@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "SFPRODISPLAYREGULAR";
}

@font-face {
  font-family: "SFPRODISPLAYREGULAR";
  src: url(../fonts/SFPRODISPLAYREGULAR.OTF);
}
@font-face {
  font-family: "SF-Pro-Display-Bold";
  font-weight: bold;
  src: url(../fonts/SF-Pro-Display-Bold.otf);
}
h1, h2, h3 {
  font-family: "SF-Pro-Display-Bold";
}

.header {
  margin: 36px 0;
}
.header .container {
  background-color: #661DFF;
  border-radius: 64px;
  padding: 8px 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .logo img {
  width: 90px;
}
.header .container nav ul {
  padding: 0;
  margin: 0;
  display: flex;
  gap: 40px;
}
.header .container nav ul li {
  list-style-type: none;
}
.header .container nav ul li a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.a-btn {
  background-color: #50F0A7;
  color: #1D1D1D;
  text-decoration: none;
  border-radius: 999px;
  padding: 8px 16px;
  box-shadow: 0px 8px 9px rgba(80, 240, 167, 0.4);
  transition: 0.4s all;
  display: inline-block;
}
.a-btn:hover {
  transform: scale(1.07);
  color: #1D1D1D;
}

.bt {
  margin-bottom: 200px;
}

.header-block .container {
  border-radius: 64px;
  padding: 160px 70px;
  background: url(../img/header-bg.png) center center/cover no-repeat;
  color: #fff;
}
.header-block .container .text {
  width: 100%;
  max-width: 730px;
}
.header-block .container .text h1 {
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: bold;
}
.header-block .container .text p {
  font-size: 20px;
  margin-bottom: 60px;
}
.header-block .container .text a {
  font-size: 24px;
}

.title {
  margin-bottom: 80px;
}
.title h2 {
  margin-bottom: 8px;
  font-weight: bold;
  font-size: 48px;
}
.title p {
  font-size: 20px;
  margin-bottom: 0;
}

.services .items {
  display: flex;
  justify-content: space-between;
}
.services .items .item {
  width: 330px;
  text-align: center;
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 8px;
  box-shadow: 12px 12px 48px rgba(102, 29, 255, 0.1);
}
.services .items .item img {
  width: auto;
  height: 200px;
  margin-bottom: 20px;
}
.services .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.services .items .item p {
  margin-bottom: 0;
}

.powerful .container {
  background: url(../img/bg.png) center center/cover no-repeat;
  border-radius: 64px;
  padding: 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.powerful .container .img {
  width: 48%;
}
.powerful .container .img img {
  width: 100%;
}
.powerful .container .text {
  width: 48%;
}
.powerful .container .text h2 {
  font-size: 40px;
  margin-bottom: 48px;
  font-weight: bold;
  color: #fff;
}
.powerful .container .text h2 span {
  color: #50F0A7;
  text-transform: uppercase;
}
.powerful .container .text p {
  font-size: 20px;
  margin-bottom: 48px;
  color: #fff;
}
.powerful .container .text a {
  font-size: 24px;
}

.portfolio .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 400px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 80px;
}
.portfolio .items {
  display: flex;
  justify-content: space-between;
}
.portfolio .items .item {
  width: 370px;
  border-radius: 24px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 12px 12px 48px rgba(102, 29, 255, 0.1);
}
.portfolio .items .item img {
  width: 100%;
  margin-bottom: 20px;
}
.portfolio .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.portfolio .items .item p {
  margin-bottom: 0;
}

.process .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.process .container .items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 50px 130px;
}
.process .container .items .item {
  width: 238px;
  text-align: center;
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 32px;
  box-shadow: 12px 12px 48px rgba(102, 29, 255, 0.1);
}
.process .container .items .item img {
  width: 114px;
  margin-bottom: 20px;
}
.process .container .items .item h3 {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
.process .container .items .item p {
  margin-bottom: 0;
}

.reviews .title {
  text-align: center;
}
.reviews .items {
  display: flex;
  justify-content: space-between;
}
.reviews .items .item {
  width: 370px;
  border-radius: 24px;
  background-color: #fff;
  padding: 16px;
  box-shadow: 12px 12px 48px rgba(102, 29, 255, 0.1);
  text-align: center;
}
.reviews .items .item img {
  width: 120px;
  margin-bottom: 20px;
}
.reviews .items .item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0;
}
.reviews .items .item p {
  margin-bottom: 20px;
}

.faq-b .container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.faq-b .faq-item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 12px 12px 48px rgba(102, 29, 255, 0.1);
  margin-bottom: 24px;
}
.faq-b .faq-question {
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  background: transparent;
  color: #000;
  cursor: pointer;
  position: relative;
}
.faq-b .faq-question::after {
  content: "▼";
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 22px;
  transition: transform 0.3s ease;
  color: #ff33a6;
}
.faq-b .faq-question.active::after {
  transform: rotate(-180deg);
}
.faq-b .faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 20px;
  font-size: 16px;
  color: #444;
}
.faq-b .faq-answer.open {
  max-height: 300px;
  padding-bottom: 20px;
}

.form-block .title {
  text-align: center;
}
.form-block .contact-box {
  background: linear-gradient(135deg, #6d22e2, #3f00c9);
  border-radius: 20px;
  padding: 40px;
  width: 600px;
  margin: 0 auto;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  color: white;
  position: relative;
}
.form-block .contact-box img {
  display: block;
  margin: 0 auto 10px;
  width: 90px;
  margin-bottom: 30px;
}
.form-block .contact-box h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold;
}
.form-block .form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.form-block .form-row input,
.form-block .contact-box textarea {
  flex: 1;
  padding: 15px;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  color: #333;
}
.form-block .contact-box textarea {
  width: 100%;
  resize: none;
  height: 150px;
}
.form-block .submit-btn {
  display: block;
  margin: 20px auto 0;
  padding: 12px 30px;
  background: linear-gradient(to right, #1fe4a8, #27ef9f);
  border: none;
  border-radius: 25px;
  font-size: 16px;
  color: black;
  font-weight: bold;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(0, 255, 170, 0.3);
  transition: 0.3s;
}
.form-block .submit-btn:hover {
  opacity: 0.9;
}

.modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 30px 40px;
  border-radius: 10px;
  text-align: center;
  color: #333;
  font-size: 18px;
  max-width: 500px;
  position: relative;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

.modal-content p {
  margin: 0;
  line-height: 1.6;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #666;
  cursor: pointer;
}

.close-btn:hover {
  color: #000;
}

.c-info .title {
  text-align: center;
}
.c-info .content {
  display: flex;
  justify-content: space-between;
}
.c-info .content .text {
  width: 45%;
}
.c-info .content .text h3 {
  text-transform: uppercase;
  color: #661DFF;
  margin-bottom: 24px;
}
.c-info .content .text p {
  margin-bottom: 24px;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.burger span {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  border-radius: 2px;
  transition: 0.3s;
}

.policy .container {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-t .item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid rgba(29, 29, 29, 0.2);
}
.p-t .item .h3 {
  width: 25%;
  margin-bottom: 0;
}
.p-t .item .text {
  width: 73%;
  margin-bottom: 0;
}

@media (max-width: 1200px) {
  .burger {
    display: flex;
    z-index: 999;
  }
  .nav {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: #661DFF;
    padding: 38px;
    display: none;
    flex-direction: column;
  }
  .nav.open {
    display: flex;
  }
  .nav ul {
    flex-direction: column;
    gap: 10px;
    padding: 20px;
  }
  .nav ul li a {
    padding: 10px 0;
  }
  .header .a-btn {
    display: none;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 56px;
    margin-bottom: 24px;
    margin-top: 0;
  }
  .header-block .container {
    border-radius: 40px;
    padding: 24px 12px;
    background: url(../img/header-bg-mobile.png) center center/cover no-repeat;
    text-align: center;
  }
  .header-block .container .text h1 {
    font-size: 48px;
    margin-bottom: 250px;
  }
  .header-block .container .text p {
    font-size: 16px;
    margin-bottom: 46px;
  }
  .bt {
    margin-bottom: 89px;
  }
  .title {
    margin-bottom: 45px;
  }
  .title h2 {
    font-size: 32px;
  }
  .title p {
    font-size: 16px;
  }
  .services .items, .portfolio .items, .process .container .items, .reviews .items {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .services .items .item, .portfolio .items .item, .process .container .items .item, .reviews .items .item {
    width: 100%;
  }
  .powerful .container {
    flex-direction: column;
  }
  .powerful .container .img {
    width: 100%;
    margin-bottom: 30px;
  }
  .powerful .container .text {
    width: 100%;
    text-align: center;
  }
  .powerful .container .text h2 {
    font-size: 36px;
  }
  .powerful .container .text p {
    font-size: 16px;
  }
  .form-block .contact-box {
    width: 100%;
    padding: 20px;
  }
  .form-block .form-row {
    flex-direction: column;
  }
  .c-info .content {
    flex-direction: column;
    gap: 0px;
  }
  .c-info .content .text {
    width: 100%;
  }
  .header-block .container {
    justify-content: start;
  }
  .p-t .item {
    flex-direction: column;
  }
  .p-t .item .h3 {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-t .item .text {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */