*{
    font-family: 'sora';
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-30{
    font-size: 30px;
}
.fs-40{
    font-size: 40px;
}

.fs-70{
    font-size: 70px;
}
.fw-300{
    font-weight: 300;
}
.fw-400{
    font-weight: 400;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.fw-700{
    font-weight: 700;
}
.fw-800{
    font-weight: 800;
}

.black{
    color: #111111;
}
.white{
    color:white;
}
.gray{
    color: #333333;
}
.my-100{
    margin-top: 100px;
    margin-bottom: 100px;
}
.bg-overlay{
    width: '100%';
    height:  '100%';
    background-color: rgba(0,0, 0, 0.5);
}
.px-100{
    padding-left:100px ; 
    padding-right:100px;
}
.main-banner{
    height: 90vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.p-30 {
    padding: 30px;   

}
.new-nav{
    background:#ffffff10;
    backdrop-filter: blur(60px);
    border-radius: 50px;

    ul{
        li a{
            color: #fff !important;
        }
    }
}

.partner-banner{
     height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 30px 30px 0 0;
}
.common-btn{
    background: linear-gradient(to right, #4C4CDF , #1AE8DB);
    border-radius: 100px;
    border : 0;
    padding: 10px 30px;
    color: #fff;

}

.footer-link{
    padding:  20px;
    overflow: visible;
    position: relative;
    border-radius: 15px 15px 0 0;
    width: 50%;
}
.footer-link::after{
    content:  "";
    position: absolute;
    background-image: url(./image/Overlay+Shadow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    right: -30px;
    width: 40px;
    bottom :0;
    height: 40px;
}

.footer-link::before{
    content:  "";
    position: absolute;
    background-image: url(./image/Overlay+Shadow-left.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: -30px;
    width: 40px;
    bottom :0;
    height: 40px;
}

.background-dark{
    background: #1F1F1F;
    border-radius: 0px 0px 30px 30px;
}



@media (min-width:365px) and (max-width:765px) {
    .fs-18{
        font-size: 16px;
    }
    .fs-30{
        font-size: 22px;
    }
    .fs-40{
        font-size: 30px;
    }
    .footer-link{
        width: 90%;
    }
    .new-nav{
        border-radius: 10px;
    }
}