.navbar{
    background-color: rgba(0, 0, 0, .35);
}

.navbar a img{
    height: 40px;
    width: 200px;
}

.navbar .navbar-nav{
    padding: 10px;
}
@media(max-width: 768px){
    .navbar .navbar-nav{
        text-align: center;
    }
}
.navbar .navbar-nav a.nav-link{
    color: #fff !important;
    margin-left: 15px;
}
.navbar svg{
    margin-left: 15px;
    cursor: pointer;
}

.header .darklay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #050505;
}
.header .black{
    width: 30%;
    height: 100%;
    float: left;
    background-color: #050505;
}

.header .main-head{
    position: relative;
    width: 70%;
    height: 100%;
    background-image: url('../Images/illustration.jpg');
    -moz-background-size:cover;
    -o-background-size: cover;
    -webkit-background-size: cover ;
    background-size: cover;
    float: left;
}
.header .overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}
.header a img{
    height: 100%;
    width: 100px;
}

.header .heading{
    position: absolute;
    top: 30%;
    z-index: 2;
}
.header .heading h1{
    font-size: 120px;
    font-weight: bold;
    color: #fff;
}
.header .heading h3{
    letter-spacing: 10px;
    font-size: 35px;
    background-color: #6667AB;
    color: #fff;
    padding: 7px;
    font-weight: bold;
}

@media(min-width: 991px){
    .header .heading{
        margin-left: 0;
        margin-left: 100px;
    }

    .header h1{
        font-size: 120px;
    }
    .header h3{
        font-size: 40px;
    }
}
@media(max-width: 990px){
    .header .heading{
        margin-left: 100px;
    }
}

@media(max-width: 768px){

    .header .heading{
        top: 40%;
        margin-left: 20px;
    }
    .header .heading h1{
        font-size: 40px;
    }
    .header .heading h3{
        font-size: 25px;
        margin-inline: 10%;
        
    }

    .header .main-head{
        display: block;
        width: 100%;
    }

    .header{
        justify-content: center;
        margin-left: 0;
    }
    .header .black{
        display: none;
    }
    .header h1{
        font-size: 35px;
        text-align: center;
    }
    .header h3{
        font-size: 15px;
        text-align: center;
    }
}


/* start section about us */
.about-us{
    padding: 100px;
    padding-inline: 20px;   
}
.about-us h2{
    font-size: 40px;
    font-weight: 600;
    color: #111;
}
.about-us h2 span{
    position: relative;
    z-index: 5;
}
.about-us h2 span strong{
    background-color: #6667AB;
    position: absolute;
    width: 140%;
    height: 30px;
    margin-top: 7%;
    left: -20%;
    z-index: -1;
}
.about-us p{
    padding-top: 40px;
    font-size: 20px;
}
@media(max-width: 768px){
    .about-us h2{
        font-size: 28px;
    }
    .about-us p{
        font-size: 16px;
    }
     
}
/* end section about us */

/* start section product */
.product{
    background-color: #050505;
    padding-top: 12%;
    padding-bottom: 12%;
}
@media(max-width: 768px){
    .product .content .nav{
        text-align: center;
        justify-content: center;
    }
    .product{
        text-align: center;
    }
}
.product .content button{
    font-size: 40px;
    color: #555;
    padding-top: 25px;
    width: fit-content;
    height: fit-content;
    padding: 10px;
    font-weight: bold;
}

.product .content .tab-content h2{
    margin-bottom: 50px;
    font-weight: 600;
}
.product .content .tab-content p{
    font-size: 25px;
    font-weight: 100;
    
}

@media(min-width: 991px){
    .product .content button{
        font-size: 40px;
    }
}

@media(max-width: 990px){
    .product .content button{
        font-size: 32px;
    }
}

@media(max-width: 768px){
    .product .content button{
        font-size: 28px;
    }
}
.product .content .tab-content{
    color: #fff;
}

@media(max-width: 768px){
    .product .content .tab-content h2{
        margin-top: 70px;
        font-size: 26px;
    }
    .product .content .tab-content p{
        font-size: 20px;
        padding-inline: 20px;
    }
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: transparent;
    border-left: 3px solid #6667AB;
}

.product .content .tab-pane{
    margin-left: 20px;
}
/* end section product */

/* start section our client */

.our-client{
    background-image: url('../Images/folk\ background.png');
    -moz-background-size:cover;
    -webkit-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.our-client h2{
    text-align: center;
    padding-top: 100px;
    font-size: 40px;
    color: #111;
}
.our-client .clients .row{
    justify-content: center;
}
.our-client .clients{
    margin-top: 150px;
    margin-bottom: 150px;
}
.our-client .clients img{
    width: 90%;
    height: 90%;
    margin-top: auto;
}
.our-client .clients img.bit-bigger{
    width: 100%;
    height: 100%;
}
@media(max-width: 768px){
    .our-client .clients img{
        height: 150px !important;
        width: 150px !important;
        margin-top: 20px;
    }
    .our-client .clients img.boss{
        height: 50px !important;
        margin-top: 70px !important;
    }
} 
/* end section our client */
.our-project .carousel-inner{
    position: relative;
}

.our-project .carousel-inner .over-lay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 300ms ease-in;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}
.our-project .carousel-inner .over-lay a{
    font-size: 28px;
    color: #aaa;
    margin-bottom: 20px;
    text-decoration: none;
}

.some-of-projects .projects{
    display: flex;
    margin: 0;
    padding: 0;
}
.some-of-projects .projects .project-item{
    -webkit-flex: 1;
    -moz-flex: 1;
    -o-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0;
    padding: 0;
    position: relative;
}
.some-of-projects .projects .over-lay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 200ms ease-in;
}

.some-of-projects .projects .project-item:hover .over-lay{
    background-color: rgba(0, 0, 0, 0.3);
}
.some-of-projects .projects div:hover a{
    display: block !important;
    color: #ddd;
    color: #ddd;
    text-decoration: none;
    position: absolute;
    left: 50%;
    bottom: 10px;
    font-size: 20px;
    transform: translate(-50%,-50%);

}
.some-of-projects .projects .project-item img{
    max-width: 100%;
    max-height: 100%;
}
/* start section contact us */

.contact-us{
    color: #fff;
    background-color: #050505;
}

.contact-us .heading h3{
    padding-top: 80px;
    font-size: 40px;
}
.contact-us .heading p{
    padding-top: 80px;
    font-size: 18px;
}
.contact-us .contact-info{
    padding-top: 100px;
    font-size: 20px;
}
.contact-us .contact-info a{
    color: #fff;
}
.contact-us .info{
    display: flex;
    justify-content: left;
    justify-items: center;
    margin-top: 7px;
}
.contact-us .info p{
    margin-left: 15px;

}

.contact-us .links p{
    font-size: 20px;
    margin-bottom: 10px;
}

.contact-us .links{
    text-align: center;
    margin-top: 40px;
    padding-right: 100px;
}
.contact-us .links a{
    margin-left: 10px;
    color: #fff;
}
.contact-us .message h3{
    margin-top: 80px;
    margin-bottom: 80px;
}
.contact-us .message input,
.contact-us .message textarea{
    background-color: rgba(255, 255, 255, .3);
    color: #fff;
    border: none;
    border-radius: 7px;
}
.contact-us .message input::placeholder{
    color: #fff;
}
.contact-us .message .phone-email input{
    width: 48%;
}
.contact-us .message .phone-email{
    display: flex;
    justify-content: space-between;
}
.contact-us .message textarea{
    height: 150px;
}
.contact-us .message button{
    color: rgb(255, 255, 255);
    background-color: #6667AB;
    border-color: #6667AB;
    font-weight: bold;
    border-radius: 8px;
}
.contact-us footer p{
    margin-bottom: 0;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
}
.contact-us footer a{
    color: #fff;
}
.contact-us footer p span{
    color: #ccc;
    margin-left: 15px;
}
/* end section contact us */

/* privacy-content */

.privacy-content{
    margin-top: 150px;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
  }
  .privacy-content h1{
    text-align: center;
  }
  .privacy-content p{
    font-size: 16px;
    margin-bottom: 10px;
  
  }