@import url("header.css");
@import url("footer.css");
.landing-content-wrapper{
background:url('../..//assets/images/landingpage.png');
background-size:cover;
background-repeat: no-repeat;
background-blend-mode: overlay;
background-color: lab(29.53% -0.46 -3.57);
min-height:100vh;

}

.container{
margin: 0 auto;
    max-width: 1280px;
    padding: 0 15px;
}

body{
       margin:0;
    padding:0;
    box-sizing: border-box; 
    overflow-x: hidden;
}

html{
      overflow-x: hidden;
}

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
      font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
}

.welcome-text-0001 p{color:#a5a2a2;}
.welcome-text-0001{color:white;
    padding:80px 0px;
    max-width:400px;
margin-left:25px;}
.landing-buttons{display: flex; justify-content: space-between;}
.landing-buttons button{ padding:6px 37px; border-radius:4px ;border:1px solid #fff;text-decoration: none;}
.landing-buttons a{text-decoration: none;color:white;font-weight:bold;}
.login{background: unset;border:1px solid #cbc9c9;}
.get{background: linear-gradient(45deg, #308CF0, #09B2D7);border:none !important;}
.get button{border:none !important;}

.landing-feature .container .inner-content .feature-1{ width: 33%; 
    background:#444753; 
    opacity: 0.9;
     padding:10px 10px; 
    border-radius:6px ;}
.landing-feature .heading-f img{width:40px;}
.landing-feature .heading-f h3{color: aliceblue;}
.landing-feature .heading-f{display: flex;gap:15px
    ;align-items: center;
    margin-bottom:10px;}
.landing-feature .desc-f{color:rgb(183, 183, 182)}
.landing-feature .container .inner-content{display: flex;
    justify-content: space-around;}
hr{width:100%;margin: auto;position: relative;background:black;}
.footer-info-1 p{color:#b2b1b1;text-align: center;padding:10px 0px;}
@media (max-width:650px){
    .landing-buttons{flex-direction: column;gap:15px;margin: auto;}
    .landing-feature .container .inner-content{flex-direction:column;gap:15px}
    .landing-feature .container .inner-content .feature-1{width:90%;margin:auto;}
    .footer-2{flex-direction: column;gap:15px;}
    .welcome-text-0001{margin-left:0;margin:auto;}
}
.landing-feature .container .inner-content{padding-bottom:40px;}