@import url('https://fonts.googleapis.com/css2?family=Beau+Rivage&family=Oooh+Baby&family=Roboto+Flex:opsz,wght@8..144,100..1000&family=Stalemate&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.cdnfonts.com/css/open-dyslexic');
@import url(https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900);

* {
    margin: 0;
    padding: 0;

}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.mobile-menu-baslik {
    background-color: #d1d1d1;
}


/*MegaMenu*/
.navbar .megamenu {
    padding: 1rem;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {

    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px) {
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

.mpSifir {
    margin: 0 !important;
    padding: 0 !important;
}

.megamenu .card {
    cursor: pointer;
}

.megamenu .card-body {
    padding: 5px 0;
    text-align: center;
    min-height: 35px;
}

.megamenu .card-title {
    font-size: 13px;
    padding: 0;
    margin: 0;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.megamenu .card:hover {
    box-shadow: 1px 4px 39px -13px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 4px 39px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 4px 39px -13px rgba(0,0,0,0.75);
}

.megamenu .container {
    min-height: 225px;
}

.megamenu {
    background-image: url(../img/menu-siluet1.png);
    background-repeat: no-repeat;
    background-size: auto;
    top: 100%;
    background-position: center;
}

#atam {
}

    #atam img {
        width: 65%;
        padding: 5px 0px;
    }

    #atam .nav-link {
        padding: 0;
        margin: 0;
    }

.allButton {
    color: #000;
}

    .allButton:hover {
        color: #7e9400;
    }

#nav-icon3 {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #nav-icon3::after {
        display: none;
    }

    #nav-icon3:hover {
        background-color: #7e9400;
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #FFF;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon3 span:nth-child(1) {
            top: 8px;
        }

        #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
            top: 16px;
        }

        #nav-icon3 span:nth-child(4) {
            top: 24px;
        }

    #nav-icon3.open span:nth-child(1) {
        top: 16px;
        width: 0%;
        left: 50%;
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon3.open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.dropdown-toggle::after {
}

.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(180deg);
    transition: all ease 0.5s;
}

.dropdown-toggle::after {
    transition: all ease 0.5s;
}

#searchlink::after {
    display: none;
}

#searchInput::after {
    display: none;
}

.btn-white {
    background-color: #FFF;
    border-bottom: 2px solid #7e9400;
    font-family: "Barlow Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 1.125em;
    padding: 20px 30px;
}

    .btn-white:hover {
        background-color: #7e9400;
        border-bottom: 2px solid #7e9400;
        color: #FFF;
    }
/*NavBar*/
.bg-trans {
    background-color: transparent;
    padding: 0;
}

.navbar .collapse {
}

.navbar .container {
    align-items: unset;
}

.navbar-nav {
    background-color: #7e9400;
    flex-grow: 0;
    align-items: center;
}

.nav-item {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}

.nav-link {
    padding: 25px 20px 20px 20px !important;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 1.3em;
    color: #FFF;
}

    .nav-link:hover {
        background-color: #FFF;
        color: #7e9400;
    }
/*Video Background*/
.video-background-holder {
    position: relative;
    background-color: black;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
}

    .video-background-holder video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        z-index: 0;
        -ms-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }

.video-background-content {
    position: relative;
    z-index: 2;
}

.video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: url('../img/overlay.webp') center center;
    opacity: 0.5;
    z-index: 1;
}
/*Fulscreen Carousel*/
.carousel-item::after {
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.5;
    background: url('../img/overlay.webp') center center;
    position: absolute;
    display: inline-block;
}

.full-screen {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*botom menu*/
#navbarNavDarkDropdown {
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    z-index: 11;
    height: 65px;
    color: #fff;
    width: fit-content;
}

.dropdown-menu-dark {
    bottom: 100%;
    background-color: #FFF;
    border: 0;
    border-radius: 0;
    padding: 15px 0 0 0;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
    min-width: -webkit-fill-available;
}
/*DARK BTN*/
.btn-dark {
    background-color: transparent;
    border-radius: 0;
    border: 0;   
    padding: 20px 30px;
    font-family: "Sofia Sans Semi Condensed", sans-serif;    
    font-weight: bold;
    font-size: 1.1em;
}

.dropdown-menu-dark .dropdown-item {
    background-color: #FFF;
    color: #5b5b5b;
    padding-left: 10%;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, padding-left .3s ease-in-out;
    font-weight:bold !important;
}

    .dropdown-menu-dark .dropdown-item:hover {
        background-color: #7e9400;
        color: #FFF;
        padding-left: 15%;
    }



.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
    background-color: #FFF;
    color: #7e9400;
}

.btn-dark[aria-expanded="true"] {
    background-color: #FFF;
    color: #7e9400;
}

.btn-dark:hover {
    background-color: #FFF;
    color: #7e9400;
}

.btn-dark:focus {
    background-color: #FFF;
    color: #7e9400;
}

.btn-dark:active {
    background-color: #FFF;
    color: #7e9400;
}

.btn-dark:target {
    background-color: #FFF;
    color: #7e9400;
}
/*DARK FIRE*/
.btn-fire {
    background-color: white;
    border-radius: 0;
    border: 0;
    padding: 20px 30px;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    color: red;
    font-weight: bold;
    font-size:1.1em;
}

.dropdown-menu-fire .dropdown-item {
    background-color: #FFF;
    color: #5b5b5b;
    padding-left: 10%;
    transition: color .3s ease-in-out, background-color .3s ease-in-out, padding-left .3s ease-in-out;
}

    .dropdown-menu-fire .dropdown-item:hover {
        background-color: #bb0202;
        color: #FFF;
        padding-left: 15%;
    }

.btn-fire[aria-expanded="true"] {
    background-color: #FFF;
    color: #bb0202;
}

.btn-fire:hover {
    background-color: #FFF;
    color: #bb0202;
}

.btn-fire:focus {
    background-color: #FFF;
    color: #bb0202;
}

.btn-fire:active {
    background-color: #FFF;
    color: #bb0202;
}

.btn-fire:target {
    background-color: #FFF;
    color: #bb0202;
}

.dropdown-submenu {
    position: absolute;
    left: 75%;
    bottom: 0;
    display: none;
}

    .dropdown-submenu a {
        width: 110%;
    }



.dropdown-submenu-item:hover .dropdown-submenu {
    display: block !important;
}

/*weather icons*/
.wi-icons {
    position: relative;
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(5, 1fr);
}

.wi-icons-new {
    grid-gap: 9px;
    grid-template-columns: repeat(10, 1fr);
}

@media (max-width: 991px) {
    .wi-icons {
        grid-template-columns: repeat(3, 1fr);
    }

    .wi-icons-new {
        grid-gap: 9px;
        grid-template-columns: repeat(6, 1fr);
    }
}

@media (max-width: 767px) {
    .wi-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .wi-icons-new {
        grid-gap: 9px;
        grid-template-columns: repeat(4, 1fr);
    }
}



.hava {
    background-color: #7e9400;
    margin: 0;
    max-width: 180px;
    text-align: center;
    padding-right: 30px;
    height:70px;
}

    .hava img {
        width: 75%;
    }

#havaText {
    font-size: 0.6em;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

#havaTemp {
    font-size: 1.3em;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}
/*Carousel left*/

.owl-1:before, .owl-1:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: #444;
    -webkit-box-shadow: 0 15px 15px #444;
    -moz-box-shadow: 0 15px 15px #444;
    box-shadow: 0 15px 15px #444;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.owl-1:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}
/*carousel right*/
.card__post {
    position: relative;
}

    .card__post .card__post__body {
        display: block;
    }

        .card__post .card__post__body img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            max-width: 100%;
            height: 245px;
            position: relative;
        }

        .card__post .card__post__body .card__post__content {
            padding: 20px;
            left: 0;
            bottom: 0;
            width: 100%;
        }

            .card__post .card__post__body .card__post__content .card__post__category {
                clear: both;
                color: #fff;
                display: inline-block;
                font-size: 10px;
                margin-bottom: 5px;
                padding: 5px 8px;
                background: #053c5c;
                line-height: 15px;
                text-transform: uppercase;
                font-family: Montserrat, sans-serif;
                font-weight: 600;
            }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post .card__post__body .card__post__content .card__post__category {
        position: absolute;
        top: -20px;
        left: 20px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__category {
        margin-bottom: 10px;
    }
}

.card__post .card__post__body .card__post__content .card__post__title h6 a {
    margin: 0 0 10px;
    text-decoration: none;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post .card__post__body .card__post__content .card__post__title h6 a {
        margin-bottom: 0;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__title h5 {
        font-size: 14px;
    }
}

.card__post .card__post__body .card__post__content .card__post__title h5 a {
    color: #fff;
}

    .card__post .card__post__body .card__post__content .card__post__title h5 a:hover {
        text-decoration: none;
    }

.card__post .card__post__body .card__post__content .card__post__title h4 a:hover {
    text-decoration: none;
}

.card__post .card__post__body .card__post__content .card__post__title p {
    line-height: 24px;
    font-size: 14px;
}

.card__post .card__post__body .card__post__content .card__post__author-info {
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    line-height: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post .card__post__body .card__post__content .card__post__author-info {
        display: none;
    }
}

.card__post .card__post__body .card__post__content .card__post__author-info .list-inline {
    margin: 0;
}

    .card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item a {
        color: #fff;
        font-weight: 400;
        text-decoration: none;
    }

    .card__post .card__post__body .card__post__content .card__post__author-info .list-inline .list-inline-item span {
        color: #fff;
        font-weight: 700;
        font-size: 11px;
    }

.card__post:hover .card__post__body::before {
    opacity: 1;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-header .card__post {
        margin-bottom: 20px;
    }
}

.popular__news-header-carousel {
    margin-top: 30px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-header-carousel {
        margin-top: 0;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-header-carousel {
        margin-top: 30px;
    }
}

.popular__news-right .card__post .card__post__body img {
    position: relative;
    height: 230px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-right .card__post .card__post__body img {
        height: auto;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-right .card__post .card__post__body img {
        height: 130px;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .popular__news-right h5 {
        font-size: 18px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-right h5 {
        font-size: 14px;
        margin-bottom: 0;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .popular__news-right .list-inline {
        display: none;
    }
}

.image-sm {
    display: block;
    height: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 28%;
    width: 28%;
    max-width: 100%;
    margin: 0;
    background-size: cover;
}

    .image-sm img {
        position: relative;
        -o-object-fit: cover;
        object-fit: cover;
        height: auto;
        max-width: 100%;
        width: 100%;
    }

.image-medium {
    display: block;
    width: 450px;
    max-width: 100%;
    overflow: hidden;
    margin: 0;
}

    .image-medium img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100% !important;
        height: auto;
    }

.card__post-list-top:first-child {
    margin-top: 0;
}

.card__post-list {
    display: -webkit-box;
    display: flex;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list {
        margin-top: 0;
    }
}

.card__post-list .card__post__transition {
    position: relative;
    overflow: hidden;
}

    .card__post-list .card__post__transition img {
        position: relative;
        max-width: 100%;
        height: 230px;
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        background-color: #000;
        display: inline-block;
        margin-bottom: 0;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list .card__post__transition img {
        height: auto;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-list .card__post__transition img {
        height: auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 992px) {
    .card__post-list .card__post__transition img {
        height: 170px;
    }
}

.card__post-list .card__post__content {
    padding: 0 8px 0 10px !important;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-list .card__post__content {
        padding: 0 8px 0 15px !important;
    }
}

.card__post-list .card__post__content .card__post__title h6 {
    text-transform: capitalize;
}

    .card__post-list .card__post__content .card__post__title h6 a {
        color: #000;
        text-shadow: none;
        font-weight: 700 !important;
        font-size: 14px;
    }

        .card__post-list .card__post__content .card__post__title h6 a:hover {
            color: #ed1c24;
        }

.wrapper__list__article-small .card__post .card__post__content .card__post__title h6 a {
    color: #000;
}

    .wrapper__list__article-small .card__post .card__post__content .card__post__title h6 a:hover {
        color: #ed1c24;
    }

.card__post__transition img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card__post__transition:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card__post__body-border {
    border-left: 1px solid #e9ecef;
    border-right: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.card__post__body-border-all {
    border: 1px solid #e9ecef;
    margin-top: -1px;
}

    .card__post__body-border-all .card__post__category {
        clear: both;
        color: #fff;
        display: inline-block;
        font-size: 10px;
        margin-bottom: 5px;
        padding: 5px 8px;
        background: -ms-linear-gradient(285deg, #3595ae 27%, #da1752 100%, #fff 100%);
        background: linear-gradient(285deg, #3595ae 27%, #da1752 100%, #fff 100%);
        line-height: 15px;
        text-transform: uppercase;
        font-family: Montserrat, sans-serif;
        font-weight: 600;
    }

    .card__post__body-border-all span {
        font-size: 11px;
        font-weight: 700;
        text-transform: capitalize;
        font-family: Montserrat, sans-serif;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post__body-border-all span {
        font-size: 10px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post__body-border-all span {
        font-size: 10px;
    }
}

.card__post__body-border-all h5 {
    font-size: 16px;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel {
        margin-bottom: 0;
    }
}

.card__post-carousel .card__post .card__post__body img {
    max-width: 100%;
    width: 100%;
    height: 351px;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .card__post .card__post__body img {
        height: 250px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-carousel .card__post .card__post__body img {
        height: 260px;
    }
}

.card__post-carousel .card__post .card__post__body .card__post__content {
    padding: 60px 20px;
}

.card__post-carousel:before, .card__post-carousel:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    background: #444;
    -webkit-box-shadow: 0 15px 15px #444;
    -moz-box-shadow: 0 15px 15px #444;
    box-shadow: 0 15px 15px #444;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

.card__post-carousel:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-carousel .card__post .card__post__body .card__post__content {
        padding: 20px;
    }
}

.card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    width: 100%;
}

    .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a {
        color: #fff;
    }

        .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 a:hover {
            text-decoration: none;
        }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
        font-size: 18px;
    }
}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .card__post-carousel .card__post .card__post__body .card__post__content .card__post__title h2 {
        font-size: 24px;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .card__post .card__post__body .card__post__content {
        padding: 15px;
    }
}

.card__post-carousel .slick-next,
.card__post-carousel .slick-prev,
.card__post-carousel-height .slick-next,
.card__post-carousel-height .slick-prev {
    width: 45px;
    height: 45px;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

    .card__post-carousel .slick-next::before,
    .card__post-carousel .slick-prev::before,
    .card__post-carousel-height .slick-next::before,
    .card__post-carousel-height .slick-prev::before {
        color: #fff;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .slick-prev,
    .card__post-carousel-height .slick-prev {
        display: none !important;
    }
}

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post-carousel .slick-next,
    .card__post-carousel-height .slick-next {
        display: none !important;
    }
}

.card__post-carousel-height:hover .slick-prev,
.card__post-carousel:hover .slick-prev {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.card__post-carousel-height:hover .slick-next,
.card__post-carousel:hover .slick-next {
    visibility: visible;
    opacity: 1;
    right: 0;
    -webkit-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
}

.card__post-carousel .slick-dots {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -10px;
}

    .card__post-carousel .slick-dots li {
        margin: 0;
    }

    .card__post-carousel .slick-dots button {
        display: block;
        width: 5px;
        height: 5px;
        padding: 0;
        border-radius: 100%;
        background-color: #fff;
    }

    .card__post-carousel .slick-dots li.slick-active button {
        background-color: #ed1c24;
    }

.card__post__transition {
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

    .card__post__transition .card__post__body {
        display: block;
    }

        .card__post__transition .card__post__body img {
            -o-object-fit: cover;
            object-fit: cover;
            width: 100%;
            height: auto;
        }

        .card__post__transition .card__post__body .card__post__content {
            padding: 15px;
            width: 100%;
        }

            .card__post__transition .card__post__body .card__post__content .card__post__title h6 a {
                color: #fff;
                margin: 0 0 10px;
                font-weight: 500 !important;
                -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
                -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
                -ms-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
                -o-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
                width: 100%;
                text-decoration: none;
            }

            .card__post__transition .card__post__body .card__post__content .card__post__title h5 {
                text-transform: capitalize;
                margin-bottom: 10px;
            }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post__transition .card__post__body .card__post__content .card__post__title h5 {
        font-size: 16px;
    }
}

.card__post__transition .card__post__body .card__post__content .card__post__title h5 a {
    color: #000;
}

    .card__post__transition .card__post__body .card__post__content .card__post__title h5 a:hover {
        color: #ed1c24;
        text-decoration: none;
    }

.card__post__transition .card__post__body .card__post__content .card__post__title p {
    line-height: 24px;
    font-size: 14px;
    text-align: left;
}

.card__post__transition .card__post__body img {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card__post__transition .card__post__body:hover img {
    transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.card__post__detail h2 {
    cursor: pointer;
    color: #343a40;
}

    .card__post__detail h2:hover {
        color: #ed1c24;
    }

@media screen and (min-width: 320px) and (max-width: 575px) {
    .card__post__detail h2 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 10px;
    }
}

.card__post__detail .card__post__detail-author-info {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0.5px;
    text-transform: capitalize;
}

    .card__post__detail .card__post__detail-author-info .list-inline {
        margin: 0;
    }

        .card__post__detail .card__post__detail-author-info .list-inline .list-inline-item {
            font-weight: 400;
            line-height: 17px;
        }

            .card__post__detail .card__post__detail-author-info .list-inline .list-inline-item a {
                color: #ed1c24;
                font-weight: 400;
            }

            .card__post__detail .card__post__detail-author-info .list-inline .list-inline-item span {
                color: #fff;
                font-weight: 400;
            }

.card__post__detail figure img {
    position: relative;
}

.card__post__detail figure figcaption {
    text-align: center;
    font-size: 12px;
    margin: 10px 0;
}

.card__post__detail .card__post__detail-body p {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 30px;
}

.card__post__detail .card__post__detail-body h4 {
    line-height: 32px;
}

.card__post__detail .card__post__detail-body .blog-tags {
    padding: 15px 0;
    display: block;
}

    .card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags {
        display: -webkit-box;
        display: flex;
    }

        .card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags .fa-tags {
            margin-right: 10px;
            text-align: center;
            position: relative;
            top: 7px;
            color: #ed1c24;
        }

        .card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags a {
            display: block;
            margin-bottom: 5px;
            padding: 7px 10px;
            border: 1px solid #ddd;
            margin-right: 5px;
            color: #000;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 11px;
            letter-spacing: 1px;
        }

            .card__post__detail .card__post__detail-body .blog-tags .blog-nav-tags a:hover {
                background-color: #ed1c24;
                color: #fff;
            }

.card__post-height {
    height: 344px;
    max-height: 100%;
    margin-left: 2px;
    line-height: 0;
    overflow: hidden;
}

    .card__post-height img {
        height: 344px !important;
        -o-object-fit: cover;
        object-fit: cover;
        width: auto;
    }

.bg__post-cover-height {
    padding: 15px;
    left: -2px !important;
    bottom: 0;
    width: 99% !important;
    margin-left: 4px;
}

.bg__post-cover {
    position: absolute;
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.9)) );
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.9) 100%);
}

.slidepaging {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    text-decoration: none;
    color: #252525;
    border-radius: 4px;
    margin: 5px;
    box-shadow: inset 0 5px 10px rgba(0,0,0,.1), 0 2px 5px rgba(0,0,0,.5);
    transition: all .3s ease;
}

.slick-active .slidepaging {
    background-color: #053c5c;
    color: #FFF !important;
}

.slider_navigators.slick-active.slick-current {
    transform: scale(1);
    background-color: #00f;
}

.slick-dots li {
    margin: 0 8px !important;
}

.card__post-carousel .slick-dots {
    bottom: 15px !important;
}
/*Duyurular*/
.duyuru {
    background-color: #ececec;
}

.fs-7 {
    font-size: .875rem !important
}

.bsb-w-5 {
    width: 5px !important
}

.bsb-h-5 {
    height: 5px !important
}

.bsb-w-10 {
    width: 10px !important
}

.bsb-h-10 {
    height: 10px !important
}

.bsb-w-15 {
    width: 15px !important
}

.bsb-h-15 {
    height: 15px !important
}

.bsb-w-20 {
    width: 20px !important
}

.bsb-h-20 {
    height: 20px !important
}

.bsb-w-25 {
    width: 25px !important
}

.bsb-h-25 {
    height: 25px !important
}

.bsb-w-30 {
    width: 30px !important
}

.bsb-h-30 {
    height: 30px !important
}

.bsb-w-35 {
    width: 35px !important
}

.bsb-h-35 {
    height: 35px !important
}

.bsb-w-40 {
    width: 40px !important
}

.bsb-h-40 {
    height: 40px !important
}

.bsb-w-45 {
    width: 45px !important
}

.bsb-h-45 {
    height: 45px !important
}

.bsb-w-50 {
    width: 50px !important
}

.bsb-h-50 {
    height: 50px !important
}

.bsb-w-55 {
    width: 55px !important
}

.bsb-h-55 {
    height: 55px !important
}

.bsb-w-60 {
    width: 60px !important
}

.bsb-h-60 {
    height: 60px !important
}

.bsb-w-65 {
    width: 65px !important
}

.bsb-h-65 {
    height: 65px !important
}

.bsb-w-70 {
    width: 70px !important
}

.bsb-h-70 {
    height: 70px !important
}

.bsb-w-75 {
    width: 75px !important
}

.bsb-h-75 {
    height: 75px !important
}

.bsb-w-80 {
    width: 80px !important
}

.bsb-h-80 {
    height: 80px !important
}

.bsb-w-85 {
    width: 85px !important
}

.bsb-h-85 {
    height: 85px !important
}

.bsb-w-90 {
    width: 90px !important
}

.bsb-h-90 {
    height: 90px !important
}

.bsb-w-95 {
    width: 95px !important
}

.bsb-h-95 {
    height: 95px !important
}

.bsb-w-100 {
    width: 100px !important
}

.bsb-h-100 {
    height: 100px !important
}

.bsb-w-105 {
    width: 105px !important
}

.bsb-h-105 {
    height: 105px !important
}

.bsb-w-110 {
    width: 110px !important
}

.bsb-h-110 {
    height: 110px !important
}

.bsb-w-115 {
    width: 115px !important
}

.bsb-h-115 {
    height: 115px !important
}

.bsb-w-120 {
    width: 120px !important
}

.bsb-h-120 {
    height: 120px !important
}

.bsb-w-125 {
    width: 125px !important
}

.bsb-h-125 {
    height: 125px !important
}

.bsb-w-130 {
    width: 130px !important
}

.bsb-h-130 {
    height: 130px !important
}

.bsb-w-135 {
    width: 135px !important
}

.bsb-h-135 {
    height: 135px !important
}

.bsb-w-140 {
    width: 140px !important
}

.bsb-h-140 {
    height: 140px !important
}

.bsb-w-145 {
    width: 145px !important
}

.bsb-h-145 {
    height: 145px !important
}

.bsb-w-150 {
    width: 150px !important
}

.bsb-h-150 {
    height: 150px !important
}

.bg-primary-subtle {
    background-color: #acc90b82 !important;
}

.text-primary {
    --bs-text-opacity: 1;
    color: rgb(126 148 0) !important;
}

.pull-right {
    float: right;
}

.widget-card-title i {
    cursor: pointer;
}

.date {
    box-shadow: 0 0 2px rgba(0,0,0,.2);
    flex: 0 100px;
    background: #f9f9f9;
    color: var(--red);
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column
}

.isaat {
    font-size: 14px;
    color: #FFF;
    font-weight: 500
}

.itarih {
    font-size: 11px;
    color: #FFF;
    font-weight: 500
}

.bg-primary-subtle-ihale {
    background-color: #7e9400 !important;
}

.projeCarousel .slick-prev:before, .projeCarousel .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: black !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.projeCarousel .slick-prev, .projeCarousel .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50% !important;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.projeCarousel .slick-next {
    right: 25px;
}

.projeCarousel .slick-prev {
    left: 25px;
    z-index: 1;
}

.projTitle {
    font-size: 0.6em;
    text-align: center;
    color: #272921 !important;
}

.prjBaslik {
    font-size: 2.3em;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    padding-bottom: 3%;
}

.projeCarousel .card:hover {
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.projeCarousel .card {
    cursor: pointer;
}

footer {
    margin-top: 0;
    position: relative;
}

.footer-logo {
    padding-top: 30px;
    text-align: start;
}

.footerContent:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    height: 30px;
    background: #2f565259;
    width: 100%;
}

.footerTop {
    background-color: #2f5652;
    color: #FFF;
    font-weight: bold;
}

.footerContent {
    background: #9dbbb7 url('../img/siluet.png') bottom center repeat-x;
}

    .footerContent .container {
        position: relative;
        z-index: 2;
    }

    .footerContent h2 {
        color: #FFF;
        font-weight: bold;
        font-size: 16px;
        font-family: "Roboto Flex", sans-serif;
        padding: 5px 0;
        margin: 0;
        height: 30px;
        width: 100%;
    }

    .footerContent .list-item-head {
        color: #6a6a6a;
        font-weight: bold;
        font-size: 13px;
        font-family: "Roboto Flex", sans-serif;
        padding: 5px 0;
        margin: 0;
        height: 30px;
        width: 100%;
    }

.footerBottom {
    background-color: #9eb22c;
}

    .footerBottom p {
        color: #FFF;
        font-weight: bold;
        margin: 1em;
    }

.footerInfo {
    display: flex;
    margin-bottom: 7px;
    border: 1px dotted rgb(118 152 148);
    border-radius: 10px;
    overflow: hidden;
    transition: .2s all;
    -webkit-transition: .2s all;
    margin-top: 20px;
}

    .footerInfo label {
        justify-content: center;
        align-items: center;
        display: flex;
        flex: 0 0 50px;
        padding: 0;
        color: #576c69;
    }

    .footerInfo div {
        font-size: .925rem;
        display: flex;
        flex: 0 100%;
        padding: 10px 10px 10px 0;
        font-weight: 300;
    }

    .footerInfo a {
        font-size: .8em;
        color: #576c69;
    }

.footerContent .list-group-item {
    background-color: transparent;
    border: 0;
    padding: 1px 0;
}

    .footerContent .list-group-item a {
        background-color: transparent;
        color: #FFF;
        border: 0;
        transition: color .3s ease-in-out, padding-left .3s ease-in-out;
        font-size: 14px;
        font-family: "Roboto Flex", sans-serif;
    }

        .footerContent .list-group-item a:hover {
            padding-left: 10px;
            color: #595959;
        }

footer a {
    text-decoration: none;
    color: #FFF;
}

.adress .col-12 {
    padding: 2% 0;
    font-size: 1.2em;
}

.adress i {
    font-size: 1.2em;
}

.adress img {
    width: 85%;
}

.btn-toolbar {
    font-size: 1.2em;
}

.btn-group .btn {
    border: 0;
    border-radius: 0;
    padding: 18px 10px;
}

.btn-group i::hover {
    color: #FFF !important;
}

.kvkk {
    background-color: #9d9d9d;
}

.webmail {
    background-color: #e9ecef;
    font-size: 0.6em;
    line-height: 2;
}

    .webmail:hover, .webmail:active, .webmail:focus, .webmail.active {
        background-color: #c3c3c3;
        color: #000;
    }

.icMain {
    padding-top: 8%;
    padding-bottom: 8%;
    background-color: #ececec;
}

    .icMain .list-group-item.baslik {
        z-index: 2 !important;
        color: #FFF !important;
        background-color: #7e9400 !important;
        border-color: #6a7d02 !important;
        padding-left: 10% !important;
        transition: none !important;
    }

        .icMain .list-group-item.baslik:hover {
            z-index: 2 !important;
            color: #FFF !important;
            background-color: #7e9400 !important;
            border-color: #6a7d02 !important;
            padding-left: 10% !important;
            transition: none !important;
        }

    .icMain .list-group-item.active {
        color: #FFF !important;
        background-color: #acc90b !important;
        border-color: #6a7d02;
    }

    .icMain .list-group-item {
        border: 1px solid #ececec;
    }

        .icMain .list-group-item:not(:first-child) {
            background-color: #FFF;
            color: #5b5b5b;
            padding-left: 10%;
            transition: color .3s ease-in-out, background-color .3s ease-in-out, padding-left .3s ease-in-out;
        }

            .icMain .list-group-item:not(:first-child):hover {
                background-color: #acc90b;
                color: #FFF;
                padding-left: 15%;
            }

.icCard .card-header {
    color: #FFF;
    background-color: #7e9400;
    border-color: #6a7d02;
    font-weight: bold;
}

.haberCard .card-header {
    color: #000;
    background-color: #FFF;
    border: 0;
    font-weight: bold;
    padding: 35px 25px 0 25px;
}

.haberCard hr {
    margin: 0 auto;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
    width: 40%;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #7e9400;
}

.haberCard .haberDetay {
    color: #a4a4a4;
    font-weight: 300;
    width: 100%;
}

.hbrKategori {
    line-height: 3;
    background-color: #a4a4a4;
    color: #FFF;
    padding: 5px;
    border-radius: 10px;
    font-size: 0.9em;
}

.hbrTarih {
    font-size: 0.8em;
}

.haberCard .haberDetay ul {
    width: fit-content;
    position: relative;
    float: right;
    margin-bottom: 0;
}

    .haberCard .haberDetay ul .facebook {
        color: #1877F2;
        font-size: 1.2em;
    }

    .haberCard .haberDetay ul .twitter {
        color: #000;
        font-size: 1.2em;
    }

.icMain p {
    font-family: "Roboto Flex", sans-serif !important;
    font-optical-sizing: auto;
    font-size: 1.3em;
    font-style: normal;
    color: #5b5b5b;
    text-align: justify;
}

    .icMain p b {
        font-weight: bold;
    }

.profile-bottom {
    position: absolute;
    width: 100%;
    height: 47px;
    left: 0;
    bottom: 0;
    background-color: #ffffffd6;
    transition: all linear 0.25s;
}

.profile-card-2 {
    max-width: 300px;
    background-color: #FFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    background-position: center;
    overflow: hidden;
    position: relative;
    margin: 10px auto;
    cursor: pointer;
    border-radius: 10px;
}

    .profile-card-2 img {
        transition: all linear 0.25s;
        width: 120%;
        padding: 0;
        margin: 0;
        margin-left: -13px;
    }

    .profile-card-2 .profile-name {
        position: absolute;
        left: 55px;
        bottom: 2px;
        font-size: 15px;
        color: #000;
        text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
        font-weight: bold;
        transition: all linear 0.25s;
    }

    .profile-card-2 .profile-icons {
        position: absolute;
        bottom: 30px;
        right: 30px;
        color: #FFF;
        transition: all linear 0.25s;
    }

    .profile-card-2 .profile-username {
        position: absolute;
        bottom: 2px;
        left: 15px;
        color: #FFF;
        font-size: 13px;
        transition: all linear 0.25s;
    }

    .profile-card-2 .profile-icons .fa {
        margin: 5px;
    }

    .profile-card-2:hover img {
        filter: grayscale(10%);
    }

    .profile-card-2:hover .profile-name {
        bottom: 5px;
    }

    .profile-card-2:hover .profile-username {
        bottom: 5px;
    }

    .profile-card-2:hover .profile-bottom {
        height: 50px;
    }

    .profile-card-2:hover .profile-icons {
        right: 40px;
    }

.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all 0.3s;
}

@media screen and (max-width: 992px) {
    .blog-slider {
        max-width: 680px;
        height: 400px;
    }
}

@media screen and (max-width: 768px) {
    .blog-slider {
        min-height: 500px;
        height: auto;
        margin: 180px auto;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider {
        height: 350px;
    }
}

.blog-slider__item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .blog-slider__item {
        flex-direction: column;
    }
}

.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: 0.3s;
}

.blog-slider__item.swiper-slide-active .blog-slider__content > * {
    opacity: 1;
    transform: none;
}

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
        transition-delay: 0.3s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
        transition-delay: 0.4s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
        transition-delay: 0.5s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
        transition-delay: 0.6s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
        transition-delay: 0.7s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
        transition-delay: 0.8s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
        transition-delay: 0.9s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
        transition-delay: 1s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
        transition-delay: 1.1s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
        transition-delay: 1.2s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
        transition-delay: 1.3s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
        transition-delay: 1.4s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
        transition-delay: 1.5s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
        transition-delay: 1.6s;
    }

    .blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
        transition-delay: 1.7s;
    }

.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    box-shadow: 4px 13px 30px 1px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}

    .blog-slider__img:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 20px;
        opacity: 0.8;
    }

    .blog-slider__img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        opacity: 0;
        border-radius: 20px;
        transition: all 0.3s;
    }

@media screen and (max-width: 768px) {
    .blog-slider__img {
        transform: translateY(-50%);
        width: 90%;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__img {
        width: 95%;
    }
}

@media screen and (max-height: 500px) and (min-width: 992px) {
    .blog-slider__img {
        height: 270px;
    }
}

.blog-slider__content {
    padding-right: 25px;
}

@media screen and (max-width: 768px) {
    .blog-slider__content {
        margin-top: -80px;
        text-align: center;
        padding: 0 30px;
    }
}

@media screen and (max-width: 576px) {
    .blog-slider__content {
        padding: 0;
    }
}

.blog-slider__content > * {
    opacity: 0;
    transform: translateY(25px);
    transition: all 0.4s;
}

.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}

.blog-slider__title {
    font-size: 18px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 0px;
}

    .blog-slider__title a {
        font-size: 18px;
        font-weight: 700;
        color: #0d0925;
        margin-bottom: 0px;
    }

        .blog-slider__title a:hover {
            color: #7e9400;
        }

.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 11px;
}

.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #acc90b 0%, #7e9400 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgb(126 148 0 / 75%);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
    margin-left: 30px;
    border: 0;
}

@media screen and (max-width: 576px) {
    .blog-slider__button {
        width: 100%;
    }
}

.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination {
        transform: translateX(-50%);
        left: 50% !important;
        top: 205px;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
    }
}

.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all 0.3s;
}

.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #7e9400;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}

@media screen and (max-width: 768px) {
    .blog-slider__pagination .swiper-pagination-bullet-active {
        height: 11px;
        width: 30px;
    }
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 5px !important;
}

.bskyrd {
    margin: 2% 0;
}

.bask {
    padding: 4em;
}

.baskanMudurluk h2 {
    font-size: 2em;
    color: #7e9400;
    text-decoration: none;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
}

.baskanMudurluk a {
    font-size: 1.2em;
    color: #7e9400;
    text-decoration: none;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
}

.baskanMudurluk label {
    font-size: 1em;
    color: #9d9d9d;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
}

.baskanMudurluk .Mudurluk {
    border-bottom: 1px solid #ececec;
    padding: 3%;
}

.megamenu .col-lg-12 {
    margin: 1% 0;
}

/*accordian menu
.accordion {
  width: 380px;
  margin: 20px auto;
}
.accordion h1, h2, h3, h4 {
  cursor: pointer;
}
.accordion h2, h3, h4 {
  font-family: "News Cycle";
}
.accordion h1 {
  padding: 15px 20px;
  background-color: #7e9400;
  font-family: Lobster;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  margin-bottom:2px;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-optical-sizing: auto;
}
.accordion h1:hover {
  color: #4afcdc;
}
.accordion h1:first-child {
  border-radius: 10px 10px 0 0;
}
.accordion h1:last-of-type {
  border-radius: 0 0 10px 10px;
}
.accordion h1:not(:last-of-type) {
  border-bottom: 1px dotted #1abc9c;
}
.accordion div, .accordion p {
  display: none;
}
.accordion h2 {
  padding: 5px 25px;
  background-color: #acc90b;
  font-size: 1.1rem;
  color: #333;
  margin-bottom:2px;
}
.accordion a {
  text-decoration:none;
  font-size: 1.1rem;
  color: #FFF;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-optical-sizing: auto;
}
.accordion h2:hover {
  background-color: #09ab8b;
}
.accordion h3 {
  padding: 5px 30px;
  background-color: #b94152;
  font-size: .9rem;
  color: #ddd; 
}
.accordion h3:hover {
  background-color: #a93142;
}
.accordion h4 {
  padding: 5px 35px;
  background-color: #ffc25a;
  font-size: .9rem;
  color: #af720a; 
}
.accordion h4:hover {
  background-color: #e0b040;
}
.accordion p {
  padding: 15px 35px;
  background-color: #ddd;
  font-family: "Georgia";
  font-size: .8rem;
  color: #333;
  line-height: 1.3rem;
}
.accordion .opened-for-codepen {
  display: block;
}
    */
.VideoCard iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 10px 10px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 72px 97px -52px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 72px 97px -52px rgba(0,0,0,0.75);
    box-shadow: 0px 72px 97px -52px rgba(0,0,0,0.75);
}

.accordion-button {
    font-size: 1em;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
}

    .accordion-button:focus {
        outline: 0;
        box-shadow: none;
    }

    .accordion-button:not(.collapsed) {
        color: #FFF;
        background-color: #7e9400;
    }

.stratejiklist {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .stratejiklist li {
        padding: 10px 0px 10px 25px;
        font-size: 1em;
        font-family: "Yanone Kaffeesatz", sans-serif;
        font-optical-sizing: auto;
        border-bottom: 1px solid #e2e2e2;
    }

        .stratejiklist li:hover {
            background-color: #b2cc1e61;
        }

        .stratejiklist li i {
            text-decoration: none;
            color: #7e9400;
        }

        .stratejiklist li i {
            float: right;
            padding: 0 15px 0 0px;
            font-size: 1.2em;
            font-weight: bold;
            cursor: pointer;
        }

.cardBaslik {
    font-size: 2em;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-optical-sizing: auto;
    color: #444;
    padding: 2%;
}

.bask img {
    padding: 20px;
}

@media (min-width: 992px) {
    .phonebook .card-default {
        margin-bottom: 2rem;
    }
}

.phonebook .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e5e9f2;
    border-radius: 10px;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}

.phonebook .card-default .card-header {
    padding-top: 1.875rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    border-bottom: none;
    flex-wrap: wrap;
    text-transform: capitalize;
}

.phonebook .p-4 {
    padding: 1.25rem !important;
}

.phonebook a {
    text-decoration: none;
}

.contact-list img {
    width: 100px;
    height: 100px;
}

.haber .card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 240px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);

    @media (max-width: 768px) {
        min-height:350px;
    }

    @media (max-width: 420px) {
        min-height:300px;
    }

    &.card-has-bg

{
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: center center;
    &:before

{
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

&:hover {
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.3);
    background-size: 138%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    .card-img-overlay

{
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #7E9400;
    background: linear-gradient(0deg, #7e940075 50%, #7E9400 100%);
}

}
}

.haber .card-footer {
    background: none;
    border-top: none;
    .media

{
    img

{
    border: solid 3px rgba(255,255,255,0.3);
}

}
}

.haber .card-title {
    font-weight: 800
}

.haber .card-meta {
    color: rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.haber .card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

&:hover {
    .card-body

{
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

cursor: pointer;
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.haber .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(255,186,33);
    background: linear-gradient(0deg, rgba(255,186,33,0.3785889355742297) 0%, rgba(255,186,33,1) 100%);
}

}

.hbr-img {
    width: 70% !important;
    height: auto !important;
    border-radius: 20px;
}
.hbr{
    padding:5%;
}
/*Duyuru*/
/* ===== Career ===== */
.career-form {
    background-color: #4e63d7;
    border-radius: 5px;
    padding: 0 16px;
}

    .career-form .form-control {
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
        padding: 12px 15px;
        color: #fff;
    }

        .career-form .form-control::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: #fff;
        }

        .career-form .form-control::-moz-placeholder {
            /* Firefox 19+ */
            color: #fff;
        }

        .career-form .form-control:-ms-input-placeholder {
            /* IE 10+ */
            color: #fff;
        }

        .career-form .form-control:-moz-placeholder {
            /* Firefox 18- */
            color: #fff;
        }

    .career-form .custom-select {
        background-color: rgba(255, 255, 255, 0.2);
        border: 0;
        padding: 12px 15px;
        color: #fff;
        width: 100%;
        border-radius: 5px;
        text-align: left;
        height: auto;
        background-image: none;
    }

        .career-form .custom-select:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .career-form .select-container {
        position: relative;
    }

        .career-form .select-container:before {
            position: absolute;
            right: 15px;
            top: calc(50% - 14px);
            font-size: 18px;
            color: #ffffff;
            content: '\F2F9';
            font-family: "Material-Design-Iconic-Font";
        }

.filter-result .job-box {
    background: #fff;
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
    padding: 10px 35px;
}

.job-content {
    line-height: 0;
}

    .job-content h5 {
        font-size: 1em;
        padding-left: 2rem;
        color: #000;
    }

ul {
    list-style: none;
}

.list-disk li {
    list-style: none;
    margin-bottom: 12px;
}

    .list-disk li:last-child {
        margin-bottom: 0;
    }

.job-box .img-holder {
    height: 65px;
    width: 65px;
    background-color: #acc90b;
    background-image: -webkit-gradient(linear, left top, right top, from(rgb(126 148 0)), to(#acc90b));
    box-shadow: 0 0 35px 0 rgba(172, 201, 11, 0.9);
    background-image: linear-gradient(to right, rgb(126 148 0) 0%, #acc90b 100%);
    font-family: "Open Sans", sans-serif;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 65px;
}

.career-title {
    background-color: #4e63d7;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 10px 10px 0 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
    background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
    -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
    border-radius: 10px;
}

@media (min-width: 992px) {
    .job-overview {
        position: -webkit-sticky;
        position: sticky;
        top: 70px;
    }
}

.job-content a {
    text-decoration: none;
}

.job-overview .job-detail ul {
    margin-bottom: 28px;
}

    .job-overview .job-detail ul li {
        opacity: 0.75;
        font-weight: 600;
        margin-bottom: 15px;
    }

        .job-overview .job-detail ul li i {
            font-size: 20px;
            position: relative;
            top: 1px;
        }

.job-overview .overview-bottom,
.job-overview .overview-top {
    padding: 35px;
}

.job-content ul li {
    font-weight: 400;
    opacity: 0.75;
    border-bottom: 1px solid #ccc;
    padding: 10px 5px;
    font-size: 0.7em;
    color: #7e7e7e
}

@media (min-width: 768px) {
    .job-content ul li {
        border-bottom: 0;
        padding: 0;
    }
}

.job-content ul li i {
    font-size: 20px;
    position: relative;
    top: 1px;
}

.mb-30 {
    margin-bottom: 30px;
}

/*Etkinlikler*/
.etkinlikler .card {
    border: none;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    border-radius: 20px;
    min-height: 420px;
    box-shadow: 0 0 12px 0 rgba(0,0,0,0.2);

    @media (max-width: 768px) {
        min-height:350px;
    }

    @media (max-width: 420px) {
        min-height:300px;
    }

    &.card-has-bg

{
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    &:hover

{
    transform: scale(0.98);
    box-shadow: 0 0 5px -2px rgba(0,0,0,0.3);
    background-size: 130%;
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
    .card-img-overlay

{
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: #7E9400;
    background: linear-gradient(0deg, #292929c2 50%, #626262c7 100%);
}

}
}

.etkinlikler .card-footer {
    background: none;
    border-top: none;
    .media

{
    img

{
    border: solid 3px rgba(255,255,255,0.3);
}

}
}

.etkinlikler .card-title {
    font-weight: 800
}

.etkinlikler .card-meta {
    color: rgba(0,0,0,0.3);
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.etkinlik-card-body {
    display: none !important;
}

    .etkinlik-card-body:hover {
    }

.etkinlikler .etkinlik-card-body {
    transition: all 500ms cubic-bezier(0.19, 1, 0.22, 1);
}

&:hover {
    .etkinlik-card-body

{
    margin-top: 30px;
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    display: block !important;
}

cursor: pointer;
transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
}

.etkinlikler .card-img-overlay {
    transition: all 800ms cubic-bezier(0.19, 1, 0.22, 1);
    background: rgb(255,186,33);
    background: linear-gradient(0deg, rgba(255,255,255,0.3785889355742297) 0%, rgba(255,255,255,1) 100%);
}

}

.etk-img {
    width: 70% !important;
    height: auto !important;
    border-radius: 20px;
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: rgb(126, 148, 0);
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

    #myBtn:hover {
        background-color: #acc90b;
    }

#accessibilityBtn {
    display: block;
    position: fixed;
    bottom: 160px;
    right: 26px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: rgb(0 0 0);
    color: #ffffff;
    cursor: pointer;
    padding: 5px 13px;
    border-radius: 40px;
}

#myBtn:hover {
    background-color: #acc90b;
}

/*Projeler*/
a, a:hover {
    text-decoration: none;
    transition: color 0.3s ease-in-out;
}

#pageHeaderTitle {
    margin: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    font-size: 2.5rem;
}

/* Cards */
.postcard {
    flex-wrap: wrap;
    display: flex;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
    border-radius: 10px;
    margin: 0 0 2rem 0;
    overflow: hidden;
    position: relative;
    color: #acc90b;
    &.dark

{
    background-color: #18151f;
}

&.light {
    background-color: #e1e5ea;
}

.t-dark {
    color: #18151f;
}

a {
    color: inherit;
}

h1, .h1 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

.small {
    font-size: 80%;
}

.postcard__title {
    font-size: 1.75rem;
}

.postcard__img {
    max-height: 180px;
    width: 100%;
    object-fit: cover;
    position: relative;
}

.postcard__img_link {
    display: contents;
}

.postcard__bar {
    width: 50px;
    height: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background-color: #424242;
    transition: width 0.2s ease;
}

.postcard__text {
    padding: 1.5rem;
    position: relative;
    display: flex;
    flex-direction: column;
}

.postcard__preview-txt {
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: justify;
    height: 100%;
}

.postcard__tagbox {
    display: flex;
    flex-flow: row wrap;
    font-size: 14px;
    margin: 20px 0 0 0;
    padding: 0;
    justify-content: center;
    .tag__item

{
    display: inline-block;
    background: rgba(83, 83, 83, 0.4);
    border-radius: 3px;
    padding: 2.5px 10px;
    margin: 0 5px 5px 0;
    cursor: default;
    user-select: none;
    transition: background-color 0.3s;
    &:hover

{
    background: rgba(83, 83, 83, 0.8);
}

}
}

&:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(-70deg, #424242, trabsparent 50%);
    opacity: 1;
    border-radius: 10px;
}

&:hover .postcard__bar {
    width: 100px;
}

}

@media screen and (min-width: 769px) {
    .postcard {
        flex-wrap: inherit;
        .postcard__title

{
    font-size: 2rem;
}

.postcard__tagbox {
    justify-content: start;
}

.postcard__img {
    max-width: 300px;
    max-height: 100%;
    transition: transform 0.3s ease;
}

.postcard__text {
    padding: 3rem;
    width: 100%;
}

.media.postcard__text:before {
    content: "";
    position: absolute;
    display: block;
    background: #18151f;
    top: -20%;
    height: 130%;
    width: 55px;
}

&:hover .postcard__img {
    transform: scale(1.1);
}

&:nth-child(2n+1) {
    flex-direction: row;
}

&:nth-child(2n+0) {
    flex-direction: row-reverse;
}

&:nth-child(2n+1) .postcard__text::before {
    left: -12px !important;
    transform: rotate(4deg);
}

&:nth-child(2n+0) .postcard__text::before {
    right: -12px !important;
    transform: rotate(-4deg);
}

}
}

@media screen and (min-width: 1024px) {
    .postcard__text {
        padding: 2rem 3.5rem;
    }

        .postcard__text:before {
            content: "";
            position: absolute;
            display: block;
            top: -20%;
            height: 130%;
            width: 55px;
        }

    .postcard.dark {
        .postcard__text:before

{
    background: #18151f;
}

}

.postcard.light {
    .postcard__text:before

{
    background: #FFF;
}

}
}

/* COLORS */
.postcard .postcard__tagbox .green.play:hover {
    background: #acc90b;
    color: black;
}

.green .postcard__title:hover {
    color: #7e9400;
}

.green .postcard__bar {
    background-color: #acc90b;
}

.green::before {
    background-image: linear-gradient( -30deg, #ececec, #FFF 50% );
}

.green:nth-child(2n)::before {
    background-image: linear-gradient(30deg, #ececec, #FFF 50%);
}

.postcard .postcard__tagbox .blue.play:hover {
    background: $main-blue;
}

.blue .postcard__title:hover {
    color: $main-blue;
}

.blue .postcard__bar {
    background-color: $main-blue;
}

.blue::before {
    background-image: linear-gradient(-30deg, $main-blue-rgb-015, transparent 50%);
}

.blue:nth-child(2n)::before {
    background-image: linear-gradient(30deg, $main-blue-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .red.play:hover {
    background: $main-red;
}

.red .postcard__title:hover {
    color: $main-red;
}

.red .postcard__bar {
    background-color: $main-red;
}

.red::before {
    background-image: linear-gradient(-30deg, $main-red-rgb-015, transparent 50%);
}

.red:nth-child(2n)::before {
    background-image: linear-gradient(30deg, $main-red-rgb-015, transparent 50%);
}

.postcard .postcard__tagbox .yellow.play:hover {
    background: $main-yellow;
    color: black;
}

.yellow .postcard__title:hover {
    color: $main-yellow;
}

.yellow .postcard__bar {
    background-color: $main-yellow;
}

.yellow::before {
    background-image: linear-gradient( -30deg, $main-yellow-rgb-015, transparent 50% );
}

.yellow:nth-child(2n)::before {
    background-image: linear-gradient( 30deg, $main-yellow-rgb-015, transparent 50% );
}

@media screen and (min-width: 769px) {
    .green::before {
        background-image: linear-gradient( -80deg, $main-green-rgb-015, transparent 50% );
    }

    .green:nth-child(2n)::before {
        background-image: linear-gradient( 80deg, $main-green-rgb-015, transparent 50% );
    }

    .blue::before {
        background-image: linear-gradient( -80deg, $main-blue-rgb-015, transparent 50% );
    }

    .blue:nth-child(2n)::before {
        background-image: linear-gradient(80deg, $main-blue-rgb-015, transparent 50%);
    }

    .red::before {
        background-image: linear-gradient(-80deg, $main-red-rgb-015, transparent 50%);
    }

    .red:nth-child(2n)::before {
        background-image: linear-gradient(80deg, $main-red-rgb-015, transparent 50%);
    }

    .yellow::before {
        background-image: linear-gradient( -80deg, $main-yellow-rgb-015, transparent 50% );
    }

    .yellow:nth-child(2n)::before {
        background-image: linear-gradient( 80deg, $main-yellow-rgb-015, transparent 50% );
    }
}

/*Pagination*/

.ul.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.pagination {
    margin-left: 40%
}

ul.pagination li {
    display: inline;
}

    ul.pagination li a {
        color: #FFF !important;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        background-color: #7e9400;
        margin: 2px;
        border-radius: 12px;
    }

    ul.pagination li span {
        color: #FFF !important;
        float: left;
        padding: 8px 16px;
        text-decoration: none;
        transition: background-color .3s;
        background-color: #acc90b;
        margin: 2px;
        border-radius: 12px;
    }

        ul.pagination li span.active {
            background-color: #4CAF50;
            color: white;
        }

    ul.pagination li a:hover:not(.active) {
        background-color: #969696;
    }

/*Table*/
.imartable thead tr th {
    background-color: transparent;
    border: 0;
    color: #212529;
    font-size: .8em;
    vertical-align: bottom;
    text-align: center;
}

.imartable tbody tr {
    margin-bottom: 10px;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
}

    .imartable tbody tr td {
        border: 0;
        color: #777;
        padding-bottom: 20px;
        padding-top: 20px;
        font-weight: 300;
        padding: 0.75rem;
        text-align: left;
        font-size: 12px;
    }

        .imartable tbody tr th:first-child, .imartable tbody tr td:first-child {
            border-top-left-radius: 10px;
            border-bottom-left-radius: 10px;
        }

        .imartable tbody tr th:last-child, .imartable tbody tr td:last-child {
            border-top-right-radius: 7px;
            border-bottom-right-radius: 7px;
        }

        .imartable tbody tr td:first-child {
            text-align: left;
            vertical-align: middle;
        }

        .imartable tbody tr td:last-child i {
            color: #7e9400;
            font-size: 30px;
            cursor: pointer;
        }

    .imartable tbody tr td {
        text-align: center;
        vertical-align: middle;
    }

    .imartable tbody tr.spacer td {
        padding: 0 !important;
        height: 10px;
        border-radius: 0 !important;
        background: transparent !important;
    }

.btn-bld {
    color: #7e9400 !important;
    font-weight: bold;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.6em;
    display: flex;
    align-items: center;
}

    .btn-bld:hover {
        color: #90aa00 !important;
        font-weight: bold;
        font-family: "Yanone Kaffeesatz", sans-serif;
        font-size: 1.6em;
    }

    .btn-bld i {
        font-size: 1em;
        margin: 0 5px;
    }

.hizmetler .list-group-item:first-child {
    background-color: #FFF;
    font-family: "Yanone Kaffeesatz", sans-serif;
    color: #7e9400;
    border: 0;
    font-size: 1.125rem;
    font-weight: 500;
    border-bottom: 1px solid #efefef;
    height: 50px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.hizmetler .list-group {
    border-radius: 0;
}

    .hizmetler .list-group .list-group-item .dropdown-item {
        padding: 5px 0 3px 5px;
    }

.hizmetler .list-group-item {
    background-color: #FFF;
    font-family: "Yanone Kaffeesatz", sans-serif;
    border: 0;
    color: #000;
    transition: color .5s ease-in-out, background-color .5s ease-in-out, padding-left .5s ease-in-out;
}

    .hizmetler .list-group-item a:hover {
        background-color: #7e9400;
        color: #FFF;
        padding-left: 5% !important;
    }

#navbarMobileContent .navbar-nav {
    align-items: start;
}

#navbarMobileContent .nav-link {
    padding: 5px;
    font-weight: 400;
    font-size: 1em;
    font-weight: bold;
}

.btn-toggle .nav-link {
    color: #212529;
}

.btn-toggle-nav li {
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

    .btn-toggle-nav li a {
        font-weight: 400 !important;
    }

.baslik1 {
    font-size: 2em;
    color: #7e9400;
    font-weight: bold;
    margin: 30px 0;
}

.baslik2 {
    font-size: 1.5em;
    color: #7e9400;
}

.baslik3 {
    font-size: 1.2em;
    color: #7e9400;
    text-transform: uppercase;
}

.baslik4 {
    font-size: 1.1em;
    color: #7e9400;
}

.icContent ul {
    list-style-type: circle;
}

.icContent p {
    padding: 0;
    font-size: 1.1em;
    font-family: "Roboto Flex", sans-serif;
}

.baskanMesaj {
    background-color: #b7d360;
    padding: 5%;
}

    .baskanMesaj h3:first-child {
        position: relative;
    }

        .baskanMesaj h3:first-child:before {
            display: block;
            position: absolute;
            width: 18%;
            height: 1px;
            top: 50%;
            background-color: rgb(131 153 9);
            content: "";
            margin-top: 0px;
            right: 80%;
        }

        .baskanMesaj h3:first-child:after {
            display: block;
            position: absolute;
            width: 18%;
            height: 1px;
            top: 50%;
            background-color: rgb(131 153 9);
            content: "";
            margin-top: 0px;
            left: 80%;
        }

    .baskanMesaj img {
        width: 25%;
        color: #111;
        border-radius: 50%;
        text-align: center;
        font-size: 90px;
        float: left;
        shape-outside: ellipse();
    }

    .baskanMesaj p {
        padding: 0;
        font-size: 1.6em;
        color: #000;
        font-family: "Oooh Baby", cursive !important;
    }

    .baskanMesaj h6 {
        color: rgba(17,28,36,0.5);
    }

.bask a {
    color: #7e9400;
}

.contact-table tr td {
    background-color: transparent;
    border: 0;
    border: 0;
    color: #777;
    font-weight: 300;
    text-align: left;
    font-size: 15px;
    vertical-align: middle;
}

    .contact-table tr td:first-child {
        text-align: center;
        vertical-align: middle;
    }

    .contact-table tr td:last-child {
        border-top: 1px solid #ececec;
        border-bottom: 1px solid #ececec;
    }

    .contact-table tr td div {
        text-align: center;
        background-color: #7e9400;
        border-radius: 50%;
        width: fit-content;
        margin: 0 auto;
        padding: 0;
    }

        .contact-table tr td div i {
            color: #FFF;
            font-size: 1.2em;
            padding: 10px;
        }

    .contact-table tr td span {
        color: #777;
        font-size: .8em;
    }

.contact-left {
    background-color: #FFF;
    box-shadow: 3px 1px 10px 0px rgba(0, 0, 0, 0.36);
    max-height: 585px;
    z-index: 1;
}

.contact-card {
    background-color: #FFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 4px 21px -12px rgba(0, 0, 0, 0.66);
}

    .contact-card span {
        color: #777;
        font-size: .9em;
    }

    .contact-card p {
        color: #777;
        font-size: .9em;
        padding: 0;
        font-family: "Roboto Flex", sans-serif;
    }

.icon-container {
    text-align: center;
    background-color: #7e9400;
    border-radius: 50%;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
}

    .icon-container i {
        color: #FFF;
        font-size: .7em;
        padding: 7px;
    }

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    display: inline-block;
    text-decoration: none;
    pointer-events: none;
}


/*ERİŞİLEBİLİRLİK*/
#erisilebilirlikPanel {
    position: fixed;
    bottom: 250px;
    right: -330px;
    height: 300px;
    width: 300px;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.5s ease, right 0.5s ease;
}

    #erisilebilirlikPanel.open {
        opacity: 1;
        right: 20px;
    }

    #erisilebilirlikPanel .card {
        border: 0;
        box-shadow: 0px 0px 41.5105px rgba(0, 0, 0, 0.75)
    }

    #erisilebilirlikPanel .card-header {
        background-color: #7e9400;
        color: #FFF;
    }

        #erisilebilirlikPanel .card-header span {
            cursor: pointer;
        }

            #erisilebilirlikPanel .card-header span:hover {
                color: #000;
            }

    #erisilebilirlikPanel .btn-outline-secondary:active {
        background-color: #6c757d !important;
        color: #FFF !important;
    }

    #erisilebilirlikPanel .btn-outline-secondary .active {
        background-color: #6c757d !important;
        color: #FFF !important;
    }

.btn-access {
    display: flex;
    flex-direction: column;
    align-content: center;
    padding: 0.375em;
    border: 1px solid #b2b2b2;
    color: #b2b2b2;
    background-color: #FFF;
    font-size: .8em;
    border-radius: 10px;
    width: 100%;
    margin-bottom: 5px;
}

    .btn-access:active i {
        color: #000 !important;
    }

    .btn-access.active i {
        color: #000 !important;
    }

.ihaleAciklama p {
    padding: 0;
    color: #7a7a7a;
    text-align: left;
    font-size: 1em;
    line-height: 0.5;
}

.no-focusborder:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #ccc;
}

.searchBtn i {
    padding: 10px 5px;
    font-size: 2em;
}

.searchBtn button:hover {
    background-color: #acc90b;
    color: #FFF;
}

.searchBtn button {
    background-color: #7e9400;
    color: #FFF;
}

.hizli-menu-btn {
    border: 1px solid #555;
    color: #d01212 !important;
    font-weight: bold;
    font-family: "Yanone Kaffeesatz", sans-serif;
    font-size: 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    align-items: center;
    padding: 15px 0;
    white-space: nowrap;
    margin: 5px 0;
    min-width: 100px;
}

    .hizli-menu-btn:hover {
        color: #FFF !important;
        font-weight: bold;
        font-family: "Yanone Kaffeesatz", sans-serif;
        font-size: 1.2em;
    }

    .hizli-menu-btn i {
        font-size: 1.5em;
        margin: 0 5px;
    }

.ebelediye-btn {
    background: url('../img/e-belediye.png');
    background-size: cover;
}

.dimarruhsat-btn {
    background: url('../img/yapiruhsat.png');
    background-size: cover;
}

.eimar-btn {
    background: url('../img/eimar.png');
    background-size: cover;
}

.kentharitasi-btn {
    background: url('../img/kentharitasi.png');
    background-size: cover;
}

.plan-btn {
    background: url('../img/imarplan.png');
    background-size: cover;
}

.uygulama-btn {
    background: url('../img/imaruyg.png');
    background-size: cover;
}

.erkenuyari-btn {
    background: url('../img/erkenuyari.png');
    background-size: cover;
}

.facebookbtn:hover {
    color: #1877F2;
    background-color: #FFF;
}

.xbtn:hover {
    color: #000;
    background-color: #FFF;
}

.youtubebtn:hover {
    color: #FF0000;
    background-color: #FFF;
}

.instagrambtn:hover {
    color: #C13584;
    background-color: #FFF;
}

#mavimasaBtn {
    display: block;
    position: fixed;
    bottom: 100px;
    right: 80px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    padding: 5px 13px;
    width: 5%;
}
.bilgiislem {
    font-size: 0.9em;
    line-height: 2;
    font-weight: 100;
}
@media screen and (min-width: 320px) and (max-width: 768px) {
    #mavimasaBtn {        
        width: 20%;
    }
    #mavimasaPanel {
        bottom: 540px !important;
    }
    .bilgiislem {
        font-size: 1em;
        line-height: 0;
        font-weight: 100 !important;
        position: relative;
        font-family: "Yanone Kaffeesatz", sans-serif;
        text-align:center;
        color:#000 !important;
    }
}

/*MAVİ MASA*/
#mavimasaPanel {
    position: fixed;
    bottom: 575px;
    right: -330px;
    height: 300px;
    width: 300px;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s ease, right 0.5s ease;
}

    #mavimasaPanel.open {
        opacity: 1;
        right: 20px;
    }

    #mavimasaPanel .card-footer {
        background-color: #204059;
        text-align: center;
    }

    #mavimasaPanel .card {
        border: 0;
        box-shadow: 0px 0px 41.5105px rgba(0, 0, 0, 0.75)
    }

    #mavimasaPanel .card-header {
        background-color: #204059;
        color: #FFF;
    }

        #mavimasaPanel .card-header span {
            cursor: pointer;
        }

            #mavimasaPanel .card-header span:hover {
                color: #000;
            }

    #mavimasaPanel .btn-outline-secondary:active {
        background-color: #6c757d !important;
        color: #FFF !important;
    }

    #mavimasaPanel .btn-outline-secondary .active {
        background-color: #6c757d !important;
        color: #FFF !important;
    }

.btn-masa {
    background-color: #FFF;
    color: #204059;
}

    .btn-masa:hover {
        background-color: #2e6b9a;
        color: #FFF;
    }

    .btn-masa:checked + .btn, .btn-masa.active, .btn-masa.show, .btn-masa:first-child:active, :not(.btn-check) + .btn-masa:active {
        background-color: #FFF;
        color: #204059;
    }



.loader {
    border: 6px solid rgba(0,0,0,0.1);
    border-top: 6px solid #FFF;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}
.pismisbg {
    background-image: url('../img/pismismobil.png');
    background-size:cover;
}
.calistaybg {
    background-image: url('../img/calistaymobil.jpg');
    background-size:cover;
}
.siirbg {
    background-image: url('../img/siirmobile.jpg');
    background-size:cover;
}
.altinbg {
    background-image: url('../img/altinmobile.jpg');
    background-size: cover;
}
.kuluckabg {
    background-image: url('../img/kuluckamobil.jpg');
    background-size: cover;
}
.gesbg {
    background-image: url('../img/gesmobil.jpg');
    background-size: cover;
}
.remobg {
    background-image: url('../img/remomobil.jpg');
    background-size: cover;
}
.mavibayrakbg {
    background-image: url('../img/mavibayrakmobile.jpg');
    background-size: cover;
}
.kentensbg {
    background-image: url('../img/kentenstmobil.jpg');
    background-size: cover;
}
.dinliyoruzbg {
    background-image: url('../img/dinliyoruzmobile.jpg');
    background-size: cover;
}

#mainPopup{
    display:none;
}

.mainPopup {
    position: absolute;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height:100vh;
    background-color:rgba(0, 0, 0, 0.8);
}
.mainPopup i{
    position: absolute;
    z-index: 9999;
    top: 30px;
    right: 30px;
    color:#FFF;
    font-size:3em;
    cursor:pointer;
}

.mainPopup .container {
    position: relative;
    width: 100%;
    height: 760px;
    overflow: hidden;
}

.wgh-slider {
    position: relative;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.wgh-slider__viewport {
    position: relative;
    height: 100%;
    width: 100%;
}

.wgh-slider__viewbox {
    display: block;
    position: relative;
    perspective: 100vw;
    margin: 0 auto;
    width: 33.3333333333%;
    max-width: 450px;
    transform-style: preserve-3d;
    z-index: 0;
}

    .wgh-slider__viewbox::before {
        position: relative;
        top: 0;
        left: 0;
        display: block;
        content: "";
        height: 0;
        padding-bottom: 100%;
        width: 100%;
    }

.wgh-slider__container {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.3s;
    transform-style: preserve-3d;
}

.wgh-slider-target {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
}

input.wgh-slider-target {
    display: none;
}

.wgh-slider-target:first-of-type:last-of-type ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) .wgh-slider-item__trigger {
    display: none;
}

.wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(0%);
}

.wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-50%);
}

.wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-100%);
}

.wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-150%);
}

.wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-200%);
}

.wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-250%);
}

.wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-300%);
}

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider__container {
    transform: translateX(-350%);
}

.wgh-slider-item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transform: translate3d(0, 0, 0) rotateY(45deg);
    transition: transform 0.6s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
}

    .wgh-slider-item:nth-child(1) {
        left: 0%;
    }

    .wgh-slider-item:nth-child(2) {
        left: 50%;
    }

    .wgh-slider-item:nth-child(3) {
        left: 100%;
    }

    .wgh-slider-item:nth-child(4) {
        left: 150%;
    }

    .wgh-slider-item:nth-child(5) {
        left: 200%;
    }

    .wgh-slider-item:nth-child(6) {
        left: 250%;
    }

    .wgh-slider-item:nth-child(7) {
        left: 300%;
    }

    .wgh-slider-item:nth-child(8) {
        left: 350%;
    }

.wgh-slider-item__trigger {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
}

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) .wgh-slider-item__trigger, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) .wgh-slider-item__trigger {
    display: none;
}

.wgh-slider-item__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-origin: center center;
    transform: scale(0.75);
    transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0s;
    z-index: 10;
}

    .wgh-slider-item__inner::before, .wgh-slider-item__inner::after {
        display: block;
        position: absolute;
        content: "";
    }

    .wgh-slider-item__inner::before {
        top: 24px;
        left: 24px;
        bottom: 24px;
        right: 24px;
        z-index: 0;
        transition: transform 0.3s cubic-bezier(0.62, 0.28, 0.23, 0.99) 0.15s;
        transform: translate(-24px, 12px);
        box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    }

    .wgh-slider-item__inner::after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
        background-repeat: repeat-x;
        background-size: 200% 100%;
        background-position: 0% 0%;
        transition: background-position 0.3s linear;
    }

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) .wgh-slider-item__inner, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) .wgh-slider-item__inner {
    transform: scale(1);
    transition-delay: 0.6s;
}

    .wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) .wgh-slider-item__inner::before {
        transform: translate(0, 24px);
    }

    .wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) .wgh-slider-item__inner::after {
        background-position: -50% 0%;
    }

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) ~ .wgh-slider-item .wgh-slider-item__inner::before, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) ~ .wgh-slider-item .wgh-slider-item__inner::before {
    transform: translate(24px, 12px);
}

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) ~ .wgh-slider-item .wgh-slider-item__inner::after, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) ~ .wgh-slider-item .wgh-slider-item__inner::after {
    background-position: -100% 0%;
}

.wgh-slider-item-figure {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.wgh-slider-item-figure__image {
    position: absolute;
    display: block;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    opacity: 1;
}

.wgh-slider-item-figure__caption {
    position: absolute;
    display: block;
    overflow: hidden;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 24px;
    background-image: linear-gradient(0deg, #000 0%, transparent 100%);
    z-index: 2;
}

    .wgh-slider-item-figure__caption a {
        display: inline-block;
        text-decoration: none;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
    }

    .wgh-slider-item-figure__caption span {
        display: block;
        font-size: 14px;
        line-height: 16px;
    }

.wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8), .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7), .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6), .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5), .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4), .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3), .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2), .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) {
    transform: translate3d(0, 0, 0) rotateY(0deg);
    z-index: 9999;
}

    .wgh-slider-target:nth-of-type(8):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(8) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(7):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(7) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(6):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(6) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(5):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(5) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(4):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(4) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(3):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(3) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(2):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(2) ~ .wgh-slider-item, .wgh-slider-target:nth-of-type(1):checked ~ .wgh-slider__viewport .wgh-slider-item:nth-child(1) ~ .wgh-slider-item {
        transform: translate3d(0, 0, 0) rotateY(-45deg) !important;
    }
.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
.havatoggle::after {
    display: none;
}


.weather-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width:100%;
}

.weather-card {
    margin: 20px 5px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 19%;
    height: 270px;
    background-color: #e1e1e1;
    box-shadow: 0px 0px 25px 1px rgba(50, 50, 50, 0.1);
    animation: appear 500ms ease-out forwards;

    h1 {
        position: absolute;
        font-family: "Lato", sans-serif;
        font-weight: 300;
        font-size: 80px;
        color: #6d7bab;
        top: 0;
        left: 35px;
        opacity: 0;
        transform: translateX(150px);
        animation: title-appear 500ms ease-out 500ms forwards;
    }
h3 {
    position: absolute;
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 80px;
    color: #b27860;
    top: 70px;
    left: 35px;
    opacity: 0;
    transform: translateX(150px);
    animation: title-appear 500ms ease-out 500ms forwards;
}
span {
    position: absolute;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 17px;
    color: lighten(#B8B8B8, 10%);
    top: 130px;
    right: 35px;
    text-align: center;
    animation: title-appear 1s ease-out 500ms forwards;
}
p {
    position: absolute;
    font-family: "Sofia Sans Semi Condensed", sans-serif;
    font-weight: 300;
    font-size: 20px;
    color: #8f8f8f;
    bottom: 0;
    text-align: center;
    animation: title-appear 1s ease-out 500ms forwards;
    width: 100%;
}
}

.weather-icon {
    position: relative;
    width: 140px;
    height: 130px;
    top: 0;
    float: right;

}

.sun {
    background: #FFCD41;
    border-radius: 50%;
    box-shadow: rgba(255, 255, 0, 0.1) 0 0 0 4px;
    animation: light 800ms ease-in-out infinite alternate,
        weather-icon-move 5s ease-in-out infinite;
}

@keyframes light {
    from {
        box-shadow: rgba(255, 255, 0, 0.2) 0 0 0 10px;
    }
    to {
        box-shadow: rgba(255, 255, 0, 0.2) 0 0 0 17px;
    }
}

.cloud {
    margin-right: 60px;
    background: darken(#C8DAE6, 5%);
    border-radius: 20px;
    width: 25px;
    height: 25px;
    box-shadow: darken(#C8DAE6, 5%) 24px -6px 0 2px,
        darken(#C8DAE6, 5%) 10px 5px 0 5px, darken(#C8DAE6, 5%) 30px 5px 0 2px,
        darken(#C8DAE6, 5%) 11px -8px 0 -3px,
        darken(#C8DAE6, 5%) 25px 11px 0 -1px;

    &:after {
        content: "";
        position: absolute;
        border-radius: 10px;
        background-color: transparent;
        width: 4px;
        height: 12px;
        left: 0;
        top: 31px;
        transform: rotate(30deg);

        animation: rain 800ms ease-in-out infinite alternate;
    }
}

@keyframes rain {
    from {
        box-shadow: #2092A9 8px 0px, #2092A9 32px -6px, #2092A9 20px 0px;
    }
    to {
        box-shadow: #2092A9 8px 6px, #2092A9 32px 0px, #2092A9 20px 6px;
    }
}

@keyframes weather-icon-move {
    50% {
        transform: translateY(-8px);
    }
}

.inspiration {
    margin-top: 80px;
    color: darken(#C8DAE6, 25%);
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 24px;
    text-align: center;

    a {
        color: #ff8f8f;
        font-weight: 400;
        animation: all 300ms ease-in-out;
    }
}

@keyframes appear {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.05);
    }
    75% {
        transform: scale(0.95);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes title-appear {
    from {
        opacity: 0;
        transform: translateX(150px);
    }
    to {
        opacity: 1;
        transform: translateX(0px);
    }
}
