*{
    margin: 0;
    padding: 0;
    font-family: Roboto, Arial;
    scroll-behavior: smooth;
}


.main{
    width: 100%;
    min-height: 97Vh;
    background: linear-gradient(rgba(0,0,0,0.6), rgba(0,0,0,0.6)), url(Images/bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.nav{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0;
    justify-content: space-between;
    position: fixed;
    top: 0;
    backdrop-filter: blur(5px);
    background-color: rgb(134, 62, 28);
}

.logo{
    width: 39%;
    align-items: center;
    display: flex;
    
}

.logo img{
    width: 38px;
    padding-left: 120px;
}

.logo p{
    display: inline-block;
    padding-left: 3%;
    font-size: 100%;
    color: white;
}
.logo span{
    color: #d66e0d;
}

.nav ul{
    list-style: none;
    color: white;
    width: 57%;
    margin: auto;
    padding-left: 200px;
}

.nav ul li {
    display: inline-block;
    padding: 8px 16px;
    font-size: 100%;
    
}

.nav ul li a{
    text-decoration: none;
    color: white;
}

.nav .button1{
    text-decoration: none;
    background-color: #d66e0d00;
    color: white;
    border-radius: 17px;
    white-space: nowrap;
    font-size: 15px;
    padding: 12px 18px;
}

.info{
    padding-top: 18%;
    margin-left: 7%;
}

.info h1{
    color: white;
    font-size: 250%;
    margin-bottom: 0.5%;
}

.info h2{
    color: rgb(170, 168, 168);
    line-height: px;
}

.info .button2{
    text-decoration: none;
    background-color: #d66e0d;
    color: white;
    padding: 12px 18px;
    border-radius: 17px;
    display: inline-block;
    margin-top: 30px;
}

.button1:hover{
    background-color: #d66e0d;
}
.button2:hover{
    opacity: 0.8;
}
.button1:active{
    opacity: 0.5;
}
.button2:active{
    opacity: 0.5;
}


.nav ul a:hover{
    color: #d66e0d;
    
}
.nav ul a:active{
    color: #d66e0d;
    opacity: 0.7;
}

.info .request{
        color: white;
        text-align: center;
        margin-top: 60px;
    }

    .info .button3{
        display: inline-block;
        margin-top: 10px;
        text-decoration: none;
        color: white;
        padding: 11px 14px;
        background-color: black;
        border-radius: 15px;
    }

    .message{
        display: grid;
        place-items: center;
    }

    .about{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 80px;
    }

    .about-question{
        text-align: center;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 20px;
    }

    .about-info{
        color: black;
        font-size: 17px;
        line-height: 30px;
    }

    .services{
        width: 86%;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
    }

    .services .services-hd{
        text-align: center;
        margin-bottom: 12px;
        font-weight: bold;
        font-size: 20px;
    }

    .services .services-info{
        color: black;
        font-size: 17px;
        line-height: 30px;
        padding-bottom: 30px;
    }

    .footer{
        height: max-content;
        background-color: rgb(134, 62, 28);
        width: 100%;
    }

    .footer-h3{
        color: white;
        text-align: center;
        padding-top: 17px;
    }
    .footer span{
        color: red;
    }

    .footer-li{
        list-style: none;
        padding: 14px 0;
        
    }

    .footer-li li{
        text-align: center;
        padding: 19px;
    }

    .footer-li li a{
        text-decoration: none;
        color: white;
        text-align: center;
    }

    .footer-li li a:hover{
        color: #d66e0d;
    }

    .footer-p{
        color: white;
        text-align: center;
        padding-top: 17px
    }

    .footer-copy{
        text-align: center;
        font-size: 17px;
        padding-bottom: 10px;
    }

    .hamburger{
        margin-top: 0;
        padding: 0 3px;
        border: none;
        font-size: 20px;
    }

    .dropdown{
        background-color: rgba(255, 255, 255, 0.1);
        width: 150px;
        backdrop-filter: blur(15px);
    }



    .button-button1{
        border-radius: 17px;
        padding: 12px 18px;
        width: 150px;
        justify-content: center;
        margin-right: 100px;
        border-width: 2px;
        border-color: white;
        border-style: solid;
        background-color: #d66e0d00;
        cursor: pointer;
        
    }

    .button-button1:hover{
        background-color: #d66e0d;
    }

    #menu-toggle{
        display: none;
    }

    .cancel{
        display: none;
    }

    .img-div{
        width: 86%;
        justify-content: space-between;
        margin: auto;
        display: flex;
        padding-top: 40px;
        
    }

    .img-div .image1, .image2, .image3{
        width: 33%;

    }

    .img-div .image1{
        height: 300px;
    }
    

    @media screen and (min-width: 900px) {
        .info .request{
            display: none;
        }

        .info .button3{
            display: none
        }

        .hamburger{
            display: none;
        }

        .dropdown{
            display: none;
        }

        
    }


@media (min-width: 500px) and (max-width: 1024px){
    .nav .button1{
        display: none;
    }

    .button-button1{
        display: none;
    }

    .hamburger{
        display: none;
    }

    .dropdown{
        display: none;
    }

    .nav{
        justify-content: space-between;
        width: 100%;
    }

    .img-div{
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .img-div .image1, .image2, .image3{
        width: 86%;
        padding-bottom: 10px;
        margin: auto;
    }

}




@media screen and (max-width: 480px){
    .button1{
        display: none;
    }

    .nav{
        justify-content: space-between;
        margin: 0;
    }

    .nav ul li{
        font-size: 12px;
        padding: 10px 9px;

    }

    .nav ul{
        margin-left: 17px;
        margin-right: 7px;
    }

    .info h1{
        font-size: 35px;
        margin-bottom: 8px;
    }
    .info{
        padding-top: 200px;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }
    .info h2{
        font-size:17px;
        padding-left: 5px;
        padding-right: 5px;
    }
    .info h2 br{
        display: none;
    }

    .nav .logo{
        margin-left: 35px;
    }

    .logo img{
        padding-left: 3px;
    }

    .nav ul{
        padding-left: 8px;
    }

    .info .button2{
        margin-top: 12px;
    }

    .info .request{
        color: white;
        text-align: center;
        margin-top: 60px;
    }

    .info .button3{
        display: inline-block;
    
        margin-top: 10px;
        text-decoration: none;
        color: white;
        padding: 11px 14px;
        background-color: black;
        border-radius: 15px;
    }

    .info .button3:active{
        opacity: 0.7;
    }

    .message{
        display: grid;
        place-items: center;
    }
    
    .nav ul{
        display: none;
    }

    .hamburger{
        margin-right: 30px;
        color:white;
        cursor: pointer;
    }

    .dropdown{
        position: absolute;
        left: 55%;
        top: 60px;
        z-index: 5;
        background-color: rgba(37, 36, 36, 0.9);
        border-radius: 10px;
        backdrop-filter: blur(5px);
        max-width: 100%;
    }

    .dropdown li{
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
        display: none;
    }

    .dropdown li a{
        color: white;
        text-decoration: none;
        display: block;
        text-align: center;

    }

    .button-button1{
        display: none;
    }

    #menu-toggle{
        display: none;
    }
    
    #menu-toggle:checked ~ .dropdown li{
        display: block;
        

    }

    #menu-toggle:checked ~ .hamburger{
        display: none;
    }

    .cancel{
        font-size: 40px;
        color: red;
        cursor: pointer;
        display: none;
        margin-right: 30px;
    }

    
    #menu-toggle:checked ~ .cancel{
        display: block;
    }

    .dropdown li a:hover{
        color: #d66e0d;
    }

    .img-div{
        width: 100%;
        display: flex;
        flex-direction: column;
        margin: auto;
        
    }

    .img-div .image1, .image2, .image3{
        width: 100%;
        padding-bottom: 10px;
    }

    .footer-copy{
        padding: 0 15px;
    }

    .footer-p{
        padding: 0 15px;
        padding-top: 10px;
    }
}

