
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700;800&display=swap');

body,html { margin: 0;}

body {
    background-color: #000000;
    font-size: 14px;
    color: var(--gray);
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
}

:root {scroll-behavior: unset;}

:root {
    --gray:#E9E9E9;
    --blue:#00C3C8;
    --yellow:#FFD604;
    --white: #ffffff;
    --black:#000000,
}
  
a { outline: none !important;  color: #4f6f83;}
  
.auth-item a,.owl-nav .owl-prev i, .owl-nav .owl-next i, .footer-widget .social-links li a, .terms-and-conditions li a {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
  
img { max-width: 100%;}
a,a:hover {text-decoration: none;}
button,select {outline: none !important;}
ul,ol {padding: 0px;margin: 0px;list-style: none;}
h1,h2,h3,h4,h5,h6 {  margin: 0px; line-height: 1.1;}
  
  

.modal-backdrop{ background: rgba(0, 0, 0, 0.4);backdrop-filter: blur(6px);}

.modal-backdrop.show{ opacity: 1 !important;}

  /* Header css start */
  .header {
    z-index: 5;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 23px 0px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.08);
    width: 100%;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  
 .header.sticky {
    background: #060606;
    -webkit-box-shadow: rgb(0 0 0 / 30%) 0px 0px 5px;
    box-shadow: rgb(0 0 0 / 30%) 0px 0px 5px;
  }
  
  
  .header .container-fluid { padding: 0px 30px;}
  .header-right .offcanvas-body {
    padding: 0px;
    overflow-y: visible;
    display: flex;
    align-items: center;
}

.offcanvas-start{ border-right: none; width: 300px;}
  
  .header-right .navbar-nav { flex-direction: row;}
  .navbar-nav .nav-item{padding: 0px 20px;}
  .navbar-nav .nav-link {
    color: var(--white);
    font-weight: 500;
    font-size: 16px;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 5px 0px;
  }

  .navbar-nav .nav-link::before {
    content: "";
    height: 1px;
    background: var(--blue);
    width: 0;
    position: absolute;
    bottom: -5px;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav .nav-link:hover::before {width: 100%;}
.navbar-nav .nav-link:hover{ color: var(--blue);}
  
.bar1, .bar2, .bar3 {
    background-color: var(--white);
    cursor: pointer;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 30px;
    display: block;
    }
  
  .bar2 {width: 20px;}
  
  .header-right button.btn.d-md-none { box-shadow: none !important;padding: 0px;margin-left: 20px;}
  .navbar-nav .nav-item .dropdown-menu{ padding: 10px; box-shadow:  0 0.275rem 1.25rem rgba(11, 15, 25, 0.05), 0 0.25rem 0.5625rem rgba(11, 15, 25, 0.03); border-color: #fff;}
  .navbar-nav .nav-item .dropdown-menu li a{ font-size: 14px; color: #000; padding: 5px 0px; display: block;}
  .navbar-nav .nav-item .dropdown-menu li a:hover{ color: #1A0853;}
  
.logo {margin-right: auto;width: 190px; max-width: 100%;}
.header .btn-primary { min-width: 190px;}
.header .btn-primary img {margin-right: 10px;vertical-align: middle;}

.header .btn-primary.btn-bsc {min-width: 170px;}
.header-right .offcanvas-body nav {margin: auto;}
.header-right{flex: 1;}
.header-close {font-size: 20px; height: 20px;width: 20px;display: flex;align-items: center;}

.user-auth.ms-auto ul li .btn-primary {font-weight: 600;}

.user-auth.ms-auto ul li {
  margin-left: 20px;
}

  @media screen and (min-width:991px){
  .offcanvas.offcanvas-start { position: static; z-index: auto; display: block; width: 100%; height: auto; 
      border: 0;visibility:visible;
  transition: none; transform: inherit; background-color: transparent;}
  
  .navbar-nav .nav-item:hover .dropdown-menu {display: block;
    -webkit-animation: dropdown-show .2s;
    animation: dropdown-show .2s;}
  
  .navbar-nav .dropdown-menu { position: absolute;}
  .navbar-nav .dropdown-menu.show {display: none;}
    
  }
  
  @media screen and (max-width:991px){
  .navbar-nav{ display: block;}
  }
  
  
  .btn{
    border-radius: 100px;
    padding: 12px 10px;
  }
  .btn-info{
    border: 1px solid var(--blue);
    background:var(--blue);
    background: transparent;
    color: white;
  }
  .btn-info:hover { background-color:#00C3C8; border-color:#00C3C8;}
  
  /* Header css end */

.btn-primary, .btn-secondary, .btn-outline {
    border-radius: 100px;
    border: 1px solid var(--blue);
    position: relative;
    padding: 12px 10px;
    min-width: 260px;
    overflow: hidden;
    box-shadow: none;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-weight: normal;
    background: transparent;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
  }
  
  .btn-primary.btn-fill{background:var(--blue);}

  .btn-primary i, .btn-secondary i, .btn-outline i{ margin-left: 5px;}
  
  .btn-primary:before, .btn-outline:before {
    position: absolute;
    transition: all 0.3s cubic-bezier(0, 0, 0.1, 1);
    content: '';
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
  }
  
.btn-primary:hover:before, .btn-outline:before {width: 100%;}
.btn-primary:hover, .btn-outline:hover { background-color:#00C3C8; border-color:#00C3C8;}

.btn-primary:hover, 
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active{
color: #fff;
-webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #00C3C8;
    border-color: #00C3C8;
}


.btn-check:focus+.btn-primary, .btn-primary:focus {
-webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
background-color:#00C3C8;
border-color: #00C3C8;
}
  
  .btn-check:focus+.btn-outline, .btn-outline:focus {
    -webkit-box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
    box-shadow: 0px 3px 22px rgb(21 153 248 / 18%) !important;
  }


  
.home-page{
    background-image: url(../images/banner-bg.png), url(../images/body-bg.png);
    background-position: top right, top left;
    background-repeat: no-repeat;
}


.hero-banner { padding: 218px 0px 275px 0px; }
.bannerlead { max-width: 800px;}
.bannerlead h1 {font-size: 120px;font-weight: 700;text-transform: uppercase;line-height: 138px;margin-bottom: 44px;}
.bannerlead p {font-weight: 300;font-size: 21px;margin: 0px;line-height: 30px;letter-spacing: 0.015em;}
.bannerlead .btn-primary{ padding: 22px 10px;}

.block-header .heading02 { margin-bottom: 41px;}
.block-header p{font-size: 18px;margin-bottom: 41px;font-weight: 300;color: #E9E9E9;line-height: 30px;}
.heading02 {font-weight: 700;font-size: 54px;line-height: 65px; }
.heading02 span{ color: var(--blue);}


.sec-about {margin-bottom: 190px;}

.wrapper-middle {
  position: relative;
  background-image: url(../images/about-ellipse.png);
  background-repeat: no-repeat;
  background-position:top left;
}


/* .wrapper-middle:before {
  width: 1054px;
  height: 1154px;
  background-image: url(../images/about-ellipse.png);
  background-repeat: no-repeat;
  background-position: top left;
  left: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  content: "";
  display: block;
} */


.sec-mobipad-ecosystem {
  padding-bottom: 290px;
  position: relative;
  background-image: url(../images/ellipse-mobipad-ecosystem.png);
  background-repeat: no-repeat;
  background-position: top right;
}

.mobipad-ecosystem-wrapper {
    border: 1px solid #018199;
    border-radius: 30px;
    background-image: url(../images/mobipad-ecosystem-bg.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
}

.mobipad-ecosystem-wrapper .owl-carousel .owl-item img { display: inline-block;}
.card-content h3{ margin-bottom: 13px;}
.heading03 {font-size: 28px;line-height: 34px; color: var(--blue);}
.card-content {
  padding: 30px 100px;
  padding-right: 22px;
}
.card-ecosystem-img {padding: 62px 30px;}
.card-content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 30px;
}


.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.owl-theme .owl-dots .owl-dot {display: inline-block; zoom: 1;  }
.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 7px;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    border-radius: 30px;
    background: #000000;
    border: 1px solid #5A5A5A;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-color: rgba(6, 249, 255, 0.64);
    background: rgba(6, 249, 255, 0.64);
}


.owl-nav {
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: -25px;
}

.owl-nav .owl-prev,.owl-nav .owl-next{ position: absolute; width: 54px;}

.owl-nav .owl-prev {left: -25px;}
.owl-nav .owl-next {right: -25px;}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
  width: 54px;
  height: 54px;
  font-size: 26px;
  line-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  border: 2px solid;
  color: rgba(6, 249, 255, 0.64);
  background: rgba(0, 0, 0, 0.44);
}

.owl-nav .owl-prev i:hover, .owl-nav .owl-next i:hover{
  background-color: #06F2F8;
  border-color: #06F2F8;
  color: #fff;
}

.footer {padding: 36px 0px;color: #959595;border-top: 1px solid #5A5A5A;}
.terms-and-conditions li{ margin-right: 50px;}
.terms-and-conditions li a{ color: #959595;}
.terms-and-conditions li a:hover{ color: var(--blue);}
.footer-widget .social-links li+li{ margin-left: 18px;}
.footer-widget .social-links li a { color: #959595;width: 30px;height: 30px;display: flex;background: #171515;
    border-radius: 50%;align-items: center;justify-content: center;}
.footer-widget .social-links li a:hover{ background-color: var(--blue); color: var(--white);}


.mobipad-ecosystem-wrapper .owl-theme .owl-dots{ bottom: -56px;}



.sec-feture{position: relative;margin-bottom: 100px;}
.sec-feture .row{ margin-bottom: -50px;}
.sec-feture [class*='col-'] { margin-bottom: 50px;}
.sec-feture::before {
  content: "";
  left: 0px;
  width: 411px;
  height: 1169px;
  top: -650px;
  background-image: url(../images/ellipse-features.png);
  position: absolute;
}




.features-card {
  height: 100%;
  background-repeat: no-repeat;
  position: relative;
  border-top: 1px solid rgba(0, 129, 152, 1);
  border-bottom: 1px solid rgba(0, 129, 152, 1);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 30px;
  min-height: 355px;
}
.features-card h4 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 27px;
  color: #E9E9E9;
}

.features-card p{
  font-weight: 300;
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto;
  max-width: 295px;
  color: #E9E9E9;
  }

.features-box-inner {width: 100%;padding: 26px;}

.border-top-left-radius, .border-top-right-radius, .border-bottom-left-radius, .border-bottom-right-radius{
  width: 30px;
  height: 100px;
  position: absolute;
}

.border-top-left-radius {
  border-left: 1px solid rgba(0, 129, 152, 1);
  border-top-left-radius: 30px;
  left: 0;
  top: 0;
}

.border-top-right-radius{
  border-right: 1px solid rgba(0, 129, 152, 1);
  border-top-right-radius: 30px;
  right: 0;
  top: 0;
}

.border-bottom-left-radius {
  border-left: 1px solid rgba(0, 129, 152, 1);
  border-bottom-left-radius: 30px;
  left: 0;
  bottom: 0;
}

.border-bottom-right-radius {
  border-right: 1px solid rgba(0, 129, 152, 1);
  border-bottom-right-radius: 30px;
  right: 0;
  bottom: 0;
}

.wrapper-block{ position: relative;}

.sec-what-we-do {
  margin-bottom: 128px;
  padding-top: 170px;
}

.img-full {
  width: 100%;
  max-width: 532px;
  margin: auto;
}

.wrapper-block {
  background-image: url(../images/what-we-do-bg.png), url(../images/bg-middle-section.png); 
  background-repeat: no-repeat;
  background-position: top right, bottom right;
}

.link-efinity {
  display: inline-block;
  background: #271f42;
  border-radius: 10px;
  padding: 8px 10px;
  max-width: 302px;
}


.card-get-app ul li {
  padding: 0px 12px;
}


.sec-information{
  background-image: url(../images/get-app-shadow.png);
  background-repeat: no-repeat;
  background-position: top left;
  padding: 50px 0px 250px 0px;
}

.sec-information .card-simple p {max-width: 522px;}
.sec-our-nfts {
  position: relative;
  padding-bottom: 260px;
  background-image: url(../images/our-nfts-bg.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 620px;
}
/* .sec-our-nfts::before {
  padding-bottom: 300px;
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 910px;
  height: 900px;
  background-size: contain;
} */



.sec-our-nfts .owl-nav .owl-prev {left: -10px;}
.sec-our-nfts .owl-nav .owl-next {right: -10px;}

.blogs-image-box {
  padding: 1px;
  background: linear-gradient(165.37deg, #0CA5A800 4.79%, rgb(0 240 255 / 62%) 96.86%);
  overflow: hidden;
  border-radius: 30px;
}

.blogs-image-box img {
  border-radius: 30px;
  width: 100%;
  position: relative;
}

.blogs-card{ position: relative;}
.blogs-card .pd-lead {
  font-size: 21px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 7px;
}

.blogs-card .product-box {
  font-size: 16px;
  font-weight: 400;
}

.blogs-card .btn-primary{
  min-width: 115px;
  padding: 5px 10px;
  margin-top: 13px;
}

.lower-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 32px 15px;
}

.sec-our-nfts .owl-dots{ bottom: -60px;}

@media screen and (min-width: 768px) {
  .sec-our-nfts .owl-carousel .owl-item{-webkit-transform: scale(.9);-ms-transform: scale(.9);transform: scale(.9);-webkit-transition: .6s ease;-o-transition: .6s ease;transition: .6s ease; padding-top: 30px;}
  .sec-our-nfts .owl-carousel .owl-item.active.center {
    -webkit-transform: translate3d(0, -24px, 0px) scale(1);
            transform: translate3d(0, -24px, 0px) scale(1);
  }
}


.sec-partnerhsip {
  padding-bottom: 115px;
}


.border-b{ border-bottom: 2px solid; border-image: linear-gradient(to left, #0f1e39, #03717c) 1 0}
.partners-logo {
  padding: 10px 10px;
  border-right: 2px solid;
  border-image: linear-gradient(to bottom, #0f1e39, #03717c) 0 1;
}
.logo-top {margin-bottom: 30px;}
.partners-logo:last-child {border: 0;}



.slider-features .owl-item {flex: 0 0 33.33333%;max-width: 33.33333%;margin: 0px !important;}
.features-img {text-align: center;}
.features-img img {display: inline-block !important;}

.header .bg-transparent {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 768px) {
.slider-features .owl-stage {display: flex; flex-wrap: wrap; width: 100% !important;}
.slider-features .item { padding: 0px 25px; margin-bottom: 50px; width: auto !important;}
}





/****Staking page***/
.staking-page {
  padding-top: 155px;
  background-image: url(../images/staking-banner-bg.png);
  background-position: center top;
  position: relative;
  background-size: cover;
}

.staking-page::before{content: "";
  background-image: url(../images/shape-2.png);
  background-repeat: no-repeat;
  position: absolute;
  width: 560px;
  height: 978px;
  max-height: 100%;
  display: block;
  z-index: -1;
  left: 0;
  bottom: -103px;
}
.staking-head {
  text-align: center;
  margin-bottom: 35px;
}

.head-main{
  font-size: 47px;
  font-weight: 600;
  color: #E9E9E9;
  line-height: 54px;
}
.mt-10{
  margin-top: 10px;
}
.text-mbp{
  font-size: 14px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 0px;
}
.wallet-block {
  /* margin-top: 20px; */
}
.wallet-main {
  max-width: 794px;
  width: 100%;
  padding: 2px;
  background: linear-gradient(165.37deg, #00F0FF 4.79%, rgba(0, 240, 255, 0.22) 96.86%);
  border-radius: 30px;
  margin: 0 auto;
}
.bg-black{
  background: #191919;
  border-radius: 30px;
  padding: 38px 74px;
}
.mob-tvl h4 {display: flex;align-items: center;}

.text-20{
  font-size: 20px;
  font-weight: 600;
}
.tvl{
  color: #949494;
}
.mob-tvl h4 .tvl {
  margin-left: 8px;
}

.question-mark {position: relative;}

.question-mark i {
  width: 18px;
  height: 18px;
  line-height: 18px;
  background: rgba(0, 195, 200, 0.17);
  border-radius: 50%;
  font-size: 18px;
  display: flex;
  color:  #00C3C8;
  align-items: center;
  margin-left: 10px;
  justify-content: center;
  position: relative;
}

.question-tooltip {
  display: none;
  position: absolute;
  min-width: 188px;
  width: 100%;
  right: -192px;
  top: 13px;
  background: rgba(255, 255, 255, 0.06);
  padding: 8px 8px 8px 20px;
  backdrop-filter: blur(60px);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 6% 100%, 6% 18%);
  border-radius: 5px;
}

/* .question-tooltip::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: -8px;
  right: auto;
  top: 0px;
  bottom: auto;
  border: 11px solid;
  border-color: #484545 transparent transparent transparent;
} */

.question-mark:hover .question-tooltip{
  display: block;

}
.question-tooltip p{
  font-size: 8px;
  font-weight: 400;
  line-height: 10px;
  color:#E0E0E0;
  margin: 0;
}
.mt-32 {
  margin-top: 32px;
}
.share-pool {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
}
.share-pool p {
  margin-bottom: 0;
}
.text-15 {
  font-size: 15px;
  color: #E0E0E0;
}
.color-grey {
  color: #949494;
}
.text-13{
  font-size: 13px;
}
.mbp-count {
  border: 1px solid;
  background: linear-gradient(180deg, rgba(228, 228, 231, 0.15) 0%, rgba(228, 228, 231, 0.05) 100%);
  border-radius: 10px;
  border: 1px solid transparent;
  margin-top: 10px;
}
.color-blue {
  color: #00C3C8;
}
.mt-28{
  margin-top: 28px;
}
.connect-walletBtn {
  padding: 16px 40px;
  background: #00C3C8;
  border-radius: 100px;
  color: #fff;
  font-size: 15px;
  min-width: 220px;
  display: inline-block;
  border: 1px solid transparent;
  transition: all .3s;
  text-transform: uppercase;
}
.connect-walletBtn:hover {
  background: transparent;
  color: #fff;
  border: 1px solid #00C3C8;
}
.mt-100{
  margin-top: 100px;
}
.text-32 {
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.faq-inner{
  margin-top:17px
}
.faq-inner .accordion-button::after {
  background-image: unset;
  transform: scale(.7) !important;
  font-family: 'fontAwesome';
  content: '\f067';
  background: linear-gradient(180deg, rgba(228, 228, 231, 0.15) 0%, rgba(228, 228, 231, 0.05) 100%);
  padding: 6px 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.faq-inner .accordion-button:not(.collapsed)::after {
  background-image: unset;
  font-family: 'fontAwesome';
  content: '\f068';
  background: linear-gradient(180deg, rgba(228, 228, 231, 0.15) 0%, rgba(228, 228, 231, 0.05) 100%);
  padding: 6px 8px;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.faq {
  max-width: 794px;
  margin: 0 auto;
}
.faq-inner .accordion-item {
  background-color: transparent;
  border: 1px solid rgba(0,0,0,.125);
  border-bottom: 1.5px solid #FFFFFF1A;
}
.faq-inner .accordion-button:not(.collapsed) {
  color: #FFFFFF;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
}
.faq-inner .accordion-button {
  background-color: transparent;
  color: #C2C8CB;
  padding: 10px 8px;
  font-size: 20px;
  font-weight: 500;
}
.faq-inner .accordion-button:focus {
  box-shadow: unset;
}
.sec-faq {
  padding: 100px 0;
}
.faq-inner .accordion-body {
  padding: 10px 8px;
}
.faq-inner .accordion-collapse {
  transition: all .3s;
}
.mobile-price {
  display: none;
}
.price-input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.share-pool .color-blue {
  position: absolute;
  right: 24px;
  font-size: 15px;
  opacity: 0.5;
}

.price-input input {
  background-color: #121417;
  padding: 10px 75px 10px 23px;
  border: 1px solid #121417;
  width: 100%;
  color: #949494;
  height: 54px;
  border-radius: 8px;
  font-size: 15px;
  -webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

.price-input input:focus { border-color:#838485}
.price-input input:not(:placeholder-shown) ~ .color-blue {opacity: 1;}

.price-input input:focus-visible{
  outline: 0;
}

/* modal  */
.wallet-modal .modal-content {
  background: #191919;
  border-radius: 30px;
}

.modal-close {
  background: transparent;
  color: #fff;
  width: 30px;
  height: 30px;
  border: none;
  box-shadow: none;
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 1;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-inner {
  max-width: 508px;
  width: 100%;
  padding: 2px;
  background: linear-gradient(165.37deg, #00F0FF 4.79%, rgba(0, 240, 255, 0.22) 96.86%);
  border-radius: 30px;
  margin: 0 auto;
}
.wallet-modal .modal-body {
  padding: 47px 84px;
}
.wallet-modal .modal-header {
  border-bottom: 0;
  padding: 0;
}
.wallet-modal .btn-close {
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  padding: 10px;
  color: #000;
  background: url(../images/close.png) no-repeat;
  position: relative;
  top: 23px;
  right: 0;
  opacity: .75;
}
.wallet-btns {
  margin-top: 40px;
}
.metamask-btn {
  display: block;
  text-align: center;
  padding: 8px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  background: linear-gradient(180deg, rgba(242, 242, 242, 0.15) 0%, rgba(242, 242, 242, 0.1) 100%),
linear-gradient(0deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03));
  background: rgba(255, 255, 255, 0.03);
  border-radius: 8px;
  border: 1px solid rgb(84 84 84 / 65%);
  background: #2e2e2e;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
.metamask-btn:hover{
  color: #ffffff;
}
.metamask-btn img {
  margin-right: 8px;
}
.mt-20{
  margin-top: 20px;
}
.wallet-modal .btn-close:focus {
  box-shadow: unset;
}
.connect-walletText{
  font-size: 28px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
}
.wallet-inner p {color: #bdbdbd;font-size: 16px;line-height: 28px;}
.modal-inner .p-40 {
padding: 40px;
}
.mt-30{
margin-top: 30px;
}
.approve-flex {
display: flex;
justify-content: space-around;
}
.approve-innerBtns {
  padding: 0 10px;
}
.no-cancel{
min-width: 204px;
}
.metamask-btn:hover{
  border: 1px solid var(--blue);
}
.functionality ul li{
  position: relative;
  padding-left: 12px;
}
.functionality ul li::after{
  content: '-';
  position: absolute;
  left: 0;
  top: 0;
}
.transaction-modal{
  padding: 70px 30px;
}
.wallet-modal .transaction-modal {
  padding: 60px 20px;
}

.color-bd{
  color: #BDBDBD;
}
.loading{
  margin-top: 40px;
}
.lineHeight-28{
  line-height: 28px;
}
.copy-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 15px;
  color: #ffffff;
  margin-top: 15px;
}
.copy-box img {
  padding-left: 10px;
  width: auto;
  height: 17px;
}
.copy-box p{
  word-break: break-word;
}
.success-modal h3{
  color: #00C3C8;
  margin-bottom: 10px;
}
.errorHead h3{
  color: #EB5757;
}
.wallet-modal .error-modal{
  padding: 40px 60px;
}
/*****stake filled amount***/
.wallet-modal .stake-body {
  padding: 40px;
}
.stakeFilled p {
  max-width: 278px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.unstake{
  padding: 23px;
  background: #121417;
  border-radius: 10px;
  border: 2px solid #121417;
}

/*****staking with active stake****/
.unstake-flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
}
.mt-12{
  margin-top: 12px;
}
.mbp-tooltip{
  position: relative;
  cursor: pointer;
 
}
.blue-tooltip{
  display: none;
  position: absolute;
  background: #1a3a3d;
  backdrop-filter: blur(60px);
  padding: 14px;
  min-width: 173px;
  width: 100%;
  top: -50px;
  left: 25px;
  clip-path: polygon(0% 0%, 100% 0%, 100% 88%, 78% 88%, 7% 88%, 1% 100%, 0% 75%);
  transition: all .5s;
  cursor: pointer;
}
.mbp-tooltip:hover .blue-tooltip{
  display: block;
}
.balance{
  position: relative;
  cursor: pointer;
}
.amount {
  position: absolute;
  display: none;
  width: 100%;
  min-width: 180px;
  padding: 14px;
  left: 63px;
}
.balance:hover .amount{display: block;}
/***unstake modal ****/
.wallet-modal .unstake-modal {padding: 40px 35px;}

.color-lead-blue{color: var(--blue);}


@media screen and (max-width:767px){
  /**********************/
/* Ruby's css */
.head-main {
  font-size: 27px;
  color: #ffffff;
  line-height: 35px;
}

.text-mbp {
  font-size: 12px;
}
.wallet-block {
  margin-top: 34px;
}
.bg-black {
  padding: 30px 20px;
}
.mob-tvl{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-price {
  display: block;
}
.tvl {
  font-size: 16px;
}
.mt-32 {
  margin-top: 63px;
}
.question-mark i {
  margin-left: 8px;
}
.text-15 {
  font-size: 13px;
}
.enter-amount {
  margin-top: 44px;
}
.connect-walletBtn {
  min-width: 100%;
  width: 100%;
}
.mt-28 {
  margin-top: 36px;
}
.sec-faq {
  padding: 48px 0 100px 0;
}
.text-32 {
  font-size: 27px;
  font-weight: 600;
}
.faq-inner .accordion-button {
  background-color: transparent;
  color: #ffffff;
  padding: 12px 8px;
  font-size: 16px;
  font-weight: 500;
}
.faq-inner .accordion-body {
  padding: 12px 8px;
  color: #ffffff;
  font-size: 16px;
}
.connect-wallet-modal {
  display: block;
}
.wallet-modal .modal-body {
padding: 45px 20px;
}
.wallet-inner p {
  font-size: 14px;
}
.wallet-btns {
  margin-top: 30px;
}
.res-btn{
  width: 100%;
}
.res-tooltip {
  position: absolute;
  right: 22px;
  top: 33px;
  padding: 8px;
  clip-path: polygon(0% 0%, 100% 0, 93% 20%, 93% 100%, 0% 100%);
}
.approve-flex {
 flex-direction: column;
}
.res-approve{
  margin-top: 20px;
}
.no-cancel {
  min-width: 100%;
}
.lineHeight-28 {
  line-height: 22px;
}
.copy-box {
  margin-top: 30px;
}
.loading{
  margin-top: 30px;
}
.success-modal p {  font-size: 14px;}
.staked {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.mt-12{  margin-top: 0;}
.unstake {  padding: 17px;}

.amount {left: -67px;clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 92% 88%, 7% 88%, 0 88%, 0% 75%);}
.faq-inner .accordion-body { font-size: 15px;}
.wallet-main { border-radius: 15px;}
.bg-black {  border-radius: 15px;}
.transaction-modal-inner p { font-size: 14px;}

.staking-page{ padding-top: 124px; background-image: url(../images/staking-mobile-banner-bg.png); background-position: top left;}

.price-none {order: 2;margin-left: auto;}
.mob-tvl h4{ width: 100%;}
.mob-tvl h4+h4{ margin-top: 15px;}
.question-mark {order: 3;}
.mob-tvl h4 .tvl {margin-left: 0;margin-right: auto;}
.question-tooltip{right: 8px;left: auto;top: 28px;clip-path: polygon(0% 0%, 100% 0, 93% 20%, 93% 100%, 0% 100%);padding: 8px;} 

.connect-walletText {font-size: 27px;line-height: 35px;}

.question-tooltip::before { left: auto;right: -10px;}

.unstake.price-input.sec-unstake-bg {padding: 0px;border-radius: 0px;background: transparent;border: none;}
.sec-unstake-bg .text-you-have {margin: 0px;}
.sec-unstake-bg .price-none {margin: 0;width: 100%;}
.sec-unstake-bg .staked {
  padding: 23px;
  background: #121417;
  border-radius: 10px;
  border: 2px solid #121417;
  margin-bottom: 21px;
}

}

.sbm-top-banner{ margin-top: 114px;}
.backbtn:hover{color: var(--blue);}
.HeadBanner .btn-primary { padding: 22px 10px;}
.innerTopBanner.bannerBg {margin-top: 60px;}


/* filtter gallery */
/* 10may2023 */
.innerTopBanner.bannerBg {
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bannerBg:after {
  background: url(../images/ido-banner-bg.png)center top no-repeat;
  position: absolute;
  content: "";
  width: 100%;
  height: 1350px;
  top: 0px;
  left: 0px;
  background-size: cover;
  z-index: -1;
}

.HeadBanner h1 {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  font-size: 86px;
  line-height: 115%;
  text-transform: uppercase;
  color: #E9E9E9;
  text-align: center;
}

.HeadBanner p {
  font-style: normal;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.015em;
  color: #E9E9E9;
  margin: 25px 0px;
}

.HeadBanner a {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.HeadBanner a svg {
  margin-left: 10px;
  margin-top: -4px;
}








#portfolio p {
  color: grey;
  font-size: 12px;
  font-weight: 200;
}

.content {
  width: 100%;
  margin: 0 auto;
  padding: 0px;
  text-align: center;
}

.single-content img {
  width: 100%;
  object-fit: contain;
  object-position: center;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.filters {
  width: 100%;
  text-align: center;
}

.galleryMain ul.filtermenu {
  list-style: none;
  padding: 20px 0;
  font-size: 13px;
  margin-bottom: 45px;
}

.galleryMain ul.filtermenu li {
  display: inline-block;
  padding: 12px 26px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .2em;
  border: 1px solid #4E4E4E;
  border-radius: 30px;
  margin: 0 10px;
}

.galleryMain ul.filtermenu li:hover {
  /* color: #a6a6a6; */
}

.galleryMain ul.filtermenu li.active {
  color: #ffffff;
  border: 1px solid #00C3C8;
  border-radius: 30px;
}

.galleryMain .content.grid .single-content {
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 10px 30px;
  margin-bottom: 10px;
}

.gb-title {
  display: flex;
  justify-content: space-between;
}

.cis-btn-1 {
  background-color: rgba(90, 90, 90, 0.26);
  border: 1px solid #5A5A5A;
  padding: 6px 20px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}

.cis-btn-1:hover {
  color: #ffffff;
  border-color: #ffffff;
}

.gb-title h2 {
  font-size: 20px;
  font-weight: 500;
}

.social-list {
  display: flex;
  margin: 0 -5px;
}

.social-list a {
  margin: 0 5px;
  background: #2B2B2C;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

.galleryMain ul.galleryList li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 3px 0;
  letter-spacing: 0;
}

.galleryMain ul.galleryList li span:last-child {
  text-align: right;
}

.gallery-card {
  transform: rotate(0deg);
  border: 1px solid #838383;
  background: -moz-linear-gradient(top, rgba(24, 24, 24, 1) 0%, rgba(23, 23, 23, 0.29) 100%);
  background: -webkit-linear-gradient(top, rgba(24, 24, 24, 1) 0%, rgba(23, 23, 23, 0.29) 100%);
  background: linear-gradient(to bottom, rgba(24, 24, 24, 1) 0%, rgba(23, 23, 23, 0.29) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#181818', endColorstr='#4a171717', GradientType=0);
  border-radius: 30px;
  transition: all 0.4s ease-out;
  position: relative;
}

.gallery-card .gallery-body {
  padding: 20px 40px 40px;
}

.galleryMain ul span {
  font-size: 13px;
  text-transform: none;
  white-space: nowrap;
}

.text-clr1 {
  color: #00C3C8;
}

.text-clr2 {
  color: #C2C8CB;
}

.rangebox-wrap {
  flex: 1 1 auto;
  width: auto;
  align-self: center;
  background: #5A5A5A;
  border-radius: 5px;
}

.rangebox-wrap .range-dsn {
  background: #FFD604;
  height: 3px;
  display: block;
  width: auto;
}

span.num_per {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #FFD604;
}

.galleryMain ul.galleryList {
  padding: 10px 0;
  margin-bottom: 10px;
}

.clrgreen {
  color: #06BD7E;
}

.clrblue {
  color: #444BF3;
}

.clryellow {
  color: #FFD605;
}

.card-tag {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.card-tag .tag-yellow {
  background: #ffd605;
  color: #000000;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 20px;
  top: -14px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.card-tag .tag-green {
  background: #06BD7E;
  color: #000000;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 20px;
  top: -14px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  backface-visibility: hidden;
}

.card-tag .tag-blue {
  background: #444BF3;
  color: #000000;
  display: inline-block;
  padding: 7px 15px;
  border-radius: 20px;
  top: -14px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}

.galleryMain {
  padding: 0 0 70px;
  position: relative;
  z-index: 2;
}

.galleryMain .cis-btn-wrap {
  margin-bottom: 80px;
  margin-top: 50px;
}

.galleryMain ul.galleryList .cis-rangebox.rangebox-blue span.range-dsn {
  background: #444bf3;
}

.galleryMain ul.galleryList .cis-rangebox.rangebox-blue .num_per {
  color: #444bf3;
}

.galleryMain ul.galleryList .cis-rangebox.rangebox-green .num_per {
  color: #06bd7e;
}

.galleryMain ul.galleryList .cis-rangebox.rangebox-green span.range-dsn {
  background: #06bd7e;
}

.cis-outline-btn {
  border-radius: 30px;
  border: 1px solid #5A5A5A;
  color: #ffffff;
  position: relative;
  padding: 12px 10px;
  min-width: 260px;
  overflow: hidden;
  box-shadow: none;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  background: transparent;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.cis-outline-btn:hover {
  border-color: #00c3c8;
  color: #ffffff;
  background: #00c3c8;
}

.gallery-card:hover {
  transform: rotate(3deg);
  border-color: #00c3c8;
  box-shadow: 0 15px 30px rgba(0, 249, 255, 0.60);
  overflow: visible;
}

.owl-filter-bar a.item {
  display: inline-block;
  padding: 10px 24px;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: .2em;
  border: 1px solid #4E4E4E;
  border-radius: 30px;
  margin: 10px 5px;
}

.owl-filter-bar {
  margin-bottom: 35px;
  flex-wrap: wrap;
  display: flex;
  margin: 0 -10px 35px;
  justify-content: center;
}

.mob-gallery .owl-item {
  padding-top: 25px;
}

.mob-gallery .item {
  position: relative;
}

.owl-filter-bar a.item.active {
  border: 1px solid #00C3C8;
}

.mob-gallery-wrap .owl-nav {
  margin-top: 30px;
}

.countdown ul {
  display: flex;
  flex-wrap: wrap;
  background: rgb(23 23 23 / 30%);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  margin: 0 -5px;
}

.countdown ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 3px;
}

.countdown ul li span {
  display: block;
  width: 100%;
}

.countdown ul li span.timeinfo {
  background-image: url('../images/time-bg.svg');
  background-size: 100% 100%;
  padding: 5px 0px;
  font-size: 5px;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  display: block;
}

.countdown ul li span.timeinfo>span {
  font-size: 17px;
  font-weight: 300;
}

.countdown-wrap {
  display: flex;
  padding: 25px 25px;
  background: -moz-linear-gradient(-45deg, rgba(33, 32, 32, 0.95) 0%, rgba(33, 32, 32, 0.85) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, rgba(33, 32, 32, 0.95) 0%, rgba(33, 32, 32, 0.85) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, rgba(33, 32, 32, 0.95) 0%, rgba(33, 32, 32, 0.85) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2212020', endColorstr='#d9212020', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.countdown-wrap h4 {
  flex: 0 0 35%;
  font-size: 14px;
  text-align: left;
  text-transform: uppercase;
  line-height: 1.2;
  align-self: center;
  font-weight: 300;
}

.countdown-wrap .countdown {
  flex: 0 0 65%;
  max-width: 65%;
  padding-left: 10px;
}

.gallery-card .countdown-wrap {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.galleryMain:before {
  content: "";
  background-image: url('../images/shap-top-right-1.png');
  background-repeat: no-repeat;
  position: absolute;
  width: 650px;
  height: 1514px;
  max-height: 100%;
  display: block;
  z-index: -1;
  right: 0;
  top: 0;
}

.galleryMain:after {
  content: "";
  background-image: url('../images/shap-bottom-left-1.png');
  background-repeat: no-repeat;
  position: absolute;
  max-width: 610px;
  width: 100%;
  height: 1256px;
  max-height: 100%;
  display: block;
  z-index: -1;
  left: 0;
  bottom: -103px;
}

.main {
  /* overflow: hidden; */
}

.p-rel_t-30 {
  position: relative;
  top: 30px;
}

.backbtn {
  border-radius: 30px;
  border: 1px solid #5A5A5A;
  position: relative;
  padding: 10px 10px;
  min-width: 160px;
  overflow: hidden;
  box-shadow: none;
  font-size: 16px;
  text-transform: capitalize;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  background: transparent;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  color: #ffffff;
}

.sbm-top-banner {
  padding: 80px 0;
  position: relative;
  z-index: 2;
}

.sbm-top-banner .backbtn {
  margin-bottom: 40px;
}

.sbm-top-banner h1 {
  font-size: 28px;
  color: #00C3C8;
  margin-bottom: 15px;
}

.sbm-top-banner p {
  font-size: 18px;
  line-height: 1.56;
}

.cis-rangebox {
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 3px 0;
  letter-spacing: 0;
}

.cis-rangebox2 {
  position: relative;
  display: flex;
  justify-content: space-between;
  text-align: left;
  padding: 3px 0;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 30px;
}

.cis-rangebox2 .rangebox-wrap {
  flex: 1 1 auto;
  width: auto;
  align-self: center;
  background: #5A5A5A;
  border-radius: 5px;
}

.rangebox-wrap2 {
  display: flex;
  width: 100%;
  background: #5A5A5A;
}

.rangebox-wrap2 .range-dsn {
  background: #FFD604;
  height: 3px;
  display: flex;
  justify-content: flex-end;
}

.rangebox-wrap2 span.num_per {
  padding-left: 15px;
  font-size: 14px;
  font-weight: 700;
  color: #FFD604;
}

.cis-rangebox2 b {
  font-weight: 400;
  position: absolute;
  top: 10px;
}

.cis-rangebox2 span.num_per {
  position: absolute;
  right: 0;
  top: 10px;
  color: #5A5A5A;
  font-weight: 400;
}

.countdown-wrap.size-xl {
  background: transparent;
  display: block;
  padding: 0 10px 0 70px;
}

.countdown-wrap.size-xl span.timeinfo {
  padding: 11px 5px;
}

.countdown-wrap.size-xl ul {
  margin: 0 -20px;
  background: transparent;
}

.countdown-wrap.size-xl ul li {
  padding: 0 10px;
}

.countdown-wrap.size-xl ul li span.timeinfo>span {
  font-size: 37px;
  line-height: 1.1;
}

.countdown-wrap.size-xl span.timeinfo {
  font-size: 10px;
}

.countdown-wrap.size-xl h4 {
  font-size: 22px;
  flex: 0 0 100%;
  max-width: 100%;
  text-transform: none;
}

.countdown-wrap.size-xl .countdown {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 24px;
}

.sbm-top-banner:before,
.sbm-top-banner:after {
  content: "";
  position: absolute;
  z-index: -1;
}

.sbm-top-banner:before {
  background: url('../images/shap-top-right-2.png');
  width: 993px;
  height: 1285px;
  top: -113px;
  right: .0;
  background-size: 100%;
  background-repeat: no-repeat !important;
}

.main_wrapper {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.shap-headertop {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
}

.cyan-box {
  border: 1px solid #00f0ff8a;
  padding: 30px 40px;
  border-radius: 30px;
  background: linear-gradient(143.06deg, #151515 5.97%, rgba(23, 23, 23, 0.29) 90.65%);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.cyan-box p {
  font-size: 18px;
}

.list-leftrightcontent li:not(:last-child) {
  border-bottom: 1px solid #5A5A5A;
}

.list-leftrightcontent li {
  padding: 15px 0;
  font-size: 16px;
  font-weight: 300;
  color: #E9E9E9;
  display: flex;
  justify-content: space-between;
}

.list-leftrightcontent li span:nth-child(2n + 2) {
  text-align: right;
  padding-left: 10px;
}

.cyan-box h2 {
  font-size: 28px;
  margin-bottom: 25px;
  font-weight: 500;
}

.text-clr-1 {
  color: #00C3C8;
}

.cyan-box .v-centered {
  width: 100%;
}

.cyan-box .form-select {
  background: transparent;
  color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border-radius: 30px;
  padding: 8px 30px 8px 20px;
  border: 1px solid #5A5B5C;
}

.cyan-box .form-select option {
  color: #000000;
}

.cyan-box .form-control {
  color: #ffffff;
  background: transparent;
  padding: 8px 20px;
  border: 1px solid #5A5B5C;
  border-radius: 30px;
}

.cyan-box .form-control[type="number"]:hover,
.cyan-box .form-control[type="number"]:focus,
.cyan-box .form-control[type="number"]:active,
.cyan-box .form-control[type="number"] {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.cyan-box .form-control[type="number"]::-webkit-outer-spin-button,
.cyan-box .form-control[type="number"]::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.cyan-box .form-control[type="number"] {
  -moz-appearance: textfield;
  /* Firefox */
}

.number-input {
  position: relative;
  z-index: 1;
  padding-right: 0;
}

.number-input .buttons {
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.number-input .buttons svg {
  width: 12px;
  height: 12px;
  line-height: 0;
  padding: 0;
}

.number-input .increment,
.number-input .decrement {
  cursor: pointer;
  font-size: 0;
  padding: 0 5px;
}

.checkinfo {
  color: #C2C8CB;
  font-size: 16px;
}

.sbm-top-banner p.checkinfo {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

.cyan-box-dsn-1 {
  text-align: center;
  padding: 30px 0;
}

.cyan-box-dsn-1 p.text-clr-1 {
  margin: 0;
}

.cyan-box-dsn-1 h3 {
  margin: 0;
  font-size: 18px;
  color: #C2C8CB;
}

.cyan-box-dsn-1 hr {
  margin: 25px 0;
  background: #5A5A5A;
}

.cb-inner-borderbox {
  border: 1px solid #5A5A5A;
  padding: 15px;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 35px;
}

.sbm-card-wrap {
  position: relative;
  z-index: 2;
  padding-bottom: 80px;
}

.sbm-card-wrap:after {
  content: "";
  position: absolute;
  z-index: -1;
  background: url('../images/shap-left-bottom-2.png');
  width: 667px;
  height: 1866px;
  left: 0;
  bottom: 1%;
}

.cb-inner-borderbox p {
  margin: 5px 0;
  font-size: 18px;
}

.sbm-card-wrap:before {
  content: "";
  position: absolute;
  z-index: -1;
  background: url('../images/shap-bottom-right-2.png');
  width: 575px;
  height: 1722px;
  right: 0;
  bottom: -10%;
  background-size: 100% 100%;
}
.mob-shap-headertop {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: -1;
  width: 100%;
}

.sbm-card-wrap:after, .sbm-card-wrap:before, .shap-headertop, .mob-shap-headertop, .sbm-top-banner:before, .sbm-top-banner:after {
  pointer-events: none;
}

@media(max-width:1300px) {
  .HeadBanner h1 {
    font-size: 80px;
  }
}

@media(max-width:1199px) {
  .gallery-card .gallery-body {
    padding: 5px 20px 20px;
  }

  .single-content img {
    height: 180px;
  }

  .HeadBanner h1 {
    font-size: 65px;
  }

  .countdown-wrap.size-xl ul li span.timeinfo>span {
    font-size: 25px;
  }

  .sbm-card-wrap:before {
    width: 442px;
    height: 1324px;
  }

  .sbm-top-banner:before {
    width: 764px;
    height: 988px;
  }

  .sbm-card-wrap:after {
    width: 513px;
    height: 1435px;
  }

  .cyan-box {
    padding: 25px 25px;
  }
}

@media(max-width: 991px) {
  .galleryMain .content.grid .single-content {
    flex: 0 0 50%;
    width: 50%;
  }

  .HeadBanner h1 {
    font-size: 55px;
  }

  .innerTopBanner.bannerBg {
    min-height: 500px;
  }

  .countdown-wrap.size-xl {
    padding: 0 10px 0 20px;
  }

  .sbm-top-banner .backbtn {
    margin-bottom: 25px;
  }

  .sbm-top-banner p {
    font-size: 16px;
  }

  .sbm-top-banner h1 {
    font-size: 26px;
  }
}

@media(max-width: 767px) {
  .galleryMain .content.grid .single-content {
    flex: 0 0 100%;
    width: 100%;
  }

  .mob-gallery-wrap {}

  .HeadBanner h1 {
    font-size: 45px;
  }

  .HeadBanner p {
    font-size: 18px;
  }

  .galleryMain .cis-btn-wrap {
    margin-bottom: 60px;
    margin-top: 30px;
  }

  .list-leftrightcontent li {
    font-size: 14px;
  }

  .cyan-box p {
    font-size: 16px;
  }

  .cyan-box-dsn-1 h3,
  .cyan-box-dsn-1 p {
    font-size: 16px;
  }

  .cyan-box-dsn-1 hr {
    margin: 15px 0;
  }

  .cyan-box-dsn-1 {
    padding: 20px 0;
  }

  .sbm-top-banner .backbtn {
    padding: 10px 10px;
    min-width: 140px;
    font-size: 14px;
  }

  .sbm-top-banner {
    padding: 30px 0;
  }

  .countdown-wrap.size-xl ul li {
    padding: 0 5px;
  }

  .countdown-wrap.size-xl {
    padding: 0 10px;
  }

  .sbm-top-banner:before {
    width: 100%;
    height: 1396px;
    top: 10%;
    background: url('../images/mob-shap-top-right-2.png');
    background-size: contain;
    background-position: top right;
  }

  .sbm-card-wrap:after {
    width: 80%;
    background-image: url('../images/mob-shap-left-bottom-2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left top;
    bottom: auto;
    top: 5%;
  }

  .sbm-card-wrap:before {
    width: 100%;
    background-image: url('../images/mob-shap-bottom-right-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top right;
    background-repeat: no-repeat;
    bottom: 10%;
  }
  .mob-shap-headertop {
    display: block;
  }
  .shap-headertop {
    display: none;
  }
  .sbm-top-banner .inner-Banner {
    margin-bottom: 60px;
  }

  .sbm-top-banner .countdown-wrap.size-xl {
      margin-bottom: 70px;
  }

  .sbm-top-banner .cis-rangebox2 {
      margin-top: 50px;
  }
  .sbm-top-banner {
    margin-top: 60px
  }
}

@media(max-width:575px) {
  .HeadBanner h1 {
    font-size: 30px;
  }

  .HeadBanner p {
    font-size: 16px;
  }

  .innerTopBanner.bannerBg {
    min-height: 400px;
  }
}


