@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');
body{
    font-family: 'Inter', sans-serif;
    /* background-color: #F8F8FA; */
}

.header{
    background-color: white;
}

.header > .container{
    padding-top: 20px;
    padding-bottom: 20px;
}

.header .social a{
    text-decoration: none;
    margin-right: 15px;
    font-size: 18px;
}

.header .social i{
    font-size: 22px;
}

.header .logo .logo-text{
    font-size: 30px;
    font-weight: 600;
    /* text-transform: uppercase; */
    letter-spacing: 1px;
}

.header input{
    border-color: #b0dddd;
}

.header .social .nav-toggle, .header .right .search-sm{
    background-color: transparent;
    padding: 0;
    border: none;
}

.header .social .nav-toggle i{
    font-size: 30px;
}

.header .right .search-sm i{
    padding-right: 3px;
    font-size: 30px;
    color: rgb(0, 143, 153);
    font-weight: bold;
}

.header .navbar .dropdown-menu{
    border: 1px solid #b0dddd;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    top: 115%;
    min-width: 180px;
}

.offcanvas{
    z-index: 1100;
    max-width: 90%;
}


.navbar{
    border-bottom: 1px solid #b0dddd;
    border-top: 1px solid #b0dddd;
}

.navbar .dropdown-toggle::after{
    content: "\ea4e";
    font-family: "remixicon";
    border: none;
    margin-left: 4px;
    vertical-align: 0.05em;
}

.navbar .nav-link{
    font-size: 14.5px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: .3px;
}

.navbar .nav-link:hover{
    color: rgb(0, 143, 153);
}



.footer-section {
    border-top: .3rem double #b0dddd;
}

.footer-section .footer-text{
    font-size: 17px;
    color: #222;
}

.footer-section .footer-brand{
    font-size: 26px;
    font-weight: 600;
    color: #222;
    text-decoration: none;
}

.footer-section a{
    text-decoration: none;
}


.footer-section li{
    margin-bottom: 10px;
}

.footer-section  .other a{
    color: #74798d;
}

.footer-section .category a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
}

.footer-section .newsletter .newsletter-title{
    font-size: 18px;
    margin-bottom: 12px;
    color: #222;
    margin-top: 20px;
}

.footer-section .newsletter .btn{
    text-transform: uppercase;
    letter-spacing: .5px;
}

.footer-section .footer-bottom p{
    font-size: 15px;
}

.footer-section .footer-bottom .social a{
    text-decoration: none;
    font-size: 21px;
    margin-left: 12px;
    display: inline-block;
}



@media (max-width: 1200px){
    .navbar{
        display: none;
    }

    .header{
        border-bottom: 1px solid #b0dddd;
    }

    .header .social a{
        display: none;
    }

    .header .right .search-lg{
        display: none;
    }

}

@media (max-width: 576px){

    .header .social .nav-toggle i{
        font-size: 25px;
    }

    .header .right .search-sm i{
        font-size: 21px;
    }

    .header .logo .logo-text{
        font-size: 21px;
    }

    .header > .container{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .footer-section .footer-brand{
        font-size: 22px;
    }

    .footer-section .newsletter .newsletter-title{
        font-size: 17px;
    }

    .footer-section .footer-text{
        font-size: 16px;
    }
    
    .footer-section li{
        margin-bottom: 5px;
    }
}

@media (max-width: 400px){
    .hero-section .big-blog .blog-title{
        font-size: 16px;
    }

}
