*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
  }
.header {
    width: 100%;
    height: 10vh;
    backdrop-filter: blur(50%);
    position: fixed;
    font-family: "Solitreo", cursive;
    font-weight: 800;
    top: 10px;
    left: 0px;
    /* padding: 1.3rem 10%; */
    display : flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10;
    /* background-color: rgba(125, 141, 125, 0.222); */
  }
  #logo {
    width: 150px;
    height: 150px;
  }
  .icons
{
    font-size: 2.8rem;
    color: rgba(60, 102, 77, 0.795);
    position: absolute;
    right: 10%;
    cursor: pointer;
    display: none;   
}
#check
{
    display: none;
}
.navbar{
  display: flex;
}
  .navbar1{

    font-size: 1rem;
    font-weight: 700;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: 500;
    margin-left: 1rem;
    margin-right: 30px;
    transition: ease-in-out;
    margin-bottom: 10px;
  }
  .navbar :hover {
    border-radius: 5px;
    transition: ease-in-out;
    background-color: rgba(16, 61, 28, 0.582);
    padding: 10px;
  }

  #section-head1 {
    text-align: center;
    width: 100%;
    height: 10vh;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: "Single Day", cursive;
    padding-top: 30px;
  }
  
  .mainHead1 {
    font-size: 30px;

  }
  #home {
    display: grid;
    justify-content: space-between;
    /* background-color: aquamarine; */
    width: 100%;
  height: 100vh;
    /*background-size: cover;
    background-position: center;*/
    margin-left: 0px;
    padding: 10px;
    margin-bottom: 50px;
    align-items: center;
    
  }
.homediv1
{
  display: flex;
  width: 100%;
  /* flex-wrap: wrap; */
  justify-content: space-around;
  margin-top: 10px;

}
.homediv2
{
  margin-top: 10px;
  display: flex;
  width: 100%;
  /* flex-wrap: wrap; */
  justify-content: space-around;
}
  .homeimages {
    display: grid;
    /* position: relative; */
    /* width: 100%;
    justify-content: center;
    align-items: center;
    height: 70vh; */
    padding-top: 0px;
    /* margin: 0px ; */
    /*  background-color:red;*/
    /* border-radius: 0px; */
    /* border: 1px solid; */
    width: 50%;
    height: 60vh;
    margin: 0px 80px 20px 70px;
    border-radius: 30px;
    align-items: center;
    justify-content: space-around;
    box-shadow: 10px 10px 10px 0px rgb(52, 49, 49);
  }
  .images
  {
    width: 100%;
    height: 30vh;
    border-radius: 30px 10px 30px 10px;
    /* height: auto; */
  }
  .homehead
  {
    font-family: "Solitreo", cursive;
    text-align: center;
    
  }
  .homepara
  {
    font-family: "Solitreo", cursive; 
    padding: 0px 10px;
    /* font-size: 1.5vw; */
    text-align: justify;
  }
  #download
{
  text-decoration: none;
  background-color: rgba(212, 202, 60, 0.793);
  color: rgb(0, 0, 0);
  font-weight: 600;
  padding: 10px;
  width: 150px;
  border-radius: 50px;
  margin-top: 10px;
  margin-left: 200px;
  margin-bottom: 50px;
  margin-right: 40px;
  display: inline-block;
}
.div6head
{
  font-family: "Solitreo", cursive;

}
.copyright
{
  background-color: black;
  text-align: center;
  justify-content: center;

}
#copyrightcontent
{
  font-weight: 600;
  text-align: center;
  font-family: "Courgette", cursive;
  color: white; 
  height: 5vh;
  justify-content: center;
}
.up-arrow
{
  float: right;
  margin: -35px 30px 0px 0px;  
  font-size: 30px;
}
.material-symbols-outlined
{
  font-size: 35px;
  color: white;
}



@media only screen and (max-width: 768px) {
    #indeximg
    {
      width: 100%;
      height: 100vh;
      display: flex;
      justify-content: center;
      
    }
    .icons{
      display: flex;
  
  }
  #check:checked~.icons #menu-icon
  {
      display: none;
  }
  .icons #close-icon
  {
      display: none;
  }
  #check:checked~.icons #close-icon
  {
      display: block;
  }
    .navbar {
      /* display: none;
      flex-direction: column;
      align-items: center;
      font-size: 3vw; */
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background-color: rgba(181, 199, 184, 0.504);
      height: auto;
      display: none;
    }
    .navbar a {
      display: block;
      font-size: 1.1rem;
      margin: 1.5rem 0;
      text-align: center;
  
  }
  #check:checked~.navbar{
      display: block;
      height: auto;
  }
  }
  @media screen and (max-width: 768px) {
    .home
    {
      display: grid;
      width: 90%;
    }
    .homeimages {
      width: 35%; /* Adjust width for smaller screens */
      margin: 0px 20px 20px 0px;
      justify-content: space-between;
      position: relative;
    }
    .images{
      width: 100%;
      /* position: absolute; */
    }
    .homehead{
      /* position: absolute; */
      font-size: 1em; /* Increase font size for smaller screens */
      width: 100%;
      text-align: center;
    }
     .homepara {
      /* position: absolute; */
      font-size: 1em; /* Increase font size for smaller screens */
      width: 100%;
      text-align: justify;
    }
    .div6head{
      font-size: 0.9em;
    }
    #download
    {
      text-decoration: none;
      background-color: rgba(212, 202, 60, 0.793);
      color: rgb(0, 0, 0);
      font-weight: 600;
      /* padding: 10px; */
      width: 120px;
      border-radius: 50px;
      /* margin-top: 10px; */
      margin-left: 50px;
      /* margin-bottom: 50px; */
      /* margin-right: 0px; */
      display: inline-flex;
    }
}