﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('../fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'iranyekan';
    src: url('../Fonts/iranyekanwebregular.eot');
    src: url('../Fonts/iranyekanwebregular.eot') format('embedded-opentype'), /* IE6-8 */
    url('../Fonts/iranyekanwebregular.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../Fonts/iranyekanwebregular.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../Fonts/iranyekanwebregular.ttf') format('truetype');
}

@font-face {
    font-family: 'aviny';
    src: url('../fonts/aviny.ttf') format('truetype');
}


:root {
    --black: #292d35;
    --white: #FFFFFF;
    --font-main: 'IRANSansWeb';
    --font-headers: 'iranyekan';
    --font-Yekan: 'iranyekan';
    --main: #e51d24;
    --Button: #eff6f7;
    --ButtonColor: #1e1d85;
    --ButtonHover: #d6e8ea;
    --FontColor: #ababab;
    --BorderColor: #eeeeee;
    --gray: #F7F5F2;
    --BackDetails: #F7F7F7;
    --TextColor: #696969;
    --LabelProperty: #ff6935;
    --LabelForSale: #0ec6d5;
    --LabelForRent: #6969eb;
}

/* Sticky footer styles
-------------------------------------------------- */
a {
    text-decoration: none;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'IRANSansWeb';
    color: var(--black);
    font-size: 16px;
}

p {
    line-height: 35px;
    font-size: 16px;
}
/******************************Menu***************************/
.BtnHouseSave {
    background-color: #E5AD04;
    color: white;
    padding: 10px 25px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 25px 2px rgba(0,0,0,.1);
    box-shadow: 0 0 25px 2px rgba(0,0,0,.1);
}

.MenuUl {
    color: var(--white);
}

.MenuMobileHeader {
}

    .MenuMobileHeader img {
        max-height: 60px !important;
    }

    .MenuMobileHeader button {
        display: flex;
        align-items: center;
    }

.MenuUlMobile {
}

    .MenuUlMobile ul {
        padding-right: 0px;
    }

        .MenuUlMobile ul li {
            padding: 10px;
            border-bottom: 1px solid rgb(69 69 69 / 0.50);
        }

            .MenuUlMobile ul li a {
                display: flex;
                width: 100%;
                justify-content: space-between;
                align-items: center;
                background-color: transparent;
                border: none;
            }

                .MenuUlMobile ul li a:focus {
                    display: flex;
                    width: 100%;
                    justify-content: space-between;
                    align-items: center;
                    background-color: transparent;
                    border: none;
                }

.MenuRight {
    background-color: #272727;
    color: var(--white);
}

.OffCanvasLogo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

    .OffCanvasLogo img {
        max-height: 50px;
    }

.MenuLogo {
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .MenuLogo img {
        max-height: 80px;
    }

@media (max-width: 992px) {
    .MenuLogo img {
        max-height: 60px;
        padding: 10px;
    }

    .MenuMobile {
        color: white;
        width: 50px;
        /*height: 100%;*/
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--main);
        min-height: 60px;
    }
}


.MenuRight .MenuRightContactus span {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
}

.MenuRight .MenuRightContactus p {
    display: block;
    margin-bottom: 15px;
}

    .MenuRight .MenuRightContactus p i {
        margin-left: 10px;
        color: var(--main);
        font-size: 20px;
    }

.MenuRight .FooterSocialMedia {
    display: flex;
}

    .MenuRight .FooterSocialMedia a {
        font-size: 15px;
        height: 33px;
        width: 33px;
        line-height: 33px;
        background: var(--white);
        text-align: center;
        display: inline-block;
        color: var(--main);
        margin-right: 6px;
        position: relative;
        z-index: 1;
        transition: 0.5s ease-in-out;
        border-radius: 5px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        text-decoration: none;
    }

        .MenuRight .FooterSocialMedia a:hover {
            color: #fff;
            background-color: var(--main);
        }

.offcanvas-backdrop.show {
    background-color: var(--main);
}

.MenuRight button.btn-close {
    background: unset;
}

    .MenuRight button.btn-close i {
        font-size: 35px;
        color: var(--main);
    }


.NavMenu {
    background: var(--white);
    z-index: 7;
    border-bottom: 0;
    -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
}

    .NavMenu .Menu {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid var(--white);
        z-index: 21;
    }

/*@media (min-width: 992px) {
    .NavMenu:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        background: var(--main);
        height: 100%;
        width: 100px;
    }
}*/
.MenuBarRight {
    height: 90px;
    width: 90px;
    background-color: var(--main);
}

    .MenuBarRight a {
        height: 100%;
        width: 100%;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .MenuBarRight a:hover {
            cursor: pointer;
        }

.NavMenu ul {
    /*margin: auto;*/
    width: fit-content;
}

    .NavMenu ul li a {
        display: flex;
        -webkit-transition: 0.5s all;
        transition: 0.5s all;
        font-size: 16px;
        color: var(--black);
        min-height: 90px;
        align-items: center;
        margin-right: 13px;
        justify-content: space-between;
        padding-left: 10px;
        padding-right: 10px;
        direction: ltr;
    }

        .NavMenu ul li a.active {
            color: var(--main) !important;
        }

        .NavMenu ul li a:hover {
            color: var(--main)
        }

.slider-top-text {
    /*float: right;
    margin: -56px 25px 0;*/
    height: 100%;
    width: 100%;
}

.slider-top-textLtr {
    /*float: right;*/
    margin: -56px 25px 0;
}

.nav-btn.navSidebar-button span i {
    font-size: 20px;
    display: inline-block;
    cursor: pointer;
    color: #fff;
}

/***********************************************************/

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0deg);
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg);
    }

    20% {
        transform: translate(-3px, 0px) rotate(1deg);
    }

    30% {
        transform: translate(3px, 2px) rotate(0deg);
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg);
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg);
    }

    60% {
        transform: translate(-3px, 1px) rotate(0deg);
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg);
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg);
    }

    90% {
        transform: translate(1px, 2px) rotate(0deg);
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg);
    }
}

    .iconLeft:hover {
        /* Start the shake animation and make the animation last for 0.5 seconds */
        animation: shake 0.5s;
        /* When the animation is finished, start again */
        animation-iteration-count: infinite;
    }

@keyframes iconleftright {
    0% {
        left: 0px;
        right: 0px;
    }

    25% {
        left: unset;
        right: 5px;
    }

    50% {
        left: 5px;
        right: unset;
    }

    75% {
        left: unset;
        right: 5px;
    }

    100% {
        left: 5px;
        right: unset;
    }
}



.AColOneOne {
    text-decoration: none;
    color: white;
    background-color: #e51d24;
    font-size: 55px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 10px;
    border-radius: 5px;
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    flex-direction: column;
}

    .AColOneOne:hover {
        color: white;
    }

    .AColOneOne span {
        display: block;
    }

.AColOneOneName {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
}


.AColOneTwo {
    text-decoration: none;
    color: black;
    background-color: transparent;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 5px;
    flex-direction: column;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
}

    .AColOneTwo:hover {
        color: black;
    }

    .AColOneTwo img {
        max-width: 80px;
    }

    .AColOneTwo h3 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 10px;
    }

    .AColOneTwo p {
        font-size: 14px;
    }
/****************************Slider***********************/
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid var(--black);
    padding: 3px;
    margin: 2px;
    background-color: var(--main);
}

.SliderButtonPrev {
    display: flex;
    background: #3B3A3D;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    animation: 1s 1.3s fadeInDown both;
    position: absolute;
    top: calc(50% - 30px);
    align-items: center;
    justify-content: space-evenly;
    left: 7%;
    opacity: 1;
}

.SliderButtonNext {
    display: flex;
    background: #3B3A3D;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    transition: .5s;
    animation: 1s 1.3s fadeInDown both;
    position: absolute;
    top: calc(50% - 30px);
    align-items: center;
    justify-content: space-evenly;
    right: 7%;
    opacity: 1;
}

.SliderCaption {
    position: absolute;
    top: 30%;
}

    .SliderCaption h5 {
        font-size: 35px;
        color: var(--white);
        animation: 0.5s 1.5s fadeInLeft both;
    }

    .SliderCaption a {
        animation: 0.5s 1.5s fadeInLeft both;
    }

    .SliderCaption h5 span {
        color: var(--main);
        display: block;
    }

    .SliderCaption .SliderCaptionRight {
        border-left: 2px solid var(--main);
    }

    .SliderCaption .SliderCaptionLeft {
        text-align: right;
    }



        .SliderCaption .SliderCaptionLeft p {
            color: var(--main);
            color: #fff;
            font-size: 17px;
            margin: 20px 20px 35px 0px;
            line-height: 32px;
            animation: 0.5s 1.5s fadeInLeft both;
            text-align: right;
        }

        .SliderCaption .SliderCaptionLeft h4 {
            color: var(--main);
            font-size: 20px;
            font-weight: bold;
            animation: 0.5s 1.5s fadeInLeft both;
            margin: 0px 20px 0px 0px;
            text-align: right;
            left: 0;
        }

        .SliderCaption .SliderCaptionLeft h6 {
            display: inline-block;
            font-weight: bold;
            color: var(--main);
            font-size: 20px;
            text-align: right;
            margin: 20px 20px 35px 85px;
            animation: 0.5s 1.5s fadeInLeft both;
        }



    /*تغییرات*/

    .SliderCaption .SliderCaptionLeftLtr {
        text-align: right;
    }



        .SliderCaption .SliderCaptionLeftLtr p {
            color: var(--main);
            color: #fff;
            font-size: 17px;
            margin: 20px 20px 35px 0px;
            line-height: 32px;
            animation: 0.5s 1.5s fadeInLeft both;
            text-align: left;
        }

        .SliderCaption .SliderCaptionLeftLtr h4 {
            color: var(--main);
            font-size: 20px;
            font-weight: bold;
            animation: 0.5s 1.5s fadeInLeft both;
            margin: 0px 20px 0px 0px;
            text-align: left;
            left: 0;
        }

        .SliderCaption .SliderCaptionLeftLtr h6 {
            display: inline-block;
            font-weight: bold;
            color: var(--main);
            font-size: 20px;
            text-align: left;
            margin: 20px 20px 35px 85px;
            animation: 0.5s 1.5s fadeInLeft both;
            direction: rtl;
            font-family: sans-serif;
        }

    /*پایان تغییرات*/

    .SliderCaption .SliderCaptionLeft h6 i {
        font-size: 30px;
        color: var(--main);
        margin-left: 10px;
    }

.SliderSocailIcon {
    /*position: absolute;
    left: 0px;
    top: 0px;
    animation: 1s 1.5s fadeInDown both;
    background: #272727;
    padding: 25px 37px;
    bottom: 232px;
    display: flex;
    align-items: center;
    z-index: 6;*/
    position: absolute;
    left: 0px;
    top: 0px;
    animation: 1s 1.5s fadeInDown both;
    background: #272727;
    padding: 25px 37px;
    bottom: 0px;
    display: flex;
    align-items: center;
    z-index: 6;
}

    .SliderSocailIcon span.FollowUs {
        position: relative;
        z-index: 1;
    }

    .SliderSocailIcon span {
        display: inline-block;
        font-size: 16px;
        color: var(--main);
        font-family: 'Questrial';
        writing-mode: vertical-rl;
        font-weight: 400;
        transform: rotate(180deg);
        margin-bottom: 80px;
    }

    .SliderSocailIcon .SliderSocailIconInner a {
        display: block;
        color: #999999;
        text-align: center;
        font-size: 15px;
        margin: 15px 0 0 -8px;
        transition: .5s;
        height: 35px;
        width: 35px;
        line-height: 35px;
        border: 1px solid #424242;
        border-radius: 50%;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

        .SliderSocailIcon .SliderSocailIconInner a:before {
            position: absolute;
            z-index: -1;
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            background: var(--main);
            border-color: var(--main);
            border-radius: 50%;
            transform: scale(0);
            transition: .5s;
        }

@media only screen and (min-width: 1450px) {
    .SliderSocailIcon {
        display: unset;
        align-items: flex-start;
    }

        .SliderSocailIcon span.FollowUs:before {
            position: absolute;
            content: "";
            z-index: -1;
            width: 1px;
            height: 235px;
            background: #424242;
            bottom: 10px;
            left: -9px;
        }

        .SliderSocailIcon span.FollowUs:after {
            position: absolute;
            content: "";
            left: -9px;
            bottom: 420px;
            width: 1px;
            height: 52px;
            background: #424242;
        }

        .SliderSocailIcon .SliderSocailIconInner {
            padding-top: 165px;
        }

    .slider-week span {
        padding: 95px 0 23px;
    }

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 99px;
        width: 1px;
        height: 40px;
        background: #fff;
    }

    .slider-week span {
        font-size: 18px;
        color: #fff;
        font-family: 'Questrial';
        text-transform: uppercase;
        writing-mode: vertical-rl;
        transform: rotate(180deg);
        display: inherit;
        padding: 95px 0 23px;
        font-weight: bold;
    }

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 45px;
        width: 1px;
        height: 40px;
        background: #fff;
    }
}
/*

.slider-week {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main);
    padding: 20px 37px;
    animation: 1s 1.5s fadeInUp both;
} */



.slider-week {
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--main);
    padding: 20px 37px;
    animation: 1s 1.5s fadeInUp both;
}

span.week-bottom {
    position: relative;
    z-index: 1;
}

    span.week-bottom:before {
        position: absolute;
        z-index: -1;
        content: "";
        left: 13px;
        bottom: 80px;
        width: 1px;
        height: 20px;
        background: #fff;
    }

.slider-week span {
    font-size: 18px;
    color: #fff;
    font-family: 'Questrial';
    text-transform: uppercase;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    display: inherit;
    padding: 45px 0 23px;
    font-weight: bold;
}




@keyframes fadeInLeft {
    from {
        margin-right: -200px;
        opacity: 0;
    }

    to {
        margin-right: 0px;
        opacity: 1;
    }
}
/**********************************AboutUs*********************/
.IndexAboutUs .AboutRight .AboutUsTitle {
    border-right: 2px solid var(--main);
    padding-right: 18px;
}

    .IndexAboutUs .AboutRight .AboutUsTitle span {
        font-size: 30px;
        color: var(--white);
        display: block;
        margin-bottom: 15px;
    }

    .IndexAboutUs .AboutRight .AboutUsTitle h4 {
        font-size: 23px;
        color: var(--main);
        display: block;
        margin-bottom: 15px;
    }

.IndexAboutUs .AboutRight .AboutUsH1 {
    font-size: 19px;
    color: var(--white);
    display: block;
    margin-bottom: 15px;
}

.PaddingLeft30 {
    padding-left: 30px;
}

.TextAlignLeft {
    text-align: left !important;
}

.FontSerif {
    font-family: sans-serif !important;
    direction: ltr !important;
    text-align: left !important;
}

.FontBold {
    font-weight: bold !important;
}

/*تغییرات*/
.IndexAboutUs .AboutRight .AboutUsTitle {
    border-right: 2px solid var(--main);
    padding-right: 18px;
}

    .IndexAboutUs .AboutRight .AboutUsTitle span {
        font-size: 30px;
        color: var(--white);
        display: block;
        margin-bottom: 15px;
    }

    .IndexAboutUs .AboutRight .AboutUsTitle h4 {
        font-size: 23px;
        color: var(--main);
        display: block;
        margin-bottom: 15px;
    }

.IndexAboutUs .AboutRight .AboutUsH1 {
    font-size: 19px;
    color: var(--white);
    display: block;
    margin-bottom: 15px;
}
/*تغییرات*/


.AboutUsIconUl .icon span {
    display: inline-block;
    border: 3px solid var(--main);
    position: relative;
    z-index: 1;
    margin: 12px 18px 0 0px;
}

    .AboutUsIconUl .icon span:before {
        position: absolute;
        content: "";
        z-index: -1;
        border: 2px solid var(--main);
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        left: -7px;
        top: -8px;
    }

.AboutUsIconUl .icon p {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
}
/**************************Public****************************/
.BtnMainTwo {
}

.BtnMain {
    color: var(--ButtonColor);
    background-color: var(--Button);
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    font-family: var(--font-Yekan);
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition: all ease-in 0.5s;
}

    .BtnMain:hover {
        background-color: var(--ButtonHover);
        cursor: pointer;
    }



    .BtnMain.BtnColorWhite {
        color: var(--white);
    }

.ColorWhite {
    color: var(--white) !important;
}
/*****************************Aboutus*************************/
.CarBox {
    background-color: #2C2C2C;
}

.IndexAboutUs {
    padding: 110px 0 100px;
    background: #2C2C2C;
    overflow: hidden;
}

    .IndexAboutUs .AboutLeft {
        position: relative;
    }

.AboutLeftbox {
    z-index: 1;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.AboutUsContent {
    background: #222222;
    position: absolute;
    z-index: 4;
    margin-top: -253px;
    right: 0px;
    padding: 15px 10px 15px 27px;
    animation: 1s 1.5s fadeInRight both;
    opacity: 1;
    display: flex;
    max-width: 70%;
}

.AboutUsTitle h3 {
    font-size: 16px;
    color: var(--white);
    font-weight: unset !important;
    margin: 8px 0 0;
}

.AboutUsShape {
    position: absolute;
    top: -23px;
    right: -13px;
}

@keyframes fadeInRight {
    from {
        right: -280px;
        opacity: 0;
    }

    to {
        right: -28px;
        opacity: 1;
    }
}

/*******************************************IndexGrid******************************/
.GridBox {
    box-shadow: 3px 5px 35px rgba(86,68,169,.1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.AGridBox {
    text-decoration: none;
    color: white;
}

    .AGridBox:hover {
        color: white;
    }

.GridBox:hover {
    cursor: pointer;
}

.GridBoxHead {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

    .GridBoxHead img {
        width: 100%;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }

.GridBoxDate {
    background: var(--main);
    border-radius: 3px;
    top: -35%;
    -webkit-clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
    clip-path: polygon(9% 0,90% 3%,100% 94%,0 100%);
    color: var(--black);
    font-size: 15px;
    font-weight: bold;
    left: 20px;
    padding: 9px 32px;
    position: absolute;
    text-transform: capitalize;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    z-index: 1;
}

.GridBoxFooter {
    padding: 25px 10px;
    background: #353535;
    border: 2px solid #353535;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
}

    .GridBoxFooter:hover:before {
        height: 100%;
        opacity: .1;
        -webkit-transform: scale(1);
        transform: scale(1);
        z-index: 1;
    }

    .GridBoxFooter:before {
        background: var(--main);
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0;
        position: absolute;
        -webkit-transform: scale(0);
        transform: scale(0);
        transition: all .5s ease-in-out;
        width: 100%;
        z-index: 1;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .GridBoxFooter h3 {
        font-size: 18px;
    }

.GridBox .BtnMain {
    font-size: 15px;
    padding: 6px 25px;
}

.GridBoxHead img:hover {
    transform: scale(1.2);
    transition: all .5s;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
/**************************Popular****************************/
.ScrollableCol {
    width: 100%;
    display: flex;
    overflow-x: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    .ScrollableCol::-webkit-scrollbar {
        display: none;
    }

    .ScrollableCol .Item {
        margin-right: 20px;
    }

.ATextDecorationNone {
    text-decoration: none;
}

.SpanBlock {
    display: block;
    font-size: 14px;
}

.DivFlexCenterEnd {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.DivFlexCenter {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.BoxGray {
    background-color: #272727;
}

.PaddingTop50 {
    padding-top: 50px;
}

.PaddingBottom50 {
    padding-Bottom: 50px;
}
/*****************************footer*******************************************/
.footer {
    background: #222222;
    padding: 48px 0px 0;
    color: var(--white);
}

    .footer .SubScribeBg {
        border-bottom: 1px solid #393939;
        padding: 0 0 38px;
    }

    .footer .SubscribeTitle h2 {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
    }

    .footer .ContactBoxSubscribe {
        position: relative;
        display: flex;
        justify-content: center;
    }

    .footer .ContactForm .ContactBoxSubscribe input {
        font-size: 18px;
        border: 0;
        padding: 15px 20px;
        border-radius: 0;
    }

    .footer .ContactForm .ContactBoxSubscribe button {
        margin: 0;
        color: var(--white);
        background-color: var(--main);
        border: unset;
        padding-right: 40px;
        padding-left: 40px;
        border-radius: 0;
    }

    .footer .SubScribeBgMiddle {
        border-bottom: 1px solid #393939;
        padding: 38px 0 38px;
    }

.SubScribeBgMiddle .MenuUl ul {
    padding: 6px;
}

    .SubScribeBgMiddle .MenuUl ul li {
        display: block;
        list-style: none;
        padding: 0 0 18px;
    }

        .SubScribeBgMiddle .MenuUl ul li a {
            color: #fff;
            background: linear-gradient( to right, var(--main), var(--main), 50%, #fff 50%);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-size: 200%, 100%;
            background-position: 100%;
            transition: 0.5s all ease-out;
        }

            .SubScribeBgMiddle .MenuUl ul li a:hover {
                background-position: 0;
            }

.footer .FooterLogo img {
    max-height: 100px;
}

.footer .FooterSocialMedia {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

    .footer .FooterSocialMedia a {
        font-size: 15px;
        height: 33px;
        width: 33px;
        line-height: 33px;
        background: #3C3C3C;
        text-align: center;
        display: inline-block;
        color: var(--main);
        margin-right: 6px;
        position: relative;
        z-index: 1;
        transition: 0.5s ease-in-out;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        text-decoration: none;
    }

        .footer .FooterSocialMedia a:hover {
            color: #fff;
            background-color: var(--main);
        }

.footer .FooterContactus {
    display: flex;
}

    .footer .FooterContactus .FooterContactusIcon {
        display: inline-block;
    }

        .footer .FooterContactus .FooterContactusIcon i {
            font-size: 30px;
            color: var(--main);
            margin-left: 12px;
        }

    .footer .FooterContactus .FooterContactusContent {
        display: inline-block;
    }

.footer .SubScribeBgEnd {
    color: #999999;
    margin-top: 28px;
}

.footer .FooterDesign a {
    color: var(--main);
    text-decoration: none;
}

.footer .FooterPolicy {
    text-align: left
}



    .footer .FooterPolicy span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .FooterPolicy a {
        text-decoration: none;
        background: linear-gradient( to right, var(--main), var(--main), 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
        transition: 0.5s all ease-out;
    }

        .footer .FooterPolicy a:hover:hover {
            background-position: 0;
        }

.footer .FooterPolicyLtr {
    text-align: right;
}

    .footer .FooterPolicyLtr span {
        margin-left: 10px;
        margin-right: 10px;
    }

    .footer .FooterPolicyLtr a {
        text-decoration: none;
        background: linear-gradient( to right, var(--main), var(--main), 50%, #fff 50%);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
        background-size: 200%, 100%;
        background-position: 100%;
        transition: 0.5s all ease-out;
    }

        .footer .FooterPolicyLtr a:hover:hover {
            background-position: 0;
        }
/***************************************BoxCity***************/
.BoxCity {
    padding: 50px 0px;
}

    .BoxCity .DivButtonSlider {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .BoxCity .DivButtonSlider i {
            color: var(--main);
            font-size: 35px;
            margin-left: 10px;
            transition: all .5s ease-in-out;
        }

            .BoxCity .DivButtonSlider i:hover {
                cursor: pointer;
                font-size: 38px;
            }

.Slider1 {
    margin-top: 20px;
    border: 0;
}

    .Slider1 .ACity {
        text-decoration: none;
        display: block;
        position: relative;
    }

        .Slider1 .ACity span {
            text-decoration: none;
            display: block;
            position: absolute;
            top: 50%;
            color: var(--white);
            font-weight: bold;
            font-size: 18px;
            left: 50%;
        }


    .Slider1 img {
        border: 0;
    }
/******************************LottaryBox************************/
.LottaryBox {
}

    .LottaryBox .LottaryBoxLeft {
        align-items: center;
        background: linear-gradient(rgba(45,55,60,.8) 100%,rgba(45,55,60,.8) 0),url(../images/newslatter-bg2.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 100%;
        justify-content: center;
        min-height: 552px;
        padding: 100px 20px;
        flex-direction: column;
    }

    .LottaryBox span {
        font-size: 35px;
        font-weight: bold;
        display: block;
        color: var(--main);
        margin-bottom: 25px;
    }

    .LottaryBox p {
        font-size: 18px;
        display: block;
        color: var(--white);
        line-height: 1.8rem;
        margin-bottom: 35px;
    }

    .LottaryBox .LottaryBoxRight {
        align-items: center;
        background: linear-gradient(hsla(27,50%,74%,.3) 100%,hsla(27,50%,74%,.3) 0),url(../images/newslatter-bg3.png);
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        height: 100%;
        justify-content: center;
        min-height: 552px;
        padding: 100px 20px;
        flex-direction: column;
    }

    /* .LottaryBox .LottaryBoxRight p {
            color: var(--black);
        }*/

    .LottaryBox .LottaryBoxSubscribe {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .LottaryBox .LottaryBoxSubscribe input {
            font-size: 18px;
            border: 0;
            padding: 10px 20px;
            border-radius: 25px;
            /* border-bottom-right-radius: 50px;*/
            height: 60px;
        }

        .LottaryBox .LottaryBoxSubscribe a {
            border-top-left-radius: 50px;
            border-bottom-left-radius: 50px;
            margin: 0;
            color: var(--black);
        }

            .LottaryBox .LottaryBoxSubscribe a:before {
                border-top-left-radius: 50px;
                border-bottom-left-radius: 50px;
            }
/*********************************News************************************/
.NewsBox {
    padding: 110px 0 100px;
    background: var(--BackDetails);
}

    .NewsBox h2 {
        text-align: center;
        color: var(--white);
        font-weight: bold;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .NewsBox p {
        text-align: center;
        color: var(--white);
        margin-bottom: 15px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .NewsBox h3 {
        text-align: center;
        font-weight: bold;
        margin: 2px 15px;
        line-height: 2rem;
        color: white;
    }

    .NewsBox .NewsPublisher {
        display: flex;
        color: var(--white);
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }

        .NewsBox .NewsPublisher span {
            display: inline-block;
            font-size: 15px;
        }

        .NewsBox .NewsPublisher i {
            display: inline-block;
            color: var(--main);
            font-size: 17px;
            margin-left: 7px;
        }

    .NewsBox .NewsFlexCenter {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }
/*************************************Catalog*********************/

.Catalog {
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
    flex-direction: column;
}

    .Catalog span {
        font-size: 16px;
        font-weight: normal;
        display: block;
        color: var(--white);
        margin-bottom: unset;
    }

    .Catalog div img {
        max-height: 250px;
    }
/*************************************Gallery*********************/
.GalleryBox {
    padding: 50px 0px;
}

    .GalleryBox h2 {
        text-align: center;
        color: var(--white);
        font-weight: bold;
        margin-bottom: 20px;
    }

    .GalleryBox p {
        text-align: center;
        color: var(--white);
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .GalleryBox .gallary-item {
        position: relative;
        z-index: 1;
        overflow: hidden;
    }

        .GalleryBox .gallary-item img:hover {
            transform: scale(1.2);
            transition: all .5s;
        }

.GalleryTwoLine {
    display: flex;
    flex-direction: column;
}

    .GalleryTwoLine .GalleryTwoLineTwo {
        margin-top: 30px;
    }

.aGalleryImage {
    display: block;
    overflow: hidden;
}
/********************************************TourBox************************/
.TourBox {
    background-attachment: fixed;
    background-image: linear-gradient(rgba(0,5,15,.6),rgba(0,5,15,.6)),url(../images/upcoming-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

    .TourBox p {
        color: var(--white);
        line-height: 2rem;
        text-align: right;
    }

    .TourBox h2 {
        color: var(--white);
        font-weight: bold;
        text-align: right;
    }

    .TourBox .DivButtonSlider {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 100%;
    }

        .TourBox .DivButtonSlider i {
            color: var(--main);
            font-size: 35px;
            margin-left: 10px;
            transition: all .5s ease-in-out;
        }

            .TourBox .DivButtonSlider i:hover {
                cursor: pointer;
                font-size: 38px;
            }

    .TourBox .TourBoxGridBoxDate {
        background: var(--main);
        border-radius: 30px;
        top: -21px;
        box-shadow: 3px 5px 35px rgb(86 68 169 / 10%);
        color: var(--black);
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        left: 50%;
        min-width: 170px;
        padding: 9px 15px;
        position: absolute;
        text-transform: capitalize;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        transition: all .4s ease-out 0s;
        z-index: 9;
    }

        .TourBox .TourBoxGridBoxDate i {
            margin-left: 7px;
        }
/******************************CommnetBox**************************/
.CommnetBox h2 {
    color: var(--white);
    font-weight: bold;
}

.CommnetBox p {
    color: var(--white);
    line-height: 2rem;
}

.CommnetBoxText {
    background: #fff;
    border-radius: 5px;
    margin-top: 20px;
    min-height: 100px;
    padding: 5px 25px 25px;
    position: relative;
    transition: all .35s;
}

    .CommnetBoxText span {
        text-align: justify;
        line-height: 2rem;
        display: block;
        margin: 60px 10px 20px 10px;
        color: var(--black);
    }

.CommnetBox .DivButtonSlider {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

    .CommnetBox .DivButtonSlider i {
        color: var(--main);
        font-size: 35px;
        margin-left: 10px;
        transition: all .5s ease-in-out;
    }

        .CommnetBox .DivButtonSlider i:hover {
            cursor: pointer;
            font-size: 38px;
        }

.CommnetBox .ImageBox {
    position: absolute;
    width: 80px;
    height: 80px;
    top: -25px;
    margin-bottom: 25px;
    left: calc(50% - 40px);
    border: 3px solid var(--main);
    border-radius: 50%;
    padding: 5px;
    overflow: hidden;
    background-color: var(--white);
}

    .CommnetBox .ImageBox img {
        border-radius: 50%;
    }

.CommnetBox .CommnetBoxText blockquote {
    position: absolute;
    right: 25px;
    top: 45px;
    width: 50px;
    height: 50px;
}


.Slider3 .owl-stage {
    padding-top: 40px;
}
/***********************************Dashboard********************/

.Dashboard {
    margin-top: 65px;
    display: flex;
}

    .Dashboard .MenuDashboard {
        width: 350px;
        /*max-height: calc(100% - 80px);*/
        -webkit-box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;
        box-shadow: 0 8px 10px 0 rgb(183 192 206 / 10%) !important;
        background-color: var(--white);
        overflow: hidden;
        z-index: 1;
    }

        .Dashboard .MenuDashboard ul {
            padding: 0;
            width: 100%;
            display: block;
        }

            .Dashboard .MenuDashboard ul li {
                border: 0;
                padding: 0;
            }

                .Dashboard .MenuDashboard ul li a {
                    display: block;
                    text-decoration: none;
                    color: #7e7e7e;
                    padding: 16px 20px 16px;
                    font-size: 18px;
                    transition: all 0.5s ease-in;
                }

                    .Dashboard .MenuDashboard ul li a:hover {
                        background-color: #fafafa;
                        color: #ff4838;
                    }

                    .Dashboard .MenuDashboard ul li a i {
                        color: #ff4838;
                        margin-left: 7px;
                    }

                    .Dashboard .MenuDashboard ul li a.Active {
                        background-color: #fafafa;
                        color: #ff4838;
                    }

.BodyDashboard {
    background-color: #fafafa;
    min-height: 200px;
    width: -webkit-fill-available;
    padding: 20px;
}

.stats-fun-fact-box {
    position: relative;
    display: block;
    padding: 25px 90px 25px 10px;
    border-radius: 15px;
    margin-bottom: 10px;
}

    .stats-fun-fact-box .icon-box {
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background-color: var(--white);
        color: var(--mainColor);
        position: absolute;
        right: 15px;
        top: 48%;
        -webkit-transform: translateY(-48%);
        transform: translateY(-48%);
        -webkit-box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        box-shadow: 1px 5px 24px 0 rgb(14 198 198 / 15%);
        text-align: center;
        font-size: 35px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }

    .stats-fun-fact-box .sub-title {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: var(--white);
    }

    .stats-fun-fact-box p {
        display: block;
        margin-bottom: 5px;
        font-weight: bold;
        color: var(--white);
        font-size: 25px;
    }

.DashboardBg1 {
    background-color: #00CA99 !important;
    color: #00CA99 !important;
}

.DashboardBg2 {
    background-color: #64bc36 !important;
    color: #64bc36 !important;
}

.DashboardBg3 {
    background-color: #ffae00 !important;
    color: #ffae00 !important;
}

.DashboardBg4 {
    background-color: #f3103c !important;
    color: #f3103c !important;
}

.Dashboard .BoxDashboard {
    margin-bottom: 30px;
    background-color: var(--white);
    -webkit-box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 24px 0 rgb(68 102 242 / 5%);
    border-radius: 5px;
    padding: 30px;
    margin-top: 30px;
}

    .Dashboard .BoxDashboard input[type=text] {
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border: 1px solid #f5f5f5;
        height: 60px;
        padding: 10px 20px;
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .Dashboard .BoxDashboard textarea {
        border-radius: 5px;
        background-color: #f5f5f5;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        -webkit-transition: var(--transition);
        transition: var(--transition);
        border: 1px solid #f5f5f5;
        height: 60px;
        padding: 10px 20px;
        color: #808080;
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 10px;
    }

    .Dashboard .BoxDashboard .form-group label {
        margin-bottom: 10px;
    }

.backGroundWhite {
    background: #ffffff !important;
}

/********************************************DashBoard***********************************************************/
.HeaderDashboard {
    background-color: var(--main);
    padding: 15px;
    display: block;
    border-radius: 5px;
    margin-bottom: 25px;
    text-align: center
}

    .HeaderDashboard i {
        display: block;
        font-size: 30px;
        margin-bottom: 15px;
        color: var(--white);
    }

    .HeaderDashboard span {
        display: inline-block;
        font-size: 20px;
        margin-bottom: 10px;
        color: var(--white);
        font-family: var(--font-headers);
    }


/*************************profile*********************************/
#ProfileMenu {
    box-shadow: 2px 1px 5px 3px rgb(0 0 0 / 10%), 0 2px 2px 0 rgb(0 0 0 / 7%), 0 3px 1px -2px rgb(0 0 0 / 6%) !important;
    border-radius: 25px;
}

    #ProfileMenu ul {
        border-top-left-radius: 25px;
        border-top-right-radius: 25px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

        #ProfileMenu ul li {
            border-bottom: 2px solid #1a3c57;
        }

    #ProfileMenu a.HeaderMenu {
        color: #535353;
    }

    #ProfileMenu a {
        color: #000000;
        border: none;
        font-size: 18px;
    }

        #ProfileMenu a span {
            font-size: 25px;
            color: #1a3c57;
        }

        #ProfileMenu a.ActiveTag {
            background-color: #EC2A75;
            color: #1a3c57;
        }

        #ProfileMenu a:hover {
            background-color: #EC2A75;
            cursor: pointer;
        }

.ProfilePenEdit {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    border-bottom: 1px dashed #00bfd6;
    padding: 5px 0;
}

    .ProfilePenEdit:hover {
        cursor: pointer;
        color: #00bfd6;
        background-color: white;
    }

.ProfilePenEditAddress {
    text-decoration: dashed;
    font-size: 14px;
    color: #00bfd6;
    font-weight: 500;
    padding: 5px 0;
}

    .ProfilePenEditAddress:hover {
        cursor: pointer;
        color: #00bfd6;
    }

.TextHeader {
    color: #ccc
}

.TextInformation {
    text-align: right;
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
}

.TextInformationDashboard {
    text-align: center;
    color: var(--main);
    font-size: 20px;
    font-weight: bold;
}

.TextInformationBlack {
    text-align: right;
    color: var(--black);
    font-size: 15px;
}


.ProfileHeadline {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: block;
    font-size: 35px;
    color: var(--main);
    font-family: var(--font-headers);
    padding: 10px 30px 0 0;
    text-align: right;
}

.table-orders .table {
    text-align: center;
    font-size: 13px;
    background-color: white;
}

    .table-orders .table .thead-light th {
        color: #fff !important;
        background-color: var(--main) !important;
        border-color: var(--white) !important;
        text-align: center;
    }

    .table-orders .table th, .table-orders .table td {
        padding: 0.75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #f5f5f5;
        text-align: right;
        color: #535353;
        text-align: center;
    }

    .table-orders .table td {
        font-size: 14px;
        padding-top: 0.90rem;
        padding-bottom: 0.90rem;
        border: unset;
    }

.ProfiletrashIcon {
    color: #e6007e;
}

.ProfiletrashButton {
    border-radius: 25px;
    padding: 10px 15px 10px 30px;
    background-color: #ff7373;
    color: white;
    text-decoration: none;
    float: left
}

    .ProfiletrashButton:hover {
        cursor: pointer;
        color: white;
    }



.Profiletext14 {
    font-size: 14px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext16 {
    font-size: 15px;
    color: #424750;
    line-height: 1.833;
}

.Profiletext12 {
    font-size: 12px;
    color: #424750;
    font-size: 12px;
    line-height: 1.833;
    color: #81858b;
}

.ButtonCart {
    color: #FFFFFF;
    width: 95%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    border-radius: 45px;
    background-color: red;
    border: 0;
    margin-bottom: 15px;
    font-size: 20px;
}

/*
<!-- ============================================================== -->
<!-- Start scrollup section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

    .scroll-area .go-top {
        position: fixed;
        cursor: pointer;
        top: 0;
        right: 30px;
        color: var(--white);
        background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
        z-index: 9999;
        width: 45px;
        text-align: center;
        height: 45px;
        line-height: 42px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.9s ease-out 0s;
        -moz-transition: all 0.9s ease-out 0s;
        -ms-transition: all 0.9s ease-out 0s;
        -o-transition: all 0.9s ease-out 0s;
        transition: all 0.9s ease-out 0s;
        border-radius: 10px;
    }

        .scroll-area .go-top i {
            position: absolute;
            top: 50%;
            left: -4px;
            right: 0;
            margin: 0 auto;
            font-size: 15px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .scroll-area .go-top i:last-child {
                opacity: 0;
                visibility: hidden;
                top: 60%;
            }

        .scroll-area .go-top::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            background-image: linear-gradient(to right, #00132b 0%, #00132b 100%);
            background-image: -ms-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.5s ease-out 0s;
            -moz-transition: all 0.5s ease-out 0s;
            -ms-transition: all 0.5s ease-out 0s;
            -o-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
            border-radius: 100%;
        }

        .scroll-area .go-top:focus, .scroll-area .go-top:hover {
            color: #fff;
        }

            .scroll-area .go-top:focus::before, .scroll-area .go-top:hover::before {
                opacity: 1;
                visibility: visible;
            }

            .scroll-area .go-top:focus i:first-child, .scroll-area .go-top:hover i:first-child {
                opacity: 0;
                top: 0;
                visibility: hidden;
            }

            .scroll-area .go-top:focus i:last-child, .scroll-area .go-top:hover i:last-child {
                opacity: 1;
                visibility: visible;
                top: 50%;
            }

        .scroll-area .go-top.active {
            top: 95%;
            transform: translateY(-98%);
            opacity: 1;
            visibility: visible;
            border-radius: 0;
            right: 30px;
            border-radius: 100%;
        }

.top-wrap {
    position: relative;
}

    .top-wrap .go-top-button {
        display: inline-block;
        width: 50px;
        height: 50px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        top: 3px;
        z-index: 1;
        background: var(--main);
    }

        .top-wrap .go-top-button i {
            font-size: 20px;
            font-weight: 700;
            padding-left: 4px;
            color: #fff;
        }

        .top-wrap .go-top-button::after {
            z-index: -1;
            content: "";
            position: absolute;
            left: 3px;
            top: 3px;
            width: 45px;
            height: 45px;
            -webkit-animation: ripple 1.6s ease-out infinite;
            -moz-animation: ripple 1.6s ease-out infinite;
            -o-animation: ripple 1.6s ease-out infinite;
            animation: ripple 1.6s ease-out infinite;
            opacity: 0;
            background-image: -webkit-linear-gradient(0deg, #FFB74D 0%, #FFB74D 100%);
            border-radius: 100%;
        }

        .top-wrap .go-top-button:hover {
            background-color: #222;
            color: #fff;
        }

@keyframes ripple {
    0%, 35% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0.8;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
/*******************whatsapp*******************************/
.WhatsApp {
    position: fixed;
    bottom: 25px;
    left: 50px;
    z-index: 5;
    /*    animation: mymove 3s infinite;
    animation-timing-function: ease;*/
    /*    animation-duration: 5s;*/
}

    .WhatsApp a {
        /*text-decoration: none;
        display: inline-block;*/
        text-decoration: none;
        display: inline-block;
        position: absolute;
        bottom: 70px;
    }

        .WhatsApp a i {
            font-size: 45px;
            color: var(--main);
            display: inline-block;
        }
/*
@keyframes mymove {
    0% {
        bottom: 25px;
    }

    25% {
        bottom: 50px;
    }

    50% {
        bottom: 25px;
    }
    75% {
        bottom: 40px;
    }
    100% {
        bottom: 25px;
    }
}*/
/***************************HeaderTwo******************/
.HeaderTwo {
    background-image: url(../images/about-us2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 52px;
    filter: brightness(50%);
}



    .HeaderTwo .HeaderTitle {
        text-align: center;
        margin-bottom: 15px;
        color: var(--white);
    }

    .HeaderTwo .NavBreadcrumb {
        display: flex;
        justify-content: space-evenly;
    }

        .HeaderTwo .NavBreadcrumb a {
            color: var(--main);
        }

        .HeaderTwo .NavBreadcrumb li {
            color: var(--white);
        }

/***********************************************Paging********************************/
.PagingNav {
}

    .PagingNav .pagination {
        justify-content: center;
    }

        .PagingNav .pagination .page-item {
            background-color: transparent;
            margin-left: 6px;
        }

            .PagingNav .pagination .page-item a {
                background-color: transparent;
                color: var(--black);
                font-weight: bold;
                font-size: 18px;
                border: 2px solid var(--main);
                border-radius: 50%;
                width: 55px;
                height: 55px;
                display: flex;
                align-items: center;
                justify-content: space-evenly;
            }

            .PagingNav .pagination .page-item.active a {
                background-color: var(--main);
                color: white;
            }

            .PagingNav .pagination .page-item a:hover {
                background-color: var(--main);
                color: white;
            }


/*****************************ContactUs*************************/
.ConatctUsRight {
    background-color: var(--main);
    padding: 12px 25px;
}

    .ConatctUsRight h4 {
        font-weight: bold;
        margin-bottom: 30px;
    }

    .ConatctUsRight .Location {
        display: flex;
        padding-bottom: 15px;
    }

        .ConatctUsRight .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: var(--main);
            border: 2px solid var(--white);
            border-radius: 50%;
            justify-content: space-evenly;
            width: 60px;
            height: 60px;
        }

            .ConatctUsRight .Location .LocationIcon i {
                color: var(--white);
            }

        .ConatctUsRight .Location .LocationText span {
            display: block;
            color: var(--white);
        }

.ConatctUsLeft {
    background-color: var(--white);
    padding: 10px 40px;
    background-image: url("../images/contact-bg.png");
    height: 100%;
}

    .ConatctUsLeft .InputText input {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .InputText select {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft textarea {
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

    .ConatctUsLeft .Location {
        display: flex;
        padding-bottom: 5px;
        color: var(--black);
    }

        .ConatctUsLeft .Location .LocationIcon {
            display: flex;
            align-items: center;
            margin-left: 7px;
            font-size: 30px;
            color: var(--main);
            border: 2px solid var(--black);
            border-radius: 50%;
            justify-content: space-evenly;
            width: 60px;
            height: 60px;
        }

            .ConatctUsLeft .Location .LocationIcon i {
                color: var(--black);
            }

        .ConatctUsLeft .Location .LocationText span {
            display: block;
            color: var(--black);
        }

    .ConatctUsLeft hr {
        color: var(--black);
    }

.BtnMainBlack {
    display: inline-block;
    border: 1px solid var(--main);
    padding: 14px 34px;
    transition: .5s;
    margin: 30px 0 0;
    color: var(--black);
    position: relative;
    z-index: 1;
    text-decoration: none;
}

    .BtnMainBlack:hover {
        color: var(--black);
        cursor: pointer;
    }

    .BtnMainBlack:before {
        position: absolute;
        content: "";
        z-index: -1;
        right: 0;
        top: 0;
        width: 33%;
        height: 100%;
        background: url(../images/button.jpg);
        transition: .5s;
    }

    .BtnMainBlack:hover:before {
        width: 100%;
    }
/******************************AboutUsPage**********************************/
.AboutUsPage {
    background-color: var(--white);
    border-radius: 15px;
    padding: 15px;
}

    .AboutUsPage h1 {
        font-size: 25px;
    }

    .AboutUsPage span {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 20px;
        display: inline-block;
    }

    .AboutUsPage p {
        text-align: justify;
        color: var(--black);
    }
/********************************FAQ*************************/

.FAQ .accordion-button::after {
    margin-left: unset;
    margin-right: auto;
}

.FaqQuestion {
    text-align: right !important;
    margin-bottom: 5px !important;
}

    .FaqQuestion a {
        background: transparent;
        border: unset;
        color: var(--white);
        background: var(--main);
    }

        .FaqQuestion a:hover {
            color: var(--white);
            background-color: var(--black);
        }

.FaqAnswer {
    margin-bottom: 20px;
    color: white;
}

    .FaqAnswer div {
        background-color: var(--black);
    }
/******************Tour**************************/

.BackGrountBlack {
    background-image: unset !important;
    background-color: #2C2C2C !important;
}
/***************************Details**************************/
.DetailsBox {
    padding: 110px 0 100px;
    background: var(--gray);
}

    .DetailsBox h2 {
        text-align: center;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .DetailsBox p {
        margin-bottom: 25px;
        font-size: 15px;
        line-height: 1.8rem;
    }

    .DetailsBox h3 {
        /*text-align: center;*/
        /*font-weight: bold;
        margin: 2px 15px;
        line-height: 2rem;*/
        font-size: 20px;
    }

    .DetailsBox .NewsPublisher {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        margin-bottom: 15px;
    }

        .DetailsBox .NewsPublisher span {
            display: inline-block;
            font-size: 15px;
        }

        .DetailsBox .NewsPublisher i {
            display: inline-block;
            color: var(--main);
            font-size: 17px;
            margin-left: 7px;
        }

    .DetailsBox.NewsFlexCenter {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
    }


.DetailsSearch .ContactBoxSubscribe {
    position: relative;
    display: flex;
    justify-content: center;
}

    .DetailsSearch .ContactBoxSubscribe input {
        font-size: 18px;
        border: 0;
        padding: 15px 20px;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .DetailsSearch .ContactBoxSubscribe button {
        margin: 0;
        color: var(--white);
        background-color: var(--main);
        border: unset;
        padding-right: 20px;
        padding-left: 20px;
        font-size: 20px;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

.DetailsCat {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 5px;
    color: #424242;
    padding: 25px 15px;
}

    .DetailsCat .DetailsCatHead {
        font-size: 20px;
        display: block;
        font-weight: bold;
    }

    .DetailsCat ul {
        list-style: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        .DetailsCat ul li a {
            text-decoration: none;
        }

    .DetailsCat .icon p {
        display: inline-block;
        margin-right: 5px;
        font-size: 15px;
        color: var(--black);
    }

    .DetailsCat .icon span {
        display: inline-block;
        border: 3px solid var(--main);
        position: relative;
        z-index: 1;
        margin: 12px 3px 0 0px;
    }

        .DetailsCat .icon span:before {
            position: absolute;
            content: "";
            z-index: -1;
            border: 2px solid var(--main);
            width: 15px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            left: -7px;
            top: -8px;
        }

.DetailsPost {
    margin-top: 30px;
    background-color: var(--white);
    border-radius: 5px;
    color: #424242;
    padding: 25px 15px;
}

    .DetailsPost .DetailsCatHead {
        font-size: 20px;
        display: block;
        font-weight: bold;
        margin-bottom: 25px;
    }

    .DetailsPost img {
        margin-left: 10px;
        border-radius: 10px;
        max-width: 100px;
    }

    .DetailsPost p {
        color: var(--black);
        direction: rtl;
        text-align: right;
        margin-bottom: 10px;
    }

    .DetailsPost .DetailsDate i {
        color: var(--main);
        margin-left: 5px;
    }

    .DetailsPost .DetailsPostBody {
        margin-bottom: 20px;
    }

.DetailsDescription {
    background-color: var(--white);
    margin-top: 35px;
    border-radius: 5px;
    color: var(--black);
    padding: 25px 15px;
}

    .DetailsDescription h1 {
        font-size: 22px;
        color: var(--black);
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .DetailsDescription p {
        color: var(--black);
    }

.DetailsShare {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.FooterSocialMedia {
    display: flex;
}

.DetailsShare .FooterSocialMedia a,
.DetailsFollowUs .FooterSocialMedia a {
    font-size: 15px;
    height: 33px;
    width: 33px;
    line-height: 33px;
    background: #3C3C3C;
    text-align: center;
    /*display: inline-block;*/
    color: var(--main);
    margin-right: 6px;
    position: relative;
    z-index: 1;
    transition: 0.5s ease-in-out;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .DetailsShare .FooterSocialMedia a:hover,
    .DetailsFollowUs .FooterSocialMedia a:hover {
        color: #fff;
        background-color: var(--main);
    }

.DetailsComment {
    background-color: var(--white);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
}

    .DetailsComment input {
        height: 54px;
        background-color: #fff;
        border-color: transparent;
        transition: .5s;
        border: 1px solid #e6e6e6;
        padding: 6px 20px;
        border-radius: 5px;
        display: block;
        width: 100%;
        color: #00132b;
        margin-bottom: 16px;
        font-weight: 400;
        position: relative;
        z-index: 1;
    }

.DetailsCommentList {
    margin-top: 25px;
}

    .DetailsCommentList .HeaderCommentList {
        margin-top: 25px;
        color: var(--black);
        border-bottom: 2px solid var(--main);
        font-weight: bold;
        font-size: 20px;
        padding-bottom: 15px;
        display: inline-block;
    }

.DetailsComment .DetailsCommentUser {
    margin-top: 25px;
    display: flex;
}

    .DetailsComment .DetailsCommentUser img {
        max-width: 60px;
        max-height: 60px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentName {
        color: var(--black);
        text-align: right;
        font-weight: bold;
        display: block;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentP {
        color: var(--black);
        text-align: right;
        display: block;
        margin-right: 15px;
    }

    .DetailsComment .DetailsCommentUser .DetailsCommentDate {
        color: var(--main);
        text-align: right;
        display: block;
        margin-right: 15px;
        font-weight: bold;
        margin-bottom: 10px;
    }

.DetailsTag {
    background-color: var(--white);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
    color: var(--black);
}

    .DetailsTag .DetailsTagHead {
        font-size: 20px;
        display: block;
        font-weight: bold;
        color: var(--black);
        margin-bottom: 20px;
    }

    .DetailsTag a {
        display: inline-block;
        color: #616161;
        border: 1px solid #DFDFDF;
        padding: 10px 20px;
        text-decoration: none;
        margin-bottom: 10px;
        margin-left: 10px;
        border-radius: 5px;
    }

.DetailsFollowUs {
    background-color: var(--white);
    margin-top: 25px;
    padding: 25px 15px;
    border-radius: 5px;
    color: var(--black);
}

    .DetailsFollowUs .DetailsFollowUsHead {
        font-size: 20px;
        display: block;
        font-weight: bold;
        color: var(--black);
        margin-bottom: 20px;
    }



/* The dropdown container  برای منو        */
.DropDownMenuMain {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    height: 100%;
}

    /* Dropdown button */
    .DropDownMenuMain .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        margin: 0; /* Important for vertical align on mobile phones */
    }

    /* Add a red background color to navbar links on hover */
    .navbarMain a:hover, .DropDownMenuMain:hover .dropbtn {
        color: #ff8a00;
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: fixed;
    background: var(--white);
    width: 250px;
    border-radius: 5px;
    z-index: 10;
    top: 80px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 5%), -2px 0px 5px 1px rgb(0 0 0 / 5%);
}

    .dropdown-content a {
        padding: 0px;
        text-decoration: none;
        display: block;
        font-size: 16px;
        font-weight: unset;
        color: var(--white);
        transition: all 500ms ease;
        margin: 0px !important;
        min-height: 50px !important;
    }



    /* Mega Menu header, if needed */
    .dropdown-content .header {
        background: red;
        padding: 16px;
        color: white;
    }

/* Show the dropdown menu on hover */
.DropDownMenuMain:hover .dropdown-content {
    display: block;
    transition: all ease-in-out 0.5s;
}

/* Create three equal columns that floats next to each other */
.column {
    width: 25%;
    padding: 10px;
    color: var(--white);
}

    .column h3 {
        color: #ff8a00;
        padding: 15px 0px;
        text-align: right;
        font-size: 22px;
        font-weight: bold;
    }

    /* Style links inside the columns */
    .column a {
        padding: 10px 16px;
        text-decoration: none;
        display: block;
        text-align: right;
        font-size: 16px;
        font-weight: unset;
        color: var(--white);
        transition: all 500ms ease;
    }

        /* Add a background color on hover */
        .column a:hover {
            border-right: 4px solid #ff8a00;
            background: #222222;
        }
/***************************************LeftToRight****************************/
.LeftToRight {
}

    .LeftToRight .BtnMain:before {
        left: 0;
        right: unset;
    }

    .LeftToRight .SliderCaption .SliderCaptionLeftLtr h6 i {
        margin-left: unset;
        margin-right: 10px;
    }

    .LeftToRight .slider-week {
        z-index: 6;
    }

    .LeftToRight span.week-bottom:before {
        bottom: 130px;
    }

    .LeftToRight .AboutUsShape {
        right: unset;
        left: -13px;
    }

    .LeftToRight .AboutLeft {
        text-align: left;
    }

    .LeftToRight .AboutUsContent {
        left: 0px;
        right: unset;
    }

    .LeftToRight .AboutLeftbox {
        direction: ltr;
    }

    .LeftToRight .IndexAboutUs .AboutRight .AboutUsTitle {
        border-right: unset;
        padding-right: unset;
        border-left: 2px solid var(--main);
        padding-left: 18px;
    }

    .LeftToRight .NewsBox .NewsPublisher i {
        margin-left: unset;
        margin-right: 7px;
    }

    .LeftToRight .NewsBox .NewsPublisher i {
        margin-left: unset;
        margin-right: 7px;
    }

    .LeftToRight .FooterContactus .FooterContactusIcon i {
        margin-left: unset;
        margin-right: 12px;
    }

    .LeftToRight .MenuLogo {
        justify-content: flex-start;
    }

    .LeftToRight .TourBox .TourBoxGridBoxDate {
        text-align: center;
        font-weight: unset;
        font-size: 13px;
    }

        .LeftToRight .TourBox .TourBoxGridBoxDate i {
            margin-left: unset;
            margin-right: 2px;
        }

    .LeftToRight .MenuRight .MenuRightContactus span {
        margin-left: unset;
        margin-right: 2px;
    }

    .LeftToRight .NewsPublisher i {
        margin-left: unset;
        margin-right: 5px;
    }

    .LeftToRight .DetailsCat .icon p {
        margin-right: unset;
        margin-left: 5px;
    }

    .LeftToRight .DetailsSearch .ContactBoxSubscribe input {
        border-top-right-radius: unset;
        border-bottom-right-radius: unset;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .LeftToRight .DetailsSearch .ContactBoxSubscribe button {
        border-top-left-radius: unset;
        border-bottom-left-radius: unset;
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .LeftToRight .DetailsPost img {
        margin-left: unset;
        margin-right: 10px;
    }

    .LeftToRight .DetailsPost .DetailsDate i {
        margin-left: unset;
        margin-right: 5px;
    }

    .LeftToRight .BtnMainBlack:before {
        right: unset;
        left: 0;
    }

    .LeftToRight .DetailsShare .FooterSocialMedia a, .LeftToRight .DetailsFollowUs .FooterSocialMedia a {
        margin-right: unset;
        margin-left: 6px;
    }

    .LeftToRight .DetailsPost p {
        direction: ltr;
    }

    .LeftToRight .LocationIcon {
        margin-left: unset;
        margin-right: 7px;
    }

.MenuRight .MenuLeftContactus span {
    font-size: 25px;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
    margin-top: 25px;
}

.MenuRight .MenuLeftContactus p {
    display: block;
    margin-bottom: 15px;
}

    .MenuRight .MenuLeftContactus p i {
        margin-right: 10px;
        color: var(--main);
        font-size: 20px;
    }

.BtnCloseRight {
    margin-right: 25px !important;
}

.TextAlignLeft {
    text-align: left !important;
}

.DirectionLTR {
    direction: ltr;
}

.TextAlignRight {
    text-align: right !important;
}

.TextAlignCenter {
    text-align: center !important;
}
/*****************************Project*****************************/
.LeftToRight.ProjectDetails {
}

.DetailsDescription .ProjectQuestion {
    border-radius: 5px;
    border: 1px solid var(--main);
}

    .DetailsDescription .ProjectQuestion a {
        color: var(--white);
        display: block;
        text-align: right
    }

.LeftToRight.DetailsDescription .ProjectQuestion {
    text-align: left !important;
}

    .LeftToRight.DetailsDescription .ProjectQuestion a {
        text-align: left !important;
    }

.LeftToRight.DetailsPostBody img {
    margin-left: unset;
    margin-right: 10px;
}

.HeaderTwoProject {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 100px 0 62px;
    position: relative;
}

    .HeaderTwoProject .container {
        position: relative;
        z-index: 2;
    }

    .HeaderTwoProject:after {
        background-color: var(--black);
        content: "";
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        zoom: 1;
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

.ProjectDetails .GoogleDrive {
    text-align: center;
}

    .ProjectDetails .GoogleDrive a {
        display: inline-block;
        padding: 10px 25px;
        background-color: var(--white);
        color: var(--black);
        border-radius: 5px;
        margin: 10px;
        transition: all ease-in-out 1s;
    }

        .ProjectDetails .GoogleDrive a:hover {
            background-color: var(--black);
            color: var(--white);
            cursor: pointer;
        }

.ProjectDetails .ProjectDetailsInfo {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.ProjectDetails .ApartmentInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .ProjectDetails .ApartmentInfo .ApartmentInfoDigit {
        font-size: 45px;
        font-weight: bolder;
        color: gold;
    }

    .ProjectDetails .ApartmentInfo .ApartmentInfoText {
        font-size: 12px;
    }

.ProjectDetails .ProjectDetailsAddress h2 {
    font-size: 20px;
}

.ProjectDetails .Play {
    position: relative;
    text-decoration: none;
    display: block
}

    .ProjectDetails .Play:after {
        background-color: var(--black);
        content: "";
        position: absolute !important;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        pointer-events: none;
        zoom: 1;
        filter: alpha(opacity=60);
        -webkit-opacity: 0.6;
        -moz-opacity: 0.6;
        opacity: 0.6;
    }

    .ProjectDetails .Play img {
        border-radius: 10px;
    }


    .ProjectDetails .Play span {
        /* position: relative;*/
        z-index: 2;
        display: flex;
        width: 90px;
        height: 90px;
        position: absolute;
        top: calc(50% - 45px);
        right: calc(50% - 45px);
        color: white;
        background-color: #01bf6f;
        align-items: center;
        justify-content: space-evenly;
        border-radius: 50%;
        border: 10px solid white;
        font-size: 20px;
        transition: all ease-in-out 1s;
    }

        .ProjectDetails .Play span:hover {
            color: black;
            background-color: #e84336;
        }
/***************************Mobie**********************/
@media (max-width: 768px) {
    html {
        font-size: 16px;
    }

    .footer .ContactBoxSubscribe {
        flex-direction: column;
    }

    .footer .ContactForm .ContactBoxSubscribe button {
        margin-top: 10px;
        padding: 15px;
        border-radius: 5px;
    }

    .DetailsSearch {
        margin-top: 15px;
    }

    .SliderButtonNext {
        height: 40px;
        width: 40px;
    }

        .SliderButtonNext i {
            font-size: 12px;
        }

    .SliderButtonPrev {
        height: 40px;
        width: 40px;
    }

        .SliderButtonPrev i {
            font-size: 12px;
        }

    .footer .FooterPolicyLtr {
        text-align: center !important;
        padding-bottom: 15px;
    }

    .IndexAboutUs {
        padding: 40px 0 100px;
    }

    .AboutLeftbox {
        margin-top: 15px;
    }

    .FooterDesign p {
        text-align: center;
    }

    .SliderHouse {
        display: flex;
        justify-content: space-between;
        direction: rtl;
        align-items: center;
        margin-top: 25px;
    }

        .SliderHouse .SliderTitle {
            display: inline-block;
        }

            .SliderHouse .SliderTitle a {
                border-bottom: 2px solid var(--main);
                color: black;
                text-decoration: none;
                padding-bottom: 10px;
                font-size: 20px;
                font-family: var(--font-Yekan);
                text-decoration: none;
                display: inline-block;
            }
}
/*************************************SliderHouse****************************/
.SliderHouse {
    display: flex;
    justify-content: space-between;
    direction: rtl;
    align-items: center;
    margin-top: 25px;
}

    .SliderHouse .SliderTitle {
        display: inline-block;
    }

        .SliderHouse .SliderTitle a {
            border-bottom: 2px solid var(--main);
            color: black;
            text-decoration: none;
            padding-bottom: 10px;
            font-size: 32px;
            font-family: var(--font-Yekan);
            text-decoration: none;
            display: inline-block;
        }

        .SliderHouse .SliderTitle p {
            font-size: 11px;
        }

.BoxButtonNextPrev {
    display: flex
}

.btnnextslider {
    border: 0;
    background-color: var(--main);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
    margin-left: 15px;
}

.btnprevslider {
    border: 0;
    background-color: var(--main);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 5px;
}

.SliderBtnShowAll {
    color: var(--ButtonColor);
    background-color: var(--Button);
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
    font-family: var(--font-Yekan);
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    transition: all ease-in 0.5s;
}

    .SliderBtnShowAll:hover {
        cursor: pointer;
        background-color: var(--ButtonHover);
    }

    .SliderBtnShowAll i {
        margin-right: 15px;
    }

.HouseImage {
    position: relative;
}

.SliderHouseBoxTwo img {
    border-radius: 5px;
    transition: all ease-in-out 1s;
}

    .SliderHouseBoxTwo img:hover {
        filter: brightness(50%);
    }

.HouseImage .imgHouseImage {
    /*filter: blur(1px);*/
    border-radius: 5px;
    transition: all ease-in-out 1s;
}

    .HouseImage .imgHouseImage:hover {
        filter: brightness(50%);
    }

.HouseLabel {
    position: absolute;
    top: 10px;
    right: 15px;
}

.LabelProperty {
    background-color: var(--LabelProperty);
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
}

.LabelForSale {
    background-color: var(--LabelForSale);
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
}

.LabelForRent {
    background-color: var(--LabelForRent);
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
}

.ASliderHouseBox {
    text-decoration: none;
    color: var(--black);
}

.SliderHouseBox {
    border-radius: 5px;
    margin-bottom: 10px;
}

    .SliderHouseBox img {
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .SliderHouseBox .Description h3 {
        font-size: 17px;
        color: var(--FontColor);
        text-align: right;
        margin: unset;
    }

    .SliderHouseBox .Description a {
        color: var(--FontColor);
        text-decoration: none;
    }

    .SliderHouseBox .Description p {
        color: var(--FontColor);
        font-size: 15px;
        margin-top: 10px;
    }

    .SliderHouseBox .Facility {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
    }

        .SliderHouseBox .Facility span {
        }

            .SliderHouseBox .Facility span i {
                margin-left: 5px;
                color: var(--main);
                font-size: 20px;
            }

    .SliderHouseBox .Price {
        margin-top: 20px;
        border-top: 1px solid var(--BorderColor);
        padding-bottom: 15px;
        padding-top: 15px;
        /*text-align: left;*/
    }

        .SliderHouseBox .Price span {
            font-size: 17px;
            font-weight: bold;
            direction: rtl;
            text-align: center;
        }

.card {
    border: 1px solid var(--BorderColor) !important;
}
/***************Two**********/
.SliderTwo {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: var(--gray);
    /*margin-top: 30px;*/
}

.SliderHouseBoxTwo {
    position: relative;
    margin-top: 20px;
}

    .SliderHouseBoxTwo img {
        border-radius: 5px;
        transition: all ease-in-out 1s;
    }

        .SliderHouseBoxTwo img:hover {
            filter: brightness(50%);
        }


    .SliderHouseBoxTwo .DescriptionTwo {
        background-color: white;
        position: absolute;
        bottom: 10px;
        width: 90%;
        border-radius: 5px;
        left: 5%;
        padding: 15px;
        -webkit-box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
        box-shadow: 0 0 15px 5px rgba(0,0,0,.1);
    }

        .SliderHouseBoxTwo .DescriptionTwo h3 {
            font-size: 17px;
        }

        .SliderHouseBoxTwo .DescriptionTwo a {
            color: var(--FontColor);
            text-decoration: none;
        }

    .SliderHouseBoxTwo .FacilityTwo span i {
        margin-left: 5px;
        color: var(--main);
        font-size: 20px;
    }

    .SliderHouseBoxTwo .PriceTwo span {
        font-size: 17px;
        font-weight: bold;
        text-align: left;
    }
/*************************AboutUs*******************/
.AboutUs {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: var(--gray);
    background-image: url(../Images/main-testimonial-bg.jpg)
}

    .AboutUs .col-6 {
        padding: 30px;
    }

    .AboutUs img {
        /*border-radius: 25px;*/
    }

    .AboutUs .Play {
        position: relative;
    }

        .AboutUs .Play span {
            display: flex;
            width: 90px;
            height: 90px;
            position: absolute;
            top: -31px;
            right: calc(50% - 45px);
            color: white;
            background-color: var(--main);
            align-items: center;
            justify-content: space-evenly;
            border-radius: 50%;
            border: 10px solid white;
            font-size: 20px;
            transition: all ease-in-out 1s;
        }

            .AboutUs .Play span:hover {
                background-color: var(--ButtonHover);
            }

    .AboutUs .IconAbout {
        display: flex;
    }

    .AboutUs .AputUsDescription {
        font-size: 15px;
        line-height: 30px;
        text-align: justify;
        margin-bottom: 15px;
    }

    .AboutUs .Title {
        font-size: 30px;
        color: var(--black);
        font-weight: bold;
        margin-bottom: 20px;
        display: inline-block;
        border-bottom: 1px solid var(--main);
    }

    .AboutUs .IconAbout {
        margin-bottom: 10px;
    }

        .AboutUs .IconAbout i {
            font-size: 25px;
            color: var(--main);
            margin-left: 15px;
        }

        .AboutUs .IconAbout p {
            font-family: var(--font-main);
            font-size: 18px;
            color: var(--black);
            font-weight: bold;
            margin: 0;
        }
/*************************Blog****************/
.Blog {
    padding-top: 50px;
    padding-bottom: 50px;
}

    .Blog a {
        text-decoration: none;
    }

    .Blog .BlogIndex {
        display: block;
        background-color: var(--white);
        border-radius: 5px;
        padding-top: 5px;
    }

        .Blog .BlogIndex .BlogDescribe {
            padding: 20px 15px;
        }

    .Blog .Title {
        font-size: 35px;
        color: var(--main);
        font-weight: bold;
        font-family: var(--font-headers);
        display: block;
        text-align: center;
        margin-bottom: 50px
    }

    .Blog .ImageWithLabel {
        position: relative;
        margin-bottom: 20px;
        display: flex;
        justify-content: space-evenly;
    }

    .Blog .BigBlog {
        position: relative;
        padding: 5px;
    }

        .Blog .BigBlog .Date {
            font-size: 18px;
            color: var(--main);
            font-family: var(--font-headers);
        }

            .Blog .BigBlog .Date i {
                color: var(--main);
                font-size: 15px;
            }

        .Blog .BigBlog h5 {
            margin-bottom: 15px;
            text-align: center;
            font-size: 18px;
            color: var(--black);
            margin-top: 30px;
        }

        .Blog .BigBlog p {
            margin-bottom: 15px;
            text-align: justify;
            font-size: 15px;
            line-height: 30px;
            color: var(--black);
        }

        .Blog .BigBlog .Label {
            position: absolute;
            color: var(--main);
            background-color: var(--black);
            display: inline-block;
            padding: 5px 20px;
            border-radius: 20px;
            z-index: 2;
            bottom: -20px;
            /*right: calc(50% - 70px);*/
            font-family: var(--font-headers);
            font-size: 18px;
        }

        .Blog .BigBlog .Image {
            position: relative;
            z-index: 1;
            overflow: hidden;
            border-radius: 15px;
        }

            .Blog .BigBlog .Image img {
                border-radius: 15px;
                width: 100%;
            }

                .Blog .BigBlog .Image img:hover {
                    transform: scale(1.2);
                    transition: all .5s;
                    border-radius: 15px;
                }

    .Blog .Image {
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 15px;
    }

    .Blog .SmallBlog {
        padding: 5px;
        margin-bottom: 20px;
    }

    .Blog .Button {
        text-align: left;
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .Blog .SmallBlog img {
        border-radius: 15px;
        width: 100%;
    }

    .Blog .SmallBlog.BorderTop {
        border-top: 1px solid rgba(13, 164, 135,.1);
        padding-top: 30px;
    }

    .Blog .SmallBlog img:hover {
        transform: scale(1.2);
        transition: all .5s;
        border-radius: 15px;
    }

    .Blog .SmallBlog .Label {
        font-size: 12px;
        color: var(--main);
    }

    .Blog .SmallBlog h5 {
        font-size: 15px;
        color: var(--black);
        font-weight: bold;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .Blog .SmallBlog p {
        font-size: 14px;
        color: var(--black);
        text-align: justify;
        margin-bottom: 5px;
        line-height: 25px;
    }

    .Blog .SmallBlog .Date {
        font-size: 12px;
        color: rgba(0,0,0,.4);
    }
/*************************Person**************/
.Person {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: var(--gray);
}

    .Person .PersonBox {
        display: flex;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        background-color: var(--white);
        padding-top: 15px;
        border-radius: 5px;
    }

        .Person .PersonBox p {
            font-weight: bold;
            margin-top: 15px;
            margin-bottom: 0;
            font-family: var(--font-Yekan);
        }

        .Person .PersonBox span {
            font-size: 14px;
            display: block;
            text-align: center;
            color: var(--TextColor);
            font-family: var(--font-Yekan);
            padding-bottom: 10px;
        }

    .Person .PersonImage {
        display: flex;
    }

        .Person .PersonImage img {
            border-radius: 50%;
            max-width: 150px;
            border: 1px solid var(--BorderColor);
        }

    .Person .Personicon {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        margin-top: 15px;
    }

        .Person .Personicon a {
            text-decoration: none;
            color: var(--main);
            font-size: 25px;
            border: 1px solid var(--BorderColor);
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: space-evenly;
        }

    .Person .PersonLink {
        display: flex;
        width: 100%;
        direction: rtl;
        margin-top: 15px;
    }

        .Person .PersonLink a {
            display: flex;
            width: 100%;
            height: 100%;
            background-color: var(--Button);
            text-decoration: none;
            color: var(--ButtonColor);
            padding: 15px 5px;
            align-items: center;
            justify-content: space-evenly;
        }


    .Person .PersonLinkAbout {
        background-color: var(--main) !important;
        color: var(--white) !important;
    }
/*************************SearchBar********************/
.Search .container {
    position: relative;
    -webkit-box-shadow: 0 19px 34px 0 rgba(51, 51, 51, 0.06);
    box-shadow: 0 19px 34px 0 rgba(51, 51, 51, 0.06);
    padding: 0 15px 0 0;
}

.SearchBar {
    display: flex;
    justify-content: space-between;
    font-family: var(--font-Yekan);
}

    .SearchBar .SearchText {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        min-width: 280px;
    }

    .SearchBar .SearchSelect {
        border-top: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        min-width: 280px;
    }

    .SearchBar .SearchBox {
        margin-top: 15px;
        margin-bottom: 15px;
    }

        .SearchBar .SearchBox label {
            margin-bottom: 15px;
        }

    .SearchBar .BtnProperty {
        background-color: var(--Button);
        border: none;
        color: var(--ButtonColor);
        height: 100%;
        border-radius: 0;
        padding: 10px 20px;
    }

.SearchCollapse {
    border-radius: 0;
    border: none;
    padding: 15px;
}
/******************HousePage*************/
.HousePage {
    margin-top: 25px;
}

.DetailsSearch {
    margin-bottom: 15px;
}

.HouseFilter {
    margin: 10px;
    border: 1px solid var(--BorderColor);
    border-radius: 5px;
    padding: 15px;
}

    .HouseFilter #Search {
        margin-top: 0px !important;
    }

    .HouseFilter input {
        background-color: #f8f8f8;
        border: none;
        padding: 15px;
        margin-top: 15px;
    }

    .HouseFilter select {
        background-color: #f8f8f8;
        border: none;
        padding: 15px 30px;
        margin-top: 15px;
    }

.SpecialHouse {
    margin: 10px;
    padding: 15px;
}

.hProject {
    color: var(--FontColor);
}
/**************************HouseRegisterPage******************************/
.HouseRegisterPage {
    background-color: var(--BackDetails);
    padding-bottom: 20px;
    padding-top: 20px;
    direction: rtl;
}

    .HouseRegisterPage .HouseRegisterPageBox {
        background-color: var(--white);
        padding: 20px;
        border-radius: 5px;
        margin-bottom: 25px;
    }

    .HouseRegisterPage .HouseRegisterPageTitle span {
        border-bottom: 2px solid var(--main);
        color: black;
        text-decoration: none;
        padding-bottom: 10px;
        font-size: 32px;
        font-family: var(--font-Yekan);
        text-decoration: none;
        display: inline-block;
    }

    .HouseRegisterPage .HouseRegisterPageTitle p {
        font-size: 14px;
    }

    .HouseRegisterPage input {
        background-color: #f8f8f8;
        border: none;
        padding: 15px;
        margin-top: 15px;
    }

    .HouseRegisterPage textarea {
        background-color: #f8f8f8;
        border: none;
        padding: 15px;
        margin-top: 15px;
    }

    .HouseRegisterPage select {
        background-color: #f8f8f8;
        border: none;
        padding: 15px 30px;
        margin-top: 15px;
    }

    .HouseRegisterPage .HouseRegisterPageChecked {
        display: flex;
    }

.form-check-input {
    margin: 0 !important;
    margin-left: 5px !important;
    padding: 12px !important;
}

.form-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    float: right !important;
    margin: 10px;
    min-width: 200px;
}

.form-check-input:checked {
    background-color: var(--main);
    border-color: var(--main);
}

/******************************************Login***************************/
.Login {
    margin-top: 50px;
    margin-bottom: 100px;
}

    .Login .row {
        justify-content: space-evenly;
    }

    .Login .Main {
        background-color: #f3f3f3;
        border-radius: 25px;
        padding: 25px;
    }

    .Login .Button {
        text-align: left;
        padding: 25px;
    }

    .Login p {
        font-size: 12px;
        color: black;
    }

    .Login input {
        margin-bottom: 15px;
        border: 1px solid var(--main);
        padding: 10px;
        font-size: 16px;
    }

    .Login label {
        font-family: var(--font-headers);
        display: block;
        text-align: right;
        font-size: 14px;
        color: black;
    }

    .Login select {
        margin-bottom: 20px;
        border: 1px solid #fab528;
        padding: 12px 5px;
        font-size: 14px;
        background-position: left;
    }

.divCounter {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .divCounter h2 {
        font-family: var(--font-Yekan);
    }

.counter {
    background-color: #f5f5f5;
    padding: 20px 0;
    border-radius: 5px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
}

.fa-2x {
    margin: 0 auto;
    float: none;
    display: table;
    color: #4ad1e5;
}

/***************************Mobie**********************/
@media (max-width: 768px) {
    .SliderHouse {
        display: flex;
        justify-content: space-between;
        direction: rtl;
        align-items: center;
        margin-top: 25px;
    }

        .SliderHouse .SliderTitle {
            display: inline-block;
        }

            .SliderHouse .SliderTitle a {
                border-bottom: 2px solid var(--main);
                color: black;
                text-decoration: none;
                padding-bottom: 10px;
                font-size: 20px;
                font-family: var(--font-Yekan);
                text-decoration: none;
                display: inline-block;
            }
}
/******************************************SignIn**************************/
.SignInHeader {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    background-color: #c29642;
    color: white;
    font-size: 15px;
    text-align: center;
    margin: 0px;
}

.FormSignin {
    box-shadow: 5px 10px 8px 10px #d9d9d9;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #c29642;
    background-color: white;
    padding-top: 20px;
}

.BtnSignIn {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #F4F4F5;
    color: black;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
}

    .BtnSignIn:hover {
        color: #c29642;
    }

@media (max-width: 992px) {
    .BackGroundColor {
        background-color: var(--gray);
        min-height: 100%;
    }

    .ColorText {
        color: var(--main);
        text-decoration: none;
    }

        .ColorText:hover {
            color: var(--black);
        }
    /**************************Dashboard****************************/


    .UlMenuProfileMobile {
        padding: 25px 25px 25px 25px;
        border-radius: 25px;
        background-color: var(--gray);
        list-style: none;
    }

        .UlMenuProfileMobile li {
            padding-bottom: 15px;
            padding-top: 15px;
            font-size: 17px;
            border-bottom: 1px solid #e4e4e4;
            display: flex;
        }

            .UlMenuProfileMobile li a {
                text-decoration: none;
                width: 100%;
            }

                .UlMenuProfileMobile li a i {
                    margin-left: 15px;
                }

    .BodyDashboard {
        padding: 0px;
    }
}
/************************************* UserMobile *********************************/
.UserMobileInput {
    color: #111;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.UserMobileInput:focus {
    box-shadow: none !important;
    border-bottom-color: #c29642;
}

.UserMobileLabelFloating {
    color: #505050;
    right: 0;
}

    .UserMobileLabelFloating :focus {
        /*color: #c29642;*/
        color: #505050;
    }

.UserMobileButton {
    color: #111;
    background-color: var(--main);
    padding-top: 7px;
    padding-bottom: 7px;
    color: white;
    font-size: 15px;
}

/*******************************ConfirmUserMobile*************************/
.ConfirmUserMobileInput {
    color: #111;
    font-size: 2rem;
    margin-right: 10px;
    margin-left: 10px
}


    .ConfirmUserMobileInput:focus {
        box-shadow: none !important;
        border-bottom-color: #c29642;
    }

.spanGallery {
    color: black;
    text-align: center;
    padding: 20px;
    margin-top: 10px;
    /* height: 100px; */
    display: block;
}

.iIndex {
    color: var(--main);
}

.divChart {
    border-radius: 10px;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    display: flex;
    flex-direction: row;
    margin-bottom: 25px;
}

.divChartChild {
    border-radius: 30%;
    font-weight: bold;
    text-align: center;
    border: 1px solid black;
    margin-bottom: 15px;
    font-size: 15px;
    box-shadow: 0 0 25px 2px rgba(0, 0, 0, .15);
    background: linear-gradient(to right, gray, #ffffff, 100%, #fff 50%);
}

.divChartChild span {
    font-weight: bold;
    text-align: center;
    font-size: 15px;
}

.imgEmployers {
    filter: grayscale(1);
}

.imgEmployers:hover {
    filter: none;
}

.Banner {
    position: relative;
}

    .Banner .BannerInner {
        position: absolute;
        top: 0;
        width: 100%;
    }
        .Banner .BannerInner .NavBreadcrumb {
            text-align: center;
            margin: auto !important;
        }
        .Banner .BannerInner .breadcrumb {
            text-align: center;
            width: 100%;
            display: flex;
            justify-content: center;
        }

    .Banner .breadcrumb-item.active {
        color: white !important;
    }
    .Banner .breadcrumb-item {
        color: white !important;
    }

        .Banner .breadcrumb-item + .breadcrumb-item::before {
            color: white !important;
        }