@import url('https://www.fsm.edu.tr/mainSite/assets/css/fsm-font/fsm-font.css?v=1.0.4');

@import url('https://www.fsm.edu.tr/mainSite/assets/css/variables.css');
 
:root {
    --template-color: #006580;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Medium.woff') format('woff'); 
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy-Bold';
    src: url('/assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Medium.woff') format('woff'); 
    font-style: normal;
    font-weight: bold;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Medium.woff') format('woff'); 
    font-style: normal;
    font-display: swap;
    font-weight: bold;
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('/assets/fonts/gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'SFUIDisplay Medium';
    src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SFUIDisplay Light';
    src: url('/assets/fonts/gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('/assets/fonts/gilroy/Gilroy-Medium.woff') format('woff'); 
    font-style: normal;
    font-display: swap;
    font-weight: bold;
}

.fsm-bar {
    font-family: Gilroy;
    font-size: 32px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    color: #000;
    margin-top: 0px;
    margin-bottom: 25px;
}

.fsm-bar-left-column {
    background-image: linear-gradient(to left, #fbe7e9, #dfedf0);
    min-height: 131px;
    padding: 51px 54px 51px;
    text-align: right;
    user-select: none;
    border-right: 4px solid #fff;
    cursor: pointer;
    border-radius: 0px 10px 10px 0px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
}

.fsm-bar-right-column {
    background-image: linear-gradient(to left, #fbe7e9, #dfedf0);
    min-height: 131px;
    padding: 51px 54px 51px 50px;
    user-select: none;
    cursor: pointer;
    border-left: 4px solid #fff;
    border-radius: 10px 0px 0px 10px;
    transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
}

.fsm-bar-left-column:hover,
.fsm-bar-right-column:hover {
    background-color: #4287c3;
    background-image: unset;
    color: #fff;
}

.fsm-bar-popup {
    display: none;
    position: absolute;
    width: 130%;
    padding: 10px 0 1px;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #f7f7f7;
    z-index: 10;
    top: -15px;
    left: 35%;
    color: #000;
    text-align: left;
}

.fsm-bar-right-column .fsm-bar-popup {
    left: auto;
    right: 35%;
}

.fsm-bar-menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    font-size: 16px;
    padding: 0;
    margin: 0;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px; 
}

.fsm-bar-menu li {
    max-width: 13ch;
    text-align: center;
    padding: 3px 10px 4px 9px;
    align-items: center;
    display: flex;
    height: 65px;
}

.fsm-bar-menu li:hover,
.fsm-bar-menu li.active {
    color: #fff;
    border-radius: 7px;
    background-color: #4287c3;
    padding: 3px 10px 4px 9px;
}

.fsm-bar-items {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    font-size: 16px;
    padding: 0;
    margin: 0;
    align-items: center;
    margin-bottom: 15px;
    justify-content: center;
}

.fsm-bar-items li {
    margin: 20px;
    display: none;
    animation: fade-in 0.5s;
}

.fsm-bar-items img {
    max-width: 204px;
    width: 100%;
    height: 186px;
}

.fsm-bar-items a {
    position: relative;
}

.fsm-bar-items a::after {
    content: attr(data-text);
    z-index: 10;
    position: absolute;
    display: flex;
    margin-top: -46px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 46px;
    background-color: #00000085;
    color: #fff;
    text-align: center;
    font-size: 15px;
    padding: 1px;
    transform: unset;
    -webkit-transform: unset;
}

.fsm-bar-right-column .fsm-bar-menu {
    justify-content: center;
}

.fsm-bar-right-column .fsm-bar-menu li {
    margin-right: 25px;
}

@media only screen and (max-width: 800px) {
    .fsm-bar-left-column {
        border: none;
        border-radius: unset;
        text-align: center;
        font-size: 20px;
    }

    .fsm-bar-right-column {
        border: none;
        border-radius: unset;
        text-align: center;
        font-size: 20px;
    }

    .fsm-bar-popup {
        width: 95%;
        top: 90px;
        left: 3%;
    }

    .fsm-bar-menu {
        /* justify-content: start;
        margin-left:25px; */
    }

    .fsm-bar-right-column .fsm-bar-popup {
        width: 95%;
        top: 90px;
        right: 3%;
    }

    .fsm-bar-items li {
        margin: 5px;
        width: 45%;
    }

    .fsm-bar-menu li {
        font-size: 14px;
    }

}

@keyframes fade-in {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.fsm-navigation ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    z-index: 200;
}

.fsm-navigation ul li {
    font-size: 14px;
    color: #000;
    width: calc(100% / 7);
    transition: 300ms all;
    font-weight: 600;
    padding: 0px;
    padding-top: 21px;
    display: inline-block;

}


.fsm-navigation ul ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -10px;
    z-index: 200;
    transition: 350ms all;
    width: calc(100% / 7 + 50px );
    background: white;
    border-radius: 5px;
    border: 1px solid #f5f5f5;
    margin-left: calc(100% / 6 - 215px);
    padding: 15px;
    -webkit-box-shadow: -24px 24px 40px rgb(18 18 61 / 10%);
    box-shadow: -24px 24px 40px rgb(18 18 61 / 10%);
    padding-top: 30px;
}

.fsm-navigation ul li:hover > ul {
    visibility: visible;
    opacity: 1;

}

.fsm-navigation ul ul li {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-weight: normal;

}

.fsm-navigation ul ul li:first-child {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-weight: 600;
}

.fsm-navigation ul li ul li .navigation-icon {
    background: var(--template-color);
    opacity: 1;
    -webkit-box-shadow: -24px 24px 40px rgb(18 18 61 / 10%);
    box-shadow: -24px 24px 40px rgb(18 18 61 / 10%);
}

.fsm-navigation ul li ul li span {
    display: block;
    padding-left: 15px;
    padding-right: 15px;


}


.fsm-navigation ul li .navigation-icon {
    background: var(--template-color);
    display: block;
    width: 75px;
    height: 75px;
    border-radius: 39%;
}


.fsm-socials {
    height: 60px;
    background-color: var(--template-color);
}

.fsm-socials-section {
    min-height: 60px;
    justify-content: space-between;
    align-items: center;
}

.fsm-social-icons ul {
    list-style: none;
    margin-left: -35px;
    margin-top: -6px;
}

.fsm-social-icons li {
    float: left;
}

.fsm-social-icons li i:before {
    width: 32px;
    height: 32px;
    top: 6px;
    opacity: 1;
    margin-top: 3px;
    margin-right: 25px;
}

.fsm-social-icons li:last-child i:before {
    margin-top: 5px;
}

.fsm-social-slogan {
    float: right;
    margin-top: 9px;
    font-family: SusaBold;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.73;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    text-align: -webkit-center;
}

.fsm-footer-menu {
    display: block;
    margin-top: 40px;
}

.fsm-footer-menu > ul {
    padding-left: 0;
    display: inline-table;
    list-style: none;
    -moz-column-rule: 1px solid #e6e6e6;
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
    -moz-column-width: 222px;
    -moz-column-fill: balance;
    column-width: 222px;
    column-fill: auto;
}

.fsm-footer-menu > ul > li {
    float: left;
    display: block;
   
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    width: 25%;
    min-height: 250px;
    color: #000000;
    overflow: hidden;
}

.fsm-footer-menu > ul > li span {
}

.fsm-footer-menu > ul > li > ul {
    list-style: none;
    margin-top: 5px;
    padding-left: 0;
    border-top: solid 1px #707070;
    padding-top: 5px;
    margin-right: 45px;
}

.fsm-footer-menu > ul > li > ul > li a {
   
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #393939;
    text-decoration: none;
}

.fsm-footer-menu > ul > li > ul > li a:hover {
    color: #93011B;
}

.fsm-footer-map {
    margin-top: 2em;
    width: 377px;
    /* height: 193.3px; */
    display: block;
    clear: both;
    margin-bottom: 10px;
}

.fsm-footer-map-and-logos {
    display: inline-block;
    float: right;
}

.fsm-footer-bottom {
    display: block;
    height: 50px;
    background-color: var(--template-color);
    margin-top: 65px;
}

.fsm-copyright-left,
.fsm-copyright-logo,
.fsm-copyright-right {
    width: 131%;
}

.fsm-copyright-right {
    text-align: right;
}

.fsm-footer-bottom span {

    color: #fff;
}

.fsm-copyright-logo {
    position: relative;
    display: flex;
    transform: rotate(180deg);
}

.fsm-copyright-logo-back {
    /*background-image: url(./../images/clip-path-01.svg);*/
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    width: 100%;
    height: 100%;
    transform: rotate(180deg);
    position: relative;
    top: -21px;
}

.fsm-copyright-logo > img {
    /* width: 105px; */
    /* height: 105px; */
    position: absolute;
    top: -89px;
    left: -63px;
    /* border-radius: 100%; */
    /* border: 5px solid #f7f7f7; */
    /* background-color: #f7f7f7; */
    object-fit: contain;
}

footer {
    background: white;
}

.fsm-copyright-left,
.fsm-copyright-right {
   
    font-size: 13px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: normal;
    text-align: right;
    color: #A7BBE8;
}

.fsm-copyright-left {
    text-align: left;
}

.fsm-footer-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#mobileMenu .collapse:not(.show) {
    display: block;
}

#mobileMenu > li > a {
    pointer-events: none;
}

.fsm-social-slogan img {
    width: 48%;
} 
.fsm-navigation a:hover{
    color:#007bff!important;
} 

.MainSlider{
    margin-bottom: 0;
}