@charset "UTF-8";
/* IMPORT */
@import 'normalize.css';
/* FONTS */
@font-face {
  font-family: "Avenir";
  src: url("../fonts/Avenir.ttc");
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/Avenir-Next.ttc");
}
@font-face {
  font-family: "AvenirNext-Condensed";
  src: url("../fonts/Avenir-Next-Condensed.ttc");
}
* {
  font-family: "Avenir", Helvetica, sans-serif;
}

body {
  /*background-image: url("../images/background.png");
  background-size: cover;*/
  overflow: hidden;
}

a {
  text-decoration: none;
}

a, p {
  font-size: 14px;
  line-height: 22px;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

/* theme-color */
*::selection {
  background-color: #a30505;
}

.main {
  display: none;
}

/**
* FLEXIBLE GRID AREAS
* Dev. Emre ÇELEBİ
* Sizes
* xs (max 767px) Mobil,
* md (min 768px and max 991px) - Portrait Tablet,
* lg (min 992px and max 1199px) - Landscape Tablet ve Minibook,
* xl (min 1200px),
* fs (fullsize),
**/
/* ### Responsive ### */
.flex {
  width: 100%;
  min-width: 100%;
  min-height: 100vh;
  display: flex;
}

.col {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: white;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(86, 86, 86, 0.5) 100%);
}

*[col=col-1-1] {
  width: 100%;
}

*[col=col-1-2] {
  width: 50%;
}

*[col=col-1-3] {
  width: 33.3333333333%;
}

*[col=col-2-3] {
  width: 66.6666666667%;
}

*[col=col-1-4] {
  width: 25%;
}

*[col=col-2-4] {
  width: 50%;
}

*[col=col-3-4] {
  width: 75%;
}

*[col=col-1-5] {
  width: 20%;
}

*[col=col-2-5] {
  width: 40%;
}

*[col=col-3-5] {
  width: 60%;
}

*[col=col-4-5] {
  width: 80%;
}

*[col=col-1-6] {
  width: 16.6666666667%;
}

*[col=col-2-6] {
  width: 33.3333333333%;
}

*[col=col-3-6] {
  width: 50%;
}

*[col=col-4-6] {
  width: 66.6666666667%;
}

*[col=col-5-6] {
  width: 83.3333333333%;
}

*[col=col-1-7] {
  width: 14.2857142857%;
}

*[col=col-2-7] {
  width: 28.5714285714%;
}

*[col=col-3-7] {
  width: 42.8571428571%;
}

*[col=col-4-7] {
  width: 57.1428571429%;
}

*[col=col-5-7] {
  width: 71.4285714286%;
}

*[col=col-6-7] {
  width: 85.7142857143%;
}

*[col=col-1-8] {
  width: 12.5%;
}

*[col=col-2-8] {
  width: 25%;
}

*[col=col-3-8] {
  width: 37.5%;
}

*[col=col-4-8] {
  width: 50%;
}

*[col=col-5-8] {
  width: 62.5%;
}

*[col=col-6-8] {
  width: 75%;
}

*[col=col-7-8] {
  width: 87.5%;
}

*[col=col-1-9] {
  width: 11.1111111111%;
}

*[col=col-2-9] {
  width: 22.2222222222%;
}

*[col=col-3-9] {
  width: 33.3333333333%;
}

*[col=col-4-9] {
  width: 44.4444444444%;
}

*[col=col-5-9] {
  width: 55.5555555556%;
}

*[col=col-6-9] {
  width: 66.6666666667%;
}

*[col=col-7-9] {
  width: 77.7777777778%;
}

*[col=col-8-9] {
  width: 88.8888888889%;
}

*[col=col-1-10] {
  width: 10%;
}

*[col=col-2-10] {
  width: 20%;
}

*[col=col-3-10] {
  width: 30%;
}

*[col=col-4-10] {
  width: 40%;
}

*[col=col-5-10] {
  width: 50%;
}

*[col=col-6-10] {
  width: 60%;
}

*[col=col-7-10] {
  width: 70%;
}

*[col=col-8-10] {
  width: 80%;
}

*[col=col-9-10] {
  width: 90%;
}

*[col=col-1-11] {
  width: 9.0909090909%;
}

*[col=col-2-11] {
  width: 18.1818181818%;
}

*[col=col-3-11] {
  width: 27.2727272727%;
}

*[col=col-4-11] {
  width: 36.3636363636%;
}

*[col=col-5-11] {
  width: 45.4545454545%;
}

*[col=col-6-11] {
  width: 54.5454545455%;
}

*[col=col-7-11] {
  width: 63.6363636364%;
}

*[col=col-8-11] {
  width: 72.7272727273%;
}

*[col=col-9-11] {
  width: 81.8181818182%;
}

*[col=col-10-11] {
  width: 90.9090909091%;
}

*[col=col-1-12] {
  width: 8.3333333333%;
}

*[col=col-2-12] {
  width: 16.6666666667%;
}

*[col=col-3-12] {
  width: 25%;
}

*[col=col-4-12] {
  width: 33.3333333333%;
}

*[col=col-5-12] {
  width: 41.6666666667%;
}

*[col=col-6-12] {
  width: 50%;
}

*[col=col-7-12] {
  width: 58.3333333333%;
}

*[col=col-8-12] {
  width: 66.6666666667%;
}

*[col=col-9-12] {
  width: 75%;
}

*[col=col-10-12] {
  width: 83.3333333333%;
}

*[col=col-11-12] {
  width: 91.6666666667%;
}

/* VIDEO BACKGROUND */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  opacity: .3;
}

/* LEFT MENU */
.menu {
  padding: 80px;
}

.main_menu ul li a {
  color: #a30505;
  text-transform: uppercase;
  font-family: "AvenirNext-Condensed", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 36px;
}

.language {
  position: absolute;
  top: 40px;
}
.language ul li a {
  background-color: #a30505;
  color: #fff;
  display: block;
  padding: 5px 8px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}

.social_media {
  position: absolute;
  bottom: 40px;
}

/* CONTENT */
.home_content {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 10px;
  /* ABOUT */
  /* PROJECTS */
  /* PROJECT DETAIL */
  /* CONTACT */
}
.home_content * {
  align-content: center;
}
.home_content a.button {
  display: block;
  background: url("../images/button-bg-2.png") no-repeat left center;
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 12px;
  line-height: 28px;
  color: #111;
  padding-left: 25px;
}
.home_content h2 {
  color: #a30505;
  font-size: 26px;
  line-height: 32px;
  width: 100%;
}
.home_content h2 span {
  display: block;
  font-size: 38px;
  line-height: 42px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}
.home_content p {
  max-width: 50%;
}
.home_content .content {
  background-color: #501919;
  width: 60vw;
  height: 80vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
  margin-left: -10px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  padding: 40px;
  color: #fff;
  display: none;
}
.home_content .content h3 {
  color: #fff;
  font-family: "AvenirNext", Helvetica, sans-serif;
}
.home_content .content p {
  min-width: 80%;
  font-size: 14px;
  line-height: 18px;
  color: #ddd;
}
.home_content .content p strong {
  font-family: "AvenirNext", Helvetica, sans-serif;
  color: #fff;
}
.home_content .content ul {
  list-style: square;
  margin-left: 20px;
  font-size: 14px;
  line-height: 18px;
  color: #ddd;
}
.home_content .content .content_right {
  float: right;
  width: 15%;
}
.home_content .content .content_right a.close {
  background: url("../images/dots.png") no-repeat left 15px center;
  display: block;
  color: #fff;
  padding: 5px 20px 5px 40px;
  background-color: #b93b44;
  width: fit-content;
  border-radius: 30px;
  font-size: 12px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}
.home_content .content .content_right a.logo {
  display: block;
  margin: 10px 5px;
}
.home_content .content .content_right a.down {
  background: url("../images/icon-down.png") no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  margin-top: 50vh;
  margin-left: 30px;
}
.home_content .content_projects {
  background-color: #501919;
  width: 90vw;
  height: 90vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
  margin-left: -10px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  padding: 40px;
  color: #fff;
  display: none;
  margin-left: calc(-30vw - 30px);
  padding: 20px 40px;
  overflow: hidden;
}
.home_content .content_projects h3 {
  background: url("../images/icon-project.png") no-repeat right center;
  padding: 5px 60px 5px 0;
  width: 80px;
}
.home_content .content_projects a.close {
  background: url("../images/dots.png") no-repeat left 15px center;
  display: block;
  color: #fff;
  padding: 5px 20px 5px 40px;
  background-color: #b93b44;
  width: fit-content;
  border-radius: 30px;
  font-size: 12px;
  margin-top: -20px;
  font-family: "AvenirNext", Helvetica, sans-serif;
  float: right;
}
.home_content .content_projects ul {
  width: max-content;
  margin-left: 156px;
  margin-top: 60px;
  overflow: hidden;
}
.home_content .content_projects ul li {
  float: left;
  width: 140px;
  margin: 0 3px;
}
.home_content .content_projects ul li a {
  display: block;
  max-width: 140px;
  max-height: 200px;
  background-color: #111;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
}
.home_content .content_projects ul li a img {
  width: 140px;
  height: 200px;
  object-fit: cover;
  opacity: 0.4;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
}
.home_content .content_projects ul li a:hover img {
  opacity: 0.8;
}
.home_content .content_projects ul li h5 {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  text-align: center;
}
.home_content .content_projects ul li a.detail {
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: #b93b44;
  border-radius: 30px;
  width: fit-content;
  padding: 1px 15px;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
.home_content .content_projects ul.second {
  margin-top: 30px;
}
.home_content .content_projects .arrows {
  position: absolute;
  margin-left: 216px;
  margin-top: -20px;
  border-bottom: 5px solid #b93b44;
  padding-bottom: 20px;
}
.home_content .content_projects .arrows a.prev, .home_content .content_projects .arrows a.next {
  display: block;
  padding: 10px;
  margin: 3px;
  width: 15px;
  height: 15px;
  float: left;
}
.home_content .content_projects .arrows a.prev {
  background: url("../images/icon-prev.png") no-repeat center #ce3a3a;
}
.home_content .content_projects .arrows a.next {
  background: url("../images/icon-next.png") no-repeat center #ce3a3a;
}
.home_content .content_detail {
  background-color: #501919;
  width: 60vw;
  height: 80vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
  margin-left: -10px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  padding: 40px;
  color: #fff;
  display: none;
}
.home_content .content_detail a.close {
  background: url("../images/dots.png") no-repeat left 15px center;
  display: block;
  color: #fff;
  padding: 5px 20px 5px 40px;
  background-color: #b93b44;
  width: fit-content;
  border-radius: 30px;
  font-size: 12px;
  margin-top: -20px;
  font-family: "AvenirNext", Helvetica, sans-serif;
  float: right;
}
.home_content .content_detail .project_image {
  width: 25vw;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  margin-left: -40px;
}
.home_content .content_detail .project_image .project_image_background {
  background-color: #b93b44;
  width: 280px;
  height: 230px;
  position: absolute;
  margin-top: 90px;
  z-index: -9;
}
.home_content .content_detail .project_image .project_arrow {
  position: absolute;
  width: 44px;
  margin-left: -44px;
}
.home_content .content_detail .project_image .project_arrow a {
  display: block;
  width: 24px;
  height: 24px;
  padding: 10px;
  transform: rotate(-90deg);
  margin: 2px 0;
  opacity: 0.5;
}
.home_content .content_detail .project_image .project_arrow a.up {
  background: url("../images/icon-next.png") no-repeat center #ce3a3a;
}
.home_content .content_detail .project_image .project_arrow a.down {
  background: url("../images/icon-prev.png") no-repeat center #ce3a3a;
}
.home_content .content_detail .project_image img {
  width: 250px;
  height: 350px;
  object-fit: cover;
}
.home_content .content_detail .project_image a.zoom {
  background: url("../images/zoom-in.png") no-repeat left 20px center rgba(163, 5, 5, 0.5);
  padding: 6px 20px 6px 50px;
  font-size: 14px;
  font-family: "AvenirNext", Helvetica, sans-serif;
  line-height: 28px;
  display: block;
  color: #fff;
  position: absolute;
  z-index: 9;
  margin: -155px 0 0 40px;
}
.home_content .content_detail .zoom_back {
  position: absolute;
  z-index: 9999;
  left: 0;
  top: 0;
  margin-top: -150px;
  margin-left: -90%;
  width: 150vw;
  height: 150vh;
  background-color: rgba(0, 0, 0, 0.9);
  cursor: pointer;
  display: none;
}
.home_content .content_detail .zoom_back a.zoom_in {
  width: 1000px;
  height: auto;
  display: block;
  margin: 100px auto;
}
.home_c
ontent .content_detail .zoom_back a.zoom_in img {
  width: 100%;
}
.home_content .content_detail .project_detail {
  width: calc(35vw - 40px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  margin-left: 40px;
}
.home_content .content_detail .project_detail .project_title {
  margin: 10px 0;
}
.home_content .content_detail .project_detail .project_title h4 {
  font-family: "AvenirNext", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 28px;
}
.home_content .content_detail .project_detail .project_title h2 {
  color: #fff;
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 32px;
  line-height: 42px;
}
.home_content .content_detail .project_detail .project_location {
  margin: 10px 0;
  background: url("../images/icon-project.png") no-repeat top left;
  padding-left: 40px;
  margin-left: -40px;
}
.home_content .content_detail .project_detail .project_location h3 {
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.home_content .content_detail .project_detail .project_location h3.theme_color {
  color: #a30505;
}
.home_content .content_detail .project_detail .detail {
  margin: 20px 0;
  color: #fff;
}
.detail {
  height: 60%;
  overflow: auto;
}
.home_content .content_detail .project_detail .detail p {
  font-size: 16px;
  line-height: 22px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}
.home_content .content_detail .project_detail .button {
  margin: 20px 0;
}
.home_content .content_detail .project_detail .button a {
  width: auto;
  float: left;
  margin-right: 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-family: "AvenirNext", Helvetica, sans-serif;
  padding: 5px 0px 5px 40px;
}
.home_content .content_detail .project_detail .button a.back {
  background: url("../images/icon-back.png") no-repeat center left;
}
.home_content .content_detail .project_detail .button a.projects {
  background: url("../images/icon-project.png") no-repeat center left;
}
.home_content .contact {
  background-color: #501919;
  width: 60vw;
  height: 80vh;
  position: absolute;
  bottom: 0;
  z-index: 999;
  margin-left: -10px;
  -moz-border-radius-topright: 30px;
  border-top-right-radius: 30px;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
  padding: 40px;
  color: #fff;
  display: none;
}
.home_content .contact h3 {
  font-family: "AvenirNext", Helvetica, sans-serif;
  width: 80px;
  font-size: 24px;
  margin-left: 40px;
}
.home_content .contact a.close {
  background: url("../images/dots.png") no-repeat left 15px center;
  display: block;
  color: #fff;
  padding: 5px 20px 5px 40px;
  background-color: #b93b44;
  width: fit-content;
  border-radius: 30px;
  font-size: 12px;
  margin-top: -20px;
  font-family: "AvenirNext", Helvetica, sans-serif;
  float: right;
}
.home_content .contact .contact_form {
  width: calc(20vw - 80px);
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  padding: 40px;
}
.home_content .contact .contact_form .form_element {
  margin: 8px 0;
}
.home_content .contact .contact_form .form_element label {
  font-size: 14px;
  line-height: 28px;
}
.home_content .contact .contact_form .form_element input[type=text],
.home_content .contact .contact_form .form_element input[type=email],
.home_content .contact .contact_form .form_element input[type=tel],
.home_content .contact .contact_form .form_element textarea {
  background-color: transparent;
  border: 1px solid #a30505;
  padding: 8px 10px;
  width: 100%;
}
.home_content .contact .contact_form .form_element textarea {
  max-height: 100px;
  max-width: 100%;
}
.home_content .contact .contact_form .form_element input[type=submit] {
  background-color: #2c0909;
  color: #fff;
  border: 0;
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 12px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}
.home_content .contact .contact_information {
  width: calc(40vw - 80px);
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  float: left;
  padding-left: 80px;
}
.home_content .contact .contact_information h4 {
  font-family: "AvenirNext", Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  font-size: 22px;
  line-height: 28px;
}
.home_content .contact .contact_information p, .home_content .contact .contact_information p a {
  font-size: 16px;
  line-height: 22px;
  font-family: "Avenir", Helvetica, sans-serif;
  color: #fff;
}
.home_content .contact .contact_information a.map {
  background-color: #a30505;
  color: #fff;
  border: 0;
  width: fit-content;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 12px;
  margin-top: 20px;
  font-family: "AvenirNext", Helvetica, sans-serif;
}

/* RIGHT MENU */
.right_menu {
  min-height: 100vh;
  background: #565656;
  background: linear-gradient(180deg, rgba(86, 86, 86, 0.5) 0%, rgba(80, 25, 25, 0.5018382353) 21%, #501919 100%);
  -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.2);
  filter: grayscale(30%);
}
.right_menu .navbar a {
  background: url("../images/navbar.png") no-repeat right center;
  color: #fff;
  font-size: 11px;
  line-height: 14px;
  font-family: "AvenirNext-Condensed", Helvetica, sans-serif;
  padding-right: 40px;
  display: block;
  position: absolute;
  top: 40px;
  right: 120px;
}
.right_menu .projects ul {
  width: 1000px;
  margin-left: -40px;
}
.right_menu .projects ul li {
  float: left;
  margin: 0 5px;
}
.right_menu .projects ul li a {
  display: block;
  max-height: 300px;
  max-width: 160px;
  background-color: #111;
}
.right_menu .projects ul li a img {
  width: 160px;
  height: 300px;
  object-fit: cover;
  opacity: 0.4;
}
.right_menu .projects ul li a:hover img {
  opacity: 0.8;
}
.right_menu .projects ul li h5 {
  font-family: "AvenirNext", Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
.right_menu .projects ul li a.detail {
  font-family: "AvenirNext", Helvetica, sans-serif;
  font-size: 10px;
  line-height: 20px;
  color: #fff;
  background-color: #501919;
  border-radius: 30px;
  width: fit-content;
  padding: 1px 15px;
  display: block;
  margin-top: 10px;
}
.right_menu .projects ul li:first-child a {
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
}
.right_menu .projects ul li:first-child a img {
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px;
}
.right_menu .projects h3 a {
  font-family: "AvenirNext", Helvetica, sans-serif;
  color: #111;
  font-size: 18px;
  line-height: 24px;
  transform: rotate(-90deg);
  margin-left: -120px;
  margin-top: 150px;
  padding-top: 30px;
  position: absolute;
  background: url("../images/cursor.png") left top no-repeat;
}
.deskProjects {
  position: absolute;
  left: 0;
  z-index: 999999;
}
.sliderBg {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  display: none;
}
.titleMob {
  margin-top: 0 !important;
}
.container {
  position: fixed;
  width: 100%;
}
.projectP {
  font-family: "Avenir", Helvetica, sans-serif !important;
  max-width: inherit !important;
}
.pFix {
  position: fixed;
  right: 0;
  top: 0;
}
a.zoom_in {
    text-align: center !important;
    margin: 0 auto !important;
    margin-top: 200px !important;
}
.zoomBack {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 999999 !important;
  background-size: auto 80% !important;
  display: none;
  cursor: pointer;
}
.bigImgArrow {
  position: absolute;
  bottom: 30px;
  width: 80px;
  left: 50%;
  margin-left: -40px;
}
.upBig {
  background: url(../images/icon-next.png) no-repeat center #ce3a3a;
  padding: 10px 20px;
  margin-left: 2px;
}
.downBig {
  background: url(../images/icon-prev.png) no-repeat center #ce3a3a;
  padding: 10px 20px;
}
.inputText {
  color: #fff !important;
}

@media screen and (max-width: 992px) {
  body {
    background-image: url("../images/background-2.png");
    overflow: hidden;
  }

  .container {
    display: none;
  }

  .flex {
    min-width: auto;
    min-height: auto;
  }

  .col {
    background: transparent !important;
  }

  .main {
    position: fixed;
    background-color: rgba(40, 42, 48, 0.75);
    display: block;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }

  .about,
.contactus,
.projects-m,
.detail-m {
    display: none;
  }

  .homepage,
.about,
.contactus,
.projects-m,
.detail-m {
    position: absolute;
    top: 130px;
  }

  .homepage {
    top: 0 !important;
    position: initial !important;
  }

  a.back {
    position: absolute;
    right: 20px;
    top: -40px;
    color: #fff;
    font-family: "AvenirNext", Helvetica, sans-serif;
    width: auto;
    padding-left: 30px;
    height: 30px;
    line-height: 30px;
    background: url("../images/icon-back.png") no-repeat left center;
  }

  .navbar {
    height: 100px;
  }
  .navbar a.menu {
    display: block;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 20px 40px;
    margin-top: -10px;
    background: url("../images/navbar.png") no-repeat left center;
    background-size: 100%;
  }
  .navbar #menu {
    position: absolute;
    z-index: 9999;
    background-color: #501919;
    opacity: 0.9;
    top: 0;
    left: -50%;
    width: 50%;
    height: 100vh;
    -webkit-box-shadow: 20px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 20px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 20px 0px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .navbar #menu ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }
  .navbar #menu ul li a {
    justify-content: center;
    display: block;
    color: #fff;
    font-size: 22px;
    font-family: "AvenirNext", Helvetica, sans-serif;
    margin: 10px 0;
  }

  .language {
    height: 100px;
    position: static !important;
    top: 0px !important;
  }
  .language ul {
    background-color: rgba(163, 5, 5, 0.4);
    width: auto;
    padding: 20px 40px;
    margin: 0;
    align-self: flex-end;
    -webkit-border-bottom-left-radius: 40px;
    -moz-border-radius-bottomleft: 40px;
    margin-top: -30px;
  }
  .language ul a {
    background-color: transparent !important;
  }

  /* Home Content */
  .content {
    position: relative;
    z-index: 2;
    padding-left: 25%;
    width: 70%;
    /*padding-top: 10%;*/
  }
  .content h2 {
    font-family: "AvenirNext", Helvetica, sans-serif;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 100px;
  }
  .content p {
    color: #fff;
  }
  .content a.company {
    color: #fff;
    background: url("../images/button-bg-1.png") no-repeat left center;
    padding: 20px 0px 20px 25px;
    font-size: 11px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .content ul.main_menu {
    margin-top: 40px;
  }
  .content ul.main_menu li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: "AvenirNext", Helvetica, sans-serif;
    opacity: 0.8;
    margin: 5px 0;
  }

  ul.projects {
    width: 50%;
    height: 300px;
  }
  ul.projects img {
    width: 50%;
    height: 400px;
    object-fit: cover;
    position: absolute;
    z-index: 1;
    margin-left: -80px;
    -webkit-border-top-left-radius: 40px;
    -moz-border-radius-topleft: 40px;
    opacity: 0.5;
  }

  /* Home Content End */
  /* About Content */
  .about .content-about {
    display: block;
    padding: 40px 60px;
    max-height: 60vh;
    overflow: scroll;
  }
  .about .content-about h2 {
    color: #fff;
    font-size: 16px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .about .content-about p {
    color: #fff;
  }
  .about .content-about p strong {
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .about .content-about ul {
    list-style: square;
    margin-left: 20px;
  }
  .about .content-about ul li {
    font-size: 14px;
    line-height: 22px;
    color: #fff;
  }

  /* About Content End */
  /* Projects Content */
  .projects-m .content-project {
    display: block;
    padding: 40px 20px 40px 15px;
    max-height: 55vh;
    overflow: scroll;
  }
  .projects-m .content-project h2 {
    color: #fff;
    font-size: 16px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .projects-m .content-project ul li {
    width: calc(50% - 30px);
    float: left;
    padding: 15px;
    text-align: center;
    background: url("../images/icon-project.png") no-repeat top 20px left 166px;
  }
  .projects-m .content-project ul li a {
    display: block;
    width: 130px;
    height: 180px;
    margin: 0 auto;
  }
  .projects-m .content-project ul li a img {
    position: relative;
    z-index: 2;
    width: 130px;
    height: 180px;
    object-fit: cover;
    -moz-border-radius-topleft: 30px;
    border-top-left-radius: 30px;
    filter: grayscale(100);
  }
  .projects-m .content-project ul li a .project_background {
    position: relative;
    z-index: 1;
    width: 140px;
    height: 110px;
    background-color: #b93b44;
    margin: -100px 0 0 10px;
  }
  .projects-m .content-project ul h5 {
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-family: "AvenirNext", Helvetica, sans-serif;
    margin-top: 20px;
  }
  .project_background2 {
    margin-top: -100px;
    left: 50%;
    margin-left: -125px;
  }

  /* Projects Content End */
  /* Project Detail Content */
  .detail-m .content-detail {
    display: block;
    padding: 40px 60px;
    max-height: 60vh;
    overflow: hidden;
  }
  .detail-m .content-detail .project_image {
    margin-left: -60px;
  }
  .detail-m .content-detail .project_image h2 {
    color: #fff;
    font-size: 14px;
    font-family: "AvenirNext", Helvetica, sans-serif;
    transform: rotate(90deg);
    margin: -70px -85px 0 0;
  }
  .detail-m .content-detail .project_image img {
    position: relative;
    z-index: 2;
    width: 250px;
    height: 320px;
    object-fit: cover;
  }
  .detail-m .content-detail .project_image .project_background {
    position: relative;
    z-index: 1;
    width: 280px;
    height: 180px;
    background-color: #b93b44;
    margin-top: -100px;
  }
  .detail-m .content-detail .project_image a.zoom {
    position: relative !important;
    margin-bottom: -40px !important;
    width: 100px !important;
    z-index: 9;
    display: block;
    background: url("../images/zoom-in.png") no-repeat left 20px center rgba(163, 5, 5, 0.5);
    padding: 6px 20px 6px 50px;
    font-size: 14px;
    font-family: "AvenirNext", Helvetica, sans-serif;
    line-height: 28px;
    color: #fff;
    margin-left: 40px;
    text-align: center !important;
  }
  .detail-m .content-detail .zoom_back {
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    margin-top: -150px;
    width: 100vw;
    height: 110vh;
    background-color: rgba(0, 0, 0, 0.9);
    cursor: pointer;
    display: none;
  }
  .detail-m .content-detail .zoom_back a.zoom_in {
    width: 90%;
    height: auto;
    display: block;
    margin: 100px 20px;
  }
  .detail-m .content-detail .zoom_back a.zoom_in img {
    width: 100%;
  }
  .detail-m .content-detail .project_detail p {
    font-size: 16px;
    line-height: 22px;
    font-family: "AvenirNext", Helvetica, sans-serif;
    color: #fff;
    margin: 10%;
  }
  .detail-m .content-detail .project_detail h3 {
    margin: 10%;
    color: #fff;
    font-family: "AvenirNext", Helvetica, sans-serif;
    background: url("../images/icon-project.png") no-repeat center left;
    padding-left: 40px;
    line-height: 25px;
    height: 25px;
  }
  .content-detail {
    text-align: center !important;
  }

  /* Project Detail Content End */
  /* Contact Content */
  .contactus .content-contact {
    display: block;
    padding: 40px 60px;
    max-height: 60vh;
    overflow: scroll;
  }
  .contactus .content-contact h2 {
    color: #fff;
    font-size: 16px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .contactus .content-contact .contact_form {
    width: 60%;
    margin: 40px 0 120px;
  }
  .contactus .content-contact .contact_form .form_element {
    margin: 8px 0;
  }
  .contactus .content-contact .contact_form .form_element label {
    font-size: 12px;
    line-height: 28px;
    color: #fff;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .contactus .content-contact .contact_form .form_element input[type=text],
.contactus .content-contact .contact_form .form_element input[type=email],
.contactus .content-contact .contact_form .form_element input[type=tel],
.contactus .content-contact .contact_form .form_element textarea {
    background-color: transparent;
    border: 1px solid #a30505;
    padding: 8px 10px;
    width: 100%;
  }
  .contactus .content-contact .contact_form .form_element textarea {
    max-height: 100px;
    max-width: 100%;
  }
  .contactus .content-contact .contact_form .form_element input[type=submit] {
    background-color: #2c0909;
    color: #fff;
    border: 0;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 12px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }
  .contactus .content-contact .contact_information {
    width: 60%;
    padding-bottom: 40px;
  }
  .contactus .content-contact .contact_information h4 {
    font-family: "AvenirNext", Helvetica, sans-serif;
    color: rgba(255, 255, 255, 0.5);
    font-size: 18px;
    line-height: 22px;
  }
  .contactus .content-contact .contact_information p, .contactus .content-contact .contact_information p a {
    font-size: 16px;
    line-height: 22px;
    font-family: "Avenir", Helvetica, sans-serif;
    color: #fff;
  }
  .contactus .content-contact .contact_information a.map {
    background-color: #a30505;
    color: #fff;
    border: 0;
    width: fit-content;
    padding: 5px 20px;
    border-radius: 30px;
    font-size: 12px;
    margin-top: 20px;
    font-family: "AvenirNext", Helvetica, sans-serif;
  }

  /* Contact Content End */
  .footer {
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9999999;
  }
  .footer ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
  .footer ul li {
    display: block;
    float: left;
  }
  .footer ul li a {
    display: block;
    width: 24px;
    height: 24px;
    color: #fff;
    padding: 10px;
  }
  .footer ul li a:before {
    display: block;
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
  }
  .footer ul li a.home:before {
    background: url("../images/dots.png") no-repeat left center;
    background-size: 100%;
  }
  .footer ul li a.company:before {
    background: url("../images/icon-document.png") no-repeat left center;
    background-size: 100%;
  }
  .footer ul li a.projects:before {
    background: url("../images/icon-project.png") no-repeat left center;
    background-size: 100%;
  }
  .footer ul li a.contact:before {
    background: url("../images/icon-mail.png") no-repeat left center;
    background-size: 100%;
  }
  .footer ul li a.footer_menu:before {
    background: url("../images/navbar.png") no-repeat left center;
    background-size: 100%;
  }
  .footer ul li a.active {
    background-color: #a30505;
    font-family: "AvenirNext", Helvetica, sans-serif;
    width: auto;
    border-radius: 30px;
    padding: 10px 20px 10px 60px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .footer ul li a.active:before {
    margin-left: -40px;
  }
  .pdetail2 {
    position: relative !important;
    top: -160px !important;
    right: -180px !important;
    max-width: 200px !important;
  }
  .projects2 {
    position: fixed !important;
    top: 100px !important;
    left: 40px !important;
  }
  .content-detail {
    overflow: auto !important;
  }
  .project_image {
    margin-left: 0 !important;
  }
  li {
    background-position: top 70px right 0 !important;
    background-size: 18px !important;
  }
  .project_arrow {
    position: relative;
    left: 50%;
    margin-left: -200px;
    width: 44px;
    height: 88px;
    margin-bottom: -66px;
    transform: rotate(90deg);
  }
  a.up {
    background: url(../images/icon-next.png) no-repeat center #ce3a3a;
    padding: 10px 20px;
  }
  a.down {
    background: url(../images/icon-prev.png) no-repeat center #ce3a3a;
    padding: 10px 20px;
  }
  .zoom_back {
    z-index: 999999999 !important;
  }
  a.zoom2 {
    margin: 0 auto !important;
  }

  .verticalMid {
    height: calc(100% - 176px) !important;
    display: table;
    width: 100%;
  }
  .verticalMidCell {
    display: table-cell;
    vertical-align: middle;
  }
  .zoomBack {
    background-size: 80% auto !important;
  }
  .bigImgArrow {
    bottom: 150px;
  }
  .projectDetMob {
    font-family: "Avenir", Helvetica, sans-serif !important;
  }
}

@media screen and (max-width: 400px) {
  .resImg {
    width: calc(100% - 30px) !important;
  }
  .project_background {
    width: 100% !important;
  }
}

@media screen and (max-width: 365px) {
  a, p {
    font-size: 11px !important;
  }
  .col2 {
    overflow-y: auto;
    width: 100% !important;
    height: 350px !important;
  }
}

@media screen and (max-width: 992px) and (max-height: 600px) {
  .forResponsive {
    overflow: auto !important;
  }
  .forResponsive2 {
    height: 300px !important;
  }
}

@media screen and (max-width: 992px) and (max-height: 450px) {
  .forResponsive {
    overflow: auto !important;
  }
  .forResponsive2 {
    height: 200px !important;
  }
}

@media screen and (max-width: 992px) and (max-height: 380px) {
  .forResponsive {
    overflow: auto !important;
  }
  .forResponsive2 {
    height: 100px !important;
  }
}

/*# sourceMappingURL=style.css.map */
