.introduction {
    position: relative;
    padding: 2em 4em;
}

.introduction:before,
.introduction:after {
    position: absolute;
    font-size: 100px;
    font-family: arial;
    color: #333;
    opacity: 0.3;
}

.introduction:before {
    content: '\201C';
    left: 1em;
    top: 0.25em;
}

.introduction:after {
    content: '\201D';
    right: 1em;
    bottom: 0;
}

.introduction p {
    text-align: center;
    font-size: calc(18px + 0.5vw);
    line-height: 1.8em;
}

.carousel-indicators li {
    background-color: #999;
}

.carousel-indicators li.active {
    background-color: #333;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23666' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.section-info {
    padding: 4em 0;
}

.section-speaker {
    padding: 4em 0;
    background-color: #eeeeee;
}

.section-gift {
    padding: 4em 0;
}

.section-partner {
    padding: 4em 0;
}

#gotopBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
}

#gotopBtn:hover {
    background-color: #999;
}

/*sidebar*/
#sidebarReg .register {
    background-color: #000;
    color: #FFF;
    position: fixed;
    bottom: 15%;
    right: -3px;
    border: 0px #000 solid;
    display: block;
    font-weight: 500;
    font-size: 20px;
    writing-mode: vertical-lr;
    padding: 25px 10px;
    z-index: 10;
    border-radius: 8px 0 0 8px;
    line-height: 1.8;
    letter-spacing: 5px;
}

#sidebarReg .register:hover {
    background-color: #ffaf02;
    color: #fff;
    font-weight: 500;
}

#sidebarReg .close-btn {
    background-color: #aaa;
    /* cursor: not-allowed; */
}

#sidebarReg .close-btn:hover {
    background-color: #aaa;
    color: #fff;
    font-weight: 500;
}

/********* nav *******/
.navbar {
    padding: 0px 5vw;
    margin: 0px;
    background-color: #000;
}

.navbar-brand img {
    max-width: 75%;
}

.navbar-nav {
    width: 100%;
}

.hightlight {
    background-color: #FF4E3A;
    padding: 0 24px;
}

.hightlight:hover {
    background-color: #46bd7d;
    transition: 0.5s;
}

.navbar-dark .navbar-nav .nav-link {
    color: #ffffff;
}

.nav-link {
    padding: 20px;
}

.nav-link:hover {
    background-color: #46bd7d;
    transition: 0.5s;
    padding: 32px 0 8px;
}

.navbar.solid {
    background: rgba(0, 0, 0, 0.7) !important;
    transition: background-color 1s ease 0s;
}

.nav-item {
    margin: 0 5px;
}

.close-btn {
    background-color: #aaa;
    padding: 0 20px;
}

.close-btn .nav-link:hover {
    background-color: #aaa;
    /* cursor: not-allowed; */
}

.close-txt {
    padding: 40px;
    background-color: #121212;
    color: #ffffff;
    font-size: 18px;
    line-height: 2;    
}

.close-txt h2 {
    font-weight: 600;
    text-align: center;
    color: #ffe500;
    font-size: 45px;
    padding: 20px 0;
}

/*sidebar*/
#sidebarReg .register {
    background-color: #f47700;
    color: #fff;
    position: fixed;
    bottom: 12%;
    right: 0;
    border: none;
    display: block;
    font-size: 20px;
    writing-mode: vertical-lr;
    padding: 20px 10px;
    z-index: 10;
    border-radius: 10px 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#sidebarReg .register:hover {
    color: #121212;
    background-color: #ffe500;
}