* {
    text-decoration: none !important;
    list-style: none;
 
}
.m-top{
    margin-top:110px;
}
.my-span-heading {
    font-size: calc(25px + (45 - 25) * (100vw - 270px) / (1920 - 270));
}

.p-80{
    padding: 80px 0px;
}

.text-line::before {
    position: absolute;
    content: "";
    width: 200px !important;
    bottom: -7px;
    height: 1px;
    background-color: #c89134;
}
.bg-slight {
    background: #ffdfbd57;
}
.color-1 {
    color: #c89134;
}

.color-2 {
    color: #141517;
}
.color-3{
    color:#ffd1a0 !important;
}
.color-4{
    color:#ffdfbd;
}
.p-one-color{
color:#c9c7c7;
}

.overlay-section::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0px;
    background-color: rgb(10 9 9 / 58%);
}

.light-btn {
    background-color: transparent;
    color: #ffffff;
    background-size: 500px;
    background-position: 100%;
    border: 1px solid #c89134;
    transition: background 0.4s ease-in-out;
    text-align: center;
    font-weight: 500;
    border-radius: 3px;
}

.light-btn:hover {
    background-image: linear-gradient(120deg,
            #c89134,
            #c89134 50%,
            transparent 50%);
    background-position: 10%;
    transition: all 1s;
    color: #fff;
}

/* button dark with hover  */
.button-dark {
    background-color:  #c89134;
    color: white;
    background-size: 500px;
    background-position: 100%;
    border: 1px solid   #c89134;
    transition: background 0.4s ease-in-out;
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
}

.button-dark:hover {
            background: transparent;
    background-position: 10%;
    transition: all 1s;
    color: #ffffff;
}
.white:hover{
color:#c89134 !important;
}
.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;
  }
  .main-heading {
    font-size: calc(35px + (45 - 35) * (100vw - 270px) / (1920 - 270));
}

.style-banner {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.overlay-banner::before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: rgb(0 0 0 / 51%);
}


@media screen and (max-width:767.98px){
    .img-100{
        width: 100% !important;
        height: auto !important;
    }
}

  /* 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
}


/* section-1 */
.background-video {
    /* content: ""; */
    /* position: absolute; */
    object-fit: cover !important;
    left: 0;
    bottom: 0;
    width: 100%;
    /* min-width: 100%; */

    height: auto;
    z-index: 0;
    overflow-x: hidden !important;
}

.home-v-content {
    position: absolute;
    color: #fff;
    bottom: 97px;
}


/* section-2 */
.our-box {
    border: 1px solid #999;
    z-index:1;
    transition: 0.2s ease-in;
    cursor: pointer;
 
}

.our-box::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 3px;
    border: 1px solid #795024;
    z-index: -1;
    transition: 0.2s ease-in;
    /* background-color: #795024; */
}
.our-box:hover::before{
    background-color: #795024;
    top:0px;
    
}
.our-box:hover{
    color:white;
    box-shadow: 0px 1px 4px 1px #000;
}
h2.banner-heading{
    font-size: calc(35px + (62 - 35) * (100vw - 270px) / (1920 - 270));
}
.section-2 {
    padding: 80px 0px;
}

@media screen and (max-width:599.98px) {
    .signle-img {
        width: 100% !important;
        height: 100% !important;
    }
}


/* section-3 */
.section-3 {
    /* background: url(./images/banner-1.avif) no-repeat; */
    background: url(./images/cctv.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    padding: 100px 0px;
}
.bg-banner-1 {
    background: url(./images/b.webp) no-repeat;
    padding: 150px 0px;
    background-size: cover;
    background-attachment: fixed;
}

/* section-4 */
.up-content {
    position: absolute;
    z-index: 2;
    color: white;
    width: 100%;
    height: 100%;

    top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(0%, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
    cursor: pointer;
    transition: 0.3s linear;
}

.up-content:hover {
    background: rgb(0 0 0 / 48%);

}


/* section-5 */
.section-5 {
    background: linear-gradient(to bottom, #c89134 0%, #000 100%);
}

.ul-design-p {
    li {
        list-style: circle !important;
        color: #c9c7c7;
    }
}
.ul-design-c  { li {
    list-style: circle !important;
    color: #000;
}}
    

/* section-6 */
.overlay-project {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 0.2s;
    bottom: 0;
}

.box-project:hover .overlay-project {
    opacity: 1;
    background-color: rgb(53 40 0 / 62%);
}


/* section-7 */

.section-7 {
    background: linear-gradient(to bottom, #c89134 0%, #000 100%);
}

.service-box {
    height: 230px;
    box-shadow: 1px 0px 6px 1px #795024;

    p {
        line-height: 20px;
    }
}

.read-btn {

    background: #141517;
    position: relative;
    top: -13px;
    left: 24px;
    color: white;
}


/* 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/1.jpg);
    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
    }
}
/* Dropdown Menu - Unified Styling */
.dropdown {
    position: relative;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 250px;
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #0b0d12;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.dropdown-menu.show {
    display: block;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 20px;
    clear: both;
    font-weight: 400;
    color: #e5e7eb;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #C6A15B;
    text-decoration: none;
    background-color: #1a1c21;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

@media (max-width: 991.98px) {
    .dropdown-menu {
        position: static;
        float: none;
    }
}