*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;

}
.flex-space-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body{
    overflow-x: hidden;
    background: #f9f9f9;
}
html{
    overflow-x: hidden;
}
.active-link{
    color: rgba(101, 85, 143, 1) !important ;
    font-weight: 700 !important;
}
.shadow{
    height: 172px;
    width: 89px;
    box-shadow: 165px -5px 136px rgba(101, 85, 143, 1) !important;
    background-color: transparent !important;

}

a{
    color: black;
    text-decoration: none;
}
a:hover{
    color: black;
}
header{
    padding: 40px ;
    background: #65558F29;
}
.post-date{
    color: rgba(101, 85, 143, 1);

}
/* .home header{
    background-color: transparent;
} */
 header .logo{
    font-weight: bolder;
    font-size: 28px;
    letter-spacing: -2px;
}
header .links .link{
    margin-bottom:0 ;
}


.home{
    height: 565px;
    position: relative;
}
.hero{
    background: url('../images/hero-image.png') ;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
 header .links{
    display: flex;
    margin: 15px 0;
    
}
 header .links a{
    color: rgba(34, 34, 58, 1);
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}
header .links .link-marign {
    margin: 0 15px;
}
.home .quote{
    height: 120px;
    width: 355px;
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    font-weight: 500;
    position: absolute;
    left: 97px;
    bottom: 97px;
}


.home .quote .line {
    background-color: rgba(79, 55, 138, 1) ;
    width: 94px;
    height: 5px;
    position: absolute;
    top: -20px;
}

.overlay-title , .overlay-text-date{
    position: absolute;
    z-index: 99;
    color: white;
}
.overlay-title{
    bottom: 30px;
    left: 15px;
    width: 90%;
}
.overlay-text-date{
    top: 30px;
    left: 15px;
}

.carrer{
    margin-top: 50px;
    margin-bottom: 30px ;
}
.project-title{
    font-size: 46px;
    font-weight: 700;
}
.project-description{
    width: 35%;
}
.d-flex-center{
    display: flex;
    justify-content: center;
}
#projects{
    margin: 85px 0;
    padding: 0 20px;
    position: relative;
}




.project-card{
    padding: 20px;
    background: white;
    border-radius: 40px;
}
.project-card:nth-child(2) {
    box-shadow: 0 0 10px rgba(101, 85, 143, 1) !important;
}

 .project-card img{
    border-radius: 30px;
    margin-bottom: 30px;

}
.project .project-link{
    padding: 22px;
    border: solid 10px #f9f9f9;
    position: absolute;
    background: white;
    bottom: 32px;
    z-index: 9;
    right: -3px;
    border-radius: 50%;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(101, 85, 143, 1)
}

.project-card .project-link::after{
    content: '';
    height: 30px;
    width: 30px;
    background-color: transparent;
    position: absolute;
    top: -39px;
    left: 30px;
    box-shadow: 0px 10px 0 0 #f9f9f9;
    border-bottom-right-radius: 50%;
}
.project-card .project-link::before{
    content: '';
    height: 30px;
    width: 30px;
    background-color: transparent;
    position: absolute;
    bottom: 10px;
    left: -40px;
    box-shadow: 10px 15px 0 0 #f9f9f9;
    border-bottom-right-radius: 50%;
}
.project .project-link i{
    font-size: 25px;
    transform: rotate(-50deg);
}
.project-name{
    padding: 10px 0;
    color: rgba(74, 68, 89, 1);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
}
footer{
    background-color: rgba(18, 21, 22, 1);
    padding: 40px 30px;
    color: rgba(255, 255, 255, 1) ;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
    position: relative;
}
footer img{
    position: absolute;
    left: -4%;
    top: 0;
    width: 70%;
    height: 100%;
}
footer .logo{
    font-weight: bolder;
    font-size: 23px;
    letter-spacing: -1px;
}
.socials {
    z-index: 9999999999;
    position: relative;
    
}
.socail{
    margin-right: 15px;
}
.socail i{
    font-size: 23px;
}


.project-details{
    color: #4A4459;
    padding: 20px;
}
.project-details img{
    border-radius: 20px;
}
.project-details-name{
    font-size: 26px;
    font-weight: 700;
}
.project-details-description{
    color: #000;
    font-weight: 400;
    font-size: 20px;
}
.other-project-name{
    font-size: 18px;
    font-weight: 700;
}
.other-project-img{
    background-color: #C7C2C238;
    border-radius: 37px;
    width: max-content;

}
.other-project-img img{
    transform: translateY(20px);
}
.project-details-path{
    font-size: 14px;
    color: #595D62;
}
.title{
    font-size: 28px;
    font-weight: 700;
    color: #1D1B20;
    text-align: center;
}
.conferences{
    padding: 20px;
}

.conferences-title{
    color: #4A4459;
    font-size: 22px;
    font-weight: 700;
}
.conferences-date{
    color: #4A4459;
    font-size: 16px;
    font-weight: 400;
}
.conferences-description{
    color: #4A4459;
    font-size: 18px;
    font-weight: 300;
}

.conferences-side-title{
    color: #4A4459;
    font-size: 16px;
    font-weight: 700;
}
.conferences-side-date{
    color: #4A4459;
    font-size: 12px;
    font-weight: 400;
}
.conferences-side-description{
    color: #4A4459;
    font-size: 14px;
    font-weight: 300;
}

.conferences-title{
    color: #4A4459;
    font-size: 22px;
    font-weight: 700;
}
.conferences-date{
    color: #4A4459;
    font-size: 16px;
    font-weight: 400;
}
.conferences-description{
    color: #4A4459;
    font-size: 18px;
    font-weight: 300;
}
.h-216{
    height: 216px;
}
.football img{
    border-radius: 5%;
}
.row{    margin: 0;
    padding: 0;
}
@media (max-width: 768px) and (min-width: 426px) {
    body {
        background-size: auto;
    }
    .home .quote{

        left: 40px;
        bottom: 40px;
    }
}
@media (max-width: 767px)  {

     header{
        padding: 20px ;
    }
     header .logo{
        font-weight: bolder;
        font-size: 25px;
        letter-spacing: -2px;
    }
     header .links .link-marign {
        margin: 0 8px;
    }
    .home .quote {
        height: 120px;
        width: 310px;
        color: rgba(0, 0, 0, 1);
        font-size: 17px;
        font-weight: 500;
        position: absolute;
        left: 20px;
        bottom: 97px;
    }
    .project-card{
        padding: 0;

    }
    footer img{
        position: absolute;
        left: 15%;
        top: 0;
        width: 70%;
        height: 100%;
        z-index: 1;
    }
}
@media (max-width: 425px)  {
    footer .logo{
        font-weight: bolder;
        font-size: 18px;
        letter-spacing: -1px;
        text-align: center;
    }
    footer{
        padding: 40px  10px;
        display: block;

    }
    footer div{
        width: 100%;
    }
    .follow-me{
        display: none;
    }
    .socials {
        text-align: center;
        display: flex;
        justify-content: center;
        margin-top: 30px;
        z-index: 9999999999999999999999;
        position: relative;
    }
    .project-description {
        width: 85%;
    }
    .teams .owl-controls .owl-buttons .owl-next {
        display: none;
    }
    .teams .owl-controls .owl-buttons .owl-prev {
        display: none;
    }
    .project-details-name {
        font-size: 22px ;
    }
}
