.small-menu {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #ffffff;
    transition: all 0.5s;
    opacity: 0;
    z-index: 2;
    color: var(--text-color);


    display: flex;
    flex-direction: column;
}

.small-menu__header {
    flex: 0 8%;
    letter-spacing: 4px;
    text-align: center;
    background-color: var(--red-color);
    color: var(--backColor);
    display: flex;
    justify-content: center;
    align-items: center;
}

.small-menu__list {
    flex: 1;
    overflow-y: scroll;
    padding-left: 0;
}
.small-menu__item a {
    padding: 1rem 1.5rem;
    font-size: 20px;
    letter-spacing: 1px;
    color: #494949;
}

.small-menu__item {
    padding: 0.1rem 0.1rem;
    border-bottom: 1px solid #222121;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.small-menu__link {
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    color: #494949;
}

.small-menu__item:nth-child(1) {
    border-top: 1px solid #222121;
}

/* inner list */
.inner-list {
    height: 0;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.inner-list-head {
    display: flex;
    justify-content: space-between;
    float: right;
}

.inner-list__item {
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.inner-list__link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.inner-list__item:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}

.header__center {
    display: none;
    flex: 0 40%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header__search span {
    margin-right: 5px;
}

.language__tr {
    margin-right: 2px;
}

.language__en {
    margin-left: 2px;
}

.mobil-circle {
    display: none !important;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.4s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mobil-circle i {
    font-size: 1rem;
    font-weight: 700;
}

.burger {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 2rem;
}

.line1,
.line2,
.line3 {
    width: 25px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1rem;
}

.line2 {
    margin: 6px 0;
}

.anim-circle {
    transform: rotate(-90deg);
}

.small-menu-open {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100vh;
}

.position-fixed {
    position: fixed;
}

.padding-bot-0 {
    padding-bottom: 0;
}

.inner-list-open {
    margin-top: 1rem;
    height: auto;
}

.my-z-index {
    z-index: 50;
}

.my-z-index-0 {
    z-index: 0;
}

.menu-minus {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

@media only screen and (min-width: 1024px){
    .small-menu__header{
        font-size: 26px;
    }
    #menuToggle{
        display: none!important;
    }
}

@media only screen and (min-width: 1025px) {

    .entrance-left-shape {
        bottom: -0.7rem;
    }
    .entrance .my-announcement .slider-card {
        margin-top: 0rem;
        width: 100% !important;
    }

    .entrance .my-announcement .announcement-cards {
        margin-top: 3rem;
    }

}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .firat-container {
        max-width: 90% !important;
    }

    .announcement-left-shape {
        bottom: 0.5rem !important;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1190px) {
    .card[data-state="#about"] {
        height: 450px;
        margin: 0 1rem;
    }
}

@media only screen and (max-width: 1024px) {
    .swiper-slide img {
        height: 30rem;
    }

    .card[data-state="#about"] {
        margin: 0 1rem;
    }

    body {
        padding-top: 0 !important;
    }

    .header-top {
        display: none !important;
    }

    header {
        height: 4.5rem;
        background-color: var(--red-color);
        padding: 0 1rem;

        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .burger {
        display: block;
    }

    .orta {
        display: block;
    }

    .mobil-circle {
        display: flex !important;
    }

    .close .line2 {
        display: none;
    }

    .close .line1 {
        transform: rotate(-45deg) translate(0, 1.9px);
        transition: all 0.3s ease;
    }

    .close .line3 {
        transform: rotate(45deg) translate(-0.2px, -2.5px);
        transition: all 0.3s ease;
    }


    .inner-list__item {
        font-size: 1.6rem;
    }

    header .logo,
    .header-sub,
    .header-title,
    .header-right .fast-access {
        display: none !important;
    }

    .header-top {
        padding: 0 1.5rem 0 2rem !important;
        margin: 0 !important;
        height: 100% !important;
    }

    /*----------------------------HOME BLADE--------------------- MAX-WİDTH:1024PX */
    .news-entrance-text {
        top: 61% !important;
        left: 2.2rem;
        font-size: 1rem !important;
    }


    .university-food-cards .box {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .food-date {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-itemse: center !important;
    }

    .food-note {
        display: flex;
        flex-direction: column;
        font-size: 1.5rem;
    }

    .container2 {
        width: 80% !important;
    }

    .container2 .box2 {
        margin: auto;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .my-announcement {
        padding: 0 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .my-announcement .col-8 {
        z-index: 0;
    }

    .my-announcement .col-12 {
        margin-top: 4rem;
        padding: 0 2rem;
        z-index: 0;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .my-announcement .announcement-right-shape {
        display: none;
    }

    .my-announcement .announcement-left-shape {
        display: none;
    }

    .my-announcement .announcement-card {
        flex: 0 45%;
    }

    .my-announcement .announcement-card:nth-child(2),
    .my-announcement .announcement-card:nth-child(4) {
        margin-right: 1.4rem !important;
    }

    .my-announcement .col-lg-4 {
        max-width: none;
    }

    .my-announcement .col-lg-8 {
        max-width: none;
    }

    .department-news-title {
        text-align: center;
    }

    .department-news-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .department-news-card {
        flex: 0 34%;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .department-news-card:nth-child(1),
    .department-news-card:nth-child(3) {
        margin-right: 2rem;
    }

    .show-all-button-news {
        margin-right: 1rem;
    }

    .document-cards {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .document-card {
        flex: 0 30%;
    }

    .document-card-top {
        width: 50% !important;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    /*----------------------------HOME BLADE END--------------------- MAX-WİDTH:1024PX */
    /* pages/index blade */
    .my-page-right {
        display: none;
    }

    .my-page-left {
        flex: 1 !important;
        max-width: none !important;
    }

    .my-page-left .index-content-right-shape {
        width: 100% !important;
    }

    .index-page.my-page-mt {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .card[data-state="#about"] {
        height: 400px !important;
        margin: 0 1rem !important;
    }

    .card-fullname {
        font-size: 18px !important;
    }

    .card-subtitle {
        font-size: 10px !important;
    }

    .card-content {
        padding: 10px !important;
    }

    .card-social a {
        width: 28px !important;
        height: 28px !important;
    }

    .card-buttons button {
        font-size: 10px !important;
    }

    .home-shape1,
    .home-shape2,
    .home-shape3,
    .home-shape4 {
        display: none;
    }

    .mobil-circle {
        width: 40px;
        height: 40px;
    }

    .mobil-circle i {
        font-size: 1.2rem;
    }

    .small-menu__item {
        font-size: 1.8rem;
    }

    .inner-list__item {
        font-size: 1.6rem;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:768px */
    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    .news-entrance-text {
        top: 65% !important;
    }

    .metric-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .metric-info .line {
        display: none;
    }

    .metric-card {
        flex: 0 30%;
        padding: 1rem 1rem;
        border: 1px solid #ddd;
        border-radius: 0.8rem;
        margin-top: 1rem;
        margin-right: 1rem;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .announcement-left-shape {
        bottom: -0.2rem !important;
    }

    .announcement-card {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .footer-sub .firat-logo {
        width: 100px !important;
        height: 100px !important;
    }

    .footer-sub .firat-logo img {
        width: 85px !important;
        height: 85px !important;
    }

    .footer-top-icon {
        gap: 0.5rem !important;
    }

    .footer-top-icon div {
        width: 30px !important;
        height: 30px !important;
    }

    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    /*----------------------------HOME BLADE END------------------------ MAX-WİDTH:768px */
}

@media only screen and (max-width: 700px) {
    .new-card {
        width: calc(100% / 2) !important;
    }
}

@media only screen and (max-width: 480px) {
    .card[data-state="#about"] {
        height: 400px !important;
        margin: auto !important;
    }
    .web-administrators{
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        align-items: center;
    }

    .new-card {
        width: calc(100% / 1) !important;
    }
}

@media only screen and (max-width: 639px) {
    .metric .metric-info .metric-card p {
        font-size: 30px !important;
    }
    .entrance .my-announcement .slider-card{
        margin-top: 0!important;
    }
    .header-title-responsive h3 .title h5{
        text-align: center;
        font-size: 18px;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:639PX */
    .document-cards {
        padding-top: 3rem !important;
    }

    .document-card-top {
        width: 100% !important;
    }

    /*----------------------------HOME BLADE END-
    ----------------------- MAX-WİDTH:639PX */
    .swiper-slide img {
        height: 20rem;
    }
}

@media only screen and (max-width: 480px) {
    .firat-logo {
        display: none !important;
    }
    .footer-top .firat-container{
        gap: 1rem;
    }


    .small-menu__item {
        font-size: 1.3rem;
    }

    .inner-list__item {
        font-size: 1.1rem;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:480px */
    .header__center {
        font-size: 1.1rem;
        flex: 0 50%;
    }

    .mobil-circle {
        width: 35px;
        height: 35px;
    }

    .mobil-circle i {
        font-size: 1rem;
    }

    .news-entrance-text {
        top: 72% !important;
        left: 1.7rem;
        font-size: 16px !important;
    }

    .container2 {
        width: 100% !important;
    }

    .container2 .box::before {
        width: 200px !important;
    }

    .metric-card {
        flex: 0 90%;
        margin-top: 1rem;
        margin-right: 0;
    }

    .department-news-card {
        margin: 0 !important;
        flex: 0 80%;
    }

    .my-announcement .col-8 {
        max-width: none;
    }

    .my-announcement .col-12 {
        max-width: none !important;
        padding: 0 1rem !important;
    }

    .announcement-left-shape {
        bottom: 0 !important;
        left: 3px !important;
    }

    .announcement-right-shape {
        top: -0.9rem !important;
        right: 3px !important;
    }

    .my-announcement .announcement-card {
        flex: 0 100%;

    }

    .my-announcement .announcement-card:nth-child(2),
    .my-announcement .announcement-card:nth-child(4) {
        margin-right: 0 !important;
    }

    .footer-top .firat-container {
        flex-wrap: wrap;
        justify-content: center !important;
    }



    .footer-top-icon p {
        font-size: 12px !important;
    }

    .footer-sub .firat-container {
        flex-direction: column;
    }

    .footer-sub .firat-logo {
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 1rem;
        margin-left: 1.9rem;
    }

    .footer-sub .firat-logo img {
        width: 70px !important;
        height: 70px !important;
    }


    .footer-sub .address {
        text-align: center;
    }

    .footer-sub .copyright-text a {
        text-align: center;
        position: absolute;
        right: 0;
    }

    .footer-sub .footer-social-icon {
        margin-top: 5px;
    }

    /*----------------------------HOME BLADE END------------------------ MAX-WİDTH:480px */
}

.small-menu {
    display: none;
    width: 0;
    height: 0;
    opacity: 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #FFFFFF;
    transition: all 0.6s;
    opacity: 0;
    color: var(--text-color);
    z-index: 2;

    display: flex;
    flex-direction: column;
}

.small-menu__header {
    flex: 0 8%;
    letter-spacing: 4px;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
}

.small-menu__list {
    flex: 1;
    overflow-y: scroll;
    padding-left: 0;
}

.small-menu__item {
    padding: 0.1rem 0.1rem;
    border-bottom: 1px solid #e0e0e0;
    font-size: 1.2rem;
    letter-spacing: 1px;
}

.small-menu__link {
    display: flex;
    justify-content: space-between;
    color: inherit;
}

.small-menu__item:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}

/* inner list */
.acilir{
    margin-top: 3.5rem;
    margin-left: -8rem;
}
.inner-list {
    height: 0;
    padding-left: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}

.inner-list-head {
    display: flex;
    justify-content: space-between;
}

.inner-list__item {
    font-size: 0.5rem;
    letter-spacing: 1px;
    padding: 0.05rem 0.05rem;
    border-bottom: 1px solid #e0e0e0;
}

.inner-list__link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
}

.inner-list__item:nth-child(1) {
    border-top: 1px solid #e0e0e0;
}

.header__center {
    display: none;
    flex: 0 40%;
    height: 100%;
    color: #fff;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.header__search span {
    margin-right: 5px;
}

.language__tr {
    margin-right: 2px;
}

.language__en {
    margin-left: 2px;
}

.mobil-circle {
    display: none !important;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 1rem;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.4s ease;

    display: flex;
    justify-content: center;
    align-items: center;
}

.mobil-circle i {
    font-size: 1rem;
    font-weight: 700;
}

.burger {
    display: none;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    left: 2rem;
}

.close .line1,
.close .line2,
.close .line3 {
    width: 25px;
    height: 2px;
    background-color: #51585e !important;
    border-radius: 1rem;
}

.line2 {
    margin: 6px 0;
}

.anim-circle {
    transform: rotate(-90deg);
}

.small-menu-open {
    display: flex;
    opacity: 1;
    width: 100%;
    height: 100vh;
}

.position-fixed {
    position: fixed;
}

.padding-bot-0 {
    padding-bottom: 0;
}

.inner-list-open {
    margin-top: 1rem;
    height: auto;
}

.my-z-index {
    z-index: 50;
}

.my-z-index-0 {
    z-index: 0;
}

.menu-minus {
    display: none !important;
}

.display-block {
    display: block !important;
}

.display-none {
    display: none !important;
}

@media only screen and (min-width: 1025px) {

    .entrance-left-shape {
        bottom: -0.7rem;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .firat-container {
        max-width: 90% !important;
    }

    .announcement-left-shape {
        bottom: 0.5rem !important;
    }
}

@media only screen and (max-width: 1399px){
    .accordion-item-body{
        max-height: 100% !important;
    }
}

@media only screen and (min-width: 1400px) {
    .accordion-item-body{
        max-height: 100% !important;
    }

}


@media only screen and (max-width: 1024px) {
    .small-menu__item a{
        font-size: 20px !important;
    }
    .news-entrance .news-entrance-title {
        font-size: 40px;
    }

    .entrance {
        margin-top: 1rem !important;
    }

    .swiper-slide img {
        height: 30rem;
    }

    .header-responsive {
        background: white;
        display: block;
    }

    body {
        padding-top: 0 !important;
    }

    .header-top {
        display: none !important;
    }

    header {
        height: 4.5rem;
        background-color: var(--red-color);
        padding: 0 1rem;

        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .burger {
        display: block;
    }

    .orta {
        display: block;
    }

    .mobil-circle {
        display: flex !important;
    }

    .close .line2 {
        display: none;
    }

    .close .line1 {
        transform: rotate(-45deg) translate(0, 1.9px);
        transition: all 0.3s ease;
    }

    .close .line3 {
        transform: rotate(45deg) translate(-0.2px, -2.5px);
        transition: all 0.3s ease;
    }


    .inner-list__item {
        font-size: 1.6rem;
    }

    header .logo,
    .header-sub,
    .header-title,
    .header-right .fast-access {
        display: none !important;
    }

    .header-top {
        padding: 0 1.5rem 0 2rem !important;
        margin: 0 !important;
        height: 100% !important;
    }

    /*----------------------------HOME BLADE--------------------- MAX-WİDTH:1024PX */
    .news-entrance-text {
        top: 61% !important;
        left: 2.2rem;
        font-size: 1rem !important;
    }

    .university-food-cards .box {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .food-date {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-itemse: center !important;
    }

    .food-note {
        display: flex;
        flex-direction: column;
        font-size: 1.5rem;
    }

    .container2 {
        width: 80% !important;
    }

    .container2 .box2 {
        margin: auto;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .my-announcement {
        padding: 0 1rem !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .my-announcement .col-8 {
        z-index: 0;
    }

    .my-announcement .col-7 {
        margin-top: 2rem;
        padding: 0 2rem;
        z-index: 0;

        display: flex;
        flex-wrap: wrap;
        justify-content: center;

    }

    .my-announcement .announcement-right-shape {
        display: none;
    }

    .my-announcement .announcement-left-shape {
        display: none;
    }

    .my-announcement .announcement-card {
        flex: 0 45%;
    }

    .my-announcement .announcement-card:nth-child(2),
    .my-announcement .announcement-card:nth-child(4) {
        margin-right: 1.4rem !important;
    }

    .department-news-title {
        text-align: center;
    }

    .department-news-cards {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .department-news-card {
        flex: 0 34%;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .department-news-card:nth-child(1),
    .department-news-card:nth-child(3) {
        margin-right: 2rem;
    }

    .show-all-button-news {
        margin-right: 1rem;
    }

    .document-cards {
        display: flex !important;
        flex-wrap: wrap;
        justify-content: center;
    }

    .document-card {
        flex: 0 30%;
    }

    .document-card-top {
        width: 50% !important;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    /*----------------------------HOME BLADE END--------------------- MAX-WİDTH:1024PX */
    /* pages/index blade */
    .my-page-right {
        display: none;
    }

    .my-page-left {
        flex: 1 !important;
        max-width: none !important;
    }

    .my-page-left .index-content-right-shape {
        width: 100% !important;
    }

    .index-page.my-page-mt {
        margin-top: 1rem !important;
    }
}

@media only screen and (max-width: 992px) {
    .small-menu__item a{
        font-size: 20px !important;
    }
    .other-news-responsive {
        display: block;!important;
    }
    .personnel-cards .personnel-card{
        width: 100%!important;
    }
}

@media only screen and (max-width: 766px) {
    .small-menu__header{
        font-size: 20px;
    }
    .small-menu__item a{
        font-size: 17px !important;
    }
    .home-shape1,
    .home-shape2,
    .home-shape3,
    .home-shape4 {
        display: none;
    }

    .mobil-circle {
        width: 40px;
        height: 40px;
    }

    .mobil-circle i {
        font-size: 1rem;
    }


    .small-menu__item {
        display: flex;
        font-size: 17px;
    }
    .small-menu__item i{
        margin-top: 19px;
        font-size: 12px;
    }

    .inner-list__item {
        font-size: 1.6rem;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:768px */
    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    .news-entrance-text {
        top: 65% !important;
    }

    .metric-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .metric-info .line {
        display: none;
    }

    .metric-card {
        flex: 0 30%;
        padding: 1rem 1rem;
        border: 1px solid #ddd;
        border-radius: 0.8rem;
        margin-top: 1rem;
        margin-right: 1rem;
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .announcement-left-shape {
        bottom: -0.2rem !important;
    }

    .announcement-card {
        box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    }

    .footer-sub .firat-logo {
        width: 100px !important;
        height: 100px !important;
    }

    .footer-sub .firat-logo img {
        width: 85px !important;
        height: 85px !important;
    }

    .footer-top-icon {
        gap: 0.5rem !important;
    }

    .footer-top-icon div {
        width: 30px !important;
        height: 30px !important;
    }

    .footer-top .firat-container {
        padding: 0 0.5rem;
    }

    /*----------------------------HOME BLADE END------------------------ MAX-WİDTH:768px */
}

    @media only screen and (min-width: 766px) and (max-width: 1024px){
        .small-menu__header{
            font-size: 23px;
        }
        .small-menu__item i{
            font-size: 14px;
            margin-top: 19px;
        }
    }

@media only screen and (max-width: 639px) {
    .small-menu__item a{
      font-size: 14px !important;
    }
    .index-content-info ol li p span {
        font-size: 12px;
    }
    .news-entrance .news-entrance-title p{
        font-size: 32px;
    }
    .personnel-card-info-contact-mail p{
        font-size: 12px!important;
    }
    .personnel-card-info-work-places p{
        font-size: 10px!important;
    }
    .personnel-card-info-name h6{
        font-size: 14px!important;
    }
    .personnel-card-info-qr{
        display: none!important;
    }
    .new-section-detail-explanation p{
        font-size: 12px;
    }
    .new-section-detail-title h3{
        font-size: 18px;
    }

    .index-content-info p img {
        border: 0;
        height: auto !important;
        outline: 0;
        width: 100% !important;
    }

    .news-entrance img {
        height: 180px!important;
    }


    .news-entrance .news-entrance-title {
        font-size: 30px;
    }

    .metric .metric-info .metric-card p {
        font-size: 30px !important;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:639PX */
    .document-cards {
        padding-top: 3rem !important;
    }

    .document-card-top {
        width: 100% !important;
    }

    .news-section-card-right-title p {
        font-size: 14px !important;
    }

    .news-section-card-right-explanation p {
        font-size: 10px !important;
    }

    .news-section-card-left-date p {
        font-size: 10px !important;
    }

    /*----------------------------HOME BLADE END-
    ----------------------- MAX-WİDTH:639PX */
    .swiper-slide img {
        height: 20rem;
    }
}


    @media only screen and (max-width: 480px) {
    .news-section-card-right-explanation p {
        font-size: 9px !important;
    }


    .small-menu__item {
        font-size: 1.3rem;
    }

    .inner-list__item {
        font-size: 1.1rem;
    }

    /*----------------------------HOME BLADE------------------------ MAX-WİDTH:480px */
    .header__center {
        font-size: 1.1rem;
        flex: 0 50%;
    }

    .mobil-circle {
        width: 35px;
        height: 35px;
    }

    .mobil-circle i {
        font-size: 1rem;
    }

    .news-entrance-text {
        top: 72% !important;
        left: 1.7rem;
        font-size: 16px !important;
    }

    .container2 {
        width: 100% !important;
    }

    .container2 .box::before {
        width: 200px !important;
    }

    .metric-card {
        flex: 0 90%;
        margin-top: 1rem;
        margin-right: 0;
    }

    .department-news-card {
        margin: 0 !important;
        flex: 0 80%;
    }

    .my-announcement .col-8 {
        max-width: none;
    }

    .my-announcement .col-12 {
        max-width: none !important;
        padding: 0 1rem !important;
    }

    .announcement-left-shape {
        bottom: 0 !important;
        left: 3px !important;
    }

    .announcement-right-shape {
        top: -0.9rem !important;
        right: 3px !important;
    }

    .my-announcement .announcement-card {
        flex: 0 100%;

    }

    .my-announcement .announcement-card:nth-child(2),
    .my-announcement .announcement-card:nth-child(4) {
        margin-right: 0 !important;
    }

    .footer-top .firat-container {
        flex-wrap: wrap;
        justify-content: center !important;
    }


    .footer-top-icon p {
        font-size: 15px !important;
    }

    .footer-sub .firat-container {
        flex-direction: column;
    }

    .footer-sub .firat-logo {
        width: 90px !important;
        height: 90px !important;
        margin-bottom: 1rem;
        margin-left: 1.9rem;
    }

    .footer-sub .firat-logo img {
        width: 70px !important;
        height: 70px !important;
    }



    .footer-sub .address {
        text-align: center;
    }

    .footer-sub .copyright-text a {
        text-align: center;
        position: absolute;
        right: 0;
    }

    .footer-sub .footer-social-icon {
        margin-top: 5px;
    }

    /*----------------------------HOME BLADE END------------------------ MAX-WİDTH:480px */
}

@media only screen and (max-width: 1100px) {
    .menu ol > li > a {
        font-size: 10px !important;
    }

    .my-announcement .col-lg-7 {
        width: 100% !important;
    }

    .announcement-cards {
        width: 100%;
    }
}

