/* 
*--------------------------------
*top banner section style start 
*--------------------------------
*/
.home-main-section {
    overflow: hidden;
}

.home-main-section .container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-grow: 1;
}

.home-main-section .img-wrapper {
    flex-grow: 1;
    flex-direction: column;
    display: flex;
    align-items: stretch;
    justify-content: flex-end;

}

.home-main-section .men-image {
    /*background-image: url(./images/home-hero-image-transparent.png);*/
     background-image: var(--image-url);
    flex-grow: 1;
    min-height: 633px;
    min-width: 523px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
}

.home-main-section .call-to-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem;
    align-self: center;
}
/*
*-------------------------------- 
*top banner section style end 
*--------------------------------
*/


/* 
*--------------------------------
*counter section style start 
*--------------------------------
*/
.counter-section {
    background-color: #F9F9F9;
}

.counter-wrapper {
    display: flex;
    align-items: center;
    align-self: center;
    justify-content: space-around;
}

.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    padding: 1.5rem;
    text-align: center;
}

.counter-left .title,
.counter .subtitle,
.counter-middle .title {
    color: inherit;
}

.counter .title {
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.375rem;
}

.counter .subtitle {
    font-weight: 400;
    font-size: 1.037rem;
    line-height: 1.563rem;
}
/* 
*--------------------------------
*counter section style end 
*--------------------------------
*/


/*
*-------------------------------- 
*benefit section style start
*--------------------------------
*/
.benefit-section {
    background-color: #FFF9F9;
    padding: 1.5rem 0;
}

.benefit {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1.5rem 0;
}

.counter-wrap,.counter-wrap > .section-heading  {
    padding: 1.5rem 0;
}


.counter-wrap .section-heading + .counter-wrapper .counter {
    padding-top: 20px;
}

.benefit .section-heading h1.title,.counter-wrap .section-heading h1.title {
    font-weight: 600;
    font-size: 35px;
    line-height: 42px;
    text-align: center;
}
/* 
*--------------------------------
*benefit section style end
*--------------------------------
*/


/*
*-------------------------------- 
*testimony section style start 
*--------------------------------
*/
.testimony {
    padding: 20px 0 40px 0;
}

.testimony .section-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 40px;
}

.testimony .section-heading .title {
    font-weight: 800;
    font-size: 41px;
    line-height: 49px;
    text-align: center;
    text-transform: capitalize;
    color: #AE4F7F;
}

.testimony .section-heading .subtitle {
    font-weight: 400;
    font-size: 15px;
    line-height: 32px;
    text-align: center;
    color: #5A5A5A;
}

.rating-card {
    background: #EEEEEE;
    margin: 0 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rating-card>.card-content {
    display: flex;
    flex-direction: column;
    justify-content: left;
    align-items: flex-start;
    text-align: left;
    padding: 20px 40px;
}

.rating-card .card-subtitle {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    color: #4B4949;
}

.rating-icon-wrapper {
    display: flex;
    margin: 1rem 0;
}

.rating-icon-wrapper img {
    width: 18px;
    height: 18px;
}

.user-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.user-wrapper img {
    width: 63px;
    height: 63px;
    margin-right: 15px;
}

.user-text-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.user-text-wrapper .title {
    font-size: 19px;
    color: #4B4949;
    font-weight: 500;
    line-height: 32px;
    margin: 0;
    padding: 0;
}

.user-text-wrapper .subtitle {
    font-size: 13px;
    line-height: 32px;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
/* 
*--------------------------------
*testimony section style end 
*--------------------------------
*/


/* 
*--------------------------------
* blog section style start
*--------------------------------
*/
.slider-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}

.blog-content .section-heading .title {
    font-weight: 800;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #AE4F7F;
}

.blog-content-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3rem;
}

.cat-wrap {
    justify-content: center;
    background-color: #AE4F7F;
    border-radius: 0 0 30px 0;
    color: #fff;
    padding: 5px 50px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    width: 50%;
}

.cat-wrap .title.category {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    line-height: 150%;
    display: flex;
    align-items: center;
    text-align: center;
}

.item-content-wrap .blog-description{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    position: relative;
    flex-wrap: wrap;
    padding: 5px 30px;
    color: #fff;
    bottom: 77px;
}

/* blog slider style start */
.layout {
    display: flex;
    flex-direction: column;
    height: 50vh;
}

.layout-main {
    flex: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.layout-sidebar {
    flex: 0 1 50%;
    max-width: 50%;
    margin-right: 1rem;
}

.layout-sidebar > .layout-subsection {
    width:100%;
    height: 523px;
    background: linear-gradient(180deg, rgba(255, 211, 211, 0) 0%,
    rgba(144, 144, 144, 0.433862) 31.77%,
    rgba(97, 97, 97, 0.619626) 47.4%,
    #000000 98.44%),
    var(--image-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.layout-sidebar > .layout-subsection .blog-description {
    bottom: -400px;
}

.layout-content {
    display: flex;
    flex-direction: column;
    flex: 1 1 50%;
    max-width: 50%;
    overflow: auto;
}

.layout-content > .layout-subsection {
    background: linear-gradient(180deg, rgba(255, 211, 211, 0) 0%,
    rgba(144, 144, 144, 0.433862) 31.77%,
    rgba(97, 97, 97, 0.619626) 47.4%,
    #000000 98.44%),
    var(--image-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    overflow: hidden;
}

.layout-content > .layout-subsection + .layout-subsection,
.layout-content > .layout-subsection {
    height: 250px;
}

.layout-content > .layout-subsection + .layout-subsection .blog-description,
.layout-content > .layout-subsection .blog-description {
    bottom: -135px;
}

.layout-content > .layout-subsection + .layout-subsection {
    margin-top: 1.25rem;
    background: linear-gradient(180deg, rgba(255, 211, 211, 0) 0%,
    rgba(144, 144, 144, 0.433862) 31.77%,
    rgba(97, 97, 97, 0.619626) 47.4%,
    #000000 98.44%),
    var(--image-url);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
}

.layout-subsection .blog-description {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 5px 30px;
    color: #fff;
}

.slider-section .swiper-container {
    display: grid;
}

.slider-section .swiper-container > div {
    height: 76vh;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: rgba(204, 204, 204, 1);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #AE4F7F;
    width: 60px;
    border-radius: 10px;
}
/* blog slider style end */
/* 
*--------------------------------
*blog section style end
*--------------------------------
*/


/*
*----------------------------------------------------------------*
*------------------- Media Query Start --------------------------*
*----------------------------------------------------------------*
*/
/*
*--------------------------------------
*slider style for larger screen start
*--------------------------------------
*/
@media screen and (min-width: 1000px) {
    .slider-section .swiper-container > div {
        height: 100vh;
    }

    .swiper-wrapper {
        margin-top: -150px;
    }
}

@media screen and (min-width: 1400px) {
    .slider-section .swiper-container > div {
        height: 70vh;
    }

    .swiper-wrapper {
        margin-top: -80px;
    }
}

@media screen and (min-width: 2000px) {
    .slider-section .swiper-container > div {
        height: 60vh;
    }

    .swiper-wrapper {
        margin-top: 0;
    }

    .swiper-horizontal>.swiper-pagination-bullets, 
    .swiper-pagination-bullets.swiper-pagination-horizontal, 
    .swiper-pagination-custom, 
    .swiper-pagination-fraction {
        bottom: 90px;
    }
}
/*
*--------------------------------------
*slider style for larger screen end
*--------------------------------------
*/


/* 
*--------------------------------
*style for laptop devices start
*--------------------------------
*/
@media all and (max-width:800px) {
    .home-main-section {
        flex-direction: column;
        justify-content: center;
    }

    .home-main-section .men-image {
        min-width: 350px;
        min-height: 135vh;
    }

    .counter {
        padding: 1.5rem;
    }

    .blog-content-wrap {
        margin-bottom: 0;
    }

    .slider-section .swiper-container > div {
        height: 65vh;
    }
    .layout-sidebar > .layout-subsection {
        height: 100%;
    }
    .layout-content > .layout-subsection {
        flex: 1;
    }

    .layout-sidebar > .layout-subsection .blog-description {
        bottom: -193px;
    }

    .layout-content > .layout-subsection + .layout-subsection .blog-description,
    .layout-content > .layout-subsection .blog-description {
        bottom: -43px;
    }

    .swiper-wrapper {
        margin-top: -15px;
    }
}
/* 
*--------------------------------
*style for laptop devices end
*--------------------------------
*/


/* 
*--------------------------------
*style for mobile devices start
*--------------------------------
*/
@media all and (max-width:600px) {
    .home-main-section .img-wrapper {
        display: none;
    }

    .home-main-section {
        justify-content: center;
    }

    .home-main-section .men-image {
        min-height: 36vh;
        align-self: center;
    }

    .counter-wrapper {
        flex-direction: column;
    }

    .counter {
        align-self: center;
    }

    .card-row {
        flex-direction: column;
    }

    .rating-card,
    .card {
        margin: 20px auto;
        width: 100%;
    }

    .blog-card {
        width: 100%;
        height: auto;
    }

    .blog-card.right-col {
        flex-direction: column;
        margin: 10px 0;
        width: 100%;
        height: auto;
    }

    .blog-card.left-col {
        margin-right: 0;
    }

    .blog-card a {
        text-decoration: none;
        padding: 0;
        width: 100%;
    }

    .blog-cat-wrapper {
        padding: 2px 20px;
    }

    span.description {
        bottom: 0;
    }

    .layout {
        width: 100%;
    }

    .layout-subsection .blog-description {
        padding: 0 4px;
    }

    .right-col span.description {
        bottom: 2px;
    }

    .layout-sidebar > .layout-subsection .blog-description {
        bottom: -170px;
    }

    .layout-content > .layout-subsection + .layout-subsection .blog-description,
    .layout-content > .layout-subsection .blog-description {
        bottom: -37px;
    }
}
/* 
*--------------------------------
*style for mobile devices end
*--------------------------------
*/