#about-container {
  background-image: url("../ASSETS/Triplex.jpg");
}
#sec-screen-cp {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.imgs {
  margin-top: 10vh;
  margin-left: 0vw;
  margin: 0 auto;
  border-radius: 0px;
  cursor: pointer;
  transition: 0.3s;
  max-width: 500px !important;
  height: 80vh;
}
.slim {
  margin-left: 0vw;
  max-width: 300px !important;
}
.slim-2 {
  margin-left: 0vw;
  max-width: 400px !important;
}
.slim-4 {
  margin-left: 8vw;
  max-width: 440px !important;
}
.slim-3 {
  margin-left: 5vw;
  max-width: 360px !important;
}
.slim-5 {
  margin-left: 7vw;
  max-width: 380px !important;
}
#third-screen-cp {
  background: #0d0d0d;
  height: fit-content;
  padding-bottom: 7vh;
  width: 100vw;
}
.center-two {
  margin: 0 auto;
  width: 85vw;
}
.uk-grid {
  margin-left: 0px;
}

.uk-grid > * {
  padding-left: 10px;
  padding-right: 5px;
}
#new-points-screen {
  width: 100vw;
  height: fit-content;
  background: #0d0d0d;
}
#new-points-screen__head {
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
  padding-top: 4vh;
  text-align: center;
}
#new-points-screen__sub-head {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #fff;
  padding-bottom: 1vh;
  text-align: center;
  letter-spacing: 1px;
}
#villa-points {
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.villa-list-contanier {
  height: fit-content;
  padding-top: 4vh;
  padding-bottom: 4vh;
  padding-right: 3vw;
  width: fit-content;
  align-self: center;
  justify-self: center;
}
.v-li {
  list-style: none;
  color: #c2c2c2;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  line-height: 30px;
  /* margin-left: 25%; */
}
@media only screen and (max-width: 375px) {
  .modal {
    /* top: 0%; */
    height: 100%;
  }
  .modal-content {
    height: 91vh;
  }
  .imgs {
    height: 70vh;
  }
}
.thin-hr-v {
  margin: 0;
  height: 1.5px;
  border: 0;
  color: #333;
  background-color: #333;
}
@media only screen and (min-width: 2500px) {
  .imgs {
    margin-top: 10vh;
    margin-left: 0vw;
    margin: 0 auto;
    border-radius: 0px;
    cursor: pointer;
    transition: 0.3s;
    max-width: 700px !important;
    height: 80vh;
  }
  .slim {
    max-width: 800px !important;
  }
}
@media only screen and (max-width: 800px) {
  #sec-screen-cp {
    grid-template-columns: 1fr;
    height: fit-content;
  }
  .modal {
    /* top: 0%; */
    height: 100%;
    z-index: 100;
  }
  .modal-content {
    z-index: 100;
    height: 151vh;
  }
  .imgs {
    height: 90vh;
  }
  #third-screen-cp {
    background: #161616;
    height: fit-content;
    padding-bottom: 7vh;
  }
  .center-two {
    width: 40vw;
  }
}

@media only screen and (max-width: 600px) {
  #sec-screen-cp {
    grid-template-columns: 1fr;
    height: fit-content;
  }
  .modal {
    /* top: 0%; */
    height: 100%;
  }
  .modal-content {
    height: 91vh;
  }
  .imgs {
    height: auto;
  }
  #third-screen-cp {
    background: #161616;
    height: fit-content;
    padding-bottom: 5vh;
  }
  .center-two {
    width: 75vw;
  }
  .uk-first-column {
    margin: 0 auto;
    width: auto;
  }
  #new-points-screen__head {
    font-size: 35px;
  }
  #new-points-screen__sub-head {
    font-size: 17px;
    margin-bottom: 0;
  }
  #villa-points {
    grid-template-columns: 1fr;
  }
  .villa-list-contanier {
    justify-self: unset;
  }
  .pad-zero-bot {
    padding: 2vh 0 0 0;
  }
  .pad-zero-top {
    padding-top: 0vh !important;
  }
}
@media only screen and (max-width: 370px) {
  #third-screen-cp {
    background: #161616;
    height: fit-content;
    padding-bottom: 5vh;
  }
  .center-two {
    width: 86vw;
  }
}
.uk-overlay {
  padding: 10px 10px !important;
  transition: 0.3s;
}

.uk-inline > img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.uk-inline > img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.05);
}
