* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 200%;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  color: #fff;
  font-weight: 300;
  background-color: #161616;
}

.btn {

}

.btn:hover {
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color:#fff;
}

a:hover {
  color: #fff;
  text-decoration: underline;
} 

.nav-icon {
  cursor: pointer;
  display: inline-block;
  width: 45px;
  height: 45px;
  z-index: 1250;
  position: relative;
  right: 0px;
  top: 15px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-icon span {
  width: 100%;
  height: 2px;
  background: #fff;
  display: block;
  position: absolute;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  top: 0px;
  right: 0px;
}

.nav-icon span.second {
  top: 7px;
}

.nav-icon span.third {
  top: 14px;
}

.nav-icon.open span.second {
  filter:alpha(opacity=0);
  opacity: 0;
}

.nav-icon.open span.first {
  -moz-transform: scale(1) rotate(-135deg);
  -webkit-transform: scale(1) rotate(-135deg);
  -o-transform: scale(1) rotate(-135deg);
  -ms-transform: scale(1) rotate(-135deg);
  transform: scale(1) rotate(-135deg);
  top: 17px;
  background: #fff;
  right: -5px;
}

.nav-icon.open span.third {
  -moz-transform: scale(1) rotate(135deg);
  -webkit-transform: scale(1) rotate(135deg);
  -o-transform: scale(1) rotate(135deg);
  -ms-transform: scale(1) rotate(135deg);
  transform: scale(1) rotate(135deg);
  top: 17px;
  background: #fff;
  right: -5px;
}

.nav-icon.open {
  -moz-transform: scale(1) rotate(-90deg);
  -webkit-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  -ms-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}

h1, h2 {
  font-family: meno-banner, serif;
  font-size: 38px;
  line-height: 47px;
  color:#fff;
  margin-bottom: 0px;
}

h2 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
}

.nav-menu {
  position: fixed;
  z-index: 1000;
  right: -500px;
  opacity: 0;
  visibility: hidden;
  top:0px;
  background: rgba(0,0,0,.5);
  bottom: 0px;
  width: 400px;
  max-width: 80%;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  padding-top: 20vh;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.nav-menu.open {
  opacity: 1;
  visibility: visible;
  right: 0px;
}

.nav-menu a {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  text-decoration: none !important;
  font-size: 30px;
  line-height: 40px;
  padding: 0px 0px 30px 50px;
  display: block;
  text-align: left;
     -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
} 

.nav-menu a:hover {
  padding-left: 60px;
}


.menu {
  padding: 25px 25px 0px 25px;
}

.logo {
  width: 66px;
}

body.home {
  background: #161616;
}

/*.home .main {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}*/

.main .content {
  max-width: 90%;
}

.backgroundimage {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color:#000;
  background-image: url(../img/Front-page-W1.jpeg);
  background-size: cover;
  background-position: center;
  opacity: .08;
  z-index: -1;
}

.container {
  position: relative;
}

.content-container div {
  width: 400px;
}

.content-container div.left-section {
  margin-left: 60%;
}

.section {
  padding: 100px 0px;
}

.initial-section {
  min-height: calc(100vh - 95px);
  padding:0;
}

.section-white {
  background: #fff;
  color:#000;
}

.section-white h1, .section-white h2, .section-white a {
  color:#000;
}

.snake {
  margin:0px 0px;
  position: relative;
  padding:30px 0px;
}

.snake span {
  font-size: 12px;
  position: absolute;
  left: -10px;
  top: 25px;
}

.snake-right {
  margin-left: 60%;
  width: 40%;
}

.snake-middle {
  text-align: center;
}

.snake-left {
  margin-left: 0%;
  width: 40%;
}

.middle-border:before {
  z-index: -1;
  content: ' ';
  position: absolute;
  height: 100%;
  width:1px;
  left: 50%;
  top: 0px;
  background: #fff;
  opacity: .2;
}

.footer {
  background: #141414;
}

.footer a {
  font-size: 14px;
  color:#fff;
  padding: 0px 15px;
  display: inline-block;
}

.footer p {
  opacity: .3;
  font-size: 12px;
}


.portfolio-container {
  max-width: 95%;
}

.pi-middle {
  margin:0 30px;
}

.popup-holder {
  background: #000;
  opacity: .8;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1500;
  display: none;
}

.popup {
  width: 90%;
  position: fixed;
  left: 5%;
  top: 50%;
  transform:translateY(-50%);
  z-index: 1505;
  display: none;
}

.popup .cross {
  position: fixed;
  top: -40px;
  right: 0px;
  width: 30px;
  cursor: pointer;
}

.swiper-button-next, .swiper-button-prev {
  color:#890000 !important;
}

.portfolio-item {
  cursor: pointer;
}


.animation {
  background: #1b1b1e;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1600;
}

.logo-holder {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 170px;
  transform: translateX(-50%) translateY(-50%);
}

.logo-holder img.logo {
  width: 100%;
  margin:0 auto 20px auto;
  opacity: 0;
  transform: translateY(-30%);
      -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.logo-holder .sub-mark {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 12px;

  -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.logo-holder .sub-mark div.first {
  opacity: 0;
  transform: translateY(0) translateX(-30%);
    -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.logo-holder .sub-mark div.second {
  opacity: 0;
  transform: translateY(0) translateX(30%);
    -webkit-transition: all 1.1s ease-in-out;
  transition: all 1.1s ease-in-out;
}

.logo-holder img.logo.active, .logo-holder .sub-mark div.active {
  transform: translateY(0) translateX(0);
  opacity: 1;
}

body.animationProgress {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}


.portfolio-item img {
  width: 500px;
  height: 280px;
  object-fit: cover;
}

.backgroundimage {
transform: scale(1.4);
    -webkit-transition: all 1.6s ease-in-out;
  transition: all 1.6s ease-in-out;
}

.backgroundimage.active {
transform: scale(1);
}
.swiper {
        width: 100%;
        height: 70vh;
        height: 300px;
      }

      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #161616;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }

.swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-fit: cover;
      } 

      .portfolio-item {
        width: 100%;
      }


.social img {
  display: block;
  width: 18px; 
  height: 18px;
  margin-right: 10px;
}

@media only screen and (min-width : 800px) and (max-width: 1100px) {  

    .container {
      max-width: 90%;
    }

}

@media only screen and (max-width: 900px) {
  .content-container div.left-section {
     margin-left:5%;
  }

  .content-container div {
    width: 90%;
    margin-left:5%;
  }

  .pi4 {
    max-width: 100% !important;
  }

  .snake-right {
  margin-left: 50%;
  width: 50%;
}

.snake-middle {
  text-align: center;
}

.snake-left {
  margin-left: 0%;
  width: 50%;
}

.contact .snake-left {
  width: 100%;
}

.contact .snake-right {
  margin-left: 40%;
  width: 60%;
}

.snake-cont {
  padding: 0px 20px !important;
}

  .middle-border:before {
    left: 18px;
  }

  .initial-section {
  min-height: 75vh;
}

  .portfolio-container {
    flex-direction: column;
  }

  .pi-middle {
    margin:20px 0px;
  }

}


