:root {
  --theme-color1: #b46c29;
  --theme-color2: #29361a;
}
body {
  font-family: "Poppins", sans-serif !important;
  color: #333333;
}

@font-face {
  font-family: "poppins";
  src: url("../font/poppins/Poppins-Regular.ttf"),
    url("../font/poppins/Poppins-Bold.ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("../font/garamond/EBGaramond-Medium.woff2") format("woff2"),
    url("../font/garamond/EBGaramond-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EB Garamond";
  src: url("../font/garamond/EBGaramond-Bold.woff2") format("woff2"),
    url("../font/garamond/EBGaramond-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "EB Garamond";
  src: url("../font/garamond/EBGaramond-Regular.woff2") format("woff2"),
    url("../font/garamond/EBGaramond-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

p {
  line-height: 1.9;
  font-family: "Poppins", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Garamond", serif;
  font-weight: 600 !important;
}
a,
a:hover {
  color: #fff;
  text-decoration: none !important;
}
.sec-pd {
  padding: 75px 0 75px 0;
}
.inner-pd {
  padding: 170px 0 50px 0;
}
.bann-pd {
    padding: 110px 0 100px 0;
}
.bann-hd {
  font-size: 3rem;
  color: #fff;
}
.sec-hd {
  font-size: 65px;
  font-weight: 600;
}
.font-38 {
  font-size: 38px;
}
.font-48 {
  font-size: 48px;
}
.font-33 {
  font-size: 33px;
}
.testi-box8 {
  font-size: 28px;
}
.font-19 {
  font-size: 19px;
}
.font-18 {
  font-size: 18px;
}
.font-25 {
  font-size: 25px;
}
.font-28 {
  font-size: 28px;
}
.font-14 {
  font-size: 14px;
}
.sub-heading {
  font-weight: 700;
  font-size: 32px;
  text-transform: capitalize;
}
.letter-space {
  letter-spacing: 1.5px;
}
.main-heading {
  font-size: 5rem;
  letter-spacing: 1.5px;
  line-height: 85px;
  font-weight: 700;
}
.sec-hd2 {
  font-size: 2.7rem;
}
.theme-color {
  color: var(--theme-color1);
}
.para-color {
  color: #494949;
}
.green-bg {
  background-color: var(--theme-color2);
}
.theme-btn1 {
  display: inline-block;
  background-color: var(--theme-color1);
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
  position: relative;
  z-index: 55;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.btn-overlay {
  position: relative;
  z-index: 55;
  border: 2px solid transparent;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}

.btn-overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 10px;
  background-color: #fff;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  border-color: var(--theme-color1);
  transition: all 0.5s ease-in-out;
}
.theme-btn1:hover img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(84%) saturate(401%)
    hue-rotate(348deg) brightness(88%) contrast(95%);
}
.theme-btn1:hover {
  color: var(--theme-color1) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.btn-overlay:hover::before {
  opacity: 1;
  height: 100%;
  width: 100%;
  border-radius: 0;
  top: 0;
  left: 0;
}

.theme-btn1:hover {
  color: #fff;
}
.service-content .theme-btn1:hover {
  color: var(--theme-color1) !important;
}
.service-box:hover .btn-container .theme-btn1 {
  color: #fff !important;
}
.service-box .btn-container .theme-btn1:hover {
  color: var(--theme-color1) !important;
}

.theme-btn2 {
  display: inline-block;
  background-color: var(--theme-color2);
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.4s ease-in-out;
  border: 2px solid transparent;
}
.theme-btn2:hover {
  color: var(--theme-color2);
  border: 2px solid var(--theme-color2) !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.form-btn .theme-btn2 {
  border: 2px solid #00000000 !important;
  font-weight: 600;
}
.theme-btn3 {
  display: inline-block;
  background-color: #232323;
  color: #fff;
  padding: 13px 30px;
  border-radius: 8px;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.5s ease;
}
.grey-btn {
  display: inline-block;
  background-color: #949494;
  font-size: 17px;
  color: #fff;
  border-radius: 8px;
  padding: 13px 30px;
  font-weight: 500;
}
.font-garamond {
  font-family: "Garamond";
  font-weight: 600;
}
input#accepts {
  height: 16px;
  width: 16px;
  margin-top: 5px;
}
.color-green {
  color: var(--theme-color2);
}

/* ==================================header================================== */
.header-above {
  background-color: #29361a;
  border-bottom: 1px solid #ffffff2b;
}
.head-right ul li i {
  height: 45px;
  width: 45px;
  background-color: var(--theme-color2);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.head-right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: #fff;
  color: var(--theme-color1);
}
@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}
.head-contact ul li {
  font-size: 13.5px;
}
.header-above ul li a {
  transition: all 0.3s ease-in-out;
}
.header-above ul li a:hover {
  color: var(--theme-color1) !important;
}
/* ==================================header================================== */
/* ==================================NavBar================================== */
.navbar-light .navbar-nav .nav-link {
  color: var(--theme-color2) !important;
  font-family: "Garamond";
  font-size: 18px;
  font-weight: 600;
  position: relative;
  padding: 7px 0 !important;
}
.navbar-light .navbar-nav .nav-link::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background-color: var(--theme-color1);
  bottom: 3px;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.navbar-light .navbar-nav .nav-link:hover::before {
  width: 100%;
}
.navbar-nav {
  gap: 27px;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: var(--theme-color1) !important;
}
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show > .nav-link {
  color: red;
}
.navbar {
  position: absolute;
  width: 100%;
  z-index: 999;
}
.navbar-nav .dropdown-menu {
  z-index: 9999999;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  /* background-color: var(--theme-color2); */
  background: url(../img/form-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 214px;
  padding: 5px 0px 5px 0px;
  transform: translateY(35px);
}
.nav-item.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.dropdown-item {
  color: #fff !important;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin: 4px 0;
  padding: 5px 10px !important;
  border-bottom: 1px solid #ffffff1f !important;
  font-size: 15px;
}
.dropdown-item::before {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  left: -2px;
  top: 5px;
  opacity: 0;
  transition: all 0.4s ease-in-out;
  background: url(../img/white-leaf.png) no-repeat center center / contain;
}
.dropdown-item:hover {
  padding-left: 22px !important;
  border-bottom: 1px solid #fff !important;
}
.dropdown-item:hover::before {
  opacity: 1;
  rotate: 10deg;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: var(--theme-color1) !important;
}

/* ==================================NavBar================================== */

/* ==================================banner-form================================== */
.form-box {
  background-color: #fff;
  padding: 10px 15px 0px 15px;
  border-radius: 15px;
  box-shadow: rgb(219 187 179) 0px 2px 8px 0px;
}
.form-box .form-control {
  border: none;
  margin: 2px;
  padding: 6px !important;
  box-shadow: none !important;
}
.form-box .form-floating > label {
  padding: 6px !important;
  top: 3px;
  color: #9c9c9c;
  font-size: 18px;
}
.form-box .form-group {
  position: relative;
}
.form-box .form-group::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #b0aeae;
  right: -3px;
  top: 13px;
  z-index: 99;
}
.form-wrapper .row .col-lg-3:nth-child(3) .form-group::before {
  content: none;
}
.form-wrapper .form-btn {
  padding: 0 10px 10px 10px;
}
/* ==================================banner-form================================== */
/* ==================================h-Banner================================== */
.h-banner {
  background-color: #efebea;
  position: relative;
  z-index: 99;
  overflow: hidden;
}
.h-banner::before{
  content: "";
  position: absolute;
  height: 105%;
  width: 175px;
  background: url(../img/white-leaf.png)no-repeat;
  background-position: center;
  background-size: 100% 100%;
  right: -20px;
  top: 0;
}
.black-overlay {
  z-index: 5;
  position: relative;
}
.black-overlay::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #000000a6;
  left: 0;
  top: 0;
  z-index: -5;
}
label > a.theme-color.fw-bold {
  transition: all 0.2s ease-in-out;
}
label > a.theme-color.fw-bold:hover {
  color: var(--theme-color2);
}
.bann-right {
  position: relative;
  width: 715px;
  height: 500px;
}
.bann-right .book-img {
  position: absolute;
  height: 553px;
  width: 100%;
  top: -46px;
  left: -160px;
  object-fit: contain;
  z-index: -2;
}

.bann-right .origin_box {
  background: url(../img/ipad.png) no-repeat center center / contain;
  aspect-ratio: 6 / 7;
  position: relative;
  width: 300px;
  height: 450px;
  bottom: -127px;
}
.bann-right .origin_box img {
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
}

.bann-right .origin_box a {
  overflow: hidden;
  width: 86%;
  height: 75%;
  display: block;
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%, -50%);
  border-radius: 10px;
}
.bann-right .origin_box a:hover img {
  object-position: bottom center;
}

/* ==================================h-Banner================================== */
/* ==================================Service-Section================================== */
 .service-box{
   background-color: #efebea;
  text-align: center;
  width: 95%;
  margin: auto;
  border-radius: 20px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.service-content {
  position: absolute;
  bottom: -47%;
  height: 100%;
  width: 100%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 70px;
  background: none;
  transition: all 0.4s ease-in-out;
  z-index: 1;
}

.service-content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/Shape-8.png) no-repeat center center/cover;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: -1;
}

.service-box:hover .service-content {
  bottom: 0;
  color: #fff;
}
.service-box .service-content p{
  transition: all 0.3s ease-in-out;
}
.service-box:hover .service-content p,.service-box:hover .service-content a{
  color: #fff !important;
}
.service-box:hover .service-content::after {
  opacity: 1;
}
.service-img img{
  width: 80%;
}
.service-slider {
  width: 93% !important;
}
.service-slider .swiper-pagination-bullet-active {
  background-color: var(--theme-color2);
}
.service-slider .swiper-pagination-bullet {
  border-radius: 0%;
}
.service-slider .swiper-wrapper {
  padding: 0 0 60px 0;
}
.service-slider .swiper-pagination-bullet {
  background-color: var(--theme-color1);
}
/* ==================================Service-Section================================== */
/* ==================================CTA-Section================================== */
.cta-sec .row {
  background-color: var(--theme-color1);
  border-radius: 25px;
}
.cta-content {
  color: #fff;
  padding: 50px 0 35px 50px;
}
.bg-rect {
  z-index: 55;
  position: relative;
  display: inline-block;
  padding: 3px 0;
}
.bg-rect::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 126%;
  background-color: var(--theme-color2);
  right: -13px;
  top: 0;
  z-index: -5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.call-number {
  color: var(--theme-color2);
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  font-weight: 600;
}
.cta-img {
  position: relative;
}
.cta-img img {
  position: absolute;
  top: -50px;
  left: 100px;
}
/* ==================================CTA-Section================================== */

/* ========================ModalCSS====================== */
.modal-body {
  padding: 0 !important;
}
.modal-dialog {
  max-width: 900px !important;
  margin: 14.75rem auto;
}
.modal-header .btn-close {
  margin-left: auto !important;
  opacity: 1;
  filter: brightness(100);
  width: 2em;
  background-color: #fff;
}
.modal-header {
  border: none !important;
  padding: 0 1rem !important;
}
.modal-body input {
  width: 100%;
  padding: 10px;
}
.modal-backdrop {
  width: 100%;
  height: 100%;
}
.modal-content {
  background-color: #ffebd900 !important;
  padding: 20px 0;
  border: none !important;
}
.modal-title > img {
  height: 85px;
  transition: all 0.5s ease-in-out;
  animation-name: transf;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 1s;
}
@keyframes transf {
  0% {
    transform: scale(1.05);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
.modal-content label {
  color: var(--theme-color2);
}
.modal-footer .theme-btn1 {
  width: 100%;
  border: unset;
  font-size: 16px;
  padding: 10px 20px;
  font-weight: 500;
}
.modal-footer {
  padding-top: 0px !important;
}

.modal-form .form-floating {
  margin: 10px 0;
}
.pop-img {
  position: relative;
}
.pop-img img {
  position: absolute;
  height: auto;
  width: 500px;
  object-fit: contain;
  transform: scale(1.8);
  left: 0;
  top: 121px;
}
/* =============================Footer============================ */
.foot-logo {
  margin-top: -10px;
}
.brand-sec {
  background-color: #181818;
}
footer {
  background-color: #232323;
  padding: 80px 0 12px 0;
}
.foot-box p {
  color: #ffff;
}
.foot-box ul li {
  font-size: 16px;
}
.foot-box ul li span i {
  color: #b0b0b0;
  font-size: 11px;
}
.foot-list {
  gap: 50px;
}
.footer-search input {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  background-color: #35424f;
  border: none;
  color: #fff;
  padding: 10px 15px;
}
.footer-search input:focus {
  background-color: #35424f;
  box-shadow: none;
  color: #fff;
}
.footer-search i {
  background-color: #35424f;
  padding: 11px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -2px;
}
.foot-list ul li a {
  transition: all 0.3s ease-in-out;
  color: #b0b0b0;
}
.foot-list ul li a:hover {
  color: var(--theme-color1) !important;
}
.foot-list ul li:hover i {
  color: #fff;
}
.foot-box .social-icon {
  display: inline-flex;
  gap: 10px;
  margin-top: 20px;
}
.foot-box .social-icon a i {
  background-color: #1b1c1d;
  height: 35px;
  width: 35px;
}
.foot-box .social-icon a i:hover {
  background-color: var(--theme-color2);
  color: #000;
}
.last-contain {
  padding: 65px 100px 0 100px !important;
}
.last-contain a,
.last-contain p {
  color: #b0b0b0;
}
.disclaimer p {
  font-size: 14px;
}
/* =====================================Pricing-Section===================================== */
.pricing-tabs .nav-tabs .nav-link {
  border: none;
  color: var(--theme-color2);
  font-size: 17px;
  font-weight: 600;
  position: relative;
}
.pricing-tabs .nav-tabs .nav-link::before,.pricing-tab .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: var(--theme-color2);
  right: -20px;
  top: 10px;
}
.pricing-tabs .nav-tabs {
    gap: 35px;
    margin: 5px 0 30px 0;
}
.pricing-tabs .nav-tabs .nav-item.show .nav-link,
.pricing-tabs .nav-tabs .nav-link.active {
  border: none;
  color: var(--theme-color1);
}
.pricing-tabs .nav-tabs .nav-link.last-link::before,.pricing-tab .nav-tabs .nav-link.last-link::before {
  content: none !important;
}
.pricing-box {
  background-color: #ededed;
  padding: 25px;
  position: relative;
  transition: all 0.4s ease;
  border-radius: 10px;
  border: 2px solid var(--theme-color2);
}
.pricing-box:hover {
  background-color: #232323;
  color: #fff;
}
.pricing-box:hover ul li {
  color: #fff;
}
.pricing-box:hover .delete-price::before {
  background-color: #fff;
}
.price {
  font-size: 45px;
  font-weight: 600;
}
.delete-price {
  position: relative;
  display: inline-block;
  z-index: 55;
  padding: 3px;
  color: #a7a7a7;
}
.delete-price::before {
  content: "";
  position: absolute;
  height: 32px;
  width: 200px;
  background-color: var(--theme-color2);
  left: -27px;
  transition: all 0.5s ease-in-out;
  top: 0;
  z-index: -5;
}
.pricing-content {
  margin-top: 40px;
}
.pricing-content ul li {
  color: #000f1d;
  font-weight: 500;
  padding: 11px 0 0 16px;
  font-size: 16px;
  position: relative;
}
.pricing-content ul li::before {
  content: "\f058";
  position: absolute;
  top: 10px;
  left: -12px;
  color: var(--theme-color1);
  font-family: fontawesome;
}
.pricing-box:hover .price-view-btn {
  color: #fff;
  border-color: var(--theme-color1);
  font-size: 15px;
}
.pricing-box:hover .theme-btn3 {
  background-color: var(--theme-color1);
}
.pricing-head {
  position: relative;
}
.badge-img {
  position: absolute;
  top: 70px;
  right: 30px;
}
.contact-detail {
  background-color: var(--theme-color1);
  padding: 20px 10px;
  border-radius: 5px;
  box-shadow: rgb(201 201 201) 5.95px 6.95px 1.6px;
  position: relative;
  overflow: hidden;
}
.contact-detail::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  background-color: var(--theme-color2);
  right: 50%;
  top: 0;
  transform: rotate(17deg);
}
.contact-detail a {
  color: var(--theme-color2);
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.contact-detail a:hover {
  color: #fff;
  margin-left: 3px;
}
/* =====================================testimonial-Section===================================== */
.testimonial-sec {
  background-color: #efebea;
  position: relative;
  overflow: hidden;
  z-index: 55;
}
.leaf-shape {
  position: absolute;
  height: 100% !important;
  width: 200px;
  right: 0;
  top: 0;
  background-size: contain;
  background-position: center;
  rotate: 3deg;
}
.qout-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: inline-flex;
  left: 0;
  justify-content: center;
  align-items: center;
  z-index: -5;
}
.testi-img-slide .swiper-slide {
  display: flex !important;
  justify-content: end;
}
.testimonial-box {
  background-color: var(--theme-color2);
  /* width: 57%; */
  padding: 40px 30px;
  position: relative;
  z-index: 55;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: scale(0.9);
  transition: all 0.3s ease-in-out;
}

.testimonial-box::before {
  content: "";
  position: absolute;
  height: 106%;
  width: 150px;
  background: url(../img/white-leaf.png) no-repeat;
  background-position: center;
  background-size: contain;
  right: -53px;
  top: -4px;
  z-index: -5;
  transform: rotate(7deg);
}
.testi-img-slide .swiper-button-next,
.testi-content-slide .swiper-button-next,
.testi-img-slide .swiper-button-prev,
.testi-content-slide .swiper-button-prev {
  display: none !important;
}

.testi-img-slide .swiper-slide {
  transition: opacity 0.5s ease-in-out;
}

.swiper-slide-active .testimonial-box {
  opacity: 1;
  transform: scale(1);
}

/* Pop animation when hover triggers new slide */
.pop-animate {
  animation: popIn 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(30px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.testi-content-slide img {
  transition: all 0.3s ease;
  opacity: 1;
  height: 250px;
}
.testi-content-slide .swiper-slide:hover img {
  transform: scale(1.05);
  opacity: 1;
  filter: drop-shadow(30px 10px 4px #cacaca);
}
.brown-bg {
  background-color: var(--theme-color1);
}
.testimonial-box.brown-bg .testi-profile .theme-color {
  color: #fff;
}
.test-slider {
  position: relative;
}
.testi-content-slide {
  margin-top: -140px;
  z-index: 5;
  padding: 85px 0 0 0 !important;
}
.testi-img-slide {
  z-index: 55 !important;
  width: 50%;
  margin-right: 0 !important;
  margin-left: auto !important;
}
/* =====================================testimonial-Section===================================== */
/* =====================================FAQs-section1===================================== */
.accordion-header,
.accordion-item,
.accordion-button {
  background-color: #efebea !important;
  overflow: hidden;
  border-radius: 10px !important;
  font-family: poppins;
}
.accordion-item {
  border: 1px solid var(--theme-color1) !important;
}

.accordion-button {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  font-size: 18px !important;
  font-weight: 700;
}
.accordion-button:not(.collapsed) {
  background-color: #efebea !important;
  color: var(--theme-color2) !important;
}
/* contact-us */
.contact-map iframe {
  width: 100%;
}

/* ===============================login===================== */
.login-form-sec {
  max-width: 550px;
  padding: 30px;
  margin: auto;
  background-color: var(--theme-color2);
}
.forget-form {
  background-color: var(--theme-color2);
  padding: 30px;
}
.login-form-sec .theme-btn1:hover {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.login-form ul input {
  border: 1px solid var(--theme-color2);
  padding: 10px;
  font-size: 17px;
  font-weight: 500;
}
.login-form ul input:focus-visible {
  outline: none;
}
.register {
  font-size: 17px;
  font-weight: 500;
  border-bottom: 2px solid var(--theme-color2);
  padding-bottom: 5px;
}
.forget-form label {
  font-weight: 600;
  font-size: 18px;
}
.forget-form input {
  width: 50%;
  padding: 10px;
  border: 2px solid #000;
  margin: 10px 0 25px 0;
}

.register-heading h2 {
  font-size: 50px;
  font-weight: 500;
}
.accept-box {
  width: 85%;
  align-items: center;
}
.accept-box label {
  font-size: 14px;
  width: 80%;
}
.accept-box a {
  transition: all 0.3s ease-in-out;
}
.accept-box a.theme-color:hover {
  color: var(--theme-color2);
}

.book-slider .swiper-slide {
  text-align: center;
}

.book-slider .swiper-button-next,
.book-slider .swiper-button-prev {
  color: #fff;
  background-color: var(--theme-color2);
  height: 40px;
  width: 40px;
  padding: 11px;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.service-heading p {
  width: 75%;
  margin: auto;
}

.book-slider .swiper-button-next:hover,
.book-slider .swiper-button-prev:hover {
  background-color: var(--theme-color1);
}
.play-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  color: #000000;
  border-radius: 100px;
  transition: all 0.5s ease-in-out;
  background-color: var(--e-global-color-text);
}

.play-btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
  animation-delay: 0.3s;
}
.play-btn::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}
.wave-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 2s infinite;
  opacity: 0.6;
  z-index: -1;
}
@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}

.process-sec {
  background-color: #efebea;
}
.process-box {
  background-color: var(--theme-color1);
  padding: 80px 10px 60px 10px;
  border-radius: 15px;
  border: 2px solid #fff;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
  color: #fff;
}
.process-box .step-numb {
  position: absolute;
  height: 70px;
  width: 70px;
  border-radius: 100%;
  background-color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: var(--theme-color1);
  font-size: 27px;
  top: -20px;
  padding: 15px 0 0 17px;
  left: -20px;
  transition: all 0.4s ease-in;
}
.process-box::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100px;
  right: -70px;
  top: 0;
  background: url(../img/theme-leaf.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.process-box:hover::before,.process-box.active::before {
  opacity: 1;
  right: -50px;
}
.process-box:hover,.process-box.active {
  background-color: var(--theme-color2);
  color: #fff !important;
  /* color: var(--theme-color2) !important; */
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.process-box:hover .step-numb ,.process-box.active .step-numb{
  background-color: var(--theme-color1);
  color: #fff;
}
.pricing-content ul {
  height: 360px;
  overflow: auto;
  padding: 0 0 0 20px;
}

.pricing-box .theme-btn3 {
  position: absolute;
  right: 113px;
  bottom: -30px;
  background-color: var(--theme-color2);
}
.pricing-box .theme-btn3:hover {
  color: var(--theme-color1);
}
.pricing-box .theme-btn3:hover img {
  filter: brightness(0) saturate(100%) invert(45%) sepia(84%) saturate(401%)
    hue-rotate(348deg) brightness(88%) contrast(95%);
}
.pricing-content ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
}
.pricing-content ul::-webkit-scrollbar {
  width: 5px;
}
.pricing-content ul::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #747474;
}
.price-view-btn {
  color: var(--theme-color2);
  font-size: 20px;
  border-bottom: 2px solid var(--theme-color2);
  font-size: 15px;
}
.process-sec .btn-container .theme-btn3.btn-overlay:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color1) !important;
}
.grey-btn.btn-overlay:hover {
  color: var(--theme-color2);
}
.head_right ul li i {
  height: 40px;
  width: 40px;
  background-color: var(--theme-color2);
  border-radius: 100px;
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.head_right ul li i:hover {
  animation-name: animation-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  background-color: var(--theme-color1);
  color: #fff;
}

@keyframes animation-pop {
  50% {
    transform: scale(1.2);
  }
}

.info-detail ul li .info-icon img {
  width: 21px;
}
.info-detail ul li .info-icon {
  background-color: #fff;
  color: var(--theme-color1);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  height: 47px;
  width: 47px;
}
.info-detail ul li .info-icon i {
  color: var(--theme-color1);
  font-size: 20px;
}
.disclaimer {
  background-color: var(--theme-color2);
}

footer .container-fluid,
.disclaimer .container-fluid {
  padding: 0 100px;
}
.brand-logo {
  gap: 0px;
}
/* ===============================Inner-Banner=========================== */
.inner-banner {
  background-color: var(--theme-color2);
  position: relative;
  overflow: hidden;
  z-index: 55;
}
/* .inner-banner.sec-pd{
  padding: 100px 0px 100px 0px;
} */
.sec-leaf {
  position: absolute;
  height: 548px !important;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  object-position: left;
  z-index: -5;
}
.white-leaf {
  position: absolute;
  height: 100%;
  width: 130px;
  right: -20px;
  top: 0;
  rotate: 5deg;
  object-fit: cover;
}
/* ===============================Inner-Banner=========================== */
/* ===============================Inner-section=========================== */
.content-box .icon-btn {
  color: var(--theme-color2);
}
.icon-btn img {
  transition: all 0.2s ease;
}
.icon-btn:hover img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(70%) saturate(358%)
    hue-rotate(45deg) brightness(94%) contrast(90%);
}
.icon-btn:hover .call-number {
  color: #fff !important;
}
.content-box .icon-btn:hover .call-number {
  color: var(--theme-color1) !important;
}
.content-box .icon-btn i {
  transition: all 0.4s ease;
}
.content-box .icon-btn:hover i {
  color: var(--theme-color2);
}
.icon-btn span p{
  margin-bottom: -4px !important;
}
/* ===============================Inner-section=========================== */
/* ===============================FAQS-Section=========================== */
.faq-form-box {
  width: 85%;
  margin: auto;
  padding: 30px 40px;
  border-radius: 17px;
  background: url(../img/form-bg.png) no-repeat center center/cover;
}
.faq-form-box .form-group {
  margin: 6px 0;
}
.faq-form-box .form-control {
  border: none;
  background-color: #1b2411;
  color: #fff;
}
.faq-form-box .form-floating > label {
  color: #ccc;
}
.faq-form-box .form-floating > .form-control:focus ~ label {
  color: var(--theme-color2);
  opacity: 1;
}
.accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(41%) sepia(78%) saturate(458%)
    hue-rotate(348deg) brightness(96%) contrast(89%);
}
/* ===============================FAQS-Section=========================== */

.serv-right {
  position: relative;
}
.serv-right img {
  position: absolute;
  height: 560px;
  width: 800px !important;
  left: -437px;
  z-index: -5;
  top: -50px;
  object-fit: cover;
}
.serv-right img.publish {
  position: absolute;
  height: auto;
  left: -200px;
  width: 570px !important;
  z-index: -5;
  top: -70px;
}
.pack-sec {
  background-color: var(--theme-color2);
}
.pack-img img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.pack-img {
  position: relative;
  overflow: hidden;
  border: 3px solid #fff;
  border-radius: 15px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.pack-content {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: #29361ad2;
  border-radius: 10px;
  bottom: -300px;
  transition: all 0.5s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pack-img:hover .pack-content {
  bottom: 0;
}
.img-box {
  overflow: hidden;
  height: 300px;
  width: 100%;
}
.contact-form .form-floating.form-group {
  margin: 10px 0;
}
.contact-form .form-floating.form-group input,
.contact-form .form-floating.form-group textarea {
  background-color: #fff3e7;
  border: none;
}
.contact-form .form-floating > label {
  color: #7f7f7f;
}
.contact-form .form-control:focus {
  box-shadow: none;
}
.contact-list li {
  background-color: #f0f0f0;
  padding: 5px 20px;
  border: 1px solid #757575;
  border-radius: 10px;
  align-items: center;
}
.list-unstyled.contact-list {
  margin: 20px 0;
}
.contact-right .d-flex.gap-2.mb-4.color-green a {
  transition: all 0.2s ease-in-out;
}
.contact-right .d-flex.gap-2.mb-4.color-green a:hover {
  color: var(--theme-color1) !important;
}
.contact-right p {
  font-weight: 600;
}
.website-portfolio {
  background-color: var(--theme-color2);
}
.portfolio-img img {
  /* height: 500px; */
  object-fit: contain;
}
.portfolio-img {
  text-align: center;
}
.book-sec {
  position: relative;
  overflow: hidden;
}
.slider-tab .nav-tabs .nav-link {
  color: #fff !important;
}
.slider-tabs .nav-tabs .nav-link,.slider-tab .nav-tabs .nav-link {
  border: 0;
  color: #fff;
  font-weight: 600;
  position: relative;
}
.slider-tabs .nav-tabs .nav-link::before,.slider-tab .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  height: 20px;
  width: 2px;
  background-color: #6e6e6e;
  right: 0;
  top: 10px;
}
.slider-tabs .nav-tabs .nav-link.last-link::before,.slider-tab .nav-tabs .nav-link.last-link::before {
  content: none;
}
.slider-tabs .nav-tabs .nav-item.show .nav-link,.slider-tab .nav-tabs .nav-item.show .nav-link,
.slider-tabs .nav-tabs .nav-link.active,.slider-tab .nav-tabs .nav-link.active {
  background-color: transparent;
  color: var(--theme-color1) !important;
}
.video-box {
  position: relative;
  z-index: 55;
}
.video-box img{
  width: 95%;
}

.play-btn a {
  color: #000;
  transition: all 0.5s ease-in-out;
  padding: 20px;
  border-radius: 100px;
}
.play-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: #000000;
  border: 1px solid #000;
  border-radius: 100px;
  font-size: 25px;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.play-btn:hover {
  background-color: #000;
}
.play-btn:hover a {
  color: #fff;
}

.play-btn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
  animation-delay: 0.3s;
}
.play-btn::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 currentColor;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
  z-index: -1;
}
@keyframes button-ripple {
  70% {
    box-shadow: 0 0 0 var(--glow-size, 15px) currentColor;
    opacity: 0;
  }
  100% {
    box-shadow: 0 0 0 0 currentColor;
    opacity: 0;
  }
}
.video-play {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 55;
  justify-content: center;
}

.pulse-circle {
  width: 81%;
  height: 122%;
  background: #d1b397bf;
  border-radius: 50%;
  position: absolute;
  /* animation: pulse 2.5s 
ease-in-out infinite; */
  right: 180px;
  bottom: -60%;
}

.pulse-circle::before,
.pulse-circle::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgb(201 165 135);
  animation: pulse-ring 2.5s ease-in-out infinite;
}

.pulse-circle::after {
  background: rgba(201, 165, 135, 0.25);
  animation-delay: 0.8s;
}
.wave {
  background: rgb(228, 186, 153);
  position: absolute;
  border-radius: 50%;
  animation-delay: 1s;
  inset: 0;
  animation: pulse-ring 4s ease-in-out infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

@keyframes pulse-ring {
  0% {
    transform: scale(1);
    opacity: 0.7;
  }
  70% {
    transform: scale(1.25);
    opacity: 0.3;
  }
  100% {
    transform: scale(1.4);
    opacity: 0;
  }
}
.social-link img {
  width: 70px;
  height: auto;
  object-fit: contain;
}
.icon-box img {
  width: 40px;
}
.policy-list h5 {
  color: var(--theme-color2);
}
.info-icon {
  transition: all 0.4s ease-in-out;
}
.info-li:hover .info-icon {
  background-color: var(--theme-color1);
}
.info-li:hover .info-icon img {
  filter: brightness(100);
}
.process-heading p {
  width: 75%;
  margin: auto;
}
.pricing-box:hover {
  border-color: var(--theme-color1);
}
.theme-btn3.btn-overlay:hover {
  color: var(--theme-color1);
  border-color: var(--theme-color1);
}
.service-heading p {
  width: 75%;
  margin: auto;
}
.last-contain a:hover {
  color: var(--theme-color1);
}
.sec-hd.theme-color,
.sec-hd.font-garamond.color-green,
h2.sec-hd {
  margin-top: -10px;
}
.h2.sec-hd{
  margin-bottom: 0 !important;
}

.portfolio-img .slide-item {
  position: relative;
}
.portfolio-img .s4_overlay1 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
  opacity: 1;
  z-index: 5;
  transition: all 500ms linear;
}
.portfolio-img .s4_overlay2 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
  opacity: 1;
  transition: all 600ms linear;
}
.portfolio-img:hover .s4_overlay1 {
  left: 0;
  right: 0;
  opacity: 0;
  /* z-index: -5; */
}
.portfolio-img:hover .s4_overlay2 {
  top: 0;
  bottom: 0;
  opacity: 0;
  /* z-index: -5; */
}
.portfolio-img a {
  position: relative;
  /* z-index: 9; */
}
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
}
.make-content .font-38.color-green,
.font-38.letter-space.font-garamond.theme-color,
.font-38.letter-space.font-garamond.color-green,
.font-38.font-garamond.color-green,
.font-38.letter-space.font-garamond,
.font-33.font-garamond,
.font-28.font-garamond {
  font-weight: 600;
}
.service-content .btn-container {
    margin: 5px 0 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* pop css begin */

.modal-form {
  padding: 0px 0px 0px 70px;
}

.pop-img h3 {
  font-size: 70px;
  padding-left: 40px;
  color: #fff;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #274a31 !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 55px 10px 23px 26px !important;
  outline: 0;
  background-image: url(../img/process-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.modal-body .form-heading h3 {
  font-size: 27px;
  color: #ffff;
  padding-top: 22px;
}

.modal-content .btn-close {
  position: absolute;
  right: -2px;
  top: -5px;
  background-color: #d3d3d3;
  padding: 14px;
  border-radius: 100px !important;
  opacity: 1;
}

.modal-body .form-floating input,.modal-body .form-floating textarea {
  padding: 16px 15px 10px 13px !important;
  background-color: #f0f0f0;
}

.pop-img span {
  color: #fff120;
}

.pop-img img {
  position: absolute;
  /* height: auto; */
  width: 500px;
  object-fit: contain;
  transform: scale(1.8);
  left: -87px;
  top: 359px;
  bottom: 0;
}

.modal-body .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  /* height: 100%; */
  padding: 18px 10px 10px 12px;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  color: #a2a2a2;
  font-weight: 300;
  font-size: 13px;
}

.modal.show .modal-dialog {
  animation: popIn 0.4s ease forwards;
}

@keyframes popIn {
  0% { transform: scale(0.7); opacity: 0; }
  60% { transform: scale(1.05); opacity: 1; }
  100% { transform: scale(1); }
}
.book-cover-sec{
  background-color: var(--theme-color2);
}
.cover-box{
  margin: 15px 0;
}
.testi-box{
  background-color: #f7eade;
  border: 2px solid var(--theme-color1);
  padding: 20px;
  border-radius: 15px;
}
.testi-content {
  padding: 20px 0 0 0;
  border-top: 3px solid var(--theme-color1);
}
.testi-content p{
  line-height: normal !important;
  color: var(--theme-color2);
  font-weight: 500;
  font-size: 16px;
}
.testi-slider{
  width: 100%;
}

.book-cover-sec .cover-box{
  position: relative;
  z-index: 3;
}
.book-cover-sec .cover-box .s4_overlay1 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  left: 50%;
  right: 51%;
  top: 0;
  opacity: 1;
  z-index: 5;
  transition: all 500ms linear;
}
.book-cover-sec .cover-box .s4_overlay2 {
  content: "";
  position: absolute;
  background: rgba(255, 255, 255, 0.3);
  bottom: 50%;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 5;
  opacity: 1;
  transition: all 600ms linear;
}
.book-cover-sec .cover-box:hover .s4_overlay1 {
  left: 0;
  right: 0;
  opacity: 0;
}
.book-cover-sec .cover-box:hover .s4_overlay2 {
  top: 0;
  bottom: 0;
  opacity: 0;
}
.contact-2{
  background-color: #efebea;
}
.contact-logo img{
  width: 90% !important;
}
.service-box::before{
  content: "";
  position: absolute;
  height: 100%;
  width: 150px;
  background: url(../img/white-leaf.png)no-repeat center center/cover;
  right: -70px;
  top: 0;
}


@keyframes float {
  
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-15px);
  }
  100% {
    transform: translatey(0px);
  }
}

.green-img {
    position: relative;
    height: 447px;
    width: 100%;
}
.green-img img {
    position: absolute;
    top: 0;
    right: 30px;
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.make-img{
  position: relative;
}
.make-img .award-1 {
    position: absolute;
    bottom: 20%;
    right: 60px;
    animation: float 6s ease-in-out infinite;
}
.make-img .award-2 {
    position: absolute;
    bottom: 63px;
    left: 28%;
    animation: float 5s ease-in-out infinite;
}
.make-img .award-3 {
    position: absolute;
    top: 40%;
    left: 0;
    animation: float 7s ease-in-out infinite;
}
.make-img .award-4{
  position: absolute;
  top: 50px;
  right: 0;
  animation: float 4.5s ease-in-out infinite;
}
#nav-home .portfolio-img img{
  width: 97% !important;
}
.brand-logo{
  width: 70%;
  margin: auto;
}
.brand-logo .swiper-wrapper {
  transition-timing-function: linear !important; /* <- smooth continuous scroll */
  align-items: center;
}
.brand-logo .swiper-slide{
  text-align: center;
}