@font-face {
    font-family: Archia-Bold;
    src: url('../assets/fonts/Archia-Bold.otf');
}

@font-face {
    font-family: Archia-Regular;
    src: url('../assets/fonts/Archia-Regular.otf');
}

@font-face {
    font-family: Archia-SemiBold;
    src: url('../assets/fonts/Archia-SemiBold.otf');
}

@font-face {
    font-family: Archia-SemiBold;
    src: url('../assets/fonts/Archia-Thin.otf');
}

@media (max-width: 750px) {
    html, body{
        min-height: 200vh !important;
        width: 100% !important;
        overflow-x: hidden !important;
    }

    .body-image{
        display: none !important;
    }

    .title-container{
        margin-right: -1100px !important;
        margin-left: 20px;
    }

    .title-container-h1{
        font-size: 55px !important;
        margin-top: 250px !important;
        width: 500px;
        height: 100px;
    }

    .title-container-h3{
        font-size: 20px !important;
        padding-right: 40px !important;
        width: 500px;
        height: 100px;
    }

    .body-container{
        display: flex !important;
        flex-direction: column;
        margin-bottom: 200px !important;
        align-items: center !important;
        text-align: center !important;
        justify-content: center !important;
    }

    .body-second-row{
        display: flex !important;
        flex-direction: column !important;
    }

    .site-footer{
        position: fixed !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }

    .body-card{
        opacity: 0;
        transform: translateY(20px);
        width: 420px !important;
        height: 480px !important;
        background-color: white;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: 15px;
        margin: 20px;
        margin-top: 100px;
        position: relative;
        animation: fadeInUp 0.8s ease forwards;
    }

    .card-button-business{
        height: 50px !important;
        width: 100px !important;
        margin-top: 60px !important;
        margin-right: 100px !important;
    }

    .card-button-customer{
        height: 50px !important;
        width: 100px !important;
        margin-top: 60px !important;
        margin-right: 100px !important;
    }
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideInFromLeft {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes popIn {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUp {
    from {
        transform: translateY(20px);
        opacity: 0;
    }
    to {
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

@keyframes fadeInUpText {
    0% {
        transform: translateY(20px);
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

html, body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f7f7f7;
    position: relative;
    overflow-x: hidden;
}

.circle-big{
    position: absolute;
    width: 120%;
    height: 707px;
    border-radius: 100%;
    top: -200px;
    background-color: #DBE1EC;
    z-index: 0;
}

.circle-small{
    position: absolute;
    width: 620px;
    height: 620px;
    border-radius: 100%;
    background-color: #EAECF3;
    top: -200px;
    right: 390px;
}

span {
    text-decoration: none;
}

.navbar {
    position: absolute;
    top: 0;
    width: 100%;
    height: 125px;
    background-color: transparent;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: center;
    color: white;
    font-size: 20px;
}

.body-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 1000px;
    height: 100%;
    transform: scale(0.87);
}

.body-second-row{
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.body-card{
    opacity: 0;
    transform: translateY(20px);
    width: 380px;
    height: 470px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin: 20px;
    margin-top: 100px;
    position: relative;
    animation: fadeInUp 0.8s ease forwards;
}

.body-card:nth-child(1) {
    animation-delay: 0.6s;
}

.body-card:nth-child(2) {
    animation-delay: 0.8s;
}

.body-card:nth-child(3) {
    animation-delay: 1s;
}

.body-card:hover{
    transform: scale(1.7);
    transition: transform 0.3s ease-out;
}

.card-container a{
    font-size: 14px;
    font-family: Archia-SemiBold;
}

.card-container h4{
    font-size: 20px;
    font-family: Archia-Bold;
}

.card-container{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 50px;
}

.card-image-container{
    display: flex;
    justify-content: center;
}

.in3BusinessLogo{
    width: 200px;
    height: 60px;
}

.in3Logo{
    width: 250px;
    height: 65px;
}

.in3RoundedImage{
    width: 70px;
    height: 70px;
}

.card-button-business{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001C5D;
    width: 100px;
    height: 50px;
    border-radius: 20px;
    margin-top: 30px;
    margin-left: 170px;
}

.card-button-customer{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001C5D;
    width: 100px;
    height: 50px;
    border-radius: 20px;
    margin-top: 20px;
    margin-left: 170px;
}

.card-button-soon{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #001C5D;
    width: 100px;
    height: 50px;
    border-radius: 20px;
    margin-top: 95px;
    margin-left: 170px;
}

.card-button-soon a{
    font-size: 10px;
    color: white;
    font-family: Archia-Regular;
}

.card-button-customer a{
    font-size: 10px;
    color: white;
    font-family: Archia-Regular;
}

.card-button-business a{
    font-size: 10px;
    color: white;
    font-family: Archia-Regular;
}

.card-button-customer:hover{
    transform: scale(1.03);
    transition: transform 0.3s ease-out;
    cursor: pointer;
}

.card-button-business:hover{
    transform: scale(1.03);
    transition: transform 0.3s ease-out;
    cursor: pointer;
}

.card-button-soon:hover{
    transform: scale(1.03);
    transition: transform 0.3s ease-out;
    cursor: pointer;
}

.body-first-row{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin-left: -550px;
    margin-bottom: -60px;
}

.title-container-h1{
    font-size: 65px;
    font-weight: 700;
    margin-left: 20px;
    font-family: Archia-Bold;
    color: #001C5D;
    animation: slideInFromLeft 1s ease-out forwards;
}

.title-container-h3{
    font-size: 20px;
    font-weight: 200;
    font-family: Archia-Regular;
    color: black;
    margin-top: -30px;
    margin-left: 20px;
    animation: fadeInUpText 3s ease forwards;
    margin-bottom: 10px;
}

.body-image{
    z-index: 1;
    position: absolute;
    width: 350px;
    height: 370px;
    left: 700px;
    bottom: -40px;
    animation: popIn 1.2s ease forwards;
}

.nav-img {
    width: 150px;
    height: 150px;
    margin-left: 20px;
    margin-top: -6px;
}

.site-footer {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 107px;
    background-color: #001C5D;
    padding: 20px 0;
    text-align: start;
}

.footer-start, .footer-end{
    flex: 1;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.footer-end{
    justify-content: flex-end;
    padding-right: 40px;
    gap: 5px;
}

.footer-svg{
    width: 20px;
    height: 20px;
    -webkit-filter: invert(100%);
}

.footer-svg:hover{
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.footer-start a{
    color: white;
    font-family: "Archia-Regular";
    line-height: 107px;
    margin-left: 42px;
}

.footer-end .footer-svg {
    margin-right: 10px;
}

.footer-end .footer-svg:last-child {
    margin-right: 0;
}
