@font-face {
  font-family: georgia;
  src: url(../fonts/georgia.ttf) format("truetype");
}
@font-face {
  font-family: amazon-ember;
  src: url(../fonts/amazon-ember.ttf);
}
@font-face {
  font-family: amazon-bold;
  src: url(../fonts/amazon-ember-bold.ttf);
}
@font-face {
  font-family: amazon-ember-medium;
  src: url(../fonts/amazon-ember-medium.ttf);
}
@font-face {
  font-family: amazon-ember-light;
  src: url(../fonts/amazon-ember-light.ttf);
}
@font-face {
  font-family: amazon-ember-thin;
  src: url(../fonts/amazon-ember-thin.ttf);
}
.font-georgia {
  font-family: "georgia", sans-serif !important;
}

.font-amazon-ember {
  font-family: "amazon-ember", sans-serif !important;
}

.font-amazon-bold {
  font-family: "amazon-bold", sans-serif !important;
}

.font-amazon-ember-medium {
  font-family: "amazon-ember-medium", sans-serif !important;
}

.font-amazon-ember-light {
  font-family: "amazon-ember-light", sans-serif !important;
}

.font-amazon-ember-thin {
  font-family: "amazon-ember-thin", sans-serif !important;
}

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

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

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

* {
  font-family: inherit;
}

::-moz-selection {
  background: #f3971b;
  color: #fff;
}

::selection {
  background: #f3971b;
  color: #fff;
}

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

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

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

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;
}

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: rgba(33, 33, 33, 0.7254901961);
  font-family: "Bricolage Grotesque", sans-serif;
}

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

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

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

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

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

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

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

.text-black {
  color: #000;
}

.section-title {
  color: #222e3e;
  font-size: clamp(26px, 3vw, 48px);
  font-family: "georgia", sans-serif;
}

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

/* Custom Container */
.container-custom {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Breakpoints same as Bootstrap */
@media (min-width: 576px) {
  .container-custom {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-custom {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-custom {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-custom {
    max-width: 1300px;
  }
}
@media (min-width: 1400px) {
  .container-custom {
    max-width: 1700px;
  }
}
.my-container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* Breakpoints */
@media (min-width: 576px) {
  .my-container {
    max-width: 540px;
  }
}
@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: 1140px;
  }
}
@media (min-width: 1400px) {
  .my-container {
    max-width: 1359px;
  }
}
.container-services {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

/* Breakpoints */
@media (min-width: 576px) {
  .container-services {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-services {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-services {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-services {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-services {
    max-width: 1240px;
  }
}
@media (min-width: 1920px) {
  .container-services {
    max-width: 1670px;
  }
}
.heroBanner {
  position: relative;
  min-height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.heroBanner .heroContent {
  position: relative;
  z-index: 1;
}
.heroBanner .heroContent .span1 {
  color: rgba(20, 21, 22, 0.6509803922);
  font-size: clamp(13px, 2vw, 18px);
  text-transform: uppercase;
  letter-spacing: 2px;
}
.heroBanner .heroContent h1 {
  font-family: "georgia", sans-serif;
  font-size: clamp(32px, 4vw, 50px);
  color: #222e3e;
}
.heroBanner .heroContent p {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(20, 21, 22, 0.6509803922);
}
.heroBanner .img1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.heroBanner .img2 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.heroBanner .heroImage {
  position: relative;
  z-index: 1;
}

.custom-primary-btn {
  background: linear-gradient(226deg, rgb(243, 151, 27) 0%, rgb(241, 232, 18) 86%);
  border: none;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-family: "amazon-ember", sans-serif;
  padding: 15px 35px;
}
.custom-primary-btn:hover {
  background: #000;
  color: #f3971b;
}

.custom-secondary-btn {
  background: transparent;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  font-weight: 600;
  font-size: 14px;
  font-family: "amazon-ember", sans-serif;
  padding: 15px 35px;
}
.custom-secondary-btn:hover {
  background: #000;
  color: #f3971b;
}

.aboutSection {
  background: url("../../assets/images/new-lp/about-bg.png") top/cover no-repeat;
  margin-top: -167px;
}
@media only screen and (max-width: 1440px) {
  .aboutSection {
    margin-top: -110px;
  }
}
.aboutSection .aboutContent h2 {
  font-family: "georgia", sans-serif;
  font-size: clamp(32px, 4vw, 48px);
  color: #222e3e;
}
.aboutSection .aboutContent p {
  font-size: clamp(15px, 2vw, 18px);
  color: rgba(20, 21, 22, 0.6509803922);
}
.aboutSection .aboutContent ul li {
  list-style-type: disc;
  margin-left: 21px;
}
.aboutSection .aboutContent ul li::marker {
  color: #f3971b;
  font-size: 19px;
}
.aboutSection .cus-padding {
  padding-top: auto;
}
@media only screen and (max-width: 1599px) {
  .aboutSection .cus-padding {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991px) {
  .aboutSection .cus-padding {
    padding-top: 50px;
  }
}

.bookSection .section-title p {
  font-size: 15px;
  color: #555;
}
.bookSection .nav-tabs {
  justify-content: space-between;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(243, 151, 27, 0.3215686275);
}
.bookSection .nav-tabs .nav-link {
  border: none;
  font-weight: 500;
  color: rgba(85, 85, 85, 0.6392156863);
  font-size: 18px;
}
.bookSection .nav-tabs .nav-link.active {
  border-bottom: 2px solid #ff6600;
  color: #000;
  background-color: transparent;
}
.bookSection .swiper {
  padding: 30px 0;
}
.bookSection .swiper .swiper-slide {
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .bookSection .swiper .swiper-slide {
    display: flex;
    justify-content: center;
  }
}
.bookSection .swiper .swiper-slide .book-card {
  overflow: hidden;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 286px;
  height: 398px;
  border: 2px solid #fff;
  border-radius: 18px;
}
.bookSection .swiper .swiper-slide .book-card img {
  width: 100%;
  max-width: 250px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.bookSection .swiper .swiper-slide .book-card img {
  opacity: 0.6;
}
.bookSection .swiper .swiper-slide.swiper-slide-active .book-card {
  transform: scale(1.08);
  border-radius: 18px;
  background-color: #000;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.4);
}
.bookSection .swiper .swiper-slide.swiper-slide-active .book-card img {
  opacity: 1;
}

.services-section {
  background-color: #f3971b;
}
.services-section .content {
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  padding: 103px 17px 20px 17px;
  height: -webkit-fill-available;
}
.services-section .content .box {
  background-color: #ffecd1;
  height: 48px;
  width: 48px;
  border-radius: 8px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.services-section .content .box span {
  color: #f3971b;
  font-family: "amazon-bold", sans-serif;
  font-size: 24px;
  font-weight: 800;
}
.services-section .content h4 {
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-size: 24px;
}
.services-section .content p {
  font-family: "amazon-ember", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

.ctaSection {
  background: url("../../assets/images/new-lp/cta-bg.png") top/cover no-repeat;
}

.contact-section {
  background: #fbf3eb;
}
.contact-section .content h5 {
  font-family: "georgia", sans-serif;
  font-weight: 400;
  font-size: clamp(20px, 4vw, 28px);
  color: #222e3e;
}
.contact-section .content p {
  font-size: 18px;
}
.contact-section .content ul li {
  list-style-type: disc;
  margin-left: 21px;
}
.contact-section .content ul li::marker {
  color: #f3971b;
  font-size: 19px;
}
.contact-section .form-parent input {
  background-color: #fff;
  height: 43px;
  border: 1px solid #fff;
  border-radius: 0px;
}
.contact-section .form-parent input::-moz-placeholder {
  font-size: clamp(13px, 3vw, 18px);
}
.contact-section .form-parent input::placeholder {
  font-size: clamp(13px, 3vw, 18px);
}
.contact-section .form-parent textarea {
  background-color: #fff;
  height: 111px;
  border: none;
  border-radius: 0px;
}
.contact-section .form-parent textarea::-moz-placeholder {
  font-size: 18px;
}
.contact-section .form-parent textarea::placeholder {
  font-size: 18px;
}
.contact-section .virtual-select.vs-style-5 .vscomp-toggle-button {
  width: 100%;
  height: 43px;
  margin-bottom: 0 !important;
  padding: 0 10px;
  border: none !important;
}
.contact-section .virtual-select.vs-style-5 .vscomp-wrapper:not(.has-value) .vscomp-value {
  opacity: 1;
  color: rgba(33, 37, 41, 0.7411764706) !important;
}
.contact-section .virtual-select.vs-style-5 .vscomp-toggle-button .vscomp-value {
  text-transform: capitalize !important;
  font-size: clamp(13px, 3vw, 17px);
  letter-spacing: 0px;
}
.contact-section .virtual-select.vs-style-5 .vscomp-arrow::after {
  border: 4px solid rgba(0, 0, 0, 0) !important;
  border-bottom-color: #f3971b !important;
  border-right-color: #f3971b !important;
}

.testimonialSection .author-name {
  margin-top: 10px;
  font-weight: 600;
  color: #000;
  font-family: "georgia", sans-serif;
  font-size: clamp(25px, 2vw, 36px);
  text-align: center;
  margin-bottom: 45px;
}
.testimonialSection .swiper-pagination-bullet-active {
  background-color: #f3971b !important;
}

.form-error {
  border-color: red !important;
}

.new_lp_portfolio {
  background-image: none;
}/*# sourceMappingURL=lp-new.css.map */