:root{
   
--white:  #fff;
   
--black:  #000;
   
--heading:#CBB1A3;
   
--primary-color:  #550000;
   
overflow-x: hidden;
}
body.p-0.m-0.smooth-scroll {
    overflow-x: hidden;
}
ul{
    list-style: none;
}
 h1 span{
    display: block;

}
/* Background blur + fade */
.video-modal {
    position: fixed;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(12px);
    opacity: 0;
    visibility: hidden;
    transition: 0.4s ease;
    z-index: 9999;
}

.video-modal.active {
    opacity: 1;
    visibility: visible;
}

/* Unique animation box */
.video-box {
    width: 75%;
    max-width: 900px;
    transform: scale(0.6) rotateX(20deg);
    transition: 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    background: rgba(255,255,255,0.05);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    padding: 10px;
    box-shadow: 0 30px 80px rgba(0,0,0,0.6);
    position: relative;
}

/* Animation on open */
.video-modal.active .video-box {
    transform: scale(1) rotateX(0deg);
}

/* Video */
.video-box video {
    width: 100%;
    border-radius: 15px;
}

/* Close button */
.close-btn {
    position: absolute;
    top: -35px;
    right: 0;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.close-btn:hover {
    transform: rotate(90deg) scale(1.2);
}
.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: #2c599d;
    color: white;
    font-size: 22px;
    cursor: pointer;
    z-index: 999;
}
a{
    text-decoration: none !important;
}
.container{
    max-width: 1250px;
}
body{
      font-family: "Poppins", sans-serif;
      background: var(--heading);
}
h1{
  font-family: "Protest Strike", sans-serif;
      text-transform: uppercase;
      color: var(--black);
      font-size: 35px;
}
h2 , h3{
  font-family: "Protest Strike", sans-serif;
      text-transform: uppercase;
}
p{
    font-size: 16px;
    font-weight: 400;
    color: var(--heading);
}
h5{
  font-family: "Protest Strike", sans-serif;
  font-size: 40px;
  color: var(--heading);
  text-transform: uppercase;
}
h6{
    color: var(--white);
    font-size: 22px;
}
h5 span{
    color: var(--primary-color);
}
html.smooth-scroll {
  scroll-behavior: smooth;
}
.contentmain h5{
    color: var(--black);
    font-size: 20px;
}
.contentmain h3{
    color: var(--black);
    font-size: 50px;
}
.custombtn{
    transition: all 0.5s ease-in;
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 56px;
    color: var(--primary-color);
    font-family: "Protest Strike", sans-serif;
    font-size: 18px;
    position: relative;
    transition: all 0.7s ease;
    z-index: 2;
    font-weight: 500;
    padding: 10px 30px;
    display: flex;
    max-width: fit-content;
    text-transform: capitalize;
    align-items: center;
    /* margin-left: 20px; */
    background: var(--heading);
}

.custombtn:after{
    transition: all 0.7s ease;
    /* border: 2px solid var(--yellow); */
    content: "";
    width: 100%;
    height: 100%;
    right: -24px;
    position: absolute;
    z-index: -2;
    display: none;
}
.custombtn:hover:after{
    transition: all 0.7s ease;
    background: var(--yellow);
    content: "";
    width: 100px;
    height: 100%;
    right: 0;
     position: absolute;
}

/* HEADER CSS START */

.navbar-brand{
   
}
.navbar-brand span{
   
}

#txt{
   display:flex;
   align-items:center;
   justify-content:center;
   flex:1;
   font-family:sans-serif;
   letter-spacing:3.5px;
   font-size:3.5rem;
   font-weight:700;
   position:relative;
   transform-style:preserve-3d;
   perspective:100px;
   -webkit-transform-style:preserve-3d;
   -webkit-perspective:100px;
}
#txt>b{
   height:3.5rem;
   box-shadow:0 .4rem .3rem -.3rem #aaa;
   color:#979c9f;
   background:linear-gradient(#aaf,#acf,#afc);
   background-clip:text;
   text-fill-color:transparent;
   -webkit-background-clip:text;
   -webkit-text-fill-color:transparent;
   transform-origin:bottom;
   transform:rotateX(-85deg);
   -webkit-transform-origin:bottom;
   -webkit-transform:rotateX(-85deg);
   animation:getUp 7s infinite;
}
#txt>b:nth-child(2){
   animation-delay:.25s;
}
#txt>b:nth-child(3){
   animation-delay:.5s;
}
#txt>b:nth-child(4){
   animation-delay:.75s;
}
#txt>b:nth-child(5){
   animation-delay:1s;
}
#txt>b:nth-child(6){
   animation-delay:1.25s;
}
#txt>b:nth-child(7){
   animation-delay:1.5s;
}
#txt>b:nth-child(8){
   animation-delay:1.75s;
}
@keyframes getUp{
   10%,50%{
      transform:rotateX(0);
   }
   0%,60%,100%{
      transform:rotateX(-85deg);
   }
}

.navbar-brand:after {
    position: absolute;
    content: "";
    height: 180px;
    width: 170px;
    right: -24px;
    top: -70px;
    z-index: -1;
    /* background: #fff; */
    border-radius: 100px;
    display: none;
}

.nav-link {
    padding: 0px  !important;
    color: #e9e9e9 !important;
    text-transform: capitalize;
    font-size: 16px;
      font-family: "Protest Strike", sans-serif;
}

.whishlist ul {
    padding-left: 0;
    display: flex;
    margin: 0;
    gap: 25px;
    align-items: center;
}

.whishlist ul a {
    background: transparent;
    position: relative;
    color: #000;
}

.whishlist ul a span {
    position: absolute;
    right: 0px;
    top: -2px;
    z-index: 4;
}
.whishlist ul a i {
    font-size: 23px;
    position: relative;
    top: 3px;
}
.Headermain {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px 0 20px;
    z-index: 999;
    /* background: #fff; */
    transition: all 0.4s ease;
}
/* menu css */
.Headermain.fixed {
    background: var(--primary-color);
    position: fixed;
    top: 10px;
    transition: all ease-in-out .7s;
}
header#header.fixed .logo-b {
    display: none;
}

header#header.fixed .logo-w {
    display: block;
}
.Headermain.fixed nav.navbar {
    /* background: #fff; */
    /* border-radius: 8px; */
    /* padding: 16px 10px 20px; */
}

.Headermain.fixed nav.navbar .nav-link.active {
    color: #fff;
}

.Headermain.fixed nav.navbar .custom-btn.orange-btn {
    background: white;
    color: var(--primary-color);
}

.Headermain.fixed nav.navbar .navbar-brand {
    color: white;
}
/* Scroll ke baad */

.navbar-brand {
    transition: all 0.4s ease;
}

/* .Headermain {
    position: absolute;
    z-index: 1;
    padding: 30px 0px;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    background: #fff;
} */
ul.navbar-nav {
    /* margin-left: 130px !important; */
    margin: 0px auto;
    gap: 38px;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.form-inline .form-control {
    border-radius: 57px !important;
    border-color: #000;
    width: 130px;
    margin-right: 10px;
    height: 44px;
}

.form-inline .input-group {
    position: relative;
    width: fit-content;
}

.form-inline .input-group span.input-group-text {
    padding: 0;
    border: 0;
    position: absolute;
    right: 21px;
    z-index: 1;
    top: 13px;
    background: transparent;
}

.whishlist {
    display: flex;
  
}

/* SEction-01 css start */

.Section-01{
    background-attachment: fixed !important;
    position: relative;
    background: url('../img/bg-1.png');
    background-position: center;
    padding: 150px 0px;
    background-repeat: no-repeat;
    background-size: cover;
}
/* .ml6{
    color: var(--heading);
    text-transform: uppercase;
    font-size: 85px;
    line-height: 71px;
    font-family: "Protest Strike", sans-serif;
    word-spacing: 15px;
} */
.content-1 h2{
     margin: 0px 0px 0;
     color: var(--heading);
     text-transform: uppercase;
     font-size: 71px;
     line-height: 71px;
     font-family: "Protest Strike", sans-serif;
     word-spacing: 15px;
}
.content-1 p{
    line-height: 35px;
    font-size: 17px;
    color: var(--white);
    width: 95%;
    margin-bottom: 35px;
}

.ml6 span {
    /* display: block; */
    color: var(--primary-color);
    display: unset;
}

.whishlist .custombtn {
    padding: 10px 10px;
    margin-left: 17px;
}
.content-1 h5 {
    color: var(--white);
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 33px;
}
/* animation */
figure.hero-girl img {
    transition: all linear .5s;
    animation: ball2 2.5s linear infinite alternate;
}


@keyframes ball2 {
    0% {
        transform: translate(-30px, 0px);
        /* filter: drop-shadow(2px 4px 6px #0000) saturate(1.3); */
    }

    100% {
        transform: translate(0px, 0px);
    }
}

@keyframes scroll-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}


.hero.inner-banner .hero-girl {
    max-width: 320px;
    top: unset;
    bottom: -130px;
}
.hero-girl {
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 99;
    width: 465px;
}
/* SECTION-02 css end */



/* SECTION-02 css start */
.Section-01 .content-1 {
    padding-top: 45px;
}
.mainrow{

position: relative;

z-index: 1;
}
.section-02 {
    padding: 135px 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.section-02 .content-1 p {
    width: 97%;
    font-size: 15px;
}

.author {
    width: 90%;
     animation: scroll-left 3s linear infinite;
    position: relative;
    margin-top: -47px;
    margin-left: 43px;
}
@keyframes scroll-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.authorbook {
    position: relative;
    /* background: red; */
}

.mainrow:after {
    z-index: -1;
    position: absolute;
    content: "";
    height: 94%;
    width: 100%;
    background: var(--primary-color);
    left: 0;
    top: 10px;
}

.content-about {
    padding: 70px 5px;
}

.content-about .content-1 h5 {
    margin-bottom: 15px;
}

.mainrow .custombtn {
    color: var(--primary-color);
    background: var(--white);
}
.about-content p {
    font-size: 15px;
    line-height: 26px;
    color: #595959;
    font-weight: 500;
}

.Aboutsec {
    padding: 70px 0;
}

.button-item {
    display: flex;
    gap: 13px;
    margin-top: 30px;
}

.button-item a.custombtn {
    padding: 10px 45px;
    border-radius: 13px;
    font-size: 20px;
    box-shadow: -2px 9px 7px 2px #ffffff52;
}

.button-item .whitebutton {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 77px !important;
    box-shadow: unset !important;
}

.ml6 {
  position: relative;
 
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;

  color: var(--heading);
    text-transform: uppercase;
    font-size: 105px;
    line-height: 71px;
    font-family: "Protest Strike", sans-serif;
    word-spacing: 15px;
}
.providetext{
    font-size: 34px;
    font-weight: 600;
}
.Aboutsec .custombtn{
    padding: 10px 45px;
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px !important;
    font-weight: unset !important;
}
section.Aboutsec h5 {
    color: var(--primary-color);
    font-size: 32px;
}

section.Aboutsec h6 {
    color: var(--primary-color);
    font-family: "Protest Strike", sans-serif;
    margin: 0;
}
/* SECTION 02 css end */




/* BOOKSEC CSS START  */


.book-section {
  background: linear-gradient(160deg, #d8c2b3 0%, #c7aa98 100%);
  padding: 0px 30px;
}

/* Titles */
.book-section .small-title {
  letter-spacing: 3px;
  font-size: 22px;
  /* text-transform: uppercase; */
  color: #5a1e16;
  font-family: "Protest Strike", sans-serif;
  margin: 0;
}

.book-section .main-title {
  text-transform: capitalize;
  font-size: 52px;
  color: #4a0f0a;
}

/* Book Styling */
.book-wrap {
  position: relative;
  display: inline-block;
  perspective: 1000px;
}

.main-book {
  /* max-width: 260px; */
  transition: transform 0.5s ease;
}

.book-side {
  position: absolute;
  right: -40px;
  top: 10px;
  height: 90%;
  transform: rotateY(60deg);
  opacity: 0.8;
}

.book-wrap:hover .main-book {
  transform: rotateY(-10deg) scale(1.05);
}

/* Cards */
.chapter-card {
  position: relative;
  box-shadow: 0px 10px 1px 0px #7b523c;
  padding-left: 15px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  transform: translateY(20px);
  opacity: 0;
  z-index: 1;
  animation: fadeUp 0.8s ease forwards;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 20px;
  margin-bottom: 15px;
}

.chapter-card:nth-child(2) { animation-delay: 0.2s; }
.chapter-card:nth-child(3) { animation-delay: 0.4s; }
.chapter-card:nth-child(4) { animation-delay: 0.6s; }

.chapter-card:hover {
  transform: translateY(-8px) scale(1.02);
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  transition: all 0.6s ease-in;
}

/* Number Badge */
.chapter-num {
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 160px;
  /* background: #7B523C; */
  /* padding: 5px 10px; */
  border-radius: 66px;
  font-size: 26px;
  margin-top: 0;
  /* display: block; */
  /* height: 82px; */
  color: #CFB4A6;
  font-weight: 600;
}

/* Text */
.chapter-card h5 {
  /* margin-top: 20px; */
  /* font-weight: 600; */
  margin: 0;
  padding-left: 5px;
  text-transform: capitalize;
  font-size: 28px;
}

.chapter-card p {
  color: #fff;
  font-size: 14px;
  /* opacity: 0.85; */
  padding-top: 27px;
  font-family: "Protest Strike", sans-serif;
  letter-spacing: 1px;
}

/* Link */
.chapter-card a {
  font-size: 16px;
  text-transform: uppercase;
  color: #7B523C;
  text-decoration: none;
  float: right;
  display: flex;
  justify-content: end;
  width: 100%;
}

/* Animation */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.chapterheader {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-top: 0;
}

.book-section .container {
    max-width: 1550px;
}

.chapter-num:After {
    POSITION: ABSOLUTE;
    content: "";
    height: 100px;
    width: 100px;
    background: #7B523C;
    border-radius: 230px;
    /* border-bottom-left-radius: 60px; */
    top: -63px;
    z-index: -1;
    right: -4px;
    transition: all 0.6s ease;
}


.chapter-card:after {
    border-radius: 0%;
    height: 0%;
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    width: 100%;
    background: #733c18;
    top: 0;
    right: 0;
    z-index: -1;
    transition: all 0.9s ease;
}

.chapter-card:hover:after {
    /* opacity: 1; */
    height: 100%;
    /* width: 100%; */
    top: 0;
    right: 0;
    border-radius: 0px;
    transition: all 0.9s ease;
}
.chapter-card.active:after {
    /* opacity: 1; */
    height: 100%;
    /* width: 100%; */
    top: 0;
    right: 0;
    border-radius: 0px;
    transition: all 0.9s ease;
}
.chapter-card:hover .chapter-num:After {
    z-index: -1;
    background: #000;
    transition: all 0.6s ease;
}

.chapter-card:hover .chapter-num {
    z-index: 1;
}

.chapter-card:hover {
    border-radius: 0px;
}
.chapter-card.active  {
    border-radius: 0px;
    
}
.chapter-card.active   .chapter-num {
    z-index: 1;
}

.chapter-card.active .chapter-num:After {
    z-index: -1;
    background: #000;
    transition: all 0.6s ease;
}


/* BOOKSEC CSS END  */


img.BOOK1 {
    width: 510px;
    height: 485px;
    object-fit: cover;
    transform: rotate(51deg);
     animation: UpDown 2s linear infinite;
         position: relative;
}


.Ab-Sec{
     background-attachment: fixed !important;
     position: relative;
     background: url('../img/bg-3.png');
     background-position: center;
     padding: 50px 0px;
     background-repeat: no-repeat;
     background-size: cover;
     overflow: hidden;
}

section.Ab-Sec.Aboutsec p {
    color: #D5BEB0;
    font-size: 16px;
    text-align: justify;
}

section.Ab-Sec.Aboutsec h5 {
    font-size: 33px;
    color: #D5BEB0;
}

section.Ab-Sec.Aboutsec h6 {
    color: #D5BEB0;
}

section.Ab-Sec.Aboutsec .custombtn {
    background: #D5BEB0;
    color: var(--primary-color);
}

@keyframes UpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: .5em;
  }
  100% {
    bottom: 0;
  }
}


.book-section {
  background: #f3e6dc;
}

/* VIDEO */
.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);
}

.video-content {
  position: absolute;
  inset: 0;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.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: auto;
  cursor: pointer;
  animation: pulse 1.5s infinite;
}

@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.2);}
  100% {transform: scale(1);}
}

/* AMAZON */
.amazon-section {
  /* background: #6b1d10; */
  /* padding: 60px; */
  border-radius: 20px;
}

.book-img {
  max-width: 285px;
  transform: translateY(40px);
  position: absolute;
  top: -312px;
  right: 251px;
}

/* TESTIMONIAL */
.testimonial-card {
  display: none;
  background: #6b1d10;
  padding: 20px;
  border-radius: 20px;
  color: #fff;
  max-width: 500px;
  margin: auto;
}

.testimonial-card.active {
  display: flex;
  animation: fade 0.5s ease;
}

.testimonial-card img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

@keyframes fade {
  from {opacity:0; transform: translateY(20px);}
  to {opacity:1; transform: translateY(0);}
}

/* RESPONSIVE */
@media(max-width:768px){
  .video-box {
    height: 300px;
  }

  .book-img {
    margin-bottom: 30px;
    transform: none;
    margin-top: 0;
    position: unset;
    max-width: 150px;
  }
}


.testimonial-sec {
  /* background: url("bg.jpg") no-repeat center/cover; */
  padding: 132px 107px;
  position: relative;
  z-index: 1;
}

/* CARD BASE */
.test-card {
  background: #6b1d10;
  color: #fff;
  padding: 25px 43px;
  border-radius: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  /* overflow: hidden; */
}

/* LEFT STYLE */
.left-card {
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

/* RIGHT STYLE */
.right-card {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}

/* TEXT */
.test-text {
  width: 83%;
  text-align: left;
}

.test-text h6 {
  font-family: "Protest Strike", sans-serif;
  font-size: 29px;
  padding-top: 11px;
  color: #D4BCAF;
}

/* IMAGE */
.test-img {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  right: -42px;
}

.test-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* SWIPER FIX */
.swiper-slide {
  display: flex;
  justify-content: center;
}
.test-text p {
    font-size: 15px;
    color: #D4BCAF;
    width: 94%;
    text-align: justify;
}
.stars {
    color: #D4BCAF;
    font-size: 14px;
}

/* RESPONSIVE */
@media(max-width:768px){
  .test-card {
    padding: 25px 14px;
    flex-direction: column;
    text-align: center;
    border-radius: 20px !important;
  }

  .test-text {
    width: 100%;
    margin-top: 15px;
  }
}
.swiper.mySwiper {
    padding: 5px 45px;
}
.test-text span {
    color: #D4BCAF;
}
.bgvide{
      /* border-radius: 50px; */
      background: url('../img/bg-4.png');
      padding: 60px 0;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      /* background-attachment: fixed; */
      /* margin: 85px 100px; */
}

.videosec{
    border-radius: 50px;
    background: url('../img/bg-1.png');
    padding: 200px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    margin: 85px 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: var(--primary-color);
  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: rgb(203 177 163);
  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;
}

/* 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;
}
.Newbook{
    background: url('../img/bg-1.png');
    padding: 60px 0px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.amazon-section h5 {
    color: #fff;
}

.amazon-section p {
    color: var(--heading);
    padding: 10px 0px;
    font-family: "Protest Strike", sans-serif;
    font-size: 18px;
    width: 85%;
}

.about-content {}

.amazon-section .about-content {
    padding-bottom: 35px;
}


.contact-sec {
  background: url("../img/bg-1.png") no-repeat center/cover;
  position: relative;
  padding: 80px 0;
}

/* RED OVERLAY */
.contact-sec::before {
  content: "";
  position: absolute;
  inset: 0;
  /* background: rgba(120, 20, 10, 0.85); */
}

.contact-sec .container {
  position: relative;
  z-index: 2;
}

/* TEXT */
.small-title {
  margin: 0;
  letter-spacing: 1px;
  font-size: 28px;
  font-family: "Protest Strike", sans-serif;
  color: var(--primary-color);
}

.main-title {
  text-transform: capitalize;
  font-size: 64px;
  color: var(--heading);
}

.para {
  font-size: 14px;
  margin: 15px 0 25px;
}

/* BUTTONS */
.btn-custom {
  padding: 10px 25px;
  background: #fff;
  color: #000;
  border-radius: 25px;
  margin-right: 10px;
  text-decoration: none;
  font-size: 14px;
  transition: 0.3s;
}

.btn-custom.light {
  background: #f3d6c5;
}

.btn-custom:hover {
  transform: translateY(-3px);
}

/* FORM */
.contact-form {
  /* background: rgba(255,255,255,0.1); */
  padding: 30px;
  border-radius: 15px;
  /* backdrop-filter: blur(10px); */
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border-radius: 8px;
  border: none;
  background: rgba(255,255,255,0.2);
  color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #ddd;
}

/* BUTTON */
.submit-btn {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 25px;
  background: #f3d6c5;
  color: #000;
  font-weight: 600;
}

/* RESPONSIVE */
@media(max-width:768px){
  .main-title {
    font-size: 28px;
  }

  .contact-form {
    margin-top: 20px;
  }
}




.footer-sec {
    background: #490707;
    color: #fff;
    padding: 80px 0 0;
    position: relative;
    overflow: hidden;
}

/* subtle gradient overlay */
.footer-sec::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: radial-gradient(circle at top right, rgba(0,123,255,0.15), transparent); */
    top: 0;
    left: 0;
    z-index: -1;
}

/* Columns */
.footer-row {
    position: relative;
    z-index: 2;
}

.footer-col {
    margin-bottom: 30px;
}

.footer-box {
    padding-right: 20px;
}

/* Logo */
.footer-logo {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

/* Text */
.footer-text {
    font-size: 14px;
    line-height: 1.7;
    color: #bbb;
    padding-top: 22px;
    margin-bottom: 20px;
}

/* Titles */
.footer-title {
    font-size: 29px;
    margin-bottom: 20px;
    position: relative;
    color: #D4BCAF;
}

.footer-title::after {
    content: "";
    width: 40px;
    height: 2px;
    background: #cbb1a3;
    position: absolute;
    bottom: -8px;
    left: 0;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    font-family: "Protest Strike", sans-serif;
    color: #D4BCAF;
    text-decoration: none;
    font-size: 17px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #490707;
    padding: 2px 10px;
    background: #cbb1a3;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
}

.footer-contact li {
    margin-bottom: 10px;
    font-size: 14px;
    color: #bbb;
}

/* Social */
.footer-social {
    display: flex;
    gap: 10px;
}

.footer-icon {
    width: 38px;
    height: 38px;
    background: #d4bcaf;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #490707;
    transition: 0.3s;
}

.footer-icon:hover {
    background: #ffffff !important;
    transform: translateY(-3px);
    color: #000;
}

/* Bottom Bar */
.footer-bottom {
    border-top: 1px solid #540606;
    margin-top: 40px;
    padding: 20px 0;
    text-align: center;
}

.copyright-text {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

/* Responsive */
@media (max-width: 991px) {
    .footer-sec {
        padding: 60px 0 0;
    }

    .footer-box {
        padding-right: 0;
    }
}

@media (max-width: 576px) {
    .footer-logo {
        font-size: 24px;
    }

    .footer-title {
        font-size: 16px;
    }

    .footer-text,
    .footer-links a,
    .footer-contact li {
        font-size: 13px;
    }
}

.testimonial-sec h2 {
    color: var(--primary-color);
    font-size: 44px;
    margin-bottom: 57px;
}



.bgtesti  {
   height: 100%;
   background: url('../img/bg-4.png');
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-position: center;
   background-size: cover;
}


.custombtn:before {
    position: absolute;
    content: "";
    background: #000;
    height: 100%;
    top: 0;
    width: 0%;
    right: 0;
    z-index: -1;
    transition: all 0.5s ease-in;
}

.custombtn:hover:before {
    transition: all 0.5s ease;
    width: 100%;
}



.custombtn:hover {
    transition: all 0.6s ease;
    color: #fff !important;
}

h1.mobileh1 {
    display: none;
}
.contact-form h4 {
    margin: 0;
    letter-spacing: 1px;
    font-size: 28px;
    font-family: "Protest Strike", sans-serif;
    color: var(--heading);
}

.innercontact {
    background: linear-gradient(45deg, #550000, transparent);
    margin: 80px 0px;
}

.contact-sec .small-title {
    color: var(--heading);
}
.views{
    opacity: 0;
}

.innerbook .container{max-width: 1250px;}