@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins: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&display=swap');

*{
    margin: 0 ;
    padding: 0 ;
    box-sizing: border-box ;
    scroll-behavior: smooth;
    font-family: "Poppins", sans-serif;
}

.bg-custom-dark{
    background-color: #0D0D0D !important;
}

.navbar ul {
    list-style: none;
    font-size: 14px;
    font-weight: 600;
    color: #FFF;
}

.navbar ul li{
    cursor: pointer;
}

.navbar ul li a:hover{
    color: #FFF; 
}

footer a:hover{
    color: #FFF;
}

.white{
    color: #FAF6F6;
}

.white-2{
    color: #DBDDDF;
}

.black{
    color: #202224;
}

.green{
    color: #20B04B;
}

.nav-width{
    width: 40%;
}

.sign-in-btn{
    width: 100px;
    height: 32px;
    border-radius: 5px;
    border: none;
}

.join-now-btn{
    width: 100px;
    height: 32px;
    border-radius: 5px;
    border: none;
}

.border-gradient{
    border-width: 2px !important;
    border-style: solid !important;
    border-image: linear-gradient(90deg, #7512B1 1.11%, #A345DC 48.15%, #DD3A95 96.32%);
    border-image-slice: 1;
    border-image-width: 1;
    border-image-repeat: round;
    color: #FFF !important;
}

.bg-gradient-1{
    background: linear-gradient(262deg, #1D1D1D 13.05%, #190028 86.79%);
}

.bg-gradient-2{
    background: linear-gradient(90deg, #A345DC 48.15%, #DD3A95 96.32%);
}

.text-gradient{
    background: linear-gradient(90deg, #A345DC 48.15%, #DD3A95 96.32%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: 0.6s ease;
}

.get-started-btn{
    width: 150px;
    height: 54px;
    border-radius: 30px;
    border: none;
    transform: scale(1);
    transition: 0.2s ease;
}

.get-started-btn:hover{
    color: #FAF6F6 !important;
    transform: scale(1.03);
    transition: 0.2s ease;
}

.c-item{
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.10);
    border-radius: 12px;
}

.custom-tab{
    border-radius: 12px;
    border: 1px solid #323232;
    background: #0D0D0D;
}

.nav-pills .nav-link.active{
    border-radius: 12px;
    background-color:  #DADADA !important;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.10);
}

.nav-pills .nav-link.active span{
    background: linear-gradient(90deg, #A345DC 48.15%, #DD3A95 96.32%) !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.plan-container{
    width: 197.586px;
    border-radius: 5px;
    border: 1px solid #323232;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.custom-li{
    list-style-image: url("assets/img/ei_check.png");
}

.bi-plus-lg {
    display: inline;
}

[aria-expanded="true"] > .bi-plus-lg {
    display: none;
}

.bi-dash {
    display: none;
}

[aria-expanded="true"] > .bi-dash {
    display: inline;
}

.bg-hero-symbol{
    background-image: url('assets/img/Landing-Banner.webp') !important;
    background-size: cover;
    background-position: center;
    height: calc(100vw * (1376 / 2560));
}

.img-container{
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 250px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #323232;
}

.inner-img-container{
    opacity: 0;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0px;
    transition: 0.4s ease-out;
    background-color: rgb(0,0,0,0.6);
}

.img-container:hover > .inner-img-container{
    opacity: 1;
    transition: 0.4s ease-in;
}

.hoverGradientEffect{
    transform: ease 0.6s;
    background: #161617;
}

.hoverGradientEffect:hover{
    transform: ease 0.6s;
    background: linear-gradient(90deg, #7512B1 1.11%, #A345DC 48.15%, #DD3A95 96.32%);
}

.hoverGradientEffect:hover>.text-gradient{
    transform: ease 0.6s;
    -webkit-text-fill-color: #161617;
    color: #161617;
}

.hoverGradientEffect:hover>button{
    transform: ease 0.6s;
    background: #161617;
}

.future-proof-img{
    width: 350px;
    height: 240px;
}
.slider {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
  
.slides {
    width: 100%;
    height: 100%;
    display: flex;
    transition: transform 0.6s ease;
}
  
.slide {
    width: 100%;
    height: 100%;
    flex: 0 0 auto;
    text-align: center;
    background-size: cover;
    border-radius: 12px;
    background-position: center;
    background-repeat: no-repeat;
}

.btn.focus, .btn:focus{
    box-shadow: none !important;
}

@media screen and (min-width:1440px) {
    .nav-width{
        width: 40%;
    }
}


@media screen and (min-width:1050px) and (max-width:1439px){
    .nav-width{
        width: 50%;
    }
    .fs-64{
        font-size: 48px !important; 
    }
    .fs-32{
        font-size: 28px !important;
    }
    .fs-28{
         font-size: 24px !important;
    }
    .fs-24{
        font-size: 22px !important;
    }
    .fs-20{
        font-size: 18px !important;
    }
    .fs-16{
        font-size: 14px !important;
    }
    .fs-14{
        font-size: 14px !important;
    }
    .fs-12{
        font-size: 12px !important;
    }
    .fs-48{
        font-size: 36px !important;
    }
}

@media screen and (max-width:1050px) and (min-width:601px) {
    .nav-width{
        width: 65%;
    }
    .fs-64{
        font-size: 36px !important; 
    }
    .fs-32{
        font-size: 24px !important;
    } 
    .fs-28{
        font-size: 20 px !important;
    }
    .fs-24{
        font-size: 16px !important;
    }
    .fs-20{
        font-size: 16px !important;
    }
    .fs-16{
         font-size: 12px !important;
    } 
    .fs-14{
        font-size: 10px !important;
    }
    .fs-12{
        font-size: 10px !important;
    }
    .fs-48{
        font-size: 32px !important;
    }
    .md-p-future-proof-section{
        padding-left: 1.8rem;
        padding-right: 1.8rem;
    }
    /* .bg-hero-symbol{
        background-image: url('assets/img/tablet_banner.webp') !important;
        height: 469px;
    } */
}

@media (max-width: 600px){
    .fs-64{
        font-size: 34px !important; 
    } 
    .fs-48{
        font-size: 24px !important;
    }
    .fs-32{
        font-size: 18px !important;
    }
    .fs-28{
        font-size: 16px !important; 
   }
    .fs-24{
        font-size: 14px !important; 
    }
    .fs-20{
        font-size: 14px !important;
    }
    .fs-16{
        font-size: 10px !important;
    }
    .fs-14{
        font-size: 10px !important;
    }
    .fs-12{
        font-size: 10px !important;
    }
    .modal-dialog{
        max-width: fit-content !important;
    }
    .sm-p{
        padding: 20px !important;
    }
    .sm-line-height{
        line-height: normal !important;
    }
    .fs-mobile{
        font-size: 12px !important;
    }
    .sm-mb{
        margin-bottom: 10px !important;
    }
    .sm-py{
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
    .bg-hero-symbol{
        background-image: url('assets/img/mobile_banner_portrait.webp') !important;
        height: 700px;
        padding-bottom: 300px !important;
        background-size: 100% 100%;
    }
    .sm-px{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 576px){
    .modal-dialog{
        max-width: fit-content !important;
    }
}
