:root{
  --primary:#c42028;
  --dark:#000;
  --white:#fff;
  --accent:#ffb032;
  --cream:#eee4d0;
}

@font-face {
    font-family: 'Empera';
    src: url('../fonts/Empera-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
	 font-family: "Poppins", sans-serif;
	 font-size:16px;
}
p{
	font-size:16px;
}

.form-check-input:checked {
    background-color: var(--primary);
    border-color: var(--primary);
}
.form-control, .form-select{
	font-size:14px;
}
.form-control::placeholder{
    color:#212529;
}
.form-control:focus, .form-check-input:focus, .btn-check:focus+.btn, .btn:focus {
	    border-color: #000;
		box-shadow: 0 0 0 .25rem rgb(121 121 121 / 25%);
}
a, a:hover, a:focus{
	color:#b11d26;
	text-decoration: none;
}
a.privacy, a.privacy:hover, a.privacy:focus{
	color:#fff;
	text-decoration: underline;
}
.loader-box{
	width: 100%;
    height: 34px;
}
.loader, .loader:before, .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: bblFadInOut 1.8s infinite ease-in-out;
}
.loader {
  color: #FFF;
  font-size: 7px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}

@keyframes bblFadInOut {
  0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
  40% { box-shadow: 0 2.5em 0 0 }
}
    
.check-20{
	    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.h-54px{
	height: 54px;
}
.white-text{
	color: #fff;
}
.primary-text{
	color: var(--primary);
}
.fs-11{
	font-size:11px;
}
.fs-14{
	font-size:14px;
}
.empera-family{
    font-family: 'Empera', sans-serif !important;
}
.mt--30{
	margin-top: -30px;
}


.logoImage{
	width: 125px;
	margin-left:50px;
}

        .navbar {
            background: #fff;
            box-shadow: 0 1px 15px rgba(0, 0, 0, 0.1);
            padding: 0;
			height: 70px;
        }
        
        .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: var(--primary);
			  
        }
        
		
		.navbar-light .navbar-nav .nav-link{
			color:#000;
		}
		
		.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
			color:var(--primary);
		}
		.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, .btn-header-right-bar {
background: var(--primary);
color:#fff;
      font-size: 16px;
            border: none;
            border-radius: 0;
            transition: all 0.3s;
			height: 70px;

}
.btn-header-right-bar {
background: var(--primary);
color:#fff;
      font-size: 16px;
            border: none;
            border-radius: 0;
            transition: all 0.3s;
			padding-left:30px;
			padding-right:30px;
	height: 70px;

}
.btn-header-right{
	line-height:60px;
}
.btn-header-right:hover, .btn-header-right-bar:hover{
	background: var(--primary);
	color:#fff;
}

.btn-header-right-bar{
	display: none !important;
}
/*
@media (max-width:1100px){
	#navbarNav, .btn-header-right{
		display: none !important;
	}
	
}
*/
@media (max-width:1100px){
	.btn-header-right-bar{
		display: block !important;
	}
	
}

.first-grid-bg{
	background: #e9e9e9;
	background:  url("https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/grid_bg.webp");
	background-repeat:repeat repeat;
}
.featured-btn-section{
	margin-bottom:80px;
}
.btn-camera-btn{
      position:relative;
      display:inline-block;
      background:#c61f2d;
      color:#fff;
      text-decoration:none;
      font-weight:700;
      font-size:21px;
      padding:12px 65px;
      text-transform:uppercase;
      letter-spacing:1px;
    }
	
.btn-camera-btn:hover, .btn-camera-btn:focus{
		color:#fff;
		text-decoration:none;
	}


.btn-camera-btn::before{
      content:"";
      position:absolute;
      left:-12px;
      bottom:-12px;
      width:45px;
      height:40px;
      border-left:2px solid #000;
      border-bottom:2px solid #000;
    }

.btn-camera-btn::after{
      content:"";
      position:absolute;
      right:-12px;
      top:-12px;
      width:45px;
      height:40px;
      border-right:2px solid #fff;
      border-top:2px solid #fff;
    }


.heading-style{
        position:relative;
        text-align:center;
        color:#b11d26;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        margin:40px 0;
        line-height:1.2;
    }

    /* Left Line */
    .heading-style::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:38%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:38%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    .heading-style span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:#e9e9e9;
        z-index:2;
    }
	
		.heading-style span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style span::before{
        left:0px;
    }

    .heading-style span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
@media (max-width: 1100px) {
    .heading-style span {
        background: none;
    }
	 .heading-style::before,
    .heading-style::after,
.heading-style span::before,
.heading-style span::after	{
        display: none;
    }
}
	
.featured-text-section .main-p{
	font-size:24px;
	margin-bottom:5px;
	font-weight:600;
}
.featured-text-section .sub-p{
	font-size:24px;
	margin-bottom:60px;
}
.video-wrapper{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
	border-radius: 10px;
	overflow:visible;
}
.video-wrapper::after{
    content:"";
    position:absolute;
    right:-12px;
    top:-12px;
    width:120px;
    height:110px;
    border-right:4px solid var(--primary);
    border-top:4px solid var(--primary);
}
	.video-wrapper::before{
      content:"";
      position:absolute;
      left:-12px;
      bottom:-12px;
      width:120px;
      height:110px;
      border-left:4px solid #fff;
      border-bottom:4px solid #fff;
    }
.video-wrapper iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/*
.part-image-section{
	margin-top: -50px;
}
*/
.part-image{
    min-height:850px;
    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;
}
.left-image{
    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/price_left_updated_26_5.webp');
}
.right-image{
    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/price_right_updated_26_5.webp');
}
@media(max-width:768px){

    .part-image{
        min-height:550px;
    }
}


.featured-text-section-black{
	 position:relative;
	 background:#000;
    padding:160px 20px 0px;
    overflow:hidden;
}

.featured-text-section-black-part{
	 position:relative;
	 background:#000;
    padding:50px 20px 0px;
    overflow:hidden;
}

.top-triangle{
    position:absolute;
    top:0;
    left:50%;
    transform:translateX(-50%);

    width:0;
    height:0;

    border-left:180px solid transparent;
    border-right:180px solid transparent;
    border-top:120px solid #efefef;

    z-index:2;
}

.top-triangle::before{
    content:"";
    position:absolute;

    top:-120px;
    left:-180px;

    width:360px;
    height:120px;

    background-image:url("https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/grid_bg.webp");
    background-repeat:repeat;
    opacity:0.35;

    clip-path:polygon(50% 100%, 0 0, 100% 0);
}

.heading-style-black{
        position:relative;
        text-align:center;
        color:#b11d26;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        margin:40px 0;
        line-height:1.2;
    }

    /* Left Line */
    .heading-style-black::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:38%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style-black::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:38%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    .heading-style-black span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:#000;
        z-index:2;
    }
	
	
		.heading-style-black span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style-black span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style-black span::before{
        left:0px;
    }

    .heading-style-black span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
	@media (max-width: 1100px) {
    .heading-style-black span {
        background: none;
    }
	 .heading-style-black::before,
    .heading-style-black::after,
.heading-style-black span::before,
.heading-style-black span::after	{
        display: none;
    }
}

	
.featured-text-section-black .main-p,
.featured-text-section-black-part .main-p{
	font-size:24px;
	margin-bottom:5px;
	font-weight:600;
	color:#fff;
}
.featured-text-section-black .sub-p,
.featured-text-section-black-part .sub-p{
	font-size:24px;
	margin-bottom:60px;
	color:#fff;
}



.btn-submit-btn{
      position:relative;
      display:inline-block;
      background:#c61f2d;
      color:#fff;
      text-decoration:none;
      font-weight:700;
      font-size:21px;
      padding:12px 65px;
      text-transform:uppercase;
      letter-spacing:1px;
	  border-radius:0;
    }
	
	
	.btn-submit-btn:disabled,
.btn-submit-btn.disabled{
    background:#ffffff;
    border-color:#ffffff;
    color:#c61f2d;
    cursor:not-allowed;
    opacity:.75;
    pointer-events:none;
    box-shadow:none;
    transform:none;
}
	
.btn-submit-btn:hover, .btn-submit-btn:focus{
		color:#fff;
		 background:#c61f2d;
		text-decoration:none;
	}


    .btn-submit-btn::before{
      content:"";
      position:absolute;
      left:-12px;
      bottom:-12px;
      width:45px;
      height:40px;
      border-left:2px solid #fff;
      border-bottom:2px solid #fff;
    }

    /* Right top outline */
    .btn-submit-btn::after{
      content:"";
      position:absolute;
      right:-12px;
      top:-12px;
      width:45px;
      height:40px;
      border-right:2px solid #fff;
      border-top:2px solid #fff;
    }
	
    .guidelines-section{
      background:#000;
      display:flex;
      align-items:center;
      justify-content:center;
      padding:60px 0px;
      position:relative;
      overflow:hidden;
    }
	
	
	.heading-style-timeline{
        position:relative;
        text-align:center;
        color:#b11d26;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        margin:40px 0 60px 0;
        line-height:1.2;
    }

    /* Left Line */
    .heading-style-timeline::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:40%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style-timeline::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:40%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    .heading-style-timeline span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:#e9e9e9;
        z-index:2;
    }
	
		.heading-style-timeline span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style-timeline span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style-timeline span::before{
        left:0px;
    }

    .heading-style-timeline span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
		@media (max-width: 1100px) {
    .heading-style-timeline span {
        background: none;
    }
	 .heading-style-timeline::before,
    .heading-style-timeline::after,
.heading-style-timeline span::before,
.heading-style-timeline span::after	{
        display: none;
    }
}
	
    .side-line{
      position:absolute;
      bottom:0;
      width:1px;
      background:#ff1f2d;
      height:220px;
    }
/*
    .side-line::before{
      content:"";
      position:absolute;
      top:-10px;
      left:50%;
      transform:translateX(-50%) rotate(45deg);
      width:10px;
      height:10px;
      border:1px solid #ff1f2d;
      background:#000;
    }
	*/
	.side-line::before{
    content:"";
    position:absolute;
    top:-24px;
    left:50%;
    transform:translateX(-50%);

    width:24px;
    height:24px;

    background-image:url("https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_top.webp");
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
}

    .left-line-1{ left:60px; }
    .left-line-2{ left:140px; height:160px; }

    .right-line-1{ right:60px; }
    .right-line-2{ right:140px; height:160px; }

    .frame{
      position:relative;
      max-width:850px;
      width:100%;
      padding:14px;
    }

    /* Outer border corners */
    .frame::before,
    .frame::after{
      content:"";
      position:absolute;
      width:70px;
      height:70px;
      border:4px solid #fff;
    }

    .frame::before{
      top:0;
      left:0;
      border-right:none;
      border-bottom:none;
      border-radius:8px 0 0 0;
    }

    .frame::after{
      top:0;
      right:0;
      border-left:none;
      border-bottom:none;
      border-radius:0 8px 0 0;
    }

    .bottom-corners{
      position:absolute;
      inset:0;
      pointer-events:none;
    }

    .bottom-corners::before,
    .bottom-corners::after{
      content:"";
      position:absolute;
      width:70px;
      height:70px;
      border:4px solid #fff;
      bottom:0;
    }

    .bottom-corners::before{
      left:0;
      border-right:none;
      border-top:none;
      border-radius:0 0 0 8px;
    }

    .bottom-corners::after{
      right:0;
      border-left:none;
      border-top:none;
      border-radius:0 0 8px 0;
    }

    .guidelines-box{
      background:#b91f28;
      border-radius:6px;
      padding:40px 50px;
      text-align:center;
      color:#fff;
      position:relative;
    }

    .guidelines-box h2{
      font-size:38px;
      font-weight:700;
      margin-bottom:24px;
      text-transform:uppercase;
      letter-spacing:1px;
    }

    .guidelines-box ol{
      list-style-position:inside;
      padding:0;
      margin:0;
    }

    .guidelines-box li{
      margin-bottom:12px;
      font-size:18px;
      line-height:1.7;
      font-weight:400;
    }

    .guidelines-box strong{
      font-weight:700;
    }

    .download-btn{
      display:inline-block;
      margin:22px 0 28px;
      background:#fff;
      color:#c1272d;
      text-decoration:none;
      font-size:18px;
      font-weight:700;
      padding:14px 55px;
      position:relative;
      text-transform:uppercase;
      transition:0.3s;
    }

    .download-btn:hover{
      transform:translateY(-2px);
    }

    /* Button corners */
    .download-btn::before,
    .download-btn::after{
      content:"";
      position:absolute;
      width:28px;
      height:28px;
      border:3px solid #fff;
    }

    .download-btn::before{
      left:-10px;
      bottom:-10px;
      border-top:none;
      border-right:none;
    }

    .download-btn::after{
      right:-10px;
      top:-10px;
      border-left:none;
      border-bottom:none;
    }

    .help-text{
      margin-top:28px;
      font-size:20px;
      font-weight:400;
    }

    .help-text strong{
      font-weight:700;
    }

    @media(max-width:768px){

      .guidelines-box{
        padding:30px 20px;
      }

      .guidelines-box h2{
        font-size:28px;
      }

      .guidelines-box li{
        font-size:15px;
      }

      .download-btn{
        font-size:16px;
        padding:12px 26px;
      }

      .help-text{
        font-size:17px;
      }

      .side-line{
        display:none;
      }
    }
	
	
    .program-section{
      position:relative;
      overflow:hidden;
      background:#e9e9e9;
      min-height:100vh;
      padding:40px 20px 120px;
    }

    /* Grid background */
    .program-section::before{
      content:"";
      position:absolute;
      inset:0;
      background-image:
        linear-gradient(rgba(255,255,255,0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.3) 1px, transparent 1px);
      background-size:24px 24px;
      pointer-events:none;
    }
	
    .bottom-shape{
      position:absolute;
      left:0;
      right:0;
      bottom:0;
      height:320px;
      background:#000;
       clip-path:polygon(
        0 0,
        20% 0,
        50% 100%,
        80% 0,
        100% 0,
        100% 100%,
        0 100%
    );
      z-index:1;
    }
	
	 .program-section .container{
      max-width:1200px;
      margin:auto;
      position:relative;
      z-index:2;
    }
	
	    .section-title{
      display:flex;
      align-items:center;
      justify-content:center;
      gap:20px;
      margin-bottom:80px;
    }
	
	.timeline-wrapper{
      position:relative;
    }

    .timeline-line{
      position:absolute;
      top:50%;
      left:90px;
      right:90px;
      height:4px;
      background:#c91d25;
      transform:translateY(-50%);
      z-index:0;
    }

    .timeline-dot{
      position:absolute;
      width:18px;
      height:18px;
      background:#c91d25;
      border-radius:50%;
      top:50%;
      transform:translateY(-50%);
      z-index:1;
    }

    .timeline-dot.left{
      left:80px;
    }

    .timeline-dot.right{
      right:80px;
    }

    .timeline-date{
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      color:#d5292f;
      font-weight:700;
      font-size:14px;
      text-transform:uppercase;
    }

    .timeline-date.left{
      left:0;
    }

    .timeline-date.right{
      right:0;
    }
	
 .cards{
      display:flex;
      justify-content:center;
      gap:20px;
      flex-wrap:wrap;
      position:relative;
      z-index:2;
    }

    .flow-card{
      width:305px;
      background:#bd1f27;
      color:#fff;
      border-radius:6px;
      padding:60px 20px 60px;
      position:relative;
      text-align:center;
      box-shadow:0 12px 25px rgba(0,0,0,0.15);
    }

    /* Corner borders */
    .flow-card::before,
    .flow-card::after{
      content:"";
      position:absolute;
      width:35px;
      height:35px;
      border:2px solid #fff;
    }

    .flow-card::before{
      top:8px;
      right:8px;
      border-left:none;
      border-bottom:none;
    }

    .flow-card::after{
      bottom:8px;
      left:8px;
      border-right:none;
      border-top:none;
    }

    .phase{
      font-size:22px;
      margin-bottom:18px;
      text-transform:uppercase;
      letter-spacing:1px;
    }

    .big-title{
      font-size:58px;
      line-height:1;
      text-transform:uppercase;
      margin-bottom:28px;
      color:var(--accent);
      -webkit-text-stroke:2px #5b0f13;
      letter-spacing:2px;
    }

    .month{
      font-size:16px;
      font-weight:700;
      margin-bottom:24px;
      text-transform:uppercase;
    }

    .desc{
      font-size:14px;
      line-height:1.8;
      font-weight:400;
    }

    /* BUTTON */
    .btn-wrapper{
      display:flex;
      justify-content:center;
      margin-top:55px;
      position:relative;
      z-index:3;
    }

    .know-btn{
      display:inline-block;
      background:var(--primary);
      color:#fff;
      text-decoration:none;
      padding:18px 70px;
      font-size:18px;
      letter-spacing:1px;
      text-transform:uppercase;
      position:relative;
	  font-weight:700;
    }
	
	.know-btn:hover, .know-btn:focus{
		color:#fff;
	}

    .know-btn::before,
    .know-btn::after{
      content:"";
      position:absolute;
      width:34px;
      height:34px;
      border:3px solid var(--primary);
    }

    .know-btn::before{
      left:-10px;
      bottom:-10px;
      border-top:none;
      border-right:none;
    }

    .know-btn::after{
      right:-10px;
      top:-10px;
      border-left:none;
      border-bottom:none;
    }

 

    @media(max-width:1100px){

      .cards{
        gap:20px;
      }

      .flow-card{
        width:300px;
      }

      .big-title{
        font-size:48px;
      }
    }

    @media(max-width:768px){

      .program-section{
        padding:50px 15px 100px;
      }

      .section-title h2{
        font-size:34px;
      }

      .timeline-line,
      .timeline-dot,
      .timeline-date{
        display:none;
      }

      .cards{
        flex-direction:column;
        align-items:center;
      }

      .flow-card{
        width:100%;
        max-width:420px;
      }

      .big-title{
        font-size:42px;
      }

      .know-btn{
        font-size:26px;
        padding:16px 40px;
      }

      .footer-title h3{
        font-size:30px;
      }
    }




.shakun-section{
	background:#000;
	padding-top:60px;
}



.heading-style-black-shakun{
        position:relative;
        text-align:center;
        color:#b11d26;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        line-height:1.2;
		margin-bottom:0;
    }

    /* Left Line */
    .heading-style-black-shakun::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:41%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style-black-shakun::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:41%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    .heading-style-black-shakun span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:#000;
        z-index:2;
    }
	
	
		.heading-style-black-shakun span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style-black-shakun span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style-black-shakun span::before{
        left:0px;
    }

    .heading-style-black-shakun span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
	
@media (max-width: 1100px) {
    .heading-style-black-shakun span {
        background: none;
    }
	 .heading-style-black-shakun::before,
    .heading-style-black-shakun::after,
.heading-style-black-shakun span::before,
.heading-style-black-shakun span::after	{
        display: none;
    }
}	
	
.shakun-section-inner{
	background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/shakun_bg.webp');
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 100px; 
	padding-bottom: 0px; 
}
.shakun-name{
	font-size:150px;
	line-height:35px;
}
.shakun-c{
	bottom: 100px;
}
@media(max-width:1200px){

   .shakun-name{
	font-size:120px;
	line-height:28px;
}
.shakun-c{
	bottom: 35px;
}
    }
	
	@media(max-width:1000px){

   .shakun-name{
	font-size:90px;
	line-height:18px;
}

    }
	
		@media(max-width:770px){

   .shakun-name{
	font-size:65px;
	line-height:12px;
}
.shakun-c{
	bottom: 15px;
}
    }

.jury-info{
	font-size:24px;
	font-weight:600;
}
.jury-description{
	font-size:18px;
}

@media screen and (max-width: 650px) {
	   .shakun-name{
	font-size:50px;
	line-height:12px;
}
	.jury-info{
	font-size:16px;
	font-weight:600;
	margin-bottom:8px;
}
		.jury-description{
	font-size:13px;
	margin-bottom:5px;
}
		}

.categories-section{
			

    background: #e9e9e9;
    background: url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/grid_bg.webp');
    background-repeat: repeat repeat;
    padding: 40px 20px 120px;

		}
.categories-section h2{
	margin-bottom:40px;
}

.categories-section .divider-line{
			height:1px;
			background:#404040;
			margin-bottom:30px;
		}
		.carousel-tabs-h4{
			display:none;
			        color: #2e7fff;
        margin-bottom: 20px;
        font-size: 20px;
        font-weight: 700;
		}

		
		/* Style Owl Carousel navigation arrows */
.owl-carousel .owl-nav {
  position: absolute;
  top: 42%;
  left: 0;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; 
  z-index: 10;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  background-color: transparent;
  color: var(--primary);
  font-size: 8rem;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: none;
  pointer-events: all; /* Enable clicking on the buttons */
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-nav [class*=owl-]:hover{
	 background: transparent;
	
}

/* Optional: spacing from edge */
.owl-carousel .owl-nav button.owl-prev {
  margin-left: 10px;
}

.owl-carousel .owl-nav button.owl-next {
  margin-right: 10px;
}


/* Container for image */
.image-wrapper {
  position: relative;
  overflow: hidden;
}

/* Actual image */
.image-wrapper img {
  width: 100%;
  display: block;
  border-radius: 10px;
}

/* Black overlay */
.image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* 50% black */
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}

/* Remove overlay on center image */
.owl-carousel .center .image-overlay {
  opacity: 0;
}

/* Apply scale to all items by default */
.owl-carousel .item {
  transform: scale(0.9);
  transition: transform 0.3s ease;
  opacity: 0.7; /* Optional: slightly fade side items */
}

/* Scale up the active center item */
.owl-carousel .center .item {
  transform: scale(1);
  opacity: 1;
}

/* Hide content by default */
.slide-content {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  text-align: center;
  color: #000; /* Adjust for your design */
}

/* Show content only on center item */
.owl-carousel .center .slide-content {
  opacity: 1;
  transform: translateY(0);
}

.slide-content p {
	margin-top:40px;
	font-size:18px;
}
.slide-content p.second {
	margin-top:20px;
	font-size:30px;
}
.carousel-tabs a{
	    font-size: 24px;
    text-decoration: none;
    color: #747474;
    font-weight: 700;
}
.carousel-tabs a.active{
    color: #5069ff;
}

.slide-title{
	color: var(--primary);
	font-size:48px;
}

.categories-section .main-p{
	font-size:24px;
	margin-bottom:5px;
	font-weight:600;
}
.categories-section .sub-p{
	font-size:24px;
	margin-bottom:40px;
}







.three-d-carousel{
	padding-top: 60px;
	background:#000000 !important;
}

.carousel-container{
    width:100%;
    max-width:100%;
    height:650px;
    position:relative;
    perspective:2000px;
    overflow:hidden;
}

.carousel{
    width:100%;
    height:100%;
    position:relative;
    transform-style:preserve-3d;
}

.card{
    position:absolute;
    top:50%;
    left:50%;
    width:clamp(180px, 28vw, 360px);
    height:clamp(260px, 38vw, 500px);

    overflow:hidden;
    transition:all .7s ease;
    transform-style:preserve-3d;
    user-select:none;
    cursor:pointer;
    box-shadow:0 20px 50px rgba(0,0,0,.4);
	border: none;
}

.card img{
    width:100%;
    height:100%;
    object-fit:cover;
    pointer-events:none;
    -webkit-user-drag:none;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(to top, rgba(0,0,0,.8), transparent);
}

.content{
    position:absolute;
    left:25px;
    bottom:25px;
    color:#fff;
    z-index:5;
}

.content h2{
    font-size:clamp(20px,2vw,38px);
    margin-bottom:8px;
}

.content p{
    font-size:clamp(12px,1vw,16px);
    opacity:.9;
}

.nav-btn{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    width:55px;
    height:55px;
    border-radius:50%;
    border:none;
    background:rgba(255,255,255,.15);
    color:#fff;
    font-size:22px;
    cursor:pointer;
    z-index:999;
    backdrop-filter:blur(10px);
    transition:.3s;
}

.nav-btn:hover{
    background:#fff;
    color:#000;
}

.prev{
    left:20px;
}

.next{
    right:20px;
}

/* Mobile */
@media(max-width:768px){

    .carousel-container{
        height:500px;
    }

    .card{
        width:220px;
        height:320px;
    }

    .prev{
        left:10px;
    }

    .next{
        right:10px;
    }

    .nav-btn{
        width:45px;
        height:45px;
        font-size:18px;
    }
}

/* Small Mobile */
@media(max-width:480px){

    .carousel-container{
        height:420px;
    }

    .card{
        width:180px;
        height:260px;
        border-radius:20px;
    }

    .content{
        left:16px;
        bottom:16px;
    }
}










.heading-style-three-d{
        position:relative;
        text-align:center;
        color:#b11d26;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        line-height:1.2;
		margin-bottom:0;
    }

    /* Left Line */
    .heading-style-three-d::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:41%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style-three-d::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:41%;
        height:2px;
        background:#b11d26;
        transform:translateY(-50%);
    }

    .heading-style-three-d span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:#000;
        z-index:2;
    }
	
	
		.heading-style-three-d span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style-three-d span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style-three-d span::before{
        left:0px;
    }

    .heading-style-three-d span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
	
	
@media (max-width: 1100px) {
    .heading-style-three-d span {
        background: none;
    }
	 .heading-style-three-d::before,
    .heading-style-three-d::after,
.heading-style-three-d span::before,
.heading-style-three-d span::after	{
        display: none;
    }
}


.footer-hparticipate{
	background-color: var(--primary);
	color:  var(--cream);
	padding-top:60px;
	padding-bottom:60px;
}

.footer-hparticipate-p{
font-size: 60px;
    line-height: 65px;
}
	
    .cream-participate{
      display:inline-block;
      background:var(--cream);
      color:var(--primary);
      text-decoration:none;
      padding:18px 70px;
      font-size:18px;
      letter-spacing:1px;
      text-transform:uppercase;
      position:relative;
	  font-weight:700;
    }
	
	.cream-participate:hover, .cream-participate:focus{
		color:var(--primary);
	}

    .cream-participate::before,
    .cream-participate::after{
      content:"";
      position:absolute;
      width:34px;
      height:34px;
      border:3px solid var(--cream);
    }

    .cream-participate::before{
      left:-10px;
      bottom:-10px;
      border-top:none;
      border-right:none;
    }

    .cream-participate::after{
      right:-10px;
      top:-10px;
      border-left:none;
      border-bottom:none;
    }
	
footer {
	background:#000;
    padding-top: 60px;
    padding-bottom: 30px;
}


.featured-btn-section-only{
	background:#000;
	padding-bottom:20px;
}


.btn-camera-btn-p{
      position:relative;
      display:inline-block;
      background:#c61f2d;
      color:#fff;
      text-decoration:none;
      font-weight:700;
      font-size:21px;
      padding:12px 65px;
      text-transform:uppercase;
      letter-spacing:1px;
    }
	
.btn-camera-btn-p:hover, .btn-camera-btn-p:focus{
		color:#fff;
		text-decoration:none;
	}


.btn-camera-btn-p::before{
      content:"";
      position:absolute;
      left:-12px;
      bottom:-12px;
      width:45px;
      height:40px;
      border-left:2px solid var(--primary);
      border-bottom:2px solid var(--primary);
    }

.btn-camera-btn-p::after{
      content:"";
      position:absolute;
      right:-12px;
      top:-12px;
      width:45px;
      height:40px;
      border-right:2px solid #fff;
      border-top:2px solid #fff;
    }
	
.terms-hero{
	background:var(--primary);
	padding-top:80px;
	padding-bottom:80px;
}

.heading-style-terms{
        position:relative;
        text-align:center;
        color:#ffffff;
        font-size:42px;
        font-weight:700;
        text-transform:uppercase;
        letter-spacing:2px;
        line-height:1.2;
		margin-bottom:0;
    }

    /* Left Line */
    .heading-style-terms::before{
        content:"";
        position:absolute;
        top:50%;
        left:0;
        width:41%;
        height:2px;
        background:#ffffff;
        transform:translateY(-50%);
    }

    /* Right Line */
    .heading-style-terms::after{
        content:"";
        position:absolute;
        top:50%;
        right:0;
        width:41%;
        height:2px;
        background:#ffffff;
        transform:translateY(-50%);
    }

    .heading-style-terms span{
        position:relative;
        display:inline-block;
        padding:0 40px;
        background:var(--primary);
        z-index:2;
    }
	
	
		.heading-style-terms span::after{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%);

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_left_w.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}
	.heading-style-terms span::before{
    content:"";
    position:absolute;
    top:50%;
    right:8px;
    transform:translateY(-50%) ;

    width:22px;
    height:22px;

    background-image:url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/d_arrow_right_w.webp');
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
	}

    .heading-style-terms span::before{
        left:0px;
    }

    .heading-style-terms span::after{
        right:0px;
        transform:translateY(-50%);
    }
	
	
	
@media (max-width: 1100px) {
    .heading-style-terms span {
        background: none;
    }
	 .heading-style-terms::before,
    .heading-style-terms::after,
.heading-style-terms span::before,
.heading-style-terms span::after	{
        display: none;
    }
}


.terms-second{
    background: #e9e9e9;
    background: url('https://indiainmotion.sfo3.cdn.digitaloceanspaces.com/assets/grid_bg.webp');
    background-repeat: repeat repeat;
    padding: 80px 0;
		}
p.termsp {
    font-size: 21px;
}

.terms-third{
    background: #000;
    padding: 80px 0;
	color: #fff;
		}
h2.terms{
	margin-bottom:30px;
}
.program-guidelines-header h2{
	color: var(--accent);
	font-size:40px;
}

.program-guidelines-header p{
	color: #fff;
	font-size:21px;
}



.program_h_one{
    width:100%;
    overflow:hidden;
}
.program_h_one .banner-img{
    width:100%;
    height:auto;
    display:block;
    object-fit:cover;
}
@media (min-width:1921px){

    .program_h_one{
        max-width:2500px;
        margin:auto;
    }

    .program_h_one .banner-img{
        width:100%;
    }
}
@media (max-width:767px){

    .program_h_one .banner-img{
        min-height:220px; /* optional */
        object-fit:cover;
    }

}

.shakun-section-program{
	background:#000;
	padding-top:60px;
}
.shakun-name-program{
	font-size:70px;
	line-height:0px;
}
.shakun-pp{
	font-size:80px;
}
.shakun-pp2{
	font-size:20px;
}

@media (max-width:1200px){

  .shakun-name-program{
	font-size:65px;
	line-height:70px;
}

}

@media (max-width:700px){

  .shakun-name-program{
	font-size:55px;
	line-height:60px;
}
.shakun-pp{
	font-size:48px;
}
.shakun-pp2{
	font-size:16px;
}
}


.footer-wtparticipate{
	background-color: var(--primary);
	color:  #fff;
	padding-top:60px;
	padding-bottom:60px;
}

.footer-wtparticipate-p{
font-size: 60px;
    line-height: 65px;
}



.know-btnn{
      display:inline-block;
      background:#fff;
      color:var(--primary);
      text-decoration:none;
      padding:18px 70px;
      font-size:18px;
      letter-spacing:1px;
      text-transform:uppercase;
      position:relative;
	  font-weight:700;
    }
	
	.know-btnn:hover, .know-btnn:focus{
		color:var(--primary);
	}

    .know-btnn::before,
    .know-btnn::after{
      content:"";
      position:absolute;
      width:34px;
      height:34px;
      border:3px solid #fff;
    }

    .know-btnn::before{
      left:-10px;
      bottom:-10px;
      border-top:none;
      border-right:none;
    }

    .know-btnn::after{
      right:-10px;
      top:-10px;
      border-left:none;
      border-bottom:none;
    }


.upload-video-box{
    width:100%;
    border:2px dashed #ffffff40;
    border-radius:24px;
    background:rgba(255,255,255,0.05);
    padding:40px 25px;
    text-align:center;
    transition:0.3s ease;
    cursor:pointer;
}

.upload-video-box:hover{
    border-color:#b11d26;
}

.upload-video-box.active-upload{
    border-color:#1db954;
}

.upload-icon{
    width:80px;
    height:80px;
    background:#b11d26;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 20px;
}

.upload-title{
    color:#fff;
    font-size:19px;
    font-weight:700;
    margin-bottom:10px;
}

.upload-text{
    color:#d4d4d4;
    font-size:13px;
}

.upload-format{
    color:#bdbdbd;
    font-size:12px;
}

.video-preview-wrapper{
    width:100%;
}

.video-preview{
    width:100%;
    max-height:250px;
    border-radius:18px;
    background:#000;
    object-fit:cover;
}

.file-name{
    color:#fff;
    font-size:15px;
    font-weight:600;
    word-break:break-all;
}

.change-video-btn{
    border:none;
    background:#b11d26;
    color:#fff;
    padding:12px 28px;
    border-radius:50px;
    font-size:14px;
    font-weight:600;
    transition:0.3s ease;
}

.change-video-btn:hover{
    background:#91171f;
}

@media(max-width:768px){

    .upload-video-box{
        padding:30px 18px;
    }

    .upload-title{
        font-size:20px;
    }

    .upload-icon{
        width:65px;
        height:65px;
    }

    .video-preview{
        max-height:260px;
    }

}