@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
:root {
  --calor-color: #FE001A;
  --glacies-color:#b1b1b1;
  --impetu-color: #00B321;
  --luna-color:#f8de49;
  --lux-color:rgb(20, 20, 20);
  --tempus-color: #1351D6;
  --ventus-color:#78D8FF;
  --vita-color: #FEC200;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Poppins';
  background: #f7f7f4;
  text-align: justify;
  font-size: 17px;
}

header {
  height: 700px;
}

header .banner {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

header .banner h1 {
  position: relative;
  top: 78%;
  color: white;
  font-size: 50px;
  width: 80%;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

header .container {
  width: 100%;
  height: 100%;
}

header .container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  place-content: space-between;
  width: 100%;
  height: 70px;
  font-size: 30px;
  position: fixed;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 35, 51, 0.7)), to(rgba(4, 9, 30, 0.7)));
  background: linear-gradient(rgba(31, 35, 51, 0.7), rgba(4, 9, 30, 0.7));
  z-index: 2;
}

header .container .menu a {
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 4%;
  padding-top: .2em;
  text-align: center;
  height: 80px;
  font-size: 25px;
}

header .container .menu a .spms {
  color: white;
}

header .container .menu a .house {
  display: block;
  color: #ababf3;
  margin-top: -10px;
}

header .container .menu .mobile-menu {
  width: 40px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 30%;
}

header .container .menu nav {
  background: #292929;
  height: 100vh;
  color: white;
  width: 0%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  overflow-x: hidden;
}

header .container .menu nav img {
  width: 30px;
  cursor: pointer;
  position: absolute;
  top: 2.98%;
  right: 6%;
}

header .container .menu nav .main {
  margin-top: 50px;
  font-size: 25px;
}

header .container .menu nav ul {
  list-style-type: none;
  text-transform: uppercase;
  padding-left: 20px;
}

header .container .menu nav ul a {
  text-decoration: none;
  color: white;
}

header .container .menu nav ul .home {
  margin-left: 0;
}

header .container .menu nav ul li {
  padding-bottom: .3em;
}

header .container .menu nav ul li:after {
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: #131212;
}

main {
  font-size: 16px;
  line-height: 32px;
  margin: 1em 1em;
  padding: 1em 3%;
}

main .side-nav {
  display: none;
}

main .pc-screen section {
  padding-bottom: 1em;
}

main .pc-screen section h2 {
  text-transform: uppercase;
}

main .pc-screen section div img {
  display: block;
  width: 282px;
  height: 376px;
  margin: auto;
}

main .pc-screen section div .inner h3 {
  color: #373737;
}

footer {
  background: #1b1c62;
  color: white;
  width: 100%;
  height: 200px;
}

footer h2 {
  text-align: center;
  text-transform: uppercase;
}

footer ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-left: 0;
}

footer ul li {
  text-align: center;
}

footer ul li a {
  text-decoration: none;
  color: white;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    line-height: 45px;
    font-size: 17px;
  }
  main {
    line-height: 40px;
  }
  main .pc-screen section div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  main .pc-screen section div img {
    margin: auto 0;
    max-width: 100%;
  }
  main .pc-screen section div .inner {
    display: block;
    padding-left: 1em;
  }
  main .pc-screen section div .inner h3 {
    margin-top: 0px;
  }
  main .pc-screen .house-leader h2 {
    text-align: right;
  }
  main .pc-screen .house-leader div #image-left {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0px;
    margin-left: 1em;
  }
  main .pc-screen .house-leader div .inner #name {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .pc-screen .house-leader div .inner #p-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 1040px) {
  header .mobile-menu {
    display: none;
  }
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0px 4% 0px 4%;
    padding: 0px 0px;
  }
  main .side-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    width: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
  }
  main .side-nav ul {
    list-style-type: none;
    padding: 0 10px 0 10px;
    margin: 0px 0;
    width: 200px;
  }
  main .side-nav ul li {
    padding: .2em 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  main .side-nav ul li a {
    color: black;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    width: 100%;
    font-size: 17px;
  }
  main .side-nav ul li a img {
    width: 70px;
    height: 70px;
    position: relative;
    z-index: 1;
  }
  main .side-nav ul li:nth-of-type(1) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--calor-color);
  }
  main .side-nav ul li:nth-of-type(1) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(2) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--glacies-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(2) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(3) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--impetu-color);
  }
  main .side-nav ul li:nth-of-type(3) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(4) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--luna-color);
  }
  main .side-nav ul li:nth-of-type(4) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(5) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--lux-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(5) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(6) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--tempus-color);
    color: white;
  }
  main .side-nav ul li:nth-of-type(6) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(7) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--ventus-color);
  }
  main .side-nav ul li:nth-of-type(7) a:hover span {
    width: 150px;
  }
  main .side-nav ul li:nth-of-type(8) a span {
    text-transform: uppercase;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    width: 0px;
    position: relative;
    top: 3.6px;
    right: 30px;
    border-radius: 10px;
    -webkit-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
    overflow-x: hidden;
    background: var(--vita-color);
  }
  main .side-nav ul li:nth-of-type(8) a:hover span {
    width: 150px;
  }
  main .pc-screen {
    margin-left: 5%;
    padding: 2em 1em;
    width: 67%;
  }
}

@media screen and (max-height: 700px) {
  main .side-nav ul li {
    height: 65px;
  }
  main .side-nav ul li a img {
    width: 67px;
    height: 67px;
  }
}

@media screen and (max-height: 610px) {
  header .mobile-menu {
    display: block;
  }
  main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  main .side-nav {
    display: none;
  }
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0em;
  width: 100%;
}
/*# sourceMappingURL=houses-css.css.map */