/** Font Family **/

@import url(https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700);

/*!---------------------------------------------------*/


/** Style for Icons **/

@font-face {
    font-family: 'ElegantIcons';
    src:url('../src/ElegantIcons.eot');
    src:url('../src/ElegantIcons.eot?#iefix') format('embedded-opentype'), url('../src/ElegantIcons.woff') format('woff'),
        url('../src/ElegantIcons.ttf') format('truetype'),
        url('../src/ElegantIcons.svg#ElegantIcons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon_search,
.icon_phone,
.icon_mail {
    font-family: 'ElegantIcons';
    font-style: normal;
    color: white;
}

.icon_search:before {
    content: "\55";
    font-size: 18px;
}

.icon_phone:before {
    content: "\e090";
    color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}

.icon_mail:before {
    content: "\e076";
    color: #1cc3b2;
    font-size: 14px;
    padding: 0px 5px 0px 0px;
}

.dropdown-cont>a .arrow {
    box-sizing: content-box;
    padding-top: 8px;
    padding-left: 1px;
    padding-right: 1px;
    width: 11px;
}

.dropdown>.dropdown-cont>a>.arrow {
    transform: rotate(-90deg);
    position: absolute;
    top: 10px;
    right: 16px;
}

.closeIcon {
    display: none;
}

.cross-wrap {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
}

.cross-wrap>span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 6px;
    background: #232323;
}

.cross-wrap>.top {
    top: 12px;
    left: 0;
    transform: rotate(45deg);
}

.cross-wrap>.bottom {
    bottom: 12px;
    left: 0;
    transform: rotate(-45deg);
}


/*!---------------------------------------------------*/


/** LOGO **/

#logo {
    display: flex;
    align-items: center;
    padding-top: 2px;
    cursor: pointer;
}

#logo>img {
    max-width: 100%;
    height: auto;
}

.header-menu>.container>.cont {
    display: flex;
    align-items: center;
}


/*!---------------------------------------------------*/


/** Body **/

* {
    margin: 0%;
    padding: 0%;
    transition-duration: 500ms;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-y: scroll;
}


/*!---------------------------------------------------*/


/** Header section **/

.header {
    width: 100%;
    background-color: #1cc3b2;
}


/*!---------------------------------------------------*/


/*? Search Bar ?*/

.search-form {
    /* max-width: 1200px; */
    opacity: 0;
    position: relative;
    z-index: 10000000;
    height: 0px;
    margin: auto;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
    display: flex;
    align-items: center;
    background-color: #1cc3b2;
}

.search-form>.container {
    opacity: 0;
    height: 0px;
    transition-duration: 350ms;
    transition-timing-function: ease-in;
}

.search-form-active, .search-form-active>.container {
    height: 80px;
    opacity: 1;
}

.container {
    width: 1140px;
    /* width: 100%; */
    margin: auto;
    padding: 0px 15px;
    height: 60px;
    box-sizing: border-box;
    display: flex;
}

.container>form {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#searchInput {
    /* outline: 1px solid red; */
    background: transparent;
    border: 0px;
    width: 95%;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.magnifier {
    /* outline: 1px solid red; */
    width: 5%;
    text-align: right;
    cursor: pointer;
    background: transparent;
    border: 1px solid transparent;
    border-top: 0px;
    border-right: 0px;
}


/*!---------------------------------------------------*/


/*? Header Top ?*/

.header-top {
    /* max-width: 1200px; */
    height: 50px;
    margin: auto;
    display: flex;
    background-color: #0e2737;
}

.header-top>.container {
    /* outline: 1px solid red; */
    height: 50px;
}

.cont {
    /* outline: 1px solid red; */
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.box {
    /* outline: 1px solid red; */
    width: 50%;
}

.header-top-cont {
    height: 50px;
    display: flex;
    align-items: center;
    gap: 50px;
}

.box a {
    text-decoration: none;
    color: white;
    font-size: 14px;
}

.box a span {
    transition-duration: 500ms;
}

.box>.contact>a:hover>span {
    opacity: 0.5;
}

.icons {
    justify-content: end;
    gap: 34.25px;
}

.icons>a {
    transition-duration: 500ms;
}

.icons>a:hover {
    color: #1cc3b2;
}


/*!---------------------------------------------------*/


/*? Header menu ?*/

.header-menu {
    background-color: white;
    height: 80px;
}

.header-menu>.container {
    height: 80px;
}

/*? Nav Menu ?*/

.header-menu-main {
    /* outline: 1px solid red; */
    /* width: 100%; */
    display: flex;
    /* align-items: center; */
    /* justify-content: space-between; */
    /* padding-bottom: 2px; */
}

.navbar {
    /* outline: 1px solid red; */
    display: flex;
    /* height: 100%; */
    align-items: center;
    /* gap: 40px; */
    /* justify-content: center; */
    
}

#nav {
    /* outline: 1px solid red; */
    display: flex;
    height: 40px;
    width: 612.5px;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 2px;
    /* gap: 40px; */
}

.navbar>#nav>li {
    list-style: none;
    background-color: white;
}

.navbar>#nav>li>a {
    /* outline: 1px solid red; */
    height: 100%;
    padding: 0px 20px;
    text-decoration: none;
    font-size: 16px;
    text-transform: capitalize;
    color: #2a303b;
    font-weight: 500;
    transition-duration: 500ms;
}

.navbar>#nav>li:hover>a {
    color: #afb4bf;
}

.trigger {
    display: none;
}

/*? Drop down 1 ?*/

.dropdown-cont {
    position: relative;
}

.dropdown {
    opacity: 0;
    visibility: hidden;
    width: 210px;
    position: absolute;
    background-color: #ffffff;
    top: 150%;
    z-index: 100;
    box-shadow: 0 2px 40px 8px rgb(15 15 15 / 15%);
    /* transition-duration: 300ms; */
    border-radius: 6px;
    padding: 10px 0;
    border: 0px;
}

.hover:hover>.dropdown {
    opacity: 1;
    top: 130%;
    visibility: visible;
}

.dropdown>li {
    /* outline: 1px solid red; */
    cursor: pointer;
    height: 42px;
    border-bottom: 1px solid rgba(242, 244, 248, 0.7);
    list-style: none;
    box-sizing: border-box;
    background-color: white;
}

.dropdown>li>a {
    font-size: 14px;
    width: 100%;
    line-height: 42px;
    font-weight: 500;
    text-decoration: none;
    color: #2a303b;
    padding: 0px 30px;
    box-sizing: border-box;
    /* outline: 1px solid red; */
    transition-duration: 500ms;
}

.dropdown>li:hover>a {
    color: #1cc3b2;
}

.empty {
    display: none;
}

/*? Drop down 2 ?*/

.dropdown .dropdown {
    /* position: absolute; */
    opacity: 0;
    top: 20px;
    left: 180px;
}

.dropdown>.hover:hover>.dropdown {
    opacity: 1;
    top: -10px;
}

.dropdown>li:last-child, .dropdown>li:nth-last-child(5) {
    border: 0px;
}


/*!---------------------------------------------------*/


/** menu change **/

.navbar-toggler {
    display: none;
    /* display: flex; */
}

.navbarToggler {
    display: flex;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding-bottom: 2px;
}

.navbarToggler>span {
    background-color: #2a303b;
    position: relative;
    border-radius: 3px;
    height: 3px;
    width: 30px;
    transition-duration: 300ms;
}

.navbar-toggler>.active>span:nth-of-type(1) {
    transform: rotate3d(0, 0, 1, 45deg);
    top: 8px;
}

.navbar-toggler>.active>span:nth-of-type(2) {
    opacity: 0;
}

.navbar-toggler>.active>span:nth-of-type(3) {
    transform: rotate3d(0, 0, 1, -45deg);
    top: -8px;
}



/*!---------------------------------------------------*/


/*? Search Button ?*/

.search-btn {
    /* height: 24px; */
    margin-left: 24px;
    padding-bottom: 2px;
    transition-duration: 500ms;
    cursor: pointer;
}

.search-btn:hover {
    color: #1cc3b2;
}



/*? Book Now button ?*/

.book-now-btn {
    height: 100%;
    background-color: #1cc3b2;
    display: flex;
    align-items: center;
    margin-left: 3rem;
    transition-duration: 500ms;
}

.book-now-btn:hover {
    background-color: #2a303b;
}

.book-now-btn>a {
    height: 100%;
    padding: 0px 30px;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 80px;
    font-weight: 500;
}

.book-now-btn>a>i {
    padding-left: 5px;
}


/*!---------------------------------------------------*/


.height-check {
    height: 1000px;
    background-color: black;
}


/*!---------------------------------------------------*/


/** Media Queries **/

@media only screen and (max-width:1199px){
    .height-check {
        background-color: pink;
    }

    .container {
        max-width: 960px;
    }

    #nav {
        width: 450.77px;
        padding-bottom: 4px;
    }

    .navbar>#nav>li>a {
        font-size: 14px;
        padding: 0px 10px;
    }

    .dropdown-cont>a>img {
        padding-left: 2px;
        padding-right: 0px;
    }

    .dropdown-cont:hover>.dropdown,.dropdown:hover>.dropdown {
        top: 135%;
    }

}

@media only screen and (max-width:991px){
    .height-check {
        background-color: lightblue;
    }

    .container {
        max-width: 720px;
    }

    .header-top-cont:not(.icons) {
        gap: 30px;
    }

    .box a span {
        display: none;
    }

    .header-menu,.header-menu>.container {
        height: 70px;
    }

    .navbar-toggler {
        display: flex;
    }

    /** Hamburger Menu **/

    .closeIcon {
        display: block;
    }

    .closeIcon {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 12;
    }

    .navbar {
        background-color: #ffffff;
        position: fixed;
        top: 0;
        left: -340px;
        z-index: 9999;
        width: 320px;
        height: 100%;
        transition-duration: 500ms;
        padding-top: 80px;
        margin-bottom: 80px;
        box-shadow: 0 5px 20px rgb(0 0 0 / 10%);
        display: block;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .menu-on>.navbar {
        left: 0px;
    }

    .navbar>#nav {
        max-width: 100%;
        height: auto;
        flex-direction: column;
    }

    .navbar>#nav>li {
        width: 100%;
    }

    .navbar>#nav>li>a {
        display: block;
        font-size: 14px;
        background-color: #f2f4f8;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0 20px;
        height: 45px;
        box-sizing: border-box;
        line-height: 45px;
    }

    .search-btn {
        position: relative;
        padding-top: 25px;
        padding-bottom: 27px;
        margin-bottom: 3px;
    }

    .book-now-btn {
        /* width: 100%; */
        display: inline-block;
        height: 50px;
        border-radius: 30px;
        margin-left: 1rem;
        margin-bottom: 160px;
    }

    .book-now-btn>a {
        height: 50px;
        line-height: 50px;
    }

    .book-now-btn>a>i {
        padding-left: 5px;
    }

    .dropdown>.dropdown-cont>a>img {
        transform: rotate(0deg);
    }

    .arrow {
        display: none;
    }

    
    /** Drop down 1 **/

    .trigger {
        position: absolute;
        height: 31px;
        width: 31px;
        background-color: #2c3e50;
        top: 7px;
        right: 15px;
        left: auto;
        display: block;
        border-radius: 2px;
        cursor: pointer;
        box-sizing: border-box;
        padding-left: 9px;
        padding-top: 2px;
        transition-duration: 0ms;
    }

    .trigger > .arrow {
        display: block;
        background-color: transparent;
        transition-duration: 0ms;
    }

    .open>a>.trigger {
        background-color: #27ae60;
    }

    .open>a>.trigger>.arrow {
        transform: rotate(180deg);
        margin-top: 8px;
    }

    .dropdown-cont {
        position: relative;
    }

    .dropdown, .dropdown>.dropdown-cont>.dropdown {
        opacity: 0;
        visibility: hidden;
        height: auto;
        width: auto;
        position: relative;
        top: unset;
        box-shadow: none;
        border-radius: 0px;
        padding: 0px 0;
        border: 0px;
        height: 0px;
        transition-duration: 500ms;
    }


    .dropdown>li {
        height: 0px;
        background-color: transparent;
    }

    .open .dropdown>li {
        height: 42px;
    }

    .open>.dropdown {
        height: 336px;
    }

    .open>.dropdown, .dropdown>.open>.dropdown {
        opacity: 1;
        visibility: visible;
    }

    .open + .empty, .open + .empty + .empty, .open + .empty + .empty + .empty, .open + .empty + .empty + .empty + .empty  {
        display: block;
    }

    .empty {
        display: none;
    }
    
    /*? Drop down 2 ?*/
    
    .dropdown .dropdown {
        position: relative;
        display: block;
        width: 100%;
        opacity: 1;
        top: unset;
        left: unset;
        height: unset;
    }

    .dropdown>.dropdown-cont>.dropdown {
        padding-left: 15px;
    }

    .dropdown>.dropdown-cont>.dropdown>li {
        height: 0px;
    }

    .dropdown>.open>.dropdown>li {
        height: 42px;
    }

    
    .dropdown>.dropdown-cont:hover>.dropdown, .dropdown>.dropdown-cont>.dropdown:hover>.dropdown {
        top: unset;
    }


}

@media only screen and (max-width:767px){
    .height-check {
        background-color: rgba(0, 255, 255, 0.288);
    }

    .container {
        max-width: 540px;
    }

    .header-top-cont:not(.icons) {
        gap: 15px;
    }
    
    .icons {
        gap: 19.25px;
    }

    #logo {
        width: 90px;
    }

    #logo>img {
        height: 23px;
    }

}

@media only screen and (max-width: 575px){
    .height-check {
        background-color: #afb4bf;
    }

    .container {
        max-width: 100%;
    }

    #searchInput {
        width: 90%;
    }

    .magnifier {
        width: 10%;
    }
}