@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

:root {
  --home-brand-color: #0253a4;
  --home-button-primary-color: #0b3b6f;
  --home-info-border-color: #badcfd;
  --home-white-color: #ffffff;
  --home-text-primay-color: #05000c;
  --font-inter: "Inter", sans-serif;
}

#banner_slider {
  width: 100%;
  height: 100%;
}
.overlay_img {
  height: 100%;
  position: relative;
  width: 100%;
}
.banner {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("../home/banner.png") no-repeat;
  background-size: 100%;
  overflow: hidden;
}

.banner .container {
  max-width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .banner {
    padding-top: 162px;
    padding-bottom: 150px;
  }
}

/* Align navigation bar container width with banner container */
.site-header .container {
  max-width: 1280px;
  margin: 0 auto;
}

.banner_image {
  position: relative;
  height: 100%;
}
.banner_image img {
  height: 100%;
  float: right;
  width: 100%;
  object-fit: contain;
  padding-bottom: 80px;
}
.sub_banner {
  position: absolute;
  bottom: -70px;
  left: -23%;
}
.sub_banner img {
  width: 100%;
  height: 100%;
}
.banner .inner_banner {
  text-align: left;
}
.banner .inner {
  height: 100%;
}
.banner .inner_banner > span {
  background: var(--home-info-border-color);
  border-radius: 25px;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  color: #0b3b6f;
  padding: 10px 20px;
  z-index: 10;
}

.center {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner .inner_banner > h4 > span {
  color: #fdac5b;
}
.banner .inner_banner > p {
  color: var(--home-white-color);
  text-align: left;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin: 0 auto;
}
.banner .inner_banner > h4 {
  color: var(--home-white-color);
  text-align: left;
  font-family: var(--font-inter);
  font-size: 60px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
  padding-top: 24px;
  padding-bottom: 24px;
  margin: 0 auto;
}

.banner_btn {
  color: var(--home-button-primary-color);
  background: var(--home-white-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  border: none;
  box-shadow: 0px 15px 30px 0px rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 8px 20px;
  margin-top: 50px;
  display: inline-block;
  text-decoration: none;
}
.partner {
  background: var(--home-white-color);
  /* border-radius: 16px; */
  text-align: center;
  /* margin-top: -76px; */
  /* margin-left: 70px;
  margin-right: 70px; */
  /* padding-top: 35px; */
}

.partner h4 {
  /* padding: 24px 0px; */
  margin-bottom: 32px;
  font-family: var(--font-inter);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
}
.partner ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.partner ul li {
  list-style: none;
  padding-left: 24px;
}
/* ====================== why-us start ====================*/
.why_us {
  padding-top: 120px;
}
.main_whyus_container {
  text-align: center;
}

.why_us_heading > span {
  background: var(--home-info-border-color);
  color: var(--home-button-primary-color);
  border-radius: 25px;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 11px 20px;
}
.why_us_heading > h4 {
  margin: 0 auto;
  padding: 30px 0px;
  width: 950px;
  color: var(--home-text-primay-color);
  font-family: var(--font-inter);
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.why_us_box > .inner_box {
  background: #ccffcc;
}

.why_us_btn {
  color: var(--home-white-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  background: var(--home-button-primary-color);
  padding: 10px 24px;
  border: none;
  border-radius: 8px;
  margin-bottom: 48px;
}

.innber_box {
  border-radius: 12px;

  text-align: center;
  padding-top: 15px;
}
.innber_box > h5 {
  color: var(--Text-Text-Primary-Light, #05000c);
  font-family: var(--font-inter);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}
.innber_box > p {
  color: var(--Text-Text-Secondary-Light, #4e4e4e);
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.innber_box > img {
  margin-bottom: 32px;
}
.why_us_box {
  margin-top: 65px;
}

/* ====================== How-it-works ====================*/
.payment {
  border-radius: 8px;
  border: 1px solid rgba(2, 83, 164, 0.5);
  background: var(--home-white-color);
  box-shadow: -5px 15px 50px 0px rgba(2, 83, 164, 0.08);
  width: 296px;
  position: absolute;
  top: 55%;
  left: -70px;
}
.trail,
.cards_inner {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.edit {
  border-radius: 5.92px;
  border: 1px solid #d1d5db;
  background: var(--home-white-color);
  width: 30px;
  height: 30px;
  text-align: center;
}
.trail {
  border-bottom: 1px solid rgba(2, 83, 164, 0.5);
}
.trail_info {
  width: 80%;
}
.trail > div > h4 {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
.trail > div > p {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 11.84px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.76px;
}
.cards {
  border: 1px solid rgba(2, 83, 164, 0.5);
  margin: 10px;
  border-radius: 8px;
}
.card_icon {
  width: 30px;
}
.card_info {
  width: 70%;
}
.card_info p {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 11.84px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.76px;
  margin-bottom: 6px;
}
button.card_button {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 11.84px;
  font-style: normal;
  font-weight: 400;
  line-height: 17.76px;
  border-radius: 4px;
  border: 1px solid #d1d5db;
  background: var(--home-white-color);
  margin: 10px;
  padding: 6px 10px;
}
.box_center {
  display: flex;
  align-items: center;
  height: 100%;
}
.how_it_works {
  margin-bottom: 72px;
  text-align: center;
}
/* .main_works_container {
  padding: 60px 0px;
} */

.works_heading > span,
.testimonial_heading > span {
  background: var(--home-info-border-color);
  color: var(--home-button-primary-color);
  border-radius: 25px;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 11px 20px;
}
.works_heading > h4,
.testimonial_heading > h4 {
  margin: 0 auto;
  padding: 30px 0px;
  width: 950px;
  color: var(--home-text-primay-color);
  font-family: var(--font-inter);
  font-size: 48px;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.works_heading > p,
.testimonial_heading > p {
  width: 500px;
  color: #4e4e4e;
  font-family: var(--font-inter);
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  margin: 0 auto;
}
.works_box {
  margin-bottom: 82px;
}
.box h4 {
  color: var(--Text-Text-Primary-Light, #05000c);

  font-family: Inter;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
}
.box ul {
  margin-top: 24px;
}
.box ul li {
  display: flex;
  padding-right: 35px;
}
.box ul li > svg {
  margin-top: 3px;
  margin-right: 5px;
}
.box ul li > span {
  padding-bottom: 10px;
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 5px;
}
.box_img {
  position: relative;
}
.box_img > img {
  border-left: 15px solid #ccffcc;
  border-top: 15px solid #ccffcc;
  border-radius: 24px;
  width: 100%;
}
.profile > img {
  width: 30px !important;
  height: 30px;
  border-radius: 50%;
  margin-right: 5px;
}
.works_profile .profile {
  padding-left: 3px !important;
  border-radius: 60px;
  border: 1px solid #000;
  background: #273142;
  padding: 2px 10px;
  margin-bottom: 8px;
  display: inline-block;
  color: #d1d5db;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.works_profile {
  position: absolute;
  bottom: -10px;
}
.box_img .box_text {
  border-radius: var(--Spacing-S-8, 8px);
  border: 1px solid rgba(2, 83, 164, 0.5);
  background: var(--Text-White, #fff);
  box-shadow: -5px 15px 50px 0px rgba(2, 83, 164, 0.08);
  width: 310px;
  padding: 12px;
}
.box_img .box_text > p {
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0px;
  color: #4e4e4e;
}

.right {
  right: -20px;
}
.left {
  left: -72px;
}

/* ====================== projects ====================*/
.project_box {
  margin-top: 25px !important;
}

/* ====================== Business-proven ===============*/
.business {
  background: url("../home/banner.png") no-repeat;
  background-size: 100%;
}
.business_proven {
  text-align: center;
  padding: 72px 32px;
}
.business_proven h2 {
  color: var(--home-white-color);
  text-align: center;
  font-family: var(--font-inter);
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
  letter-spacing: -0.72px;
  width: 550px;
  margin: 0 auto;
  padding-bottom: 48px;
}
.business_proven h4 {
  color: var(--home-white-color);
  font-family: var(--font-inter);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.business_proven p {
  color: var(--home-white-color);
  font-family: var(--font-inter);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
}

/* ====================== Testimonials ===============*/
.testimonial {
  display: none;
  padding-top: 120px;
  padding-bottom: 120px;
}
.testimonial_heading {
  text-align: center;
}
.testimonial_heading > p {
  width: 600px;
}

.body__inner-wrapper {
  height: 100%;
  max-width: 104rem;
  display: flex;
  flex-direction: column;
  gap: 6rem;
  justify-content: center;
  margin-inline: auto;
}
.mt {
  margin-block-start: 2rem;
}

.marquee,
.marquee2 {
  width: 100%;
  pointer-events: none;
  overflow: hidden;
}

.marquee_box {
  width: 405px;
  max-height: 250px;
  flex-shrink: 0;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  background: #f8f8f8;
  margin: 15px;
  padding: 24px;
}
.marquee__inner-wrap {
  height: 100%;
  width: 100%;
}

.marquee_box > p {
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.marquee_box > p > img {
  margin-top: -26px;
  position: relative;
  top: 7px;
}

.marquee__inner {
  height: 100%;
  width: fit-content;
  align-items: center;
  display: flex;
  position: relative;
  animation: marquee 30s linear infinite;
  will-change: transform;
}
.marquee_another {
  animation: marquee 20s linear infinite;
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}

.client_info {
  display: flex;
}
.client_info > img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
}
.client_info .details {
  margin-left: 10px;
}
.client_info .details > h4 {
  color: #05000c;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 0;
}
.client_info .details > p {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0;
}

.mbl_view {
  display: none;
}

/* ====================== trail ===============*/
.main_trail {
  overflow: hidden;
  border-radius: 16px;
}
.tails_info {
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 50px;
}
.inner_trail_info h4 {
  color: var(--home-white-color);
  font-family: var(--font-inter);
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px;
  letter-spacing: -0.96px;
}
.inner_trail_info ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.inner_trail_info ul li {
  color: var(--home-white-color);
  font-family: var(--font-inter);
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  list-style: disc;
}
.inner_trail_info .get_button {
  border-radius: 8px;
  background: var(--home-white-color);
  color: #0b3b6f;
  text-align: center;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  border: none;
  padding: 6px 20px;
  display: inline-block;
  text-decoration: none;
}
.trail_overlay {
  position: relative;
  height: 100%;
}
.trail_overlay > img {
  position: absolute;
  height: 100%;
  top: 0;
  bottom: 0;
}
.trail_bg {
  background: #0253a4;
  position: absolute;
  z-index: 9;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  border-radius: 16px;
}
.main_trail {
  position: relative;
}
.inner_trail_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

/* ====================== footer ===============*/
.main_footer {
  text-align: center;
  padding-top: 72px;
  padding-bottom: 48px;
  background: rgba(2, 83, 164, 0.1);
}
.footer_heading > img {
  margin-bottom: 10px;
}
.footer_heading > div > img {
  margin-left: 5px;
  margin-right: 5px;
}
.footer_menu {
  padding-top: 20px;
}
.footer_menu ul,
.social_link ul,
.footer_bottom_menu ul {
  text-align: left;
  display: flex;
  justify-content: center;
}
.footer_bottom_menu ul li a,
.footer_menu ul li a {
  color: #4e4e4e;
}
.footer_bottom_menu ul li a {
  border-right: 1px solid #4e4e4e;
  padding-right: 10px;
}
.footer_bottom_menu ul li:last-child a {
  border-right: none; /* remove border from last item */
}
.footer_bottom_menu ul li {
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
}
.footer_menu ul li {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-left: 40px;
}
.social_link ul li {
  background: #0b3b6f;
  border-radius: 32px;
  border: 1px solid #f5f6fa;
  width: 32px;
  height: 32px;
  display: flex;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.feedback {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.feedback > span {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.reserved,
.feedback {
  margin-top: 16px;
}
.reserved {
  color: #4e4e4e;
  font-family: var(--font-inter);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
.footer_bottom_menu {
  margin-top: 36px;
  padding-top: 20px;
  border-top: 1px solid #4e4e4e;
}
.section_padding {
  padding: 120px 0px !important;
}
.section_padding_top {
  padding-top: 120px !important;
}
@media screen and (min-width: 768px) and (max-width: 920px) {
  .why_us_heading > h4,
  .works_heading > h4,
  .testimonial_heading > h4,
  .works_heading > p,
  .testimonial_heading > p,
  .business_proven h2 {
    width: auto;
  }
  .box_img img {
    width: 100%;
  }
  .banner {
    height: auto;
    display: inherit;
    background-size: cover;
  }
  .partner ul {
    flex-wrap: wrap;
  }
  .business {
    background-size: cover;
  }
  .banner .inner .inner_banner {
    padding-left: 20px;
  }
  .why_us_heading > h4,
  .works_heading > h4,
  .testimonial_heading > h4,
  .box h4,
  .business_proven h2,
  .business_proven h4,
  .inner_trail_info h4 {
    font-size: 30px;
    line-height: 40px;
  }
  .box_img .box_text > p,
  .box ul li > span,
  .inner_trail_info ul li {
    font-size: 14px;
  }
  .inner_trail_info ul li {
    line-height: 23px;
  }
  .business_proven p {
    font-size: 20px;
    line-height: 29px;
  }
}
@media screen and (max-width: 1130px) {
  .why_us {
    padding-top: 0;
  }
  .partner {
    margin-bottom: 50px;
  }

  .partner ul li {
    margin-bottom: 25px;
  }

  .why_us_heading > h4,
  .works_heading > h4,
  .testimonial_heading > h4,
  .works_heading > p,
  .testimonial_heading > p,
  .business_proven h2,
  .feature_banner > .inner_banner > h4 {
    width: auto;
  }
  .banner .inner_banner > h4 {
    font-size: 30px;
    line-height: 38px;
    padding-top: 22px;
    padding-bottom: 16px;
  }
  .banner .inner_banner > span {
    font-size: 12px;
  }
  .banner .inner_banner > p {
    font-size: 14px;
    line-height: 23px;
  }
  .partner ul {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .footer_bottom_menu {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px solid #4e4e4e;
  }
  .partner ul {
    flex-wrap: wrap;
  }
  .footer_menu {
    padding: 20px 0px;
  }
  .footer_menu ul,
  .footer_bottom_menu ul {
    display: initial !important;
  }
  .footer_menu ul,
  .footer_bottom_menu ul {
    text-align: center !important;
  }
  .footer_menu ul li,
  .footer_bottom_menu ul li {
    margin-left: 0px;
  }
  .footer_bottom_menu ul li a {
    border-right: 1px solid transparent;
  }
  .payment {
    display: none;
  }
  .works_profile .profile {
    padding: 0px 9px;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .box_img .box_text > p {
    font-size: 12px;
    line-height: 15px;
  }
  .box_center {
    margin-top: 30px;
  }
  .mbl_view {
    display: block;
  }
  .desktop_view {
    display: none;
  }
  .why_us_heading > h4,
  .works_heading > h4,
  .testimonial_heading > h4,
  .partner h4,
  .business_proven h2,
  .business_proven h4,
  .inner_trail_info h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .business_proven p,
  .inner_trail_info ul li {
    font-size: 15px;
    line-height: 25px;
  }

  .banner_image {
    display: none;
  }

  .box_img img {
    width: 100%;
  }
  .banner {
    height: 100vh;
    display: inherit;
    background-size: cover;
    padding-bottom: 40px;
  }
  .banner .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .site-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partner {
    border-radius: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }

  .business {
    background-size: cover;
  }
  .banner .inner_banner > p,
  .banner .inner_banner > h4,
  .banner .inner .inner_banner {
    text-align: center;
  }
  .banner .inner .inner_banner {
    padding: 10px;
    margin-top: 45px;
  }
  .banner .inner_banner > h4 {
    font-size: 35px;
    line-height: 40px;
  }
  .banner .inner_banner > span {
    font-size: 12px;
  }

  .main_whyus_container {
    padding: 0px;
  }
  .works_heading > p,
  .testimonial_heading > p {
    font-size: 15px;
    line-height: 22px;
  }
  .why_us_box {
    margin-top: 25px;
  }
  .works_heading > h4,
  .testimonial_heading > h4 {
    padding: 15px 0px;
  }
  .how_it_works {
    margin-bottom: 40px;
  }
  .left {
    left: 0;
  }
  .right {
    right: 0;
  }
  .innber_box > h5 {
    font-size: 20px;
    line-height: 15px;
  }
  .innber_box > p {
    font-size: 14px;
    line-height: 18px;
  }
  .box h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .box ul li > span {
    font-size: 15px;
    line-height: 22px;
  }
  .box ul {
    margin-top: 10px;
  }
  .tails_info {
    margin-left: 0px;
    padding: 26px;
    justify-content: center;
  }
  .main_trail {
    margin-bottom: 40px;
  }
  .testimonial {
    padding-bottom: 30px;
  }
  .section_padding {
    padding: 60px 0px !important;
  }
  .section_padding_top {
    padding-top: 60px !important;
  }
  .works_box {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 400px) {
  .box_img .box_text {
    width: 210px;
  }
  .section_padding {
    padding: 40px 0px !important;
  }
  .section_padding_top {
    padding-top: 40px !important ;
  }
}
