/**********Import wow animation----******/

@import 'animate.css';
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


/********color**************/

:root {
    --nav-header: #0e2941;
    --brant-color: #ff6600;
    --hover-brant-color: #de5f0b;
    --brand-color1: #650046;
    --p: #4e4c4c;
}


/**********for alll a ul *****/

body {
    /*font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;*/
    font-family: "Roboto Condensed", sans-serif;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

ul {
    list-style: none;
}

p {
    color: var(--p);
}

.t-btn {
    background-color: var(--brant-color);
    color: #fff;
    padding: 5px 7px;
    border: 3px solid var(--brand-color1);
    border-radius: 8px;
}

.t-btn:hover {
    background-color: var(--hover-brant-color);
    box-shadow: 0px 0px 2px 2px var(--brant-color);
}

.turant {
    padding: 0px;
    z-index: 10;
}


/*******----nav-----*************/

.navbar .container-fluid a img {
    width: 250px;
    height: 46px;
    background-color: #fff;
    padding: 3px;
    border-radius: 6px;
}

.navbar-toggler {
    background-color: #fff;
}

.navbar-toggler span i {
    font-size: 30px;
}

.navbar {
    background-color: var(--nav-header);
    color: #fff;
    padding: 0px;
}

.hotel-listing-item {
    animation: animate 2s ease-in-out infinite;
}

@keyframes animate {
    0%,
    40%,
    100% {
        display: block;
    }
    10%,
    50%,
    90% {
        display: none;
    }
}

.navbar-nav {
    align-items: center;
}

.navbar-nav .nav-item a {
    color: #fff;
    font-weight: 700;
}

.navbar-nav .register .btn {
    color: blue;
    background-color: #fff;
    border-radius: 4px;
    margin-left: 8px;
    padding: 7px 6px;
    font-weight: normal;
}

.navbar-nav .register .btn:hover {
    background-color: #f7ecec;
}

.navbar-nav .register .btn:focus {
    border: 0px;
    box-shadow: none;
}


/********nav-down-part*****************/

.nav-down-part {
    position: relative;
    height: 300px;
}

.nav-pic {
    position: absolute;
    padding: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    z-index: -1;
}

.nav-pic img {
    width: 100%;
    height: 100%;
}

.nav-down-item {
    position: absolute;
    left: 20px;
    top: 30px;
}

.nav-down-part .nav-down-item ul {
    margin: 0px -30px;
}

.nav-down-part .nav-down-item ul li {
    margin-right: 10px;
    display: inline-block;
}

.nav-down-part .nav-down-item ul li a {
    color: #fff;
    margin: 10px;
}

.nav-down-part .nav-down-item ul li .active {
    border: 1px solid #fff;
    border-radius: 18px;
    padding: 10px 13px 13px 13px;
}

.nav-down-part .nav-down-item ul li span {
    margin-right: 8px;
    color: #fff;
}

.nav-down-find-next {
    padding: 150px 20px 30px 46px;
    color: #fff;
}


/*********nav-down-search****************/

.nav-down-search {
    position: absolute;
    width: 89%;
    background-color: #650046;
    border: 5px solid #650046;
    border-radius: 10px;
    left: 6%;
    bottom: -30px;
    display: grid;
    grid-template-columns: 30% 30% 30% 10%;
}

.search-part {
    background: var(--brant-color);
    margin: 0px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.search-part.turant {
    margin: 0px;
}


/*****search-first*******/


/**************where-----search---part-----**************/

.where-place {
    width: 100%;
    position: relative;
}

.where-icon {
    padding-right: 10px;
}

.where-seleted-part {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    background-color: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    align-items: center;
}

.active .where-seleted-parts {
    border: 5px solid var(--brant-color);
    border-radius: 5px;
}

.where-select-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.where-select-text p {
    font-weight: 500;
}

.where-select-text p i {
    padding-right: 10px;
}

.where-place .where-selected-option .where-options {
    position: relative;
    background-color: #fff;
    padding: 10px 0px;
    border-radius: 10px;
    width: 114%;
    margin-top: 10px;
    box-shadow: 0px 0px 4px 4px #a99999;
}

.where-selected-option {
    position: absolute;
    left: 0px;
    top: 55px;
    width: 100%;
    display: none;
}

.active .where-selected-option {
    display: block;
}

.where-options .where-option {
    display: flex;
    align-items: center;
    padding: 10px;
}

.where-options .where-option:hover {
    background-color: #a99999;
    border-radius: 5px;
}

.where-option i {
    padding-right: 10px;
    font-size: 25px;
}

span .where-seleted-part-down-icon {
    transition: 0.2s;
}

.active span .where-seleted-part-down-icon {
    transform: rotate(-180deg);
}

.where-seleted-parts {
    display: grid;
    grid-template-columns: 10% 85% 5%;
    align-items: center;
    padding: 5px;
    border: 5px solid #fff;
}

.nav-down-search .dropdown {
    background-color: #fff;
    margin-left: 5px;
    border-radius: 5px;
    padding: 8px 5px;
    text-align: center;
}

.nav-down-search .dropdown button {
    width: 100%;
}

.btn:focus {
    color: var(--brant-color);
    box-shadow: 0 0 0 0.25rem var(--brant-color);
}

.nav-down-search .dropdown .dropdown-menu {
    min-width: 23.1rem;
    margin: 10px -10px 10px 0px !important;
}


/*******************search---second--------*******************/

.search-second {
    width: 98%;
    background-color: #fff;
    border-radius: 5px;
    margin: 0px 5px;
    padding: 5px 5px;
    align-items: center;
}

.search-second-icon {
    padding-left: 15px;
}

.search-second-main {
    display: block;
    align-items: center;
    padding: 0px 14px 0px 24px;
    padding: 5px;
    justify-content: space-between;
}

.search-second-main input {
    border: 0px;
    margin: 5px;
    width: 100%;
}

.search-second-main input::placeholder {
    color: #000;
    font-weight: 500;
}

.search-second-main input:focus-visible {
    outline-color: #fff;
}

.search-second-main-check-date {
    width: 35%;
}


/**********search-third******/

.search-third {
    margin-left: 3px;
    border-radius: 7px;
    width: 100%;
    position: relative;
    z-index: 10;
}

.drop-menu-part {
    position: absolute;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 1px;
    width: 98%;
    cursor: pointer;
}

.drop-menu-part ul {
    margin-bottom: -1px;
}

.drop-menu-down {
    position: absolute;
    left: -27px;
    top: 66px;
}

.adults-part {
    width: 285px;
    display: grid;
    grid-template-columns: 34% 33% 33%;
    padding: 15px 0px 0px 13px;
}

.child {
    display: grid;
    grid-template-columns: 10% 17% 60%;
}

.child-num {
    width: 20px;
    height: 25px;
    display: grid;
    grid-template-columns: 5px 9px;
}

.child-num input {
    border: 0px;
    width: 10px;
}

.child-num input:focus-visible {
    outline-color: #fff;
}

.child-text p {
    font-weight: 500;
    padding-left: 3px;
}

.child-dot {
    margin: -16px 3px 0px 3px;
    font-size: 28px;
}

.adult {
    display: grid;
    grid-template-columns: 21% 20% 59%;
    padding-left: 18px;
}

.room {
    display: grid;
    grid-template-columns: 10% 20% 60%;
    padding-right: 20px;
}

.adults-drop {
    display: none;
    width: 350px;
    height: 240px;
    padding: 0px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 4px 4px #a99999;
}

.adults-drops {
    display: block;
}

.adults-drop-item {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 5px 15px;
    align-items: center;
}

.adults-drop-item-right {
    border: 4px solid gainsboro;
    display: grid;
    grid-template-columns: 33% 33% 33%;
}

.sub,
.add {
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    border: 0px;
    background-color: #fff;
}

.add {
    margin-left: 6px;
}

.sub:hover,
.add:hover {
    background-color: #fae5e5;
}

.result {
    border: 0px;
    width: 10px;
    padding-top: 6px;
    padding-left: 17px;
}

.result:focus-visible {
    outline-color: #fff;
}

.drop-close {
    text-align: center;
    margin: 10px;
}

.drop-close button {
    width: 100%;
}

.calender {
    display: grid;
    grid-template-columns: 8% 92%;
    align-items: center;
}

.calender .calnder-check-in {
    text-align: right;
}

.calender .calnder-check-in span:first-child {
    padding-right: 10px;
}

.calender .mid {
    padding-left: 10px;
    font-weight: bold;
    margin-top: -10px;
}

.calender-under {
    display: grid;
    grid-template-columns: 48% 48%;
}

.nav-down-search .search-part span {
    font-size: 20px;
    color: #fff;
    margin: 20px 0px 3px 0px;
}

.nav-down-search .search-part span i {
    margin-top: 16px;
}


/**************apartment********/

.apartment .one {
    display: grid;
    grid-template-columns: 20px 400px;
    margin-left: 70px;
    align-items: center;
    font-weight: 400;
}

.apartment .one .one-l {
    width: 20px;
    height: 20px;
}

.apartment .one .one-l input {
    width: 100%;
    height: 100%;
}

.apartment .one .one-r {
    padding-left: 5px;
}


/*********offers--------------***/

.offert-title p {
    font-size: 18px;
    margin-bottom: 0px;
}


/*********offer-carousel*********/

.offer-carousel .item img {
    border-radius: 10px;
}

.offer-carousel-more {
    position: relative;
    height: 200px;
}

.offer-carousel .owl-nav {
    margin-top: -115px !important;
    position: relative;
}

.offer-carousel .owl-nav button.owl-prev {
    background-color: white;
    width: 30px;
    margin-left: -54px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px var(--brant-color);
    z-index: 24;
}

.offer-carousel .owl-nav button.owl-prev:hover {
    background-color: #e6e2e2;
    color: black;
}

.offer-carousel .owl-nav button.owl-next {
    background-color: white;
    width: 30px;
    margin-left: 1265px;
    margin-right: -54px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px var(--brant-color);
    z-index: 24;
}

.offer-carousel .owl-nav button.owl-next:hover {
    background-color: #e6e2e2;
    color: black;
}

.offer-carousel .owl-dots {
    margin-top: 95px;
}

.offer-carousel-more .offer-carousel-more-pic {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}

.offer-carousel-more .offer-carousel-more-pic img {
    width: 100%;
    height: 200px;
}

.offer-carousel-more .offer-carousel-more-text {
    position: absolute;
    left: 38px;
    top: 67px;
    z-index: 22;
    color: #fff;
}

.offer-carousel-more .offer-carousel-more-text-one {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 21;
    border-radius: 10px;
}


/*******************trending-main----*******/

.trending-main {
    position: relative;
    width: 100%;
    height: 260px;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 20px;
}

.trending-main .trending-pic img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: 0.9s;
}

.trending-main .trending-pic img:hover {
    scale: 1.3;
}

.trending-main .trending-text {
    position: absolute;
    left: 30px;
    top: 30px;
    color: #fff;
    z-index: 12;
}

.trending-main .trending-text img {
    width: 35px;
    margin-top: -10px;
}


/*********----ads----------***/

.ads {
    position: relative;
    width: 100%;
    height: 170px;
}

.ads a {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ads .cross-ads {
    position: absolute;
    right: -8px;
    top: -9px;
}

.ads .cross-ads i {
    text-align: center;
    background-color: rgb(175, 4, 4);
    color: #fff;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    padding-top: 1px;
}


/*********browse-carousel*********/

.browser-main-part {
    margin-bottom: 115px;
}

.browser-main-part .browser-item img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}

.browser-item a {
    color: #000;
}

.browser-main-part .owl-nav {
    margin-top: -142px;
    position: relative;
}

.browser-main-part .owl-nav button.owl-prev {
    background-color: white;
    width: 30px;
    margin-left: -13px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px var(--brant-color);
    z-index: 24;
}

.browser-main-part .owl-nav button.owl-prev:hover {
    background-color: #e6e2e2;
    color: black;
}

.browser-main-part .owl-nav button.owl-next {
    background-color: white;
    width: 30px;
    margin-left: 1265px;
    margin-right: -54px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 2px 1px var(--brant-color);
    z-index: 24;
}

.browser-main-part .owl-nav button.owl-next:hover {
    background-color: #e6e2e2;
    color: black;
}


/******************quick-part***************************/

.quick-part a {
    color: #000;
}

.quick-part a img {
    border-radius: 5px;
}


/*****************footer----------------********/

.footer-down {
    padding: 5px;
    text-align: center;
    color: var(--p);
}


/*******************************************************************************
********************************************************************************
*********************************************************************************
*********************************************************************************
******************Login----------csss----------start-------------------********/

.modern-register {
    width: 75%;
    margin: auto;
    padding: 5px 20px;
}

.modern-register .modal-header {
    padding: 5px 15px;
}

.login-header {
    background-color: #d8d8d8;
}

.sign-title h1 {
    color: var(--brand-color1);
    font-size: 17px;
    font-weight: 600;
}

.login-form label {
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 15px;
    margin-top: 10px;
}

.login-form input {
    border: 1px solid #000;
    padding: 8px;
}

.login-form input:focus {
    border-color: var(--brant-color);
    box-shadow: 0px 0px 2px 2px var(--brant-color);
}

.login-form .btn {
    width: 100%;
    padding: 8px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    background-color: #234666;
}

.login-form .btn:hover {
    background-color: #0e2941;
}

.other-option {
    align-items: center;
}

.other-option-item {
    justify-content: space-around;
}

.other-option a {
    border: 1px solid var(--brand-color1);
    padding: 20px 20px;
    border-radius: 5px;
}

.other-option a:hover {
    border-color: var(--brant-color);
}