
/***** 1. Common - Font Installation *****/
/*Mainfont - NunitoSans*/
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Thin.ttf');
    font-weight:100;
    font-style:normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Light.ttf');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Regular.ttf');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Bold.ttf');
    font-weight:700;
    font-style:normal;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/raleway/Raleway-Black.ttf');
    font-weight:800;
    font-style:normal;
}
/*Mainfont - EBGaramond*/
@font-face {
    font-family: 'TypoRound';
    src: url('../fonts/typoround/Typo_Round_Thin_Demo.otf');
    font-weight:200;
    font-style:normal;
}
@font-face {
    font-family: 'TypoRound';
    src: url('../fonts/typoround/Typo_Round_Light_Demo.otf');
    font-weight:300;
    font-style:normal;
}
@font-face {
    font-family: 'TypoRound';
    src: url('../fonts/typoround/Typo_Round_Regular_Demo.otf');
    font-weight:400;
    font-style:normal;
}
@font-face {
    font-family: 'TypoRound';
    src: url('../fonts/typoround/Typo_Round_Bold_Demo.otf');
    font-weight:800;
    font-style:normal;
}



/****** 2. Common - General Stylings *****/
*{
    --color-one: #ffa81d;
    --color-two: #010323;
    --color-three: #8098aa;
    --color-four: #d9e1ec;
    --color-five: #f2f7fd;
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    /* transform-style: preserve-3d; */
}
::-webkit-scrollbar {
    width: 8px;
} 
::-webkit-scrollbar-track {
    background:#fff;
} 
::-webkit-scrollbar-thumb {
    /*background-color: #1f1f1f;*/
    outline: 1px solid #fafafa;
    border-radius: 10px;
    background: var(--color-one);
}
::-moz-selection { 
    background: var(--color-one); 
    color:var(--color-text);
}
::selection { 
    background: var(--color-one); 
    color:var(--color-text);
}
button:focus, button:active, button:hover{
    outline: 0px;
    /* border:0px; */
}
a{
    text-decoration: none;
}
body{
    position: relative;
    font-family: 'Raleway';
    overflow-x: hidden;
    left: 0;
    width: 100vw;
    font-size: 16px;
    overflow-y: scroll;
    line-height: 1.5;
    color: var(--color-text);
    background: var(--color-five);
}



nav#normal-nav {
    display: flex;
    position: relative;
    width: 100vw;
    height: 100px;
    background: var(--color-five);
    background: radial-gradient(circle, rgba(242,247,253,1) 50%, rgba(217,225,236,1) 100%);
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    z-index: 20;
}

.logo-area {
    position: relative;
    height: 100%;
    width: 30%;
    padding: .5em;
}

.logo-area img {
    height: 100%;
    margin-left: 3em;
}

section#slider-sec {
    position: relative;
    display: block;
    width: 100vw;
    height: 100vh;
}

div#home-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.slider-inner {
    position: relative;
    width: 100vw;
    height: calc(100vh - 100px);
    background-size: cover;
    background-position:center;
}

.slider-img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.menu-area {
    display: flex;
    flex: 1;
    width: 70%;
    height: 100%;
    align-items: flex-end;
    position: relative;
    flex-direction: column-reverse;
}

.upper-area {
    position: relative;
    right: 0;
    /* top: 0.5em; */
    width: 60%;
    background: var(--color-two);
    height: 30px;
    display: flex;
    color: #fff;
    padding-right: 3vw;
    justify-content: flex-end;
    border-radius: 3em 0 0 3em;
    height: 40%;
    align-items: center;
}

.menu-sec {
    position: relative;
    width: 100%;
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* padding-right: 6em; */
    font-size: 15px;
}

.menu-sec a {
    color: var(--color-two);
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 3em;
    font-family: 'Raleway';
}

button.btn-nav {
    position: relative;
    border: 0px;
    background: var(--color-one);
    color: #fff;
    padding: .5em 1.5em;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-family: 'Raleway';
    cursor: pointer;
}

.section-area {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 5em 0;
}

.title-area {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
}

.main-title {
    color: var(--color-two);
    position: relative;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 3em;
    line-height: 1;
    margin-bottom: 10px;
    font-family: 'TypoRound';
    font-weight: 800;
    text-align: center;
}

.sub-title {
    font-size: 1.5em;
    color: var(--color-three);
    line-height: 1;
    text-align: center;
}

div#acc-container {
    position: relative;
    width: 100%;
}

.acc-inner {
    position: relative;
    width: 100%;
    height: 70vh;
    padding: 3em;
    display: grid;
    grid-template-columns: 4fr 6fr;
} 

.acc-detail-sec {}

.acc-detail-sec {
    position: relative;
    width: 80%;
    background: var(--color-one);
    align-self: center;
    height: 100%;
    justify-self: center;
    border-radius: 3em;
    padding: 3em;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.acc-image-sec {
    position: relative;
    display: block;
    width: calc(100% - 4em);
    height: 100%;
    background: var(--color-three);
    border-radius: 3em;
    overflow: hidden;
    margin-right: 4em;
}

.room-image {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.acc-title {
    position: relative;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 2em;
    text-align: center;
}

.acc-desc {
    color: #fff;
}

.pax-ico {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    background-image: url(../images/pax.png);
    background-position: center;
    background-size: cover;
    filter: invert(1);
}

.acc-ico {
    display: flex;
    margin: 1em;
}

.acc-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 4em;
    color: var(--color-two);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
}

.btn-prime {
    border: 0px;
    padding: 1em 3em;
    color: #fff;
    border-radius: 3em;
    background: var(--color-two);
    text-transform: uppercase;
    font-weight: lighter;
    transition: all .4s ease;
    cursor: pointer;
}

div#facci-container {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.faci-image-sec {
    width: 100%;
    height: 60vh;
    background-image: url(../images/hotel/17.jpg);
    background-attachment: scroll;
    border-radius: 3em;
    background-position: bottom;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.faci-text {
    position: relative;
    width: 60%;
    padding: 4em 4em 2em;
    border: 4px solid var(--color-one);
    border-radius: 3em;
    transform: translateY(-2em);
    text-align: center;
    font-size: 1.1em;
    color: var(--color-three);
}

.faci-text:after {
    content: '';
    position: absolute;
    width: 30%;
    height: 2em;
    background: var(--color-five);
    bottom: -1em;
    left: 35%;
}

footer {
    width: 100%;
    position: relative;
    background: var(--color-five);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3em 6em 1em;
    background: linear-gradient(180deg, rgba(242,247,253,1) 44%, rgba(217,225,236,1) 100%);
}

footer:before {
    content: '';
    position: absolute;
    width: 80.5%;
    left: 10%;
    height: 30px;
    background-image: url(../images/shape.png);
    background-size: contain;
    top: -30px;
}

.top-footer {
    width: 100%;
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 1em;
    padding-bottom: 1em;
}


.footer-sec {
    position: relative;
    display: flex;
    width: 85%;
    justify-self: center;
    flex-direction: column;
    align-items: center;
}

.footer-logo-sec {
    position: relative;
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer-logo {
    width: 50%;
}

.cont-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2em;
    font-size: 12px;
    color: var(--color-three);
    font-weight: 600;
    text-align: center;
}

.footer-bottom {
    font-size: 13px;
    color: var(--color-three);
    font-weight: 400;
}

.top-footer:after {
    content: '';
    position: absolute;
    width: 80%;
    left: 10%;
    bottom: 0;
    height: 2px;
    background: var(--color-four);
}

.footer-ln-sec {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-ln-sec a {
    text-transform: uppercase;
    font-size: 12px;
    color: var(--color-three);
    line-height: 1.8;
    font-weight: 600;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.footer-social a {
    color: var(--color-three);
    font-size: 1.5em;
    margin: 0 10px;
    transition: all .3s ease;
}

.footer-sec h3 {
    text-transform: uppercase;
    font-weight: 900;
    color: var(--color-two);
}

#about-intro {
    display: flex;
    width: 100%;
    position: relative;
    padding: 3rem 0 0;
    justify-content: center;
}

.page-title {
    font-family: 'TypoRound';
    text-transform: uppercase;
    font-size: 3.6em;
}

.content-aside {
    position: relative;
    display: flex;
    width: 80%;
    align-items: center;
}

.image-content {
    position: relative;
    width: 50%;
    border-radius: 3em;
    overflow: hidden;
    height: 60vh;
    transform: translateX(-2em);
}

.text-content {
    position: relative;
    width: 50%;
    border: 5px solid var(--color-one);
    padding: 3em 6em 3em 3em;
    border-radius: 3em;
    transform: translateX(2em);
    z-index: 2;
    font-size: 0.9em;
    overflow: hidden;
    line-height: 1.8;
    color: var(--color-three);
}

.image-content img {
    width: 100%;
    position: relative;
    height: 100%;
    object-fit: cover;
}

.text-content p {
    margin-bottom: 1em;
    text-align: justify;
}

.policy-viwer {
    width: 70%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 2em 0;
    background: var(--color-three);
    padding: 3em 4em;
    border-radius: 3em;
    color: #fff;
}

.policy-title {
    font-family: 'TypoRound';
    text-align: center;
    font-size: 2em;
    margin-bottom: 1em;
}

div#gallery-outer {
    width: 90%;
    position: relative;
    padding: 2em;
    border-radius: 3em;
    background: var(--color-four);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-thumb {
    position: relative;
    width: calc(25% - 1em);
    margin: .5em;
    border-radius: 1.5em;
    overflow: hidden;
    height: 250px;
}

.thumb-img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-container {
    width: 80%;
    position: relative;
    display: flex;
}

.cc-left {
    position: relative;
    width: 50%;
    padding: 0 1em;
}

.cc-left p {
    color: var(--color-three);
    margin-bottom: 2em;
    text-align: center;
}

.input-form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.input-set {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.4em;
    padding: 0 1em;
}

.input-item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Raleway';
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
    padding: 13px 35px 9px 16px;
    color: rgb(72, 72, 112);
    box-shadow: none;
    border: 2px solid var(--color-four);
    font-weight: 600;
}

.input-item:focus, .input-item:focus-visible, .input-item:active {
    border-color: var(--color-one);
    outline: 0px;
}

.input-set label {
    color: var(--color-three);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}

.cc-right {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 2em;
}

div#map {
    width: 100%;
    border: 5px solid var(--color-one);
    height: 300px;
    border-radius: 2em;
    margin-bottom: 2em;
    overflow: hidden;
}

div#contact-area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cs-sec {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 2em;
}

.cs-sec h2 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-two);
    font-size: 15px;
    margin-bottom: .5e;
}

.cs-sec span {
    font-size: 13px;
    color: var(--color-three);
    font-weight: 600;
    text-align: center;
}

.reservation-area {
    background: var(--color-one);
    height: 100%;
    position: relative;
    padding: 0 3vw;
    display: grid;
    place-items: center;
    border-radius: 2.5em 0 0 2.5em;
}

.btn-top-nav {
    background: transparent;
    border: 0px;
    font-family: 'Raleway';
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 900;
    cursor: pointer;
    position: relative;
}

span.hl-title {
    font-size: 13px;
    margin: 0 .5em;
    font-weight: 600;
}

span.hl-desc {
    font-family: 'TypoRound';
    color: var(--color-one);
}

span.nav-left, span.nav-right {
    position: relative;
    width: 40px;
    height: 40px;
    background-image: url(../images/shape.png);
    background-size: contain;
    display: block;
}

span.nav-left {
    transform: rotate(-90deg);
}

span.nav-right {
    transform: rotate(90deg);
}

#popup-section {
    position: fixed;
    z-index: 25;
    top: 0;
    left: 0;
    display: none;
    place-items: center;
    background-color: rgb(255 168 29 / 70%);
    width: 100vw;
    height: 100vh;
}

.popup-outer {
    width: 65%;
    height: 80%;
    padding: 3em;
    overflow: hidden;
    background: var(--color-five);
    border-radius: 3em;
    position: relative;
}

span.popup-close {
    cursor: pointer;
    position: absolute;
    right: 3rem;
    top: 1rem;
    font-size: 3em;
    color: var(--color-tw);
    transition: all .4s ease;
}

h2.popup-title {
    font-size: 3em;
    line-height: 1em;
    padding: 0 0 1em;
    text-transform: uppercase;
    text-align: center;
    font-weight: 900;
}

.popup-inner {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: calc(100% - 100px);
    overflow-y: scroll;
    padding-right: 2em;
}

.input-set.is-short {
    width: 50%;
}

#popup-section.active {
    display: grid;
}

.slick-next:before {
    transform: rotate(90deg);
}

.slick-prev:before {
    transform: rotate(-90deg);
}

.text-slider {
    position: absolute;
    z-index: 30;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    padding: 3em 7em;
}

.text-slider:before {
    content:'';
    position: absolute;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(242,247,253,1) 50%, var(--color-three) 100%);
    opacity: .8;
    -webkit-mask-image: linear-gradient(to top,#000,transparent 47.1%,#000);
    top: 0;
}

.text-prime {
    position: relative;
    font-family: 'TypoRound';
    font-size: 3.5em;
    color: var(--color-two);
    text-shadow: 2px 2px 8px var(--color-five);
    font-weight: 700;
    text-align: center;
}

.text-secondary {
    color: var(--color-one);
    text-shadow: 2px 2px 8px var(--color-two);
}

.image-effect:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: radial-gradient(circle, rgba(242,247,253,1) 30%, var(--color-three) 100%);
    -webkit-mask-image: linear-gradient(to top,#000,transparent 47.1%,#000);
    opacity: .8;
    z-index: 1;
}

.pax-ico.twin {
    margin-right: 1.5em;
}

.createrix {
    filter: brightness(0.5);
}

.footer-social a:hover {
    color: var(--color-one);
}

.btn-top-nav:after {
    content: '';
    width: 0%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--color-two);
    position: absolute;
    transition: all .3s ease;
}

.btn-top-nav:hover:after {
    width: 100%;
}

.nav-upper-area {
    display: none;
    height: 100%;
    align-items: center;
}

.reserv-area {
    position: relative;
    padding: 0 3em;
    height: 100%;
    display: flex;
    align-items: center;
    background: var(--color-one);
    border-radius: 3em 0 0 3em;
}

.hb-area {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-two);
}

#responsive-menu {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: 15;
    background: var(--color-one);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#responsive-menu a {
    font-weight: 600;
    font-size: 1.5em;
    text-transform: uppercase;
    color: var(--color-two);
    margin-bottom: 1em;
    cursor: pointer;
}

#responsive-menu.active {
    display: flex;
}

.btn-area {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 1rem 0;
}

.btn-prime:hover {
    background: var(--color-one);
}

.popup-close:hover {
    color: var(--color-one);
}

.acc-book .btn-prime:hover {
    border: 2px solid var(--color-five);
}

.acc-book .btn-prime {
    border: 2px solid var(--color-two);
}

.btn-area-left {
    position: relative;
    padding: 1rem;
}

.footer-logo-sec a {
    position: relative;
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
}

.pi-container {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    justify-content: center;
}

.pi-inner {
    position: relative;
    width: calc(100% / 3);
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pi-img {
    position: relative;
    width: 80%;
    aspect-ratio: 1/1;
    margin-bottom: 1rem;
    border: 5px solid var(--color-three);
    border-radius: 2rem;
    overflow: hidden;
}

.pi-thumb {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pi-name {
    position: relative;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center;
    color: var(--color-two);
}

.pi-desc {
    position: relative;
    font-size: .9rem;
    color: var(--color-two);
    font-family: 'Raleway';
    font-weight: 700;
    background: var(--color-one);
    padding: .5rem 1rem;
    border-radius: 10px;
}

.header-desc {
    color: var(--color-three);
    text-align: center;
}

.cont-sec a {
    color: var(--color-three);
}

.cont-sec a:hover {
    color: var(--color-two);
}

span.xm {
    font-size: 10px;
    margin-top: 5px;
    display: block;
    font-weight: 600;
}