:root {
  --bs-primary: #148ec9;
  --bs-primary-rgb: 20, 142, 201;
  --bs-secondary: #6cbe45;
  --bs-secondary-rgb: 108, 190, 69;
  --bs-body-font-family: Poppins, sans-serif;
}

body {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
ul.list-style-disc li,
ol.list-style-decimal li,
.list-style-check li {
  color: #7a7a7a;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 400;
}

ul.list-style-disc {
  list-style: disc !important;
  padding-left: 1.2rem !important;
  margin-bottom: 1rem;
}
ul.list-style-disc li {
  margin: 0 !important;
  color: inherit;
}
ul.list-style-disc.font-inherit li {
  font-size: inherit !important;
}

ol.list-style-decimal {
  list-style: decimal !important;
  padding-left: 1.2rem !important;
  margin-bottom: 1rem;
}
ol.list-style-decimal li {
  margin: 0 !important;
}

section {
  padding: clamp(60px, 6vw, 100px) 0;
}

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

a {
  transition: 0.1s all ease-in-out;
  text-decoration: none;
}

.form-control {
  background: white;
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
}
.form-control::-moz-placeholder {
  opacity: 1;
}
.form-control::placeholder {
  opacity: 1;
}
.form-control:focus {
  color: var(--bs-primary);
  border-color: var(--bs-primary) !important;
  outline: 0;
  box-shadow: none;
}
.form-control:focus::-moz-placeholder {
  color: var(--bs-primary) !important;
}
.form-control:focus::placeholder {
  color: var(--bs-primary) !important;
}
.form-control:focus i {
  color: var(--bs-primary);
}

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

.primary-shadow {
  box-shadow: 1px 1px 30px rgba(20, 142, 201, 0.3);
}

.btn {
  --bs-btn-padding-x: clamp(25px, 5vw, 30px);
  --bs-btn-padding-y: clamp(8px, 5vw, 10px);
  --bs-btn-font-size: clamp(0.9rem, 2vw, 1rem);
  --bs-btn-font-weight: bold;
}

.btn-primary {
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-bg: var(--bs-primary) !important;
  --bs-btn-border-color: var(--bs-primary) !important;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
}

.btn-outline-primary {
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-primary);
  --bs-gradient: none;
}

.btn-secondary {
  --bs-btn-color: black;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-bg: var(--bs-secondary) !important;
  --bs-btn-border-color: var(--bs-secondary) !important;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
}

.btn-outline-dark:hover img {
  filter: brightness(0) invert(1);
}

.btn-outline-light img {
  filter: brightness(0) invert(1);
}
.btn-outline-light:hover img {
  filter: brightness(0);
}

.my-container {
  max-width: clamp(1270px, 90vw, 1600px);
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(10px, 2vw, 20px);
}

.btn-outline-secondary {
  --bs-btn-color: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary);
  --bs-btn-hover-border-color: var(--bs-secondary);
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-secondary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--bs-secondary);
  --bs-gradient: none;
}

.btn-hover-to-white:hover {
  background: white !important;
  color: black !important;
  border-color: white;
}
.btn-hover-to-white:hover img {
  filter: brightness(0);
}

.dropdown-menu {
  background-color: #148ec9 !important;
}

.text-primary {
  color: var(--bs-primary) !important;
}

.link-primary:hover {
  color: var(--bs-primary) !important;
}

.bg-primary {
  background: var(--bs-primary);
}

.SwiperArrow .swiper-button-next,
.SwiperArrow .swiper-button-prev {
  --swiper-navigation-sides-offset: 0px;
  width: clamp(30px, 5vw, 60px);
  height: clamp(30px, 5vw, 60px);
  background: var(--bs-primary);
  border-radius: 50%;
}
.SwiperArrow .swiper-button-next::after,
.SwiperArrow .swiper-button-prev::after {
  content: "";
  font-family: inherit;
  background: url(assets/images/icons/arrow-right.svg) no-repeat center/clamp(20px, 3vw, 30px);
  width: 100%;
  height: 100%;
}
.SwiperArrow .swiper-button-prev::after {
  rotate: 180deg;
}
@media screen and (min-width: 1200px) {
  .SwiperArrow .swiper-button-next {
    margin-right: 20px;
  }
  .SwiperArrow .swiper-button-prev {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .SwiperArrow .swiper-button-next {
    margin-right: -3.5vw;
  }
  .SwiperArrow .swiper-button-prev {
    margin-left: -3.5vw;
  }
}

.show-line-1 {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 1;
}

.show-line-2 {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 2;
}

.show-line-3 {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.show-line-4 {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.show-line-5 {
  -webkit-box-orient: vertical;
  display: -webkit-box !important;
  overflow: hidden;
  -webkit-line-clamp: 5;
}

@media screen and (min-width: 1200px) {
  .hero-laptop-img {
    width: clamp(614px, 50vw, 690px);
    left: 33%;
    bottom: -20px;
    height: auto;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    max-width: 1346px;
  }
  .hero-laptop-img {
    width: 750px;
    left: 33%;
    bottom: -91px;
    height: auto;
  }
}
.font-10px {
  font-size: 10px;
}

.font-11px {
  font-size: 11px;
}

.font-12px {
  font-size: 12px;
}

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

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

.font-15px {
  font-size: 15px;
}

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

.font-17px {
  font-size: 17px;
}

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

.font-19px {
  font-size: 19px;
}

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

.font-21px {
  font-size: 21px;
}

.font-22px {
  font-size: 22px;
}

.font-23px {
  font-size: 23px;
}

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

.font-25px {
  font-size: 25px;
}

.font-26px {
  font-size: 26px;
}

.font-27px {
  font-size: 27px;
}

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

.font-29px {
  font-size: 29px;
}

.font-30px {
  font-size: 30px;
}

.font-31px {
  font-size: 31px;
}

.font-32px {
  font-size: 32px;
}

.font-33px {
  font-size: 33px;
}

.font-34px {
  font-size: 34px;
}

.font-35px {
  font-size: 35px;
}

.font-36px {
  font-size: 36px;
}

.font-37px {
  font-size: 37px;
}

.font-38px {
  font-size: 38px;
}

.font-39px {
  font-size: 39px;
}

.font-40px {
  font-size: 40px;
}

.font-41px {
  font-size: 41px;
}

.font-42px {
  font-size: 42px;
}

.font-43px {
  font-size: 43px;
}

.font-44px {
  font-size: 44px;
}

.font-45px {
  font-size: 45px;
}

.font-46px {
  font-size: 46px;
}

.font-47px {
  font-size: 47px;
}

.font-48px {
  font-size: 48px;
}

.font-49px {
  font-size: 49px;
}

.font-50px {
  font-size: 50px;
}

@media (min-width: 410px) {
  .width-xs {
    width: var(--bs-xs-width);
  }
  .font-xs-10px {
    font-size: 10px;
  }
  .font-xs-11px {
    font-size: 11px;
  }
  .font-xs-12px {
    font-size: 12px;
  }
  .font-xs-13px {
    font-size: 13px;
  }
  .font-xs-14px {
    font-size: 14px;
  }
  .font-xs-15px {
    font-size: 15px;
  }
  .font-xs-16px {
    font-size: 16px;
  }
  .font-xs-17px {
    font-size: 17px;
  }
  .font-xs-18px {
    font-size: 18px;
  }
  .font-xs-19px {
    font-size: 19px;
  }
  .font-xs-20px {
    font-size: 20px;
  }
  .font-xs-21px {
    font-size: 21px;
  }
  .font-xs-22px {
    font-size: 22px;
  }
  .font-xs-23px {
    font-size: 23px;
  }
  .font-xs-24px {
    font-size: 24px;
  }
  .font-xs-25px {
    font-size: 25px;
  }
  .font-xs-26px {
    font-size: 26px;
  }
  .font-xs-27px {
    font-size: 27px;
  }
  .font-xs-28px {
    font-size: 28px;
  }
  .font-xs-29px {
    font-size: 29px;
  }
  .font-xs-30px {
    font-size: 30px;
  }
  .font-xs-31px {
    font-size: 31px;
  }
  .font-xs-32px {
    font-size: 32px;
  }
  .font-xs-33px {
    font-size: 33px;
  }
  .font-xs-34px {
    font-size: 34px;
  }
  .font-xs-35px {
    font-size: 35px;
  }
  .font-xs-36px {
    font-size: 36px;
  }
  .font-xs-37px {
    font-size: 37px;
  }
  .font-xs-38px {
    font-size: 38px;
  }
  .font-xs-39px {
    font-size: 39px;
  }
  .font-xs-40px {
    font-size: 40px;
  }
  .font-xs-41px {
    font-size: 41px;
  }
  .font-xs-42px {
    font-size: 42px;
  }
  .font-xs-43px {
    font-size: 43px;
  }
  .font-xs-44px {
    font-size: 44px;
  }
  .font-xs-45px {
    font-size: 45px;
  }
  .font-xs-46px {
    font-size: 46px;
  }
  .font-xs-47px {
    font-size: 47px;
  }
  .font-xs-48px {
    font-size: 48px;
  }
  .font-xs-49px {
    font-size: 49px;
  }
  .font-xs-50px {
    font-size: 50px;
  }
}
@media (min-width: 576px) {
  .width-sm {
    width: var(--bs-sm-width);
  }
  .font-sm-10px {
    font-size: 10px;
  }
  .font-sm-11px {
    font-size: 11px;
  }
  .font-sm-12px {
    font-size: 12px;
  }
  .font-sm-13px {
    font-size: 13px;
  }
  .font-sm-14px {
    font-size: 14px;
  }
  .font-sm-15px {
    font-size: 15px;
  }
  .font-sm-16px {
    font-size: 16px;
  }
  .font-sm-17px {
    font-size: 17px;
  }
  .font-sm-18px {
    font-size: 18px;
  }
  .font-sm-19px {
    font-size: 19px;
  }
  .font-sm-20px {
    font-size: 20px;
  }
  .font-sm-21px {
    font-size: 21px;
  }
  .font-sm-22px {
    font-size: 22px;
  }
  .font-sm-23px {
    font-size: 23px;
  }
  .font-sm-24px {
    font-size: 24px;
  }
  .font-sm-25px {
    font-size: 25px;
  }
  .font-sm-26px {
    font-size: 26px;
  }
  .font-sm-27px {
    font-size: 27px;
  }
  .font-sm-28px {
    font-size: 28px;
  }
  .font-sm-29px {
    font-size: 29px;
  }
  .font-sm-30px {
    font-size: 30px;
  }
  .font-sm-31px {
    font-size: 31px;
  }
  .font-sm-32px {
    font-size: 32px;
  }
  .font-sm-33px {
    font-size: 33px;
  }
  .font-sm-34px {
    font-size: 34px;
  }
  .font-sm-35px {
    font-size: 35px;
  }
  .font-sm-36px {
    font-size: 36px;
  }
  .font-sm-37px {
    font-size: 37px;
  }
  .font-sm-38px {
    font-size: 38px;
  }
  .font-sm-39px {
    font-size: 39px;
  }
  .font-sm-40px {
    font-size: 40px;
  }
  .font-sm-41px {
    font-size: 41px;
  }
  .font-sm-42px {
    font-size: 42px;
  }
  .font-sm-43px {
    font-size: 43px;
  }
  .font-sm-44px {
    font-size: 44px;
  }
  .font-sm-45px {
    font-size: 45px;
  }
  .font-sm-46px {
    font-size: 46px;
  }
  .font-sm-47px {
    font-size: 47px;
  }
  .font-sm-48px {
    font-size: 48px;
  }
  .font-sm-49px {
    font-size: 49px;
  }
  .font-sm-50px {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .width-md {
    width: var(--bs-md-width);
  }
  .font-md-10px {
    font-size: 10px;
  }
  .font-md-11px {
    font-size: 11px;
  }
  .font-md-12px {
    font-size: 12px;
  }
  .font-md-13px {
    font-size: 13px;
  }
  .font-md-14px {
    font-size: 14px;
  }
  .font-md-15px {
    font-size: 15px;
  }
  .font-md-16px {
    font-size: 16px;
  }
  .font-md-17px {
    font-size: 17px;
  }
  .font-md-18px {
    font-size: 18px;
  }
  .font-md-19px {
    font-size: 19px;
  }
  .font-md-20px {
    font-size: 20px;
  }
  .font-md-21px {
    font-size: 21px;
  }
  .font-md-22px {
    font-size: 22px;
  }
  .font-md-23px {
    font-size: 23px;
  }
  .font-md-24px {
    font-size: 24px;
  }
  .font-md-25px {
    font-size: 25px;
  }
  .font-md-26px {
    font-size: 26px;
  }
  .font-md-27px {
    font-size: 27px;
  }
  .font-md-28px {
    font-size: 28px;
  }
  .font-md-29px {
    font-size: 29px;
  }
  .font-md-30px {
    font-size: 30px;
  }
  .font-md-31px {
    font-size: 31px;
  }
  .font-md-32px {
    font-size: 32px;
  }
  .font-md-33px {
    font-size: 33px;
  }
  .font-md-34px {
    font-size: 34px;
  }
  .font-md-35px {
    font-size: 35px;
  }
  .font-md-36px {
    font-size: 36px;
  }
  .font-md-37px {
    font-size: 37px;
  }
  .font-md-38px {
    font-size: 38px;
  }
  .font-md-39px {
    font-size: 39px;
  }
  .font-md-40px {
    font-size: 40px;
  }
  .font-md-41px {
    font-size: 41px;
  }
  .font-md-42px {
    font-size: 42px;
  }
  .font-md-43px {
    font-size: 43px;
  }
  .font-md-44px {
    font-size: 44px;
  }
  .font-md-45px {
    font-size: 45px;
  }
  .font-md-46px {
    font-size: 46px;
  }
  .font-md-47px {
    font-size: 47px;
  }
  .font-md-48px {
    font-size: 48px;
  }
  .font-md-49px {
    font-size: 49px;
  }
  .font-md-50px {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .width-lg {
    width: var(--bs-lg-width);
  }
  .font-lg-10px {
    font-size: 10px;
  }
  .font-lg-11px {
    font-size: 11px;
  }
  .font-lg-12px {
    font-size: 12px;
  }
  .font-lg-13px {
    font-size: 13px;
  }
  .font-lg-14px {
    font-size: 14px;
  }
  .font-lg-15px {
    font-size: 15px;
  }
  .font-lg-16px {
    font-size: 16px;
  }
  .font-lg-17px {
    font-size: 17px;
  }
  .font-lg-18px {
    font-size: 18px;
  }
  .font-lg-19px {
    font-size: 19px;
  }
  .font-lg-20px {
    font-size: 20px;
  }
  .font-lg-21px {
    font-size: 21px;
  }
  .font-lg-22px {
    font-size: 22px;
  }
  .font-lg-23px {
    font-size: 23px;
  }
  .font-lg-24px {
    font-size: 24px;
  }
  .font-lg-25px {
    font-size: 25px;
  }
  .font-lg-26px {
    font-size: 26px;
  }
  .font-lg-27px {
    font-size: 27px;
  }
  .font-lg-28px {
    font-size: 28px;
  }
  .font-lg-29px {
    font-size: 29px;
  }
  .font-lg-30px {
    font-size: 30px;
  }
  .font-lg-31px {
    font-size: 31px;
  }
  .font-lg-32px {
    font-size: 32px;
  }
  .font-lg-33px {
    font-size: 33px;
  }
  .font-lg-34px {
    font-size: 34px;
  }
  .font-lg-35px {
    font-size: 35px;
  }
  .font-lg-36px {
    font-size: 36px;
  }
  .font-lg-37px {
    font-size: 37px;
  }
  .font-lg-38px {
    font-size: 38px;
  }
  .font-lg-39px {
    font-size: 39px;
  }
  .font-lg-40px {
    font-size: 40px;
  }
  .font-lg-41px {
    font-size: 41px;
  }
  .font-lg-42px {
    font-size: 42px;
  }
  .font-lg-43px {
    font-size: 43px;
  }
  .font-lg-44px {
    font-size: 44px;
  }
  .font-lg-45px {
    font-size: 45px;
  }
  .font-lg-46px {
    font-size: 46px;
  }
  .font-lg-47px {
    font-size: 47px;
  }
  .font-lg-48px {
    font-size: 48px;
  }
  .font-lg-49px {
    font-size: 49px;
  }
  .font-lg-50px {
    font-size: 50px;
  }
}
@media (min-width: 1200px) {
  .width-xl {
    width: var(--bs-xl-width);
  }
  .font-xl-10px {
    font-size: 10px;
  }
  .font-xl-11px {
    font-size: 11px;
  }
  .font-xl-12px {
    font-size: 12px;
  }
  .font-xl-13px {
    font-size: 13px;
  }
  .font-xl-14px {
    font-size: 14px;
  }
  .font-xl-15px {
    font-size: 15px;
  }
  .font-xl-16px {
    font-size: 16px;
  }
  .font-xl-17px {
    font-size: 17px;
  }
  .font-xl-18px {
    font-size: 18px;
  }
  .font-xl-19px {
    font-size: 19px;
  }
  .font-xl-20px {
    font-size: 20px;
  }
  .font-xl-21px {
    font-size: 21px;
  }
  .font-xl-22px {
    font-size: 22px;
  }
  .font-xl-23px {
    font-size: 23px;
  }
  .font-xl-24px {
    font-size: 24px;
  }
  .font-xl-25px {
    font-size: 25px;
  }
  .font-xl-26px {
    font-size: 26px;
  }
  .font-xl-27px {
    font-size: 27px;
  }
  .font-xl-28px {
    font-size: 28px;
  }
  .font-xl-29px {
    font-size: 29px;
  }
  .font-xl-30px {
    font-size: 30px;
  }
  .font-xl-31px {
    font-size: 31px;
  }
  .font-xl-32px {
    font-size: 32px;
  }
  .font-xl-33px {
    font-size: 33px;
  }
  .font-xl-34px {
    font-size: 34px;
  }
  .font-xl-35px {
    font-size: 35px;
  }
  .font-xl-36px {
    font-size: 36px;
  }
  .font-xl-37px {
    font-size: 37px;
  }
  .font-xl-38px {
    font-size: 38px;
  }
  .font-xl-39px {
    font-size: 39px;
  }
  .font-xl-40px {
    font-size: 40px;
  }
  .font-xl-41px {
    font-size: 41px;
  }
  .font-xl-42px {
    font-size: 42px;
  }
  .font-xl-43px {
    font-size: 43px;
  }
  .font-xl-44px {
    font-size: 44px;
  }
  .font-xl-45px {
    font-size: 45px;
  }
  .font-xl-46px {
    font-size: 46px;
  }
  .font-xl-47px {
    font-size: 47px;
  }
  .font-xl-48px {
    font-size: 48px;
  }
  .font-xl-49px {
    font-size: 49px;
  }
  .font-xl-50px {
    font-size: 50px;
  }
}
@media (min-width: 1400px) {
  .width-xxl {
    width: var(--bs-xxl-width);
  }
  .font-xxl-10px {
    font-size: 10px;
  }
  .font-xxl-11px {
    font-size: 11px;
  }
  .font-xxl-12px {
    font-size: 12px;
  }
  .font-xxl-13px {
    font-size: 13px;
  }
  .font-xxl-14px {
    font-size: 14px;
  }
  .font-xxl-15px {
    font-size: 15px;
  }
  .font-xxl-16px {
    font-size: 16px;
  }
  .font-xxl-17px {
    font-size: 17px;
  }
  .font-xxl-18px {
    font-size: 18px;
  }
  .font-xxl-19px {
    font-size: 19px;
  }
  .font-xxl-20px {
    font-size: 20px;
  }
  .font-xxl-21px {
    font-size: 21px;
  }
  .font-xxl-22px {
    font-size: 22px;
  }
  .font-xxl-23px {
    font-size: 23px;
  }
  .font-xxl-24px {
    font-size: 24px;
  }
  .font-xxl-25px {
    font-size: 25px;
  }
  .font-xxl-26px {
    font-size: 26px;
  }
  .font-xxl-27px {
    font-size: 27px;
  }
  .font-xxl-28px {
    font-size: 28px;
  }
  .font-xxl-29px {
    font-size: 29px;
  }
  .font-xxl-30px {
    font-size: 30px;
  }
  .font-xxl-31px {
    font-size: 31px;
  }
  .font-xxl-32px {
    font-size: 32px;
  }
  .font-xxl-33px {
    font-size: 33px;
  }
  .font-xxl-34px {
    font-size: 34px;
  }
  .font-xxl-35px {
    font-size: 35px;
  }
  .font-xxl-36px {
    font-size: 36px;
  }
  .font-xxl-37px {
    font-size: 37px;
  }
  .font-xxl-38px {
    font-size: 38px;
  }
  .font-xxl-39px {
    font-size: 39px;
  }
  .font-xxl-40px {
    font-size: 40px;
  }
  .font-xxl-41px {
    font-size: 41px;
  }
  .font-xxl-42px {
    font-size: 42px;
  }
  .font-xxl-43px {
    font-size: 43px;
  }
  .font-xxl-44px {
    font-size: 44px;
  }
  .font-xxl-45px {
    font-size: 45px;
  }
  .font-xxl-46px {
    font-size: 46px;
  }
  .font-xxl-47px {
    font-size: 47px;
  }
  .font-xxl-48px {
    font-size: 48px;
  }
  .font-xxl-49px {
    font-size: 49px;
  }
  .font-xxl-50px {
    font-size: 50px;
  }
}
.section-title {
  padding-inline: clamp(1rem, 4vw, 5rem);
}
.section-title span.subtitle {
  font-size: clamp(16px, 4vw, 20px);
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: clamp(0.5rem, 4vw, 1rem);
}
.section-title p {
  font-size: clamp(16px, 1.2vw, 18px);
  color: #7a7a7a;
}
.section-title h2 {
  font-size: clamp(24px, 3vw, 70px);
  font-weight: 900;
  margin-bottom: 1rem;
  line-height: 1;
  text-transform: uppercase;
}

.header-social-icons li a > div {
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.1);
  transition: 0.2s ease-in-out;
  flex-shrink: 0;
}
.header-social-icons li a:hover {
  color: var(--bs-primary) !important;
}
.header-social-icons li a:hover > div {
  background: var(--bs-primary) !important;
  box-shadow: 0 0 0 7px rgb(var(--bs-primary-rgb), 0.1);
}
.header-social-icons li a:hover > div img {
  filter: brightness(0) invert(1);
}

@media screen and (min-width: 992px) {
  .header-info {
    background: rgba(var(--bs-secondary-rgb), 0.1);
    border: 1px solid var(--bs-secondary);
  }
}
@media screen and (max-width: 576px) {
  .header-info {
    flex-direction: column;
  }
}

header {
  position: absolute !important;
  top: 0px !important;
  left: 0px;
  width: 100%;
  padding-top: 30px;
  transition: 0.5s;
  z-index: 10;
}

.lp-hero-banner {
  padding-top: clamp(1.5rem, 5vw, 11rem);
  padding-bottom: 3rem;
}
.lp-hero-banner .heading {
  font-size: clamp(25px, 2.1vw, 44px);
}
@media screen and (min-width: 768px) {
  .lp-hero-banner .heading {
    font-size: clamp(25px, 4.7vw, 44px);
  }
}
@media screen and (min-width: 992px) {
  .lp-hero-banner .heading {
    font-size: clamp(25px, 2.8vw, 44px);
  }
}
.lp-hero-banner .subheading {
  font-size: clamp(16px, 1.7vw, 23px);
}
@media screen and (max-width: 1440px) {
  .lp-hero-banner .subheading {
    font-size: clamp(16px, 1.5vw, 23px);
  }
}
.lp-hero-banner .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: clamp(7px, 0.9vw, 20px);
  width: 100%;
  height: 100%;
}
.lp-hero-banner .item {
  background: #e7e06b;
  height: 180px;
  overflow: hidden;
}
.lp-hero-banner .item img {
  transition: 0.5s cubic-bezier(0.22, 0.68, 0, 1.71);
}
.lp-hero-banner .item:hover img {
  transform: scale(1.1);
}
@media screen and (min-width: 992px) {
  .lp-hero-banner {
    padding-top: clamp(2rem, 4vw, 6rem);
  }
  .lp-hero-banner .grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(3, auto);
  }
  .lp-hero-banner .item {
    height: 100%;
  }
  .lp-hero-banner .item1 {
    grid-column: 1/7;
    grid-row: 1/2;
  }
  .lp-hero-banner .item2 {
    grid-column: 7/10;
    grid-row: 1/2;
  }
  .lp-hero-banner .item3 {
    grid-column: 10/13;
    grid-row: 1/2;
  }
  .lp-hero-banner .item4 {
    grid-column: 1/5;
    grid-row: 2/3;
  }
  .lp-hero-banner .item5 {
    grid-column: 5/9;
    grid-row: 2/4;
  }
  .lp-hero-banner .item6 {
    grid-column: 9/13;
    grid-row: 2/3;
  }
  .lp-hero-banner .item7 {
    grid-column: 1/5;
    grid-row: 3/3;
  }
  .lp-hero-banner .item8 {
    grid-column: 9/13;
    grid-row: 3/3;
  }
}
@media screen and (min-width: 1536px) {
  .lp-hero-banner .grid-container {
    max-height: clamp(602px, 43vw, 700px);
  }
}

.lp-hero-banner-v2 {
  background: url(/lp-9/assets/images/banner/hero-banner3.png) no-repeat center/cover;
}

.home-hero-section {
  padding: 5rem 0px 0px;
  background: url(../assets/images/banner/new-background.png) no-repeat center/cover, #f3f3f3;
}

.hero-section {
  background: url(../assets/images/banner/new-background.png) no-repeat center/cover, #f3f3f3 !important;
  min-height: calc(100dvh - 74px);
}
@media screen and (min-width: 1200px) {
  .hero-section {
    background: url(../assets/images/banner/123.png) no-repeat right bottom/40% !important;
  }
}
@media screen and (min-width: 1440px) {
  .hero-section {
    background: url(../assets/images/banner/123.png) no-repeat right bottom/45% !important;
  }
}
.hero-section .subheading {
  letter-spacing: clamp(1px, 0.5vw, 3px);
}

.bg-cta {
  background: #f3f3f3 url(../assets/images/Folder1.png) no-repeat center/cover;
}
@media screen and (min-width: 1200px) {
  .bg-cta {
    background: url(../assets/images/cta-img.png) no-repeat right/clamp(200px, 23.5vw, 392px), url(../assets/images/Folder1.png) no-repeat center/cover;
  }
}

.contact-form {
  border-radius: 20px;
  background: white;
  z-index: 10;
}
.contact-form .limited-price {
  padding: 0.8rem 1rem 1.5rem clamp(1rem, 2vw, 1.5rem);
}
.contact-form .dark-strips {
  padding: 2.5rem 1rem 1.5rem clamp(1rem, 2vw, 1.5rem);
  position: relative;
}
.contact-form .form-price {
  position: relative;
  z-index: 1;
}
.contact-form .form-price img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  right: calc(100% - clamp(125px, 13.8vw, 173px));
  transform: scale(1.35);
  -o-object-position: right;
     object-position: right;
}
.contact-form form {
  padding: clamp(0.5rem, 1vw, 1.5rem) clamp(1rem, 2vw, 1.5rem) 1.5rem;
}
.contact-form form input,
.contact-form form textarea {
  padding: clamp(0.5rem, 0.5vw, 1rem) 3.5rem !important;
  min-height: clamp(42px, 3.5vw, 62px);
  border: 1px solid #c0bebf;
  background: #f3f3f3 !important;
}
.contact-form form input::-moz-placeholder, .contact-form form textarea::-moz-placeholder {
  color: #848484;
  font-weight: 400;
}
.contact-form form input::placeholder,
.contact-form form textarea::placeholder {
  color: #848484;
  font-weight: 400;
}
.contact-form form .form-control:focus {
  border-color: var(--bs-secondary) !important;
}
.contact-form form .form-control:focus::-moz-placeholder {
  color: var(--bs-secondary) !important;
}
.contact-form form .form-control:focus::placeholder {
  color: var(--bs-secondary) !important;
}

.hero-list-items li {
  padding-left: 2.3rem;
  position: relative;
}
.hero-list-items li::before {
  content: "";
  width: clamp(22px, 4vw, 28px);
  height: 16px;
  background: url(assets/images/icons/shap1.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}
@media screen and (min-width: 768px) {
  .hero-list-items li::before {
    left: 0px;
  }
}

.pricing-tabs ul li button.nav-link {
  border-radius: 50rem;
  font-size: clamp(9px, 2vw, 15px);
  font-weight: normal;
  padding: 10px;
}
.pricing-tabs ul li button.nav-link.active {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}
.pricing-tabs ul li button.nav-link:hover {
  background: var(--bs-primary);
  color: white;
  border-color: var(--bs-primary);
}

.new-pricing-tab ul.nav-pills {
  display: none;
}

.BrandsSlider .swiper-wrapper {
  align-items: center;
}
.BrandsSlider .swiper-slide {
  display: flex;
  align-items: center;
}
.BrandsSlider .swiper-slide-prev {
  opacity: 0 !important;
}

.brandSliderShadow {
  position: relative;
}
.brandSliderShadow::before {
  content: "";
  width: 34px;
  height: 105px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -15px;
  background: url(assets/images/icons/shadow-line.svg) no-repeat center/23px;
}
@media screen and (max-width: 992px) {
  .brandSliderShadow::before {
    display: none;
  }
}
.brandSliderShadow h2 {
  padding: 0 clamp(5px, 5vw, 80px);
  font-size: clamp(16px, 5vw, 20px);
}

@media screen and (min-width: 992px) {
  .status-cards li:not(:last-child) {
    border-right: 3px solid rgba(255, 255, 255, 0.2);
  }
}

.hover_bg-primary {
  transition: 0.2s ease-in-out;
}
.hover_bg-primary:hover {
  background: var(--bs-primary) !important;
}
.hover_bg-primary:hover *:not(.static-color) {
  color: var(--hover_all-items-color, white) !important;
  opacity: 1 !important;
}
.hover_bg-primary:hover img:not(.static-color) {
  filter: brightness(0) invert(1);
}

.package-card {
  background: #f5f5f5;
  border-radius: 0;
  transition: 0.2s ease-in-out;
}
.package-card *:not(.btn):not(.text-secondary) {
  color: black !important;
}
.package-card .disc-color-red li::marker {
  color: red;
}
.package-card .btn-secondary {
  box-shadow: 0 16px 24px rgba(0, 0, 0, 0.2);
}
.package-card .btn-secondary:hover {
  background-color: #111111;
  box-shadow: none;
}
.package-card .package-list-items ul {
  list-style: disc !important;
  padding-left: 1.4rem !important;
}
.package-card .package-list-items::-webkit-scrollbar {
  width: 4px;
}
.package-card .package-list-items::-webkit-scrollbar-thumb {
  background: lightgray;
}
.package-card .delete-price {
  position: relative;
}
.package-card .delete-price::before {
  content: "";
  width: 3px;
  height: calc(100% + 45px);
  background: red;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.2s ease-in-out;
  transform: translate(-50%, -50%) rotate(-64deg);
}
.package-card:hover {
  background: var(--bs-secondary);
}
.package-card:hover .text-secondary {
  --bs-secondary-rgb: 0, 0, 0;
}
.package-card:hover .btn-secondary {
  --bs-btn-bg: white !important;
  --bs-btn-border-color: white !important;
  --bs-btn-color: black !important;
  --bs-btn-hover-border-color: black !important;
}
.package-card:hover .divider-strip {
  background: white !important;
}
.package-card:hover .divider-strip span {
  color: var(--bs-secondary) !important;
}
.package-card:hover img:not(.static-color) {
  filter: brightness(0);
}
.package-card:hover .disc-color-red li::marker {
  color: black !important;
}
.package-card:hover .delete-price::before {
  background: black;
}

.process-card img {
  transition: 0.2s ease-in-out;
  border-radius: 50%;
  border: 3px solid transparent;
}
.process-card:hover > img {
  border-color: white;
}

.testimonialSlider {
  margin-top: -10rem;
}
@media screen and (max-width: 1024px) {
  .testimonialSlider {
    margin-top: 0;
  }
  .testimonialSlider img.testimonialSideImage {
    height: 100px !important;
    width: 100% !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
}
@media screen and (max-width: 576px) {
  .testimonialSlider {
    margin-top: 0;
  }
  .testimonialSlider img.testimonialSideImage {
    height: 200px !important;
    width: 100% !important;
    -o-object-position: center !important;
       object-position: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .testimonialSlider .swiper-wrapper {
    height: 500px !important;
  }
}

.faq-card button {
  font-size: clamp(16px, 5vw, 20px);
  font-weight: 600;
}
.faq-card .accordion-button::after {
  background: var(--bs-primary) url(assets/images/icons/faq-arrow.svg) no-repeat center/clamp(13px, 3vw, 20px);
  width: clamp(30px, 4vw, 48px);
  height: clamp(30px, 4vw, 48px);
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  border-radius: 50rem;
  transform: rotate(-180deg);
}
.faq-card .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg) !important;
}
.faq-card .accordion-body p {
  color: #111111;
}

.iti {
  width: 100%;
}

.iti--inline-dropdown .iti__country-list {
  padding: 10px;
}

.iti__country {
  font-size: clamp(14px, 5vw, 17px);
  font-weight: 500;
}

.iti__search-input {
  width: 100%;
  outline: none;
  border-width: 0;
  border-radius: 3px;
  padding: var(--iti-search-padding);
  font-size: clamp(15px, 5vw, 17px);
  font-weight: 500;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.iti__dropdown-content {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 15px;
  background-color: #fff;
  z-index: 999;
}

.iti__selected-country-primary {
  --iti-hover-color: transparent;
}

.iti__country.iti__highlight {
  border-radius: 8px;
}

::-webkit-scrollbar {
  width: 9px;
  height: 0.6em;
  background: #fafafa;
}

::-webkit-scrollbar-thumb {
  background: var(--bs-primary);
  border-radius: 100vw;
  border: 2px solid transparent;
  background-clip: content-box;
}

.swiper-button-next,
.swiper-button-prev {
  --swiper-navigation-top-offset: 102%;
  margin: auto;
}

.SwiperArrow .swiper-button-next {
  margin-right: calc(50% - clamp(30px, 5vw, 60px) - 5px);
}
.SwiperArrow .swiper-button-prev {
  margin-left: calc(50% - clamp(30px, 5vw, 60px) - 5px);
}

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

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

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

.PackagesSlider .swiper-wrapper {
  display: block;
}
@media screen and (min-width: 768px) {
  .PackagesSlider .swiper-wrapper {
    display: flex;
  }
}

.packages-arrow .swiper-button-next,
.packages-arrow .swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .packages-arrow .swiper-button-next,
  .packages-arrow .swiper-button-prev {
    display: inline-flex;
  }
}

.star-shape {
  width: clamp(30px, 10vw, 85px);
  height: clamp(30px, 10vw, 75px);
  background: url(assets/images/icons/starbrust3.png) no-repeat center/contain;
  margin-block: -15px;
  margin-left: -20px;
}

.image-white {
  filter: brightness(0) invert(1);
}

.hover_opacity_08:hover {
  opacity: 0.8 !important;
}

.arrow-div {
  position: relative;
}
@media screen and (min-width: 768px) {
  .arrow-div::before {
    content: "";
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(-100% + 133px);
    border-style: solid;
    border-width: 50px;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: var(--bs-primary);
  }
}

.primary-underline {
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-color: var(--bs-primary);
  text-decoration-thickness: 1px;
}

.target-pricing-tabs .nav-pills {
  display: none;
}
.target-pricing-tabs .swiper-button-next,
.target-pricing-tabs .swiper-button-prev {
  display: none;
}
@media screen and (width >= 992px) {
  .target-pricing-tabs .swiper-button-next,
  .target-pricing-tabs .swiper-button-prev {
    display: flex;
  }
}

.process-image {
  padding-inline: clamp(0.5rem, 5vw, 5rem);
}
.process-image img {
  top: -135px;
}
@media screen and (min-width: 1400px) {
  .process-image img {
    top: -33%;
  }
}
@media screen and (min-width: 922px) {
  .process-image {
    height: clamp(5px, 30vw, 354px);
    margin-top: clamp(1rem, 15vw, 8rem);
  }
}

footer {
  background: var(--bs-black);
  padding: 3rem 0 0;
}
footer .socialIcons {
  display: flex;
  gap: 10px;
  margin: 1.5rem 0;
}
footer ul li a:hover {
  color: var(--bs-primary);
}
footer .socialIcons li a {
  font-size: 1.5rem;
  border: 1px solid var(--bs-white);
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--bs-white);
  transition: 0.3s ease-in-out;
}
footer .socialIcons li a:hover {
  border-color: var(--bs-secondary);
  color: var(--bs-secondary);
}
footer .socialIcons li a i {
  font-size: 14px;
}
footer .featuredList {
  list-style-type: disc;
  background: var(--bs-secondary);
  padding: 2rem 1.5rem;
}
footer .featuredList li a {
  color: var(--bs-white);
  font-size: 1.15rem;
}
footer .featuredList li a:hover {
  color: #e2b949;
}
footer .featuredList li i {
  color: var(--bs-white);
}
footer .links {
  background: #262626;
  border-radius: 30px;
  padding: 1.5rem;
  margin: 1rem 0;
  height: 100%;
}
footer .links h4 {
  font-size: 1.7rem;
  letter-spacing: -2px;
  color: var(--bs-white);
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  gap: 10px;
  align-items: center;
}
footer .links ul li {
  display: flex;
  gap: 10px;
  padding: 8px 0;
  align-items: center;
}
footer .links ul li a {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--bs-white);
  display: inline-block;
  transition: 0.2s ease-in-out;
}
footer .links ul li a:hover {
  color: var(--bs-primary);
}
footer .green-box ul li a:hover {
  color: var(--bs-black);
}
footer .links ul li i {
  color: var(--bs-primary);
  font-size: 7px;
  position: relative;
}
footer .links h4 i {
  color: var(--bs-primary);
  font-size: 2rem;
}
footer .pinkBox {
  background-color: var(--bs-secondary);
}
footer .secureIcon {
  background: var(--bs-white);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
footer .secureIcon img {
  margin: auto;
}
footer .secureIcon .slick-track {
  display: flex;
  align-items: center;
}
footer .copyright {
  padding: 2rem 0;
  align-items: center;
}
footer .copyright ul {
  display: flex;
  gap: 1rem;
}
footer .copyright ul li a {
  /* font-size: 1.15rem;
      font-weight: 600; */
  color: var(--bs-white);
}
footer .copyright p {
  /* color: var(--bs-white); */
  /* font-size: 1.15rem;
  font-weight: 600; */
  margin: 0;
}
footer p {
  color: var(--bs-white);
}
footer .logo {
  width: 16rem;
}
footer .lp-footer {
  padding: 1rem 0;
}
footer .lp-footer .copyright {
  padding: 1rem 0 0;
}
footer .lp-footer .logo {
  width: 10rem;
}
footer .topButton {
  background: var(--bs-secondary);
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  position: fixed;
  bottom: 5rem;
  right: 2rem;
  color: #fff;
  font-size: 1.5rem;
  opacity: 0;
  z-index: 2222;
}
footer .topButton.show {
  opacity: 1;
}
footer .topButton:hover {
  color: var(--bs-primary);
}

.banner .banner_item .banner_inner p span,
.logo-section4 .logo_sec4_head h3 span,
.logo-section4 .logo_sec4_head h2 span,
.port-page-portfolio .box .item a,
.section5 .sec5_head h3 span {
  display: block;
}

.logo-section4 {
  overflow: hidden;
  position: relative;
}

.logo-section4 .logo_sec4_head h3,
.logo-section4 .logo_sec4_head h2 {
  font-size: 50px;
  text-align: center;
  font-weight: 800;
  color: #fff;
}

.logo-section4 .logo_sec4_content .logo_slide ul li {
  display: inline-flex;
  height: 100%;
  position: relative;
  transition: 0.5s;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body {
  width: 68px;
  background: var(--bs-primary);
  box-shadow: 0 7px 73px 0 rgba(0, 0, 0, 0.35);
  padding-left: 80px;
  overflow: hidden;
  transition: all 0.5s ease;
}

.logo_slide_item.active .item_body {
  background-color: #fff !important;
  color: rgb(0, 0, 0) !important;
}

.logo_slide_item.active .item_heading h4 {
  color: rgb(0, 0, 0) !important;
}

.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-1.active .item_body,
.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-2.active .item_body,
.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-3.active .item_body,
.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-4.active .item_body,
.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-5.active .item_body,
.logo-section4 .logo_sec4_content .logo_slide ul .logo_slide_item-6.active .item_body {
  width: 800px;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_heading {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  width: 400px;
  text-shadow: rgba(0, 0, 0, 0.16) 3.694px 4.728px 6px;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  left: -155px;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_heading h4,
.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.16) 3.694px 4.728px 6px;
  text-transform: uppercase;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_text {
  width: 800px;
  padding: 70px 100px 80px 60px;
  background: url(../images/section5-bg.webp) #6cbe45;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: overlay;
  transition: 0.5s;
  text-align: left;
  position: relative;
  z-index: 1;
  padding-bottom: 2rem !important;
  overflow: hidden;
}

.item_text ul {
  gap: 10px;
  min-height: auto !important;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_text h3 {
  font-weight: 700;
  font-size: clamp(25px, 3vw, 48px);
  color: black;
  padding-bottom: 10px;
}

.logo-section4 .logo_sec4_content .logo_slide ul li .item_body .item_text p {
  padding-right: 20px;
  min-height: auto;
  color: black;
  font-size: clamp(12px, 2vw, 15px);
  margin-bottom: 1rem !important;
}

.logo-section4 .logo_sec4_content .logo_slide ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  align-items: center;
  min-height: 190px;
}

.logo-section4 .logo_sec4_content .logo_slide ul img {
  width: clamp(130px, 15vw, 300px);
  height: clamp(130px, 15vw, 300px);
  -o-object-fit: cover;
     object-fit: cover;
  margin: 10px 20px 10px 0;
  transition: 0.1s linear;
}

.logo-section4 .btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #000;
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary);
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #000;
  --bs-btn-disabled-border-color: #000;
}

.logo-section4 .logo_sec4_content .logo_slide ul img:hover {
  transform: scale(1.045) translateY(-10px);
}

.lpMessageformsubmit img {
  transition: 0.2s ease-in-out;
}
.lpMessageformsubmit:hover img {
  filter: brightness(0) invert(1);
}

.footer .heading {
  font-size: clamp(20px, 1.7vw, 28px);
}
.footer .footer-links {
  gap: clamp(8px, 1vw, 15px);
}
.footer .footer-links a {
  transition: 0.2s ease-in-out;
  font-size: clamp(16px, 1.2vw, 22px);
}
.footer .footer-links a:hover {
  color: var(--bs-secondary) !important;
}
.footer .border-style-1 {
  position: relative;
  padding-left: 1.5rem;
  list-style-type: disc !important;
  color: var(--bs-secondary);
}
.footer .border-style-1::before {
  content: "";
  position: absolute;
  left: clamp(7px, 0.7vw, 8px);
  width: 2px;
  height: calc(100% - clamp(16px, 1.9vw, 40px));
  background: var(--bs-secondary);
  top: 50%;
  transform: translateY(-50%);
}
.footer .glow-box {
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
.footer .glow-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #111;
  box-shadow: inset 0 0 20px rgba(173, 232, 54, 0.6);
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  height: -moz-max-content;
  height: max-content;
  /* background: #6c757d; Bootstrap bg-secondary */
}

.marquee-track {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation: scroll 25s linear infinite;
  will-change: transform;
}

.marquee-content {
  display: inline-block;
  white-space: nowrap;
  flex: 0 0 auto;
  min-width: 100%;
  position: relative;
}

/* Duplication via pseudo-element (seamless) */
.marquee-content::after {
  content: attr(data-text);
  display: inline-block;
  white-space: nowrap;
}

/* Spans with no spacing or margin */
.marquee-content span {
  display: inline-block;
  white-space: nowrap;
  font-weight: 600;
  color: white;
  /* border-left: 1px solid #fff; */
  border-right: 1px solid #fff;
  font-family: sans-serif;
  padding-right: 1rem;
  margin-right: 1rem;
  /* custom spacing */
}

/* Keyframe for seamless scroll */
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .lpMessageformsubmit {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .d__sm__inine {
    display: inline !important;
  }
}
@media (max-width: 350px) {
  .d__sm__inine {
    display: none !important;
  }
}
.overlay-text {
  --stock-color: #00000038;
  position: absolute;
  bottom: var(--overlay-text-bottom, -4%);
  left: 0;
  font-size: var(--overlay-text, clamp(40px, 5vw, 62px));
  font-weight: 900;
  white-space: nowrap;
  text-transform: uppercase;
  color: #5fad3a;
  text-shadow: -1px -1px 0 var(--stock-color), 1px -1px 0 var(--stock-color), -1px 1px 0 var(--stock-color), 1px 1px 0 var(--stock-color);
  z-index: -1;
  line-height: 1;
  width: calc(100% - clamp(40px, 3vw, 80px));
  text-align: center;
}

.animate-primary-to-black {
  animation: colorChange 0.6s infinite alternate;
  animation-timing-function: ease-in-out;
}
@keyframes colorChange {
  0% {
    color: var(--bs-primary);
  }
  100% {
    color: black;
  }
}

.choosethumb {
  padding: 2rem 2rem;
}/*# sourceMappingURL=main.css.map */