*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "Inter", sans-serif;
}
body{
    background-image: url(./images/all_bg.jpg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover; 
}

/* section_3 */
.section_3{
    padding: 4%;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}
.section_3 p{
    font-size: 20px;
    font-weight: 300;
}
.sec3_contentin p{
    font-size: 20px;
    color: #A32E7D;
    font-weight: 600;
}
.sec3_contentin span i{
    font-size: 20px;
}
.sec3_contentin{
    display: flex;
    align-items: baseline;
}
.sec1_img{
    height: 500px;
}
.sec1_img img{
    height: 100%;
}
.bottom_line {
    height: 3rem;
    background-color: #E04AB2;
    width: 100%;
    position: relative;
    margin-top: -15%;
    z-index: -20;
}
/* section_4 */
.section_4{
    padding: 4% 8% 2% 8%;
    position: relative;
}
.sec4_in{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.sec4_incontent p{
    width: 80%;
    font-size: 18px;
}
.sec4_img,
.sec5_img,
.sec5_img2{
    height: 300px;
}
.sec4_img img,
.sec5_img img,
.sec5_img2 img{
    height: 100%;
}
.sec4_dottedline {
    border-right: 4px dashed #A32E7D;
    height: 1700px;
    position: absolute;
    right: 5%;
    top: 10%;
}

/* section_5 */
.section_5,
.section_6{
    padding: 4% 8% 4% 8%;
}
.sec5_content,
.sec5_content2{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
/* section_6 */

.sec6_content{
    position: relative;
}
.underlined {
    background-color: #a32e7d70;
    height: 0.5rem;
    width: 25%;
    position: absolute;
    margin-top: -1.8%;
}
.section_6 p,
.sec6_content p{
    font-size: 18px;
}

/* section_7 */
.section_7{
    padding: 4% 8% 4% 8%;
}
.section_7 p,
.section_9 p{
    font-size: 20px;
}

/* section_8 */
.section_8{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0% 8% 4% 8%;
}
.sec8_img{
    height: 400px;
}
.sec8_img img{
    height: 100%;
}
/* section_9 */
.section_9{
    display: flex;
    align-items: center;
    padding: 4% 8% 4% 8%;
    margin-bottom: 2%;
}

/* media */
@media (min-width:280px) and (max-width:361px) {
    .underlined {
        background-color: #a32e7d70;
        height: 0.5rem;
        width: 79%;
        position: absolute;
        margin-top: -5.8%;
    }
    .sec4_incontent p {
        width: 100%;
        font-size: 14px;
    }
    .sec8_img {
        height: 140px;
    }
    .bottom_line {
        height: 3rem;
        background-color: #E04AB2;
        width: 100%;
        position: relative;
        margin-top: -20%;
        z-index: -20;
    }
    .sec4_in,
    .sec5_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .sec5_content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .section_7 p, .section_9 p,.section_3 p {
        font-size: 14px;
        text-align: center;
    }
    .sec5_contentin ul li,
    .sec5_contentin2 ul li,
    .section_6 p, .sec6_content p{
        font-size: 14px;
        text-align: left;
    }
    .sec3_contentin p {
        text-align: left;
    }
    .sec4_dottedline {
        display: none;
    }
    .sec4_img, .sec5_img, .sec5_img2 ,.sec1_img {
        height: 150px;
    }
}
@media (min-width:362px) and (max-width:575px) {
    .underlined {
        background-color: #a32e7d70;
        height: 0.5rem;
        width: 50%;
        position: absolute;
        margin-top: -3.8%;
    }
    .sec5_contentin ul li,
    .sec5_contentin2 ul li{
        font-size: 18px;
        text-align: left;
    }
    .sec4_incontent p {
        width: 100%;
        font-size: 18px;
    }
    .sec8_img {
        height: 180px;
    }
    .bottom_line {
        height: 3rem;
        background-color: #E04AB2;
        width: 100%;
        position: relative;
        margin-top: -20%;
        z-index: -20;
    }
    .sec4_in,
    .sec5_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .sec5_content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .section_7 p, .section_9 p,.section_3 p {
        font-size: 18px;
        text-align: center;
    }
    .sec3_contentin p {
        text-align: left;
    }
    .sec4_dottedline {
        display: none;
    }
    .sec4_img, .sec5_img, .sec5_img2 ,.sec1_img {
        height: 180px;
    }
}
@media (min-width:576px) and (max-width:767px) {
    .sec4_incontent p {
        width: 100%;
        font-size: 18px;
    }
    .sec8_img {
        height: 260px;
    }
    .bottom_line {
        height: 3rem;
        background-color: #E04AB2;
        width: 100%;
        position: relative;
        margin-top: -20%;
        z-index: -20;
    }
    .sec4_in,
    .sec5_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .sec5_content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .section_7 p, .section_9 p,.section_3 p {
        font-size: 18px;
        text-align: center;
    }
    .sec3_contentin p {
        text-align: left;
    }
    .sec4_dottedline {
        display: none;
    }
}
@media (min-width:768px) and (max-width:991px) {
    .sec4_dottedline {
        display: none;
    }
    .sec4_incontent p {
        width: 100%;
        font-size: 18px;
    }
    .sec8_img {
        height: 300px;
    }
    .bottom_line {
        height: 3rem;
        background-color: #E04AB2;
        width: 100%;
        position: relative;
        margin-top: -20%;
        z-index: -20;
    }
    .sec4_in,
    .sec5_content {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .sec5_content2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        text-align: center;
    }
    .section_7 p, .section_9 p {
        font-size: 20px;
        text-align: center;
    }
}
@media (min-width:992px) and (max-width:1024px) {
    .sec4_incontent p {
        width: 100%;
        font-size: 18px;
    }
}