@import url("font-family.css");
.desktop .mar_75 {
  padding: 30px 75px;
}
.desktop .bannerpage_container {
  min-height: 100vh;
  width: 100%;
  transition: all 0.5s ease;
  background-color: #372861;
  position: relative;
}
.desktop .celebration_year {
  min-height: 100vh;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.desktop .celebration_year .celebration_year_title {
  margin-bottom: 30px;
  font-size: 40px;
  font-family: "RalewaySemiBold";
  color: #5d5d5d;
}
.desktop .celebration_year_title_txt {
  text-align: center;
  font-size: 32px;
}
.desktop .awards {
  position: relative;
  background-image: url("../images/Awards/awrds.jpg");
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  height: 100vh;
}
.desktop .awards .award_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.desktop .awards .txt_content {
  position: absolute;
  left: 35%;
  top: 50%;
  z-index: 7;
  width: 50%;
  color: white;
  transform: translate(-50%, -50%);
}
.desktop .awards .txt_content .light_txt {
  font-family: "RalewayLight";
}
.desktop .awards .txt_content .bold_txt {
  font-family: "RalewaySemiBold";
}
.desktop .vwawards {
  position: relative;
  background-image: url("../images/Awards/vwAwards.png");
  background-size: cover;
  background-position: 50% 10%;
  background-repeat: no-repeat;
  height: 100vh;
}
.desktop .vwawards .award_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}
.desktop .vwawards .txt_content {
  position: absolute;
  left: 30%;
  top: 50%;
  z-index: 7;
  width: 40%;
  color: white;
  transform: translate(-50%, -50%);
}
.desktop .vwawards .txt_content .light_txt {
  font-family: "RalewayLight";
}
.desktop .vwawards .txt_content .bold_txt {
  font-family: "RalewaySemiBold";
}
.desktop .latest_works {
  background: #ffffff;
}
.desktop .latest_works .container {
  height: 100vh;
  position: relative;
}
.desktop .latest_works .title {
  font-family: "RalewaySemiBold";
  color: #3f3f3f;
}
.desktop .latest_works .desc {
  margin-top: 20px;
  font-size: 16px;
  font-family: "RalewayRegular";
  color: #3f3f3f;
}
.desktop .latest_works .Skoda_remote {
  position: absolute;
  left: 0;
  bottom: 0;
}
.desktop .latest_works .Skoda_remote .Skoda_remote_img {
  height: 100%;
  width: 60%;
}
.desktop .latest_works .Skoda_mobile {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  right: 0;
}
.desktop .latest_works .Skoda_mobile .Skoda_mobile_img {
  height: 100%;
  width: 75%;
}
.desktop .top_bar {
  position: fixed;
  z-index: 6;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.desktop .ourLogo {
  top: 0;
  z-index: 99999;
  cursor: pointer;
}
.desktop .ourLogo .logoImage {
  width: 105px;
  height: 105px;
}
.desktop .hamburger_menu {
  width: 30px;
  transition: transform 0.3s ease-in-out;
  height: 30px;
  top: 40px;
  overflow-y: scroll;
  position: fixed;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  right: 75px;
  z-index: 9999;
  cursor: pointer !important;
}
.desktop .hamburger_menu .line {
  width: auto;
  margin-bottom: 7px;
  height: 3px;
  background-color: white;
}
.desktop .hamburger_menu::-webkit-scrollbar {
  display: none;
}
.desktop .bottom_bar {
  background: transparent !important;
  position: absolute;
  bottom: 30px;
  z-index: 999;
  width: auto;
}
.desktop .bottom_bar .privacy_content {
  color: #F6F6F6;
  align-items: center;
  display: flex;
  font-size: small;
  justify-content: space-between;
  font-family: "RalewayRegular";
}
.desktop .tabs-container {
  height: 100px;
  color: #F6F6F6;
}
.desktop .tabs {
  bottom: 100%;
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}
.desktop .bottom_tabs {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
}
.desktop .tab {
  padding: 10px;
  text-wrap: nowrap;
  margin: 10px 20px;
  height: -moz-max-content;
  height: max-content;
  font-family: "RalewaySemiBold";
  cursor: pointer;
  position: relative;
}
.desktop .dtab {
  height: 5px;
  border-radius: 5px;
  width: 20px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.3137254902);
}
.desktop .active {
  display: block !important;
}
.desktop .tab-pane {
  position: absolute;
  top: 50%;
  font-size: 30px;
  color: white;
  transition: all 1s ease;
  font-family: "RalewayBold";
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.desktop .discover_btn_container {
  background-color: #FF595A;
  width: 160px;
  height: 50px;
  font-family: "RalewayRegular";
  margin: auto;
  position: relative;
  transition: all 0.4s ease-in-out;
  display: block;
  border-radius: 25px;
  color: #F6F6F6;
}
.desktop .txt {
  font-family: "RalewayRegular";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-80%, -50%);
}
.desktop .circle {
  position: absolute;
  width: 100%;
  right: 0;
  transition: all 0.5s ease;
  height: 50px;
  background-color: #FF595A;
  border-radius: 25px;
  /*  opacity:0; */
}
.desktop .arrow {
  position: absolute;
  right: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.4s ease;
}
.desktop .arrow .arrow_img {
  width: 20px;
}
.desktop .discover_btn_container:hover {
  background-color: rgba(1, 1, 1, 0.2);
}
.desktop .discover_btn_container:hover .circle {
  transition: all 0.5s ease;
  width: 50px;
  opacity: 1;
  right: 0;
}
.desktop .discover_btn_container:hover .arrow {
  z-index: 4;
  right: 10%;
  transition: all 0.4s ease-in-out;
}
.desktop .play_intro {
  cursor: pointer;
}
.desktop .progress-bar {
  height: 5px;
  background-color: white;
  position: absolute;
  bottom: 35px;
  left: 0;
  border-radius: 10px;
  transition: left 0.8s ease;
}
.desktop .progress-back {
  position: absolute;
  height: 5px;
  bottom: 35px;
  left: 0;
  border-radius: 10px;
  background-color: rgba(246, 246, 246, 0.2509803922);
}
.desktop .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.desktop .privacy_content {
  color: #ffffff;
  display: flex;
  align-items: center;
  font-size: small;
  justify-content: space-between;
  font-family: "RalewayRegular";
}
.desktop .panel_second {
  min-height: 100vh;
  height: -moz-max-content;
  height: max-content;
}
.desktop .panel.align-top {
  align-items: flex-start;
}
.desktop .panel h1 {
  color: white;
  font-weight: 300;
  margin: 0 auto;
}
.desktop .panel.description {
  padding-bottom: 60px;
}
.desktop .panel p, .desktop .panel li {
  color: black;
  font-weight: 400;
  text-align: left;
  font-size: 0.8em;
  line-height: 1.5em;
  margin: 0.3em 0 1em 0;
}
.desktop .panel p strong, .desktop .panel li strong {
  color: white;
  font-weight: 400;
}
.desktop .panel p code, .desktop .panel li code {
  background-color: rgba(255, 255, 255, 0.15);
  padding: 2px 4px;
  border-radius: 5px;
}
.desktop .panel li {
  margin: 0;
}
.desktop html, .desktop body {
  margin: 0;
  height: 100%;
  font-family: "Signika Negative", sans-serif, Arial;
}
.desktop .panel {
  width: 100%;
  height: 100%;
  position: relative;
}
.desktop html, .desktop body {
  -webkit-overflow-scrolling: auto;
  overscroll-behavior: contain;
}
.desktop body {
  overflow: auto;
  position: relative;
  height: 100%;
}
.desktop html {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.desktop .swiper {
  width: 100%;
}
.desktop .panel {
  height: 100vh;
  width: 100%;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
  position: sticky;
  top: 0;
}
.desktop .panel_last {
  position: relative;
}
.desktop .work_img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.desktop .panel_footer {
  position: relative;
  z-index: 7;
}

.banner_swiper_nav {
  color: #9e9e9e !important;
}

.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
}

.swiper-pagination-bullet-active:nth-child(1) {
  background-color: #f8f8f8 !important;
}

.swiper-pagination-bullet-active:nth-child(2) {
  background-color: #cdac0f !important;
}

.swiper-pagination-bullet-active:nth-child(3) {
  background-color: #113b83 !important;
}

.swiper-pagination-bullet-active:nth-child(4) {
  background-color: #ffffff !important;
}

.swiper-pagination-bullet-active:nth-child(5) {
  background-color: #e9414e !important;
}

.Skoda_position {
  position: absolute;
  left: 75px;
  top: 50%;
  width: 30%;
  transform: translate(0%, -50%);
}
.Skoda_position .title {
  font-size: 3vw;
  font-family: "RalewaySemiBold";
  color: #3f3f3f;
}
.Skoda_position .desc {
  font-family: "RalewayRegular";
}

.mPragati {
  position: absolute;
  left: 75px;
  top: 30%;
  width: 30%;
  transform: translate(0%, -50%);
}
.mPragati .title {
  font-size: 3vw;
  font-family: "RalewaySemiBold";
  color: #3f3f3f;
}
.mPragati .desc {
  font-family: "RalewayRegular";
}

.mahindraOja {
  position: absolute;
  right: 75px;
  top: 50%;
  text-align: right;
  width: 30%;
  transform: translate(0%, -50%);
}
.mahindraOja .title {
  font-size: 3vw;
  font-family: "RalewaySemiBold";
  color: #d5d5d5;
}
.mahindraOja .desc {
  font-family: "RalewayRegular";
  color: #d5d5d5;
}

.mahindraXuv {
  position: absolute;
  right: 50%;
  top: 150px;
  text-align: right;
  width: 30%;
  transform: translate(-50%, 0);
}
.mahindraXuv .title {
  font-size: 3vw;
  font-family: "RalewaySemiBold";
  color: #cdac0f;
}
.mahindraXuv .desc {
  font-family: "RalewayRegular";
  color: #262626;
}

.tharRoxx {
  position: absolute;
  right: 50%;
  top: 150px;
  text-align: right;
  width: 30%;
  transform: translate(-50%, 0);
}
.tharRoxx .title {
  font-size: 3vw;
  font-family: "RalewaySemiBold";
  color: #d6d6d6;
}
.tharRoxx .desc {
  font-family: "RalewayRegular";
  color: #d0d0d0;
}

.bigTitle {
  line-height: 0.9;
  font-size: 110px;
  z-index: 999999;
  font-family: "RalewaySemiBold";
  color: #fff;
  line-height: 120px;
  text-align: center;
}

.mobile {
  display: none;
}

.down_arw_button {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 60px;
  border: 1px solid white;
  height: 60px;
  border-radius: 50%;
  display: flex;
  z-index: 9999;
  cursor: pointer;
  align-items: center;
  animation: scroll 1.5s infinite;
}

.down_arw_img {
  width: 30px;
  height: 30px;
  margin: auto;
  background-size: contain;
  background-image: url("../images/bannerpage/icons8-down-arrow-48.png");
}

.rotate {
  display: none;
}

@keyframes scroll {
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-15px);
  }
  100% {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
  }
  .swiper-pagination-bullet-active:nth-child(2) {
    background-color: #ff5f5f !important;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .mobile .panel {
    height: 100vh;
    width: 100%;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    position: sticky;
    top: 0;
  }
  .mobile .panel_last {
    position: relative;
    overflow: hidden;
    top: 100% !important;
    min-height: 100vh;
    background-color: #ffffff;
    height: -moz-max-content;
    height: max-content;
  }
  .mobile .panel_footer {
    position: relative;
    z-index: 7;
  }
  .mobile .celebration_year {
    min-height: 100vh;
    background-color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile .celebration_year .celebration_year {
    min-height: 100vh;
    background-color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile .celebration_year .celebration_year .celebration_year_title {
    margin-bottom: 30px;
    font-size: 28px;
    font-family: "RalewaySemiBold";
    color: #5d5d5d;
  }
  .mobile .celebration_year .celebration_year_title {
    margin-bottom: 30px;
    font-size: 28px;
    font-family: "RalewaySemiBold";
    color: #5d5d5d;
  }
  .mobile .celebration_year .celebration_year_title_txt {
    text-align: center;
    font-size: 26px;
    font-family: "RalewaySemiBold";
  }
  .mobile .awards {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Awards/awrds.jpg");
    background-size: cover;
    background-position: 84%;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .mobile .awards .award_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .mobile .awards .txt_content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 7;
    width: 80%;
    color: white;
    transform: translate(-50%, -50%);
  }
  .mobile .awards .txt_content .light_txt {
    font-family: "RalewayLight";
  }
  .mobile .awards .txt_content .bold_txt {
    font-family: "RalewaySemiBold";
  }
  .mobile .vwawards {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../images/Awards/vwAwards.png");
    background-size: cover;
    background-position: 84%;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .mobile .vwawards .award_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .mobile .vwawards .txt_content {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    z-index: 7;
    width: 80%;
    color: white;
    transform: translate(-50%, -50%);
  }
  .mobile .vwawards .txt_content .light_txt {
    font-family: "RalewayLight";
  }
  .mobile .vwawards .txt_content .bold_txt {
    font-family: "RalewaySemiBold";
  }
  .mobile .latest_works {
    height: 100%;
  }
  .mobile .latest_works .container {
    height: 100vh;
    position: relative;
  }
  .mobile .latest_works .title {
    font-size: 30px;
    font-family: "RalewaySemiBold";
    color: #3f3f3f;
  }
  .mobile .latest_works .desc {
    margin-top: 20px;
    font-size: 16px;
    font-family: "RalewayRegular";
    color: #3f3f3f;
  }
  .mobile .latest_works .Skoda_remote {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .mobile .latest_works .Skoda_remote .Skoda_remote_img {
    height: 100%;
    width: 100%;
  }
  .mobile .latest_works .Skoda_mobile {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
  }
  .mobile .latest_works .Skoda_mobile .Skoda_mobile_img {
    height: 100%;
    width: 75%;
  }
  .mobile .mob_bannerpage_container {
    width: 100%;
    min-height: 100vh;
    transition: background-color 0.5s ease;
    background-color: #372861;
    position: relative;
  }
  .mobile .mob_bannerpage_container .mar_75 {
    padding: 30px 25px;
  }
  .mobile .mob_bannerpage_container .top_bar {
    margin-top: -30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile .mob_bannerpage_container .ourLogo {
    cursor: pointer;
  }
  .mobile .mob_bannerpage_container .ourLogo .logoImage {
    width: 70px;
    height: 70px;
  }
  .mobile .mob_bannerpage_container .hamburger_menu {
    width: 30px;
    transition: transform 0.3s ease-in-out;
    height: 30px;
    overflow-y: scroll;
    position: fixed;
    right: 25px;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    top: 30px;
    z-index: 45;
    cursor: pointer !important;
  }
  .mobile .mob_bannerpage_container .hamburger_menu .line {
    width: auto;
    margin-bottom: 7px;
    height: 3px;
    background-color: white;
  }
  .mobile .mob_bannerpage_container .hamburger_menu::-webkit-scrollbar {
    display: none;
  }
  .mobile .mob_bannerpage_container .discover_btn_container {
    position: absolute;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, -50%);
  }
  .mobile .mob_bannerpage_container .discover_btn {
    background-color: #FF595A;
    width: 160px;
    height: 50px;
    font-family: "RalewayRegular";
    position: relative;
    transition: all 0.4s ease-in-out;
    display: block;
    border-radius: 25px;
    color: #F6F6F6;
  }
  .mobile .mob_bannerpage_container .txt {
    font-family: "RalewayRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -50%);
  }
  .mobile .mob_bannerpage_container .circle {
    position: absolute;
    width: 100%;
    height: 50px;
    background-color: #FF595A;
    border-radius: 25px;
    /*  opacity:0; */
  }
  .mobile .mob_bannerpage_container .arrow {
    position: absolute;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
  }
  .mobile .mob_bannerpage_container .arrow .arrow_img {
    width: 20px;
  }
  .mobile .mob_bannerpage_container .discover_btn_container {
    background-color: #FF595A;
    width: 160px;
    height: 50px;
    font-family: "RalewayRegular";
    margin: auto;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: block;
    border-radius: 25px;
    color: #F6F6F6;
  }
  .mobile .mob_bannerpage_container .txt {
    font-family: "RalewayRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-80%, -50%);
  }
  .mobile .mob_bannerpage_container .circle {
    position: absolute;
    width: 100%;
    right: 0;
    transition: all 0.5s ease;
    height: 50px;
    background-color: #FF595A;
    border-radius: 25px;
    /*  opacity:0; */
  }
  .mobile .mob_bannerpage_container .arrow {
    position: absolute;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
  }
  .mobile .mob_bannerpage_container .arrow .arrow_img {
    width: 20px;
  }
  .mobile .mob_bannerpage_container .discover_btn_container:hover {
    background-color: rgba(1, 1, 1, 0.2);
  }
  .mobile .mob_bannerpage_container .discover_btn_container:hover .circle {
    transition: all 0.5s ease;
    width: 50px;
    opacity: 1;
    right: 0;
  }
  .mobile .mob_bannerpage_container .discover_btn_container:hover .arrow {
    z-index: 4;
    right: 10%;
    transition: all 0.4s ease-in-out;
  }
  .mobile .mob_bannerpage_container .discover_btn_position {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0%);
  }
  .mobile .mob_bannerpage_container .main_container {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 42%;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -50%);
  }
  .mobile .mob_bannerpage_container .main_container .active {
    display: block !important;
  }
  .mobile .mob_bannerpage_container .main_container .mbl_content {
    display: none;
  }
  .mobile .mob_bannerpage_container .banner_title {
    margin: auto;
    margin-bottom: 40px;
    text-align: center;
    font-size: 40px;
    font-family: "RalewayMedium";
    color: #F6F6F6;
    max-width: 300px;
  }
  .mobile .mob_bannerpage_container .main_image {
    top: 50%;
    height: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile .mob_bannerpage_container .banner_title_light {
    font-family: "RalewayLight";
  }
  .mobile .mob_bannerpage_container .tab_bar_container {
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: 100px;
    position: absolute;
  }
  .mobile .mob_bannerpage_container .tab_bar_container .m_tab {
    width: 25%;
    border-radius: 5px;
    margin: 0 8px;
    height: 3px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.3137254902);
  }
  .mobile .mob_bannerpage_container .tab_bar_container .fill_color {
    background-color: transparent;
    position: absolute;
    width: 100%;
    height: 3px;
  }
  .mobile .privacy_content {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
  .work_img {
    width: 100%;
    height: 60vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .Skoda_position {
    width: 100%;
    position: static;
    transform: none;
  }
  .Skoda_position .title {
    margin-top: 10px;
    font-size: 30px;
    font-family: "RalewaySemiBold";
    color: #3f3f3f;
  }
  .Skoda_position .desc {
    margin-top: 10px !important;
    font-family: "RalewayRegular";
  }
  .mPragati {
    width: 100%;
    position: static;
    transform: none;
  }
  .mPragati .title {
    margin-top: 10px;
    font-size: 30px;
    font-family: "RalewaySemiBold";
    color: #3f3f3f;
  }
  .mPragati .desc {
    font-family: "RalewayRegular";
  }
  .mahindraOja {
    width: 100%;
    position: static;
    transform: none;
    text-align: left;
  }
  .mahindraOja .title {
    font-size: 30px;
    margin-top: 10px;
    font-family: "RalewaySemiBold";
    color: #d5d5d5;
  }
  .mahindraOja .desc {
    font-family: "RalewayRegular";
    color: #d5d5d5;
  }
  .mahindraXuv {
    width: 100%;
    position: static;
    transform: none;
    text-align: left;
  }
  .mahindraXuv .title {
    font-size: 30px;
    margin-top: 10px;
    font-family: "RalewaySemiBold";
    color: #d5d5d5;
  }
  .mahindraXuv .desc {
    font-family: "RalewayRegular";
    color: #d5d5d5;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .bigTitle {
    line-height: 0.9;
    font-size: 70px;
    z-index: 999999;
    font-family: "RalewaySemiBold";
    color: #fff;
    line-height: 70px;
    text-align: center;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  .tab {
    padding: 10px;
    margin: 10px 20px;
    height: -moz-max-content;
    height: max-content;
    font-size: 11px;
    font-size: 1.1vw;
    font-family: "RalewaySemiBold";
    cursor: pointer;
    position: relative;
  }
  .bigTitle {
    line-height: 0.9;
    font-size: 70px;
    z-index: 999999;
    font-family: "RalewaySemiBold";
    color: #fff;
    line-height: 70px;
    text-align: center;
  }
  .desktop .bottom_bar {
    background: transparent !important;
    position: absolute;
    bottom: 40px;
    z-index: 999;
    width: auto;
  }
  .desktop .latest_works {
    background: #ffffff;
  }
  .desktop .latest_works .container {
    height: 100vh;
    position: relative;
  }
  .desktop .latest_works .title {
    font-size: 40px;
    font-family: "RalewaySemiBold";
    color: #3f3f3f;
  }
  .desktop .latest_works .desc {
    margin-top: 20px;
    font-size: 16px;
    font-family: "RalewayRegular";
    color: #3f3f3f;
  }
  .desktop .latest_works .Skoda_remote {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .desktop .latest_works .Skoda_remote .Skoda_remote_img {
    height: 100%;
    width: 60%;
  }
  .desktop .latest_works .Skoda_mobile {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    right: 0;
  }
  .desktop .latest_works .Skoda_mobile .Skoda_mobile_img {
    height: 100%;
    width: 65%;
  }
  .privacy_content {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .bigTitle {
    font-size: 60px;
    z-index: 999999;
    font-family: "RalewaySemiBold";
    color: #fff;
    line-height: 60px;
    text-align: center;
  }
  .desktop .latest_works {
    background: #ffffff;
  }
  .desktop .latest_works .container {
    height: 100vh;
    position: relative;
  }
  .desktop .latest_works .title {
    font-size: 40px;
    font-family: "RalewaySemiBold";
    color: #3f3f3f;
  }
  .desktop .latest_works .desc {
    margin-top: 20px;
    font-size: 16px;
    font-family: "RalewayRegular";
    color: #3f3f3f;
  }
  .desktop .latest_works .Skoda_remote {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .desktop .latest_works .Skoda_remote .Skoda_remote_img {
    height: 100%;
    width: 40%;
  }
  .desktop .latest_works .Skoda_mobile {
    position: absolute;
    top: 50%;
    transform: translate(50%, -30%);
    right: 0;
  }
  .desktop .latest_works .Skoda_mobile .Skoda_mobile_img {
    height: 100%;
    width: 40%;
  }
  .desktop .awards {
    position: relative;
    background-image: url("../images/Awards/awrds.jpg");
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .desktop .awards .award_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .desktop .awards .txt_content {
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 7;
    width: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  .desktop .awards .txt_content .light_txt {
    font-family: "RalewayLight";
  }
  .desktop .awards .txt_content .bold_txt {
    font-family: "RalewaySemiBold";
  }
  .desktop .vwawards {
    position: relative;
    background-image: url("../images/Awards/vwAwards.png");
    background-size: cover;
    background-position: 80%;
    background-repeat: no-repeat;
    height: 100vh;
  }
  .desktop .vwawards .award_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 5;
  }
  .desktop .vwawards .txt_content {
    position: absolute;
    left: 35%;
    top: 50%;
    z-index: 7;
    width: 50%;
    color: white;
    transform: translate(-50%, -50%);
  }
  .desktop .vwawards .txt_content .light_txt {
    font-family: "RalewayLight";
  }
  .desktop .vwawards .txt_content .bold_txt {
    font-family: "RalewaySemiBold";
  }
  .desktop .discover_btn_container {
    background-color: #FF595A;
    width: 110px;
    height: 35px;
    font-family: "RalewayRegular";
    margin: auto;
    position: relative;
    transition: all 0.4s ease-in-out;
    display: block;
    border-radius: 25px;
    color: #F6F6F6;
  }
  .desktop .txt {
    font-family: "RalewayRegular";
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 14px;
    transform: translate(-80%, -50%);
  }
  .desktop .circle {
    position: absolute;
    width: 100%;
    right: 0;
    transition: all 0.5s ease;
    height: 35px;
    background-color: #FF595A;
    border-radius: 25px;
    /*  opacity:0; */
  }
  .desktop .arrow {
    position: absolute;
    right: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.4s ease;
  }
  .desktop .arrow .arrow_img {
    width: 15px;
  }
  .desktop .discover_btn_container:hover {
    background-color: rgba(1, 1, 1, 0.2);
  }
  .desktop .discover_btn_container:hover .circle {
    transition: all 0.5s ease;
    width: 35px;
    opacity: 1;
    right: 0;
  }
  .desktop .discover_btn_container:hover .arrow {
    z-index: 4;
    right: 10%;
    transition: all 0.4s ease-in-out;
  }
  .tab {
    padding: 10px;
    margin: 10px 20px;
    height: -moz-max-content;
    height: max-content;
    font-size: 11px;
    font-size: 1.1vw;
    font-family: "RalewaySemiBold";
    cursor: pointer;
    position: relative;
  }
  .privacy_content {
    color: #ffffff;
    display: flex;
    align-items: center;
    font-size: small;
    justify-content: space-between;
    font-family: "RalewayRegular";
  }
}
@media screen and (min-width: 650px) and (max-width: 1024px) and (orientation: landscape) {
  .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=bannerpage.css.map */