body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.hero-image {
  height: 150vh;
  width: 100%;
}

.right-section {
  display: flex;
  justify-content: space-around;
}

.view-all {
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular {
  font-family: Bodoni Moda;
  font-size: 64px;
  font-weight: 700;
}

.categories {
  font-family: Bodoni Moda;
  font-size: 54px;
  font-style: italic;
}




.sm-card,
.big-card {
  position: relative;

}

.sm-card img,
.big-card img {
  width: 100%;
  height: 100%;
  background-size: cover;
}

.big-card {
  height: 100%;
}

.image-text a {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px;
  color: #fff;
  font-family: Bodoni Moda;
  font-size: 34px;    
}


/* .sm-card {
  height: 700px;
}

.big-card {
  height: 700px;
} */

.all-side {
  display: flex;
  justify-content: center;
  align-items: center;
}


.fnt-apply {
  font-family: Bodoni Moda;
}

.youtube-section {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio for responsive resizing */
  position: relative;
}

.youtube-embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.newsletter form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0;
}

.newsletter form input {
  border: 1px solid #000;

  padding: 0 12px;
  flex: 1 1 0;
  min-height: 3rem;
}

.newsletter form input:focus {
  outline: 1px solid #000;
}

.newsletter button {
  flex: 0 1 0;

  color: white;

  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.breadcrumb-area:before {
  display: none;
}


.contact-form-style input,
.contact-form-style textarea {
  border: 1px solid #2f2f2f;
  background-color: #f9f9f9;
  height: 50px;
  color: #8f8f8f;
  font-weight: 300;
  padding: 2px 20px;
}


.breadcrumb-content h2 {
  color: #fff;
}

.clr-apply a {
  color: #fff;
}

.card-profile {
  position: relative;
  width: auto;
  background-color: #131212;
  padding: 1.25rem 2rem 3rem;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 16px hsla(29, 75%, 8%, 0.2);
}

.card__img {
  width: 96px;
  border-radius: 50%;
}

.card__border {
  width: 110px;
  height: 110px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin: 0 auto 0.75rem;
}

.card__name {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
}

.card__profession {
  color: #c8c8c8;
  font-size: 1rem;
  font-weight: 500;
}


.container__heading {
  padding: 1rem 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}

.container__heading>h2 {
  font-size: 1.75rem;
  line-height: 1.75rem;
  margin: 0;
}

.container__content {
  flex-grow: 1;

}

.container__nav {
  border-top: 1px solid #ccc;
  text-align: right;
  padding: 2rem 0 1rem;
}

.container__nav>.button {
  background-color: #444499;
  box-shadow: 0rem 0.5rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
  padding: 0.8rem 2rem;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.25s, box-shadow 0.25s;
}

.container__nav>.button:hover {
  box-shadow: 0rem 0rem 1rem -0.125rem rgba(0, 0, 0, 0.25);
  transform: translateY(-0.5rem);
}

.container__nav>small {
  color: #777;
  margin-right: 1rem;
}

.ltn__size-widget ul {
  margin: 0;
  padding: 0;
}

.ltn__size-widget ul li {
  list-style: none;
  display: inline-block;
  margin-right: 20px;
  margin-top: 0;
}

.ltn__size-widget ul li:last-child {
  margin-right: 0;
}

.ltn__size-widget ul li a {
  padding: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
}

.ltn__size-widget ul li a:hover {
  color: #2f2f2f;
  font-weight: bolder;
}
.ltn__size-widget ul li a:focus {
  color: #2f2f2f;
  font-weight: bolder;
}

.product-img {
  position: relative;
}

.hover-image {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index:0;
    
}

.product-img:hover .hover-image {
  display: block;

}
