﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.article_carousel {
    width: 63.94791666666667VW;
    margin: auto;
    padding: 50px 0px;
    position:relative;
}

.ap_carousel_header {
    font-family: "Somersbyheader2015";
    font-style: normal;
    font-weight: 400;
    font-size: 2.3958333333333335vw;
    line-height: 5.15625vw;
    /* identical to box height, or 214% */

    text-transform: uppercase;
    color: #006e41;
    text-align: center;
}

.articleCaroselWrapper {
    display: flex;
    max-width: 100%;
    position: relative;
    /* justify-content: center; */
}

    .articleCaroselWrapper .ap_slideBtn {
        top: 50%;
        height: 60px;
        width: 60px;
        z-index: 99;
        color: #949399;
        cursor: pointer;
        font-size: 3.15rem;
        position: absolute;
        text-align: center;
        line-height: 44px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
        transform: translateY(-50%);
        -webkit-transition: background-color 0.25s linear, color 0.25s linear, visibility 0.25s linear, opacity 0.25s linear;
        -o-transition: background-color 0.25s linear, color 0.25s linear, visibility 0.25s linear, opacity 0.25s linear;
        transition: background-color 0.25s linear, color 0.25s linear, visibility 0.25s linear, opacity 0.25s linear;
    }

        .articleCaroselWrapper .ap_slideBtn:hover {
            background: #62a60f;
            color: #fff;
        }

        .articleCaroselWrapper .ap_slideBtn:first-child {
            left: -2.34375VW;
            display: none;
        }

        .articleCaroselWrapper .ap_slideBtn:last-child {
            right: -3.34375VW;
        }

.ap_slideBtn > svg {
    width: 13px;
}

.ap_slideBtn:hover svg:hover {
    color: #fff;
}

.articleCaroselWrapper .ap_carousel {
    display: -webkit-inline-box;
    font-size: 0px;
    cursor: pointer;
    overflow: hidden;
    scroll-behavior: smooth;
    width:100%;
}

.ap_prod_center {
    width: 100%;
    display: flex !important;
    justify-content: center;
}

.ap_carousel.dragging {
    cursor: grab;
    scroll-behavior: auto;
}

    .ap_carousel.dragging .ap_slide img {
        pointer-events: none;
    }

.ap_carousel .ap_slide {
    /* height: 500px; */
    /*user-select: none;*/
    width: calc(100% / 4);
}

/* @media screen and (min-width: 1700px) {
  .ap_carousel .ap_slide {
    width: calc(100% / 6);
  }
} */
.articleCard {
    width: 15.416666666666668vw !important;
    height: 24.135416666666664vw !important;
    margin:auto;
}

.articleCardImg {
    height: 13.125vw !important;
}

/*.articleCardInfo {
    height: 10.010416666666666vw !important;
}*/

.articleCardTitle {
    font-size: 1.0015989583333333vw !important;
    line-height: 1.09375vw !important;
}

.articleCardSubtitle {
    font-size: 0.6510416666666667vw !important;
    line-height: 0.8333333333333334vw !important;
}

.articleCaroselWrapper .ap_slideBtn {
    width: 47.2px !important;
    height: 47.2px !important;
}

.ap_slideBtn > svg {
    width: 10px !important;
}

.articleCaroselWrapper .ap_slideBtn {
    font-size: 2.15rem !important;
}

@media(max-width:1000px) {   
    .article_carousel {
        width:100%;
    }
}
@media screen and (max-width: 1000px) {
    /* .ap_carousel .ap_slide {
    width: calc(100% / 3);
  } */
    .ap_slideBtn {
        display: none !important;
    }

    .articleCard {
        width: 325px !important;
        height: 466px !important;
        margin: auto !important;
    }

    .articleCardImg {
        height: 277px !important;
        border-radius: 10.5519px 10.5519px 0px 0px !important;
    }

        .articleCardImg > img {
            border-radius: 10.5519px 10.5519px 0px 0px !important;
        }

    .articleCardInfo {
        width: 325px !important;
        height: 189px !important;
        border-radius: 0px 0px 10.5519px 10.5519px !important;
        padding: 26px 47px 26px 21px !important;
    }

    .articleCardTitle {
        font-size: 21.1039px !important;
        line-height: 22px !important;
    }

    .articleCardSubtitle {
        font-size: 13.7175px !important;
        line-height: 18px !important;
        margin-top: 7px !important;
    }

    .ap_carousel_header {
        font-size: 28px;
        line-height: 45px;
        margin-bottom:26px;
    }
}

@media screen and (max-width: 1000px) {
    .ap_carousel .ap_slide {
        width: 92%;
    }
}


/*///////////////////////////////////Winnnerlist CSS////*/

.wl_accordion {
    margin: auto;
    width: 60px;
    height: 60px;
    background: #ffffff;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    /* transform: rotate(-90deg); */
    border: none;
}

    .wl_accordion > svg {
        width: 100%;
    }
/*.wl_content{
    display:none;
}*/

.winner_list {
    font-family: "Somersbyheader2015";
    font-style: normal;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    color: #006e41;
    padding-top: 115px;
    margin-bottom: 100px;
}

.wl_heading {
    font-size: 72px;
    line-height: 96px;
    margin-bottom: 15px;
}

.winnerList_container {
    width: 14.895833333333334VW;
    margin: auto;
}

.stage_name {
    font-size: 21.0055px;
    line-height: 28px;
    /* identical to box height, or 133% */
}

.wl_wrapper {
    width: 14.895833333333334VW;
    height: 42.604166666666664VW;
    border: 4.33333px solid #5ca20a;
    border-radius: 52px;
    padding-top: 56px;
    padding-bottom: 48px;
}

.text_01 {
    width: 10.520833333333334VW;
    margin: auto;
    font-size: 1.40625VW;
    line-height: 1.4583333333333333VW;
    /* identical to box height, or 104% */
}

.text_02 {
    width: 7.916666666666666VW;
    margin: auto;
    font-size: 1.7708333333333333VW;
    line-height: 2.34375VW;
}

.winner_name {
    width: 8.072916666666668VW;
    font-size: 1.0940364583333335VW;
    line-height: 1.4583333333333333VW;
    color: #b38f70;
    margin: 1.3020833333333335VW auto;
}

.text_03 {
    width: 11.822916666666666VW;
    margin: auto;
    font-size: 2.7496145833333334VW;
    line-height: 3.6458333333333335VW;
    color: #5ca20a;
}

.text_04 {
    width: 11.770833333333334VW;
    margin: auto;
    font-size: 1.09375VW;
    line-height: 1.3020833333333335VW;
    color: #5ca20a;
}

.text_05 {
    width: 11.25VW;
    margin: auto;
    font-size: 1.40625VW;
    line-height: 1.4583333333333333VW;
    margin-top: 1.7187500000000002VW;
}

.text_06 {
    width: 2.65625VW;
    margin: auto;
    font-size: 3.4907291666666667VW;
    line-height: 5.833333333333333VW;
    color: #5ca20a;
}

.text_07 {
    width: 7.8125VW;
    margin: auto;
    font-size: 1.09375VW;
    line-height: 1.3020833333333335VW;
    color: #5ca20a;
}

.text_08 {
    width: 3.3854166666666665VW;
    margin: auto;
    font-size: 3.4907291666666667VW;
    line-height: 5.833333333333333VW;
    color: #5ca20a;
}

.text_09 {
    width: 11.145833333333334VW;
    margin: auto;
    font-size: 1.09375VW;
    line-height: 1.3020833333333335VW;
    color: #5ca20a;
    margin-bottom: 2.5VW;
}

.text_10 {
    font-size: 1.09375VW;
    line-height: 1.4583333333333333VW;
    /* or 133% */

    color: #5ca20a;
    margin-top: 4.0625VW;
    width: 45%;
    margin: auto;
}

    .text_10 > span {
        color: #006e41;
    }


.articleCaroselWrapper .ap_slideBtn:last-child {
    right: -5% !important;
}
.rotate_btn {
    transform: rotate(-180deg);
}

@media (max-width: 1000px) {
    .winnerList_container{
        width:90%;
    }
  
    .wl_heading {
        font-size: 28px;
        line-height: 45px;
    }

    .stage_name {
        font-size: 28px;
        line-height: 45px;
    }

    .text_01 {
        width:100%;
        font-size: 20px;
        line-height: 22px;
    }

    .text_02 {
        width: 100%;
        font-size: 26px;
        line-height: 35px;
    }

    .winner_name {
        width: 100%;
        font-size: 16.534px;
        line-height: 22px;
        margin: 15px auto;
    }

    .text_03 {
        width: 100%;
        font-size: 38px;
        line-height: 51px;
    }

    .text_04 {
        width: 70%;
        font-size: 14px;
        line-height: 15px;
    }

    .text_05 {
        width: 100%;
        font-size: 20px;
        line-height: 22px;
        margin-top:30px;
    }

    .text_06 {
        width: 100%;
        font-size: 38px;
        line-height: 88px;
    }

    .text_07 {
        width: 70%;
        font-size: 14px;
        line-height: 15px;
    }

    .text_08 {
        width: 100%;
        font-size: 38px;
        line-height: 88px;
    }

    .text_09 {
        width: 85%;
        font-size: 14px;
        line-height: 15px;
    }
    .text_10 {
        width: 100%;
        font-size: 16px;
        line-height: 20px;
        margin-top: 58px;
        width: 75%;
    }

    .wl_wrapper {
        width: 100%;
        padding-top: 35px;
        padding-bottom: 40px;
        /* width: 201.09px; */
        height: auto;
    }

    .winner_list {
        padding-top: 42px;
        margin-bottom: 44px;
    }
}
