@media only screen and (min-width:600px) and (max-width:1300px){

    .main{
        width: 1300px;
        height: 100%;
     
    }
    
    
    .header {
        position: relative;
        width: 100%;
        height: 500px;
        overflow: hidden;
        margin-top: 50px;
        
      }
    
      .header img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        animation: slide 10s infinite;
       
      }
    
      @keyframes slide {
        0%, 100% {
          opacity: 1;
          transform: scale(1);
        }
        25% {
          opacity: 0;
          transform: scale(1.1);
        }
        75% {
          opacity: 0;
          transform: scale(1.1);
        }
      }
    
    
      .header h1 {
        padding-top: 150px;
        color: black;
        font-size: 55px;
        text-align: center;
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      }
    
      .header h2 {
        color: goldenrod;
        text-align: center;
      }
    
      .header h3 {
        color: #ff9933;
        font-size: 25px;
        font-family: sans-serif;
        text-align: center;
      }
    
    
    
    
    .highlights {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        text-align: center;
        margin-top: 70px;
    }
    
    .highlight {
        width: 45%;
        min-width: 200px;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        padding: 20px;
        margin-bottom: 20px;
        box-sizing: border-box;
    }
    
    .highlight h1 {
        font-size: 1em;
        margin-bottom: 10px;
    }
    
    
    
    
    
    
    
    
    
    
    .welcome {
        width: 90%;
        height: 550px;
        box-shadow: 2px 3px 5px -2px black;
        margin-left: 60px;
        background-color: white;
        margin-top: 20px;
    
    }
    
    .welcome h1 {
        text-align: center;
        font-size: 22px;
       
    }
    
    .welcome h2 {
        text-align: center;
        font-size: 25px;
    
    }
    
    
    .welcome p {
        font-size: 15px;
        padding-top: 20px;
        margin-left: 10px;
    }
    
    .col-one {
        width: 100%;
        height: 400px;
    
        display: flex;
        margin-top: 100px;
    }
    
    .cols2 {
    
        width: 50%;
        height: 100%;
    }
    
    .cols2 h1 {
        margin-left: 10px;
    }
    
    .cols2 h2 {
        margin-left: 10px;
        font-size: 18px;
        padding-top: 20px;
    }
    
    .cols2 p {
        margin-left: 10px;
        padding-top: 10px;
    }
    
    .cols2 img {
        height: 100%;
        width: 100%;
    }
    
    
    
    
    .banquit {
        width: 90%;
        height: 380px;
        background-color: #f5f5f5;
        display: flex;
        margin-top: 20px;
        margin-left: 70px;
    }
    
    .bant2 {
        width: 50%;
        height: 100%;
    
    }
    
    .name {
        width: 95%;
        height: 45px;
        background-color: #bdb489;
        margin-top: 30px;
    }
    
    .name p {
        padding-top: 08px;
        margin-left: 40px;
        font-weight: bold;
    }
    
    .bant2 p {
        margin-left: 10px;
        font-size: 16px;
        padding-top: 10px;
    }
    
    .bant2 img {
        width: 100%;
        height: 90%;
    }
    
    .col2 {
        width: 100%;
        height: 500px;
        background-color: gray;
        margin-top: 100px;
    }
    
    .col2 h1 {
        text-align: center;
        padding-top: 60px;
        color: white;
        font-size: 45px;
    }
    
    .col2 p {
        text-align: center;
        padding-top: 40px;
        font-size: 25px;
        color: white;
    }
    
    .col2 button {
        margin-left: 40%;
        margin-top: 60px;
        height: 70px;
        width: 180px;
        border-radius: 30px;
        color: black;
        border: none;
        background-color: white;
    }
    
    
    
    .serve{
        width: 100%;
        height: 300px;
        
        margin-top: 70px;
    }
    
    .serve p {
    text-align: center;
    padding-top: 20px;
    }
    
    .serve h1{
    text-align: center;
    }
    
    .facelity{
        width: 90%;
        height: 450px;
        display: flex;
      
        margin-left: 70px;
    }
    
    .facelity2{
        width: 50%;
        height: 100%;
       
    }
    .facelity2 p {
        margin-left: 20px;
        padding-top: 20px;
    }
    
    .cants{
        width: 90%;
        height: 450px;
       
        display: flex;
        margin-left: 80px;
    }
    
    .conts2{
        width: 48%;
        height: 100%;
        margin-left: 10px;
        box-shadow: 1px 3px 5px -2px black;
    }
    
    .conts2 h1{
        padding-top: 40px;
        margin-left: 70px;
    }
    
    
    
    .conts2 p {
        padding-top: 20px;
        margin-left: 70px;
    }
    
    .form-container {
        max-width: 400px;
        height: 400px; /* Set the height to 400px */
        margin: 0 auto;
        background-color: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    .form-group {
        margin-bottom: 15px;
        text-align: left;
    }
    
    .form-group label {
        display: block;
        font-weight: bold;
        margin-bottom: 5px;
    }
    
    .form-group input, .form-group textarea {
        width: 100%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-sizing: border-box;
    }
    
    .form-group textarea {
        height: 100px;
    }
    
    .submit-button {
        background-color: #007bff;
        color: #fff;
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
    }
    
    
    .footer {
        background-color: #333;
        color: #fff;
        text-align: center;
        padding: 10px;
    margin-top: 100px;
        bottom: 0;
        width: 100%;
    }
    
    .footer img {
        max-width: 100px; /* Set the maximum width of your logo */
        height: auto; /* Allow the logo to scale proportionally */
    }
    
    .footer-links {
        list-style: none;
        padding: 0;
    }
    
    .footer-links li {
        display: inline;
        margin: 0 10px;
    }
    
    .footer-links li a {
        color: #fff; /* Set the color to white */
        text-decoration: none; /* Remove underline */
    }
    
    .footer-address {
        margin-top: 10px;
        font-size: 14px;
    }
    
    .column{
        width: 100%;
        height: 100px;
        background-color: lightgray;
        margin-top: 30px;
    
    }
    
    .column {
        text-align: center;
        padding-top: 30px;
    }
    
    
    .icon-bar {
        position: fixed;
        top: 80%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        
      }
      
      .icon-bar a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
      }
      
      .icon-bar a:hover {
        background-color: #000;
      }
      
      .facebook {
        background: #3B5998;
        color: white;
        border-radius: 16px;
        width: 50px;
        
      }
      
    
    
    
    
    
    
    
    
    
    
      
    .icon-bar2 {
        position: fixed;
        top: 60%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        
      }
      
      .icon-bar2 a {
        display: block;
        text-align: center;
        padding: 16px;
        transition: all 0.3s ease;
        color: white;
        font-size: 20px;
      }
      
      .icon-bar2 a:hover {
        background-color: #000;
      }
      
      .facebook2 {
        background: #3B5998;
        color: white;
        border-radius: 16px;
        width: 50px;
        
      }
      
    
    
    
    
    
    
    
    
    
    
    
    
}