/* [project]/app/styles/shared/heroSection.css [app-client] (css) */
.heroCont {
  z-index: 1;
  height: 495px;
  position: relative;
  overflow: hidden;
}

.hero-title {
  color: #ddd;
  font-size: 50px;
  font-weight: 600;
}

.hero-subTitle {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

@media screen and (width <= 770px) {
  .hero-subTitle {
    font-size: 13px;
  }

  .heroCont {
    height: 450px;
  }
}

@media screen and (width <= 575px) {
  .hero-subTitle {
    font-size: 12px;
  }

  .heroCont {
    height: 400px;
  }
}

@media screen and (width <= 400px) {
  .hero-subTitle {
    font-size: 11px;
  }
}


/* [project]/app/styles/about/about.css [app-client] (css) */
.headText {
  color: #ddd;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}

.hi {
  min-height: 665px;
}

.subText {
  color: #acacac;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.aboutQest {
  color: #f1f1f1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
}

.miniTitle {
  color: #f1f1f1;
  font-weight: 700;
}

.aboutLuxuryCont {
  background-color: #1a1a1a;
}

.aboutEXCont {
  background-color: #222;
}

.aboutLine {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.aboutJIMG {
  width: 550px;
  bottom: 10%;
  right: 2%;
}

.aboutCarIMG {
  width: 500px;
  bottom: 1%;
  right: 0;
}

.aboutCarIMGenglish {
  width: 500px;
  bottom: 1%;
  left: 0;
  transform: rotateY(180deg);
}

.JJIMG {
  width: 650px;
  top: 10%;
  left: 15%;
}

.mssd {
  width: 650px;
  top: 10%;
  right: 15%;
}

@media screen and (width <= 1800px) {
  .JJIMG {
    width: 650px;
    top: 10%;
    left: 10%;
  }

  .mssd {
    width: 650px;
    top: 10%;
    right: 10%;
  }
}

@media screen and (width <= 1600px) {
  .JJIMG {
    width: 650px;
    top: 10%;
    left: 0;
  }

  .mssd {
    width: 650px;
    top: 10%;
    right: 0;
  }
}

@media screen and (width <= 1400px) {
  .headText {
    font-size: 43px;
  }

  .hi {
    min-height: 650px;
  }

  .subText, .aboutQest {
    font-size: 17px;
  }

  .aboutJIMG {
    width: 540px;
    bottom: 6%;
    right: 2%;
  }

  .aboutCarIMG {
    width: 500px;
    bottom: 0;
    right: 0;
  }

  .aboutCarIMGenglish {
    width: 500px;
    bottom: 0;
    left: 0;
  }

  .JJIMG, .mssd {
    width: 600px;
  }
}

@media screen and (width <= 1200px) {
  .headText {
    font-size: 35px;
  }

  .hi {
    min-height: 665px;
  }

  .subText, .aboutQest {
    font-size: 16px;
  }

  .aboutJIMG {
    width: 500px;
    bottom: 15%;
    right: 1%;
  }

  .aboutCarIMG {
    width: 440px;
    bottom: 11%;
    right: 0;
  }

  .aboutCarIMGenglish {
    width: 440px;
    bottom: 11%;
    left: 0;
  }

  .JJIMG, .mssd {
    width: 500px;
    top: 15%;
  }
}

@media screen and (width <= 991px) {
  .headText {
    font-size: 25px;
  }

  .subText, .aboutQest {
    font-size: 14px;
  }

  .aboutJIMG {
    width: 380px;
    bottom: 15%;
    right: 2%;
  }

  .aboutCarIMG {
    width: 330px;
    bottom: 12%;
    right: 0;
  }

  .aboutCarIMGenglish {
    width: 330px;
    bottom: 12%;
    left: 0;
  }

  .JJIMG, .mssd {
    width: 400px;
    top: 15%;
  }

  .hi {
    min-height: 530px;
  }
}

@media screen and (width <= 767px) {
  .headText {
    font-size: 30px;
  }

  .subText, .aboutQest {
    font-size: 16px;
  }

  .hi {
    min-height: 100px;
  }

  .aboutJIMG {
    width: 550px;
    top: 0;
    right: 2%;
  }

  .aboutCarIMG, .aboutCarIMGenglish {
    width: 100%;
    bottom: 0;
    left: 0;
    position: relative !important;
  }
}

@media screen and (width <= 575px) {
  .headText {
    font-size: 25px;
  }

  .subText, .aboutQest {
    font-size: 14px;
  }

  .JJIMG, .mssd {
    width: 300px;
  }
}

@media screen and (width <= 400px) {
  .headText {
    font-size: 20px;
  }

  .subText, .aboutQest {
    font-size: 12px;
  }
}


/* [project]/app/styles/shared/bookContact.css [app-client] (css) */
.bookContainer {
  background-color: #191919;
}

.bookInerCont {
  background-color: #222;
}

.BookHead {
  color: #ddd;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
}

.SubBook {
  color: #acacac;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

.BookBTN {
  color: #ddd;
  border: 1px solid #ddd;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none !important;
}

.BookBTN:hover {
  color: #222;
  background-color: #ddd;
}

.CarFront {
  width: 1050px;
  bottom: 9%;
  left: 60%;
}

@media screen and (width <= 2300px) {
  .CarFront {
    left: 55%;
  }
}

@media screen and (width <= 2050px) {
  .CarFront {
    left: 50%;
  }
}

@media screen and (width <= 1850px) {
  .CarFront {
    width: 950px;
    left: 49%;
  }
}

@media screen and (width <= 1700px) {
  .CarFront {
    width: 900px;
  }
}

@media screen and (width <= 1600px) {
  .CarFront {
    left: 46%;
  }
}

@media screen and (width <= 1500px) {
  .CarFront {
    bottom: 11%;
    left: 42%;
  }
}

@media screen and (width <= 1400px) {
  .CarFront {
    width: 840px;
    left: 42%;
  }

  .CarBack {
    height: 380px !important;
  }
}

@media screen and (width <= 1300px) {
  .CarFront {
    width: 760px;
    left: 42%;
  }
}

@media screen and (width <= 1200px) {
  .CarFront {
    width: 690px;
    bottom: 14%;
    left: 44%;
  }

  .CarBack {
    height: 100% !important;
  }
}

@media screen and (width <= 1150px) {
  .CarFront {
    width: 690px;
    left: 42%;
  }

  .BookHead {
    font-size: 33px;
  }

  .SubBook {
    font-size: 16px;
  }
}

@media screen and (width <= 1100px) {
  .CarFront {
    width: 610px;
    bottom: 15%;
    left: 45%;
  }
}

@media screen and (width <= 1050px) {
  .CarFront {
    width: 610px;
    bottom: 15%;
    left: 42%;
  }
}

@media screen and (width <= 991px) {
  .CarFront {
    width: 550px;
    bottom: 9%;
    left: 45%;
  }

  .BookHead {
    font-size: 25px;
  }

  .SubBook {
    font-size: 12px;
  }
}

@media screen and (width <= 890px) {
  .CarFront {
    width: 500px;
    bottom: 9%;
    left: 45%;
  }
}

@media screen and (width <= 830px) {
  .CarFront {
    width: 485px;
    bottom: 9%;
    left: 45%;
  }
}

@media screen and (width <= 800px) {
  .CarFront {
    width: 465px;
    bottom: 9%;
    left: 45%;
  }
}

@media screen and (width <= 767px) {
  .CarFront {
    width: 500px;
    bottom: 0;
    left: 43%;
  }

  .BookHead {
    font-size: 23px;
  }

  .SubBook {
    font-size: 12px;
  }
}

@media screen and (width <= 735px) {
  .CarFront {
    width: 475px;
    bottom: 0;
    left: 43%;
  }
}

@media screen and (width <= 700px) {
  .CarFront {
    width: 455px;
    bottom: 0;
    left: 41.5%;
  }
}

@media screen and (width <= 650px) {
  .CarFront {
    width: 425px;
    bottom: 3%;
    left: 40%;
  }

  .BookHead {
    font-size: 20px;
  }

  .SubBook {
    font-size: 11px;
  }
}

@media screen and (width <= 600px) {
  .CarFront {
    width: 400px;
    bottom: 5%;
    left: 41%;
  }

  .BookHead {
    font-size: 20px;
  }

  .SubBook {
    font-size: 11px;
  }
}

@media screen and (width <= 575px) {
  .CarFront {
    width: 370px;
    bottom: 5%;
    left: 43%;
  }

  .BookHead {
    font-size: 18px;
  }
}

@media screen and (width <= 550px) {
  .CarFront {
    width: 350px;
    bottom: 5%;
    left: 42%;
  }
}

@media screen and (width <= 500px) {
  .CarFront {
    width: 310px;
    bottom: 5%;
    left: 42%;
  }
}

@media screen and (width <= 450px) {
  .CarFront {
    width: 280px;
    bottom: 5%;
    left: 41%;
  }

  .BookHead {
    font-size: 16px;
  }

  .SubBook {
    font-size: 10px;
  }
}

@media screen and (width <= 400px) {
  .CarFront {
    width: 250px;
    bottom: 5%;
    left: 41%;
  }
}


/*# sourceMappingURL=app_styles_d77947e5._.css.map*/