@font-face {
  font-family: 'SamsungOne';
  src: url('../fonts/SamsungOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

/* Headings / Sub-headings – Samsung Sharp Sans */
@font-face {
  font-family: 'SamsungSharpSans';
  src: url('../fonts/SamsungSharpSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'SamsungSharpSans';
  src: url('../fonts/SamsungSharpSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

		 *:focus {
    box-shadow: none !important;
}
		.container-fluid.remove-gutter-x{
			--bs-gutter-x: 0 !important;
		}

        body {
        font-family: 'SamsungOne', sans-serif;
  font-weight: 400;
            overflow-x: hidden;
            background-color: #fff;
			color:#000;
        }
		
		h1, h2, h3, h4, h5, h6, .bold-text {
  font-family: 'SamsungSharpSans', sans-serif;
  font-weight: 700;
}
		
		.sub-heading-font {
  font-family: 'SamsungSharpSans', sans-serif;
  font-weight: 500;
}
		.primary-text{
			color: #5069ff;
		}
        .logoImage{
			padding-left: 10px;
		}
        .navbar {
            background: #ffffff;
            box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
            padding: 8px 0;
        }
        
        .navbar-brand {
            font-weight: 700;
            color: var(--vivo-blue);
            font-size: 1.8rem;
        }
        
        .nav-link {
            font-weight: 500;
            margin: 0 10px;
            color: #333;
            transition: all 0.3s;
            position: relative;
			  font-size: 16px;
    font-weight: 400;
        }
		
		.text-white{
			color:#ffffff;
		}
        
        .nav-link:hover {
            color: #ffffff;
			  
        }
        
		
		.navbar-light .navbar-nav .nav-link{
			color:#000000;
			font-size:20px;
		}
		
		.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
			color:#017cc1;
		}
		.navbar-expand-lg .navbar-nav .nav-link{
			        padding-right: 1rem;
        padding-left: 1rem;
		}
		.navbar-light .navbar-toggler-icon{
			    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e) !important;
		}
		.navbar-light .navbar-toggler{
			border:none;
			border:0;
		}
		@media screen and (max-width: 650px) {
		nav.navbar .navbar-collapse{
			padding:15px;
		}
		}
		.btn-header-right {

color:#5069ff;
      font-size: 36px;
    font-weight: 900;
            border: none;
            border-radius: 0;
            transition: all 0.3s;
			height: 76px;
    margin-top: -8px;
    margin-bottom: -8px;
	letter-spacing:1px;
}

		
		.carousel-indicators{
			justify-content: flex-end !important;
			margin-right: 7% !important;
			
		}
		.carousel-indicators [data-bs-target] {
			width:40px !important;
		/*	margin-right: 10px !important; */
			background-color: #1428a0;
			
		}

    @media screen and (max-width: 750px) {
			.carousel-indicators [data-bs-target] {
			width:30px !important;
			margin-right: 0px !important;
			
		}
		}
    
.featured_video{
	background:#000;
	padding-top:60px;
	padding-bottom:60px;
}
.featured_video h2{
	color: #fff;
    font-size: 48px;
    margin-bottom: 30px;
}
.featured_video h2.how_to_participate{
	color: #fff;
    font-size: 42px;
    margin-bottom: 30px;
}
.featured_video .featured_video_p{
	color: #fff;
	font-size:21px;
	margin-bottom:50px;
}
.featured_video .featured_video_p.fs_46{
	font-size: 45px;
}
.featured_video_body{
margin-bottom:50px;	
}
.featured_video img.img_video_featured{
	border-radius:20px;
}
.participate_number{
	font-size:120px;
	font-weight:700;
	    margin-bottom: 10px;
    line-height: 84px;
}
.participate_number_tag{
	font-size:18px;
	color:#fff;
}
.participate_number_tag_desc{
	    color: #fff;
    font-size: 12px;
    max-width: 150px;
}

.participate_number.blue{
	color:#007cc2;
}
.participate_number.teal{
	color:#31939b;
}
.participate_number.green{
	color:#7eb55e;
}


.step-line {
    flex: 1;
    height: 2px;
    background-color: #fff;
    margin: 0 20px;
}

.number_block {
    min-width: 90px; /* keeps spacing stable */
}
@media screen and (max-width: 650px) {
	.featured_video h2{
    font-size: 36px;
    margin-bottom: 20px;
}
.featured_video .featured_video_p{
	font-size:18px;
	margin-bottom:50px;
}
.featured_video h2.how_to_participate{
	color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}
	.featured_video{
	padding-bottom:15px;
}
		.participate_number{
	font-size:60px;
	font-weight:600;
	    margin-bottom: 0px;
    line-height: 54px;
}
.step-line {
    flex: 1;
    height: 1px;
    background-color: #fff;
    margin: 0 15px;
}
		}
.form_section{
padding-top: 0px;
    padding-bottom: 0px;
    background: #000;
    color: #fff;
    background-size: cover;
}
.h-60{
	height:60px;
}
.form-control {
color:#000;
}
.form-control:focus{
	border-color:#fff;
}
.form-control::placeholder {
    color: #000;     
    opacity: 1;     
}

.form-bg {
    padding: 32px;
    border-radius: 0px;
}

.form_upload_area{
	    background: #fff;
    border-radius: 6px;
	padding:20px 20px 5px 20px;
	 cursor: pointer;
}
.upload_text, .upload_desc{
	color: #000;
}
.upload_desc{
	font-size:14px;
	font-weight:300;
	color: #4a4a4a;
}


.form_upload_area.dragover {
    border-color: #fff;
    background: #fff;
}

.form_image_previews {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.preview-item {
    position: relative;
    width: 80px;
    height: 80px;
}

.preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.remove-btn {
    position: absolute;
    top: -6px;
    right: -6px;
    background: #e74c3c;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.custom-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;  
}
.custom-check .form-check-input {
    width: 15px;
    height: 15px;
    background-color: #000;
    border: 2px solid #fff;
    cursor: pointer;
	 margin-left: 0; 
}

.custom-check .form-check-input:checked {
    background-color: #000;
    border-color: #fff;
}

.custom-check .form-check-input:checked::before {
    color: #fff;
    position: absolute;
    font-size: 14px;
    left: 4px;
    top: 0px;
}

.custom-check .form-check-input:focus {
    box-shadow: none;
}

.custom-check-label{
	font-size:13px;
	font-weight:300;
}
.timeline_section{
	padding-top:60px;
	position: relative;
	    padding-bottom: 180px;
}
.timeline_section_header h2{
    font-size: 48px;
    margin-bottom: 10px;
}
.timeline_section .timeline_p{
	    font-size: 21px;
    margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
	.timeline_section_header h2{
    font-size: 36px;
    margin-bottom: 20px;
}

		}
.timeline_section::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #000;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}

.timeline_block {
    position: relative;
    padding: 20px 10px;
}

@media screen and (max-width: 980px) {
	.timeline_block.mob_border{
		border-bottom: 1px solid #d3d3d3;
	}
}

/* Vertical line between columns */
.col-lg-4:not(:last-child) .timeline_block::after {
    content: "";
    position: absolute;
    top: 0%;
    right: -15px;            
    width: 1px;
    height: 80%;
    background-color: #d3d3d3;  
}


@media (max-width: 991px) {
    .col-lg-3 .timeline_block::after {
        display: none;
    }
}

.timeline_block_month{
	font-size:24px;
	font-weight:700;
}
.timeline_block_title{
	font-weight:700;
	margin-bottom:10px;
}


.meet_jury{
	padding-top:60px;
	padding-bottom:180px;
	position: relative;
	background:#000;
}

.meet_jury::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}



.meet_jury h2{
    font-size: 48px;
    margin-bottom: 30px;
	color: #fff; 
}

@media screen and (max-width: 650px) {
	.meet_jury h2{
    font-size: 36px;
    margin-bottom: 20px;
}

		}
.meet_jury .meet_jury_p{
	color: #fff;
	font-size: 21px;
    margin-bottom: 50px;
}
.meet_jury_txt{
	color:#fff;
	font-size:36px;
	margin-bottom:40px;
}
.photo_g{
	border: 3px solid #fff;
	margin-bottom:30px;
}
.photo_g_name{
	color:#fff;
	font-size:30px;
	font-weight:600;
	margin-bottom: 10px;
}
.photo_g_tag{
	color:#fff;
	font-weight:300;
}

.gradient-btn {
  background: linear-gradient(90deg, #017cc0 0%, #aac83c 100%);
  border: none;
  color: #ffffff;
  padding: 12px 28px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  padding-right: 120px; /* space for arrow */
  transition: all 0.3s ease;
}

.gradient-btn::after {
    content: "→";
    position: absolute;
    right: 35px;
    top: 44%;
    transform: translateY(-50%);
    font-size: 45px;
    transition: transform 0.3s ease;
}

/* Hover animation */
.gradient-btn:hover::after {
  transform: translate(6px, -50%);
}




.gradient-btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}


.prize_section {
    padding-top: 0px;
    padding-bottom: 80px;
}
.prize_section_body {
  position: relative;
  padding: 80px 0; /* adjust as needed */
  overflow: hidden;
}

/* Horizontal gradient strip in the middle */
.prize_section_body::before {
  content: "";
  position: absolute;
  left: 0;
  top: 190px;
  transform: translateY(-50%);
  width: 100%;
  height: 30px;
  background: linear-gradient(90deg, #017cc0 0%, #aac83c 100%);
  z-index: 0;
}

/* Keep content above the gradient */
.prize_section_body .container {
  position: relative;
  z-index: 1;
}

.prize_block{
	min-height:220px;
	margin-bottom:40px;
	border-radius:20px;
}
.prize_block.yellow{
	background: linear-gradient(90deg, #b3a04d 0%, #ebe6cf 100%);
}
.prize_block.grey{
	background: linear-gradient(90deg, #979797 0%, #e4e4e4 100%);
}
.prize_block.red{
	background: linear-gradient(90deg, #b56d51 0%, #eeded8 100%);
}
.prize_block p{
	color:#fff;
	line-height:96px;
	font-size:96px;
	font-weight:700;
	padding:20px;
}

.prize_name {
    font-size: 24px;
    font-weight: 700;
}

.prize_section h2{
    font-size: 48px;
    margin-bottom: 30px;
}

@media screen and (max-width: 650px) {
	.prize_section h2{
    font-size: 36px;
    margin-bottom: 20px;
}

		}
.prize_section .prize_section_p{
	font-size: 21px;
    margin-bottom: 50px;
}

.mosaic_section {
    background: #000;
    color: #fff;
    background-size: cover;
}



.mosaic_overlay{
	padding-top: 250px;
    padding-bottom: 200px;
	 position: relative;
	background: rgba(0,0,0,0.5);
}
.mosaic_overlay::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 240px;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0.3) 20%,
		rgba(0, 0, 0, 0.55) 40%,
        rgba(0, 0, 0, 1) 100%
    );
    pointer-events: none;
}
.mosaic_brand_name {
    font-size: 60px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;

	text-shadow:
        0 0 2px rgba(255,255,255,0.5),
        0 0 4px rgba(255,255,255,0.5),
        0 0 6px rgba(255,255,255,0.10);
}
.mosaic_tag{
	font-size: 60px;
    font-weight: 700;
	line-height: 90px;
	
	text-shadow:
        0 0 2px rgba(255,255,255,0.5),
        0 0 4px rgba(255,255,255,0.5),
        0 0 6px rgba(255,255,255,0.10);
}
.mosaic_desc{
	font-size: 36px;
    font-weight: 500;
	line-height: 40px;
}

.themes_section{
	background:#000;
	padding-top:80px;
	padding-top: 120px;
  padding-bottom: 120px;
}



.themes_section h2{
    font-size: 48px;
    margin-bottom: 30px;
	color:#fff;
}

@media screen and (max-width: 650px) {
	.themes_section h2{
    font-size: 36px;
    margin-bottom: 20px;
}

		}
.themes_section .themes_section_p{
	
	font-size: 24px;
    margin-bottom: 50px;
	color:#fff;
}

.themes-carousel {
  max-width: 100%;
  overflow: hidden;
}

/* control item widths */
.theme-item {
  width: 250px;
}

.theme-item-large {
  width: 500px;
}

/* images */
.theme-item img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  margin-bottom:30px;
}

.carousel_p{
	color:#fff;
	font-weight:700;
	    font-size: 26px;
}

.themes-carousel .owl-dots {
  display: block;
  margin-top: 30px;
  text-align: center;
}

.themes-carousel .owl-dot span {
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
  display: inline-block;
  margin: 0 6px;
}

.themes-carousel .owl-dot.active span {
  background: #000;
}
.themes-carousel .owl-dot{
	border: 1px solid #fff;
}
.themes-carousel .owl-dot span{
	    width: 20px;
    height: 20px;
	background:#626262;
}

.themes-carousel .owl-dot.active span{
	    width: 25px;
    height: 25px;
	background:#ffffff;
}
.participate_now_section{
	background: linear-gradient(90deg, #017cc0 0%, #aac83c 100%);
	color:#ffffff;
	padding-top:60px;
	padding-bottom:40px;
}

.participate_now_section h2{
	font-size:48px;
	margin-bottom:5px;
}
.participate_now_section p{
	font-size:36px;
}
@media screen and (max-width: 650px) {
	.participate_now_section h2{
    font-size: 36px;
    margin-bottom: 20px;
}
}

.participate_now_btn {
	width:100%;
    background: #fff;
    border: none;
    color: #000000;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}
footer{
	padding-top:60px;
}
.footer-border{
	border-top:1px solid #000;
	margin-bottom:30px;
}


.themes_intro_section {
    padding-top: 60px;
    position: relative;
    padding-bottom: 180px;
}

.themes_intro_section h2{
    font-size: 48px;
    margin-bottom: 10px;
}
.themes_intro_section .themes_intro_p{
	    font-size: 21px;
    margin-bottom: 50px;
}
@media screen and (max-width: 650px) {
	.themes_intro_header h2{
    font-size: 36px;
    margin-bottom: 20px;
}

		}
.themes_intro_section::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #000;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}


.theme_intro_one{
	padding-top:60px;
	padding-bottom:180px;
	position: relative;
	background:#000;
}

.theme_intro_one::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}

.theme_intro_one_number{
	font-size:120px;
	color:#007cc2;
}

.theme_intro_one h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
}
.theme_intro_one .txt_box{
	margin-bottom: 50px;
}
.theme_intro_one p.txt {
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff;
}






.theme_intro_two{
	padding-top:60px;
	padding-bottom:180px;
	position: relative;
	background:#fff;
}

.theme_intro_two::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #000;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}

.theme_intro_two_number{
	font-size:120px;
	color:#31939b;
}

.theme_intro_two h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #000;
}


.theme_intro_two .txt_box{
	margin-bottom: 50px;
}
.theme_intro_two p.txt {
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff;
	 color: #000;
}







.theme_intro_three{
	padding-top:60px;
	padding-bottom:180px;
	position: relative;
	background:#000;
}

.theme_intro_three::before {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fff;
    height: 10rem;
    bottom: -1px;
    -webkit-clip-path: polygon(100% 0, 0 100%, 100% 100%);
            clip-path: polygon(100% 0, 0 100%, 100% 100%);
    z-index: 1;
}

.theme_intro_three_number{
	font-size:120px;
	color:#7eb55e;
}

.theme_intro_three h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #fff;
}

.theme_intro_three .txt_box{
	margin-bottom: 50px;
}
.theme_intro_three p.txt {
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff;
}





.theme_intro_four{
	padding-top:60px;
	padding-bottom:180px;
	position: relative;
	background:#fff;
}


.theme_intro_four_number{
	font-size:120px;
	color:#31939b;
}

.theme_intro_four h2 {
    font-size: 48px;
    margin-bottom: 30px;
    color: #000;
}

.theme_intro_four .txt_box{
	margin-bottom: 50px;
}
.theme_intro_four p.txt {
    font-size: 28px;
    margin-bottom: 18px;
    color: #fff;
	 color: #000;
}


.themes_intro_sub_footer {
    padding-top: 60px;
	background:#000;
    padding-bottom: 60px;
	color:#fff;
}

.themes_intro_sub_footer h2 {
    font-size: 48px;
    margin-bottom: 10px;
}

.themes_intro_sub_footer p {
    font-size: 30px;
    margin-bottom: 10px;
}

.submit-button{
	background: #fff;
    width: 100%;
    display: block;
    padding-top: 12px;
    padding-bottom: 10px;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 500;
}
.lh-12{
	line-height:12px;
}

/* Progress container */
#submitProgress {
    background-color: #ffffff; /* white background */
    border: 1px solid #000;
}

/* Progress bar */
.bw-progress {
    background-color: #000 !important; /* black bar */
}
.bw-progress-wrapper{
	height: 10px;
}
/* Optional: black stripes */
.bw-progress.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.85) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, 0.85) 50%,
        rgba(255, 255, 255, 0.85) 75%,
        transparent 75%,
        transparent
    );
}


.submit-button:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}
