@tailwind base;
@tailwind components;
@tailwind utilities;

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap'); */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap"); */

@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Manrope:wght@500&display=swap');


* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}



body {
    font-family: Manrope, sans-serif;
    line-height: 20px;
    background-color: #0c0c31;
    /* font-weight: 500; */
    /* background-color: white; */
}

.gradient-text {
    background: linear-gradient(90deg, #3B82F6, #EC4899);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.box-shadow-pink {
    box-shadow: 0 4px 14px 0 rgba(236, 72, 153, 0.4);
}

.box-shadow-blue {
    box-shadow: 0 4px 14px 0 rgba(59, 130, 246, 0.4);
}

.nav-link{
    /* background-color: #00DB7F;
    border-bottom:  2px solid #00DB7F; */
}


/* .active {
    border-bottom: 2px solid #00DB7F;
    padding-bottom: 5px;
} */

.herosection{
    background-image: url(./images/hero-bg.PNG);
    background-repeat: no-repeat 50%;
    /* background-position: left top; */
    background-size: cover;
    padding-bottom: 250px;
    width: 100%;
    padding: 100px 0 350px;
}

.herosection .right-hero-img{
    position: absolute;
  right: 0px;
  top: 90px;
}

.active, .btn:hover {
    border-bottom: 2px solid #00DB7F;
    padding-bottom: 5px;
  }
  

.socialMedia {
    grid-gap: 20px;
    border-top: 1px solid #00000029;
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3,1fr);
    padding: 30px 0;
  }

  .footer-cont-text {
    border-top: none;
    border-bottom: 1px solid #fff;
    padding: 50px 0;
  }

#menu{
    background-color: white;
    height: 100%;
    width: 100%;
    color: #121212;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2;
}

.benefit-item {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;
}

.benefit-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    width: 2px;
    background-color: #00DB7F;
    /* Pink color */
}

.benefit-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 1.5rem;
    height: 100%;
    width: 2px;
    background-color: none;
    /* Pink color */
}

.benefit-item .number {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #00DB7F;
    /* Pink color */
    color: white;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.bg-cont-security {
    background: linear-gradient(0deg, #00249240 -14.44%, #e1049540 113.97%);
    border: 1px solid #0a0a23;
    border-radius: 48px;
    margin-inline: auto;
    margin-top: 130px;
    max-width: 1100px;
    position: relative;
    padding-bottom: 40px;
}


.news-cont {
    background: linear-gradient(0deg, #00249240 -14.44%, #e1049540 113.97%);
    border: 1px solid #0a0a23;
    border-radius: 48px;
    padding-bottom: 40px;
    width: 35%;
}

.footer-bg {
    background: linear-gradient(0deg, #00249240 -14.44%, #e1049540 113.97%);
}

#dropdown-none {
    display: none;
}

.active-link {
    border-bottom-width: 2px;
    padding-bottom: 10px;
    border-bottom-color: #00DB7F;
}


.tier-cont {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;

}

.tier-cont::before {
    content: '';
    position: absolute;
    top: 400px;
    left: 52%;
    height: 30%;
    width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00DB7F;
    /* Pink color */
}

.tier-cont::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: none;
    /* Pink color */
}

.tier-cont .tier {
    position: relative;

    top: -140px;
    left: 3%;
    /* Pink color */
    color: white;
    width: 3rem;
    height: 3rem;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
}



/* tier2 */
.tier-cont-two {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;

}

.tier-cont-two::before {
    content: '';
    position: absolute;
    top: -190px;
    left: 52%;
    height: 80%;
    width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00DB7F;
    /* Pink color */
}

.tier-cont-two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: none;
    /* Pink color */
}

.tier-cont-two .tier-two {
    position: absolute;
    left: 50%;
    top: -300px;
    /* Pink color */
    color: white;
    width: 3rem;
    height: 3rem;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
}



/* tier-three */
.tier-cont-two {
    position: relative;
    padding-left: 3rem;
    margin-bottom: 2rem;

}

.tier-cont-two::before {
    content: '';
    position: absolute;
    top: -190px;
    left: 52%;
    height: 80%;
    width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00DB7F;
    /* Pink color */
}

.tier-cont-two::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 2px;
    background-color: none;
    /* Pink color */
}

.tier-cont-two .tier-three  {
    position: absolute;
    left: 50%;
    top: 160px;
    /* Pink color */
    text-wrap: wrap;
    color: white;
    width: 3rem;
    height: 3rem;
    text-wrap: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: bold;
}


.custom-overflow {
    overflow-x: auto;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }
  
  /* Hide scrollbar for Chrome, Safari and Opera */
  .custom-overflow::-webkit-scrollbar {
    display: none;
  }

  .features{
    padding-top: 130px;
  }

 .description-txt{
    flex: 0 0 auto;
  padding-bottom: 30px;
  padding-top: 30px;
  width: 50%;
 }
  .row-one-description{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }



  .container-profit{
    margin-inline: auto;
  max-width: 1600px;
  padding-inline: 50px;
  width: 100%;
  }

  .profit-section{
    padding: 80px 0;
  position: relative;
  }

  .profit-section .row-one {
    flex-wrap: nowrap;
  }
  .row-one-reverse {
    flex-direction: row-reverse;
  }
  .row-one {
    align-items: center;
    display: flex;

  }





  .row-two-reverse {
    flex-direction: row;
  }
  .row-two {
    align-items: center;
    display: flex;

  }

  .row-third-reverse {
    flex-direction: row-reverse;
  }
  .row-third {
    align-items: center;
    display: flex;

  }

  .row-seven-reverse {
    flex-direction: row-reverse;
  }
  .row-seven {
    align-items: center;
    display: flex;

  }
 
  .profit-section .column-one .title-one {
    color: #00db7f;
    color: #00db7f;
    font-size: 32px;
    font-weight: 800;
    padding-bottom: 10px;
  }


  

  .profit-section .table {
    background-color: #fff;
    border-radius: 24px;
    padding: 30px;
    position: relative;
    transition: all .2s ease-in-out;
  }


  .profit-section .table .tableHead {
    border-bottom: 1px solid #00249280;
    color: #002492;
    color: #002492;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
  }
  .profit-section .table .tableHead {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
  }

  .profit-section .table .tableBody {
    font-size: 16px;
    padding: 15px 0;
  }
  .profit-section .table .tableBody, .profit-section .table .tableHead {
    border-bottom: 1px solid #00249280;
    color: #002492;
    color: #002492;
    column-gap: 30px;
    display: flex;
    justify-content: space-between;
  }


  .profit-section .profit-section-col-one {
    display: flex;
    justify-content: center;
    width: 20%;
  }

  .profit-section .tier-one-name {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    /* max-width: 100px; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
    text-align: center;
  }

  .profit-section  .row-one .tier-one-name::after {
    background: #00db7f;
    content: "";
    height: 300px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 6px;
    text-align: center;
    
  }


  .profit-section  .row-two .tier-one-name::after {
    background: #00db7f;
    content: "";
    height: 300px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 6px;
    text-align: center;
    
  }


  .profit-section  .row-third .tier-one-name::after {
    background: #00db7f;
    content: "";
    height: 300px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 6px;
    text-align: center;
    
  }

  /* profit-tiers-resposive */
  .profit-section .tier-one-responsive-name {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-wrap: nowrap;
    /* max-width: 100px; */
    padding-bottom: 10px;
    margin-bottom: 10px;
  }


  /* .profit-section .row-one:not(:last-of-type) .name::after {
    background: #e10495;
    background: #e10495;
    content: "";
    height: 300px;
    left: 50%;
    position: absolute;
    top: 100%;
    transform: translateX(-50%);
    width: 6px;
  } */
  /* .profit-section .name {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    text-align: center;
  } */


  
  .features .icon-box{
    border-left: 1px solid #ffffff80;
    /* display: flex; */
    /* justify-content: space-between; */
    flex: 0 0 auto;
    /* flex-direction: column; */
    height: 290px;
    justify-content: center;
    padding-bottom: 30px;
    padding-top: 30px;
    text-align: center;
    transition: all .2s ease-in-out;
    width: 25%;
  }


  
  .icon-box.easy-grow:hover{
    background-color: rgba(199, 102, 255, 0.1);
    cursor:default;
  }

  .icon-box.referral-reward:hover{
    background-color: rgba(255, 102, 166, 0.1);
    cursor:default;
  }

  .icon-box.flexible:hover{
    background-color: rgba(102, 144, 255, 0.1);
  }

  .icon-box.profitiers:hover{
    background-color: rgba(102, 144, 255, 0.1);
    cursor:default;
  }

  .icon-box.safe-transaction:hover{
    background-color: rgba(6, 194, 137, 0.1);
    cursor:default;
  }

  .row-second-description{
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #ffffff80;
  }

  .row-second-description .icon-box.flexible{
    border-left: none;
  }

  .icon-box.investment:hover{
background-color: rgba(225, 4, 149, 0.1);
  }

  .icon-box-text{
    color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-inline: auto;
  max-width: 120px;
  padding-top: 15px;
  }


  .swift-reveal{
    animation-fill-mode: both;
  animation-duration: 3000ms;
  animation-delay: 200ms;
  animation-iteration-count: 1;
  opacity: 1;
  animation-name: swift-reveal;
  }

  .patners-cont{
    border-bottom: 1px solid #fff;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding-bottom: 130px;
  }

  .patners-cont.first-box{
    align-items: center;
  display: flex;
  height: 300px;
  justify-content: center;
  padding: 30px;
  transition: all .2s ease-in-out;
  }

  .patners-cont.first-box img{
    filter: brightness(0) invert(1);
  max-width: 80%;
  transition: all .2s ease-in-out;
  }

  .patners-cont a:nth-child(8n+2), .patners-cont a:nth-child(8n+4), .patners-cont a:nth-child(8n+5), .patners-cont a:nth-child(8n+7) {
    background-color: #ffffff1a;
  }

/* animate */
/* Animation for the whole section */
.animate-section {
    animation: slideIn 4s ease-out forwards;
}
.animate-fadeInRight {
    animation: slideInR 1s ease-out Backwards;
}
/* Animation for fading in */
.animate-fadeIn {
    animation: fadeIn 4s ease-out forwards;
}

/* Animation for bouncing button */
.animate-bounce {
    animation: bounce 6s;
}
.animate-zoom {
    animation: zoom-in-zoom-out 3s ease;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.7, 0.7);
  }
  50% {
    transform: scale(1, 1);
  }
}
/* Keyframes for sliding in */
@keyframes slideIn {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideInR {
    from {
        transform: translateX(50px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
/* Keyframes for fading in */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* Keyframes for bouncing */
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}



/* Initial state for the animation */



.animation {
    opacity: 0;
    transform: translateX(-300px);
    transition: all 2s ease-out;
    transition-delay: 0.4s;

}

.scroll-animation {
    opacity: 1;
    transform: translateX(0);
}

/* .animation-top{
    opacity: 0;
    transform: translateX(-300px);
    transition: all 0.7s ease-in;
    transition-delay: 0.4s;
}

.scroll-animation-top {
    opacity: 1;
    transform: translateX(0);
} */



@media  (max-width: 750px) {
    .animation {
        opacity: 0;
        transform: translateX(-30px);
        transition: all 0.7s ease-out;
        transition-delay: 0.4s;
    
    }
    
    .scroll-animation {
        opacity: 1;
        transform: translateX(0);
    }
}


@media only screen and (max-width: 576px) {
    .description-txt {
        padding-top: 0;
        width: 100%;
      }

      .features .icon-box {
        height: 170px;
        padding: 15px 0;
        width: 50%;
      }

    .row-one-description .icon-box.investment, .row-one-description .icon-box.safe-transaction {
        border-top: 1px solid #ffffff80;
        /* border-right: 1px solid #ffffff80; */
      }

      .row-one-description .icon-box.safe-transaction {
        border-right: 1px solid #ffffff80;
      }

      .row-second-description .icon-box.flexible{
        border-left: 1px solid #ffffff80;

      }

      .row-second-description .icon-box.easy-grow{
        border-right: 1px solid #ffffff80;
      }

      .row-second-description .icon-box.profitiers{
        border-top: 1px solid #ffffff80;
        border-bottom: 1px solid #ffffff80;
      }

      .row-second-description .icon-box.referral-reward{
        border-top: 1px solid #ffffff80;
        border-right: 1px solid #ffffff80;

        border-bottom: 1px solid #ffffff80;
      }


      .icon-box-text{
        font-size: 16px;
    max-width: 95px;
      }

      .icon-box-text.referral{
        font-size: 16px;
        max-width: 180px;
      }

      .right-hero-img{
        display: none;
        left: 0;
        width: 60%;
      }

}