@font-face {
    font-family: Poppins;
    src: url('../fonts/poppins.regular.ttf');
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #111;
    color: #fff;
    font-family: Poppins !important;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: .3px;
    overflow-x: hidden;
}
.black_more{
    background: #0f0f0f;
}
#scroll-to-top.show {
    bottom: 15px;
    transition: all .3s ease;
}
#scroll-to-top {
    cursor: pointer;
    height: max-content;
    position: fixed;
    right: 10px;
    width: max-content;
    z-index: 999;
    color: white;
}

#scroll-to-top div {
    background: #c8b16f;
    border-radius: 30px;
    font-size: .8rem;
    height: 35px;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
    color: white;
    width: 35px;
}

/* Loader Styles */
.loader {
    border: 5px solid #f3f3f359; /* Light grey */
    border-top: 5px solid #c8b16f; /* Gold color */
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
}

/* Spin Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Hide the loader by default */
#loader {
    display: none;
}

/* Show the loader when the body has the loading class */
body.loading #loader {
    display: block;
}



#scroll-to-top div:hover {
    background: #1b1b1b;
    transition: all .3s ease;
}

.nav-item .nav-link.active{
    color: #d39e00;
}

/*------------------- Navbar---------------------------*/
.logo img {
    width: 130px;
    height: auto;
    padding: 10px;
}

.header {
    height: 100px;
    margin-bottom: 10px;
}

.nav-link .active{
    color: #fdaf11;
}

.offcanvas.offcanvas-start {
    background-color: black !important;
    color: white;
}

.btn-close {
    color: grey !important;
}

.info {
    border-top: 1px solid hsla(0, 0%, 100%, .1);
    display: block;
    margin-left: 20px;
    margin-top: 20px;
    padding-top: 30px;
}

.info span {
    color: #fff;
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    opacity: .7;
}

.fa-bars {
    font-size: 30px;
    left: 7px;
    padding: 10px;
    position: fixed;
    top: 27px;
    color: #ffff;
}

.navIcon .icon {
    padding: 40px 5px;

    a {
        color: #ffff;
    }
}

.sidebar .menu-body {
    height: calc(100vh - 400px);
    margin: 0;
    padding: 0;
}

.navbar-nav li a {
    display: block;
    font-size: 17px;
    padding: 3px 20px;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}

.navbar-nav li a:hover {
    color: #fdaf11;
    list-style: none;
    transition: all .3s ease;
}

.navbar-nav li a.active {
    color: #fdaf11;
    list-style: none;
    transition: all .3s ease;
}

.close {
    color: #000;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    opacity: .5;
    text-shadow: 0 1px 0 #fff;
    position: absolute;
    right: 20px;
    top: 20px;
}

.close img {
    width: 35px;
}
.center-logo{
    position: relative;
  
}
.logo{
    position: absolute;
}
.navbar-scroll {
    background-color: rgba(0, 0, 0, .877);
}
.card-1{
    display: block;
}
.card-2{
    display: none;
}

.navbar-scroll {
    background-color: rgba(0, 0, 0, .877);
    height: 100px;
    transition: all ease 0.3s;
}

.owl-controls .owl-pagination {
    display: none;
}

.bytesti {
    font-size: 15px;
    font-weight: 700;
}

.overlay-img {
    position: relative;
}

.overlay-info {
    position: absolute;
    left: 10px;
    bottom: 10px;

    h5 {
        color: white;
        font-weight: 800;
    }

    p {
        color: white;
    }
}

.overlay-img img::before {
    background: linear-gradient(0deg, #000, rgba(0, 0, 0, .3));
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}

@media screen and (max-width:992px) {
    .navIcon .icon a {
     font-size: 20px;
    }
    .logo img {
        width: 100px;
        height: auto;
        padding: 10px;
    }
}
@media screen and (max-width:768px) {
    .navIcon .icon a {
     font-size: 20px;
    }
    .logo img {
        width: 100px;
        height: auto;
        padding: 10px;
    }
    .card-2{
    display: block;
    }
    .card-1{
    display: none;
    }
}
/* ------------End Navbar---------------- */

/* ------------------Card Info-----------------*/
.card {
    width: 9.5rem;
    background: rgba(8, 8, 8, 0.75);
    height: 220px;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-bottom: 10px;
}

.jumbomain .card-title {
    border-bottom: 2px solid #5b9bd5;
    padding-bottom: 5px;
    font-size: 13px;
    color: white;
}

.card-text {
    font-size: 10px;
    padding: 11px 0px 0px;
    color: white;
}

.card-info {
    margin: 0px 25px 0px 0px;
}

.btn:before {
    background-image: linear-gradient(270deg, #c8b16f, #c7ab5a);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 1;
}

.gold-btn {
    background: none !important;
    border: 2px solid #c8b16f !important;
    border-radius: 0 !important;
    font-size: 11pt;
    overflow: hidden;
    padding: 7px 15px;
    transition-delay: 0s;
    z-index: 0;
    color: #fff !important;
}

@media screen and (max-width:768px) {
    .card-info {
        margin: 0px;
    }
}

/*----------------End Card Info---------------------*/

/* ---------------Carsouel---------------- */
.carousel-item img {
    height: 100vh;
}

/* ---------------End Carsouel---------------- */

/* -------------- about------------ */
#about-main {
    background: url('../images/about/about-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

#about-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e75;
}

.back-top-home-main{
    padding: 360px 0px 5px;
}

.back-top-home {
    position: relative;
    z-index: 1;

    h1 {
        font-weight: 800;
        color: white;
    }
}
 .list {
    display: flex;
    justify-content: flex-end;
    z-index: 1;
    position: relative;
    color: white;
    a{
        color: #fff;
        cursor: pointer;
        letter-spacing: 1px;
        line-height: 1.3;
        margin: 0;
        padding: 0;
        text-decoration: none;
        transition: all .3s ease;

    }
    span{
        color: #fff;
        margin: 0 5px 5px 0;
        opacity: 1;
    }
    
}
.list .dash {
    padding: 0 10px;
}

.about-welcome {
    background: #0f0f0f;
}

.heading-main {
    padding: 50px 120px;

    h3 {
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 15px;
        color: white;
    }

    .content {
        color: white;

        p {
            font-size: 13px;
            font-weight: 500;
        }
    }

}
.heading-main-agriculture {
    padding: 50px 70px;
    
    h3 {
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 15px;
        color: white;
    }

    .content {
        color: white;

        p {
            font-size: 14px;
            font-weight: 500;
        }
    }
}

.vision-img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.about-sub-info {
    color: #fff;
    padding: 3rem !important;
}

.content p {
    font-size: 13px;
    font-weight: 500;
}

.about-welcome-content {
    background-color: #111111;
}

.heading {
    h3 {
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 15px;
        color: white;
    }
    h2{
        font-weight: 700;
        letter-spacing: 1px;
        line-height: normal;
        margin-bottom: 15px;
        color: white;

    }
}

.testimonials-bg {
    background: #BFA969;
    padding: 40px;

    h1 {
        color: white;
    }

    p {
        color: white;

    }
}

.heading .testimonials-bg .double-quotes {
    color: #fff;
    display: inline-block;
    font-size: 1.3rem;
    height: -webkit-max-content;
    height: max-content;
    margin: 5px 15px 0 0;
}

.testimonials-info {
    color: white;
    font-size: 12px;
}
.testimonials-info-sub{
    padding: 0px 20px;
}
.testimonials-info-2 {
    font-size: 15px;
    font-weight: 700;
   
}
 .double-quotes {
 font-size: 30px;
}
.from-desk-img{
    width: 980px;
}


@media screen and (max-width:786px) {
    .heading-main {
        padding: 50px 0px;
    }
    .heading-main-agriculture{
        padding: 50px 0px;  
       h3{
        text-align: center;
       }
    }
    .list{
        justify-content: flex-start;
    }
    .about-sub-info{
        padding: 5px !important;
    }
}

@media screen and (max-width:325px) {
    .card-2{
        position: absolute;
        top: 20%;
        left: -11px;
        z-index: 100;
    }
}

/* ---------------Brands------------------ */
.brands-bg {
    padding: 40px;
}

/* ----------------Teams----------------- */
.teams-bg {
    background-color: rgb(17, 17, 17);
    padding: 40px;
}

/* -----------------Footer - bg------------ */
.footer{
    background: #0f0f0f;
    position: relative;
    z-index: -1;
}
.footer-bg {
    background: url('../images/footer/footer-img.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0px;
    position: relative;

}

.link-call {
    color: #c8b16f;
    cursor: pointer;
    display: inline-block;
    font-size: .8rem;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 0 0 5px;
    transition: all .3s ease;
    width: -webkit-max-content;
    width: max-content;
}

.footer-info {
    h3 {
        color: white;
        font-size: 1.1rem;
        font-weight: 500;
        margin-bottom: 10px;
    }

    p {
        display: inline-block;
        color: white;
        font-size: 12px;
        border-bottom: 1px solid hsla(44, 45%, 61%, .8);

    }
}
.subfooter{
    color: white;
    i{
        color: rgb(223, 0, 111);
    }
    a{
        color: #c8b16f;;
        text-decoration: none;
        font-weight: 500;
    }
}
.subfooter-main{
    background: #0f0f0f;
    color: white;
    padding: 5px;
    font-size: 13px;
}
.subfooter .content span{
font-weight: 700    ;
}

/* Architecture */
#architecture-main{
    background: url('../images/architecture/architecture-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#architecture-main::before {
    background: linear-gradient(180deg, #111, rgba(0, 0, 0, .1));
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.architecture-welcome{
    background: rgb(17,17,17);
}

/* -------------- Portfolio--------------- */
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Four columns in a row */
    gap: 20px; /* Adjust gap as needed */
    margin: 0px 0px 30px;
    display: flex;
    justify-content: space-around;
}
.grid-container-interior {
    display: grid !important;
    grid-template-columns: repeat(7, 1fr) !important; /* Four columns in a row */
    gap: 5px; /* Adjust gap as needed */
    margin: 0px 0px 30px;
    display: flex;
    justify-content: space-around;
}


.portfolio {
    padding: 60px 50px;
}

.portfolio li {
    display: flex;
    justify-content: center;
    border-bottom: 1px dashed var(--bg);
    border-radius: 10px;
    font-size: 14px;
    padding: 20px;
    text-align: center;

    span {
        color: black;
        margin: 0px 10px;
    }

}

.portfolio li {
    background: linear-gradient(to right, #ffffff 50%, transparent 50%);
    background-size: 200% 100%;
    font-size: 15px;
    transition: background-position 0.5s ease-out;
    cursor: pointer;
}

.portfolio li:hover {
    background-position: -100% 0;
    background-color: var(--bg);
    /* Blue color on hover */
    color: white;
    font-weight: 800;

}

@media screen and (max-width: 992px) {
    .portfolio ul {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 600px) {
    .portfolio ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .portfolio li {
        justify-content: start;
    }
}


.portfolio li {
    padding: 0.5em 0;
    /* Optional: add some spacing between items */
}

.portfolio-heading h3 {
    padding: 35px 0px;
    color: #363636;
    font-weight: 900;
}

.portfolio-img {
    padding: 50px 0px 20px;
    flex-direction: column;
    line-height: 50px;

    p {
        font-size: 15px;
        font-weight: 800;
    }
}

.gallery-item {
    text-align: center;
    color: white;
    position: relative;
}

.item-img img {
    border-radius: 2px;
}

.gallery-item .item-img:hover {
    -webkit-clip-path: inset(5px 10px);
    clip-path: inset(5px 10px);
}

.item-img {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    overflow: hidden;
    transition: all .3s;
}

.filter-item{
    color: #ffffff;
    border: 2px solid #d39e00;
    text-align: center;
    padding: 8px 20px;
    min-width: 150px;
    transition: all  ease-in 0.5s;
    cursor: pointer;
  }
  .filter-item-info{
    margin: 0px 10px;
  }
  .filter-item:hover{
    background-color: #d39e00;
  }
  .filter-item-main{
    margin: 10px 30px;
  }
  .filter-item.filter-active{
    background-color: #d39e00;  
  }

  /* -------Interor Main---- */

  #interior-main{
    background: url('../images/interior/interior.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#interior-main::before {
    background: linear-gradient(180deg, #111, rgba(0, 0, 0, .1));
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
}
.architecture-welcome{
    background: rgb(17,17,17);
}
.portfolio {
    padding: 60px 50px;
}

#interior-main {
    background: url('../images/interior/interior.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#interior-main::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2e2e2e75;
}
@media screen and (max-width:1200px) {
    .grid-container-interior {
        display: grid !important;
        grid-template-columns: repeat(4, 1fr) !important; /* Four columns in a row */
        gap: 20px; /* Adjust gap as needed */
        margin: 0px 0px 30px;
        display: flex;
        justify-content: space-around;
    }
}
@media screen and (max-width:768px) {
    .portfolio {
        padding: 60px 5px;
    } 
    .grid-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Four columns in a row */
        gap: 20px; /* Adjust gap as needed */
    }
    @media screen and (max-width:1200px) {
        .grid-container-interior {
            display: grid !important;
            grid-template-columns: repeat(2, 1fr) !important; /* Four columns in a row */
            gap: 20px; /* Adjust gap as needed */
            margin: 0px 0px 30px;
            display: flex;
            justify-content: space-around;
        }
    }
    
}
@media screen and (max-width:425px) {
    .portfolio {
        padding: 60px 5px;
    } 
    .grid-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr); /* Four columns in a row */
        gap: 20px; /* Adjust gap as needed */
    }
    @media screen and (max-width:1200px) {
        .grid-container-interior {
            display: grid !important;
            grid-template-columns: repeat(1, 1fr) !important; /* Four columns in a row */
            gap: 20px; /* Adjust gap as needed */
            margin: 0px 0px 30px;
            display: flex;
            justify-content: space-around;
        }
    }
    
}

/* Contact */
.form-side {
    background: #111;
    border-radius: 4px;
    padding: 30px 40px;
}
.formcontact input, .formcontact textarea {
    border: 1px solid #ebebeb;
    font-size: .9rem;
    margin-bottom: 15px;
    padding: 8px 10px;
    width: 100%;
}
.formcontact label {
    margin-bottom: 5px;
    display: block;
    width: 100%;
}
.text-side {
    margin-top: 15px;
    padding: 15px 0;
    p{
        font-weight: 100;
        font-size: 14px;
    }
    h2{
        font-weight: 800;
        margin: 0px 0px 20px;
    }
}
.text-side .address .list {
    display: block;
    max-width: 320px;
    padding: 5px 0 15px 40px;
    position: relative;
    font-size: 14px;
    font-weight: 200;
}
.text-side .address {
    line-height: 1.6;
    padding-top: 15px;
}
.text-side .address .heading {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 1px;
}
.contact{
    color: white;
    padding: 50px 20px;
}
.text-side .address .list i {
    display: inline-block;
    font-size: 1.3rem;
    left: 5px;
    position: absolute;
    top: 5px;
}
.formcontact button {
    background: none;
    border: 2px solid #c8b16f;
    border-radius: 0;
    color: #fff;
    font-size: 11pt;
    margin-top: 15px;
    overflow: hidden;
    padding: 8px 50px;
    position: relative;
    transition-delay: 0s;
    transition: all .5s ease;
    z-index: 0;
}
.formcontact button:hover {
    background: #c8b16f;
    border: 2px solid #c8b16f;
    border-radius: 0;
    color: #fff;
    font-size: 11pt;
    margin-top: 15px;
    overflow: hidden;
    padding: 8px 50px;
    position: relative;
    z-index: 0;
}
.footer-col{
    display: flex;
    flex-direction: column;
    h2{
        color: white;
    }
}
 .footer-col .content .socialicon {
    background: #111;
    border: 1px solid hsla(44, 45%, 61%, .8);
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 10px 14px 6px;
    position: relative;
    text-align: center;
    transition: all .3s ease;
   a{
    color: white;
   }
}
 .footer-col .content .socialicon:hover {
    background:  hsla(44, 45%, 61%, .8);
   
}
 .footer-col .content {
    letter-spacing: .6px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.footer-info a{
    color: white;
    text-decoration: none;
}

@media screen and (max-width:768px) {
    .form-side {
        background: #111;
        border-radius: 4px;
        padding:0px;
    }
    .contact {
        color: white;
        padding: 50px 5px;
    }
}