@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  margin: 0;
  background:#000000;
}

/*========== default ==========*/
.col_sm1 {
  width: 100%;
  margin: 0 auto;
}

.col_sm2 {
  width: 48%;
  float: left;
  margin: 1%;
}

.col_sm22 {
  width: 47.5%;
  float: left;
  margin: 1%;
}

.col_sm3 {
  width: 31.3%;
  float: left;
  margin: 1%;
}

.col_sm3_1 {
  width: 31.3%;
  float: left;
  margin: 1%;
}

.col_sm4 {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm4-ftr {
  width: 23%;
  margin: 1%;
  float: left;
}

.col_sm5 {
  width: 18%;
  margin: 1%;
  float: left;
}

.col_sm8 {
  width: 38%;
  margin: 1%;
  float: left;
}

.col_sm88 {
  width: 58%;
  margin: 1%;
  float: left;
}

.col_sm9 {
  width: 38%;
  margin: 1%;
  float: left;
}

.col_sm99 {
  width: 58%;
  margin: 1%;
  float: left;
}

.col_sm10 {
  width: 28%;
  margin: 1%;
  float: left;
}

.col_sm100 {
  width: 68%;
  margin: 1%;
  float: left;
}

.top {
  width: 90%;
  margin: 0 auto;
  max-width: 1920px;
}

.top2 {
  width: 85%;
  margin: 0 auto;
  max-width: 1920px;
}

.clear {
  clear: both;
}

.img {
  width: 100%;
  display: block;
}

.pdg {
  padding: 60px 0 60px 0;
}

.pdg2 {
  padding: 0px 0 60px 0;
}

.pdg3 {
  padding: 20px 0 20px 0;
}

.pdg-ftr {
  padding: 20px 0 10px 0;
}

.white {
color:#FFFFFF;

}

/* Paragraph */
/*p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 5px;
  color: #555;
}*/

/* Headings */
/*h2, h3, h4, h5, h6 {
  font-family: "Jost", sans-serif;
  color: #111;
  line-height: 140%;
  margin: 0;
}*/

/* Individual sizes */
/*h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}*/

.sec-flex {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ftr-flex {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: space-between;
}

/*-----------------------------
whtas up
-----------------------------*/

.whatsapp_float {
  text-decoration: none;
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 100px;
  right: 10px;
  background-color: #25d366;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.whatsapp-icon {
  margin-top: 16px;
}

/* for mobile */
@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 100px;
    right: 10px;
    font-size: 22px;
  }
}

/*-- ========== section 1 ========== --*/
.ind-sec1 p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b8963e;
  text-align: center;
}

.ind-sec1 h2 {
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	font-family: "Jost", sans-serif;
}

.ind-sec1 h5 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
}


.ind-sec1 h5 a{
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.circle-img {
  /*  width: 300px;*/
  /*  height: 300px;*/
  border-radius: 50%;
  overflow: hidden;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Image */
.circle-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover zoom */
.circle-img:hover img {
  transform: scale(1.1);
}


/*-- ========== section 1-1 ========== --*/
.img_head h2 {
    font-family: "Jost", sans-serif;
    font-size: 28px;
    font-weight: 500 !important;
    color: #866f45;
    text-align: center;
    margin: 0;
    line-height: 140%;
}

.img_head h3 {
    font-family: "Jost", sans-serif;
    font-size: 24px;
    font-weight: 500 !important;
    color: #fff;
    text-align: center;
    margin: 0;
    line-height: 140%;
}


/*-- ========== section 2 ========== --*/
/* Container */
.banner-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

/* Image */
.banner-card img {
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.5s ease;
}

/* Zoom */
.banner-card:hover img {
  transform: scale(1.1);
}

/* Content base */
.banner-content {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  max-width: 400px;
  text-align: left;
}

/* RIGHT ALIGN */
.banner-card.text-right .banner-content {
  right: 40px;
  left: auto;
  text-align: right;
}

/* Tag */
.tag h4{
  font-family: "Jost", sans-serif;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
  color: #fff;
}

/* Heading */
.banner-content h2 {
  font-family: "Jost", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #fff;
}

/* Paragraph */
.banner-content p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

/* Button */
.banner-content a {
  font-family: "Jost", sans-serif;
  font-size: 15px;
  letter-spacing: 2px;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #000;
  padding-bottom: 3px;
  font-weight: 600;
  transition: 0.3s;
}

.banner-content a:hover {
  color: #000;
  border-color: #000;
}

/*-- ========== section 3 ========== --*/


.col_sm44 {
  width: 23%;
  margin: 1%;
  float: left;
}

/* Hover Image */
/* Image Box */
.hover-img-box {
  position: relative;
  overflow: hidden;
}

/* Images */
.hover-img-box img {
  width: 100%;
  display: block;
  transition: 0.4s;
}

.hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

/* Hover Image Effect */
.hover-img-box:hover .hover-img {
  opacity: 1;
}

.hover-img-box:hover .default-img {
  opacity: 0;
}

/* Overlay Content */
.hover-content {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  opacity: 0;
  transition: 0.4s;
}

/* Button Style */
/* Button Style */
.shop-btn {
  font-family: "Jost", sans-serif;
  padding: 10px 20px;
  background: #fff;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  transition: 0.3s;
  width: 290px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 25px;
}

.shop-btn:hover {
  background: #333;
  color: #fff;
}

/* Show on Hover */
.hover-img-box:hover .hover-content {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}



/*-- ========== section 4 ========== --*/
.sec4-col {
  width: 31%;
  display: flex;
  align-items: center; /* vertical center */
  justify-content: flex-end; /* right side (same as your need) */
  /* must match section height */
}

.section4-bg {
  background-image: url("../images/sec-4-bg.jpg");
  background-size: cover; /* full cover */
  background-position: center; /* center image */
  background-repeat: no-repeat;
}

.box-bg {
  background: #fff;
  padding: 20px;
  margin: 10% 1%;
  border-radius: 5px;
}

.sec4-txt p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  text-align: left;
}

.sec4-txt h2 {
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-weight: 500 !important;
  color: #1a1a1a;
  text-align: left;
  margin: 0;
  line-height: 140%;
}

.sec4-txt h5 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: left;
}

.sec4-txt a {
  font-family: "Jost", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 25px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  position: relative;
}

/* Arrow */
.sec4-txt a::after {
  content: "→";
  transition: transform 0.3s ease;
}

.sec4-txt a:hover::after {
  transform: translateX(5px);
}

/*-- ========== section 5 ========== --*/

.ind-sec5 p {
  font-family: "Jost", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #b8963e;
  text-align: center;
}

.ind-sec5 h2 {
	font-size: 32px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	font-family: "Jost", sans-serif;
}

.hover-img-box {
  position: relative;
  overflow: hidden;
}

.hover-img-box .img {
  width: 100%;
  display: block;
}

/* Hover image on top */
.hover-img-box .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.4s ease;
}

/* On hover show second image */
.hover-img-box:hover .hover-img {
  opacity: 1;
}

/* Optional: slight zoom effect */
.hover-img-box:hover .default-img,
.hover-img-box:hover .hover-img {
  transform: scale(1.05);
  transition: 0.4s ease;
}

/*-- ========== section 6 ========== --*/




/*-- ========== men css ========== --*/

.men-head h1{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: justify;
  margin: 1%;
}

.flex-men-wom{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-men-wom-und{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.men-wom-brd{
  border: 2px solid #957c4c;
  border-radius: 5px;
}

.men-wom-img-brd{
  border-radius: 5px;
}

.men-wom-info h2{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.men-wom-info h3{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  margin: 0;
}

.men-wom-info p{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  margin: 0;
  min-height: 80px;
}

.buy-btn a {
    font-family: "Jost", sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 25px;
    background: #fff;
    color: #000;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.3s ease;
    position: relative;
}

.cont-flex{
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
}

/*-- ========== contact ========== --*/

.cont-head h1{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  text-align: justify;
  margin: 1%;
}

.cont-head p{
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin: 1%;
}

.cont-head p a{
  text-decoration: none;
  font-family: "Jost", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: justify;
  margin: 0%;
}





/*-- ========== footer ========== --*/
.footer-bg {
  border-top: 1px solid #3c3c3a;
  background: #141414;
}

.footer-txt h2 {
  width: 500px;
  font-size: 32px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  font-family: "Jost", sans-serif;
}

.footer-txt p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin: 1%;
}

.footer-txt-2 p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
  margin: 1%;
}

.footer-txt-1 p {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: right;
  margin: 1%;
}

.footer-txt-1 p a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #b8963e;
  text-align: right;
  margin: 1%;
}

.footer-txt p a {
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: left;
}

.footer-txt h5 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  text-align: left;
  margin: 0;
  font-family: "Jost", sans-serif;
}

.quick-links {
  list-style: none;
  padding: 0;
}

.quick-links li {
  margin: 8px 0;
}

.quick-links a {
  font-family: "Poppins", sans-serif;

  font-size: 16px;
  text-decoration: none;
  color: #fff;
  position: relative;
}

/* Hover underline effect */
.quick-links a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  bottom: -2px;
  background-color: #b8963e;
  transition: width 0.3s ease;
}

.quick-links a:hover::after {
  width: 100%;
}

.footer-txt a i {
  color: #333; /* visible icon color */
  margin: 1%;
  border-radius: 50%;
  background: #fff;
  padding: 10px;
}

.about-bg1{
  background-image: url(../images/about-bg1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.about-bg{
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: scroll;
}




@media only screen and (max-width: 1600px) {
  .shop-btn {
    width: 200px;
  }

  .img-overlay {
    right: -98px;
    width: 350px;
}

}

@media only screen and (max-width: 1360px) {
  .sec4-col {
    width: 41%;
  }

  .img-overlay {
    right: -71px;
    width: 330px;
  }

}

@media only screen and (max-width: 1200px) {

  .flex-men-wom-und {
    flex-direction: column;
  }

  .col_sm2 {
    width: 98%;
}

  .sec4-col {
    width: 45%;
  }

  .img-overlay {
      right: -45px;
      width: 330px;
      bottom: 50px;
  }

  .abt-sec1 h2 {
    font-size: 38px;
  }
      
}

@media only screen and (max-width: 1024px) {
  .banner-content h2 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 0px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 900px) {

  .col_sm88 {
    width: 98%;
}

  .col_sm8 {
    width: 98%;
}

  .cont-flex {
    flex-direction: column;
}

  .sec-flex {
    justify-content: center;
    flex-wrap: wrap;
  }

  .col_sm5 {
    width: 28%;
  }

  .col_sm2 {
    width: 98%;
  }

  .ind-sec1 h2 {
    font-size: 28px;
  }

  .ind-sec3 h2 {
    font-size: 28px;
  }

  .sec4-col {
    width: 61%;
  }

  .ind-sec5 h2 {
    font-size: 28px;
  }

  .ind-sec6 h2 {
    font-size: 28px;
  }

  .ftr-flex {
    flex-direction: column;
  }

  .col_sm4-ftr {
    width: 48%;
  }

  .abt-flex {
    flex-direction: column;
  }

  .abt-flx2 {
    flex-direction: column;
  }

  .img-overlay {
    right: -115px;
    width: 434px;
    bottom: 50px;
  }

  .abt-flx3 {
    flex-wrap: wrap;
  }

  .col_sm4 {
    width: 48%;
    margin: 1%;
    float: left;
}

}

@media only screen and (max-width: 800px) {

  .col_sm22 {
    width: 98%;
}

  .col_sm44 {
    width: 48%;
  }

  .footer-txt-2 p {
    text-align: center;
  }

  .footer-txt-1 p {
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .col_sm4-ftr {
    width: 98%;
  }

  .col_sm5 {
    width: 48%;
  }

  .sec4-col {
    width: 90%;
  }

  .shop-btn {
    width: 110px;
  }

  .slide-content p {
    margin-right: 200px;
  }

  .abt-flx3 {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-direction: column;
  }

  .img-overlay {
    right: -60px;
    width: 322px;
  }

  .abt-sec1 h2 {
    font-size: 28px;
    margin: 0;
  }

  .abt-sec1 p {
    margin: 0;
  }

  .abt-flex2 {
    gap: 10px;
  }

  .abt-flx2 {
    flex-direction: column;
    gap: 30px;
  }


}

@media only screen and (max-width: 500px) {
  .banner-content h2 {
    font-size: 22px;
    line-height: 110%;
    margin-bottom: 5px;
  }

  .ind-sec1 h2 {
    font-size: 24px;
  }

  .ind-sec3 h2 {
    font-size: 24px;
  }

  .ind-sec5 h2 {
    font-size: 24px;
  }

  .ind-sec6 h2 {
    font-size: 24px;
  }
}
