/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.5.15,
* Autoprefixer: v10.5.0
* Browsers: last 4 version
*/

footer {
    padding-top: var(--margin-bottom);
    position: relative;
    width: 100%;
    display: block;
}

.footer-top-menu {margin-bottom: 5rem;position: relative;z-index: 2;}

.footer-top-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[5];
    grid-template-columns: repeat(5,1fr);
}

.footer-top-menu ul li {
    text-align: center;
    font-size: .875rem;
}

.footer-menu-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    margin-bottom: 5rem;
    position: relative;
    z-index: 2;
}

.footer-menu-items .footer-menu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

.footer-menu-items .footer-menu-item.copy-right {}

.footer-menu-items .footer-menu-item.copy-right p {
    margin: 0;
}

.footer-menu-items .footer-menu-item.copy-right p.copy-right-year {
    direction: ltr;
    text-align: right;
}

.footer-menu-items .footer-menu-item.copy-right p,.footer-menu-items .footer-menu-item a {
    font-size: .75rem;
}
.footer-top .footer-brand-title {
    line-height: 10vw;
    margin: 0 0 5rem 0;
    text-align: center;
    font-size: 10vw;
    padding-inline: var(--spaceXXX);
    font-weight: 700;
    position: relative;
    z-index: 2;
}

.foolter-social-back-top-wrap {
    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;
    font-size: .75rem;
    position: relative;
    z-index: 2;
}

.footer-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4rem;
}

.footer-bottom {
    position: relative;
}

.footer-bottom .footer-b-overlay {
    width: 100%;
    position: relative;
    display: block;
    min-height: 35vh;
}

.footer-bottom .footer-b-overlay img {
    width: 100%;
    height: auto;
}

.footer-bottom .dino-one {
    position: absolute;
    right: calc(var(--spaceX) - 4rem);
    bottom: 60px;
    width: 8rem;
    aspect-ratio: 1 / 1;
}

.footer-bottom .dino-two {
    position: absolute;
    left: calc(var(--spaceX) + 6rem);
    bottom: 60px;
    width: 8rem;
    aspect-ratio: 1 / 1;
}

.dokmeh.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
    position: absolute;
    bottom: 2.75rem;
    left: 2.75rem;
    gap: 5px;
    font-family: var(--font-arame), sans-serif;
    font-size: .75em;
}

.footer-bottom .dino-one img,.footer-bottom .dino-two img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.footer-top::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 130%;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgb(245 184 0 / 0.89)), color-stop(50%, rgb(148 110 0 / 0.85)),to(#000));
    background: linear-gradient(0deg, rgb(245 184 0 / 0.89) 0%, rgb(148 110 0 / 0.85) 50%,#000 100%);
    left: 0;
}

.dokmeh.footer img {
    width: 3rem;
}

.dokmeh.footer span.icon-heart-full {
    color: var(--yellow);
}

.footer-top::after {
    content: '';
    background: linear-gradient(0deg, var(--yellow) 13.7%, rgba(232, 84, 22, 0.00) 73.09%);
    width: 100%;
    position: absolute;
    height: 100%;
    bottom: -2px;
    z-index: 0;
}

.footer-top {
    position: relative;
    z-index: 1;
}
@media only screen and (max-width: 768px){}
@media only screen and (min-width: 640px) and (max-width: 768px){}
@media only screen and (min-width: 769px) and (max-width: 1199px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 1400px) and (max-width: 1700px){}