@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&family=Open+Sans:wght@300&display=swap');

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

 body {
     /* background-color: #97a97c;  */
    background-color: #9bac88; 
    /* background-color:#b5c99a; */
  

 }
 .headimg-container{
    perspective: 1000px; 
}
 .header-section{
    display: flex;
    flex-direction: row;
   align-items: center;
   justify-content:center;
   position: relative;   
 }

 .header-image {
   
     display: flex;
    flex-direction: row;
   align-items: center;
   justify-content:flex-start;
    position: relative;  
 }
 .head-flexitem #himg3, #himg2{
      position: relative;  

     /* width: 90%; */
    height: 200px; 
    /* align-items: stretch; */
 }

 .head-flexitem #himg2{
    border-top-left-radius: 10px;
 border-bottom-left-radius: 10px;
 }

 .head-flexitem #himg3{
    border-top-right-radius: 10px;
 border-bottom-right-radius: 10px;
 }

 .headimg-container img:hover {
    

    transform: translateZ(10px);
 }
.head-title #h1heading{
    /* z-index: 3; */
    width: max-content;
    font-size: 55px;
    font-stretch:extra-expanded ;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-style: italic;
     position: absolute;  
    color: aliceblue;
    /* transform: translate(-1100px,-80px); */
    transform: translate(-190%,-150%);
    
   
}


@media only screen and (min-width: 360px) and (max-width: 767px){ 
    .head-flexitem #himg3{
        display: none;
    }
    .head-flexitem #himg2{
        width: 100%;
        height: 90%;
    }
}






/* .headimg-container{
    perspective: 1000px; 
}
 

 .headimg-container img {
     display: block;
     width:100%;
     height: auto;
     border-radius: 5%;
     cursor: pointer;

     transition: transform .75s;
 }

 .headimg-container img:hover {
    

    transform: translateZ(10px);
 }

 .head-flexitem{

    padding: 10px;
    
 }

 .head-flexitem h1{

    color:aliceblue;
    font-family: Great+Vibes ;
    font-style: italic;
    font-weight: 600;
    font-size: 45px ;
    text-align: center;
   
   
 } */









 /* This code for medium screen
@media screen and (min-width:810px) {
    .header-section {
        display:flex;
        flex-wrap: wrap;
        flex-flow: row;
        justify-content: space-between;
        align-content: center;
    }
     .head-flexitem {
        flex-basis: 60%;
    } 
    .head-flexitem h1{

        margin-top: 90px;
        font-size: 35px ;
    }
   
    /* #himg2 {
        opacity: 0;
    }
     
} */

/* @media screen and (min-width: 1120px) {

    .head-flexitem {
        flex-basis: 32%;
    } 

    .head-flexitem h1{
        font-size: 45px ;
        margin-top: 150px;
    }
    /* #himg2 {
        opacity: 1;
    } 
} */


/* -------------------------------------------------------- */
/* Navbar Section*/
/* -------------------------------------------------------- */
/* .navbarSection{

    padding: 10px;
    margin-top: 3px;
    background-color: #babfb2;
    align-items: center;
    perspective: 1000px; 
   
}
.navbarul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display:flex;
    flex-wrap: wrap;
    flex-flow: row;
    justify-content: space-around;
    align-content: center;
    cursor: pointer;

     transition: transform .75s;

    
}
 li {
    /* display: inline; 
    background-color:#9a9e97;
    padding: 15px;
    border-radius: 5px;
    

  }

  a {
      text-decoration: none;
      color: #252b1c;
    /* display: block; 
    align-content: center;
    padding: 8px;
    background-color: #dddddd;
  } 

  .navbarul li a :hover {
    transform: translateZ(10px);

  } */


  .navbar {
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #414935;
    color: white;
  }
  
  .brand-title {
    font-size: 1.5rem;
    margin: .5rem;
  }
  
  .navbar-links {
    height: 100%;
  }
  
  .navbar-links ul {
    display: flex;
    margin: 0;
    padding: 0;
  }
  
  .navbar-links li {
    list-style: none;
  }
  
  .navbar-links li a {
    display: block;
    text-decoration: none;
    color: white;
    padding: 1rem;
  }
  
  .navbar-links li:hover {
    background-color: #555;
  }
  
  .toggle-button {
    position: absolute;
    top: .75rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
  }
  
  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
  }
  
  @media only screen and (min-width: 360px) and (max-width: 767px){ 
    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }
  
    .toggle-button {
        display: flex;
    }
  
    .navbar-links {
        display: none;
        width: 100%;
    }
  
    .navbar-links ul {
        width: 100%;
        flex-direction: column;
    }
  
    .navbar-links ul li {
        text-align: center;
    }
  
    .navbar-links ul li a {
        padding: .5rem 1rem;
    }
  
    .navbar-links.active {
        display: flex;
    }
  }







/* -------------------------------------------------------- */
/* End Navbar Section */
/* -------------------------------------------------------- */




/* -------------------------------------------------------- */
/* Content container */
/* -------------------------------------------------------- */


.content-container{

    background-color:#d4c7b0;
}

.about-container{
    width: 100%;
    margin-top: 5px;
    text-align: left;
    padding: 30px;
    font-size: 20px;

}

.about-container h2{
    color: #4e5a3b;
    
}
.about-container p {
    margin-top: 10px;
}


.login-container {
    /* margin-top: 60px;
    margin-bottom: 40px;
    margin-left: 100px; */
    margin: 0 auto;
    background-color: #babfb2;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    width: 400px;
    align-items: center;
 }
 .form-control {
     margin-top: 10px;
     margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px;
    position: relative;
  }
  .form-control label {
    color: #777;
    display: block;
    margin-bottom: 5px;
    padding: 10px;
    font-size: 20px;
  }
  
  .form-control input {
    border: 2px solid  #4e5a3b;
    background-color:  #babfb2;;
    border-radius: 4px;

    display: block;
    width: 80%;
    padding: 10px;
    font-size: 14px;
  }
  .form-control button{
      height: 30px;
      width: 20%;
      margin-left: 200px;
      border-radius: 10px;
      background-color: #4e5a3b;
      font-size: 20px;
      color:aliceblue;
      
  }

 @media only screen and (min-width: 360px) and (max-width: 767px){ 
    .content-container {
        display:flex;
        flex-wrap: wrap;
        flex-flow: column;
        justify-content: space-between;
        align-content: center;
        padding: 20px;
    }
      .content-flexitem {
		  height:80px;
        flex-basis: 50%;
    } 
    .login-container {
		margin:0;
        flex-basis: 30%;
		width:70%%
    }
	 
	 .form-control input {
	 
	  width:50%;
	 }
    /*.head-flexitem h1{

        margin-top: 90px;
        font-size: 35px ;
    } */
   
    /* #himg2 {
        opacity: 0;
    }
     */
}


  /* -------------------------------------------------------- */
/* END Content container */
/* -------------------------------------------------------- */