*{
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    scroll-behavior: smooth;
}
.Bg{
    background-image: url(bg-photo.jpg);
    width: 100%;
    height: 100vh;
    background-size: cover;
    position: absolute;
    top: 0
}
.menu{
    position: fixed;
    width: 100%;
    font-weight: 500;
    text-align: center;
    margin-bottom: 100px;
    height: 125px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    z-index: 1;
}

.menu-links{ 
    top: 50px;
    text-decoration: none;
    color: white;
    
    font-size: 22px;
    color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px black;
  
  padding: 15px 20px;
  position: relative;
}
.menu-links:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
    
}
.menu-links:hover:after { 
    width: 100%; 
    left: 0; 
    
  }
.home-2{
    height: 100vh;
  }
.foto-div{
    width: 80%;
    margin: auto;
    position: relative;
    top: 200px;
    text-align: center;
}
.foto1{
    width: 35%;
    float: right;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.first-p{
color: #fff;
font-size: 35px;
}
.second-p{
color: #fff;
font-size: 25px;
}
#about{
    width: 100%;
    height: 100vh;
    background-image: url(bg-photo2.jpg);
    
    background-size: cover;
}
.about{
    width: 85%;
    color: white;
    padding-top: 150px;
    margin: auto;
}
.first-h1{
    font-size: 45px;
    color: #fff;
    text-shadow: 3px 2px rgb(0, 0, 0);
    margin-bottom: 5px;
}
.about-p1{
    font-size: 20px;
    width: 60%;
    float: right;
    text-align: center;
    margin-top: 75px;
    text-shadow: 1px 1px black;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.animation-viza{
    width: 50%;
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    animation-name:viza;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    position: relative;
    top: 0px;
    margin-bottom: 0;
    border: 1px solid white;
    border-radius: 3px;
    
}
@keyframes viza{
    0%{
        width: 0%;
    }
    
    50%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}

.animation-viza2{
    width: 50%;
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    animation-name:viza;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    position: relative;
    top: 0px;
    margin-bottom: 0;
    border: 1px solid white;
    border-radius: 3px;
    
}
@keyframes viza{
    0%{
        width: 0%;
    }
    
    50%{
        width: 50%;
    }
    100%{
        width: 0%;
    }
}
#Projects{
    width: 100%;
    height: 100vh;
    background-image: url(bg-photo.jpg);
    
    background-size: cover;
}
.projects-div{
    width: 30%;
 
    float: right;
}
.third-h1{
    color: white;
    float: left;
    font-size: 45px;
    color: #fff;
    text-shadow: 3px 2px rgb(0, 0, 0);
    margin-bottom: 5px;
    margin-bottom: 50px;
    margin-top: -100px;
}
.third-h1-div{
    float: left;
    width: 60%;
    padding-left: 60px;
}
.mercedes-div {
    margin:auto;
    display: flex;
    width: 35%;
    position: relative;
    transition: 0.5s ease-in-out;
    border: 2px solid white;
    border-radius: 8px;
  }
  
  .mercedes-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .mercedes-div:hover:before {
    opacity: 0.6;
  }
  .mercedes-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .mercedes-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .mercedes-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .projects-div{
      width: 60%;
      margin: auto;
      margin-top: 10%;
  }
  
.DNIS-div {
    margin:auto;
    display: flex;
    width:35%;
    position: relative;
    transition: 0.5s ease-in-out;
    
    border: 2px solid white;
    border-radius: 8px;
    margin-top: 5%;
  }
  
  .DNIS-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .DNIS-div:hover:before {
    opacity: 0.6;
  }
  .DNIS-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .DNIS-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .DNIS-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .Blog-div {
    margin:auto;
    display: flex;
    width: 35%;
    position: relative;
    transition: 0.5s ease-in-out;
    border: 2px solid white;
    border-radius: 8px;
    margin-top: 5%;
  }
  
  .Blog-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .Blog-div:hover:before {
    opacity: 0.6;
  }
  .Blog-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .Blog-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .Blog-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
.footer{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    color: white;
    background-color: #04040a;
}
.fa-instagram-square,.fa-snapchat-square,.fa-square-phone{
    background-color: #1c293a;
    font-size: 50px;
    margin-right: 8px;

}
.footer-links{
    color: #1c293a;
    text-decoration: none;
}

.fa-instagram-square{
    font-size: 40px;
    margin: 0px 10px;
    color: #fff;
    background-color: #04040a00;
    
}
.fa-snapchat-square{
    font-size: 40px;
    margin: 0px 10px;
    background-color: #04040a00;
}
.fa-square-phone-flip{
    font-size: 40px;
    margin: 0px 10px;
    background-color: #04040a00;
    
}
.fa-instagram-square:hover{
    transition: 0.5s;
    color: rgb(184, 0, 70);
    
}
.fa-snapchat-square:hover{
    transition: 0.5s;
    color: rgb(230, 207, 0);
}
.fa-square-phone-flip:hover{
    transition: 0.5s;
    color: rgb(7, 199, 0);
}

@media screen and (min-device-width:320px) and (max-device-width:767px) {
    
.menu-links{ 
    top: 50px;
    text-decoration: none;
    color: white;
    
    font-size: 13px;
    color: #fff;
  text-decoration: none;
  letter-spacing: 0.15em;
  text-shadow: 2px 2px black;
  
  padding: 15px 20px;
  position: relative;
}

.foto-div{
    width: 80%;
    margin: auto;
    position: relative;
    top: 200px;
    text-align: center;
}
.foto1{
    width: 100%;
    float: right;
    border-radius: 10px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    margin-bottom: 20px;
}
.first-p{
color: #fff;
font-size: 35px;
text-shadow:1px 1px black;
}
.second-p{
color: #fff;
font-size: 25px;

text-shadow:1px 1px black;
}




@keyframes viza{
    0%{
        width: 0%;
    }
    
    50%{
        width: 60%;
    }
    100%{
        width: 0%;
    }
}
#about{
    width: 100%;
    height: 100vh;
    background-image: url(bg-photo2.jpg);
    
    background-size: cover;
}
.about{
    width: 85%;
    color: white;
    padding-top: 150px;
    margin: auto;
    padding-left: 40px;
}
.first-h1{
    font-size: 45px;
    color: #fff;
    text-shadow: 3px 2px rgb(0, 0, 0);
    margin-bottom: 5px;
}
.about-p1{
    font-size: 13px;
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 75px;
    text-shadow: 1px 1px black;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.about-txt{
    margin: auto;
    
}


#Projects{
    width: 100%;
    height: 100vh;
    background-image: url(bg-photo.jpg);
    background-size: cover;
    text-align: center;
}
.projects-div{
    width: 100%;
    float: left;
    padding-left: 80px;
    padding-top: 150px;
}
.third-h1{
    color: white;
    float: left;
    font-size: 30px;
    color: #fff;
    text-shadow: 3px 2px rgb(0, 0, 0);
    margin-top: 60px;
    
    text-align: center;
}

.third-h1-div{
    float: left;
    width: 60%;
    
    text-align: center;
}
.mercedes-div {
    margin:auto;
    display: flex;
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
    border: 2px solid white;
    border-radius: 8px;
  }
  
  .mercedes-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .mercedes-div:hover:before {
    opacity: 0.6;
  }
  .mercedes-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .mercedes-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .mercedes-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .projects-div{
      width: 60%;
      margin: auto;
      margin-top: 10%;
  }
  
.DNIS-div {
    margin:auto;
    display: flex;
    width:100%;
    position: relative;
    transition: 0.5s ease-in-out;
    
    border: 2px solid white;
    border-radius: 8px;
    margin-top: 5%;
  }
  
  .DNIS-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .DNIS-div:hover:before {
    opacity: 0.6;
  }
  .DNIS-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .DNIS-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .DNIS-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .Blog-div {
    margin:auto;
    display: flex;
    width: 100%;
    position: relative;
    transition: 0.5s ease-in-out;
    border: 2px solid white;
    border-radius: 8px;
    margin-top: 5%;
  }
  
  .Blog-div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to bottom,
      rgba(0, 123, 255, 0.01) 0,
      rgba(0, 0, 0, 0.25) 25%,
      rgba(0, 0, 0, 0.5) 50%,
      rgba(0, 0, 0, 0.75) 75%,
      rgb(0, 0, 0) 100%
    );
    z-index: 2;
    transition: 0.5s all;
    opacity: 0;
  }
  .Blog-div:hover:before {
    opacity: 0.6;
  }
  .Blog-div img {
    width: 100%;
    
    height: 100%;
    border-radius: 8px;
    
  }
  .Blog-div .info {
    position: absolute;
    z-index: 3;
    color: #fff;
    top: 80%;
    left: 10%;
    opacity: 0;
    transform: translateY(30px);
    transition: 0.5s all;
  }
  .Blog-div:hover .info {
    opacity: 1;
    transform: translateY(0);
  }
  .animation-viza2{
    width: 50%;
    background-attachment: fixed;
    background-size: cover;
    background-size: cover;
    animation-name:viza;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    position: relative;
    top: 110px;
    margin-bottom: 0;
    border: 1px solid white;
    border-radius: 3px;
    
}
@keyframes viza{
    0%{
        width: 0%;
    }
    
    50%{
        width: 80%;
    }
    100%{
        width: 0%;
    }
}

}










@media screen and (min-device-width:768px) and (max-device-width:1024px) {
    
    .menu-links{ 
        top: 50px;
        text-decoration: none;
        color: white;
        
        font-size: 13px;
        color: #fff;
      text-decoration: none;
      letter-spacing: 0.15em;
      text-shadow: 2px 2px black;
      
      padding: 15px 20px;
      position: relative;
    }
    
    .foto-div{
        width: 60%;
        margin: auto;
        position: relative;
        top: 200px;
        text-align: center;
    }
    .foto1{
        width: 100%;
        float: right;
        border-radius: 10px;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
        margin-bottom: 20px;
    }
    .first-p{
    color: #fff;
    font-size: 35px;
    text-shadow:1px 1px black;
    }
    .second-p{
    color: #fff;
    font-size: 25px;
    
    text-shadow:1px 1px black;
    }
    
    
    
    
    @keyframes viza{
        0%{
            width: 0%;
        }
        
        50%{
            width: 60%;
        }
        100%{
            width: 0%;
        }
    }
    #about{
        width: 100%;
        height: 100vh;
        background-image: url(bg-photo2.jpg);
        
        background-size: cover;
    }
    .about{
        width: 60%;
        color: white;
        padding-top: 150px;
        margin: auto;
        padding-left: 40px;
    }
    .first-h1{
        font-size: 60px;
        color: #fff;
        text-shadow: 3px 2px rgb(0, 0, 0);
        margin-bottom: 5px;
    }
    .about-p1{
        font-size: 18px;
        width: 100%;
        margin: auto;
        text-align: center;
        margin-top: 75px;
        text-shadow: 1px 1px black;
        border-radius: 10px;
        padding: 20px;
        box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
    }
    .about-txt{
        margin: auto;
        
    }
    
    
    #Projects{
        width: 100%;
        height: 100vh;
        background-image: url(bg-photo.jpg);
        background-size: cover;
        text-align: center;
    }
    .projects-div{
        width: 100%;
        float: left;
        padding-left: 80px;
        padding-top: 150px;
    }
    .third-h1{
        color: white;
        float: left;
        font-size: 30px;
        color: #fff;
        text-shadow: 3px 2px rgb(0, 0, 0);
        margin-top: 60px;
        
        text-align: center;
    }
    
    .third-h1-div{
        float: left;
        width: 60%;
        
        text-align: center;
    }
    .mercedes-div {
        margin:auto;
        display: flex;
        width: 75%;
        position: relative;
        transition: 0.5s ease-in-out;
        border: 2px solid white;
        border-radius: 8px;
      }
      
      .mercedes-div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to bottom,
          rgba(0, 123, 255, 0.01) 0,
          rgba(0, 0, 0, 0.25) 25%,
          rgba(0, 0, 0, 0.5) 50%,
          rgba(0, 0, 0, 0.75) 75%,
          rgb(0, 0, 0) 100%
        );
        z-index: 2;
        transition: 0.5s all;
        opacity: 0;
      }
      .mercedes-div:hover:before {
        opacity: 0.6;
      }
      .mercedes-div img {
        width: 100%;
        
        height: 100%;
        border-radius: 8px;
        
      }
      .mercedes-div .info {
        position: absolute;
        z-index: 3;
        color: #fff;
        top: 80%;
        left: 10%;
        opacity: 0;
        transform: translateY(30px);
        transition: 0.5s all;
      }
      .mercedes-div:hover .info {
        opacity: 1;
        transform: translateY(0);
      }
      .projects-div{
          width: 60%;
          margin: auto;
          margin-top: 10%;
      }
      
    .DNIS-div {
        margin:auto;
        display: flex;
        width:75%;
        position: relative;
        transition: 0.5s ease-in-out;
        
        border: 2px solid white;
        border-radius: 8px;
        margin-top: 5%;
      }
      
      .DNIS-div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to bottom,
          rgba(0, 123, 255, 0.01) 0,
          rgba(0, 0, 0, 0.25) 25%,
          rgba(0, 0, 0, 0.5) 50%,
          rgba(0, 0, 0, 0.75) 75%,
          rgb(0, 0, 0) 100%
        );
        z-index: 2;
        transition: 0.5s all;
        opacity: 0;
      }
      .DNIS-div:hover:before {
        opacity: 0.6;
      }
      .DNIS-div img {
        width: 100%;
        
        height: 100%;
        border-radius: 8px;
        
      }
      .DNIS-div .info {
        position: absolute;
        z-index: 3;
        color: #fff;
        top: 80%;
        left: 10%;
        opacity: 0;
        transform: translateY(30px);
        transition: 0.5s all;
      }
      .DNIS-div:hover .info {
        opacity: 1;
        transform: translateY(0);
      }
      .Blog-div {
        margin:auto;
        display: flex;
        width:75%;
        position: relative;
        transition: 0.5s ease-in-out;
        border: 2px solid white;
        border-radius: 8px;
        margin-top: 5%;
      }
      
      .Blog-div:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(
          to bottom,
          rgba(0, 123, 255, 0.01) 0,
          rgba(0, 0, 0, 0.25) 25%,
          rgba(0, 0, 0, 0.5) 50%,
          rgba(0, 0, 0, 0.75) 75%,
          rgb(0, 0, 0) 100%
        );
        z-index: 2;
        transition: 0.5s all;
        opacity: 0;
      }
      .Blog-div:hover:before {
        opacity: 0.6;
      }
      .Blog-div img {
        width: 100%;
        
        height: 100%;
        border-radius: 8px;
        
      }
      .Blog-div .info {
        position: absolute;
        z-index: 3;
        color: #fff;
        top: 80%;
        left: 10%;
        opacity: 0;
        transform: translateY(30px);
        transition: 0.5s all;
      }
      .Blog-div:hover .info {
        opacity: 1;
        transform: translateY(0);
      }
      .animation-viza2{
        width: 50%;
        background-attachment: fixed;
        background-size: cover;
        background-size: cover;
        animation-name:viza;
        animation-duration: 4s;
        animation-iteration-count: infinite;
        position: relative;
        top: 110px;
        margin-bottom: 0;
        border: 1px solid white;
        border-radius: 3px;
        
    }
    @keyframes viza{
        0%{
            width: 0%;
        }
        
        50%{
            width: 80%;
        }
        100%{
            width: 0%;
        }
    }
    
    }