@import url(/css/index.css);

.navbar ul li a{
    color: #000;
}
.navbar{
    background-color: #fff;
    /* height: 100px; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.navbar.sticky{
    padding: 5px 100px;
    background-color: #fff;
}
.navbar.sticky ul li a{
    color: #000;
}
.navbar.sticky ul li:hover a{
    color: var(--primary-color);
}

.navbar.sticky select{
    color: #000;
}
.menu{
    display: flex;
   
}
.menu li{
    position: relative
}
.menu {
    position: relative;
}
.menu li a{
    margin: 0 0.9rem;
    font-weight: var(--font-weight);
    font-family: var(--primary-font);
    color: var(--secondary-color);
    letter-spacing: 2px;
    transition: 0.6s;
    cursor: pointer;
}
.menu li:last-child a{
    color: var(--primary-color);
}
.menu li:first-child a{
    color: #000;
}
.menu li:hover a{
    transition: all 0.5s;
    color: var(--primary-color);
}
.contact-hero img{
    height: 80vh;
    
    position: relative;
    object-fit: cover;
    opacity: 0.7;
    
}
.contact-hero{
    position: relative;
}
.main-text{
    position: absolute;
    top: 50%;
    padding: 70px;
    font-size: 3rem;
    color: #4E9F3D;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    
}

/* main-contact */
.contact{
    padding: 100px 80px;
    display: grid;
    grid-template-columns: repeat(2,50%);

}
.contact h2{
    font-size: 3.3rem;
    font-family: var(--primary-font);
    letter-spacing: 1px;
}

/* contact form */
.form{
    /* border: 1px solid #000; */
    /* transform: translate(0%,-30%); */
    padding: 30px;
    background-color: #4E9F3D;
}
.call{
    margin-bottom: 2rem;
}

.call h3{
    font-family: var(--primary-font);
    font-weight: bold;
    font-size: 3rem;

}
.call a{
    text-decoration: none;
    color: #000;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: var(--primary-font);
}
.form-heading h3{
    font-size: 1.5rem;
    font-family: var(--primary-font);
    font-weight: bold;
    letter-spacing: 1px;
    
}
.form-heading p{
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 1.1rem;
}
/* form */
input{
    display: block;
    padding: 5px;
    width: 100%;

}
#form{
    margin: 30px 0;
  

}
#form label{
    font-family: var(--primary-font);
}
#form input{
    margin: 15px 0;
    outline: none;
}
#form input[placeholder]{
font-family: var(--primary-font);
font-size: 1rem;
}

#form textarea{
    display: block;
  width: 100%;
  overflow-x: hidden;
  outline: none;
  margin: 15px 0;
  padding: 5px;
}
#form #submit{
    width: 30%;
    padding: 5px;
    font-size: 1.2rem;
    border: none;
    border: #4E9F3D;
    background-color:whitesmoke;
    font-family: var(--primary-font);
    letter-spacing: 1px;
    cursor: pointer;
}
/* address */
.address{
    padding:  0 70px;
    margin-bottom: 50px;
}
.address h2{
    font-size: 3rem;
    font-family: var(--primary-font);
  margin-bottom: 5px;

}

.office-address{

    margin: 6rem 0;
}
.office-address h3{
    font-size: 2rem;
    color: #4E9F3D;
    font-family: var(--primary-font);
}
.office-address address{
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 1px;

    line-height: 1.5;
    margin: 10px 0;
}
/* offiice -contact */
.office-contact{
    margin-top: 10px;
}
.office-contact h3 a{
    text-decoration: none;

    
  
}
.mail a{
    color: #4E9F3D;
    font-size: 1.1rem;
    font-weight: 700;

    font-family: var(--primary-font);
    margin-left: 3px;

}
.office-contact h3{
    margin-bottom: 10px;
    color: #4E9F3D;
    font-family: var(--primary-font);
}
.office-contact a{
    color: #000;
    font-size: 1.3rem;
}
iframe{
    position: absolute;
    right: 0;
    top: 300%;
    margin: 0 20px;
    padding-right: 20px;
}



/* footer */
footer{
    margin-top: 15rem ;
    font-family: var(--primary-font);
    background-color: #353535;
    display: flex;
    padding: 20px;

    height: auto;
    align-items: baseline;
    color:var(--secondary-color) ;
    justify-content: space-around;

}
footer img{
    height: 100px;
    width: 100px !important;
}
footer .first{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
   
   
}
footer .first span{
    font-weight: bold;
   letter-spacing: 1px;
}
footer .second{
    display: flex;
    flex-direction: column;
    text-align: center;
    row-gap: 20px;
}
footer .second a{
    color: var(--secondary-color);
}
footer .second a:hover{
    color: #4E9F3D;
    transition: all 0.5s;
}
footer .fourth{
    text-align: center;
   
}
footer .fourth h2{
    margin-bottom: 20px;
}
footer .fourth a{
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin:  5px;
  
  
    border: 0.001px solid var(--secondary-color);
    padding: 3px 5px;
    border-radius: 3px;
    text-align: center;
}
footer .fourth a:hover{
    background-color: #4E9F3D;
    transition: 0.6s all;
}



@media (max-width: 800px) {
    .contact-hero {
        object-fit: cover;
       
    }
    .contact-hero .main-text{
        font-size: 1.5rem;
        margin-right: 10px;
    }
    .contact h2{
        font-size: 1.4rem;
        text-align: start;
        margin-bottom: 30px;
    }
    .contact{
        grid-template-columns: 100% ;
        
    }

    .contact .form .form-heading h3{
        font-size: 17px;
        
        
    }
    .contact .form .form-heading p{
        font-size: 13px;
    }

    .address {
        display: flex;
        flex-direction: column;
        margin-bottom: 400px;
    }
    .address iframe{
        height: 300px;
        width: 400px;
        top: 380%;
        /* right: 5%; */
      
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
        height: 150px;
    }
    .navbar .main-logo{
        height: 90px;
        width: 90px;
        margin-bottom: 20px !important;

    }

    .toggle-button {
        display: flex;
        margin-top: 45px;
    }

    .menu {
        display: none;
        width: 100% ;
        flex-direction: column;
        background-color: var(--secondary-color);
        z-index: 1000;
        padding-bottom: 20px;
    }

  
    .menu li {
        text-align: center;
    }

    .menu li a {
        padding: .5rem 1rem;
    }
    .menu li:hover {
        color: #4E9F3D;
    }

    .menu.active {
        display: flex;
    }
    footer {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 40px;
        padding-bottom: 40px;
    }
  
}