* {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.a {
   
    min-height: 100vh;
    overflow-x: hidden;
    position: relative;
    color: white;
}

.b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 8%;
    position: relative;
    z-index: 10;
}

.b1 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
}

.b2 a {
    color: white;
    text-decoration: none;
    margin: 0 15px;
    font-size: 14px;
    opacity: 0.9;
}

.b3 {
    
    padding: 5px 10px;
    border-radius: 4px;
}

.b4 img {
    width: 20px;
    margin-left: 10px;
    vertical-align: middle;
}

.b5 {
    display: none;
}

.c {
    display: flex;
    align-items: center;
    padding: 50px 8%;
    position: relative;
    z-index: 5;
}

.c1 {
    flex: 1;
}
 .r44{
    background-color: #CF5DDE;
 }
.c2 {
    font-size: 48px;
    line-height: 1.1;
    margin-bottom: 20px;
    max-width: 500px;
}

.c3 {
    font-size: 18px;
    margin-bottom: 40px;
    max-width: 450px;
    opacity: 0.8;
}

.c4 {
    display: flex;
    gap: 20px;
}

.c5 {
    border: 2px solid white;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    color: white;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
   
}


.d {
    flex: 1;
    position: relative;
    height: 500px;
}

.d1,
.d2 {
    position: absolute;
    height: 100%;
}

.d1 {
    z-index: 2;
    left: 50px;
}

.d2 {
    z-index: 1;
    left: 200px;
    top: -40px;
}


.e {
    position: absolute;
    bottom: 0;
    width: 100%;
    line-height: 0;
}

.e svg {
    width: 100%;
    height: 150px;
}


@media (max-width: 510px) {

    .b2,
    .b4 {
        display: none;
    }

    .b5 {
        display: block;
        
    }

    .b5 span {
        display: block;
        width: 25px;
        height: 3px;
        background: white;
        margin: 5px 0;
    }

    .c {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }

    .c2 {
        font-size: 28px;
        margin: 0 auto 20px;
    }

    .c3 {
        font-size: 14px;
        margin: 0 auto 30px;
    }

    .c4 {
        flex-direction: column;
        align-items: center;
    }

    .d {
        margin-top: 50px;
        width: 100%;
        height: 400px;
        display: flex;
        justify-content: center;
    }

    .d1 {
        position: relative;
        left: 0;
        height: 350px;
    }

    .d2 {
        position: relative;
        left: -40px;
        top: 40px;
        height: 350px;
    }

    .e svg {
        height: 80px;
    }
}
.aa {
    padding: 80px 5%;
    background-color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    
}

.ab {
    text-align: center;
    margin-bottom: 60px;
}

.ac {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.ad {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
}


.ae {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.af, .ah {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.ai {
    display: flex;
    align-items: center;
    gap: 20px;
}

.af .ai {
    text-align: right;
    justify-content: flex-end;
}

.ak {
    font-size: 18px;
    margin-bottom: 8px;
    color: #333;
}

.al {
    font-size: 13px;
    color: #777;
    line-height: 1.4;
}


.am {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #a29bfe, #6c5ce7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 4px 15px rgba(108, 92, 231, 0.3);
}

.an {
    width: 25px;
    height: 25px;

}


.ag {
    flex: 1;
    text-align: center;
}

.ao {
    max-width: 100%;
    height: auto;
}


@media (max-width: 510px) {
    .ae {
        flex-direction: column;
    }

    .ag {
        order: -1; 
        margin-bottom: 40px;
    }

    .af, .ah {
        text-align: center;
        gap: 30px;
    }

    .ai {
        flex-direction: column !important;
        text-align: center !important;
    }

    .af .ai {
        justify-content: center;
    }


}
.ftr {
    background: linear-gradient(135deg, #8e44ad, #a29bfe);
    color: #ffffff;
    padding-bottom: 40px;
    font-family: sans-serif;
}

.wav {
    line-height: 0;
    width: 100%;
}

.wav svg {
    width: 100%;
    height: 100px;
}

.wrp {
    display: flex;
    justify-content: space-between;
    padding: 60px 8% 40px;
    gap: 40px;
}

.cl1 { flex: 2; }
.cl2 { flex: 1.5; }
.cl3 { flex: 1; }

.ttl {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.txt {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.8;
    margin-bottom: 10px;
}

.soc {
    display: flex;
    gap: 15px;
}

.ico {
    width: 32px;
    height: 32px;
    cursor: pointer;
}

.lin {
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    margin: 0 8% 30px;
}

.cpr {
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

@media (max-width: 510px) {
    .wrp {
        flex-direction: column;
        text-align: center;
        padding-top: 20px;
    }
    
    .soc {
        justify-content: center;
    }
    
    .lin {
        margin: 20px 8%;
    }
}