body {
    background-image: url(images/bg1.jpg);
    }
    .none{
      display: none;
    }
.bg_pothim{
  right: 0;
  left: 0;
  margin: 0 auto;
    background-size: 100% 100%;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.a_school{
  width: 73%;
    margin: 0 auto;
    background-color: #33a2ade0;
    right: 0;
    left: 0;
    border-radius: 0 15px;
    color: white;
    height: 140px;
    overflow-y: scroll;
    position: relative;
    top: -130px;
    padding: 3px 10px;
}
.a_school {
  --scrollbarBG: #34888a;
    --thumbBG: #d6a746;
}
.a_school::-webkit-scrollbar {
  width: 11px;
}
.a_school {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}
.a_school::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}
.a_school::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 6px;
  border: 3px solid var(--scrollbarBG);
}
.gingle{
  position: fixed;
    left: 0;
    max-width: 100%;
    width: 220px;
}
.lock{
  cursor: pointer;
}
.pop_question{
  position: fixed;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 0;
    top: 15%;
    padding: 0px;
    background-color: #573e80de;
    border-radius: 28px;
    box-shadow: 3px 4px 11px #47316b;
    border: 4px solid #775e9e;
    opacity: 0;
    overflow: hidden;
    transition: all .5s ease;
    width: 50%;
}
.pop_question.active{
  height: 500px;
  padding: 45px;
  opacity: 1;
  max-width: 50%;
}
.que h3{
  font-size: 35px;
  color: white;
  width: max-content;
  margin: 0 auto;
  max-width: 80%;
}
.que h3.border{
  font-size: 25px;
  border: 2px solid white;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.que .continue{
  width: 120px;
height: 120px;
margin: 0 auto;
background-color: #2eaab9;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
color: white;
font-size: 25px;
font-weight: bold;
box-shadow: 10px 10px 10px #163940;
transition: all .5s;
cursor: pointer;
}
.que .continue:hover{
box-shadow: 0 0 0 #163940;
color: #ffec00;
}
.que select{
  width: 440px;
    height: 113px;
    border-radius: 12px;
    background-color: #ffec00;
    margin: 15px 0;
    font-size: 24px;
    font-family: 'Assistant';
    padding: 0 15px;
    overflow: hidden;
}
.que select option{
  border-bottom: 1px solid black;
}
.que div.wpcf7 input[type=text]{
  width: 250px;
    height: 54px;
    border-radius: 47px;
    background-color: #ffec00;
    margin: 15px 0;
    font-size: 24px;
    font-family: 'Assistant';
    padding: 0 15px;
}
.que div.wpcf7 input[type=submit]{
  width: 120px;
      height: 120px;
      margin: 0 auto;
      background-color: #2eaab9;
      border-radius: 48px 50px 5px 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: white;
      font-size: 20px;
      font-weight: bold;
      box-shadow: 10px 10px 10px #163940;
      transition: all .5s;
      cursor: pointer;
}
.pop_question_close{
  position: absolute;
    left: 15px;
    top: 0;
    color: yellow;
    font-size: 40px;
    cursor: pointer;
    transition: all .5s;
}
.pop_question_close:hover{
    color: white;font-size: 48px;
}
.que div.wpcf7 input[type=submit]:hover{
box-shadow: 0 0 0 #163940;
color: #ffec00;
}
ul.doors li{
  width: calc(100%/5);
}
ul.doors li.list_class {
    width: calc(100%/5);
    width: 95%;
    list-style: circle;
    border-bottom: 1px solid navajowhite;
    margin: 8px 4px;
    font-size: 13px;
}
ul.doors li h2{
  font-size: 17px;
    font-weight: bold;
    color: yellow;
}
ul.doors li .door{
  width: 100%;
  background-image: url(images/door_1_close.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 550px;
  opacity: .5;
  filter: grayscale(1);
  background-position: center;
  pointer-events: none;
  transition: all .5s;
  max-height: 72vh;
}
ul.doors li img{
  max-width: 25%;
  margin: 10px 3px 0;
}
ul.doors li:nth-child(1) .door,ul.doors li:nth-child(2) .door,ul.doors li:nth-child(3) .door,ul.doors li:nth-child(4) .door,ul.doors li:nth-child(5) .door{
  opacity: 1;
  filter: none;
  pointer-events: auto;
}
ul.doors li:nth-child(2) .door{
  background-image: url(images/door_2_close.png);
}
ul.doors li:nth-child(3) .door{
  background-image: url(images/door_3_close.png);
}
ul.doors li:nth-child(4) .door{
  background-image: url(images/door_4_close.png);
}
ul.doors li:nth-child(5) .door{
  background-image: url(images/door_5_close.png);
}
.door.active img.lock{
/*  opacity: 0;*/
}
ul.doors li:nth-child(1) .door.active{
  background-image: url(images/door_1_close_.png);
}
ul.doors li:nth-child(2) .door.active{
  background-image: url(images/door_2_close_.png);
}
ul.doors li:nth-child(3) .door.active{
  background-image: url(images/door_3_close_.png);
}
ul.doors li:nth-child(4) .door.active{
  background-image: url(images/door_4_close_.png);
}
ul.doors li:nth-child(5) .door.active{
  background-image: url(images/door_5_close_.png);
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #66528c;
    height: 400px;
    top: -400px;
    position: relative;
    border: 0;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 32px;
}
/********************CLOUDS****************************/
#clouds{
}

/*Time to finalise the cloud shape*/
.cloud {
	width: 200px;
    height: 60px;
    background: #56b2bba1;
    border-radius: 200px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    position: absolute;
    top: 2vh;
}

.cloud:before, .cloud:after {
	content: '';
	position: absolute;
	background: #98d6dc;
	width: 100px; height: 80px;
	position: absolute; top: -15px; left: 10px;

	border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-border-radius: 100px;

	-webkit-transform: rotate(30deg);
	transform: rotate(30deg);
	-moz-transform: rotate(30deg);
}

.cloud:after {
	width: 120px; height: 120px;
	top: -55px; left: auto; right: 15px;
}

/*Time to animate*/
.x1 {
	-webkit-animation: moveclouds 15s linear infinite;
	-moz-animation: moveclouds 15s linear infinite;
	-o-animation: moveclouds 15s linear infinite;
}

/*variable speed, opacity, and position of clouds for realistic effect*/
.x2 {
	left: 200px;

	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	transform: scale(0.6);
	opacity: 0.6; /*opacity proportional to the size*/

	/*Speed will also be proportional to the size and opacity*/
	/*More the speed. Less the time in 's' = seconds*/
	-webkit-animation: moveclouds 25s linear infinite;
	-moz-animation: moveclouds 25s linear infinite;
	-o-animation: moveclouds 25s linear infinite;
}

.x3 {
	left: -250px; top: -200px;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

.x4 {
	left: 470px; top: -250px;

	-webkit-transform: scale(0.75);
	-moz-transform: scale(0.75);
	transform: scale(0.75);
	opacity: 0.75; /*opacity proportional to the size*/

	-webkit-animation: moveclouds 18s linear infinite;
	-moz-animation: moveclouds 18s linear infinite;
	-o-animation: moveclouds 18s linear infinite;
}

.x5 {
	left: -150px; top: -150px;

	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0.8; /*opacity proportional to the size*/

	-webkit-animation: moveclouds 20s linear infinite;
	-moz-animation: moveclouds 20s linear infinite;
	-o-animation: moveclouds 20s linear infinite;
}

@-webkit-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-moz-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
@-o-keyframes moveclouds {
	0% {margin-left: 1000px;}
	100% {margin-left: -1000px;}
}
/******************BIRD************************/
.bird {
  background-image: url(images/bird-cells-new.svg);
  background-size: auto 100%;
  width: 88px;
  height: 125px;
  will-change: background-position;
  -webkit-animation-name: fly-cycle;
  animation-name: fly-cycle;
  -webkit-animation-timing-function: steps(10);
  animation-timing-function: steps(10);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bird--one {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird--two {
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.bird--three {
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.bird--four {
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.bird-container {
  position: absolute;
  top: 0%;
  left: -10%;
  -webkit-transform: scale(0) translateX(-10vw);
  transform: scale(0) translateX(-10vw);
  will-change: transform;
  -webkit-animation-name: fly-right-one;
  animation-name: fly-right-one;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.bird-container--one {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

.bird-container--two {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.bird-container--three {
  -webkit-animation-duration: 14.6s;
  animation-duration: 14.6s;
  -webkit-animation-delay: 9.5s;
  animation-delay: 9.5s;
}

.bird-container--four {
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  -webkit-animation-delay: 10.25s;
  animation-delay: 10.25s;
}

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@keyframes fly-cycle {
  100% {
    background-position: -900px 0;
  }
}
@-webkit-keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@keyframes fly-right-one {
  0% {
    -webkit-transform: scale(0.3) translateX(-10vw);
    transform: scale(0.3) translateX(-10vw);
  }
  10% {
    -webkit-transform: translateY(2vh) translateX(10vw) scale(0.4);
    transform: translateY(2vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(0vh) translateX(30vw) scale(0.5);
    transform: translateY(0vh) translateX(30vw) scale(0.5);
  }
  30% {
    -webkit-transform: translateY(4vh) translateX(50vw) scale(0.6);
    transform: translateY(4vh) translateX(50vw) scale(0.6);
  }
  40% {
    -webkit-transform: translateY(2vh) translateX(70vw) scale(0.6);
    transform: translateY(2vh) translateX(70vw) scale(0.6);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.6);
    transform: translateY(0vh) translateX(90vw) scale(0.6);
  }
  60% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.6);
    transform: translateY(0vh) translateX(110vw) scale(0.6);
  }
}
@-webkit-keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
@keyframes fly-right-two {
  0% {
    -webkit-transform: translateY(-2vh) translateX(-10vw) scale(0.5);
    transform: translateY(-2vh) translateX(-10vw) scale(0.5);
  }
  10% {
    -webkit-transform: translateY(0vh) translateX(10vw) scale(0.4);
    transform: translateY(0vh) translateX(10vw) scale(0.4);
  }
  20% {
    -webkit-transform: translateY(-4vh) translateX(30vw) scale(0.6);
    transform: translateY(-4vh) translateX(30vw) scale(0.6);
  }
  30% {
    -webkit-transform: translateY(1vh) translateX(50vw) scale(0.45);
    transform: translateY(1vh) translateX(50vw) scale(0.45);
  }
  40% {
    -webkit-transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
    transform: translateY(-2.5vh) translateX(70vw) scale(0.5);
  }
  50% {
    -webkit-transform: translateY(0vh) translateX(90vw) scale(0.45);
    transform: translateY(0vh) translateX(90vw) scale(0.45);
  }
  51% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
  100% {
    -webkit-transform: translateY(0vh) translateX(110vw) scale(0.45);
    transform: translateY(0vh) translateX(110vw) scale(0.45);
  }
}
