
.en-sidelinks-module {

    --link-bg-color: var(--red);
    --link-color: var(--red);
    --link-color2: #fff;
    --link-width: 156px;
    --link-height: auto;
    --link-font-size: clamp(14px, 2.2135vw, 17px);
    --link-font-family: var(--school-font-family-2);
    --link-font-weight: 500;
    --link-line-height: 1.231;
    --link-padding: 8px 16px;

    --link-hover-bg-color: #fff;
    --link-hover-color: var(--black);
    --link-hover-color2: var(--red);
    --link-hover-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);

    --margin-top-bottom: 75px;
}


.en-sidelinks-module {
    gap: 10px;
    top: 34%;
    transform: translateY(0);
    z-index: 9999;
}

.en-sidelinks-module a {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #000000;
    color: var(--white) !important;
    background: var(--black) !important;
    border-left: 4px solid var(--gold);
    width: var(--link-width);
    height: var(--link-height);
    font-size: var(--link-font-size);
    font-family: var(--link-font-family);
    font-weight: var(--link-font-weight);
    min-height: 55px;
    line-height: 20px;
    z-index: 1;
    text-transform: uppercase !important;
    position: relative;
    box-sizing: border-box !important;
    justify-content: start !important;
    text-align: left;
    position: relative !important;
    line-height: 20px !important;
    opacity: 0.9 !important;
    box-shadow: 0px 0px 20px rgb(0 0 0 / 20%);
    /* diğer stiller */
    border-left: 4px solid var(--red3);
    transform-origin: left;
    transition: transform 0.2s !important;
}

.en-sidelinks-module a:first-child,
.en-sidelinks-module a:nth-of-type(2) {
    font-weight: bolder;
    font-size: 20px;
    color: var(--red3) !important;
    background: var(--white) !important;
    border-left: 6px solid var(--red3);
    height: 64px;
}
.en-sidelinks-module a:first-child::after,
.en-sidelinks-module a:nth-of-type(2)::after{
    transition: transform 0.1s !important;
}


.en-sidelinks-module a:hover,
.en-sidelinks-module a:focus {
    transform: scaleX(1);
    color: var(--red3) !important;
}

.en-sidelinks-module a:hover,
.en-sidelinks-module a:focus {
    transform: translateX(4px);
}

.en-sidelinks-module a::after {
    content: "";
    position: absolute;
    background-color: var(--black) !important;
    /*background: url(/pics/school_logo.png) no-repeat right bottom;*/
    background-size: 85px 60px;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0 !important;
    z-index: -1;
    transform-origin: right;
    transition: transform .2s;
    transform: scaleX(0);
}

.en-sidelinks-module a:hover::after,
.en-sidelinks-module a:focus::after {
    transform: scaleX(1);
}

.en-sidelinks-module a:not(a:hover)::before {
    display: none;
}


@media screen and (min-width: 1099px) and (max-width: 1480px) {
    .en-sidelinks-module {
        position: absolute !important;
        top: 500px;
        transform: translateY(-50%);
    }
}

@media only screen and (max-width: 1099px) {
    .en-sidelinks-module {
        display: flex;
        align-items: center;
        padding: 35px 15px 50px;
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
        top: 19px;
        transform: none;
        position: relative;
        gap: 20px;
        margin: 0;
    }

}

@media only screen and (max-width: 768px) {
    .en-sidelinks-module {
        gap: 20px !important;
        margin: 0px 0px var(--margin-top-bottom) 0px;
        --link-height: 70px;
        --margin-top-bottom:35px;
    }

    .en-sidelinks-module a {
        background: var(--black) !important;
        color: var(--white) !important;
    }

    .en-sidelinks-module a:hover,
    .en-sidelinks-module a:focus {
        transform: scaleX(1);
        color: var(--red) !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 713px){
    .en-sidelinks-module a:first-child,
    .en-sidelinks-module a:nth-of-type(2) {
        height: 70px;
    }
}

    @media only screen and (max-width: 600px) {
    .en-sidelinks-module {
        gap: 5px !important;
        --link-width: 200px;
        padding-bottom: 35px;
    }

    .en-sidelinks-module a {
        justify-content: center;
    }
}

@media only screen and (max-width: 500px) {
    .en-sidelinks-module {
        --link-width: 150px;
    }
}










