*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
/* .header{
    width: 100%;
    background-color: white;
} */
.main{
    position: relative;
    top: 100px;
    /* height: ; */
}
nav{
    background-color: #FDFEFF;
}
.no{
    background-color: #F26E23;
    
    border-radius: 10px;
    padding: 10px 25px;
    /* margin-left: 20px;
    margin-right: 4px;
    margin-top: 2px;
    margin-bottom: 4px;
    width: 104px;
    height: 40.41px; */
    border: none;
    
    }
    .nav-link{
        position: relative;
    }
    
    .nav-link::after{
        content: '';
        opacity: 0;
        transition: all 0.2s;
        height: 2px;
        width: 100%;
        background-color: #0C6813;
        color: black;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .nav-link:hover::after{
        opacity: 1;
    }
    .contact{
    text-decoration: none;
    color:white;
    font-size: 14px;
    
    }
    .logo1{
        height: 79px;
        width: 96px;
    }
   
nav{
    background-color: #FDFEFF;
    height: 79px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
   
.logo,.logo1{
    border: none;
}
.navbar .container-fluid{
    background-color: white;
}  
.navbar-nav{
    /* position: relative;
    left: 80px; */
    /* margin-left: 80px; */
   
    text-align: center;
    }
    .navbar-collapse {
        /* position: relative;
        left: 50px; */
        /* flex-basis: 100%; */
    flex-basis: 100%;
    flex-grow: 1;
    /* right: 50px; */
    align-items: center;
    }
    li{

        border-radius: 10px;
        margin-right: 20px;
        display: inline-block;
        
        }
        .nav-link{
            color: #121313;
        }
#heading{
    font-size: 52px;
    text-align: center;
    color: #51595B;
    /* font-family: 'Lato'; */
}
.detail{
    display: flex;
    gap: 15px;
}
.address{
    display: block;
}
.alldet{
    display: flex;
    width: 95%;
    margin-left: 40px;
    /* justify-content: center;
    align-items: center; */

}
.form{
    /* position: absolute; */
    width:332px;
    height:364px;
    border:3px solid #0E7E20;
    background: rgba(255,255,255,0.6);
    /* background-color: #FDFEFF;
    opacity: 0.50; */
}
.formall{
    display: flex;
    transform: translate(57%,8%);
}
.img{
    display: flex;
}
#con{
    margin-top: 80px;
   
    height: auto;
   
}


#visiting {
    display: flex;
    /* flex-wrap: wrap;  */
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
    width: 95%;
}

#visiting img {
    max-width: 100%; /* Make sure images don't exceed their container */
    height: auto; /* Maintain aspect ratio */
}
/* #visiting{
    display: flex;
    gap:60px;
    margin-top: 50px;
    width: 95%;
  
} */
input{
    width:184px;
    height: 36px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #696969;
}
::placeholder {
    font-family: 'Lato'; 
    color: #969798; 
    font-weight: bold;
    font-size: 15px;
}
button{
    padding: 15px 35px;
    background-color:#0E7E20;
    color:white;
    border: none;
    border-radius: 30px !important;

}
/* .line{
    justify-content: center;
    align-items: center;
    text-align: center;
} */

.footer{
    height: 473px;
    width: 100%;
    background-color:#1C1C1C;
}
.para{
    font-size: 15px;
    color:#EEEEEE;
    line-height: 25px;
}
#foots{
    display: flex;
    justify-content: space-around;
    /* margin-bottom: 100px; */
    position: relative;
    top: 50px;
}
footer{
    margin-top: 80px;
}

button{
    background-color: #0C6813;
    padding: 12px 30px;
    border-radius: 15px !important;
    color:#FFFFFF;
    font-size: 18px;
    font-family: 'Lato';
    border: none;

}
.icons{
    display: flex;
  gap: 20px;
}
.black{
    background-color:#000000;
    height: 61px;
    position: relative;
    top: 75px;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
}
.number{
    display: flex;
    color: #EEEEEE;
}
.line{
    color:3px solid #B6B6B6; width: 474px;
}
.map-container {
    position: relative;
    /* padding-bottom: 56.25%; */
    height: 530px;
    overflow: hidden;
}


.map-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 530px;
}

@media (max-width: 768px) {
    .icons{
        justify-content: center;
      }
    #heading {
        font-size: 36px;
        text-align: center !important; /* Adjust font size for smaller screens */
    }
    .line{
        width: 100px;
    }
    .alldet {
       width: 20%;
    }
    /* .img{
        width: 20%;
    } */
}

@media only screen and (min-width: 729px) and (max-width: 1490px) {
    #visiting {
        flex-direction: row;
        width: 47%;
    }
}

@media only screen and (min-width: 994px) and (max-width: 1490px) {
    .alldet {
        flex-direction: row;
        
        width: 95%;
        justify-content: center;
        align-items: center;
    }
 

    .formall {
        flex-direction: row;
        transform: none;
        transform: translate(57%,8%);
    }


    .form{
      
        width:250px;
        height:364px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }

   
    .img{
        flex-direction: row;
        /* margin-left: -188px; */
        /* gap:40px; */
    }
    /* .div1{
        height: 300px;
        width: 400px;
    } */
}
@media only screen and (min-width: 1550px){
    .alldet {
        flex-direction: row;
        
        width: 100%;
        justify-content: center;
        align-items: center;
    }
}
@media only screen and (min-width: 700px) and (max-width: 800px) {
    .alldet {
        flex-direction: row;
        
        width: 95%;
        justify-content: center;
        align-items: center;
    }
 

    .formall {
        flex-direction: row;
        transform: none;
        transform: translate(57%,8%);
    }


    .form{
      
        width:250px;
        height:364px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }

  
    .img{
        flex-direction: row;
        margin-left: -188px;
        /* gap:40px; */
    }
    .div1{
        height: 300px;
        width: 316px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1374px) {
    .alldet {
        flex-direction: row;
        
        width: 95%;
        justify-content: center;
        align-items: center;
    }
 

    .formall {
        flex-direction: row;
        transform: none;
        transform: translate(57%,8%);
    }


    .form{
      
        width:250px;
        height:364px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }

  
    .img{
        flex-direction: row;
        margin-left: -188px;
        /* gap:40px; */
    }
    .div1{
        height: 300px;
        width: 400px;
    }
}


@media only screen and (min-width: 384px) and (max-width: 700px) {
    .alldet {
        flex-direction: column;
        gap:40px;
        width: 95%;
        align-items: center;
    }
 

    .formall {
        flex-direction: column;
        transform: none;
    }


    .form{
     
        width:332px;
        height:364px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }

   

    .img{
        flex-direction: column;
        gap:40px;
    }
    .div1{
        height: 300px;
        width: 332px;
    }
}

@media only screen and (min-width:330px) and (max-width: 384px) {
    .alldet {
        flex-direction: column;
        width: 100%;
     gap:40px;
     margin-left: 10px;
    }


    .formall {
        flex-direction: column;
        transform: none;

    }


    .form{
     
        width:290px;
        height:332px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }

  
    .img{
        flex-direction: column;
        margin-left: 1px;
        gap:40px;
    }
    .div1{
        height: 270px;
        width: 290px;
    }
}
@media only screen and (min-width:1550px){
    #visiting{
        display: flex;
        gap:60px;
        margin-top: 50px;
        width: 95%;
      justify-content: center;
      align-items: center;
    }
}
@media only screen and (max-width:330px){
    .alldet {
        flex-direction: column;
     width: 100%;
     gap:40px;
     margin-left: 10px;
    }


    .formall {
        flex-direction: column;
        transform: none;

    }


    .form{
     
        width:250px;
        height:332px;
        border:3px solid #0E7E20;
        background: rgba(255,255,255,0.6);
      
    }
.address{
    margin-left: -10px;
}
    
    .img{
        flex-direction: column;
        margin-left: 1px;
        gap:40px;
        margin-left: -10px;
    }
    .div1{
        height: 250px;
        width: 270px;
    }

}

@media (max-width: 768px) {
    #visiting {
        gap: 15px;
        display: block;
    }
}


@media (max-width: 576px) {
    #visiting {
        gap: 10px;
    }
}
@media only screen and (max-width: 992px) {
    .logo1{
       
            height: 79px;
            width: 96px;
        
        margin-top: -17px;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1030px) {
    .black {
        /* flex-direction: column; */
        align-items: center;
        padding: 10px;
        /* text-align: center; */
        position: relative;
        top: 10px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
    .black {
        flex-direction: flex;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}

@media only screen and (max-width: 699px) {
 .black {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .footer {
        height: auto;
    }
    #foots {
        flex-direction: column;
        align-items: center;
    }
   
}

/* Adjustments for even smaller screens */
@media only screen and (max-width: 480px) {
    .para {
        font-size: 14px;
        line-height: 20px;
    }
    .black{
    position: relative;
    top: 60px;
    height: 60%;
    }
    .foot1 {
        text-align: center;
    }
}


@media only screen and (min-width: 769px) and (max-width: 1030px) {
    .black {
        /* flex-direction: column; */
        align-items: center;
        padding: 10px;
        /* text-align: center; */
        position: relative;
        top: 10px;
    }
}
@media only screen and (min-width: 700px) and (max-width: 768px) {
    .black {
        flex-direction: flex;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}

@media only screen and (max-width: 699px) {
 .black {
        flex-direction: column;
        align-items: center;
        padding: 10px;
        text-align: center;
        position: relative;
        top: 60px;
    }
}
@media only screen and (max-width: 768px) {
    .footer {
        height: auto;
    }
    #foots {
        flex-direction: column;
        align-items: center;
    }
   
}

/* Adjustments for even smaller screens */
@media only screen and (max-width: 480px) {
    .para {
        font-size: 14px;
        line-height: 20px;
    }
    .black{
    position: relative;
    top: 60px;
    height: 60%;
    }
    .foot1 {
        text-align: center;
    }
}