.body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.parent {
  width: 100%;

  aspect-ratio: 16/9;
}

.top {
  width: 100%;
  height: 10%;
  background-color: gray;
}

.flootingUI {
  position: absolute;
  margin-left: 2%;
  margin: 1%;
  z-index: 10;
  width: 50%;
  height: auto;

}

.flootingUIAnimation {
  position: absolute;

  z-index: 10;
  right: 0;
  top: 30%;
  transition: 0.5s;
  margin-right: 2%;
}

.AnimationButton {
  width: 70px;
  aspect-ratio: 1/1;
  padding-right: 5%;
}

.BackButton {
  width: 50px;
  aspect-ratio: 16/10;
}

.sketchfab_Holder {
  /* width: 60%; */
  /* width: 94.5%; */
  height: 90%;
  transition: 0.5s;
  align-self: center;
  aspect-ratio: 16/9;
}

.sketchfab_viewer {
  width: 100%;
  aspect-ratio: 16/9;
}

.customDefaultBar {
  width: 100%;
  height: fit-content;
  bottom: 0;
  z-index: 1;
  position: absolute;
  background-color: #1B1B1B;
}

.customDefault {
  width: 100%;
  height: 0px;
  left: 0;
  transition: 0.5s;
  bottom: 0;
  overflow: hidden;
  background-color: #1B1B1B;

}

.customizeButtons {

  font-family: 'Roboto';
  font-weight: 100;
  font-size: 1.3em;
  /* identical to box height, or 94% */
  /* margin:auto;*/
  margin-bottom: 0px;

  align-self: center;

  /* gold */

  color: #EFB86A;
}

.customText {

  font-family: 'Roboto';
  font-weight: 500;
  font-size: 24px;
  margin: 0px;
  display: inline;
  text-align: center;
  margin: auto;
  color: #EFB86A;
}
.customText i
{
  margin: auto;
}

.optionParent {
  padding-top: 10px;
  padding-bottom: 10px;
}

.optionName {

  font-family: 'Roboto';
  font-weight: 500;
  font-size: 22px;
  margin: 0px;
  margin-bottom: 8px;
  color: #EFB86A;
}

.bootmSelect {
  align-self: center;
  height: 5px;
  width: 65%;
  bottom: 0px;
  background: #EFB86A;
  border-radius: 4px 4px 0px 0px;
}

.bootmSelectParent {
  width: fit-content;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  
}

.contactButton {
  border: none;

  width: fit-content;
  height: 100%;
  background-color: #EFB86A;
  display: block;
}

.contactButton p {
  margin: 0px;
  vertical-align: middle;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* or 125% */

  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.02em;

  color: #000000;

}

.screenShot {

  display: block;
  border: none;
  align-self: center;
  background: transparent;
  height: 60px;
}

.squireImge {
  width: 99%;
  display: block;
  aspect-ratio: 1/1;
  margin: auto;
}

.squireImgeButton {
  width: 50px;
  height: 50px;
  border: 4px solid #EFB86A;
  padding: 1%;
}



/* screen overlay start here */

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

.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: 14px;
  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;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-color: #000000e5;
  z-index: 5;
}

.subscribe_viwe {
  height: fit-content;
  width: 500px;
  margin: auto;
  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;
}

.productTitle {
  font-family: 'Roboto';
  font-weight: 900;
  font-size: 36px;
  margin: 0px;
  /* identical to box height */


  color: #1E1E1E;

}

.productPrice {

  font-family: 'Roboto';
  font-size: 34px;
  font-weight: 900;
  color: #131B26;


}



/* screen overlay end here */


@media screen and (aspect-ratio: 4/3) {
  .body
  {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .parent {
    width: 100%;

    aspect-ratio: 4/3;
  }
  .screenShot {

    display: block;
    border: none;
    align-self: center;
    background: transparent;
    height: 50px;
  }

  .customDefaultBar {
    width: 100%;
    height: fit-content;
    bottom: 0;
    z-index: 1;
    position: absolute;
    /* border-bottom: 1px solid #504E4E; */
    background-color: #1B1B1B;
  }

  .customDefault {
    width: 100%;
    height: 0px;
    left: 0;
    transition: 0.5s;
    bottom: 0;
    overflow: hidden;
    background-color: #1B1B1B;

  }

  .sketchfab_Holder {
    /* width: 60%; */
    /* width: 94.5%; */
    height: 70%;
    transition: 0.5s;
    align-self: center;
    aspect-ratio: 16/9;
  }

  .productTitle {
    font-family: 'Roboto';
    font-size: 24px;
    margin: 0px;
    color: #454954;
  }

  .productPrice {

    font-family: 'Roboto';
    font-size: 22px;
    margin: 0px;
    color: #131B26;

  }

  .contactButton p {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 30px;
    /* or 125% */

    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.02em;

    color: #000000;

  }

  .customText {

    font-family: 'Roboto';
    
    font-weight: 500;
    font-size: 18px;
    margin: auto;

    /* gold */

    color: #EFB86A;
  }

  .optionParent {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .optionName {

    font-family: 'Roboto';
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    margin-bottom: 8px;

    color: #EFB86A;
  }

  .squireImge {
    width: 99%;
    display: block;
    aspect-ratio: 1/1;
    margin: auto;
  }

  .squireImgeButton {
    width: 40px;
    height: 40px;
    border: 4px solid #EFB86A;
    padding: 1%;
  }

}



@media screen and (max-width:425px) {
  .body{
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .parent {
    width: 100%;
    height: 100%;
    overflow: hidden;
    aspect-ratio: unset;
  }
  .screenShot {

    display: block;
    border: none;
    align-self: center;
    background: transparent;
    height: 50px;
  }

  .sketchfab_Holder {
    position: relative;
    width: 100%;
    height: 40%;
    align-self: center;
    margin-top: 35%;
  }

  .flootingUI {
    margin-top: 1%;
    z-index: 2;
    width: 90%;
    height: fit-content;
  }

  .productPrice {
    font-family: 'Roboto';
    font-size: 20px;
    color: #131B26;
    font-weight: 900;
    margin: 0px;
  }
  .sketchfab_viewer {
    width: 100%;
    aspect-ratio: 4/3;
  }
  .customDefaultBar {
    width: 100%;
    height: fit-content;
    bottom: 0;
    z-index: 1;
    position: absolute;
    background-color: transparent;
  }

  .customDefault {
    width: 100%;
    height:150px;
    left: 0;
    transition: 0.5s;
    overflow: hidden;
    background-color: #1B1B1B;
    padding-top: 4%;
    padding-bottom: 4%;
  }

  .productTitle {
    font-family: 'Roboto';
    font-size: 22px;
    margin: 0px;
    color: #454954;
  }

  .customText {
    font-family: 'Roboto';
    font-weight: 500;
    font-size: 20px;
    margin: 8px;
    color: #EFB86A;
  }

  .optionParent {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .optionName {

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    color: #EFB86A;
  }

  .squireImge {
    width: 100%;
    display: block;
    aspect-ratio: 1/1;
    margin: auto;
  }

  .squireImgeButton {
    width: 50px;
    height: 50px;
    padding: 1%;
    border: 0px;
  }
  .contact_salesText {
    font-family: 'Roboto';
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.02em;
    margin: 10px auto;

    color: #000000;
  }
  .AnimationButton {
    width: 60px;
    aspect-ratio: 1/1;
    padding: 0px;
    margin-left: 4%;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  .goldenBackgroud
  {
    background-color: #EFB86A;
  }
  .selected
  {
    border: 4px solid #EFB86A;
  }

/* over lay start here  */

.overlay_view {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #000000e5;
  z-index: 17;
}

.screenshort_view {
  height: fit-content;
  padding-left: 0% !important;
  padding-right: 0% !important;
}

.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: 35px;
  border: 0px;
  background-color: transparent;
}

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

/* .overlay_subscribe_viwe {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #000000e5;
  z-index: 15;
} */

.subscribe_viwe {
  height: fit-content;
  width: 100%;
  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;
}

}
