* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,400&display=swap');
/*..................Navigation bar ..........................*/

/* #navigation{
    position:sticky;
    z-index: 1;
    width: 100%;
} */

#nav-head {
    display: flex;
    justify-content: right;
    flex-wrap: wrap;
    width: 100%;
    height: 5vh;
    /* background-color: rgb(255, 34, 0); */
}

#nav-job {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 40%;
    height: 5vh;
    /* background-color: aqua; */
}

#nav-job>a {
    text-decoration: none;
    color: red;
    margin-left: 5px;
    font-size: 15px;
}

#nav-job>p {
    color: rgb(185, 185, 185);
    margin-left: 5px
}

html {
    font-size: 62.5%;
    font-family: 'Roboto', sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.header {
    border-bottom: 1px solid #E2E8F0;
    background-color: rgb(22, 30, 46);

}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: white;
}

.nav-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 70%;
    /* background-color: aqua; */
}

.nav-item {
    margin-left: 5rem;
}

.nav-item>a {
    color: white;
    text-decoration: none;
}

.nav-link {
    font-size: 1.6rem;
    font-weight: 400;
    color: #475569;
}

.nav-link:hover {
    /* cursor: pointer; */
    text-shadow: 1px 0px 2px white;
    color: rgb(252, 250, 250);
    /* border: 2px solid black; */
}

.nav-logo {
    height: fit-content;
    display: flex;
}

.nav-logo>a {
    font-size: 3.1rem;
    font-weight: 500;
    color: white;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
}

.nav-logo>p {
    margin-left: 5px;
    color: white;
}

@media only screen and (max-width: 1030px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 5rem;
        flex-direction: column;
        background-color: rgb(22, 30, 46);
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
}



.containt {
    height: 80vh;
    width: 100%;
    display: flex;
    background-color: rgb(22, 30, 46);
    z-index: -1;
}

#containt-about {
    width: 40%;
    /* background-color: #475569; */
    display: flex;
    align-items: left;
    flex-direction: column;
    margin-left: 10%;
    justify-content: center;
}

#containt-about>h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}

#containt-about>button {
    width: 150px;
    background-color: rgb(22, 30, 46);
    height: 40px;
    box-shadow: 1px 0px 2px white;
    color: white;
    font-size: 15px;
    border: 1px solid white;
}

#containt-about>button:hover {
    cursor: pointer;
    box-shadow: 1px 0px 3px black;
    border: 2px solid black;
    /* color: white; */
}

.containt>.containt-img {
    width: 50%;
    height: 100%;
}

.containt>div>img {
    height: 100%;
    width: 100%;
}

@media only screen and (max-width: 1030px) {
    .containt {
        height: fit-content;
        /* padding-bottom: 20px; */
        width: 100%;
        display: flex;
        flex-direction: column;
        background-color: rgb(22, 30, 46);
        align-items: center;
    }

    #containt-about {
        width: 70%;
        /* background-color: #475569; */
        display: flex;
        align-items: left;
        flex-direction: column;
        margin-left: 10%;
        justify-content: center;
        margin-bottom: 130px;
        margin-top: 150px;
    }

    #containt-about>h1 {
        font-size: 40px;
        color: white;
        margin-bottom: 10px;
    }

    .containt>.containt-img {
        width: 100%;
        /* height: 100%; */
        /* background-color: aqua; */
    }

    .containt>div>img {
        height: 80vh;
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    .containt>div>img {
        height: 50vh;
        width: 100%;
    }
}

@media only screen and (max-width: 400px) {
    .containt>div>img {
        height: 40vh;
        width: 100%;
    }
}

.about {
    display: flex;
    width: 100%;
    height: 50vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about>p {
    font-size: 30px;
    margin-top: 40px;
    width: 80%;
}

@media only screen and (max-width: 850px) {
    .about {
        display: flex;
        width: 100%;
        height: 70vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 550px) {
    .about {
        display: flex;
        width: 100%;
        height: 60vh;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .about>p {
        font-size: 20px;
        margin-top: 40px;
        width: 80%;
    }
}

#services {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: fit-content;
    background-color: rgb(22, 30, 46);
    justify-content: center;
}

#service-container {
    width: 80%;
    color: white;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center;

}

#service-container>h1 {
    font-size: 30px;
}


#service-container>p {
    font-size: 17px;
    margin-top: 20px;
    width: 75%;
}

#s-box {
    width: 100%;
    /* background-color: bisque; */
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.service-box {
    width: 450px;
    height: 300px;
    background-color: #544CDF;
    color: white;
    margin: 20px;
    box-shadow: 0px 0px 4px white;
    /* display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column; */
}

.service-box>div {
    height: 85%;
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    flex-direction: column;
}

.service-box>div>h1 {
    font-size: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.service-box>div>p {
    font-size: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.service-box>button {
    width: 100%;
    height: 15%;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #00dbc9;
    border: none;
    cursor: pointer;
}
.service-box>button:hover{
    color: white;
}

#expertise{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    align-items: center;
}
#expertise-detail{
    font-size: 30px;
    width: 70%;
    margin:40px 0 40px 0;
}
#expertise-container{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
#expertise-container>div{
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin:20px;
    /* background-color: #475569; */
}
#expertise-container>div>p{
    margin-left: 5px;
    font-size: 15px;
}

@media(max-width:1150px) {
    footer {
        height: fit-content;
        width: 100%;
        background-color: #161e2e;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    footer>article {
        height: 65%;
        width: 100%;
        /* background-color: blueviolet; */
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    footer>article>.icon {
        width: 100%;
        height: 100%;
        /* background-color: rgb(209, 16, 16); */
        display: flex;
        justify-content: space-evenly;
    }

    footer>article>div {
        width: 45%;
        height: 100%;
        /* background-color: red; */
        /* border: 2px solid green; */
        margin-bottom: 25px;
        margin-top: 10px;

    }

    footer>article>div>svg {
        width: 40%;
        fill: white;
    }
}

@media(min-width:1150px) {
    footer {
        height: 75vh;
        width: 100%;
        background-color: #161e2e;
        display: flex;
        /* justify-content: center; */
        align-items: center;
    }

    footer>article {
        height: 65%;
        width: 100%;
        /* background-color: blueviolet; */
        display: flex;
        justify-content: center;
    }

    footer>article>.icon {
        width: 16%;
        height: 100%;
        /* background-color: rgb(186, 7, 7); */
        display: flex;
        justify-content: center;
    }

    footer>article>div {
        width: 15%;
        height: 100%;
        /* background-color: red; */
        border: 2px solid #161e2e;
        margin: 0 10px 0px 10px;
    }

    footer>article>div>svg {
        width: 60%;
        fill: white;
    }
}


footer>article>div>ul {
    list-style: none;
}

footer>article>div>ul>.textarea {
    color: #b7b7b7;
    font-family: var(--font-family, spotify-circular), Helvetica, Arial, sans-serif;
}

footer>article>div>ul>li {
    margin-bottom: 20px;
    font-size: 15px;
}

footer>article>div>ul>li>a {
    text-decoration: none;
    color: white;
    font-family: var(--font-family, spotify-circular), Helvetica, Arial, sans-serif;
    /* height: fit-content; */
}

footer>article>div>ul>li>a:hover {
    color: #00dbc9;
}

footer>article>.icon>a>i {
    font-size: 35px;
    color: white;
    margin-left: 20px;
}
footer>article>.icon>a{
    height: fit-content;
    width: fit-content;
}

footer {
    margin-top: 40px;
}

.div1>img {
    width: 80%;
    margin-left: 15px;
    /* mix-blend-mode:multiply; */
    background-color: transparent;
}