@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Montserrat',sans-serif;
}

.hero{
    
        width:100%;
        height:130vh;
        background:url("https://scontent.fhio2-1.fna.fbcdn.net/v/t1.15752-9/728606248_1010236098214891_6808522192122417092_n.jpg?_nc_cat=105&ccb=1-7&_nc_sid=fc17b8&_nc_ohc=vSSmMIYQRCgQ7kNvwGK3xYt&_nc_oc=AdpKqAqURdo0INV6xrlWHiR1X2GBM4Id_1UmOQ7zUdqytIr-H5zFQfBPYorqnGZF0Hks33-SJHzu6cUj_BGtHmQP&_nc_zt=23&_nc_ht=scontent.fhio2-1.fna&_nc_ss=7f6a8&oh=03_Q7cD5gF2_A_Y1H2SdgH2Q-QT1E8JPwd1yFeEfRxJlMyvMqHuQQ&oe=6A63C423") center no-repeat;
        background-size: cover;
        
    
 }
 .navbar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 60px;
    position:relative;
}
.nav-links{
    display:flex;
    gap:40px;
    list-style:none;
}

.nav-links a{
    text-decoration:none;
    color:#222;
}

.menu-btn{
    display:none;
    border:none;
    background:none;
    font-size:32px;
    cursor:pointer;}

/* HEADER */

header{
    position:absolute;
    width:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:30px 60px;
    z-index:10;
    
   
}

.logo img{
    width:80px;
    border-radius: 50px;
}

nav ul{
    display:flex;
    list-style:none;
    gap:45px;
    margin-left: 80%;
}

nav a{
    color:#000000;
    text-decoration:none;
    font-size:14px;
    letter-spacing:1px;
    font-weight:500;
}





/* CONTENT */

.content{
    position:absolute;
    top:70%;
    left:22%;
    transform:translateY(-55%);
    max-width:500px;
}

.content h1{
    font-size:55px;
    font-weight:500;
    color:#222;
    line-height:1.1;
}

.content h2{
    font-size:80px;
    font-weight:700;
    color:rgb(49, 29, 11);
    margin-top:10px;
    margin-right: 25%;
}

.line{
    width:60px;
    height:2px;
    background:rgb(49, 29, 11);
    margin:25px 0 35px;
}

.content p{
    font-size:18px;
    line-height:1.8;
    color:#333;
    margin-bottom:35px;
}

.btn{
    display:inline-flex;
    align-items:center;
    gap:15px;

    background:rgb(49, 29, 11);
    color:white;

    text-decoration:none;

    padding:18px 30px;
    font-size:18px;
    font-weight:500;

    transition:.3s;
}

.btn:hover{
    background:#9f7145;
}

.btn span{
    font-size:24px;
}



h2{
    display:flex ;
    justify-content: center;
    color: black;
    font-size: 40px;
    font-family:'Montserrat', sans-serif ;
    margin-top: 5%;
}
.nav-link{
    font-size: 17px;
    padding: 7px;
    font-family: 'Montserrat', sans-serif;
    text-decoration:none;
    color:#000000;
}

.service{
    display: flex;
    flex-wrap: wrap;
    
    

}

.item{
    display: flex;
    flex-direction: column;
    margin: 15px;
    position: relative;
    gap: 5px;

    
    

}
.ser{
  display: flex;
  flex-wrap: wrap;
}

.item1{
    display: flex;
    flex-direction: column;
    margin-left: 13%;
    margin-top: 5%;
    position: relative;
    gap: 5px;
    
}
.img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-left: 13%;
}

.name{
    font-size: 16px;
    font-family:'Montserrat', sans-serif ;
    margin-left: 13%;
   color: black;
   
}


/* CONTACT */

.contact-container {
    max-width: 1300px;
    margin: 0 auto;
    background: #333333;;
    padding: 15px;
    
}

.contact-header {

    text-align: center;
    margin-bottom:50px;
    
   
}

.contact-header h2 {
    font-size:40px;
    font-weight:600;
    color:#b88652;
    margin-top:10px;
    

    
}

.contact-header h3 {
    color: white;
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8%;
    
    
}

.contact-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}
form{
    flex: 2;
    
}
.text-input , select{
    width: 40%;
    width: 100%;
    padding: 16px;
    border: none;
    margin-bottom: 20px;
    font-size: 16px;
    outline: none;
}



.contact-form button:hover {
    opacity: 0.9;
}

.contact-info {
    flex: 1;
    color: #ffffff;
}

.contact-info h3 {
    color: #b88652;
    margin-bottom: 20px;
    font-size: 25px;
    margin-left: 9%;
}

.info-block {
    margin-bottom: 20px;
    margin-left: 10%;
}

.info-block strong {
    display: block;
    margin-bottom: 8px;
    font-size: 20px;
}

.info-block p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* FOOTER */

.footer{
    display: flex;
    justify-content: space-around;
    font-family:'Montserrat', sans-serif ;
    font-size: 18px;
    padding: 10px;
    

  
    
}
.text{
    color: #000000;
    font-family:'Montserrat', sans-serif ;
    font-size: 16px;
    margin: 8%;

}

.imagin {
    border-radius: 70px;
}


/* LOCATION */

.location-section{
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;

}
iframe{
    width: 100%;
    height: 80vh;
    border: none;
    display: block;
}
.map {
    display: flex;
    flex-direction: column;
    align-items: center;
    



}


/* MOBILE */


@media(max-width:800px){
    .header{
        display: flex;
        flex-direction: column;
        
    }
    .navbar{
        display:flex;
        justify-content:space-around;
        align-items:flex-start;
   
    }
    .menu-btn{
        display:block;
        margin-left: 1100%;
    }
    .logo img{
        width:60px;
        margin-left: 650%;
        
    }

    .nav-links{
        display:none;
        position:absolute;
        top:80px;
        left:40px;
        width:60%;
        background:#fff;
        flex-direction:column;
        align-items:center;
        gap:25px;
        padding:30px 0;
        box-shadow:0 10px 25px rgba(0,0,0,.15);
    }

    .nav-links.active{
        display:flex;
    }
   

    

    .hero-content{
        max-width:500px;
    }

    .hero h1{
        font-size:55px;
        line-height:1.1;
    }

    .hero h2{
        font-size:70px;
        margin-right: 36%;
    
    }

    .hero p{
        font-size:17px;
        line-height:1.8;
        max-width:500px;
    }

    .btn{
        padding:16px 35px;
        font-size:16px;
    }


    .item1 , .item{
        width: 450px;
        margin-left: 19%;
        
    }
    .name{
        font-size: 20px;
        margin-left: 2%;
    }
    
    .contact-content {
    flex-direction: row;
    }
    
    .row {
    flex-direction: column; 
    }
    
    .text-input {
    width: 100%;
    }
    
    .contact-header h2 {
    font-size: 32px;
    }
    
    .contact-container {
    padding: 30px;
    }
    
    .img{
       width: 450px;
       margin-left: 1%;
    }

}



@media (max-width: 500px) {
    .header{
        display: flex;
        flex-direction: column;
        
    }
    
   .menu-btn{
        display:block;
        margin-left: 50%;
        color: black;
    }
    .logo{
        margin-right: 10%;
    }
    .nav-links{
        display:none;
        position:absolute;
        top:80px;
        left:0;
        width:80%;
        background:#fff;
        flex-direction:column;
        align-items:center;
        gap:25px;
        padding:20px 0;
        box-shadow:0 10px 25px rgba(0,0,0,.15);
    }

    .nav-links.active{
        display:flex;
    }

    .logo img{
        width:60px;
        margin-left: 2%;
        
    }

    .hero{
    
        width:100%;
        height:100vh;
        
    }

    .content{
        
        top:60%;
        left:13%
        
        
    }


   .hero h1{
        font-size:38px;
        
    }

    .hero h2{
        font-size:48px;
    }

    .hero p{
        font-size:18px;
        line-height:1.7;
        max-width:90%;
    }

    .line{
        margin:3px ;
        
    }

    .btn{
        width:80%;
        padding:16px;
        font-size:15px;
    }




    .item1 , .item{
        width: 320px;
        margin-left: 9%;
    }

    .name{
        margin-left: 3%;
    }

    .contact-content {
        flex-direction: row;
    }

    .row {
        flex-direction: column;
    }

    .text-input {
        width: 100%;
    }

    .contact-header h2 {
        font-size: 25px;
    }

    .contact-container {
        padding: 15px;
    }

    .contact-info h3 {
        font-size: 25px;
        margin-left: 2%;
    }
    
    .info-block {
        margin-bottom: 20px;
        margin-left: 2%;
    }
    
    .info-block strong {
        font-size: 12px;
    }
    
    .info-block p {
        font-size: 12px;
        color: white;
    
    }
    .info-block a{
        color: white;
    }
    
    .img{
        width: 320px;
    }
    .footer{
        padding: 9px;
        font-size: 7px;
    }
    .imagin{
        width: 80px;
        border-radius: 50%;
    }
    .text{
        font-size: 10px;
        color: black;
    }

    img{
        width: 25px;
    }
    a{
        color: #000000;
    }
    

    
}

    
    