@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@200;300;400;500;600;700&family=Gilda+Display&display=swap');

* {
    margin: 0;
    padding: 0
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
}

a,
a:hover {
    transition: .3s;
    text-decoration: none
}

a,
button,
input,
input:hover {
    transition: .3s;
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

p {
    margin: 0;
    padding: 0
}

img {
    vertical-align: middle;
    border: none
}

ol,
ul {
    list-style: none
}

a,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}



body {
    font-family: Arial;
}

.overlay {
    background: rgba(0, 0, 0, .4);
}

.overlay_fixed {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    height: 100%;
    width: 100%;
}

:root {
    --web-color1: #63B87F;
    --web-color2: #f3faf5;
    --web-color3: #868686;
    --web-color4: #222;
    --gray-color: gray;
    --rgba-dark: rgba(0, 0, 0, .5);
    --font-family: 'Barlow Condensed', sans-serif;
    --font-family2: 'Gilda Display', serif;
}

.cust-font-family {
    font-family: var(--font-family);
    font-size: 40px;

}

.cust-font-family2 {
    font-family: var(--font-family2);
    font-size: 40px;

}

.cust-font-family {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 40px;

}

.whatsapp-box {
    position: fixed;
    left: -20px;
    bottom: -20px;
    margin: 40px;
    z-index: 10
}

.whatsapp_mobile-box {
    position: fixed;
    right: -20px;
    bottom: -20px;
    margin: 40px;
    z-index: 10
}

.whatsapp-box a img,
.whatsapp_mobile-box a img {
    background: #fff;
    padding: 10px;
    border-radius: 50px;
    height: 60px;
    box-shadow: 0 5px 10px 1px rgb(38, 38, 38, .3)
}

.web-color1 {
    color: var(--web-color1);
}

.web-color1:hover {
    color: var(--web-color3);
}

.web-color2 {
    color: var(--web-color2);
}

.web-color3 {
    color: var(--web-color3);
}

.web-color4 {
    color: var(--web-color4);
}

.web-bgcolor1 {
    background: var(--web-color1);
}

.web-bgcolor2 {
    background: var(--web-color2);
}

.web-bgcolor3 {
    background: var(--web-color3);
}

.web-bgcolor4 {
    background: var(--web-color4);
}

.swal-button {
    background: var(--web-color1) !important;
    transition: .3s
}

.swal-button:hover {
    background: var(--web-color2) !important
}

.active_color {
    color: var(--web-color1) !important;
}

.star-box {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e4a853;
    margin-bottom: 20px;
}

.star-box i {
    margin: 5px;
}

.title-box {
    text-align: center;
    margin-bottom: 30px;
    color: var(--web-color3);

}

.title-box h5 {
    letter-spacing: 5px;
    font-size: 18px;
    font-family: 'Barlow Condensed', sans-serif;

}

.title-box h3 {
    font-size: 35px;
    margin-bottom: 5px;
    font-weight: 360;
    font-family: 'Barlow Condensed', sans-serif;

}

.title-box span {
    height: 2px;
    width: 80px;
    background: var(--web-color1);
    display: inline-block;
    margin-bottom: 10px
}

.comm_padd {
    padding: 50px 0
}

.comm_padd100 {
    padding: 100px 0
}

.content-box {
    margin-top: 30px
}


.book-btn-box {}

.book-btn-box a {}

.book-btn-box a:hover {}

.btn-submit {
    background: var(--web-color1);
    color: white;
    padding: 15px;
    border: none;
    border-radius: 5px;
    width: 100%;
    font-size: 16px;
    display: block;
}

.btn-submit:hover {
    background: var(--web-color4);

}

.btn-box {
    margin-top: 40px;
}

.btn-box .btn-cust-primary {
    font-family: var(--font-family);
    color: white;
    border: 1px solid white;
    padding: 10px 18px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    letter-spacing: 2px;
}


.btn-box .btn-cust-primary:hover {
    border: 1px solid var(--web-color4);
    background-color: var(--web-color4);
}



.btn-box .btn-cust-secondery {
    font-family: var(--font-family);
    color: white;
    border: 1px solid white;
    padding: 10px 18px;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    transition: .3s;
    letter-spacing: 2px;
    background-color: var(--web-color1);

}

.btn-box .btn-cust-secondery:hover {
    background-color: var(--web-color4);
    color: white;
}

.btn-box .btn-cust-primary:hover {}







.reservation_contact_style-box {}

.reservation_contact_style-box a {}

.reservation_contact_style-box a .box {}

.reservation_contact_style-box a .box label {}

.reservation_contact_style-box a .box h5 {}

.reservation_contact_style-box a i {}


.reservation_contact_style2-box {
    margin-top: 30px;
}

.reservation_contact_style2-box a {
    display: flex;
    align-items: center;
    color: var(--web-color1);

}

.reservation_contact_style2-box a .box {
    margin-left: 20px;
}

.reservation_contact_style2-box a .box label {
    color: var(--web-color3);


}

.reservation_contact_style2-box a .box h5 {
    font-size: 18px;
}

.reservation_contact_style2-box a i {
    font-size: 35px;
    transform: rotate(-45deg);
}

.rotate0 {
    transform: rotate(0) !important;

}

.owl-dots {
    text-align: center;
    padding-top: 15px;
}

.owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: var(--web-color1);
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.header-part {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    transition: .3s;

}

.header-part .navbar {}

.header-part .navbar .navbar-brand {}

.header-part .navbar .navbar-brand img {
    height: 90px
}

.header-part .navbar .navbar-toggler {
    padding: 0;
    border: none;
    font-size: 40px;
    color: white;
}

.header-part .navbar .navbar-toggler .cust-icon {}

.header-part .navbar .navbar-nav {}

.header-part .navbar .navbar-nav .nav-item {}

.header-part .navbar-nav .nav-item .nav-link {
    color: white;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-right: 25px;
    padding: 0;
    font-family: 'Barlow Condensed', sans-serif;


}

.header-part .navbar-nav .nav-item .nav-link:hover {
    color: var(--web-color1);
}

.header-part #sidenavoffcan .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.header-part #sidenavoffcan .offcanvas-title {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.header-part #sidenavoffcan .offcanvas-title img {
    height: 100px;
}

.header-part #sidenavoffcan .navbar-nav .nav-item .nav-link {
    color: var(--web-color4);
    margin-bottom: 30px;
}

.header-part #sidenavoffcan .navbar-nav .nav-item .nav-link:hover {
    color: var(--web-color1);
}

.header_sticky-part {
    position: sticky;
    top: 0;
    width: 100%;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
    transition: .3s;
}

.header_sticky-part .navbar .navbar-brand img {
    height: 70px;
}

.header_sticky-part .navbar .navbar-nav .nav-item .nav-link {
    color: var(--web-color4)
}

.header_sticky-part .navbar .navbar-nav .nav-item .nav-link:hover {
    color: var(--web-color1);
}

.header_sticky-part .navbar .navbar-toggler {
    color: var(--web-color4)
}



.banner-part {
    position: relative;
}


.banner-part .banner_carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;

}

.banner-part .banner_carousel .owl-dots {
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(50%) rotate(90deg);
    display: inline-block;

}

.banner-part .banner_carousel .owl-dots .owl-dot {}

.banner-part .banner_carousel .owl-dots .owl-dot:hover {}

.banner-part .banner_carousel .carousel-item-box {
    position: relative;


}

.banner-part .banner_carousel .carousel-item-box img {}

.banner-part .banner_carousel .carousel-item-box .caption-box {
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
    z-index: 555;
    color: white;
}

.banner-part .banner_carousel .carousel-item-box .caption-box .banner-part .banner_carousel .carousel-item-box .caption-box .star-box i {
    font-size: 13px;
}

.banner-part .banner_carousel .carousel-item-box .caption-box h3 {
    margin: 0 auto;
    font-size: 40px;
    font-weight: 600;
    width: 70%;
    letter-spacing: 10px;
    font-family: var(--font-family2);
    font-weight: 200
}

.banner-part .banner_carousel .carousel-item-box .caption-box h5 {
    font-size: 20px;
    letter-spacing: 3px;
    font-family: var(--font-family2);
}

.banner-part .banner_carousel .carousel-item-box .caption-box .btn-box {
    text-align: center;
}

.banner-part .banner_carousel .carousel-item-box .caption-box .btn-box a {}

.banner-part .banner_carousel .carousel-item-box .caption-box .btn-box a:hover {}


/*
::-webkit-inner-spin-button {
  display: none;
}

::-webkit-datetime-edit-text {
  color: #555555;
}
::-webkit-datetime-edit-month-field {
  color: #555555;
}
::-webkit-datetime-edit-day-field {
  color: #555555;
}
::-webkit-datetime-edit-year-field {
  color: #555555;
}
*/




.banner-part .reservation_contact_style2-box {
    position: absolute;
    left: 50%;
    transform: translate(-50%)
}

.banner-part .reservation_contact_style2-box a .box {
    text-align: left;
    margin-left: 10px;
}

.banner-part .reservation_contact_style2-box a .box h5 {
    font-weight: bold;
}


.site_title-part {
    background: url('../img/king/King%20Studio%20Bedroom%201.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}

.site_title-part .content-box {
    display: flex;
    align-items: center;
    height: 500px;
}

.site_title-part .content-box .box {}

.site_title-part .content-box .box h5 {}

.site_title-part .content-box .box h3 {
    font-size: 60px;
}


.about_hotel-part {
    padding: 100px 0;
}

.about_hotel-part .content-box {}

.about_hotel-part .content-box .box {
    width: 100%;
}

.about_hotel-part .content-box .box .title-box h3 {
    font-size: 50px;
}

.about_hotel-part .content-box .box p {
    margin-bottom: 20px;
    font-size: 18px;
}

.about_hotel-part .content-box .box .reservation_contact_style2-part {}

.about_hotel-part .content-box .img-box {}

.about_hotel-part .content-box .img-box img {
    width: 100%;
    height: 450px;
    object-fit: cover
}

.about_hotel-part .content-box .img-box .img1 {
    margin-top: 50px;
}

.about_hotel-part .content-box .img-box .img2 {
    margin-left: 20px;
    margin-top: -50px
}



.rooms_suites-part {
    background: var(--web-color2);
}

.rooms_suites-part .content-box {}

.rooms_suites-part .content-box .box {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;

}

.rooms_suites-part .content-box .box .mini-box {
    height: auto;
    width: 100%;
}

.rooms_suites-part .content-box .box:hover .info-box {
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);

}

.rooms_suites-part .content-box .box:hover .info-box .accesseries-box {
    margin-bottom: 0px;
}

.rooms_suites-part .content-box .box:hover img {
    transform: scale(1.2);
}

.rooms_suites-part .content-box .box img {
    transition: .3s;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.rooms_suites-part .content-box .box .book-btn-box {
    position: absolute;
    top: 40px;
    right: 0px;
    transform: rotate(-90deg);
    z-index: 11
}

.rooms_suites-part .content-box .box .book-btn-box label {
    border: 1px solid lightgray;
    color: white;
    padding: 5px 10px;
    text-align: center;
    letter-spacing: 2px;
}

.rooms_suites-part .content-box .box .info-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px;
    padding-left: 20px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .35) 90%);
    color: white;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    transition: .3s;
    z-index: 10
}

.rooms_suites-part .content-box .box .info-box h5 {
    font-size: 16px;
}

.rooms_suites-part .content-box .box .info-box h4 {
    margin-top: 10px;
    font-size: 25px;
    margin-bottom: 10px;
}

.rooms_suites-part .content-box .box .info-box span {
    display: block;
    background: white;
    width: 100px;
    height: 1px;
}

.rooms_suites-part .content-box .box .info-box .accesseries-box {
    margin-top: 20px;
    margin-bottom: -55px;
    transition: .3s;
    display: flex;
    align-items: center;
}

.rooms_suites-part .content-box .box .info-box .accesseries-box .inner-box {
    width: 100%;

}

.rooms_suites-part .content-box .box .info-box .accesseries-box .inner-box i {
    font-size: 20px;
    margin: 10px;
}

.rooms_suites-part .content-box .box .info-box .accesseries-box .btn-box {
    margin: 0;
    width: 100%;
    text-align: right;

}

.rooms_suites-part .content-box .box .info-box .accesseries-box a {
    font-size: 16px;
    text-transform: uppercase;
}

.rooms_suites-part .content-box .box .info-box .accesseries-box a:hover {
    background: var(--web-color1);
    border: 1px solid var(--web-color1);
}



.promotional_video-part {

    background: url('../img/BTMT%20Exterior.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    color: white;

}

.promotional_video-part .content-box {}

.promotional_video-part .content-box .box {}

.promotional_video-part .content-box .box h5 {}

.promotional_video-part .content-box .box h3 {}

.promotional_video-part .content-box .video-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.promotional_video-part .content-box .video-box a {
    border-radius: 50%;
    border: 1px solid var(--web-color1);
    padding: 5px;
    transition: .3s
}

.promotional_video-part .content-box .video-box a i {
    background: white;
    padding: 25px 30px;
    font-size: 30px;
    border-radius: 50%;
    color: var(--web-color1);
    border: 1px solid white;
    transition: .3s
}

.promotional_video-part .content-box .video-box a:hover i {
    background: transparent;

}

.facilities-part {}

.facilities-part .content-box {}

.facilities-part .content-box .box {
    border: 1px solid lightgray;
    padding: 30px 15px 20px;
    margin-bottom: 30px;
}

.facilities-part .content-box .box img {
    color: var(--web-color1);
    height: 50px;
    margin-bottom: 20px;
}

.facilities-part .content-box .box h4 {
    margin: 15px 0;

}

.facilities-part .content-box .box p {
    font-size: 14px;
    color: var(--web-color3);

}



.reviews-part {

    background: url('https://duruthemes.com/demo/html/cappa/demo1/img/slider/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    padding-bottom: 0;
}

.reviews-part .content-box {}

.reviews-part .content-box .box {}

.reviews-part .content-box .box .reviews {}



.reviews-part .content-box .box .reviews span {
    font-size: 70px;
    position: relative;
    top: -5px;
}


.reviews-part .content-box .box .reviews .reviews-box {}

.reviews-part .content-box .box .reviews .reviews-box p {
    margin-bottom: 25px;
    font-size: 18px;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box {
    display: flex;
    align-items: center;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box .star-box {
    justify-content: flex-start;
    margin-bottom: 3px
}

.reviews-part .content-box .box .reviews .reviews-box .info-box .star-box i {
    font-size: 13px;
    margin-left: 0;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box .details-box {
    margin-left: 30px;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box .details-box h5 {
    font-size: 16px;
}

.reviews-part .content-box .box .reviews .reviews-box .info-box .details-box label {
    font-size: 13px;
}




.gallery-part {}

.gallery-part .content-box {}

.gallery-part .content-box .box {
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
    overflow: hidden;

}

.gallery-part .content-box .box:hover a .overlay {
    background: rgba(0, 0, 0, .3)
}

.gallery-part .content-box .box:hover a img {
    transform: scale(1.2)
}

.gallery-part .content-box .box a .overlay {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 22
}

.gallery-part .content-box .box a {}

.gallery-part .content-box .box a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.video_gallery-part {}

.video_gallery-part .content-box {}

.video_gallery-part .content-box .box {
    position: relative;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;

}

.video_gallery-part .content-box .box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.video_gallery-part .content-box .box a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    color: white;
    padding: 10px 12px 10px 15px;
    border: 2px solid white;
    border-radius: 50%;
}

.video_gallery-part .content-box .box a:hover {
    background: white;
    color: var(--web-color1);
}

.contact-part {
    background: url('../img/king/King%20Studio%20Bedroom%201.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    margin-bottom: 100px;
    padding-bottom: 0;

}

.gallery-part .content-box {}

.gallery-part .content-box .box {
    margin-bottom: 30px;
    position: relative;
    transition: .3s;
    overflow: hidden;

}

.gallery-part .content-box .box:hover a .overlay {
    background: rgba(0, 0, 0, .3)
}

.gallery-part .content-box .box:hover a img {
    transform: scale(1.2)
}

.gallery-part .content-box .box a .overlay {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 22
}

.gallery-part .content-box .box a {}

.contact-part .content-box .form-box .form-group select,
.contact-part .content-box .form-box .form-group input {
    padding: 12px;
}


.gallery-part .content-box .box a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.video_gallery-part {}

.video_gallery-part .content-box {}

.video_gallery-part .content-box .box {
    position: relative;
    overflow: hidden;
    transition: .3s;
    margin-bottom: 30px;

}

.video_gallery-part .content-box .box img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    transition: .3s;
}

.video_gallery-part .content-box .box a {
    position: absolute;
    right: 20px;
    bottom: 20px;
    z-index: 30;
    color: white;
    padding: 10px 12px 10px 15px;
    border: 2px solid white;
    border-radius: 50%;
}

.video_gallery-part .content-box .box a:hover {
    background: white;
    color: var(--web-color1);
}



.rooms_list-part {
    color: #666;
}

.rooms_list-part .square-flip {
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: perspective(1000px);
    -moz-transform: perspective(1000px);
    -ms-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    background-size: cover;
    background-position: center center;
}

.rooms_list-part .square-flip img {
    height: 100%;
    object-fit: cover;
}

.rooms_list-part .square-flip {
    min-height: 450px;
    margin-bottom: 30px;
}

.rooms_list-part .square,
.rooms_list-part .square2 {
    width: 100%;
    height: 100%;
}

.rooms_list-part .square {
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rooms_list-part .square .category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
}

.rooms_list-part .square .category a {
    color: #fff;
}

.rooms_list-part .square .category:hover {
    color: #fff;
}

.rooms_list-part .square h4 {
    color: #fff;
    font-size: 27px;
    text-align: left;
    margin-bottom: 0;
    display: inline-flex;
}

.rooms_list-part .square h6,
.rooms_list-part .square h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rooms_list-part .square-flip .square {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rooms_list-part .square-flip:hover .square {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rooms_list-part .square2 {
    background: #f8f5f0;
    background-size: cover;
    background-position: center center;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rooms_list-part .square2.bg-white {
    background: #fff;
}


.rooms_list-part .square2:before {
    top: 25px;
    left: 15px;
    right: 15px;
    bottom: 25px;
}

.rooms_list-part .square2 h4 {
    font-size: 30px;
    color: #222;
}

.rooms_list-part .square2 h6 {
    position: relative;
    color: #aa8453;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.rooms_list-part .square2 p {
    font-size: 15px;
    color: #666;
    margin-bottom: 20px;
}

.rooms_list-part .square2 .row i {
    color: var(--web-color1);
    margin-bottom: 10px;
}


.rooms_list-part .square-flip .square2 {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 1;
}

.rooms_list-part .square-flip:hover .square2 {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.rooms_list-part .square-container {
    padding: 40px;
    text-align: right;
    height: 450px;
    position: relative;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateX(0px) scale(1);
    -ms-transform: translateX(0px) scale(1);
    transform: translateX(0px) scale(1);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.rooms_list-part .square-container .box-title {
    /*	width: 100%;*/
}

.rooms_list-part .square-flip:hover .square-container {
    -webkit-transform: translateX(-650px) scale(0.88);
    -ms-transform: translateX(-650px) scale(0.88);
    transform: translateX(-650px) scale(0.88);
}

.rooms_list-part .square-container2 {
    padding: 30px;
    text-align: left;
    position: relative;
    top: 50%;
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -o-transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    transition: transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25), -webkit-transform 0.9s cubic-bezier(0.68, -0.55, 0.265, 1.25);
    -webkit-transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    transform: translateY(-50%) translateX(650px) translateZ(60px) scale(0.88);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    z-index: 2;
}

.rooms_list-part .square-flip:hover .square-container2 {
    -webkit-transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
    transform: translateY(-50%) translateX(0px) translateZ(0px) scale(1);
}

.rooms_list-part .flip-overlay {
    display: block;
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .2;
}

@media screen and (max-width: 991px) {
    .rooms_list-part .square-flip {
        margin-bottom: 30px;
    }

    .rooms_list-part {
        padding-bottom: 70px;
    }
}






.contact-part {
    background: url('../img/king/King%20Studio%20Bedroom%201.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
    margin-bottom: 100px;
    padding-bottom: 0;

}

.contact-part .content-box {}

.contact-part .content-box .box {}

.contact-part .content-box .box h4 {}

.contact-part .content-box .form-box {
    background: white;
    margin-bottom: -100px;
    border: 1px solid lightgray;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.contact-part .content-box .form-box .form-group {
    margin-bottom: 10px;
}

.contact-part .content-box .form-box .form-group label {
    margin: 10px 0 0;
    color: #262626;
}


.contact-part .content-box .form-box .form-group select,
.contact-part .content-box .form-box .form-group input {
    padding: 10px;
}


.footer-part {
    color: white;
}

.footer-part .footer-top {
    background: var(--web-color4);
}

.footer-part .footer-top .content-box {}

.footer-part .footer-top .content-box .box {}

.footer-part .footer-top .content-box .box h3 {
    margin-bottom: 20px;
    font-weight: 300;
}

.footer-part .footer-top .content-box .box p {
    font-size: 18px;
    color: var(--web-color3);
}

.footer-part .footer-top .content-box .box a {
    color: var(--web-color3);
    display: block;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.footer-part .footer-top .content-box .box a:hover {
    margin-left: 5px;
    color: var(--web-color1);
}

.footer-part .footer-top .content-box .box label {
    color: var(--web-color3);
}

.footer-part .footer-top .content-box .box h5 {
    font-size: 22px;
    margin: 10px 0;
}

.footer-part .footer-top .content-box .box h5 i {
    transform: rotate(-45deg);
    margin-right: 5px;
}

.footer-part .footer-top .content-box .box .social-media-icon {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.footer-part .footer-top .content-box .box .social-media-icon a {
    color: white;
    margin: 5px;
}

.footer-part .footer-top .content-box .box .social-media-icon a:hover {
    color: var(--web-color1);
}

.footer-part .footer-bottom {
    background: #1e1e1e;
    text-align: center;
    padding: 10px;
}

.footer-part .footer-bottom .box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-part .footer-bottom .box p {
    margin: 0 10px;
    font-size: 13px;
}

.footer-part .footer-bottom .box p a {
    color: var(--web-color1);
}

@media(max-width:1400px) {
    .banner-part .banner_carousel {
        height: 700px;

    }

    .banner-part .banner_carousel .carousel-item-box {
        height: 700px;
    }

    .banner-part .banner_carousel .carousel-item-box img {
        height: 100%;
        object-fit: cover;
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h3 {
        font-size: 30px;
        width: 80%;
        letter-spacing: 10px;
        margin-top: 10px;
        line-height: normal;
    }
}

@media(max-width:996px) {

    .box-md30 {
        margin-bottom: 30px
    }




    .banner-part .banner_carousel .carousel-item-box .caption-box h3 {
        font-size: 30px;
        width: 90%;
        letter-spacing: 10px;
        margin-top: 10px;
        line-height: normal;
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h5 {
        font-size: 20px;
        letter-spacing: 3px;
        font-family: var(--font-family2);
    }






    .rooms_list-part .content-box .box {
        display: inherit;
        display: flex;
    }

    .rooms_list-part .content-box .box .details-box {
        top: inherit;
        position: inherit;
        bottom: 0;
        transform: translateY(0%);
        width: 100%;
        height: auto;
        border: 1px solid lightgray;
        z-index: 10;
        margin: 0;
        position: absolute;

    }

    .rooms_list-part .content-box .box .img-box img {
        width: 100%;
    }

    .rooms_list-part .content-box .rooms_list-style1 .details-box {
        right: 0;
    }

    .rooms_list-part .content-box .rooms_list-style2 .details-box {
        left: 0px;

    }

    .rooms_list-part .content-box .box .details-box h3 {}

    .rooms_list-part .content-box .box .details-box p {}

    .rooms_list-part .content-box .box .details-box .row .col-4 {
        font-size: 16px;
    }

    .rooms_list-part .content-box .box .details-box .btn-box {
        margin-top: 20px;
    }

    .footer-part .footer-bottom .box {
        display: block;
        align-items: center;
        justify-content: center;
    }

    .footer-part .footer-bottom .box p {
        margin-bottom: 5px;
    }
}

@media screen and (max-width:996px) {
    .rooms_suites-part .content-box .box .info-box .accesseries-box {
        margin-bottom: -95px;
    }


}


@media(max-width:768px) {
    .box-sm30 {
        margin-bottom: 30px
    }



    .banner-part .banner_carousel .carousel-item-box .caption-box .star-box {
        margin-bottom: 10px
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box .star-box i {
        font-size: 13px;
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h3 {
        font-size: 30px;
        width: 90%;
        letter-spacing: normal;
        line-height: normal;
        margin-top: 10px;
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h5 {
        font-size: 20px;
    }

    .site_title-part .content-box {
        height: 400px;
    }

    .site_title-part .content-box .box h3 {
        font-size: 50px;
    }

    .rooms_suites-part .content-box .box .info-box .accesseries-box {
        margin-bottom: -55px;
    }

    .contact-part .content-box .box {
        margin-bottom: 30px;
    }

    .contact-part .content-box .form-box {
        margin-bottom: 00px;
    }

}




@media(max-width:546px) {

    .title-box h5 {
        font-size: 16px;

    }

    .title-box h3 {
        font-size: 30px;

    }

    .btn-box {
        margin-top: 30px;
    }

    .btn-box .btn-cust-primary {
        padding: 8px 12px;
        font-size: 13px;
    }

    .header-part .navbar .navbar-brand img {
        height: 70px
    }

    .header-part .navbar .navbar-toggler {
        padding: 0;
        border: none;
        font-size: 25px;
    }

    .banner-part .banner_carousel {
        height: 450px;

    }

    .banner-part .banner_carousel .carousel-item-box {
        height: 450px;
    }




    .banner-part .banner_carousel .carousel-item-box .caption-box .star-box i {
        font-size: 11px;
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h3 {
        font-size: 20px;
        width: 90%;

    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h5 {
        font-size: 13px;
    }

    .banner-part .banner_carousel .owl-dots {
        position: absolute;
        top: 40%;
        right: 0px;

    }

    .banner-part .banner_carousel .owl-dots .owl-dot {
        height: 10px;
        width: 10px;
    }

    .banner-part .reservation_contact-box {}


    .banner-part .reservation_contact-box a .box label {
        color: white;
        font-size: 13px;

    }

    .banner-part .reservation_contact-box a .box h5 {
        font-size: 15px;

    }

    .about_hotel-part .content-box .img-box .img2 {
        margin-left: 0;

    }


    .rooms_suites-part .content-box .box .info-box .accesseries-box {
        margin-bottom: -55px;
    }

    .promotional_video-part .content-box .video-box a i {
        padding: 20px 25px;
        font-size: 20px;
    }

}

@media(max-width:480px) {


    .title-box h5 {
        font-size: 13px;

    }

    .title-box h3 {
        font-size: 25px;

    }

    .btn-box {
        margin-top: 10px;
    }

    .btn-box .btn-cust-primary {
        padding: 5px 10px;
        font-size: 11px;
    }



    .banner-part .banner_carousel .carousel-item-box .caption-box .star-box {
        margin-bottom: 1px
    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h3 {
        font-size: 18px;

    }

    .banner-part .banner_carousel .carousel-item-box .caption-box h5 {
        font-size: 12px;
    }

    .banner-part .banner_carousel .owl-dots {
        position: absolute;
        top: 40%;
        right: 0px;

    }

    .banner-part .banner_carousel .owl-dots .owl-dot {
        height: 10px;
        width: 10px;
    }

    .banner-part .reservation_contact-box {}

    .banner-part .reservation_contact-box a i {
        font-size: 27px;
        margin-top: 0;
    }

    .banner-part .reservation_contact-box a .box label {
        font-size: 12px;

    }

    .banner-part .reservation_contact-box a .box h5 {
        font-size: 14px;

    }
}
