@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Black+Ops+One&family=Funnel+Display:wght@300..800&family=Goldman:wght@400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Potta+One&family=Schoolbell&display=swap');

.container-customize {
    background-image: url(../images/bg14.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;  
    width: 100%;
}

.header {
    margin-top: 0;
    z-index: 100000;
    position: relative;
}

.container-content2 {

    padding-top: 45px;
}

.hero {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 20px;
}

.hero-left {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40%;
    height: 100%;
    position: relative;
    z-index: 100;
}

@keyframes hero-left-img {
    0% {
        transform: translateX(-100%) rotate(1080deg);
        opacity: 0;
    }
    100% {
        transform: translateX(0%) rotate(0deg);
        opacity: 1;
    }
}

.hero-left-img {
    position: absolute;
    left: -46%;
    top: -22%;
    border-radius: 100%;
    box-shadow: 0 0 10px #000000;
    z-index: 100;
    animation: hero-left-img 0.8s ease-in-out;
}

@keyframes hero-right-center {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.hero-center {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    padding: 15px 40px;
    gap: 20px;
    width: 80%;
    border-radius: 50px;
    animation: hero-right-center 0.8s ease;
}

.hero-center2 {
    display: none;
}

.hero-center-row {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.hero-center-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    transition: 0.15s ease;
    cursor: pointer;
    box-shadow: 0 0 10px #000000;
}

.hero-center-item2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    transition: 0.15s ease;
    cursor: pointer;
    box-shadow: 0 0 10px #000000;
}

.hero-center-active {
    transform: scale(1.15);
    box-shadow: 0 0 10px #ffa034;
}

.hero-center-img {
    height: 100%;
}

.hero-center-item:hover {
    transform: scale(1.1);
}

.hero-r {
    display: flex;
    width: 60%;
    flex-direction: column;
    padding: 40px 20px;
    justify-content: center;
    align-items: center;
    height: 100%;
    gap: 10px;
}

@keyframes hero-right-content {
    0% {
        transform: translateX(200%);
        opacity: 0;
    }
    100% {
        transform: translateY(0%);
        opacity: 1;
    }
}

.hero-right-content {
    background: rgba(104, 104, 104, 0.35);
    border-radius: 10px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    height: 60%;
    width: 100%;
    padding: 20px 20px;
    animation: hero-right-content 0.8s ease;
}

.hero-right-content2 {
    display: none;
}

@keyframes hero-right-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.hero-right-title {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    animation: hero-right-text 0.4s ease;
    font-family: "Potta One", system-ui;
    margin-bottom: 10px;
}

.hero-right-description {
    font-size: 24px;
    font-weight: 400;
    color: #eeeeee;
    animation: hero-right-text 0.8s ease;
    font-family: "Schoolbell", cursive;
}


@media (max-width: 1900px) {
    .hero-left-img {
        height: 1000px;
        left: -40%;
    }  
}

@media (max-width: 1770px) {
    .hero-left-img {
        height: 950px;
        left: -40%;
    }  
}

@media (max-width: 1670px) {
    .hero-left-img {
        left: -50%;
    }

    .hero-right-title {
        font-size: 40px;
    }

    .hero-right-description {
        font-size: 20px;
    }
}

@media (max-width: 1550px) {
    .hero-left-img {
        height: 900px;
        left: -50%;
        top: -25%;
    }

    .hero-center-item {
        width: 85px;
        height: 85px;
    }
}

@media (max-width: 1450px) {
    .hero-left-img {
        height: 900px;
        left: -60%;
    }
}

@media (max-width: 1366px) {
    .hero-left-img {
        height: 850px;
        left: -60%;
        top: -26%;
    }

    .hero-right-title {
        font-size: 35px;
    }

    .hero-right-description {
        font-size: 18px;
    }

    .hero-center {
        gap: 10px;
    }
    
    .hero-center-row {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }
    
    .hero-center-item {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 1280px) {
    .hero-left-img {
        height: 800px;
        left: -60%;
        top: -28%;
    }

    .hero-right-title {
        font-size: 32px;
    }
    
    .hero-right-description {
        font-size: 16px;
    }

    .hero-center {
        width: 90%;
    }
}   


@media (max-width: 1024px) {
    .hero {
        flex-direction: column;
        padding-top: 40px;
        gap: 20px;
    }

    .hero-left {
        width: 100%;
        height: 100px;
        order: 1;
        margin-bottom: 200px;
    }

    .hero-left-img {
        height: 1000px;
        left: 50%;
        top: -680%;
        transform: translate(-50%);
    }

   

    .hero-r {
        width: 100%;
        order: 2;
        padding: 20px;
        gap: 20px;
    }

    .hero-right-content {
        height: auto;
    }

    .hero-right-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .hero-right-description {
        font-size: 16px;
        display: none;
    }

    .r-desc2 {
        display: flex;
    }

    .hero-right-content2 {
        display: flex;
    }

    .hero-center {
        width: 80%;
        padding: 15px 20px;
        gap: 15px;
    }

    .hero-center-item {
        width: 90px;
        height: 90px;
    }

    @keyframes hero-left-img {
        0% {
            transform: translate(-50%, -60%) rotate(1080deg);
            opacity: 0;
        }
        100% {
            transform: translate(-50%, 0%) rotate(0deg);
            opacity: 1;
        }
    }
}

@media (max-width: 768px) {
    .hero-left-img {
        height: 800px;
        top: -500%;
    }

    .hero-right-title {
        font-size: 24px;
    }

    .hero-right-description {
        font-size: 14px;
    }

    .hero-center-item {
        width: 65px;
        height: 65px;
    }

    .hero-center {
        padding: 10px 15px;
        gap: 10px;
    }

    .hero-center {
        display: none;
    }

    .hero-center2 {
        display: flex;
        width: 60%;
    }

    .hero-center-item2 {
        width: 75px;
        height: 75px;
    }
}

@media (max-width: 480px) {
    .hero-left-img {
        height: 600px;
        top: -340%;
    }

    .hero-left {
        margin-bottom: 150px;
    }

    .hero-center {
        width: 90%;
    }

    .hero-right-title {
        font-size: 25px;
    }

    .hero-right-description {
        font-size: 16px;
    }

    .hero-center-item {
        width: 80px;
        height: 80px;
    }

    .hero-center-row {
        justify-content: space-between;
    }
}

