/* Google Font */
@import url("https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&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");
/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
  --white: #fff;
  --black: #000;
  --primary: #880000;
  --secondary: #333333;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  position: relative;
  background: #f7f9f8;
  overflow-x: hidden;
  height: 100%;
  font-family: "Poppins", sans-serif;
}

section {
  position: relative;
  padding: 6rem 0;
}

p {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6;
  color: #313131;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #221f1f;
  margin: 0;
  font-family: "Baloo 2", sans-serif;
}

.mainHead {
  font-size: 4.688rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
}

.subHead {
  font-size: 1.25rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.75;
  font-family: "Poppins", sans-serif;
}

.img-auto {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.img {
  perspective: none;
  overflow: hidden;
  transform-style: preserve-3d;
}

.img img {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform, box-shadow;
  display: block;
}

a,
button {
  text-decoration: none !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:hover,
button:hover {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

figure {
  margin: 0;
}

/* Cursor Start */

.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  visibility: hidden;
}

.cursor-inner {
  margin-left: 2px;
  margin-top: 2px;
  width: 7px;
  height: 7px;
  z-index: 10000001;
  background-color: var(--primary);
  -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: width 0.3s ease-in-out, height 0.3s ease-in-out,
    margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
  margin-left: -10px;
  margin-top: -10px;
  width: 30px;
  height: 30px;
  background-color: var(--primary);
  opacity: 0.3;
}

/* Cursor End */

/* PRELOADER */

body.loading {
  overflow: hidden;
  height: 100vh;
}

.preLoader {
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: start;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 11113;
}

.preLoader .counter {
  color: var(--white);
  font-size: 15rem;
  font-family: var(--font-heading);
  font-weight: 700;
  position: absolute;
  bottom: 0rem;
  right: 5rem;
}

.preLoader .bar {
  height: 20%;
  width: 100vw;
  background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
  background-color: var(--primary);
  font-size: 1.125rem;
  color: var(--white);
  text-transform: unset;
  font-weight: 400;
  display: inline-block;
  padding: 1rem 3rem;
  line-height: normal;
  border-radius: 32px;
}

.themeBtn:hover {
  color: #fff;
}

.themeBtn.borderBtn {
  background: transparent;
  border: 1px solid #fff;
  padding: 1.04em 2em;
}

/* NAV HEADER CSS */

header {
  background-color: #0c0c0c;
  width: 100%;
  padding: 0.7rem 6rem;
  transition: 0.3s ease-in-out;
   z-index: 1;
        position: relative;
}

.navbar-brand {
  padding: 0;
  margin-bottom: -80px;
  position: relative;
  z-index: 11;
}

.navbar-nav {
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}

.navbar-nav .nav-item.active .nav-link {
  color: var(--primary);
}

.navbar-nav .nav-item .nav-link {
  font-size: 1rem;
  color: var(--white);
  text-transform: capitalize;
  font-weight: 500;
  padding: 0 0;
  display: inline-block;
  transition: all 0.4s ease;
  position: relative;
}

.navbar-nav .nav-item.active .nav-link::before {
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: var(--primary);
  bottom: 0;
  left: 0%;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--primary);
}

/* !NAV HEADER CSS */

/* MAIN HERO SLIDER CSS */

.main-slider {
  height: 100vh;
}

.homeSlider.swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
}

.homeSlider .swiper-pagination {
  width: fit-content;
  left: 113rem;
  height: fit-content;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
  width: 4.35rem;
  height: 4.35rem;
  font-size: 1rem;
  color: #fff;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.28);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

.homeSlider .swiper-button-next {
  right: 1rem;
}

.homeSlider .swiper-button-prev {
  left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
  background: var(--white);
  color: var(--black);
}

.homeSlider .swiper-pagination {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.homeSlider .swiper-pagination {
  position: absolute;
  top: 35%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}

.homeSlider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.homeSlider .swiper-pagination-bullet-active {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2d9cdb;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.homeSlider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding: 0 6rem;
}

.main-slider h1 {
  margin: 0;
  color: #221f1f;
  font-size: 94px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}

.main-slider {
  font-size: 63px;
}

.main-slider .subHead {
  font-size: 33px;
  font-family: "Poppins";
  text-align: start;
}

.main-slider p {
  color: #313131;
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.25rem;
}

/* !MAIN HERO SLIDER CSS */

.navbar-collapse {
  display: flex;
  justify-content: end;
  flex-direction: column;
}

.call {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.call span {
  display: flex;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  line-height: 18px;
}

.call h6 {
  color: var(--primary);
  font-size: 18px;
  text-transform: capitalize;
  font-weight: bold;
}

ul.header_top {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  margin-bottom: 1rem;
  gap: 1rem;
}

div#navMenu {
  justify-content: end;
}

.search_bar {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 0.5rem 1.1rem;
  justify-content: space-between;
  width: 280px;
  border-radius: 30px;
}

.search_bar input {
  border: unset;
}

.search_bar input::placeholder {
  font-style: italic;
}

ul.header_top li button {
    border: unset;
    outline: unset;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background-color: unset;
    position: relative;
}
ul.header_top li button span {
       position: absolute;
    top: -16px;
    font-size: 1rem;
    width: 30px;
    height: 30px;
    background: var(--primary);
    border-radius: 100%;
    display: grid;
    place-items: center;
    right: -8px;
}
.header_top li:nth-of-type(1) button {
  background-color: #1f385e;
}

.header_top li:nth-of-type(2) button {
  background-color: #368fc0;
}

/* Main Banner */

.main-slider h4 {
  font-size: 63px;
  font-weight: 700;
}

a.themeBtn img {
  margin-right: 1rem;
}

.bannar_img2 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.banner_img2 {
  position: absolute;
  top: 62%;
  left: 24%;
}

.banner_img1 {
  position: absolute;
  top: 9%;
  right: 20%;
}

.header_links {
  position: relative;
  z-index: 11;
  top: 27%;
  left: 1%;
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.header_links li:first-child {
  writing-mode: sideways-rl;
  color: #221f1f;
  font-size: 17px;
  font-style: italic;
  margin: 0 5px 16px 12px;
}

ul.header_links li a {
  color: #221f1f;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: transparent;
  transition: all 0.3s ease;
  display: grid;
  place-items: center;
}

ul.header_links li a:hover {
  color: #fff;
  display: grid;
  place-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary);
  transition: all 0.3s ease;
}

ul.header_links li {
  line-height: 1;
  margin-bottom: 20px;
}

/* Shop Category */

section.best_sellers .subHead {
  margin-bottom: 2rem;
}

section.shop_category {
  padding-left: 6rem;
}

.category_card h3 {
  margin-top: 0.8rem;
  text-align: center;
  font-size: 45px;
  font-weight: 500;
  font-family: "Baloo 2";
}

.categorySlide {
  margin-top: 2rem;
}

.categorySlide .swiper-wrapper .swiper-slide:nth-child(even) {
  margin-top: 4rem;
}

.shop_category .swiper-button-next::after {
  display: none;
}

.shop_category .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(201, 146, 118, 0.102);
  width: 87px;
  height: 87px;
  top: 15%;
  right: 6%;
}

.shop_category .swiper-button-next i {
  color: #c99276;
  font-size: 28px;
  font-weight: 400;
}

.cate_img {
  position: absolute;
  top: 16%;
  left: 50%;
  transform: translateX(-50%);
}

/* Best Sellers */

section.best_sellers {
  padding: 0 0 6rem;
}

.seller_card {
  text-align: center;
}

.seller_card figure {
  overflow: hidden;
  margin: 0;
}

.seller_card figure img {
  height: 446px;
  transition: transform 0.4s ease;
  object-fit: cover;
}

.seller_card:hover img {
  transform: scale(1.1);
}

.seller_card h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  margin: 1rem 0 0.4rem;
}

.seller_card h3 {
  color: var(--primary);
  font-weight: bold;
  font-size: 24px;
}

.seller_card figure img {
  border-radius: 20px;
}

.best_sellers .row+.row {
  margin-top: 20px;
}

.discount_bg {
  position: relative;
}

.discount_bg .discount_content {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  padding: 5rem 0 2rem;
  text-align: center;
}

.discount_content h3 {
  color: #fff;
  font-size: 57px;
  font-weight: bold;
  margin: 1rem 0;
}

.discount_content p {
  color: #fff;
  margin-bottom: 1rem;
}

.boy {
  position: absolute;
  left: 5%;
  top: -17%;
}

.lion {
  position: absolute;
  top: 3%;
  right: 3%;
}

/* Testimonial section */
section.testimonial {
  padding: 0 0 6rem 6rem;
}

.testimonial .mainHead,
.testimonial .subHead {
  text-align: start;
}

.testimonial .subHead {
  margin-bottom: 2rem;
}

.testimonial .swiper-wrapper .swiper-slide:nth-child(odd) .testi_card {
  border: 1px solid #c99276;
}

.testi_card {
  padding: 2rem 3rem;
  background-color: #fff;
  border-radius: 10px;
}

.testi_card .quote {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
}

.testi_card .quote h3 {
  color: #092943;
  font-size: 17px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.testi_card ul {
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.testi_card p {
  font-style: italic;
  margin: 2rem 5rem 2rem 0;
  color: #757c85;
  font-weight: 500;
}

.testi_card ul li a {
  color: #ffcc00;
}

/* Hide default arrows */
.testimonial .swiper-button-next::after,
.testimonial .swiper-button-prev::after {
  display: none;
}

/* Next Button */
.testimonial .swiper-button-next {
  border-radius: 50%;
  background-color: rgba(201, 146, 118, 0.102);
  width: 87px;
  height: 87px;
  top: 12%;
  right: 12%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .swiper-button-next i {
  color: #c99276;
  font-size: 28px;
  font-weight: 400;
}

/* Prev Button */
.testimonial .swiper-button-prev {
  border-radius: 50%;
  background-color: rgba(201, 146, 118, 0.102);
  width: 87px;
  height: 87px;
  top: 12%;
  left: 89%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial .swiper-button-prev i {
  color: #c99276;
  font-size: 28px;
  font-weight: 400;
}


/* Apparel Section */

.apparel_img {
  position: relative;
}

.apparel_img .apparel_head {
  position: absolute;
  bottom: 3%;
  left: 1.5%;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid #fff;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  width: 88%;
}

.apparel_img .apparel_head .mainHead {
  font-size: 53px;
  font-weight: 600;
  color: #fff;
}

.apparel_img .apparel_head a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: #140f0c;
  border-radius: 50%;
  color: #c99276;
  font-size: 25px;
  font-weight: 500;
}

.apparel {
  padding: 0;
}

/* Instagram Section */

.insta_logo {
  position: relative;
}

.instagram .mainHead {
  margin-bottom: 2rem;
}

figure.insta_logo img:first-child {
  width: 100%;
  height: 772px;
}

.instagram img {
  border-radius: 20px;
}

.insta_logo .insta {
  position: absolute;
  top: 50%;
  left: 50%;
}

.insta_grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.insta_grid img {
  flex: 1 1 calc(50% - 10px);
  max-width: calc(50% - 10px);
  height: auto;
  border-radius: 8px;
  object-fit: cover;
}

/* News Letter */
.news_letter {
  padding: 0 0 6rem;
}

.letter_content {
  text-align: center;
}

.letter_content .mainHead {
  font-size: 45px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.letter_content .mainHead span {
  color: var(--primary);
}

.letter_content p {
  margin: 1rem 0 2rem;
}

form.letter_form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.letter_form input {
  background-color: #fbf4ea;
  border: unset;
  outline: unset;
  width: 332px;
  height: 60px;
  border-radius: 45px;
  padding: 1rem 2rem;
}

.letter_form button {
  border: unset;
  outline: unset;
}

/* footer section */

footer {
  position: relative;
}

footer .footerLogo {
  position: absolute;
  top: -9%;
  left: 5%;
  background: #0c0c0c;
  border-radius: 50%;
}

.footer_top {
  background-color: #0c0c0c;
  padding: 5rem 7rem;
}

ul.quicklist {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: end;
  gap: 35px;
}

ul.quicklist li a {
  color: #fff;
  font-size: 1.125rem;
  position: relative;
  transition: color 0.3s ease;
}

ul.quicklist li a:hover {
  text-shadow:
    0 0 8px rgba(136, 0, 0, 0.8),
    0 0 12px rgba(136, 0, 0, 0.6);
  color: #880000;
  /* dark red text */
}

.copyRight figure {
  display: flex;
  align-items: center;
  justify-content: end;
}

.copyRight {
  padding: 1.5rem 7rem;
}

.row.copyRight p b {
  color: #092943;
}

/* inner pages */
.inner_banner {
  position: relative;
}

.inner_banner .inner_head {
  font-size: 5.813rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
}


.connect_us a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1.1rem;
  text-align: center;
}

.connect_us a span {
  display: grid;
  place-content: center;
  width: 218px;
  height: 218px;
  border-radius: 50%;
  color: #fff;
  font-size: 3.6rem;
}

.connect .col-md-4:first-child .connect_us a span {
  background-color: #880000;
}

.connect .col-md-4:nth-child(2) .connect_us a span {
  background-color: #368fc0;
}

.connect .col-md-4:last-child .connect_us a span {
  background-color: #1f385e;
}

.connect_us a h5 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}

.connect_us a h6 {
  font-size: 22px;
  font-family: "Poppins";
  font-weight: 400;
  color: #000;
}

.connect_us {
  margin-bottom: 10rem;
}

/* Map section */

.map {
  border: 4px solid #fff;
  border-radius: 10px;
  margin-bottom: -25rem;
  z-index: 11;
  position: relative;
}

.map iframe {
  display: block;
}

/* Quick Contact Section */
.quick_contact {
  background-color: #880000;
  padding: 24rem 0 10rem;
}

.quick_contact .phone {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.quick_contact .phone input {
  height: 63px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  padding: 1rem;
  color: #000;
  border: unset;
  outline: unset;
}

.quick_contact .phone input::placeholder,
.quick_contact .message textarea::placeholder {
  color: #000;
}

.quick_contact .message {
  text-align: center;
}

.quick_contact .message textarea {
  margin-top: 1rem;
  height: 176px;
  width: 100%;
  border-radius: 15px;
  background-color: #fff;
  padding: 1rem;
  color: #000;
  outline: unset;
}

.quick_contact .mainHead {
  color: #fff;
  margin-bottom: 1rem;
}

.quick_contact .message button {
  background-color: #fff;
  color: #000;
  outline: unset;
  border: unset;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin-top: 3rem;
  border-radius: 20px;
  padding: 0.7rem 5rem;
}


/* about-page */
.about_img_border {
  border: 5px solid #000;
  border-radius: 100%;
}

.about_sub_1 {
  bottom: 0px;
}

.about_sub_2 {
  top: 19px;
  right: 275px;
  background: #fff;
  border-radius: 100%;
}

.sub_heading_about {
  font-size: 24px;
  font-weight: 500;
}

/* ------ */
.about_vide_section {
  background-image: url('../images/about_video.png');
  background-size: cover;
  background-position: center;
  height: 80vh;

}

.video-button {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-size: 41px;
  border: 10px solid #878787a3;
  padding: 15px 30px;
  background-color: var(--primary);
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/* ---- */
.why_choose_box::before {
  content: "";
  width: 50%;
  height: 558px;
  background-color: var(--primary);
  position: absolute;
  right: 115px;
  z-index: -1;
  top: -30px;
  border-radius: 40px;
}

/* blog-page */
.blog_card {
  box-sizing: border-box;
}


.blog_card::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 98px;
  background: #ffffff;
  z-index: -1;
  border: 10px 50;
  border-radius: 18px 18px 18px 18px;
  clip-path: polygon(0 0,
      100% 0,
      100% calc(100% + 30px),
      calc(100% + 30px) 85%,
      0 100%);
}

.blog_date {
  background-color: var(--primary);
  clip-path: polygon(0 0, 104% 0, 106% calc(94% + 26px), calc(89% + 32px) 85%, 0 98%);
  border-radius: 18px 18px 18px 18px;
  bottom: -58px;
  left: 23px;
  font-size: 28px;
}

.gift_card .row+.row {
  margin-top: 8rem;
}

.footerLogo video,
.navbar-brand video {
  width: 218px;
  height: 218px;
  border-radius: 100px;
  background: #0c0c0c;
}

.preLoader video {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.mt-10
{
    margin-top:20px;
}

/*Drop down css*/


    header .dropdown-menu {
        border-radius: 10px;
        padding: 10px 0;
    }

    header .dropdown-item {
        font-size: 1rem;
        transition: 0.3s;
        border-radius: 10px;
        padding: 1rem;
    }

    header .dropdown-item:hover {
        background: #880000;
        color: #fff;
    }

    header .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
        opacity: 1;
        visibility: visible;
        padding: 0;
        border-radius: 10px;
    }
    
    
    /* Fix: Prevent nested dropdown from showing on Products hover */
header .navbar .dropdown-submenu .dropdown-menu {
    display: none !important;
}

/* Show nested dropdown ONLY when hovering over Embroidered Apparels */
header .navbar .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    position: absolute;
    top: 0;
    left: 100%;
    margin-top: 0;
}

/* Style for submenu items */
header .navbar .dropdown-submenu .dropdown-menu .dropdown-item {
    white-space: nowrap;
}
