html{
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova", sans-serif;
}
body{
    overflow-x: hidden;
}
header{
    height: 80px;
    background-image: url('../image/backLogo.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: fixed;
    z-index: 99;
}
.navBar{
    width: 85%;
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 15px;
}
.list-link{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 80px;
    margin-left: 170px;
}
.list-link li{
    list-style-type: none;
    margin-right:50px ; 
}
a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    transition: all 0.4s;
}
a:hover{
    color: rgba(0, 0, 0, 0.649);
}
.navBar button{
    font-size: 15px;
    margin-right: 20px;
    position: relative;
    right: 50px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 20px;
    height: 40px;
    width: 100px;
    background-color: transparent;
    transition: all 0.4s;
}
.navBar button:hover{
    background-color: rgba(0, 0, 0, 0.527);
}
.navBar button a:hover{
    color: white;
}
.logo{
    width: 550px; 
}
.logo img{
    width: 35%;
    margin-left:70px ;
}
.hero{
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.hero::before{
    content: "";
    background-image: url('../image/bg2.png'),url('../image/bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 520px;
}
.hero-div{
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-left: 150px;
}
.hero-div img{
    position: relative;
    right: 100px;
    transition: all 0.4s;
}
.hero-div img:hover{
    transform: scale(1.1);
}
.des h1{
    color: white;
    font-size: 40px;
}
.des p{
    position: relative;
    top: 30px;
    width: 500px;
    color: white;
}
.des div{
    display: flex;
    align-items: center;
    position: relative;
    top: 55px;
    left: 20px;
}
.des div a {
    margin-right: 30px;
}
.des div a button{
    width: 170px;
    color: white;
    height: 45px;
    background-color: #F5167E;
    border-radius: 50px;
    border: 1px solid rgb(249, 249, 249);
    font-size: 15px;
    font-weight: bold;
    transition: all 0.3s;
}
.des div a button:hover{
    transform: translateY(-4px);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.53);
}
.image-section {
    border-radius:25px ;
    position: relative;
    left: 200px;
    background-color: #242565;
    width: 850px;
    height: 120px;
    transition: all 0.4s;
}
.image-section img{
    position: relative;
    bottom:65px;
    left: 160px;
    width: 500px;
    height: 260px;
}
.image-section:hover{
    transform: translateY(-5px);
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.53);   
}





.blog-section{
    font-family:'DM Sans', sans-serif ;
    padding-top: 30px;
}
.blog-section .title-blog{
    text-align: center;

}
.blog-section .blog-card{
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3,343px);
    gap: 30px;
    justify-content: center;
}
.blog-section .blog-card div{
    height: 453px;
    border-radius: 20px;
}
.blog-section .blog-card div img{
    border-radius:20px ;
}

.blog-section .blog-card div h4{
    line-height: 1.4;
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #242565;
}
.blog-section .blog-card div p{
    line-height: 1.4;
    font-size: 16px;
    margin-top: 10px;
}
.blog-section .blog-card div span{
    font-size: 14px;
    color: #A5A5A5;
}
.blog-section button{
    margin-top: 70px;
    position: relative;
    left: 530px;
    background-color: transparent;
    width: 180px;
    height: 60px;
    border-radius: 50px;
    border: 2px solid #3D37F1;
    transition: all 0.3s;
}
.blog-section button:hover{
    transform: translateY(-5px);
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.486);
}



footer{
    font-family:'DM Sans', sans-serif ;
    margin-top: 30px;
    background-color: #0A075F;
    height: 400px;
    width: 100%;
}
footer .section-footer{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,auto);
    padding-top: 40px;
    padding-left: 50px;
}
footer .section-footer img{
    height: 35;
    width: 140px;
}
footer .section-footer .icon-footer img{
    height: 36px;
    width: 36px;
}
footer .section-footer div{
    gap: 10px;
}
footer .section-footer p , footer .section-footer a{
    font-weight:100px;
    font-size: 14px;
     color: white;
      line-height: 2.4; 
      margin-top: 20px;
}
.section-footer input{
    margin-top: 25px;
    width: 364px;
    height: 60px;
    border-radius: 50px;
    border: none;
}
.section-footer input::placeholder{
    font-size: 12px;
    padding-left: 20px;
}
.section-footer input:focus{
    outline: none;
    border: none;
}
.section-footer button{
    position: relative;
    bottom: 53px;
    left: 210px;
    width: 149px;
    height: 46px;
    border-radius: 50px;
    background-color: #F5167E;
    border: none;
}
hr{
    margin-left: 100px;
    width: 80%;
    position: relative;
    top: 60px;
}
footer .Copyright p{
    position: relative;
    top: 80px;
    text-align: center;
    color: white;
    font-size: 14px;
    
}