html {
    width: 100%;
    height: 100%;
    margin: 0;
}

body{
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    width: 100%;
    color: #092d41;
}

img{
    max-width: 100%;
    height: auto;
}

button:focus, input:focus, select:focus, textarea:focus{
    outline: none;
}

iframe{
    width: 100%;
    height: 500px;
    margin-bottom: 2rem;
}

table{
    width: 100% !important;
}

/*navigation*/
nav{
    position: fixed;
    top: -1px;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100px;
    padding: 0 4.5%;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    transition: .25s ease-in-out;
}

.nav-hotline a, .nav-hotline p{
    color: white;
    font-weight: 300;
    text-decoration: none;
}

.nav-hotline p{
    font-size: 0.875rem;
    margin-bottom: 1rem;
}

.dropdown-menu{
    top: 70%;
    left: 4.5%;
    border: none;
    background-color: transparent;
}

.dropdown-menu.collapsing{
    display: block;
}

.nav-menu{
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    z-index: 500;
    overflow-y: auto;
    background-color: rgba(0,0,0,0.8);
    margin-right: -100%;
    transition: .5s;
}

.nav-content{
    margin-top: 6rem;
    padding: 3rem 8%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    opacity: 0;
    transition: .5s;
}

.nav-menu::-webkit-scrollbar{
    display: none;
}

.nav-content a{
    display: none;
    color: #ebebeb;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: right;
    padding-bottom: 2rem;
    text-decoration: none;
    text-transform: uppercase;
}

.nav-content a.active{
    text-decoration: underline;
}

.open .nav-menu{
    margin-right: 0;
}

.open .nav-content{
    opacity: 1;
}

.nav-logo{
    display: none;
}

.overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: transparent;
    display: none;
}

.overlay.show{
    display: block;
}

.slider-img{
    position: relative;
}

.slider-img p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    padding: 20px;
    margin: 0;
    color: white;
}

/*nav-dark*/
.nav-dark .nav-hotline a, .nav-dark .nav-hotline p{
    color: #092d41;
}

.nav-dark .hamburger{
    border-color: #092d41;
}

.nav-dark .hamburger .line{
    background-color: #092d41;
}

.nav-dark .dropdown-menu{
    background-color: white;
}

.nav-dark .banner-logo{
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.nav-dark h3{
    text-align: center;
}

/*scroll*/
.navScroll{
    height: 80px;
    background-color: #ebebeb;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
}

.navScroll img{
    width: 200px;
}

.navScroll .nav-logo{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    object-fit: contain;
}

.navScroll .nav-hotline a{
    color: #092d41;
}

.navScroll .hamburger{
    top: 50%;
    transform: translateY(-50%);
    border-color: #092d41;
}

.navScroll .hamburger .line{
    background-color: #092d41;
}

.navScroll .dropdown-menu{
    top: 100%;
    left: 0;
    margin: 0;
    width: 200px;
    padding: 0.75rem 4.5%;
    border-radius: 0px;
    background-color: #ebebeb;
    width: auto;
}

.navScroll .nav-hotline p{
    color: #092d41;
    margin: 0.5rem 0;
}

/*  --------------------------------------------------
    Menu button
    -------------------------------------------------- */
.hamburger{
    position: absolute;
    top: 2rem;
    right: 4.5%;
    border: 1px solid #b8b8b4;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 8px;
    z-index: 600;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger .line{
    width: 20px;
    height: 2px;
    background-color: white;
    display: block;
    margin: 6.5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.hamburger:hover{
    cursor: pointer;
}

.hamburger.is-active{
    border-color: #ecf0f1;
}

.hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
    background-color: #ecf0f1;
}

.hamburger.is-active .line:nth-child(2){
    -webkit-transform: translateY(-4px) rotate(-45deg);
    -ms-transform: translateY(-4px) rotate(-45deg);
    -o-transform: translateY(-4px) rotate(-45deg);
    transform: translateY(-4px) rotate(-45deg);
    background-color: #ecf0f1;
}

/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */

/*  --------------------------------------------------
    Common
    -------------------------------------------------- */
.custom-container{
    margin-left: 4.5%;
    margin-right: 4.5%;
}

.small-container{
    margin-left: 10.5%;
    margin-right: 10.5%;
}

.topBottom{
    padding: 6rem 0;
}

.contentHolder{
    padding: 0 3rem;
}

h1, h2, h3 ,h4, h5{
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
    transition: .25s ease-in-out;
    font-family: 'Spectral', serif;
}

h1{
    font-size: 2.875rem;
}

h2{
    font-size: 2.875rem;
    font-style: italic;
    font-family: 'Spectral', serif;
}

h2 span{
    font-weight: 300;
    font-style: normal;
}

h3{
    font-size: 2.2rem;
    font-style: italic;
    margin-bottom: 3rem;
}

h3 span{
    font-weight: 300;
    font-style: normal;
}

p{
    font-size: 1rem;
    margin-bottom: 2rem;
}

a{
    text-decoration: none;
}

.subtitle{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 2rem;
}

.bold{
    font-weight: 700;
}

.blue-bg{
    background-color: #092d41;
}

.blue-bg h2, .blue-bg h3, .blue-bg h4{
    color: #ebebeb;
}

.blue-bg p, .blue-bg li{
    color: #b7b7b7;
}

.btnHolder{
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    letter-spacing: 2px;
    cursor: pointer;
}

.btnHolder a{
    color: #ebebeb;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-red a{
    color: #a13d3e;
}

.btnHolder img{
    width: 50px;
    margin-left: 0.5rem;
    position: relative;
    object-fit: contain;
    left: 0;
    transition: .25s;
}

.btnHolder:hover img{
    left: 0.5rem;
}

.scroll-down{
    color: #ebebeb;
    font-size: 0.875rem;
    font-weight: 300;
    position: absolute;
    bottom: 3rem;
    right: -18px;
    transform: rotate(-90deg);
    z-index: 100;
    letter-spacing: 2px;
    margin-right: 4.5%;
    padding-bottom: 0.5rem;
    cursor: pointer;
}

.scroll-down a{
    color: #ebebeb;
    text-decoration: none;
}

.scroll-down:after{
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background-color: #ebebeb;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -1rem;
}

.mfp-container{
    padding-left: 11.5%;
    padding-right: 11.5%;
}

.mfp-arrow{
    height: 0;
}

/*  --------------------------------------------------
    Owl Carousel
    -------------------------------------------------- */
.slider-container{
    margin-left: 4.5%;
}

.slider-carousel, .listing-carousel, .facility-carousel{
    position: relative;
    z-index: 2;
    padding-left: 6%;
}

.listing-carousel{
    padding-bottom: 3rem;
}

.slider-item{
    overflow: hidden;
}

.slider-item a{
    text-decoration: none;
}

.slider-img img{
    height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}

#home .slider-img img{
    height: 300px;
}

.slider-item .btnHolder:hover img{
    left: 0.5rem;
}

.slider-carousel .btnHolder img{
    width: 50px;
    margin-left: 0.5rem;
    position: relative;
    left: 0;
    transition: .25s;
}

.owl-stage {
    padding-left:0px !important;
}

.slider-bg{
    background-color: #092d41;
    height: 500px;
    display: block;
    margin-top: -500px;
    position: relative;
}

.listing-bg{
    background-color: #092d41;
    height: 400px;
    display: block;
    margin-top: -300px;
    position: relative;
}

.affairSec3 .listing-bg{
    height: 600px;
    margin-top: -500px;
}

.slider-content h3{
    color: #ebebeb;
    width: 800px;
    opacity: 0;
    transition: .25s;
}

.slider-details{
    color: #ebebeb;
    opacity: 1;
    transition: .25s;
}

.slider-carousel .slider-details{
    margin-left: 20%;
}

.owl-item.active .slider-content h3{
    opacity: 1;
}

.owl-item.active .slider-details{
    opacity: 1;
}

.slider-content p{
    color: #b7b7b7;
}

.slider-title{
    color: #ebebeb;
    font-weight: 700;
}

.slider-details a{
    display: block;
    margin-top: 1rem;
    color: #b7b7b7;
}

.homeSec4 .slider-title{
    margin-bottom: 2rem;
}

.slider-carousel .slider-content{
    padding: 2rem 0;
}

.homeSec4 .slider-content{
    display: flex;
    padding: 4rem 0;
}

.listing-carousel .slider-content{
    padding: 2rem 0;
}

.listing-carousel .slider-title{
    text-transform: uppercase;
}

.listing-bg h3{
    position: absolute;
    bottom: 5rem;
    left: 0;
    color: #ebebeb;
    padding-left: 6%;
    margin-bottom: 0;
}

.listing-img{
    background-color: black;
    width: auto;
    height: 300px;
    overflow: hidden;
    position: relative;
}

.listing-img img{
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.listing-carousel p{
    font-style: italic;
    margin-bottom: 0;
}

.listing-carousel .owl-stage-outer{
    overflow-x: scroll;
}

.owl-stage-outer::-webkit-scrollbar{
    height: 2px;
    background-color: rgba(255, 255, 255, 0.2);
}

.owl-stage-outer::-webkit-scrollbar-thumb{
    height: 6px;
    background-color: white;
    border: none;
}

.owl-stage-outer::-webkit-scrollbar-thumb:hover{
    background-color: white;
}

.facility-carousel .owl-stage-outer{
    overflow-x: scroll;
    margin-bottom: 3rem;
}

.facility-carousel .owl-stage-outer::-webkit-scrollbar{
    background-color: rgba(0, 0, 0, 0.2);
}

.facility-carousel .owl-stage-outer::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.8);
}

.facility-carousel .owl-stage-outer::-webkit-scrollbar-thumb:hover{
    background-color: black;
}

.owl-nav{
    position: absolute;
    bottom: 1rem;
    right: 0;
    width: 60%;
}

.owl-nav img{
    width: 50px;
}

.owl-prev{
    position: absolute;
    top: 0;
    left: 0;
}

.owl-next{
    position: absolute;
    top: 0;
    right: 19%;
}

.homeSec4 .owl-nav{
    right: auto;
    left: 6%;
    bottom: 6rem;
    width: 60%;
}

.homeSec4 .owl-next{
    right: auto;
    left: 4rem;
}

/*  --------------------------------------------------
    Banner
    -------------------------------------------------- */
.banner{
    color: white;
    height: 100vh;
    width: 100%;
    position: relative;
}

.banner-img{
    height: 100vh;
    width: 100%;
    object-fit: cover;
}

.banner-carousel{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    text-align: center;
}

.banner h1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    text-align: center;
    z-index: 1;
}

.banner h5{
    font-family: 'Open Sans', sans-serif;
}

.banner .banner-carousel h1{
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    width: 100%;
}

#counter{
    position: absolute;
    top: 53%;
    right: 3rem;
    font-size: 1.25rem;
    font-family: 'Spectral', serif;
}

.banner-logo{
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 80px !important;
    object-fit: contain;
    z-index: 1;
}

.banner-details{
    position: absolute;
    bottom: 3rem;
    left: 0;
    padding-left: 4.5%;
    width: 500px;
    z-index: 1;
}

.banner-details p{
    font-weight: 300;
    margin-bottom: 0.25rem;
}

.day-row{
    display: flex;
}

.day-row p:first-child{
    width: 120px;
}

/*home*/
#home .banner h1{
    position: static;
    top: 0;
    left: 0;
    transform: translate(0);
    width: auto;
}

.banner video{
    height: 100vh;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}

.banner-content{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    text-align: center;
    z-index: 1;
}

.btn-row{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

.banner-btn{
    height: 55px;
    padding: 0 40px;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin: 0 10px;
    border: 1px solid white;
    text-decoration: none;
    cursor: pointer;
}

.banner-btn:hover{
    text-decoration: none;
}

.banner-btn:first-child{
    color: black;
    background-color: white;
}

.banner-btn:last-child{
    color: white;
    background-color: transparent;
}

.close-notice{
    cursor: pointer;
}

.notice-overlay{
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 700;
    background-color: rgba(0,0,0,0.5);
}

.noticeHolder{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    height: auto;
    width: 800px;
    border-radius: 10px;
    z-index: 800;
    padding: 3rem;
    margin-top: -3rem;
    opacity: 0;
}

.close-notice, .close{
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    z-index: 300;
}

.notice-carousel .owl-item img{
    height: 60vh;
    width: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots{
    margin-top: 2rem;
    display: flex;
    justify-content: center;
}

.owl-dot span::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ebebeb;
}

.owl-dot.active span::before{
    background-color: #726763;
}

.owl-dot{
    margin: 0 5px;
}

#video-modal video{
    width: 100%;
}

#video-modal .modal-dialog{
    max-width: 800px;
}

#video-modal .modal-body{
    padding: 2rem;
}

.link-popup{
    margin-top: 3rem;
}

.link-popup a{
    color: black;
    text-decoration: underline;
    text-underline-position: under;
}

/*  --------------------------------------------------
    Home
    -------------------------------------------------- */
.bar-row{
    display: flex;
}

.homeSec2{
    position: relative;
    height: 694px;
}

.homeSec2 h2{
    width: 100%;
    margin: 0;
}

.homeSec2 p{
    width: 70%;
    position: relative;
    z-index: 2;
}

.titleHolder{
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.txtHolder{
    display: flex;
}

#bar{
    width: 400px;
    height: 600px;
    object-fit: cover;
    object-position: bottom left;
}

#water{
    position: absolute;
    top: 255px;
    right: 0;
    width: 20%;
    height: 700px;
    background-image: url('../images/img-swimming-pool.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
}

.ripples-wrapper{
    position:relative;
    display: inline-block; 
}

.ripples-wrapper img{
    display:block;
    visibility:hidden; /* Hidden, but keep place */
}

.ripples-img{
    position:absolute;
    display:inline-block;
    width:100%;
    height:100%;
    z-index:10;
    top:0;
    left:0;
    background-repeat:no-repeat;
}

.homeSec3 .event-listing {
    margin-top: 12rem;
}

.event-item{
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #b2b2b2;
    cursor: pointer;
}

.event-listing a{
    text-decoration: none;
}

.event-item p{
    color: #092d41;
    font-weight: 700;
    margin-right: auto;
    margin-bottom: 0;
}

.event-date{
    color: #092d41;
}

.bar-row .contentHolder{
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*  --------------------------------------------------
    About
    -------------------------------------------------- */
.aboutSec2{
    position: relative;
}

.aboutSec2 .contentHolder{
    padding: 0 10.5%;
}

.aboutSec2 h2{
    text-align: center;
    margin-bottom: 3rem;
}

#single-img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 2rem;
}

.aboutSec2 p:last-child{
    margin-bottom: 0;
}

.aboutNews{
    padding-bottom: 1rem;
}

.aboutSec2 .aboutNews{
    padding: 0;
}

.news-content{
    margin-bottom: 2rem;
}

.news-title{
    font-weight: 700;
}

.aboutNews img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    margin-bottom: 2rem;
}

.aboutSec3{
    padding-bottom: 6rem;
}

.aboutSec3 img{
    width: 50%;
    object-fit: cover;
}

.aboutSec6 .btnHolder{
    margin-bottom: 3rem;
}

.aboutSec6 .table-row:first-child p{
    color: #ebebeb;
    font-weight: 700;
}

.have-pdf{
    display: flex;
    align-items: flex-start;
}

.have-pdf i{
    font-size: 1.5rem;
    padding-right: 0.5rem;
}

.table-row{
    padding: 1.5rem;
    border: 1px solid #092d41;
    border-top: none;
}

.table-row a{
    color: #092d41;
    text-decoration: none;
}

.table-row:first-child{
    border-top: 1px solid #092d41;
}

.table-row p{
    margin-bottom: 0;
    padding-right: 0.5rem;
}

.table-row .have-pdf p:hover{
    text-decoration: underline;
}

/*  --------------------------------------------------
    Notices & Publications
    -------------------------------------------------- */
.download-link{
    list-style: none;
    padding-inline-start: 0;
}

.download-link a{
    color: white;
    display: flex;
    align-items: flex-start;
    text-decoration: none;
    margin-bottom: 1.5rem;
}

.download-link i{
    font-size: 1.5rem;
    padding-right: 1rem;
}

.download-link p{
    color: white;
    font-size: 1rem;
    margin-bottom: 0;
}

.noticeSec3 h3{
    margin-bottom: 0;
}

.noticeSec3 h3 span{
    display: block;
}

.noticeSec3 .blue-bg{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem;
}

.noticeSec3 .blue-bg p{
    color: #ebebeb;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
}

.noticeSec3 .blue-bg p span{
    display: block;
}

.noticeSec3 .download-link a{
    margin-bottom: 0;
    justify-content: center;
}

.noticeSec3 .download-link a p{
    font-weight: 400;
    text-align: left;
}

.noticeSec3 .table-row{
    padding: 1rem;
}

.noticeSec3 .table-row a:hover{
    text-decoration: underline;
}

.noticeSec4{
    padding-left: 4.5%;
}

.dress-code h3 span{
    display: block;
}

.dress-code{
    color: #ebebeb;
    padding: 3rem 6.5%;
    background-color: #092d41;
}

.dress-code .img-popup{
    padding-left: 5px;
}

.dress-code .img-popup img{
    display: none;
}

.dress-code .img-popup a{
    color: white;
    font-size: 15px;
}

.noticeSec3 .tab-content{
    margin-top: 0;
}

.tab-content .btn-arrow img{
    margin-bottom: 0;
}

.btn-arrow{
    display: flex;
    justify-content: center;
    width: 100%;
}

.btn-arrow img{
    width: 50px;
    object-fit: contain;
    margin: 0 0.5rem;
    margin-top: 1rem;
}

.mapping{
    position: relative;
}

.dots{
    position: absolute;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #959595;
    transition: .5s;
    cursor: pointer;
}

.dots.active{
    background-color: #ec2028;
}

#dot1{
    top: 60.5%;
    right: 24.5%;
}

#dot2{
    top: 62%;
    right: 24%;
}

#dot3{
    top: 56%;
    right: 25.5%;
}

#dot4{
    top: 62%;
    right: 21%;
}

#dot5{
    top: 52%;
    left: 68%;
}

#dot6{
    top: 46%;
    left: 66%;
}

#dot7{
    top: 60%;
    left: 69%;
}
#dot8{
    top: 48%;
    left: 72%;
}
#dot9{
    top: 44%;
    left: 74%;
}
#dot10{
    top: 78%;
    left: 83%;
}
#dot11{
    top: 27%;
    left: 15%;
}

ul{
    padding-inline-start: 1.5rem;
}

ul li{
    margin-bottom: 1rem;
}

.country-list{
    display: none;
}

/*  --------------------------------------------------
    Games Section
    -------------------------------------------------- */
.custom-tab{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 7%;
}

.custom-tab img{
    width: 120px;
    object-fit: contain;
}

.custom-tab a{
    display: block;
    text-align: center;
    opacity: 0.4;
    margin: 0 40px;
}

.custom-tab a.active{
    opacity: 1;
}

.tab-content{
    margin-top: 6rem;
}

.tab-content img{
    margin-bottom: 3rem;
}

.tab-content .btnHolder img{
    margin-bottom: 0;
}

.game-content h3{
    margin-bottom: 1rem;
}

.have-tabs .blue-bg{
    padding-bottom: calc(15% + 3rem);
}

.have-tabs .tab-content{
    margin-top: -15%;
}

/*  --------------------------------------------------
    Facilities
    -------------------------------------------------- */
.facility-content h3, .game-content h3{
    width: 35%;
}

.facility-content .btnHolder{
    margin-top: 2rem;
}

.facility-carousel .owl-nav{
    bottom: -3.5rem;
}

.facility-content p:first-child{
    margin-bottom: 0.5rem;
}

.facility-carousel .owl-item img{
    height: 300px;
}

.facilitySec2 ol{
    padding-inline-start: 16px;
}

.facilitySec2 ol li{
    margin-bottom: 16px;
}

.facilitySec2 ol li ol{
    list-style: none;
    counter-reset: sec-count;
    padding-inline-start: 0px;
    margin-bottom: 0;
}

.facilitySec2 ol li ol li{
    position: relative;
    padding-left: 22px;
    margin-bottom: 0px;
}

.facilitySec2 ol li ol li::before{
    content: counter(sec-count, lower-alpha)") ";
    counter-increment: sec-count;
    position: absolute;
    top: 0;
    left: 0;
}

/*  --------------------------------------------------
    Youth Affairs
    -------------------------------------------------- */
.affairSec2 ol, .affairSec2 ul{
    margin-bottom: 2rem;
}

.affairSec2 img{
    width: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.affairSec3 p:last-child{
    margin-bottom: 0;
}

.affairSec3 .owl-nav{
    width: 100%;
    bottom: -2rem;
}

.affairSec3 .owl-prev{
    left: 6%;
}

.affairSec3 .owl-next{
    right: 6%;
}

.affairSec3 .owl-stage-outer{
    overflow-x: scroll;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

/*  --------------------------------------------------
    Food & Beverages
    -------------------------------------------------- */
.menu-row{
    display: flex;
}

.menu-img{
    max-width: 350px;
    width: 350px;
}

.menu-img img{
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.menu-column{
    width: 100%;
    height: 600px;
    padding: 0 6%;
    overflow-y: scroll;
    margin-top: 5px;
}

.menu-column::-webkit-scrollbar{
    width: 3px;
    background-color: rgba(0, 0, 0, 0.2);
}

.menu-column::-webkit-scrollbar-thumb{
    background-color: rgba(0, 0, 0, 0.8);
}

.menu-column::-webkit-scrollbar-thumb:hover{
    background-color: black;
}

.menu-item img{
    display: none;
}

.have-tabs .tab-menu{
    margin-top: 1rem;
}

.menu-listing{
    margin-top: -2.5rem;
}

.menu-category{
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.menu-category p{
    margin-bottom: 0;
}

.menu-category p:first-child{
    margin-bottom: 0;
    font-weight: 700;
}

.menu-item{
    width: 100%;
    padding: 1rem 0;
    border-bottom: 1px solid #b5c0c6;
    cursor: pointer;
}

.menu-item p{
    margin-bottom: 0;
}

.menu-item p:first-child{
    font-weight: 700;
}

.menu-item.active p{
    color: #a13d3e;
}

.menu-category .menu-time p{
    font-weight: 400;
    text-align: right;
}

.menu-time{
    padding-left: 0.5rem;
}

.menu-time p span{
    display: block;
}

/*  --------------------------------------------------
    Happening Details
    -------------------------------------------------- */
.happening-details{
    padding-top: 6rem;
}

.happening-details img{
    width: auto !important;
    object-fit: contain;
    margin-bottom: 1rem;
}

.happening-details .banner-logo{
    width: 80px !important;
}

/*events*/
.txt-link{
    color: #b7b7b7;
    display: block;
    width: fit-content;
    text-decoration: none;
    margin-bottom: 2rem;
    transition: .25s;
    border-bottom: 1px solid #b7b7b7;
}

.txt-link:hover{
    color: white;
    border-bottom: 1px solid white;
}

#event .listing-carousel .slider-content{
    padding-bottom: 1rem;
}

/*  --------------------------------------------------
    Contact
    -------------------------------------------------- */
.contactSec2 h3{
    max-width: 500px;
}

.contactSec2 p{
    margin-bottom: 1.5rem;
}

.contactSec2 a{
    color: #092d41;
    text-decoration: none;
    transition: .25s ease-in-out;
}

.contactSec2 a:hover{
    opacity: .9;
}

.map-row{
    display: flex;
}

.map-row img{
    height: 30px;
    object-fit: contain;
    margin-right: 0.75rem;
}

.formHolder{
    padding-left: 6%;
}

.inputHolder{
    position: relative;
    margin-bottom: 2rem;
}

input, textarea{
    color: #092d41;
    font-size: 1rem;
    border: none;
    width: 100%;
    height: 3rem;
    background-color: transparent;
    border-bottom: 1px solid #b5c0c6;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

textarea{
    height: auto;
    padding-top: 1rem;
}

label{
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    transition: .25s;
    z-index: 1;
    width: 100%;
}

.focused label{
    top: -1rem;
    font-size: 0.875rem;
}

button, input[type="submit"]{
    color: #a13d3e;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    padding: 0;
    background-color: transparent;
}

/*  --------------------------------------------------
    Thank You
    -------------------------------------------------- */
.banner .banner-txt h1{
    position: static;
    top: 0;
    transform: translate(0);
    width: 100%;
}

.banner .banner-txt{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 4.5%;
}

.banner-txt h5{
    font-size: 16px;
    width: 540px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 2rem;
}
/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer{
    padding: 6rem 4.5%;
    padding-bottom: 4rem;
}

footer a:hover{
    opacity: 0.9;
}

.footer-logo{
    position: relative;
    text-align: center;
}

.footer-logo img{
    width: 100px;
    padding: 0 1rem;
    background-color: white;
    position: relative;
    z-index: 1;
}

.footer-logo:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ced5d9;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.footer-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2rem;
}

.footer-menu a{
    color: #092d41;
    font-size: 0.875rem;
    display: block;
    padding: 0.5rem;
    padding-top: 0;
    text-decoration: none;
    transition: .25s ease-in-out;
}

.footer-social{
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.footer-social img{
    width: 22px;
    margin: 0 0.2rem;
    object-fit: contain;
}

.copyright p{
    font-size: 0.875rem;
    text-align: center;
}

/*  --------------------------------------------------
    For Laptop
    -------------------------------------------------- */
@media only screen and (min-width: 1200px){
    h1, h2{
        font-size: 3.438rem;
    }

    h3{
        font-size: 2.5rem;
    }

    #counter{
        font-size: 1.563rem;
    }

    .slider-bg{
        height: 500px;
        margin-top: -500px;
    }

    .homeSec2{
        height: 744px;
    }

    .homeSec2 h2{
        width: 85%;
    }

    .homeSec2 p{
        width: 55%;
        position: relative;
        z-index: 2;
    }

    .titleHolder{
        display: flex;
        align-items: center;
    }

    .txtHolder{
        display: flex;
    }

    .slider-img img{
        height: 500px;
    }

    #home .slider-img img{
        height: 400px;
    }

    #water{
        position: absolute;
        top: 305px;
        right: 0;
        width: 30%;
    }

    /*about*/
    .aboutNews img{
        height: 350px;
    }

    .listing-bg{
        height: 450px;
        margin-top: -350px;
    }

    .listing-img{
        height: 390px;
    }

    .table-row{
        padding: 2rem;
    }

    .footer-menu a{
        font-size: 1rem;
        padding: 1rem;
    }

    .copyright p{
        font-size: 1rem;
    }
}

/*  --------------------------------------------------
    For Hi-res
    -------------------------------------------------- */
@media only screen and (min-width: 1600px){
    .facility-carousel .owl-item img{
        height: 400px;
    }

    #water{
        width: 36%;
    }

    .homeSec2 p{
        width: 50%;
    }
}

@media only screen and (max-width: 1400px){
    iframe{
        height: 400px;
    }

    .custom-tab a{
        margin: 0 25px;
    }

    .custom-tab img{
        width: 100px;
    }
}

/*  --------------------------------------------------
    For Medium Devices
    -------------------------------------------------- */
@media only screen and (max-width: 991px){
    iframe{
        height: 300px;
    }

    .noticeHolder{
        width: 90%;
        padding: 2rem;
    }

    .notice-carousel .owl-item img{
        height: auto;
        width: auto;
    }

    #home .banner-content{
        width: 90%;
        top: 40%;
    }

    .owl-nav{
        bottom: -2.5rem;
        width: 100%;
    }

    .owl-prev{
        left: 6%;
    }

    .owl-next{
        right: 10.5%;
    }

    #water{
        display: none;
    }

    #home .slider-img img{
        height: 300px;
    }

    .slider-img img{
        height: 350px;
    }

    .homeSec2 p{
        width: 100%;
    }

    .homeSec3 h3{
        margin-bottom: 1rem;
    }

    .homeSec3 .event-listing{
        margin-top: 0;
    }

    .homeSec4 .slider-bg{
        height: 450px;
        margin-top: -450px;
    }

    .homeSec4 .owl-nav{
        left: 3%;
    }

    .homeSec4 .owl-next{
        left: 6rem;
    }

    .slider-carousel .slider-details{
        margin-left: 15%;
    }

    /*about*/
    .aboutNews{
        padding-top: calc(40% - 8rem);
    }

    .aboutNews img{
        height: 250px;
    }

    .aboutSec3 img{
        margin-top: 2rem;
    }

    .listing-img{
        height: 390px;
    }

    .bar-row .contentHolder{
        padding-bottom: 0;
    }

    /*notice*/
    .noticeSec2 .column{
        margin-bottom: 3rem;
    }

    .noticeSec2 .column:last-child{
        margin-bottom: 0;
    }

    .dress-code h3 span{
        display: inline-block;
    }

    /*facilities*/
    .facility-carousel .owl-nav{
        bottom: -2rem;
    }

    .facility-content h3, .menu-content h3, .game-content h3{
        width: 100%;
        margin-top: 5rem;
        margin-bottom: 2rem;
    }

    /*contact*/
    .formHolder{
        margin-top: 6rem;
        padding-left: 0;
    }

}

/*  --------------------------------------------------
    For Ipad Potrait
    -------------------------------------------------- */
@media only screen and (max-width: 768px){
    .slider-content h3{
        margin-bottom: 3rem;
    }

    .nav-menu{
        width: 90%;
    }

    /*banner*/
    .banner-details{
        width: 100%;
        left: 0;
    }

    .banner-carousel{
        top: 45%;
    }

    #counter{
        top: 68%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }

    .homeSec2{
        height: auto;
    }

    .bar-row{
        flex-wrap: wrap-reverse;
        padding: 3rem 4.5%;
    }

    #bar{
        width: 100%;
        height: 500px;
        object-fit: cover;
        margin-top: 3rem;
    }

    .contentHolder{
        padding: 0;
    }

    .carousel-bg{
        height: 500px;
        margin-top: -500px;
    }

    .slider-content{
        flex-wrap: wrap-reverse;
    }

    .slider-carousel .slider-details{
        margin-left: 0;
        margin-bottom: 2rem;
    }

    .homeSec4 .slider-content{
        padding-top: 2rem;
    }

    .homeSec4 .owl-next{
        left: 6rem;
    }

    .homeSec4 .slider-bg{
        height: 450px;
        margin-top: -450px;
    }

    /*home*/
    .event-item{
        flex-wrap: wrap;
        position: relative;
        padding-right: 60px;
    }

    .event-item p{
        width: 100%;
    }

    .event-item .btnHolder{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }

    .slider-content h3{
        width: 100%;
    }

    /*about*/
    .aboutNews img{
        height: 200px;
    }

    .aboutSec2 .contentHolder{
        padding: 0;
    }

    .listing-img{
        height: 250px;
    }

    /*food*/
    .menu-row{
        flex-wrap: wrap;
    }

    .have-tabs .tab-menu{
        margin-top: 0;
    }

    .menu-img{
        max-width: 100%;
        width: 100%;
    }

    .menu-img img{
        height: 400px;
    }

    .menu-column{
        padding-left: 0;
        height: 400px;
        margin-top: 0;
    }

    .menu-category{
        margin-bottom: 2rem;
    }

    .menu-listing{
        margin-bottom: 2rem;
    }

    /*youth*/
    .affairSec3 .listing-bg{
        height: 650px;
        margin-top: -550px;
    }

}

/*  --------------------------------------------------
    For Small Devices
    -------------------------------------------------- */
@media only screen and (max-width: 575px){

    iframe{
        height: 200px;
        margin-bottom: 1.5rem;
    }
    
    .slider-img p{
        padding: 10px;
    }

    .btn-row{
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .banner-btn{
        padding: 0;
        height: 50px;
        width: 280px;
        margin: 5px;
    }

    h1{
        font-size: 2rem;
    }

    h2{
        font-size: 2rem;
    }

    h3{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    p, input, textarea, label, button{
        font-size: 0.9rem;
    }

    p{
        margin-bottom: 1.5rem;
    }

    ul li{
        margin-bottom: 0.5rem;
    }

    .subtitle{
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }

    .scroll-down{
        font-size: 0.75rem;
    }

    .btnHolder, .btnHolder a{
        font-size: 0.9rem;
    }

    .nav-content{
        padding: 2rem;
    }

    .nav-content a{
        font-size: 1rem;
    }

    .topBottom{
        padding: 3rem 0;
    }

    .day-row p:first-child{
        width: 100px;
    }

    #home .slider-img img{
        height: 150px;
    }

    #bar{
        height: 400px;
    }

    .facility-carousel .owl-item img{
        height: 150px;
    }

    .slider-img img{
        height: 150px;
    }

    .affairSec3 .slider-img img{
        height: 200px;
    }

    /*home*/
    .homeSec4 .slider-bg{
        height: 400px;
        margin-top: -400px;
    }

    .homeSec4 .slider-title{
        margin-bottom: 1rem;
    }

    /*about*/
    .aboutNews{
        padding-top: calc(55% - 6rem);
    }

    .aboutSec2 .topBottom{
        padding-bottom: 6rem;
    }

    .aboutNews img{
        height: auto;
    }

    .table-row{
        padding: 1rem;
    }

    .table-row p{
        font-size: 0.85rem;
    }

    .table-row i{
        font-size: 1.3rem;
    }

    .listing-img{
        height: 300px;
    }

    .affairSec2 img{
        width: 100%;
    }

    .affairSec3 .listing-bg{
        height: 800px;
        margin-top: -700px;
    }

    .contactSec2 p{
        margin-bottom: 1rem;
    }

    .have-tabs .blue-bg{
        padding-bottom: calc(20% + 3rem);
    }

    .custom-tab img{
        width: 50px;
    }

    .custom-tab a{
        margin: 0 10px;
    }

    .mapping img{
        display: none;
    }

    .map-row img{
        height: 25px;
    }

    .map-dots{
        display: none;
    }

    .country-list{
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        height: 180px;
        overflow: auto;
    }

    .country-list .country-name{
        cursor: pointer;
        margin-bottom: 5px;
    }

    .country-list .country-name.active{
        color: #ec2028;
    }

    .country-list::-webkit-scrollbar{
        width: 4px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .country-list::-webkit-scrollbar-thumb{
        width: 2px;
        background-color: #092d41;
        border: none;
    }

    .country-list::-webkit-scrollbar-thumb:hover{
        background-color: #092d41;
    }

    .aboutSec3 img{
        width: 100%;
    }

    .menu-img img{
        height: 250px;
    }

    .happening-details img{
        width: 100% !important;
        height: auto !important;
    }

    .happening-details table{
        font-size: 12px;
    }

    footer{
        padding: 3rem 4.5%;
        padding-bottom: 1rem;
    }

    .footer-logo img{
        width: 90px;
    }

    .banner-txt h5{
        width: 100%;
        line-height: 1.7;
        margin-top: 1rem;
    }
}

@media only screen and (max-height: 500px){
    .banner, .banner-img, .banner video{
        height: 550px;
    }
    .banner-details{
        bottom: 1rem;
    }
}