body{
    margin: 120px 0px 0px 0px;

}
.navbar{
    background-color: rgb(247, 154, 131);
    width: 100%;
    height: 122px;

    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid white;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.logo{
    width:84px;
    height: 75px;
    padding-left:30px;
    padding-top:20px;
} 
.icons img{
    width: 29px;
    height: 29px;

}
.right{
    display: flex;
    margin-right: 36px;
}
.links,.icons{
    margin: 34px 15px 34px 34px;
}
.links{
    padding: 17px;
    display: flex;
    column-gap: 20px;

}
.icons{
    padding: 8px 1px;
}
.links a{
    font-size: 22px;
    color: white;
    vertical-align: middle;
    text-decoration: none;
    font-family: 'Franklin Gothic ', 'Arial Narrow', Arial, sans-serif;
    font-weight:500;
}
.links a:hover{
    text-decoration: underline;
}

.img1{
  
    width: 100%;
   
}
.div1{
    position: relative;
}
.text1{
    position:absolute;
    top: 245px;
    left: 164px;
font-family:Dangrek;
    color: white;
    font-size: 43px;
    display: flex;
    flex-direction: column;
    row-gap: -100px;

}
h1{
    margin: -15px;
}
.button1{
    background-color: transparent;
    color: white;
    border-radius: 20px;
    border: 2px solid white;
    width: 153px;
    height:42px ;
    font-size: 18px;
  

    
    }
    .div2{
        position: relative;
    }
    .img2{
        width: 100%;
        margin-top: -4px;
        
    }
    
    .div3 {
        height: 128px;
        width: 664px;
        background-color: rgba(10, 91, 43, 0.8);
        border-radius: 100px;
        position: absolute;
        top: 287px;
        left: 414px;
        text-align: center;
        padding-top: 56px;
        color: white;
        font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
        font-weight: 400;
    }
    
    .div3 button {
        margin-top: 10px;
        padding: 8px 16px;
        background-color:transparent; /* or a color that fits your theme */
        color:white;/* matches the background of .div3 */
        border: 2px solid ;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px;
    }
    .img3{
        width: 100%;
        margin-top: -4px;
        
    }
    .div4{
        position: relative;
    }
     .div5 {
        height: 128px;
        width: 664px;
        background-color: rgba(10, 91, 43, 0.8);
        border-radius: 100px;
        position: absolute;
        top: 287px;
        left: 414px;
        text-align: center;
        padding-top: 56px;
        color: white;
        font-family: 'Franklin Gothic', 'Arial Narrow', Arial, sans-serif;
        font-weight: 400;
    }
    .div5 button {
        margin-top: 10px;
        padding: 8px 16px;
        background-color:transparent;
        color:white;
        border: 2px solid ;
        border-radius: 20px;
        cursor: pointer;
        font-size: 16px;
    }
    .div6{
        background-color: #3e3e3e;
        width: 100%;
        height: 122px;
        margin-top: -4px;
    }
    .botto-text{
        display: flex;
        justify-content: center;
        column-gap: 20px;
        color: white;
        font-size: 12px;
        
    }
    .botto-text:hover{
        text-decoration: underline;
    }
    .botto-text2{
        display: flex;
        justify-content: center;
        color: white;
        font-size: 12px;
        margin: 0;
    }
       

        
        

    
 
