@import url('https://fonts.googleapis.com/css2?family=Asul:wght@400;700&family=Sora:wght@100..800&display=swap');
   
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');

*{margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html,body{
    overflow-x:hidden !important;
}
body{
  background-color: #373737;
  background-color: #101010;
}
:root{
    --font-sora: "Sora", sans-serif;
    --theme-color:#092380;
    --golden-color:#F8C353;
    --heading-font: "Readex Pro", sans-serif;
}
.sticky{
  position: fixed;
    width: 100%;
    z-index: 999;
    background-color: black;
  }
/* nav bar */
.navbar-toggler {
    border: 0 !important;
  }
  
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  
  /* Lines of the Toggler */
  .toggler-icon{
    width: 30px;
    height: 3px;
    background-color: #d1a150;
    display: block;
    transition: all 0.2s;
  }
  
  /* Adds Space between the lines */
  .middle-bar{
    margin: 5px auto;
  }
  
  /* State when navbar is opened (START) */
  
  .navbar-toggler[aria-expanded="true"] .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 10%;
  }
  
  .navbar-toggler[aria-expanded="true"] .middle-bar {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  
  .navbar-toggler[aria-expanded="true"] .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% 90%;
  }
  /* State when navbar is opened (END) */
  
  /* State when navbar is collapsed (START) */
  .navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
  }
  
  .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
  }
  /* State when navbar is collapsed (END) */
  
  /* Color of Toggler when collapsed */
  .navbar-toggler.collapsed .toggler-icon {
    background-color: #d1a150;
  }
  .nav-link {
    font-family: var(--font-sora);
    font-size: 23px;
    color: #FFFFFF;
    position: relative;
}
.nav-link:hover{
    color: #F8C353;
}
  header {
    background: #10204F;
    border-radius: 0px 0px 30px 30px;
}
.navbar-nav{
    column-gap: 47px;
}
.nav-link::before{
    background-color: transparent;
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width 0.2s ease;
    transition: width 0.2s ease;
}
.nav-item:hover .nav-link::before{
    background-color: #F8C353;
    width:100%;
}

  /* nav bar */

  .tel-link {
    background-color: #F8C353;
    border-radius: 100px;
    text-decoration: none;
    padding: 12px 25px;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-sora);
    color: #092380;
}
.tel-link img{
    padding-right: 10px;
}
.banner-section {
  background-image: url(../images/bg.png);
  background-position: 103% 63%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  /* padding-top: 65px; */
}
.banner-details{
  position: relative;
}
.coin-right-side {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.coin-right-side img {
  width: 33%;
  margin-top: -37px;
}
.coin-right-side {
  display: block;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.star-section-one {
  position: absolute;
  top: 26%;
}

.star-section-two {
  position: absolute;
  right: 23%;
  top: 35%;
  width: 100px;
}
.spin-img {
  position: absolute;
  bottom: 17%;
  right: 24%;
  width: 290px;
}

.banner-details h1{
    font-size: 70px;
    font-weight: 700;
    font-family: var(--heading-font);
      background: linear-gradient(90deg, rgba(4,5,22,1) 0%, rgba(10,25,106,1) 35%, rgba(7,50,165,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    padding-top: 100px;
}
.star-section-one {
  position: absolute;
  top: 34%;
  width: 150px;
  left: 18%;
}
.common-bg {
    border-radius: 30px;
    background-color: #F7F7F7;
    padding: 42px 74px;
    position: relative;
}
.solana-details{
    font-size:40px;
    font-weight: 700;
    font-family: var(--heading-font);
   
    background: linear-gradient(90deg, rgba(4,5,22,1) 0%, rgba(10,25,106,1) 35%, rgba(7,50,165,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    text-align: center;
    padding: 30px 0px 0px 0px;
}
.btn-section {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 22px;
}
.comon-btn {
    background-color: #0D43EE;
    border-radius: 7px;
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    font-family: var(--font-sora);
    width: 317px;
    height: 86px;
    margin: auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.copy-addres-link {
    border: 1px solid #0D43EE;

    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    border-radius: 15px;
}
.cs-sec {
    background: #0D43EE;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-sora);
    padding: 11px;
    border-radius: 3px;
}
.secoind-img {
  position: absolute;
  top: 29%;
  right: -47px;
  width: 200px;
}
.coin-left-side {
  position: absolute;
  width: 200px;
  left: -70px;
  top: 14%;
}
.toke-details ul {
  color: #fff;
  font-size: 22px;

  font-weight: 600;
  font-family: var(--font-sora);
  line-height: 42px;
  padding-top: 24px;
}
.join-section p {
  font-size: 25px;
  font-weight: 400;
  font-family: var(--font-sora);
  line-height: 34px;
  color: #0D43EE;
  text-align: center;
}
.copy-btm{
    background: #0D43EE;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    font-family: var(--font-sora);
    padding: 11px;
    border-radius: 3px; 
    border: unset;    display: block;
    white-space: nowrap;
}
.copy-addres-link input {
    width: 81%;
    background: transparent;
    border: unset;
    color: #000000;
    padding-left: 82px;
}
.digital-sec{
  font-size: 18px;
  color: #fff;
  font-family: var(--font-sora);
}
.now-heading{
  font-weight: bold;
  font-family: var(--heading-font);
  font-size: 43px;
  Color:#fff;
}


.crypto-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 0px;
  column-gap: 19px;
}

a.drbit-sec {
  background: #0D43EE;
  border-radius: 100px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  juc: c;
  justify-content: center;
  width: 383px;
  color: #fff;
  text-align: center;
  line-height: 23px;
  text-transform: capitalize;
  padding: 10px;
}
.image-sections {
  position: relative;
}

span.coin-left {
  position: absolute;
  width: 178px;
  right: -20px;
  top: 0px;
}

span.coin-right {
  position: absolute;
  bottom: 9%;
  left: -18%;
  width: 178px;
}

.second-section {
  margin-top: -40px;
  z-index: 9;
  position: relative;
}
.side-image {
  position: absolute;
  left: 0px;
  overflow: hidden;
}
section.third-section {
  padding-top: 10%;
  position: relative;
 
}
.shadow-sec {
  /* background-image: url(../images/ellipse.png); */
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  content: "";
  z-index: 9;
  bottom: 0px;
  width: 438px;
  left: auto;
}
.shado-img {
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  content: "";
  z-index: -1;
  bottom: -152px;
  width: 527px;
  left: auto;
  opacity: 1;
}
.wrapper{
  padding: 70px 0;
  overflow-x: hidden;
}
.coin-rights {
  position: absolute;
  width: 178px;
  bottom: 0;
  left: 0px;
}
.my-slider{
  padding: 0 70px;
}




.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
}

.image-section {
  background-image: url(../images/image-group.png);
  height: 810px;
  margin-bottom: 104px;
  background-position: Top Center;
}

.Conditions-set {
  font-size:24px;
  font-weight: 600;
  font-family: var(--font-sora);
  background: linear-gradient(90deg, #FEEB84 0%, #FEEB84 35%, #D99527 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-align: center;
  padding-top: 30px;
}
.footer-image{
  text-align: center;
}
.footer-image p{
  font-size: 25px;
  font-weight: 300;
  padding-top: 20px;
  color: #fff;
  padding-bottom: 20px;
  text-align: center;
}
.footer{
  background-image: url(../images/footer-bg.png);
}
.inv-footer p{
  font-size: 18px;
  color: #fff !important;
  font-family: var(--font-sora);
  margin: 0;

}
.faq-section h2{
  font-size: 78px;
  font-weight: 700;
  font-family: var(--heading-font);
  /* padding-bottom: 30px; */
  color: #fff;
  }
.footer-link a{
  font-size: 18px;
  font-family: var(--font-sora);
  text-decoration: none;
  color: #fff !important;
  text-align: end;
  
}
footer {
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff;
  padding: 34px 0px;
}
.faq-section{
  background-image: url(../images/Maskgroup.png);
padding-bottom: 70px;
padding-top:70px;
  background-position: center;
background-repeat: no-repeat;
background-size: cover;}

/* Set header font size and weight */
.accordion-button {
  font-size: 35px;
  font-weight: 700;
  font-family: var(--font-sora);
  color: #fff;
  padding: 0px;
  padding: 29px 0px;
}

/* Set body font size and weight */
.accordion-body {
  font-size: 25px;
  font-weight: normal;
  font-family: var(--font-sora);
  color: #fff;
  padding: 0px;
  padding-bottom: 26px;
}

.accordion {
  --bs-accordion-border-color: #dee2e600;
  --bs-accordion-bg: #ffffff00;
}
.accordion-button::after {

  fill: #ffff;
  filter: invert(1);
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
  border: unset;
  border-bottom: 1px solid #fff;
}
.accordion-button:not(.collapsed) {
  color: #ffff;
  background-color: #cfe2ff00;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.iva-section {
  background-image: url(../images/banner.png);
  height: 748px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.join-section {
  padding: 70px 0px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.join-section h3{
  font-size: 55px;
  text-align: center;
  font-weight: 700;
  color: #0D43EE;
  font-family: var(--heading-font);
  background:transparent;
}
.line-left-side {
  position: absolute;
  left: 0px;
}
.line-left-side {
  position: absolute;
  left: 0px;
  top: 0;
}
.line-right-side {
  position: absolute;
  right: 0px;
  top: 0;
}
.com-heading{
  font-size: 44px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: #0D43EE;
  
  margin-bottom: 20px;
}
.toke-details h2{
  font-size: 50px;
  font-weight: 700;
  font-family: var(--heading-font);
}
.toke-details p{
  font-size: 30px;
  font-weight: 300;
  font-family: var(--font-sora);
  line-height: 42px;
  color: #fff;
}
.token-sec-main{
  position: relative;
  padding-bottom: 100px;
}
.token-sec{
  bottom: 28%;
}
.our-heading{
  font-size: 25px;
  font-weight:400 ;
  font-family: var(--font-sora);
  line-height: 30px;
  color: #0D43EE;
}
.join-main-section .join-form-sec {
  border-radius: 60px;
  background: #fff;
  padding: 87px 0px;
  position: relative;
}

.marqure-bootm {
  position: absolute;
  bottom: 105px;

}
.our-heading {
  padding-left: 126px;
}
.js-img {
  margin-top: -49%;
}
section.join-main-section {
  padding-top:180px;
}
.our-heading {
  padding-left: 126px;
  padding-bottom: 40%;
}
.comon-btn:hover {
    background: #f8c353;
    color: #4c2d80;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
@media only screen and (min-width:320px) and (max-width:767px){
  .drop-section .sub-menu-section {
    display: block;
    z-index: 9;
    height: fit-content;
    position: unset;
    margin-bottom: 10px;
    width: 100%;
    min-width: 100%;
}
.sub-menu-section ul li a {
  font-family: var(--font-sora);
  font-size: 17px;
  text-decoration: none;
  color: #0d43ee;
}
  header {

    position: fixed;
    z-index: 99;
    width: 100%;
    background: rgb(16, 32, 79);
    border-radius: 0px 0px 30px 30px;
}

.common-padding{
  padding-top: 90px;
}
.shadow-sec {
  right: 0;
  content: "";
  z-index: 9;
  bottom: 24px;
  width: 168px;
  left: auto;
}
  .join-section p {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--font-sora);
    line-height: normal;
    
    z-index: 9;
    position: relative;
    padding: 1px 48px;
}

.sub-menu-section ul li a {

  font-size: 16px;
 
}
.nav-link {
  font-size: 17px;
}
	.banner-section {
    background-position: 100% !important;
	height:100%;
  padding-top:90px;
}
    .js-img img {
    max-width: 60%;
}
    .js-img {
    margin-top: -38%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
.marqure-bootm {
    position: absolute;
    bottom: 68px;
}
    .spin-img {
    position: absolute;
    bottom: 20%;
    right: 11%;
    width: 111px;
}
.star-section-two {
    position: absolute;
    right: 13%;
    top: 15%;
    width: 54px;
}
    .banner-section{
    
    background-position: center;
    }
    div#navbarScroll {
    padding-bottom: 41px;
}
.banner-details h1 {
    font-size: 26px;
    padding-top: 94px;
}
.coin-left-side {
    position: absolute;
    width: 80px;
    left: -15px;
    top: -3%;
}
.star-section-one {
    position: absolute;
    top: 39%;
    width: 74px;
    left: 7%;
}
.secoind-img {
    position: absolute;
    top: 30%;
    right: -1px;
    width: 88px;
}
.coin-right-side img {
    width: 50%;
    margin-top: 6px;
}

.btn-section {
    flex-wrap: wrap;
    row-gap: 16px;
}

.solana-details {
    font-size: 20px;
    padding-top:0px;
}

.common-bg {
    padding: 30px 9px;
}

.copy-addres-link {
    flex-wrap: wrap;
        padding: 7px;
}

a.drbit-sec {
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 20px;
    text-transform: capitalize;
    padding: 10px;
}

.toke-details h2 {
    font-size: 22px;
    font-weight: 700;
    font-family: var(--heading-font);
}

.com-heading {
    font-size: 25px;
    font-weight: 700;
    font-family: var(--heading-font);
    color: #0D43EE;
    line-height:auto;
    margin-bottom: -1px;
}

.join-main-section .join-form-sec {
    border-radius: 60px;
    background: #fff;
    padding: 30px 0px;
    position: relative;
}

.our-heading {
    padding-left: 29px;
    /* padding-bottom: 62%; */
}

.token-sec-main {
    position: relative;
    padding-bottom: 48px;
}

.join-main-section p {
    font-size: 13px;
    line-height: 19px;
    padding-right: 20px;
    padding-top: 10px;
}

.image-section {
    background-image: url(../images/image-group.png);
    height: 683px;
    margin-bottom: 38px;
    background-position: Top Center;
}

.now-heading {
    font-size: 22px;
}

.copy-btm {
    margin-top: 10px;
}

.join-section h3 {
    font-size: 20px;
    position: relative;
    z-index: 9;
    padding: 0px 30px;
}

.line-left-side {
    position: absolute;
    left: 0px;
    z-index: 9;
    top: 0;
    width: 79px;
    height: 100%;
}

.faq-section h2 {
    font-size: 29px;
    color: #fff;
}

.faq-section {
    background-image: url(../images/Maskgroup.png);
    padding-bottom: 30px;
    padding-top: 30px;
}

.accordion-button {
    font-size: 19px;
}

.accordion-body {
    font-size: 15px;
    padding-bottom: 17px;
}

.footer-image p {
    font-size: 14px;
  
}

.join-section {
    padding: 12px 0px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.iva-section {
    background-size: cover;
    background-image: url(../images/banner.png);
    height: 161px;
    padding: 30px 0px;
    margin: 34px 0px;
}

.copy-addres-link input {
    width: 100%;
    background: transparent;
    border: unset;
    color: #000000;
    padding-left: 0px;
    text-align:center;
}
.toke-details ul {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-sora);
  line-height: 27px;
  padding-top: 6px;
}
.comon-btn {
    font-size: 14px;
    width: 250px;
    height: 57px;
}

.inv-footer p {
    text-align: center;
    border-bottom: 1px solid #fff;
    margin-bottom: 8px;
    padding-bottom: 10px;
    font-size: 12px;
}

.footer-link a {
    font-size: 12px;
    font-family: var(--font-sora);
    text-decoration: none;
    color: #fff !important;
    text-align: center;
}

.footer-link {
    text-align: center;
}

.token-sec-main {
    position: relative;
    padding-bottom: 50px;
}

.image-section {
    background-image: url(../images/image-group.png);
    height: 161px;
    margin-bottom: 27px;
    background-position: Top Center;
    background-size: contain;
}

.solana-details {
    padding: 8px 0px 0px 0px;
}

span.coin-left {
    position: absolute;
    width: 100px;
    right: 12px;
    top: 0px;
}

section.join-main-section {
    padding-top: 0px;
}
.cs-sec {
    display: none;
}

.copy-btm {
    margin-top: 10px;
    width: 100%;
}

.side-image {
	display:none;
    position: absolute;
    left: 0px;
    overflow: hidden;
    width: 156px;
}

.wrapper {
    padding: 4px 0;
    overflow-x: hidden;
}

.digital-sec {
    font-size: 13px;
    color: #fff;
    font-family: var(--font-sora);
}

.line-right-side {
    position: absolute;
    right: 0px;
    top: 0;
    width: 80px;
}

.toke-details p {
    font-size: 15px;
    font-weight: 300;
    font-family: var(--font-sora);
    line-height: 22px;
    color: #fff;
}

.comon-btn {
    background-color: #0D43EE;
    border-radius: 7px;
    font-size: 13px;
    font-weight: 700;
    width: 200px;
    height: 61px;
}

.responsive-set{
    width:100%;
    max-width:100%;
}
.coin-rights {
    position: absolute;
    width: 105px;
    bottom: 29%;
    left: 0px;
}
footer {
    border-top: 4px solid #fff;
    border-bottom: 4px solid #fff;
    padding: 13px 0px;
}
.inv-footer p {
    font-size: 13px;
 
    text-align: center;
    border-bottom: 1px solid #bbb6b6;
    padding-bottom: 11px;
}
.footer-link {
    text-align: center;padding-top: 3px;
    justify-content: center !important;
}
.footer-link a {
    font-size: 13px;
    font-family: var(--font-sora);
    text-decoration: none;
    color: #fff !important;
    text-align: center;
    margin: 0 a;
    padding-top: 3px;
    display: block;
}
}

@media only screen and (min-width:768px) and (max-width:1024px){
    
}
/*media queeryend*/
.line-left-side {
    position: absolute;
    left: 0;
    top: 0;width: 11%;
    animation: moveDownContinuous 24s linear infinite;
}

.line-right-side {
    position: absolute;
    right: 0;
    top: 0;
    animation: moveUpContinuous 24s linear infinite;
        width: 11%;
 
}
@keyframes moveDownContinuous {
   from {
        transform: translateY(-50%);
    }
    to {
        transform: translateY(100%);
    }
}

@keyframes moveUpContinuous {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(-100%);
    }
}


input:focus-visible {
       outline: unset !important;
       box-shadow:unset !important;
}
.copy-message {
    font-size: 25px;
    margin-top: 5px;
    display: none;
    padding: 10px;
    border-radius: 10px;
    width: 300px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    top:50%;
    background: #f8c353;
    color: #4c2d80;
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 5px 15px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.copy-btm:hover {
    background-color: #f8c353;
    transform: translateY(-5px);
    color: #092380;
}
a.drbit-sec:hover {
    background-color: #f8c353;
    transform: translateY(-5px);
    color: #092380;
}

  
 .coin-list {
    list-style: none;
    padding: 0;
    margin: 0;
}



.drop-section {
  position: relative;
}
.drop-section:hover .sub-menu-section{
  display: block;
  z-index: 9;
  height: fit-content;
}
.sub-menu-section {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  width: 351px;
  border-radius: 10px;
}

.sub-menu-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 15px;
}

.sub-menu-section ul li a {
  font-family: var(--font-sora);
  font-size: 20px;
  text-decoration: none;
  color: #0d43ee;
}.our-heading p {
  font-size: 18px;
  line-height: 24px;
}.footer-link {
  display: flex;
  justify-content: end;
  column-gap: 10px;
}
.drop-section a i {
  font-size: 16px;
}

