/* #### Generated By: http://www.cufonfonts.com #### */
@import url('https://fonts.cdnfonts.com/css/pp-neue-montreal');
@font-face {
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/sf-ui-display-medium-58646be638f96.woff') format('woff');
}

@font-face {
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 500;
  src: url('./fonts/sf-ui-display-semibold-58646eddcae92.woff') format('woff');
}

@font-face {
  font-family: 'SF UI Display ';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/sf-ui-display-heavy-586470160b9e5.woff') format('woff');
}

@font-face {
  font-family: 'SF UI Display';
  font-style: normal;
  font-weight: 800;
  src: url('./fonts/sf-ui-display-black-58646a6b80d5a.woff') format('woff');
}

:root {
  --label: #9ed0fa;
  --transition: all 0.3s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'SF UI Display';
  font-weight: 400;
  text-decoration: none;
}
body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background: #1e1e1e;
}
.container {
  padding: 50px;
}
.right_part {
  width: 56%;
}
.left_part {
  width: 44%;
}

.header {
  padding: 50px 50px;
  display: flex;
}
.header .right_part {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__navigation {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header__navigation_item {
  color: #fff;
  opacity: 0.6;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.header__navigation_item:hover {
  opacity: 1;
}

.header__get-started a {
  color: var(--label);
  transition: var(--transition);
  border-bottom: 1px solid transparent;
}
.header__get-started a:hover {
  border-bottom: 1px solid var(--label);
}
.get_started {
  margin-top: 40px;
  height: 880px;
  display: flex;
  padding-bottom: 130px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}
.get_started__title,
.get_started__title span {
  font-family: 'PP Neue Montreal';
  color: #fff;
  font-size: 6vw;
  font-style: normal;
  font-weight: 700;
  line-height: 90%;
  position: absolute;
}
.get_started__title span {
  color: var(--label);
  border-bottom: 5px solid var(--label);
}

.get_started .right_part {
  background: url('./images/top_bg.png');
  background-repeat: no-repeat;
  background-position: 100% 0%;
  background-size: contain;

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

.get_started__center-text,
.get_started__bottom-text p {
  opacity: 0.6;
  color: #fff;
}

.get_started__bottom-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.short-line {
  height: 1px;
  width: 16px;
  background-color: var(--label);
}

.who_we_are {
  padding-top: 100px;
  display: flex;
}
.who_we_are .right_part {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.block_label {
  color: var(--label);

  line-height: 90%; /* 14.4px */
}

.who_we_are_text {
  color: #fff;
  font-family: 'PP Neue Montreal';
  font-size: 40px;
  font-weight: 700;
  line-height: 90%; /* 36px */
  max-width: 894px;
}

.our_services {
  display: flex;
  padding-bottom: 200px;
  padding-top: 100px;
}

.our_services_field {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.our_services_item {
  width: 50%;
  padding: 30px;
}
.our_services_item-light {
  background: #2c2c2c;
}
.our_services_item_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background-color: #4d4d4d;
  border-radius: 50%;
}
.our_services_item_title {
  margin-top: 77px;
  margin-bottom: 29px;
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 800;
}
.our_services_item_text {
  color: #fff;
  opacity: 0.6;
  font-size: 16px;
}
.our_services_item-dark {
  background: #1e1e1e;
}

.get_shine {
  background: #9ed0fa;
  padding-top: 242px;
  background-image: url(./images/shine.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 120px;
}
.get_shine_title {
  text-align: center;
  padding-bottom: 50px;
  font-family: 'SF UI Display';
  font-size: 6vw;
  font-weight: 800;
  line-height: 90%; /* 84.6px */

  background: radial-gradient(
    35.63% 94.71% at 50.04% 0%,
    #428ecd 0%,
    #2c2c2c 100%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.get_shine_text {
  max-width: 725px;
  opacity: 0.6;
  text-align: center;
  color: #2c2c2c;
  font-weight: 400;
  margin-bottom: 87px;
}
.get_shine_start {
  color: #2c2c2c;
  border-bottom: 2px solid transparent;
  transition: var(--transition);
  font-size: 36px;
  font-weight: 500;
}

.get_shine_start:hover {
  border-bottom: 2px solid #1e1e1e;
}

.solutions {
  display: flex;
  padding-top: 210px;
  padding-bottom: 100px;
  flex-wrap: wrap;
}
.solutions .left_part {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.solutions_text {
  color: #fff;
  opacity: 0.6;
  max-width: 589px;
}

.solutions_field {
  display: flex;
  flex-wrap: wrap;
  width: 1021px;
  justify-content: center;
}

.solutions_item {
  padding: 10px;
  border-right: 1px solid rgba(217, 217, 217, 0.6);
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}
.solutions_item:nth-child(6),
.solutions_item:nth-child(12) {
  border-right: none;
}

.solutions_item:nth-child(7),
.solutions_item:nth-child(8),
.solutions_item:nth-child(9),
.solutions_item:nth-child(10),
.solutions_item:nth-child(11),
.solutions_item:nth-child(12) {
  border-bottom: none;
}
.second_row .solutions_item {
  border-bottom: none;
}

.solutions_image_wrapper {
  background: #2c2c2c;
  width: 149px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.solutions_item_image {
  display: flex;
}

.testimonials {
  display: flex;
  flex-direction: column;
  gap: 70px;
  padding-bottom: 100px;
  padding-top: 100px;
}
.testimonials_title,
.testimonials_title span {
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: 90%; /* 36px */
}
.testimonials_title span {
  color: var(--label);
}
.splide {
}
.splide__track {
}
.splide__list {
  display: flex;
  gap: 35px;
}
.splide__slide {
  display: flex;
  flex-direction: column;
  height: 511px;
  justify-content: space-between;
  background: #2c2c2c;
  padding: 30px;
}
.testimonials_card_top {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.testimonials_card_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.testimonials_card_name {
  opacity: 0.6;
  color: #fff;
}
.testimonials_card_text {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
}
.splide__pagination {
  display: none !important;
}
.splide__arrow {
  top: -85px !important;
}
.splide__arrow--prev {
  left: auto !important;
  right: 70px !important;
}

.FAQ {
  display: flex;
  padding-bottom: 200px;
}

.FAQ .left_part {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.faq_text {
  color: #fff;
  opacity: 0.6;
  max-width: 579px;
}

.accordion p span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.accordion p {
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  display: flex;
  gap: 20px;
  align-items: center;
  text-align: left;
  max-width: 80%;
}

.accordion {
  background: transparent;
  cursor: pointer;
  width: 100%;
  outline: none;
  border: none;
  transition: 0.4s;
  color: #fff;
  border-top: rgba(217, 217, 217, 0.2) 1px solid;

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 38px 0;
}
.accordion svg {
  height: 64px;
  width: 64px;
}
.accordion:nth-last-child(2) {
  border-bottom: rgba(217, 217, 217, 0.2) 1px solid;
}
.accordion:nth-last-child(2).active {
  border-bottom: none;
}

.accordion.active svg path {
  d: path('M18 32H46');
  stroke: #428ecd;
}

.active,
.accordion:hover {
  color: #9ed0fa;
}
.accordion:hover svg path {
  stroke: #428ecd;
}
.accordion svg path {
  transition: var(--transition);
}
.accordion.active + .panel {
  margin-bottom: 39px;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  color: #fff;
  opacity: 0.6;
  max-width: 747px;
}

.footer {
  background: linear-gradient(180deg, #9ed0fa 0%, #fff 48.16%);
  padding: 80px 50px 50px 50px;
}
.contact_us {
  padding-bottom: 340px;
  padding-top: 100px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.6);
}
.contact_us_title {
  color: #2c2c2c;
  font-size: 6vw;
  font-weight: 800;
  line-height: 90%; /* 121.5px */
  text-align: center;
}
.contact_us_content {
  display: flex;
}

.contact_us_text {
  padding-top: 59px;
  padding-bottom: 70px;
  color: #2c2c2c;
  opacity: 0.6;
}
.contact_us_mailto {
  color: #1e1e1e;

  font-size: 36px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: var(--transition);
}
.contact_us_mailto:hover {
  border-bottom: 2px solid #1e1e1e;
}
.footer_bottom {
  padding-top: 50px;
  display: flex;
}

.footer_email {
  color: #1e1e1e;
  font-size: 24px;
  margin-bottom: 177px;
}
.footer_email a {
  color: #1e1e1e;
  font-weight: 700;
}
.footer_links {
  display: flex;
  gap: 42px;
  margin-bottom: 22px;
}
.footer_links a {
  color: #4d4d4d;
  opacity: 0.6;
}
.footer_copyrights {
  color: #4d4d4d;
  opacity: 0.4;
  font-size: 12px;
}

.sticky-enquiry {
  position: fixed;
  bottom: -60px;
  right: 60px;
  z-index: 99;

  /* Change this for the animation speed */
  transition: all 0.8s ease;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 650px;
  width: 100%;
}
.form_part {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form label {
  color: #2d60f5;
}

.form input,
.form textarea,
#select {
  border-radius: 10px;
  border: 1px solid #cbdceb;

  background: #fff;
  padding: 30px 25px;
  color: #2c2c2c;
  font-weight: 400;
  font-size: 18px;
  outline: none;
  resize: none;
  max-width: 650px;
  transition: var(--transition);
}

#select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10" fill="none"><path d="M5 10L0.669873 2.5L9.33013 2.5L5 10Z" fill="%234D4D4D"/></svg>');
  background-repeat: no-repeat;
  background-position: 95% 50%;
  background-color: #fff;
}

.form input:focus-visible,
.form textarea:focus-visible,
#select:focus-visible {
  border: 1px solid #9ed0fa;
}
.form input:focus-visible::placeholder,
.form textarea:focus-visible::placeholder {
  opacity: 0.1;
}
.form input::placeholder,
.form textarea::placeholder {
  color: #2c2c2c;
  opacity: 0.6;
  transition: var(--transition);
}

input.submit {
  border: none;
  margin-top: 40px;
  border-radius: 0;
  padding: 0;
  text-align: left;
  color: #1e1e1e;
  border-bottom: 2px solid transparent;
  font-size: 36px;
  font-weight: 500;
  cursor: pointer;
  max-width: max-content;
}

.submit:hover {
  border-bottom: 2px solid #1e1e1e;
}

@media screen and (max-width: 768px) {
  .sticky-enquiry {
    right: 20px;
  }
}
.sticky-enquiry.revealed {
  bottom: 60px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .sticky-enquiry.revealed {
    bottom: 20px;
  }
}
.sticky-enquiry a {
  display: block;
  transition: all 0.3s ease;
  color: #9ed0fa;
  font-size: 36px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
}
@media screen and (max-width: 768px) {
  .sticky-enquiry a {
    font-size: 12px;
    padding: 10px 15px;
  }
}
.sticky-enquiry:hover a {
  border-color: var(--label);
}
.splide_3 {
  display: none;
}
.splide_1 {
  display: none;
}

#modal {
  display: none;
  font-size: 18px;
  margin-top: 10px;
  padding: 20px;
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  border-radius: 8px;
  max-width: 650px;
  text-align: center;
  position: relative;
}
.close {
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}

.hamburger-menu {
  display: none;
}
#menu__toggle {
  opacity: 0;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
  background-color: #fff;
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
  background-color: #fff;
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: relative;

  width: 30px;
  height: 20px;

  cursor: pointer;
  z-index: 6;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;

  width: 100%;
  height: 4px;

  background-color: #fff;

  transition-duration: 0.25s;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}
.menu__box .header__navigation_item {
  font-size: 24px;
}

.menu__box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  visibility: hidden;
  z-index: 5;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  margin: 0;
  padding: 80px 0;
  gap: 20px;

  list-style: none;

  background: rgba(145, 146, 153, 0.7);
  background: rgba(0, 0, 0, 0.96);

  /* box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2); */

  transition-duration: 0.25s;
}

.menu__item {
  display: block;
  padding: 12px 24px;

  color: #fff;

  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;

  text-decoration: none;

  transition-duration: 0.25s;
}
.menu__item:hover {
  background-color: #272727;
}

/* \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
                                      Media
///////////////////////////////////////////////////////////////////////////////////////////////////////// */

@media (max-width: 1919px) {
  .solutions {
    flex-direction: column;
    gap: 50px;
  }
  .solutions .right_part {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .solutions .right_part .solutions_field {
    align-self: center;
  }
}

@media (max-width: 1400px) {
  .splide_5 {
    display: none;
  }
  .splide_3 {
    display: block;
  }
  .accordion svg {
    height: 50px;
    width: 50px;
  }
  .accordion p {
    font-size: 20px;
  }
  .hamburger-menu {
    display: flex;
  }
  .header__navigation {
    display: none;
  }
  .header .right_part {
    gap: 20px;
    justify-content: end;
    flex-direction: row-reverse;
  }
}

@media (max-width: 1140px) {
  .solutions_field {
    width: 680px;
  }
  .solutions_item {
    /* border-right: 1px solid rgba(217, 217, 217, 0.6);
    border-bottom: 1px solid rgba(217, 217, 217, 0.6); */
  }
  .solutions_item:nth-child(6),
  .solutions_item:nth-child(12) {
    border-right: 1px solid rgba(217, 217, 217, 0.6);
  }
  .solutions_item:nth-child(7),
  .solutions_item:nth-child(8) {
    border-bottom: 1px solid rgba(217, 217, 217, 0.6);
  }
  .solutions_item:nth-child(4),
  .solutions_item:nth-child(8),
  .solutions_item:nth-child(12) {
    border-right: none;
  }
}

@media (max-width: 1100px) {
  .footer {
    padding: 80px 30px 50px;
  }
  .contact_us {
    padding-bottom: 150px;
  }
  .header {
    display: flex;
    align-items: center;
  }
  .header .left_part {
  }
  .header .right_part {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .container {
    padding: 30px;
  }
  .get_started {
    flex-direction: column;
    height: auto;
  }
  .left_part {
    width: 100%;
  }
  .right_part {
    width: 100%;
  }
  .get_started__title,
  .get_started__title span {
    font-family: 'PP Neue Montreal';
    color: #fff;
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    position: relative;
  }
  .get_started__title span {
    color: var(--label);
    border-bottom: none;
    text-decoration: underline;
  }
  .get_started .left_part {
    display: flex;
    margin-bottom: 20px;
  }
  .get_started .right_part {
    display: flex;
    /* align-items: center; */
    gap: 20px;
  }
  .who_we_are,
  .our_services,
  .FAQ {
    flex-direction: column;
    gap: 20px;
  }
  .who_we_are_image {
    display: flex;
    justify-content: center;
  }
  .contact_us_content {
    flex-direction: column;
  }
  .contact_us_content .right_part {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 800px) {
  .get_shine_text {
    padding: 0 30px;
  }
  .splide_3 {
    display: none;
  }
  .splide_1 {
    display: block;
  }
  .splide__list {
    gap: 0;
  }

  .footer_copyrights {
    text-align: center;
  }

  .who_we_are_text {
    font-size: 30px;
    line-height: 100%;
  }
  .splide__slide {
    height: 300px;
  }

  .solutions_item {
    border: none !important;
  }
  .accordion p {
    font-size: 18px;
  }
  .get_shine {
    padding-top: 100px;
    background-position: top;
  }
  .form input,
  .form textarea,
  #select {
    padding: 15px 10px;
  }
}

@media (max-width: 650px) {
  .our_services_item-dark-first {
    order: 1;
  }
  .who_we_are_text {
    font-size: 20px;
  }
  .our_services_item {
    width: 100%;
  }
  .our_services {
    padding-bottom: 50px;
  }
  .contact_us {
    padding-bottom: 100px;
  }
  .footer_bottom {
    flex-direction: column;
    gap: 20px;
  }
  .footer_email {
    margin-bottom: 50px;
  }
  .footer .left_part {
    display: flex;
  }
  .accordion p {
    font-size: 16px;
    max-width: 80%;
  }
}

@media (max-width: 500px) {
  .solutions_item {
    padding: 5px;
  }
  .footer_email {
    font-size: 16px;
  }
  .header__navigation {
    gap: 15px;
    font-size: 14px;
    flex-direction: column;
  }
  .header {
    padding: 50px 10px;
  }
  .get_started {
    padding-bottom: 50px;
  }
  .who_we_are {
    padding-top: 50px;
  }
  .our_services_item_title {
    margin-top: 30px;
    font-size: 20px;
  }
  .testimonials_title,
  .testimonials_title span {
    font-size: 25px;
  }
  .splide__arrow {
    top: -35px !important;
  }
  .testimonials_card_text {
    font-size: 16px;
  }

  .footer {
    padding: 20px 30px;
  }
  .contact_us {
    padding: 30px 0;
  }
  .contact_us_mailto {
    font-size: 20px;
  }
}
