@media all and (min-width: 1200px)
{
    #LandingSection .container-fluid {
        padding: 2% 12% 2% 12%;
        margin: 0%;
        background: red;
    }
    #inFeaturesModel .hero-right{ 
    }
     #inFeaturesModel .hero-right h1 {
        font-size: 3.5em;
        font-weight: 700;
        line-height: 1.2;
        background: linear-gradient(to right top, #7E48FF, #00246b, #4B00FF, #0028d2, #4b00ff);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        color: white;
        margin-bottom: 20px;
    }
     #inFeaturesModel .description {
        font-size: 1.2em;
        line-height: 1.6;
        margin-bottom: 30px;
        color: #333;
    }
    #SolutionProduct .container-fluid {
  padding: 4% 5% 4% 15%; 
  background-image:url(../image/Frame86651.png);
  background-position: left;
background-size: contain;
background-repeat: no-repeat; 
position: relative;
}
.box {
width: 290px;
padding: 20px;
background: #fff;
}
.box {
border-radius: 15px;
box-shadow: 0 8px 20px rgba(0,0,0,0.15);
transition: transform 0.3s, box-shadow 0.3s;
cursor: pointer;
}
 .box h4 {
        margin-top: 0;
        font-size: 24px;
        color: var(--themeColor);
    }
     .box p {
        font-size: 16px;
        color: #555;
        line-height: 1.5;
    }
    .community-card {
position: relative;
min-width: 400px;
height: 240px;
border-radius: 20px;
overflow: hidden;
background-size: cover;
background-position: center;
flex-shrink: 0;
display: flex;
align-items: end;
transition: transform 0.4s ease, box-shadow 0.4s ease;
}
  .contToTheTop {
        position: fixed;
        top: 90%;
        left: 96%;
    }
     .footerNavComp .companyProfile h5 {
        color: white;
        line-height: 25px;
        font-size: 16px;
        padding-left: 0px;
    }

}