/* Banner.css */

.banner .swiper-pagination-bullet-active {
    background: #fff;
    width: 60px;
    border-radius: 20px;
}

.banner .swiper-pagination-bullet {
    border-color: #fff;
}

.banner-slide-inner {
    position: relative;
}

.banner-slide-image {
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: var(--adt-border-radius);
    border-bottom-right-radius: var(--adt-border-radius);
}

/* Home Trip */

.home-trip-inner {
    position: relative;
}

.home-trip-image {
    position: relative;
    overflow: hidden;
    box-shadow: var(--adt-shadow);
    border-radius: var(--adt-border-radius);
}

.home-trip-info {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 100px;
    padding-right: 120px;
    max-width: 640px;
}

.home-trip-info .sec-title {
    text-align: end;
    margin-bottom: 40px;
}

.home-trip-info .sec-title .title {
    font-family: "SVN Servetica";
    font-size: 68px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
}

.home-trip-info .sec-title .subtitle {
    color: var(--adt-primary-color);
    font-family: var(--adt-secondary-font);
    font-size: 60px;
    line-height: normal;
}

/* Home Counter */

.home-counter-inner {
    position: relative;
    background: #fff;
    padding: 40px 120px;
    border-radius: var(--adt-border-radius);
    box-shadow: var(--adt-shadow);
}

.home-counter-list {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
}

.home-counter-item {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.home-counter-item.countdown-list {
    flex: 2;
    justify-content: space-between;
}

.home-counter-item:not(:last-child) {
    margin-right: 80px;
    padding-right: 80px;
    border-right: 1px solid;
}

.home-counter-title {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 16px;
    flex: 0 0 auto;
    width: 100%;
}

.home-counter-title span {
    background: linear-gradient(145deg, #003686 25%, #540288 24%, #b90023 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.countdown-item {
    position: relative;
    min-width: 120px;
    text-align: center;
}

.countdown-item span {
    display: block;
    line-height: 1;
}

.countdown-item span.countdown-text {
    font-size: 20px;
    margin-bottom: 4px;
}

.countdown-item span.countdown-value {
    font-size: 80px;
    font-weight: 400;
}

.countdown-item.day span.countdown-value {
    font-weight: bold;
}

.home-counter-item p {
    font-size: 25px;
    font-weight: 600;
}

/* Home Happy Tree */

.home-happytree {
    position: relative;
    padding: 180px 0 340px;
    background: #fff url(../images/background_tree.png) no-repeat bottom center;
    background-size: 100%;
}

.home-happytree .sec-title {
    margin-bottom: 10px;
}

.home-happytree-content {
    max-width: 89%;
}

.home-happytree-content h2 {
    font-size: 29px;
    line-height: normal;
}


.home-happytree-col-right {
    position: absolute;
    bottom: 20%;
    right: -10%;
    padding: 0;
    -ms-flex: 0 0 49%;
    flex: 0 0 49%;
    max-width: 49%;
}

.home-happytree-image {
    max-width: 1044px;
    margin-left: auto;
}

.home-happytree-image img {
  transform: scale(1.4);
}

/* Home Rule */

.home-rule-inner {
    position: relative;
    padding: 40px 120px;
    background: #fff url(../images/background_rule.png) no-repeat center center;
    background-size: cover;
    border-radius: var(--adt-border-radius);
    overflow: hidden;
    box-shadow: var(--adt-shadow);
    color: #fff;
}

@media (min-width: 1025px) {

    .home-rule-col-left {
        -ms-flex: 0 0 62%;
        flex: 0 0 62%;
        max-width: 62%;
    }

    .home-rule-col-right {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

}

.home-rule-image {
    padding-right: 15px;
}

.home-rule .sec-title .subtitle {
    color: #fff;
}

.home-rule .sec-title {
    margin-bottom: -10px;
}

.home-rule .sec-title .title {
    font-size: 114px;
}

.home-rule .sec-title .title span {
    background: transparent;
    color: #fff;
    -webkit-text-fill-color: #fff;
}

.home-rule-content h2,
.home-rule-content h3 {
    color: #fff;
}

.home-rule-content h2 {
    font-size: 42px;
}

.home-rule-btn .btn.btn-primary {
    --background-color: #fff;
    --background-hover-color: var(--adt-primary-hover-color);
    --color-text: var(--adt-primary-color);
    --color-hover-text: #fff;
}

/* Home Contest */

.home-contest {
    position: relative;
    padding: 120px 0 360px;
    background: #fff url(../images/background_contest.png) no-repeat bottom center;
    background-size: cover;
}

.home-contest .sec-title {
    margin-bottom: 20px;
}

/* Home Donate Blood */

.home-donateblood .sec-title {
    margin-bottom: 16px;
}

.home-donateblood-inner {
    position: relative;
    background: #fff7fb;
    border-radius: var(--adt-border-radius);
    overflow: hidden;
    padding: 60px 120px 60px 30px;
    box-shadow: var(--adt-shadow);
}

@media only screen and (min-width: 1441px) and (max-width: 1919px) {
    .home-trip-info {
        padding-right: 60px;
    }

    .home-trip-info .sec-title .subtitle {
        font-size: 46px;
    }

    .home-trip-info .sec-title .title {
        font-size: 60px;
    }

    .home-trip-content h3 {
        font-size: 18px;
    }

    .home-counter-inner {
        padding: 40px 60px;
    }

    .home-counter-title {
        font-size: 24px;
    }

    .home-counter-item.countdown-list {
        flex: 2.5;
    }

    .home-counter-item:not(:last-child) {
        margin-right: 60px;
        padding-right: 60px;
    }

    .countdown-item span.countdown-value {
        font-size: 68px;
    }

    .home-counter-item p {
        font-size: 20px;
    }

    .home-happytree {
        padding: 80px 0 200px;
    }

    .home-happytree-col-left {
        padding-left: 75px;
    }

    .home-happytree-content h2 {
        font-size: 18px;
    }

    .home-happytree-col-right{
        bottom: 20%;
        right: 5%;
    }

    .home-happytree-image {
        max-width: 620px;
    }

    .home-rule-inner {
        padding: 40px 60px;
    }

    .home-rule .sec-title .title {
        font-size: 92px;
    }

    .home-rule-content h2 {
        font-size: 34px;
    }

    .home-rule-content h3 {
        font-size: 18px;
    }

    .home-contest {
        padding-top: 80px;
    }

    .home-contest-content h3 {
        font-size: 18px;
    }

    .home-donateblood-inner {
        padding: 40px 60px;
    }

    .countdown-item span.countdown-text{
        font-size: 16px;
    }
}

@media only screen and (min-width: 1441px) and (max-width: 1919px) {
    .home-trip-info {
        max-width: 500px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .home-trip-info {
        padding-right: var(--adt-gap);
        max-width: 450px;
    }

    .home-trip-info .sec-title .subtitle {
        font-size: 46px;
    }

    .home-trip-info .sec-title .title {
        font-size: 52px;
    }

    .home-trip-content h3 {
        font-size: 16px;
    }

    .home-counter-inner {
        padding: var(--adt-gap);
    }

    .home-counter-title {
        font-size: 20px;
    }

    .home-counter-item:not(:last-child) {
        margin-right: 40px;
        padding-right: 40px;
    }

    .home-counter-item p {
        font-size: 16px;
    }

    .countdown-item span.countdown-value {
        font-size: 46px;
    }

    .home-happytree {
        padding: calc(var(--adt-gap)*2) 0 160px;
    }

    .home-happytree-content h2 {
        font-size: 16px;
    }

    .home-happytree-col-right{
        bottom: 25%;
        right: 1%;
    }

    .home-happytree-image {
        max-width: 550px;
    }

    .home-happytree-btn .btn.btn-primary {
        min-width: 155px !important;
    }

    .home-rule-inner {
        padding: var(--adt-gap);
    }

    .home-rule .sec-title {
        margin: 0;
    }

    .home-rule .sec-title .title {
        font-size: 90px;
    }

    .home-rule-content h2 {
        font-size: 26px;
    }

    .home-rule-content h3 {
        font-size: 16px;
    }

    .home-contest {
        padding: calc(var(--adt-gap)*2) 0 250px;
    }

    .home-contest .sec-title .title {
        font-size: 60px;
    }

    .home-contest .col-lg-5 {
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        max-width: 45%;
    }

    .home-contest-content {
        max-width: 420px;
    }

    .home-contest-content h3 {
        font-size: 16px;
    }

    .home-donateblood-inner {
        padding: var(--adt-gap);
    }

    .countdown-item span.countdown-text{
        font-size: 14px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .home-trip-content h3 {
        font-size: 16px;
    }

    .home-counter-item.countdown-list {
        flex: 2.5;
    }

    .home-counter-title {
        font-size: 20px;
    }

    .countdown-item {
        min-width: 90px;
    }

    .countdown-item span.countdown-value {
        font-size: 50px;
    }

    .home-counter-item p {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .home-trip-info {
        position: relative;
        padding-top: 20px;
        padding-right: 0;
        text-align: left;
    }

    .home-trip-info .sec-title {
        text-align: left;
    }

    .home-trip-info .sec-title .subtitle {
        font-size: 46px;
    }

    .home-trip-info .sec-title .title {
        font-size: 54px;
    }

    .home-trip-content h2,
    .home-trip-content h3 {
        font-size: 18px;
    }

    .sec-btn.home-trip-btn {
        justify-content: flex-start !important;
    }

    .home-counter-inner {
        padding: var(--adt-gap);
    }

    .home-counter-item:not(:last-child) {
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 20px;
        border: none;
    }

    .home-counter-list {
        display: block;
    }

    .home-counter-title {
        font-size: 24px;
        text-align: center;
    }

    .countdown-item {
        min-width: 100px;
    }

    .countdown-item span.countdown-value {
        font-size: 60px;
    }

    .home-counter-item p {
        font-size: 18px;
    }

    .home-happytree {
        padding: var(--adt-gap) 0 120px;
    }

    .home-happytree-content h2 {
        font-size: 18px;
    }

    .home-happytree-image {
        max-width: 500px;
    }

    .home-rule-inner {
        padding: var(--adt-gap);
    }

    .home-rule-image {
        padding: 0;
    }

    .home-rule-col-right {
        margin-top: 20px;
        text-align: left;
    }

    .home-rule .sec-title .title {
        font-size: 80px;
    }

    .home-rule-content h2 {
        font-size: 32px;
    }

    .home-rule-content h3 {
        font-size: 20px;
    }

    .sec-btn.home-rule-btn {
        justify-content: flex-start !important;
    }

    .home-contest {
        padding: var(--adt-gap);
        background: #fff;
    }

    .home-contest-content h2,
    .home-contest-content h3 {
        font-size: 18px;
    }

    .home-donateblood-inner {
        padding: var(--adt-gap);
    }

    .home-donateblood .sec-title {
        margin-top: 20px;
    }

    .home-donateblood .col-12 {
        text-align: left;
    }

    .sec-btn.home-donateblood-btn {
        justify-content: flex-start !important;
    }
    .countdown-item span.countdown-text{
        font-size: 16px;
    }
}

@media only screen and (max-width: 480px) {
    .home-trip {
        padding-top: 0;
    }

    .home-trip-info {
        padding-top: 10px;
    }

    .home-trip-info .sec-title {
        margin-bottom: 20px;
    }

    .home-trip-info .sec-title .subtitle {
        font-size: 36px;
    }

    .home-trip-info .sec-title .title {
        font-size: 46px;
    }

    .home-counter-inner {
        padding: 20px 15px;
    }

    .home-counter-title {
        font-size: 18px;
    }

    .countdown-item {
        min-width: 80px;
    }

    .countdown-item span.countdown-value {
        font-size: 40px;
    }

    .home-happytree {
        padding: 20px 5px 60px;
    }

    .home-happytree-col-right {
        display: none !important;
    }

    .home-happytree-content {
        max-width: 100%;
    }

    .home-rule-inner {
        padding: 20px 15px;
    }

    .home-rule-col-right {
        margin-top: 10px;
    }

    .home-rule .sec-title {
        margin: 0;
    }

    .home-rule .sec-title .title {
        font-size: 60px;
    }

    .home-rule-content h2 {
        font-size: 24px;
    }

    .home-rule-content h3 {
        font-size: 16px;
    }

    .home-contest {
        padding: 20px 5px 20px;
    }

    .home-donateblood-inner {
        padding: 20px 15px;
    }

}