/*=============================
  Theme Name: ----------------.
  Author: Mrh Ripon
  Support: mrhripon98@gmail.com
  Description: --------------.
  Version: 1.0
==============================*/

/* Base Css Start  */
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,500,600,700,800&display=swap');

@font-face {
	font-family: rustico;
	src: url(../fonts/Rustico-Regular.otf)
}
@font-face {
	font-family: helveticaR;
	src: url(../fonts/HelveticaLTStd-Fractions.otf);
}
@font-face {
	font-family: helveticaB;
	src: url(../fonts/HelveticaLTStd-FractionsBd.otf);
}
html {
	font-size: 62.5%;
}
 body {
	font-family: 'Quicksand', sans-serif;
	font-weight: normal;
	font-style: normal;
}
.fix {
    overflow: hidden;
}

p {
	font-size: 1.2rem;
	font-weight: 400;
	line-height: 24px;
	color: #080808;
	margin-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Quicksand', sans-serif;
	font-weight: 700;
	color: #080808;
	margin-top: 0px;
}
h2 {
	font-size: 3.6rem;
}
h3 {
	font-size: 2.8rem;
}
h4 {
	font-size: 2.2rem;
}
h5 {
	font-size: 1.8rem;
}
h6 {
	font-size: 1.6rem;
}

a, span {
	font-size: 1.6rem;
}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
}

span, a {
    display: inline-block;
}
ul,ol {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}
div[data-relative="yes"] {
	position: relative;
}
.box-shadow {
	background: -webkit-gradient(linear, left bottom, left top, from(#B9912B), to(#E0C15D));
	background: linear-gradient(to top, #B9912B, #E0C15D);
}
/* Base Css End */

/* offCanvasMenu css start */
.offCanvasMenu {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100vh;
	background: #080808;
	z-index: 99999999;
	-webkit-transition: .5s;
	transition: .5s;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
	padding-top: 30px;
	opacity: 0;
	visibility: hidden;
}
.offCanvasMenu.active {
	opacity: 1;
	visibility: visible;
}
.mobileMenu {
	padding-left: 20px;
	padding-top: 20px;
	padding-right: 20px;
}
.mobileMenu li {
	margin-bottom: 7px;
	padding-bottom: 6px;
}
.mobileMenu li a {
	color: #fff;
	font-size: 34px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	font-weight: 900;
}
.off-canvas-overlay {
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	opacity: 0;
	cursor: pointer;
	visibility: hidden;
	-webkit-transition: .5s;
	transition: .5s;
}
.off-canvas-overlay.active {
	opacity: .5;
	visibility: visible;
}
.close-MobileMenu {
	color: #403b3b;
	cursor: pointer;
	background: #D4AF37;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.close-MobileMenu i {
	color: #fff;
	font-size: 20px;
}
.m-btm-content > a {
	color: #fff !important;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.m-btm-content > a:hover {
	color: #fff !important;
}
.m-btm-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
	margin-top: 30px;
}
.close-MobileMenu span {
	width: 24px;
	height: 2px;
	background: #fff;
	display: inline-block;
	position: relative;
  }
#event-sec {
	position: relative;
	z-index: 999 !important;
}
  .close-MobileMenu span::before {
	width: 65%;
	top: -6px;
	position: absolute;
	height: 2px;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
.close-MobileMenu span::after {
	width: 65%;
	bottom: -6px;
	position: absolute;
	height: 2px;
	z-index: 1;
	content: "";
	left: 0;
	right: 0;
	background: #fff;
	margin-left: auto;
	margin-right: auto;
}
.notifications::after {
	color: #fff;
}
.read-more.text-right {
	margin-top: 20px;
}
.mobile-bar i {
	color: #D4AF37;
	font-size: 34px;
	cursor: pointer;
}
.mobile-bar {
	display:none;
}

.mmmm-logo {
	padding-left: 20px;
  }
  .mmmm-logo img {
	max-width: 100%;
  }
  .close-MobileMenu.fix-trans {
	position: fixed;
	right: 15px;
	z-index: 100;
	top: 60%;
}
/* offCanvasMenu menu css end */
.container-loader {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 55555;
}

  .loader {
	height: 20px;
	width: 250px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  .loader--dot {
	-webkit-animation-name: loader;
	animation-name: loader;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	background-color: black;
	position: absolute;
	border: 2px solid white;
  }
  .loader--dot:first-child {
	background-color: #8cc759;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
  }
  .loader--dot:nth-child(2) {
	background-color: #8c6daf;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
  }
  .loader--dot:nth-child(3) {
	background-color: #ef5d74;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
  }
  .loader--dot:nth-child(4) {
	background-color: #f9a74b;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
  }
  .loader--dot:nth-child(5) {
	background-color: #60beeb;
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
  }
  .loader--dot:nth-child(6) {
	background-color: #fbef5a;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
  }
  .loader--text {
	position: absolute;
	top: 200%;
	left: 0;
	right: 0;
	width: 4rem;
	margin: auto;
	color: #080808;
	font-size: 15px;
}
  .loader--text:after {
	content: "Loading";
	font-weight: bold;
	-webkit-animation-name: loading-text;
	animation-name: loading-text;
	-webkit-animation-duration: 3s;
	animation-duration: 3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
  }

  @-webkit-keyframes loader {
	15% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	45% {
	  -webkit-transform: translateX(230px);
	  transform: translateX(230px);
	}
	65% {
	  -webkit-transform: translateX(230px);
	  transform: translateX(230px);
	}
	95% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }

  @keyframes loader {
	15% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
	45% {
	  -webkit-transform: translateX(230px);
	  transform: translateX(230px);
	}
	65% {
	  -webkit-transform: translateX(230px);
	  transform: translateX(230px);
	}
	95% {
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  @-webkit-keyframes loading-text {
	0% {
	  content: "Loading";
	}
	25% {
	  content: "Loading.";
	}
	50% {
	  content: "Loading..";
	}
	75% {
	  content: "Loading...";
	}
  }
  @keyframes loading-text {
	0% {
	  content: "Loading";
	}
	25% {
	  content: "Loading.";
	}
	50% {
	  content: "Loading..";
	}
	75% {
	  content: "Loading...";
	}
  }






/* Scroll to top btn css start */
.back-to-top {
	position: fixed !important;
	right: 30px;
	bottom: 0;
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	width: 35px;
	height: 35px;
	/* filter: alpha(opacity=0); */
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	/* transition: all 0.5s; */
	background: var(--redColor);
	/* line-height: 35px; */
	-webkit-transition: .3s;
	transition: .3s;
}
.back-to-top.visible {
	opacity: 1;
	visibility: visible;
	bottom: 35px;
}
.back-to-top i {
	vertical-align: middle;
}
/* Scroll to top btn css start */


.swiper-container {
	max-height: 85vh;
	z-index: 0;
	padding-top: 100px;
}
@media screen and (min-width: 992px) {
	.swiper-container {
		padding-top: 110px;
	}
}
.swiper-container .swiper-wrapper img {
	max-width: 100%;
}

/* header area css start  */

.header-area {
	background: #080808;
	padding: 20px 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 10px 24px -5px rgba(0,0,0,0.75);
  }
  .main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
  .main-menu li {
	display: inline-block;
  }
  .main-menu li a {
	color: #fff;
	font-size: 15px;
	display: inline-block;
	font-weight: 300;
	-webkit-transition: .3s;
	transition: .3s;
}
.main-menu li a:hover {
	/* color: #D4AF37; */
	color: #FFD960;
}
.main-menu li:not(:first-child) {
	margin-left: 28px;
}
.round-btn {
	background: #D4AF37;
	color: #1E1B24 !important;
	font-size: 25px !important;
	font-weight: 600 !important;
	padding: 7px 28px;
	border-radius: 30px;
	-webkit-transition: .3s;
	transition: .3s;
	position: relative;
	overflow: hidden;
}


  .round-btn::before {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.5);
	width: 60px;
	height: 100%;
	left: 0;
	top: 0;
	opacity: .5;
	-webkit-filter: blur(30px);
			filter: blur(30px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
			transform: translateX(-100px) skewX(-15deg);
  }

  .round-btn::after {
	content: '';
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.2);
	width: 30px;
	height: 100%;
	left: 30px;
	top: 0;
	opacity: 0;
	-webkit-filter: blur(5px);
			filter: blur(5px);
	-webkit-transform: translateX(-100px) skewX(-15deg);
			transform: translateX(-100px) skewX(-15deg);
  }
  .round-btn:hover:before {
	-webkit-transform: translateX(300px) skewX(-15deg);
			transform: translateX(300px) skewX(-15deg);
	opacity: 0.6;
	-webkit-transition: .7s;
	transition: .7s;
  }
  .round-btn:hover:after {
	-webkit-transform: translateX(300px) skewX(-15deg);
			transform: translateX(300px) skewX(-15deg);
	opacity: 1;
	-webkit-transition: .7s;
	transition: .7s;
  }

  .round-btn:hover {
	color: #1E1B24 !important;
  }
  .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.logo a img {
	max-width: 100%;
	margin-right: 14px;
}
.big-zone {
	font-size: 33px;
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
}
  .header-area > .container {
	max-width: 1200px;
  }
  .big-zone span {
	font-size: 14px;
}
/* header area css end */

/* hero-area css start  */
.hero-area {
	height: 700px;
	background-position: center;
	background-size: cover;
}
/* hero-area css end */

/* three-card-area css start  */

.s-card {
	width: 240px;
	text-align: center;
	padding: 25px 10px;
  }
  .s-card p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	line-height: 25px;
  }
  .amount-count {
	color: #fff;
	font-weight: 900;
	font-size: 40px;
  }
  .three-card-g-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	margin-top: -100px;
}
  .three-card-area {
	position: relative;
	padding-bottom: 50px;
  }
  .three-card-area::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #080808;
	content: "";
	top: 0;
	z-index: -1;
	left: 0;
	right: 0;
  }

.bottom-button {
  text-align: center;
  margin-top: 60px;
}
.bottom-button a {
  color: #fff !important;
}

.showing-right-content a.round-btn:hover {
	color: #c4a143 !important;
}
.round-btn[type="submit"]:hover {
	color: #000 !important;
}
.header-area .round-btn:hover {
	color: #fff !important;
}
/* three-card-area css end */

/* event-area css start  */
.upper-text-wrap {
	border: 2px solid #DBB659;
	padding: 35px;
	padding-top: 50px;
	margin-bottom: 20px;
	padding-bottom: 60px;
}
  .upper-text-wrap::after {
	width: 35px;
	height: 35px;
	border: 2px solid #D4AF37;
	content: "";
	position: absolute;
	bottom: -32px;
	-webkit-transition: ;
	transition: ;
	-webkit-transform: rotateZ(45deg) translateX(-50%);
	transform: rotateZ(45deg) translateX(-50%);
	background: #080808;
	padding-left: ;
	left: 50%;
}
  .event-area {
	background: #080808;
	padding-top: 160px;
	padding-bottom: 60px;
}
.video-container {
	margin-top: 55px;
}
  .upper-text-wrap p {
	color: #fff;
	font-size: 15px;
  }
  .trans-heading {
	position: absolute;
	font-family: "Rustico", serif;
	top: -21px;
	font-size: 30px;
	left: 50%;
	background: #080808;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: auto;
	text-align: center;
	display: inline-block;
	padding-left: 22px;
	padding-right: 22px;
	color: #fff;
}

.trans-one {
	position: absolute;
	bottom: 100px;
	left: 0;
	max-width: 280px;
	z-index: 999 !important;
}
.trans-two {
	position: absolute;
	bottom: 500px;
	right: 0;
	max-width: 350px;
}
  .event-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-column-gap: 65px;
	grid-row-gap: 30px;
  }
  .content-part h3 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 900;
	vertical-align: bottom;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 15px;
  }
  .content-part p {
	color: #fff;
	font-size: 15px;
  }
  .event-content {
	margin-top: 380px;
	margin-bottom: 400px;
  }

.event-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 44px;
}
.event-title h4 {
	color: #fff;
	font-family: "Rustico" , serif;
	font-weight: 900;
	font-size: 45px;
	margin-right: 0;
	padding: 19px 41px;
}
  .event-title a.round-btn {
	color: #fff !important;
  }
  .event-area .container {
	position: relative;
	z-index: 1;
}
/* event-area css end */

/* isotop-area css start  */
.maso-img img {
	max-width: 100%;
	width: 100%;
}
.isotop-area {
	background: #080808;
	padding-top: 90px;
	padding-bottom: 50px;
	margin-top: -3px;
}
.maso-img {
	margin-bottom: 10px;
}
.maso-img a {
	display: block;
}
.maso-img.img-7 img {
	max-height: 550px;
}
.maso-img.img-8 img {
	max-height: 300px;
}
.gridd .grid-item {
	padding-right: 5px;
	padding-left: 5px;
}

.isotop-title h2 {
	color: #fff;
	font-weight: 900;
	font-size: 70px;
  }
  .isotop-title p {
	color: #fff;
	color: #B1AAAA;
  }
  .isotop-title {
	max-width: 570px;
	margin-bottom: 45px;
  }
/* isotop-area css end */


/* showing-area css start  */

.showing-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
  }
  .showing-g-wrap {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
  .show-left-img img {
	max-width: 350px;
  }
  .des-img img {
	max-width: 730px;
  }
  .showing-area {
	width: 100%;
	background-size: cover;
	background-position: center;
  }
  .container-fluid.custom-padding {
	padding-left: 200px;
	padding-right: 200px;
}
.show-left-img {
	margin-top: -112px;
	position: relative;
	z-index: 22;
}
.des-img {
	padding-top: 70px;
	
}
.des-img h1 {
	font-family: 'Playfair Display', serif;
	font-weight: normal;
	font-size: 130px;
	position: relative;
	left: 18px;
	text-transform: uppercase;
}
  .showing-right-content a.round-btn {
	background: #1E1B24;
	color: #fff !important;
	margin-top: 58px;
	margin-bottom: 35px;
  }
  .showing-right-content {
	text-align: center;
  }
/* showing-area css end */





/* form-area css start  */
.form-wrapper {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #D8B34E), color-stop(#DDC05B), to(#B58D27));
	background: linear-gradient(to bottom, #D8B34E 10%, #DDC05B, #B58D27);
	max-width: 600px;
	margin: 0 auto;
}
.form-area {
	background: #080808;
	position: relative;
	z-index: 1;
	padding-top: 110px;
}
  .f-trans-one {
	position: absolute;
	left: -210px;
	bottom: 20px;
	z-index: -2;
	max-width: 210px;
  }
 .f-trans-two {
	position: absolute;
	right: -210px;
	bottom: 21px;
	max-width: 210px;
	z-index: -1;
}
.input-wrap input {
	width: 100%;
	height: 40px;
	border: 0;
	background: transparent;
	border-bottom: 1px solid #080808;
	font-size: 20px;
	color: #080808;
	font-weight: 400;
	border-radius: 0 !important;
	padding: 0 !important;
}


/* The container */
.container-ck {
	display: block;
	position: relative;
	padding-left: 26px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 13px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ck-blk h4 {
  margin-bottom: 23px;
  font-weight: 400;
}
.ck-blk {
  margin-bottom: 20px;
}

/* Hide the browser's default checkbox */
.container-ck  input {
  cursor: pointer;
}



/* On mouse-over, add a grey background color */
.container-ck :hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container-ck input:checked ~ .checkmark {
	background-color: #000;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-ck  input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-ck .checkmark::after {
	left: 6px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ck-blk-inner-single-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.ck-blk-inner-single-row label {
	max-width: 33.333%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}


  .input-wrap {
	margin-bottom: 38px;
  }
  .form-content {
	padding: 40px;
  }
  .form-title h2 {
	color: #080808;
	font-weight: 900;
	font-size: 40px;
	padding-left: 40px;
	padding-top: 40px;
	padding-bottom: 5px;
	position: relative;
	margin-bottom: 0;
  }
  .form-title h2::after {
	height: 4px;
	width: 278px;
	background: #080808;
	content: "";
	bottom: -6px;
	left: 0px;
	position: absolute;
  }
  .form-btn {
	text-align: center;
	margin-bottom: 15px;
}
.round-btn[type="submit"] {
	background: #fff;
	color: #d4af37 !important;
	border: 0;
	font-weight: 500 !important;
	width: 156px;
	height: 50px;
}
  .innner-form {
	position: relative;
	z-index: 5;
}
/* form-area css end */



/* footer area css start  */

.footer-area {
	border-top: 5px solid #B58D27;
	background: #080808;
	padding-top: 50px;
	padding-bottom: 20px;
}
  .footer-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
  .ft-menu li {
	display: inline-block;
  }
  .ft-menu li a {
	color: #fff;
	font-size: 13px;
	display: inline-block;
	font-weight: 300;
	-webkit-transition: .3s;
	transition: .3s;
}
.ft-menu li a:hover {
	color:#D4AF37;
}
  .mail-form input {
	width: 100%;
	border: 0;
	border-bt: ;
	border-bottom: 2px solid #fff;
	background: transparent;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: 35px;
  }
  .social-links {
	text-align: right;
  }
  .social-links li {
	display: inline-block;
  }
  .social-links li a {
	color: #fff;
	display: inline-block;
	font-size: 24px;
	-webkit-transition: .3s;
	transition: .3s;
  }
  .social-links li:not(:first-child) {
	margin-left: 22px;
  }
  .copyright-text {
	text-align: center;
	color: #fff;
	margin-top: 50px;
}
  .mail-form {
	margin-top: -1px;
	padding-left: 50px;
}
  .social-links li a:hover {
	color: #D4AF37;
  }
  .ft-menu li:not(:last-child) {
	margin-right: 24px;
}
/* footer area css end */

/* page-2 css start  */
.show-left-img.pge-2 {
	margin: 0;
}
.showing-area.pge-2 {
	padding-top: 115px;
}

.para-g-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
  }
  .trans-heading.pge-2 {
	top: -58px;
}
  .event-area.pge-2 {
	padding-top: 450px;
	padding-bottom: 200px;
}

.trans-two.e-two {
	bottom: auto;
	top: 130px;
  }
 .trans-one.e-one {
	bottom: 50px;
}
  .next-section {
	position: absolute;
	bottom: -62px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	color: #fff;
	font-size: 35px;
}
.next-section:hover {
	color: #fff;
}
.form-title.pge-2 h2::after {
	width: 318px;
}

.input-wrap .nice-select {
	width: 100%;
	height: 40px;
	border: 0;
	border-bottom: 1px solid #080808;
	color: ;
	background: top;
	border-radius: 0;
	padding-left: 0;
	color: #080808;
  }
  .input-wrap .nice-select::after {
	border-color: #080808;
	width: 8px;
	height: 8px;
  }
  .input-wrap.with-select {
	margin-bottom: 120px;
}
/* page-2 css end */


.datenschutzContainer {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.datenschutzContainer input[type="checkbox"] {
	margin-right: 15px;
}

.textareaContainer textarea {
	width: 100%;
    background: transparent;
    border: 1px solid;
    font-size: 20px;
    padding: 5px;
	min-height: 150px;
	margin-bottom: 15px;
}

::-webkit-input-placeholder { /* Edge */
	color: #080808;
	opacity: 1;
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #080808;
	opacity: 1;
  }

  ::placeholder {
	color: #080808;
	opacity: 1;
  }
  .dayContainer .flatpickr-day.selected {
	background: #D8B34E;
	border-color: #D8B34E;
}

.dayContainer .flatpickr-day.selected {
	background: #D8B34E;
	border-color: #D8B34E;
	color: #fff;
  }
  .dayContainer .flatpickr-day.today {
	border-color: #D8B34E;
  }
  .dayContainer .flatpickr-day {
	color: #D8B34E;
	line-height: 35px;
  }

  .flatpickr-weekday {
	color: #D8B34E !important;
}
.flatpickr-current-month .current {
	color: #D8B34E;
}
.numInputWrapper input {
	color: #D8B34E !important;
	font-size: 17px !important;
}
.flatpickr-month {
	padding-top: 5px;
}
.input-wrap.with-select .list li {
	color: #D4AF37;
}
.input-wrap.with-select .current {
	font-size: 19px;
}
.flatpickr-current-month select option {
	color: #D8B34E;
	font-size: 14px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
	font-size: 17px;
	color: #D8B34E;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
	background: transparent;
}
.flatpickr-current-month input.cur-year:hover {
	background: transparent;
}
.active {
	overflow: hidden;
}
.for-destop i {
	font-size: 34px !important;
}

#dt-wrapp {
	position: relative;
  }
  #dt-wrapp > label {
	font-size: 20px;
	margin: 0;
	position: absolute;
	bottom: 5px;
	background: #CCAA44;
	height: 29px;
	min-width: 165px;
	cursor: pointer;
}
#dt-wrapp.second > label {
	background: #DABC57;
}













/* newly added 12/03/2020 start  */

/* cModal Css Start  */
.c-modal-outer-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 53;
	opacity: 0;
	-webkit-transition: .5s;
	transition: .5s;
	visibility: hidden;
	background: #ffffff52;
	bottom: 0;
}
.c-modal-outer-wrap.cModal-open {
	opacity: 1;
	visibility: visible;
	overflow-x: hidden;
	overflow-y: auto;
  }
  .c-modal-outer-wrap.cModal-open .c-modal-inner-wrap {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.c-modal-outer-wrap::after {
	position: fixed;
	background: rgba(0,0,0,0.75);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	content: "";
	z-index: 54;
	-webkit-transition: .5s;
	transition: .5s;
	cursor: pointer;
	background-image: url(../img/blur-img.jpg);
	filter: blur(10px);
	-webkit-filter: blur(8px);
}
body.fixed-overlay {
	overflow: hidden;
}
.c-modal-inner-wrap {
	max-width: 600px;
	margin: auto;
	margin-top: 93px;
	-webkit-transform: scale(.9);
	transform: scale(.9);
	position: relative;
	z-index: 55;
	margin-bottom: 95px;
	-webkit-transition: .5s;
	transition: .5s;
}
.c-modal-header {
	padding: 15px;
	background: #fff;
	border-radius: 5px 5px 0 0;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.c-modal-header h3 {
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 600;
}
.cls-modal {
	position: absolute;
	right: 15px;
	top: 15px;
	display: inline-block;
	cursor: pointer;
  }
  .cls-modal i {
	font-size: 22px;
	color: #fff;
}
  .c-modal-body {
	padding: 40px;
	background: #221E29;
	border-radius: 0 0 5px 5px;
	padding-bottom: 30px;
	padding-top: 55px;
}

.trans-heading.warning-pop {
	font-family: 'Quicksand', sans-serif;
	background: #221E29;
  }
  .warning-form {
	text-align: center;
	max-width: 360px;
	margin-left: auto;
	margin-right: auto;
  }
  .warning-form p {
	font-size: 21px;
	color: #98979C;
	margin-bottom: 35px;
  }
  .warning-form .input-inside input {
	width: 235px;
	height: 65px;
	padding: 10px;
	text-align: center;
	background: transparent;
	border: 1px solid #D4AF37;
	color: #fff;
	font-size: 28px;
	font-weight: 900;
  }
  .warning-form .input-inside input::-webkit-input-placeholder {
	  color: #fff;
	  opacity: 1;
  }
  .warning-form .input-inside input:-ms-input-placeholder {
	  color: #fff;
	  opacity: 1;
  }
  .warning-form .input-inside input::placeholder {
	  color: #fff;
	  opacity: 1;
  }
  .warning-form .input-inside {
	margin-bottom: 25px;
  }
  .warning-form button.round-btn {
	border: 0px;
	text-transform: uppercase;
  }
  .upper-text-wrap.warning-pop::after {
	background: #221E29;
}
.an-p {
	font-size: 15px !important;
}
/* cModal Css End */


.pn-no {
	position: relative;
  }
  .pn-no::before {
	position: absolute;
	content: "";
	height: 14px;
	width: 1px;
	background: #fff;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -12px;
	opacity: .7;
  }
  .des-img h1 img {
	max-width: 130px;
}

.privacy-area {
	background: #080808;
	padding: 150px 0;
  }
  .privacy-content p {
	color: #fff;
	font-size: 15px;
	margin-bottom: 15px;
  }
  .privacy-content h2 {
	color: #fff;
	margin-bottom: 26px;
  }




/* newly added 12/03/2020 end */


body.datenschutz li {
	color: white;
	font-size: 16px;
}

body.impressum .impFrame {
	border: 1px solid #B58D27;
	padding: 25px;
	margin-bottom: 25px;
}
body.impressum .impFrame .impHead {
	color: white;
}
body.impressum .impFrame .impContent {
	color: white;
}

body.impressum .privacy-area {
	padding: 185px 0;
}