:root {
    --nav-background: #1D5787;
    --nav-text-color: #ffffff;
    --hamburger-background: #ffffff;
    --overlay-color: #0000;
    --heading-color: #1a1a1a;
    --body-paracolor: #646464;
    --highlight-color: #1a1a1a;
}

footer {
    /*background-image: url('../img/texture1.png');*/
    background-color: var(--nav-background);
}

body {
    font-size: 18px;
    line-height: 26px;
}

h1 {
    font-size: 62px;
    line-height: 72px;
}

h2 {
    font-size: 44px;
    line-height: 54px;
    color: var(--heading-color);
}

h3 {
    font-size: 32px;
    line-height: 42px;
    color: var(--heading-color);
}

h4 {
    font-size: 24px;
    line-height: 32px;
    color: var(--heading-color);
}

h5 {
    font-size: 20px;
    line-height: 29px;
    color: var(--heading-color);
}

p {
    font-size: 18px;
}

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

section {
    margin-top: 50px;
}

.section-content {
    padding-top: 10px;
    padding-bottom: 10px;
}

.recognizedsection-content, .footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* navbar */
nav {
    background-color: var(--nav-background);
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
    margin: 10px;
}

.main-logo {
    display: none;
}

.navbar-nav {
    margin-left: 50px;
}

a.nav-link {
    margin-left: 16px;
    color: var(--nav-text-color);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--nav-text-color);
}

.nav-item .nav-link:focus, .nav-link:focus, .nav-link:hover {
    color: var(--nav-text-color)
}

.navbar-toggler {
    background: var(--hamburger-background);
    border: 1px solid var(--hamburger-background);
    text-decoration: none;
}

/* carousel */
.overlay-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item img {
    object-fit: cover;
    height: 85vh;
}

.carousel-caption p {
    font-size: 18px;
}

/* top-header */
.top-header {
    padding: 0px;
    background-color: #ffffff;
}

.top-infowrapper, .trip-info {
    display: flex;
    /* justify-content:space-around; */

}

.top-infowrapper > a {
    margin-left: 40px;
}

#phone, #email {
    color: black;
    text-decoration: none;
    display: block;
    margin-top: auto;
    margin-bottom: auto;
}

.contact-wrapper {
    display: block;
    margin-bottom: auto;
    margin-top: auto;
    margin-left: auto;
}

/* .contact-button {
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
} */

.quote-btn {
    font-size: 18px;
    line-height: 26px;
    /* background-color: black; */
    border: 1px solid black;
    border-radius: 4px;
    color: var(--highlight-color);
}

.quote-btn:hover {
    font-size: 18px;
    line-height: 26px;
    background-color: #F9B234;
    border: 1px solid #F9B234;
    border-radius: 3px;
    color: var(--hamburger-background);
}

.tour-btn {
    font-size: 18px;
    line-height: 26px;
    background-color: #F9B234;
    border: 1px solid #F9B234;
    border-radius: 4px;
    color: var(--hamburger-background);
}

.tour-btn:hover {
    font-size: 18px;
    line-height: 26px;
    background-color: #F9B234;
    border: 1px solid #F9B234;
    border-radius: 4px;
    color: var(--hamburger-background);
}

/* popular trip */
.trip-card .card {
    border: none;
}

.trip-card .card .card-body {
    padding-left: 0px;
}

.populartitle-wrapper, .ourblog-wrapper, .testimonial-titlewrapper {
    text-align: center;
}

.populartitle-wrapper p, .ourblog-wrapper p, .testimonial-titlewrapper p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    color: var(--body-paracolor);
}

.meta-data {
    margin-right: auto;
    color: var(--highlight-color);
}

.meta-data p, .tour-price p {
    font-size: 16px !important;
    font-weight: 500;
    color: #646464;
}

.tour-price {
    margin-left: auto;
    color: var(--highlight-color);

}

.meta-data a {
    text-decoration: none;
    color: var(--body-paracolor);
}

.popular-tripimg img {
    object-fit: cover;
    border-radius: 4px;
}

/* .b{
    margin-top: 40px;
} */


/* country tour */
.section-content .row .col-md-4 {
    margin-top: 40px;
}

/* .country-tour .container-fluid, .country-tour .container-fluid .row{
    --bs-gutter-x:10px;
} */


.banner {
    position: relative;
    height: 300px; /* Adjust height as needed */

}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}

.content h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.view-all-btn {
    padding: 10px 20px;
    background-color: #007bff;
    border: none;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

/* blog */
.blog-card .card {
    border: none;
}

.blog-card .card .card-body {
    padding-left: 0px;
}

.blog-card .card .card-body a {
    text-decoration: none;
    color: var(--nav-background);
    font-size: 24px;
    line-height: 32px;
}

.blog-card .card .blog-tripimg img {
    border-radius: 4px;
    object-fit: cover;
}

/* testimonial */
.testimonials {
    background-color: #fae5bf9d;
    padding: 80px;
}

.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    border: 1px solid #ECECEC;
    /* box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02); */
}

#customers-testimonials .shadow-effect p {
    margin: 0 0 17px 0;
    font-weight: 300;
    font-size: 18px;
    text-align: center
}

.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #F9B234;
    padding: 9px 35px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    /* box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05); */
}

#customers-testimonials .item {
    text-align: center;
    margin-top: 40px;
    /* padding: 50px;
    margin-bottom:80px; */
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 100px;
    margin: 0 auto 17px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #646464;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    border-radius: 100px;
}

#customers-testimonials.owl-carousel .owl-dots {
    /* display: inline-block;
    position: relative;
    bottom: 10px; */
    position: relative;
    margin-top: 40px;
    width: 100%;
    text-align: center;

}

/* #customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
} */
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #aca7a7;
    display: inline-block;
    border-radius: 100px;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}

/* Recognized by */
.recognizedtitle-wrapper {
    text-align: center;
}

.item-company {
    max-width: 25%;
    height: 25%;
    margin: auto;
}

/* tour page open */
.abouttop-banner {
    margin-top: 0px;
}

.about-bannerbg {
    background: linear-gradient(rgba(255, 229, 182, 0.8), rgba(255, 229, 182, 0.8)), none;
    height: 200px;
    background-size: cover;
    background-position: center center;
}

.about-title {
    padding: 45px 0;
}

.about-title p {
    width: 60%;
}

.aboutsection-content {
    margin-top: 40px;
}

.aboutsection-content p {
    text-align: justify;
}

.aboutsection-content li {
    padding: 8px;
}

.termscondition, .whybookwithus, .social-responsibilities {
    margin-top: 80px;
}

.termscondition li {
    padding: 8px;
    list-style-position: outside;
    padding-left: 0rem;
}

/* tour page close */


/* footer  */
.footer-logo a img {
    max-height: 35px;
    width: auto;
    margin-left:-15px !important;
}

.quick-link p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-align:center !important;
}

.links li {
    color: #fff;
    text-decoration: none;
    list-style: none;
    text-align:center !important;
    /* padding-left:15px ; */
}

.links li a {
    color: #cecece;
    text-decoration: none;
    font-size: 14px;
}

.footer-logoinfo p {
    border: 1px solid #fff;
    padding: 10px;
    width: 800px;
    margin: auto;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 24px;
    color: #cecece;
}

.footer-socialicon {
    display: flex;
    margin-top: 10px;
}

.footer-socialicon a img {
    padding: 12px;
}

.footer-border {
    margin-top: 24px;
    border: 1px solid #cecece;
    width: 1140px;
}

.copyright-text p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin-top: 16px;
}

/* media query */

/*
for mobile */
@media only screen and (max-width: 768px) {
    a.nav-link {
        margin-left: 0px;
    }

    h1 {
        font-size: 36px;
        line-height: 46px;
    }

    h2 {
        font-size: 28px;
        line-height: 36px;
    }

    h3 {
        font-size: 20px;
        line-height: 29px;
    }

    h4 {
        font-size: 20px;
        line-height: 29px;
    }

    h5 {
        font-size: 20px;
        line-height: 29px;
    }

    .top-header {
        display: none;
    }

    .main-logo {
        display: block;

    }

    .navbar{
        background: #ffffff;
    }

    .navbar a{
        margin: 10px 0 ;
    }

    .navbar-brand img {
        max-height: 32px !important;
        margin:0 ;
    }

    #navbarNav{
        background: var(--nav-background);
    }

    body > section.country-tour > div > div > div > div:nth-child(2){
        margin-top: 1.5rem!important;
    }

    form.inquery-form{
        margin-top: 2.5rem!important;
    }

    .footer-logoinfo p {
        display: none;
    }

    .populartitle-wrapper p, .ourblog-wrapper p, .testimonial-titlewrapper p {
        width: 100%;

    }

    .testimonials {
        background-color: #fae5bf9d;
        padding: 40px 0px 40px 0px;
    }

    .shadow-effect {
        padding: 10px;
    }

    #customers-testimonials .item {
        text-align: center;
        padding: 10px;
    }
}


/* for tab */
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (-webkit-min-device-pixel-ratio: 1) {

    h1 {
        font-size: 48px;
        line-height: 58px;
    }

    h2 {
        font-size: 36px;
        line-height: 46px;
    }

    h3 {
        font-size: 28px;
        line-height: 36px;
    }

    h4 {
        font-size: 22px;
        line-height: 30px;
    }

    h5 {
        font-size: 20px;
        line-height: 29px;
    }

    .footer-logo a img {
        width: 200px;
    }

    .footer-logoinfo p {
        width: 600px;
    }
}
