.header {
    background-color: #02020259;
    backdrop-filter: blur(3px);
}
#fp-nav ul li {
    border: 4px solid #d61c38;
}
#fp-nav ul li .active span {
    background-color: #d61c38;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
    background-color: #d61c38;
    border: none;
    outline: 0;
    color: #fff;
    padding: 5px 10px;
    margin-bottom: 15px !important;
    cursor: pointer;
}
.form  {
    max-width: 50%;
}
@media (max-width: 1199px) {
    .footer {
        background-position: 90% center;
    }
}
@media (max-width: 767px) {
    .form  {
        max-width: 100%;
    }
    .footer2 {
       background-image: none !important;
    }
}
.m {
    width: 100%;
}

.fullpage-wrapper:has(.one.active) {
    transform: translate3d(0px, 0px, 0px) !important;
}
.one_logo {
       max-height: 60vh;
    margin-top: 80px;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}
.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.three_text_2,
.two_img_text_block2 {
    margin: 0;
}

.three .four_specificat_text:last-child {
   padding-bottom: 0;
}
@media (max-width: 575px) {
    .content {
        min-height: 100%;
    }
    .six_title,
    .footer_title {
        font-size: 24px;
        padding-bottom: 15px;
    }
    .three_img_text_wrap,
    .six_text_wrap {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15px;
}
    .six_text_block,
    .three_img_text {
        width: 100%;
    }
    .three_text_2 {
        padding-bottom: 15px;
        font-size: 12px;
    }

    .two_img_text_block2 {
       background-color: #02020259;
       backdrop-filter: blur(3px);
       margin: 0 auto;
    }
}
.four_two .fp-tableCell .content > div img {
   max-height: 55vh;
}
.two_title {
    margin-bottom: 0 !important;
}

@media (max-width: 1400px) {
    .four .content > div img {
        max-height: 300px;
    }
}

.footer {
    padding: 0 15px;
}