@font-face {
  font-family: customfontregular;
  src: url(fonts/din-1451-std-cufonfonts/DINEngschriftStd.otf);
}

@font-face {
  font-family: customfontheading;
  src: url(fonts/sansa_pro_normal/SansaPro-Normal.otf);
}

/* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; */
/* box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px; */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: transparent;
  opacity: 1;
  font-family: "customfontregular", sans-serif;
  overflow-y: hidden;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
iframe {
  width: 100%;
  height: 100%;
}
.nextbtn-section {
  margin: 10px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 10px;
}
.nextbtn-section button {
  background-color: #fff;
  color: #000;

  /* border: 1px solid red; */
  border: 2px solid transparent;
  outline: none;
  /* min-width: 145px;
  max-width: 170px; */
  height: 32px;
  min-height: 32px;
  padding: 0 18px;
  font-size: 12px;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 15px;
}
.nextbtn-section button:hover {
  background-color: #eee;
}
.first-screen,
.second-screen,
.third-screen,
.fourth-screen {
  height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.useful {
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  margin: 20px 0px;
}
.useful::-webkit-scrollbar {
  display: none;
}
.rightpadding{
  margin: 5rem 0px;
}

.range-show {
  margin-bottom: 10px;
}
.range-parent {
  display: none;
}
.range-one {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.dimension-box {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px 10px;
  margin-bottom: 15px;
  transition: all 0.5s ease-in-out;
  border: 4px solid transparent;
  cursor: pointer;
}
.dimension-border {
  border: 4px solid #2fac66 !important;
}
.parentsection {
  width: 100%;
  height: 100vh;
}

.inner-parent-section {
  display: grid;
  grid-template-columns: 80% 20%;
  height: 100%;

}
.first-sectio {
  border: 1px solid #000;
  height: 100%;
  width: 100%;
}
.second-section {
  background-color: #fff;
  opacity: 1;
  height: 100%;
  overflow-y: scroll;
  /* border: 1px solid #000; */
  text-align: center;
  padding: 0 10px;
  scrollbar-width: none;
}

.second-section::-webkit-scrollbar {
  display: none;
}
.second-section::-webkit-scrollbar {
  width: 0.1px;
}
.second-section::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.second-section::-webkit-scrollbar-thumb {
  background: white;
}
.second-section::-webkit-scrollbar-thumb:hover {
  background: white;
}

.contentStart {
  padding-top: 100px;
}
.hdngs {
  font-weight: 500;
}

/* .pb-class {
  padding-bottom: 100px;
} */

.range-slider {
  margin: 10px 10px 10px 0px;
}
.range-slider {
  width: 100%;
}
.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  margin: 0;
  padding: 0;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #090a0a;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
/* .range-slider__range::-webkit-slider-thumb:hover {
  background: #2fac66;
} */
.range-slider__range:active::-webkit-slider-thumb {
  background: #2fac66;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #090a0a;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #2fac66;
}
.range-slider__range:active::-moz-range-thumb {
  background: #2fac66;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #2fac66;
}
.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2fac66;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2fac66;
  border-bottom: 7px solid transparent;
  content: "";
}
::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

.colorsDiv {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.colors {
  border: none;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top: 20px;
}
.colors-active {
  border: 3px solid #2fac66;
}

#color1 {
  background-color: rgb(190, 189, 127);
}
#color2 {
  background-color: rgb(194, 176, 120);
}
#color3 {
  background-color: rgb(198, 166, 100);
}
#color4 {
  background-color: rgb(229, 190, 1);
}

.span-menu {
  position: relative;
  top: 2px;
  left: -5px;
}

.doors-div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 10px auto;
  text-align: left;
}
.label-font {
  font-size: 18px;
}
input[type="text"],
select {
  width: 100%;
  padding: 10px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 2px solid #2fac66;
  border-radius: 4px;
  box-sizing: border-box;
  height: 30px;
  border-radius: 30px;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 10px;
  justify-content: center;
  text-align: center;
}

.grid-item {
  align-self: center;
}

.grid-item-dashes {
  text-align: center;
  border: 3px dashed #2fac66;
  align-self: center;
}

.single-img-dashes {
  width: 140px;
  border: 3px dashed #2fac66;
}

.dashes-class {
  width: 90%;
}

.mt-1 {
  margin-top: 10px;
}

.mt-2 {
  margin-top: 20px;
}

.mt-3 {
  margin-top: 30px;
}

.leftIcon {
  /* display: grid;
  justify-content: end;
  padding-top: 10px; */

  display: flex;
  justify-content: space-between;
  align-items: center;
}

.leftIco {
  display: flex;
  justify-content: flex-end;
}

.lang-btn {
  background: transparent;
  border-color: white;
  border: none;
  cursor: pointer;
  padding: 2px 10px;
  border-radius: 6px;
}


.worldIcon {
  width: 20px;
  vertical-align: middle;
  margin: 10px;
}

.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  background-color: white;
  color: black;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  /* border: 4px solid #000; */
  backdrop-filter: blur(15px) brightness(75%) saturate(70%);
}
.siednavov {
  backdrop-filter: blur(5px);
  opacity: 1 !important;
  background: rgba(0, 0, 0, 0.5);
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: black;
}

.sidenav .closebtn {
  position: absolute;
  top: -5px;
  right: 5px;
  font-size: 36px;
}

.lang-btn1 {
  padding-top: 10px;
  padding-right: 20px;
}

.span-menu1 {
  color: white;
  letter-spacing: 2px;
  font-size: 19px;
}






.colors:hover {
  border: 3px solid #2fac66;
  padding: 10px;
}

.switch-input {
  position: relative;
  /* margin: 0 10px; */
  width: 50px;
  height: 25px;
  border-radius: 25px;
  background: #616160;
  -webkit-appearance: none;
  cursor: pointer;
  margin-top: 20px;
}
.switch-input::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: calc((100% - 4px) / 2);
  height: calc(100% - 4px);
  border-radius: 50%;
  background: #eee;
  transition: all 0.1s linear;
}
.switch-input:checked {
  background: #2fac66;
}
.switch-input:checked::after {
  transform: translateX(100%);
}

@media (max-width: 1024px) {
  .inner-parent-section {
    display: grid;
    grid-template-columns: 100%;
    height: 100%;
  }
  .first-section {
    height: 40vh;
  }
  .second-section {
    height: 60vh;
    overflow:scroll;
  }
  .header-top {
    height: unset !important;
  }
  .screen-section {
    height: unset !important;
  }
  .nextbtn-section{
      padding-bottom:50px;
      
  }
}

.header-top {
  height: 220px;
}

.screen-section {
  height: calc(100% - 220px);
}

.unicolor {
  display: grid;
  grid-template-columns: repeat(2, 3rem);
  gap: 15px;
  justify-content: center;
  margin: 20px 0px;
}
.uni-image,
.uni-image-velgen {
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  border: 3px solid transparent;
  padding: 2px;
  transition: all 0.5s ease-in-out;
}
.uni-image img,
.uni-image-velgen img {
  width: 100%;
  border-radius: 50%;
}
.imageborder {
  border: 3px solid #2fac66;
}
.screen-section h2 {
  font-size: 35px;
}

.dragbox {
  margin: 20px 0px;
}

.nextlevelScreen {
  width: 100%;
  height: 100%;
  display: none;
}

.first-levelScreen {
  width: 100%;
  height: 100%;
  background-image: url('img/background.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;

}
.inner-section {
  /*position: absolute;*/
  /*bottom: 10px;*/
  /*left: 50%;*/
  /*transform: translate(-50%, -10px);*/
  
  position: absolute;
  bottom: 4%;
  left: 44%;
  /* margin-bottom: 3rem; */
  transform: translateX(-40%);
}
.btnscreen {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
  color: white;
  font-weight: 100;
  font-size: 19px;
  /* display: grid;
  grid-template-columns: 200px 200px;
  gap: 0px 20px; */
}
/* .btnscreen button {
  background-color: #e8e7e5;
  padding: 5px 20px;
  color: #000;
  font-size: 12px;
  border: 2px solid transparent;
  font-weight: 600;
  cursor: pointer;
}
.btnscreen button:hover {
  background-color: #eee;
} */

.home-links {
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 1px;
}

.activebtn {
  background: transparent;
  border: 4px solid white;
  color: white;
  border-radius: 6px;
  font-size: 25px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 1px 50px;
  cursor: pointer;

  /* background-color: #3d3f42 !important;
  border: 2px solid #3d3f42;
  color: #fff !important; */
}

@media (max-width: 768px) {
  .btnscreen {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 3rem;
    
  }
  .first-screen,
  .second-screen,
  .third-screen,
  .fourth-screen {
    transition: all 0.1s ease-in-out;
  }
}
