@charset "UTF-8";
.font-Jost {
  font-family: "Jost", sans-serif;
}

.font-Lora {
  font-family: "Lora", serif;
}

.fw-bolder {
  font-weight: 800 !important;
}

html {
  font-size: 16px;
  line-height: 1;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: #000000;
  font-size: 1rem;
  line-height: 1;
}

::-moz-selection {
  background: rgb(219, 53, 53);
  color: #fff;
}

::selection {
  background: rgb(219, 53, 53);
  color: #fff;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #000;
}
::-webkit-scrollbar-thumb:hover {
  background: #de3241;
}

a,
button {
  text-decoration: none;
  transition: all 0.5s ease;
  color: #000;
}

a:hover,
button:hover {
  text-decoration: none;
}

p,
li {
  font-size: clamp(0.875rem, 1.5vw, 1.1rem);
  line-height: 1.4;
  color: #595959;
  font-family: "Jost", sans-serif;
}

img {
  max-width: 100%;
}

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

.lh-0 {
  line-height: normal;
}

section {
  padding-block: clamp(40px, 5vw, 80px);
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #212121 !important;
  font-family: "Lora", serif;
}

h3 {
  font-size: 1.87rem;
  color: #242424;
}

h4 {
  font-size: 2.5rem;
  color: #242424;
  font-weight: 600;
  text-transform: capitalize;
}

h6 {
  font-size: 1.25rem;
  color: #242424;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Default - Mobile */
.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

/* Small screens - sm (≥576px) */
@media (min-width: 576px) {
  .fs-sm-14 {
    font-size: 14px;
  }
  .fs-sm-16 {
    font-size: 16px;
  }
  .fs-sm-18 {
    font-size: 18px;
  }
  .fs-sm-20 {
    font-size: 20px;
  }
  .fs-sm-24 {
    font-size: 24px;
  }
  .fs-sm-28 {
    font-size: 28px;
  }
}
/* Medium screens - md (≥768px) */
@media (min-width: 768px) {
  .fs-md-14 {
    font-size: 14px;
  }
  .fs-md-16 {
    font-size: 16px;
  }
  .fs-md-18 {
    font-size: 18px;
  }
  .fs-md-20 {
    font-size: 20px;
  }
  .fs-md-24 {
    font-size: 24px;
  }
  .fs-md-28 {
    font-size: 28px;
  }
}
/* Large screens - lg (≥992px) */
@media (min-width: 992px) {
  .fs-lg-14 {
    font-size: 14px;
  }
  .fs-lg-16 {
    font-size: 16px;
  }
  .fs-lg-18 {
    font-size: 18px;
  }
  .fs-lg-20 {
    font-size: 20px;
  }
  .fs-lg-24 {
    font-size: 24px;
  }
  .fs-lg-28 {
    font-size: 28px;
  }
}
/* Extra large screens - xl (≥1200px) */
@media (min-width: 1200px) {
  .fs-xl-14 {
    font-size: 14px;
  }
  .fs-xl-16 {
    font-size: 16px;
  }
  .fs-xl-18 {
    font-size: 18px;
  }
  .fs-xl-20 {
    font-size: 20px;
  }
  .fs-xl-24 {
    font-size: 24px;
  }
  .fs-xl-28 {
    font-size: 28px;
  }
}
@font-face {
  font-family: "AmostelySignature";
  src: url("/assets/font/AmostelySignature.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-AmostelySignature {
  font-family: "AmostelySignature", sans-serif;
}

.bg-cus-primary {
  background-color: #de3241 !important;
}

.bg-cus-secondary {
  background-color: #c92525 !important;
}

.text-cus-secondary {
  color: #c92525;
}

.text-cus-primary {
  color: #de3241;
}

.text-black {
  color: #000;
}

.section-title {
  font-family: "Lora", serif;
  color: #242424;
  font-weight: 700;
  font-size: clamp(1.5rem, 2vw, 3.5rem);
}

.mini-title {
  font-family: "Lora", serif;
  color: #de3241;
  font-weight: 700;
  font-size: clamp(1.5rem, 2vw, 2.5rem);
}

.my-container {
  max-width: 1719px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 12px;
}
@media (min-width: 375px) {
  .my-container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .my-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .my-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .my-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .my-container {
    max-width: clamp(1140px, 90vw, 1300px);
  }
}
@media (min-width: 1400px) {
  .my-container {
    max-width: 1250px;
  }
}
@media (min-width: 1920px) {
  .my-container {
    max-width: 1719px;
  }
}

.lp-container {
  max-width: 1536px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 12px;
}
@media (min-width: 375px) {
  .lp-container {
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .lp-container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .lp-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .lp-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .lp-container {
    max-width: clamp(1140px, 90vw, 1300px);
  }
}
@media (min-width: 1400px) {
  .lp-container {
    max-width: 1250px;
  }
}
@media (min-width: 1920px) {
  .lp-container {
    max-width: 1536px;
  }
}

.navbar {
  background-color: #fff;
  justify-content: center;
}
.navbar .navbar-nav {
  gap: 20px;
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-nav {
    gap: 0px;
    text-align: center;
  }
}
.navbar .navbar-brand img {
  width: clamp(8rem, 10vw, 11rem);
}
.navbar .nav-link {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  border-bottom: 1px solid transparent;
}
.navbar .nav-link.active {
  color: #000000;
}
.navbar .nav-link:hover {
  color: #de3241;
  border-bottom: 1px solid #de3241;
}
@media only screen and (max-width: 991px) {
  .navbar .nav-link {
    padding-top: 15px;
    border: 0px;
  }
}
.navbar .themeBtn {
  background-color: #de3241;
  color: #fff;
}
.navbar .dropdown-menu {
  background-color: #de3241;
}
.navbar .dropdown-menu .dropdown-item {
  color: #fff;
  line-height: 1.3;
}
.navbar .dropdown-menu .dropdown-item:hover {
  background-color: #fff;
  color: #de3241;
}
.navbar .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #de3241;
}
.navbar .navbar-toggler {
  border: none;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23FF0000' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.bg-pattren {
  background-image: radial-gradient(circle at center center, rgba(33, 33, 33, 0), rgb(222, 50, 65)), repeating-linear-gradient(135deg, rgb(205, 51, 69) 0px, rgb(208, 50, 68) 1px, transparent 1px, transparent 4px), repeating-linear-gradient(45deg, rgb(204, 51, 68) 0px, rgb(224, 65, 79) 5px, transparent 5px, transparent 6px), linear-gradient(90deg, rgb(221, 51, 66), rgb(255, 255, 255));
}

.form-error {
  border: 2px solid red !important;
}

.over-flow-hidden {
  overflow: hidden;
}

.iti {
  width: 100%;
}

.cta-btn {
  background: #eaeaea !important;
  color: #23294d !important;
  font-family: "Anton", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.15);
  padding: 0.5rem 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: box-shadow 0.2s;
}

.z-2 {
  z-index: 2;
}

.me-6 {
  margin-right: 4rem;
}

.heroBanner .hero-content .span1 {
  font-family: "Jost", sans-serif;
  color: #242424;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 26px;
}
.heroBanner .hero-content h1 {
  font-family: "Lora", serif;
  color: #242424;
  font-weight: 400;
  font-size: clamp(27px, 3vw, 48px);
  line-height: 55px;
  margin-bottom: 1rem;
  text-transform: capitalize;
}
@media only screen and (max-width: 767px) {
  .heroBanner .hero-content h1 {
    line-height: 32px;
  }
}

.underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.underline::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  width: 338px;
  background: url(/images/line2.webp?b2a72e431537e7253659fb759cfd883e);
  background-repeat: no-repeat;
  height: 28px;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .underline::before {
    display: none;
  }
}

.white-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
}
.white-underline::before {
  content: "";
  position: absolute;
  bottom: -14px;
  right: 0;
  width: 360px;
  background: url(/images/white-line.webp?ad2e3fce8c3a880489754eee242fae24);
  background-repeat: no-repeat;
  height: 33px;
  z-index: 0;
}

.btn-primary {
  background-color: #de3241;
  font-family: "Jost", sans-serif;
  letter-spacing: 1.5px;
  border-radius: 0;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn-primary {
    height: 50px;
  }
}
.btn-primary img {
  transition: transform 0.3s ease-in-out;
}
.btn-primary:hover {
  background-color: #000000;
  color: #fff;
}
.btn-primary:hover img {
  transform: translateX(40px);
}
.btn-primary:focus, .btn-primary:active, .btn-primary:focus-visible, .btn-primary.focus, .btn-primary.active {
  background-color: #000 !important;
  color: #fff !important;
}

.btn-secoundry {
  background-color: #000;
  font-family: "Jost", sans-serif;
  border-radius: 0;
  letter-spacing: 1.5px;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 12px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .btn-secoundry {
    height: 50px;
  }
}
.btn-secoundry:hover {
  background-color: #de3241;
  color: #fff;
}
.btn-secoundry:focus, .btn-secoundry:active, .btn-secoundry:focus-visible, .btn-secoundry.focus, .btn-secoundry.active {
  background-color: #de3241 !important;
  color: #fff !important;
}

.bannerSwiper {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 50px;
}
.bannerSwiper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 250px !important;
  height: 370px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bannerSwiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.img-container {
  transition: all ease 0.8s;
}
.img-container img {
  transition: all ease 0.8s;
}
.img-container img:hover {
  transform: translateY(-10px);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.serviceSection span {
  font-family: "Lora", serif;
  font-weight: 400;
  line-height: 28.41px;
  font-size: clamp(16px, 3vw, 22px);
}
.serviceSection p {
  font-size: clamp(14px, 3vw, 19px);
  color: rgba(36, 36, 36, 0.8);
}

.lh-3 {
  line-height: 1.3;
}

.serviceSwiper .swiper-slide .content {
  transition: all ease 0.8s;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  min-height: 432px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .serviceSwiper .swiper-slide .content {
    min-height: auto;
  }
}
.serviceSwiper .swiper-slide .content img {
  width: 50px;
  border-radius: 0px;
  box-shadow: none;
}
.serviceSwiper .swiper-slide .content h5 {
  color: #000000 !important;
}
.serviceSwiper .swiper-slide .content ul li {
  font-size: clamp(12px, 3vw, 14px);
  color: rgba(36, 36, 36, 0.8);
  font-weight: 400;
  line-height: 1.8;
}
.serviceSwiper .swiper-slide .content ul li span {
  color: #de3241;
}
.serviceSwiper .swiper-slide .content .services-btn {
  background-color: #de3241;
  border: 1px solid #de3241;
  border-radius: 30px;
  color: #fff;
  font-family: "Jost", sans-serif;
  margin-top: auto;
}
.serviceSwiper .swiper-slide .content:hover {
  background-color: #de3241;
  border: 1px solid #de3241;
}
.serviceSwiper .swiper-slide .content:hover img {
  filter: brightness(0) invert(1);
}
.serviceSwiper .swiper-slide .content:hover ul li {
  color: #fff;
}
.serviceSwiper .swiper-slide .content:hover ul li span {
  color: #fff;
}
.serviceSwiper .swiper-slide .content:hover h5 {
  color: #ffffff !important;
}
.serviceSwiper .swiper-slide .content:hover .services-btn {
  background-color: #fff;
  color: #de3241;
}
.serviceSwiper .swiper-button-custom-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.serviceSwiper .swiper-button-custom-prev {
  left: 10px;
}
.serviceSwiper .swiper-button-custom-next {
  right: 10px;
}
.serviceSwiper .swiper-button-custom-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px 15px;
  border-radius: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 20px;
}
.serviceSwiper .swiper-button-custom-prev {
  left: 10px;
}
.serviceSwiper .swiper-button-custom-next {
  right: 10px;
}

.cta_section {
  background-color: #de3241;
  padding: 30px 0;
}
.cta_section .font-AmostelySignature {
  color: #fff;
  white-space: nowrap;
  margin-top: -3rem;
  z-index: 1;
  font-size: clamp(2rem, 5vw, 4rem);
}
.cta_section .span1 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  font-size: clamp(16px, 5vw, 23px);
  color: #fff;
}
.cta_section h2 {
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: clamp(20px, 5vw, 34px);
  color: #fff;
}
.cta_section p {
  font-family: "Jost", sans-serif;
  font-weight: 200;
  font-size: clamp(16px, 5vw, 20px);
  color: #fff !important;
  line-height: 32px;
}
.cta_section .btn-primary {
  background-color: #fff;
  font-family: "Jost", sans-serif;
  color: #de3241;
  letter-spacing: 1.5px;
  border-radius: 0px;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .cta_section .btn-primary {
    height: 50px;
  }
}
.cta_section .btn-primary:hover {
  background-color: #000;
  color: #fff;
}
.cta_section .btn-secoundry {
  background-color: #000;
  font-family: "Jost", sans-serif;
  border: 1px solid transparent;
  border-radius: 0px;
  letter-spacing: 1.5px;
  width: 250px;
  height: 60px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .cta_section .btn-secoundry {
    height: 50px;
  }
}
.cta_section .btn-secoundry:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.books-Key-Steps {
  background: #242424 url(/images/key.webp?ddcb6f902d3d7f411eef17c1c9710b06) top/cover no-repeat;
  background-color: #242424;
}
.books-Key-Steps .content {
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.books-Key-Steps .content .span {
  display: block;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  line-height: 20.41px;
  font-size: 16px;
  color: #fff;
  border-bottom: 4px solid #fff;
}
.books-Key-Steps .content img {
  margin-top: -42px;
  margin-left: 155px;
  width: 70px !important;
}
@media only screen and (max-width: 375px) {
  .books-Key-Steps .content img {
    margin-left: 124px;
  }
}
.books-Key-Steps .content h4 {
  font-family: "Lora", serif;
  font-size: clamp(18px, 5vw, 29px);
  color: #fff !important;
}
.books-Key-Steps .content p {
  color: #fff;
  font-size: clamp(16px, 5vw, 18px);
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}
.books-Key-Steps .content:hover {
  opacity: 0.2;
  transform: translateY(-5px);
}

.contact-section input {
  height: 50px;
  border-color: #dde3e9;
}
.contact-section ::-moz-placeholder {
  color: #a5a9ad;
  font-family: "Jost", sans-serif;
}
.contact-section ::placeholder {
  color: #a5a9ad;
  font-family: "Jost", sans-serif;
}
.contact-section .vscomp-toggle-button {
  height: 50px !important;
  border-radius: 5px;
}
.contact-section .vscomp-toggle-button .vscomp-value {
  color: #de3241 !important;
  font-family: "Jost", sans-serif !important;
  font-weight: 600;
}
.contact-section .vscomp-toggle-button .vscomp-arrow::after {
  transform: rotate(45deg);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #f50000;
  border-right-color: #ff0000;
  content: "";
  height: 10px;
  margin-top: -6px;
  width: 10px;
}

.vscomp-ele {
  max-width: 100% !important;
  width: 100% !important;
}

.testimonialSection .content p {
  color: #242424;
  font-size: clamp(16px, 5vw, 25px);
  font-family: "Lora", serif;
}
.testimonialSection .content span {
  color: #222222;
  font-size: clamp(14px, 5vw, 15px);
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
  font-weight: 400;
}
.testimonialSection .swiper-pagination-bullet-active {
  background-color: #de3241;
}

.faqSection {
  background-color: #de3241;
}
.faqSection .accordion-button {
  background-color: #de3241;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 5vw, 20px);
  border: none !important;
  box-shadow: none;
}
.faqSection .accordion-button:hover {
  background-color: #de3241;
  color: #fff;
}
.faqSection .accordion-button::after {
  background-image: url(/images/faq-arrow.webp?bf5636a6fdd99d7809b0f639f4d38d36);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(0deg);
  width: 25px;
  height: 25px;
  content: "";
  transition: transform 0.2s ease-in-out;
}
.faqSection .accordion-button:not(.collapsed)::after {
  transform: rotate(91deg);
}
.faqSection .accordion-item {
  border-bottom: 0px !important;
}

.aboutBanner {
  position: relative;
}
.aboutBanner .span1 {
  color: #de3241 !important;
  font-weight: 500 !important;
}
.aboutBanner .span2 {
  color: #2d2d2d !important;
}
.aboutBanner ul li {
  color: #242424;
  font-size: 15px;
  font-weight: 400;
  font-family: "Jost", sans-serif;
  text-transform: uppercase;
}
.aboutBanner .about-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 445px;
}
@media only screen and (max-width: 1366px) {
  .aboutBanner .about-image {
    width: 425px;
  }
}

.portfolioSection img:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.3);
}

.genresSection .span1 {
  font-family: "Jost", sans-serif;
  color: #242424;
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1.5px;
  line-height: 26px;
  text-transform: uppercase;
}
.genresSection .category-grid {
  max-width: 1377px;
  margin: 0 auto;
}
.genresSection .category-grid .book-category {
  border: 2px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.genresSection .category-grid .book-category img {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}
.genresSection .category-grid .book-category .book-title {
  font-weight: 400;
  font-size: clamp(18px, 3vw, 23px);
  font-family: "Jost", sans-serif;
}
.genresSection .category-grid .book-category:hover {
  box-shadow: 0 0 10px #de3241;
  transform: translateY(-10px);
  cursor: pointer;
}
.genresSection .category-grid .book-category:hover img {
  animation: rotateOnce 1s ease-in-out;
}

.myspan1 {
  font-family: "Jost", sans-serif;
  color: #242424 !important;
  font-weight: 400;
  font-size: 1rem;
  line-height: 26px;
}

.aboutSection img:hover {
  transform: translate(0px);
  box-shadow: none;
}

.contact-form {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.img-container img {
  animation: floatUpDown 3s ease-in-out infinite;
}

.info-banner h1 {
  color: #fff !important;
}

.content-page ul li {
  list-style-type: circle;
  margin-left: 20px;
}

.thankyou-page .btn-primary {
  background-color: #fff;
  font-family: "Jost", sans-serif;
  color: #de3241;
  letter-spacing: 1.5px;
  border-radius: 0px;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .thankyou-page .btn-primary {
    height: 50px;
  }
}
.thankyou-page .btn-primary:hover {
  background-color: #000;
  color: #fff;
}
.thankyou-page .btn-secoundry {
  background-color: #000;
  font-family: "Jost", sans-serif;
  border: 1px solid transparent;
  border-radius: 0px;
  letter-spacing: 1.5px;
  width: 250px;
  height: 60px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .thankyou-page .btn-secoundry {
    height: 50px;
  }
}
.thankyou-page .btn-secoundry:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.footerSection .footer-logo {
  width: clamp(10rem, 13vw, 14rem);
}
.footerSection .contact-info a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footerSection .contact-info a:hover {
  color: #de3241;
}
.footerSection .hover_anchor li a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.footerSection .hover_anchor li a:hover {
  color: #de3241 !important;
}
.footerSection .copyright {
  border-top: 1px solid #999999;
}

.lead-form-card input:not(.iti__search-input),
.lead-form-card select {
  padding: 7px 25px;
  background: #fff;
  border: transparent;
  color: black;
}

.lead-form-card input:not(.iti__search-input),
.lead-form-card select {
  padding: 7px 25px;
  background: #fff;
  border: transparent;
  color: black;
}

.form-offer-bedge {
  position: relative;
  padding-block: 9px;
  z-index: 1;
  position: relative;
}

.form-offer-bedge::before {
  content: "";
  height: 100%;
  background: white;
  position: absolute;
  top: 0;
  left: -32px;
  right: -24px;
  z-index: -1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.form-offer-bedge::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: -32px;
  z-index: -1;
  display: block;
  border: 8px solid #a1a1a1;
  border-top-color: rgba(0, 0, 0, 0);
  border-right-color: rgba(0, 0, 0, 0);
  transform: rotate(180deg);
}

.my-input {
  height: 45px;
}

.vscomp-toggle-button {
  height: 45px;
  border-radius: 50rem;
}

.rounded-30px {
  border-radius: 30px;
}

.fst-italic {
  font-style: italic !important;
}

.hero-banner {
  background: url(/images/lp-banner.webp?579bbd93ecc6dd59e6e41364c920f6ea) no-repeat center/cover;
  min-height: 100vh;
  padding-top: clamp(5rem, 10vw, 7rem);
}

.hero-banner .bannerGirl {
  position: absolute;
  bottom: 0;
  right: 37%;
  height: auto;
  width: 100%;
  max-width: 23%;
}

@media screen and (max-width: 1920px) {
  .hero-banner .bannerGirl {
    right: 33%;
    max-width: 30%;
    width: 100%;
    height: auto;
    z-index: -1;
  }
}
@media screen and (max-width: 1700px) {
  .hero-banner .bannerGirl {
    right: 35%;
    width: 30%;
    z-index: -1;
  }
}
@media screen and (max-width: 1600px) {
  .hero-banner .bannerGirl {
    right: 32%;
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  .hero-banner .bannerGirl {
    right: 31%;
    width: 29%;
    height: auto;
    z-index: -1;
  }
}
.filter-img {
  filter: brightness(0) invert(1);
}

.lp-logo {
  width: clamp(9rem, 10vw, 12rem);
}

.lpBanner .span1 {
  font-family: "Jost", sans-serif;
  color: #ffffff;
  font-weight: 400;
  font-size: clamp(12px, 2vw, 16px);
  letter-spacing: 1.5px;
  line-height: 26px;
}
.lpBanner .btn-secoundry {
  background-color: #fff;
  font-family: "Jost", sans-serif;
  border-radius: 0;
  letter-spacing: 1.5px;
  border: none;
  width: 250px;
  height: 60px;
  font-size: 12px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .lpBanner .btn-secoundry {
    height: 50px;
  }
}
.lpBanner .btn-secoundry img {
  transition: transform 0.3s ease-in-out;
}
.lpBanner .btn-secoundry:hover {
  background-color: #000;
  color: #fff;
}
.lpBanner .btn-secoundry:hover img {
  transform: translateX(40px);
}
.lpBanner .btn-secoundry:focus, .lpBanner .btn-secoundry:active, .lpBanner .btn-secoundry:focus-visible, .lpBanner .btn-secoundry.focus, .lpBanner .btn-secoundry.active {
  background-color: #de3241 !important;
  color: #fff !important;
}

.service-pagination {
  bottom: 42px !important;
  transition: all 0.3s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .service-pagination {
    bottom: 20px !important;
  }
}
.service-pagination .swiper-pagination-bullet-active {
  background-color: #de3241;
  width: 40px;
  height: 8px;
  border-radius: 5px;
}

.portfolio-pagination {
  transition: all 0.3s ease-in-out;
}
.portfolio-pagination .swiper-pagination-bullet-active {
  background-color: #de3241;
}

.book-rotate {
  animation: rotateOnce 4s ease-in-out;
}

@keyframes rotateOnce {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.flip-img {
  transition: transform 0.6s ease;
}

.flip-img:hover {
  transform: scaleX(-1);
}
