@font-face {
  font-family: "00321";
  src: url("../assets/font/00321.TTF");
}
@font-face {
  font-family: "Akrobat Thin", sans-serif;
  src: url("../assets/font/Akrobat-Thin.otf");
}
@font-face {
  font-family: "Akrobat", sans-serif;
  src: url("../assets/font/Akrobat-Regular.otf");
}
@font-face {
  font-family: "Akrobat Bold", sans-serif;
  src: url("../assets/font/Akrobat-Bold.otf");
}
:root {
  --color-primary: #FF6B22;
  --color-secondary: #386b92;
  --color-third: #45EDFF;
  --color-fourth: #95d1cc;
  --color-text: #dbeafe;
}
body {
  font-family: "00321";
}
.color-primary {
  color: var(--color-primary);
}
.color-secondary {
  color: var(--color-secondary);
}
.color-third {
  color: var(--color-third);
}
.color-text {
  color: var(--color-text);
}
.ff-akrobat-thin {
  font-family: "Akrobat Thin", sans-serif;
}
.ff-akrobat {
  font-family: "Akrobat", sans-serif;
}
.ff-akrobat-bold {
  font-family: "Akrobat Bold", sans-serif;
}
.hero-area {
  width: 75%;
  position: relative;
}
.hero-ship {
  position: absolute;
  right: -40%;
  top: -25%;
  width: 70%;
  transition-duration: 0.5s;
  animation: heroShipAnim 1s infinite alternate-reverse;
}
@keyframes heroShipAnim {
  0% {
    right: -35%;
    top: -25%;
  }
  100% {
    right: -38%;
    top: -27%;
  }
}
.shib_astro {
  position: absolute;
  width: 60%;
  left: -50%;
  top: 0%;
  transition-duration: 0.5s;
  animation: shibAstroAnim 1s infinite alternate-reverse;
}
@keyframes shibAstroAnim {
  0% {
    top: 0%;
  }
  100% {
    top: -5%;
  }
}
.step-area {
  padding: 5% 10% 0 17%;
}
.nft-slide {
  width: 100%;
  position: absolute;
}
.nft-slide1, .nft-slide2{
  width: 100%;
}
.nft-slide2 {
  position: absolute;
  top: 81%;
  left: 0;
}
.f-size-1-30 {
  font-size: 1.30cqw;
}
.cosmodogfe_logo {
  padding: 3% 2%;
  width: 18%;
}
.mundog_anim {
  position: absolute;
  top: -100%;
  width: 100%;
}
.buy-button-area {
  position: fixed;
  width: 25%;
  bottom: 10%;
  transition-duration: 0.5s;
  z-index: 99; left:10%;
}
.buy-button-area:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.contract-button {
  transition-duration: 0.5s;
}
.contract-button:hover {
  cursor: pointer;
  transform: scale(1.05);
}
.buy-button-text {
  color: var(--color-primary);
  font-size: 1.5cqw;width: max-content;
}
.how-to-buy-area {
  display: flex;
  flex-direction: column;
  padding: 1% 2%;
  width: 34%;
  background-color: white;
  border-radius: 5cqw;
  transition-duration: 0.5s;
  cursor: pointer;
}
.how-to-buy-area div img {
  transform: rotate(0deg);
  transition-duration: 0.5s;
}
.anim {
  transform: rotate(-180deg) !important;
}
.how-to-buy-area.active .how-to-buy-text {
  display: block !important;
}
.how-to-buy-text {
  display: none;
}
.cursor {
  cursor: pointer;
}
.footer-link {
  cursor: pointer;
  transition-duration: 0.5s;
}
.footer-link:hover {
  transform: scale(1.05);
}
.line-h-1-15 {
  line-height: 1.15;
}
/* width */
.width50 {
  width: 50%;
}
.w-90 {
  width: 90%;
}
.w-85 {
  width: 85%;
}
.w-80 {
  width: 80%;
}
.w-70 {
  width: 70%;
}
.w-65 {
  width: 65%;
}
.w-60 {
  width: 60%;
}
.w-45 {
  width: 45%;
}
.w-40 {
  width: 40%;
}
.w-30 {
  width: 30%;
}
.w-20 {
  width: 20%;
}
.w-15 {
  width: 15%;
}
.w-10 {
  width: 10%;
}
.w-5 {
  width: 5%;
}
.h-25vh {
  height: 25vh;
}
/* margin */
.mrgn-top-1 {
  margin-top: 1%;
}
.mrgn-top-3 {
  margin-top: 3%;
}
.mrgn-top-5 {
  margin-top: 5%;
}
.mrgn-top-10 {
  margin-top: 10%;
}
.mrgn-top-15 {
  margin-top: 15%;
}
.mrgn-top-18 {
  margin-top: 18%;
}
.mrgn-top-20 {
  margin-top: 20%;
}
.mrgn-top-25 {
  margin-top: 25%;
}
.mrgn-top-30 {
  margin-top: 30%;
}
.mrgn-top-45 {
  margin-top: 45%;
}
.mrgn-top-105 {
  margin-top: 105%;
}

.mrgn-bot-10 {
  margin-bottom: 10%;
}
.font-size-14{ font-size:14px !important;}
/* padding */
.pddng-l-25 {
  padding-left: 25%;
}
.pddng-l-15 {
  padding-left: 15%;
}
.pddng-l-10 {
  padding-left: 10%;
}
.pddng-l-5 {
  padding-left: 5%;
}
.pddng-l-3 {
  padding-left: 3%;
}
.pddng-r-3 {
  padding-right: 3%;
}
.pddng-y-1 {
  padding: 1% 0;
}
.pddng-y-3 {
  padding: 3% 0;
}
.pddng-y-5 {
  padding: 5% 0;
}
.pddng-x-5 {
  padding: 0 5%;
}
.pddng-x-7-5 {
  padding: 0 5% 0 7%;
}
.pddng-x-2-5 {
  padding: 0 5% 0 2%;
}
.pddng-x-10 {
  padding: 0 10%;
}

/* font size */
.f-size-8 {
  font-size: 8cqw;
}
.f-size-6 {
  font-size: 6cqw;
}
.f-size-4-5 {
  font-size: 4.5cqw;
}
.f-size-3-5 {
  font-size: 3.5cqw;
}
.f-size-3-25 {
  font-size: 3.25cqw;
}
.f-size-3 {
  font-size: 3cqw;
}
.f-size-2-5 {
  font-size: 2.5cqw;
}
.f-size-2-25 {
  font-size: 2.25cqw;
}
.f-size-2 {
  font-size: 2cqw;
}
.f-size-1-75 {
  font-size: 1.75cqw;
}
.f-size-1-5 {
  font-size: 1.5cqw;
}
.f-size-1-25 {
  font-size: 1.25cqw;
}
.f-size-1 {
  font-size: 1cqw;
}
.ff-akrobat.color-secondary.w-100.d-flex.justify-content-end{ margin-top:0}

.have-icons img{ width:70% !important}
.team-container{ margin-top:150px}

.have-icons .item{ position: relative; display: flex; transition: 0.5s ease 0s; align-items: center; justify-content: center;}
.have-icons .item span{position: absolute;right: 8%;bottom: 8%;color: #FF6B22;font-size: 1.55cqw;}


.have-icons .item:hover{ transform: scale(1.09);}
.stepItem{ transition: 0.5s ease 0s;}
.stepItem:hover{ transform: scale(1.09);}



.orange-title{ color: var(--color-primary); text-align: center; position: relative;}
.team-container .orange-title span{color: var(--color-primary);position: absolute;width:100%;top: -160%;left:0;text-align: center;font-size: 62px;opacity: .2;text-transform: uppercase;}


#section-contract{position: relative;padding-bottom: 0;}
#section-contract::after{position: absolute;width:100%;height:100%;background:url(../assets/img/cosmodog-section-2.png) no-repeat top center;z-index: -1;height: 360%;background-size:cover;content: '';top: -36%;}


.buckle-up-section{padding: 200px 0;padding-bottom: 160px;background: rgb(255,255,255);background: linear-gradient(180deg, rgb(255 255 255) 0%, rgba(69, 205, 255, 1) 100%);padding-top: 90px;overflow: hidden;}
.buckle-up-section h2{font-size: 24px;text-align: center;/* width: 34%; */color:#fff;margin:auto;margin-top: 10%;font-size: 2.25cqw;}
.buckle-up-section h3{font-size: 3.25cqw;text-align: center;width: 50%;color:#fff;margin:auto;}
.nft-img-1{position: absolute;right:0;top: 28%;width: 31%;}
.nft-img-2{position: absolute;left: 0%;top: 9%;width: 34%;}
.bottom-wawe{ position:relative; z-index: 2}
.tokenomics-area{ background:#f7f9fb;}


.tokenomics-area{padding: 0 5%;text-align: center;position: relative;}
.tokenomics-area .row{ align-items: center;}

.tokenomics-area span{position: absolute;left:0;font-size: 6.5cqw;top:-220%;opacity: 0.08;color:#FF6B22;width:100%;font-size: 6.25cqw;}
.tokenomics-area h3{ color:#FF6B22; font-size: 1.9cqw;}
.tokenomics-area p{color: #91A3B2;width: 70%;margin: auto;font-size: 1.40cqw;}
.comingSoon{color: #fff;background: rgb(10,159,255);background: linear-gradient(180deg, rgba(10,159,255,1) 0%, rgba(69,237,255,1) 100%);width: max-content;padding: 10px 13%;font-weight: bold;line-height: 1.4;margin: auto;margin-bottom: 20px;margin-top:30px;border-radius: 50px;font-size: 1.45cqw;}

.liftof-area{background: #f7f9fb url(../assets/img/liftoff.png) no-repeat;background-size:cover;padding: 0 5%;padding-top: 230px;position: relative;padding-bottom: 30%;}
.liftof-area .text-area-row{ width: 50%; margin:auto;  }
.liftof-area .text-area-row h4{ font-size:24px; color: #fff; text-align: center; margin-bottom: 30px; position: relative;}
.liftof-area .text-area-row h4 span{position: absolute;left:0;width:100%;top: -190%;font-size:62px;opacity: .2;}
.liftof-area .text-area-row p{text-align: center;color: #fff;margin-top:10px;font-family: "Akrobat Thin", sans-serif;font-weight: 300;margin-bottom: 50px;}
.liftof-area .shape5{position: absolute;left: 2%;top: -3%;width: 37%;}
.step-item{position:absolute;width: 24%;left: 16%;top: 36%;z-index: 2;}
.liftof-area .item-row{background: url(../assets/img/step-bg.png) no-repeat center top;background-size: cover;position: relative;width: 70%;margin-bottom: 110px;height: 150px;display: flex;flex-direction: column;text-align: right;padding: 2% 8%;padding-bottom: 0;}

.liftof-area .row-items{display: flex;justify-content: center;margin-top:50px;padding-bottom: 37%;}
.liftof-area .row-items .col-lg-5{ display:flex; justify-content:center;}

.liftof-area .item-row span:nth-child(1){color: #45EDFF;text-align: left;font-size: 25px;}
.liftof-area .item-row span:nth-child(1) small{font-size: 37px;}
.liftof-area .item-row span:nth-child(2){text-align: left;width: 80%;font-size: 13px;display: flex;align-items: flex-end;justify-content: flex-end;font-family: "Akrobat Thin", sans-serif;font-weight: 300;color: #91A3B2;margin-left: 28%;margin-bottom: 22%;}

.MOONMAP{position: absolute;right:0;width: 31%;bottom: 0;}

.faq-container{
 background: rgb(249,142,104);
 background: linear-gradient(180deg, rgb(163 130 118 / 6%) 0%, rgb(249 142 104 / 14%) 47%, rgb(249 142 104 / 32%) 100%);
 padding: 100px 0;
 position: relative;
}
.faq-container h3{color: var(--color-third);text-align: center;position: relative;margin-bottom: 50px;}
.faq-container h3 span{position: absolute;left:0;top: -150%;text-align: center;width: 100%;font-size: 62px;opacity: .2;line-height: 1;}

.item-faq-container{display: flex;flex-direction: column;justify-content: center;margin: auto;max-width: 50%;}
.item-faq-container h4{background: #fff;padding: 20px 30px;display: flex;align-items: center;color: #91A3B2;font-size: 18px;border-radius: 50px;margin-bottom: 20px;cursor: pointer;font-family: "Akrobat Bold", sans-serif;}
.item-faq-container .faq-content{background: #fff;padding: 0px 30px;display: flex;align-items: center;color: #91A3B2;font-size: 16px;-webkit-border-bottom-right-radius: 50px;-webkit-border-bottom-left-radius: 50px;-moz-border-radius-bottomright: 50px;-moz-border-radius-bottomleft: 50px;border-bottom-right-radius: 50px;border-bottom-left-radius: 50px;margin-bottom: 0;font-family: "Akrobat Thin", sans-serif;font-weight: 300;padding-top: 0;}
.item-faq-container h4 svg{margin-right:15px;transition: 0.2s ease 0s;position: relative;transform: rotate(180deg);}
.item-faq-container h4.active{border-radius: 0;-webkit-border-top-left-radius: 50px;-webkit-border-top-right-radius: 50px;-moz-border-radius-topleft: 50px;-moz-border-radius-topright: 50px;border-top-left-radius: 50px;border-top-right-radius: 50px;margin: 0;}
.item-faq-container h4.active svg{ transform:rotate(0deg)}

.item-faq-container .faq-content.active{padding: 45px 30px;padding-top: 30px;margin-bottom: 20px;}
.mobil-right-show{ display: none;}
.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.shape-wawe{
  width:100%;
  position:absolute;
  bottom: 0;
  left:0;
  }
.how-to-shape{position: absolute;left: -3%;top: -24%;width: 23%;}

.marquee-text{font-size:72px;color: #FFFF;opacity: .3;}

.marquee-container {
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  color: white;
  display: flex; opacity: 1;
}
 .row.have-icons{ width: 86%;
  margin: auto;position: relative;
  left: 2%;}

.marquee-container {
  overflow: hidden;
  margin-top:20px;
  white-space: nowrap;
  width: 100%;
  color: white;
  display: flex;
  font-size: 24px;
}

/* Sonsuz saÄŸa kayan kesintisiz animasyon */
.marquee-text {
  display: inline-block;
  animation: marquee 10s linear infinite;
  padding-right: 50px;
}

/* SÃ¼rekli akÄ±ÅŸÄ± saÄŸlamak iÃ§in iki kopyayÄ± kaydÄ±r */
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}


footer{ margin-top:20px; margin-bottom: 100px;}
footer .footerLogo{width:100%;max-width: 140px;display: flex;}
footer h4{text-align: center;color: #45EDFF;font-size: 30px;}


.row-items{ display: flex; align-items: center;}
.row-items .footer-right{ display: flex; justify-content: flex-end;}
.row-items .footer-right a img{ width:70px}

.haveFun .titleSub{line-height: 1.2;position: relative;margin-bottom: 30px;}
.haveFun .titleSub span{text-transform: uppercase;position: absolute;left: -15%;top: -57%;font-size: 6.5cqw;opacity: .1;line-height: 1;}
.haveFun .titleSub span small{margin-left: 21%;font-size: 100%;}


.mobile-image-show{display: none;width: 93%;margin:auto;position: relative;left: -8%;margin-top: 28%;}



.ocean {
  height: 5%;
  width:100%;
  position:absolute;
  bottom: -5%;
  left:0;
}

.wave {
  background: url(../assets/img/wave.svg) repeat-x;
  position: absolute;
  top: -130px;
  width: 6400px;
  height: 130px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
  transform: translate3d(0, 0, 0);
}

.wave:nth-of-type(2) {
  top: -175px;
  animation: wave 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
  opacity: 1;
}

@keyframes wave {
  0% {
    margin-left: 0;
  }
  100% {
    margin-left: -1600px;
  }
}

@keyframes swell {
  0%, 100% {
    transform: translate3d(0,-25px,0);
  }
  50% {
    transform: translate3d(0,5px,0);
  }
}
.MOONMAP_mobil{ display: none; width: 100%;}
.footer-social a{ text-decoration: none; }

.mobile{ display: none;}
.desktop{ display: block;}


@media (max-width: 767px) {
  .buy-button-area {
    width: 80%;
    margin-top: 85%;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .liftof-area .text-area-row h4 span{font-size:40px;top: -130%;}
  .team-container {
    margin-top: 120px;
}
footer .col-lg-4{justify-content: center !important;display: flex;margin-bottom: 30px;}
  .have-icons img {
    width: 60% !important;
}
.MOONMAP {
  width: 47% !important;
  bottom: -1% !important;
}
.liftof-area .w-80 {
  width: 100%;
}
.mrgn-top-0.mt-5.pt-5.mobile-margin-top-0{ display: none !important;}

  .buy-button-area {
    margin-top: 85%;
}
.liftof-area .shape5 {
  left: -44% !important;
  top: -4% !important;
  width: 110% !important;
}

.nft-img-1 {
  position: absolute;
  right: 0;
  top: 59% !important;
  width: 59% !important;
}

.nft-img-2 {
  position: absolute;
  left: 0;
  top: -8% !important;
  width: 60% !important;
}
.buckle-up-section{padding-top: 140px !important;overflow: hidden;}
.tokenomics-area p{ width: 100% !important;}
.buckle-up-section h2{ width:90% !important; }

  .team-container .orange-title span{ font-size:46px !important}
  .buckle-up-section h3{ width: 90% !important;}
  .buckle-up-section h2 {
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: auto;
    margin-top: 18%;
}

  .have-icons .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
  }
  .have-icons .item span {
    position: absolute;
    right: 0%;
    bottom: -8%;
    color: #FF6B22;
    font-size: 5.55cqw;
    width: 50%;
    line-height: 1;
}

  .colm-mobile{ display: flex; flex-direction: column-reverse !important;}
  .faq-container h3 span{ font-size: 14.75cqw;}
  .faq-container h3{font-size: 7.75cqw;}
  .item-faq-container{ max-width: 100% !important;}
  .how-to-shape{
    position: static !important;
    width: 30% !important;
    margin: auto;
    margin-bottom: -50px;
}
  .text-center-mobile{ text-align: center;}
  .shib_astro{display:flex !important;left: 0;transform: translate(-10%, 37%);width: 74%;top: 0 !important;}
  .cosmodogfe_logo {
    padding: 27% 10% 0%;
    width: 55%;
  }
  .haveFun .titleSub span{ font-size:50px !important;}
  .hero-ship{
    top: 80%;
    left: 20%;
    right: auto;
    bottom: auto;
    transform: translate(-10%, 70%);
    width: 80%;
}
  .slider-bg-new2{ height:100vh; object-fit: cover;}
  .hero-area {
    width: 100%;
  }
  .f-size-4-5 {
    font-size: 10cqw;
  }
  .f-size-3-25 {
    font-size: 7cqw;
  }
  .f-size-2-5 {
    font-size: 4.25cqw;
  }
  .f-size-2 {
    font-size: 6.5cqw;
  }
  .f-size-1-5 {
    font-size: 3.5cqw;
  }
  .f-size-1-25 {
    font-size: 3.95cqw;
  }
  .mobile-f-size-9 {
    font-size: 9cqw;
  }
  .mobile-f-size-5-5 {
    font-size: 5.5cqw;
  }
  .mobile-f-size-5 {
    font-size: 5cqw;
  }
  .mobile-f-size-3 {
    font-size: 3cqw;
  }
  .buy-button-area {
    margin-top: 85%;
  }
  .buy-button-text {
    font-size: 4.25cqw;
  }
  .mobile-w-50-area {
    width: 50% !important;
    display: flex;
  }
  .mobile-w-100 {
    width: 100% !important;
  }
  .mobile-w-75 {
    width: 75% !important;
  }
  .mobile-w-0 {
    width: 0% !important;
  }
  .mobile-text-half {
    width: 50% !important;
    padding-right: 10%;
    line-height: 1.75;
  }
  .mrgn-top-1 {
    margin-top: 3%;
  }
  .mobile-margin-top-250 {
    margin-top: 250%;
  }
  .mobile-margin-top-155 {
    margin-top: 155%;
  }
  .mobile-margin-top-150 {
    margin-top: 150%;
  }
  .mobile-margin-top-120 {
    margin-top: 120%;
  }
  .mobile-mrgn-top-95 {
    margin-top: 95%;
  }
  .mobile-mrgn-top-75 {
    margin-top: 75%;
  }
  .mobile-margin-top-70 {
    margin-top: 70%;
  }
  .mobile-margin-top-60 {
    margin-top: 60%;
  }
  .mobile-margin-top-52 {
    margin-top: 32%;
  }
  .mobile-margin-top-20 {
    margin-top: 20%;
  }
  .mobile-margin-top-10 {
    margin-top: 10%;
  }
  .mobile-margin-top-8 {
    margin-top: 16%;
  }
  .mobile-pddng-y-10 {
    padding: 10% 0;
  }
  .pddng-l-15 {
    padding: 0;
  }
  .mobile-pddng-x-5 {
    padding: 0 5%;
  }
  .mobile-pddng-x-10 {
    padding: 0 10%;
  }
  .step-area {
    padding: 5% 5% 0 20%;
  }
  .how-to-buy-area {
    width: 90%;
    padding: 3% 5%;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .ocean {
    height: 20px;
}
.title-top-desk{ text-align: center;}
.title-top-desk2{ text-align: center; font-size:4cqw}
.wave{ top:-100px; overflow: hidden;}
.tokenomics-area{padding-top:14%;padding-bottom: 12%;}
.tokenomics-area p{font-size: 4.7cqw;}
.tokenomics-area h3 {
  color: #FF6B22;
  font-size: 4.9cqw;
}
.haveFun .titleSub {
  line-height: 1.2;
  position: relative;
  margin-bottom: 30px;
  text-align: center;
  font-size: 7.5cqw;
  margin-top: 20px;
}
.haveFun .titleSub br{ display: none;}
.tokenomics-area span{ font-size: 14.25cqw;}
.section-2-title{font-size: 5.25cqw;}
.haveFun .titleSub span {
  font-size: 13.5cqw !important;
  left: -20%;
  top: 50%;
}
.text-right-area.text-white{font-size: 4cqw;}
.mobil-right-hide, .mobile-image-hide{ display: none;}
.mobile{ display: flex;}
.desktop{ display: none;}
.text-right-area.mobile .in{ text-align: right;}
.text-right-area.text-white.mobile{padding: 0% 6% 0 5%;margin-top: -24%;display: flex;justify-content: flex-end;}
.mobile-image-show{ display: block;}
.f-size-1-30 {
  font-size: 4cqw;
  padding: 5%;
}
.row.have-icons {
  width: 96%;
  margin: auto;
  position: relative;
  left: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.have-icons .item{ width:50%;}
.have-icons img {
  width: 100% !important;
}

#section-contract::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../assets/img/cosmodog-section-2.png) no-repeat top center;
  z-index: -1;
  height: 460%;
  background-size: 170% 66%;
  content: '';
  top: -6%;
}
.have-icons .item:nth-child(2) {
  position: relative;
  top: 40px;
}
.team-container .orange-title span{ top:-120%;}
.have-icons .item:nth-child(3) {
  position: relative;
  top: 10px; left:-30px
}
.team-container .orange-title span {
  font-size: 9.25cqw !important;
}
.buckle-up-section h2 {
  width: 42% !important;
  position: absolute;
  right: 6%;
  font-size: 20px !important;
  top: 4%;
}
.nft-img-1 {
  position: absolute;
  right: 0;
  top: 39% !important;
  width: 55% !important;
}
.buckle-up-section h3 {
  position: absolute;
  left: 9%;
  top: 68%;
  width: 37% !important;
  font-size: 4.25cqw;
}

.buckle-up-section {
  padding-top: 140px !important;
  overflow: hidden;
  padding-bottom: 230px;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255 255 255) 0%, rgb(69 205 255) 30%);
}
.buckle-up-section h3 {
  position: absolute;
  left: 6%;
  top: 57%;
  width: 39% !important;
  font-size: 4.60cqw;
}
.comingSoon{font-size: 5.45cqw;}

.liftof-area {
  background: #f7f9fb url(../assets/img/liftoff.png) no-repeat center top;
  background-size: 200% 102%;
  padding: 0 5%;
  padding-top: 120px;
  position: relative;
  padding-bottom: 30%;
}
.ff-akrobat.color-secondary.w-100.d-flex.justify-content-end {
  margin-top: 0;
  font-size: 2.6cqw;
  left: -9%;
  position: relative;
}

.moonMapText{line-height: 1.5;font-size: 14px;}

.liftof-area .text-area-row {
  width: 64%;
  margin: auto;
  position: relative;
  right: -14%;
}
.liftof-area .w-80 {
  width: 80% !important;
}
.MOONMAP{ display: none;}
.MOONMAP_mobil{display: block;width: 60%;margin-top: -10%;margin: auto;margin-top: -10%;margin-bottom: 30px;}
.item-faq-container h4{
  font-size: 3.75cqw;
}
.haveFun .titleSub span small {
  margin-left: 10%;
  font-size: 100%;
}

footer h4 {
  font-size: 5.5cqw;
}
.marquee-text {
  font-size: 12.5cqw;

}
.faq-container {
  background: linear-gradient(180deg, rgb(163 130 118 / 6%) 0%, rgb(249 142 104 / 14%) 47%, rgb(249 142 104 / 32%) 100%);
  padding: 10px 0;
  position: relative;
}
.contract-button .fw-bold{ font-size:20px; line-height: 1; }
.contract-button .mrgn-top-3{ font-size:18px;}
.getReadyTtile{font-size: 5.25cqw;margin-top: 5px;}
.section-2-text{text-align: center;position: relative;width: 80% !important; margin: auto;}
}
