@charset "utf-8";
/* CSS Document */


#hakkimizda {
    overflow: hidden;
    position: relative;
}

.calender-left p {
    color: #ffffff;
    font-style: italic;
    margin-top: 200px;
    font-weight: 300;
    width: 302px;
    font-size: 18px;
}

.onemli-gunler .sol-ust p {
    position: absolute;
}

.hakkimizda {
    width: 100%;
    height: 732px;
    margin-top: 200px;
    background-size: contain;
    background-position: bottom right;
    background-repeat: no-repeat;
}

    .hakkimizda .sem-tak {
        font-size: 24px;
        font-weight: 300;
        font-style: italic;
        color: #4a4a4a;
        text-align: right;
    }


    .hakkimizda .icerik {
        font-size: 18px;
        font-weight: 300;
        font-style: italic;
        color: #4a4a4a;
        text-align: right;
        width: 456px;
        position: absolute;
        left: 365px;
    }

        .hakkimizda .icerik h3 {
            font-size: 50px;
            font-weight: 600;
            color: #5dbfc9;
            text-align: right;
            padding-bottom: 45px;
            font-style: normal !important;
        }

.footer {
    height: 100%;
    width: 100%;
    background-image: -webkit-linear-gradient(-259deg, rgba(95, 98, 125, 1) 0%, rgba(49, 51, 71, 1) 100%);
    background-image: -moz-linear-gradient(-259deg, rgba(95, 98, 125, 1) 0%, rgba(49, 51, 71, 1) 100%);
    background-image: -o-linear-gradient(-259deg, rgba(95, 98, 125, 1) 0%, rgba(49, 51, 71, 1) 100%);
    background-image: linear-gradient(-259deg, rgba(95, 98, 125, 1) 0%, rgba(49, 51, 71, 1) 100%);
    text-align: center;
    padding: 20px 0;
}

    .footer .hr {
        height: 1px;
        width: 640px;
        display: inline-block;
        clear: both;
        background-color: #d8d8d8;
        opacity: 0.3;
    }

    .footer p {
        font-size: 9px;
        color: #ffffff;
        margin-top: 50px;
		
    }

    .footer .social {
        width: 200px;
        height: 24px;
        display: inline-block;
    }

        .footer .social img {
            padding-left: 10px;
            padding-right: 10px;
        }

    .footer .store {
        width: 300px;
        height: 33px;
        display: inline-block;
        margin-top: 10px;
    }

        .footer .store img {
            padding-left: 20px;
            padding-right: 20px;
		}