@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap');

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 10;
}

@media (min-width: 992px) {
    header .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0.5rem 20px;
        color: #ffffff;
    }

    .overly h1,
    .overly p {
        width: 75%;
    }
}

header.bg-white .navbar-expand-lg .navbar-nav .nav-link {
    color: #82828a;
}

.hero-section img {
    height: 650px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;
}

.hero-section::after {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    inset: 0;
    content: '';
    z-index: 1;
}

.inset-0 {
    inset: 0;
}

.overly {
    padding: 150px 0;
}

    .overly h1 {
        font-size: 60px;
        font-weight: bold;
        font-family: 'Quicksand', sans-serif;
    }

.z-2 {
    z-index: 2;
}

.overly p {
    font-size: 18px;
}

.login-btn a {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 0.5rem 24px !important;
    transition: all 0.5s ease-in-out;
}

    .login-btn a:hover {
        background-color: #ffffff;
        color: #222222 !important;
    }

.explore-section {
    padding: 100px 0;
}

    .explore-section .card-image::after,
    .package-section .card-image::after {
        position: absolute;
        inset: 0;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.82) 10%, rgba(84, 84, 84, 0.35) 80%);
        content: '';
        border-radius: 0.5rem;
    }

    .explore-section .card-image .panel-inner,
    .package-section .card-image .panel-inner {
        height: 100%;
    }
.package-section .card-image img {
    object-fit: cover;
}

    .explore-section .card-image .panel-inner > ul {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

            .explore-section .card-image .panel-inner > ul > li {
                font-size: 14px;
                display: flex;
                align-items: center;
                column-gap: 5px;
            }

                .explore-section .card-image .panel-inner > ul > li > span {
                    display: inline-block;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background-color: #ffffff;
                }

.package-section {
    padding-bottom: 100px;
}

    .package-section .card-image .panel-inner h4 {
        font-size: 1.25rem;
    }

    .explore-section h2,
    .package-section h3,
    .customer-section h3 {
        font-size: 2.5rem;
    }

.logo {
    /*background-color: #ffffff;*/
    padding: 10px 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -10px;
    margin-right: 0;
}

.achievement-section {
    background: url('../images/bg.jpg');
    background-size: cover;
    padding: 150px 0;
    position: relative;
    background-position: center;
    background-attachment: fixed;
}

    .achievement-section::after {
        content: '';
        position: absolute;
        inset: 0;
        background-color: rgba(0, 0, 0, 0.7);
    }

    .achievement-section h2 {
        font-size: 60px;
    }

    .achievement-section .card h3 {
        color: #ffb300 !important;
        font-weight: 900;
        font-size: 40px !important;
    }

    .achievement-section .card h4 {
        font-weight: 600;
        text-transform: uppercase;
    }

    .achievement-section .card-body:hover {
        background-color: black;
        border-radius: 10px;
    }

.footer-back {
    background-image: url('../images/footer1-bg.png');
    padding: 80px 0px 30px 0px;
    background-position: bottom;
    position: relative;
}

    .footer-back::after {
        content: '';
        position: absolute;
        background-color: rgb(0, 0, 0, 0.9);
        height: 100%;
        width: 100%;
        inset: 0;
    }

a {
    text-decoration: none;
}

.Services-Contact li a {
    font-weight: 300 !important;
    text-decoration: none !important;
    font-size: 14px;
    line-height: 30px;
}

.icon-brands li {
    display: inline-block;
    background-color: #3b5998 !important;
    width: 35px;
    height: 34px;
    text-align: center;
    padding: 6px 0px;
    border-radius: 5px;
}

    .icon-brands li:nth-child(2) {
        background-color: #00b9f5 !important;
    }

    .icon-brands li:nth-child(3) {
        background-color: #f04124 !important;
    }

    .icon-brands li:nth-child(4) {
        background-color: #4875b4 !important;
    }

    .icon-brands li:nth-child(5) {
        background-color: #2eb743 !important;
    }

.Related-links span {
    padding-top: 20px;
    display: block;
}



.holidays-all {
    border-top: 1px solid rgb(255, 255, 255,.3);
}

    .holidays-all span {
        display: block;
        padding-top: 20px;
        font-size: 15px;
        color: #fff;
        text-align: center;
    }

.icon-size {
    font-size: 50px;
    color: #ffffff;
}

.rotate-img {
    transform: rotate(45deg);
}

@media (max-width:767px) {
    .achievement-section h2 {
        font-size: 42px;
    }
}

.customer-section {
    padding: 100px 0;
}

    .customer-section .card p {
        color: #82828a;
    }

        .customer-section .card p i {
            font-size: 40px;
            color: #b3aaaa;
        }

    .customer-section .card .user-img {
        margin-bottom: -55px;
        text-align: right;
    }

.inner-slider img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.destination-content {
    padding: 50px 0;
}

.text-justify {
    text-align: justify;
}

textarea {
    resize: none;
}

.btn-theme {
    background: #ffb300 !important;
    color: #000000;
}

.related-product .card h4 {
    font-size: 20px;
}

.theme-color {
    color: #F9C933 !important;
}

.related-product .card {
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .related-product .card img {
        -webkit-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }

    .related-product .card:hover img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

    .related-product .card:hover {
        border-color: #F9C933;
        box-shadow: 0 15px 20px 10px rgba(0, 0, 0, 0.05), 0 6px 20px 10px rgba(0, 0, 0, 0.02), 0 6px 10px -6px rgba(0, 0, 0, 0.05);
    }

@media(max-width:991px) {
    header {
        position: static;
    }

    .login-btn a {
        border-color: #222222;
        display: inline-block;
    }
}

.aboutnews {
    padding: 100px 0;
}

    .aboutnews .card-img-top {
        height: 150px;
        object-fit: cover;
    }

.about-container {
    padding: 100px 0;
}

    .about-container h3 {
        font-size: 42px;
    }

.contact-container {
    padding: 50px 0;
}

.video-cotainer {
    padding: 100px 0;
}

.img-overly {
    position: absolute;
    inset: 0;
    display: flex;
    background: rgba(0,0,0,.5);
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
}

    .img-overly i {
        color: #fff;
        font-size: 40px;
    }

    .img-overly:hover {
        background-color: transparent;
    }
.close-modalbtn {
    position: absolute;
    background-color: #ffffff;
    opacity: 1;
    right: -10px;
    top: -10px;
    z-index: 10;
    color: #000;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}
.video-cotainer img {
    height: 250px;
    object-fit: cover;
}