/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Utility
# Cards
# Common
# Form
# Navigations
# Animations
# Mobile Nav
# Search Popup
# Page Header
# Google Map
# Client Carousel
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
    --anity-font: "Cairo", sans-serif;
    --anity-font-two: "Cairo", "Josefin Sans", sans-serif;
    --anity-font-three: "Cairo", 'fredoka_oneregular';
    --anity-gray: #727272;
    --anity-gray-rgb: 114, 114, 114;
    --anity-base: #b8a77a;
    --anity-base-rgb: 255, 85, 40;
    --anity-black: #343434;
    --anity-black-rgb: 52, 52, 52;
    --anity-primary: #FFA415;
    --anity-primary-rgb: 255, 164, 21;
    --anity-extra: #26CC8C;
    --anity-extra-rgb: 38, 204, 140;
    --anity-extra-two: #F2F0EC;
    --anity-extra-two-rgb: 242, 240, 236;
    --anity-white: #ffffff;
    --anity-white-rgb: 255, 255, 255;
    --anity-bdr-color: #e3e3e3;
    --anity-bdr-radius: 20px;
}

.row {
    --bs-gutter-x: 30px;
}

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

body {
    font-family: var(--anity-font);
    color: var(--anity-gray);
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
}

body.locked {
    overflow: hidden;
}

a {
    color: var(--anity-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--anity-font-two);
    color: var(--anity-black);
    margin: 0;
}

p {
    margin: 0;
}

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

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 0;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}

.list-unstyled {
    padding-left: 0;
}

@media (min-width: 1320px) {
    .container {
        max-width: 1320px;
    }
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::-ms-input-placeholder {
    color: inherit;
    opacity: 1;
}

::placeholder {
    color: inherit;
    opacity: 1;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 50%;
    opacity: 0.4;
    z-index: -1;
}


/*--------------------------------------------------------------
# Custom Cursor
--------------------------------------------------------------*/
.custom-cursor__cursor {
    width: 25px;
    height: 25px;
    border-radius: 100%;
    border: 1px solid var(--anity-base);
    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    -webkit-transform: translate(calc(-50% + 5px), -50%);
    transform: translate(calc(-50% + 5px), -50%);
    z-index: 999991;
}

.custom-cursor__cursor-two {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--anity-base);
    opacity: .3;
    position: fixed;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -webkit-transition: width .3s, height .3s, opacity .3s;
    transition: width .3s, height .3s, opacity .3s;
    z-index: 999991;
}

.custom-cursor__hover {
    background-color: var(--anity-base);
    opacity: 0.4;
}

.custom-cursor__innerhover {
    width: 25px;
    height: 25px;
    opacity: .4;
}

/* Section Title Css */

.section-title {
    position: relative;
    display: block;
    margin-top: -8px;
    margin-bottom: 52px;
    z-index: 1;
}

.section-title__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--anity-base);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.section-title__title {
    color: var(--anity-black);
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 9px 0 0;
}

.section-title__title span {
    color: var(--anity-base);
}


.section-title-two {
    position: relative;
    display: block;
    margin-top: -11px;
    margin-bottom: 55px;
    z-index: 1;
}

.section-title-two__tagline {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: var(--anity-base);
    font-weight: 400;
}

.section-title-two__title {
    color: var(--anity-black);
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    margin: 5px 0 0;
}

.section-title-two__title span {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.section-title-two__title span img {
    position: absolute;
    bottom: -15px;
    right: -5px;
    animation: leftRight 4s ease-in-out infinite;
    z-index: -1;
}

/* Thm Btn Css */

.thm-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    font-weight: 700;
    font-size: 14px;
    color: var(--anity-black);
    border: 1px solid var(--anity-base);
    padding: 7px 25px 7px;
    padding-left: 9px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 1.4px;
    gap: 10px;
    z-index: 2;
    text-align: center;
}

.thm-btn::after {
    content: "";
    background-color: var(--anity-black);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    clip-path: circle(0% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 0.8s;
    z-index: -1;
}

.thm-btn:hover:after {
    clip-path: circle(100% at 50% 50%);
    transition: all cubic-bezier(0, 0.96, 0.58, 1.1) 4s;
}

.thm-btn span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    background-color: var(--anity-base);
    border-radius: 50%;
    font-size: 14px;
    color: var(--anity-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thm-btn:hover span {
    background-color: var(--anity-white);
    color: var(--anity-base);
    transition-delay: 200ms;
}

.thm-btn:hover span i {
    -webkit-animation: bounceright .3s alternate ease infinite;
    animation: bounceright .3s alternate ease infinite;
}

.thm-btn:hover {
    color: var(--anity-white);
    border: 1px solid var(--anity-black);
}


/* Proloader Css */

.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-image: url(../images/loader.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px auto;
    width: 100%;
    height: 100%;
}

/* scroll to top */
.scroll-to-top {
    display: flex;
    align-items: center;
    width: auto;
    height: 35px;
    background: transparent;
    position: fixed;
    bottom: 60px;
    right: -12px;
    z-index: 99;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transform: rotate(-90deg);
    cursor: pointer;
    transition: all 0.2s ease;
}

.scroll-to-top:hover {
    color: var(--anity-base);
}

.scroll-to-top__text {
    display: inline;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 700;
    margin-left: 10px;
}

.scroll-to-top__wrapper {
    display: inline-block;
    width: 30px;
    height: 4px;
    background-color: var(--anity-base);
    position: relative;
    overflow: hidden;
}

.scroll-to-top__inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--anity-black);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    bottom: 70px;
}


/*--------------------------------------------------------------
# Navigations One
--------------------------------------------------------------*/
.main-header {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu__top {
    position: relative;
    display: block;
    background-color: var(--anity-base);
}

.main-menu__top-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 8px 0px;
}

.main-menu__contact-list {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li+li {
    margin-left: 46px;
}

.main-menu__contact-list li:before {
    content: "";
    position: absolute;
    top: 7px;
    bottom: 7px;
    left: -23px;
    width: 1px;
    background-color: rgba(var(--anity-white-rgb), .40);
}

.main-menu__contact-list li:first-child:before {
    display: none;
}

.main-menu__contact-list li .icon {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__contact-list li .icon i {
    font-size: 16px;
    color: var(--anity-white);
}

.main-menu__contact-list li .text {
    margin-left: 10px;
}

.main-menu__contact-list li .text p {
    font-size: 16px;
    color: var(--anity-white);
}

.main-menu__contact-list li .text p a {
    color: var(--anity-white);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__contact-list li .text p a:hover {
    color: var(--anity-black);
}

.main-menu__top-right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu__social-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__social-title {
    font-size: 16px;
    color: var(--anity-white);
    line-height: 16px;
}

.main-menu__social {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.main-menu__social a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    border: 2px solid rgba(var(--anity-white-rgb), .10);
    border-radius: 50%;
    font-size: 14px;
    color: rgba(var(--anity-white-rgb), 1);
    background-color: transparent;
    overflow: hidden;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: 1;
}

.main-menu__social a:hover {
    color: var(--anity-base);
    border: 1px solid transparent;
}

.main-menu__social a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: var(--anity-white);
    transform: scale(0.5);
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    z-index: -1;
}

.main-menu__social a:hover::before {
    transform: scale(1.0);
    opacity: 1;
}

.main-menu__social a+a {
    margin-left: 10px;
}

.main-menu {
    position: relative;
    display: block;
}

.main-menu__wrapper {
    position: relative;
    display: block;
}

.main-menu__wrapper-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu__left {
    display: flex;
    align-items: center;
    gap: 50px;
}

.main-menu__logo {
    display: block;
    padding: 35px 0;
}

.main-menu__main-menu-box {
    display: block;
}

.main-menu__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.main-menu__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--anity-base);
    border-radius: 50%;
    color: var(--anity-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-icon:hover {
    background-color: var(--anity-black);
    color: var(--anity-white);
}

.main-menu__call-content {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.main-menu__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--anity-gray);
    line-height: 14px;
}

.main-menu__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu__call-number a {
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__call-number a:hover {
    color: var(--anity-base);
}

.main-menu__search-box {
    position: relative;
    display: block;
}

.main-menu__search {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--anity-base-rgb), .20);
    border-radius: 50%;
    font-size: 16px;
    color: var(--anity-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu__search:hover {
    color: var(--anity-white);
    background-color: rgba(var(--anity-base-rgb), 1.0);
}


.stricky-header.main-menu {
    background-color: var(--anity-white);
}

.main-menu .main-menu__list,
.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
}



@media (min-width: 1200px) {

    .main-menu .main-menu__list,
    .main-menu .main-menu__list>li>ul,
    .main-menu .main-menu__list>li>ul>li>ul,
    .stricky-header .main-menu__list,
    .stricky-header .main-menu__list>li>ul,
    .stricky-header .main-menu__list>li>ul>li>ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
    margin-right: 25px;
}

.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--anity-black);
    position: relative;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 20px;
}

.main-menu .main-menu__list>li.current>a,
.main-menu .main-menu__list>li:hover>a,
.stricky-header .main-menu__list>li.current>a,
.stricky-header .main-menu__list>li:hover>a {
    color: var(--anity-base);
}

.main-menu .main-menu__list>li>a::before,
.stricky-header .main-menu__list>li>a::before {
    content: "";
    height: 20px;
    border-radius: 0px;
    opacity: 0.3;
    background-color: var(--anity-base);
    position: absolute;
    bottom: -20px;
    left: 0px;
    right: 0px;
    transition: transform 500ms ease;
    transform: scale(0, 1);
    transform-origin: left center;
    /* clip-path: polygon(50% 100%, 0 0, 100% 0); */
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::before,
.main-menu .main-menu__list>li:hover>a::before,
.stricky-header .main-menu__list>li.current>a::before,
.stricky-header .main-menu__list>li:hover>a::before {
    transform: scale(1, 1);
    transform-origin: right center;
}

.main-menu .main-menu__list>li.dropdown>a {
    padding-left: 15px;
}

.main-menu .main-menu__list>li.dropdown>a:after {
    position: absolute;
    top: 56%;
    left: 0;
    font-family: "Font Awesome 5 Pro";
    content: "\f107";
    font-size: 14px;
    color: var(--anity-black);
    transform: translateY(-50%);
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 1;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
    color: var(--anity-base);
}



.main-menu .main-menu__list>li>ul,
.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--anity-black);
    min-width: 280px;
    padding: 25px 30px 25px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.main-menu .main-menu__list>li:hover>ul,
.main-menu .main-menu__list>li>ul>li:hover>ul,
.stricky-header .main-menu__list>li:hover>ul,
.stricky-header .main-menu__list>li>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}

.shadow-box {
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
}

.main-menu .main-menu__list>li>ul>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul>li>ul {
    display: none;
}

.main-menu .main-menu__list>li>ul>li,
.main-menu .main-menu__list>li>ul>li>ul>li,
.stricky-header .main-menu__list>li>ul>li,
.stricky-header .main-menu__list>li>ul>li>ul>li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
    position: relative;
}

.main-menu .main-menu__list>li>ul>li+li,
.main-menu .main-menu__list>li>ul>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li+li,
.stricky-header .main-menu__list>li>ul>li>ul>li+li {
    border-top: 1px solid rgba(var(--anity-white-rgb), 0.05);
    margin-top: 0px;
}

.main-menu .main-menu__list>li>ul>li>a,
.main-menu .main-menu__list>li>ul>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>a,
.stricky-header .main-menu__list>li>ul>li>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    color: rgba(var(--anity-white-rgb), 0.80);
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    padding: 17px 0px 17px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
}

.main-menu .main-menu__list>li>ul>li:hover>a,
.main-menu .main-menu__list>li>ul>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li:hover>a,
.stricky-header .main-menu__list>li>ul>li>ul>li:hover>a {
    color: rgba(var(--anity-white-rgb), 1.0);
    padding-left: 5px;
}

.main-menu .main-menu__list>li>ul>li.dropdown>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown>a::before {
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
    font-size: 14px;
    color: var(--anity-white);
    transform: translateY(-50%) scale(1.0) rotate(0deg);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .main-menu__list>li>ul>li.dropdown:hover>a::before,
.main-menu .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li.dropdown:hover>a::before,
.stricky-header .main-menu__list>li>ul>li>ul>li.dropdown:hover>a::before {
    color: var(--anity-base);
    transform: translateY(-50%) scale(1) rotate(90deg);
}

.main-menu .main-menu__list>li>ul>li>ul,
.stricky-header .main-menu__list>li>ul>li>ul {
    top: 0;
    left: 100%;
    border-left: 40px solid transparent;
    background-color: transparent;
    width: 320px;
}

.main-menu .main-menu__list>li>ul>li>ul::before,
.stricky-header .main-menu__list>li>ul>li>ul::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    bottom: 0;
    right: 0;
    background-color: var(--anity-black);
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
    top: 0;
    left: auto;
    right: 100%;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu,
.main-menu-three__main-menu-box .main-menu__list>.megamenu,
.main-menu-two__main-menu-box .main-menu__list>.megamenu,
.main-menu__wrapper .main-menu__list>.megamenu {
    position: static;
}

.main-menu-four__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul,
.main-menu__wrapper .main-menu__list>.megamenu>ul {
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}





.main-menu-three__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu-two__main-menu-box .main-menu__list>.megamenu>ul>li,
.main-menu__wrapper .main-menu__list>.megamenu>ul>li {
    padding: 0 !important;
}

.stricky-header {
    position: fixed;
    z-index: 991;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    visibility: hidden;
    -webkit-transform: translateY(-120%);
    transform: translateY(-120%);
    -webkit-transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
    .stricky-header {
        display: none !important;
    }
}

.stricky-header.stricky-fixed {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
}

.stricky-header .main-menu__inner {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

.mobile-nav__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 10px;
}

@media (min-width: 1200px) {
    .mobile-nav__buttons {
        display: none;
    }
}

.mobile-nav__buttons a {
    font-size: 20px;
    color: var(--anity-base);
    cursor: pointer;
}

.mobile-nav__buttons a+a {
    margin-left: 10px;
}

.mobile-nav__buttons a:hover {
    color: var(--anity-base);
}

.main-menu .mobile-nav__toggler {
    font-size: 20px;
    color: var(--anity-base);
    cursor: pointer;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.main-menu .mobile-nav__toggler:hover {
    color: var(--anity-black);
}

@media (min-width: 1200px) {
    .main-menu .mobile-nav__toggler {
        display: none;
    }
}




/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
    transition: transform 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    visibility: hidden;
}

.mobile-nav__wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.mobile-nav__wrapper.expanded {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    -webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
    transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.5;
    cursor: pointer;
}

.mobile-nav__content {
    width: 300px;
    background-color: var(--anity-black);
    z-index: 10;
    position: relative;
    height: 100%;
    overflow-y: auto;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms;
    transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms, transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms;
    transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms, transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .logo-box {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobile-nav__close {
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 18px;
    color: var(--anity-white);
    cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.mobile-nav__content .main-menu__list>li>ul,
.mobile-nav__content .main-menu__list>li>ul>li>ul {
    display: none;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-left: 0.5em;
}

.mobile-nav__content .main-menu__list>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li:not(:last-child),
.mobile-nav__content .main-menu__list>li>ul>li>ul>li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list>li>a>.main-menu-border {
    display: none !important;
}

.mobile-nav__content .main-menu__list>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>a,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    font-family: var(--anity-font, "Rubik", sans-serif);
    font-weight: 500;
    height: 46px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__content .main-menu__list>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>a.expanded .mobile-nav__content .main-menu__list>li>ul>li>ul>li>a.expanded {
    color: var(--anity-base);
}

.mobile-nav__content .main-menu__list li a.expanded {
    color: var(--anity-base);
}

.mobile-nav__content .main-menu__list>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button {
    width: 30px;
    height: 30px;
    background-color: var(--anity-base);
    border: none;
    outline: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
    padding: 0;
}

.mobile-nav__content .main-menu__list>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>a>button.expanded,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button.expanded {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background-color: #fff;
    color: var(--anity-base);
}

/* no menu after 2rd level dropdown */
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>a>button,
.mobile-nav__content .main-menu__list>li>ul>li>ul>li>ul {
    display: none !important;
}

.mobile-nav__content .main-menu__list li.cart-btn span {
    position: relative;
    top: auto;
    right: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
    font-size: 16px;
}

.mobile-nav__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
    color: var(--anity-text-dark);
}

.mobile-nav__container {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__social a {
    font-size: 16px;
    color: var(--anity-white);
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__social a+a {
    margin-right: 30px;
}

.mobile-nav__social a:hover {
    color: var(--anity-base);
}

.mobile-nav__contact {
    margin-bottom: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mobile-nav__contact li {
    color: var(--anity-text-dark);
    font-size: 14px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mobile-nav__contact li+li {
    margin-top: 15px;
}

.mobile-nav__contact li a {
    color: #ffffff;
    -webkit-transition: 500ms;
    transition: 500ms;
}

.mobile-nav__contact li a:hover {
    color: var(--anity-base);
}

.mobile-nav__contact li>i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--anity-base);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 11px;
    margin-left: 10px;
    color: #fff;
}

.mobile-nav__container .main-logo,
.mobile-nav__container .topbar__buttons,
.mobile-nav__container .main-menu__language,
.mobile-nav__container .main-menu__login {
    display: none;
}

.mobile-nav__content .home-showcase {
    margin-top: 0;
    margin-bottom: 0;
}






/*--------------------------------------------------------------
# Home Showcase
--------------------------------------------------------------*/
.home-showcase {
    margin-top: 0px;
    margin-bottom: 0;
}

.home-showcase .container {
    max-width: 1640.1px;
}

.home-showcase .row {
    --bs-gutter-x: 10px;
    --bs-gutter-y: 10px;
}

.home-showcase__inner {
    padding: 30px 30px 30px;
    background-color: rgb(255, 255, 255);
    background-color: var(--anity-white);
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
}

.home-showcase__item {
    position: relative;
    display: block;
    margin-bottom: 7px;
}

.home-showcase__image {
    position: relative;
    overflow: hidden;
    background-color: rgb(0, 0, 0, 0.10);
    padding: 1px;
}

.home-showcase__image>img {
    width: 100%;
    transition: filter 500ms ease;
    filter: blur(0px);
}

.home-showcase__image:hover>img {
    filter: blur(2px);
}

.home-showcase__buttons {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transform: scale(1, 0);
    transition: transform 800ms ease, opacity 600ms linear;
    transform-origin: bottom center;
    opacity: 0.70;
    z-index: 1;
}

.home-showcase__image:hover .home-showcase__buttons {
    transform: scale(1, 1);
    opacity: 1.0;
    transform-origin: top center;
}

.home-showcase__buttons::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
    background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);

    opacity: 1;
    transform: perspective(500px) rotatex(-20deg);
    transform-origin: 50% 0%;
    -webkit-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -khtml-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -moz-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -ms-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -o-box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 9%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    z-index: -1;
}

.home-showcase__image:hover .home-showcase__buttons::before {
    opacity: 0.90;
    visibility: visible;
    transform: perspective(500px) rotatex(0);
}




.home-showcase__buttons__item {
    padding: 5px 20px 5px;
    padding-right: 15px;
    width: 150px;
    text-align: center;
    color: var(--anity-white);
    background-color: var(--anity-black);
    border: 1px solid var(--anity-black);
}

.home-showcase__buttons__item::after {
    background-color: var(--anity-white);
}

.home-showcase__buttons__item span {
    background-color: var(--anity-white);
    color: var(--anity-black);
    display: none;
}

.home-showcase__buttons__item:hover {
    color: var(--anity-black);
    background-color: transparent;
    border: 1px solid transparent;
}

.home-showcase__buttons__item+.home-showcase__buttons__item {
    margin-top: 10px;
}

.home-showcase__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    font-weight: 500;
    color: var(--anity-white);
    margin-top: 10px;
    text-transform: uppercase;
    font-family: var(--anity-font);
    background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
    background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
}

.mobile-nav__wrapper .home-showcase .row [class*=col-] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

.mobile-nav__wrapper .home-showcase__inner {
    padding: 15px 0px;
    background-color: rgba(0, 0, 0, 0);
}

.mobile-nav__wrapper .home-showcase__title {
    color: var(--anity-white, #ffffff);
}

/*--------------------------------------------------------------
# Navigations Two
--------------------------------------------------------------*/
.main-header-two {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}


.main-menu-two__wrapper {
    position: relative;
    display: block;
}

.main-menu-two__wrapper-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 150px;
    background-color: var(--anity-extra-two);
}

.main-menu-two__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 100px;
}

.main-menu-two__logo {
    display: block;
    padding: 35px 0;
}

.main-menu-two__main-menu-box {
    display: block;
}


.main-menu-two__right {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-two__call {
    position: relative;
    display: flex;
    align-items: center;
}

.main-menu-two__call-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    background-color: var(--anity-base);
    border-radius: 50%;
    color: var(--anity-white);
    font-size: 16px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-icon:hover {
    background-color: var(--anity-black);
    color: var(--anity-white);
}

.main-menu-two__call-content {
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.main-menu-two__call-sub-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--anity-gray);
    line-height: 14px;
}

.main-menu-two__call-number {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin-top: 6px;
}

.main-menu-two__call-number a {
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__call-number a:hover {
    color: var(--anity-base);
}

.main-menu-two__search-box {
    position: relative;
    display: block;
}

.main-menu-two__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-two__search:hover {
    color: var(--anity-base);
}


.stricky-header.main-menu-two {
    background-color: var(--anity-white);
}

/*--------------------------------------------------------------
# Navigations three
--------------------------------------------------------------*/
.main-header-three {
    position: relative;
    display: block;
    width: 100%;
    background: transparent;
    transition: all 500ms ease;
    z-index: 999;
}

.main-menu-three__wrapper {
    position: relative;
    display: block;
}

.main-menu-three__wrapper-inner {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.main-menu-three__left {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.main-menu-three__logo {
    display: block;
    /* padding: 35px 0; */
}

.main-menu-three__right {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.main-menu-three__main-menu-box {
    display: block;
}

.main-menu-three__user-box {
    position: relative;
    display: block;
}

.main-menu-three__user {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__user:hover {
    color: var(--anity-base);
}

.main-menu-three__search-box {
    position: relative;
    display: block;
}

.main-menu-three__search {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 20px;
    color: var(--anity-black);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.main-menu-three__search:hover {
    color: var(--anity-base);
}




/*--------------------------------------------------------------
# Search Popup
--------------------------------------------------------------*/
.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, -webkit-transform 500ms ease;
}

.search-popup.active {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.search-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--anity-black);
    opacity: 0.75;
    cursor: pointer;
}

.search-popup__content {
    width: 100%;
    max-width: 560px;
}

.search-popup__content form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.search-popup__content form input[type="search"],
.search-popup__content form input[type="text"] {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border: none;
    outline: none;
    height: 66px;
    padding-right: 30px;
}

.search-popup__content .thm-btn {
    padding: 0;
    width: 68px;
    height: 68px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    left: -1px;
    border-radius: 0;
    background-color: var(--anity-base);
    border: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn::after {
    background-color: var(--anity-black);
    border-radius: 0;
}

.search-popup__content .thm-btn::before {
    background-color: var(--anity-black);
    border-radius: 0;
}

.search-popup__content .thm-btn i {
    height: auto;
    width: auto;
    background-color: transparent;
    border-radius: 50%;
    color: var(--anity-white);
    font-size: 22px;
    line-height: inherit;
    text-align: center;
    top: 0;
    margin-right: 0;
    padding-left: 0;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-popup__content .thm-btn:hover i {
    color: var(--anity-white);
}


/*--------------------------------------------------------------
# Edit All Css
--------------------------------------------------------------*/
.login-one__btn {
    color: var(--anity-white);
    border: 1px solid var(--anity-white);
}

.login-one__btn span {
    background-color: var(--anity-black);
}

.cta-one__btn-1 {
    padding: 8px 26px 8px;
    padding-left: 9px;
    background-color: var(--anity-extra);
    border: none;
    color: white;
}

.cta-one__btn-1:hover {
    border: none;
}

.cta-one__btn-1 span {
    background-color: var(--anity-black);
}

.cta-one__btn-2 {
    padding: 8px 26px 8px;
    padding-left: 9px;
    background-color: var(--anity-white);
    border: none;
}

.cta-one__btn-2:hover {
    border: none;
}

.cta-one__btn-2 span {
    background-color: var(--anity-black);
}

.login-two__single-2 .login-two__btn-2 {
    border: 1px solid var(--anity-extra);
}

.login-two__single-2 .login-two__btn-2::after {
    background-color: var(--anity-extra);
}

.login-two__single-2 .login-two__btn-2 span {
    background-color: var(--anity-extra);
}

.login-two__single-2 .login-two__btn-2:hover {
    border: 1px solid var(--anity-extra);
}

.login-two__single-2 .login-two__btn-2:hover span {
    background-color: var(--anity-white);
    color: var(--anity-extra);
}

.login-two__single-3 .login-two__btn-2 {
    border: 1px solid var(--anity-primary);
}

.login-two__single-3 .login-two__btn-2::after {
    background-color: var(--anity-primary);
}

.login-two__single-3 .login-two__btn-2 span {
    background-color: var(--anity-primary);
}

.login-two__single-3 .login-two__btn-2:hover span {
    background-color: var(--anity-white);
    color: var(--anity-primary);
}

.counter-one__needy-btn {
    color: var(--anity-white);
}

.counter-one__needy-btn:hover {
    border: 1px solid var(--anity-base);
}

.counter-one__needy-btn::after {
    background-color: var(--anity-base);
}

.footer-widget-two__btn {
    color: var(--anity-white);
}

.footer-widget-two__btn::after {
    background-color: var(--anity-base);
}

.footer-widget-two__btn:hover {
    border: 1px solid var(--anity-base);
}

.cta-two__btn {
    color: var(--anity-white);
}

.cta-two__btn::after {
    background-color: var(--anity-base);
}

.cta-two__btn:hover {
    border: 1px solid var(--anity-base);
}

.contact-one__btn {
    background-color: transparent;
}

.volinteer-page__btn {
    background-color: transparent;
}

.contact-three__btn {
    background-color: transparent;
}

.main-slider__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

.main-slider__btn span {
    background-color: var(--anity-black);
}

.main-slider__btn:hover {
    border: 0px solid transparent;
}

.main-slider-two__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

.main-slider-two__btn span {
    background-color: var(--anity-black);
}

.main-slider-two__btn:hover span {
    background-color: var(--anity-base);
    color: var(--anity-white);
}

.main-slider-two__btn:hover {
    border: 0px solid transparent;
    color: var(--anity-base);
}

.main-slider-two__btn::after {
    background-color: var(--anity-white);
}

.donation-details__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
    width: 100%;
}

.donation-details__btn span {
    background-color: var(--anity-black);
}

.donation-details__btn:hover span {
    background-color: var(--anity-base);
    color: var(--anity-white);
}

.donation-details__btn:hover {
    border: 0px solid transparent;
    color: var(--anity-base);
}

.donation-details__btn::after {
    background-color: var(--anity-white);
}


.donation-one__btn {
    border: none;
    background-color: var(--anity-base);
    color: var(--anity-white);
    padding: 8px 25px 8px;
    padding-right: 9px;
}

.donation-one__btn span {
    background-color: var(--anity-black);
}

.donation-one__btn:hover span {
    background-color: var(--anity-base);
    color: var(--anity-white);
}

.donation-one__btn:hover {
    border: 0px solid transparent;
    color: var(--anity-base);
}

.donation-one__btn::after {
    background-color: var(--anity-white);
}

.sidebar__call-to-action-btn {
    border: 1px solid var(--anity-white);
    color: var(--anity-white);
}

.sidebar__call-to-action-btn span {
    background-color: var(--anity-black);
}

.product__all-btn {
    font-size: 12px;
    padding: 5px 20px 5px;
}

.review-form-one__btn {
    background-color: transparent;
    padding: 12px 25px 12px;
}

.account__form-btn {
    background-color: transparent;
}

.coming-soon-page__btn {
    background-color: var(--anity-base);
    color: var(--anity-white);
}

.coming-soon-page__btn:hover {
    color: var(--anity-black);
    border: 1px solid transparent;
    background-color: transparent;
}

.coming-soon-page__btn span {
    background-color: var(--anity-white);
    color: var(--anity-black);
}

.coming-soon-page__btn:hover span {
    background-color: var(--anity-black);
    color: var(--anity-white);
}

.coming-soon-page__btn::after {
    background-color: var(--anity-white);
}



/*--------------------------------------------------------------
# Carousle Dot Style
--------------------------------------------------------------*/

.carousel-dot-style.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.carousel-dot-style.owl-carousel .owl-item {
    opacity: 0;
    visibility: hidden;
    transition: opacity 500ms ease, visibility 500ms ease;
}

.carousel-dot-style.owl-carousel .owl-item.active {
    opacity: 1;
    visibility: visible;
}

.carousel-dot-style.owl-carousel .owl-dots {
    position: absolute;
    bottom: -50px;
    left: 0px;
    right: 0;
    text-align: center;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--anity-base);
    margin: 0px 5px;
    padding: 0px;
    transition: all 100ms linear;
    transition-delay: 0.1s;
}

.carousel-dot-style.owl-carousel .owl-dot.active {
    width: 10px;
    height: 10px;
    background-color: var(--anity-black);
}

.carousel-dot-style.owl-carousel .owl-dot:focus {
    outline: none;
}

.carousel-dot-style.owl-carousel .owl-dots .owl-dot span {
    display: none;
}




/*--------------------------------------------------------------
             home-4
--------------------------------------------------------------*/
/*--------------------------------------------------------------
             Slogan One
--------------------------------------------------------------*/
.slogan-one {
    position: relative;
    display: block;
    padding: 159px 0px 160px;
}

.slogan-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    mix-blend-mode: multiply;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
}

.slogan-one__bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
}

.slogan-one__content {
    position: relative;
    display: block;
}

.slogan-one__content .title-box {
    position: relative;
    display: block;
    padding-bottom: 27px;
}

.slogan-one__content .title-box h2 {
    color: var(--anity-white);
    font-size: 60px;
    line-height: 1.0em;
    text-transform: capitalize;
}

.slogan-one__content .text-box {
    position: relative;
    display: block;
}

.slogan-one__content .text-box p {
    color: #c5c5c5;
    font-size: 18px;
    line-height: 30px;
}

.slogan-one__content .btn-box {
    position: relative;
    display: block;
    line-height: 0;
    padding-top: 41px;
}

.slogan-one__content .btn-box .thm-btn {
    color: var(--anity-white);
}

.slogan-one__content .btn-box .thm-btn::after {
    background-color: var(--anity-base);
}


/*--------------------------------------------------------------
             Mission One
--------------------------------------------------------------*/
.mission-one {
    position: relative;
    display: block;
    padding: 140px 0px 110px;
}

.single-mission-one {
    position: relative;
    display: block;
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    padding: 30px 29px 30px;
    border-radius: 10px;
}

.single-mission-one .icon-box,
.single-mission-one .content-box {
    display: table-cell;
    vertical-align: top;
}

.single-mission-one .inner-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    border: 2px solid var(--anity-base);
    background: var(--anity-base);
    text-align: center;
    color: var(--anity-white);
    line-height: 63px;
    margin-right: 27px;
    transition: all .3s ease;
}

.single-mission-one:hover .inner-box {
    background: var(--anity-white);
    border-color: var(--anity-base);
    color: var(--anity-base);
}




.single-mission-one .inner-box i:before {
    font-size: 35px;
}

.single-mission-one .content-box .text h3 {
    color: #202A30;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.single-mission-one .content-box .text p {
    margin-bottom: 15px;
}

.single-mission-one .content-box .btn-box {
    position: relative;
    display: block;
    line-height: 0;
}

.single-mission-one .content-box .btn-box a {
    padding: 14px 25px 14px;
    line-height: 20px;
}




/*-------------------------------------------
  Mission Two
--------------------------------------------*/
.mission-two {
    position: relative;
    display: block;
    padding: 140px 0px 110px;
}

.single-mission-two {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: var(--anity-white);
    box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.05);
    padding: 35px 30px 31px;
    border-radius: 10px;
    margin-bottom: 30px;
    z-index: 1;
}

.single-mission-two::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background-image: -ms-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -moz-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -o-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #ff5528), color-stop(100, #ffa415));
    background-image: -webkit-linear-gradient(left, #ff5528 0%, #ffa415 100%);
    background-image: linear-gradient(to right, #ff5528 0%, #ffa415 100%);
    z-index: -1;

    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.single-mission-two:hover::before {
    height: 100%;
}




.single-mission-two__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    color: rgb(0, 0, 0, .1);
    font-size: 60px;
    line-height: 0;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-mission-two:hover .single-mission-two__icon {
    color: rgb(255, 85, 40, .2);
}

.single-mission-two__content {
    position: relative;
    display: block;
    z-index: 1;
}

.single-mission-two__content .title {
    position: relative;
    display: block;
    padding-bottom: 12px;
}

.single-mission-two__content .title h3 {
    font-size: 24px;
    line-height: 34px;
}

.single-mission-two__content .title h3 a {
    color: var(--anity-black);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .title h3 a {
    color: var(--anity-white);
}

.single-mission-two__content .title h3 a:hover {
    color: var(--anity-base);
}

.single-mission-two__content .text {
    position: relative;
    display: block;
}

.single-mission-two__content .text p {
    line-height: 28px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-mission-two:hover:hover .single-mission-two__content .text p {
    color: rgba(255, 255, 255, 0.9);
}





/*--------------------------------------------------------------*/
.contact-section .info-column {
    margin-bottom: 50px;
}

.contact-section .info-column a {
    color: #253d4a;
}

.contact-section .info-column h4 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.contact-section .info-column .inner-box {
    position: relative;
    padding-left: 70px;
}

.contact-section .info-column .inner-box .icon {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 70px;
    line-height: 70px;
    font-size: 48px;
    color: #fb5e1c;
}

.icon-arrow-right {
    transform: rotate(180deg) !important;
}

.site-footer-two__social a+a {
    margin-right: 10px;
    margin-left: inherit;
}

.about-One__provide-box {
    margin-right: inherit;
    margin-left: 56px;
}

.about-three__left {

    margin-right: -47px;
    margin-left: 22px;
}


.scroll-to-top__text,
.thm-btn {
    letter-spacing: 0;
}

.main-slider-three {
    direction: ltr;
}

.main-slider-three__img {
    left: 300px;
    right: inherit;
}

.main-slider-three__shape-2 {
    left: 56px;
    right: inherit;
}

.main-slider-three__shape-1 {
    left: 125px;
    right: inherit;
}

.main-slider-three .owl-theme .owl-nav {
    align-items: flex-start;
}

.main-slider-three .item {
    direction: rtl;
}

.main-menu .main-menu__list>li>ul>li>a {
    text-align: start;
    line-height: 1.5;
}

.team-one__social a span {
    color: #fff;
}

.team-one__share a span {
    color: var(--anity-extra);
}

.team-one__social span span {
    color: #fff;
}

.team-one__share span span {
    color: var(--anity-extra);
}

.feature-two__text.desc {
    height: 100px;
    overflow: hidden;
}

.fixed-link {
    background: var(--anity-extra);
    position: fixed;
    z-index: 999;
    left: 30px;
    bottom: 30px;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 25px;
    color: #fff;
    transition: linear .3s;
    animation: bounce 1s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        /* الوضع الطبيعي */
    }

    50% {
        transform: translateY(-8px);
        /* لأعلى */
    }
}

.fixed-link:hover {
    color: #fff;
}

.fixed-link::before,
.fixed-link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 42px;
    z-index: -1;
}

.fixed-link::before {
    animation: pulse-blue-medium-sm 3.5s infinite
}

.fixed-link::after {
    animation: pulse-blue-small-sm 3.5s infinite
}

@keyframes pulse-blue-medium-sm {
    0% {
        box-shadow: 0 0 0 0 rgba(9, 147, 37, 0.4)
    }

    100%,
    30% {
        box-shadow: 0 0 0 20px transparent
    }
}

@keyframes pulse-blue-small-sm {
    0% {
        box-shadow: 0 0 0 0 rgba(9, 147, 37, 0.4)
    }

    100%,
    30% {
        box-shadow: 0 0 0 12px transparent
    }
}

.login-three__progress .bar-inner::before {
    left: inherit;
    right: calc(100% - 3px);
}

.swal2-popup {
    background-color: #fff !important;
}

.iti {
    width: 100%;
    height: 60px;
}

.iti__selected-country {
    padding-top: 11px;
}

span.error {
    color: red;
    font-size: 14px;
}

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
    background-color: #dc3545 !important;
}

.cause-details__input-box .form-control {
    background-color: #f2f0ec;
    border-radius: 13px;
    border: none;
}

.page__inner h2 {
    /* color: var(--anity-extra); */
    margin-bottom: 15px;
}

.page__inner h3 {

    color: var(--anity-base);
    font-size: 22px;
    margin-top: 29px;
    margin-bottom: 10px;
}

.btn-outline-main {

    color: #fff;
    background-color: var(--anity-base);
    border-color: var(--anity-base);

}

.btn-main {
    border-color: var(--anity-base);
    color: var(--anity-base);
}

.btn-main:hover {
    color: #fff;
}

.btn-pagination {
    border-radius: 8px;
}

.dir-rtl {
    direction: rtl;
}

.dir {
    direction: rtl;
}

.become-volinteer__input-box .form-control.file {
    border-radius: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .login-three__top {

        align-items: start !important;
    }
}


































/*--------------------------------------------------------------
# End
--------------------------------------------------------------*/