@import url('https://fonts.googleapis.com/css2?family=Kantumruy+Pro:ital,wght@0,100..700;1,100..700&display=swap');

@font-face {
  font-family: 'Font Awesome 6 Free';
  src: url(/assets/lips/webfonts/fa-solid-900.ttf);
  font-weight: 900;
  font-style: normal;
}

section {
  overflow-x: hidden;
  overflow-y: hidden !important;
}

body {
  font-family: "Kantumruy Pro", sans-serif;
  background-color: var(--my-color-bg);
}

:root,
[data-theme="light"] {
  --my-color-primary: #669955;
  --my-color-secondary: #80C56D;
  --my-color-subtle: #95D385;
  --my-color-bg: #eee;
  --my-color-text: #000;
  --my-color-header: #ffff;
  --my-color-footer: #ffff;
  --my-bg-contactus: #729268;
  --my-color-icon: #ffff;
  --my-qoute-color: #ffff;
  --my-bgcolor-sys: #fff;
  --my-color-primary-default: #669955;
  --my-color-primary-mode: #669955;
  --my-card-default-blur-bg: rgba(255, 255, 255, 0.7);
  --my-card-default-blur-border: rgba(255, 255, 255, 0.25);
  --my-card-default-blur-backdrop: blur(2px);
  --hero-banner-bustransport-image: url('../images/bus-tran-hero.png');
  --my-color-hover-default: #2a9a04;
}

[data-theme="dark"] {
  --my-color-primary: #446633;
  --my-color-secondary: #55894D;
  --my-color-subtle: #6B9C66;
  --my-color-bg: #222;
  --my-color-text: #fff;
  --my-color-header: #222;
  --my-color-footer: #222;
  --my-bg-contactus: #222;
  --my-qoute-color: #0000;
  --my-bgcolor-sys: #444;
  --my-color-primary-default: #fff;
  --my-color-primary-mode: #7DAF4A;
  --my-card-default-blur-bg: rgba(0, 0, 0, 0.7);
  --my-card-default-blur-border: rgba(0, 0, 0, 0.35);
  --my-card-default-blur-backdrop: blur(2px);
  --hero-banner-bustransport-image: url('../images/bus-tran-hero-dark.png');
  --my-color-hover-default: #5cff26;
}

img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

/* backtotop */
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 80px !important;
  z-index: 99999;
  background-color: var(--my-color-primary);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

/* Chat Bot */
.chat-bot {
  position: fixed;
  right: 15px;
  bottom: 15px !important;
  z-index: 99999;
  background-color: var(--my-color-primary);
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chat-contain {
  position: relative;
  width: 350px;
  height: 70vh;
}

.my-send-text {
  position: absolute;
  bottom: 0;
}

.my-input-textarea {
  resize: none;
}

.chat-bot-icon {
  color: #999;
}

.chat-bot-icon:hover {
  color: var(--my-color-primary);
}

.choose-us-icon {
  width: 150px;
  height: 100px;
}

.choose-us-text {
  font-size: 18px;
}

.choose-us-icon img {
  width: 50% !important;
  object-fit: contain !important;
}

.dropdown-menu-blur {
  background: rgb(237, 237, 237, .1);
  backdrop-filter: blur(10px);
}

/* Background and Text Colors */
.my-main-bg {
  background-color: var(--my-color-bg);
}

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

.bg-body-my-main {
  background-color: var(--my-color-header);
}

.bg-body-my-tertiary {
  background-color: var(--my-color-footer) !important;
}

.bg-my-secondary {
  background-color: var(--my-color-secondary);
}

.bg-my-subtle {
  background-color: var(--my-color-subtle);
}

.bg-my-qoute-color {
  background-color: var(--my-qoute-color);
}

.bg-my-default {
  background-color: var(--my-bgcolor-sys);
}

.text-my-primary {
  color: var(--my-color-primary);
}

.text-color-icon {
  color: var(--my-color-icon);
}

.text-color-icon:hover {
  color: #1c532b;
}

.text-my-default {
  color: var(--my-color-text);
}

.text-my-secondary {
  color: var(--my-color-secondary);
}

.text-my-subtle {
  color: var(--my-color-subtle);
}

.text-my-default {
  color: var(--my-color-text);
}

.text-my-primary-default {
  color: var(--my-color-primary-default);
}

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

a.text-my-primary-mode:hover{
  color: var(--my-color-hover-default)!important;
}

.text-my-dark-light:hover {
  color: #fff !important;
}

/* Buttons */
.btn-my-primary {
  color: #fff;
  background-color: var(--my-color-primary);
  border-color: var(--my-color-primary);
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-my-primary:hover {
  color: #fff;
  background-color: #5a884b;
}

.btn-my-secondary {
  color: var(--my-color-text);
  background-color: var(--my-color-secondary);
  border-color: var(--my-color-secondary);
  transition: background-color 0.3s, border-color 0.3s;
}

.btn-my-secondary:hover {
  color: var(--my-color-text);
  background-color: darken(var(--my-color-secondary), 10%);
  border-color: darken(var(--my-color-secondary), 10%);
}

/* Outline Buttons */
.btn-my-outline-primary {
  color: var(--my-color-primary);
  background-color: transparent;
  border-color: var(--my-color-primary);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-my-outline-primary:hover {
  color: #fff;
  background-color: var(--my-color-primary);
  border-color: var(--my-color-primary);
}

.btn-my-outline-secondary {
  color: var(--my-color-secondary);
  background-color: transparent;
  border-color: var(--my-color-secondary);
  transition: background-color 0.3s, border-color 0.3s, color 0.3s;
}

.btn-my-outline-secondary:hover {
  color: #fff;
  background-color: var(--my-color-secondary);
  border-color: var(--my-color-secondary);
}

/* Border */
.border-my-primary {
  border-color: var(--my-color-primary);

}

input:focus,
textarea:focus {
  border: 1px solid var(--my-color-bg) !important;
}

.fs-1-minimium {
  font-size: 17px;
}

.fs-1-maximium {
  font-size: 18px;
}

/* navtop */
.navtop {
  width: 100%;
  height: 60px;
  background-color: var(--my-color-bg);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;

}

.navbar.scrolled {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 996;
  transition: top 0.3s;
}

.navbar {
  background-color: var(--my-color-bg) !important;
  top: 60px;
  transition: top 0.3s ease-in-out;
}

.navbar.scrolled-top {
  top: 0;
}

.dropdown-menu-color {
  background-color: var(--my-color-bg);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

.my-lan-color {
  color: var(--my-color-primary-mode) !important;
}

.my-lan-color:hover {
  color: #fff !important;
}

@media screen and (min-width: 1024px) {
  .btn-hover-grop {
    position: relative;
  }

  .btn-hover-grop:hover .dropdown-hover-item {
    display: block !important;
    margin-top: 5px;
    right: 0;
    position: absolute;
    animation: dropdownAnimation 0.4s;
  }

  .overlay-disabled {
    width: 40px;
    height: 70px;
    background-color: transparent;
    top: -10%;
    left: -5%;
  }
}

@media(max-width: 1199px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 16px !important;
    color: var(--my-color-primary) !important;
    font-weight: 600;
  }
}

.navbar .navbar-toggler {
  color: #95D385 !important;
  border-color: var(--my-color-secondary) !important;
  border-width: 2px;
}

.navbar-toggler-icon {
  filter: invert(48%) sepia(53%) saturate(488%) hue-rotate(82deg) brightness(96%) contrast(91%) !important;

}

@media (min-width:1200px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 17px !important;
    color: var(--my-color-primary-mode) !important;
    font-weight: 600;
  }

  .navbar-nav .nav-item .nav-link:hover {
    color: var(--my-color-primary-mode) !important;

  }

  .navbar .navbar-nav .nav-item {
    padding: 0 8px;
  }

  .navbar .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    animation: dropdownAnimation 0.4s;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu {
    min-width: 200px;
    top: 35px;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 10px 20px;
    display: block;
    font-size: 16px;
    font-weight: 600;
  }

  .navbar .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--my-color-secondary);
    color: var(--my-color-text);
    color: #fff;
  }

  .navbar .navbar-nav .dropdown .dropdown-item:hover+.dropdown-menu {
    display: block;
    left: calc(-100%);
    animation: dropdownAnimation 0.4s;
  }

  @keyframes dropdownAnimation {
    from {
      transform: translateY(15px);
    }

    to {
      transform: translateY(0px);
    }
  }
}

@media (min-width: 1200px)and (max-width: 1400px) {
  .navbar-nav .nav-item .nav-link {
    font-size: 13px !important;
    color: var(--my-color-primary) !important;
    font-weight: 600;
  }
  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }
  .btn {
    padding: 0.5rem 1rem; 
  }
  .bi {
    font-size: 1.5rem; 
  }
  .modal-dialog {
    max-width: 90%; 
  }

  .offcanvas-body {
    padding: 1rem; 
  }
  .services .card-title .title-service{
    font-size: 20px!important;
  }

  .services .card-title .text{
    font-size: 16px!important;
  }
  .feedback .feedback-decription{
    font-size: 16px!important;
  }
  .choose-us-text{
    font-size: 15px!important;
  }
}

.alert-customize {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1050;
}

.navbar .navbar-toggler {
  color: #95D385 !important;
  border-color: var(--my-color-secondary) !important;
  border-width: 2px;
}

.navbar-toggler-icon {
  filter: invert(48%) sepia(53%) saturate(488%) hue-rotate(82deg) brightness(96%) contrast(91%) !important;
}

.navbar-nav .nav-item .nav-link:hover {
  color: var(--my-color-hover-default)!important;
}

.navbar {
  border-top: 3px solid var(--my-color-primary);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);

}

.notificaton-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #ffff;
  border: 1px solid #669955;
  border-radius: 50%;
}

.dropdown-menu .dropdown-item {
  font-size: 18px;
  color: var(--my-color-primary-mode);
}

.my-offcanvas-image {
  width: 100px;

}

.my-offcanvas-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dropdown-menu-color {
  --bs-dropdown-link-active-bg: var(--my-color-subtle) !important;
}

.dropdown-item:hover {
  background-color: #669955 !important;
}

.dropdown-item:hover i,
.dropdown-item:hover span {
  color: #fff;
}

.user-profile {
  width: 100%;
  height: 100%;
}

.nav-item-acc-after {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav-item-acc-after::after {
  content: '>';
}

.image-profile {
  width: 35px;
  height: 35px;
}

.image-profile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #4ae716;
}

.online {
  width: 9px;
  height: 9px;
  background-color: #4ae716;
  border-radius: 50%;
}

.notification-badge {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  right: 2px;
  background-color: red;
  color: white;
  border-radius: 50%;
}
/* herobaner */
.hero-baner {
  width: 100%;
  height: 600px;
  background-image: url(../images/pikaso_texttoimage_35mm-film-photography-A-luxurious-hero-background-.jpeg);
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.pt-70 {
  padding-top: 60px;
}

/* home page */
.my-home-banner {
  width: 100%;
  height: 650px !important;
  background-repeat: no-repeat;
  background-size: cover;
}

.my-home-overlay {
  width: 100%;
  height: 100%;
  background-color: #000000b5;
  top: 0;
}

.my-service-home {
  transition: 0.7s ease-in;
  height: 100%;
}

.my-service-home:hover p,
.my-service-home:hover h4,
.my-service-home:hover a {
  color: #fff !important;
}

.my-line-home {
  width: 50px;
  height: 3px;
  background-color: var(--my-color-primary);
}

.my-banner-title {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}

/* description */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.my-service-home:hover .my-service-overlay {
  top: 0;
  left: 0;
}

.my-service-home:hover .my-home-line {
  background: #ffff !important;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.swiper-slide-active .my-banner-title {
  animation: fadeInUp 1s ease-in-out;
}

.swiper-slide-active .text-white p {
  animation: fadeInDown 1s ease-in-out;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.swiper-slide-active .btn-my-primary {
  animation: fadeInLeft 1s ease-in-out;
}

.swiper-slide-active .btn-my-outline-primary {
  animation: fadeInRight 1s ease-in-out;
}

/*  */
/* bg-attractive */
.large-header {
  width: 100%;
  background: #333;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  z-index: 1;
}
#large-header-1 {
  background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg');
}

#large-header-2 {
  background-image: url('https://www.marcoguglie.it/Codepen/AnimatedHeaderBg/demo-1/img/demo-1-bg.jpg');
}

/*  */
.member-card {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.member-card .card-header {
  background-color: #669955;
  color: white;
  text-align: center;
  padding: 20px;
}

.member-card .card-body {
  padding: 20px;
  text-align: center;
}

.pic-member {
  display: flex;
  justify-content: center;
  align-items: center !important;
  width: 90px;
  height: 90px;
  margin-bottom: 15px;
}

.pic-member img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.member-card h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

.member-card p {
  margin-bottom: 5px;
  color: #777;
}

.member-card hr {
  margin: 10px 0;
}

@media only screen and (max-width: 768px) {
  .demo-1 .main-title {
    font-size: 3em;
  }
}
/* feedbacks*/
.main-feedback {
  border-radius: 50px 5px 5px 5px !important;
}

.feedback-profile {
  top: -70px;
  left: 150px;
  width: 120px;
  border: 2px solid var(--my-color-primary);
}

.o-swiper {
  overflow: visible !important;
}
@media (max-width: 1025px) {
  .feedback-profile {
    left: 100px;
  }
}
@media (max-width:820px) {
  .feedback-profile {
    left: 60px;
  }
}
@media (max-width:566px) {
  .feedback-profile {
    left: 140px;
  }
  .email-text{
    font-size: 17px!important;
  }
}
/* both service home */
.both-service {
  background-color: var(--color-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  width: 100%;
  margin: 100px 0;
}
.border-left-home {
  border-left: 3px solid var(--my-color-primary);
}

.logistic-des {
  top: 85%;
  left: 1%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  opacity: 1;
  width: 100%;
}

.logistic-des::before {
  content: "";
  position: absolute;
  width: 100%;
  background-color: transparent;
  border-top: 10px solid var(--my-color-primary);
  transition: 0.3s ease-in-out;
}
.my-main-logistic{
  overflow: hidden!important;
}
.my-main-logistic:hover .logistic-des {
  opacity: 0;
  cursor: pointer;
}

.logic-overlay {
  position: absolute;
  height: 100%!important;
  width: 96%!important;
  background-color: #0000009f;
  opacity: 1;
  transition: 0.5s ease-in;
  top: 100%;
  left: 2%;
}
.my-main-logistic:hover{
  cursor: pointer;
}
.my-main-logistic:hover .logic-overlay {
  top: 0;
  opacity: 1;
  cursor: pointer;
}
.logistic-img{
  width: 100%!important;	
  height: 450px!important;
}
/* faq */
.accordion-header-primary .accordion-button:not(.collapsed){
  background-color: var(--my-color-primary);
  color: #fff;
}
.accordion-header-primary .accordion-button::after{
  background-image: var(--bs-accordion-btn-icon);
}
.accordion-header-primary .accordion-button{
  background-color: var(--my-color-primary);
  color: #ffff;
}
/* faq page */
.faq-banner{
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.my-nav .nav-tabs .nav-link.active{
  background-color: var(--my-color-secondary);
  color: white;
  border: 0;
}
.my-nav .nav-tabs .nav-link{
  color: #ffff;
  border: 0;
}
/* partnership */
.partnership{
  width: 200px;
}
@media (max-width: 1025px) {
  .partnership {
    width: 150px;
  }
}
@media (max-width: 820px) {
  .partnership {
    width: 100px;
  }
  
}
@media (max-width:450px) {
  .partnership {
    width: 60px;
  }
}
/*  */
.favorite-page {
  width: 100%;
  height: 700px;
  background-image: url(../images/favorite-baner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.overlay-now {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: #2c2a2aa6; */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 1 !important;
}

.customize-index {
  z-index: 1000;
}

/* services  */
.style-frame {
  border-radius: 20px;
  border: 2px solid var(--my-color-primary);
  box-shadow: -5px 0px 0px var(--my-color-primary) !important;
}

.my-border {
  background-color: var(--my-color-bg);
  border-radius: 20px;
  border-top: 4px solid #669955;
  box-shadow: 0px -5px 5px -5px var(--my-color-primary) !important;
}

.services .line {
  width: 200px;
  height: 2px;
  background-color: #669955;
  display: flex;
  align-items: center;
}

.step {
  text-align: center;
  padding: 20px;
}

.step-circle {
  border: 2px solid #669955;
  color: white;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  position: relative;
}

.step-number {
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: var(--my-color-secondary);
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 33% 66% 70% 30%/49% 62% 38% 51%;
}
.pt-70 {
  padding-top: 70px;
}

.logo-thankful {
  max-width: 200px;

}

.thankful {
  width: 100%;
  height: auto;
  font-size: 17px;
  line-height: 30px;
  background-color: var(--my-color-bg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1600' height='800' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
  padding: 40px 0;
}

.thankful-detail {
  line-height: 40px;
}

.card-hover {
  transition: transform 0.3s ease;
}

.card-hover:hover {
  transform: scale(1.05);
}

.service-icon1 {
  width: 90px;

}

.service-icon {
  width: 100px;
  height: 100%;
}

.service-icon {
  width: 100px;
  height: 100%;
}

.step-icon {
  width: 145px;
  border-radius: 100%;
}

/* feedback */
.feedback-section {
  background-color: rgba(69, 74, 76, 0.6);
}

.customer .profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #3f4f3a;
}

.profile img {
  border-radius: 50%;
}

.fa-star {
  color: #facc15;
}


.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* FAQs */
.nav-pill-style .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--my-color-primary);
}

.nav-pill-style .nav-link {
  color: var(--my-color-secondary);
}

/* contact us */
.no-reside {
  height: 200px;
  resize: none;
}

.card-custom {
  height: 350px;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
}

a {
  text-decoration: none;
}

/* footer */
.footer {
  width: 100%;
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 50px;
  /* border-image: fill 0 linear-gradient(#0001,#000); */
}

.footers {
  width: 100%;
  height: 50px;
  background-color: #3f4f3a;
  line-height: 50px;
}

.footer a:hover {
  color: #669955;
}

.contactus span:hover {
  color: #669955;
}

.left-side-img img {
  width: 400px !important;
}

.icon-link {
  transition: 1s;
  border: 2px solid #669955 !important;
}

.icon-link:hover {
  border-radius: 100%;
}

.icon {
  width: 20px !important;
}

.dropdown-menu-shadow {
  background-color: var(--my-bgcolor-sys);
}

/* not showing the validation */
.was-validated .form-control:invalid,
.form-control.is-invalid {
  background-image: none !important;
}

/* otp form modal */
.opt-box {
  width: 50px;
  text-align: center;
  font-size: 24px;
  outline: none;
  border: 1px solid transparent !important;
}

.opt-box:focus {
  border: 1px solid transparent !important;
}
/* timer countdown otp */
/* team member */
.line-team {
  border-top: 2px solid #80C56D;
}

.our-team {
  width: 100%;
}

.card .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.card .image:hover img {
  transform: scale(1.1);

}

.card .image img {
  transition: 0.5s;
}

.card .image:hover {
  overflow: hidden;
  position: relative;

}

.image-fav {
  position: relative;
}

.remove-fav {
  position: absolute;
  top: 15px;
  right: 0px;
  opacity: 0;
  transition: opacity 0.5s ease, right 0.5s ease;
}

.card-fav {
  height: 60px;
}

.fav-icon {
  color: #669955;
}

.fav-icon:hover {
  color: #80C56D;
}

.image-fav:hover .remove-fav {
  opacity: 1;
  right: 15px;
}

.social-hover {
  width: 250px;
  height: 50px;
  background-color: #ffffffcd;
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition: 0.5s;
}


.card .image:hover .social-hover {
  opacity: 1;
  margin-bottom: 30px;
}

.social-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #669955;
}

/* dot animation */
.dot-animation {
  --uib-size: 60px;
  --uib-color: #4ae716;
  --uib-speed: 2.5s;
  --uib-dot-size: calc(var(--uib-size) * 0.18);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: var(--uib-size);
  height: var(--uib-dot-size);
  margin-left: 90px;
}

.dot {
  position: absolute;
  top: calc(50% - var(--uib-dot-size) / 2);
  left: calc(0px - var(--uib-dot-size) / 2);
  display: block;
  height: var(--uib-dot-size);
  width: var(--uib-dot-size);
  border-radius: 50%;
  background-color: var(--uib-color);
  animation: stream var(--uib-speed) linear infinite both;
  transition: background-color 0.3s ease;
}

.dot:nth-child(2) {
  animation-delay: calc(var(--uib-speed) * -0.2);
}

.dot:nth-child(3) {
  animation-delay: calc(var(--uib-speed) * -0.4);
}

.dot:nth-child(4) {
  animation-delay: calc(var(--uib-speed) * -0.6);
}

.dot:nth-child(5) {
  animation-delay: calc(var(--uib-speed) * -0.8);
}

@keyframes stream {

  0%,
  100% {
    transform: translateX(0) scale(0);
  }

  50% {
    transform: translateX(calc(var(--uib-size) * 0.5)) scale(1);
  }

  99.999% {
    transform: translateX(calc(var(--uib-size))) scale(0);
  }
}

/* form */
.logo-modal {
  width: 150px !important;
}

.left-side-img img {
  width: 400px;
}

input:focus {
  border: 1px solid #eee !important;
}

.icon-link {
  transition: 1s;
  border: 2px solid #669955 !important;
}

.icon-link:hover {
  border-radius: 100%;
}

.icon {
  width: 20px;
}

/* contact-us section*/
.pt-110 {
  padding-top: 110px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-135 {
  padding-top: 135px;
}

.banner-contact-us {
  width: 100%;
  height: 545px;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  margin-bottom: 100px;
}

.overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: #51515173;
}

.icon-star {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.my-color-icon {
  color: #ffff;
}

.line {
  width: 120px;
  height: 3px;
  border-radius: 10px;
  background-color: #ffff;
  opacity: 75%;
}

.contact-us-form {
  margin-bottom: 100px;

}

.contact-us-top {
  width: 100%;
  margin-bottom: 100px;
}

.my-shadow {
  background-color: var(--my-color-bg);
  border-radius: 20px;
  border: 2px solid var(--my-color-primary);
  box-shadow: 5px 0px 0px var(--my-color-primary) !important;

}

.icon-contact {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--my-color-primary);
}

.icon-contact i {
  color: #fff;
}

.border-radius {
  border-radius: .75rem;
}

.text-area-icon {
  display: flex;
  align-items: start;
  padding-top: 10px;
}

.my-color-icon {
  transition: 0.6s ease-in-out;
}

.my-contact-icon:hover {
  color: #ffff;
}

.btn-coustom {
  background: #ffff;
  color: var(--my-color-primary);
  transition: 0.6s ease-in-out;
}

.btn-coustom:hover {
  background: linear-gradient(45deg, #669955 0%, #91d680);
}

.my-type-1 {
  border-radius: 40px 40px 0px 0px;
  border-radius: 40px 0px 40px 0px;

}

.my-type-2 {
  border-radius: 40px 0px 40px 0px;
}

.my-type-3 {
  border-radius: 0px 0px 40px 40px;
  border-radius: 40px 0px 40px 0px;
}

.my-social-hover {
  background: rgb(237, 237, 237, .1);
  backdrop-filter: blur(10px);
  padding: 30px 150px !important;
}

.my-social-icon {
  padding: 20px;
}

.card-pf-img {
  width: 10px;
  height: 450px;
  flex: 1;
  overflow: hidden;
  transition: flex 0.4s ease;
}

.social-hover {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.6s ease;
}

.card-pf-img:hover .social-hover {
  bottom: 20px;
  opacity: 1;
}

.card-pf-img img {
  height: 450px;
  object-fit: cover;
}

.card-pf-img:hover,
.card-pf-img.default-hover {
  flex: 1.3;
  cursor: pointer;
}

.our-profile-img {
  width: 300px;
  left: 35.5%;
  top: 17%;
}

.my-social-icon,
.my-social-icon i {
  transition: 0.6s ease;
}

.my-social-icon:hover {
  background-color: var(--my-color-primary) !important;
}

.my-social-icon:hover i {
  color: #ffff !important;
}

.my-descrition {
  width: 400px;
  left: 20px;
  top: -25px;
}

.my-qoute-border {
  width: 400px;
  height: 200px;
  border: 5px solid var(--my-color-primary);
}

.myprofile-name {
  top: -110px;
  left: 200px;
  border-radius: 30px 0 30px 0;
}

.my-quote {
  margin-top: 30px;
}

.my-quote {
  width: 450px;
  margin-left: 135px;
}

.skills {
  width: 450px;
  margin: 50px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: 135px;
}

.skill {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.skill-name {
  width: 100px;
  font-size: 18px;
  margin-right: 10px;
}

.skill-bar {
  flex-grow: 1;
  background-color: #ddd;
  height: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.skill-progress {
  height: 100%;
  width: 0;
  background-color: var(--my-color-primary);
  transition: width 1.5s ease-in-out;
}

.skill-percent {
  width: 50px;
  text-align: right;
  margin-left: 10px;
  font-size: 16px;
  color: #666;
}

@media (max-width:1199px) {

  .my-quote,
  .skills {
    width: 500px;
    margin: auto;
  }

  .my-quote {
    margin-top: 30px;
  }

  .our-profile-img {
    left: 60%;
    top: 0%;
  }

  .my-descrition {
    top: -15px;
  }

  .myprofile-name {
    top: -100px;
  }

  .social-hovers {
    bottom: 30px !important;
    right: 0% !important;/
  }

  .card-pf-img:hover .social-hovers {
    left: 70% !important;
    opacity: 1;
  }

  .my-social-hover {
    width: 40px !important;
    height: auto !important;
    padding: 30px !important;
    transform: translate(10%, 10%);
  }

  .my-social-icon {
    margin-left: -20px;
  }

}

@media (max-width:440px) {

  .my-quote,
  .skills {
    width: 300px;
    margin: auto;
  }

  .my-left-skills {
    margin-top: 320px;
  }

  .my-qoute-border {
    width: 330px;
    height: 180px;

    margin-left: 20px;
  }

  .my-descrition {
    width: 330px;
  }

  .our-profile-img {
    left: 14%;
    top: 25.5%;
  }

  .myprofile-name {
    top: -90px;
  }

  .my-profile-name {
    font-size: 16.5px !important;
  }

  .card-pf-img:hover .social-hovers {
    left: 50% !important;
    opacity: 1;
  }
}

/* about-company */
.about-company {
  width: 100%;
  margin-bottom: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.left-side-company {
  margin-top: 100px;
}

.line-style {
  width: 110px;
  height: 5px;
  border-radius: 16px 0 16px 0;
  background-color: var(--my-color-primary);
}

.banner-com-1,
.banner-com-2,
.award-part,
.bus-img {
  max-width: 280px !important;
}

.bus-img {
  margin-top: 115px;
}

.staff-info {
  left: -80px;
  top: -30px;
}

.customer-info {
  width: 120px;
  height: 120px;
  left: 80%;
  top: -10%;
  padding: 8px;
}

.inside-circle {
  width: 120px;
  height: 120px;
}

.wave {
  margin-top: -80px;
}

.company {
  margin-bottom: 110px;
}

.office {
  width: 300px;
}

.company-history {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: darken;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin-bottom: 70px;
}

.timeline {
  position: relative;
}

.timeline::before {
  content: "";
  position: absolute;
  background-color: lightgrey;
  width: 1px;
  height: 153px;
  left: -20px;
}

.timeline::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 0.5px;
  left: -20px;
  top: -20px;
  background-color: lightgrey;
}

.timeline-img {
  width: 500px;
}

.line-overlay {
  width: 100%;
  height: 10px;
  background-color: lightgrey;
  position: relative;
  margin-left: -40px;
}

.line-overlay::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background-color: var(--my-color-secondary);
}

.plan {
  width: 300px;
}

.titleTop {
  top: -32px;
  left: 4px;
  font-size: 16px;
  font-weight: 600;
  color: var(--my-color-subtle) !important;
}

.award-1 {
  width: 100%;
  overflow: hidden;
}

.award-1 img {
  transition: 0.7s ease-in-out;
}

.award-2 {
  width: 100%;
  overflow: hidden;
}

.award-2 img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: 0.7s ease-in-out;
}

.mb {
  margin-bottom: 22px;
}

.award-hover {
  width: 100%;
  background-color: #0000006d;
  opacity: 0;
  transition: 0.7s;
}

.award-1:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.award-1:hover .award-hover {
  opacity: 1;
  margin-top: -68px;
  cursor: pointer;
}

.award-2:hover img {
  transform: scale(1.1);
  cursor: pointer;
}

.award-2:hover .award-hover {
  opacity: 1;
  margin-top: -68px;
  cursor: pointer;
}

/* notification section */
.nav-notification {
  width: 350px;
}

.nav-notification .nav-link {
  color: var(--my-color-text);
}

.nav-notification .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: transparent;
  color: var(--my-color-text);
  font-weight: bold;
}

.my-badge {
  font-size: 10px;
}

.btn-notifications::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  left: 100%;
  top: 7px;
  background-color: #6C757D;
}

.notification-img-2 {
  width: 50px;
  height: 50px;
}

.dot-online {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #25d366;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  left: 32px;
  top: 32px;
}
.icon-dot-three{
  margin-top: -30px;
}

.timer {
  font-size: 10px;
}

.cursor:hover {
  cursor: pointer;
}

/* favorite section page */
.my-favorite-banner {
  width: 100%;
  height: 300px;
  background-color: var(--my-color-subtle);
}

/* trending service section */

.margin-img {
  margin-top: 80px;
}

.truck-position {
  top: -50px;
  left: 192px;
  height: 40px;
  border: 3px solid var(--my-color-primary);
  border-bottom: transparent;
  border-radius: 100px 100px 0 0;
}

.box-my-style {
  border: 3px solid var(--my-color-primary);
  height: 140px;
  width: 300px;
}

.box-my-style-position {
  width: 300px;
  right: 15px;
  top: -10px;
}

.ms-100 {
  margin-left: 60px;
}

/* second style */
.my-box-position {
  top: 13px;
  left: 15px;
}

.my-truck-position {
  top: 145px;
  left: 225px;
  border: 3px solid var(--my-color-primary);
  border-bottom: transparent;
  border-radius: 100px 100px 0 0;
  transform: rotate(180deg);
}

.my-tranform {
  transform: rotate(-180deg);
}

/* new section in trending page */
.my-img-delivery {
  width: 100%;
  height: 320px;
  border: 5px solid var(--my-color-primary);
  overflow: hidden;
}

.border-flower-1,
.border-flower-4 {
  border-radius: 5px 200px 5px 200px;
}

.border-flower-2,
.border-flower-3 {
  border-radius: 200px 5px 200px 5px;
  background-color: var(--my-color-primary);
}

.my-img-position-trend-1 {
  right: 15px;
  bottom: 10px;
}

.my-img-position-trend-2 {
  left: 15px;
  bottom: 10px;
}

.my-img-position-trend-3 {
  right: 15px;
  top: 10px;
}

.my-img-position-trend-4 {
  left: 15px;
  top: 10px;
}

.my-trend-hover {
  opacity: 0;
  bottom: 0px;
  right: 18px;
  background-color: rgba(0, 0, 0, 0.386);
  transition: 0.5s ease-in-out;
  border-radius: 5px 50px 5px 50px;
}

.my-trending-hover:hover .my-trend-hover {
  border-radius: 5px 200px 5px 180px;
  opacity: 1;
  bottom: 10px;
  cursor: pointer;
}

.my-trend-hover-1 {
  opacity: 0;
  bottom: 0px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.386);
  transition: 0.5s ease-in-out;
  border-radius: 5px 50px 5px 50px;
}

.my-trending-hover:hover .my-trend-hover-1 {
  border-radius: 210px 5px 150px 5px;
  opacity: 1;
  bottom: 10px;
  cursor: pointer;
}

.my-trend-hover-2 {
  opacity: 0;
  bottom: -23px;
  right: 15px;
  background-color: rgba(0, 0, 0, 0.386);
  transition: 0.5s ease-in-out;
  border-radius: 5px 50px 5px 50px;
}

.my-trending-hover:hover .my-trend-hover-2 {
  border-radius: 180px 5px 210px 5px;
  opacity: 1;
  bottom: -28px;
  cursor: pointer;
}

.my-trend-hover-3 {
  opacity: 0;
  bottom: -23px;
  left: 15px;
  background-color: rgba(0, 0, 0, 0.386);
  transition: 0.5s ease-in-out;
  border-radius: 5px 50px 5px 50px;
}

.my-trending-hover:hover .my-trend-hover-3 {
  border-radius: 5px 180px 5px 210px;
  opacity: 1;
  bottom: -25px;
  cursor: pointer;
}

@media (max-width: 1199px) {
  .my-trend-hover-2 {
    left: 0px;
  }

  .my-trend-hover-3 {
    right: 0px;
  }
}

/* blog or read more */
.heart-icon {
  cursor: pointer;
  transition: color 0.3s ease;
}

.heart-icon i.fa-solid {
  color: red;
}

.nav-link-hover {
  color: var(--my-color-text);
}

.more-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/* bus e-ticker */
.my-logo-ticket {
  width: 120px;
}

.my-ticket-line {
  width: 190px;
  height: 2px;
}

.my-e-ticket::after {
  content: "";
  height: 340px;
  border-right: 2px dashed lightgrey;
  position: absolute;
  left: 100%;
  top: 6px;
  z-index: 3;
}

.my-card-ticket {
  height: 350px;
}

.modal-backdrop {
  z-index: 3 !important;
}

@media (max-width: 1024px) {
  .staff-info {
    left: 0;
    right: 0;
    top: -80px;
    transform: none;
  }

  .line-style {
    margin: auto;
  }

  .customer-info {
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
  }

  .left-side-company {
    margin-top: 50px;
    text-align: center;
  }

  .wave {
    margin-top: 0;
  }

  .timeline::after {
    display: none;
  }

  .timeline::before {
    display: none;
  }
}

/* Page express_logistic*/
/* SectionExpress Hero Banner */
.hero-banner-express {
  background-image: url(../images/map-logistic1.png);
  background-size: cover;
}

.foreimage-hero {
  position: relative;
  z-index: 2;
  width: 100%;
  height: auto;
}

/*SectionExpress Why Choose Us*/
.card-customize {
  background-color: var(--my-bgcolor-sys);
}

.card-customize:hover {
  background-color: var(--my-color-primary);
  color: #fff;
}

.card-customize:hover .card-body {
  color: var(--color-text);
}

.card-customize:hover .display-10-customize {
  color: var(--color-text)!important;
  transition:  .5s ease-in-out;
}

.display-10-customize {
  font-size: 80px !important;
  color: var(--color-primary);
}

/* SectionExpress Our Service */
.bg-rounded-my-customize {
  width: 200px;
}

.card-swiper-customize {
  background-color: var(--my-bgcolor-sys) !important;
  color: var(--my-color-text);
}

/* SectionExpress Support */
.support-section {
  height: 450px;
  background-image: url(../images/support-24h.png);
  background-position: top;
  background-attachment: fixed;
  background-size: cover;
}

/* SectionExpress Process Work */
.process-banner {
  background-image: url(../images/Group-10241.png);
  background-size: cover;
}

.card-service-customize {
  position: relative;
  width: 250px;
  height: 250px;
}

.card-service-customize .process-box-customize {
  position: absolute;
  width: 50px;
  height: 50px;
  right: -15px;
  bottom: -15px;
}

/* SectionExpress More Service */
.card-tr-customize {
  width: 100px;
  height: 100px;
  border-radius: 30% 70% 70% 30% / 55% 55% 45% 45%;
}

.card-tr-customize:hover {
  background-color: var(--my-color-secondary);
}

.card-tr-customize:hover .card-text-customize {
  color: #fff !important;
}

.card-tr-customize:hover .rounded-cricle-tr {
  background-color: var(--my-color-subtle);
}

.rounded-cricle-tr {
  width: 40px;
  height: 40px;
}

.card-customize-mode:hover .card-tr-customize {
  background-color: var(--my-color-primary);
}


/* SectionExpress Our Blog */
.img-cusomize-top {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

/* SectionExpress DownMobileApp */
@media screen and (max-width: 1024px) {
  .dw-mb-app {
    background-image: url(../images/appdownload.png);
    background-size: cover;
    background-position: top right;
  }
}

/* Page bus-transportation */
/* SectionTransport Carousel */
.hero-banner-bustransport {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 100px 0 !important;
  background-image: var(--hero-banner-bustransport-image);
  background-size: cover;
}

.card-hero {
  background: var(--my-card-default-blur-bg);
  -webkit-backdrop-filter: var(--my-card-default-blur-backdrop);
  backdrop-filter: var(--my-card-default-blur-backdrop);
  border: 1px solid var(--my-card-default-blur-border);
}

/* SectionTransport Info Booking */
.bg-customize-box {
  width: 50px;
  height: 50px;
  padding: 40px !important;
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70% !important;
  background-color: var(--my-color-primary) !important;
}

/* SectionTransport Destination */
.card-img-des {
  height: 300px !important;
}

.divider-separator {
  width: 70px;
  border: 3px solid var(--my-color-primary);
  opacity: 1 !important;
  border-radius: 50px;
}

/* SectionTransport Why Choose Us */
.icon-text {
  width: 100%;
}

.choose-us-box {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.choose-us-box img {
  width: 50% !important;
  object-fit: contain !important;
}

.text-my-customize {
  width: 80%;
}

/* SectionTransport Our Type */
.tick-before {
  font-size: 20px !important;
}

.tick-before::before {
  content: '\f058';
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
  margin-right: 10px;
  color: var(--my-color-primary);
}

.portfolio {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 350px;
}

.portfolio img {
  transition: transform 0.5s ease;
}

.content-hover {
  width: 90%;
  margin: auto;
  background: rgba(102, 153, 85, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(102, 153, 85, 0.2);
  padding: 30px 0;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 5%;
  opacity: 0;
  transition: 0.5s;

}

.portfolio:hover .content-hover {
  opacity: 1;
}

.portfolio:hover img {
  transform: scale(1.1);
}

.content-hover .content-text {
  text-align: center;
  color: white;
}

/* SectionTransport Discount */
.discount-banner {
  height: 450px;
  overflow: hidden;
}

.img-promotion-half {
  margin-bottom: 20px;
}

.discount-banner1 {
  height: 450px;
}

/* SectionTransport Support Call */
.bg-support-customize {
  height: 450px;
  display: flex;
  align-items: center;
  background-image: url(../images/woman-call-center.jpeg);
  background-position: top;
  background-attachment: fixed;
  background-size: inherit;
}

/* SectionTransport FAQs */
.faqs-banner {
  background-image: url(../images/mydesign-1.png);
  background-size: cover;
}

.accordion-item-customize {
  border-bottom: 0 !important;
  overflow: hidden;
}

.accordion-button-cutomize {
  background-color: transparent !important;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 10px !important;
  margin-bottom: 10px;
}

.accordion-button-cutomize:focus {
  box-shadow: none;
}

.accordion-button-cutomize:not(.collapsed) {
  background-color: #669955 !important;
  color: #fff;
}

.accordion-button-cutomize:not(.collapsed)::after {
  content: '\f068';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  background-image: none;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 14px;
}

.accordion-button-cutomize::after {
  content: '\2b';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  background-image: none;
  font-size: 14px;
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 14px;
}

/* SectionTransport Form FAQ */
.form-faqs-more {
  background-image: url(../images/Group-10241.png);
}

/* Page Setting */
.profile-setting {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}

.overlay-camera-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent black background */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.profile-setting:hover .overlay-camera-image {
  opacity: 1;
}

.form-control.no-resize {
  resize: none;
  height: 200px;
}

.icon-setting-customize {
  width: 30px;
  height: 30px;
  background-color: var(--color-bg);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*  */
.toggle-push-none {
  display: none;
}

.btn-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  background-color: #ddd;
  border-radius: 100px;
  cursor: pointer;
  transition: .2s;
}

.btn-toggle::before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 100px;
  margin: 1px;
  transition: .2s;
}

input:checked+.btn-toggle {
  background-color: var(--my-color-primary);
}

input:checked+.btn-toggle::before {
  transform: translateX(18px);
}

/* Remove spinner number */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


/* Page step-payment*/
.order-summary {
  border-radius: 10px;
}

.order-item {
  border-bottom: 1px solid #e9ecef;
}

.order-item:last-child {
  border-bottom: none;
}

.order-item img {
  width: 80px !important;
  height: 80px !important;
  margin-right: 15px;
  overflow: hidden;
}

.item-details {
  flex-grow: 1;
  max-width: 200px;
}

.input-box-customize {
  width: 50px;
}

.remove-item {
  cursor: pointer;
}

.nav-pills .nav-link-customize {
  width: 100px;
  height: 80px;
  border: 2px solid #eee;
  background-color: transparent;
  color: #ddd;
  border-radius: 10px;
  padding: 20px;
}

.nav-pills .nav-link-customize i {
  color: #ddd;
}

.nav-pills .nav-link-customize.active {
  border-color: var(--my-color-primary);
  color: var(--my-color-primary);
  background-color: transparent !important;
}

.nav-pills .nav-link-customize.active i {
  color: var(--my-color-primary);
}

.img-qr {
  width: 200px !important;
}

.file-input {
  display: none;
}

/* Page tracking-item */
/* Section  */
.icon-track {
  width: 50px;
  height: 50px;
  background-color: #ddd;
  border-radius: 50%;
  transform: translateX(0);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-item .text-container {
  flex-grow: 1;
  overflow-wrap: anywhere;
}

.nav-item-track {
  position: relative;
}

.nav-item-track::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: 2px;
  height: 100%;
  background-color: #ddd;
}

.icon-track.active {
  background-color: #28a745 !important;
  color: #fff !important;
}

.icon-track.completed {
  background-color: #28a745 !important;
  color: #fff !important;
}

.icon-track.current {
  background-color: #f0ad4e !important;
  color: #fff !important;
}

@media screen and (max-width: 567px) {
  .leaflet-routing-alt {
    display: none !important;
  }
}

/* Page privacy-policy */
.policy-collect-icon li::before {
  content: '\f023';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  margin-right: 10px;
  color: var(--my-color-secondary);
}

/* Page branch */
.branch-image {
  border: 2px solid var(--my-color-primary);
}

/* Page promotion */
.img-promotion-container {
  background-image: url(../images/special-packages.png);
  background-size: cover;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.img-promotion-container1 {
  background-image: url(../images/promo-bus1.jpg);
}

.text-blur-dis {
  background: rgba(0, 0, 0, 0.10);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  width: 80%;
  height: 80%;
}