body {
    font-family: 'Poppins';
}

* {
    list-style: none;
}

/* buttons */


.btn1 {
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0573bb;
    height: 50px;
    width: 165px;
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}

.btnn {
    border: none;
    color: #FFFFFF;
    font-weight: 700;
    background-color: #0573bb;
    height: 50px;
    border-radius: 30px;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
}


/* footer portion  */
.gray>div>a {
    text-decoration: none;
}

.input1 {
    height: 50px;
    width: 300px;
    border-radius: 30px;
    border: none;
    padding: 15px;
    outline: none;
}

.btn3 {
    height: 50px;
    background-color: #4731C1;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}


/*$$ service portion $$ */
.backimg5 {
    background-image: url(assets/01_about_01.png);
    background-size: cover;
    border-image: fill 0 linear-gradient(#0001, #000);
}

.card2 {
    height: 350px;
    position: relative;
    bottom: 0;
}

.card2:hover {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    bottom: 12px;
    transition-duration: 0.5s;
}

/*$$ team portion $$ */
.card5 {
    display: flex;
    height: 340px;
}

.imag {
    height: 232px;
    border-radius: 20px;
    position: relative;
    bottom: 25px;
    right: 20px;
    width: 200px;
    object-fit: cover;
}

.cardtxt>p {
    width: 84%;
}

.line {
    height: 1px;
    width: 70%;
    background-color: #585476;
}

/*$$ About us portion $$ */
.btn2 {
    height: 50px;
    width: 200px;
    border-radius: 30px;
    border: 3px solid #62418E;
    background-color: transparent;
}

.btn2:hover {
    background-color: #62418E;
    color: #FFFFFF;
}

.card3 {
    width: 81%;
    position: relative;
    left: 0;
}

.boder1 {
    border-left: 6px solid;
    height: 40px;
    border-radius: 25px;
    position: relative;
    top: 43px;
    right: 3px;
    display: none;
}

.card3:hover {
    background-color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    left: 5px;
    transition-duration: 0.5s;
}

.card3:hover .boder1 {
    display: block;
    transition-duration: 0.5s;
}

.card4:hover {
    background-color: #0573bb;
    color: #FFFFFF;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.card4:hover .svg1 {
    background-color: #0573bb;
    color: #FFFFFF;
}

.btn4 {
    width: 160px;
    height: 55px;
    background-color: #0573bb;
    border-radius: 35px;
    border: none;
}

/*$$ contact portion $$ */
.icon1>img {
    height: 70px;
    width: 70px;
    background-color: #AEE5FF;
    border-radius: 40px;
}

.input2 {
    border-radius: 11px;
    border: none;
    border: 1px solid gray;
    height: 50px;
    width: 100%;
    outline: none;
}

.input3 {
    border-radius: 15px;
    border: 1px solid gray;
    outline: none;
    width: 100%;
}


/* home page  */
.counter {
    text-align: center;
}

.counter-count {
    font-size: 50px;
    font-weight: bold;
    position: relative;
    color: #000000;
    text-align: center;
    display: inline-block;
}

.backimg4 {
    background-image: url(assets/banner-2-scaled.jpg);
    background-size: cover;
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tabcontent {
    display: none;
}

.box:hover {
    background-color: #0466A6;
    color: #FFFFFF;
}

/* Project New portion  */
.backimg6 {
    background-image: url(assets/3bbbfcd3687eef1e2a8f7dbe4cad72e4-scaled.jpg);
    background-size: cover;
}

.screen {
    display: block;
    width: 90%;
    height: 250px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
}

.screen img {
    top: 0;
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    transition: top 5s;
}

.screen:hover img {
    top: -500px;
    transition: all 5s;
}

/* Team portion  */
@media only screen and (max-width: 520px) {
    .card5 {
        display: block;
        text-align: center;
        margin-top: 100px;
    }

    .cardimg>img {
        height: 195px;
        position: relative;
        bottom: 90px;
        left: 7px;
    }

    .cardtxt {
        position: relative;
        bottom: 100px;
    }

    .cardtxt>p {
        width: 95%;
        margin: auto;
    }

    .line {
        margin: auto;
    }
}

/* about us page  */
.backimg7 {
    background-image: url(assets/About-Page-Banner.webp);
    background-size: cover;
}

.circule {
    height: 200px;
    width: 200px;
    border: 1px solid #023e8a;
    border-radius: 100px;
}

.circule:hover {
    background: linear-gradient(-45deg, #023e8a, #0466a6, #48cae4);
    color: white;
}




.team {
    position: relative;
    display: block;
    width: 300px;
    margin: 40px auto;
    color: #a8aabc;
    overflow: hidden;

    .show {
        position: relative;
        height: 400px;
        background-color: #eceaea;
    }

    .hide {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        opacity: 0.7;
        height: 300px;
        padding: 28px;
        color: #ffffff;
        background-color: #E7324A;
        transform: translateY(100%);
        transition: transform .5s;
    }

    &:hover {
        .hide {
            transform: translateY(0);
        }
    }
}




.team {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}
.team .show {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #eceaea;
}
.team img {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.team .overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #0573bb;
    
    padding: 10px;
    text-align: center;
    opacity: 0;
    color: white;
    transition: opacity 0.3s ease, padding 0.3s ease, width 0.3s ease, height 0.3s ease;
    width: 60%;
    height: 60%;
}


.team .show:hover .overlay {
    opacity: 0.8;
    width: 80%;
    height: 80%;
    padding: 40px;

}

.fotr-iconfb,
.fotr-Twitter,
.fotr-insta,
.fotr-linkedin {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    border: 1px solid white;
    margin-left: 5px;
    color: white;
}
.fotr-iconfb a i,
.fotr-Twitter a i,
.fotr-insta a i,
.fotr-linkedin a i {
    color: white;
}