﻿.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 999;
}

.whatsapp-float-i {
    margin-top: 16px;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
}

/* Tema Css*/
.loader .loader-container {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #e7b200;
}


h1 {
    font-size: 50px;
}

.full-width-header .rs-header .topbar-area.style2 {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
}

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a:hover {
        color: #ccc;
    }

    .full-width-header .rs-header .topbar-area.style2 .topbar-contact li a {
        color: #ffffff;
        border-right: 1px solid #ccc;
    }



#scrollUp i {
    background-image: linear-gradient(180deg, #221e1d 10%, #fdc802 100%);
    color: #fff;
}

.rs-footer {
    background: none;
    background-color: #F5F6F9;
}

body .search-modal {
    background: #ffc107;
}


.rs-breadcrumbs2 .breadcrumbs-inner ul li {
    color: #9c9797;
}

    .rs-breadcrumbs2 .breadcrumbs-inner ul li a:before {
        background-color: #000000;
    }

.rs-breadcrumbs2 .breadcrumbs-inner .page-title {
    font-size: 38px;
    font-weight: 700;
    line-height: 56px;
    color: #000000;
}

.rs-breadcrumbs2 .breadcrumbs-inner ul li a {
    color: #000000;
}




@media only screen and (min-width: 992px) {
    .mobile-menu-5 {
        display: none;
    }
}


@media only screen and (max-width: 991px) {
    .mobile-menu-5 {
        display: block;
    }
}

.ul15 ul {
    padding: 0 15px 0 15px;
}

.ul15 p {
    margin-left: 0px;
}

header .navbar .navbar-brand img, header .sidebar-nav-menu .navbar-brand img, header.side-menu .logo img {
    max-height: 60px;
}

.bg-yellow-ochre {
    background-color: #505050;
}



.opacity-extra-medium {
    opacity: .7;
}

.parallax {
    height: 410px;
}

.small-screen {
    height: 150px;
}

.parallax {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden;
    background-attachment: inherit !important;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.urun2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    align-items: stretch;
    justify-content: center;
    min-height: 90px;
    padding: 0 10px 10px 10px;
}

.mobile-logo {
    max-width: 120px;
}

.center-fill-img img {
    text-align: center;
    max-width: -webkit-fill-available;
}


.portfolio .portfolio-wrap {
    box-shadow: none;
}

    .portfolio .portfolio-wrap img {
        /*border: 1px solid #dee2e6 !important;*/
    }

.wrapP p {
    text-wrap: wrap;
}

/*Arama Yap*/
.contact .ara-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

    .contact .ara-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .ara-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .ara-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .ara-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .ara-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .ara-form .form-group {
        margin-bottom: 20px;
    }

    .contact .ara-form input,
    .contact .ara-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .ara-form input::focus,
        .contact .ara-form textarea::focus {
            background-color: #428bca;
        }

    .contact .ara-form input {
        padding: 10px 15px;
    }

    .contact .ara-form textarea {
        padding: 12px 15px;
    }

    .contact .ara-form button[type=submit] {
        background: #428bca;
        border: 0;
        padding: 10px 30px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .ara-form button[type=submit]:hover {
            background: #629fd3;
        }


#hero {
    background: transparent;
}

    #hero .carousel-item::before {
        background-color: transparent;
    }

.carousel-control-next, .carousel-control-prev {
    color: #b90000;
}

.carousel-indicators [data-bs-target] {
    background-color: #b90000;
}

#hero .btn-get-started {
    background: #b90000;
}

    #hero .btn-get-started:hover {
        background: #b90000;
    }

#hero {
    height: calc(100vh - 110px);
}

    #hero .carousel-item {
        width: 100%;
        height: calc(100vh - 110px);
    }

    #hero h2 {
        /*color: #000000;*/
        margin-bottom: 30px;
        /*font-size: 80px;*/
        font-weight: 400;
        line-height: 1.3;
    }

    #hero p {
        width: 100%;
        animation-delay: 0.4s;
        color: #000000;
        /*font-size: 40px;*/
        word-spacing: 4px;
    }

@media only screen and (min-width: 992px) {
    #hero h2 {
        font-size: 75px;
    }
    #hero p {
        font-size: 38px;
    }
}




    #hero .carousel-content {
        text-align: center;
    }

    #hero .btn-get-started {
        background: #428bca;
    }

.btn-menu {
    font-family: "Raleway", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 32px;
    border-radius: 5px;
    transition: 0.5s;
    line-height: 1;
    margin: 10px;
    color: #fff;
    animation-delay: 0.8s;
    border: 0;
    background: #037844;
}

    .btn-menu:hover {
        background: #b90000;
        color: #fff;
    }


.li-menu a, .li-menu a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 10px 10px 10px;
    font-family: "Open Sans", sans-serif;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 400;
    font-size: 12px;
}

    .li-menu a:hover, .li-menu .active, .li-menu .active:focus, .li-menu li:hover > a {
        color: #fff;
        font-weight: 400;
        font-size: 12px;
    }

.navbar .li-menu a:hover,
.navbar .li-menu .active,
.navbar .li-menu .active:focus,
.navbar .li-menu li:hover > a {
    color: #ffffff;
}



.merkez-tekli {
    padding: 80px 0;
    background-position: center center;
    background-size: cover;
    position: relative;
}