@font-face {
    font-family: 'museo300';
    src: url('../fonts/museo_300-webfont.woff2') format('woff2'),
         url('../fonts/museo_300-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo_500-webfont.woff2') format('woff2'),
         url('../fonts/museo_500-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo500';
    src: url('../fonts/museo300-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo300-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'museo700';
    src: url('../fonts/museo700-regular-webfont.woff2') format('woff2'),
         url('../fonts/museo700-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'coopforgedregular';
    src: url('../fonts/coopforged_regular-webfont.woff2') format('woff2'),
         url('../fonts/coopforged_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.error { border: 2px solid red !important; 
}
.chkerror {
outline:2px solid red !important;
}

   .star {
	 color:red;
 
   }
   #loader {
		   position: absolute;
		   top: 50%;
		   left: 50%;
		   transform: translate(-50%, -50%);
		   height:13%;
		   width:10%;
	   }
	   #loaderdiv {
		   display: none;
		   position: fixed;
		   top: 0;
		   left: 0;
		   width: 100%;
		   height: 100%;
		   background-color: rgba(0, 0, 0, 0.7);
		   text-align: center;
		   z-index: 9999;
	   }

body {
    margin: 0;
    padding: 0;
    font-family: 'museo300';
    font-size: 16px;
	line-height:1.8;
    color: #231f20;
    background-color:#ffffff;
}
::-moz-selection {
    background:#f8644b;
    color: #fff;
}
::selection {
    background:#f8644b;
    color: #fff;
}
*{-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
a,
a:focus,
a:hover {
    color: #666666;
    outline: 0;
    text-decoration: none;
	-webkit-transition: all 0.20s !important;
    transition: all 0.20s !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 5px;
    line-height: 1.4;
    font-weight: 800;
    color: #fff;
}
h1
{
	font-family: 'coopforgedregular';
	color: #fff;
	font-size: 60px;
	font-weight: normal;
	line-height: 1.2;
}

h2
{
	font-family: 'coopforgedregular';
	color: #dd3b3b;
	font-size: 60px;
	font-weight: normal;
}
canvas{
    position:absolute;top:0;left:0;
	width: 100%;
	z-index: 1;
}
.container-fluid
{
	max-width: 1600px;
	overflow: hidden;
}

.container
{
	position: relative;
}

.header
{
	overflow: hidden;
}
.header, .belowSlider
{
	position: relative;
}

.mask
{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 100%;
	height: auto;
	z-index: 1;
}

.header .mainSlider
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.header .mainSlider li img
{
	width: 100%;
	height: auto;
}
.header .controls {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom:60px;
    padding: 0;
    background: 0 0;
	z-index: 2;
}
.header .controls ol, .header .controls ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
}
.header .controls li {
    float: left;
}
.header .controls li a {
    height: 0;
    border-radius: 50%;
	border: 1px solid #fff;
    margin: 5px;
    padding: 6px;
    float: left;
}

.header .controls li.current a {
    background: #fff;
	border: 1px solid #fff;
}

.header .controls li a span {
    display: none;
}

.homeContent
{
	position: absolute;
	max-width: 550px;
	top: 40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 3;
	display: inline-block;
	color: #fff;
}

.homeContent p
{
	font-size: 18px;
	line-height: 1.3;
}

.letterBtn
{
	border-radius: 40px;
	background: #fff;
	color: #9f3434;
	font-size: 22px;
	font-family: 'museo700';
	padding: 10px 25px;
	margin-top: 30px;
	display: inline-block;
	box-shadow: 1px 7px #cfcfcf;
}

.letterBtn:hover
{
	color: #9f3434;
	box-shadow: 0px 0px #cfcfcf;
}
.line-attractions h2
{
	line-height: 1;
}

.line-attractions p
{
	line-height: 1.3;
}

.santa-village h2 span
{
	display: block;
	line-height: 0;
}

.santa-village p
{
	color: #000;
	line-height: 1.3;
}
.row
{
	position: relative;
}

.letters
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.disb
{
	padding: 10px 0;
	width: 80%;
	letter-spacing: 1px;
}
.disb strong
{
	font-size: 20px;
	font-family: 'museo700';
}

.belowSlider .controls {
    position: absolute;
    width: 111%;
    top: 35%;
    left: -66px;
	z-index: 5;
}
.belowSlider li
{
	text-align: center;
}

.belowSlider .controls .prevBtn
{
	float: left;
	width: 42px;
	height: 75px;
	color: transparent;
	background: url(../images/nxtbg.png) top center no-repeat;
}

.belowSlider .controls .nextBtn
{
	float: right;
	width: 42px;
	height: 75px;
	color: transparent;
	background: url(../images/preBg.png) top center no-repeat;
}

.belowSlider .controls a:hover
{
	opacity: 0.7;
}
.letterBox
{
	display: inline-block;
	width: 237px;
	height: 310px;
	color: #2d2d2d;
	font-size: 20px;
	padding: 93px 30px 10px 30px;
	text-align: left;
	background: url(../images/letterboxBg.png) top center no-repeat;
	font-family: 'museo700';
}

.letterBox h3
{
	color: #2d2d2d;
	line-height: 1;
	margin: 0;
	font-weight: normal;
	
	font-size: 26px;
	
}

.parallax-container
{
	min-height: 680px;
}

.attraction
{
	position: absolute;
	left: 15px;
	right: 15px;
	top: 50px;
	color: #fff;
	z-index: 2;
}
.attraction h2
{
	color: #fff;
}

.attraction p
{
	
	line-height: 1.3;
}
.letters-Santa
{
	position: relative;
	overflow: hidden;
}

.letters-Santa h2
{
	line-height: 1;
}

.letters-Santa p
{
	line-height: 1.3;
}

.letters-Santa .left
{
	position: absolute!important;
	left: -20px!important;
	bottom: 0!important;
	top: initial !important;
}

.letters-Santa .right
{
	position: absolute !important;
	right: 0!important;
	bottom: 0!important;
	top: initial !important;
	left: initial !important;
}

.realSanta
{
	position: relative;
}

.realSanta .g1
{
	position: absolute !important;
	left: -15px!important;
	top: 10% !important; 
}

.realSanta .g2 {
    position: absolute!important;
    left: 0px!important;
    bottom: 50%!important;
	top: initial !important;
}

.realSanta .g3 {
    position: absolute!important;
    left: 50px!important;
    bottom: 50%!important;
	top: initial !important;
}

.realSanta .g4 {
    position: absolute!important;
    left: 0px!important;
    bottom: 35%!important;
	top: initial !important;
}

.realSanta .g5 {
    position: absolute!important;
    left: 0px!important;
    bottom: 0%!important;
	top: initial !important;
	z-index: -1;
}

.realSanta .g6 {
    position: absolute!important;
    left: 350px!important;
    bottom: 30%!important;
    top: initial !important;
}
.realSanta .g7
{
	position: absolute!important;
	right: -15px!important;
	top: 10% !important;
	left: initial !important;
}

.realSanta .g8
{
	position: absolute!important;
	right: 0px!important;
	top: 30% !important;
	left: initial !important;
}

.realSanta .g9
{
	position: absolute!important;
	right: 0px!important;
	top: 60% !important;
	left: initial !important;
}

.fromSanta a.prevBtn
{
	background:url(../images/nxtbg2.png) top center no-repeat !important;
}

.fromSanta a.nextBtn
{
	background:url(../images/preBg2.png) top center no-repeat !important;
}


footer
{
	font-size: 16px;
}

footer .cr
{
	background: #dd3a3b;
	color: #fff;
	padding: 15px 0;
}

footer .cr a
{
	color: #fff;
	position: relative;
	margin-top:15px;
	margin-bottom:15px;
}
.social a {
    margin: 0 10px !important;
    font-size: 18px;
}

.social a:hover {
	color: #2d2d2d;
}
.tc
{
	margin-top: 3px;
}

.tc a:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0;
    height: 1px;
    margin-top: 4px;
    transition: .3s all ease;
	background:#fff;
}

.tc a:hover:after {
    left: 0;
    width: 100%;
}

.parallax-container {
	position: relative;
	overflow: hidden;
	height: 500px;
	z-index: 1;
}
.parallax-container .parallax {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1
}
.parallax-container .parallax img {
	opacity: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%)
}

.desktop
{
	display: block;
}

.mobile
{
	display: none;
}


.letterOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	text-align: center;
	height: 0;
	display: none;
	z-index: 999;
}

.letterOverlay .closeBttn
{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.letterOverlay .imgCl
{
	display: inline-block;
	margin-top: 30px;
}

.formOverlay
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.8);
	z-index: 999;
	text-align: center;
	height: 0;
	display: none;
}

.formOverlay .closeBtn
{
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 999;
}

.formOverlay .formContainer
{
	max-width: 800px;
	height: auto;
	display: inline-block;
	position: relative;
}
*{outline:0; border: none;}

input:-internal-autofill-selected {
    background-color: transparent!important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.formOverlay .formContainer .form {
    position: absolute;
    width: 44%;
    height: 100%;
    text-align: center;
    left: 25%;
}

.formOverlay .formContainer .form input {
    width: 100%;
    height: 32px;
	color: #000;
	background: transparent;
    border: 0;
	font-size: 12px;
    line-height: 1;
	font-weight: bold;
}

.formOverlay .formContainer .form input#dadName
{
	margin-top: 23%;
}

.formOverlay .formContainer .form input#dadnumber
{
	margin-top: 10%;
}

.formOverlay .formContainer .form input#email
{
	margin-top: 10%;
}

.formOverlay .formContainer .form #submit
{
	margin-top: 8%;
	border-radius: 10px;
	background: rgba(0,0,0,0.6);
	font-size: 18px;
	border: none;
	padding: 5px 25px;
	color: #fff;
}

.formOverlay .formContainer .form #submit:hover
{
	background: #fff;
	color: #000;
}

.formOverlay .formContainer .form #msg {
    width: 100%;
    height: 104px;
    margin-top: 49%;
    display: inline-table;
	background: transparent;
    border:0;
	color: #000;
	font-size: 12px;
    line-height: 1;
    overflow: hidden;
	font-weight: bold;
}
.thankyou {
	position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    z-index: 999;
	opacity:0;
visibility: hidden;
}

.thankyou.showSuccess {
opacity:1;
visibility: visible;
}

.thanksubdiv {
	background: #f5f5f5;
	padding:25px;
	text-align: center;

}
.close-thanks {
	background-color: #dd3b3b;
	padding:10px 20px;
	border-radius: 25px;
	color:#fff;
	cursor:pointer;

}
.thanksubdiv h4 {
	color:#dd3b3b;
	line-height: 1.4;
	padding-bottom: 10px;
}
.close-thanks:hover {
	color:#fff;

}

@media (max-width: 1440px)
{
	.homeContent {
    	top: 20px;
	}
	h1 {
    	font-size: 50px;
	}
	.letterBtn {
    	margin-top: 10px;
	}
	.header .controls {
    bottom: 40px;
	}
	.scene2 .layer
	{
		max-width: 8%;
	}
	
	.scene .layer
	{
		max-width: 15%;
		z-index: -1;
	}
}

@media (max-width: 1280px)
{
	.homeContent {
    	top: 10px;
	}
	.homeContent p {
		font-size: 16px;
		margin-top: -5px;
	}
	.letterBtn {
    	margin-top: 10px;
	}
	.header .controls {
    	bottom: 30px;
	}
	
	.header .controls li a {
    	padding: 5px;
	}
	.scene2 .layer
	{
		max-width: 8%;
		
	}
	
	.scene .layer
	{
		max-width: 15%;
	}
	
	.letterBtn {
		border-radius: 30px;
		font-size: 18px;
		padding: 8px 15px;
		margin-top: 10px;
		box-shadow: 1px 5px #cfcfcf;
	}
	.belowSlider .controls {
		width: 105%;
		left: -32px;
	}
	.belowSlider .controls .prevBtn, .belowSlider .controls .nextBtn {
		width: 32px;
		height: 65px;
		background-size: 100% !important;
	}
	.letterBox {
    	font-size: 18px;
	}
	.letterBox h3 {
    	font-size: 23px;
	}
	footer .cr {
    padding: 10px 0;
	}
	.letters img
	{
		padding: 0 15px;
	}
	
}

@media (max-width: 1024px)
{
	h1, h2 {
    	font-size: 45px;
	}
	.logo
	{
		width: 130px;
		height: auto;
	}
	.homeContent p {
		font-size: 14px;
		margin-top: -5px;
	}
	.letterBtn {
    	margin-top: 5px;
	}
	.header .controls {
    	bottom: 20px;
	}
	
	.header .controls li a {
    	padding: 5px;
	}
	.scene2 .layer
	{
		max-width: 8%;
		z-index: -1;
	}
	
	.scene .layer
	{
		max-width: 15%;
	}
	.realSanta .g6 {
    	left: 200px!important;
	}
	
	.letterBtn {
		border-radius: 20px;
		font-size: 16px;
		padding: 5px 15px;
		margin-top: 5px;
		box-shadow: 1px 4px #cfcfcf;
	}
	.belowSlider .controls {
		width: 102%;
		left: -15px;
	}
	.belowSlider .controls .prevBtn, .belowSlider .controls .nextBtn {
		width: 22px;
		height: 55px;
		background-size: 100% !important;
	}
	.letterBox {
    	font-size: 16px;
		width: 97%;
		padding: 93px 30px 10px 22px;
		background-size: 95%;
	}
	.letterBox h3 {
    	font-size: 19px;
	}
	footer .cr {
    padding: 10px 0;
	}
	
	.parallax-container {
    	min-height: 500px;
	}
	footer .cr a {
    margin: 0 10px;
	}
	.social a {
    margin: 0 5px !important;
	}
	body, footer {
    	font-size: 14px;
	}
	.attraction {
    top: 10px;
	}
	
}

@media (max-width: 992px)
{
	.logo {
   	 width: 120px;
	}
	h1, h2 {
    font-size: 42px;
	}
	.letterBtn {
    margin-top: 0px;
	}
	.parallax-container {
		min-height: 430px;
		height: 430px;
	}
	.fromSanta
	{
		padding: 0 15px;
	}
}

@media (max-width: 768px)
{
	/* .thankyou {
		left: 50%;
		width: 320px;
		margin-left: -160px;
		margin-top: 50px;
	} */
	.desktop
	{
		display: none;
	}
	
	.mobile
	{
		display: block;
	}
	.logo {
   	 width: 150px;
	}
	.homeContent {
    	top: 30px;
	}
	h1, h2 {
    	font-size: 45px;
		line-height: 1;
	}
	.homeContent p {
    font-size: 16px;
    line-height: 1.4;
	}
	.letterBtn {
    	font-size: 18px;
	}
	.mask {
		bottom: -1px;
	}
	.scene2 .layer {
    	max-width: 20%;
		display: none !important;
	}
	.realSanta .g7 {
    	right: 0px!important;
		display: block !important;
	}
	body, footer {
    	font-size: 16px;
	}
	.attraction {
    	padding: 0 15px;
	}
	
	.santa-village h2 span {
    line-height: 1;
	}
	
	.parallax-container {
		min-height: 630px;
		height: auto;
	}
	.letters img {
    	padding: 0;
	}
	.social
	{
		text-align: center;
    	margin-top: 15px;
	}
	
	.belowSlider .controls {
		position: absolute;
		width: 100%;
		text-align: center;
		left: 0;
		top:108%;
		padding: 0;
		background: 0 0;
		z-index: 2;
	}
	.belowSlider .controls ol, .belowSlider .controls ul {
		margin: 0;
		padding: 0;
		list-style: none;
		display: inline-block;
	}
	.belowSlider .controls li {
		float: left;
	}
	.belowSlider .controls li a {
		height: 0;
		border-radius: 50%;
		border: 1px solid #fff;
		margin: 5px;
		padding: 4px;
		float: left;
	}

	.belowSlider .controls li.current a {
		background: #fff;
		border: 1px solid #fff;
	}

	.belowSlider .controls li a span {
		display: none;
	}
	.letterBox {
		width: 100%;
		height: auto;
	}
	.fromSanta .controls
	{
		top: 105%;
	}
	.fromSanta .controls li.current a {
		background: #636363;
		border: 1px solid #636363;
	}
	.fromSanta .controls li a {
    border: 1px solid #636363;
	}
	.letters-Santa .right
	{
		display: none !important;
	}
	.scene .layer {
    	max-width: 45%;
	}
	.formOverlay .formContainer .form #msg {
    	height: 92px;
	}
	.formOverlay .formContainer .form input#email {
    	margin-top: 7%;
	}
	
	.formOverlay .formContainer {
    	margin-top: 40px;
	}
	.formContainer .img-responsive
	{
		max-width: 110%;
	}
	.formOverlay .formContainer .form {
		position: absolute;
		width: 46%;
		height: 100%;
		text-align: center;
		left: 25%;
	}
	.formOverlay .formContainer .form input#dadName {
    	margin-top: 26%;
	}
	
	.formOverlay .formContainer .form input {
		font-size: 10px;
		letter-spacing: 0.5px;
	}
}

@media (max-width: 414px)
{
	.formOverlay .formContainer .form {
		width: 49%;
		left: 27%;
	}
	.formOverlay .formContainer .form #msg {
    	height: 59px;
	}
	.formOverlay .formContainer .form input#dadName {
		margin-top: 20%;
		height: 21px;
	}
	.formOverlay .formContainer .form input#dadnumber {
		margin-top: 5%;
		height: 23px;
	}
	.formOverlay .formContainer .form input#email {
		margin-top: 7%;
		height: 20px;
	}
	.formOverlay .formContainer .form #submit {
    margin-top: 3%;
    font-size: 13px;
	}
	
}

@media (max-width: 375px)
{
	.formOverlay .formContainer .form {
		width: 49%;
		left: 27%;
	}
	.formOverlay .formContainer .form #msg {
    	height: 59px;
	}
	.formOverlay .formContainer .form input#dadName {
		margin-top: 15%;
		height: 21px;
	}
	.formOverlay .formContainer .form input#dadnumber {
		margin-top: 5%;
		height: 23px;
	}
	.formOverlay .formContainer .form input#email {
		margin-top: 7%;
		height: 20px;
	}
	.formOverlay .formContainer .form #submit {
    margin-top: 3%;
    font-size: 13px;
	}
}

@media (max-width: 320px)
{
	.formOverlay .formContainer .form {
		width: 49%;
		left: 27%;
	}
	.formOverlay .formContainer .form #msg {
    	height: 47px;
	}
	.formOverlay .formContainer .form input#dadName {
		margin-top: 15%;
		height: 21px;
	}
	.formOverlay .formContainer .form input#dadnumber {
		margin-top: 5%;
		height: 17px;
	}
	.formOverlay .formContainer .form input#email {
		margin-top: 0%;
		height: 20px;
	}
	.formOverlay .formContainer .form #submit {
    margin-top: 2%;
    font-size: 10px;
	}
}





/*SANTA NEW UPDATE 2023*/
.santForm{
    padding: 20px 40px;
    position: relative;
    font-family: 'Poppins';
    height: 100vh;
    width: 100%;
}
.santForm img{
	height: 100%;
    width: 100%;
}
.form-santas{
    position: absolute;
    left: 50%;
    top: calc(50% + 148px);
    width: 83%;
    transform: translate(-50%,-50%);
}
.santForm label{
	font-size: 14px;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
}
.three-col{
	display: flex;
    justify-content: space-between;
	padding:0 50px;
}
.santForm textarea{
    width: 100%;
    max-height: 244px;
    overflow: auto;
    resize: initial;
    padding: 10px 15px;
    margin-top: 5px;
}
.form-santas h2{
	font-family: 'Style Script';
	color:#000000;
	font-size: 42px;
}
.form-santas input,
.form-santas select,
.form-santas option{
	background: none;
    border-bottom: 1px solid #26262661;
    width: 100%;
	font-size: 14px;
	height: 28px;
}
.form-santas .form-group{
	margin-bottom: 22px;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}
.form-santas .form-group:nth-child(4),
.form-santas .form-group:nth-child(8){
	margin-bottom: 5px;
}
.santForm .submit{
	outline: none;
	border:none;
	color:#fff;
	padding:5px 20px;
	border-radius: 25px;
	background:#0CB7E6;
	cursor: pointer;
}
.col-san{
	width: 30%;
}
.upload-file-new input{
	opacity: 0;
}
.upload-file-new{
	border-bottom: 1px solid #26262661;
	position:relative;
	
}

.upload-file-new i{
    position: absolute;

    left:0;
	cursor:pointer;
    top:20px;

}
.upload-file-new input{
	cursor: pointer;
    position: relative;
    z-index: 9999;
}
/* .upload-file-new .upload-lines{
	width: 100%;
	height: 28px;
	cursor: pointer;
	position: absolute;
	left:0;
	top:12px;
} */
.form-santas input.checkbox-santa{
	display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 10px;
    margin-top: 0;
}

.checkbox-wrap label{
	text-align: left;
	font-size: 10px;
	text-transform: unset;
}
.santForm .submision{
	display: flex;
    justify-content: flex-end;
    padding: 0 70px;
}
.santa-overlay .closeBtn{
	top: 40px;
	right: 60px;
}
.santa-overlay{
	background: #888888;
}
.upload-lines-filename{
	position: absolute;
	bottom: -16px;
	left: 0;
	font-size: 10px;
}
.santForm figure{
	height: 100%;
}
.santForm input.error,
.santForm input.select,
.upload-file-new input.error + .upload-lines{
	border-color:red;
}
.form-santas .form-group.checkbox-wrap{
	flex-wrap: inherit;
	margin-bottom: 5px;
}
.form-group.msg-block{
	margin-bottom: 0;
}
@media(max-height:760px){
	.form-santas h2{
		font-size: 36px;
	}
	.santForm label{
		margin-bottom: 0;
		font-size: 10px;
	}
	.santForm input,
	.santForm textarea,
	.form-santas select,
	.form-santas option{
		font-size: 11px;
	}
	.form-santas .form-group{
		margin-bottom: 10px;
	}
	.santForm textarea{
		min-height: 180px;
		max-height: 180px;
	}
	.form-santas{
		top:calc(50% + 110px);
	}
	.form-santas .submision{
		font-size: 14px;
	}

}
@media(max-width:1040px){
	.three-col{
		padding:0 20px;
	}
	.santForm textarea{
		min-height: 224px;
	}
	.santForm{
		padding: 10px 20px;
	}
}
@media(max-width:850px){
	.santForm img{
		object-fit: cover;
	}
	.form-santas {
		top: calc(50% + 219px);
		width: 95%;
	}
	.form-santas h2{
		font-size: 33px;
		margin-bottom: 20px;
	}
	.three-col{
		flex-wrap: wrap;
	}
	.col-san{
		width: 48%;
	}
	.three-col .col-san:first-child{
		width: 100%;
	}
	.santForm textarea{
		min-height: 100px;
	}
	.form-santas .form-group:nth-child(4), .form-santas .form-group:nth-child(8){
		margin-bottom: 15px;
	}
}
@media(max-width:790px){
	.santForm textarea{
		min-height: 50px;
	}
	.form-santas{
		top: calc(50% + 210px);
	}
}

@media(max-width:767px){
	.santForm img {
		object-fit: initial;
		height: auto;
	}
	/* .santForm {
		height:100%;
	} */
	.santForm input, .santForm textarea, .form-santas select, .form-santas option{
		font-size: 14px;
	}
	.santForm label{
		font-size: 14px;
	}
	.col-san{
		width: 100%;
	}
	.form-santas .form-group{
		margin-bottom: 30px;
	}
	.form-santas .form-group:nth-child(4),
	.form-santas .form-group:nth-child(8){
	margin-bottom: 30px;
	}
	.form-santas{
		padding: 0 10px;
		transform: translate(-50%,0);
		top: 110px;
	}
	.form-santas .submision{
		padding:0 20px;
	}
	.santa-overlay{
		overflow: auto;
	}
	.form-santas h2{
		font-size: 26px;
		padding:0 10px;
	}
	.santForm textarea {
		max-height: 117px;
		
	}
	.santa-overlay .closeBtn {
		top: 20px;
		right: 40px;
	}
	.santForm .submision{
		justify-content: flex-start;
	}
	.santForm .checkbox-wrap label{
		font-size: 12px;
	}
	.form-group.msg-block{
		margin-bottom: 0;
	}
	.form-santas .form-group.checkbox-wrap{
		margin-bottom: 20px;
	}
}

@media (max-width: 300px){
	.form-santas {
		top:80px;
	}
	.santForm label{
		font-size: 12px;
		text-align: left;
	}
	.santForm textarea{
		max-height: 40px;
	}
	.form-santas .form-group{
		margin-bottom: 10px;
	}
	.santForm input, .santForm textarea, .form-santas select, .form-santas option{
		font-size: 12px;
	}
	.form-santas .form-group:nth-child(4), .form-santas .form-group:nth-child(8){
		margin-bottom: 10px;
	}
	.santForm .checkbox-wrap label{
		font-size: 10px;
	}
	.santForm{
		padding:10px;
	}
	.three-col{
		padding:0 10px;
	}

}
/*SANTA NEW UPDATE 2023*/
