* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    width: 100vw;
    height: auto;
}

header {
    display: flex;
    width: 100%;
    background-color: #F3F3F3;
    position: fixed;
    z-index: 1111;
    top: 0;
    left: 0;

}

.header_left {
    width: 25%;
    /* background: red; */
    position: relative;
}

.header_left img {
    width: 70px;
    margin-left: 2rem;
    margin-top: 0.5rem;
}

.site_name {
    position: absolute;
    top: 1.5rem;
    left: 7rem;
    font-weight: 700;
    background: linear-gradient(to right, #5C17FC, #0088FF);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 26px;
    font-weight: 700;
}

.header_middle {
    width: 60%;
    /* background: violet; */
}

.header_middle ul {
    display: flex;
    list-style-type: none;


}

.header_middle ul li {
    font-size: 20px;
    margin-left: 1rem;
    margin-top: 3rem;

}
.header_middle ul li a{
    text-decoration: none;
    color: #000;
}
.header_right {
    width: 20%;
    /* background: blue; */
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
}

.header_right a {
    text-decoration: none;
    font-size: 700;

}

.hidden {
    display: none !important;
}

#resume_arrow.rotate {
    transform: rotate(180deg);
    transition: 0.3s;
}

.resume_templates_toogle,
.ats_checker {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 70%;
    height: auto;
    gap: 1rem;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 6rem;
    left: 22rem;
    z-index: 9999;
}

.resume_templates_toogle_1 {
    display: flex;
    align-items: center;
    /* background: red; */
    width: calc(30% - 1rem);
    height: auto;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.resume_templates_toogle_1 img,
.ats_picture_1 img {
    width: 50%;

}

.ats_checker_1 {
    display: flex;
    align-items: center;
    /* background: red; */
    width: calc(40% - 1rem);
    height: auto;
    margin-top: 0.5rem;
    margin-left: 1rem;
}

.resume_templates_toggle_1_content,
.ats_content {
    width: 100%;
    margin-left: 1rem;
    /* background: red; */
}

.resume_templates_toggle_1_content a,
.ats_content a {
    font-size: 19px;
    font-weight: 700;
    text-decoration: none;
    color: #000;
    /* background: blue; */
}

.resume_templates_toggle_1_content p,
.ats_content p {
    font-size: 14px;
    margin-top: 0.5rem;
    color: #868693;
}


/* görünəndə */
.resume_templates_toogle.show {
    display: block;
}

/* ox şəkli */
#resume_arrow {
    cursor: pointer;
    transition: 0.3s;
}

/* açıldıqda ox döndürülür */
#resume_arrow.rotate {
    transform: rotate(180deg);
}

.resume_picture_1 {
    width: 10%;
}

.sign_part {
    color: #18CAF7;
    font-weight: 700;

}

.log_in {
    padding: 0.2rem;
    background-color: #0FC0EC;

    color: #fff;
    padding: 0.5rem;
    border-radius: 5px;

}

section {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;

}

.section_1 {
    display: flex;
    width: 100%;
}

.section_1_left {
    width: 50%;
    flex-direction: column;
}


.vertical {
    width: 1px;
    /* incəlik */
    height: 100px;
    /* şaquli uzunluq */
    border: none;
    /* default xətti silirik */
    background: black;
    /* rəng */
}

.section_1_left p {
    font-size: 40px;
    color: #5C17FC;
    font-weight: 700;
    margin-left: 5rem;
    margin-top: 10rem;
}

.section_1_h2 {
    font-size: 17px;
    color: #B1B2B7;
    margin-left: 4rem;
    margin-top: 2rem;
}

.buttons_section1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-left: 4rem;
    margin-top: 2rem;

}

.buttons_section1 .section_create,
.buttons_section1 .update {
    text-decoration: none;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    background-color: #0FC0EC;
    width: 49%;
    color: #fff;
    padding: 0.5rem;
    border-radius: 6px;
    margin: 3rem auto;



}



.section_1_right {
    width: 50%;
}

.section_1_right img {
    margin-top: 7rem;
    margin-left: 5.5rem;
}

.section_2 {
    display: flex;
    width: 100%;
    position: relative;
    /* background: #000; */
}

.section_2_left {
    width: 70%;
    margin-right: 15rem;
}

.section_2_left img {
    width: 90%;
}

.section_2 a {
    background: #0D5EFF;
    position: absolute;
    top: 22rem;
    left: 33rem;
    text-decoration: none;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding: 1rem;
    border-radius: 10px;

}

.section_2_right {
    width: 30%;
}

.section_2_right p {
    text-align: center;
    margin: 0 auto;
    color: #B1B2B7;
    font-size: 28px;
    width: 60%;
    margin: 5rem;
    font-size: 20px;
}

.section_3 h2 {
    font-size: 42px;
    color: #798284;
    text-align: center;
    margin: 0 auto;
    margin: 0 10rem;
    margin-top: 5rem;
}

.section_3_divs {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-left: 2rem;
    margin-top: 2rem;
}

.section_3_picture_1,
.section_3_picture_2,
.section_3_picture_3 {
    width: 30%;
}






.section_3_picture_2 a {
    left: 7rem;
    top: 13.2rem;
    text-decoration: none;
    padding: 0.5rem 2rem;
    border-radius: 80px;
}




.section_4 {
    position: relative;
    background-size: cover;
    background-color: rgb(184, 217, 248);
    width: 100%;
    height: 600px;
    /* mütləq */
    overflow: hidden;
    margin: 20px auto;
}

.section_4 p {
    font-size: 30px;
    text-align: center;
    margin: 2rem 0;
    font-weight: 700;
    color:  rgb(37, 37, 187);
    font-weight: 900;
}

.slides {
    display: flex;
    gap: 20px;
    width: max-content;
    transition: transform 0.5s ease;
    margin: 0 auto;
    align-items: center;
    overflow-y: hidden;
}

/* Ümumi şəkil görünüşü */
.slides img {
    width: 350px;
    height: 400px;
    object-fit: contain;
    opacity: 0.5;
    transition: 0.4s ease;
}

/* Aktiv (ortadakı) şəkil */
.slides img.active {
    transform: scale(1.1);
    opacity: 1;
}

/* Oxlar */
.prev,
.next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 40px;
    background: rgba(0, 0, 0, 0.4);
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 6px;
    z-index: 20;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.start {
    position: absolute;
    top: 20rem;
    left: 35rem;
    background-color: #0D5EFF;
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 26px;
    padding: 0.5rem 2rem;
}



.section_5 {
    margin-top: 5rem;
}

.section_5 h2 {
    color: #868693;
    font-weight: 700;
    text-align: center;
    font-size: 42px;
}

.links {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 1rem;  
    align-items: center;
    margin-top: 2rem;
    margin-left: 3rem;
}

.links a {
    width: 30%;
}

.links a img {
    width: 75%;
}

.section6 {
    position: relative;
}

.section6 h2 {
    font-size: 42px;
    font-weight: 700;
    color: #1653CD;
    text-align: center;
    margin-top: 6rem;
    margin-bottom: 1rem;
}

.section6 img {
    width: 100%;
}

.section6 a {
    position: absolute;
    font-size: 28px;
    background-color: #17CAF7;
    color: #fff;
    font-weight: 700;
    top: 45rem;
    left: 32rem;
    padding: 1rem;
    border-radius: 10px;
    text-decoration: none;
}

.section7 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 4rem;
    position: relative;
}

.section7_picture1 {
    margin-left: 10rem;
}

.section7_picture2 {
    margin-left: 10rem;
}

.section7_picture3 {
    margin-left: 10rem;
    margin-top: 4rem;
}

.section7_picture4 {
    margin-left: 10rem;
    margin-top: 4rem;


}

.section7_picture3_a {
    position: absolute;
    font-size: 30px;
    text-decoration: none;
    top: 30rem;
    left: 18rem;
    background-color: #0D5EFF;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 3rem;
    border-radius: 40px;

}

.section7_picture4_a {
    position: absolute;
    top: 30rem;
    left: 53rem;
    background-color: #0D5EFF;
    text-decoration: none;
    font-size: 30px;
    color: #fff;
    font-weight: 700;
    padding: 0.5rem 3rem;
    border-radius: 40px;
}

.section8 {
    margin-top: 4rem;
}

.section8 h1 {
    margin: 4rem 0;
    font-weight: 800;
    font-size: 60px;
    text-align: center;
    background: linear-gradient(to right, #5C17FC, #5C17FC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.questions {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 20px;
}

.faq-question {
    display: flex;
    width: 60%;
    margin-top: 20px;
    margin-left: 2rem;
    position: relative;
    /* background: red; */
    border: 1px solid #868693;
    border-radius: 20px;
    margin-bottom: 10px;
}

.faq-question h3 {
    font-size: 20px;
    /* background: red; */
    padding: 10px;

}

.faq-question img {
    position: absolute;
    right: 3%;
    top: 36%;

}



.faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    background-color: transparent;
    border-radius: 0 0 20px 20px;
    transition: all 0.4s ease;
}

/* Aktiv olarkən */
.faq-item.active .faq-answer {
    max-height: 120px;
    /* boş sahə kimi görünmək üçün */
    opacity: 1;
    background-color: #fff;
    /* ağ fonda görünsün */
    border: 1px solid #868693;
    border-top: none;
    /* sual ilə birləşsin */
}

/* Ox fırlanır */
.faq-item.active .toggle-arrow {
    transform: rotate(180deg);
}

footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 3rem;
    width: 100%;
    height: auto;
    background: #18346D;
}


.footer_bottom {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-around;
    background: #18346D;


}

.about_us,
.acontact_us,
.our_company,
.support,
.resources,
.resume,
.cover_letter {
    width: 15%;
    margin-top: 1rem;
}

.about_us h2,
.acontact_us h2,
.our_company h2,
.support h2,
.resources h2,
.resume h2,
.cover_letter h2 {
    font-size: 18px;
    font-weight: 700;
    margin-left: 1.5rem;
    color: #ffff;


}

.about_us h3,
.acontact_us h3,
.our_company h3,
.support h3,
.resources h3,
.resume h3,
.cover_letter h3 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #ffff;
}

.footer_hr {
    margin: 1rem 0;
}

.under_bottom {
    display: flex;
    width: 100%;
}

.under_bottom_left {
    width: 40%;
    margin-left: 35%;

    /* background: red; */
}

.under_bottom_left img {
    margin-left: 2rem;
    padding-bottom: 0.5rem;
}

.under_bottom_right {
    display: flex;
    /* background: red; */
    width: 50%;
}

.under_bottom_right p {
    font-size: 26px;
    margin-left: 1.5em;
    color: #fff;
    font-weight: 700;
}



@media (max-width: 1024px) {

    /* HEADER */
    .site_name {
        font-size: 20px;
    }

    .header_middle ul li {
        font-size: 16px;
        margin-top: 2.5rem;
    }

    .sign_part,
    .create_my_resume {
        font-size: 16px;
    }

    .resume_templates_toogle,
    .ats_checker {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 50%;
        height: auto;

    }

    .resume_templates_toogle_1 img,
    .ats_checker_1 img {
        /* background: red; */
        width: 100%;
    }



    .resume_templates_toggle_1_content a,
    .ats_content a {
        font-size: 14px;
        text-decoration: none;
        color: #000;
        font-weight: 700;
    }

    .resume_templates_toggle_1_content p,
    .ats_content p {
        font-size: 10px;
    }

    /* SECTION 1 */
    .section_1_left p {
        font-size: 38px;
        margin-left: 3.5rem;
    }

    .section_1_h2 {
        font-size: 14px;
        margin-left: 3rem;
    }


    .buttons_section1 .section_create,
    .buttons_section1 .update {      
        font-size: 18px;
        width: 48%;      
    }

    /* SECTION 2 */
    .section_2 a {
        font-size: 28px;
        left: 10rem;
        top: 18rem;
    }

    .section_2_right p {
        font-size: 22px;
        width: 70%;
    }

    /* SECTION 3 */
    .section_3 h2 {
        margin-top: 2rem;
        font-size: 40px;
    }

    .section_3 a {
        font-size: 22px;
    }

    /* SECTION 4 (KARUSEL) */
    .section_4 p {
        font-size: 24px;
    }

    /* şəkillər onsuz da yuxarıda kiçildilib */
    .slides {}

    .slides img.active {
        margin: 0 auto;
        margin-left: 14%;


    }

    .start {
        font-size: 20px;
        left: 29rem;
    }

    /* SECTION 5 */
    .section_5 h2 {
        font-size: 42px;
    }

    /* LINKS */
    .links a img {
        width: 70%;
    }

    /* SECTION 6 */
    .section6 h2 {
        font-size: 42px;
    }

    .section6 a {
        font-size: 22px;
        left: 24rem;
        top: 38rem;
    }

    /* SECTION 7 */
    .section7 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .section7 img {
        margin: 0;
        margin-left: 1rem;

    }

    .section7_picture3_a {
        top: 27rem;
        left: 14rem;
    }

    .section7_picture4_a {
        top: 26rem;
        left: 45rem;
    }

    .section7_picture3_a,
    .section7_picture4_a {
        font-size: 22px;
    }

    /* SECTION 8 */
    .section8 h1 {
        font-size: 46px;
    }

    .faq-question h3 {
        font-size: 22px;
    }

    /* FOOTER */
    .about_us h2,
    .acontact_us h2,
    .our_company h2,
    .support h2,
    .resources h2,
    .resume h2,
    .cover_letter h2 {
        font-size: 16px;
    }

    .about_us h3,
    .acontact_us h3,
    .our_company h3,
    .support h3,
    .resources h3,
    .resume h3,
    .cover_letter h3 {
        font-size: 16px;
    }

    .under_bottom_right p {
        font-size: 20px;
    }
}

@media(max-width:768px) {
    .header_left img {
        width: 70px;
        margin: 5px;

    }

    .site_name {
        font-size: 16px;
        left: 6rem;
    }

    .resume_templates_toogle,
    .ats_checker {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 50%;
        height: auto;

    }

    .resume_templates_toogle_1 img,
    .ats_checker_1 img {
        /* background: red; */
        width: 100%;
    }



    .section_1 {
        width: 100%;
    }

    .section_1_left {
        width: 50%;
        /* background: red; */
    }

    .section_1_left p {
        font-size: 28px;
        /* background: #000; */
    }

    .section_1_right {
        width: 50%;
        /* background: blue; */
    }

    .section_1_right img {
        margin: 0;
        width: 100%;
    }

    .resume_templates_toggle_1_content a,
    .ats_content a {
        font-size: 10px;
    }

    .buttons_section1 {
        width: 70%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        margin: 0 auto;
        /* background: violet; */
    }

    .buttons_section1 .section_create,
    .buttons_section1 .update {
        font-size: 14px;
        text-align: center;
        width: 45%;
        margin-left: 5px;
    }

    .resume_templates_toggle_1_content p,
    .ats_content p {
        font-size: 8px;
    }

    /* section 2 */


    .section_2_left a {
        left: 10%;
        top: 73%;
    }

    /* section3 */
    .section_3 {
        width: 100%;
    }

    .section_3 h2 {
        font-size: 28px;
    }

    .section_3_divs {
        width: 90%;
    }

    .section_3_divs img {
        width: 100%;
    }

    .section_3_picture_1 a {
        top: 11rem;
        left: 6rem;
        font-size: 16px;
    }

    .section_3_picture_2 img {
        margin-top: 5px;
    }

    .section_3_picture_2 a {
        font-size: 16px;
        top: 11rem;
        left: 6rem;
    }

    .section_3_picture_3 img {
        margin-top: 5px;
    }

    .section_3_picture_3 a {
        font-size: 16px;
        top: 11rem;
        left: 6rem;
    }

    .slides {
        margin-left: 10%;
    }

    .slides img.active {
        margin: 0 auto;
    }


    .start {
        left: 50%;
    }

    .section6 a {
        top: 30rem;
        left: 17rem;
    }

    .section7 {
        margin: 0;
    }

    .section7_picture3_a {
        left: 32rem;
    }

    .section7_picture4_a {
        top: 43rem;
        left: 20rem;
    }

    .footer_bottom h2 {
        font-size: 12px;
    }

    .footer_bottom h3 {
        font-size: 10px;
        text-align: center;
    }
}

@media (max-width: 600px) {

    Header .header_left img {
        width: 40%;

        margin: 3px;
    }

    .site_name {
        font-size: 14px;
        left: 4rem;
        top: 0.5rem;
    }

    .header_middle ul li {
        font-size: 12px;
        margin-left: 0.5rem;
        margin-top: 1.5rem;
    }

    .header_right {
        margin-left: 0.5rem;
        gap: 0.5rem;
    }

    .header_right a {
        font-size: 10px;
    }




    .resume_templates_toogle,
    .ats_checker {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        overflow-y: scroll;
        height: auto;

    }

    .resume_templates_toogle_1 img {
        /* background: red; */
        width: 100%;
    }

    .ats_checker_1 img {
        width: 90px;
    }

    .resume_templates_toogle {
        margin-top: -2.6rem;
        margin-left: 4rem;
    }

    .ats_checker {
        margin-top: -2.6rem;
        margin-left: 0.5rem;
    }


    .resume_templates_toggle_1_content a,
    .ats_content a {
        font-size: 10px;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        width: 200px;
    }

    .resume_templates_toggle_1_content p {
        /* background: red; */
    }

    .resume_templates_toggle_1_content p,
    .ats_content p {
        font-size: 8px;


    }



    /* Section 1 */
    .section_1 {
        height: auto;
    }

    .section_1 p {
        font-size: 20px;
        margin-left: 2rem;
        margin-top: 6rem;
    }

    .buttons_section1 {
        display: flex;
        flex-direction: row;
        margin-top: 2rem;
        margin-left: 4rem;

    }

    .buttons_section1 .section_create {
        font-size: 12px;
        width: 46%;
        margin: 0;
        padding: 10px;
    }

    .buttons_section1 .update {
        font-size: 12px;
        width: 46%;
        margin: 0;
        padding: 10px;
        margin-left: 15px;


    }

    .section_1 img {
        margin: 0 auto;
        margin-top: 4rem;
        width: 90%;
        display: block;
    }

    .section_2_left img {
        margin-top: 3rem;
        width: 335px;
    }

    .section_2_left a {
        top: 15rem;
        left: 3rem;
    }

    .section_2_right p {
        font-size: 20px;
    }

    /* Section 3 */
    .section_3 {
        width: 100%;
        margin: 0 1rem;
    }

    .section_3 h2 {
        font-size: 26px;
    }

    .section_3_divs {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .section_3_picture_1,
    .section_3_picture_2,
    .section_3_picture_3 {
        width: 40%;
        margin: 0 auto;
    }


    .section_3_divs img {
        width: 100%;
    }


    .section_3_picture_1 a,
    .section_3_picture_2 a,
    .section_3_picture_3 a {
        top: 13rem;
        left: 4rem;
        font-size: 14px;
        padding: 0.4rem 2rem;
    }

    .section_3_picture_2 img,
    .section_3_picture_3 img {
        margin-top: 3px;
    }

    .slides img.active {
        margin: 0 auto;
        margin-left: 3%;
    }

    /* Start düyməsi */
    .start {
        left: 50%;
        transform: translateX(-50%);
        font-size: 20px;
        padding: 0.4rem 1.2rem;
        top: 18rem;
    }

    /* Section 6 */
    .section6 a {
        top: 28rem;
        left: 12rem;
        font-size: 20px;
        padding: 0.6rem 1.5rem;
    }

    /* Section 7 */
    .section7 {
        margin: 0 0.5rem;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .section7_picture1,
    .section7_picture2,
    .section7_picture3,
    .section7_picture4 {
        margin-left: 0;
        margin-top: 0;
        text-align: center;
        width: 40%;
    }

    .section7_picture3_a,
    .section7_picture4_a {

        margin: 1rem auto;
        font-size: 10px;
        padding: 0.5rem 2rem;
        border-radius: 30px;
        left: 5rem;
        top: 21rem;
    }

    .section7_picture4_a {
        margin: 1rem auto;
        font-size: 10px;
        padding: 0.5rem 2rem;
        border-radius: 30px;
        left: 26rem;
        top: 21rem;
    }

    .section8 h1 {
        font-size: 30px;
    }

    .footer_bottom h2 {
        font-size: 12px;
        text-align: center;

    }

    .footer_bottom h3 {
        font-size: 10px;
        text-align: center;
    }

    .under_bottom {
        display: flex;
    }

    .under_bottom_left {
        margin-left: 8rem;
    }

    .under_bottom_left img {
        width: 30px;
    }

    .under_bottom_right p {
        font-size: 14px;
    }


}


@media(max-width:480px) {
    .header_left img {
        width: 50px;
        margin: 5px;
    }

    .site_name {
        font-size: 10px;
        left: 3.3rem;
        top: 1rem;
    }

    .header_middle ul li {
        font-size: 10px;
    }

    .header_right a {
        width: 80%;
        font-size: 10px;
    }

    .resume_templates_toogle,
    .ats_checker {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        height: auto;

    }

    .resume_templates_toogle_1 img,
    .ats_checker_1 img {
        /* background: red; */
        width: 100%;
    }

    .resume_templates_toogle {
        margin-top: -2.6rem;
        margin-left: -1.5rem;
    }

    .ats_checker {
        margin-top: -2rem;
        margin-left: -4.5rem;
    }


    .resume_templates_toggle_1_content a,
    .ats_content a {
        font-size: 10px;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        width: 200px;
    }

    .resume_templates_toggle_1_content p {
        /* background: red; */
    }

    .resume_templates_toggle_1_content p,
    .ats_content p {
        font-size: 8px;


    }



    /* section1 */
    .section_1 {
        margin: 0;
        height: auto;
    }

    .section_1 p {
        font-size: 10px;
        margin: 0 auto;
        margin: 5rem 4rem;
    }

    .section_1_h2 {
        margin: 0 auto;
        margin-left: 1rem;
        font-size: 10px;
    }

    .buttons_section1 {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: 0.5rem;
        margin-top: 1rem;
    }

    .buttons_section1 .section_create {
        font-size: 10px;
        width: 46%;
        text-align: center;

    }

    .buttons_section1 .update {
        font-size: 10px;
        width: 46%;
        text-align: center;
    }

    .section_1 img {
        margin: 0 auto;
        margin-top: 11.6rem;
        width: 100%;
    }

    .section_1_right img {
        margin-top: 4rem;
    }

    .section_2_left {
        width: 60%;
    }

    .section_2_left img {
        width: 280px;
        margin-top: 0;
    }

    .section_2_left a {
        top: 9rem;
        left: 6rem;
        font-size: 10px;
    }

    .section_2_right {
        width: 40%;

    }

    .section_2_right p {
        font-size: 10px;
        margin: 0 auto;
        margin-top: 30%;
    }

    /* section3 */

    .section_3_divs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .section_3_picture_1,
    .section_3_picture_2,
    .section_3_picture_3 {
        width: 70%;
        margin: 0;
    }

    .section_3 h2 {
        font-size: 20px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        margin-top: 1rem;
    }

    .section_3_picture_2,
    .section_3_picture_3 {
        margin-top: 0.5rem;
    }

    .section_3_picture_1 a,
    .section_3_picture_2 a,
    .section_3_picture_3 a {
        top: 76%;
        left: 20%;
    }

    .slides {
        margin-left: 0;

    }

    .slides img.active {
        margin: 0 auto;
        margin-left: 4.5rem;
    }

    .start {
        top: 60%;
    }

    .section_5 h2 {
        font-size: 20px;
    }

    .links {
        margin: 1rem 1rem;
    }

    .section6 h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .section6 a {
        top: 15rem;
        left: 20%;

    }

    .section7_picture3_a {
        top: 78%;
        left: 15%;
    }

    .section7_picture4_a {
        top: 78%;
        left: 65%;
    }

    .section8 h1 {
        font-size: 20px;
    }

    .questions h3 {
        font-size: 14px;
    }

    .faq-question {
        width: 70%;
    }

    .footer_bottom {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .about_us,
    .acontact_us,
    .our_company,
    .support,
    .resources,
    .resume,
    .cover_letter {
        width: 20%;
    }

    .footer_bottom h2 {
        font-size: 10px;
        /* background: red; */
        text-align: center;
    }

    .footer_bottom h3 {
        font-size: 6px;
        width: 100%;
        margin: 0 auto;
        margin: 0.3rem 2rem;

    }

    .under_bottom_left {
        display: flex;
        /* background: red; */
        width: 50%;
        margin-left: 4rem;
    }

    .under_bottom_right p {
        font-size: 12px;
    }

}

@media(max-width:420px) {

    .header_left img {
        width: 50px;
        margin: 5px;
    }

    .site_name {
        font-size: 10px;
        left: 3.3rem;
        top: 1rem;
    }

    .header_middle ul li {
        font-size: 10px;
    }

    .header_right a {
        width: 80%;
        font-size: 10px;
    }

    .resume_templates_toogle,
    .ats_checker {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
        height: auto;

    }

    .resume_templates_toogle_1 img,
    .ats_checker_1 img {
        /* background: red; */
        width: 100%;
    }

    .resume_templates_toogle {
        margin-top: -2rem;
        margin-left: -7rem;
    }

    .ats_checker {
        margin-top: -2rem;
        margin-left: -4rem;
    }


    .resume_templates_toggle_1_content a,
    .ats_content a {
        font-size: 10px;
        text-decoration: none;
        color: #000;
        font-weight: 700;
        width: 200px;
    }

    .resume_templates_toggle_1_content p {
        /* background: red; */
    }

    .resume_templates_toggle_1_content p,
    .ats_content p {
        font-size: 8px;


    }



    /* section1 */
    .section_1 {
        margin: 0;
        height: auto;
    }

    .section_1 p {
        font-size: 10px;
        margin: 0 auto;
        margin: 5rem 4rem;
    }

    .section_1_h2 {
        margin: 0 auto;
        margin-left: 1rem;
        font-size: 10px;
    }

    .buttons_section1 {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: 0.5rem;
        margin-top: 1rem;
    }

    .buttons_section1 .section_create {
        font-size: 10px;
        width: 46%;
        text-align: center;

    }

    .buttons_section1 .update {
        font-size: 10px;
        width: 46%;
        text-align: center;
    }

    .section_1 img {
        margin: 0 auto;
        margin-top: 11.6rem;
        width: 100%;
    }

    .section_1_right img {
        margin-top: 4rem;
    }

    .section_2_left {
        width: 60%;
    }

    .section_2_left img {
        width: 280px;
        margin-top: 0;
    }

    .section_2_left a {
        top: 9rem;
        left: 6rem;
        font-size: 10px;
    }

    .section_2_right {
        width: 40%;

    }

    .section_2_right p {
        font-size: 10px;
        margin: 0 auto;
        margin-top: 30%;
    }

    /* section3 */

    .section_3_divs {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 100%;
    }

    .section_3_picture_1,
    .section_3_picture_2,
    .section_3_picture_3 {
        width: 70%;
        margin: 0;
    }

    .section_3 h2 {
        font-size: 20px;
        width: 70%;
        margin: 0 auto;
        text-align: center;
        margin-top: 1rem;
    }

    .section_3_picture_2,
    .section_3_picture_3 {
        margin-top: 0.5rem;
    }

    .section_3_picture_1 a,
    .section_3_picture_2 a,
    .section_3_picture_3 a {
        top: 76%;
        left: 20%;
    }

    .slides img.active {
        margin: 0 auto;
        margin-left: 1.5%;
    }

    .start {
        top: 60%;
    }

    .section_5 h2 {
        font-size: 20px;
    }

    .links {
        margin: 1rem 1rem;
    }

    .section6 h2 {
        font-size: 20px;
        margin: 10px 0;
    }

    .section6 a {
        top: 13rem;
        left: 20%;

    }

    .section7_picture3_a {
        top: 78%;
        left: 15%;
    }

    .section7_picture4_a {
        top: 78%;
        left: 65%;
    }

    .section8 h1 {
        font-size: 20px;
    }

    .questions h3 {
        font-size: 14px;
    }

    .faq-question {
        width: 70%;
    }

    .footer_bottom {
        display: flex;
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .about_us,
    .acontact_us,
    .our_company,
    .support,
    .resources,
    .resume,
    .cover_letter {
        width: 20%;
    }

    .footer_bottom h2 {
        font-size: 10px;
        /* background: red; */
        text-align: center;
    }

    .footer_bottom h3 {
        font-size: 6px;
        width: 100%;
        margin: 0 auto;
        margin: 0.3rem 2rem;

    }

    .under_bottom_left {
        display: flex;
        /* background: red; */
        width: 50%;
        margin-left: 4rem;
    }

    .under_bottom_right p {
        font-size: 12px;
    }

}

@media(max-width:360px) {
    .header_middle ul li {
        font-size: 8px;
    }

    .header_middle img {
        width: 3px;
    }

    .header_right a {
        width: 80%;
        font-size: 10px;
    }

    .resume_templates_toogle {
        margin-left: -7rem;
    }

    .ats_checker {
        margin-left: -8rem;
    }

    .ats_checker_1 {
        margin: 0;
    }

    .resume_templates_toogle_1 img,
    .ats_checker_1 img {
        width: 100%;
    }

    .resume_templates_toggle_1_content,
    .ats_checker_1_content {
        margin: 0;
        font-size: 10px;
    }

    .buttons_section1 {
        margin: 0 auto;
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-left: 0.5rem;
        margin-top: 1rem;
    }

    .buttons_section1 .section_create {
        padding: 5px;
        font-size: 10px;
        width: 40%;
        text-align: center;

    }

    .buttons_section1 .update {
        padding: 5px;

        font-size: 10px;
        width: 40%;
        text-align: center;
    }

    .section_2 {
        display: flex;
        width: 100%;
    }

    .section_2_left {
        width: 60%;
    }

    .section_2 img {
        width: 100%;
    }

    .section_2_left a {
        top: 7rem;
        left: 4rem;
    }

    .section_2_right {
        width: 30%;
    }

    .slides img.active {
        width: 10%;
        margin: 0 auto;
        margin-left: 2.6%;
    }

    .section_5 {
        margin: 0;
    }

    .links a {
        width: 33%;
    }

    .section6 a {
        top: 12rem;
        font-size: 12px;
        left: 6rem;
    }

    .section7_picture3_a {
        left: 3rem;
    }

    .section7_picture4_a {
        left: 14.5rem;

    }

    .section8 {
        margin: 0;
    }

}