:root{
    --white:  #fff;
     --black:  #000;
     --grey:#313131;
    --primary-color:  #796335;
    --heading-color:#030A1A;
}

@font-face {
  font-family: 'Namdhinggo-bold';
  src: url('../fonts/namdhinggo/Namdhinggo-Bold.woff');
}
body.p-0.m-0.smooth-scroll {
    overflow-x: hidden;
}
ul{
    list-style: none;
}
 h1 span{
    display: block;

}
.whishlist UL LI + LI {
    display: none;
}
/* our-approach css */

/* ===== Scrollbar CSS ===== */
/* Firefox */


/* Chrome, Edge, and Safari */

#scrollBtn{
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #000000;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
}
a{
    text-decoration: none !important;
}
.container{
    max-width: 1240px;
}
body{
      font-family: "Poppins", sans-serif;
}
h1{
    font-family: 'Namdhinggo-bold';
      text-transform: uppercase;
      color: var(--black);
      font-size: 35px;
}
h2 , h3{
     font-family: 'Namdhinggo-bold';
      text-transform: uppercase;
}
p{
    font-size: 17px;
    font-weight: 400;
    color: var(--black);
}

.sectionamazon .sec-03 {
    padding-bottom: 31px;
    background-image
: url('../images/bg-3.png');
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
h2 , h3{
      font-family: "Montserrat", sans-serif;
      font-size: 22px;
      font-weight: 800;
      text-transform: uppercase;
}
html.smooth-scroll {
  scroll-behavior: smooth;
}
.contentmain h5{
    color: var(--black);
    font-size: 20px;
}
.contentmain h3{
    color: var(--black);
    font-size: 50px;
}
.custombtn{
    border-radius: 15px;
    background: var(--heading-color);
    color: var(--white);
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    overflow: hidden;
    font-weight: 500;
    padding: 12px 35px;
    display: flex;
    max-width: fit-content;
    text-transform: uppercase;
    align-items: center;
    /* margin-left: 20px; */
}


.custombtn:hover:after{
    transition: all 0.7s ease;
    background: var(--yellow);
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
     position: absolute;
}

/* HEADER CSS START */
.ml9 {
  position: relative;
  font-weight: 600;
  font-size: 4em;
  color: var(--heading-color);
  margin: 0;
  line-height: 48px;
}

.ml9 .text-wrapper {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.ml9 .letter {
  transform-origin: 50% 100%;
  display: inline-block;
  line-height: 10px;
}
.navbar-nav {
    gap: 40px !important;
}

a.nav-link {
    padding: 0px 0px !important;
      font-family: "Montserrat", sans-serif;
      color: var(--grey);
      font-size: 16px;
      font-weight: 500;
}

.Headermain {
    padding: 20px 0px 30px;
    transition: all 0.6s ease;
}
.content-01 h2{
    margin-bottom: 19px;
    line-height: 45px;
    color: var(--grey);
    font-size: 50px;
    font-weight: 600;
}
.content-01 h4{
    margin-bottom: 0;
    line-height: 45px;
    color: var(--grey);
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.Section-01 {
    padding: 40px 0px 200px;
    background-image: url('../images/bg-1.png');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.content-01 p{
     font-family: "Montserrat", sans-serif;
     color: #797979;
     font-size: 16px;
     font-weight: 500;
     word-spacing: 8px;
     width: 90%;
}

/* 
.topimg{
    height: 600px;
    width: 600px;
    object-fit: cover;
} */

.topimage {
    perspective: 1000px; /* 3D depth ke liye */
    display: flex;
    justify-content: center;
    align-items: center;
}

.topimg {
    height: 550px;
    width: auto; 
    object-fit: contain;
  
    transform-style: preserve-3d;
    filter: drop-shadow(20px 20px 50px rgba(0,0,0,0.2));
}

.buttonflex {
    display: flex;
    align-items: center;
    gap: 20px;
}

.buttonflex a {
    padding: 13px 50px;
    border-radius: 28px;
}

.btn-white {
    background: transparent;
    color: var(--grey);
    border: 2px solid var(--grey);
}



/* SECTION-02 CSS START */

.author-section {
  padding: 83px 0 0;
  overflow: hidden;
  margin-top: -33px;
}

/* IMAGE AREA */
.image-wrapper {
  position: relative;
}

.main-img {
  width: 650px;
  position: relative;
  z-index: 2;
    left: -150px;
      top: -50px;
}

/* FADED BACK IMAGE */
.bg-img {
  position: absolute;
  left: -290px;
  top: -80px;
  width: 630px;
  /* opacity: 0.08; */
  transform: scale(1.1);
  z-index: 1;
}
.sec-03{
    align-items: baseline;
    background: #fcf1ce;
}
.author-section {
    position: relative;
     z-index: 1;
}
.bottom-img{
    position: absolute;
    bottom: 0;
    z-index: 6;
}
.bottom-img img{
    width: 1900px;
    height: 206px;
}
/* CONTENT */
.sub-title {
    margin-bottom: 5px;
    line-height: 45px;
    color: var(--grey);
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.title {
    font-family: 'Namdhinggo-bold';
    font-weight: 600;
    font-size: 4em;
    color: var(--heading-color);
    margin: 0;
    line-height: 64px;
    padding-bottom: 15px;
}

.desc {
  font-family: "Montserrat", sans-serif;
    color: #797979;
    font-size: 16px;
    font-weight: 500;
    word-spacing: 2px;
    text-align: justify;
    padding-top: 15px;
    width: 100%;
}

.btn-read {
  display: inline-block;
  padding: 12px 30px;
  background: #0c1a2b;
  color: #fff;
  position: relative;
  border-radius: 30px;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.5s ease-in;
  z-index: 1;
}
.custombtn:after{
     position: absolute;
    content: "";
    background: var(--primary-color);
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
}
.btn-read:before {
    position: absolute;
    content: "";
    background: var(--grey);
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
}
.btn-read:hover {
    transition: all 0.6s ease;
    color: #fff !important;
}

.btn-read:hover:before {
    transition: all 0.5s ease;
    width: 100%;
}

/* RESPONSIVE */
@media(max-width: 992px){
  .title {
    font-size: 32px;
  }

  .bg-img {
    left: -30px;
    top: 20px;
  }

  .image-col {
    margin-bottom: 40px;
  }
}
.h5custom{
        margin-bottom: 0;
    line-height: 45px;
    color: var(--grey);
    font-family: "Montserrat", sans-serif;
    font-size: 27px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.sectionamazon figure.book-imgn {
    position: relative;
    margin-top: -136px;
    z-index: 2;
}

.cover-1 {
    display: flex;
    justify-content: normal;
    position: relative;
    left: -30px;
}

.Sec-04 {
    background: linear-gradient(181deg, #FCF1CE, transparent);
    padding: 0px 42px 55px 0px;
}

.cover-1 img {
    width: 100%;
}
.Sec-04 .h5custom {
    line-height: 37px;
    letter-spacing: 2px;
    font-size: 24px;
}


.Testimonial-slider .slider__wrap .swiper-slide {
  width: 300px;
  flex-shrink: 0;
  /* opacity: 0; */
  /* height: 350px; */
  background: #fff;
  border-radius: 20px;
  pointer-events: none;
  transition: all 0.3s;
}
.Testimonial-slider .slider__wrap .swiper-slide {
  /* opacity: 0.3; */
  transform: scale(0.9);
  transition: 0.3s;
}

.Testimonial-slider .swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
}
.Testimonial-slider .slider__controls {
  position: relative;
  z-index: 12;
  /* bottom: -27px; */
}
.Testimonial-slider .slider__controls .slider__pagination {
  text-align: center;
}
.Testimonial-slider .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 22px;
  height: 5px;
  display: inline-block;
  background: #796335;
  opacity: 1;
  margin: 0 5px;
  border-radius: 5px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.Testimonial-slider .slider__controls .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.Testimonial-slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #313131;
  width: 70px;
  transition-delay: 0s;
}
.Testimonial-slider .slider__controls .slider__button-next, .Testimonial-slider .slider__controls .slider__button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.Testimonial-slider .slider__controls .slider__button-prev {
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.Testimonial-slider .slider__controls .slider__button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
  display: none;
}
.Testimonial-slider .slider__controls .slider__button-prev:focus, .Testimonial-slider .slider__controls .slider__button-next:focus {
  outline: none !important;
}

.Testimonial-slider.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    overflow: hidden;
}

.boxcontent {
    padding: 20px 18px 20px;
    text-align: start;
    background: var(--primary-color);
    border-radius: 27px;
    text-align: center;
}

.Testimonial-slider .slider__wrap .swiper-slide-active .box-content {
    background: red;
}
.boxcontent p{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}

.boxcontent h6 {
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
}

.Testimonial-slider .swiper-slide-active  .boxcontent{
    background: var(--heading-color);
}


.bgvide{
      /* border-radius: 50px; */
      /* background: url('../images/bg-4.png'); */
      padding: 46px 0 80px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* background-attachment: fixed; */
      /* margin: 85px 100px; */
      /* background: linear-gradient(350deg, #FCF1CE, transparent); */
}

.videosec{
    border-radius: 50px;
    background: url('../images/bgv.png');
    padding: 51px 40px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 0 100px;
}
section.videosec h5 {
    font-size: 67px;
    color: var(--heading);
    text-transform: capitalize;
}

/* Main Button */
.play-btn {
  position: relative;
  width: 90px;
  height: 90px;
}

/* Center Circle */
.icon {
  position: absolute;
  width: 90px;
  height: 90px;
  background: #E7C881;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  box-shadow: 0 0 25px rgba(212,162,76,0.6);
}

.icon i {
  color: #fff;
  font-size: 28px;
}

/* Ripple Layers */
.ripple {
  position: absolute;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffffc2;
  animation: rippleAnim 2s infinite;
}

/* Different delays for 3 layers */
.ripple1 {
  animation-delay: 0s;
}

.ripple2 {
  animation-delay: 0.5s;
}

.ripple3 {
  animation-delay: 1s;
}

/* Animation */
@keyframes rippleAnim {
  0% {
    transform: scale(1);
    opacity: 0.6;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Responsive */
@media (max-width: 600px) {
  .play-btn {
    margin-bottom: 89px;
    width: 70px;
    height: 70px;
    margin-top: 70px;
  }

  .icon {
    width: 70px;
    height: 70px;
  }

  .icon i {
    font-size: 22px;
  }
}
/* Modal Background */
.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.video-box {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  height: 400px;
}

.video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(120, 30, 10, 0.85);
}
/* Show modal */
.video-modal.active {
  display: flex;
}

/* Video Box */
.video-content {
  position: relative;
  width: 90%;
  max-width: 800px;
  aspect-ratio: 16/9;
}

/* Iframe */
.video-content iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

/* Close Button */
.close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  font-size: 30px;
  color: #fff;
  cursor: pointer;
}



.samecont span {
    display: block;
    color: var(--heading);
}

.bgvide .samecont {
    text-align: center;
}


.video-modal.active {
    opacity: 1;
    visibility: visible;
    background: #000000e3;
}

.play-btn {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-right: auto;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    margin-left: 170px;
}

.video-modal.active .video-box {
    transform: scale(1) rotateX(0deg);
}

section.videosec h6 {
    text-align: start;
}

section.videosec h2 {
    text-align: start;
}

section.videosec h5 {
    font-size: 30px;
    text-align: start;
    color: #313131;
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 81px;
}


figure.book-imgn img {
}

.sectionamazon .row {
    align-items: center;
}

.sectionamazon figure.book-imgn img {
    width: 678px;
    height: 497px;
    object-fit: cover;
}

.sectionamazon figure.book-imgn {
    margin-top: 0;
}


.amazonbutn img {
    width: 91px;
}

a.amazonbutn {
    padding: 14px 32px;
    background: #fff;
    box-shadow: 0px 0px 7px 4px #0000003b;
    border-radius: 16px;
}


/* SECTION BG */
.testimonial-section {
 background-image: url('../images/bg--1.png');
 padding: 100px 0 154px;
 background-repeat: no-repeat;
 background-size: cover;
 margin-bottom: 106px;
}

/* TITLE */
.small-title {margin-bottom: 5px;line-height: 45px;color: var(--grey);font-size: 25px;font-weight: 500;text-transform: uppercase;}

.main-title {
  font-family: 'Namdhinggo-bold';
  font-weight: 600;
  font-size: 4em;
  color: var(--heading-color);
  margin: 0;
  line-height: 64px;
  padding-bottom: 15px;
}

/* CARD */
.testimonial-card {
  background: #fcf1ce;
  padding: 10px 0 0;
  border-radius: 10px;
  text-align: center;
  transition: 0.4s ease;
  position: relative;
  /* box-shadow: 
    0 15px 35px rgba(0,0,0,0.08),
    inset 0 0 0 1px rgba(255,255,255,0.4); */
}

/* HOVER PREMIUM EFFECT */
.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 
    0 25px 50px rgba(0,0,0,0.12),
    inset 0 0 0 1px rgba(255,255,255,0.6);
}

/* IMAGE */
.user-img {

/* width: 360px; */

/* height: 100px; */

object-fit: cover;
}

/* NAME */
.testimonial-card h5 {
  font-size: 29px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: 'Namdhinggo-bold';
  text-transform: uppercase;
}

/* TEXT */
.testimonial-card p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 15px;
  height: 100px;
}

/* STARS */
.stars {
  color: #796335;
  font-size: 29px;
  letter-spacing: 3px;
}

/* BUTTON */
.view-more {
  margin-top: 40px;
  background: #0c1b2a;
  color: white;
  border-radius: 30px;
  padding: 10px 28px;
  font-size: 13px;
  letter-spacing: 1px;
  border: none;
  transition: 0.3s;
}

.view-more:hover {
  background: #000;
}
/* CONTACT */
.contact-section {
  background-position: top;
  background: url(../images/bgcontact.png) #fef9e9;
  padding: 208px 0 85px;
  position: relative;
  margin-top: -150px;
  background-repeat: no-repeat;
  background-size: cover;
}

.book-img {
  max-width: 657px;
  height: 599px;
  object-fit: cover;
  margin-left: -60px;
}

.contact-title {
  font-family: 'Namdhinggo-bold';
  font-weight: 600;
  font-size: 4em;
  color: var(--heading-color);
  margin: 0;
  line-height: 64px;
  padding-bottom: 15px;
}

.contact-section .form-control {
  height: 64px;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background: transparent;
}

.submit-btn {
  background: #0b1c2c;
  color: white;
  border-radius: 20px;
  padding: 8px 25px;
}

/* FOOTER */
.footer {
  background: #061423;
  color: white;
  position: relative;
  padding: 72px 0 6px;
}

.footer h6, .footer h5 {
  margin-bottom: 43px;
  font-size: 26px;
  color: #E7C881;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 20px;
}

.subscribe-box {
  display: flex;
  background: #0d233b;
  border-radius: 5px;
  overflow: hidden;
}

.subscribe-box input {
  border: none;
  padding: 10px;
  flex: 1;
  background: #B4B4B433;
  color: white;
}


.Headermain.sticky {
    width: 100%;
    background: #fcf1ce;
    position: fixed;
    top: 5px;
    transition: all ease-in-out .7s;
    z-index: 5;
    padding: 0;
}

.subscribe-box button {
  background: #E7C881;
  border: none;
  padding: 10px 15px;
}

.copyright {
  text-align: center;
  margin-top: 120px;
  font-size: 15px;
  color: #fff;
}
.sliderimg{
    /* width: 115px; */
    /* background-color: red; */
    /* height: 50px; */
}

.contenttest {
    background: #FFFEE0;
    padding: 35px 25px;
}


.d-flex {
    justify-content: center;
    margin-top: 45px;
}
.contact-section textarea.form-control {
    resize: none;
}
.footer ul li a {
    color: #fff;
    font-size: 15px;
}
.footer:after{position: absolute;content: "";background: #e7c881;height: 1px;width: 100%;bottom: 75px;}
.contact-section label {
    margin-bottom: 0;
    margin-top: 30px;
    color: #BFBFBF;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.ft-text p {
    color: #fff;
    margin-top: 31px;
    font-size: 15px;
    line-height: 28px;
}

p.spra {
    color: #fff;
    font-size: 16px;
    padding: 21px 0px 0;
}
section{
    overflow: hidden;
}

.Headermain.sticky a {
    color: #fff;
}

.Headermain.sticky a.nav-link {
    /* color: #fff; */
}

.content-col {}

section.author-section .content-col {
    position: relative;
    z-index: 6;
}