﻿@font-face {
    font-display: swap;
    font-family: Gibson;
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/gibson-regular.woff2) format("woff2");
}

@font-face {
    font-display: swap;
    font-family: Gibson-Bold;
    font-style: normal;
    font-weight: bold;
    src: url(../fonts/gibson-semibold.woff2) format("woff2");
}

* {
    font-family: Gibson, sans-serif !important;
}

body {
    margin: 0;
    padding: 0;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    font-size: 16px;
}

.navbar-toggle-area {
    z-index: 200;
    position: fixed;
}

.navbar-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #90278e;
    transition: all .3s ease-in-out;
    background: white;
    border-radius: 30px;
    cursor: pointer;
    margin: 0;
    padding: 0 15px;
    border: none;
    user-select: none;
    width: 74px;
    background: #ffffff;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 23%, rgb(207 139 240) 100%);
    height: 48px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(217, 217, 217, 1);
    -moz-box-shadow: 0px 0px 8px 0px rgba(217, 217, 217, 1);
    box-shadow: 0px 0px 8px 0px rgba(217, 217, 217, 1);
    overflow: hidden;
}


    .navbar-toggle span {
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .3s ease-in-out;
        margin-bottom: 5px;
    }

        .navbar-toggle span:last-child {
            margin-bottom: 0;
        }

        .navbar-toggle span:before {
            content: '';
            display: block;
            width: 9px;
            height: 2px;
            background-color: #9b7bd9
        }

        .navbar-toggle span:after {
            content: '';
            display: block;
            width: 9px;
            height: 2px;
            background-color: #9b7bd9
        }

    .navbar-toggle.active span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
        width: 0;
        height: 0;
        margin: 0;
    }

    .navbar-toggle.active span:nth-child(1):before {
        transform: rotate(45deg) translate(1px, 0);
        background-color: #9b7bd9
    }

    .navbar-toggle.active span:nth-child(1):after {
        transform: rotate(-45deg) translate(-1px, 0);
        background-color: #9b7bd9
    }

    .navbar-toggle.active span:nth-child(3):before {
        transform: rotate(-45deg) translate(1px, 1px);
        background-color: #9b7bd9
    }

    .navbar-toggle.active span:nth-child(3):after {
        transform: rotate(45deg) translate(-1px, 1px);
        background-color: #9b7bd9
    }

.ark-navbar {
    background-color: rgba(255, 255, 255, .75);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 400px;
    z-index: 100;
    transform: translateX(-400px);
    transition: transform .5s ease-in-out;
}

    .ark-navbar.active {
        display: block;
        transform: translateX(0);
    }

    .ark-navbar ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        list-style: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
    }

        .ark-navbar ul li a {
            color: black;
            text-decoration: none;
            display: block;
            font-size: 1.2rem;
            transition: all .1s ease-in-out;
        }

            .ark-navbar ul li a:hover {
                transform: scale(1.1);
            }

.language-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    color: #052C3C;
    font-weight: bold;
    width: 50px;
    height: 50px;
}

    .language-btn img {
        width: 37px;
    }

    .language-btn.active {
        color: white;
    }

        .language-btn.active::after {
            background: linear-gradient(-10deg, #e9b8e9 22%, #a3b6eb);
            border-radius: 19%;
            content: "";
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            z-index: -1;
            transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        }

.intro {
}

    .intro .banner img {
        border-radius: .5rem;
        width: 100%;
        box-shadow: 0 0 32px 16px rgba(51, 78, 112, .035), 0 -8px 48px -24px rgba(51, 78, 112, .35), 0 24px 16px -16px rgba(51, 78, 112, .3);
    }

.title {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(-10deg, #6cadd3 22%, #0041ff);
    -webkit-background-clip: text;
    font-weight: 500;
    display: inline-block;
    font-size: 2rem;
    font-family: Gibson, sans-serif;
}

.gradient {
    -webkit-text-fill-color: transparent;
    background: linear-gradient(-10deg, #6cadd3 22%, #0041ff);
    -webkit-background-clip: text;
    font-weight: 500;
    /*display: inline-block;*/
    font-family: Gibson, sans-serif;
}

.ark-box {
    box-shadow: 0 0 32px 16px rgba(51, 78, 112, .035), 0 -8px 48px -24px rgba(51, 78, 112, .35), 0 24px 16px -16px rgba(51, 78, 112, .3);
    padding: 3rem;
    border-radius: 2rem;
    background: white;
    min-height: 400px;
}

.fw-bold {
    font-family: Gibson-Bold, sans-serif !important;
    font-weight: 400 !important;
}

.speaker-box {
    background: #fff;
    border-radius: 1rem;
    box-shadow: 0 0 32px 16px rgba(51, 78, 112, .035), 0 -8px 48px -24px rgba(51, 78, 112, .35), 0 24px 16px -16px rgba(51, 78, 112, .3);
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    margin-right: 2%;
    max-width: 320px;
    min-width: 320px;
    position: relative;
    height: 420px;
}

    .speaker-box .ark-badge {
        background: linear-gradient(-10deg, #d26cd3 22%, #5e7fdf);
        border-bottom-right-radius: 7px;
        border-top-right-radius: 7px;
        color: #fff;
        margin-bottom: -1rem;
        margin-top: 1.5rem;
        max-width: 80%;
        min-width: 25%;
        padding: .5rem 2rem .5rem 1rem;
        font-family: Gibson-Bold, sans-serif !important;
        font-weight: 300;
        text-align: start;
    }

    .speaker-box .image {
        align-items: center;
        display: flex;
        height: 256px;
        justify-content: center;
        max-width: 100%;
        position: relative;
    }

        .speaker-box .image img {
            border-radius: 50%;
            display: block;
            height: 208px;
            max-height: 100%;
            max-width: 100%;
            min-height: 208px;
            min-width: 208px;
            object-fit: cover;
            width: 208px;
            border: 6px solid #E4E4E9;
        }

.ark-box .table {
    width: 100%;
}

.ark-box .table-border {
    width: 100%;
    border: 1px solid #E4E4E9;
    border-radius: 3.125rem;
    padding: 1rem 2rem;
}

.ark-box .table thead tr th {
    text-align: center;
    border-bottom: none;
}

.ark-box .table tbody tr td {
    vertical-align: middle;
    text-align: left;
}

    .ark-box .table tbody tr td:first-child {
        padding: .5rem .5rem .5rem 1rem;
    }

tr th {
    vertical-align: middle;
    border: 1px solid #E4E4E9;
}

tr td {
    border: 1px solid #E4E4E9;
}

.table-borderless tr th, .table-borderless tr td {
    border: none;
}

#invitation img {
    width: 150px;
    height: 200px;
    object-fit: cover;
    border-radius: 1rem;
}

@media screen and (max-width: 1024px) {
    .ark-navbar {
        width: 100vw;
        transform: translateX(-100vw);
    }
}

.ttdgb-2 {
    display: none
}

@media screen and (max-width: 500px) {
    body {
        font-size: 14px;
    }

        body > div.container.px-5 {
            padding-right: 1rem !important;
            padding-left: 1rem !important;
        }

    .ark-box {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    #invitation img {
        width: 125px;
        height: 167px;
        object-fit: cover;
        border-radius: 1rem;
    }

    .ttdgb-1 {
        display: none !important
    }

    .ttdgb-2 {
        display: block !important
    }
}


/**/

.navbar {
    font-size: 6px;
    padding: 0 !important;
    /* position: fixed; */
    width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
    /* color: #0093ff; */
    padding: 1rem 0.9rem !important;
    font-size: 15px;
    font-weight: bold;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(-10deg, #6cadd3 22%, #0041ff);
    -webkit-background-clip: text;
}

@media screen and (max-width: 1400px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #9676d9;
        padding: 1rem 0.5rem !important;
        font-size: 13px;
        font-weight: bold;
    }
}

@media screen and (max-width: 991px) {
    .navbar-dark .navbar-nav .nav-link {
        color: #ffffff;
        padding: 0.3rem 0.9rem !important;
        font-size: 16px;
        font-weight: bold;
    }
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    border-bottom: 5px solid;
}

.navbar-nav a {
    line-height: 1;
    display: inline-block;
    color: #0e1fec;
    text-decoration: none;
}

    .navbar-nav a:after {
        display: block;
        content: "";
        height: 2px;
        margin-top: 3px;
        width: 0%;
        background-color: #a28adb;
        transition: width .3s ease-in-out;
    }

    .navbar-nav a:hover:after, .navbar-nav a:focus:after {
        width: 100%;
    }

/**/

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #ffffffdb;
    z-index: 999;
}


/*btn*/

.box {
    width: 100%;
    height: 92px;
    display: grid;
    place-content: center;
    /* color: #8191f7; */
    font-weight: bold;
    font-size: 19px;
    /* text-shadow: 0 1px 0 #4e60d7; */
    --border-angle: 0turn;
    /* --main-bg: conic-gradient(from var(--border-angle), #f7f8f8, #f7f8f8 5%, #f7f8f8 60%, #f7f8f8 95%); */
    border: solid 5px transparent;
    border-radius: 2em;
    --gradient-border: conic-gradient(from var(--border-angle), transparent 25%, #a4acf9, #d38ef5 99%, transparent);
    background: var(--main-bg) padding-box, var(--gradient-border) border-box, var(--main-bg) border-box;
    background-position: center center;
    animation: bg-spin 3s linear infinite;
}

@keyframes bg-spin {
    to {
        --border-angle: 1turn;
    }
}

.box:hover {
    animation-play-state: paused;
}

@property --border-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
}

.box a {
    text-decoration: none !important;
    color: #8191f7;
}

.btn1 a {
    text-decoration: none !important;
    color: #000000 !important;
}

.btn2 a {
    text-decoration: none !important;
    color: #000000 !important;
}

.btn3 a {
    text-decoration: none !important;
    color: #000000 !important;
}

.btn4 a {
    text-decoration: none !important;
    color: #000000 !important;
}

.btn1 {
    background-color: #fc9292;
    font-size: 24px;
}

.btn2 {
    background-color: #76daf8;
    font-size: 24px;
}

.btn3 {
    background-color: #9ef89d;
    font-size: 24px;
}

.btn4 {
    background-color: #fdec6f;
    font-size: 24px;
}

/*btn*/
