* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    scroll-behavior: smooth;
    transition: 0.4s;
    box-sizing: border-box;
    list-style: none;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.container {
    margin: 0 auto;
    max-width: 1120px;
}

body {
    background-color: #000000;
}

/* header start */
header {
    border-bottom: 1px solid #ffffff;
}

.header_block {
    display: flex;
    padding: 15px 0px;
    align-items: center;
    gap: 20px;
}

.menu {
    display: flex;
    gap: 20px;
    align-items: center;
}

.menu a,
.menu p {
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.menu_a {
    display: flex;
    margin-left: auto;
    gap: 20px;
    align-items: center;
}

.menu_a a {
    color: #ffffff;
}

.a_start {
    padding: 7px 11px;
    background-color: #24B47E;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
}

.link2 {
    font-weight: 600;
    font-size: 14px;
}

.btn_dropdown {
    display: flex;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
}

.dropdown_block {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    background-color: #181818;
    border: 1px solid #333;
    padding: 10px;
    min-width: 80px;
    flex-direction: column;
    gap: 10px;
}

.show_header {
    display: flex;
}

.dropdown {
    position: relative;
}

/* header end */

/* banner start */
.banner {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    gap: 40px;
    align-items: center;
}

.banner_left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 566px;
}

.left_1 {
    display: flex;
    gap: 10px;
    font-size: 18px;
    align-items: center;
}

h1 {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 36px;
    color: #ffffff;
}

.banner_left p {
    font-size: 14px;
    font-weight: 400;
    width: 467px;
    color: #E0E0E0;
}

.banner_right img {
    width: 525px;
}

.a_start2 {
    padding: 7px 22px;
    background-color: #24B47E;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    width: 133px;
}

.a_start2 {
    color: #ffffff;
}

/* banner end */

/* block_2 start */
.block_2 {
    display: flex;
    justify-content: space-between;
    margin-top: 96px;
}

.block2_card {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: start;
    width: 280px;
}

.block2_img {
    display: flex;
    height: 21px;
}

.block2_card h2 {
    font-size: 18px;
    font-weight: 300;
    color: #E0E0E0;
}

.block2_card p {
    font-size: 18px;
    font-weight: 300;
    color: #E0E0E0;
}

/* block_2 end */

/* tabs start */
.tabs h2 {
    color: #ffffff;
    font-size: 48px;
}

.tabs h3 {
    color: #E0E0E0;
    font-style: 18px;
    font-weight: 400;
    margin: 16px 0;
}

.tabs p {
    color: #E0E0E0;
    font-size: 14px;
    margin-bottom: 60px;
}

.tabs {
    padding-top: 150px;
}

.tabs_cards {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabs_right h3 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.tabs_right p {
    font-size: 16px;
    margin: 20px 0 44px 0;
    color: #ffffff;
}

.tabs_right h5 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.tabs_right h4 {
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    margin: 10px 0 15px 0;
}

.tabs_1 {
    width: 373px;
    height: 160px;
    padding: 21px;
    background-color: #1F1F1F;
}

.tabs_2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.tabs_2 p {
    font-size: 16px;
    margin: 10px 0 0 0;
    color: #ffffff;
}

.tabs_2 img {
    margin: 10px 0 0 0;
}

/* tabs end */

/* faq start */
.FAQ_question {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: none;
    border: none;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    transition: 0.4s;
    cursor: pointer;
    color: #ffffff;
}

.FAQ_card {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.FAQ_answer {
    font-size: 14px;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    gap: 32px;
    display: none;
    color: #ffffff;
}

.FAQ_a {
    padding: 10px 13px;
    display: flex;
    background-color: #2a2a2a;
    width: 205px;
    justify-content: center;
    border-radius: 4px;
}

.FAQ_a a {
    color: #ffffff;
}

.FAQ h2 {
    font-size: 36px;
    padding-bottom: 16px;
    color: #ffffff;
}

.FAQ_block {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.FAQ {
    margin-bottom: 200px;
    margin-top: 100px;
}

/* FAQ end */

/* footer start */
.footer {
    display: flex;
    justify-content: space-between;
    align-items: start;
    padding: 50px 0;
}

.footer_right {
    display: flex;
    gap: 32px;
}

.footer_block {
    width: 160px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer h2 {
    color: #666666;
    font-weight: 300;
}

.footer_menu {
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-weight: 300;
}

.footer_a {
    color: #ffffff;
}

/* footer end */

/* block_end start */
.block_end_2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.block_end_2 p {
    color: #ffffff;
}

/* block_end end */

/* slider start */
.sliders {
    margin-top: 100px;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
}

.slider img {
    height: 500px;
}

.slider {
    position: relative;
    overflow: hidden;
}

.slide.active {
    display: block;
}

.slider-btn {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.slider-btn button {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: #666666;
    border: 1px solid #666666;
    color: #ffffff;
}

/* slider end */

/* tabs start */
.tabs_cards {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

.tabs_left {
    flex: 1;
}

.tabs_right {
    flex: 1;
}

.btns {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    font-size: 10px;
}

.btn {
    padding: 10px 15px;
    border: 1px solid #000000;
    color: #666666;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
}

.btn:hover {
    background-color: #e0e0e0;
}

.btn.active {
    background-color: #2A2A2A;
    color: #ffffff;
}

.text {
    display: none;
    margin-top: 20px;
}

.text.active {
    display: block;
}

.text img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.tabs_1,
.tabs_2 {
    margin: 20px 0;
}

.tabs_1 img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 10px;
}

/* tabs end */

/* modal start */
.modal {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.584);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
    position: fixed;
}

.modal-content {
    padding: 40px;
    background-color: #666666;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
}

.modal-content span {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.modal-content input {
    width: 150px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    margin-bottom: 15px;
    margin-top: 5px;
    padding: 5px;
}

.modal-content button {
    width: 150px;
    height: 30px;
    border: 1px solid #24B47E;
    background-color: #24B47E;
    border-radius: 4px;
    color: #ffffff;
}

.btn-or button {
    width: 150px;
    height: 30px;
    border: 1px solid #666666;
    background-color: #666666;
    border-radius: 4px;
    color: #e0e0e0;
}

/* modal end */