@import url('https://fonts.googleapis.com/css2?family=Kanit&display=swap');

@charset "Kanit";

.responsAbilityMenu .raMenuWrapper ol li .edsmm_itemContainer {
    font-family: "Kanit", sans-serif;
    white-space: nowrap;
    text-decoration: none;
}

.eds_containers_Ozone2.eds_default .eds_containerTitle {
    text-align: center;
    color: #1e1f24;
    font-family: 'Kanit', sans-serif;
}

.eds_box27.eds_secondary > section *, 
.eds_box27.eds_primary > section * {
    color: #fff;
    font-family: 'Kanit', sans-serif;
}

[class*="col"].eds_box27.eds_secondary::before {
    background-color: #959595;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "Kanit", sans-serif;
    font-weight: normal;
    letter-spacing: normal;
    color: #1e1f24;
}

.mb-0, .my-0 {
    font-family: "Kanit", sans-serif;
    margin-bottom: 0 !important;
}

.eds_primaryColor {
    font-family: "Kanit", sans-serif;
    color: #cf524d !important;
}

.Normal {
    font-family: 'Kanit', sans-serif;
    color: #818282;
}

.eds_whiteColor {
    font-family: 'Kanit', sans-serif;
    color: #fff !important;
}


.eds_box6 > div {
    display: inline-block;
    background-color: #ff3366ad;
    color: #fff;
    padding: 2rem 3rem;
    width: 90%;
    margin: auto;
}

.eds_lightText{
    font-family: 'Kanit', sans-serif;
}

.eds_floatingMenuStyle1 > ul > li > a {
    font-family: 'Kanit', sans-serif;
    color: #ffffff !important;
}

.text-center {
    text-align: center !important;
    font-family: 'Kanit', sans-serif;
}

.eds_columnSeparator {
    border-width: 4px;
    border-color: #dadada;
    border-style: solid none none;
    font-family: "Kanit", sans-serif;
}


 .eds_tabNavTitle {
    font-family: 'Kanit', sans-serif;
    display: block;
    padding-top: 1.5rem;
}

.edsTabulator_tab.edsTabulator_active {
    font-family: 'Kanit', sans-serif;
    visibility: visible;
    opacity: 1;
    position: relative;
    z-index: 1;
}

.formgoogle {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}


///////////////////////////////////////////////////


.body1 {
    background: #cf524d;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.heart {
    font-size: 6em;
    position: relative;
    color: #383838;
}

.heartbeat {
    position: relative;
    z-index: 1;
    animation: beat 2s linear infinite;
}

.heartecho {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    animation: echo 2s linear infinite;
}

@keyframes beat {
    0% {
        transform: scale(1);
    }

    14% {
        transform: scale(0.9);
    }

    21% {
        transform: scale(1.1) skew(0.004turn)
    }

    28% {
        transform: scale(1) skew(0.008turn);
    }

    35% {
        transform: scale(1) skew(0)
    }
}

@keyframes echo {
    0% {
        opacity: 0.5;
        transform: scale(1);
    }

    14% {
        opacity: 0.4;
        transform: scale(0.8);
    }

    21% {
        opacity: 0.4;
        transform: scale(1.1);
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}






