.secbluetitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;

  position: relative;

  z-index: 2;
}

.secbluetitle::after {
  content: "";
  position: absolute;
  top: 0;
  left: -5%;
  width: 105%;
  height: 120%;
  background-color: #3a50b0;
  z-index: -1;

  clip-path: polygon(0 0, 100% 0, 100% 80%, 3% 80%, 0% 100%);
}

.secbluetitle b {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 64px;
}

.verticaltext {
  position: absolute;
  top: 116px;
  height: 2152px;
  left: 0;
  display: flex;
  width: 105px;
  overflow: hidden;
  z-index: 10000;

  pointer-events: none;
}

.verticaltext h1 {
  color: rgba(0, 0, 0, 0.05);
  font-family: Epilogue;
  font-size: 104px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  transform: rotate(-90deg);
  white-space: nowrap;
  pointer-events: none;
}

.verticaltext h1 b {
  pointer-events: none;
  color: rgba(255, 255, 255, 0.05);
  font-family: Epilogue;
  font-size: 104px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/* Banner */
.banner {
  background: var(--BG1, #010105);
  height: 1000px;

  margin-top: -100px;
  padding-top: 100px;
  position: relative;

  background-image:
    url("/wp-content/themes/grpsoma/assets/img/et.png"),
    url("/wp-content/themes/grpsoma/assets/img/banner.png");
  background-size: 900px, cover;
  background-position:
    right bottom,
    right top;
  background-repeat: no-repeat;
}

@media (max-width: 992px) {
  .banner {
    background-image: url("/wp-content/themes/grpsoma/assets/img/banner.png");
    background-size: cover;
    background-position: right top;
  }
}

.banner .banner-wrapper {
  height: calc(1000px - 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.banner .made {
  display: flex;
  align-items: flex-end;
}

.banner .made h1 {
  color: #fff;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 133.333% */
  margin-right: 10px;
}

.banner .made img {
  height: 34px;
  object-fit: contain;
}

.banner .sectitle {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 74px; /* 154.167% */
  text-transform: uppercase;
}

.banner .sectitle b {
  color: #fff;
  font-family: Epilogue;
  font-size: 74px;
  font-style: normal;
  font-weight: 800;
  line-height: 92px;
}

@media (max-width: 768px) {
  .banner .sectitle {
    margin: 15px 0;
  }

  .banner .sectitle b,
  .banner .sectitle {
    font-size: 36px;
    line-height: 36px;
  }

  .banner {
    height: 700px;
  }
  .banner .banner-wrapper {
    height: calc(700px - 100px) !important;
  }
}

.banner .secsubtitle {
  color: #a7bcca;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px; /* 130% */

  max-width: 429px;
}

/* End of banner */

/* Solutions */

.solutions {
  padding: 160px 0;
  background: #f4f4f6;
}

@media (max-width: 768px) {
  .solutions,
  .company,
  .company-seo,
  .works,
  .testimonials,
  .cases,
  .contact {
    padding: 80px 0 !important;
  }
}

.solutions .secbluetitle {
  max-width: 600px;
  margin: 0 auto;
}

.solutions .sectitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;

  position: relative;

  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.solutions .secsubtitle {
  color: #60667d;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 64px;
}

.solutions .solution-card {
  border-top: 1px solid #cbcce0;
  padding-top: 20px;
  margin-bottom: 20px;
}

.solutions .solution-card .solution-card-icon {
  margin-bottom: 20px;
}

.solutions .solution-card h1 {
  color: #212121;
  font-family: Epilogue;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  margin-bottom: 20px;
}

.solutions .solution-card h2 {
  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

/* End of Solutions */

/* Company */
.company {
  padding: 160px 0;

  background-image: url("/wp-content/themes/grpsoma/assets/img/bg-key2.png");
  background-repeat: no-repeat;
  background-size: 600px;
  background-position: 50% 90%;
}

.company .secbluetitle {
  margin-bottom: 60px;
}

.company video {
  width: 95% !important;
  height: 600px;
  object-fit: cover;
}

.company .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

  margin-bottom: 60px;
}

.company .btns {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 60px;
}

.company .btns a {
  display: flex;
  height: 40px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;

  border-radius: 100px;
  background: var(--MAIN-GLOW-BLUE, #1a2b7d);

  color: #fff;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.95px; /* 127.5% */
  letter-spacing: -0.17px;
  text-decoration: none;
}

.company .btns a:last-child {
  background: transparent;
  border: 1px solid #cbcce0;

  color: #363748;
}

.company h2 {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.8px;
}

/* End of Company */

/* Company Seo */
.company-seo {
  padding: 160px 0;

  background-image:
    url("/wp-content/themes/grpsoma/assets/img/bg-key.png"),
    url("/wp-content/themes/grpsoma/assets/img/bg-key.png");
  background-repeat: no-repeat;
  background-size: 400px;
  background-position:
    -25% bottom,
    120% bottom;
}

.company-seo .sectitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;
  margin-bottom: 40px;
}

.company-seo .text {
  color: #60667d;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
}

.company-seo img {
  width: 100%;
}

/* End of Company SEO */

/* Works */
.works {
  padding: 160px 0;
  background: #00000d;
  position: relative;

  background-image: url("/wp-content/themes/grpsoma/assets/img/works-shine.png");
  background-repeat: no-repeat;
  background-size: 100% 250px;
  background-position: top left;
}

.works .secicon {
  width: 130px;
  margin: 0 auto;

  margin-bottom: 70px;
}

.works .secicon img {
  width: 100%;
  object-fit: contain;
}

.works .sectitle {
  color: var(--FONT-REGULAR, #808080);
  text-align: center;
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;

  margin-bottom: 20px;
}

.works .sectitle b {
  color: #fff;
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.works .secsubtitle {
  color: var(--FONT-REGULAR, #808080);
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */

  max-width: 824px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.works .works-item {
  padding: 30px;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.works .works-item .works-item-icon {
  margin-bottom: 32px;
}

.works .works-item h1 {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 10px;
}

.works .works-item h2 {
  color: var(--FONT-REGULAR, #808080);
  text-align: center;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 125% */
}

.works .madeby {
  display: flex;
  flex-wrap: wrap;
  align-items: center;

  max-width: 768px;
  margin: 0 auto;
  margin-top: 150px;
}

.works .madeby h1 {
  color: rgba(255, 255, 255, 0.1);
  font-family: Epilogue;
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.works .madeby img {
  margin-left: 20px;
  height: 100px;
}

.works .linemker {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;

  background-image: url("/wp-content/themes/grpsoma/assets/img/works-mker2.png");
  background-size: contain;
  background-repeat: repeat-x;
  background-origin: content-box;
}

/* End of Works */

/* Testimonials */

.testimonials {
  padding: 160px 0;
  background: linear-gradient(99deg, #001475 1.33%, #2f4ee3 100%);
  position: relative;
}

.testimonials .bg {
  background-image: url("/wp-content/themes/grpsoma/assets/img/testimonials-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom center;
  width: 100%;
  height: 100%;

  position: absolute;
  bottom: 0;
  left: 0;
}

.testimonials .sectitle {
  color: #fff;
  text-align: center;
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */

  margin-bottom: 64px;
}

.testimonials .testimonial-item {
  padding: 20px 0;
}

.testimonials .testimonial-item .testimonial-item-head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.testimonials .testimonial-item .testimonial-item-head img {
  width: 115px;
  height: 115px;
  border-radius: 50%;
  margin-right: 20px;
}

.testimonials .testimonial-item .testimonial-item-head h1 {
  color: #fff;
  font-family: Epilogue;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}

.testimonials .testimonial-item .testimonial-item-head h2 {
  color: #fff;
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
}

.testimonials .testimonial-item .testimonial-item-text {
  color: #fff;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 24px;
}

.testimonials .testimonial-item a {
  padding: 10px 20px;
  border-radius: 100px;
  border: 1px solid #fff;

  text-decoration: none;
  color: #fff;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 24px;

  display: flex;
  align-items: center;
  gap: 8px;

  width: fit-content;
}

/* End of Testimonials */

/* Cases */
.cases {
  padding-top: 160px;
}

.cases .secbluetitle {
  max-width: 550px;
  margin: 0 auto;
}

.cases .sectitle {
  color: #1b1c1d;
  font-family: Epilogue;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 64px;

  max-width: 670px;
  margin: 0 auto;
}

.cases .secsubtitle {
  color: #60667d;
  text-align: center;
  font-family: Epilogue;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 160% */
  margin-bottom: 84px;
}

.cases .subcases {
  width: 100%;
  overflow: hidden;

  display: flex;
  gap: 20px;

  padding: 0 20px;
}

.cases .subcases .case {
  width: calc(33%);
}

@media (max-width: 991px) {
  .cases .subcases {
    flex-direction: column;
  }

  .cases .subcases .case {
    width: 100%;
  }
}

.cases .subcases .case img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cases .case .case-text {
  padding: 20px;
}

.cases .case .case-text h1 {
  color: var(--MAIN-GLOW-BLUE, #1a2b7d);
  font-family: Epilogue;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.92px; /* 145.091% */
}

.cases .case .case-text h2 {
  color: #60667d;
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px; /* 137.5% */
}

/* End of Cases */

/* Contact */

.contact {
  background: #00000d;
  padding: 160px 0;

  background-image:
    url("/wp-content/themes/grpsoma/assets/img/contact-et.png"),
    url("/wp-content/themes/grpsoma/assets/img/contact-bg2.png"),
    url("/wp-content/themes/grpsoma/assets/img/contact-bg1.png");
  background-repeat: no-repeat;
  background-position:
    right center,
    top center,
    bottom center;
  background-size:
    55%,
    100% 250px,
    100% 250px;
}

.contact .sectitle {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 52px; /* 144.444% */

  margin-bottom: 24px;
}

.contact .sectitle b {
  color: var(--FONT-BOLD, #ebebeb);
  font-family: Epilogue;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
}

.contact .secsubtitle {
  color: var(--FONT-REGULAR, #808080);
  font-family: Epilogue;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 177.778% */
  margin-bottom: 35px;
}

.contact .form-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

.contact .form-inp {
  width: 100%;
  margin-bottom: 10px;
}

.contact .form-inp input,
.contact .form-inp textarea {
  width: 100%;
  border-radius: 10px;
  border: 1px solid var(--line, #363748);
  padding: 16px;
  background-color: transparent;
}

.contact .form-inp textarea {
  resize: none;
  height: 150px;
}

.contact label:has(input[type="checkbox"]) {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.contact label:has(input[type="checkbox"]) input {
  margin-right: 10px;
}

.contact label:has(input[type="checkbox"]) h1 {
  color: #d1d5dc;
  font-family: Epilogue;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}

.contact label:has(input[type="submit"]) {
  border-radius: 100px;
  background: #fff;
  width: 100%;
  padding: 8px;
}
.contact label:has(input[type="submit"]) h1 {
  color: var(--BG2, #040612);
  font-family: Epilogue;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.95px; /* 143.438% */
  letter-spacing: -0.17px;
  text-align: center;
}

/* End of Contact */

@media (max-width: 768px) {
  .solutions .sectitle,
  .company-seo .sectitle,
  .cases .sectitle {
    font-size: 28px;
    line-height: 28px;
    text-align: center;
  }
}
