.loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999999;
}

.split {
    position: absolute;
    width: 50%;
    height: 100%;
    background-image: url('../images/d00f0d121adb6b0f8e03bb2de48e8136.png');
    /* Resmi buraya ekleyin */
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out;
}

.left {
    left: 0;
    background-position: left;
}

.right {
    right: 0;
    background-position: right;
}

.hero-title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-size: 38px;
    font-weight: bold;
    text-align: center;
}

.hero-title .left-text {
    text-align: right !important;
}

.hero-title .right-text {
    text-align: left !important;
}

.hero-title .left-text,
.hero-title .right-text {
    flex: 1;
    text-align: center;
}

.hero-title .separator {
    flex: 0;
    padding: 0 10px;
}

.content {
    position: absolute;
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background: white;
}

.show-content {
    opacity: 1 !important;
}

.move-left {
    transform: translateX(-100%);
}

.move-right {
    transform: translateX(100%);
}

.first-animation img:first-child {
    width: 110%;
    position: absolute;
    bottom: -900px;
    transition: bottom 1s ease;
    z-index: 99;
}

.first-animation {
    height: 100vh;
    overflow: hidden;
    position: relative;
    background-image: url('../images/sky.webp');
    background-size: cover;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.first-animation img.move-top-top-bottom-item {
    bottom: -420px;
    transition: bottom 1s ease;
}

.first-animation .left {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: -550px;
    transition: left 2s ease;
}

.first-animation img.move-to-right-left-item {
    left: -150px;
    transition: left 1s ease;
}

.first-animation .right {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: -300px;
    transition: right 2s ease;
    z-index: 999;
}

.first-animation img.move-to-left-right-item {
    right: -10px;
    transition: right 1s ease;
}

.first-animation .bottom-home {
    width: 100%;
    position: absolute;
    bottom: -400px;
    transition: bottom 2s ease;
}

.first-animation img.move-to-top-bottom-home-item {
    bottom: -70px;
    transition: bottom 1s ease;
}

.opacity-0-anim {
    opacity: 0;
    transition: opacity 2s ease;
}

.second-animation {
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 97;
    background: #20313d;
    top: 0;
    left: 0;
    z-index: 98;
}

.third-area {
    height: 100%;
    width: 100%;
    background: #20313d;
    top: 0;
    left: 0;
}

.second-animation img.left {
    filter: drop-shadow(-14px 38px 68px #9ccdb6);


}

.second-animation img.left {
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 100px;
    background: transparent;
}

.second-animation img.enlarge {
    height: 100%;
    transition: height 1s ease;
}

.second-animation img.to-bottom {
    bottom: -500px;
    left: 30%;
    transition: bottom 2s ease, left 2s ease;
}

.second-animation-right {
    width: 600px;
    position: absolute;
    right: 200px;
    top: 220px;
}

.second-animation-right img {
    width: 100%;
}

.sidebar-toggle {
    position: fixed;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    z-index: 999;
}

.sidebar-toggle ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.double-arrow {
    animation: bounceDown 1.5s infinite;
    margin-left: 4px;
}

@keyframes bounceDown {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(6px);
    }
}


.sidebar-toggle ul li {
    margin: 10px 0;
}

.sidebar-toggle ul li a {
    display: block;
    padding: 8px 12px;
    background: #333;
    color: #fff;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
}

.sidebar-toggle ul li a:hover {
    background: #4CAF50;
}

.second-animation-right p {
    color: #fff;
    margin-bottom: 50px;
    font-weight: 300;
}

.second-animation-right span {
    font-size: 16px;
    color: #fff;
    font-weight: 100;
}

.second-animation-right button {
    position: relative;
    padding: 15px 40px;
    font-size: 18px;
    color: white;
    background-color: #444;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    overflow: hidden;
}

.first-animation-title .button {
     display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-size: 14px;
    color: white;
    background-color: #2c662d;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    background-color: #045D2D;
    }

.second-animation-right .button-container,
.first-animation-title .button-container {
    position: relative;
    display: inline-block;
    padding: 2px;
    /* Çerçeve kalınlığı */
    border-radius: 50px;
    background: linear-gradient(90deg, white, transparent, white);
    background-size: 200% 200%;
    animation: borderMove 2s linear infinite;
    margin-top: 30px;
    float: right;
    cursor: pointer;
}

.second-animation-right button {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-size: 14px;
    color: white;
    background-color: #2c662d;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    background-color: #045D2D;
}

.second-animation-right button span {
    margin-left: 5px;
}

@keyframes borderMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 50% 50%;
    }

    100% {
        background-position: 100% 50%;
    }
}


.second-animation-right button img {
    width: 20px;
    margin-right: 10px;
    height: 20px;
}

.second-animation-right {
    right: 200px;
    transition: right 2s ease;
}

.second-animation-right.to-left {
    right: 2000px;
    transition: right 2s ease;
}

.service-card {
    background: linear-gradient(107.9deg, rgba(4, 71, 11, 0.35) -0.78%, rgba(151, 255, 161, 0.35) 34.79%, rgba(19, 73, 34, 0.35) 96.88%);
    padding: 25px 0;
    display: flex;
    flex-direction: column;
    border: 1px solid #FFFFFF;
    backdrop-filter: blur(20px);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 160px;
    overflow: hidden;
    margin-bottom: 20px;
}

.second-animation-cards {
    position: absolute;
    top: -1000px;

    transition: top 2s ease;
}

.second-animation-cards.to-bottom {
    top: 120px;
    transition: top 2s ease;
}

.second-animation-title,
.third-animation-title {
    width: 800px;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    font-weight: 100;
}



.second-animation-title p {
    font-size: 16px;
    margin-bottom: 30px;
}

.second-animation h4,
.third-animation-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 24px;
}


.third-animation-title p {
    font-size: 16px;
    margin-bottom: 30px;
}

.service-card .service-icon {
    width: 67px;
    height: 67px;
    background: #2B2B2B66;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.service-card .service-title {
    font-size: 18px;
    color: #fff;
    font-weight: 100;
}

.service-card-closed {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: top 1s ease;
    position: absolute;
}

.service-card:hover .service-card-closed {
    top: -68px;
    transition: top 1s ease;
}

.service-card .service-card-showed {
    position: absolute;
    top: 160px;
    font-size: 13px;
    color: #fff;
    margin: 0 20px;
    text-align: center;
    font-weight: 100;
}


.service-card:hover .service-card-showed {
    top: 45px;
    transition: top 1s ease;
}

.service-card-bottom {
    position: absolute;
    z-index: 9;
    bottom: 0;
    width: 25%;
    left: 37.5%;
    background: #fff;
    height: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: width 1s ease, left 1s ease;
}

.service-card:hover .service-card-bottom {
    width: 50%;
    left: 25%;
    transition: width 1s ease, left 1s ease;
}

.second-animation-title.to-top {
    margin-top: -400px;
    margin-bottom: 1200px;
    transition: margin-top 1.5s ease, margin-bottom 1.5s ease;
}

.second-animation.decrease-opacity {
    opacity: 0;
    transition: 1s ease opacity;
}
.referance-imagex{
        background: white;
    width: 100%;
    height: 350px;
    border-radius: 20px !important;
}

.referance-imagex img{
    object-fit: contain;
}


.third-area {
    background: #20313d;
    padding: 150px 0 50px;
}

.right-area-third img {
    width: 100%;
    height: 375px;
    object-fit: cover;
}

.right-area-third {
    height: 375px;
    width: 600px;
    overflow: hidden;
    border-radius: 30px;
    border: 3px solid #fff;
}

.left-area-third h3 {
    font-size: 24px;
    color: #fff;
}

.left-area-third-first-text {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 50px;
}

.left-area-third-second-text {
    font-size: 13px;
    color: #fff;
    display: block;
    font-weight: 100;
}

.left-area-third-button {
    border: 1px solid;
    background: linear-gradient(90deg, #477D5B 0%, #2d4435 51.72%, #467F83 100%);
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 40px;
    margin-top: 30px;
}
.floating-whatsapp {
    position: fixed;
    bottom: 40px;
    right:40px;
    z-index: 9999;
}

.icon-circle {
    position: relative;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: shake 2s infinite;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.icon-circle img {
    width: 30px;
    height: 30px;
    z-index: 2;
}

.notification-dot {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 12px;
    height: 12px;
    background: red;
    border-radius: 50%;
    z-index: 3;
}

.pulse-ring {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(37, 211, 102, 0.3);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    z-index: 1;
}

@keyframes shake {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(5deg); }
    40% { transform: rotate(-5deg); }
    60% { transform: rotate(3deg); }
    80% { transform: rotate(-3deg); }
}

@keyframes pulse {
    0% {
        transform: scale(0.7);
        opacity: 0.7;
    }
    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

.top-image {
    position: absolute;
    left: 120px;
    bottom: 0;
    object-fit: contain;
    width: 350px !important;
    height: auto !important;
}

.dashboard-referances {
    width: 100%;
    position: relative;
    margin-bottom: 100px;
}

  @media (max-width: 768px) {
    .referance-imagex{
        height: 150px;
    }
}
.dashboard-referances h2 {
    text-align: center;
    background: linear-gradient(91.31deg, #FFFFFF 1.12%, #999999 118.29%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 70px;
    font-size: 32px;
}


.referance img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 20px;
    border: 3px solid white;
}

.referance-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.referance-image {
    border: 3px solid #FFFFFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
    background: #939191;
}

.referance-image .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000004D;
}
.get-offer-jungle {
    background-color: #2e7d32; /* jungle green */
    color: #fff;
    margin-top: 15px;
    font-weight: bold;
    font-size: 15px;
    border-radius: 12px;
    padding: 12px 20px;
    transition: all 0.3s ease;
}

.get-offer-jungle:hover {
    background-color: #1b5e20;
    transform: scale(1.05);
}

.referance-info p {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 10px;
}

.referance-services {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.referance-service {
    background: #4D4D4D96;
    color: #fff;
    font-size: 13px;
    padding: 10px;
    border-radius: 50px;
    display: block;
}

.mobile-home {
    display: none;
}

.mobile-home-two {
    display: none;
}

@media only screen and (max-width: 600px) {

    .mobile-home {
        display: block;
    }

    .mobile-home-two {
        display: block;
    }

    .first-animation {
        display: none;
    }

    .loading {
        display: none;
    }

    .second-animation {
        display: none;
    }

    .mobile-home {
        background-color: #20313d;
        position: relative;
        height: 100vh;
        padding-top: 130px;
    }

    .mobile-home-two {
        background-color: #20313d;
        padding: 50px 0;
        width: 100%;
        overflow: hidden;
    }

    .mobile-home-one {
        position: relative;
    }

    .mobile-home .second-animation-right {
        position: absolute;
        width: 255px;
        right: 15px;
        top: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }

    .mobile-home .left {
        position: absolute;
        left: -220px;
        height: calc(100vh - 130px);
        filter: drop-shadow(-14px 38px 68px #9ccdb6);
    }

    .mobile-home .second-animation-right p {
        text-align: right;
    }

    .mobile-home .second-animation-right span {
        width: 200px;
        display: block;
        text-align: right;
    }

    .mobile-home .second-animation-right .button-container span {
        width: 100% !important;
    }

    .right-area-third {
        width: 100%;
    }

    .top-image {
        left: 0;
    }

    .right-area-third {
        margin-top: 30px;
    }

    .slick-initialized .slick-slide {
        display: flex !important;
        height: 160px !important;
    }

    .service-cards-carousel .service-card {
        width: 97%;
    }
}


.home .service-title p {
    font-size: 18px;
}

.first-animation-title {
    position: absolute;
    top: -575px;
    left: calc(50% - 400px);
    text-align: center;
    width: 800px;
    transition: top 1s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.referance-link{
    text-decoration: none;
}

.first-animation-text-top-to-center {
    top: 230px;
    transition: top 1s ease;
}

.discover {
    background: transparent;
    padding: 15px 25px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    border: none;
    margin-top: 40px;
}

.button-discoverx {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 30px;
    font-size: 14px;
    color: white;
    background-color: #2c662d;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    outline: none;
    background-color: #045D2D;
}

@media (min-width: 768px) {
    body {
        overflow: hidden;
    }
}


.button-discover-container {
    position: relative;
    display: inline-block;
    padding: 2px;
    /* Çerçeve kalınlığı */
    border-radius: 50px;
    background: linear-gradient(90deg, white, transparent, white);
    background-size: 200% 200%;
    animation: borderMove 2s linear infinite;
    float: right;
    cursor: pointer;
}

@media (max-width: 768px) {

    .second-animation-title,
    .third-animation-title {
        width: 90%;
    }

    .third-area {
    background: #20313d;
    padding: 20px 0 50px;
}
}