#logocrop{
  width: 180px;
  margin-left: 1rem;
  margin-top: 1rem;
  border-radius: 55px;
  position: relative;
  margin-bottom: -3rem;
}
#logocrop1{
  width:110px;
  position: relative;
  margin: auto;
  margin-top: 0.5rem;
  display: block;
}

body{
  -webkit-tap-highlight-color: transparent;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 margin:0px;
}
html {
  scroll-behavior: smooth;
}
#div,#error{
  background: #fff;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
  z-index: 1;

	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: none;
    display:flex;
    flex-direction: column;
}
#name,#email,#password1,#password2{
  position:relative;
  padding:12px;
  border-radius:0px;
  outline:none;
  border-style:solid;
  border-top: 0px;
  border-bottom:0px;
  border-right:0px;
  border-width:7px;
  background:rgb(231, 231, 231);
  border-color: yellow;
  transition:0.2s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#name:focus{
  border-color:dodgerblue;
  transform:scale(1.04);
}
#email:focus{
  border-color:dodgerblue;
  transform:scale(1.04);
}
#password1:focus{
  border-color:dodgerblue;
  transform:scale(1.04);
}
#password2:focus{
  border-color:dodgerblue;
  transform:scale(1.04);
}
#p1,#p2{
  text-align: center;
  font-size: 300%;;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  cursor:default;
}
#button1{
				border-radius:20px;
				outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  padding: 0.8rem;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#button{
  cursor: pointer;
  border-radius:3px;
  outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  width:150px;
  padding: 12px;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
button:active{
  transform:scale(0.8)
}
#p,#p2,#p4,#p3,#p5{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#p2{
				text-align: center;
				position:relative;
				bottom:40px;
}
#div3{
				background: #fff;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
  z-index: 1;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: none;
    display:flex;
    flex-direction: column;
}
#span,#p5{
text-decoration: none;
				color:dodgerblue;
}
#otp{
  border-radius:8px;
  outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  margin:4%;
  width:150px;
  padding: 12px;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#opt:active{
  transform:scale(0.8)
}
#re{
  border-radius:30px;
}
#surajj{
  text-align: center;
  cursor:default;
  font-size:380%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:rgb(66, 66, 66);
  animation-name: suraj;
  animation-duration: 2s;
  
}
@keyframes suraj{
  0%{
    opacity: 0.0;
  }
  10%{
    opacity: 0.2;
  }
  20%{
    opacity: 0.3;
  }
  40%{
    opacity: 0.5;
  }
 60%{
    opacity: 0.7;
  }
  100%{
    opacity: 1;
  }
}
#span1{
  text-align: center;
  font-size:140%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:rgb(66, 66, 66);
  cursor:default;
 border-style: solid;
 border-right: 0px;
 border-top:0px;
 border-left: 0px;
 border-color: rgb(66, 66, 66);
 padding: 6px;
 animation-name: suraj;
  animation-duration: 2s;
  
}

#button12{
  cursor: pointer;
  border-radius:6px;
  outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  width:150px;
  padding: 12px;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#flex{
  display: flex;
  flex-direction:column;
  align-items: center;
}
#surajcancel,#surajcancel1{
  animation-duration: 3s;
  animation-name: suraj;
  text-align: center;
  cursor:default;
  font-size:280%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:rgb(66, 66, 66);
}
#why{
  text-align: center;
  font-size:140%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:rgb(66, 66, 66);
  cursor:default;
}
#name1,#email1,#phone,#cancel1{
  background:#f8f7f7;
  transition:0.3s;
  border-style:solid;
  border-width:2px;
  border-top:0px;
  border-right:0px;
  border-left:0px;
  border-radius:1px;
  outline: none;
  padding:2px;
  font-size: 104%;
}
#name1:focus{
  border-width:3.3px;
  border-color:dodgerblue;
  transform:scale(1.1)
}
#name1:active{
  transform:scale(0.8)
}
#phone:focus{
  border-width:3.3px;
  border-color:dodgerblue;
  transform:scale(1.1)
}
#phone:active{
  transform:scale(0.8)
}
#cancel1:focus{
  border-width:3.3px;
  border-color:dodgerblue;
  transform:scale(1.1)
}
#cancel1:active{
  transform:scale(0.8)
}
#email1:focus{
  border-width:3.3px;
  border-color:dodgerblue;
  transform:scale(1.1)
}
#email1:active{
  transform:scale(0.8)
}
#cancelbtn{
  cursor: pointer;
  border-radius:6px;
  outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  width:200px;
  padding: 12px;
  font-size:150%;
  transition:0.13s;
  margin-top: 20px;
}
#canceldiv{
  border-radius: 7px;
  bottom:25px;
  background: #fff;
	width: 400px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
  z-index: 1;
	border-top: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    transition: none;
    display:flex;
    flex-direction: column;
}
#surajcancel1{
  font-size:230%;
  margin-top:200px;
}
#basichelp{
  -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
  background-color:#ffffff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display:flex;
  flex-direction: column;
  align-items: center;
  margin-top:8%;
}
#d1,#d2,#d3,#d4,#d5,#d6{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
#flex1{
  display:flex;
  flex-direction: row;
  position: relative;
}
#item1,#item2,#item3,#item4{
  display:flex;
  flex-direction: column;
  border-radius: 5px;
  bottom:25px;
  background: #fff;
	width: 200px;
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	margin: 7%;
	position: relative;
  left:-205px;
  margin-top:px;
  z-index: 1;
	border-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
#d1{
  color:#3c414c;
  font-size: 300%;
  font-weight: 600;
}
#d2{
  color:#666666;
  font-size:200%;
  font-weight: 500;
  position: relative;
  top:-40px;
}
#d3,#d4,#d5,#d6{
  color:#3c414c;
  font-weight: 600;

}
#footer{
  background-color:#f7f6f6;
  display: flex;
  flex-direction: row;
}
#logo,#foot1,#foot2{
  display: flex;
  flex-direction: column;
  margin:8%;
}
#logo{
  width:300px
}
#d9,#d13,#d7{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  font-weight: 600;
  color:#3c414c;
  font-size: 200%;
}
#d8,#d11,#d12,#d10,#d14,#d15,#d16
{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color:black;
  font-size:110%;
}
#d16
{
  text-align: center;
}
#basichelp,#footer{
  position: relative;
  top:-100px;
}
#d16{
  position: relative;
  top:-100px;
}
body{
  margin:0px;
}
@media only screen and (max-width: 12890px){
  #mobile{
    display: none;
  }
}
@media only screen and (max-width: 1289px){
  #flexmob{
    display: none;
  }
  #div3,#div{
    margin-bottom:200px;

  }
}
@media only screen and (max-width: 1215px){
  #mobile{
    display: none;
  }
  #div3,#div{
    margin-bottom:200px;

  }
  #flex1{
    flex-direction: column;
   align-items: center;
   position: relative;
   left:200px;
  }
}
#img{
position: relative;
top:30px;
}

@media only screen and (max-width: 996px) {
  #flexmob{
    display: none;
  }
#div3,#div{
  margin-bottom:200px;

}
#d16{
    position: relative;
    top:40px;
    font-size: 100%;
}
#div5{
    margin-bottom:500px;
}

#d8{
  width:200px;
}
#footer{
  flex-direction: column;
  margin-bottom:100px;
}
}
@media only screen and (max-width: 568px){
#div3,#div{
  margin-bottom:200px;

}
#d16{
    position: relative;
    top:40px;
    font-size: 100%;
}
#div5{
    margin-bottom:500px;
}
#img{
  display:none;
}
}
@media only screen and (max-width: 888px){
#basichelp{
  margin-top:300px;
}
#div3{
  margin-top:7rem
}
}

#d10,#d11,#d12,#d8,#d14,#d15{
  font-weight: 600;
  color:#666666
}
@media only screen and (max-width: 470px){
  #img{
    display: none;
  }
  #footer{
    flex-direction: column;
  }
  #d2{
    font-size: 100%;
  }
  #mobile{
    background: #ffffff;
    display: block;
    z-index:1;
    position: relative;
    top:-130px;
    padding: 4px;
  }
  #basichelp{
    display: none;
  }
  #image1,#image2,#image3,#image4{
    display: flex;
    flex-direction: column;

    background: #ffffff;
	box-sizing: border-box;
	padding: 25px;
	margin: 8% auto 0;
	position: relative;
  z-index: 1;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
  }
  #flexmob{
    display: flex;
    flex-direction: column;
  }
  #d1,#d2{
    text-align: center;

  }
  #d2{
    margin-top:80px;
  }
  #flexmob{
    margin-bottom: 60px;
  }
  #d16{
    margin-bottom:100px;
  }
}

.loader {
  margin-top:6%;
  margin-bottom:6%;
  border: 6px solid #f3f3f3;
  border-radius: 50%;
  border-top: 6px solid #3498db;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  left:140px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.contanier{
  position:relative;
 display:flex ;
text-align:center;
top:100px;
left:100px;
}
.road{
  position:absolute ;
  width:350px;
  height:100px;
  background-color:#2F363F;
  border-radius:50px;
  z-index:-3;overflow: hidden;
}
ul{
  position:absolute   ;
  list-style-type:none;
  top:25px;
  left:-25px;
  z-index:-2;
}
li{
  display:inline-block ;
  position:relative ;
  width:20px;
  height:6px;
  border-radius:20px;
  background-color:#fff;
  margin-left: 5px;
  animation:new 9s infinite   linear ;
 
}
@keyframes new{
  0%,40%{
      opacity: 1; left:350px;
  }
  50%{
      left:0px;
  }
  75%{
      opacity: 1;
  }
  80%{
      opacity: 0;
  }
  100%{
      opacity: 0;
  }
}

.bus{
  position:absolute  ;
  animation: move 9s infinite 0s linear ;
  right:110px;

}
@keyframes move {
  0%{
      transform: scale(0);opacity: 1;
  }
  15%{
      transform: translateX(300px);opacity: 1;

  }
  25%{
      transform: translateX(-40px);
  }
  49%{
      transform: translateX(-40px);
  }
  55%{
      transform: translateX(10px);
  }
  65%{
      transform: translateX(-65px);
  }
  100%{
      transform: translateX(450px);
  }
}
.back{
  position:absolute ;
  top:20px;
  right:0px;
  width:100px;
  height:60px;
  background-color:#DAE0E2;
  border-radius:1px;
}
.back1door{

  position:absolute ;
  top:5px;
  right:100px;
  width:25px;
  height:5px;
  background-color:#DAE0E2;
  animation: 10s linear infinite ;
  transform-origin: 130% 130%;
  transform: rotateZ(-90deg);
  animation: move1 9s infinite  1.1s linear;
}
@keyframes move1{
  0%{
      }
      15%{
          transform: rotate(-90deg); 
      }
  20%{
      transform: rotate(25deg);
      }
  23%{
      transform: rotate(5deg); 
  }
  30%{
      transform: rotate(-90deg);
      }
}
.back2door{
 
  position:absolute ;
  top:45px;
  right:100px;
  width:25px;
  height:5px;
  background-color:#DAE0E2;
  animation: 10s linear infinite ;
  transform-origin: 100% 100%;
  transform: rotateZ(90deg);
  animation: move2 9s infinite 1s linear;
}
@keyframes move2{
  0%{
      }
      15%{
          transform: rotate(90deg); 
      }
  20%{
      transform: rotate(-25deg);
      }
      23%{
          transform: rotate(5deg); 
      }
  30%{
      transform: rotate(90deg);
      }
}
.front{
  position:absolute ;
  top:23px;
  right:-54px;
  width:50px;
  height:55px;
  background-color:#EA425C;
  border-radius:0 10px 10px 0;
  z-index:-2;
}
.front::after{
  position:absolute ;
  content:"";
  right:0px;
  top:0px;
  bottom:0px;
  width:33px;
  height:100%;
  background-color:#B83227;
  border-radius:0 10px 10px 0;
  z-index:-1;
}
.black{
  position:absolute ;
  margin:0 17px;
  top:2px;
  width:15px;
  height:50px;
  background-color:#000;
  border-radius:0 30px 30px 0;
}
.black::after{
  position:absolute ;
  content:"";
  top:10px;
  width:100%;
  height:5px;
  transform:skew(-10deg);
  background-color:#A4B0BD;
  opacity:0.3;
}
.black::before{
  position:absolute ;
  content:"";
  top:20px;
  width:100%;
  height:5px;
  transform:skew(-10deg);
  background-color:#A4B0BD;
  opacity:0.3;
}
.join{
  position:absolute ;
  top:15px;
  right:-10px;
  background-color:#DAE0E2;
  width:20px;
  height:30px;
  z-index:-3;
}
.light1{
  position:absolute ;
  top:2px;
  right:0px;
  width:5px;
  height:15px;
  background-color:#F3B431;
  border-radius:10px;
}
.light1::after{
  position:absolute ;
  content:"";
  top:0px;
  left:5px;
  width:0px;
  height:15px;
  background-color:#E1DA00;
  opacity:0.5;
  box-shadow: 5px 0px 5px 1px #E1DA00,
                          10px 0px 5px 2px #E1DA00,
                          15px 0px 5px 3px #E1DA00,
                          20px 0px 5px 4px #E1DA00,
                          25px 0px 6px 5px #E1DA00,
                           28px 0px  7px 6px #E1DA00;
  border-radius:10px;opacity: 0.8;
}
.light2{
  position:absolute ;
  top:38px;
  right:0px;
  width:5px;
  height:15px;
  background-color:#F3B431;
  border-radius:10px;
}
.light2::after{
  position:absolute ;
  content:"";
  top:0px;
  left:5px;
  width:0px;
  height:15px;
  background-color:#E1DA00;
  opacity:0.5;
  box-shadow: 5px 0px 5px 1px #E1DA00,
                          10px 0px 5px 2px #E1DA00,
                          15px 0px 5px 3px #E1DA00,
                          20px 0px 5px 4px #E1DA00,
                          25px 0px 6px 5px #E1DA00,
                           28px 0px  7px 6px #E1DA00;
  border-radius:10px;opacity: 0.8;

}

.gift{
  position:absolute ;
  width:35px;
  height:35px;
  top:35px;
  left:0px;
  background-color:#FAD02E;
  border-radius:10px;
  overflow:hidden ;
  animation: giftan 9s infinite  ease-in-out;


}
.gift::after{
  position:absolute ;
  content:"";
  top:16px;
  left:0;
  right:0;
  width:35px;
  height:3px;
  background-color:#616C6F;
  opacity:0.8;
  border-radius:1px;
  z-index:1;
}

@keyframes giftan{
  0%{
      transform:  scale(1.0);
      }
  10%{
      transform: translateX(20px);
      }
  30%{
      transform:  translateX(20px);
      }
  36%{
      transform: scale(1.0) translateX(120px);opacity: 1;z-index: -1;
  }
37%{
   opacity: 0;
}
 100%{
  transform: scale(0) translateX(350px);opacity: 0;
 }
}

.text{
  position:absolute ;
  margin:30px;
  left:40px;
  font-size:1.5em;
  display:flex;
  color:#F3B431;
  font-style:bolder ;
  animation:show2 9s infinite;
}
@keyframes show2{
  0%,80%{
      opacity:0;
  }
}

body{
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}
.s-gradient,.spaan-gradient{
  background:#ffffff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  
  }
  #surajj,#spaan{
    z-index: 1;
    background-image: linear-gradient(
      110deg,#ff6673,#ff6673,#cc25e4,#7c00ff);;
  transition:0.1s
  }
  #spaan2{
    z-index: 1;
background-image: linear-gradient(
150deg,#7d2cfe,#ea38ff,dodgerblue, red);
  }
  .spaan2-gradient{
    background:#ffffff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  #ppp1,#ppp2{
    font-size:120%;
    text-align:center;
    margin:4%
  }
  #spaan,#spaan2{
    font-size: 200%;
  }
  .main{
    position:relative;
    left:-100px
  }
  @media only screen and (max-width: 1109px){
    .main{
      left:-200px
    }
  }
  @media only screen and (max-width: 888px){
    .main{
      left:-350px
    }
  }
  @media only screen and (max-width: 300px){
    .main{
      display:none
    }
    #surajj{
      font-size:10%;
    }
    #mobile{
      display: none;
    }
  }

  #logo11{
    font-size:140%;
    position: relative;
    text-align: center;
    font-size: 200%;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    color:#575757
}
#container1{
  position:relative; 
  display:flex;
   left:600px; 
   top:-140px; 
   margin-bottom:8%; 
   width:50%;
}
#surajj{
  text-align: center; 
  font-size:600%; 
  color: grey
}
#mobile{
  display:none;
}
@media only screen and (max-width: 1287px){
  #container1{
    left:500px
  }
}
@media only screen and (max-width: 1175px){
  #container1{
    left:400px
  }
}
@media only screen and (max-width: 879px)
{
  #ppp1{
    margin-top:50px
  }
  #ppp2{
    margin-top:60px
  }
}
@media only screen and (max-width: 857px){
  #container1{
    left:480px
  }
}
@media only screen and (max-width: 756px){
  #container1{
    left:470px
  }
}
@media only screen and (max-width: 767px){
  #container1{
    left:450px
  }
}
@media only screen and (max-width: 671px){
  #container1{
    left:400px
  }
}
@media only screen and (max-width: 628px){
  #container1{
    left:400px
  }
}
@media only screen and (max-width: 562px){
  #container1{
    left:350px
  }
}
@media only screen and (max-width: 472px){
  #container1{
    left:300px
  }
}
@media only screen and (max-width: 370px){
  #container1{
    left:245px;
    width:0%;
  }
  #surajj{
    font-size:400%
  }
  #mobile{
    display: none;
  }
  #ppp1,#ppp2{
    position:relative;
    top:80px
  }
  #ppp2{
    margin-top:50px
  }
  #spaan2{
    position:relative;
    top:42px;
    left:-30px;
    font-size:120%;
  }
}
.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7,.dot8,.dot9,.dot10,.dot11{
  height: 25px;
  width: 25px;
  background-color: dodgerblue;
  border-radius: 100%;
  display: inline-block;
}
#t5,#t6,#t7,#t8,#t9,#t10,#t11,#t12,#t13,#t14,#t15,#t16,#t17,#t18,#t19,#t22,#t25,#t28,#t31,#t34{
  position:relative;
  left:53px;
  top:-50px
}
.vl1 {
  position: relative;
  left:9px;
  top:-610px;
  border-left: 6px solid dodgerblue;
  height: 108px;
}
.vl2,.vl3,.vl4,.vl5,.vl6,.vl7,.vl8,.vl9,.vl10,.vl11{
  position: relative;
  left:9px;
  top:-610px;
  border-left: 6px solid dodgerblue;
  height: 108px;
}
.vl5,.vl6,.vl7,.vl8,.vl9,.vl10,.vl11{
  position:relative;
  top:-1420px;
}













.dot4{
  background-color: rgb(187, 187, 187);
}
.dot5{
  background-color: rgb(187, 187, 187);
}
.t4-gradient{
  background:#ffffff;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
-webkit-box-decoration-break: clone;
box-decoration-break: clone;
}
#t4{
  font-size:200%;
  font-weight: 500;
  z-index: 1;
background-image: linear-gradient(
110deg,#ff6673,#ff6673,#cc25e4,#7c00ff);
}
#div1{
  margin-top:30px;
  margin-bottom: 40px
}
#t2{
  font-size:160%;
}
#r1,#r2,#r3,#r4,#r5,#r6,#r7,#r8,#r9,#r10,#r11{
  position:relative;
  left:55px;
  top:-50px
}
#vl1,#vl2,#vl3,#vl4{
  top:-1420px;
  height:144px
}
#t20,#t23,#t26,#t29,#t32,#t35{
  position: relative;
  left: 55px;
  top:-50px
}
#t21,#t24,#t27,#t30,#t33{
  position: relative;
  left: 55px;
  top:-50px
}

.dot1,.dot2,.dot3,.dot4,.dot5,.dot6,.dot7,.dot8,.dot9,.dot9,.dot10,.dot11{
  background-color: white;
}
.lds-ring {
  display: inline-block;
  position: relative;
  top:0px;
  width:80px;
  height: 80px;
  margin-left:11px
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid dodgerblue;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: rgb(0, 128, 255) transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#p{
  font-weight: 500;
  color:gray;
  font-size:120%;

}

#buttond{
cursor: pointer;
  border-radius:3px;
  outline:none;
  border-style:solid;
  border-width:0px;
  background:dodgerblue;
  width:150px;
  padding: 12px;
  font-size:150%;
  transition:0.13s;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
button:active{
  transform:scale(0.8)
}
#loader2{
  display: none;
}
#loader{
  margin-left:auto;
  margin-right:auto;
  display: block;
  margin-top:5%;
}
.slidecontainer {
  width: 100%;
}

.slider {
  -webkit-appearance: none;
  border-radius: 5px;
  width: 50%;
  height: 25px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
  animation-duration: 0.3s;
}

.slider:hover {
  opacity: 1;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 25px;
  background: dodgerblue;
  cursor: pointer;
  border-radius: 2px;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  background: dodgerblue;
  cursor: pointer;
}
#numbershow{
  animation-duration: 0.4s;
}
@keyframes surajin{
  from{
    position: relative;
    left:-1000px;
  }
  to{
    position: relative;
    left:0px;
  }
}
@keyframes surajout{
  from{
    position: relative;
    left:0px;
  }
  to{
    position: relative;
    left:-1000px;
  }
}
#passshow,#eyee{
  position: relative;
  z-index:2 ;
  color:gray;
  cursor:pointer;
  transition:0.14s;
  margin-left:-50px;
  width:10%;
}
#passshow:hover,#eyee:hover{
  opacity: 0.7;
}
#passshow:active,#eyee:active{
  transform:scale(0.84);
  opacity: 0.7;
}
#singleline{
  display:flex;
  flex-direction:row;
  align-items:center;
}
#password1{
  width:90%
}
#email,#password1,#name,#password2{
  font-size: 100%;
}
#name,#email,#password1,#password2{
  transition:0.2s;
  border-radius: 0.8rem;
  background-color: white;
  border:solid 2px rgb(197, 197, 197)
}
#l1,#l2{
  position: absolute;
  width:34%;
  left:140px;
  background-color: white;
  color:rgb(94, 94, 94);
  z-index: 1;
  cursor:text;
  transition: 0.14s;
}
#l1{
  top:-10px
}
#l1{
  top:198px;
  padding-left:5px;
  width:120px;
  min-width:120px;
  left:43px
}
#l2{
  top:280px;
  width:125px;
  padding-left:5px;
  min-width:120px;
  left:43px
}
#l3,#l4{
  width:60%;
  padding-left:10px;
  background-color: white;
  color:rgb(94, 94, 94);
  position: absolute;
  z-index: 1;
  cursor: text;
  transition: 0.15s;

}
#l3{
  top:360px;
  left:38px;
  width:200px;
  min-width:200px
}
#l3.anc{
  top:339px;
  font-size: 87%;
  color:dodgerblue;

  width:175px;
  min-width:175px
}
#l4{
  top:442px;
  left:38px;
  width:127px;
  min-width:127px
}
#l4.anc{
  top:420px;
  color:dodgerblue;
  font-size: 87%;
  padding-right: 10px;
  border-radius: 120px;
  width:108px;
  min-width:108px
}
#name:focus,#email:focus,#password1:focus,#password2:focus{
  transform: scale(1);
}
#email{
  margin-top: 20px;
}
#password1,#password2{
  margin-top:0px
}
#l1.anc{
  top:175px;
  font-size:87%;
  width:100px;
  min-width:100px;
  color:dodgerblue;

}
#l2.anc{
  top:257px;
  font-size:87%;
  width:107px;
  min-width:107px;
  color:dodgerblue;

}
#email{
  margin-top:10px
}
#password1{
  margin-top : -10px;

}
#password2{
  margin-top:-10px
}
.topbar{
  background-color: white;
  max-height: 6vh;
  min-height: 50px;
  padding:12px;
  box-shadow: 0px 5px 10px rgba(60, 64, 67, 0.3);
  margin-top:-9px;
  background-color: dodgerblue;
  justify-content: space-between;
  align-items: center;
}
#s1{
  color: white;
  text-align: center;
  margin-left: auto;
  margin-right: 50px
}
#passshow{
  top:-5px
}
#password1{
  width:92%
}
#emailq,#pass{
  width:90%;
  border:none;
  font-size: 100%;
  color:gray;
  padding:10px;
  padding-top:18px;
  background-color: rgb(232, 243, 254);
  border-bottom: 2px solid gray;

  outline: none
  ;
  transition: 0.5s;
}
#pass{
  margin-top:8px
}
#l5,#l6{
  position: absolute;
  top:11rem;
  left:35px;
  transition: 0.16s;
  color: gray;
  background-color: transparent;
  cursor: text;
  width:22%
}
#l5{
  top:12.3rem
}
#l6{
  width:30%;
  top:17.7rem
}
#l5.anc{
   top:11.5rem;
   font-size:80%
}
#l6.anc{
  top:16.3rem;
  font-size:80%
}
#eyee{
  top:5px
}
#emailq:focus , #pass:focus{
  border-color:dodgerblue
}
#button1,#button{
  transition: 0.5s;
  border: 0.14rem solid dodgerblue;
color:white;
text-align: center;
}
#button1:active,#button:active{
  transition:0.14s;
  transform:scale(0.87)
}
#button1:hover,#button:hover{
  background-color: transparent;
  color:dodgerblue;
}
@media only screen and (max-width: 430px){
  
  #l5,#l6{
    min-width:120px;
    
  }
  #l5{
    top:12.4rem
  }
  #l6{
    top:17.6rem
  }
  #l5.anc{
    top:11.3rem
  }
  #l6.anc{
    top:16.0rem;
  }
  #s1{
    margin-right: 10px;

  }
  #name,#email,#password1,#password2{
    transition:0.2s;
    border-radius: 0.8rem;
    background-color: white;
    border:solid 2px rgb(197, 197, 197);
    padding:0.9rem
  }
  #l1{
    top:12.2rem
  }
  #l1.anc{
    top:10.65rem
  }
  #l2{
    top:17.2rem
  }
  #l2.anc{
top:15.7rem
  }
  #l3{
    top:22.2rem
  }
  #l3.anc{
    top : 20.5rem
  }
  #l4{
    top:27rem
  }
  #l4.anc{
    top:25.5rem
  }


}
#gogl{
  width:3.4rem;
  position: relative;
  left:10%;
  transition: 0.14s;
}
#gogl:hover{
  opacity: 0.6;
  cursor: pointer;
}
#gogl:active{
  transform: scale(0.9);
}
#did{
  display: flex
  ;
  align-items: center;
}
.googlel{
margin-left: 10%;
}
#singleline,#password2{
  margin-top: 0.5rem;
}
@media only screen and (max-width: 240px){
  #div3,#emailq,#pass,#p2{
    width:100vw
  }
}
#div3{
  top:-5rem;
  margin-bottom:10rem;
  border:solid 0.01rem;
  border-radius: 1.5rem;
 
 

}
#error{
  border:solid red 0.01rem;
border-radius: 1.5rem;
}
#p{
  color:red
}
#div{
   border:solid 0.01rem;
 border-radius: 1.5rem;
 
}
#footer{
  margin-top: 15rem;
  background-color: #e8e8e8;
  border-radius: 4rem;
}
.footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 80px 20px 30px;
  margin-top: 10rem;
}

.footer-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand .brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: white;
  margin-bottom: 14px;
}

.footer-brand img {
  width: 40px;
}

.footer-brand p {
  font-size: 14px;
  line-height: 1.6;
  color: #94a3b8;
  margin-bottom: 16px;
}

.socials {
  display: flex;
  gap: 14px;
}

.socials a {
  color: #cbd5f5;
  font-size: 18px;
  text-decoration: none;
  opacity: 0.8;
}

.socials a:hover {
  opacity: 1;
  color: #38bdf8;
}

.footer-col {
  min-width: 160px;
}

.footer-col h4 {
  font-size: 15px;
  font-weight: 600;
  color: white;
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  font-size: 14px;
  color: #94a3b8;
  text-decoration: none;
  margin-bottom: 10px;
}

.footer-col a:hover {
  color: #ffffff;
}

.footer-bottom {
  max-width: 1200px;
  margin: 40px auto 0;
  padding-top: 20px;
  border-top: 1px solid rgba(148, 163, 184, 0.15);
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #94a3b8;
  flex-wrap: wrap;
  gap: 10px;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }
}


#footeri{
    width:7rem;
    border-radius: 0.5rem;
}
.primary-btn.large, .primary-btn{
    transition: 0.25s;
}
.primary-btn.large:hover, .primary-btn:hover{
    box-shadow: 0 8px 30px rgba(37, 99, 235, 0.2);
}