@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&family=Quantico:ital,wght@1,400;1,700&display=swap");
body {
  font-family: "Clash Grotesk", sans-serif;
}
.page1 {
  background-image: url(../Images/new_Background_Banner.png);
  background-size: 100% 100%;
  /* background-position-y: auto; */
  /* background-position-x: center; */
}
.city {
  font-family: "Quantico", sans-serif;
  font-weight: 700;
}
.fastline {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
}
.times {
  font-family: "Clash Grotesk";
}
.page2 {
  background-image: url(../Images/web_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
.symbol {
  font-family: "Montserrat", sans-serif;
}
.sidenav {
  display: none;
  height: 100%;
  width: 250px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}
.si
/* .sidenav button {
  
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
} */

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .page1 {
    background-image: url(../Images/new_Chandigarh_marathon_768-min.png);
    background-size: 300px 800px;
    background-position: right bottom;
    background-repeat: no-repeat;
   

  }
}

@media only screen and (max-width: 767px) {
  .page1 {
    background-image: url(../Images/new_Chandigarh_marathon_768-min.png);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 60px;
  }
  .page2 {
    background-image: url(../Images/mobile_bg.png);
    /* background-position: to; */
    background-size: 100% 100%;
  }
}

/* .active{
  position: absolute;
  right: 0;
  color: black; 
  width: 200px;
  height: 100%;
  display: flex;
  background-color: white;
  display:flex;
  flex-direction: column;
 } */
