:root {
    --primary: #282d73;
    --secondary: #f07328;
    --white: #fff;
    --black: #000;
}

.urbanist {
    font-family: "Urbanist", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#page-header {
    position: relative;
    width: 100%;
    height: 300px;
    /* background: linear-gradient(180deg, rgb(255 255 255 / 70%) 0%, rgb(255 255 255 / 70%) 100%); */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.breadcrumb-box {
    position: relative;
    width: 800px;
    display: block;
    margin: auto;
}

#page-header .breadcrumb-title {
    font-size: 35px;
    text-transform: capitalize;
    color: var(--primary);
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}

#page-header .breadcrumb-menu {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    padding-left: 0;
}

#page-header .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 25px;
    color: var(--primary);
    font-weight: 400;
    text-transform: capitalize;
}

#page-header .breadcrumb-menu li a {
    color: var(--primary);
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#page-header .breadcrumb-menu li.active {
    color: var(--secondary);
}

#page-header .breadcrumb-menu li::before {
    position: absolute;
    content: '\ea98';
    font-family: IcoFont;
    right: -21px;
    top: 1px;
    text-align: center;
    font-size: 16px;
    color: var(--primary);
}

#page-header .breadcrumb-menu li:first-child {
    margin-left: 0;
}

#page-header .breadcrumb-menu li:last-child:before {
    display: none;
}

#page-header .breadcrumb-menu li a:hover {
    color: var(--secondary);
}

/* contact s */
.single-contact-box {
    position: relative;
}

.single-contact-box .contact-content .contact-title {
    font-size: 25px;
    color: var(--primary);
    font-weight: 700;
    margin: 0 0 20px;
}

.single-contact-box .contact-content .contact-detail {
    font-size: 16px;
    font-weight: 400;
    color: var(--primary);
    margin: 0 0 35px;
}

.single-contact-box .icon-box {
    transition: 0.5s;
    margin-bottom: 25px;
    display: flex;
}

.contact-icon {
    float: left;
    margin-right: 20px;
}

.contact-icon i {
    font-size: 26px;
    color: var(--secondary);
    display: inline-block;
    text-align: center;
    height: 55px;
    width: 55px;
    line-height: 54px;
    border: 1px solid var(--secondary);
    border-radius: 3px;
    transition: 0.5s;
}

.icon-box:hover .contact-icon i {
    background: var(--secondary);
    color: var(--primary);
}

.icon-box-content .contact-box-title {
    color: var(--primary);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: normal;
}

.icon-box-content span,
.icon-box-content a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.icon-box-content:hover span,
.icon-box-content:hover a {
    color: var(--secondary);
}

/* contact e */
/* about s */
.about-content {
    padding-left: 20px;
}

.about-content .section-title {
    margin-bottom: 32px;
}

.about-content .section-title .section-title-inner h1,
.about-content .section-title .section-title-inner h2,
.about-content .section-title .section-title-inner h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: auto;
}

.about-content .section-title .section-title-inner h2 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--secondary);
    border-radius: 30px;
}

.about-content .section-title .section-title-inner h3 {
    padding: 5px 0px 0px;
    color: var(--primary);
}

.about-content .section-title .section-title-inner p {
    width: 100%;
    margin-top: 10px;
    padding: 10px 0px 0px;
}

.about-mtitle {
    font-size: 25px;
    font-weight: 700;
    color: var(--primary);
}

.fac-listinner ul {
    padding-left: 0;
}

.fac-listinner ul li {
    padding-bottom: 10px;
    list-style: none;
}

.fac-listinner ul li .icon-list-text {
    font-size: 18px;
    font-weight: 600;
    align-self: center;
    padding-left: 5px;
    color: var(--primary);
}

.fac-listinner ul li .icon-list-icon {
    color: var(--secondary);
}

.about-image {
    position: relative;
}

/* about e */
.hotel-button {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 20px;
}

.hotel-button a {
    font-size: 16px;
    color: #fff;
    background: var(--secondary);
    padding: 14px 35px;
    transition: 0.3s;
    font-weight: 600;
    position: relative;
    z-index: 1;
    border-radius: 0;
    display: inline-block;
    border: 0;
}

.hotel-button:after {
    position: absolute;
    content: "";
    background: var(--primary);
    right: -4px;
    bottom: -4px;
    height: 100%;
    width: 100%;
    transition: 0.5s;
    z-index: -1;
    display: block;
}

.hotel-button:hover:after {
    bottom: 0;
    right: 0;
}


/* button e */
/* title-content s */
.title-content {
    position: relative;
    margin-bottom: 70px;
}

.title-content .main-title {
    position: relative;
    z-index: -1;
}

.title-content .main-title .back-title {
    font-size: 100px;
    margin-bottom: 0;
    letter-spacing: 0px;
    color: #eaeaea;
    font-weight: 900;
    text-align: center;
    font-family: "Urbanist", sans-serif;
}

.main-title .back-title {
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
}

.title-content .section-title {
    text-align: center;
}

.title-content .section-title .sub-title .title {
    font-size: 60px;
    color: var(--primary);
    letter-spacing: 2px;
    font-weight: 700;
    text-align: center;
}

.title-content .section-title .sub-title .title span {
    color: var(--secondary);
}

.title-content .section-title .sub-title p {
    font-size: 20px;
    letter-spacing: 0px;
    font-weight: 500;
    text-align: center;
    width: 60%;
    color: var(--primary);
    margin: 0 auto 0;
}

/* title-content e */
/* room-type */
.typeroom-single-items {
    position: relative;
}

.typeroom-single-items .typeroom-img {
    position: relative;
}

.typeroom-single-items .typeroom-img img {
    position: relative;
}

.typeroom-head {
    background: #f5f5f5;
    padding: 35px 0 80px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.typeroom-title h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 26px;
    padding: 0 0 20px;
    margin-bottom: 0;

}

.typeroom-item-text span.price {
    font-size: 40px;
    font-weight: 800;
    line-height: 60px;
    color: var(--secondary);
}

.typeroom-item-text span.time {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    color: var(--secondary);
    position: relative;
    z-index: 1;
    top: -5px;
}

.typeroom-body {
    position: relative;
    z-index: 1;
    left: 60px;
    bottom: 60px;
    width: 80%;
    background: #ffffff;
    border: 1px solid rgba(13, 14, 20, 0.1);
    border-radius: 0px;
    padding: 40px 60px 40px 60px;
    text-align: left;
}

.typeroom-feature-list ul li {
    display: block;
    list-style: none;
    padding-bottom: 20px;
    font-size: 18px;
}

.typeroom-feature-list ul li img {
    width: 30px;
    margin-right: 7px;
}

/* room-type */
/* typeroom-item s */
.typeroom-inner-img {
    position: relative;
    overflow: hidden;
}

.typeroom-inner-img img {
    transition: .5s;
}

.typeroom-inner-img:hover img {
    transform: scale(1.2);
}

.typeroom-inner-content {
    position: relative;
    background: #f5f5f5;
    margin-left: -100px;
    padding: 30px 70px;
    width: 100%;
}

.typeroom-inner-content:hover a {
    color: var(--primary);
}


.typeroom-inner-content .typeroom-title {}

.typeroom-inner-content {}

.typeroom-inner-content ul {
    padding-left: 0;
    padding: 10px 10px 10px 0px;
    margin: 20px;
    text-align: left;
}

.typeroom-inner-content ul li {
    display: inline-block;
    list-style: none;
    padding-bottom: 10px;
    font-size: 16px;
    width: 40%;
}

.typeroom-inner-content ul li img {
    width: 30px;
    margin-right: 7px;
}

.typeroom-inner-content .price {
    position: relative;
}

.typeroom-inner-content .price span.price {
    font-size: 30px;
    font-weight: 800;
    line-height: 60px;
    color: var(--secondary);
}

.typeroom-inner-content .price span.time {
    font-size: 25px;
    font-weight: 500;
    line-height: 26px;
    color: var(--secondary);
    position: relative;
    z-index: 1;
    top: 0;
}

/* typeroom-item e */
/* call-us s */
.call-us-content {
    position: relative;
    background: linear-gradient(rgb(0 0 0 / 70%) 0%, rgb(40 45 115) 100%), url(../images/bg/call-us.png) center center no-repeat;
    padding: 50px;
}


/* .call-us-content::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(rgb(40 45 115) 0%, rgb(227 109 38) 100%);
} */

.call-do-title h2 {
    font-size: 35px;
    line-height: 26px;
    font-weight: 700;
    color: var(--secondary);
}

.call-do-title p {
    font-size: 20px;
    margin-bottom: 0;

}

.subscribe-thumb {
    float: left;
    margin-right: 15px;
}

.subscribe-thumb i {
    font-size: 90px;
    color: #fff;
}

.subscribe-title h4 {
    font-size: 25px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 0;
    color: #ffffff;
}

.subscribe-title a {
    font-size: 50px;
    font-weight: 800;
    line-height: 54px;
    color: var(--secondary);
    padding: 11px 0 0;
    margin-bottom: 0;
}

.subscribe-title a:hover {
    color: var(--secondary);
}

/* call-us e */
/* Pulse Shrink */
@-webkit-keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes hvr-pulse-shrink {
    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

.hvr-pulse-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active {
    -webkit-animation-name: hvr-pulse-shrink;
    animation-name: hvr-pulse-shrink;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

/* Pulse Shrink */
/* social icon s */
.follow-me {
    position: relative;
    text-align: center;
    margin: auto;
    display: flex;
    /* padding: 30px 0 0px 0; */
}

.follow-me ul {
    display: flex;
    position: relative;
    gap: 25px;
    padding-left: 0;
}

.follow-me ul li {
    position: relative;
    list-style: none;
    width: 50px;
    height: 50px;
    background: var(--primary);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
}

.follow-me ul li::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 5px;
    background: linear-gradient(45deg, var(--i), var(--j), var(--k));
    opacity: 0;
    transition: 0.5s;
}

.follow-me ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(45deg, var(--i), var(--j), var(--k));
    transition: 0.5s;
    filter: blur(15px);
    z-index: -1;
    opacity: 0;
}

.follow-me ul li:hover {
    width: 180px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0);
    border-radius: 5px;
    background: linear-gradient(45deg, var(--i), var(--j), var(--k));
}

.follow-me ul li:hover::before {
    opacity: 1;
}

.follow-me ul li:hover::after {
    opacity: 0.5;
}

.follow-me ul li i {
    color: #fff;
    font-size: 23px;
    transition: 0.5s;
    transition-delay: 0.25s;
}

.follow-me ul li:hover i {
    transform: scale(0);
    color: #fff;
    transition-delay: 0s;
}

.follow-me ul li span {
    position: absolute;
}

.follow-me ul li .title {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    transform: scale(0);
    transition: 0.5s;
    transition-delay: 0s;
}

.follow-me ul li:hover .title {
    transform: scale(1);
    transition-delay: 0.25s;
}

/* social icon e */
.blog-left-side {
    position: relative;
}

.widget-sidebar-box {
    padding: 30px 22px 30px;
    border: 1px solid #dfdfdf;
    margin-bottom: 40px;
}

.blog-left-side .side-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
}

.popular-post-box-inner {
    margin-bottom: 10px;
    padding-bottom: 16px;
}

.popular-post-thumb {
    margin-right: 25px;
}

.popular-post-thumb img {
    width: 100px;
}

.popular-post-content p {
    font-size: 18px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    color: var(--primary);
}

.popular-post-content:hover a {
    color: var(--primary);
}

.popular-post-content span {
    display: block;
    font-size: 16px;
    margin-top: 5px;
}

.popular-post-content span i {
    display: inline-block;
    color: var(--secondary);
    font-size: 15px;
    margin-right: 3px;
}

.wedget-service-thumb {
    position: relative;
    z-index: 1;
}

.wedget-service-thumb img {
    width: 100%;
}

.widget-service-content {
    position: absolute;
    z-index: 1;
    top: 130px;
    left: 0;
    right: 0;
}

.widget-title2 {
    border-bottom: 1px solid var(--secondary);
    padding: 0 0 15px;
    width: 80%;
    left: 0;
    right: 0;
    margin: auto;
}

.widget-title2 p {
    font-size: 20px;
    color: var(--secondary);
    margin-bottom: 0;
}

.widget-title2 h3 {
    font-size: 30px;
    color: #fff;
    margin-top: -5px;
    margin-bottom: 0;
}

.widget-contact-title h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 15px;
}

.widget-contact-title h2 a {
    color: #fff;
}

.title-room .name-room {
    font-size: 30px;
}

.room-contact {
    font-size: 25px;
}

@media (max-width: 992px) {
    .title-content .section-title .sub-title .title {
        font-size: 40px;
        letter-spacing: 0px;
        margin: 0 0 10px 0;
    }

    .title-content .main-title .back-title {
        font-size: 60px;
        line-height: 0px;
    }

    .title-content .section-title .sub-title p {
        width: 100%;
    }

    .typeroom-head {
        padding: 25px 0 60px;
    }

    .typeroom-title h3 {
        font-size: 25px;
        padding: 0px 0 15px;
    }

    .typeroom-item-text span.price {
        font-size: 30px;
        line-height: 45px;
    }

    .typeroom-body {
        left: 18px;
        bottom: 50px;
        width: 90%;
        padding: 35px 25px 35px 25px;
    }

    .call-us-content {
        padding: 50px 30px;
    }

    .subscribe-thumb i {
        font-size: 65px;
    }

    .subscribe-title h4 {
        font-size: 23px;
        line-height: 35px;
        font-weight: 600;
    }

    .subscribe-title a {
        font-size: 45px;
        line-height: 54px;
    }

    .call-do-title h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .breadcrumb-box {
        width: 100%;
    }

    #page-header .breadcrumb-title {
        font-size: 30px;
    }

    .typeroom-inner-content {
        margin-left: 0;
        padding: 25px 20px;
    }

    .typeroom-inner-content .typeroom-title {
        font-size: 25px;
    }

    .typeroom-inner-content ul {
        padding: 0px 0px 0px 0px;
        margin: 10px 20px;
    }

    .typeroom-inner-content .price span.price {
        font-size: 25px;
    }

    .widget-sidebar-box {
        padding: 30px 15px 30px;
        margin-bottom: 30px;
    }

    .popular-post-thumb {
        margin-right: 10px;
    }

    .widget-contact-title h2 {
        font-size: 25px;
    }

    .widget-service-content {
        top: 60px;
    }

    .title-room .name-room {
        font-size: 25px;
    }

    .room-contact {
        font-size: 20px
    }

    .follow-me ul {
        gap: 15px;
    }


}

@media (max-width: 768px) {}

@media (max-width : 480px) {
    .carousel .carousel-item {
        height: 255px;
    }

    .carousel .carousel-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .about-content .section-title .section-title-inner h2 {
        font-weight: 600;
    }

    .about-content .section-title .section-title-inner h1, .about-content .section-title .section-title-inner h2, .about-content .section-title .section-title-inner h3 {
        font-size: 20px;
    }

    .about-mtitle {
        font-size: 18px;
    }

    .fac-listinner ul li .icon-list-text {
        font-size: 16px;
    }

    .title-content .section-title .sub-title .title {
        font-size: 20px;
    }

    .title-content .section-title .sub-title p {
        font-size: 16px;
    }

    .title-content .main-title .back-title {
        font-size: 60px;
        line-height: 60px;
    }

    .title-content {
        margin-bottom: 50px;
    }

    .typeroom-body {
        padding: 20px 15px 20px 15px;
    }

    .typeroom-item-text span.price {
        font-size: 25px;
    }

    .typeroom-item-text span.time {
        font-size: 20px;
    }

    .call-us-content {
        padding: 70px 20px;
    }

    .call-do-title h2 {
        font-size: 25px;
    }

    .call-do-title p {
        margin-bottom: 20px;
        font-size: 18px;
    }

    .subscribe-title h4 {
        font-size: 20px;
        line-height: normal;
        margin-bottom: 0;
    }

    .subscribe-title a {
        font-size: 35px;
    }

    #page-header .breadcrumb-title {
        font-size: 25px;
        line-height: normal;
    }

    #page-header {
        position: relative;
        width: 100%;
        height: 250px;
    }

    .typeroom-inner-content ul {
        margin: 0px 0;
    }

    .typeroom-inner-content .typeroom-title {
        font-size: 20px;
    }

    .typeroom-inner-content .price span.price {
        font-size: 20px;
    }

    .typeroom-inner-content .price span.time {
        font-size: 18px;
    }

    .room-contact {
        font-size: 20px;
    }

    .widget-service-content {
        top: 40%;
    }

    .widget-contact-title h2 {
        font-size: 45px;
    }

    .widget-title2 h3 {
        font-size: 45px;
        margin-bottom: 10px;
    }

    .widget-title2 p {
        font-size: 35px;
    }

    .hotel-button {
        margin-top: 0;
    }
}

@media (max-width : 390px) {
    .carousel .carousel-item {
        height: 230px;
    }

    #page-header .breadcrumb-title {
        font-size: 20px;
    }

    .typeroom-inner-content ul li img {
        width: 25px;
    }

    .typeroom-inner-content ul li {
        width: 46%;
    }

    .typeroom-inner-content .typeroom-title {
        margin-bottom: 0;
    }

    #page-header {
        height: 200px;
    }

    .subscribe-thumb i {
        font-size: 55px;
    }

    .widget-service-content {
        top: 30%;
    }

    .widget-title2 p {
        font-size: 25px;
    }

    .widget-contact-title h2 {
        font-size: 40px;
    }

    .widget-title2 h3 {
        font-size: 35px;
    }
}