:root{
    --primary-color: #00396f;
    --secondary-color: #333;
}
@media (min-width: 286px) {
    .baner-video video{
       
        min-height: 100vh;
    
    }
}
@media (min-width: 576px) { 
    .h3{
        font-size: 32px ;
    }
 }

@media (min-width: 768px) { 
    section{
        padding: 100px 0;
    }
    .subscribe-button{
        padding-left: 10%;
    }
    .left-side{
        width: 50%;
    }
    .right-side{
        width: 50%;
    }
    .about-right-side{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
 }

@media (min-width: 992px) { 
    .menu-links ul{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 1rem;
    }
    .menu-links ul li a{
        font-weight: 400;
        font-size: 17px;

    }
    header.shrink .menu-links ul li a{
        color: var(--primary-color);
    }
    .homepage-secondary-links-section ul li a {
        font-size: 20px;
    }
    .articles-title{
        font-size: .99rem;
        line-height: 1.42045;
    }
    .subscribe-button{
        padding-right: 10%;
        padding-left: 10%;
    }
 }

@media (min-width: 1200px) { 
    .h3{
        font-size: 36px;
    }
    .articles-title{
        font-size: 1.05rem;
        line-height: 1.42857;
    }
 }

@media (min-width: 1400px) { 

 }


 /* down */
 @media (max-width: 576px) { 
    .h3{
        font-size: 25px !important;
    }
    .p-lead {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .p-lead {
        font-size: 20px;
        line-height: 29px;
    }
    .services-subtitle{
        font-size: 13px;
    }
    .services-title{
        font-size: 20px;
    }
    .services-description{
        font-size: 13px;
    }
 }

@media (max-width: 768px) { 
    section{
        padding: 70px 0;
    }
    .Subscribe-bg{
        bottom: 0;
        width: 100%;
        height: 40%;
        top: unset;
    }
    .Subscribe-bg-box{
        margin-top: 200px;
    }
    .careersBoxBtn {
        display: inline-block;
        text-wrap: nowrap;
        padding: 12px 20px;
    }
 }

@media (max-width: 992px) { 
    .menu-links{
        padding: 10px;
        position: fixed;
        top: -1600px;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: var(--primary-color);
        transition: 0.8s ease;
        transition-delay: 0.4s;
    }
    .menu-links ul li a{
        font-size: 24px;
        display: block;
    }
    header.shrink .open-menubtn{
        color: var(--primary-color) !important;
    }
    header.shrink .menu-links ul li a{
        color: white;
    }
    .homepage-secondary-links-section ul li a {
        font-size: 17px;
    }
    .articles-title{
        font-size: .88rem;
        line-height: 1.42045;
    }
    .articles-info-wrapper{
        min-height: unset;
        height: auto;
        margin-bottom: 20px;
    }
 }

@media (max-width: 1200px) { 
    
 }

@media (max-width: 1400px) { 
    
 }


 