* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

:root {

    --main-color: #F6E471;
    --black-color: #000000;
    --text-color: #EFEFEF;
    --text-color_two: #F0F0F0;
    --text-color-glg-av: #D4D4D4;
    --text-color-one: #707070;
    --background-color-one: #171717;
    --grey-mid-grey: #8F8F8F;

}


@font-face {
    font-family: 'Century Gothic';
    src: url('../font/century-gothic/CenturyGothic.ttf') format('woff'),
        url('../font/century-gothic/Century\ Gothic.ttf') format('truetype'),
        url('../font/century-gothic/GOTHIC.TTF') format('truetype'),
        url('../font/century-gothic/GOTHICB.TTF') format('truetype'),
        url('../font/century-gothic/GOTHICB0.TTF') format('truetype'),
        url('../font/century-gothic/GOTHICBI.TTF') format('truetype'),
        url('../font/century-gothic/GOTHICI.TTF') format('truetype');
}
@font-face {
    font-family: 'Avenir';
    src: url(../font/avenir/AvenirRegular/AvenirRegular.ttf),
        url(../font/avenir/AvenirBlack/AvenirBlack.ttf),
        url(../font/avenir/AvenirBook/AvenirBook.ttf),
        url(../font/avenir/AvenirHeavy/AvenirHeavy.ttf),
        url(../font/avenir/AvenirLight/AvenirLight.ttf);
}
h1{
    margin: 0px !important;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden !important;
    background-color: var(--background-color-one);
    font-family: 'Century Gothic', sans-serif;
    counter-reset: section;

}
.transition {
    transition: all 0.25s ease-in-out;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flipIn {
    animation: flipdown 0.5s ease both;
}

.no-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

html {
    scroll-behavior: smooth;
}

#faq {
    width: 100%;
    /* min-height: 1000px; */
    max-height: fit-content;
}

#faq .container{
    width: 100%;
    position: relative;
    padding: 80px 100px;
}

.tit_box{
    width: 100%;
    height: 400px;
    background: url(../img/faq2.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
    position: relative;
}
.tit_box::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-image: linear-gradient(to top, var(--background-color-one),transparent, var(--background-color-one));
}
.tit_box::after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #17171765;
    z-index: -2;
}
.list h2 {
    color: var(--text-color);
}

.faq.title {
    font-weight: bold;
    animation: flipdown 0.5s ease both;
    color: var(--text-color_two, #F0F0F0);
    font-family: "Century Gothic";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 46px;
}

.list h2 {
    width: 100%;
    padding: 10px;
    padding-right: 20px;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    display: block;
    margin: 0;
    cursor: pointer;
    user-select: none;
    position: relative;
    color: var(--text-color-glg-av, #D4D4D4);
    font-family: 'Avenir';
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.175px;
}
.list h2::before {
    content: "";
    position: absolute;
    top: 13px;
    left: -16px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #000;
}
.list .q{
    margin-right: 15px;
    color: var(--main-color, #F2DA34);
    font-family: "Century Gothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px; /* 130% */
    letter-spacing: 0.03px;
}
.list p {
    background-color: #000;
    position: relative;
    overflow: hidden;
    max-height: 800px;
    transition: all 0.25s ease-in-out;
    opacity: 1;
    transform: translate(0, 0);
    margin-top: 14px;
    z-index: 2;
    color: var(--grey-mid-grey, #8F8F8F);
    font-family: 'Avenir';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.8px;
    letter-spacing: 0.08px;
    padding: 14px;
    border-radius: 8px;
}
#faq .lists {
    list-style: none;
    perspective: 900;
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row nowrap;
    gap:80px;
}
#faq .cul{
    width: 50%;
}
.list{
    position: relative;
    padding: 0;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 18px;
    animation: flipdown 0.5s ease both;

    &:nth-of-type(1) {
        animation-delay: 0.5s;
    }

    &:nth-of-type(2) {
        animation-delay: 0.75s;
    }

    &:nth-of-type(3) {
        animation-delay: 1.0s;
    }
    &:nth-of-type(4) {
        animation-delay: 1.25s;
    }
    &:nth-of-type(5) {
        animation-delay: 1.5s;
    }
    &:nth-of-type(6) {
        animation-delay: 1.75s;
    }
    &:nth-of-type(7) {
        animation-delay: 2.0s;
    }
    &:nth-of-type(8) {
        animation-delay: 2.25s;
    }
    &:nth-of-type(9) {
        animation-delay: 2.50s;
    }
    &:nth-of-type(10) {
        animation-delay: 2.50s;
    }

    &:last-of-type {
        padding-bottom: 0;
    }

    i {
        position: absolute;
        transform: translate(-6px, 0);
        margin-top: 16px;
        right: 0;
    }

    i:before,
    i:after {
        content: "";
        transition: all 0.25s ease-in-out;
        position: absolute;
        background-color: var(--main-color);
        width: 3px;
        height: 9px;
    }

    i:before {
        transform: translate(-2px, 0) rotate(45deg);
    }

    i:after {
        transform: translate(2px, 0) rotate(-45deg);
    }
}
.list::before{
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 5px;
    background-image: linear-gradient(to right, #F6E471, transparent);
    z-index: 112;
}
input[type="checkbox"] {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;

    &:checked {
        &~p {
            margin-top: 0;
            max-height: 0;
            opacity: 0;
            transform: translate(0, 50%);
        }

        &~i {
            &:before {
                transform: translate(2px, 0) rotate(45deg);
            }

            &:after {
                transform: translate(-2px, 0) rotate(-45deg);
            }
        }
    }
}

@keyframes flipdown {
    0% {
        opacity: 0;
        transform-origin: top center;
        transform: rotateX(-90deg);
    }

    5% {
        opacity: 1;
    }

    80% {
        transform: rotateX(8deg);
    }

    83% {
        transform: rotateX(6deg);
    }

    92% {
        transform: rotateX(-3deg);
    }

    100% {
        transform-origin: top center;
        transform: rotateX(0deg);
    }
}
@media screen and (min-width: 951px){
    #faq .container{
        /* padding: 0px 100px 150px; */
    }
    .faq.lists{
        /* margin-top: 500px !important; */
    }
    #faq .list{
        /* padding-left: 60px; */
        /* width: calc((100% - 80px) / 2); */
        max-width: 600px;
    }
}
@media screen and (min-width: 0px) and (max-width: 950px) {
    #faq {
        width: 100%;
        min-height: 700px;
        max-height: fit-content ;
    }
    #faq .container {
        padding: 80px 16px 80px 30px;
    }
    .tit_box {
        height: 300px;
    }
    #faq .lists {
        flex-flow: row wrap;
        gap: 0px;

    }
    #faq .cul{
        width: 100%;
    }
    .faq.title {
        padding: 0px 16px;
        font-size: 24px;
    }
}
.act_padding{
    padding: 40px 20px !important;
}