:root {
    /* Define your custom variables */
    --primary-font: 'Montserrat'!important;
    --secondary-font: 'Jost'!important;
    --tertiary-font: 'Marcellus'!important;
    --heading-color: #333333;
    --body-color: rgba(53, 53, 54, 0.96);
    --background-color: rgb(250, 250, 249);
    --primary-color: #1a4870;
    --primary-color-500: rgb(0, 0, 0);
    --secondary-color: #5b99c2;
}

.t-s-o{text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
    0px 8px 13px rgba(0,0,0,0.1),
    0px 18px 23px rgba(0,0,0,0.1);}
.p-0{padding: 0;}
.p-t-120{padding-top: 120px;}
.p-t-50{padding-top: 50px;}
.p-b-50{padding-bottom: 50px;}
.p-tb-50{padding: 50px 0;}
.p-t-20{padding-top: 20px;}
.p-b-20{padding-bottom: 20px;}
.p-tb-20{padding: 20px 0;}
.m-t-50{margin-top: 50px;}
.m-b-50{margin-bottom: 50px;}
.m-tb-50{margin: 50px 0;}
.m-t-20{margin-top: 20px;}
.m-b-20{margin-bottom: 20px;}
.m-tb-20{margin: 20px 0;}
.f-s-1{font-size: 48px;}
.f-s-2{font-size: 36px;}
.f-s-3{font-size: 24px;}
.f-s-4{font-size: 18px;}
.f-s-5{font-size: 14px;}
.t-a-c{text-align: center;}
.c-1{color: rgb(255, 255, 255) !important;}
.c-2{color: #5b99c2;}

/* Applying the variables */
html, body {
    font-family: var(--primary-font) !important;
    color: var(--body-color) !important;
    background-color: var(--background-color) !important;
    font-size: 14px;
}
html {
    scroll-behavior: smooth;
}
h2{font-size: 42px !important;}

h1, h2, h3, h4, h5, h6 {
    color: var(--heading-color) !important;
    font-family: var(--secondary-font) !important;
}

p {
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0;
    margin-bottom: 16px;
}

body, p {
    font-family: var(--secondary-font) !important;
}

/* Example of using the primary color */
a {
    color: var(--primary-color) !important;
    text-decoration: none !important;
}

a:hover {
    color: darken(var(--secondary-color), 10%) !important;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1920px !important;
    }
    .main-container{max-width: 1440px !important;}
}

@media (max-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 100% !important;
    }
}

/* header section */
header#full_nav{position: fixed !important; top: 0; transition: .3s cubic-bezier(0.4,0.0,0.2,1) all; z-index: 999; width: 100%;}
.header .navbar .navbar-nav .nav-item .nav-link{color: var(--primary-color-500) !important; font-size: 16px; text-transform: uppercase;}
.header .navbar .navbar-nav .nav-item{padding: 0 6px;}
.header .navbar{box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);}
.header .header_right{display: flex; flex-direction: row;}
.header .header_right a, .header .header_right span{color: var(--primary-color-500) !important; font-size: 16px;}
.header .header_right a{padding: 0 6px; text-decoration: none;}

/* banner section */
.banner_section .carousel-inner{max-height: 800px;}
.banner_section .carousel-inner .carousel-item img{max-height: 800px; object-fit: cover; min-height: 400px;}
.carousel-dark .carousel-indicators [data-bs-target] {background-color: rgb(255, 255, 255) !important;}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {filter: unset !important; height: 60px; width: 60px;}

/* about-section */
.about-section .about-img{max-height: 80%; width: 100%; object-fit: cover;}

/* our service */
.Services-section .card-img{height: 290px; max-height: 100%; object-fit: cover; width: 100%;}
.Services-section .cards-img{max-height: 400px; object-fit: cover; width: 100%;}
.Services-section .card{border-radius: 12px;}
.Services-section .card-title{font-size: 24px !important;}
.card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    width: 100%;
    max-width: 484px;
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-img {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 16px;
}

.card-title {
    font-size: 24px;
    margin: 0 0 8px;
    text-align: center;
}

.card-description {
    font-size: 16px;
    margin: 0 0 16px;
    color: #555;
}

.card-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.card-button:hover {
    background-color: #0056b3;
}

@media (max-width: 992px){
    .Services-section .card{max-width: 100%;}
}


/* our packages */

.container {
    max-width: 400px;
    margin: auto;
}

.travel-card {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: transform 0.3s;
}

.travel-card:hover {
    transform: scale(1.05);
}

.travel-img {
    width: 100%;
    height: 290px;
    max-height: 100%;
    object-fit: cover;
}

.travel-content {
    padding: 16px;
}

.travel-title {
    font-size: 24px !important;
    margin: 0 0 8px;
}

.travel-description {
    font-size: 16px;
    color: #555;
    margin: 0 0 16px;
    padding-left: 18px;
}

.travel-price {
    font-size: 20px;
    color: #e74c3c;
    margin: 0 0 16px;
}

.travel-button {
    padding: 10px 15px;
    background-color:  var(--primary-color);
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.travel-button:hover {
    background-color:  var(--secondary-color);
}
.package-section h3{font-size: 32px; font-weight: 400;}
.package-section .travel-content{display: flex; flex-direction: column; height: 250px;}
.package-section .travel-description{-webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1;}
.package-section .travel-button-head{display: flex; justify-content: center; align-items: center;}
/* our vehicle */

.our-vehicles .vehicle-container{max-height: 90vh;}
.our-vehicles .vehicle-container img{object-fit: cover; max-height: 90vh;}
.our-vehicles h3{font-size: 32px; font-weight: 400;}

/* connect us now */

.connect-section .connect{height: 350px; align-items: center; justify-content: center; border-radius: 12px;}
.connect-section .call-icon {font-size: 110px; color: var(--primary-color) !important; cursor: pointer; text-align: center; vertical-align: middle;}
.connect-section .call-icon:hover {color: var(--secondary-color) !important;}

@media (max-width: 992px){
    .connect-section .connect {max-width: 100%;}
}

/* footer */
.footer-section .footer-logo{filter: brightness(0) invert(1);}

.footer {
    background-color: #333;
    color: white;
    padding: 40px 20px;
    text-align: left;
    position: relative;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    margin: 10px;
}

.footer-section h3 {
    margin-bottom: 15px;
}

.footer-section p,
.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
    font-size: 18px;
}

.footer-section a:hover {
    text-decoration: underline;
}

/* .social {
    display: flex;
    align-items: center;
} */

.social-icon {
    margin-right: 10px;
    color: #ffffff;
    font-size: 24px;
}

.footer-bottom {
    text-align: center;
    margin-top: 20px;
    border-top: 1px solid #444;
    padding-top: 10px;
}

.scroll-to-top {   
    position: fixed;
    bottom: 20px;
    right: 30px;
    background-color: #1a4870;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 10px;
    cursor: pointer;
    font-size: 18px;
}

.scroll-to-top:hover {
    background-color: #0056b3;
}

/* contact-us-form */

.form-container {
    max-width: 924px !important;
    margin: 50px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .form-title {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .form-group label {
    font-weight: bold;
    font-size: 0.85rem;
    color: #666;
  }
  .form-container .form-row .form-group{width: 100%;}
  .form-container .form-row .form-group .form-control{padding: 12px 16px;}
