﻿#header .header-body {
    background-color: rgba(57, 56, 56, 1) !important;
}

.butonmenu {
    border-radius: 50px;
    white-space: nowrap;
    color: #FFFFFF;
    background: linear-gradient(-180deg, #E3B873 0%, #A08559 96%);
    box-shadow: none;
    background-repeat: no-repeat;
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    -webkit-text-decoration: none;
    text-decoration: none;
    padding: 10px 40px;
    font-size: 14px;
    -webkit-letter-spacing: 0.4px;
    -moz-letter-spacing: 0.4px;
    -ms-letter-spacing: 0.4px;
    letter-spacing: 0.4px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    word-break: initial;
    border: none;
    font-family: Lato;
    font-weight: 400;
}

    .butonmenu:hover {
        color: #FFFFFF !important;
    }

#header .header-btn-collapse-nav {
    background: transparent !important;
}

.mobilmenu {
    font-weight: 600 !important;
    color: #070707;
    font-size: 1.2rem;
}

@media (max-width: 991px) {
    html.sticky-header-active #header.header-transparent .header-nav-main nav {
        padding: 0 15px;
        /* background: #A08559; */
        background-color: rgba(57, 56, 56, 1) !important;
    }
}

@media (max-width: 991px) {
    #header .header-nav-main.header-nav-main-mobile-dark nav > ul > li > a.active {
        background: gray !important;
    }
}






.animated-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.icon {
    position: absolute;
    color: #444;
    font-size: 28px;
    opacity: 0.8;
    animation: floatAround 20s linear infinite;
    transition: all 0.3s ease;
}

    .icon:hover {
        opacity: 1;
        transform: scale(1.2);
        color: #2575fc;
    }

    /* İkonların konumlandırılması ve animasyon özellikleri */
    .icon:nth-child(1) {
        top: 5%;
        left: 5%;
        animation-delay: 0s;
        animation-duration: 20s;
    }

    .icon:nth-child(2) {
        top: 15%;
        left: 90%;
        animation-delay: 0s;
        animation-duration: 22s;
    }

    .icon:nth-child(3) {
        top: 85%;
        left: 10%;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .icon:nth-child(4) {
        top: 75%;
        left: 80%;
        animation-delay: 0s;
        animation-duration: 25s;
    }

    .icon:nth-child(5) {
        top: 25%;
        left: 25%;
        animation-delay: 0s;
        animation-duration: 19s;
    }

    .icon:nth-child(6) {
        top: 45%;
        left: 60%;
        animation-delay: 0s;
        animation-duration: 23s;
    }

    .icon:nth-child(7) {
        top: 65%;
        left: 40%;
        animation-delay: 0s;
        animation-duration: 17s;
    }

    .icon:nth-child(8) {
        top: 35%;
        left: 75%;
        animation-delay: 0s;
        animation-duration: 21s;
    }

    .icon:nth-child(9) {
        top: 55%;
        left: 15%;
        animation-delay: 0s;
        animation-duration: 24s;
    }

    .icon:nth-child(10) {
        top: 10%;
        left: 50%;
        animation-delay: 0s;
        animation-duration: 20s;
    }

    .icon:nth-child(11) {
        top: 90%;
        left: 55%;
        animation-delay: 0s;
        animation-duration: 22s;
    }

    .icon:nth-child(12) {
        top: 30%;
        left: 10%;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .icon:nth-child(13) {
        top: 70%;
        left: 70%;
        animation-delay: 0s;
        animation-duration: 25s;
    }

    .icon:nth-child(14) {
        top: 20%;
        left: 40%;
        animation-delay: 0s;
        animation-duration: 19s;
    }

    .icon:nth-child(15) {
        top: 80%;
        left: 30%;
        animation-delay: 0s;
        animation-duration: 23s;
    }

    .icon:nth-child(16) {
        top: 40%;
        left: 85%;
        animation-delay: 0s;
        animation-duration: 17s;
    }

    .icon:nth-child(17) {
        top: 60%;
        left: 45%;
        animation-delay: 0s;
        animation-duration: 21s;
    }

    .icon:nth-child(18) {
        top: 50%;
        left: 20%;
        animation-delay: 0s;
        animation-duration: 24s;
    }

    .icon:nth-child(19) {
        top: 15%;
        left: 65%;
        animation-delay: 0s;
        animation-duration: 20s;
    }

    .icon:nth-child(20) {
        top: 85%;
        left: 85%;
        animation-delay: 0s;
        animation-duration: 22s;
    }

    .icon:nth-child(21) {
        top: 25%;
        left: 55%;
        animation-delay: 0s;
        animation-duration: 18s;
    }

    .icon:nth-child(22) {
        top: 75%;
        left: 25%;
        animation-delay: 0s;
        animation-duration: 25s;
    }

    .icon:nth-child(23) {
        top: 35%;
        left: 35%;
        animation-delay: 0s;
        animation-duration: 19s;
    }

    .icon:nth-child(24) {
        top: 65%;
        left: 65%;
        animation-delay: 0s;
        animation-duration: 23s;
    }

    .icon:nth-child(25) {
        top: 45%;
        left: 5%;
        animation-delay: 0s;
        animation-duration: 17s;
    }

    .icon:nth-child(26) {
        top: 55%;
        left: 90%;
        animation-delay: 0s;
        animation-duration: 21s;
    }

    .icon:nth-child(27) {
        top: 5%;
        left: 75%;
        animation-delay: 0s;
        animation-duration: 24s;
    }

    .icon:nth-child(28) {
        top: 95%;
        left: 15%;
        animation-delay: 0s;
        animation-duration: 20s;
    }

    .icon:nth-child(29) {
        top: 10%;
        left: 30%;
        animation-delay: 0s;
        animation-duration: 22s;
    }

    .icon:nth-child(30) {
        top: 90%;
        left: 70%;
        animation-delay: 0s;
        animation-duration: 18s;
    }



@keyframes floatAround {
    0% {
        transform: translate(0, 0) rotate(0deg);
    }

    25% {
        transform: translate(40px, 40px) rotate(90deg);
    }

    50% {
        transform: translate(0, 80px) rotate(180deg);
    }

    75% {
        transform: translate(-40px, 40px) rotate(270deg);
    }

    100% {
        transform: translate(0, 0) rotate(360deg);
    }
}



@media (max-width: 650px) {


    .icon {
        font-size: 22px;
    }
}

.feature-15-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

    .feature-15-container .wm-heading {
        max-width: 1100px;
        margin: 0 auto 50px auto
    }

        .feature-15-container .wm-heading .wm-heading-paragraph {
            margin: 0 0 40px 0
        }

    .feature-15-container .block-content-wrap {
        padding: 34px 30px
    }

    .feature-15-container .blocks-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin: 30px 0
    }

@media only screen and (max-width: 1020px) {
    .feature-15-container .blocks-wrap {
        flex-direction: column
    }
}

.feature-15-container .blocks-wrap .block-img-wrap {
    width: 100%;
    font-size: 0;
    position: relative
}


.portfolio-item {
    box-shadow: rgba(57, 56, 56, 0.12) 0px 9px 22px 0px;
    border: none;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    text-align: center;
    -webkit-box-flex: 1;
    flex-grow: 1;
    box-sizing: border-box;
    position: relative;
    margin: 0px 0px 0px 15px;
    font-family: Lato;
    color: rgb(87, 80, 80);
    line-height: 1.4;
}

.portfolio-title {
    padding: 0px 24px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgb(160, 133, 89);
    position: absolute;
    top: 14px;
    left: -14px;
    z-index: 1;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: white;
    font-family: Lato;
    font-weight: bold;
    font-size: medium;
}

.portfolio-number {
    font-size: 72px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    position: absolute;
    bottom: 18px;
    left: 10px;
    font-family: 'Montserrat', sans-serif;
}