@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root{
	--colorPrimary: #024768;
	--colorSecondary: #99302a;
	--colorText: #858585;
	--colorBtn: #ffffff;
	--colorWhite: #ffffff;
	--fontstyle1: "Montserrat", sans-serif;
	--fontstyle2: "Roboto", sans-serif;
}

.text-primary{ color: var(--colorPrimary) !important; }
.text-secondary{ color: var(--colorSecondary) !important; }
.text-content{ color: var(--colorText) !important; }
.fontstyle1{ font-style: var(--fontstyle1) !important; }
.fontstyle2{ font-style: var(--fontstyle2) !important; }

h1, h2, h3, h4, h5, h6, blockquote{
	font-family: var(--fontstyle1);
}
body, p, span, div, section, a, li, td, th{
	font-family: var(--fontstyle2);
}


.ct-wp-btn {
    background-color: transparent;
    border: none;
    color: var(--colorBtn)
}

.custom-block img {
    width: 100%;
    height: auto
}

.select-in {
    font-size: 13px
}

.pro-highlights {
    font-size: 1.4rem;
    cursor: pointer
}

.pro-highlights li {
    text-align: left;
    padding: 1rem !important;
    color: var(--colorFont)
}

.pro-highlights li:hover {
    color: var(--colorWhite);
    background-color: var(--colorPrimary);
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.hg-img {
    border: 5px solid #00adefd8
}

.highlight-box {
    border: 1px solid #dfdfdf
}

.highlight-box {
    padding: 20px 20px 15px;
    margin-bottom: 30px;
    text-align: center;
    min-height: 84px;
    background: #fff;
    box-shadow: 0 0 50px -19px rgba(0, 0, 0, .35);
    text-align: center;
    display: block;
    border-radius: 3px
}

.highlight-box h4 {
    font-size: 18px;
    text-align: center;
    margin-top: 12px;
    color: #1b62a3;
    font-weight: 500;
    line-height: inherit
}

.highlight-box img {
    width: 100%;
    margin-bottom: 10px
}

.img-hg {
    max-width: 20px;
    height: 20px !important
}

@media screen and (max-width:991px) {
    #carouselExampleControls12 img {
        height: auto
    }

    .img-20 {
        width: 50% !important
    }

    .mob-size2 {
        width: 50% !important
    }

    .mob-show-form {
        display: block !important;
        margin-top: 20px;
    }

    .img-loc {
        width: 100% !important
    }
}

.img-loc {
    width: 100%
}

.mob-size2 {
    width: 25% !important;
    margin-left: 10% !important
}

.mob-show-form {
    display: none
}

.img-20 {
    width: 20%;
    padding-left: 10px;
    padding-right: 10px
}

.indoor-game1 i {
    font-size: 35px;
    color: #3f2920;
    border: 2px solid #3f2920;
    background: #fff;
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out
}

.indoor-game1 i:hover {
    color: var(--colorWhite);
    background: #3f2920
}

td {
    padding: 8px;
    text-align: center !important;
    border-bottom: 1px solid #ddd
}

th {
    padding: 8px;
    text-align: center !important;
    border-bottom: 1px solid #ddd;
    background: var(--colorPrimary);
    color: #fff
}

.amiwrap {
    text-align: center;
    padding: 5px;
    margin-bottom: 20px;

	background: rgba(0, 0, 0, 0.05);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	border-radius: 20px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: 
		0 8px 32px rgba(0, 0, 0, 0.1),
		inset 0 1px 0 rgba(0, 0, 0, 0.5),
		inset 0 -1px 0 rgba(0, 0, 0, 0.1),
		inset 0 0 0px 0px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.amiwrap {
    position: relative;
    cursor: pointer;
    padding: 20px 10px;
}

.amiwrap img {
    margin: 0 auto;
    height: 65px;
    object-fit: contain;
    margin-bottom: 10px;
    
}

.amiwrap p {
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin: 0;
    height: 30px;
    line-height: 1.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amiwrap {
    position: relative;
    cursor: pointer
}
.amiwrap:hover {
    border-color: var(--colorSecondary);
    background-color: var(--colorSecondary);
    transition: all .3s linear;
}
.amiwrap:hover p {
    color: var(--colorWhite);
    transition: all .3s linear;
}

/* .amiwrap::after,
.amiwrap::before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all .2s linear;
    background: var(--colorSecondary)
}

.bo::before {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: var(--colorSecondary);
    left: 0;
    top: 0
}

.bo::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all .2s linear;
    background: var(--colorSecondary);
    right: 0;
    top: 0
}

.amiwrap:hover::after,
.amiwrap:hover::before {
    width: 100%
}

.amiwrap:hover .bo::after,
.amiwrap:hover .bo::before {
    height: 100%
} */

/* .border-effect::before {
    left: 50%;
    top: 0;
    transition-duration: .4s
}

.border-effect::after {
    left: 50%;
    bottom: 0;
    transition-duration: .4s
}

.border-effect .bo::before {
    left: 0;
    top: 50%;
    transition-duration: .4s
}

.border-effect .bo::after {
    right: 0;
    top: 50%;
    transition-duration: .4s
}

.border-effect:hover::after,
.border-effect:hover::before {
    left: 0
}

.border-effect:hover .bo::after,
.border-effect:hover .bo::before {
    top: 0
} */

.inner ul li {
    margin-top: 15px !important
}

.inner ul li span {
    margin-top: 5px !important
}

.cust-accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 5px
}

.cust-accordion .panel-heading {
    padding: 0;
    border-radius: 0;
    border: none
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: inherit
}

.cust-accordion .panel-title a {
    display: block;
    padding: 15px 15px 15px 50px;
    font-size: 14px;
    font-weight: 700;
    color: var(--colorWhite);
    background: #e18230;
    text-decoration: none;
    transition: all .5s ease 0s;
    position: relative
}

.panel .panel-default:hover {
    background: var(--colorPrimary)
}

.loc-icon {
    position: absolute;
    left: 8px;
    width: 33px;
    top: 6px
}

.cust-accordion .panel-title a .down-arrow {
    width: 25px;
    float: right;
    position: relative;
    top: -5px
}

.cust-accordion .panel-body:after {
    content: "";
    position: absolute;
    top: -19px;
    left: 40px;
    border: 10px solid transparent;
    border-bottom: 10px solid #6f6f6f
}

.cust-accordion .panel-body {
    font-size: 14px;
    color: var(--colorWhite);
    background: #6f6f6f;
    padding: 15px 20px;
    line-height: 25px;
    border: none !important;
    position: relative
}

.main-nav {
    font-size: 1.5rem;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: fit-content;
    padding: 0 6rem;
    background: transparent;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%);
    box-shadow: none;
    transition: all 0.25s linear;
}

.scrolled-header .main-nav,
.scrolled-header .rk-mb-nav {
    background: var(--colorSecondary);
}

.item-wrp {
    display: flex;
    flex-direction: column;
    padding: 20px 10% 0
}

.item-wrp img {
    width: auto !important;
    margin-right: 16px
}

.item-wrp p {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    color: #fff !important
}

.bgslider {
    background: url(assets/img/external-amenities-slider.html);
    background-size: cover;
    width: 100%;
    height: 100%
}

.item-wrp>div {
    padding: 20px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

.btn-reach {
    width: 30%;
    margin: 0 auto;
    margin-top: 20px
}

.btn-reach button {
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    background-color: #e18230;
    color: #fff
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 43.25%;
    overflow: hidden;
    cursor: pointer
}

.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: .7
}

.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba(0, 0, 0, .6);
    z-index: 1;
    opacity: .8;
    border-radius: 6px
}

.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26px;
    border-color: transparent transparent transparent #fff
}

.youtube .play-button,
.youtube img {
    cursor: pointer
}

.youtube .play-button,
.youtube .play-button:before,
.youtube iframe,
.youtube img {
    position: absolute
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0)
}

.youtube iframe {
    width: 100%;
    top: 0;
    left: 0
}

/* INLINE CSS */
.svgCheck{
	fill : #3777c5
}
.info-box {
    top: auto;
    bottom: 0;
    left: 3rem;
    width: 37.5rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px 20px 0 0;
    border: 0;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(0, 0, 0, 0.5), inset 0 -1px 0 rgba(0, 0, 0, 0.1), inset 0 0 0px 0px rgba(0, 0, 0, 0);
    overflow: hidden;
}

.info-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg,
        transparent,
        rgba(0, 0, 0, 0.8),
        transparent);
}

.info-box::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.8),
        transparent,
        rgba(0, 0, 0, 0.3));
}

.rk-btn, .rk-btn-2 {
	text-shadow: 0px 3px 6px var(--colorSecondary);
	background-color: #004a2f;
	background: linear-gradient(-45deg, var(--colorPrimary), var(--colorSecondary));
	background-size: 400% 400%;
	-webkit-animation: Gradient 3s ease infinite;
	-moz-animation: Gradient 3s ease infinite;
	animation: Gradient 3s ease infinite;
}
@media only screen and (max-width: 991px) {
	.main-contenter {
		margin-top: 10px;
	}
	.main-slider-img {
		height: 250px;
	}
	.info-box {
		margin-top: 0;
        padding: 1.5rem 15px;
        left: 10px;
	}
	.mob-center{
		text-align: center;
	}
	.nav-fill .nav-item{
		width: 50%;
	}
}


.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
@-webkit-keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
@keyframes slideInDown {
	from {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		visibility: visible;
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
}

@keyframes shinyText{
	0% {
	    background-position: 100%;
	}
	100% {
	    background-position: 0%;
	}
}

.shinyText{
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-name: shinyText;
	animation-name: shinyText;
}

span.dussh-offer {
	display: block;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 10px auto -8px;
	text-align: center;
	padding: 10px;
	background: #9C27B0;
	border-radius: 4px;
}
span.unit-offer {
	display: block;
	margin-top: 6px;
	color: #edb8f7;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes bounceIn {
	from,
	20%,
	40%,
	60%,
	80%,

	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
@keyframes bounceIn {
	from, 20%, 40%, 60%, 80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}
	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}
	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}
	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}
	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}
	to {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}
.bounceIn {
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

#mainSlider{
	display: block;
}
#mainSliderM{
	display: none;
}

/* CUSTOM CSS */
.modal.fade .modal-dialog { transform: translate3d(0, -100%, 0); transition: transform 0.3s ease-out; }
.modal.fade.show .modal-dialog { transform: translate3d(0, 0, 0); }

.sidebar .call-us a{ display: flex; justify-content: center; gap: 4px; align-items: center; font-weight: 400; line-height: 1.4; color: var(--colorBlack); text-transform: uppercase; font-family: var(--fontstyle1); text-shadow: 2px 3px 6px rgba(0, 0, 0, 0.4); }
.sidebar .call-us a svg{ margin-left: 5px; display: none; }
.sidebar .call-us a span{ font-weight: 700; font-size: 1.6rem; color: var(--colorSecondary); }

.main-nav > .logo{ order: 2; }
.main-nav > .nav{ order: 3; }
.main-slider{ z-index: 0; }
.carousel-item img{ object-fit: cover; height: 100vh; }

.main-contenter > section { width: calc(100vw - 43.5rem); }
.main-footer > .footer { padding-right: 49rem; }

.whatsapp-float { position: fixed; z-index: 2; bottom: 51rem; right: 3rem; }
.whatsapp-float a svg { width: 55px; height: 55px; padding: 4px; background: var(--colorWhite); border-radius: 50px; box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.2); }

.wp-mb a svg{ position: relative; top: -2px; margin-right: 5px; }


@media screen and (max-width: 1599px){
	.main-nav { font-size: 1.4rem; padding: 0 4rem; }
	.main-mav-item a { padding: 0 1.2rem; }
	.rk-card-container { margin: auto 2rem; }
}
@media screen and (max-width: 991px){
	#main-rk-nav{ display: none; }
	.nav-link { display: block; padding: .5rem 0; }
    #mainSlider{ display: none !important; }
	#mainSliderM{ display: block !important; position: relative; }
	.info-box > .mb-5{ margin-bottom: 1.5rem !important; }
	.carousel-item img { height: calc(100vh - 40px); }
	.main-contenter > section { width: calc(100% - 20px); margin: 0 auto; }
	.main-footer > .footer{ padding: 30px; }
	.whatsapp-float{ display: none; }
    .rk-card-container { margin: auto 1.5rem; }
    .rk-card { min-height: 150px; }
}
@media screen and (max-width: 767px){
	#main-rk-nav{ display: none; }
	.main-footer > .footer{ padding: 30px 15px; }
	.carousel-item img { height: auto; width: 100%; }
    .info-box { margin-top: 0; padding: 1.5rem 15px; left: unset; right: unset;  top: unset; bottom: unset; position: relative; border-radius: 0;  border: 0; box-shadow: none; width: 100%; }
    .info-box::before, .info-box::after{ display: none; }
    .rk-card-container { margin: auto 0; }
    .rk-mb-nav{ background: var(--colorSecondary); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0) 100%); }
    #mainSliderM { margin-top: 60px; }
}