* {
    margin: 0;
    padding: 0;

}
body {
    font-family: "Plus Jakarta Sans", sans-serif;
    box-sizing: border-box;
    background-color: #FFFEFA;

}


/* common class start */
.container {
    width: 87.5%;
    margin: auto;
}
.section_spacing {
    margin-bottom: 158px;
}
.btn {
    background-color: #872BFF;
    border-radius: 30px;
    padding: 16px 32px;
    color: #FFFFFF;
    border: 1px solid #872BFF;
    margin-right:10px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: .3s;
}

.btn:hover {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 16px 32px;
    color: black;
    border: 1px solid #872BFF;
    margin-right:10px;
    font-size: 14px;
    font-weight: bold;
}

.heading {
    text-align: center;
}
.heading h4{
    color: #6A14DA;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 30%;
}
.heading h2{
    color: black;
    font-size: 44px;
    font-weight: bold;
    margin-top: 14px;
}



/* common class end  */

#hero-section {
    background-image: url(./images/Hero-bg.png);

}
#hero-container {
    display: flex;

    justify-content: space-between;
    padding-top: 70px;

    
}
.hero-content {
    margin-top: 150px;

}
.hero-content h1 {
    color: #000000;
    font-size: 56px;
    margin-right: 500px;


}
.hero-content span {
    color: #872BFF;
    
}
.hero-content p {
    color: #8A8A8A;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;

}
.hero-content *{
    margin-bottom: 30px;
}
.btn_white {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 16px 32px;
    color: black;
    border: 1px solid #872BFF;
    margin-right:10px;
    font-size: 14px;
    font-weight: bold;
}
.hero-img img{
    display: block;
}


.cards {
    background-color: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 4px 4px 0 #00000025;
    width: 330px;

}
.cards img {
    margin-bottom: 24px;
}
.heading_desription{
    margin-bottom: 24px;
}
.heading_desription h3{
    line-height: 36px;
    font-size: 24px;
    font-weight: bolder;
}
.heading_desription p{   
    font-size: 16px;
    opacity: 70%;
    line-height: 26px;

}
.cards a{   
    font-size: 16px;
    font-weight: bold;
    font-weight: bold;
    color: #0D1321;

}
.card_container {
    margin-top: 60px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    gap: 30px;
   
}
.project_box {
    display: flex;
    justify-content: space-between;
    border: 1px solid #872BFF;
    gap: 32px;
    border-radius: 20px;
    margin-top: 60px;
    padding: 48px;

}
.project_img img{
    border-radius: 20px;
    
}
.project_content {
    margin: auto;
}
.project_content * {
    margin-bottom: 12px;
}
.project_content h3 {
    font-size: 32px;
    font-weight: bold;
    color: #0E0E0E80;
}
.project_content p {
    font-size: 16px;
    color: #0E0E0E70;
    line-height: 24px;
}

.company_card {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 60px 0;

}

.brand {
    padding: 40px;
    background-color: #FFFFFF;
    border: 1px solid #0E0E0E15;
    border-radius: 16px;
  
}
#experience_section {
    text-align: center;
}

#footer_section {
    display: flex;
    justify-content: space-between;
    padding: 17px 123px;
}