*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html body{
    width: 100%;
    height: auto;
    min-height: 1850px;
    padding-bottom: 100px;
}
.main-about{
    width: 100%;
    max-width: 1500px;
    height: auto;
    min-height: 1600px;
    position: relative;
    top: 150px;
}
.main-about img{
    width: 100%;
    height: 100%;
    min-height: 1250px;
    opacity: 50%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.back-wrapper{
    width: 70%;
    height: 70%;
    min-height: 1250px;
    position: absolute;
    top: 10%;
    left: 15%;
    background-color: #b26f18;
    opacity: 80%;
}
.overlay{
    width: 80%;
    height: 70%;
    position: absolute;
    top: 10%;
}

.about-content {
      max-width: 900px;
      margin: 2rem auto;
      padding: 0 1rem;
    }

.about-section {
    width: 100%;
    height: auto;
    margin-bottom: 3rem;
}
.about-section h2,
.about-section p{
    text-align: center;
    margin-top: 1rem;
    margin-left: 20%;
}
blockquote {
    width: 60%;
    font-style: italic;
    text-align: center;
    line-height: 1em;
    word-wrap: break-word;
    margin: 3rem auto ;
}

.features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin: 2rem auto auto 20%;
}
.features li {
    margin-bottom: 1rem;
}
/* footer */
.footer{
    top: 1750px;
}



@media(max-width: 768px){
    *{
        max-width: unset;
        height: auto;
    }
    .hamburger-menu{
        width: 50px;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 18px;
        right: 18px;
        z-index: 999;
    }
    .clear{
        clear: both;
    }
    #nav-right-items.show {
        width: 40%;
        display: flex;
        text-align: center;
    }
    .nav-right ul li{
        list-style: none;
        padding: 8px;
        min-height: 30px;    
    }
    .nav-right{
        width: 40%;
        text-align: center;
        z-index: 9999 !important;
        position: relative;
    }
    #nav-right-items{
        display: none;
        position: absolute;
        left: 10px;
        top: 50px;
        padding: 10px;
    }
    .nav-right ul li a {
        width: 40%;
        position: relative;
        display: block;
        color: #000;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        text-decoration: none ;    
        pointer-events: auto;    
    }
    .nav-right ul li a:hover {
        color: rgb(206, 8, 8);
        cursor: pointer;
    }
    .main-about{
        width: 100%;
        height: auto;
        min-height: 1600px;
    }
    .back-wrapper{
        height: 85%;
        top: 8rem;
    }
    .overlay{
        top: 1em;
    }
    .footer{
        top: 1750px;
    }
}



@media(max-width: 480px){
    *{
        box-sizing: content-box;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .container .nav-right{
        width: 100px;
        position: relative;
        left: 180px;
        z-index: 9999;
    }    
    .hamburger-menu{
        width: 50px;
        margin: 0;
        padding: 0;
        position: fixed;
        top: 18px;
        right: 1rem;
        z-index: 999;
    }
    .clear{
        clear: both;
    }
    #nav-right-items.show {
        width: 40%;
        display: flex;
        text-align: center;
    }
    .nav-right ul li{
        list-style: none;
        padding: 8px;
        min-height: 30px;    
    }
    .nav-right{
        width: 40%;
        text-align: center;
        z-index: 9999 !important;
        position: relative;
    }
     #nav-right-items {
        display: none;
        position: absolute;
        top: 45px;    
        right: 70px;
    }
    .nav-right ul li a {
        width: 40%;
        position: relative;
        display: block;
        color: #000;
        font-size: 30px;
        font-weight: 600;
        text-align: center;
        text-decoration: none ;    
        pointer-events: auto;    
    }
    .nav-right ul li a:hover {
        color: rgb(206, 8, 8);
        cursor: pointer;
    }
    .container, 
    .nav-wrapper{
        overflow: visible;
    }
    .main-about{
        width: 100vw;
        max-width: unset ;
        height: auto;
        min-height: 1900px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .main-about img{
        width: 100%;
        max-width: unset;
    }
    .back-wrapper{
        height: 90%;
        top: 6rem;
    }
    .overlay{
        width: 100%;
        top: 1em;
    }
    .about-content{
        width: 90%;
        margin: 0 auto;
    }
    .about-content h2,
    .about-content p{
        width: 100%;
        margin-left: 0;
    }
    .about-content blockquote{
        width: 100%;
        margin: 0 auto;
    }
    .about-content .about-section{
        margin: 80px auto;
    }
    .about-content .about-section .features{
        margin: 0 auto;
    }
    .footer{
        width: 100% !important;
        min-width: unset!important;
        text-align: center;
        top: 2050px;
        margin: 0;
        padding: 0;
    }
    .footer img{
        width: 100%;
        min-width: none !important;
    }
}


@media(max-width:380px){
    *{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html,
    body,
    #wrapper,
    .nav-wrapper,
    .main-about,
    footer,
    .footer{
        width: 100% !important;
        max-width: unset !important;
    }
    
    .container .nav-left h1{
        font-size: 40px;
    }
    .container .nav-right{
        width: 100px;
        position: relative;
        left: 150px;
        z-index: 9999;
    }
    .hamburger-menu{
        width: 30px;
    }
    .clear{
        clear: both;
    }
     #nav-right-items {
        display: none;
        position: absolute;
        left: 150px; 
        top: 35px;
    }
    .container, 
    .nav-wrapper{
        overflow: visible;
    }
    .hamburger-menu{
        right: 2rem;
    }
    .main-about{
        width: 100% !important;    
        max-width: unset !important;
        height: auto;
        min-height: 2500px;
    }
    .main-about,
    .main-about img{
        width: 100% !important;
        max-width: unset !important;
        height: auto;
        min-height: 2300px;
    }
    .back-wrapper{
        height: 95%;
        top: 2.5%;
        left: 15%;
    }
    .overlay{
        top: 1em;
    }
    .about-content{
        top: 0;
    }
    .about-section{
        top: 0 !important;
    }
    footer{
        width: 100%;
        max-width: unset;
        height: auto ;
        position: relative;
        display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
    }
    .footer{
        width: 100% !important;
        text-align: center;
        margin: 0;
        padding: 0;
        top: auto; 
        position: relative;
        margin-top: 150px;
    }
        .footer img{
        width: 100% !important;
        overflow: hidden;
    }
    .footer p {
        width: 80%;
        margin: 0;
        padding: 0;
        font-size: 14px;
        word-wrap: break-word !important;
        overflow: visible;
    }
}



@media(max-width:320px){
    *{
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }
    html,
    body,
    #wrapper,
    .nav-wrapper,
    .container{
        width: 100% !important;
        max-width: 320px !important;
    }
    .container .nav-left h1{
        width: 50%;
        font-size: 35px;
        left: 3rem;
    }
    .container .nav-right{
        width: 50%;
        position: relative;
        left: 80px;
        z-index: 9999;
    }
    .hamburger-menu{
        width: 30px;
        left: 250px;
    }
    .clear{
        clear: both;
    }
    #nav-right-items {
        display: none;
        position: absolute;
        left: 50px !important; 
        top: 25px;
    }
    .container, 
    .nav-wrapper{
        overflow: visible;
    }
    #nav-right-items.show {
        display: flex !important;
    }
    .main-about{
        width: 100% !important;
        max-width: 320px !important;
        height: auto;
        min-height:   1750px;
    }
    .main-about img{
        width: 100% !important;
        max-width: 320px !important;
        height: auto;
        min-height: 1900px;
    }
    .back-wrapper{
        width: 100%;
        max-width: 320px !important;
        height: 1750px;
        top: 4%;
        left: 0;
    }
    .about-content{
        height: 90%;
    }
    footer {
        width: 100%;
        max-width: 380px;
        min-height: 100px;
        text-align: center;
        margin: 0;
        padding:0; 
        position: relative; 
        display: flex;
        flex-direction: column; 
        align-items: center; 
        justify-content: center; 
        top: 150px; 
    }
    .footer img {
        width: 100% !important;
        max-width: 320px !important;
        height: auto;
    }
    .footer p {
        box-sizing: border-box;
        width: 90%; 
        max-width: 250px;   
        min-height: auto; 
        font-size: 18px !important;
        word-wrap: break-word;
        text-align: left !important;
        /* margin-left: -2rem !important; */
        overflow-wrap: break-word; 
        overflow: visible;
    }

}