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

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'arial';
}

/* donate */
.donate_modal{
    display:none;
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'arial';
}
.no-scroll{
    overflow: hidden;
}
header{
    width: 90%;
    position: relative;
    margin: 50px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.navbar_tree{
    position: absolute;
    top: -10%;
    right: 0px;
    width: 150px;
}

.navbar_logo{
    width: 198px;
}
.navbar_donate{
    background-color: #6C4C9E;
    color: white;
    padding: 8px 32px;
    outline: none;
    border: none;
    border-radius: 37px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
}
.navbar_list{
    position: relative;
    padding: 16px 32px;
    border: 1px solid #F9F9F9;
    box-shadow: 0 0 10px #00000040;
    border-radius: 53px;
    background: white;
}
.navbar_list .navbar_list_ul{
    display: flex;
    align-items: center;
    gap: 50px;
    justify-content: center;
    list-style: none;
}
.navbar_list .navbar_list_ul li a{
    text-decoration: none;
    color: #6C6C6C;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    transition:0.5s;
}
.navbar_list .navbar_list_ul li a:hover{
    color: black;
}
.navbar_list .navbar_list_ul li{
    transition:0.5s;
}
.navbar_list .navbar_list_ul li:hover{
    color: black;
}
.profile span{
    display: flex;
    align-items: center;
}
.navbar_list .profile{
    position: relative;
    cursor: pointer;
    color: #6C6C6C;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
    
    /*stop blue hover*/
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar_list .profile:focus {
    outline: none !important;
}


.profileDRP{
    display: none;
    position: absolute;
    top:200%;
    right: 0%;
    width: 150px;
    background: white;
    border-radius: 12px 0 12px 12px;
    border: 1.5px solid #E0E0E0;
    box-shadow: 0 0 5px #00000040;
    list-style:none;
    z-index: 100;
}
.profileDRP li a{
    padding: 10px 15px;
    cursor: pointer;
}
.notifBox{
    position: relative;
}
.unreadCount{
    position: absolute;
    top:-10px;
    left:-15px;
    background: #E83535;
    color: white;
    font-size: 14px;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    display: none;
    align-items: center;
    justify-content: center;
}
#goTop{
    position: fixed;
    right: 5%;
    bottom: 7%;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow:0 0 5px hsl(0,0%,80%);
    background: white;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.5s;
    z-index: 100;
}
#goTop:hover{
    box-shadow:0 0 5px hsl(0,0%,60%);
}
.menuBurgr{
    display:none;
    font-size: 2rem;
    color: hsl(0, 0%, 30%);
    cursor: pointer;
    transition: 0.5s;
}
.menuBurgr:hover{
    color: hsl(0, 0%, 10%);
}
.closeBurger{
    position: absolute;
    top:10%;
    right:10%;
    display: none;
    font-size: 2rem;
    color: hsl(0, 0%, 50%);
    cursor: pointer;
    transition: 0.5s;
}
.closeBurger:hover{
    color: hsl(0, 0%, 10%);
}
.header_blur{
    display: none;
    position: fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    background: hsl(0, 0% ,10%);
    opacity:0.5;
    z-index: 9;
}
.header_blur.active{
    display: block;
}
@media only screen and (max-width: 1140px) {
    
    .menuBurgr{
        display:block;
    }
    .closeBurger{
        display:block;
    }
    .navbar_list.active{
        left:0%;
        transform: translateX("0%");
    }
    .navbar_list{
        position: fixed;
        display: flex;
        justify-content: center;
        overflow-y: auto;
        width: 300px;
        transform: translateX("-30%");
        left:-50%;
        top: 0;
        height: 100%;
        border-radius: 0 12px 12px 0;
        padding: 100px 0;
        transition: 0.3s;
        z-index: 10;
    }
    .navbar_list .navbar_list_ul{
        display: flex;
        flex-direction: column;
        gap: 35px;
        justify-content: start;
        align-items: start;
    }
    .navbar_list li a{
        font-size: 1.2rem;
        
    }
    .profile{
        font-size: 1.2rem;
    }
    .profileDRP{
        display: none;
        position: absolute;
        top:200%;
        left: 55%;
        transform: translateX(-50%);
        width: 150px;
        background: white;
        border-radius: 12px;
        border: 1.5px solid #E0E0E0;
        box-shadow: 0 0 5px #00000040;
        list-style:none;
        z-index: 100;
    }
    .profileDRP li a{
        padding: 10px 15px;
        cursor: pointer;
    }
}

@media only screen and (max-width: 600px) {
    .navbar_logo{
        width: 150px;
    }
    .navbar_donate{
        padding: 8px 20px;
        border-radius: 37px;
        height: 40px;
        font-size: 16px;
    }
    .navbar_list{
        width: 50%;
    }
}

/* main */
main {
    max-width: 90%;
    margin: 0 auto;
}

#pcWelcome{
    display:block;
}
#mobileWelcome{
    display:none;
}
main h1 {
    color: #E27405;
    font-size: 48px;
    width: 600px;
}

main .container {
    display: flex;
    align-items: center;
    margin:100px 0;
}

main .container_left {
    flex: 0.5;
}

main .container_left form {
    width: 80%;
    border: 3px solid black;
    border-radius: 30px;
    background-color: #FFEEF0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    padding: 2rem;
}

main .container_left form h4 {
    font-size: 32px;
    font-weight: 500;
}

select {
    /* Reset */
    appearance: none;
    border: 0;
    outline: 0;

    /* Personalize */
    height: 56px;
    border-radius: 7px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: none;
    background-color: white;
    color: black;
    cursor: pointer;
    /* Remove IE arrow */
    &::-ms-expand {
      display: none;
    }
    /* Remove focus outline */
    &:focus {
      outline: none;
    }
}

.drpArrow{
    right: 5%;
    top: 55%;
    position: absolute;
    color: #6C6C6C;
    cursor: pointer;
    font-size: 1.5rem;
}
main form .inputField {
    position: relative;
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

main form .inputField h6 {
    font-size: 16px;
    color: #2F2C2C;
    align-items: start;
    gap: 5px;
    display: flex;
}

main form .inputField input {
    height: 56px;
    border-radius: 7px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 2px solid transparent;
    transition: 0.5s;
}
main form .inputField input:focus {
    border: 2px solid #6C4C9E;
}
main form .inputField input:hover {
    border: 2px solid #6C4C9E;
}

main form .password_input {
    position: relative;
    width: 100%;
}
.flexInput{
    display: flex;
    gap: 10px;
    align-items: center;
}
.input_primary{
    height: 56px;
    border-radius: 9px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    outline: none;
    border: 1.5px solid transparent;
    transition: 0.3s;
}

.input_primary:focus {
    border: 1.5px solid #6C4C9E;
}
.input_primary:hover {
    border: 1.5px solid #6C4C9E;
}
.showPwd {
    display: none;
}

.hidePwd {
    display: block;
}

.eye {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    color: grey;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.5s;
}

.eye:hover {
    color: black;
}

main form .forget {
    display: block;
    width: 100%;
}

main form .forget a {
    color: #6C4C9E;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
}

main form button {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    height: 56px;
    border-radius: 7px;
    outline: none;
    border: none;
    cursor: pointer;
    background-color: #6C4C9E;
    color: white;
    font-size: 16px;
}

main form .signup {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px;
}

main form .signup h5 {
    font-size: 14px;
    color: #6C6C6C;
    font-weight: 500;
}

main form .signup a {
    text-decoration: none;
    color: #6C4C9E;
    font-weight: 600;
    font-size: 14px;
}

main .container_right {
    flex: 0.5;
}

/* About Poofo */

section {
    margin-bottom: 50px;
}

section h2 {
    text-align: center;
    width: 100%;
    color: #4D54FB;
    font-size: 48px;
    margin-top: 5rem;
    margin-bottom: 2rem;
}

.cards {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 2rem;
}



.card {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    background-color: #F7F8F9;
    border-radius: 16px;
    box-shadow: 0 0 10px grey;
    padding: 16px 24px;
    height: 100%;
}

.card svg {
    flex: 0.1;
    transform: translateY(-20px);
    width: 60px;
    height: 60px;
}

.card p {
    flex: 0.9;
    font-size: 20px;
}

/* footer */

footer {
    background-color: #FFEEF0;
    width: 100%;
}

footer p {
    text-align: center;
    color: #858282;
    font-size: 16px;
    padding-bottom: 16px;
}

.footer_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0rem;
}

.footer_flex .ul1 {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 2rem 0;
}

.footer_flex .ul1 li {
    list-style: none;
    transition: 0.5s;
}

.footer_flex .ul1 li:hover {
    transform: translateY(-5px);
}

.footer_flex .ul1 li a {
    color: #6C6C6C;
    text-decoration: none;
    font-size: 1.25rem;
}


.footer_flex .ul2 {
    padding: 2rem 0;
    display: flex;
    gap: 48px;
    justify-content: center;
}

.footer_flex .ul2 li {
    list-style: none;
}

.footer_flex .ul2 li a {
    color: #6C6C6C;
    text-decoration: none;
    transition: 0.5s;
}

.footer_flex .ul2 li a:hover {
    color: #000;
}

.footer_flex img {
    width: 222px;
    height: 64px
}

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

    /* main */
    main .container_right img {
        width: 500px;
    }

    main form .signup h5 {
        font-size: 14px;
    }
}

@media only screen and (max-width: 1220px) {
    
    #pcWelcome{
        display:none;
    }
    #mobileWelcome{
        display:block;
        margin-top: 10rem;
    }

    /* main */
    main h1 {
        
        width: 100%;
        text-align: center;
    }

    main .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
        margin-top:0;
    }

    .container_left {
        width: 50%;
    }

    main .container_left form {
        width: 100%;
        margin: 0;
    }

    /* About Poofo */
    .cards {
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }

    .card svg {
        transform: translateY(-10px);
        width: 50px;
        height: 50px;
    }

    /* footer */
    .footer_flex .ul2 {
        padding: 1rem 0;
        gap: 20px;
    }

}

@media only screen and (max-width: 740px) {
    /* main */
    main h1 {
        width: 100%;
        font-size: 2.5rem;
    }
    main .container{
        margin-top:0;
    }

    .container_left {
        width: 100%;
    }

    /* About Poofo */
    .card {
        gap: 0;
        padding: 16px;
    }

    .card p {
        padding: 10px 5px;
    }

    .card svg {
        transform: translateY(-30px);
        width: 40px;
        height: 40px;
    }

    /* footer */
    .footer_flex {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer_flex .ul2 {
        gap: 10px;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 500px) {
   
    main {
        max-width: 90%;
    }
    
    /* main */
    main h1 {
        width: 100%;
        font-size: 2rem;
        text-align: left;
    }

    main .container_left form h4 {
        font-size: 22px;
        font-weight: 500;
    }
    main form .inputField input {
        height: 48px;
    }
    main .container_right img {
        width: 100%;
    }

    /* About Poofo */
    .card {
        gap: 5px;
        align-items: start;
    }

    .card svg {
        transform: translateY(0px);

    }
    .card p {
        font-size: 16px;
    }
    section h2 {
        font-size: 34px;
    }

    /* footer */
    footer {
        background-color: #FFEEF0;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    .footer_flex {
        display: block;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footer_flex .ul2 {
        gap: 10px;
        padding: 0;
        margin: 0;
        margin-top: 20px;
    }

}