@import url("https://fonts.googleapis.com/css2?family=Kanit: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=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=Prompt: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=Sarabun:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
*,
body {
    font-family: "Prompt" !important;
}
body.main-reg {
    background-color: #000000;
}

.video-desktop {
    width: 100%;
    height: calc((100% / 16) * 9);
}
.video-mobile {
    width: 100%;
    height: calc((100% / 5) * 8);
}
.section-video {
    width: 100%;
    max-width: 100%;
}
.btn,
.btn:hover,
.btn:active {
    box-shadow: none;
}
.btn-image {
    padding: 0 0;
}
.btn-reg {
    width: 80%;
    max-width: 520px;
}
.btn-reg2 {
    width: 80%;
    max-width: 350px;
}
.btn-reg img,
.btn-reg2 img {
    width: 100%;
    max-width: 100%;
}
.title {
    font-family: "Poppins";
    color: #ffffff;
    font-weight: 600;
    font-size: 2.4rem;
    margin-bottom: 1.75rem;
}
.text-detail {
    font-family: "Prompt";
    color: #ffffff;
    font-weight: 300;
    font-size: 1.35rem;
    margin-bottom: 1.5rem;
}
.title-agenda {
    position: relative;
    display: inline-block;
}
.title-agenda::before {
    content: "";
    position: absolute;
    right: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/agenda-arrow-left.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowleft;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}
.title-agenda::after {
    content: "";
    content: "";
    position: absolute;
    left: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/agenda-arrow-right.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowright;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}
@keyframes arrowleft {
    0% {
        right: 95%;
    }

    50% {
        right: 120%;
    }

    100% {
        right: 95%;
    }
}
@keyframes arrowright {
    0% {
        left: 95%;
    }

    50% {
        left: 120%;
    }

    100% {
        left: 95%;
    }
}

.ul-agenda {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.ul-agenda .li-agenda {
    width: 100%;
    margin-bottom: 2.2rem;
    display: flex;
    flex-direction: row;
}
.ul-agenda .li-agenda .box-time {
    display: flex;
    flex-direction: row;
    padding-top: 0.75rem;
    width: 80px;
}

.ul-agenda .li-agenda .box-time .hour {
    font-size: 2.6rem;
    color: #ffffff;
    font-weight: 400;
    width: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    line-height: 2.4rem;
    font-family: "Prompt";
}

.ul-agenda .li-agenda .box-time .min {
    margin-top: 2px;
}
.ul-agenda .li-agenda .box-time .min p {
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0;
    font-family: "Prompt";
}
.ul-agenda .li-agenda .box-time .min p.text-min {
    text-align: justify;
    letter-spacing: 3px;
    font-family: "Prompt";
}
.ul-agenda .li-agenda .box-detail {
    width: calc(100% - 80px);
    min-height: 70px;
    position: relative;
    padding-left: 20px;
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
}
.ul-agenda .li-agenda .box-detail::before {
    content: "";
    position: absolute;
    width: 20px;
    height: calc(100% + 30px);
    top: -15px;
    bottom: -15px;
    left: -10px;
    background-image: url("../images/main-reg/line-agenda.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.ul-agenda .li-agenda .box-detail p {
    margin-bottom: 0;
    color: #fe2c55;
    font-size: 1.3rem;
    font-weight: 500;
    font-family: "Prompt";
}
.ul-agenda .li-agenda .box-detail p.speaker-detail {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 400;
}
.title-reg {
    width: 90%;
    max-width: 600px;
}
.text-label {
    font-family: "Prompt";
    color: #ffffff;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
}
.text-label span {
    color: #ff0000;
    margin-left: 5px;
}
.input-tiktok {
    font-size: 1.3rem;
    color: #000000;
    height: calc(1.5em + 1rem + 2px);
    border-radius: 0.4rem;
}
.form-control.input-tiktok:focus {
    border-color: #25f4ee;
    box-shadow: 0 0 0 0.2rem rgb(37 244 238 / 25%);
}
.note-reg {
    color: #ffffff;
}
.note-reg a {
    color: #0000ff;
}
.section-reg {
    position: relative;
    z-index: 99;
}
.event-for {
    margin-top: -7rem;
    padding-top: 10rem;
    background-image: url("../images/main-reg/bg-event-for.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 50;
}
.ul-event-for {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
}
.ul-event-for li {
    font-size: 1.25rem;
    color: #ffffff;
}

.title-event-for {
    position: relative;
    display: inline-block;
}
.title-event-for::before {
    content: "";
    position: absolute;
    right: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/event-for-arrow-left.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowleft;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}
.title-event-for::after {
    content: "";
    content: "";
    position: absolute;
    left: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/event-for-arrow-right.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowright;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}

.title-insights {
    position: relative;
    display: inline-block;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.title-insights::before {
    content: "";
    position: absolute;
    right: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/event-for-arrow-left.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowleft;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}
.title-insights::after {
    content: "";
    content: "";
    position: absolute;
    left: 95%;
    width: 100px;
    height: 100px;
    background-image: url("../images/main-reg/event-for-arrow-right.png");
    background-size: contain;
    background-position: center center;
    top: -28px;
    animation-name: arrowright;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
}
.box-list-insights {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-image: url("../images/main-reg/bg-event-for.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
}
.box-list-insights .col-left-insights,
.box-list-insights .col-right-insights {
    width: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.box-list-insights .col-left-insights .btn.btn-insights-left,
.box-list-insights .col-right-insights .btn.btn-insights-right {
    width: 90px;
    height: 90px;
    padding: 0 0;
    margin: 0 0;
}
.box-list-insights .col-left-insights .btn.btn-insights-left img,
.box-list-insights .col-right-insights .btn.btn-insights-right img {
    max-width: 100%;
}
.box-list-insights .owl-carousel-insign {
    width: calc(100% - 200px);
}
.img-insignts {
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
}
.title-readblog {
    color: #25f4ee;
    font-size: 1.65rem;
    font-weight: 500;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #fe2c55;
}
.owl-theme .owl-dots .owl-dot span {
    background-color: #25f4ee;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 2rem;
}
footer {
    margin-top: 3rem;
    padding-bottom: 4rem;
    position: relative;
}
.logo-footer {
    width: 40%;
    max-width: 250px;
}
.section-detail,
.section-agenda,
.section-insights {
    position: relative;
    overflow: hidden;
}
.img-circle {
    position: absolute;
    width: 25vw;
    animation-name: circleanimated;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.img-start {
    position: absolute;
    width: 5vw;
    animation-name: staranimated;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.mt-ne {
    margin-top: -2rem;
}
@keyframes circleanimated {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}
@keyframes staranimated {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1);
    }
    75% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}
.circle1 {
    top: 5%;
    right: -12.5vw;
}
.circle2 {
    bottom: 0;
    left: -18.5vw;
}
.circle3 {
    bottom: 10%;
    left: -12vw;
}
.star1 {
    top: 20%;
    left: 12%;
}
.star2 {
    top: 0%;
    left: 3%;
}
.star3 {
    bottom: 20%;
    right: 2%;
}
.star4 {
    bottom: 25%;
    left: -2%;
}
.star5 {
    bottom: 0%;
    right: 0%;
}
.star6 {
    top: 0%;
    left: 4%;
}
.star7 {
    top: 0%;
    right: 0%;
}
.star8 {
    bottom: 15%;
    left: 0%;
}
.star9 {
    top: 0%;
    right: 0%;
}
.star10 {
    bottom: 15%;
    left: 0%;
}
.box-title-reg {
    display: inline-block;
    position: relative;
}
.modal-success {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
.modal-success .img-popup {
    width: 95%;
    max-width: 650px;
}
@media screen and (max-width: 767px) {
    .title {
        font-size: 1.5rem;
    }
    .title-insights {
        padding-left: 0;
        padding-right: 0;
    }
    .title-event-for::before,
    .title-agenda::before,
    .title-insights::before {
        width: 50px;
        height: 50px;
        top: -10px;
    }
    .title-event-for::after,
    .title-agenda::after,
    .title-insights::after {
        width: 50px;
        height: 50px;
        top: -10px;
    }
    .text-detail {
        font-size: 1rem;
    }
    .ul-agenda .li-agenda .box-detail p {
        font-size: 1rem;
    }
    .ul-agenda .li-agenda .box-detail p.speaker-detail {
        font-size: 0.9rem;
    }
    .text-label {
        font-size: 1rem;
    }
    .img-start {
        width: 12vw;
    }
    .input-tiktok {
        font-size: 1rem;
    }
    .ul-event-for li {
        font-size: 1rem;
    }
    .ul-event-for {
        margin-top: 0;
    }
    .title-readblog {
        font-size: 1.25rem;
    }
    /* .img-circle {
        width: 50vw;
    } */
    .box-list-insights .col-left-insights,
    .box-list-insights .col-right-insights {
        width: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .box-list-insights .col-left-insights .btn.btn-insights-left,
    .box-list-insights .col-right-insights .btn.btn-insights-right {
        width: 45px;
        height: 45px;
        padding: 0 0;
        margin: 0 0;
    }
    .box-list-insights .col-left-insights .btn.btn-insights-left img,
    .box-list-insights .col-right-insights .btn.btn-insights-right img {
        max-width: 100%;
    }
    .box-list-insights .owl-carousel-insign {
        width: calc(100% - 100px);
    }
}

@media screen and (min-width: 992px) {
    .video-mobile {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .video-desktop {
        display: none;
    }
}
