/*
Theme Name: Oman website
Theme URI: https://vakiloman.com/
Author: Majid Seyedmiri
Author URI: https://seyedmiri.com/
Description: A professional WordPress theme designed exclusively for Oman website. This theme offers a comprehensive solution for legal practitioners in Iran, featuring specialized sections for legal consultations, case management, and client resources. With elegant typography, intuitive navigation, and responsive design, the theme provides an authoritative online presence for law firms. The theme includes customized templates for practice areas, attorney profiles, testimonials, and legal resources, making it the perfect choice for legal professionals looking to establish a strong digital presence in the Iranian legal 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: oman-legal
Tags: law, legal-services, attorney, responsive, iran, professional, business, consultation, rtl-language-support, custom-logo
*/

/* 
This is the main stylesheet for the oman Legal theme.
It provides styles for a professional legal services website in Iran.
*/
/*********************
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-Kalameh);
}

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-Kalameh: "KalamehWeb-Regular";
    --font-family-KalamehFaNum: "Kalameh-FaNumRegular";
    --font-family-AnjomanMax: "AnjomanMax-Regular";
    --primary-color: #AB9578;
    --secondary-color: #090040;
    --secondary-color-2: #12141A;
    --bg-color: #EEE9E2;
    --bg-color-2: #FAF6F0;
    --text-color-1: #7A7A7A;
    --text-color-2: #231F20;
    --text-color-3: #4A4A4A;
	--text-color-4: #12141A;
    --border-color: #CFD8E5;
    --baseLight-color: #ffffff;
    --baseDark-color: #000000;

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

    --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-Kalameh);
    direction: var(--direction);
    overflow-x: hidden !important;
    background-color: var(--baseLight-color);
}

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

div,
p,
li,
a,
span,
.prn {
    font-family: var(--font-family-KalamehFaNum) !important;
}


/* title & text */
.center {
    text-align: center;
}

.justify {
    text-align: justify;
}

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

.oman {
    color: var(--primary-color);
}

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

.supTitle {
    font-weight: 500;
    margin-block-end: 0.25rem;
}

.supTitle--light {
    color: #EDE7DF;
}

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

.title--middle {
    font-weight: 600;
    line-height: var(--line-height140);
}

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

.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-8);
    padding: 0.6rem 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    transition: all 0.2s ease;
    font-weight: 500;
}

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

.btn--primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

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

.btn--secondary:hover {
    background-color: transparent;
    color: var(--secondary-color);
}

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


.btn--transparent:hover {
    background-color: var(--primary-color);
}


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

.btn--transparent__white:hover {
    background-color: var(--baseLight-color);
    color: var(--primary-color);
}

/* 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;
	justify-content: 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 {
    display: flex;
    align-items: center;
    font-weight: 300;
}

.breadcrumb li>span {
    color: var(--primary-color);
    font-weight: 500;
}

 .breadcrumb img{
	margin-inline: 0.5rem;
	filter: brightness(0) saturate(100%) invert(62%) sepia(8%) saturate(1153%) hue-rotate(354deg) brightness(96%) contrast(91%);
}

.archiveHeroInner .breadcrumb--content{
	justify-content: center;
}
/* 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 */

/* form */
textarea,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
	background-color: var(--baseLight-color);
	border: 1px solid rgba(48, 50, 58, 0.3);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"]{
	border-radius: 10px;
	padding: 0.75rem 1rem;
}

textarea{
	border-radius: 8px;
	padding: 1rem 1.25rem;
	width: 100%;
}

label{
	color: #30323A;
	display: block;
	margin-block-end: 0.25rem;
}

input[type="submit"]{
	background-color: var(--primary-color);
    padding: 0.5rem 2.5rem;
    border-radius: var(--border-radius-8);
    border: 1px solid var(--primary-color);
	color: var(--baseLight-color);
	margin-block-start: 2rem;
}
/* form */

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

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

/* phoneRing */
.phoneRing {
    zoom: 3;
    transform: rotate(90deg);
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--baseLight-color);
    border-radius: 50%;
    margin-inline-end: 0.25rem;
}

.phoneRing .Phone {
    width: 6px;
    animation: ringing 5s ease-in-out infinite;
}

.phoneRing .Phone #p1 {
    transform-origin: bottom right;
    animation: appear 5s ease-in-out infinite backwards;
}

.phoneRing .Phone #p2 {
    transform-origin: bottom right;
    animation: appear 5s ease-in-out .2s infinite backwards;
}

@keyframes appear {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    20% {
        opacity: 0;
        transform: scale(1);
    }

    22% {
        opacity: 1;
        transform: scale(1.05);
    }

    26% {
        opacity: 1;
        transform: scale(1);
    }

    40% {
        opacity: 0;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes ringing {
    20% {
        transform: rotate(0deg);
    }

    21% {
        transform: rotate(10deg);
    }

    22% {
        transform: rotate(-10deg);
    }

    23% {
        transform: rotate(12deg);
    }

    24% {
        transform: rotate(-12deg);
    }

    25% {
        transform: rotate(12deg);
    }

    26% {
        transform: rotate(-12deg);
    }

    28% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(-10deg);
    }

    32% {
        transform: rotate(5deg);
    }

    34% {
        transform: rotate(-5deg);
    }

    36% {
        transform: rotate(2deg);
    }

    38% {
        transform: rotate(0deg);
    }
}

/* phoneRing */

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;
	border-bottom: 1px soliod #CCCAC6;
}

.front-page-header .header {
	border-bottom: 0;
}

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

.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;
}

.inner-page-header .header--btn a.btn{
	color: var(--baseDark-color);
}

.inner-page-header .phoneRing  {
	border: 0.5px solid var(--primary-color);
}

/* 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(--primary-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: 2rem;
    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(--secondary-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-base);
    font-weight: 400;
    line-height: var(--line-height140);
    transition: all 0.3s ease;
}

.front-page-header  .header--menu .navigation>ul.menu>li>a{
	color: var(--baseLight-color);
}

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

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

.searchForm--content {
    position: relative
}

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

.inner-page-header .searchForm>img {
	filter: brightness(0);
}

.searchForm--content {
    border: 1px solid var(--text-color-1);
    border-radius: var(--border-radius-8);
    padding-inline-end: 0.75rem;
    padding-inline-start: 0.25rem;
    padding-block: 0.15rem;
    background-color: var(--baseLight-color);
    position: absolute;
    left: calc(30% - 200px);
    width: 100%;
    max-width: 400px;
    top: 80px;
    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(--primary-color);
    border-radius: var(--border-radius-8);
    padding: 0.5rem 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-8);
}

/* 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(26, 43, 76, .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-color: var(--secondary-color);
    margin-top: 10rem;
}

.footer--content {
    display: flex;
    align-items: center;
    padding-block: 5rem 3.125rem;
}

/* footer--logo */
.footer--logo {
    border-left: 1px solid var(--border-color);
    padding-inline-end: 5rem;
    margin-inline-end: 5rem;
}

.footer--logo img {
    width: 200px;
    height: 188px;
}

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

.footer--content>ul>li {
    color: var(--baseLight-color);
}

.footer--content>ul>li:nth-child(1) {
    width: 30%;
}

.footer--content>ul>li:nth-child(2) {
    width: 25%;
}

.footer--content>ul>li:nth-child(3) {
    width: 40%;
}


.footer--content>ul>li .headerWiget {
    margin-block-end: 1.5rem;
}

.footer--content>ul>li .bodywidget>ul>li {
    display: flex;
    column-gap: 0.5rem;
    align-items: flex-start;
}

.footer--content>ul>li .bodywidget>ul>li:not(:last-child) {
    margin-block-end: 1.7rem;
}

.footer--content>ul>li:nth-child(3) .bodywidget>ul {
    display: flex;
    column-gap: 1rem;
}

.footer--content>ul>li:nth-child(3) .bodywidget>ul>li img {
    width: 40px;
    height: 40px;
}

.footer--content>ul>li:nth-child(3) .bodywidget .footer--btn {
    display: flex;
    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 var(--border-color);
}
.footer--content>ul>li:nth-child(1) .bodywidget ul>li:nth-child(1) a {
	direction:ltr;
}
/*********************
END: FOOTER
*********************/

/*********************
START: SEARCH PAGE
*********************/
body.search .breadcrumb{
	justify-content: flex-start;
	margin-block-start: 1rem;
}

body.search .topsingle{
	margin-block-end: 0 !important;
}

.UnderTopSingle{
/* 	min-height: 500px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-block-start: 90px;
}

.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(--primary-color);
	color: var(--secondary-color);
}
/*********************
END: SEARCH PAGE
*********************/

/*********************
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 {
        font-size: 26px;
    }

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

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

    .title--small {
        font-size: 45px;
    }

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

    /* footer */
    .footer--content>ul>li .headerWiget h3 {
        font-size: var(--text-xl);
    }
}

@media screen and (min-width: 1320px) and (max-width: 1439px) {
    .supTitle {
        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);
    }

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

    /* footer */
    .footer--logo {
        padding-inline-end: 4rem;
        margin-inline-end: 4rem;
    }
}

@media screen and (max-width: 1319px) {
    .supTitle {
        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);
    }

    .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-base);
    }

    /* footer */
    .footer--logo {
        padding-inline-end: 3rem;
        margin-inline-end: 3rem;
    }
}

@media screen and (max-width: 1200px) {

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

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

    .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;
    }

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

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

    /* header */
    .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;
    }

    /* footer */
    .footer--content {
        flex-direction: column;
    }

    .footer--logo {
        padding-inline-end: 0;
        margin-inline-end: 0;
        margin-block-end: 3rem;
        border-left: 0;
    }
}

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

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

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

    /* 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(--secondary-color);
        top: 0;
        z-index: 1;
        padding: 30px;
        height: 100%;
        transition: all 0.5s;
        visibility: hidden;
        transition-property: right, visibility;
    }

    .header--menu .navigation.active {
        right: 0;
        visibility: visible;
    }

    .header--menu .navigation>ul.menu>li>ul {
        opacity: 1;
        position: relative;
        top: 0;
        background: rgba(255, 255, 255, 0.5);
        overflow: hidden;
        display: none;
        margin-block-start: 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);
		color: var(--baseLight-color) !important;
    }

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

    .header--menu .navigation>ul.menu>li>img {
        filter: brightness(0) invert(1);
        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 {
        column-gap: 1rem;
		color: var(--baseLight-color) !important;
    }

    .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--content>ul {
        flex-wrap: wrap;
    }

    .footer--content>ul>li:nth-child(1),
    .footer--content>ul>li:nth-child(2) {
        width: 48.5%;
    }

    .footer--content>ul>li:nth-child(3) {
        width: 70%;
        margin-block-start: 1rem;
        margin-inline: auto;
    }

    .footer--content>ul>li {
        border-radius: 8px;
        border: 1px solid var(--primary-color);
    }

    .footer--content>ul>li .headerWiget {
        background-color: #AB9578;
        border-top-right-radius: 7px;
        border-top-left-radius: 7px;
        padding: 0.5rem 0.75rem;
    }

    .footer--content>ul>li .bodywidget {
        padding-inline: 1rem;
        padding-block-end: 1rem;
    }
	
	.footer--content>ul>li:nth-child(3) .bodywidget .footer--btn{
		justify-content: center;
	}
}

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

@media screen and (max-width: 576px) {

    /* header */
    .searchForm {
        margin-inline-start: 0;
    }

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

    /* footer */
    .footer--content>ul>li {
        width: 100% !important;
    }

    .footer--content>ul>li:nth-child(1),
    .footer--content>ul>li:nth-child(2) {
        margin-block-end: 2rem;
    }
}

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

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

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

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

    /* footer */
    .footer--content>ul>li .headerWiget h3 {
        font-size: var(--text-base);
    }

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

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

    /* header */
    .searchForm--content {
        width: 270px;
    }

    .header--menu .navigation {
        width: 250px;
    }

}

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

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




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

@media screen and (min-width: 1320px) and (max-width: 1439px) {}

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

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

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

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

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

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

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

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


