body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #101624;
    margin: 0;
    overflow-x: hidden;
}

.logo {
    background: #101624;
    position: relative;
    z-index: 1;
}

.logo img {
    width: 30%;
    height: 200px;
    object-fit: cover;
    object-position: 50% 55%;
    display: block;
    margin: 0 auto;
}


header {
    background-color: #101624;
    border-radius: 0px 0px 20px 20px;
    border: 5px solid #E08335;
    box-shadow: 0px 12px 30px #d66101;
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}

.parts {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.sep1, .sep2 {
    height: 40px;
    width: 0px;
    border: 2px solid #E08335;
    border-radius: 20px;
}

a {
    text-decoration: none;
    color: #E08335;
}

.a1, .a2, .a3 {
    font-size: 30px;
    transition: transform 0.3s ease;
}

.a1:hover, .a2:hover, .a3:hover {
    transform: scale(1.2);
    text-shadow: 0 0 5px #6e3200;
}

#langSwitch {
    padding: 10px 15px;
    border: 2px solid #E08335;
    background-color: #E08335;
    border-radius: 8px;
    color: #101624;
    font-size: 20px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#langSwitch:hover {
    transform: scale(1.1);
    box-shadow: 0 0 5px #d66101;
}

.img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    filter: brightness(50%);
    margin-top: -15px;
    box-shadow: 0 15px 15px 0 #101624;
}



.atm {
    text-align: center;
    position: relative;
}

.wlcm {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 60px;
    width: 90%;
}

.wlcm2 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 40px;
    width: 90%;
}

.btn {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 70px;
    border-radius: 20px;
    font-size: 25px;
    border: 2px solid #d66101;
    background-color: #E08335;
    color: #101624;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn:hover {
    transform: translate(-50%, -50%) scale(1.1);
    box-shadow: 0 0 5px #d66101;
}

.slider-wrapper {
    position: relative;
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
    overflow: hidden;
    margin-top: 10px;
}

.video-container {
    position: relative;
    width: 400px;
    height: 600px;
    transform-style: preserve-3d;
}

.video-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-btn {
    position: absolute;
    z-index: 100;
    background: #E08335;
    border: 5px solid #d66101;
    padding: 20px;
    cursor: pointer;
    border-radius: 50%;
    top: 50%;
    color: #101624;
    font-size: 20px;
}

.nav-btn:hover {
    transform: scale(1.2);
    box-shadow: 0 0 5px #d66101;
    transition: transform 0.3s ease;
}

.prev { left: 50px; }
.next { right: 50px; }

.mute {
    padding: 10px 14px;
    border: 2px solid #E08335;
    background-color: #E08335;
    border-radius: 8px;
    color: #101624;
    font-size: 20px;
    transition: transform 0.3s ease;
    margin-left: 45%;
    margin-top: -50px;
}

.mute:hover {
    transform: scale(1.2);
    box-shadow: 0 0 5px #d66101;
}

.rewievs {
    margin: 30px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.rw {
    display: flex;
    align-items: center;
    width: 100%;
    height: auto;
    border: 5px solid #182035;
    border-radius: 20px;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.rw:hover {
    transform: scale(1.01);
    box-shadow: 0 0 15px rgba(214, 97, 1, 0.5);
}

.rw img {
    width: 30%;
    height: auto;
    display: block;
    object-fit: cover;
}

.tr {
    color: #E08335;
    font-size: 30px;
    margin: 30px;
}

.reverse {
    flex-direction: row-reverse;
}

.main {
    background: #101624;
    color: #d66101;
    padding-top: 10px;
    padding-left: 600px;
    border-radius: 20px 20px 0 0;
    box-shadow: 0px -15px 30px #d66101;
    display: flex;
    flex-direction: row;
    gap: 100px;
    min-height: 400px;
}

.logo2 {
    width: 400px;
    height: 300px;
    margin-left: -70%;
    object-fit: cover;
}

h2 { font-size: 35px; }

.info {
    color: #E08335;
    position: absolute;
    display: flex;
    flex-direction: row;
    gap: 130px;
    margin-top: 80px;
    margin-left: -30px;
}

h4 { font-size: 20px; }

.icons img {
    width: 60px;
    height: 60px;
}

.infoc { font-size: 25px; }

.footer-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.infoa {
    font-size: 20px;
    line-height: 1.4;
    color: #E08335;
}

.icons {
    display: flex;
    gap: 15px;
}

@media (max-width: 768px) {
    header {
        position: sticky;
        border-radius: 0 0 15px 15px;
        padding: 15px 5px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .parts {
        flex-direction: column;
        gap: 10px;
    }

    .sep1, .sep2, .sep4 {
        display: none;
    }

    .logo img {
        width: 60%;
        height: auto;
    }

    #langSwitch {
        position: relative;
        margin-left: 0;
        margin-top: 10px;
        font-size: 18px;
        display: block;
        width: fit-content;
    }

    .a1, .a2, .a3 {
        font-size: 22px;
    }

    .img {
        height: 250px;
        margin-top: 0;
    }

    .wlcm {
        font-size: 28px;
        top: 20%;
    }

    .wlcm2 {
        font-size: 18px;
        top: 45%;
    }

    .btn {
        padding: 12px 30px;
        font-size: 18px;
        top: 75%;
    }

    .slider-wrapper {
        height: 450px;
        perspective: none;
    }

    .video-container {
        width: 280px;
        height: 350px;
    }

    .nav-btn {
        padding: 10px;
        font-size: 16px;
    }

    .prev { left: 5px; }
    .next { right: 5px; }

    .mute {
        margin: 10px auto;
        display: block;
        position: static;
    }

    .rewievs {
        margin: 15px;
    }

    .rw {
        flex-direction: column !important;
        height: auto;
    }

    .rw img {
        width: 100%;
        height: 200px;
    }

    .tr {
        font-size: 20px;
        margin: 15px;
        text-align: center;
    }

    .main {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 40px 20px;
        padding-left: 0;
        margin-left: 0;
        gap: 20px;
        min-height: auto;
    }

    .logo2 {
        width: 180px;
        height: auto;
        margin-left: 0;
        margin-bottom: 10px;
        order: -1;
    }

    .info {
        position: static;
        flex-direction: column;
        gap: 30px;
        margin: 0;
    }

    .footer-section {
        align-items: center;
    }

    h2 { font-size: 26px; }
    h4 { font-size: 18px; }
    .infoc { font-size: 18px; }

    .icons {
        justify-content: center;
    }

    .icons img {
        width: 40px;
        height: 40px;
    }
}