html {
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
  margin: 0;
  background: var(--BG2);
}

section.second {
  background-color: var(--BG5);
  /*box-shadow: 2px 2px 4px var(--colorShadow), -2px -2px 4px var(--colorShadow);*/
}

.heading {
  font-size: 36px;
  margin: 0 0 32px 0;
}




.about {
  display: flex;
  justify-content: center;
  position: relative;
  background-color: var(--BG4) !important;
  height: 70vh;
  align-items: center;
}

.aboutImage {
  display: flex;
  justify-content: center;
}

.aboutImg {
  position: relative;
  margin: 0 auto;
  max-height: 50vh;
  z-index: 1;
}

.aboutBGoverlay {
  background-image:
    radial-gradient(circle at 74% 94%, #222323 0%, 17.5%, rgba(34, 35, 35, 0) 35%),
    radial-gradient(circle at 60% 66%, rgba(22, 87, 217, 0.61) 0%, 14.7%, rgba(22, 87, 217, 0) 30%),
    radial-gradient(circle at 90% 37%, rgba(22, 87, 217, 0.51) 0%, 9.36%, rgba(22, 87, 217, 0) 18%),
    radial-gradient(circle at 58% 40%, #2f667e99 0%, 17.5%, rgba(162, 56, 255, 0) 35%),
    radial-gradient(circle at 48% 49%, rgb(0, 0, 0) 0%, 100%, rgba(0, 0, 0, 0) 100%);

  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  width: 100%;
}

.aboutContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow-x: hidden;
}

.aboutCon {
  position: absolute;
  max-width: 26vw;
  z-index: 2;
  padding: 16px;
  border-radius: 12px;
  background-color: var(--BG4);
  opacity: 0;
}

#aboutCon1 {
  top: 32vh;
  right: -26vh;
  animation: move1 0.8s ease 0.1s forwards;
}

@keyframes move1 {
  to {
    top: 32vh;
    right: 10vh;
    opacity: 1;
  }
}

#aboutCon2 {
  top: 16vh;
  left: -6vh;
  animation: move2 1s ease 0.1s forwards;
}

@keyframes move2 {
  to {
    top: 16vh;
    left: 10vh;
    opacity: 1;
  }
}

#aboutCon3 {
  bottom: 16vh;
  left: -14vh;
  animation: move3 1s ease 0.1s forwards;
}

@keyframes move3 {
  to {
    bottom: 16vh;
    left: 12vh;
    opacity: 1;
  }
}

#aboutCon4 {
  top: 15vh;
  right: -18vh;
  animation: move4 1s ease 0.1s forwards;
}

@keyframes move4 {
  to {
    top: 15vh;
    right: 15vh;
    opacity: 1;
  }
}

.aboutConTop {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 12px;
}

.aboutConImg {
  width: 48px;
  height: 42px;
  object-fit: cover;
  object-position: 50% 50%;
}





.design {
  position: relative;
  padding: 0;
}

.designObject {
  z-index: -1;
}

#deOb-1 {
  left: -200px;
  top: 500px;
}

#deOb-2 {
  right: -1050px;
  top: -200px;
}








.head {
  display: flex;
  align-items: center;
  position: relative;
  gap: 4%;
  height: 100vh;
}

.headText {
  line-height: 28px;
}

.headLeft {
  position: relative;
  z-index: 2;
  width: 60%;
  margin: 6% 0 3% 4%;
  background-image: radial-gradient(circle at 0% 40%, #2f347e58 0% 0%);
  background-blend-mode: color;
  box-shadow: 30px 20px 50px 14px #2f347e58;
  padding: 3% 3%;
  border-radius: 40px 10px 40px 40px;
}

.headLeftCon {
  margin-top: 24px;
  padding: 6% 0;
  width: 40%;
  border-radius: 40px;
}

.headLeftConP {
  font-size: 22px;
}

.headImage {
  position: relative;
  margin: 0 0px;
  width: 32vw;
  height: 70vh;
  object-fit: contain;
  z-index: 1;
  overflow: hidden;
}

.headImg1 {
  position: absolute;
  left: 30vw;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: moveTop1 0.6s 0s forwards;
}

@keyframes moveTop1 {
  to {
    left: 0vw;
    opacity: 1;
  }
}

.headImg {
  max-width: 90%;
  width: 800px;
  z-index: 1;
}

.headBackground {
  background-image:
    radial-gradient(circle at 35% 68%, #2f347e 0%, 14.5%, rgba(34, 35, 35, 0) 35%),
    radial-gradient(circle at 15% 88%, #2f667e
      /*#5e2f7e*/
      0%, 8.5%, rgba(34, 35, 35, 0) 25%);
  height: 100%;
  position: absolute;
  left: 0;
  z-index: 0;
  top: 0;
  width: 100%;
}

.headContainer {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  width: 100%;
}

.headCon {
  display: flex;
  flex-direction: column;
  background-color: var(--BG5);
  border-radius: 20px;
  padding: 24px;
  max-width: 30%;
}

.headConP {
  font-size: 24px;
  padding: 0 0 64px;
  margin-bottom: auto;
}

.headButton {
  background: var(--colorBlue1);
  width: fit-content;
  margin: 0 auto;
}

.buttonP {
  font-size: 22px;
}

.headButton:hover {
  background: var(--BGbuttonHover);
}








.split {
  display: flex;
  gap: 32px;
}

.splitI {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  background: var(--colorMain);
  color: transparent;
  background-clip: text;
  padding-left: 2px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: var(--BG3);
  box-shadow: 2px 2px 6px var(--BG2), -2px -2px 6px var(--BG2);
}

.splitSmall {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 40%;
  padding: 4vh 20px;
  background: var(--BG4);
}

.splitBackground {
  position: relative;
  width: 100%;
}

.splitBackgroundGradient {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-clip: padding-box;
  background: linear-gradient(to right, var(--BG4) 0%, var(--BG4) 20%, rgba(255, 255, 255, 0) 60%);
}

.splitBackgroundGradient1 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 4;
  background-clip: padding-box;
  background: linear-gradient(to left, var(--BG4) 0%, var(--BG4) 0%, rgba(255, 255, 255, 0) 60%);
}

.splitBackgroundImage1 {
  opacity: 0.6;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
  margin-right: 10%;
}

.splitBackgroundImage3 {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.splitLarge {
  display: flex;
  width: 60%;
  background: var(--BG4);
}

.splitButton {
  padding: 32px 0;
  margin-top: auto;
}








.options {
  display: flex;
  flex-direction: column;
  padding-top: 120px;
  padding-bottom: 140px;
}

.optionsContainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 32px;
}

.optionsCon {
  display: flex;
  flex-direction: column;
  flex: 1 0 calc(31% - 32px);
  padding: 16px;
  border-radius: 24px;
  background-color: var(--BG5);
  box-shadow: 2px 4px 8px var(--colorShadow);
}

.optionsCircle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}

.optionsI {
  color: var(--colorMain);
  font-size: 32px;
  background: var(--colorMain);
  background-clip: text;
  color: transparent;
}

.optionsP {
  font-size: 20px;
}

.optionsButton {
  background: var(--colorBlue1);
  margin: 24px auto 0 0;
  padding: 6px 18px;
  border-radius: 8px;
}

.optionsButton:hover {
  background: var(--BGbuttonHover);
}














.faq {
  color: white;
}

.faqHeading {
  margin: 0 0 32px 0;
}

.faqbottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
}

.faqTitle {
  display: flex;
  justify-content: center;
  position: relative;
}

.faqT {
  transition: all 0.5s;
  position: absolute;
  color: var(--colorMain);
  /*
  opacity: 0;
  transform: translateY(100px);*/
}

.faqQuestions {
  display: flex;
  justify-content: center;
  position: relative;
  top: 20px;
  padding: 12px 0 32px;
  height: 56px;
}

.faqQ {
  transition: all 0.5s;
  position: absolute;
  /*
  opacity: 0;
  transform: translateY(100px);*/
}

.faqContainer {
  min-height: 58px;
  cursor: pointer;
  width: 100%;
}


.faqCon {
  display: flex;
  flex-direction: column;
  background-color: var(--BG5);
  position: relative;
  height: 58px;
  transition: all 0.4s;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}

.faqC {
  height: max-content;
  position: absolute;
  overflow: hidden;
  transition: all 1s;
  opacity: 0;
  transform: translateY(100px);
  box-shadow: 2px 2px 4px var(--colorShadow);
  border-radius: 8px;
}

.faqSub {
  max-height: 58px;
  margin: 0;
  transition: all 0.5s;
}

.faqCon.active .faqSub {
  max-height: 300px;
  transition: all 1.5s;
}

.faqTop {
  display: flex;
  justify-content: space-between;
  padding: 16px 24px 16px;
}

.faqPara1 {
  font-size: larger;
  font-weight: 580;
}

.faqBottom {
  padding: 0 24px 16px 24px;
}

.faqarrow {
  font-size: x-large;
  font-weight: 900;
  background: var(--colorBlue1);
  background-clip: text;
  color: transparent;
  transition: all 0.7s;
}

.faqCon.active .faqarrow {
  transform: rotate(90deg);
}

.faqarrow:hover {
  transform: none;
  box-shadow: none;
}










.numbers {
  padding: 120px var(--marginMain) 80px;
}

.numbersHeader {
  text-align: center;
}

.numbersContainer {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}

.numbersCon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30%;
}

.numbersCounter,
.counter {
  color: rgb(93, 127, 214);
  font-size: 56px;
  font-variant-numeric: tabular-nums;
}

.numbersH {
  color: #6366f1;
  font-size: 18px;
  padding: 6px 0 12px;
}

.numbersP {
  font-size: 14px;
}











.subscribe {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-bottom: 20vh;
  padding: 120px var(--marginMain) 80px;
}

.subscribeH {
  text-align: center;
}

.subscribeCon {
  margin: 0 auto;
}

.subscribeP {
  font-size: 16px;
  padding: 0px 32px 14px;
}

.subscribeAction {
  display: flex;
  position: relative;
  height: 80px;
}

.subscribeButton {
  position: absolute;
  height: calc(100% - 2 * 12px);
  width: 140px;
  font-size: 24px;
  right: 0;
  border-radius: 100px;
  margin: 12px 12px;
  background: var(--colorButton);
}

.subscribeButton:hover {
  background: var(--colorButtonHover);
}

.subscribeInput {
  background-color: var(--BG4);
  border-radius: 100px;
  border: 2px solid var(--colorBlue);
  box-shadow: 2px 2px 8px var(--colorButton), -2px -2px 8px var(--colorBlue);
  margin: 0;
  font-size: 24px;
  width: 40vw;
  height: 100%;
  padding: 4px 32px;
  text-overflow: ellipsis;
}




.review {
  padding: 120px var(--marginMain) 140px;
}

.reviewContainer {
  display: flex;
  gap: 10%;
  justify-content: center;
  padding-top: 40px;
}

.reviewCon {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 2%;
}

.flickity-viewport {
  display: flex;
  flex-direction: column;
  top: 0px;
  width: 80%;
  margin: 0 auto;
}

.flickity-slider {
  display: flex;
  gap: 2%;
}

.reviewCon-cell {
  display: flex;
  justify-content: center;
  height: max-content;
  width: 40%;
  padding: 0 4%;
  margin: 0 2%;
  overflow: visible;
}

.reviewCon-cell.is-selected {
  overflow-x: visible !important;
}

.flickity-button {
  box-shadow: 0.00px 1.00px 20px 0px var(--colorButton, 0 1px 4px rgba(0, 0, 0, .6));
  border-radius: 100px;
  padding: 8px;
  background: var(--colorButton);
  font-size: 24px;
  transition: all 0.2s;
}

.reviewButton:hover {
  background: var(--colorButtonHover);
  box-shadow: 0.00px 1.00px 20px 0px var(--colorButtonHover, 0 1px 4px rgba(0, 0, 0, .6));
}

.reviewP {
  padding: 12px;
  background-color: var(--BG5);
  border-radius: 2%;
}

.flickity-page-dots .dot {
  background: var(--colorBlue);
}







@media (orientation: portrait) {
  .head {
    flex-direction: column;
    justify-content: unset;
  }

  .headImage {
    display: flex;
    justify-content: center;
    margin: 0 0 auto 0px;
    width: 100%;
    height: 50%;
  }

  .headLeft {
    width: 100%;
    padding-right: 4%;
    background-image: none;
    box-shadow: none;
    margin-top: 36%;
  }

  .headImg {
    max-width: 100%;
  }

  .headImg1 {
    left: unset;
    width: unset;
    animation: none;
    opacity: 1;
  }

  .headLeftCon {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-bottom: 0;
  }

  .headContainer {
    flex-direction: column;
  }

  .headCon {
    max-width: unset;
  }

  .headConP {
    font-size: 20px;
  }

  .split {
    flex-direction: column;
    gap: 0;
  }

  .splitLarge,
  .splitSmall {
    width: 100%;
  }

  .heading {
    font-size: 32px;
  }

  .optionsP {
    font-size: 18px;
  }

  .faqPara1 {
    font-size: 18px;
  }

  .buttonP {
    font-size: 18px;
  }

  .about {
    flex-direction: column;
    height: unset;
    padding-bottom: 12px;
  }

  .aboutContainer {
    display: flex;
    flex-direction: column;
    gap: 24px;
    position: relative;
    margin-top: 24px;
  }

  .aboutCon {
    position: unset;
    max-width: 100%;
  }

  .subscribeCon {
    margin: 0;
  }

  .subscribeInput {
    width: 100%;
  }

  .numbersContainer {
    flex-direction: column;
    align-items: center;
    gap: 64px;
  }

  .numbersCon {
    width: 100%;
  }

  .numbersP {
    width: 60%;
    text-align: center;
  }

  .reviewCon-cell {
    width: 80%;
  }

  .subscribeAction {
    height: 60px;
  }

  .optionsContainer {
    gap: 16px;
  }

  .optionsCon {
    flex: 1 0 calc(50% - 16px);
  }

  .buttonMain {
    font-size: 20px;
    padding: 8px 18px;
  }

  .subscribeButton {
    font-size: 18px;
    width: 100px;
  }
}