:root {
    --swiper-navigation-size: 20px;
}

body.page--is-loading {
    cursor: initial !important;
}

.swiper-pagination {
    display: none;
}

section * {
    transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}

.swiper-pagination-bullet {
    width: 50px;
    height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: none;
    font-family: 'Abel';
}

.swiper-pagination-bullet-active {
    position: relative;
}

.swiper-pagination-bullet-active:after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: white;
    position: absolute;
    right: 20px;
    bottom: 5%;
}

.swiper-pagination-bullet-active {
    opacity: 0.8;
    background: none;
}

.swiper-image {
    position: absolute;
    right: 0;
    width: 100%;
    height: 90vh;
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    width: 100%;
    /*    height: 100vh;*/
    display: flex;
}

.clock-content {
    font-family: 'MADE Canvas';
    line-height: 1;
    color: white;
    position: absolute;
}

.clock-content-year {
    font-size: 80pt;
}

.clock-content-small {
    font-size: 15pt;
    position: absolute;
    top: 85%;
    left: 50%;
}

.top-left {
    width: 50%;
    background-color: #d7162f;
    color: white;
    background-image: url("http://www.faceofhomelessness.com/images/dots.svg");
    background-repeat: repeat;
    background-size: 40%;
    background-origin: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.div-logo {
    height: 50px;
    color: white;
    margin-left: 13%;
    margin-top: 50px;
}

#registered {
    position: absolute;
    padding-left: 5px;
    color: white;
    font-size: 10px;
}

.top-content {
    font-family: 'made-canvas';
    margin-left: 6%;
    margin-bottom: 75px;
    margin-top: -30%;
    height: 38vh;
}

.bottom-menu .copyrights {
    color: white;
}

.content {
    font-size: 50px;
}

.content-hot {
    font-weight: bold;
    font-size: 70px;
    line-height: 0.8;
}

.top-right {
    width: 50%;
    background-image: url("http://www.faceofhomelessness.com/images/dots.svg");
    background-color: #d7162f;
    background-repeat: repeat;
    background-size: 40%;
}

.swiper-wrapper {
    height: 90vh;
}

.uruns .swiper-wrapper {
    height: auto;
}

.top-right-content {
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-slider {
    width: 20%;
    height: 10vh;
    margin-top: 20px;
    margin-left: 1%;
    display: flex;
    justify-content: space-evenly;
}

.lslide,
.rslide {
    cursor: pointer;
    width: 48%;
    height: 10vh;
    outline: none !important;
    color: white;
    background-color: #c71d33;
    position: static;
}

.menu-slider .swiper-pagination-bullet {
    outline: none !important;
}

.intro {
    width: 100%;
    background-color: white;
    font-family: 'Abel';
    font-size: 17px;
    line-height: 10.1vh;
    letter-spacing: 2px;
    color: #5c5550;
    text-align: center;
}

.intro-first {
    font-weight: bold;
}

.intro-content {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
}

/* override the menu here... */

aside {
    width: 5%;
    height: 90vh;
    position: absolute;
    top: 0;
    z-index: 4;
    display: flex;
    flex-direction: column;
    right: 0;
    background-color: #0000006b;
    color: white;
}

#menu, #fmenu {
    width: 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    opacity: 1;
    cursor: pointer;
    z-index: 5;
}

.menu-title {
    width: 100%;
    text-align: center;
    margin-top: -18px;
    letter-spacing: 2px;
}

.menu-title p {
    transform: rotate(-90deg);
    font-family: Centuria;
    font-size: 12px;
}

article {
    width: 87%;
    margin: 150px auto 150px auto;
    display: flex;
    justify-content: space-between;
}

.left-section {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}

.section-header-text {
    width: 100%;
}

.section-header-text h1 {
    font-family: 'MADE Canvas';
    font-weight: inherit;
    font-size: 59px;
    color: gray;
    line-height: 0.881;
}

.section-header-text h1 span {
    color: rgb(215, 22, 47);
}

.section-footer-text {
    font-family: 'Centuria';
    width: 70%;
    height: max-content;
    margin-top: 70px;
}

.section-footer-text p {
    font-size: 19px;
    color: rgb(166, 166, 166);
    line-height: 1.44;
}

.right-section {
    width: 50%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.feature-container {
    width: 40%;
    margin: 4%;
}

.feature-container svg {
    width: 50%;
    height: 32%;
}

.feature-text-footer {
    padding-top: 27px;
    color: gray;
    font-family: 'Abel';
    font-weight: bold;
}

.feature-text-footer p {
    margin: -1em 0;
}

.feature-text h1 {
    font-family: 'Centuria';
    font-weight: bold;
    font-size: 20px;
    width: 70%;
}


section {
    width: 87%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 150px;
}

.top-section-menus {
    width: 95%;
    position: relative;
    color: #7a7a7a;
    font-family: 'MADE Canvas';
    margin: 60px auto 60px auto;
    text-transform: capitalize;
}

.on-section-line {
    font-size: 40px;
    width: 20%;
    border-bottom: #7a7a7a 2px solid;
}

.on-section {
    font-size: 125px;
    position: absolute;
    left: 35%;
    top: 10%;
    z-index: 2;
}

.ce {
    position: absolute;
    left: 92%;
    z-index: 2;
    bottom: 0;
    top: 170px;
    width: 5%;
}

#sec {
    width: 100%;
}

.section-menus {
    width: 26%;
    height: 70vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.section-element1, .section-element2, .section-element3, .section-element4 {
    position: absolute;
    z-index: -1;
    width: 70%;
    height: 70vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.section-element1 svg, .section-element2 svg, .section-element3 svg, .section-element4 svg {
    width: 20px;
    margin-bottom: -6px;
}

.as1, .as2, .as3, .as4 {
    margin-top: 28%;
    margin-left: 46%;
    width: auto;
    color: black;
    font-size: 1rem;
    width: 23%;
}

.uruns {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-bottom: -7%;
    overflow: hidden;
}

.uruns img {
    width: 100%;
}

.section-element-anim {
    transition: all 300ms ease-in;
    width: 0%;
}


.feature-container .dereke {
    height: 30%;
    margin-bottom: 10%;
}

.section-menu1,
.section-menu2,
.section-menu3,
.section-menu4 {
    width: 25%;
    height: 70vh;
    font-family: 'Centuria';
    color: white;
    background-color: #d7162f;
    border-right: 1px solid white;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    text-align: center;
    justify-content: space-between;
    cursor: pointer;
}

.section-menu1:hover, .section-menu2:hover, .section-menu3:hover, .section-menu4:hover {
    transition: all 500ms ease-in-out;
    background-color: #8e0012;
}

.art {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh
}

.art p {
    position: absolute;
    transform: rotate(-90deg);
    font-weight: bold;
    font-size: 20px;
}

.section-anim {
    background-color: transparent;
    border-right: none;
    font-weight: bold;
}

.section-anim:hover {
    background-color: transparent;
}

.news {
    display: flex;
    justify-content: space-between;
}

.news-left {
    width: 25%;
}

.news-left h3 {
    border-bottom: #7a7a7a 2px solid;
    color: #7a7a7a;
    font-family: 'MADE Canvas';
    font-size: 30px;
}

.news-left h2 {
    padding-top: 40px;
    padding-bottom: 40px;
    font-family: 'Lora';
    font-weight: 500;
    font-size: 25px;
    color: #5c5c5c;
}

.news-left p {
    width: 90%;
    color: #a6a6a6;
    font-family: 'Centuria';
    font-size: 14px;
    font-weight: 100;
    line-height: 25px;
}

.news-right .swiper-container2{
    width: 100%;
}
.news-right {
    width: 69.5%;
    right: 6%;
    height: 500px;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable;
    display: flex;
}

.post {
    width: 120%;
    height: 500px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.post a {
    text-decoration: none;
    margin-bottom: 75px;
}

.plus:hover {
    transition: all 300ms ease-in-out;
    width: 150px;
    height: 150px;
    border: 1px solid white;
    background-color: transparent;
    background-image: none;
}

.post:hover {
    transition: all 300ms ease-in-out;
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.plus {
    width: 64px;
    height: 64px;
    color: white;
    background-color: #d7162f;
    border-radius: 50%;
    font-family: monospace;
    font-size: 40pt;
    background-image: url(../img/plus.svg);
    background-size: 30%;
    background-position: center center;
}

.news-right .swiper-wrapper {
    height: 100%
}

.slider {
    position: absolute;
    width: 60%;
    height: 510px;
    display: flex;
    align-items: flex-end;
    left: 33%;
}

.slider .top-slider {
    width: 16%;
    margin: 0;
    margin-left: -8%;
}

#online_odeme_header{
    width: auto !important;
    margin-left: -140px !important;
    margin-right: 20px !important;
}

/*...responsive area...*/

@media screen and (orientation: portrait), (max-width: 800px) {
    header {
        flex-wrap: wrap;
    }

    .as1, .as2, .as3, .as4 {
        margin-top: 27%;
        margin-left: 19%;
        width: auto;
        color: black;
        font-size: 0.5rem;
        width: 52%;
    }

    .top-left, .top-right {
        width: 100%;
    }

    .div-logo, .top-content {
        margin-left: 5%;
    }

    .clock-frame {
        display: none;
    }

    .intro {
        font-size: 0.8rem;
    }

    article, section {
        width: 94%;
    }

    .left-section, .right-section, .section-footer-text {
        width: 100%;
    }

    .section-menu1, .section-menu2, .section-menu3, .section-menu4 {
        font-size: 8px;
    }

    .line {
        right: 10px;
    }

    .top-section-menus {
        display: none;
    }

    .news, article {
        flex-direction: column;
    }

    .news-left, .news-right {
        width: 100%;
    }
}

@media screen and (orientation: portrait) , (max-width: 425px) {
    body {
        width: 100%;
        overflow: hidden;
    }

    .uruns {
        width: 90%;
    }

    .on-section {
        font-size: 38px;
        position: absolute;
        left: 31%;
        top: 128%;
        z-index: 2;
    }

    .feature-container .dereke {
        height: 30%;
        margin-bottom: 10%;
        margin-top: 15%;
    }

    .feature-container svg {
        width: 50%;
        height: 32%;
        margin-bottom: unset;
        margin-top: 15%;
    }

    .on-section-line {
        font-size: 20px;
        width: 20%;
        border-bottom: #7a7a7a 2px solid;
    }

    .section-menus {
        height: 40vh!important;
        max-height: 400px;
    }

    .menu-title {
        display: none;
    }

    .section-element1, .section-element2, .section-element3, .section-element4 {
        height: 42.1vh;
    }

    .section-menu1, .section-menu2, .section-menu3, .section-menu4 {
        width: 34%;
        overflow: hidden;
    }

    .feature-text h1 {
        font-size: 16px;
        width: 100%;
    }

    .swiper-image {
        height: 50vh;
    }

    .section-header-text h1 {
        font-size: 39px;
    }

    .rede {
        display: block;
        position: absolute;
        transform: rotate(90deg);
        left: -18px;
        top: 45%;
    }
    #online_odeme{
        left: -150px;
    }
    #online_odeme_header{
        margin-left: -80px !important;
        margin-right: 10px !important;
    }

    .content {
        font-size: 34px;
    }

    .content-hot {
        font-weight: bold;
        font-size: 38px;
        line-height: 0.8;
        font-family: 'MADE Canvas';
    }

    .div-logo, .top-content {
        margin-left: 5%;
        margin-top: 100px;
    }

    .top-content {
        font-family: 'MADE Canvas';
        margin-left: 5%;
        margin-bottom: unset;
        height: 16vh;
    }

    #menu, #fmenu {
        width: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 32px;
        margin-right: unset;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        opacity: 1;
        cursor: pointer;
        z-index: 5;
    }

    aside {
        width: 25% !important;
        height: 9vh !important;
        /* overflow: hidden; */
        position: absolute;
        top: 0;
        z-index: 4;
        display: flex;
        flex-direction: column;
        right: 0;
        background-color: #0000006b;
        color: white;
    }

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

    .slider {
        display: none;
    }

    .post {
        height: 100%;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
    }

    .swiper-image {
        background-size: cover;
    }

    .swiper-wrapper {
        height: 55vh;
    }

    .as1, .as2, .as3, .as4 {
        margin-top: 37vh;
        margin-left: 19%;
        width: auto;
        color: black;
        font-size: 0.5rem;
        width: 52%;
        height: auto;
    }
    .art p {
        width: 100%;
        font-size: 10px;
    }

    .dnone {
        opacity: 0 !important;
    }
}