:root{
	--primary: #C6A878;
	--fill: #CBB083;
	--font_size: 1.1rem;
	--middle_head: 1.6rem; 
	--main_head_size: 2.7rem;
	--big_head_size: 3.7rem;
	--small_size: 1rem;
	--small_title_size: 1.5rem;
	--dark_color: #15171B;
	--primaryfont: 'Primary', sans-serif;
	--second_font: 'Secondfont', "Times New Roman", sans-serif;
	--space__pixel: 120px;
}

body{
	font-family: var(--primaryfont) !important;
}
main{
	font-family: var(--primaryfont) !important;
}
section{
	overflow: hidden;
}
.text_uppercase{
	text-transform: uppercase;
}
.hero__stacks_block{
	background: var(--dark_color);
	padding-top: 140px;
}

.second_font{
	font-family: var(--second_font);
	font-weight: 300;
}

.left_content{
	display: flex;
	flex-direction: column;
}
.hero__content_text{
	display: flex;
	flex-direction: column;
	gap: 31px;
	margin-top: 20px;
}

	section.hero__stacks_block div {
	    position: relative;
	    z-index: 3;
	}
	section.hero__stacks_block .left_content, 
	section.hero__stacks_block .right_content{
		width: 48%;
	}
	section.hero__stacks_block .right_content {
    	top: 47px;
	}

	#hero {
	    padding-bottom: 100px;
	    max-height: 700px;
	    height: 100vh;
	}
	#hero .container {
	    display: flex;
	    justify-content: space-between;
	    align-items: center;
	}

	#hero h1 {
	    color: #fff !important;
	    font-size: var(--big_head_size);
	    margin: 0px !important;
	    font-style: italic;
	    padding-bottom: 10px;
	    width: max-content;
	    display: flex;
	    flex-direction: column;
	    gap: 11px;
	}
	h1.second_font:after {
	    content: '';
	    width: calc(100% - 34px);
	    height: 1px;
	    background: var(--primary);
	    display: flex;
	}
	



	#hero .img_blocks{
		position: relative;
	}

	#hero  img.award_img {
	    position: absolute;
	    right: 69px;
	    margin: 0 auto;
		top: 33px;
	}


	img.hero_bg {
	    position: absolute;
	    top: 43px;
	    left: 0px;
	    right: 0px;
	    margin: 0 auto;
	    z-index: 1;
	    opacity: 0.4;
	    width: 100%;
	    max-width: 1498px;
	}
	#hero .sub_title{
		font-size: var(--middle_head);
		font-family: var(--primaryfont) !important;
		color: var(--primary) !important;
	}
		.hero_descr {
		    color: #fff !important;
		    font-family: var(--primaryfont) !important;
		    font-weight: 300;
		    line-height: 25px;
		    width: calc(100% - 41px);
		    font-size: 16px;
		}
	.cta_buttons{
		display: flex;
		gap: 30px;
	}
	.cta_buttons .btn_award, input.wpcf7-form-control.wpcf7-submit.has-spinner{
		background: transparent !important;
	    border: none !important;
	    color: #C6A878 !important;
	    width: 220px !important;
	    height: 43px !important;
	    position: relative;
	    display: flex;
	    font-family: var(--primaryfont) !important;
	    font-size: var(--small_size) !important;
	    justify-content: center;
	    border-radius: 4px;
	    align-items: center;
	    text-decoration: none !important;
	    font-weight: 400 !important;
	        line-height: 20px;
	}
	.cta_buttons .btn_bordered:before{
		content: "";
	    position: absolute;
	    inset: 0;
	    padding: 1px;
	    border-radius: 4px;
	    background: linear-gradient(to bottom, #9a835d, #e5d4ba);
	    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	    -webkit-mask-composite: xor;
	    mask-composite: exclude;
	    z-index: 1;
	}
	.cta_buttons .btn_bordered:after{
		content: '';
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    z-index: 1;
	    height: 100%;
	    border-radius: 8px;
	    background: radial-gradient(80.85% 45.44% at 50% 105.81%, #fef9f1 0%, #c6a878 51.72%, #9b835d 100%);
	    opacity: 0.2;
	}
	.cta_buttons .btn_bordered:hover:after{
		background: radial-gradient(80.85% 45.44% at 50% 105.81%, #fef9f1 0%, #c6a878 51.72%, #9b835d 100%);
	    opacity: 0.4;
	    transition: 0.2s;
	}
	.cta_buttons .btn_fill, input.wpcf7-form-control.wpcf7-submit.has-spinner {
	    position: relative;
	    overflow: hidden;
	    color: var(--dark_color) !important;
	    box-shadow: 0 0 4px 0 rgba(158, 133, 94, 0.6);
	    background:#CBB083 !important;
	}

	.cta_buttons .btn_fill::before, input.wpcf7-form-control.wpcf7-submit.has-spinner::before{
	    content: "";
	    position: absolute;
	    top: 0;
	    left: -100%;
	    width: 60%;
	    height: 100%;
	    background: linear-gradient(
	        120deg,
	        rgba(255,255,255,0) 0%,
	        rgba(255,255,255,0.5) 50%,
	        rgba(255,255,255,0) 100%
	    );
	    transform: skewX(-20deg);
	}

	.cta_buttons .btn_fill:hover::before, input.wpcf7-form-control.wpcf7-submit.has-spinner:hover::before {
		-webkit-animation: shine .9s ease forwards;
	    animation: shine .9s ease forwards;
	}

	@-webkit-keyframes shine {
	    0% {
	        left: -100%;
	        transition-property: left;
	    }
	    100% {
	        left: 100%;
	        transition-property: left;
	        opacity: 0.7;
	    }
	}

	@keyframes shine {
	    0% {
	        left: -100%;
	    }
	    100% {
	        left: 100%;
	        opacity: 0.7;
	    }
	}

	.award_img{
		height: auto;
		 animation: top_bottom 2s ease-in-out infinite;
	}

	@keyframes top_bottom {
	    0% {
	        transform: translateY(0);
	    }
	    50% {
	        transform: translateY(-12px);
	    }
	    100% {
	        transform: translateY(0);
	    }
	}

/*About*/

#about_affpapa{
	padding-bottom: 100px;
}
.about_awards_content {
     background: rgb(0 0 0 / 0%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-radius: 20px;
    border: 1px solid rgb(0 0 0 / 30%);
     box-shadow: 0 8px 32px rgb(21 23 27 / 0.1), inset 0 1px 0 rgb(21 23 27 / 0.5), inset 0 -1px 0 rgb(21 23 27 / 0.1), inset 0 0 10px 5px rgb(21 23 27 / 0.5);
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: center;
    border-radius: 4px;
	padding: 60px 100px;
	font-size: var(--font_size);
	border: 1px solid #50525682;
}
.about_awards_content h2{
	font-size: var(--main_head_size);
	color: #fff !important;
	line-height: 32px;
	margin: 0px;
}

.section_sub_title{
	font-size: var(--small_title_size);
	color: var(--primary) !important;
	font-weight: 700;
	    margin-top: 28px;
    margin-bottom: 28px;
    display: inline-flex;
}

.about_awards_content p {
    line-height: 175%;
	font-weight: 300;

}

.about_awards_content svg{
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.about__right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.stages__wrapper{
	padding-bottom: 100px;
}

.stages{
    position:relative;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:60px 0;
}

.item_stage{
    flex:1;
    text-align:center;
    z-index:4 !important;
}

.stage_title{
    margin-bottom:10px;
    font-size: var(--small_size);
    color: #6A6A6A;
}

.stage_date{
    font-size: var(--small_size);
    color: #6A6A6A;
}

.stage_dot_wrap {
    top: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.stage_dot{
    width:12px;
    height:12px;
    border-radius:50%;
    background:#6A6A6A;
    transition:all .3s ease;
}

.item_stage_last .stage_title,
.item_stage_last .stage_date{
    color: var(--primary);
    opacity:.7;
}

.item_stage_last .stage_dot{
    background:var(--primary);
}

.item_stage_active .stage_title{
    color: var(--primary);
}
.item_stage_active .stage_date{
	color: #fff;
}

.item_stage_active .stage_dot{
    background:var(--primary);
    box-shadow:0 0 12px rgba(203,176,131,.8);
}

.item_stage_pasive .stage_title,
.item_stage_pasive .stage_date{
    opacity:.4;
}

.stage_line_global{
    position:absolute !important;
    top:50%;
    left:0;
    width:100%;
    height:20px;
    transform:translateY(-50%);
    overflow:hidden;
    z-index:1;
        height: 2px;
    background: linear-gradient(206deg, rgba(106, 106, 106, 0) 0%, #6a6a6a 87.82%, rgba(106, 106, 106, 0) 100%);
}


.stage_active_linear{
    position:absolute;
    top:50%;
    left:0;
    height:2px;
    transform:translateY(-50%);
    transition:width .6s ease;
    background: linear-gradient(206deg, rgb(203 176 131) 0%, #cbb08300 87.82%, rgba(0, 0, 0, 0) 100%);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}


/*
===
=================
	Video about
=================
==
*/
div#about_awards_section {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}
div#about_awards_section .container {
    display: flex;
    gap: 40px;
}
#kaya-page-content-wrapper.aff_awards_templates #about_awards_section .container>div {
    max-width: 570px;
    width: 48%;
}
.section_header {
    text-align: center;
    position: relative;
    margin-bottom: 48px;
}

.section_header:before {
    content: '';
    width: 100%;
    position: absolute;
    top: 32px;
    height: 0.9px;
    background: var(--dark_color);
    left: 0px;
}
h2.section__title.second_font {
    width: max-content;
    margin: 0 auto;
    padding: 0px 40px;
    background: #ffffff;
    position: relative;
    z-index: 8;
    font-size: var(--main_head_size);
}


 .video_player {
    border-radius: 4px;
    height: 91px !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 55.25%;
    height: 0;
    overflow: hidden;
}

.video_player img, .video_player video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
button#fullscreenBtn {
    position: absolute;
    bottom: 10px;
    right: 16px;
    background: transparent;
    padding: 0px !important;
    font-size: 22px;
    opacity: 0;
}

.about_video_wrapper.video_player.content_playing button#fullscreenBtn {
	opacity: 1;
}


.video_player button#playPauseBtn {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 80px;
    height: 80px;
    z-index: 8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 100%;
    background: rgb(255 255 255 / .2);
    box-shadow: 0 4px 30px rgb(0 0 0 / 10%);
    top: 40%;
    backdrop-filter: blur(6.1px);
	cursor: pointer;
}

.video_player button#playPauseBtn svg {
    fill: #fff;
    stroke-width: 4;
    stroke: #fff;
    stroke-linejoin: round;
    width: 40px;
}

.video_player.content_playing button#playPauseBtn {
    opacity: 0;
    transition: 0.5s 
ease;
}
.video_player.content_playing:hover button#playPauseBtn {
    display: block;
    opacity: 1;
}
button#playPauseBtn.clicked svg {
    left: -6px;
    position: relative;
    top: 1px;
}


.right_content p, .right_content strong{
	font-family: var(--primaryfont);
	font-size: var(--font_size);
	color: var(--dark_color) !important;
}
.cta_buttons .btn_award.lg__btn{
	width: 267px !important;
}


/* register  */
#register_wrap{
	padding-top: var(--space__pixel);
}
h2.gold__title{
	color: var(--primary) !important;
	font-size: var(--main_head_size);
	margin: 0px;
	text-align: center;
}
.gold__title{
	color: var(--primary) !important;
}

.custom_row {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 48px;
   
}
.custom_row > * {
    flex: 0 0 23%;
}

.custom_row a{
    min-height: 88px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.glass-card {
	    background: linear-gradient(to right, #1b1e2321 0%, #272b318c 100%);
    backdrop-filter: blur(14px);

    -webkit-backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden;
    border: 1px solid #50525682;
}



.custom_row .sp_img{
	width: 173px;
	height: auto;
}
h3.register_title{
	font-family: var(--primaryfont);
	text-align: center;
	color: var(--primary) !important;
	font-size: var(--small_title_size);
}
.other_register{
	margin-top: 48px;
	margin-bottom: var(--space__pixel);
}
.other_register .custom_row{
	margin-top: 0px;
}
.other_register .custom_row > *{
	 flex: 0 0 210px;
}
.other_register .custom_row .sp_img {
    width: 117px;
    height: auto;
}


/* Gallery  */
#gallery{
	margin-top: var(----space__pixel);
}

.gallery_grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-auto-rows: 220px;
    gap: 20px;
    margin-top: 48px;
}

/* Base item */
.gallery_item {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Pattern for every 5 items */
.gallery_item:nth-child(5n+2) {
    grid-row: span 2; /* big center image */
}

/* Closed state – only first 5 visible */
.gallery_grid.closed_grid .gallery_item:nth-child(n+6) {
    display: none;
}

.buttons_items.cta_buttons {
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}



#sponsors_wrap .sponsors_title{
	color: var(--primary);
	text-align: center;
	font-size: var(--small_title_size);
}
.other_sponsors{
	margin-top: 48px;
}
.other_sponsors .sponsors_title{
	text-align: center;
}
.other_sponsors .custom_row{
	margin-top: 0px;
}
#sponsors_wrap{
	padding-top: var(--space__pixel);
	padding-bottom: var(--space__pixel);
}

/*
Nominees
*/

#nominees{
	margin-top: var(--space__pixel);
	padding-bottom: var(--space__pixel);
	position: relative;
}
#nominees .container{
	position: relative;
	z-index: 3;
}
section#nominees h2 {
    margin-bottom: 48px;
}

.nominees_grid_wrap {
    margin-bottom: 30px;
}
.nominees_title_cta {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.nominees_title_cta h3 {
    margin: 0px;
    font-size: var(--small_title_size);
    color: #fff !important;
}
button.show_more_logos {
    padding: 0px;
    background: transparent;
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: var(--font_size);
}
button.show_more_logos svg{
	transform: transform 0.2s;
}
button.show_more_logos.opened_btn svg {
    transform: rotate(95deg);
}

.nominees_grid {
    display: grid;
    grid-template-columns: repeat(6, 172px);
    gap: 30px;
    justify-content: center; /* centers grid if container wider */
}

.item_sponsor {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80px;
    max-height: 80px;
    border-radius: 4px;
}
.item_sponsor  img{
	width: 118px;
}


img.left__bg_nominees_img.lazy_img {
    position: absolute;
    bottom: 0px;
    left: -120px;
    width: 660px;
    z-index: 1;
}
img.right__bg_nominees_img.lazy_img {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    position: absolute;
    right: -120px;
    width: 660px;

    bottom: 0px;
}


/* Tablet */
@media (max-width: 1024px) {
    .nominees_grid {
        grid-template-columns: repeat(3, 170px);
    }
}

/* Mobile */
@media (max-width: 600px) {
    .nominees_grid {
        grid-template-columns: repeat(3, 1fr);
    }
}


/* Our winners content  */

#ourwinners {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}

#ourwinners .container, #venue .container{
	display: flex;
    gap: 40px;
}
#ourwinners .container>div,
#venue .container>div{
    max-width: 570px;
    width: 48%;
}

.wrapper_image img {
    width: 100%;
    border-radius: 4px;
    height: 100%;
    object-fit: cover;
}
#ourwinners .right_content{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.right_content_text {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.right_content_text p{
	padding: 0px !important;
}


/**/

#nominations{
	padding-top: var(--space__pixel);
	margin-bottom: var(--space__pixel);
}

.nominations__slider {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.nomination_sl_item{
    width: 772px;
    text-align: center;
    padding-top: 40px;
    border-radius: 5px;
    background: linear-gradient(to right, #1b1e2321 0%, #272b318c 100%);
    margin: 0px;
    transform: scale(.9);
    transition: transform 0.2s;
}



.nomination_sl_item.slick-slide.slick-current.slick-active.slick-center{
    background: linear-gradient(to right, #252422 0%, #2a292791 100%);
    transform: scale(1);
    border: 1px solid #C6A878;
}
.nomin_active_light{
	opacity: 0;
	position: absolute;
	bottom: -5px;
}
.nomination_sl_item.slick-slide.slick-current.slick-active.slick-center .nomin_active_light{
	opacity: 1;
}

.nomination_sl_item .logos_nomin {
    display: flex;
    padding: 40px;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.nomination_sl_item .logo_nom_item {
    width: 150px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
}

.nomination_sl_item .logo_nom_item img {
    width: 115px !important;
}

.nomination_sl_item h3{
	font-size: var(--small_title_size);
	color: #fff !important;
	margin: 0px;
}
.nomination_sl_item.slick-slide.slick-current.slick-active.slick-center h3 {
	color: var(--primary);
}

.navigation__nomin_slider{
	display: flex; width: 138px;
	gap: 25px; 	align-items: center;
	justify-content: center; margin: 0 auto;
    margin-top: 30px;
}

.prev_nomin,
.next_nomin{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s;
}
.prev_nomin:hover,
.next_nomin:hover{
	opacity: 1;
}



/* Our Media Partners */

#our_media_partners {
    padding-bottom: var(--space__pixel);
    background: linear-gradient(0deg, #15171b 0%, #222428 100%);
}
.slick-slide img {
     height: auto; 
}

.sliders_partners_ltr {
	margin-top: 40px;
	margin-bottom: 30px;
}
.sliders_partners_ltr, .sliders_partners_rlt{
	display: flex;
	gap: 20px;
}
.sliders_partners_ltr .part_sl_item,
.sliders_partners_rlt .part_sl_item{
	width: 220px;
}
.m_sl_item{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 80px;
	border-radius: 4px;
}


/* Contact  */

#register {
    background: #fff;
    padding-top: 60px;
    padding-bottom: 80px;
}

#register .section_header {
    margin-bottom: 9px;
}

#register .container{
	display: flex;
    flex-direction: column;
    gap: 35px;
}
#register .container>.sponsor_content {
    max-width: 770px;
    width: 70%;
    margin: 0 auto;
}
.sponsor_description{
	font-size: var(--font_size);
	text-align: center;
}

.award_form > p {
    display: grid;
    grid-template-columns: 48% 48%;
    gap: 18px;
    justify-content: center;
}
.award_form p{
	padding: 0px;
}

.award_form p input {
    padding: 8px 20px;
    border-radius: 4px;
    border: 1px solid var(--dark_color);
}

.button_con, .button_con p, .fomr_ip.fomr_captcha  {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.wpcf7-spinner{
	position: absolute;
	right: 0px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    background: #cbb083 !important;
    text-align: center;
    border: none !important;
    border-radius: 4px;
    padding: 10px 17px;
    width: max-content;
    margin: 0 auto;
    margin-top: 15px;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    position: absolute;
    top: -10px;
    left: 10px;
    padding: 0px 10px;
    background: #fff;
    pointer-events: none;
    font-size: 12px;
}


/*   
	Feedback
 */


#feedbacks{
	padding-top: var(--space__pixel);
	margin-bottom: var(--space__pixel);
}

.feedback_slider {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 40px;
}

.feedback_sl_item {
    width: 772px;
    padding: 40px;
    border-radius: 5px;
    background: linear-gradient(to right, #1b1e2321 0%, #272b318c 100%);
    margin: 0px;
    transform: scale(.9);
    transition: transform 0.2s;
    min-height: 296px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
}
.feedback_sl_item .feedback_sl_header{
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}
.feedback_sl_item .feedback_comp_name{
	font-size: var(--small_title_size);
	color: #fff;
	font-weight: 700;
}

.feedback_sl_item .feedback_author{
	font-size: var(--font_size);
	color: var(--primary);
	font-weight: 400;
}

.feedback_sl_content{
	color: #fff;
	line-height: 175%;
	font-size: var(--font_size);
}


.feedback_sl_item.slick-slide.slick-current.slick-active.slick-center{
    background: linear-gradient(to right, #252422 0%, #2a292791 100%);
    transform: scale(1);
    border: 1px solid #C6A878;
    min-height: 322px;
}

.nomin_active_light{
	opacity: 0;
	position: absolute;
	bottom: -5px;
}

.feedback_sl_item.slick-slide.slick-current.slick-active.slick-center .nomin_active_light{
	opacity: 1;
}
.prev_feedback,
.next_feedback{
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s;
}
.prev_feedback:hover,
.next_feedback:hover{
	opacity: 1;
}

.feedback_slider  .slick-list{
	height: unset !important;
}


/*  Our Team */
#our_team {
    position: relative;
    padding-bottom: var(--space__pixel);
}
.our_team_row{
	display: flex;
	gap: 30px;
	margin-top: 30px;
}

#our_team .container {
    position: relative;
    z-index: 3;
}


.our_team_row .our_team_mem{
	width: 48%;
	padding: 30px;
	display: flex;
	gap: 30px;
	justify-content: center;
	border-radius: 4px;
}



.team_mem_ava_names{
	display: none;
}

.team_member_ava, .team_member_ava img {
    width: 180px;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
}
.team_mem_inf_name{
	display: flex;
	flex-direction: column;
}
.team_mem_inf_name .name_ava{
	color: #fff;
	font-size: var(--small_title_size);
	font-weight: 700;
}
.team_mem_inf_name .name_position{
	color: #fff;
	font-size: var(--font_size);
	font-weight: 400;
}

.team_mem_social ul {
    display: flex;
    gap: 8px;
    list-style: none;
    margin-top: 18px;
    margin-bottom: 30px;
    align-items: center;
}


.team_descr{
	color: #fff;
	font-size: 1rem;
}

/*  NewsFeed  */
#newsfeed{
	padding-top: 60px;
	padding-bottom: 60px;
	background: #fff;
}

.newsfeed_grid{
	display: grid;
	    grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}
.post_award_item{
	display: none;
}
.post_award_item.visible{
	display: flex;
}

.post_award__image img {
    width: 100%;
    border-radius: 4px;
    height: auto;
}

.post_aw__title {
    font-size: 13px;
    color: var(--dark_color) !important;
    text-decoration: none !important;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 10px;
    display: flex;
    border-bottom: 1px solid var(--primary);
    padding-bottom: 10px;
}

.author_date {
    display: flex;
    justify-content: space-between;
}
.author_date a{
    font-weight: 400;
    font-size: 14px;
    color: #000 !important;
    text-decoration: none !important;
}
.author_date{
	color: var(--primary);
	font-size: 14px;
}

.newsfeed_cta.cta_buttons {
    justify-content: center;
    margin-top: 30px;
}
.newsfeed_cta.cta_buttons span{
	cursor: pointer;
}


/**/
.gallery__navigation{
	display: none;
}


/**/


/* Popup  */

.become_popup .container{
	width: 50%;
}

@media (max-width: 500px){
	.become_popup .container{
		width: 97%;
	}
}

.become_popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999999;
	backdrop-filter: blur(3px);
	will-change:transform;
}

.become_popup_bg{
    width: 100%;
    height: 100%;
    background: transparent;
    content: '';
    position: fixed;
    z-index: -1;
}



.become_popup, .become_content{
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.become_content {
    width: 100%;
    padding: 20px;
    background: #161716;
    border-radius: 7px;
    margin: 0 auto;
	transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
	transform: translateY(300%);
	visibility:hidden;
	opacity:0;
}



.become_content.active{
	visibility:visible;
	opacity:1;
	transition:all 0.4s linear;
  -webkit-transition:all 0.4s linear;
}

.title_popup{
	font-size: 24px;
	color: #fff;
	text-align: center;
	font-family: 'Poppins-bold', sans-serif;
	font-weight: 700;
}

.close_popup {
    float: right;
    color: #C6A878;
    position: absolute;
    top: 4px;
    font-size: 25px;
    right: 20px;
    cursor: pointer;
	 z-index: 999;
}

@media (max-width:500px){
	.close_popup{
		top: -1px;
		right: 9px;
	}
}

.become_con_form form {
	 display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



.become_con_form .inp {
	margin-bottom: 10px;
	width:49%;
}

.become_con_form .inp:nth-child(8){
	width:100%;
}
.become_con_form .inp:nth-child(9){
	width:100%;
}
.become_con_form .inp:nth-child(10){
	width: 57%;
    margin: 0 auto;
}


@media (max-width:900px){
	.become_con_form .inp:nth-child(10){
		width: 100%;
		margin: unset;
	}
}




.become_con_form .inp .inp_m{
	border-radius: 5px;
	border: 1px solid #534938;
	background: transparent;
	outline: none;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 500 !important;
	padding: 6px !important;
}.become_con_form .inp .inp_m:focus{
	border: 1px solid #C6A878;
}


.comment{
	max-height: 132px;
}

.become_con_form .inp span{
	width: 100%;
}

.become_con_form .inp span .inp_m{
	width: 100%;
}
.become_con_form .screen-reader-response, .become_con_form .wpcf7-not-valid-tip{
	display: none !important;
}

.become_con_form .sent .wpcf7-response-output {
    background: #2ecc71!important;
    color: #000 !important;
    padding: 10px;
    border-radius: 5px;
}

.inp_m.wpcf7-not-valid {
    border: 1px solid #fe454b !important;
}

span.wpcf7-list-item-label {
    padding-left: 7px;
    color: #fff;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    background: #C6A878;
    color: #000;
    font-family: 'Poppins-bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
}

.inp a {
	background: transparent !important;
	color: #C6A878 !important;
	padding: 0 !important;
	font-family:'Poppins', sans-serif !important;
	text-decoration: none !important;
	
}
.become_con_form  .wpcf7-list-item-label{
	color:#818181 !important;
}
.become_con_form  .wpcf7-response-output {
    color: #818181;
    text-align: center;
    width: 100%;
    margin-top: 9px;
}

.hide_popup{
	display: none !important;
}





/* --- Popup Overlay --- */
.become_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Slightly darker for better contrast */
    z-index: 9999999;
    backdrop-filter: blur(3px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

/* Base state for the container inside the popup */
.become_popup .container {
    width: 50%;
    max-width: 600px; /* Added for desktop sanity */
    margin: 0 auto;
    position: relative;
}

/* --- Content Box --- */
.become_content {
    width: 100%;
    padding: 30px; /* Increased padding for better look */
    background: var(--dark_color);
    border-radius: 7px;
    position: relative;
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px); /* Start slightly lower instead of 300% */
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    will-change: transform, opacity;
}

/* --- Active State (This triggers the entrance) --- */
.become_content.active {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); /* Resets position to center */
}

/* --- Close Button --- */
.close_popup {
    color: #C6A878;
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    cursor: pointer;
    line-height: 1;
    z-index: 1000;
    transition: transform 0.2s ease;
}

.close_popup:hover {
    transform: scale(1.1);
}

/* --- Form Layout --- */
.become_con_form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.become_con_form .inp {
    margin-bottom: 15px;
    width: 48%; /* Slightly less than 50% for gap */
}

/* Full width inputs */
.become_con_form .inp:nth-child(8),
.become_con_form .inp:nth-child(9),
.become_con_form .inp:nth-child(10) {
    width: 100%;
}

.become_con_form .inp .inp_m {
    width: 100%; /* Ensure inputs take full width of .inp wrapper */
    border-radius: 5px;
    border: 1px solid #534938;
    background: transparent;
    outline: none;
    color: #fff;
    padding: 10px;
    box-sizing: border-box; /* Crucial for padding/width calculation */
    transition: border 0.3s ease;
}

.become_con_form .inp .inp_m:focus {
    border: 1px solid #C6A878;
}

/* --- Submit Button --- */
input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
    margin-top: 10px;
    padding: 12px;
    border-radius: 5px;
    background: #C6A878;
    color: #000;
    font-family: 'Poppins-bold', sans-serif;
    font-weight: 700;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* --- Responsive Design --- */
@media (max-width: 900px) {
    .become_popup .container {
        width: 80%;
    }
}

@media (max-width: 500px) {
    .become_popup .container {
        width: 95%;
    }
    
    .become_con_form .inp {
        width: 100%; /* Stack inputs on mobile */
    }

    .close_popup {
        top: 10px;
        right: 15px;
    }
    
    .title_popup {
        font-size: 20px;
    }
}



@media(max-width: 1180px){
	:root {
	    --font_size: 17px;
	    --middle_head: 28px;
	    --big_head_size: 50px;
	    --small_size: 16px;
	    --small_title_size: 25px;
	    --main_head_size: 40px;
	}

	section.hero__stacks_block .right_content {
    	width: 52%;
	}	
	#hero img.award_img {
	    position: absolute;
	    right: 0px;
	    margin: 0 auto;
	    left: 0px;
	}
	img.award_bg {
	    width: 100%;
	    position: relative;
	    z-index: -1;
	    top: 40px;
	}

}

.slider_hiden_desktop{
	display: none;
}
@media(max-width: 1120px){
	:root {
        --font_size: 17px;
        --middle_head: 28px;
        --big_head_size: 50px;
        --small_size: 16px;
        --small_title_size: 22px;
        --main_head_size: 40px;
    }
	.custom_row > * {
    	flex: 0 0 22%;
	}
}

@media(max-width: 1080px){

	.slider_hiden_desktop{
		display: block;
	}

	.gallery_grid {
	    display: none;
	}
	.gall_image{
		width: 100%;
		height: auto;
	}
	.slider-nav{
		display: flex;
		margin-top: 20px;
	}
	.slider-single div{
		display: none;
	}


	.slider-single div:first-child{
		display: block;
	}

	.slider-single{
		margin-top: 20px;
	}

	.slider-nav.slick-initialized,
	.slider-single.slick-initialized div{
		display: block;
	}
	.slider-single img, .slider-nav img{
		border-radius: 4px;
	}
	#gallery .cta_buttons .show_more_gall{
		display: none;
	}

	.nominees_grid_wrap {
    	margin-top: 30px;
    	margin-bottom: 0px;
	}
	.nominees_grid_wrap:last-child{
		margin-bottom: 30px;
	}

	.slider-nav.slick-initialized .slick-slide.slick-active img{
		filter: grayscale(100%);
	}
	.slider-nav.slick-initialized .slick-slide.slick-active.is-active img{
		filter: none;
	}

	.hero__stacks_block {
    	padding-top: 90px;
	}
	#hero .container {
	    flex-direction: column-reverse;
	}
	#hero{
		max-height: unset;
		        height: auto;
	}
	section.hero__stacks_block .left_content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
	img.hero_bg {
   		position: absolute;
    	top: 393px;
	}

	#hero h1{
		align-items: center;
	}
	h1.second_font:after {
    	width: calc(100% + 34px);
	}

	.hero__content_text {
	    justify-content: center;
	    align-items: center;
	}
	.hero_descr {
	    text-align: center;
	    max-width: 560px;
	}

	section.hero__stacks_block .right_content {
        width: 58%;
        top: 0px;
    }


   

    .nominees_grid {
       grid-template-columns: repeat(auto-fill, minmax(163px, 1fr));
    }

}


@media(max-width: 900px){
	 #hero img.award_img {
        width: 260px;
        top: 80px;
    }
    section.hero__stacks_block .right_content {
        width: 579px;
    }
    .about_awards_content svg{
    	width: 100%;
    }

    .custom_row > * {
	    flex: 0 0 49%;
	}

	#register .container>.sponsor_content {
	    width: 98%;
	}

	.newsfeed_grid{
	    grid-template-columns: repeat(2, 1fr);
	}
	 .newsfeed_grid .post_award_item:nth-child(-n+4) {
	    display: block;
	}
    .author_date, .author_date a {
    	font-size: 13px;
	}

}
@media(max-width: 773px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 550px;
	}
	.nomination_sl_item .logo_nom_item {
    	width: 100%;
    }
    .nomination_sl_item .logos_nomin{
    	display: grid;
    	 grid-template-columns: repeat(auto-fill, minmax(185px, 1fr));
    }

}

@media(max-width: 719px){
	:root {
        --main_head_size: 36px;
    }
    .stages__wrapper{
    	display: none;
    }

    #kaya-page-content-wrapper.aff_awards_templates div#mid-content {
    	width: 100% !important;
	}
	#kaya-page-content-wrapper.aff_awards_templates .container {
        width: 98% !important;
        margin: 0 auto !important;
    }
    #kaya-page-content-wrapper.aff_awards_templates .header-section  .container {
    	        padding: 18px 10px;
    }

    #kaya-page-content-wrapper.aff_awards_templates #about_awards_section .container>div {
    	max-width: 100%;
    	width: 100%;
	}
	#ourwinners .container>div{
		width: 100%;
	}
	#ourwinners .cta_buttons {
	    margin-top: 30px;
	    justify-content: center;
	}

	.our_team_row {
	    display: grid;
	        grid-template-columns: repeat(2, 1fr);
	}
	.team_mem_inf_name .name_ava {
	    font-size: 21px;
	}
	.our_team_row .our_team_mem {
		width: 100%;
	    flex-direction: column;
	}
	.team_member_ava, .team_member_ava img {
	    width: 100%;
	}

	img.right__bg_nominees_img.lazy_img, img.left__bg_nominees_img.lazy_img{
		width: 400px;
	}
	.team_member_ava, .team_member_ava img{
		height: auto;
	}

	.about_awards_content svg{
		bottom: -8px;
	}
	#ourwinners  .cta_buttons .btn_award, .cta_buttons .btn_award.lg__btn {
    	width: 100% !important;
	}

	.navigation__nomin_slider{
		display: none;
	}

	section#nominees h2 {
    margin-bottom: 24px;
}
}

@media(max-width: 619px){

	:root{
		--space__pixel: 40px;
		--small_title_size: 17px;
	}

	img.hero_bg {
	    left: 50%;
	    transform: translateX(-50%);
	    width: 1040px;
	}
	.about_awards_content{
		padding: 40px 12px;
	}
	.section_sub_title{
		margin: 9px 0px;
	}
	#kaya-page-content-wrapper.aff_awards_templates main .container {
    	padding-left: 10px !important;
    	padding-right: 10px !important;
    	        flex-direction: column;
	}
	    #kaya-page-content-wrapper.aff_awards_templates main #hero .container {
	    flex-direction: column-reverse;
	}

	.video_player button#playPauseBtn {
	    top: 14%;
	    transform: translateY(50%);
	}

	.custom_row > * {
	    flex: 0 0 49%;
	}

	.custom_row {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 8px;
	    justify-content: space-between;
	    width: 100%;
	}
	.other_register {
    	margin-top: 20px;
    	margin-bottom: var(--space__pixel);
	}
	.other_register .custom_row{
		justify-content: center;
	}
	.other_register .custom_row > * {
    	flex: 0 0 181px;
	}
	.other_register .custom_row a {
    	min-height: 67px;
	}
	.other_register .custom_row a {
        padding: 3px 0px;
    }


    img.left__bg_nominees_img.lazy_img {
	    left: -60px;
	    width: 300px;
	}
	img.right__bg_nominees_img.lazy_img {
	    right: -60px;
	    width: 300px;
	}


	    .our_team_row .our_team_mem {
        padding: 30px 12px;
    }
	
}

@media(max-width: 562px){
	:root {
	    --font_size: 17px;
	    --middle_head: 20px;
	    
	    --big_head_size: 36px;
	    --small_size: 16px;
	    --small_title_size: 22px;
	    --main_head_size: 30px;
	}

	.hero__stacks_block {
        padding-top: 30px;
    }
        #hero img.award_img {
        width: 220px;
    }
        section.hero__stacks_block .right_content {
        width: 490px;
    }
    .cta_buttons {
	    display: flex;
	    gap: 30px;
	    width: 100%;
	}
	.hero__content_text {
        width: 100%;
    }

    .section_header {
	    margin-bottom: 24px;
	    min-height: 36px;
	}
	.section_header:before {
	    top: 50%;
	}
	.custom_row a {
	    padding: 0px 20px;
	}


	.custom_row .sp_img {
	    width: 141px;
	    height: auto;
	}

	.other_register .custom_row > * {
        flex: 0 0 31%;
    }
    .other_register .custom_row .sp_img {
	    width: 100%;
	    height: auto;
	}


	.nomination_sl_item .logos_nomin {
        grid-template-columns: repeat(auto-fill, minmax(155px, 1fr));
                padding: 40px 10px;
    }
    .feedback_sl_item{
    	padding: 40px 10px;
    }

    h2.section__title.second_font{
    	    padding: 0px 8px;
    }
    div#about_awards_section .container, #ourwinners .container {
    	gap: 22px;
	}
	.team_mem_social ul {
    gap: 8px;
    margin-top: 18px;
    margin-bottom: 18px;
	}
	
}

@media(max-width: 553px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 480px;
	}
	.our_team_row {
	        grid-template-columns: repeat(1, 1fr);
	}
	
}

@media(max-width: 534px){
	    :root {
        --font_size: 17px;
        --middle_head: 26px;
        --big_head_size: 36px;
        --small_size: 16px;
        --small_title_size: 18px;
        --main_head_size: 30px;
    }
	.custom_row > * {
	    flex: 0 0 48%;
	}
	.custom_row .sp_img {
        width: 100%;
        height: auto;
    }
}


@media (max-width: 491px) {
    :root {
        --middle_head: 16px !important;
        
    }
    
}

@media(max-width: 480px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 450px;
	}

	.newsfeed_grid {
        grid-template-columns: repeat(1, 1fr);
    }
     .author_date, .author_date a {
    	font-size: 15px;
	}
	
}

@media(max-width: 450px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 420px;
	}


	
}

@media(max-width: 420px){
	:root {
	    --font_size: 16px;
	    --middle_head: 24px;
	    --big_head_size: 36px;
	    --small_size: 14px;
	    --small_title_size: 17px;
	    --main_head_size: 24px;
	}

	img.left__bg_nominees_img.lazy_img {
	    left: -60px;
	    width: 200px;
	}
	img.right__bg_nominees_img.lazy_img {
	    right: -60px;
	    width: 200px;
	}
	
	.nomination_sl_item, .feedback_sl_item {
    	width: 380px;
	}
}


@media(max-width: 380px){
	:root {
	    --font_size: 16px;
	    --middle_head: 20px;
	    --big_head_size: 27px;
	    --small_size: 14px;
	    --small_title_size: 18px;
	    --main_head_size: 25px;
	}	

	.custom_row .sp_img {
        width: 100%;
        max-width: 190px;
        height: auto;
    }

	.custom_row > * {
	    flex: 0 0 100%;
	}
	.other_register .custom_row > * {
        flex: 0 0 48%;
    }
    .nomination_sl_item, .feedback_sl_item {
    	width: 360px;
	}

	.award_form > p {
    	grid-template-columns: 100%;
	}
}
@media(max-width: 361px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 340px;
	}
}
@media(max-width: 341px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 320px;
	}
}

@media(max-width: 324px){
	.nomination_sl_item, .feedback_sl_item {
    	width: 309px !important;
	}
}