@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap");
.head {
  font-family: "Baskervville";
  font-size: 40px;
  font-weight: 500;
  color: #1D1C18;
}
@media (max-width: 768px) {
  .head {
    font-size: 28px;
  }
}
.head span {
  color: #74736F;
  font-size: 50px;
  font-style: italic;
}
@media (max-width: 768px) {
  .head span {
    font-size: 28px;
  }
}

.text {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #1D1C18;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.btn.btn-yellow {
  background-color: #FFD800;
  border-radius: 50px;
  transition: all 0.5s;
  color: #1D1C18;
  padding: 5px 4px 5px 20px;
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 500;
  color: #1D1C18;
}
.btn.btn-yellow:hover {
  background-color: #ffe139;
  color: #1D1C18;
}

.navbar {
  /* Keep fixed-top on larger screens */
}
@media (max-width: 991.98px) {
  .navbar .fixed-top-lg {
    position: static !important;
  }
}
@media (min-width: 992px) {
  .navbar .fixed-top-lg {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
    /* Ensure it's on top of other content */
  }
}
@media (max-width: 575.98px) {
  .navbar {
    background: #FBFAF6;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  }
}
.navbar .btn-green {
  margin-right: 10px;
}
.navbar .offcanvas-body {
  background: #FBFAF6;
  border-radius: 52px;
  padding: 8px 0 !important;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .navbar .offcanvas-body {
    padding: 11px 0 0 20px !important;
    background: transparent;
    box-shadow: none;
  }
}
.navbar .offcanvas-body .nav-word {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #1D1C18;
}
.navbar .offcanvas-body .logo {
  max-width: 234px !important;
  height: auto;
}
.navbar .btn-outline {
  border: 1px solid #0E4E2B;
  border-radius: 50px;
}
.navbar .btn-outline:hover {
  background-color: #0E4E2B;
  color: #FBFAF6;
}

.hero {
  background-image: url("../img/hero-bg.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #FBFAF6;
}
.hero .content {
  margin-top: 40px;
}
.hero .content h1 {
  font-family: "Baskervville";
  font-size: 52px;
  font-weight: 500;
  color: #1D1C18;
  line-height: 120%;
}
@media (max-width: 768px) {
  .hero .content h1 {
    font-size: 40px;
  }
}
.hero .content h1 span {
  color: #74736F;
  font-style: italic;
}
.hero .content .text {
  color: #444444;
}
.hero .avtar-container {
  background: #fff;
  margin-left: 80px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
  .hero .avtar-container {
    margin-left: 15%;
  }
}
.hero .avtar-container .text {
  letter-spacing: normal;
}
.hero .avtar-container .avtar img {
  margin-right: -10px;
}
@media (max-width: 768px) {
  .hero .marquee-container {
    margin-top: 40px;
  }
}
.hero .marquee-container h5 {
  font-family: "Albert Sans";
  font-size: 24px;
  font-weight: 500;
  color: #1D1C18;
  margin-bottom: 20px;
}
.hero .marquee-container .marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 80px;
}
.hero .marquee-container .marquee-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, #FBFAF6, transparent);
  z-index: 10;
  pointer-events: none;
}
.hero .marquee-container .marquee-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: linear-gradient(to left, #FBFAF6, transparent);
  z-index: 10;
  pointer-events: none;
}
.hero .marquee-container .marquee-content {
  display: flex;
  align-items: center;
  height: 100%;
}
.hero .marquee-container .rtl {
  animation: scroll-rtl 20s linear infinite;
}
.hero .marquee-container .ltr {
  animation: scroll-ltr 20s linear infinite;
}
.hero .marquee-container .marquee-img {
  width: 150px;
  height: auto;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  flex-shrink: 0;
}
.hero .marquee-container .marquee-img:hover {
  filter: none;
}
.hero .marquee-container .bjp {
  width: 70px;
}
@keyframes scroll-rtl {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes scroll-ltr {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
.hero .owl-nav {
  display: none;
}

.about .form-card {
  background: #093e21;
  border-radius: 16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.about .form-card h5 {
  font-family: "Albert Sans";
  font-size: 28px;
  font-weight: 500;
  color: #fff;
}
.about .form-card h5 span {
  color: rgba(255, 255, 255, 0.4);
}
.about .form-card p {
  font-family: "Albert Sans";
  font-size: 10px;
  font-weight: 500;
  color: #FFD800;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.about .form-card form .form-control {
  border: 1px solid rgb(163, 163, 163);
  border-radius: 12px;
  background: transparent;
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.about .form-card form .form-control:focus {
  box-shadow: none;
  border: 1px solid #fff;
  color: #fff;
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  opacity: 1;
}
.about .form-card form .form-control::-moz-placeholder {
  font-family: "Albert Sans";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.about .form-card form .form-control::placeholder {
  font-family: "Albert Sans";
  font-size: 10px;
  font-weight: 500;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.4;
}
.about .form-card form .form-control::-moz-placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.about .form-card form .form-control::placeholder:focus {
  box-shadow: none;
  background: #fff;
  color: #fff;
}
.about .form-card form .btn-send {
  background: #FFD800;
  border-radius: 50px;
  transition: all 0.5s;
  color: #fff;
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #1D1C18;
}
.about .form-card form .btn-send:hover {
  background: #d8df00;
}

.services {
  background: #fef8e6;
}
.services .services-card {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: all 0.3s ease;
  padding: 20px 15px;
}
.services .services-card .title {
  font-family: "Albert Sans";
  font-size: 24px;
  font-weight: 400;
  color: #1D1C18;
}
.services .services-card .know-more {
  border-bottom: 1px solid #74736F;
  padding-bottom: 2px !important;
}
.services .services-card .know-more:focus {
  outline: none;
  border: none;
}
.services .services-card:hover {
  background: #0E4E2B;
}
.services .services-card:hover .icon {
  filter: invert(1);
}
.services .services-card:hover .title,
.services .services-card:hover .text,
.services .services-card:hover .know-more {
  color: #FBFAF6;
}
.services .services-card:hover .know-more {
  border-bottom: 1px solid #FBFAF6;
}

.ach-card {
  border: 0;
  border-left: 1px solid #FBFAF6;
  border-radius: 0;
}
.ach-card .text {
  font-family: "Albert Sans";
  font-size: 20px;
  font-weight: 400;
  color: #FBFAF6;
  line-height: 140%;
  letter-spacing: 0.04em;
}

.faq .accordion-button {
  background: #fff;
  box-shadow: none !important;
  font-family: "Albert Sans";
  font-size: 20px;
  font-weight: 400;
  color: #1D1C18;
  line-height: 35px;
}
.faq .accordion-button:not(.collapsed) {
  color: #0E4E2B !important;
  box-shadow: none;
}
.faq .accordion-button::after {
  display: none;
}
.faq .accordion-button::before {
  content: "+";
  position: absolute;
  right: 1.25rem;
  font-size: 1.5rem;
  font-weight: 300;
  transition: transform 0.2s ease-in-out;
  line-height: 1;
}
.faq .accordion-button:not(.collapsed) {
  color: #0E4E2B !important;
  background: #fff;
}
.faq .accordion-button:not(.collapsed)::before {
  transform: rotate(45deg);
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  background: rgba(0, 0, 0, 0.5) !important;
  color: #fff !important;
  border-radius: 50%;
  font-size: 24px;
  line-height: 45px;
  transition: all 0.3s ease;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: rgba(0, 0, 0, 0.8) !important;
}
.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev {
  left: -20px;
}
.owl-carousel .owl-nav button.owl-prev::before {
  content: "‹";
}
.owl-carousel .owl-nav button.owl-next {
  right: -20px;
}
.owl-carousel .owl-nav button.owl-next::before {
  content: "›";
}
.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: #ddd;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.owl-carousel .owl-dots .owl-dot.active {
  background: #333;
  width: 30px;
  border-radius: 5px;
}

.cta {
  background: #F4F0E5;
}

.footer {
  background-color: #0E4E2B;
}
.footer h6 {
  font-family: "Albert Sans";
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  letter-spacing: 0.04em;
}
.footer a {
  font-family: "Albert Sans";
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.footer a:hover {
  color: #FFD800;
}
.footer .adsgrip {
  font-family: "Albert Sans";
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  opacity: 0.4;
}

.cta-btn .sticky-button-container {
  z-index: 9999;
}
.cta-btn .sticky-button-container .btn-bottom {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #1D1C18;
  padding: 10px;
  border-radius: 0px;
}
.cta-btn .sticky-button-container .btn-1 {
  background: #FFD800;
}
.cta-btn .sticky-button-container .btn-2 {
  background: #00B050;
  color: #FBFAF6;
}

.modal-form-card {
  border-radius: 16px;
  border: none;
}
.modal-form-card .modal-header {
  padding: 24px 24px 0 24px;
}
.modal-form-card .modal-header .modal-title {
  font-family: "Albert Sans";
  font-size: 28px;
  font-weight: 500;
  color: #1D1C18;
}
.modal-form-card .modal-header .btn-close-white {
  filter: invert(1);
  opacity: 0.8;
}
.modal-form-card .modal-header .btn-close-white:hover {
  opacity: 1;
}
.modal-form-card .modal-body {
  padding: 0 24px 24px 24px;
}
.modal-form-card .modal-body .modal-subtitle {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #1D1C18;
  line-height: 140%;
}
.modal-form-card .modal-body .modal-subtitle span {
  color: #0E4E2B;
  font-weight: 600;
}
.modal-form-card .modal-body .modal-form-control {
  border: 0;
  border-bottom: 1px solid rgb(163, 163, 163);
  border-radius: 0;
  background: transparent;
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #74736F;
}
.modal-form-card .modal-body .modal-form-control:focus {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #FFD800;
  color: #0E4E2B;
  background: transparent;
}
.modal-form-card .modal-body .modal-form-control::-moz-placeholder {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #74736F;
  opacity: 1;
}
.modal-form-card .modal-body .modal-form-control::placeholder {
  font-family: "Albert Sans";
  font-size: 16px;
  font-weight: 400;
  color: #74736F;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */