@import url(fullpage.min.css);
@import url(aos.css);
@import url(bootstrap.css);

/* Width */
body::-webkit-scrollbar {
  width: 2px;
  /* You can adjust this value to make the scrollbar thinner or thicker */
}

/* Track */
body::-webkit-scrollbar-track {
  background: black;
  /* Gray background color */
}

/* Handle */
body::-webkit-scrollbar-thumb {
  background: currentColor;
  /* Black scrollbar handle color */
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* Dark gray scrollbar handle color on hover */
}


/* Header Css Code:Start */
header nav ul>li>a.nav-link {
  color: #12121280;
  font-size: clamp(10px, 0.88vw, 12px);
  line-height: normal;
}

header nav ul>li.active>a.nav-link {
  color: #193C6A;
}

.text-shadow {
  text-shadow: 0px 4px 15.1px #00000078;
}

[class*="bg-gradient-"]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-gradient-1::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 44.41%);
}

.bg-gradient-2::after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 56.09%);

}

/*.bg-gradient-3::after {
  background: #00000080;

}*/

.grid-card-3 .horizontal-img img {

  height: min(17vh);
  filter: brightness(0.5);
}

.grid-card-3 .vertical-img img {
  /* max-height: 390px;
  min-height: 390px; */
  height: min(41.3vh);
  filter: brightness(0.5);
}

@media(max-width:767px) {
  .grid-card-3 .horizontal-img img {
    max-height: 100px;
    min-height: 100px;
  }

  .grid-card-3 .vertical-img img {
    max-height: 150px;
    min-height: 150px;
  }

  .bg-gradient-1::after,
  .bg-gradient-2::after {
    background: rgba(0, 0, 0, 0.3);
  }

}

.grid-card-4 img {
  min-height: 215px;
  max-height: 215px;
}


.section-split {
  background: linear-gradient(90deg, #193C6A 50%, transparent 50%);
}

@media(max-width:991px) {
  .split-1>.section {
    background: #193C6A;
  }
}

.nav-tabs button {
  min-height: 120px;
  max-height: 120px;
}


.carousel-inner .container:has(h2){
  bottom: calc(50vh + 180px);
  padding-left: 0px;

}


/* .carousel-inner h3 {
  top: calc(50vh - 150px);
  width: calc(50vw - 75px);
  display: flex;
  justify-content: center;
} */

.quiz {
  bottom: calc(50vh + 120px);
 
}
.carousel h3.quiz {
  animation: title-zoom-out 1s ease-in-out;
}
/* .carousel h3 {
  animation: title-zoom-out 1s ease-in-out;
} */



.section .typewriter
{
  opacity: 0;
}
.section.fp-completely .typewriter
{
  opacity: 1;
}


.carousel h2 {
  animation: title-zoom-out 1s ease-in-out;
}

@keyframes title-zoom-out {
  100% {
    transform: translateY(0%);
  }

  0% {
    transform: translateY(-200%);
  }
}

/* .carousel .active .card {
  animation: left-to-right 1s ease-in-out;
}

@keyframes left-to-right {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0%);
  }
}

.carousel .card {
  animation: top-to-bottom 1s ease-in-out;
  max-width: 450px;
}

@keyframes top-to-bottom {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(200%);
  }
} */

.carousel .card{
  transform: scale(0);
}
.carousel.active .card {

  animation: scale 0.5s forwards;
  max-width: 450px;
    transform: scale(0);
 

}

@keyframes scale {
  from {
 
    transform: scale(0);
}

to {
    
    transform: scale(1);
}
}






/* .section.active .grid-card-3 {
  animation: grid-card-3-1 1s ease;
} */

/* .section .grid-card-3 {
  animation: grid-card-3-2 1s ease;
} */

/* @keyframes grid-card-3-1 {
  0% {
    transform: translateY(100vh);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes grid-card-3-2 {
  0% {
    transform: translateY(-100vh);
  }

  100% {
    transform: translateY(0vh);
  }
} */

.next:hover svg path,
.prev:hover svg path {
  fill: #fff;
  fill-opacity: 1;
}


#fullpage {
/*  padding-top: 70px;*/
/*  height: fit-content !important;*/
}

#fullpage~a.next {
  transform: translateX(200%);
  transition: all 0.5s ease-in-out;
}

#fullpage~a.prev {
  transform: translateX(-200%);
  transition: all 0.5s ease-in-out;

}
@media(max-width:767px){
  #fullpage~a.prev,
  #fullpage~a.next {
    font-size: 12px !important;
  }
}
/* #fullpage:has(> .section.active:last-child)~a, */
#fullpage:has(> .section.active:last-child > .fp-slides  >.fp-slidesContainer .slide.active:last-child)~a {
  transform: translateX(0%);

}


.feedback-opinion input+label {
  width: clamp(90px, 15.63vw, 155px);
  height: clamp(110px, 17.14vw, 170px);
  background: #FFFFFF1A;
  backdrop-filter: blur(2px) invert(0.2);

}


.feedback-opinion input:checked+label {
  background-color: #A9C23F;
}







.input.range {
  position: relative;
  margin: auto;
  outline: none;
  padding: 0;
  /* width: calc(100% - 32px); */
  height: 2px;
  background: rgb(255 255 255);
  cursor: pointer;
  -webkit-appearance: none;
  transition: initial;
  z-index: 1;
}

.range .ui-slider-handle {
  position: absolute;
  margin: -16px 0 0 -16px;
  border-radius: 100%;
  background: #FFF;
  border: 0;
  height: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  color: #000;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  transition: transform 0.1s ease;
  font-weight: 800;
}

.input.range .ui-slider-range {
  background-image: linear-gradient(#FFF, #FFF);
}

.ui-slider-handle {
  background: #ffffff;
}

.accordion-button::after {
  display: none;
}
.accordion-button:active{
  border: none;
}


.accordion-item
 {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(50px);
  transition: all 0.5s ease-in-out;

}
.accordion-button svg{
  transition:  all 0.5s ease-in-out;
}
.accordion-button[aria-expanded="true"] svg{
  transform: rotate(180deg);
}
.accordion-item:has(.accordion-button[aria-expanded="true"]){
  background-color: rgba(169, 194, 63, 1);
}



.split{
  background-size:50% 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
.split::after{
  content: "";
  background: #00000080;
  background: linear-gradient(90deg, transparent 50%, #00000080 50%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;

}

.drage-section-inner label{
  position: absolute;
  z-index: 1;
  margin-top: 60px;
  background-color: rgb(0 0 0 / 55%);

}

.drage-section > .drage-section-inner{
  min-height: 315px;
  max-height: 315px;
  overflow: hidden;
}


.drage-section-inner .drag-box-4 label{
  margin-top: 0px; 
  right: calc(15% - 28px);
}

.content.active  ~ .content-defaul {
  display: none;
}
.title-whatshake{
  top: 80px;
}
@media(min-width:768px){
  .title-whatshake{
    top: 50%;
    transform: translateY(-50%);
  }
  .vh-md-100{
    height: 100vh;
  }
}
 .pt-md-70{
  padding-top: 70px;
 }

 .slider-number{
  right: 90px;
 }

 @media(max-width:768px){
  .feedback-opinion input+label svg{
    width: 50px;
    height: 50px;
  }
  .feedback-opinion input+label span{
    font-size: 14px !important;
  }

  .drage-section > .drage-section-inner{
    min-height: 150px;
    max-height: 150px;
    overflow: hidden;
  }
  .drag-label-badge label{
    font-size: 10px !important;
    background-color: rgba(117, 117, 117, 0.55);
  }
  .drage-section-inner .drag-box-4 label{
    margin-top: 0px; 
    right: calc(15% - 28px);
    bottom: 0;
  }
  
  .carousel-item{
    padding-inline: 10px;
    
  }
  .carousel-item .card{
    position: absolute;
    bottom: 30px;
    backdrop-filter: blur(2px);
    background-color: #193C6A;
    /* margin-bottom: 50px; */
  }
  .slider-number{
    right: 70px;
   }
   .grid-card-4 img {
    min-height: 100px;
    max-height: 100px;
  }
  .text-over-hide{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 16;
    -webkit-box-orient: vertical;
  }

  
.split{
  background-size:cover;

}

.split::after{
  content: "";
  background: #00000080;
  /* background: linear-gradient(90deg, transparent 0%, #00000080 100%); */
  

}
.layer-bg{
  background-color: #193C6A;
}
.navbar-brand img{
    width: 70px;
}

}
.fp-slidesNav{
  display: none;
}

/* Added on 21st May */
input{
  caret-color: transparent;
}
.cursor {
    background-color: #fff;
    width: 0.25rem;
    height: 1.3rem;
    animation: blink 1s infinite;
    display: inherit;
    position: absolute;
    top: 38px;
}
@keyframes blink {
    0%, 100% {
        background-color: transparent;
    }
    50% {
        background-color: #fff;
    }
}
.card input{
/*  border-bottom-color: red !important;*/
}
.red_border{
  border-bottom-color: red !important;
}
.card input:focus{
  box-shadow: none;
}
.card .btn-blink{
  animation: blink_btn 1s linear infinite;
  
}

.card.active .btn-blink{
  animation: none;
}
.card.active input{
  border-bottom-color: white !important;
}
@keyframes blink_btn {
  0%, 100% {opacity: 1;}
  50% {background: red;border-color: red;}
}





/* Flip Card */
/*.custom-card {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin: -150px;
  float: left;
  perspective: 500px;
}

.custom-content {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: transform 1s;
  transform-style: preserve-3d;
}

.custom-card:hover .custom-content {
  transform: rotateY( 180deg ) ;
  transition: transform 0.5s;
}

.front,
.back {
  position: absolute;
  height: 100%;
  width: 100%;
  background: transparent;
  line-height: 290px;
  color: #03446A;
  text-align: center;
  font-size: 60px;
  border-radius: 5px;
  backface-visibility: hidden;
}

.back {
  background: transparent;
  color: white;
  transform: rotateY( 180deg );
}*/

/* Flip 2  */













.flip {
  position: relative;

  transform-origin: center;
  animation: scaleUp1 4s linear infinite;
}





.col-6:nth-child(2) .flip {
  animation: scaleUp2 4s linear infinite;
  animation-delay: 1s;
}
.col-6:nth-child(2) .flip:hover{
  animation-play-state: paused;
}

.col-6:nth-child(3) .flip {
  animation: scaleUp3 4s linear infinite;
  animation-delay: 2s;
}
.col-6:nth-child(3) .flip:hover{
  animation-play-state: paused;
}

.col-6:nth-child(4) .flip {
  animation: scaleUp4 4s linear infinite;
  animation-delay: 3s;
}
.col-6:nth-child(4) .flip:hover{
  animation-play-state: paused;
}

@keyframes scaleUp1 {
  0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
}

@keyframes scaleUp2 {
  0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
}

@keyframes scaleUp3 {
  0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
}

@keyframes scaleUp4 {
  0% {
      transform: scale(0.9);
  }
  50% {
      transform: scale(1);
  }
  100% {
      transform: scale(0.9);
  }
} 


.flip:hover{
  animation-play-state: paused;
}




.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}

.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.slide.active .flip.flip-vertical > .front,
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}

.slide.active .flip.flip-vertical > .back,
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}


.flip {
  position: relative;
  display: inline-block;
  /*margin-right: 2px;
  margin-bottom: 1em;
  width: 400px;*/
}
.flip > .front,
.flip > .back {
  display: block;
  /*color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background: #313131;
  border-radius: 10px;*/
}
.flip > .front p,
.flip > .back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;

  
}
/* 
.carousel-inner .carousel-item.active:nth-child(3) ~ .prev {
  display: none;
}

.drag-label-badge li:has(label)::before{
  content: "";
  position: absolute;

}
.drag-label-badge li:nth-child(1)::before{
  left: calc(50% - 14vw);
  bottom: 1vw;
  transform: rotate(25deg);
  width: 1px;
  height: 55%;
  background-color: #fff;
}
.drag-label-badge li:nth-child(2)::before{
  left: calc(50% - 20px );
  bottom: -24px;
  transform: rotate(44deg);
  width: 1px;
  height: 83%;
  background-color: #fff;
}
.drag-label-badge li:nth-child(3)::before{
  left: calc(50% + 110px);
  bottom: -52px;
  transform: rotate(53deg);
  width: 1px;
  height: 98%;
  background-color: #fff;
}
.drag-label-badge li:nth-child(4)::before{
  left: calc(50% + 100px);
  bottom: 3px;
  transform: rotate(48deg);
  width: 1px;
  height: 30%;
  background-color: #fff;
}

@media(min-width:1921px){
  .drag-label-badge li:nth-child(1)::before{
    left: calc(50% - 220px);
  bottom: 15px;
 
    transform: rotate(25deg);
    width: 1px;
    height: 55%;
    background-color: #fff;
  }
} */
.arrow-gif{
  display: none;
}
.drag-label-badge li > label ~ .arrow-gif{
  display: block;
}


.text-custom-danger{
  color: #ff8200;
}
.nav-tabs .nav-link{
  backdrop-filter: blur(50px) !important;
}

.nav-tabs #tab1-tab.nav-link.active{
  background-color: #59c638;
  border-color: #59c638;
}
#tab1 .accordion-item:has(.accordion-button[aria-expanded="true"]){
  background-color: #59c638;
}


.nav-tabs #tab2-tab.nav-link.active{
  background-color: #FF8200;
  border-color: #FF8200;
}
#tab2 .accordion-item:has(.accordion-button[aria-expanded="true"]){
  background-color: #FF8200;
}

.nav-tabs #tab3-tab.nav-link.active{
  background-color:#007b4B;
  border-color: #007b4B;
}
#tab3 .accordion-item:has(.accordion-button[aria-expanded="true"]){
  background-color: #007b4B;
}
.box_color_1{
  background: #A9C23F;
}
.box_color_2{
  background: #FF8200;
}
.box_color_3{
  background: #FFCD00;
}
.box_color_4{
  background: #007b4B;
}

.middle-card{
  top: 50%;
  transform: translateY(-50%);
}

@media(max-width:767px){
  .carousel-inner .container:has(h2){
    bottom: calc(50%);
    top: auto !important;
    z-index: 99;
  }
  .carousel-inner .container:has(.card){
    bottom: calc(50% - 300px);
    transform: none !important;
    top: auto !important;
    
  }
  .quiz{
    z-index: 99;
    bottom:calc(50% - 20px);
    top:auto;
   
  }
  .carousel-inner img
  {
    /* filter: brightness(0.5); */
  }
 
  /* .slider-number{
    top: 70px  !important;
  }
  .slider-default-number{
    top:70px !important
  } */
} 

.carousel-inner .card.active dotlottie-player {
  display: none;
}

.line-height-0-5{
  line-height: 0.5;
}
.fs-0-7{
  font-size: 0.7rem;
  font-weight: normal;
}
.no-decration{
  text-decoration: none;
}
.display-initial{
  display: initial;
}
.top-55{
  top: 55vh;
}
.top-25{
  top: 25vh;
}
@media(max-width:767px){
  .top-55{
    top: 15vh;
  }
  .footer-note{
    bottom: 50px !important;
  }  
}

/*Animated borde box*/

.animated-border-box,
.animated-border-box-glow {
  position: relative;
  overflow: hidden;
  z-index: 0;
  /* Border Radius */
  border-radius: 10px;
}

.animated-border-box-glow {
  overflow: hidden;
  /* Glow Blur */
  filter: blur(20px);
}

.animated-border-box:before,
.animated-border-box-glow:before {
  content: "";
  z-index: -2;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  position: absolute;
  width: 99999px;
  height: 99999px;
  background-repeat: no-repeat;
  background-position: 0 0;
  /*border color, change middle color*/
  background-image: conic-gradient(
    rgba(0, 0, 0, 0),
    #1976ed,
    rgba(0, 0, 0, 0) 25%
  );
  /* change speed here */
  animation: rotate 4s linear infinite;
}

.animated-border-box:after {
  content: "";
  position: absolute;
  z-index: -1;
  /* border width */
  left: 5px;
  top: 5px;
  /* double the px from the border width left */
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  /*bg color*/
  /* background: #292a2e; */
  /*box border radius*/
  border-radius: 7px;
}

@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}

/*// Border Animation END//*/
.center-box {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1d1e22;
}

.glow-shadow{
  text-shadow: 2px 0px 2px #193c6a;
}
.glow {
/*  margin-top: 20px;*/
}
.glow{
  color: #ffffff;
  text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #0ba9ca, 0 0 30px #0ba9ca, 0 0 40px #0ba9ca, 0 0 50px #0ba9ca;
  -webkit-animation: blink 1.5s infinite alternate;
          animation: blink 1.5s infinite alternate;
}
.glow .major {
  display: block;
  font-size: 200px;
}
.glow .minor {
  display: block;
  font-size: 24px;
}

@-webkit-keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #0ba9ca, 0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}

@keyframes blink {
  100% {
    text-shadow: 0 0 2px #ffffff, 0 0 10px #ffffff, 0 0 20px #ffffff, 0 0 40px #0ba9ca, 0 0 70px #0ba9ca, 0 0 80px #0ba9ca;
  }
}

.target-counter{
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
}
.fp-watermark {
  opacity: 0 !important;
}
.fp-sr-only{
  display: none !important;
}

.way-forward #section4 .fs-3,.way-forward #section5 .fs-3,.way-forward #section6 .fs-3{
  font-size: clamp(16px, 2.02vw, 24px) !important;
}
