@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
* {
  margin: 0%;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
}
body {
  width: 100vw;
  overflow-x: hidden;
}

a:link {
  text-decoration: none !important;
}
a:visited {
  text-decoration: none !important;
}
a {
  text-decoration: none;
  color: initial;
}

/* navbar start */

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler {
  border: none;
  margin-right: 50px;
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
}
.navbar {
  background-color: black;
  transition: padding 250ms ease;
}
header {
  position: fixed;
  z-index: 10000;
  width: 100%;
}
#header-wrapper {
  height: 100px;
}
.navbar-brand {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-family: "Roboto", sans-serif;
  border: none;
  padding: 12px !important;
  margin: 0 !important;
  margin-left: 100px !important;
}
.navbar-toggler-icon {
  all: initial;
  margin-top: -10px;
}
.navbar-toggler-icon::after {
  content: "";
  width: 35px;
  height: 3px;
  background-color: aliceblue;
  position: absolute;
  right: 5px;
  border-radius: 5px;
  transition: all 100ms ease;
  cursor: pointer;
}
.navbar-toggler-icon::before {
  content: "";
  width: 35px;
  height: 3px;
  color: aliceblue;
  background-color: aliceblue;
  position: absolute;
  right: 5px;
  margin-top: 10px;
  border-radius: 5px;
  transition: all 100ms ease;
  cursor: pointer;
}
.burger-clicked::after {
  margin: 0;
  transform: rotate(45deg);
}
.burger-clicked::before {
  margin: 0;
  transform: rotate(-45deg);
}
.nav-item {
  background-color: transparent;
  text-align: center;
}
.pay {
  color: aliceblue;
  border: 2px solid aliceblue;
  width: 120px !important;
}
.pay:hover {
  border: none;
}
#navbarSupportedContent {
  padding: 0;
  width: 100%;
}
.navbar-nav {
  width: 100%;
  background: transparent;
  display: flex;
  justify-content: right;
  align-items: first baseline;
  padding-right: 100px;
  font-size: large;
}
.navbar-zero {
  background-color: transparent !important;
  padding-top: 80px;
  padding-right: 30px;
  padding-left: 30px;
  transition: padding 250ms ease-out;
}
.dropdown-menu {
  width: fit-content;
  background-color: #272727;
  text-align: center;
  margin: auto;
  transition: all 250ms ease;
  margin-bottom: 20px;
}
.dropdown-menu li a {
  color: aliceblue;
}
.light-navbar {
  background-color: #767676;
  color: aliceblue;
  transition: all 200ms ease;
}
.navbar-dark {
  transition: all 200ms ease;
}
.dropdown-menu li .active {
  background-color: #484848;
  font-weight: 700;
}
.dropdown-item {
  transition: all 200ms ease;
}
.dropdown-item:hover {
  background-color: #484848;
  font-weight: 700;
  color: aliceblue;
}
.clean {
  font-weight: 700;
  transition: all 200ms ease;
}
.clean:hover {
  color: aliceblue !important;
}

@media (max-width: 992px) {
  header {
    box-shadow: 0 4px 8px black;
    background-color: #58575741;
    padding: 0%;
  }
  .navbar-brand {
    margin: 0 !important;
    width: 100px;
  }
  .navbar-nav {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .nav-item {
    width: 30%;
    text-align: center;
    border-top: 1px solid aliceblue;
  }
  .navbar-toggler-icon::after {
    right: 0;
  }
  .navbar-toggler-icon::before {
    right: 0;
  }
  .navbar-toggler {
    margin-right: 18px;
  }
  .navbar-zero {
    padding: 8px;
    background-color: #080808 !important;
  }

}

/* WELCOME */

#welcome {
  height: 100dvh;
  width: 100vw;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#brand-slider {
  width: 100vw;
  height: 100dvh;
}
.splide__slide {
  width: 100vw;
  height: 100dvh;
}
.hero-wrapper {
  width: 100vw;
  height: 100dvh;
}
.hero-contents {
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(50%);
  display: flex;
  align-items: center;
  padding: 32px;
  padding-left: 100px;
}
.hero-contents * {
  color: aliceblue;
}
.hero-contents h1 {
  font-size: 56px;
  text-wrap: balance;
}
.description p {
  text-wrap: balance;
  font-size: large;
}
.description {
  max-width: 50vw;
}
.hero-buttons {
  display: flex;
  gap: 10px;
}
.button {
  width: 180px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  padding: 8px;
  text-align: center;
  font-size: large;
  transition: all 250ms ease;
}
.button:hover {
  text-shadow: 0 0 6px rgb(0, 0, 0), 0 0 8px rgb(0, 0, 0);
  box-shadow: 0 0 6px aliceblue, 0 0 12px aliceblue;
  background-color: #ffffffb8;
}
.button p {
  font-weight: 700;
  width: fit-content;
  display: inline-block;
  margin: 5px;
}
.button * {
  font-size: larger;
}
.bgg {
  background: linear-gradient(45deg, #08080851, #ffffff51);
  border: 2px solid aliceblue;
}
#first-hero {
  background: url("../images/gallery/hero-images/apartment-1-resized.jpg") no-repeat
    center;
  background-size: cover;
}
#second-hero {
  background: url("../images/gallery/hero-images/apartment-2-resized.jpg") no-repeat
    bottom;
  background-size: cover;
}
#third-hero {
  background: url("../images/gallery/hero-images/apartment-3-resized.jpg") no-repeat
    bottom;
  background-size: cover;
}
#fourth-hero {
  background: url("../images/gallery/hero-images/apartment-4-resized.jpg") no-repeat
    bottom;
  background-size: cover;
}

@media (max-width: 992px) {
  .hero-contents h1 {
    font-size: x-large;
    width: 100vw;
  }
  .hero-contents {
    padding-left: 32px;
  }
  .description p {
    font-size: medium;
    width: 100vw;
  }
  .button p {
    font-size: medium;
  }
  .button {
    width: 150px;
  }
}

/* HERO FORM */

#hero-form {
  position: absolute;
  z-index: 10;
  right: 4vw;
  width: 400px;
  height: 520px;
  backdrop-filter: blur(8px);
  border-radius: 18px;
  border: 2px solid aliceblue;
  text-align: center;
  color: aliceblue;
  padding: 8px;
  top: 250px;
}
#hero-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#hero-form form input::placeholder,
#hero-form form textarea::placeholder {
  color: aliceblue;
}
#hero-form form input,
#hero-form textarea {
  border: none;
  background-color: #272727bc;
  border-radius: 8px;
  margin: 10px;
  color: aliceblue;
  padding: 5px;
  width: 70%;
  transition: all 100ms ease-in;
}
#hero-form textarea {
  max-height: 150px;
  min-height: 80px;
  font-size: small;
}
#hero-form form input:hover,
#hero-form form input:hover::placeholder,
#hero-form form textarea:hover {
  box-shadow: 0 0 3px aliceblue, 0 0 6px aliceblue, 0 0 8px aliceblue;
  background-color: rgb(240, 248, 255);
  color: black;
}
#hero-reset {
  width: 30%;
}
.goTop {
  animation: goTop 500ms both cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

@keyframes goTop {
  100% {
    top: 250px;
  }
}
@media (max-width: 992px) {
  #hero-form {
    display: none;
  }
}

/* FEATURES */

#features {
  width: 100vw;
  background-color: #080808;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 20px;
  height: 100vh;
}
.features-wrapper {
  width: 80vw;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-left: 100px;
  margin-left: 0;
}
.features-item {
  width: 30vh;
  height: 30vh;
  background-color: aliceblue;
  border-radius: 20px;
  transition: all 200ms ease;
  text-align: center;
  padding: 12px;
}
.features-changed {
  animation: changeFeature 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.features-changed2 {
  margin-left: 0;
  animation: changeFeature2 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}
.features-item:hover {
  box-shadow: 0 0 12px aliceblue;
  background-color: #272727;
  color: aliceblue;
  cursor: default;
}
.features-item i {
  font-size: x-large;
}
.features-item hr {
  width: 80%;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}
#features-list {
  font-size: small;
  list-style: square;
}
#fetures-list li {
  height: 33%;
  border: 1px solid #080808;
}
#features-list hr {
  width: 70%;
  margin: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}

@keyframes changeFeature {
  to {
    width: 90vw;
  }
}
@keyframes changeFeature2 {
  from {
    width: 90vw;
  }
  to {
    left: 0;
    width: 80vw;
  }
}

@media (max-width: 992px) {
  #features {
    justify-content: center;
    height: auto;
  }
  .features-wrapper {
    margin: 0;
  }
  .features-item {
    min-height: 30vh;
  }
  .features-changed {
    animation: none;
    width: 90vw;
  }
  .features-changed2 {
    animation: none;
    width: 90vw;
  }
  .features-item{
    width: 80vw;
    height: auto;
  }
}

/* WHY US */

#why-us {
  width: 100vw;
  background-color: aliceblue;
}
.why-us-header {
  height: 30vh;
  width: 100vw;
  background: url(/images/gallery/hero-images/why-us.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.why-us-header-contents {
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(40%);
  color: aliceblue;
  display: flex;
  align-items: center;
  justify-content: center;
}
.why-us-header-contents h3 {
  font-size: 50px;
}
.why-us-main {
  max-width: 80vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 36px;
  gap: 40px;
  margin: auto;
}
.why-us-item {
  width: 330px;
  height: 310px;
  background-color: aliceblue;
  border-radius: 18px;
  border: 2px solid black;
  position: relative;
  padding: 12px;
  transition: all 250ms ease;
  cursor: default;
}
.why-us-item-header {
  height: 60px;
  width: 60px;
  display: inline-block;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #080808;
  background-color: aliceblue;
  margin: auto;
  margin-top: -42px;
  transition: all 250ms ease;
}
.why-us-item-header i {
  font-size: xx-large;
  transition: transform 250ms ease;
}
.why-us-item .content {
  width: 100%;
  height: 100%;
  text-align: center;
}
.why-us-item .content h4 {
  margin-top: 12px;
}
.why-us-item .content p {
  text-wrap: balance;
}
.why-us-item hr {
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.why-us-item:hover {
  background-color: black;
  color: aliceblue;
  border-color: aliceblue;
}
.why-us-item:hover > .why-us-item-header i {
  transform: rotateY(180deg);
  color: aliceblue;
}
.why-us-item:hover > .why-us-item-header {
  background-color: #080808;
  border-bottom-color: aliceblue;
}

@media (max-width: 992px) {
  .why-us-header {
    background: initial;
    background: url("../images/gallery/hero-images/why-us.jpg") no-repeat center;
    background-size: cover;
  }
  .why-us-header-contents h3 {
    font-size: xx-large;
    text-align: center;
  }
  .why-us-main{
    max-width: none;
  }
  .why-us-item {
    height: auto;
    width: 90vw;
  }
}

/* REFERANCES */

#referances {
  width: 100vw;
  text-align: center;
  background-color: #080808;
  color: aliceblue;
  padding: 32px;
}
.referances-contents {
  width: 100%;
  height: 100%;
}
.referances-contents hr {
  margin: auto;
  text-align: center;
  width: 80vw;
}
.referances-main {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  padding: 10vw;
}
.referances-main-item i {
  font-size: 50px;
}
.referances-main-item {
  width: 300px !important;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.referances-main-item p {
  font-weight: 600;
  margin-top: 10px;
  text-wrap: nowrap;
}
.referances-main-header {
  width: 150px;
  height: 150px;
  border: 2px solid aliceblue;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: all 200ms ease;
  position: relative;
  overflow: hidden;
  padding: 8px;
}
.referances-main-header img {
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.referances-main-header:hover {
  background: aliceblue;
  color: #080808;
  cursor: pointer;
  width: 100%;
  border-radius: 18px;
}
.referances-main-header:hover > img {
  filter: brightness(0);
}
.referances-main-header a {
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (max-width: 992px) {
  #referances {
    padding: 0px;
    padding-top: 32px;
    margin: 0;
  }
  .referances-main {
    padding: 0px;
    padding-bottom: 32px;
    gap: 0;
    width: 100vw;
    margin: 0;
  }
  .referances-main-item {
    width: fit-content;
    height: 100px;
    margin-top: 80px;
  }
  .referances-main-header {
    background: aliceblue;
    color: #080808;
    cursor: pointer;
    width: 150px;
    border-radius: 18px;
  }
  .referances-main-header:nth-child(1) img {
    filter: brightness(0);
  }
}

/* FOOTER */

footer {
  height: 50vh;
  background: url(/images/corp-images/mesken-logo-transparent.png) fixed no-repeat;
  background-size: cover;
}

#footer-wrapper {
  display: flex;
  background-color: #080808;
  height: 100%;
  padding: 80px;
}
.brand {
  margin-top: -70px;
}
.footer-item {
  width: 25%;
  text-align: center;
}
.footer-item h2 {
  color: #1469bf;
  letter-spacing: 2px;
}
.footer-item img {
  width: 200px;
  transition: all 0.2s;
}
.footer-item img:hover {
  width: 250px;
}
.footer-item p {
  color: aliceblue;
}
.brand h2 {
  margin-top: 30px;
}
.follow a {
  color: aliceblue;
  transition: all 200ms ease;
}
.follow a:hover {
  color: #1469bf;
}
.follow i {
  display: inline-block;
  font-size: xx-large;
  margin: 10px;
}
.services ul,
.information ul {
  list-style: none;
}
.services li,
.information li {
  margin-right: 30px;
  margin-top: 20px;
}
.services a,
.information a {
  text-decoration: none;
  color: aliceblue;
  transition: all 200ms ease;
}
.services a:hover,
.information a:hover {
  color: #1469bf;
}
.contacts p {
  display: inline-block;
  color: aliceblue;
}
.contacts div {
  margin-top: 30px;
}
.copyright {
  position: absolute;
  margin-top: -50px;
  width: 100%;
  text-align: center;
  color: aliceblue;
}
.copyright a {
  background: -webkit-linear-gradient(45deg, #2e1538, #ca80fc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 200ms ease;
}
.divider {
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: rgb(147, 150, 153);
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  footer {
    height: auto;
    overflow-x: hidden;
  }
  #footer-wrapper {
    flex-wrap: wrap;
  }
  .footer-item {
    width: 100%;
  }
}

/* OFFER */

#offer {
  background-color: #080808;
  width: 100vw;
  text-align: center;
  padding: 32px;
  color: aliceblue;
  overflow: hidden;
}
.offer-form {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-bottom: 30px;
}
#offer .offer-form form {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 2px solid aliceblue;
  padding: 12px;
  border-radius: 12px;
}
.offer-form form label {
  margin-top: 20px;
  width: 100%;
  text-align: left;
}
.offer-form input,
.offer-form textarea {
  width: 300px;
  border-radius: 6px;
  border: none;
  max-height: 100px;
  font-size: medium;
  transition: all 200ms ease;
  margin: 5px;
  text-transform: none;
  font-family: "Times New Roman", Times, serif;
}
.offer-form p {
  width: 300px;
}
.offer-form input:hover,
.offer-form textarea:hover {
  background-color: #272727;
}
#offer-form-submit {
  position: absolute;
  bottom: 0;
  background-color: #080808;
  border-radius: 12px;
}
#offer-form-submit input {
  background: aliceblue;
  border-radius: 8px;
  transition: all 200ms ease;
  height: 26px;
  width: 140px !important;
  font-family: "Poppins", sans-serif;
}
#offer-form-submit input:hover {
  width: 230px !important;
  background-color: #272727;
  color: aliceblue;
}

@media (max-width: 992px) {
  #offer-hero {
    width: 100vw;
    overflow: hidden;
    padding: 0;
  }
  .hero-contents {
    padding: 12px;
  }
}

/* SUB-SITES */

:root {
  --items: 5;
  --gap: 0.75rem;

  --border-xl: 20px;
  --border-m: 8px;
  --border-s: 6px;

  --accent-color: hsl(198, 86%, 53%);
  --fill-primary: hsl(204, 3%, 47%);
  --fill-active: hsl(204, 23%, 20%);
  --fill-disabled: hsl(204, 9%, 85%);
}

.sub-site {
  margin: auto;
}
.building {
  background-color: aliceblue;
  overflow-x: hidden;
  width: 100vw !important;
}
#sub-sites {
  background-color: aliceblue !important;
  min-height: 100vh;
}
.sub-site-header {
  text-align: center;
  color: #080808;
  margin-bottom: 50px;
}
.sub-site-header p {
  font-size: x-large;
}
.sub-site-header h1 {
  font-size: xx-large;
}
.sub-site-header hr {
  margin: auto;
  width: 80%;
}
.sub-site img {
  height: 100%;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  display: block;
}
.image-thumbnail-carousel {
  padding: 1rem;
  width: clamp(360px, 90vw, 820px);
  display: flex;
  flex-flow: column;
  gap: 1rem;
  position: relative;
}
.image-display {
  border-radius: var(--border-xl);
  overflow: hidden;
  min-height: 30vmin;
  aspect-ratio: 16 / 9;
  box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
}
.screen {
  block-size: 100%;
  display: flex;
  background-image: linear-gradient(12deg, #aaa, #eee);
  position: relative;
  user-select: none;
}
.thumbnail-carousel {
  display: flex;
  gap: var(--gap);
  block-size: 100%;
}
.carousel__btn {
  flex: 1 0 max(2.75rem, 5.834%);
  background: #0000;
  border: 1px solid #0000;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.arrow-icon {
  margin-inline: auto;
  outline: none;
  border: 0;
  scale: 1;
  display: inline grid;
  width: max(80%, 1.5rem);
  height: max(80%, 1.5rem);
  fill: var(--fill-primary);
}
.carousel__btn:hover .arrow-icon {
  fill: var(--fill-active);
}
.carousel__btn:disabled {
  opacity: 0.1;
  pointer-events: none;
}
.carousel__slider {
  user-select: none;
  flex-grow: 999;
  list-style: none;
  display: flex;
  gap: var(--gap);
  padding: 0.5rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.carousel__slider::-webkit-scrollbar {
  display: none;
}
.carousel__slide {
  cursor: pointer;
  border-radius: var(--border-m);
  overflow: hidden;
  scroll-snap-align: center;
  flex: 1 0 calc((100% / var(--items)) - 10px);
  height: 90px;
}
.carousel__slide img {
  height: 90px;
}
.active .carousel__slide {
  outline: 0.125em solid var(--accent-color);
  outline-offset: -0.37em;
}
.sub-sites-location-contents {
  background-color: #080808;
  padding: 32px;
  margin-bottom: -35px;
}
.sub-sites-location-header {
  color: aliceblue;
  text-align: center;
}
.sub-sites-location-header hr {
  color: aliceblue;
  margin: auto;
  width: 80%;
  margin-bottom: 30px;
}
.sub-sites-location-main {
  text-align: center;
}
.sub-sites-location-main iframe {
  width: 80vw;
  height: 80vh;
  margin: auto;
  border-radius: 26px;
}

@media (max-width: 680px) {
  /* .image-thumbnail-carousel {
    width: 90vw;
  }

  .active.carousel__slide {
    background-color: var(--fill-active);
    outline-offset: 3px;
  }
  .carousel__btn {
    flex-grow: 0;
  }

  .thumbnail-carousel {
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .carousel__slider {
    max-width: fit-content;
    align-items: center;
    gap: 1em;
  }
  .carousel__slide {
    flex: none;
    aspect-ratio: 1;
    block-size: 0.625rem;
    border-radius: 50%;
    background-color: var(--fill-primary);
  }
  .thumbnail {
    opacity: 0;
    display: none;
    aspect-ratio: 16 / 9;
    block-size: 8vw;
    position: absolute;
    border-radius: var(--border-s);
    overflow: hidden;
    z-index: 99;
    will-change: transform, opacity;
    transition: opacity 150ms ease-out;
    transform-origin: bottom;
    translate: -50%;
    bottom: 20%;
  }
  .carousel__slide:not(.active):hover .thumbnail {
    opacity: 1;
    display: block;
    animation: show 250ms ease-out forwards;
    box-shadow: 0 0.375em 0.67em #0003, 0 0.5em 1.3em #0002;
  } */

  @keyframes show {
    from {
      opacity: 0;
      transform: scale(0);
    }
    to {
      display: block;
      transform: scale(1);
      opacity: 1;
    }
  }
}

/* CONTACT-US */

#contact-us {
  width: 100vw;
  background-color: aliceblue;
}
.contact-us-contents {
  text-align: center;
  width: 100%;
  padding: 32px;
}
.contact-us-contents hr {
  width: 90vw;
  margin: auto;
}
.contact-us-header {
  margin: auto;
}
.contact-us-main {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 100px;
}
.contact-us-item {
  width: 50%;
  min-height: 50vh;
  border-radius: 12px;
  border-top-left-radius: 0;
  position: relative;
  text-align: center;
  padding: 12px;
}
.contact-us-item-header {
  width: 50px;
  height: 50px;
  border: 2px solid #080808;
  position: absolute;
  top: -50px;
  left: -2px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-us-item iframe {
  width: 100%;
  height: 50vh;
  border-radius: 12px;
  box-shadow: 0 0 15px #272727;
}
.contact-us-item {
  font-size: x-large;
  padding: 12px;
}
.contact-us-item p:hover {
  text-decoration: underline;
}
.contact-us-item a {
  color: #1469bf;
}
.contact-us-item hr {
  margin: auto;
  width: 20vw;
}

@media (max-width: 992px) {
  .contact-us-item {
    width: 80%;
    font-size: large;
  }
  .contact-us-item:nth-child(1) {
    width: 100vw;
    height: 100vw;
  }
}

/* NAV-SITE-KURUMSAL */

.nav-site {
  background-color: #080808;
  padding-top: 200px;
  padding-bottom: 32px;
  width: 100vw;
}
.nav-site-contents {
  width: 80vw;
  margin: auto;
  overflow: hidden;
}
.nav-site-header {
  text-align: center;
  color: aliceblue;
  width: 100%;
}
.nav-site-header a {
  color: aliceblue;
  text-decoration: underline !important;
  transition: all 200ms ease;
}
.nav-site-header img {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  object-position: center;
  border-radius: 26px;
}
.nav-site-main {
  width: 100%;
  color: aliceblue;
  padding-bottom: -10px;
}
.nav-site-main h1,
.nav-site-main h2,
.nav-site-main h3,
.nav-site-main h4 {
  text-decoration: underline;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .nav-site {
    padding-top: 120px;
  }
  .nav-site-header img {
    border-radius: 18px;
  }
}

/* PETITIONS */

.petitions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 700px;
  margin: auto;
  padding: 24px;
}
.petition {
  border-radius: 26px;
  box-shadow: 0 0 12px aliceblue;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 40px;
}
.petition i {
  font-size: 50px;
}
.petition h3 {
  text-align: center;
  height: 50%;
  overflow: hidden;
  padding: 24px;
}
.petition a {
  color: aliceblue;
  transition: all 200ms ease;
}
.petition a:hover,
.nav-site-header p a:hover {
  color: #1469bf;
  text-decoration-color: #1469bf;
}
.petition p {
  font-size: x-large;
  text-align: center;
  height: 50%;
  overflow: hidden;
  padding: 12px;
  text-transform: none !important;
}
.petition p a {
  text-decoration: underline;
  color: #1469bf;
  font-weight: 600;
}
.petition p a:hover {
  color: aliceblue;
}

@media (max-width: 992px) {
  .petitions {
    width: 100%;
  }
  .petition {
    width: 100%;
  }
  .petition p {
    font-size: medium;
    text-wrap: balance;
  }
}

/* SPEC-PETITIONS */

.spec-petition {
  width: 820px;
  background-color: #fff;
  margin: auto;
  padding: 32px;
  text-wrap: pretty;
}
.spec-petition * {
  text-decoration: none !important;
  color: black;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}
.spec-petition p {
  text-align: left;
  text-transform: none;
}
.spec-petition li {
  text-align: left;
}
.petition-grid {
  display: grid;
  grid-template-columns: auto auto auto;
}
.petition-grid {
  border: 1px solid grey;
}
.petition-grid div {
  height: 50px;
  border: 1px solid grey;
}
.spec-petition li {
  text-transform: none;
}

@media (max-width: 992px) {
  .spec-petition {
    width: 100%;
  }
  .spec-petition p,
  .spec-petition li {
    font-size: 12px;
  }
  .spec-petition h4 {
    font-size: medium;
  }
}

/* CLEANING SECTION */

#cleaning-section {
  width: 100vw;
  background-color: #080808;
}
.cleaning-contents {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 200px;
  color: aliceblue;
  width: 80%;
  margin: auto;
  flex-direction: column;
}
.cleaning-header {
  text-align: center;
  width: 100%;
}
.cleaning-header h1 {
  letter-spacing: 1.5px;
}
.cleaning-item-content {
  width: 50%;
}
.cleaning-hero p {
  font-size: xx-large;
}
.cleaning-main {
  width: 100%;
}
#typewriter {
  font-size: 80px;
  height: 120px;
  text-shadow: 0 0 50px aliceblue;
}
.cleaning-item {
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
}
.cleaning-item-hero {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  position: relative;
}
.cleaning-item img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  object-position: center;
  justify-self: flex-start;
  align-self: start;
  position: sticky;
  top: 180px;
  margin-top: 50px;
}
.image {
  position: sticky;
  top: 180px;
}
.cleaning-content-paragraph {
  font-size: x-large;
  text-align: left;
  padding-left: 18px;
  align-self: flex-start;
  justify-self: flex-start;
}
.paragraph {
  overflow: hidden;
  z-index: 10;
}
.cleaning-form {
  border: 2px solid aliceblue;
  border-radius: 18px;
  padding: 12px;
  width: 400px;
  margin: auto;
}
.cleaning-form * {
  width: 100%;
}
.cleaning-form input {
  border-radius: 8px;
  border: 2px solid aliceblue;
  background-color: #080808;
  margin: auto;
  color: aliceblue;
}
.cleaning-form .submit input {
  width: fit-content;
  color: aliceblue;
  margin-top: 10px;
  transition: all 200ms ease;
}
.cleaning-form .submit input:hover {
  background-color: aliceblue;
  color: #080808;
}

@media (max-width: 992px) {
  #cleaning-section {
    height: auto;
  }
  .cleaning-contents {
    padding-top: 100px;
  }
  .cleaning-item-content {
    width: 100%;
  }
  .cleaning-item {
    flex-direction: column;
  }
  .cleaning-hero p {
    font-size: 25px;
  }
  #typewriter {
    font-size: 40px;
    height: 70px;
  }
}

/* OUR-TEAM */

#our-team {
  background-color: aliceblue;
  width: 100vw;
  padding: 36px;
  padding-top: 100px;
  text-align: center;
}
.our-team-main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
  gap: 20px;
  flex-wrap: wrap;
  padding: 100px;
  width: 900px;
  margin: auto;
}
.person-card {
  width: 300px;
  height: 250px;
  border: 2px solid #080808;
  border-radius: 12px;
  position: relative;
  text-align: center;
  padding: 12px;
  transition: all 200ms ease;
  cursor: default;
}
.person-card .person {
  width: 60px;
  height: 60px;
  font-size: xx-large;
  margin: auto;
}
.person-card:hover{
  background-color: #080808;
  color: aliceblue;
}
.person-card hr{
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.person-card h2{
  font-size: x-large;
}

@media (max-width:992px) {
  #our-team{
    padding: 8px;
    padding-top: 150px;
  }
  .our-team-main{
    padding: 10px;
    width: auto;
  }
  .person-card{
    padding: 0;
    width: 90%;
  }
}