 
.header .top-menu ul li a .link:before {
    margin-top: -5px;
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    border: 5px solid transparent;
    border-right: 5px solid #111;
}
.card-inner {
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 111;
    visibility: hidden;
    opacity: 0;
}
.card-inner.active {
    visibility: visible;
    opacity: 1;
    z-index: 112;
}
.card-inner.card-started {
    text-align: center;
}
.card-inner.card-started .slide {
    background-position: center center;
}
.card-inner.card-started .slide:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.6;
}
.card-inner .card-container {
    height: 100%;
}
.card-inner .card-container .card-wrap {
    background: linear-gradient(135deg, #1d1e21 0%, #3e4246 100%);
    overflow: visible !important;
}
.card-inner .card-container .card-wrap .simplebar-scroll-content {
    max-height: 100% !important;
}
.card-inner .card-wrap {
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    height: 100%;
    display: block;
}
.card-inner .card-wrap .simplebar-content {
    overflow: hidden;
    padding: 30px 0 !important;
}
.card-inner .card-image {
    position: fixed;
    overflow: hidden;
    right: -22px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #262628;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.card-inner .card-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #181818;
    opacity: 0.15;
}
.card-inner .card-box {
    position: relative;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    border-radius: 18px;
    transition: all 0.3s ease 0s;
}
.card-inner .card-box:hover {
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.3);
}
.content {
    margin: 0;
    padding: 70px 0 0;
    position: relative;
}
.content.inner-top {
    text-align: center;
}
.content.inner-top .circle-bts a {
    margin: 0 8px;
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.05);
    text-align: center;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
    border-radius: 44px;
    transition: all 0.3s ease 0s;
}
.content.inner-top .circle-bts a .icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    line-height: 42px;
    color: #fff;
    transition: all 0.3s ease 0s;
}
.content.inner-top .circle-bts a span {
    padding: 0 24px;
    display: inline-block;
    vertical-align: top;
    line-height: 44px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    transition: all 0.3s ease 0s;
}
.content.inner-top .circle-bts a span .icon {
    top: -2px;
    margin-right: 5px;
}
.content.inner-top .circle-bts a:hover {
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}
.content.inner-top .circle-bts a:hover .icon {
    color: var(--extra-color);
}
.content.inner-top .circle-bts a:hover span {
    color: var(--extra-color);
}
.box-item .image .info:before,
.box-item .image .info:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--extra-color);
    opacity: 0.4;
    transition: all 0.3s ease 0s;
    border-radius: 18px 18px 0 0;
}
.box-item .image .info:after {
    background: linear-gradient(
        135deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}
.box-item .image .info .icon {
    transition: all 0.1s ease-in 0.4s;
}
.post-box .post-comments li:nth-child(even) {
    background: rgba(255, 255, 255, 0.05);
}
@media (max-width: 1023px) {
    .card-wrap.blogs-sidebar {
        min-height: 100px !important;
        padding-top: 25px;
    }
}
@media screen and (orientation: landscape) and (max-width: 820px) {
    .card-inner .card-image {
        height: 100vh;
    }
}
.slide .circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.slide .circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;
    background-color: var(--extra-color);
}
.slide .circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
}
.slide .circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
}
.slide .circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
}
.slide .circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
}
.slide .circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
}
.slide .circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
}
.slide .circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
}
.slide .circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
}
.slide .circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
}
.slide .circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
}
@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }
    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}
.lines-grid.introoo {
    padding-left: 0;
    display: none;
}
.lines-grid.introoo .row .col:after {
    z-index: 4;
}
.page.introoo {
    overflow-y: scroll !important;
    padding-top: 0 !important;
}
.dodo_intro {
    width: 100%;
    min-height: 100vh;
    float: left;
    position: relative;
    z-index: 2;
}
.dodo_intro .logo {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 110px;
}
.dodo_intro .title_logo {
    display: inline-block;
    background-color: #5ac24e;
    padding: 15px 50px;
    margin-bottom: 25px;
    border-radius: 50px;
}
.dodo_intro .title_logo h3 {
    display: inline-block;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
}
.dodo_intro .logo p {
    font-size: 20px;
}
.dodo_intro .demo_list {
    width: 100%;
    max-width: 1300px;
    padding: 0 20px;
    margin: 0 auto;
    padding-top: 100px;
    display: grid;
}
.dodo_intro .demo_list ul {
    margin: 0 0 0 -40px;
    list-style-type: none;
}
.dodo_intro .demo_list ul li {
    margin: 0 0 40px;
    padding-left: 40px;
    width: 33.3333%;
    float: left;
}
.dodo_intro .demo_list ul li .list_inner {
    width: 100%;
    float: left;
    position: relative;
}
.dodo_intro .demo_list ul li .details {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #333;
    padding: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    transition: all 0.3s ease;
}
.dodo_intro .demo_list ul li .list_inner:hover .details {
    background-color: var(--extra-color);
}
.dodo_intro .demo_list ul li .details h3 {
    font-size: 18px;
    font-weight: 600;
}
.dodo_intro .demo_list ul li img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.demo_full_link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.introoo_copy {
    width: 100%;
    float: left;
    padding: 70px 20px;
    background-color: #333;
    text-align: center;
    margin-top: 60px;
}
.introoo_copy a {
    color: #fff;
    transition: all 0.3s ease;
}
.introoo_copy a:hover {
    color: var(--extra-color);
}
.features_list {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 60px;
}
.feature_title {
    width: 100%;
    float: left;
    margin-bottom: 50px;
}
.feature_title h3 {
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
}
.features_list .list {
    width: 100%;
    float: left;
}
.features_list .list ul {
    margin: 0 0 0 -40px;
    list-style-type: none;
}
.features_list .list ul li {
    width: 33.3333%;
    float: left;
    margin: 0 0 40px;
    padding-left: 40px;
}
.features_list .list ul li .list_inner {
    width: 100%;
    float: left;
    position: relative;
    background-color: #333;
    border-radius: 15px;
    padding: 50px 30px;
}
.features_list .list ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 25px;
    display: inline-block;
}
.features_list .list ul li h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}
@media (max-width: 1600px) {
    .dodo_intro .title_logo {
        padding: 10px 40px;
    }
    .dodo_intro .title_logo h3 {
        font-size: 30px;
    }
    .dodo_intro .logo {
        padding-top: 80px;
    }
    .dodo_intro .demo_list {
        padding-top: 70px;
    }
    .dodo_intro .demo_list {
        max-width: 1090px;
    }
    .features_list {
        margin-top: 30px;
    }
    .introoo_copy {
        margin-top: 30px;
    }
    .introoo_copy {
        padding: 50px 20px;
    }
}
@media (max-width: 768px) {
    .dodo_intro .logo p {
        font-size: 16px;
    }
    .dodo_intro .title_logo {
        margin-bottom: 20px;
    }
    .dodo_intro .demo_list ul {
        margin: 0;
    }
    .dodo_intro .demo_list ul li {
        width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
}
.list-item {
    transition: color 0.2s ease-in-out;
}
.list-item:hover {
    color: #000;
}

.typed-cursor {
    animation: blink-animation 0.5s steps(5, start) infinite;
    color: #4c9ae7;
}
@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}
.nav-btn {
    width: 36px;
    height: 36px;
    position: relative;
    overflow: hidden;
}
.hamburger-bar {
    width: 36px;
    height: 2px;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 10px;
    transition: 0.25s ease-in-out;
}
.header-links {
    right: 40px;
    bottom: 0;
    position: absolute;
    width: 35px;
    float: right;
}
.copyrights {
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: 0;
    position: absolute;
    width: 100%;
}
.header-links a span {
    color: #777 !important;
    transition: 0.25 ease-in-out;
}
.header-links a span:hover {
    color: #000 !important;
}
header.menu-opened .hamburger-bar:nth-child(1) {
    transform: rotate(135deg);
    background-color: #777;
    position: absolute;
    right: 0px;
    top: 12px;
}
header.menu-opened .hamburger-bar:nth-child(2) {
    right: -100px;
    position: absolute;
}
header.menu-opened .hamburger-bar:nth-child(3) {
    transform: rotate(-135deg);
    background-color: #777;
    position: absolute;
    right: 0px;
    top: 12px;
}
.centrizeVideo {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.playNow {
    position: fixed;
    width: 100%;
    background: #ffffffa8;
    width: 100px;
    /* margin-left: calc(50% - 50px); */
    top: 50%;
    left: 50%;
    /* margin-top: calc(50% - 50px); */
    height: 60px;
    padding-top: 19px;
    width: 60px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    z-index: 1000;
    cursor: pointer;
}

header.header .diskTopView{
    right: 20px;
    top: 40px;
    position: fixed
}
header.header .mobileView{
    left: 0px;
    top: 40px;
    position: fixed
}
.nav-btn{
    position:  fixed;
    right: 40px;
}