header .top,  .copy, footer {
	width:97%;
	margin: 0 auto;
	max-width:1700px;
}

.main {
	width:95%;
	margin: 0 auto;
	max-width:1400px;
}

.main.padding {
	padding: 150px 0px;
}

body {
	font-family: "Inter", sans-serif;
	color: #0C1B2D;
	font-size: 16px;
}

img{
	max-width: 100%;
}

h1 {
	font-size: 128px;
	font-family: "itc-avant-garde-gothic-pro";
	font-style: normal;
	font-weight: 600;
	line-height: .86;
}

h2 {
	text-align: right;
	font-family: "itc-avant-garde-gothic-pro";
	font-size: 128px;
	font-style: normal;
	font-weight: 600;
	line-height: .86;
	text-transform: capitalize;
}

h3 {
	font-family: "itc-avant-garde-gothic-pro";
	color: #B49562;
	font-size: 21px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .25em;
	text-transform: uppercase;
}

.title, #pages h1{
	font-family: Urbanist;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: .25em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.brown {
		color: #B49562;
}

.bluewrapper {
	background: var(--image-background-gradinet, linear-gradient(165deg, #091627 -1.03%, #0E1E30 101.96%));
}


/*header*/
header {
	background: #f5f6f7;
	padding: 20px 0;
	position: relative;
	z-index: 100;
}

.flex, .copy {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* LOGO */
header .logo img {
	height: 75px;
	width: auto;
}

#navwrapper .menu-toggle, #navwrapper .menu-close {
    display: none;
}

.nav {
	display: flex;
	font-family: "Urbanist", sans-serif;
	align-items: center;
}

#navwrapper li a {
	margin-left: 35px;
	text-decoration: none;
	color: #0C1B2D;
	font-size: 16px;
	font-weight:500;
	text-transform:capitalize;
}

#navwrapper li a:hover {
	opacity: 0.7;
}

#navwrapper li.button {
	margin-left: 40px;
}

#navwrapper li.button a {
	margin:0px;
	color:#FFF;
}

nav .donate:hover {
	opacity: 0.85;
}

/* HERO SECTION */
#hero {
	background: #f5f6f7;
	padding: 0px 0px 60px 0;
}

#hero .main {
	display: flex;
	justify-content: space-between;
	position: relative;
}

#hero .left {
	width: 33%;
	margin:120px 0 auto;
}

#hero .watch {
	width: 38%;
	margin: 0 -2%;
}

#hero .watch img {
	margin: 0 auto;
}

#hero .right {
	width: 33%;
	text-align: right;
	margin:auto 0 80px;
}

#hero .right h2 {
	margin: 0 0 10px;
}

#hero .right h3 {
	margin: 0 0 20px;
}

#hero .right .text {
	line-height: 1.5;
	margin-bottom: 25px;
}

.button {
	display: inline-block;
	background: #B49562;
	border:none;
	color: #fff;
	font-family: Urbanist;
	padding: 12px 28px;
	border-radius: 30px;
	text-decoration: none;
	transition: 0.3s;
}

.button:hover {
	opacity: 0.85;
}

#drawings {
	padding: 40px 0;
	color: #fff;
}

#drawings .main {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#drawings .left {
	display: flex;
	align-items: center;
	width: 50%;
}

#drawings .image {
	margin:-55px 0;
}

#drawings .image img {
	margin:-25px 0px;
	position: relative;
	z-index: 9;
}

#drawings .info .title {
	font-size: 28px;
	font-weight: 800;
	color: #B49562;
font-family: Urbanist;
letter-spacing:1px;
text-transform:capitalize;
	font-family: "Urbanist", sans-serif;
	margin-bottom: 5px;
}

#drawings .info .subtitle {
	font-size: 20px;
		font-weight:500;
	margin-bottom: 5px;
}

#drawings .info .smaller {
	font-size: 18px;
	font-weight:400;
	opacity: 0.8;
	margin-bottom: 10px;
}

#drawings .info .price {
	font-size: 20px;
	font-weight:500;
	letter-spacing: 0.88px;
	font-weight: 600;
}

/* COUNTDOWN */
.countdownbox h3 {
	padding-bottom:15px;
	font-size:18px;
	text-align:center;
}

.countdown {
}

.countdown .time {
	display: flex;
	justify-content: flex-end;
	gap: 15px;
}

.countdown .box {
	background: rgba(255,255,255,0.1);
	padding: 15px 18px;
	border-radius: 8px;
	min-width: 70px;
	text-align: center;
}

.countdown .box span {
	color: #FFF;
	font-family: Urbanist;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -2.4px;
	text-transform: uppercase;
	display: block;
}

.countdown .box small {
	font-size: 18px;
	font-weight: 600;
	text-transform:uppercase;
	letter-spacing: 1.44px;
	color:#fff;
}

/*Works*/
#works {
	padding:125px 0px;
	background-image:url(images/works_bg.jpg);
	background-repeat:no-repeat;
	position: relative;
}

#works:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 300px;
	pointer-events: none;
	background: linear-gradient(
			to bottom,
			rgba(255,255,255,0) 0%,
			#ffffff 100%
	);
}

#works .flex {
	align-items:flex-start;
	position: relative;
}
#works h2 {
	font-size:85px;
	text-align:left;
	margin:0px 0px 20px 0px;
}

#works .left {
	width:65%;
	max-width: 850px;
}

#works .right {
	width:30%;
}

#works h2 span {
	font-size:.94em;
}

#works .boxes {
	margin:0px 0px 50px 0px;
}

#works .box {
	flex: 0 0 23%;
	background: rgba(255, 255, 255, 0.25);
	padding:50px 4%;
	display:flex;
	flex-direction: column;
	align-items: flex-start;
	height:-webkit-fill-available;
}

#works .box .title {
	padding:0px 0px 20px 0px;
}

#works .logo {
	margin:-70px 0px 0px 0px;
}

/*Previous*/
#previous {
	padding:150px 0px 75px 0px;
	background: linear-gradient(180deg, #FFF 4.51%, rgba(255, 255, 255, 0.00) 100%);
	text-align:center;
}

#previous h2 {
	text-align:center;
	font-size:96px;
	line-height:1;
}

#previous .slider {
	margin:25px 0px;
}

#previous .owl-stage {
	display: flex;
}

#previous .box {
	height: 100%;
	margin:0px 3%;
}

#previous .box .image {
	height: 100%;
}

#previous .box .image img {
	border-radius:10px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#previous .box .month {
	color: #B49562;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px; /* 200% */
	letter-spacing: 3.75px;
	text-transform: uppercase;
}

#previous .box .name {
	color: var(--dark-nVY, #0C1B2D);
	font-family: Urbanist;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: .06em;
	text-transform: capitalize;
}

/*Donate*/
#donate {
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:bottom right;
	padding:100px 0px;
	text-align:center;
}

#donate h2 {
	font-size:85px;
	line-height:94.118%;
	text-align:center;
	padding:0px 0px 30px 0px;
}

#donate .flex {
	align-items:normal;
	justify-content:space-evenly;
	max-width: 1200px;
	margin:auto;
}

#donate .option {
	flex: 0 0 50%;
	margin:55px 0px 0px 0px;
	display: flex;
	flex-direction: column;
}

#donate .option:nth-child(2) {
	flex: 0 0 35%;
}

#donate .boxes, #pages.donate .boxes {
	display:flex;
	padding:50px 0px 0px 0px;
	justify-content:space-evenly;
	flex:1;
}

#pages.donate .boxes {
	padding-top: 10px;
}

#donate .box, #pages.donate .ticketbox {
	flex: 1;
	margin:0 10px;
	display: flex;
	position:relative;
	text-align:center;
	padding: 40px 10px 50px;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	border-radius: 10px;
	border: 1px solid #B49562;
}

#donate .price, #pages.donate .price {
	color: var(--gold, #B49562);
	text-align: center;
	font-family: Urbanist;
	font-size: 60px;
	font-style: normal;
	font-weight: 900;
	line-height:  1;
	letter-spacing: 0.04em;
	text-transform: capitalize;
}

.price span {
	font-size:22px;
	letter-spacing: 0.04em;
}

#donate .title, #pages.donate .title {
	min-height:50px;
}

#donate .box  .title, #pages.donate .ticketbox .title {
	font-size:18px;
	min-height:auto;
	letter-spacing:.22em;
	margin:20px 0px 8px 0px;
}

#donate .box  .title.brown {
	margin:10px 0 0;
}

#donate .box  .desc, #pages.donate .ticketbox .desc {
	font-size: 18px;
}

#donate .box  .smalltext, #pages.donate .ticketbox .smalltext {
	font-size: 12px;
	line-height: 1.2;
	margin-top: 10px;
}

#donate .box .button {
	position:absolute;
	bottom:-15px;
}


/*About*/
#about {
	background-image:url(images/about_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding:125px 0px;
}

#about .about {
	width:90%;
	max-width:650px;
}

#about h2 {
	text-align:left;
	font-size:96px;
	line-height:.94;
	padding:30px 0px;
}

#about .text {
	line-height: 1.375;
	text-align:left;
	max-width:425px;
	letter-spacing: .04em;
}

#about .but, #dn-center .but {
	color:#B49562;
}

/*Next drawings*/
#nextdrawings{
	padding:60px 0
}

#nextdrawings .main{
	display: flex;
	justify-content: center;
	align-items: end;
}

#nextdrawings .left{
	text-align: right;
	margin-right: 20px;
}

#nextdrawings .left h3{
	font-family: Urbanist;
	font-size: 85px;
	font-weight: 700;
	text-transform: none;
	letter-spacing: 0;
}

#nextdrawings .left .button{
	margin:-10px 10% 0 0;
}

/*Donate*/
.has-iframe .f-html{
	max-width: 560px;
	padding: 0;
	position: fixed;
	right: 0;
	top: 0;
}

.f-html .f-button.is-close-button{
	color: inherit;
	top:20px;
	right:2.5%;
}

.f-html .f-button:hover:not([aria-disabled]){
	color:#B49562;
}

.fancybox__content {
	 width: 100% !important;
	 margin: 0 !important;
	 height: 100vh!important;
	padding:0!important;
	background: transparent!important;
 }

.fancybox__slide {
	padding: 0!important;
}

#pages.donate {
	position: relative;
	min-height: calc(100vh - 110px);
	padding:40px 0 70px;
	margin:auto;
}

#pages.donate #form {
	width:95%;
	max-width: 450px;
	margin:auto;
}

#pages.donate #hero {
	background:none;
	padding:0 0 60px;
}

#pages.donate h2 {
	text-align:left;
	font-size:65px;
	font-size: clamp(0%, 65px, 12vw);
	line-height:95.385%;
	margin:15px 0px;
}

#pages.donate .text, #pages.donate .desc {
	font-size:16px;
}

#pages.donate .toggle {
	display:flex;
	border: 2px solid #B49562;
	border-radius: 30px;
	overflow: hidden;
}

#pages.donate .toggle label {
	text-transform: uppercase;
	flex:0 0 50%;
	font-family: Urbanist;
	font-size: 14px;
	letter-spacing: 3px;
	cursor: pointer;
	text-align:center;
	padding: 10px 0;
}

#dn-center .toggle label:hover, #dn-center .toggle input[type="radio"]:checked+label{
	color: #fff;
	background: #B49562;

}

#dn-center .toggle input, #dn-center .boxes input[type="checkbox"] {
	display:none;
}

#pages.donate #OneTimeDiv {
	display:none;
}

#pages.donate .ticketbox{
	margin:0 5px;
	padding:0;
	align-items: normal;
}

#pages.donate .dn-qtybox {
	width:50px;
	height:30px;
	margin-top: 8px;
}

#pages.donate .ticketbox  label {
	flex:1;
	padding:15px 5px;
}

#pages.donate .ticketbox  input[type="checkbox"]:checked+label {
	background: rgba(180, 149, 98, 0.10);
}

#pages.donate .ticketbox .title{
	font-size: 14px;
	margin: 10px 0 0;
}

#pages.donate .ticketbox .desc{
	font-size: 12px;
	margin: 5px 0 0;
}

#pages.donate .ticketbox .desc .title{
	font-size: 10px;
	color:#B49562;
}

#pages.donate .price{
	font-size: 25px;
}

#pages.donate #dn-center .ticketbox.general{
	flex-direction: row;
	border: 0;
	padding: 0;
	margin:40px 10px 0;
}

#pages.donate #dn-center .ticketbox.general .title{
	flex:none;
	min-height: 0;
	width: 130px;
	text-align: right;
	margin-right: 20px
}

#pages.donate #dn-center .ticketbox.general label{
	padding:0;
}

#pages.donate #dn-center .ticketbox.general .ticketprice{
	flex:1;
	height: 34px;
	padding:5px 10px;
	border-radius: 10px;
	border: 1px solid #B49562;
	color: #B49562;
	font-size: 30px;
}

#pages.donate #dn-center .ticketbox.general .ticketprice input{
	width:calc(100% - 40px);
	border:0;
	color:inherit;
}

#pages.donate  #dn-center .button{
	position:absolute;
	border:none;
	bottom:0px;
	left:0px;
	right:0px;
	text-align:center;
	border-radius:0px;
	cursor:pointer;
}

/* hidden labels for screenreaders only */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Hidden Parts */
#pages.donate #part2, #pages.donate #part3, #pages.donate #part4 {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

#pages.donate #part2 .button {
	display:none;
}

#pages.donate #step2:checked ~ #part2 .button {
	display:block;
}

/* Show Step 2 & Hide Step 1 */
#pages.donate #step2:checked ~ #part2 {
  opacity: 1;
  height: auto;
}
#pages.donate #step2:checked ~ #part1 {
  opacity: 0;
  height: 0;
  display: none;
}

/* Show Step 3  & Hide Step 2 */
#pages.donate #step3:checked ~ #part3 {
  opacity: 1;
  height: auto;
}

#pages.donate #step3:checked ~ #part2 {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Show Step 4  & Hide Step 3 */
#pages.donate #step4:checked ~ #part4 {
  opacity: 1;
  height: auto;
}

#pages.donate #step4:checked ~ #part3 {
  opacity: 0;
  width: 0;
  height: 0;
}


#dn-center{
	font-family: Helvetica, sans-serif;
	font-size:14px;
	 
	
}

#dn-center .amount{
	font-size:36px;
	letter-spacing:1.8px;
	margin:0 0 30px 0;
	border-bottom:1px solid #282828;
}

#dn-center .amount input{
	border:none;
	width:85%;
}

#dn-center .options{
	line-height:10px;
	margin:10px 0;
	display: flex;
}

#dn-center .options input[type="radio"]{
	display: none;
}

#dn-center .options label, #dn-center .options .applepay {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:5px;
	margin:5px;
	padding: 8px 6px;
	border-radius: 8px;
	border: 1px solid #EAEAEA;
	cursor: pointer;
}

#dn-center .options img {
	max-height: 20px;
}

#dn-center .options .applepay.script  {
	padding:0px;
}

#dn-center .options input:checked+label{
	border-color: #000;
}

#dn-center .btn-group{
	clear:both;
}

#dn-center .btn-group.btn-group-lg.btn-group-justified .button.left {
}


#dn-center .dn-title.rel{
	position:static;
	font-size:12px;
	pointer-events: auto;
}

#dn-center .dn-title.rel.nonprofit{
	margin:-3px 0 6px;
}

#dn-center .checkbox{
	vertical-align:middle;
}

#dn-center .script {
	display: block;
	position: relative;
	padding:2px 0 0 20px;
	cursor: pointer;
	text-transform:capitalize;           
}
	      
#dn-center .newmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 12px;
	width: 12px;
	background-color: #fff;
	border:1px solid #1A80D9;
}
         
#dn-center .newmark:after {
	content: "";
	display: none;
}

#dn-center .script input:checked ~ .newmark:after {
    display: block;
}
 
#dn-center .script .newmark:after {
	width: 100%;
	height: 100%;
	background: #1A80D9;				 
} 

#dn-center .dn-field {
	position: relative;
	margin:0 0 18px 0;
	font-size:14px;
}

#dn-center .dn-field.float{
	float:left;
	width:50%;
}

#dn-center .dn-field.float.half{	 
	width:50%;
}
 
#dn-center .dn-field.float.third{	 
	width:33.33%;
}
	
#dn-center .dn-field .dn-textfield {
	width:calc(100% - 20px);
	outline: none;
	border: 1px solid #c6c6c8;
	border-radius: 6px;
	font-size:14px;
	margin:0 5px 0 0;
	color:#000;
	padding:10px 5px;
}

#dn-center .dn-field select.dn-textfield{
	box-sizing: content-box;
	padding:9px 5px;
}

#dn-center .dn-field .dn-textfield.longer{
	margin:10px 0;
}
		
#dn-center .dn-field .dn-textfield:focus {
	border-color: #022859;
	border-width: medium medium 2px;
	font-size:11px;		 
}

#dn-center .dn-field #honorName.textfield:focus, #dn-center .dn-field #honorAddress.textfield:focus{
	font-size:14px;
	border-width: medium medium 1px;
}

#dn-center .edit {
	color:#1A80D9;
	cursor:pointer;
	font-size:x-small;
	font-weight:600;
	text-decoration:underline;
	letter-spacing:1px;
	text-transform:uppercase;
}

#dn-center textarea{
	resize:none;
}

#dn-center .dn-star {
    color: #000;
	font-size:8px;
	position:absolute;
}

#dn-center .textarea{
	resize:none;
}

#dn-center .dn-title{
	position: absolute;
    pointer-events: none;
	left: 15px;
    top: 50%;
	transform: translateY(-50%);
    letter-spacing: 0.65px;
    color: #7f7f7f;
    transition: 0.2s ease all;
}

#dn-center .dn-field input:focus ~ .dn-title,
#dn-center .dn-field input:not([value='']) ~ .dn-title {
	transform: none;
	top: -13px;
	left: 2px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-field textarea:focus ~ .dn-title,
#dn-center .dn-field textarea:not([value='']) ~ .dn-title {
	top: -15px;
	left: 0px;
	opacity: 1;
	font-size:10px;
}

#dn-center .dn-spacer {
	clear:both;
	height:15px;
}

#dn-center .dn-title img{
	position:absolute;
}

#dn-center .dn-smalltext {
	font-size:12px;
}

#dn-center .dn-head {
	color:#424242;
	font-size: 14px;
	margin-bottom: 12px;
}

.dn-clear {
	clear:both;
}

#pages.donate .back {
	font-size:14px;
	min-height:auto;
}

#pages.donate .back .material-symbols-outlined {
	font-size:14px;
}


#dn-center .red {
	color:red;
	padding:5px 0px 15px 0px;
}

#dn-center .more {
		display:none;
}
	
#dn-center .expand {
	cursor:pointer;
	text-transform:uppercase;
	letter-spacing:1px;
}

#dn-center .expand i{
	padding:0 10px 12px 0;
}

#dn-center #CreditCardTable {
	margin:0px 0px 25px 0px;
}


@media (max-width:350px) {
	#dn-center .dn-field.float.third, #dn-center .dn-field.float.half, #dn-center .dn-field.float{
		float:none;
		width:100%;
	}
}

.dn-title {
    pointer-events: none;
}

/*Contact*/
#pages.contact {
	position: relative;
	padding:50px;
	min-height: calc(100vh - 100px);
}

#pages.contact #dn-center {
	margin:25px 0px 0px 0px;
}

#pages.contact .button {
	margin:15px auto;
	display:flex;
}


/*Footer*/
footer {
	padding:33px 0px;
	color: var(--dark-nVY, #0C1B2D);
	text-align: center;
	font-family: Inter;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}

footer a {
	color:#0C1B2D;
	text-decoration:none;
}

footer a.but {
	text-decoration:underline;
}

.copy {
	border-top:1px solid #EBEBEB;
	padding:20px 0px;
	color:#000;
	font-size:12px;
	font-weight:500;
}

.copy a {
	color:#000;
}

.copy .smalltext {
	padding:5px 0px 0px 0px;
	font-size:10px;
}