* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

/* ///////////
Outfit
////////// */

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Bold.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-SemiBold.woff2') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Medium.woff2') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('../fonts/outfit/Outfit-Regular.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}


/* ///////////
Creato Display
////////// */

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato-display/CREATODISPLAY-REGULAR.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato-display/CREATODISPLAY-MEDIUM.woff2') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato-display/CREATODISPLAY-BOLD.woff2') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato-display/CREATODISPLAY-EXTRABOLD.woff2') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Creato Display';
    src: url('../fonts/creato-display/CREATODISPLAY-BLACK.woff2') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* ///////////
Exo
////////// */

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo/Exo-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo/Exo-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Exo';
    src: url('../fonts/exo/Exo-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

img {
    display: flex;
    width: 100%;
    height: auto;
}

video {
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--black-color);
}

body {
    font-family: "Creato Display";
}

:root {
    --body-color: #FFB000;
    --black-color: #000;
    --theme-color: #5A9EFD;
    --white: #fff;
}

/* ///////////
Heading
////////// */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black-color);
    text-transform: capitalize;
    font-style: normal;
    font-weight: 700;
}

h1 {
    font-size: 55px;
    font-weight: 400;
    line-height: 63px;
}

.banner--sec h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 74px;
    font-family: 'Exo';
}

.banner--sec h1 span {
    color: var(--body-color);
    font-weight: 800;
    font-style: italic;
}

h2 {
    font-size: 50px;
    font-weight: 400;
    line-height: 55px;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: var(--black-color);
    text-transform: capitalize;
}

.container {
    max-width: 1420px;
    padding: 0 50px;
    margin: 0 auto;
    width: 100%;
}

header {
    padding: 37px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.head_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

.logo {
    width: 222px;
    display: flex;
}
#logoSVG {
    width: 222px;
}

.logo-path {
    opacity: 0;
    transform: translateY(15px);
}
/* Mega Menu */
.mega_menu {
    position: relative;
    padding: 20px 0;
}

.mega_menu_dropdown {
    position: absolute;
    top: 60px;
    width: 353px;
    left: -60px;
    border-radius: 10px;
    background: white;
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(38px);
    transition: all ease .5s;
}

.mega_menu_dropdown li:last-child a {
    border-bottom: none;
}

.mega_menu_dropdown li {
    position: relative;
}

.mega_arrow {
    width: 9px;
    transition: all ease .4s;
}

.mega_sub_menu {
    position: absolute;
    width: 250px;
    right: 0;
    left: 100%;
    border-radius: 0 10px 10px 0;
    border: solid 1px gray;
    background: linear-gradient(129deg, rgba(254, 250, 244, 0.25) 0.92%, rgba(255, 255, 255, 0.10) 98.14%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(38px);
    transition: all ease .5s;
}

.mega_sub_menu li a {
    font-size: 16px;
    line-height: 24px;
    color: var(--black-color);
    text-decoration: none;
    width: 100%;
    padding: 8px 12px;
    border-bottom: solid 1px gray;
}

.sub_back_list {
    display: none;
}

.mega_menu_item {
    padding: 12px 22px;
    color: var(--black-color);
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    text-transform: capitalize;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: solid 1px var(--black-color);
    transition: all ease .5s;
}

.mega_menu_item:hover .mega_arrow {
    rotate: 180deg;
}

.mega_menu_head {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Mega End */

.menu_burger {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    padding: 135px 50px 40px;
    background: linear-gradient(159deg, rgb(0 0 0) 5.11%, rgb(0 0 0 / 35%) 90.44%);
    box-shadow: 0 4px 24px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(34.79999923706055px);
}

.nav_menu {
    display: flex;
    gap: 60px;
    align-items: center;
}

.nav_social_wrap.mob,
.main_btn.mob {
    display: none;
}

.nav_menu li {
    list-style: none;
}

.menu_main {
    margin: 0 auto;
    padding: 0 50px;
}

.menu_burger .nav_menu {
    flex-direction: column;
}

.menu_right {
    width: 80%;
    display: flex;
    gap: 20px;
}

.menu_wrapper {
    display: flex;
    gap: 60px;
}

.menu_right h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 33px;
    text-transform: uppercase;
}

.menu_right ul li {
    list-style: none;
    padding-left: 15px;
    position: relative;
    display: flex;
}

.menu_right ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: var(--white);
    width: 6px;
    height: 6px;
    border-radius: 20px;
    margin: auto;
    bottom: 0;
}

.menu_nav_block {
    width: 25%;
    padding-left: 12px;
    border-left: solid 2px var(--white);
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.menu_right ul li a {
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-decoration: none;
}

.drop_arrow {
    width: 10px;
    margin-top: 5px;
}

.nav_link {
    color: var(--white);
    font-size: 22px;
    font-weight: 400;
    font-family: 'Outfit';
    line-height: normal;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}

.nav_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .cta_btn {
    background: var(--body-color);
    color: var(--black-color);
}

header .cta_btn:hover {
    background: #e19a02;
}

.cta_btn.mob {
    display: none;
}

/* .nav_menu ul {
    display: flex;
    align-items: center;
    gap: 40px;
}

.nav_menu ul li {
    list-style: none;
}

.nav_menu ul li a {
    color: var(--black-color);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
} */

.cta_btn {
    display: flex;
    padding: 16px 29px;
    border-radius: 7px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    transition: all ease .4s;
    font-family: 'Outfit';
}

.cta_btn:hover {
    background: #3981e5;

    span {
        transform: translateY(-100%);
    }
}

.cta_span {
    max-height: 23px;
    overflow: hidden;
    flex-direction: column;
    display: flex;
}

.cta_span span {
    transition: all ease .2s;
}

.banner--sec {
    min-height: 840px;
    background: url('../images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding-top: 283px;
    padding-bottom: 151px;
}

.banner_main {
    padding-left: 33px;
}

.banner_left {
    position: relative;
    width: 100%;
    padding: 30px 46px;
    z-index: 2;
    max-width: 760px;
}

.banner_left::before {
    content: "";
    background: linear-gradient(159deg, rgba(254, 250, 244, 0.40) 5.11%, rgba(255, 255, 255, 0.20) 90.37%);
    backdrop-filter: blur(21.450000762939453px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_head {
    margin-bottom: 11px;
}


.banner_bullets li {
    list-style: none;
    padding-left: 28px;
    margin-bottom: 16px;
    position: relative;
}

.banner_bullets li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background: url(../icons/bullet-arrow.svg);
    background-position: center center;
    background-size: 16px;
}

.banner_bullets li:last-child {
    margin-bottom: 0;
}

.banner_bullets li p {
    font-size: 20px;
    font-weight: 500;
    line-height: 29px;
}

.banner_bullets {
    margin-bottom: 24px;
}

.banner_btns {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 12px;
}

.single_btn {
    color: var(--white);
    font-size: 19px;
    font-weight: 400;
    line-height: normal;
    text-decoration: underline;
    font-family: 'Outfit';
}

.banner_left .cta_btn {
    background: var(--body-color);
    color: var(--black-color);
}

.banner_btm p {
    font-size: 18px;
    line-height: 27px;
}

.banner_btm p span {
    font-weight: 700;
    color: var(--body-color);
}

.banner_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 52%;
}

/* Process */

.process--sec {
    background-color: var(--white);
    background-image: url('../images/brands-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 6px 22.3px 0 rgba(0, 0, 0, 0.15);
    padding: 53px 0;
}

.process_wrapper {
    display: flex;
    gap: 13px;
    align-items: center;
}

.process_left h2 {
    font-size: 36px;
    line-height: 38px;
    font-weight: 400;
}

.process_left h2 span {
    font-weight: 700;
    color: var(--body-color);
}

.process--sec .container {
    max-width: 1888px;
}

.process_form {
    padding-left: 38px;
    border-left: solid 1px #B7B7B7;
}

.process_form_wrap {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.process_form_block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.process_form_block button {
    display: flex;
    padding: 17px 39px;
    border-radius: 7px;
    border: none;
    background: #FFB000;
    color: #060606;
    font-family: Outfit;
    font-size: 17px;
    font-weight: 400;
    line-height: normal;
    outline: none;
    transition: all ease .4s;
    cursor: pointer;
}

.process_form_block button:hover {
    background: var(--theme-color);
    color: var(--white);
}

.process_form_block label {
    color: var(--black-color);
    font-size: 15px;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
}

.process_form_block input {
    width: 333px;
    height: 59px;
    border-radius: 3px;
    border: 1px solid #8EBDFF;
    background: #F5F9FF;
    color: var(--black-color);
    font-family: "Outfit";
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 20px;
    outline: none;
    transition: all ease .4s;
}

.process_form_block input:focus {
    box-shadow: -1px 0px 15px 1px #5a9efd6e;
}

/* Brands */
.brands--sec {
    padding: 53px 0;
    /* background-color: var(--white);
    background-image: url('../images/brands-bg.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 6px 22.3px 0 rgba(0, 0, 0, 0.15); */
}

.brands--sec .container {
    max-width: 1888px;
}

.brands_main {
    overflow: hidden;
}

.brands_wrapper {
    display: flex;
    gap: 94px;
    align-items: center;
    animation: brand-loop 50s linear 2s infinite;
}

@keyframes brand-loop {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-130%);
    }
}

.brand_img {
    width: 100%;
    max-width: 200px;
    min-width: 220px;
}

/* Solutions */
.solutions--sec {
    padding: 148px 0 130px;
    position: relative;
}

.solutions_left {
    width: 60%;
}

.solutions_head {
    margin-bottom: 50px;
}

.solutions_head h2 {
    font-weight: 500;
    position: relative;
}

.solutions_head h2::before {
    content: "";
    position: absolute;
    bottom: 0px;
    top: 2px;
    width: 106px;
    height: 115px;
    left: -130px;
    background: url(../icons/arrow-vec.svg);
    background-position: center center;
    background-size: 97%;
    background-repeat: no-repeat;
    animation: rotater .4s ease-in 1s infinite;
}

@keyframes rotater {
    0% {
        rotate: 0;
    }

    50% {
        rotate: 5deg;
    }

    100% {
        rotate: 0;
    }
}

.solutions_head h2 span {
    font-weight: 700;
}

.after_vec {
    position: relative;
}

.after_vec::after {
    content: "";
    position: absolute;
    bottom: -14px;
    width: 99%;
    height: 15px;
    left: 0;
    background: url(../icons/text-vec.svg);
    background-position: center center;
    background-size: 97%;
    background-repeat: no-repeat;
}

.solutions_card_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.solution_card {
    width: 30%;
    border-radius: 7px;
    background: var(--white);
    box-shadow: 0 5px 37px 0 rgba(10, 10, 66, 0.18);
    padding: 32px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.solution_icon {
    width: 53px;
}

.solution_card h4 {
    color: var(--black-color);
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 0.2px;
    opacity: 0.73;
}

.solutions_img {
    position: absolute;
    width: 812px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: max-content;
}

/* How we Work */

.hows--sec {
    background: rgba(209, 212, 255, 0.15);
    padding: 100px 0 0;
}

.how_head {
    text-align: center;
    max-width: 83%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.how_head h2 {
    margin-bottom: 10px;
}

.how_head p {
    color: #2E2E54;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
    text-transform: capitalize;
    opacity: 0.73;
}

.hows_wrapper {
    display: flex;
    gap: 25px;
    margin-bottom: 107px;
}

.how_card {
    width: 33%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    background: var(--white);
    filter: drop-shadow(0 5.213px 37.87px rgba(10, 10, 66, 0.11));
    padding: 39px 35px 18px;
    flex-direction: column;
    text-align: center;
    gap: 16px;
    border-radius: 7px;
    transition: all ease .4s;
    position: relative;
}

.how_card:hover::after {
    opacity: 1;
    transform: translateY(0);
}

.how_card::after {
    content: "";
    position: absolute;
    bottom: -50px;
    top: auto;
    background: url(../icons/how-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    width: 70px;
    height: 70px;
    border: solid 5px #e9eaf3;
    border-radius: 156px;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(20px);
    opacity: 0;
    transition: all ease .4s;
}

.how_card:hover {
    background: #FFB000;

    p {
        color: var(--black-color);
        opacity: 1;
    }

    .crain_btn_ico svg path {
        fill: black;
    }
}

.how_card * {
    transition: all ease .4s;
}

.hows_top {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}

.hows_icon {
    width: 139px;
}

.hows_info h3 {
    font-size: 25px;
    line-height: 24px;
    margin-bottom: 15px;
}

.hows_info p {
    color: #373737;
    font-size: 18px;
    line-height: 29px;
    letter-spacing: -0.18px;
    opacity: 0.73;
}

.crain_btn_ico {
    display: flex;
}

.crain_btn_ico svg {
    width: 17px;
}

.crain_btn {
    display: flex;
    align-items: center;
    gap: 9px;
    color: var(--black-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.16px;
    text-transform: capitalize;
}

.hows_cta {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hows_cta .cta_btn {
    margin-bottom: -25px;
}

/* Packages */
.packages--sec {
    padding: 127px 0 100px;
}

.package_head {
    text-align: center;
    max-width: 83%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.package_head h2 {
    margin-bottom: 10px;
}

.package_wrapper {
    max-width: 995px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 37px;
}

.package_card {
    width: 33%;
    border: 1px solid #D7D7D7;
    background: #FFF;
    box-shadow: 0 3px 19px 0 rgba(0, 0, 0, 0.15);
    padding: 56px 0 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: space-between;
    position: relative;
}

.package_card::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 101px;
    height: 104px;
    background: url('../images/package-shadow.png');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.package_info {
    padding: 0 20px;
}

.package_in_head {
    margin-bottom: 10px;
}

.pack_badge {
    background: #FFB000;
    padding: 5px 6px 5px 24px;
    width: max-content;
    margin-bottom: 13px;
    margin-left: -15px;
    position: relative;
}

.pack_badge::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 15px;
    height: 15px;
    background: url(../icons/badge-vec.svg);
    background-position: center center;
    background-size: 100%;
}

.package_in_head p {
    color: #5D5D5D;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 10px;
}

.pack_badge h4 {
    font-size: 25px;
    line-height: 27px;
}

.package_in_head h5 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
}

.package_in_head h3 {
    font-size: 55px;
    font-style: italic;
    font-weight: 800;
    line-height: 65px;
}

.package_list ul li {
    list-style: none;
    padding-left: 22px;
    position: relative;
    margin-bottom: 6px;
}

.package_list ul li:last-child {
    margin-bottom: 0;
}

.package_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: url(../icons/pack-icon.svg);
    background-position: center center;
    background-size: 100%;
    width: 14px;
    height: 14px;
}

.package_list ul li p {
    color: var(--black-color);
    line-height: 30px;
}

.pack_btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pack_btn .cta_btn {
    padding: 12px 30px;
    margin-bottom: -22px;
}

/* Why Section */
.why--sec {
    padding: 94px 0 100px;
    position: relative;
    z-index: 3;
}

.why--sec::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 949px;
    height: 802px;
    background: url('../images/why-bg.png');
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

.why_wrapper {
    display: flex;
    /* gap: 24px; */
}

.why_head {
    padding-left: 24px;
    margin-bottom: 50px;
}

.why_cards {
    margin-left: -35px;
    position: relative;
    z-index: 3;
}

.why_item {
    padding: 25px 14px 27px 25px;
    background: #FFF;
    box-shadow: 0 4px 13.5px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    gap: 22px;
    align-items: center;
    border-right: solid 2px var(--body-color);
    margin-bottom: 15px;
}

.why_item:last-child {
    margin-bottom: 0;
}

.why_img {
    width: 65%;
    overflow: hidden;
}

.why_img img {
    width: 100%;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.why_right {
    width: 48%;
}

.why_icon {
    width: 78px;
}

.why_head h2 {
    font-size: 45px;
    margin-bottom: 6px;
}

.why_head p {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
    opacity: 0.73;
}

.why_info {
    width: 83%;
    padding-left: 18px;
    border-left: solid 1px #EDEDED;
}

.why_info h3 {
    color: #171311;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 3px;
}

.why_info p {
    line-height: 21px;
    letter-spacing: 0.16px;
    opacity: 0.73;
}

.why_info p span {
    font-weight: 700;
    color: var(--theme-color);
}

/* Legal Section */
.legal_head {
    margin-bottom: 50px;
}

.legal_wrap {
    display: flex;
    gap: 24px;
    align-items: center;
    margin-bottom: 100px;
}

.legal_wrap:nth-child(even) {
    flex-direction: row-reverse;
}

.legal_wrap:last-child {
    margin-bottom: 0;
}

.legal_img {
    width: 50%;
}

.legal_content {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.legal_in_head h3 {
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 10px;
}

.legal_in_head p {
    line-height: 21px;
    letter-spacing: 0.16px;
    opacity: 0.73;
}

.legal_btm {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 23px;
}

.legal_items {
    display: flex;
    gap: 15px;
}

.legal_btm .cta_btn {
    padding: 10px 26px;
}

.legal_item {
    display: flex;
    padding: 4px 20px;
    border-radius: 4px;
    border: 2px solid var(--body-color);
    transition: all ease .4s;
    cursor: default;
}

.legal_item:hover {
    background: var(--body-color);
}

/* Cta Sec */
.cta--sec {
    padding: 100px 0;
}

.cta_main {
    background: url('../images/mycta-bg.png'), linear-gradient(90deg, #1072FA 0%, #5C99ED 100%);
    border-radius: 15px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 76px 0 54px;
    position: relative;
    z-index: 2;
}

/* .cta_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #1072FA 0%, #5C99ED 100%);
    z-index: -1;
} */

.cta_content {
    max-width: 842px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.cta_head h2 {
    color: var(--white);
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-bottom: 19px;
}

.cta_head h2 .after_vec::after {
    background-image: url('../icons/text-vec-white.svg');
}

.cta_head p {
    color: var(--white);
    line-height: 21px;
    letter-spacing: 0.16px;
    margin-bottom: 35px;
}

.cta_content .cta_btn {
    color: #1E1C4B;
    background: var(--white);
    font-weight: 600;
    padding: 14px 45px;
}

/* Testimonials */

.testimonial--sec {
    padding: 0 0 100px;
    background-color: var(--white);
}

.testi__head {
    margin-bottom: 42px;
}

.testi__slides .swiper {
    width: 100%;
    height: max-content;
    padding: 50px 0 65px;
}

.testi__slides .swiper-slide {
    width: 1042px;
    filter: blur(3px);
}

.testi__head h3 {
    color: var(--theme-color);
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 2.5px;
    margin-bottom: 23px;
}

.testi__head h2 {
    color: var(--black-color);
    line-height: 48px;
    /* padding-bottom: 32px; */
    width: max-content;
}

.testi__head h2 .after_vec::after {
    bottom: -25px;
}

.testi__block {
    padding: 56px 37px 54px 53px;
    display: flex;
    align-items: center;
    gap: 41px;
    background: #fff;
    box-shadow: 0px 0px 44px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}

.testi__block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 0%;
    background: var(--body-color);
    transition: all ease 6s;
}

.testi__block::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 0%;
    background: var(--body-color);
    transition: all ease 6s;
}

.testi__slides .swiper-slide.swiper-slide-active {
    filter: blur(0);

    .testi__block::before {
        width: 100%;
    }

    .testi__block::after {
        width: 100%;
    }

    .testi__img::before {
        height: 100%;
    }

    .testi__img::after {
        height: 100%;
    }
}

.testi__img {
    width: 306px;
}

.testi__img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 0%;
    width: 2px;
    background: var(--body-color);
    transition: all ease 6s;
}

.testi__img::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0%;
    width: 2px;
    background: var(--body-color);
    transition: all ease 6s;
}

.testi__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 44px;
    width: 66%;
}

.testi__right p {
    opacity: 66%;
    font-size: 18px;
    line-height: 32px;
}

.client_details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.client-name {
    opacity: 66%;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 6px;
}

.client_stars {
    width: 100px;
}

.testi__slides .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    border: solid 1px #4369fe;
    background: transparent;
    opacity: 1;
    transition: all ease 0.4s;
}

.testi__slides .swiper-pagination-bullet-active {
    border-color: #0c4b7c;
    background: #0c4b7c;
}

/* Faqs */

.faq--sec {
    background: rgba(209, 212, 255, 0.15);
    padding: 70px 0 89px;
    margin-bottom: 100px;
}

.faq__main {
    max-width: 1096px;
    margin: 0 auto;
}

.faq_head {
    margin-bottom: 88px;
    text-align: center;
}

.faq__left {
    width: 100%;
}

.faq__block {
    margin-bottom: 20px;
    padding: 19px 22px 18px 53px;
    border-radius: 8px;
    background-color: rgb(59 69 236 / 5%);
    border-left: solid 3px transparent;
    transition: all ease .4s;
}

.faq__block:hover {
    background: #5a9efd1f;
}

.faq__block:last-child {
    margin-bottom: 0;
}

.faq__block.open {
    border-color: var(--body-color);
    background: var(--white);
    box-shadow: 0px 5px 37px 0px rgba(10, 10, 66, 0.11);
}

.faq-item {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    position: relative;
}

.faq-question::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 1px;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 14px;
    background: #0c4b7c;
    border-radius: 20px;
    transition: all ease 0.4s;
    animation: blinking-dot 2.5s ease-in-out 1s infinite;
}

@keyframes blinking-dot {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--body-color);
        box-shadow: 0 0 0 0 var(--body-color);
    }

    70% {
        -moz-box-shadow: 0 0 0 7px rgba(171, 117, 0, 0);
        box-shadow: 0 0 0 7px rgba(171, 117, 0, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(171, 117, 0, 0);
        box-shadow: 0 0 0 0 rgba(171, 117, 0, 0);
    }
}

.faq__block.open .faq-question::before {
    background: var(--black-color);
}

.faq-question p {
    color: #1e1c4b;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 0.46px;
}

.faq_arrow {
    width: 17px;
    transition: all ease 0.4s;
}

.faq__block.open .faq_arrow {
    transform: rotateX(180deg);
}

.faq-answer p {
    width: 93%;
    font-size: 17px;
    letter-spacing: -0.17px;
    margin-top: 10px;
}

.faq-answer {
    transition: max-height 0.35s ease-in-out;
    overflow: hidden;
    max-height: 0;
}


/* Footer */
footer {
    background: #191919;
    padding: 52px 0 0;
}

.footer_wrapper {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 33px;
}

.footer_navigation {
    margin-bottom: 16px;
}

.footer-logo {
    width: 222px;
    display: flex;
    margin-bottom: 32px;
}

.ft_block_head {
    margin-bottom: 22px;
}

.ft_block_head h3 {
    position: relative;
}

.ft_block_head h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 24px;
    height: 5px;
    background: url(../icons/ft-vec.svg);
    background-position: center center;
    background-size: 92%;
    background-repeat: no-repeat;
}

.footer_logo_part p {
    color: var(--white);
    font-size: 18px;
    width: 338px;
    line-height: 28px;
}

.ft_social_ico {
    width: 12px;
    margin-top: 7px;
}

.footer_logo_part {
    margin-bottom: 31px;
}

.footer_social h3 {
    margin-bottom: 15px;
}

.footer_social ul li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    list-style: none;
}

.footer_block h3 {
    color: var(--body-color);
    font-family: "Outfit";
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
}

.footer_social ul li p {
    color: var(--white);
    font-size: 17px;
    line-height: 24px;
    letter-spacing: -0.17px;
        text-transform: math-auto;
}

.ft_list li a {
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: -0.16px;
    position: relative;
}

.ft_list li a:hover::after {
    width: 100%;
}

.ft_list li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    background: var(--white);
    height: 1px;
    width: 0%;
    transition: all ease .4s;
}

.ft_list li {
    list-style: none;
    display: flex;
    padding-left: 18px;
    position: relative;
}

.ft_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background: #D2E4FB;
    border: solid 1px #5A9EFD;
    border-radius: 100px;
    animation: blinking-dot-ft 2.5s ease-in-out 1s infinite;
}

@keyframes blinking-dot-ft {
    0% {
        -moz-box-shadow: 0 0 0 0 var(--theme-color);
        box-shadow: 0 0 0 0 var(--theme-color);
    }

    70% {
        -moz-box-shadow: 0 0 0 7px rgba(1, 85, 221, 0);
        box-shadow: 0 0 0 7px rgba(1, 85, 221, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(1, 85, 221, 0);
        box-shadow: 0 0 0 0 rgba(1, 85, 221, 0);
    }
}

.footer_copyright {
    text-align: center;
    padding: 16px 0;
    border-top: solid 1px rgb(39 139 255 / 10%);
}

.footer_copyright p {
    color: var(--white);
    line-height: 29px;
    letter-spacing: -0.16px;
    opacity: 0.5;
}

/* @TM Filling */

.filling--banner {
    padding: 189px 0 115px;
    position: relative;
    overflow: hidden;
}

.filling--banner::before {
    background: url('../images/filling-bg.png');
    background-position: center center;
    background-size: cover;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.filling_content .banner_bullets li::before {
    background-image: url('../icons/bullet-arrow-blue.svg');
    top: 4px;
}

.filling_head {
    margin-bottom: 15px;
}

.filling_head h1 {
    margin-bottom: 7px;
}

.filling_head h1 span {
    color: var(--theme-color);
    font-weight: 700;
}

.filling_head p {
    font-size: 20px;
    line-height: 29px;
    text-transform: math-auto;
}

.filling_content {
    max-width: 658px;
}

.filling_content .banner_bullets li p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.filling_content .banner_bullets {
    margin-bottom: 50px;
}

.filling_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 864px;
    z-index: -2;
}

.filling_content .cta_btn {
    background: var(--body-color);
    color: var(--black-color);
}

/* FIles */
.file--sec {
    padding: 100px 0;
}

.file_head {
    text-align: center;
    margin-bottom: 50px;
}

.file_head h2 {
    font-size: 45px;
}

.file_wrapper {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.file_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: max-content;
    gap: 10px;
}

.file_card h4 {
    font-size: 25px;
    line-height: 30px;
}

.file_icon {
    width: 107px;
    filter: drop-shadow(0 4px 13px rgba(0, 0, 0, 0.15));
}

/* Strive */
.strive--sec {
    padding: 0 0 100px;
}

.strive_head {
    text-align: center;
    margin-bottom: 50px;
}

.strive_head h2 {
    margin-bottom: 15px;
}

.strive_wrapper {
    display: flex;
    align-items: center;
    gap: 57px;
}

.strive_left {
    max-width: 533px;
}

.strive_left_head {
    margin-bottom: 35px;
}

.strive_card_head p,
.strive_left_head p {
    color: #2e2e54;
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.2px;
    opacity: 0.73;
}

.strive_card_head {
    margin-bottom: 7px;
}

.strive_card {
    border-radius: 5px;
    background: #F3F4FF;
    padding: 27px 27px 9px;
}

.strive_card_head p {
    margin-bottom: 9px;
}

.strive_rev {
    width: 132px;
}

.strive_info h4 {
    font-size: 20px;
    line-height: 31px;
    letter-spacing: 0.2px;
    opacity: 0.73;
}

.strive_left_head h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 51px;
    margin-bottom: 4px;
}

.strive_info p {
    color: #2E2E54;
    letter-spacing: 0.16px;
    opacity: 0.73;
}

.strive_img {
    width: 48%;
}

.packages--sec.inner {
    padding: 100px 0 127px;
    background: rgba(209, 212, 255, 0.15);
}

/* Attorneys */
.attorney--sec {
    padding: 100px 0;
}

.attorney_top_wrap {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-bottom: 50px;
}

.attorney_left {
    width: 67%;
}

.attorney_left h2 {
    font-size: 45px;
    line-height: 51px;
    margin-bottom: 20px;
}

.package_head p,
.strive_head p,
.forming_head p,
.attorney_left p {
    color: #2E2E54;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.2px;
    opacity: 0.73;
    margin-bottom: 20px;
}

.attorney_left p:last-child {
    margin-bottom: 0;
}

.forming--sec.slides .attorney_card {
    width: 100%;
    height: 100%;
}

.forming--sec.slides .swiper-slide {
    height: auto !important;
}

.attorney_card {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 36px 21px 43px 41px;
    border: 0.5px solid var(--theme-color);
    background: #F8F8F8;
    position: relative;
    width: 33%;
}

.attorney_card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 46px;
    background: url('../icons/att-clip.svg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.attorney_icon {
    width: max-content;
}

.attorney_info h4 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 6px;
}

.attorney_info p {
    line-height: 29px;
    letter-spacing: -0.16px;
}

.attorney_top_wrap .attorney_card {
    width: 32.5%;
}

.attorney_wrapper {
    display: flex;
    gap: 24px;
}

/* CTA Inner */
.cta--sec.inner {
    padding-top: 0;
}

.cta--sec.inner .cta_btns_wrap {
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
}

.cta--sec.inner .cta_btns_wrap .cta_btn {
    padding: 14px 24px;
}

.cta_btn.wo-bg {
    background: transparent;
    color: var(--white);
    border: solid 1px var(--white);
}

.cta_btn.wo-bg:hover {
    background: #ffffff25;
}

.cta_btm p {
    color: var(--white);
    line-height: 21px;
    letter-spacing: 0.16px;
}

.cta_btm p a {
    color: var(--white);
    text-decoration: underline;
}

.cta--sec.inner .cta_head p {
    font-size: 20px;
}

/* Contact */
.contact--sec {
    padding-bottom: 100px;
}
main.contact .contact--sec {
    padding: 100px 0;
}
.contact_wrapper {
    display: flex;
    gap: 37px;
    align-items: center;
}

.contact_img {
    width: 59%;
}

.contact_right {
    width: 41%;
}

.contact_head {
    margin-bottom: 30px;
}

.contact_head h3 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 6px;
}

.form_block_wrap {
    display: flex;
    gap: 14px;
    margin-bottom: 22px;
}

.form_block_wrap.tel {
    position: relative;
    z-index: 3;
}

.form_block {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.form_block textarea,
.form_block select,
.form_block input {
    height: 49px;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    background: #F6F6F6;
    width: 100%;
    color: var(--black-color);
    font-family: "Creato Display";
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    outline: none;
    padding: 10px 15px;
}

.form_block textarea {
    height: 135px;
    resize: none;
}

.form_block ::placeholder {
    font-size: 13px;
}

.form_block label {
    color: #1B1B1B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 5px;
}

.contact_head p {
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 1%;
}

.contact_head p span {
    font-weight: 700;
    color: var(--theme-color);
}

.form_block_wrap.full .form_block {
    width: 100%;
}

.phone-format {
    color: #4B4B4B;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
}

.form_btn button {
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 29px;
}


/* @Copyright Reg */
header.inner .nav_link {
    color: var(--black-color);
}

header.inner .drop_arrow {
    filter: invert(1);
}

.strive--sec.inner {
    padding: 100px 0 0;
}

/* @LLC Formation */

.filling--banner.llc .filling_content {
    max-width: 765px;
}

.why--sec.inner::before {
    background-image: url('../images/why-bg-white.png');
}

.packages--sec.pt-none-bg {
    background: transparent;
    padding-top: 0;
}

.strive--sec.with-bg {
    background: rgba(209, 212, 255, 0.15);
    padding: 100px 0;
}

.forming--sec {
    padding: 100px 0;
}

.forming_head {
    text-align: center;
    margin-bottom: 30px;
}

.forming_head h2 {
    margin-bottom: 20px;
}

.forming_head p {
    margin-bottom: 0;
}

.forming_wrapper {
    display: flex;
    gap: 24px;
}

/* @Comprehensive */

.testimonial--sec.pt {
    padding-top: 100px;
}

/* @monitoring */
.tabs--sec {
    padding: 100px 0;
    background: url('../images/tabs-bg.png');
    background-position: center center;
    background-size: cover;
}

.tabs--sec .container {
    max-width: 1196px;
}

.tabs_main {
    width: 70%;
}

.tabs_wrapper {
    display: flex;
    gap: 20px;
}

.tab_package {
    width: 30%;
}

.tab_package .package_card {
    width: 100%;
}

.tabs_item {
    display: none;
    opacity: 0;
    transition: all 0.4s ease;
}

.tabs_item.active {
    display: block;
    opacity: 1;
}

.tabs_menu_wrap {
    border: 0.5px solid var(--theme-color);
    background: #F6F6F6;
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.10);
    display: flex;
    gap: 20px;
    padding: 18px 80px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.tab_menu_item {
    color: var(--black-color);
    font-family: "Creato Display";
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-transform: capitalize;
    cursor: pointer;
    position: relative;
}

.tab_menu_item.active::after {
    width: 100%;
}

.tab_menu_item::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    height: 2px;
    width: 0%;
    background: var(--black-color);
    transition: all ease .4s;
}

.tabs_item h3 {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 5px;
}

.tabs_head {
    margin-bottom: 18px;
}

.tabs_head p {
    margin-bottom: 20px;
}

.tabs_head p:last-child {
    margin-bottom: 0;
}

.tabs_item p {
    color: #2E2E54;
    letter-spacing: 0.16px;
    opacity: 0.73;
}

.tab_list h4 {
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0.18px;
    opacity: 0.73;
    margin-bottom: 5px;
}

.tab_list ul {
    list-style: none;
    margin-bottom: 18px;
}

.tab_list ul li {
    padding-left: 14px;
    position: relative;
}

.tab_list ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    background: var(--theme-color);
    border-radius: 100px;
}

header.inner ul.nav_menu {
    gap: 40px;
}

.brands--sec.about {
    background: #FFF;
    box-shadow: 0 6px 22.3px 0 rgba(0, 0, 0, 0.15);
    margin-bottom: 20px;
}

.contact--sec.contact {
    padding: 100px 0;
}

.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease .5s;
}

.loader_img {
    width: 300px;
}

.filling--banner.about .filling_head p {
    margin-bottom: 20px;
}

.loader.hide {
    opacity: 0;
    visibility: hidden;
}

@media screen and (min-width: 992px) {
    .mega_menu:hover .mega_menu_dropdown {
        opacity: 1;
        pointer-events: all;
        transform: translateY(0);
    }

    .mega_menu_dropdown li:hover .mega_sub_menu {
        opacity: 1;
        transform: translateX(0);
        pointer-events: all;
    }

    .mega_menu_dropdown {
        transform: translateY(25px);
        pointer-events: none;
        opacity: 0;
    }

    .mega_sub_menu {
        opacity: 0;
        transform: translateX(20px);
        pointer-events: none;
    }
}


@media screen and (max-width: 1830px) {
    .process_form_block button {
        padding: 10px 17px;
    }

    .solutions_img {
        width: 700px;
    }

    body {
        overflow-x: hidden;
    }
}

@media screen and (max-width: 1640px) {
    .process_form_block input {
        width: 260px;
        height: 50px;
    }

    .process_left h2 {
        font-size: 32px;
    }

    .solutions_img {
        width: 600px;
    }

    .why--sec::before {
        width: 789px;
        height: 652px;
    }
}

@media screen and (max-width: 1520px) {
    .process_form_block input {
        width: 200px;
        height: 45px;
    }

    .solutions_head h2::before {
        top: -1px;
        width: 66px;
        left: -80px;
    }

    .nav_menu {
        gap: 40px;
    }
}

@media screen and (max-width: 1100px) {
    .nav_menu {
        gap: 30px;
    }

    .logo {
        width: 200px;
    }

    .nav_link {
        font-size: 20px;
    }

    .process_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .process_left {
        width: 100%;
        text-align: center;
    }

    .process_form {
        padding: 0;
        border: none;
    }

    .process_form_block button {
        padding: 13px 24px;
    }

    .brands_wrapper {
        gap: 30px;
    }

    .solutions_img {
        position: static;
        width: 100%;
        max-width: 100%;
    }

    .solutions_wrapper {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .solutions_card_wrap {
        justify-content: center;
    }

    .solutions_head {
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .solution_card {
        width: 30%;
    }

    .solutions_left {
        width: 100%;
    }

    .solutions_img img {
        border-radius: 20px;
    }

    .hows_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .how_card {
        width: 48%;
    }

    .package_wrapper {
        gap: 20px;
    }

    .why_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .why_right {
        width: 100%;
    }

    .why_img {
        width: 100%;
    }

    .why_head {
        padding: 0;
    }

    .why_cards {
        margin: 0;
    }

    .legal_items {
        flex-wrap: wrap;
    }

    .legal_wrap {
        align-items: stretch;
    }

    .legal_img img {
        height: 100%;
        object-fit: cover;
    }

    .testi__slides .swiper-slide {
        width: 850px;
    }

    .footer_wrapper {
        flex-direction: column;
        align-items: center;
    }

    .footer_logo_part {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_logo_part p {
        width: 100%;
    }

    ul.ft_list {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ft_block_head {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .footer_social ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer_block {
        text-align: center;
    }

    .filling--banner {
        padding: 159px 0 65px;
    }

    .filling_content {
        max-width: 568px;
    }

    h1 {
        font-size: 44px;
        line-height: 52px;
    }

    .file_icon {
        width: 94px;
    }

    .file_card h4 {
        font-size: 22px;
    }

    .strive_left {
        max-width: 44%;
    }

    .strive_img {
        width: 50%;
    }

    .strive_card_head p,
    .strive_left_head p {
        font-size: 18px;
        line-height: 28px;
    }

    .strive_wrapper {
        gap: 40px;
        justify-content: space-between;
    }

    .attorney_card {
        padding: 32px 20px 26px 20px;
    }

    .attorney_left h2 {
        font-size: 40px;
        line-height: 48px;
    }

    .contact_wrapper {
        flex-wrap: wrap;
        gap: 30px;
    }

    .contact_right {
        width: 100%;
    }

    .contact_img {
        width: 100%;
    }
}

@media screen and (max-width: 992px) {
    /* Update On Menu */

    .navigation {
        width: 100%;
    }

    .mega_menu,
    .nav_menu li {
        width: 100%;
    }

    .cta_btn.mob {
        display: flex;
    }

    .cta_btn.desk {
        display: none;
    }

    .mega_menu {
        padding: 0;
        position: static;
    }

    .mega_menu_dropdown {
        top: 0;
        width: 100%;
        left: 0;
        border-radius: 0;
        background: #000000;
        transform: translateX(-100%);
        pointer-events: all;
        opacity: 1;
        z-index: 9999;
        height: 100%;
        padding-top: 160px;
    }

    .mega_menu_dropdown li {
        position: static;
    }

    .mega_sub_menu {
        width: 100%;
        transform: translateX(-100%);
        right: auto;
        left: 0;
        border-radius: 0;
        background: black;
        height: 100vh;
        z-index: 99;
        top: 0;
        padding-top: 100px;
    }

    .sub_back_btn {
        width: 100%;
        padding: 16px 24px;
        /* display: flex;
        flex-direction: column;
        align-items: flex-end; */
    }

    .sub_back_btn .mega_arrow {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: solid 1px #3f3f3f;
        cursor: pointer;
    }

    li.sub_back_list {
        display: flex;
    }

    .sub_back_btn .mega_arrow img {
        width: 16px;
        rotate: 180deg;
    }

    .mega_menu_item {
        color: var(--white);
    }

    .mega_sub_menu li a,
    .mega_menu_item {
        padding: 16px 24px;
        font-size: 24px;
        line-height: 36px;
    }

    .drop_arrow {
        width: 18px;
        rotate: -90deg;
    }

    .mega_menu_head {
        justify-content: space-between;
    }

    ul.mega_sub_menu.active {
        transform: translate(0);
    }

    .mega_menu_dropdown.active {
        transform: translate(0);
    }

    /* Update End */

    .nav_menu_main {
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 99;
        background: #000000;
        padding: 50px 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
        transform: translateX(-100%);
        /* opacity: 0; */
        transition: all ease .9s;
    }

    .nav_menu_main.open {
        transform: translateX(0%);
        /* opacity: 1; */
    }

    .nav_link {
        font-size: 40px;
        line-height: 44px;
    }

    .nav_menu {
        flex-direction: column;
        align-items: center;
    }

    .nav_social_wrap.desk {
        display: none;
    }

    .hamburger {
        position: relative;
        z-index: 99;
        margin-left: auto;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        flex-direction: column;
        transition: all ease .3s;
        padding: 27px 23px;
        gap: 4px;
        width: max-content;
        z-index: 999;
    }

    .nav_social_wrap.mob,
    .main_btn.mob {
        display: flex;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    .hamburger .line {
        width: 21px;
        height: 2px;
        background: rgb(236, 66, 66);
        transition: all 0.3s ease-in-out;
        border-radius: 100px;
    }

    .hamburger .line:nth-child(1) {
        background-color: var(--white);
    }

    .hamburger .line:nth-child(2) {
        background-color: var(--white);
    }

    .hamburger .line:nth-child(3) {
        background-color: var(--white);
        width: 11px;
    }

    .hamburger.isactive .line:nth-child(2) {
        opacity: 0;
    }

    .hamburger.isactive .line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.isactive .line:nth-child(3) {
        transform: translateY(-5px) rotate(-45deg);
        width: 21px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
    }

    .container {
        padding: 0 30px;
    }

    .banner_main {
        padding-left: 0;
    }

    .banner--sec {
        min-height: 770px;
        padding-top: 190px;
        padding-bottom: 120px;
    }

    .banner_left {
        max-width: 100%;
    }

    .process_form_wrap {
        flex-wrap: wrap;
        justify-content: center;
    }

    .brands_wrapper {
        gap: 50px;
    }

    .brand_img {
        max-width: 180px;
        min-width: 150px;
    }

    .solution_card h4 {
        font-size: 18px;
    }

    .package_head,
    .how_head {
        max-width: 100%;
    }

    .hows_wrapper {
        gap: 65px;
    }

    .how_card {
        width: 100%;
    }

    .package_wrapper {
        flex-wrap: wrap;
        gap: 60px;
    }

    .package_card {
        width: 100%;
    }

    .why_head {
        margin-bottom: 30px;
    }

    .legal_in_head h3 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 6px;
    }

    .why_head h2 {
        font-size: 34px;
    }

    .cta_head {
        max-width: 70%;
    }

    .cta_head h2 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .cta_head p {
        margin-bottom: 15px;
    }

    .cta_btn {
        font-size: 16px;
    }

    .cta_span {
        max-height: 20px;
    }

    .testi__slides .swiper-slide {
        width: 700px;
    }

    .testi__block {
        gap: 21px;
    }

    .testi__right {
        gap: 20px;
    }

    .faq--sec {
        margin-bottom: 20px;
    }

    .faq_head {
        margin-bottom: 40px;
    }

    .faq-question p {
        font-size: 18px;
    }

    header.inner .nav_link {
        color: var(--white);
    }

    header.inner .drop_arrow {
        filter: invert(0);
    }

    .filling_content .banner_bullets {
        margin-bottom: 30px;
    }

    .filling_content {
        max-width: 500px;
    }

    header.inner .hamburger .line {
        background: var(--black-color);
    }

    header.inner .hamburger {
        background: var(--body-color);
        border-radius: 6px;
    }

    .filling_head p {
        font-size: 18px;
        line-height: 28px;
    }

    .file_card {
        width: 30%;
    }

    .file_wrapper {
        justify-content: center;
        align-items: center;
        gap: 30px;
        flex-wrap: wrap;
    }

    .strive_left {
        max-width: 100%;
    }

    .strive_img {
        width: 100%;
    }

    .strive_wrapper {
        flex-wrap: wrap;
    }

    .attorney_top_wrap {
        flex-wrap: wrap;
    }

    .attorney_left {
        width: 100%;
    }

    .attorney_top_wrap .attorney_card {
        width: 100%;
    }

    .attorney_wrapper {
        flex-wrap: wrap;
        justify-content: center;
    }

    .attorney_card {
        width: 48%;
    }

    .tabs_main {
        width: 100%;
    }

    .tab_package {
        width: 100%;
    }

    .tabs_wrapper {
        flex-direction: column-reverse;
    }
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 18px;
    }

    .banner--sec h1 {
        font-size: 40px;
        line-height: 48px;
        /* text-align: center; */
    }

    .single_btn {
        font-size: 16px;
    }

    .banner_left::before {
        background: linear-gradient(159deg, #ffb00082 5.11%, rgb(255 255 255 / 12%) 90.37%);
    }

    .banner--sec {
        min-height: auto;
        padding-top: 170px;
        padding-bottom: 50px;
    }

    .banner_left {
        padding: 30px 20px;
    }

    .banner_bullets li p {
        font-size: 16px;
        line-height: 24px;
    }

    .banner_btm p {
        font-size: 16px;
        line-height: 22px;
    }

    .banner_btm p span {
        color: var(--theme-color);
    }

    .banner_bullets li::before {
        width: 13px;
        height: 11px;
        background-size: 12px;
        background-repeat: no-repeat;
    }

    .banner_bullets li {
        padding-left: 24px;
        margin-bottom: 10px;
    }

    .process_form_block {
        width: 100%;
    }

    .process_form_block input {
        width: 100%;
    }

    .solutions--sec {
        padding: 50px 0;
        position: relative;
    }

    .solutions_head h2::before {
        content: normal;
    }

    .solution_card {
        width: 48%;
        padding: 32px 20px 30px;
    }

    .solutions_card_wrap {
        gap: 10px;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
    }

    .process_form_block button {
        text-align: center;
        justify-content: center;
    }

    .hows--sec {
        padding: 50px 0 0;
    }

    .package_head p,
    .strive_head p,
    .forming_head p,
    .attorney_left p {
        font-size: 16px;
        line-height: 24px;
    }

    .hows_info p {
        font-size: 16px;
        line-height: 26px;
    }

    .how_head p {
        font-size: 16px;
        line-height: 24px;
    }

    .how_card {
        padding: 39px 20px 18px;
    }

    .hows_info h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }

    .packages--sec {
        padding: 50px 0;
    }

    .why--sec::before {
        width: 100%;
        height: 380px;
    }

    .why_info h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .why_item {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }

    .why_info {
        width: 100%;
        padding-left: 0;
        border-left: none;
    }

    .why_head h2 {
        font-size: 28px;
    }

    .why_head p {
        font-size: 16px;
        line-height: 24px;
    }

    .legal_head {
        text-align: center;
    }

    .legal_wrap {
        flex-wrap: wrap;
        margin-bottom: 50px;
    }

    .legal_img {
        width: 100%;
    }

    .legal_content {
        width: 100%;
    }

    .cta_head {
        max-width: 100%;
    }

    .cta_main {
        padding: 40px 24px;
    }

    .cta--sec {
        padding: 50px 0;
    }

    .cta_head h2 {
        font-size: 32px;
        line-height: 35px;
        margin-bottom: 15px;
    }

    .testimonial--sec {
        padding-bottom: 50px;
    }

    .testi__head h3 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .testi__head h2 {
        width: auto;
        line-height: 36px;
    }

    .testi__block {
        padding: 40px 20px;
        flex-direction: column;
    }

    .testi__slides .swiper-slide {
        width: 380px;
    }

    .testi__right p {
        opacity: 90%;
        font-size: 16px;
        line-height: 28px;
    }

    .testi__img,
    .testi__right {
        width: 100%;
    }

    .faq--sec {
        padding: 50px 0;
    }

    .faq__block {
        margin-bottom: 14px;
        padding: 19px 22px 18px 34px;
    }

    .faq-question::before {
        left: -20px;
        top: 7px;
        margin: 0;
        width: 10px;
        height: 10px;
    }

    .faq-question p {
        font-size: 16px;
        line-height: 22px;
    }

    .faq-answer p {
        width: 100%;
        font-size: 16px;
    }

    .footer_logo_part p {
        font-size: 16px;
        line-height: 25px;
    }

    .footer_copyright p {
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        opacity: 0.6;
    }

    .filling_img {
        display: none;
    }

    h1 {
        font-size: 38px;
        line-height: 44px;
    }

    .file--sec {
        padding: 50px 0;
    }

    .file_head h2 {
        font-size: 30px;
    }

    .file_card h4 {
        font-size: 18px;
        line-height: 24px;
    }

    .file_card {
        width: 45%;
    }

    .file_icon {
        width: 70px;
    }

    .why--sec {
        padding-bottom: 50px;
    }

    .strive_left_head {
        text-align: center;
        margin-bottom: 20px;
    }

    .strive_wrapper {
        flex-direction: column-reverse;
    }

    .attorney_left h2 br,
    .strive_head h2 br {
        display: none;
    }

    .strive_head h2 {
        margin-bottom: 10px;
    }

    .strive_left_head h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .strive_card_head p,
    .strive_left_head p {
        font-size: 16px;
        line-height: 26px;
    }

    .attorney--sec {
        padding: 50px 0;
    }

    .attorney_top_wrap {
        margin-bottom: 24px;
    }

    .attorney_left h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .attorney_card {
        width: 100%;
    }

    .attorney_info h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .cta--sec.inner .cta_head p {
        font-size: 16px;
    }

    .cta--sec.inner .cta_head h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .contact--sec {
        padding-bottom: 50px;
    }

    .nav_menu_main {
        padding: 50px 20px;
    }

    .hamburger {
        padding: 20px 17px;
    }

    .nav_link {
        font-size: 36px;
        line-height: 40px;
    }

    .contact_head p {
        font-size: 16px;
        line-height: 24px;
    }

    .forming--sec.wo-slide .forming_wrapper {
        flex-wrap: wrap;
    }

    .contact_head h3 {
        font-size: 32px;
        line-height: 40px;
    }

    .tab_menu_item {
        font-size: 16px;
        line-height: 24px;
    }

    .tabs_menu_wrap {
        padding: 18px 20px;
        gap: 10px;
    }

    .filling--banner.about .filling_head p {
        margin-bottom: 20px;
    }

    .testimonial--sec.pt {
        padding-top: 50px;
    }

    .contact--sec.contact {
        padding: 50px 0;
    }
    
    main.contact .contact--sec {
        padding: 50px 0;
    }
}