@font-face {
    font-family: "OpenSans";
    src: url("../resources/font/open_sans.ttf");
}

@font-face {
    font-family: "inter_regular";
    src: url("../resources/font/Inter_Regular.ttf");
}

@font-face {
    font-family: "inter_bold";
    src: url("../resources/font/Inter_Bold.ttf");
}

@font-face {
    font-family: "poppins_regular";
    src: url("../resources/font/Poppins_Regular.ttf");
}


@font-face {
    font-family: "fog";
    src: url("../resources/font/FogthreeACL.ttf");
}


ul {
    list-style-image: url('../Resources/icon/dot.png');

}

@font-face {
    font-family: "poorich";
    src: url("../resources/font/POORICH.TTF");
}

:root {
    --colorBg: #E6E8E6;
    --colorText: #3F403F;
    --colorMain: #475841;
    --colorOther: #9FB8AD;

    --container: 120rem;
    --primary: hsl(201.43, 13.21%, 58.43%);
    --white: hsl(0, 0%, 100%);
    --white-light: hsl(0, 0%, 99%);
    --box-shadow: hsl(220, 7.32%, 91.96%);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "OpenSans";
    color: var(--colorText); */
}

body {
    background: #ffffff
        /* overflow-x: hidden; */

}




.privacy-empty {
    width: 100%;
    height: 5rem;
}



.privacy-sec2-div1 {
    max-width: var(--container);
    padding: 0 0.2rem;
    margin: 0 auto;
    margin-bottom: 5rem;

}

.tab-container1 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    /* box-shadow: 0 0.8rem 1rem var(--box-shadow); */
}

@media (max-width: 767px) {
    .tab-container1 {
        width: 99%;
    }
}


.tab-filter-container1 {
    width: fit-content;
    margin: auto;
    padding: 0.5rem;
    border-radius: 20rem;
    text-align: center;
    background: #000000;
    list-style: none;
    display: flex;
}




.filter-btn {
    display: inline-flex;
    padding: 0.5rem 2.5rem;
    cursor: pointer;
    border-radius: 2rem;
    align-items: center;
    gap: 0.5rem;
    /* font-weight: 600; */
    font-family: "poppins_regular";
    font-size: 1.2rem;
    font-weight: 600;
    color: white;
    letter-spacing: 1px;
}

.filter-btn.active {
    background: #383838;

}

.tab-filter-item-container1 {
   
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    background: #000000;
    opacity: 81%;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: blur(7.8px);
    backdrop-filter: blur(7.8px);
    border: 1px solid rgba(71, 88, 65, 0.51);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}



.tab-item1 {
    width: 100%;
    height: auto;
    min-height: fit-content;
    position: absolute;
    padding: 3rem 3rem;
    transform: translateY(100%);
    transition: transform 0.5s ease-in-out;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;



}

.tab-item1-container {
    display: flex;
    flex-direction: row;
    /* text-align: justify; */
    /* column-gap: 10rem; */
    /* margin-top: 1rem; */
    margin-bottom: 0rem;
}

.tab-item1-span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.5rem;
    font-weight: 400;
    color: #ffffff;
    padding: 1rem;
    font-family: "fog";


}

.tab-item1-span2 {
    text-align: justify;
    font-size: 1rem;
    color: #ffffff;
    font-family: "poppins_regular";


}

.tab-content-left {
    width: 35%;
}

.tab-content-right {
    width: 65%;
    display: flex;
    flex-direction: column;
}

.tab-content-left span {
    font-family: "poppins_regular";
    font-size: 1.2rem;
    font-weight: 600;
    color: #ffffff;

}

.tab-content-right-span {
    font-family: "poppins_regular";
    font-size: 1.1rem;
    display: flex;
    text-align: justify;
    color: #ffffff;
    margin-bottom: 0.5rem;
    /* letter-spacing: 0.1rem; */


}

.tab-content-right ul {
    font-family: "poppins_regular";
    font-size: 1rem;
    line-height: 2.2rem;
    margin-left: 1rem;
    text-align: left;
    color: #ffffff;

}


.tab-item1.select_tab {
    transform: translateY(0);
    transition: transform 0.5s ease-in-out;
    /* background: var(--white-light); */
    animation: feadIn 0.6s ease-in-out;
    opacity: 1;
    visibility: visible;
    position: static;
}

@keyframes feadIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.privacy-hr {
    border: solid #ffffff59 2px;
    border-radius: 10px;
    margin: 1rem 0;
}

@media screen and (min-width:300px) and (max-width:350px) {
    .tab-filter-container1 {
        padding: 0.3rem;
        border-radius: 20px;
        text-align: center;
        list-style: none;
        display: flex;
    }

    .filter-btn {
        padding: 0.3rem 0.3rem;
        border-radius: 15px;
        gap: 0.2rem;
        font-size: 0.7rem;
        font-weight: 600;

    }

    .tab-item1-container {
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
        /* column-gap: 10rem; */
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .tab-content-left {
        width: 96%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    .tab-content-right {
        width: 96%;
    }

    .tab-content-left span {
        font-size: 1.2rem;

    }

    .tab-content-right-span {
        font-size: 1rem;

    }

    .tab-content-right ul {
        font-size: 1rem;
        line-height: 1.8rem;
        margin-left: 1.5rem;
        text-align: left;


    }

    .tab-item1-span {
        font-size: 1.8rem;
        text-align: center;
    }

    .tab-item1 {
        padding: 0.8rem 0.8rem;

    }

}

@media screen and (min-width:351px) and (max-width:500px) {
    .tab-filter-container1 {
        padding: 0.3rem;
        border-radius: 20px;
        text-align: center;
        list-style: none;
        display: flex;
    }

    .filter-btn {
        padding: 0.3rem 0.8rem;
        border-radius: 15px;
        gap: 0.2rem;
        font-size: 0.8rem;
        font-weight: 600;

    }

    .tab-item1-container {
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
        /* column-gap: 10rem; */
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .tab-content-left {
        width: 96%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    .tab-content-right {
        width: 96%;
    }

    .tab-content-left span {
        font-size: 1.2rem;

    }

    .tab-content-right-span {
        font-size: 1rem;

    }

    .tab-content-right ul {
        font-size: 1rem;
        line-height: 2.1rem;
        margin-left: 1.5rem;
        text-align: left;
      


    }

    .tab-item1-span {
        font-size: 2.3rem;
        text-align: center;
    }

    .tab-item1 {
        padding: 1rem 1rem;

    }

   
}

@media screen and (min-width:501px) and (max-width:690px) {
    .tab-filter-container1 {
        padding: 0.4rem;
        border-radius: 2rem;
        text-align: center;
        list-style: none;
        display: flex;
    }

    .filter-btn {
        padding: 0.3rem 1.3rem;
        border-radius: 2rem;
        gap: 0.2rem;
        font-size: 0.9rem;
        font-weight: 600;

    }

    .tab-item1-container {
        display: flex;
        flex-direction: column;
        /* justify-content: center;
        align-items: center; */
        /* column-gap: 10rem; */
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .tab-content-left {
        width: 96%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    .tab-content-right {
        width: 96%;
    }

    .tab-content-left span {
        font-size: 1.2rem;

    }

    .tab-content-right-span {
        font-size: 1rem;

    }

    .tab-content-right ul {
        font-size: 1rem;
        line-height: 2rem;
        margin-left: 1.5rem;
        text-align: left;


    }

    .tab-item1-span {
        font-size: 1.8rem;
        text-align: center;
    }

    .tab-item1 {
        padding: 1rem 1rem;

    }

    

}


@media screen and (min-width:691px) and (max-width:1000px) {
    .tab-filter-container1 {
        width: fit-content;
        margin: auto;
        padding: 0.5rem;
        border-radius: 20rem;
        text-align: center;

        list-style: none;
        display: flex;
    }

    .filter-btn {
        display: inline-flex;
        padding: 0.3rem 1.3rem;
        cursor: pointer;
        border-radius: 2rem;
        align-items: center;
        gap: 0.2rem;
        font-family: "poppins_regular";
        font-size: 1rem;
        font-weight: 600;

    }

    .tab-item1-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* column-gap: 10rem; */
        margin-top: 0rem;
        margin-bottom: 0rem;
    }

    .tab-content-left {
        width: 96%;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }


    .tab-content-right {
        width: 96%;
    }

    .tab-content-left span {
        font-size: 1.2rem;

    }

    .tab-content-right-span {
        font-size: 1rem;

    }

    .tab-content-right ul {
        font-size: 1rem;
        line-height: 1.8rem;
        margin-left: 1.5rem;
        text-align: left;
    


    }

    .tab-item1-span {
        font-size: 1.8rem;
        text-align: center;
    }

    .tab-item1 {
        padding: 1rem 1rem;

    }

    

}


.faq-topic {
    /* margin-top: 3rem; */
    /* border-top: 3px solid white;
    padding-top: 1rem; */


}

.faq-content {
    /* margin-top: 1rem; */
    border-bottom: 3px solid white;
    cursor: pointer;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.question {
    display: flex;
    flex-direction: row;

}

.faq-heading {
    width: 90%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.faq-img1 {
    width: 10%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.faq-icon {
    width: 25px;
    transition: transform .5s ease-in;
}



.faq-span1 {
    font-family: "poppins_regular";
    font-size: 1.2rem;
    display: flex;
    text-align: start;
    color: #ffffff;
    margin-bottom: 0.5rem;
    /* letter-spacing: 0.1rem; */


}

.answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1.4s ease;
}

.faq-span2 {
    color: white;
}


.faq-content.active .answer {
    max-height: 300px;
    animation: fade 1s ease-in-out;
}

.faq-content.active .faq-icon {
    transform: rotate(180deg);
}


@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}