@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
    font-family: "poppins";
}

.container {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
}


body {
    background: linear-gradient(182deg, rgba(0, 0, 0, 1) 0%, rgba(74, 40, 0, 1) 100%);
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    align-items: center;
}



.header-logo {
    font-weight: 800;
    font-size: 29px;
}

.header-list {
    display: flex;
    gap: 80px;
    align-items: center;
    z-index: 10;
    position: relative;
}

.header-link {
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-size: 17px;
}

.header-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    height: 2px;
    width: 100%;
    background-color: #FA9021;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
    pointer-events: none;
}

.header-link:hover::after {
    transform: scaleX(1);
}

.header-btn-link {
    width: 131px;
    height: 41px;
    border-radius: 6px;
    background-color: #FA9021;
    font-weight: 400;
    font-size: 13px;
    border: none;
    cursor: pointer;
    color: white;
}

.main-wrapper-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-1-data {

    font-weight: 400;
    font-size: 14px;
    line-height: 208.5%;
    color: white;
}

.left-1-data-orange {

    font-weight: 400;
    font-size: 14px;
    line-height: 208.5%;
    color: #E47500;
}

.left-1-item {
    font-weight: 700;
    font-size: 30px;
    line-height: 180.5%;
    width: 425px;
    color: white;
}

.left-1-text {
    font-weight: 400;
    font-size: 16px;
    width: 414px;
    line-height: 208.5%;

}

.left-1-btn {
    background: linear-gradient(90deg, #FA8305, #FB9E3C);
    width: 176px;
    height: 47px;
    border: none;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    gap: 15px;
    cursor: pointer;
    margin-top: 30px;
    transition: 300ms all ease;

}

.left-1-btn:hover {

    border: 2px solid #FA8305;
    background: transparent;
    transition: 300ms all ease;

}

.left-1 {

    display: flex;
    flex-direction: column;
    gap: 20px;

}

.right-1-img {
    position: absolute;
    left: 782px;
    top: 124px;
}

.section-1 {
    height: 680px;
}

.right-1-scroll {
    width: 179px;
    height: 67px;
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    position: absolute;
    left: 782px;
    top: 713px;
}

.cards {
    width: 378px;
    height: 348px;
    border-radius: 20px;
    background-color: #1C140F;
    padding: 70px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 20px;
}

.cards-2-data-1 {
    width: 140px;
    height: 39px;
    background-color: #b000dc14;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}



.cards-2-data-2 {
    width: 140px;
    height: 39px;
    background-color: #dc420011;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cards-2-data-3 {
    width: 140px;
    height: 39px;
    background-color: #00DC8D11;
    border-radius: 8px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cards-2-item-1 {

    font-weight: 600;
    font-size: 20px;
    color: white;

}

.cards-2-text-1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 187.5%;
    width: 274px;
}

.cards-wrapper {
    display: flex;
    justify-content: center;
    margin: 0 auto;
    gap: 100px;

}

.main-2-item {
    font-weight: 600;
    font-size: 25px;
    color: white;
    padding-bottom: 50px;
}

.main-wrapper-3 {
    width: 100%;
    height: 603px;
    background-color: #1C140F;
    padding: 0 5%;
    margin-top: 140px;
}

.main-3-box {
    display: flex;
    gap: 100px;
    align-items: center;
    justify-content: center;
    padding-top: 70px;
}

.right-3 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.right-3-mini-item {
    font-weight: 500;
    font-size: 16px;
    color: white;
}

.right-3-item {
    font-weight: 600;
    font-size: 28px;
    color: white;
    text-align: start;
    line-height: 157.5%;
    width: 531px;
}

.right-3-text {
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 202.5%;
    width: 536px;

}

.cards {
    width: 295px;
    height: 253px;
    border-radius: 20px;
    background-color: #1C140F;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
}



.cards-wrapper-4 {
    display: flex;
    gap: 80px;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}

.cards-avatar {
    width: 123px;
    margin: 0 auto;
}

.cards-name {
    font-weight: 600;
    font-size: 19px;
    margin: 0 auto;
}

.cards-text {
    font-weight: 300;
    font-size: 16px;
    color: #E8E8E8;
    margin: 0 auto;
}

.main-4-item {
    font-weight: 600;
    font-size: 25px;
    color: white;
}

.main-wrapper-4 {
    padding-top: 140px;
}


.main-6-item {
    font-weight: 500;
    font-size: 30px;
    color: white;
}

.main-6-item-text {
    font-weight: 400;
    font-size: 16px;
    color: white;
    width: 545px;
    text-align: start;
    line-height: 187.5%;
}

.main-6-item-box {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-top: 105px;
    margin-left: 18px;
}

.form-wrapper-6 {
    width: 1400px;
    height: 189px;
    border-radius: 15px;
    background-color: #1C140F;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
    padding: 40px 56px;
    align-items: center;
}

.form-item-6 {
    font-weight: 500;
    font-size: 30px;
    color: white;
}

.form-text-6 {
    font-weight: 400;
    font-size: 17px;
    color: white;
    width: 636px;
    text-align: start;
}

.form-item-box-6 {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.main-6-input {
    width: 385px;
    height: 48px;
    border: none;
    border-radius: 8px;
    padding-left: 20px;
    color: black;
    padding-right: 115px;
    font-size: 16px;
}

.main-6-btn {
    width: 105px;
    height: 37px;
    border-radius: 8px;
    background-color: #DC7000;
    border: none;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    position: absolute;
    left: 1310px;
    color: white;
}

.section-5 {
    padding-top: 150px;
}




.footer {
    height: 376px;
    width: 100%;
    background-color: black;
}

.footer-wrapper {
    display: flex;
    /* justify-content: space-between; */
    gap: 100px;
    padding-top: 80px;
}

.footer-logo {
    font-weight: 800;
    font-size: 24px;
    color: white;
}

.footer-item {
    font-weight: 400;
    font-size: 16px;
}

.footer-gmail {
    font-weight: 400;
    font-size: 16px;
    color: white;
}

.logo-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.footer-list-1 {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100px;
}

.footer-list-item {
    font-weight: 500;
    font-size: 17px;
    color: white;
}

.footer-link-1 {
    color: white;
    font-weight: 400;
    font-size: 16px;
}

.footer-contacts-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact-item {
    font-weight: 500;
    font-size: 17px;
}

.footer-icons-wrapper {
    display: flex;
    margin-top: 100px;
}

.footer-line {
    height: 1px;
    width: 100%;
    position: absolute;
    top: 3360px;
    background-color: white;
}

.created-by {
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 3395px;
    left: 620px;
}

.forger {
    font-weight: 500;
    font-size: 19px;
}