.sec1 {
   margin: 40px 10% 0px 10%;
}

.sec1Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec1Row .left-col {
    flex-basis: 48%;

}

.sec1Row .right-col {
    flex-basis: 48%;
    text-align: right;
}

.left-col h1 {
    font-size: 35px;
    color: black;
    border-left: 5px solid red;
    padding-left: 20px;
    text-transform: uppercase;
    margin-top: 80px;
}

.diffrent-text {
    color: red;
}

.pera1 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}

.btn1 {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, red, rgb(243, 99, 99));
}
.btn1:hover{
    background-image: linear-gradient(to left, red, rgb(243, 99, 99));

}

.pera2 {
    font-size: 18px;
    line-height: 25px;
    margin-top: 40px;
}

.sec1Row .right-col img {
    width: 100%;
}

/* sec1 end */

.sec2 {
   margin: 40px 10% 50px 10%;
}

.sec2Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.sec2Row .Box1 {
    flex-basis: 31%;
    background-color: rgb(183 223 242 / 74%);
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 0px gray;
}

.sec2Row .Box2 {
    flex-basis: 31%;
    background-color: rgb(255 205 205 / 77%);
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 0px gray;
}

.sec2Row .Box3 {
    flex-basis: 31%;
    background-color: rgb(183 223 242 / 74%);
    padding: 30px;
    box-sizing: border-box;
    box-shadow: 5px 5px 10px 0px gray;
}

.sec2Row i {
    color: #3c3636;
    font-size: 60px;

}

.sec2Row h4 {
    color: rgba(240, 81, 81, 0.788);
    font-size: 18px;
    text-transform: capitalize;
}

.sec2Row p {
    color: #3c3636;
    font-size: 16px;
    line-height: 25px;
}

.diffrent-text1 {
    color: red;
}

.sec2 h1 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    font-size: 30px;
}

/* sec2 end */



.sec3 {
   margin: 40px 10% 50px 10%;
}

.sec3Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec3Row .left-col {
    flex-basis: 48%;
}

.sec3Row .right-col {
    flex-basis: 48%;
}

.sec3Row .left-col img {
    width: 100%;
}

.sec3 h3 {
    margin-top: 100px;
    font-size: 30px;
    text-transform: capitalize;
}

.sec3 p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}

.btn2 {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, red, rgb(243, 99, 99));
}
.btn2:hover{
    background-image: linear-gradient(to left, red, rgb(243, 99, 99));

}

/* sec3 end */


.sec4 {
    margin: 40px 10% 50px 10%;
}

.sec4Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec4Row .left-col {
    flex-basis: 48%;
}

.sec4Row .right-col {
    flex-basis: 48%;
}

.sec4Row .right-col img {
    width: 100%;
}

.sec4 h3 {
    margin-top: 150px;
    font-size: 30px;
    text-transform: capitalize;
}

.sec4 p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}

.btn3 {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, red, rgb(243, 99, 99));
}
.btn3:hover{
    background-image: linear-gradient(to left, red, rgb(243, 99, 99));
}

/* sec4 end */

.sec5 {
   margin: 40px 10% 50px 10%;
}

.sec5 h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.diffrent-text2{
    color: red;
}
.sec5Row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sec5Row .left-col {
    flex-basis: 48%;
    margin-top: -90px;
}

.sec5Row .right-col {
    flex-basis: 48%;
}

.sec5Row .left-col img {
        width: 70%;
    margin-left: 110px;
}

.sec5 h3 {
    margin-top: 100px;
    font-size: 30px;
    text-transform: capitalize;
}

.sec5 p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 40px;
}

.btn2 {
    text-decoration: none;
    background-color: red;
    color: white;
    padding: 15px;
    border-radius: 5px;
    text-transform: uppercase;
    background-image: linear-gradient(to right, red, rgb(243, 99, 99));
}
.btn2:hover{
    background-image: linear-gradient(to left, red, rgb(243, 99, 99));

}
/* sec5 end */

footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 20px 20px;
}
.diffrent-foot{
    color: red;
    text-transform: uppercase;
    font-size: 20px;
}
.diffrent-foot1{
    color: rgb(161, 79, 79);
    text-transform: uppercase;
    
}
footer h3{
    font-size:21px ;
}
footer p{
    font-size:20px ;
}
