section{
  position: relative;
  display: flex;
  justify-content: center;
  padding: 80px 100px;
  color: #14ce24;
  scroll-margin-top: 80px;
}

 /* Responsive layout with media queries */
@media (max-width: 768px) {
      body {
        padding: 10px;
      }
      h1 {
        font-size: 1.5rem;
      }
    }

    @media (max-width: 480px) {
      h1 {
        font-size: 1.2rem;
      }
    }
.container{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.title01{
  color: #32be25;
  font-size: 2em;
  margin-bottom: 50px;
}
h3{
  color: aqua;
  

}
p{
  color: brown;
}
.content{
  position: relative;
  width: 1150px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .image{
  position: relative;
  width: 800px;
  height: 400px;
  overflow: hidden;


}
.content .image img{
  z-index: 111;
  position: absolute;
  top:0;
  left: 0;
  width:100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;

}
.content .text-box{
  z-index: 333;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(20px);
  padding: 40px;
  max-width: 400px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  transform: translate(-80px, 50px);
}
.content .text-box h3{
  font-size: 2em;
  margin-bottom: 10px;

}

media-icons{
  margin-top: 100px;

}
.media-icons a{
  color: #c21414;
  font-size: 2em;
  margin: 60px;
}


.slider {
      width: 800px;
      height: 400px;
      position: relative;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    .slides {
      display: flex;
      width: 400%; /* 4 slides */
      height: 100%;
      animation: slide 12s infinite;
    }

    .slides img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    @keyframes slide {
      0%   { transform: translateX(0%); }
      20%  { transform: translateX(0%); }
      25%  { transform: translateX(-100%); }
      45%  { transform: translateX(-100%); }
      50%  { transform: translateX(-200%); }
      70%  { transform: translateX(-200%); }
      75%  { transform: translateX(-300%); }
      95%  { transform: translateX(-300%); }
      100% { transform: translateX(0%); }
    }
/* .carousel {
      position: relative;
      width: 80%;
      max-width: 600px;
      height: 300px;
      overflow: hidden;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }
    .carousel img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: none;
    }
    .carousel img.active {
      display: block;
    } */
.imageBody {
  width: 500;
  margin: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
  border-radius: 5px;
  border: 4px;
}
.imageBody img {
  margin: auto;
  display: block;
  border-radius: 6px;
  height: 200px;
  width: 400px;

}
.img: hover{  
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5);
  transform: scale(1.2); /* zoom effect on focus */
  transition: transform 0.3s ease;/*smooth transition*/
  
}
.imgDesc {
  text-align: center;
  text-decoration: none;
  color: cyan;
}
.Kitchen{
    background-color: rgb(7, 7, 7);
    margin-top: 20px;
    
}
body {
  overflow-x: hidden;
  margin:0;
  padding: 0;
  box-sizing: border-box;
  background: #111222;
  scroll-behavior: smooth;

}
.header{
  z-index: 333;
  margin-bottom: 20px;
  position: sticky;
  top:0;
  text-align:center;
  background-color: rgb(12, 11, 11);
  padding: 20px;
}
.navigation ul{
  list-style:none;
  padding:0 ;
  margin: 0;

}
.navigation li{
  display:inline;
  margin-right: 10px;
  
  

}
.navigation a:hover {
  background-color: #d5d814;
  color: white;
  border: 3 px solid;
  
}
.navigation a {
  text-decoration: none;
  color:#25b7db;
  

}
.content01{
  display: flex;
  justify-content:center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  
}
.kitDisplay{

  margin-top: 40dp;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  margin-left:10px;
}
.footer{
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
  bottom:0;
  width: 100%;
  background-color: lightgray;
  padding:10px;
  text-align:center;
}
.socIcons{
  display:flex;
  justify-content: center;

}
/*contact us*/
.body {
  background-image: linear-gradient(40deg,
          hsl(240deg 56% 48%) 0%,
          hsl(250deg 48% 49%) 10%,
          hsl(260deg 40% 49%) 24%,
          hsl(271deg 34% 50%) 42%,
          hsl(285deg 28% 50%) 57%,
          hsl(305deg 24% 50%) 68%,
          hsl(325deg 29% 54%) 75%,
          hsl(340deg 34% 58%) 81%,
          hsl(354deg 40% 62%) 85%,
          hsl(358deg 39% 63%) 89%,
          hsl(353deg 31% 62%) 92%,
          hsl(345deg 22% 61%) 94%,
          hsl(330deg 14% 60%) 96%,
          hsl(284deg 9% 60%) 97%,
          hsl(232deg 12% 62%) 98%,
          hsl(212deg 22% 61%) 99%,
          hsl(204deg 32% 60%) 100%,
          hsl(200deg 41% 58%) 100%);
  background-repeat: no-repeat;
  height: 99vh;
  overflow-y: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Quicksand', sans-serif;
}
.formBox {
  padding: 15px;
  text-align: center;
  min-height: 50vh;
  min-width: 50vw;
  display: flex;
  flex-direction: column;
  background: #f8f8f885;
  border-radius: 30px;
  backdrop-filter: blur(10px);
}
.formBox input[type = text] {
  width: 70%;
  padding: 12px 20px;
  border-radius: 80px,80px,80px,80px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.formBox input[type = number] {
  width: 70%;
  padding: 12px 20px;
  border-radius: 80px,80px,80px,80px;
  margin-bottom: 40px;
  box-sizing: border-box;
}
.formBox input[type = email] {
  width: 70%;
  padding: 12px 20px;
  border-radius: 80px,80px,80px,80px;
  margin-bottom: 40px;
  box-sizing: border-box;
}


h2 {
  margin-bottom: -10px;
}
p {
  font-weight: 500;
  font-size: 1.1em;
}

/*our services section*/
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
section {
  height: 100vh;
  width: 100%;
  display: grid;
  place-items: center;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.column {
  width: 100%;
  padding: 0 1em 1em 1em;
  text-align: center;
}
.card {
  width: 100%;
  height: 100%;
  padding: 2em 1.5em;
  background: linear-gradient(#ffffff 50%, #2c7bfe 50%);
  background-size: 100% 200%;
  background-position: 0 2.5%;
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: 0.5s;
}
h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1f194c;
  margin: 1em 0;
}
p {
  color: #575a7b;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.icon-wrapper {
  background-color: #2c7bfe;
  position: relative;
  margin: auto;
  font-size: 30px;
  height: 2.5em;
  width: 2.5em;
  color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: 0.5s;
}
.card:hover {
  background-position: 0 100%;
}
.card:hover .icon-wrapper {
  background-color: #ffffff;
  color: #2c7bfe;
}
.card:hover h3 {
  color: #ffffff;
}
.card:hover p {
  color: #f0f0f0;
}
@media screen and (min-width: 768px) {
  section {
    padding: 0 2em;
  }
  .column {
    flex: 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section {
    padding: 1em 3em;
  }
  .column {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

/*About us*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
.about-us{
  height: 100vh;
  width: 100%;
  padding: 90px 0;
  background: #ddd;
}
.pic{
  height: auto;
  width:  302px;
}
.about{
  width: 1130px;
  max-width: 85%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.text{
  width: 540px;
}
.text h2{
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 10px;

}
.text h5{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}
span{
  color: #4070f4;
}
.text p{
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 1px;
}
.data{
  margin-top: 30px;
}
.hire{
  font-size: 18px;
  background: #4070f4;
  color: #fff;
  text-decoration: none;
  border: none;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s;
}
.hire:hover{
  background: #000;
  border: 1px solid #4070f4;
}

