html, body {
  font-family: "Urbanist", "Helvetica Neue", Helvetica, Arial;
  scroll-behavior: smooth;
  background: rgba(20, 20, 20, 1);
  color: white;
  scroll-padding-top: 70px;
}

.flex-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



:root {
  --color-lime: #ffffff;
  --color-puprle: #ffa46f;
}

.wrapper {
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

.imp__txt {
  padding: 80px 0;
}

.container {
  max-width: 1355px;
  padding: 0 15px;
  margin: 0 auto;
  height: 100%;
}

header {
  padding: 25px;
  background: rgba(26, 26, 26, 1);
}

h1 {

  font-weight: 600;
  font-size: 60px;
  line-height: 120%;
  text-transform: capitalize;

}

h2 {

  font-weight: 600;
  font-size: 48px;
  line-height: 120%;


}



p {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: rgba(153, 153, 153, 1);
}

.imp__txt h2 {
  margin: 25px 0;
}

.imp__txt h3 {
  margin: 20px 0;
}

.imp__txt p {
  margin-bottom: 16px;
  color: white;
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  display: flex;
  align-items: center;
  font-weight: 600;
  gap: 10px;
  font-size: 32px;
}

.header__nav {
  display: flex;

  align-items: center;

}

.header__nav a {
  font-size: 18px;
  font-weight: 500;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  transition: all .3s;
}

.header__nav a:hover {
  border: 1px solid rgba(38, 38, 38, 1);
  background: rgba(20, 20, 20, 1);
}

.btn {
  padding: 18px 24px;
  background: rgba(20, 20, 20, 1);
  border: 1px solid rgba(38, 38, 38, 1);
  border-radius: 10px;
  transition: all .3s;
  font-size: 18px;
  font-weight: 500;
  color: white;
}

.btn:hover {
  background: rgba(112, 59, 247, 1);
  border: 1px solid transparent;
}

.hero {
  position: relative;
  height: 80dvh;
  background: url(../img/Container.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
}

.hero__right {

  width: 100%;
  max-width: 860px;
}

.hero__inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  align-items: center;
  height: 100%;
  gap: 40px;
}

.hero__left {
  max-width: 638px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 60px;
}

.hero__txt {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.hero__btns {
  display: flex;
  align-items: center;
  gap: 20px;
}

.purp {
  background: rgba(112, 59, 247, 1);
}

.slogs {
  margin-bottom: 150px;
  box-shadow: 0px 0px 0px 10px rgba(25, 25, 25, 1);
  border: 1px solid rgba(38, 38, 38, 1);
}

.slogs__elems {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.slogs__elem {
  max-width: 24%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 40px 20px;
  border-radius: 12px;
  background: rgba(26, 26, 26, 1);
  border: 1px solid rgba(38, 38, 38, 1);
}

.slogs__elem img {
  width: 100%;
  max-width: 82px;
}

.about {
  margin-bottom: 120px;
}


.about__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

.about__left {
  font-size: 16px;
  width: 20%;
}

.about__right {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.about__right p {
  color: rgba(255, 255, 255, 0.783);
  font-size: 24px;
}

h5 {
  font-size: 16px;
  background: rgba(112, 59, 247, 1);
  border-radius: 7px;
  padding: 3px 8px;
  width: fit-content;
  line-height: 1;
}

.adv {
  margin-bottom: 120px;
}



.adv__inner {
  display: flex;
  align-items: flex-start;
  gap: 60px;

}


.adv__left {
  width: 20%;
}

.adv__right {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.adv__elem-green {
  border-top: 3px solid lime;

}

.adv__elem-green h2 {
  color: lime;
}

.adv__elem-pink {
  border-top: 3px solid pink;

}

.adv__elem-pink h2 {
  color: pink;
}

.adv__elem-yell {
  border-top: 3px solid yellowgreen;

}

.adv__elem-yell h2 {
  color: yellowgreen;
}

.adv__elem {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 380px;
}

.adv__elem p {
  color: white;
  font-size: 18px;
}

.price {
  margin-bottom: 120px;
}



.price__inner {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.price__top {}

.price__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;

}

h3 {
  font-size: 24px;
  font-weight: 600;
}

.price__elem {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 30%;
  padding: 40px;
  border-radius: 12px;
  background: rgba(20, 20, 20, 1);
  border: 1px solid rgba(38, 38, 38, 1);
}

.price__elem-top {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.price__elem-bot {
  display: flex;
  align-items: center;
  gap: 50px;
}

.price_elem-p {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.price__elem-bot .btn {
  width: 80%;
  text-align: center;
}

.price__elem:nth-child(2) {
  border: 2px solid rgba(255, 255, 255, 0.761);
}

.price__elem:nth-child(3) {
  border: 2px solid gold;
}


footer {
  padding: 50px 0 20px 0;
  background: rgba(26, 26, 26, 1);
  border-top-right-radius: 45px;
  border-top-left-radius: 45px;
}


.footer__inner {
  display: flex;
  flex-direction: column;
  gap: 35px;

}

.footer__top {
  display: flex;
  gap: 80px;
  align-items: flex-start;
}

.footer__logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 34px;
  font-weight: 600;
}

.footer__col {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 18px;

}

.footer__col a {
  transition: all .3s;
}

.footer__col a:hover {
  color: rgba(112, 59, 247, 1);
}

hr {
  width: 100%;
  height: 2px;
  background: white;
  margin: 20px 0;
}

.footer__bot {
  display: flex;
  align-items: center;
  gap: 45px;
  font-size: 21px;
  font-weight: 700;

}

.footer__bot a {
  transition: all .3s;
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}

.footer__bot a:hover {
  border-bottom: 1px solid rgba(112, 59, 247, 1);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.479);
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 35px;
  border: 1px solid rgba(38, 38, 38, 1);
  border-radius: 12px;
  background: rgba(20, 20, 20, 1);
  position: relative;
  margin: 0 15px;
}
.popup__inner input {
font-size: 24px;
font-weight: 500;
padding: 14px 16px;
border-radius: 14px;
}
.popup__inner button{
  color: white;


}
.popup__inner h2{
  font-size: 35px;
}

.popup-cross{
  position: absolute;
  right: 5%;
  top: 5%;
  cursor: pointer;
}

.spian{
  display: none;
  font-size: 18px;
  color: green;
  font-weight: 600;
}
@media(max-width:768px) {
.popup__inner{
  width: 80%;
}
  .header__nav {
    display: none;
  }

  .hero {
    background: none;
    height: auto;
    padding: 80px 0;
  }

  h1 {
    font-size: 38px;
  }

  p {
    font-size: 16px;
  }

  .btn {

    font-size: 16px;
  }

  .slogs__elem {
    max-width: 47%;
  }

  h2 {
    font-size: 24px;
  }

  .about__right p {
    font-size: 18px;
  }

  .about__inner {
    gap: 25px;
  }

  .adv__inner {
    gap: 25px;
  }

  .price__elem {
    max-width: 100%;
    padding: 15px;
    gap: 12px;
  }

  .price__elem-bot {
    flex-direction: column;
    gap: 18px;
  }

  .price__bot {
    align-items: center;
    justify-content: center;
    gap: 25px;
  }

  .footer__top {
    flex-direction: column;
    gap: 45px;
  }

  .footer__col a {
    line-height: 1.2;
  }

  .footer__bot {
    font-size: 18px;
  }

  hr {
    margin: 15px 0;
  }

  .price__inner {
    gap: 25px;
  }

  header {
    padding: 10px 0;
  }

  h3 {
    font-size: 20px;
  }
}