@font-face {
    font-family: "Oswald";
    src: url(../fonts/Oswald-Regular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.section-banner .banner h2{
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 10px;
    font-family: "Oswald";
    font-weight: 400;
    letter-spacing: .1em;
}

.section-banner .banner .text-box-content p{
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.section-banner .banner .text-box-content .button{
    font-family: "Oswald";
    font-size: 18px;
    color: #171717 !important;
    text-transform: uppercase;
    font-weight: 400;
}


.section-about .title-about h2{
    margin: 0;
    font-family: "Oswald";
    font-weight: 400;
    font-size: 32px;
    line-height: 1.19355;
    color: #fff;
    text-shadow: 3px 3px 0 rgba(0, 0, 0, .25);
    letter-spacing: .1em;
}

.action-more {
    display: inline-block;
    margin-top: 20px;
    padding: .5rem 1.5rem .5rem 1.2rem;
    border-left: 3px solid #fff;
    background-color: #000;
    font-family: "Oswald";
    font-size: 18px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: 4px;
    cursor: pointer;
}
.action-more .less {
    display: none;
}
.show-more .action-more .less {
    display: block;
}
.show-more .action-more .more {
    display: none;
}

.description-about .description {
    display: block;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
.description-about .show-more .description{
    display: block;
}

.section-title-container .section-title-center b{
    opacity: 0;
}
.section-title-container .section-title-center .section-title-main{
    margin: 0;
}

.section-title-container .section-title-center .section-title-main {
    font-family: "Oswald";
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    text-align: center;
    color: #fff;
    letter-spacing: .1em;
}

.section-style .box-text h4{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    white-space: break-spaces;
    font-style: italic;
    margin-bottom: 15px;
}
.section-style .box-text,
.section-style p{
    font-size: 16px;
    color: #A8A8A8;
    line-height: 1.625;
}

.section-faqs .accordion .accordion-item{
    padding: 18px 0;
    border-bottom: 1px solid #2B2B2B;
    position: relative;
}
.section-faqs .accordion .accordion-title{
    border: 0;
    position: initial;
}
.section-faqs .accordion .toggle{
    position: absolute;
    bottom: -8px;
    top: auto;
    left: 50%;
    width: 20px;
    height: 20px;
    min-height: auto;
    margin: 0;
    margin-left: -8px;
    border-radius: 50%;
    border: 1px solid #2B2B2B;
    background-color: #101010;
}
.section-faqs .accordion .toggle i{
    font-size: 16px;
    line-height: 20px;
    display: block;
    top: -1px;
    right: -1px;
}

.section-faqs .accordion .accordion-title{
    margin: 0;
    text-align: center;
    font-family: "Oswald";
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    cursor: pointer;
    letter-spacing: .1em;
    padding: 0;
}

.section-faqs .accordion .accordion-title.active,
.section-faqs .accordion .accordion-title:hover{
    color: #fff;
}
.section-faqs .accordion .accordion-inner{
    max-width: 805px;
    width: 100%;
    margin: 20px auto 0;
    line-height: 1.71429;
    color: #A8A8A8;
    padding: 0;
}
.section-faqs .accordion .accordion-inner p:last-child{
    margin-bottom: 0;
}

.title-footer h4{
    margin: 0 0 35px;
    font-family: "Oswald";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .4rem;
}

.section-artist .col-title-artist{
    margin: 0;
    padding: 40px 15px 0;
    font-family: "Oswald";
    font-size: 32px;
    line-height: 1.2;
    color: #fff;
    letter-spacing: .1em;
    background-color: #101010;
}
.section-artist .col-title-artist p{
    margin: 0;
}
.section-artist .col-content-artist{
    flex: 1;
    padding: 20px 15px 40px;
}
.section-artist .col-ab-art h4{
    width: 100%;
    margin: 0;
    font-family: "Oswald";
    font-size: 25px;
    letter-spacing: 6px;
}
.section-artist .col-ab-art p{
    margin: 0 0 15px;
    font-size: 13px;
    line-height: 1.57143;
    color: #A8A8A8;
}
.section-artist .col-ab-art .button{
    display: inline-block;
    margin-right: 0;
    margin-bottom: 0;
    padding: 7px 21px;
    border: 1px solid #fff;
    font-family: "Oswald";
    font-size: 16px;
    line-height: 1.1875;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: 400;
    margin-top: auto;
}
.page-contact h5{
    letter-spacing: .1em;
    font-size: 24px;
    font-family: "Oswald";
    font-weight: 400;
}
.page-contact .icon-box{
    align-items: center;
}
.page-contact .icon-box p{
    margin: 0;
}

/*Support online*/
.support-online {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 55px;
    top: auto !important;
    left: auto
}

.support-online a {
    position: relative;
    margin: 10px;
    text-align: left;
    width: 40px;
    height: 40px
}

.support-online i {
    width: 40px;
    height: 40px;
    background: #004f93;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.support-online svg {
    width: 40px;
    height: 40px
}

.support-online i svg {
    width: 22px;
    height: 22px
}

.support-online i svg path {
    fill: #fff !important
}

.support-online a {
    display: block
}

.support-online a span {
    border-radius: 2px;
    text-align: center;
    background: #004f93;
    padding: 9px;
    display: none;
    width: 150px;
    margin-right: 10px;
    position: absolute;
    color: #ffffff;
    z-index: 999;
    top: 0px;
    right: 40px;
    transition: all 0.2s ease-in-out 0s;
    -moz-animation: headerAnimation 0.7s 1;
    -webkit-animation: headerAnimation 0.7s 1;
    -o-animation: headerAnimation 0.7s 1;
    animation: headerAnimation 0.7s 1
}

.support-online a:hover span {
    display: block
}

.support-online a span::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #004f93;
    position: absolute;
    right: -9px;
    top: 10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30,30,30,0.4);
    opacity: .1;
    border-color: #005dad;
    opacity: .5
}

.support-online .btn-support {
    cursor: pointer
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated.flipOutX,.animated.flipOutY,.animated.bounceIn,.animated.bounceOut {
    animation-duration: .75s
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        transform: scale3d(1, 1, 1)
    }
}



@media (min-width: 320px) {
    .section-banner .banner h2 {
        font-size: calc(8.51064vw + 2.76596px);
    }
}
@media (min-width: 414px) {
    .section-banner .banner h2 {
        font-size: calc(10.1473vw - 4.00982px);
        margin-bottom: calc(2.45499vw - .16367px);
    }
    .section-banner .banner .text-box-content p{
        font-size: calc(.65466vw + 13.28969px);
        margin-bottom: calc(1.63666vw + 13.22422px);
    }
    .section-about .title-about h2{
        font-size: calc(4.90998vw + 11.67267px);
    }
    .section-title-container .section-title-center .section-title-main{
        font-size: calc(4.90998vw + 11.67267px);
    }
    .section-faqs .accordion .accordion-title{
        font-size: calc(1.63666vw + 11.22422px);
    }
}
@media (min-width: 768px) {
    .section-banner .banner h2,
    .section-about .title-about h2,
    .section-banner .banner .text-box-content .button{
        letter-spacing: .2em;
    }
    .section-title-container .section-title-center .section-title-main{
        letter-spacing: 1.4rem;
    }
    .section-faqs .accordion .accordion-item{
        padding: 30px 0;
    }
    .section-faqs .accordion .accordion-title{
        letter-spacing: .5rem;
    }
    .section-artist .col-title-artist {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 0;
        background-color: transparent;
        -webkit-box-flex: 0;
        max-width: 145px;
        flex: 0 0 145px;
        font-family: "Oswald";
        font-size: 72px;
        line-height: 1.38889;
        color: #101010;
        writing-mode: vertical-rl;
        text-orientation: upright;
        letter-spacing: -38px;
        text-indent: -8px;
        text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
        position: relative;
        top: 50px;
    }
    .section-artist .col-title-artist{
        padding: 30px 15px;
    }
    .section-artist .col-img-art{
        padding: 0;
        -webkit-box-flex: 0;
        max-width: 230px;
        flex: 0 0 230px;
    }
    .section-artist .col-ab-art{
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        flex: 1;
        padding-left: 1.5rem;
    }
}
@media (min-width: 850px){
    .section-about .row{
        position: relative;
    }
    .section-about .row .large-5{
        position: absolute;
        right: 0;
        width: 48%;
        flex-basis: 48%;
        max-width: 48%;
    }
    .section-about .about-phone {
        margin: 15px 0 0 55px;
    }
    .section-style .box-text h4{
        font-size: 32px;
    }
}
@media (min-width: 1025px){
    .section-banner .banner h2 {
        font-size: 80px;
        margin-bottom: 25px;
    }
    .section-banner .banner .text-box-content p{
        font-size: 20px;
        margin-bottom: 30px;
    }
    .section-about .title-about h2{
        font-size: 56px;
    }
    .section-title-container .section-title-center .section-title-main{
        font-size: 62px;
    }
    .section-faqs .accordion .accordion-title{
        font-size: 28px;
    }
}

@media (min-width: 1440px) {
    .section-artist .col-title-artist{
        padding: 50px 35px 50px 50px;
    }
}

@media (max-width: 767px){
    .page-contact h5{
        font-size: 20px;
    }
}