/*
Theme Name: Karizma-contract
Theme URI: https://karizmacontract.com/
Author: Majid Seyedmiri
Author URI: https://seyedmiri.com/
Description: A professional WordPress theme designed exclusively for Karizma Contract. This theme provides a complete digital solution for blockchain and smart contract professionals in Iran. Built with precision and trust in mind, it features specialized sections for smart contract creation, blockchain consultation, and client project management.

With modern typography, clean layouts, and a fully responsive design, the theme delivers a credible and tech-forward online presence for companies in the blockchain and Web3 space. It includes custom templates for services, project showcases, team profiles, testimonials, and educational resources—making it the perfect choice for smart contract developers and blockchain experts looking to establish a powerful digital footprint in the evolving Iranian market.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dadgar-legal
Tags: law, legal-services, attorney, responsive, iran, professional, business, consultation, rtl-language-support, custom-logo
*/
/*********************
START: PUBLIC
*********************/
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button,
input,
textarea,
a {
    cursor: pointer;
    outline: none;
    background: 0 0;
    text-decoration: none;
    font-weight: 500;
    font-weight: 500;
    font-family: var(--font-family-IRANSans);
}

button:focus,
input:focus,
textarea:focus,
a:focus,
input::placeholder,
textarea::placeholder {
    outline: none;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    scroll-behavior: smooth;
    font-size: 100%;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: middle;
}

:root {
    --direction: rtl;
    --font-family-Morabba: "Morabba-Regular";
    --font-family-IRANSans: "IRANSansX-Regular";
    --green-color: #4CAF50;
    --green-color-2: #9AAD61;
    --green-color-3: #72804D;
    --green-color-light: #EDF5D7;
    --text-color-1: #36424F;
    --text-color-2: #262C33;
    --text-color-3: #B0BFD6;
    --text-color-4: #94A2B8;
    --bg-heroInner: #21262C;
    --bg-card: #F5F7FA;
    --border-color: #C5C8BD;
    --baseLight-color: #ffffff;
    --baseDark-color: #000000;

    --border-radius-15: 15px;
    --border-radius-20: 20px;
    --border-radius-60: 60px;

    --line-height130: 130%;
    --line-height140: 140%;
    --line-height150: 150%;
    --line-height160: 160%;


    /* font-size */
    --text-xs: 0.75rem;
    /* 12px */
    --text-sm: 0.875rem;
    /* 14px */
    --text-base: 1rem;
    /* 16px */
    --text-lg: 1.125rem;
    /* 18px */
    --text-xl: 1.25rem;
    /* 20px */
    --text-2xl: 1.5rem;
    /* 24px */
    --text-3xl: 1.875rem;
    /* 30px */
    --text-4xl: 2.25rem;
    /* 36px */
    --text-5xl: 3rem;
    /* 48px */
    --text-6xl: 3.5rem;
    /* 56px */
    --text-7xl: 3.75rem;
    /* 60px */
}


body {
    margin: 0;
    padding: 0;
    font-family: var(--font-family-IRANSans);
    direction: var(--direction);
    overflow-x: hidden !important;
    background-color: var(--body-color);
}

section {
    margin-block-end: 120px;
}

div,
p,
li,
a,
span,
.prn {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}

strong{
	font-weight: 700;
}

/* search page */
.UnderTopSingle {
    margin-block-start: 6rem;
}

.rightSingleHeader{
    margin-block-end: 1.5rem;
}

body.search ol.breadcrumb li a{
	color: var(--text-color-2) !important;
}
body.search ol.breadcrumb li a img,
body.search ol.breadcrumb .breadcrumb-separator{
	filter: brightness(0) saturate(100%) invert(16%) sepia(2%) saturate(4070%) hue-rotate(181deg) brightness(94%) contrast(94%) !important;
}

.notfound {
    width: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block: 2rem 4rem;
    text-align: center;
    font-weight: bold;
    font-size: var(--text-xl);
    border-radius: var(--border-radius-15);
    border: 3px solid var(--green-color-2);
}
/* title & text */


.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

.light {
    color: var(--baseLight-color);
}

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

.charisma {
    color: #B5CC72;
}

.supTitle {
    display: flex;
    align-items: center;
    column-gap: 0.45rem;
    margin-block-end: 1rem;
    font-family: var(--font-family-Morabba);
}

.supTitle--center {
    justify-content: center;
}

.supTitle--middle__light {
    color: #94A2B8;
}

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

.supTitle--green {
    color: var(--green-color-2);
}

.supTitle span {
    font-weight: 300;
}

.title--large {
    font-weight: 600;
    line-height: var(--line-height130);
    font-family: var(--font-family-Morabba);
}

.title--middle {
    font-weight: 500;
    line-height: var(--line-height140);
    margin-block-end: 1.25rem;
    font-family: var(--font-family-Morabba);
}

.title--small {
    font-weight: 500;
    margin-block-end: 1.187rem;
    line-height: var(--line-height130);
    font-family: var(--font-family-Morabba);
}

.title--XSmall {
    font-weight: 500;
    line-height: var(--line-height130);
    font-family: var(--font-family-Morabba);
}

.title--withIcon {
    position: relative;
    margin-block-end: 1.25rem;
}

.title--withIcon.title--small img {
    margin-block-start: 12px;
}

.text--middle {
    font-weight: 400;
    line-height: var(--line-height150);
}

/* title & text */

/* button */
/* bnt-public */
.btn {
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    cursor: pointer;
    overflow: hidden;
    border-radius: var(--border-radius-60);
    padding: 0.75rem 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: var(--text-color-2);
    transition: transform 0.3s ease-in-out;
}

.btn::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 0;
    transform-origin: center;
    transform: scale(0);
    transition: transform 0.3s ease-in-out;
    border-radius: var(--border-radius-60);
}

.btn:hover::before {
    transform: scale(1);
}

.btn--icon {
    margin-inline-start: 0.5rem;
}

.btn--inner {
    position: relative;
}

/* btn--green__fill  */
.btn--green__fill {
    background-color: var(--green-color-2);
    border: 1px solid var(--green-color-2);
}

.btn--green__fill::before {
    background-color: var(--baseLight-color);
}


/* btn--white__fill*/
.btn--white__fill {
    border: 1px solid var(--text-color-1);
    background-color: var(--baseLight-color);
}

.btn--white__fill::before {
    background-color: var(--green-color-light);
}


/* btn--transparent */
.btn--transparent {
    border: 1px solid var(--text-color-3);
    color: var(--baseLight-color);
    background-color: transparent;
}

.btn--transparent::before {
    background-color: var(--baseLight-color);
}

.btn--transparent:hover {
    color: var(--text-color-2);

}

/* input */

form input[type="email"],
form input[type="tel"],
form input[type="text"],
form input[type="search"],
form textarea {
    background-color: var(--baseLight-color);
    border: 1px solid #DADEE5;
	direction: rtl !important;
	padding: 0.75rem 1rem;
	color: var(--text-color-4);
}

form input[type="email"],
form input[type="text"],
form input[type="search"],
form input[type="tel"] {
    border-radius: var(--border-radius-15);
}

form input[type="email"],
form input[type="tel"],
form input[type="text"],
form textarea{
	margin-block-start: 0.5rem;
}

form textarea {
	border-radius: var(--border-radius-20);
	width: 100%;
}

form label{
	color: var(--text-color-2);
	font-size: var(--text-sm);
	width: auto;
    display: block;
}


/* Remove default search input icon for most browsers */
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 {
    display: none;
}

input[type="search"]::-ms-clear {
    display: none;
}

input[type="search"]::-ms-reveal {
    display: none;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

/* input */


/* breadcrumb */
.breadcrumb--content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    padding-block-end: 1.5rem;
    position: relative;
}

.breadcrumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    color: rgba(255, 255, 255, 0.7);
}

.breadcrumb li {
    font-size: var(--text-lg);
}

.breadcrumb li:nth-child(even) {
    margin-inline: 0.25rem;
}

.breadcrumb li>a {
    margin-inline: 0.25rem;
    display: flex;
    align-items: center;
    column-gap: 0.25rem;
    font-weight: 300;
    font-family: var(--font-family-Morabba);
}

.breadcrumb li>span {
    color: var(--green-color-2);
    font-weight: 500;
    font-family: var(--font-family-Morabba);
}

.breadcrumb img.breadcrumb-separator {
    margin-inline: 0.5rem;
}

/* breadcrumb */

/* pagination */
.pagination {
    margin-block: 3rem;
    margin-inline: auto;
}

.pagination ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li>span,
.pagination ul li>a {
    padding: 0.5rem 0.75rem;
    min-width: 3rem;
    min-height: 2rem;
    background-color: var(--baseDark-color);
    border: 1px solid var(--border-color);
    margin-inline: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination ul li>span.page-numbers.current {
    background-color: var(--secondary-color);
    border: 1px solid var(--secondary-color);
    color: var(--baseLight-color);
}

/* pagination */

/* heroInner */
.heroInner {
    overflow: hidden;
    margin-block-start: 100px;
    background-color: var(--bg-heroInner);
}

.heroInner--content {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-height: 520px;
}

.heroInner--text {
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-block: 3rem;
    z-index: 1;
}

.heroInner--text .text--middle {
    margin-block-start: 1.5rem;
}

.heroInner--image {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* position: relative; */
    border: 1px solid rebeccapurple
}

.heroInner--image picture {
    position: absolute;
    max-width: 600px;
    width: 100%;
    height: 100%;
    min-height: 519px;
    top: 0;
    object-fit: cover;
}

.heroInner--image picture::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, rgba(33, 38, 44, 0) 0%, rgba(33, 38, 44, 1) 100%);
}

.heroInner--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* max-width: 600px; */
}

/* heroInner */

/*********************
END: PUBLIC
*********************/

/*********************
START: HEADER
*********************/

header {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.5s;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 1rem;
    position: relative;
}

/* header--logo */
.header--logo {
    width: 130px;
}

.header--logo img {
    width: 100%;
}

/* header--logo */


/* header--btn */
.header--btn {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.header--menu .header--btn__mobile {
    display: none;
}

/* header--btn */


/* header--menu */
.header--menu {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    position: relative;
}

/* nav-icon */
.nav-icon {
    position: absolute;
    display: inline-block;
    left: 0;
    z-index: 100;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.5s;
    display: none;
}

.nav-icon:after,
.nav-icon:before,
.nav-icon div {
    background-color: var(--green-color);
    content: "";
    display: block;
    width: 28px;
    height: 2px;
    margin: 5px 0;
    transition: all 0.2s ease-in-out;
}

.nav-icon.open:before {
    transform: translateY(6px) rotate(135deg);
}

.nav-icon.open:after {
    transform: translateY(-8px) rotate(-135deg);
}

.nav-icon.open div {
    transform: scale(0);
}

/* nav-icon */

.header--menu .navigation {
    position: relative;
}

.header--menu .navigation>ul.menu {
    position: relative;
    display: flex;
    justify-content: center;
    user-select: none;
}

.header--menu .navigation>ul.menu>li {
    padding-inline-end: 1.5rem;
    padding-block: 1rem;
    position: relative;
}

.header--menu .navigation>ul.menu>li.current-menu-item>a {
    font-weight: 500;
}

.header--menu .navigation>ul.menu>li>a {
    color: var(--text-color-1);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 400;
    line-height: var(--line-height140);
    transition: all 0.3s ease;
}

.header--menu .navigation>ul.menu>li.current-menu-item>a {
    font-weight: 700;
    border-bottom: 1px solid var(--text-color-1);
}

 
/* for submenu */
.header--menu .navigation>ul.menu>li>img {
    width: .5rem;
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translatey(-50%);
    cursor: pointer;
}

.header--menu .navigation>ul.menu>li>a>img {
    width: 0.75rem;
    margin-inline-start: 1rem;
}

.header--menu .navigation>ul.menu>li>ul {
    position: absolute;
    background: var(--bg-card);
    top: 3rem;
    pointer-events: none;
    transform: translateY(10px);
    opacity: 0;
    transition: 0.5s;
    transition-property: transform, opacity;
    border-radius: var(--border-radius15);
    padding-block: 1rem;
}

.header--menu .navigation>ul.menu>li:hover>ul {
    opacity: 1;
    transform: translateY(0);
    pointer-events: all;
	box-shadow: rgba(16, 24, 40, 0.12) 0px 6px 28px 5px;
}

.header--menu .navigation>ul.menu>li>ul>li {
    position: relative;
    cursor: pointer;
}

.header--menu .navigation>ul.menu>li>ul>li>a {
    color: var(--baseDark-color);
    text-decoration: none;
    padding: 1rem 3rem;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
}
/* for submenu  */

/* searchForm */
.header--items nav {
    display: flex;
    align-items: center;
}

.searchForm--content {
    position: relative
}

.searchForm>img {
    cursor: pointer;
    width: auto;
    vertical-align: middle;
}

.searchForm--content {
    border: 1px solid var(--text-color-1);
    border-radius: var(--border-radius-60);
    padding-inline-end: 0.75rem;
    padding-inline-start: 0.25rem;
    padding-block: 0.15rem;
    background-color: var(--baseLight-color);
    position: absolute;
    left: 0;
    width: 100%;
    top: 60px;
	max-width: 350px;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.searchForm--content.active {
    display: flex;
}

.searchForm--content .btn {
    width: 20%;
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translatey(-50%);
    color: var(--baseLight-color);
    background-color: var(--green-color-2);
    border-radius: var(--border-radius-60);
    padding: 0.6rem 1.5rem;
    border: none;
}

.searchForm--content input[type="search"] {
    width: 78%;
    border: none;
    padding: 0.5rem 0.75rem;
    min-height: 40px;
    color: var(--text-color-1);
    border-radius: var(--border-radius-60);
}

/* searchForm */

.header--btn .btn--secondary {
    padding: 0.57rem 1rem;
}

.header--btn .btn--secondary .phoneRing {
    margin-inline-start: 0.25rem;
    transition: all 0.5s;
}

.header--btn .btn--secondary:hover .phoneRing {
    border-radius: 50%;
    background: var(--secondary-color);
}

/* header--menu */

.darkpage {
    background-color: rgba(30, 54, 70, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0;
    transition: opacity 1s linear;
}

/*********************
END: HEADER
*********************/

/*********************
START: FOOTER
*********************/
footer {
    position: relative;
    width: 100%;
    background-image: url("assets/img/bg-footer.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10rem;
}

/* footer--up */
.footer--up {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 6rem;
    margin-block-start: 6.5rem;
}

.footer--up picture img {
    width: 230px;
    height: 150px;
}

.footer--up>.footer--up__text {
    color: var(--baseLight-color);
    font-weight: 400;
    text-align: justify;
    line-height: var(--line-height160);
}

.footer--up>.footer--btn {
	display: none;
}

/* footer--middle */
.footer--middle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 2rem;
    padding-block: 2rem;
    margin-block: 3.75rem;
    border-block: 1px solid rgba(137, 152, 170, 0.4);
}

.footer--middle ul {
    display: flex;
    width: 60%;
    justify-content: space-between;
}

.footer--middle ul.sub-menu{
	display: none;
}

.footer--middle ul li a {
    font-weight: 500;
    line-height: var(--line-height160);
    color: var(--baseLight-color);
}

.footer--middle>div {
    display: flex;
    align-items: center;
    column-gap: 1rem;
    row-gap: 1rem;
}

/* footer--down */
.footer--down {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 2rem;
    row-gap: 2rem;
    margin-block-end: 3.75rem;
}

.footer--down ul.info {
    display: flex;
    width: 80%;
    column-gap: 3rem;
    justify-content: space-between;
    color: var(--baseLight-color);
}

.footer--down ul.info li {
    margin: 8px;
    flex-basis: calc(33.33% - 16px);
}

.footer--down ul.info li img {
    width: 24px;
    height: auto;
}

.footer--down ul.info li span {
    font-weight: 400;
    line-height: var(--line-height160);
    font-size: var(--text-lg);
    margin-inline-start: 0.5rem;
}

.footer--down ul.info li p {
    font-weight: 400;
    margin-block-start: 1rem;
    line-height: var(--line-height140);
}

.footer--down ul.social {
    display: flex;
    align-items: center;
    column-gap: 0.75rem;
}

.websiteOwnership {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-block: 1.5rem;
    row-gap: 0.75rem;
    border-top: 1px solid rgba(137, 152, 170, 0.4);
}

/*********************
END: FOOTER
*********************/

/*********************
START: container and its media
*********************/
/* container  */
.container {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1320px 1fr;
    grid-template-areas: ". content .";
}

.container>* {
    grid-area: content;
}

@media screen and (min-width: 1920px) {
    .container {
        grid-template-columns: 1fr 1400px 1fr;
    }
}

@media screen and (min-width: 1440px) and (max-width: 1919px) {
    .container {
        grid-template-columns: 1fr 1330px 1fr;
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .container {
        grid-template-columns: 1fr 1310px 1fr;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1319px) {
    .container {
        grid-template-columns: 1fr 1140px 1fr;
    }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
    .container {
        grid-template-columns: 1fr 970px 1fr;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .container {
        grid-template-columns: 1fr 750px 1fr;
    }
}

@media screen and (max-width: 768px) {
    .container {
        grid-template-columns: 1fr 95% 1fr;
    }
}

/*********************
END: container and its media
*********************/

/*********************
START: MEDIA
*********************/
@media screen and (min-width: 1440px) {

    .supTitle span {
        font-size: var(--text-3xl);
    }

    .title--large {
        font-size: var(--text-7xl);
    }

    .title--middle {
        font-size: var(--text-6xl);
    }

    .title--small {
        font-size: 45px;
    }
	
	.title--XSmall {
        font-size: var(--text-4xl);
    }

    .text--middle {
        font-size: 22px;
    }

    /* footer */
    .footer--up>.footer--up__text {
        font-size: var(--text-2xl);
    }

    .footer--down ul.info li p {
        font-size: var(--text-xl);
    }

}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .supTitle span {
        font-size: var(--text-2xl);
    }

    .title--large {
        font-size: var(--text-6xl);
    }

    .title--middle {
        font-size: var(--text-5xl);
    }

    .title--small {
        font-size: var(--text-4xl);
    }
	
	.title--XSmall {
        font-size: var(--text-3xl);
    }

    .text--middle {
        font-size: var(--text-xl);
    }

    /* footer */
    .footer--up>.footer--up__text {
        font-size: var(--text-xl);
    }

    .footer--down ul.info li p {
        font-size: var(--text-lg);
    }
}

@media screen and (max-width: 1319px) {
    .supTitle span {
        font-size: var(--text-xl);
    }

    .title--large {
        font-size: var(--text-5xl);
    }

    .title--middle {
        font-size: var(--text-4xl);
    }

    .title--small {
        font-size: var(--text-3xl);
    }
	
	.title--XSmall {
        font-size: var(--text-2xl);
    }

    .text--middle {
        font-size: var(--text-xl);
    }

    /* header */
    .header--menu .navigation>ul.menu>li {
        padding-inline-end: 1rem;
    }

    .header--menu .navigation>ul.menu>li>a {
        font-size: var(--text-sm);
    }
	
	.header--btn__desktop .btn{
		font-size: 14px;
		padding-inline: 0.75rem;
	}
	
	.header--btn__desktop.header--btn{
		gap: 0.75rem;
	}
	
	.header--menu .navigation>ul.menu>li>img{
		left: 0.5rem;
	}

    /* footer */
    .footer--up>.footer--up__text {
        font-size: var(--text-lg);
    }

    .footer--down ul.info li p,
    .footer--down ul.info li span {
        font-size: var(--text-base);
    }
}

@media screen and (max-width: 1200px) {
    section {
        margin-block-end: 100px;
    }

    .title--large {
        font-size: var(--text-4xl);
    }

    .title--middle {
        font-size: var(--text-3xl);
    }

    .title--small {
        font-size: var(--text-2xl);
        margin-block-end: 1rem;
    }

    .text--middle {
        font-size: var(--text-lg);
    }

    /* .title--large{
        font-size: var(--text-7xl);
    } */


    /* header */
	.header--logo {
		width: 90px;
	}
	
    .header--menu .navigation>ul.menu>li>a {
        font-size: var(--text-sm);
    }

    .header--menu .navigation>ul.menu>li {
        padding-inline: 0.5rem;
    }

    .header--btn.header--btn__desktop {
        font-size: var(--text-sm);
    }

    .header--btn {
        gap: 0.5rem;
    }

    .header--btn.header--btn__desktop .btn--icon {
        display: none;
    }

	.header--menu .navigation>ul.menu>li>img{
		left: 0;
	}
	
    /* footer */
    .footer--middle ul {
        width: 55%;
    }

    .footer--down ul.info {
        column-gap: 0rem;
    }

    .footer--down ul.info li {
        flex-basis: unset;
    }

    .footer--down ul.info li:not(:last-child) {
        width: 35%;
    }
}

@media screen and (max-width: 992px) {
    section {
        margin-block-end: 80px;
    }

    .title--large {
        font-size: var(--text-3xl);
    }

    .title--middle {
        font-size: var(--text-2xl);
    }


    /* heroInner */
    .heroInner--content {
        min-height: 400px;
    }

    .heroInner--text {
        width: 100%;
        padding-block: 0;
    }

    .heroInner--image {
        display: none;
    }

    /* header */
    .header--menu .navigation>ul.menu>li {
        padding-inline-end: 7px;
    }

    .header--btn {
        gap: 0.5rem;
    }

    .searchForm--content {
        top: 70px;
    }

    .nav-icon {
        display: block;
    }

    .header--menu .navigation>ul.menu {
        flex-direction: column;
    }

    .header--menu .navigation {
        position: fixed;
        display: block;
        min-width: 350px;
        right: -100%;
        background: var(--green-color-light);
        top: 0;
        z-index: 1;
        padding: 30px;
        height: 100%;
        transition: all 0.5s;
        visibility: hidden;
        transition-property: right, visibility;
        border-top-left-radius: var(--border-radius10);
        border-left: 2px solid var(--secondary-color);
        border-top: 2px solid var(--secondary-color);
    }

    .header--menu .navigation.active {
        right: 0;
        visibility: visible;
    }
	
	.header--menu .navigation>ul.menu>li.current-menu-item>a{
		border-bottom: 0;
	}

    .header--menu .navigation>ul.menu>li>ul {
        opacity: 1;
        position: relative;
        top: 8px;
        background: rgba(255, 255, 255, 0.5);
        overflow: hidden;
        max-height:0;
        margin-block-start: 1rem;
		padding-block: 0;
		transition: all 0.5s;
		margin-block-start: 0;
    }
	
	.header--menu .navigation>ul.menu>li>ul> li:nth-child(1){
		padding-block-start: 1rem;
	}
	
	.header--menu .navigation>ul.menu>li>ul> li:last-child{
		padding-block-end: 1rem;
	}

    .header--menu .navigation>ul.menu>li {
        border-left: 0;
        border-bottom: 1px solid var(--secondary-color);
/*         margin-bottom: 1rem; */
        padding-inline: 0;
        padding-block-end: 0.25rem;
    }

    .header--menu .navigation>ul.menu>li>a {
        width: max-content;
        justify-content: space-between;
        font-size: var(--text-lg);
    }

    .header--menu .navigation>ul.menu>li>img {
        top: 25px;
        left: 0;
        transform: unset;
    }

    .header--menu .navigation>ul.menu>li>ul,
    .header--menu .navigation>ul.menu>li:hover>ul {
        transform: unset;
    }

    .header--btn__mobile .btn {
        margin-inline-start: 0;
		max-width: 300px;
        width: 100%;
    }

    .header--btn__mobile .btn--primary {
        margin-block-end: 1rem;
    }

    .header--btn__desktop {
        display: none;
    }

    .header--menu .header--btn__mobile {
        display: flex;
        flex-direction: column;
        margin-block-start: 2rem;
    }

    .searchForm {
        position: absolute;
        left: 45px;
    }

    .searchForm>img {
        width: 1.25rem;
    }

    .searchForm--content {
        top: 35px;
        left: 0;
        width: 300px;
    }

    .darkpage.open {
        opacity: 1;
        visibility: visible;
        transition: opacity 1s linear;
    }

    /* footer */


    .footer--up {
        column-gap: 4rem;
    }

    .footer--middle,
    .footer--down {
        flex-direction: column;
    }

    .footer--middle {
        row-gap: 2rem;
    }

    .footer--middle ul,
    .footer--down ul.info {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .btn {
        font-size: var(--text-sm);
    }

    .text--middle {
        font-size: var(--text-base);
    }


    /* header */
	.header--logo{
		width: 120px;
	}

    /* footer */
    .footer--up {
        flex-direction: column-reverse;
        row-gap: 2rem;
    }
	
	.footer--up>.footer--btn {
		display: flex;
		align-items: center;
		column-gap: 1rem;
		row-gap: 1rem;
	}
	
	.footer--middle>div{
		display: none;
	}
}

@media screen and (max-width: 576px) {
    /* header */
    .searchForm {
        margin-inline-start: 0;
    }

    .searchForm--content {
        top: 60px;
    }
	
	 .header--btn__mobile .btn {
		max-width: 250px;
    }

    /* footer */
    .footer--up picture img {
        width: 200px;
        height: 120px;
    }

    .footer--down ul.info {
        flex-wrap: wrap;
    }

    .footer--down ul.info li {
        width: 100% !important;
        text-align: center;
    }

    .footer--down ul.info li:not(:last-child) {
        margin-block-end: 1rem;
    }

    .footer--middle ul {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer--middle ul li {
        text-align: center;
        margin: 8px;
        flex-basis: calc(33.33% - 16px);
    }
}

@media screen and (max-width: 425px) {
	.btn{
		padding-inline: 1rem;
	}
	
	.btn--icon{
		width: 20px;
		height: 20px;
	}
	
    .title--large {
        font-size: var(--text-2xl);
    }

    .title--middle {
        font-size: var(--text-xl);
    }
	
	.title--XSmall {
        font-size: var(--text-xl);
    }
	
	.title--withIcon.title--small img {
    	margin-block-start: 8px;
	}
	
	.heroInner {
		margin-block-start: 95px;
	}

    /* header */
	.header--logo{
		width: 100px;
	}
	
    .header--menu .navigation {
        width: 300px;
		min-width: 300px;
    }

    /* footer */
    .websiteOwnership {
        font-size: var(--text-sm);
    }

    .footer--middle ul li {
        flex-basis: calc(50% - 16px);
    }

    .footer--up>.footer--up__text {
        font-size: var(--text-base);
    }
}

@media screen and (max-width: 375px) {
    .title--small {
        font-size: var(--text-xl);
    }

    /* header */
	.header--btn__mobile .btn {
		max-width: unset;
    }
	
    .searchForm--content {
        width: 270px;
    }

    .header--menu .navigation {
        width: 230px;
		min-width: 280px;
    }

    /* footer */
    .footer--up>.footer--btn{
        flex-direction: column;
    }
}

@media screen and (max-width: 320px) {
    .btn {
        font-size: var(--text-xs);
    }
}

/*********************
END: MEDIA
*********************/

