



html {
    background: #e6e9e9;
    background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
    -webkit-font-smoothing: antialiased;
}
.top_img{
    width: 100%;
        height:150px;
    align-items: center;
    text-align: center;
    opacity: 0.3;
    background:#0000FF;
}
.top_img h1{
    margin: 0;
     align-self: center;
    align-items: center;
    text-align: center;
   color:#fff;
    font-size:28px;
}
/* Container holding the image and the text */
.imcontainer {
    position: relative;
    text-align: center;
    color: white;
}

/* Bottom left text */
.bottom-left {
    position: absolute;
    bottom: 0px;
    left: 25%;
    font-family: "Savoye LET";
    font-size: 88px;
    font-weight: bolder;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 20%;
    left: 25%;
    font-family: "Savoye LET";
    font-size: 88px;
    font-weight: bolder;
}

/* Top right text */
.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    left: 30%;
    font-family: "Savoye LET";
    font-size: 144px;
}

/* Bottom right text */
.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    left: 30%;
    font-family: "Savoye LET";
    font-size: 144px;
}

/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Savoye LET";
    font-size: 144px;
}



.menu{
   height: 50px;
    align-self:center;
     align-items: center;
    text-align: center;
    background: #585858;
    color: #fff;
    width: 100%;
}
.ul{
    margin: 0;
    padding: 0;
    //background:#f00;
    //color: 3fff;
    //border: 2px solid white;
    //overflow: hidden;
    width: 70%;
    margin: 0 auto;
    list-style: none;
    float: left;
    position:relative;
    left:24%;
}
ul{
    margin: 0;
    padding: 0;
    //background:#f00;
    color: 3fff;
   // border: 2px solid white;
    //overflow: hidden;
    width: 18.5%;
    //margin: 0 auto;
    list-style: none;
    float: left;
    position: absolute;
    height: 50px;
//z-index: 100;
}
.li{
    text-align: center;
    width: 18.5%;
    height: 50px;
   background:#f00; 
    line-height: 50px;
    float: left;
    
}
.ul li h8{
    text-decoration: none;
    text-align: center;
    color: #fff;
    //opacity: .5;
    font-size: 28px;
    display: block;
    height: 50px;
}
.ul li h8:hover{
 display: block;
background-color: #f99; 
height: 50px;
}
.li ul li a{
  font-size: 14px;
  height: 50px;  
}
.li ul li{
    margin: 0.08em auto;
    height: 50px;
}
.ul li{
   // list-style: none;
    text-align: center;
    
        height: 50px;
   background:#f00; 
    //opacity: .5;
    line-height: 50px;
    //font-size: 8px;
    
    //float: left;
}
.ul li a{
    text-decoration: none;
    text-align: center;
    color: #fff;
    //opacity: .5;
    font-size: 28px;
    display: block;
    
}
.ul li a:hover {
    background-color: #f66;
    //opacity: .5;
   height: 50px;
}
.ul li ul li{
    display: none;
    //float: left;
    
}

.ul li:hover ul li{
    display: block;
    background-color: #f99;
    
    
}

.sticky{
    position: fixed;
    top: 0;
    left: 0;
  z-index: 4;
}

.scolingBody {
    background: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
    color: #545454;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 auto;
    max-width: 45%;
    padding: 2em 2em 4em 4em;
}

h2, h3, h5, h6 {
    color: #222;
    font-weight: 600;
    line-height: 1.3;
    text-align: center; 
}


h2 {
    margin-top: 1.3em;
    text-align: center;
}

a {
    color: #0083e8;
}

b, strong {
    font-weight: 600;
}

samp {
    display: none;
}
.imges{
    text-align: center;
    border-radius: 20px;
}
.img_1 {
    animation: colorize 2s cubic-bezier(0, 0, .78, .36) 1;
    background: transparent;
    border: 10px solid rgba(0, 0, 0, 0.12);
    border-radius: 4px;
    display: block;
    margin: 1.3em auto;
    max-width: 50%;
}

@keyframes colorize {
    0% {
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
    }
    100% {
        -webkit-filter: grayscale(0%);
        filter: grayscale(0%);
    }
}

form{
    font-size:28px; 
    width: 100%;
    
    
}
#email_validation, #name_validation {
    display:none;
}

label.required:after {
  content:'*';
  color:red;
  margin-bottom: 15px;  
  padding-left: 5px;  
}


span.error{
  background-color:#FFDFDF;
  color:red;
  width: 50%;
  font-size: 0.7em;     
}
.error{
  display:inline-grid;  
}
.form_row {
  margin: 5px;
}
input[type="text"]
{ 
    width: 95%;
    background-color: #E8F6F3;
    border-color: #4CAF50;
    font-size:28px;
}
input[type="submit"] {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
textarea{
    width: 95%;
    font-size:28px;
    background-color: #E8F6F3;
    border-color: #4CAF50;
}

/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  width: 45%;
  padding: 5px;
}

.column_2 {
  float: left;
  width: 25%;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}

/* Train containers */

.LocSuperBox{
  
  width: 43vmin;
    height: 35vmin;
  
  
   
    margin: 0px auto;
    margin-bottom: 5vmin;
}

.Locbox{
  text-align: center;
  height: 30vmin;
  width: 43vmin;
 
  position:absolute;    
  z-index: 0;
    

}

.Loc {
  height: 30vmin;
  pointer-events: none;
  margin-right: 2vmin;
}

.Smog{
  margin-left: 6.8vmin;
  top: -3.0vmin;
  position:absolute;
  z-index: 2;
}


.Wheelbox{
  margin-left: 4vmin;
  bottom: 2vmin;
  
  position:absolute;
  z-index: 2;
}
.Wheel_1 {
  height: 7vmin;
  pointer-events: none;
  margin-left: 0.5vmax;
}
.Wheel_2 {
  height: 9vmin;
  width: 9vmin;
  pointer-events: none;
  margin-left: 0.5vmax;
}
.Bara_1{
  animation: Bara_1-spin infinite 1.0s linear;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 1.0vmin;
  width: 8.4vmin;
  height: 1.8vmin;
  position:absolute;
  z-index: 3;
 
}
.Barabox_1{
  animation: Barabox_1-spin infinite 1.0s linear;
 /* background-color: aquamarine;*/
  bottom: 0.1vmin;
  left: 3.8vmin;
  
  height: 8.4vmin;
  width: 8.4vmin;
  position:absolute;
  text-align: center;
  z-index: 3;
}


.Bara_2{
  animation: Bara_2-spin infinite 1.4s linear;
  display: block;
  margin-left: auto;
  margin-right: auto;
  top: 1.4vmin;
  width: 11vmin;
  height: 2vmin;
  position:absolute;
  z-index: 3;
}
.Barabox_2{
  animation: Barabox_2-spin infinite 1.4s linear;
  bottom: -0.2vmin;
  right: 3.8vmin;
 /* background-color: aquamarine;*/
  height: 11.0vmin;
  width: 11.0vmin;
  position:absolute;
  z-index: 3;
}

.Road{
  animation: Road-move infinite 1s linear;
  float: right;
  height: 3vmin;
  z-index: 3;
}
.Roadbox{
  overflow: hidden;
  bottom: 0vmin;
  background-color: antiquewhite;
  height: 3vmin;
  width: 45vmin;
  position: absolute;
  z-index: 2;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo{
    animation: App-logo-spin infinite 1s linear;
  }
  .Wheel_1{
    animation: Wheel-spin infinite 1s linear;
  }
  .Wheel_2{
    animation: Wheel-spin infinite 1.4s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes Wheel-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes Bara_2-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Barabox_2-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes Bara_1-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes Barabox_1-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

@keyframes Road-move {
    0%, 100% {
      transform: translateX(200px);
    }
    0% {
      transform: translateX(0);
    }
  }

  /*fade in  ann*/
  .Smog {
    animation: fadeEffect 15s linear infinite 0s;
    animation-delay: 4s;
    -webkit-animation: fadeIn 2s;
    -moz-animation: fadeIn 2s;
    -o-animation: fadeIn 2s;
    -ms-animation: fadeIn 2s;
    opacity: 0;
    overflow: hidden;
  }
  @keyframes fadeIn {
    0% {opacity: 0;}
    5% {
      opacity: 0;
      transform: translateY(0px);
    }
    10% {
      opacity: 1;
      transform: translateY(2px);
    }
    25% {
      opacity: 1;
      transform: translateY(4px);
    }
    30% {
      opacity: 0;
      transform: translateY(5px);
    }
    80% {opacity: 0;}
    100% {opacity: 0;}
  }
  
  @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }
  
  @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
  }