@import url('https://fonts.googleapis.com/css2?family=Signika:wght@300;400;500;600;700&display=swap');

:root {
    --main-color: #FC9E15;
    --second-color: #EEEEEE;
    --black-color: #000000;
    --white-color: #FFF;
    --light-blue: #F3FCFF;
    --dark-font: #E8E8E8;
    --dark-medium: #7F7F7F;
    --green: #38950D;
    --low-dark: #222222;
    --opacity-20: 20%;
    --line-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
    --box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

:root {
    --font-family: 'Signika' !important;

    --font-40: 40px;
    --font-35: 35px;
    --font-32: 32px;
    --font-30: 30px;
    --font-25: 25px;
    --font-20: 20px;
    --font-18: 18px;
    --font-14: 14px;
    --font-12: 12px;
}

* {
    margin: 0;
    padding: 0;
    font-family: var(--font-family) !important;
}

.fs-14 {
    font-size: var(--font-14);
}

.font-oraing {
    color: var(--main-color);
}

.font-black {
    color: var(--black-color);
}

.font-white {
    color: var(--white-color) !important;
}

.font-white-dark {
    color: var(--dark-font);
}

.font-dark-medium {
    color: var(--dark-medium);
}

.font-green {
    color: var(--green);
}

.bg-sky {
    background-color: var(--light-blue);
}

.bg-low-dark {
    background-color: var(--low-dark);
}

.bg-orainge {
    background-color: var(--main-color);
}

.bg-dark-medium {
    background-color: var(--dark-medium);
}

.second-black-color {
    background-color: var(--second-color);
}

.sub-heading {
    font-size: var(--font-20);
    font-family: var(--font-family);
    margin-bottom: 0;
}

.heading-fs-30 {
    font-size: var(--font-30);
    font-family: var(--font-family);
}

.heading-first {
    font-weight: 700;
    font-size: var(--font-40);
    line-height: 49px;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--font-family);
}

.heading-second {
    font-weight: 700;
    font-size: var(--font-32);
    line-height: 49px;
    margin: 0;
    font-family: var(--font-family);
}

.heading-third {
    font-size: var(--font-30);
    font-family: var(--font-family);
}

.heading-four {
    font-size: var(--font-25);
    text-transform: capitalize;
    font-family: var(--font-family);
    margin-bottom: 0;
}

.heading-five {
    letter-spacing: 5px;
    font-family: var(--font-family);
    text-transform: uppercase;
    font-size: var(--font-14);
    margin-bottom: 0;
}

.heading-six {
    font-size: var(--font-20);
    text-transform: capitalize;
    font-family: var(--font-family);
    margin-bottom: 0;
}

.heading-seven {
    font-family: var(--font-family);
    text-transform: uppercase;
    font-size: var(--font-14);
    margin-bottom: 0;
}

.pragraph-style-first {
    font-size: var(--font-18);
    font-family: var(--font-family);
    line-height: 35px;
    margin-bottom: 0;
    text-align: justify;
}

.pragraph-style-second {
    font-size: var(--font-18);
    font-family: var(--font-family);
    margin-bottom: 0;
}

.box-shadow {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.20);
}

.bg-img-center {
    background-size: cover;
    background-position: center;
}

.hotel-bg-img-one {
    background-image: url(../img/hotel/hotel-1.jpg);
    background-size: cover;
    background-position: center;
}

.hotel-bg-img-two {
    background-image: url(../img/hotel/hotel-2.jpg);
    background-size: cover;
    background-position: center;
}

.hotel-bg-img-three {
    background-image: url(../img/hotel/hotel-3.jpg);
}

.hotel-bg-img-four {
    background-image: url(../img/hotel/hotel-4.jpg);
}

.hotel-bg-img-five {
    background-image: url(../img/hotel/hotel-5.jpg);
}

.hotel-bg-img-six {
    background-image: url(../img/hotel/hotel-6.jpg);
}

.hotel-bg-img-seven {
    background-image: url(../img/hotel/hotel-7.jpg);
}

.hotel-bg-img-eight {
    background-image: url(../img/hotel/hotel-11.jpg);
    background-size: cover;
    background-position: center;
}

.hotel-bg-img-eleven {
    background-image: url(../img/hotel/hotel-10.jpg);
}

.hotel-bg-img-nine {
    background-image: url(../img/hotel/hotel-12.jpg);
    background-size: cover;
    background-position: center;

}

.hotel-bg-img-ten {
    background-image: url(../img/hotel/hotel-7.jpg);
}

.service-bg-img-one {
    background-image: url(../img/hotel/service-1.jpg);
}

.service-bg-img-two {
    background-image: url(../img/hotel/service-2.jpg);
}

.service-bg-img-three {
    background-image: url(../img/hotel/service-3.jpg);
}

.service-bg-img-four {
    background-image: url(../img/hotel/service-4.jpg);
}

.res-bg-img-one {
    background-image: url(../img/resturant/res-10.jpg);
    background-size: cover;
    background-position: bottom;
}

.res-bg-img-two {
    background-image: url(../img/resturant/res-11.jpg);
    background-size: cover;
    background-position: bottom;
}

.res-bg-img-three {
    background-image: url(../img/resturant/res-12.jpg);
    background-size: cover;
    background-position: bottom;
}

.res-bg-img-four {
    background-image: url(../img/resturant/res-13.jpg);
    background-size: cover;
    background-position: bottom;
}

.overflow-hidden {
    overflow: hidden;
}

.breakfast-menu-box {
    border-bottom: 2px dotted var(--black-color);
}

.w-45 {
    width: 45%;
}

.main-container {
    width: 100%;
}

.contant-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 0;
}

.about-img {}

.title-box {
    display: inline-block;
}

.title {
    margin: 0;
    color: #000;
    font-size: 30px;
    font-family: var(--font-family);
}

.title-underline {
    width: 75%;
    border-bottom: 5px solid var(--main-color);
}

.h-100vh {
    min-height: 100vh;
}

input:focus {
    outline: none;
}

input,
select {
    border: 1px solid black;
    border-radius: 3px;
    padding: 5px;
    background: transparent;
}

/* header */
.header {
    width: 100%;
    position: fixed;
    top: 0px !important;
    z-index: 2;
    background: #D9D9D9;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}

.navbar-brand {
    width: 100px;
}

.nav-item {
    margin: 0 10px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
}

.nva-manu-item {
    color: var(--black-color) !important;
    text-align: center;
    font-size: var(--font-20);
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
}

.nva-manu-item-sub {
    text-align: center;
    font-size: 16px;
    font-family: var(--font-family);
    font-weight: 700;
    text-transform: uppercase;
}

.navbar .active {
    color: var(--main-color) !important;
}

/* Home page home */
.home-page-hero {
    height: calc(100vh - 56px);
    background-image: url(../img/hotel/hotel-1.jpg);
    background-color: rgba(0, 0, 0, 0.4);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-page-logo {
    width: 100px;
    height: 100px;
}

.home-page-logo img {
    width: 100%;
    height: 100%;
}

/* imput style*/
.form-box {
    margin-top: -60px;
    margin-bottom: 50px;
    padding: 40px 0;
    border-radius: 5px;
    background: #FFFCFC;
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.25);
}

.main-btn {
    border-radius: 3px;
    padding: 14px 19px;
    background-color: var(--main-color);
    border: none;
    cursor: pointer;
}

.home-page-v1-ourroom {
    background: var(--second-color);
}

.home-page-v1-room-card-box {
    padding: 50px 0;
}

.home-page-v1-room-card {
    height: 350px;
    overflow: hidden;
    margin: 0 auto;
}

.room-box {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
}

.room-box img {
    height: 250px;
    object-fit: cover;
}

.card-body-room {
    height: 100px;
}

.card-price {
    color: #000;
    text-align: center;
    font-size: 16px;
    text-transform: capitalize;
    font-family: var(--font-family);
    margin-bottom: 0;
}

.home-page-v1-about {
    background: linear-gradient(0deg, #575757 0%, #575757 100%), url(../img/hotel/hotel-6.jpg), lightgray 0px -172.361px / 100% 153.076% no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
}

.about-img-frist-box {
    width: 75%;
    height: 75%;
}

.about-img-frist-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-img-second-box {
    z-index: 1;
    margin: -20% 5% 0 0;
    margin-left: auto;
    width: 40%;
    height: 40%;
    border: 3px solid var(--main-color);
}

.about-img-second-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 10px 0 0 10px;
}

.founder-name {
    font-size: var(--font-18);
    font-family: var(--font-family);
    margin-bottom: 0;
}

.home-icon-box {
    background: red;
}

.home-icon-box-main {
    margin-top: 80px;
}

.home-icon-box {
    margin: 0 auto;
    width: 180px;
    height: 200px;
    background-color: var(--white-color);
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.home-v1-icon {
    width: 50px;
    height: 50px;
}

.home-v1-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-title {
    margin-top: 25px;
    color: var(--black-color);
    text-align: center;
    font-size: var(--font-18);
    font-family: var(--font-family);
    font-weight: 500;
}

.home-page-v1-review-conatiner {
    background: linear-gradient(0deg, #9c9c9c 0%, #747373 0%), url(../img/hotel/hotel-8.jpg), var(--white-color) 0px -64.118px no-repeat;
    background-blend-mode: multiply;
}

.home-page-v1-review-main-box {
    margin-top: 50px;
}

.home-page-v1-review-box {
    font-family: var(--font-family);
    border-radius: 5px;
    background: rgba(127, 127, 127, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    background-image: url(../img/icon/customer-support-1.png);
    background-size: 20%;
    background-repeat: no-repeat;
    background-position: 90% 90%;
}

.review-imm-box {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}

.review-imm-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review-star-box {
    display: flex;
    align-items: center;
}

.review-star {
    width: 12px !important;
    height: 12px;
    margin: 0 2px;
}

.review-font-style {
    font-size: 12px;
    font-family: var(--font-family);
    font-weight: 300;
    letter-spacing: 1.8px;
    text-transform: capitalize;
    margin-bottom: 0;
}

.thumbnail-widget {
    list-style: none;
}

.thumb-content {
    font-size: var(--font-20);
    text-decoration: none;
    font-family: var(--font-family);
    margin-left: 10px;
    margin-bottom: 0;
}

ul {
    padding-left: 0 !important;
}

.footer-btn {
    border: none;
    border-radius: 5px;
    background: #242323;
    box-shadow: 0px 0px 2px 0px #000;
}

.btn-icon {
    width: 25px;
    height: 25px;
}

.footer-icon {
    width: 20px;
    height: 20px;
}

.scoial-icon-box {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    border: 2px solid var(--main-color);
}

.footer-copyright {
    border-top: 2px solid var(--dark-medium);
}

.page-heading-main-box {
    height: 50vh;
    background: url(../img/hotel/hotel-9.jpg);
    background-color: rgba(0, 0, 0, 0.6);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
}

.greater-than-icon {
    height: 30px;
}

.room-v1-main-card {
    padding: 10px;
    background: url(../img/hotel/hotel-8.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    height: 480px;
}

.book-btn {
    transform: rotate(-90deg);
    right: 0;
    top: 8%;
    border: 2px solid var(--main-color);
    padding: 5px 10px;
    background-color: transparent;
}

.room-v1-second-card {
    padding: 10px;
    background: url(../img/hotel/hotel-7.jpg);
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
    background-size: cover;
    height: 300px;
}

.room-v2 {
    background-color: var(--dark-font);
}

.room-v2-first {
    width: 90%;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.room-v2-second {
    width: 90%;
    background-color: var(--white-color);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
}

.room-v2-icon-box {
    width: 25px;
    height: 25px;
}

.border-bottom-gray {
    border-bottom: 2px solid var(--dark-medium);
}


.room-v2-last-section {
    background: var(--white-color);
}

.room-v3 {
    background-color: var(--dark-font);
}

.room-v3-inner-container {
    background-color: var(--white-color);
    min-width: 100%;
    min-height: 330px;
}

.double-border {
    border: none;
}

.price-card {
    width: 250px;
    height: 270px;
    background: var(--dark-font);
    margin-top: -10%;
    margin-bottom: -10%;
    z-index: 1;
}

.half-round {
    width: 100%;
    height: 32%;
    background-color: var(--black-color);
    clip-path: circle(60% at 50% -30%);
}

.room-v3-logo {
    width: 70px;
    height: 44px;
}

.price-inner-box {
    height: 183px;
}

.price-card-inner {
    width: 90%;
    background: var(--white-color);
}

.btn-second {
    margin-top: -18px;
    background-color: var(--black-color);
    font-family: var(--font-family);
    font-size: var(--font-20);
}

.room-v3-inner-container {
    padding: 12% 15px 0 15px;
}

.room-v3-pre {
    width: 100%;
    font-family: var(--font-family);
}

.room-details-img-box {
    width: 100%;
    height: 400px;
}

.room-details-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-details-icon-box {
    width: 120px;
}

.room-details-icon {
    width: 40px;
    height: 40px;
}

.right-icon {
    width: 25px;
}

.avaliability-card {
    background-color: var(--dark-font);
}

.res-v2-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.sparkler-img {
    width: 35px;
}

.plan {
    border-radius: 16px;
    box-shadow: 0 30px 30px -25px rgba(0, 38, 255, 0.205);
    padding: 10px;
    background-color: var(--second-color);
    color: #697e91;
    max-width: 300px;
}

.plan strong {
    font-weight: 600;
    color: #425275;
}

.plan .inner {
    align-items: center;
    padding: 20px;
    padding-top: 40px;
    background-color: var(--white-color);
    border-radius: 12px;
}

.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #bed6fb;
    border-radius: 99em 0 0 99em;
    display: flex;
    align-items: center;
    padding: 0.625em 0.75em;
    font-size: 1.25rem;
    font-weight: 600;
    color: #425475;
}

.plan .pricing small {
    color: #707a91;
    font-size: 0.75em;
    margin-left: 0.25em;
}

.plan .title {
    font-weight: 600;
    font-size: 1.25rem;
    color: var(--dark-medium);
}

.plan .title+* {
    margin-top: 0.75rem;
}

.plan .info+* {
    margin-top: 1rem;
}

.plan .features {
    display: flex;
    flex-direction: column;
}

.plan .features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.plan .features li+* {
    margin-top: 0.75rem;
}

.plan .features .icon {
    background-color: var(--main-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

.plan .features .icon svg {
    width: 14px;
    height: 14px;
}

.plan .features+* {
    margin-top: 1.25rem;
}

.plan .action {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.plan .button {
    background-color: var(--dark-medium);
    border-radius: 6px;
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
    font-family: var(--font-family);
    text-align: center;
    border: 0;
    outline: 0;
    width: 100%;
    padding: 0.625em 0.75em;
    text-decoration: none;
}

.plan .button:hover,
.plan .button:focus {
    background-color: var(--main-color);
}

.card-bg-img {
    width: 100%;
    height: 350px;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: multiply;
}

.breakfast-img {
    background: url(../img/resturant/res-14.jpg);
    min-height: 350px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.breakfast-img-time {
    position: absolute;
    bottom: 10%;
    display: inline-block;
    background: rgba(217, 217, 217, 0.50);
}

.review-img {
    width: 120px;
    height: 120px;
    object-fit: fill;
    margin: 0 auto;
}

.img-area {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.img-area img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.arrow-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid var(--main-color);
}

.left-arrow {
    width: 30px;
    height: 30px;
}

.service-img-box {
    width: 150px;
    height: auto;
}

.service-img-box img {
    width: 100%;
}

.card-hover:hover {
    transform: scale(0.9);
}

.services-box {
    background: linear-gradient(0deg, #575757 0%, #575757 100%), url(../img/hotel/hotel-13.jpg), lightgray 0px -172.361px / 100% 153.076% no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
}

.subscribe-box {
    border-radius: 30px;
    box-shadow: 0px 0px 12px -2px rgba(0, 0, 0, 0.25);
    font-family: var(--font-family);
}

.subscribe-input {
    padding: 8px 28px;
}

.subscribe-btn {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 8px 25px;
    font-size: var(--font-18);
    background-color: var(--main-color);
}

.subscribe-btn-second {
    background: var(--black-color);
}

.subscribe-btn-second img {
    width: 30px;
    height: 30px;
}

.card-user-box {
    height: 255px;
}

.card-user {
    width: 200px;
    height: 254px;
    background: var(--white-color);
    border: 2px solid var(--main-color);
    box-shadow: 4px 4px var(--main-color);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-photo {
    transform: scale(0.3) translate(220px, 230px);
    width: 250px;
    height: 250px;
    margin-left: -125px;
    margin-top: -125px;
    overflow: hidden;
}

.card-photo::before {
    display: block;
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 160px;
    height: 200px;
    left: 50%;
    top: -10%;
    margin-left: -80px;
}

.card-photo::after {
    display: block;
    content: '';
    position: absolute;
    width: 2.5em;
    height: .8em;
    left: 28.5%;
    top: 26%;
}

.card-socials {
    display: flex;
    height: 0;
    opacity: 0;
    margin-top: 20px;
    gap: 20px;
    transition: 0.5s;
}

.card-socials-btn {
    width: 25px;
    height: 25px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.card:hover>.card-socials {
    opacity: 1;
    height: 35px;
}

.card-socials-btn:hover {
    transform: translateY(-5px);
    transition: all 0.15s;
}

.card-photo:hover {
    transition: 0.3s;
    transform: scale(0.4) translate(160px, 150px);
}

.team-icon-box {
    width: 45px;
    height: 45px;
}

.team-icon-box img {
    width: 60%;
    height: 60%;
}

.fecalitity-img img {
    width: 65px;
    height: 65px;
}

.card-body-img-1 {
    background: url(../img/icon/room.png);
}

.card-body-img-2 {
    background: url(../img/icon/sunset.png);
}

.card-body-img-3 {
    background: url(../img/icon/hotel.png);
}

.card-body-img-4 {
    background: url(../img/icon/treatment.png);
}

.card-body-img-5 {
    background: url(../img/icon/bar-counter.png);
}

.card-body-img-6 {
    background: url(../img/icon/confetti.png);
}

.card-body-img-one {
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: 90% 15%;
}

.priceing-box {
    min-height: 300px;
}

.fecalitity-service-box {
    width: 40px;
    height: 40px;
}

.dot-container {
    width: 5px;
    height: 5px;
    background-color: var(--dark-medium);
}

.rating-box {
    width: 45px;
    height: 45px;
    background-color: var(--main-color);
}

.heart-box {
    width: 40px;
    height: 40px;
    background-color: var(--second-color);
}

.comming-soon-box {
    width: 120px;
    height: 120px;
    border: 1px solid var(--white-color);
    transform: rotate(45deg);
}

.comming-soon-box-inner {
    transform: rotate(-45deg);
}

.search {
    display: inline-block;
    position: relative;
}

.search input[type="email"] {
    width: 360px;
    padding: 5px;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.search button[type="submit"] {
    background-color: var(--main-color);
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    right: 0;
    transition: .9s ease;
}

.search button[type="submit"]:hover {
    transform: scale(1.1);
    color: rgb(255, 255, 255);
    background-color: var(--dark-medium);
}

.error-bg-img {
    background: url(../img/hotel/hotel-14.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}

.timeline {
    padding: 50px 0;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline h3,
.timeline p {
    padding: 5px 15px;
}

.timeline h3 {
    font-weight: lighter;
    background: var(--main-color);
}

.timeline p,
.timeline time {
    color: var(--main-color)
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--main-color);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    border: 1px solid var(--main-color);
    position: relative;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    left: 100%;
    width: 0;
    border-left: 10px solid var(--main-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 5%;
    right: 100%;
    width: 0;
    border-right: 10px solid var(--main-color);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 1;
}

.timeline-image {
    content: "";
    width: 60px !important;
    height: 60px;
    border: 2px dashed var(--main-color);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.timeline-image img {
    position: relative;
    z-index: 10;
}


.change-btn-box {
    width: 40px;
    height: 40px;
    background-color: var(--second-color);
}

.change-btn-box img {
    width: 50%;
    height: 50%;
}

.change-btn-box:last-child {
    transform: rotate(180deg);
}

.testimonials-user {
    width: 70px;
    height: 70px;
    border: 1px solid var(--main-color);
    position: relative;
    z-index: 1;
    left: 40%;
    margin-top: -35px;
    object-fit: cover;
}

.right-box {
    width: 80px;
    height: 80px;
}

.right-box img {
    width: 55%;
    height: 55%;
}

.outline-button {
    border: 1px solid var(--main-color);
    background: transparent;
    border-radius: 3px;
}

.fill-button {
    background-color: var(--main-color);
    border-radius: 3px;
}

.success {
    width: 320px;
    padding: 12px;
    border: 1px solid #84D65A;
    box-shadow: 0px 0px 5px -3px #111;
}

.success__icon path,
.success__close path {
    fill: #6ae72b;
}

.success__title {
    font-weight: 500;
    font-size: 14px;
    color: #2B641E;
}

.info {
    /* max-width: 320px; */
    padding: 12px;
    border: 1px solid #509AF8;
    box-shadow: 0px 0px 5px -3px #111;
}

.info__icon path,
.info__close path {
    fill: #509AF8;
}

.info__title {
    font-weight: 500;
    font-size: 14px;
    color: #0C2A75;
}

.notificationCard {
    width: 220px;
    height: 280px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.123);
}

.bellIcon path {
    fill: var(--main-color);
}

.notificationPara {
    font-size: 0.8em;
}

.AllowBtn {
    width: 120px;
    height: 25px;
    background-color: var(--main-color);
    font-size: 0.7em;
    cursor: pointer;
}

.NotnowBtn {
    width: 120px;
    height: 25px;
    color: var(--main-color);
    background-color: transparent;
    font-size: 0.7em;
    cursor: pointer;
}

.NotnowBtn:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.AllowBtn:hover {
    background-color: var(--dark-medium);
}

.resturant-icon-box {
    width: 100px;
    height: 100px;
    border: 1px solid var(--main-color);
}

.resturant-icon-box img {
    width: 60%;
    height: 60%;
}

.point-box {
    width: 10px;
    height: 10px;
}

.tablist-box {
    border-bottom: 5px solid var(--main-color) !important;
}

.tablist-box .active {
    background-color: var(--main-color) !important;
    color: var(--white-color) !important;
    border-color: var(--main-color) !important;
}

.avatar-box {
    min-width: 100px;
    max-width: 101px;
    height: 100px;
}

.avatar-box img {
    object-fit: cover;
}

.contact-box {
    background-image: url(../img/icon/sunsetop.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: 90% 45%;
}

.input-icon-box {
    width: 50px;
    background-color: var(--white-color) !important;
    border-left: 0 !important;
}

.button-icon {
    width: 20px;
    height: 20px;
}

.h-24rem {
    height: 24rem;
}

.h-22rem {
    height: 22rem;
}

.h-18rem {
    height: 18rem;
}

.h-16rem {
    height: 16rem;
}

.h-20rem {
    height: 20rem;
}

.h-19rem {
    height: 19rem;
}

.h-14rem {
    height: 14rem;
}

.h-17rem {
    height: 17rem;
}

.h-10rem {
    height: 10rem;
}

.about-border {
    border: 2px solid var(--main-color);
    min-width: 40%;
    position: absolute;
    left: 25%;
    right: 25%;
    z-index: -1;
}

.offer-tag {
    width: 70px;
    height: 70px;
    background-image: url(../img/hotel/Star1.svg);
    background-size: 100% 100%;
    transform: rotate(-30deg);
}

.card-hover .card-img-top {
    height: 400px;
}

.border-dashed {
    border: 1px dashed var(--black-color);
}

.user-img-box {
    height: 300px;
}

.about-card-img {
    height: 250px;
}

.contact-v1-form {
    width: 90%;
    background: var(--white-color);
}

.map-box {
    margin-top: -50px;
    position: relative;
    z-index: -1;
}

/* home-v2 */
.index-v2-home {
    height: calc(100vh - 56px);
}

.index-v2-img-hight {
    height: 300px;
}

.home-v2-feature-box {
    width: 150px;
    height: 150px;
    border: 10px solid transparent;
    padding: 15px;
    border-image: url(../img/icon/crop.png) 76 round;
    margin: auto;
}
.home-v2-news-box{
    height: 450px;
}
.home-v2-bg-img-one{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.91%, rgba(0, 0, 0, 0.50) 73.63%), url(../img/hotel/home-v2-1.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
.home-v2-bg-img-three{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.91%, rgba(0, 0, 0, 0.50) 73.63%), url(../img/hotel/home-v2-2.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}
.home-v2-bg-img-two{
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 58.91%, rgba(0, 0, 0, 0.50) 73.63%), url(../img/hotel/home-v2-3.jpg);
    background-blend-mode: multiply;
    background-size: cover;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .room-v2-first {
        width: 50%;
    }

    .room-v2-second {
        width: 60%;
    }

    .room-v2-container:nth-child(odd) .room-v2-second {
        margin-left: -10%;
    }

    .room-v2-container:nth-child(even) .room-v2-second {
        margin-right: -10%;
    }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .room-v3-inner-container {
        min-width: 45%;
        height: 330px;
        padding: 0;
    }

    .double-border {
        width: 100%;
        height: 100%;
        border: 3px double var(--main-color);
    }

    .price-card {
        width: 20%;
        height: 270px;
        background: var(--dark-font);
        margin-left: -10%;
        margin-right: -10%;
    }

    .price-card-inner {
        padding-left: 15%;
    }

    .room-v3-pre {
        width: 400px;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {}

/*small device style*/

@media (max-width: 767px) {

    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }

    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }

    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--main-color);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }

    .timeline h3 {
        font-size: 1.7rem;
    }

    .timeline p {
        font-size: 14px;
    }

    .timeline-image {
        position: absolute;
        left: 4%;
        top: 35%;
    }

    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--main-color);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--main-color);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
}

/*extra small device style */
@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }

    .timeline-image {
        position: absolute;
        left: 3%;
        top: 25%;
    }
}