
/* Video */
/* Hero Slider Ends */
.home-video{
    width: 100%;
    height: 100vh;
}
.home-video *{
	height: 100%;
}
.home-video__wrapper img{
	height: 100%;
    object-fit: cover;
    width: 100%;
}
.home-video__wrapper{
	position:relative;
}
.banner-logo{
	    position: absolute;
        top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.banner-logo img{
	width:500px; height:auto;
}

@media (max-width: 767px) {
  .home-video{
      height: 445px;
  }
}
/* footer */
.digital-presence{
	display:none;
}
.milestone .digital-presence{
	display:inline;
}
.footer{
	background:var(--bg-alt-2); padding: 65px 0 80px 0;
}
.footer *{
	color:var(--footer-color); font:var(--footer-fonts); filter:opacity(1);
}
.social-media li{
	position: relative;
    width: 20px;
    height: 20px;
}
.social-media a.tiktok{
	background-image: url(https://assets.milestoneinternet.com/s-l-hospitality/gameday-bay-waterpark/website-assets/icons/tik-tok.svg);
        width: 20px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 7px;
    background-size: cover;
    right: -10px;
}
.social-media .tiktok:hover{
	background-image: url(https://assets.milestoneinternet.com/s-l-hospitality/gameday-bay-waterpark/website-assets/icons/tik-tok-hover.svg);
}
.social-media a .icon-s {
    font-size: 21px;
}
.footer-left{
	max-width: 290px;
}
.hotel-name{
	    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    display: block;
}
.website-link{
	    white-space: nowrap;
}
.hotel-name a{
	    font-size: 20px;
    font-weight: 700; text-transform: uppercase;
}
.footer-right *{
	    font-size: 13px;
    line-height: 30px;
}
.hotel-address p{
	margin-bottom:0;
}
.footer-right a.navON,
.footer-bottom-menu a:hover,
.footer-bottom-menu a:focus,
.hotel-address a:hover,
.hotel-address a:focus,
.hotel-address a:hover *,
.hotel-address a:focus *,
.hotel-name a:hover,
.hotel-name a:focus{
	text-decoration:underline; color: var(--inverse-font-color) !important;
}
.social-links a:hover span,
.social-links a:focus span{
	    color: var(--highlight-color) !important;
}
.footer-bottom-menu{
	    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 31px;
}
.footer-bottom-menu li:first-child{
	list-style:none;
}
.uk-navbar-nav>li {
    margin: 0;
}
.social-media ul{
	list-style: none;
    display: flex;
    column-gap: 20px;
    padding-left: 0;
}
.social-links{
	margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .footer-left{
      max-width: 100%;
      text-align: center;
  }
  .hotel-name{
      margin-bottom: 20px;
  }
  .social-media ul{
  	    justify-content: center;
  }
  .footer-right{
  	    text-align: center !important;
    	margin-top: 10px;
  }
  .footer-bottom-menu{
  	justify-content: center; margin-top: 10px;
  }
  .hotel-address{
  	    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .website-link{
		    white-space: break-spaces;
  }
  .footer-bottom-menu{
  	margin-top:0;
  }
  .footer-right{
  	        margin-top: 75px;
  }
}
/* footer css ends */
/* overview-content */
.home-overview {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    width: 100%;
}
.overview-content {
    padding: 60px 0;
}
.overview-content .subtitle{
	    font-size: 20px; 
    margin-bottom: 25px;
}
.slider-din-dotnav {
    bottom: -45px;
}
.js-texttoggle-content h3{
	margin-bottom: 5px;
}
.js-texttoggle-content p{
	margin-bottom: 25px;
}
@media (max-width: 767px) {
  .overview-content{
      padding: 45px 0; text-align: left !important;
  }
}
/* overview-content css ends */
/* footer-signup */
.form-section {
    background: var(--bg-alt-3);
    padding: 80px 0px;
}
.form-title-container {
    text-align: center;
    color: var(--inverse-font-color);
    z-index: 1;
    position: relative;
    padding-bottom: 55px;
  	max-width: 800px;
}
.form-title-container h3{
	    line-height: 32px;
}
.form-section-inner {
    position: relative;
    z-index: 1;
}
.form-pos {
    padding-right: 40px;
}
.map-box{
	    padding-left: 50px;
}
.frmfieldset {
    margin-bottom: 10px; position: relative;
}
.commentlable {
    line-height: 28px;
}
.form-section-inner label, .form-section-inner .asterisk {
    font:var(--form-label-fonts);
    text-transform: uppercase;
    letter-spacing: 0.6px; position:relative;
}
.commentinput input, .commentinput select, .commentinput textarea {
    border: 1px solid var(--border-color);
    width: 100%;
    height: 50px;
    padding: 0 12px;
    background: #fff;
    border-radius: 0;
    outline: none;
    resize: none;
  	font:var(--form-input-fonts);
}
.commentinput textarea{
	    height: 70px;
    padding-top: 10px;
}
.form-section .stay-small-title{
	 margin-bottom: 40px;
}
.map-wrapper img{
	width:100%;
}
.commentcodecol5 .uk-button-primary{
	margin-top: 30px;
}
.commentrow .form__checkbox{
	    margin-top: 20px;
}
.commentrow .form__checkbox .uk-checkbox{
	margin-right: 8px;     border: 1px solid var(--border-color);
  	    background-color: var(--inverse-font-color); margin-top:2px;
}
.commentrow .form__checkbox a{
	text-decoration:underline;
}
.commentrow .form__checkbox a:hover,
.commentrow .form__checkbox a:focus{
	text-decoration:none;
}
  .commentrow .form__checkbox{
  	display: flex;
    column-gap: 5px;
    line-height: 19px;
  }
.form__group{
	position:relative; 
    margin-bottom: 25px;
}
.form-section-inner label{
	margin-top: 10px; 
}
.form__checkbox{
	padding-left: 0;
    margin-left: 0;
  position:realtive;
}
.form__checkbox p{
	    padding-left: 35px;
}
.contact-us__submit{
	margin-left:30px;
}
.form__checkbox .uk-checkbox{
	margin-right: 5px; background-color: var(--inverse-font-color);
  	border: 1px solid #ccc;
  	    position: absolute;
    top: 5px;
}
.form__checkbox .error-message{
	    bottom: -21px; text-transform:none;
}
.form-section-inner label a{
	text-decoration:underline;
}
.form-section-inner label a:hover,
.form-section-inner label aLfocus{
	text-decoration:none;
}
.form__checkbox{
	display: flex;
    column-gap: 8px;
  	line-height: 26px !important;
    align-items: center;
}
@media (max-width: 1399px) {
  .contact-us__submit{
      margin-left: 20px;
  }
}
@media (max-width: 1300px) {
  .commentrow .form__checkbox{
  	font-size: 11px;
  }
}
@media (max-width: 1200px) {
    .form-pos {
        padding-right: 20px;
    }
    .map-box {
        padding-left: 0;
    }
   .commentrow .form__checkbox {
        font-size: 10px;
    }
}
@media (max-width: 1100px) {
  .commentrow .form__checkbox{
  	font-size: 10px; 
  }
  .form-pos{
  	    width: 55%;
  }
  .map-box{
  	    width: 45%;
  }
}
@media (max-width: 959px) {
.form-pos{
  	    width: 100%;         padding-right: 0;
  }
  .map-box{
  	    width: 100%; padding-left: 20px;
    padding-top: 30px;
  }
      .commentrow .form__checkbox {
        font-size: 12px;
    }
}
@media (max-width: 767px) {
  .form-section{
	padding: 55px 0px;
  }
  .form-title-container {
    text-align: left;
  }
  .form-section .stay-small-title{
  	text-align: left !important;
    margin-bottom: 20px;
  }
  .form-title-container{
  	padding-bottom: 27px;
  }
  .map-box{
  	display:none;
  }
}
@media (orientation: landscape) and (max-width:767px) {
  .commentrow .form__checkbox{
       align-items: center;
  }
}
/* footer-signup ends */