*{
  padding: 0;
  margin: 0px;
  box-sizing: border-box;
  justify-content: center;
  overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}
@font-face {
  font-family: Adlinnaka;
  src: url(/css/font/Adlinnaka-BoldDemo.ttf);
}
@font-face {
  font-family: Roboto;
  src: url(/css/font/Roboto-Regular.ttf);
}
body{
  margin: 0%;
  text-align: center;
  justify-content: center;
  padding: 0%;
  background-color: rgb(255, 255, 255);
  border: solid white;
}
.square-column{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  display: inline;
  align-items: center;

}
.square-column img{
  height: auto;
  width: 100%;
  transform: scale(100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  left: 0px;
  position: absolute;

}
@media screen and (min-width:320px){
  .square-column img{
    width:100%;
    height: auto;
  }
}
@media screen and (max-width:480px){
  .square-column img{
    width:100%;
    height: auto;
  }
}
  .category{
    background-color: rgba(0, 0, 0, 0.636);
      position: relative;
      left: 100px;
      top: 0vw;
      overflow: hidden;
      width: 1300px;
      height: 200px;
      border-radius: 10px; 
    }
    @media screen and (min-width:320px){
  .category{
             height: 5vw;
             width: 90vw;
             left: 5vw;
             position: absolute;
             top: 2vw;
  }
}
@media screen and (max-width:480px){
  .category{
             height: 10vw;
             width: 85vw;
             left: 5vw;
             top: 1vw;
  }
}
header{
  position: relative;
  display: flex;
  padding: 20px 10%;
  background: linear-gradient(#00000083,#00000000);
  backdrop-filter: blur(20px);
  text-decoration: none;
  align-items: center;
  justify-content: space-between;
  font-family: Roboto;
  z-index: 1000;
  li{
    text-decoration: none;
    display: inline-block;
    padding: 0px 30px;
    a{
      font-size:18px ;
      transition:all 0.3s ease;
      color: black;
    }
    a:hover{     
      width: 20px;
      color: white;
      font-size: 22px;
    }
  }
  button{
    margin-left: auto;
    height: 2.45vw;
    width: 8vw;
    font-weight: bold;
    border: none;
    border-width: 1px;
    border-radius: 20px;
    background-color: white;
    font-size: 18px;
    color: black;
  }  
  button:hover{
    cursor: pointer;
    transition: 0.5s ease;
    background: linear-gradient(#00000083,#00000000);
    color: white;
  }
}
.logo{
  cursor: pointer;
}
@media screen and (max-width:480px){
 header{
  background: linear-gradient(#00000083,#00000000);
  position: relative;
  display:flex;
  padding: 9px 6%;
  font-size: 10px;
  li{
    padding: 0px 10px;
    a{
      font-size: 14px;
    }
    a:hover{
      font-size: 16px;
    }
  }
  button{
    backdrop-filter: none;
    color: black;
    border: solid rgba(0, 0, 0, 0.388);
    border-width: 1px;
    border-radius: 20px;
    position: relative;
    height: 30px;
    width: 60px;
    font-size: 10px;
  }  
  button:hover{
    background-color: black;
}
a:hover{
  color: white;
}
}
}
  .pre-book{
    a{
      position:absolute;
      color: rgb(255, 255, 255);
      left: 750px;
      top: 30px;
      font-family: poppins;
      font-weight: bold;
      font-size: 20px;
    img{
      position: relative;
      height: 20px;
      width: auto;
      left: 10px;
      top: 5px;
    }
  }
 
}
.content-2{
  display: none;
}
.tile-1{
  left: 100px;
  top: 604px;
  position: absolute;
  overflow: visible;
  width: 600px;
  white-space: nowrap;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 50px;
  color: rgb(255, 255, 255);
  letter-spacing: 0.48px;
  text-transform: uppercase;
}
@media screen and (max-width:480px){
  .tile-1{
    top: 70vw;
    font-size: 6vw;
    left: 5vw;
    color: black;
    letter-spacing: 0vw;
    line-height: 7.5vw;
    width: 50vw;
  }
}
.Travel_comfortably_with_megha_{
  left: 110px;
  top: 820px;
  position: absolute;
  width: 200vw;
  height: auto;
  font-family: Sans Serif Collection;
  font-style: normal;
  font-weight: normal;
  font-size: 27px;
  color: rgb(255, 255, 255);
  letter-spacing: 1.48px; 
  text-align: left;
}
@media screen and (max-width:480px){
  .Travel_comfortably_with_megha_{
    font-size: 6vw;
    font-weight: 100;
    left: 5vw;
    top: 95vw;
    width: 85vw;
    text-align: left;
    line-height:35px;
    color: black;
    overflow: hidden;
  }
}

.get-a-ride-btn{
  top: 900px;
  left: 101px;
  height: 70px;
  width: 250px;
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  font-family: Poppins;
		font-style: normal;
		font-weight: bold;
		font-size: 25px;
    color: white;
    border-radius: 1000px;
    border: solid white;
    background: transparent;
}
.get-a-ride-btn a{
position: relative;
text-decoration: none;
color: white;
}
.get-a-ride-btn:hover{
  transition: 0.4s;
  background-color: black;
  border: solid black;
}
a:hover{
  color: white;
}
@media screen and (max-width:480px){
  .get-a-ride-btn{
    top: 130vw;
    left: 5vw;
    height: 15vw;
    width: 40vw;
    border-width: 1px;
    border-color: black;

    a{
      top: -1vw;
      font-size: 4vw;
      width: 200px;
      color: black;
    }
  }
}
@media screen and (max-width:480px){
  .get-a-ride-btn:hover{
    background-color:black;
  }
  a:hover{
    color: white;
  }
}
.second-title {
  top: 1100px;
  left: 600px;
  position: absolute;
  text-align: center;
  overflow: hidden;
  width: 400px;
  height: 127px;
  text-align: left;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: rgb(0, 0, 0);
}
@media screen and (min-width:320px)and (max-width:480px){
  .second-title{
    font-size: 6vw;
    top: 175vw;
    left: 3vw;
    width: 90vw;
    text-align: center;
  }
}

.title-2 div{
  width: 500px;
  text-align: center;
  position: absolute;
  top: 1200PX;
  left: 770px;
}
.title-2 img{
  width: 500px;
  height: 270px;
  position: absolute;
  left: 170px;
  top: 1250px;
  filter: drop-shadow(0px 2px 6px rgba(0, 0, 0, 1));
}
@media screen and (min-width:320px)and (max-width:480px){
  .title-2 img{
    height: auto;
    width: 90vw;
    top: 210vw;
    align-items: center;
    left: 2.5vw;
  }
}
.des-title-2 {
  position: absolute;
  color: black;
  left: 755px;
		top: 1200px;
		overflow: visible;
		width: 443px;
		white-space: nowrap;
		text-align: center;
		font-family: Sans Serif Collection;
		font-style: normal;
		font-weight: normal;
		font-size: 30px;
}
@media screen and (min-width:320px)and (max-width:480px){
  .des-title-2{
    font-size: 6vw;
    top: 265vw;
    left: 8vw;
    width: 5vw;
  }
}
.description-2 {
  left: 700px;
  top: 1270px;
  position: absolute;
  overflow: visible;
  width: 597px;
  height: 349px;
  text-align: center;
  font-family: Sans Serif Collection;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  color: rgb(0, 0, 0);
  line-height: 40px;
}
@media screen and (min-width:320px)and (max-width:480px){
  .description-2{
    font-size: 3.5vw;
    line-height: 5vw;
    top: 280vw;
    width: 90vw;
    left: 5px;
    font-weight: 100;
    text-align: center;
  }
}

.img-1 img{
  position: absolute;
  width: 500px;
  height: 300px;
  left:0px;
  top: 1600px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-1 img{
    top: 350vw;
    width: 50vw;
    height: 30vw;
  }
}

.img-2 img{
  position: absolute;
  width: 500px;
  height: 300px;
  left: 500px;
  top: 1600px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-2 img{
    top: 350vw;
    width: 40vw;
    height: 25vw;
    left: 40vw;
    display: none;
  }
}
.img-3 img{
  position: absolute;
  width: 500px;
  height: 300px;
  left:1000px;
  top: 1600px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-3 img{
    top: 350vw;
    width: 50vw;
    height: 30vw;
    left: 45vw;
  }
}
.img-4 img{
  position: absolute;
  width: 500px;
  height: 300px;
  left:0px;
  top: 1900px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-4 img{
    top: 400vw;
    width: 40vw;
    height: 25vw;
    display: none;
    left: 20vw;
  }
}
.img-5 img{
  position: absolute;
  width: 500px;
  height: 300px;
  left:500px;
  top: 1900px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-5 img{
    top: 380vw;
    width: 50vw;
    height: 30vw;
    left: 45Svw;
  }
}
.img-6 img{
  position:absolute;
  width: 500px;
  height: 300px;
  left:1000px;
  top: 1900px;
  display: flexbox;
}
@media screen and (max-width:480px){
  .img-6 img{
    top: 380vw;
    width: 50vw;
    height: 30vw;
    left: 0vw;
  }
}
.section-3{
  left: 650px;
  top: 2250px;
  position: absolute;
  font-size: large;
  text-align: center;
  color: black;
  font-size: large;
  font-weight: bold;
}
@media screen and (max-width:480px){
  .section-3{
    top: 340vw;
    left: 20px;
    text-align: center;
    display: block;
  }
}
@media screen and (max-width:480px){
  .section-3{
    top: 340vw;
    left: 20px;
    text-align: center;
    display: block;
  }
}
.image-for-booking-1 img{
  position: absolute;
  width:auto;
  height: 200px;
  left: 200px;
  top: 2500px;
  overflow: visible;
  display: flexbox;
}
@media screen and (max-width:480px){
  .image-for-booking-1 img{
    top: 420vw;
    width: auto;
    height: 62.6vw;
    left: 0vw;
    display: flexbox;
  }
}
.button-1 button{
  top: 2730px;
  left: 280px;
  width: 150px;
  position: absolute;
  border-radius: 1000px;
  color: black;
  font-weight: bold;
  font-family: poppins;
  background-color: transparent;
}

.button-1 a{
  text-decoration: none;
  color: black;
  font-size: 20px;
}

@media screen and (max-width:480px){
  .button-1 button{
    top: 490vw;
    left: 27vw;
    display: flexbox;
  }
}
.image-for-booking-2 img{
  position: absolute;
  width:auto;
  height: 200px;
  left: 600px;
  top: 2500px;
  overflow: visible;
  display: flexbox;
}

@media screen and (max-width:480px){
  .image-for-booking-2 img{
    top: 520vw;
    width: auto;
    height: 62.6vw;
    left: 0vw;
    display: flexbox;
  }
}
.button-2 button{
  color: black;
  top: 2730px;
  left: 700px;
  position: absolute;
  color: black;
  font-weight: bold;
  font-family: poppins;
  background-color: transparent;
  border-radius: 1000px;
  width: 150px;

  & a{
    color: black;
    font-size: 20px;
  }
}
@media screen and (max-width:480px){
  .button-2 button{
    top: 580vw;
    left: 27vw;
    display: flexbox;
  }
}
.image-for-booking-3 img{
  position: absolute;
  width:auto;
  height: 250px;
  left: 1020px;
  top: 2510px;
  overflow: visible;
  display: flexbox;
}

@media screen and (max-width:480px){
  .image-for-booking-3 img{
    top: 620vw;
    width: auto;
    height: 62.6vw;
    left: 10vw;
    display: flexbox;
  }
}
.button-3 button{
  color: black;
  top: 177.78vw;
  left: 1120px;
  position: absolute;
  font-weight: bold;
  font-family: poppins;
  background-color: transparent;
  border-radius: 1000px;
  width: 150px;

  & a{
    color: black;
    font-size: 20px;
  }
}

@media screen and (max-width:480px){
  .button-3 button{
    top: 680vw;
    left: 27vw;
    display: flexbox;
  }
}

.image-for-booking-4 img{
  position: absolute;
  width:auto;
  height: 250px;
  left: 200px;
  top: 2800px;
  overflow: visible;
  display: flexbox;
}

@media screen and (max-width:480px){
  .image-for-booking-4 img{
    top: 720vw;
    width: auto;
    height: 62.6vw;
    left: 25vw;
    display: flexbox;
  }
}
.button-4 button{
  color: black;
  left: 280px;
  top: 3100px;
  position: absolute;
  border-radius: 1000px;
  width: 150px;
  font-weight: bold;
  font-family: poppins;
  background-color: transparent;
  & a{
    font-size: 20px;
    color: black;
  }
}

@media screen and (max-width:480px){
  .button-4 button{
    top: 780vw;
    left: 27vw;
    display: flexbox;
  }
}
.image-for-booking-5 img{
  position: absolute;
  width:auto;
  height: 200px;
  left: 600px;
  top: 2850px;
  overflow: visible;
  display: flexbox;
}

@media screen and (max-width:480px){
  .image-for-booking-5 img{
    top: 820vw;
    width: auto;
    height: 50vw;
    left: 5vw;
    display: flexbox;
  }
}
.button-5 button{
  color: black;
  left: 700px;
  top: 3100px;
  position: absolute;
  border-radius: 1000px;
  width: 150px;
  font-weight: bold;
  font-family: poppins;
  background-color: transparent;
  
    & a{
      color: black;
      font-size:20px; ;
  }
}

@media screen and (max-width:480px){
  .button-5 button{
    top: 880vw;
    left: 27vw;
    display: flexbox;
  }
}
.footer-1{
  top: 3250px;
  height: 58.5vw;
  width: 100vw;
  position: absolute;
  align-items: center;
  text-align: center;
  overflow: hidden;
}

@media screen and (max-width:480px){
  .footer-1{
    top: 900vw;
    height: 250vw;
    width: 100vw;
    display: flexbox;
    overflow: hidden;
  }
}
.title-footer-1{
  text-align: center;
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  position: relative;
  left: 0px;
}
@media screen and (max-width:480px){
  .title-footer-1{
    top: 20vw;
    width: auto;
    height: 20vw;
    left: 0vw;
    display: flexbox;
  }
}

.footer-des-1{
  height: 120px;
  top: 50px;
  width: 256px;
  left: 41.5vw;
  overflow: visible;
  border: 1px solid rgba(0, 0, 0, 0.363);
  background-color: rgb(255, 255, 255);
  position: relative;
  align-self: center;
  border-radius: 10px;
}
.footer-des-1-in{
  top: 10px;
  height: 20vw;
  position: relative;
}

.footer-des-1-in button{
  position: relative;
  top: 10px;
  left: 0px;
  overflow: visible;
  width: 150px;
  white-space: nowrap;
  text-align: center;
  font-family: poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  color: rgb(255, 255, 255);
  border: none;
  border-radius: 1000px;
  background-color: rgb(8, 8, 8);
}
@media screen and (max-width:480px){
  .footer-des-1{
    top: 20vw;
    width: 60vw;
    height: 30vw;
    left: 20vw;
    border-radius: 10px;
    display: flexbox;
  }
}
@media screen and (max-width:480px){
  .footer-des-1-in{
    width: 60vw;
    height: 30vw;
    top: 13%;
    border-radius: 10px;
    display: flexbox;
  }
}

.review{
  position: relative;
  top: 450px;
  text-align: center;
}
@media screen and (max-width:480px){
  .review{
    top: 40vw;
    width: 60vw;
    height: 30vw;
    left: 20vw;
    border-radius: 10px;
    display: flexbox;
  }
}
.contact{
  position: relative;
  font-family: poppins;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  align-content: center;
  top: 40px;
}
@media screen and (max-width:480px){
  .contact{
    top: 80vw;
    width: 60vw;
    height: 36vw;
    left: 20vw;
    border-radius: 10px;
    display: flexbox;
  }
}

.contact-logo{
  background-color: rgb(173, 187, 218);
  border-radius: 1000px;
  top: 150px;
  position: relative;
  width: 350px;
  height: 80px;
  font-family: roboto;
  font-weight: bold;
  color: black;
  left: 38.5vw;
}

.contact-logo img{
  top: 25px;
  height: 30px;
  left: 35px;
  width: auto;
  position: absolute;
  border: 20px;
  border-color: white;
  border: 10px;
}
.contact-logo p{
  top: 25px;
  position: relative;
  left: 20px;
  font-family: roboto;
  font-weight: bold;
  font-size: 25px;
  color: white;
}
a{
  text-decoration-line: none;
}
@media screen and  (max-width: 480px) {
  .contact-logo{
    width: 70vw;
    height: 15vw;
    top: 5vw;
    left: 10vw;
  }
}
@media screen and  (max-width: 480px) {
  .contact-logo p{
    font-family: roboto;
  font-weight: bold;
  font-size: 20px;
  color: white;
  top: 5vw;
  left: 5vw;
  }
}
@media screen and  (max-width: 480px) {
  .contact-logo img{
  height: 30px;
  left: 10px;
  width: auto;
  position: absolute;
  border: 20px;
  border-color: white;
  border: 10px;
  top: 4vw;
  }
}
.copyright{
  color: white;
  top: 40px;
  position: absolute;
  text-align: left;
  left: 50px;
  font-size: 20px;
}
@media screen and  (max-width: 480px) {
  .copyright{
    width: 90vw;
    height: 20vw;
    top: 5vw;
    left: 5vw;
  }

}
.copyright2{
  color: white;
  top: 40px;
  position:absolute;
  font-size: 20px;
  left: 1300px;
  width: 100px;
}
.end{
  background-color: black;
  position: absolute;
  height: 100px;
  width: 1500px;
  left: 0px;
  top: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left;
  transform: scale(100%);
}
@media screen and  (max-width: 480px) {
      .end{
        width: 100vw;
        height: 25vw;
        top: 225vw;
      }
  
}
