@import url('https://fonts.googleapis.com/css2?family=Squada+One&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Squada One", sans-serif;
    font-style: normal;
}

nav {
    background-color: #FFFFFF;
    color: rgb(0, 0, 0);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 1000;
}

nav .logo {
    position: absolute;
    left: 20px;
    top: 5px;
}

body {
    padding-top: 70px;
}

body::-webkit-scrollbar {
    display: none;
}

nav img {
    cursor: pointer;
    user-select: none;
}

nav button a {
    text-decoration: none;
    color: #000;
}

nav button {
    margin-left: 40px;
    font-size: 20px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    user-select: none;
}

.main_section {
    background-color: #EFEFEF;
    height: auto;
    width: 100%;
    position: relative;
    z-index: 1;
    padding-top: 70px;
}

.Quick_links {
    display: flex;
    width: 400px;
    font-weight: 100;
    margin-left: 75px;
}

#Features {
    padding-top: 100px;
}

.herosection {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
}

.herosection h1 {
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 100;
}

.herosection p {
    font-size: 15px;
    margin-bottom: 40px;
    width: 411px;
}

.herosection #Sign_up {
    background-color: blue;
    color: #FFFFFF;
    border-radius: 100px;
    cursor: pointer;
    padding: 15px 20px;
    width: 169px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-bottom: 20px;
    border: none;
    outline: none;
    user-select: none;
}

.herosection .herosection_cards .card {
    width: 300px;
    height: 376px;
    background-color: #FFFFFF;
    border-radius: 40px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.herosection .herosection_cards {
    display: flex;
    gap: 59px;
    overflow-x: auto;
    user-select: none;
}

.herosection .herosection_cards .flashcard h1 {
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 10px;
    padding: 30px 10px 10px 10px;
    font-size: 30px;
}

.herosection .herosection_cards::-webkit-scrollbar {
    display: none;
}

.herosection .herosection_cards .flashcard {
    background-color: #423FD8;
    position: relative;
}

.herosection .herosection_cards .do_you_know_me_card {
    background-color: #FFC38C;
    position: relative;

}

.herosection .herosection_cards .make_gk_content_card {
    background-color: #98E3FF;
    position: relative;
}

.herosection .herosection_cards .memory_card {
    background-color: #FFDC62;
    position: relative;
}

.herosection .flashcard .page2 {
    width: 218px;
    height: 122px;
    background-color: #ffffff;
    border-radius: 15px;
    transform: rotate(-15deg);
    position: absolute;
    top: 111px;
    left: 27px;
    box-shadow: 5px 5px 10px rgb(167, 167, 167);
    color: #6D6D6D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.herosection .flashcard .page2 p {
    font-size: 26px;
    text-align: center;
    width: 166px;
    padding-top: 40px;
}

.herosection .flashcard .page1 {
    width: 218px;
    height: 122px;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    top: 148px;
    left: 40px;
}

.herosection .herosection_cards .do_you_know_me_card h1,
.herosection .herosection_cards .make_gk_content_card h1,
.herosection .herosection_cards .memory_card h1 {
    display: flex;
    justify-content: space-evenly;
    margin: 0;
    padding: 30px 10px 10px 10px;
    font-size: 30px;
}

.herosection .herosection_cards .do_you_know_me_card .page1 {
    width: 260px;
    height: 272px;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.do_you_know_me_card .head {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 20px;
    font-size: 20px;
    color: #808080;
}

.do_you_know_me_card .head_no {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-top: 20px;
    font-size: 26px;
}

.do_you_know_me_card .question_box {
    display: flex;
    padding: 20px 0px 20px 5px;
    width: 100%;
}

.do_you_know_me_card .question {
    width: 226px;
    height: 10px;
    background-color: #EFEFEF;
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    margin-left: 30px;
    margin-top: 4px;
}

.do_you_know_me_card .options_box {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-left: 50px;
    margin-top: 10px;
}

.do_you_know_me_card .options_box button {
    border: none;
    outline: none;
    background-color: transparent;
}

.do_you_know_me_card .options_box .option {
    display: flex;
    width: 100%;
}

.do_you_know_me_card .options_box .option img {
    display: flex;
}

.do_you_know_me_card .option_txt1 {
    margin-left: 10px;
    margin-top: 4px;
    background-color: #BF0606;
    height: 10px;
    width: 65px;
    border-radius: 16px;
    border: 1px solid #BF0606;
}

.do_you_know_me_card .option_txt2 {
    margin-left: 10px;
    margin-top: 4px;
    border-radius: 16px;
    width: 92px;
    height: 10px;
    background-color: #EFEFEF;
}

.do_you_know_me_card .option_txt3 {
    margin-left: 10px;
    margin-top: 4px;
    background-color: #008000;
    border-radius: 16px;
    width: 111px;
    height: 10px;
}

.do_you_know_me_card .option_txt4 {
    margin-left: 10px;
    margin-top: 4px;
    border-radius: 16px;
    width: 135px;
    height: 10px;
    background-color: #EFEFEF;
}

.do_you_know_me_card .option_no1,
.do_you_know_me_card .option_no2,
.do_you_know_me_card .option_no3,
.do_you_know_me_card .option_no4 {
    margin-left: 10px;
}

.do_you_know_me_card .option_no1 {
    color: #BF0606;
}


.do_you_know_me_card .option_no3 {
    color: #008000;
}

.make_gk_content_card .page1 {
    width: 225px;
    height: 272px;
    background-color: #ffffff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: absolute;
    left: 35px;
    bottom: 0px;
}

.make_gk_content_card .page1 .logo img {
    width: 175px;
    height: 150px;
    margin-top: -35px;
    margin-left: 20px;
}

.make_gk_content_card .chat_box {
    width: 193px;
    height: 100px;
    background-color: #EFEFEF;
    border-radius: 10px;
    display: flex;
    font-size: 20px;
    margin-top: -40px;
    margin-left: 15px;
}

.make_gk_content_card .chat_box h2 {
    margin-left: -140px;
    margin-top: 10px;
    font-size: 23px;
    font-weight: 100;
}

.make_gk_content_card .chat_box .limitation_no {
    margin-left: -20px;
    margin-top: 108px;
    font-size: 18px;
    color: #DDDADA;
}

.make_gk_content_card .chat_box .send_button {
    background-color: #0000FF;
    color: #FFFFFF;
    cursor: pointer;
    padding: 13px 30px;
    width: 91px;
    height: 45px;
    font-size: 18px;
    margin-left: -85px;
    margin-top: 134px;
    border-radius: 100px;
}

.memory_card .page2 h3,
.memory_card .page1 h3 {
    font-size: 20px;
    font-weight: 200;
    margin-top: 9px;
    margin-left: 34px;
    margin-bottom: 5px;
}

.memory_card .page2 {
    width: 183.49px;
    height: 184.88px;
    border-radius: 15px;
    background-color: #FFFFFF;
    transform: rotate(-15deg);
    position: absolute;
    top: 80px;
    left: 26px;
    box-shadow: 5px 5px 10px rgb(167, 167, 167);
}

.memory_card .page1 {
    width: 183.49px;
    height: 184.88px;
    border-radius: 15px;
    background-color: #FFFFFF;
    transform: rotate(15deg);
    position: absolute;
    top: 146px;
    left: 80px;
    box-shadow: 5px 5px 10px rgb(167, 167, 167);
}

.memory_card .page2 p {
    font-size: 11px;
    text-align: center;
    width: 110.77px;
    height: 26.32px;
    color: #575757;
    margin-top: 12px;
    margin-left: 14px;
}

.memory_card .page2 .q {
    display: flex;
}

.memory_card .page2 .q_ans {
    width: 166px;
    height: 33px;
    background-color: #D3FFC5;
    border-top-left-radius: 10px;
    margin-left: 7px;
    margin-top: -7px;
    border-bottom: 1px solid #00A000;
    padding: 9px;
    color: #00A000;
}

.memory_card .page2 .submit {
    background-color: blue;
    width: 65px;
    height: 22px;
    border-radius: 5px;
    margin-top: 9px;
    margin-left: 105px;
}

.memory_card .page2 .submit img {
    margin-top: -3px;
    margin-left: 18px;
}

.memory_card .page1 .space img {
    margin-left: 108px;
    transform: rotate(79deg);
    margin-top: 10px;
}

.memory_card .options .row1 .option1 {
    width: 68.94px;
    height: 26.84px;
    background-color: #FFC1AB;
    border: 1px solid #FF0000;
    border-radius: 5px;
    margin-top: -10px;
    margin-left: 20px;
    color: #FF0000;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory_card .options .row1 .option2 {
    width: 68.94px;
    height: 26.84px;
    background-color: #ffffff;
    border: 1px solid #E7E7E7;
    border-radius: 5px;
    margin-top: -10px;
    margin-left: 10px;
    color: #E7E7E7;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory_card .options .row2 .option3 {
    width: 68.94px;
    height: 26.84px;
    background-color: #FFFFFF;
    border: 1px solid #FFE7E7E7;
    border-radius: 5px;
    margin-left: 20px;
    color: #E7E7E7;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory_card .options .row2 .option4 {
    width: 68.94px;
    height: 26.84px;
    background-color: #D3FFC5;
    border: 1px solid #00E400;
    border-radius: 5px;
    margin-left: 10px;
    color: #314C1C;
    font-size: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.memory_card .options .row1,
.memory_card .options .row2 {
    display: flex;
    margin-top: 10px;
}

.Learn_language_with_Fun,
.Find_who_is_your_real_friend,
.Quizify_AI,
.Solve_GK_questions_and_trick_your_friends {
    display: flex;
    padding-bottom: 61.5px;
}

.Learn_language_with_Fun .description,
.Quizify_AI .description {
    width: auto;
    padding: 20px;
}

.Find_who_is_your_real_friend .description {
    width: auto;
    padding: 20px;
    position: absolute;
    right: 10vw;
}

.Solve_GK_questions_and_trick_your_friends .description {
    width: auto;
    padding: 20px;
    position: absolute;
    right: 10vw;
}

.Find_who_is_your_real_friend .img {
    position: relative;
    margin-left: 10vw;
}

.Learn_language_with_Fun .description,
.Quizify_AI .description {
    position: relative;
    margin-left: 10vw;
}

.Learn_language_with_Fun .img,
.Quizify_AI .img {
    margin-right: 10vw;
}

.Solve_GK_questions_and_trick_your_friends .img {
    position: relative;
    margin-left: 10vw;
}

.Learn_language_with_Fun .img {
    width: 659px;
    height: 400px;
    background-color: #423FD8;
    padding-top: 41px;
    padding-left: 39px;
    position: absolute;
    right: 15px;
}

.Find_who_is_your_real_friend .img {
    width: 659px;
    height: 400px;
    background-color: #FFC38C;
}

.Quizify_AI .img {
    width: 659px;
    height: 400px;
    background-color: #98E3FF;
    position: absolute;
    right: 15px;
}

.Solve_GK_questions_and_trick_your_friends .img {
    width: 659px;
    height: 400px;
    background-color: #FFDC62;
}

.Learn_language_with_Fun .img .page {
    margin-left: 38px;
}

.Learn_language_with_Fun .img .page .webpage .nav {
    display: flex;
}

.Learn_language_with_Fun .img .page .webpage {
    width: 473px;
    height: 319px;
    border-radius: 22px;
    background-color: #FFFFFF;
}

.Learn_language_with_Fun .img .page .webpage .nav .search_bar {
    width: 302px;
    height: 43px;
    background-color: #ECF0F3;
    border-radius: 7px;
    margin-top: 20px;
    margin-left: 13px;
    display: flex;
    color: #828282;
}

.Learn_language_with_Fun .img .page .webpage .nav .search_bar .search_txt {
    margin-top: 9px;
    margin-left: 14px;
    font-size: 22px;
}

.Learn_language_with_Fun .img .page .webpage .nav .search_bar .search_icon img {
    margin-top: 6px;
    margin-left: 5px;
}


.Learn_language_with_Fun .img .page .webpage .main_page {
    width: 436px;
    height: 221px;
    border-radius: 23px;
    background-color: #ECF0F3;
    margin-top: 7px;
    margin-left: 17px;
}

.Learn_language_with_Fun .img .page .phonepage .main_page .flashcard {
    position: absolute;
    top: 267px;
    right: 315px;
    transform: rotate(285deg);
}

.Learn_language_with_Fun .img .page .webpage .main_page .flashcard {
    position: absolute;
    top: 52px;
    left: 109px;
}

.Learn_language_with_Fun .img .page .phonepage .main_page .flashcard .page1 {
    width: 218px;
    height: 122px;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    top: 134px;
    left: 38px;
    transform: rotate(352deg);
}

.Learn_language_with_Fun .img .page .webpage .main_page .flashcard .page1 {
    width: 218px;
    height: 122px;
    background-color: #ffffff;
    border-radius: 15px;
    position: absolute;
    top: 148px;
    left: 40px;
}

.Learn_language_with_Fun .img .page .phonepage .main_page .flashcard .page2,
.Learn_language_with_Fun .img .page .webpage .main_page .flashcard .page2 {
    width: 218px;
    height: 122px;
    background-color: #ffffff;
    border-radius: 15px;
    transform: rotate(-15deg);
    position: absolute;
    top: 111px;
    left: 27px;
    box-shadow: 5px 5px 10px rgb(167, 167, 167);
    color: #6D6D6D;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Learn_language_with_Fun .img .page .webpage .main_page .flashcard .page2 p {
    font-size: 26px;
    text-align: center;
    width: 166px;
}

.Learn_language_with_Fun .img .page .phonepage .main_page .flashcard .page2 p {
    font-size: 26px;
    text-align: center;
    width: 116px;
    transform: rotate(79deg);
}

.Learn_language_with_Fun .img .page .phonepage {
    height: 308px;
    width: 192px;
    background-color: #F6F7F9;
    border-radius: 22px;
    position: absolute;
    bottom: 27px;
    left: 423px;
    border-radius: 22px;
    padding: 9px;
}

.Learn_language_with_Fun .img .page .phonepage .nav {
    width: 174px;
    height: 54px;
    border-top-right-radius: 13px;
    border-top-left-radius: 13px;
    background-color: #FFFFFF;
    padding: 6px;
    display: flex;
}

.Learn_language_with_Fun .img .page .phonepage .nav .menu img {
    margin-top: 10px;
    margin-left: 10px;
    position: absolute;
    right: 18px;
}

.Learn_language_with_Fun .img .page .phonepage .main_page {
    width: 174px;
    height: 238px;
    background-color: #ECF0F3;
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.Learn_language_with_Fun .description h1,
.Find_who_is_your_real_friend .description h1,
.Quizify_AI .description h1,
.Solve_GK_questions_and_trick_your_friends .description h1 {
    font-size: 50px;
    font-weight: 100;
    color: #7D7D7D;
    margin-left: 50px;
}

.Learn_language_with_Fun .description p,
.Find_who_is_your_real_friend .description p,
.Quizify_AI .description p,
.Solve_GK_questions_and_trick_your_friends .description p {
    font-size: 27px;
    color: black;
    margin-top: 50px;
    margin-left: 50px;
    width: 544px;
}

.Find_who_is_your_real_friend .img .page,
.Solve_GK_questions_and_trick_your_friends .img .page {
    width: 561px;
    height: 304px;
    background-color: #ffffff;
    margin: 51px;
    padding: 43px 0 0 43px;
    border-radius: 10px;
}

.Find_who_is_your_real_friend .img .page .marks_box_no {
    display: flex;
    font-size: 26px;
    gap: 61px;
    margin-top: 17px;
}

.Find_who_is_your_real_friend .img .page .marks_box {
    display: flex;
    gap: 72px;
    font-size: 20px;
    color: #808080;
}

.Find_who_is_your_real_friend .img .page .q_box {
    display: flex;
    margin-top: 24px;
    width: auto;
}

.Find_who_is_your_real_friend .img .page .q_box .q_no {
    font-size: 15px;
}

.Find_who_is_your_real_friend .img .page .q_box .q {
    width: 418px;
    height: 11px;
    background-color: #EFEFEF;
    border-radius: 100px;
    margin-top: 2px;
    margin-left: 14px;
}

.Find_who_is_your_real_friend .img .page .option_box .options {
    display: flex;
}

.Find_who_is_your_real_friend .img .page .option_box .options .optiontick img {
    margin-top: 3.5px;
}

.Find_who_is_your_real_friend .img .page .option_box .options .optiontick,
.Find_who_is_your_real_friend .img .page .option_box .options .option_no {
    margin: 3.5px;
}

.Find_who_is_your_real_friend .img .page .option_box {
    margin-top: 33px;
}

.Find_who_is_your_real_friend .img .page .option_box .option1 .option {
    width: 140px;
    height: 11px;
    border-radius: 16px;
    background-color: #BF0606;
    margin-top: 6.7px;
    margin-left: 11px;
}

.Find_who_is_your_real_friend .img .page .option_box .option2 .option {
    width: 198px;
    height: 11px;
    border-radius: 16px;
    background-color: #EFEFEF;
    margin-left: 11px;
    margin-top: 6.7px;
}

.Find_who_is_your_real_friend .img .page .option_box .option3 .option {
    width: 239px;
    height: 11px;
    border-radius: 16px;
    background-color: #008000;
    margin-left: 11px;
    margin-top: 6.7px;
}

.Find_who_is_your_real_friend .img .page .option_box .option4 .option {
    width: 292px;
    height: 11px;
    margin-left: 11px;
    border-radius: 16px;
    background-color: #EFEFEF;
    margin-top: 6.7px;
}

.Learn_language_with_Fun .description .get_started button,
.Find_who_is_your_real_friend .description .get_started button,
.Quizify_AI .description .get_started button,
.Solve_GK_questions_and_trick_your_friends .description .get_started button {
    background-color: blue;
    color: #FFFFFF;
    border-radius: 200px;
    cursor: pointer;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin-top: 76px;
    margin-left: 44px;
    border: none;
    outline: none;
    user-select: none;
}

.Quizify_AI .img .page {
    width: 561px;
    height: 304px;
    background-color: #ffffff;
    margin: 51px;
    border-radius: 10px;
}

.Quizify_AI .img .page .main_section {
    width: 510px;
    height: 170px;
    border-radius: 10px;
    background-color: #EFEFEF;
    margin-top: 7px;
    margin-left: 25px;
    position: relative;
}

.Quizify_AI .img .page .main_section .chat_box {
    padding: 0 10px 0 15px;
    height: 117px;
    background-color: #D9D9D9;
    border-radius: 20px;
    font-size: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 55px;
    bottom: 49px;
}

.Quizify_AI .img .page .main_section .chat_box .limitation {
    font-size: 18px;
    color: #DDDADA;
    position: absolute;
    bottom: -30px;
    right: 0;
}

.Quizify_AI .img .page .main_section .send_button button {
    position: absolute;
    bottom: -50px;
    right: 5px;
    border: none;
    outline: none;
    background-color: #0000FF;
    border-radius: 100px;
    color: #FFFFFF;
    padding: 13px 30px;
    cursor: pointer;
}

.Quizify_AI .img .page .main_section .chat_box .chat_style img {
    position: absolute;
    top: 84px;
    right: 0;
}

.features_cards .description {
    width: 659px;
    height: 400px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .name_of_card {
    font-size: 31px;
    position: absolute;
    top: 70px;
    left: 80px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .stricks {
    display: flex;
    margin-top: 21px;
    margin-left: -18px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick1 {
    width: 80px;
    height: 15px;
    border-radius: 20px;
    background-color: #FFA500;
    margin-right: 20px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick2 {
    width: 80px;
    height: 15px;
    border-radius: 20px;
    background-color: #FFA500;
    margin-right: 20px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick3 {
    display: flex;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick3-half {
    width: 54px;
    height: 15px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-color: #FFA500;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick3-full {
    width: 26px;
    height: 15px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #D9D9D9;
    margin-right: 20px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick4 {
    width: 80px;
    height: 15px;
    border-radius: 20px;
    background-color: #D9D9D9;
    margin-right: 20px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick5 {
    width: 80px;
    height: 15px;
    border-radius: 20px;
    background-color: #D9D9D9;
    margin-right: 20px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick img {
    position: absolute;
    left: 311px;
    top: 95px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .strick .txt {
    position: absolute;
    left: 320px;
    top: 113px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .stricks .strick_no {
    padding: 1px 9px 1px 9px;
    border-radius: 20px;
    background-color: #D9D9D9;
    margin-top: -2px;
    margin-left: -5px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box {
    width: 495px;
    height: 199px;
    background-color: #FFFFFF;
    box-shadow: 1.5px 5px 10px rgb(167, 167, 167);
    margin-top: 10px;
    margin-left: -10px;
    font-size: 16px;
    border-radius: 25px;
    color: #696969;
    padding: 15px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .row1,
.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .row2 {
    display: flex;
    gap: 11px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .sctrick {
    margin-top: 25px;
    margin-bottom: -8px;
    font-size: 13px;
    color: #489448;
    margin-left: 10px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option2 .txt {
    margin-left: 15px;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option2 {
    width: 214px;
    height: 50px;
    background-color: #80FF89;
    border: 3px solid #314C1C;
    border-radius: 10px;
    margin-top: 9px;
    margin-left: 9px;
    display: flex;
    align-items: center;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option1 .txt,
.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option3 .txt,
.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option4 .txt {
    width: 175px;
    height: 15px;
    border-radius: 34px;
    background-color: #D7DEE8;
}

.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option1,
.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option3,
.Solve_GK_questions_and_trick_your_friends .img .page .mcq_box .options .option4 {
    width: 214px;
    height: 50px;
    background-color: #FFFFFF;
    border: 3px solid #D7DEE8;
    border-radius: 10px;
    margin-top: 9px;
    margin-left: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hamburger {
    display: none;
}


* {
    scroll-behavior: smooth;
}

.hamburger #menuToggle {
    display: block;
    position: fixed;
    top: 25px;
    right: 25px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}

.hamburger #menuToggle a {
    text-decoration: none;
    color: #000000;
    transition: color 0.3s ease;
}

.hamburger #menuToggle a:hover {
    color: tomato;
}

.hamburger #menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    -webkit-touch-callout: none;
}

.hamburger #menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #010101;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
        opacity 0.55s ease;
    user-select: none;
}

.hamburger #menuToggle span:first-child {
    transform-origin: 0% 0%;
}

.hamburger #menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

.hamburger #menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

.hamburger #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.hamburger #menuToggle input:checked~span:nth-last-child(2) {
    transform: rotate(-45deg) translate(0, -1px);
}

.hamburger #menu {
    position: absolute;
    right: -24px;
    width: 100vw;
    height: 100vh;
    margin: 2.6vh 0 0 -50px;
    padding: 50px;
    padding-top: 125px;
    box-sizing: border-box;
    overflow-y: auto;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

.hamburger #menu li {
    padding: 10px 0;
    font-size: 22px;
}

.hamburger #menu li label {
    cursor: pointer;
}

.hamburger #menuToggle input:checked~ul {
    transform: none;
}

.hamburger #menuToggle ul {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 579px) {
    .main_section {
        width: calc(100% + (579px - 100vw));
    }
}

@media (max-width: 1260px) {
    .main_section {
        width: calc(100% + (1260px - 100vw));
    }

    .links_box .quick_links h1 {
        width: 12vw;
    }
}

#FAQs {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
    padding-top: 60px;
}

#FAQs h1 {
    font-size: 67px;
    font-weight: 100;
    width: 267px;
}

#FAQs .container {
    display: flex;
    gap: 300px;
}

#FAQs .tabs {
    width: 200px;
}

#FAQs .tabs div {
    font-size: 28px;
    margin-top: 35px;
    cursor: pointer;
}

#FAQs .tabs .active {
    color: blue;
}

#FAQs .faq-box {
    flex: 1;
}

#FAQs .faq-item {
    background: transparent;
    border: 2px solid #D9D9D9;
    width: 350px;
    margin-bottom: 15px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
}

#FAQs .faq-question {
    padding: 20px;
    display: flex;
    justify-content: space-between;
}

#FAQs .faq-question span {
    transition: 0.3s;
    user-select: none;
}

#FAQs .faq-answer {
    max-height: 0;
    overflow: hidden;
    background: #eee;
    padding: 0 20px;
    transition: 0.3s;
}

#FAQs .faq-item.active .faq-answer {
    max-height: 150px;
    background-color: #efefef;
    border: 1px solid #d9d9d9;
    padding: 15px 20px;
}

#FAQs .faq-item.active span {
    transform: rotate(45deg);
}

#FAQs .faq-content {
    display: none;
}

#FAQs .faq-content.active {
    display: block;
}

.herosection .bubble {
    position: absolute;
    width: auto;
    height: 20px;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 100px;
    top: 188px;
    animation: 4s infinite ease-in-out;
    border: 1px solid #D9D9D9;
    user-select: none;
}

@media screen and (max-width: 1083px) {

    #Features {
        margin-bottom: -80px;
    }

    .herosection .bubble {
        top: 207px;
    }

    .features_cards {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .features_cards .description,
    .features_cards .img {
        position: static;
    }

    .features_cards .img {
        margin-top: 20px;
    }

    .left_cards .description {
        margin-right: 0px !important;
    }

    .right_cards .description {
        margin-right: -79px;
    }

    .left_cards .img {
        margin-right: -64px;
    }

    .right_cards .img {
        margin-right: 2px !important;
    }

    #FAQs .tabs {
        width: auto;
        display: flex;
        gap: 37px;
    }

    #FAQs .container {
        display: block;
    }

    .faq-box {
        margin-top: 57px;
    }

    #FAQs .tabs div {
        font-size: 23px;
        margin-left: -5px;
    }

    .upper_footer_part .links_box .link_line {
        margin-bottom: -124px;
    }

    .upper_footer_part .links_box .resources {
        margin-bottom: 30px;
    }

    footer .upper_footer_part {
        margin-left: 56px;
    }

    footer .links_box .link_line h1 {
        width: 140px;
    }

    footer .upper_footer_part .website_content {
        margin-right: 165px;
        margin-left: -218px;
    }

    .upper_footer_part .links_box .link_line {
        margin-right: 49px;
    }

    .upper_footer_part .links_box .link_line .links .link {
        font-size: 20px;
    }

    footer .links_box .link_line h1 {
        font-size: 50px;
    }

    footer {
        padding-bottom: 21px;
    }
}

@media screen and (max-width: 628px) {
    .upper_footer_part .links_box .link_line {
        margin-bottom: -10px;
    }

    .upper_footer_part .website_content .txt {
        width: 299px;
        font-size: 26px;
    }

    .upper_footer_part .links_box,
    .upper_footer_part {
        display: flex;
        flex-direction: column;
    }

    footer .upper_footer_part {
        margin-left: 279px;
    }

    .upper_footer_part .links_box,
    .upper_footer_part {
        margin-left: -199px;
    }
}

@media screen and (max-width: 1620px) {
    #Features {
        transform: scale(0.95);
    }

    .Learn_language_with_Fun .description,
    .Quizify_AI .description {
        margin-left: 1vw;
    }

    .Find_who_is_your_real_friend .description,
    .Solve_GK_questions_and_trick_your_friends .description {
        margin-right: -11vw;
    }

    .Find_who_is_your_real_friend .img,
    .Solve_GK_questions_and_trick_your_friends .img {
        margin-left: 5vw;
    }

    .Learn_language_with_Fun .img,
    .Quizify_AI .img {
        margin-right: 1vw;
    }
}

@media screen and (max-width: 1354px) {
    .features_cards {
        transform: scale(0.95);
    }

    .right_cards .description {
        margin-left: -80px;
    }

    .right_cards .img {
        margin-right: -30px;
    }

    .left_cards .description {
        margin-right: -198px;
    }

    .left_cards .img {
        margin-left: -20px;
    }
}

@media screen and (max-width: 1284px) {
    .features_cards {
        transform: scale(0.9);
        margin-top: -55px;
    }

    .Learn_language_with_Fun {
        margin-top: -35px;
    }

    .features_cards .img {
        transform: scale(0.9);
        margin-top: -30px;
    }

    .right_cards .img {
        margin-right: -67px;
    }

    .left_cards .description {
        margin-right: -185px;
    }

    .left_cards .img {
        margin-left: -65px;
    }

    .right_cards .description {
        margin-left: -115px;
    }
}

@media (max-width: 1398px) {

    .herosection_cards {
        width: 100%;
        overflow-x: auto;
    }

    .herosection .herosection_cards {
        display: flex;
        overflow-x: auto;
        margin-bottom: -127px;
    }

    .herosection .herosection_cards .card {
        flex: 0 0 300px;
    }

    .herosection .herosection_cards::-webkit-scrollbar {
        display: none;
    }
}

@media screen and (max-width: 388px) {
    .herosection .herosection_cards {
        gap: 19px;
        transform: scale(0.9);
        width: 114% !important;
    }

}

@media screen and (max-width: 510px) {

    #Features {
        transform: scale(0.8) !important;
        margin-top: -300px !important;
    }

    #FAQs {
        margin-top: -402px !important;
    }

    footer .upper_footer_part .website_content {
        margin-bottom: -49px !important;
    }
}

@media screen and (max-width: 440px) {

    .herosection h1 {
        font-size: 35px;
        margin-bottom: 7px;
    }

    .herosection .bubble {
        top: 181px;
    }

}

@media screen and (max-width: 415px) {
    .herosection p {
        width: 342px;
    }
}

@media screen and (max-width: 440px) {
    .herosection h1 {
        font-size: 32px;
    }
}

@media screen and (max-width: 356px) {
    .herosection h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 453px) {

    #Features {
        transform: scale(0.7) !important;
        margin-top: -400px !important;
    }

    #FAQs {
        margin-top: -532px !important;
    }
}

@media screen and (max-width: 394px) {

    #Features {
        transform: scale(0.6) !important;
        margin-top: -600px !important;
    }

    #FAQs .container .h1_with_tabs h1 {
        font-size: 50px;
    }

    #FAQs {
        margin-top: -652px !important;
    }
}

@media screen and (max-width: 666px) {

    #Features {
        margin-left: calc(-20px - (666px - 100vw));
        margin-right: calc(-20px - (666px - 100vw));
    }

}

@media screen and (max-width: 713px) {

    nav .Quick_links {
        display: none;
    }

    .hamburger {
        display: block;
    }

    #Features {
        transform: scale(0.9);
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: -120px;
    }

    #FAQs {
        margin-top: -175px;
    }
}

footer {
    background-color: #E7E7E7;
}

footer .upper_footer_part {
    display: flex;
    justify-content: center;
    gap: 2vw;
}

footer .upper_footer_part .website_content {
    margin-top: 50px;
    margin-right: 60px;
}

footer .links_box {
    user-select: none;
    display: flex;
    gap: 16vw;
    margin-top: 20px;
}

footer .links_box .link_line {
    width: 11vw;
}

footer .links_box .link_line h1 {
    font-weight: 100;
    font-size: 30px;
}

footer .links_box .link_line .links .link {
    margin-top: 11px;
}

footer .links_box .link_line .links .link a {
    text-decoration: none;
    color: #000;
}

#form button {
    background-color: blue;
    color: #FFFFFF;
    border-radius: 200px;
    cursor: pointer;
    width: 70px;
    height: 40px;
    font-size: 20px;
    border: none;
    outline: none;
    user-select: none;
}

#form input {
    width: 300px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid blue;
    padding: 0 15px;
    font-size: 16px;
    margin-top: 20px;
}

/* ogjorjivbgtkibrjbhghbbhbhgv */

@media screen and (max-width: 1083px) {

    html,
    body {
        overflow-x: hidden;
    }

    .main_section,
    .features_cards,
    .herosection {
        width: 100%;
        max-width: 1200px;
        margin: auto;
    }

    .herosection {
        padding: 20px 10px;
    }

    .herosection_cards {
        display: flex;
        gap: 16px;
        overflow-x: auto;
        padding: 20px 10px;
        scroll-snap-type: x mandatory;
    }

    .card {
        min-width: 240px;
        scroll-snap-align: start;
    }

    .features_cards {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
        padding: 40px 10px;
    }

    .features_cards .description,
    .features_cards .img {
        position: static !important;
    }

    .left_cards .description {
        margin-right: 38px !important;
    }
}

@media (max-width: 1024px) {

    .features_cards {
        flex-direction: column;
        text-align: center;
        margin-top: -128px;
    }

    .card {
        min-width: 220px;
    }
}

@media (max-width: 768px) {

    .features_cards {
        gap: 20px;
    }
}

@media screen and (max-width: 629px) {
    footer .upper_footer_part .website_content {
        position: absolute !important;
        bottom: 631px !important;
        left: 304px !important;
    }
}

@media screen and (max-width: 710px) {
    .upper_footer_part .links_box .link_line .links .link {
        font-size: 20px;
        width: 129px;
    }
}

@media screen and (max-width: 1083px) {
    footer .upper_footer_part {
        flex-wrap: wrap;
        /* gap: 20px; */
        text-align: center;
    }

    footer .links_box {
        flex-wrap: wrap;
        justify-content: center;
        margin-left: -18px;
    }

    footer .upper_footer_part .website_content {
        position: absolute;
        bottom: 330px;
        left: 360px;
    }

    footer {
        padding-top: 154px;
    }
}

@media screen and (max-width: 359px) {
    .herosection .hero_title {
        width: 229px;
        text-align: center;
    }

    .herosection .bubble {
        top: 222px;
    }

    .herosection p {
        width: 268px;
        text-align: center;
    }
}

@media screen and (max-width: 415px) {
    #email {
        width: 250px !important;
        margin-left: -13px;
    }
}

@media screen and (max-width: 453px) {
    #form {
        margin-left: 39px;
    }
}

@media screen and (max-width: 359px) {
    #email {
        width: 200px !important;
        margin-left: -36px;
    }

    #msg {
        margin-left: -114px !important;
    }
}

@media screen and (max-width: 345px) {
    .herosection .herosection_cards {
        gap: 9px;
        width: 114% !important;
    }
}

@media screen and (max-width: 393px) {
    #FAQs .container .h1_with_tabs h1 {
        margin-left: 13px;
    }

    #FAQs .tabs {
        gap: 17px;
        margin-left: 15px;
    }

    #FAQs .faq-item {
        width: 292px;
        margin-left: 11px;
    }
}

.shake {
    animation: shake 0.3s;
    border: 2px solid red;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(-5px);
    }

    50% {
        transform: translateX(5px);
    }

    75% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(0);
    }
}

#msg {
    margin-top: 10px;
    font-size: 14px;
    margin-left: 5px;
    user-select: none;
}