@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@font-face{
    font-family: aller;
    src: url(../font/Aller_Std_Bd.ttf);
}
body{
    font-family: "Montserrat";
    width: 100%;
    height: auto;
    background-image: linear-gradient( 270deg, rgb(23,74,116) 0%, rgb(40,159,238) 100%);
    background-size: cover;
}
main{
    background-color: rgb(255,255,255);
    box-shadow: 0px 6px 32px 0px rgba(0, 0, 0, 0.55);
    min-height: 85vh;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    width: 93%;
    overflow: hidden;
    position: relative;
    transform: rotate(3deg);
    top: 70px;
    display: grid;
    left: -5%;
    align-items: center;
}
.main-head{
    font-size: 90px;
    font-family: "Roboto";
    color: rgba(255, 255, 255, 0.11);
    text-align: right;
    position: absolute;
    top: -22px;
    width: 100%;
}
.logo {
	max-width: 270px;
}
main::before{
    content: "";
    width: 105%;
    height: 105%;
    background-image: url(../images/bg.jpg);
	background-position: top left;
	background-size: cover;
    position: absolute;
    transform: rotate(-3deg);
}
a{
    text-decoration: none;
    color: auto;
}
.tag{
    font-size: 16px;
    color: rgb(139, 139, 139);
    font-weight: 600;
}
.resort-select-box{
    display: grid;
    height: 100%;
    margin: 100px 0 130px 0;
}
.resort-select-box{
    width: 550px;
    margin-left: auto;
    position: relative;
    z-index: 10000;
    text-align: center;
	top: 40px;
}
.resort-select-box-title{
	padding-top: 20px;
	font-size: 40px;
	line-height: 40px;
	color: #439ad5;
	font-weight: bold;
}
.resort-select-box-title i{
    font-family: Playfair Display;
}
.resort-select-box-title span{
    color: rgb(241,79,64);
}
.resort-select-box-para{
    font-size: 20px;
	line-height: 20px;
    font-family: "Poppins";
    color: rgb(241, 79, 64);
    font-weight: normal;
}
.landing-container{
	background-color: #FFF;
	border-radius: 30px;
	top: -50px;
	padding: 30px 30px 50px 30px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
}
form{
    text-align: center;
}
.form-label{
	margin-bottom: 0px;
	font-size: 12px;
}
.btn-primary{
    background-image: linear-gradient(270deg, rgb(255, 67, 75) 0%, rgb(255, 167, 35) 100%);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    height: 54px;
	min-width: 70%;
    border-radius: 5px;
    border: 0;
    font-size: 16px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    background-size: 200% auto;
}
.btn-primary:hover{
	background-color: #ff4323;
	background-image: none;
}
.btn-info {
	background-color: #439ad5;
}
.form-box{
	background-color: #FFF;
	border-radius: 20px;
	margin-top: 30px;
	padding: 30px 20px 50px 20px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
}

.resort-selector{
	margin: auto;
	width: 390px;
	margin-top: 20px;
}

.resort-box {
	display: inline-block;
	padding: 2px 5px;
	width: 120px;
}

.resort-box-large {
	display: inline-block;
	padding: 2px 5px;
	width: 240px;
}

.resort-selector input[type="radio"]{
	margin:0;padding:0;
	-webkit-appearance:none;
	   -moz-appearance:none;
			appearance:none;
	display: none;
}

.bluegreen{background-image:url(../images/bluegreen.png);}
.diamond{background-image:url(../images/diamond.png);}
.dvc{background-image:url(../images/dvc.png);}
.hgvc{background-image:url(../images/hgvc.png);}
.marriott{background-image:url(../images/marriott.png);}
.worldmark{background-image:url(../images/worldmark.png);}
.wyndham{background-image:url(../images/wyndham.png);}
.other{background-image:url(../images/other-resort.png);}

.resort-selector input:active +.resort-option{opacity: .9;}
.resort-selector input:checked +.resort-option, .resort-selector input:checked +.resort-option-large{
	-webkit-filter: none;
	   -moz-filter: none;
			filter: none;
}

.resort-option{
	cursor:pointer;
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	width:110px;height:110px;
	-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
	-webkit-filter: brightness(1) grayscale(1) opacity(.9);
	   -moz-filter: brightness(1) grayscale(1) opacity(.9);
			filter: brightness(1) grayscale(1) opacity(.9);
}
.resort-option-large{
	cursor:pointer;
	background-size:contain;
	background-repeat:no-repeat;
	display:inline-block;
	width:230px;height:110px;
	-webkit-transition: all 100ms ease-in;
	   -moz-transition: all 100ms ease-in;
			transition: all 100ms ease-in;
	-webkit-filter: brightness(1) grayscale(1) opacity(.9);
	   -moz-filter: brightness(1) grayscale(1) opacity(.9);
			filter: brightness(1) grayscale(1) opacity(.9);
}
.resort-option:hover, .resort-option-large:hover{
	-webkit-filter: brightness(1.2) grayscale(.5) opacity(1);
	   -moz-filter: brightness(1.2) grayscale(.5) opacity(1);
			filter: brightness(1.2) grayscale(.5) opacity(1);
}

select {
	font-family: 'AvenirNextRegular', sans-serif;
	font-size: 24px;
	padding: 10px 20px;
	border: 1px solid #636666;
	background-color: #e9f3fb;
	margin: 0;
	display: block;
	width: 89.5%;
	box-sizing: content-box;
}

input[type="text"] {
	font-family: 'AvenirNextRegular', sans-serif;
	font-size: 24px;
	padding: 10px 20px;
	border: 1px solid #636666;
	background-color: #e9f3fb;
	margin: 0;
	display: block;
	width: 100%;
}

::placeholder {
	color: #000;
	opacity: 1;
}

::-ms-input-placeholder {
	color: #000;
}

#formsubmit {
	 display: none; 
}

.continue {
	 margin-top: 20px;
	 text-align: center;
}

.btn3 {
	font-size: 25px;
}

#altresort {
	display: none; 
	margin-top: 10px; 
	padding: 5px;
}

.label-error {
	color: #cb0202 !important;
}

.input-error {
	border: 1px solid #cb0202 !important;
    background-color: #fee1e1 !important;
}

.form-check {
	margin-left: 15%;
}

.form-check2 {
	margin-left: 30%;
}

.btn4 {
    margin: 0 3px;
    font-size: 18px;
    min-width: 20%;
    font-weight: 700;
    color: #FFF;
}

.scr-offset {
	width: 400px;
	margin: auto;
}
.disclaimer{
	text-align: justify;
	font-size: 11px;
}
.error{
	color:#FF0000;
}
footer .copyright {
    font-size: 14px;
    font-family: 'AvenirRoman', sans-serif;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.call-options {
	display: flex;
	justify-content: center;
	width:100%;
	padding: 0 40px;
}
.call-option {
	display: inline-block;
	width: 35%;
	margin: 0 30px;
	border-radius: 15px;
	border: 1px solid #ccc;
	padding: 20px;
}
.call-option .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    text-align: center;
    color: #bbb;
	font-weight: bold;
	margin-bottom: 10px;
}
.call-option p {
    font-family: 'Montserrat', sans-serif;
	text-align: center;
	color: #555;
	font-size: 18px;
	font-weight: 300;
}
.call-text {
	min-height: 120px;
}
.single-call-option {
	width: auto !important;
	max-width: 800px !important;
	display: block !important;
	margin: auto !important;
}
.call-button {
    padding: 21px 34px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff !important;
    background-color: #287bbf;
    border-color: #287bbf;
}
#mtbHMdGVBOgjIuawovMM_1713885318430 {
	margin-top: -3.5rem;
}
@media (max-width: 1400px){
	.resort-select-box {
		margin: 100px 0 50px 0;
		margin-left: auto;
	}
}
@media (max-width: 1199px){
	.resort-select-box {
		margin: 100px 0 50px 0;
		margin-left: auto;
	}
}
@media (max-width: 1199px){
    body{
        overflow-y: visible;
    }
	main{
		top: 20px;
		min-height: 80vh;
	}
    .main-head{
        display: none;
    }
    .subscribe span{
        font-size: 15px;
    }
    .resort-select-box{
        width: 500px;
		top: -30px;
    }
    .resort-select-box-title{
        font-size: 40px;
    }
    .resort-select-box-para{
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .main-head{
        display: none;
    }
    main{
		min-height: 35vh;
        transform: rotate(0deg);
        width: 100%;
        position: static;
    }
	main::before {
		width: 100%;
		height: 100%;
		transform: rotate(-0deg);
	}
    .resort-select-box{
        width: 100%;
        transform: rotate(0deg);
		top: 30px;
    }
    .resort-select-box-title{
        font-size: 40px;
    }
    .resort-select-box-para{
        font-size: 15px;
    }
	.call-options {
		display: block;
		padding: 0;
	}
	.call-option {
		width: 100% !important;
		margin: auto;
		margin-bottom: 30px;
	}
}
@media screen and (min-width: 921px) and (max-width: 1400px) {
	.call-option {
		width: 50%;
	}
	.call-options {
		padding: 0;
	}
}

@media screen and (max-width: 768px) {
	.btn4 {
		min-width: 70% !important;
		margin-bottom: 10px;
	}
}
@media (max-width: 575px){
	main::before{
		display: none;
	}
	main{
		min-height: 100vh;
	}
	.resort-select-box-title {
        font-size: 30px;
    }
	.landing-container {
		border-radius: 20px;
		top: -50px;
		padding: 10px 10px 50px 10px;
	}
	.resort-select-box {
        top: -70px;
    }
	.tag {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px) {
	.resort-selector{
		width: 320px;
		margin-top: 5px;
	}	
	
	.resort-box {
		padding: 0px 3px;
		width: 100px;
	}
	.resort-box-large {
		padding: 0px 3px;
		width: 200px;
	}
	
	.resort-option{
		width:94px;height:94px;
	}
	
	.resort-option-large{
		width:193px;height:94px;
	}

	input[type="text"] {
		font-size: 20px;
    	padding: 10px 10px;
		width: 280px;
    	max-width: 280px;
	}	
	
	select {
		font-size: 20px;
    	padding: 10px 10px;
		width: 280px;
    	max-width: 280px;
	}
	
	.sized {
		font-size: 16px;
	}
	
	.form-check, .form-check2 {
		margin-left: 10%;
	}
	
	.scr-offset {
		width: 100%;
	}
}
.lds-spinner {
	color: official;
	display: block;
	position: relative;
	width: 80px;
	height: 80px;
	margin: auto;
}
.lds-spinner div {
	transform-origin: 40px 40px;
	animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
	content: " ";
	display: block;
	position: absolute;
	top: 3px;
	left: 37px;
	width: 6px;
	height: 18px;
	border-radius: 20%;
	background: #555;
}
.lds-spinner div:nth-child(1) {
	transform: rotate(0deg);
	animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
	transform: rotate(30deg);
	animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
	transform: rotate(60deg);
	animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
	transform: rotate(90deg);
	animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
	transform: rotate(120deg);
	animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
	transform: rotate(150deg);
	animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
	transform: rotate(180deg);
	animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
	transform: rotate(210deg);
	animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
	transform: rotate(240deg);
	animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
	transform: rotate(270deg);
	animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
	transform: rotate(300deg);
	animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
	transform: rotate(330deg);
	animation-delay: 0s;
}
@keyframes lds-spinner {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}