
@font-face {
  font-family: 'esad';
  src:  url('../fonts/esad.eot?nigeyw');
  src:  url('../fonts/esad.eot?nigeyw#iefix') format('embedded-opentype'),
    url('../fonts/esad.ttf?nigeyw') format('truetype'),
    url('../fonts/esad.woff?nigeyw') format('woff'),
    url('../fonts/esad.svg?nigeyw#esad') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"], [class*=" icon-"] {

  font-family: 'esad' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-pinterest2:before {
  content: "\ead2";
}
 

* {
    box-sizing: border-box;
}
 
img {
    max-width: 100%;
}
 
body {
    font-family: 'Roboto', 'Arial', sans-serif;
}
 

 
 
.text-center{
    text-align: center;
    color: #D7CB85;
}
 
header {
    display: grid;
    grid-template-columns:75% 25%;
    background-color: rgba(0, 0, 0, 0.2);
    height:75px;
    z-index: 10;
}
 
header > #logo, header > #menu {
    display:grid;
}
 
#logo img {
    align-self: center;
}
 
#menu img {
    align-self: center;
    justify-self:end;
}

#menu1{
  background-color: rgba(0, 0, 0, 0.5);border-color: rgba(0, 0, 0, 0.3);
}
 
#p{
  margin-left:  5%;
  margin-right: 5%;
}

 

#sectionHeadline {
    display: grid;
    height: 350px;
 
}
 
#sectionHeadline h1 {
    align-self: center;
    justify-self:center;
    margin-top: 100px;
    font-size:70px;
    font-family: roboto;
}

#sectionHeadline h5 {
    align-self: center;
    justify-self:center;
    margin-bottom: 180px;
    font-size:30px;
    font-family: roboto;
}

#sectionHeadline h3 {
    align-self: center;
    justify-self:center;
    margin-bottom: 180px;
    font-size:30px;
    font-family: poppins;
}
 
 
footer {
    background-color: #333;
    min-height: 60px;
    padding: 25px;
    color: #fff;
}
 
#socialLinks li{
    display: inline-block;
    padding: 20px;
}
#socialLinks li a{
    text-decoration:none;
    color: rgba(255,255,255,.7); 
}
 
#socialLinks li a:hover{
    color: #D7CB85; 
}
 

 
.lightbox {
    background-color: rgba(0,0,0,.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    display: grid;
}
.lightbox img {
    justify-self:center;
    align-self: center;
    max-width: 480px;
    padding: 40px;
}
 
.lightbox .fechar{
    font-size: 48px;
    color:rgba(255,255,255,.7);
    padding: 50px;
    position: fixed;
    right:0;
}
 
.lightbox .fechar:hover{
    cursor: pointer;
    color:rgba(255,255,255,1);
}
.hidden, .hide-mobile {
    display: none;
}
 
.visible-mobile{
    display: block;
}





*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    background-color: #D7CB85;
    font-family: poppins;
}

.navbar {
    width: 100%;
    background-color: #D7CB85;
    font-family: poppins;
    position: fixed;
    z-index: 100000;

}

.container2 {
    max-width: 1140px;
    margin: 0 auto;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    font-family: poppins;

}

._Logo2 {
    overflow: hidden;
    text-align: center;
    flex-basis: 200px;
}

._Logo2 img {
    height: 100%;
}

._Menus ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    font-family: poppins;
}

._Menus ul li a {
    display: block;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    color: #262424;
    outline: none;
    font-family: poppins;
}

._Menus ul li a:hover {
    background-color: #B7AC77;
    color: #fff;
    font-family: poppins;
}

._Iconbar {
    display: none;
    background-color: #000;
}

.menu-bar {
    width: 45px;
    align-self: center;
    cursor: pointer;
}

.icon-bar {
    height: 3px;
    width: 100%;
    background: #262424;
    margin: 7px 0;
    display: block;
    border-radius: 2px;
}


@media (max-width: 600px) {
    ._Logo2 {
        height: 60px;
    }

    ._Menus {
        flex: 100%;
        background: #B7AC77;
        height: 0;
        overflow: hidden;
        font-family: poppins;

    }

    ._Menus ul{
        flex-direction: column;
        font-family: poppins;
    }

    ._Menus ul li a {
        height: 40px;
        font-size: 14px;
        text-transform: uppercase;
        line-height: 40px;
        font-family: poppins;
    }

    ._Menus ul li a:hover {
        background-color: #D7CB85;
        color: #FFF;
        font-family: poppins;
    }

    .container2 {
        justify-content: space-between;
        font-family: poppins;
    }

    ._Iconbar {
        display: flex;
        margin-right: 10px;
        background-color: #D7CB85;
        color:#262424;

    }

    ._Menus-show {
        height: auto;
        font-family: poppins;
    }
}


.main {
    margin-top: 30px; 
}


@media (min-width:768px) and (max-width: 1200px){
    .visible-tablet{
        display: block;
    }
    .hide-tablet {
        display: none;
    }
 

    #sectionPortfolio {
        display: grid;
        grid-template-columns:50% 50%;
    }
 
}

@media (min-width: 1200px){
    .visible-desktop{
        display: block;
    }
    .hide-desktop {
        display: none;
    }

    #sectionPortfolio {
        display: grid;
        grid-template-columns:33.33% 33.33% 33.33%;
    }   
}




 
  body {
      position: relative; 
  }
  #home {padding-top:50px;height:auto;color: #fff; display: grid;
    height: 500px;
    background-image:url(../img/backg.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
  }

  #works {color: #fff;background-color: palegoldenrod;   
    padding-right: 0px;
    padding-left: 0px;
    width: auto;}

  #about {padding-top:50px;height:auto;color: #fff;
  background-image:url(../img/backg2.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    background-position: 10%;
  }

  #contact {padding-top:50px;height:auto;color: #fff; }


  #sectionAbout {
    display: grid;
    padding: 50px 30px;
 
}
 
#sectionAbout h1 {
    align-self: center;
    justify-self:center;
    text-align: center;
    margin-top: -25px;
    font-size:55px;
    font-family: roboto;
}

.responsive {
    width: 100%;
    height: auto;
}


* {box-sizing: border-box;}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(183, 172, 119, 0.8); 
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.container:hover .overlay {
  opacity: 1;
}

input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
    font-family: poppins;
}

input[type=enviar] {
    background-color: #B7AC77;
    color: white;
    padding: 12px 0px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
}

input[type=enviar]:hover {
    background-color: #D7CB85;
}

#sectionContact {
    display: grid;
    padding: 0px 30px;
 
}
 
#sectionContact h1 {
    align-self: center;
    justify-self:center;
    text-align: center;
    font-size:55px;
    font-family: roboto;
}

.avatar {
    vertical-align: middle;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}


.videoWrapper {
position: relative;
padding-bottom: 56.25%; 
padding-top: 25px;
}

.videoWrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.logo {
    display: inline-block;
    vertical-align: center;
    width: 50px;
    height: 50px;
    margin-right: 20px;
    margin-top: 15px;
    margin-left: 20px;   
}



html{
    scroll-behavior: smooth;
}