@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 90%;
    }
}

.home2-package-slider-section {
    margin-top: 0;
}

.home2-banner-section .banner-wrapper .banner-content-wrap {
    top: 50%;
    transform: translateY(-50%);
}
header.style-2 .main-menu > ul > li > a {
    padding: 32px 17px;
}

.home2-package-slider-section {
    padding-top: 100px;
}

.home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
    max-width: 350px;
}

.offer-banner-img {
    position: relative;
}

.home-enquire-form {
    position: absolute;
    padding: 20px;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 99;
}

.home-enquire-form .form-inner input {
    background: rgba(255, 255, 255, 0.9);
}

.home-enquire-form .form-inner input::placeholder {
    color: rgb(128, 128, 128);
}

.home-enquire-form .form-inner label {
    color: white;
}

.enquire-banner-image {
    position: relative;
}

.enquire-banner-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
}

.destination-dt-why-choose-section .why-choose-card {
    padding: 25px 20px;
}

.destination-dt-why-choose-section .why-choose-card p {
    font-size: 1rem;
    line-height: 1.4;
}

.destination-dt-why-choose-section .why-choose-card {
    height: 100%;
}

.why-choose-us-icons {
    width: 90px;

    margin: 0 auto;
}

.why-choose-us-icons img {
    transition: all 0.5s ease;
    width: 100%;
}
.why-choose-card:hover .why-choose-us-icons img {
    filter: brightness(0) invert(1);
}

.service-wrapper .service-list {
    margin-bottom: 0;
}

.form-inner input {
    background-color: white;
}

.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content {
    max-width: 650px;
}

.home2-banner-section .banner-wrapper .banner-content-wrap .banner-content h2 {
    font-size: 65px;
}

.swiper-wrapper.behind-the-journey {
    justify-content: space-evenly;
}

.row nav {
    text-align: center;
}

header.style-2 .header-logo {
    width: 250px;
}

header.style-2 .mobile-logo-area .mobile-logo-wrap img {
    width: 150px;
}

header.style-2 .nav-right {
    display: none;
}

.home2-offer-banner-section .offer-banner-wrap {
    background-color: #cceaff;
}

.top-bar {
    background-color: #eee;
}

.top-bar-content {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
}

.top-bar-content p,
.social-links ul {
    margin: 0;
}

.top-bar-content p {
    font-size: 15px;
}

.social-links {
    display: flex;
}

.social-links span {
    display: inline-block;
}

.social-links ul {
    display: flex;
}

.social-links ul li {
    list-style: none;
    margin-right: 10px;
}

.social-links ul li a {
    font-size: 18px;
    color: black;
}

.travel-services-card {
    text-align: center;
}

.travel-services-card h4 {
    margin-top: 10px;
    font-size: 1.2rem;
}

.travel-services-card p {
    font-size: 1em;
}

.travel-services-card-icon {
    width: 150px;
    height: 150px;
    border: 1px solid var(--primary-color1);
    padding: 20px;
    border-radius: 100%;
    margin: 0 auto;
    transition: all 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
}

.travel-services-card-icon:hover {
    background-color: var(--primary-color1);
}

.travel-services-card-icon img {
    transition: all 0.5s ease;
    width: 80px;
}

.travel-services-card-icon:hover img {
    filter: brightness(0) invert(1);
}

.card-about {
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: rgb(242, 255, 255);
}

.visa-country-images {
    display: flex;
    gap: 10px;
}

.visa-country-images img {
    width: calc(100% / 5);
    border-radius: 8px;
}

.destination-dt-travel-season-section
    .travel-season-card
    .travel-season-top-area.travel-season-top-area-hajj {
    display: block;
}

.destination-dt-travel-season-section
    .travel-season-card
    .travel-season-top-area.travel-season-top-area-hajj
    .travel-season-content
    .highlights-area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.about-img img{
    border-radius: 10px;
}

@media (max-width: 600px) {
    .top-bar {
        display: none;
    }

    .destination-dt-travel-season-section
        .travel-season-card
        .travel-season-top-area.travel-season-top-area-hajj
        .travel-season-content
        .highlights-area {
        flex-direction: column;
        gap: 10px;
    }

    .visa-country-images {
        flex-wrap: wrap;
    }
    .visa-country-images img {
        width: calc(100% / 2 - 10px);
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    header.style-2 .main-menu > ul > li > a {
        padding: 12px;
    }

    header.style-2 .nav-right {
        display: block;
    }
}

@media (max-width: 767px) {
    .home2-offer-banner-section .offer-banner-wrap {
        display: block;
    }

    .enquire-banner-image {
        display: none;
    }

    .home2-offer-banner-section .offer-banner-wrap .offer-banner-img {
        display: block;
    }

    .home-enquire-form {
        position: static;
        transform: unset;
    }

    .home-enquire-form .form-inner label {
        color: black;
    }

    .home2-offer-banner-section .offer-banner-wrap .offer-banner-content {
        padding-bottom: 0;
    }
}
