:root {
    --main-color: #00a3ff;
    --sub-color: #1501ff;
    --third-color: #1eadffe3;
    --gray-color: #4b5566;
}

.gray_color {
    color: var(--gray-color);
}

* {
    box-sizing: border-box;
}

@font-face {
    font-family: PingAL-Regular;
    src: url('../fonts/pingal/TxD0D90TU6UZXGmNFd8S958g_customgeniallyv2.ttf') format('truetype');
}

@font-face {
    font-family: PingAL-Medium;
    src: url('../fonts/pingal/OiJyhgH2V8jzG0L8z8LUHjG8_customgeniallyv2.ttf') format('truetype');
}


p {
    padding: 0;
    margin: 0;
}


body,
html {
    width: 100%;
    min-height: 100%;
    height: auto;
    font-family: PingAL-Medium;
    margin: 0;
}

body .main {
    width: 100%;
    height: auto;
    padding-inline: 0;
}


* {
    scroll-behavior: smooth;
}

*::-webkit-scrollbar {
    width: 4px;
    height: 2px;
}

*::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb {
    background: #4e4e4e;
    border-radius: 25px;
}

*::-webkit-scrollbar-thumb:hover {
    background: #555;
}


@media (min-width: 701px) {

    body,
    html {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body .main {
        height: 750px !important;
        min-height: 750px !important;
        border-radius: 36px;
        overflow: hidden;
        background: #fff;
        display: flex;
        flex-direction: column;
        aspect-ratio: 360 / 640;
        border: 2px solid #000;
        border-radius: 10px;
        box-sizing: initial;
        max-width: 100%;
        width: unset;
        overflow: auto;
    }
}

body.index .main {
    max-width: 600px;
    height: 105vh;
    padding-inline: 0;
}

body.index .main .centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    justify-content: space-between;
    padding-top: 60px;
}

body.index .share img {
    width: 25px;
    margin-inline-start: 1rem;
    animation: fade-in 2s both;
}

body.index .logo img {
    width: 90%;
    max-width: 300px;
    animation: scale-in-center 2s both;
    -webkit-animation: scale-in-center 2s both;
}

body.index .clickhere {
    width: 280px;
    background-color: var(--main-color);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    cursor: pointer;
    animation: scale-in-center 2s 0.9 both;
    -webkit-animation: scale-in-center 2s 0.9 both;
}

body.index .clickhere img {
    width: 25px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
}


body.index .social {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 2rem;
}

body.index .social img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    cursor: pointer;
    animation: scale-in-center 2s 2s both;
    -webkit-animation: scale-in-center 2s 2s both;
}

body.index .logoshape img {
    width: 100%;
    animation: fade-in 2s both;
    -webkit-animation: fade-in 2s both;
}


/* Programs */
body.programs .main {
    max-width: 600px;
    min-height: 105vh;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
}

body.programs .logo img {
    width: 150px;
    animation: scale-in-center 2s both;
}

body.programs .programs-section {
    position: relative;
    overflow: clip;
    flex: 1;
}

body.programs .programs-section .shape {
    position: absolute;
    right: 0;
    width: 170px;
    z-index: 0;
    animation: fade-in 2s both;
}

body.programs .programs-section .shape:nth-child(1) {
    top: 0;
}

body.programs .programs-section .shape:nth-child(2) {
    top: 540px;
}

body.programs .buttons-container {
    width: 100%;
    pointer-events: none;
}

body.programs .program-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: var(--third-color);
    color: #fff;
    border-radius: 30px;
    cursor: pointer;
    height: 50px;
    font-size: 0.9rem;
    line-height: 1.3;
    z-index: 2;
    pointer-events: auto;
}

body.programs .icon-circle {
    height: calc(100% + 10px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

body.programs .icon-circle img {
    width: 25px;
    object-fit: contain;
}

body.programs .btn-text {
    flex: 1;
    text-align: center;
}

body.programs .btn-arrow {
    height: 35px;
    margin-left: 10px;
}

body.programs .btn-first-icon {
    position: absolute;
    right: 0;
    height: calc(100% + 5px);
    aspect-ratio: 1/1;
    z-index: 2;
}


body.programs .program-btn:nth-child(1) {
    top: 1rem;
    right: 0;
    width: 90%;
}

body.programs .program-btn:nth-child(2) {
    top: 7.5rem;
    right: 4.3rem;
    width: 69%;
}

body.programs .program-btn:nth-child(3) {
    top: 13.5rem;
    right: 4rem;
    width: 71%;
}

body.programs .program-btn:nth-child(4) {
    top: 21rem;
    right: 6.2rem;
    width: 62%;
}

body.programs .program-btn:nth-child(5) {
    top: 29rem;
    right: 7rem;
    width: 61%;
}

body.programs .program-btn:nth-child(6) {
    top: 35rem;
    right: 2rem;
    width: 82%;
}

body.programs .program-btn:nth-child(7) {
    top: 42rem;
    right: 4rem;
    width: 76%;
}

body.programs .program-btn:nth-child(8) {
    top: 48rem;
    right: 3rem;
    width: 75%;
}

body.programs .program-btn:nth-child(9) {
    top: 55.5rem;
    right: 8rem;
    width: 61%;
}

body.programs .program-btn:nth-child(10) {
    top: 62.5rem;
    right: 5.5rem;
    width: 72%;
}



/* brochures */
body.brochures .main {
    max-width: 600px;
    min-height: 105vh;
    display: flex;
    flex-direction: column;
    padding-inline: 0;
}

body.brochures .logo img:nth-child(1) {
    width: 150px;
    animation: scale-in-center 2s both;
}

body.brochures .logo img:nth-child(2) {
    width: 25px;
    cursor: pointer;
    animation: fade-in 2s both;
}

body.brochures .header {
    display: flex;
    justify-content: center;
}

body.brochures .header-btn {
    position: relative;
    width: 260px;
    min-height: 65px;
    border: none;
    border-radius: 50px;
    background: #fff;
    color: var(--gray-color);
    outline: 4px solid var(--sub-color);
    font-size: 20px;
    cursor: default;

}

body.brochures .icon-circle {
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--sub-color);
    width: calc(65px + 3px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: scale-in-brochure 2s 0.3s both;
    -webkit-animation: scale-in-brochure 2s 0.3s both;
}

body.brochures .icon-circle img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

body.brochures .btn-text {
    display: block;
    text-align: center;
    margin-right: 4rem;
    margin-left: 2rem;
    animation: fade-in-up 2s both;
    -webkit-animation: fade-in-up 2s both;
    font-size: 18px;
    font-weight: 600;
}

body.brochures .images-section {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


body.brochures .images-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 95%;
    margin: auto;
    justify-items: center;
}

body.brochures .images-grid> :nth-last-child(1):nth-child(odd) {
    grid-column: 1 / -1;
    justify-self: center;
}


body.brochures .img-box {
    width: 100%;
    max-width: 150px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 15px;
}

body.brochures .img-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    cursor: pointer;
}

body.brochures .bottom-image {
    margin-top: auto;
}

body.brochures .bottom-image img {
    width: 100%;
}



/* Key Frames */

@keyframes scale-in-center {
    0% {
        transform: scale(0);
        opacity: 1
    }

    100% {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scale-in-brochure {
    0% {
        transform: translateY(-50%) scale(0);
        opacity: 1;
    }

    100% {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }
}


@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in-up {
    0% {
        transform: translateY(50px);
        opacity: 0;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
    }

    100% {
        transform: translateY(0);
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }

}


@keyframes fade-in-left {
    0% {
        transform: translateX(-20px);
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}


.img-box,
.program-btn {
    opacity: 0;
}

.img-box.visible {
    animation: fade-in-left 2s forwards;
    -webkit-animation: fade-in-left 2s forwards;
}