/*font family*/
@font-face {
    font-family: Matisse;
    src: url("https://static.igem.wiki/teams/4195/wiki/font-family/matissepro-eb.otf");
}

@font-face {
    font-family: matrix;
    src: url("https://static.igem.wiki/teams/4195/wiki/web-picture/measurement/pixolletta8px.ttf");
}


@font-face {
    font-family: Optima-Medium;
    src: url('https://static.igem.wiki/teams/4195/wiki/font-family/optimamedium.ttf');
}

@font-face {
    font-family: Optima;
    src: url('https://static.igem.wiki/teams/4195/wiki/font-family/optima.ttf');
}

@font-face {
    font-family: Leelawadee;
    src:url('https://static.igem.wiki/teams/4195/wiki/font-family/leelawadee.ttf');
}

@font-face {
    font-family: Remem;
    src: url('https://static.igem.wiki/teams/4195/wiki/font-family/remem-regular.ttf');
}

@font-face {
    font-family: Harding;
    src: url('https://static.igem.wiki/teams/4195/wiki/font-family/harding.ttf');
}

body {
    line-height: 1.5;
    color: #2D2B3A;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: lightcoral;
    text-decoration: none;
}


.text-xs {
    font-size: 12px !important;
}

.text-sm {
    font-size: 14px !important;
}

.text-md {
    font-size: 1rem !important;
}

.text-lg {
    font-size: 18px !important;
}

.text-xl {
    font-size: 20px !important;
}

.btn {
    padding: 8px 24px;
}

.navbar {
    min-height: 70px;
    z-index: 1000;
}

.navbar-img{
    position: relative;
    display: block;
    margin-left: -40px;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
}

.navbar-img img{
    max-width: 8%;
    height: auto;
    width: auto;
}


.navbar.sticky {
    z-index: 1080;
}

.navbar.sticky.fixed ~ * {
    margin-top: 70px;
}

.navbar.sticky.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    animation: navTransition .5s ease;
    box-shadow: 0 2px 6px rgba(100, 95, 136, 0.15);
    z-index: 1080;
}

@keyframes navTransition {
    from {
        top: -100%;
    }
    to {
        top: 0;
    }
}

.navbar-brand {
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-nav {
    margin-top: 10px;
    border-top: 1px solid #e4e7ee;
    flex-shrink: 0;
}

.navbar-nav .nav-link {
    transition: all .2s ease;
}

.navbar-nav .btn {
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    color: coral;
    font-family: Optima;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color:lightcoral;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    font-weight: 500;
    color: coral;
}

@media(max-width: 1000px){
    #bigtitle{
        opacity: 0 !important;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-nav {
        margin-top: 0;
        border-top: none;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
    .navbar-expand-sm .navbar-nav {
        align-items: center;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav {
        margin-top: 0;
        border-top: none;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
    .navbar-expand-md .navbar-nav {
        align-items: center;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        margin-top: 0;
        border-top: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 100px;
        padding-left: 0px;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    #navbarphone{
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl .navbar-nav {
        margin-top: 0;
        border-top: none;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 16px;
        padding-left: 16px;
    }
    .navbar-expand-xl .navbar-nav {
        align-items: center;
    }
    #navbarphone{
        display: none;
    }
}

.form-control {
    padding: 8px 15px;
    height: calc(1.5em + 1.375rem + 2px);
    border-color: #d6dbd9;
}

.custom-select {
    height: calc(1.5em + 1.375rem + 2px);
}

.page-link {
    margin-left: 5px;
    min-width: 40px;
    color: #B4B2C5;
    border: 1px solid #dee1e6;
    text-align: center;
    border-radius: 4px;
}

.page-link:hover {
    color: #645F88;
    background-color: #F6F5FC;
    border-color: #dee1e6;
}

.page-link:focus {
    box-shadow: none;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #6C55F9;
    border-color: #4330c2;
}

.page-item.disabled .page-link {
    color: #645F88;
    pointer-events: none;
    cursor: auto;

    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}



.bg-image {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg-image > * {
    position: relative;
    z-index: 10;
}

.bg-image-parallax {
    background-attachment: fixed;
}

.bg-image-overlay-dark {
    position: relative;
}

.bg-image-overlay-dark::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #343531;
}

.bg-size-50 {
    background-size: 50% 50%;
}

.bg-size-75 {
    background-size: 75% 75%;
}

.bg-size-100 {
    background-size: 100% 100%;
}

.avatar {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
}

.avatar-img {
    margin-right: 6px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

.avatar-img img {
    width: 100%;
    height: 100%;
}

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 10px;
    width: 100px;
    height: 50px;
    background-image:url("https://static.igem.wiki/teams/4195/wiki/background/to-top.png")!important;
    background-size: 100px 50px;
    visibility: hidden;
    cursor: pointer;
    transition: all .2s ease;
    z-index: 1100;
}
@media(max-width: 1000px){
    .back-to-top{
        right: 3px !important;
    }
}

.back-to-top::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -4px auto;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.back-to-top:hover {
    animation: myfirst 0.8s ease-in-out;
}
@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }
    50% {
        transform: translate(0px, -15px);
    }
    100% {
        transform: translate(0px, 0px);
    }
}

.back-to-top:hover::after {
    border-color: #fff;
}

.page-section {
    position: relative;
    padding-bottom: 80px;

    overflow: hidden;
}

.page-section p {
    color: black;
}

@media (max-width: 991.98px) {
    .nav-item {
        visibility:visible;
    }
}

@media (min-width: 991.98px) {
    .nav-item {
        visibility:hidden;
    }
}
.page-banner.home-banner h1 {
    color: #2D2B3A;
}

.page-banner.home-banner .img-place {
    margin: 0 auto;
}

.page-banner.home-banner .btn-scroll {
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 40px;
    line-height: 44px;

    color: #645F88;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 2px 6px rgba(100, 95, 136, 0.24);
    transition: all .2s ease;
}

.page-banner.home-banner .btn-scroll:hover {
    text-decoration: none;
    background-color: #6C55F9;
    color: #fff;
}

@media (min-width: 1000px) {
    .page-banner.home-banner {
        height: 80vw;
    }
}

@media (min-width: 1300px) {
    .page-banner.home-banner {
        height: 60vw;
    }
}

@media (min-width: 1400px) {
    .page-banner.home-banner {
        height: 50vw;
    }
}

.page-hero.overlay-dark::before,
.page-banner.overlay-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(52, 53, 49, 0.7);
    z-index: 1;
}

.page-banner .breadcrumb-item,
.page-banner .breadcrumb-item a {
    font-size: 14px;
}

.home-banner .row > *:first-child {
    padding-left: 0;
}

.subhead {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #898798;
    font-weight: 500;
    margin-bottom: 8px;
}

.title-section {
    max-width: 450px;
    font-weight: 600;
}

.title-section .marked {
    position: relative;
    color: cadetblue;
}

.title-section .marked::before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    height: 8px;
    z-index: -1;
}

.text-center .title-section {
    margin-left: auto;
    margin-right: auto;
}

.btn-split {
    display: inline-flex;
    align-items: center;
    border-radius: 40px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 6px;
}

.btn-split .fab {
    display: inline-block;
    margin-left: 12px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;

    color: #6C55F9;
}


.card-service {
    display: block;
    margin: 16px auto;
    padding: 32px 20px;
    max-width: 300px;
    text-align: center;
    color: #898798;
    border-radius: 8px;
    box-shadow: 0 3px 12px rgba(95, 92, 120, 0.12);
}

.card-service .header {
    margin-bottom: 24px;
}

.img-stack-element {
    position: relative;
    text-align: center;
}

.img-stack-element svg {
    display: inline-block;
    max-width: 460px;
}

@media (min-width: 992px) {
    .img-stack-element {
        transform: translateX(50px);
    }
}

.features {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid #e9e8f5;
    border-bottom: 1px solid #e9e8f5;
}

.features .container {
    max-width: 980px;
}

.features h5 {
    color: #2D2B3A;
}

.features p {
    font-size: 13px;
    color: #898798;
}


.counter-section .row > *:first-child {
    border-radius: 6px 0 0 6px;
}

.counter-section .row > *:last-child {
    border-radius: 0 6px 6px 0;
}

.counter-section .row > * {
    padding-top: 64px;
    padding-bottom: 64px;
    border: 1px solid #e9e8f5;
    margin-left: -1px;
}

.counter-section p {
    margin-bottom: 6px;
    color: #B4B2C5;
}


.card-pricing {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 32px 20px;
    max-width: 300px;
    border: 1px solid #e9e8f5;
    border-radius: 6px;
    text-align: center;
    overflow: hidden;
}

.card-pricing .price-labled {
    position: absolute;
    top: 16px;
    right: -30px;
    width: 120px;
    height: 26px;
    line-height: 26px;
    background-color: #0ac7f6;
    color: #fff;
    transform: rotate(45deg);
}

.card-pricing .header {
    color: #B4B2C5;
}

.card-pricing .price-icon {
    font-size: 75px;
    line-height: 1;
}

.card-pricing .price-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 20px;
}

.card-pricing .price-tag .currency {
    display: inline-block;
    transform: translateY(-30px);
}

.card-pricing .price-tag .currency,
.card-pricing .price-tag .period {
    font-weight: 600;
    font-size: 14px;
}

.card-pricing .price-tag h2 {
    display: inline-block;
}

.card-pricing.active {
    background-color: #6C55F9;
    border-color: #5d47eb;
}

.card-pricing.active .header {
    color: rgba(255, 255, 255, 0.5);
}

.card-pricing.active .price-title {
    color: #FAC14D;
}

.card-pricing.active .price-tag {
    color: #fff;
}

.card-pricing.active .price-info p {
    color: rgba(255, 255, 255, 0.75);
}

.card-pricing.active .btn-outline {
    color: #fff;
}

.card-pricing.active .btn-outline:hover {
    color: #6C55F9;
}



.card-blog {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 32px 20px 70px 20px;
    max-width: 260px;
    min-height: 270px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(100, 95, 136, 0.16);
}

.card-blog .header {
    margin-bottom: 16px;
}

.card-blog .avatar {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #d3d0e4;
    overflow: hidden;
}

.card-blog .avatar img {
    width: 100%;
    height: 100%;
}

.card-blog .entry-footer {
    display: inline-block;
    vertical-align: top;
}

.card-blog .post-author {
    font-weight: 500;
    color: #645F88;
}

.card-blog .post-date {
    font-size: 13px;
    color: #B4B2C5;
}

.card-blog .post-title {
    margin-bottom: 8px;
    font-size: 18px;
}

.card-blog .post-title a {
    font-weight: 500;
    color: #2D2B3A;
}

.card-blog .post-excerpt {
    font-size: 14px;
    color: #898798;
}

.card-blog .footer {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.card-blog-row *:first-child .card-blog {
    background-color: #6C55F9;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
    color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
    color: rgba(255, 255, 255, 0.6);
}

.form-search-blog .custom-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.client-section {
    padding: 64px 0;
}

.client-section .item {
    padding: 16px 0;
    text-align: center;
}

.contact-list {
    position: relative;
    padding-left: 0;
    list-style: none;
}

.contact-list li {
    margin-bottom: 12px;
}

.contact-list .icon {
    display: inline-block;
    margin-right: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #D7D5E9;
    color: #6C55F9;
}

.contact-list .content {
    display: inline-block;
    color: #8e8aad;
}

.contact-list .content a {
    color: #8e8aad;
}

.sosmed-button a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 44px;
    text-align: center;
    border-radius: 50%;
    background-color: #F6F5FC;
    color: #898798;
    transition: all .2s linear;
}

.sosmed-button a:hover {
    background-color: #6C55F9;
    color: #fff;
    text-decoration: none;
    transform: rotate(360deg);
}

.maps-container {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #F6F5FC;
    overflow: hidden;
}

.custom-img-1 {
    width: auto;
    max-width: 390px;
}

.custom-index {
    z-index: 11;
}


/* Custom Plugin */
.owl-nav {
    display: block;
    margin: 15px auto;
    text-align: center;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    display: inline-block;
    padding: 6px 0 !important;
}

.owl-carousel .owl-nav button.owl-next {
    padding-right: 14px !important;
    padding-left: 7px !important;
    border-radius: 0 40px 40px 0;
}

.owl-carousel .owl-nav button.owl-prev {
    padding-right: 7px !important;
    padding-left: 14px !important;
    border-radius: 40px 0 0 40px;
}

.owl-carousel .owl-dots {
    display: block;
    margin: 16px auto;
    text-align: center;
}

.owl-carousel button.owl-dot {
    display: inline-block;
    margin: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    transition: all .2s ease;
}

.owl-carousel button.owl-dot:focus {
    outline: none;
}

.wrapper {
    width: 100%;
    height: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background-image: linear-gradient(to top, #FBF7EB 0%, #FBF7EB 100%);
    overflow: hidden;
}

.wave {
    width: 100%;
    height: 170%;
    position: absolute;
    top: -25%;
    left: 0%;
    margin-left: -500px;
    margin-top: -500px;
    border-radius: 35%;
    background:  #FEFDFA;
    animation: wave 15s infinite linear;
}

@keyframes wave {
    from { transform: rotate(0deg);}
    from { transform: rotate(360deg);}
}

.bar-container {
    position: absolute;
    left: 52%;
    transform: translateX(-50%);
    display: flex;
}

li::marker{
    content: none;
}

.dropdown-wrapper {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
}
.dropdown-wrapper button {
    outline: none;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 10px 22px;
}
.dropdown-wrapper button:hover:not(.active), .dropdown-wrapper button:active:not(.active) {
}

.dropdown-wrapper .dropdown-menu {
    background: white;
    padding: 30px;
    margin-top: 30px;
    position: fixed;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.12);
}
.dropdown-wrapper .dropdown-menu:before {
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent white transparent;
    z-index: 6;
}
.dropdown-wrapper .dropdown-menu:after {
    position: absolute;
    top: 3px;
    transform: translateY(-100%);
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent rgba(0, 0, 0, 0.12) transparent;
    filter: blur(3px);
    z-index: -1;
}
.dropdown-wrapper .dropdown-menu.one {
    left: 0;
}
.dropdown-wrapper .dropdown-menu.two {
    left: 0;
}
.dropdown-wrapper .dropdown-menu.twoplus {
    left: 10%;
}
.dropdown-wrapper .dropdown-menu.three {
    left: 30%;
}
.dropdown-wrapper .dropdown-menu.four {
    left: 30%;
}
.dropdown-wrapper .dropdown-menu.five {
    left: 20%;
}


.dropdown-wrapper .dropdown-menu ul {
    z-index: 3;
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
}
.dropdown-wrapper .dropdown-menu ul li a {
    text-decoration: none;
    color: black;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    padding-right: 100px;
    font-family: Optima;
}

.dropdown-wrapper .dropdown-menu ul li a span {
    display: contents;
    align-items: center;
    padding-left: 30px;
    white-space: nowrap;
}
.dropdown-wrapper .dropdown-menu ul li a span.headline {
    position: relative;
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin-bottom: 10px;
}
.dropdown-wrapper .dropdown-menu ul li a span.headline small {
    padding: 5px 10px;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 10px;
    margin-left: 5px;
}
.dropdown-wrapper .dropdown-menu ul li a span.headline i {
    position: absolute;
    left: 0;
    transform: scale(1.2);
}
.dropdown-wrapper .dropdown-menu ul li a span.subtitle {
    font-size: 15px;
}

.headline {
    align-items: center;
    display: flex;
    font-size: calc(1rem + 14vmin);
    height: auto;
    justify-content: center;
    perspective: 1000px;
    scroll-snap-align: start;
    width: 100%;
}

.headline:nth-child(1) {
}

.headline--sail .word {
    --dur: 5s;
}
.headline--sail .word:before, .headline--sail .word:after {
    -webkit-animation: wave var(--dur) linear infinite;
    animation: wave var(--dur) linear infinite;
    background-repeat: repeat-x;
    background-size: 40px 80%;
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    top: 90%;
    width: 200%;
    z-index: 2;
}
.headline--sail .word:after {
    -webkit-animation-duration: calc(var(--dur) * 2);
    animation-duration: calc(var(--dur) * 2);
    opacity: 0.8;
    top: 70%;
}
.headline--sail .char {
    --name: sail;
    --tf: linear;
}
@-webkit-keyframes sail {
    25% {
        transform: rotate(-2deg) translateY(3%);
    }
    50% {
        transform: rotate(0) translateY(0);
    }
    75% {
        transform: rotate(2deg) translateY(2%);
    }
}
@keyframes sail {
    25% {
        transform: rotate(-2deg) translateY(3%);
    }
    50% {
        transform: rotate(0) translateY(0);
    }
    75% {
        transform: rotate(2deg) translateY(2%);
    }
}
@-webkit-keyframes wave {
    to {
        transform: translateX(-200px);
    }
}
@keyframes wave {
    to {
        transform: translateX(-200px);
    }
}

::selection {
    background-color: #5EB9B6;
    color: white;
}

li { list-style: none;}

@media(max-width: 1000px) {
    .headline--sail .word:before, .headline--sail .word:after{
        width: 100% !important;
    }
}

.word,
.char {
    -webkit-animation-delay: var(--del);
    animation-delay: var(--del);
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: var(--dur);
    animation-duration: var(--dur);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: var(--name);
    animation-name: var(--name);
    -webkit-animation-timing-function: var(--tf);
    animation-timing-function: var(--tf);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    display: inline-block;
    position: relative;
    transform-origin: 50% 100%;
    z-index: 1;
}

.headline:nth-child(1) {
}

.headline--sail .word {
    --dur: 5s;
}
.headline--sail .word:before, .headline--sail .word:after {
    -webkit-animation: wave var(--dur) linear infinite;
    animation: wave var(--dur) linear infinite;
    background-repeat: repeat-x;
    background-size: 40px 80%;
    content: "";
    height: 120%;
    left: 0;
    position: absolute;
    top: 90%;
    width: 200%;
    z-index: 2;
}
.headline--sail .word:after {
    -webkit-animation-duration: calc(var(--dur) * 2);
    animation-duration: calc(var(--dur) * 2);
    opacity: 0.8;
    top: 70%;
}
.headline--sail .char {
    --name: sail;
    --del: calc(var(--char-index) * -0.3s);
    --tf: linear;
}
@-webkit-keyframes sail {
    25% {
        transform: rotate(-2deg) translateY(3%);
    }
    50% {
        transform: rotate(0) translateY(0);
    }
    75% {
        transform: rotate(2deg) translateY(2%);
    }
}
@keyframes sail {
    25% {
        transform: rotate(-2deg) translateY(3%);
    }
    50% {
        transform: rotate(0) translateY(0);
    }
    75% {
        transform: rotate(2deg) translateY(2%);
    }
}
@-webkit-keyframes wave {
    to {
        transform: translateX(-200px);
    }
}
@keyframes wave {
    to {
        transform: translateX(-200px);
    }
}

.dropdown-item:hover, .dropdown-item:focus {
    color: lightcoral;
    font-weight: bold;
    text-decoration: none;
    background-color: transparent;
}

.yanhao {
    font-family: 'Times New Roman', 'cursive' !important;
}

.communication{
    margin-left: 18% !important;
    font-size: 21px !important;
}

@media (max-width: 1000px) {
    .communication{
        margin-left: 0 !important;
        font-size: 21px !important;
    }
}

.open > .dropdown-menu {
    display: block;
}



.navbar-toggle {
    background-color: transparent;
    border: none;
}

