@font-face {
    font-family: "Poppins";
    src: url(assets/fonts/Poppins.ttf);
}

*{
    font-family: "Poppins";
}

html{
    overflow-x: hidden !important;
}

body{
    padding-top: 70px;
    overflow-x: hidden !important;
}

.navbar-brand .square{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

nav{
    background-color: white;
}

.navbar-brand h2{
    font-size: 20px;
    font-weight: bolder;
}

.nav-link{
    font-size: 14px;
    font-weight: 600;
}

.nav-link:hover{
    color: #8490ff !important;
}

.active{
    color: #8490ff !important;
}

.hover:hover{
    color: #8490ff !important;
}

.bg-hover:hover{
    background: linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    color: white;
    transition: all 0.3s ease 0s;
    box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
}

.btn{
    background-color: #8490ff;
    color: white;
}

.hidden{
    display: none;
}

main{
    margin-bottom: 40px;
}

.hamburger{
    font-size: 24px;
}

.offcanvas{
    background-color: #000000CC;
}

.title .btn{
    background: linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
    transition: all 0.3s ease 0s;
}

.discover:hover{
    box-shadow: 0px 20px 20px 0px rgba(132, 144, 255, 0.3);
}

.banner{
    margin: 150px 0px 170px;
}

.primary-color{
    color: #8490ff;
}

.big-head-box{
    background: linear-gradient(0deg, #8490ff 0%, #62bdfc 100%);
}

.title h1{
    font-size: 60px;
}

.banner-img img{
    width: 335px;
}

.we .container {
    box-shadow: 0px 0px 25px 0px #8a837c3b, 0 1px 4px rgba(0, 0, 0, .6);
}

.credit span a:hover{
    text-decoration: underline !important;
}

footer{
    background-color: #04091E;
    padding: 120px 0px;
    font-size: 14px;
}

.info-card .left{
    background-color: #F4ECE6;
    box-shadow: -11.31px 11.31px 17px 0px rgba(138,131,124,0.23);

}

.social .foot-cont i:hover{
    color: #8490ff;
}

.foot-cont{
    font-size: 12px;
}

@media screen and (max-width: 992px) {
    .hidden{
        display: block;
    }

    .navbar-nav{
        display: none;
    }

    .side-bar{
        display: block;
    }
}

.blog iframe {
    width: 100%;
    height: 100vh;
}

@media screen and (max-width: 572px) {
    .banner{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 992px) {
    footer .container{
        flex-direction: column;
        text-align: center;
        justify-content: center !important;
        align-items: center !important;
    }

    .credit {
        margin-bottom: 30px;
    }

    .social .foot-cont{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }
    
    .social .foot-cont i{
        padding: 0 !important;
    }
}

