body {
    margin: 0px;
    padding: 0px;
    top: 0px !important;
}

body * {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

.container {
    max-width: 1440px;
    padding: 0px 20px;
    margin: 0 auto;
    width: 100%;
}

.main_section {
    position: relative;
}

.nav {
    position: absolute;
    padding: 14px 0px;
    width: 100%;
    z-index: 10;
    background: #78787833;
    backdrop-filter: blur(6px);
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar .logo img {
    width: 150px;
}

.title_text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1440px;
    margin: auto;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.title_text h1 {
    color: #fff;
    font-size: 57px;
    font-weight: 600;
    line-height: 68px;
}

.main_text {
    width: 42%;
}

.title_text p,
.about_text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    padding: 16px 0px 24px 0px;
}

.title_text .text_right {
    text-align: end;
}

.btn button {
    background: linear-gradient(90deg, #ff0000 0%, rgba(255, 82, 82, 1) 100%);
    border-radius: 6px;
    padding: 10px 20px;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
}

.btn button a {
    text-decoration: none;
    color: #fff;
}

.btn img {
    padding-right: 10px;
}

.background_video {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.background_video::after {
    content: " ";
    position: absolute;
    left: 0px;
    top: -7px;
    width: 100%;
    height: 100%;
    background-color: #00000077;
}

.background_video img {
    width: 100%;
    transform: scaleX(-1);
}

/* About Section  */
.section {
    padding: 80px 0px;
}

.about_us,
.features {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_text {
    margin-left: 100px;
}

h2 {
    font-size: 48px;
    font-weight: 500;
    color: #252525;
}

.about_text p,
p {
    color: #929292;
    padding: 16px 0px;
}

.about_img img {
    width: 100%;
}

.points {
    margin-left: 0px;
    list-style: none;
    padding-bottom: 20px;
}

.points li {
    padding: 6px 0px;
    display: flex;
    align-items: center;
}

.points img {
    margin-right: 10px;
    background-color: #0290940A;
    padding: 10px;
    border-radius: 50px;
}

/* Section  */

.features_outer {
    background-color: #F6F6F6CC;
    padding: 100px 0px;
}

.feature_block {
    padding: 20px 80px;
    text-align: center;
}

.feature_block.second {
    border-left: 1px solid #BEBEBE;
    border-right: 1px solid #BEBEBE;
}

/* Contact Us  */
.contact_form {
    width: 50%;
    background: #fff;
    border: 2px solid #9AA0B433;
    border-radius: 32px;
    padding: 40px;
}

.contact_text {
    margin-left: 100px;
}

.contact_text .points img {
    padding: 6px;
}

.contact_text .points li {
    padding: 8px 0px;
}

.contact_form .form_field {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
}

.contact_form input,
.contact_form textarea {
    padding: 11px 16px;
    border-radius: 8px;
    border: 1px solid #D9D9D9;
    color: #929292;
}

.contact_form label {
    color: #929292;
    padding-bottom: 8px;
}

.contact_form .btn button {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
}

.full.form_field.phone {
    position: relative;
}

.full.form_field.phone input {
    padding-left: 55px;
}

.country-code {
    width: 40px;
    border: none;
    position: absolute;
    left: 10px;
    top: 55px;
    color: #ff0000;
}

/* newsletter  */
.newsletter {
    position: relative;
}

.newsletter::after {
    content: " ";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #00171900 0%, #001719 80%);
}

.newsletter::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../Images/image1.jpg');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scaleX(-1);
    z-index: -1;
}

.newsletter .about_text {
    position: relative;
    z-index: 999;
    padding: 120px 0px;
    width: 44%;
    left: 54%;
}

.newsletter .about_text h2,
.newsletter .about_text p {
    color: #fff;
}

.newsletter_input {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}

.newsletter_input input {
    background-color: #FFFFFF1A;
    width: 100%;
    border: 1px solid #ffffff70;
    border-radius: 6px;
    padding: 8px 20px;
    margin-left: 6px;
    backdrop-filter: blur(10px);
}

.newsletter .btn {
    position: relative;
    z-index: 1;
}

.newsletter_input input::placeholder {
    color: #fff;
}

.form_field {
    flex: 1;
    /* make input container take remaining space */
}

/* Footer  */
.footer_main {
    padding: 60px 0px 20px 0px;
}

.footer_main,
.footer_main .footer_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_main img {
    max-width: 180px;
}

.footer_main .footer_menu {
    list-style: none;
}

.footer_main .footer_menu li a {
    text-decoration: none;
    color: #252525;
    padding: 0px 20px;
}

.footer_main p {
    color: #252525;
}

.footer_menu.social_icon li {
    background-color: #029094;
    border-radius: 50px;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.footer_menu.social_icon a {
    padding: 0px !important;
}

.footer_menu.social_icon a img {
    padding: 9px !important;
    margin: auto;
    display: block;
}

.sub_footer {
    border-top: 1px solid #D5D5D5;
}

.nav_right_part {
    display: flex;
    align-items: center;
}

svg {
    color: #fff;
}

.language-selector {
    display: inline-flex;
    align-items: center;
    padding: 6px 0px;
    border-radius: 6px;
    background: transparent;
    font-family: Arial, sans-serif;
    position: relative;
    margin-left: 20px;
}

.language-selector .icon {
    margin-right: 6px;
    color: #fff;
}

.language-selector select {
    border: none;
    background: transparent;
    font-size: 14px;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 20px;
    cursor: pointer;
    width: 30px;
}

.language-selector .arrow {
    position: absolute;
    right: 10px;
    pointer-events: none;
    color: #fff;
}

select:focus-visible {
    outline: 0px;
}

@media screen and (max-width: 1200px) {
    .right_logo img {
        width: 200px;
    }

    .title_text {
        width: 90%;
    }

    .main_text {
        width: 60%;
    }
}

@media screen and (max-width: 991px) {
    .section {
        padding: 40px 0px;
    }

    .navbar .logo img {
        width: 70px;
    }

    .title_text {
        flex-flow: wrap;
        justify-content: center;
    }

    .title_text h1 {
        color: #fff;
        font-size: 24px;
        font-weight: 600;
        line-height: 36px;
    }

    .main_text {
        width: 100%;
        text-align: center;
    }

    .right_logo {
        order: -1;
        margin-bottom: 20px;
    }

    .background_video img {
        width: auto;
        height: 680px;
        overflow: hidden;
    }

    .about_us,
    .features,
    .footer_main,
    .footer_main .footer_menu {
        flex-flow: wrap;
        justify-content: center;
    }

    .contact_form {
        width: 80%;
        margin-bottom: 60px;
    }

    .about_text {
        margin-left: 0px;
        text-align: center;
        order: 1;
        margin-top: 60px;
    }

    h2 {
        font-size: 24px;
        font-weight: 500;
        color: #252525;
    }

    .moblie_view_text {
        margin-top: 60px;
        margin-bottom: 0px;
    }

    .feature_block.second {
        border-top: 1px solid #BEBEBE;
        border-bottom: 1px solid #BEBEBE;
        border-left: none;
        border-right: none;
    }

    .feature_block {
        padding: 20px 20px;
    }

    .newsletter .about_text {
        width: 100%;
        left: 0px;
        text-align: left;
        padding: 80px 0px;
    }

    .contact_text {
        margin-left: 0px;
    }

    .btn button {
        margin: auto;
    }

    .points li {
        text-align: left;
    }
}

@media screen and (max-width: 576px) {
    .footer_main .footer_menu li a {
        padding: 0px 10px;
        font-size: 12px;
    }

    .social_images img {
        height: 40px;
    }

    .footer_main p {
        font-size: 12px;
    }

    .newsletter_input {
        flex-direction: column;
    }

    .newsletter_input .btn {
        margin-top: 20px;
    }

    .newsletter_input input {
        margin-left: 0px;
    }

    .newsletter_input .form_field {
        width: 100%;
    }

    .newsletter::after {
        background: linear-gradient(90deg, #00171946 0%, #001719 80%);
    }

    .contact_form {
        width: 100%;
        padding: 20px;
        border-radius: 16px;
    }

    .footer_main {
        padding: 40px 0px 20px 0px;
    }

    .btn button {
        padding: 10px;
    }

    .language-selector {
        margin-left: 10px;
    }
}