@font-face {
  font-family: "avenir";
  src: url("../font/avenir_medium.ttf")
}
.font{
      font-family: "avenir" !important;
}
.w-80{
    width: 80%;
}
.footer-logo img{
    margin-left: 20%;
    width: 35%;
}
.footer-logo p{
    margin-left: 23%;
    width: 70%;
    margin-top: 15px;
    color: grey;
}
.footer-social{
    color: white;
    margin-left: 5%;
    margin-bottom: 12px;
}
.footer-social a{
    color: lightgray;
    text-decoration: none;
}
.footer-social a:hover{
    color: black;
    text-decoration: none;
}
.footer-details h5{
    color: #3ba3ff;
    padding-top: 20px;
}
footer{
    background-color: #f2f8ff;
    padding-top:50px;
}
.footr-link{
    color: black;
    text-decoration: none;
}
.copyright{
    border-top: 1px solid #878787;
    padding-top: 15px;
    margin-top: 20px;
}
.copyright p{
    text-align: center;
    color: grey;
    font-size: small;
}
@media (max-width:767px) {
    footer{
        text-align: center;
    }
    .footer-logo img {
        margin-left: 0px;
    }
    .footer-logo p {
        margin-left: 0px;
        width: 100%;
        padding: 0 60px;
    }
    .footer-details h3{
        padding: 0px 35px;
    }
}


.social-media{
    position: fixed;
    z-index: 11;
    top: 80%;
    left: 0px;
}
.social-media li{
    padding:10px 20px;
    border-radius: 0 100em 100em 0;
}
.social-media a{
    text-decoration: none;
    color: #0d0b33;
}
.item.active{
    background-color: #205396;
    color: white;
}
.item.active a{
    color: white;
}
.work{
    width: 270px;
}
.work img{
    width: 100%;
}
.work-list{
    overflow: hidden;
}
.work-list li{
    display: inline;
    text-align: center;
    list-style: none;
    padding-left: 6px;
    padding-right: 6px;
}
.arrow{
    position: relative;
}
.arrow img{
    position: absolute;
    top: 25%;
    z-index: 10;
}
.arrow img:hover{
    opacity: 0.5;
}
.team-card{
    width: 270px;
    padding-top: calc(var(--bs-gutter-x) * .5);
    border-radius: 10px;
    margin-top: 20px;
    transition: 1s all ease-in-out;
}
.team-card:hover{
    background-color: #3ba3ff;
}
.team-card img{
    aspect-ratio: 1;
    width: 100%;
}
.team-card1{
    width: 150px;
    margin: 10px 35px;
}
.team-card1 img{
    width: 100%;
}
.form-div{
    width:60%; 
    margin: 20px 20%;
}
@media (max-width:767px) {
    .form-div{
        width:90%; 
        margin: 20px;
    }
}
.project-div{
    margin-top:170px;
}
@media (max-width:767px) {
    .project-div{
        margin:30px 0;
        align-items: center;
        text-align: center;
    }
    .project-div p{
        width: 90%;
        display: block;
        margin: auto;
        text-align: center;
    }
    .simple-slider .content{
        width: 100%;
        top: 10%;
        left: 10%;
    }
    .arrow {
        display: none;
    }
}
.about{
    overflow: hidden;
    width: auto;
    padding: 4% 5%;
    margin-top: 100px;
    margin-bottom: 50px;
    background-color: #f2f8ff;
    border-radius: 10px;
}
.about li{
    display: inline-block;
    text-align: center;
    list-style: none;
    width: 140px;
    margin-left: 20px;
    margin-right: 20px;
    transition: transform .6s;
}
.about li:hover{
  transform: scale(1.1);
}