@media (max-width:1200px) {
    .logo-text{
        font-size: 50px;
    }
    .header-contact-text{
        font-size: 12px;

    }

    .section-one-bottom-info-text{
        font-size: 20px;
    }
    .section-one-bottom-info-center-text-parent>p{
        font-size: 12px;
    }
    .section-about-box-two-right-title{
        font-size: 30px;
        margin-bottom: 15px;
    }
    .section-about-box-two-right-text{
        font-size: 18px;
    }
    .believer{
        font-size: 22px;
    }
    .section-about,.section-believe{
        padding: 30px 0;
    }


}

@media (max-width:991px) {
    .section-contact-text{
        font-size: 12px;
    }
 

    .section-contact-box-text{
        padding: 10px;
    }

    /* .nav{
        display: none;
    } */
    .belive-parent{
        width: calc((100% / 2) - 15px); 
    }
    .section-believe-box{
        justify-content: center;
    }
    
    .section-one-text{
        font-size: 40px;
    }

    .section-one-bottom{
        flex-direction: column;
    }
    .section-one-bottom-info{
        width: 100%;
    }
    .footer-about-links{
        font-size: 15px;
    }
    .footer-title{
        font-size: 30px;
    }
    .header-box-top{
        flex-direction: column;
        align-items: center;
    }


}

@media (max-width:767px) {
    nav{
        position: absolute;
        position: fixed;

        right: 10px;
        top: 10px;
        z-index: 2;
    }


    .off-screen-menu {
        display: none;
        transition: 0.7s;
    }
    


    

.off-screen-menu {
    background-color: rgb(34 37 49 / 90%);
    height: 100vh; 
    width: 100vw; 
    position: fixed;
    top: 0;
    right: -100vw; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 3rem; 
    transition: .3s ease;
    z-index: 1;
}
.off-screen-menu.active {
    right: 0; 
}



/* nav */
nav {
    padding: 1rem;
    display: flex;
    /* background-color: rgb(34, 37, 49); */
}



/* ham menu */
.ham-menu {
    height: 50px;
    width: 40px;
    margin-left: auto;
    position: relative;
}
.ham-menu span {
    height: 5px;
    width: 100%;

    background-color: #030f27;

    border-radius: 25px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s ease;
}
.ham-menu span:nth-child(1) {
    top: 25%;
}
.ham-menu span:nth-child(3) {
    top: 75%;
}
.ham-menu.active span {
    background-color: white;
}
.ham-menu.active span:nth-child(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.ham-menu.active span:nth-child(2) {
    opacity: 0;
}
.ham-menu.active span:nth-child(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}






















    .header-box-top-contacts{
        display: none;
    }
    .belive-parent{
        width: 100%;
    }
    .section-about-box-left{
        display: none;
    }
    .section-about-box-two-right{
        width: 100%;
    }
    .footer-box{
        flex-direction: column;
    }
    .footer-box-left{
        width: 100%;
    }
}

@media (max-width:576px) {
    .section-about-box-two-right-text{
        font-size: 15px;
    }
    .section-about-box-two-right-title{
        font-size: 25px;
    }
    .section-one-text{
        font-size: 25px;
        line-height: 25px;
    }
    .section-one-title{
        font-size: 20px;

    }
        .header-box-top {

         align-items: start; 
    }

}