.nav__main {
    width: 100%;
}

.nav__main .navbar-area {
    width: 100%;
    height: 70px;
    z-index: 55;
    align-items: center;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 0;
    padding: 0 0 0 80px !important;
    display: flex;
    flex-grow: 1;
}

.left__navbar {
    /* width: 22%; */
    width: calc(100% - 85%);
}

.left__navbar .logo__area {
    width: 180px;
    height: 50px;
}

.left__navbar .logo__area img {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    object-fit: contain;
    top: 0;
    right: 18px;
}

.rigth__navbar {
    width: 85%;
    display: flex;
    gap: 15px;
    padding-right: 50px;
    box-sizing: border-box;
    height: 100%;
    align-items: end;
    justify-content: flex-end;
}

/* .rigth__navbar .navitems__area1 {
    padding: 0 8px;
} */
.rigth__navbar .nav-items-area1 {
    /* padding: 0 8px; */
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0 20px;
}

.rigth__navbar .navitems__area1 {
    /* padding: 0 8px; */
    border-right: 1px solid #eee;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
}

.navitems__area1 a {
    text-decoration: none;
    display: block;
    margin: 0 auto;
    align-items: center;
    justify-content: center;

}

/* .navitems__area1 a .nav__con::before {
    content: ' ';
    border-left: 1px solid #eee;
    overflow: hidden;
    height: 70px;
} */
.navitems__area1 a .nav__con {
    display: flex;
    width: 100%;
    gap: 4px;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.navitems__area1 a .nav__con .icon {
    width: calc(100% - 95%);
}

.navitems__area1 a .nav__con .icon .bi {
    position: relative;
    /* top: 24px; */
    display: block;
    color: #4c4c4c;
    font-size: 24px;
    left: 4px;
    margin: 0 auto;
}

.navitems__area1 a .nav__con .text {
    width: 95%;
    margin-left: 23px;

}

.navitems__area1 a .nav__con .text p {
    position: relative;
    top: 19px;
    color: #000;
    font-size: 17px;
}

.navitems__area1 a .nav__con .text .subtext {
    position: relative;
    top: -1px;
    font-size: 14px;
    color: #999a99;
    font-weight: 300;
}
/* 
.navitems__area1 .language__area {
    border-left: 1px solid #eee;
    height: 70px;
}

.navitems__area1 .language__area .language1 {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 21px;
    left: 5px;
} */

.navprofile {
    /* border-left: 1px solid #eee; */
    height: 70px;
    /* border-right: 1px solid #eee; */
    /* height: 100%; */
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdownToggle::after {
    content: none;
}

.dropdownToggle a {
    text-decoration: none;
}

.dropdownToggle a .content {
    display: flex;
    /* gap: 15px; */
    width: 100%;
    justify-content: center;
    align-items: center;
    /* margin-left: 20px; */
}

/* .dropdownToggle a>.content:hover {
    color: rgba(0,0,0,.87);
    background: #f3f5f7;
    
} */
.dropdownToggle a .content .icon .bi {
    position: relative;
    top: 18px;
    display: block;
    color: #4c4c4c;
    font-size: 24px;
    left: 8px;
    margin: 0 auto;
}

.dropdownToggle a .content .text p {
    position: relative;
    top: 23px;
    left: 5px;
    color: #000;
    font-size: 17px;
}

/* .navprofile::before {
    content: ' ';
    border-left: 1px solid #eee;
    overflow: hidden;
    height: 70px;
} */
.dropdownMenu {
    padding: 12px;
    /* margin-right: 20px;
    position: relative; */
}

.dropdownMenu>li {
    padding: 4px 5px 4px 5px;
    border-bottom: 1px solid #eee;
}

.dropdown-city {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 210px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    margin-top: -6px;
}

.dropdown-content .h5 {
    margin-bottom: 2px;
    color: #000;
    font-weight: 700;
}

.dropdown-content>a {
    color: black;
    font-size: 16px;
    padding: 5px 16px;
    text-decoration: none;
    display: block;
}

/* .dropdown-content a>.h5 {
    color: #3e2c41;
  } */

.dropdown-city .dropdown-content>a:hover {
    /* background-color: #ddd; */
    color: #3e2c41;
}

.dropdown-city:hover .dropdown-content {
    display: block;
}

.dropdown-city:hover .dropbtn {
    background-color: #3e8e41;
}

.sub-navbar {
    width: 100%;
    height: 42px;
    align-items: center;
    background-color: #f3f5f7;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-top: 0;
    padding: 2px 60px 0 !important;
}

.dropbtn .bi-chevron-down:hover {
    display: inline-block;
    width: 6px;
    margin-left: 8px;
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

/* .dropbtn .bi-chevron-down::before {
    left: 0;
    transform: rotate(-45deg);
    background: rgba(0, 0, 0, 0.54);
    content: "";
    height: 7px;
    position: absolute;
    top: -4px;
    width: 1px;
  }
  .dropbtn .bi-chevron-down::after {
    left: 0;
    transform: rotate(45deg);
    background: rgba(0, 0, 0, 0.54);
    content: "";
    height: 7px;
    position: absolute;
    top: -4px;
    width: 1px;
  } */
.start-subnavbar {
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin: 6px auto;
}

.start-subnavbar .content__area a {
    text-decoration: none;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    font-size: 14px;
}

.start-subnavbar .content__area a:hover {
    color: #3e2c41;
}

.start-subnavbar .content__area a .dropdown-city .text .mainText:hover {
    color: #3e2c41;
}

.start-subnavbar .content__area a .dropdown-city .text .mainText {
    font-weight: 400;
    color: rgba(0, 0, 0, 0.7);
    margin: 0;
    font-size: 14px;
}

.nav__main2 {
    display: flex;
    width: 100%;
    gap: 14px;
}

.nav__main2 .logo__area {
    width: calc(100% - 87%);
    height: auto;
}

.nav__main2 .logo__area img {
    /* width: 150px;
    height: auto;
    text-align: center;
    position: relative;
    top: 10px;
    left: 18px; */
    width: 150px;
    height: 72px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 15px;
    object-fit: contain;
}

.nav__main2 .navitems__area1 .language__area {
    /* border-left: 1px solid #eee; */
    height: 70px;
}

.nav__main2 .navitems__area1 .language__area .language1 {
    position: relative;
    display: block;
    margin: 0 auto;
    top: 21px;
    left: 5px;
}

.nav__main2 .navitems__area1 {
    /* padding: 0 8px; */
    border-left: 1px solid #eee;
    /* border-right: 1px solid #eee; */
    height: 100%;
    padding: 0 5px;
}

.main__searchArea1 input {
    padding: 12px 25px 12px 28px;
    width: 370px;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
}

.main__searchArea1 .nearme__area a {
    position: absolute;
    top: calc(50% - 28px);
    right: 57%;
    padding: 4px;
    border-radius: 15px;
    text-decoration: none;
    color: #ffffff;
    background: var(--secondry-color);
}

.main__dateArea1 input {
    position: relative;
    top: -12px;
    padding: 12px 25px 12px 28px;
    width: 200px;
    border: 1px solid #2a2a2a;
    border-radius: 1px;
}

.main__TimeArea1 select {
    position: relative;
    top: -12px;
    padding: 11px 20px 11px 20px;
    width: 140px;
    font-size: 17px;
    font-weight: 800;
    border: 1px solid #2a2a2a;
    border-radius: 0px;
    /* border-left: 1px solid #2a2a2a; */
}

.main__TimeArea1 select option {
    background-color: #2c2e58;
    padding: 20px 0px;
    color: #fff;
}

.main__searchArea1 input::-webkit-input-placeholder {
    color: #212121;
    font-size: 19px;
    font-weight: 700;
}

.main__dateArea1 input::-webkit-input-placeholder {
    color: #000;
    font-size: 19px;
    font-weight: 700;
}

.main__roomArea1 {
    background: var(--text-color);
    padding: 12px 25px 12px 28px;
    position: relative;
    top: -12px;
    border: 1px solid #2a2a2a;
    border-radius: 1px;

}

.main__submitArea1 {
    background: var(--secondry-color);
    padding: 11px 25px 11px 28px;
    position: relative;
    top: -12px;
    border-left: 1px solid #2a2a2a;
}

.main__submitArea1 button {
    border: none;
    background: transparent;
    color: var(--text-color);
    font-size: 18px;
    font-weight: 700;
}

.roomguestArea {
    display: flex;
    position: relative;
    top: 9px;
}

.roomguestArea .text {
    width: 35%;
    text-align: center;
}

.roomguestArea .text p {
    font-size: 17px;
    font-weight: 700;
}

.roomguestArea .number {
    width: 65%;
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 12px;
}

.roomguestArea .number .minus .bi {
    color: #2c2e58;
    font-size: 20px;
    cursor: pointer;
}

.roomguestArea .number .plus .bi {
    color: #2c2e58;
    font-size: 20px;
    cursor: pointer;
}

.roomguestArea .number input {
    width: 80px;
}

.roomArea__Guesta {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #eee;
}

.roomArea__Guesta .text1 {
    width: 50%;
}

.roomArea__Guesta .text1 p {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.roomArea__Guesta .text2 p {
    text-align: center;
    font-size: 19px;
    font-weight: 700;
}

.roomArea__Guesta .text2 {
    width: 50%;
}

.add__Room__area {
    display: flex;
    width: 100%;
}

.add__Room__area .deleteRoom {
    width: 50%;
    justify-content: center;
    align-items: center;
}

.add__Room__area .addRoom {
    width: 50%;
    justify-content: center;
    align-items: center;
}

.add__Room__area .addRoom button {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #3e2c41;
    color: #fff;
    padding: 5px;
    transition: all ease-in-out .4s;
    cursor: pointer;
}

.add__Room__area .deleteRoom button {
    display: block;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 4px;
    background: #2c2e58;
    cursor: pointer;
    transition: all ease-in-out .4s;
    color: #fff;
    padding: 5px;
}

.add__Room__area .addRoom button:hover {
    transform: scale(1.2);
    transition: all ease-in-out .5s;
}

.add__Room__area .deleteRoom button:hover {
    transform: scale(1.2);
    transition: all ease-in-out .5s;
}


/* slick slider start here */

.slick-list .slick-slide {
    padding: 30px 7px;
}

.slick-arrow {
    z-index: 1;
    width: 40px;
    height: 40px;
}

.slick-arrow:before {
    font-size: 30px;
}

.slick-next {
    right: 10px;
    position: relative;
}

.slick-prev {
    left: 0;
}

.btn-wrap {
    text-align: center;
    width: 100%;
}

.slick-list button {
    /* background-color: #ddd; */
    border: none;
    /* padding: 15px 15px 25px 15px; */
    border-radius: 5px;
    margin: 35px;
    transition: all 0.5s;
}

.slick-list button.slick-disabled {
    opacity: 0.6;
}

.slider__item {
    display: flex;
    gap: 4px;
}

.slider__item img {
    height: 400px;
    width: 440px;
    object-fit: cover;
    overflow: hidden;
}

/* end slider here */



/* CSS */
.buttons__logIn {
    appearance: none;
    background-color: #3e2c41;
    border-width: 0;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: sans-serif;
    font-size: 17px;
    text-shadow: 1px 1px 5px #4c4c4c;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1em;
    margin: 0 auto;
    opacity: 1;
    outline: 0;
    padding: 15px;
    position: relative;
    left: 10px;
    top: 14px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    transition: opacity 300ms cubic-bezier(.694, 0, 0.335, 1), background-color 100ms cubic-bezier(.694, 0, 0.335, 1), color 100ms cubic-bezier(.694, 0, 0.335, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    white-space: nowrap;
    border-radius: 8px;
}

.buttons__logIn:before {
    animation: opacityFallbackOut .5s step-end forwards;
    backface-visibility: hidden;
    background-color: #B76F5A;
    clip-path: polygon(-1% 0, 0 0, -25% 100%, -1% 100%);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: translateZ(0);
    transition: clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1), -webkit-clip-path .5s cubic-bezier(.165, 0.84, 0.44, 1);
    width: 100%;
    color: #fff;
    border-radius: 8px 0px 8px 0px;
}

.buttons__logIn:hover:before {
    animation: opacityFallbackIn 0s step-start forwards;
    clip-path: polygon(0 0, 101% 0, 101% 101%, 0 101%);
    color: #fff;
}

.buttons__logIn:hover {
    color: #fff;
}

.buttons__logIn:after {
    background-color: #3e2c41;
    color: #fff;
}

.buttons__logIn span {
    z-index: 2;
    position: relative;
}

.nav__main3 {
    display: flex;
    width: 100%;
    gap: 10px;
}

.nav__main3 .backTohome {
    width: 20%;
    position: relative;
    top: 22px;
    left: 20px;
}

.nav__main3 .backTohome button {
    background: var(--secondry-color);
    color: #fff;
    border: 1px solid #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    border-radius: 25px;
    padding: 5px 20px;
    transition: all ease .8s;

}

.nav__main3 .backTohome button:hover {
    background: var(--primary-color);
    letter-spacing: 2px;
    transition: all ease .8s;
}

.nav__main3 .logo__area {
    width: 61%;
    height: auto;
}

.nav__main3 .logo__area img {
    justify-content: center;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 72px;
    text-align: center;
    position: relative;
    top: 0px;
    left: 15px;
    object-fit: contain;
}

.desktop-profile-icon {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.desktop-profile-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 14px auto;
}
