body,html{

    box-sizing: border-box;
    background-position: center; background-repeat: no-repeat;
    background-size: cover;
   
    }
  
    header{
    background-color: rgb(31, 132, 186);
    height: 40px;
    font-size: 6.5px;
    text-align: center;
    color: white;
    font-family:verdana;
    }

    .delivery img{ 
        width: 550px;
        height: 550px;
        float: left;
        font-size: 30px;
        text-align: left;
        margin-right: 40px;
      }
      .delivery{
        height: 500px;
        text-align: left;
      }
      #myBtn {
        display: none;
        position: fixed;
        bottom: 20px;
        right: 30px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: rgb(92, 84, 84);
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
      }
      
      #myBtn:hover {
        background-color: #27b6ef;
      }
      
      
      body {
        background-color: #444;
      }
      .controls {
        width: 42px;
        height: 42px;
        padding: 10px;
        border-radius: 0;
        cursor: pointer;
        background-color: rgba(0,0,0,0);
      }
    .controls img {
        width: 100%; /* Ajustar el ancho de las imágenes al 100% del contenedor */
      height: auto; /* Ajustar la altura automáticamente */
    }
      .left {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        margin-left: -50px;
      }
      .right {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-right: -70px; /
      }
      .carrousel {
        width: 1100px;
        margin: auto;
        height: 450px;
        margin-top: 120px;
        overflow:hidden;
      }
      .controls:hover {
        background-color: rgba(0,0,0,.5);
      }
      .item {
        width: 335px;
        height: 400px;
        float: left;
        margin-left: 65px;
        margin-top: 80px;
        background-color:transparent;
        color: #1a1717;
        font-size: 40px;
        text-align: center;
        padding-top: 30px;
        border-radius: 5px;
        cursor: pointer;
        transition: 1s all;
        /*box-shadow: 0 9px 10px rgba(6,6,7,.3);*/
      }
      .cont {
        position: absolute;
        width: 1100px;
        margin-top: 190px;
      }
      .tapa {
        width: 12000px;/* 	change if the size is >     12000  :) */
        transition: .6s all;
      }
      .item img {
        width: 350px; /* Ajustar el ancho de las imágenes al 100% del contenedor */
        height: 250px; /* Ajustar la altura automáticamente para mantener la proporción */
        margin: 0; /* Eliminar cualquier margen por defecto */
        display: block; /* Cambiar a "block" para ajustar el ancho y el margen automáticamente */
        position: auto;
        top: 50%;
        left: 0;
    }
      .item:hover {
        margin-top: -6px;
      }
      
      @media only screen and (max-width: 700px) {
        .responsive {
          width: 32.99999%;
          margin: 6px 0;
        }
      }
      
      @media only screen and (max-width: 500px) {
        .responsive {
          width: 100%;
        }
      }
      .images{
        display: grid;
        grid-template-columns: repeat(3,1fr);
        padding: -10px,20px;
        grid-column-gap:60px;
        grid-row-gap:200px;
        
       
    }
    .image img{
        width: 281.50px;
        height: 505px;
        object-fit: cover;
        cursor: pointer;
        transition: 0.2s ease;
        border-radius: 10px;
       
    }
    .button {
      background-color:orangered; 
      border: none;
      color: orangered;
      padding: 16px 52px;
      text-align: center;
      text-decoration: none;
      display: inline-block;
      font-size: 16px;
      margin: 4px 2px;
      margin-left: 800px;
      transition-duration: 0.4s;
      cursor: pointer;
      border-radius: 10px;
    }
    
    .button1 {
      background-color:rgb(247, 235, 201); 
      color: black; 
      border: 2px solid white;
    }
    
    .button1:hover {
      background-color: rgb(18, 10, 10);
      color: white;
    }
    
    .box-outer{
      background-image: url("images/top\ pics\ \(1\).jpg");
      width: 100%;
      height: 850px;
      position: relative;
     background-repeat: no-repeat;
     background-size:cover ;
    }
    .box-inner{
      position: absolute;
      width: 450px;
      height: 490px;
      background-color: white;
      color: rgb(15, 24, 15);
      top: 300px;
      left: 90px;
      border-radius: 12px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
      
    }
    form {
      color: black;
      display: inline-block;
      vertical-align: top;
      margin-right: 10px;
      box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
      padding: 50px;
      width: 400px;
     
      background-size: 550px;
  }
  input[type="text"], input[type="password"], input[type="name"] {
      display: block;
      margin-bottom: 10px;
      padding: 5px;
      width: 250px;
      border-radius: 15px;
      color: rgb(29, 26, 26);
  }
  footer {
    background-color: #f2f2f2;
    padding: 20px;
  }
  
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  
  .footer-section {
    flex-basis: 30%;
    margin-bottom: 10px;
    padding-left: 200px;
   
  }
  
  .footer-section h3 {
    margin-bottom: 10px;
  }
  
  .social-links li {
    display: inline-block;
    margin-right: 10px;
  }
  
  .social-links i {
    color: #2e8d91;
    font-size: 20px;
  }
  
  .footer-bottom {
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #ddd;
  }
 
.mySlides {display:none;}footer {
  background-color: #f2f2f2;
  padding: 20px;
}


/* vamseedhar */

.firstimg {
  height: 110px;
  width: 250px;
}

.linkclr {
  color: #1a1717;
}


@media only screen and (max-width : 700px) {
  .firstimg {
    height: 80px;
    width: 150px;
  }
}
@media only screen and (min-width : 700px) {
  .firstimg {
   margin-left:200px;
   margin-right: 100px;
  }
}

.marginforsocial{
  margin-right: 300px;
}

.bgpic1{
  background-image: url('images/top pics (3).jpg');
  background-size:cover;
  background-repeat: no-repeat;
  height: 100vh;
  background-position: center;
}

.alltypes {
  color: white;
  font-size: 50px;
  font-family:  sans-serif;;
}
.knowmore{
  font-size: 25px;
  color: white;
}

@media (300px <= width <= 600px) {
  .alltypes{
    font-size: 30px;
  }
}

.caroselpic {
  margin-left: 150px;
  margin-right: 150px; 
}

@media (300px <= width <= 600px) {
  .caroselpic {
    margin-left: 50px;
    margin-right: 50px; 
  }
}
.pararesponce{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

.crydelimg{
  height: 600px;
  width: 500px;
  
}
.paratext {
  font-size: 20px;
  padding-top: 20px;
}
@media (300px <= width <= 600px) {
  .paratext {
    font-size: 13px;
    padding-top: 20px;
  }
  .crydelimg{
    height: 300px;
    width: 250px;
    
  }
}

.secondpicc{
  height: 600px;
  width: 400px;
}
.secondboxpara h1  {
  font-size: 50px;
}
.secondboxpara p {
  font-size: 20px;
margin-top: 40px;
}

@media (300px <= width <= 600px) {
  .secondboxpara {
  margin-left: 20px;
  }
  .responpicc {
   
  }
}

@media (300px <= width <= 600px) {
  .box-inner {
    top:60px;
    left: 20px;
    width: 300px;
    height: 400px;
  }
  .box-outer {
    height: 600px;
    
  }
  form {
    width: 300px;
    padding: 0;
  }

}
 /* Custom CSS to set the height of the .container to 800px */
 .custom-container {
  height: 800px;
  overflow: hidden;
  display: flex;
}

/* Custom CSS to set the max-height of the image within the container */
.custom-container img {
  max-height: 100%;
  width: auto;
  border-radius: 6px;
      box-shadow: 1px solid #999;
}

/* Custom CSS to style the text container */
.text-container {
  padding: 20px; /* Add padding for spacing */
  display: flex;
  flex-direction: column;
  justify-content: flex-end; /* Align text to the bottom of the container */
  height: 75%; /* Set the text container height to 75% of the parent container */
}

/* Custom CSS to style the "Read More" button */
.btn-primary {
  width: auto; /* Allow the button width to adjust based on content */
}

/* Media query for smaller screens */
@media (max-width: 760px) {
  .custom-container {
      flex-direction: column; /* Stack columns vertically on smaller screens */
      height: auto; /* Remove fixed height to adapt to content */
  }

  .text-container {
      height: auto; /* Allow the text container to adjust its height based on content */
  }
}

.image-gallery {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: nowrap;
      overflow: hidden;
      max-width: 800px; /* Adjust this to control the max width of the gallery */
      margin: 0 auto;
  }

  .image-card {
      position: relative;
      width: 500px; /* Set a fixed width for each image card */
      height: 300px; /* Adjust the height as needed */
      margin: 0 10px;
      cursor: pointer;
  }

  .image-card img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s;
     
  }

  .image-card:hover img {
      transform: translateY(-40%);
  }

  .image-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      padding: 10px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      opacity: 0;
      transition: opacity 0.3s;
  }

  .image-card:hover .image-caption {
      opacity: 1;
  }

  .gallery-navigation {
      display: flex;
      justify-content: space-between;
      margin-top: 20px;
  }

  .gallery-button {
      font-size: 28px; /* Increased the size of the buttons */
      color: #999; /* Light color for buttons */
      cursor: pointer;
      transition: color 0.3s;
  }

  .gallery-button:hover {
      color: #007bff; /* Color change on hover */
      background-color: #999;
      width: 30px;
  }

  @media (max-width: 500px) {
      .image-card {
          width: 100%; /* Full width for small screens */
          height: auto;
      }
  }
