@font-face {
  font-family: "Be Vietnam Pro-Bold";
  src: url("../fonts/BeVietnamPro-Bold.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro-Medium";
  src: url("../fonts/BeVietnamPro-Medium.ttf");
}
@font-face {
  font-family: "Be Vietnam Pro-Regular";
  src: url("../fonts/BeVietnamPro-Regular.ttf");
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #dfe0ca;
  font-family: "Be Vietnam Pro-Regular", "Lucida Sans", "Lucida Sans Regular",
    "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
.logo {
  animation: 0.9s ease-out 0s 1 slideInLeft;
  position: absolute;
  width: 350px;
  top: 0;
}
.countdownWrapper {
  margin-top: 25px;
  width: 555px;
  border-radius: 50px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 2px 2px rgba(0, 0, 0, 0.11),
    0 4px 4px rgba(0, 0, 0, 0.11), 0 8px 8px rgba(0, 0, 0, 0.11),
    0 16px 16px rgba(0, 0, 0, 0.11), 0 32px 32px rgba(0, 0, 0, 0.11);
}
.countdown {
  background-color: #fff;
  font-family: "Be Vietnam Pro-Bold";
  color: #000;
  font-size: 58px;
  margin: 0;
  mix-blend-mode: screen;
  width: fit-content;
  padding-left: 20px;
  border-radius: 50px;
  width: 535px;
}
.linksContainer{
  display: none;
  align-items: flex-end;
  margin-top: 30px;
  gap:20px
}
.storeImg{
  pointer-events: none;
  height: 70px;
}
.disabledStore{
  opacity: 0.5;
}
.soon{
  margin: 0px;
  width: fit-content;
  align-self: flex-end;
  padding-right: 5px;
  margin-left: auto;
  color: #fff;
  font-family: "Be Vietnam Pro-Bold";
}
.sectionIcon {
  width: 200px;
}
.diagonal {
  background-color: orange;
  z-index: -1;
  position: relative;
  margin-top: 4vw;
  height: 80vh;
  width: 100%;
  background-image: linear-gradient(45deg, orange, orange);
  transform: skewY(-11deg);
  display: flex;
  align-items: flex-end;
}
.diagonalContent {
  display: flex;
  position: absolute;
  flex-direction: row;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0px 10%;
  top: 10vh;
}
@keyframes slideInRight {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.phone {
  animation: 0.9s ease-out 0s 1 slideInRight;
  position: relative;
  width: 70vh;
  height: auto;
  left: 5%;
  transform: scale(1);
  transition: transform ease-in-out 0.3s;
}
.phone:hover {
  transition: all ease-in-out 0.4s;
  transform: scale(1.015);
}
.appInfoContainer {
  margin-top: 8%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.appInfo {
  font-size: 44px;
  font-family: "Be Vietnam Pro-Bold";
  color: white;
  margin: 0;
}
.trees {
  z-index: 2;
  height: 450vh;
  width: 100vw;
  object-fit: cover;
  opacity: 0.5;
  filter: saturate(220%);
}
.exploreSection {
  margin-top: 13vw;
}
.sectionsContainer {
  display: flex;
  flex-direction: column;
  gap: 130px;
}
.sectionBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5%;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.295);
  width: max-content;
  margin: auto;
  padding: 50px;
  box-shadow: 0px 5px 10px #68695425;
  width: 800px;
}
.sectionDescription {
  line-height: 1.9;
  font-size: 17px;
  color: #545547;
}
.sectionTextContent {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-items: center;
  justify-content: center;
}
.sectionTitle {
  padding: 0 20px 0 20px;
  width: fit-content;
  color: #545547;
  font-size: 60px;
  font-family: "Be Vietnam Pro-Medium";
  font-variant: small-caps;
  text-shadow: 0px 1px, 1px 0px, 1px 1px;
  text-align: center;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(255, 166, 0, 0.281) 50%
  );
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5%;
  margin-top: 0;
}
.badgesSection {
  height: 750px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5%;
  position: relative;
  padding: 5% 0 0 0;
}
.badgesSectionBackground {
  position: absolute;
  object-fit: cover;
  opacity: 0.3;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
}
.badgesTextContent {
  text-align: center;
}
.badgesTopSection {
  margin-top: -3%;
  display: flex;
  flex-direction: column;
  width: 700px;
  align-items: center;
  justify-content: center;
  padding: 0 10% 0 10%;
}
.fade-in {
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.fade-in.appear {
  opacity: 1;
}

@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slider {
  position: relative;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}
.slider:hover .slide {
  animation-play-state: paused;
}
.slide {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  animation: var(--marquee-duration, 40s) slide linear infinite;
}
.badgeImage {
  border-radius: 50%;
  height: 250px;
  margin: 20px;
  width: 250px;
  box-shadow: 0px 5px 10px #686954b2;
  -webkit-user-drag: none;
  user-select: none;
}
.sliderShadow {
  width: 100%;
  position: relative;
}
.badgesSection:before,
.badgesSection:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  height: 100%;
  content: "";
  z-index: 2;
}
.badgesSection::before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), #dfe0ca);
}
.badgesSection::after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #dfe0ca);
}
.competeSection {
  margin-bottom: 140px;
}
.slideTitle {
  font-family: "Be Vietnam Pro-Bold";
  color: white;
  font-size: 52px;
  font-variant: small-caps;
  align-self: flex-start;
  margin-bottom: 20px;
  /* font-style: italic; */
  /* transform: skewY(6deg); */
}
.slidePhone {
  height: 450px;
  width: auto;
}
.swiperSlideContent {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 2% 6% 3.5% 6%;
  gap: 5%;
}
.swiperStyle {
  width: 65%;
  background: rgb(255, 165, 0);
  background: linear-gradient(
    15deg,
    rgba(255, 165, 0, 1) 0%,
    rgba(158, 183, 99, 1) 49%,
    rgba(255, 165, 0, 1) 100%
  );
  border-radius: 20px;
  box-shadow: 0px 5px 10px #6869545d;
  margin-top: -50px;
  margin-bottom: -50px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: white;
}
.slideDescription {
  color: white;
  font-size: 20px;
  font-family: "Be Vietnam Pro-Medium";
  margin: 0;
}
.swiperButton {
  color: white;
}
.slideTextWrapper {
  display: flex;
  flex-direction: column;
  width: 30%;
  align-items: center;
  height: 490px;
}
.footer {
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0% 10% 0% 10%;
  background-color: hsla(63, 11%, 37%, 0.849);
}
.center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.third {
  flex-grow: 1;
  flex-basis: 0;
}
.footerContactContainer {
  display: flex;
  flex-direction: row;
  gap: 35px;
}
.footerContact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.footerContactText {
  color: rgba(255, 255, 255, 0.733);
  font-weight: 800;
  margin: 0;
  text-decoration: none;
  text-wrap: wrap;
  text-align: center;
}
.footerLogoWrapper {
  display: flex;
  z-index: 5;
  height: 100%;
  align-items: center;
}
.footerLogo {
  height: 100%;
  aspect-ratio: 1/1;
  display: flex;
}
.footerBackgroundImage {
  position: absolute;
  width: 100vw;
  height: 200px;
  object-fit: cover;
  opacity: 0.5;
  left: 0;
  right: 0;
  z-index: -1;
}
.footerContainer {
  display: flex;
  height: 200px;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.termsContainer {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 1650px) {
  .phone {
    width: 75vh;
  }
  .googlePlay {
    width: 250px;
  }
  .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1508px) {
  .appInfo {
    font-size: 35px;
  }
  .phone {
    width: 70vh;
    max-width: 600px;
  }
  .slideDescription {
    font-size: 18px;
  }
  .slideTitle {
    font-size: 48px;
  }
}
@media screen and (max-width: 1325px) {
  .phone {
    width: 40vh;
    margin-right: 5%;
  }
  .diagonalContent {
    top: 20%;
  }
  .appInfo {
    font-size: 30px;
  }
  .googlePlay {
    width: 200px;
  }
  .sectionBox {
    width: 70%;
  }
  .sectionIcon {
    width: 200px;
  }
  .sectionTitle {
    font-size: 45px;
  }
  .sectionsContainer {
    gap: 100px;
  }
  .countdown {
    font-size: 48px;
    width: 460px;
  }
  .countdownWrapper {
    width: 480px;
  }
}
@media screen and (max-width: 1200px) {
  .appInfo {
    font-size: 28px;
    margin-top: 5%;
  }
  .sectionIcon {
    width: 150px;
    margin-top: auto;
    margin-bottom: auto;
  }
  .badgesSection {
    height: 700px;
  }
}
@media screen and (max-width: 1050px) {
  .phone {
    width:45vh;
  }
  .storeImg{
    height: 7vh;
  }
  .diagonal {
    height: 90vh;
  }
  .diagonalContent {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    top: 10%;
  }
  .countdownWrapper {
    align-self: center;
    width: 50vh;
  }
  .countdown {
    font-size: 5vh;
    padding-left: 2vh;
    width: 48vh;
  }
  .appInfo {
    text-align: center;
    margin-top: -9%;
    font-size: 3vh;
    width: 90%;
    align-self: center;
  }
  .badgesTopSection {
    width: 600px;
  }
  .badgeImage {
    height: 200px;
    width: 200px;
    margin: 15px;
  }
  .appInfo {
    font-size: 27px;
  }
  .diagonalContent {
    top: 17%;
  }
  .googlePlay {
    width: 150px;
  }
  /* .slidePhone { */
  /* height: auto; */
  /* width: 30%; */
  /* height: 40vw; */
  /* } */
  .swiperStyle {
    width: 75%;
  }
  .linksContainer{
    justify-content: center;
    align-items: flex-end;
    margin-top: 8px;
  }
}
@media screen and (max-width: 905px) {
  .logo {
    width: 200px;
  }
  .badgeImage {
    height: 165px;
    width: 165px;
    margin: 12px;
  }
  .badgesSection {
    height: 650px;
  }
  .badgesTopSection {
    width: 500px;
  }
  .footerLogo {
    display: none;
  }
}
@media screen and (max-width: 905px) and (orientation: portrait) {
  .footerLogo {
    display: none;
  }
}
@media screen and (max-width: 805px) and (orientation: portrait) {
  .badgeImage {
    height: 150px;
    width: 150px;
    margin: 15px;
  }
  .badgesSection::before,
  .badgesSection::after {
    width: 50px;
  }
  .sectionBox {
    width: 60%;
  }
  .sectionTitle {
    font-size: 45px;
  }
  .sectionIcon {
    display: none;
  }
  .footerLogo {
    height: 150px;
  }
  .swiperSlideContent {
    flex-direction: column;
    gap: 0;
  }
  .swiperStyle {
    width: 100%;
  }
  .slideTextWrapper {
    width: 100%;
  }
  .sliderWrapper {
    height: 300px;
  }
  .swiperButton {
    visibility: hidden;
  }
  .slidePhone {
    height: auto;
    width: 200px;
  }
}
@media screen and (max-width: 650px) {
  .logo {
    width: 150px;
  }
  .storeImg{
    height: 50px;
  }
  .footerContactContainer {
    flex-direction: column;
    gap: 5px;
  }
  .termsContainer{
    flex-direction: row;
    gap:30px;
  }
  .countdownWrapper {
    width: 335px;
  }
  .countdown {
    width: 320px;
    font-size: 34px;
  }
  .diagonalContent {
    top: 17%;
  }
  .appInfo {
    font-size: 2.7vh;
  }
  .diagonal {
    height: 100vh;
  }
  .sectionBox {
    width: auto;
    border-radius: 0%;
    padding: 10% 3% 10% 3%;
  }
  .sectionDescription {
    width: 90%;
  }
  .badgesTopSection {
    width: 70%;
  }
  .exploreSection {
    margin-top: 20vw;
  }
  .badgesSection::before,
  .badgesSection::after {
    display: none;
  }
  .badgesSection {
    height: 800px;
  }
}

@media screen and (max-width: 450px) {
  .diagonalContent {
    top: 19%;
  }
  .playStoreContainer{
    display: flex;
    flex-direction: column-reverse;
  }
  .soon{
    align-self: flex-start;
    font-size: 12px;
    margin-left: 5px;
  }
  .linksContainer{
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 18px;
  }
  .phone {
    width: 30vh;
  }
  .logo {
    width: 20vh;
  }
  .diagonal {
    height: 90vh;
  }
  .footerContactContainer{
    gap:15px
  }
}
@media screen and (max-width: 388px){
  .termsContainer{
    flex-direction: column;
    gap:0px
  }
  .socialsContact{
    justify-content: center;
  }
  .footerContactContainer{
    gap:6px
  }
  .footerContainer{
    width:auto;
  }
  .termsContainer{
    align-items: center;
  }
}
@media screen and (min-height: 1325px) and (min-width: 1627px) {
  .diagonalContent {
    top: 20%;
  }
  .appInfo {
    font-size: 52px;
  }
}
@media screen and (min-height: 1325px) and (max-width: 1627px) {
  .diagonalContent {
    top: 20%;
  }
  .appInfo {
    font-size: 45px;
  }
}
