body { 
    font-family: "poppins", sans-serif;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    background-color: white;
 }

 *{
    scrollbar-width: thin;
    scrollbar-color: #0099ff #1a1a1a;
}
html{
    scroll-behavior: smooth;
    scrollbar-width: thin;
    scrollbar-color: #0099ff #1a1a1a;
}
::-webkit-scrollbar{
    width: 8px;
}
::-webkit-scrollbar-track{
    background: #1a1a1a;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb{
    background: #ff9800;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgb(255, 145, 71);
}

 .loader{
    border: 4px solid rgb(24, 0, 32);
    border-left: none;
    padding: 25px;
    border-radius: 50px;
    position: fixed;
    z-index: 1000;
    top:50%;
    left: 50%;
    animation: spin .3s ease-in-out infinite;
 }
 @keyframes spin {
    0%{
        transform: rotateY(200deg);
    }
    50%{
        transform: rotateX(200deg);
    }
 }

 .section{
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .5s ease-out, transform .5s ease-out;
}
.section.visible{
    opacity: 1;
    transform: translateY(0);
}


 header {
    top: 0;
    margin-bottom: 80px;
    width: 100%;
    position: fixed;
    border-bottom: 1px solid rgb(37, 37, 37);
    background: transparent;
    backdrop-filter: blur(5px);
    color: rgb(24, 0, 32);
    padding: 6px 20px;
    z-index: 100;
    
   
}

.Components{
    transform: translateY(-30px);
    opacity: 0;
    position: absolute;
    background-color: #e0e0e0;
    padding: 10px;
    
    border-radius: 5px;
    left: -45px;
    margin-top: 10px;
    width: 180px;
    text-align: center;
    transition:  .3s ease-in-out, opacity .4s ease-in-out;
    
    a{
        line-height: 50px;
        color:#150025;
        

        .liner{
            background-color: #150025;
        }
    }
}
.comp-container{
    position: relative;
    transition:  .3s ease;
}
.comp-container:hover .Components{
    transform: translateY(0px);
    opacity: 1;
}
nav{
    margin: 0px;
    align-items: center;
    display: flex;
    justify-content: space-around;
}
nav img{
    height: 50px;
    border-radius: 30px;
}
.hamburger{
    display: none;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}

nav ul li {
    
    font-size: 18px;
    margin: 0 15px;
    font-weight: bold;
    
}
nav ul li:hover .liner{
    width: 100%;
}
.liner{
    position: absolute;
    bottom: -5px;
    left: 3px;
    margin-left: 0;
    width: 0px;
    background-color: rgb(24, 0, 32);
    height: 2px;
    transition: .5s ease-in-out;
}

nav ul li a {
    position: relative;
    color: rgb(24, 0, 32);
    text-decoration: none;
}


.Support-hero{
    background-color: rgb(219, 219, 219);
    min-height: 90vh;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    padding: 50px;
    align-content: center;

    .hero-text{
        width: 50%;

        h1{
            font-size: 60px;
            font-weight: 300;
            margin-bottom: 15px;
        }
        p{
            font-size: 15px;
            padding-right: 80px;
            line-height: 25px;
        }
        .links{
            margin-top: 20px;
            margin-bottom: 40px;

            a{
                text-decoration: none;
                background-color: rgb(0, 57, 214);
                padding: 10px 15px;
                color: white;
            }
        }
    }


    .hero-img{
        width: 40%;
        position: relative;

        img{
            position: relative;
            height: 400px;
        }
        .text{
            z-index: 3;
            padding: 10px;
            width: 320px;
            font-size: 12px;
            border-radius: 40px;
            box-shadow: 2px 2px 5px grey ;
            right: 0px;
            background-color: white;
            text-align: center;
            position: absolute;
        }
        .text2{
            z-index: 3;
            padding: 10px;
            width: 380px;
            font-size: 12px;
            border-radius: 40px;
            box-shadow: 2px 2px 5px grey ;
            left: 0;
            bottom: 0;

            background-color: white;
            text-align: center;
            position: absolute;
        }
        .slant{
            border-bottom-left-radius: 200px;
            border-top-left-radius: 200px;
            padding: 140px 260px;
            right: -20px;
            margin-top: 150px;
            transform: rotateZ(-45deg);
            background-color: rgba(0, 57, 214, 0.671);
            position: absolute;
        }
        
    }

}
.blue{
    color: rgb(0, 57, 214);
}

.faq{
    margin-top: 50px;
    padding: 30px;
    text-align: center;

    h2{
        font-size: 40px;
        font-weight: 300;
    }
    p{
        font-size: 15px;
        padding: 0px 20%;
        line-height: 25px;
        margin-bottom: 40px;
    }
}

.faq-container{
    background-color: rgb(212, 216, 255);
    padding: 30px;
    text-align: center;
    

    h2{
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 50px;
    }
    .faq-cards{
        margin-bottom: 40px;
    }
    h3{
        font-size: 25px;
        font-weight: 200;
    }
    p{
        padding: 0px 20%;
        line-height: 25px;
        margin-bottom: 40px;
    }
}

.faq-container2{
    background-color: rgb(243, 243, 243);
    padding: 30px;
    text-align: center;
    

    h2{
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 30px;
        margin-top: 50px;
    }
    
}
.faq-wrapper{

    .faq-cards{
        margin-bottom: 40px;
    }
    ol{
        text-align: left;
        padding: 0px 20%;
        line-height: 25px;
    }
    h3{
        font-size: 25px;
        font-weight: 200;
    }
    p{
        padding: 0px 20%;
        line-height: 25px;
        margin-bottom: 20px;
    }
}

.support-container{
    background-color: white;
    padding: 30px;
    text-align: center;
    

    h2{
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    p{
        
        font-size: 15px;
        padding: 0px 20%;
        line-height: 25px;
        margin-bottom: 40px;
    
    }
}

.support-wrapper{
    display: grid;
    grid-template: auto auto/ auto auto auto;
    gap: 20px;
}
.support-cards{
    align-content: center;
    background-color: rgb(241, 241, 241);
    padding: 30px;
    min-height: 50vh;
    min-width: 40vh;
    border-radius: 20px;
    transition: .3s ease;

    h3{
        font-size: 25px;
        font-weight: 300;
        color: rgba(0, 57, 214, 0.671);
    }
    p{
        padding: 20px;
    }
    a{
        text-decoration: none;
        background-color: rgb(0, 57, 214);
        padding: 10px 20px;
        color: white;
    }
}
.support-cards:hover{
    box-shadow: 2px 3px 10px rgb(192, 192, 192);
}
.support-cards ul li{
    line-height: 25px;
}

.mission{
    background-color: white;
    padding: 30px;
    text-align: center;
    

    h2{
        font-size: 45px;
        font-weight: 300;
        margin-bottom: 30px;
    }
    p{
        
        font-size: 15px;
        padding: 0px 20%;
        line-height: 25px;
        margin-bottom: 40px;
    
    }
}




.footer{
    background-color: rgb(27, 0, 32);
    padding: 30px;
    color: white;
}
footer{
    display: flex;
    height: 50vh;
    justify-content:space-between ;
}
.logo-div{
    font-size: 15px;
    max-width: 25%;
}
.logo-div img{
    height: 80px;
    margin-bottom: 30px;
}
.logo-div p{
    font-size: 15px;
    margin-bottom: 15px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.logo-div a{
    text-decoration: none;
}
.logo-div .fa-brands{
    font-size: 20px;
    padding-right: 10px;
    color: rgb(245, 110, 0);
}
footer h4{
    font-size: 20px;
}
footer a{
    text-decoration: none;
    transition: .3s;
}
footer a:hover{
    color: rgb(170, 77, 0);
}
.quick-links p{
    margin-bottom: 10px;
    font-size: 16px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.quick-links a{
    color: rgb(245, 110, 0);
}
.services-section a{
    color: rgb(245, 110, 0);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.address-section p{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#copyright{
    text-align: center;
    font-size: 13px;
}











@media screen and (max-width: 870px) {
    header {
        color: rgb(24, 0, 32);
        padding: 20px 0px;
    }
    .Components{
        display: none;
    }
    nav{
        margin: 0px;
        align-items: normal;
        display: flex;
        justify-content: space-between;
    }
    nav img, .hamburger{
        margin: 0px 30px;
    }
    .hamburger{
        font-size: 25px;
        cursor: pointer;
        font-weight: bold;
        display: block;
    }
    
    nav ul {
        height: 100vh;
        text-align: left;
        left: -250px;
        top: 0;
        padding: 50px;
        padding-top: 90px;
        backdrop-filter: blur(5px);
        position: fixed;
        width: auto;
        display: block;
        margin-top: 0;
        background-color: rgb(24, 0, 32);
        transition: left .5s ease-in-out;
        color: white;
    }
    nav ul.visible{
        left: 0;
        margin: 0;
        text-align: left;
    }
    
    nav ul li {
        text-align: left;
        line-height: 50px;
        font-size: 20px;
        margin: 0;
        font-weight: normal;
        font-family:monospace;
    }
    
    nav ul li a {
        color: rgb(255, 255, 255);
        text-decoration: none;
    }
    .liner{
        background-color: white;
    }


    .Support-hero{
        background-color: rgb(219, 219, 219);
        min-height: 100vh;
        background-repeat: no-repeat;
        background-position: top;
        background-size: cover;
        display: block;
        flex-wrap: wrap;
        padding: 30px;
        align-content: center;
        position: relative;

        .hero-text{
            width: 100%;
            margin-bottom: 70px;
            

            h1{
                margin-top: 70px;
                font-size: 50px;
            }
            p{
                padding-right: 10px;
                margin-bottom: 30px;
            }
        }
        .hero-img{
            margin-bottom: 70px;
            width: 100%;

            img{
                height: 300px;
            }

            .slant{
                border-bottom-left-radius: 200px;
                border-top-left-radius: 200px;
                padding: 130px 200px;
                right: 20px;
                margin-top: 90px;
                transform: rotateZ(-40deg);
                position: absolute;
            }
        }
    }

    .faq{
        margin-top: 50px;
        padding: 30px;
        text-align: center;
    
        h2{
            font-size: 35px;
        }
        p{
            padding: 0;
        }
    }


    .faq-container{
        padding: 30px;
        text-align: center;
        
    
        h2{
            font-size: 45px;
            margin-bottom: 50px;
        }
        
    }
    .faq-wrapper{

        .faq-cards{
            margin-bottom: 40px;
        }
        ol{
            text-align: left;
            padding: 20px;
            line-height: 25px;
        }
        h3{
            font-size: 25px;
            font-weight: 300;
        }
        p{
            padding: 0px;
            line-height: 25px;
            margin-bottom: 40px;
        }
    }

    .faq-container2{
        background-color: rgb(243, 243, 243);
        padding: 30px;
        text-align: center;
        
    
        h2{
            font-size: 45px;
            margin-bottom: 50px;
        }
        .faq-wrapper{

        .faq-cards{
            margin-bottom: 40px;
        }
        h3{
            font-size: 25px;
            font-weight: 300;
        }
        p{
            padding: 0px;
            line-height: 25px;
            margin-bottom: 40px;
        }
    }
    }

    .support-container{
        padding: 20px;
        text-align: center;
        
    
        h2{
            font-size: 45px;
            margin-bottom: 30px;
        }
        p{
            
            font-size: 15px;
            padding: 0px;
            line-height: 25px;
            margin-bottom: 40px;
        
        }
    }

    .support-wrapper{
        display: flex;
        flex-wrap: wrap;
    }

    .mission{
        background-color: white;
        padding: 30px;
        text-align: center;
        
    
        h2{
            font-size: 45px;
            font-weight: 300;
            margin-bottom: 30px;
        }
        p{
            
            font-size: 15px;
            padding: 10px;
            line-height: 25px;
            margin-bottom: 40px;
        
        }
    }


    .footer{
        text-align: center;
        padding: 80px 30px 30px 30px;
        color: white;
    }
    footer{
        display: block;
        height: auto;
        justify-content: center ;
    }
    .logo-div{
        font-size: 15px;
        max-width: 100%;
    }
    .logo-div img{
        height: 80px;
        margin-bottom: 30px;
    }
    
    .logo-div p{
        font-size: 14px;
        margin-bottom: 15px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        margin-bottom: 20px;
    }
}







@media screen and (max-width: 450px) {
    
    .Support-hero{
        padding: 20px;


    .hero-text{
        width: 100%;
        

        h1{
            margin-top: 100px;
            font-size: 45px;
        }
        p{
            padding-right: 10px;
            margin-bottom: 30px;
        }
    }
    .hero-img{
        width: 100%;

        .text2{
            z-index: 3;
            padding: 10px;
            width: 320px;
            font-size: 12px;
            border-radius: 40px;
            box-shadow: 2px 2px 5px grey ;
            left: 0;
            bottom: 0;

            background-color: white;
            text-align: center;
            position: absolute;
        }
        .slant{
            border-bottom-left-radius: 200px;
            border-top-left-radius: 200px;
            padding: 120px 180px;
            right: 20px;
            margin-top: 50px;
            transform: rotateZ(-45deg);
            position: absolute;
        }

        img{
            height: 220px;
        }
    }
}
}

