body {
    font-family: IRANSans,sans-serif;
    direction: rtl;
}

.button_link {
    color: #fff;
    padding: 5px 15px;
    border-radius: 30px;
    background-color: #f7951f;
}
.button_link:hover {
    background-color: #f4e0c7;
    color: #f7951f;
}
.fa-arrow-down {
    font-size: 20px;
    color: #fff;
    padding: 6px 7px;
    border-radius: 50%;
    background-color: #f7951f;
}
.fa-arrow-down:hover{
    color: #fff;
}

#first-section {
    background: url("img/1-02.svg") no-repeat bottom center;
    background-size: cover;
    min-height: 100vh;
}
#first-section .sun {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 25%;
}
#first-section h1{
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 50px;
    background-color: #f7951f;
    font-weight: 500;
    font-size: 35px;
    max-width: fit-content;
    z-index: 333;
}
#first-section .audiobook_boy{
    max-width: 50%;
}

#first-section h5 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    z-index: 333;
}
#first-section p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
    font-weight: 300;
    z-index: 333;
}

#second-section {
    background: url("img/1-03.svg") no-repeat top center;
    background-size: cover;
}
#second-section .bg-first{
    min-height: 50vh;
}
#second-section .bg-second {
    background: url("img/2-03-02.svg") no-repeat bottom center;
    background-size: cover;
    min-height: 50vh;
}
#second-section h5 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
#second-section p {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

#third-section .bg-first{
    background: url("img/3-04-01.svg") no-repeat top center;
    background-size: cover;
    min-height: 50vh;
}
#third-section .bg-second{
    background: url("img/3-04-02.svg") no-repeat bottom center;
    background-size: cover;
    min-height: 50vh;
}
#third-section h5 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
#third-section p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

#fourth-section .bg-first{
    background: url("img/3-05-01.svg") no-repeat top center;
    background-size: cover;
    min-height: 50vh;
}
#fourth-section .bg-second{
    background: url("img/3-05-02.svg") no-repeat bottom center;
    background-size: cover;
    min-height: 50vh;
}
#fourth-section h5 {
    font-size: 25px;
    color: #000;
    font-weight: 500;
}
#fourth-section p {
    font-size: 20px;
    color: #000;
    line-height: 30px;
}
#fourth-section img{
    max-width: 50%;
}
#fourth-section .button_link{
    max-width: fit-content;
}

@media screen and (max-width: 768px){
    #first-section .sun {
        max-width: 35%;
    }
    #first-section h1{
        font-size: 20px;
    }
    p {
        font-size: 14px;
    }
}