* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}



html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
font-weight: bolder;
}



[border-radius] {
    border-radius: 20px;
    background-color: transparent;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #58595b !important;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #58595b !important;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #58595b !important;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #58595b !important;
}

::-webkit-scrollbar {
  width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #1d0c32; 
  border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #1d0c32; 
}
.row {
  --bs-gutter-x: 0rem;
}
body {
  background-image: url('../images/bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}

.main-container {

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  margin: 0;
  padding: 0 0;
  max-width: 100%;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: space-between;
}

/* count down */
.count-down {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 70%;
  -webkit-column-gap: calc(8px + 0.5vw);
  -moz-column-gap: calc(8px + 0.5vw);
  column-gap: calc(8px + 0.5vw);
  height: auto;
  margin: 2rem 0rem;
}

.count-down div {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: calc(26px + 2vw);
    line-height: calc(24px + 3vw);
    color: #A7A9AC;
    font-weight: bold;
}

.count-down div span {
  font-family: 'Nexa-bold';
    position: relative;
    z-index: 100;
    top: 25%;

}
#days-txt, #hours-txt, #minutes-txt ,#seconds-txt {
  font-size: calc(13px + 0.7vw);
  line-height: 18px;
  text-transform: uppercase;
font-family: 'Nexa-regular';
  font-weight: 600;
}
/* .count-down .days::before {
    content: "Days";
}
.count-down .hours::before {
    content: "Hours";
}
.count-down .minutes::before {
    content: "Minutes";
}
.count-down .seconds::before {
    content: "Seconds";
} */
/* .count-down .days::before, .count-down .hours::before, .count-down .minutes::before, .count-down .seconds::before {
    position: absolute;
    bottom: calc(0px - -2vw);
    font-size: calc(10px + 0.7vw);
    font-weight: bold;
    text-transform: uppercase;
    color: #a7a9ac;
    z-index: 101;
} */

/* Animated counter */
.count-down .animated-circle {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 99;
}

.count-down .animated-circle svg {
    width: 100%;
    height: 100%;
}

.count-down img {
    width: 100%;
}

/* start lock modal */
.event-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.95);
    padding: 25px;
    text-align: center;
    font-weight: 600;
    min-width: 50%;
}

.event-popup .event-poup-con {
    position: relative;
    height: auto;
    max-width: 500px;
    margin: auto;
    padding: 3vw 3vh;
    background-color: #ffffff;
    border-radius: 25px;
    font-size: 1.3em;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.event-popup .event-link {
    text-align: center;
    border-radius: 10px;
    max-width: 280px;
    margin: auto;
    color: #666;
    margin-bottom: 0.4rem;
    margin-top: 2vw;
}

.event-popup .event-link a {
    border-radius: 7px;
    text-decoration: none;
    display: inline-block;
    padding: 0.25rem 1rem;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #76770d;
    color: #fff;
    border: 1px solid #fff;
}

/* start style of the spin  */
.overlay-hidden {
    display: none !important;
}

.loading-overlay {
    background: rgb(0 0 0 / 72%);
    color: #fff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.reverse-spinner {
    position: relative;
    height: 150px;
    width: 150px;
    border: 6px solid transparent;
    border-top-color: #D1D3D4;
    border-left-color: #D1D3D4;
    border-radius: 50%;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

.reverse-spinner::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    content: "";
    border: 6px solid transparent;
    border-top-color: #622979;
    border-left-color: #622979;
    border-radius: 50%;
    -webkit-animation: spinBack 1s linear infinite;
    animation: spinBack 1s linear infinite;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}

@keyframes spinBack {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(-720deg);
        transform: rotate(-720deg);
    }
}




  a {
    background-color: #9ca0a1; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: not-allowed !important;
    border-radius: 10px;
  }
.active{
  background-color: #e56b26;
cursor: pointer !important;
color: #fff;
}

  @-webkit-keyframes contAnim {
    15%, 100% {
      margin-left: -250px;
      width: 500px;
    }
    25%, 90% {
      margin-left: -70px;
      width: 140px;
    }
  }
  
  @keyframes contAnim {
    15%, 100% {
      margin-left: -250px;
      width: 500px;
    }
    25%, 90% {
      margin-left: -70px;
      width: 140px;
    }
  }
  @-webkit-keyframes numAnim {
    15% {
      stroke-dasharray: 0, 518.055065155;
      stroke-dashoffset: 0;
      opacity: 0;
    }
    25%, 41% {
      opacity: 1;
      stroke-dasharray: 144.4256591797, 518.055065155;
      stroke-dashoffset: -40;
    }
    53%, 66% {
      stroke-dasharray: 136.0216217041, 518.055065155;
      stroke-dashoffset: -227.238697052;
    }
    76% {
      stroke-dasharray: 113.4751205444, 518.055065155;
      stroke-dashoffset: -445.8995704651;
    }
    88%, 100% {
      stroke-dasharray: 72.1554946899, 518.055065155;
      stroke-dashoffset: -445.8995704651;
    }
    92% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes numAnim {
    15% {
      stroke-dasharray: 0, 518.055065155;
      stroke-dashoffset: 0;
      opacity: 0;
    }
    25%, 41% {
      opacity: 1;
      stroke-dasharray: 144.4256591797, 518.055065155;
      stroke-dashoffset: -40;
    }
    53%, 66% {
      stroke-dasharray: 136.0216217041, 518.055065155;
      stroke-dashoffset: -227.238697052;
    }
    76% {
      stroke-dasharray: 113.4751205444, 518.055065155;
      stroke-dashoffset: -445.8995704651;
    }
    88%, 100% {
      stroke-dasharray: 72.1554946899, 518.055065155;
      stroke-dashoffset: -445.8995704651;
    }
    92% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @-webkit-keyframes rotation {
    to {
      transform: rotate(360deg);
    }
  }
  @keyframes rotation {
    to {
      transform: rotate(360deg);
    }
  }
  @-webkit-keyframes demoAnim {
    15% {
      border-radius: 20px;
      transform: rotate(0);
    }
    30%, 43% {
      border-radius: 50%;
      transform: rotate(360deg);
    }
    52%, 65% {
      border-radius: 0;
      transform: rotate(720deg);
    }
    78%, 90% {
      border-radius: 50%;
      transform: rotate(1080deg);
    }
    100% {
      border-radius: 20px;
      transform: rotate(1440deg);
    }
  }
  @keyframes demoAnim {
    15% {
      border-radius: 20px;
      transform: rotate(0);
    }
    30%, 43% {
      border-radius: 50%;
      transform: rotate(360deg);
    }
    52%, 65% {
      border-radius: 0;
      transform: rotate(720deg);
    }
    78%, 90% {
      border-radius: 50%;
      transform: rotate(1080deg);
    }
    100% {
      border-radius: 20px;
      transform: rotate(1440deg);
    }
  }
  @-webkit-keyframes hideText {
    15%, 100% {
      opacity: 1;
    }
    20%, 96% {
      opacity: 0;
    }
  }
  @keyframes hideText {
    15%, 100% {
      opacity: 1;
    }
    20%, 96% {
      opacity: 0;
    }
  }

 #timer-p2{
    display: none;
  }
  .head {
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .full-header {
    position: relative;
}

.full-header img {
    width: 100%;
}
footer {
  background-color: #45108A;
}

.logo{

}
.logo img{
  max-width: 20%;
}
.main-txt img{
  max-width: 50%;
}
@media only screen and (max-width: 992px) {

.count-down {
    width: 70%;
}
.count-down div {
    font-size: calc(20px + 2vw);
    line-height: calc(24px + 3vw);
}
#days-txt, #hours-txt, #minutes-txt, #seconds-txt {
    font-size: calc(8px + 0.6vw);
    line-height: 12px;
    text-transform: uppercase;
}
   
}

@media only screen and (width: 1024px) and (height: 1366px),
only screen and (width: 1366px) and (height: 1024px),
only screen and (width: 1024px) and (height: 768px) {

    .img-full {
        display: none;
    }

   .count-down {
    width: 80%;

}


}

@media only screen and (width: 768px) and (height: 1024px),
(max-width: 991px) and (orientation: landscape) {
    .img-col {
        width: 35%;
        align-items: center;
    }

    .form-col {
        /* width: 65%; */
    }

    .form {
        margin-top: 12vw;
    }

    .count-down {
        margin-bottom: 5vw;
    }

    body {
        justify-content: center;
    }

    #count-down {
        width: 90%;
    }

   .main-txt img {
    max-width: 43%;
}
}

@media only screen and (max-width: 992px) and (orientation: portrait) {
.logo img {
    max-width: 45%;
}
.count-down {
    width: 90%;
}
.count-down div {
    font-size: calc(20px + 2vw);
    line-height: calc(24px + 3vw);
}
#days-txt, #hours-txt, #minutes-txt, #seconds-txt {
    font-size: calc(7px + 0.6vw);
    line-height: 17px;
    text-transform: uppercase;
}
}
@media only screen and (max-width: 400px) and (orientation: portrait) {
    #days-txt, #hours-txt, #minutes-txt, #seconds-txt {
        font-size: calc(6px + 0.5vw);
        line-height: 15px;
    }
    .count-down div {
        font-size: calc(16px + 2vw);
        line-height: calc(8px + 3vw);
    }
}
@media only screen and (max-width: 480px) and (orientation: landscape){
    .count-down {
        width: 92%;
    }
}