html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

footer {
  background: url(../images/collapseBg.jpg);
  background-size: cover;
  background-position: center;
  height: 20%;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

footer .f-car {
  width: 17%;
  position: absolute;
  top: 45%;
  left: 37%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

footer .f-logo {
  position: absolute;
  top: 5%;
  left: 55%;
  width: 15%;
}

footer .f-tag {
  position: absolute;
  top: 40%;
  left: 53%;
  width: 19%;
}

footer .f-close {
  position: absolute;
  top: 0;
  right: 0%;
  width: 6%;
  z-index: 9;
  cursor: pointer;
}

.section1 {
  width: 100%;
  height: 100vh;
}

.main-section {
  background: url(../images/backgroundFirst.jpg);
  background-size: cover;
  background-position: center;
  height: 100vh;
  width: 100%;
  z-index: 1;
  position: relative;
}

.main-section .inner-car-section {
  position: absolute;
  bottom: -2%;
  left: 15%;
  width: 50%;
}

.main-section .inner-car-section .m-car {
  width: 100%;
  height: auto;
}

.main-section .inner-car-section .circle1 {
  position: absolute;
  width: 12%;
  top: 17%;
  left: 7%;
}

.main-section .inner-car-section .circle1 .circle-img1 {
  width: 100%;
  height: auto;
}

.main-section .inner-car-section .circle1 .passenger {
  position: absolute;
  top: -200px;
  left: 45%;
}

.main-section .inner-car-section .circle1 .passenger .passenger-text {
  width: 300px;
}

.main-section .inner-car-section .circle1 .passenger .click-more {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 7%;
  cursor: pointer;
}

.main-section .inner-car-section .circle2 {
  position: absolute;
  width: 12%;
  top: 18%;
  left: 60%;
}

.main-section .inner-car-section .circle2 .circle-img2 {
  width: 100%;
}

.main-section .inner-car-section .circle2 .views {
  position: absolute;
  top: -185px;
  right: 65%;
}

.main-section .inner-car-section .circle2 .views .views-text {
  width: 300px;
}

.main-section .inner-car-section .circle2 .views .click-more1 {
  width: 150px;
  position: absolute;
  bottom: 0;
  left: 33%;
  cursor: pointer;
}

.main-section .inner-car-section .circle3 {
  position: absolute;
  width: 12%;
  top: 75%;
  left: 57%;
}

.main-section .inner-car-section .circle3 .circle-img3 {
  width: 100%;
}

.main-section .inner-car-section .circle3 .line3 {
  position: absolute;
}

.main-section .inner-car-section .circle3 .d-parking {
  position: absolute;
  bottom: 75px;
  left: 300px;
}

.main-section .inner-car-section .circle3 .d-parking .parking-text {
  width: 250px;
}

.main-section .inner-car-section .circle3 .d-parking .click-more2 {
  width: 150px;
  position: absolute;
  bottom: -20%;
  left: 5%;
  cursor: pointer;
}

.main-section .inner-text-section {
  position: absolute;
  top: 5%;
  right: 2%;
  width: 40%;
  height: auto;
  z-index: -1;
}

.main-section .inner-text-section .text1 {
  margin-bottom: -5%;
}

.main-section .inner-text-section .text1 img {
  width: 45%;
}

.main-section .inner-text-section .text2 {
  margin-bottom: -5%;
}

.main-section .inner-text-section .text2 img {
  width: 70%;
}

.main-section .inner-text-section .text3 {
  margin-bottom: -1%;
}

.main-section .inner-text-section .text3 img {
  width: 90%;
}

.main-section .inner-text-section .text4 img {
  width: 50%;
}

.main-section .inner-text-section .f-logo img {
  width: 33%;
}

.main-section .t-close {
  position: absolute;
  top: 0;
  right: 0%;
  width: 6%;
  cursor: pointer;
}

/*-- on circle1 hover style --*/
.circle1 .line1 {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
  bottom: 80%;
  left: 46%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.circle1:hover .line1 {
  width: 0;
  height: 200px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*-- on circle2 hover style --*/
.circle2 .line2 {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
  bottom: 80%;
  left: 46%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.circle2:hover .line2 {
  width: 0;
  height: 180px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*-- on circle3 hover style --*/
.circle3 .line3 {
  width: 0;
  height: 0;
  border: none;
  position: absolute;
  bottom: 80%;
  left: 80%;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.circle3:hover .line3 {
  width: 500px;
  top: 45%;
  left: 75%;
  height: 0;
  border: 2px solid #fff;
  background: #fff;
  -webkit-transition: all .5s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*-- Main Section End --*/
.d-none {
  display: none;
}

.slide1 {
  background: url(../images/PassengerConnectivityImg.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.slide1 .slide1-text {
  position: absolute;
  top: 10%;
  left: 20%;
  width: 100%;
}

.slide1 .slide1-text img {
  width: 35%;
}

.slide1 .back-btn {
  position: absolute;
  top: 32%;
  left: 47%;
  width: 100%;
  cursor: pointer;
}

.slide1 .back-btn img {
  width: 8%;
}

.slide1 .slide1-close {
  position: absolute;
  top: 0;
  right: 0%;
  width: 5%;
  cursor: pointer;
}

.slide2 {
  background: url(../images/360LandImg.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.slide2 .slide2-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  width: 100%;
}

.slide2 .slide2-text img {
  width: 35%;
}

.slide2 .back-btn2 {
  position: absolute;
  bottom: 16%;
  left: 78%;
  width: 100%;
  cursor: pointer;
}

.slide2 .back-btn2 img {
  width: 8%;
}

.slide2 .slide2-close {
  position: absolute;
  top: 0;
  right: 0%;
  width: 5%;
  cursor: pointer;
}

.slide3 {
  background: url(../images/dynamicParkingImg.jpg);
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.slide3 .slide3-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  width: 100%;
}

.slide3 .slide3-text img {
  width: 35%;
}

.slide3 .back-btn3 {
  position: absolute;
  bottom: 16%;
  left: 78%;
  width: 100%;
  cursor: pointer;
}

.slide3 .back-btn3 img {
  width: 8%;
}

.slide3 .slide3-close {
  position: absolute;
  top: 0;
  right: 0%;
  width: 5%;
  cursor: pointer;
}

.text-center {
  text-align: center;
}

/* media query start*/
@media only screen and (max-width: 768px) and (orientation: portrait) {
  footer .f-car {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 55%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  footer .f-logo {
    position: absolute;
    top: 10%;
    left: 53%;
    width: 30%;
  }
  footer .f-tag {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 35%;
  }
  footer .f-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    z-index: 9;
    cursor: pointer;
  }
  .main-section {
    background: url(../images/PortbackgroundFirst.jpg);
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
  }
  .main-section .inner-text-section {
    top: 5%;
    left: 10%;
    width: 80%;
    z-index: -1;
  }
  .main-section .inner-car-section {
    bottom: 5%;
    left: 12%;
    width: 85%;
  }
  .main-section .inner-car-section .circle1 {
    width: 20%;
    top: 15%;
    left: 0%;
  }
  .circle1:hover .line1 {
    height: 127px;
  }
  .main-section .inner-car-section .circle1 .passenger {
    top: -125px;
  }
  .main-section .inner-car-section .circle1 .passenger .click-more {
    width: 100px;
    top: 85%;
    left: 8%;
  }
  .main-section .inner-car-section .circle1 .passenger .passenger-text {
    width: 150px;
  }
  .main-section .inner-car-section .circle1 .click-more {
    top: -68px;
    left: 65%;
  }
  .circle2:hover .line2 {
    height: 125px;
  }
  .main-section .inner-car-section .circle2 {
    width: 20%;
  }
  .main-section .inner-car-section .circle2 {
    top: 12%;
    left: 55%;
  }
  .main-section .inner-car-section .circle2 .views {
    top: -130px;
    right: 55%;
  }
  .main-section .inner-car-section .circle2 .views .views-text {
    width: 200px;
  }
  .main-section .inner-car-section .circle2 .views .click-more1 {
    width: 100px;
  }
  .main-section .inner-car-section .circle3 .d-parking .parking-text {
    width: 200px;
  }
  .main-section .inner-car-section .circle3 .d-parking .click-more2 {
    width: 100px;
  }
  .main-section .inner-car-section .circle3 {
    width: 20%;
  }
  .main-section .inner-car-section .circle3 {
    top: 69%;
    left: 55%;
  }
  .line3 {
    display: none;
  }
  .circle3 .line4 {
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    bottom: 80%;
    left: 46%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .circle3:hover .line4 {
    width: 0;
    height: 220px;
    border: 2px solid #fff;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .main-section .inner-car-section .circle3 .d-parking {
    bottom: 225px;
    left: -180px;
  }
  .main-section .t-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    cursor: pointer;
  }
  .slide1 .slide1-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    cursor: pointer;
  }
  .slide1 .slide1-text {
    position: absolute;
    top: 10%;
    left: 30%;
    width: 100%;
  }
  .slide1 .slide1-text img {
    width: 60%;
  }
  .slide1 .back-btn {
    position: absolute;
    top: 21%;
    left: 75%;
    width: 100%;
    cursor: pointer;
  }
  .slide1 .back-btn img {
    width: 15%;
  }
  .slide2 .slide2-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    cursor: pointer;
  }
  .slide2 .slide2-text img {
    width: 60%;
  }
  .slide2 .slide2-text {
    position: absolute;
    bottom: 32%;
    left: 20%;
    width: 100%;
  }
  .slide2 .back-btn2 img {
    width: 15%;
  }
  .slide2 .back-btn2 {
    position: absolute;
    bottom: 27%;
    left: 62%;
    width: 100%;
    cursor: pointer;
  }
  .slide3 .slide3-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    cursor: pointer;
  }
  .slide3 .slide3-text img {
    width: 60%;
  }
  .slide3 .slide3-text {
    position: absolute;
    bottom: 25%;
    left: 12%;
    width: 100%;
  }
  .slide3 .back-btn3 img {
    width: 15%;
  }
  .slide3 .back-btn3 {
    position: absolute;
    bottom: 21%;
    left: 60%;
    width: 100%;
    cursor: pointer;
  }
}

@media only screen and (min-width: 767px) and (orientation: portrait) {
  footer .f-car {
    width: 50%;
    margin: auto;
    position: absolute;
    top: 55%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  footer .f-logo {
    position: absolute;
    top: 10%;
    left: 53%;
    width: 30%;
  }
  footer .f-tag {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 35%;
  }
  footer .f-close {
    position: absolute;
    top: 0;
    right: 0%;
    width: 15%;
    z-index: 9;
    cursor: pointer;
  }
  .main-section .inner-text-section {
    position: absolute;
    top: 2%;
    right: 12%;
    width: 75%;
    height: auto;
    z-index: -1;
  }
  .main-section .inner-car-section {
    position: absolute;
    bottom: -2%;
    left: 10%;
    width: 80%;
  }
  .main-section .inner-car-section .circle3 .d-parking {
    bottom: 225px;
    left: -180px;
  }
  .main-section .inner-car-section .circle3 .d-parking .click-more2 {
    width: 100px;
  }
  .circle3 .line4 {
    width: 0;
    height: 0;
    border: none;
    position: absolute;
    bottom: 80%;
    left: 46%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .circle3:hover .line4 {
    width: 0;
    height: 430px;
    border: 2px solid #fff;
    background: #fff;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
  }
  .line3 {
    display: none;
  }
  .main-section .inner-car-section .circle3 .d-parking {
    bottom: 435px;
    left: 40px;
  }
  .main-section .inner-car-section .circle3 .d-parking .parking-text {
    width: 300px;
  }
  .main-section .inner-car-section .circle3 .d-parking .click-more2 {
    width: 150px;
  }
  .main-section .t-close {
    width: 15%;
  }
  .slide3 .slide3-text {
    left: 15%;
  }
  .slide3 .slide3-text img {
    width: 65%;
  }
  .slide3 .back-btn3 img {
    width: 20%;
  }
  .slide3 .back-btn3 {
    left: 62%;
  }
  .slide3 .slide3-close {
    width: 15%;
  }
  .slide2 .slide2-text img {
    width: 65%;
  }
  .slide2 .back-btn2 img {
    width: 20%;
  }
  .slide2 .slide2-text {
    bottom: 30%;
    left: 20%;
  }
  .slide2 .back-btn2 {
    position: absolute;
    bottom: 23%;
    left: 65%;
  }
  .slide1 .slide1-close {
    width: 15%;
  }
  .slide1 .slide1-text img {
    width: 65%;
  }
  .slide1 .back-btn img {
    width: 20%;
  }
  .slide1 .back-btn {
    top: 25%;
    left: 65%;
  }
}

@media only screen and (orientation: landscape) {
  footer .f-tag {
    top: 40%;
    left: 55%;
    width: 15%;
  }
  footer .f-logo {
    top: 5%;
    left: 56%;
    width: 13%;
  }
  .main-section .inner-car-section .circle1 .passenger {
    position: absolute;
    top: -130px;
    left: 45%;
  }
  .main-section .inner-car-section .circle1 .passenger .passenger-text {
    width: 200px;
    height: 250px;
  }
  .circle1:hover .line1 {
    height: 135px;
  }
  .main-section .inner-car-section .circle1 .passenger .click-more {
    width: 100px;
  }
  .main-section .inner-car-section .circle2 .views .views-text {
    width: 200px;
  }
  .main-section .inner-car-section .circle2 .views .click-more1 {
    width: 100px;
  }
  .circle2:hover .line2 {
    height: 110px;
  }
  .main-section .inner-car-section .circle2 .views {
    top: -110px;
  }
  .main-section .inner-car-section .circle3 .d-parking .parking-text {
    width: 200px;
  }
  .main-section .inner-car-section .circle3 .d-parking .click-more2 {
    width: 100px;
  }
  .main-section .inner-car-section .circle3 .d-parking {
    bottom: 25px;
    left: 115px;
  }
  .circle3:hover .line3 {
    width: 285px;
  }
}
/*# sourceMappingURL=style.css.map */