*{
    margin: 0;
    padding: 0;
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #185062;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid #FFD230;
    border-top-color: #333;
    border-radius: 80%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
body {
    font-family: 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #f5f5f5;
    cursor: default;
}
.hero {
    position: relative;
    height: 100vh;
    overflow: hidden;
  }
  
  .hero-content {
    width: 100%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--extra-light);
    padding: 0 20px;
  }
  
  .hero-content p {
    font-size: calc(16px + 0.5vw);
    max-width: 700px;
  }
  
  .background-video,
  .video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
  }
  
  .background-video {
    display: none;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: -1;
  }
  
  .hero-content h1 {
    font-weight: 600;
  }
  
  .hero-content p {
    text-align: center;
  }
 
  .hero-explore,
  #hero-explore,
  #learn-more {
    border-radius: 0.375rem;
    background-color: var(--bg-primary);
    color: white;
    transition: background-color 0.3s;
    text-decoration: none;
    font-size: 1rem;
    padding: 0.75rem 2rem;
    width: 10rem;
  }
  
  #learn-more {
    background-color: transparent;
    outline: 1px solid grey;
  }
  
  #hero-explore:hover,
  .hero-explore:hover {
    background-color: var(--hover-accent);
  }
nav {
    background-color: rgba(255, 255, 255, 0.7); 
    backdrop-filter: blur(5px);
    color: black;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tl{
position: relative;
right: 1.2rem;
line-height: auto;
color: #185062;
font-weight: 600;
font-family: Arial, Helvetica, sans-serif;
top: 5px;
text-decoration: none;
}
.logo a{
    text-decoration: none;
}
.logo {
    display: flex;
    align-items: center;
}

.logo img {
    width: 80px; 
    margin-right: 20px;
    height: 52px;
    object-fit: cover;
}


.nav-links {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}
@media (max-width: 448px) {
    .discount{
        display: none !important;
    }
}

/* .nav-link {
    position: relative;
    margin-right: 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.nav-link:hover, .nav-link.active {
    color: #185062;
}

.nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #185062;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 0.3s ease;
}

.nav-link:hover:after, .nav-link.active:after {
    width: 100%;
    height: 3px;
    left: 0;
} */
.nav-link {
    position: relative;
    margin-right: 20px;
    text-decoration: none;
    color: white;
    font-weight: bold;
}
.nav-link:hover,
.nav-link.active {
    color: #185062;
}

.nav-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #185062;
    position: absolute;
    bottom: 0;
    left: 50%;
    transition: width 0.3s ease;
}

.nav-link:hover:after,
.nav-link.active:after {
    width: 100%;
    height: 3px;
    left: 0;
}

.toggler {
    display: none;
    flex-direction: column;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .nav-link:hover,
    .nav-link.active {
        color: #185062;
        text-decoration: underline;
    }

    .nav-link:after {
        content: '';
        display: block;
        /* width: 100%; */
        height: 3px;
        background-color: #185062;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: width 0.3s ease;
    }

    .nav-link:hover:after,
    .nav-link.active:after {
        width: 0;
    }
}

.bar {
    /* width: 25px;
    height: 3px;
    background-color: black;
    margin: 4px 0;
    transition: 0.4s; */
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: black;
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        width: 100%;
        position: absolute;
        top: 70px;
        left: 0;
        background-color: #fff;
        text-align: center;
        z-index: 1;
    }
    

    .nav-links.show {
        display: flex;
    }

    .nav-link {
        margin: 10px 0;
    }

    .toggler {
        display: block;
    }
    .cross .bar:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .cross .bar:nth-child(2) {
opacity: 0;
    }

    .cross .bar:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    .bnv h1, .serve h1{
        font-size: 42px !important;
    }
}
.home{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 0;
}
.home .content{
    text-align: center;
}
.home .content h3{
    font-size: 4.5vw;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.3rem .5rem rgba(0,0,0,.1);
}
.tag-1{
}
.home .content p{
    font-size: 2.5vw;
    color: #fff;
   padding: 5rem,0;
    text-transform: capitalize;
}
.home .video-container video{
    position: absolute;
    top: 0; left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: contain ;
}
.home .controls{
    padding: 1em;
    border-radius: 5rem;
    position: relative;
    top: 10rem;
}
.home .controls .vid-btn{
    height: 1rem;
    width: 1rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin: 0.5rem;

}
.home .controls .vid-btn.active{
background-color:  #185062 ;
}
.home {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    position: relative;
    z-index: 0;
}

.home .content {
    text-align: center;
}

.home .content h3 {
    font-size: 4.5vw;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.3rem .5rem rgba(0, 0, 0, .1);
}

.home .content p {
    font-size: 2.5vw;
    color: #fff;
    padding: 5rem, 0;
    text-transform: capitalize;
}

.home .video-container video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.home .ctrls {
    padding: 1em;
    border-radius: 5rem;
    position: relative;
    top: 10rem;
    display: flex;
    justify-content: center;
}

.home .ctrls .vid-btn {
    height: 1rem;
    width: 1rem;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    margin: 0.5rem;
}

.home .ctrls .vid-btn.active {
    background:  #185062 !important;
}
.explore{
    background-color:  #185062 !important;
    /* color: #FFD230 !important;
     */
     color: white !important;
}
.bnv h1{

    font-size: 70px;
    line-height:160px;
    margin-left: -10px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    background: url(/images/packages.jpg);
    -webkit-background-clip: text;
    background-position: 0 0;
    background-size: contain;
    animation: back 20s linear infinite;

}
@keyframes back {
    100%{
        background-position: 200px 0;
    }
}
/* .fw{
    font-weight: 600;

   
} */
/* .fw2{
    text-decoration: none !important;
    color:  #FFD230;
} */
/* .discounted-price {
text-decoration: line-through;

} */
/* .card {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
}

.tag {
    position: absolute;
    padding: 8px 16px;
    background-color:  #185062;
    color: #fff; 
    font-weight: bold;
    font-size: 12px;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
} */
/* .card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

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

.tag {
    position: absolute;
    padding: 8px 16px;
    background-color: #185062;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 0 15px 0;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.card-img-top {
    border-radius: 15px 15px 0 0;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.fw {
    font-weight: 600;
}

.discounted-price {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
}

.original-price {
    color: #e44d26; 
    font-weight: 600;
    font-size: 20px;
}
.discounted-price1{
    color: #888;
    font-size: 12px;
} */

.card {
    position: relative;
    overflow: hidden;
    border: none;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

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

.tag {
    position: absolute;
    padding: 8px 16px;
    background-color: #185062;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 0 15px 0;
}
.tag-1{
    position: absolute;
    padding: 8px 16px;
    background-color:orange;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    border-radius: 0 0 15px 0;
}

.top-left {
    top: 0;
    left: 0;
}

.top-right {
    top: 0;
    right: 0;
}

.card-img-top {
    border-radius: 15px 15px 0 0;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.card-text {
    font-size: 1rem;
    color: #555;
}

.key-points {
    margin-top: 15px;
    color: #777;
    list-style-type: none;
    padding: 0;
}

.key-points li {
    margin-bottom: 8px;
}

.fw {
    font-weight: 600;
}

.discounted-price {
    text-decoration: line-through;
    color: #888;
    font-size: 12px;
}

.original-price {
    color: #e44d26; 
    font-weight: 600;
    font-size: 20px;
}
.discounted-price1{
    color: #888;
    font-size: 12px;
}

.services-section {
    padding: 50px 0;
    background-color: #f8f9fa;
}
.service-item:hover{
    transform: scale(1.05);
}
.yellow-section{
    background-color: orange !important;
    /* background-color:#FFD230 !important; */
    color: white !important;
}
.yellow-section i{
    /* color: white !important; */
    font-weight: 700;
}
.yellow-section p{
    color: white !important;
    text-align: center !important;
}
.service-item {
    text-align: center;
    margin-bottom: 30px;
    padding: 40px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.service-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: #185062;
    transition: width 0.3s ease-in-out;
}
.service-item p{
    text-align: center !important;
}
.service-logo {
    font-size: 2em;
    margin-bottom: 15px;
    color: #185062; 
}


h5 {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333; 
}

p {
    font-size: 1em;
    color: #666; 
}

@media (min-width: 768px) {
    .service-item {
        text-align: left;
    }

    .service-item:nth-child(even) {
        margin-left: 20px;
    }
}
.serve h1{
    font-size: 70px;
    line-height:160px;
    margin-left: -10px;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    background: url(/images/packages.jpg);
    -webkit-background-clip: text;
    background-position: 0 0;
    background-size: contain;
    animation: back 20s linear infinite;

}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 9rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 5rem;
}

.swiper-client-msg {
  padding: 5rem 8rem;
  background-color: var(--third);
  border-radius: 10px;
  text-align: left;
  box-shadow: var(--shadpw);
  position: relative;
}

.swiper-client-msg::before {
  content: "";
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  /* width: 5rem;
  height: 5rem; */
  border: 5rem solid var(--third);
  border-color: transparent;
  border-top-color: var(--third);
}

.swiper-client-msg p::before {
  content: "\f10d";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 2rem;
  font-size: 5rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:  #185062;
}

.swiper-client-msg p::after {
  /* display: inline-block */
  content: "\f10e";
  position: absolute;
  bottom: 0%;
  right: 5%;

  font-size: 5rem;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color:  #185062;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-client-data {
  align-items: center;
  justify-items: start;
  justify-content: start;
  gap: 1.4rem;
  margin-top: 3.2rem;
}

.swiper-client-data img {
  max-width: 10rem;
  height: 10rem;
  border-radius: 50%;
  border: 0.5rem solid  #185062;
}

.swiper-client-data p:first-child {
  font-weight: bold;
  color: var(--heading);
}
.common-heading{
    color:   #185062 !important;
    font-weight: 600 !important;
}
.back-to-top {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    top: 85%;
    right: 15px;
    z-index: 3;
    border: none;
    outline: none;
    background-color:#185062;
    color: white;
  }
  .back-to-top {
    top: 92%;
  }
  
  .back-to-top:active {
    background-color: var(--bg-accent);
  }
  @media screen and (min-width: 992px) {
    .back-to-top {
      width: 80px;
      height: 80px;
      font-size: 2rem;
    }
  
    .back-to-top {
      top: 87%;
    }
}
.discount {
    position: relative;
    height: 100vh;
    background-image: url(/images/saif71-com-OVG7GvS3nos-unsplash.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    object-fit: cover !important;
}

.themed {
    text-align: center;
    width: 100%;
  
}

.txt-cntnt {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    /* background-color: rgba(124, 158, 181, 0.7); */
    border-radius: 10px;
    animation: fadeInUp 1s ease-out; 
}

.txt-cntnt h2 {
    font-size: 2.6rem; 
    color:  #185062;
    font-weight: 600;
    font-style: initial;
    margin-bottom: 10px;
}

.txt-cntnt p {
    font-size: 2rem;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0.3rem .5rem rgba(0,0,0,.1);
    margin-top: 20px;
    font-weight: 700;
    font-style: initial;
}

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

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* .footer-1{
    background-color: #185062 !important;
} */
.mg23{
    background-color: #185062 !important;
}
.btn-social{
    color: #FFf !important;
}
.about-us-description{
font-size: 20px;
font-weight: 600;
text-transform: capitalize;
color: black;
}
.abt-comp{
    font-size: 24px;
    font-weight: 700;
    color: #185062;
}
.footer .btn.btn-social{
    margin-right: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* color: var(--light); */
    font-weight: normal;
  border: 1px solid #fff ;
  border-radius: 35px;
  transition: 0.3s;
}
.footer h4{
    color: snow !important;
    font-weight: 700 !important;
}
.footer .btn.btn-social:hover{
    /* color: var(--primary); */
    margin-left: 5px;
    color: black !important;
    border: none !important ;
}
.checked {
    color: #FFD230;
  }
.footer .btn.btn-link{
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #Fff ;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: 0.3s;
}
.footer .btn.btn-link::before{
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer .btn.btn-link:hover{
    letter-spacing: 1px;
    box-shadow: none;
    color: #fff;
    font-weight: 800;
}
.ftr a{
text-decoration: none;
}
.adress p{
    color: snow ;
}
.efctr img:hover{
    transform: scale(1.05);
}
.albari a{
    text-decoration: none;
    text-transform: capitalize;
    color: whitesmoke;
    font-weight: 900;
    font-size: 10px;
}
.comp a{
    text-decoration: none;
    color: #FFD230;
    font-weight: 600;
    
}

