@font-face {
  font-family: "Jost-Regular";
  src: url("./fonts/Jost/static/Jost-Regular.ttf")
}

@font-face {
  font-family: "Jost-Medium";
  src: url("./fonts/Jost/static/Jost-Medium.ttf")
}

@font-face {
  font-family: "Jost-SemiBold";
  src: url("./fonts/Jost/static/Jost-SemiBold.ttf")
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.loading-page {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  color: #191654;
  background-color: #ffffff;
}

#content {
  display: none;
}

#svg11 {
  stroke: #987F66;
  fill-opacity: 0;
  stroke-width: 3px;
  stroke-dasharray: 4500;
  animation: draw 8s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0 !important;
  left: 0 !important;
}

@keyframes draw {
  0% {
      stroke-dashoffset: 4500;
  }
  100% {
      stroke-dashoffset: 0;
  }
}

.slide {
  cursor: pointer;
}

.frame {
  background-color: transparent;
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
}

.frame .overlap-wrapper {
  width: 100%;
  height: 5180px;
}

.frame .overlap {
  position: relative;
  height: 5180px;
}

.frame .desktop {
  position: absolute;
  width: 100%;
  height: 5180px;
  top: 0;
  left: 0;
  background-color: #fefefe;
  display: flex;
  justify-content: center;
}

.frame .overlap-group {
  position: absolute;
  width: 100%;
  height: 923px;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
}

.phone_talk {
  animation: pulse-white 1s infinite;
  border-radius: 50%;
}

@-webkit-keyframes pulse-white {
  0% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 #987f669d;
      box-shadow: 0 0 0 0 #987f669d;
  }
  70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse-white {
  0% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 #987f669d;
      box-shadow: 0 0 0 0 #987f669d;
  }
  70% {
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }
  100% {
      -webkit-transform: scale(0.95);
      transform: scale(0.95);
      -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.frame .group {
  position: absolute;
  width: 100%;
  height: 923px;
  top: 0;
  left: 0;
  background-image: url('./images/dom_two_copy.jpg');
  background-size: cover;
  background-position: 50% 50%;
  -webkit-animation: scale 20s linear infinite;
  animation: scale 20s linear infinite;
}

@-webkit-keyframes scale {
  50% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

@keyframes scale {
  50% {
      -webkit-transform: scale(1.15);
      transform: scale(1.15);
  }
}

.frame .image {
  height: 923px;
  background-color: #00000080;
}

.mySlides {display: none}

.slideshow_container {
  position: relative;
  margin: auto;
  top: 1100px;
  width: 1400px;
  height: 900px;
}

.prev, .next {
  display: flex;
  padding: 12px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #A37B54;
  position: absolute;
  top: 50%;
  color: white;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  width: 56px;
  height: 56px;
}

.next {
  right: 0;
  border-radius: 50%;
}

.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.modal_title {
  color: #333;
  font-family: 'Jost-Medium';
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px; /* 150% */
  letter-spacing: 0.64px;
  text-transform: uppercase;
}

.modal_text {
  color: #333;
  font-family: 'Jost-Regular';
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px; /* 116.667% */
  letter-spacing: 0.48px;
  margin-top: 56px;
}

.modal_input {
  color: #777;
  font-family: 'Jost-Regular';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
  display: flex;
  padding: 16px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  border: 1.5px solid #E5CAAF;
  background: #FFF;
  width: 100%;
  margin-bottom: 32px;
}

.modal_button {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 12px;
  background: #A37B54;
  box-shadow: 0px 0px 8px 2px rgba(52, 31, 10, 0.10);
  border: none;
  width: 100%;
  color: #FFF;
  font-family: 'Jost-Medium';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 171.429% */
  letter-spacing: 0.28px;
  text-transform: uppercase;
  outline: none;
}

.frame .div {
  position: absolute;
  width: 1200px;
  height: 100px;
  top: 80px;
  /* left: 150px; */
  background-color: #fefefe;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0px 0px 32px 4px #301b081a;
}

.frame .nur-hayat {
  position: absolute;
  top: 28px;
  left: 80px;
  font-family: "Jost-SemiBold", Helvetica;
  font-weight: 600;
  color: #a37b54;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 24px;
  white-space: nowrap;
}

.frame .new-classics {
  position: absolute;
  top: 54px;
  left: 81px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 14px;
  letter-spacing: 0.14px;
  line-height: 16px;
  white-space: nowrap;
}

.frame .phone-in-talk {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 38px;
  left: 911px;
}

.frame .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 3px;
  left: 3px;
}

.frame .text-wrapper {
  position: absolute;
  top: 39px;
  left: 943px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #a37b54;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .language {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 38px;
  left: 1114px;
}

.frame .img {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 2px;
  left: 2px;
}

.frame .ru {
  position: absolute;
  top: 39px;
  left: 1142px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  white-space: nowrap;
}

.frame .line {
  width: 1px;
  height: 52px;
  top: 24px;
  left: 1090px;
  position: absolute;
  object-fit: cover;
}

.frame .div-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 32px;
  position: absolute;
  top: 630px;
  /* left: 150px; */
  margin-left: -960px;
  background-color: #a47c56;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 20px 4px #492f151a;
  text-decoration: none;
}

.frame .text-wrapper-2 {
  position: relative;
  width: fit-content;
  margin-top: -1px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-3 {
  position: absolute;
  width: 585px;
  top: 259px;
  /* left: 150px; */
  margin-left: -600px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #ffffff;
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 60px;
}

.frame .p {
  position: absolute;
  width: 522px;
  top: 403px;
  /* left: 150px; */
  margin-left: -660px;
  font-family: "Jost-SemiBold", Helvetica;
  font-weight: 600;
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 32px;
}

.frame .div-2 {
  position: absolute;
  width: 600px;
  height: 100px;
  top: 3083px;
  /* left: 420px; */
  background-color: #eedfd1;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0px 0px 32px 4px #301b081a;
  border-radius: 28px;
  background: #FFF;
  transition: all 0.2s ease;
  box-shadow: 0px 0px 32px 4px rgba(48, 28, 9, 0.07);
}

.frame .chevron-right {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 34px;
  left: 400px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.frame .chevron-left {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 34px;
  left: 168px;
  transition: all 0.2s ease;
  cursor: pointer;
}

.frame .text-wrapper-4 {
  position: absolute;
  top: 29px;
  left: 260px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 36px;
  letter-spacing: 0.72px;
  line-height: 40px;
  white-space: nowrap;
}

.frame .text-wrapper-5 {
  position: absolute;
  top: 3112px;
  left: 321px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 40px;
  white-space: nowrap;
}

.frame .text-wrapper-6 {
  position: absolute;
  top: 1098px;
  left: 150px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 20px;
  white-space: nowrap;
}

.frame .overlap-2 {
  position: absolute;
  width: 1335px;
  height: 400px;
  top: 1179px;
  border-radius: 40px;
  background: #FFF !important;
  box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.05);
}

.frame .image-2 {
  position: absolute;
  width: 1200px;
  height: 400px;
  top: 0;
  left: 0;
}

.frame .div-3 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  position: absolute;
  top: 126px;
  left: 22px;
}

.frame .div-4 {
  display: inline-flex;
  flex-direction: column;
  height: 148px;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  padding: 14px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05) inset;
  border-color: transparent;
  transition: all 0.2s ease;
}

.div-4:hover, .div-5:hover, .div-8:hover {
  transform: scale(1.1);
  transition: all 0.2s ease;
  background-color: #fff1e1 !important;
}

.div-10:hover, .div-12:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
}

.frame .chevron-left:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
  padding: 10px;
  box-shadow: 0px 0px 32px 4px rgba(48, 28, 9, 0.07);
  border-radius: 50%;
  margin-top: -13px;
  width: 50px;
  height: 50px;
}

.frame .chevron-right:hover {
  transform: scale(1.2);
  transition: all 0.2s ease;
  padding: 10px;
  box-shadow: 0px 0px 32px 4px rgba(48, 28, 9, 0.07);
  border-radius: 50%;
  margin-top: -13px;
  width: 50px;
  height: 50px;
}

.frame .text-wrapper-7 {
  position: relative;
  width: fit-content;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.24px;
  line-height: 24px;
  white-space: nowrap;
  top: -6px;
}

.frame .element {
  position: relative;
  width: fit-content;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 40px;
  line-height: 52px;
  white-space: nowrap;
  top: 5px;
}

.frame .span {
  letter-spacing: 0.4px;
}

.frame .text-wrapper-8 {
  letter-spacing: -0.4px;
}

.frame .text-wrapper-9 {
  position: relative;
  width: fit-content;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 52px;
  white-space: nowrap;
  top: -10px;
}

.frame .div-5 {
  display: inline-flex;
  flex-direction: column;
  height: 148px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05) inset;
  border-color: transparent;
  transition: all 0.2s ease;
}

.frame .div-6 {
  position: relative;
  width: fit-content;
  margin-top: -10.5px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 16px;
  top: 10px;
}

.frame .text-wrapper-10 {
  line-height: 30px;
}

.frame .text-wrapper-11 {
  line-height: 28px;
  font-size: 24px;
  letter-spacing: 0.24px;
}

.frame .element-2 {
  position: relative;
  width: fit-content;
  margin-bottom: -8.5px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 52px;
  white-space: nowrap;
  top: -13px;
}

.frame .div-7 {
  position: relative;
  width: fit-content;
  margin-top: -12px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 30px;
  top: 10px;
}

.frame .text-wrapper-12 {
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 16px;
  letter-spacing: 0.16px;
  line-height: 30px;
}

.frame .text-wrapper-13 {
  font-size: 24px;
  letter-spacing: 0.24px;
}

.frame .element-3 {
  margin-bottom: -10px;
  position: relative;
  width: fit-content;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 52px;
  white-space: nowrap;
  top: -13px;
}

.frame .div-8 {
  display: inline-flex;
  flex-direction: column;
  height: 148px;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  padding: 14px 32px;
  position: relative;
  flex: 0 0 auto;
  background-color: #ffffff;
  border-radius: 12px;
  border: 1px solid;
  box-shadow: 0px 0px 8px 3px rgba(0, 0, 0, 0.05) inset;
  border-color: transparent;
  transition: all 0.2s ease;
}

.frame .element-4 {
  position: relative;
  width: fit-content;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #a37b54;
  font-size: 40px;
  letter-spacing: 0.4px;
  line-height: 52px;
  white-space: nowrap;
  top: -6px;
}

.frame .nur-hayat-2 {
  top: 1042px;
  left: 150px;
  color: #a37b54;
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 48px;
  position: absolute;
  font-family: "Jost-SemiBold", Helvetica;
  font-weight: 600;
  white-space: nowrap;
}

.frame .text-wrapper-14 {
  position: absolute;
  top: 1786px;
  left: 150px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #a37b54;
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.frame .text-wrapper-15 {
  position: absolute;
  top: 2986px;
  left: 150px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #a37b54;
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.frame .text-wrapper-16 {
  position: absolute;
  top: 4451px;
  left: 150px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #a37b54;
  font-size: 48px;
  letter-spacing: 0.96px;
  line-height: 48px;
  white-space: nowrap;
}

.frame .line-2 {
  width: 1131px;
  height: 1px;
  top: 1698px;
  left: 174px;
  position: absolute;
  object-fit: cover;
}

.frame .image-3 {
  position: absolute;
  width: 620px;
  height: 405px;
  top: 1967px;
  left: 446px;
  object-fit: cover;
}

.frame .image-4 {
  position: absolute;
  width: 392px;
  height: 340px;
  top: 2032px;
  left: 1120px;
  object-fit: cover;
  background-blend-mode: multiply;
  background: #eaeaea64;
}

.frame .image-5 {
  position: absolute;
  width: 392px;
  height: 340px;
  top: 2032px;
  left: 0;
  object-fit: cover;
  background: lightgray 50%;
}

.frame .div-9 {
  display: inline-flex;
  align-items: flex-start;
  gap: 140px;
  position: absolute;
  top: 2472px;
  /* left: 211px; */
}

.frame .div-10 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  position: relative;
  flex: 0 0 auto;
  transition: all 0.2s ease;
}

.frame .img-2 {
  position: relative;
  width: 86px;
  height: 86px;
}

.frame .text-wrapper-17 {
  position: relative;
  width: fit-content;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 32px;
  white-space: nowrap;
}

.frame .div-11 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 110px;
  position: absolute;
  top: 2668px;
  /* left: 337px; */
}

.frame .div-12 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 33px 0px 0px;
  position: relative;
  flex: 0 0 auto;
  transition: all 0.2s ease;
}

.frame .text-wrapper-18 {
  position: relative;
  width: fit-content;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 20px;
  text-align: center;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.frame .text-wrapper-19 {
  position: relative;
  width: 140px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 32px;
}

.frame .img-3 {
  position: absolute;
  width: 1200px;
  height: 773px;
  top: 3231px;
  left: 150px;
}

.frame .img-4 {
  position: absolute;
  width: 809px;
  height: 501px;
  top: 4449px;
  /* left: 541px; */
  margin-left: 400px;
}

.frame .div-13 {
  position: absolute;
  width: 1200px;
  height: 248px;
  top: 4124px;
  /* left: 150px; */
  border-radius: 24px;
  background: #FFF;
  box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.frame .text-wrapper-20 {
  position: absolute;
  top: 43px;
  left: 48px;
  font-family: "Jost-Medium", Helvetica;
  font-weight: 500;
  color: #333333;
  font-size: 32px;
  letter-spacing: 0.64px;
  line-height: 48px;
  white-space: nowrap;
}

.frame .text-wrapper-21 {
  position: absolute;
  top: 90px;
  left: 48px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #333333;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 28px;
  white-space: nowrap;
}

.frame .div-14 {
  display: inline-flex;
  align-items: flex-start;
  gap: 24px;
  position: absolute;
  top: 148px;
  left: 48px;
}

.frame .div-wrapper-2 {
  display: flex;
  width: 240px;
  align-items: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  border: 1.5px solid;
  border-color: #e4c9af;
  height: 54px;
  outline: none;
}

.frame .text-wrapper-22 {
  position: relative;
  width: fit-content;
  margin-top: -1.5px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #777777;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 24px;
  white-space: nowrap;
}

.frame .div-wrapper-3 {
  display: flex;
  width: 240px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px;
  position: relative;
  background-color: #a37b54;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 2px 4px 1px #341f0a1a;
}

.frame .text-wrapper-23 {
  position: relative;
  width: fit-content;
  margin-top: -2px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 24px;
  white-space: nowrap;
}

.frame .dark-telegram {
  left: 248px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4858px;
}

.frame .dark-facebook {
  left: 184px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4858px;
}

.frame .dark-instagram {
  left: 120px;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4858px;
}

.social_instagram {
  margin-left: -100px;
  position: absolute;
  width: 1335px;
  height: 400px;
}

.social_telegram {
  margin-left: -130px;
  position: absolute;
  width: 1335px;
  height: 400px;
}

.social_facebook {
  margin-left: -110px;
  position: absolute;
  width: 1335px;
  height: 400px;
}

.frame .location-pin {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4546px;
  /* left: 120px; */
  margin-left: -1150px;
}

.frame .phone {
  width: 32px;
  height: 32px;
  top: 4638px;
  position: absolute;
  /* left: 120px; */
  margin-left: -1150px;
}

.frame .mail {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 4730px;
  /* left: 120px; */
  margin-left: -1150px;
}

.frame .icon-2 {
  position: absolute;
  width: 27px;
  height: 21px;
  top: 5px;
  left: 3px;
}

.frame .div-15 {
  position: absolute;
  width: 100%;
  height: 170px;
  top: 5010px;
  left: 0;
  background-color: #a37b54;
}

.frame .nur-hayat-3 {
  top: 47px;
  left: 100px;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: 0.8px;
  line-height: 42px;
  position: absolute;
  font-family: "Jost-SemiBold", Helvetica;
  font-weight: 600;
  white-space: nowrap;
}

.frame .new-classics-2 {
  position: absolute;
  top: 97px;
  left: 100px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0.2px;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-24 {
  position: absolute;
  top: 72px;
  left: 377px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-25 {
  position: absolute;
  top: 72px;
  left: 909px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-26 {
  position: absolute;
  top: 72px;
  left: 530px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-27 {
  position: absolute;
  top: 72px;
  left: 790px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-28 {
  position: absolute;
  top: 72px;
  left: 1062px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  white-space: nowrap;
}

.frame .text-wrapper-29 {
  position: absolute;
  width: 367px;
  top: 4585px;
  left: 150px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
}

.frame .text-wrapper-30 {
  top: 4677px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  white-space: nowrap;
  position: absolute;
  left: 150px;
}

.frame .text-wrapper-31 {
  position: absolute;
  top: 4769px;
  left: 150px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 16px;
  letter-spacing: 0.32px;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-32 {
  position: absolute;
  top: 4553px;
  left: 160px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-33 {
  position: absolute;
  top: 4821px;
  left: 124px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-34 {
  position: absolute;
  top: 4645px;
  left: 160px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 20px;
  white-space: nowrap;
}

.frame .text-wrapper-35 {
  position: absolute;
  top: 4737px;
  left: 160px;
  font-family: "Jost-Regular", Helvetica;
  font-weight: 400;
  color: #000000;
  font-size: 24px;
  letter-spacing: 0.48px;
  line-height: 20px;
  white-space: nowrap;
}

.floor_name_number {
  display: flex;
  width: 290px;
  height: 76px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 3px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  color: #333;
  font-family: Jost;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
  transition: all 0.1s ease;
  color: #333;
  font-family: "Jost-SemiBold";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px; /* 128.571% */
}

.floor_name_number:nth-child(2) {
  margin-left: 24px;
  margin-right: 24px;
}

.floor_name_number_active {
  border-radius: 10px;
  border: 3px solid #A37B54;
  background: #FFF;
  transition: all 0.1s ease;
}