﻿
.buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap:wrap;
}

.wl-bg, .partners-bg {
    text-align: center;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    margin-top: -105px;
    padding-top: 105px;
}

.wl-bg {
    background-image: url('/assets/image/wl/banner.png');
}

.partners-bg {
    background-image: url('/assets/image/wl/banner-p.png');
}

.wl-bg .container, .partners-bg .container {
    background-color:transparent;
    padding:150px 0px 50px;
}

.wlmain {
    position:relative;
}
.wlmain::before{
    position:absolute;
    content:'';
    left:100px;
    top:-50px;
    background-image: url(/assets/image/wl/star.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    height:150px;
    width:100%;
}
.wltitle {
    margin-bottom: 30px;
    line-height: 1;
    word-wrap: break-word;
    text-transform: none;
    margin: 0px;
    padding-top: 30px;
    font-size: 7rem;
    font-family: "Krona One", serif;
    font-weight: 900;
    text-align: center;
    position:relative;
}
.wltitle span {
    display:block;
    font-size:6rem;
}

.wl-sec-2 h2 {
    font-size:4rem;
    color:#fff;
    font-family:"Krona One",serif;
}

.wl-sec-2 p {
    color:#737373;
    margin-top:20px;
    font-size:1.8rem;
}

.wl-sec-3 {
    justify-content: center;
    align-items: center;
    text-align: left;
    padding: 100px;
    background-color: white;
    background-size: cover;
    background-position: center;
}

.wl-sec-3 h2 {
    font-size: 3rem;
    color: #000;
    font-family: "Krona One", serif;
    font-weight: 500;
}

.content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    font-size: 25px;
    line-height: 1.6;
}

.content div {
    margin-bottom: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    font-weight: 600;
}

.content div:last-child {
    margin-bottom: 0;
}

.wl-sec-4 {
    width: 100%;
    /*height: 900px;*/
    padding: 100px 0px;
    background-image: url('/assets/image/wl/banner.png');
    background-size: cover;
    background-position: center;
}

.it-sec-4 {
    width: 100%;
    padding: 100px 0px;
    background: rgb(1, 3, 3);
    background: linear-gradient(180deg, rgba(1, 3, 3, 1) 0%, rgba(82, 204, 180, 1) 16%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
    background-size: cover;
    background-position: center;
}

.text-section-1 {
    flex: 1;
    min-width: 300px;
    padding-left: 100px;
}

.text-section-1 h2 {
    font-size: 3rem;
    color: white;
    text-transform: none;
    font-weight: 500;
    font-family: "Krona One", serif;
}

.text-section-1 h3 {
    text-align: left;
    font-weight: 400;
    font-size: 2.5rem;
    font-family: "Poppins", serif;
    color: #f1f1f1;
}

.text-section-1 h3 span {
    color: #000;
}

.card-cont {
    height:190px;
    margin-top:140px;
}

.card-half, .card-half2 {
    width:12.5%;
}

.card-half div, .card-half2 div {
    width: 12.5%;
    background-color: #444444;
    width:90%;
    height:100%;
}

.card-half div {
    border-radius: 0px 30px 30px 0px;
}

.card-half2 div {
    border-radius: 30px 0px 0px 30px;
    float:right;
}

.card {
    background: rgb(54, 192, 165);
    background: linear-gradient(127deg, rgba(54, 192, 165, 1) 0%, rgba(0, 0, 0, 1) 17%, rgba(0, 0, 0, 1) 50%, rgba(255, 255, 255, 1) 100%);
    color: white;
    padding: 30px;
    border-radius: 30px;
    height: 100%;
    text-align: left;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    width:97%;
    margin:0 auto;
}

.card:hover {
    transform: scale(1.05);
}

.card::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    background: rgb(255, 255, 255);
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(40, 174, 131, 1) 62%, rgba(114, 188, 110, 1) 83%);
    border-radius: 50%;
    box-shadow: 0 4px 8px #cbf9b0;
}

.card p {
    font-size: 1.4rem;
    margin: 60px 0 0;
    z-index: 1;
    font-weight: 400;
}

.it-bg {
    text-align: center;
    width: 100%;
    background-image: url('/assets/image/about/about-main.png');
    background-size: cover;
    background-position: center;
}

.it-bg .container {
    background-color:transparent;
    padding:100px 0px 50px;
}

@media (min-width: 1500px) {
    .content{
        margin:0;
    }
}

@media (max-width: 1000px) {
    .wl-bg, .partners-bg {
        margin-top: -72px;
        padding-top: 72px;
    }
    .wlmain::before {
        left: 30px;
    }
    .wl-sec-2 h2 {
        font-size: 3rem;
    }
}
@media (max-width: 768px) {
    .wlmain::before {
        left: 50px;
    }
    .wl-sec-3 {
        padding: 50px 80px;
    }
    .wl-sec-3 h2, .text-section-1 h2, .text-section-1 h3, .container-6 h2 {
        font-size: 1.7rem;
    } 
    .wl-sec-3 h2 {
        line-height: 1.3em;
    }
    .text-section-1 h2 {
        justify-content:center;
        text-align:center;
    }
    .text-section-1 h3 {
        text-align: center;
        color: #000;
    }

    .text-section-1 {
        padding-left: 0px;
    }
    .card {
        width: 100%;
    }

    .card-cont {
        margin-top:80px;
        height:unset;
    }

    .card-cont > div {
        margin-bottom: 20px;
    }
}
@media screen and (min-width:600px) {
    .text-section-1 h2 {
        display: flex;
    }
}
@media screen and (max-width:576px) {
    .wlmain::before {
        top:-80px;
        left:-20px;
    }
    .wltitle {
        font-size: 4rem;
    }
    .wltitle span {
        font-size:3rem;
    }
    .partners-bg .wltitle, .it-bg .wltitle {
        font-size: 3.3rem;
    }
    .partners-bg .wltitle span, .it-bg .wltitle span {
        font-size: 2.7rem;
    }
    .buttons {
        gap:0;
    }
    .wl-sec-2 h2 {
        font-size: 2rem;
    }
    .wl-sec-2 p {
        font-size: 1.5rem;
    }
}