html {
    scroll-behavior: smooth;
}

body {
    font-family: 'geomanist-regular', 'Open Sans', Arial !important;
}

.txt-bold {
    font-family: 'geomanist-bold';
}

.txt-medium {
    font-family: 'geomanist-medium';
}

.txt-book {
    font-family: 'geomanist-book';
}

.clr-red {
    color: #f51f20;
}

.sub_title h1 {
    font-family: 'geomanist-book';
}

.pg-desc-main {
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px;
}

.winner-list-container {
    position: relative;
    border-radius: 0px;
    margin: 0px 15px 50px 15px;
}

#winner-july .winner-list-header {
    background-color: #f1dfb9;
}

#winner-july .winner-list-body {
    max-height: 0;
}

#winner-july .card-winner-name {
    background-color: #f1dfb9;
}

#winner-july .col-winner {
    border-right: 2px solid #f1dfb9;
}

#winner-july .col-winner:last-child {
    border-bottom: none;
    border-right: none;
}

#winner-august .winner-list-header {
    background-color: #fdb082;
}

#winner-august .winner-list-body {
    max-height: 0;
}

#winner-august .card-winner-name {
    background-color: #fdb082;
}

#winner-august .col-winner {
    border-right: 2px solid #fdb082;
}

#winner-august .col-winner:last-child {
    border-bottom: none;
    border-right: none;
}

#winner-september .winner-list-header {
    background-color: #f0c2df;
}

#winner-september .winner-list-body {
    max-height: 0;
}

#winner-september .card-winner-name {
    background-color: #f0c2df;
}

#winner-september .col-winner {
    border-right: 2px solid #f0c2df;
}

#winner-september .col-winner:last-child {
    border-bottom: none;
    border-right: none;
}

.winner-list-header {
    padding: 15px 30px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.winner-list-header-title {
    margin-bottom: 10px;
    color: #333;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
}

.winner-list-header-desc {
    margin-bottom: 30px;
    color: #333;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    padding: 0px 50px;
}

.winner-list-body {
    border-radius: 0px;
    background-color: #ffffff;
}

.row-winner {
    padding: 30px 20px;
}

.col-winner {
    padding: 0 10px;
}

.col-winner:last-child {
    padding: 0px 10px;
    border-right: none;
}

.card-winner-prize {
    position: relative;
    padding: 20px 0px;
}

.card-winner-prize-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
}

.card-winner-prize-img img {
    width: 100%;
}

.card-winner-prize-bg {
    margin: auto;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: #cac8c9;
}

.card-winner-name {
    display: inline-block;
    margin-bottom: 15px;
    padding: 10px;
    width: 100%;
    border-radius: 15px;
    color: #333;
    font-size: 18px;
    text-align: center;
}

.card-winner-from {
    margin-top: 6px;
    margin-bottom: 4px;
    font-family: 'geomanist-regular', 'Open Sans', Arial !important;
    font-size: 16px;
    text-align: center;
}

.card-winner-prize-brand {
    margin-bottom: 4px;
    font-size: 16px;
    text-align: center;
}

.card-winner-prize-value {
    margin-bottom: 15px;
    font-size: 16px;
    text-align: center;
}

.overlay-notice {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0px;
    background-color: rgba(177, 175, 175, 0.9);
    z-index: 30;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

#cn2,
#cn3 {
    opacity: 0;
    max-height: 0;
}

.overlay-notice-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overlay-notice-txt-l1 {
    margin-bottom: 5px;
    font-size: 28px;
    text-align: center;
}

.overlay-notice-txt-l2 {
    margin-bottom: 5px;
    font-size: 18px;
    text-align: center;
}

.collapsible1,
.collapsible2,
.collapsible3 {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
}

.active,
.collapsible1:hover {
    background-color: #555;
}

.active,
.collapsible2:hover {
    background-color: #555;
}

.active,
.collapsible3:hover {
    background-color: #555;
}

.btn-plus1 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #e3c182;
    padding: 5px 17px;
    font-size: 30px;
}

.btn-minus1 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #e3c182;
    padding: 5px 17px;
    font-size: 30px;
}

.btn-plus2 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #fc7b42;
    padding: 5px 17px;
    font-size: 30px;
}

.btn-minus2 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #fc7b42;
    padding: 5px 17px;
    font-size: 30px;
}

.btn-plus3 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #e498c6;
    padding: 5px 17px;
    font-size: 30px;
}

.btn-minus3 {
    color: white;
    font-weight: bold;
    float: right;
    margin-top: -90px;
    background: #e498c6;
    padding: 5px 17px;
    font-size: 30px;
}

.collapsible-content {
    overflow: hidden;
    max-height: 0px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    background-color: #f1f1f1;
    width: 100%;
}

@media (max-width:480px) {}

@media (min-width:481px) and (max-width:640px) {}

@media (min-width:641px) and (max-width:768px) {
    #winner-september .col-winner:first-child {
        border-top: none;
        border-bottom: 2px solid #959191;
        border-left: none;
        border-right: 2px solid #959191;
    }
    #winner-september .col-winner:nth-child(2) {
        border-top: none;
        border-bottom: 2px solid #959191;
        border-left: none;
        border-right: none;
    }
    #winner-september .col-winner:nth-child(3) {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: 2px solid #959191;
    }
    #winner-september .col-winner:last-child {
        border-top: none;
        border-bottom: none;
        border-left: none;
        border-right: none;
    }
}

@media (min-width:769px) and (max-width:992px) {}

@media (min-width:769px) and (max-width:1024px) {}

@media (min-width:993px) and (max-width:1200px) {}

@media (max-width:640px) {
    .row-winner {
        padding: 0px 20px;
    }
    #winner-july .col-winner {
        border-bottom: 2px solid #f1dfb9;
        border-right: none;
        padding-top: 20px;
    }
    #winner-july .col-winner:last-child {
        padding-top: 20px;
    }
    #winner-august .col-winner {
        border-bottom: 2px solid #fdb082;
        border-right: none;
        padding-top: 20px;
    }
    #winner-september .col-winner {
        border-bottom: 2px solid #f0c2df;
        border-right: none;
        padding-top: 20px;
    }
    .col-winner:last-child {
        padding: 30px 20px;
        border-bottom: none;
        border-right: none;
    }
}

@media (max-width:768px) {
    .pg-desc-main {
        font-size: 20px;
    }
    .winner-list-header-title {
        font-size: 22px;
        line-height: 30px;
    }
    .winner-list-header-desc {
        font-size: 18px;
        line-height: 24px;
    }
    .card-winner-name {
        font-size: 16px;
    }
    .btn-plus1,
    .btn-plus2,
    .btn-plus3,
    .btn-minus1,
    .btn-minus2,
    .btn-minus3 {
        float: none;
        margin-top: -10px;
        width: 50px;
        margin: auto;
    }
    #cn2,
    #cn3 {
        opacity: 0;
        min-height: 150px;
    }
}

@media (max-width:991px) {}

@media (max-width:1024px) {}

@media (min-width:1201px) {}