* {
    text-decoration: none !important;
    list-style: none;
 
}
.text-line::before {
    position: absolute;
    content: "";
    width: 200px !important;
    bottom: -7px;
    height: 1px;
    background-color: #c89134;
}
.bg-slight {
    background: #ffdfbd57;
}
.color-1 {
    color: #c89134;
}
.first-btn {
    color: #fff;
    background-color: #c89134;
    border: 2px solid #c89134;
    min-width: 255px !important;
    transition: all .5s ease;
    font-weight: 700;
    border-radius: 10px;
  }
  
  .first-btn:hover {
    color: #c89134;
    background-color: transparent;
  }



/* header */
header {
    position: fixed;
    width: 100%;
    z-index: 4;
    top: 0px;
    background-color:  #141517;
    /* overflow-x: hidden; */
}

.nav-active {
    background:  #141517;
}

.ul-design-line a {
    position: relative;
    color: #fff;
}

.ul-design-line a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #c7a52a;
    bottom: -7px;
    transition: transform 0.2s linear;
    transform: scale(0);
}

.ul-design-line a:hover::before {
    width: 100%;
    transform: scale(1);
}






.side-nav {
    width: 70%;
    height: 100%;
    position: fixed;
    z-index: 100;
    transition: 1s;
    /* overflow: hidden; */
    -webkit-transition: all 0.6s ease-in-out;
    /* overflow-y: scroll; */
    top: 0;

}

.overlayb {
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.mobile-navigation {
    background-color: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(5px);
    /* border-left: 2px solid #ec1254; */


}

.mobile-navigation ul li {
    border: 1px solid #0a0a0a4d;
}

.mobile-navigation ul li a {
    line-height: 50px;
    padding: 10px 20px !important;
    position: relative;
}

.toggle-design {
    border: none;
    background: transparent;
    color: #c89134;
    font-size: 25px;
}
@media screen and (max-width:320px){
    .logo-img{
        width:250px;
        /* height: 100%; */
    }
}



/* add new css headr */
.dropdown-menu {
    background: rgb(0 0 0 / 40%);
    border: 1px solid #4c4523;


}

.dropdown-item {
    transition: 0.5s ease-in;
    font-weight: 500;
}

.dropdown-item:hover {
    background: transparent !important;
    color: #c89134;
}

.dropdown {
    background: transparent !important;

    a {
        color: white;

    }
}

.dropdown a:hover::before {
    position: unset;
}

.drip-list {
    width: 200px;
    margin-top: 10px !important
}


.lin-drop {

    background-color: #0a0a0bde !important;

    a {
        line-height: 3px !important;
    }
}

.navcloss-btn {
    width: 30px;
    height: 30px;
    color: white;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c89134
}









/* footer */
footer {
    /* padding: 30px 0px 70px; */
    background-color: black;

    hr {
        border-top: 1px solid #ddd7d78f;
        margin: 0;
    }
}

.h-line {
    border-bottom: 1px solid #99999954;
    padding: 10px 0px;
}

.h-line:before {
    content: "";
    position: absolute;
    width: 41px;
    height: 4px;
    background: #a67c00;
    left: 50px;
    bottom: -2px;
}

.ft-style {
    p{
        color: #ffffff78;
    }
    ul li {
        list-style: none;

        a {
            color: #ffffff78;
        }
    }
}

.ft-style ul li a:hover {
    color: #eb0003;
}

.ft-form {
    input {
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }
}

.copy {
    background-color: #05050c;
}



/* about-us */
.about-banner {
    background: url(./images/02.webp);
    background-attachment: fixed;
    padding: 100px 0px;

}
.banner-gl{
    background: url(./images/banner-gl.webp);
    
    padding: 100px 0px;
   
    background-position: center;
    background-size: cover;
}
/* .images-about {
    background-image: url(./images/\(Late\)\ Muhammad\ Younus\ Shaikhani\ -\ Founder.webp);

} */

.youtub-btn      {
    /* position: absolute; */
    left: 50%;
    top: 50%;
    width: 68px;
    height: 48px;
    margin-left: -34px;
    margin-top: -24px;
    -webkit-transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    transition: opacity .25s cubic-bezier(0, 0, .2, 1);
    z-index: 63;
}


/* project */
.top-to {
    transform: translateY(106px);
}

.m-sec-top {
    transform: translateY(106px);
}

.m-third {
    margin-bottom: 150px;
}

@media screen and (max-width:570px) {

    .m-sec-top {
        transform: translateY(68px);
    }

    .img-size {
        width: 100%;
        height: 250px;
    }
}



.amenty-item {
    display: flex !important;
    height: 208px;

    padding: 0 41px;
    width: 370px;
    background: #cfba82;
}
.form-int {
    input {
        width: 100%;
        padding:7px 30px;
        border: none;
        color: #c89134 !important;
        /* height: 100%; */
        border:1px solid #c89134
    }

    .eup-remember {
        width: 100%;
        padding: 30px;
        border-color: #c89134;
        color: #c89134
    }

    .eup-remember:focus {
        outline: none;
        background: antiquewhite;
    }

    input:focus {
        outline: none;
        background: antiquewhite;
    }
    input::placeholder{
        color:#c89134
    }
}