@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";
    color: white;
}

.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: cov;
}

.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;
}

.sect-1-left {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.left-1-item-orange {
    font-weight: 700;
    font-size: 20px;
    color: #E87D0E;
}

.left-1-item {
    font-weight: 700;
    font-size: 50px;
    width: 479px;
}

.left-1-text {
    font-weight: 500;
    font-size: 16px;
    width: 529px;
    margin-top: 26px;
}

.left-1-btn {
    background: linear-gradient(90deg, #FA8305, #FB9E3C);
    border: none;
    width: 195px;
    height: 53px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 16px;
    color: white;
    cursor: pointer;
    margin-top: 50px;
    transition: 400ms all ease;

}

.left-1-btn:hover {
    background: transparent;
    border: 2px solid #FB9E3C;
    transition: 400ms all ease-in;
}

.main-wrapper-1 {
    margin-top: 110px;
    display: flex;
    justify-content: space-between;
}

.right-1-hero {
    position: absolute;
    top: 0px;
    left: 865px;
    width: 600px;
}

.right-1-hero-сontent-1 {
    position: absolute;
    left: 770px;
    top: 370px;


}

.right-1-hero-сontent-2 {
    position: absolute;
    top: 140px;
    left: 930px;
}

.right-1-hero-сontent-3 {
    position: absolute;
    top: 155px;
    left: 1230px;
}




.cards {
    height: 330px;
    width: 251px;
    background-color: transparent;
    display: flex;
    flex-direction: column;
}

.card-2-img {
    width: 251px;
    height: 277px;
}

.card-text-wrapper-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px auto;
}

.card-2-text {
    font-weight: 500;
    font-size: 22px;
    color: white;
}

.main-2-item {
    font-weight: 700;
    font-size: 31px;
    color: white;
}

.main-2-btn {
    height: 57px;
    width: 139px;
    border-radius: 10px;
    background-color: #12100E;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: white;
    cursor: pointer;
}

.main-2-item-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section-2 {
    margin-top: 180px;
}

.cards-wrapper-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}


.main-3-item {
    color: white;
    font-weight: 600;
    font-size: 35px;
    width: 826px;
    text-align: center;
    margin: 0 auto;
}

.main-3-item-box {
    margin: 100px auto;
}

.main-3-img-item {
    color: white;
    font-weight: 600;
    font-size: 30px;
}

.main-3-img-item-text {
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 187.5%;
    width: 545px;
}

.main-3-img-item-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align: start;
    margin-left: 105px;
    position: relative;
}

.main-3-card-img {
    border-radius: 5px;
    margin: 45px auto;
    display: flex;
    position: relative;
}

.main-3-absolute {
    position: absolute;
    top: 1640px;
    left: 960px;
}

.section-4 {
    background-image: url(./images/Rectangle\ 5.png);
    background-repeat: no-repeat;
    height: 881px;
    margin: 200px 40px;
}

.main-4-item {
    font-weight: 600;
    font-size: 30px;
    color: white;
    width: 826px;
    text-align: center;
    margin: 0 auto;
    padding-top: 90px;

}

.main-4-item-text {
    font-weight: 400;
    font-size: 16px;
    color: white;
    line-height: 187.5%;
    text-align: center;
    width: 820px;
    margin: 40px auto;
}

.card-img {
    width: 65px;
    height: 65px;
    margin: 0 auto;
}

.card-text {
    font-weight: 500;
    font-size: 16px;
    color: white;
    width: 220px;
    margin: 0 auto;
}

.cards {
    width: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
}

.card-arrow {
    width: 18px;
    height: 18px;
    margin: 0 auto;
    display: flex;
}

.cards-wrapper-up {
    display: flex;
    gap: 100px;
    justify-content: center;
}

.card-text-4 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
}

.card-wrapper-down {
    display: flex;
    gap: 100px;
    margin: 0 auto;
    justify-content: center;
}

.all-cards-wrapper {
    position: relative;
    bottom: 50px;
}

.main-5-item {
    font-weight: 700;
    font-size: 30px;
    color: white;
    text-align: center;
}

.main-5-item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 187.5%;
    width: 497px;
    text-align: center;
    margin: 0 auto;
}

.main-5-item-box {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.all-cards-wrapper-5 {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-left: 80px;
    padding-top: 77px;
}

.up-cards-wrapper {
    display: flex;
    gap: 30px;
}

.down-cards-wrapper {
    display: flex;
    gap: 30px;
}

.main-5-btn {
    height: 57px;
    width: 139px;
    border-radius: 10px;
    background-color: #12100E;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: white;
    cursor: pointer;
    margin-left: 560px;
    margin-top: 70px;
}

.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: 52px;
}

.form-wrapper-6 {
    width: 1270px;
    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: 1230px;
}

.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-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: 5230px;
    background-color: white;
}

.created-by {
    font-weight: 400;
    font-size: 18px;
    position: absolute;
    top: 5250px;
    left: 620px;
}

.forger {
    font-weight: 500;
    font-size: 19px;
}

