/*
  Theme Name: Name - Educare
  Author:
  Description: Online course landing page
  Version: 1.0
*/

/* CSS Index
------------------------------------------------------------------------------
1. Theme default css
//-----------------------------------home 1-----------------------------------
2. header
3. footer
4. banner
5. trusted by
6. how it works
7. establishing a community
8.Browse Popular Category
9. Features Course
10. Instructor
11. student feedback
12. latest blog
13. connect member

------------------------------------------------------------------------------
//-----------------------------------home 1------------------------------

*/

:root {
    --primaryColor: #6663FF;
    --secondary: #FFD452;
    --neutralColor: #131C1E;
    --neutralColor2: #FFF;
    --textColor: #BCBCBC;
    --textColor2: #747474;
    --othercolor2: #1A2224;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: var(--primaryColor);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #9896ff;
}

/* Header Start */
.home2_wrapper .shadow_yellow,
.home2_wrapper .shadow_yellow1 {
    position: relative;
}

.home2_wrapper .shadow_yellow:after {
    position: absolute;
    content: "";
    max-width: 382px;
    width: 100%;
    height: 382px;
    background: var(--secondary);
    bottom: 0;
    left: 0;
    border-radius: 382px;
    opacity: 0.07;
    filter: blur(95.5px);
    z-index: -1 !important;
}

.home2_wrapper .shadow_yellow1:after {
    position: absolute;
    content: "";
    max-width: 382px;
    width: 100%;
    height: 382px;
    background: var(--secondary);
    top: 0;
    right: 0;
    border-radius: 382px;
    opacity: 0.07;
    filter: blur(95.5px);
    z-index: -1 !important;
}

/* color */
.text-clr-primaryColor {
    color: var(--primaryColor);
}

.text-clr-secondary {
    color: var(--secondary);
}

.text-clr-neutralColor {
    color: var(--neutralColor);
}

.text-clr-neutralColor2 {
    color: var(--neutralColor2);
}

.text-clr-textColor {
    color: var(--textColor);
}

.text-clr-textColor2 {
    color: var(--textColor2);
}

.text-clr-othercolor2 {
    color: var(--othercolor2);
}

/* color end */

.home2_wrapper .navbar {
    padding-top: 17px;
    padding-bottom: 17px;
}

.home2_wrapper .navbar-nav {
    gap: 32px;
}

.home2_wrapper .nav-link {
    color: var(--neutralColor);
    font-size: 16px;
    font-weight: 400;
    padding: 0;
    font-style: normal;
    font-weight: 400;
}

.home2_wrapper .dropdown-toggle::after {
    display: none;
}


.home2_wrapper .nav-item :hover {
    color: var(--primaryColor);
    cursor: pointer;

}

.home2_wrapper .nav-link :hover {
    color: var(--primaryColor);
    cursor: pointer;

}

.home2_wrapper .navbar-nav .nav-link.active {
    color: var(--primaryColor);
}

.home2_wrapper .dropdown-item.active,
.home2_wrapper .dropdown-item:active {
    color: var(--primaryColor);
}

.home2_wrapper .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.home2_wrapper .navbar-toggler {
    border: none;
    padding: 0;
}


:focus-visible {
    outline: none;
}

.home2_wrapper .navbar-toggler:focus {
    box-shadow: none;
}

.home2_wrapper .authBtn a {
    padding: 10px;
    border-radius: 11px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid transparent;
}

.home2_wrapper .authBtn a:first-child {
    background-color: transparent;
    color: var(--initialColor);
    transition: 0.6s ease-in-out;
}

.home2_wrapper .signup_button {
    border-radius: 11px;
    background: var(--color-option-neutral-color-1, #131C1E);
    box-shadow: 0px 4px 24px 0px rgba(19, 28, 30, 0.25);
    color: var(--neutralColor2);
}


/* Responsive Header Start */
@media only screen and (max-width:1170px) {
    .home2_wrapper .navbar-nav {
        gap: 25px;
    }
}

@media only screen and (max-width:1024px) {
    .home2_wrapper .navbar-nav {
        gap: 30px;
    }
}

@media only screen and (max-width:991px) {
    .home2_wrapper .authBtn {
        flex-direction: column;
        gap: 25px;
        justify-content: center;
        align-items: center;

    }

    .home2_wrapper .authBtn a {
        width: max-content;
    }

    .home2_wrapper .navbar-nav {
        gap: 25px;
        padding-bottom: 25px;
    }

    .home2_wrapper .signup_button {
        width: 50%;
        margin: auto;
    }
}

@media only screen and (max-width:330px) {
    .home2_wrapper .navbar-brand {
        margin-right: 0 !important;
    }

    .home2_wrapper .logoImg {
        max-width: 200px;
    }
}

/* Responsive Header End */
/* Header End */

/* Footer Start */
footer {
    padding-top: 106px;
    padding-bottom: 50px;
    background-color: var(--neutralColor);
}

/* footer p, */
footer ul li a {
    color: var(--textColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.6s ease-in-out;
    display: block;
    margin-bottom: 12px;
    transition: 0.5s ease-in-out;
}

footer p:not(:last-child) {
    color: var(--neutralColor2) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.6s ease-in-out;
    display: block;
    transition: 0.5s ease-in-out;
}

footer p:last-child {
    color: var(--textColor) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    transition: 0.6s ease-in-out;
    display: block;
    transition: 0.5s ease-in-out;
}

footer ul li a:hover {
    color: var(--primaryColor);
    cursor: pointer;

}

footer span,
footer ul li:first-child {
    color: var(--neutralColor2);
    cursor: pointer;

    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1.44px;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.footer_icon {
    border-radius: 11px;
    border: 0.5px solid var(--linear-linear-2, rgba(44, 44, 44, 0.00));
    background: var(--other-color-option-other-color-5, #1A2224);
    padding: 8px;
}

.socialLink {
    gap: 20px;
    margin-bottom: 22px;
}

.socialLink img {
    transition: 0.6s ease-in-out;
}

.socialLink img:hover {
    transform: scale(1.09);
    cursor: pointer;
}

.subscribe {
    padding: 14px 24px;
    border-radius: 100px;
    border: 1px solid var(--otherColor);
}

footer input {
    color: var(--initialColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    background-image: url(../assets/home1/user.png);
    background-repeat: no-repeat;
    background-position: left 1% center;
    padding-left: 30px;
}


footer input::placeholder {
    color: var(--initialColor);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%
}

footer button {
    padding: 14px 26px;
    color: var(--buttonColor);
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    border: 1px solid transparent;
    border-radius: 100px;
    background: var(--secondaryColor);
    transition: 0.6s ease-in-out;
}

footer button:hover {
    background: transparent !important;
    border: 1px solid var(--secondaryColor);
    color: var(--initialColor);
    cursor: pointer;

}

footer hr {
    color: rgba(255, 255, 255, 0.32);
    margin-top: 0;
    margin-bottom: 50px;
}


/* Footer Responsive Start */
@media only screen and (max-width:1335px) {
    .footerForm {
        flex-direction: column;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width:1024px) {
    .footerForm {
        flex-direction: column;
    }

    .footerEnd {
        padding-left: 30px;
    }

    .footerForm button {
        width: max-content;
    }
}

@media only screen and (max-width:991px) {
    .subscribe {
        width: max-content;
    }

    .footerForm {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:768px) {
    .offer_item_img {
        margin: auto;
    }


    .footerEnd {
        padding-left: 0 !important;
        margin-bottom: 15px;
    }

    .footerForm button {
        width: max-content;
    }
}

@media only screen and (max-width:600px) {
    footer {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    footer p,
    footer ul li a,
    footer button,
    footer input::placeholder {
        font-size: 16px !important;
    }

    .subscribe {
        padding: 3px 3px 3px 12px;
    }

    footer input {
        width: 191px;
    }
}

@media only screen and (max-width: 350px) {
    footer input {
        width: 151px;
    }
}

/* Footer Responsive End */
/* Footer End */

.home2_wrapper .featured_card_img {
    overflow: hidden;
    border-radius: 10px;
}

.home2_wrapper .featured_card_img img {
    border-radius: 10px;
    overflow: hidden;
    transition: 1.9s;
}

.home2_wrapper .featured_card_img img:hover {
    transform: scale(1.5) !important;
}

/* main css start from here */
body {
    background-color: #F7F6FF;

}

/* HEADER START */
header {
    padding-bottom: 85px;
}

/* HEADER END */

.section_heading {
    font-family: 'Syne', sans-serif;
}

.section_heading h2 {
    color: var(--neutralColor);
    font-family: Syne;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}

/* BANNER START */
.banner_title {
    font-family: 'Syne', sans-serif;
    color: var(--neutralColor);
    font-size: 60px;
    font-weight: 700;
}

.banner_title span {
    color: var(--primaryColor);
}

.right_wrapper .category_items {
    padding: 16px 32px;
    border-radius: 100px;
    border: 1px solid #EEE;
    background: #FFF;
}

/* BANNER END */

/* QUALITES START */
.qualites .qualites_wrapper {
    margin: 128px 0;
    background-color: #131C1E;
    border-radius: 50px;
    padding: 66px 120px;
}

.qualites .qualites_wrapper .qualites_content {
    font-family: 'Syne', sans-serif;
}

.qualites_content h3 {
    color: #FFF;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    /* 66px */
}

/* QUALITES END */

/* TOP CATEGORIES START */
.top_categories {
    padding-bottom: 130px;
    background-image: url(../assets/home2/top-cateImg.png);
    background-repeat: no-repeat;
    background-position: left bottom -450px;
}

.top_categories .section_heading h2 {
    color: var(--neutralColor);
    font-family: Syne;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 48px;
}

.top_categories .card-item {
    padding: 36px;
    border-radius: 12px;
    border: 1px solid #EEE;
    transition: all linear 0.2s;
    cursor: pointer;
}

.top_categories .card-item:hover {
    background: #FFF;
    box-shadow: 0px 20px 20px 0px rgba(102, 99, 255, 0.08);
    cursor: pointer;
}

.top_categories .card-item .card_content img {
    padding-bottom: 32px;
}

.top_categories .card-item .card_content h2 {
    color: #131C1E;
    font-family: Syne;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-bottom: 12px;
    transition: all linear 0.2s;
}

.top_categories .card-item:hover h2 {
    color: #6663FF;
}

.top_categories .card-item .card_content p {
    color: #747474;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 40px;
    transition: all linear 0.2s;
}

.top_categories .card-item:hover p {
    color: #2B2B2B;
}

.top_categories .card-item button {
    width: 60px;
    height: 60px;
    border: 1px solid #EEE;
    border-radius: 50%;
    background-color: white;
    transition: all linear 0.2s;
}

.top_categories .card-item:hover button .arrowRight {
    display: none !important;
}

.top_categories .card-item:hover button .arrowRightTwo {
    text-align: center;
    display: block !important;
}

.top_categories .card-item:hover button {
    background-color: #6663FF;
}


/* TOP CATEGORIES END  */


/* WHAT WE ARE START */
.whatweare {
    background-color: #131C1E;
    padding: 140px 0 160px;
}

/* provide */
.text_dark {
    color: #131C1E;
}

.we_provide .offer_item {

    border-radius: 21px;
    background: var(--Color-Option-Neutral-color-2, #FFF) !important;
    box-shadow: 0px 20px 20px 0px rgba(102, 99, 255, 0.08);
    padding: 20px;
}

.offer_item_content h2 {
    font-size: 20px !important;
    margin-bottom: 8px !important;
}

/* WHAT WE ARE /-END */


/* main css end here */

.about_btn {
    background-color: var(--primaryColor) !important;
    color: white;
    border: 1px solid var(--primaryColor);
}

.about_btn:hover {
    background: #131C1E;
    border: 1px solid var(--primaryColor);
}

.home2Feature_course .price_btn:hover {
    color: #FFF;
    cursor: pointer;

}

.home2Feature_course .featured_wrapper {
    padding: 100px 0;
    /* background-color: var(--neutralColor); */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.home2Feature_course .featured_buttons {
    display: flex;
    gap: 42px;
    justify-content: center;
    margin-top: 48px;
    flex-wrap: wrap;
    align-items: center;
}

.home2Feature_course .featured_wrapper h1 {
    text-align: center;
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.home2Feature_course .featured_card {
    padding: 22px 22px 24px 22px;
    border-radius: 21px;
    border: 1px solid #EEE;
    background: var(--neutralColor2);
    text-align: left;
    margin-top: 48px;
}

.home2Feature_course .featured_card h3 {
    color: var(--neutralColor);
    font-family: 'Syne', sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}

.home2Feature_course .featured_card:hover {
    border: 1px solid var(--primaryColor);
    cursor: pointer;
}

.home2Feature_course .rating {
    display: flex;
    width: 81px;
    height: 42px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 56px;
    background: #FEFCEF;
    border: none;
}

.home2Feature_course .rating_number {
    color: #747474;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.home2Feature_course .rating_number strong {
    color: #131C1E;
}

.home2Feature_course .grey_btn:hover {
    background-color: #6663FF !important;
    color: #FFF;
    transition: ease-in-out 0.3s;
    cursor: pointer;
}

.custom-button1.active {
    background-color: #6663FF !important;
    color: #131C1E;
}

.home2Feature_course .grey_btn {
    border-radius: 11px;
    background: var(--Color-Option-Color-6, #EAEAFF) !important;
    color: var(--Color-Option-Neutral-color-1, #131C1E);
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: ease-in-out 0.3s;
}

.home2Feature_course .explore_courses_btn {
    border-radius: 11px;
    background: var(--primaryColor);
    display: flex;
    width: 219px;
    height: 57px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
}

.home2_course_timing {
    border-radius: 0px 5px 5px 0px;
    background: var(--primaryColor);
    width: 118px;
    height: 36px;
    color: #FFF;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: absolute;
    top: 26px;
}

.bg_primary {
    background-color: var(--primaryColor);
}

.border_white {
    border: 1px solid #FFD452 !important;
}

/* .border_white:hover {

    border: 1px solid #fff !important;
} */

.free_workshop_btn {
    border: 1px solid transparent;
    border-radius: 11px;
    background: var(--secondary);
    padding: 10px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    background-size: 200% 100%;
}

.free_workshop_btn:hover {
    color: white;
    border: 1px solid transparent;
    background-position: -100% 0;
    background-image: linear-gradient(to right, #e9cf81 50%, #FFD452 50%);
}

.workshop_wrapper {
    padding: 150px 0;
}

.workshop h2 {
    color: var(--Color-Option-Neutral-color-2, #FFF);
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    margin-top: 32px;
    margin-bottom: 24px;
}

.workshop h2>span {
    color: var(--secondary);
}

.workshop p {
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 32px;
}

.workshop .explore_course_btn {
    border-radius: 11px;
    background: #131C1E;
    display: flex;
    width: 219px;
    height: 57px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    font-family: 'Outfit', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-transform: capitalize;
    border: 1px solid transparent;
    background: linear-gradient(to right, #131C1E 50%, #131C1E 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.workshop .explore_course_btn:hover {
    background-position: left bottom;

}

/* .workshop .explore_course_btn:hover {
    background-color: transparent;
    border: 1px solid black;
    color: #131C1E;
} */

/* student feedback start */
.testimonial_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 32px;
}

.community_wrapper {
    padding: 56px 24px;
}

.profile_details {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    align-content: center;
}

.feedback_profile p {
    text-align: center;
}


.common_heading {
    color: var(--Color-Option-Neutral-color-1, #131C1E);
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;

}

.common_para {
    color: var(--Color-Option-Text-Color-1, #747474);
    text-align: center;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}

.category_title_green {
    color: #6663FF !important;
}

/* testimonial */
.border_bottom {
    border-bottom: 1px solid #464646;
    width: fit-content;
    margin: auto;
}

.test_card {
    padding: 27px 23px;
    border-radius: 8px;
    border: 1px solid #EEE;
    background: var(--neutralColor2);
    text-align: left;
    margin: 0 15px !important;
}

.mt_51 {
    margin-top: 51px;
}

.profile_details_test h4 {
    color: var(--Color-Option-Neutral-color-1, #131C1E);
    /* text-align: center; */
    font-family: 'Syne', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.profile_details_test p {
    color: var(--Color-Option-Text-Color-1, #747474);
    /* text-align: center; */
    font-family: 'Outfit', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}

.gap_10 {
    gap: 10px;
}





/* membership start */
.membership_wrapper {
    padding: 69px 0;
    border-radius: 56px;
    background: var(--primaryColor);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.membership_wrapper p {
    color: #2B2B2B;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 62px;
}

.membership_wrapper input::placeholder {
    color: #FFF;
}

.membership_wrapper input {
    display: flex;
    max-width: 375px;
    width: 100%;
    height: 57px;
    padding: 10px 10px 10px 24px;
    align-items: center;
    gap: 100px;
    border-radius: 11px;
    border: 1px solid #FFF;
    background: transparent;
    margin: auto;
    color: #fff !important;
}



.email_arrow {
    position: absolute;
    top: 6px;
    right: 37%;
}


.home2_membership h1 {
    color: #FFF;
    text-align: center;
    font-family: 'Syne', sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
}

.home2_membership h1>span {
    color: var(--secondary);
}

.home2_membership p {

    color: #FFF;

    /* B1/Body 1 (Regular) */
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* 27px */
}




.pb_80 {
    padding-bottom: 80px;
}



.slick-dots .slick-active button:before {
    border: 3px solid var(--primaryColor);
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    color: transparent;
    content: "" !important;
}

.slick-dots li button:before {
    font-size: 12px !important;
}

.slick-dots {
    bottom: 0 !important;
}

.d_block_hover {
    display: none;
}

.free_workshop_btn:hover .d_block_hover {
    display: block;
}

.free_workshop_btn:hover .d_block_nohover {
    display: none;
}

@media(width:768px) {
    .whatweare {
        padding: 50px 0 50px !important;
    }

    .email_arrow {
        right: 24% !important;
    }
}

@media(max-width:768px) {
    header {
        padding-bottom: 0px;
    }

    .community_wrapper {
        padding: 0 !important;
    }

    .membership_wrapper {
        border-radius: 32px !important;
    }

    .home2_membership h1 {
        font-size: 22px;
        color: white;

    }

    .mb_130 {
        margin-bottom: 66px !important;
    }

    .mt_130 {
        margin-top: 66px !important;
    }

    .centerd {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .workshop {
        text-align: center;
        justify-content: center;
    }

    .workshop_wrapper {
        padding: 46px;
    }

    .home2Feature_course .featured_wrapper h1,
    .common_heading {
        font-size: 24px;
    }

    .home2Feature_course .featured_buttons {
        margin-top: 32px;
        gap: 12px;

    }

    .qualites .qualites_wrapper {
        padding: 35px 55px;
    }

    .pb_80 {
        padding-bottom: 0;
    }

    .qualites_items {
        margin-bottom: 40px;
        margin-top: 45px;
    }

    .qualites_content h3 {
        font-size: 24px;
        text-align: center;
    }

    .lets_talk_btns {
        margin-top: 26px;
        margin-bottom: 39px;
    }

    .right_wrapper .category_items {
        width: fit-content;
    }

    .category_items_wrapper {
        justify-content: center;
        align-items: center;
        font-size: 14px;
        margin: 39px 0;

    }

    .section_heading {
        text-align: center;
    }

    .top_categories .section_heading h2 {
        font-size: 24px;
        margin-top: 24px;
    }

    .whatweare_right .category_title {
        font-size: 24px !important;
        margin-top: 32px;
        margin-bottom: 12px;
    }

    .workshop h2 {
        font-size: 24px;
    }
}

/* .dropdown-menu {
    border: none;
    display: block;
    transform: scale(1) !important;
    height: 0px;
    overflow: hidden;
    padding: 0px;
    top: 180px;
    transition: all .5s;
}

.dropdown:hover .dropdown-menu {
    display: block;
    top: 100%;
    height: inherit;
    background-color: #f8f6f6;
} */

/* .greenButton {
    transition: 0.3s;
    background-size: 200% 100%;
}

.greenButton:hover {
    color: white;
    background-position: -100% 0;
    background-image: linear-gradient(to right, #6663FF 50%, #8d8bfa 50%);
} */

.signup_button {
    transition: 0.3s;
    background-size: 200% 100%;
}

.signup_button:hover {
    color: white;
    background-position: -100% 0;
    background-image: linear-gradient(to right, #131C1E 50%, #454949 50%);
}

/* .home2_wrapper .about_btn:hover {
    background-color: white;
    color: #6663FF;
} */




/* banner animation */

.banner_img img {
    -webkit-animation: mover 1s infinite alternate;
    animation: imgmover 1s infinite alternate;
}

.banner_img img {
    -webkit-animation: mover 1s infinite alternate;
    animation: imgmover 1s infinite alternate;
}

@-webkit-keyframes imgmover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100px);
    }
}

@keyframes imgmover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

.highlight img {
    -webkit-animation: mover 1s infinite alternate;
    animation: highlightmover 1s infinite alternate;
}

@-webkit-keyframes highlightmover {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100px);
        /* Adjust the value based on how far you want it to move */
    }
}

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

    100% {
        transform: translateX(10px);
    }
}


.rotate_animated_element {
    animation: rotateAnimation 4s linear infinite;
}

@keyframes rotateAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* banner animation */