/*-- Use For Custom Styling --*/


.lang {
    margin: 0 20px 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;

    .dropdown {
        position: relative;
        left: 0;
        display: none;
        margin: 0;
        padding: 0;
        list-style: none;
    }
}

.lang:hover {
    width: 73px;
    justify-content: space-between;
    flex-direction: row;
    cursor: pointer;

    .dropdown {
        display: flex;
        flex-direction: "row";

        align-items :flex-start li {
            margin: 0;
            display: block;
            padding: 5px 0;
        }
    }
}

.eng {
    background-image: url("../../assets//images/eng.svg");
    width: 35px;
    height: 35px;
}

.tr {
    background-image: url("../../assets/images/tr.svg");
    width: 35px;
    height: 35px;
}



@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    .lang {
        margin: 0 60px 0 20px;
    }

}

.custom-shadow {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.owl-carousel .owl-stage {
    padding: 10px 0 10px 0;
}