html {
    scroll-behavior: smooth;
}

html, body {
    font-family: 'Hind', sans-serif;
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

p {
    font-size: 1rem;
}

h1, h2, h3 {
    font-weight: 600;
}

a {
    text-decoration: none !important;
}

.section-head {
    font-family: 'Nanum Myeongjo', serif;
    font-weight: 700;
    color: #052500;
    line-height: 1.2;
    font-size: 2.4rem;
    margin: 0;
    padding-bottom: 0.4em;
}

.section-head span {
    font-size: 0.55em;
}

section {
    padding: 6rem 0;
}

.bg-alt {
    background: #3f6300;
}

.dark-bg * {
    color: #fff !important;
}

.site-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    padding: 0 0 1.2rem;
    background: transparent;
    transition: all 0.4s ease-in-out;
}

.sticky-header {
    position: fixed;
    background: #052500;
    padding: 0 0 0.8rem;
}

.brand-logo {
    max-width: 13rem;
    transition: all 0.3s ease-in-out;
}

.sticky-header .brand-logo {
    max-width: 6rem;
}

.site-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.site-navigation li {
    display: inline-block;
    padding: 0 1.15rem;
}

.site-navigation li:last-child {
    padding-right: 0px;
}

.site-navigation .header-nav {
    padding: 0.5em 0.5em 0.1em 0;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.sticky-header .site-navigation .header-nav {
    font-size: 0.9rem;
}

.site-navigation .header-nav::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all 0.4s ease-in-out;
}

.site-navigation .header-nav:hover::after,
.site-navigation .header-nav:active::after,
.site-navigation .header-nav:focus::after,
.site-navigation .header-nav.active::after {
    width: 100%;
}

.site-navigation .header-btn {
    padding: 0.5em 1.5em 0.45em;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    color: #fff !important;
    font-weight: 500;
    font-size: 1.1rem;
    background: #3f6300;
    border-radius: 0;
    text-transform: uppercase;
    transition: all 0.4s ease-in-out;
}

.sticky-header .site-navigation .header-btn {
    font-size: 0.9rem;
    background: #ffffff;
    color: #3f6300 !important;
}

.header-topbar {
    background: rgb(0, 22, 0);
    margin-bottom: 1.3rem;
    padding: 0.2rem 0;
}

.sticky-header .header-topbar {
    margin-bottom: 0.9rem;
    padding: 0.1rem 0;
}

.header-topbar p {
    margin: 0;
    padding: 0;
    font-size: 0.9rem;
    color: #fff;
}

.header-topbar .top-text {
    font-size: 0.8rem;
    line-height: 1;
}

.header-topbar a {
    color: #fff !important;
    text-decoration: none;
}

.header-topbar .material-icons {
    font-size: 0.9rem;
    line-height: 1.5;
    transform: translateY(12%);
}

.header-topbar .topbar-icon {
    width: 1rem;
}

.site-footer {
    background: rgb(12, 12, 12);
    padding: 4rem 0 0;
}

.site-footer .copy-text {
    text-align: center;
    color: #888;
    font-size: 14px;
    padding: 1rem 0;
    margin-top: 4rem;
    background: #222;
}

.site-footer .footer-logo {
    width: 100%;
    max-width: 250px;
}

.site-footer .section-head {
    color: #ffffff;
    font-size: 1.7rem;
    border-bottom: 1px solid #333;
    padding-bottom: 0.4rem;
    margin-bottom: 0.6rem;
}

.site-footer p {
    margin: 0;
    padding-bottom: 0.7em;
}

.site-footer p,
.site-footer p a {
    color: #ffffff !important;
    font-size: 0.9rem;
    text-decoration: none !important;
}

.site-home-banner .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    left: 0;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    text-align: left;
}

.site-home-banner .carousel-caption h5 {
    font-size: 4rem;
    margin: 0;
    padding: 0;
    color: #ffffff;
    padding: 0.3em 0.6em 0.3em 30vw;
    font-weight: 500;
    display: block;
}

.site-home-banner .carousel-caption.alt h5 {
    padding: 0.3em 0em 0.3em;
}

.about-intro .section-head {
    margin: 0;
    padding: 0;
    font-size: 2.85rem;
    padding-bottom: 0.25em;
}

.about-intro h5 {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.1em;
    padding-bottom: 1em;
}

.about-intro iframe  {
    width: 100%;
    min-height:  25rem;
    margin-top: 4rem;
}

.about-kochi {
    background-image: url(../assets/images/kochi-background-image.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.room-card {
    position: relative;
    z-index: 1;
    cursor: pointer;
    box-shadow: 0 0 0 -5px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

.room-card .room-card-text {
    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    padding: 1rem 2rem;
    background: rgba(63, 99, 0, 0.8);
    transform: translateY(70%);
    transition: all 0.6s ease-in-out;
}

.packages .room-card .room-card-text {
    transform: translateY(65%);
    padding: 1rem 1.5rem;
}

.room-card:hover .room-card-text {
    transform: translateY(0%);
}

.room-card .room-card-text * {
    color: #fff;
}

.room-card .room-card-text h2 {
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 0;
}

.room-card .room-card-text h3 {
    font-size: 0.85rem;
    font-weight: 300;
    line-height: 1.3;
    margin: 0;
    padding: 1em 0;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.6s ease-in-out;
}

.packages .room-card .room-card-text h3 {
    min-height: 6rem;
}

.room-card .room-card-text h4 {
    font-size: 1.6rem;
    margin: 0;
    opacity: 0;
    transform: translateY(-200%);
    transition: all 0.6s ease-in-out;
}

.room-card .room-card-text h6 {
    font-size: 0.8rem;
    font-weight: 300;
    ;line-height: 1;
    opacity: 0;
    transform: translateY(-400%);
    transition: all 0.6s ease-in-out;
}

.room-card:hover .room-card-text h3,
.room-card:hover .room-card-text h4,
.room-card:hover .room-card-text h6 {
    opacity: 1;
    transform: translateY(0%);
}

.amenities-section .nav {
    transform: translateX(-50px);
}

.amenities-section .nav-link {
    text-align: left;
    font-size: 1.2rem;
    line-height: 1.1;
    padding: 0.9em 0;
    position: relative;
    z-index: 1;
}

.amenities-section .nav-link::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translate( -45px, -50%);
    width: 0;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-right: none;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.amenities-section .nav-link:hover::after,
.amenities-section .nav-link.active::after {
    opacity: 1;
    transform: translate( -25px, -50%);
}

.amenities-section .nav-link.active {
    background: transparent;
}

.amenities-section .tab-content {
    background: rgba(0, 0, 0, 0.3);
    border: 1px solid #000;
    transform: translateX(50px);
}

.amenities-section .tab-pane {
    padding: 1.5rem 150px 1.5rem 1.5rem;
}

.amenities-section .tab-pane .section-head {
    font-size: 1.8rem;
    padding-top: 1em;
}

.site-btn {
    background: #3f6300;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.6em 2em;
    position: relative;
    z-index: 1;
    transition: all 0.4s ease-in-out;
}

.site-btn.alt {
    background: #fff;
    color: #3f6300 !important;
}

.site-btn::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: 1px solid #3f6300;
}

.site-btn.alt::after {
    border-color: #fff !important;
}

.site-btn:hover,
.site-btn:active,
.site-btn:focus {
    background: #3f6300;
}

.site-btn.alt:hover,
.site-btn.alt:active,
.site-btn.alt:focus {
    color: #fff !important;
}

.site-btn:hover::after,
.site-btn:active::after,
.site-btn:focus::after {
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
}

.amenities-section .icon-box img {
    width: 3.5rem;
}

.amenities-section .icon-box h2 {
    font-size: 1.2rem;
}

.amenities-section .icon-box p {
    font-size: 0.8rem;
    line-height: 1.3;
    margin: 0;
    padding: 0;
}

.amenities-row {
    padding-top: 6rem;
}

.amenities-row .amenities-desc {
    background: #fff;
    padding: 0 8%;
}

.amenities-row .amenities-desc h2,
.amenities-row .amenities-desc p {
    color: #222 !important;
}

.innerpage .page-banner {
    position: relative;
    z-index: 1;
}

.innerpage .page-banner img {
    position: relative;
    z-index: 1;
}

.innerpage .page-banner .page-banner-text {
    position: absolute;
    z-index: 2;
    bottom: 10%;
    left: 0;
    right: 0;
}

.innerpage .page-banner .page-banner-text .section-head {
    color: #ffffff;
    font-size: 2rem;
}

.innerpage .amenities {
    background: #f0f0f0;
}

.innerpage .amenities .amenities-desc {
    background: #fff;
}

.innerpage .amenities .amenities-desc.bg-alt {
    background: #3f6300;
}

.innerpage .amenities .section-head {
    font-size: 2rem;
}

.contact-info .icon-box p,
.contact-info .icon-box p a {
    color: #000 !important;
    font-size: 0.95rem;
}

.contact-info .icon-box .amenity-icon {
    width: 2.8rem;
}

.contact-form .form-group {
    padding-bottom: 1.5rem;
}

.contact-form .form-control {
    border-radius: 0;
    box-shadow: none !important;
    outline: none !important;
    resize: none;
}

.locate-map {
    height: 26rem;
}

.site-hamburger {
    display: none;
    margin-bottom: 5px;
    cursor: pointer;
}

.site-hamburger span {
    width: 24px;
    height: 2px;
    background: #ffffff;
    display: block;
}

.site-hamburger span:nth-child(2) {
    margin: 4px 0px;
}

.site-hamburger.active span:nth-child(1) {
    transform: translateY(6px) rotate(135deg);
    transition: all 0.4s ease-in-out;
}

.site-hamburger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-135deg);
    transition: all 0.4s ease-in-out;
}

.site-hamburger.active span:nth-child(2) {
    transform: rotate(-45deg) scale(0);
    transition: all 0.4s ease-in-out;
}

.innerpage .packages .room-card {
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
    cursor: initial;
}

.innerpage .packages.alt .room-card {
    box-shadow: none;
}

.innerpage .room-card .section-head {
    font-size: 1.5rem;
    padding: 0 0 0.8em;
    margin: 0;
}

.innerpage .packages .room-card p {
    min-height: 135px;
}

.innerpage .packages.alt .room-card p {
    min-height: 55px;
}

.enquire_now {
    position: fixed;
    bottom: 50%;
    transform: translate(50%, 50%) rotate(-90deg);
    transform-origin: center bottom;
    right: 0;
    background: #3f6300 !important;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 0.5em 1.5em;
    letter-spacing: 2px;
    cursor: pointer;
    z-index: 999;
    border: 2px solid #fff;
    border-bottom: none;
}

.room-rates {
    background: #3f6300;
}

.room-rates .section-head {
    color: #fff !important;
}

.room-amenities {
    padding: 1.8rem;
    box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
}

.room-amenities .section-head {
    font-size: 2rem;
    padding-bottom: 0.6em;
}

.room-amenities p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin: 0;
    padding: 0;
}

.modal-form .form-response {
    display: none;
}

.form-group {
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}

.form-group label.error {
    color: #f00;
    font-size: 11px;
    position: absolute;
    left: 0;
    bottom: 2px;
}

.modal-form .form-control {
    border-radius: 0;
    resize: none;
    outline: none !important;
    box-shadow: none !important;
}

#contactFormResponseText {
    display: none;
}

@media( max-width: 1399px ) {
    .brand-logo {
        max-width: 11rem;
    }

    .site-navigation .header-nav {
        font-size: 1rem;
    }

    .site-navigation .header-btn {
        font-size: 1rem;
    }

    .packages .room-card .room-card-text h2 {
        font-size: 1.1rem;
    }

    .site-home-banner .carousel-caption h5 {
        font-size: 3rem;
    }

    .innerpage .packages .room-card p {
        font-size: 0.9rem;
    }
    
}

@media( max-width: 1199px ) {
    .brand-logo {
        max-width: 8rem;
    }

    .site-navigation .header-nav, 
    .site-navigation .header-btn {
        font-size: 0.9rem;
    }

    section {
        padding: 4rem 0;
    }

    .about-intro .section-head {
        font-size: 2.4rem;
    }

    .about-kochi .section-head span {
        font-size: 0.45em;
    }

    .room-card .room-card-text {
        padding: 20px 15px;
    }
}

@media( max-width: 991px ) {
    
    body,
    html {
        font-size: 15px
    }

    .about-kochi {
        background-color: #000;
    }

    .room-card .room-card-text,
    .room-card .room-card-text * {
        transform: none !important;
        opacity: 1 !important;
    }

    .amenities-section .icon-box img {
        width: 4.5rem;
    }

    .amenities-row {
        padding-top: 4rem;
    }

    .amenities-row .amenities-desc h2 {
        font-size: 2rem;
    }

    .packages .room-card .room-card-text h3 {
        min-height: auto;
    }

    .site-header {
        z-index: 999;
    }

    .site-navigation {
        position: fixed;
        z-index: -1;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #3f6300;
        transform: translateX(110%);
        padding: 100px 20px 40px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .site-navigation.active {
        transform: translateX(0);
        transition: all 0.4s ease-in-out;
    }

    .site-hamburger {
        display: block;
    }

    .site-navigation li {
        display: block;
        padding: 15px 0px;
        transform: translateX(100%);
        opacity: 0;
    }

    .site-navigation.active li {
        transform: translateX(0%);
        opacity: 1;
        transition: all 0.8s ease-in-out 0.1s;
    }

    .header-nav {
        padding: 0 !important;
        font-size: 20px !important;
    }

    .site-navigation .header-btn {
        padding: 0.5em 1.5em 0.45em;
        font-size: 18px !important;
        margin-top: 20px;
    }

    .site-navigation .header-btn {
        background: #ffffff !important;
        color: #3f6300 !important;
    }

    .innerpage .packages.alt .room-card {
        box-shadow: 0px 15px 30px 0px rgba(0,0,0,0.07);
    }

    .innerpage .packages .room-card p {
        font-size: 1rem;
    }

}

@media( max-width: 767px ) {
    .amenities-row .amenities-desc {
        padding: 40px 30px;
        margin-bottom: 40px;
    }

    .enquire_now {
        bottom: 0%;
        transform: translate(50%, 0%) rotate(0deg);
        right: 50%;
        font-size: 1.2rem;
        padding: 0.8em 1.5em;
        width: 100%;
        text-align: center;
        border-left: none;
        border-right: none;
    }

    .site-footer .copy-text {
        padding: 1rem 0 6rem;
    }
}

@media( max-width: 575px ) {
    .about-intro iframe {
        min-height: 15rem;
    }
}