@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

body{
  
    padding-left: 30px;
    padding-right: 30px;
    margin: 0;
    font-size: 1.1em;
    background-color: wheat;
   
}

.navbar {

    height: 60px;
    width: 100%;
    background: white;
    color: black;
    border-radius:6em;
   
}

.navbar-nav {
    list-style-type: none;

    padding: 0;

    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
} 
.headlink{
    text-decoration: none;
    color: black;
    line-height: 50px;
    transition: all 0.3s;
    
}
.headlink1{
   text-decoration: none;
    color: black;
    line-height: 50px;
    transition: all 0.3s; 
    

}
.headlink:hover{
    color: rgb(189, 76, 36);
}

 .firstmain{
    
         text-align:center;
        
         margin-top: 40px;
         
                     


     }
     
     .logo{
         width: 10%;
         height:auto ;
          margin-left: auto;
           margin-right: auto;
            display: block;
            border-radius: 30px;
        
     }

     .secondmain{
     line-height:26px;
     background-color:whitesmoke;
     padding-top:30px;
     padding-bottom:30px;
     padding-left:20px;
     padding-right:20px;


     }
 
     .spara{
         text-align:center;



     }

     .innersecond{
        display:flex;
     justify-content:center;
     }
     .paras{

   
   
     text-align: center;

     }


     /* images */
     .fimg{
      border-top-left-radius:5em;
      border-bottom-right-radius:5em;
         margin:25px;
             height:16em;
              width:12em;
             margin-top:50px;
          object-fit:cover;
     }
     .simg{
         height:12em;
          width:20em;
          border-radius:20px;
          object-fit:cover;
          margin-top:30px;
             margin-left:auto;
         margin-right:auto;
         display:block;

     }
     .timg{
         height:14em;
         width:60%;
           border-radius:20px;
          object-fit:cover;
          margin-left:auto;
          margin-right:auto;
          display:block;

     }
      .image4{
          height:34em;
          width:24em;
          
          margin-left:auto;
          margin-right:auto;
          display:block;
          border-radius: 20px;
      }

     /* images end */

.dropdown{
    display:none;
}
.listgroup{
            text-align:center ;
        }
         .innerdiv1{
            text-align:center;
         }
         .innerdiv2{
             text-align:center;
         }
         .div3{
             background-color: wheat;
             padding:40px;
         }
         .div4{
            background-color:whitesmoke;
            padding:40px;

         }
         .div5{
            background-color: wheat;
            padding: 40px;
         }
         .div6{
            background-color: whitesmoke;
            padding: 40px;
         }
         .paras{
             text-align: center;
         }
     .gallery{
        width: 100%;
        display: flex;
        overflow-x: scroll;
        align-items: center;

     }
     .gallery div{
        width: 80%;
        display: grid;
        grid-template-columns: auto auto auto auto;
        grid-gap: 10px;
        padding: 10px;

     }
     .gallery div img{
        width: 16em;
        height: 20em;
        
     }
     .gallery-wrap{
        display: flex;
        align-items: center;
        justify-content: center;

     }
     footer{
        color: lightgray;
        background-color: rgb(184, 107, 184);
        padding: 30px;
     }
     .contactcon{

     display: flex;
     font-style: oblique;
      font-size: 90%;
       justify-content: center;
        gap: 5%;
         border-bottom: 1px solid;
          padding-bottom: 30px;
     }
     #fcontent{
        text-align: center;
        font-size: 20px;
         color: wheat;
         border-bottom: 2px solid ;
          width: 120px;
          margin-left: auto;
           margin-right: auto;
            display: block;
     }


     .dropdown {
         float: left;
  overflow: hidden;
  display:none;

}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color:orange;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
.formfill{
    background-color:azure;
    text-align: center;
    padding: 30px;
    margin-left: 0px;
    margin-right: 0px;
}
.formfill h3{
    color:rgb(77, 184, 77);
}
.formfill span{
    color: black;
    
}
@media(max-width:1139px){

    .logo{
        width:25%;
    }

}
@media(max-width:1063px){
        .contactcon{
    display: block;
    text-align: center;
    align-items: center;
    line-height: 25px;
    }


}

     @media(max-width:929px){
      .div2{
         flex-direction:column;
      }
      .spara{
          width:60%;
          margin-left:auto;
          margin-right:auto;
          display:block;
      }

      .simg{
          margin-right:auto;
          margin-left:auto;
          display:block;
      }
      .fpara{
          margin-top:3.5em;
      }
      .timg{
          width:65%;
      }

     }

     @media(max-width:920px){
        .div6{
            padding-left: 0;
            padding-right: 0;
        }
        body{
            margin-left: -30px;
            margin-right: -30px;
        }
        .secondmain{
            line-height: normal;
        }
        .logo{
            width:30%;
        }

     }
     @media(max-width:810px){
.gallery{
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    height:400px;
    width:60%;


}


     .logo{
         width:33%;
     }
     }

     @media(max-width:725px){
         .fimg{
             margin-top:4em;
         }
         .paras{
             width:75%;
             padding-left:15%;
             padding-right:15%;
         }


     }
     @media(max-width:722px){
     .para1div{
         width:60%;
         padding-left:10%;
         padding-right:10%;
         margin-left:auto;
         margin-right:auto;
         display:block;
     }
     .innersecond{
         display:block;
     }
     .fimg{
        margin-left:auto;
         margin-right:auto;
         display:block;
     }

     }

     @media(max-width:690px){

        .innersecond{
 display:block;
         text-align:center;
      }
      .fimg{
          margin-right:auto;
          margin-left:auto;
          display:block;
      }

    }
    @media(max-width:600px){
            .headlink{
                display:none;

            }
            .dropdown{
                display:block;
            }
       .navbar{
        justify-content:center;
       }
      .dropdown{
          margin-left:7em;
      }
        .headlink1{
              margin-left:4em;
        }
        .logo{
            width:40%;
        }
        .image4{
            width: 100%;
        }
        .simg{
            width: 100%;
        }
       

    }
    .height{
        display:none;
    }

  