* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  color: #2c2c2c;
}
html {
  background-color: #fafafa;
  scroll-behavior: smooth;
  min-height: 100vh;
}
.width-1200-center {
  width: 1200px;
  margin: 0 auto;
}
body {
  min-height: 100vh;
}
.navbar {
  width: 100%;
  height: 90px;
  background-color: rgba(248, 248, 248, 0.95);
  position: fixed;
  z-index: 100;
}
.navbar nav {
  display: flex;
  justify-content: space-between;
  padding: 0px 25px;
}
.navbar nav .logo {
  padding: 25px 0px 0px 0px;
}
.navbar nav .logo img {
  max-height: 30px;
}
.navbar nav .right {
  padding: 38px 0px;
}
.navbar nav .right a {
  padding: 15px 0px;
  text-decoration: none;
  color: #2c2c2c;
  margin: 0px 20px;
  border-top: 3px solid #e9e4e1;
  transition: border-color 0.4s linear;
}
.navbar nav .right a:hover {
  border-top: 3px solid #2c2c2c;
  transition: border-color 0.4s linear;
}
header {
  width: 100%;
  height: 960px;
  background: url('img/header.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .main-logo {
  padding-top: 160px;
}
header .main-logo .container {
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 150px;
}
header .main-logo .container .logo {
  width: 600px;
  margin: 0 auto;
}
header .main-logo .container .logo span {
  font-size: 48px;
  font-weight: 100;
}
#realization {
  margin-top: -60px;
  height: 500px;
}
#realization .links {
  width: 100%;
  text-align: right;
}
#realization .links a {
  text-decoration: none;
}
#realization .links a:hover {
  text-decoration: underline;
}
#about {
  padding: 100px 40px 0px 40px;
}
#about #about-hook {
  position: absolute;
  margin-top: -90px;
}
#about strong {
  font-weight: 500;
}
#about h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 80px;
}
#about .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#about .content .left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#about .content .left .text h3 {
  font-size: 30px;
  font-style: italic;
  font-weight: 200;
  margin-bottom: 20px;
}
#about .content .left .text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  padding-right: 50px;
}
#moto {
  padding: 160px 0px 80px 0px;
  text-align: center;
}
#moto p {
  font-size: 36px;
  font-style: italic;
  font-weight: 200;
}
#contact {
  padding: 80px 0px 120px 0px;
  text-align: center;
}
#contact h2 {
  text-align: center;
  font-size: 36px;
  font-weight: 300;
  margin-bottom: 80px;
}
#contact p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 20px;
}
#contact p span {
  color: #8a8a8a;
}
footer {
  width: 100%;
  clear: both;
  height: 80px;
  line-height: 80px;
}
footer .content {
  display: flex;
  justify-content: space-around;
}
footer .content p {
  color: #8a8a8a;
}
#content {
  padding-top: 160px;
  min-height: calc(100vh - 80px);
}
#content .realization-detail {
  padding: 40px 100px 40px 100px;
}
#content .realization-detail .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
#content .realization-detail .text h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 300;
}
#content .realization-detail .text span {
  color: #2c2c2c;
}
#content .realization-detail p {
  padding: 0px 0px 40px 0px;
}
#content .realization-detail .gallery {
  width: 100%;
}
#content .realization-detail .gallery .mySlides {
  width: 33%;
  float: left;
  margin-right: 0.5%;
  margin-top: 5px;
  height: 240px;
  overflow: hidden;
}
#content .realization-detail .gallery .mySlides img {
  max-width: 100%;
  min-width: 100%;
  min-height: 100%;
  vertical-align: middle;
}
#content .realization-detail .gallery .mySlides:nth-child(3n+1) {
  margin-right: 0%;
}
#content .realization-detail .gallery .main {
  width: 100%;
  height: auto;
}
#content .realization-detail .gallery .main img {
  min-width: 100%;
  max-width: 100%;
}
#content .more-realization {
  padding: 60px 100px;
  clear: both;
}
#content .realization-list {
  padding: 60px 100px;
}
#content .realization-list h2 {
  width: 100%;
  font-size: 26px;
  font-weight: 300;
}
#content .realization-list .pagination {
  clear: both;
  width: 100%;
  text-align: center;
}
#content .realization-list .pagination a {
  text-decoration: none;
  color: #373737;
  padding: 3px 5px;
}
#content .realization-list .pagination a:hover {
  color: #2c2c2c;
  text-decoration: underline;
}
#content .realization-list .filter {
  width: 100%;
  padding: 60px 0px;
}
#content .realization-list .filter a {
  background-color: #f6f3f1;
  text-decoration: none;
  padding: 15px 10px;
  margin-right: 15px;
  transition: border-color 0.4s linear;
}
#content .realization-list .filter a:hover {
  background-color: #e9e4e1;
  transition: border-color 0.4s linear;
}
#content .realization-list .realization-container {
  width: 100%;
  margin-top: 20px;
}
#content .realization-list .realization-container a {
  display: block;
  float: left;
  width: 100%;
  height: 360px;
  margin-bottom: 80px;
  text-decoration: none;
}
#content .realization-list .realization-container a .item {
  width: 100%;
}
#content .realization-list .realization-container a .item .image {
  width: 50%;
  height: 360px;
  overflow: hidden;
  float: left;
}
#content .realization-list .realization-container a .item .image img {
  height: 400px;
  vertical-align: middle;
}
#content .realization-list .realization-container a .item .info-container {
  height: 360px;
  width: 50%;
  float: left;
  display: flex;
  flex-direction: column-reverse;
  vertical-align: middle;
  justify-content: space-around;
}
#content .realization-list .realization-container a .item .info-container h3 {
  float: left;
  font-weight: 300;
  font-size: 36px;
  padding: 30px 40px 20px 40px;
}
#content .realization-list .realization-container a .item .info-container .text {
  padding: 0px 40px;
  display: flex;
  justify-content: space-between;
}
#content .realization-list .realization-container a:hover {
  background-color: #f6f3f1;
}
@media screen and (max-width: 1200px) {
  .width-1200-center {
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
  }
  .navbar {
    width: 100%;
    height: 90px;
    background-color: rgba(248, 248, 248, 0.95);
    position: fixed;
    z-index: 100;
  }
  .navbar nav {
    display: flex;
    justify-content: space-between;
    padding: 0px 15px;
  }
  .navbar nav .logo {
    padding: 25px 0px 0px 0px;
  }
  .navbar nav .logo img {
    max-height: 30px;
  }
  .navbar nav .right {
    padding: 38px 0px;
  }
  .navbar nav .right a {
    padding: 15px 0px;
    text-decoration: none;
    color: #2c2c2c;
    margin: 0px 5px;
    border-top: 3px solid #e9e4e1;
    transition: border-color 0.4s linear;
  }
  .navbar nav .right a:hover {
    border-top: 3px solid #2c2c2c;
    transition: border-color 0.4s linear;
  }
  header {
    width: 100%;
    height: 500px;
    background: url('images/header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  header .main-logo {
    padding-top: 0px;
  }
  header .main-logo .container {
    height: 400px;
    background: url('images/project.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 150px;
  }
  header .main-logo .container .logo {
    width: 200px;
    margin: 0 auto;
  }
  header .main-logo .container .logo img {
    max-width: 200px;
  }
  header .main-logo .container .logo span {
    font-size: 24px;
    font-weight: 200;
  }
  #about {
    padding: 0px 40px 0px 40px;
  }
  #about h2 {
    text-align: left;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 30px;
  }
  #about #about-hook {
    position: absolute;
    margin-top: -90px;
  }
  #about .content {
    width: 100%;
    display: block;
    justify-content: space-between;
  }
  #about .content .left {
    width: 100%;
    display: block;
    flex-direction: column;
    justify-content: space-around;
  }
  #about .content .left .text h3 {
    font-size: 30px;
    font-style: italic;
    font-weight: 200;
    margin-bottom: 20px;
  }
  #about .content .left .text p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    padding-right: 0px;
    padding-bottom: 35px;
  }
  #about .content .right {
    width: 100%;
    text-align: center;
  }
  #about .content .right img {
    max-width: 100%;
  }
  #moto {
    padding: 80px 0px 80px 0px;
    text-align: center;
  }
  #moto p {
    font-size: 30px;
    font-style: italic;
    font-weight: 200;
    padding: 0px 35px;
  }
  #realization {
    margin-top: -60px;
    margin-bottom: 40px;
    height: auto;
  }
  #realization .links {
    width: 100%;
    text-align: right;
  }
  #realization .links a {
    text-decoration: none;
  }
  #realization .links a:hover {
    text-decoration: underline;
  }
  #contact {
    padding: 0px 0px 120px 0px;
    text-align: center;
  }
  #contact h2 {
    text-align: center;
    font-size: 36px;
    font-weight: 300;
    margin-bottom: 80px;
  }
  #contact p {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px;
  }
  #contact p span {
    color: #8a8a8a;
  }
  #content {
    padding-top: 80px;
    min-height: calc(100vh - 80px);
  }
  #content .realization-detail {
    padding: 40px 25px 40px 25px;
  }
  #content .realization-detail .text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
  }
  #content .realization-detail .text h2 {
    width: 50%;
    font-size: 26px;
    font-weight: 300;
  }
  #content .realization-detail .text span {
    color: #2c2c2c;
  }
  #content .realization-detail p {
    padding: 0px 0px 40px 0px;
  }
  #content .realization-detail .gallery {
    width: 100%;
  }
  #content .realization-detail .gallery .mySlides {
    width: 33%;
    float: left;
    margin-right: 0.5%;
    margin-top: 5px;
    height: 80px;
    overflow: hidden;
  }
  #content .realization-detail .gallery .mySlides img {
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    vertical-align: middle;
  }
  #content .realization-detail .gallery .mySlides:nth-child(3n+1) {
    margin-right: 0%;
  }
  #content .realization-detail .gallery .main {
    width: 100%;
    height: auto;
  }
  #content .realization-detail .gallery .main img {
    min-width: 100%;
    max-width: 100%;
  }
  #content .more-realization {
    padding: 20px 100px;
    clear: both;
  }
  #content .realization-list {
    padding: 60px 25px;
  }
  #content .realization-list h2 {
    width: 100%;
    font-size: 26px;
    font-weight: 300;
  }
  #content .realization-list .pagination {
    clear: both;
    width: 100%;
    text-align: center;
  }
  #content .realization-list .pagination a {
    text-decoration: none;
    color: #373737;
    padding: 3px 5px;
  }
  #content .realization-list .pagination a:hover {
    color: #2c2c2c;
    text-decoration: underline;
  }
  #content .realization-list .filter {
    width: 100%;
    padding: 60px 0px;
    margin-bottom: 40px;
  }
  #content .realization-list .filter a {
    text-align: center;
    display: block;
    width: 125px;
    background-color: #f6f3f1;
    text-decoration: none;
    padding: 15px 2px;
    margin-right: 5px;
    transition: border-color 0.4s linear;
    float: left;
    margin-bottom: 15px;
  }
  #content .realization-list .filter a:hover {
    background-color: #e9e4e1;
    transition: border-color 0.4s linear;
  }
  #content .realization-list .realization-container {
    clear: both;
    width: 100%;
    margin-top: 120px;
  }
  #content .realization-list .realization-container a {
    display: block;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 80px;
    text-decoration: none;
  }
  #content .realization-list .realization-container a .item {
    width: 100%;
  }
  #content .realization-list .realization-container a .item .image {
    width: 100%;
    height: 360px;
    overflow: hidden;
    float: left;
  }
  #content .realization-list .realization-container a .item .image img {
    max-width: 100%;
    vertical-align: middle;
  }
  #content .realization-list .realization-container a .item .info-container {
    height: 260px;
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column-reverse;
    vertical-align: middle;
    justify-content: space-around;
  }
  #content .realization-list .realization-container a .item .info-container h3 {
    float: left;
    font-weight: 300;
    font-size: 32px;
    padding: 30px 40px 20px 40px;
  }
  #content .realization-list .realization-container a .item .info-container .text {
    padding: 0px 40px;
    display: flex;
    justify-content: space-between;
  }
  #content .realization-list .realization-container a:hover {
    background-color: #f6f3f1;
  }
  footer {
    width: 100%;
    height: 80px;
  }
  footer .content {
    display: block;
    width: 100%;
    justify-content: space-around;
  }
  footer .content p {
    width: 100%;
    text-align: center;
    color: #8a8a8a;
  }
}
