@font-face {
    font-family: mark-thin;
    src: url(../Fonts/MarkForMC-Thin.ttf); 
  }
@font-face {
    font-family: mark-light;
    src: url(../Fonts/MarkForMC-ExtraLt.ttf); 
  }
@font-face {
    font-family: mark-regular;
    src: url(../Fonts/MarkForMC-Lt.ttf); 
  }
  @font-face {
    font-family: mark-medium;
    src: url(../Fonts/MarkForMC-Book.ttf); 
  }
*,::after,::before {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    font-family: mark-regular;
    color: #fff;
}
a{
    text-decoration: none;
}
img {
    vertical-align: middle
}

body {  
    font-size: 15px; 
    height: 100%;
    background-color:#000000;
    overflow-x:hidden;
	margin-bottom:0;
}
body.page{
	margin-bottom:0;
}
h1,h2,h3,h4,h5,h6 {
    margin-bottom: 0
}

p {
    margin-bottom: 0
}

ul {
    margin: 0;
    padding: 0
}

.text-center {
    text-align: center
}

.border-none {
    border: none!important
}
.d-flex{
    display: flex;
}
.flex-wrap{
    flex-wrap: wrap;
}
.justify-content-center{
    justify-content: center;
}
.justify-content-between{
    justify-content: space-between;
}
.justify-content-end{
    justify-content: flex-end;
}
.align-items-center{
    align-items: center;
}
.text-right{
    text-align: right;  
} 
.text-left{
    text-align: left;  
}
.position-relative{
    position: relative;
}
.w-100{
    width: 100%;
}
.w-50{
    width: 50%;
}
.w-45{
    width: 45%;
}
.w-40{
    width: 40%;
}
.mx-1300 {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    max-width: 1330px;
    position: relative;
}
@media (min-width: 1550px) {
    .mx-1300 { 
        max-width: 1500px
    }
}
@media (max-width: 1600px) {
    .mx-1300 { 
        max-width: 1230px
    }
}
.header{
    padding: 25px 60px;
    position: fixed;
    top: 0;
    background-color: #0000003d;
    width: 100%;
    z-index: 9999;
}
.header.scrollfix{
    background-color: #000;
}
.menu li a{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 0 30px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s;
    font-family: mark-medium;
}
.menu li a:hover{
    color: #FF671B;
}
.menu li{
    list-style: none;
    display: inline-block;
}
.menu_btn .linkbtn{
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s;
    font-family: mark-medium;
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}
.linkbtn:hover{
    color: #fff;
}
.linkbtn::before {
    top: 0;
}
.linkbtn::after {
    bottom: 0;
}
.linkbtn::after, .linkbtn::before {
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    background-color: #FF671B;
    content: '';
    z-index: -1;
    transition: .2s ease-in-out;
}
.linkbtn:hover::after, .linkbtn:hover::before {
    height: 50%;
}
.banner video{ 
    width: 100%;
    height: 100vh;
    object-fit: cover;
    position: relative;
    z-index: -1;
}
.banner_content{
    position: absolute;
    bottom: 15vh;
    left: 0;
    color: #fff;
}
.banner_content h1{
    font-size: 52px;  
    font-family: mark-thin;
    margin-bottom: 10px; 
}
.banner_content p{
    font-size: 30px; 
    font-family: mark-regular;
    margin-bottom: 20px; 
}
.banner::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:60vh; 
    z-index: -1;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
.about{
    padding: 160px 15px 0;
    /*background-color: #0E0F10;*/
}
.about h2,.patternshort_content h2{
    font-size: 40px;
    font-family: mark-thin;
    margin-bottom: 20px; 
}   
.about p,.patternshort_content p{
    font-size: 19px;
    font-family: mark-light;
    margin-bottom: 15px; 
    line-height: 1.6;
}
.patternshort_content a{ 
    display:inline-flex;
        padding:10px 15px;
        border:1px solid #FF671B;
        border-radius:20px;
        margin-top:10px;
}
.patternshort_content a:hover{
    background-color: #FF671B;
}
.patternshort_content a:hover svg{
    fill: #FF671B;
}
.pattern{
    padding: 160px 15px;
}
.pattern_content h2{
    font-size: 40px;
    font-family: mark-thin;
    margin-bottom: 20px; 
}
.pattern_content p{
    font-size: 19px;
    font-family: mark-light;
    margin-bottom: 15px; 
    line-height: 1.6;
}
.pattern_list{
    margin-top: 70px;
}
.pattern_item {
    position: relative;
    width: 18%;
    height: auto;
    margin-bottom: 8%;
    overflow: hidden;
    margin-right: 7%;
}
.pattern_item:nth-child(4n) {
  margin-right: 0;
}
.pattern_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.pattern_item{
    cursor: pointer;
}
.pattern_item a{
    display: block;
    text-align: center;
    position: absolute;
    z-index: -1;
    bottom:-100%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color:#FF671B ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.4s;
    font-size: 20px;
	font-weight: 600;
}
.pattern_item:hover a{
    bottom: 0;
    z-index: 1;
}
.client{
    padding:0  15px 120px;    
}
.partner_wrapper{
    background-color: #1D1D1D;
    border-radius: 25px;
    padding:60px 90px;
}
.partner_wrapper h3{
    font-size: 32px;
    font-family: mark-thin; 
    color: #FF671B;
}
.launch_partner{
    padding: 40px 0;
    border-bottom: 1px solid #707070;
}
.launch_partner:last-child{
    border-bottom: none;
}
.launch_partner img {
    max-width: 100%;
    height: 55px;
    object-fit: contain;
}
.launching_partner .partner_text{
    width: 25%;
}
.launching_partner .partner_logo{
    width: 18%;
    text-align: center;
}
.designer_partner .partner_text{
    width: 25%;
}
.designer_partner .partner_logo{
    width: 20%;
    text-align: center;
}
.article{
    padding :0 15px 100px;
}
.article_item{
    position: relative;
    width: 31%; 
    background-color: #171717;
    border-radius: 25px;
    padding: 65px;
}
.article_item img{
   margin-bottom: 30px;
   max-width:100%;
}
.article_item p{
    font-size: 18px;
    font-family: mark-medium;
    line-height: 1.6;
}

.stories{
    padding:0 15px 120px;
}
.stories h3{
    text-align:center;
    font-size: 40px;
    font-family: mark-thin;
    margin-bottom:40px;
}
.stories_item {
    padding:15px;
    width:25%;
    cursor:pointer;
}
.stories_item img{
    margin-bottom:20px;
    max-width:100%;
}
.stories_item h4
{
     font-size:21px;
    font-family: mark-thin;
    margin-bottom:15px;
}
.stories_item p{
    font-size:18px; 
}
.privacy{
    padding:160px 15px 100px;
}
.privacy .entry-title{
     font-size: 40px;
    font-family: mark-regular;
    color:#FF671B;
    margin-bottom:40px;
}
.privacy_content h4{
    margin-top:20px;
    margin-bottom:15px;
    font-family: mark-regular;
    color:#FF671B;
    font-size:18px;
}
.privacy_content p{
    /*margin-top:20px;*/
    /*margin-bottom:15px;*/
    font-family: mark-regular; 
    font-size:18px;
    line-height:1.6;
}
.privacy_content table td{
    border-color:#363636;
    padding:10px;
}
.top-nav{
    padding: 30px 0;
    background-color: #171717;
}
footer{
    padding: 50px 0px;
	display:none;
}
footer li{
    list-style: none;
}
.footer_logo h4{
    font-size: 22px;
    font-family: mark-thin;
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.footer_logo li{
    margin-bottom: 20px;
}
.footer_menu h4,.footer_sites h4{
    margin-bottom: 20px;
    letter-spacing: 1.4px;
    font-size: 14px;
}
.footer_menu ul li{
    margin-bottom: 20px;
}
.footer_logo ul li a{
    color: #ffffff8f;
}
.footer_logo ul li img{
    margin-right: 20px;
}
.footer_sites ul li{
    margin-bottom: 20px;
}
.footer_menu ul li a,.footer_sites ul li a{
    color: #ffffff8f;
}
.footer_menu ul li a:hover,.footer_sites ul li a:hover{
    color: #FF671B;

}
.footer_content{
    padding-bottom: 60px;
    border-bottom: 1px solid #ffffff8f;
    margin-bottom: 50px;
}
.footer_copright a{
    display: inline-block;
    margin-left: 0px;
    color: #ffffff8f;
}
.footer_copright a:hover{
    color: #FF671B;
}
.footer_socials ul li a > img{
    margin-left: 15px;
    width: 20px;
    margin-bottom: 15px;
}
/* popup-style.css */
.post-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    justify-content: center;
    align-items: center;
    flex-direction:column; 
    z-index:9999;
    
}

.popup-content { 
    padding: 20px;
    width: 100%; 
    padding:80px 80px;
    /*max-width: 800px;*/
    /*max-height: 80%;*/ 
    overflow-y:auto;
}
.close-popup {
    background: #434343;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
}
.popup_summery{
    padding-bottom:50px;
}
.popup_about{
    padding-top:80px;
    border-top:1px solid #ffffff8f;
}
.popup-content h2{
    font-size:34px;
    color:#FF671B;
    font-family: mark-light;
}
.popup-content h4{
    font-size:20px;
    margin-bottom:20px;
    color:#FF671B;
    font-family: mark-light;
}
.popup-content p{
    font-size:18px;
    line-height:1.5;
}
.post_about h2{
    margin-bottom:20px;
}
body.open-popup{
    overflow-y:hidden;
}
.post_gallery {
    width: 60%;
    max-width: 500px;
    margin: auto;
}
 
.main-slider {
    width: 100%;
    height: 570px;
    overflow: hidden;
}

.main-slider .swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.thumb-slider {
    margin-top: 10px;
    width: 100%;
}

.thumb-slider .swiper-slide {
    width: 80px; /* Adjust thumbnail size */
    height: 80px;
    cursor: pointer;
    opacity: 0.7;
}

.thumb-slider .swiper-slide-active {
    opacity: 1;
    border: 2px solid #000;
}

.thumb-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
    background-color:#00000075;
    width:40px;
    height:40px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size:20px;
}
.swiper-button-next {
    right:0
}
.swiper-button-prev{
    left:0;
}
.swiper-slide-thumb-active{
    border:2px solid #FF671B !important;
}
.post_summery .linkbtn {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 12px 30px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s;
    font-family: mark-medium;
    display: inline-block;
    border: 1px solid #FF671B;
    border-radius: 50px;
    margin-right: 35px;
    position: relative;
    overflow: hidden;
    margin-top:20px;
}
.handburger-menu {
    width: 35px;
    height: 30px;
    margin-right: 20px;
    display: none;

}

.handburger-menu .bar {
    background-color: #fff;
    height: 2px;
    border-radius: 20px;
    margin-top: 5px;
}

.bar1 {
    width: 100%;
}

.bar2 {
    width: 80%;
}

.bar3 {
    width: 60%;
}
.nav-bar-top .logo-img {
    display: none;
}
.backdrop {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    min-height:100vh;
}

.backdrop.active {
    visibility: visible;
    opacity: 1;
}
.nav-bar-top {
        position: fixed;
        background-color: rgb(14, 15, 16);
        top: 0;
        right:-100%;
        height: 100vh;
        width: 320px;
        z-index: 320;
        opacity: 0; 
        align-items: baseline !important;
        transition:all 0.5s linear;
    }
    .nav-bar-top li {
        list-style: none;
        margin-bottom: 30px;
    }
    .sm-show{
        display:none;
    }
    .user-bid-form{
        margin-top:0px;
    }
    .user-bid-form input[type="text"] {
        padding: 15px 5px 15px 5px;
        background-color: white;
        border: 0;
        width: 120px;
        font-size: 16px;
        color:#000;
        outline:none;
    }
    .bid_form_wrap{
        background-color:white;
        display:inline-block;
        color:black;
        border-radius:50px;
        padding:0 30px;
    }
    .bid_form_wrap label{
        color:#000;
        font-size:13px;
    }
    .user-bid-form input[type="submit"],.user-bid-form input[type="number"]{
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        padding: 12px 30px;
        text-transform: capitalize;
        text-decoration: none;
        transition: all 0.3s;
        font-family: mark-medium;
        display: inline-block;
        border: 1px solid #FF671B;
        border-radius: 50px;
        margin-right: 35px;
        position: relative;
        overflow: hidden;
        margin-top: 20px;
        background-color:transparent;
        cursor:pointer;
    }
    .user-bid-form input[type="submit"]:hover{
        background-color:#FF671B;
    }
    .nf-before-form-content{
        display:none
    }
    nf-fields-wrap {
    display: flex;
    margin-top: 20px;
}
div#nf-field-9-container {
    background-color: white;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    background-color: #2b2b2b;
    border: 0;
    padding: 10px;
}
/* Responsive */
@media(max-width:1680px){
   
    .logo img{
        width: 320px;
    }
    .menu li a { 
        font-size: 15px; 
        padding: 0 19px; 
    }
    .menu_btn .linkbtn { 
        font-size: 15px; 
        padding: 8px 20px; 
        margin-right: 15px; 
    }
    .banner_content h1{
        font-size: 45px; 
    }
    .banner_content p{
        font-size: 25px; 
    }
    .about {
    padding: 100px 15px 0;
    /* background-color: #0E0F10; */
}
    .about h2,.patternshort_content h2,.stories h3,.privacy .entry-title{
        font-size: 35px; 
    }
    
    .about p,.patternshort_content p{
        font-size: 17px; 
    }
    .main-slider { 
    height: 400px; 
}
    .pattern_content h2{
        font-size: 35px; 
    }
    .pattern_content p{
        font-size: 17px; 
    }
    .pattern_item{
        height: auto;
    }
    .pattern_item a{
        font-size:18px;
    }
    .partner_wrapper h3{
        font-size: 26px; 
    }
    .article_item p{
        font-size: 17px;
    }
   
    .footer_logo h4{
        font-size: 20px;
    }
    .footer_menu h4,.footer_sites h4{
        font-size: 13px;
    }
    .footer_menu ul li a,.footer_sites ul li a{
        font-size: 14px;
    }
    .footer_copright a{
        font-size: 14px;
    }
    .launching_partner .partner_logo {
        width: 21%; 
        padding: 0 20px;
    }
    .designer_partner .partner_logo {
        width: 20%; 
        padding: 0 20px;
    }
    .article_item { 
        padding: 50px;
    }
    .logo img {
        width: 280px;
    }
    .header {
    padding: 25px 40px; 
}
}
@media(max-width:1340px){
     .mx-1300 {
        max-width: 980px;
    }
    .menu li a {
        font-size: 15px;
        padding: 0 12px;
    }
        .menu_btn .linkbtn {
        font-size: 15px;
        padding: 8px 19px;
        margin-right: 15px;
    }
        .banner_content h1 {
        font-size: 36px;
    }
    .banner_content p {
        font-size: 25px;
    }
    .about h2,.pattern_content h2,.stories h3,.privacy .entry-title {
        font-size: 34px;
    }
    .about p,.pattern_content p {
        font-size: 16px;
    }
        .pattern_item {
        height: 230px;
    }
        .article_item p {
        font-size: 16px;
    }
        .article_item {
        padding: 35px;
    }
    .partner_wrapper { 
    padding: 40px 55px;
}
.partner_wrapper h3 {
        font-size: 22px;
    }
    .launching_partner .partner_logo {
        width: 22%; 
    }
    .designer_partner .partner_logo {
        width: 17%; 
    }
}
@media(max-width:991px){
     .mx-1300 {
        max-width:800px;
    }
        .handburger-menu {
        display: block;
    }
        .nav-bar-top.active {
        opacity: 1; 
        padding: 30px 20px;
        right:0;
    }
    .md-hide{
        display:none;
    }
    .banner_content h1 {
        font-size: 36px;
    }
    .banner_content p {
        font-size: 22px;
    }
    .about h2,.pattern_content h2,.stories h3,.privacy .entry-title {
        font-size: 30px;
    }
    .about p,.pattern_content p {
        font-size: 15px;
    }
        .pattern_item {
        height: 230px;
    }
    .about {
    padding: 80px 15px; 
}
.client {
    padding: 80px 15px;
}
.article {
    padding: 0 15px 60px;
}
.popup-content p {
    font-size: 15px;
    line-height: 1.5;
}
.popup-content h2 {
    font-size: 30px; 
}
.popup-content h4 {
    font-size: 17px; 
}
.main-slider {
    width: 100%;
    height: 265px;
    overflow: hidden;
}
.close-popup { 
    padding: 10px 15px; 
    font-size: 18px;
}
 .stories_item { 
    width: 50%; 
}
}
@media(max-width:860px){
    .mx-1300 {
        max-width:700px;
    }
    .banner video { 
        height: 540px; 
    }
    .about_content {
        width: 100%;
        margin-bottom:30px;
    }
    .sm-hide{
        display:none;
    }
    .sm-show{
        display:block;
    }
    .about_img{
        width:100%;
    }
        .banner_content h1 {
        font-size: 32px;
    }
        .banner_content p {
        font-size: 20px;
    }
        .about h2, .pattern_content h2,.stories h3,.privacy .entry-title {
        font-size: 28px;
    }
        .pattern_item {
        height: 221px;
        width:33%;
    }
    .article_item {
        padding: 20px;
    }
        .article_item p {
        font-size: 14px;
        line-height: 1.4;
    }
    .partner_wrapper {
        padding: 30px 30px;
    }
    .launching_partner .partner_logo {
        width: 30%;
    }
        .designer_partner .partner_logo {
        width: 19%;
    }
    
    .partner_wrapper h3 {
        font-size: 20px;
    }
    .about,.client {
        padding: 60px 15px;
    }
        .footer_logo h4 {
        font-size: 17px;
    }
    .footer_logo li { 
    font-size: 12px;
}
.footer_logo ul li img {
    margin-right: 10px;
}
    .footer_menu h4, .footer_sites h4 {
        font-size: 12px;
    }
        .footer_menu ul li a, .footer_sites ul li a {
        font-size: 13px;
    }
    .footer_socials ul li a > img {
    margin-left: 10px;
    width: 15px;
    margin-bottom: 15px;
}
.footer_socials  p{
    font-size:12px; 
}
}
@media(max-width:768px){
    .mx-1300 {
        max-width:610px;
    }
    
} 
@media(max-width:610px){
    .mx-1300 {
        max-width:100%;
        padding:0;
    }
    .banner::after{
        opacity:0.8;
    }
    .header {
        padding: 16px 20px;
    }
    .logo img {
        width: 235px;
    }
        .pattern_item {
        height:auto;
        width: 100%;
    }
    .banner video {
        height:460px;
    }
    .banner_content{
        padding:0 15px;
    }
    .banner_content h1 {
        font-size: 28px;
    }
    .banner_content p {
        font-size: 20px;
    }
    .pattern_list {
    margin-top: 30px;
}
.launch_partner {
    padding: 20px 0; 
    text-align:center;
}
.about p, .pattern_content p{
        font-size: 16px;
        font-family: mark-medium;
    }
    .partner_wrapper h3 {
        font-size: 20px;
        font-family: mark-medium;
    }
    .launching_partner,.designer_partner {
        flex-wrap:wrap;
    }
    .designer_partner .partner_text,.launching_partner .partner_text{
        width:100%;
    }
    .launching_partner .partner_logo {
        width: 100%;
        padding:15px 0;
    }
    .designer_partner .partner_logo {
        width: 100%;
        padding:15px 0;
    }
    .article .d-flex{
        flex-wrap:wrap;
    }
    .article_item{
        width:100%;
        margin-top:15px;
    }
    .article_item p {
        font-size: 16px;
        line-height:1.4;
    }
    .top-nav {
    padding: 30px 15px; 
}
.patternshort_content{
    width:100%;
}
.pattern_anim{
    width:100%;
}
.pattern_short{
    padding:15px ;
}
.about .d-flex{
    flex-direction:column-reverse;
}
.patternshort_content h2 {
        font-size: 28px;
    }
    .client{
        padding-top:0;
    }
    .footer_content,.footer_copy{
        flex-wrap:wrap;
    }
    
    footer {
    padding: 60px 15px 100px;
    padding-bottom:100px;
}
.footer_content {
    padding-bottom: 20px;
    margin-bottom:20px;
}
.footer_copright p{
    font-size:14px;
    line-height:1.6;
}
.footer_logo li {
        font-size: 14px;
    }
.footer_copright a{
    margin-left:5px;
}
.footer_socials > ul.d-flex{
    justify-content:flex-start;
    margin-top:20px;
}
    .footer_menu ul li a, .footer_sites ul li a {
        font-size: 14px;
    }
.footer_socials ul li a > img{
    margin-left:0;
    margin-right:10px;
}
.footer_menu ul li,.footer_sites ul li {
    margin-bottom: 6px;
}
.footer_logo{
    margin-bottom:20px;
    width:100%;
}
.footer_logo ul li img { 
        width: 19px;
    }
    .footer_logo li {
    margin-bottom: 15px;
}
.popup_summery,.popup_about {
    padding-bottom: 30px;
    flex-wrap: wrap;
}
.popup_about{
    padding-top:30px;
}
.post_summery{
    margin-top:30px;
}
.popup_summery > div,.popup_about > div{
    width:100%;
}
.popup-content{
    padding: 40px 40px;
}
    .close-popup {
        padding: 7px 11px;
        font-size: 13px;
        top: 0;
    }
    .post_about_image {
        margin-top:20px;
    }
.nav-bar-top{
    width:275px;
}
	.footer_socials  p{ 
	justify-content: flex-start;
}
 .stories_item { 
    width:100%; 
}
.privacy {
    padding: 100px 15px 80px;
}
.privacy_content p{ 
    font-size: 16px; 
}
	.privacy_content h4{
		 font-size: 18px; 
}
}