/*
Theme Name: Webtinus
Theme URI: http://webtinus.com
Author: webtinus
Author URI: http://webtinus.com
Version: 1.0.0 
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Webtinus 
 
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*---------------- Base Site --------------*/
/* 100 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 100;
    src: url("fonts/Kalameh/_eot/Thin.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Thin.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Thin.woff2") format("woff2");
}

/* 200 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 200;
    src: url("fonts/Kalameh/_eot/ExtraLight.eot") format("eot"),
        url("fonts/Kalameh/_Woff/ExtraLight.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/ExtraLight.woff2") format("woff2");
}

/* 300 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 300;
    src: url("fonts/Kalameh/_eot/Light.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Light.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Light.woff2") format("woff2");
}

/* 400 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 400;
    src: url("fonts/Kalameh/_eot/Regular.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Regular.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Regular.woff2") format("woff2");
}

/* 500 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 500;
    src: url("fonts/Kalameh/_eot/Medium.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Medium.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Medium.woff2") format("woff2");
}

/* 600 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 600;
    src: url("fonts/Kalameh/_eot/SemiBold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/SemiBold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/SemiBold.woff2") format("woff2");
}

/* 700 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 700;
    src: url("fonts/Kalameh/_eot/Bold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Bold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Bold.woff2") format("woff2");
}

/* 800 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 800;
    src: url("fonts/Kalameh/_eot/ExtraBold.eot") format("eot"),
        url("fonts/Kalameh/_Woff/ExtraBold.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/ExtraBold.woff2") format("woff2");
}

/* 900 */
@font-face {
    font-display: swap;
    font-family: "Kalameh";
    font-weight: 900;
    src: url("fonts/Kalameh/_eot/Black.eot") format("eot"),
        url("fonts/Kalameh/_Woff/Black.woff") format("woff"),
        url("fonts/Kalameh/_Woff2/Black.woff2") format("woff2");
}

body {
    margin: 0 !important;
    padding: 0 !important;
    font-family: "Kalameh" !important;
    background: var(--light-color-1) !important;
}

:root {
    --primary-color: #00a464;
    --primary-color-70: #00a464bd;
    --secondary-color: #00a46529;

    --red-color: #ff0606;
    --red-color-30: #ff060633;
    --sky-color: #2ca5e0;
    --sky-color-50: #2ca5e055;
    --blue-color: #4285f4;
    --blue-color-10: #4286f424;
    --orange-color: #ff8100;
    --orange-color-50: #ffa00633;

    --black-color: #1b1b1b;
    --white-color: #ffffff;
    --white-color-10: #ffffff10;
    --white-color-20: #ffffff22;
    --white-color-30: #ffffff55;
    --white-color-50: #ffffff88;

    --gray-color: #a0a0a0;

    --dark-color-1: #343434;

    --light-color-1: #f6f6f6;
    --light-color-2: #e2e2e2;
    --light-color-3: #707070;
    --light-color-4: #606060;

    --rounded-5: 5px;
    --rounded-10: 10px;
    --rounded-15: 15px;
    --rounded-20: 20px;
    --rounded-30: 30px;
    --rounded-40: 40px;
    --rounded-full: 100%;

    --shadow-1: 0px 5px 10px 0px #00000010;
    --shadow-2: 0px 5px 10px 0px #00000020;
    --shadow-inner-2: inset 0px 5px 10px 0px #00000020;
    --shadow-center-inner-2: inset 0px 0px 10px 0px #00000020;
}

.mark,
mark {
    color: var(--primary-color);
    background-color: var(--secondary-color);
    padding: 10px 20px;
    margin: 0 5px;
    border-radius: var(--rounded-10);
    font-weight: 600;
}

.notice-massege {
    font-size: 17px;
    font-weight: 400;
    padding: 15px 20px;
    border-radius: var(--rounded-15);
    margin: 30px 0;
    outline: none;
}

.notice-error {
    background-color: var(--red-color-30);
    color: var(--red-color);
}

.notice-alert {
    background-color: var(--orange-color-50);
    color: var(--orange-color);
}

.notice-success {
    background-color: var(--secondary-color);
    color: var(--primary-color);
}

.heading-1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
}

.heading-2 {
    font-size: 30px;
    font-weight: 700;
}

.paragraph-1 {
    font-size: 20px;
    font-weight: 400;
}

.text-white {
    color: var(--white-color);
}

.text-black {
    color: var(--black-color);
}

.text-dark-1 {
    color: var(--dark-color-1);
}

.text-dark-2 {
    color: var(--light-color-4);
}

.text-dark-2 {
    color: var(--light-color-3);
}

a:link {
    text-decoration: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none;
}

.simple-btn.disabled {
    text-decoration: none;
    cursor: no-drop !important;
    background: var(--light-color-2) !important;
    color: var(--dark-color-1) !important;
}

.simple-btn.disabled svg path {
    fill: var(--dark-color-1) !important;
}

.simple-btn.disabled svg rect {
    stroke: var(--dark-color-1) !important;
}

.simple-btn.disabled svg path {
    fill: var(--dark-color-1) !important;
}

.simple-btn,
#submit {
    border-radius: var(--rounded-10) !important;
    padding: 15px 25px 19px 25px !important;
    font-size: 18px !important;
    background: var(--primary-color) !important;
    font-weight: 500 !important;
    transition: 0.3s !important;
    cursor: pointer !important;
    color: var(--white-color) !important;
    white-space: nowrap;
}

.tiny-btn {
    border-radius: var(--rounded-5) !important;
    padding: 0px 5px 2px 5px !important;
    font-size: 12px !important;
    background: var(--primary-color) !important;
    font-weight: 400 !important;
    transition: 0.3s !important;
    cursor: pointer;
    color: var(--white-color);
}

.simple-btn:hover,
.tiny-btn:hover {
    filter: brightness(0.8) !important;
}

#submit:hover {
    filter: brightness(0.8) !important;
}

/*---------------- Header --------------*/

header {
    margin-bottom: 80px;
}

.home header,
.illustration-editor header {
    margin-bottom: 0;
}

.main-header {
    background: var(--primary-color);
    padding: 20px 40px !important;
    border-radius: var(--rounded-20);
    margin-top: 20px;
}

.header-logo svg {
    width: 180px;
}

#searchform_header {
    background: var(--white-color-20);
    border-radius: var(--rounded-15);
    max-width: 100%;
    width: 400px;
    display: flex;
    overflow: hidden;
    margin: 0 40px 0 0;
    align-items: center;
    border: 1px solid var(--white-color-20);
}

#searchform_header .heading_search_box {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    background: none;
    color: var(--white-color);
}

#searchform_header .heading_search_box::placeholder {
    color: var(--white-color-50);
}

#searchform_header .search-icon {
    background: url(../Fork/images/search-icon.svg) no-repeat;
    background-size: 25px 25px;
    background-position: center center;
    border: none;
    width: 65px;
    padding: 17px;
    filter: contrast(2);
    opacity: 0.7;
}

.header-onging-course {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-left: auto;
    color: var(--white-color);
    background: linear-gradient(90deg, transparent, var(--white-color-20));
    padding: 10px 13px;
    border-radius: var(--rounded-10);
    font-size: 15px;
}

.header-account {
    display: flex;
    background: var(--white-color-20);
    border-radius: var(--rounded-15);
    align-items: center;
}

.header-account svg {
    width: 23px;
    margin-left: 5px;
}

.header-account .header-account-register {
    color: var(--white-color);
    padding: 5px 15px;
}

.header-account .header-account-login {
    padding: 6px 15px 11px 15px;
    color: var(--white-color);
    background: var(--primary-color);
    border-radius: var(--rounded-10);
    margin-left: 3px;
}

.menu-header {
    margin-left: auto;
    margin-right: 50px;
}

.menu-header ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 10px;
    margin: 0;
    padding: 0;
}

.menu-header ul li a {
    padding: 20px;
    display: block;
    position: relative;
    transition: 0.3s;
    color: var(--light-color-2);
    font-size: 17px;
}

.menu-header ul li a:hover {
    color: var(--white-color);
}

/*---------------- Footer --------------*/
.main-footer {
    gap: 10px;
}

.main-footer-content-des {
    text-align: justify;
    color: var(--light-color-3);
    line-height: 30px;
    font-size: 15px;
}

.main-footer-content {
    gap: 60px;
}

.main-footer-content {
    background: var(--white-color);
    padding: 40px;
    border-radius: var(--rounded-20);
    width: 100%;
}

.main-footer-goUp {
    align-self: normal;
}

.main-footer-goUp a {
    background: linear-gradient(0deg, transparent, var(--primary-color));
    height: 100%;
    display: inline-block;
    padding: 20px;
    border-radius: var(--rounded-20) var(--rounded-20) 0 0;
}

.main-footer-goUp a svg {
    width: 15px;
    height: 15px;
}

.main-footer-content-menu h3 {
    font-weight: 500;
    font-size: 18px;
    color: var(--light-color-4);
}

.main-footer-content-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.main-footer-content-menu ul li a {
    font-size: 15px;
    font-weight: 300;
    color: var(--light-color-3);
    transition: 0.3s;
    line-height: 30px;
    white-space: nowrap;
}

.main-footer-content-menu ul li a:hover {
    color: var(--primary-color);
}

.main-footer-content-menu {
    gap: 70px;
}

.main-footer-content-social {
    gap: 10px;
}

.main-footer-content-social a {
    display: flex;
    align-items: center;
    border-radius: var(--rounded-20);
    padding: 20px 25px;
    color: var(--white-color);
    gap: 20px;
}

.main-footer-content-social-youtube {
    background: linear-gradient(45deg, var(--red-color-30), var(--red-color));
}

.main-footer-content-social-telegram {
    background: linear-gradient(45deg, var(--sky-color-50), var(--sky-color));
}

.main-footer-content-social p {
    margin: 0;
}

footer {
    margin-top: 80px;
}

.down-footer-logo,
.down-footer-des {
    background: var(--white-color);
    padding: 30px 40px;
    border-radius: var(--rounded-40);
}

.down-footer {
    gap: 10px;
    margin-top: 10px;
    position: relative;
}

.course-content {
    width: 100%;
}

footer {
    position: relative;
}

.down-footer-des p {
    margin: 0;
    font-size: 13px;
    line-height: 25px;
    color: var(--light-color-3);
    font-weight: 300;
}

.down-footer-des {
    display: flex;
}

.down-footer-logo {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

/*---------------- Home - Slider --------------*/
.carousel-item img {
    width: 100%;
    height: auto;
}

.slider-home-section {
    margin-top: 30px;
    border-radius: var(--rounded-20);
    overflow: hidden;
}

.certificate {
    background: var(--white-color);
    border-radius: var(--rounded-40);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 50px;
    margin: 150px 0;
}

.certificate-content {
    padding: 20px;
}

.main-content a {
    color: var(--primary-color);
}

.chaty-cta-button button {
    padding: 0 !important;
    border-radius: 50% !important;
}

.certificate-content .title-h2 {
    color: var(--primary-color);
    font-weight: 700;
    font-size: 30px;
    margin-left: 20px;
}

.certificate-content p {
    color: var(--light-color-3);
    font-size: 17px;
}

.certificate-image img {
    width: 300px;
    height: auto;
    box-shadow: var(--shadow-2);
    border-radius: var(--rounded-30);
    margin-left: 100px;
    transform: scale(1.3);
}

.certificate-content svg {
    width: 25px;
    height: auto;
}

.course-internship {
    background-color: var(--primary-color);
    border-radius: var(--rounded-30);
    padding: 10px;
    margin: 150px 0;
}

.course-internship-content {
    padding: 0 30px;
}

.course-internship-content h1,
.course-internship-content h3 {
    color: var(--white-color);
    font-weight: 700;
    font-size: 35px;
}

.course-internship-content h1 {
    margin-bottom: 20px;
}

.course-internship-content p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 20px;
}

.course-internship-content a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.course-internship-content a {
    border: 2px solid var(--white-color);
    padding: 10px 20px 15px 20px;
    margin-top: 10px;
    border-radius: var(--rounded-10);
    color: var(--white-color);
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    transition: 0.3s;
}

.course-internship-content svg {
    margin-bottom: 30px;
}

/* home - page */

/* Archive-Post */
.landing-head {
    background: var(--primary-color);
    border-radius: var(--rounded-20);
    padding: 50px 0 70px;
    position: relative;
}

.tax-product_tag .landing-head,
.tax-product_cat .landing-head,
.page-template-archive-product .landing-head,
.page-template-archive .landing-head,
.post-type-archive-product .landing-head,
.search .landing-head {
    margin-bottom: 150px;
}

.not-find-result {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 30px;
    font-weight: 200;
}

.breadcrumbs {
    margin: 0;
    font-size: 15px;
}

.breadcrumbs>span {
    gap: 20px;
}

.breadcrumbs a {
    color: var(--white-color);
}

.landing-head form {
    background: var(--white-color);
    border-radius: var(--rounded-20);
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    box-shadow: var(--shadow-1);
    max-width: 80%;
    width: 550px;
    display: flex;
    overflow: hidden;
}

.landing-head form .heading_search_box {
    border: none;
    outline: none;
    width: 100%;
    height: 65px;
}

.landing-head form .search-icon {
    background: url(../Fork/images/search-icon.svg) no-repeat;
    background-size: 30px 30px;
    background-position: center center;
    border: none;
    width: 76px;
    padding: 17px;
}

.list-post {
    display: flex;
    flex-flow: wrap;
}

.repeater-banners {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin: 50px 0 80px;
}

.repeater-banners img {
    border-radius: var(--rounded-20);
    width: 100%;
    height: auto;
}

.content-home-section .list-post {
    margin: 0 -20px;
}

.list-post>div {
    padding: 20px;
}

.list-post>div img {
    border-radius: var(--rounded-20);
    width: 100%;
    height: auto;
}

.post-item-content {
    display: flex;
    gap: 10px;
    transform: translateY(-30px);
    padding: 0 10px;
    transition: 0.3s;
}

.post-item-content-date {
    background: var(--white-color);
    border-radius: var(--rounded-20);
    width: 15%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.post-item-content-date .day {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 7px 10px;
    border-radius: var(--rounded-15);
    background: var(--light-color-1);
    color: var(--light-color-3);
    font-weight: 500;
    transition: 0.3s;
    font-size: 22px;
}

.post-item-content-date .month {
    transform: rotate(-90deg);
    margin: auto 0;
    color: var(--light-color-3);
}

.post-item-content-des h2 a {
    font-size: 18px;
    color: var(--dark-color-1);
    transition: 0.3s;
    font-weight: 500;
}

.post-item-content-des {
    background: var(--white-color);
    border-radius: var(--rounded-20);
    padding: 5px 20px;
}

.post-item-content-des p {
    font-size: 14px;
    text-align: justify;
    color: var(--light-color-3);
    transition: 0.3s;
    font-weight: 300;
}

.post-item:hover .post-item-content {
    transform: translateY(-45px);
}

.post-item:hover .post-item-content {
    transform: translateY(-45px);
}

.post-item:hover .post-item-content-date,
.post-item:hover .post-item-content-single {
    box-shadow: var(--shadow-1);
}

.post-item:hover .post-item-content-date .day {
    background: var(--primary-color);
    color: var(--white-color);
}

.post-item:hover .post-item-content-single h2 a {
    color: var(--primary-color);
}

.post-item:hover .post-item-content-single p {
    color: var(--dark-color-1);
}

.wp-pagenavi {
    margin: 100px 0 200px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.wp-pagenavi .extend {
    display: none;
}

.wp-pagenavi a.page,
.woocommerce-pagination li a,
.woocommerce-pagination li span,
.wp-pagenavi span {
    text-decoration: none !important;
    border: 1px solid var(--light-color-2) !important;
    padding: 6px 15px !important;
    margin: 0 5px !important;
    color: #7d7e80 !important;
    transition: 0.3s;
    font-weight: 300 !important;
    font-size: 20px;
    border-radius: var(--rounded-10) !important;
    line-height: 25px !important;
}

.down-footer a {
    color: var(--primary-color);
    font-weight: 500;
}

.wp-pagenavi .pages,
.wp-pagenavi .first,
.wp-pagenavi .last {
    display: none;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-left: none;
}

.wp-pagenavi span.current,
.woocommerce-pagination li a:hover,
.woocommerce-pagination .current,
.wp-pagenavi a.page:hover {
    font-weight: 300 !important;
    border: var(--primary-color) 1px solid !important;
    background-color: var(--primary-color) !important;
    color: var(--white-color) !important;
}

.previouspostslink,
.nextpostslink {
    border: 0px !important;
    background: url(images/arrow-icon.svg) no-repeat;
    background-position: center center;
    background-size: 15px 15px;
    font-size: 0 !important;
    margin: 0 15px !important;
}

.nextpostslink {
    transform: rotate(180deg);
}

.landing-head-single {
    padding: 50px 0 130px;
}

.landing-head-content {
    margin: 0;
    color: var(--white-color);
    font-weight: 300;
    text-align: justify;
    padding-right: 30px;
}

.thumbnail-single img {
    width: 90%;
    height: auto;
    transform: translateY(-80px);
    margin: 0 auto;
    display: block;
    border-radius: var(--rounded-40);
    box-shadow: var(--shadow-1);
}

/* Single - POST */
.content-single {
/*     gap: 40px; */
    margin: 50px 0 0;
}

.socials-share-article {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 1.2rem;
    top: 50px;
}

.socials-share-article a:hover {
    background-color: var(--primary-color);
    color: var(--primary-color);
    border-color: transparent;
}

.socials-share-article a svg path {
    fill: var(--light-color-4);
}

.socials-share-article a:hover svg path {
    fill: var(--white-color);
}

.socials-share-article a svg {
    width: 25px;
    height: 25px;
    transition: 0.3s;
}

.socials-share-article a svg {
    transition: 0.3s;
}

.socials-share-article a {
    cursor: pointer;
    font-size: 2.3rem;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--white-color);
    transition: 0.3s;
    flex: 0 0 auto;
}

.landing-head-content h1 {
    text-align: right;
    color: var(--white-color);
}

.main-content h2 {
    font-weight: 600;
    font-size: 22px;
    color: var(--light-color-4);
}

.main-content h3 {
    font-weight: 500;
    font-size: 18px;
    color: var(--light-color-4);
}

.main-content h4 {
    font-weight: 400;
    font-size: 18px;
    color: var(--light-color-4);
}

.main-content a:link {
    color: var(--primary-color);
    font-weight: 500;
}

.main-content p {
    font-weight: 300;
    font-size: 18px;
    color: var(--light-color-4);
    line-height: 35px;
    text-align: justify;
}

.toc {
    top: 50px;
    background: var(--white-color);
    border-radius: var(--rounded-30);
    overflow: hidden;
    padding: 15px;
    border: 1px solid var(--light-color-2);
    height: 90vh;
}

.toc ul {
    height: 79vh;
    overflow-y: scroll;
    display: inline-block;
}

.toc ul::-webkit-scrollbar {
    display: none;
}

.content-single {
    font-size: 22px;
}

.toc svg {
    width: 30px;
    height: 30px;
    transition: 0.3s;
    opacity: 1;
}

.main-content {
    padding-right: 50px;
    text-align: justify;
    font-size: 17px;
}

.toc ul {
    list-style: none;
    padding: 10px 30px;
    line-height: 30px;
    margin-bottom: 20px;
    position: relative;
    min-height: 400px;
    overflow-y: scroll;
    font-size: 15px;
}

.toc h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 12px;
    background: var(--light-color-1);
    margin: 0;
    border-radius: var(--rounded-20);
    font-size: 18px;
    font-weight: 500;
    color: var(--light-color-4);
}

.toc h2 svg path {
    fill: var(--light-color-3);
}

.content-single .toc ul li {
    position: relative;
    line-height: 20px;
    padding: 13px 0;
}

.content-single ul li,
.content-single ol li {
    padding: 2px 0;
    font-weight: 200;
}

.toc ul li:before {
    right: -14px;
    top: 20px;
    position: absolute;
    content: "";
    border-right: 2px var(--secondary-color) dashed;
    height: 100%;
    margin-bottom: revert-layer;
    z-index: 1;
}

.toc ul li:last-child:before {
    display: none;
}

.content-single .toc ul li.active:after {
    height: 15px;
    top: 50%;
    background: var(--primary-color);
    transform: translate(100%, -50%);
}

.content-single .toc ul li:after {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    right: -9px;
    top: 50%;
    background: var(--primary-color);
    transform: translate(100%, -50%);
    border-radius: 50px;
    transition: 0.3s;
    z-index: 2;
}

.content-single ul li.active a,
.content-single ul li a:hover {
    color: var(--primary-color);
    font-weight: 500;
}

.content-single ul li a {
    color: var(--light-color-4);
    font-weight: 400;
}

.toc ul::-webkit-scrollbar {
    display: none;
}

.wp-block-columns {
    border: 1px solid var(--light-color-2);
    background: var(--white-color);
    border-radius: var(--rounded-30);
    padding: 15px;
    margin: 50px 0;
}

.wp-block-columns img {
    width: 200px;
    border-radius: var(--rounded-20);
}

.wp-block-image {
    margin: 0;
}

.wp-block-columns a {
    color: var(--light-color-4);
    transition: 0.3s;
}

.wp-block-columns a:hover {
    color: var(--primary-color);
}

.main-content blockquote {
    background: var(--primary-color);
    padding: 20px 30px;
    border-radius: var(--rounded-20);
    margin: 50px 0;
}

.main-content blockquote p {
    margin: 0;
    color: var(--white-color);
    font-weight: 300;
    padding-right: 50px;
    position: relative;
}

.main-content blockquote p a {
    color: var(--white-color);
    font-weight: 500;
}

.main-content blockquote p::before {
    display: inline-block;
    content: url(../Fork/images/link.svg);
    margin-left: 20px;
    width: 38px;
    height: 37px;
    position: absolute;
    right: 0;
}

.navigation-post-content {
    background: var(--white-color);
    padding: 5px 5px 5px 15px;
    border-radius: var(--rounded-20);
    border: 1px solid var(--light-color-2);
    color: var(--light-color-4);
    font-weight: 600;
    transition: 0.3s;
}

.navigation-post-content h3 {
    color: var(--light-color-4);
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    transition: 0.3s;
    line-height: 25px;
}

.navigation-post-content img {
    width: 70px;
    height: auto;
    border-radius: var(--rounded-15);
    margin-left: 20px;
}

.main-content img {
    max-width: 100%;
}

.navigation-post {
    flex: 1;
}

.content-single-navigation {
    margin-top: 100px;
    gap: 20px;
}

.navigation-post-arrow {
    background: var(--white-color);
    border-radius: var(--rounded-20);
    color: var(--light-color-4);
    font-weight: 600;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: normal;
    width: 0;
    opacity: 0;
    margin-left: 0;
}

.navigation-post:hover .navigation-post-arrow {
    margin-left: 10px;
    opacity: 1;
    width: 55px;
    background: var(--primary-color);
    color: var(--white-color);
}

.navigation-post:hover .navigation-post-arrow svg path {
    fill: var(--white-color);
}

.navigation-post:hover .navigation-post-content {
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
}

.navigation-post:hover .navigation-post-content h3 {
    color: var(--white-color);
}

.navigation-post-arrow svg path {
    fill: var(--light-color-3);
}

.navigation-post-arrow svg {
    height: 17px;
}

.next-post svg {
    transform: rotate(180deg);
}

.next-post:hover .navigation-post-arrow {
    margin-right: 10px;
}

.faq-box {
    margin-top: 100px;
}

.faq-box h3 {
    margin-bottom: 50px;
}

.faq-repeater {
    gap: 40px;
}

.faq-repeater-item {
    background: var(--white-color);
    border: 1px solid var(--light-color-2);
    border-radius: var(--rounded-20);
    padding: 20px 90px;
    position: relative;
    width: 100%;
}

.faq-repeater-item svg {
    position: absolute;
    top: 0;
    transform: translateY(-50%);
    right: 25px;
}

.faq-repeater-item-title {
    cursor: pointer;
}

.faq-repeater-item-title h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--dark-color-1);
    transition: 0.3s;
    margin: 0;
}

.faq-repeater-item-des p {
    border: 1px solid var(--light-color-2);
    border-radius: var(--rounded-20);
    padding: 20px 30px;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color-4);
}

.faq-repeater-item svg.arrow {
    left: 30px;
    right: auto;
    top: 27px;
}

.faq-repeater-item-title.collapsed svg.arrow path {
    fill: var(--dark-color-1);
}

.faq-repeater-item-title.collapsed svg.arrow {
    transform: rotate(0);
}

.faq-repeater-item-title svg.arrow {
    transition: 0.3s;
    transform: rotate(180deg);
}

.faq-repeater-item-title.collapsed svg rect {
    fill: var(--light-color-4);
}

.faq-repeater-item-title svg rect {
    fill: var(--primary-color);
}

.faq-repeater-item-title svg.arrow path {
    transition: 0.3s;
    fill: var(--primary-color);
}

.faq-repeater-item-title .faq-repeater-item svg rect {
    transition: 0.3s;
}

.faq-repeater-item-title.collapsed h5 {
    color: var(--dark-color-1);
}

.faq-repeater-item-title h5 {
    color: var(--primary-color);
}

.youtube-section-content {
    padding: 0 100px 0 50px;
}

.youtube-carousel-item {
    min-width: 50%;
    padding: 10px;
}

.youtube-carousel {
    overflow: hidden;
    position: relative;
}

.youtube-carousel-inner {
    display: flex;
    flex-direction: row;
    transition: transform 0.5s ease-in-out;
}

.youtube-carousel-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--rounded-10);
}

.youtube-carousel:after {
    background: linear-gradient(90deg, var(--primary-color) 20%, transparent);
    position: absolute;
    content: "";
    width: 300px;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}

.youtube-prev,
.youtube-next {
    width: 40px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--white-color-10);
    border-radius: var(--rounded-10);
    border: 1px solid var(--white-color-50);
    z-index: 3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.3s;
}

.youtube-prev:hover,
.youtube-next:hover {
    background: var(--white-color);
    border: 1px solid var(--white-color);
}

.youtube-prev:hover svg path,
.youtube-next:hover svg path {
    fill: var(--primary-color);
}

.youtube-prev svg,
.youtube-next svg {
    transition: 0.3s;
    width: 9px;
    height: auto;
}

.youtube-videos-section {
    position: relative;
}

.youtube-prev {
    left: 20px;
}

.youtube-next {
    right: 0;
}

.youtube-section {
    background: url(./images/BG-youtube.webp) no-repeat;
    background-size: 100% auto;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 180px 0;
    margin: 100px 0 0;
}

.youtube-carousel-item {
    min-width: calc(50%);
    padding: 10px;
    padding: 10px;
    border-radius: var(--rounded-15);
    background: var(--white-color-20);
    border: 1px solid var(--white-color-50);
    margin-left: 25px;
}

.youtube-section-content {
    flex: 1;
}

.youtube-videos-section {
    flex: 2;
    padding-right: 60px;
}

.youtube-section-content h3 {
    color: var(--white-color);
    font-weight: 700;
    margin: 20px 0;
    font-size: 30px;
}

.youtube-section-content p {
    color: var(--white-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}

.youtube-section-content a {
    border: 2px solid var(--white-color);
    padding: 10px 20px 15px 20px;
    margin-top: 10px;
    border-radius: var(--rounded-10);
    color: var(--white-color);
    display: flex;
    width: fit-content;
    gap: 10px;
    align-items: center;
    font-weight: 400;
    transition: 0.3s;
}

.youtube-section-content a:hover {
    background: var(--white-color);
    color: var(--primary-color);
}

.youtube-section-content a:hover svg path {
    fill: var(--primary-color);
}

.youtube-section-content a svg {
    margin-top: 5px;
}

/*---------------- Comment --------------*/

.comment-form-rating .stars:nth-child(2) {
    display: none;
}

.woocommerce #review_form #respond .form-submit input {
    float: left;
    margin: 20px 0 0;
}

#review_form_wrapper .comment-respond .comment-form-rating .stars:nth-child(2) {
    display: block !important;
}

#review_form_wrapper .comment-respond .comment-form-rating .stars {
    display: block !important;
}

.comment_blog_home {
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: 10px;
}

.b_blog_home:hover .comment_blog_home {
    visibility: visible;
    opacity: 1;
    transition: 0.3s;
}

.comment_blog_home {
    position: absolute;
    left: 4px;
    width: 15px;
    top: 100px;
    font-size: 13px;
    line-height: 18px;
    color: var(--light-color-3);
}

.comment_blog_home svg {
    width: 12px;
    height: 12px;
}

.img_b_blog_home img {
    position: relative;
    z-index: 1;
}

.view_blog_home svg path,
.comment_blog_home svg path {
    fill: var(--light-color-3);
}

.comment_head_single_post {
    color: var(--light-color-3);
    margin: 0 20px 0 0;
}

.comment_head_single_post svg {
    margin: 0 0 0 6px;
}

.comment_head_single_post svg path {
    fill: var(--light-color-3);
}

.comment_container {
    padding: 0;
}

ol.commentlist>li>ul {
    margin: 20px 0px 0 0 !important;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    margin: 0 !important;
}

.comment-text {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

strong.woocommerce-review__author {
    font-weight: 400;
    font-size: 20px;
    color: var(--dark-color-1);
}

.description {
    margin: 10px 0 0;
    color: var(--gray-color);
    line-height: 26px;
    font-weight: 100;
}

div#comments {
    margin: 0 0 40px;
}

span#reply-title {
    text-align: center;
    font-size: 18px;
    position: relative;
    padding: 0 0 13px;
    color: var(--primary-color);
    margin: 0 0 30px;
    width: 100%;
    display: inline-block;
}

form#commentform textarea#comment {
    background: var(--white-color);
    border-radius: var(--rounded-10);
    border: none;
    padding: 15px 30px 0;
    height: 140px !important;
    text-align: justify;
    border: 1px solid var(--light-color-2) !important;
}

.form-control {
    background: var(--white-color);
    border-radius: var(--rounded-10);
    border: none;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 1px solid var(--light-color-2);
}

.c-comments_evaluation {
    margin: 15px -10px 15px !important;
}

.comment_container img {
    display: none;
}

.comment-text {
    margin: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce .star-rating span::before {
    color: #ffd027;
}

.woocommerce p.stars a {
    color: var(--primary-color);
}

div#comments {
    margin: 0 0 40px;
}

span#reply-title {
    text-align: center;
    font-size: 18px;
    position: relative;
    padding: 0 0 13px;
    color: var(--primary-color);
    margin: 0 0 30px;
    width: 100%;
    display: inline-block;
}

.chaty-widget>.get {
    display: none !important;
}

.comment-form-rating {
    display: none;
}

.comment-respond form {
    background: var(--white-color);
    padding: 30px;
    border-radius: var(--rounded-40);
    display: inline-block;
    width: 100%;
}

.woocommerce p.stars a {
    font-size: 17px;
    color: var(--primary-color);
}

.comment-form-rating label {
    margin: -5px 0 0 15px;
}

.comment-form-comment {
    width: 100%;
}

.woocommerce #review_form #respond p {
    position: relative;
}

.comment-form-author {
    width: 50%;
    padding-left: 20px;
    float: right;
}

.comment-form-email {
    width: 50%;
    padding-right: 20px;
    float: right;
}

p.comment-form-author input {
    background: var(--white-color);
    border-radius: var(--rounded-10);
    border: none;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 1px solid var(--light-color-2);
}

.comment-notes {
    display: none;
}

p.comment-form-email input {
    background: var(--white-color);
    border-radius: var(--rounded-10);
    border: none;
    padding: 10px;
    height: 50px;
    width: 100%;
    border: 1px solid var(--light-color-2);
}

p.comment-form-cookies-consent {
    display: none;
}

p.form-submit {
    width: 100%;
    float: right;
}

.comment-author img {
    display: none;
}

.comment-author cite {
    font-size: 20px;
    font-style: inherit;
    font-weight: 400;
}

.comment-author cite a {
    color: var(--dark-color-1);
}

.comment-author .says {
    display: none;
}

.commentmetadata {
    display: none;
}

.comment-body p {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 400;
    color: var(--light-color-3);
}

.depth-3 a.comment-reply-link {
    display: none;
}

.rating_pro_arch-comments_number {
    float: left;
    line-height: 27px;
    font-size: 12px;
    color: var(--light-color-3);
}

.woocommerce-additional-fields p#order_comments_field {
    display: inline-block;
}

.woocommerce-additional-fields label {
    width: 100% !important;
}

.woocommerce-additional-fields textarea#order_comments {
    background: var(--light-color-1);
    margin: 5px 0 0;
    border: none;
    border-radius: var(--rounded-10);
    padding: 20px 20px;
    height: 194px;
    text-align: justify;
}

.comment-title {
    text-align: center;
    margin: 0 0 30px;
}

div#respond {
    margin: 0px 0 30px;
    padding: 0 !important;
}

.comment-title h4 {
    color: var(--light-color-3);
    font-size: 20px;
}

ol.commentlist {
    padding: 0;
    list-style: none;
    margin: 0;
}

ol.commentlist>li {
    background: var(--light-color-1);
    padding: 20px;
    border-radius: var(--rounded-10);
    margin: 20px 0;
}

.comment-left h5 {
    display: flex;
    font-size: 15px;
    color: var(--black-color);
    margin: 0 0 10px;
}

.comment-left h5 span {
    color: var(--light-color-3);
    font-size: 14px;
    margin: 3px 20px 0 0;
}

.comment-left span {
    color: #789db5;
    font-size: 14px;
}

.comment-left p {
    text-align: justify;
    line-height: 30px;
    font-size: 15px;
    margin: 0;
}

.box-content-arch-post-tags span {
    margin: 5px 0 0;
}

ol.commentlist>li>ul>li {
    background: var(--white-color);
    margin: 12px 0 0 0;
    padding: 20px;
    border-radius: var(--rounded-10);
    list-style: none;
}

ol.commentlist>li>ul>li>ul>li {
    background: #f9f9f9;
    margin: 12px 0 0 0;
    padding: 40px;
    border-radius: var(--rounded-10);
    list-style: none;
}

ol.commentlist>li {
    position: relative;
}

a.comment-reply-link {
    font-size: 14px;
    background: var(--dark-color-1);
    display: inline-block;
    color: var(--white-color);
    padding: 6px 15px;
    border-radius: var(--rounded-10);
    position: absolute;
    left: 10px;
    top: 10px;
    transition: 0.3s;
}

a.comment-reply-link:hover {
    background: var(--primary-color);
}

a.comment-reply-link::before {
    display: none;
}

.comment-part li {
    position: relative;
}

h3#reply-title {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
    color: var(--dark-color-1);
    text-align: center;
    width: 100%;
    display: inline-block;
}

h3#reply-title a {
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

p.logged-in-as {
    display: none;
}

p.comment-notes {
    font-size: 14px;
    color: var(--light-color-3);
}

.comment-product div#respond label {
    position: absolute;
    top: 0;
    right: 30px;
    background: var(--white-color);
    transform: translateY(-50%);
    padding: 0 10px;
    font-size: 17px;
    font-weight: 300;
}

div#respond span {
    color: var(--primary-color);
}

p.logged-in-as {
    font-size: 14px;
}

.comments-single {
    width: 80%;
    margin: 100px auto 100px;
}

.comments-single .woocommerce-Reviews-title {
    text-align: center;
}

.comment-reply-title {
    display: none;
}

.woocommerce #reviews #comments ol.commentlist li {
    background: var(--white-color) !important;
    padding: 20px !important;
    border: 1px solid #e9e9e9 !important;
}

.woocommerce #reviews #comments ol.commentlist li ul li {
    background: var(--white-color) !important;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    margin: 0 !important;
    font-weight: 400 !important;
}

.comments-single .woocommerce-Reviews-title {
    text-align: center;
    color: var(--light-color-4);
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 600;
}

#respond .form-submit #submit {
    border: none !important;
    margin: 30px 0 0 !important;
    float: left !important;
}

.single-post .commentlist {
    background: var(--white-color);
    padding: 20px !important;
    border-radius: var(--rounded-30);
}

.single-post .comment-reply-link {
    display: none;
}

.single-post .comment-reply-title {
    margin-top: 50px;
}

/* Affilio - Edit */
.main__product__title {
    padding: 20px 40px;
    margin: 0;
}
.affilio-widget-container {
    border-radius: var(--rounded-30);
    overflow: hidden;
    margin: 100px 0;
}
.affilio-slider.slider-nav-autohide.slider-item-first-visible .slider-nav:not(.slider-nav-next) {
    visibility: visible !important;
}
.affilio-slider.slider-nav-autohide.slider-item-last-visible .slider-nav.slider-nav-next {
    visibility: visible !important;
}
/* Final - Edit */
.site-icon img {
    width: 50px;
    margin-right: 30px;
}
.footer-info-call,
.footer-info-socials {
    display: flex;
    gap: 10px;
}

.footer-info-socials a {
    background: var(--primary-color);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    transition: .3s;
}

.footer-feature-items,
.footer-info-socials a {
    display: flex;
    align-items: center;
}

.home-slider .owl-controls .owl-nav>div svg path,
.megamenu li a,
circle,
ellipse,
path,
rect,
svg {
    transition: .3s;
}

.footer-info-call svg {
    width: 20px;
    height: 20px;
}

.footer-info-socials a:hover {
    background: #fff;
    border: 1px solid var(--primary-color);
}

.footer-info-menu ul li:hover svg path,
.footer-info-socials a:hover svg path,
.footer-info-socials a:hover svg rect,
.icon_cat_foot svg circle,
.owl-controls .owl-nav>div:hover svg path {
    fill: var(--primary-color);
}
.footer-info-socials a svg {
    height: 25px;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}

.code-css {
    position: absolute;
    top: 5%;
    right: 6%;
    transform: scale(0.8);
}

.code-php {
    position: absolute;
    bottom: 5%;
    right: 12%;
    transform: scale(0.8);
}

.code-js {
    position: absolute;
    top: 5%;
    left: 6%;
    transform: scale(0.8);
}

.code-html {
    position: absolute;
    bottom: 5%;
    left: 12%;
    transform: scale(0.8);
}

.code {
    width: 290px;
    background: #1d1e22;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.5);
    border-radius: var(--rounded-10);
}

.code header {
    display: grid;
    grid-template-columns: 36px auto 36px;
    align-items: center;
}

.code header svg {
    margin: 10px;
}

.code header h5 {
    font-family: Lato, sans-serif;
    font-weight: 900;
    font-size: 14px;
    letter-spacing: 1.57px;
    color: #c5c8d4;
    margin: 0;
}

.code .code-content {
    margin: 0 10px 10px;
    direction: ltr;
    color: white;
    min-height: 150px;
}

.code .code-content .c-r {
    color: #a88038;
}

.code .code-content .c-o {
    color: #de7300;
}

.code .code-content .c-y {
    color: #e1ca72;
}

.code .code-content .c-g {
    color: #74b087;
}

.code .code-content .c-p {
    color: #9f8198;
}

.code .code-content .c-b {
    color: #7a99ad;
}

.code .code-content .c-c {
    color: #666666;
}

.code-html .code-content code .line-1,
.code-html .code-content code .line-2,
.code-html .code-content code .line-3,
.code-html .code-content code .line-4,
.code-html .code-content code .line-5 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.code-html .code-content code .para-1 {
    animation: html-typing-1 2s 0s steps(40, end) forwards, cursor 1s linear 0s 4;
}

.code-html .code-content code .para-2 {
    animation: html-typing-2 4s 5s steps(40, end) forwards, cursor 1s linear 5s 4;
}

.code-html .code-content code .para-3 {
    animation: html-typing-3 2s 10s steps(20, end) forwards,
        cursor 1s linear 10s 2;
}

.code-html .code-content code .para-4 {
    animation: html-typing-4 2s 13s steps(10, end) forwards,
        cursor 1s linear 13s 2;
}

.code-html .code-content code .para-5 {
    animation: html-typing-5 2s 16s steps(20, end) forwards,
        cursor 1s linear 16s 2;
}

.code-html .code-content code .para-6 {
    animation: html-typing-6 4s 19s steps(40, end) forwards,
        cursor 1s linear 19s 4;
}

.code-html .code-content code .para-7 {
    animation: html-typing-7 2s 24s steps(20, end) forwards,
        cursor 1s linear 24s 2;
}

.code-html .code-content code .line-1,
.code-html .code-content code .line-4 {
    animation-timing-function: steps(30, end);
}

.code-html .code-content code .line-5 {
    border-color: transparent;
    animation: html-typing-5 3s 12s steps(30, end) forwards,
        cursor-persist 1s linear 12s infinite;
}

.code-html .code-content code .line-2 {
    margin-left: 2rem;
}

.code-html .code-content code .line-3,
.code-html .code-content code .line-4,
.code-html .code-content code .line-5 {
    margin-left: 4rem;
}

.code-css .code-content code .line-1,
.code-css .code-content code .line-2,
.code-css .code-content code .line-3,
.code-css .code-content code .line-4,
.code-css .code-content code .line-5 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.code-css .code-content code .para-1 {
    animation: css-typing-1 4s 0s steps(50, end) forwards, cursor 1s linear 0s 5;
}

.code-css .code-content code .para-2 {
    animation: css-typing-2 2s 5s steps(18, end) forwards, cursor 1s linear 5s 4;
}

.code-css .code-content code .para-3 {
    animation: css-typing-3 4s 9s steps(25, end) forwards, cursor 1s linear 9s 4;
}

.code-css .code-content code .para-4 {
    animation: css-typing-4 1s 14s steps(1, end) forwards, cursor 1s linear 14s 3;
}

.code-css .code-content code .para-5 {
    animation: css-typing-5 2s 18s steps(10, end) forwards, cursor 1s linear 18s 3;
}

.code-css .code-content code .para-6 {
    animation: css-typing-6 3s 21s steps(20, end) forwards, cursor 1s linear 21s 3;
}

.code-css .code-content code .para-7 {
    animation: css-typing-7 1s 25s steps(1, end) forwards, cursor 1s linear 25s 1;
}

.code-css .code-content code .para-8 {
    animation: css-typing-8 3s 27s steps(20, end) forwards, cursor 1s linear 27s 1;
}

.code-css .code-content code .para-9 {
    animation: css-typing-9 3s 31s steps(30, end) forwards, cursor 1s linear 31s 3;
}

.code-css .code-content code .para-10 {
    animation: css-typing-10 1s 35s steps(1, end) forwards, cursor 1s linear 35s 1;
}

.code-css .code-content code .line-1,
.code-css .code-content code .line-4 {
    animation-timing-function: steps(30, end);
}

.code-css .code-content code .line-5 {
    border-color: transparent;
    animation: css-typing-5 3s 12s steps(30, end) forwards,
        cursor-persist 1s linear 12s infinite;
}

.code-css .code-content code .line-2 {
    margin-left: 2rem;
}

.code-css .code-content code .line-3,
.code-css .code-content code .line-4,
.code-css .code-content code .line-5 {
    margin-left: 4rem;
}

.code-js .code-content code .line-1,
.code-js .code-content code .line-2,
.code-js .code-content code .line-3,
.code-js .code-content code .line-4,
.code-js .code-content code .line-5 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.code-js .code-content code .para-1 {
    animation: js-typing-1 4s 0s steps(50, end) forwards, cursor 1s linear 0s 5;
}

.code-js .code-content code .para-2 {
    animation: js-typing-2 2s 5s steps(11, end) forwards, cursor 1s linear 5s 4;
}

.code-js .code-content code .para-3 {
    animation: js-typing-3 4s 9s steps(20, end) forwards, cursor 1s linear 9s 4;
}

.code-js .code-content code .para-4 {
    animation: js-typing-4 2s 14s steps(10, end) forwards, cursor 1s linear 14s 3;
}

.code-js .code-content code .para-5 {
    animation: js-typing-5 2s 18s steps(10, end) forwards, cursor 1s linear 18s 3;
}

.code-js .code-content code .para-6 {
    animation: js-typing-6 3s 21s steps(20, end) forwards, cursor 1s linear 21s 3;
}

.code-js .code-content code .para-7 {
    animation: js-typing-7 1s 25s steps(1, end) forwards, cursor 1s linear 25s 1;
}

.code-js .code-content code .para-8 {
    animation: js-typing-8 1s 27s steps(1, end) forwards, cursor 1s linear 27s 1;
}

.code-js .code-content code .line-1,
.code-js .code-content code .line-4 {
    animation-timing-function: steps(30, end);
}

.code-js .code-content code .line-5 {
    border-color: transparent;
    animation: js-typing-5 3s 12s steps(30, end) forwards,
        cursor-persist 1s linear 12s infinite;
}

.code-js .code-content code .line-2 {
    margin-left: 2rem;
}

.code-js .code-content code .line-3,
.code-js .code-content code .line-4,
.code-js .code-content code .line-5 {
    margin-left: 4rem;
}

.code-php .code-content code .line-1,
.code-php .code-content code .line-2,
.code-php .code-content code .line-3,
.code-php .code-content code .line-4,
.code-php .code-content code .line-5 {
    width: 0%;
    margin: 0;
    border-right: 0.15em solid transparent;
    overflow: hidden;
    display: inline-block;
    white-space: nowrap;
}

.code-php .code-content code .para-1 {
    animation: php-typing-1 4s 0s steps(80, end) forwards, cursor 1s linear 0s 5;
}

.code-php .code-content code .para-2 {
    animation: php-typing-2 2s 5s steps(11, end) forwards, cursor 1s linear 5s 4;
}

.code-php .code-content code .para-3 {
    animation: php-typing-3 4s 9s steps(30, end) forwards, cursor 1s linear 9s 4;
}

.code-php .code-content code .para-4 {
    animation: php-typing-4 2s 14s steps(40, end) forwards, cursor 1s linear 14s 3;
}

.code-php .code-content code .para-5 {
    animation: php-typing-5 2s 18s steps(10, end) forwards, cursor 1s linear 18s 3;
}

.code-php .code-content code .para-6 {
    animation: php-typing-6 3s 21s steps(20, end) forwards, cursor 1s linear 21s 3;
}

.code-php .code-content code .para-7 {
    animation: php-typing-7 1s 25s steps(1, end) forwards, cursor 1s linear 25s 1;
}

.code-php .code-content code .para-8 {
    animation: php-typing-8 1s 27s steps(1, end) forwards, cursor 1s linear 27s 1;
}

.code-php .code-content code .line-1,
.code-php .code-content code .line-4 {
    animation-timing-function: steps(30, end);
}

.code-php .code-content code .line-5 {
    border-color: transparent;
    animation: js-typing-5 3s 12s steps(30, end) forwards,
        cursor-persist 1s linear 12s infinite;
}

.code-php .code-content code .line-2 {
    margin-left: 2rem;
}

.code-php .code-content code .line-3,
.code-php .code-content code .line-4,
.code-php .code-content code .line-5 {
    margin-left: 4rem;
}

.para-1,
.para-2,
.para-3,
.para-4,
.para-5,
.para-6,
.para-7,
.para-8,
.para-9,
.para-10 {
    display: block !important;
}

.editor-block {
    position: relative;
    display: block;
    width: 500px;
    height: 421px;
    background: linear-gradient(109.61deg, #4c4f5a 4.26%, #202125 84.84%);
    border-radius: var(--rounded-10);
}

/* html */
@keyframes html-typing-1 {
    from {
        width: 0;
    }

    to {
        width: 90px;
    }
}

@keyframes html-typing-2 {
    from {
        width: 0px;
    }

    to {
        width: 235px;
    }
}

@keyframes html-typing-3 {
    from {
        width: 0;
    }

    to {
        width: 110px;
    }
}

@keyframes html-typing-4 {
    from {
        width: 0;
    }

    to {
        width: 72px;
    }
}

@keyframes html-typing-5 {
    from {
        width: 0;
    }

    to {
        width: 118px;
    }
}

@keyframes html-typing-6 {
    from {
        width: 0;
    }

    to {
        width: 250px;
    }
}

@keyframes html-typing-7 {
    from {
        width: 0;
    }

    to {
        width: 95px;
    }
}

/* css */
@keyframes css-typing-1 {
    from {
        width: 0;
    }

    to {
        width: 100px;
    }
}

@keyframes css-typing-2 {
    from {
        width: 0px;
    }

    to {
        width: 155px;
    }
}

@keyframes css-typing-3 {
    from {
        width: 0;
    }

    to {
        width: 150px;
    }
}

@keyframes css-typing-4 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

@keyframes css-typing-5 {
    from {
        width: 0;
    }

    to {
        width: 148px;
    }
}

@keyframes css-typing-6 {
    from {
        width: 0;
    }

    to {
        width: 190px;
    }
}

@keyframes css-typing-7 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

@keyframes css-typing-8 {
    from {
        width: 0;
    }

    to {
        width: 140px;
    }
}

@keyframes css-typing-9 {
    from {
        width: 0;
    }

    to {
        width: 200px;
    }
}

@keyframes css-typing-10 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

/* js */
@keyframes js-typing-1 {
    from {
        width: 0;
    }

    to {
        width: 200px;
    }
}

@keyframes js-typing-2 {
    from {
        width: 0px;
    }

    to {
        width: 90px;
    }
}

@keyframes js-typing-3 {
    from {
        width: 0;
    }

    to {
        width: 220px;
    }
}

@keyframes js-typing-4 {
    from {
        width: 0;
    }

    to {
        width: 90px;
    }
}

@keyframes js-typing-5 {
    from {
        width: 0;
    }

    to {
        width: 65px;
    }
}

@keyframes js-typing-6 {
    from {
        width: 0;
    }

    to {
        width: 130px;
    }
}

@keyframes js-typing-7 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

@keyframes js-typing-8 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

/* PHP */
@keyframes php-typing-1 {
    from {
        width: 0;
    }

    to {
        width: 278px;
    }
}

@keyframes php-typing-2 {
    from {
        width: 0px;
    }

    to {
        width: 149px;
    }
}

@keyframes php-typing-3 {
    from {
        width: 0;
    }

    to {
        width: 231px;
    }
}

@keyframes php-typing-4 {
    from {
        width: 0;
    }

    to {
        width: 200px;
    }
}

@keyframes php-typing-5 {
    from {
        width: 0;
    }

    to {
        width: 65px;
    }
}

@keyframes php-typing-6 {
    from {
        width: 0;
    }

    to {
        width: 185px;
    }
}

@keyframes php-typing-7 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

@keyframes php-typing-8 {
    from {
        width: 0;
    }

    to {
        width: 10px;
    }
}

@keyframes cursor {

    from,
    to,
    20%,
    80% {
        border-color: transparent;
    }

    25%,
    75% {
        border-color: white;
    }
}

@keyframes cursor-persist {

    from,
    45% {
        border-color: transparent;
    }

    50%,
    to {
        border-color: white;
    }
}

/*---------------- Responsive --------------*/
/* xl 1200px  -  lg 992px  -  md 768px  -  sm 576px  -  xs <576px */
/*---------------- xl --------------*/
@media only screen and (min-width: 1200px) {}

@media only screen and (max-width: 1200px) {
    #searchform_header {
        width: 300px;
    }

    .menu-header ul li a {
        padding: 5px;
        display: block;
        position: relative;
        transition: 0.3s;
        font-size: 14px;
    }

    .main-footer-content-menu {
        gap: 40px;
    }
}

@media only screen and (max-width: 1300px) {}

/*---------------- xl --------------*/
@media only screen and (max-width: 1400px) {

    .product-item-detail {
        gap: 5px;
    }

    .cart-totals #coupon_code {
        width: 70%;
    }

    .course-internship-content {
        padding: 0 20px 0 0px;
    }

    .list-course .product-item {
        padding: 10px;
    }

    .product-item-detail .product-item-parts {
        padding: 7px;
    }

    .product-item-detail .product-item-parts svg {
        margin-left: 5px;
    }

    .product-item-detail p {
        font-size: 12px;
    }
}

/*---------------- lg --------------*/
@media only screen and (max-width: 1200px) {
    .heading-course img {
        width: 400px;
        height: auto;
        align-self: center;
    }

    .simple-btn {
        padding: 15px 15px 19px 15px !important;
    }

    .post-item-content-date .day {
        padding: 7px 0px;
    }

    .content-heading-course .pricing {
        margin-bottom: 0;
    }

    .content-heading-course h1 {
        margin: 0px 0 10px;
    }

    .certificate-image img {
        margin-left: 0px;
        transform: scale(1.3);
    }


    .list-course {
        flex: 3;
    }

    .course-internship-content {
        flex: 1;
    }

    .list-course .product-item h2 a {
        font-size: 20px;
    }
}

/*---------------- md --------------*/
@media only screen and (max-width: 992px) {
    .certificate-image img {
        transform: scale(1);
    }
	.main-content {
		padding-right: 0;
	}
    .menu-header {
        display: none;
    }

    .course-internship {
        margin: 50px 0;
    }

    .breadcrumbs>span {
        gap: 15px;
        display: flex;
    }

    .heading-1 {
        font-size: 30px;
    }

    .navigation-post .navigation-post-arrow {
        margin-left: 10px;
        opacity: 1;
        width: 55px;
        background: var(--primary-color);
        color: var(--white-color);
    }

    .comments-single {
        margin: 0px auto 100px;
    }

    .navigation-post .navigation-post-arrow svg path {
        fill: var(--white-color);
    }

    .navigation-post .navigation-post-content {
        background: var(--primary-color);
        border: 1px solid var(--primary-color);
    }

    .next-post .navigation-post-arrow {
        margin-right: 10px;
    }

    .navigation-post.next-post {
        align-self: end;
    }

    .navigation-post .navigation-post-content h3 {
        color: var(--white-color);
    }

    .landing-head-content:last-child,
    .landing-head-content p {
        margin: 0;
    }

    .breadcrumbs span {
        margin-left: 0;
    }

    .course-internship-content {
        padding: 0 10px;
    }

    .woocommerce-checkout-form,
    .woocommerce-checkout-review-order {
        width: 100%;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100% !important;
    }

    .cart-content {
        margin: 0 20px 0 auto;
    }

    .product-remove {
        margin-left: 10px;
    }

    .my_account-navigation ul li a svg path,
    .my_account-navigation ul li a svg rect {
        fill: var(--primary-color);
    }

    .woo-dashboasrd .open-mobile-menu-icon {
        margin-left: auto;
    }

    .woo-dashboasrd .mobile-menu ul li a:after {
        display: none;
    }

    .woo-dashboasrd .mobile-menu ul li a {
        color: var(--primary-color);
        display: flex;
    }

    .woo-dashboasrd .mobile-menu {
        background: var(--white-color-30);
    }

    .header-items-dashboard {
        margin-right: 30px;
    }

    .main-content-dashboard {
        border-radius: 0;
        overflow-x: hidden;
    }


    .sidebar-dashboard {
        transition: 0.3s;
        transform: translateX(100%);
    }

    .sidebar-dashboard.active {
        transition: 0.3s;
        transform: translateX(0%);
    }

    .content-dashboard {
        width: 100% !important;
    }

    .cart-dashboard-box,
    .middle-box-dashboard,
    .licenses-dashboard-box {
        width: 100%;
    }

    .detail-course-youtube-content {
        margin: 0;
        padding: 0 10px 0 10px;
        line-height: 25px;
    }

    .detail-course-youtube {
        width: 100%;
    }

    .course-content {
        width: 100%;
    }

    .detail-course-data {
        width: 100%;
    }

    .detail-course-youtube-content strong {
        margin-top: 10px;
    }

    .heading-course img {
        width: 100%;
    }

    .post-item-content {
        gap: 5px;
        padding: 0 5px;
    }

    .post-item-content-date {
        width: 20%;
    }

    .post-item-content-des {
        padding: 5px 10px;
    }

    .list-post>div {
        padding: 5px;
    }

    .certificate-content {
        padding: 0;
    }

    .certificate {
        padding: 50px;
        flex-flow: column-reverse;
        text-align: center;
        gap: 40px;
    }

    .youtube-section {
        background-size: auto 500px;
        padding: 180px 0 100px 0;
        margin: 100px 0 0;
    }

    .course-internship-content svg {
        display: none;
    }


    .code-css {
        top: 0%;
        right: 0%;
    }

    .code-php {
        bottom: 0;
        right: 0;
    }

    .code-js {
        top: 0;
        left: 0;
    }

    .code-html {
        bottom: 0;
        left: 0;
    }

    .header-onging-course {
        display: none;
    }

    .main-footer-content {
        padding: 25px;
    }

    .main-footer-content {
        padding: 30px 20px;
        gap: 30px;
    }

    .main-footer-content-social a {
        padding: 20px 15px;
        gap: 10px;
    }

    .main-footer-content-social a {
        gap: 10px;
        font-size: 15px;
    }

    .main-footer-content-menu {
        gap: 20px;
    }

    .open-mobile-menu-icon {
        margin-left: 50px;
    }

    .mobile-menu {
        position: fixed;
        right: 0;
        top: 0;
        background: var(--primary-color-70);
        backdrop-filter: blur(10px);
        padding: 20px;
        width: 300px;
        max-width: 90%;
        height: 100vh;
        box-shadow: var(--shadow-2);
        transform: translateX(100%);
        transition: 0.3s;
        z-index: 9999;
    }

    .mobile-menu #searchform_header {
        margin: 20px 0;
    }

    .mobile-menu .header-logo {
        text-align: center;
    }

    .mobile-menu.active {
        transform: translateX(0%);
    }

    .mobile-menu ul {
        margin: 50px 0 0;
        overflow-y: scroll;
        list-style: none;
        padding: 0;
    }

    .mobile-menu ul li a {
        padding: 10px 25px 10px 0;
        font-size: 16px;
        color: var(--white-color);
        display: block;
        position: relative;
    }

    .mobile-menu {
        height: 100%;
        overflow-y: scroll;
    }

    .mobile-menu ul li a:after {
        content: "";
        position: absolute;
        background-image: url(../Fork/images/pre-menu.svg);
        width: 14px;
        height: 14px;
        right: 0;
        top: 55%;
        transform: translateY(-50%);
        background-size: 95% 95%;
        background-position: center center;
        background-repeat: no-repeat;
        filter: brightness(7.5);
    }

    .woocommerce-account .under-filter,
    .woocommerce-dashboard .under-filter {
        background: var(--primary-color-70);
    }

    .under-filter {
        position: fixed;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: var(--white-color-50);
        backdrop-filter: blur(10px);
        transition: 0.3s;
        opacity: 0;
        visibility: hidden;
        z-index: 8888;
    }

    .under-filter.active {
        opacity: 1;
        visibility: visible;
    }
}

/*---------------- sm --------------*/
@media only screen and (max-width: 768px) {
    .youtube-videos-section {
        flex: 2;
        padding: 0 60px;
    }

    .cart-content {
        margin: 0 auto;
    }

    .not-find-result {
        flex-flow: column;
        line-height: 20px;
        margin-bottom: 50px;
    }

    .comment-form-author,
    .comment-form-email {
        width: 100%;
        padding: 0;
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 30px !important;
    }

    .list-cart-course .woocommerce-cart-form__cart-item {
        gap: 20px;
    }

    .woocommerce-LostPassword {
        margin: 20px 0;
        display: inline-block;
    }

    .woocommerce-LostPassword a {
        color: var(--primary-color);
    }

    .list-cart-course .product-thumbnail img,
    .product-thumbnail {
        width: 100%;
    }

    .list-cart-course .woocommerce-cart-form__cart-item {
        justify-content: center;
        text-align: center;
        flex-flow: column;
    }

    .landing-head-content {
        padding: 0 30px;
        margin: 0 0 30px;
    }

    #course_videos .simple-btn {
        font-size: 0 !important;
        padding: 10px !important;
    }

    #course_videos .simple-btn svg {
        margin: 0 !important;
    }

    .course-item-head-title h4 {
        padding: 0px 0 0 20px;
    }

    .course-item-head-title span {
        padding: 0 10px;
    }

    .woocommerce-breadcrumb {
        justify-content: space-around;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .content-heading-course .pricing {
        margin-bottom: 20px;
        gap: 30px;
    }

    .navigation-course {
        gap: 50px;
    }

    .youtube-next {
        right: 10px;
    }

    .youtube-prev {
        left: 10px;
    }

    .youtube-section-content {
        padding: 0 20px;
    }

    .youtube-carousel:after {
        display: none;
    }

    .youtube-section-content a {
        margin: 0 auto;
    }

    .youtube-section-content p {
        text-align: center;
    }

    .youtube-carousel-item {
        margin-left: 0;
    }

    .youtube-section {
        background: var(--primary-color);
        flex-flow: column;
        gap: 50px;
        text-align: center;
        border-radius: var(--rounded-40);
        padding: 30px 0 50px 0;
    }

    .product-item-parts.students {
        display: none;
    }

    .course-internship-content {
        text-align: center;
        margin: 30px 0 20px;
    }

    .list-course .product-item h2 a {
        font-size: 17px;
    }

    .course-internship-content a {
        display: none;
    }



    #searchform_header {
        display: none;
    }

    .main-footer-content-menu {
        gap: 40px;
    }

    .main-footer-content-social a {
        font-size: 13px;
        padding: 10px 10px;
    }
}

/*---------------- xs --------------*/
@media only screen and (max-width: 576px) {
    .faq-repeater-item {
        padding: 20px 20px 20px 43px;
    }

    .comments-single {
        width: 95%;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        padding: 10px !important;
    }

    .content-single {
        margin: 0px 0 0;
    }

    ol.commentlist>li {
        padding: 0px;
    }

    .wp-pagenavi {
        justify-content: start;
        overflow-x: auto;
        padding: 10px 0;
    }

    .tabs-content {
        overflow-x: auto;
    }

    .faq-repeater-item svg:first-child {
        display: none;
    }

    .thanks-page .landing-head h1 {
        text-align: center;
    }

    .main-footer-content-social a {
        font-size: 15px;
        padding: 20px 30px;
    }

    .socials-share-article {
        display: none;
    }

    ol.commentlist>li>ul {
        padding: 0;
    }

    .content-single {
        padding: 0 20px;
    }

    .navigation-post-content {
        width: 100%;
    }

    .navigation-course>div {
        width: 100%;
    }

    .course-item-head-title span {
        display: none;
    }

    .single-detail-info-item {
        margin: 20px 0;
        width: 50%;
        flex: 50%;
    }

    .post-item-content-date {
        display: none;
    }

    .header-account .header-account-login {
        display: none;
    }

    .open-mobile-menu-icon {
        margin-left: 0;
    }

    .main-header {
        padding: 20px 20px !important;
    }
}