* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    outline: none;
}

body {
    background: rgba(2, 10, 24, 1);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

header {
    /* border: 3px solid blue; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 155px;
    padding-right: 155px;
    height: 13vh;
    width: 100%;
}

.header-ul {
    /* border: 3px solid blue; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 411px;
    height: 22px;
}

.nav-list a {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.home-btn {
    width: 112px;
    height: 52px;
    border-radius: 5px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    gap: 10px;
    background: rgba(58, 104, 184, 1);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.home {
    /* border: 3px solid blue; */
    display: grid;
}

.home-info {
    /* border: 3px solid blue; */
    padding-left: 155px;
    padding-right: 55px;
    display: flex;
}

.home-info-container {
    /* border: 3px solid blue; */
    display: flex;
    flex-direction: column;
    padding-top: 100px;
    gap: 35px;
}

.home-info-container-link {
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: rgba(58, 104, 184, 1);
}

.home-info-container-title {
    width: 604px;
    height: 142px;
    font-family: Open Sans;
    font-weight: 800;
    font-size: 55px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.home-info-container-p {
    width: 558px;
    height: 87px;
    opacity: 0.7;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.home-btn-container-1 {
    width: 408px;
    height: 57.000003814697266px;
    top: 618px;
    left: 387px;
    border-radius: 5px;
}

.home-btn-1,
.home-btn-2 {
    width: 171;
    height: 57;
    top: 618px;
    left: 387px;
    border-radius: 5px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    gap: 10px;
    background: rgba(58, 104, 184, 1);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    border: none;
    margin: 10px;
}

.home-img {
    width: 632px;
    height: 634px;
}

.home-img img {
    animation-name: move;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes move {
    0% {
        transform: translateY(60px);
    }

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

    100% {
        transform: translateX(20px);
    }
}

.home-icons {
    /* border: 3px solid blue; */
    margin-top: 55px;
    padding-left: 155px;
}

.home-ul {
    display: flex;
    gap: 55px;
}

.data-container-1st-part {
    margin-top: 55px;
    /* border: 3px solid blue; */
    padding-left: 155px;
    display: flex;
}

.data-container-1st-part-image img {
    width: 725px;
    height: 669px;
    animation-name: move;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.data-container-1st-part-info {
    display: flex;
    flex-direction: column;
    gap: 45px;
    justify-content: center;
}

.data-container-1st-part-info-title {
    width: 484px;
    height: 104px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.data-container-1st-part-info-p {
    width: 460px;
    height: 78px;
    opacity: 0.7;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.data-container-1st-part-info-btn button {
    width: 150;
    height: 52;
    top: 1600px;
    left: 1049px;
    border-radius: 5px;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
    gap: 10px;
    background: rgba(58, 104, 184, 1);
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    border: none;
}

.cards-container-title {
    width: 302px;
    height: 62px;
    top: 2162px;
    left: 25px;
    opacity: 0.7;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 25px;
    line-height: 125%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);

}

.cards-container-p {
    width: 302px;
    height: 104px;
    top: 2254px;
    left: 25px;
    opacity: 0.7;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    opacity: 0.3;
    }

.carousel-container {
    margin-top: 95px;
    position: relative;
    overflow: hidden;
    padding: 15px 0;
    width: 100%;
    display: flex;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
    gap: 20px;
    padding: 0 50px;
}

.card {
    width: 362px;
    height: 389px;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(164, 156, 156, 0.2) -41.9%, #1b1131 115.68%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    text-align: center;
    justify-content: center;
    flex-shrink: 0;
    scroll-snap-align: start;
}

.carousel-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.3);
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: background 0.3s;
}

.carousel-btn:hover {
    background: rgba(255, 255, 255, 0.5);
}

.prev-btn {
    left: 10px;
}

.next-btn {
    right: 10px;
}

.carousel-indicators {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
}

.carousel-indicators .indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.carousel-indicators .indicator.active {
    background: white;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .carousel {
        padding: 0 30px;
    }

    .card {
        min-width: 300px;
    }
}

@media (max-width: 480px) {
    .carousel {
        padding: 0 20px;
    }

}

.data-container-2nd-part {
    /* border: 3px solid blue; */
    display: flex;
    padding-left: 155px;
}

.data-container-2nd-part-img img {
    animation-name: move;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-delay: 0.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.data-container-2nd-part-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 25px;
}

.data-container-2nd-part-info-title {
    width: 548;
    height: 104;
    top: 2667px;
    left: 387px;
    font-family: Open Sans;
    font-weight: 700;
    font-size: 40px;
    line-height: 130%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.data-container-2nd-part-info-p-1,
.data-container-2nd-part-info-p-2,
.data-container-2nd-part-info-p-3,
.data-container-2nd-part-info-p-4 {
    width: 460px;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
    opacity: 0.5;

}

.footer {
    margin-top: 75px;
    /* border: 3px solid blue; */
    padding-left: 155px;
    display: flex;
    justify-content: space-between;
}

.footer-1st-ul {
    /* border: 3px solid blue; */
    display: grid;
    gap: 10px;
}

.footer-1st-part-li i {
    margin-right: 15px;
}

.footer-1st-part-li a {
    width: 261px;
    height: 18px;
    font-family: Circular Std;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.footer-1st-part-p {
    width: 261px;
    height: 54px;
    opacity: 0.6;
    font-family: Circular Std;
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.footer-2nd-part {
    /* border: 3px solid blue; */
    display: flex;
}

.footer-2nd-part-1 {
    /* border: 3px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 35px;
    margin-left: 35px;
    margin-right: 35px;
}

.footer-2nd-part-title {
    width: 164;
    height: 20;
    font-family: Circular Std;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.footer-2nd-part-1-ul {
    /* border: 3px solid blue; */
    display: grid;
    gap: 7px;
}

.footer-2nd-part-1-li a {
    width: 164px;
    height: 18px;
    top: 3496px;
    left: 716px;
    opacity: 0.6;
    font-family: Circular Std;
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);
}

.footer-3rd-part {
    /* border: 3px solid blue; */
    display: grid;
}

.footer-3rd-part-title {
    width: 165px;
    height: 20px;
    font-family: Circular Std;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.footer-3rd-part-p {
    width: 261px;
    height: 54px;
    opacity: 0.6;
    font-family: Circular Std;
    font-weight: 450;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.footer-3rd-part-link {
    width: 261px;
    height: 18px;
    top: 3579px;
    left: 1302px;
    font-family: Circular Std;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 1);

}

.footer-3rd-part-icons {
    /* border: 3px solid blue; */
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 174.640869140625px;
    opacity: 0.6;
}
.footer{
    margin-bottom: 55px;
}