/* =========================================
   RELGO TEK RESPONSIVE STYLES
========================================= */


/* =========================================
   LARGE DEVICES
========================================= */

@media(max-width: 1399px){

    .hero-content h1{
        font-size: 64px;
    }

}


/* =========================================
   LAPTOP DEVICES
========================================= */

@media(max-width: 1199px){

    .section-padding{
        padding: 100px 0;
    }

    .hero-content h1{
        font-size: 54px;
    }

    .section-title{
        font-size: 46px;
    }

    .cta-box{
        padding: 60px 40px;
    }

}


/* =========================================
   TABLETS
========================================= */

@media(max-width: 991px){

    .main-header{
        padding: 12px 0;
    }

    .logo img{
        height: 60px;
    }

    .navbar-collapse{

        background: rgba(7,3,15,0.96);

        padding: 30px;

        margin-top: 20px;

        border-radius: 24px;

        border: 1px solid rgba(255,255,255,0.08);

        backdrop-filter: blur(18px);

    }

    .navbar-nav{
        margin-bottom: 25px;
    }

    .navbar-nav .nav-link{
        margin: 10px 0;
    }

    .hero-section{

        padding-top: 180px;

        text-align: center;

    }

    .hero-content{
        margin-bottom: 60px;
    }

    .hero-content h1{
        font-size: 48px;
    }

    .hero-buttons{
        justify-content: center;
    }

    .section-title{
        font-size: 40px;
    }

    .cta-box h2{
        font-size: 42px;
    }

    .main-footer{
        text-align: center;
    }

    .footer-social{
        justify-content: center;
    }

    .footer-contact li{
        justify-content: center;
    }

}


/* =========================================
   MOBILE DEVICES
========================================= */

@media(max-width: 767px){

    .section-padding{
        padding: 80px 0;
    }

    .hero-content h1{
        font-size: 38px;
    }

    .hero-content p{
        font-size: 16px;
    }

    .section-title{
        font-size: 34px;
    }

    .cta-box{
        padding: 50px 25px;
    }

    .cta-box h2{
        font-size: 34px;
    }

    .glass-btn,
    .glass-outline-btn{

        width: 100%;

        text-align: center;

    }

    .hero-buttons{
        flex-direction: column;
    }

    .service-card{
        padding: 35px 25px;
    }

    .counter-box h2{
        font-size: 42px;
    }

    .footer-title{
        margin-top: 40px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media(max-width: 575px){

    .hero-content h1{
        font-size: 32px;
    }

    .section-title{
        font-size: 28px;
    }

    .hero-section{
        padding-top: 160px;
    }

    .logo img{
        height: 52px;
    }

    .cta-box h2{
        font-size: 28px;
    }

    .cta-box p{
        font-size: 15px;
    }

}


/* =========================================
   EXTRA SMALL MOBILE
========================================= */

@media(max-width: 420px){

    .hero-content h1{
        font-size: 28px;
    }

    .section-title{
        font-size: 26px;
    }

    .counter-box h2{
        font-size: 36px;
    }

}   