.inpireel-home-sec1{
    background: url(images/sec1-bg.png);
    height: auto;
    padding: 5% 0% 5% 0%;
}

.inpireel-home-sec1-div1{
    /* background: url(images/our\ team\ bg.png); */
    height: auto;
    background: #E47536;
    margin: 0% 0% 3% 0%;
}
.inpireel-home-sec1-div1-title{
    color: white;
    text-align: center;
    font-size: 1.7rem;
    font-weight: 600;
}
@media (min-width:310px) and (max-width:768px) {
.inpireel-home-sec1-div2 img{
       width: 100%;
}
}

@media (min-width:768px) and (max-width:990px) {
    .inpireel-home-sec1-div2 img{
           width: 72%;
    }
    }


    .inpireel-home-sec1-div2-sub-title{
    color: #6A3DA4;
    padding: 3% 0% 0% 0%;
    font-size: 1.7rem;
    font-weight: 700;
}
.inpireel-home-sec1-div2-para{
    color: #6A3DA4;
    padding: 0% 0% 5% 0%;
    font-size: 1.1rem;
    font-weight: 600;
}

.inpireel-home-sec1-card{
     background-color: #6A3DA4;
     height: 100%;
     padding: 2% 2% 2% 3%;
}

.inpireel-home-sec1-card-title{
    color: white;
    font-size: 1.3rem;
    font-weight: 600;
    text-align: center;
}
.inpireel-home-sec1-card-title2{
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
}
.inpireel-home-sec1-card3-title2{
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 17% 0% 0% 0%;
}

/*************** section 2 ****************/
.inpireel-home-sec2{
    background-color: #E9E2F1;
    height: auto;
    padding: 5% 0% 5% 0%;
}
.inpireel-home-sec2-div1-title{
    color: #6A3DA4;
    padding: 4% 0% 0% 0%;
    font-size: 1.5rem;
    font-weight: 700;
}
.inpireel-home-sec2-div1-para{
    color: #6A3DA4;
    padding: 0% 0% 0% 0%;
    font-size: 1.1rem;
    font-weight: 600;
}
.inpireel-home-sec2-right-div{
    background-color: #6A3DA4;
}
.inpireel-home-sec2-right-div-title{
    color: white;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 5% 0% 0% 0%;
}
.inpireel-home-sec2-right-div-list{
    color: white;
    font-size: 1.2rem;
    font-weight: 400;
    padding: 0% 0% 0% 10%;
    line-height: 35px;
}
.inpireel-home-sec2-right-div-img img{
     float: right;
}
.inpireel-home-sec2-left-div-title{
    color: #6A3DA4;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 4% 0% 0% 4%;
}
.inpireel-home-sec2-left-div-main{
    background-color: white;
}
.inpireel-home-sec2-left-div-btn{
    background-color: #E47536;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 1% 0% 1% 0%;
}

.inpireel-home-sec2-upload-box {
    border: 2px solid #cccccc;
    padding: 2%;
    text-align: center;
    cursor: pointer;
    color: #cccccc;
    background-color: #f8f9fa;
    position: relative;
}
.inpireel-home-sec2-upload-box input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
    opacity: 0;
    cursor: pointer;
}
 .inpireel-home-sec2-upload-icon {
    font-size: 24px;
    color: #cccccc;
}
.inpireel-home-sec2-upload-text{
    color: black;
    font-size: 1.1rem;
    font-weight: 600;
}
.inpireel-home-sec2-left-div-title {
    color: #6f42c1;
    font-weight: bold;
}
.inpireel-home-sec2-left-div-btn {
    background-color: #ff8a1d;
    color: #fff;
    border: none;
}

.inpireel-home-sec2-row1{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/************** Section 3 ***************/
.inpireel-home-sec3{
    background: url(images/sec1-bg.png);

    height: auto;
    padding: 5% 0% 5% 0%;
}
.inpireel-home-sec3-title{
    color: #6A3DA4;
    font-size: 1.6rem;
    font-weight: 700;
    padding: 5% 0% 0% 0%;
}

.inpireel-home-sec3-row1{
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.inpireel-home-sec3-right-div-main{
    background-color: white;
    padding: 1% 4% 0% 3%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.inpireel-home-sec3-right-div-title{
    color: #6A3DA4;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 4% 0% 0% 4%;
    text-align: center;
}
.inpireel-home-sec3-right-div-btn{
    background-color: #E47536;
    width: 100%;
    color: white;
    border: none;
    border-radius: 5px;
    padding: 1% 0% 1% 0%;
}