.main {
  position: relative;
  margin-top: 102px;
  min-height: calc(100vh - 102px);
}
@media (min-width: 1300px) and (max-height: 604px) {
  .main {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 65px;
  }
}
@media screen and (max-width: 576px) {
  .main {
    padding-top: 60px;
    margin-top: 0;
  }
}
.main .owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
  align-items: start !important;
}
.main .owl-theme .owl-nav {
  margin: auto;
  width: 100%;
  max-width: 1680px;
  position: absolute;
  height: 0px;
  inset: 0;
}
@media screen and (min-width: 2200px) {
  .main .owl-theme .owl-nav {
    max-width: 1920px;
  }
}
.main .owl-prev {
  left: 2%;
  padding: 0 !important;
  background: transparent !important;
}
@media screen and (min-width: 1600px) {
  .main .owl-prev {
    left: -35px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main .owl-prev {
    left: -6%;
  }
}
.main .owl-next {
  right: 2%;
  padding: 0 !important;
  background: transparent !important;
}
@media screen and (min-width: 1600px) {
  .main .owl-next {
    right: -35px;
  }
}
@media (min-width: 1921px) and (max-width: 2560px) {
  .main .owl-next {
    right: -6%;
  }
}
.main .owl-prev,
.main .owl-next {
  position: absolute;
  top: -50px;
  z-index: 1;
}
.main .owl-prev img,
.main .owl-next img {
  filter: drop-shadow(0px 0 20px rgba(0, 0, 0, 0.8));
  height: 75px !important;
  border-radius: 100%;
}
@media screen and (max-width: 1499px) {
  .main .owl-prev img,
  .main .owl-next img {
    height: 55px !important;
  }
}
.main .owl-prev.disabled,
.main .owl-next.disabled {
  display: none;
}

.hero {
  position: relative;
  background: #decbe0 url(../assets/images/banner_bg.png) no-repeat 50% 97%/100%;
}
@media screen and (min-width: 2200px) {
  .hero {
    background-position: 100% 100%;
    background-size: cover;
  }
}
@media screen and (max-width: 1399px) {
  .hero {
    background-size: 100% 100%;
  }
}
@media screen and (max-width: 1024px) {
  .hero {
    background: #decbe0;
  }
}
@media screen and (max-width: 576px) {
  .hero {
    background: #decbe0;
    background-position: 97% 3%;
    background-size: 100%;
  }
}
.hero.arabic {
  text-align: left !important;
  direction: rtl !important;
}
.hero.arabic .bottom-pepe,
.hero.arabic .left-arrow {
  transform: rotateY(180deg);
}
.hero.arabic .desc-para {
  align-items: unset !important;
  justify-content: unset !important;
}
@media screen and (min-width: 2200px) {
  .hero .contentWrap .top-title {
    font-size: 48px !important;
  }
}
.hero .contentWrap .left {
  width: 30%;
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .left {
    width: 27%;
  }
}
@media screen and (max-width: 1024px) {
  .hero .contentWrap .left {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .left {
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .hero .contentWrap .left .wrapper {
    justify-items: start;
    padding-top: 15px;
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .left .wrapper {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .left .wrapper {
    justify-content: end;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1499px) and (max-width: 1399px) {
  .hero .contentWrap .left .wrapper {
    padding-top: 5px;
    padding-left: 45px;
  }
}
@media screen and (max-width: 1499px) and (max-width: 1399px) {
  .hero .contentWrap .left .wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 1499px) and (max-width: 576px) {
  .hero .contentWrap .left .wrapper {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .hero .contentWrap .left .wrapper {
    padding-left: 0;
  }
}
.hero .contentWrap .left .wrapper .title {
  text-shadow: -6px -2px 1px #ffffff;
  font-size: 120px;
  letter-spacing: 24.2px;
  padding-left: 24px;
}
@media screen and (min-width: 2200px) {
  .hero .contentWrap .left .wrapper .title {
    font-size: 190px !important;
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .left .wrapper .title {
    font-size: 142px !important;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .left .wrapper .title {
    font-size: 90px !important;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .left .wrapper .title {
    text-align: center;
  }
}
.hero .contentWrap .left .wrapper .subtitle {
  letter-spacing: 5.2px;
}
@media screen and (min-width: 2200px) {
  .hero .contentWrap .left .wrapper .subtitle {
    font-size: 58px !important;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .left .wrapper .subtitle {
    font-size: 40px !important;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .left .wrapper .subtitle {
    font-size: 35px !important;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .left .wrapper .subtitle {
    text-align: center;
    font-weight: 900 !important;
    font-size: 40px !important;
    -webkit-text-stroke: black 1px;
  }
}
.hero .contentWrap .middle {
  width: 30%;
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .middle {
    width: 32%;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .middle {
    width: 36%;
  }
}
@media screen and (max-width: 1024px) {
  .hero .contentWrap .middle {
    width: 100%;
  }
}
.hero .contentWrap .middle .t-shadow {
  text-shadow: 3px 4px 1px #ffffff;
}
.hero .contentWrap .right {
  width: 40%;
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .right {
    width: 36%;
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .right {
    width: 35%;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .right {
    width: 37%;
  }
}
@media screen and (max-width: 1024px) {
  .hero .contentWrap .right {
    width: 100%;
  }
}
.hero .contentWrap .wrap {
  padding: 12px 20px 0;
  line-height: 28.2px;
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wrap {
    padding: 10px 0;
    line-height: 12.2px;
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wrap {
    padding: 12px 10px 0;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wrap {
    padding: 0 0 20px;
    line-height: 4.2px;
  }
}
.hero .contentWrap .wrap h2 {
  font-size: 85px;
  letter-spacing: 8.1px;
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wrap h2 {
    font-size: 75px;
    letter-spacing: 3.2px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wrap h2 {
    font-size: 75px;
  }
}
.hero .contentWrap .wobby-container {
  text-align: center;
  margin: 45px auto 20px;
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .wd-85 {
    width: 95% !important;
  }
}
.hero .contentWrap .wobby-container .specials {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media screen and (min-width: 2200px) {
  .hero .contentWrap .wobby-container .specials {
    max-width: 100%;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .specials {
    margin-top: -30px;
    margin-right: 5px;
  }
}
@media screen and (min-width: 1400px) {
  .hero .contentWrap .wobby-container .specials {
    margin: 40px auto 20px;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .specials {
    margin: 0 auto;
  }
}
.hero .contentWrap .wobby-container .special-item {
  box-shadow: -4px 7px #0000001c;
  background: #81ffa8;
  color: #000;
  border: 3px solid #000000;
  padding: 4px 0;
  font-size: 33px;
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 2;
  transform: rotate(356deg);
  width: fit-content;
  padding-inline: 10px;
  text-align: center;
  text-shadow: 3px 4px 1px #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wobby-container .special-item {
    width: 580px;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .wobby-container .special-item {
    font-size: 30px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .special-item {
    font-size: 22px;
    transform: rotate(358deg);
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .special-item {
    font-size: 20px;
    max-width: 100%;
    transform: unset;
  }
}
.hero .contentWrap .wobby-container .special-item.description {
  z-index: 1;
  width: 100%;
  max-width: 360px;
  transform: rotate(356deg) translateY(-27px);
  font-weight: 600;
  font-size: 16px;
  padding: 39px 15px 15px;
  background: #fff;
  text-transform: none;
}
@media (min-width: 1920px) and (max-width: 2560px) {
  .hero .contentWrap .wobby-container .special-item.description {
    padding: 50px 22px 15px;
  }
}
@media (min-width: 1300px) and (max-height: 604px) {
  .hero .contentWrap .wobby-container .special-item.description {
    padding: 40px 19px 15px 20px !important;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .special-item.description {
    max-width: 70%;
    padding: 37px 15px 15px;
    transform: rotate(358deg) translateY(-33px);
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wobby-container .special-item.description {
    max-width: 451px;
    font-size: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .special-item.description {
    padding: 40px 17px 17px !important;
    max-width: 85%;
    transform: unset;
    margin-top: -30px;
    margin-bottom: 15px;
  }
}
.hero .contentWrap .wobby-container .special-item.description span {
  font-weight: 600;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #2a2a2a;
}
@media screen and (max-width: 2199px) {
  .hero .contentWrap .wobby-container .special-item.description span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .wobby-container .special-item.description span {
    font-size: 18px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .special-item.description span {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .special-item.description span {
    font-size: 17px;
    line-height: 24px;
  }
}
.hero .contentWrap .wobby-container .desc-para {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 2199px) {
  .hero .contentWrap .wobby-container .desc-para {
    font-size: 18px;
  }
}
@media screen and (max-width: 1499px) {
  .hero .contentWrap .wobby-container .desc-para {
    font-size: 15px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wobby-container .desc-para {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .desc-para {
    font-size: 14px;
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 576px) {
  .hero .contentWrap .wobby-container .desc-para {
    font-size: 16px;
    justify-content: start;
    text-align: start;
  }
}
@media screen and (max-width: 390px) {
  .hero .contentWrap .wobby-container .desc-para {
    font-size: 11px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .button-wrapper {
    margin-top: 0;
  }
}
.hero .contentWrap .wobby-container .button-wrapper .left-arrow {
  padding: 15px 0 0 10px;
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wobby-container .button-wrapper .left-arrow {
    padding: 33px 0 0 5px;
    width: 108px !important;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .button-wrapper .left-arrow {
    padding: 15px 0 0;
    width: 65px !important;
  }
}
.hero .contentWrap .wobby-container .button-wrapper .content {
  margin-left: -33px;
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .button-wrapper .content {
    margin-left: -23px;
  }
}
.hero .contentWrap .wobby-container .button-wrapper .content p {
  text-transform: uppercase;
}
@media screen and (min-width: 1500px) {
  .hero .contentWrap .wobby-container .button-wrapper .content p {
    font-size: 36 px !important;
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .button-wrapper .content p {
    font-size: 30px !important;
  }
}
.hero .contentWrap .wobby-container .button-wrapper .content .arrow {
  height: 150px;
  image-rendering: pixelated;
  filter: drop-shadow(-5px 3px 14px #fff);
}
@media screen and (min-width: 1400px) {
  .hero .contentWrap .wobby-container .button-wrapper .content .arrow {
    height: 140px;
  }
}
@media screen and (max-width: 1399px) {
  .hero .contentWrap .wobby-container .button-wrapper .content .arrow {
    height: 90px;
  }
}
.hero .contentWrap .wobby-container .button-wrapper .money {
  height: 70px;
}
.hero .bottom-banner {
  position: absolute;
  bottom: 10%;
}
.hero .woof-img .bottom-pepe {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 3;
  bottom: 31px;
  max-width: 600px;
}
@media screen and (max-width: 1024px) {
  .hero .woof-img .bottom-pepe {
    bottom: 0;
  }
}
@media screen and (min-width: 2200px) {
  .hero .woof-img .bottom-pepe {
    left: 0%;
    max-width: 38%;
  }
}
@media screen and (min-width: 1500px) {
  .hero .woof-img .bottom-pepe {
    left: 0%;
    max-width: 30%;
  }
}
@media screen and (max-width: 1499px) {
  .hero .woof-img .bottom-pepe {
    left: 0;
    max-height: 100%;
    max-width: 30%;
  }
}
@media screen and (max-width: 1399px) {
  .hero .woof-img .bottom-pepe {
    max-width: 24%;
  }
}
@media screen and (max-width: 576px) {
  .hero .woof-img .bottom-pepe {
    left: 0;
    max-width: 100%;
    bottom: 70px;
    letter-spacing: 24.2px;
    z-index: 0;
    right: 0;
    margin: 0 auto;
  }
}
.hero .top-arrow {
  position: absolute;
  top: 0;
  left: 29%;
}
.hero .left-arrow-top {
  position: absolute;
  top: 72px;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .hero .left-arrow-top {
    top: 60px;
    width: 100px !important;
  }
}
@media screen and (min-width: 2200px) {
  .hero .left-arrow-top {
    top: 144px;
  }
}
.hero .left-arrow-middle {
  position: absolute;
  top: 50%;
  left: 0;
}
@media screen and (max-width: 1399px) {
  .hero .left-arrow-middle {
    top: 40%;
  }
}
@media screen and (min-width: 2200px) {
  .hero .left-arrow-middle {
    top: 44%;
  }
}
.hero .bottom-arrow {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 35%;
  margin: 0 auto;
  width: 120px !important;
}
@media screen and (max-width: 1399px) {
  .hero .bottom-arrow {
    right: 40%;
  }
}
@media screen and (min-width: 2200px) {
  .hero .bottom-arrow {
    right: 32%;
    width: auto !important;
  }
}
.hero .bottom-right {
  position: absolute;
  bottom: 30px;
  right: 17%;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  .hero .bottom-right {
    right: 12%;
    width: 110px !important;
  }
}
@media screen and (max-width: 1024px) {
  .hero .bottom-right {
    bottom: 0;
  }
}
@media screen and (min-width: 2200px) {
  .hero .bottom-right {
    bottom: 50px;
    right: 24%;
  }
}
.hero .top-mob {
  position: absolute;
  left: 0;
  top: 122px;
  width: 50px;
}
.hero .right-mob {
  position: absolute;
  right: 0;
  top: 200px;
  width: 35px;
}
.hero .bottom-left-mob {
  position: absolute;
  left: 0;
  bottom: 135px;
  width: auto;
}
.hero .bottom-right-mob {
  position: absolute;
  right: 0;
  bottom: 162px;
}
.hero .presale-text {
  font-size: 25px;
}
@media screen and (max-width: 1399px) {
  .hero .presale-text {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 576px) {
  .hero .presale-text {
    margin-bottom: 20px !important;
  }
}
.hero .hero .main .owl-next img {
  display: none !important;
}

.swapSection {
  width: 100%;
  max-width: 420px;
  margin-left: auto;
  margin-right: 56px;
  margin-top: -100px;
  background-color: #fff;
  padding: 25px;
  border: 4px solid #000000;
  box-shadow: 5px 7px #0000001c;
  z-index: 2;
}
.swapSection.arabic {
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 576px) {
  .swapSection.arabic {
    margin-right: unset;
  }
}
.swapSection .body-section label {
  letter-spacing: 1px;
  color: #b8dee4;
}
.swapSection .body-section .amountField {
  position: relative;
}
.swapSection .body-section .amountField input {
  min-height: 45px;
  padding: 8px 15px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid black;
  color: #000;
  background: transparent;
  line-height: 1;
}
.swapSection .body-section .amountField .amountType {
  position: absolute;
  top: 22px;
  right: 0.8rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
}
.swapSection .body-section .lowBalance {
  line-height: 20px;
  font-weight: 400;
}
.swapSection .body-section .statusIcon {
  height: 55px;
}
