@import url("font-family.css");
.desktop .mar_75 {
  padding-top: 30px;
  margin: 0 75px;
}
.desktop .viewContent {
  display: none;
}
.desktop .mar_s_auto {
  margin: 0 0 0 auto;
}
.desktop .mar_e_auto {
  margin: 0 auto 0 0;
}
.desktop .color_content {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100vh;
  background-color: #FD7F64;
}
.desktop .model-viewer {
  width: 800px;
  height: 500px;
  margin: 0, auto;
}
.desktop .viewpage_container {
  min-height: 100vh;
  width: 100%;
  transition: all 0.5s ease;
  background-color: #D65353;
  position: relative;
}
.desktop .viewpage_container .top_bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: -30px;
}
.desktop .viewpage_container .ourLogo {
  cursor: pointer;
}
.desktop .viewpage_container .ourLogo .logoImage {
  width: 105px;
  height: 105px;
}
.desktop .viewpage_container .hamburger_menu {
  width: 30px;
  transition: transform 0.3s ease-in-out;
  height: 30px;
  overflow-y: scroll;
  position: fixed;
  right: 75px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  z-index: 45;
  cursor: pointer !important;
}
.desktop .viewpage_container .hamburger_menu .line {
  width: auto;
  margin-bottom: 7px;
  height: 3px;
  background-color: white;
}
.desktop .viewpage_container .hamburger_menu::-webkit-scrollbar {
  display: none;
}
.desktop .viewpage_container .image_content_outer {
  position: absolute;
  top: 0;
  right: 15%;
  height: 60vh;
  width: 20%;
  background-color: #FD7F64;
}
.desktop .viewpage_container .image_content_outer .image_content {
  position: relative;
  width: 100%;
  height: inherit;
}
.desktop .viewpage_container .image_content_outer .image_content .bus_img {
  display: none;
  position: absolute;
  width: 65%;
  bottom: -20%;
  left: 0%;
  z-index: 55;
}
.desktop .viewpage_container .image_content_outer .image_content .mobile_img {
  display: none;
  position: absolute;
  width: 65%;
  right: -10%;
  z-index: 54;
  bottom: -26%;
}
.desktop .viewpage_container .initial_content {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 44;
}
.desktop .viewpage_container .initial_content .car_img_container {
  position: absolute;
  top: 98px;
  left: -100px;
}
.desktop .viewpage_container .initial_content .mbl_img_container {
  position: absolute;
  top: 38px;
  right: -100px;
}
.desktop .viewpage_container .initial_content .car_img {
  width: 200px;
}
.desktop .viewpage_container .initial_content .mbl_img {
  width: 200px;
}
.desktop .viewpage_container .initial_content .app_title {
  color: #F6F6F6;
  text-align: center;
  font-family: "RalewayBold";
  font-size: 80px;
}
.desktop .viewpage_container .initial_content .app_title_light {
  font-weight: 100;
  font-family: "RalewayLight";
}
.desktop .desktop_featured_works {
  display: block !important;
}
.desktop .mbl_featured_works {
  display: none !important;
}
.desktop .overView_content {
  display: none;
  background-color: rgba(241, 190, 175, 0);
  width: 100%;
  padding: 40px 0;
  color: #F6F6F6;
}
.desktop .overView_content .app_and_development_content {
  width: 60%;
}
.desktop .overView_content .app_and_development_content .content_title {
  opacity: 0;
  max-width: 350px;
  color: #F6F6F6;
  font-family: "RalewayMedium";
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 40px;
}
.desktop .overView_content .app_and_development_content .overview_title {
  opacity: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #F6F6F6;
  font-family: "RalewayBold";
  font-size: 40px;
}
.desktop .overView_content .app_and_development_content .overview_desc {
  opacity: 0;
  font-size: 16px;
  font-family: "RalewayRegular";
}
.desktop .overView_content .app_and_development_content .App_List .link {
  text-decoration: none;
  color: #F6F6F6;
  font-family: "RalewayRegular";
}
.desktop .overView_content .app_and_development_content .App_List .list_item {
  opacity: 0;
  padding: 15px;
  width: 100%;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid rgba(246, 246, 246, 0.1882352941);
}
.desktop .overView_content .app_and_development_content .App_List .list_item .list_icon_img {
  width: 60px;
}
.desktop .overView_content .app_and_development_content .App_List .list_item .list_title {
  margin: 0;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: 100;
  font-family: "RalewayLight";
}
.desktop .overView_content .app_and_development_content .App_List .list_item .list_desc {
  width: 90%;
  font-weight: 100;
  font-size: 14px;
  font-family: "RalewayRegular";
}
.desktop .overView_content .app_and_development_content .App_List .list_item:hover {
  background-color: #FD7F64;
}
.desktop .overView_content .list_Arrow_btn {
  background: none;
  outline: none;
  border: none;
  position: absolute;
  border-radius: 50%;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
}
.desktop .overView_content .list_Arrow_btn .list_Arrow_btn_img {
  width: 25px;
  height: 25px;
}
.desktop .featured_works_container {
  min-height: 100vh;
  background-color: #FD7F64;
}
.desktop .featured_works_container .feauture_card {
  height: 300px;
  width: 100%;
  background: white;
  border-radius: 10px;
}
.desktop .featured_works_container .feature_title {
  font-family: "RalewayBold";
  color: #F6F6F6;
}
.desktop .featured_works_container .feature_content_title {
  font-family: "RalewayMedium";
  font-weight: normal;
  font-size: 30px;
}
.desktop .featured_works_container .feature_content_name {
  font-family: "RalewayThin";
  font-size: 25px;
}
.desktop .featured_works_container .feature_content_desc {
  font-family: "RalewayLight";
  font-size: 1.1vw;
}
.desktop .scrollMain {
  background-color: #FD7F64;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  min-height: 100vh;
  width: 100%;
}
.desktop .applications_container {
  width: 100%;
  position: absolute;
  z-index: 5;
  color: #F6F6F6;
}
.desktop .applications_container .application_content_outer {
  position: absolute;
  left: 50%;
  z-index: 5;
  top: 50%;
  transform: translate(-50%, -50%);
}
.desktop .applications_container .app_img {
  width: 100%;
}
.desktop .applications_container .applications_title {
  font-family: "RalewayBold";
  font-size: 40px;
}
.desktop .icon {
  width: 20px;
  margin: 0 8px;
  height: 20px;
}
.desktop .list_content {
  width: 85%;
}
.desktop .carousel-control-next {
  position: absolute;
  top: 50%;
  right: -50px;
  height: 50px;
  width: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.desktop .carousel-control-next img {
  width: 40px;
}
.desktop .carousel-control-next .count {
  margin-top: 20px;
  font-size: 40px;
}
.desktop .carousel-control-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.desktop .carousel-control-prev img {
  width: 40px;
}
.desktop .carousel-control-prev-icon, .desktop .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}
.desktop .mar_75_only {
  margin: 0 75px;
}
.desktop .bottom_bar {
  height: 70px;
  padding: 25px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: #000000;
}
.desktop .bottom_bar .privacy_content {
  color: #F6F6F6;
  display: flex;
  font-size: small;
  justify-content: space-between;
  font-family: "RalewayRegular";
}
.desktop .bottom_content {
  height: -moz-max-content;
  height: max-content;
  width: 100%;
  background-color: #000000;
  position: absolute;
  z-index: -1;
  display: block;
  bottom: 0;
}
.desktop .bottom_content .footer_title {
  font-size: 26px;
  font-weight: 100;
  color: #F6F6F6;
  margin-bottom: 30px;
  font-family: "RalewayLight";
}
.desktop .bottom_content .footer_List {
  line-height: 47.3px;
}
.desktop .bottom_content .footer_List a {
  text-decoration: none;
  color: #fff;
  font-size: 21px;
  font-family: "RalewayThin";
}
.desktop .bottom_content .logo_Img {
  font-family: "RalewayThin";
}
.desktop .bottom_content .bottom_img {
  width: 100%;
}
.desktop .bottom_content .bottom_bar_inner {
  position: relative;
}
.desktop .bottom_content .bottom_bar_inner .bottom_nav {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
.desktop .card_outer {
  margin: 30px;
  width: 20vw;
  height: 22vw;
  position: relative;
  border-radius: 10px;
}
.desktop .card_outer .card_img {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.desktop .arrow_btn {
  background: none;
  outline: none;
  border: none;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #F6F6F6;
  bottom: 15px;
  right: 10px;
  display: flex;
  justify-content: center;
  transition: all 1s ease;
  align-items: center;
}
.desktop .arrow_btn .arrow_btn_img {
  width: 30px;
  height: 40px;
}
.desktop .arrow_btn::after {
  top: 5px;
  transform: translate(-50px);
  left: -25px;
  opacity: 0;
  position: absolute;
  content: url("../images/icons8-right-32.png");
}
.desktop .arrow_btn:hover .arrow_btn_img {
  transition: all 0.3s ease;
  transform: translate(50px);
  opacity: 0;
}
.desktop .arrow_btn:hover::after {
  transition: all 0.3s ease;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
}
.desktop .bg_purple {
  background-color: #372861;
}
.desktop .bg_green {
  background-color: #9FAF35;
}
.desktop .bg_green .card_img {
  top: 37%;
}
.desktop .bg_blue {
  background-color: #63C3C7;
}
.desktop .list_Arrow_btn::after {
  top: 5px;
  transform: translate(-50px);
  left: -25px;
  width: 25px;
  height: 25px;
  background-size: 100% 100%;
  opacity: 0;
  position: absolute;
  background-image: url("../images/immersive/icons8-forward-50.png");
  content: "";
}
.desktop .list_item:hover .list_Arrow_btn_img {
  transition: all 0.3s ease;
  transform: translate(50px);
  opacity: 0;
  width: 25px;
  height: 25px;
}
.desktop .list_item:hover .list_Arrow_btn::after {
  transition: all 0.3s ease;
  width: 25px;
  height: 25px;
  left: 50%;
  transform: translate(-50%);
  opacity: 1;
}
.desktop #slideCount {
  position: absolute;
  right: 33px;
  font-family: "RalewaySemiBold";
  font-size: 30px;
  color: #fff;
  top: 61%;
}
.desktop .read_more {
  position: relative;
  text-decoration: none;
}
.desktop .read_more::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0.8px;
  background-color: #fff;
  bottom: -2px;
  left: 0;
  transition: all 0.3s ease;
}

.page_title {
  color: #ffffff;
  font-family: "RalewaySemiBold";
  font-size: 80px;
}

#renderCanvasContainer {
  position: absolute;
  z-index: 9999999;
  top: 29%;
  right: 48px;
  width: 40%;
}

#renderCanvasContainer canvas {
  width: 100%;
  height: 65vh;
}

#renderCanvas2Container {
  z-index: 9999999;
  position: absolute;
  width: 100%;
}

#renderCanvas2Container canvas {
  width: 100%;
  height: 75vh;
}

canvas:focus {
  outline: none;
}

.target {
  animation-duration: 1.2s;
  animation-name: slidein;
}

@keyframes slidein {
  from {
    margin-left: 0%;
    width: 300%;
  }
  to {
    margin-left: 100%;
    width: 70%;
  }
}
/* gowtham */
@media screen and (max-width: 768px) {
  .desktop .intro {
    display: block;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .desktop .intro .intro_page_title {
    font-family: "RalewayMedium";
    font-size: 43px;
  }
  .desktop .color_content {
    display: none;
  }
  .desktop .mar_75 {
    padding-top: 30px;
    margin: 0 25px;
  }
  .desktop .viewContent {
    display: none;
  }
  .desktop .mar_s_auto {
    margin: auto;
  }
  .desktop .mar_e_auto {
    margin: auto;
  }
  .desktop .carousel-item {
    min-height: 100vh;
  }
  .desktop .model-viewer {
    width: 300px;
    height: 500px;
    margin: 0, auto;
  }
  .desktop .viewpage_container {
    min-height: 100vh;
    width: 100%;
    transition: all 0.5s ease;
    background-color: #FD7F64;
    position: relative;
  }
  .desktop .viewpage_container .top_bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -30px;
  }
  .desktop .viewpage_container .ourLogo {
    cursor: pointer;
  }
  .desktop .viewpage_container .ourLogo .logoImage {
    width: 70px;
    height: 70px;
  }
  .desktop .viewpage_container .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    position: absolute;
    right: 25px;
    top: 30px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    z-index: 45;
    cursor: pointer !important;
  }
  .desktop .viewpage_container .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: white;
  }
  .desktop .viewpage_container .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .desktop .viewpage_container .image_content_outer {
    position: absolute;
    top: 0;
    right: 15%;
    height: 60vh;
    display: none;
    width: 20%;
    background-color: #FD7F64;
  }
  .desktop .viewpage_container .image_content_outer .image_content {
    position: relative;
    width: 100%;
    height: inherit;
  }
  .desktop .viewpage_container .image_content_outer .image_content .bus_img {
    display: none;
    position: absolute;
    width: 65%;
    bottom: -20%;
    left: 0%;
    z-index: 55;
  }
  .desktop .viewpage_container .image_content_outer .image_content .mobile_img {
    display: none;
    position: absolute;
    width: 65%;
    right: -10%;
    z-index: 54;
    bottom: -26%;
  }
  .desktop .viewpage_container .initial_content {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    z-index: 44;
  }
  .desktop .viewpage_container .initial_content .car_img_container {
    position: absolute;
    top: 98px;
    left: -100px;
  }
  .desktop .viewpage_container .initial_content .mbl_img_container {
    position: absolute;
    top: 38px;
    right: -100px;
  }
  .desktop .viewpage_container .initial_content .car_img {
    width: 200px;
  }
  .desktop .viewpage_container .initial_content .mbl_img {
    width: 200px;
  }
  .desktop .viewpage_container .initial_content .app_title {
    color: #F6F6F6;
    text-align: center;
    font-family: "RalewayBold";
    font-size: 56px;
  }
  .desktop .viewpage_container .initial_content .app_title_light {
    font-weight: 100;
    font-family: "RalewayLight";
  }
  .desktop .overView_content {
    display: none;
    background-color: rgba(241, 190, 175, 0);
    width: 100%;
    padding: 40px 0;
    color: #F6F6F6;
  }
  .desktop .overView_content .app_and_development_content {
    width: 100%;
  }
  .desktop .overView_content .app_and_development_content .content_title {
    max-width: 350px;
    color: #F6F6F6;
    font-family: "RalewayMedium";
    font-weight: normal;
    margin-bottom: 10px;
    font-size: 40px;
  }
  .desktop .overView_content .app_and_development_content .overview_title {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #F6F6F6;
    font-family: "RalewayBold";
    font-size: 40px;
  }
  .desktop .overView_content .app_and_development_content .overview_desc {
    font-size: 16px;
    font-family: "RalewayRegular";
  }
  .desktop .overView_content .app_and_development_content .App_List .link {
    text-decoration: none;
    color: #F6F6F6;
    font-family: "RalewayRegular";
  }
  .desktop .overView_content .app_and_development_content .App_List .list_item {
    padding: 15px;
    width: 100%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(246, 246, 246, 0.1882352941);
  }
  .desktop .overView_content .app_and_development_content .App_List .list_item .list_icon_img {
    width: 55px;
  }
  .desktop .overView_content .app_and_development_content .App_List .list_item .list_title {
    margin: 0;
    margin-bottom: 5px;
    font-size: 24px;
    font-weight: 100;
    font-family: "RalewayLight";
  }
  .desktop .overView_content .app_and_development_content .App_List .list_item .list_desc {
    width: 90%;
    font-weight: 100;
    font-size: 14px;
    font-family: "RalewayRegular";
  }
  .desktop .overView_content .app_and_development_content .App_List .list_item:hover {
    background-color: #FD7F64;
  }
  .desktop .featured_works_container {
    min-height: 100vh;
    background-color: #FD7F64;
  }
  .desktop .featured_works_container .feauture_card {
    height: 300px;
    width: 100%;
    background: white;
    border-radius: 10px;
  }
  .desktop .featured_works_container .feature_title {
    font-family: "RalewayBold";
    color: #F6F6F6;
  }
  .desktop .featured_works_container .feature_content_title {
    font-family: "RalewayMedium";
    font-weight: normal;
    font-size: 30px;
  }
  .desktop .featured_works_container .feature_content_name {
    font-family: "RalewayThin";
    font-size: 25px;
  }
  .desktop .featured_works_container .feature_content_desc {
    font-family: "RalewayLight";
    font-size: 14px;
  }
  .desktop .scrollMain {
    background-color: #FD7F64;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
    min-height: 100vh;
    width: 100%;
  }
  .desktop .applications_container {
    width: 100%;
    position: absolute;
    z-index: 5;
    color: #F6F6F6;
  }
  .desktop .applications_container .application_content_outer {
    position: absolute;
    left: 50%;
    z-index: 5;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .desktop .applications_container .app_img {
    width: 100%;
  }
  .desktop .applications_container .applications_title {
    font-family: "RalewayBold";
    font-size: 40px;
  }
  .desktop .carousel-control-next {
    position: absolute;
    top: 50%;
    right: -30px;
    height: 50px;
    width: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  .desktop .carousel-control-next img {
    width: 28px;
  }
  .desktop .carousel-control-next .count {
    margin-top: 20px;
    font-size: 40px;
  }
  .desktop .carousel-control-prev {
    position: absolute;
    top: 50%;
    left: -30px;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
  }
  .desktop .carousel-control-prev img {
    width: 28px;
  }
  .desktop .carousel-control-prev-icon, .desktop .carousel-control-next-icon {
    width: 28px;
    height: 28px;
  }
  .desktop .mar_75_only {
    margin: 0 5px;
  }
  .desktop .copyright_txt {
    margin: 0 !important;
  }
  .desktop .bottom_bar {
    height: -moz-max-content;
    height: max-content;
    min-height: 70px;
    padding: 5px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #000000;
  }
  .desktop .bottom_bar .privacy_content {
    color: #F6F6F6;
    display: flex;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .desktop .bottom_content {
    height: -moz-max-content;
    height: max-content;
    width: 100%;
    background-color: #000000;
    position: absolute;
    z-index: -1;
    display: block;
    bottom: 0;
  }
  .desktop .bottom_content .footer_title {
    font-size: 26px;
    font-weight: 100;
    color: #F6F6F6;
    margin-bottom: 30px;
    font-family: "RalewayLight";
  }
  .desktop .bottom_content .footer_List {
    line-height: 47.3px;
  }
  .desktop .bottom_content .footer_List a {
    text-decoration: none;
    color: #fff;
    font-size: 21px;
    font-family: "RalewayThin";
  }
  .desktop .bottom_content .logo_Img {
    font-family: "RalewayThin";
  }
  .desktop .bottom_content .bottom_img {
    width: 100%;
  }
  .desktop .bottom_content .bottom_bar_inner {
    position: relative;
  }
  .desktop .bottom_content .bottom_bar_inner .bottom_nav {
    position: absolute;
    bottom: 20px;
    width: 100%;
  }
  .desktop .card_outer {
    margin: 30px;
    height: 39vw;
    position: relative;
    border-radius: 10px;
    width: 25vw;
  }
  .desktop .card_outer .card_img {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .desktop .arrow_btn {
    background: none;
    outline: none;
    border: none;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #F6F6F6;
    bottom: 15px;
    right: 10px;
    display: flex;
    justify-content: center;
    transition: all 1s ease;
    align-items: center;
  }
  .desktop .arrow_btn .arrow_btn_img {
    width: 14px;
    height: 23px;
  }
  .desktop .arrow_btn::after {
    top: 5px;
    transform: translate(-50px);
    left: -25px;
    opacity: 0;
    position: absolute;
    content: url("../images/icons8-right-32.png");
  }
  .desktop .arrow_btn:hover .arrow_btn_img {
    transition: all 0.3s ease;
    transform: translate(50px);
    opacity: 0;
  }
  .desktop .arrow_btn:hover::after {
    transition: all 0.3s ease;
    left: 50%;
    transform: translate(-50%);
    opacity: 1;
  }
  .desktop .bg_purple {
    background-color: #372861;
  }
  .desktop .bg_green {
    background-color: #9FAF35;
  }
  .desktop .bg_green .card_img {
    top: 37%;
  }
  .desktop .bg_blue {
    background-color: #63C3C7;
  }
  .desktop .desktop_featured_works {
    display: none !important;
  }
  .desktop .mbl_featured_works {
    position: relative;
    z-index: 888;
    display: block !important;
  }
  #renderCanvasContainer {
    display: none;
  }
}
.rotate {
  display: none;
}

@media screen and (min-width: 650px) and (max-width: 1024px) and (orientation: portrait) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: none !important;
  }
  .rotate {
    display: block !important;
  }
  .rotate .turn_img {
    width: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100vh;
  }
}/*# sourceMappingURL=mainAppandMobility.css.map */