* {
    font-family: Poppins, sans-serif;
}

.header-desktop .logo img,
.mobile-logo {
    height: 80px;
    width: auto;
}

.header-desktop .img-two img {
    height: 130px;
    width: auto;
}

.part-two {
    background-color: #054E9E !important;
}

.dropdown-menu {
    background-color: #054E9E !important;
}

.dropdown-item {
    color: rgb(255, 255, 255) !important;
    font-weight: 600 !important;
    font-size: 13px;
}

.dropdown-item:hover {
    color: rgb(18, 18, 18) !important;
    background-color: #ffffff !important;
}

.nav-item .nav-link {
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav-item .nav-link:hover {
    background-color: #23AABD;
    color: black;

}

.btn1 {
    background-color: #23AABD !important;
}

.btn-2 {
    background-color: transparent !important;
    color: white !important;
    font-weight: 600 !important;
    padding: 2px 10px !important;
    border-radius: 20px !important;
    border: 1px solid white !important;
}

.header-mobile {
    display: none;
}

.hr1,
.hr2 {

    font-weight: 600;
    border: 3px solid #053365;
    margin-top: 0px;
    padding-top: 0px;
}

.sec-slider .slick-slide {
    padding-right: 10px;
}

.sec-slider img {
    border-radius: 10px;
}

.slick-prev {
    background-color: #054E9E !important;

}

.slick-next {
    background-color: #054E9E !important;

}

.card-img {
    position: relative;
    /* Set the container as relative */


}

.card-relative {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 10px;
    color: white;
    width: 100%;
    height: 100%;
    opacity: 0;
    /* Initially hidden with 0 opacity */
    transform: translateY(-20px);
    /* Initial position above the card */
    transition: opacity 0.10s ease, transform 0.10s ease;
    visibility: hidden;
    /* Initially hidden */
}

.card-main:hover .card-relative {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    /* Show on hover */
}

.sec-slider .topPrevarrow,
.sec-slider .topNextarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

/* Adjust the positioning for the left and right arrows */
.sec-slider .topPrevarrow {
    left: 0px;
    /* Adjust the left positioning as needed */
    z-index: 100;
    background-color: #054E9E;
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    cursor: pointer;

}

.sec-slider .topNextarrow {
    right: 10px;
    /* Adjust the right positioning as needed */
    background-color: #054E9E;
    color: white;
    padding: 5px 8px;
    border-radius: 50%;
    cursor: pointer;
}

.b {
    border-top: 5px solid #14A7BB;

}

.facebooks {
    padding-top: 180px !important;
}

.youtube {
    background-image: url('../assets/images/ytb.1262909140cdb87037b4.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 180px 100px 235px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.subscribe-email {
    background-image: url('../assets/images/travel_subscribe.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    fill:#1AA8BC!important;

}

.subscribe-email .sub-part {
    padding-top: 100px;
    padding-bottom: 10px;
}

.sub-part {
    width: 30%;
    margin: 0 auto;
}

.sub-part .form {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-part .form-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 24px;
    margin-right: 10px;
    flex-grow: 1;
}

.sub-part .form-input:focus {
    outline: none;
    /* Remove the default focus outline */
    border: none;
}

.sub-part .form-submit {
    padding: 10px 20px;
    margin-left: -30px;
    background-color: #3498db;
    border: none;
    border-top-right-radius: 20px !important;
    color: #fff;
    border-bottom-right-radius: 20px !important;
    cursor: pointer;
}

.footer {
    background-color: #054E9E;
    color: white;
}

.footer-one p {
    font-size: 13px;
}

.sp {
    border-top: 2px solid #FFC107;
    width: 50% !important;
}

.spp {
    border-top: 2px solid #FFC107;
    width: 20% !important;
}

.sp-item a {
    text-decoration: none;
    color: white;
}

.sp-item a:hover {
    color: #FFC107;
}

.social-link i {
    background-color: #FFC107;
    padding: 10px;
    border-radius: 50%;
    margin-right: 10px;
    font-weight: 600;
}

.social-link .fa-facebook-f {
    padding: 10px 12px !important;
}

.aff-imgs img,
.credit-imgs img {
    width: 60px;
    height: 60px;
    background-color: white;
    padding: 5px;
    border-radius: 10px;
}

.epal-gallery {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../assets/images/bdimg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: white;
}

.gallery-items img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    cursor: pointer;
}

.gallery-items .card {
    background-color: #F1C40F;
}

.gallery-modal {
    background-color: #F1C40F !important;

}

input::placeholder {
    color: #636B82 !important;
    font-weight: 400;
    font-size: 14px;
}

input:focus {
    outline: none;
    /* Remove the outline on focus */
}


@media(max-width:992px) {
    .header-mobile {
        display: block !important;
    }

    .navbar-collapse {
        background-color: #054E9E;
        padding: 20px;
        padding-bottom: 20px;
    }

    .navbar-collapse .nav-item {
        margin-bottom: 20px;
    }

    .nav-link:hover {
        padding: 20px;

    }

    .facebooks {
        padding-top: 50px !important;
    }

    .youtube {
        background-image: url('../assets/images/ytb.1262909140cdb87037b4.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        padding: 180px 100px 235px;
        display: flex;
        align-items: center;
    }
}

@media(max-width:600px) {
    .sub-part {
        width: 100%;
    }
}
