
*{
    margin: 0;
}
header{
    background-color: #00D2C6;
    position: fixed;
    height:114px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    border-bottom: 1px solid white;
    
}
.logo {
    width: 85px;
    margin-left: 28px;
}
nav{
  display: flex;
  gap: 30px;
}
nav a{
    font-family: Nobel, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    font-size: 22px;
    cursor: pointer; 
}
nav a:hover{
    text-decoration: underline;
    
}
#im{
    width: 28px;
    height: 27px;
    cursor: pointer;
}

.left{

    display: flex;
    gap: 40px;
    
}
.icons{
    margin-right: 40px;
    display: flex;
    gap: 8px;
}
.heroic{
    background-image:url(7up.webp) ;
    width:100%;
    height: 600px;
    border: #FFFFFF;
      background-size: cover;
     
   align-items: center;
  
   
   
}
#herotext{
    color: #FFFFFF;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-left: 60px;
    font-size: 60px;
    padding-top: 220px;
}
#herobtn{
    width: 180px;
    height: 45px;
    background: transparent;
    border:solid;
    border-color: white;
    color: white;
    border-radius: 30px;
    margin-left: 70px;
    margin-top: 25px;
    font-size: 18px;
   
    
}
.second{
    width: 100%;
    height: 600px;
    background-image: url(glass.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}
.secondcontainer{
    width: 550px;
    height: 200px;
    border-radius: 100px;
    background-color: rgba(10, 91, 43, 0.8);
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;

}
.secondcontainer h2{
    color: #FFFFFF;
    font-size: 40px;
    line-height: 40px;
}
.secondcontainer h4{
    color: #FFFFFF;
    font-size: 16px;
}
.secondcontainer button{
    width: 180px;
    height: 35px;
    background: transparent;
    border:solid;
    border-color: white;
    color: white;
    border-radius: 30px;
    font-size: 18px;
    
}
.third{
     width: 100%;
    height: 600px;
    background-image: url(third.webp);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;

}
footer{
    height: 145px;
    width: 100%;
    background-color: #3e3e3e;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.footersection a{
    color:white;
    font-size: 12px;
    
    
}
footer h5{
    color:white;
    
}