body {
  color: aliceblue;
  font-size: small;
}

#clientsScroll {
  overflow-x: auto;
  cursor: pointer;
}
#clientsScroll::-webkit-scrollbar {
  display: none;
}
.bg_secondary {
  background-color: #0045d712 !important;
  color: #212529;
}
.owl-stage {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.btn_banner {
  padding: 2% 10%;
  background-color: #4380e8;
  border-radius: 50px;
  color: aliceblue;
}

.unstyle_link {
  color: inherit;
  text-decoration: none;
}
.service_tile {
  min-height: 200px;
  background: linear-gradient(45deg, #d344a2, #fc5a6d);
  color: white;
  max-width: 210px;
}

.service_point {
  min-height: 200px;
  color: inherit;
  max-width: 210px;
  background-color: inherit;
  text-align: center;
  border: 1px solid #21252920;
  padding: 15px 0px;
}

.service_point:hover {
  transition: ease-in-out;
  transition-duration: 0.5s;
  box-shadow: var(--bs-box-shadow-lg) !important;
}

.tile_body {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-top: 10px;
}

.tile_footer {
  background-color: #fd5b6c78;
  color: white;
}

.unstyle_link:hover {
  transition: ease;
  transition-duration: 0.5s;
  box-shadow: var(--bs-box-shadow) !important;
}

.unstyle_link:hover .tile_footer i {
  transition: ease;
  transition-duration: 0.5s;
  padding-right: 10px;
  transform: translateX(25px);
}
.secondry_banner {
  min-height: 400px;
  object-fit: cover;
  max-width: 100%;
  height: auto;
}

.unstyle_link:hover .tile_footer::before {
  content: "Read More";
  font-size: 18px;
  font-weight: 600;
  bottom: 7px;
  position: relative;
  right: -18px;
}
.service_section_img {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 415px;
}
.btn_banner:hover {
  border-color: aliceblue;
  color: aliceblue;
  transform: scale(1.2);
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.navbar-toggler {
  color: aliceblue;
  border-color: aliceblue;
}
.navBG {
  background-color: #0045d7;
}
.show .navbar-nav {
  margin-top: 20px;
  background-color: #e9eaeb;
  padding: 10px 0px;
}

.show .navbar-nav li a {
  color: #555555;
  font-weight: 600;
}
.show .navbar-nav li a {
  color: #555555;
  font-weight: 600;
}

.nav-link {
  color: aliceblue;
  font-size: medium;
}
.nav-link:hover {
  color: aliceblue;
}
.nav-link:active {
  color: aliceblue;
}
.nav-link:focus {
  color: aliceblue;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: aliceblue;
}
.bannerSection {
  background-image: url("../images/banner.webp");
  height: 100vh;
  background-repeat: no-repeat;
}
.bannerGiftVoucher {
  background-image: url("../images/home-banner.png");
  height: 100vh !important;
  background-repeat: no-repeat;
  background-size: contain !important;
}

.bannerPrivacy {
  background-image: url("../images/bannerPrivacy.webp");
  background-repeat: no-repeat;
}

.nav-item {
  padding: 0px 20px;
}

.banner-content {
  translate: 80% 0%;
  top: 35%;
  position: absolute;
  text-align: center;
  width: 40%;
}

.banner-content h1 {
  font-size: 4.4rem;
}

.custom-banner h1 {
  font-size: 4.2rem;
}
.footerBG {
  background-color: #4380e8;
}
.formInput_BG {
  background-color: #6293e6;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: small;
}
.formInput_BG::placeholder {
  color: white;
}
.sectionBG_1 {
  background-color: #4380e8;
  width: 100%;
}
.textDark {
  color: #555555;
}
.sectionBG_2 {
  background-color: #e9eaeb;
  width: 100%;
  color: #555555;
}

.sectionIMG_1 {
  /* border-radius: 2rem; */
  min-height: 350px;
  box-shadow: -1px 4px 22px #55555578;
  object-fit: cover;
}
.sectionIMG_1:hover {
  transform: scale(1.04);
  transition: ease-in-out;
  transition-duration: 0.3s;
}
.footerList {
  list-style: none;
  line-height: 2rem;
  padding-left: 0px;
}
.footerList li a {
  color: inherit;
  text-decoration: none;
}
.btn-txt {
  color: #4380e8;
}
.btn-contact {
  color: #4380e8;
  display: flex;
  align-items: center;
}
.btn-txt:hover {
  transform: scale(1.2);
  transition: ease-in-out;
  transition-duration: 0.5s;
}
.client_logo {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 0% 2%;
}
.client_logo img {
  width: fit-content !important;
}
.text-gray {
  color: #555555 !important;
}

.text-blue {
  color: #4380e8 !important;
}

.blue-border-section {
  border-radius: 8px;
  border: 3px solid #4380e8;
  box-shadow: 0px 0px 26.1px 12px rgba(67, 128, 232, 0.25);
}

.partnersbg {
  background: url("../images/partners.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 297px;
}

.gift-card {
  box-shadow: 0 14px 14px #55555580;
}

.blue-outline-box {
  border-radius: 8px;
  border: 2px solid #4380e8;
}
.bg_gradient {
  background: linear-gradient(45deg, #d344a2, #fc5a6d);
  color: white;
  padding: 3rem 2rem;
}

@media (max-width: 766px) {
  .sectionIMG_1 {
    border-radius: 0rem;
    min-height: 350px;
    box-shadow: -1px 4px 22px #55555578;
    object-fit: cover;
  }
  .sectionBG_1 {
    background-color: #4380e8;
    width: 100%;
  }
  .sectionBG_2 {
    background-color: #e9eaeb;
    width: 100%;
    color: #555555;
  }
  .banner-content {
    translate: 0% 0%;
    top: 35%;
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0% 5%;
  }
  .banner-content h1 {
    font-size: -webkit-xxx-large;
  }
  .custom-banner h1 {
    font-size: -webkit-xxx-large;
  }
  .bannerGiftVoucher {
    background-image: url("../images/home-banner.png");
    height: 100vh !important;
    background-repeat: no-repeat;
    background-size: cover !important;
  }
  .partnersbg {
    background: url("../images/partners_res.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 297px;
  }
  .service_point {
    max-width: 300px;
  }
}

.form-group {
}
.form-group:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.form-group input {
  display: inline-block;
  width: auto;
  border: none;
}
.form-group input:focus {
  box-shadow: none;
}

.navbar-dropdown {
  position: absolute;
  left: 9%;
  background: linear-gradient(180deg, #ffffff20, #0045d760);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin-top: 0px;
  z-index: 1;
  width: 250px;
  opacity: 0;
  visibility: hidden;
}

.nav-item:hover > .navbar-dropdown {
  visibility: visible;
  opacity: 1;
  transition: ease-in-out;
  transition-duration: 0.5s;
}

.gft-section-car {
  color: white !important;
  padding: 2rem;
  display: flex;
  gap: 20%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 237px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4380e8 0%, #264882 236.5%);
}
