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

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

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

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

@media (min-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}

/* How to add New font */

@font-face {
  font-family: "times-sans-serif";
  src: url("../fonts/times-sans-serif.ttf");
}

section {
  position: relative;
}

h1,
h2,
h3,
h4 {
  font-family: "times-sans-serif";
}

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

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

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

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

figure {
  margin: 0;
}

/* loader */

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

.preLoader.black {
  background-color: var(--black);
  z-index: 11113;
}

.preLoader.white {
  z-index: 11112;
  background-color: var(--primary);
}

/* loader */

/* navigation css */

header {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 111;
  top: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  padding-right: 16.875rem;
}

.navbar-brand {
  position: relative;
  margin-right: 0;
  padding: 0 0 0 5rem;
}

.navbar-brand:before {
  position: absolute;
  content: "";
  background: var(--black);
  width: 570px;
  height: 190px;
  top: -7px;
  bottom: 0;
  margin: auto;
  left: -1rem;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0% 100%);
}

.navbar:before {
  content: "";
  position: absolute;
  background: #1e1e1e;
  width: 90.9%;
  height: 136px;
  right: -18%;
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
}

.topBar {
  margin: 6px 0;
}

.topBar ul {
  display: flex;
  gap: 9px;
  justify-content: end;
}

.topBar ul li a {
  border: 1px solid var(--black);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  color: var(--black);
  font-size: 1.125rem;
  background: transparent;
}

.topBar ul li a:hover {
  background: var(--black);
  color: var(--white);
}

.navbar-nav {
  align-items: center;
  gap: 4rem;
  margin-top: 3rem;
}

.navbar-nav .nav-item .nav-link {
  font-size: 1.125rem;
  color: var(--white);
  text-transform: uppercase;
  padding: 0 0;
  display: inline-block;
  position: relative;
}

.navbar-nav .nav-item a i {
  color: var(--white);
  font-size: 1.25rem;
}

.navbar-nav .nav-item .nav-link:before {
  content: "";
  position: absolute;
  background: var(--white);
  width: 0;
  height: 2px;
  bottom: -5px;
  transition: 0.5s ease;
}

.navbar-nav .nav-item .nav-link:hover:before {
  width: 100%;
}

/* navigation css */

/* slider css */

.main-slider {
  height: 1170px;
  background: url(../images/mainBanner.png) bottom/cover no-repeat;
}

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

.homeSlider.swiper-container .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.slideOne ul {
  display: flex;
  gap: 5px;
  align-items: center;
}

.slideOne ul li {
  color: var(--black);
  font-size: 0.875rem;
}

.slideOne ul li span {
  font-size: 1.125rem;
  font-weight: 500;
}

.mainHeading {
  color: var(--black);
  font-size: 5.3125rem;
  line-height: 1.1;
}

.mainHeading span {
  color: var(--white);
}

.slideOne p {
  font-size: 1.125rem;
  color: var(--black);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.themeBtn {
  font-size: 1.125rem;
  text-transform: uppercase;
  color: var(--white);
  font-weight: 500;
  background: var(--black);
  border-radius: 5px;
  padding: 1.0625rem 1.5em;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  border: 1px solid transparent;
}

.themeBtn img {
  width: 80px;
  height: 35px;
  object-fit: contain;
}

.themeBtn:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--black);
}

.themeBtn1:hover {
  background: var(--black);
}

.banBooks {
  position: relative;
  text-align: center;
}

.banBooks img {
  width: 100%;
  height: 620px;
}

.book2 {
  position: absolute;
  bottom: -2.5rem;
  right: 1.6rem;
}

.arrow {
  position: absolute;
  left: 2.54rem;
  top: -4rem;
}

.banBooks span {
  font-size: 1.375rem;
  color: var(--black);
  position: absolute;
  top: -4.5rem;
  left: 10rem;
}

#indicators {
  width: 120px;
  color: var(--black);
  font-size: 1.125rem;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 2.5rem;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#indicators .line {
  width: 1px;
  height: 410px;
  background-color: rgb(0 0 0 / 20%);
  position: relative;
}

#indicators .line::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 4px;
  height: 10px;
  border-radius: 4px;
  background-color: rgb(0 0 0 / 50%);
  animation: line 5200ms linear infinite;
}

@keyframes line {
  100% {
    height: 100%;
  }
}

.pagination-current {
  font-size: 1.125rem;
  line-height: 1;
  transform: rotate(-90deg);
}

span.pagination-total {
  transform: rotate(-90deg);
}

@keyframes animbg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

/* slider css */

/* About Sec Css Start */

.aboutSec {
  padding: 3.3125rem 0 7.8125rem 0;
}

.secHeading span {
  display: block;
  font-size: 1.125rem;
  text-transform: uppercase;
}

.secHeading {
  font-size: 3.75rem;
  color: var(--black);
}

.aboutWrap h2 {
  margin-bottom: 2rem;
}

.aboutWrap {
  position: relative;
}

.about2 {
  position: absolute;
  bottom: -10rem;
  right: 1.6rem;
}

.aboutContent p {
  font-size: 1.125rem;
  line-height: 1.8;
  color: #5d5d5d;
}

.aboutImg {
  margin: 1rem 0 1.5rem 0;
}

.themeBtn1 {
  background: var(--primary);
  color: var(--black);
}

.abtBg {
  position: absolute;
  bottom: 0;
  right: -1.5rem;
}

/* About Sec Css End */

/* Book Sec Css Start */

.bookSec {
  background: url(../images/bookBg.jpg) center/cover no-repeat;
  padding: 6.875rem 0 8.75rem 0;
}

.bgHeading {
  position: relative;
  margin-bottom: 4rem;
}

.bgHeading:before {
  content: "Thomas Rowan";
  position: absolute;
  -webkit-text-stroke: 1px var(--white);
  -webkit-text-fill-color: transparent;
  font-size: 9.75rem;
  inset: 0;
  top: -3rem;
  opacity: 0.1;
}

.bookWrap {
  text-align: center;
}

/* .bookWrap figure {
    height: 460px;
} */

.bookWrap figure img {
  object-fit: cover;
}

.bookWrap h3 {
  color: var(--white);
  font-size: 2.1875rem;
  margin: 1.8rem 0 0 0;
}

.bookWrap ul {
  display: flex;
  gap: 5px;
  justify-content: center;
  margin: 0.875rem 0 1.25rem 0;
}

.bookWrap ul li {
  color: var(--primary);
}

/* Book Sec Css End */

/* Video Sec Css Start */

.videoSec {
  padding: 5rem 0;
}

.videoSec .bgHeading:before {
  -webkit-text-stroke: 1px var(--black);
}

.videoSec .bgHeading {
  margin-bottom: 3rem;
}

.videoWrap {
  position: relative;
  transition: 0.5s ease-in-out;
}

.videoWrap figure img {
  filter: grayscale(1);
}

.videoBtn {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.videoBtn a {
  border: 1px solid var(--white);
  width: 97px;
  height: 97px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.2rem;
  background: transparent;
}

.videoBtn a:hover {
  background: var(--white);
  color: var(--black);
}

.videoSlider .swiper-slide-active .videoWrap {
  transform: scale(1.2);
}

.videoSlider .swiper-slide-active .videoWrap figure img {
  filter: invert(0);
}

.videoSlider .swiper-slide-active .videoWrap .videoBtn {
  opacity: 1;
}

.videoSlider .swiper-slide-active {
  z-index: 1;
}

.videoSlider {
  padding: 3rem 0 9rem;
}

.videoSlider .swiper-pagination {
  bottom: 0;
  color: var(--primary);
  font-size: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "times-sans-serif";
}

.videoSlider .swiper-pagination .swiper-pagination-total {
  color: var(--black);
  font-size: 1.75rem;
}

.videoSlider .swiper-pagination .swiper-pagination-current::before,
.videoSlider .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}

.videoSlider .swiper-pagination:before,
.videoSlider .swiper-pagination:after {
  content: "";
  position: absolute;
  background: rgb(112 112 112 / 39%);
  width: 17%;
  height: 1px;
  left: 28%;
}

.videoSlider .swiper-pagination:after {
  right: 28%;
  left: initial;
}

/* Video Sec Css End */

/* Journey Sec Css Start */

.journeySec {
  background: url(../images/journeyBg.jpg) center/cover no-repeat;
  padding: 8.5rem 0;
}

.journeyContent h2 {
  font-size: 5rem;
  line-height: 1.2;
}

.journeyContent p {
  color: var(--white);
  font-size: 1.125rem;
  line-height: 2;
  margin-bottom: 1.5rem;
}

/* Journey Sec Css End */

/* Contact Sec Css Start */

.contactSec {
  padding: 5.625rem 0 6.25rem 0;
}

.contactimg {
  position: relative;
  margin-left: -8rem;
}

.contactCircle {
  background: var(--primary);
  width: 192px;
  height: 192px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  inset: 0;
  margin: auto;
  transition: 0.5s ease-in-out;
}

.contactCircle:hover {
  background: var(--black);
}

.contactCircle:hover h4 {
  color: var(--white);
}

.contactCircle h4 span {
  font-size: 1.5625rem;
}

.contactCircle h4 {
  font-size: 2.375rem;
  color: var(--black);
  display: grid;
  text-align: center;
  line-height: 1.4;
}

.contactCircle h4 small {
  font-size: 1.25rem;
}

.contactForm .form-group {
  margin-bottom: 2rem;
}

.contactForm input {
  height: 75px;
}

.contactForm .form-control {
  background: #f8f8f8;
  border: unset;
  border-radius: unset;
  padding-left: 1.8rem;
  outline: none;
  box-shadow: none;
}

.contactForm textarea {
  padding-top: 1.8rem;
}

.contactForm .form-control::placeholder {
  color: #8b93a8;
}

/* Contact Sec Css End */

/* News Sec Css Start */

.newsSec {
  background: var(--primary);
  padding: 4.6875rem 0 4.375rem 0;
}

.newsHeading h2 {
  font-size: 4.0625rem;
  line-height: 1.2;
}

.newsForm {
  display: flex;
  align-items: center;
  position: relative;
}

.newsForm input {
  height: 60px;
  width: 100%;
  border: unset;
  border-radius: 5px;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  outline: none;
  box-shadow: none;
}

.newsForm input::placeholder {
  color: rgb(139 147 168 / 50%);
}

.newsForm button {
  background: #202020;
  border: unset;
  color: var(--primary);
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 1.0625rem 1.5em;
  position: absolute;
  right: 0;
}

.newsForm button:hover {
  background: var(--primary);
  color: var(--black);
}

.newsImg {
  position: absolute;
  top: -8rem;
  right: 2rem;
  width: 250px;
  aspect-ratio: 1;
  object-fit: contain;
}

/* News Sec Css End */

/* Footer Css Start */

footer {
  background: #202020;
  padding-top: 5.625rem;
}

footer ul li a {
  color: var(--white);
}

footer h3 {
  font-size: 2.4375rem;
  color: var(--white);
  margin-bottom: 1.5rem;
}

.links li a:hover,
.contactInfo li a:hover {
  color: var(--primary);
}

.links li a {
  text-transform: uppercase;
}

.links li + li {
  margin-top: 1.125rem;
}

.footLogo p {
  color: var(--white);
  line-height: 1.8;
  margin: 2rem 0;
}

.footLogo {
  text-align: center;
}

.footLogo ul {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.footLogo ul li a {
  border: 1px solid var(--white);
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50px;
  font-size: 0.875rem;
}

.footLogo ul li a:hover {
  background: var(--primary);
  color: var(--white);
}

.contactInfo li a {
  font-size: 1.125rem;
}

.contactInfo li a span {
  font-size: 1.4375rem;
  display: block;
}

.contactInfo {
  text-align: right;
}

.contactInfo li + li {
  margin-top: 2.5rem;
}

.copyRight {
  border-top: 1px solid #707070;
  margin-top: 50px;
  padding: 1.375rem 0;
}

/* Footer Css End */

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

/* / sraachbar start / */

#search {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
  z-index: 10000;
}

#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}

#search input[type="search"] {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #fff !important;
  background: rgba(0, 0, 0, 0);
  font-size: 55px;
  line-height: 65px;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  padding-right: 30px;
  outline: none;
  font-family: arial;
}

#search .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: limegreen;
  border: black;
}

#search .close {
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  opacity: 1;
  padding: 10px 17px;
  font-size: 27px;
}

.srch-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
}

.srch-btn .themeBtn {
  padding: 15px 120px;
  font-size: 20px;
}

/* / sraachbar end / */

/* inner pages css start */

.innerBaner {
  height: 740px;
  background: url(../images/mainBanner.png) bottom/cover no-repeat;
  z-index: 99;
}

.innerBaner .mainHeading {
  position: absolute;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.aboutSec.aboutPage .aboutContent p {
  margin: 0;
  line-height: 2;
}

.aboutSec.aboutPage .aboutContent p + p {
  margin: 1.5rem 0 0;
}

.aboutSec.aboutPage .aboutWrap h2 {
  margin-bottom: 1rem;
}

.aboutSec.aboutPage .row + .row {
  margin-top: 4rem;
}

.aboutSec.aboutPage .abtBg {
  width: 18%;
}

.bookSec.bookPage {
  margin-top: -13rem;
  position: relative;
  z-index: 11;
  padding-top: 17rem;
}

.bookSec.bookPage .row + .row {
  margin-top: 7rem;
}

.videopgBox figure {
  position: relative;
}

.videopgBox figure a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 1px solid var(--white);
  width: 97px;
  height: 97px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 1.2rem;
  background: transparent;
}

/*.videoPage .row + .row {*/
/*  margin-top: 3rem;*/
/*}*/

.videopgBox {
  margin-bottom: 1.5rem;
}

.videoPage {
  padding: 4rem 0 8rem;
}

.calBox {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.calBox figure {
    width: 117px;
    aspect-ratio: 1;
    border: 1px solid var(--primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.calBox h5 {
  font-size: 1rem;
  color: var(--black);
  font-weight: 600;
  margin: 0 0 3px;
}

.calBox a {
    font-size: 1rem;
    color: var(--black);
    font-weight: 400;
    overflow-wrap: anywhere;
}

.calBox span {
  font-size: 1rem;
  color: var(--black);
  display: block;
  padding-right: 10px;
  font-weight: 400;
}

.contactSec.contactPage .row + .row {
  margin-top: 4rem;
}

/* inner pages css end */

.productPage .aboutContent ul {
  display: flex;
  gap: 5px;
  margin: 0.875rem 0 1.25rem 0;
}

.productPage .aboutContent ul {
  color: var(--primary);
}

 
.form-group label.error {
  margin: 1rem 0 0;
  color: #ff0000;
}

#contactFormResult {
  margin: 1.5rem 0 0;
  width: fit-content;
}

#newsFormResult {
  width: fit-content;
  margin: 1.25rem 0 0 auto;
}

.contactForm .themeBtn {
    max-width: fit-content !important;
}
.mySwiper2 a img {
    width: 100%;
    height: 800px;
    object-fit: cover;
    object-position: center;
}
/*.mySwiper2 a img {*/
/*    width: 100%;*/
/*    height: 500px;*/
/*    object-fit: cover;*/
/*}*/

.mySwiper2 {
    height: 500px;
}

.mySwiper {
    margin-top: 1.5rem;
}

.mySwiper a img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}