* {
    margin: 0;
    padding: 0;
    background-color: #d0bcab;
    color: white;
    box-sizing: border-box;
    font-family:Arial, Helvetica, sans-serif;
}

html, body{
    margin: 0;
    width: 100%;
    height: 100%;
}

.nav {
    display: flex;
    position: fixed;
    border-bottom: 1px solid #eaeaeb;
    text-align: right;
    height: 50px;
    line-height: 50px;
    z-index: 1000;
    width: 100%;
    align-content: center;
    justify-content: space-between;
    
}

.page {
  display: flex;
  font-size: 1.4em;
  width: 100%;
  margin-left: 10px;
  
}

.menu {
  display: flex;
  margin: 0 30 0 0;
  

}

.menu a {
    display: flex;
    
    text-decoration: none;
    color: #FFFFFF;
    margin: 0 10px;
    line-height: 50px;
    font-size: 1.4em;
    

    
}

.menu a:hover {
    text-decoration: underline;
}

span {
    color: #001C64;
}

label {
    margin: 0 15px 0 0;
    font-size: 26px;
    line-height: 47px;
    display: none;
    width: 26px;
    float: right;

    
}
#toggle {
    display: none;
    
}


.logo {
    display: flex;
    justify-content: center;
    background-color: #FFFFFF;
    padding-top: 50px;
    
}

.logo img{
    width: 100%;
    max-width: 1100px;
    position: relative;
    z-index: 1;
       
}



.container {
    display: flex;
    justify-content: space-evenly;
    align-content: space-evenly;
    flex-wrap: wrap;
    background-color: #135D47;
    font-size: 2em;
    width: 100%;
    min-height: 350px;
   
    
}

.container p {
    background-color: #135D47;
   max-width: 50%;
}

.inform {
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 1.6em;
    margin: 10px 0 10px 0;
}

.inform p {
    width: 95%;
}

.form1 {
    display: flex;
    height: 200px;
    width: 12em;
    justify-content: center;
    align-content: center;
    background-color: #d0bcab;
    margin: 20px;
    border-radius: 10px;


}


.form1 table,.form1 td,.form1 input,.form1 select,.form1 tr,.form1 option,.form1 input,.form1 select,.form1 form {
    background-color: #d0bcab;
}



.form1 select {
    width: 12em;
    padding: .3em;
    text-align: center;
    font-size: .6em;
    color: white;
}

.payment {
    display: flex;
    justify-content: space-evenly;
    align-content: space-evenly;
    flex-wrap: wrap;
    background-color: #d0bcab;
    font-size: 2em;
    width: 100%;
    min-height: 350px;
}

.payment p {
    background-color: #d0bcab;
   max-width: 50%;
}


.form2 {
    display: flex;
    height: 200px;
    width: 12em;
    justify-content: center;
    align-content: center;
    background-color: #135D47;
    margin: 20px;
    border-radius: 10px;
    


}


.form2 select {

    width: 12em;
    padding: .3em;
    text-align: center;
    font-size: .6em;
    color: white;
    
}

.form2 table,.form2 td,.form2 input,.form2 select,.form2 tr,.form2 option,.form2 input,.form2 select,.form2 form {
    
    background-color: #135D47;
    

}








@media (max-width: 847px) {



    .container p {
        background-color: #135D47;
       max-width: 90%;
       
    }

    .payment p {
        background-color: #d0bcab;
       max-width: 90%;
       
    }

    .page {
      z-index: 1000;
    }

    label {
        display: block;
        cursor: pointer;
        position: absolute;
        z-index: 1000;
        right: 0;
        
    }

    .menu { 
      position: absolute;
        height: 0px;
        overflow: hidden;
        width: 100%;
        transition: height .35s ease-in-out;
        text-align: center;
        flex-direction: column;
        right: 0;
        
    }
    #toggle {
        display: none;
    }

    .menu a {
        display: block;
        border-bottom: 1px solid #eaeaeb;
        margin: 0;
        position: relative;
        z-index: 999;
        
    }

    #toggle:checked ~ .menu {
       height: 250px;
        z-index: 998;
    }

}

.pricehead {
    display: flex;
    justify-content: center;
    margin: 10px 0 5px 0;
    
}

.pricehead h1 {
    background-color: #135D47;
    padding: 20px;
    border-radius: 8px;
    
}

.grid-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .grid-item {
    flex: 0 1 calc(20% - 20px); /* Adjust the width as needed */
    max-width: calc(20% - 20px); /* Adjust the width as needed */
    background-color: #135D47;
    padding: 20px;
    text-align: center;
    border-radius: 8px;
    margin: 10px; /* Adjust the margin as needed */
  }
  .grid-item h3 {
    margin-top: 0;
    background-color: #135D47;
    font-size: 1.4em;
  }
  
  .grid-item p {
    margin-bottom: 0;
    background-color: #135D47;
    font-size: 1.2em;
  }

  @media screen and (max-width: 1200px) {
    .grid-item {
      flex-basis: calc(25% - 20px); /* Adjust the width as needed */
      max-width: calc(25% - 20px); /* Adjust the width as needed */
    }
  }

  @media screen and (max-width: 768px) {
    .grid-item {
      flex-basis: calc(50% - 20px); /* Adjust the width as needed */
      max-width: calc(50% - 20px); /* Adjust the width as needed */
    }
  }
  
  @media screen and (max-width: 480px) {
    .grid-item {
      flex-basis: calc(100% - 20px); /* Adjust the width as needed */
      max-width: calc(100% - 20px); /* Adjust the width as needed */
    }
}

/* styles.css */
.slideshow-container {
    position: relative;
    max-width: 1000px; /* Adjust to your preference */
    margin: auto;
    
    
  }
  
  .slides img {
    display: none; /* Hide all images by default */
    width: 100%;
    height: auto;
    
    
  }

  /* styles.css */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
  }
  
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
    background-color: rgba(79, 74, 74, 0.525);
  }
  
  .next {
    right: 0;
    border-radius: 3px 3px 3px 3px;
    background-color: rgba(79, 74, 74, 0.525);
  }
  
  .prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  
  .map {
    margin: 10px 0 0 0;
  }

  .continfo {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    width: 90%;
    font-size: 2em;
  }

  .phone {
    
    width: auto;
    height: auto;
    
    margin: 10px;
  }

  .mailing {
    
    width: auto;
    height: auto;
    
    margin: 10px;
  }

  .address {
    width: auto;
    height: auto;
    
    margin: 10px;
  }

  .message {
    width: auto;
    height: auto;
    
    margin: 10px;
  }

  .email {
    
    width: auto;
    height: auto;
   
    margin: 10px;
  }
  h2 {
    color: black;
  }

  @media screen and (max-width: 768px) {

    .continfo {
        font-size: 1.3em;
    }

    .phone {
    
       width: 300px;
        height: auto;
        
        margin: 10px;
      }
    
      .mailing {
        
       width: 300px;
        height: auto;
        
        margin: 10px;
      }
    
      .address {
       width: 300px;
        height: auto;
        
        margin: 10px;
      }
    
      .message {
       width: 300px;
        height: auto;
        
        margin: 10px;
      }
    
      .email {
        
        width: 300px;
        height: auto;
       
        margin: 10px;
      }
    h2{
        font-size: 1.4em;
    }

  }
