*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;}
   
    body{  display: flex;
        flex-direction: column;
        min-height: 100vh; /* Ensure the body takes up at least the full viewport height */
        margin: 0;
    overflow-x: hidden;
    
    font-family: monospace;
   
    }
    
  .container {
    flex: 1; /* Grow to take up remaining space */
    display: flex;
    flex-direction: column;
    
  }
  .content {
    flex: 1;
    padding: 20px;
  }
  .First{   display: grid;
   
    justify-content: center;
    align-items:center; /* Align items to the start of the grid cells */
    margin-top: 20px;
    grid-template-columns: 100%;
    grid-template-rows: repeat(auto-fit, minmax(200px, auto));
    width: 100%;
    height: 80vh;
    gap:0; /* Add a small gap between items if needed */
    padding-bottom: 20px; /* Add padding at the bottom to avoid overlapping with footer */
}

  #item1{
    text-align: center;
  
    margin: 0; /* Remove margin */
    padding: 0; /* Remove padding */}
#item1 p{
   
   display: block;
     font: normal 36px monospace;
   font-weight: bold;
   color:darkblue;
   font-size: 3rem;}
   .First span{color:darkred;}
   #item2{text-align: center;
       font: normal 36px monospace;
   font-size: 2rem;
   margin: -250px 0 0 0; /* Negative top margin */
padding-left: 50px;
padding-right: 50px;
}
#item3{
  margin-top:-200px; /* Remove margin */
  padding: 0; /* Remove padding */
   text-align: center;}
   #item3 p{
             
       display: block;
      
       font: normal 36px monospace;
       font-weight: bold;
       color:darkblue;
       font-size: 3rem;}
       #item4{text-align: center;
           font: normal 36px monospace;
       font-size: 2rem;
   margin-top: -50px;
   padding-left: 50px;
   padding-right: 50px;}
   #item5{
      
       margin-top: 0px;
       text-align: center;}
       .btn {
           margin-top: 1rem;
           display: inline-block;
           padding: 0.8rem 0.6rem;
           border: none;
           font-size: 1.4rem;
           border-radius: 5px;
           color: #fff;
         }
         
         .red {
           background-color:darkred;
           margin-right: 1.5rem;
         }
         
         .red:hover {
           background-color:grey;
           color: #fff;
         }
   .footer {
    display: flex; /* Use flexbox to create a row layout */
  justify-content: space-between; 
    background-color:#804040;
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    font: bold 16px monospace;
    padding: 20px 50px 20px 50px;
    height:fit-content
   
  }
  .box {
    width: 30%; /* Set the width of each box to 30% for three boxes in a row */
    padding: 10px;
    border:none;
  
    text-align: center;
  }
  nav{
      background-color:transparent;
height: 80px;
width: 100%;
  }
  .float{
    position:fixed;
    width:250px;
    height:55px;
    top:150px;
    left:20px;
    padding-top: 2px;
    background-color:darkgreen;
    color:#FFF;
    border-radius:10px;
   font-weight: bold;
    justify-content:center;
text-align: center;
    box-shadow: 2px 2px 3px #999;
    display: inline-block;
    font-size: 1.5rem;
  }
  
  .logo{
      position: absolute;
      top: 20px;
     
      margin-left: 50px;
      width:100px;
       height:100px
     
    }
    .logo1{
      position: absolute;
  font-family: monospace;
  font-size: 1.6rem;
  font-weight:bold;
  margin-top:30px;
  margin-left:200px;
    color:darkblue
  }

  nav ul{float:right;
      margin-right: 30px;
  margin-top:10px;}
      nav ul li{
          display: inline-block;
          line-height: 80px;
          margin: 0 10px;
       
        }
        nav ul li a{
         font-size: 18px;
          color: darkred;
          text-transform:uppercase;
          padding: 7px 13px;
          border-radius: 3px;
        }
        a.active ,a.hover{
          background-color:darkred;
          color:white;
          font-weight: bold;
          transition: 0.5s;
          border-radius: 3px;
          
        }
        a:hover {
          background-color:darkblue;
          color:white;
          font-weight: bold;
          transition: 0.5s;
          border-radius: 3px;
        }
    .checkbtn{
      color:white;
      font-size: 30px;
      
      float: right;
      margin-right: 40px;
      line-height: 80px;
      cursor: pointer;
    display: none;
   
    }
    .WhyChoose{
     
  height: 50px;
  text-align: center;
  font-size: 2rem;
  font: normal 36px monospace;
  font-weight: bold;
  color:darkblue;}
  .WhyChoose span{color:red;}
  .buttom{
    display: flex;
 margin-top:0px;
      justify-content:center;
      align-items:center;
      text-align: center;
      font: normal 36px monospace;
    font-size: 2rem;
    font-weight: bold;
  width:100%;
  height: 40vh;
 
 
  
}
      .borders {
        height: 250px;
        width: 400px;
        vertical-align: middle;
        text-align: center;
       padding-top: 20px;
        color: black;
        box-shadow: 0 0 0 5px darkred, 
        0 0 0 12px darkblue;
        border-radius: 10px;
        }
        .borders:first-child {
            margin-right:50px;
        }
        .borders img {
            width: 100%;
            height: 100%;
         }
         .container1{
                   
          height: 300px;
       }
       .container1 p{text-align: center;
          font: normal 36px monospace;
          font-size: 2rem;
          font-weight: bold;
      color: darkblue;}
      .container1 span{color: darkred;}
   
      .flexMe{
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          justify-content:center;
          text-align: center;
      }
      
      .flexMe li{
          width: 200px; 
          height: 200px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 0 5px darkred, 
          0 0 0 12px darkblue;
          border-radius: 10px;
          margin-right: 50px;
          margin-top: 20px;
      }
      
      .flexMe li img{
          width: 100%; 
          height: auto;
      }
    .footer .footer-left {
        width: 30%;
      }
      
      .footer h3 {
        color: #ffffff;
        font: normal 36px monospace;
        margin: 0;
      }
      
      
      .footer h3 span {
        color: darkblue;
      }
      
      /* Footer links */
      
      .footer .footer-links {
        color: white;
        margin: 20px 0 12px;
      }
      
      .footer .footer-links a {
        display: inline-block;
        line-height: 15px;
        text-decoration: none;
        color: inherit;
      }
      
      .footer .footer-company-name {
        color: gray;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
      }
      /* Footer Center */
      
      .footer .footer-center {
        width: 35%;
        text-align: left;
      }
      
      .footer .footer-center i {
        background-color:white;
        color:darkred;
        font-size: 20px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        text-align: center;
        line-height: 30px;
        margin: 10px 15px;
        vertical-align: middle;
      }
      
      .footer .footer-center i.fa-envelope {
        font-size: 17px;
        line-height: 30px;
      }
      
      .footer .footer-center p {
        display: inline-block;
        color: #ffffff;
        vertical-align: middle;
        margin: 0;
      }
      
      .footer .footer-center p span {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 2;
      }
      
      .footer .footer-center p a {
        color: darkblue;
        text-decoration: none;
        ;
      }
      /* Footer Right */
      
      .footer .footer-right {
        width: 30%;
     
      }
      
      .footer .footer-company-about {
        line-height: 20px;
        color: gray;
        font-size: 10px;
        font-weight: normal;
        margin: 0;
       
      }
      
      .footer .footer-company-about span {
        display: block;
        color: darkblue;
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 20px;
      }
      
      .footer .footer-icons {
        display: flex;  /* Use flexbox for the container */
        justify-content: center;  /* Center horizontally */
       
      }
      
      .footer .footer-icons a {
        display: flex;  /* Use flexbox */
        align-items: center;  /* Center vertically */
        justify-content: center;  /* Center horizontally */
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: white;
        border-radius: 2px;
        font-size: 20px;
        color: darkred;
        margin-right: 10px;  /* Reduced margin */
        margin-top: 0;
    
      }
      .footer .footer-icons a:last-child {
        margin-right: 0;  /* Remove right margin for the last icon */
    }
      .footer .footer-icons a:hover {
        background-color: darkblue;
      }
      
      .footer-links a:hover {
        color:white;
      }
      #check{display: none;}
    @media (min-width: 818px) and (max-width: 1400px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: visible;
  }
  .home_section1 {
    position: relative;
    top: 100px;
    text-align: center;
    margin: auto;
    padding: 0;
    width: auto;
    height: fit-content;
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 2px;
    background-color: #804040;
  }

  .logo {
    width: 10%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 30%;
    margin-top: -5px;
    font-family: monospace;
    font-size: 1.2rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */

    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .float {
    position: fixed;
    width: 100vw;
    height: 60px;
    top: 150px;
    left: 0;

    background-color: darkgreen;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;

    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
  }
  .First {
    margin-top: 5%;
  }
  #item2 {
    margin-top: -180px;
    padding-bottom: 20px;
  }
  .WhyChoose {
    background-color: #804040;
    margin-top: 20%;
    padding-bottom: 8%;
    height: 50px;
    text-align: center;
    font-size: 2rem;
    font: normal 36px monospace;
    font-weight: bold;
    color: darkblue;
  }
  .container1 {
    background-color: aquamarine;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  .flexMe {
    position: relative;
    height: 50%;
    top: 20px;
    left: 0px;
    right: 0px;
    background-color: bisque;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Ensure items are not wrapped */
    justify-content: center;
    align-items: start;
    text-align: center;
    padding: 5px;
    width: 100%; /* Ensure the ul takes up the full width */
    box-sizing: border-box;
    overflow-x: auto; /* Enable horizontal scrolling if items overflow */
    margin: 0 auto; /* Center the flexMe div */
  }
  .flexMe li {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px darkred, 0 0 0 12px darkblue;
    border-radius: 10px;
    margin-right: 25px;
    margin-top: 15px;
  }
}
@media (min-width: 680px) and (max-width: 819px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: visible;
  }
  .home_section1 {
    position: relative;
    top: 100px;
    text-align: center;
    margin: auto;
    padding: 0;
    width: auto;
    height: fit-content;
  }
  nav {
    display: flex;
    justify-content: space-between; /* Adjust this as needed */
    align-items: center; /* Align items vertically */
    width: 100%;
    padding: 2px;
    background-color: #804040;
  }

  .logo {
    width: 10%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 30%;
    margin-top: -5px;
    font-family: monospace;
    font-size: 1.2rem;
    color: darkblue;
    text-align: center; /* Center the text */
    flex: 1; /* Allow the title to grow and take up available space */
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */

    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .float {
    position: fixed;
    width: 100vw;
    height: 60px;
    top: 150px;
    left: 0;

    background-color: darkgreen;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;

    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
  }
  .First {
    margin-top: 5%;
  }
  #item2 {
    margin-top: -180px;
    padding-bottom: 20px;
  }
  .WhyChoose {
    background-color: yellow;
    margin-top: 250px;
    padding-bottom: 8%;
    height: 50px;
    text-align: center;
    font-size: 2rem;
    font: normal 36px monospace;
    font-weight: bold;
    color: darkblue;
  }
  .container1 {
    background-color: aquamarine;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    box-sizing: border-box; /* Include padding and border in the element's total width and height */
  }
  .flexMe {
    position: relative;
    height: 50%;
    top: 20px;
    left: 0px;
    right: 0px;
    background-color: bisque;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; /* Ensure items are not wrapped */
    justify-content: center;
    align-items: start;
    text-align: center;
    padding: 5px;
    width: 100%; /* Ensure the ul takes up the full width */
    box-sizing: border-box;
    overflow-x: auto; /* Enable horizontal scrolling if items overflow */
    margin: 0 auto; /* Center the flexMe div */
  }
  .flexMe li {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px darkred, 0 0 0 12px darkblue;
    border-radius: 10px;
    margin-right: 25px;
    margin-top: 15px;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background-color: #804040;
  }
  .footer h3 {
    color: #ffffff;
    font: normal 26px monospace;
    margin: 0;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer .footer-center {
    display: none;
  }

  .footer .footer-icons a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 16px;
    color: darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-right .footer-company-about {
    display: none;
  }
  #box1 {
    width: 100%;
    height: 20%;
  }
  #box2 {
    height: 0;
  }
  #box3 {
    width: 100%;
    height: 40px;
  }
  .footer-icons {
    position: relative;
    bottom: 0px;
  }
}
@media (max-width: 680px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    overflow: visible;
  }
  .home_section1 {
    position: relative;
    top: 100px;
    text-align: center;
    margin: auto;
    padding: 0;
    width: auto;
    height: fit-content;
  }
  nav {
    display: block;
    background-color: white;
    height: 80px;
    width: 100%;
  }

  .logo {
    left: -20px;
    width: 15%; /* Adjust the width as needed */
    height: auto;
  }

  .logo1 {
    margin-left: 20%;
    margin-top: 15px;
    font-family: monospace;
    font-size: 0.8rem;
    color: darkblue;
    text-align: center; /* Center the text */
    width: 50%;
  }

  .checkbtn {
    position: absolute;
    display: block;
    color: darkred;
    height: auto;
    width: 5%; /* Adjust the width as needed */
    top: 35px;
    right: 0px;
  }
  .checkbtn i {
    font-size: 20px; /* Adjust the size as needed */
  }
  #check:checked ~ ul {
    left: 0;
  }
  ul {
    position: fixed; /* <-- Added */
    z-index: 1; /* <-- Added */
    width: 100%;
    height: 100vh;
    background-color: darkred;
    overflow-x: hidden;
    -webkit-padding-start: 0px;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    top: 100px;
    left: -100%;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: -50px;
    text-align: center;
    transition: all 0.5s;
  }
  nav ul li a {
    font-size: 20px;
    text-decoration: none;
    color: #ffffff;
  }
  nav ul li {
    display: block;
    color: #ffffff;
  }
  a {
    color: #ffffff;
  }
  a.active,
  a.hover {
    color: #ffffff;
  }
  .float {
    position: fixed;
    width: 100vw;
    height: 60px;
    top: 100px;
    left: 0;

    background-color: darkgreen;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    display: inline-block;

    text-decoration: none;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
  }
  .First {
    margin-top: 5%;
  }
  #item1 p {
    font-size: 1.2rem;
  }
  #item3 p {
    font-size: 1.2rem;
  }
  #item2 {
    margin-top: -180px;
    padding-bottom: 20px;
    font-size: 1rem;
  }
  #item4 {
    font-size: 1rem;
  }
  #item5 a {
    font-size: 1rem;
  }
  .WhyChoose {
    margin-top: 50%;
    padding-bottom: 8%;
    height: 50px;
    text-align: center;
    font-size: 1.2rem;
    font: normal monospace;
    font-weight: bold;
    color: darkblue;
  }
  .buttom {
    flex-direction: column; /* Change to column layout on mobile */
    height: auto; /* Adjust height to fit content */
  }
  .borders {
    flex: 1 1 100%; /* Full width for each item on mobile */
    margin: 20px 0; /* Add vertical margin to create space between items */
    height: 250px;
    width: 200px;
    vertical-align: middle;
    text-align: center;
    padding-top: 20px;
    color: black;
    box-shadow: 0 0 0 5px darkred, 0 0 0 12px darkblue;
    border-radius: 10px;
  }
  .borders:first-child {
    margin-right: 0;
  }
  .borders img {
    width: 100%;
    height: 100%;
  }
  .container1 {
    height: 110vh; /* Adjust height for better visibility on mobile */
    display: flex; /* Flex container */
    justify-content: start; /* Center items vertically */
    align-items: center; /* Center items horizontally */
    flex-direction: column; /* Ensure column layout on mobile */
  }
  .container1 p {
    font-size: 1rem;
  }
  .flexMe {
    position: relative;
    height: auto;
    top: 20px;
    left: 0px;
    right: 0px;
    background-color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; /* Ensure items are not wrapped */
    justify-content: center;
    align-items: center;
    text-align: center;
padding-bottom:5px;
    width: 100%; /* Ensure the ul takes up the full width */
    box-sizing: border-box;

    margin: 0 auto; /* Center the flexMe div */
  }
  .flexMe li {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 5px darkred, 0 0 0 12px darkblue;
    border-radius: 10px;
    margin-right: 15px;
    margin-top: 25px;
    margin-bottom:25px;
  }
  .footer {
    display: flex;
    flex-direction: column;
    background-color: #804040;
  }
  .footer h3 {
    color: #ffffff;
    font: normal 26px monospace;
    margin: 0;
  }
  .footer-links a {
    font-size: 12px;
  }
  .footer .footer-center {
    display: none;
  }

  .footer .footer-icons a {
    display: flex; /* Use flexbox */
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    width: 35px;
    height: 35px;
    cursor: pointer;
    background-color: white;
    border-radius: 2px;
    font-size: 16px;
    color: darkred;
    text-align: center;
    line-height: 35px;
    margin-right: 3px;
    margin-bottom: 5px;
  }
  .footer-right .footer-company-about {
    display: none;
  }
  #box1 {
    width: 100%;
    height: 20%;
  }
  #box2 {
    height: 0;
  }
  #box3 {
    width: 100%;
    height: 40px;
  }
  .footer-icons {
    position: relative;
    bottom: 0px;
  }
}
@media (max-height: 600px) and (max-width: 360px) {
  .WhyChoose {
    
    margin-top: 80%;

    padding-top: 20px;
    height: 80px;
    text-align: center;
    font-size: 1.2rem;
    font: normal monospace;
    font-weight: bold;
    color: darkblue;
  }
  .flexMe {
   
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
