﻿@import url('https://fonts.googleapis.com/css2?family=Calistoga&display=swap');

body {
    background: url("/images/sakura.png");
    background-color: #eaeaea !important;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0% 100%;
    background-attachment: fixed;
    font-family: "Calistoga", serif !important;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden !important;
    color: #302925;
}

.w-5 {
    width: 5%;
}

.w-8 {
    width: 8%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 25%;
}

.w-35 {
    width: 35%;
}

.w-40 {
    width: 40%;
}

.w-45 {
    width: 45%;
}

.w-55 {
    width: 55%;
}

.w-60 {
    width: 60%;
}

.w-65 {
    width: 65%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-85 {
    width: 85%;
}

.w-90 {
    width: 90%;
}

.w-95 {
    width: 95%;
}
.ustmenu{
    height:40px;
}
.ustmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ustmenu ul li {
        float: left;
        margin-right: 10px;
        margin-left: 10px;
    }

        .ustmenu ul li a {
            color: #302925;
            text-decoration: none;
            font-weight: 700 !important;
            display: block;
            padding: 8px 16px;
            transition: 0.2s;
            border-radius: 5px;
        }

            .ustmenu ul li a:hover {
                color: #bf2b2b;
            }

.footermenu {
    width: 100%;
    border-right: 1px solid #e3000054;
    height: 100%;
}

    .footermenu h3 {
        padding-bottom: 20px;
    }

    .footermenu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .footermenu ul li {
            float: left;
            min-width: 50%;
            margin-bottom: 10px;
        }

            .footermenu ul li a {
                color: #7A7A7A;
                font-weight: 300;
                text-decoration: none;
                transition: 0.2s;
            }

                .footermenu ul li a:hover {
                    color: #bf2b2b;
                }

    .footermenu p {
        margin: 0 15px;
        color: #7A7A7A;
        font-size: 17px;
        font-weight: lighter;
    }

        .footermenu p a {
            color: #7A7A7A;
            font-size: 17px;
            font-weight: lighter;
            text-decoration: none;
        }

.social a {
    background-color: #bf2b2b;
    color: #fff;
    font-size: 22px;
    height: 40px;
    width: 40px;
    line-height: 42px;
    border-radius: 100%;
    margin-right: 10px;
    transition: 0.2s;
}

    .social a:hover {
        background-color: #631919;
    }

.content {
    margin: 30px 0;
}

.slogan {
    font-size: 80px;
}

    .slogan span {
        color: #bf2b2b;
    }

    .slogan p {
        font-size: 15px;
    }

.resimbg {
    background-color: #bf2b2b;
    border-radius: 35px;
    width: 90%;
    height: 680px;
    z-index: -1;
    animation-duration: 1s;
}

.kurumsalimg {
    position: absolute;
    top: 0;
    right:0;
    animation-duration: 1.3s;
    height:100%;
}

.kurumsalkore {
    position: absolute;
    bottom: 50px;
    right: 0px;
    width: 25%;
    animation-duration: 1.2s;
}
.tanitimyazi {
    animation-duration: 1.0s; 
}
@keyframes typing {
    from {
        width: 0;
    }
}
 
.tanitimp {
    width: 250em;
    width: 184ch;
    white-space: nowrap;
    overflow: hidden;
    animation: typing 8s steps(1000); 
}
.tanitimyazi span{
    display:block;
   font-size:120px;
}
.pageadi{
    font-size:65px;
}
.animasyon1 {
    animation-duration: 1s;
}
.animasyon1-2 {
    animation-duration: 1.2s;
}
.animasyon1-3 {
    animation-duration: 1.3s;
}
.animasyon1-5 {
    animation-duration: 1.5s;
}
.animasyon1-7 {
    animation-duration: 1.7s;
}
.animasyon1-9 {
    animation-duration: 1.9s;
}
.pageyazi{
    color:#7A7A7A;
    margin-top:20px;
}
.baslikblm{
    background-color:#fff;
    border-radius:5px;
    height:140px;
    text-align:center;
    padding:20px;
    position:relative;
}
.baslikblm:before{
    content:'';
    border:1px solid  #dbdbdb;
    position:absolute;
    top:10px;
    left:10px;
    width:84%;
    height:84%;
    border-radius:5px;

}
.baslikblm img{
    width:70%;
    margin-bottom:7px;
}
.teklinq{
    color:#7A7A7A;
    text-decoration:none;
}
.border-danger-r {
    border-right: 1px solid #e3000054;
}
.menusol{
    border:none!important;
}
.menusol li{
    float:initial!important;
}
.contactbaslik{
    font-size:40px;
}
.contact-items{ 
    margin:50px 0;
    padding:0;
    list-style:none;
}
.contact-items li {
    margin-bottom:20px;
    font-size:20px;
    display:flex;
    align-items:center;
}
.contact-items li i{
    margin-right:10px;
    font-size:30px;
}
.takipbtn {
    background-color: #302925;
    padding:10px 20px;
    border-radius:6px;
    font-size:14px;
    color:#fff;
    text-decoration:none;
    transition:0.2s;
}
.takipbtn:hover{
    background-color:#bf2b2b;
}