* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
}

.bg-light {
  background-color: #fefcf3 !important;
}
.img_sll{
        height: 290px;
    object-fit: cover;

}
a {
  text-decoration: none;
  font-family: raleway;
}

body {
  font-family: raleway;
}

@font-face {
  font-family: dream-avenue;
  src: url(../cdn/font/dream-avenue/dream-avenue.ttf);
}

@font-face {
  font-family: raleway;
  src: url(../cdn/font/raleway/Raleway-Regular.ttf);
}

/* 
@font-face {
  font-family: Raleway-Bold;
  src: url(../cdn/font/raleway/Raleway-Medium.ttf);
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: dream-avenue;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 3px;
}

h5 {
  font-size: 18px;
}


h4 {
  font-size: 40px;
  font-weight: 500;
}

input::placeholder {
  color: #281c75;
  font-size: 14px;
  font-weight: 400;
}

.header_wrapper {
  background-color: #ffffff;
}

a.nav-link.active {
  color: #fff;
  font-weight: 600;
    text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
}

.nav-link {
  /* color: #D6006E !important; */
  color: #000 !important;
  font-weight: 600;
  font-family: dream-avenue;
    text-transform: uppercase;
  padding: 0.5rem 1rem !important;
  font-size: 18px;
  letter-spacing: 2px;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: dream-avenue;
  color: #393939;
}

p {
  font-size: 16px;
  font-weight: 500;
  font-family: raleway;
  color: #000;
  line-height: 27px;
}

.about_img {
  border-radius: 0 32px 32px 0;
 
}

.vision_img {
    border-radius: 32px 0 0 32px !important;
    height: 500px !important;
  object-position: top;
}

.btn-primary {
  background-color: #222 !important;
  border: none !important;
}

.hover-card {
  transition: all 0.3s ease;
  border: 1px solid #d6006e38 !important;
}

.hover-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.text-purple {
  color: #6f42c1;
}

.text-primary {
  color: #222 !important;
}

.category-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #d6006e38;
}

.category-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
}
.womens_imgs {
    height: 500px;
    object-fit: cover;
    object-position: top;
}

.owl-carousel .item img {
  width: 100%;
  height: 500px;
object-fit: cover;
object-position: inherit !important;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
    object-position: top;
  object-fit: cover;
}

.owl-carousel .item img:hover {
  transform: scale(1.05);
}

body {
  overflow-x: hidden;
}

.contact_form {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
  padding: 2rem;
  border-radius: 24px;
}

.form-control:focus {
  border-color: #222;
  box-shadow: none;
}


.header-carousel .owl-carousel-item img {
  width: 100%;
  height: 100vh;
  object-position: top;
  object-fit: cover;
}

.carousel-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  /* dark overlay */
}

.banner h1 {
  font-size: 40px;
  color: #fff;
}


@media (max-width: 768px) {
    .womens_img {
    height: 250px !important;
    object-fit: cover;
}
    .vision_img {
    border-radius: 32px !important;
    height: 400px !important;
  object-position: top;
}
  .header-carousel .owl-carousel-item img {
    width: 100%;
    height: 60vh !important;
    object-fit: cover;
  }

  .about_img {
    border-radius: 32px !important;
  }
}

body{
  overflow-x: hidden;
}

.womens_img {
    height: 350px;
    object-fit: cover;
}