@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600;700&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Cairo', sans-serif;
    overflow-x: hidden!important;
    overflow-y: auto;
    position: relative;
    margin: 0;
    padding: 0;
    background-color: #FFFFF0;
}

@media(max-width: 991px) {
    body {
        padding-top: 0;
    }
    .fixed-top {
        position: relative;
    }
    .modal-backdrop {
        position: relative;
    }
}

* {
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

@font-face {
    font-family: 'Bahij_TheSansArabic-Plain';
    font-style: normal;
    font-weight: normal;
    src: local('Bahij_TheSansArabic-Plain'), url('../fonts/Bahij_TheSansArabic-Plain.woff') format('woff');
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts/icomoon.eot?kj17f0');
    src: url('../fonts/icomoon.eot?kj17f0#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?kj17f0') format('truetype'), url('../fonts/icomoon.woff?kj17f0') format('woff'), url('../fonts/icomoon.svg?kj17f0#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
    content: "\e901";
    color: #505070;
    font-weight: bold;
}

.icon-cart:before {
    content: "\e900";
}

.menu-logo {
    background: #fff !important;
    border-radius: 0 0 52px 52px;
}

body::-webkit-scrollbar {
    width: 8px;
}

body.thin::-webkit-scrollbar {
    width: 2px;
}

 ::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}

 ::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #8b8b8b;
}

 ::-webkit-scrollbar-thumb:window-inactive {
    background: #8b8b8b;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    outline: none;
}

.main-section {
    padding-top: 60px;
    position: relative;
    overflow: hidden;
}

@media(max-width: 992px) {
    .main-section {
        padding-top: 30px;
    }
}

a {
    text-decoration: none !important;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

button:focus,
button:active,
input:active,
input:focus,
select:active,
select:focus,
textarea:focus,
textarea:active {
    box-shadow: none;
    outline: 0;
}

.main-title {
    font-size: 25px;
    margin-bottom: 36px;
    margin-top: 20px;
    color: #3B3B3B;
    text-transform: capitalize;
    font-weight: bold;
    max-width: 380px;
    font-weight: bold !important;
    position: relative;
}

.main-center-title {
    font-size: 40px;
    margin-bottom: 70px;
    color: #333;
    text-transform: capitalize;
    font-weight: bold;
    text-align: center;
    position: relative;
}

@media(max-width:576px) {
    .main-center-title {
        font-size: 30px;
    }
}

.main-des {
    font-size: 14px;
    color: #555;
    margin-bottom: 30px;
}

.main-center-des {
    font-size: 14px;
    text-align: center;
    color: #555;
    margin-bottom: 30px;
}

p {
    color: #555;
}

.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #fff !important;
    z-index: 10000;
    top: 0px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

 :root {
    --main-color: #2C5C8C;
    --hover: #000;
    --colorh: orange;
}


/* start nav_bar */

.nav_bar {
    position: absolute;
    background-color: transparent;
    top: 20px;
    left: 0px;
    width: 100%;
    z-index: 10;
}

.nav_cont {
    padding: 5px 10px;
    display: flex;
    text-align: center;
    align-items: center;
}

.nav_cont img {
    width: 100%;
}

.nav_cont ul {
    padding: 0 10px;
}

.nav_cont ul li {
    position: relative;
    display: inline-block;
    margin: 0 25px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

.nav_cont ul li a {
    color: rgba(255, 255, 255, 0.515);
    transition: .6s all ease-in-out;
}

a.active {
    position: relative;
    color: #AF7D02 !important;
}

.nav_cont ul li a:hover {
    color: #AF7D02;
}

.menu {
    display: none;
}

.menu i {
    font-size: 30px;
    color: #fff;
}

.list-item {
    width: 100%;
}

@media(max-width: 992px) {
    .menu {
        position: fixed;
        display: flex;
        justify-content: center;
        align-self: center;
        right: 0px;
        top: 140px;
        background: orange;
        padding: 10px;
        border-radius: 5px;
        color: rgb(255, 255, 255);
    }
    /* .nav_cont img {
                width: 100%;
            } */
    .menu {
        display: block;
    }
    .nav_cont {
        justify-content: space-between;
    }
    .list-item {
        display: none;
    }
}


/* start header */

header {
    background-image: url(../img/header.png);
    background-size: cover;
    text-align: center;
    display: flex;
    position: relative;
    height:100vh;
    padding: 100px 0 0 0;
    overflow: hidden;
    justify-content: center;
    align-items: center;
}

.cont-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 70px;
    bottom: 50px;
    border: 2px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cont-down i {
    animation: glide 1.5s ease-in-out alternate infinite;
    color: #fff;
    font-size: 20px;
}

@keyframes glide {
    0% {
        transform: translateY(10px);
    }
    100% {
        left: 0px;
        top: 20px;
    }
}

header .item {
    position: relative;
    padding: 20px;
    height: 100%;
}

header img {
    max-width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
}


/* .logo_brand::before {
    content: "";
    width: 64px;
    height: 1px;
    top: 55px;
    position: absolute;
    background-color: rgba(188, 188, 188, 0.822);
    right: -80px;
}

.logo_brand::after {
    content: "";
    width: 64px;
    height: 1px;
    top: 55px;
    position: absolute;
    background-color: rgba(188, 188, 188, 0.822);
    left: -80px;
} */

.top-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
}

.cont-title {
    position: relative;
    padding: 170px 0;
    z-index: 10;
}

header .item h3 {
    color: var(--colorh);
    padding: 5px 0;
    font-weight: bold;
}

header .item h4 {
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 0;
    max-width: 50%;
    margin: auto;
    line-height: 1.8;
}

.shop_now_btn {
    background-color: #fff;
    padding: 10px 20px;
    color: var(--main-color);
}

.over-lay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 0;
}

.slick-dots li button:before {
    width: 5px;
    height: 5px;
    background: #ECECEC;
    padding: 2px;
    border-radius: 10px;
    color: unset;
}

.slick-active button:before {
    width: 20px;
    background: #ECECEC;
    height: 5px;
    border-radius: 10px;
}

.slick-dots li {
    height: 50px;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    width: 21px;
    color: transparent;
}


/* start services */

.title-header {
    color: #5f5fff;
    font-size: 40px;
    text-align: center;
    padding: 0px 0 20px 0;
    font-weight: bold;
}

.p-title {
    text-align: center;
    color: #000;
    max-width: 80%;
    margin: auto;
    font-weight: bold;
    line-height: 1.8;
}

.services {
    position: relative;
    padding: 40px 0 40px 0;
}

.cont-ser {
    width: 90%;
    margin: auto;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    margin-bottom: 20px;
    min-height: 280px;
}

.cont-ser-section {
    text-align: center;
}

.cont-ser-section h4 {
    color: #C9AC32;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.cont-ser-section p {
    color: #6C6C6C;
    font-size: 12px;
    line-height: 2;
    font-weight: normal;
}


/* start all section */

.All-section {
    padding: 30px 0;
}

.all-pro {
    margin: 40px 0 10px 0;
}

.cont-all-pro {
    width: 100%;
    margin: 10px 0 !important;
    border-radius: 10px;
    margin: auto;
    background-color: #FFFFFF;
    min-height: 270px;
    overflow: hidden;
    transition: .3s all ease-in-out;
}

.cont-all-pro .cont-img-pro {
    height: 70%;
    border-radius: 10px;
    overflow: hidden;
}

.cont-text-pro p {
    color: #000;
}

.cont-text h3 {
    color: #fff;
    font-size: 45px;
    max-width: 60%;
    line-height: 1.5;
    /* margin: auto; */
    font-weight: bold;
}

.cont-text-contact {
    background-color: #AF7D02;
    padding: 10px 30px;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
    transition: .4s all ease-in-out;
}

.cont-text-contact:hover {
    background-color: #fff;
}

.cont-text p {
    padding-bottom: 30px;
    max-width: 60%;
    margin: auto;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.544);
}

.cont-text-pro {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.yellow {
    color: #AF7D02;
}

.cont-text {
    text-align: right;
    padding: 70px 0 10px 0;
    border-bottom: 3px solid #AF7D02;
}
.title-all {
    margin-bottom: 20px;
    padding: 15px 10px;
    background-color: #fff;
    border-right: 10px solid #5F1226;
    border-radius: 2px;
    display: flex;
    justify-content: space-between;
}

.title-all h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0px;
    color: var(--main-color);
}

.All-section .slick-prev:before {
    content: ">";
    width: 30px;
    font-weight: bold;
    height: 30px;
    font-family: 'slick';
    position: absolute;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -950%;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    left: 1px;
}

.All-section .slick-next:before {
    content: "<";
    width: 30px;
    font-weight: bold;
    height: 30px;
    font-family: 'slick';
    position: absolute;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -950%;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    right: 1003px;
}

.section-details {
    background-color: #fff;
    padding: 5px;
    width: 80%;
    border-radius: 10px;
    text-align: center;
    margin: auto;
    transition: .4s all ease-in-out;
}

.section-details img {
    min-height: 70%;
}

.section-details h4 {
    font-size: 15px;
    color: var(--main-color);
    font-weight: bold;
    padding: 5px 0;
    transition: .4s all ease-in-out;
}

.section-details p {
    transition: .4s all ease-in-out;
    font-size: 14px;
    color: #7E7E7E;
    font-weight: normal;
}

.section-details:hover {
    background-color: var(--main-color);
}

.section-details:hover h4 {
    color: #fff;
}

.section-details:hover p {
    color: #fff;
}
.store-cont a{ 
    padding: 0 15px;
}
@media(max-width: 992px) {
    header{
        padding-top:50px;
        height:auto;
    }
    .store-cont {
        text-align: center !important;
        display:flex;
        justify-content:space-around;
    }
    .store-cont img{
        max-width:100% !important;
    }
    
    .counter-header {
        text-align: center !important;
    }
    .cont-text {
        text-align: center;
    }
    header {
        text-align: center;
    }
    .cont-title {
        padding: 10px 0;
    }
    .services {
        transform: translate(0px);
    }
    header .item h4 {
        max-width: 100%;
    }
    .All-section .slick-next:before {
        right: 230px;
    }
    .All-section .slick-prev:before {
        top: -800%;
    }
    .All-section .slick-next:before {
        top: -800%;
    }
}


/* End all section */


/* start contact */

.contact-us {
    background-image: url(../img/mask.png);
    background-size: cover;
    padding: 10px 0;
}

.cont-img img {
    max-width: 70%;
    margin: auto;
}

.contact-h {
    font-size: 14px;
    color: var(--main-color);
    font-size: 23px;
    padding: 40px 0 10px 0;
}

.contact-us p {
    color: rgba(255, 255, 255, 0.666);
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 30px;
}

.contact-us i {
    color: #AF7D02;
    margin: 0 5px;
}

.contact-us a {
    color: rgba(255, 255, 255, 0.666) !important;
    margin: 0 3px;
    display: block;
    margin: 15px 0;
}

.form-main {
    padding: 40px;
}

.form-main label {
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}

.mf {
    margin-top: 30px;
}

.form-main input {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #000;
    border-radius: 1px solid #fff;
}

.form-main textarea {
    width: 100%;
    padding: 10px;
    resize: none;
    height: 100px;
    color: #fff;
    background-color: #000;
    border-radius: 1px solid #fff;
}

.form-main input[type="submit"] {
    width: 40%;
    background-color: #5c5a5a;
    transition: .4s all ease-in-out;
}

.form-main input[type="submit"]:hover {
    color: #000;
    background-color: #fff;
}

.a-contact {
    padding: 10px 25px;
    background-color: #fff;
    margin: 60px 20px;
    color: var(--main-color);
    transition: all ease-in-out .5s;
}

.a-contact:hover {
    background-color: var(--main-color);
    color: #fff;
}

@media(max-width: 992px) {
    .contact-us-section {
        text-align: center;
    }
    .cont-img {
        margin-top: 33px;
    }
    .cont-img img {
        max-width: 100%;
    }
}


/* start slider-partner */
.sidebar-wrapper li {
       text-align: left;
    padding: 20px;
    border-bottom: 1px solid #000;
}
.sidebar-wrapper li a{
    font-size:18px;
    font-weight:bold;
    color:#000;
}
.partner {
    padding: 30px 0;
    overflow: hidden;
}

.slider-partner .slick-dots li {
    height: 0px;
}

.slider-partner .slick-dots li button:before {
    background-color: var(--main-color);
}

.part-img img {
    transition: .5s all ease-in-out;
    cursor: pointer;
}

.part-img:hover img {
    transform: scale(.8);
}


/* start footer*/

.footer {
    background-color: #414246;
    position: relative;
    padding-top: 76px;
}

.ask_numbers {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
}

.ask_content {
    padding-inline-start: 20px;
}

.ask_content small {
    color: #707070;
    font-size: 16px;
    display: block;
}

.ask_content a {
    color: #000000;
    font-size: 20px;
    display: block;
}


/* .all_links_wrapper {
    padding-bottom: 38px;
} */

.footer_logo {
    margin-bottom: 34px;
    max-width: 30%;
}

.ask_img {
    max-width: 15%;
    ;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #fff;
}

.footer_menu li {
    margin-bottom: 10px;
}

.footer_menu li i {
    margin: 0 5px;
    color: #fff;
}

.footer-link {
    color: #fff;
    font-size: 12px;
}

.grid-mob {
    display: flex;
    flex-wrap: wrap;
}

.grid-mob li {
    width: 50%;
}

.footer .social-link {
    margin-inline-end: 18px;
}

.footer a:hover {
    color: var(--colorh);
}

.info_contact {
    margin-bottom: 30px;
}

.footer_des {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.8;
    max-width: 70%;
    color: #fff;
}

.footer_btns_wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 14px;
}

.download_btns {
    display: flex;
}

.footer_app_btn {
    margin-inline-start: 12px;
    font-size: 14px;
    color: #1A0405;
    min-width: 127px;
    height: 45px;
    padding: 3px 7px;
    display: flex;
    align-items: center;
}

.footer_app_btn img {
    margin-inline-start: 7px;
}

.copyrights {
    padding: 10px 0 10px 0;
    color: var(--main-color);
    font-size: 14px;
    background-color: #fff;
}

.copyrights p,
.copyrights a {
    color: #000;
    padding-bottom: 0;
    font-size: 12px;
    margin-bottom: 0;
}

.made_By {
    font-size: 11px;
    text-align: center;
}

.made_By small {
    font-size: 6px;
    display: block;
}

@media(max-width: 576px) {
    .footer {
        padding-top: 40px;
    }
    .footer .mail-title {
        margin-bottom: 20px;
    }
    .footer_btns_wrapper {
        display: block;
    }
    .footer_btns_wrapper>span {
        display: block;
        margin-bottom: 16px;
    }
    .download_btns {
        justify-content: center;
    }
}

.a-lo {
    display: none;
}

@media(max-width: 768px) {
    .a-lo {
        display: block;
    }
    .nav_bar {
        overflow: hidden;
    }
    .cont-text h3 {
        max-width: 63%;
        margin:auto;
        font-size: 33px;
    }
    .counter-header{
        justify-content:space-around !important;
    }
    .cont-text p {
        max-width: 100%;
        font-size: 14px;
    }
    .mail_wrapper,
    .all_links_wrapper {
        padding-bottom: 20px;
    }
    .all_links_wrapper .col-12 {
        margin-bottom: 20px;
    }
}

.go-top {
    position: fixed;
    display: none;
    width: 50px;
    height: 50px;
    background: rgb(221, 213, 213);
    color: var(--main-color);
    border-radius: 50%;
    bottom: 140px;
    z-index: 2500;
    -webkit-box-shadow: 0 4px 18px 0px #00000085;
    box-shadow: 0 4px 18px 0px #00000085;
    text-align: center;
    line-height: 46px;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

.go-top:hover {
    background-color: #000;
    color: #fff;
}


/* call us section */

.call-us-now {
    position: fixed;
    width: 300px;
    height: 50px;
    color: #fff;
    border-radius: 50%;
    bottom: 40px;
    z-index: 1040;
    transition: all 0.3s !important;
    -webkit-transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    -ms-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
}

.call-us-now .call-list {
    display: none;
}

.call-us-now .call-link {
    font-size: 22px;
    text-decoration: none;
    color: #fff;
    background-color: var(--colorh);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
}

.call-us-now .call-link:hover {
    color: #303030;
}

.toggle-call-list {
    cursor: pointer;
}

.toggle-call-list .fa {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

@media(max-width: 992px) {
    .heading-list {
        font-size: 20px;
    }
    .go-top {
        bottom: 90px;
    }
    .call-us-now {
        bottom: 20px;
    }
}

.main-title-white {
    color: #fff !important;
}

.main-title-grey {
    color: #ddd !important;
}

.loader-container {
    position: fixed;
    left: 0;
    right: 0;
    height: 100vh;
    background-color: #FFf;
    z-index: 10000;
    top: 0px;
    text-align: center;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dot-1,
.dot-2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    animation: load 2s ease-in-out infinite;
    -webkit-animation: load 2s ease-in-out infinite;
}

.dot-1 {
    top: 0;
}

.dot-2 {
    bottom: 0;
    animation-delay: -1s;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@keyframes load {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }
}

.footer-title i {
    display: none;
}

@media(max-width: 992px) {
    .footer-title i {
        display: inline;
    }
}

.footer-a {
    max-width: 20%;
    margin: 0 5px;
}

.social-cont {
    width: 30px;
    height: 30px;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border-radius: 10px;
    transition: .5s all ease-in-out;
}

.social-cont i {
    color: #000;
}

.face {}

.twiter {}

.insta {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .25);
}

.whats {}

.snap {
    background-color: #F7F400;
}

.social-cont:hover {
    background-color: unset;
}


/* start side bar */

.sidebar-wrapper {
    display: none;
}

.close-men {
    cursor: pointer;
}

@media(max-width: 992px) {
    .sidebar-wrapper {
        padding-top: 20px;
        position: fixed;
        display: block;
        background-color: #fff;
        color: var(--main-color);
        right: 20px;
        top: 20px;
        width: 100%;
        height: 100vh;
        max-height: calc(100% - 40px);
        max-width: calc(100% - 40px);
        box-shadow: 0 0 15px rgb(0 0 0 / 10%);
        overflow: hidden;
        z-index: 3000;
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        -ms-transition: transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transform: translateY(150%);
        -webkit-transform: translateY(150%);
        -moz-transform: translateY(150%);
        -ms-transform: translateY(150%);
        -o-transform: translateY(150%);
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }
    .sidebar-wrapper .m-head {
        padding: 20px;
        border-bottom: 2px dotted #666161;
        margin-bottom: 30px;
    }
    .sidebar-wrapper .m-head h3 {
        color:#000;
        font-size: 20px;
    }
    .sidebar-show {
        transition: transform 0.5s ease-in-out;
        -webkit-transition: transform 0.5s ease-in-out;
        -moz-transition: transform 0.5s ease-in-out;
        -ms-transition: transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
    }
    .sidebar-wrapper .nav-link {
        color: var(--main-color) !important;
        text-decoration: none;
        border-bottom: 1px solid #AF8136;
        font-weight: lighter;
        padding: 14px 0;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .sidebar-wrapper .nav-link:hover {
        background-color: #fff;
        color: var(--main-color);
    }
    .sidebar-wrapper .dropdown-menu {
        width: 100%;
        position: static !important;
        transform: translate3d(0, 0, 0) !important;
        background-color: transparent;
        text-align: center;
    }
    .sidebar-wrapper .dropdown-menu .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
    }
    .navbar-nav .sub-collapse .dropdown-item {
        color: #fff;
    }
    #burgerBtn {
        border-top: none;
        height: 25px;
        width: 30px;
        box-sizing: border-box;
        position: absolute;
        z-index: 3000;
        top: 30px;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    #burgerBtn:before {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 33px;
        background: #fff;
        top: 10px;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    #burgerBtn:after {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 33px;
        bottom: 11px;
        background: #fff;
        -webkit-transition: all 0.3s ease-in;
        -moz-transition: all 0.3s ease-in;
        -khtml-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
    }
    .navbar-nav {
        text-align: center;
    }
}

.navbar-nav .sub-collapse .dropdown-item {
    padding: 5px 0;
}

@media(min-width: 992px) {
    .navbar-nav .sub-collapse {
        position: absolute;
        right: 0;
        width: 100%;
        background-color: #fff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        z-index: 10000;
    }
    .navbar-nav .sub-collapse .dropdown-item {
        padding: 10px;
        color: #136776;
    }
}

.overflow-header {
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(255, 0, 0, 0.332);
    width: 100%;
    height: 100%;
}


/* start map contact us  */

.map iframe {
    width: 100%;
    height: 100%;
}

.map-cont {
    padding: 60px 0;
}

.map {
    height: 100%;
}

.contact-cont input {
    width: 98%;
    padding: 12px;
    border-radius: 10px;
    border: none;
    background-color: #F6F6F6;
}

.contact-cont textarea {
    width: 98%;
    resize: none;
    background-color: #F6F6F6;
    border: none;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20PX;
}

.contact-cont P {
    color: #000;
    padding: 15PX 0 0 0;
    font-weight: bold;
}


/* start why page */

.why-h {
    color: var(--main-color);
    font-weight: bold;
    padding-bottom: 20px;
}

.why-p {
    font-size: 17px;
    font-weight: bold;
    line-height: 2;
}

.cont-img-why {
    width: 98%;
    margin: auto;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    margin: 10px;
}

.img-w {
    margin: auto;
    padding: 10px 0;
    width: 40%;
}

.h3-w {
    color: 12px;
    color: #000;
    font-weight: bold;
}

.p-w {
    font-size: 12px;
    line-height: 2;
    color: #444444;
}

.img-why .col-lg-6:nth-of-type(2) {
    transform: translateY(50%);
}

@media(max-width: 992px) {
    .img-why .col-lg-6:nth-of-type(2) {
        transform: translateY(0);
    }
}


/* start banner  */

.banner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/banner.png);
    background-size: cover;
    text-align: center;
    margin: 20px 0;
    padding: 200px 0;
}

.par-icon img {
    transition: .3s all ease-in-out;
    margin: 10px;
}

.par-icon img:hover {
    transform: scale(.7);
}


/* .logo_list {
    margin: 0 170px !important;
} */

.call-action {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 20px 0 10px 0;
}

.call-action a {
    padding: 10px 25px;
    background-color: #fff;
    transition: .3s all ease-in-out;
}

.call-action a:hover {
    background-color: orange;
    color: #fff;
}

.ser-img {
    max-width: 45px;
    margin: 20px 0;
}

.dropdown-item {
    color: #000 !important;
}

.title-section {
    text-align: center;
    padding: 30px 0;
}

.title-section h2 {
    font-weight: bold;
    color: #AF7D02;
}

.title-section p {
    color: #6C6C6C;
    margin: auto;
    padding-top: 20px;
    max-width: 50%;
}

.contant-products {
    width: 99%;
    margin: auto;
    position: relative;
    margin: 10px 0;
    height: 400px;
    padding: 10px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(254, 254, 254, 0) 100%);
}

.villa_img {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.overlay-g {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 2%, rgba(254, 254, 254, 0) 100%);
}

.main_only {
    border: 1px solid rgba(255, 255, 255, 0.541);
    display: flex;
    justify-content: center;
    text-align: center;
    align-content: center;
}

.main_only h2 {
    font-size: 40px;
    color: #AF7D02;
    font-weight: bold;
}

.main_only p {
    line-height: 1.8;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.686);
}

.products {
    padding: 40px 0;
}

.contenttext {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.contenttext a {
    color: rgba(255, 255, 255, 0.61);
    font-weight: normal;
}

.contenttext i {
    padding: 3px;
}

.content_products-t {
    position: absolute;
    left: 50%;
    text-align: center;
    bottom: 10px;
    transform: translateX(-50%);
}

.content_products-t h2 {
    font-size: 20px;
    color: #AF7D02;
    font-weight: bold;
}

.content_products-t p {
    color: rgba(255, 255, 255, 0.475);
    font-weight: bold;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    width: 550px;
    height: 550px;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
}

.h-c {
    color: #AF7D02;
    font-weight: bold;
    padding: 100px 0 0 0;
}

.color-det {
    color: #AF7D02 !important;
}

.cont-ser-t {
    min-height: 200px !important;
}

.partner {
    width: 100px;
    height: 100px;
}

.partner img {
    width: 100%;
    height: 100%;
}

.d-flex-between {
    justify-content: space-between;
    width: 100%;
    align-items: center;
    display: none;
}

.a-lo i {
    width: 100px;
    font-size: 40px;
    font-weight: bold;
    color: #AF7D02;
}

@media(max-width: 992px) {
   
    .d-flex-between {
        display: flex;
    }
}

.counter-header {
    justify-content: space-between;
    padding: 40px 0 0 0;
    text-align: right;
}

.main-counter h4 {
    color: #AF7D02;
    font-size: 40px;
    font-weight: bold;
}

.main-counter p {
    max-width: 80%;
    color: #fff;
}

.store-cont {
    text-align: right;
}

.background-pattren {
    position: absolute;
    top: 0px;
    right: 0px;
}

.background-pattren img {
    max-width: 64%;
}

.title-why {
    font-size: 32px;
    line-height: 1.4;
    color: #AF7D02;
}


/* component */

.star-rating {
    display: flex;
    flex-direction: row-reverse;
    font-size: 1.5em;
    justify-content: space-around;
    padding: 0 .2em;
    font-weight: bold;
    text-align: center;
    width: 5em;
}

.star-rating span {
    font-size: 14px;
    margin: 5px 10px;
}

.star-rating input {
    display: none;
    width: 10px;
    height: 10px;
}

.star-rating label {
    color: #fc0;
    cursor: pointer;
}

.ssta label {
    color: #707070;
    font-size: 33px;
}

.ssta span {
    font-size: 18px;
    margin: 14px 50px 0 10px;
}

.ssta :checked~label {
    color: #f90;
}

.ssw label:hover,
.ssta label:hover~label {
    color: #fc0;
}

.SSE {
    justify-content: start;
}

.ss {
    font-size: 25PX;
}

.p-rate {
    color: #000;
    font-weight: bold;
}

label {
    margin: 0px;
}

.rate-all {
    font-weight: bold;
    color: #A6A6A6;
}

.cont-cube {
    display: flex;
    justify-content: start;
}

.cont-cube img {
    width: 60px;
    height: 60px;
    margin: 20px 0;
}

.text-cube {
    padding: 20px 36px;
}

.text-cube h5 {
    font-weight: bold;
    align-items: center;
    color: #000;
}

.text-cube p {
    color: #414246;
    font-weight: 13px;
    line-height: 1.7;
}

.vibe {
    padding: 0px 0 50px 0;
    position: relative;
    background-size: cover;
    overflow:hidden;
    background-image: url(../img/vv.png);
}

.gallery-cont {
    /*height: 500px;*/
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.double div {
padding: 72px 24px;
    /* height: 165px; */
    margin: 0px 0 67px 0;
    overflow: hidden;
}

.double {
    width: 35%;
}

.single div {
    width: 40%;
    height: 100%;
}

.single {
    text-align: center;
}

.single img {
    width: 75%;
    height: 90%;
    margin: auto;
}

.img-partner {
    width: 100px;
    height: 100px;
    margin: 15px 0;
    display: flex;
    justify-content: start;
    align-items: center;
}

.img-partner img {
    width: 100%;
    height: 100%;
    margin: auto;
}

.main-ga {
    border-radius: 20px;
    padding: 20px;
    background:#fff;
    width: 100%;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.main-ga h4 {
    color: #AF7D02;
}

.main-ga P {
    font-size: 14px;
}

.mainfom {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.mainfom input:first-child {
    width: 65%;
    border-radius: 5px;
    padding: 10px;
    margin: 10px 10px;
    border: 1px solid #414246;
}

.mainfom .tetet{
    border-radius: 5px;
    width: 55%;
    padding: 10px;
    margin: 10px 10px;
    border: 1px solid #414246;
}
 .ten{
      width: 35% !important;
 }
.mainfom textarea {
    padding: 20px;
    resize: none;
    border: 1px solid #414246;
    border-radius: 5px;
    margin: 10px 10px;
    width: 92%;
}

.sub {
    padding: 20px;
    resize: none;
    border-radius: 5px;
    transition: all ease-in-out .5s;
    border: transparent;
    margin: 10px 10px;
    width: 92%;
    background-color: #AF7D02;
    color: #fff;
}

.sub:hover {
    background-color: rgb(139, 139, 139);
    color: #fff;
}

.send-email input[type="email"] {
    padding: 10px 10px;
    border-radius: 4px;
    border: none;
    width: 70%;
}

.send-email input[type="submit"] {
    padding: 10px 10px;
    border-radius: 4px;
    margin: 0 10px;
    border: none;
    color: #fff;
    font-weight: bold;
    background-color: #AF7D02;
}

@media(max-width: 992px) {
    .mainfom textarea {
        padding:11px;
        width:100%;
}
    .title-section p{
    max-width:100%;
}
    .gallery-cont {
        display: block;
        height: auto;
    }
    .double {
        width: 100%;
    }
    .mainfom input:nth-child(1) {
        width: 100%;
    }
    .mainfom input:nth-child(2) {
        width: 100%;
    }
     .ten {
        width:100% !important;
    }
  
}
.vibe .background-pattren {
    right:unset;
    left:-195px;
    z-index:-1;
}
  .toggle-lang {
        color: rgba(255, 255, 255, 0.515);
        font-weight:bold;
    }
    .patter-revers {
transform: matrix(-1, 0, 0, 1, 0, 0);    }