@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&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");

@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');

@import url(bootstrap.min.css);
@import url(fancybox.css);
@import url(offcanvas-menu.min.css);
@import url(../fontawesome/css/fontawesome.min.css);
@import url(../fontawesome/css/all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.1/css/swiper.min.css);
@import url(owl-carousel.min.css);
@import url(main-min.css);

/* font-family: "Poppins", sans-serif; */
/* font-family: "Lato", sans-serif; */
:root {
  --color_1: #52c234;
  --color_2: #00184b;
  --color_3: #000;
  --color_4: #000;
  --color_5: #000;
  --color_7: #000;
  --color_8: #000;
  --color_9: #000;
}

.clr-chng {
  font-weight: 600;
  color: #FFA31C;
}

/* font-family: "Barlow Condensed", sans-serif; */
/* font-family: "Barlow", sans-serif; */
h1,
h2,
h3,
h4,
h5,
h6,
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "PT Serif", serif;
}

p {
  font-family: "Poppins", sans-serif;
}

header .top li,
header .top li a {
  font-family: "Poppins", sans-serif;
  color: #fff;
  font-size: 14px;
}

header .top {
  background: #000;
}

header .top ul.ryt li i {
  font-size: 18px;
}

header .top ul.lft li i {
  color: #000;
  background: #fff;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
}

header .top {
  padding: 15px 0 30px;
}

header .inNav {
  background: #011659;
  padding: 25px 35px;
  border-radius: 100px;
  width: 106%;
  margin: -14px 0 0 -3%;
  border-top: 2px solid #fff;
}

header .inNav ul li a {
  font-family: poppins;
  color: #fff;
  font-size: 14px;
}

header .inNav ul {
  gap: 35px;
}

header .inNav ul li a.navBtn {
  width: 110px;
  display: flex;
  height: 45px;
  color: #000;
  font-family: pt serif;
  background: #fff;
  font-size: 16px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.dropdown-toggle:hover .dropdown-menu {
  display: block !important;
  transition: 0.3s;
}
.gap-tag {
  gap: 14px !important;
}
header .navi {
  position: absolute;
  width: 100%;
  top: 70px;
  left: 0;
  z-index: 9;
}

header.sticky .navi {
  position: fixed;
  top: 0;
  margin: 0;
  background: #011659;
  transition: 0.8s;
  animation: navAnimation 0.8s linear;
  z-index: 9999;
}

header.sticky .navi .inNav {
  margin-top: 0;
  border: none;
}

@keyframes navAnimation {
  0% {
    top: -100%;
  }
  100% {
    top: 0%;
  }
}

.top-sections .banner {
  padding: 150px 0 0;
}
.inner-top-edit-section .banner,
.inner-top-banner-two-section .banner {
  padding: 130px 0 130px;
}

.top-sections .banner h1 {
  text-align: center;
  font-size: 60px;
  margin: 0 0 40px;
}

/* .top-sections .banner h1 .clr-chng {
} */

.top-sections .banner h1 .sp1 {
  display: block;
  font-size: 48px;
}

.top-sections .banner p {
  font-size: 16px;
  margin: 0;
  padding: 0 0 0 10px;
  border-left: 5px solid #011659;
}
.inner-top-edit-section .banner p,
.inner-top-banner-two-section .banner p {
  border-left: 5px solid #fff;
}

.slide {
  position: relative;
  padding: 30px 0 0;
  z-index: 1;
  margin: 0 0 -10px;
}

.slide:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  background: radial-gradient(#ffb795, #fb6017);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  outline: 3px dashed #fb6017;
  outline-offset: 8px;
}

.bnrIcons {
  position: relative;

  z-index: 2;
}

.bnrIcons .bnrIconsin {
  background: #373737;
  border-radius: 70px;
  z-index: 2;
  padding: 20px 80px;
}

.first-section {
  /* background: url(../images/first-bg.jpg) no-repeat; */
  /* background-size: cover; */
  padding: 80px 0;
  /* background-position: center; */
}

.top-sections {
  background: url(../images/banner-bgImg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-top-section {
  background: url(../images/inner-banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.inner-top-edit-section {
  background: url(../images/editing-banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.inner-top-banner-two-section {
  background: url(../images/banner-2.png) no-repeat;
  background-size: 100% 100% !important;
}
.banner-three {
  background: url(../images/banner-3.png) no-repeat;
}
.banner-four {
  background: url(../images/banner-4.png) no-repeat;
}
.banner-five {
  background: url(../images/banner-5.png) no-repeat;
}
.banner-six {
  background: url(../images/banner-6.png) no-repeat;
}
.banner-seven {
  background: url(../images/banner-7.png) no-repeat;
}
.banner-eight {
  background: url(../images/banner-8.png) no-repeat;
}
.banner-nine {
  background: url(../images/banner-9.png) no-repeat;
}
.banner-ten {
  background: url(../images/banner-10.png) no-repeat;
}
.banner-ellwen {
  background: url(../images/banner-11.png) no-repeat;
}
.banner-twelve {
  background: url(../images/banner-12.png) no-repeat;
}
.banner-thirteen {
  background: url(../images/banner-13.png) no-repeat;
}
.banner-fourteen {
  background: url(../images/banner-14.png) no-repeat;
}
.banner-fifteen {
  background: url(../images/banner-15.png) no-repeat;
}
.banner-sixthteen {
  background: url(../images/banner-16.png) no-repeat;
}
.banner-seventeen {
  background: url(../images/banner-17.png) no-repeat;
}
.banner-eighteen {
  background: url(../images/banner-18.png) no-repeat;
}
.banner-nineteen {
  background: url(../images/banner-19.png) no-repeat;
}
.contact-banner {
  background: url(../images/contact-banner.png) no-repeat;
}
.contact-us-prnt .sixth-section {
  padding: 80px 0;
}
.prnt-contact-us .footer {
  padding: 80px 0 0;
}
h4 {
  font-size: 40px !important;
  margin: 0 0 20px;
  line-height: 1 !important;
}

.btn1 {
  width: 155px;
  display: flex;
  height: 53px;
  color: #fff;
  font-family: pt serif;
  background: #011659;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.btn2 {
  width: 155px;
  display: flex;
  height: 53px;
  color: #000000;
  font-family: pt serif;
  background: transparent;
  font-size: 20px;
  font-weight: 600;
  align-items: center;
  border: 1px solid #000000;
  justify-content: center;
  border-radius: 5px;
}

.second-section {
  background-image: url(../images/second-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 60px;
}
.prnt-custom-tabs {
  background-color: #605f5f;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 7px;
  border-radius: 4px;
}
.prnt-custom-tabs button {
  border: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  padding: 10px 15px;
  border-radius: 4px;
}

.prnt-custom-tabs button:hover {
  background-color: #fff;
  color: #000;
}
.prnt-custom-tabs button.active {
  background-color: #fff;
  color: #000;
}
.prnt-slide-relate {
  overflow: hidden;
}
.prnt-hvr-box {
  position: absolute;
  top: 50%;
  left: -100%;
  background-color: #fff;
  width: 90%;
  height: 93%;
  padding: 20px 12px;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  transition: 0.3s linear;
}
.prnt-hvr-box img {
  width: 32% !important;
  margin: 0 auto;
}
.prnt-hvr-box h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 4px 0;
}
.prnt-hvr-box p {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.prnt-slide-relate:hover .prnt-hvr-box {
  box-shadow: 0 0 0px 20px #fb60176e;
  transition: 0.3s linear;
  left: 50%;
}
.prnt-vision-box {
  background-image: url(../images/vision-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px;
  border: 1px solid #fff;
}
.prnt-vision-set {
  position: relative;
  margin: -80px 0 60px 0;
}
.prnt-vision-box h4 {
  font-size: 30px;
}
.customize-btn {
  border: none;
  background-color: #fff;
}
.third-section {
  background-image: url(../images/third-bg.png);
  background-position: 20% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0px 0 80px;
}
.prnt-writing-box {
  border: 1px solid #dadada;
  background-color: #f0f0f0;
  padding: 20px 15px;
  min-height: 350px;
}
.prnt-writing-box h5 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 12px 0 8px 0;
}
.prnt-writing-box p {
  font-size: 12px;
  color: #000;
  margin: 0;
  padding: 0;
}
.fourth-section {
  background-image: url(../images/fourth-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}
.prnt-num span {
  outline: 2px dashed #fb6017;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background: #ececec;
  font-family: "PT Serif";
  width: 45px;
  height: 45px;
  align-items: center;
  display: flex;
  justify-content: center;
  outline-offset: 3px;
  z-index: 0;
  position: relative;
}
.prnt-certain-process p {
  font-size: 12px;
  color: #000;
}
.prnt-certain-process h6 {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.fifth-section {
  background: #000 url(../images/fifth-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0 80px;
}
.accordion-item {
  background-color: #fff;
  border: none;
}
.accordion-button {
  padding: 4px 16px !important;
}
.accordion-body {
  padding: 26px 16px !important;
}
.accordion-header {
  margin-top: 22px !important;
}
.ma-set{
  margin: 0 !important;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #FFA31C;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
  font-family: "PT Serif", sans-serif !important;
}
.accordion-button {
  padding: 0.8rem 1.25rem;
  font-size: 1rem;
  color: #fff;
  background-color: #898989;
  font-family: "PT Serif", sans-serif !important;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin-left: auto;
  content: "+";
  border-radius: 50%;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #898989;
  background-color: #fff;
  background-image: none;
}
.accordion-button:not(.collapsed)::after {
  content: "-";
  background-image: none;
  font-size: 30px;
  padding-bottom: 7px;
  color: #fb6017;
}
.prnt-msg-img {
  background-color: #fff;
  padding: 20px;
  border-radius: 0px 0px 16px 16px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 15px solid #FFA31C;
  margin: 0 0 0 2px;
}
.prnt-msg-img h4 {
  font-size: 29px;
}
.prnt-msg-img::before {
  content: "";
  position: absolute;
  clip-path: polygon(67% 30%, 1% 32%, 68% 98%);
  width: 81px;
  height: 80px;
  background: #fff;
  bottom: -46px;
  right: 0;
}
.faq-para {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.tabcontent {
  display: none;
  transition: 0.5;
  animation: fadeEffect 1s;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabcontent.active {
  display: block !important;
}
.sixth-section {
  background-image: url(../images/sixth-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.prnt-testimonial-box {
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px #ccc;
  padding: 40px 25px;
  border-radius: 4px;
  position: relative;
}
.prnt-testimonial-box::before {
  content: ",,";
  position: absolute;
  bottom: -135px;
  right: 31px;
  font-size: 300px;
  font-family: math;
  letter-spacing: -14px;
  color: #011659;
}
.custom-testimonial-slider .active {
  opacity: 0.5;
}
.custom-testimonial-slider .center {
  opacity: 1 !important;
}
.prnt-testimonial-box i {
  color: #fb6017;
  font-size: 18px;
}
.prnt-testimonial-box i:nth-last-child(1) {
  color: #535353;
}
.prnt-testimonial-box p {
  font-size: 16px;
  font-weight: 400;
  margin: 16px 0 20px 0;
}
.prnt-testimonial-box .lst-para {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
}
.prnt-testimonial-box h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1b2e6a;
  margin: 0;
}
.prnt-contact-form {
  background-image: url(../images/contact-form-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 40px;
}
.prnt-contact-set {
  position: relative;
  margin: -200px 0 -100px 0;
}
.prnt-contact-field input,
.prnt-contact-field textarea {
  border: 1px solid #ffd2bd;
  background-color: #ffd2bd;
  width: 100%;
  border-radius: 4px;
  padding: 10px 14px;
  color: #000;
  font-weight: 600;
  font-family: "PT Serif", serif;
  font-size: 16px;
  outline: none;
  resize: none;
}
.prnt-contact-field input::placeholder,
.prnt-contact-field textarea::placeholder {
  color: #000;
  font-style: italic;
}
.footer {
  background-image: url(../images/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 0;
}
.prnt-fi-col p {
  margin: 0;
  color: #fff;
  font-size: 16px;
  margin: 18px 0 0 0;
}
.prnt-foot-head h3 {
  font-size: 25px;
  color: #fff;
  margin: 0;
  position: relative;
  margin-bottom: 28px;
}
.prnt-foot-head h3::before {
  content: "";
  position: absolute;
  border: 2px solid #fb6017;
  border-radius: 8px;
  width: 12%;
  bottom: -20%;
}
.prnt-foot-head h3::after {
  content: "";
  position: absolute;
  border: 2px solid #fb6017;
  border-radius: 3px;
  width: 3.5%;
  bottom: -20%;
  left: 14%;
  animation: moveAfter 2s infinite;
}
@keyframes moveAfter {
  0% {
    left: 14%;
  }
  50% {
    left: 30%;
  }
  100% {
    left: 14%;
  }
}
footer ul a {
  color: #fff;
  font-family: lato;
  display: flex;
  align-items: center;
  gap: 10px;
}
.prnt-foot-links ul a i {
  font-size: 12px;
}
.prnt-foot-contact i {
  background-color: #fb6017;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}
.prnt-privacy {
  border-top: 1px solid #fff;
}
.prnt-privacy {
  border-top: 1px solid #fff;
  padding: 20px 0 10px 0;
  margin: 50px 0 0 0;
}
.prnt-privacy p {
  font-size: 16px;
  color: #fff;
  font-family: "PT Serif", serif;
  margin: 0;
}
.prnt-privacy i {
  color: #fff;
  font-size: 18px;
}
.custom-testimonial-slider {
  padding-bottom: 20px;
}

.frMain.pos-rel:before {
  content: "";
  position: absolute;
  width: 39px;
  height: 236px;
  background: url(../images/frt-line.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.frMain.pos-rel.ryt:before {
  transform: translateY(-50%) rotateX(180deg);
}

.swiper-slide img {
  display: block;
  margin: auto;
  width: 100%;
}
.swiper-slide {
  width: 300px !important;
}

.swiper-container img.a,
.swiper-slide-active img.b {
  display: none;
}
.swiper-container img.b {
  transform: scale(0.8);
}
.swiper-container .swiper-slide-active img.a {
  display: block;
  transition: 0.1s;
}
.banner-arrow-img {
  position: absolute;
  right: 22%;
  top: 30%;
  animation: tranformer 3s linear infinite;
}
@keyframes tranformer {
  0% {
    transform: rotate(-20deg);
  }
  50% {
    transform: rotate(30deg);
  }
  100% {
    transform: rotate(-20deg);
  }
}
.banner-exp-img {
  position: absolute;
  right: 6%;
  top: 30%;
  animation: pop 3s linear infinite;
}
@keyframes pop {
  0% {
    transform: scale(1.2);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.inner-second-sections {
  background-image: url(../images/inner-second-section.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.slide::after {
  content: "";
  position: absolute;
  background: linear-gradient(#fff1, transparent);
  width: 100%;
  padding: 20px;
  bottom: -25px;
  left: 0;
  backdrop-filter: blur(13px);
  /* box-shadow: 0px 5px 180px 70px #fb601761; */
}
.prnt-wiki-section {
  position: relative;
  margin: 20px 0px -40px 0;
}
.prnt-wiki-box {
  background: #fff;
  border-radius: 12px;
  padding: 30px 40px;
}
.inner-third-section {
  background-image: url(../images/inner-third-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 100px 80px;
  color: #07196a;
}
.prnt-team-box h5 {
  font-size: 16px;
  font-family: "PT Serif", sans-serif;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 6px 0;
}
.prnt-team-box p {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  color: #fff;
  margin: 0;
}
.inner-fourth-section {
  padding: 80px 0;
  position: relative;
}
.our-text {
  font-size: 16px;
  font-family: "Pt Serirf", sans-serif;
  font-weight: 700;
  color: #011659;
  padding-bottom: 4px;
}
/* .prnt-inner-frth-img {
  position: absolute;
  right: 0;
  width: 45%;
  top: -50%;
  transform: translate(0%, 66.8%);
} */
.prnt-inner-frth-img {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-5.2%);
  width: 100%;
  max-width: 800px;
}
.prnt-side-img img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 12%;
  z-index: -1;
}
.wrapper.preLoader svg {
  width: 150px !important;
}

.wrapper.preLoader {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00adee;
  transition: 0.5s;
}
.wrapper.preLoader {
  position: fixed;
  top: 0;
  left: 0;
  background: #ccc;
  z-index: 9999;
}

.wrapper.preLoader.hide {
  opacity: 0;
  visibility: hidden;
}
.genre-second-section {
  background-image: url(../images/genre-second-bg.png);
}
.genre-third-section {
  padding: 80px 0;
}
.prnt-row-genre::before {
  content: "";
  position: absolute;
  background: url(../images/genre-third-img-before.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 700px;
  z-index: -1;
  left: -9.2%;
}
.prnt-genre-thrd-txt {
  padding-top: 5rem;
}
.prnt-genre-fi-box {
  margin: -30px 0 50px 0;
}
.prnt-genre-sec-box {
  margin: -70px 0 0px 0;
}
.prnt-genre-frth-box {
  margin: -40px 0 0 0;
}

.inner-top-section .banner .slide::after {
  content: "";
  position: absolute;
  background: linear-gradient(180deg, #f97c42, #f97c42, #f97c42, transparent);
  width: 100%;
  height: 80px;
  bottom: 20px;
  left: 0;
  backdrop-filter: blur(13px);
}

.inner-top-section .banner .slide:before {
  content: "";
  width: 100%;
  height: 84%;
  border-top-left-radius: 500px;
  border-top-right-radius: 500px;
  background: radial-gradient(#ffb795, #fb6017);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  outline: 3px dashed #fb6017;
  outline-offset: 8px;
}
.contact-first-section {
  background: url(../images/contact-fi-section-bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 60px 0;
}
.prnt-contact-box {
  background: url(../images/contact-detail-bg.png) no-repeat;
  background-position: center;
  background-size: 100% 100%;
  padding: 40px 60px 60px;
}
.prnt-contact-box h2 {
  font-size: 40px;
  font-family: "Pt Serif", sans-serif;
  color: #fff;
  margin-bottom: 10px;
}
.prnt-contact-box p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
  margin-bottom: 28px;
}
.prnt-contact-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.prnt-contact-box ul li a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #fff;
}
.prnt-contact-box ul li a i {
  background-color: #FF9707;
  color: #000;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-icons-prnt i {
  font-size: 18px;
  color: #fff;
  padding-top: 30px;
}
.prnt-form-text h2 {
  font-size: 40px;
  font-family: "Pt Serif", sans-serif;
  color: #000;
  margin-bottom: 6px;
}
.prnt-form-text p {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000;
  margin-bottom: 20px;
}
.prnt-form-input input {
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  padding: 0 18px;
  font-size: 16px;
  font-family: "Pt Serif", sans-serif;
}
.prnt-form-input textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #dddddd;
  background-color: #dddddd;
  padding: 12px 18px;
  resize: none;
  font-family: "Pt Serif", sans-serif;
}
.prnt-form-input input::placeholder,
.prnt-form-input textarea::placeholder {
  font-size: 16px;
  font-family: "Pt Serif", sans-serif;
  color: #000;
  font-weight: 700;
  font-style: italic;
}
.prnt-form-input button {
  width: 260px;
  height: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #011659;
  background-color: #011659;
  color: #fff;
  font-size: 16px;
  font-family: "Pt Serif", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* header nav tabs */
.nav-tabs .nav-link {
  margin-bottom: 0px !important;
  border: none !important;
  border-top-left-radius: 0 !important ;
  border-top-right-radius: 0 !important;
}
.nav-link {
  padding: 0 !important;
}
.nav-link:focus,
.nav-link:hover {
  color: #fff !important;
}
.nav-tabs {
  border-bottom: none !important;
}
.dropdown-menu {
  padding: 0 !important;
}
.dropdown-item {
  padding: 8px 15px;
  font-size: 14px !important;
  color: #000 !important;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #fb6017 !important;
  color: #fff !important;
  transition: 0.3s !important;
}
.res-block-nav {
  display: none;
}

/* HOME NEW STYLING */

@font-face {
  font-family: "QuattrocentoSans";
  src: url("../fonts/QuattrocentoSans-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CormorantGaramond";
  src: url(../fonts/CormorantGaramond-VariableFont_wght.ttf);
}

.font-quatto {
  font-family: "QuattrocentoSans", sans-serif;
}

.font-cormor {
  font-family: "CormorantGaramond", sans-serif;
}

.container-lg-new {
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
}

.container-new {
  max-width: 1160px;
  width: 100%;
  margin: 0 auto;
}

ul {
  list-style: none;
}

.new-body {
  position: relative;
  overflow-x: hidden;
}

.head-new {
  position: relative;
}

.lst-store li a {
  color: #000;
  font-size: 17px;
}
.wish-lst a {
  color: #000;
  font-size: 17px;
}

.top-nav {
  border-bottom: 1px solid #000;
}

.search-field {
  position: relative;
}

.search-field input {
  width: 100%;
  height: 60px;
  padding: 10px 10px 10px 70px;
  border-radius: 10px;
  border: 1px solid #000;
  font-size: 17px;
  color: #6e6e6e;
  background-color: #ebebeb;
}

.search-field input::placeholder {
  font-size: 17px;
  color: #6e6e6e;
  font-family: "QuattrocentoSans";
}

.search-field i {
  position: absolute;
}

.logo-space {
  padding: 2rem 0 2rem 0;
}

.search-field i {
  position: absolute;
  font-size: 32px;
  color: #6e6e6e;
  left: 2.8%;
  top: 26%;
  cursor: pointer;
}

.main-nav-prnt {
  background-color: #1a1a1a;
  padding: 2rem 0;
}

.main-nav-lst li a {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}

.new-banner {
  background-image: url(../images/banner-1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
  overflow-x: hidden;
}

.new-banner h2 {
  font-size: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #ff9703;
  background: #000;
  width: 44%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-radius: 5px;
  margin: 0 0 16px 0;
  text-transform: uppercase;
}

.new-banner h1 {
  font-size: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 70px;
  margin: 0;
  text-transform: uppercase;
}

.new-banner h1 span {
  font-size: 70px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #cd0a11;
}

.new-banner h4 {
  font-size: 45px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #000;
  margin: 0;
  text-transform: uppercase;
}

.sticky:not(.post_layout_custom) {
  padding: 0 !important;
  border: none !important;
}
/* HOME NEW STYLING */




.hamburger {
      position: relative;
      top: 0;
      right: 0;
      width: 32px;
      height: 18px;
      cursor: pointer;
      z-index: 1002;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      z-index: 1111;
    }

    .hamburger span {
      display: block;
      height: 2px;
      background: black;
      border-radius: 2px;
      transition: 0.4s;
      width: 25px;
    }

    /* Animation when active */
    .hamburger.active span:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
    }
    .hamburger.active span:nth-child(2) {
      opacity: 0;
    }
    .hamburger.active span:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
    }

    /* Sidebar Menu */
    .side-menu {
      position: fixed;
      top: 0;
      right: -380px;
      width: 350px;
      height: 101vh;
      background: #fff;
      box-shadow: -2px 0 20px rgba(0, 0, 0, 0.15);
      padding: 80px 70px 80px 40px;
      transition: right 0.5s cubic-bezier(0.77, 0, 0.175, 1);
      z-index: 111;
      overflow: hidden;
    }

    .side-menu.active {
      right: 0;
    }

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

    .side-menu ul li {
      opacity: 0;
      transform: translateX(30px);
      margin: 20px 0;
      transition: 0.5s ease;
    }

    .side-menu.active ul li {
      opacity: 1;
      transform: translateX(0);
    }

    .side-menu.active ul li:nth-child(1) { transition-delay: 0.2s; }
    .side-menu.active ul li:nth-child(2) { transition-delay: 0.35s; }
    .side-menu.active ul li:nth-child(3) { transition-delay: 0.5s; }
    .side-menu.active ul li:nth-child(4) { transition-delay: 0.65s; }

    .side-menu ul li a {
      color: black;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none;
      position: relative;
      padding-bottom: 3px;
    }

    .side-menu ul li a::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 0%;
      height: 2px;
      background: #111;
      transition: width 0.3s ease;
    }

    .side-menu ul li a:hover::after {
      width: 100%;
    }
/* Overlay */
    .mobileHam .overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.45);
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease;
      z-index: 1000;
      display: none;
    }

    .mobileHam .overlay.active {
      opacity: 1;
      visibility: visible;
      display: none;
    }
    .mobileHam {
        display: none;
    }
   /* Submenu */
    .submenumobile {
      list-style: none;
      padding-left: 15px;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.4s ease;
    }

    .submenumobile li {
      margin: 10px 0;
      opacity: 0;
      transform: translateX(20px);
      transition: 0.3s ease;
    }

    .submenumobile.active {
      max-height: 500px; /* enough space for items */
    }

    .submenumobile.active li {
      opacity: 1;
      transform: translateX(0);
    }

    .submenumobile li a {
      color: #333;
      text-decoration: none;
      font-size: 16px;
    }

    .submenumobile li a:hover {
      color: #007bff;
    }
    .arrow {
      cursor: pointer;
      transition: transform 0.3s ease;
      color: black;
    }

    .arrow.rotate {
      transform: rotate(90deg);
    }
    .menu-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .menu-header .main-link {
      color: black;
      font-size: 1.125rem;
      font-weight: 500;
      text-decoration: none;
    }

    .newSlideSect.port-inner-sect {
        overflow: unset;
    }


  @media (max-width: 1200px) {
    .mobileHam {
        display: block;
    }
  }

  .visible-mobile .elementor-col-50 {
    flex: 0 0 50%;
}

.pop-modal-start .modal-header {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100%;
    align-items: center !important;
    border: none;
}

.pop-modal-start .modal-content.modal-dialog-centered .modal-header {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
}

.pop-modal-start .modal-body {
    position: relative;
    flex: 0 0 100% !important;
    padding: 1rem;
    width: 100% !important;
    padding: 0;
    overflow: hidden;
    text-align: center;
    /* border: 2px solid black; */
    border-radius: 0px;
}

.pop-modal-start .modal-header h5 {
    text-align: center;
    margin: 0;
    width: 100%;
    color: #FFA31C;
    font-family: 'Cormorant Garamond';
    font-size: 1.75em;
    font-weight: 800;
}

.pop-modal-start .modal-header button {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    color: white;
    z-index: 11;
    padding: 0;
    background: #ffa31c;
    border-radius: 50%;
    font-size: 1.5rem;
}

.pop-modal-start .modal-content {
    background: #fff;
    border: 15px solid #eb961a;
    border-radius: 10px;
    padding: 0;
}


.footForm form {
    margin: 0;
}

.footForm form .input-group {
    height: 50px;
    margin: 5px 0px 10px;
    background: transparent;
}

.footForm form input {
    background: transparent;
    border: 1px solid #ffa31c;
    border-radius: 10px;
    font-size: 1.125rem;
    color: white !important;
    height: 50px;
    padding: 0 10px;
}
.footForm form textarea {
    background: transparent;
    border: 1px solid #ffa31c;
    border-radius: 10px;
    font-size: 1.125rem;
    color: black !important;
    resize: none;
    padding: 1rem 10px 0;
    height: 120px;
}
.footForm form input:focus, 
.footForm form textarea:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #00000075;
    border-color: #ffa31c !important;
}
.footForm form textarea::placeholder,
.footForm form input::placeholder {
    color: #00000075;
}
.footForm form .input-group-text {
    background-color: transparent !important;
    border: none;
    border-bottom: 2px solid white;
    border-radius: 0;
    color: white;
    display: flex; 
    align-items: baseline;
    justify-content: center;
}
.footForm form .input-group-text figure {
    margin-top: 16px !important;
}
.footForm form .form-select {
    background: transparent !important;
    border: 1px solid #ffa31c;
    border-radius: 10px;
    font-size: 1.125rem;
    color: 00000075;
    padding: 10px 10px;
}
.footForm form .form-select:focus {
    background: transparent;
    outline: none;
    box-shadow: none;
    color: #00000075;
    border-color: #ffa31c !important;
}

.footForm button.footBtn {
    height: 50px;
    width: 200px;
    background: #ffa31c;
    font-size: 20px;
    font-family: 'Quattrocento Sans';
    font-weight: 600;
    margin: 80px 0 30px;
    position: relative !important;
    text-align: center;
    display: inline;
    border: 1px solid #ffa31c !important;
}

.footForm .footBtn:hover {
    background: white;
    color: #eb961a;
    border: 1px solid #ffa31c !important;
}
.footForm .footBtn:focus {
    outline: none;
    box-shadow: none;
}

.pop-modal-start .modal-dialog {
    max-width: 1000px;
    margin: 4rem auto;
}

.footForm {
    padding: 0 10px;
}
.pop-modal-start figure {
    margin: 0;
    height: 100%;
    display: block;
}

.pop-modal-start figure img {
    height: 700px;
    width: 100%;
    object-fit: cover;
}
.footForm h4 {
    font-size: 40px !important;
}

.footForm h4 span {
    color: #eb961a;
}

.cont-pages p span {
    border-bottom: 1px solid;
}

.cont-pages ul li {
    padding: 10px 0;
}

nav.woocommerce-breadcrumb {
    display: none !important;
}

.header-search form.search_form {
    display: flex;
    flex-direction: column !important;
}

.header-search .search_wrap .search_submit {
    right: 0;
    left: unset;
}

.header-search .elementor-widget-container {
    position: relative;
    padding: 5px !important;
    margin: 15px auto !important;
    width: 70% !important;
}

.header-search .elementor-widget-container:before {
    content: '';
    height: 100%;
    width: 7%;
    background: rgba(219, 219, 219, 0.925);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px;
}
.header-search .elementor-widget-container:after {
    content: 'All';
    height: 100%;
    width: 7%;
    background: rgba(219, 219, 219, 0.925);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px 0 0 5px;
    color: #2b2b2b;
    font-size: 20px;
}
.header-search .search_style_expand.search_wrap .search_field {
    padding: 5px 0 5px 4em !important;
}


/* header web */
.top-list-pages ul {
    display: flex;
    align-items: center;
    padding: 20px 0;
    margin: 0;
}

.top-list-pages ul li + li a:after {
    content: '';
    height: 20px;
    width: 1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.top-list-pages ul li a {
    position: relative;
    padding: 0 20px;
}

.top-list-pages ul li:first-child a {
    padding-left: 0;
}
.top-list-pages ul.list-right {
    justify-content: end;
}

.top-list-pages ul.list-right li a {
    padding: 0;
}

.head-top .row {
    border-bottom: 2px solid #9c9c9c94;
}

.head-top .container, .head-middle .container, .head-bottom .container {
    max-width: 1500px;
}
.logo img {
    width: 70%;
    text-align: left;
}

.logo figure {
    justify-content: start !important;
    align-items: flex-start;
    margin: 0;
}

.head-middle {
    padding: 20px 0;
}

.head-middle .search-container {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  width: 100% !important;
  max-width: 100%;
  height: 50px;
}

.category-search-form {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden; /* Ensures children respect the border radius */
  width: 100%;
}

.head-middle .category-select,
.head-middle .search-input,
.head-middle .search-button {
  padding: 10px 15px;
  border: none;
  /* Removes default system styling for a cleaner look */
  -webkit-appearance: none; 
  -moz-appearance: none;
  appearance: none;
}

.head-middle .category-select, .head-middle .search-container .select_container select {
  background-color: #f1f1f1;
  border-right: 1px solid #ccc;
  cursor: pointer;
  outline: none; /* Remove focus outline */
  padding: 0 !important;
  text-align: center;
  color: black;
}

.head-middle .search-input {
  flex-grow: 1; /* Allows the input to take up available space */
  padding: 0 !important;
  padding-left: 20px !important;
  outline: none;
  height: 50px !important;
  border: none !important;
}

.head-middle .search-button {
  background-color: rgba(0,0,0,0.15) !important;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s;
  padding: 0 20px !important;
  border-radius: 0 !important;
}
.head-middle .search-button::before {
  content: '\e9a6';
  font-family: "fontello";
  font-size: 20px;
  color: #000;
}
.head-middle .search-button:hover {
  background-color: #0056b3;
}

/* Optional: Add a simple focus effect */
.head-middle .category-search-form:focus-within {
  border-color: #007bff;
  box-shadow: 0 0 0 1px #007bff;
}
.head-middle .select_container {
    display: flex;
    align-items: center;
    flex: 0 0 10%;
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
}


.cart-icon a::before {
  content: '\e9f4';
  font-family: "fontello";
  font-size: 22px;
  color: #000;
}
.cart-icon a {
  position: relative;
}

.cart-icon a span {
    background: green;
    height: 15px;
    width: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: white;
    line-height: 1;
    position: absolute;
    bottom: 0;
    right: -7px;
    border-radius: 50%;
}

.cart-icon a {
    display: flex;
    align-items: center;
    justify-content: end;
}



.head-bottom {
    background: #1A1A1A;
}

.head-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 25px 0;
}

.head-bottom ul li a {
    position: relative;
    color: white;
    font-size: 18px;
    font-weight: 600;
    font-family: 'QuattrocentoSans';
    padding: 0 35px;
}

.head-bottom ul li + li a:after {
    content: '';
    height: 20px;
    width: 1px;
    background: white;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.head-bottom ul li:first-child a {
    padding-left: 0;
}

.head-bottom ul li:last-child a {
    padding-right: 0;
}
.dropdown-menu {
    display: none !important;
}
.dropdown:hover .dropdown-menu {
    display: flex !important;
}
.dropdown .dropdown-menu li {
    width: 100% !important;
}

.dropdown .dropdown-menu li a:after {
    display: none;
}
/* header web end */



/* blog page  */
.blg-card {
    background: white;
    box-shadow: 1px 1px 28px 0px rgba(0,0,0,0.1);
    border-radius: 15px;
    overflow: hidden;
    margin: 20px 0;
}

.blg-card .blg-body {
    padding: 0 20px 10px;
}
.blg-card .blg-body h3 {
  font-size: 1.75rem;
}
.blg-card .blg-body p {
  color: #202020;
}
.blg-section {
    padding: 4rem 0;
}
.blg-card figure {
    height: 300px;
}

.blg-card figure img {
    position: relative;
    top: -50px;
}
/* blog page end */


/* shop page */
.prod-body h3 {
    font-size: 1.35rem;
    margin: 10px 0;
}

.prod-body {
    text-align: center;
}

.prod-body h4 {
    margin: 0;
    font-size: 16px !important;
    line-height: 1;
    margin-bottom: 10px;
    font-family: "Quattrocento Sans",sans-serif;
    font-weight: 500;
    color: #c1441e;
}
.prod-card .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prod-card .overlay ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    padding: 0;
    gap: 10px;
    opacity: 0;
    transition: .3s all ease-in-out;
}
.prod-card .overlay ul li figure {
    height: 50px;
    width: 50px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
}

.prod-card:hover .overlay ul {
    opacity: 1;
}
.head-side-mobile {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}
.mobile-hidden {
  display: none;
}
.drop-btn {
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  padding: 10px 12px;
  border-radius: 4px;
  transition: background 0.3s, color 0.3s;
}
.prod-card:hover img {
    transform: scale(1.1);
}

.prod-card img {
    transition: 0.3s all ease-in-out;
}

/* shop page */


/* footer */
.ship-box {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.ship-box h3 {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: "Cormorant Garamond",serif;
    line-height: 1.2;
    color: white;
    margin: 0 0 8px;
}

.foot-top {
    background: #db9c0d;
    padding: 50px 0;
}

.ship-box p {
    color: white;
    margin: 0;
}

.ship-box img {
    filter: brightness(1) invert(1);
    width: 100%;
}

.ship-box figure {
    margin: 0;
    flex: 0 0 12%;
}

footer .container {
    max-width: 1500px;
}
.foot-middle {
    background: #0c0c0c;
    padding: 4rem 0;
}

.foot-cont h4 {
    font-size: 1.25rem !important;
    color: white;
    font-family: 'Cormorant Garamond',serif;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 20px;
}


.foot-cont ul {
    padding: 0;
    margin: 0;
}

.foot-cont ul li {
    padding: 5px 0;
}

.foot-cont ul li a {
    font-size: 17px;
    opacity: 0.8;
    position: relative;
    display: inline-block;
}

.foot-cont ul li a:after {
    content: '';
    height: 1px;
    width: 0%;
    position: absolute;
    background: white;
    bottom: 0;
    left: 0;
    transition: .3s all ease-in-out;
}

.foot-cont ul li a:hover:after {
    width: 100%;
}

.foot-cont ul li a:hover {
    color: white;
    transform: translateX(10px);
    opacity: 1;
}

.foot-cont ul.social-icons {
    display: flex;
    gap: 10px;
    margin: 0 0 20px;
}

.foot-cont ul.social-icons li a {
    height: 45px;
    width: 45px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ffffff2b;
    border-radius: 50%;
}

.foot-cont ul.social-icons li a:after {
    display: none;
}

.foot-cont ul.social-icons li a:hover {
    transform: unset;
}
.foot-bottom {
    background: #0c0c0c;
}
.foot-bottom .foot-cont ul {
    display: flex;
}

.foot-bottom .foot-cont ul li a {
    font-size: 15px;
    padding: 0 15px;
    opacity: 1;
}

.foot-bottom .foot-cont ul li a:hover {
  transform: unset;
}

.foot-bottom .foot-cont ul li a::after {
  display: none;
}

.foot-bottom .foot-cont ul li + li a:after {
    content: '';
    height: 15px;
    width: 1px;
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.foot-bottom .foot-cont p {
    color: white;
    margin: 0;
    text-align: end;
}

.foot-bottom .foot-cont p a {
    color: white;
}

.foot-bottom .foot-cont {
    padding: 25px 0;
}

.foot-bottom .row {
    border-top: 1px solid rgba(255,255,255,0.5);
}
/* footer end */


/* offer section */
.offer-sect .container {
  max-width: 1500px;
}
.offer-sect {
  padding: 3rem 0;
}
.off-card figure {
    position: relative;
    margin: 0;
}

.off-card .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 3rem 3rem;
    background: linear-gradient(90deg, #00000099 30%, #00000000 100%);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.off-card .overlay h5 {
    color: white;
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    font-family: 'Quattrocento Sans';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.off-card .overlay h2 {
    color: white;
    line-height: 1;
    margin: 0px 0 40px;
    font-size: 2.85rem;
    font-weight: 600;
    font-family: 'Cormorant Garamond';
}

.off-card .overlay .themeBtn {
    height: 50px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
}

.off-card .overlay .themeBtn:hover {
    background: white;
    color: black;
}
.bg-blue {
  background-color: #EEFAFF;
}
/* offer section end */


/* cta section */
.cta-sect {
  background: url(../images/ctabg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
.cta-sect h2 {
    font-size: 3.5rem;
    text-align: center;
    font-weight: var(--theme-font-h3_font-weight) !important;
    font-family: "PT Serif", serif;
    width: 75%;
    margin: 30px auto;
}

.cta-sect .themeBtn:hover {
  background-color: #000;
  color: #fff;
}
.cta-sect .themeBtn {
    height: 55px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    border: 2px solid black;
    border-radius: 100px;
}
.cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
/* cta section end */


/* product section */
.talk-sect .container {
  max-width: 1500px;
}
.viewBtn {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: end;
    color: #000
}

.viewBtn span {
    flex: 0 0 3%;
}

.sectionHeading {
    font-size: 45px;
    font-family: "PT Serif", serif;
    font-weight: 500;
    line-height: 1.25;
}
.talk-sect {
  padding: 2rem 0;
}
/* product section end */

/* explore section */
.exp-sect .container {
  max-width: 1500px;
}
.exp-sect {
  background-image: url(../images/expBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4rem 0;
}
.exp-sect h2 {
  font-size: 60px;
  font-family: "PT Serif", serif;
  font-weight: 700;
  line-height: 1;
  color: white;
  margin: 0 0 20px;
}
.exp-sect .themeBtn:hover {
  background-color: white;
  color: #000;
}
.exp-sect .themeBtn {
    height: 55px;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    border: 2px solid white;
    border-radius: 100px;
}
.prodSlider .slick-slide {
    margin: 0 10px;
}
/* explore section end */

/* categ section */
.categ-sect .container {
    max-width: 1500px;
}

.categ-sect {
    background: #F4EEE0;
    padding: 5rem 0;
}
.categ-sect .container {
    max-width: 1500px;
}

.categ-sect {
    background: #F4EEE0;
    padding: 5rem 0;
}

.categ-sect p {
    margin: 0;
    color: #656565;
    font-size: 18px;
}

.categ-sect .sectionHeading {
    font-size: 3.5rem;
    margin: 0;
}
.categ-sect .viewBtn span {
    flex: 0 0 10%;
}
.categ-content figure {
    height: 200px;
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0;
}

.categ-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.categ-content h4 {
    margin: 20px 0 0;
    font-size: 1.35rem !important;
}

/* categ section end */




/* revolution slider */

    /* SLIDER */
    .mainBanner .slider {
        width: 100%;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

    /* SLIDES */
    .mainBanner .slide {
        position: absolute;
        inset: 0;
        opacity: 0;
        transition: opacity 1s ease;
    }

    .mainBanner .slide.active {
        opacity: 1;
        z-index: 1;
    }

    /* BACKGROUND */
    .mainBanner .slide-bg {
        position: absolute;
        inset: 0;
        background:
            radial-gradient(rgba(0, 0, 0, 0.08) 1px, transparent 1px),
            linear-gradient(135deg, #ffb100, #ffcc33);
        background-size: 20px 20px, cover;
    }

    /* COMMON CONTENT */
    .mainBanner .slide-content {
        position: relative;
        height: 100%;
        display: flex;
        padding: 0 5%;
        align-items: center
    }

    /* TEXT */
    .mainBanner .badge {
        display: inline-block;
        background: #0f0f0f;
        color: #ff9703;
        padding: 5px 20px;
        letter-spacing: 1px;
        font-size: 64px;
        font-family: 'Poppins';
        font-weight: 700;
        line-height: 1;
        border-radius: 5px;
    }

    .mainBanner .big-title {
        font-size: 157px;
        font-weight: 800;
        color: #cd0a11;
        margin: 20px 0 0;
        font-family: 'Poppins';
        line-height: 1;
    }

    .mainBanner .sub-title {
        margin: 0;
        font-size: 104px;
        font-family: 'Poppins';
        font-weight: 800;
        line-height: 1;
        border-radius: 5px;
    }

    .mainBanner .shop {
        display: inline-block;
        margin-top: 25px;
        text-decoration: none;
        color: #000;
        font-size: 64px;
        font-family: 'Poppins';
        font-weight: 700;
        line-height: 1;
        border-radius: 5px;
    }
    .mainBanner .nav:hover {
        background: white;
        color: black;
    }
    /* ---------------- SLIDE 1 (LEFT) ---------------- */
    .mainBanner .slide-left .left {
        width: 80%;
        transform: rotate(-5deg);
    }

    .mainBanner .slide-left .right {
        width: 55%;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        transform: rotate(-6deg);
        align-content: center;
    }

    .mainBanner .book {
        height: 220px;
        background: #fff;
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
        background-size: cover;
        background-position: center;
        border-radius: 6px;
    }

    /* ---------------- SLIDE 2 (CENTER) ---------------- */
    .mainBanner .slide-center .slide-content {
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    /* ---------------- SLIDE 3 (RIGHT) ---------------- */
    .mainBanner .slide-right .slide-content {
        justify-content: flex-end;
        align-items: center;
        text-align: right;
    }

    /* NAV */
    .mainBanner .nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 50px;
        color: #fff;
        cursor: pointer;
        z-index: 10;
        padding: 0;
        height: 100px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0,0,0,0.2);
        line-height: 1;
        font-size: 36px;
        transition: 0.3s all ease-in-out;
    }

    .mainBanner .prev {
        left: 20px;
    }

    .mainBanner .next {
        right: 20px;
    }
    .page_content_wrap {
        padding: 0 !important;
    }

    .mainBanner .slide-bg figure {
        height: 100% !important;
        width: 100% !important;
        margin: 0;
    }

    .mainBanner .slide-bg figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .mainBanner .slide.slide-center .big-title {
        color: #2d2d2c;
        font-size: 109px;
        font-weight: 800;
        font-family: 'Poppins';
        text-transform: uppercase;
        text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.5);
    }

    .mainBanner .slide.slide-center .badge {
        position: relative;
        display: block;
        background: unset;
    }

    .mainBanner .slide.slide-center .badge:after {
        content: '';
        height: 6px;
        width: 25%;
        position: absolute;
        top: 50%;
        right: 17%;
        transform: translateY(-50%);
        background: #e58400;
        border-radius: 30px;
    }

    .mainBanner .slide.slide-center .badge:before {
        content: '';
        height: 6px;
        width: 25%;
        position: absolute;
        top: 50%;
        left: 17%;
        transform: translateY(-50%);
        background: #e58400;
        border-radius: 30px;
    }

    .mainBanner .slide.slide-center .badge {
        color: #2d2d2c;
        font-size: 42px;
        font-weight: 800;
        font-family: 'Poppins';
        text-transform: none;
        text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.5);
        margin: 5px 0;
    }

    .mainBanner .slide.slide-center .sub-title {
        background: #e58400;
        color: #f2f2f2;
        line-height: 1;
        padding: 15px;
        border-radius: 10px;
        font-size: 60px;
        display: inline-block;
        text-transform: uppercase;
        margin: 10px 0;
    }

    .mainBanner .slide.slide-center .shop {
        display: block;
        color: #2d2d2c;
        font-size: 104px;
        text-transform: uppercase;
        font-family: 'Poppins';
        font-weight: 800;
        text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.5);
        margin: 5px 0 0;
    }

    .mainBanner .slide-center .slide-content {
        transform: rotate(-5deg);
    }

    .mainBanner .slide-right .badge {
        text-shadow: rgb(219, 219, 219) 1px 3px 10px;
        color: #0f0f0f;
        font-size: 124px;
        font-weight: 700;
        font-family: 'Poppins';
        background: unset;
        padding: 0;
        position: relative;
        display: block;
        line-height: 1;
        margin: 0 !important;
        text-transform: uppercase;
        letter-spacing: 0;
        text-align: left;
    }

    .mainBanner .slide-right .slide-content {
        text-align: left;
        transform: rotate(-5deg);
    }

    .mainBanner .slide-right .badge:after {
        content: '';
        height: 50%;
        width: 24%;
        background: #0f0f0f;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 12%;
        border-radius: 15px;
    }

    .mainBanner .slide-right .big-title {
        text-shadow: rgba(0, 0, 0, 0.87) 1px 5px 10px;
        text-transform: uppercase;
        margin: 0;
        color: #f2f2ff;
        line-height: 0.8;
        font-size: 189px;
        font-family: 'Poppins';
    }

    .mainBanner .slide-right .sub-title {
        color: #0f0f0f;
        font-size: 74px;
        text-transform: uppercase;
        text-shadow: rgb(219, 219, 219) 1px 3px 10px;
        font-family: 'Poppins';
    }

    /* =====================
   ENTRANCE ANIMATIONS
===================== */
    @keyframes fadeUp {
        from {
            opacity: 0;
            transform: translateY(60px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @keyframes fadeLeft {
        from {
            opacity: 0;
            transform: translateX(-80px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes fadeRight {
        from {
            opacity: 0;
            transform: translateX(80px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Reset before animation */
    .mainBanner .slide .badge,
    .mainBanner .slide .big-title,
    .mainBanner .slide .sub-title,
    .mainBanner .slide .shop {
        opacity: 0;
    }

    /* ACTIVE ANIMATIONS */
    .mainBanner .slide.active .badge {
        animation: fadeUp 0.8s ease forwards;
    }

    .mainBanner .slide.active .big-title {
        animation: fadeLeft 1s ease forwards;
        animation-delay: 0.2s;
    }

    .mainBanner .slide.active .sub-title {
        animation: fadeRight 1s ease forwards;
        animation-delay: 0.4s;
    }

    .mainBanner .slide.active .shop {
        animation: fadeUp 1s ease forwards;
        animation-delay: 0.6s;
    }


    .mainBanner .badge {
        font-size: clamp(18px, 5vw, 64px);
    }

    .mainBanner .big-title {
        font-size: clamp(48px, 10vw, 157px);
    }

    .mainBanner .sub-title {
        font-size: clamp(32px, 6vw, 104px);
    }

    .mainBanner .shop {
        font-size: clamp(22px, 5vw, 64px);
        margin: 10px 0;
    }

    @media (max-width: 1600px) {
        .mainBanner .slide-right .slide-bg figure img {
            object-position: center;
        }

        .mainBanner .slide-right .badge {
            font-size: 100px;
        }

        .mainBanner .slide-right .big-title {
            font-size: 150px;
        }
    }

    @media (max-width: 1440px) {
        .mainBanner .slide.slide-center .big-title {
            font-size: 80px;
        }

        .mainBanner .slide.slide-center .badge {
            font-size: 30px;
        }

        .mainBanner .slide.slide-center .sub-title {
            font-size: 40px;
        }

        .mainBanner .slide.slide-center .shop {
            font-size: 75px;
        }

        .mainBanner .slide-right .badge {
            font-size: 85px;
        }

        .mainBanner .slide-right .big-title {
            font-size: 120px;
        }

        .mainBanner .slide-right .sub-title {
            font-size: 64px;
            margin-top: 5px;
        }

        .mainBanner .slide-right .badge:after {
            right: 8%;
        }
    }

    @media (max-width: 1200px) {
        .mainBanner .slide-left .right {
            grid-template-columns: repeat(2, 1fr);
        }

        .mainBanner .slider {
            height: 75vh;
        }

        .mainBanner .slide-right .slide-bg figure img {
            object-position: right;
        }

        .mainBanner .slide-right .slide-content {
            width: 85%;
        }
    }

    @media (max-width: 1024px) {

        .mainBanner .slide-left .left,
        .mainBanner .slide-center .slide-content,
        .mainBanner .slide-right .slide-content {
            transform: none;
        }
    }

    /* RESPONSIVE */
    @media(max-width: 991px) {
        .mainBanner .slide.slide-center .big-title {
            font-size: 60px;
        }

        .mainBanner .slide.slide-center .badge {
            font-size: 22px;
        }

        .mainBanner .slide.slide-center .sub-title {
            font-size: 35px;
            margin: 5px 0;
            padding: 10px;
        }

        .mainBanner .slide.slide-center .shop {
            font-size: 55px;
            margin: 5px 0 0;
        }

        .mainBanner .slide-right .badge:after {
            display: none;
        }

        .mainBanner .slide-right .badge {
            font-size: 70px;
        }

        .mainBanner .slide-right .big-title {
            font-size: 100px;
        }

        .mainBanner .slide-right .sub-title {
            font-size: 50px;
            line-height: 1.25;
        }

        .mainBanner .slide-right .slide-content,
        .mainBanner .slide-content {
            flex-direction: column;
            text-align: center;
            align-items: center;
            justify-content: center;
        }
    }

    @media(max-width: 900px) {
        .mainBanner .slide-content {
            flex-direction: column;
            text-align: center;
            align-items: center;
            justify-content: center;
        }

        .mainBanner .slide-left .left,
        .mainBanner .slide-left .right {
            width: 100%;
        }

        .mainBanner .slide-right .slide-content {
            text-align: center;
        }

        .mainBanner .big-title {
            font-size: 78px;
        }

        .mainBanner .sub-title {
            font-size: 48px;
        }
    }

    @media (max-width: 768px) {
        .mainBanner .slide-left .right {
            grid-template-columns: 1fr;
            transform: none;
        }

        .mainBanner .slider {
            height: auto;
            min-height: 70vh;
        }

        .mainBanner .slide-content {
            padding: 0px 20px;
        }

        .mainBanner .slide.slide-center .big-title {
            font-size: 45px;
        }

        .mainBanner .slide.slide-center .badge:before,
        .mainBanner .slide.slide-center .badge:after {
            width: 20%;
            height: 5px;
        }

        .mainBanner .slide.slide-center .sub-title {
            font-size: 30px;
        }

        .mainBanner .slide.slide-center .shop {
            font-size: 40px;
        }

        .mainBanner .slide-right .badge {
            font-size: 50px;
        }

        .mainBanner .slide-right .big-title {
            font-size: 80px;
            line-height: 1;
        }

        .mainBanner .slide-right .sub-title {
            font-size: 40px;
        }
    }

    @media (max-width: 568px) {
        .mainBanner .big-title {
            font-size: 40px;
        }

        .mainBanner .sub-title {
            font-size: 30px;
            line-height: 1.5;
        }

        .mainBanner .slide.slide-center .big-title {
            font-size: 40px;
            margin: 0;
            line-height: 1.12;
        }

        .mainBanner .slide.slide-center .badge:before,
        .mainBanner .slide.slide-center .badge:after {
            display: none;
        }

        .mainBanner .slide.slide-center .sub-title {
            font-size: 19px;
        }

        .mainBanner .slide.slide-center .shop {
            font-size: 35px;
            margin: 0;
        }

        .mainBanner .slide-right .big-title {
            font-size: 55px;
        }

        .mainBanner .slide-right .sub-title {
            font-size: 30px;
        }

        .mainBanner .slide-right .badge {
            font-size: 40px;
        }

        .mainBanner .slide-right .slide-content {
            padding: 0;
            width: 100%;
        }

        .mainBanner .slider {
            min-height: 60vh;
        }
    }
/* revolution slider end */



.woocommerce div.product {
    padding: 100px 0 50px;
}
.drop-btn {
            color: #fff !important;
            font-weight: 600 !important;
            font-size: 18px !important;
            text-decoration: none;
            padding: 10px 12px;
            border-radius: 4px;
            transition: background 0.3s, color 0.3s;
        }

        .dropdown-menu {
            position: absolute;
            top: 100%;
            left: 0;
            background: #fff;
            list-style: none;
            padding: 10px 0;
            min-width: 150px;
            display: none;
            flex-direction: column;
            border-radius: 6px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        }

        .dropdown-menu li a {
            color: #000 !important;
            font-size: 15px !important;
            font-weight: 500 !important;
            text-decoration: none;
            padding: 8px 12px !important;
            display: block;
            transition: background 0.3s, color 0.3s;
        }

        .dropdown-menu li a:hover {
            background: #FF9F1A;
            color: #fff !important;
        }

        .dropdown:hover .dropdown-menu {
            display: flex;
        }





/* Product Page */

.prod-thumb-image {
    padding: 0 6rem;
}
.product-single-content {
  padding-left: 1rem;
}
.product-single-content h2 {
    font-size: 2.12rem;
    font-family: "Cormorant Garamond", serif;
    font-weight: 600;
    margin: 0;
}

.product-single-content h5 {
    color: #084935;
    font-size: 16px;
    font-family: "Quattrocento Sans", sans-serif;
    font-weight: 500;
    margin: 15px 0;
}

.price-rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 25px 0 45px;
}

.price-rating h4 {
    margin: 0 !important;
    color: #9c4b3a;
    font-size: 24px !important;
    font-weight: 400;
    font-family: 'Quattrocento Sans';
}

.product-single-content table td {
    padding: 5px 30px;
    color: black;
    background-color: transparent !important;
}

.product-single-content table td:first-child {
    padding: 5px 0;
    color: unset;
}

.product-single-content table:not(:where([class*="tribe-events"])) > tbody > tr:nth-child(2n+1) > td {
    background: transparent;
}

.product-single-content table {
    margin: 50px 0 !important;
}

.buyBtn {
    background: #084935;
    color: white;
    font-size: 16px;
    height: 60px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 10px 0 40px;
}

.product-single-content .card-img {
    width: 50%;
}

.product-single-content figure {
    display: flex;
    justify-content: flex-start !important;
    text-align: left;
    align-items: flex-start;
}
.product-single-content span i {
    font-size: 14px;
    color: darkorange;
}
.prod-single {
  padding: 5rem 0 0;
}
.related-products {
  padding: 0 0 5rem;
}
/* Product Page end */