/************************************************************************************************************************************************/
/*********************************************************         section one         **********************************************************/
/************************************************************************************************************************************************/

.section-one {
    padding-block: 50px;
    background-image: url("../images/site_section_bg_image_six.png");
    background-size: cover;
    background-position: center;
}

.section-one .content .left-box .box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-one .content .left-box .box:last-of-type {
    margin-bottom: 0;
}

.section-one .content .left-box h6 {
    margin-bottom: 12px;
    color: var(--site_fourth_color);
}

.section-one .content .left-box h6 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--site_fourth_color);
    vertical-align: middle;
}

.section-one .content .left-box h2 {
    margin-bottom: 20px;
    width: 70%;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.5;
}

.section-one .content .left-box p {
    margin-bottom: 40px;
    width: 70%;
    color: var(--site_fifth_color);
}


.section-one .content .left-box a {
    border: 2px solid var(--site_second_color);
    padding: 0;
    background: linear-gradient(to right, var(--site_main_color), var(--site_third_color), var(--site_main_color));
    color: var(--site_text_color);
    text-transform: capitalize;
    line-height: 0;
    font-size: 16px;
    border-radius: 5px;
}

.section-one .content .left-box a:hover {
    background: linear-gradient(to right, var(--site_third_color) 0%, var(--site_sixth_color) 50%, var(--site_third_color) 100%);
}

.section-one .content .left-box a span {
    margin-inline: 25px;
}

.section-one .content .left-box a i {
    border-color: var(--site_second_color) !important;
    padding: 13px 14px;
}

@media (max-width: 1199.98px) {
    .section-one .content .left-box h2 ,
    .section-one .content .left-box p {
        width: 100%;
    }

    .section-one .content .left-box .box .box-content {
        width: calc(100% - 80px);
    }
}

@media (max-width: 991.98px) {
    .section-one .content .right-box img {
        width: 80%;
        margin-inline: auto;
        display: block;
        margin-top: 40px;
    }
}


/************************************************************************************************************************************************/
/*********************************************************         section two         **********************************************************/
/************************************************************************************************************************************************/

.section-two {
    padding-block: 50px;
}

.section-two .content .left-box .box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-two .content .left-box .box:last-of-type {
    margin-bottom: 0;
}

.section-two .content .left-box h6 {
    margin-bottom: 12px;
    color: var(--site_fourth_color);
}

.section-two .content .left-box h6 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--site_fourth_color);
    vertical-align: middle;
}

.section-two .content .left-box h2 {
    margin-bottom: 40px;
    width: 70%;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.5;
}

.section-two .content .left-box .box img {
    width: 80px
}

.section-two .content .left-box .box .box-content {
    width: calc(100% - 80px - 30%);
}

.section-two .content .left-box .box .box-content h5 {
    font-family: 'Playfair Display', serif;
}

.section-two .content .left-box .box .box-content p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--site_fifth_color);
}

@media (max-width: 1199.98px) {
    .section-two .content .left-box h2 {
        width: 100%;
    }

    .section-two .content .left-box .box .box-content {
        width: calc(100% - 80px);
    }
}

@media (max-width: 991.98px) {
    .section-two .content .right-box img {
        width: 80%;
        margin-inline: auto;
        display: block;
        margin-top: 40px;
    }
}

/************************************************************************************************************************************************/
/********************************************************         section three         *********************************************************/
/************************************************************************************************************************************************/

.section-three {
    padding-block: 50px;
    background-image: url("../images/site_section_bg_image_three.png");
    background-size: cover;
}

.section-three .content .left-box h6 {
    margin-bottom: 12px;
    color: var(--site_fourth_color);
}

.section-three .content .left-box h6 span {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--site_fourth_color);
    vertical-align: middle;
}

.section-three .content .left-box h2 {
    margin-bottom: 40px;
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    line-height: 1.5;

}


.section-three .content .right-box .box {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.section-three .content .right-box .box:last-of-type {
    margin-bottom: 0;
}

.section-three .content .right-box .box img {
    width: 80px
}

.section-three .content .right-box .box .box-content {
    width: calc(100% - 80px);
}

.section-three .content .right-box .box .box-content h5 {
    font-family: 'Playfair Display', serif;
}

.section-three .content .right-box .box .box-content p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--site_fifth_color);
}



