
/* about */

.about {
    background-color: #fff;
    padding: 70px 0px;
}

.about_bd {
    display: grid;
    grid-template-columns: 1.7fr 1fr;
    column-gap: 50px;
}

.about_bd_list{
    height: 400px;
}

.ab_line {
    background-color: #f7f7f7;
    height: 2px;
    width: 100%;
    margin-bottom: 35px;
}

.about_bd_list p:nth-child(1) {
    font-size: 90px;
    color: #e18731;
    padding: 0px;
    font-weight: 600;
}

.about_bd_list p {
    font-size: 30px;
    color: #4b686a;
}

.about_bd_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.counter_bd {
    display: flex;
    justify-content: space-around;
    column-gap: 20px;
}

.counter {
    color: transparent!important;
    font-family: 'Oswald', sans-serif;
    -webkit-text-stroke-color: #e18731;
    -webkit-text-stroke-width: 2px;
}

.counter_bd span {
    font-size: 60px;
}


.counter_bd_list img {
    display: block;
    height:     80px;
    max-width:  80px;
    margin: 0 auto;
}

.counter_bd_list p{
    font-size: 20px;
    text-align: center;
}

.about_content {
    margin-top: 40px;
}

.about_content p {
    font-size: 18px;
    line-height: 1.5;
    color: #4b686a;
}

.about_content a {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #e18731;
    display: inline-block;
    border-bottom: 1px solid #e18731;
}

@media (max-width: 1025px) {

    .about_bd_list_counter {
        margin-top: 50px;
    }

    .about_bd_list{
        height: 100%;
    }
    
    .about_bd_list p:nth-child(1) {
        font-size: 66px;
        color: #e18731;
        padding: 0px;
        font-weight: 600;
    }

    .about_bd_list p {
        font-size: 22.8px;
        color: #4b686a;
    }
    

    .about_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 50px;
    }

    .about_bd_list:nth-child(2) {
        width: 100%;
        height: 600px;
        object-fit: cover;
        border-radius: 10px;
    }

    
.counter_bd_list p{
    font-size: 18px;
    text-align: center;
}


}

@media (max-width: 822px) {    

    .about_bd_list:nth-child(2) {
        width: 100%;
        height: 450px;
        object-fit: cover;
        border-radius: 10px;
    }

}

@media (max-width: 576px) {    

    .about {
        background-color: #fff;
        padding: 40px 0px;
        overflow: hidden;
    }

    .about_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 50px;
        row-gap: 50px;
    }

    
    .about_bd_list:nth-child(1) {
        order: 2;
    }

    .about_bd_list:nth-child(2) {
        order: 1;
        height: 300px;
    }

    .about_bd_list p:nth-child(1) {
        font-size: 40px;
        color: #e18731;
        padding: 0px;
        font-weight: 600;
    }

    .about_content {
        margin-top: 10px;
    }

    .counter_bd {
        display: grid;
        grid-template-columns: 1fr;
        row-gap: 30px;
        column-gap: 20px;
    }

    
    .about_bd_list p {
        font-size: 18px;
        color: #4b686a;
    }

    .counter_bd_list {
        margin-bottom: 20px;
    }

    .counter_bd span {
        font-size: 40px;
    }
    
    .counter_bd_list p{
        font-size: 14px;
        text-align: center;
    }

    .counter {
        color: transparent!important;
        font-family: 'Oswald', sans-serif;
        -webkit-text-stroke-color: #e18731;
        -webkit-text-stroke-width: 1px;
    }    

    .about_content p {
        font-size: 16px;
        line-height: 1.5;
    }

    .counter_bd_list img {
        display: block;
        height:     100px;
        max-width:  100px;
        margin: 0 auto;
    }

}

/* des */
.des {
    padding: 70px 0px;
    background-color: #ffffff;
}

.des_bd {
    column-gap: 30px;
}

.des_bd_list {
    align-self: center;
}

.des_bd_list img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.des_bd_list p {
    font-size: 18px;
    line-height: 1.5;
    color: #4b686a;
}

.des_bd_list a {
    margin-top: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #e18731;
    display: inline-block;
    border-bottom: 1px solid #e18731;
}

@media (max-width: 1025px) {

    .des {
        padding: 0px 0px;
        background-color: #ffffff;
    }

    .des_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 50px;
    }

}


@media (max-width: 576px) {

    .des {
        padding-bottom: 40px;
        background-color: #ffffff;
    }

    .des_bd {
        display: grid;
        grid-template-columns: 1fr;
        column-gap: 30px;
        row-gap: 50px;
    }

    .des_bd_list p {
        font-size: 16px;
        line-height: 1.5;
        color: #4b686a;
    }

    .des_bd_list a {
        margin-top: 25px;
        font-size: 16px;
        font-weight: 500;
        color: #e18731;
        display: inline-block;
        border-bottom: 1px solid #e18731;
    }

}

/* flow */

.flow {
    padding: 70px 0px;
    background-color: #ffffff;
}

.flow img{
    width: 100%;
    border-radius: 10px;
}

.swiper {
    width: 100%;
    height: 300px;
  }



/* flow 2*/

.flow2 {
    padding: 70px 0px;
    background-color: #ffffff;
}

.flow img{
    width: 100%;
    border-radius: 10px;
}



.swiper {
    width: 100%;
    height: 300px;
    background-color: #e6e7e9;
  }

.swiper-slide img {
    width: 100%;
}

.swiper .swiper-pagination ,
.swiper .swiper-scrollbar,
.swiper .swiper-button-prev,
.swiper .swiper-button-next {
  opacity: 0;
}