@import url('https//fonts.googleapis.com/css2?family=Roboto:wght@100;200;300;400;500;700;900&displsy=swap');


:root{
    --white:#ddd ;
    --orange: #fd7e14;
    --dark:#111;
    --darkGrey:#474b4f;
    --lightGrey:#6b6e70;
    --DarkGreen:#86c232;
    --blau: #0000ff ;
    --Gold:#deab28;
    transition:all 0.5 ease;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
font-family: 'Roboto ',sans-serif;

}
body{
    line-height: 1.6;
}
    img{
        width: 100%;
        display:block ;
    }
    ul li{
        list-style: none;
    }
    a{
        text-decoration: none;
        color: #000;
    }
        h1,h2,h3,h4,h5,h6,p{
            margin: 15px 0;
        }

      /**  *********************/

      .flex{
        display: flex;
        justify-content: center;
        align-items: center;
    }
      .container{
    width: 90vw;
    margin: 0 auto;
   
}
.btn{
    background:#deab28;
    border :none;
    display: block;
    width: 150px;
    text-align:center ;
    color:#deab28; 
    text-transform: uppercase;
    background: transparent;
    font-size: 15px;
    padding: 12px;
    border:2px solid var(--Gold);
    border-radius: 25px;
    margin: 15px;
    transition: var(--transition);
}
.btn:hover{
    background:#deab28;
    color: #fff;
}
.active{
 
    color:var(--Gold) !important;
}
.header{

   
    min-height: 100vh;
background: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url("mukhtar/logo.jpg")center/cover no-repeat;
 color: #fff;
   
   
    
}
.top-nav a{
    color:#fff;
}
.brand-and-navBtn{
    background:#232122;
    position: relative;
    z-index: 999;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    padding: 15px 25px;
    color: var(--white);
}
.brand-name{
    letter-spacing: 5px;
    cursor: pointer;
}
.navBtn{
    width: 40px;
    height: 40px;
    border: 1px solid var(--white) ;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navBtn:hover{
    background:#fff;
    color: #232122;
    transition: var(--transition);
  
}
.top-nav{
    background: #000000;
    transform: translateY(-600px);
    transition: var(--transition);

}
.showNav{
    transform:translateY(0);

}
.search-icon{
    display: none;
}
.top-nav ul li{
    padding: 10px 0;
}
.top-nav ul a{
    position: relative;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    display: block;
}
.top-nav ul a::after{
    content: "";
    height: 2px;
    background:#deab28;
        position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width:0;
    transition: var(--transition);
}
.top-nav ul a:hover::after{
    width: 100px;
}
.about{
    margin-top: -90px;
}

.about-content img{
    width: 140px;
    height: 140px;
    border-radius: 50%;
}
.about-img{
    background: #fff;
    width: 150px;
    height : 150px;
    margin: 0 auto;
    border-radius: 50%;
}
.about-content h2{
    font-size: 48px;
    text-align: center;
    margin-bottom: 35px;
    color: #deab28;
}
.about-content h3{
    color: #fff;
    font-size: 30px;
    font-weight: 100;
    background: rgba(255, 255, 255, 0.1);
width: 400px;
margin: 35px auto;
text-align: center;

}


blockquote{
    font-size: 20px;
    font-weight: 300;
    opacity: 0.9;
    width: 60vw;
    margin: 45 auto 15px auto;
    text-align: center;
}
blockquote span{
    font-size: 14px;
    text-transform: uppercase;
    color: #deab28;
    font-weight: 300;
    letter-spacing: 5px;
    display: block;
}
.social-icons{
    width: 350px;
    margin: 40px auto 0 auto;
    padding-bottom: 35px;
}
.social-icons ul a{
    color:#fff;
    font-size: 30px;
    display: block;
    width : 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
}
.social-icons ul{
    display: flex;
    justify-content: space-around;
}
.social-icons ul a:hover{
    background: #deab28;
    border-color: #deab28;
}
.section-seven{
   
   height: 100vh;
    position: relative;
    overflow: hidden;
}
.section-one{
    margin: 40px 0;
    min-height: 100vh;
}
.sec-one-left{
    height: 100vh;
  background: url("mukhtar/ea8c57b3-bff8-434b-a5f5-c4b91323e0bd\ \(1\).jpg") center/cover no-repeat ;
    box-shadow: 0px 0px 14px -1px rgba(0,0,0,0.75);
    -webkit-box-shadow:0px 0px 14px -1px rgba(0,0,0,0.75);
    -moz-box-shadow:0px 0px 14px -1px rgba(0,0,0,0.75); 
}
.sec-one-left div{
    color : #fff;
    height: 100%;
    display: flex ;
    flex-direction: column;
    justify-content: flex-end;
    padding :30px;
}

.sec-one-left div h3{
    font-size: 28px;
    opacity: 0.9;
}
.sec-one-left div p{
    font-weight: 300;
    opacity: 0.8;
}
.sec-one-right h3{
    color :var(--dark)
}
.sec-one-right >h3{
    text-align: center;
}
.sec-one-right p{
    opacity: 0.9;
    font-weight: 300;
}
.work-content{
    margin: 50px 0;
}
.work-img{
    display: grid;
    grid-template-columns: repeat(2,1fr);
   grid: column gap 20px;
}
.work-img-1{
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6)) ,url("mukhtar/1.jpg") center/cover no-repeat;
    height: 400px;
    transition: var(--transition);
}
.work-img-2{
    background: linear-gradient( rgba(0,0,0,0), rgba(0,0,0,0.6)) ,url("mukhtar/2-3.jpg") center/cover no-repeat;
    height: 400px;
    transition: var(--transition);
}
.work-img div:hover{
    box-shadow: 0 0 8px #000;
}
.section-two{
    margin: 40px 0;
}
.section-two h2 {
    text-align: center;
    font-size: 40 px ;
}
.section-two span{
    color: #deab28;
    text-align :center;
    display: block;
    font-size: 20px;
    margin-bottom: 30px;
}
.insta-img{
    display: grid;
    grid-template-columns: repeat(2 ,1fr) ;
}
.insta-img > div{
    position:relative;
}
.icons-overlay{
    position: absolute;
    color: #000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 50px;
    background: rgba(255,165,0,0.1);
    opacity: 0;
    transition: var(--transition);
}
.insta-img > div:hover .icons-overlay{
    opacity: 1;
}
.footer{
    background:#232122;
    color: #fff;
    padding: 5px 0;
    text-align: center;
}

.footer-container   > div{
    margin: 20px 0;
}
.footer-container  p {
    color: #fff;
}
.footer-container  h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    letter-spacing:  7px;

}
.footer-container p{
    opacity: 0.7;
}
.subs{
    background:#fff;
    width: 350px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto;
}
.subs i {
    font-size: 26px;
    flex:10%;
    display: block;
}
.subs input{
    flex: 60%;
    background: transparent;
    border: none;
    font-size:16px;
    padding: 0 5px;
    outline: 0;
    color:#fff;
}
.subs button{
    flex: 30%;
    font-size: 16px ;
    padding: 15px 0 ;
    font-weight: bold;
    background:var(--Gold);
    border: none;
    transition: var(--transition);
    cursor: pointer;
}
.subs button :hover{
    color: #fff;
}
.footer >p{
    text-align:center ;
    font-size: 14px;

}
@media screen and (min-width:992px) {
    /*header footer*/
  .nav-section{
    display: flex;
    justify-content: space-between;
    
}
.navBtn{
    display: none;

}
.brand-and-navBtn{
    flex:0 0 10%;
    background:none;
}
.top-nav{
    flex:0 1 80%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: transform 0s ease;
    transform: translateY(0);
    background: transparent;
}
.top-nav ul{
    display:flex;
}
.top-nav ul li{
    margin-right: 30px;
    margin-left: 30px;
}
.about{
    margin-top: 0;
}
.search-icon{
    flex:0 0 10%;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    cursor: pointer;
    transition: var(--transition);
} .search-icon i:hover{
    transform:scale(1.2);
}
}
 @media screen and (min-width: 1000px){
    .section-one .container {
        display:grid;
        grid-template-columns: repeat(2,1fr);
        grid-column-gap: 50px;
    }
    .sec-one-left{
      align-self: center;
    }
        .work-conent{
            margin-top:0;
        }
        .sec-one-left{
            height: 100%;
        }
        .footer-container{
            display: grid;
            grid-template-columns: repeat(2,1fr);
            grid-gap:20px;
        }
    }
    @media screen and ( min-width:1200px ) {
        .footer-container > div {
            width: 60%;
            margin-left: auto;
            margin-right: auto;
        }}
        @media screen and (max-width:500px) {
        
            .header{
                padding-bottom: 30px;
            }
        .social-icons{
            .social-icons{
                width: 350px;
                margin: 40px auto 0 auto;
                padding-bottom: 35px;
            }
        }    
        .about-content h3{
            width: 100%;
          
        }
        .about-content blockquote{
            font-size: 16px;
            width: 100%;
        }
        .subs{
            width:280px;
        }
        .subs i{
            display: none;
        }
        .subs input{
            width: 100%;
        }
        .subs button {
            padding-left: 8px;
            padding-right: 8px;
        }
        h2{
            font-size: 30px !important;
        }
        h3{
            font-size:20px !important;
        }
        p{
            font-size: 15px;
        }
        .btn{
            font-size: 14px;
            padding: 8px 0;
        }
        .work-img{
            grid-template-columns: 1fr;
            grid: row gap 20px;
        }
    }
    @media screen and (min-width:800px){
        .insta-img{
            display: grid;
                grid-template-columns: repeat(4, 1fr);
            }
            /*section three*/
            .gallery {
                display: grid;
               grid-template-columns: repeat(3,1fr);
                 }
                   /*section four*/
                   .blog-wrapper-sm{
                    display: grid;
                    grid-template-columns: repeat(3,1fr);
                    grid-gap: 20px;
                   }
          
        }
    