/* Default */


/* latin */

@font-face {
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/ubuntu/v15/4iCs6KVjbNBYlgoKfw72.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    font-family: 'Ubuntu', sans-serif;
    position: relative;
    overflow-x: hidden;
    background-color: #000 !important;
    min-height: 100%;
    height: 100vh;
}

 ::-webkit-scrollbar {
    width: 0.3rem;
}

 ::-webkit-scrollbar-track {
    background-color: #444;
}

 ::-webkit-scrollbar-thumb {
    background-color: #d8a962;
}

svg * {
    fill: currentColor;
}

.z-60 {
    z-index: 60;
}

.maintextcolor {
    color: #d8a962;
}

.mainbackcolor {
    background-color: #d8a962;
}

.mainbordercolor {
    border-color: #d8a962;
}


/* .textlight {
    color: #fcf3e5 !important;
} */


/* #1f2937 */


/* #374151 */


/* END */


/* Swiper */

@media (min-width:1024px) {
    .swiper {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        height: 100%;
        text-align: center;
        font-size: 18px;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }
    .swiper-slide img {
        display: block;
        object-fit: cover;
    }
    main .swiper-pagination,
    .mainmenu {
        position: fixed;
        left: 0;
        right: auto;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 50;
    }
    main .swiper-pagination-bullet,
    .mainmenu .menulist {
        cursor: pointer;
        width: auto;
        height: 25px;
        background: none;
        margin: auto auto auto 0 !important;
        margin-bottom: 2rem !important;
        text-align: left;
        opacity: 0.6;
        border-radius: 0;
        display: flex !important;
        align-items: center;
        /* padding-left: 2.5rem; */
        color: #d8a962;
        background-position: left center;
        background-repeat: no-repeat;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
    }
    main .swiper-pagination-bullet-active,
    main .swiper-pagination-bullet:hover,
    .mainmenu .menulist.active,
    .mainmenu .menulist:hover {
        opacity: 1;
    }
    main .swiper-pagination {
        z-index: 51;
        width: 150px;
    }
    main .swiper-pagination-bullet {
        width: 100% !important;
    }
}


/* END */


/* Menu */

main .menulist .item {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .menulist.active .item,
main .menulist:hover .item {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}

.list-item .active {
    color: #d8a962;
}

.mobilemenu {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.mobilemenu.active {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}


/* END */


/* Banner */

@media (min-width:1024px) {
    main .slideDiv .slide {
        padding-left: 160px;
    }
}


/* END */


/* Products */

main .products .item img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .products .item:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}

main .products .item .caption {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, transparent 100%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .products .item:hover .caption {
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, transparent 100%);
}

main .products .item .caption .order img:first-child {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}

main .products .item .caption .order img:last-child {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}

main .products .item:hover .caption .order img {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}


/* END */


/* Gallery */

main .gallery .fullbox {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    counter-reset: item-counter;
}

main .gallery .fullbox .item {
    box-sizing: border-box;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    counter-increment: item-counter;
    position: relative;
    overflow: hidden;
    background-color: #000;
}

main .gallery .item img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .gallery .item .view {
    opacity: 0;
    top: 50%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .gallery .item:hover .view {
    opacity: 1;
}

main .gallery .item .view span {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

main .gallery .item:hover .view span {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

main .gallery .item:hover img {
    opacity: 0.4;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
}


/* END */


/* .textlight {
    color: #fcf3e5 !important;
}

.bgtransparent {
    background-color: transparent !important;
}

.whitecolor {
    color: #fff !important;
}

.blackcolor {
    color: #000 !important;
}

.graycolor {
    color: #9ca3af !important;
}

.lightgraycolor {
    color: #d1d5db !important;
} */


/* Footer */

main .slide.contact {
    padding: 0;
}

main .contact .map img {
    filter: grayscale(0.9);
    width: 400px;
    object-fit: cover;
}


/* END */

@media (max-width:1023px) {
    main .services .itemsleft .item {
        flex-direction: row-reverse;
    }
    main .services .itemsleft .item img {
        margin-right: 0.75rem;
    }
    main .services .item img {
        width: 3rem;
    }
    main .gallery .fullbox {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width:640px) {
    main .gallery .fullbox {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.slideswrapper,
.slide {
    overflow: hidden;
    position: relative;
}

@media (min-width:1024px) {
    .wrapper {
        width: 100%;
        height: 100%;
    }
    .slideswrapper {
        width: 100%;
        height: 100%;
    }
    .slideDiv,
    .controls {
        position: absolute;
    }
    .slideDiv,
    .slide {
        width: 100%;
        height: 100%;
    }
}


/*lightbox style*/

.lightbox .lb-dataContainer {
    margin: 0 auto;
    padding-top: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
}

.lightbox .lb-data {
    padding: 0.5rem 1rem;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background: rgb(0 0 0 / 50%);
    border: solid 4px #fff;
    border-top: 0;
    border-radius: 4px;
}

.lightbox .lb-data .lb-number {
    padding-bottom: 0;
    color: #fff;
}

.lightbox .lb-data .lb-close {
    width: 20px;
    height: 20px;
    background-size: contain;
    opacity: 1;
}


/*End*/


/* services */

main .service ul li p {
    word-break: break-word;
}


/* image resize */

main .products .item>img {
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
    object-position: center;
}

main .gallery .item img {
    width: 100%;
    max-height: 100vh;
    height: auto;
    object-fit: cover;
    object-position: center;
}