#fourth-screen {
  /* margin-top: 117vh; */
  margin-top: 0vh;
  height: 90vh;
  background: #0d0d0d;
  padding-top: 8vh;
}

.head > h2 {
  /* font-family: "Dancing Script", cursive !important; */
  font-family: "Oswald", sans-serif !important;
  font-style: italic;
  text-transform: uppercase;
  font-size: 42px;
  color: #fff;
  padding-bottom: 1vh;
  text-align: center;
}
#third-screen__animate {
  text-align: center;
}
#third-screen__animate > .icon {
  /* margin-top: -30vh; */
  font-size: 15px;
  color: #fff;
}
.animate-rule {
  display: inline-block;
  padding-right: 2vw;
  padding-left: 2vw;
  margin-bottom: 5px;
  height: 2px;
  border: none;
  background: #ffc006;
  -webkit-transition: width 1s ease-out; /* For Safari 3.1 to 6.0 */
  transition: width 1s ease-out;
}

#left-rule {
  margin-right: 1vw;
}
#right-rule {
  margin-left: 1vw;
}
.head > p {
  font-size: 16px;
  color: #ffc006;
  line-height: 28.8px;
  text-align: center;
  margin: 0 auto;
  padding-top: 5vh;
  padding-bottom: 0vh;
}
#project-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
  /* margin-left: 18vh; */
  margin-top: 0vh;
  width: 90vw;
  height: 60vh;
}
.logo {
  width: 60%;
  height: 25vh;
  margin: 0 auto;
  margin-top: 12vh;
  transition: 0.3s;
}
.logo:hover {
  width: 63%;
  height: 26vh;
}
.logo1 {
  background: url("../ASSETS/logos/commercial-places.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo2 {
  background: url("../ASSETS/logos/flats.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo3 {
  background: url("../ASSETS/logos/villaments.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo4 {
  background: url("../ASSETS/logos/villa.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.logo-link {
  padding-top: 2vh;
  font-size: 15px;
  color: #ffc006;
  font-family: "roboto", sans-serif !important;
  line-height: 1.7;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.mini-logo > a {
  text-decoration: none;
}
/* REsponsive */
@media only screen and (max-width: 1100px) {
  /* Fourth SCREEN */
  #fourth-screen {
    margin-top: 70vh;
  }
}
@media only screen and (max-width: 800px) {
  /* Fourth SCREEN */
  #fourth-screen {
    margin-top: 5vh;
    height: 120vh;
  }
  #project-links {
    z-index: 10;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    margin-left: 0vh;
    width: 100vw;
    height: 60vh;
  }
  .logo {
    height: 25vh;
    margin: 0 auto;
    width: 40%;
    margin-top: 6vh;
    transition: 0.3s;
  }
  .logo-link {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  /* Fourth SCREEN */
  #fourth-screen {
    margin-top: 0vh;
    height: fit-content;
    padding-bottom: 5vh;
    padding-top: 0;
  }
  #project-links {
    z-index: 10;
    grid-template-columns: 1fr;
    margin: 0 auto;
    margin-left: 0vh;
    width: 100vw;
    height: fit-content;
  }
  .logo {
    width: 48%;
    height: 25vh;
    margin: 0 auto;
    margin-top: 6vh;
    transition: 0.3s;
  }
  .logo-link {
    text-align: center;
  }
  .head > h2 {
    font-size: 42px;
    padding-top: 5vh;
  }
}
@media only screen and (max-width: 412px) {
  /* Fourth SCREEN */
  #fourth-screen {
    margin-top: 0vh;
  }
}
