/**

* Template Name: Traverse Holiday Theme

*/


/*--------------------------------------------------------------

# Header-2

--------------------------------------------------------------*/

.header-two {
    background-color: #FFF;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.header-two.sticked {
    position: fixed;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    background-color: var(--tertiary-color);
    animation: fadeInDown 1s ease-in-out;
    top: 0;
    left: 0;
    transition: 0.09s;
}

.navbar-light .navbar-toggler-icon {
    background-image: url(../img/manu-close-icon.svg);
    width: 40px;
    height: 40px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-light .collapsed .navbar-toggler-icon {
    background-image: url(../img/menu-open-icon.svg);
    width: 40px;
    height: 40px;
}

.header-two a.navbar-brand {
    padding: 0;
    margin: 0;
}

.header-two ul.navbar-nav li.nav-item {
    margin-right: 50px;
}

.header-two ul.navbar-nav li:hover.nav-item {
    list-style-type: disc;
    color: #FF7400;
}

.header-two ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}

.header-two ul.navbar-nav li.nav-item a.nav-link {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    color: #000;
    padding: 1px;
    transition: all 0.3s;
}

.header-two .navbar {
    padding: 33px 0;
}

.navbar-toggler {
    padding: 2px 7px;
    font-size: 18px;
}

.header-two .navbar-nav .nav-item .nav-link:hover,
.header-two .navbar-nav .nav-item .nav-link.active {
    color: #FF7400;

}

.header-two .serach-bar .form-group input {
    width: 300px;
    height: 56px;
    border-radius: 30px;
    background-color: #E1E1E180;
    padding: 16px 20px 16px 60px;
    border-color: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
}

.header-two .serach-bar .form-group input::placeholder {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #000;
    padding: 16px 20px 16px 20px;
}

.header-two .serach-bar .form-group input:focus {
    box-shadow: none;
}

.header-two .serach-bar .form-group button {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--primary-color);
    border: none;
    outline: none;
    position: absolute;
    left: 6px;
    top: 5px;
    box-shadow: 0px 3px 20px 0px #FF740059;
    transition: all 0.3s;
}

.header-two .serach-bar .form-group button:hover {
    background-color: #000;
}

.dropdown-toggle::after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    border: none;
    vertical-align: middle;
}

.header-two {
    overflow: visible;
}

.sticked .navbar {
    padding: 20px 0 !important;
}


/* dropdown hover effect */

.header-two .dropdown-menu {
    background-color: #fff;
    border: ntwo;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(-10px);
    visibility: hidden;
}

.header-two .dropdown-menu.show {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.header-two .dropdown-item {
    color: #000;
    padding: 10px 20px;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
    border-radius: 5px;
}

.header-two .dropdown-item:hover {
    background-color: #FF7400;
    color: #fff;
    transform: translateX(5px);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.header-two .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}



@-webkit-keyframes fadeInDown {

    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;

        transform: translate3d(0, 0, 0);
    }

}


/******************* responsive ********************/


@media (max-width: 1399.98px) {

    .header-two ul.navbar-nav li.nav-item {
        margin-right: 30px;
    }

    .header-two .navbar {
        padding: 30px 0;
    }

}

@media (max-width: 1199.98px) {

    .header-two ul.navbar-nav li.nav-item a.nav-link {
        font-size: 14px;
        line-height: 22px;
    }

    .header-two ul.navbar-nav li.nav-item {
        margin-right: 20px;
    }

    .header-two input.form-control {
        padding: 10px 20px 10px 50px !important;
        width: 250px;
    }

    .header-two .navbar-nav .nav-item .nav-link {
        font-size: 14px;
        padding-right: 0.2rem;
        padding-left: 0.2rem;
    }

    .header-two a.navbar-brand img {
        width: 170px;
    }

    .header-two .serach-bar .form-group button {
        width: 44px;
        height: 44px;
        display: flex;
        left: 6px;
        top: 4px;
    }

    .header-two .serach-bar .form-group input {
        width: 250px;
        height: 52px;
        font-size: 14px;
        line-height: 22px;
    }

    .header-two .serach-bar .form-group input::placeholder {
        font-size: 14px;
        line-height: 22px;
        padding: 16px 10px 16px 15px;
    }
}

@media (max-width: 991.98px) {

    .header-two ul.navbar-nav li.nav-item a.nav-link {
        padding: 5px 0;
    }

    .header-two .dropdown-item {
        padding: 5px 15px;
        font-size: 14px;
    }



    .header-two form.serach-bar {
        display: none !important;
    }

    .header-two .navbar {
        padding: 25px 0;
    }

    .navbar-light .collapsed .navbar-toggler-icon {
        width: 35px;
        height: 35px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 35px;
        height: 35px;
    }

    .header-two ul.navbar-nav li.nav-item {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .header-two ul.navbar-nav li.nav-item:last-child {
        margin-right: auto;
    }

    .header-two .dropdown-menu.show {
        border: 0;
    }

    .header-two.sticked {
        animation: none;
    }

    #header .navbar-collapse {
        position: fixed;
        right: -100%;
        top: 0;
        width: 80%;
        max-width: 400px;
        min-height: 100vh;
        max-height: 100vh;
        overflow-y: auto;
        z-index: 99;
        background: #fff;
        transition: all 0.5s;
        padding: 30px 50px 20px 30px;
    }

    #header .navbar-collapse.show {
        right: 0;
    }

    #header .navbar-toggler {
        z-index: 999;
        position: relative;
    }

}

@media (max-width: 575.98px) {
    .header-two a.navbar-brand img {
        width: 150px;
    }

    .header-two .navbar {
        padding: 23px 0;
    }

    .navbar-light .collapsed .navbar-toggler-icon {
        width: 30px;
        height: 30px;
    }

    .navbar-light .navbar-toggler-icon {
        width: 30px;
        height: 30px;
    }
}