@font-face {
  font-family: 'phone_sans', sans-serif;
  src: url(../fonts/bpg_phone_sans.ttf) format('truetype');
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

nav,
footer,
header,
aside {
  display: block;
}

a {
  color: inherit;
}

a,
a:visited,
a:hover {
  text-decoration: none;
}

a:focus,
a:active {
  outline: none;
}

:focus,
:active {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

p + p {
  margin-top: 1em;
}

ul {
  list-style: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
svg {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

input,
textarea,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

button,
input[type=submit] {
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background: none;
  cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
  outline: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

label {
  cursor: pointer;
}

legend {
  display: block;
}
body {
  height: 100%;
  line-height: 1;
  font-style: normal;
  font-family: 'Noto Serif Georgian', serif;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  background-color: #242424;
}
.wrapper {
  position: relative;
  max-width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.main {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
._container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px 20px;
}
/* ====================================== New Year Start ========================== */
.snow_wrap{
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.snow, .snow:before, .snow:after {
  position: absolute;
  top: -650px;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: 
  radial-gradient(4px 4px at 100px 50px, #fff , transparent), 
  radial-gradient(6px 6px at 200px 150px, #fff, transparent), 
  radial-gradient(3px 3px at 300px 250px, #fff 50%, transparent), 
  radial-gradient(4px 4px at 400px 350px, #fff 50%, transparent), 
  radial-gradient(6px 6px at 500px 100px, #fff 50%, transparent), 
  radial-gradient(3px 3px at 50px 200px, #fff 50%, transparent), 
  radial-gradient(4px 4px at 150px 300px, #fff 50%, transparent), 
  radial-gradient(6px 6px at 250px 400px, #fff 50%, transparent), 
  radial-gradient(3px 3px at 350px 500px, #fff 50%, transparent);
  background-size: 650px 650px;
  animation: snow 3s linear infinite;
  content: "";
}
.snow:after {
  margin-left: -250px;
  opacity: 0.5;
  filter: blur(2px);
  animation-duration: 6s;
  animation-direction: reverse;
}
.snow:before {
	margin-left: -350px;
  opacity: 0.7;
  filter: blur(1px);
  animation-duration: 9s;
  animation-direction: reverse;
}
@keyframes snow {
  to {
    transform: translateY(650px);
  }
}
.new-year {
  position: fixed;
  width: 180px;
  height: auto;
  right: 8vw;
  bottom: 35px;
  z-index: 100;
}
.new-year-star {
  width: 45px;
  position: absolute;
  left: 36.5%;
  top: 33px;
}
.new-year-tree {
  position: relative;
  transform: translateY(80px);
}
.new-year-tree img:nth-child(2) {
  position: absolute;
  width: 100%;
  height: 73%;
  left: -10px;
  top: 40px;
}
.new-year-gifts {
  position: relative;
}
.new-year-gifts img:nth-child(1) {
  transform: translateY(30px);
}
.new-year-sock {
 position: absolute;
 left: 0;
 bottom: -83px;
 width: 50px;
 height: 90px;
 z-index: -1;
}
.new-year-social-hat {
  position: absolute;
  top: -10%;
  right: -45%;
  width: 50px;
  height: 50px;
  z-index: 400;
}
.new-year-text-content {
  position: absolute;
  left: 20%;
  top: 109px;
  z-index: 50;
  display: flex;
  gap: 5vw;
}
.new-year-text-box-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transform-origin: top;
  animation: movenytext1 5s linear infinite;
}
.new-year-text-box-1 img:first-child {
  width: 20px;
}
.new-year-text-box-1 img:last-child {
  width:60px;
  transform: translateY(-8px);
}
.new-year-text-box-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: movenytext2 5s linear infinite;
}
.new-year-text-box-2 img:first-child {
  width: 20px;
}
.new-year-text-box-2 img:last-child {
  width: 60px;
  transform: translateY(-6px);
}
.new-year-text-box-3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: movenytext3 5s linear infinite;
}
.new-year-text-box-3-hat {
  position: absolute;
  right: 27%;
  top: 18%;
  width: 50px;
  height: 50px;
  z-index: 2;
}
.new-year-text-box-3 img:first-child {
  width: 20px;
}
.new-year-text-box-3 img:last-child {
  width: 50px;
  transform: translateY(-8px);
}
.new-year-text-box-4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  animation: movenytext4 5s linear infinite;
}
.new-year-text-box-4 img:first-child {
  width: 20px;
}
.new-year-text-box-4 img:last-child {
  width: 60px;
  transform: translateY(-8px);
}
.new-year-santa {
  position: fixed;
  left: 0%;
  bottom: -2px;
  width: 550px;
  z-index: 100;
  animation: santamove 20s infinite linear;
}
.new-year-santa-flag {
  position: absolute;
  left: -145px;
  top: 11px;
  width: 350px;
  height: auto;
}
@keyframes santamove {
  0% {
    left: 0;
  }
  97% {
    left: 100%;
    opacity: 1;
  }
  98% {
    left: 100%;
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 0;
  }
}
@keyframes movenytext1 {
  0% {
    transform: scaleX(1.1) rotate(1deg);
  }
  50% {
    transform: scaleX(0.9) rotate(-1deg);
  }
  100% {
    transform: scaleX(1.1) rotate(1deg);
  }
}
@keyframes movenytext2 {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes movenytext3 {
  0% {
    transform: rotate(2deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(2deg);
  }
}
@keyframes movenytext4 {
  0% {
    transform: translateY(-7px) scaleX(1.1) rotate(1deg);
  }
  50% {
    transform: translateY(0px) scaleX(0.9) rotate(-1deg);
  }
  100% {
    transform: translateY(-7px) scaleX(1.1) rotate(1deg);
  }
}
@media (max-width: 767px) {
  .new-year {
    width: 80px;
    right: 3vw;
    bottom: 35px;
  }
  .new-year-star {
    width: 25px;
    left: 35%;
    top: 52px;
  }
  .new-year-tree {
    transform: translateY(50px);
  }
  .new-year-tree img:nth-child(2) {
    position: absolute;
    width: 100%;
    height: 73%;
    left: -5px;
    top: 20px;
  }
  .new-year-gifts img:nth-child(1) {
    transform: translateY(20px);
  }
  .new-year-sock {
    position: absolute;
    left: 10px;
    bottom: -73px;
   }
   .new-year-social-hat {
    position: absolute;
    top: -7%;
    right: -35%;
    width: 30px;
    height: 30px;
  }
  .new-year-santa {
    position: fixed;
    left: 12%;
    bottom: 170px;
    width: 300px;
    z-index: 100;
    animation: none;
    transform: rotate(-20deg);
  }
}
/* ====================================== New Year Finish ========================== */

/* ====================================== Header ========================== */
.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 5px;
  z-index: 100;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0.3533788515406162) 0%, rgba(0,0,0,1) 100%);
}
.header__container {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  width: 80px;
  height: 80px;
  border-radius: 5px;
  overflow: hidden;
}
.menu__burger {
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
}
.menu__burger span {
  position: absolute;
  width: 40px;
  height: 4px;
  background: #D5BF43;
  display: block;
  border-radius: 4px;
  transition: 0.5s;
}
.menu__burger span:nth-child(1) {
  transform: translateY(-15px);
  width: 25px;
  left: 15px;
  transition-delay: 0s; 
}
.menu__burger.menu__active span:nth-child(1) {
  transform: translateY(0) rotate(45deg);
  width: 40px;
  transition-delay: 0.125s; 
}
.menu__burger span:nth-child(3) {
  transform: translateY(15px);
  width: 15px;
  left: 15px;
  transition-delay: 0s;          
}
.menu__burger.menu__active span:nth-child(3) {
  transform: translateY(0) rotate(315deg);
  width: 40px;
  transition-delay: 0.25s; 
}
.menu__burger.menu__active span:nth-child(2) {
  transform: translateX(60px);
  transition-delay: 0; 
}
.menu__list {
  display: flex;
}
.menu__list.menu-list__active {
  position: absolute;
  left: 0;
  top: 105px;
  width: 100%;
  height: calc(100vh - 105px);
  display: flex;
  flex-direction: column;
  align-items: center;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0.3533788515406162) 0%, rgba(0,0,0,1) 100%);
  animation: menu-move-down 2s;
  z-index: 200;
}
@keyframes menu-move-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
.menu__item:not(:last-child) {
  margin-right: 20px;
}
.menu__link {
  position: relative;
  display: inline-block;
  padding: 10px 10px 13px 10px;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #fff;
  overflow: hidden;
  transition: all .4s;
  border-radius: 5px;
}
.menu__link:hover {
  transition-delay: .4s;
  transform: scale(1.1);
  color: #C5A834;
}
.menu__link.menu-link__active {
  transform: scale(1.1);
  color: #C5A834;
}
.menu-link__line {
  position: absolute;
  display: block;
}
.menu-link__line-top {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #C5A834);
}
.menu-link__line-right {
  bottom: 100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #C5A834);
}
.menu-link__line-bottom {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(-90deg, transparent, #C5A834);
}
.menu-link__line-left {
  top: 100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(0deg, transparent, #C5A834);
}

.menu__link:hover:hover .menu-link__line-top {
  left: 100%;
  transition: all 1s;
  transition-delay: 0.25s;
}

.menu__link:hover:hover .menu-link__line-right {
  bottom: -100%;
  transition: all 1s;
}

.menu__link:hover:hover .menu-link__line-bottom {
  right: 100%;
  transition: all 1s;
  transition-delay: 0.25s;
}

.menu__link:hover:hover .menu-link__line-left {
  top: -100%;
  transition: all 1s;
}
@media (min-width: 767px) {
  .menu__burger {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu__burger {
    display: flex;
  }
  .menu__list {
    display: none;
  }
  .menu__list.menu-list__active {
    display: flex;
  }
  .menu__item:first-child {
    margin-top: 10vh;
  }
  .menu__item:not(:last-child) {
    margin-right: 0px;
  }
}
/* ====================================== Home-Section ========================== */
.home {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.home::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0000004f;
  z-index: 10;
}
.home__bg-video {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
}
.home__social-bg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 300;
}
.home__social-bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  width: 3px;
  height: 16vh;
  background-color: #fff;
  border-radius: 50%;
}
.home__social-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 250px;
  transform: translateX(-50%);
  width: 3px;
  height: 16vh;
  background-color: #fff;
  border-radius: 50%;
}
.home__social-link {
  position: relative;
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: transform .4s ease;
}
.home__social-link:not(:last-child) {
  margin-bottom: 20px;
}
.home__social-link:hover {
  transform: scale(1.2);
}
.home__social-link img {
  width: 40px;
  height: 40px;
}
.home__mouse-bg {
  position: absolute;
  left: 50%;
  bottom: 5%;
  z-index: 10;
}
.home__mouse-bg img {
  width: 50px;
  height: 50px;
  animation-name: mouse-move;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes mouse-move {
  0%   {transform: translateY(-12%);}
  50%   {transform: translateY(12%);}
  100% {transform: translateY(-12%);}
}
.home__mouse-bg::before {
  content: "";
  position: absolute;
  left: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.home__mouse-bg::after {
  content: "";
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
}
.home__title-box {
  position: absolute;
  width: 85%;
  left: 7%;
  top: 50%;
  display: flex;
  z-index: 10;
}
.home__title-static {
  display: flex;
  color: #C5A834;
  font-size: 2.7vw;
  line-height: 1.4;
  margin-right: 15px;
  font-weight: 700;
  -webkit-box-reflect: var(--glass);
}
.home__title-static span {
  display: block;
}
.home__title-static span:nth-child(1) {
  margin-right: 10px;
}
.home__title-text {
  min-width: 46vw;
  color: #fff;
  font-size: 2.7vw;
  padding-bottom: 10px;
  margin-top: 5px;
  font-weight: 700;
}
.home__title-cursor{
  width: 0;
  animation: animate-home-text 6s infinite, blink 0.7s infinite;
  overflow: hidden;
  display: none;
}
.home__title-block{
  display: block!important;
  border-right: 4px solid #C5A834;
  -webkit-box-reflect: var(--glass);
}
@keyframes animate-home-text {
  0%,100%{
    width: 0;
  }20%{
    width: 46vw;
  }70%{
    width: 46vw;
  }90%{
    width: 0;
  }
}
@keyframes blink {
  0%,100%{
    border-color: #C5A834;
  }33.33%{
    border-color: transparent;
  }66.66%{
    border-color: transparent;
  }
}
@media (min-width: 1905px) {
  .home__title-static{
    font-size: 50px;
  }
  .home__title-text {
    font-size: 50px;
  }
  @keyframes animate-home-text {
    0%,100%{
      width: 0;
    }20%{
      width: 830px;
    }70%{
      width: 830px;
    }90%{
      width: 0;
    }
  }
  .home__title-text {
    min-width: 850px;
  }
}
@media (max-width: 1800px) {
  .home__title-box {
    left: 5%;
  }
}
@media (max-width: 541px) {
  .home__title-box {
    top: 30%;
    flex-direction: column;
  }
  .home__title-dinamic {
    margin-left: 14px;
  }
  .home__title-static{
    font-size: 26px;
    margin-bottom: 12px;
  }
  .home__title-text {
    font-size: 22px;
    line-height: 1.6;
  }
  @keyframes animate-home-text {
    0%,100%{
      width: 0;
    }20%{
      width: 55vw;
    }70%{
      width: 55vw;
    }90%{
      width: 0;
    }
  }
  .home__social-link {
    width: 30px;
    height: 30px;
  }
  .home__social-link img {
    width: 30px;
    height: 30px;
  }
  .home__social-bg::before {
    top: 200px;
    height: 13vh;
  }
  .home__social-bg::after {
    bottom: 200px;
    height: 13vh;
  }
  .home__mouse-bg img {
    width: 30px;
    height: 30px;
  }
  .home__mouse-bg::before {
    left: 35px;
    width: 50px;
    height: 2px;
  }
  .home__mouse-bg::after {
    right: 35px;
    width: 50px;
    height: 2px;
  }
}
/* ====================================== Home-Projects-Section ========================== */
.home-projects {
  padding: 100px 0;
}
.home-projects__container{
  display: flex;
  flex-direction: column;
}
.home-projects-title {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  font-size: 48px;
  letter-spacing: 2px;
}
.home-projects-title::before {
  content: "";
  position: absolute;
  right: 250px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.home-projects-title::after {
  content: "";
  position: absolute;
  left: 250px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.home-projects__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
}
.home-projects__card:not(:last-child) {
  margin-bottom: 50px;
}
.home-projects__card-shape {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 150px;
	height: 150px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.home-projects__card-shape::before {
	content: '';
	position: absolute;
	width: 150%;
	height: 40px;
	background: #B89658;
	transform: rotate(-45deg) translateY(-20px);
	box-shadow: 0 5px 10px rgba(14, 4, 4, 0.1);
}
.home-projects__card-shape::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #B89658;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 10px;
	box-shadow: 140px -140px 0 #B89658;
}
.home-projects__card-shape-text {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg) translateY(33px);
  text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.8px;
}
.home-projects__card-image {
  max-width: 730px;
  border-radius: 5px;
  overflow: hidden;
  animation: animate-home-projects-card 8s infinite, infinite;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 10px;
  box-shadow: #e4e4e41f 0px 2px 4px 0px, #ebebeb52 0px 2px 16px 0px;
}
@keyframes animate-home-projects-card {
  0%,100%{
   transform: scale(1);
  }
  50%{
    transform: scale(1.01);
  }
  100%{
    transform: scale(1);
  }
}
.home-projects__card-text {
  max-width: 500px;
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 1.8px;
  text-shadow: 2px 1px 0 #7A7A7A;
}
.home-projects__card-footer {
  position: relative;
  color: #B89658;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
}
.home-projects__card-footer::before {
  content: "";
  position: absolute;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
}
.home-projects__card-footer::after {
  content: "";
  position: absolute;
  right: 400px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
  z-index: 10;
}
@media (max-width: 1420px) {
  .home-projects-title {
    font-size: 36px;
  }
  .home-projects-title::before {
    right: 24px;
    width: 150px;
    height: 2px;
  }
  .home-projects-title::after {
    left: 24px;
    width: 150px;
    height: 2px;
  }
  .home-projects__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
  }
  .home-projects__card-text {
    max-width: 100%;
    margin-top: 30px;
    font-size: 16px;
  }
  .home-projects__card-footer::before {
    left: 800px;
    height: 2px;
  }
  .home-projects__card-footer::after {
    right: 800px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .home-projects {
    padding: 50px 0;
  }
  .home-projects-title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .home-projects-title::before {
    display: none;
  }
  .home-projects-title::after {
    display: none;
  }
}
/* ====================================== Home-Gallery-Section ========================== */
.home-gallery {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #242424;
}
.home-gallery__title {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  font-size: 48px;
  letter-spacing: 2px;
}
.home-gallery__title::before {
  content: "";
  position: absolute;
  right: 430px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.home-gallery__title::after {
  content: "";
  position: absolute;
  left: 430px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #fff;
  border-radius: 50%;
}
.home-gallery__images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0 20px;
}
.home-gallery__images img {
  width: 100%;
  cursor: pointer;
  filter: grayscale(40%);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  transition: 0.4s all ease;
  z-index: 10;
}
.home-gallery__images img:hover {
  transform: scale(0.96);
  filter: grayscale(0);
}
.home-gallery__modal-box {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  z-index: 110;
  overflow: auto;
  opacity: 0;
  pointer-events: none;
}
.home-gallery__modal-content {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-gallery__modal-img {
  width: 80%;
  max-width: 60%;
}
.home-gallery__modal-txt {
  margin-top: 20px;
}
.home-gallery__modal-nav {
  margin-top: 20px;
}
.home-gallery__button {
  padding: 10px;
  border: 1px solid #fff;
  background: none;
  color: #fff;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
}
.home-gallery__nextBtn {
  margin-left: 20px;
}
.home-gallery__modal-close {
  position: absolute;
  color: #fff;
  top: 30px;
  right: 60px;
  font-size: 50px;
  cursor: pointer;
}
.home-gallery__modal-box.appear {
  opacity: 1;
  pointer-events: all;
}
.home-gallery__modal-box.appear .home-gallery__modal-img,
.home-gallery__modal-box.appear .home-gallery__modal-txt {
  animation: zoom 0.3s linear;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@media (max-width: 1900px) {
  .home-gallery {
    min-height: 100%;
  }
}
@media (max-width: 1420px) {
  .home-gallery__title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .home-gallery__title::before {
    right: -170px;
    width: 150px;
    height: 2px;
  }
  .home-gallery__title::after {
    left: -170px;
    width: 150px;
    height: 2px;
  }
  .home-gallery__images {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .home-gallery__title::before {
    display: none;
  }
  .home-gallery__title::after {
    display: none;
  }
  .home-gallery__images {
    grid-template-columns: 1fr;
  }
}
/* ====================================== Footer ========================== */
.footer {
  position: relative;
  width: 100%;
  background: rgb(0,0,0);
  background: linear-gradient(270deg, rgba(0,0,0,0.3533788515406162) 0%, rgba(0,0,0,1) 100%);
}
.footer__container {
  text-align: center;
  padding: 50px 20px;
}
.footer__title {
  color: #fff;
  font-size: 30px;
  letter-spacing: 5px;
  line-height: 1.4;
}
.footer__copyright {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.6px;
  line-height: 1.4;
}
.footer__copyright a {
  margin-left: 10px;
}
@media (max-width: 1420px) {
  .footer {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    align-items: flex-end;
  }
  .footer__copyright p {
    max-width: 80%;
  }
}
/* ====================================== About-Page ========================== */
.about-page__header {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.about-page__header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000021;
  z-index: 10;
}
.about-page__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: left;
}
.about-page__social-bg {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  z-index: 300;
}
.about-page__social-bg::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 250px;
  transform: translateX(-50%);
  width: 3px;
  height: 16vh;
  background-color: #fff;
  border-radius: 50%;
}
.about-page__social-bg::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 250px;
  transform: translateX(-50%);
  width: 3px;
  height: 16vh;
  background-color: #fff;
  border-radius: 50%;
}
.about-page__social-link {
  width: 40px;
  height: 40px;
  overflow: hidden;
  transition: transform .4s ease;
}
.about-page__social-link:not(:last-child) {
  margin-bottom: 20px;
}
.about-page__social-link:hover {
  transform: scale(1.2);
}
.about-page__social-link img {
  width: 40px;
  height: 40px;
}
.about-page__title {
  display: none;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 80%;
  background-color: #db981b99;
  padding: 30px;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  animation-name: about-title-move;
  animation-duration: 8s;
  animation-iteration-count: infinite;
}
@keyframes about-title-move {
  0%   {top: 45%;}
  50%   {top: 55%;}
  100% {top: 45%;}
}
.about-page__title span {
  display: block;
  margin-bottom: 14px;
  font-size: 30px;
}
.about-page__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.about-page__text-title {
  color: #fff;
  line-height: 1.6;
  letter-spacing: 1.6px;
  font-size: 20px;
  font-weight: 700;
  max-width: 720px;
  align-self: flex-start;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.5);
  transform: translateY(-130px);
}
.about-page__cards {
  position: relative;
  width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
  margin-top: -80px;
}
.about-page__card {
  width: 300px;
	height: 310px;
	margin: 30px 10px;
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.5);
	transition: 0.3s ease-in-out;
}
.about-page__card:not(:last-child) {
  margin-right: 50px;
}
.about-page__card:hover {
  height: 430px;
}
.about-page__img-box {
  position: relative;
	background: #fff;
	top: -20px;
	left: 0;
  min-width: initial;
  width: 260px;
  height: 260px;
	border-radius: 4px;
	z-index: 1;
	box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}
.about-page__img-box img {
	max-width: 100%;
	border-radius: 4px;
  box-shadow: #e4e4e41f 0px 2px 4px 0px, #ebebeb52 0px 2px 16px 0px;
}
.about-page__card-content {
	position: relative;
	margin-top: -140px;
	padding: 10px 15px;
	text-align: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease-in-out;
	transition-delay: 0s;
}
.about-page__card:hover .about-page__card-content {
  visibility: visible;
	opacity: 1;
	margin-top: -15px;
	transition-delay: 0.3s;
}
.about-page__card-content-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.6px;
  line-height: 1.4;
}
.about-page__card-content-text {
  letter-spacing: 1.4px;
  line-height: 1.4;
}
.about-page__footer {
  margin-bottom: 50px;
}
.about-page__footer-container {
  padding: 80px;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgba(0,0,0,0.5);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255,255,255,0.5);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.about-page__footer-texts-title {
  width: 100%;
  color: #fff;
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 30px;
}
.about-page__footer-texts {
  width: 45%;
  color: #fff;
}
.about-page__footer-texts-text {
  line-height: 1.6;
  letter-spacing: 1.6px;
}
@media (max-width: 1150px) {
  .about-page__bg {
    object-position: right;
  }
  .about-page__title {
    display: block;
    z-index: 1;
    opacity: 1;
  }
  .about-page__footer-container {
    flex-direction: column;
  }
  .about-page__footer-texts {
    width: 100%;
  }
  .about-page__footer-texts:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 779px) {
  .about-page__footer-container {
    padding: 30px;
  }
  .about-page__card:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 739px) {
  .about-page__card:not(:last-child) {
    margin-right: 10px;
  }
  .about-page__text-title {
    font-size: 16px;
  }
}
@media (max-width: 541px) {
  .about-page__social-link {
    width: 30px;
    height: 30px;
  }
  .about-page__social-link img {
    width: 30px;
    height: 30px;
  }
  .about-page__social-bg::before {
    top: 200px;
    height: 13vh;
  }
  .about-page__social-bg::after {
    bottom: 200px;
    height: 13vh;
  }
  .about-pagee__mouse-bg img {
    width: 30px;
    height: 30px;
  }
  .about-page__mouse-bg::before {
    left: 45px;
    width: 50px;
    height: 2px;
  }
  .about-page__mouse-bg::after {
    right: 45px;
    width: 50px;
    height: 2px;
  }
  .about-page__title {
    font-size: 16px;
  }
  .about-page__title span {
    font-size: 20px;
  }
}
/* ====================================== Project-Page ========================== */
.project-page__projects {
  margin-top: 150px;
  margin-bottom: 50px;
}
.projects__container {
  display: flex;
  flex-direction: column;
}
.projects-title {
  position: relative;
  text-align: center;
  color: #fff;
  margin-bottom: 100px;
  font-size: 48px;
  letter-spacing: 2px;
  word-spacing: -8px;
  padding-bottom: 10px;
  -webkit-box-reflect: below -8px linear-gradient(transparent, rgba(0, 0, 0, 0.35));
}
.projects-title span {
	position: relative;
	display: inline-block;
	animation: animate-title 2s ease-in-out infinite;
	animation-delay: calc(0.1s*var(--i));
}
@keyframes animate-title {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(-25px);
	}
	40%,100% {
		transform: translateY(0);
	}
}
.projects__card {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 60px;
  border-radius: 15px;
  box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(5px);
  border-top: 1px solid rgba(255,255,255,0.5);
  border-left: 1px solid rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.projects__card:not(:last-child) {
  margin-bottom: 50px;
}
.projects__card-shape {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 150px;
	height: 150px;
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.projects__card-shape::before {
	content: '';
	position: absolute;
	width: 150%;
	height: 40px;
	background: #B89658;
	transform: rotate(-45deg) translateY(-20px);
	box-shadow: 0 5px 10px rgba(14, 4, 4, 0.1);
}
.projects__card-shape::after {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	background: #B89658;
	z-index: -1;
	bottom: 0;
	left: 0;
	width: 10px;
	box-shadow: 140px -140px 0 #B89658;
}
.projects__card-shape-text {
  position: absolute;
  width: 100%;
  height: 100%;
  transform: rotate(-45deg) translateY(33px);
  text-align: center;
	line-height: 40px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1.8px;
}
.projects__card-image {
  position: relative;
  max-width: 730px;
  border-radius: 5px;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 10px;
  box-shadow: #e4e4e41f 0px 2px 4px 0px, #ebebeb52 0px 2px 16px 0px;
}
.projects__card:hover .projects__card-btn-bg {
  width: 100%;
}
.projects__card-btn-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0%;
  min-height: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #414040;
  overflow: hidden;
  transition: width 0.5s ease-in-out;
}
.projects__card:hover .projects__card-btn {
  opacity: 1;
  transition-delay: 0.7s;
}
.projects__card-btn {
  width: 280px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.8s ease 0s;
  border-radius: 0 0 10px 10px;
  text-decoration: none;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  opacity: 0;
  transition-delay: revert;
}
.projects__card-btn-text {
  color: #fff;
  font-size: 18px;
  letter-spacing: 4px;
  position: relative;
  z-index: 1;
}
.projects__card-btn-waves {
  position: absolute;
  width: 280px;
  height: 280px;
  background-color: #B89658;
  top: 0;
  left: 0;
  box-shadow: inset 0 0 50px rgb(0, 0, 0, 0.5);
  transition: all 0.8s;
}
.projects__card-btn-waves::after,
.projects__card-btn-waves::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 250%;
  height: 260%;
  transform: translate3d(-50%,-96%,0) rotate(0deg) scale(1);
}
.projects__card-btn-waves::before {
  background-color: #414040;
  border-radius: 48%;
  animation: waves 5s infinite linear;
}
.projects__card-btn-waves::after {
  background-color: #414040;
  border-radius: 44%;
  animation: waves 10s infinite linear;
}
@keyframes waves {
  0%{
    transform: translate3d(-50%,-96%,0) rotate(0deg) scale(1);
  }
100%{
    transform: translate3d(-50%,-96%,0) rotate(360deg) scale(1);
  }
}
.projects__card-btn:hover .projects__card-btn-waves{
  top: -50px;
}
.projects__card-text {
  max-width: 500px;
  color: #fff;
  font-weight: 700;
  line-height: 1.6;
  font-size: 18px;
  letter-spacing: 1.8px;
}
.projects__card-footer {
  position: relative;
  color: #B89658;
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 2px;
}
.projects__card-footer::before {
  content: "";
  position: absolute;
  left: 400px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
}
.projects__card-footer::after {
  content: "";
  position: absolute;
  right: 400px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
}
@media (max-width: 1420px) {
  .projects-title {
    font-size: 36px;
  }
  .projects-title::before {
    right: 24px;
    width: 150px;
    height: 2px;
  }
  .projects-title::after {
    left: 24px;
    width: 150px;
    height: 2px;
  }
  .projects__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px;
  }
  .projects__card-text {
    max-width: 100%;
    margin-top: 30px;
    font-size: 16px;
  }
  .projects__card-footer::before {
    left: 800px;
    height: 2px;
  }
  .projects__card-footer::after {
    right: 800px;
    height: 2px;
  }
}
@media (max-width: 767px) {
  .projects-title {
    margin-bottom: 50px;
    font-size: 32px;
  }
  .projects-title::before {
    display: none;
  }
  .projects-title::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .projects-title {
    font-size: 24px;
  }
}
/* ====================================== Contact-Page ========================== */
.contact-page {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  padding: 20px;
}
.contact-page__bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.contact-page__bg img {
  filter: grayscale(20%);
}
.contact-page__stars-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  z-index: 0;
	animation: animateBg 50s linear infinite;
}
.contact-page__star {
	position: absolute;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 4px rgba(255,255,255,.1),
				0 0 0 8px rgba(255,255,255,.1),
				0 0 20px rgba(255,255,255,1);
	animation: animate 3s linear infinite;
}
.contact-page__star:before {
	content: '';
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 300px;
	height: 1px;
	background: linear-gradient(90deg,#fff,transparent);
}
@keyframes animate {
	0%
	{
		transform: rotate(-75deg) translateX(0);
	}
	70%
	{
		opacity: 1;
	}
	100%
	{
		transform: rotate(-75deg) translateX(-1000px);
		opacity: 0;
	}
}
.contact-page__star:nth-child(1) {
	top: 0px;
	right: 0px;
	animation-delay: 0;
	animation-duration: 1s;
}
.contact-page__star:nth-child(2) {
	top: 0px;
	right: 80px;
	animation-delay: 0.2s;
	animation-duration: 3s;
}
.contact-page__star:nth-child(3) {
	top: 80px;
	right: 0px;
	animation-delay: 0.4s;
	animation-duration: 2s;
}
.contact-page__star:nth-child(4) {
	top: 0px;
	right: 180px;
	animation-delay: 0.6s;
	animation-duration: 1.5s;
}
.contact-page__star:nth-child(5) {
	top: 0px;
	right: 400px;
	animation-delay: 0.8s;
	animation-duration: 2.5s;
}
.contact-page__star:nth-child(6) {
	top: 0px;
	right: 600px;
	animation-delay: 1s;
	animation-duration: 3s;
}
.contact-page__star:nth-child(7) {
	top: 300px;
	right: 0px;
	animation-delay: 1.2s;
	animation-duration: 1.75s;
}
.contact-page__star:nth-child(8) {
	top: 0px;
	right: 700px;
	animation-delay: 1.4s;
	animation-duration: 1.25s;
}
.contact-page__star:nth-child(9) {
	top: 0px;
	right: 1000px;
	animation-delay: 0.75s;
	animation-duration: 2.25s;
}
.contact-page__star:nth-child(10) {
	top: 0px;
	right: 450px;
	animation-delay: 2.75s;
	animation-duration: 2.25s;
}
.contact-page__container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 25px 45px rgba(0,0,0,0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(15px);
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.contact-page__container:before {
  content: '';
  position: absolute;
  top: 0;
  left: -40%;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.05);
  transform: skewX(-15deg);
  pointer-events: none;
}
.contact-page__title {
  position: relative;
  color: #B89658;
  text-align: center;
  letter-spacing: 2px;
}
.contact-page__title::before {
  content: "";
  position: absolute;
  right: 200px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
}
.contact-page__title::after {
  content: "";
  position: absolute;
  left: 200px;
  top: 50%;
  transform: translateY(-50%);
  width: 200px;
  height: 3px;
  background-color: #B89658;
  border-radius: 50%;
}
.contact-page__block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 100px 30px 50px;
}
.contact-page__address-box {
  display: flex;
  flex-direction: column;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 1.4;
}
.contact-page__address-title {
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.contact-page__address-text {
  margin-bottom: 20px;
}
.contact-page__address-mail {
  margin-bottom: 20px;
}
.contact-page__social-box {
  display: flex;
  flex-direction: column;
}
.contact-page__social-link {
  width: 50px;
  height: 50px;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
}
.contact-page__social-link:hover {
  transform: scale(1.2);
}
.contact-page__social-link:not(:last-child) {
  margin-bottom: 20px;
}
.contact-page__social-link img {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .contact-page__block {
    flex-direction: column;
    padding: 30px;
  }
  .contact-page__social-box {
    flex-direction: row;
    margin-top: 40px;
  }
  .contact-page__social-link:not(:last-child) {
    margin-right: 30px;
  }
  .contact-page__social-link {
    width: 30px;
    height: 30px;
  }
  .contact-page__social-link img {
    width: 30px;
    height: 30px;
  }
}
/* ====================================== Projects-Filter ========================== */
.project-filter {
  text-align: center;
  margin-top: 140px;
  margin-bottom: 50px;
}
.projects-filter__container {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 50px;
}
.projects-filter__image {
  position: relative;
  width: 300px;
  max-width: 300px;
  cursor: pointer;
}
.projects-filter__image img {
  width: 300px;
  border-radius: 5px;
}
.projects-filter__image-floors {
  position: absolute;
  width: 10.8%;
  height: 100%;
  left: 57%;
  top: 6%;
  display: flex;
  flex-direction: column;
}
.projects-filter__image-floor {
  position: relative;
  width: 100%;
  height: 1.7%;
}
.floor-bg-1 {
  position: absolute;
  width: 32px;
  height: 13px;
  left: 28px;
  top: 0;
}
.floor-bg-2 {
  position: absolute;
}
.floor-bg-3 {
  position: absolute;
}
.floor-bg-4 {
  position: absolute;
}
.projects-filter__image-floor-1 {
  height: 1.9%;
  transform: rotate(46deg);
  margin-bottom: 6px;
}
.projects-filter__image-floor-1 .floor-bg-2 {
  width: 69px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 13.5px;
  transform: rotate(-19deg);
  top: -7px;
  left: 48px;
}
.projects-filter__image-floor-1 .floor-bg-3 {
  width: 77px;
  height: 13.5px;
  top: 30px;
  right: -1px;
  transform: rotate(-79deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-1 .floor-bg-4 {
  width: 42px;
  height: 10px;
  top: 99px;
  right: 17px;
  transform: rotate(-79deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 6px;
}
.projects-filter__image-floor-2 {
  height: 1.9%;
  transform: rotate(47deg);
  margin-bottom: 6px;
}
.projects-filter__image-floor-2 .floor-bg-1 {
  position: absolute;
  width: 30px;
  height: 12px;
  left: 30px;
  top: 0;
}
.projects-filter__image-floor-2 .floor-bg-2 {
  width: 69px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 13px;
  transform: rotate(-19deg);
  top: -9px;
  left: 48px;
}
.projects-filter__image-floor-2 .floor-bg-3 {
  width: 75px;
  height: 13.5px;
  top: 30px;
  right: -1px;
  transform: rotate(-79deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-2 .floor-bg-4 {
  width: 42px;
  height: 12px;
  top: 95px;
  right: 18px;
  transform: rotate(-79deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-right-radius: 7px;
}
.projects-filter__image-floor-3 {
  height: 1.9%;
  transform: rotate(45deg);
  margin-bottom: 6px;
}
.projects-filter__image-floor-3 .floor-bg-1 {
  position: absolute;
  width: 30px;
  height: 12px;
  left: 30px;
  top: 0;
}
.projects-filter__image-floor-3 .floor-bg-2 {
  width: 69px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 12px;
  transform: rotate(-19deg);
  top: -7px;
  left: 48px;
}
.projects-filter__image-floor-3 .floor-bg-3 {
  width: 74px;
  height: 13.5px;
  top: 29px;
  right: 0px;
  transform: rotate(-76deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-3 .floor-bg-4 {
  width: 42px;
  height: 14px;
  top: 92px;
  right: 22px;
  transform: rotate(-75deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 12px;
}
.projects-filter__image-floor-4 {
  height: 1.9%;
  transform: rotate(42deg);
  margin-bottom: 7px;
}
.projects-filter__image-floor-4 .floor-bg-2 {
  width: 67px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 13px;
  transform: rotate(-16deg);
  top: -6px;
  left: 48px;
}
.projects-filter__image-floor-4 .floor-bg-3 {
  width: 72px;
  height: 13.5px;
  top: 29px;
  right: 2px;
  transform: rotate(-72deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-4 .floor-bg-4 {
  width: 44px;
  height: 14px;
  top: 89px;
  right: 26px;
  transform: rotate(-71deg);
  border-top-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 12px;
}
.projects-filter__image-floor-5 {
  height: 1.9%;
  transform: rotate(40deg);
  margin-bottom: 7px;
}
.projects-filter__image-floor-5 .floor-bg-2 {
  width: 65px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-14deg);
  top: -6px;
  left: 48px;
}
.projects-filter__image-floor-5 .floor-bg-3 {
  width: 71px;
  height: 13.5px;
  top: 28px;
  right: 4px;
  transform: rotate(-70deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-5 .floor-bg-4 {
  width: 44px;
  height: 14px;
  top: 86px;
  right: 30px;
  transform: rotate(-69deg);
  border-top-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 12px;
}
.projects-filter__image-floor-6 {
  height: 1.9%;
  transform: rotate(40deg);
  margin-bottom: 7px;
}
.projects-filter__image-floor-6 .floor-bg-1 {
  height: 14px;
}
.projects-filter__image-floor-6 .floor-bg-2 {
  width: 65px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-14deg);
  top: -6px;
  left: 48px;
}
.projects-filter__image-floor-6 .floor-bg-3 {
  width: 71px;
  height: 13.5px;
  top: 28px;
  right: 4px;
  transform: rotate(-70deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-6 .floor-bg-3 {
  width: 71px;
  height: 13.5px;
  top: 28px;
  right: 4px;
  transform: rotate(-70deg);
  border-top-left-radius: 12px;
}
.projects-filter__image-floor-6 .floor-bg-4 {
  width: 43px;
  height: 14px;
  top: 84px;
  right: 32px;
  transform: rotate(-69deg);
  border-top-left-radius: 13px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 12px;
}
.projects-filter__image-floor-7 {
  height: 1.9%;
  transform: rotate(40deg);
  margin-bottom: 7px;
}
.projects-filter__image-floor-7 .floor-bg-1 {
  height: 14px;
}
.projects-filter__image-floor-7 .floor-bg-2 {
  width: 65px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-16deg);
  top: -6px;
  left: 48px;
}
.projects-filter__image-floor-7 .floor-bg-3 {
  width: 66px;
  height: 13px;
  top: 25px;
  right: 7px;
  transform: rotate(-69deg);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 25px;
}
.projects-filter__image-floor-7 .floor-bg-4 {
  width: 47px;
  height: 9px;
  top: 84px;
  right: 33px;
  transform: rotate(-73deg);
  border-top-left-radius: 117px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.projects-filter__image-floor-8 {
  height: 1.9%;
  transform: rotate(40deg);
  margin-bottom: 7px;
}
.projects-filter__image-floor-8 .floor-bg-2 {
  width: 64px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-17deg);
  top: -7px;
  left: 48px;
}
.projects-filter__image-floor-8 .floor-bg-3 {
  width: 48px;
  height: 13px;
  top: 17px;
  right: 15px;
  transform: rotate(-69deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 25px;
}
.projects-filter__image-floor-9 {
  height: 3%;
  transform: rotate(39deg);
  margin-top: 2px;
  margin-bottom: 7px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-9 .floor-bg-1 {
  height: 18px;
}
.projects-filter__image-floor-9 .floor-bg-2 {
  width: 64px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 19px;
  transform: rotate(-18deg);
  top: -8px;
  left: 45px;
}
.projects-filter__image-floor-9 .floor-bg-3 {
  width: 24px;
  height: 20px;
  top: 3px;
  right: 25px;
  transform: rotate(-70deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 10px;
}
.projects-filter__image-floor-10 {
  height: 1.9%;
  transform: rotate(38deg);
  margin-bottom: 5px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-10 .floor-bg-2 {
  width: 63px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 13px;
  transform: rotate(-19deg);
  top: -8px;
  left: 45px;
}
.projects-filter__image-floor-10 .floor-bg-3 {
  width: 55px;
  height: 16px;
  top: 4px;
  right: 29px;
  transform: rotate(-12deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-10 .floor-bg-4 {
  width: 69px;
  height: 16px;
  top: 36px;
  right: 54px;
  transform: rotate(-73deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-11 {
  height: 2.4%;
  transform: rotate(34deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-11 .floor-bg-1 {
  top: 1px;
  height: 15px;
}
.projects-filter__image-floor-11 .floor-bg-2 {
  width: 62px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-16deg);
  top: -5px;
  left: 45px;
}
.projects-filter__image-floor-11 .floor-bg-3 {
  width: 55px;
  height: 16px;
  top: 4px;
  right: 29px;
  transform: rotate(-9deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-11 .floor-bg-4 {
  width: 69px;
  height: 14px;
  top: 34px;
  right: 55px;
  transform: rotate(-69deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-12 {
  height: 2.2%;
  transform: rotate(34deg);
  margin-bottom: 5px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-12 .floor-bg-1 {
  height: 15px;
}
.projects-filter__image-floor-12 .floor-bg-2 {
  width: 61px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-17deg);
  top: -7px;
  left: 45px;
}
.projects-filter__image-floor-12 .floor-bg-3 {
  width: 55px;
  height: 16px;
  top: 4px;
  right: 29px;
  transform: rotate(-9deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-12 .floor-bg-4 {
  width: 69px;
  height: 15px;
  top: 34px;
  right: 56px;
  transform: rotate(-68deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-13 {
  height: 2.2%;
  transform: rotate(34deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-13 .floor-bg-1 {
  height: 14px;
}
.projects-filter__image-floor-13 .floor-bg-2 {
  width: 60px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-17deg);
  top: -8px;
  left: 45px;
}
.projects-filter__image-floor-13 .floor-bg-3 {
  width: 53px;
  height: 16px;
  top: 5px;
  right: 29px;
  transform: rotate(-11deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-13 .floor-bg-4 {
  width: 67px;
  height: 15px;
  top: 34px;
  right: 56px;
  transform: rotate(-66deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-14 {
  height: 2.2%;
  transform: rotate(34deg);
  margin-bottom: 5px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-14 .floor-bg-2 {
  width: 59px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-18deg);
  top: -10px;
  left: 45px;
}
.projects-filter__image-floor-14 .floor-bg-3 {
  width: 53px;
  height: 17px;
  top: 5px;
  right: 29px;
  transform: rotate(-11deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-14 .floor-bg-4 {
  width: 67px;
  height: 15px;
  top: 34px;
  right: 55px;
  transform: rotate(-65deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-15 {
  height: 2.2%;
  transform: rotate(32deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-15 .floor-bg-1 {
  top: -1px;
  transform: rotate(-4deg);
  height: 14px;
}
.projects-filter__image-floor-15 .floor-bg-2 {
  width: 58px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-17deg);
  top: -8px;
  left: 45px;
}
.projects-filter__image-floor-15 .floor-bg-3 {
  width: 51px;
  height: 17px;
  top: 5px;
  right: 29px;
  transform: rotate(-10deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 11px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-15 .floor-bg-4 {
  width: 65px;
  height: 16px;
  top: 32px;
  right: 57px;
  transform: rotate(-61deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-16 {
  height: 2.2%;
  transform: rotate(27deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-16 .floor-bg-1 {
  height: 15px;
}
.projects-filter__image-floor-16 .floor-bg-2 {
  width: 58px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-13deg);
  top: -4px;
  left: 45px;
}
.projects-filter__image-floor-16 .floor-bg-3 {
  width: 51px;
  height: 17px;
  top: 3px;
  right: 28px;
  transform: rotate(-6deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-16 .floor-bg-4 {
  width: 65px;
  height: 16px;
  top: 27px;
  right: 59px;
  transform: rotate(-55deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-17 {
  height: 2.4%;
  transform: rotate(26deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-17 .floor-bg-1 {
  height: 15px;
}
.projects-filter__image-floor-17 .floor-bg-2 {
  width: 58px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-13deg);
  top: -4px;
  left: 45px;
}
.projects-filter__image-floor-17 .floor-bg-3 {
  width: 52px;
  height: 17px;
  top: 4px;
  right: 27px;
  transform: rotate(-7deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-17 .floor-bg-4 {
  width: 63px;
  height: 16px;
  top: 27px;
  right: 60px;
  transform: rotate(-53deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-18 {
  height: 2.2%;
  transform: rotate(26deg);
  margin-bottom: 5px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-18 .floor-bg-1 {
  top: -1px;
  transform: rotate(-4deg);
  height: 15px;
}
.projects-filter__image-floor-18 .floor-bg-2 {
  width: 57px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-14deg);
  top: -6px;
  left: 45px;
}
.projects-filter__image-floor-18 .floor-bg-3 {
  width: 52px;
  height: 18px;
  top: 4px;
  right: 26px;
  transform: rotate(-8deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-18 .floor-bg-4 {
  width: 61px;
  height: 16px;
  top: 27px;
  right: 60px;
  transform: rotate(-51deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-19 {
  height: 2.4%;
  transform: rotate(24deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-19 .floor-bg-1 {
  height: 15px;
}
.projects-filter__image-floor-19 .floor-bg-2 {
  width: 56px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 14px;
  transform: rotate(-13deg);
  top: -5px;
  left: 45px;
}
.projects-filter__image-floor-19 .floor-bg-3 {
  width: 52px;
  height: 17px;
  top: 4px;
  right: 26px;
  transform: rotate(-7deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-19 .floor-bg-4 {
  width: 61px;
  height: 16px;
  top: 24px;
  right: 60px;
  transform: rotate(-47deg);
  border-top-left-radius: 10px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-20 {
  height: 2.4%;
  transform: rotate(24deg);
  margin-bottom: 3px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-20 .floor-bg-1 {
  top: -1px;
  transform: rotate(-4deg);
  height: 15px;
}
.projects-filter__image-floor-20 .floor-bg-2 {
  width: 55px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-14deg);
  top: -7px;
  left: 45px;
}
.projects-filter__image-floor-20 .floor-bg-3 {
  width: 53px;
  height: 18px;
  top: 4px;
  right: 26px;
  transform: rotate(-9deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 4px;
}
.projects-filter__image-floor-20 .floor-bg-4 {
  width: 59px;
  height: 17px;
  top: 24px;
  right: 62px;
  transform: rotate(-46deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-21 {
  height: 2.4%;
  transform: rotate(20deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-21 .floor-bg-1 {
  transform: rotate(-4deg);
  height: 16px;
}
.projects-filter__image-floor-21 .floor-bg-2 {
  width: 55px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-10deg);
  top: -4px;
  left: 45px;
}
.projects-filter__image-floor-21 .floor-bg-3 {
  width: 52px;
  height: 18px;
  top: 3px;
  right: 26px;
  transform: rotate(-6deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-21 .floor-bg-4 {
  width: 59px;
  height: 17px;
  top: 20px;
  right: 63px;
  transform: rotate(-40deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-22 {
  height: 2.4%;
  transform: rotate(20deg);
  margin-bottom: 3px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-22 .floor-bg-1 {
  transform: rotate(-4deg);
  height: 15px;
  top: -1px;
}
.projects-filter__image-floor-22 .floor-bg-2 {
  width: 54px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-11deg);
  top: -6px;
  left: 45px;
}
.projects-filter__image-floor-22 .floor-bg-3 {
  width: 51px;
  height: 18px;
  top: 4px;
  right: 26px;
  transform: rotate(-7deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-22 .floor-bg-4 {
  width: 59px;
  height: 17px;
  top: 21px;
  right: 63px;
  transform: rotate(-38deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-23 {
  height: 2.4%;
  transform: rotate(17deg);
  margin-bottom: 4px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-23 .floor-bg-1 {
  transform: rotate(-4deg);
  height: 16px;
  top: -1px;
}
.projects-filter__image-floor-23 .floor-bg-2 {
  width: 54px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-9deg);
  top: -4px;
  left: 45px;
}
.projects-filter__image-floor-23 .floor-bg-3 {
  width: 50px;
  height: 18px;
  top: 3px;
  right: 26px;
  transform: rotate(-5deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-23 .floor-bg-4 {
  width: 56px;
  height: 17px;
  top: 18px;
  right: 65px;
  transform: rotate(-33deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-24 {
  height: 2.4%;
  transform: rotate(17deg);
  margin-bottom: 3px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-24 .floor-bg-1 {
  transform: rotate(-5deg);
  height: 17px;
  top: -3px;
}
.projects-filter__image-floor-24 .floor-bg-2 {
  width: 53px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-9deg);
  top: -6px;
  left: 45px;
}
.projects-filter__image-floor-24 .floor-bg-3 {
  width: 50px;
  height: 18px;
  top: 3px;
  right: 26px;
  transform: rotate(-7deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-24 .floor-bg-4 {
  width: 56px;
  height: 17px;
  top: 18px;
  right: 65px;
  transform: rotate(-31deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-25 {
  height: 2.6%;
  transform: rotate(13deg);
  margin-bottom: 2px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-25 .floor-bg-1 {
  transform: rotate(-5deg);
  height: 16px;
  top: -1px;
}
.projects-filter__image-floor-25 .floor-bg-2 {
  width: 53px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-6deg);
  top: -3px;
  left: 45px;
}
.projects-filter__image-floor-25 .floor-bg-3 {
  width: 50px;
  height: 19px;
  top: 2px;
  right: 26px;
  transform: rotate(-4deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-25 .floor-bg-4 {
  width: 56px;
  height: 17px;
  top: 13px;
  right: 65px;
  transform: rotate(-26deg);
  border-top-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 5px;
}
.projects-filter__image-floor-26 {
  height: 2.6%;
  transform: rotate(13deg);
  margin-bottom: 3px;
  border-top-left-radius: 4px;
}
.projects-filter__image-floor-26 .floor-bg-1 {
  transform: rotate(-5deg);
  height: 17px;
  top: -2px;
}
.projects-filter__image-floor-26 .floor-bg-2 {
  width: 53px;
  border-top-right-radius: 9px;
  border-bottom-left-radius: 11px;
  height: 15px;
  transform: rotate(-6deg);
  top: -4px;
  left: 45px;
}
.projects-filter__image-floor-26 .floor-bg-3 {
  width: 49px;
  height: 18px;
  top: 4px;
  right: 26px;
  transform: rotate(-5deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 6px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 9px;
}
.projects-filter__image-floor-26 .floor-bg-4 {
  width: 49px;
  height: 17px;
  top: 13px;
  right: 68px;
  transform: rotate(-24deg);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 15px;
}
.projects-filter__image-floor-27 {
  height: 2%;
  transform: rotate(9deg);
  margin-bottom: 3px;
}
.projects-filter__image-floor-27 .floor-bg-1 {
  transform: rotate(-2deg);
  height: 13px;
  top: -1px;
}
.projects-filter__image-floor-27 .floor-bg-2 {
  width: 38px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 11px;
  height: 13px;
  transform: rotate(-4deg);
  top: -2px;
  left: 45px;
}
.projects-filter__image-floor-27 .floor-bg-3 {
  width: 49px;
  height: 13px;
  top: 1px;
  right: 26px;
  transform: rotate(-2deg);
  border-top-left-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 10px;
}
.projects-filter__image-floor-27 .floor-bg-4 {
  width: 41px;
  height: 14px;
  top: 6px;
  right: 68px;
  transform: rotate(-18deg);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-top-right-radius: 13px;
  border-bottom-right-radius: 15px;
}
.projects-filter__image-floor-28 {
  height: 13.4%;
  transform: rotate(7deg);
  z-index: -1;
}
.projects-filter__image-floor-28 .floor-bg-1 {
  transform: rotate(-5deg);
  height: 79px;
  width: 104px;
  top: -4px;
  left: 26px;
}
.projects-filter__image-floor-28 .floor-bg-2 {
  opacity: 0;
}
.projects-filter__image-floor-28 .floor-bg-3 {
  width: 76px;
  height: 91px;
  top: 1px;
  right: 26px;
  transform: rotate(-3deg);
  border-top-left-radius: 24px;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 10px;
}
.projects-filter__image-floor:hover {
  background-color: #B89658;
  opacity: 0.8;
}
.projects-filter__image-floor:hover .floor-bg-1 {
  background-color: inherit;
}
.projects-filter__image-floor:hover .floor-bg-2 {
  background-color: inherit;
}
.projects-filter__image-floor:hover .floor-bg-3 {
  background-color: inherit;
}
.projects-filter__image-floor:hover .floor-bg-4 {
  background-color: inherit;
}
.projects-filter__image-floor:hover .floor-number {
  background-color: #B89658;
  color: #000;
  opacity: 1;
}
.floor-number {
  position: absolute;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 1px;
  letter-spacing: 1.6px;
  font-weight: 700;
  background-color: #242424;
  border: 1px solid rgba(255,255,255,0.5);
  color: #fff;
}
.floor-number-1 {
  left: -141px;
  top: 112px;
  transform: rotate(-46deg);
}
/* ====================================== Filter ========================== */
.filter {
  padding: 100px 0;
}
.filter__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.filter__title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-top: 50px;
}
.filter__title span {
  font-size: 36px;
  color: #B89658;
}
.filter__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: 20px 20px 50px rgb(0 0 0 / 50%);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.5);
  transition: all 0.3s ease-in-out;
}
.filter__content:hover {
  transform: scale(1.02);
}
.filter__content-image {
  width: 180px;
  overflow: hidden;
  cursor: pointer;
}
.filter__content-text {
  color: #fff;
  background-color: #b89658ce;
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.3;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: rgba(155, 155, 155, 0.3) 0px 1px 2px 0px, rgba(144, 144, 145, 0.15) 0px 2px 6px 2px;
}
@media (max-width: 767px) {
  .filter__content-image {
    width: 260px;
  }
  .filter__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .filter__content-text {
    font-size: 18px;
  }
}