/* Base styles */
.th-hero-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.slick-track {
  min-width: 100%;
  height: 600px;
  display: flex;
  align-items: stretch;
}

/* Laptops & tablets */
@media (max-width: 1199px) {
  .th-hero-bg,
  .slick-track {
    height: 500px;
  }
}

/* Tablets */
@media (max-width: 991px) {
  .th-hero-bg,
  .slick-track {
    height: 420px;
  }
}

/* Mobile devices */
@media (max-width: 575px) {
  .th-hero-bg {
    position: relative;
  }

  .th-hero-bg,
  .slick-track {
    height: 300px;
  }
}




@media (max-width: 991px) {
  .hero-offer .offer-text {
    font-size: 30px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .hero-offer {
    right: unset;
    left: 0;
    width: 140px;
    height: 160px;
    padding: 25px 20px 20px;
  }
}
@media (max-width: 991px) {
  .hero-offer .box-subtitle {
    font-size: 20px;
    line-height: 35px;
  }
}
/* Base (Large desktops) */
.hero-style9 .hero-title {
  font-size: 60px;
  line-height: 75px;
}

/* Screens ≤ 1299px */
@media (max-width: 1299px) {
  .hero-style9 .hero-title {
    font-size: 60px; 
    line-height: 75px;
  }
}

/* Screens ≤ 1199px (Laptops) */
@media (max-width: 1199px) {
  .hero-style9 .hero-title {
    font-size: 52px;
    line-height: 72px;
  }
}

/* Screens ≤ 991px (Tablets) */
@media (max-width: 991px) {
  .hero-style9 .hero-title {
    font-size: 44px;
    line-height: 60px;
  }
}

/* Screens ≤ 767px (Large mobiles) */
@media (max-width: 767px) {
  .hero-style9 .hero-title {
    font-size: 36px;
    line-height: 50px;
  }
}

/* Screens ≤ 575px (Small mobiles) */
@media (max-width: 575px) {
  .hero-style9 .hero-title {
    font-size: 28px;
    line-height: 40px;
  }
}
.img1 img{
	width: 100%;
	hight: 600px !important;
	}
.img2 img{
	width: 100%;
	hight: 160px !important;
	}
.header-logo img {
	    width: 150px;
    height: 60px;
}