* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "Rubik", sans-serif;
}

.container {
  height: 100%;
  width: 100%;
}

.header-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 20%;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0.8rem 0;
}

.logo-box {
  display: inline;
  align-items: center;
  justify-content: space-between;
  /* background-color: #252525; */
  width: 17%;
}

.logo-img {
  width: 90%;
}

.hamburger-menu {
  display: none;
  cursor: pointer;
  font-size: 3.2rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2rem;
  font-weight: 300;
}

.nav-link:link,
.nav-link:visited {
  text-decoration: none;
  color: #252525;
}

.nav-item {
  font-size: 1.8rem;
  list-style: none;
}

.search-icon {
  font-size: 2.4rem;
}

/* Banner Section */

.hero-section {
  height: 80%;
  position: relative;
}

.banner {
  height: 100%;
}

.owl-prev,
.owl-next {
  width: 4.8rem;
  height: 4.8rem;
  font-size: 3.2rem !important;
  color: #fff !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.owl-prev {
  left: 0;
}

.owl-prev:hover,
.owl-next:hover {
  background-color: #800020 !important;
  color: #fff;
}

.owl-next {
  right: 0;
}

/* Category Section */

.section-space {
  margin-top: 6.4rem;
  width: 100%;
  height: 100%;
}

.title-space {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 3.2rem;
}

.secondary-heading {
  font-size: 3.2rem;
  color: #800020;
}

.subheading {
  font-size: 1.8rem;
  color: #252525;
}

.categories-inner {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  width: 80%;
  margin: 0 auto;
  height: 100%;
}

.category-box {
  width: 30%;
}

.category-box img {
  width: 100%;
}

/* Bridal Wear Section */

.product-box {
  position: relative;
}

.product-hover {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 2.4rem;
  text-align: center;
  transition: all 0.3s ease;
}

.product-link:hover .product-hover {
  display: block;
}

.product-hover-text {
  display: inline-block;
  background-color: #800020a3;
  width: 100%;
  padding: 2.4rem 0;
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
}

.product-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 1.2rem;
}

.product-name {
  font-size: 1.8rem;
  color: #252525;
}

.product-price {
  font-size: 1.8rem;
  font-weight: 500;
  color: #800020;
}

/* Middle Banner Section */

.middle-banner-section {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3.2rem;
}

.stitch-banner {
  width: 100%;
}

/* Jewellery Section */

.product-section {
  width: 80%;
  margin: 0 auto;
}

/* Contact US Section */

.contact-us-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 80%;
  height: auto;
  padding-top: 2.4rem;
  /* overflow: hidden; */
}

.contact-us-form {
  width: 50%;
}

.contact-us-img {
  display: flex;
  justify-content: center;
  width: 50%;
}

.contact-img {
  width: 30vw;
}

.contact-us-bg {
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  background-image: url("../images/BG.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 6.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-us-heading {
  font-size: 3.6rem;
  font-weight: 600;
  color: #fff;
}

.contact-us-subheading {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
}

.field {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
  margin-top: 2.4rem;
}

.field-box {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 0.8rem 1rem;
  width: 70%;
  color: #fff;
}

.field-box::placeholder {
  color: #fff;
}

.field-box:focus {
  outline: none;
}

.message-box::placeholder {
  font-family: sans-serif;
  font-weight: 300;
}

.submit-btn {
  width: 70%;
  border: none;
  padding: 1.2rem 0;
  border-radius: 1rem;
  background-color: #f78500;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
}

/* Accessories Section */

/* Footer Section */

.footer-section {
  width: 100vw;
  height: 80vh;
  max-width: 100%;
  margin-top: 6.4rem;
}

.footer-background {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
      to right,
      rgba(140, 0, 35, 0.75),
      rgba(140, 0, 35, 0.75)
    ),
    url("../images/footer-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-inner {
  display: grid;
  grid-template-columns: 35fr 35fr 30fr;
  align-items: flex-start;
  justify-content: center;
  column-gap: 6.4rem;
  width: 80%;
  height: 50%;
  margin: 0 auto;
  /* background-color: #252525; */
}

.footer-left {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 3.2rem;
}

.footer-logo {
  width: 80%;
  height: 80%;
  margin: 0 auto;
}

.social-icon img {
  width: 3.2rem;
  height: 3.2rem;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}

.social-follow {
  display: inline-block;
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 2.4rem;
}

/* Footer middle section */

.footer-heading {
  display: inline-block;
  font-size: 3.6rem;
  color: #fff;
  margin-bottom: 2.4rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 300;
}

/* Footer-right */

.footer-right {
  display: flex;
  flex-direction: column;
  /* align-self: flex-start; */
}

.footer-address {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2.4rem;
}

.footer-contact {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.whatsapp-icon {
  width: 3.2rem;
  height: 3.2rem;
}

.whatsapp-number {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 300;
  line-height: 1.5;
}

.whatsapp-number a:link,
.whatsapp-number a:visited {
  color: #fff;
  text-decoration: none;
}

.whatsapp-number a:hover,
.whatsapp-number a:active {
  text-decoration: underline;
}

/* Copyright */

.copyright {
  width: 100vw;
  max-width: 100%;
  padding: 2.4rem 0;
  background-color: #e8e8e8;
  color: #252525;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.digital-top-guns:link,
.digital-top-guns:visited {
  display: inline-block;
  color: #800020;
  text-decoration: none;
}

.sub-product-slide {
  border: 1px solid lightgray;
}

.section-container {
  margin: 50px;
}
.swiper {
  width: 100%;

  margin: 0 auto;
  height: 500px;
  margin-bottom: 70px;
}

.swiper.mySwiper2 {
  width: 100%;
  /* background-color: #800020; */
  height: 400px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper.mySwiper2 img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mySwiper2 {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #800020;
  /* make room for arrows */
  padding-left: 50px;
  padding-right: 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #800020;
  font-size: 16px;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #800020;
}
.swiper-pagination.main-swiper-pagination {
  bottom: 28px;
  left: 0;
  width: 100%;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: column;
}

/* testimonials start */

.testimonial {
  background-color: #800020;
  padding: 100px 0;
  margin-top: 50px;
}
.testimonial .container {
  max-width: 1190px;
  margin: 0 auto;
}
.testimonial-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.testimonial-img-box {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
}
.testimonial-img-box img {
  width: 100%;
  height: 100%;
}
.testimonial-img-box img.img-circle {
  border-radius: 50%;
}
.testimonial-heading {
  margin-bottom: 30px;
}
.testimonial-heading h1 {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
}

.testimonial-content {
  padding: 0px 80px;
}
.testimonial-content p {
  font-size: 1.5rem;
  margin-bottom: 15px;
  line-height: 1.6;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.testimonial-content h4 {
  color: #fff;
  font-size: 1.7rem;
  font-weight: 400;
  text-align: center;
}
/* testimonials end */

.prev-slide.swiper-button-prev,
.next-slide.swiper-button-next {
  position: absolute;
  transform: translateY(200px);
  width: 40px;
  height: 40px;
}
.prev-slide.swiper-button-prev {
  background-color: #800020;
}
.next-slide.swiper-button-next {
  background-color: #800020;
  right: 47%;
  transform: translateY(200px);
}
.prev-slide.swiper-button-prev {
  background-color: #800020;
  left: 48%;
  transform: translateY(200px);
}
.next-slide.swiper-button-next:after,
.prev-slide.swiper-button-prev:after {
  color: #fff;
  font-size: 16px;
}
.swiper-pagination.main-swiper-pagination {
  margin-top: 50px;
}

.product-box.border {
  border: #737373 1px solid;
  border-radius: 10px;
  overflow: hidden;
}
.menu-close {
  display: none;
}
