@import url('https://fonts.googleapis.com/css2?family=Gulzar&display=swap');

*{

    padding: 0px;

    margin: 0px;

    box-sizing: border-box;

    /* font-family: 'Gulzar', serif; */

}

a{

    text-decoration: none;

}

.hr-line{

    margin: 30px auto;

    width: 50%;

    border: 1px solid  var(--heading-color);

}

.project-qty{

    /* color: goldenrod; */

    font-size: 50px;

}

.project-dtl{

    position: relative;

}

.project-dtl .test-svg,.project-dtl .test-svg-2{

    position: absolute;

    bottom: 0%;

    left: 0%;

    width: 100%;

}

.test-svg-2{

    transform:rotateY(180deg) ;

}

.project-dtl .container .row{

    margin-top: 100px;

}

.project-cards a{

    text-decoration: none;

    color:white;

}

.col-md-4 h5{

        color: white;    

        text-shadow:  1px 1px var(--heading-color);          

}

.social-links li{

    list-style: none;

}

.social-links .d-flex .fa-star{

    color: var(--heading-color);

}

.social-links .d-flex .list1{

    margin-left: 10px !important;

}

.project-cards a:hover{

    color: goldenrod !important;

}

.list1{

    color: gray;
    font-weight: bold;

    list-style-type: none;

    margin-top: 10px;
}
.list1 .fa-star{
    color: var(--heading-color);
    margin-right: 10px ;
}
.develpor-img-desk{

    margin-top: 100px;

    display: block !important;

}
.develpor-img-mbl{
    margin-top: 80px;
    display: none !important;
}
.cards-click:hover{
    transition: 0.5s;
    box-shadow:  0px 0px 10px 10px var(--heading-color);

}
