* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Spline Sans", sans-serif;
  list-style-type: none;
}
.all_sponser_data_scroll::-webkit-scrollbar {
  height: 4px;
}
.all_sponser_data_scroll::-webkit-scrollbar-track {
  background: #d9d9d9;
}
.all_sponser_data_scroll::-webkit-scrollbar-thumb {
  background: #fa5c36;
}
.all_sponser_data_scroll::-webkit-scrollbar-thumb:hover {
  background: #fa5c36;
}

/* ----main_section--- */
.main_section {
  background-image: url("../images/Img_main_banner.png");
  padding: 60px 120px 158px 120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
}
.main_wrapper {
  width: 100%;
  max-width: 687px;
}
.main_wrapper h1 {
  margin-bottom: 16px;
  color: white;
  font-weight: 500;
  font-size: 48px;
  line-height: 60px;
}
.main_wrapper h1 span {
  font-weight: 600;
  color: #fa5c36;
}
.main_wrapper p {
  margin-bottom: 24px;
  color: white;
  font-size: 18px;
  line-height: 150%;
}

/* ----count_div---- */
.count_div {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 120px;
  bottom: -58px;
}
.count_div_wrap {
  border-radius: 12px;
  background: white;
  width: 100%;
  backdrop-filter: blur(40px);
  box-shadow: 0 4px 16px rgba(250, 92, 54, 0.25);
  display: flex;
}
.count_div_wrap div {
  width: 25%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px 0;
}
.count_div_wrap div:nth-child(2) {
  border-right: 1px solid #d0d5dd;
  border-left: 1px solid #d0d5dd;
}
.count_div_wrap div:nth-child(3) {
  border-right: 1px solid #d0d5dd;
}
.count_div_wrap div h2 {
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  color: #101010;
  margin: 0;
}
.count_div_wrap div p {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #555555;
  margin: 0;
}
/* ----Services---- */
.services {
  margin-top: 158px;
  background-image: url("../images/Img_service_bg.png");
  padding: 60px 0 60px 80px;
}
.services .heading_div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding-right: 80px;
  margin-bottom: 40px;
}
.services .heading_div h2 {
  color: #ffffff;
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  margin: 0;
}
.services .slider-buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}
.services .slider-buttons div {
  cursor: pointer;
}
.slick-track {
  display: flex;
  gap: 24px;
}
.service_card {
  background: white;
  border-radius: 16px;
  padding: 32px 24px;
  border: 2px solid transparent;
  height: auto !important;
}
.service_card img {
  margin-bottom: 48px;
}
.service_card_detail h3 {
  color: #101010;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
}
.service_card_detail p {
  color: #6f6f6f;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.service_card_detail ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 20px;
}
.service_card_detail ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 150%;
  color: #555555;
}
.service_card.slick-slide.slick-current.slick-active {
  border: 2px solid #fa5c36;
  background: #fff2ed;
}
.slider-buttons div.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.slick-track:before,
.slick-track:after {
  display: none !important;
}
/* ----whom_we_served---- */
.whom_we_served {
  padding: 100px 120px;
  display: flex;
  gap: 80px;
  align-items: center;
  justify-content: space-between;
}
.whom_we_served .heading_div {
  max-width: 406px;
  width: 100%;
}
.whom_we_served .heading_div h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 12px;
}
.whom_we_served .heading_div p {
  font-size: 16px;
  line-height: 150%;
  color: #555555;
  margin-bottom: 0;
}
.whom_we_served_imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 46px;
  max-width: 714px;
  width: 100%;
}

/* ------why_choose_us------- */
.why_choose_us {
  display: flex;
}
.why_choose_us_img {
  width: 50%;
}
.why_choose_us_wrapper {
  width: 50%;
  background: #fa5c36;
  padding: 74px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.why_choose_us_wrapper h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 32px;
}

.features {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 24px;
}

.feature-box {
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}

.feature-box h3 {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0px;
  color: #101010;
}
/* ----feature_product----- */
.feature_product {
  padding: 55px 120px 100px 120px;
}
.feature_product_wrapper {
  margin-top: 55px;
}
.feature_product_wrapper h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 40px;
}
.feature_product_wrappers {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}
.feature_product_wrappers div {
  box-shadow: 1px 2px 4px 0px #0000001a;
  background: #ffffff;
  padding: 20px;
  border-radius: 12px;
}
.feature_product_wrappers div img {
  margin-bottom: 12px;
}
.feature_product_wrappers div h4 {
  margin-bottom: 40px;
  color: #101010;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
}
.feature_product_wrappers div p {
  margin-bottom: 0;
  color: #555555;
  font-size: 16px;
  line-height: 150%;
}

/* ----sponser_data---- */
.sponser_data {
  background: #fff2ed;
  display: flex;
  gap: 40px;
  padding: 60px 120px;
}
.sponser_data_wrapper {
  max-width: 343px;
  width: 100%;
}
.sponser_data_wrapper h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 24px;
}
.sponser_data_wrapper p {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0px;
  margin-bottom: 40px;
  color: #555555;
}
.all_sponser_data_scroll {
  overflow-x: auto;
}
.all_sponser_data {
  display: flex;
  gap: 40px;
  width: max-content;
  padding-bottom: 24px;
}
.sponser_data_div {
  width: 376px;
}
.sponser_data_div img {
  margin-bottom: 32px;
  width: 100%;
  height: 240px;
}
.sponser_data_div p {
  margin-bottom: 12px;
  color: #fa5c36;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}
.sponser_data_div h4 {
  color: #101010;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  margin-bottom: 12px;
}
.sponser_data_div .description {
  color: #555555;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
}

/* ----about_us---- */
.about_us {
  padding: 100px 120px;
  display: flex;
  align-items: center;
  gap: 40px;
}
.about_us img {
  width: 50%;
}
.about_us_wrap {
  width: 50%;
}
.about_us_wrap h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 32px;
}
.about_us_wrap h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
  color: #101010;
  margin-bottom: 20px;
}
.about_us_description {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
}
.about_us_description p {
  color: #555555;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  margin: 0;
}
/* ----airport_img---- */
.airport_img {
  padding: 0 120px;
  width: 100%;
}
/* ----contact_us---- */
.contact_us {
  margin: 100px 120px;
  box-shadow: 0px 1px 2px 0px #00000026, 0px 0px 64px 0px #fa5c36 inset;
  padding: 40px;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_us h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 60px;
  color: #101010;
  margin-bottom: 16px;
}
.contact_us p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #555555;
  margin-bottom: 40px;
}

@media only screen and (min-width: 1440px) and (max-width: 1900px) {
  .main_section {
    padding: 60px 80px 158px 80px;
  }
  /* ----count_div---- */
  .count_div {
    padding: 0 80px;
  }
  /* ----Services---- */
  .services {
    padding: 60px 0 60px 80px;
  }
  .services .heading_div {
    padding-right: 80px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 100px 80px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 55px 80px 100px 80px;
  }
  /* ----sponser_data---- */
  .sponser_data {
    padding: 60px 80px;
  }
  /* ----about_us---- */
  .about_us {
    padding: 100px 80px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 80px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 100px 80px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1439px) {
  .main_section {
    padding: 60px 60px 120px 60px;
  }
  .main_wrapper h1 {
    font-size: 40px;
  }
  /* ----count_div---- */
  .count_div {
    padding: 0 60px;
  }
  .count_div_wrap div h2 {
    font-size: 40px;
  }
  /* ----Services---- */
  .services {
    margin-top: 120px;
    padding: 40px 0 40px 60px;
  }
  .services .heading_div {
    padding-right: 60px;
  }
  .services .heading_div h2 {
    font-size: 40px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 50px 60px 75px 60px;
    gap: 32px;
  }
  .whom_we_served .heading_div h2 {
    font-size: 40px;
    line-height: 50px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 48px 60px;
  }
  .feature_product_wrapper h2 {
    font-size: 40px;
  }
  /* ----sponser_data---- */
  .sponser_data {
    gap: 32px;
    padding: 56px 60px;
  }
  .sponser_data_wrapper h2 {
    font-size: 40px;
  }
  /* ----about_us---- */
  .about_us {
    padding: 56px 60px;
  }
  .about_us_wrap h2 {
    font-size: 40px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 60px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 56px 60px;
  }
  .contact_us h2 {
    font-size: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .main_section {
    padding: 50px 40px 132px 40px;
  }
  .main_wrapper h1 {
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 48px;
  }
  /* ----count_div---- */
  .count_div {
    padding: 0 40px;
  }
  .count_div_wrap div h2 {
    font-size: 36px;
  }
  /* ----Services---- */
  .services {
    margin-top: 120px;
    padding: 40px 0 40px 40px;
  }
  .services .heading_div {
    padding-right: 40px;
  }
  .services .heading_div h2 {
    font-size: 36px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 50px 40px 75px 40px;
    gap: 32px;
  }
  .whom_we_served .heading_div h2 {
    font-size: 36px;
    line-height: 50px;
  }
  .whom_we_served_imgs {
    gap: 24px;
  }
  /* ------why_choose_us------- */
  .why_choose_us_wrapper {
    padding: 40px;
  }
  .features {
    gap: 20px;
  }
  .why_choose_us_wrapper h2 {
    font-size: 36px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 48px 40px;
  }
  .feature_product_wrapper {
    margin-top: 44px;
  }
  .feature_product_wrapper h2 {
    font-size: 36px;
    margin-bottom: 32px;
  }
  .feature_product_wrappers {
    gap: 20px;
  }
  .feature_product_wrappers div {
    padding: 18px;
  }
  /* ----sponser_data---- */
  .sponser_data {
    gap: 32px;
    padding: 48px 40px;
  }
  .sponser_data_wrapper h2 {
    font-size: 36px;
  }
  .sponser_data_div h4 {
    font-size: 22px;
  }
  /* ----about_us---- */
  .about_us {
    padding: 48px 40px;
    gap: 32px;
  }
  .about_us_wrap h2 {
    font-size: 36px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 40px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 48px 40px;
    padding: 40px 24px;
  }
  .contact_us h2 {
    font-size: 36px;
  }
  .contact_us p {
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main_section {
    padding: 40px 32px 62px 32px;
    background-image: linear-gradient(
        5.94deg,
        #43070a 11.57%,
        rgba(67, 7, 10, 0) 33.43%
      ),
      linear-gradient(358.07deg, rgba(67, 7, 10, 0) 19.99%, #43070a 92.44%),
      url("../images/Img_main_banner.png");
  }
  .main_wrapper h1 {
    margin-bottom: 8px;
    font-size: 32px;
    line-height: 44px;
  }
  .main_wrapper p {
    margin-bottom: 20px;
  }
  /* ----count_div---- */
  .count_div {
    position: relative;
    padding: 0;
    bottom: 0;
  }
  .count_div_wrap {
    border-radius: 12px;
    background: white;
    width: 100%;
    backdrop-filter: blur(70px);
    box-shadow: none;
    margin-top: 100px;
    display: flex;
    padding: 16px 20px;
    gap: 20px;
  }
  .count_div_wrap div {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }
  .count_div_wrap div:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .count_div_wrap div:nth-child(3) {
    border-right: none;
  }
  .count_div_wrap div h2 {
    font-size: 32px;
  }
  /* ----Services---- */
  .services {
    margin-top: 80px;
    padding: 40px 0 40px 32px;
  }
  .services .heading_div {
    padding-right: 32px;
    margin-bottom: 24px;
  }
  .services .heading_div h2 {
    font-size: 32px;
  }
  .services .slider-buttons {
    gap: 22px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 50px 32px 75px 32px;
    gap: 28px;
  }
  .whom_we_served .heading_div h2 {
    font-size: 32px;
    line-height: 40px;
  }
  .whom_we_served_imgs {
    gap: 24px;
  }
  .whom_we_served_imgs .not_show {
    display: none;
  }
  .whom_we_served_imgs img {
    height: 28px;
  }
  /* ------why_choose_us------- */
  .why_choose_us {
    flex-direction: column;
  }
  .why_choose_us_img,
  .why_choose_us_wrapper {
    width: 100%;
  }
  .why_choose_us_wrapper {
    padding: 40px;
  }
  .why_choose_us_wrapper h2 {
    font-size: 32px;
  }
  .features {
    gap: 20px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 48px 32px;
  }
  .feature_product_wrapper {
    margin-top: 44px;
  }
  .feature_product_wrapper h2 {
    font-size: 32px;
    margin-bottom: 28px;
  }
  .feature_product_wrappers {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
  }
  .feature_product_wrappers div {
    padding: 18px;
  }
  .feature_product_wrappers div h4 {
    margin-bottom: 28px;
  }
  /* ----sponser_data---- */
  .sponser_data {
    flex-direction: column;
    gap: 32px;
    padding: 48px 32px;
  }
  .sponser_data_wrapper {
    max-width: 100%;
  }
  .sponser_data_wrapper h2 {
    font-size: 32px;
    line-height: 100%;
  }
  .sponser_data_wrapper p {
    margin-bottom: 26px;
  }
  .sponser_data_div {
    width: 360px;
  }
  .sponser_data_div h4 {
    font-size: 20px;
    line-height: 150%;
  }
  /* ----about_us---- */
  .about_us {
    padding: 48px 32px;
    flex-direction: column;
    gap: 24px;
  }
  .about_us img {
    width: 100%;
  }
  .about_us_wrap {
    width: 100%;
  }
  .about_us_wrap h2 {
    font-size: 32px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 32px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 48px 32px;
    padding: 40px 24px;
  }
  .contact_us h2 {
    font-size: 32px;
    line-height: 100%;
  }
  .contact_us p {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 32px;
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .main_section {
    padding: 40px 20px 32px 20px;
    background-image: linear-gradient(
        5.94deg,
        #43070a 11.57%,
        rgba(67, 7, 10, 0) 33.43%
      ),
      linear-gradient(358.07deg, rgba(67, 7, 10, 0) 19.99%, #43070a 92.44%),
      url("../images/Img_main_banner.png");
  }
  .main_wrapper h1 {
    margin-bottom: 8px;
    font-size: 28px;
    line-height: 36px;
  }
  .main_wrapper p {
    margin-bottom: 20px;
    color: #dbdbdb;
    font-size: 16px;
  }
  /* ----count_div---- */
  .count_div {
    position: relative;
    padding: 0;
    bottom: 0;
  }
  .count_div_wrap {
    border-radius: 12px;
    background: white;
    width: 100%;
    backdrop-filter: blur(70px);
    box-shadow: none;
    margin-top: 131px;
    display: flex;
    padding: 16px 20px;
    gap: 20px;
  }
  .count_div_wrap div {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }
  .count_div_wrap div:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .count_div_wrap div:nth-child(3) {
    border-right: none;
  }
  .count_div_wrap div h2 {
    font-size: 28px;
    line-height: 120%;
  }
  .count_div_wrap div p {
    font-size: 14px;
    font-weight: 300;
  }
  /* ----Services---- */
  .services {
    margin-top: 80px;
    background-image: url("../images/Ic_service_bg_mobile.png");
    padding: 32px 0 32px 20px;
  }
  .services .heading_div {
    padding-right: 20px;
    margin-bottom: 24px;
  }
  .services .heading_div h2 {
    font-size: 28px;
  }
  .services .slider-buttons {
    gap: 12px;
  }
  .services .slider-buttons div img {
    height: 28px;
    width: 28px;
  }
  .slick-track {
    gap: 16px;
  }
  .service_card {
    padding: 32px 24px;
  }
  .service_card img {
    margin-bottom: 32px;
    width: 32px;
    height: 32px;
  }
  .service_card_detail h3 {
    font-size: 18px;
  }
  .service_card_detail p {
    font-size: 18px;
  }
  .service_card_detail ul li {
    font-size: 16px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 40px 20px 65px 20px;
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .whom_we_served .heading_div h2 {
    font-size: 28px;
    line-height: 100%;
  }
  .whom_we_served_imgs {
    gap: 30px;
    justify-content: center;
  }
  .whom_we_served_imgs .not_show {
    display: none;
  }
  .whom_we_served_imgs img {
    height: 28px;
  }
  /* ------why_choose_us------- */
  .why_choose_us {
    flex-direction: column;
  }
  .why_choose_us_img {
    width: 100%;
  }
  .why_choose_us_wrapper {
    width: 100%;
    background: #fa5c36;
    padding: 24px 16px;
  }
  .why_choose_us_wrapper h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .features {
    gap: 20px;
  }
  .feature-box img {
    width: 32px;
  }
  .feature-box {
    padding: 12px;
    gap: 20px;
  }
  .feature-box h3 {
    font-size: 18px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 40px 20px;
  }
  .feature_product_wrapper {
    margin-top: 40px;
  }
  .feature_product_wrapper h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .feature_product_wrappers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
  }
  .feature_product_wrappers div {
    padding: 16px;
  }
  .feature_product_wrappers div h4 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 150%;
  }
  /* ----sponser_data---- */
  .sponser_data {
    flex-direction: column;
    gap: 24px;
    padding: 32px 20px;
  }
  .sponser_data_wrapper {
    max-width: 100%;
  }
  .sponser_data_wrapper h2 {
    font-size: 28px;
    line-height: 100%;
  }
  .sponser_data_wrapper p {
    margin-bottom: 24px;
  }
  .sponser_data_div {
    width: 330px;
  }
  .sponser_data_div h4 {
    font-size: 18px;
    line-height: 150%;
  }
  /* ----about_us---- */
  .about_us {
    padding: 40px 20px;
    flex-direction: column;
    gap: 24px;
  }
  .about_us img {
    width: 100%;
  }
  .about_us_wrap {
    width: 100%;
  }
  .about_us_wrap h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .about_us_wrap h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .about_us_description {
    margin-bottom: 24px;
  }
  .about_us_description p {
    font-size: 16px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 20px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 40px 20px;
    padding: 40px 20px;
    align-items: flex-start;
  }
  .contact_us h2 {
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .contact_us p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }
}
@media only screen and (min-width: 280px) and (max-width: 575px) {
  .main_section {
    padding: 40px 16px 32px 16px;
    background-image: linear-gradient(
        5.94deg,
        #43070a 11.57%,
        rgba(67, 7, 10, 0) 33.43%
      ),
      linear-gradient(358.07deg, rgba(67, 7, 10, 0) 19.99%, #43070a 92.44%),
      url("../images/Img_main_banner.png");
  }
  .main_wrapper h1 {
    margin-bottom: 8px;
    font-size: 24px;
    line-height: 36px;
  }
  .main_wrapper p {
    margin-bottom: 20px;
    color: #dbdbdb;
    font-size: 16px;
  }
  /* ----count_div---- */
  .count_div {
    position: relative;
    padding: 0;
    bottom: 0;
  }
  .count_div_wrap {
    border-radius: 12px;
    background: white;
    width: 100%;
    backdrop-filter: blur(70px);
    box-shadow: none;
    margin-top: 131px;
    display: flex;
    padding: 16px;
    gap: 16px;
  }
  .count_div_wrap div {
    width: 25%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 0;
  }
  .count_div_wrap div:nth-child(2) {
    border-right: none;
    border-left: none;
  }
  .count_div_wrap div:nth-child(3) {
    border-right: none;
  }
  .count_div_wrap div h2 {
    font-size: 24px;
    line-height: 120%;
  }
  .count_div_wrap div p {
    font-size: 14px;
    font-weight: 300;
  }
  /* ----Services---- */
  .services {
    margin-top: 80px;
    background-image: url("../images/Ic_service_bg_mobile.png");
    padding: 32px 0 32px 16px;
  }
  .services .heading_div {
    padding-right: 16px;
    margin-bottom: 24px;
  }
  .services .heading_div h2 {
    font-size: 24px;
    line-height: 100%;
  }
  .services .slider-buttons {
    gap: 12px;
  }
  .services .slider-buttons div img {
    height: 24px;
    width: 24px;
  }
  .slick-track {
    gap: 16px;
  }
  .service_card {
    padding: 32px 24px;
  }
  .service_card img {
    margin-bottom: 32px;
    width: 32px;
    height: 32px;
  }
  .service_card_detail h3 {
    font-size: 18px;
  }
  .service_card_detail p {
    font-size: 18px;
  }
  .service_card_detail ul li {
    font-size: 16px;
  }
  /* ----whom_we_served---- */
  .whom_we_served {
    padding: 40px 16px 65px 16px;
    gap: 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .whom_we_served .heading_div h2 {
    font-size: 24px;
    line-height: 100%;
  }
  .whom_we_served_imgs {
    gap: 24px;
  }
  .whom_we_served_imgs .not_show {
    display: none;
  }
  .whom_we_served_imgs img {
    height: 24px;
  }
  /* ------why_choose_us------- */
  .why_choose_us {
    display: flex;
    flex-direction: column;
  }
  .why_choose_us_img {
    width: 100%;
  }
  .why_choose_us_wrapper {
    width: 100%;
    background: #fa5c36;
    padding: 24px 16px;
  }
  .why_choose_us_wrapper h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .features {
    gap: 16px;
  }
  .feature-box img {
    width: 32px;
  }
  .feature-box {
    padding: 12px;
    gap: 20px;
  }
  .feature-box h3 {
    font-size: 18px;
  }
  /* ----feature_product----- */
  .feature_product {
    padding: 40px 16px;
  }
  .feature_product_wrapper {
    margin-top: 40px;
  }
  .feature_product_wrapper h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .feature_product_wrappers {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    column-gap: 16px;
    row-gap: 24px;
  }
  .feature_product_wrappers div {
    padding: 16px;
  }
  .feature_product_wrappers div h4 {
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 150%;
  }
  /* ----sponser_data---- */
  .sponser_data {
    flex-direction: column;
    gap: 24px;
    padding: 32px 16px;
  }
  .sponser_data_wrapper {
    max-width: 100%;
  }
  .sponser_data_wrapper h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 12px;
  }
  .sponser_data_wrapper p {
    margin-bottom: 24px;
  }
  .sponser_data_div {
    width: 280px;
  }
  .sponser_data_div h4 {
    font-size: 18px;
    line-height: 150%;
  }
  /* ----about_us---- */
  .about_us {
    padding: 40px 16px;
    flex-direction: column;
    gap: 24px;
  }
  .about_us img {
    width: 100%;
  }
  .about_us_wrap {
    width: 100%;
  }
  .about_us_wrap h2 {
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 24px;
  }
  .about_us_wrap h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .about_us_description {
    margin-bottom: 24px;
  }
  .about_us_description p {
    font-size: 16px;
  }
  /* ----airport_img---- */
  .airport_img {
    padding: 0 16px;
  }
  /* ----contact_us---- */
  .contact_us {
    margin: 40px 16px;
    padding: 40px 20px;
    align-items: flex-start;
  }
  .contact_us h2 {
    font-size: 24px;
    line-height: 120%;
    margin-bottom: 12px;
  }
  .contact_us p {
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 32px;
  }
}
