@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.46;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

h1 {
  font-size: 48px;
  font-weight: 600;
}
h2,
.h2-title {
  font-size: 30px;
  font-weight: 600;
}
h3,
.h3-title {
  font-size: 22px;
  font-weight: 400;
}
h4,
.h4-title {
  font-size: 24px;
  font-weight: 500;
}
h5,
.h5-title {
  font-size: 18px;
  font-weight: 500;
}
h6,
.h6-title {
  font-size: 16px;
  font-weight: 400;
}

.container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.col50 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col33 {
  width: 33.33%;
  flex: 0 0 33.33%;
  padding: 0 15px;
}

.header {
  width: 100%;
  background: #333333;
  color: #ffffff;
  padding: 5px 0;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0;
}

.logo a {
  display: block;
  width: 103px;
}
.navbox {
  display: flex;
  align-items: center;
  padding: 0;
}

.navbox li {
  margin-right: 60px;
  list-style: none;
}
.navbox li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}
.navbox li a:hover,
.navbox li a.active {
  color: #ff5722;
}
.navbox-right {
  display: flex;
  align-items: center;
}

.navbox-right > * {
  margin-right: 20px;
}

.search-box {
  position: relative;
  display: flex;
  background: #fff;
  align-items: center;
  padding: 5px 10px;
  border-radius: 3px;
}
.search-box input {
  border: none;
  outline: none;
  font-size: 13px;
  padding: 4px;
}
.search-box i {
  color: #555;
  margin-left: 5px;
}

.cart {
  position: relative;
  cursor: pointer;
}
.cart i {
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
}
.cart i:hover {
  color: #ff5722;
}
.cart-badge {
  position: absolute;
  top: -5px;
  right: -10px;
  background: #ff5722;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 2px 5px;
  border-radius: 50%;
}

.menu {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.menu div {
  width: 25px;
  height: 3px;
  background: #564d4d;
  margin: 4px;
  transition: all 0.3s ease;
}

.banner {
  position: relative;
  width: 100%;
  height:auto;
  background-image: url(img/bannerbackground.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
}

.slide-content {
  max-width: 45%;
  position: relative;
  z-index: 10;
}

.slide-content .h3-title {
  font-size: 15px;
  font-weight: 100;
  color: #ffffff;
  text-transform: capitalize;
}

.slide-content .h2-title {
  font-size: 40px;
  font-weight: bold;
  color: #d54217;
  text-transform: uppercase;
}

.slide-content span {
  font-size: 24px;
  color: #ffffff;
  margin: 10px 0;
  font-weight: 200;
  text-transform: lowercase;
  font-family: "Oswald", sans-serif;
}

.slide-content p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
  color: #ffffff;
  margin-bottom: 20px;
  
}

.slide-content .h4-title {
  font-size: 28px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}

.banner-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #ffffff;
  color: #2f2a26;
  font-weight: 700;
  transition: 0.3s ease all;
}

.banner-btn:hover {
  background: #e05500;
  color: #fff;
}

.slide-img {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orange-box {
  position: absolute;
  right: 20%;
  width: 350px;
  height: 80vh;
  background-image: url(img/bannerorangebox.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.orange-box .biketext {
  width: 280px;
  top: 20%;
  left: 10%;
}

.slide-img img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 500px;
}

.bike-shadow {
  position: absolute;
  bottom: -10%;
  width: 550px;
  height: 40px;
  background-image: url(img/shadow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

/* .swiper-button-next,
.swiper-button-prev {
  top: 100%;
  color: #ffffff;
  width: 30px;
  height: 30px;
  font-size: 10px;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 12px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
} */

.swiper-pagination-bullet {
  background: #fff;
}

@media (max-width: 991px) {
  .navbox {
    position: absolute;
    top: 80px;
    right: 10px;
    width: 200px;
    background-color: rgb(86, 81, 73);
    flex-direction: column;
    align-items: center;
    display: none;
    padding: 20px;
    z-index: 2;
  }

  .navbox li {
    margin: 10px;
  }

  .navbox.active {
    display: flex;
  }

  .menu {
    display: flex;
  }

  .navbox-right {
    margin-left: auto;
  }

  .banner {
    width: 100%;
    height: auto;
  }

  .search-box {
    margin-right: 15px;
  }
  .swiper-slide {
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .slide-content {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .slide-content .h2-title {
    font-size: 28px;
  }

  .slide-content span {
    font-size: 18px;
  }

  .slide-content .h4-title {
    font-size: 20px;
  }

  .slide-content p {
    font-size: 14px;
  }

  .slide-img {
    width: 90%;
    position: relative;
  }

  .slide-img img {
    max-width: 90%;
    height: auto;
  }

  .orange-box {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 300px;
  }

  .bike {
    width: 60%;
    bottom: 0;
  }

  .orange-box .biketext {
    width: 200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .bike-shadow {
    width: 200px;
    height: 30px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5%;
    background-size: contain;
  }
  .swiper-button-next,
  .swiper-button-prev {
    top: 95%;
  }
}

@media (max-width: 480px) {
  .slide-content .h2-title {
    font-size: 24px;
  }
  .slide-content span {
    font-size: 16px;
  }
  .slide-content .h4-title {
    font-size: 18px;
  }
  .slide-content p {
    font-size: 14px;
  }
  .banner-btn {
    padding: 8px 16px;
    font-size: 14px;
  }

  .orange-box {
    width: 200px;
    height: 250px;
  }

  .orange-box .biketext {
    width: 160px;
  }

  .bike-shadow {
    width: 160px;
    height: 20px;
  }

  .logo a {
    display: block;
    width: 60px;
  }

  .search-box {
    padding: 2px 4px;
  }
}
@media (max-width: 380px) {
  .banner .h2-title {
    font-size: 24px;
  }
  .banner .h4-title {
    font-size: 20px;
  }
  .banner p{
    font-size: 10px;
  }
  .navbox-right {
    display: none;
  }
  .search-box {
    width: 30%;
    margin: 0 10px;
  }

  .orange-box {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 300px;
  }

  .bike {
    width: 60%;
    top: 50px;
  }

  .orange-box .biketext {
    width: 150px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/* card */
.card-section {
  width: 100%;
  background: #2f2a26;
  padding: 25px 15px;
}

.card-section .col33 {
  box-sizing: border-box;
}

.card {
  background: #f3f3f3;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: row;
  min-height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-top: 5px;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.card-image img {
  max-width:100%;
  display: block;
  background-position: center;
  object-fit: cover;
}

.card-content {
  padding: 10px 5px;
  justify-content: center;
  text-align: center;
  margin-top: auto;
}

.card-section .h4-title {
  font-size: 20px;
  font-weight: 700;
  margin-right: 50px;
  color: #000000;
  margin-bottom: 50px;
}

.card-btn {
  display: inline-block;
  background: #fbfffe;
  color: #2f2a26;
  font-weight: 600;
  margin-right: 30px;
  margin-bottom: 20px;
  padding: 10px 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}

.card-btn:hover {
  background: #e05500;
}

/* card responsive */
@media (max-width: 991px) {
  .card-section {
    width: 100%;
    padding: 5px;
  }
  .col33 {
    width: 33%;
    flex: 0 0 33%;
  }
  .card-image img {
    width: 100%;
  }
  .card-content .h4-title {
    font-size: 15px;
    font-weight: 700;
    padding-right:40px;
  }
  .card-btn {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .col33 {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 20px;
  }
  .card {
    width: 100%;
    flex-direction: column;
  }
}
@media (max-width: 480px) {
  .card-image img {
    width: 100%;
    align-items: center;
  }
  .card-content .h4-title {
    font-size: 10px;
    font-weight: 700;
    padding-left: 29px;
  }
  .card-btn {
    margin-right: 0;
  }
}
/* about */
.about {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b1b1b;
  color: #ffffff;
  font-family: Montserrat, sans-serif;
  padding: 80px 40px;
}
.about .h3-title {
  color: #ffffff;
  font-weight: 600;
  font-size: 32px;
}
.gotrek-img {
  position: relative;
  max-width: 500px;
  height: 60vh;
  margin-left: 50px;
}
.gotrek-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.grid-img {
  z-index: 1;
}

.cutout-img {
  z-index: 2;
}

.about .h3-title {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}
.about-text {
  margin-left: 60px;
}
.gotrek-text {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 30px;
}
.gotrek-btn {
  background-color: #e63900;
  border: none;
  padding: 12px 28px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.gotrek-btn:hover {
  background-color: #ff4d1a;
  transform: scale(1.05);
}

@media (max-width: 1024px) {
  .about {
    padding: 60px 30px;
  }
  .about .h3-title {
    font-size: 28px;
  }
  .gotrek-text {
    font-size: 18px;
  }
  .col50 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  .about-text {
    margin: 20px 0;
  }
  .gotrek-img {
    margin: 30px auto 0;
    height: 400px;
  }
}

@media (max-width: 768px) {
  .about {
    padding: 50px 20px;
  }
  .about .h3-title {
    font-size: 26px;
  }
  .gotrek-text {
    font-size: 16px;
  }
  .gotrek-img {
    height: 500px;
  }
}

@media (max-width: 600px) {
  .about .h3-title {
    font-size: 24px;
  }
  .gotrek-text {
    font-size: 15px;
  }
  .gotrek-btn {
    font-size: 14px;
    padding: 10px 22px;
  }
  .gotrek-img {
    height: 250px;
  }
}

@media (max-width: 320px) {
  .about {
    width: 100%;
    padding: 40px 15px;
  }
  .about .h3-title {
    font-size: 22px;
  }
  .gotrek-text {
    font-size: 10px;
    line-height: 1.5;
  }
  .gotrek-btn {
    font-size: 10px;
    padding: 8px 18px;
  }
}

/*  bike collection */
.bikecollecton {
  width: 100%;
  position: relative;
  text-align: center;
  background: url("img/bg-pattern.png") no-repeat top center;
  background-size: cover;
  padding: 40px 0;
}
.bikecollecton .h2-title {
  font-size: 35px;
  color: #181111;
}
.subtitle-with-lines {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.subtitle-with-lines::before,
.subtitle-with-lines::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #ccc;
  max-width: 120px;
}
.bikecollecton .h3-title {
  color: #333;
  font-weight: 300;
}

.bike-card {
  max-width: 300px;
  width: 100%;
  position: relative;
  background: #ecebe9;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 18px;
  margin: 0 auto;
}
.bike-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.12);
}

.bike-card .icons {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-bottom: 10px;
}
.bike-card .icons span {
  cursor: pointer;
  font-size: 20px;
  color: #888;
  transition: color 0.3s ease;
}
.bike-card .icons span:hover {
  color: #fa3c3c;
}

.bike-card .h5-title {
  margin: 6px 0;
  color: #111;
  font-weight: 500;
}
.price {
  color: #fc0606;
  font-weight: 600;
}

.order-btn {
  width: 100%;
  display: inline-block;
  background: #d54217;
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  margin-top: 10px;
  padding: 10px 40px;
  transition: background 0.3s ease;
}
.order-btn:hover {
  background: #701c02;
}
.swiper {
  position: relative;
  width: 100%;
  padding-bottom: 80px;
}
.swiper-slide {
  display: flex;
  justify-content: center;
}

.bike-next,
.bike-prev {
  background: none !important;
  border: none;
  background: #888;
  color: #000000;
  font-size: 8px;
  transition: color 0.3s ease;
}
.bike-next:hover,
.bike-prev:hover {
  color: #ff4c4c;
}

.bike-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
}
.swiper-pagination-bullet {
  max-width: 10px;
  background: #bbb;
  opacity: 1;
  border-radius: 50%;
  transition: background 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #ff4c4c;
}

@media (max-width: 1024px) {
  .bike-card {
    max-width: 280px;
  }
}
@media (max-width: 768px) {
  .bike-card {
    max-width: 240px;
  }
}
@media (max-width: 480px) {
  .bike-card {
    max-width: 90%;
    padding: 15px;
  }
  .bikecollecton .h2-title {
    font-size: 24px;
  }
  .bikecollecton .h3-title {
    font-size: 16px;
  }
  .order-btn {
    padding: 8px 25px;
    font-size: 13px;
  }
  .bikecollecton .bike-next,
  .bikecollecton .bike-prev {
    font-size: 5px;
  }
}

/* features section */
.feature {
  position: relative;
  width: 100%;
  height: 90vh;
  background: #1b1b1b;
  padding: 100px 20px;
}
.feature-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.feature .h2-title {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}
.feature p {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 15px;
}

.feature-content {
  flex: 1 1 40%;
  padding: 20px;
}
.feature .feature-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  background: #e74c3c;
  color: #ffffff;
  padding: 12px 28px;
  border-radius: 6px;
  transition: background 0.3s ease;
}
.feature .feature-btn:hover {
  background: #c0392b;
}
.feature-img {
  flex: 1 1 60%;
  max-width: 750px;
  padding-right: 100px;
}
.feature-img img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .feature {
    width: 100%;
  }
  .feature-wrapper {
    text-align: center;
    gap: 20px;
    margin-bottom: 100px;
  }

  .feature-img,
  .feature-content {
    flex: 1 1 100%;
    max-width: 100%;
  }
  .feature-img img {
    width: 50%;
  }
  .feature-content {
    width: 50%;
    font-size: 32px;
  }
  .feature .h2-title {
    font-size: 32px;
  }

  .feature p {
    font-size: 16px;
  }

  .feature-content {
    margin-top: 20px;
    margin-right: 60px;
  }
}

@media (max-width: 768px) {
  .feature .h2-title {
    font-size: 24px;
  }

  .feature p {
    font-size: 14px;
  }

  .feature .feature-btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .feature {
    padding: 60px 15px;
    overflow-x: hidden;
  }
  .feature-img,
  .feature-content {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .feature .h2-title {
    font-size: 10px;
  }

  .feature p {
    font-size: 10px;
  }

  .feature .feature-btn {
    font-size: 10px;
    padding: 8px 16px;
  }
}

@media (max-width: 320px) {
  .feature {
    width: 100%;
    overflow-x: hidden;
  }
  .feature-img img{
    width: 100%;
    max-width:100%px;
    min-height: 150px;
    margin-left: 40px;
  }
  .feature-content{
    width: 100%;
    margin-left: 20px;
  }
  .feature .h2-title {
    font-size: 10px;
  }

  .feature p {
    font-size: 8px;
    font-weight: 400;
  }

  .feature .feature-btn {
    font-size: 10px;
    padding: 8px 16px;
  }

}


/* collection */
.collections {
  padding: 40px 20px;
  background: url("img/ftbackgroundimg.png") no-repeat left center;
  background-size: 350px 100%;
}

.collections .h2-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
}
.collections .h2-title span {
  font-weight: bold;
  color: #ff5722;
}

.card-helmet {
  margin-bottom: 5px;
}

.collection-card {
  max-width:100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 5px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.collection-card:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.collection-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  z-index: 1;
}
.collection-card img{
  width: 100%;
  display: block;
}
.card-content {
  position: relative;
  z-index: 2;
}

.card-large {
  min-height: 465px;
}
.card-small {
  min-height: 220px;
}

.card-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.card-content .subtitle {
  font-size: 22px;
  color: #d63d00;
  font-weight: bold;
}

.collection-card .more {
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 8px;
  color: #ffffff;
}
.collection-card .more:hover{
  color: #d63d00;
}

.card-trek {
  background-image: url("img/ftcollection1.png");
  margin-left: 200px;
  padding: 5px;
}
.card-helmet {
  background-image: url("img/ftcollection2.png");
}
.card-bike2 {
  background-image: url("img/ftcollection3.png");
}
.card-bike3 {
  background-image: url("img/ftcollection4.png");
}
.card-bike4 {
  background-image: url("img/ftcollection5.png");
}

.view-more {
  text-align: center;
  margin-top: 25px;
}

.view-more a {
  display: inline-block;
  background: #d63d00;
  color: #000000;
  padding: 12px 80px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  transition: background 0.3s;
}
.view-more a:hover {
  background: #e64a19;
}

@media (max-width: 1200px) {
  .col25,
  .col50,
  .col75 {
    flex: 0 0 50%;
    width: 50%;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .col25,
  .col50,
  .col75 {
    flex: 0 0 100%;
    width: 100%;
  }

  .collections {
    background-size: cover;
    background-position: center;
    padding: 30px 15px;
  }

  .collections .h2-title {
    font-size: 28px;
  }

  .card-large {
    height: 300px;
  }

  .card-small {
    height: 180px;
  }

  .card-content .h4-title {
    font-size: 18px;
  }

  .card-content .subtitle {
    font-size: 20px;
  }

  .view-more a {
    padding: 10px 40px;
    font-size: 16px;
  }

  .card-trek {
    margin-left: 0;
  }
}

@media (max-width: 480px) {
  .collections .h2-title {
    font-size: 24px;
  }

  .card-large {
    height: 250px;
  }

  .card-small {
    height: 160px;
  }

  .card-content .h4-title {
    font-size: 16px;
  }

  .card-content .subtitle {
    font-size: 18px;
  }

  .view-more a {
    padding: 8px 25px;
    font-size: 15px;
  }
}

/* sale section */

.sale-section {
  width: 100%;
  display: flex;
  background: url("img/salebg.png") no-repeat center center/cover;
  background-position: cover;
  font-family: Arial, sans-serif;
  align-items: center;
  justify-content: space-between;
  padding: 20px 40px;
  overflow-x: hidden;
}

.sale-section .h4-title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.sale-section .h2-title {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  margin: 10px 0 30px;
}

.countdown {
  display: flex;
  margin-bottom: 40px;
}

.time-box {
  text-align: center;
  margin-right: 30px;
}

.time-box:last-child {
  margin-right: 0;
}

.time-box .h3-title {
  font-size: 36px;
  font-weight: bold;
}

.time-box span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.countdown:not(:last-child)::after {
  content: ":";
  position: absolute;
  right: -14px;
  top: 0;
  font-size: 32px;
  font-weight: bold;
  color: #000000;
}

.sale-btn {
  display: inline-block;
  padding: 12px 24px;
  background: #fff;
  color: #000000;
  font-weight: bold;
  text-decoration: none;
  transition: 0.3s;
}

.sale-btn:hover {
  background: #000;
  color: #fff;
}

.sale-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sale-right img {
  max-width: 100%;
  height: auto;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .h2-title {
    font-size: 24px;
  }
  .time-box .h3-title {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .sale-section {
    flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }

  .sale-left {
    margin-bottom: 30px;
  }

  .countdown {
    justify-content: center;
  }

  .time-box {
    margin-right: 15px;
  }

  .h2-title {
    font-size: 22px;
  }

  .time-box .h3-title {
    font-size: 26px;
  }

  .sale-btn {
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .h2-title {
    font-size: 20px;
  }

  .h4-title {
    font-size: 16px;
  }

  .time-box {
    margin-right: 10px;
  }

  .time-box .h3-title {
    font-size: 22px;
  }

  .time-box span {
    font-size: 12px;
  }

  .sale-btn {
    padding: 8px 16px;
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .h2-title {
    font-size: 18px;
  }

  .h4-title {
    font-size: 14px;
  }

  .countdown {
    flex-direction:row;
    justify-content: space-between;
    align-items: center;
    padding: 0 60px;
  }

  .time-box {
    margin: 10px 0;
  }

  .time-box .h3-title {
    font-size: 20px;
  }

  .sale-btn {
    width: 60%;
    font-size: 14px;
    padding: 10px;
  }
}

/* testimonial */
.testimonial {
  position: relative;
  width: 100%;
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1b1b1b;
  color: #fff;
  overflow: hidden;
  padding: 60px 20px;
}

.testimonial .slides {
  display: flex;
  transition: transform 0.7s ease-in-out;
  width: 300%;
}

.testimonial .slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 40px;
}

.testimonial-container {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1530px;
  width: 100%;
}

.testimonial-image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-image img {
  width: 100%;
  max-width: 500px;
  border-radius: 10px;
  z-index: 2;
  transition: transform 0.3s ease-in-out;
}
.testimonial-image img:hover {
  transform: scale(1.05);
}

.testimonial-text {
  flex: 1;
  padding: 30px;
  max-width: 600px;
}

.testimonial-text .h4-title {
  font-size: 22px;
  font-weight: 300;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 15px;
}

.stars {
  display: flex;
  gap: 4px;
  margin-bottom: 15px;
}

.stars .material-symbols-outlined {
  font-size: 24px;
  color: orange;
}

.testimonial-text .review {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #ffffff;
  line-height: 1.6;
}

.author {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}

.sub {
  font-size: 12px;
  color: #aaa;
}

/* Navigation */
.navigation {
  position: absolute;
  bottom: 30px;
  right: 50px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.dots {
  display: flex;
  gap: 6px;
}

.dot {
  width: 8px;
  height: 8px;
  background: #777;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #fff;
}

.arrow {
  background: #ff5722;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  color: white;
  transition: background 0.3s ease-in-out;
}
.arrow:hover {
  background: #e64a19;
}


@media (max-width: 991px) {
  .testimonial {
    width: 100%;
    height: auto;
  }
  .testimonial-container {
    gap: 30px;
  }
  .testimonial-text {
    padding: 20px;
    max-width: 80%;
  }
  .testimonial-text .h4-title {
    font-size: 18px;
  }
  .testimonial-text .review {
    font-size: 12px;
  }
  .testimonial-container {
    flex-direction: column;
    text-align: center;
    gap: 25px;
  }
  .testimonial-image img {
    max-width: 420px;
  }
  .stars {
    justify-content: center;
  }
  .testimonial-text {
    padding: 15px 20px;
  }
  .testimonial-text .review {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .testimonial {
    padding: 50px 20px 90px;
  }
  .testimonial-container {
    gap: 20px;
  }
  .testimonial-image img {
    max-width: 360px;
  }
  .testimonial-text .review {
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .testimonial-image img {
    max-width: 280px;
  }
  .testimonial-text .h4-title {
    font-size: 18px;
  }
  .testimonial-text .review {
    font-size: 13px;
    line-height: 1.5;
  }
  .testimonial-text .author {
    font-size: 13px;
  }
  .testimonial-text .sub {
    font-size: 11px;
  }
  .testimonial-text .arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

@media (max-width: 420px) {
  .testimonial {
    padding: 40px 15px 70px;
  }
  .testimonial-image img {
    max-width: 240px;
  }
  .testimonial-text .h4-title {
    font-size: 16px;
  }
  .testimonial-text .review {
    font-size: 10px;
    line-height: 1.5;
    width: 70%;
    margin-left: 80px;
  }
  .navigation {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 320px) {
  .testimonial {
    padding: 30px 10px 70px;
  }
  .testimonial-image img {
    max-width: 200px;
  }
  .testimonial-text .h4-title {
    font-size: 14px;
  }
  .testimonial-text .review {
    font-size: 11px;
    width: 50%;
    margin-left: 150px;
  }
  .testimonial-text .author {
    font-size: 12px;
  }
  .testimonial-text .sub {
    font-size: 10px;
  }
}

/* footer section */

.footer {
  background: url("img/footerbackground.png") no-repeat center/cover, #e65424;
  color: #111111;
  padding: 50px 20px;
  position: relative;
}

.footer .row {
  justify-content: space-between;
}

.footer .col20 {
  min-width: 150px;
  padding-left: 10px;
}

.footer .h2-title,
.footer .h3-title,
.footer .h4-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
}
.footer .h2-title {
  font-size: 25px;
}
.footer .h3-title {
  font-size: 20px;
}

.footer .h4-title {
  font-size: 18px;
}
.footer .h2-title,
.footer .h3-title,
.footer .h4-title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #000000;
  position: relative;
  display: inline-block;
}

.footer .h2-title::after,
.footer .h3-title::after,
.footer .h4-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 50%;
  height: 2px;
  background-color: #ff6501;
}

.newsletter-form {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding-left: 15px;
  max-width: 250px;
}
.newsletter-form input {
  padding: 6px;
  border: 1px solid #ccc;
  border-radius: 4px 0 0 4px;
  flex: 1;
  font-size: 14px;
  outline: none;
  min-width: 0;
}
.newsletter-form button {
  padding: 7px;
  border: none;
  background: #ff6501;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  border-radius: 0 4px 4px 0;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.newsletter-form button:hover {
  background: #333333;
  color: #ffffff;
}

cons.social-i {
  margin-top: 15px;
}
.social-icons a {
  display: inline-block;
  margin-right: 20px;
  color: #111111;
  font-size: 24px;
  padding-left: 15px;
  transition: all 0.3s ease;
}
.social-icons a:hover {
  transform: scale(1.2);
}

.social-icons a:nth-child(1):hover {
  color: #0a66c2;
}
.social-icons a:nth-child(2):hover {
  color: #e4405f;
}
.social-icons a:nth-child(3):hover {
  color: #1da1f2;
}
.social-icons a:nth-child(4):hover {
  color: #1877f2;
}

.col20 ul li a {
  display: inline-block;
  color: #111111;
  transition: color 0.3s ease, border-bottom 0.3s ease;
  padding: 3px 0;
}

.col20 ul li a:hover {
  color: #ffffff;
  border-bottom: 1px solid #f26522;
}

.handlebar-img {
  position: absolute;
  bottom: 30px;
  right: 100px;
  max-width: 180px;
  width: auto;
}

.footer-bottom {
  font-size: 14px;
  color: #111111;
  text-align: center;
  margin-top: 60px;
  padding: 15px 0;
}

.footer-bottom a {
  margin: 0 10px;
  color: #111;
}

.footer-bottom a:hover {
  color: #ffffff;
}

@media (max-width: 991px) {
  .col20 {
    width: 45%;
  }
}

@media (max-width: 600px) {
  .col20 {
    width: 100%;
  }

  .newsletter-form {
    flex-direction: column;
    max-width: 250px;
  }

  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
    border-radius: 4px;
    margin: 5px 0;
  }

  .handlebar-img {
    max-width: 110px;
    right: 30%;
    bottom: 150px;
    transform: translateX(50%);
  }
}
@media (max-width: 370px) {
  .col20 {
    width: 100%;
  }
  .social-i {
    margin-top: 30px;
  }
  .footer .h4-title {
    padding-left: 10px;
    margin-top: 20px;
  }
  .footer .h3-title::after {
    margin-left: 10px;
  }
  .footer .h4-title::after {
    margin-left: 10px;
  }
  .col20 ul li a {
    max-width: 100%;
    padding-left: 10px;
  }
  .footer .h3-title {
    padding-left: 10px;
    margin-top: 10px;
  }
  .footer .h3-title p {
    margin-left: 60px;
  }

  .handlebar-img {
    max-width: 110px;
    right: 58%;
    bottom: 106px;
    transform: translateX(50%);
  }
  .footer-bottom p {
    margin-top: 60px;
  }
}
