* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    font-family: "nunito";
}

@font-face{
	font-family: nunito;
	src: url("../fonts/nunito/nunito-regular.ttf") format("truetype");

}
@font-face{
	font-family: nunitobold;
	src: url("../fonts/nunito/nunito-bold.ttf") format("truetype");

}
@font-face {
  font-family: ubuntu;
  src: url("../fonts/ubuntu/ubuntu.ttf") format("truetype");
}


.logo img {
    width: 250px;
    height: auto;
    padding: 5px;     
}

header {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
    /*background-color: rgba(0, 0, 0, 0.9);*/
    background-color: rgba(255, 255, 255, 0.9);
    overflow: visible;
}
header .header-left {
    display: flex;
    align-items: center;
}
header .header-left .logo {
    width: 140px;
}
header .header-left nav {
    margin-right: 95%;
    
}
header .header-left nav ul {
    display: flex;
   
}
nav ul li a {
  white-space:nowrap;
    display: block;
    font-size: 130%;
    padding: 5px 35px;
    transition: 0.2s;
    font-family: nunito;
    overflow: visible;
}

nav .login-signup {
    display: none;
}
.header-left nav{
    padding-left: 20%;
}
header .header-right {
    display: flex;
    align-items: center;
}
header .login-signup {
    color: #cfd9e0;
    font-weight: bold;
}
header .login-signup a {
    display: inline-block;
    color: #0b2239;
    background: #4ad295;
    padding: 5px 12px;
    border-radius: 5px;
}
header .header-right .hamburger {
    margin:0 auto;
    cursor: pointer;
    display: none;
}
header .header-right .hamburger div {
    width: 30px;
    height: 2px;
    margin: 6px 0;
    background: #000000;
}
.snactiv{
    color: black;
    font-family: nunito;
  }
.active{
    color: #0d233a;
   font-family: ubuntu;
   font-size: 130%;
}
.active:hover{
    color: #2b68a5;
}
.snactiv:hover{
    color: #2b68a5;
}
 
  .header{
    display: block;
    margin: auto;
    width: 90%;
    height: 525px;
    background-color: black;
    overflow: hidden;
  }
.header-content{
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    flex-wrap: wrap;
    img{
        display: block;
        width: 100%;
        height: 525px;
        object-fit: cover;
        z-index: 1;
    }
}
  .header-text{
    flex-basis: 45%;
    h1{
        color: white;
        position: absolute;
        top: 150px; 
        width: 35%;
        margin-left: 3%;
        font-size: 275%;
    
    }
    h3{
        color: white;
        position: absolute;
        top: 450px;  
        width: 35%;
        margin-left: 3%;
        font-size: 150%;
    }
  }
  .header-img{
    flex-basis: 55%;
  }

@media only screen and (max-width: 1000px) {
    nav ul li a {
        white-space:nowrap;
          display: block;
          font-size: 120%;
          padding: 5px 35px;
          transition: 0.2s;
          font-family: nunito;
          overflow: visible;
    }
    .active{
        color: #0d233a;
       font-family: ubuntu;
       font-size: 110%;
    }
    .header-content{
        flex-direction: column;
    }
    header {
        padding: 0 20px;
    }
    header .header-right .hamburger {
        display: block;
    }
    header .header-left nav {
        margin: 0;
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: fit-content;
        background-color: #ffffff;
        padding: 30px;
        transition: 0.3s;
        text-align: center;
        z-index: 1;
    }
    header .header-left nav.active {
        top: 100px;
    }
    header .header-left nav ul {
        display: block;
    }
   
}
@media only screen and (max-width: 500px) {
    nav .login-signup {
        display: block;
        margin-top: 20px;
    }
    header .header-right .login-signup {
        display: none;
    }
}

@media only screen and (max-width: 1000px){
    .snactiv{
        color: rgb(0, 0, 0);
    }
    header .header-left nav {
        z-index: 9;
    }
    footer{
        flex-direction: column;
    }
    .header{
        height: 1000px;
    }
    .header-content{
        flex-direction: column;

    }
    .header-text{
        h1, h3{
            width: 85%
        }
    }
    .footer-right{
        width: 100%;
        #first-feat{
            margin-left: 30px;
        }
    }
    
    .footer-left{
        .footer-logo{
            display: block;
            margin: auto;
            width: 150px;
        }
        padding-left: 50px;
        padding-right: 50px;
        p{
           text-align: center; 
        }
        
    }
 
  
}
/*parte1 */





/*footer*/
footer{
    background-color: white;
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    height: auto;
    justify-content: center;
    margin: 0 auto;
    clear: both;
    position: absolute; 
    padding-bottom: 100px;
    div{
        flex-basis: 50%;
        
    }
    .footer-logo{
        width: 250px;
    }
    .social-box{
        width: 100%;
    }
    .socials{
        width: 50px;
        height: auto;
        display: block;
        margin: auto;
    }
}

.footer-right{
    display: inline-flex;
    div{
        h3{
            padding-bottom: 15px;
        }
        margin-top: 75px;
        margin-left: 0;
        a, a:visited{
            color: rgb(75, 75, 76);
        }
        a:hover{
            color: rgb(126, 126, 243);
        }
    }
}
.footer-left{
    padding-left: 100px;
    padding-right: 100px;
    p{
        padding-bottom: 20px;
    }
}

