*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;  
    font-family: "Ovo", serif;
    font-style:normal;
    font-size: 20px;
}
body{
    width: 100%;
    height: 100%;
}
li{
    list-style-type: none;
}

header{
    width: 100%;
    height: 60px;
    background: #fff;
}
nav{
    display: flex;
    justify-content: space-between;
    
    
}
.containers{
    padding: 12px;
}
.containers a{
    text-decoration: none;
    color: black;
    padding: 16px;
    font-size: 22px;


    
}
.heading{
    padding: 5px;
}
.heading h1{
    font-size: 50px;
}
.icons{
    padding-right: 27px;
    padding: 18px;
}
.icons img{
    width: 20px;
    margin-right: 20px;
}
.image{
    position: relative;
    width: 100%;
    height:99vh;
}

.image img{
    position: absolute;
    width:100%;
    height: 99vh;
    z-index: 1;
}
.image .text{
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    
}

.image2{
    display: flex;
    background-color: #fff;
}
.second_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 10px;
}

.second_image{
    position: relative;
    width: 50%;
    height: 100%;
}
.second_image img{
    width: 100%;
    height: 100%;
}
.second_text{
    position: absolute;
    top: 2px;
    z-index: 2;
    padding: 20px;
}
.second_image2 img{
    /* width:50%; */
    flex: 0.5;
    height: 99vh;
}
.second_text1{
    position: absolute;
    z-index: 2;
    padding: 20px;
}
.third_container{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.third_image{
    position: relative;
    width: 50%;
    height: 100%;
}
.third_image img{
    width: 100%;
    height: 100%;

}
.third_text{
    position: absolute;
    top: 2px;
    z-index: 2;
    padding: 20px;

}
.texting{
    align-items: center;
    background-color: #fff;
    margin:60px auto ;
    text-align: center;
    vertical-align: middle;
    width: 160vh;
    
}
.texting h1{
font-size: 52px;
color: black;
padding: 60px 0;
}

.texting h1 span{
    font-size: 50px;
    color: blue;
}
.signup{
    background-color: #fff;
    padding-left: 30px;
}
.mail{
    padding-left: 30px;
    background-color: #fff;
    color: darkgray;
    font-size: 18px;
    font-style: italic;
    margin-top: 40px;
    margin-bottom: 40px;
}
hr{
    width: 30%;
}
.naiv {
   
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 30px;
    
}
.naiv a{
    text-decoration: none;
    color: black;
    font-size: 22px;
    padding: 4px 0;
}
.containers a:hover{
    color: blue;
}
.naiv a:hover {
    color: red;
}
.heading h1:hover{
    color: blue;
}
.naiv a span{
    color: blue;
}
.footer p {
    color:black;
    background-color: #fff;
    padding-left: 30px;
    font-size:14px;
    padding-top: 35px;
}
.footer p a{
    color: black;
    font-size: 14px;
}
.footer a:hover{
    color: blue;
}