@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* {
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
  }  */

* {
    padding: 0px;
    margin: 0px;
    font-family: "Montserrat", serif;
}

/* navbar */

#navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    height: 100px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    position: fixed;
    top: 0%;
    z-index: 9999;
}

.logo {
    width: 10%;
}
#btn-for-get-in-touch {
    background-color: #003060;
    color: #fff;
    font-weight: 500;
}

.top-content{
    margin-top: 200px;
}

/* hero */

.hero-bg {
    height: 800px;
    background: url(../images/home/hero.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero {
    background: #00000096;
}

.hero h1 {
    font-size: 48px;
    color: #fff;
}

.hero p {
    font-size: 20px;
    font-weight: medium;
    color: #dddddd;
}

.hero button {
    background: #003060;

    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}

/* who-we-are */
.we-are h2 {
    font-size: 40px;
    font-weight: 600;

}

.we-are p {
    font-size: 20px;
    font-weight: lighter;
}

.see-more {
    background: #003060;
    border: none;
    color: #fff;
    font-weight: 600;
}

/* what we do */
.we-do {
    background: #00000096;
    border-radius: 24px;
}

.do-one {
    background: url(../images/UX\ UI.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 24px;
    position: relative;
    border: 0.1px solid #232323;

}

.do-two {
    background: url(../images/home/Rectangle\ 13.png);
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 24px;
    position: relative;
    border: 0.1px solid #232323;
}

.do-three {
    background: url(../images/home/Rectangle\ 15.png);  
    background-size: cover;
    color: #fff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 24px;
    position: relative;
    border: 0.1px solid #232323;
}

.do-four {
    background: url(../images/home/Rectangle\ 14.png);
    color: #ffffff;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 400px;
    border-radius: 24px;
    position: relative;
    border: 0.1px solid #232323;
}

.do-img h4 {
    font-size: 26px;
    font-weight: 600;


}

.do-img p {
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    bottom: 10%;
}


/* review */
.review {
    background: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
}



/* footer */
footer .footer-logo{
    width: 50%;
}


/* responsive */


@media screen and (max-width: 768px) {
    #navbar{
        padding: 0 20px !important;
    }

    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }

    .hero button {
        font-size: 16px;

    }

    .we-are h2 {
        font-size: 32px;
    }

    .we-are p {
        font-size: 16px;
        
    }

    .do-img h4 {
        font-size: 20px;
    }

    .do-img p {
        font-size: 14px;
        
    }

    .review p {
        font-size: 14px;

    }

    #review-two {
        display: none;
    }

    #review-three {
        display: none;
    }

    .we-are-text p,
    h2,
    p {
        text-align: center;
    }

    .see-more {
        width: 100%;
    }

    footer {
        text-align: center;
    }

    #footer-logo {
        margin: 24px 0;

    }

    /* company */
    #all-member .member {
        height: 200px;

    }

    #all-member p {
        font-size: 12px;
    }

    #all-member h5 b {
        font-size: 12px;
    }

    /* news */
    .blog {
        margin: 16px;
    }
    .blog #news {
        height: 200px;
        align-content: center;
    
    }
    
    .blog #news p {
        font-size: 12px;
    }
    
    .blog #news h5 {
       
        font-size: 12px;
    }
    .blog #news .profile{
        width: 34px;
        height: 34px;
        background: url(/Image/young-business-professionals-group-young-modern-men-formalwear-working-using-computers-while-sitting-office_425904-821.jpg);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
       border-radius: 12px;
    
    }
    /* service */
    #service h2{
        font-size: 22px;
    }
    #service #uxui h2{
        font-size: 22px;
    }
    #service #web h2{
        font-size:22px;
    }
    #service #mobile h2{
        font-size: 22px;
    }
    #service #cloud h2{
        font-size: 22px;
    }
    #service #digital h2{
        font-size: 22px
    }
    #service #it h2{
        font-size:22px;
    }

    #service #uxui .text{
        font-size: 16px;
    }
    #service #web .text{
        font-size: 16px;
    }
    #service #mobile .text{
        font-size: 16px;
    }
    #service #cloud .text{
        font-size: 16px;
    }
    #service #digital .text{
        font-size: 16px;
    }
    #service #it .text{
        font-size: 16px;
    }

    /* company */
    #company{
        text-align: center;

    }
 
}


@media screen and (max-width: 900px) {
    .logo {
        width: 20% !important;
    }
    .top-content{
        margin-top: 130px;
    }

    h2{
        font-size: 16px !important;
    }

    #service{
        text-align: center;

    }
    #service #uxui p{
        font-size: 18px;
    }
    #service #web p{
        font-size: 18px;
    }
    #service #mobile p{
        font-size: 18px;
    }
    #service #cloud p{
        font-size: 18px;
    }
    #service #digital p{
        font-size: 18px;
    }
    #service #it p{
        font-size: 18px;
    }

    /* experties */
    #mail-text br{
        display: block;
    }

    /* contact */
    #contact{
        text-align: center;
    }
 
    /* company */
    .member p {
        font-size: 20px;
        margin-bottom: 0;

    }
    #company-img{
        height: 200px;
    }

   
}






/*  --------------------------------------------  */


.our-insight {
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0.0625em 0.0625em, rgba(0, 0, 0, 0.25) 0px 0.125em 0.5em, rgba(255, 255, 255, 0.1) 0px 0px 0px 1px inset;
    border-radius: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.insight-text {
    display: block;
    align-content: center;
}

.insight-img {
    width: 700px;
    height: 400px;
    background-image: url(/Image/still-life-graphic-design-office_23-2151345419.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
}


.member {
    align-content: end;
    background-size:cover;
    height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
    color: #fff;


}

.member-one {
    background-image: url(../images/Team/Frame\ 140.png);
}

.member-two {
    background-image: url(../images/Team/Frame\ 141.png);
   
}

.member-three {
    background-image: url(../images/Team/Frame\ 142.png);
    
}

.member-four {
    background-image: url(../images/Team/Frame\ 140-1.png);
    
}

.member-five {
    background-image: url(../images/Team/Frame\ 142-1.png);
    
}

.member-six {
  
    height: 100%;
}
/*  */

.member p {
    font-size: 20px;
}

.member h5 b {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10%;
} */

/* news */
.blog {
    background: #e6e6e6;
}

.news {
    height: 400px;
    align-content: center;
    border-radius: 24px;
    border: 0.1px solid #232323;
    color: #232323;
    background: #fff;
    padding: 24px;
}

.news p {
    font-size: 16px;
}

.news h5 {
    font-weight: bold;
    font-size: 16px;
}

.news .profile{
    width: 64px;
    height: 60px;
    border-radius: 14px;
    background: url(/Image/dvslogo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
   position: relative;
   left: 50%;
   bottom: -5%;
   transform: translateX(-50%);

}

/* service */
#service .text{
    font-size: 18px;
}

/* experties */

#our-experties {
    background: #00000096;
    color: #fff;
    padding: 24px;
}
.experties {
    align-content: end;
    text-align: center;
    border-radius: 24px;
    color: #232323;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 24px;
}
#mail-text br{
    display: none;
}

/* our-process */
.process .border{
    width: 100% !important ;
    border: 0.1px solid #232323;
}
/* get in touch */

#get-in-touch .img-container .image {
    width: 100%;
    height: 100%;
    background: url(../images/getintouch.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 24px;
 
    
}
#get-in-touch #email{
    position: relative;
}
#get-in-touch #countries{
    position: absolute;
    top: 50%;
}
/* contact */
#contact .contact-image{
    height: 90%;
    width: 100%;
    background-image: url(../images/contact.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
