* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif;
}
@media(max-width:576px){
 body{
    max-width: 100%;
    overflow-x: hidden;
 }
}
/* nav-section */
.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 68px;
    padding: 100px;
}

.nav_logo {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    align-items: center;
}

.logo_text {
    font-size: 34px;
    font-weight: bold;
}

ul {
    display: flex;
    gap: 40px;
}

li {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    list-style: none;
}

.nav_button button {
    border-radius: 14px;
    border: 1px solid #191A23;
    padding: 20px 35px;
    background-color: white;
    color: #191A23;
}
.hamburger{
    display: none;
}
@media (max-width: 576px) {
    .navbar {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 20px;
        margin-bottom: 100px;
    }
    .nav_logo {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
}
ul{
    width: 100%;
    display: flex;
    gap: 12px;
    justify-content: center;
}
li {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: 0%;
    list-style: none;
}

.logo_text {
    font-size: 28px;
    font-weight: bold;
}
.nav_button button {
    border-radius: 14px;
    border: 1px solid #191A23;
    padding: 15px 25px;
    background-color: white;
    color: #191A23;
    margin-top: 15px;
}
}
/* hero-section */
.hero_section {
    max-width: 1440px;
    height: 515px;
    padding: 100px;
    display: flex;
}

.left_hero {
    display: flex;
    flex-direction: column;
    gap: 35px;
    width: 531px;
    height: 515px;


}

.hero_h1 {
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    max-width: 531px;
    height: 231px;
}

.hero_para {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    max-width: 498px;
    height: 112px;
}

.hero_button {
    width: 264px;
    height: 68px;
    border-radius: 14px;
    padding: 20px 35px;
    background-color: #191A23;
    color: white;
    margin: 10px;
}

.hero_image {
    width: 600px;
    height: 515px;
}
@media (max-width: 576px) {
    .hero_section {
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        place-items: center;
        padding: 0 20px;
    }
    .hero_image {
    width: 100%;
    height: 515px;
}
}
/* company_logo_section */
.company_logo {
    max-width: 1440px;
    height: 48px;
    padding: 100px;
    margin-top: 50px;
}

.logo_bar {
    display: flex;
    justify-content: space-between;
}
@media(max-width : 576px) {
    .company_logo {
        max-width: 400px;
        height: 48px;
        padding: 150px 0;
        margin-top: 350px;
    }

    .logo_bar {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 30px;
        padding: 0 20px;
    }

    .amazon {
        width: 80px;
    }
}
/* service_section */
.service_container {
    max-width: 1440px;
    padding: 100px;
    height: 51px;
}

.service_section {
    display: flex;
    gap: 40px;
}

.first_service {
    background-color: #b9ff66;
    color: black;
}

.second_service {
    max-width: 580px;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
@media(max-width: 576px) {
    .service_container {
        max-width: 1440px;
        padding: 0px;
        height: 51px;
        margin: 10px 15px;
    }

    .service_section {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 0 20px;
    }
}
/* grid_section */
.grid_container {
    max-width: 400px;
    padding: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.card {
    width: 600px;
    height: 310px;
    border-radius: 45px;
    background-color: #f3f3f3;
    border: 1px solid #191a23;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.card:hover {
    transform: translateX(-5px);
}

.first_card {
    display: flex;
    flex-direction: column;
    gap: 93px;
}

.arrow_grid {
    display: flex;
    align-items: center;
    gap: 15px;
}

.arrow {
    background-color: #191A23;
    border-radius: 50%;
    color: #b9ff66;
    transform: rotate(30deg);
    font-size: 30px;
}

.arrow_text {
    font-size: 20px;
    font-weight: 400;
    line-height: 28%;
    letter-spacing: 0%;
}

.card2 {
    width: 600px;
    height: 310px;
    border-radius: 45px;
    background-color: #b9ff66;
    border: 1px solid #191a23;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.card2:hover {
    transform: translateX(-5px);
}

.card3 {
    width: 600px;
    height: 310px;
    border-radius: 45px;
    background-color: #191A23;
    border: 1px solid #191a23;
    display: flex;
    justify-content: space-between;
    padding: 50px;
}

.card3:hover {
    transform: translateX(-5px);
}

.grid_h1 {
    background-color: #b9ff66;
}

.grid_heading {
    background-color: #f3f3f3;
}

.arrow3 {
    background-color: #f3f3f3;
    border-radius: 50%;
    color: #b9ff66;
    transform: rotate(30deg);
    font-size: 30px;
}

.arrow_text3 {
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 400;
    line-height: 28%;
    letter-spacing: 0%;
}
@media (max-width:576px) {
    .grid_container {
        max-width: 1440px;
        padding: 100px 10px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 10px;
    }
    .card {
        width: 100%;
        height: 420px;
        border-radius: 45px;
        background-color: #f3f3f3;
        border: 1px solid #191a23;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
        margin: 10px;
    }
    .card2 {
        width: 100%;
        height: 420px;
        border-radius: 45px;
        background-color: #b9ff66;
        border: 1px solid #191a23;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
        margin: 10px;
    }

    .card2:hover {
        transform: translateX(-5px);
    }

    .card3 {
        width: 100%;
        height: 420px;
        border-radius: 45px;
        background-color: #191A23;
        border: 1px solid #191a23;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
        margin: 10px;

    }

    .card3:hover {
        transform: translateX(-5px);
    }
}

/* .div_section */
.div_container {
    max-width: 1440px;
    height: 394px;
    padding: 100px;
}

.div_card {
    max-width: 1240px;
    height: 347px;
    border-radius: 45px;
    padding: 60px;
    display: flex;
    background-color: #f3f3f3;
}

.first_div {
    max-width: 500px;
    height: 227px;
    display: flex;
    flex-direction: column;
    gap: 26px;
}

.div_h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.div_para {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

.div_button {
    width: 288px;
    height: 68px;
    border-radius: 14px;
    padding: 20px 35px;
    background-color: #191A23;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 400;
    line-height: 28%;
    letter-spacing: 0%;
}

.second_div {
    position: relative;
}

.div_image {
    position: absolute;
    left: 180px;
    top: -85px;
}
@media (max-width:576px) {
    .div_container {
        max-width: 1440px;
        height: 394px;
        padding: 10px;
    }

    .div_card {
        width:100%;
        height: 750px;
        border-radius: 45px;
        padding: 60px;
        display: flex;
        flex-direction: column;
        background-color: #f3f3f3;
    }
    .div_button {
    width: 260px;
    height: 68px;
    border-radius: 14px;
    padding: 20px 27px;
    background-color: #191A23;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
}

    .second_div {
        position: relative;
    }

    .div_image {
        width: 100%;
        position: absolute;
        left: 0px;
        top: 90px;
    }
}
/* case_section */
.case_container {
    max-width: 1440px;
    padding: 100px;
    height: 51px;
}

.case_section {
    display: flex;
    gap: 40px;
}

.first_case {
    background-color: #b9ff66;
    color: black;
}

.second_case {
    max-width: 580px;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
@media(max-width: 768px) {
    .case_container {
        max-width: 1440px;
        padding: 400px 20px 100px 20px;
        height: 51px;
    }

    .case_section {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 10px;
        margin: 0 15px;
    }
}
/* cards_container */
.cards_container {
    max-width: 1440px;
    padding: 100px;
    height: 326px;
}

.three_card {
    width: 1234px;
    height: 326px;
    border-radius: 45px;
    padding: 70px 60px;
    background-color: #191A23;
    display: flex;
}

.f_card_para {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: #f3f3f3;
}

.f_card {
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 286px;
    height: 163px;
    border-right: 1px solid white;
}

.learn_more {
    display: flex;
    align-items: center;
    gap: 10px;
}

.learn_text {
    font-size: 18px;
    font-weight: 400;
    line-height: 28%;
    letter-spacing: 0%;
    color: #b9ff66;
}

.learn_arrow {
    color: #b9ff66;
    font-size: 20px;
    font-weight: 400;
    transform: rotate(30deg);
}

.s_card {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 286px;
    height: 163px;
    border-right: 1px solid white;
}

.t_card {
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 286px;
    height: 163px;
    border-right: 1px solid white;
}
@Media(max-width:576px) {
    .cards_container {
        max-width: 100%;
        padding: 0px 20px;
        height: 440px;
        margin-top: 100px;

    }

    .three_card {
        width: 100%;
        height: 645px;
        border-radius: 45px;
        padding: 42px;
        background-color: #191A23;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        gap: 40px;
        margin: 0px;
    }
    .f_card {
    display: flex;
    flex-direction: column;
    gap: 5px;
    max-width: 286px;
    height: 163px;
    border-right: 1px solid white;
}
    .s_card {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        max-width: 286px;
        height: 163px;
        border-right: 1px solid white;
    }

    .t_card {
        margin-left: 0px;
        margin-right: 0px;
        display: flex;
        flex-direction: column;
        gap: 5px;
        max-width: 286px;
        height: 163px;
        border-right: 1px solid white;
    }
}
/* work_section */
.work_container {
    margin-top: 50px;
    max-width: 1440px;
    padding: 100px;
    height: 51px;
    margin-top: 100px;
}

.work_section {
    display: flex;
    gap: 40px;
}

.first_work {
    background-color: #b9ff66;
    color: black;
}

.second_work {
    max-width: 580px;
    height: 46px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}
@media(max-width:576px) {
    .work_container {

        max-width: 100%;
        padding: 300px 20px 100px 20px;
        height: 51px;
        margin-top: -90px;
        margin-left: 15px;
        margin-right: 15px;
    }

    .work_section {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 40px;
    }
}
/* data_section */
.data_container {
    max-width: 1440px;
    padding: 100px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.data1 {
    max-width: 1234px;
    height: 279px;
    border-radius: 45px;
    border: 1px solid #191A23;
    padding: 41px 60px;
    background-color: #b9ff66;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.consultation_div {
    max-width: 1117px;
    height: 77px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consultation_num {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 60px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.consultation_h1 {
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.minus {
    width: 58px;
    height: 58px;
    background-color: #f3f3f3;
    color: #191A23;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #191A23;
}

.consultation_p {
    width: 1114px;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

hr {
    border: 1px solid black;
}

.data2 {
    max-width: 1234px;
    height: 159px;
    border-radius: 45px;
    border: 1px solid #191A23;
    padding: 41px 60px;
    background-color: #f3f3f3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media(max-width:576px) {
    .data_container {
        margin-top: 60px;
        max-width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .data1 {
        width:100%;
        height: 320px;
        border-radius: 45px;
        border: 1px solid #191A23;
        padding: 0 30px;
        background-color: #b9ff66;
        display: flex;
        flex-wrap: wrap;
    }
    .consultation_p {
        width: 100%;
        height: 190px;
        font-size: 20px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;

    }
    .consultation_div {
        margin-top: 20px;
        max-width:100%;
        height: 77px;
        display: flex;
        gap: 0px;
        align-items: center;
    }
    .consultation_num {
        display: flex;
        align-items: center;
        gap: 30px;
        font-size: 60px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .consultation_h1 {
        font-size: 24px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .data2 {
        width: 100%;
        height: 130px;
        border-radius: 45px;
        border: 1px solid #191A23;
        padding: 0px 20px;
        background-color: #f3f3f3;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0;
    }
}
/* team_section */
.team_service {
    max-width: 1440px;
    height: 51px;
    padding: 100px;
}

.team_div {
    display: flex;
    gap: 40px;
}

.team_h1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    background-color: #b9ff66;
}

.team_para {
    width: 473px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
}
@media(max-width:576px) {
    .team_service {
        width: 100%;
        height: 51px;
        padding: 0px;
        margin: 50px 0px 0 0px;
    }
    .team_div {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
}
.team_para {
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
}
}
/* banners sections */
.banners_container {
    max-width: 1440px;
    padding: 100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    gap: 40px;
}

.banner_card {
    max-width: 387px;
    height: 331px;
    border-radius: 45px;
    border: 1px solid #191A23;
    padding: 40px 35px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #191A23;
}

.banner_1 {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.banner_h4 {
    font-size: 20px;
    font-weight: 500px;
    line-height: 100%;
    letter-spacing: 0%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner_p {
    width: 148px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
}

.banner_linked_in {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background-color: #191A23;
    color: #b9ff66;
    font-size: 20px;
    border-radius: 50%;
}

.banner_p1 {
    max-width: 317;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
}
@media(max-width:576px) {
    .banners_container {
        max-width: 100%;
        padding: 100px 40px;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        justify-content: center;
        gap: 20px;
    }

    .banner_card {
        max-width:100%;
        height: 220px;
        border-radius: 45px;
        border: 1px solid #191A23;
        padding: 35px 40px 35px 5px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        border: 1px solid #191A23;
    }

    .banner_1 {
        display: flex;
        justify-content: space-between;
        gap: 6px;
    }

    .banner_h4 {
        background-color: #b9ff66;
        font-size: 20px;
        font-weight: 500px;
        line-height: 100%;
        letter-spacing: 0%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    .banner_p {
        width: 200px;
        font-size: 18px;
        font-weight: 400;
        line-height: 15px;
        letter-spacing: 0%;
    }

    .banner_linked_in {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        background-color: #191A23;
        color: #b9ff66;
        font-size: 20px;
        border-radius: 50%;
    }

    .banner_p1 {
        max-width: 317;
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0;
        margin-left: 20px;
    }
}
@media(max-width: 576px) {
    .see_section {
        display: none;
    }

    .see_div {
        width: 269px;
        right: 90px;
        height: 68px;
        padding: 20px 35px;
        background-color: #191A23;
        border-radius: 14px;
        color: #f3f3f3;
        font-size: 20px;
        font-weight: 500;
        line-height: 28%;
        letter-spacing: 0%;
    }
}
.see_section {
    position: relative;
}

.see_div {
    position: absolute;
    right: 330px;
    width: 269px;
    height: 68px;
    padding: 20px 35px;
    background-color: #191A23;
    border-radius: 14px;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    line-height: 28%;
    letter-spacing: 0%;
}
/* see_section */
.see_section {
    position: relative;
}

.see_div {
    position: absolute;
    right: 200px;
    width: 269px;
    height: 68px;
    padding: 20px 35px;
    background-color: #191A23;
    border-radius: 14px;
    color: #f3f3f3;
    font-size: 20px;
    font-weight: 500;
    line-height: 28%;
    letter-spacing: 0%;
}

.mask_img {
    width: 50px;
    height: 50px;
}
.testi_container {
    max-width: 1440px;
    padding: 100px;
    height: 51px;
}

.testi_section {
    display: flex;
    gap: 40px;
}
@media(max-width:768px) {
    .testi_container {
        max-width: 100%;
        padding: 0px;
        height: 51px;
    }

    .testi_section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0px 20px;
    }
}
/* curve_section */
.curve_container {
    max-width: 1240px;
    height: 625px;
    background-color: #191A23;
    border-radius: 45px;
    margin-left: 100px;
    overflow: hidden;
}

.curve_section {
    width: 1918px;
    height: 473px;
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    left: -328px;
}

.card_clippy {
    position: relative;
    width: 606px;
    height: 266px;
    padding: 40px;
    border: 1.5px solid #b9ff66;
    border-radius: 40px;
    background: transparent;
}

/* Tail */
.card_clippy::after {
    content: "";
    position: absolute;
    bottom: -14px;
    left: 13%;
    transform: translateX(-50%) rotate(45deg);
    width: 26px;
    height: 26px;
    background: #191A23;
    border-right: 1.5px solid #b9ff66;
    border-bottom: 1.5px solid #b9ff66;
}

.curve_p {
    width: 502px;
    height: 138px;
    padding: 48px 52px;
    color: white;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

.curve_typo {
    width: 526px;
    height: 49px;
    margin-left: -530px;
    margin-top: 300px;
}

.curve_h4 {
    color: #b9ff66;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.curve_para {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.card_cur {
    display: flex;
}

.boxes {
    width: 146px;
    height: 14px;
    display: flex;
    gap: 20px;
}

.bx1 {
    width: 14px;
    height: 14px;
    background-color: #b9ff66;
}

.bx2 {
    width: 14px;
    height: 14px;
    background-color: white;
}

.left {
    color: white;
}

.right {
    color: white;
}

.arrows_div {
    max-width: 564px;
    height: 14px;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: 300px;
}
@media(max-width:576px) {
    .curve_container {
        width: 100%;
        height: 480px;
        background-color: #191A23;
        border-radius: 45px;
        overflow: hidden;
        padding: 0px 20px;
        margin: 0px;
    }

    .curve_section {
        display: block;
        width: 100%;
        height: 370px;
        padding-top: 20px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        gap: 50px;
        justify-content: space-between;
        align-items: center;
        position: relative;
        left: 6px
    }

    .card_clippy {
        position: relative;
        width: 100%;
        height: 400px;
        padding: 0px;
        border: 1.5px solid #b9ff66;
        border-radius: 40px;
        background: transparent;
    }

     /* Tail  */
    .card_clippy::after {
        content: "";
        position: absolute;
        bottom: -14px;
        left: 13%;
        transform: translateX(-50%) rotate(45deg);
        width: 26px;
        height: 26px;
        background: #191A23;
        border-right: 1.5px solid #b9ff66;
        border-bottom: 1.5px solid #b9ff66;
    }

    .curve_p {
        width: 300px;
        height: 600px;
        padding: 0px;
        color: white;
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        margin: 0px;
        padding-left: 50px;
        padding-top: 50px;
    }

    .curve_typo {
        width: 526px;
        height: 49px;
        margin-left: -334px;
        margin-top: -115px;
    }

    .curve_h4 {
        color: #b9ff66;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .curve_para {
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
    }

    .card_cur {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .boxes {
        width: 146px;
        height: 14px;
        display: flex;
        gap: 20px;
    }

    .bx1 {
        width: 14px;
        height: 14px;
        background-color: #b9ff66;
    }

    .bx2 {
        width: 14px;
        height: 14px;
        background-color: white;
    }

    .left {
        color: white;
    }

    .right {
        color: white;
    }

    .arrows_div {
        max-width: 280px;
        height: 14px;
        display: flex;
        justify-content: space-between;
        position: relative;
        left: 25px;
        top: 0px;
    }
}
/* contact_session */
.contact_container {
    margin-top: 100px;
    max-width: 1440px;
    padding: 100px;
    height: 51px;
}

.contact_section {
    display: flex;
    gap: 40px;
}
@media(max-width:576px) {
    .contact_container {
        max-width: 100%;
        padding: 0px;
        height: 51px;
        margin-bottom: 100px;
    }

    .contact_section {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 0 20px;
    }
}
/* form section */
.form_container {
    max-width: 1440px;
    height: 773px;
    padding: 100px;

}

.form_section {
    width: 1240px;
    height: 773px;
    background-color: #f3f3f3;
    border-radius: 45px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.form_text {
    max-width: 556px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.label_section {
    display: flex;
    gap: 35px;

}

.radio_label {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

.label_1 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.radio_button {
    width: 28px;
    height: 28px;
    border: 1px solid #191A23;
    background-color: #b9ff66;
}

.name_label {
    width: 556px;
    height: 92px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.label_padding {
    border: 1px solid black;
    border-radius: 14px;
    padding: 18px 30px;
}

.name_textarea {
    width: 556px;
    height: 190px;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.textarea_padding {
    border: 1px solid black;
    border-radius: 14px;
    padding: 18px 30px;
}

.submit_data {
    background-color: #191A23;
    color: white;
    border-radius: 14px;
    padding: 20px 35px;
    width: 556px;
    height: 68px;
}

.form_image {
    position: relative;
    left: 305px;
}
@media(max-width:576px) {
    .form_container {
        max-width: 100%;
        height: 773px;
        padding: 10px;

    }

    .form_section {
        width: 100%;
        height: 773px;
        background-color: #f3f3f3;
        border-radius: 45px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .form_text {
        max-width: 556px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

    .label_section {
        display: flex;
        gap: 10px;

    }

    .radio_label {
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .label_1 {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .radio_button {
        width: 28px;
        height: 28px;
        border: 1px solid #191A23;
        background-color: #b9ff66;
    }

    .name_label {
        width: 300px;
        height: 92px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .label_padding {
        border: 1px solid black;
        border-radius: 14px;
        padding: 18px 30px;
    }

    .name_textarea {
        width: 300px;
        height: 190px;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .textarea_padding {
        border: 1px solid black;
        border-radius: 14px;
        padding: 18px 30px;
    }

    .submit_data {
        background-color: #191A23;
        color: white;
        border-radius: 14px;
        padding: 20px 35px;
        width: 200px;
        height: 68px;
    }

    .form_image {
        display: none;
    }
}
/* footer_section */
.footer_container {
    max-width: 1440px;
    height: 600px;
    padding: 100px;
    margin-top: 100px;
}

.footer_section {
    max-width: 1240px;
    height: 600px;
    background-color: #191A23;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
}

/* nav-footer */
.navbar_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    height: 68px;
    padding: 100px;
}

.nav_logo_footer {
    display: flex;
    padding-top: 10px;
    padding-bottom: 10px;
    gap: 10px;
    align-items: center;
    color: white;
}

.logo_text_footer {
    font-size: 34px;
    font-weight: bold;
    color: white;
}

.ul_footer {
    display: flex;
    gap: 40px;
}

.li_footer {
    color: white;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0%;
    list-style: none;
}

.icons_container {
    display: flex;
    gap: 20px;
}

.footer_linkedin {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    border-radius: 50%;
    color: black;
    background-color: white;
}

.footer_contact {
    display: flex;
    justify-content: space-between;
    padding: 0 100px;
}

.contact_us_footer {
    width: 332px;
    height: 185px;
    display: flex;
    flex-direction: column;
    gap: 27px;
}

.footer_h4 {
    width: 126px;
    height: 26px;
    background-color: #b9ff66;
    color: #191A23;
    padding: 7px;
    border-radius: 7px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.footer_P {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
    ;
}

.footer_email {
    width: 634px;
    height: 184px;
    display: flex;
    gap: 20px;
    border-radius: 14px;
    background-color: #292A32;
    padding: 58px 40px;
}

.email_text {
    width: 285px;
    height: 67px;
    border-radius: 14px;
    border: 1px solid white;
    background-color: #292A32;
    color: white;
    padding: 22px 35px;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
}

.subscribe_button {
    width: 285px;
    height: 67px;
    border-radius: 14px;
    border: 1px solid #b9ff66;
    background-color: #b9ff66;
    padding: 22px 35px;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0%;
}

.footer_policy {
    max-width: 1120px;
    height: 78px;
    padding: 100px 0 0 100px;

}

.policy_type {
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0%;
    color: white;
}

.policy_text {
    width: 485px;
    height: 28px;
    gap: 40px;
    display: flex;
}

.footer_hr {
    border: 1px solid white;
    margin-bottom: 60px;
} 
@media(max-width:576px) {
    .footer_container {
        max-width: 100%;
        height: 600px;
        padding: 0px;
        margin-top: 100px;
    }

    .footer_section {
        max-width: 100%;
        height: 730px;
        background-color: #191A23;
        border-top-left-radius: 45px;
        border-top-right-radius: 45px;
        margin: 0 10px;
    }
    .navbar_footer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        max-width: 100%;
        height: 68px;
        padding: 0px;
        gap: 10px;
    }

    .nav_logo_footer {
        display: flex;
        padding-top: 10px;
        padding-bottom: 10px;
        gap: 10px;
        align-items: center;
        color: white;
    }

    .logo_text_footer {
        font-size: 34px;
        font-weight: bold;
        color: white;
    }

    .ul_footer {
        display: flex;
        gap: 10px;
    }

    .li_footer {
        color: white;
        font-size: 20px;
        font-weight: 400;
        line-height: 18px;
        letter-spacing: 0%;
        list-style: none;
    }

    .icons_container {
        display: flex;
        gap: 20px;
    }

    .footer_linkedin {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 20px;
        border-radius: 50%;
        color: black;
        background-color: white;
    }

    .footer_contact {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 100px;
        padding: 0px;
    }

    .contact_us_footer {
        width: 332px;
        height: 185px;
        display: flex;
        flex-direction: column;
        gap: 27px;
        padding-left: 35px;
    }

    .footer_h4 {
        width: 126px;
        height: 26px;
        background-color: #b9ff66;
        color: #191A23;
        padding: 7px;
        border-radius: 7px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }

    .footer_P {
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
        ;
    }

    .footer_email {
        width:100%;
        height: 184px;
        display: flex;
        gap: 20px;
        border-radius: 14px;
        background-color: #292A32;
        padding: 58px 8px;
        margin-top: 20px;
    }

    .email_text {
        width: 150px;
        height: 67px;
        border-radius: 14px;
        border: 1px solid white;
        background-color: #292A32;
        color: white;
        padding: 22px 35px;
        font-size: 18px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
    }

    .subscribe_button {
        width: 250px;
        height: 67px;
        border-radius: 14px;
        border: 1px solid #b9ff66;
        background-color: #b9ff66;
        padding: 22px 35px;
        font-size: 20px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: 0%;
        text-align: center;
    }

    .footer_policy {
        max-width: 390px;
        margin: 0 10px;
        height: 78px;
        padding: 0px;

    }

    .policy_type {
        font-size: 16px;
        font-weight: 400;
        line-height: 100%;
        letter-spacing: 0%;
        color: white;
    }

    .policy_text {
        width: 100%;
        height: 28px;
        gap: 10px;
        display: flex;
    }

    .footer_hr {
        border: 1px solid white;
        margin-bottom: 60px;
    }
}