@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&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 {
  --bs-primary: #364798;
  --bs-secondary: #f6c04d;
  --bs-body-font-family: "Poppins", sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #000;
  --bs-body-bg: #fff;
  --bs-secondary-font: "Outfit", sans-serif;
}

body {
  overflow-x: hidden;
}

html {
  scroll-behavior: initial !important;
}
img {
  height: auto;
  max-width: 100%;
}
.section {
  padding: 50px 0;
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.sec_head {
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: var(--bs-primary);
  font-weight: 600;
}
.navbar-nav .nav-link {
  color: var(--bs-primary);
}

.navbar-nav .nav-link:hover {
  color: var(--bs-secondary);
}
.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}
.btn {
  font-size: 0.875rem;
  border-radius: 16px;
}
.btn-primary.call_btn {
  background: linear-gradient(
    to right,
    var(--bs-secondary) 50%,
    var(--bs-primary) 50%
  );
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
  padding: 4px 16px;
  border-color: transparent;
}

.btn-primary.call_btn:hover {
  background-position: left bottom;
}
.btn-secondary {
  background-color: var(--bs-secondary);
  color: #fff;
  border-color: transparent;
}
.form-control:focus,
.form-select:focus {
  border: 1px solid transparent;
  box-shadow: none;
}
.banner-img img {
  min-height: 660px;
}
.banner_content {
  position: absolute;
  bottom: 400px;
  left: 0;
  width: 100%;
}
.banner_head {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
}
.banner_head span {
  font-size: 1.5rem;
  font-weight: 400;
}
.banner_subhead {
  color: var(--bs-primary);
}
.banner_list .btn-secondary {
  font-weight: 600;
  padding: 8px;
}
.banner-form-row {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
}
.banner_form {
  background-color: var(--bs-primary);
  padding: 26px 20px;
  border-radius: 8px;
}
.form-group {
  margin-bottom: 6px;
}
.form-control {
  padding: 0.5rem 0.75rem;
}
::placeholder {
  color: var(--bs-primary) !important;
}
.banner-info-block {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.info_txt {
  color: var(--bs-primary);
  font-size: 1.25rem;
}
.meet_sec {
  background-color: #e0e3f2b8;
}

.gallery_swiper {
  padding: 0 22px;
}
.gallery_img img {
  padding: 0 12px;
}
.swiper-sli-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  z-index: 9;
}

.swiper-sli-action .swiper-btn-next,
.swiper-sli-action .swiper-btn-prev {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  margin: 2px;
}

.swiper-sli-action .swiper-btn-prev {
  background-image: url(../images/pagination-prev.svg);
}

.swiper-sli-action .swiper-btn-next {
  background-image: url(../images/pagination-next.svg);
}

.swiper-sli-action .swiper-button-disabled {
  opacity: 0.4;
}

.swiper-sli-action .swipe-pagination {
  width: auto;
  margin: 0 6px;
}

.swiper-sli-action .swipe-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid var(--bs-secondary);
  opacity: 1;
}

.swiper-sli-action
  .swipe-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-secondary);
}
.qual_list {
  height: 100%;
}
.key_sec {
  background-image: url(../images/key_bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
  border-radius: 22px;
}
.key_card {
  height: 100%;
}
.key_card .card-body {
  text-align: center;
  font-weight: 500;
  padding: 20px;
}
.services_sec {
  background-color: #e0e3f2b8;
}
.nav-tabs button {
  background-color: #fff;
  padding: 12px 30px;
  color: var(--bs-primary);
  font-weight: 500;
}
.nav-tabs button.active {
  background-color: var(--bs-secondary) !important;
  color: var(--bs-primary) !important;
}
.service_card img {
  width: 54px;
  padding-bottom: 6px;
}
.swiper-slide {
  height: initial;
}
.swiper-sli-action-mid {
  position: relative;
  transform: none;
  justify-content: center;
}
.choose_card .card-text {
  margin-bottom: 0;
}
.choose_card .card-body {
  height: 255px;
  overflow-y: scroll;
}
.choose_card .card-text li::marker {
  color: var(--bs-primary);
}
.choose_swiper {
  overflow: visible;
}
.testimonial_card {
  background-color: #96a7b136;
}

.testimonial_card .card-body {
  padding: 2rem 3rem;
}

.testimonial_card .card-title {
  color: var(--bs-primary);
  font-size: 1.275rem;
}
.accordion-item {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  border-bottom: 1px solid var(--bs-primary);
}
.accordion-button {
  background-color: transparent;
  border: none;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  color: var(--bs-primary);
  padding: 6px 0 12px;
}
.accordion-button:not(.collapsed) {
  background-color: transparent;
  border: none;
  box-shadow: none;
  color: var(--bs-primary);
}
.accordion-item:last-of-type {
  border-radius: 0;
}
.accordion-body {
  padding: 12px 0;
}
.accordion-button:after {
  background-image: url(../images/plus.svg);
  background-size: 18px;
}
.accordion-button:not(.collapsed):after {
  transform: rotate(-180deg);
  background-position: center;
  background-image: url(../images/minuss.svg);
}
.accordion-button:focus {
  box-shadow: none;
}
.btn_order {
  display: flex;
  justify-content: center;
  width: fit-content;
}
.footer-bottom {
  border-top: 1px solid var(--bs-secondary);
}
footer a:hover {
  color: var(--bs-secondary) !important;
}
.testimonial_card img {
  width: 100%;
}
.banner-img:after {
  content: "";
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(270deg, transparent, #000);
  pointer-events: none;
  border-radius: 20px 0 0 20px;
  margin: 0 0 6px 6px;
}
.bottom-action {
  position: fixed;
  bottom: 16px;
  padding: 4px;
  display: flex;
  z-index: 9;
  justify-content: center;
  background-color: #fff;
  border: 1px solid var(--bs-primary);
  border-radius: 30px;
  gap: 6px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
}
.btn-primary {
  background-color: var(--bs-primary);
  border: 1px solid #fff;
}
.btn-primary:hover {
  background-color: var(--bs-secondary);
  border: 1px solid #fff;
}
@media (max-width: 1199px) {
}
@media (max-width: 991px) {
  .sec_head {
    font-size: 2rem;
    margin-bottom: 8px;
    text-align: center;
  }
  .section {
    padding: 30px 0;
  }
  .banner-img img {
    min-height: 460px;
  }
  .banner_content {
    bottom: 0px;
    top: 60px;
    left: 10px;
  }
  .banner-form-row {
    position: relative;
    top: 10px;
    margin-bottom: 20px;
  }
  .swiper-sli-action {
    position: relative;
    justify-content: center;
    margin-top: 20px;
  }
  .gallery_swiper {
    padding: 0;
  }
  .testimonial_card .card-body {
    padding: 2rem;
  }
  .navbar-expand .navbar-nav {
    position: absolute;
    bottom: -44px;
    display: inline-flex;
    justify-content: space-around;
    width: 100%;
    left: 0;
    right: 0;
    white-space: nowrap;
    overflow: scroll;
    padding: 0 10px;
    background-color: var(--bs-primary);
    border-radius: 0 0 10px 10px;
    color: #fff;
  }
  .navbar-expand .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 0.9rem;
  }
  .banner-info-block {
    bottom: 260px;
    left: 10px;
  }
  .banner_list .btn-secondary {
    padding: 6px 50px;
    background-color: #fff;
    color: var(--bs-primary);
    font-weight: 400;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .footer {
    margin-bottom: 50px;
  }
  .banner_sec {
    margin-top: 40px;
  }
  .banner-info {
    position: absolute;
    top: 300px;
  }
}
@media (max-width: 767px) {
  .sec_head {
    font-size: 1.75rem;
  }
  .banner_head {
    font-size: 1.75rem;
  }
  .banner_list .btn-secondary {
    font-size: 0.8rem;
    padding: 6px 20px;
  }
  .nav-tabs button {
    padding: 8px 6px;
    font-size: 14px;
    width: 100%;
  }
  .info_txt {
    font-size: 0.9rem;
  }
  .decription {
    font-size: 0.9rem;
  }
  .testimonial_card .card-body {
    padding: 1rem;
  }
  .testimonial_card .card-title {
    font-size: 1.35rem;
  }
  .flogo img {
    width: 160px;
  }
  .banner-info {
    width: fit-content;
    padding: 12px;
  }
  .banner-info img {
    width: 30px;
  }
  .section {
    padding: 20px 0;
  }
  .banner-img:after {
    display: none;
  }
  .banner-info {
    top: 320px;
  }
}
@media (max-width: 576px) {
  .banner_content {
    top: 40px;
  }
  .sec_head {
    font-size: 1.5rem;
  }
  .banner_head {
    font-size: 1.5rem;
  }
  /* .banner-img img {min-height: 560px;} */
  p,
  .accordion-button,
  .accordion-body,
  .footer,
  footer {
    font-size: 0.9rem;
  }
  .key_card .card-body {
    padding: 12px;
    font-size: 0.9rem;
  }
  .testimonial_card .card-title {
    font-size: 1rem;
  }
  .gallery_img img {
    padding: 0;
    min-height: 240px;
  }
  .navbar-nav .nav-link {
    font-size: 0.8rem;
  }
  .service_card img {
    width: 60px;
  }
  .cardtext {
    font-size: 0.8rem;
  }
  .nav-tabs .nav-item {
    width: 100%;
  }
  .service_card img {
    padding-bottom: 0;
    padding-right: 12px;
  }
  .service_card .card-body {
    display: flex;
    align-items: center;
    padding: 8px;
  }
  .choose_card .card-title {
    font-size: 1.125rem;
  }
  .flogo img {
    width: 100%;
  }
  .footer {
    padding: 20px;
  }
  .footer-links ul {
    text-align: center;
    border-bottom: 1px solid #fff;
  }
  .footer-links ul li {
    padding: 4px 0;
    font-size: 0.8rem;
  }
  .footer-add {
    border-bottom: 1px solid #fff;
  }
  .footer-social {
    text-align: center;
  }
  .navbar-expand .navbar-nav .nav-item .nav-link {
    font-size: 0.8rem;
  }
  .choose_card .card-text,
  .choose_card ul {
    font-size: 0.8rem;
  }
  .choose_card .card-body {
    height: 200px;
  }
  .banner-info {
    padding: 4px 8px !important;
  }
}
