@import url('https://fonts.cdnfonts.com/css/minion-pro');

:root{
    --primary-color : #D9AC47; 
}
.active-heading {
    color: var(--primary-color); 
  }
.digital{
    border-color:var(--primary-color);
}
.digital p{
    color:var(--primary-color)
}
@font-face {
    font-family: AzoSansWebBold, sans-serif ;
    src: url('../fonts/rui-abreu-azosans-bold.otf') format('opentype');
    font-weight: 800;
  }



.brand-name , .link, .title, ul .numbers p, h1{
    font-family: 'AzoSansWebBold', Fallback, sans-serif;
}

p{
    font-family: 'Minion Pro', sans-serif;
}

#active{
    color: var(--primary-color) !important;
}

/* nav section */

.header .brand-name, .project-title , .title-about{
    color: var(--primary-color) !important;
}

.link {
    font-weight: 600;
    color: rgb(88, 86, 86) !important;
}

/* Main section */
.title{
    color: var(--primary-color) !important;
    word-spacing: 5px;
    letter-spacing: 5px;
    z-index: 1;
}

.line{
    width:150px;
    height:13px;
    background-color: var(--primary-color);
}

.line-1{
    width:150px;
    height:5px;
    background-color: var(--primary-color);
}


 .content-2{
    position: relative;
}

.content-2 .design1{
    position: absolute;
    top:-53px;
    right:-50px;
    z-index: -2;
}

.frame{
    width:100%;
    height:280px;
    top:0;
    right:10%;
    background-color: white;
    border-color: var(--primary-color);
}

.index-frame video{
    display: none;
}

.video{
    border-color: var(--primary-color);
}

.service-video{
    width:100%;
}


video::-webkit-media-controls-panel { 
    display: none ! important; 
    opacity: 1 ! important;}

/* .frame video{
    position: relative;
    width:100%;
    height:350px;
} */

.content-about{
    position: relative;
}


/* What we offer */

.title-1{
    color: var(--primary-color) !important;
}

/* Latest project */

.frames1{
    width: 65%;
    border-color: var(--primary-color);
    background-color: white;
    height:350px;
}

.frames2{
    width: 34%;
}

.frame1{
    width:100%;
    border-color: var(--primary-color);
    height:170px;
}

/* other projects */

.other-project .frames{
    width:100%;
}

.other-project .frames1{
    background-color: transparent;
}

/* cilent feedback */

/* contact us */

input{
    width:310px;
}

textarea{
    height:100px;
}

/* project/// services page */

.project .content-2{
    width:46%;
}

.project-frame{
    width: 100%;
    height: 300px;
}

.project-frame1{
    position: absolute;
    border-color: var(--primary-color);
    width:60%;
    height: 150px;
    bottom: -10px;
    right: -50px;
    background-color: white;
}

.brand-frame{
    border-color: var(--primary-color);
}

.service-link{
    color:rgb(175, 172, 172) !important;
}

.height380px{
    height:380px;
}




/* contact us */
/* .contact-frame{
    position: absolute;
    width: 100%;
} */
.content-21{
    position: relative;
    /* margin-right: 30px !important; */
}
.design12 img{
    position: absolute;
    top:-50px;
    right:-43px;
    z-index: -1;
}

/* about us */
.design1{
    position: absolute;
    top:0px;
    left:-50px;
    z-index: -1;
}

.about-frames{
    width: 100%;
}

.about-frame{
    width:100% !important;
    height:200px;
}

.about-frame .frames1{
    width:100% !important;
    height:200px;
}

/* portfolio */

.automobile{
    display: flex;
}

.automobile-1{
    width:50%;
}

.automobile-2{
    width:50%;
}

.automobile-2 img{
    width: 100%;
}

.img-con-1{
    position: relative;
    z-index: 0;
}

.img-con-1 div img{
    width:100%;
}

.img-con-2{
    position: relative;
    z-index: 0;
}

.img-con-2 div img{
    width:100%;
}

.home-frame video{
    height:100vh !important;
}



.popup.active{
    opacity: 1;
    z-index: 400;
    transition: 1s;
}
.popup{
    position: fixed;
    inset: 0;
    background-color: hsla(0,0%,0%,0.9);
    z-index: -6;
    display: grid;
    place-items: center;
    width: 100%;
    height:100%;
    opacity: 0;
    transition: 1s;
}
.popup-content{
    position:relative;
    padding:0px  80px ;
    border-radius: 10px;
    /* width: 60%;*/
     height:90vh; 
     transition: 1s;
}

.popup-top-bar{
    display: flex;
    justify-content: end;
}

.large-image{
    width: 100%;
    height: 90%;
    object-fit: cover;
    border-radius: 10px;
    transition: 1s;
}

.arrow-btn{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    padding: 10px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}

.left-arrow{
  left:0px;
}

.right-arrow{
    right:0px;
    transform: translateY(-50%);
}

/* styles.css */

/* Style for the scroll to top arrow */
#scrollToTop {
    display: none; /* Hidden by default */
    position: fixed;
    bottom: 80px;
    right: 20px;
    width: 45px;
    height: 45px;
    background-color: #0c0c0c;
    color: rgb(250, 246, 246);
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    cursor: pointer;
    font-weight: 900;
    border-radius: 50%;
    z-index: 1000; /* Ensures it appears above other content */
}

/* Optional: Add a hover effect */
#scrollToTop:hover {
    background-color: darkgray;
}

.sitemap-container{
    background-color: #4a4a4a;
}

@media screen and (min-device-width:320px) and (max-device-width:650px){

    .design12 img{
        right:-30px;
    }

    .home-text{
        display: none;
    }

    .home-frame{
        display: none;
    }

    #mobile-video{
        display: block !important;
    }
    #desktop-video{
        display:none;
    }
    .popup{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .popup-content{
        position:relative;
        padding:0px 10px ;
        border-radius: 10px;
         height:400px; 
    }
    .large-image{
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .popup .arrow-btn{
        font-size: 24px;
    }

    .arrow-btn{
        position: relative;
        top:0%;
        transform: translateY(0%);
        padding: 0px 10px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
    }
    
    .left-arrow{
      left:0px;
    }
    
    .right-arrow{
        right:0px;
        transform: translateY(0%);
    }
}

@media screen and (min-device-width:400px) and (max-device-width:650px){
     
    .large-image{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}

@media screen and (min-device-width:600px) and (max-device-width:2650px){
.footer{
    position: fixed !important;
    bottom:0 !important;
    width:100% !important;
}
}