.fs-normal {
    font-size: 14px;
}

.footer-py-50 {
    padding: 50px 0;
}

.ctahome {
    padding: 35px 25px;
    background: #463D94;
    border-radius: 20px;
    display: flex;
    margin-bottom: 20px;
    position: relative;
    align-items: center;
    box-shadow: 0 20px 25px -5px rgb(70 61 148 / 24%);
}

.ctahome img {
    max-width: 330px;
    border-bottom-left-radius: 20px;
    margin-top: -47px;
    margin-bottom: -35px;
    margin-left: -25px;
}

.isictahome {
    padding-left: 20px;
}

.isictahome h3 {
    color: #fff;
    font-size: 25px !important;
    letter-spacing: -.3px;
}

.isictahome p {
    color: #fbfbfb;
}

.actctahome a {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.btx-accent {
    background: #00ADD0;
    color: #fff;
}

.btx {
    padding: 12px 24px;
    display: inline-flex;
    border-radius: 6px;
    font-size: 16px;
    align-items: center;
    justify-content: center;
}

.actctahome a:last-child {
    margin: 0;
}

.btx-accent-outline {
    border: 2px solid #00ADD0;
    color: #fff;
}

.btx-accent:hover {
    background: #fff;
    border-color: #fff;
    color: #20134f;
}

.btx-accent-outline:hover {
    color: #fff;
    border-color: #fff;
}

.kapal-svg {
    position: absolute;
    width: 200px;
    height: 54px;
    -webkit-animation-name: letsgo-ship;
    animation-name: letsgo-ship;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes letsgo-ship {
    0% {
        left: -60px;
    }

    to {
        left: 100%;
    }
}

@keyframes letsgo-ship {
    0% {
        left: -60px;
    }

    to {
        left: 100%;
    }
}

.clip-text {
    font-size: 120px;
}

@media only screen and (max-width: 540px) {
    .clip-text {
        font-size: 50px !important;
    }

    .ctahome {
        flex-direction: column;
    }

    .ctahome img {
        width: 100%;
        border-radius: unset;
        margin-top: -65px;
        margin-bottom: unset;
        margin-left: unset;
    }

    .isictahome {
        padding: 0;
        text-align: center;
        margin-top: 20px;
    }

    .isictahome h3 {
        font-size: 22px !important;
    }

    .isictahome p {
        font-size: 14px !important;
    }

    .actctahome {
        margin-top: 20px;
    }
}
