.flex_box {
    display: flex;
}

button:hover {
    transform: translateY(-1px);
}

.btn:hover {
    transform: translateY(-1px);
}

.common_bg:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-image: url(/assets/images/aura-before.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 470px;
    height: 500px;
    z-index: -1;
}

.common_bg::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image: url(/assets/images/aura-after.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 500px;
    height: 500px;
    z-index: -1;
}

.common_bg {
    position: relative;
    z-index: 1;
    min-height: 100vh;
}

.login_sec h1 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 20px;
}

.login_sec {
    padding: 40px 0;
    display: flex;
}

.login_sec .box {
    max-width: 500px;
    margin: auto;
}

.login_sec .form-group label {
    color: #D1D5DB;
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

.login_sec .form-group .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 50px;
    padding: 0 12px 0px 45px;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
}

.login_sec .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login_sec .form-group span {
    position: absolute;
    bottom: 14px;
    left: 16px;
}

.login_sec .flex_box {
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    color: #9CA3AF;
    font-size: 16px;
}

.login_sec .form-check {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 9px;
}

.login_sec .form-check input {
    border: 2px solid #4B5563;
    height: 20px;
    width: 20px;
    background: transparent;
    box-shadow: none;
    margin: 0;
    float: inherit;
}

.login_sec .flex_box a {
    text-decoration: none;
    letter-spacing: .5px;
    color: #0D99FF;
    font-weight: 500;
}

.login_sec .sub_btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 24px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.login_sec .sub_btn:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.4), 0 22px 45px rgba(0, 0, 0, 0.75);

}

.login_sec .line {
    color: #6B7280;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-align: center;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}

.login_sec .line::before {
    position: absolute;
    content: "";
    background: #FFFFFF1A;
    height: 2px;
    width: 100%;
    left: 0;
    top: 3px;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -1;
}

.login_sec .line span {
    background: #0b0b0b;
    padding: 0 16px;
}

.login_sec .socail {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

.login_sec .socail img {
    height: 65px;
}

.login_sec p {
    margin: 30px 0 0;
    color: #9CA3AF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
}

.login_sec p a {
    text-decoration: none;
    color: #0D99FF;
}

.login_sec .form-group .eye {
    left: inherit;
    right: 16px;
    cursor: pointer;
}

.login_sec h5 {
    color: #9CA3AF;
    font-size: 16px;
    margin-bottom: 20px;
}

.choose_plan_sec {
    padding: 110px 0 60px;
}

.choose_plan_sec h2 {
    font-weight: 600;
}

.choose_plan_sec .para {
    color: #9CA3AF;
    font-size: 22px;
    text-align: center;
    font-weight: 500;
    letter-spacing: .5px;
    margin-top: 12px;
}

.choose_plan_sec .grid_box {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

.choose_plan_sec .box {
    border: 1px solid #FFFFFF33;
    backdrop-filter: blur(24px);
    padding: 40px 30px;
    border-radius: 20px;
    transition: all .3s;
    color: #E5E7EB;
    position: relative;
}

.choose_plan_sec .box .flex_box {
    gap: 4px;
}

.choose_plan_sec .box .img img {
    height: 74px;
}

.choose_plan_sec .box .content h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #fff;
}

.choose_plan_sec .box .content h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .5px;
    color: #fff;
}

.choose_plan_sec .box .content h4 span {
    color: #9CA3AF;
    font-size: 15px;
    font-weight: 400;
}

.choose_plan_sec .box ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    font-size: 16px;
}

.choose_plan_sec .box ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    letter-spacing: .5px;
}

.choose_plan_sec .box ul li i {
    color: #0354ff;
    font-size: 18px;
    line-height: 0;
}

.choose_plan_sec .box .current-badge {
    background: #0052ff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 20px 0px 20px 0px;
    color: #fff;
}

.choose_plan_sec .box .share {
    text-align: center;
    margin-bottom: 16px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    background: linear-gradient(90deg, #51A2FF 0%, #C27AFF 100%), linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

.choose_plan_sec .box .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
    letter-spacing: .5px;
}

.choose_plan_sec .box .btn:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.4), 0 22px 45px rgba(0, 0, 0, 0.75);
}

.choose_plan_sec .box h5 {
    color: #9CA3AF;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.choose_plan_sec .box h6 {
    color: #6B7280;
    font-size: 15px;
    text-align: center;
    margin: 0;
    font-weight: 500;
}

.choose_plan_sec .box:hover {
    border-color: #0052FF;
}

.choose_plan_sec .box .label {
    background: #0052ff;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    padding: 3px 10px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    border-radius: 0px 20px 0px 20px;
}


.choose_plan_sec .summary_box h3 {
    color: #fff;
    font-size: 28px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.choose_plan_sec .summary_box ul {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
    color: #D1D5DB;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.choose_plan_sec .summary_box ul li span {
    height: 8px;
    width: 8px;
    display: inline-block;
    background: #0052ff;
    border-radius: 100%;
    box-shadow: 0px 0px 10px 0px #0052FF;
}

.choose_plan_sec .summary_box ul li {
    display: flex;
    align-items: center;
    gap: 12px;
}

.choose_plan_sec .summary_box {
    background: #ffffff12;
    box-shadow: 0px 25px 50px -12px #00000040;
    max-width: 770px;
    margin: 25px auto 0;
    padding: 24px;
    border: 1px solid #FFFFFF0D;
    border-radius: 20px;
    backdrop-filter: blur(24px);
}

.choose_plan_sec .sales h3 {
    color: #6B7280;
    font-size: 18px;
    font-weight: 600;
}

.choose_plan_sec .sales {
    text-align: center;
    margin-top: 40px;
}

.choose_plan_sec .sales a {
    color: #4B5563;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 0;
}

.choose_plan_sec .sales a:hover {
    color: #fff;
}

.choose_plan_sec .sales .flex_box {
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
}

.header_two {
    padding: 20px 0;
    background: transparent;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    transition: all 0.3s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header_two .flex_box {
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.header_two .logo img {
    height: 36px;
}

.header_two .menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header_two .menu .toggle {
    border: 1px solid #ffffff24;
    background: #ffffff1f;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.header_two .menu .toggle .name {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.header_two .menu .toggle .user_img {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 3px;
}

.header_two .menu .toggle i {
    line-height: 0;
    font-size: 22px;
    transition: all .3s;
}

.header_two .menu .toggle:hover {
    transform: translateY(-1px);
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.4), inset 0 -3px 6px rgba(0, 0, 0, 0.4), 0 4px 45px rgb(0 0 0 / 56%) !important;
}

.header_two .menu .toggle:hover i {
    color: #000;
}

.main_common_sec {
    padding-top: 100px;
    min-height: 100vh;
}

.header_two .profile .btn {
    border: 1px solid #ffffff24;
    background: #ffffff1f;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    padding: 0;
}

.header_two .profile .btn .letter {
    font-size: 20px;
    font-weight: 500;
}

.header_two .profile .btn img {
    height: 44px;
    width: 44px;
    border-radius: 50%;
    padding: 3px;
}

.header_two .profile .dropdown-menu {
    top: 14px !important;
    right: 20px !important;
    left: inherit !important;
    min-width: 300px;
    padding: 0;
    border: none;
    opacity: 0;
    transform: translate3d(22px, 4px, 0);
    animation: animdropdown 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4),
        inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #FFFFFF05;
    border: 1px solid #0052FF33;
    border-radius: 20px;
}

@keyframes animdropdown {
    0% {
        opacity: 0;
        transform: translate3d(22px, 52px, 0);
    }

    100% {
        opacity: 1;
        transform: translate3d(22px, 40px, 0);
    }

}

.header_two .profile {
    position: relative;
}

.header_two .profile_notify .label {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding: 20px;
}

.header_two .profile_notify .label h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.header_two .profile_notify .label i {
    color: #4B5563;
    font-size: 18px;
    line-height: 0;
    -webkit-text-stroke: 1px;
}

.header_two .profile_notify .label h3 svg {
    width: 18px;
    height: 20px;
}

.header_two .profile_notify ul {
    padding: 0;
    list-style: none;
    color: #fff;
    margin: 0;
    font-size: 15px;
    letter-spacing: .5px;
}

.header_two .profile_notify ul li a {
    text-decoration: none;
    color: #fff;
    padding: 14px 20px;
    display: block;
}

.header_two .profile_notify ul li {
    border-top: 1px solid #ffffff2b;
}

.header_two .profile_notify ul li a:hover {
    background: #ffffff12;
}

.header_two .profile_notify {
    border-radius: 20px;
    overflow: hidden;
}

.header_two.main {
    /* border: 1px solid rgba(255, 255, 255, 0.15); */
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    padding: 14px 0;
}

.dashboard_sec .box {
    border: 1px solid #FFFFFF14;
    border-radius: 20px;
    padding: 40px;
    margin-bottom: 40px;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
}

.dashboard_sec .box .flex_box {
    gap: 15px;
    align-items: center;
    justify-content: space-between;
}

.dashboard_sec .box h3 {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.dashboard_sec .box h3 span {
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

.dashboard_sec .box button {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
    gap: 5px;
}

.dashboard_sec {
    margin-top: 20px;
}

.dashboard_sec h2 {
    text-align: start;
    text-transform: capitalize;
}

.dashboard_sec .grid_box {
    grid-template-columns: 1fr 1fr;
    margin-top: 24px;
    gap: 24px;
}


.dashboard_sec .set {
    border: 1px solid #FFFFFF14;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    gap: 16px;
    color: #fff;
    cursor: pointer;
    height: 100%;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
}

.dashboard_sec a {
    text-decoration: none;
}

.dashboard_sec .set .icon img {
    height: 75px;
}

.dashboard_sec .set h3 {
    font-size: 22px;
    letter-spacing: .5px;
}

.dashboard_sec .set p {
    color: #9CA3AF;
    font-size: 18px;
    margin: 0;
}

.recent_projects .grid_box {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.recent_projects {
    padding: 40px 0;
}

.recent_projects h3 {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    color: #fff;
    font-size: 32px;
    margin-bottom: 24px;
}

.recent_projects h3 a {
    color: #0D99FF;
    font-size: 16px;
    text-decoration: none;
}

.recent_projects .box .img {
    position: relative;
    padding-bottom: 76%;
    border-radius: 10px;
    overflow: hidden;
}

.recent_projects .box {
    text-decoration: none;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
    padding: 10px;
    display: block;
    border-radius: 12px;
    height: 100%;
}

.recent_projects .box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    transition: all .3s;
    object-fit: cover;
    object-position: center;
}

.recent_projects .box .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transition: all .3s;
    object-fit: cover;
    object-position: center;
}

.recent_projects .box:hover .img img {
    transform: scale(1.1);
}

.recent_projects .box .img span {
    background: #00000080;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 500;
    letter-spacing: .5px;
}

.recent_projects .box h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 16px 0 0 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}

.dashboard_sec .box button i {
    -webkit-text-stroke: .5px;
    line-height: 0;
}



.open-btn {
    padding: 10px 20px;
    cursor: pointer;
}

/* BACKDROP */
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e265ba1;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    backdrop-filter: blur(4px);
}

/* MODAL BOX */
.modal-box {
    padding: 30px;
    width: 700px;
    border-radius: 20px;
    animation: scaleIn 0.3s ease;
    border: 1px solid #0052FF;
    box-shadow: 0px 0px 20px 0px #00000054;
    backdrop-filter: blur(20px);
    background: #0000008c;
    margin: 0 16px;
}


/* ANIMATION */
@keyframes scaleIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.content_popup {
    color: #fff;
}

.content_popup h3 {
    color: #fff;
    gap: 12px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    font-size: 30px;
    margin-bottom: 35px;
}

.content_popup h3 span {
    background: #0052ff1a;
    border: 1px solid #0052ff33;
    border-radius: 16px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.content_popup h3 span i {
    font-size: 18px;
    line-height: 0;
    color: #0052FF;
    -webkit-text-stroke: .8px;
}

.content_popup .box label {
    background: #ffffff0d;
    box-shadow: 0px 3px 40px -2px #0052ff12;
    border: 1px solid #0052FF33;
    border-radius: 20px;
    padding: 20px 20px 20px 6px;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    margin-top: 20px;
}

.content_popup .box .icon img {
    height: 90px;
}

.content_popup .box .cont h4 {
    font-size: 22px;
    letter-spacing: .5px;
    margin-bottom: 6px;
}

.content_popup .box .cont p {
    margin: 0;
    color: #FFFFFFB2;
    font-size: 15px;
    max-width: 420px;
}

.content_popup .box .flex_box {
    width: 100%;
}

.content_popup .box label input {
    margin: 0;
    width: 22px;
    height: 22px;
    accent-color: #0052FF;
    border: 2px solid #0052FF;
    background-color: transparent;
    box-shadow: none;
}

.content_popup .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.credit_box .form-group .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 50px;
    padding: 0 12px;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
}

.credit_box .form-group label {
    color: #D1D5DB;
    display: block;
    font-size: 16px;
    margin-bottom: 7px;
}

.credit_box .order_summery h4 {
    font-size: 20px;
}

.credit_box .order_summery {
    margin-top: 24px;
}

.credit_box .order_summery h5 {
    color: #9CA3AF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #ffffff1f;
    align-items: center;
}

.credit_box .order_summery h5 span {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
}

.credit_box .order_summery h6 {
    color: #9CA3AF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: .5px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    align-items: center;
    border-top: 1px solid #ffffff1f;
    padding-top: 24px;
}

.credit_box .order_summery h6 span {
    color: #0D99FF;
    font-size: 28px;
    font-weight: 600;
}

.video_upload {
    padding: 20px 0 40px;
}

.common_title_bk {
    justify-content: start;
    display: flex;
    align-items: center;
    gap: 12px;
}

.common_title_bk a {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF0D;
    font-size: 20px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.common_title_bk a i {
    line-height: 0;
    -webkit-text-stroke: .4px;
    color: #fff;
}

.video_upload .drop_box {
    background: #ffffff14;
    border: 1px dashed #0D99FF;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.video_upload .drop_box img {
    height: 80px;
}

.video_upload .drop_box h3 {
    font-size: 32px;
    margin-top: 20px;
    letter-spacing: .5px;
}

.video_upload .drop_box h4 {
    font-size: 18px;
    color: #9CA3AF;
    font-weight: 400;
    letter-spacing: .5px;
}

.video_upload .drop_box h4 span {
    color: #0D99FF;
    font-weight: 500;
}

.video_upload .drop_box p {
    color: #6B7280;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 40px 0 0;
}

.video_upload .drop_box input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.video_upload .process {
    color: #fff;
    background: #ffffff14;
    border: 1px solid #FFFFFF01;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 20px;
    padding: 30px;
    max-width: 800px;
    margin: 30px auto 0;
}

.video_upload .process .img img {
    height: 120px;
    border-radius: 10px;
}

.video_upload .process .flex_box {
    gap: 15px;
}

.video_upload .process h3 {
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.video_upload .process .cont {
    width: 100%;
}

.video_upload .process h3 span {
    color: #0D99FF;
}

.video_upload .process h4 {
    color: #9CA3AF;
    font-size: 15px;
}

.video_upload .process .rang {
    position: relative;
    background: #FFFFFF1A;
    height: 8px;
    width: 100%;
    border-radius: 100px;
    margin: 10px 0 10px;
}

.video_upload .process .rang:before {
    position: absolute;
    content: "";
    background: #0D99FF;
    width: 50%;
    height: 100%;
    border-radius: 100px;
}

.video_upload .process .upload {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    color: #6B7280;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.video_upload .process .upload .cancel {
    color: #F87171;
    font-weight: 500;
}

.video_upload .after_upload {
    max-width: 800px;
    margin: 30px auto 0;
}

.video_upload .after_upload .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 120px;
    padding: 15px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
}

.video_upload .after_upload .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 20px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.video_upload .after_upload .link {
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-top: 12px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #0052FF;
    text-align: end;
}

.video_upload .after_upload .link:hover {
    color: #fff;
}

.video_upload .after_upload .img {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto 20px;
    border-radius: 12px;
}

.video_upload .after_upload .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.video_upload .after_upload .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.video_upload .after_upload .img span {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #F87171;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.video_upload .after_upload .img span i {
    line-height: 0;
    font-size: 13px;
    -webkit-text-stroke: .7px;
    color: #fff;
}

.select_language .box {
    color: #fff;
    background: #ffffff14;
    border: 1px solid #FFFFFF01;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 20px;
    padding: 30px;
    max-width: 800px;
    margin: 30px auto 0;
}

.select_language {
    padding: 20px 0 30px;
}

.select_language .box .form-group {
    position: relative;
    margin-bottom: 24px;
}

.select_language .box .form-group .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 50px;
    padding: 0 12px 0 45px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
    letter-spacing: .5px;
}

.select_language .box .form-group button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 45px;
    border: none;
    background: transparent;
    color: #6c757d;
    font-size: 18px;
    line-height: 0;
    padding: 0;
    transform: inherit;
    box-shadow: none !important;
}

.select_language .box .form-check-label+.form-check-label {
    border-top: 1px solid #ffffff2e;
}

.select_language .box .form-check-label {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
    padding: 15px 10px;
    cursor: pointer;
    transition: all .3s;
}

.select_language .box .form-check-label:hover {
    background: #ffffff0f;
}

.select_language .box .form-check-label input {
    margin: 0;
    width: 22px;
    height: 22px;
    accent-color: #0052FF;
    border: 2px solid #0052FF;
    background-color: transparent;
    box-shadow: none;
}

.select_language .box .form-check-label h3 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.select_language .box .form-check-label h3 img {
    height: 32px;
}

.select_language .box .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 24px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.select_language .box .set {
    max-height: 330px;
    overflow-y: auto;
}

/* width */
.select_language .box .set::-webkit-scrollbar {
    width: 3px;
}

/* track (background) */
.select_language .box .set::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

/* handle (scroll thumb) */
.select_language .box .set::-webkit-scrollbar-thumb {
    background: #0052FF;
    border-radius: 20px;
}

/* hover */
.select_language .box .set::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.audio_upload label {
    color: #fff;
}

.audio_upload label {
    color: #fff;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: .5px;
    font-size: 18px;
}

.audio_upload .common_title_bk {
    margin-bottom: 30px;
}

.audio_upload .audio_file {
    margin-top: 30px;
}

.audio_upload .drop_box {
    margin-top: 0 !important;
}

.audio_upload .audio_file_box {
    background: #ffffff14;
    border: 1px dashed #0D99FF;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 20px;
    padding: 40px 20px;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    gap: 12px;
}

.audio_upload .audio_file_box input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.audio_upload .audio_file_box .icon img {
    height: 52px;
}

.audio_upload .audio_file_box h3 {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .5px;
}

.audio_upload .audio_file_box p {
    margin: 0;
    color: #6B7280;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: .5px;
}

.audio_upload .track {
    margin-top: 30px;
}

.audio_upload .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 50px;
    padding: 0px 15px;
    box-shadow: none;
    font-size: 16px;
    color: #fff;
    border-radius: 12px;
}

.audio_upload .form-group {
    margin-top: 24px;
    position: relative;
}

.audio_upload .form-group textarea {
    height: 150px;
    padding: 15px;
}

.audio_upload .form-group img {
    height: 25px;
    position: absolute;
    bottom: 13px;
    left: 15px;
}

.music_url .form-group .form-control {
    padding-left: 48px;
}

.audio_upload .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.translate_com .box {
    max-width: 800px;
    margin: 0px auto 0;
}

.translate_com .box .video_wrapper {
    position: relative;
    padding-bottom: 45%;
    overflow: hidden;
    max-width: 350px;
    margin: 0 auto 20px;
    border-radius: 12px;
}

.translate_com .box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 12px;
}

.translate_com .box .img span {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #F87171;
    width: 60px;
    font-size: 14px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
}

.translate_com .box .img audio.audio_player_full {
    margin-top: 16px;
}

.translate_com .box .img span i {
    line-height: 0;
    font-size: 13px;
    -webkit-text-stroke: .7px;
    color: #fff;
}

.translate_com .box h3 {
    color: #9CA3AF;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: .5px;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 0 !important;
}

.translate_com .box .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin-top: 30px;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}


.translate_com .language {
    color: #fff;
    background: #ffffff14;
    border: 1px solid #FFFFFF01;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 12px;
    padding: 24px 16px;
    max-width: 800px;
    margin: 30px auto 0;
    text-align: start;
}

.translate_com .language p {
    color: #FFFFFF66;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
}

.translate_com .language h4 {
    color: #60A5FA;
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0 0;
}

/* ////////////////////////////////////////////////////// */


.setting-menu .privacy_setting .privacy-corss {
    box-shadow: 0px 0px 20px 0px #0052FF1A;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    border: 2px solid #0052FF33;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: 15px 0px;
    cursor: pointer;
}

.setting-menu .privacy_setting .privacy-corss img {
    height: 15px;
}

.setting-menu .privacy_security {
    margin-top: 18px;
    border-radius: 8px;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #ffffff14;
}

.setting-menu .header-icon {
    display: flex;
    gap: 11px;
    align-items: center;
    padding: 18px 20px
}

.header_two.main .setting-menu {
    background: #000000d6;
}

.setting-menu .privacy_security .header-icon img {
    width: 27px;
    height: 27px;
}

.setting-menu .privacy_security .header-icon h2 {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0px;
}

.setting-menu .privacy_security .settings-list {
    list-style: none;
    padding-left: 0px;
    max-height: 600px;
    overflow-y: auto;
    padding-bottom: 20px;
}

/* width */
.setting-menu .privacy_security .settings-list::-webkit-scrollbar {
    width: 3px;
}

/* track (background) */
.setting-menu .privacy_security .settings-list::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

/* handle (scroll thumb) */
.setting-menu .privacy_security .settings-list::-webkit-scrollbar-thumb {
    background: #0052FF;
    border-radius: 20px;
}

.setting-menu .privacy_security .settings-list .settings-item a {
    color: #fff;
    text-decoration: none;
    padding: 14px 20px;
    border-top: 1px solid #ffffff1a;
}

.setting-menu .privacy_security .settings-list .settings-item a:hover {
    background: #ffffff17;
}

.setting-menu .privacy_security .settings-list .settings-item h4 {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
}

.setting-menu .privacy_security .settings-list .settings-item p {
    color: #ffffff9c;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 2px;
    letter-spacing: .7px;
}

.setting-menu .privacy_security .header-icon .suport {
    display: flex;
    gap: 13px;
    align-items: center;
}

.setting-menu .signout-section {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    flex-direction: column;
    gap: 12px;

}

.setting-menu .signout-section .signout-button img {
    width: 20px;
    height: 20px;

}

.setting-menu .signout-section .signout-button {
    border: 1px solid #EF44444D;
    border-radius: 50px;
    max-width: 200px;
    width: 100%;
    background: transparent;
    padding: 17px 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;


}

.setting-menu .signout-section .signout-button span {
    color: #EF4444;
    font-size: 16px;
    font-weight: 500;

}

.setting-menu .signout-section .signout-button:hover {
    background-color: #EF44441A;
    border-color: #EF4444;
    transition: 0.3s ease-in-out;
}

.setting-menu .show-version h4 {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #494b50;
    margin-top: 10px;
}

.setting-menu .privacy-terms {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.setting-menu .privacy-terms span {
    color: #494b50;
    font-weight: 500;
    font-size: 15px;
}

.setting-menu .usr-section {
    display: flex;
    gap: 10px;
    padding: 14px 20px;
    border-top: 1px solid #ffffff1a;
    align-items: center;
    justify-content: space-between;
}

.setting-menu .usr-section .edit_icon a {
    border: none !important;
}

.setting-menu .usr-section .icon {
    display: flex;
    align-items: center;
    gap: 12px;
}

.setting-menu .settings-list .settings-item .usr-section .usr-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.setting-menu .settings-list .settings-item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.setting-menu .settings-list .settings-item a .right-arrow {
    width: 25px;
    height: 25px;

}

.setting-menu .form-check-input {
    box-shadow: none;
    cursor: pointer;
}


/*  */

.choose-mode .card-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.choose-mode {
    padding: 20px 0 30px;
}


.choose-mode .option-card input[type="radio"] {
    display: none;
}

.choose-mode .globle-inner {
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: all 0.3s ease;
    background: #1118273b;
    border: 1px solid #FFFFFF14;
    box-shadow: 0px 20px 40px -10px #00000066;
    backdrop-filter: blur(24px);
}


.choose-mode .option-card:hover .globle-inner {
    border-color: rgba(255, 255, 255, 0.3);
}

.choose-mode .option-card input[type="radio"]:checked+.globle-inner {
    border-color: #0052ff;
    background: rgba(0, 82, 255, 0.05);
}

.choose-mode .globle-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
    gap: 12px;
}

.choose-mode .icon-box {
    background: rgba(255, 255, 255, 0.05);
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0052ff;
    font-size: 20px;
}


.choose-mode .recom {
    color: #8a92a6;
    font-weight: 500;
    font-size: 14px;
}


.choose-mode .custom-radio {
    min-width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    ;
    border-radius: 50%;

}

.choose-mode .option-card input[type="radio"]:checked+.globle-inner .custom-radio {
    border-color: #0052ff;
    background: #0052ff;
    box-shadow: inset 0 0 0 4px #050a1b;
}

.choose-mode .globle-header .title-area h3 {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
    letter-spacing: .5px;
}

.choose-mode .features {
    margin-top: 20px;
}

.choose-mode .features p {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff;
    margin-bottom: 15px;

}

.choose-mode .features ul {
    padding: 0;
    margin: 0;
}

.choose-mode .features li {
    color: #8a92a6;
    font-size: 18px;
    display: flex;
    align-items: center;
}

.choose-mode .features li+li {
    margin-top: 10px;
}

.choose-mode .features li::before {
    content: "•";
    color: #8a92a6;
    margin-right: 10px;
    font-weight: 600;
}

.choose-mode .next-btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    margin: 30px auto 0;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
    max-width: 300px;
}

.choose-mode .custom-mode-imges {
    min-width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #B1C8F8;
    border-radius: 16px;
    background: #3B82F61A;
}

.choose-mode .custom-mode-imges img {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

.choose-mode .title-area {
    display: flex;
    align-items: center;
    gap: 12px;
}

.choose-mode .desc {
    font-size: 18px;
    color: #8a92a6;
}

.header_two .setting-menu {
    position: fixed;
    right: 0px;
    top: 0;
    transition: all .2s;
    bottom: 0;
    height: 100vh;
    width: 100%;
    max-width: 450px;
    padding: 18px;
    backdrop-filter: blur(24px);
    border: 1px solid #0052ff4d;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #000000d6;
    transform: translateX(110%);
}

.header_two.active .setting-menu {
    transform: translateX(0);

}

.form-check-input:checked[type=radio] {
    background-image: url(/assets/images/circle.png);
    background-size: 11px;
}

.all_category .grid_box {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px 20px;
    margin-top: 30px;
}

.all_category .box .img {
    position: relative;
    padding-bottom: 76%;
    border-radius: 5px;
    overflow: hidden;
}

.all_category .box .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all .3s;
    object-fit: cover;
    object-position: center;
}

.all_category .box .img video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    transition: all .3s;
    object-fit: cover;
    object-position: center;
}

.all_category .box .img span {
    background: #00000096;
    position: absolute;
    top: 12px;
    left: 12px;
    border: 1px solid #FFFFFF1A;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    font-size: 12px;
    color: #fff;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 500;
    letter-spacing: .5px;
}

.all_category .box h4 {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 16px 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 24px;
}

.all_category .box:hover .img img {
    transform: scale(1.1);
}

.all_category .box {
    border: 1px solid #FFFFFF14;
    box-shadow: 0px 20px 40px -10px #00000066;
    backdrop-filter: blur(24px);
    padding: 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}

.recent_projects .swiper-slide {
    height: auto;
}

.all_category {
    padding: 20px 0 50px;
}

.all_category .box .img .delete {
    left: inherit;
    right: 10px;
    top: 6px;
    color: #fff;
    background: #c70000a1;
    padding: 0;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 16px;
}

.filter_sec {
    background: #1118273b;
    border: 1px solid #FFFFFF14;
    box-shadow: 0px 20px 40px -10px #00000066;
    backdrop-filter: blur(24px);
    padding: 12px 16px;
    border-radius: 8px;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: end;
    position: relative;
    z-index: 1;
}

.filter_sec .form-group {
    position: relative;
    width: 100%;
    max-width: 360px;
}

.filter_sec .form-group .form-control {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 46px;
    padding: 0 12px 0px 42px;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.filter_sec .form-group button {
    position: absolute;
    bottom: 14px;
    left: 16px;
}

.filter_sec .form-group button {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border: none;
    width: 45px;
    background: transparent;
    color: #5c646c;
    padding: 0;
    font-size: 18px;
    line-height: 0;
    box-shadow: none !important;
}

.filter_sec .filter_icon .btn {
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 46px;
    width: 46px;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter_sec .filter_icon .btn i {
    color: #5c646c;
    line-height: 0;
    font-size: 24px;
    -webkit-text-stroke: .3px;
}

.filter_sec .filter_icon .dropdown-menu {
    border: none;
    opacity: 0;
    transform: translate3d(22px, 4px, 0);
    animation: animdropdown 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) forwards;
    transition: opacity 0.3s ease, transform 0.3s ease;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #000000db;
    border: 1px solid #0052FF33;
    border-radius: 5px;
    right: 22px !important;
    left: inherit !important;
    top: 10px !important;
    padding: 0;
}

.filter_sec .filter_icon .dropdown-menu li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    padding: 8px 10px;
    letter-spacing: .8px;
    display: block;
}

.filter_sec .filter_icon .dropdown-menu li+li {
    border-top: 1px solid #ffffff70;
}

.filter_sec .filter_icon .dropdown-menu li a:hover {
    background: #ffffff29;
}

.filter_sec .filter_icon .dropdown-menu li a.active {
    background: #ffffff29;
}


.Edit_profile .box {
    max-width: 700px;
    margin: auto;
    padding: 30px;
    border-radius: 10px;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: #FFFFFF05;
    border: 1px solid #0052FF33;
}

.Edit_profile .image_upload {
    text-align: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 30px;
}

.Edit_profile .pencil {
    width: 30px;
    height: 30px;
    overflow: hidden;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 20px;
    background: #0052FF;
    border: 2px solid #ffffff1f;
}

.Edit_profile .pencil input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 100%;
    opacity: 0;

}

.Edit_profile .pencil span {
    color: #fff;
    line-height: 0;
    font-size: 14px;
}


.Edit_profile .preview_img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin: 24px auto 0px;
    border: 3px solid #0052ff;
    background: #ffffff1f;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
}

.Edit_profile .form_group {
    margin-bottom: 20px;
}

.Edit_profile .form_group input {
    width: 100%;
    border-radius: 6px;
    background: #1f293780;
    border: 1px solid #ffffff0d;
    height: 50px;
    padding: 0 15px;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.Edit_profile .form_group textarea {
    width: 100%;
    border-radius: 6px;
    background: #1f293780;
    border: 1px solid #ffffff0d;
    padding: 15px;
    box-shadow: none;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
}

.Edit_profile .form_group label {
    color: #D1D5DB;
    display: block;
    font-size: 16px;
    margin-bottom: 8px;
}

.Edit_profile .btn_save {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    padding: 5px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
}

.Edit_profile {
    height: 100vh;
    padding: 10px 0 30px;
    position: relative;
}

.Edit_profile h2 {
    font-size: 30px;
}

.Edit_profile h2 a {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF0D;
    font-size: 17px;
    line-height: 0;
    height: 35px;
    width: 35px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 20px;
    top: 20px;
}

.Edit_profile h2 a i {
    line-height: 0;
    -webkit-text-stroke: .3px;
    color: #fff;
}

.custom-pagination {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 7px;
    margin: 30px 0 0;
}

.custom-pagination .page-btn.prev {
    font-weight: bold;
    font-size: 16px;
}

.custom-pagination .page-btn {
    min-width: 38px;
    height: 38px;
    border-radius: 4px;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 20px 40px -10px #00000066;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
}

.warning_modal {
    max-width: 500px;
}

.warning_modal .warning_box p {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.warning_modal .warning_box {
    color: #fff;
    text-align: center;
}

.warning_modal .warning_box .flex_box {
    margin-top: 30px;
    gap: 12px;
}

.warning_modal .warning_box .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    box-shadow: 0px 2px 20px 0px #0052FF4D;
    text-decoration: none;
}

.warning_modal .warning_box .btn.outline {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.05));
}

.warning_modal .warning_box img {
    height: 80px;
    margin-bottom: 24px;
}

.recent_projects .swiper-navigation-icon {
    opacity: 1;
    width: 20px !important;
    height: 18px !important;
}

.recent_projects .swiper-navigation-icon path {
    fill: #fff;
    stroke: #fff;
}

.recent_projects .swiper-button-next {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff24;
    background: #ffffff3b;
    transform: translateY(-30px);
}

.recent_projects .swiper-button-prev {
    border-radius: 50px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff24;
    background: #ffffff3b;
    transform: translateY(-30px);
}

.faq_sec .faq_question {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

.faq_sec .faq_question h3 {
    font-size: 18px;
    margin: 0;
    letter-spacing: 1px;
}

.faq_sec .faq_answer {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
}

.faq_sec .faq_answer p {
    margin: 16px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
}

/* Icon styling */
.faq_sec .faq_question .icon {
    font-size: 20px;
    font-weight: bold;
    transition: transform 0.3s ease;
    color: #fff;
}

/* Optional rotate effect */
.faq_sec .faq_item.active .icon {
    transform: rotate(180deg);
}

.faq_sec .box {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 10px 20px #8EAAFF40;
    padding: 40px;
    max-width: 900px;
    margin: auto;
    border-radius: 20px;
}

.faq_sec {
    padding: 10px 0 30px;
    min-height: calc(100vh - 100px);
    display: flex;
    height: 100%;
}

.translating_sec .drop_box {
    background: #ffffff14;
    border: 1px dashed #0D99FF;
    box-shadow: 0px 20px 40px -10px #00000066;
    border-radius: 20px;
    padding: 40px;
    margin-top: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.translating_sec .drop_box input {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.translating_sec .drop_box img {
    height: 80px;
}

.translating_sec .drop_box h3 {
    font-size: 32px;
    margin-top: 10px;
    letter-spacing: .5px;
}

.translating_sec .drop_box h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .5px;
    margin: 0px 0 15px;
    border-bottom: 1px solid #ffffff57;
    padding-bottom: 15px;
}

.translating_sec .drop_box p {
    color: #9CA3AF;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: .5px;
    margin: 0px 0 20px;
    text-transform: inherit;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    padding: 12px;
    border-radius: 5px;
}

.translating_sec .rang {
    position: relative;
    background: #FFFFFF1A;
    height: 8px;
    width: 100%;
    border-radius: 100px;
    margin: 20px auto 0px;
    max-width: 500px;
}

.translating_sec .rang:before {
    position: absolute;
    content: "";
    background: #0D99FF;
    width: 50%;
    height: 100%;
    border-radius: 100px;
    left: 0;
    top: 0;
}

.translating_sec .drop_box .icon i {
    font-size: 70px;
    line-height: 0;
    color: #0052FF;
}

.faq_sec .button .btn {
    color: #fff;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #0052FF;
    width: 100%;
    box-shadow: 0px 10px 20px 0px #0052FF4D;
    text-decoration: none;
    max-width: 300px;
    margin: auto;
}

.faq_sec .button {
    margin-top: 30px;
}

.single_detail_sec .box {
    padding: 20px;
    max-width: 900px;
    margin: auto;
    border-radius: 10px;
    margin-top: 30px;
    color: #fff;
    backdrop-filter: blur(20px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
    background: rgba(255, 255, 255, 0.08);
}

.single_detail_sec .img {
    position: relative;
    padding-bottom: 60%;
    border-radius: 10px;
}

.single_detail_sec .img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top center;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all .3s;
}

.single_detail_sec .img video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    left: 0;
    top: 0;
    border-radius: 10px;
    transition: all .3s;
}

.single_detail_sec {
    padding: 10px 0 30px;
}

.single_detail_sec .date {
    letter-spacing: 1px;
    margin-top: 16px;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    border-bottom: 1px solid #ffffff61;
    padding-bottom: 16px;
}

.single_detail_sec .date h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.single_detail_sec .para p {
    font-size: 17px;
    color: #6B7280;
    margin-bottom: 10px;
    letter-spacing: 1px;
    font-weight: 500;
}

.single_detail_sec .para {
    backdrop-filter: blur(20px);
    border: 1px solid #0052FF33;
    padding: 15px;
    border-radius: 10px;
    margin-top: 18px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 -1px 1px rgba(255, 255, 255, 0.15), 0 1px 10px #8eaaff0d;
}

.single_detail_sec h3 {
    font-size: 22px;
    margin-top: 20px;
    letter-spacing: .7px;
}

.single_detail_sec ul {
    padding: 0;
    list-style: none;
    margin: 20px 0 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
    max-height: 500px;
    overflow-y: auto;
}

/* width */
.single_detail_sec ul::-webkit-scrollbar {
    width: 3px;
}

/* track (background) */
.single_detail_sec ul::-webkit-scrollbar-track {
    background: #f5f5f5;
    border-radius: 10px;
}

/* handle (scroll thumb) */
.single_detail_sec ul::-webkit-scrollbar-thumb {
    background: #0052FF;
    border-radius: 20px;
}

.single_detail_sec ul li {
    border: 1px solid #ffffff24;
    background: #ffffff0f;
    padding: 8px 10px;
    border-radius: 4px;
    width: 100%;
    color: #6B7280;
    font-weight: 500;
    font-size: 18px;
}

.single_detail_sec ul li span {
    font-weight: 500;
    color: #fff;
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.single_detail_sec .date .share {
    border: 1px solid #ffffff24;
    background: #ffffff1f;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
}

.single_detail_sec .date .share:hover {
    background: #fff;
}

.single_detail_sec .date .share:hover i {
    color: #000;
}

.single_detail_sec .date .share i {
    line-height: 0;
    font-size: 18px;
    transition: all .3s;
}

.single_detail_sec h2 a {
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF0D;
    font-size: 20px;
    height: 45px;
    width: 45px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single_detail_sec h2 a i {
    line-height: 0;
    -webkit-text-stroke: .4px;
    color: #fff;
}

.single_detail_sec h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}


.trim_slider_container {
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    padding: 16px;
    border-radius: 10px;
}

.after_upload .text-white {
    display: block;
    margin: 12px 0 20px;
}

.setting-menu .usr-section .icon .usr-img .name {
    border: 1px solid #ffffff24;
    background: #ffffff1f;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .3s;
    font-size: 20px;
    font-family: 'Inter';
}

.single_detail_sec .date h3 {
    font-size: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.single_detail_sec .date h3 i {
    line-height: 0;
}

.translate_com .box .img .video_wrapper video {
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.translate_com .box .img .music_cover_wrapper {
    position: relative;
    padding-bottom: 50%;
    max-width: 360px;
    margin: auto;
}

.translating_sec .sporty a img {
    height: 28px;
    border-radius: 100%;
    background: #fff;
    padding: 1px;
}

.translating_sec .sporty a {
    text-decoration: none;
    font-size: 15px;
    letter-spacing: .5px;
    display: flex;
    align-items: center;
    gap: 7px;
    font-family: 'Inter';
    font-weight: 500;
    padding: 10px 10px;
    border-radius: 50px;
    text-align: center;
    justify-content: center;
    background: #ffffff14;
    border: 1px solid #FFFFFF01;
    box-shadow: 0px 20px 40px -10px #00000066;
    color: #fff;
}

.translating_sec .sporty {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 20px;
}

.Edit_profile .image_upload .initial_avatar {
    height: 150px;
    width: 150px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 48px;
    font-weight: 600;
    border: 3px solid #0052ff;
}

.single_detail_sec .img .media-player {
    position: absolute;
    bottom: 12px;
    left: 0;
    right: 0;
    margin: auto;
}

.translate_com .box .img {
    position: relative;
    padding-bottom: 50%;
    max-width: 360px;
    margin: auto;
}

.single_detail_sec .img .play_icon {
    position: absolute;
    background: #fff;
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #000;
    border: 1px solid #00000024;
    line-height: 0;
    cursor: pointer;
}

.translate_com .box .play_icon {
    position: absolute;
    background: #fff;
    height: 50px;
    width: 50px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    color: #000;
    border: 1px solid #00000024;
    line-height: 0;
    cursor: pointer;
}

.translate_com .box .img video {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}

.music_wrapper {
    position: relative;
}

.single_det_icon a img {
    height: 30px;
    width: 30px;
}

.single_det_icon {
    display: flex;
    align-items: center;
    gap: 15px;
}

.all_category .box a {
    text-decoration: none;
}

.google_icon .play_img {
    height: 60px !important;
}
.google_icon {
    justify-content: center;
}

.all_category p {
    color: #fff;
}
 
.choose_plan_sec p {
    color: #fff;
}

@media (max-width: 1199.98px) {

    .rangg {
        gap: 7px !important;
    }

    .faq_sec {
        min-height: calc(100vh - 50px);
    }

    .all_category .grid_box {
        gap: 24px 16px;
        margin-top: 24px;
    }

    .recent_projects .box h4 {
        font-size: 16px;
    }

    .recent_projects .grid_box {
        gap: 16px;
        margin-top: 24px;
    }

    .recent_projects h3 {
        font-size: 28px;
    }

    .dashboard_sec .grid_box {
        margin-top: 24px;
        gap: 20px;
    }

    .dashboard_sec .set p {
        font-size: 16px;
    }

    .dashboard_sec .set h3 {
        font-size: 20px;
    }

    .dashboard_sec .set .icon img {
        height: 65px;
    }

    .dashboard_sec .set {
        padding: 20px 16px;
        ;
    }

    .main_common_sec {
        padding-top: 90px;
    }

    .header_two {
        padding: 18px 0;
    }

    .dashboard_sec .box {
        padding: 24px 16px;
        margin-bottom: 30px;
    }

    .choose_plan_sec .para {
        font-size: 20px;
    }

    .choose_plan_sec .summary_box h3 img {
        height: 24px;
    }

    .choose_plan_sec .summary_box h3 {
        font-size: 24px;
    }

    .choose_plan_sec .box .img img {
        height: 64px;
    }

    .choose_plan_sec .box .content h4 {
        font-size: 22px;
    }

    .choose_plan_sec .box .content h3 {
        font-size: 18px;
    }

    .choose_plan_sec {
        padding: 100px 0 40px;
    }

    .choose_plan_sec .box {
        padding: 35px 16px;
    }

    .common_bg::after {
        width: 350px;
        height: 350px;
    }

    .common_bg:before {
        width: 350px;
        height: 350px;
    }

    .login_sec .form-check input {
        height: 18px;
        width: 18px;
    }

    .login_sec .flex_box {
        font-size: 15px;
    }

    .login_sec p {
        margin: 20px 0 0;
        font-size: 15px;
    }

    .login_sec .socail img {
        height: 55px;
    }

    .login_sec h1 {
        font-size: 26px;
        margin-bottom: 24px;
    }

    .login_sec {
        padding: 20px 0;
    }
}

@media (max-width: 991.98px) {

    .setting-menu .privacy_security .settings-list {
        max-height: 460px;
    }

    .rangg {
        gap: 5px !important;
    }

    .single_detail_sec .box {
        padding: 20px 16px;
        margin-top: 24px;
    }

    .translating_sec .drop_box {
        padding: 24px 16px;
        margin-top: 24px;
    }

    .faq_sec .box {
        padding: 30px 16px;
    }

    .custom-pagination {
        justify-content: center;
        margin: 24px 0 0;
    }

    .all_category {
        padding: 10px 0 30px;
    }

    .all_category .grid_box {
        gap: 16px;
        margin-top: 20px;
        grid-template-columns: repeat(3, 1fr);
    }

    .choose-mode .features li+li {
        margin-top: 8px;
    }

    .choose-mode .features li {
        font-size: 16px;
    }

    .choose-mode .desc {
        font-size: 16px;
    }

    .choose-mode .globle-header .title-area h3 {
        font-size: 18px;
    }

    .choose-mode .card-grid {
        gap: 16px;
        margin-top: 24px;
    }

    .choose-mode .globle-inner {
        padding: 20px 16px;
    }

    .video_upload .process .img img {
        height: 100px;
    }

    .video_upload .process .rang {
        height: 5px;
    }

    .video_upload .process h4 {
        font-size: 14px;
    }

    .video_upload .process h3 {
        font-size: 20px;
    }

    .video_upload .process {
        padding: 20px 16px;

    }

    .video_upload .drop_box h4 {
        font-size: 15px;
    }

    .video_upload .drop_box p {
        font-size: 14px;
        margin: 20px 0 0;
    }

    .video_upload .drop_box h3 {
        font-size: 24px;
        margin-top: 15px;
    }


    .video_upload .drop_box img {
        height: 60px;
    }

    .video_upload .drop_box {
        padding: 20px;
        margin-top: 30px;
    }

    .dashboard_sec {
        margin-top: 10px;
    }

    .recent_projects .grid_box {
        gap: 24px 16px;
        grid-template-columns: repeat(3, 1fr);
    }

    .dashboard_sec .box button {
        padding: 5px 30px;
        font-size: 15px;
    }

    .dashboard_sec .box h3 {
        font-size: 38px;
    }

    .choose_plan_sec .sales h3 {
        font-size: 16px;
    }

    .choose_plan_sec .sales {
        margin-top: 26px;
    }

    .choose_plan_sec .summary_box ul {
        font-size: 16px;
        gap: 12px;
    }

    .choose_plan_sec .para {
        font-size: 18px;
    }

    .choose_plan_sec .grid_box {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-top: 26px;
    }

    .login_sec {
        padding: 30px 0;
        height: inherit;
    }
}

@media (max-width: 767.98px) {

    .header_two.main {
        padding: 12px 0;
    }

    .header_two {
        padding: 12px 0px;
        border-radius: 50px;
        margin: 0 16px;
        top: 10px;
        backdrop-filter: blur(20px);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 0 20px rgba(255, 255, 255, 0.05);
        background: rgba(255, 255, 255, 0.08);
    }

    .translate_com .box .img {
        padding-bottom: 80%;
    }

    .translate_com .box .img .music_cover_wrapper {
        padding-bottom: 90%;
    }

    .translating_sec .sporty {
        grid-template-columns: 1fr 1fr;
    }

    .rangg {
        gap: 3px !important;
    }

    .single_detail_sec ul li span {
        font-size: 14px;
    }

    .single_detail_sec ul li {
        font-size: 16px;
    }

    .single_detail_sec h3 {
        font-size: 20px;
        margin-top: 15px;
    }

    .single_detail_sec .para {
        padding: 12px;
        margin-top: 15px;
    }

    .single_detail_sec .para p {
        font-size: 16px;
    }

    .single_detail_sec .date .share i {
        font-size: 16px;
    }

    .single_detail_sec .date .share {
        width: 38px;
        height: 38px;
    }

    .single_detail_sec .date h4 {
        font-size: 18px;
    }

    .single_detail_sec h2 a {
        font-size: 15px;
        height: 35px;
        width: 35px;
    }

    .single_detail_sec .img {
        padding-bottom: 70%;
    }

    .translating_sec .rang {
        height: 6px;
        margin: 16px auto 0px;
        ;
    }

    .translating_sec .drop_box p {
        font-size: 14px;
        margin: 8px 0 0;
    }

    .translating_sec .drop_box h4 {
        font-size: 16px;
        margin-top: 10px;
    }

    .translating_sec .drop_box h3 {
        font-size: 24px;
    }

    .translating_sec .drop_box .icon i {
        font-size: 60px;
    }

    .faq_sec .faq_question {
        padding: 16px 0;
    }

    .warning_modal .warning_box img {
        height: 70px;
        margin-bottom: 18px;
    }

    .warning_modal .warning_box p {
        font-size: 16px;
    }

    .all_category .grid_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .form-check-input:checked[type=radio] {
        background-size: 8px;
    }

    .choose-mode .card-grid {
        grid-template-columns: 1fr;
    }


    .translate_com .box .btn {
        font-size: 15px;
        margin-top: 20px;
    }

    .translate_com .language {
        margin: 20px auto 0;
    }

    .translate_com .box h3 {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 16px;
    }

    .translate_com .box .video_wrapper {
        padding-bottom: 50%;
        max-width: 260px;
    }

    .audio_upload .btn {
        font-size: 15px;
        margin-top: 20px;
    }

    .audio_upload .audio_file {
        margin-top: 20px;
    }

    .audio_upload .audio_file_box .icon img {
        height: 45px;
    }

    .audio_upload .audio_file_box p {
        font-size: 14px;
    }

    .audio_upload .audio_file_box h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .audio_upload .form-group {
        margin-top: 18px;
    }

    .audio_upload label {
        margin-bottom: 8px;
        font-size: 15px;
    }

    .audio_upload .audio_file_box {
        padding: 20px 16px;
    }

    .select_language {
        padding: 10px 0 30px;
    }

    .select_language .box .form-group {
        margin-bottom: 14px;
    }

    .select_language .box .btn {
        font-size: 15px;
        margin-top: 16px;
    }

    .select_language .box .form-check-label input {
        width: 18px;
        height: 18px;
    }

    .select_language .box .form-check-label h3 img {
        height: 28px;
    }

    .select_language .box .form-check-label h3 {
        font-size: 16px;
        gap: 8px;
    }

    .select_language .box .form-check-label {
        padding: 12px 4px;
    }

    .select_language .box {
        border-radius: 12px;
        padding: 20px 16px;
        margin: 20px auto 0;
    }

    .common_title_bk a {
        font-size: 15px;
        height: 38px;
        width: 38px;
    }

    .video_upload .after_upload .img {
        max-width: 250px;
    }

    .content_popup h3 span {
        border-radius: 6px;
        height: 35px;
        width: 35px;
    }

    .content_popup .btn {
        font-size: 15px;
        margin-top: 20px;
    }

    .content_popup .box label input {
        width: 18px;
        height: 18px;
    }

    .content_popup .box .cont p {
        font-size: 14px;
    }

    .content_popup .box .cont h4 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .content_popup h3 {
        font-size: 24px;
        margin-bottom: 26px;
    }

    .content_popup .box label {
        padding: 12px 12px 12px 0px;
        margin-top: 12px;
    }

    .content_popup .box .icon img {
        height: 75px;
    }

    .modal-box {
        padding: 24px 16px;
    }

    .dashboard_sec .set .icon img {
        height: 55px;
    }

    .recent_projects {
        padding: 30px 0;
    }

    .recent_projects .grid_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .recent_projects h3 {
        font-size: 24px;
    }

    .dashboard_sec .grid_box {
        margin-top: 20px;
        gap: 16px;
        grid-template-columns: 1fr;
    }

    .choose_plan_sec .para {
        font-size: 16px;
    }

    .choose_plan_sec .box ul li {
        gap: 7px;
    }

    .choose_plan_sec .box ul {
        gap: 14px;
        font-size: 14px;
    }

    .common_bg::after {
        width: 220px;
        height: 220px;
    }

    .common_bg::before {
        width: 220px;
        height: 220px;
    }
}

@media (max-width: 575.98px) {
    .google_icon .play_img {
    height: auto !important;
    width: 100%;
}

    .translate_com .box .img {
        padding-bottom: 90%;
    }

    .Edit_profile .image_upload .initial_avatar {
        height: 120px;
        width: 120px;
        font-size: 38px;
    }

    .translating_sec .sporty a {
        font-size: 14px;
    }

    .single_detail_sec .date h4 {
        font-size: 17px;
    }

    .Edit_profile h2 a {
        left: 16px;
        top: 16px;
    }

    .Edit_profile .pencil span {
        font-size: 13px;
    }

    .Edit_profile .pencil {
        width: 27px;
        height: 27px;
        right: 12px;
    }

    .Edit_profile .image_upload {
        max-width: 120px;
        margin: 0 auto 24px;
    }

    .Edit_profile .preview_img {
        width: 120px;
        height: 120px;
        margin: 16px auto 0px;
    }

    .Edit_profile h2 {
        font-size: 24px;
    }

    .Edit_profile .form_group label {
        font-size: 15px;
        margin-bottom: 7px;
    }

    .Edit_profile .form_group {
        margin-bottom: 15px;
    }

    .Edit_profile .box {
        padding: 24px 16px;
    }

    .filter_sec .form-group {
        max-width: 100%;
    }

    .filter_sec {
        padding: 10px;
        margin-top: 20px;
        gap: 8px;
    }

    .video_upload .drop_box h3 {
        font-size: 20px;
    }

    .video_upload .process h3 {
        font-size: 16px;
    }

    .video_upload .process .flex_box {
        gap: 10px;
    }

    .video_upload .process .img img {
        height: 60px;
        border-radius: 4px;
    }

    .video_upload .after_upload .img {
        padding-bottom: 55%;
    }

    .choose_plan_sec {
        padding: 100px 0 30px;
    }

    .choose_plan_sec .summary_box ul {
        font-size: 15px;
    }

    .choose_plan_sec .box ul {
        font-size: 16px;
    }

    .choose_plan_sec .grid_box {
        grid-template-columns: 1fr;
    }

}

@media (max-width: 480px) {

    .translating_sec .sporty {
        grid-template-columns: 1fr;
    }

    .all_category .grid_box {
        grid-template-columns: 1fr;
    }

    .translate_com .box .video_wrapper {
        padding-bottom: 82%;
    }

    .common_title_bk a {
        height: 35px;
        width: 35px;
        font-size: 15px;
    }

    .video_upload .process h3 {
        font-size: 18px;
    }

    .video_upload .process .img img {
        height: auto;
        width: 100%;
    }

    .video_upload .process .flex_box {
        gap: 12px;
        flex-direction: column;
    }

    .video_upload .after_upload .img {
        padding-bottom: 85%;
    }

    .recent_projects .grid_box {
        grid-template-columns: 1fr;
    }

    .dashboard_sec .set {
        padding: 20px 10px;
        gap: 12px;
    }

    .dashboard_sec .set h3 {
        font-size: 18px;
    }

    .dashboard_sec .box h3 {
        width: 100%;
        text-align: center;
    }

    .dashboard_sec .box button {
        width: 100%;
    }

    .dashboard_sec .box .flex_box {
        flex-direction: column;
    }

}