@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root,
:host {
  --fa-style-family-classic: "Font Awesome 6 Free";
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

label:empty {
  display: none;
}

label.error {
  color: red;
}

.svg-icon svg {
  height: 1em;
  width: 1em;
  vertical-align: -0.125em;
}

button .svg-icon,
a.btn .svg-icon {
  margin-left: 10px;
}

:root {
  --theme-font-family: "Poppins", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: var(--theme-font-family);
}

body.popup-open {
  overflow: hidden;
}

.hero {
  padding: 60px 0;
  /* padding-top: 182px; */
}

.hero-h1 {
  font-weight: 900;
}

.hero-text-top {
  font-size: 14px;
  line-height: 1.6;
  color: black;
}

.image-with-text__inner {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}

.image-with-text__inner ul {
  display: inline-block;
  margin: 20px 0 0 0;
  list-style-type: none;
  padding: 0;
}

.image-with-text__inner li {
  width: 100%;
  padding-left: 25px;
  line-height: 1.3;
  float: left;
  color: var(--clrtheme1);
  position: relative;
  font-size: 14px;
  padding-bottom: 5px;
}

.image-with-text__inner li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjMjlhOGUxIiBkPSJNNDM4LjYgMTA1LjRjMTIuNSAxMi41IDEyLjUgMzIuOCAwIDQ1LjNsLTI1NiAyNTZjLTEyLjUgMTIuNS0zMi44IDEyLjUtNDUuMyAwbC0xMjgtMTI4Yy0xMi41LTEyLjUtMTIuNS0zMi44IDAtNDUuM3MzMi44LTEyLjUgNDUuMyAwTDE2MCAzMzguNyAzOTMuNCAxMDUuNGMxMi41LTEyLjUgMzIuOC0xMi41IDQ1LjMgMHoiLz48L3N2Zz4=);
  background-size: cover;
  height: 16px;
  width: 16px;
  filter: brightness(0) invert(1);
}

.reviews__inner {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}

.info-boxes {
  background: #222 url(../images/bg-2.webp);
  background-repeat: no-repeat;
  background-size: 100%;
}

.info-box {
  padding: 10px;
  transition: all 700ms;
  border-radius: 20px;
  background-color: var(--bs-body-bg);
  text-align: center;
  cursor: pointer;
  margin-bottom: 15px;
}

.info-box:hover {
  background-color: var(--bs-primary);
}

.info-box__image {
  margin-bottom: 15px;
}

.info-box__heading {
  margin-bottom: 15px;
}

.info-box__heading h6 {
  font-weight: 700;
}

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

.services-box__image_1 .services-box__image__box {
  background-image: url("../lpassets/images/services-icons.webp");
}

.services-box__image_2 .services-box__image__box {
  background-image: url("../lpassets/images/services-icons2.webp");
}

.services-box {
  cursor: pointer;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  border-radius: 10px;
  min-height: 215px;
  padding: 40px;
  background: var(--bs-body-bg);
  text-align: center;
  margin-bottom: 15px;
}

.services-box:hover .services-box__image__box {
  background-position-y: -70px;
}

.services-box__image__box {
  height: 80px;
  width: 75px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  transition: all 0.7s ease;
  background-position-y: 10px;
}

.services-box__1 .services-box__image__box {
  background-position-x: 10px;
}

.services-box__6 .services-box__image__box {
  background-position-x: 10px;
}

.services-box__2 .services-box__image__box {
  background-position-x: -75px;
}

.services-box__7 .services-box__image__box {
  background-position-x: -75px;
}

.services-box__3 .services-box__image__box {
  background-position-x: -150px;
}

.services-box__8 .services-box__image__box {
  background-position-x: -150px;
}

.services-box__4 .services-box__image__box {
  background-position-x: -230px;
}

.services-box__9 .services-box__image__box {
  background-position-x: -230px;
}

.services-box__5 .services-box__image__box {
  background-position-x: -310px;
}

.services-box__10 .services-box__image__box {
  background-position-x: -320px;
}

.packages {
  scrollbar-width: auto;
  scrollbar-color: #218eb0 #424242;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.packages::-webkit-scrollbar {
  width: 10px;
}

.packages::-webkit-scrollbar-track {
  background: #218eb0;
}

.packages::-webkit-scrollbar-thumb {
  background-color: #218eb0;
  border-radius: 10px;
  border: 1px solid #fff;
}

.form-control-feedback {
  position: absolute;
  right: 10px;
  top: 20%;
  color: red;
}

.has-error.has-feedback {
  position: relative;
}

.has-error .form-control {
  border-color: red;
}

.pacakage__images-container {
  display: flex;
  justify-content: space-around;
}

.package {
  margin-bottom: 50px;
}

.popular__package .package__inner {
  position: relative;
}

.popular__package .package__inner::before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  right: -20px;
  top: -20px;
  display: block;
  /* background-image: url("../images/most-sold.webp"); */
}

.section__heding-small {
  font-size: 18px;
  color: black;
  text-align: center;
  text-transform: uppercase;
}

.section__heding-big {
  color: black;
  font-weight: 700;
  text-transform: uppercase;
}

.section__header {
  margin-bottom: 40px;
}

.package__inner {
  padding: 30px 25px;
  border-radius: 20px;
  height: 100%;
}

.package__title {
  color: black;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1;
}

.package__price-now {
  font-size: 2.5rem;
  line-height: 1;
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 10px;
}

.package__price {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.package__price-before {
  display: flex;
  flex-direction: column;
  position: relative;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  margin: 0 0 0 23px;
}

.package__price-before::before {
  content: "/";
  font-size: 40px;
  font-weight: 900;
  position: absolute;
  left: -30px;
  top: -10px;
}

.package__price-before span {
  line-height: 1;
}

.package__price-before-discount em {
  text-decoration: line-through;
  font-style: inherit;
}

.package__body {
  position: relative;
}

.package__body::before {
  content: "";
  display: block;
  margin: 20px 0;
  border-top: 1px solid rgb(var(--bs-primary-rgb), 60%);
}

.package__details {
  overflow: hidden;
}

.package__details ul {
  height: 240px;
  scroll-behavior: smooth;
  overflow-y: scroll;
  padding: 0;
}

.package__details ul li {
  position: relative;
  font-size: 20px;
  color: black;
  margin: 0 0 10px;
  position: relative;
  padding: 0 0 0 23px;
  line-height: 22px;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  list-style: none;
}

.package__details ul li::before {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--bs-primary);
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 100%;
  text-transform: capitalize;
  -webkit-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}

.package__details ul li::after {
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: radial-gradient(
    ellipse at 50% -100%,
    rgba(255, 255, 255, 0.6) 0,
    rgba(255, 255, 255, 0) 100%
  );
}

.package__place-order-button {
  display: flex;
  justify-content: space-evenly;
  margin-top: 25px;
}

.package__button-container {
  margin-top: 25px;
}

.package__two-buttons .package__place-order-button {
  justify-content: space-evenly;
}

.package__two-buttons .btn {
  width: 108%;
}

.package__button-bottom {
  display: flex;
  justify-content: center;
}

.package__button-bottom .btn {
  width: 100%;
}

.package__back-content {
  display: none;
  position: relative;
}

.package__footer {
  border-top: 1px solid #d4d4d4;
  border-bottom: none;
  padding-top: 15px;
  margin-top: 30px;
}

.package__footer-title {
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  color: black;
}

.btn-package {
  padding: 0;
  width: 100%;
  color: black;
}

.btn-package > p {
  margin-bottom: 5px;
  color: black;
  text-align: center;
  font-weight: 300;
  text-shadow: 0 0;
  font-size: 14px;
}

.btn-package > p > i {
  color: var(--bs-primary);
}

.package__close-section {
  position: absolute;
  right: 15px;
  top: 10px;
}

.package__form-closer i {
  color: #fff;
  font-size: 20px;
}

.package__form-header {
  text-align: center;
}

.package__form-heading {
  font-size: 1.4rem;
  color: black;
}

.package__form-description {
  font-size: 0.9rem;
  line-height: 1.2;
  color: black;
}

.package__form textarea.form-control {
  resize: none;
  height: 70px;
}

.gallery__inner {
  margin-bottom: 30px;
  margin-top: 30px;
  padding: 40px;
  border-radius: 20px;
  background: #ffffff;
}

.gallery__image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.gallery__image-container::before {
  background-color: #218eb0;
  content: "";
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  left: -15px;
  right: -15px;
  height: 100px;
  position: absolute;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  top: -100px;
  height: 100px;
  -moz-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
  transition: transform 0.1s;
}

.gallery__image-container::after {
  background-color: #218eb0;
  content: "";
  left: calc(var(--bs-gutter-x) * 0.5);
  right: calc(var(--bs-gutter-x) * 0.5);
  left: -15px;
  right: -15px;
  height: 100px;
  position: absolute;
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.gallery__image-container::after {
  bottom: -100px;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition: transform 0.1s;
}

.gallery__image-container:hover::before {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.gallery__image-container:hover::after {
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.gallery__image img {
  width: 100%;
}

.big-cta {
  display: flex;
  align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

.big-cta__icon {
  font-size: 3rem;
}

.btn-big-cta {
  text-decoration: none;
}

.big-cta__header {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.section-with-big-image {
  padding: 50px 0;
  margin-bottom: 60px;
  background: linear-gradient(45deg,rgba(53,31,139,1)45%,rgba(0,34,96,1)70%,#b64ac1 100%);
}

.section-with-big-image__image {
  text-align: center;
}

.section-with-big-image__text-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reviews__slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.review__client-image {
  display: flex;
  justify-content: center;
}

.review__client-rating {
  font-size: 30px;
  color: #ffd513;
}

.hero-bottom-text i {
  color: #ffd513;
}

.review__text {
  height: auto;
  background-color: var(--bs-primary);
  padding: 40px;
  margin-top: 50px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  line-height: 23px;
  position: relative;
}

.review__text::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 45px solid rgba(0, 0, 0, 0);
  border-right: 45px solid rgba(0, 0, 0, 0);
  border-bottom: 65px solid var(--bs-primary);
  text-align: center;
  position: absolute;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  top: -40px;
}

.review__text p {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

.review__client-name {
  margin: 20px 0;
  color: #218eb0;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  border: 0;
  outline: none;
  background: rgba(0, 0, 0, 0);
}

.slick-dots li button:hover {
  outline: none;
}

.slick-dots li button:hover::before {
  opacity: 1;
}

.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:focus::before {
  opacity: 1;
}

.slick-dots li button::before {
  font-family: "slick";
  font-size: 30px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #218eb0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #218eb0;
}

.footer-section {
  /* background-image: url("../images/footer-bg.webp"); */
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-color: #fff;
}

.copy-right {
  padding: 15px 0;
  background: #218eb0;
}

.copy-right p {
  margin-bottom: 0;
}

.footer__heading {
  color: #000;
  font-weight: 700;
  text-align: center;
}

.footer__header {
  color: #000;
  text-align: center;
}

.floating-phone {
  position: fixed;
  left: 30px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  border-radius: 50%;
  background-color: #58af36;
  z-index: 99992;
}

.floating-phone a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
}

[data-bs-theme="light"].popup-coupon-container .form_msg.alert {
  color: #000;
}

[data-bs-theme="light"].footer-section .form_msg.alert {
  color: #000;
}

.form_msg.alert {
  text-align: center;
}

@media (max-width: 767px) {
  .package__details ul {
    height: auto;
  }
  .package__details ul li {
    line-height: 1.3;
  }
  .navbar-brand img {
    max-width: 140px;
  }
  .hero {
    padding-top: 50px;
    padding-right: 30px;
  }
  .hero-h1 {
    font-size: 28px;
  }
  .section-with-big-image {
    padding-right: 20px;
  }
  .package__button-call {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid;
  }
  .col-custom-5 {
    max-width: 80%;
  }
  .popular__package .package__inner::before {
    right: 5px;
  }
  .footer-section {
    background-image: none;
    background-color: #fff;
  }
  .footer__form__button {
    display: flex;
    justify-content: center;
  }
  .review__text {
    height: 300px;
    overflow-y: scroll;
    padding: 20px;
  }
  .reviews__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 475px) {
  .col-custom-5 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
  .image-with-text__inner li {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .col-custom-5 {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    width: 33.33%;
  }
}

@media (min-width: 991px) {
  .col-custom-5 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
  }
  .section-with-big-image__image {
    margin-top: -140px;
  }
  .section-with-big-image {
    margin-top: 60px;
  }
}

@media (min-width: 1200px) {
  .col-custom-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    width: 20%;
  }
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

.flipInY,
.flipOutX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    -ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    -ms-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.popup-coupon-container {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(5px);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  z-index: 9991;
  overflow-y: scroll;
}

.popup-coupon-inner {
  margin: 0 auto;
  background-color: var(--bs-body-bg);
  padding: 20px 40px;
  border-radius: 15px;
  max-width: 600px;
  position: relative;
  top: 5%;
}

.popup-coupon-buttons [type="submit"] {
  width: auto;
  line-height: 1;
  padding: 15px 25px;
  border-radius: 10px;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: var(--bs-primary);
  background-image: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.popup-coupon-buttons [type="submit"]:hover {
  background-color: var(--bs-primary);
  color: #fff;
  background-image: linear-gradient(
    145deg,
    rgb(0, 90, 131) 0%,
    rgb(41, 168, 225) 100%
  );
}

.popup-coupon-form label {
  color: #000;
}

.popup-coupon-close {
  position: absolute;
  height: 40px;
  width: 40px;
  right: 10px;
  top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup-coupon-close .close-pop {
  color: #fff;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #cd1010;
  border: 2px solid rgba(0, 0, 0, 0);
  transition: all 0.2s linear;
  box-sizing: border-box;
  z-index: 2;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-content: center;
}

.popup-coupon-close .close-pop:hover {
  background: #fff;
  border-color: #cd1010;
  color: #cd1010;
}

.popup-coupon-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 10px 0;
}

.popup-coupon-activate {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  color: #2a2a2a;
  letter-spacing: 0;
  font-weight: 500;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.popup-coupon-activate:before {
  content: "";
  display: block;
  width: 5px;
  background-color: var(--bs-primary);
  height: 100%;
  position: absolute;
  left: 0;
}

.popup-coupon-last {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 8px;
  color: var(--bs-primary);
}

.popup-coupon-main .form-group {
  margin-bottom: 1rem;
}

.popup-coupon-main .form-control {
  border: 1px solid rgba(0, 0, 0, 0.04);
  background: #f4f7fc;
  height: 50px;
  padding-left: 15px;
  border-radius: 10px;
}

.popup-coupon-main .form-control::placeholder {
  color: #000;
}

.popup-coupon-main .form-control:hover,
.popup-coupon-main .form-control:focus {
  border-color: var(--bs-primary);
  box-shadow: none;
}

.popup-coupon-main textarea.form-control {
  resize: none;
  height: auto;
}

@media (max-width: 767px) {
  .popup-coupon-close {
    height: 25px;
    width: 25px;
  }
  .popup-coupon-close .close-pop {
    font-size: 18px;
    line-height: 15.5px;
  }
  .popup-coupon-inner {
    padding: 20px 20px;
    max-width: calc(100% - 20px);
    margin-top: 0;
  }
  .popup-coupon-last {
    font-size: 22px;
  }
  .popup-coupon-activate {
    font-size: 20px;
    padding-right: 20px;
  }
  .popup-coupon-main input.form-control {
    line-height: 1;
    font-size: 14px;
    height: 45px;
  }
  .popup-coupon-main textarea.form-control {
    height: 80px;
  }
  .popup-coupon-close {
    height: 25px;
    width: 25px;
  }
  .popup-coupon-close a {
    font-size: 18px;
    line-height: 17.5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .popup-coupon-buttons {
    flex-direction: column;
  }
  .popup-coupon-buttons [type="submit"] {
    margin-bottom: 10px;
    padding: 10px 15px;
    font-size: 16px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .popup-coupon-inner {
    max-width: calc(100% - 20px);
  }
  .popup-coupon-main .form-control {
    font-size: 14px;
  }
  .popup-coupon-main .form-controltextarea {
    height: 100px;
  }
  .popup-coupon-main .form-controlinput {
    height: 40px;
  }
  .popup-coupon-main .form-group {
    margin-bottom: 10px;
  }
  .popup-coupon-last {
    font-size: 20px;
  }
  .popup-coupon-activate {
    font-size: 16px;
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0);
}

.slick-arrow.slick-hidden {
  display: none;
}

h1.hero-h1 {
  color: black;
}

p.hero-text {
  color: black;
}

p.hero-bottom-text.mt-3 {
  color: black;
}

h3.h2.fw-bold {
  color: black;
}

p.text-1 {
  color: black;
}

.image-with-text__inner li {
  color: black;
}

.image-with-text__inner li {
}

.image-with-text__inner li::before {
  filter: brightness(0) invert(0);
}

h6 {
}

.info-box__heading h6 {
  color: black;
}

.info-box__description p {
  color: black;
}

.info-box__image img {
  filter: brightness(0);
}

h2.text-center.fw-bold {
  color: black;
}

.services-box__text span {
  color: black;
}

h2.text-center.gallery__heading {
  color: black;
}

p.text-center.gallery__description {
  color: black;
}

.services-box:hover {
  background: #218eb0;
}

.services-box:hover span {
  color: white;
}

section.copy-right p {
  display: flex;
  justify-content: center;
  color: white;
  align-items: center;
  gap: 8px;
}

section.copy-right p a {
  color: white;
  font-size: 21px;
  text-decoration: none;
  text-transform: capitalize;
  display: flex;
  gap: 12px;
  align-items: center;
}
