/*
Theme Name: FERNI v1 B&W
Theme URI: http://ghass.es
Description: A black and white theme manually created for the GHASS website
Version: 1.0
Author: Fernan Mejuto Vazquez
Author URI: http://fernanmejutovazquez.com
*/

/* vertical menu :https://codepen.io/mishcherin/pen/vYPOjo */

* {
  margin: 0;
  padding: 0;
  font-family: 'Special Elite', cursive;
  

}

body, html {
  background-color: white;
  scroll-behavior: smooth;
  width: auto;
  height: auto;
  background: url(./MEDIA/scratch-mural-bg.jpeg);
  background-size: cover;

}
.landing-web{
  width: auto;
  height: auto;
  box-sizing: border-box;
}
.landing {
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  box-sizing: border-box;


}

.menu {
  position: fixed;
  display: flexbox;
  top: 30vh;
  left: 10px;
  z-index: 2;  
}

.menu-i {
  text-decoration: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: black;
  width: 25px;
  line-height: 25px;
  padding: 10px 0;
  margin: 70px 0 0;
  background: #ccc;
  border: 1px solid #000;
    
}
.menu-l{
  background: #ccc;
  display: flex;
  border: 1px solid #000;
  

}

.menu-i-tx {
  display: inline-block;
  vertical-align: top;
  transform: translate(0,100%) rotate(-90deg);
  transform-origin: 0 0;
  white-space: nowrap;
}

.menu-i-tx:after {
    content: "";
    float: left;
    margin-top: 100%;
}
.nav {
  position: fixed;
  width: 100%;
  display: flex;

  z-index: 2;
}


.logo-ghass {
  background-color: rgb(0, 0, 0);
  padding-left: 48px;
  padding-bottom: 10px;
  padding-top: 10px;
  max-height: 60px;
}



.video-wrapper {
  margin-top: 100px;

  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 100vh;
  width: 100%;
}
video {
position: absolute;
object-fit: fill;
max-height: 80vh;
}
.home-container {
padding-bottom: 300px;
display: flex;
align-items: center;

}
/* CSS for portfolio below */

.container-1 {
  padding-top:100px ;
  height: 100vh;
}

.image-slider {
  margin-left: 60px;
  display: flex;
  align-items: center;
  justify-content: start;
  height: 80vh;
  width: 100%;
  min-width: min-content;
}
.img-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  height: auto;
  width: 100%;
  min-width: min-content;

}
.image {
  transition: all 0.5s;
  height: 750px;
}

.img-container:hover {
  transform: scale(1.05);
  transition: all 0.5s;
  cursor: crosshair;   
}

.img-overlay{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #00000000;
  backdrop-filter: blur(15px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1.25s;
  
}
.img-overlay:hover{
  opacity: 1;
}

@media (max-width: 768px) {
  
  .video-wrapper{
    align-items: center;
    justify-content: center;
  }
  .home-container {
   transform: rotate(-90deg);
   transform-origin: center;
   padding-bottom: 0px;
  
    }
  .image-slider{
    margin-left: 0px;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .img-container{
    align-items: center;
    justify-content: center;
  }
  .img-container:hover {
    transform: scale(1.05);
    transition: all 0.5s;
    cursor: crosshair;   
  }
  .image {
    height: 300px;
  }

  
}

/* CSS for about */
@media (max-width: 768px){
  .container-2{
    display: flex;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    
  }
  .about{
    padding: 10px 10px 10px 10px;
    display: flex;
    color: black;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: white;
    border-radius: 13px;  }
    .about-header{
      font-size: 2em;
    }
    .about-content{
      font-size: 1.25em;
    }
}

.container-2{
  height: auto;
  justify-content: center;
  display: flex;
 
 
}
.about{
  padding: 10px 10px 10px 10px;
  display: flex;
  color: black;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-radius: 13px;
}

.about-header{
  font-size: 4em;
}
.about-content{
  font-size: 1.50em;
}


/* CSS for Contact below    https://codepen.io/MasCode0602/pen/BaRyYbW */


.container-3 {
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.533);
  display: flex;
  justify-content: center;
  align-items: center;
}


section {

  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  
}

#contact {
  width: 100%;
  height: 500px;
  overflow: hidden;
  padding-bottom: 0px;
  margin-top: 110px;
  text-align: center;
}

.contact-wrapper {
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
  max-width: 1100px;
  color: white;
}

.form-horizontal {
  float: left;
  width: 350px;
  font-weight: 600;
  margin-left: 0px;
}

.form-control,
textarea {
  max-width: 700px;
  background-color: whitesmoke;
  color: black;
  letter-spacing: 1px;
  font-size: 20px;
}

.send-button {
  margin-top: 10px;
  height: 34px;
  width: 350px;
  overflow: hidden;
  background-color: #898686;
  color: white;
  border: whitesmoke;

}

.send-button:hover {
  background-color: gray;
  color: black;
}


/*right side*/
.direct-contact-container {
  max-width: 800px;
  float: right;
  margin-top: 5px;
  margin-left: 30px;
}

.contact-list {
  list-style-type: none;
  margin-left: 0px;
  padding-right: 0px;
  text-align: left;
}

.list-item {
  line-height: 4px;
  color: #aaa;
  font-size: 10px;
  padding: 10px;
}

.contact-text {
  font-weight: 600;
  font-family: 'Special Elite', cursive;
  letter-spacing: 1.9px;
  color: #bbb;
}

.place,
.phone,
.email {
  margin-left: 15px;
}

.contact-text:hover {
  color: black;
  cursor: pointer;
}


/*social media icons*/
.social-media-list {
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  width: 100%;

}

.social-media-list li a {
  color: #fff;
}

.social-media-list li {
  position: relative;
  top: 0;
  left: -7px;
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 5px 5px;
  line-height: 40px;
  border-radius: 50%;
  color: black;
  background-color: rgb(27, 27, 27);
  cursor: pointer;
  transition: all .2s ease-in-out;
}

.social-media-list li:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 70px;
  border-radius: 50%;
  color: black;
  opacity: 0;
  transition: all .2s ease-in-out;
}

.social-media-list li:hover {
  background-color: #fff;
}

.social-media-list li:hover:after {
  opacity: 1;
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.37, 0.74, 0.15, 1.65);
}

.social-media-list li:hover a {
  color: #111;
}

hr {
  border-color: #555;
}

.copyright {
  font-weight: 400;
  color: white;
  letter-spacing: 1px;
  text-align: center;
}

@media screen and (max-width: 414px) {

  #contact {
    width: 100%;
    height: 850px;
  }

  .contact-wrapper {
    padding-top: 20px;
    max-width: 300px;
  }

  .form-horizontal {
    float: center;
    width: 300px;
    margin-left: 0;
    margin-bottom: 40px;
  }

  .contact-list {
    margin-left: 25px;
  }

  .direct-contact-container {
    float: none;
    margin: 0 auto;
    max-width: 280px;
  }

  .form-control,
  .text-area {
    max-width: 340px;
    margin: 0 auto;

  }

  .social-media-list {
    left: 0;
  }


  .social-media-list li {
    height: 55px;
    width: 55px;
    left: 0;
    line-height: 55px;
    font-size: 2rem;

  }

  .social-media-list li:after {
    height: 55px;
    width: 55px;
    line-height: 55px;
  }

  .list-item {
    font-size: 11px;
  }

  .send-button {
    width: 99%;
  }
}
/* CSS for footer below */

.footer {
  background-color: rgba(0, 0, 0, 0.533);
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
}
