html{
	overflow-x: hidden;
}
body {
	font-family: 'Times New Roman', Times, serif;
	overflow-x:hidden;
}
@font-face {
font-family: 'BerkshireSwash';
src: url('../fonts/BerkshireSwash.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'Handycheera';
src: url('../fonts/Handycheera.otf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
@font-face {
font-family: 'willian';
src: url('../fonts/willian.ttf') format('truetype');
font-weight: normal;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-smoothing: antialiased;
}
a {
	text-decoration:none;
	-moz-transition: all .3s ease-in-out;
 -webkit-transition: all .3s ease-in-out;
 transition: all .3s ease-in-out;
}
a:hover{text-decoration:none;}

.container{
	max-width: 1230px;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding-top: 25px;
}
.header .navbar-light .navbar-nav .nav-link{
	color: #fff;
	font-size: 14px;
}
.header .navbar-light .navbar-nav .nav-link:hover{
	color: #ffd600;
}

.bannerbg{
	/*background: url(../images/bannerbg.jpg) no-repeat;*/
	background-size: cover;
	padding: 85px 15px;
	background-color: #a0242c;
}
.bannerbg-inner{
	position: relative;
	width: 100%;
	text-align: center;
}
.bannerbg-inner h3{
	color: #fff;
	font-size: 140px;
	font-weight: 700;
	margin: 0;
    line-height: 130px;
}
.bannerbg-inner h1{
	color: #ffd600;
	font-size: 165px;
	margin: 0;
    line-height: 170px;
	font-family: 'BerkshireSwash', Times, serif;
}
.bannerbg-inner h1 span{
	display: inline-block;
	margin: 0 50px;
}
.bannerbg-inner h2{
	color: #0091f7;
	font-size: 125px;
	margin: 0 0 25px 0;
	font-family: 'BerkshireSwash', Times, serif;
}
.bannerbg-inner p{
	color: #fff;
	font-size: 65px;
	margin: 0;
}
.bannerbg-inner p span{
	color: #050552;
	font-weight: 700;
	font-size: 85px;
}

.banner-showing{
	width: 100%;
	text-align: center;
}
.banner-vjaeart{
    position: absolute;
    right: -1%;
    top: 5%;
}

.bannerbottombg{
	width: 100%;
	background-image: linear-gradient(#b2491d, #c18f38);
	padding: 70px 0;
}
.audiobox{
	text-align: center;
}
.audiobox .audio{
	width: 80%;
	display: inline-block;
}
.audiobox .audio h3{
	font-weight: 700;
	color: #ffd600;
	text-align: left;
	margin: 10px 0 0 0;
	font-size: 40px;
}
.audioinner{
	background: #000;
	padding: 16px 25px 10px 15px;
	border-radius: 50px;
}
.audiobox audio{
	width: 100%;
}
.getawaywallbg{
	border: solid 10px #9d232b;
	background: #be8234;
	padding: 15px 25px;
	text-align: center;
	margin-top: 20px;
}
.getawaywallbg h2{
	color: #050552;
	font-size: 75px;
	margin: 0;
}
.getawaywallbg h1{
	color: #050552;
	font-size: 100px;
	margin: 0;
	font-weight: 700;
}
.getawaywallbg h3{
	color: #050552;
	font-size: 63px;
	margin: 0;
}
.getawaywallimg{
	border: solid 5px #fff;
}
.getawaywallimg img{
	width: 100%;
}

.getwallpackbg{
	text-align: center;
}
.getwallpackbg h1{
	color: #050552;
	font-size: 75px;
	margin: 0 0 65px 0;
}
.wallpackmid{
	background: #a1252d;
	padding: 48px 10px;
	border: solid 5px #fff;
}
.wallpackmid h1{
	color: #050552!important;
	font-size: 235px;
	line-height: 200px;
	margin: 20px 0;
	font-weight: 900;
}
.wallpackmid h1 span img{
	width: 250px;
}
.wallpackmid h2{
	color: #fff;
	font-size: 85px;
	margin: 0;
}
.packprice{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.packprice span{
	display: inline-block;
	color: #000;
	font-size: 90px;
	padding: 0px 20px;
	background: #ffd600;
	border: solid 5px #fff;
	border-top: 0;
	margin-right: 10px;
	font-weight: 700;
}
.packprice h4{
	font-size: 80px;
	color: #ffd600;
	font-weight: 700;
	margin: 0;
}

.picturegallery{
	background-image: linear-gradient(#b2481d, #a83327);
	padding: 60px 0;
}
.picturegallery img{
	width: 100%;
}
.picturegallery h1{
	font-size: 73px;
	text-align: center;
	color: #000;
    font-weight: 700;
	margin: 0 0 50px 0;
}

.joinclubbg{
	display: block;
}
.joinclub-img{
	margin: 20px 0;
}
.joinclub-text{
	text-align: center;
}
.joinclub-text h1{
	font-size: 79px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 0;
}
.joinclub-text h1 span{
	color: #e4e110;
}
.joinclub-text h2{
	font-size: 145px;
	text-align: center;
	color: #000;
	margin: 0;
	font-family: 'Times New Roman', Times, serif;
	font-weight: 700;
}
.joinclub-text h2 span{
	font-size: 150px;
	display: inline-block;
	color: #e4e110;
	vertical-align: middle;
}
.joinclub-text .form-check-label{
	font-size: 45px;
	color: #fff;
}
.joinclub-text .form-check-input{
	width: 40px;
	height: 40px;
	margin-top: 10px;
	float: none;
	margin-right: 15px;
}
.form-check-input:checked{
    background-color: #ffd600;
    border-color: #ffd600;
}

.membershipbg{
	background: #d36a27;
	padding: 35px 0;
}
.membershipbg-inner{
    display: flex;
    justify-content: space-between;
}
.membershipbg-logo{
	padding-top: 80px;
}
.membershipbg-logo img{
	max-width: 100%;
}
.membershipbg-form{
	max-width: 65%;
}
.membershipbg h1{
	font-size: 90px;
	color: #000;
	position: relative;
}

.formlogo{
	position: absolute;
	right: 0;
	top: 0;
}
.formlogo img{
    border-radius: 50%;
    width: 180px;
}
.membershipbg-label{
	color: #fff;
	font-size: 20px;
}
.membershipbg-form .name{
	color: #fff;
	font-size: 17px;
}
.membershipbg-form .form-control{
	height: 70px;
	border-radius: 0;
	font-size: 25px;
}
.membershipbg-form .form-check-label{
	font-size: 17px;
	color: #fff;
}
.inputlabel{
	font-size: 60px;
	margin: 15px 0;
	color: #000;
}
.membershipbg-form .form-check{
	display: inline-block;
	margin-right: 15px;
}
.membershipbg-form .form-check .form-check-input{
	width: 18px;
	height: 18px;
	border-radius: 0;
}
.totalprice{
	color: #fff;
	font-size: 17px;
}
.paynowbtn{
    background: #ffbc00;
    color: #000;
    border: none;
    outline: none;
    padding: 15px 25px;
    font-size: 35px;
}

.orderbtnbg{
	background: #a42a2a;
	padding: 60px 0;
	text-align: center;
}
.orderbtnbg a{
	font-size: 48px;
	color: #fff;
	display: inline-block;
	padding: 10px 80px;
	background: #000;
}
.orderbtnbg a:hover{
	background: #ffbc00;
    color: #000;
}
.orderimg img{
	width: 100%;
}
.orderimg a{
	display: block;
	padding: 0;
}

.videobox{
	
	overflow: hidden;
}
.videobox video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.galtravels{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
}
.galtravels img{
	max-width: 100%;
}
.galtravels-mid{
	text-align: center;
}
.galtravels-mid h1{
    color: #000000;
    font-size: 95px;
    margin: 0 0 25px 0;
	font-weight: 700;
}
.galtravels-mid p{
	margin: 0;
}
.galtravels-mid p .fa{
	color: #fff;
	font-size: 50px;
	display: inline-block;
	margin: 5px;
}

.mygetwallbg{
	padding: 50px 0;
	text-align: center;
	background: #000;
}
.mygetwallbg img{
	max-width: 100%;
}
.mygetwallbg h1{
    color: #ffd600;
    font-size: 95px;
    margin: 0 0 45px 0;
}
.mygetwallbg p{
    color: #ffd600;
    font-size: 70px;
	line-height: 80px;
}

.bannerbg-inner h1 span img{
	width: 450px;
}

.joinbigtext{
	font-size: 90px!important;
}

.fontstyle{
	font-family: 'willian', Times, serif;
	font-weight: 700;
}
.newbox{
    margin: 25px 0;
    background: #fff;
    border-radius: 15px;
    padding: 20px 0;
    font-size: 100px;
    color: #050552;
	font-weight: 600;
}

.topvideo{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.topvideo iframe{
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16 / 9;
}

.topvideo-overlay{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
    opacity: 0.72;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.topvideo .bannerbg-inner{
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	text-align: center;
}

.newp{
    color: #ffd600!important;
    font-weight: 700!important;
    text-align: left!important;
    margin-top: 10px!important;
	font-size: 60px;
}

.modal-body h1{
    font-size: 60px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.new_paypal1{
    border: solid 2px #ccc;
    border-radius: 10px;
    padding-top: 20px;
    margin-bottom: 20px;
}
.new_stripe1{
    border: solid 2px #ccc;
    border-radius: 10px;
    text-align: center;
    padding: 15px;
}
.new_stripe1 a{
    display: block;
}

.paypal21{
	padding: 0!important;
	background: none!important;
}
.paypal21 img{
    height: auto!important;
    width: 270px!important;
}
.new_stripe1 img{
	border-radius: 20px;
}

@media only screen and (min-width: 1600px) and (max-width: 3000px) {
	.container {max-width: 1580px;}
	.bannerbg-inner h3{font-size: 180px; line-height: 180px;}
	.bannerbg-inner h1{font-size: 220px; line-height: 215px;}
	.bannerbg-inner p{font-size: 78px;}
	.bannerbg-inner h2{font-size: 150px;}
	.getawaywallbg h2{font-size: 85px;}
	.getawaywallbg h1{font-size: 120px;}
	.getawaywallbg h3{font-size: 85px;}
	.getwallpackbg h1{font-size: 100px;}
	.wallpackmid h2{font-size: 110px;}
	.wallpackmid h1{font-size: 310px; line-height: 260px;}	
	.wallpackmid{padding: 80px 10px;}
	.packprice h4{font-size: 90px;}
	.picturegallery h1{font-size: 90px;}
	.joinclub-text h2{font-size: 155px;}
	.joinclub-text h2 span{font-size: 300px;}
	.joinclub-text .form-check-label{font-size: 58px;}
	.joinclub-text .form-check-input{margin-top: 20px;}
	.membershipbg-form h1{font-size: 90px;}
	.membershipbg-label{font-size: 35px;}
	.membershipbg-form .name{font-size: 30px;}
	.membershipbg-form .form-check-label{font-size: 35px;}
	.totalprice{font-size: 35px;}
	.membershipbg-form .form-check .form-check-input{width: 30px; height: 30px; margin: 10px 10px 0px -20px;}
	.paynowbtn{font-size: 60px;}
	.orderbtnbg a{font-size: 70px;}
	.banner-vjaeart{right: 9%;}
	.packprice span{font-size: 115px;}
	.mygetwallbg p{font-size: 90px; line-height: 100px}
	.mygetwallbg h1{font-size: 135px;}
	.galtravels-mid h1{font-size: 135px;}
	.galtravels-mid p .fa{font-size: 70px;}
	.joinbigtext{font-size: 110px!important;}
	.joinclub-text h1{font-size: 100px;}
	.membershipbg-form h1{font-size: 78px;}
	.membershipbg h1{font-size: 115px;}
}
@media only screen and (min-width: 992px) and (max-width: 1150px) {
	.bannerbg-inner h2{font-size: 100px;}
	.bannerbg-inner h1{font-size: 75px;}
	.bannerbg-inner p{font-size: 33px;}
	.wallpackmid h1{font-size: 220px;}
	.wallpackmid h2{font-size: 65px;}
	.packprice span{font-size: 60px;}
	.packprice h4{font-size: 60px;}
	.joinclub-img {margin-left: 0;}
	.joinclub-text .form-check-label{font-size: 34px; margin-top: 5px;}
	.galtravels-mid h1{font-size: 83px;}
	.joinbigtext span img{width: 150px;}
	.joinbigtext {font-size: 70px!important;}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.bannerbg-inner h1{font-size: 100px;}
	.bannerbg-inner h3{font-size: 80px;}
	.bannerbg-inner h2{font-size: 85px;}
	.banner-showing{position: inherit; width: 49%; display: inline-block; text-align: center; left: 0; top: 0;}
	.banner-vjaeart{position: inherit; width: 49%; display: inline-block; text-align: center; right: 0; top: 0;}
	.wallpackmid h2{font-size: 50px;}
	.wallpackmid h1{font-size: 160px; line-height: 150px;}
	.wallpackmid{padding: 20px 10px;}
	.packprice span{font-size: 50px;}
	.packprice h4{font-size: 45px;}
	.joinclub-img {margin-left: 0;}
	.joinclub-text h1{font-size: 62px;}
	.joinclub-text h2{font-size: 26px;}
	.joinclub-text h2 span{font-size: 130px;}
	.joinclub-text .form-check-label{font-size: 20px; margin-top: 17px;}
	.membershipbg-form h1{font-size: 34px;}
	.bannerbg-inner h1 span img{width: 360px;}
	.membershipbg{padding: 35px 20px;}
	.joinbigtext span img{width: 200px;}
	.joinbigtext {font-size: 60px!important;}

}
@media only screen and (min-width: 801px) and (max-width: 991px) {
	.bannerbg-inner h1 {font-size: 115px;}
	.bannerbg-inner h3{font-size: 100px;}
	.packprice span, .packprice h4{font-size: 120px;}
	.joinclub-text h2 {font-size: 90px;}
	.wallpackmid h2 {font-size: 70px;}
	.topvideo h1{font-size: 140px; line-height: 110px;}
}
@media only screen and (max-width: 767px) {
	.navbar-brand img{width: 200px;}
	.navbar-light .navbar-toggler{background: #ffd600;}
	.navbar-collapse{background: #000; z-index: 999; padding: 15px;}
	.bannerbg-inner h3{font-size: 45px; line-height: 45px;}
	.bannerbg-inner h1{font-size: 45px; line-height: 45px;}
	.bannerbg-inner h2{font-size: 63px;}
	.banner-showing{position: inherit; width: 80%; display: inline-block; text-align: center; left: 0; top: 0;}
	.banner-vjaeart{position: inherit; width: 49%; display: inline-block; text-align: center; right: 0; top: 0;}
	.banner-showing img, .banner-vjaeart img{width: 100%;}
	.bannerbg-inner p{font-size: 35px;}
	.audiobox audio{width: 100%;}
	.getawaywallbg h1{font-size: 55px;}
	.getawaywallbg h2{font-size: 35px;}
	.getawaywallbg h3{font-size: 25px;}
	.getwallpackbg h1{font-size: 30px!important; line-height: 35px; margin: 15px 0;}
	.wallpackmid h2{font-size: 38px;}
	.packprice span{font-size: 45px; padding: 0 10px;}
	.packprice h4{font-size: 40px; margin-top: 15px;}
	.picturegallery h1{font-size: 45px;}
	.joinclubbg{display: block;}
	.joinclub-img{margin: 0;}
	.joinclub-text h2{font-size: 60px;}
	.joinclub-text .form-check-label{font-size: 39px;}
	.joinclub-text .form-check-input{float: none;}
	.joinclub-text .form-check{padding-left: 0;}
	.membershipbg-inner{display: block;}
	.membershipbg-form{max-width: 100%;}
	.membershipbg-logo{text-align: center; padding-top: 25px;}
	.orderbtnbg a{padding: 10px 20px; font-size: 32px;}
	header {text-align: center;}
	.membershipbg-form h1{font-size: 46px; text-align: center;}
	.joinclub-text .form-check-input{margin-right: 0;}
	.orderimg a{padding: 0;}
	.bannerbg-inner h1 span{display: block; text-align: center; padding: 15px 0;}
	.galtravels-mid h1{font-size: 48px; margin: 0;}
	.galtravels-mid p .fa{font-size: 28px; margin: 3px;}
	.galtravels-left img, .galtravels-right img{width: 180px; margin: 15px 0;}
	.mygetwallbg h1{font-size: 39px;}
	.mygetwallbg p{font-size: 40px; line-height: 50px;}
	.membershipbg-form{padding: 0 15px;}
	.galtravels{display: block; text-align: center;}
	.packprice{display: block; text-align: center;}
	.bannerbg-inner h1 span img {width: 260px;}
	.formlogo{position: inherit; width: 100%; text-align: center; padding: 20px 0; display: block;}
	.wallpackmid h1{font-size: 70px!important; line-height: 70px!important;}
	.audiobox .audio{width: 100%;}
	.joinclub-text h1 span{display: block;}
	.newbox{font-size: 50px; line-height: 60px;}
	.wallpackmid h1 span{display: block;}
	.topvideo iframe{height: 550px;}
	

}






.modal-title{
    font-size: 60px;
}
.modal-body input[type=image]{
    width: 270px;
    margin-bottom: 20px;
}
.modal-footer .btn{
    font-size: 45px;
    line-height: 45px;
    padding: 10px 25px;
}









.pack h1, .pack1 h1{
    font-size: 80px;
}
.pack{
    margin-top: 30px;
}
.pack1{
    margin: 30px 0;
}
.post-thumbnail{
    float: left;
    display: block!important;
    width: 23%;
    margin: 1%;
}
.post-thumbnail img{
    width: 100%;
    margin-bottom: 15px;
}
.multi_check{
    width: 40px;
    outline: none;
}



.multi_check{
    width: 55px;
  	height: 55px;
    outline: none;
}
.post-thumbnail img{
    height: auto!important;
}

.regular{
    width: 55px;
    height: 55px;
    outline: none;
    margin-right: 10px;
}
.new_form label{
    font-size: 55px;
    color: #fff;
}
.new_form h1{
    font-size: 80px;
    color: #fff;
}

.galleryimage{
    width: 100%!important;
    margin: 0!important;
}
.galleryimage img{
    margin: 0!important;
}

.multiimg h1{
    font-size: 60px;
    color: #fff;
    margin: 0;
}



.new_form h1 {
    font-size: 45px;
    color: #fff;
    margin: 0 0 25px 0;
}
.topvideo {
    height: 550px;
}