html {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  html {
    font-size: 14px;
  }
}

body {
  background: #f6f6f6;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  min-width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

header {
  max-width: 100%;
  height: 100px;
  padding-left: 5%;
  padding-right: 5%;
  background: white;
}

@media (max-width: 650px) {
  header {
    height: auto;
  }
}

header .logo img {
  max-width: 80px;
  height: auto;
}

@media (max-width: 650px) {
  header .logo img {
    max-width: 40px;
  }
}

header .nav-bar ul li {
  list-style-type: none;
  display: inline;
  margin-left: 1em;
}

header .nav-bar ul li a {
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
}

header .nav-bar ul li a:hover {
  color: #1ea5a0;
}

.space-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  min-height: 350px;
  text-align: center;
}

.space-block span {
  font-size: 1rem;
}

.space-block span:nth-child(2) {
  color: #b3b3b3;
}

@media screen and (max-width: 420px) {
  .space-block span {
    font-size: 0.7rem;
  }
}

@media (max-width: 800px) {
  .space-block {
    min-height: 150px;
  }
}

.active :nth-child(1) {
  color: #40d4cf;
}

.rectangles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (25%)[4];
      grid-template-columns: repeat(4, 25%);
  background: #dddddd;
}

.rectangles .size {
  position: relative;
  padding-bottom: 100%;
}

.rectangles .rectangles-item1:nth-child(2n-1) {
  background-color: #838383;
}

.rectangles .rectangles-item2:nth-child(2n) {
  background-color: #838383;
}

.rectangles .rectangles-item2:nth-child(6) {
  background-color: #21bfb9;
}

.rectangles .rectangles-item3:nth-child(2n-1) {
  background-color: #838383;
}

main {
  padding-left: 5%;
  padding-right: 5%;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact .contact-info {
  max-width: 35%;
}

.contact .contact-info ul {
  padding: 0;
}

.contact .contact-info ul li {
  list-style-type: none;
  margin-bottom: 12px;
}

.contact .contact-info ul li span {
  color: #8b8b8b;
}

.contact .contact-info ul li .contact-name {
  font-weight: bold;
  color: black;
}

@media screen and (max-width: 1300px) {
  .contact .contact-info {
    max-width: 100%;
  }
}

.contact form {
  height: 400px;
  width: 60%;
}

.contact form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact form div input {
  background: white;
  height: 50px;
  border: 0;
  padding-left: 20px;
  margin-bottom: 20px;
  font-size: .9rem;
}

.contact form div textarea {
  width: 100%;
  border: none;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  margin-bottom: 20px;
  font-size: .9rem;
}

.contact form :nth-child(1) input {
  width: 50%;
}

.contact form :nth-child(1) :nth-child(1) {
  margin-right: 20px;
}

.contact form :nth-child(2) input {
  width: 100%;
}

.contact form button {
  background: #21bfb9;
  height: 50px;
  color: white;
  border: none;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.contact form button:hover {
  -webkit-box-shadow: 0 0 8px #21bfb9;
          box-shadow: 0 0 8px #21bfb9;
}

@media screen and (max-width: 1300px) {
  .contact form {
    width: 100%;
  }
}

@media screen and (max-width: 1300px) {
  .contact {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.map {
  height: 450px;
  max-width: 100%;
  margin-bottom: 80px;
}

@media screen and (max-width: 1300px) {
  .map {
    height: 300px;
    margin-bottom: 40px;
  }
}

.new-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: whitesmoke;
}

.new-project span {
  text-align: center;
}

.new-project button {
  margin-top: 30px;
  background: #21bfb9;
  height: 50px;
  color: white;
  border: none;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.new-project button:hover {
  -webkit-box-shadow: 0 0 8px #21bfb9;
          box-shadow: 0 0 8px #21bfb9;
}

.new-project button:active {
  border: none;
}

.about-space {
  height: 300px;
  background: #3e3e3e;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-space span:nth-child(2) {
  margin-bottom: 25px;
}

.static {
  padding-right: 5%;
  padding-left: 5%;
  background: #10c9c3;
  height: 250px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-me {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.about-me .me {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1030px) {
  .about-me .me {
    width: 100%;
    height: 50%;
  }
}

.about-me .something {
  background-image: url("../image/GCCIOdb3VLk.jpg");
  background-size: cover;
}

.about-me .my-info {
  background: white;
}

@media screen and (max-width: 1030px) {
  .about-me {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer {
  max-width: 100%;
  height: 284px;
  padding-right: 5%;
  padding-left: 5%;
  background-color: #141414;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .foot {
  font-size: .8em;
}

footer .foot span {
  padding-bottom: 20px;
}

footer .foot .foot-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .foot .foot-list ul {
  padding-left: 10%;
  margin-top: 0;
}

footer .foot .foot-list ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

footer .foot .foot-list ul:nth-child(1) {
  padding-left: 0;
}

@media screen and (max-width: 1030px) {
  footer {
    font-size: 14px;
    height: 184px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 10%;
  }
}
/*# sourceMappingURL=index.css.map */