* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  list-style: none;
  text-decoration: none;
}
html {
  scroll-behavior: smooth;
}
body {
  max-width: 1600px;
  width: 100%;
  min-height: 100vh;
  background-color:#000;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
.contact_scroll {
  width: 100%;
  max-width: 1600px;
  height: 40px;
  background-color: #211951;
  text-align: right;
}
.contact_scroll {
  width: 100%;
  max-width: 1600px;
  height: 30px;
  background-color: #000;
  text-align: right;
}
.contact_scroll p {
  color: #fff;
  line-height: 40px;
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  animation: scroll 15s linear infinite;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width: 952px) {
  .contact_scroll {
    width: 100%;
    max-width: 991px;
    height: 60px;
  }
  .contact_scroll p {
    font-size: 1.5rem;
    line-height: 60px;
  }
}
@media (max-width: 750px) {
  .contact-scroll {
    width: 100%;
    max-width: 750px;
    height: 80px;
  }
  .contact-scroll p {
    font-size: 1rem;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .contact_scroll {
    max-width: 575px;
    width: 100%;
    height: 40px;
  }
  .contact_scroll p {
    font-size: 0.9rem;
    line-height: 40px;
  }
}

header {
  position: sticky;
  top: 0;
  z-index: 1111;
  background-color: transparent;
}
nav {
  height: 100px;
  width: 100%;
}
nav label img {
  width: 120px;
  height: 120px;
  margin-left: 40px;
}
nav ul {
  float: right;
  margin-right: 20px;
  background-color: #000;
}
nav ul li {
  display: inline-block;
  line-height: 80px;
  margin: 0 5px;
}
nav ul li a {
  font-size: 0.9rem;
  text-transform: capitalize;
  padding: 7px 12px;
  color: white;
}
nav ul li a:hover,
a.active {
  background-color: #ef7722;
  transition: 0.6s ease-in-out;
  border-radius: 10px;
}
.checkBtn {
  color: #fff;
  font-size: 1.7rem;
  float: right;
  line-height: 80px;
  margin-right: 40px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

/*Navbar responsive*/

@media (max-width: 952px) {
  nav {
    background-color: #000;
  }
  nav label img {
    align-self: center;
    width: 150px;
    height: auto;
  }
  nav ul {
    height: 100px;
    line-height: 120px;
    z-index: 99;
  }
}
@media (max-width: 750px) {
  nav {
    background-color: #000;
  }
  nav label img {
    width: 120px;
    height: 120px;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    top: 120px;
    left: -100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 99;
  }
  nav ul li {
    display: block;
    margin: 50px 0px;
  }
  nav ul li a {
    font-size: 1.3rem;
    padding: 7px 12px;
    border-bottom: 1px solid white;
  }
  nav ul li a:hover,
  a.active {
    background: none;
    color: #ef7722;
  }
  .checkBtn {
    display: block;
    z-index: 999;
    font-size: 1.6rem;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
@media (max-width: 575px) {
  nav {
    background-color: #000;
  }
  nav label img {
    width: 100px;
    height: 100px;
    margin-left: 15px;
  }
  nav ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #000000;
    top: 120px;
    left: -100%;
    text-align: center;
    transition: 0.5s ease-in-out;
    z-index: 99;
  }
  nav ul li {
    display: block;
    margin: 50px 0px;
  }
  nav ul li a {
    font-size: 1.2rem;
    border-bottom: 1px solid white;
  }
  nav ul li a:hover,
  a.active {
    background: none;
    color: #ef7722;
  }
  .checkBtn {
    display: block;
    z-index: 999;
    font-size: 1.5rem;
  }
  #check:checked ~ ul {
    left: 0;
  }
}
.tirupati_section{
  max-width: 1450px;
  min-height: 100vh;
  margin: auto;
}
.tirupati_container{
  max-width: 1300px;
  min-height: 50vh;
  margin: 30px auto;
  background-color: #000;
  text-align: center;
}
.tirupati_container h3{
  font-size: 2.8rem;
  color: #fff;
  padding: 15px 0px;
  text-transform: uppercase;
}
.tirupati_container p{
  font-size: 1.2rem;
  color: #fff;
  padding: 15px 0px;
  line-height: 1.5;
}
.package_container{
  max-width: 1300px;
  min-height: 100vh;
  margin:auto;
}
.package_content h4{
  font-size: 2.5rem;
  color: #fff;
  text-align: start;
  padding: 15px 0;
}
.package_content p{
  font-size: 1.2rem;
  color: #fff;
  text-align: start;
  padding: 15px 0;
}
.tirupati_site p:first-child{
  font-size: 1.2rem;
  color: #ef7722;
  padding: 15px 0px;
  line-height: 1.5;
}
.vehicle_wrapper{
  max-width: 1450px;
  min-height: 100vh;
  margin: 30px auto;
}
.vehicle_container{
  max-width: 1300px;
  min-height: 50vh;
  margin: 30px auto;
  background-color: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
}
.vehicle_box{
  max-width: 600px;
  min-height: 30vh;
  margin-top: 30px;
  text-align: center;
}
.vehicle_box img{
  max-width: 600px;
  height:300px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.vehicle_info{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.model_info p{
  padding: 10px 35px;
  color:#fff;
  background-color: transparent;
  max-width: 600px;
  margin: 15px 0;
}
.vehicle_box .btn_contact{
  padding: 10px 20px;
  font-size: 1rem;
  border: 1px solid white;
  background-color: transparent;
  color: #fff;
  border-radius: 20px;
  cursor: pointer;
  margin: 10px;
}
.vehicle_box .btn_contact:hover{
  color: #000;
  background-color: #fff;
  transition: 0.5s ease-in-out;
}
@media (max-width:950px){
  .tirupati_container{
   margin-bottom:20px;
    padding: 0;
    text-align:center;
    min-height: 6vh;
  }
  .tirupati_container h3{
    font-size: 1.8rem;
    padding: 10px;
    text-align: center;
  }
  .tirupati_container p{
    font-size: 1.2rem;
    padding: 10px;
    line-height: 1.5;
    text-align: center;
  }
  .package_container{
    text-align: center;
    margin-top: 20px;
  }
  .package_content h4{
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }
  .package_content p{
    font-size: 1.2rem;
    padding: 10px 0;
     line-height: 1.5;
     text-align: center;
  }
  .vehicle_box img{
    width:85%;
    height: auto;
  }
  .vehicle_info .model_info p{
    text-align: start;
    font-size: 0.9rem;
  }
  .footer_section h3{
    text-align: center;
  }
}
@media (max-width:750px){
  .tirupati_container{
   margin-bottom:20px;
    padding: 0;
    text-align:center;
    min-height: 6vh;
  }
  .tirupati_container h3{
    font-size: 1.8rem;
    padding: 10px;
    text-align: center;
  }
  .tirupati_container p{
    font-size: 1rem;
    padding: 10px;
    line-height: 1.5;
  }
  .package_container{
    text-align: center;
    margin-top: 20px;
  }
  .package_content h4{
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }
  .package_content p{
    font-size: 1rem;
    padding: 10px 0;
     line-height: 1.5;
     text-align: center;
  }
  .vehicle_container{
    display: flex;
    flex-direction: column;
  }
  .vehicle_box img{
    max-width:100%;
  }
  .vehicle_info{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
  }
  .vehicle_info .model_info p{
    font-size: 1rem;
    padding: 10px 15px;
  }
  .footer_section h3{
    text-align: center;
  }
}
@media (max-width:575px){
  .tirupati_container{
   margin-bottom:20px;
    padding: 0;
    text-align:center;
    min-height: 6vh;
  }
  .tirupati_container h3{
    font-size: 1.8rem;
    padding: 10px;
    text-align: center;
  }
  .tirupati_container p{
    font-size: 1rem;
    padding: 10px;
    line-height: 1.5;
  }
  .package_container{
    text-align: center;
    margin-top: 20px;
  }
  .package_content h4{
    font-size: 1.8rem;
    padding: 10px 0;
    text-align: center;
  }
  .package_content p{
    font-size: 1rem;
    padding: 10px 0;
     line-height: 1.5;
     text-align: center;
  }
  .vehicle_container{
    display: flex;
    flex-direction: column;
  }
  .vehicle_box img{
    max-width:100%;
  }
  .footer_section h3{
    text-align: center;
  }
}
/*Footer Section*/
footer{
  max-width: 1600px;
  min-height: 20vh;
  background-color: #000;
  text-align: center;
}
.footer_section{
  max-width: 1450px;
  margin: auto;
}
.footer_section h3{
  font-size: 1.3rem;
  padding: 15px 0;
  color: #fff;
}
.footer_section .footer_icons{
 margin: 0 15px;
 padding: 15px 0;
}
.footer_icons a{
  padding: 10px;
  background-color:#fff;
  color: #000;
  font-size: 1.2rem;
  border-radius: 50%;
  margin-right: 5px;
}
.footer_icons a:hover{
  background-color: #000;
  color: #fff;
  transition: 0.5s ease-in-out;
}
.footer_section p{
  color: white;
  font-size: 1rem;
  padding: 15px 0;
}