@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
html,body{
    height: 100%;
} 
body{
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  /* cursor: url("../img/hand.png"), auto; */
}
/*.animation{*/
/*	height: 100%;*/
/*	width: 100%;*/
/*	background-color: hsla(200, 40%, 30%, 0.4);*/
/*	background-image: url("https://78.media.tumblr.com/cae86e76225a25b17332dfc9cf8b1121/tumblr_p7n8kqHMuD1uy4lhuo1_540.png"),*/
/*		url("https://78.media.tumblr.com/66445d34fe560351d474af69ef3f2fb0/tumblr_p7n908E1Jb1uy4lhuo1_1280.png"),*/
/*		url("https://78.media.tumblr.com/8cd0a12b7d9d5ba2c7d26f42c25de99f/tumblr_p7n8kqHMuD1uy4lhuo2_1280.png"),*/
/*		url("https://78.media.tumblr.com/5ecb41b654f4e8878f59445b948ede50/tumblr_p7n8on19cV1uy4lhuo1_1280.png"),*/
/*		url("https://78.media.tumblr.com/28bd9a2522fbf8981d680317ccbf4282/tumblr_p7n8kqHMuD1uy4lhuo3_1280.png");*/
/*	background-repeat: repeat-x;*/
/*	background-position: 0 20%, 0 100%, 0 50%, 0 100%, 0 0;*/
/*	background-size: 2500px, 800px, 500px 200px, 1000px, 400px 260px;*/
/*	animation: 50s para infinite linear;*/
/*}*/

/*@keyframes para {*/
/*	100% {*/
/*		background-position: -5000px 20%, -800px 95%, 500px 50%, 1000px 100%, 400px 0;*/
/*	}*/
/*}*/
.bg-1{
  background-image: url(../img/bg/01.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-2{
  background-image: url(../img/bg/02.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-3{
  background-image: url(../img/bg/03.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-4{
  background-image: url(../img/bg/04.jpeg);
  /* background-repeat: no-repeat;
  background-size: cover; */
  background-size: 84%;
}
.bg-5{
  background-image: url(../img/bg/05.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-6{
  background-image: url(../img/bg/06.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-7{
  background-image: url(../img/bg/07.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-8{
  background-image: url(../img/bg/08.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-9{
  background-image: url(../img/bg/09.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-10{
  background-image: url(../img/bg/10.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
}
.zero-home{
    height: 350px;
    /*position: absolute;*/
    top: 20%;
    z-index: 1;
    left: 42%;
}
.button{
    position:absolute;
    display:inline-block;
    margin:0px;
    width:100%;
  }
  
  .button a{
    color:white;
    font-weight:800;
    text-transform: uppercase;
    font-size:25px;
    text-align: center;
    text-decoration:none;
    background-color:#FFA12B;
    display:block;
    position:relative;
    padding:10px 40px;
    
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-shadow: 0px 1px 0px #000;
    filter: dropshadow(color=#000, offx=0px, offy=1px);
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    box-shadow:inset 0 1px 0 #FFE5C4, 0 10px 0 #915100;
    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: url("../img/hand.png"), auto;
  }
  
  .button a:active{
    top:10px;
    background-color:#F78900;
    
    -webkit-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #915100;
    -moz-box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3pxpx 0 #915100;
    box-shadow:inset 0 1px 0 #FFE5C4, inset 0 -3px 0 #915100;
  }
  
  .button:after{
    content:"";
    height:100%;
    width:100%;
    padding:4px;
    position: absolute;
    bottom:-15px;
    left:-4px;
    z-index:-1;
    background-color:#2B1800;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }

  .thought {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border-radius: 30px;
    min-width: 40px;
    max-width: 300px;
    min-height: 40px;
    margin: 20px;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: absolute;
    font-family: "Satisfy", cursive;
    font-size: 25px;
    
  }
  .thought:before,
  .thought:after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: -1;
  }
  .thought:before {
    width: 44px;
    height: 44px;
    top: -12px;
    left: 28px;
    box-shadow: -50px 30px 0 -12px #fff;
  }
  .thought:after {
    bottom: -10px;
    right: 26px;
    width: 30px;
    height: 30px;
    box-shadow: 40px -34px 0 0 #fff, -28px -6px 0 -2px #fff,
      -24px 17px 0 -6px #fff, -5px 25px 0 -10px #fff;
  }

  .pos-1{
    left: 56%;
    top: 20%;
  }
  .pos-2 {
    left: 28%;
    top: 20%;
}
  .video-outer{
    position: absolute;
    top: 10px;
    left: 35px;
  }
  .spicker-left{
    position: absolute;
    height: 350px;
    left: 0px;
    top: 15%;
  }
  .spicker-right{
    position: absolute;
    height: 350px;
    right: 0px;
    top: 15%;
  }
.scatebordd{
  position: absolute;
  top: 56%;
  left: 34%;
  margin: 0px auto;
  text-align: center;
}
.scatebordd a{
  margin: 0px auto;
}
.mascot-21{
  position: absolute;
  left: 10%;
  top: 63%;
}
.mascot-21 img{
  height: 150px;
}
.mascot-22{
  left: 50%;
  transform: translate(-50%, 0);
  top: 200px;
}
.show-image{
  cursor: pointer;
  position:relative;
}
.bubble2 {
  position: absolute;
  width: auto;
  text-align: center;
  line-height: 1.4em;
  margin: 40px auto;
  background-color: #fff;
  border: 4px solid #333;
  border-radius: 30px;
  padding: 20px;
  font-size: large;
  font-weight: 800;
}
.thought2 {
  width: auto;
  border-radius: 200px;
  padding: 30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.bubble2:before,
.bubble2:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
}
.speech2:before {
  left: 30px;
  bottom: -50px;
  border: 25px solid;
  border-color: #333 transparent transparent #333;
}
.speech2:after {
  left: 38px;
  bottom: -30px;
  border: 15px solid;
  border-color: #fff transparent transparent #fff;
}
.thought2:before,
.thought2:after {
  left: 10px;
  bottom: -30px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 4px solid #333;
  -webkit-border-radius: 28px;
  -moz-border-radius: 28px;
  border-radius: 28px;
}
.thought2:after {
  width: 20px;
  height: 20px;
  left: 5px;
  bottom: -40px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
}
.pos-44{
  top: 35%;
  left: 30%;
}
.btn-close-edit{
    height:35px;
    width:35px;
    border-radius:100px;
    text-align:center;
    line-height:35px;
    right:-17.5px;
    top:-17.5px;
    background-color:#000000;
    color:#ffffff;
    position:absolute;
}
.modal-body-new{
    padding:30px;
}
.terms-bottom h6{
    font-size:18px;
    font-weight:600;
}
.terms-bottom p{
    font-size:13px;
    font-weight:400;
}
.terms-bottom i{
    font-size:6px;
}
.zero-ride{
    border:3px solid #ffa12b;
    padding:30px;
    border-radius:15px;
    background-color:#efefef85;
}
.zero-ride h3{
    font-size:25px;
    font-weight:700;
    margin-bottom:15px;
}
.zero-ride h3 small{
    font-size:14px;
}
.zero-ride ul{
    margin:0px auto;
    padding:0px;
    list-style-type:none;
}
.zero-ride li{
    padding:6px 0px;
    border-bottom:1px solid #dddddd;
    font-size:14px;
    font-weight:500;
}
.zero-ride li:last-child{
    border-bottom:none;
}
.zero-ride a{
    background-color:#ffa12b;
    color:#ffffff;
    display:inline-block;
    padding:10px 25px;
    border-radius:8px;
    text-decoration:none;
    margin-top:10px;
}
.payment-box{
    width:500px;
    padding:30px;
    border-radius:15px;
}
.payment-source{
    font-size:13px;
    margin-bottom:0px;
}
.payment-source img{
    height:15px;
}
.scatebordd-2{
    top:10%;
}
.razorpay-payment-button{
    background-color:#ffa12b;
    color:#ffffff;
    display:inline-block;
    padding:10px 25px;
    border-radius:8px;
    text-decoration:none;
    margin-top:10px;
    border:none;
    text-transform:uppercase;
    font-weight:600;
}
.vh100{
    height:100vh;
}
.button-new a{
    text-decoration:none;
    background: #C6261A;
    background: linear-gradient(360deg, rgba(198, 38, 26, 1) 0%, rgba(244, 145, 41, 1) 50%, rgba(223, 60, 38, 1) 100%);
    font-size:20px;
    font-weight:800;
    color:#ffffff;
    padding:15px 40px;
    display:inline-block;
    margin:15px 0px 0px 0px;
    border-radius:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    box-shadow:0px 10px 10px rgba(0,0,0,0.5);
}
.button-new-btn{
    text-decoration:none;
    background: #C6261A;
    background: linear-gradient(360deg, rgba(198, 38, 26, 1) 0%, rgba(244, 145, 41, 1) 50%, rgba(223, 60, 38, 1) 100%);
    font-size:20px;
    font-weight:800;
    color:#ffffff;
    padding:15px 40px;
    display:block;
    margin:15px 0px 0px 0px;
    border-radius:10px;
    text-transform:uppercase;
    letter-spacing:1px;
    box-shadow:0px 10px 10px rgba(0,0,0,0.5);
    border:none;
    width:100%;
    white-space: nowrap;
}
.video-learing{
    width:735px;
    height:440px;
}
.wwww100{
    width:100%;
}
.scateborddd{
  position: absolute;
  top: 75%;
  left: 40%;
  right: 40%;
  margin: 0px auto;
  text-align: center;
}
.amit-page-one{
    margin:0px auto;
    height:350px;
    margin-top:10%;
}
.amit-page-three{
    top:25%;
}
.margin-top-mmmb{
    padding-top:150px;
}
.popup-zoro-img{
    position:absolute;
    height:350px;
    bottom:20px;
    left:0px;
}