/*Only Dextop app*/
html,
body {
  height: 100%;
}

.fullbody {
  background-color: white;
  font-family: "Roboto";
  overflow: hidden;
}

.UpperTab {
  height: 15%;
  padding-top: 4px;
}

.MidTab {
  height: 85%;
  width: 100%;
  overflow-y: hidden;
  /* background-color: #dddddd; */
}

/*configurator options*/
.BottomTab {
  /* padding-top: 10px; */
  height: 0%;
  z-index: 1;
  transition: .5s;
  overflow-y: hidden;
  /* padding-bottom: 20px; */
  /* background-color: #D9D9D9; */
}

.viwe_container {
  overflow: hidden;
}

.modelviewer {
  align-self: center;
  height: 100%;
  margin-top: auto;
  aspect-ratio: 16/9;
}

.text {
  margin-bottom: 0px;
}

/*car Name*/
.t7 {
  font-family: "Roboto";
  font-style: normal;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 7px;
}

/*Titel Name*/
.t5 {
  font-family: "Roboto";
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px;
  color: #676767;
}

/*Model Name*/
.t3 {
  font-family: "Roboto";
  text-transform: capitalize;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 7px;
  color: #535353;
}

.contact_sales_button {
  float: right;
  border: 2px solid #000000;
  border-radius: 5px;
  background-color: transparent;
  color: #000;
}
.contact_sales_button:hover
{
  background-color: #3c454a;
}

.contact_sales_button:hover .contact_sales {
  background-color: transparent;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  color: #ffffff;
}

.titelhrline {
  width: 50%;
  height: 3px;
  background: #131b26;
  border-radius: 10px;
}

.carSelection {
  height: 70px;
  width: 100%;
  z-index: 1;
}

.model_button_holder {
  width: 78%;
  padding-left: 33%;
  padding-top: 30px;
  max-width: 78%;
  bottom: 0px;
}

.model_button {
  width: fit-content;
  height: 30px;
  border: 0px;
  margin-top: 10px;
  background-color: transparent;
}

.model_button_border {
  width: 60%;
  height: 2px;
  background: #1e1e1e;
  border-radius: 2px;
  margin-left: 0px;
}

.model_button p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0px;
  color: #000000;
}

.deactivate {
  opacity: 0.5;
}

.deactivate .model_button_border {
  opacity: 0;
}

.controler {
  position: fixed;
  left: 0;
  width: 0px;
  height: fit-content;
  z-index: 1;
  transition: 0.5s;
  background-color: #535353;
  overflow-x: hidden;
}

.button_top {
  height: fit-content;
  width: 100%;
  background-color: #ececec;
}

.button_top div img {
  height: 75px;
  aspect-ratio: 10/7;
}

.button_midleSpace {
  justify-content: center;
  background-color: #131b26;
  display: block;
  height: fit-content;
  padding-top: 10px;
  padding-bottom: 10px;
}

.button_midleSpace p {
  font-size: 12px;
  margin: 0px;
  text-transform: capitalize;
  text-align: center;
  color: aliceblue;
  vertical-align: middle;
}


.midleSpace_button {
  justify-content: center;
  background-color: transparent;
  display: block;
  height: 20%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact_sales {
  /* font-family: 'Roboto'; */
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0px;
  color: #000000;
}
.tab_buttons
{
  background-color: transparent;
  border: 0px;
  height: 60px;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.tab_buttons img
{
  height: 100%;
  width: 100%;
}

.midleSpace_button img {
  width: 90%;
  align-self: center;
  transition: 0.5s;
  opacity: 0;
}

.button_bottom {
  width: 100%;
  height: fit-content;

  background-color: #454954;
}

.button_bottom div img {
  height: 70px;
  aspect-ratio: 10/7;
}

.screen_buttons {
  background-color: transparent;
  border: 0px;
  height: 50%;
  aspect-ratio: 1;
  margin-left: 12px;
}

.modification_checkmark {
  border-bottom: 2px solid rgb(27, 27, 27);
}

.texture_button_holder {
  padding-bottom: 10px;
  padding-top: 5px;
  border-right: 3px solid #d9d9d9;
}

.texture_button {
  height: 49px;
  border: 0px;
  padding: 0px;
  aspect-ratio: 1;
}

.texture_button img {
  height: 95%;
  margin: auto;
  aspect-ratio: 1;
}

.rimTextHolder {
  background-color: #131b26;
  vertical-align: middle;
  height: 54px;
  width: 35%;
}

.rimTextHolder p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 54px;
  vertical-align: middle;
  letter-spacing: 0.02em;
  color: aliceblue;
}

.bc1 {
  background-color: transparent;
}

.bc2 {
  background-color: transparent;
}

.bc3 {
  background-color: transparent;
}

.modificationPanal {
  height: fit-content;
  /* Specify a height */
  width: 0px;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  right: 2px;
  background-color: #454954;
  /* Black*/
  /* Place content 60px from the top */
  transition: 0.5s;
  /* 0.5 second transition effect to slide in the sidepanel */
  padding-top: 10px;
  right: 0;
  overflow-x: hidden;
}

.modificationPanal p {
  color: white;
}

.modifing {
  border: 0px;
  /* box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, .2); */
}

.tbold {
  color: #000000;
  font-weight: bolder;
}

.overlay_view {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000e1;
  display: flex;
  justify-content: center;
  z-index: 5;
}

.overlay_view_submit {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #000000e0;
  z-index: 7;
  text-size-adjust: auto;
  font-size: medium;
}

.screenshort_view {
  position: fixed;
  padding: 25%;
  width: 100%;
  height: 100%;
  background-color: #00000060;
  z-index: 5;
}

.screenshort_view img {
  height: fit-content;
  aspect-ratio: 16/9;
}

.button_holder {
  height: 50px;
  vertical-align: middle;
  background-color: #1c2736;
}

.buttontext {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 16px;
  margin: 10px;
  line-height: 30px;
  color: #ffffff;
}

.screen_cross_button {
  height: 35px;
  width: 30px;
  border: 0px;
  background-color: transparent;
}

.screen_cross_button img {
  height: 100%;
  aspect-ratio: 1;
}

.overlay_subscribe_viwe {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-right: 10%;
  padding-left: 10%;
  padding-bottom: 10%;
  width: 100%;
  height: 100%;
  background-color: #000000d8;
  z-index: 5;
}

.subscribe_viwe {
  height: fit-content;
  width: 500px;
  margin: auto;
  margin-top: 15%;
  padding: 20px;
  padding-right: 30px;
  background-color: #ffffff;
}

.form {
  margin: 5%;
  background-color: #ffffff;
}

.form_button {
  padding-top: 4px;
  border: 0px;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #000000;
}

.form_button_pdf {
  padding-top: 4px;
  border: 0px;
  border-radius: 2px;
  margin-left: 4px;
  margin-right: 4px;
  background-color: #40cbe4;
}

.disabled_form_button {
  border: 2px solid #b6b4b4;
  opacity: 0.5;
  color: gray;
  background-color: transparent;
}

#submition_status {
  text-align: justify;
  color: green;
  font-weight: 100;
  font-size: 12px;
  line-height: normal;
  text-align: center;
  text-transform: capitalize;
}

.selected {
  /* border: 5px solid rgb(0, 174, 255); */
  box-shadow: 0px 5px 5px 3px rgba(36, 47, 63, 0.5);
  /* box-shadow: 5px 5px 5px 5px rgba(131, 131, 131, 0.2); */
}

.rim_selected {
  box-shadow: 3px 5px 5px 3px rgba(36, 47, 63, 0.5);
}

.price {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
  /* identical to box height */
  color: #3c454a;
}

#customization {
  padding: 10%;
}

.back {
  background-attachment: local;
  background-image: url("./images/back.svg");
  height: 27px;
  width: 34px;
  border: 0px;
}

/* input[type="checkbox"] {
  appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  c
} */
.price {
  font-weight: 600;
  font-size: 28px;
  margin-bottom: 0px;
  margin-top: 0px;
  /* identical to box height */
  color: #3c454a;
}

/* 
@media screen and (max-width: 1024px) {
  .UpperTab {
    height: 20%;
  }

  .MidTab
  
  {
    height: 55%;

  }

  .BottomTab {
    height: 25%;
  }

  /*car Name
  .t7 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 3px;
  }

  /*Titel Name
  .t5 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
  }

  /*Model Name
  .t3 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 3px;
  }

  .control_button {
    width: 100%;
    border: 0px;
  }

  .buttons_text {
    font-size: 12px;
  }

  .control_button img {
    height: 40%;
    margin: 3px;
  }
} */

.grid-container {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  display: flex;
  transition: 1s ease;
  position: absolute;
  top: 17%;
  right: 0 !important;
}

.sidebar {
  width: 0%;
  height: 100%;
  /* background-color: #54a; */
  transition: 1s ease;
  position: relative;
}

.main-content {
  width: 70%;
  height: 100%;
  transition: 1s ease;
}

.sidebar_small {
  width: 30%;
}

.sidebar_button {
  position: absolute;
  border: none;
  /* left: 100%; */
  top: 10rem;
  transform: translateX(-98%);
  cursor: pointer;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 599px) {
  .price {
    font-size: 24px;
  }
  .screenshort_view {
    padding: 0% !important;
  }

  .form-select {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    border: 0;
    background-size: contain;
    color: #000000;
    background-image: none;
    padding-left: 30% !important;
  }

  .select-mobile {
    margin-top: 20%;
  }

  .MidTab {
    height: auto !important;
  }

  .BottomTab {
    display: none;
  }

  select:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    border-color: inherit !important;
    -webkit-box-shadow: none !important;
  }

  .model_button_border {
    width: 22% !important;
    margin-left: 23% !important;
  }

  .overlay_subscribe_viwe {
    padding: 0% !important;
    background-color: #000000d8 !important;
  }

  .subscribe_viwe {
    margin-top: 30% !important;
    width: auto !important;
  }

  .modelviewer {
    margin-top: 10% !important;
  }

  .swiper-button-next,
  .swiper-button-prev {
    position: absolute !important;
    top: 21% !important;
    width: 100px !important;
    /* height: var(--swiper-navigation-size); */
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10 !important;
    cursor: pointer !important;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }

  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: "" !important;
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: "" !important;
  }

  #customization {
    padding: 10% !important;
  }

  .button_midleSpace p {
    font-size: 10px;
  }

  .series {
    margin: 1rem 0 !important;
  }

  .header-details {
    margin-top: 1rem !important;
  }

  .screen_cross_button img {
    margin-left: -5px !important;
  }

  .mobile-screen img {
    margin-left: -16px !important;
  }

  .overlay_view
  {
    position: absolute;
    top: 0;
    padding: 0px;
  }
}

@media screen and (max-width: 400px) {
  .BottomTab {
    display: none;
  }

  .modelviewer {
    margin-top: 0% !important;
    width: inherit !important;
  }

  .button_midleSpace p {
    font-size: 8px;
  }

  .swiper {
    margin-bottom: 1rem !important;
  }

  #sidebar_content {
    position: relative;
    z-index: 4;
  }

  .select-mobile {
    margin-top: 8% !important;
  }

  .grid-container {
    top: 12%;
  }

  .series {
    margin: 0.3rem 0 !important;

  }

  .header-details {
    margin-top: 0.5rem !important;
  }

  .screenshort_view {
    padding: 0% !important;
  }


}