/*
Vazirmatn fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com
 ---------------------------------------------------------------------
 This set of fonts are used in this project under the license: (PEVR62)
 ---------------------------------------------------------------------
*/

/* Fonts */
@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-Light-FD.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-Bold-FD.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-Bold-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Bold-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Bold-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Bold-FD.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-Black-FD.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-Black-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Black-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Black-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Black-FD.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-Medium-FD.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Medium-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Medium-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Medium-FD.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-Light-FD.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Light-FD.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Vazirmatn;
    src: url('../fonts/Vazir/webfonts/Vazir-FD-Thin.eot');
    src: url('../fonts/Vazir/webfonts/Vazir-FD-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/Vazir/webfonts/Vazir-Thin-FD.woff2') format('woff2'), url('../fonts/Vazir/webfonts/Vazir-Thin-FD.woff') format('woff'), url('../fonts/Vazir/webfonts/Vazir-Thin-FD.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

.container-fluid {
    padding-left: 3%;
    padding-right: 3%;
}

/* Base CSS - UI Kit */
:root {
    --bg-color: #FDFDFD;
    --primary-color: #C91D13;
    --secondary-color: #33A853;
    --primary-color-hover: #B90A00;
    --secondary-color-hover: #029F2D;
}

*, *:hover {
    transition: 0.3s !important;
    outline: none !important;
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background: var(--bg-color);
    margin: 0px;
    padding: 0px;
    font-family: Vazirmatn;
    direction: rtl;
    overflow-x: hidden;
}

a:hover {
    color: #ca1c13 !important;
}

.not-login {
    display: none;
}

.colored-text {
    color: var(--primary-color);
}

.waiting-text .colored-text {
    font-weight: bold;
    border-bottom: 1px dashed;
}

.btn-primary {
    background: var(--primary-color);
    border-radius: 6px;
    color: #FFF;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}

    .btn-primary:hover {
        background: var(--primary-color-hover);
    }

.btn-primary-o {
    background: #FFF;
    border-radius: 5px;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
}

    .btn-primary-o:hover {
        background: var(--primary-color);
        color: #FFF;
    }

    .btn-primary-o i {
        font-size: 10px;
        padding-right: 10px;
        transition: 0s !important;
    }

input[type="text"]:focus {
    border: 0.5px solid var(--primary-color);
}

input[type="text"]::placeholder {
    color: #716F6F;
    opacity: 1;
}

input[type="text"]:-ms-input-placeholder {
    color: #716F6F;
}

input[type="text"]::-ms-input-placeholder {
    color: #716F6F;
}

input[name="email"]::placeholder {
    color: #716F6F;
    opacity: 1;
    direction: rtl;
    text-align: right;
}

input[name="email"]:-ms-input-placeholder {
    color: #716F6F;
    direction: rtl;
    text-align: right;
}

input[name="email"]::-ms-input-placeholder {
    color: #716F6F;
    direction: rtl;
    text-align: right;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-family: "Ionicons", "Questrial" !important;
    cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
    text-align: center;
}

.vjs-icon-play-circle:before {
    content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
    content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
    content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
    content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
    content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
    content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
    content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "\f3d0";
}

.vjs-icon-square:before {
    content: "\f371";
}

.vjs-icon-spinner:before {
    content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
    content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
    content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
    content: "\f453";
}

.vjs-icon-share:before {
    content: "\f3ac";
}

.vjs-icon-cog:before {
    content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
    content: '';
}

.vjs-icon-circle-outline:before {
    content: "";
}

.vjs-icon-circle-inner-circle:before {
    content: "";
}

.vjs-icon-hd:before {
    content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
    content: "\f406";
}

.vjs-icon-replay:before {
    content: "\f49c";
}

.vjs-icon-facebook:before {
    content: "\f231";
}

.vjs-icon-gplus:before {
    content: "\f235";
}

.vjs-icon-linkedin:before {
    content: "ï„™";
}

.vjs-icon-twitter:before {
    content: "\f243";
}

.vjs-icon-tumblr:before {
    content: "\f241";
}

.vjs-icon-pinterest:before {
    content: "\f2b1";
}

.vjs-icon-audio-description:before {
    content: "ï„";
}

.video-js {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    vertical-align: top;
    box-sizing: border-box;
    color: #fff;
    background: #000;
    position: relative;
    padding: 0;
    font-size: 10px;
    line-height: 1;
    font-weight: normal;
    font-style: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    font-family: "Ionicons", "Questrial" !important;
}

    .video-js:-moz-full-screen {
        position: absolute;
    }

    .video-js:-webkit-full-screen {
        width: 100% !important;
        height: 100% !important;
    }

    .video-js *,
    .video-js *:before,
    .video-js *:after {
        box-sizing: inherit;
    }

    .video-js ul {
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        list-style-position: outside;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .video-js.vjs-fluid,
    .video-js.vjs-16-9,
    .video-js.vjs-4-3 {
        width: 100%;
        max-width: 100%;
        height: 0;
    }

    .video-js.vjs-16-9 {
        padding-top: 56.25%;
    }

    .video-js.vjs-4-3 {
        padding-top: 75%;
    }

    .video-js.vjs-fill {
        width: 100%;
        height: 100%;
    }

    .video-js .vjs-tech {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body.vjs-full-window {
    padding: 0;
    margin: 0;
    height: 100%;
    overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.video-js.vjs-fullscreen {
    width: 100% !important;
    height: 100% !important;
    padding-top: 0 !important;
}

    .video-js.vjs-fullscreen.vjs-user-inactive, .vjs-user-inactive {
        cursor: none;
    }

.vjs-hidden {
    display: none !important;
}

.video-js .vjs-offscreen {
    height: 1px;
    left: -9999px;
    position: absolute;
    top: 0;
    width: 1px;
}

.vjs-lock-showing {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

.vjs-no-js {
    padding: 20px;
    color: #fff;
    background-color: #000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    width: 300px;
    height: 150px;
    margin: 0px auto;
}

    .vjs-no-js a,
    .vjs-no-js a:visited {
        color: #66A8CC;
    }

.video-js .vjs-big-play-button {
    font-size: 600%;
    line-height: 100px;
    height: 112px;
    width: 112px;
    display: block;
    position: absolute;
    text-indent: 5px;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    padding: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,.15);
    color: #fff;
    outline: none;
    background: url(../img/icons/play-icon.svg) no-repeat;
}

    .video-js .vjs-big-play-button:after {
        font-size: 35%;
        line-height: 38px;
        height: auto;
        width: auto;
        position: absolute;
        top: 5px;
        left: 100px;
        padding: 0 15px;
        text-align: center;
        background: #111;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
    display: none;
}

.video-js button {
    background: none;
    border: none;
    color: inherit;
    display: inline-block;
    overflow: visible;
    font-size: inherit;
    line-height: inherit;
    text-transform: none;
    text-decoration: none;
    transition: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.video-js .vjs-control.vjs-close-button {
    cursor: pointer;
    height: 3em;
    position: absolute;
    right: 0;
    top: 0.5em;
    z-index: 2;
}

.vjs-menu-button {
    cursor: pointer;
}

.vjs-menu .vjs-menu-content {
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
    display: none;
}

.vjs-menu li {
    list-style: none;
    margin: 2px 0px;
    padding: 8px 15px;
    font-size: 14px;
    text-align: center;
    text-transform: lowercase;
    color: rgba(255,255,255,.6);
    border-radius: 3px;
    transition: all .15s ease;
    outline: none;
}

    .vjs-menu li:hover {
        color: rgba(255,255,255,.85);
        text-shadow: 0 0 3px rgba(255,255,255,.5);
    }

    .vjs-menu li:active {
        transform: scale(.9);
    }

    .vjs-menu li.vjs-selected,
    .vjs-menu li.vjs-selected:focus,
    .vjs-menu li.vjs-selected:hover {
        color: rgba(255,255,255,1);
        text-shadow: 0 0 15px rgba(0,0,0,.5);
    }

    .vjs-menu li.vjs-menu-title {
        text-align: center;
        text-transform: uppercase;
        font-size: 1em;
        line-height: 2em;
        padding: 0;
        margin: 0 0 0.3em 0;
        font-weight: bold;
        cursor: default;
    }

.vjs-menu-button-popup .vjs-menu {
    display: none;
    position: absolute;
    bottom: 0;
    width: 50px;
    left: -3em;
    height: 0em;
    margin-bottom: 1.5em;
    border-top-color: rgba(43, 51, 63, 0.7);
}

    .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
        display: block;
        padding: 5px;
        border-radius: 3px;
        color: #fff;
        font-size: 100%;
        margin-bottom: 8px;
        -webkit-transition: all .15s;
        transition: all .15s;
        position: absolute;
        bottom: 15px;
        float: left;
    }

    .vjs-menu-button-popup:hover .vjs-menu,
    .vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
        display: block;
    }

.video-js .vjs-menu-button-inline {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
}

    .video-js .vjs-menu-button-inline:before {
        width: 2.222222222em;
    }

    .video-js .vjs-menu-button-inline:hover,
    .video-js .vjs-menu-button-inline:focus,
    .video-js .vjs-menu-button-inline.vjs-slider-active,
    .video-js.vjs-no-flex .vjs-menu-button-inline {
        width: 10em;
    }

    .video-js .vjs-menu-button-inline.vjs-slider-active {
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }

.vjs-menu-button-inline .vjs-menu {
    opacity: 0;
    height: 100%;
    width: auto;
    position: absolute;
    left: 4em;
    top: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    display: block;
    opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
    display: block;
    opacity: 1;
    position: relative;
    width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
    width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
    width: auto;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.video-js .vjs-control-bar {
    display: none;
    width: 700px;
    position: absolute;
    bottom: 20px;
    left: calc( 50% - 350px );
    height: 50px;
    border-radius: 5px;
    background: rgba(0,0,0,.6);
    -webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
    backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

.vjs-has-started .vjs-control-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
    opacity: 1;
    transform-origin: center bottom;
    transition: all .15s cubic-bezier(.44,.14,.34,.97), width 0s, left 0s;
    width: 99%;
    display: flex;
    margin-left: 4%;
    margin-bottom: -10px !important;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    visibility: hidden;
    opacity: 0;
    bottom: 5px;
    transition: .15s cubic-bezier(.44,.14,.34,.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
    display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
    opacity: 1;
    visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
    display: table;
}

.video-js .vjs-control {
    outline: none;
    position: relative;
    text-align: center;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 50px;
    font-size: 120%;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

    .video-js .vjs-control:before {
        font-size: 200%;
        line-height: 50px;
        color: #fff;
    }

.video-js .vjs-control-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    visibility: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.vjs-no-flex .vjs-control {
    display: table-cell;
    vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
    display: none;
}

.video-js .vjs-progress-control {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vjs-live .vjs-progress-control {
    display: none;
}

.video-js .vjs-progress-holder {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    height: 5px;
    border-radius: 5px;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
    display: block;
    font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
    position: absolute;
    display: block;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 0;
    left: 0;
    top: 0;
    border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
    display: none;
}

.video-js .vjs-play-progress {
    background: #FFF;
    border-radius: 10px;
    transition: all .25s linear;
}

    .video-js .vjs-mouse-display:after,
    .video-js .vjs-play-progress:after {
        display: none;
        position: absolute;
        top: -28px;
        right: 0;
        font-size: 12px !important;
        color: transparent;
        content: attr(data-current-time);
        padding: 8px;
        pointer-events: none;
        transition: .2s ease;
    }

    .video-js .vjs-play-progress:before,
    .video-js .vjs-play-progress:after {
        z-index: 10;
    }

.video-js .vjs-load-progress {
    background: rgba(255,255,255,.3);
    transition: width .25s linear;
}

    .video-js .vjs-load-progress div {
        background: rgba(0,0,0,.2);
    }

.video-js.vjs-no-flex .vjs-progress-control {
    width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
    position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
    z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
    display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility 1s, opacity 1s;
    -moz-transition: visibility 1s, opacity 1s;
    -o-transition: visibility 1s, opacity 1s;
    transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
    display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
    color: #999;
    background: #222;
    border-radius: 5px 5px 0px 5px;
    visibility: visible;
}

.video-js .vjs-slider {
    outline: 0;
    position: relative;
    cursor: pointer;
    padding: 0;
    margin: 0 0.45em 0 0.45em;
    background: rgba(255,255,255,.15);
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

.video-js .vjs-volume-control {
    width: 5em;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-js .vjs-volume-bar {
    margin: 1.35em 0.45em;
    top: 9px;
    border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
    width: 50px;
    height: 5px;
    border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
    width: 5px;
    height: 50px;
    margin: 1.35em auto;
    border-radius: 5px;
}

.video-js .vjs-volume-level {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #FFF;
    border-radius: 5px;
    transition: all 0s;
}

.vjs-slider-vertical .vjs-volume-level {
    width: 5px;
}

    .vjs-slider-vertical .vjs-volume-level:before {
        top: -0.5em;
        left: -0.3em;
    }

.vjs-slider-horizontal .vjs-volume-level {
    height: 5px;
}

    .vjs-slider-horizontal .vjs-volume-level:before {
        top: -2px;
        right: -0.5em;
    }

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
    height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
    width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
    display: block;
    width: 0;
    height: 0;
    border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
    left: 0.5em;
    height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
    left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
    height: 0;
    width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
    height: 50px;
    width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
    height: 50px;
    width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
    background-color: transparent !important;
}

.vjs-poster {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    cursor: pointer;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}

    .vjs-poster img {
        display: block;
        margin: 0 auto;
        max-height: 100%;
        padding: 0;
        width: 100%;
    }

.vjs-has-started .vjs-poster {
    visibility: hidden;
    opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
    visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
    visibility: hidden;
    display: none;
}

.vjs-using-native-controls .vjs-poster {
    visibility: hidden;
    display: none;
}

.video-js .vjs-live-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    font-size: 1em;
    line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
    display: table-cell;
    width: auto;
    text-align: left;
}

.video-js .vjs-time-control {
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    font-size: 100%;
    line-height: 50px;
    color: rgba(255,255,255,.8);
}

.vjs-live .vjs-time-control {
    display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
    display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
    display: block;
}

.vjs-duration.vjs-control, .vjs-current-time.vjs-control {
    width: auto !important;
    padding: 0 10px;
}

.vjs-time-divider {
    line-height: 50px;
    width: 2px;
    transform: translateX(-2px);
}

    .vjs-time-divider div span {
        font-size: 150%;
        color: rgba(255,255,255,.8);
    }

.vjs-live .vjs-time-divider {
    display: none;
}

.video-js .vjs-play-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

    .video-js .vjs-play-control:after {
        content: 'Play/Pause';
        position: absolute;
        top: -40px;
        left: 0px;
        width: auto;
        height: auto;
        background: #111;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        letter-spacing: 1px;
        padding: 10px 15px;
        pointer-events: none;
        opacity: 0;
        transition: .2s ease;
        transition-delay: 0s;
    }

    .video-js .vjs-play-control:hover:after {
        opacity: 1;
        transition-delay: 1.3s;
    }

.vjs-text-track-display {
    position: absolute;
    bottom: 3em;
    left: 0;
    right: 0;
    top: 0;
    pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
    bottom: 1em;
}

.video-js .vjs-text-track {
    font-size: 1.4em;
    text-align: center;
    margin-bottom: 0.1em;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
    color: #fff;
}

.vjs-captions {
    color: #fc6;
}

.vjs-tt-cue {
    display: block;
}

video::-webkit-media-text-track-display {
    -moz-transform: translateY(-3em);
    -ms-transform: translateY(-3em);
    -o-transform: translateY(-3em);
    -webkit-transform: translateY(-3em);
    transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
    -moz-transform: translateY(-1.5em);
    -ms-transform: translateY(-1.5em);
    -o-transform: translateY(-1.5em);
    -webkit-transform: translateY(-1.5em);
    transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
    cursor: pointer;
    -webkit-box-flex: none;
    -moz-box-flex: none;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
}

    .video-js .vjs-fullscreen-control:after {
        content: 'Fullscreen';
        position: absolute;
        top: -40px;
        right: 0px;
        width: auto;
        height: auto;
        background: #111;
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
        border-radius: 5px;
        color: #ddd;
        text-align: center;
        letter-spacing: 1px;
        padding: 10px 15px;
        pointer-events: none;
        opacity: 0;
        transition: .2s ease;
        transition-delay: 0s;
    }

    .video-js .vjs-fullscreen-control:hover:after {
        opacity: 1;
        transition-delay: 1.3s;
    }

.vjs-playback-rate .vjs-playback-rate-value {
    font-size: 120%;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}

.vjs-playback-rate .vjs-menu {
    transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
    font-size: 1.4em;
    text-align: center;
}

.vjs-error .vjs-error-display:before {
    color: #fff;
    content: 'X';
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4em;
    left: 0;
    line-height: 1;
    margin-top: -0.5em;
    position: absolute;
    text-shadow: 0.05em 0.05em 0.1em #000;
    text-align: center;
    top: 50%;
    vertical-align: middle;
    width: 100%;
}

.vjs-loading-spinner {
    position: absolute;
    top: 5px;
    left: calc( 50% - 65px );
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #111;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease;
}

    .vjs-loading-spinner:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 10px;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        border: solid transparent 2px;
        border-top-color: #fff;
        -webkit-animation: rotate 1s infinite linear;
        animation: rotate 1s infinite linear;
    }

    .vjs-loading-spinner:after {
        content: 'Loading';
        position: absolute;
        top: 0px;
        right: 5px;
        width: 90px;
        height: 40px;
        line-height: 40px;
        font-size: 150%;
        text-align: center;
    }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
    visibility: visible;
    opacity: 1;
    top: 20px;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vjs-chapters-button .vjs-menu {
    left: -10em;
    width: 0;
}

    .vjs-chapters-button .vjs-menu ul {
        width: 24em;
    }

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
    -webkit-box-flex: auto;
    -moz-box-flex: auto;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
    width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
    display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
    display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
    display: none;
}

.vjs-remaining-time {
    display: none;
}

.vjs-caption-settings {
    position: relative;
    top: 1em;
    /*background-color: #2B333F;
    background-color: rgba(43, 51, 63, 0.75);*/
    color: #fff;
    margin: 0 auto;
    padding: 0.5em;
    height: 15em;
    font-size: 12px;
    width: 40em;
}

    .vjs-caption-settings .vjs-tracksettings {
        top: 0;
        bottom: 2em;
        left: 0;
        right: 0;
        position: absolute;
        overflow: auto;
    }

    .vjs-caption-settings .vjs-tracksettings-colors,
    .vjs-caption-settings .vjs-tracksettings-font {
        float: left;
    }

        .vjs-caption-settings .vjs-tracksettings-colors:after,
        .vjs-caption-settings .vjs-tracksettings-font:after,
        .vjs-caption-settings .vjs-tracksettings-controls:after {
            clear: both;
        }

    .vjs-caption-settings .vjs-tracksettings-controls {
        position: absolute;
        bottom: 1em;
        right: 1em;
    }

    .vjs-caption-settings .vjs-tracksetting {
        margin: 5px;
        padding: 3px;
        min-height: 40px;
    }

        .vjs-caption-settings .vjs-tracksetting label {
            display: block;
            width: 100px;
            margin-bottom: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting span {
            display: inline;
            margin-left: 5px;
        }

        .vjs-caption-settings .vjs-tracksetting > div {
            margin-bottom: 5px;
            min-height: 20px;
        }

            .vjs-caption-settings .vjs-tracksetting > div:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                min-height: 0;
            }

    .vjs-caption-settings label > input {
        margin-right: 10px;
    }

    .vjs-caption-settings input[type="button"] {
        width: 40px;
        height: 40px;
    }

.vjs-modal-dialog .vjs-modal-dialog-content {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 20px 24px;
    z-index: 1;
}

.head-section-title {
    text-align: center;
    margin-bottom: 80px;
    font-size: 45px;
    font-weight: 600;
}

.head-section-line {
    height: 2px;
    width: 40px;
    background: #C91D13;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    width: 100%;
    transition: transform 0.5s;
}

.swiper-slide-prev,
.swiper-slide-next {
    transform-origin: left center;
}

/* Header Section CSS */
.top-bar {
    background: #FFF;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
}

    .top-bar .navbar {
        background: transparent !important;
    }

..navbar .nav-item:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 22%;
    left: 15px;
    background: #E0E0E0;
}


.top-nav-buttons {
    display: flex;
    justify-content: left;
    position: relative;
}

    .top-nav-buttons .learn-btn, .top-nav-buttons .auth-btn {
        display: inline-block;
    }

.user-package-time i, .user-expire-time {
    display: inline-block;
}

.user-expire-time {
    border: 1px solid #434D5A;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    left: 15px;
    margin-top: 6px;
    padding-top: 5px;
}


.user-package-time {
    position: relative;
}

.expire-day {
    font-size: 13px;
    padding-top: 1px;
    color: #434D5A;
}


.user-package-time i, .expire-day {
    display: block;
}

.expire-day-text {
    position: absolute;
    background: #ca1c13;
    color: #FFF;
    font-size: 12px;
    border-radius: 100px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    z-index: 1;
    right: -53px;
    top: 8px;
}

.user-package-time i {
    border-radius: 100px;
    font-size: 13px;
    color: #ca1c13;
    display: flex !important;
    justify-content: center;
    margin-bottom: 1px;
    margin-top: 1px;
}

.cart-item-box {
    border: 1px solid #a4a4a4;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    left: 15px;
    margin-top: 6px;
    margin-right: 15px;
    padding-top: 5px;
}

.cart-item-number {
    font-size: 13px;
    color: #FFF;
    position: absolute;
    top: 0px;
    right: -10px;
    background: #ca1c13;
    padding: 1px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}

.cart-item-box i {
    border-radius: 100px;
    font-size: 15px;
    color: #636363;
    display: flex !important;
    justify-content: center;
    margin-bottom: 1px;
    margin-top: 1px;
    position: relative;
    top: 8px;
}

.learn-btn a:hover {
    background: #FFF;
    color: #33A853 !important;
    border-color: #33A853;
}


.learn-btn a {
    background: #33A853;
    color: #FFF;
    border: 1px solid #33A853;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 15px;
    display: block;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 7px;
    margin-left: 20px;
    position: relative;
}


.learn-icon {
    display: inline-block;
    background: url(../img/icons/learn-icon-hover.svg) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 8px;
    top: 8px;
    animation: blink 1.7s infinite;
}

.learn-btn a:hover .learn-icon {
    background: url(../img/icons/learn-icon.svg) no-repeat;
}

.user-menu .dropdown-toggle:hover::after {
    background: url(../img/icons/chevron-down-hover.svg) !important;
    background-repeat: no-repeat !important;
}


.auth-btn a:hover {
    background: #C91D13;
    color: #FFF !important;
    border-color: #C91D13;
}

.auth-btn a {
    background: #DFDFDF;
    color: #636363;
    border: 1px solid #DFDFDF;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 40px;
    padding-left: 15px;
    display: block;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 7px;
    position: relative;
}

.auth-icon {
    display: inline-block;
    background: url(../img/icons/auth-icon.svg) no-repeat;
    width: 25px;
    height: 25px;
    position: absolute;
    right: 6px;
    top: 10px;
}

.auth-btn a:hover .auth-icon {
    background: url(../img/icons/auth-icon-hover.svg) no-repeat;
}

.navbar a {
    position: relative;
    transition: width 0.3s ease;
    color: #636363;
    font-weight: 400;
    font-size: 16px;
}

.navbar .nav-item.active a {
    color: #ca1c13;
}

.navbar a:hover::after {
    width: 100%;
    background: #ca1c13;
}

.navbar a:after {
    content: '';
    position: absolute;
    bottom: -15px;
    right: -10px;
    width: 5px;
    height: 3px;
    background: transparent;
    border-radius: 10px;
    transition: width 0.3s ease;
}

.navbar li.active a:after {
    background: #ca1c13;
    width: 100%;
}

.navbar .nav-item:last-child:after {
    visibility: hidden;
}

.navbar .nav-item:after {
    content: '';
    position: absolute;
    height: 20px;
    width: 1px;
    top: 22%;
    left: 15px;
    background: #E0E0E0;
}

.navbar .nav-item {
    position: relative;
}

    .navbar .nav-item a {
        background-position: center right !important;
        margin-left: 15px !important;
        padding-left: 15px !important;
        background: none !important;
        padding-right: 0px !important;
    }

.cart-item-box {
    display: none !important;
}

.lang-menu {
    padding-right: 20px !important;
}


.nav-item.home-menu a {
    background: url(../img/icons/home-icon.svg) no-repeat;
}

.nav-item.home-menu.active a, .nav-item.home-menu:hover a {
    background: url(../img/icons/home-icon-hover.svg) no-repeat;
}

.nav-item.whatis-menu a {
    background: url(../img/icons/info-icon.svg) no-repeat;
    background-size: 23px !important;
}

.nav-item.whatis-menu.active a, .nav-item.whatis-menu:hover a {
    background: url(../img/icons/info-icon-hover.svg) no-repeat;
}

.nav-item.changelog-menu a {
    background: url(../img/icons/changelog-icon.svg) no-repeat;
}

.nav-item.changelog-menu.active a, .nav-item.changelog-menu:hover a {
    background: url(../img/icons/changelog-hover-icon.svg) no-repeat;
}

.nav-item.web-programming a {
    background: url(../img/icons/web-programming.svg) no-repeat;
    background-size: 17px !important;
}

.nav-item.web-programming.active a, .nav-item.web-programming:hover a {
    background: url(../img/icons/web-programming.svg) no-repeat;
}

.nav-item.pricing-menu a {
    background: url(../img/icons/pricing-icon.svg) no-repeat;
    background-size: 22px !important;
}

.nav-item.radar-menu a {
    background: url(../img/icons/clarity_radar-solid.svg) no-repeat;
    background-size: 22px !important;
}

.nav-item.radar-menu.active a, .nav-item.radar-menu:hover a {
    background: url(../img/icons/clarity_radar-solid.svg) no-repeat;
}

.nav-item.pricing-menu.active a, .nav-item.pricing-menu:hover a {
    background: url(../img/icons/pricing-hover-icon.svg) no-repeat;
}

.nav-item.dashboard a {
    background: url(../img/icons/dashboard.svg) no-repeat;
    background-size: 22px !important;
}

.nav-item.dashboard.active a, .nav-item.dashboard:hover a {
    background: url(../img/icons/dashboard.svg) no-repeat;
}

.nav-item.trends-menu a {
    background: url(../img/icons/trends-icon.svg) no-repeat;
    background-size: 21px !important;
}

.nav-item.trends-menu.active a, .nav-item.trends-menu:hover a {
    background: url(../img/icons/trends-hover-icon.svg) no-repeat;
}



.nav-item.about-menu a {
    background: url(../img/icons/about-icon.svg) no-repeat;
    background-size: 10px !important;
}

.nav-item.about-menu.active a, .nav-item.about-menu:hover a {
    background: url(../img/icons/about-hover-icon.svg) no-repeat;
}

.nav-item.contact-menu a {
    background: url(../img/icons/contact-icon.svg) no-repeat;
}

.nav-item.contact-menu.active a, .nav-item.contact-menu:hover a {
    background: url(../img/icons/contact-hover-icon.svg) no-repeat;
}

.lang-menu svg {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-right: -18px;
}



/* Search Section CSS */
.main-logo img {
    max-width: 225px;
    margin-bottom: 10px;
}

.logo-slogon-text {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #4a4a4a;
}

.search-section {
    padding-top: 80px;
    padding-bottom: 80px;
}


.search-form-wrapper form {
    position: relative;
    margin-top: 5px;
}

.search-bar-wrapper-desc {
    text-align: right;
    line-height: 30px;
    font-size: 13px;
    color: #434d5ad1;
    margin-top: 12px;
    padding-right: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath opacity='0.4' d='M12 22.0001C17.5228 22.0001 22 17.523 22 12.0001C22 6.47727 17.5228 2.00012 12 2.00012C6.47715 2.00012 2 6.47727 2 12.0001C2 17.523 6.47715 22.0001 12 22.0001Z' fill='%23434D5A'/%3E%3Cpath d='M12 13.7501C12.41 13.7501 12.75 13.4101 12.75 13.0001V8.00012C12.75 7.59012 12.41 7.25012 12 7.25012C11.59 7.25012 11.25 7.59012 11.25 8.00012V13.0001C11.25 13.4101 11.59 13.7501 12 13.7501Z' fill='%23434D5A'/%3E%3Cpath d='M12.92 15.6201C12.87 15.5001 12.8 15.3901 12.71 15.2901C12.61 15.2001 12.5 15.1301 12.38 15.0801C12.14 14.9801 11.86 14.9801 11.62 15.0801C11.5 15.1301 11.39 15.2001 11.29 15.2901C11.2 15.3901 11.13 15.5001 11.08 15.6201C11.03 15.7401 11 15.8701 11 16.0001C11 16.1301 11.03 16.2601 11.08 16.3801C11.13 16.5101 11.2 16.6101 11.29 16.7101C11.39 16.8001 11.5 16.8701 11.62 16.9201C11.74 16.9701 11.87 17.0001 12 17.0001C12.13 17.0001 12.26 16.9701 12.38 16.9201C12.5 16.8701 12.61 16.8001 12.71 16.7101C12.8 16.6101 12.87 16.5101 12.92 16.3801C12.97 16.2601 13 16.1301 13 16.0001C13 15.8701 12.97 15.7401 12.92 15.6201Z' fill='%23434D5A'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - -1px) 2px;
}


.search-form-wrapper input[type="text"] {
    position: relative;
    width: 100%;
    margin-top: 0px;
    padding: 12px 50px;
    padding-left: 110px;
    border-radius: 50px;
    border: none;
    background: #FFF;
    font-size: 14px;
    font-weight: 400;
    color: #716F6F;
    box-shadow: none;
    z-index: 1;
    border: 1px solid #DBDFE4;
}


    .search-form-wrapper input[type="text"]:focus {
        border-color: #ca1c13;
    }

.search-form-wrapper input[type="text"] {
    background: #F1F3F6 url(../img/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center !important;
}

.search-bar-wraper {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 10px;
    background: #FFF;
    border-radius: 20px;
    z-index: 1;
    margin-top: -21px;
}


.search-form-wrapper button[type="submit"] {
    width: 100%;
    font-size: 14px;
    border-radius: 50px;
    padding: 12px 70px !important;
    box-shadow: 0px 12px 24px 0px rgba(199, 29, 19, 0.16);
}

.waiting-headline-news {
    border-radius: 10px;
    border: 1px solid #F2F2F2;
    background: #FFF;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    overflow: hidden;
}

.waiting-text {
    font-size: 14px;
    line-height: 30px;
    display: inline;
    padding-right: 5px;
}

.waiting-sub-text {
    font-size: 14px;
    line-height: 30px;
}

.waiting-headline-news i {
    color: #2196F3;
    display: inline-block;
}

.waiting-time-duration {
    color: #ca1c13;
    font-weight: bold;
    padding-right: 2px;
    padding-left: 2px;
    border-bottom: 1px dashed;
}

.news-box {
    font-size: 14px;
    border: 1px solid #e1e1e159;
    border-radius: 5px;
    margin-top: 20px;
}

.duration-timer-progressbar {
    background: red;
    height: 3px;
    width: 10px;
    border-radius: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.news-website-title {
    background: #ca1c13;
    color: #FFF;
    text-align: center;
    line-height: 42px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .news-website-title img {
        width: 64px;
    }

.news-headline-title {
    color: #5f5d5d;
}

    .news-headline-title a {
        color: #5f5d5d;
        white-space: nowrap;
    }

        .news-headline-title a:hover {
            color: #C91D13;
        }

.news-ticker-navigation {
    direction: ltr;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.news-ticker-navigation-left, .news-ticker-navigation-right {
    display: inline-block;
    background: rgba(201, 29, 19, 0.20);
    border-radius: 20px;
    padding: 5px;
    font-size: 10px;
    width: 23px;
    height: 23px;
    text-align: center;
    margin-right: 3px;
    cursor: pointer;
    position: relative;
}

.news-ticker-navigation:before {
    top: 0;
    content: '';
    position: absolute;
    left: 40px;
    width: 100px;
    height: 42px;
    background: linear-gradient(90deg, #FFF 51.53%, rgba(255, 255, 255, 0.58) 100%);
}

.news-ticker-navigation-left i, .news-ticker-navigation-right i {
    color: #C91D13;
}

.news-ticker-navigation-right i {
    padding-left: 0px;
}

.news-ticker-navigation-left i {
    padding-left: 0px;
}

#news-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 43px;
}

#news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    transition: top 0.3s ease-in-out;
    position: absolute;
}

.news-item {
    line-height: 39px;
    width: 100%;
}

.main-hero-text {
    font-size: 56px;
    font-weight: 900;
    margin-bottom: 25px;
}

.main-hero-text-slogon {
    text-align: center;
}

.main-hero-text-slogon-content {
    display: inline-block;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 12px 30px;
    border-radius: 50px;
    min-width: 306px;
}

.main-hero-text-slogon-arrow-box {
    position: relative;
    width: 100%;
    top: 11px;
}

.main-hero-text-slogon-content-label {
    font-size: 18px;
    position: relative;
}

    .main-hero-text-slogon-content-label:after {
        content: '';
        position: absolute;
        background: #fefefe;
        width: 100%;
        height: 13px;
        right: 0;
        bottom: -11px;
        z-index: 1;
    }

.main-hero-text-slogon-arrow-box::after {
    content: '';
    position: absolute;
    right: 40%;
    top: 0px;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 20px;
    height: 20px;
    background: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    border-bottom-left-radius: 25%;
}

@keyframes RobotUpDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.main-hero-section-robot {
    text-align: center;
    margin-right: -10px;
    margin-top: 20px;
    position: relative;
    z-index: 2;
}

    .main-hero-section-robot img {
        animation: RobotUpDown 1.8s ease-in-out infinite;
    }

.guest-register-box {
    position: absolute;
    left: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 20px;
    border-radius: 20px;
    z-index: 2;
    min-width: 260px;
    background: #FFF;
}

.guest-register-box-head-title {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 10px;
    text-align: right;
}

.guest-register-box-list ul li:before {
    content: '';
    position: absolute;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='13' viewBox='0 0 14 13' fill='none'%3E%3Cpath d='M6.90015 0.600184C7.74193 0.600184 8.54321 0.773563 9.27026 1.08651L8.18335 2.39022C7.77734 2.26661 7.34655 2.19979 6.90015 2.19979C4.47009 2.19979 2.49976 4.17013 2.49976 6.60018C2.49982 9.03018 4.47013 11.0006 6.90015 11.0006C9.33016 11.0006 11.3005 9.03018 11.3005 6.60018C11.3005 6.45589 11.2926 6.31319 11.2791 6.17245L12.5662 4.6285C12.7811 5.24623 12.9001 5.90923 12.9001 6.60018C12.9001 9.91384 10.2138 12.6002 6.90015 12.6002C3.58648 12.6002 0.900211 9.91384 0.900146 6.60018C0.900146 3.28648 3.58644 0.600184 6.90015 0.600184ZM11.741 0.627528C12.0307 0.343917 12.4941 0.32049 12.8123 0.585536C13.1514 0.868283 13.1972 1.37214 12.9148 1.71151L6.91479 8.91171L6.28784 9.66464L5.67554 8.89999L3.27515 5.89999L3.22729 5.83358C3.00729 5.49301 3.07678 5.03376 3.40015 4.77499C3.72347 4.51644 4.18648 4.54938 4.47046 4.83847L4.52515 4.89999L6.31226 7.13436L11.6853 0.688075L11.741 0.627528Z' fill='%23C71D13'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 13px;
    top: 8px;
    right: 0px;
}

.guest-register-box-list ul li {
    font-size: 14px;
    line-height: 30px;
    text-align: right;
    position: relative;
    padding-right: 20px;
}

.guest-register-box-list ul {
    padding: 0px;
}

    .guest-register-box-list ul li {
        text-align: right;
        list-style: none;
    }

.guest-register-box-link a:hover {
    color: #fff !important;
    background: var(--primary-color);
}

.guest-register-box-link a {
    width: 100%;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: #C91D13;
    display: block;
    padding: 9px;
    border-radius: 50px;
    text-align: center;
}

.guest-register-box-close {
    position: absolute;
    left: 20px;
    background-image: url("../img/other/x-close.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 17px;
    cursor: pointer;
}

    .guest-register-box-close:hover {
        background-image: url("../img/other/x-close-hover.svg");
    }


/* Banner Section CSS */
.banner-section {
    padding-bottom: 60px;
}

    .banner-section a {
        display: block;
        height: 100%;
    }

.banner-item img {
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(201, 29, 19, 0.25);
}

.banner-item.no-ads {
    border-radius: 10px;
    border: 1px solid rgba(201, 29, 19, 0.25);
    background: #F4F4F4;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #C91D13;
    flex-wrap: wrap;
    text-align: center;
    align-content: space-evenly;
}

    .banner-item.no-ads:hover {
        border-color: #C91D13;
    }

.banner-no-ads-text, .ads-desc-text {
    display: block;
    width: 100%;
}

/* Stats Section CSS */
.stat-item {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 80px;
    color: #C91D13;
    line-height: 55px;
    font-size: 22px;
    font-weight: 600;
}

.stat-desc {
    font-size: 18px;
    color: #2F2F2F;
    font-weight: 500;
    margin-top: -10px;
}

.stat-second-text {
    padding-right: 10px;
    font-size: 20px;
    font-weight: 500;
}

.stat-people-icon {
    background: url(../img/icons/people-icon.svg) no-repeat;
    height: 32px;
    background-position: center;
}

.stat-list-icon {
    background: url(../img/icons/list-icon.svg) no-repeat;
    height: 32px;
    background-position: center;
}

.stat-ai-icon {
    background: url(../img/icons/aidoc.svg) no-repeat;
    height: 32px;
    background-position: center;
}

.stat-heart-icon {
    background: url(../img/icons/heart-icon.svg) no-repeat;
    height: 32px;
    background-position: center;
}

/* Papular Word Section CSS */
.papular-word-section {
    padding-bottom: 110px;
}

.papular-word-title {
    color: #FFF;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    display: flex;
    justify-content: center;
    position: relative;
}

    .papular-word-title:after {
        content: '';
        background: url(../img/icons/arrow-down.svg) no-repeat;
        height: 64px;
        width: 82px;
        margin-right: 10px;
    }

.papular-word-wrapper {
    background: #C91D13;
    border-radius: 10px;
    padding-top: 25px;
    padding-bottom: 60px;
}

.popular-word-carousel {
    margin-top: -35px;
    width: 100%;
    padding-right: 31px;
    padding-left: 31px;
    overflow: hidden;
}

.popular-word-carousel-word:hover {
    color: #ca1c13;
}

.popular-word-carousel-word {
    text-align: center;
    background: #FFF;
    padding: 20px;
    border-radius: 10px;
    box-shadow: -4px 4px 25px 0px rgba(0, 0, 0, 0.03);
    width: 100%;
    color: #2F2F2F;
    margin-bottom: 30px;
}

/* WhatIS Section CSS */
.whatis-svg svg {
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

/* Chart Section CSS */
.chart-section {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 140px;
}

    .chart-section:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 140px;
        background: radial-gradient(115.99% 115.99% at 50% -56.98%, #FDFDFD 0%, #F7E4E3 31.9%, #FDFDFD 100%);
        bottom: 0;
    }

.chart-image {
    margin-top: 100px;
    text-align: center;
}

    .chart-image img {
        width: 70%;
        height: auto;
    }

/* Miracle Section CSS */
.miracle-section {
    position: relative;
    padding-top: 60px;
    padding-bottom: 120px;
}

.miracle-section-left-shape {
    position: absolute;
    left: 30px;
    top: 0;
    background: url(../img/icons/pattern-1.svg);
    background-repeat: no-repeat;
    width: 264px;
    height: 262px;
    opacity: 0.8;
}

.miracle-section-right-shape {
    position: absolute;
    right: 0px;
    bottom: 70px;
    background: url(../img/icons/pattern-4.svg);
    background-repeat: no-repeat;
    width: 213px;
    height: 85px;
    opacity: 1;
    z-index: -1;
}

.miracle-section-image-content {
    position: relative;
    z-index: 1;
}

    .miracle-section-image-content img {
        width: 100%;
        border-radius: 10px;
    }

    .miracle-section-image-content:before {
        content: '';
        position: absolute;
        right: -10px;
        top: -10px;
        background: url(../img/icons/pattern-2.svg);
        background-repeat: no-repeat;
        width: 51px;
        height: 51px;
        z-index: -1;
        opacity: 0.8;
    }

    .miracle-section-image-content:after {
        content: '';
        position: absolute;
        right: -20px;
        bottom: -10px;
        background: url(../img/icons/pattern-3.svg);
        background-repeat: no-repeat;
        width: 66px;
        height: 66px;
        z-index: -1;
        opacity: 0.8;
    }

.miracle-carousel {
    overflow: hidden;
}

.section-title {
    position: relative;
    color: #2F2F2F;
    font-size: 35px;
    font-weight: 600;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-left: 50px;
    padding-right: 20px;
}

    .section-title:after {
        content: '';
        position: absolute;
        right: -5px;
        top: -30px;
        background: url(../img/icons/single-gem-icon.svg);
        background-repeat: no-repeat;
        width: 45px;
        height: 45px;
        z-index: 1;
    }

.section-sub-title {
    font-size: 24px;
    font-weight: 500;
    color: #2F2F2F;
    padding-bottom: 10px;
    padding-left: 50px;
    padding-right: 20px;
}

.section-sub-sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #23262F;
    padding-bottom: 20px;
    opacity: 0.5;
    padding-left: 50px;
    padding-right: 20px;
}

.section-content-text {
    color: #747474;
    line-height: 36px;
    text-align: justify;
    font-size: 16px;
    font-weight: 400;
    padding-left: 50px;
    padding-right: 20px;
}

.section-content-navigation-btn {
    display: inline-block;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
}

.section-content-navigation-btn-next, .section-content-navigation-btn-prev {
    display: inline-block;
    cursor: pointer;
}

.section-content-navigation-btn-next {
    margin-left: 10px;
}

    .section-content-navigation-btn-next.active i, .section-content-navigation-btn-prev.active i, .section-content-navigation-btn-next:hover i, .section-content-navigation-btn-prev:hover i {
        background: #C91D13;
        color: #FFF;
    }

    .section-content-navigation-btn-next i {
        background: #FFF;
        color: #23262F;
        font-size: 14px;
        padding: 13px;
        border-radius: 30px;
        box-shadow: 0px 4px 10px rgb(15 27 51 / 10%);
    }

.section-content-navigation-btn-prev i {
    background: #FFF;
    color: #23262F;
    font-size: 14px;
    padding: 13px;
    border-radius: 30px;
    box-shadow: 0px 4px 10px rgb(15 27 51 / 10%);
}

/* UseKeywordchi Section CSS */
.usekeywordchi-section {
    position: relative;
    margin-bottom: 110px;
}

.rocket-title {
    position: relative;
    padding-top: 130px;
}

    .rocket-title:before {
        content: ' ';
        position: absolute;
        right: -10px;
        top: 60px;
        background: url(../img/icons/rocket-icon.svg);
        background-repeat: no-repeat;
        width: 66px;
        height: 81px;
        z-index: 1;
    }

    .rocket-title:after {
        display: none;
    }

.usekeywordchi-section .section-title {
    padding-left: 0px;
    padding-right: 50px;
}

.usekeywordchi-section .section-content-text {
    padding-left: 0px;
    padding-right: 50px;
}

.usekiwordchi-section-image-content img {
    width: 100%;
}

.usekeywordchi-image-left-shape {
    position: relative;
}

    .usekeywordchi-image-left-shape:after {
        content: '';
        position: absolute;
        left: 0;
        top: 40px;
        background: url(../img/icons/speed.svg);
        background-repeat: no-repeat;
        width: 196px;
        height: 220px;
        z-index: 1;
    }

.usekeywordchi-image-right-shape {
    position: relative;
}

    .usekeywordchi-image-right-shape:after {
        content: '';
        position: absolute;
        right: -30px;
        top: -120px;
        background: url(../img/icons/location.svg);
        background-repeat: no-repeat;
        width: 180px;
        height: 90px;
        z-index: 1;
        box-shadow: -2px 2px 5px 0px rgb(0 0 0 / 6%);
    }

    .usekeywordchi-image-right-shape:before {
        content: '';
        position: absolute;
        right: -55px;
        top: -55px;
        background: #ca1c13;
        background-repeat: no-repeat;
        width: 47px;
        height: 47px;
        border-radius: 100px;
        z-index: 1;
    }

/* Learn Section CSS */
.learn-video-section {
    background: #F4F4F4;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .learn-video-section .video-js {
        min-height: 370px;
    }

    .learn-video-section .section-title {
        padding-left: 0px;
        padding-right: 50px;
        margin-top: 20px;
    }

        .learn-video-section .section-title:after {
            right: 20px;
        }

    .learn-video-section .section-content-text, .learn-video-section .section-sub-title, .learn-video-section .section-sub-sub-title {
        padding-right: 50px;
        padding-left: 0px;
    }

.section-more-btn {
    text-align: left;
}

    .section-more-btn a {
        color: #FFF !important;
        font-size: 14px;
        padding-left: 30px;
    }

    .section-more-btn i {
        font-size: 10px;
        margin-left: -10px;
        padding-right: 7px;
    }

/* Xmind Section CSS */
.xmind-section {
    margin-top: 110px;
    margin-bottom: 110px;
}

.ranktracker-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

.ai-section {
    margin-top: 40px;
    margin-bottom: 40px;
}

    .ai-section .section-more-btn {
        margin-left: 0px;
    }


.xmind-section-picture {
    text-align: left;
}

    .xmind-section-picture img {
        width: 100%;
    }

.section-inline-buttons {
    margin-top: 50px;
    text-align: center;
}

    .section-inline-buttons a {
        display: inline-block;
        font-size: 16px;
        font-weight: 400;
        margin-left: 15px;
        border: 1px solid var(--primary-color);
        padding-top: 9px;
        padding-bottom: 9px;
    }

        .section-inline-buttons a:hover {
            color: #FFF !important;
        }

    .section-inline-buttons .btn-primary:hover {
        color: var(--primary-color) !important;
        background: #FFF;
        border: 1px solid var(--primary-color);
    }
/* Version Description Section CSS */
.version-description-section .container-fluid .row {
    background: #0E243A;
    border-radius: 10px;
}

.version-description-section .container .row {
    background: #0E243A;
    border-radius: 10px;
}

.version-description-section .section-title {
    margin-right: 20px;
    margin-top: 60px;
    color: #FFF;
    font-size: 30px;
}

.version-description-section .section-content-text {
    color: #FFF;
    padding-right: 40px;
}

.version-section-picture {
    text-align: left;
}

    .version-section-picture img {
        width: 100%;
        margin-top: -100px;
    }

.version-description-section .section-content-text {
    color: #FFF;
    padding-right: 40px;
    line-height: 35px;
    padding-bottom: 20px;
    font-weight: 300;
}

.version-description-section {
    padding-top: 60px;
    margin-bottom: 80px;
}

    .version-description-section .section-title.double-gem:after {
        background: url(../img/icons/double-gem-icon.svg);
        top: -35px;
    }

/* RankTracker Section CSS */
.ranktracker-section {
    margin-top: 110px;
    margin-bottom: 110px;
}

.racktracker-section-picture {
    text-align: left;
}

.ranktracker-section-picture img {
    width: 100%;
}
/* AI Section CSS */
.ai-section {
    margin-top: 110px;
    margin-bottom: 110px;
}

.ai-section-picture {
    text-align: left;
}

    .ai-section-picture img {
        width: 100%;
    }

.ai-section .section-more-btn {
    margin-left: 40px;
}


/* Ai Content Generator CSS */
.ai-generator-icon {
    position: fixed;
    right: 20px;
    bottom: 75px;
    background: #C91D13;
    border-radius: 6px;
    color: #FFF;
    padding: 6px;
    padding-right: 12px;
    padding-left: 12px;
    z-index: 1;
    font-size: 14px;
}

.ai-content-generator-fixed {
    position: fixed;
    bottom: 0;
    z-index: 5;
}

.ai-generator-robot-icon {
    background: #fdfdfd url(../img/other/AI-Robotic.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -60px;
    right: 0px;
    border: 2px solid #ca1c13;
    border-radius: 40px;
    background-position: center;
    cursor: pointer;
    background-size: contain;
}

.ai-generator-sticky-arrow {
    background: url(../img/other/ai-arrow.svg);
    background-repeat: no-repeat;
    width: 80px;
    height: 55px;
    position: absolute;
    bottom: 115px;
    right: -5px;
    background-size: contain;
    animation: shake 2s infinite;
}

.ai-generator-content:before {
    /*   content: '';*/
    background: url(../img/other/ai-robot-image.png) no-repeat;
    background-position: left 20px;
    background-size: 160px;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.8;
}

.ai-generator-content {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background: #FFF;
    background-position: left top;
    background-size: 200px;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ebebeb;
    /*   z-index: 1;*/
    width: 450px;
    min-height: 220px;
}

    .ai-generator-content.hide-box {
        display: none;
    }

.ai-content-generator-fixed-close-btn {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #797777;
    cursor: pointer;
    font-weight: 500;
}

.ai-content-generator-fixed-fix-title {
    padding-bottom: 10px;
    padding-top: 5px;
    font-weight: 500;
    font-size: 14px;
}

.ai-content-generator-desc {
    max-width: 300px;
    line-height: 30px;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.ai-generator-content .colored-text {
    font-weight: bold;
    border-bottom: dashed;
    padding-right: 3px;
    padding-left: 3px;
}

.ai-content-generator-form input[type="text"]:focus, .ai-content-generator-form select:focus {
    border-color: #ca1c13;
    color: #ca1c13;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
}

.ai-content-generator-form input[type="text"], .ai-content-generator-form select {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 6px;
    color: #716F6F;
}

.ai-content-description {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #F4F4F4;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.10) inset, 0px 0px 75px 0px rgba(0, 0, 0, 0.05);
    background: #FFF;
    border-radius: 6px;
    color: #716F6F;
}

.ai-content-words {
    padding: 0px;
    width: 100%;
    display: inline-block;
    margin-bottom: -15px;
}

    .ai-content-words li:hover {
        background: #C91D13;
        color: #FFF;
    }

    .ai-content-words li {
        display: inline-block;
        background: #EEEEEE;
        color: #C91D13;
        padding: 5px;
        padding-right: 10px;
        padding-left: 10px;
        font-size: 13px;
        border-radius: 4px;
        margin-left: 2px;
        margin-right: 6px;
        margin-top: 0px;
        cursor: pointer;
        position: relative;
        top: -20px;
        margin-bottom: 6px;
        float: right;
    }

        .ai-content-words li i {
            font-size: 10px;
            background: #DF9A96;
            padding: 4px;
            border-radius: 20px;
            width: 18px;
            height: 18px;
            text-align: center;
            margin-right: 3px;
        }

.ai-generator-add-word i:hover {
    background: #ca1c13;
    color: #FFF;
}

.ai-generator-add-word i {
    font-size: 10px;
    background: #df9a96;
    padding: 4px;
    border-radius: 20px;
    width: 18px;
    height: 18px;
    text-align: center;
    margin-right: 3px;
    color: #ca1c13;
    cursor: pointer;
}

.ai-generator-add-word {
    position: relative;
    top: -44px;
    right: 385px;
    display: inline-block;
}

.ai-content-submit:hover {
    background-color: #C91D13;
    background-image: url(../img/other/ai-send-hover.svg);
    color: #FFF;
}

.ai-content-submit {
    background-color: transparent;
    background-image: url(../img/other/ai-send.svg);
    background-repeat: no-repeat;
    border: 1px solid #C91D13;
    background-position: left;
    border-radius: 5px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 13px;
    color: #C91D13;
    min-width: 98px;
    text-align: right;
    font-weight: 500;
    float: left;
}

.ai-content-generator-form {
    position: relative;
    z-index: 1;
}

    .ai-content-generator-form .ai-content-title, .ai-content-generator-form .ai-content-type {
        /* max-width: 300px;*/
    }

.ai-generator-add-word.disable i {
    cursor: default;
    pointer-events: none;
    background: #bdbdbd;
    color: #8d8989;
}

.ai-content-submit.disabled {
    background-color: #dcdcdc;
    background-image: url(../img/other/ai-send-hover.svg);
    color: #8a8887;
    cursor: default;
    pointer-events: none;
    border-color: #c6c4c4;
}

.ai-content-buttons a {
    display: inline-block;
    margin-left: 10px;
}

.ai-content-buttons {
    margin-top: 30px;
    position: relative;
    z-index: 1;
}

    .ai-content-buttons .ai-login-btn:hover {
        color: #FFF !important;
    }

    .ai-content-buttons .ai-login-btn {
        padding: 6px;
        padding-left: 20px;
        padding-right: 10px;
        font-size: 14px;
    }

    .ai-content-buttons .ai-register-btn:hover {
        color: #ca1c13 !important;
        background: transparent !important;
    }

    .ai-content-buttons .ai-register-btn {
        padding: 6px;
        padding-left: 20px;
        padding-right: 10px;
        font-size: 14px;
        border: 1px solid #ca1c13;
    }

@keyframes shake {
    0% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    75% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0);
    }
}


/* Pricing Section Section CSS */
.package-wrapper {
    border-radius: 12px;
    background: #FFF;
    box-shadow: -4px 4px 25px -4px rgba(0, 0, 0, 0.03);
}

.package-top, .package-features, .package-order-button {
    padding: 20px;
}

.package-head-title {
    border-radius: 24px;
    background: #EFFCF6;
    display: inline-block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 700;
    color: #004440;
    margin-bottom: 20px;
}

.package-price {
    font-size: 20px;
    font-weight: 500;
    color: #23262F;
    margin-bottom: 0px;
}

.free-package .package-price {
    font-size: 35px;
    font-weight: 600;
}

.free-package .package-order-button a {
    border-color: #7d7979;
    color: #7d7979;
}

    .free-package .package-order-button a:hover {
        background: #7d7979;
    }

.price-number {
    font-size: 35px;
    font-weight: 500;
    padding-left: 5px;
}

.package-top {
    border-bottom: 1px solid #F0F4F8;
    margin-bottom: 0px;
}

.package-features {
    margin-bottom: 90px;
}

.package-features-item {
    font-size: 16px;
    font-weight: 300;
    line-height: 34px;
    color: #2F2F2F;
    padding-right: 30px;
}

    .package-features-item.active {
        background: url(../img/icons/check-icon.svg) no-repeat;
        background-position: center right;
    }

    .package-features-item.not-active {
        background: url(../img/icons/close-icon.svg) no-repeat;
        background-position: center right;
    }

.package-order-button {
    text-align: center;
}

    .package-order-button a {
        font-weight: 600;
        font-size: 16px;
        border-radius: 8px;
        border: 1px solid #39B54A;
        box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
        display: block;
        color: #39B54A;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 20px;
        padding-left: 20px;
    }

        .package-order-button a:hover {
            background: #39B54A;
            color: #FFF !important;
        }

/* Henryford Section CSS */
.henry-ford-section {
    margin-top: 110px;
    margin-bottom: 110px;
    background: linear-gradient(270deg, #0E243A 29.31%, #0E243A 72.68%), #FDFDFD;
}

    .henry-ford-section .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * .5);
        padding-right: calc(var(--bs-gutter-x) * .5);
    }

    .henry-ford-section .col-md-6 {
        padding-right: 0px;
        padding-left: 0px;
    }

.henry-ford-section-picture img {
    width: 100%;
}

.henry-ford-section .section-title {
    margin-right: 30px;
    margin-top: 60px;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    padding-top: 5px;
}

    .henry-ford-section .section-title.double-gem:after {
        background: url(../img/icons/double-gem-icon.svg);
        top: -35px;
    }

.section-quota-text {
    margin-right: 50px;
    margin-top: 100px;
    color: #FFF;
    line-height: 36px;
    text-align: justify;
    position: relative;
}

    .section-quota-text:before {
        content: '';
        position: absolute;
        top: -30px;
        right: 0px;
        background: url(../img/icons/quota-top-right.svg) no-repeat;
        width: 23px;
        height: 23px;
    }

    .section-quota-text:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0px;
        background: url(../img/icons/quota-bottom-left.svg) no-repeat;
        width: 23px;
        height: 23px;
    }
/* Award Section CSS */
.award-section {
    position: relative;
    padding-top: 50px;
    margin-bottom: 160px;
}

    .award-section .video-js {
        min-height: 400px;
    }

.award-section-left-shape {
    position: absolute;
    left: 0px;
    top: -35px;
    background: url(../img/other/award-left-shape.png);
    background-repeat: no-repeat;
    width: 183px;
    height: 183px;
    opacity: 0.5;
}

.award-section-right-shape {
    position: absolute;
    right: 0;
    bottom: -110px;
    background: url(../img/other/award-right-shape.png);
    background-repeat: no-repeat;
    width: 258px;
    height: 173px;
    opacity: 0.5;
}

.award-lists {
    padding-right: 0px;
    list-style: none;
    line-height: 36px;
}

    .award-lists li {
        background: url(../img/icons/red-checkbox.svg) no-repeat;
        background-position: center right;
        padding-right: 30px;
        margin-right: 20px;
        color: #2F2F2F;
        font-size: 16px;
        font-weight: 400;
    }
/* Comments Section CSS */
.comments-section {
    text-align: center;
    position: relative;
    margin-bottom: 110px;
}

.comment-author-image {
    display: inline-block;
    border-radius: 100px;
    margin-bottom: 30px;
}

    .comment-author-image img {
        width: 116px;
        height: 116px;
        display: inline-block;
        border-radius: 100px;
    }

.comment-author-name {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 30px;
}

.comment-author-text {
    color: #2F2F2F;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 39px;
    padding-right: 120px;
    padding-left: 120px;
    position: relative;
}

    .comment-author-text:before {
        content: '';
        position: absolute;
        top: -30px;
        right: 0;
        padding-right: 85px;
        background: url(../img/icons/red-quota-top-right.svg) no-repeat;
        width: 14px;
        height: 14px;
    }

    .comment-author-text:after {
        content: '';
        position: absolute;
        bottom: -30px;
        left: 0px;
        margin-left: 80px;
        background: url(../img/icons/red-quota-bottom-left.svg) no-repeat;
        width: 14px;
        height: 14px;
    }

.comment-carousel {
    overflow: hidden;
}

.comment-carousel-swiper-pagination {
    margin-top: 80px;
}

    .comment-carousel-swiper-pagination .swiper-pagination-bullet {
        background-color: #bbb;
        border: 1px solid #CBCBCB;
        padding: 5px;
    }

        .comment-carousel-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #C91D13;
            border: 1px solid #C91D13;
        }

/* Newsletter Section CSS */
.newsletter-section {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F4F4F4;
}

    .newsletter-section .section-title:after {
        display: none;
    }

    .newsletter-section .section-title {
        font-size: 30px;
        margin-top: 0px;
        font-weight: 400;
        padding-left: 0px;
        padding-right: 0px;
    }

    .newsletter-section .sub-section-title {
        line-height: 36px;
        font-size: 16px;
    }

.newsletter-form-wrapper {
    margin-top: 30px;
    position: relative;
}

.newsletter-input-box {
    width: 100%;
    border: 1px solid #ededed;
    padding: 15px;
    padding-right: 45px;
    padding-left: 180px;
    border-radius: 10px;
    font-size: 15px;
    position: relative;
    text-align: left;
    direction: ltr;
}

    .newsletter-input-box:focus {
        border: 1px solid #C91D13;
    }

.submit-newsletter-btn {
    position: absolute;
    left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 25px;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 30px;
}

.newsletter-form-wrapper i {
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 16px;
    color: #ca1c13;
    font-size: 22px;
}

/* Footer Section CSS */
.footer-wrapper {
    background: #0E243A;
    padding: 20px;
    position: relative;
}

.footer-top-arrow {
    display: inline-block;
    position: absolute;
    top: 0;
}

    .footer-top-arrow:before {
        content: '';
        background: url(../img/icons/btn-go-top.svg) no-repeat;
        background-position: center right;
        width: 127px;
        height: 79px;
        position: absolute;
        top: -19px;
        z-index: 1;
        cursor: pointer;
    }

    .footer-top-arrow:after {
        content: '';
        background: white;
        border-radius: 100px;
        z-index: 1;
        width: 60px;
        height: 60px;
        position: absolute;
        left: -23px;
        margin-top: -60px;
        border: 4px solid #ca1c13;
        cursor: pointer;
    }

.go-top-btn i {
    margin-right: 52px;
    margin-top: -36px;
    z-index: 2;
    color: #ca1c13;
    position: relative;
    top: -15px;
    left: 0px;
}

.footer-top {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

    .footer-top ul li {
        display: inline-block;
        margin-left: 20px;
        margin-right: 20px;
    }

        .footer-top ul li a {
            color: #FFF;
            font-size: 15px;
        }

            .footer-top ul li a:hover {
                color: #ca1c13;
            }

.footer-middle .col-md-2 {
    text-align: center;
}

.footer-middle .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.footer-namad-wrraper {
    text-align: left;
}

    .footer-namad-wrraper .samandehi-logo, .footer-namad-wrraper .etehadie-logo, .footer-namad-wrraper .enamad-logo {
        display: inline-block;
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 10px;
        padding: 20px;
        position: relative;
    }

.etehadie-logo:before {
    content: 'ØºÛŒØ±ÙØ¹Ø§Ù„';
    position: absolute;
    top: 6px;
    left: 5px;
    background: #24384c;
    border-radius: 5px;
    color: #FFF;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.samandehi-logo:before {
    content: 'ØºÛŒØ±ÙØ¹Ø§Ù„';
    position: absolute;
    top: 6px;
    left: 5px;
    background: #24384c;
    border-radius: 5px;
    color: #FFF;
    font-size: 10px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 8px;
    padding-left: 8px;
}

.footer-about-text-wrapper {
    background: rgba(255, 255, 255, 0.03);
    color: #FFF;
    padding: 15px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 10px;
    line-height: 34px;
    font-size: 15px;
}

.footer-about-text-head {
    font-weight: 900;
}

.footer-logo {
    text-align: center;
    display: inline-flex;
    height: 100%;
}

    .footer-logo img {
        display: inline-flex;
        width: 100%;
    }

.footer-bottom-links {
    text-align: left;
}

    .footer-bottom-links ul {
        padding: 0px;
        margin: 0px;
        list-style: none;
    }

        .footer-bottom-links ul li {
            display: inline-block;
            margin-right: 30px;
        }

            .footer-bottom-links ul li a {
                font-size: 15px;
                color: #FFF;
            }

.footer-bottom-copyright img, .copy-right-text {
    display: inline-block;
    color: #FFF;
}

.footer-bottom .container-fluid {
    padding: 0px;
    padding-top: 10px;
    margin-bottom: -8px;
}

.copy-right-text {
    padding-right: 10px;
    font-size: 15px;
}

    .copy-right-text a {
        color: #ca1c13;
    }

        .copy-right-text a:hover {
            color: #C91D13;
        }

.user-menu button:after {
    content: ' ';
    position: absolute;
    display: inline-block !important;
    left: 10px;
    top: 17px;
    background: url(../img/icons/chevron-down.svg) !important;
    background-repeat: no-repeat !important;
    border: none !important;
    height: 10px;
    width: 20px;
}


.user-menu button {
    direction: ltr;
    background: #FFF url(../img/icons/auth-icon.svg) no-repeat;
    background-position: calc(100% - 7px) center !important;
    color: #434D5A;
    border: 1px solid #434D5A;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 30px;
    display: block;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
    margin-top: 7px;
    position: relative;
}


    .user-menu button:hover {
        background: #C91D13 url(../img/icons/auth-icon-hover.svg) no-repeat;
        background-position: calc(100% - 7px) center !important;
        color: #FFF;
        border-color: #C91D13;
    }

.user-menu-list.show {
    background: #FFF;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #00000000;
    margin-top: 0px;
    position: absolute;
    left: 0px;
    border-radius: 15px;
}


.user-menu-list a {
    color: #5F5F5F;
    font-size: 14px;
    line-height: 30px;
    font-weight: 400;
}

.user-menu-list i {
    margin-left: 10px;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Result Page CSS */
.second-page-header {
    margin-bottom: 40px;
}

.top-bar .navbar-brand {
    padding: 0px;
    margin-left: 30px;
}

    .top-bar .navbar-brand img {
        width: 91px;
        position: relative;
        top: 1px;
    }


    .top-bar .navbar-brand:after {
        display: none;
    }

.result-page-tab-bar-wrapper .export-excel-col {
    text-align: left;
}

.result-page-tab-bar-wrapper {
    border-radius: 10px;
    background: #F2F2F2;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

    .result-page-tab-bar-wrapper a {
        color: #636363;
        padding: 20px;
        display: block;
    }

.result-download-btn-wrapper {
    padding: 20px;
    text-align: center;
    display: inline-block;
    background: #FE8024;
    color: #FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    cursor: pointer;
    width: 100%;
}

    .result-download-btn-wrapper i, .result-download-btn-wrapper-text {
        display: inline-block;
    }

    .result-download-btn-wrapper i {
        margin-left: 10px;
        color: #FFF;
    }

    .result-download-btn-wrapper:hover {
        background: #C91D13;
    }

.result-info-alert {
    margin-bottom: 80px;
}

.info-box {
    position: relative;
    padding: 20px;
    border: 1px solid #73d7ecc2;
    background: #cff4fc;
    border-radius: 6px;
    margin-top: 30px;
}

    .info-box p {
        display: inline;
        padding-right: 10px;
        color: #055160;
        font-weight: 400;
        font-size: 15px;
    }

.close-icon {
    position: absolute;
    top: 36%;
    left: 20px;
    cursor: pointer;
    color: #055160;
}

.info-box i:first-child {
    color: #23bfdf;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.close-icon:hover {
    color: #012f39;
}

.nav-tabs {
    border-color: #F0F0F0;
}

    .nav-tabs a {
        color: #777575 !important;
    }

    .nav-tabs .nav-link:hover i, .nav-tabs .nav-link:hover, .nav-tabs .nav-link.active i, .nav-tabs .nav-link.active {
        color: #C91D13 !important;
    }

    .nav-tabs .nav-link {
        padding-right: 20px;
        padding-left: 35px;
        margin-right: 10px;
        font-size: 15px;
    }

        .nav-tabs .nav-link i {
            color: #585858;
            padding-left: 10px;
            font-size: 20px;
            padding-top: 4px;
            padding-bottom: 6px;
            padding-right: 10px;
            position: relative;
            top: 2px;
        }

    .nav-tabs .nav-link {
        border: none;
    }

        .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover {
            background: linear-gradient(180deg, rgba(201, 29, 19, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%);
            border: none;
        }

.most-researched-section, .prefixes-section, .suffixes-section, .other-prefixes-section, .latest-most-researched-section, .attractive-section {
    margin-bottom: 50px;
}

.most-researched-section {
    margin-top: 50px;
}

.card-content {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 50px;
    margin-top: 50px;
    min-height: 200px;
}

.card-head-title {
    font-size: 20px;
    font-weight: 600;
    color: #2F2F2F;
}

.latest-most-researched-section {
    margin-top: 80px;
}

.chart_preloader, .cart_preloader {
    text-align: center;
    margin-bottom: 50px;
    display: none;
}

    .chart_preloader.active, .cart_preloader.active {
        display: block;
    }

#most-researched-chart svg, #prefixes-chart svg, #suffixes-chart svg, #other-prefixes-chart svg {
    display: inline-flex;
    width: 100%;
    height: auto;
    max-height: 100%;
}

#most-researched-chart, #prefixes-chart, #suffixes-chart, #other-prefixes-chart {
    text-align: center;
}

#most-researched-chart-tab, #prefixes-chart-tab, #suffixes-section-chart-tab, #other-prefixes-section-chart-tab, #attractive-section-chart-tab, #pishvandy-section-chart-tab {
    padding: 20px;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}



.card-content-block-items {
    position: relative;
}

.word-list-table {
    margin-top: 30px;
    border-radius: 10px;
    border: 1px solid #f2f2f2;
}

.word-list-table-wrapper {
    position: relative;
}

.word-list-table th, .word-list-table td {
    padding: 10px;
    font-size: 14px;
}

.word-list-table td {
    padding-top: 5px;
    padding-bottom: 11px;
}

.word-list-table tbody tr {
    vertical-align: initial;
}

    .word-list-table tbody tr td:first-child {
        width: 50px;
    }

.word-list-table tr:nth-child(odd) {
    background: #9999990d;
}

.word-list-table tr:nth-child(even) {
    background: #FFF;
}

.table-word-item {
    text-align: right;
}

    .table-word-item a {
        font-size: 14px !important;
        color: black !important;
    }

        .table-word-item a:hover {
            color: #ca1c13 !important;
        }

    .table-word-item .item-actions div {
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        font-size: 14px;
        height: 25px;
        cursor: pointer;
    }

        .table-word-item .item-actions div a {
            font-size: 14px;
            color: #ca1c13;
            display: inline;
        }

    .table-word-item .item-actions a {
        color: #ca1c13 !important;
    }

    .table-word-item .item-actions {
        margin-right: 10px;
        visibility: hidden;
        opacity: 0;
        transition: opacity 0.2s ease, visibility 0.2s ease;
        display: inline-block !important;
        width: fit-content;
        margin-top: 0px;
        background: #FAE8E7;
        border-radius: 10px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .table-word-item:hover .item-actions {
        opacity: 1;
        display: inline-block !important;
        visibility: visible;
    }

        .table-word-item:hover .item-actions div {
            opacity: 1;
            visibility: visible;
        }

.word-list-table .blur {
    filter: blur(2px);
    cursor: default;
    pointer-events: none;
}

.table-upgrade-btn {
    position: absolute;
    left: 13%;
    top: 60%;
}

    .table-upgrade-btn a {
        background: #fbbf04;
        color: #4d4d4d;
        font-size: 14px;
        padding: 10px 35px;
        border-radius: 5px;
        text-align: center;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }

        .table-upgrade-btn a:before {
            content: "\f023";
            font-family: "Font Awesome 5 Free";
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            padding-left: 10px;
        }


.card-content-block {
    padding: 20px;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    height: 100%;
    min-height: 300px;
}

.card-content-block-items ul .item-actions {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    background: #FAE8E7;
    border-radius: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

    .card-content-block-items ul .item-actions li:first-child {
        margin-right: 0px;
    }

    .card-content-block-items ul .item-actions li a, .card-content-block-items ul .item-actions li i {
        color: #C91D13;
        font-size: 13px;
    }

    .card-content-block-items ul .item-actions li {
        display: inline-block;
        cursor: pointer;
        margin-right: 10px;
        margin-bottom: -2px;
    }

.card-content-block-items ul {
    list-style: none;
    margin-right: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.card-content-block-title {
    font-size: 18px;
    font-weight: 500;
}

.card-content-block-items .word-items a {
    color: #979797;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
}

.card-content-block-items .word-items a {
    width: 100%;
    display: block;
}

.word-items {
    position: relative;
}

    .word-items:hover .item-actions {
        display: block;
    }

.result-page-tab-bar.sticky {
    position: fixed;
    top: 20px;
    left: 0;
    right: 0;
    z-index: 4;
}

.result-info-alert.sticky {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    z-index: 1;
}

.result-page-tab-bar-wrapper {
    overflow: hidden;
}

    .result-page-tab-bar-wrapper .col-2:first-child {
    }

    .result-page-tab-bar-wrapper .col-2:hover * {
        color: #121212 !important;
    }

    .result-page-tab-bar-wrapper .col-2:hover {
        background: #e5e5e5;
    }

#fullscreen-search {
    display: none;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,.2);
    transition: .3s !important;
    backdrop-filter: blur(10px);
}

#search-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70%;
    padding: 20px;
}

    #search-box .search-input-box {
        background: #FFF url(../img/icons/search-icon.svg) !important;
        background-repeat: no-repeat !important;
        background-position: calc(100% - 10px) center !important;
    }

    #search-box .close-icon {
        top: 10px;
        right: 30px;
    }

.search-btn-header {
    cursor: pointer;
    position: relative;
    left: 29px;
}

.search-btn-header {
    border: 1px solid #a4a4a4;
    border-radius: 100px;
    width: 45px;
    height: 45px;
    text-align: center;
    position: relative;
    left: 15px;
    margin-top: 6px;
    margin-right: 9px;
    padding-top: 5px;
    cursor: pointer;
}

    .search-btn-header i {
        border-radius: 100px;
        font-size: 15px;
        color: #636363;
        display: flex !important;
        justify-content: center;
        margin-bottom: 1px;
        margin-top: 1px;
        position: relative;
        top: 8px;
    }

    .search-btn-header:hover i {
        color: #C91D13;
    }

.responsive-fix-menu {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 96%;
    background: #FFF;
    margin: auto;
    border-radius: 20px;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    text-align: center;
    z-index: 2;
}

    .responsive-fix-menu .home-icon, .responsive-fix-menu .download-icon, .responsive-fix-menu .home-icon, .responsive-fix-menu .search-icon, .responsive-fix-menu .info-icon, .responsive-fix-menu .go-up-icon {
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        justify-content: center;
        cursor: pointer;
    }

    .responsive-fix-menu i {
        padding: 0px !important;
        margin: 0px !important;
        font-size: 18px;
        color: #838398;
    }

        .responsive-fix-menu i:hover {
            color: #ca1c13 !important;
        }

    .responsive-fix-menu .search-icon {
        position: relative;
        top: 2px;
        cursor: pointer;
    }

        .responsive-fix-menu .search-icon:before {
            background: #C91D13;
            padding: 14px;
            position: absolute;
            top: -15px;
            border-radius: 50px;
            color: #FFF;
            box-shadow: 1px 0px 20px 10px rgb(231 0 0 / 5%);
        }

/* Responsive CSS */
.navbar-toggler:focus {
    box-shadow: none;
}

.mobile {
    display: none;
}

/* IdehMideh CSS */
.most-researched-section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.search-col {
    text-align: left;
}

.search-btn-fixed {
    border: 1px solid #a4a4a4;
    border-radius: 10px;
    height: 45px;
    text-align: center;
    position: relative;
    left: 0;
    margin-top: 9px;
    margin-right: 9px;
    padding-top: 0px;
    cursor: pointer;
    float: left;
}

    .search-btn-fixed a {
        padding-top: 12px;
        font-size: 16px;
        padding-right: 15px;
        padding-left: 15px;
    }

/*.search-bar-tabs {*/
/*    position: relative;*/
/*    right: 0;*/
/*    margin-top: 0px;*/
/*    background: #FFF;*/
/*    padding: 5px;*/
/*    border-radius: 10px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-bottom-left-radius: 0px;*/
/*    margin-bottom: 0px;*/
/*    padding-bottom: 7px;*/
/*    z-index: 1;*/
/*}*/

.search-bar-tabs {
    position: relative;
    right: 0;
    margin-top: 0px;
    background: #FFF;
    padding: 5px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    z-index: 1;
    border-bottom: 1px solid #434d5a1f;
}


    .search-bar-tabs .nav-tabs {
        border-color: transparent !important;
    }

        .search-bar-tabs .nav-tabs li:last-child {
            margin-right: 5px;
        }

        .search-bar-tabs .nav-tabs li .nav-link {
            padding-left: 12px;
            padding-right: 35px;
            margin-right: 0px;
            margin-left: 10px;
            position: relative;
            top: 1px;
            border-radius: 0px;
        }




.search-form-wrapper {
    padding: 5px;
    border-radius: 10px;
    border-top-right-radius: 0px;
    background: #fdfdfd;
    position: relative;
    z-index: 0;
}



.search-bar-tabs .nav-tabs li .nav-link:hover, .search-bar-tabs .nav-tabs li .nav-link.active {
    color: #C81D13;
    background: none;
    border: none;
}

.search-bar-tabs .nav-tabs li .active:after {
    content: '';
    position: absolute;
    bottom: -11px;
    right: 0px;
    width: 100%;
    height: 1px;
    background: red;
}

.search-bar-tabs-content .tab-pane {
    display: none;
}


.search-bar-tabs .tab-1:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/google-icon.svg);
    background-position: right;
}

.search-bar-tabs .tab-4:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/instagram-icon.svg);
    background-position: right;
}

.search-bar-tabs .tab-2:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/google-icon.svg);
}

.search-bar-tabs .tab-3:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/youtube-icon.svg);
    background-position: right;
}

.search-bar-tabs a[href="#d"]:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/digikala-logo.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.search-bar-tabs .tab-2 {
    margin-left: 3px !important;
}

.search-bar-tabs .nav-tabs li:last-child .nav-link {
    margin-left: 5px !important;
}

.search-bar-tabs li:before {
    filter: grayscale(100%);
}

.search-bar-tabs li:hover::before, .search-bar-tabs li:has(> a.active)::before {
    filter: inherit;
}

.search-bar-tabs li:hover::before, .search-bar-tabs li:has('> a.active')::before {
    filter: inherit;
}

.search-bar-tabs .tab-5:before {
    content: ' ';
    position: absolute;
    right: 8px;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(../img/icons/digikala-icon.svg);
    background-position: right;
    background-repeat: no-repeat;
}

.tab-1, .tab-2, .tab-3, .tab-4, .tab-5 {
    position: relative;
}

    .tab-1:before, .tab-2:before, .tab-3:before, .tab-4:before, .tab-5:before {
        top: 10px !important;
    }

.main-hero-text {
    font-size: 65px;
    font-weight: 900;
}


.search-bar-tabs-content .tab-pane.fade.show {
    display: block;
}

.ideh-mideh-result-section-content {
    padding-top: 60px;
    padding-bottom: 60px;
}

    .ideh-mideh-result-section-content .card-head-title-word {
        color: #C91D13;
    }

    .ideh-mideh-result-section-content .card-content {
        border-radius: 10px;
        border: 1px solid #F2F2F2;
        box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.04), 0px 7px 7px 0px rgba(0, 0, 0, 0.03), 0px 17px 10px 0px rgba(0, 0, 0, 0.02), 0px 30px 12px 0px rgba(0, 0, 0, 0.01), 0px 47px 13px 0px rgba(0, 0, 0, 0.00);
        min-height: 500px;
        margin-top: 30px;
    }

#most-researched-chart-tab, #prefixes-chart-tab, #suffixes-section-chart-tab, #other-prefixes-section-chart-tab .col-md-6 {
    padding: 20px;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.sentence-item {
    border-radius: 12px;
    background: #F8F8F8;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 15px;
    font-weight: 500;
    color: #474747;
    text-align: right;
    position: relative;
}

.sentence-item-text, .sentence-copy-action {
    display: inline-flex;
}

.sentence-copy-action {
    float: left;
    margin-top: 0px;
    background: #FAE8E7;
    border-radius: 7px;
    padding-right: 12px;
    padding-left: 12px;
    display: block;
    padding-top: 6px;
    padding-bottom: 3px;
    position: relative;
    top: -3px;
    margin-left: -3px;
    color: #C91D13;
    font-size: 14px;
    cursor: pointer;
    transition: 0s !important;
}

    .sentence-copy-action:hover {
        background: #C91D13;
        color: #FFF;
        transition: 0s !important;
    }

.second-page-header .navbar-toggler {
    z-index: 1;
}

.video-js.vjs-fullscreen .vjs-control-bar {
    left: 0px;
    margin: 0px;
    padding: 0px;
}

.Tour_Started .tg-dialog {
    pointer-events: auto !important;
}

.tg-dialog .tg-dialog-body {
    padding: 20px !important;
}

.tg-dialog .tg-dialog-header {
    padding: 20px 20px 0 20px !important;
}

    .tg-dialog .tg-dialog-header .tg-dialog-close-btn {
        margin-left: -2px !important;
        margin-top: -5px !important;
    }

body .tg-backdrop, html .tg-backdrop {
    box-shadow: rgb(20 20 21 / 0%) 0px 0px 1px 2px, rgb(20 20 21 / 20%) 0px 0px 0px 1000vh !important;
}

.tg-dialog .tg-dialog-header .tg-dialog-title {
    text-align: right !important;
    padding-right: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
}

.tg-dialog .tg-dialog-body p {
    font-size: 14px !important;
    line-height: 30px !important;
    margin-bottom: 0px !important;
}

.table-responsive tbody tr td:first-child {
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.table-responsive tbody tr td:last-child {
    padding-left: 30px;
    padding-top: 15px;
    padding-bottom: 20px;
}

.table-responsive tbody tr td {
    text-align: right;
}

.main-logo a {
    position: relative;
}

.free-usage-badge {
    position: absolute;
    left: -90px;
    top: -20px;
    transform: rotate(-45deg);
    color: #C91D13;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #C91D13;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
}

.download-box-wrapper {
    text-align: left;
}

.word-list-table {
    /*min-width: 768px;*/
    position: relative;
}

.word-list-table-wrapper {
    /*overflow: scroll;*/
}

.download-image {
    text-align: center;
    font-size: 14px;
    border: 1px solid #C91D13;
    color: #C91D13;
    display: inline-block;
    border-radius: 3px;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
}

    .download-image:hover {
        background: #C91D13;
        color: #FFF;
    }

    .download-image i {
        padding-left: 5px;
        position: relative;
        top: 1px;
    }



.tooltip, .tooltip * {
    transition: none !important;
}

.tooltip-inner {
    background-color: #ca1c13;
}

.tooltip .arrow::before {
    border-top-color: #ca1c13;
    border-bottom-color: #ca1c13;
    border-right-color: #ca1c13;
    border-left-color: #ca1c13;
}

.tooltip.top .tooltip-arrow::before {
    border-top-color: #ca1c13;
}

.tooltip.bottom .tooltip-arrow::before {
    border-bottom-color: #ca1c13;
}

.tooltip.left .tooltip-arrow::before {
    border-left-color: #ca1c13;
}

.tooltip.right .tooltip-arrow::before {
    border-right-color: #ca1c13;
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #ca1c13 !important;
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ca1c13 !important;
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-left .tooltip-arrow::before {
    border-left-color: #ca1c13 !important;
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-right .tooltip-arrow::before {
    border-right-color: #ca1c13 !important;
}
.navbar li.nav-item.dropdown {
    padding-left: 15px;
}

.nav-item .dropdown-toggle::after {
    display: none !important;
}

.nav-item .dropdown-toggle::before {
    content: ' ' !important;
    position: absolute !important;
    display: inline-block !important;
    left: -5px !important;
    right: 10px !important;
    top: 17px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.410742 0.910744C0.736179 0.585307 1.26382 0.585307 1.58925 0.910744L6 5.32149L10.4107 0.910744C10.7362 0.585307 11.2638 0.585307 11.5893 0.910744C11.9147 1.23618 11.9147 1.76382 11.5893 2.08925L6.58925 7.08925C6.26382 7.41469 5.73618 7.41469 5.41074 7.08925L0.410742 2.08925C0.0853049 1.76382 0.0853049 1.23618 0.410742 0.910744Z' fill='%23434D5A'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    border: none !important;
    height: 10px !important;
    z-index: 1;
}

.navbar li.nav-item.dropdown:hover a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.410742 0.910744C0.736179 0.585307 1.26382 0.585307 1.58925 0.910744L6 5.32149L10.4107 0.910744C10.7362 0.585307 11.2638 0.585307 11.5893 0.910744C11.9147 1.23618 11.9147 1.76382 11.5893 2.08925L6.58925 7.08925C6.26382 7.41469 5.73618 7.41469 5.41074 7.08925L0.410742 2.08925C0.0853049 1.76382 0.0853049 1.23618 0.410742 0.910744Z' fill='%23c91d13'/%3E%3C/svg%3E") !important;
}

.navbar li.nav-item.dropdown:hover .dropdown-menu {
    position: absolute !important;
    right: -20px !important;
    background: #FFF;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #00000000;
    margin-top: 0px;
    left: 0px;
    top: 41px;
    border-radius: 15px;
    width: 100%;
    min-width: 233px;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
}

    .navbar li.nav-item.dropdown:hover .dropdown-menu a {
        color: #5F5F5F;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        padding-right: 20px !important;
        padding-left: 15px !important;
        white-space: inherit !important;
    }

        .navbar li.nav-item.dropdown:hover .dropdown-menu a:after {
            display: none !important;
        }

.navbar li.nav-item.dropdown .dropdown-menu a:hover {
    background-color: #f8f9fa !important;
    color: #ca1c13 !important;
}

.navbar li.nav-item.dropdown {
    padding-left: 15px;
}

.nav-item .dropdown-toggle::after {
    display: none !important;
}

.nav-item .dropdown-toggle::before {
    content: ' ' !important;
    position: absolute !important;
    display: inline-block !important;
    left: -5px !important;
    right: 10px !important;
    top: 17px !important;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.410742 0.910744C0.736179 0.585307 1.26382 0.585307 1.58925 0.910744L6 5.32149L10.4107 0.910744C10.7362 0.585307 11.2638 0.585307 11.5893 0.910744C11.9147 1.23618 11.9147 1.76382 11.5893 2.08925L6.58925 7.08925C6.26382 7.41469 5.73618 7.41469 5.41074 7.08925L0.410742 2.08925C0.0853049 1.76382 0.0853049 1.23618 0.410742 0.910744Z' fill='%23434D5A'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    border: none !important;
    height: 10px !important;
    z-index: 1;
}

.navbar li.nav-item.dropdown:hover a:before {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.410742 0.910744C0.736179 0.585307 1.26382 0.585307 1.58925 0.910744L6 5.32149L10.4107 0.910744C10.7362 0.585307 11.2638 0.585307 11.5893 0.910744C11.9147 1.23618 11.9147 1.76382 11.5893 2.08925L6.58925 7.08925C6.26382 7.41469 5.73618 7.41469 5.41074 7.08925L0.410742 2.08925C0.0853049 1.76382 0.0853049 1.23618 0.410742 0.910744Z' fill='%23c91d13'/%3E%3C/svg%3E") !important;
}

.navbar li.nav-item.dropdown:hover .dropdown-menu {
    position: absolute !important;
    right: -20px !important;
    background: #FFF;
    box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #00000000;
    margin-top: 0px;
    left: 0px;
    top: 41px;
    border-radius: 15px;
    width: 100%;
    min-width: 233px;
    padding-right: 0px;
    padding-left: 0px;
    display: inline-block;
}

    .navbar li.nav-item.dropdown:hover .dropdown-menu a {
        color: #5F5F5F;
        font-size: 16px;
        line-height: 30px;
        font-weight: 400;
        padding-right: 20px !important;
        padding-left: 15px !important;
        white-space: inherit !important;
    }

        .navbar li.nav-item.dropdown:hover .dropdown-menu a:after {
            display: none !important;
        }

.navbar li.nav-item.dropdown .dropdown-menu a:hover {
    background-color: #f8f9fa !important;
    color: #ca1c13 !important;
}



@media (min-width: 1439px) {
    .navbar-expand-ctm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

        .navbar-expand-ctm .navbar-nav {
            flex-direction: row;
        }

        .navbar-expand-ctm .navbar-collapse {
            display: flex !important;
            flex-basis: auto;
        }

        .navbar-expand-ctm .navbar-toggler {
            display: none;
        }
}

@media (max-width: 1438px) {
    .navbar-expand-ctm .navbar-collapse {
        display: none !important;
    }

    .navbar-expand-ctm .navbar-toggler {
        display: block;
        position: absolute;
        right: 0px;
        top: 6px;
    }

    .second-page-header .navbar-expand-ctm .navbar-toggler {
        right: 0px;
    }


    .navbar-expand-ctm.collapsing .navbar-collapse {
        display: block !important;
    }

    .navbar-expand-ctm .navbar-collapse.show {
        display: block !important;
    }

    .navbar-nav {
        padding-top: 15px;
    }

    .nav-item a {
        background-position: center right !important;
        padding-right: 0px;
        background: none !important;
    }


    li.nav-item.lang-menu {
        margin-right: 0px;
        padding-right: 16px !important;
    }

    .top-bar .navbar-brand img {
        right: 65px;
    }

    #mobile-menu .navbar-nav .dropdown-menu {
        position: relative !important;
        transform: inherit !important;
        margin-top: 10px !important;
        background: #ffffff;
        box-shadow: 0px 1.5px 20.5px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #00000000;
        padding-bottom: 3px !important;
    }

        #mobile-menu .navbar-nav .dropdown-menu li:hover a {
            background: #FFF !important;
            color: #C91D13 !important;
        }

        #mobile-menu .navbar-nav .dropdown-menu a {
            color: #636363;
            padding-right: 15px !important;
            padding-left: 15px !important;
            margin-right: 0px !important;
            line-height: 30px !important;
        }

    #mobile-menu .nav-item a.show:before {
        background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.5893 7.08926C11.2638 7.41469 10.7362 7.41469 10.4107 7.08926L6 2.67851L1.58925 7.08926C1.26382 7.41469 0.736179 7.41469 0.410742 7.08926C0.0853049 6.76382 0.0853049 6.23618 0.410742 5.91074L5.41074 0.910743C5.73618 0.585306 6.26382 0.585306 6.58925 0.910743L11.5893 5.91074C11.9147 6.23618 11.9147 6.76382 11.5893 7.08926Z' fill='%23434D5A'/%3E%3C/svg%3E") !important;
    }

    #mobile-menu .navbar-nav .dropdown-menu li:hover a {
        background: #f8f9fa !important;
        color: #ca1c13 !important;
    }
}




@media(min-width:768px) and (max-width:1024px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:481px) and (max-width:767px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:320px) and (max-width:480px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }

    .home-quick-access .service_text .cz_wpe_content p:last-child {
        width: auto;
        right: 0px;
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:481px) and (max-width:767px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media(min-width:320px) and (max-width:480px) {
    .mobile {
        display: block !important
    }

    .desktop {
        display: none !important
    }
}

@media (max-width: 768px) {
    .desktop {
        bottom: 10px;
    }

    #contact_us_form .contact_us_form_col p {
        width: 100%;
    }

    .ai-generator-content {
        width: 90%;
    }
}

@media (max-width: 576px) {
    .download-box-wrapper {
        margin-top: 10px;
    }
}

@media (max-width: 991px) {
    .container-fluid {
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
    }

    .top-bar .col-md-5 {
        width: 50%;
    }

    .top-bar .col-md-7 {
        width: 50%;
    }

    .navbar-collapse {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .second-page-header .navbar-toggler {
        position: absolute;
        right: 50px;
    }

    .lang-menu svg {
        width: 16px;
        height: 16px;
        margin-left: 5px;
        margin-right: -27px;
    }


    #mobile-menu {
        position: absolute;
        top: 64px;
        background: #f9f9f9;
        padding-top: 0px;
        padding-bottom: 5px;
        z-index: 3;
        box-shadow: -2px 2px 5px 0px rgba(47, 47, 47, 0.06);
    }


    li.nav-item.lang-menu {
        margin-right: 0px;
    }




    #mobile-menu .navbar .nav-item:after, .navbar a:after {
        display: none;
    }

    #mobile-menu .nav-item a {
        background: none;
        padding-right: 0px;
    }


    #mobile-menu .nav-item.active a {
        color: #ca1c13;
    }

    #mobile-menu .navbar-nav {
        padding-right: 10px;
        padding-left: 10px;
    }

        #mobile-menu .navbar-nav li {
            margin-bottom: 5px;
        }

    #mobile-menu .about-menu a {
        margin-right: 7px;
        padding-right: 25px;
    }

    #mobile-menu .changelog-menu a, #mobile-menu .home-menu a {
        margin-right: 2px !important;
    }

    #mobile-menu .web-programming a, #mobile-menu .home-menu a {
        margin-right: 2px !important;
    }

    #mobile-menu .dashboard a, #mobile-menu .home-menu a {
        margin-right: 2px !important;
    }

    .search-section .col-md-7 {
        width: 96%;
    }

    .banner-section .col-md-3 {
        flex: 0 0 auto;
        width: 50%;
    }

    .banner-no-ads-text {
        border-radius: 10px;
        border: 1px solid rgba(201, 29, 19, 0.25);
        background: #F4F4F4;
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #C91D13;
        flex-wrap: wrap;
        text-align: center;
        margin-top: 20px;
        padding-top: 13px;
        padding-bottom: 13px;
    }

    .banner-section .mobile {
        padding: 0px;
    }

    .banner-section .col-md-3 {
        padding: 0px;
    }

    .banner-section {
        padding-right: 10px;
        padding-left: 10px;
    }

    .banner-item {
        margin-right: 5px;
        margin-left: 5px;
    }

    .ads-desc-text {
        padding-top: 10px;
    }

    .search-form-wrapper input[type="text"] {
        font-size: 13px;
    }

    .search-form-wrapper button[type="submit"] {
        padding-bottom: 10px;
        line-height: 20px;
        font-size: 14px;
    }


    .papular-word-section {
        padding-bottom: 80px;
    }

    .popular-word-carousel .swiper-slide a {
        display: block !important;
        width: 100% !important;
    }

    .pricing-section .col-md-3 {
        width: 33%;
    }

    .section-quota-text {
        margin-top: 50px;
        margin-bottom: 65px;
    }

    .henry-ford-section .col-md-6 {
        width: 100%;
    }

        .henry-ford-section .col-md-6:last-child {
            padding-left: 0px;
            padding-right: 0px;
            padding-top: 20px;
        }

    .footer-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    .footer-top {
        padding-top: 30px;
    }

    .footer-top-links {
        position: relative;
        z-index: 1;
        padding-right: 0px;
        margin-right: 0px;
    }

        .footer-top-links ul {
            padding-right: 0px;
        }

    .footer-middle {
        text-align: right;
    }

    .footer-logo {
        padding-bottom: 30px;
        text-align: right;
        justify-content: right;
    }

    .footer-middle .col-md-2 {
        text-align: right;
    }

    .footer-top ul li {
        margin-left: 5px;
        margin-right: 5px;
    }

    .footer-namad-wrraper .samandehi-logo, .footer-namad-wrraper .etehadie-logo, .footer-namad-wrraper .enamad-logo {
        padding: 10px;
    }

    .footer-namad-wrraper {
        text-align: center;
        margin-top: 30px;
    }

    .footer-bottom {
        padding-top: 10px;
    }

    .footer-bottom-copyright img {
        display: none;
    }

    .footer-bottom-links {
        text-align: center;
        margin-top: 10px;
        padding-bottom: 5px;
    }

        .footer-bottom-links ul li {
            margin-right: 0px;
            padding-right: 10px;
            padding-left: 10px;
        }

    .copy-right-text {
        padding-left: 10px;
        text-align: center;
        line-height: 35px;
    }

    .learn-btn a {
        height: 40px;
        padding-left: 10px;
        padding-right: 40px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .learn-icon {
        right: 12px;
        top: 7px;
    }

    .user-menu button {
        height: 40px;
        background-position: calc(100% - 14px) center !important;
    }

        .user-menu button:hover {
            background-position: calc(100% - 14px) center !important;
        }

    .user-expire-time {
        left: 0px;
    }

    .expire-day-text {
        right: -35px;
    }

    .auth-btn a {
        height: 40px;
        padding-right: 30px;
    }

    .cart-item-box {
        margin-left: -15px;
        margin-right: 30px;
    }

    .result-page-tab-bar, .result-info-alert {
        display: none;
    }

    .ideh-mideh-result-section .col-md-8 {
        width: 96%;
    }

    .ideh-mideh-result-section-content {
        padding-top: 10px;
    }

    .search-bar-tabs ul.nav-tabs {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

        .search-bar-tabs ul.nav-tabs::-webkit-scrollbar {
            display: none;
        }

        .search-bar-tabs ul.nav-tabs .nav-item {
            flex: 0 0 auto;
            white-space: nowrap;
        }

    .search-section {
        padding-right: 20px;
        padding-left: 20px;
    }

    .search-form-wrapper button[type="submit"] {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}

@media (max-width: 768px) {
    .top-bar .col-md-5 {
        width: 90%;
    }

    .top-bar .col-md-7 {
        width: 10%;
    }

    .learn-btn a {
        margin-left: 10px;
        padding-right: 30px;
        padding-left: 10px;
    }

    .auth-btn a {
        padding-left: 10px;
        padding-right: 30px;
        border-radius: 50px;
    }

    .auth-icon {
        background-size: 20px;
        margin-right: -2px;
    }

    .learn-icon {
        background-size: 20px;
        margin-right: -7px;
        margin-top: 2px;
    }

    .search-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .stat-section {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .stat-item {
        padding-bottom: 30px;
        padding-top: 20px;
    }

    .head-section-title {
        margin-bottom: 30px;
        font-size: 22px;
        font-weight: 500;
    }

    .main-hero-text {
        font-size: 38px;
    }

    .main-hero-text-slogon-content-label {
        font-size: 16px;
        position: relative;
    }

    .head-section-line {
        width: 20px;
    }

    .papular-word-title {
        font-size: 24px;
    }

        .papular-word-title:after {
            width: 60px;
            background-size: contain;
        }

    .whatis-section .head-section-title {
        margin-bottom: 60px;
    }

    .chart-section:after {
        height: 80px;
    }

    .section-title {
        margin-left: 10px;
        margin-right: 10px;
        padding-right: 10px;
        font-size: 26px;
    }

    .section-sub-title {
        font-size: 15px;
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .section-sub-sub-title {
        margin-right: 10px;
        margin-left: 10px;
        padding-right: 10px;
    }

    .section-content-text {
        padding-left: 10px;
        margin-right: 10px;
        padding-right: 10px;
    }

    .chart-section {
        margin-bottom: 0;
        padding-bottom: 0px;
    }

    .chart-image img {
        width: 95%;
        height: auto;
    }

    .miracle-section {
        padding-top: 0px;
    }

    .miracle-section-image-content, .usekiwordchi-section-image-content {
        text-align: center;
    }

        .miracle-section-image-content img, .usekiwordchi-section-image-content img {
            width: 80%;
            margin-top: 80px;
        }

    .section-content-navigation-btn {
        display: inline-flex;
        justify-content: center;
        width: 100%;
    }

    .miracle-section-image-content:before {
        right: 50px;
        top: 50px;
    }

    .miracle-section-image-content:after {
        right: 50px;
        bottom: -20px;
    }

    .miracle-section-right-shape {
        bottom: 0px;
    }

    .usekeywordchi-image-left-shape:after {
        width: 150px;
        background-size: contain;
        top: 50px;
    }

    .usekeywordchi-image-right-shape:before {
        right: 0;
    }

    .usekeywordchi-image-right-shape:after {
        right: 25px;
        top: -50px;
    }

    .usekeywordchi-section .section-title {
        padding-right: 10px;
        padding-left: 10px;
    }

    .usekeywordchi-section .section-content-text {
        padding-right: 10px;
        padding-left: 10px;
    }

    .learn-video-section .video-js {
        min-height: 290px;
        width: 90%;
        margin: auto;
    }

    .vjs-has-started .vjs-control-bar {
        margin-left: 0px;
        position: relative;
        margin: auto;
        display: flex !important;
        justify-content: center !important;
        left: 0px !important;
        bottom: 70px !important;
        width: 90% !important;
    }

    .learn-video-section .section-title {
        margin-top: 70px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .learn-video-section .section-content-text, .learn-video-section .section-sub-title, .learn-video-section .section-sub-sub-title {
        padding-right: 10px;
        padding-left: 10px;
    }

    .learn-video-section .section-title:after {
        right: 0px;
    }

    .xmind-section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .version-description-section .section-title {
        font-size: 24px;
        padding-top: 20px;
        margin-right: 10px;
    }

    .version-description-section {
        padding-right: 20px;
        padding-left: 20px;
    }

        .version-description-section .section-content-text {
            padding-right: 10px;
            padding-left: 25px;
        }

    .version-section-picture img {
        margin-top: 0px;
        width: 70%;
        margin-bottom: 25px;
    }

    .version-section-picture {
        text-align: center;
    }

    .pricing-section .head-section-title {
        margin-bottom: 80px;
    }

    .pricing-section .col-md-3 {
        width: 100%;
    }

    .package-wrapper {
        width: 80%;
        margin: auto;
        margin-bottom: 30px;
    }

    .henry-ford-section .section-title {
        padding-right: 10px;
        padding-left: 10px;
        margin-right: 10px;
        margin-left: 10px;
        font-size: 24px;
    }

    .section-quota-text {
        margin-top: 50px;
        margin-right: 20px;
        margin-left: 20px;
        margin-bottom: 80px;
    }

    .henry-ford-section {
        margin-bottom: 80px;
    }

        .henry-ford-section .col-md-6:last-child {
            padding-right: 0px;
            padding-left: 0px;
        }

    .comments-section {
        margin-bottom: 80px;
    }

    .comment-author-text {
        padding-right: 10px;
        padding-left: 10px;
    }

        .comment-author-text:before {
            padding-right: 10px;
        }

        .comment-author-text:after {
            padding-left: 10px;
            margin-left: 0px;
            left: 0;
        }

    .newsletter-section {
        padding-bottom: 80px;
    }

    .news-box .col-md-2 {
        width: 22%;
    }

        .news-box .col-md-2:first-child {
            width: 23%;
        }

        .news-box .col-md-2:last-child {
            width: 18%;
            padding: 0px;
        }

    .news-box .col-md-8 {
        width: 56%;
    }

    .news-ticker-navigation-left, .news-ticker-navigation-right {
        margin-right: 0px;
        width: 20px;
        height: 20px;
    }

    .news-website-title img {
        width: 50px;
    }

    .news-ticker-navigation:before {
        width: 50px;
        left: 30px;
    }

    .responsive-fix-menu .col-md-2, .responsive-fix-menu .col-md-4 {
        flex: 0 0 auto !important;
        width: 16.66666667% !important;
    }

    .responsive-fix-menu .container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .responsive-fix-menu .row {
        justify-content: center;
    }

    .sentence-item-text, .sentence-copy-action {
        display: block;
    }

    .sentence-item-text {
        display: block;
        margin-left: 50px;
        line-height: 30px;
    }

    .sentence-copy-action {
        position: absolute;
        left: 15px;
        top: 15px;
    }

    .table-responsive tbody tr {
        display: block;
        margin-top: 10px;
    }

        .table-responsive tbody tr td {
            display: block;
        }

            .table-responsive tbody tr td:first-child {
                padding-left: 30px;
            }

            .table-responsive tbody tr td:last-child {
                padding-right: 30px;
                padding-bottom: 0px;
                padding-top: 5px;
            }

    .table-responsive thead {
        display: none;
    }


    .ai-content-generator-fixed {
        bottom: 50px;
    }

    .ai-generator-sticky-arrow {
        bottom: 160px;
    }

    .ai-generator-icon {
        bottom: 160px;
    }

    .ai-generator-content {
        bottom: 100px;
    }

    .search-form-wrapper form .col-md-2 {
        position: absolute;
        left: 0px;
        z-index: 1;
        max-width: 90px;
        padding-left: 0;
    }

    .download-box-wrapper {
        margin-top: -40px;
    }
}
