@charset "UTF-8";
/* ******************** variables *********************** */
/* ******************** mixin ***************************** */
@font-face {
    font-family: IRANYekanX;
    src: url("../font/IRANYekanX-Medium.ttf"), url("../font/IRANYekanX-Medium.woff");
}

*:not(h1, h2, h3, h4, h5, h6 , p) {
    font-family: IRANYekanX;
    margin: 0;
    direction: rtl;
    resize: none;
    font-size: 11pt;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

.voicenumber {
    border: none;
    border-radius: 7px;
    box-shadow: 2px 4px 10px rgba(41, 37, 36, 0.15);
    outline: none;
    direction: ltr;
    text-align: center;
    padding: 8px;
    height: 39px;
}

.bc-row a {
    width: 15%;
    aspect-ratio: 1/1;
    border-radius: 16px;
    background: rgb(248, 248, 248);
}
li {
        direction: ltr;
}
.bc-row a img {
    width: 100% !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: IRANYekanX;
    direction: ltr;
}

h1 {
    color: #66236a;
}

a {
    text-decoration: none;
    color: inherit;
}

p {
    text-align: justify;
    direction: ltr;
}

body::-webkit-scrollbar {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
}

.flexCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexSpace {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flexSpaceStart {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    direction: ltr;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flexCol {
    display: flex;
    flex-direction: column;
}

.flexColCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.flexColStart {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flexColSpace {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flexWrap {
    display: flex;
    flex-wrap: wrap;
}

.relative {
    position: relative;
}

.bold {
    font-weight: bold;
}

.pipe {
    margin: 0 7px;
    font-size: 15pt !important;
    color: #66236a;
}

.pointer {
    cursor: pointer !important;
}

.visible,
.trnsVisible {
    opacity: 1 !important;
    visibility: visible !important;
}

.hidden {
    opacity: 0 !important;
    visibility: hidden !important;
}

.d-none {
    display: none;
}

body,
html {
    scroll-behavior: smooth;
}

.m0 {
    margin: 0 !important;
}

.ml10 {
    margin-left: 10px;
}

.ml5 {
    margin-left: 5px !important;
}

.radio-row {
    width: 70%;
    align-self: flex-start;
}

.pl5 {
    padding-left: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb5rem {
    margin-bottom: 5rem;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mt10 {
    margin-top: 10px !important;
}

.mr-auto {
    margin-right: auto;
}

.ml-auto {
    margin-left: auto;
}

.mx-auto {
    margin: 0 auto;
}

.white {
    color: white;
}

.gray {
    color: gray;
}

.w-90 {
    width: 90% !important;
}

    .w-90 .login-form {
        width: 60% !important;
    }

    .w-90 .signup-img-col {
        width: 30% !important;
    }

.w-100 {
    width: 100% !important;
}

.w-50 {
    width: 50% !important;
}

.justify {
    text-align: justify;
}

.text-center {
    text-align: center;
}

.btn {
    background-color: #66236a !important;
    color: white !important;
    padding: 10px 25px;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondary-btn {
    background-color: #fefefe;
    color: #66236a;
    padding: 10px 25px;
    border: 1px solid #66236a;
    border-radius: 7px;
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lh {
    line-height: 2rem;
}

.ls {
    letter-spacing: 1px;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

.graytext {
    color: #c8c4c4;
}

input[type=radio],
input[type=checkbox] {
    accent-color: #66236a;
}

#Arrow {
    transition: 0.3s;
}

::selection {
    background-color: #be66c3;
}

.error-style {
    font-weight: bold;
    border: 1px solid #DC2626 !important;
    border-radius: inherit;
}

    .error-style::placeholder {
        color: #DC2626 !important;
    }

.fw-normal {
    font-weight: normal !important;
}

.dev-docs {
    margin: 30px 100px 0 !important;
}

.captcha {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 30px;
    height: 50px;
}

    .captcha .code {
        width: 50%;
        border-radius: 0.375rem;
        background: #66236a;
        padding: 5px;
        color: #fff;
        letter-spacing: 4px;
        font-size: 10pt;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .captcha .code .refresh {
            width: 50%;
            height: 22px;
            cursor: pointer;
        }

    .captcha input {
        width: 50%;
        border-radius: 0.75rem 0 0 0.75rem !important;
        text-align: center;
        height: 100%;
    }

.ui-form {
    background-color: #fefefe;
    border: 1px solid rgba(41, 37, 36, 0.2);
    padding: 25px;
    width: 43%;
    border-radius: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    direction: ltr;
}

    .ui-form h4 {
        margin: 0 0 12px 0;
        direction: ltr;
    }

    .ui-form p {
        margin-bottom: 15px;
        line-height: 24px;
        direction: ltr;
    }

    .ui-form input,
    .ui-form textarea {
        border-radius: 0.4375rem;
        border: 0.5px solid rgba(41, 37, 36, 0.1);
        box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
        outline: none;
        box-shadow: rgba(142, 142, 142, 0.1) 0px -1px 20px 0px;
        padding: 10px;
        width: 100%;
        margin-bottom: 15px;
        direction: ltr;
    }

        .ui-form input:last-child {
            width: 50%;
        }

    .ui-form .btn {
        margin-left: auto;
    }

body {
    background-color: #fefefe;
}

.home-container {
    width: 100%;
    overflow-x: hidden;
}

.ph {
    color: #66236a;
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.pt {
    color: #000000;
    display: block;
    font-size: 1em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    unicode-bidi: isolate;
}

.fix-top {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
}

header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 100px;
    position: sticky;
    top: 0;
    background: #fefefe;
    z-index: 9;
    transition: 0.3s linear;
}

    header .menu-mask {
        width: 100%;
    }

        header .menu-mask .mobile-menu {
            width: 100%;

        }


    header .header-top {
        width: 100%;
        margin-bottom: 20px;
        direction: ltr;
    }

        header .header-top .header-right {
            display: flex;
            align-items: center;
        }

            header .header-top .header-right span {
                cursor: pointer;
            }

            header .header-top .header-right .logo {
                width: 85%;
            }

        header .header-top .header-left {
            display: flex;
            align-items: center;
            direction: ltr;
        }

            header .header-top .header-left .search-box {
                position: relative;
                width: 0;
                border-radius: 0.5rem;
                border: 1px solid #66236a;
                margin-left: 10px;
                transition: 0.3s linear;
                opacity: 0;
            }

                header .header-top .header-left .search-box .search-input {
                    padding: 10px;
                    outline: none;
                    width: 100%;
                    border: none;
                    padding-right: 40px;
                    border-radius: inherit;
                }

                    header .header-top .header-left .search-box .search-input::placeholder {
                        color: black;
                    }

                header .header-top .header-left .search-box .input-close-svg {
                    position: absolute !important;
                    top: 50% !important;
                    transform: translate(-50%, -50%) !important;
                    left: 20px;
                    cursor: pointer;
                    width: 12px;
                }

                header .header-top .header-left .search-box .mag-svg {
                    position: absolute !important;
                    top: 50% !important;
                    transform: translate(-50%, -50%) !important;
                    right: 0;
                    cursor: pointer;
                    width: 20px;
                }

                header .header-top .header-left .search-box .sugestions {
                    position: absolute;
                    bottom: 0;
                    transform: translateY(100%);
                    left: -1px;
                    width: calc(100% + 2px);
                    max-height: 0;
                    margin: 0;
                    padding: 0;
                    visibility: hidden;
                    transition: 0.3s linear;
                    background-color: #fefefe;
                    z-index: 2;
                    border-bottom-left-radius: 0.5rem;
                    border-bottom-right-radius: 0.5rem;
                    border-bottom: 0;
                    overflow: auto;
                    border: 1px solid #66236a;
                    border-top: none;
                }

                    header .header-top .header-left .search-box .sugestions::-webkit-scrollbar {
                        width: 3px;
                    }

                    header .header-top .header-left .search-box .sugestions::-webkit-scrollbar-track {
                        background: lightgray;
                        border-radius: 0.5rem;
                    }

                    header .header-top .header-left .search-box .sugestions::-webkit-scrollbar-thumb {
                        background: #66236a;
                        width: 1px;
                        border-radius: 0.5rem;
                    }

                        header .header-top .header-left .search-box .sugestions::-webkit-scrollbar-thumb:hover {
                            background: #66236a;
                        }

                    header .header-top .header-left .search-box .sugestions .div-line {
                        border-top: 1px solid rgba(102, 35, 106, 0.08);
                        position: sticky;
                        top: 0;
                    }

                    header .header-top .header-left .search-box .sugestions li {
                        list-style: none;
                        padding: 13px 0;
                        cursor: pointer;
                        transition: 0.3s;
                    }

                        header .header-top .header-left .search-box .sugestions li:hover {
                            background-color: rgba(202, 190, 234, 0.24);
                            font-weight: bold;
                            padding: 13px 5px;
                            border-radius: 0.5rem;
                        }

            header .header-top .header-left .sugest-opened {
                border-bottom-left-radius: 0;
                border-bottom-right-radius: 0;
                border-bottom: 0;
            }

                header .header-top .header-left .sugest-opened .sugestions {
                    max-height: 300px;
                    padding: 0 15px 5px 15px;
                    visibility: visible;
                }

            header .header-top .header-left .open-search {
                width: 57vw !important;
                opacity: 1;
            }

            header .header-top .header-left .first-mag-svg {
                cursor: pointer;
                z-index: 3;
                width: 20px;
            }

            header .header-top .header-left .language-section {
                margin: 0 30px 0 10px;
                cursor: pointer;
                position: relative;
            }

                header .header-top .header-left .language-section:hover {
                    color: #66236a;
                }

                    header .header-top .header-left .language-section:hover svg {
                        transition: 0.3s;
                    }

                        header .header-top .header-left .language-section:hover svg path {
                            fill: #66236a;
                        }

                    header .header-top .header-left .language-section:hover .selected-language {
                        color: #66236a;
                    }

                header .header-top .header-left .language-section .selected-language {
                    margin: 0 10px;
                    font-weight: bold;
                    color: #292524;
                    outline: none;
                    border: none;
                    width: 50px;
                    z-index: -1;
                    background-color: transparent;
                }

                    header .header-top .header-left .language-section .selected-language:hover {
                        color: #66236a;
                    }

                header .header-top .header-left .language-section .lang-arrow {
                    transition: 0.3s;
                }

                header .header-top .header-left .language-section .lang-box {
                    position: absolute;
                    bottom: -10px;
                    transform: translate(-50%, 100%);
                    padding: 3px 5px;
                    left: 50%;
                    width: 120px;
                    border: 1px solid #66236a;
                    border-radius: 0.5rem;
                    background-color: #F7F7F7;
                    visibility: hidden;
                    z-index: 2;
                }

                    header .header-top .header-left .language-section .lang-box .line {
                        background-color: rgba(102, 35, 106, 0.08);
                        height: 1px;
                        width: 90%;
                    }

                    header .header-top .header-left .language-section .lang-box .flexStart {
                        padding: 8px;
                        margin: 3px 0;
                    }

                        header .header-top .header-left .language-section .lang-box .flexStart:hover {
                            background-color: rgba(202, 190, 234, 0.24);
                            border-radius: 0.5rem;
                        }

            header .header-top .header-left .flag {
                margin-left: 20px;
            }

            header .header-top .header-left .login {
                display: flex;
                align-items: center;
                cursor: pointer;
            }

                header .header-top .header-left .login a {
                    text-decoration: none;
                }

                header .header-top .header-left .login .enter {
                    font-weight: bold;
                    color: #292524;
                }

    header nav {
        width: 100%;
        padding: 16px 0;
        border-radius: 0.75rem;
        background: #F7F7F7;
        text-align: center;
        direction: ltr;
    }

        header nav a {
            text-decoration: none;
        }

        header nav .nav-item {
            display: inline;
            text-decoration: none;
            margin: 0 2.5rem;
            transition: 0.3s;
            text-align: center;
            color: #000;
            font-weight: 500;
            font-size: 11pt;
        }

            header nav .nav-item:hover {
                color: #66236a;
            }

        header nav span {
            text-align: center;
        }

        header nav .service-nav-item,
        header nav .about-nav-item {
            position: relative;
            direction: ltr;
        }

            header nav .service-nav-item:hover .main-ul,
            header nav .about-nav-item:hover .main-ul {
                opacity: 1;
                visibility: visible;
            }

            header nav .service-nav-item .main-ul,
            header nav .about-nav-item .main-ul {
                border: 1px solid #66236a;
                border-radius: 0.5rem;
                position: absolute;
                left: 0;
                background-color: #fefefe;
                padding: 10px 15px;
                bottom: -16px;
                transform: translateY(100%);
                transition: 0.3s linear;
                list-style: none;
                z-index: 2;
                opacity: 0;
                visibility: hidden;
            }

                header nav .service-nav-item .main-ul li,
                header nav .about-nav-item .main-ul li {
                    position: relative;
                    padding: 10px 17px 10px 7px;
                    white-space: nowrap;
                    text-align: start;
                    margin-bottom: 5px;
                    border-radius: 0.5rem;
                }

                    header nav .service-nav-item .main-ul li:hover,
                    header nav .about-nav-item .main-ul li:hover {
                        background-color: rgba(202, 190, 234, 0.24);
                    }

                        header nav .service-nav-item .main-ul li:hover::before,
                        header nav .about-nav-item .main-ul li:hover::before {
                            opacity: 1;
                        }

                    header nav .service-nav-item .main-ul li::before,
                    header nav .about-nav-item .main-ul li::before {
                        content: url("../svg/bullet.svg");
                        position: absolute;
                        top: 50%;
                        transform: translateY(-50%);
                        left: 0px;
                        opacity: 0;
                        transition: 0.3s;
                    }

                header nav .service-nav-item .main-ul .main-li .li-title,
                header nav .about-nav-item .main-ul .main-li .li-title {
                    min-width: 200px;
                    margin-left: 7px;
                    padding: 10px 17px 10px 7px;
                    white-space: nowrap;
                    border-radius: 0.5rem;
                    direction: ltr;
                }

                header nav .service-nav-item .main-ul .main-li:hover .sub-ul,
                header nav .about-nav-item .main-ul .main-li:hover .sub-ul {
                    visibility: visible;
                }

                header nav .service-nav-item .main-ul .hoverable-li,
                header nav .about-nav-item .main-ul .hoverable-li {
                    display: flex;
                    align-items: flex-start;
                    justify-content: flex-start;
                    padding: 0;
                }

                    header nav .service-nav-item .main-ul .hoverable-li:hover,
                    header nav .about-nav-item .main-ul .hoverable-li:hover {
                        background-color: #fefefe;
                    }

                        header nav .service-nav-item .main-ul .hoverable-li:hover .li-title,
                        header nav .about-nav-item .main-ul .hoverable-li:hover .li-title {
                            background-color: rgba(202, 190, 234, 0.24);
                        }

                        header nav .service-nav-item .main-ul .hoverable-li:hover .sub-ul,
                        header nav .about-nav-item .main-ul .hoverable-li:hover .sub-ul {
                            min-width: 130px;
                            height: unset;
                            display: block;
                            z-index: 2;
                        }

                header nav .service-nav-item .main-ul .sub-ul,
                header nav .about-nav-item .main-ul .sub-ul {
                    background-color: rgba(202, 190, 234, 0.24);
                    border-radius: 0.5rem;
                    list-style: none;
                    padding: 5px;
                    white-space: nowrap;
                    display: none;
                    width: 0;
                    height: 0;
                    overflow: hidden;
                    transition: 0.5s linear;
                }

            header nav .service-nav-item span,
            header nav .about-nav-item span {
                margin-left: 5px;
            }

            header nav .about-nav-item .main-ul {
                padding: 5px;
                min-width: 200px;
            }

.festival {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    color: white;
    font-size: 11pt;
    border-radius: 1rem;
    margin: 10px 100px;
    overflow: hidden;
    position: relative;
    /*background-image: url('../svg/festivalBackground.svg');*/
}

    .festival .festival-background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .festival .festival-text {
        font-size: 14pt;
        margin-right: 20px;
        z-index: 1;
    }

    .festival .festival-time-section {
        direction: ltr;
        display: flex;
        z-index: 1;
    }

        .festival .festival-time-section .time-col {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }

            .festival .festival-time-section .time-col .time-square {
                border-radius: 7px;
                background: #F7F7F7;
                width: 35px;
                height: 35px;
                margin: 2px;
                color: black;
                display: flex;
                justify-content: center;
                align-items: center;
                font-weight: bold;
            }

                .festival .festival-time-section .time-col .time-square span {
                    font-size: 12pt;
                }

            .festival .festival-time-section .time-col .time-text {
                font-size: 9pt;
                margin-top: 5px;
            }

        .festival .festival-time-section .colon {
            padding: 5px;
            font-size: 15pt;
        }

.main-topic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 0;
    direction: ltr;
}

    .main-topic .subject {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-left: 100px;
        width: 35vw;
        direction: ltr;
    }

        .main-topic .subject .text {
            font-weight: bold;
            font-size: 14pt;
            text-align: justify;
            margin-bottom: 20px;
            line-height: 46px;
            direction: ltr;
        }

    .main-topic .motion {
        position: relative;
        width: 47%;
        aspect-ratio: 17/9;
    }

        .main-topic .motion .guy {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 73%;
            height: 66%;
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            background: #66236a;
            z-index: 1;

        }

            .main-topic .motion .guy .banner-wave {
                position: absolute;
                width: 100%;
                height: 100%;
                bottom: 68px;
                left: 0;
                right: 0;
            }

            .main-topic .motion .guy .banner-man {
                position: absolute;
                width: 86%;
                bottom: 0;
                right: -30px;
                z-index: 1;
            }

        .main-topic .motion .circle1 {
            position: absolute;
            width: 27vw;
            aspect-ratio: 1/1;
            bottom: 30px;
            right: 29%;
            border: 1px solid lightgray;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            animation: ClockRotate 30s linear infinite;
        }

        .main-topic .motion .circle2 {
            border: 1px solid lightgray;
            border-radius: 50%;
            width: 80%;
            aspect-ratio: 1/1;
            padding: 30px;
        }

        .main-topic .motion .mini-circles {
            position: absolute;
            display: flex;
            align-items: center;
            flex-direction: row-reverse;
            max-width: 60px;
            animation: miniRotate 30s linear infinite;
        }

            .main-topic .motion .mini-circles span {
                font-size: 9pt;
                /*color: gray;*/
                white-space: nowrap;
                position: relative;
                left: 60px;
            }

            .main-topic .motion .mini-circles img {
                width: 44px;
                margin-right: 10px;
                position: absolute;
            }

        .main-topic .motion .active-circle img {
            width: 52px;
        }

        .main-topic .motion .active-circle span {
            color: #000;
        }

        .main-topic .motion .mc1 {
            top: 5vw;
            left: 1.5vw;
        }

        .main-topic .motion .mc2 {
            top: 19vw;
            left: 21vw;
        }

        .main-topic .motion .mc3 {
            top: 21vw;
            left: 5vw;
        }

        .main-topic .motion .mc4 {
            top: 3vw;
            left: 21vw;
        }

        .main-topic .motion .mc5 {
            top: 2vw;
            left: 11vw;
        }

        .main-topic .motion .mc6 {
            top: 26.5vw;
            left: 13vw;
        }

        .main-topic .motion .mc7 {
            top: 14vw;
            left: -1.5vw;
        }

        .main-topic .motion .mc8 {
            top: 11vw;
            left: 25vw;
        }

@keyframes ClockRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes miniRotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.new-services, .voice-service {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 80px 100px 30px;
    margin-top: 100px;
    border-top: 2px solid rgba(211, 211, 211, 0.3215686275);
    border-bottom: 2px solid rgba(211, 211, 211, 0.3215686275);
    position: relative;
}

    .new-services .ns-img-en, .voice-service .ns-img-en {
        display: none;
    }

    .new-services .ns-img-en, .voice-service .ns-img-en, .new-services .ns-img, .voice-service .ns-img, .new-services .hobab, .voice-service .hobab {
        position: absolute;
        top: 0;
    }

    .new-services .ns-img, .voice-service .ns-img {
        transform: translateY(-60%);
        left: 100px;
        width: 15vw;
    }

    .new-services .hobab, .voice-service .hobab {
        transform: translateY(-20%);
        right: 100px;
        width: 12vw;
    }

    .new-services .per-service, .voice-service .per-service {
        display: flex;
        align-items: center;
        margin-left: 20px;
        direction: ltr;
    }

        .new-services .per-service .s-desc, .voice-service .per-service .s-desc {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: space-between;
            flex: 1;
            direction: ltr;
        }

        .new-services .per-service svg, .voice-service .per-service svg {
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
            width: 60px;
            height: 60px;
            margin-left: 10px;
            border-radius: 7px;
            direction: ltr;
        }
            .service-icon {
                margin-right : 20px
            }

            .new-services .per-service svg path, .voice-service .per-service svg path {
                fill: #66236a;
            }

        .new-services .per-service img, .voice-service .per-service img {
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
            width: 60px;
            height: 60px;
            margin-left: 10px;
            border-radius: 7px;
        }

        .new-services .per-service .s-title, .voice-service .per-service .s-title {
            margin-bottom: 5px;
            font-weight: bold;
        }

        .new-services .per-service .s-text, .voice-service .per-service .s-text {
            color: #292524;
            max-width: 220px;
            font-size: 9pt;
            text-overflow: ellipsis;
            overflow: hidden;
            text-align: justify;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 20px;
            direction: ltr;
        }

.voice-service {
    background: #F7F7F7;
    margin-top: 200px;
    position: relative;
    border: none;
    padding: 30px 150px;
    direction : ltr !important;
}

    .voice-service .bolandgoo {
        display: flex;
        align-items: center;
        position: relative;
        width: 50%;
        padding-right: 50px;
        direction: ltr;
    }

    .voice-service img {
        position: absolute;
        width: 300px;
        aspect-ratio: 1/1;
        bottom: -93px;
    }

    .voice-service .send-mob {
        width: 45%;
    }

        .voice-service .send-mob b:first-child {
            text-align: center;
            margin-bottom: 20px;
        }

        .voice-service .send-mob b:last-child {
            font-size: 9pt;
            text-align: center;
        }

        .voice-service .send-mob .vs-test {
            margin-bottom: 20px;
        }

        .voice-service .send-mob .send-btn {
            background-color: #fefefe;
            color: #66236a;
            padding: 7px 20px;
            border: none;
            border-radius: 7px;
            margin-right: 10px;
            cursor: pointer;
            border: 1px solid #66236a;
            font-weight: bold;
        }

        .voice-service .send-mob .num-input {
            border: none;
            border-radius: 7px;
            box-shadow: 2px 4px 10px rgba(41, 37, 36, 0.15);
            outline: none;
            direction: ltr;
            text-align: center;
            padding: 8px;
        }

            .voice-service .send-mob .num-input::placeholder {
                color: gray;
            }

    .voice-service .vs-title {
        max-width: 150px;
        position: absolute;
        right: 340px;
    }

    .voice-service .vs {
        text-align: center;
    }

        .voice-service .vs b:first-child {
            margin-bottom: 15px;
        }

        .voice-service .vs b:last-child {
            font-size: 9pt;
            font-weight: bold;
        }

        .voice-service .vs .vs-test {
            margin-bottom: 10px;
            font-size: 8pt;
            text-align: center;
        }

        .voice-service .vs .send-btn {
            padding: 5px 10px;
            font-size: 8pt;
            margin-left: 3px;
            border-radius: 4px;
        }

        .voice-service .vs .num-input {
            border-radius: 4px;
            width: 70px;
            font-size: 8pt;
        }
.iNoti-services {
    direction: ltr;
}
.slider-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 150px;
    margin-top: 100px;
    direction: ltr; 
}

    .slider-section .intro-div {
        width: 25%;
    }

        .slider-section .intro-div .ism {
            line-height: 30px;
        }

    .slider-section .flexColSpace {
        height: 300px;
    }

        .slider-section .flexColSpace b {
            margin: 10px 0;
            display: block;
            font-size: 10pt;
            direction: ltr;
        }

        .slider-section .flexColSpace .see-btn {
            width: fit-content;
            font-size: 9pt;
            margin-right: auto;
            margin-top: 20px;
        }

    .slider-section .swiper-place {
        width: 65%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        --swiper-navigation-size: 24px;
    }

        .slider-section .swiper-place .swiper {
            width: 100%;
        }

        .slider-section .swiper-place .card {
            padding: 20px;
            border-radius: 12px;
            background: #F7F7F7;
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.3);
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

            .slider-section .swiper-place .card p {
                font-size: 9pt;
                display: -webkit-box;
                -webkit-line-clamp: 8;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                line-height: 22px;
            }

            .slider-section .swiper-place .card .buy-sta {
                border-radius: 5px;
                background: rgba(254, 197, 91, 0.36);
                padding: 7px;
                margin-bottom: 10px;
                color: #66236a;
                width: fit-content;
                margin-right: auto;
            }

                .slider-section .swiper-place .card .buy-sta span {
                    margin-left: 5px;
                    font-size: 9pt;
                }

            .slider-section .swiper-place .card .most-sell {
                position: absolute;
                top: 0;
                left: 10px;
                transform: translateY(-64%);
                padding: 7px 10px;
                border-radius: 24px;
                color: #66236a;
                border: 1px solid #66236a;
                font-weight: bold;
                background-color: #fefefe;
                direction: ltr;
            }

                .slider-section .swiper-place .card .most-sell img {
                    width: 24px;
                    height: 24px;
                    margin-right: 5px;
                }

                .slider-section .swiper-place .card .most-sell span {
                    font-size: 10pt;
                }

.about-us {
    padding: 100px;
}

    .about-us .top-div .flexCol {
        margin-right: 50px;
        width: 60%;
    }

        .about-us .top-div .flexCol .title {
            margin-bottom: 15px;
        }

    .about-us .top-div img {
        flex: 1;
        border-radius: 15px;
        overflow: hidden;
    }

    .about-us .bottom-div {
        margin-top: -30px;
    }

        .about-us .bottom-div img {
            border-radius: 15px;
            overflow: hidden;
            width: 60%;
            margin-right: 50px;
        }

        .about-us .bottom-div .flexCol {
            flex: 1;
        }

            .about-us .bottom-div .flexCol p {
                margin-bottom: 15px;
            }

            .about-us .bottom-div .flexCol .yellow-btn {
                border-radius: 12px;
                background: #FEC55B;
                margin: 0 auto;
                padding: 7px 15px;
                font-weight: bold;
                cursor: pointer;
            }

.articles {
    border-radius: 20px;
    background: #F7F7F7;
    padding: 50px 20px;
    margin: 100px 100px 50px;
    position: relative;
    direction: ltr;
}

    .articles .art-child {
        width: 40%;
    }

        .articles .art-child b,
        .articles .art-child p {
            margin-bottom: 15px;
        }

        .articles .art-child .art-btn {
            margin-left: auto;
            width: fit-content;
            font-size: 9pt;
            font-weight: bold;
        }

    .articles .art-cards-box {
        position: absolute;
        right: 80px;
        top: 50%;
        transform: translateY(-75%);
        width: 33%;
        height: 120%;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .articles .art-cards-box .art-card {
            width: 48%;
            margin-bottom: 4%;
            padding: 15px;
            align-items: center;
            border-radius: 20px;
            border: 1px solid rgba(41, 37, 36, 0.15);
            background: #fff;
            box-shadow: 0px 2px 4px 0px rgba(41, 37, 36, 0.2);
        }

            .articles .art-cards-box .art-card:nth-child(2n+1) {
                margin-left: 4%;
                margin-top: -3rem;
            }

            .articles .art-cards-box .art-card .art-img {
                width: 100%;
                aspect-ratio: 3/2;
                border-radius: 7px;
                overflow: hidden;
            }

            .articles .art-cards-box .art-card .art-title {
                padding: 10px 0;
                color: #42526e;
                white-space: nowrap;
                font-size: 9pt;
                overflow: hidden;
                max-width: 100%;
                text-overflow: ellipsis;
            }

            .articles .art-cards-box .art-card .line {
                border-bottom: 1.5px solid #FEC55B;
                width: 80%;
            }

            .articles .art-cards-box .art-card .actions-row {
                width: 100%;
                margin-top: 10px;
            }

                .articles .art-cards-box .art-card .actions-row .actions {
                    width: 40%;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .articles .art-cards-box .art-card .actions-row .actions img {
                        width: 18px;
                        height: 18px;
                        margin-left: 5px;
                    }

                    .articles .art-cards-box .art-card .actions-row .actions span {
                        color: #292524;
                        margin-left: 10px;
                        font-size: 8pt;
                    }

                .articles .art-cards-box .art-card .actions-row .date-box {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 40%;
                }

                    .articles .art-cards-box .art-card .actions-row .date-box img {
                        width: 18px;
                        height: 18px;
                    }

                    .articles .art-cards-box .art-card .actions-row .date-box .art-date {
                        font-size: 8pt;
                        color: #292524;
                        margin-right: 5px;
                    }

.trust {
    margin: 200px 100px 50px 100px;
    padding: 50px 0;
    direction: ltr;
}

    .trust .trust-swiper-pagination {
        text-align: center;
        padding-top: 20px;
    }

    .trust .trust-note {
        width: 40%;
    }

        .trust .trust-note .trust-title {
            margin-bottom: 15px;
        }

    .trust .logo-swiper {
        width: 30%;
        margin-right: 10%;
        --swiper-navigation-size: 22px;
    }

        .trust .logo-swiper .swiper-3d .swiper-slide-shadow {
            background: unset;
        }

        .trust .logo-swiper .swiper-slide {
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 0.75rem;
            background: #fcfbfc;
            box-shadow: 1px 2px 20px 10px rgba(217, 217, 217, 0.2);
            width: 60%;
        }

        .trust .logo-swiper .pcs {
            border-radius: 0.75rem;
            background: #fcfbfc;
            box-shadow: 1px 2px 20px 10px rgba(217, 217, 217, 0.2);
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            padding: 30px;
        }

            .trust .logo-swiper .pcs img {
                margin-bottom: 10px;
                width: 112px;
                aspect-ratio: 1/1;
                object-fit: contain;
            }

            .trust .logo-swiper .pcs p {
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
            }

.inoti-statistics {
    padding: 30px;
    margin: 50px auto 100px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 70%;
}

    .inoti-statistics h2 {
        margin-bottom: 50px;
    }

    .inoti-statistics .statistics-circles-row {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
    }

        .inoti-statistics .statistics-circles-row .statistics-circle {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            width: 21%;
            position: relative;
            border-radius: 50%;
            overflow: hidden;
            aspect-ratio: 1/1;
            margin: 0;
        }

            .inoti-statistics .statistics-circles-row .statistics-circle:nth-child(4n) {
                margin-left: 0;
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .sc-background {
                position: absolute;
                z-index: 0;
                width: 100%;
                height: 100%;
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .sc-title {
                color: #F7F7F7;
                z-index: 1;
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .sc-number {
                color: #292524;
                z-index: 1;
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .second {
                transform: rotate(100deg);
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .third {
                transform: rotate(300deg);
            }

            .inoti-statistics .statistics-circles-row .statistics-circle .fourth {
                transform: rotate(200deg);
            }

footer {
    padding: 50px 100px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    background-color: #F7F7F7;
}

    footer .footer-top {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        direction: ltr;
    }

        footer .footer-top h3 {
            margin-top: 0;
        }

        footer .footer-top .first-col {
            width: 20%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

            footer .footer-top .first-col .footer-logo {
                width: 7.5rem;
                margin-bottom: 50px;
            }

            footer .footer-top .first-col p {
                line-height: 2rem;
            }

        footer .footer-top .second-col {
            width: 10%;
        }

            footer .footer-top .second-col ul {
                margin: 0;
                padding: 0 15px 0;
            }

                footer .footer-top .second-col ul li {
                    padding: 10px 0;
                    transition: 0.3s;
                }

                    footer .footer-top .second-col ul li:hover {
                        padding-right: 10px;
                    }

                    footer .footer-top .second-col ul li a {
                        text-decoration: none;
                        color: #444;
                        white-space: nowrap;
                    }

                        footer .footer-top .second-col ul li a:hover {
                            color: #66236a;
                            font-weight: bold;
                        }

        footer .footer-top .third-col {
            width: 25%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
            height: 100%;
        }

            footer .footer-top .third-col .flexStart {
                padding: 10px 0;
                align-items: flex-start;
            }

                footer .footer-top .third-col .flexStart span {
                    white-space: nowrap;
                    margin-left: 10px;
                    font-weight: bold;
                    direction: ltr;
                }

                footer .footer-top .third-col .flexStart p {
                    line-height: 2rem;
                    margin-top: -5px;
                    direction: ltr;
                }

            footer .footer-top .third-col .third-top {
                margin-bottom: 30px;
                direction: ltr;
            }

            footer .footer-top .third-col .third-bottom {
                display: flex;
                flex-direction: column;
                width: 100%;
                direction: ltr;
            }

                footer .footer-top .third-col .third-bottom h3 {
                    margin-bottom: 10px;
                }

                footer .footer-top .third-col .third-bottom .footer-download {
                    border-radius: 0.5rem;
                    background: #fefefe;
                    padding: 8px;
                    width: 100%;
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    text-decoration: none;
                }

                    footer .footer-top .third-col .third-bottom .footer-download:last-child {
                        margin-top: 8px;
                    }

                    footer .footer-top .third-col .third-bottom .footer-download button {
                        border: 1px solid #66236a;
                        border-radius: 0.5rem;
                        padding: 5px;
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        cursor: pointer;
                        background-color: #fefefe;
                    }

                        footer .footer-top .third-col .third-bottom .footer-download button img {
                            margin-left: 10px;
                        }

                        footer .footer-top .third-col .third-bottom .footer-download button span {
                            font-size: 10pt;
                        }

        footer .footer-top .fourth-col {
            width: 25%;
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: space-between;
        }

            footer .footer-top .fourth-col .certificate {
                background-color: #fefefe;
                border-radius: 1rem;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 30%;
                aspect-ratio: 1/1;
                margin-bottom: 20px;
            }

                footer .footer-top .fourth-col .certificate img {
                    width: 80%;
                }

    footer .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px;
        direction: ltr;
    }

        footer .footer-bottom p {
            color: #808080;
            font-size: 1rem;
        }

        footer .footer-bottom .line {
            border-top: 1px solid rgba(128, 128, 128, 0.32);
            flex: 1;
            margin: 0 30px 0 30px;
        }

        footer .footer-bottom .footer-social {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            footer .footer-bottom .footer-social .social-media {
                margin-right: 30px;
                aspect-ratio: 1/1;
                cursor: pointer;
                z-index: 1;
                width: 32px;
                height: 32px;
            }

                footer .footer-bottom .footer-social .social-media svg {
                    width: 100%;
                    height: 100%;
                    transition: 0.3s;
                }

                    footer .footer-bottom .footer-social .social-media svg:hover {
                        transform: rotate(15deg) scale(1.1);
                    }

                        footer .footer-bottom .footer-social .social-media svg:hover path:first-child {
                            fill: #66236a;
                        }

.cp-bottom {
    display: flex;
    margin-bottom: 40px;
}

    .cp-bottom .email-input {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
        border: 1px solid rgba(41, 37, 36, 0.1);
        background: #F7F7F7;
        width: 100%;
        padding: 10px;
        outline: none;
        font-size: 9pt;
    }

    .cp-bottom .submit-btn {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }

.dl-btn {
    border-radius: 7px;
    color: white;
    border: 2px solid #ae24b7;
    padding: 10px;
    margin: 20px 0;
    width: 70%;
    background: linear-gradient(54deg, rgb(50, 164, 200) 7%, rgb(174, 36, 183) 100%);
}

    .dl-btn:first-child {
        margin-bottom: 30px;
    }

    .dl-btn .circle-dl {
        position: absolute;
        border: 2px solid gray;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        left: -20px;
        bottom: 22%;
        padding: 13px;
        background: linear-gradient(214deg, rgb(255, 255, 255) 0%, rgb(174, 36, 183) 65%);
    }

    .dl-btn span {
        font-size: 9pt;
    }

.permitions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: hidden;
    width: 35%;
}

    .permitions img {
        width: 33.33%;
        overflow: hidden;
    }

.special-offer-wraper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 240px 100px;
    margin-bottom: 100px;
}

    .special-offer-wraper .back-line {
        position: absolute;
        /*bottom: 50%;*/
        border-bottom: 2px solid #66236A;
        width: 100%;
        z-index: -1;
        transform: translateY(50%);
    }

    .special-offer-wraper .mainBannerSwiper {
        width: 100%;
        aspect-ratio: 3/1;
        border-radius: 30px;
        background-color: purple;
        overflow: hidden;
        position: relative;
    }

        .special-offer-wraper .mainBannerSwiper img {
            width: 100%;
            height: 100%;
        }

        .special-offer-wraper .mainBannerSwiper .swiper-pagination {
            bottom: 20px;
        }

        .special-offer-wraper .mainBannerSwiper .swiper-pagination-bullet {
            background: #fff;
            opacity: 0.5;
        }

        .special-offer-wraper .mainBannerSwiper .swiper-pagination-bullet-active {
            opacity: 1;
            transform: scale(1.2);
        }

.visible-in-mobile {
    display: none !important;
}

.content-parent {
    padding: 50px 15vw;
    background-color: #fefefe;
}

.ussd-text article {
    width: 60%;
}

.ussd-text h6 {
    margin-bottom: 20px;
}

.ussd-text img {
    width: 33%;
}

.mb-per-section {
    margin-bottom: 50px;
}

.adventage-box {
    border-radius: 1.25rem;
    background: linear-gradient(269deg, #66236A 0.12%, rgba(135, 100, 184, 0.8) 99.85%);
    box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
    padding: 30px;
    color: white;
    margin: 100px 0;
    direction: ltr;
}

    .adventage-box .adventage-desc,
    .adventage-box .adv-card-box {
        width: 48%;
    }

    .adventage-box .adv-card {
        width: 30%;
        border-radius: 0.625rem;
        background: #F7F7F7;
        box-shadow: 1px 2px 4px 0px rgba(247, 247, 247, 0.3);
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        color: black;
        padding: 10px;
        overflow: hidden;
        aspect-ratio: 1/1;
    }

        .adventage-box .adv-card img {
            width: 30px;
            height: 30px;
        }

        .adventage-box .adv-card h5 {
            text-align: center;
            margin: 10px 0;
        }

        .adventage-box .adv-card p {
            text-align: center;
            font-size: 9pt;
            padding: 5px;
        }

.job-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

    .job-section .ussd-jobs {
        width: 15%;
    }

        .job-section .ussd-jobs h3 {
            text-align: justify;
        }

    .job-section .job-cards-box {
        width: 80%;
        height: 18.75rem;
    }

    .job-section .jobSwiper {
        padding: 0;
        margin: 0;
        width: 100%;
        height: 100%;
    }

    .job-section .job-card {
        border-radius: 1rem;
        overflow: hidden;
        position: relative;
        width: 100%;
        height: 100%;
    }

        .job-section .job-card img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .job-section .job-card span {
            border-radius: 0.75rem;
            background: rgba(217, 217, 217, 0.9);
            padding: 15px;
            position: absolute;
            bottom: 0;
            transform: translate(-50%, -50%);
            z-index: 2;
            left: 50%;
            width: 85%;
            text-align: center;
        }

.facilities-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 30px;
    border-radius: 1.375rem;
    border: 1px solid rgba(41, 37, 36, 0.1);
    background: #F7F7F7;
    box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
    margin-bottom: 30px;
}

    .facilities-box .fac-header {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        direction: ltr;
    }

        .facilities-box .fac-header h4 {
            margin: 0;
        }

        .facilities-box .fac-header .fac-header-tab {
            display: flex;
            align-items: center;
            direction: ltr;
        }

            .facilities-box .fac-header .fac-header-tab span {
                padding: 0 20px;
                font-size: 9pt;
                cursor: pointer;
            }

            .facilities-box .fac-header .fac-header-tab .btn {
                padding: 7px 15px;
            }

    .facilities-box .fac-options-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        direction: ltr;
    }

        .facilities-box .fac-options-box .fac-options {
            padding: 12px 0;
            width: 48%;
            display: flex;
            align-items: center;
            direction: ltr;
        }

            .facilities-box .fac-options-box .fac-options:nth-child(odd) {
/*                margin-left: 2%;*/
                direction: ltr;
            }

            .facilities-box .fac-options-box .fac-options img {
                margin-right: 10px;
                width: 14px;
                display: flex;
                align-self: flex-start;
            }

            .facilities-box .fac-options-box .fac-options span {
                font-size: 10pt;
                text-align: end;
            }

    .facilities-box .ussd-fac-box {
        display: none;
    }

    .facilities-box .active-list {
        display: flex;
    }

.why-ussd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 100px 0;
}

    .why-ussd .why-ussd-desc,
    .why-ussd .weird-cards-section {
        width: 45%;
    }

        .why-ussd .why-ussd-desc p {
            margin-bottom: 40px;
            font-weight: bold;
            line-height: 22px;
        }

        .why-ussd .why-ussd-desc button {
            margin-right: auto;
        }

    .why-ussd .weird-cards-section {
        position: relative;
        padding: 100px 0;
        margin-top: 100px;
    }

        .why-ussd .weird-cards-section img {
            position: absolute;
            width: 10.25rem;
            height: 9.125rem;
        }

        .why-ussd .weird-cards-section .left {
            top: 0;
            left: 50px;
        }

        .why-ussd .weird-cards-section .right {
            bottom: 2rem;
            left: 23rem;
        }

        .why-ussd .weird-cards-section .weird-cards {
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: center;
            position: absolute;
            padding: 10px;
            border-radius: 0.875rem;
        }

            .why-ussd .weird-cards-section .weird-cards .top,
            .why-ussd .weird-cards-section .weird-cards .bottom {
                background: #F7F7F7;
                padding: 10px;
                width: 100%;
                border-radius: 0.875rem;
            }

            .why-ussd .weird-cards-section .weird-cards .top {
                height: calc(100% - 45px);
                font-size: 8pt;
            }

            .why-ussd .weird-cards-section .weird-cards .bottom {
                font-size: 7pt;
                text-align: center;
            }

        .why-ussd .weird-cards-section .purple-card {
            background-color: #66236a;
            width: 13rem;
            height: 16rem;
            left: 12rem;
            bottom: 10rem;
        }

        .why-ussd .weird-cards-section .yellow-card {
            background-color: #FEC55B;
            width: 15rem;
            height: 18rem;
            left: 26rem;
            bottom: 4rem;
        }

        .why-ussd .weird-cards-section .gray-card {
            background-color: #808080;
            width: 17rem;
            height: 14rem;
            left: 8rem;
            bottom: -5rem;
        }

.price-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 50px;
}

    .price-section .flexColCenter {
        margin: 50px 0;
    }

    .price-section .price-tariffs {
        display: flex;
        align-items: flex-start;
        width: 100%;
        position: relative;
        padding: 0 6%;
    }

        .price-section .price-tariffs .top-line-desktop {
            position: absolute;
            top: 0;
            left: 0;
            height: 2px;
            width: 100%;
            background: linear-gradient(270deg, #66236A 24.21%, rgba(217, 217, 217, 0.64) 59.25%);
        }

        .price-section .price-tariffs .zero-radio-row {
            width: 60%;
            margin-bottom: 30px;
        }

            .price-section .price-tariffs .zero-radio-row input {
                margin-left: 5px;
            }

        .price-section .price-tariffs .direct,
        .price-section .price-tariffs .by-intermediary {
            width: 50%;
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 50px;
            color: rgba(41, 37, 36, 0.6);
        }

            .price-section .price-tariffs .direct select,
            .price-section .price-tariffs .by-intermediary select {
                color: rgba(41, 37, 36, 0.6);
            }

            .price-section .price-tariffs .direct p,
            .price-section .price-tariffs .by-intermediary p {
                text-align: center;
                margin-bottom: 30px;
            }

            .price-section .price-tariffs .direct .topic,
            .price-section .price-tariffs .by-intermediary .topic {
                position: absolute;
                top: 0;
                left: 50%;
                transform: translate(-50%, -50%);
                border-radius: 0.75rem;
                background-color: #F3F3F3;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.1);
                padding: 10px 20px;
                cursor: pointer;
                border: none;
                outline: none;
            }

            .price-section .price-tariffs .direct table,
            .price-section .price-tariffs .by-intermediary table {
                width: 100%;
            }

                .price-section .price-tariffs .direct table td, .price-section .price-tariffs .direct table th,
                .price-section .price-tariffs .by-intermediary table td,
                .price-section .price-tariffs .by-intermediary table th {
                    text-align: center;
                    padding: 10px;
                    border: 1px solid white;
                    border-collapse: collapse;
                }

                .price-section .price-tariffs .direct table tr:nth-child(odd),
                .price-section .price-tariffs .by-intermediary table tr:nth-child(odd) {
                    background-color: lightgray;
                }

                .price-section .price-tariffs .direct table tr:nth-child(even),
                .price-section .price-tariffs .by-intermediary table tr:nth-child(even) {
                    background-color: rgb(247, 248, 251);
                }

            .price-section .price-tariffs .direct .top-line-right {
                height: 2px;
                width: 100%;
                top: 0;
                left: 0;
            }

            .price-section .price-tariffs .by-intermediary .top-line-left {
                height: 2px;
                width: 100%;
                top: 0;
                left: 0;
            }

        .price-section .price-tariffs .active-tab {
            color: rgb(41, 37, 36);
        }

            .price-section .price-tariffs .active-tab select {
                color: rgb(41, 37, 36);
            }

            .price-section .price-tariffs .active-tab .topic {
                background-color: #66236a;
                color: white;
            }

            .price-section .price-tariffs .active-tab p {
                font-weight: bold;
            }

        .price-section .price-tariffs .inputs-box {
            width: 70%;
        }

            .price-section .price-tariffs .inputs-box .talvihan {
                display: flex;
                align-items: flex-start;
                flex-direction: column;
                margin-top: 10px;
                margin-bottom: 30px;
            }

            .price-section .price-tariffs .inputs-box .type-select {
                border-radius: 0.75rem;
                border: 1px solid rgba(41, 37, 36, 0.04);
                background: #FAFAF9;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
                padding: 10px;
                outline: none;
                width: 100%;
            }

            .price-section .price-tariffs .inputs-box .example {
                font-size: 9pt;
                padding: 10px 5px;
            }

.calculating-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 50px 0;
    padding: 5% 20%;
}

    .calculating-section h3 {
        margin-bottom: 50px;
    }

    .calculating-section .calc-box {
        width: 100%;
    }

        .calculating-section .calc-box .sms,
        .calculating-section .calc-box .months,
        .calculating-section .calc-box .language,
        .calculating-section .calc-box .calc-result-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 20px;
        }

        .calculating-section .calc-box .title {
            margin-left: 50px;
            font-weight: bold;
        }

        .calculating-section .calc-box .month-range {
            transform: translateY(15px);
            width: 100%;
        }

        .calculating-section .calc-box .sms-range-div {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: center;
        }

        .calculating-section .calc-box .sms-range {
            width: 74%;
        }

            .calculating-section .calc-box .sms-range input {
                width: 100%;
            }

        .calculating-section .calc-box .sms-range {
            position: relative;
        }

            .calculating-section .calc-box .sms-range input[type=range] {
                background-color: #ddd;
            }

                .calculating-section .calc-box .sms-range input[type=range]::-webkit-slider-thumb {
                    background-color: #66236a;
                }

                .calculating-section .calc-box .sms-range input[type=range]::-moz-range-thumb {
                    background-color: #66236a;
                }

                .calculating-section .calc-box .sms-range input[type=range]::-ms-thumb {
                    background-color: #66236a;
                }

            .calculating-section .calc-box .sms-range .tooltip {
                position: absolute;
                bottom: 15px;
                background: #66236a;
                padding: 5px 10px;
                border-radius: 8px;
                color: white;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .calculating-section .calc-box .calc-result-row {
            margin-top: 20px;
        }

            .calculating-section .calc-box .calc-result-row .calc-bill,
            .calculating-section .calc-box .calc-result-row .calc-result {
                border-radius: 0.75rem;
                border: 1px solid rgba(41, 37, 36, 0.2);
                background: #F7F7F7;
                padding: 10px;
                display: flex;
            }

            .calculating-section .calc-box .calc-result-row .calc-bill {
                flex: 1;
                margin: 0 20px;
            }

            .calculating-section .calc-box .calc-result-row .calc-result {
                justify-content: space-between;
                align-items: center;
                width: 30%;
            }

            .calculating-section .calc-box .calc-result-row .btn {
                padding: 10px 25px;
            }

        .calculating-section .calc-box span {
            white-space: nowrap;
        }

        .calculating-section .calc-box .persian {
            margin-left: 50px;
        }

        .calculating-section .calc-box .language {
            justify-content: unset;
        }

        .calculating-section .calc-box input {
            direction: ltr;
        }

        .calculating-section .calc-box .calc-top-row {
            display: flex;
            flex: 1;
        }

        .calculating-section .calc-box .range {
            position: relative;
            width: 100%;
            height: 9px;
            border: 1px solid rgb(211, 211, 211);
        }

            .calculating-section .calc-box .range input {
                width: 100%;
                position: absolute;
                top: 5px;
                height: 0;
                -webkit-appearance: none;
            }

                .calculating-section .calc-box .range input::-webkit-slider-thumb {
                    -webkit-appearance: none;
                    width: 18px;
                    height: 18px;
                    margin: -8px 0 0;
                    border-radius: 50%;
                    background: #66236a;
                    cursor: pointer;
                    border: 0 !important;
                }

                .calculating-section .calc-box .range input::-moz-range-thumb {
                    width: 18px;
                    height: 18px;
                    margin: -8px 0 0;
                    border-radius: 50%;
                    background: #66236a;
                    cursor: pointer;
                    border: 0 !important;
                }

                .calculating-section .calc-box .range input::-ms-thumb {
                    width: 18px;
                    height: 18px;
                    margin: -8px 0 0;
                    border-radius: 50%;
                    background: #66236a;
                    cursor: pointer;
                    border: 0 !important;
                }

                .calculating-section .calc-box .range input::-webkit-slider-runnable-track {
                    width: 100%;
                    height: 7px;
                    cursor: pointer;
                    background: transparent;
                }

                .calculating-section .calc-box .range input::-moz-range-track {
                    width: 100%;
                    height: 7px;
                    cursor: pointer;
                    background: transparent;
                }

                .calculating-section .calc-box .range input::-ms-track {
                    width: 100%;
                    height: 7px;
                    cursor: pointer;
                    background: transparent;
                }

                .calculating-section .calc-box .range input:focus {
                    background: none;
                    outline: none;
                }

                .calculating-section .calc-box .range input::-ms-track {
                    width: 100%;
                    cursor: pointer;
                    background: transparent;
                    border-color: transparent;
                    color: transparent;
                }

        .calculating-section .calc-box .range-labels {
            margin: 16px -38px 0;
            padding: 0;
            list-style: none;
            display: flex;
            justify-content: space-between;
            direction: ltr;
        }

            .calculating-section .calc-box .range-labels li {
                position: relative;
                float: left;
                width: 90.25px;
                text-align: center;
                color: #66236a;
                font-size: 9pt;
                cursor: pointer;
            }

                .calculating-section .calc-box .range-labels li::before {
                    position: absolute;
                    top: -25px;
                    right: 0;
                    left: 0;
                    content: "";
                    margin: 0 auto;
                    width: 9px;
                    height: 9px;
                    background: #66236a;
                    border-radius: 50%;
                }

            .calculating-section .calc-box .range-labels .active {
                color: #66236a;
            }

            .calculating-section .calc-box .range-labels .selected::before {
                background: #66236a;
            }

            .calculating-section .calc-box .range-labels .active.selected::before {
                display: none;
            }

.business-section {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-radius: 1.875rem;
    border: 1px solid rgba(41, 37, 36, 0.1);
    background: #FAFAF9;
    box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.2);
    padding: 40px;
    margin-top: 15rem;
    position: relative;
}

    .business-section .tabs {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-bottom: 1px solid #66236a;
        width: 35%;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -100%);
    }

        .business-section .tabs .tab-item {
            width: 25%;
            padding: 18px 0;
            border-radius: 0.75rem 0.75rem 0rem 0rem;
            background: rgba(254, 197, 91, 0.36);
            color: #66236a;
            font-size: 12pt;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            letter-spacing: 1px;
            cursor: pointer;
        }

        .business-section .tabs .business-active-tab {
            background-color: #66236a;
            color: white;
        }

    .business-section h2 {
        color: #292524;
        font-size: 13pt;
    }

    .business-section .business-search-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 20px;
        direction: ltr;
    }

        .business-section .business-search-header h2 {
            color: #292524;
        }

        .business-section .business-search-header .bh-selectbox {
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 0.5rem;
            border: 1px solid #66236A;
            background: #fefefe;
            height: 100%;
            overflow: hidden;
        }

            .business-section .business-search-header .bh-selectbox input {
                border: none;
                background-color: transparent;
                padding: 10px;
                min-width: 400px;
                outline: none;
                font-size: 10pt;
                direction : ltr
            }

                .business-section .business-search-header .bh-selectbox input::placeholder {
                    color: #000;
                }

            .business-section .business-search-header .bh-selectbox .magnifier {
                position: absolute !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                right: 7px;
                width: 20px;
                height: 20px;
                cursor: pointer;
            }

            .business-section .business-search-header .bh-selectbox .pipe {
                position: absolute !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                right: 35px;
                height: 20px;
            }

    .business-section .business-cards-box {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .business-section .business-cards-box .business-cards {
            padding: 20px;
            width: 25%;
            display: flex;
            flex-direction: column;
            text-align: center;
            align-items: center;
        }

            .business-section .business-cards-box .business-cards .businessman-profile {
                width: 50%;
                aspect-ratio: 1/1;
                border-radius: 50%;
                backdrop-filter: blur(50px);
                position: relative;
                background: linear-gradient(178deg, #68266D 4.59%, #66236A 4.6%, #85589E 46.41%, #BBA6D8 98.73%);
            }

                .business-section .business-cards-box .business-cards .businessman-profile img {
                    width: 95%;
                    aspect-ratio: 1/1;
                    object-fit: cover;
                    border-radius: inherit;
                }

                .business-section .business-cards-box .business-cards .businessman-profile .business-type {
                    border-radius: 0.75rem;
                    padding: 5px 20px;
                    font-size: 11pt;
                    position: absolute;
                    font-weight: bold;
                    bottom: -10px;
                    left: 50%;
                    transform: translateX(-50%);
                    color: #66236a;
                    background: #FEC55B;
                }

            .business-section .business-cards-box .business-cards .ebc-theme {
                background: linear-gradient(178deg, #68266D 4.59%, #66236A 4.6%, #85589E 46.41%, #BBA6D8 98.73%);
            }

                .business-section .business-cards-box .business-cards .ebc-theme .business-type {
                    color: #66236a;
                    background: #FEC55B;
                }

            .business-section .business-cards-box .business-cards .icv-theme {
                background: linear-gradient(180deg, #292524 2%, #292524 2.01%, #808080 45.53%, #E9EBEA 100%);
            }

                .business-section .business-cards-box .business-cards .icv-theme .business-type {
                    color: #292524;
                    background: #FEC55B;
                }

            .business-section .business-cards-box .business-cards .iam-theme {
                background: linear-gradient(178deg, #FEC55B 4.59%, #FBCA6F 4.6%, #FFD382 46.41%, #FFEDCB 98.73%);
            }

                .business-section .business-cards-box .business-cards .iam-theme .business-type {
                    color: #66236a;
                    background: #E8D4E9;
                }

            .business-section .business-cards-box .business-cards .business-card-details {
                display: flex;
                flex-direction: column;
                align-items: center;
                justify-content: center;
                border-radius: 6.25rem 6.25rem 1.25rem 1.25rem;
                background: #F7F7F7;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
                width: 100%;
                padding: 100px 25px 25px 25px;
                margin-top: -60px;
            }

                .business-section .business-cards-box .business-cards .business-card-details h3 {
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 100%;
                    overflow: hidden;
                }

                .business-section .business-cards-box .business-cards .business-card-details .bc-name {
                    margin-bottom: 20px;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    max-width: 100%;
                    overflow: hidden;
                }

                .business-section .business-cards-box .business-cards .business-card-details .show-business {
                    color: #66236a;
                    font-weight: bold;
                    font-size: 10pt;
                    cursor: pointer;
                    border-radius: 0.75rem;
                    border: 1px solid #FEC55B;
                    padding: 12px;
                    white-space: nowrap;
                }

.saler-section {
    border: none;
    background-color: #fefefe;
    box-shadow: none;
    margin-top: 80px;
    padding: 0;
}

.business-pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 30%;
    margin-top: 30px;
    border-radius: 0.3125rem;
    border: 0.5px solid #66236a;
    background: #fefefe;
    padding: 10px;
    color: #292524;
}

    .business-pagination .pagination-middle {
        width: 33%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .business-pagination .current-page {
        border-radius: 0.25rem;
        border: 0.5px solid #66236a;
        background: #fefefe;
        text-align: center;
        direction: ltr;
        width: 35px;
        outline: none;
        aspect-ratio: 1/1;
    }

    .business-pagination img {
        width: 10px;
        height: 10px;
    }

.digital-shop, .icv-page {
    background-color: #F7F7F7;
    padding-bottom: 50px;
}

    .digital-shop .banner, .icv-page .banner {
        position: relative;
        width: 100%;
        height: 360px;
    }

        .digital-shop .banner .banner-img, .icv-page .banner .banner-img {
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            object-fit: fill;
        }

        .digital-shop .banner .banner-img-front, .icv-page .banner .banner-img-front {
            object-fit: contain;
            z-index: 1;
        }

        .digital-shop .banner .banner-img-back, .icv-page .banner .banner-img-back {
            filter: blur(5px);
            backdrop-filter: brightness(0.1);
        }

        .digital-shop .banner .top-svgs, .icv-page .banner .top-svgs {
            position: absolute;
            top: 20px;
            left: 60px;
        }

            .digital-shop .banner .top-svgs img, .icv-page .banner .top-svgs img {
                width: 20px;
                height: 20px;
                cursor: pointer;
            }

                .digital-shop .banner .top-svgs img:first-child, .icv-page .banner .top-svgs img:first-child {
                    margin-left: 10px;
                }

        .digital-shop .banner .profile-topic, .icv-page .banner .profile-topic {
            display: flex;
            align-items: flex-end;
            justify-content: space-between;
            position: absolute;
            bottom: -20px;
            transform: translateY(50%);
            right: 12%;
            z-index: 2;
        }

            .digital-shop .banner .profile-topic .topic-info, .icv-page .banner .profile-topic .topic-info {
                display: flex;
                align-items: flex-start;
                justify-content: flex-end;
                flex-direction: column;
                margin-right: 0;
                margin-bottom: 30px;
                width: calc(100% - 200px);
                padding-right: 30px;
            }

.EBC-topic-info {
    width: 100% !important;
}

.digital-shop .banner .profile-topic .profile-smiling, .icv-page .banner .profile-topic .profile-smiling {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
}

.digital-shop .main-infos, .icv-page .main-infos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 180px 14% 50px 14%;
    width: 100%;
}

    .digital-shop .main-infos .fix-tab-top, .icv-page .main-infos .fix-tab-top {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #fefefe;
        z-index: 2;
        padding: 10px 14% 0 14%;
    }

    .digital-shop .main-infos .tabs-row, .icv-page .main-infos .tabs-row {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 15px;
        width: 100%;
        border-bottom: 2px solid rgba(41, 37, 36, 0.3);
    }

        .digital-shop .main-infos .tabs-row .tabs, .icv-page .main-infos .tabs-row .tabs {
            border-radius: 0.5rem;
            background: rgba(254, 197, 91, 0.36);
            padding: 7px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .digital-shop .main-infos .tabs-row .tabs .tab, .icv-page .main-infos .tabs-row .tabs .tab {
                font-weight: bold;
                padding: 7px 15px;
                cursor: pointer;
                transition: 0.3s linear;
            }

                .digital-shop .main-infos .tabs-row .tabs .tab:not(:last-child), .icv-page .main-infos .tabs-row .tabs .tab:not(:last-child) {
                    margin-left: 10px;
                }

            .digital-shop .main-infos .tabs-row .tabs .active-tab, .icv-page .main-infos .tabs-row .tabs .active-tab {
                border-radius: 0.375rem;
                background: #fefefe;
                position: relative;
            }

                .digital-shop .main-infos .tabs-row .tabs .active-tab::after, .icv-page .main-infos .tabs-row .tabs .active-tab::after {
                    content: "";
                    position: absolute;
                    right: 0;
                    bottom: -24px;
                    width: 100%;
                    border-bottom: 2px solid #66236a;
                }

    .digital-shop .main-infos .panel, .icv-page .main-infos .panel {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px;
    }

        .digital-shop .main-infos .panel .panel-right, .icv-page .main-infos .panel .panel-right {
            width: 50%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
        }

            .digital-shop .main-infos .panel .panel-right .main-text, .icv-page .main-infos .panel .panel-right .main-text {
                text-align: justify;
                margin-bottom: 10px;
                line-height: 28px;
                border-radius: 1.25rem;
                border: 1px solid rgba(41, 37, 36, 0.2);
                background: #fefefe;
                padding: 20px;
                max-height: 340px;
                overflow: auto;
                width: 100%;
            }

                .digital-shop .main-infos .panel .panel-right .main-text::-webkit-scrollbar, .icv-page .main-infos .panel .panel-right .main-text::-webkit-scrollbar {
                    width: 4px;
                }

                .digital-shop .main-infos .panel .panel-right .main-text::-webkit-scrollbar-track, .icv-page .main-infos .panel .panel-right .main-text::-webkit-scrollbar-track {
                    background: #f1f1f1;
                    border-radius: 10px;
                    margin: 10px 0;
                }

                .digital-shop .main-infos .panel .panel-right .main-text::-webkit-scrollbar-thumb, .icv-page .main-infos .panel .panel-right .main-text::-webkit-scrollbar-thumb {
                    background: #66236a;
                    border-radius: 10px;
                }

                    .digital-shop .main-infos .panel .panel-right .main-text::-webkit-scrollbar-thumb:hover, .icv-page .main-infos .panel .panel-right .main-text::-webkit-scrollbar-thumb:hover {
                        background: #555;
                    }

            .digital-shop .main-infos .panel .panel-right .ui-location .uil-rows, .icv-page .main-infos .panel .panel-right .ui-location .uil-rows {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 20px;
            }

                .digital-shop .main-infos .panel .panel-right .ui-location .uil-rows a, .icv-page .main-infos .panel .panel-right .ui-location .uil-rows a {
                    text-decoration: none;
                    direction: ltr;
                    color: black;
                }

                .digital-shop .main-infos .panel .panel-right .ui-location .uil-rows img, .icv-page .main-infos .panel .panel-right .ui-location .uil-rows img {
                    width: 26px;
                    height: 26px;
                    margin-left: 15px;
                }

                .digital-shop .main-infos .panel .panel-right .ui-location .uil-rows span:first-of-type, .icv-page .main-infos .panel .panel-right .ui-location .uil-rows span:first-of-type {
                    font-weight: bold;
                    white-space: nowrap;
                    margin-left: 5px;
                }

                .digital-shop .main-infos .panel .panel-right .ui-location .uil-rows .uilr-address, .icv-page .main-infos .panel .panel-right .ui-location .uil-rows .uilr-address {
                    display: flex;
                    align-self: self-end;
                }

    .digital-shop .main-infos .uil-map, .icv-page .main-infos .uil-map {
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
        width: 100%;
        aspect-ratio: 7/2;
        margin-top: 20px;
        margin-bottom: 15px;
        z-index: 1;
    }

        .digital-shop .main-infos .uil-map img, .icv-page .main-infos .uil-map img {
            width: 100%;
            height: 100%;
        }

    .digital-shop .product-section, .icv-page .product-section, .icv-page .main-infos .gallery-section .video-gallery, .icv-page .main-infos .gallery-section .photo-gallery {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0 14%;
        padding: 50px 0;
        border-top: 2px solid rgba(41, 37, 36, 0.3);
    }

        .digital-shop .product-section .filter-row, .icv-page .product-section .filter-row, .icv-page .main-infos .gallery-section .video-gallery .filter-row, .icv-page .main-infos .gallery-section .photo-gallery .filter-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 20px;
            width: 100%;
        }

            .digital-shop .product-section .filter-row select, .icv-page .product-section .filter-row select, .icv-page .main-infos .gallery-section .video-gallery .filter-row select, .icv-page .main-infos .gallery-section .photo-gallery .filter-row select {
                background-color: #fefefe;
                border-radius: 0.625rem;
                padding: 10px;
                border: none;
                outline: none;
                box-shadow: rgba(142, 142, 142, 0.1) 0px -1px 20px 0px;
                width: 180px;
                cursor: pointer;
            }

        .digital-shop .product-section .products-content, .icv-page .product-section .products-content, .icv-page .main-infos .gallery-section .video-gallery .products-content, .icv-page .main-infos .gallery-section .photo-gallery .products-content {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-start;
            align-items: flex-start;
            width: 100%;
        }

            .digital-shop .product-section .products-content .product-card, .icv-page .product-section .products-content .product-card, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                width: 31.3%;
                margin-bottom: 3%;
                cursor: pointer;
            }

                .digital-shop .product-section .products-content .product-card:not(:nth-child(3n)), .icv-page .product-section .products-content .product-card:not(:nth-child(3n)), .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card:not(:nth-child(3n)), .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card:not(:nth-child(3n)) {
                    margin-left: 3%;
                }

                .digital-shop .product-section .products-content .product-card .card-detail, .icv-page .product-section .products-content .product-card .card-detail, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                    width: 100%;
                    margin-top: 10px;
                }

                    .digital-shop .product-section .products-content .product-card .card-detail .right-div, .icv-page .product-section .products-content .product-card .card-detail .right-div, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail .right-div, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail .right-div {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-start;
                        justify-content: flex-start;
                        max-width: 60%;
                    }

                        .digital-shop .product-section .products-content .product-card .card-detail .right-div .title, .icv-page .product-section .products-content .product-card .card-detail .right-div .title, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail .right-div .title, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail .right-div .title {
                            overflow: hidden;
                            text-overflow: ellipsis;
                            display: -webkit-box;
                            -webkit-line-clamp: 2;
                            -webkit-box-orient: vertical;
                        }

                    .digital-shop .product-section .products-content .product-card .card-detail .left-div, .icv-page .product-section .products-content .product-card .card-detail .left-div, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail .left-div, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail .left-div {
                        display: flex;
                        flex-direction: column;
                        align-items: flex-end;
                        justify-content: flex-start;
                    }

                    .digital-shop .product-section .products-content .product-card .card-detail span, .icv-page .product-section .products-content .product-card .card-detail span, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail span, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail span,
                    .digital-shop .product-section .products-content .product-card .card-detail del,
                    .icv-page .product-section .products-content .product-card .card-detail del,
                    .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail del,
                    .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail del {
                        font-weight: bold;
                        padding: 7px 0;
                    }

                    .digital-shop .product-section .products-content .product-card .card-detail .graytext, .icv-page .product-section .products-content .product-card .card-detail .graytext, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .card-detail .graytext, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .card-detail .graytext {
                        font-size: 9pt;
                        font-weight: normal;
                    }

                .digital-shop .product-section .products-content .product-card .panel-card-img, .icv-page .product-section .products-content .product-card .panel-card-img, .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card .panel-card-img, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card .panel-card-img {
                    width: 100%;
                    border-radius: 15px;
                    overflow: hidden;
                    aspect-ratio: 4/3;
                    box-shadow: rgba(142, 142, 142, 0.1) 0px -1px 20px 0px;
                    object-fit: contain;
                    border: 1px solid lightgray;
                }

        .digital-shop .product-section iframe.product-card, .icv-page .product-section iframe.product-card, .icv-page .main-infos .gallery-section .video-gallery iframe.product-card, .icv-page .main-infos .gallery-section .photo-gallery iframe.product-card {
            width: 31.3% !important;
        }

            .digital-shop .product-section iframe.product-card:nth-child(2n), .icv-page .product-section iframe.product-card:nth-child(2n), .icv-page .main-infos .gallery-section .video-gallery iframe.product-card:nth-child(2n), .icv-page .main-infos .gallery-section .photo-gallery iframe.product-card:nth-child(2n) {
                margin-left: 3% !important;
            }

            .digital-shop .product-section iframe.product-card:not(:nth-child(3n)), .icv-page .product-section iframe.product-card:not(:nth-child(3n)), .icv-page .main-infos .gallery-section .video-gallery iframe.product-card:not(:nth-child(3n)), .icv-page .main-infos .gallery-section .photo-gallery iframe.product-card:not(:nth-child(3n)) {
                margin-left: 3% !important;
            }

            .digital-shop .product-section iframe.product-card:nth-child(3n), .icv-page .product-section iframe.product-card:nth-child(3n), .icv-page .main-infos .gallery-section .video-gallery iframe.product-card:nth-child(3n), .icv-page .main-infos .gallery-section .photo-gallery iframe.product-card:nth-child(3n) {
                margin-left: 0 !important;
            }

        .digital-shop .product-section .business-pagination, .icv-page .product-section .business-pagination, .icv-page .main-infos .gallery-section .video-gallery .business-pagination, .icv-page .main-infos .gallery-section .photo-gallery .business-pagination {
            width: 30%;
        }

.networkers-list-box {
    border-radius: 1.875rem;
    background: #FAFAF9;
    box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.2);
    display: flex;
    justify-content: space-between;
    padding: 25px 18px 0;
    width: 100%;
    max-height: 570px;
    overflow: hidden;
    position: relative;
}

    .networkers-list-box .not-found {
        z-index: 0;
        position: absolute;
        top: 50px;
        right: 60px;
    }

    .networkers-list-box .result-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        padding: 0 25px;
        overflow: auto;
        direction: ltr;
        transition: 0.5s;
        z-index: 1;
    }

        .networkers-list-box .result-list::-webkit-scrollbar {
            width: 5px;
            height: 10px;
        }

        .networkers-list-box .result-list::-webkit-scrollbar-track {
            background-color: rgba(254, 197, 91, 0.6);
        }

        .networkers-list-box .result-list::-webkit-scrollbar-thumb {
            background: #66236a;
            width: 10px;
            border-radius: 25px;
        }

            .networkers-list-box .result-list::-webkit-scrollbar-thumb:hover {
                background: #66236a;
            }

        .networkers-list-box .result-list h4 {
            color: rgba(41, 37, 36, 0.7);
            background: #F7F7F7;
            padding: 40px 0;
            margin: 0;
            width: 100%;
            position: sticky;
            top: -1px;
            text-align: end;
            z-index: 1;
        }

        .networkers-list-box .result-list .active-rlr-row {
            border-radius: 0.9375rem;
            background: rgba(254, 197, 91, 0.16);
        }

            .networkers-list-box .result-list .active-rlr-row .left-arrow {
                display: block !important;
            }

            .networkers-list-box .result-list .active-rlr-row .complaint {
                display: none !important;
            }

        .networkers-list-box .result-list .rlr-rows {
            padding: 10px;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            cursor: pointer;
            transition: 0.3s;
            margin-bottom: 15px;
            border-bottom: 1px solid rgba(128, 128, 128, 0.32);
            background: #FAFAF9;
        }

            .networkers-list-box .result-list .rlr-rows:hover {
                background-color: #FBF2E0;
                border-radius: 1rem;
                padding-right: 15px;
            }

            .networkers-list-box .result-list .rlr-rows .rlr-top {
                display: flex;
                width: 100%;
                direction: ltr;
            }

            .networkers-list-box .result-list .rlr-rows .rlr-drop {
                display: flex;
                width: 100%;
            }

            .networkers-list-box .result-list .rlr-rows .rlr-photo {
                margin-right : 25px;
                width: 80px;
                height: 80px;
                border-radius: 15px;
                overflow: hidden;
            }

            .networkers-list-box .result-list .rlr-rows .new-div-row {
                display: flex;
                flex: 1;
                align-items: center;
                justify-content: space-between;
                direction: ltr;
            }
.networker-city-province {
    direction: ltr;
}

.networkers-list-box .result-list .rlr-rows .new-div-row .rlr-col {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .networkers-list-box .result-list .rlr-rows .new-div-row .rlr-col .networker-name {
        font-weight: bold;
        margin-bottom: 15px;
        direction: ltr;
    }

                    .networkers-list-box .result-list .rlr-rows .new-div-row .rlr-col .networker-city {
                        font-size: 9pt;
                    }

                .networkers-list-box .result-list .rlr-rows .new-div-row .complaint {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    cursor: pointer;
                }

                    .networkers-list-box .result-list .rlr-rows .new-div-row .complaint img {
                        width: 20px;
                        height: 20px;
                        margin-left: 5px;
                    }

                    .networkers-list-box .result-list .rlr-rows .new-div-row .complaint span {
                        font-size: 10pt;
                        color: #66236a;
                    }

                .networkers-list-box .result-list .rlr-rows .new-div-row .left-arrow {
                    display: none;
                }

    .networkers-list-box .half-box {
        width: 50% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .networkers-list-box .selected-networker-section {
        display: flex;
        justify-content: center;
        align-items: center;
        border-right: 2px solid rgba(41, 37, 36, 0.3);
        margin-bottom: 25px;
        transition: 0.5s;
        overflow: hidden;
        visibility: hidden;
        width: 0;
    }

        .networkers-list-box .selected-networker-section .selected-networker {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            padding-right: 25px;
            width: 100%;
        }

.sn-right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .sn-right a {
        text-align: center;
        padding: 7px 10px;
        color: #66236a;
        border-radius: 0.5rem;
        border: 1px solid #66236a;
        font-size: 10pt;
    }

    .sn-right .sn-profile {
        margin-bottom: 10px;
        width: 100px;
        height: 100px;
        border-radius: 15px;
        overflow: hidden;
    }

    .sn-right .flexColCenter {
        padding: 15px 0;
    }

        .sn-right .flexColCenter span {
            font-size: 9pt;
        }

            .sn-right .flexColCenter span:first-of-type {
                margin-bottom: 10px;
            }

            .sn-right .flexColCenter span:last-of-type {
                font-weight: bold;
                color: #66236a;
            }

.sn-left {
    margin-right: 25px;
    width: 100%;
}

    .sn-left .sn-left-box {
        border-radius: 0.5rem;
        background: rgba(254, 197, 91, 0.16);
        padding: 10px 15px;
        margin-bottom: 12px;
    }

        .sn-left .sn-left-box span,
        .sn-left .sn-left-box a {
            font-size: 10pt;
        }

        .sn-left .sn-left-box h4 {
            margin: 0;
        }

        .sn-left .sn-left-box .complaint {
            border-radius: 0.375rem;
            background: rgba(254, 254, 254, 0.7);
            padding: 7px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .sn-left .sn-left-box .complaint img {
                margin-left: 10px;
                width: 14px;
                height: 14px;
            }

            .sn-left .sn-left-box .complaint span {
                font-size: 8pt;
                color: #66236a;
                font-weight: bold;
            }

        .sn-left .sn-left-box .tel-number {
            display: block;
            margin-bottom: 0;
            direction: ltr;
        }

    .sn-left .sn-left-topic {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border-bottom: 1px solid rgba(102, 35, 106, 0.32);
        padding-bottom: 10px;
    }

        .sn-left .sn-left-topic img {
            width: 20px;
            height: 20px;
            margin-left: 5px;
        }

        .sn-left .sn-left-topic span {
            font-weight: bold;
            color: #66236a;
        }

    .sn-left .sn-left-white {
        border-radius: 0.375rem;
        background: rgba(254, 254, 254, 0.7);
        padding: 7px 12px;
        margin: 10px 0;
        width: fit-content;
    }

.login-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 4rem 8rem;
    height: 100dvh;
}

    .login-container .login-header {
        width: 100%;
        margin-bottom: 40px;
    }

        .login-container .login-header .login-header-logo {
            width: 110px;
        }

        .login-container .login-header .login-header-back {
            border-radius: 50%;
            width: 50px;
            height: 50px;
            padding: 15px;
            background-color: rgba(102, 35, 106, 0.1);
            cursor: pointer;
        }

    .login-container .login-main-section {
        width: 70%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100%;
        overflow: hidden;
    }

    .login-container .forget-pass-first,
    .login-container .forget-pass-second,
    .login-container .forget-pass-third,
    .login-container .forget-pass-final {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        transform: translate(100%, -50%);
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .login-container .active-step {
        visibility: visible !important;
        transition: 0.3s;
        transform: translate(0, -50%) !important;
    }

    .login-container .forget-pass-final .pass-changed-svg {
        width: 70px;
        height: 70px;
    }

    .login-container .forget-pass-final h2 {
        margin-bottom: 50px;
    }

    .login-container .forget-pass-third ul {
        padding: 10px 20px 20px;
    }

        .login-container .forget-pass-third ul li {
            padding: 5px;
        }

    .login-container .forget-pass-second,
    .login-container .forget-pass-final {
        align-items: center !important;
    }

        .login-container .forget-pass-second .code-description,
        .login-container .forget-pass-final .code-description {
            text-align: center;
            color: #000;
            line-height: 2rem;
        }

        .login-container .forget-pass-second h3,
        .login-container .forget-pass-final h3 {
            color: #292524;
        }

        .login-container .forget-pass-second .forget-code-squareds,
        .login-container .forget-pass-final .forget-code-squareds {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            direction: ltr;
        }

            .login-container .forget-pass-second .forget-code-squareds .code-squared,
            .login-container .forget-pass-final .forget-code-squareds .code-squared {
                outline: none;
                border-radius: 0.5rem;
                background-color: #F7F7F7;
                border: 1px solid rgba(193, 199, 208, 0.7019607843);
                width: 45px;
                height: 47px;
                text-align: center;
                direction: ltr;
                font-size: 11pt;
                font-weight: bold;
            }

                .login-container .forget-pass-second .forget-code-squareds .code-squared:not(:last-child),
                .login-container .forget-pass-final .forget-code-squareds .code-squared:not(:last-child) {
                    margin-right: 15px;
                }

    .login-container .signup-page {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 70%;
        height: 100%;
    }

        .login-container .signup-page .user-notice {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
        }

            .login-container .signup-page .user-notice img {
                width: 70%;
            }

            .login-container .signup-page .user-notice h5 {
                margin: 5px 0;
                font-size: 10pt;
            }

            .login-container .signup-page .user-notice p {
                line-height: 24px;
                margin-bottom: 30px;
            }

    .login-container .signup-main-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

        .login-container .signup-main-section .signup-first-form,
        .login-container .signup-main-section .signup-second-form {
            visibility: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transform: translate(100%, -50%);
            display: flex;
            justify-content: center;
            flex-direction: column;
        }

        .login-container .signup-main-section .signup-second-form {
            flex-direction: row;
            justify-content: space-between;
            align-items: flex-start;
        }

            .login-container .signup-main-section .signup-second-form .right-form,
            .login-container .signup-main-section .signup-second-form .left-form {
                width: 47% !important;
            }

                .login-container .signup-main-section .signup-second-form .right-form ul,
                .login-container .signup-main-section .signup-second-form .left-form ul {
                    padding: 10px 20px 20px;
                }

                    .login-container .signup-main-section .signup-second-form .right-form ul li,
                    .login-container .signup-main-section .signup-second-form .left-form ul li {
                        padding: 5px;
                    }

                .login-container .signup-main-section .signup-second-form .right-form select,
                .login-container .signup-main-section .signup-second-form .right-form input,
                .login-container .signup-main-section .signup-second-form .left-form select,
                .login-container .signup-main-section .signup-second-form .left-form input {
                    padding: 10px;
                }

                .login-container .signup-main-section .signup-second-form .right-form .birth-row,
                .login-container .signup-main-section .signup-second-form .left-form .birth-row {
                    border-radius: 0.475rem;
                    overflow: hidden;
                }

                    .login-container .signup-main-section .signup-second-form .right-form .birth-row select:first-child,
                    .login-container .signup-main-section .signup-second-form .left-form .birth-row select:first-child {
                        width: 60px;
                    }

                    .login-container .signup-main-section .signup-second-form .right-form .birth-row select,
                    .login-container .signup-main-section .signup-second-form .right-form .birth-row input,
                    .login-container .signup-main-section .signup-second-form .left-form .birth-row select,
                    .login-container .signup-main-section .signup-second-form .left-form .birth-row input {
                        margin-bottom: 0;
                    }

            .login-container .signup-main-section .signup-second-form .sex-select {
                display: flex;
                align-items: center;
                padding: 10px;
            }

    .login-container .wrong-code-error,
    .login-container .different-field-error {
        color: red;
        padding: 10px 0;
        font-weight: bold;
        margin-top: 20px;
    }

    .login-container .login-img {
        width: 40%;
    }

    .login-container .login-form {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        width: 40%;
        position: relative;
    }

        .login-container .login-form .login-warning, .login-container .login-form .forget-first-warning,
        .login-container .login-form .forget-code-warning,
        .login-container .login-form .different-field-warning,
        .login-container .login-form .signup-warning,
        .login-container .login-form .signup-last-warning {
            border-radius: 0.5rem;
            background: rgba(255, 0, 0, 0.08);
            display: none;
            align-items: center;
            justify-content: flex-start;
            padding: 10px;
            color: #DC2626;
            width: 100%;
            margin: 0 3px 20px 3px;
            font-weight: bold;
        }

            .login-container .login-form .login-warning .warning-svg, .login-container .login-form .forget-first-warning .warning-svg,
            .login-container .login-form .forget-code-warning .warning-svg,
            .login-container .login-form .different-field-warning .warning-svg,
            .login-container .login-form .signup-warning .warning-svg,
            .login-container .login-form .signup-last-warning .warning-svg {
                width: 35px;
                height: 35px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: rgba(255, 0, 0, 0.1);
                border-radius: 50%;
                margin-left: 10px;
            }

        .login-container .login-form .login-input {
            border-radius: 0.4375rem;
            border: 0.5px solid rgba(41, 37, 36, 0.1);
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
            outline: none;
            box-shadow: unset;
            width: 100%;
            margin-bottom: 12px;
            overflow: hidden;
        }

            .login-container .login-form .login-input input,
            .login-container .login-form .login-input select {
                width: 100%;
                height: 100%;
                outline: 0;
                border: none;
                padding: 10px;
                margin: 0;
            }

            .login-container .login-form .login-input .login-eye {
                position: absolute;
                top: 50%;
                left: 15px;
                transform: translateY(-50%);
                width: 22px;
            }

        .login-container .login-form .forget {
            margin-bottom: 30px;
            color: rgba(41, 37, 36, 0.8);
            font-size: 9pt;
        }

        .login-container .login-form .security-code-box {
            border-radius: 0.4375rem;
            border: 0.5px solid rgba(41, 37, 36, 0.1);
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
            outline: none;
            box-shadow: unset;
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            overflow: hidden;
            margin-bottom: 10px;
        }

            .login-container .login-form .security-code-box .security-code {
                background-color: #66236a;
                text-align: center;
                padding: 25px;
                width: 100%;
                color: white;
                letter-spacing: 10px;
                font-size: 11pt;
                border-radius: inherit;
            }

            .login-container .login-form .security-code-box .security-text {
                padding: 15px 10px;
                width: 100%;
                outline: none;
                border: none;
                background-color: transparent;
            }

        .login-container .login-form .check-row {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-bottom: 30px;
        }

            .login-container .login-form .check-row input {
                margin-left: 5px;
                border: none;
                background-color: #F7F7F7;
            }

            .login-container .login-form .check-row label {
                color: rgba(41, 37, 36, 0.8);
            }

        .login-container .login-form .login-footer {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
        }

            .login-container .login-form .login-footer .btn {
                margin-left: 20px;
                padding: 12px 15px;
            }

            .login-container .login-form .login-footer span {
                color: #66236a;
            }

    .login-container .agree-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        margin-bottom: 60px;
        padding: 0 3px;
    }

        .login-container .agree-row .read-rules {
            color: #66236a;
            text-decoration: none;
            border-bottom: 1px solid #66236a;
            padding-bottom: 1px;
            font-size: 9pt;
        }

        .login-container .agree-row input {
            margin-left: 5px;
        }

        .login-container .agree-row span {
            font-size: 9pt;
        }

    .login-container .plus18 {
        color: #66236a;
        text-align: center;
        width: 100%;
        margin-bottom: 25px;
    }

    .login-container .signup-img-col {
        width: 40%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .login-container .signup-img-col .signup-img {
            width: 100%;
            padding: 40px 20px;
        }

.rules-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px 100px;
    background-color: #fefefe;
    direction: ltr;
}

    .rules-container .rules-column {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
/*        align-items: flex-start;*/
    }

        .rules-container .rules-column .rules-rows {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin-bottom: 25px;
            flex-direction: column;
            direction: ltr;
        }

            .rules-container .rules-column .rules-rows .rule-topic {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                margin-bottom: 10px;
                direction: ltr;
                gap : 10px
            }

                .rules-container .rules-column .rules-rows .rule-topic .rules-number-bullet {
                    border-radius: 50%;
                    background-color: rgba(102, 35, 106, 0.1);
                    width: 42px;
                    height: 42px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #66236a;
                    margin-left: 10px;
                    font-weight: bold;
                    font-size: 12pt;
                }
            .rules-container .rules-column .rules-rows ul {
                padding-left: 40px ;
            }
            .rules-container .rules-column .rules-rows li {
                padding: 5px 0;
            }

    .rules-container .rules-header {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 50px;
        direction: ltr;
        gap: 16px;
    }

        .rules-container .rules-header .rules-img {
            margin-left: 10px;
            width: 140px;
        }

.monetization-container {
    padding: 50px 15vw;
}

    .monetization-container .mobile-monetization {
        display: none;
    }

    .monetization-container .monetization-centeral-div {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 150px 0 500px 0;
        position: relative;
    }

        .monetization-container .monetization-centeral-div .top-circle {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: #FAFAF9;
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
            position: absolute;
        }

            .monetization-container .monetization-centeral-div .top-circle img {
                width: 50%;
            }

        .monetization-container .monetization-centeral-div .monetization-inoti-circle {
            width: 160px;
            height: 160px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            background: transparent;
            position: relative;
        }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-inoti {
                width: 100px;
            }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box {
                border-radius: 0.4375rem;
                border: 0.5px solid rgba(41, 37, 36, 0.1);
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
                outline: none;
                position: absolute;
                padding: 15px;
                transition: 0.3s;
                z-index: 0;
            }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box .title {
                    transition: 0.3s;
                    white-space: nowrap;
                }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box:hover {
                    background-color: #66236a !important;
                    border-radius: 0.75rem !important;
                    border-bottom-right-radius: 0 !important;
                    z-index: 1;
                }

                    .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box:hover p {
                        color: rgba(247, 247, 247, 0.9);
                    }

                    .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box:hover .dropped-curtain {
                        opacity: 1;
                        visibility: visible;
                        z-index: 9;
                    }

.monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box .dropped-curtain {
    border-radius: 1.25rem;
    border-top-right-radius: 0;
    background: #66236a;
    position: absolute;
    bottom: -22px;
    right: -1px;
    width: 380px;
    transform: translate(0, 100%);
    color: rgba(247, 247, 247, 0.9);
    text-align: justify;
    font-style: normal;
    line-height: 1.5rem;
    padding: 25px;
    font-size: 9pt;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

                    .monetization-container .monetization-centeral-div .monetization-inoti-circle .m-box .dropped-curtain::before {
                        content: "";
                        background: #66236a;
                        width: 20px;
                        height: 12px;
                        position: absolute;
                        top: 2px;
                        transform: translateY(-100%);
                        right: 0;
                    }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line1 {
                position: absolute;
                width: 150px;
                height: 150px;
                border-right: 3px dashed rgba(41, 37, 36, 0.3);
                border-top: 3px dashed rgba(41, 37, 36, 0.3);
                bottom: 100px;
                right: 136px;
            }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line1 .circle-arround-box1 {
                    top: 0;
                    left: 0;
                    transform: translate(-50%, -50%);
                    background-color: #fefefe;
                }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line2 {
                position: absolute;
                width: 150px;
                height: 200px;
                border-left: 3px dashed rgba(41, 37, 36, 0.3);
                border-top: 3px dashed rgba(41, 37, 36, 0.3);
                bottom: -170px;
                right: 120px;
            }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line2 .circle-arround-box2 {
                    bottom: 0;
                    left: 0;
                    transform: translate(-50%, 50%);
                    background-color: #fefefe;
                }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line3 {
                position: absolute;
                width: 180px;
                height: 150px;
                border-top: 3px dashed rgba(41, 37, 36, 0.3);
                bottom: -25px;
                left: 120px;
            }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line3 .circle-arround-box3 {
                    top: 0;
                    left: 100%;
                    transform: translate(0, -50%);
                    background-color: #fefefe;
                }

            .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line4 {
                position: absolute;
                width: 130px;
                height: 150px;
                border-left: 3px dashed rgba(41, 37, 36, 0.3);
                border-bottom: 3px dashed rgba(41, 37, 36, 0.3);
                bottom: -96px;
                left: 134px;
            }

                .monetization-container .monetization-centeral-div .monetization-inoti-circle .circle-arround-line4 .circle-arround-box4 {
                    bottom: 0;
                    left: 100%;
                    transform: translate(0, 50%);
                    background-color: #fefefe;
                }

    .monetization-container .services-pdf-section {
        display: flex;
        justify-content: space-between;
    }

        .monetization-container .services-pdf-section .m-text-col {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-left: 5%;
            width: 50%;
        }

            .monetization-container .services-pdf-section .m-text-col p {
                margin-bottom: 50px;
                line-height: 22px;
            }

            .monetization-container .services-pdf-section .m-text-col button {
                border-radius: 0.6875rem;
                background: #FEC55B;
                padding: 7px 15px;
                border: none;
                cursor: pointer;
            }

        .monetization-container .services-pdf-section .monetization-movie-box {
            border-radius: 0.625rem;
            border: none;
            display: flex;
            width: 40%;
            aspect-ratio: 16/9;
            position: relative;
        }

            .monetization-container .services-pdf-section .monetization-movie-box .m-movie {
                width: 100%;
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
            }

                .monetization-container .services-pdf-section .monetization-movie-box .m-movie img {
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                }

            .monetization-container .services-pdf-section .monetization-movie-box .m-show-btn {
                position: absolute;
                bottom: 30px;
                right: 30px;
                display: flex;
                cursor: pointer;
            }

                .monetization-container .services-pdf-section .monetization-movie-box .m-show-btn button {
                    border-radius: 0.9375rem;
                    border-bottom-right-radius: 0;
                    background: #F7F7F7;
                    padding: 10px;
                    padding-left: 40px;
                    border: none;
                }

                .monetization-container .services-pdf-section .monetization-movie-box .m-show-btn img {
                    width: 40px;
                    position: absolute;
                    bottom: 0;
                    left: -5px;
                    border: 2px solid white;
                    border-radius: 50%;
                }

.info-tabs-row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background-color: #66236a;
    padding-top: 10px;
}

    .info-tabs-row span {
        color: #F7F7F7;
        cursor: pointer;
        transform: translateY(-5px);
        font-size: 11pt;
    }

    .info-tabs-row .active-tab {
        background-color: #e9e9e8;
        color: #000;
        font-weight: bold;
        padding: 15px 30px 20px 30px;
        border-top-right-radius: 1rem;
        border-top-left-radius: 1rem;
        transform: translateY(0);
    }

.info-page-parent {
    padding: 50px 15vw;
    background-color: #fefefe;
}

.licenses-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 50px;
}

    .licenses-section .License-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
        border-radius: 0.75rem;
        border: 1px solid #66236a;
        background: #F7F7F7;
        padding: 2rem;
    }

        .licenses-section .License-wrapper .license {
            display: flex;
            align-items: center;
            width: 50%;
            padding-left: 1.5rem;
            margin-bottom: 2rem;
            justify-content: flex-start;
            direction: ltr;
        }

            
        .licenses-section .License-wrapper .license .license-logo-col {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                flex-direction: column;
                margin-right: 15px;
                border-radius: 0.75rem;
                padding: 1rem;
                background-color: #fefefe;
                width: 25%;
            }

                .licenses-section .License-wrapper .license .license-logo-col .license-logo {
                    border-radius: 1rem;
                    border: 1px solid #66236a;
                    aspect-ratio: 1/1;
                    margin-bottom: 1rem;
                    width: 100%;
                }

                .licenses-section .License-wrapper .license .license-logo-col .see-license {
                    background-color: rgba(254, 197, 91, 0.24);
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding: 7px 10px;
                    border-radius: 0.375rem;
                    width: 100%;
                    cursor: pointer;
                }

                    .licenses-section .License-wrapper .license .license-logo-col .see-license img {
                        width: 20px;
                        height: 20px;
                        margin-left: 7px;
                    }

                    .licenses-section .License-wrapper .license .license-logo-col .see-license span {
                        color: #66236a;
                        font-size: 8pt;
                    }

                .licenses-section .License-wrapper .license .license-logo-col .see-license + .see-license {
                    margin-top: 8px;
                }

            .licenses-section .License-wrapper .license .title-description {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                justify-content: flex-start;
                width: 75%;
                direction: ltr;
            }

                .licenses-section .License-wrapper .license .title-description .l-title {
                    color: #000;
                    margin: 0 0 10px 0;
                }

                .licenses-section .License-wrapper .license .title-description .l-description {
                    color: #292524;
                    font-size: 10pt;
                    line-height: 28px;
                }

.certificates-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .certificates-section .certificates-column {
        border-radius: 0.75rem;
        border: 1px solid #66236A;
        background: #fefefe;
        padding: 2rem;
    }

        .certificates-section .certificates-column .brand-certificate {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            margin: 30px 0;
            direction: ltr;
        }

            .certificates-section .certificates-column .brand-certificate img {
                border-radius: 1rem;
                width: 180px;
            }

            .certificates-section .certificates-column .brand-certificate .bc-description {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: flex-start;
                padding: 0 0 0 30px;
                direction: ltr;
            }

                .certificates-section .certificates-column .brand-certificate .bc-description p {
                    color: #292524;
                    font-size: 10pt;
                    line-height: 2rem;
                }

        .certificates-section .certificates-column .other-crtificates {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
        }

            .certificates-section .certificates-column .other-crtificates .crtificates {
                width: 17%;
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 2.5%;
                flex-direction: column;
            }

                .certificates-section .certificates-column .other-crtificates .crtificates:not(:nth-child(5n)) {
                    margin-left: 3.5%;
                }

                .certificates-section .certificates-column .other-crtificates .crtificates img {
                    border-radius: 1rem;
                    width: 100%;
                    aspect-ratio: 1/1;
                    border: 1px solid #D9D9D9;
                }

                .certificates-section .certificates-column .other-crtificates .crtificates p {
                    color: #292524;
                    font-size: 9pt;
                    text-align: justify;
                    padding: 15px 10px 0 10px;
                }

.about-inoti .banner {
    border-radius: 12rem;
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 80px;
}

.about-inoti p {
    color: #292524;
    font-size: 11pt;
    font-style: normal;
    font-weight: 400;
    line-height: 2rem;
    margin-bottom: 30px;
}

.about-inoti .about-margin {
    margin-bottom: 50px;
}

.about-inoti .about-title {
    color: #66236a;
/*    text-align: right;*/
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
}

.about-inoti .about-cols {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
}

    .about-inoti .about-cols .about-card {
        width: 49%;
        margin-bottom: 2%;
        border-radius: 1rem;
        border: 1px solid rgba(41, 37, 36, 0.1);
        background: #F7F7F7;
        padding: 1.5rem;
        aspect-ratio: 7/3;
    }

        .about-inoti .about-cols .about-card p {
            line-height: 22px;
            font-size: 10pt;
        }

        .about-inoti .about-cols .about-card h4 {
            margin-bottom: 10px;
        }

        .about-inoti .about-cols .about-card:nth-child(2n+1) {
            margin-left: 2%;
        }

    .about-inoti .about-cols .yb {
        border: 1px solid rgba(254, 197, 91, 0.5);
        background: rgba(254, 197, 91, 0.16);
    }

.business-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 50px;
}

    .business-partners .partners-logo-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 85%;
        margin-top: 50px;
    }

        .business-partners .partners-logo-section .partners-top-line {
            border-top: 2px solid #FEC55B;
            position: relative;
            width: 100%;
        }

            .business-partners .partners-logo-section .partners-top-line h3 {
                position: absolute !important;
                top: 50% !important;
                transform: translate(-50%, -50%) !important;
                left: 50%;
                margin: 0;
                background-color: #fefefe;
                padding: 10px 20px;
            }

        .business-partners .partners-logo-section .logo-box {
            display: flex;
            flex-wrap: wrap;
            align-items: flex-start;
            justify-content: flex-start;
            margin-top: 50px;
            width: 100%;
        }

            .business-partners .partners-logo-section .logo-box .partner-logo {
                display: flex;
                justify-content: center;
                align-items: center;
                border-radius: 0.9375rem;
                background: #F7F7F7;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
                width: 20%;
                aspect-ratio: 14/15;
                margin-bottom: 6.6%;
                flex-direction: column;
            }

                .business-partners .partners-logo-section .logo-box .partner-logo:not(:nth-child(4n)) {
                    margin-left: 6.6%;
                }

                .business-partners .partners-logo-section .logo-box .partner-logo img {
                    width: 60%;
                    aspect-ratio: 1/1;
                }

                .business-partners .partners-logo-section .logo-box .partner-logo span {
                    font-size: 9pt;
                    margin-top: 20px;
                    color: black;
                    font-weight: bold;
                    text-align: center;
                }

.contact-us-tab .user-info-tab {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: flex-start;
}

    .contact-us-tab .user-info-tab p {
        line-height: 30px;
        text-align: justify;

    }

    .contact-us-tab .user-info-tab .user-info-cols {
        margin-top: 20px;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        direction: ltr;
    }

        .contact-us-tab .user-info-tab .user-info-cols .ui-location {
            width: 45%;
        }

            .contact-us-tab .user-info-tab .user-info-cols .ui-location .cu-description {
                color: #292524;
                margin-bottom: 2rem;
            }

            .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                margin-bottom: 20px;
                direction: ltr;
            }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .cu-title {
                    color: #66236a;
                    font-weight: 700;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows a {
                    text-decoration: none;
                    direction: ltr;
                    color: black;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows img {
                    width: 40px;
                    margin-left: 15px;
                    margin-bottom: 15px;
                    transform: translateY(-5px);
                    cursor: pointer;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows span:first-of-type {
                    font-weight: bold;
                    white-space: nowrap;
                    margin-left: 5px;
                    direction: ltr;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .dash {
                    margin: 0 5px;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .uilr-address {
                    display: flex;
                    align-self: self-end;
                }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .social-row {
                    display: flex;
                    direction: ltr;
                    align-items: flex-start;
                    justify-content: flex-start;
                    width: 100%;
                    margin-top: 5px;
                }

                    .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .social-row a {
                        width: 5%;
                        margin: 0 3% 2% 0;
                        transition: 0.3s;
                    }

                        .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .social-row a svg {
                            width: 100%;
                            height: 100%;
                        }

                        .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-rows .social-row a:hover {
                            transform: scale(1.1);
                        }

            .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-map {
                border-radius: 10px;
                overflow: hidden;
                box-shadow: rgba(142, 142, 142, 0.1) 0px -1px 20px 0px;
                width: 100%;
                aspect-ratio: 7/3;
                border: 1px solid rgba(41, 37, 36, 0.2);
                z-index: 1;
                margin-bottom: 15px;
            }

                .contact-us-tab .user-info-tab .user-info-cols .ui-location .uil-map img {
                    width: 100%;
                    height: 100%;
                }

        .contact-us-tab .user-info-tab .user-info-cols .ui-form {
            padding: 20px;
            width: 40%;
        }

            .contact-us-tab .user-info-tab .user-info-cols .ui-form h4 {
                margin: 0 0 20px 0;
            }

            .contact-us-tab .user-info-tab .user-info-cols .ui-form p {
                line-height: 20px;
            }

            .contact-us-tab .user-info-tab .user-info-cols .ui-form .captcha input {
                margin-bottom: 0;
                padding: 1rem;
                border-radius: 0.75rem 0 0 0.75rem;
            }

.inoti-services .services-cols {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .inoti-services .services-cols .open {
        background-color: rgba(102, 35, 106, 0.08) !important;
    }

        .inoti-services .services-cols .open .curtain {
            opacity: 1 !important;
            visibility: visible !important;
        }

        .inoti-services .services-cols .open path {
            fill: #66236a;
        }

    .inoti-services .services-cols .service-right-col {
        width: 49%;
    }

        .inoti-services .services-cols .service-right-col .service-box {
            border-radius: 0.75rem;
            border: 1px solid rgba(41, 37, 36, 0.2);
            background: #fefefe;
            padding: 7px;
            transition: 0.3s;
            margin-bottom: 1rem;
            overflow: hidden;
        }

            .inoti-services .services-cols .service-right-col .service-box .service-topic {
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
                direction : ltr;
            }

                .inoti-services .services-cols .service-right-col .service-box .service-topic .topic-right {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                    direction: ltr;
                }

                    .inoti-services .services-cols .service-right-col .service-box .service-topic .topic-right svg {
                        border-radius: 0.375rem;
                        background: #FEC55B;
                        width: 36px;
                        height: 36px;
                        margin-left: 10px;
                    }

                    .inoti-services .services-cols .service-right-col .service-box .service-topic .topic-right img {
                        border-radius: 0.375rem;
                        border: none;
                        background: #FEC55B;
                        width: 36px;
                        height: 36px;
                        margin-left: 10px;
                        transform: rotate(0deg);
                    }

                .inoti-services .services-cols .service-right-col .service-box .service-topic .bullet {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    border-radius: 50%;
                    padding: 10px;
                    background-color: #66236a;
                    width: 30px;
                    height: 30px;
                    margin-left: 10px;
                }

                .inoti-services .services-cols .service-right-col .service-box .service-topic span {
                    white-space: nowrap;
                }

                .inoti-services .services-cols .service-right-col .service-box .service-topic img {
                    transform: rotate(90deg);
                    width: 17px;
                    filter: invert(0);
                }

            .inoti-services .services-cols .service-right-col .service-box .curtain {
                display: none;
            }

    .inoti-services .services-cols .curtain .service-title {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
        background-color: rgba(254, 197, 91, 0.16);
        border-radius: 0.375rem;
        width: fit-content;
    }

        .inoti-services .services-cols .curtain .service-title svg {
            width: 30px;
            height: 30px;
            margin-left: 5px;
        }

            .inoti-services .services-cols .curtain .service-title svg path {
                fill: #FEC55B;
            }

        .inoti-services .services-cols .curtain .service-title .service-name {
            color: #66236a;
        }

    .inoti-services .services-cols .curtain p {
        padding: 20px 0;
        line-height: 1.5rem;
    }

    .inoti-services .services-cols .curtain ul {
        padding: 0 15px 30px 0;
    }

        .inoti-services .services-cols .curtain ul li {
            padding: 5px 0;
        }

    .inoti-services .services-cols .curtain .full-show {
        color: #66236a;
        float: left;
        cursor: pointer;
        border-bottom: 1px solid #66236a;
    }

    .inoti-services .services-cols .service-left-col {
        width: 49%;
        border-radius: 1.25rem;
        border: 1px solid rgba(41, 37, 36, 0.2);
        background: #fefefe;
        padding: 10px 30px 30px 30px;
    }

.faq-page h2 {
    margin-bottom: 50px;
}

.faq-page .faq-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .faq-page .faq-row .faq-col {
        width: 55%;
    }

        .faq-page .faq-row .faq-col .service-box {
            border-radius: 0.75rem;
            border: 1px solid rgba(41, 37, 36, 0.2);
            background: #F7F7F7;
            padding: 10px;
            transition: 0.3s;
            margin-bottom: 2rem;
            overflow: hidden;
            max-height: 52px;
        }

            .faq-page .faq-row .faq-col .service-box .service-topic {
                display: flex;
                align-items: center;
                justify-content: space-between;
                cursor: pointer;
            }

                .faq-page .faq-row .faq-col .service-box .service-topic .topic-right {
                    display: flex;
                    align-items: center;
                    justify-content: flex-start;
                }

                .faq-page .faq-row .faq-col .service-box .service-topic .bullet {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    color: #fff;
                    border-radius: 50%;
                    padding: 10px;
                    background-color: #66236a;
                    width: 30px;
                    height: 30px;
                    margin-left: 10px;
                }

                .faq-page .faq-row .faq-col .service-box .service-topic p {
                    white-space: nowrap;
                }

                .faq-page .faq-row .faq-col .service-box .service-topic img {
                    width: 15px;
                    filter: invert(0);
                }

        .faq-page .faq-row .faq-col .curtain {
            overflow: hidden;
            opacity: 0;
            visibility: "hidden";
            padding-bottom: 0;
            transition: 0.3s;
        }

            .faq-page .faq-row .faq-col .curtain p {
                padding: 20px 0;
                line-height: 1.5rem;
            }

    .faq-page .faq-row .faq-img {
        width: 30%;
        margin-top: 50px;
    }

.websevices-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 50px 100px;
    height: 100dvh;
}

    .websevices-container .webservic-col {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        width: 25%;
        padding: 50px 30px;
        overflow-y: auto;
        height: 100%;
    }

        .websevices-container .webservic-col::-webkit-scrollbar {
            display: none;
        }

        .websevices-container .webservic-col .webservice {
            border-radius: 1rem;
            background: #F7F7F7;
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.1);
            border: 1px solid rgba(41, 37, 36, 0.05);
            width: 100%;
            color: rgba(41, 37, 36, 0.6);
            cursor: pointer;
            font-size: 10pt;
            font-weight: 500;
            padding: 18px;
            margin-bottom: 2rem;
            position: relative;
        }

        .websevices-container .webservic-col .active {
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.1);
            border: 1px solid #66236a;
            color: #66236a;
        }

            .websevices-container .webservic-col .active::after {
                content: "";
                height: 40px;
                border-left: 3px solid #66236a;
                position: absolute;
                left: -30px;
                top: 50%;
                transform: translateY(-50%);
                z-index: 1;
            }

    .websevices-container .webservice-description {
        width: 75%;
        border-radius: 2rem;
        background: #F7F7F7;
        box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.1);
        padding: 50px;
        overflow-y: auto;
        height: 100%;
    }

        .websevices-container .webservice-description::-webkit-scrollbar {
            width: 4px;
            height: 4px;
        }

        .websevices-container .webservice-description::-webkit-scrollbar-track {
            box-shadow: inset 0 0 5px grey;
            border-radius: 10px;
            margin: 20px;
        }

        .websevices-container .webservice-description::-webkit-scrollbar-thumb {
            background: #66236a;
            border-radius: 10px;
        }

        .websevices-container .webservice-description ul {
            padding-right: 15px;
        }

        .websevices-container .webservice-description p,
        .websevices-container .webservice-description ul,
        .websevices-container .webservice-description li {
            padding-bottom: 15px;
            color: #292524;
            font-size: 1.125rem;
            font-style: normal;
            font-weight: 400;
            line-height: 1.75rem;
        }

.all-articles {
    padding: 50px 100px;
}

    .all-articles .banner {
        width: 100%;
        border-radius: 1.5rem;
        background: linear-gradient(269deg, #66236A 0.12%, rgba(135, 100, 184, 0.8) 99.85%);
        box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
        padding: 50px;
        margin-bottom: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }

        .all-articles .banner p {
            color: #FFF;
            font-size: 16pt;
            font-weight: 600;
            margin-bottom: 30px;
        }

        .all-articles .banner .search-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            width: 50%;
        }

            .all-articles .banner .search-box .search-bar {
                position: relative;
                background-color: #fefefe;
                border-radius: 0.75rem;
                overflow: hidden;
                width: 100%;
                margin-left: 10px;
            }

                .all-articles .banner .search-box .search-bar input {
                    width: 100%;
                    padding: 12px 40px;
                    border: none;
                    outline: none;
                    font-size: 10pt;
                    direction: ltr;
                }

                .all-articles .banner .search-box .search-bar img {
                    position: absolute !important;
                    top: 50% !important;
                    transform: translate(-50%, -50%) !important;
                    left: 20px;
                    width: 18px;
                    height: 18px;
                }

            .all-articles .banner .search-box button {
                background-color: #FEC55B;
                border-radius: 0.75rem;
                padding: 12px 25px;
                border: none;
                cursor: pointer;
                font-size: 10pt;
                font-weight: bold;
            }

        .all-articles .banner .article-swiper {
            position: absolute;
            top: 110%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 75%;
            padding: 0 40px;
            --swiper-navigation-size: 20px;
            --swiper-navigation-top-offset: 50%;
            --swiper-navigation-sides-offset: 10px;
            --swiper-navigation-color: $specialBlack;
        }

            .all-articles .banner .article-swiper .swiper-slide {
                border-radius: 1rem;
                background: #F8F8F8;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.15);
                padding: 25px 10px;
                text-align: center;
                cursor: pointer;
                color: #292524;
                font-weight: bold;
            }

        .all-articles .banner .swiper {
            padding: 10px;
        }

    .all-articles .article-parent {
        width: 100%;
        max-height: 410px;
        overflow: hidden;
        transition: 0.3s;
    }

        .all-articles .article-parent .article-wrapper {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            width: 100%;
            flex-wrap: wrap;
            overflow: hidden;
        }

            .all-articles .article-parent .article-wrapper .art-card {
                width: 23%;
                padding: 25px;
                align-items: center;
                border-radius: 20px;
                border: 1px solid rgba(41, 37, 36, 0.15);
                background: #fff;
                box-shadow: 0px 2px 4px 0px rgba(41, 37, 36, 0.2);
                margin-bottom: 2%;
                margin-left: 2%;
                cursor: pointer;
            }

                .all-articles .article-parent .article-wrapper .art-card .art-img {
                    width: 100%;
                    aspect-ratio: 16/11;
                    border-radius: 7px;
                    overflow: hidden;
                }

                .all-articles .article-parent .article-wrapper .art-card .art-title {
                    padding: 10px 0;
                    color: #42526e;
                    font-size: 10pt;
                    overflow: hidden;
                    max-width: 100%;
                    text-overflow: ellipsis;
                    white-space: nowrap;
                }

                .all-articles .article-parent .article-wrapper .art-card .line {
                    border-bottom: 1.5px solid rgba(41, 37, 36, 0.3);
                    width: 80%;
                    margin-bottom: 15px;
                }

                .all-articles .article-parent .article-wrapper .art-card .actions-row {
                    width: 100%;
                    margin-top: 10px;
                }

                    .all-articles .article-parent .article-wrapper .art-card .actions-row .actions {
                        width: 40%;
                        display: flex;
                        justify-content: flex-start;
                        align-items: center;
                    }

                        .all-articles .article-parent .article-wrapper .art-card .actions-row .actions img {
                            width: 22px;
                            height: 22px;
                            margin-left: 5px;
                        }

                        .all-articles .article-parent .article-wrapper .art-card .actions-row .actions span {
                            color: #292524;
                            margin-left: 10px;
                            font-size: 10pt;
                        }

                    .all-articles .article-parent .article-wrapper .art-card .actions-row .date-box {
                        display: flex;
                        justify-content: flex-end;
                        align-items: center;
                        width: 40%;
                    }

                        .all-articles .article-parent .article-wrapper .art-card .actions-row .date-box img {
                            width: 22px;
                            height: 22px;
                        }

                        .all-articles .article-parent .article-wrapper .art-card .actions-row .date-box .art-date {
                            font-size: 10pt;
                            color: #292524;
                            margin-right: 10px;
                        }

    .all-articles .more-articles {
        padding: 7px;
        margin-top: 10px;
        cursor: pointer;
        color: #66236a;
        font-weight: bold;
        gap : 10px;
    }

        .all-articles .more-articles img {
            margin-left: 5px;
        }

    .all-articles .pagination {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25%;
        margin: 30px auto 0;
        display: none;
    }

        .all-articles .pagination .next-prev {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 13px;
            border-radius: 5px;
            background-color: rgba(190, 102, 195, 0.062745098);
            width: 50px;
            height: 45px;
            cursor: pointer;
        }

        .all-articles .pagination .text {
            margin: 0 10px;
            font-size: 12pt;
        }

        .all-articles .pagination .from-number {
            border-radius: 0.5rem;
            border: 1px solid #EFEFEE;
            background: #fefefe;
            padding: 7px 15px;
            font-size: 12pt;
        }

        .all-articles .pagination .prev {
            transform: rotate(180deg);
        }

.single-article-title {
    padding: 20px 0;
    border-bottom: 1px solid rgba(41, 37, 36, 0.3);
    border-top: 1px solid rgba(41, 37, 36, 0.3);
    margin: 20px 100px 40px 100px;
}

.single-article {
    padding: 0 100px 50px 100px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

    .single-article main {
        width: 80%;
        border: 1px solid rgba(41, 37, 36, 0.3);
        padding: 50px;
        border-radius: 2rem;
        max-height: 300vh;
        overflow: auto;
    }

        .single-article main::-webkit-scrollbar {
            width: 5px;
            border-radius: 5px;
        }

        .single-article main::-webkit-scrollbar-track {
            background: #f1f1f1;
            border-radius: 5px;
            margin: 20px 0;
        }

        .single-article main::-webkit-scrollbar-thumb {
            background: #66236a;
            border-radius: 5px;
        }

            .single-article main::-webkit-scrollbar-thumb:hover {
                background: #555;
            }

        .single-article main .article-contents * {
            line-height: 36px;
        }

        .single-article main .article-contents img {
            max-width: 725px;
            margin: 20px auto;
            display: block;
            height: unset !important;
        }

        .single-article main .article-contents a {
            color: blue;
            transition: 0.2s;
        }

        .single-article main .article-contents li a:hover {
            padding-right: 3px;
        }

        .single-article main .article-tag-section {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            flex-wrap: wrap;
            width: 100%;
        }

            .single-article main .article-tag-section .article-tag {
                border-radius: 8px;
                background: #F7F7F7;
                border: none;
                outline: none;
                transition: 0.3s;
                margin-left: 10px;
                padding: 10px 15px;
                cursor: pointer;
                margin-bottom: 10px;
            }

                .single-article main .article-tag-section .article-tag:hover {
                    background: rgba(254, 197, 91, 0.16);
                }

    .single-article aside {
        width: 18%;
    }

        .single-article aside h3 {
            margin-top: 0;
            padding-bottom: 10px;
            border-bottom: 1px solid lightgray;
        }

    .single-article li {
        padding: 7px 0;
    }

    .single-article .article-pic {
        width: 100%;
        aspect-ratio: 16/9;
        border-radius: 2rem;
        margin-bottom: 2rem;
    }

    .single-article .article-infos {
        width: 100%;
        margin-bottom: 2rem;
    }

        .single-article .article-infos .author {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .single-article .article-infos .author img {
                margin-left: 5px;
                border-radius: 50%;
                width: 35px;
                height: 35px;
                background-color: #EFEFEE;
                padding: 8px;
            }

            .single-article .article-infos .author span {
                font-size: 11pt;
            }

        .single-article .article-infos .article-details {
            display: flex;
            align-items: center;
            justify-content: flex-end;
        }

            .single-article .article-infos .article-details img {
                margin: 0 0 3px 3px;
            }

            .single-article .article-infos .article-details span {
                font-size: 11pt;
            }

                .single-article .article-infos .article-details span:not(:last-child) {
                    margin-left: 40px;
                }

            .single-article .article-infos .article-details .share {
                width: 14px;
            }

    .single-article .article-p {
        color: #292524;
        font-weight: 400;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }

    .single-article .other-articles {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        width: 100%;
        flex-direction: column;
    }

        .single-article .other-articles .art-card {
            width: 100%;
            padding: 15px;
            align-items: center;
            border-radius: 20px;
            border: 1px solid rgba(41, 37, 36, 0.15);
            background: #fff;
            box-shadow: 0px 2px 4px 0px rgba(41, 37, 36, 0.2);
            margin-bottom: 20px;
            cursor: pointer;
        }

            .single-article .other-articles .art-card .art-img {
                width: 100%;
                aspect-ratio: 3/2;
                border-radius: 7px;
                overflow: hidden;
            }

            .single-article .other-articles .art-card .art-title {
                padding: 10px 0;
                color: #42526e;
                font-size: 9pt;
                overflow: hidden;
                max-width: 100%;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

            .single-article .other-articles .art-card .line {
                border-bottom: 1.5px solid rgba(41, 37, 36, 0.3);
                width: 80%;
                margin-bottom: 15px;
            }

            .single-article .other-articles .art-card .actions-row {
                width: 100%;
                margin-top: 10px;
            }

                .single-article .other-articles .art-card .actions-row .actions {
                    width: 40%;
                    display: flex;
                    justify-content: flex-start;
                    align-items: center;
                }

                    .single-article .other-articles .art-card .actions-row .actions img {
                        width: 18px;
                        height: 18px;
                        margin-left: 5px;
                    }

                    .single-article .other-articles .art-card .actions-row .actions span {
                        color: #292524;
                        margin-left: 10px;
                        font-size: 10pt;
                    }

                .single-article .other-articles .art-card .actions-row .date-box {
                    display: flex;
                    justify-content: flex-end;
                    align-items: center;
                    width: 40%;
                }

                    .single-article .other-articles .art-card .actions-row .date-box img {
                        width: 18px;
                        height: 18px;
                    }

                    .single-article .other-articles .art-card .actions-row .date-box .art-date {
                        font-size: 10pt;
                        color: #292524;
                        margin-right: 10px;
                    }

.comments {
    margin: 3rem 0;
    padding: 0 100px 50px 100px;
}

    .comments * {
        font-size: 10pt;
    }

    .comments .registered-comment {
        padding: 1.5rem;
        background-color: #F7F7F7;
        border-radius: 0.75rem;
        position: relative;
        margin: 1rem 0;
    }

        .comments .registered-comment .comment-header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .comments .registered-comment .comment-header img {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #fefefe;
                padding: 5px;
                margin-left: 5px;
            }

            .comments .registered-comment .comment-header .name {
                color: black;
                margin-left: 10px;
            }

            .comments .registered-comment .comment-header .date-and-time {
                font-size: 9pt;
                color: rgba(41, 37, 36, 0.6);
            }

        .comments .registered-comment .comment-body {
            padding: 1rem 0;
        }

        .comments .registered-comment .reply {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            width: fit-content;
        }

            .comments .registered-comment .reply img {
                width: 22px;
                height: 22px;
                margin-left: 5px;
                transition: 0.5s;
            }

            .comments .registered-comment .reply span {
                color: #66236a;
                font-size: 9pt;
            }

            .comments .registered-comment .reply:hover {
                font-weight: bold;
            }

        .comments .registered-comment .reply-box {
            padding-right: 1rem;
            border-right: 3px solid #D9D9D9;
            margin: 1rem 2rem 0 0;
        }

            .comments .registered-comment .reply-box .comments {
                margin: 1rem;
            }

            .comments .registered-comment .reply-box input,
            .comments .registered-comment .reply-box textarea {
                background-color: #fefefe;
            }

            .comments .registered-comment .reply-box textarea {
                margin: 1rem 0;
            }

        .comments .registered-comment .replied-comment {
            margin: 2rem;
            padding-right: 1rem;
            border-right: 3px solid #D9D9D9;
        }

    .comments .last-comment::after {
        content: "";
        position: absolute;
        bottom: -1.5rem;
        left: 0;
        width: 100%;
        border-top: 1px solid rgba(102, 35, 106, 0.32);
    }

    .comments .comment-title {
        margin-bottom: 10px;
    }

        .comments .comment-title h2 {
            width: fit-content;
            border-bottom: 2px solid black;
            margin: 0;
            padding: 10px 0;
        }

    .comments textarea {
        border-radius: 1rem;
        border: 1px solid rgba(41, 37, 36, 0.1);
        background: #F7F7F7;
        padding: 1rem;
        margin: 1.5rem 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        outline: none;
    }

        .comments textarea::placeholder {
            color: #000;
        }

    .comments .c-user-info {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-bottom: 2rem;
    }

        .comments .c-user-info .user-info-child {
            width: 49%;
            margin-bottom: 1%;
        }

            .comments .c-user-info .user-info-child:nth-child(2n+1) {
                margin-left: 2%;
            }

        .comments .c-user-info input {
            border-radius: 0.75rem;
            border: 1px solid rgba(41, 37, 36, 0.05);
            background: #F7F7F7;
            outline: none;
            padding: 1rem;
        }

            .comments .c-user-info input::placeholder {
                color: #000;
            }

    .comments button {
        padding: 7px 15px;
        margin-right: auto;
        font-size: 10pt;
    }

.antivirus-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 3rem auto;
    width: 60%;
}

    .antivirus-price .ap-col {
        width: 50%;
    }

        .antivirus-price .ap-col .double-input {
            margin: 2rem 0;
        }

            .antivirus-price .ap-col .double-input select,
            .antivirus-price .ap-col .double-input input {
                border-radius: 0.75rem;
                background: #fefefe;
                box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.3);
                padding: 12px;
                color: rgba(41, 37, 36, 0.7);
                width: 100%;
                outline: none;
                border: none;
            }

        .antivirus-price .ap-col .bill {
            border-radius: 0.75rem;
            background: #F7F7F7;
            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
        }

            .antivirus-price .ap-col .bill .flexSpace {
                padding: 12px;
                /*                &:first-of-type {
      border-bottom: 1px solid rgba(41, 37, 36, 0.20);
  }*/
            }

            .antivirus-price .ap-col .bill .bill-right {
                display: flex;
                align-items: center;
                justify-content: flex-start;
            }

                .antivirus-price .ap-col .bill .bill-right .bullet {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    width: 25px;
                    height: 25px;
                    border-radius: 50%;
                    color: #66236a;
                    margin-left: 5px;
                    background-color: #FEC55B;
                }

                .antivirus-price .ap-col .bill .bill-right .text,
                .antivirus-price .ap-col .bill .bill-right .price {
                    color: rgba(41, 37, 36, 0.7);
                }

    .antivirus-price .ap-img {
        width: 27%;
    }

.evc-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 3rem auto;
}

    .evc-price .radio-row {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 75%;
        padding: 2rem;
        margin: 0 auto 5rem auto;
    }

        .evc-price .radio-row .col {
            width: 50%;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

        .evc-price .radio-row p {
            color: #292524;
        }

        .evc-price .radio-row label {
            font-weight: bold;
            cursor: pointer;
            margin: 0 5px 0 30px;
        }

    .evc-price .evc-cards {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 60%;
    }

        .evc-price .evc-cards .card {
            border-radius: 0.75rem;
            border: 1px solid #66236a;
            padding: 2rem;
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: space-between;
            width: 30%;
            margin-bottom: 5%;
            text-align: center;
        }

            .evc-price .evc-cards .card:not(:nth-child(3n)) {
                margin-left: 5%;
                direction: ltr;
            }

            .evc-price .evc-cards .card h4 {
                margin-bottom: 2rem;
                color: #66236a;
                white-space: nowrap;
            }

            .evc-price .evc-cards .card .card-text {
                color: #292524;
                font-size: 0.875rem;
                line-height: 1.5rem;
                margin-bottom: 2rem;
                display: -webkit-box;
                -webkit-line-clamp: 6;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                text-align: justify;
                font-size: 9pt;
            }

            .evc-price .evc-cards .card .bill {
                border-radius: 0.625rem;
                background: rgba(254, 197, 91, 0.36);
                padding: 15px;
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                direction: ltr;
            }

                .evc-price .evc-cards .card .bill .price {
                    margin-right: 10px;
                    color: #292524;
                }

                .evc-price .evc-cards .card .bill .free {
                    padding-top: 15px;
                    color: #66236a;
                    font-size: 9pt;
                }

.evc-adv {
    justify-content: flex-end;
}

    .evc-adv .adv-card {
        width: 30%;
        margin-right: 30px;
    }

.evc-topic {
    align-items: flex-start;
}

    .evc-topic h2 {
        margin-top: 0;
    }

    .evc-topic article {
        width: 48%;
    }

    .evc-topic .player {
        width: 48%;
    }

    .evc-topic .monetization-movie-box {
        border-radius: 0.625rem;
        background: rgba(41, 37, 36, 0.5);
        border: none;
        overflow: hidden;
        display: flex;
        aspect-ratio: 16/9;
        position: relative;
    }

        .evc-topic .monetization-movie-box .m-movie {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
        }

            .evc-topic .monetization-movie-box .m-movie img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

        .evc-topic .monetization-movie-box .m-show-btn {
            position: absolute;
            bottom: 30px;
            right: 30px;
            display: flex;
            cursor: pointer;
        }

            .evc-topic .monetization-movie-box .m-show-btn button {
                border-radius: 0.9375rem;
                border-bottom-right-radius: 0;
                background: #F7F7F7;
                padding: 10px;
                padding-left: 40px;
                border: none;
            }

            .evc-topic .monetization-movie-box .m-show-btn img {
                width: 40px;
                position: absolute;
                bottom: 0;
                left: -5px;
                border: 2px solid white;
                border-radius: 50%;
            }

/* ______________________________Custom Select Style Start____________________________ */
.custom-select {
    position: relative;
    cursor: pointer;
}

.cs-selected-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cs-text {
    color: #42526e;
    font-size: 10pt;
    border: none;
    background: transparent;
    outline: none;
}

.cs-arrow {
    width: 16px;
    height: 16px;
}

.custom-select-ul {
    border: 0.5px solid rgba(41, 37, 36, 0.1);
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 0;
    left: -1px;
    right: -1px;
    transform: translateY(100%);
    background-color: inherit;
    border-bottom-right-radius: 0.4375rem;
    border-bottom-left-radius: 0.4375rem;
    visibility: hidden;
    box-shadow: 1px 2px 4px 0px rgba(117, 117, 117, 0.1);
    max-height: 0;
    z-index: 1;
}

.custom-select-li {
    list-style: none;
    padding: 8px;
    margin: 5px;
    font-size: 10pt;
}

    .custom-select-li:hover {
        background-color: rgba(102, 35, 106, 0.08);
        border-radius: 0.5rem;
    }

.cs-clicked {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border: 1px solid #66236a !important;
    border-bottom: none !important;
}

    .cs-clicked .custom-select-ul {
        visibility: visible;
        max-height: 40vh;
        transition: 0.3s;
        overflow: auto;
        border: 1px solid #66236a;
        border-top: 1px solid rgba(41, 37, 36, 0.1);
    }

.custom-select-ul::-webkit-scrollbar {
    width: 3px;
}

.custom-select-ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: lightgray;
}

.custom-select-ul::-webkit-scrollbar-thumb {
    background: #66236a;
    border-radius: 10px;
}

.cs-clicked .bbg {
    border-bottom: 1px solid rgb(247, 248, 251);
}

.cs-style {
    border: 0.5px solid rgba(41, 37, 36, 0.1);
    background: #F7F7F7;
    outline: none;
    border-radius: 0.4375rem;
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
}

/* ______________________________Custom Select Style End____________________________ */
.signup-modal-mask {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: rgba(41, 37, 36, 0.2);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

    .signup-modal-mask .signup-modal {
        border-radius: 1rem;
        background: #F7F7F7;
        width: 600px;
        padding: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

        .signup-modal-mask .signup-modal h4 {
            margin: 0;
        }

        .signup-modal-mask .signup-modal .signup-modal-text {
            color: #292524;
            line-height: 22px;
            margin-bottom: 60px;
            text-align: justify;
        }

        .signup-modal-mask .signup-modal .signup-closeSvg {
            width: 12px;
            cursor: pointer;
        }

.visible-modal {
    visibility: visible;
}

.services-swiper {
    padding: 4vh 2vw;
}

.swiper-pagination-customized {
    width: 20px;
    height: 3px;
    background-color: #808080;
    margin: 0 5px;
    border-radius: 0;
}

    .swiper-pagination-customized.swiper-pagination-bullet-active {
        background-color: #66236a;
    }

.swiper-button-next,
.swiper-button-prev {
    transform: translateY(-50%);
    top: 50%;
    color: #292524;
    font-size: 10px;
    margin: 0 -10px;
}

.trust-offset {
    margin: 0 -80px;
}

.go-up-btn {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(254, 197, 91, 0.7019607843);
    position: fixed;
    bottom: 80px;
    right: 100px;
    cursor: pointer;
    transition: 1s;
    opacity: 0;
    visibility: hidden;
    z-index: 8;
}

    .go-up-btn img {
        width: 40%;
        height: 40%;
    }

.breadcrumb-parent {
    padding: 0 100px;
}

    .breadcrumb-parent .breadcrumb {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-radius: 25px;
        width: 100%;
        padding: 5px;
        background-color: #F7F7F7;
        direction: ltr;
    }

        .breadcrumb-parent .breadcrumb .breadcrumb-right-section {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-right: 20px;
            direction: ltr;
        }

        .breadcrumb-parent .breadcrumb .home-icon {
            margin-left: 10px;
            margin-right: 10px;
            width: 20px;
            height: 20px;
        }

        .breadcrumb-parent .breadcrumb .bread-arrow {
            margin: 0 10px;
            width: 10px;
            height: 10px;
            transform: rotate(180deg)
        }

        .breadcrumb-parent .breadcrumb a {
            color: rgba(41, 37, 36, 0.6);
            font-size: 9pt;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .breadcrumb-parent .breadcrumb span {
            color: rgba(41, 37, 36, 0.6);
            font-size: 9pt;
        }

        .breadcrumb-parent .breadcrumb .current-page {
            color: #292524;
            font-weight: bold;
        }

        .breadcrumb-parent .breadcrumb .breadcrumb-back {
            background-color: rgba(102, 35, 106, 0.1);
            padding: 13px;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            transform: rotate(180deg);
        }

.grecaptcha-badge {
    z-index: 999;
    bottom: 2px;
}

.comment-warning,
.complain-warning,
.complaint-warning,
.last-warning,
.icv-warning {
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-color: rgba(255, 0, 0, 0.08);
    color: #DC2626;
    display: none;
    border-radius: 0.5rem;
    font-weight: bold;
    margin: 0 auto 15px auto;
}

    .comment-warning #comment-warning-text,
    .comment-warning #complain-warning-text,
    .comment-warning #complaint-warning-text,
    .comment-warning #last-warning-text,
    .comment-warning #icv-warning-text,
    .complain-warning #comment-warning-text,
    .complain-warning #complain-warning-text,
    .complain-warning #complaint-warning-text,
    .complain-warning #last-warning-text,
    .complain-warning #icv-warning-text,
    .complaint-warning #comment-warning-text,
    .complaint-warning #complain-warning-text,
    .complaint-warning #complaint-warning-text,
    .complaint-warning #last-warning-text,
    .complaint-warning #icv-warning-text,
    .last-warning #comment-warning-text,
    .last-warning #complain-warning-text,
    .last-warning #complaint-warning-text,
    .last-warning #last-warning-text,
    .last-warning #icv-warning-text,
    .icv-warning #comment-warning-text,
    .icv-warning #complain-warning-text,
    .icv-warning #complaint-warning-text,
    .icv-warning #last-warning-text,
    .icv-warning #icv-warning-text {
        font-size: 10pt;
    }

.comment-warning {
    margin-top: 10px;
    display: flex !important;
}

    .comment-warning img {
        margin-left: 10px;
    }

.success-message {
    background-color: rgba(72, 255, 0, 0.08);
    color: green;
    display: flex;
}

    .success-message img {
        border: 2px solid green;
        border-radius: 5px;
        width: 20px;
        height: 20px;
    }

.error-403 {
    width: 100vw;
    height: 100dvh;
    background-color: rgb(223, 234, 236);
}

.error-main-section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100dvh - 170px);
}

    .error-main-section button {
        border-radius: 0.25rem;
        border: 1px solid #66236a;
        background: #fefefe;
        box-shadow: 1px 2px 2px 0px rgba(41, 37, 36, 0.1);
        position: absolute;
        padding: 10px 30px;
        font-size: 14pt;
        cursor: pointer;
        transition: 0.3s;
    }

        .error-main-section button:hover {
            background-color: #66236a;
            color: white;
        }

    .error-main-section .desktop-error img {
        position: relative;
        width: 100%;
        height: 100%;
    }

    .error-main-section .desktop-error button {
        bottom: 16vh;
        right: 30vw;
    }

    .error-main-section .mobile-error img {
        position: relative;
    }

    .error-main-section .mobile-error button {
        bottom: 10vh;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 10pt;
        white-space: nowrap;
    }

    .error-main-section .error-500 button {
        right: 25vw;
        bottom: 20vh;
    }

.active-category {
    background-color: #FEC55B !important;
}

.active-nav {
    font-weight: bold !important;
}

.card-modal-mask, .icv-modal-mask, .complaint-modal-mask {
    visibility: hidden;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(41, 37, 36, 0.32);
    backdrop-filter: blur(4px);
    z-index: 9;
    overflow-y: auto;
}

    .card-modal-mask .card-modal, .icv-modal-mask .card-modal, .complaint-modal-mask .card-modal {
        position: absolute;
        top: 100px;
        padding: 30px;
        width: 40vw;
        border-radius: 2.25rem;
        background: #fefefe;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }

        .card-modal-mask .card-modal .modal-header, .icv-modal-mask .card-modal .modal-header, .complaint-modal-mask .card-modal .modal-header,
        .card-modal-mask .card-modal .modal-category,
        .icv-modal-mask .card-modal .modal-category,
        .complaint-modal-mask .card-modal .modal-category {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .card-modal-mask .card-modal .modal-header img, .icv-modal-mask .card-modal .modal-header img, .complaint-modal-mask .card-modal .modal-header img,
            .card-modal-mask .card-modal .modal-category img,
            .icv-modal-mask .card-modal .modal-category img,
            .complaint-modal-mask .card-modal .modal-category img {
                width: 12px;
                height: 12px;
                cursor: pointer;
            }

            .card-modal-mask .card-modal .modal-header span, .icv-modal-mask .card-modal .modal-header span, .complaint-modal-mask .card-modal .modal-header span,
            .card-modal-mask .card-modal .modal-category span,
            .icv-modal-mask .card-modal .modal-category span,
            .complaint-modal-mask .card-modal .modal-category span {
                font-size: 9pt;
            }

            .card-modal-mask .card-modal .modal-header h4, .icv-modal-mask .card-modal .modal-header h4, .complaint-modal-mask .card-modal .modal-header h4,
            .card-modal-mask .card-modal .modal-category h4,
            .icv-modal-mask .card-modal .modal-category h4,
            .complaint-modal-mask .card-modal .modal-category h4 {
                margin: 0 0 10px 0;
            }

        .card-modal-mask .card-modal .modal-category, .icv-modal-mask .card-modal .modal-category, .complaint-modal-mask .card-modal .modal-category {
            margin-bottom: 20px;
        }

        .card-modal-mask .card-modal .card-modal-content, .icv-modal-mask .card-modal .card-modal-content, .complaint-modal-mask .card-modal .card-modal-content {
            width: 100%;
            display: flex;
            align-items: stretch;
            justify-content: space-between;
        }

            .card-modal-mask .card-modal .card-modal-content .album-section, .icv-modal-mask .card-modal .card-modal-content .album-section, .complaint-modal-mask .card-modal .card-modal-content .album-section {
                width: 47%;
            }

                .card-modal-mask .card-modal .card-modal-content .album-section .up-image, .icv-modal-mask .card-modal .card-modal-content .album-section .up-image, .complaint-modal-mask .card-modal .card-modal-content .album-section .up-image {
                    width: 100%;
                    aspect-ratio: 1/1;
                    border-radius: 0.5rem;
                    margin-bottom: 2rem;
                    border: 1px solid rgba(202, 190, 234, 0.24);
                    object-fit: contain;
                }

                .card-modal-mask .card-modal .card-modal-content .album-section .album-slider, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider {
                    display: flex;
                    align-items: center;
                    justify-content: space-between;
                }

                    .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .right-arrow, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .right-arrow, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .right-arrow,
                    .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .left-arrow,
                    .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .left-arrow,
                    .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .left-arrow {
                        background-color: rgba(41, 37, 36, 0.1);
                        border-radius: 50%;
                        cursor: pointer;
                        width: 25px;
                        height: 25px;
                        padding: 8px;
                    }

                    .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images {
                        display: flex;
                        align-items: center;
                        justify-content: flex-start;
                        flex: 1;
                        overflow: auto;
                        margin: 0 5px;
                    }

                        .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images::-webkit-scrollbar, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images::-webkit-scrollbar, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images::-webkit-scrollbar {
                            display: none;
                        }

                        .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .album-img, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .album-img, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .album-img {
                            margin-left: 10px;
                            border-radius: 0.5rem;
                            width: 80px;
                            height: 80px;
                            object-fit: cover;
                            box-shadow: 1px 2px 4px 0px rgba(41, 37, 36, 0.16);
                            cursor: pointer;
                        }

                        .card-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .active, .icv-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .active, .complaint-modal-mask .card-modal .card-modal-content .album-section .album-slider .other-images .active {
                            border: 2px solid #66236a;
                        }

            .card-modal-mask .card-modal .card-modal-content .description-section, .icv-modal-mask .card-modal .card-modal-content .description-section, .complaint-modal-mask .card-modal .card-modal-content .description-section {
                width: 47%;
                display: flex;
                flex-direction: column;
                justify-content: space-between;
                align-items: center;
            }

                .card-modal-mask .card-modal .card-modal-content .description-section h4, .icv-modal-mask .card-modal .card-modal-content .description-section h4, .complaint-modal-mask .card-modal .card-modal-content .description-section h4 {
                    margin: 0 0 10px 0;
                }

                .card-modal-mask .card-modal .card-modal-content .description-section p, .icv-modal-mask .card-modal .card-modal-content .description-section p, .complaint-modal-mask .card-modal .card-modal-content .description-section p {
                    font-size: 9pt;
                    line-height: 22px;
                    height: 280px;
                    overflow: auto;
                    padding-left: 5px;
                    margin-bottom: 2rem;
                }

                    .card-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar, .icv-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar, .complaint-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar {
                        width: 3px;
                    }

                    .card-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-track, .icv-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-track, .complaint-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-track {
                        background: #f1f1f1;
                        border-radius: 10px;
                    }

                    .card-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb, .icv-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb, .complaint-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb {
                        background: #66236a;
                        border-radius: 10px;
                    }

                        .card-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb:hover, .icv-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb:hover, .complaint-modal-mask .card-modal .card-modal-content .description-section p::-webkit-scrollbar-thumb:hover {
                            background: #555;
                        }

                .card-modal-mask .card-modal .card-modal-content .description-section .price-box, .icv-modal-mask .card-modal .card-modal-content .description-section .price-box, .complaint-modal-mask .card-modal .card-modal-content .description-section .price-box {
                    width: 100%;
                    display: flex;
                    justify-content: space-between;
                    align-items: center;
                    border-radius: 0.625rem;
                    background: #FEC55B;
                    padding: 15px 10px;
                }

                    .card-modal-mask .card-modal .card-modal-content .description-section .price-box span, .icv-modal-mask .card-modal .card-modal-content .description-section .price-box span, .complaint-modal-mask .card-modal .card-modal-content .description-section .price-box span {
                        font-weight: bold;
                        font-size: 9pt;
                    }

        .card-modal-mask .card-modal .product-request-section, .icv-modal-mask .card-modal .product-request-section, .complaint-modal-mask .card-modal .product-request-section {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
        }

            .card-modal-mask .card-modal .product-request-section .request-text, .icv-modal-mask .card-modal .product-request-section .request-text, .complaint-modal-mask .card-modal .product-request-section .request-text {
                margin: 20px 0;
                line-height: 26px;
                font-size: 10pt;
            }

            .card-modal-mask .card-modal .product-request-section .request-fields, .icv-modal-mask .card-modal .product-request-section .request-fields, .complaint-modal-mask .card-modal .product-request-section .request-fields {
                display: flex;
                width: 100%;
                justify-content: space-between;
                margin-bottom: 20px;
            }

                .card-modal-mask .card-modal .product-request-section .request-fields input, .icv-modal-mask .card-modal .product-request-section .request-fields input, .complaint-modal-mask .card-modal .product-request-section .request-fields input {
                    width: 48%;
                    border-radius: 8px;
                    background: rgba(247, 247, 247, 0.9);
                    border: none;
                    outline: none;
                    font-size: 10pt;
                    padding: 10px;
                }

            .card-modal-mask .card-modal .product-request-section .btn, .icv-modal-mask .card-modal .product-request-section .btn, .complaint-modal-mask .card-modal .product-request-section .btn {
                margin-right: auto;
                font-size: 10pt;
            }

.alert-page {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 100px;
}

    .alert-page .alert-box {
        padding: 0 15px 15px 0;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        overflow: hidden;
        border-radius: 1.5rem;
        background: rgba(220, 38, 38, 0.1);
        width: 45%;
    }

        .alert-page .alert-box img {
            width: 15%;
            margin-left: 20px;
            padding-top: 15px;
        }

        .alert-page .alert-box .alert-content {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            flex: 1;
        }

            .alert-page .alert-box .alert-content .alert-title {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
            }

                .alert-page .alert-box .alert-content .alert-title .alert-color {
                    background-color: red;
                    width: 25px;
                    height: 85px;
                }

        .alert-page .alert-box .alert-text {
            width: 90%;
            line-height: 1.5rem;
            padding: 10px 0;
        }

    .alert-page .success-box {
        background: rgba(33, 170, 88, 0.1);
    }

        .alert-page .success-box .alert-content .alert-title .alert-color {
            background-color: green;
        }

.txt-overHide {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.complaint-modal-mask .complaint-modal {
    position: absolute;
    top: 50px;
    border-radius: 2.25rem;
    background: #fefefe;
    padding: 30px;
    width: 36vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

    .complaint-modal-mask .complaint-modal .complaint-header {
        margin-bottom: 20px;
    }

        .complaint-modal-mask .complaint-modal .complaint-header h4 {
            margin: 0;
        }

        .complaint-modal-mask .complaint-modal .complaint-header .close-svg {
            width: 12px;
            height: 12px;
        }

    .complaint-modal-mask .complaint-modal .modal-content-frame {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: fit-content;
    }

        .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form {
            width: 100%;
            position: relative;
        }

            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form * {
                font-size: 10pt;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form h5 {
                margin: 0 0 15px 0;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form p {
                line-height: 20px;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form input,
            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form textarea {
                padding: 8px;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .ui-form .captcha input {
                margin-bottom: 0;
                padding: 1rem;
                border-radius: 0.75rem 0 0 0.75rem;
            }

        .complaint-modal-mask .complaint-modal .modal-content-frame .copmlaint-success-message {
            padding: 5rem;
            position: absolute;
            top: 0;
            left: 0;
            transition: 0.3s;
            transform: translateX(-100%);
        }

            .complaint-modal-mask .complaint-modal .modal-content-frame .copmlaint-success-message .btn {
                margin: 0 auto;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .copmlaint-success-message .done {
                width: 150px;
                margin-bottom: 40px;
                font-size: 9pt;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .copmlaint-success-message .return {
                width: 12px;
                height: 12px;
                margin-left: 5px;
            }

            .complaint-modal-mask .complaint-modal .modal-content-frame .copmlaint-success-message span {
                font-size: 10pt;
                margin-bottom: 40px;
                text-align: center;
            }

.icv-page .main-infos .tabs-row .tabs .tab:not(:last-child) {
    margin-left: 30px;
}

.icv-page .main-infos .important-infos {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 70px;
}

    .icv-page .main-infos .important-infos .box {
        width: 24%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fefefe;
        border-radius: 0.875rem;
        padding: 10px;
        margin-bottom: 7px;
    }

        .icv-page .main-infos .important-infos .box:not(:last-child) {
            margin-left: 1.33%;
        }

        .icv-page .main-infos .important-infos .box span {
            color: #000;
        }

        .icv-page .main-infos .important-infos .box .value {
            border-radius: 0.5rem;
            background: rgba(254, 197, 91, 0.16);
            padding: 7px 15px;
        }

.icv-page .main-infos .white-box {
    padding: 25px;
    background-color: #fefefe;
    border-radius: 1rem;
    width: 100%;
}

    .icv-page .main-infos .white-box p {
        line-height: 2rem;
    }

.icv-page .main-infos .work-experience, .icv-page .main-infos .social-records {
    padding-top: 70px;
}

    .icv-page .main-infos .work-experience .template-box, .icv-page .main-infos .social-records .template-box {
        border-right: 3px solid rgba(254, 197, 91, 0.36);
        padding-right: 25px;
    }

        .icv-page .main-infos .work-experience .template-box .white-box, .icv-page .main-infos .social-records .template-box .white-box {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            position: relative;
        }

            .icv-page .main-infos .work-experience .template-box .white-box::before, .icv-page .main-infos .social-records .template-box .white-box::before {
                content: "";
                position: absolute;
                top: 0;
                right: -28px;
                height: 50px;
                border-right: 3px solid #66236a;
            }

            .icv-page .main-infos .work-experience .template-box .white-box .template-top, .icv-page .main-infos .social-records .template-box .white-box .template-top {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                margin-bottom: 15px;
            }

                .icv-page .main-infos .work-experience .template-box .white-box .template-top img, .icv-page .main-infos .social-records .template-box .white-box .template-top img {
                    width: 85px;
                    aspect-ratio: 1/1;
                    border-radius: 0.5rem;
                    margin-left: 15px;
                }

                .icv-page .main-infos .work-experience .template-box .white-box .template-top .tt-content, .icv-page .main-infos .social-records .template-box .white-box .template-top .tt-content {
                    display: flex;
                    flex-direction: column;
                    align-items: flex-start;
                    justify-content: flex-start;
                }

                    .icv-page .main-infos .work-experience .template-box .white-box .template-top .tt-content h4, .icv-page .main-infos .social-records .template-box .white-box .template-top .tt-content h4,
                    .icv-page .main-infos .work-experience .template-box .white-box .template-top .tt-content h5,
                    .icv-page .main-infos .social-records .template-box .white-box .template-top .tt-content h5 {
                        margin-top: 0;
                        margin-bottom: 10px;
                    }

                    .icv-page .main-infos .work-experience .template-box .white-box .template-top .tt-content span, .icv-page .main-infos .social-records .template-box .white-box .template-top .tt-content span {
                        font-size: 9pt;
                        color: #808080;
                    }

            .icv-page .main-infos .work-experience .template-box .white-box .template-bottom, .icv-page .main-infos .social-records .template-box .white-box .template-bottom {
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
            }

                .icv-page .main-infos .work-experience .template-box .white-box .template-bottom .empty-space, .icv-page .main-infos .social-records .template-box .white-box .template-bottom .empty-space {
                    width: 100px;
                }

                .icv-page .main-infos .work-experience .template-box .white-box .template-bottom p, .icv-page .main-infos .social-records .template-box .white-box .template-bottom p {
                    color: #292524;
                    line-height: 1.75rem;
                    font-size: 10pt;
                    flex: 1;
                }

.icv-page .main-infos .honors {
    width: 100%;
    padding-top: 70px;
}

    .icv-page .main-infos .honors .white-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 20px;
    }

        .icv-page .main-infos .honors .white-box .right-section {
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
        }

            .icv-page .main-infos .honors .white-box .right-section .date {
                padding-left: 20px;
                margin-left: 20px;
                border-left: 2px solid lightgray;
            }

        .icv-page .main-infos .honors .white-box a {
            border-radius: 0.5rem;
            background: rgba(254, 197, 91, 0.16);
            border: none;
            font-size: 10pt;
            padding: 10px 15px;
        }

.icv-page .main-infos .Favorites {
    width: 100%;
    padding-top: 70px;
}

    .icv-page .main-infos .Favorites .white-box {
        padding: 15px 15px 5px 5px;
    }

    .icv-page .main-infos .Favorites span {
        border-radius: 0.5rem;
        background: rgba(254, 197, 91, 0.16);
        padding: 7px 15px;
        margin: 0 0 10px 10px;
    }

.icv-page .main-infos .skills {
    width: 100%;
    padding-top: 70px;
}

    .icv-page .main-infos .skills .skills-parent {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
        width: 100%;
    }

        .icv-page .main-infos .skills .skills-parent .skill-box {
            padding: 15px;
            background-color: #fefefe;
            border-radius: 0.5rem;
            margin-bottom: 3%;
            width: 48.5%;
        }

            .icv-page .main-infos .skills .skills-parent .skill-box:nth-child(2n+1) {
                margin-left: 3%;
            }

            .icv-page .main-infos .skills .skills-parent .skill-box .flexSpace {
                margin-bottom: 20px;
            }

            .icv-page .main-infos .skills .skills-parent .skill-box .percent-bar {
                width: 100%;
                height: 7px;
                border-radius: 6.25rem;
                background: rgba(247, 247, 247, 0.9);
                position: relative;
                overflow: hidden;
            }

                .icv-page .main-infos .skills .skills-parent .skill-box .percent-bar .percent {
                    position: absolute;
                    right: 0;
                    top: 0;
                    border-radius: 6.25rem;
                    background: #FEC55B;
                    height: 7px;
                }

.icv-page .main-infos .gallery-section {
    width: 100%;
}

    .icv-page .main-infos .gallery-section .video-gallery, .icv-page .main-infos .gallery-section .photo-gallery {
        margin: 0;
        padding: 0;
        border-top: none;
        padding-top: 70px;
    }

        .icv-page .main-infos .gallery-section .video-gallery .products-content, .icv-page .main-infos .gallery-section .photo-gallery .products-content {
            max-height: 810px;
            overflow: hidden;
            transition: 0.5s;
        }

            .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card, .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card {
                width: 48%;
                aspect-ratio: 16/9;
                overflow: hidden;
                border-radius: 1rem;
            }

                .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card:not(:nth-child(3n)), .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card:not(:nth-child(3n)) {
                    margin-left: unset;
                }

                .icv-page .main-infos .gallery-section .video-gallery .products-content .product-card:nth-child(2n+1), .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card:nth-child(2n+1) {
                    margin-left: 4%;
                }

    .icv-page .main-infos .gallery-section .see-more {
        padding: 10px;
    }

        .icv-page .main-infos .gallery-section .see-more span {
            color: #66236a;
            margin-left: 5px;
            font-weight: bold;
        }

        .icv-page .main-infos .gallery-section .see-more span,
        .icv-page .main-infos .gallery-section .see-more img {
            transition: 0.5s;
        }

    .icv-page .main-infos .gallery-section .photo-gallery .products-content {
        max-height: 690px;
    }

        .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card {
            position: relative;
            width: 23.5%;
            aspect-ratio: 1/1;
            margin-bottom: 2%;
        }

            .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card img {
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card span {
                position: absolute;
                bottom: 30px;
                left: 50%;
                transform: translateX(-50%);
                color: #fefefe;
                text-align: center;
            }

            .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card:nth-child(2n+1) {
                margin-left: unset;
            }

            .icv-page .main-infos .gallery-section .photo-gallery .products-content .product-card:not(:nth-child(4n)) {
                margin-left: 2%;
            }

.icv-page .main-infos .contact-me {
    width: 100%;
    padding-top: 70px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 30px;
}

    .icv-page .main-infos .contact-me .contact-info {
        width: 48%;
    }

        .icv-page .main-infos .contact-me .contact-info .white-box {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            /*                    .twin-box {
      width: 48%;
      display: flex;
      justify-content: space-between;
      align-items: center;*/
        }

            .icv-page .main-infos .contact-me .contact-info .white-box a {
                color: #66236a;
            }

            .icv-page .main-infos .contact-me .contact-info .white-box h4 {
                margin-bottom: 5px;
            }

            .icv-page .main-infos .contact-me .contact-info .white-box .first-box,
            .icv-page .main-infos .contact-me .contact-info .white-box .second-box {
                width: 48%;
            }

            .icv-page .main-infos .contact-me .contact-info .white-box .info {
                border-radius: 0.5rem;
                background: rgba(254, 197, 91, 0.12);
                padding: 10px;
                font-size: 10pt;
            }

                .icv-page .main-infos .contact-me .contact-info .white-box .info h5 {
                    margin: 5px 0;
                }

            .icv-page .main-infos .contact-me .contact-info .white-box .social-row {
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                flex-wrap: wrap;
            }

                .icv-page .main-infos .contact-me .contact-info .white-box .social-row a {
                    margin-right: 10px;
                    margin-bottom: 10px;
                    width: 5%;
                    aspect-ratio: 1/1;
                }

                    .icv-page .main-infos .contact-me .contact-info .white-box .social-row a img {
                        width: 100%;
                        height: 100%;
                    }

    .icv-page .main-infos .contact-me .form-section {
        width: 48%;
    }

        .icv-page .main-infos .contact-me .form-section .white-box {
            width: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            flex-direction: column;
        }

            .icv-page .main-infos .contact-me .form-section .white-box h4 {
                margin-bottom: 5px;
            }

            .icv-page .main-infos .contact-me .form-section .white-box input,
            .icv-page .main-infos .contact-me .form-section .white-box textarea {
                width: 100%;
                border-radius: 0.5rem;
                background: rgba(247, 247, 247, 0.9);
                padding: 10px;
                border: none;
                outline: none;
                font-size: 10pt;
            }

            .icv-page .main-infos .contact-me .form-section .white-box .captcha {
                margin-top: 20px;
            }

                .icv-page .main-infos .contact-me .form-section .white-box .captcha input {
                    width: 50%;
                    padding: 1rem;
                }

            .icv-page .main-infos .contact-me .form-section .white-box button {
                margin-right: auto;
            }

.icv-page .main-infos .locations {
    width: 100%;
}

    .icv-page .main-infos .locations #map {
        height: 300px;
        border-radius: 0.5rem;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .icv-page .main-infos .locations h4 {
        background-color: #fefefe !important;
        margin-left: 20px;
    }

.map-footer {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    direction: ltr;
}

    .map-footer h4 {
        margin: 10px 0 10px 10px;
    }

    .map-footer .platforms {
        display: flex;
        align-items: center;
        flex: 1;
        flex-wrap: wrap;
    }

        .map-footer .platforms .platform-box {
            border-radius: 0.5rem;
            background: rgba(254, 197, 91, 0.16);
            margin-left: 15px;
            margin-bottom: 15px;
            padding: 4px 4px 4px 20px;
            display: flex;
            align-items: center;
            justify-content: flex-start;
        }

            .map-footer .platforms .platform-box img {
                width: 32px;
                height: 32px;
                border-radius: 0.5rem;
                margin-left: 20px;
            }

.icv-modal-mask .card-modal {
    padding: 30px;
}

    .icv-modal-mask .card-modal .close-svg {
        position: absolute;
        top: 30px;
        left: 30px;
        width: 12px;
        height: 12px;
    }

    .icv-modal-mask .card-modal .icv-album-frame {
        position: relative;
        width: 100%;
        height: 330px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .icv-modal-mask .card-modal .icv-album-frame .left-arrow,
        .icv-modal-mask .card-modal .icv-album-frame .right-arrow {
            border-radius: 50%;
            background-color: #F7F7F7;
            padding: 10px;
            width: 32px;
            height: 32px;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 2;
        }

        .icv-modal-mask .card-modal .icv-album-frame .left-arrow {
            left: 7%;
        }

        .icv-modal-mask .card-modal .icv-album-frame .right-arrow {
            right: 7%;
        }

        .icv-modal-mask .card-modal .icv-album-frame .right {
            right: 0;
        }

        .icv-modal-mask .card-modal .icv-album-frame .icv-album {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: flex-start;
            overflow: auto;
        }

            .icv-modal-mask .card-modal .icv-album-frame .icv-album::-webkit-scrollbar {
                display: none;
            }

            .icv-modal-mask .card-modal .icv-album-frame .icv-album .album-photo {
                margin: 0 10px;
                object-fit: contain;
                height: 90%;
                width: 65%;
                aspect-ratio: 16/9;
                border-radius: 10px;
                border: 1px solid lightgray;
                filter: blur(3px);
            }

                .icv-modal-mask .card-modal .icv-album-frame .icv-album .album-photo.active {
                    height: 100%;
                    filter: blur(0);
                    position: absolute;
                    top: 0;
                    z-index: 1;
                    left: 50%;
                    transform: translateX(-50%);
                    background-color: #000;
                }

    .icv-modal-mask .card-modal .description {
        width: 70%;
    }

        .icv-modal-mask .card-modal .description p {
            font-size: 9pt;
        }

#map {
    z-index: 1;
}

.english-number {
    font-size: 10pt;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: red;
}

.cover-input {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1;
}

#render-body-dev {
    /* استایل عمومی بلوک کد */
    /* استایل عمومی برای کدها */
    /* رنگ‌بندی برای کلمات کلیدی PHP */
    /* رنگ‌بندی برای توابع */
    /* رنگ‌بندی برای متغیرها */
    /* رنگ‌بندی برای رشته‌ها */
    /* رنگ‌بندی برای کامنت‌ها */
    /* رنگ‌بندی برای اعداد */
    /* استایل برای دکمه کپی */
}

    #render-body-dev td {
        text-align: center !important;
    }

    #render-body-dev th {
        background-color: lightgray;
    }

    #render-body-dev tr:nth-child(even) {
        background-color: rgb(247, 248, 251);
    }

    #render-body-dev pre {
        direction: ltr;
        line-height: 24px;
    }

    #render-body-dev #page-top {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }

    #render-body-dev .category-info {
        background-color: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
        padding: 20px;
    }

    #render-body-dev .category-title {
        font-size: 24px;
        margin: 0 0 10px 0;
    }

    #render-body-dev .category-description {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px 0;
        text-align: justify;
    }

    #render-body-dev .ul-in-content {
        list-style: disc;
        padding-left: 20px;
        margin-bottom: 15px;
    }

    #render-body-dev .table-of-contents {
        margin-bottom: 20px;
        background-color: #fff;
        padding: 15px;
        border-radius: 5px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

        #render-body-dev .table-of-contents ol {
            list-style-type: none;
            padding: 10px 0;
        }

        #render-body-dev .table-of-contents li {
            margin-bottom: 5px;
        }

        #render-body-dev .table-of-contents a {
            text-decoration: none;
            color: #0056b3;
            transition: color 0.3s ease;
        }

            #render-body-dev .table-of-contents a:hover {
                color: #dc3545;
            }

    #render-body-dev .table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 15px;
    }

        #render-body-dev .table th, #render-body-dev .table td {
            padding: 0.75rem;
            vertical-align: top;
            border-top: 1px solid #dee2e6;
        }

        #render-body-dev .table thead th {
            vertical-align: bottom;
            border-bottom: 2px solid #dee2e6;
        }

    #render-body-dev .code-highlight {
        position: relative;
        background: #ffffff; /* پس‌زمینه بلوک کد */
        padding: 15px;
        border-radius: 5px;
        margin: 20px 0;
        direction: ltr; /* چپ‌چین برای بلوک‌های کد */
    }

        #render-body-dev .code-highlight pre {
            margin: 0;
            white-space: pre-wrap;
            word-wrap: break-word;
            overflow: auto;
            font-family: "Courier New", Courier, monospace;
            font-size: 14px;
            line-height: 1.5;
            background-color: aliceblue; /* پس‌زمینه کد */
            color: #000; /* رنگ متن کد */
            padding: 15px; /* فاصله داخلی کد */
            border-radius: 5px; /* گوشه‌های گرد */
            border: 1px solid #e68f74;
            direction: ltr;
            text-align: left;
        }

        #render-body-dev .code-highlight .keyword {
            color: #f92672; /* رنگ قرمز */
        }

        #render-body-dev .code-highlight .function {
            color: #3294ff; /* رنگ آبی */
        }

        #render-body-dev .code-highlight .variable {
            color: #27c74c; /* رنگ سبز */
        }

        #render-body-dev .code-highlight .string {
            color: #ff5500; /* رنگ زرد */
        }

        #render-body-dev .code-highlight .comment {
            color: #75715e; /* رنگ خاکستری */
        }

        #render-body-dev .code-highlight .number {
            color: #ae81ff; /* رنگ بنفش */
        }

    #render-body-dev .copy-code-container {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color: #007bff;
        color: #fff;
        border: none;
        padding: 5px 10px;
        cursor: pointer;
        border-radius: 3px;
        font-size: 14px;
        display: flex;
        align-items: center;
        transition: background-color 0.3s;
    }

        #render-body-dev .copy-code-container:hover {
            background-color: #0056b3;
        }

        #render-body-dev .copy-code-container::before {
            margin-right: 5px;
        }

        #render-body-dev .copy-code-container.copied {
            background-color: #28a745;
        }

    #render-body-dev .separator {
        border-top: 1px solid #dee2e6;
        margin: 30px 0;
    }

    #render-body-dev .color-danger-red {
        color: #dc3545;
    }

    #render-body-dev .ltr {
        direction: ltr;
        text-align: left;
    }

    #render-body-dev .tabs {
        margin-bottom: 30px;
    }

        #render-body-dev .tabs .tab-title {
            background: #f8f9fa;
            padding: 10px;
            cursor: pointer;
            font-size: 18px;
            border-bottom: 1px solid #ddd;
        }

    #render-body-dev .tab-content {
        display: none;
        padding: 10px;
        background: #fff;
    }

        #render-body-dev .tab-content.active {
            display: block;
        }

    #render-body-dev .table-responsive {
        overflow-x: auto;
    }

.redirect-back {
    margin-top: 40px;
}

    .redirect-back button {
        border-radius: 0.25rem;
        border: 1px solid #66236a;
        background: #fefefe;
        box-shadow: 1px 2px 2px 0px rgba(41, 37, 36, 0.1);
        padding: 10px 30px;
        font-size: 11pt;
        cursor: pointer;
        transition: 0.3s;
    }

        .redirect-back button:hover {
            background-color: #66236a;
            color: white;
        }

/*_______________GTNA GROUP______________*/
.gtna-group {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .gtna-group .gtna-children-image {
        width: 31vw;
        margin: 40px auto;
    }

    .gtna-group .intro-div {
        width: 100%;
        background-color: #F7F7F7;
        padding: 30px 24vw;
        margin-bottom: 20px;
    }

        .gtna-group .intro-div .intro-text {
            width: 100%;
            line-height: 40px;
        }

    .gtna-group .flexColCenter {
        background-color: #ffffff;
    }

    .gtna-group .job-rules-div {
        width: 100%;
        background-color: #ffffff;
        padding: 30px 14vw;
        margin-bottom: 20px;
    }

        .gtna-group .job-rules-div .intro-text {
            width: 100%;
            line-height: 40px;
        }

    .gtna-group .brand-introducing-section {
        padding: 60px 22vw;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 50px

    }

        .gtna-group .brand-introducing-section .shape-col {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

            .gtna-group .brand-introducing-section .shape-col .gray-square {
                width: 100%;
                border-radius: 24px;
            }

            .gtna-group .brand-introducing-section .shape-col img {
                width: 120px;
            }

        .gtna-group .brand-introducing-section .text-col {
            width: 68%;
        }

            .gtna-group .brand-introducing-section .text-col h4 {
                margin-top: 5px;
            }

            .gtna-group .brand-introducing-section .text-col .text-col-p {
                width: 100%;
                padding: 20px;
                border-radius: 24px;
                border: 2px solid #66236a;
                line-height: 40px;
            }

    .gtna-group .ltr .text-col-p {
        border: 2px solid #FEC55B !important;
    }

    .gtna-group .dividing-dashes {
        height: 3px;
        width: 55vw;
    }

        .gtna-group .dividing-dashes.ltr {
            transform: rotate(180deg);
        }

/*_________________JobRules________________*/
.JobRules {
    width: 100%;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

    .JobRules .gtna-children-image {
        width: 31vw;
        margin: 40px auto;
    }

    .JobRules .intro-div {
        width: 100%;
        background-color: #F7F7F7;
        padding: 30px 24vw;
        margin-bottom: 20px;
    }

        .JobRules .intro-div .intro-text {
            width: 100%;
            line-height: 40px;
        }

    .JobRules .flexColCenter {
        background-color: #ffffff;
    }

    .JobRules .job-rules-div {
        width: 100%;
        background-color: #ffffff;
        padding: 30px 14vw;
        margin-bottom: 20px;
    }

        .JobRules .job-rules-div .intro-text {
            width: 100%;
            line-height: 40px;
        }

    .JobRules .brand-introducing-section {
        padding: 60px 22vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .JobRules .brand-introducing-section .shape-col {
            width: 30%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
        }

            .JobRules .brand-introducing-section .shape-col .gray-square {
                width: 100%;
                border-radius: 24px;
            }

            .JobRules .brand-introducing-section .shape-col img {
                width: 120px;
            }

        .JobRules .brand-introducing-section .text-col {
            width: 68%;
        }

            .JobRules .brand-introducing-section .text-col h4 {
                margin-top: 5px;
            }

            .JobRules .brand-introducing-section .text-col .text-col-p {
                width: 100%;
                padding: 20px;
                border-radius: 24px;
                border: 2px solid #66236a;
                line-height: 40px;
            }

    .JobRules .ltr .text-col-p {
        border: 2px solid #FEC55B !important;
    }

    .JobRules .dividing-dashes {
        height: 3px;
        width: 55vw;
    }

        .JobRules .dividing-dashes.ltr {
            transform: rotate(180deg);
        }

/*_________________Ads Section________________*/
.ads-main-section {
    margin: 50px 0;
}

    .ads-main-section .ads-tabs-row {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 50px;
    }

        .ads-main-section .ads-tabs-row .ads-tab {
            border-radius: 24px;
            border: 2px solid #FEC55B;
            background: #F7F7F7;
            width: 15%;
            aspect-ratio: 1/1;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: center;
            padding: 30px 10px;
            cursor: pointer;
            position: relative;
        }

            .ads-main-section .ads-tabs-row .ads-tab .ads-tab-svg {
                width: 31%;
                aspect-ratio: 1/1;
                margin-bottom: auto;
                opacity: 0.7;
            }

            .ads-main-section .ads-tabs-row .ads-tab .ads-title {
                color: #66236a;
                text-align: center;
                font-weight: 600;
                line-height: 24px;
                font-size: 10pt;
            }

            .ads-main-section .ads-tabs-row .ads-tab .ads-en-title {
                color: #66236a;
                text-align: center;
                font-weight: 600;
                font-size: 9pt;
                white-space: nowrap;
            }

        .ads-main-section .ads-tabs-row .ads-active-tab {
            box-shadow: 2px 2px 70px 8px rgba(254, 197, 91, 0.42) inset;
        }

            .ads-main-section .ads-tabs-row .ads-active-tab .ads-tab-svg {
                opacity: 1;
                transform: scale(1.1);
            }

            .ads-main-section .ads-tabs-row .ads-active-tab::after {
                content: url("../svg/dasteh.svg");
                position: absolute;
                bottom: 0;
                left: 50%;
                transform: translate(-50%, 100%);
            }

    .ads-main-section .ads-content-box {
        display: none;
        border-radius: 24px;
        border: 2px solid #FEC55B;
        background: #fefefe;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 40px;
    }

        .ads-main-section .ads-content-box .header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin-left: auto;
            margin-bottom: 30px;
        }

            .ads-main-section .ads-content-box .header img {
                width: 30px;
                height: 30px;
                margin-left: 15px;
            }

            .ads-main-section .ads-content-box .header .subject {
                color: #66236a;
            }

        .ads-main-section .ads-content-box .business-customers {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            width: 100%;
        }

            .ads-main-section .ads-content-box .business-customers h3 {
                margin-bottom: 30px;
            }

            .ads-main-section .ads-content-box .business-customers .bc-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                white-space: nowrap;
                width: 100%;
            }

                .ads-main-section .ads-content-box .business-customers .bc-row img {
                    width: 15%;
                    border-radius: 16px;
                    background: #F8F8F8;
                    aspect-ratio: 1/1;
                }

                    .ads-main-section .ads-content-box .business-customers .bc-row img:not(:last-child) {
                        margin-left: 2%;
                    }

    .ads-main-section .active-box {
        display: flex;
    }

.ads-topic {
    padding: 0 50px;
    margin-bottom: 10rem;
}

.instance {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
}

    .instance .mob-desktop {
        width: 45%;
    }

    .instance .mob-voice {
        width: 180px;
        aspect-ratio: 9/16;
    }

    .instance .right {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        margin-left: 50px;
        width: 20%;
    }

        .instance .right b {
            font-size: 12pt;
            line-height: 32px;
            text-align: center;
        }

        .instance .right .felesh {
            margin: 20px 0;
            height: 100px;
        }

        .instance .right .btn {
            margin-right: -160px;
        }

.videoAdsSwiper-container, .FsrAdsSwiper-container {
    width: 70%;
    height: 400px;
    overflow: hidden;
}

    .videoAdsSwiper-container swiper-container, .FsrAdsSwiper-container swiper-container {
        width: 100%;
        height: 100%;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .videoAdsSwiper-container swiper-slide, .FsrAdsSwiper-container swiper-slide {
        background-position: center;
        background-size: cover;
        width: 500px;
        aspect-ratio: 16/9;
    }

        .videoAdsSwiper-container swiper-slide img, .FsrAdsSwiper-container swiper-slide img, .videoAdsSwiper-container swiper-slide video, .FsrAdsSwiper-container swiper-slide video {
            display: block;
            width: 100%;
            height: 100%;
            border-radius: 7px;
        }

@media only screen and (min-width: 800px) and (max-width: 1024px) {
    .trust {
        margin: 300px 0 30px 0 !important;
        padding: 120px 25px 25px !important;
        flex-direction: column !important;
    }
}
/*____________________________ print style ______________________________*/
@media print {
    .no-print {
        display: none;
        width: 0;
    }

    .wide-for-print {
        width: 100% !important;
        padding: 10px;
        margin: 0 !important;
    }
}

.liked {
    filter: invert(19%) sepia(97%) saturate(6484%) hue-rotate(358deg) brightness(94%) contrast(115%) drop-shadow(0px 0px 5px red);
}

.job-rules {
    padding: 0 !important;
    background-color: #F7F7F7 !important;
}

    .job-rules ul {
        line-height: 50px;
    }

.m-l-0 {
    margin-left: 0 !important;
}

.p-h40-s11 {
    line-height: 40px !important;
    font-size: 11pt !important;
    text-align: justify;
}

.gtna-group h4, h2, h3 {
    color: #66236a;
    direction : ltr
}

.pagination-container {
    display: flex;
    justify-content: center;
    width: 100%;
}

#pageNumberInput::-webkit-outer-spin-button,
#pageNumberInput::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#pageNumberInput {
    -moz-appearance: textfield;
}
/*   

    farzin new add class 
*/
.curtain,
.ussd-text{
    direction: ltr;
}
.adventage-box-header {
    display : flex ;
         direction: ltr;
         align-items : center;
         gap : 10px;
}
.bill > .flex {
    direction: ltr !important;
    gap : 10PX
}
.bill > .flex > span {
    direction: ltr !important;
}
.top-div , .bottom-div {
    direction : ltr
}
.ns-img{
    display:none;
}
.ns-img-en{
    display:flex !important;
}