*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.logo{
    width: 120px;
    height: 40px;
}
.img1{
    background-image: url(./img/img1.avif);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 604px;


}

.img2{
    background-image: url(./img/img2.avif);
    background-size: cover;
    width: 100%;
    height: 604px;
    background-position: center;
}
.img3{
    background-image: url(./img/img3.avif);
    background-size: cover;
    width: 100%;
    height: 604px;
    background-position: center;
}

.h-1{
    color: white !important;
    font-size: 70px;
}
.t1{
    color: white;
    font-size: 20px;
}
.h-2{
    color: white;
    font-size: 70px;
}

.t2{
    color: white;
    font-size: 20px;
}

.banner-1{
    position: absolute;
    right: -35% !important;
    top: 20%;

}

.h-3{
    color: black;
    font-size: 70px;
}

.t3{
    color: black;
    font-size: 20px;
}

.banner-2{
    position: absolute;
    left: -35% !important;
    top: 20%;
}
.line{
    width: 100%;
    height: 50px;
    background-color: rgba(20, 129, 20, 0.808);
}
.t4{
    font-size: 12px;
}
.y1{
    height: 50px;
    width: 50px;
}
.y2{
    height: 40px;
    width: 40px;  
}
.y:hover{
    background-color: rgba(241, 108, 108, 0.637);
    cursor: pointer;
}
.box1{
    width: 500px;
}
.t5:hover{
    color: gray;

}

.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bgimg{
    background-image: url(./img/bgimg1.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    height: 90vh;
    width: 100%;
    background-size: cover;
  }
  .t6{
    padding-top: 5%;
    text-align: center;
  }
  .t7{
    text-align: center;
  }
  .main{
    display: flex;
    justify-content:center;
    gap: 30px;
    padding-top: 5%;
  
  }
  .pt1{
    background-image: url(./img/pt1.jpg);
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .pt2{
    background-image: url(./img/pt2.jpg);
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .pt3{
    background-image: url(./img/pt3.jpg);
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  .pt4{
    background-image: url(./img/pt4.jpg);
    height: 400px;
    width: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .BgColor{
    height: 400px;
    width: 300px;
    background-color: rgba(64, 53, 53, 0.43);
    padding-top: 80%;

  }
.maindiv2{
  display: flex;
  justify-content: center;
  gap: 20px;
 
}

/* footer start */
.footer {
  background-color:#f8f0e3;
  color: black;
  padding: 40px 20px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 200px;
  margin: 10px 20px;
}

.footer-column h3,
.footer-column h4 {
  color: black;
  margin-bottom: 15px;
}

.footer-column p {
  line-height: 1.6;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 8px 0;
}

.footer-column ul li a {
  color: black;
  text-decoration: none;
  transition: color 0.3s;
}

.footer-column ul li a:hover {
  color: black;
}

.footer-bottom {
  text-align: center;
  margin-top: 30px;
  border-top: 1px solid #444;
  padding-top: 15px;
  font-size: 14px;
}
