
@font-face {
    font-family: 'GraviolaBoldItalic';
    src: url('fonts/GraviolaBoldItalic.eot');
    src: url('fonts/GraviolaBoldItalic.eot') format('embedded-opentype'),
         url('fonts/GraviolaBoldItalic.woff2') format('woff2'),
         url('fonts/GraviolaBoldItalic.woff') format('woff'),
         url('fonts/GraviolaBoldItalic.ttf') format('truetype'),
         url('fonts/GraviolaBoldItalic.svg#GraviolaBoldItalic') format('svg');
}

@font-face {
    font-family: 'GraviolaRegular';
    src: url('./fonts/GraviolaRegular.eot');
    src: url('./fonts/GraviolaRegular.eot') format('embedded-opentype'),
         url('../fonts/GraviolaRegular.ttf') format('truetype'),
         url('./fonts/GraviolaRegular.svg#GraviolaRegular') format('svg');
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html{
    scroll-behavior: smooth;
    scroll-padding-top:4rem;
}
body {
    width: 100%;
    padding: 0 !important;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-family: 'GraviolaRegular';
	scroll-behavior: smooth;
    overflow-y: scroll !important;
    overflow-x: hidden;
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}

/*-----loader-------------*/
#spiner-loading {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 999999;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.9);

    /* background: #202127; */
  }

  .spiner-container {
    position: relative;
    color: #ffffff;
  }

  .loader-spnr {
    width: 3em;
    height: 3em;
    border: 0.3em solid rgba(10, 109, 209, 0.6);
    border-left-color: #ff0001;
    border-radius: 50%;
    animation: spin 1s linear infinite;
  }

  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }


header{
background-color: #ffffff;
    padding: 10px 0;
    z-index: 2;
}
.navbar-brand{
   width: 200px;
   z-index: 99999;
    
}
.navbar-brand img{
   width: 250px;
    
}

header .nav-link{
    font-size: 18px;
    color: #18499b;
}
header .nav-link:hover{
    color: #d62027;
}

.navbar-nav {
    gap: 30px;
}


.navbar-toggler {
    border: 2px solid #18499b;
}

.navbar-toggler:focus{
    outline: 0;
    border: 0;
}


.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #143C86;
}

.offcanvas.offcanvas-end {
    z-index: 99999;
}
section{
    width: 100%;
}

.banner{
    position: relative;
}
.banner img{
    margin-top: 80px;
}

.banner-cnt{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    width: 80%;
}


.banner-cnt h1{
    font-size: 3rem;
    font-weight: 600;
    text-transform: uppercase;
    font-style: italic;
    text-align: center;
    -webkit-text-stroke: 1px #fff;
    margin: 0 0 10px 0 ;
  
}

.banner-cnt h1 p{
    font-size: 1.8rem;
    font-weight: 300;
    color: #143C86;
    margin: 0;
    line-height: normal;
}

.banner-cnt h1 p.sp-label{ 
    background-color: #ffffff;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 0;
    outline: 0;
    font-size: 1.8rem;
    font-weight: 800;
    padding: 8px 8px;
    display: inline-block;
    transform: skew(-15deg);
    -webkit-text-stroke: 1px #143C86;
    
}
.banner-cnt h1 p.sp-label > span {
    display: inline-block;
    transform: skew(15deg);
  }


.banner-cnt p{
    font-size: 1.1rem;
}

  /*-------------main content css start------------*/
  .sec-1 {
    background-image: url(../images/bg-grey.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 0;
}

.mainTitle h2{
    font-size: 2.5rem;
    font-weight: 600;
    font-style: italic;
    text-align: center;
    -webkit-text-stroke: 2px #143C86;
    margin: 0;
    color: #143C86;
    text-wrap: balance;
}


.step-sec{
    margin: 2.5rem 0;
}

.step-sec .card{
   text-align: center;
   color: #143C86;
   background-color: transparent;
   border: 0;
   position: relative;
   width: 100%;
}

.step-sec .card img{
    width: 50px;
   
}

.step-sec .card .card-text{
    line-height: 20px;
}

.step-sec .card::after{
    content: "";
    position: absolute;
    right: -25px;
    top:20px;
  width: 22px;
  height: 22px;
  background: url(../images/arrow-next.png);
}
.step-sec .card.card-last::after{
    background: transparent;
}

.video-title{
    background-color: #18499B;
    color: #ffffff;
    border-radius: 20px;
    width: 86%;
    margin: 0 auto;
    text-align: center;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.video-title h3{
    font-size: 1.5rem;
    padding: 10px;
    margin: 0;
}

.scan-video{
    position: relative;
    background-repeat: no-repeat;
    background-size:100% 100%;
    padding-bottom: 0;
}

.play-icon{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-icon img{
    width: 70px;
    height: auto;
}


/* pranali */
.H3heading{
    font-size: 35px;
    line-height: 44px;
}  
.mostMoves .H3heading{
    color: #143C86;
}  
.H3heading span{
    font-weight: 700;
} 
.logoitems ul {
    padding-left: 0;
}  
.logoitems ul li{
    display: inline-block;
    width: 19%;
} 

.logoitems .swiper-slide img
{
    cursor: pointer;
    border: 1px solid transparent;
}
.logoitems .swiper-slide img:hover{
    background-color: rgba(0, 0, 0, 0.25);
    /* border: 1px solid #ffffff; */
    transform: scale(1.1);
    transition: 1s;
}
.logoitems .swiper-slide:hover
{
  
    transition: 1s;
}
.logoclick {
    /* height: 90vh; */
    position: relative;
    background: #12387c;
    background-image: url(../images/bluebg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    /* background-size: 100%; */
    color: #ffffff;
} 
.H2heading  
{
    font-size: 3.5rem;
    font-weight: 700;
} 
.prizes  {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    text-align: center;
}   
.logoitems
{
    /* transform: translateY(20%); */
    padding-bottom: 150px;
}
.form-control 
{
    border-radius: 15px;
    background: transparent;
}
.inputbottom{
    /* margin: 30px 0; */
}
/* video {
    border: 1px dashed #ffffff;
    display: block;
    border-radius: 20px;
  }
   */
.videoUpload {
    position: relative;
} 
.videoChooseicon {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.backsubmitBtn a, .backsubmitBtn button  
{
    background-color: white;
    max-width: 135px;
    border: 1px solid;
    width: 100%;
    box-shadow: none;
    outline: 0;
    border-radius: 10px;
    margin-left: 10px;
}   
.backsubmitBtn a:focus, .backsubmitBtn a:active, .backsubmitBtn a:hover{
    box-shadow: none;
    outline: 0;
    background-color: #0000ff;
    color: #ffffff;
}
.formsection p
{
    max-width: 700px;
    margin: 0 auto;
    
} 
.videoUpload video {
    width: 100%;
    height: 200px;
 } 
 .form-control{
    color: #ffffff;
 }
 input[type="radio"] {
    display: none;
  }

  :checked + label img {
    transform: scale(0.9);
    box-shadow: 0 0 5px #333;
    z-index: -1;
    border: 1px solid #ffffff !important;
  }  
  input::-webkit-input-placeholder {
    color: #000000;
  }

  
  
  input:-moz-placeholder {
    color: #84B1FF;
    opacity: 1; /* Needed for Firefox */
  }
  
  input::-moz-placeholder {
    color: #84B1FF;
    opacity: 1;
  }
  
  input:-ms-input-placeholder {
    color: #84B1FF;
  }
  
  .form-control::placeholder { 
    color: #84B1FF;
    opacity: 1;
}

.form-control:-ms-input-placeholder { 
    color: #84B1FF;
}

.form-control::-ms-input-placeholder { 
    color: #84B1FF;
}

.form-control:focus { 
    color: #000000;
  
}

.form-control:focus {
    background-color: rgba(0, 0, 0, 0.25);
    color: #ffffff;
    }
/* 
label:before {
  background-color: white;
  color: white;
  content: " ";
  display: block;
  border-radius: 50%;
  border: 1px solid grey;
  position: absolute;
  top: -5px;
  left: -5px;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 28px;
  transition-duration: 0.4s;
  transform: scale(0);
} */

.videoUpload
{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    border: 1px dashed rgba(255, 255, 255, 0.4);
    border-radius: 20px;
    transition: 0.2s;
   height: 200px;
  }
  
  .file-drop-area {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
  .swiper-pagination{
    bottom:0px !important;
  }

  
  .file-message {
    font-size: 17px;
    overflow: hidden;
    padding-top: 15px;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
    
  }

  .button:focus:not(:focus-visible){
    border: 1px solid #ffffff !important;
  }
  #submitForm{
    background-color: #ffffff;
    color: #000000;
  }
  .frames{
   background-image: url('../images/rr-frames.png');
}
.swiper-pagination-bullet{
    background: #ec7130;
    opacity: 1;
 }
 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f8ea19;
}
/* Container to hold both the image and the frame */
.image-container {
    position: relative;
    width: 100%;
    /* max-width: 500px; Limit max-width */
    margin: 0 auto; /* Center the container */
    box-sizing: border-box;
  }

  .frame-img {
    width: 100%; 
    height: auto; 
    display: block;
    padding: 15px; 
  }

  .frames {
    position: absolute; 
    top: 0;
    left: 0;
    width: 100%; 
    height: 100%; 
    pointer-events: none;
    background-size: contain; 
    background-position: center center; 
    background-repeat: no-repeat; 
   
  }



  .image-container {
    position: relative;
    width: 100%;
    /* max-width: 600px;  */
    margin: auto;
  }

  .frame {
    /* background-image: url('./images/bg-frame.png');  */
    background-size: cover;
    background-position: center;
    /* padding: 20px;  */
    position: relative;
    margin-bottom: 25px;
  }


  .play-icon-2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.play-icon-2 img{
    width: 50px;
    height: auto;
    filter: drop-shadow(1px 1px 4px rgb(0, 0, 0));
}
  
.frames.frames-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* .frames.csk-frames {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none; 
    background-image: url('../images/csk-frames.png'); 
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  } */

 #thankyou{}

  #thankyou h3{
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
  }
  #thankyou p{
    font-size: 1.5rem;
  }
 
  .rr-frames
  {
    background-image: url('../images/rr-frames.png');
  }

  .kkr-frames
  {
    background-image: url('../images/kkr-frames.png');
  }

  .dc-frames
  {
    background-image: url('../images/dc-frames.png');
  }

  .srh-frames
  {
    background-image: url('../images/srh-frames.png');
  }

  .csk-frames
  {
    background-image: url('../images/csk-frames.png');
  }
  .frame video {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    object-position: center center;
}
       

.footerul{
    padding-left: 0;
    float: right;
}
.footerul li{
    padding: 0 5px 0;
    display: inline-block;
}
footer{
    background-image: url(../images/ftr-bg.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    color: #ffffff;
}
footer p, .footerul
{
    margin-bottom: 0;
}
.footerul img{
   max-width: 25px;
}
.jsw-paint-text-logo img{
    max-width: 115px;
    margin: 0;
    position: relative;
    top: -4px;
}
  /*-------------main content css end------------*/

  /*---responsive8*/
  @media (max-width: 820px) {
    .banner-cnt{
        top: 100px;
    }
   
    .banner-cnt h1 {
        font-size: 2rem;
    }

    .banner-cnt h1 p.sp-label {
        font-size: 1rem;
  }
  .play-icon {
    top: 60%;
}
.logoclick {
    background-image: url(../images/Blue-bg-ipd.jpg);
    /* min-height: 60vh; */
} 

}


@media (max-width: 767px) {
    .frame video {
        /* max-height: 80px; */
    }
    .footerul img{
        max-width: 20px;
     }
     .footerul li {
        padding: 0 2px 0;
    }
    footer p, .footerul {
        font-size: 11px;
        float: none;
        text-align: center;
        line-height: 25px;
    }

    .footerul li:first-child{
        display: block;
    }
.banner-cnt h1 {
    font-size: 1.5rem;
}
.step-sec .card.mob-arrow::after{
    background: transparent;
}
.logoclick {
    background-image: url(../images/m-bg.jpg);
    background-size: cover;
}
.H3heading, .prizes {
    font-size: 18px;
    line-height: 26px;
}
.H2heading {
    font-size: 2.2rem;
}
.logoitems {
    transform: translateY(10%);
}
.prizes
{
    bottom: 10%;
}
.formsection{
    background-size: cover;
    height: 100%;
}
.videoUpload{
    height: 150px;
}
.choose-file-button img{
    max-width: 40px;
}
.mainTitle h2 {
    font-size: 1.5rem;
}
.play-icon img {
    width: 60px;
}

/* .captcha-container{
    margin-top: 30px;
} */

/* .backsubmitBtn {
    margin-bottom: 20px;
} */
.display-no{
    display: none;
}

#thankyou h3{
    font-size: 2.2rem;
  }
}

@media (max-width: 576px) {
    .play-icon {
        top: 63%;
    }

    .play-icon-2 img{
        width: 30px;
    }
  
}