body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Trirong", serif;
    margin: 0;
    padding: 0;
}

.section h5 {
    color: #dc4755;
    font-family: 'Reey_Regular', cursive;
}

.section h2 {
    font-size: 42px !important;
    line-height: 55px !important;
    color: #313131;
    position: relative;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0px !important;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
}

.top-header-left {
    display: flex;
    gap: 30px;
    align-items: center;
}

.top-header {
    background: #50a0e3;
    color: #fff;
    padding: 10px 0px;
    font-size: 16px;
}

.top-header .top-header-left .top-header-icons-list a {
    color: #fff;
    text-decoration: none;
}

.top-header-right span:not(:last-child) {
    margin-right: 10px;
}

.top-header-right span i:hover {
    transform: scale(1.1);
    cursor: pointer;
}

button.btn {
    background: #dc4755;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid #dc4755;
}

.Our-rooms-section.section .rooms-box button.btn.btn-primary {
    width: 100%;
}

button.btn:hover {
    color: #fff;
    background: #50a0e3;
}

ul.navbar-nav li a {
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: #000 !important;
    padding-right: 30px !important;
}

.main-haeder {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

div#carouselExampleCaptions .carousel-inner img {
    height: 700px;
    object-fit: cover;
    position: relative;
}

.carousel-caption.d-none.d-md-block h5 {
    font-size: 96px;
    line-height: 110px;
    font-weight: 600;
}

div#carouselExampleCaptions .carousel-inner:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #0000002e;
}

.aboutus-section {
    padding: 80px 0px 145px;
    background: #f2f2f2;
}

div#carouselExampleCaptions .carousel-caption {
    bottom: 0;
    left: 15%;
    text-align: left;
    top: 30%;
    z-index: 99;
}

div#carouselExampleCaptions .carousel-indicators {
    z-index: 999;
}


.aboutus-section .midaboutus img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
    float: right;
    max-width: 400px;
    transform: rotate(15deg);
    border-radius: 10px;
}

.aboutus-section .midaboutus {
    position: relative;
}

.aboutus-section .leftaboutus h2:after {
    position: absolute;
    content: '';
    top: -32px;
    background-image: url(../images/yellow-1.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    margin-left: 35px;
    -webkit-animation-name: float_up_down;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}

@keyframes float_up_down {

    50% {
        transform: translateY(10px);
        transform: translateY(10px);
        opacity: 1;
    }

}

.aboutus-section .about-mid-sec-section img {
    position: absolute !important;
    left: 0;
    top: 220px;
    max-width: 350px !important;
    transform: rotate(-15deg) !important;
    border: 9px solid #fff;
    height: 100% !important;
    max-height: 390px !important;
    z-index: 99;
}

.aboutus-section .leftaboutus {
    padding-left: 110px;
}

.aboutus-section .midaboutus:after {
    position: absolute;
    content: '';
    background: url(../images/pattern-5.png);
    height: 35%;
    width: 28%;
    border-radius: 50%;
    top: 46px;
    left: 108px;
    animation: rotation 8s;
    animation-iteration-count: infinite;
    opacity: 0.6;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.Our-rooms-section {
    padding: 50px 0px;
    background-image: url(../images/pattern-1.png);
    text-align: center;
}

.Our-rooms-section.section .rooms-box img {
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover;
}

.Our-rooms-section.section .rooms-box {
    box-shadow: rgb(154 154 156 / 53%) 0px 7px 29px 0px;
    border-radius: 5px;
    padding-bottom: 20px;
    text-align: left;
}

.Our-rooms-section.section .room-box-inner {
    padding: 20px 20px 0px 20px;
}

.Our-rooms-section.section .room-box-inner .our-rooms-icons-section .our-rooms-icons ul {
    padding: 0;
    display: flex;
    gap: 10px;
    align-items: center;
}

::marker {
    font-size: 0;
}

.Our-rooms-section.section .room-box-inner .our-rooms-icons-section .our-rooms-icons ul i {
    margin-right: 10px;
}

button.btn.rooms-box-button {
    width: 100%;
}

.Our-rooms-section.section .room-box-inner .rooms-box-destination-section ul {
    padding: 0;
}

.row.rooms-last-section {
    padding-top: 40px;
}

.Our-rooms-section.section .rooms-box:hover img {
    transition: all 0.3s linear;
    transform: scale(1.1);
}

.Our-rooms-section.section .rooms-box .rooms-box-image {
    overflow: hidden;
}

.Our-rooms-section.section .room-box-inner h4 {
    color: #dc4755;
}

.gallery-section .list-gallery img {
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
}

.gallery-section .list-gallery {
    position: relative;
    overflow: hidden;
}

.gallery-section .list-gallery .icon-box {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    z-index: 99;
}

.gallery-section .list-gallery:hover:before {
    transform: translateY(-0%);
}

.gallery-section .list-gallery:before {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #dc4755;
    transform: translateY(-100%);
    z-index: 1;
}

.gallery-section .list-gallery .icon-box {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 1;
    opacity: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.gallery-section .list-gallery .icon-box .title {
    position: relative;
    margin: 15px 0 0 0;
    padding-bottom: 20px;
    font-size: 32px;
    color: #fff;
    line-height: 1.1;
    font-weight: 600;
    white-space: pre-line;
}

.gallery-section .list-gallery .icon-box .title a {
    color: #fff;
    text-decoration: none;
}

.gallery-section .list-gallery .icon-box .title:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 50px;
    height: 4px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.gallery-section .list-gallery .icon-box .subtitle {
    margin: 0;
    margin-top: 33px;
    color: #fff;
    font-size: 20px;
}

.gallery-section .list-gallery .icon-box .desc {
    margin: 0;
    margin-top: 4px;
}

.gallery-section .list-gallery .icon-box .desc a {
    margin: 0;
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
}

.gallery-section .list-gallery:hover .icon-box {
    opacity: 1;
}

.gallery-section .list-gallery .icon-box .icon i {
    font-size: 50px;
}

.gallery-section.section {
    padding: 50px 0px;
    text-align: center;
}

.gallery-section.section .col-2 {
    padding: 0;
    padding-top: 30px;
    width: 20%;
}

.last-banner {
    background-image: url(../images/sliderone.webp);
    padding: 100px 0px;
    text-align: center;
    position: relative;
    background-position: center;
}

.last-banner:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: #00000059;
}

.last-banner h2 {
    color: #fff;
    position: relative;
    z-index: 9;
    font-size: 40px;
    line-height: 50px;
    padding-bottom: 20px;
}

.last-banner button.btn {
    position: relative;
    z-index: 9;
}

.last-banner button.btn a {
    color: #Fff;
    text-decoration: none;
    font-size: 18px;
}

.Our-rooms-section.section .last-section-customized {
    text-align: left;
}

.Our-rooms-section.section .last-section-customized .aboutsection-last-inner i {
    color: #dc4755;
    font-size: 25px;
    margin-bottom: 10px;
}

.last-sectioninnerform {
    background: #50a0e3;
    margin-left: 220px;
    color: #fff;
    padding: 50px;
}

.last-sectioninnerform button.btn:hover {
    background: transparent;
    color: #ffffff;
    border: 1px solid #dc4755;
}

.footer {
    background: #dc4755;
}

.footer-list {
    text-align: center;
    line-height: 32px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-list ul li {
    display: inline-block;
    color: #fff;
    border-right: 1px solid #fff;
    font-size: 20px;
    padding: 0 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.copywrite {
    background-color: #000000;
    text-align: center;
}

.copywrite p {
    color: #fff;
    padding: 5px;
    margin: 0;
}

div#exampleModal .modal-content .modal-body form#inq_form_global2 input,
div#exampleModal .modal-content .modal-body form#inq_form_global2 select {
    margin: 15px auto 5px;
    font-weight: 300;
    width: 100%;
    padding: 8px;
    color: #5b5f63;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: 0;
}

div#exampleModal .modal-content .modal-body form#inq_form_global2 button#lastMinute3 {
    background: #dc4755;
    color: #fff;
    width: 100%;
    border: 0px;
    padding: 10px;
    margin-top: 20px;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    box-shadow: none !important;
}

button.btn:active {
    background: #50a0e3;
    border-color: #50a0e3;
}
.btn-close:focus {
    box-shadow: none !important;
}
/* Media Query */
@media only screen and (max-width: 767px) {
    .row {
        display: block !important;
    }

    .col-6,
    .col-4,
    .col-2 {
        width: 100% !important;
    }

    .aboutus-section .leftaboutus {
        padding-left: 15px;
    }

    .aboutus-section .about-mid-sec-section img {
        position: relative !important;
        top: 0;
    }

    .aboutus-section {
        padding: 30px 0px 30px;

    }

    .aboutus-section .midaboutus img {
        transform: rotate(0deg) !important;
    }

    .about-mid-sec-section img {
        margin-top: 20px;
        border: 0px !important;
        margin-bottom: 20px;
    }

    .aboutus-section .leftaboutus h2:after {
        display: none;
    }

    .Our-rooms-section,
    .gallery-section.section {
        padding: 30px 0px;
    }

    .section h2 {
        font-size: 32px !important;
        line-height: 40px !important;
    }

    .Our-rooms-section.section .rooms-box {
        margin-bottom: 20px;
    }

    .row.rooms-last-section {
        padding-top: 0;
    }

    .last-sectioninnerform {
        margin-left: 0;
    }

    .last-banner {
        padding: 50px 0px;
    }

    .last-banner h2 {
        font-size: 37px;
        padding-bottom: 0px;
    }

    .footer-list {
        padding-top: 30px;
        padding-bottom: 10px;
        text-align: left;
    }

    div#carouselExampleCaptions .carousel-inner img {
        height: 450px;
    }

    div#carouselExampleCaptions .carousel-inner .carousel-caption.d-none.d-md-block {
        display: block !important;
    }

    .carousel-caption.d-none.d-md-block h5 {
        font-size: 40px;
        line-height: 50px;
    }

    div#navbarSupportedContent .d-flex {
        display: block !important;
    }

    .top-header-left {
        display: block;
    }

    .top-header .container {
        align-items: center;
    }

    .navbar-toggler {
        font-size: 14px !important;
    }
}
@media only screen and (max-width: 1024px) {
    .container {
        max-width: 1120px;
        margin: 0 auto;
        padding: 0 20px !important;
    }
}
@media only screen and (max-width: 1440px) and (min-width: 1025px) {
    .container {
        max-width: 1366px;
        margin: 0 auto;
        padding: 0 15px !important;
    }
}







