body > nav .menu-brand {
    height: 120px;
    padding: 15px 0;
}
.menu-cnt > ul, .menu-inner > ul {
    margin-top: 30px;
}
.lan-menu {
    margin-top: 40px;
}
.header {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 107vh;
}
.header img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    border-radius: 0;
}
main > section.about > .container {
    padding-top: 70px;
    padding-bottom: 70px  ;
}
section.about{
    background-position: center;
    background-size: cover;
}
/* #d3ae52 */
section.services .media-box{
    border-radius: 0;
}
section.services .media-box img{
    border-radius: 0;
}
section.services .media-box .caption::after{
    display: none;
}
section.services .media-box-full.gold .caption {
    background-color: #d3ae525c;
}
section.services .media-box-full.light .caption {
    background-color: #ffffff7a;
}
section.services .media-box-full.light .caption h2{
    color: #d3ae52 !important;
}
section.services .media-box-full.gold .caption h2{
    color: #fff !important;
}
section.services .media-box-full .caption h2{
    font-size: 2.1rem;
}
.btn-circle {
    border-radius: 0 100px 100px;
    margin-top: 20px;
}
.btn-circle:hover {
    background-color: #fff !important;
    color: #d3ae52 !important;
    border-color: #d3ae52 !important;
}
section.services h2 {
    color: #d3ae52 !important;
}
section.services p {
    margin-top: 10px;
}
section.services a:hover {
    text-decoration: none;
}
.btn, .tab-nav li.active a, .tab-nav li:hover a, .tab-nav.align-center li.active a, .tab-nav.align-center li:hover a, .icon-links-grid a:hover, .icon-links-button a, nav.light a.btn-border:hover, .btn-border:hover, .menu-transparent .btn:not(.btn-border) {
    background-color: rgb(211, 174, 82);
    border-color: rgb(211, 174, 82);
}

section.visit .img-box.btn-video{
    animation: shake-vertical 0s ease-in-out infinite both;
}
.btn-video:after{
    color: #fff;
    font-size: 5rem;
    width: 80px;
    height: 80px;
    line-height: 80px;
} 
.img-box.btn-video:before{
    width: 100px;
    height: 100px;
}
.media-box-down .caption {
    background: #d3ae52;
    padding: 30px;
    border-radius: 6px;
    top: 15%;
    bottom: unset;
    right: 0;
    left: auto;
    z-index: 9;
    text-align: left;
    width: 50%;
    max-width: initial;
    margin: 0;
    border-color: #d3ae52;
    color: #fff;
}
.media-box-down .caption p, 
.media-box-down .caption h1, 
.media-box-down .caption h2{
    color: #fff !important;
}
.media-box:hover {
    background: transparent;
}
.media-box-down:hover:after, .media-box-down:hover:before {
    opacity: 0;
}
.text-gold{
    color: #d3ae52 !important;
}
.btn-video:after, 
.btn-text, 
.title h2 .dot,
 [class^=col-] > h1 .dot,
 [class^=col-] > h2 .dot,
 .title h2 .dot,
 .container > h2 .dot,
 .container > h1 .dot,
 .cnt-call h2 .dot,
 .col h2 .dot,
 .fixed-area > h2 .dot,
 header h1 .dot,
 .accordion-list > li:hover > a,
 .cnt-box-top-icon > i,
 .cnt-box-side-icon > i,
 .btn.btn-border,
 .cnt-pricing-table .top-area p,
 .tab-nav li:not(.active):not(:hover) a,
 .icon-links a i,
 .media-box-reveal h3,
 nav:not(.menu-transparent) .lan-menu > li:hover > a,
 .pagination li:not(.page):not(.disabled) a:hover,
 .counter .value span.text-md:last-child,
 .tab-icon.tab-vertical > .tab-nav li.active a i,
 .tab-icon.tab-vertical > .tab-nav li:hover a i,
 .tab-vertical > .tab-nav li:hover a,
 .meta-footer,
 .form-search > div:before,
 .cnt-box-side .extra-field,
 nav .tab-nav li.active a,
 nav .tab-nav li:hover a,
 .menu-inner li:hover > a,
 .menu-inner li.active > a,
 a,
 .mega-menu h5,
 .search-box-menu > i:hover,
 .mega-menu .icon-list li a:hover,
 nav.active .menu-btn:before,
 .text-list-side li div{
    color: #d3ae52;
}
.btn-text.btn-video:before, .icon-circle li:before, .icon-circle span:before, .icon-line li:before, .icon-line span:before, .progress-bar > div > div, .progress-bar > div span, .breadcrumb li a:after, .menu-inner li:before, .counter-big.counter-icon .value span:last-child:before, .cnt-box-team .caption h2:before, .mega-menu .tab-nav a:after, .shop-menu-cnt .cart-count {
    background-color: #d3ae52;
}
button:focus {
    outline: 0;
    outline: 0;
}
.glide__arrow:before {
    font-size: 65px;
    line-height: 70px;
    width: 80px;
}
.controls-out .glide__arrow--right {
    right: -80px;
    left: auto;
}
.controls-out .glide__arrow--left {
    left: -80px;
}
.glide__arrow {
    width: 80px;
    height: 80px;
}
.cnt-box:hover .img-box img {
    opacity: 1;
}
.img-box:before {
    background: transparent;
}
.testimonial-info{
    color: #d3ae52;
    font-size: 2.1rem;
    position: relative;
}
.testimonial-info span{
    background-color: #0f0f0f;
    z-index: 2;
    padding: 0 10px;
    position: relative;
}
.testimonial-info::after{
    content: "";
    height: 5px;
    background: #d3ae52;
    width: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 20%;
    top: 45%;
}
.contact-row{
    background: #d3ae52;
    border-radius: 20px;
}
.img-box, iframe{
    border-radius: 20px;
}
.contact-row input, .contact-row textarea {
    border-radius: 10px;
    background-color: #d3ae52;
    border-color: #fff;
}
.contact-row input::placeholder, .contact-row textarea::placeholder {
    color: #ffffff7a;
}
.contact-row .btn-circle {
    background-color: #fff !important;
    border-radius: 0 100px 100px;
    color: #d3ae52 !important;
    margin-top: 20px;
}
.contact-row .btn-circle:hover {
    background-color: #d3ae52 !important;
    color: #fff !important;
    border-color: #fff !important;
}
body > nav.light:not(.menu-transparent), nav.light.menu-transparent.scroll-menu {
    background-color: #d3ae52;
}
body > nav.scroll-menu .menu-brand {
    height: 95px;
    padding: 15px 0;
}
body > nav.scroll-menu .menu-cnt > ul, .menu-inner > ul {
    margin-top: 28px;
}

.menu-cnt > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: .3px;
    transition: all .5s;
}
.menu-cnt > ul > li:hover {
    background: #d3ae52;
    border-radius: 100px;
    color: #fff;
}
.menu-cnt > ul > li:hover > a{
    color: #fff !important;
}
.menu-cnt > ul > li.active {
    background: #d3ae52;
    border-radius: 100px;
    color: #fff;
}
.menu-cnt > ul > li.active > a{
    color: #fff !important;
}
.scroll-menu .menu-cnt > ul > li > a {
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    letter-spacing: .3px;
    transition: all .5s;
}
.scroll-menu .menu-cnt > ul > li:hover {
    background: #fff;
    border-radius: 100px;
    color: #d3ae52;
    transition: all .5s;
}
.scroll-menu .menu-cnt > ul > li:hover > a{
    color: #d3ae52 !important;
}
.scroll-menu .menu-cnt > ul > li.active {
    background: #fff;
    border-radius: 100px;
    color: #d3ae52;
    transition: all .5s;
}
.scroll-menu .menu-cnt > ul > li.active > a{
    color: #d3ae52 !important;
}
footer .menu-inner li > a, footer h4, footer a{
    color: #fff;
}
footer {
    background-color: #232323;
}
footer .footer-bar.light{
    background-color: #d3ae52;
}
footer .footer-bar.dark{
    background-color: #0f0f0f;
}
.footer-parallax, .footer-bar {
    border-top: 1px solid #0f0f0f;
}
.footer-bar.dark span{
    color: #fff;
    font-weight: 800;
}
footer .btn-circle {
    border-radius: 0.5rem;
    width: 100%;
    margin-top: 20px;
}
footer input.form-control {
    padding: 10px 30px;
    height: 45px;
    border-radius: 0.5rem;
}
footer .form-group label {
    color: #d3ae52;
    font-weight: 600;
    font-size: 1.2rem;
}
nav.active .menu-btn:before{
    color: #fff;
}

.grid-item img, .maso-item img {
    margin: auto;
}
.bg-dark{
    background-color: #0f0f0f !important;
}
.glide__arrow{
    color: #d3ae52;
}
.collapse-box > .content:after {
    content: "";
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: linear-gradient(to top, rgb(15, 15, 15) 0%,rgba(15, 15, 15 ,0.4) 100%);
    transition: opacity .5s;
}
.parallax {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

.shop .cnt-box-testimonials > img, .cnt-box-testimonials-bubble .thumb-bar img {
    width: 120px !important;
    height: 120px;
    border-radius: 50%;
    margin: 0;
    background-color: #f1eff0;
}
.shop .shop-title h1{
    padding-left: 20px;
}
ul.pagination li:not(.page) a{
    color: #232323;
}
ul.pagination li:not(.page) a:hover{
    color: #232323;
}
ul.pagination .page.active a{
    border-color: #d3ae52;
    color: #fff;
    background-color: #d3ae52;
}
ul.pagination .page a:hover{
    border-color: #d3ae52;
    color: #fff;
    background-color: #d3ae52;
}
ul.pagination .page a{
    border-color: #d3ae52;
    color: #d3ae52;
}

@media ( min-width: 1200px) {

}
@media ( max-width: 1199px) {
    .controls-out .glide__arrow--right {
        right: -60px;
        left: auto;
    }
    .controls-out .glide__arrow--left {
        left: -60px;
    }
}
@media ( max-width: 991px) {
    nav.scroll-menu .menu-brand {
        margin: -15px 0;
    }
    body > nav {
        height: 65px;
    }
    .controls-out .glide__arrow--right {
        right: -60px;
        left: auto;
    }
    .controls-out .glide__arrow--left {
        left: -60px;
    }
    .glide__arrow {
        top: 34%;
    }
}
@media ( max-width: 767px) {
    .header{
        height: 70vh;
    }
    .section-block > .block-media, .section-block > .block-media > div {
        position: absolute;
        height: -webkit-fill-available;
    }
    .media-box-down .caption {
        margin-top: 10px;
        position: relative;
    }
    .servise-slide{
        /* height: 50% !important; */
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0px !important;
    }
    .cnt-box-team.boxed .caption {
        height: 200px;
    }
    .cnt-box-team.boxed:hover .caption {
        height: 200px;
    }
    hr.space {
        height: 0px;
    }
}
@media (max-width: 575px) {
    .header {
        height: 50vh;
    }
    .controls-out .glide__arrow--right {
        right: -40px;
        left: auto;
    }
    .controls-out .glide__arrow--left {
        left: -40px;
    }
    .btn, .btn:not(.full-width) + .btn:not(.full-width) {
        margin-left: 0;
        width: unset;
    }
    body, textarea {
        font-size: 13px;
    }
}



.cart-btn{
    position: fixed;
    height: 80px;
    width: 80px;
    z-index: 1050;
    top: 100px;
    right: 15px;
}
.btn-cart {
    position: relative;
    display: block;
    padding-top: 60px;
    text-decoration: none;
    border-radius: 50%;
    background: #d3ae52;
    width: 60px;
    height: 60px;
}
.btn-cart:before {
    animation: ping 0.8s ease-in infinite both;
}
.btn-cart:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -12px;
    left: 55%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #d3ae52;;
    z-index: 1;
}
.btn-cart img{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 13px;
    left: calc(50% - 20px);
    z-index: 10;
}

.cart-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: rgb(240, 157, 81, 0.5);
    z-index: 1051;
    visibility: hidden;
}

.cart {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 3;
    background: rgb(231, 226, 221);
    padding: 80px 1.5rem 0 1.5rem;
    transform: translateX(100%);
    transition: 1s;
}
.show-cart {
    transform: translateX(0);
}

.transparent {
    visibility: visible;
}


@media screen and (min-width: 768px) {
    .cart {
        width: 30vw;
        min-width: 450px;
    }
}

.close-cart {
    font-size: 1.7rem;
    cursor: pointer;
}

.cart h2 {
    text-transform: capitalize;
    text-align: center;
    letter-spacing: var(--mainSpacing);
    margin-bottom: 2rem;
}

.cart-item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 1.5rem;
    margin: 1.5rem 0;
}

.cart-item img {
    width: 75px;
    height: 75px;
}

.cart-item h4 {
    font-size: 0.85rem;
    text-transform: capitalize;
    letter-spacing: var(--mainSpacing);
}

.cart-item h5 {
    margin: 0.5rem 0;
    letter-spacing: var(--mainSpacing);
}

.item-amount {
    text-align: center;
    user-select: none;
}

.remove-item {
    color: grey;
    cursor: pointer;
}

.fa-chevron-up,
.fa-chevron-down {
    color: var(--primaryColor);
    cursor: pointer;
    z-index: 4;
}

.cart-footer {
    margin-top: 2rem;
    letter-spacing: var(--mainSpacing);
    text-align: center;
}

.cart-footer h3 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}



/* .command-btn{
    position: fixed;
    height: 80px;
    width: 80px;
    z-index: 999994;
    top: 100px;
    right: 15px;
} */
.btn-command {
    position: relative;
    display: block;
    padding-top: 60px;
    text-decoration: none;
    border-radius: 50%;
    background: #d3ae52;
    width: 60px;
    height: 60px;
}
.btn-command:before {
    animation: ping 0.8s ease-in infinite both;
}
.btn-command:before {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: -12px;
    left: 55%;
    transform: translateX(-50%);
    margin-left: -43px;
    background: #d3ae52;;
    z-index: 1;
}
.btn-command img{
    position: absolute;
    width: 40px;
    height: 40px;
    top: 13px;
    left: calc(50% - 20px);
    z-index: 10;
}
.command-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
    background: rgb(240, 157, 81, 0.5);
    z-index: 1052;
    visibility: hidden;
}
.command {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: scroll;
    z-index: 3;
    background: rgb(231, 226, 221);
    padding: 80px 1.5rem 0 1.5rem;
    transform: translateX(100%);
    transition: 1s;
}
.show-command {
    transform: translateX(0);
}
.transparent {
    visibility: visible;
}
@media screen and (min-width: 768px) {
    .command {
        width: 30vw;
        min-width: 450px;
    }
}
.close-command {
    font-size: 1.7rem;
    cursor: pointer;
}
.command h2 {
    text-transform: capitalize;
    text-align: center;
    letter-spacing: var(--mainSpacing);
    margin-bottom: 2rem;
}
.command-item {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr auto;
    grid-column-gap: 1.5rem;
    margin: 1.5rem 0;
}
.command-item img {
    width: 75px;
    height: 75px;
}
.command-item h4 {
    font-size: 0.85rem;
    text-transform: capitalize;
    letter-spacing: var(--mainSpacing);
}
.command-item h5 {
    margin: 0.5rem 0;
    letter-spacing: var(--mainSpacing);
}
.item-amount {
    text-align: center;
    user-select: none;
}
.remove-item {
    color: grey;
    cursor: pointer;
}
.fa-chevron-up,
.fa-chevron-down {
    color: var(--primaryColor);
    cursor: pointer;
    z-index: 4;
}
.command-footer {
    margin-top: 2rem;
    letter-spacing: var(--mainSpacing);
    text-align: center;
}
.command-footer h3 {
    text-transform: capitalize;
    margin-bottom: 1rem;
}

.swal2-container {
    display: flex;
    position: fixed;
    z-index: 1060; 
}


footer > .container {
    padding-top: 60px;
    padding-bottom: 60px;
}
footer .menu-inner.left li {
    position: relative;
    transition: all .5s;
    display: inline-block;
    clear: both;
    float: right;
}

button.clear-cart, button.clear-command {
    background: rgb(211 82 82);
    border-color: rgb(211 82 82);
}
button.clear-cart:hover, button.clear-command:hover {
    background: #fff;
    color: rgb(211 82 82) !important;
    border-color: rgb(211 82 82) !important;
}

.cnt-box .caption h2 {
    
}
.cnt-box-team.boxed .caption {
    height: 90px;
    padding: 19px 25px;
}

.card-product .cnt-box-team .caption h2:before {
    content: "";
    position: relative;
    width: 5px;
    height: 0px;
    right: 0;
    bottom: 9px;
    border-radius: 50%;
}
.product-price, .product-currency{
    font-size: 1.5rem !important;
    line-height: 64px;
    font-weight: 600;
}
.cnt-box-team .caption h2 {
    position: relative;
    display: block;
    line-height: 29px;
    padding-right: 0px;
    margin-bottom: 0;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
}

@media (max-width: 576px) {
    section.services .media-box-full .caption h2 {
        font-size: 1.3rem;
        line-height: 30px;
    }
    section.services .media-box-full .caption {
        padding: 10px;
    }
    .shop .cnt-box-testimonials > img, .cnt-box-testimonials-bubble .thumb-bar img {
        width: 90px !important;
        height: 90px;
    }
    .shop h1 {
        font-size: 22px;
        line-height: 30px;
    }
    .shop .cnt-box-team.boxed:hover .caption {
        height: 169px;
    }
}

  /* xs: 0,
  // Small screen / phone
  sm: 576px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 992px,
  // Extra large screen / wide desktop
  xl: 1200px */


  .collapse-button > a:before {
    font-family: "Icons";
    content: "\68";
    position: absolute;
    top: 50%;
    left: 28px;
    transition: all .5s;
    transform: translateY(-50%) rotate(-90deg);
    text-transform: none;
}

#services .glide__arrow {
    top: 33%;
}