@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&family=Chivo:ital,wght@0,100..900;1,100..900&family=Edu+AU+VIC+WA+NT+Arrows:wght@400..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=MuseoModerno:ital,wght@0,100..900;1,100..900&display=swap');

/* ROOT ELEMENTS */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: aliceblue;
    text-decoration: none;


}
/* ABOVE BODY CONTAINER */

.all_over {
    background-color: #000000;
    
}

/* NAV-BAR STYLING */

header {
    width: 100%;
    height: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
nav {
    width: 70%;
    min-width: fit-content;
}
.nav_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(146, 141, 211, 0.1);
    margin-top: 2rem;
    border-radius: 1rem;
    padding: 0.4rem 2rem;
}
.nav_box .burr {
    display: none;
    width: 50px;
    height: 50px;
}
.nav_links {
    font-size: 1.1em;
    font-family: Archivo;
    display: flex;
    gap: 2rem;
}
.social {
    font-size: 1.1em;
    font-family: Archivo;
}
.main_heading {
    font-size: 2.5rem;
    font-family: MuseoModerno;
    font-weight: 500;
    position: relative;
    left: -5%;
    z-index: 1;
}

/* HERO SECTION */

.wrapper {
    margin: 7rem 0 0 0;
}
.hero {
    text-align: center;
    height: fit-content;
}
.content {
    width: 100%;
    height: 100%;
    min-height: fit-content;
    background: linear-gradient(to bottom, rgba(146, 141, 211, 0) 0%, rgba(146, 141, 211, 0.3) 100%);
    overflow: hidden;
}
.welcome {
    font-family: Chivo;
    font-size: 9rem;
    font-weight: 800;
    text-align: center;
}
.content img{
    width: 65%;
    height: 100%;
    position: relative;
    top: 4px;
}

/* PARAGRAPH STYLING --- BELOW HERO SECTION */

.text {
    margin: 2rem 0;
    min-height: 25vw;
    height: fit-content;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.para {
    width: 50%;
    font-family: Chivo;
    font-size: 3em;
    font-weight: 400;


}

/* IMAGES PAGE STYLING */
.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.grid {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4rem;
    flex-wrap: wrap;
}
.c1,.c2, .c3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
}

/* OUTER SECTION STYLING */

.box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}
.box2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}
.box3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem;
}

/* STYLING OF IMAGES IN PAGE */

.pic2 {
    width: 100%;
    height: 323px;
}
.h1 {
    font-family: Archivo;
    font-size: 20px;
    font-weight: 500;
}
.h2 {
    font-family: Archivo;
    font-size: 17px;
    font-weight: 500;
    color: #FFFFFF99;
}
.pic3 {
    width: 100%;
    height: 234px;

}
.pic4 {
    width: 100%;
    height: 416px;

}
.pic5 {
    width: 100%;
    height: 416px;

}
.pic6 {
    width: 100%;
    height: 323px;

}
.pic7 {
    width: 100%;
    height: 234px;

}
.pic8 {
    width: 100%;
    height: 234px;

}
.pic9 {
    width: 100%;
    height: 416px;

}
.pic10 {
    width: 100%;
    height: 323px;
}

/* TESTIMONIAL SECTION */

.last_content {
    width: 100%;
    margin: 3rem 0;
    gap: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;

}
.last_content h2 {
    font-family: Chivo;
    font-size: 3rem;
    font-weight: 900;
}
.testi {
    padding: 0 3rem;
    max-width: 100%;
    display: flex;
    gap: 2rem;
    justify-content: start;
    align-items: start;
    overflow: auto;

}

/* OUTER LAYER OF TESTIMONIAL SECTION */

.card {
    max-width: 300px;
    padding: 2rem;
    gap: 1rem;
    border-radius: 1rem;
    border: 1px solid #FFFFFF;
    display: flex;
    flex-direction: column;
}
.intro {
    gap: 1rem;
    display: flex;
    align-items: center;
}
.intro img {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
}
.job {
    width: 11rem;
    display: flex;
    flex-direction: column;
}
.name {
    font-family: Archivo;
    font-size: 1rem;
    font-weight: 800;     
}
.work {
    font-family: Archivo;
    font-size: 1rem;
    font-weight: 500;    
    color: #FFFFFF99;
}
.work_text {
    width: 78%;
}
.work_text span {
    font-family: Newsreader;
    font-size: 1.25rem;
    font-weight: 400;
}
.desc {
    width: 100%;
    display: flex;
    align-items: center;
}
.line {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line .div {
    width: 0px;
    height: 48px;
    border-radius: 1px;
    border: 1px solid #FFFFFF29;
}
.desc {
    display: flex;
    justify-content: space-between;
}
/* BORER BOTTOM */

.divider {
    width: 100vw;
    height: 1px;
    background-color: #FFFFFF;
}


/*  */
/* FOOTER */
/*  */


footer {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.foot_div {
    padding: 8rem 0 1rem 0;
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.foot_div span{
    font-family: Chivo;
    font-size: 1.75rem;
    font-weight: 400;
    color: #FFFFFF99;
}

/* FOOTER BUTTON */

.foot_div button {
    font-family: Archivo;
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #000000;

    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #FFFFFF29;

    cursor: pointer;
}

@media (max-width: 880px) {
    .nav_links {
        display: none;
    }
    .social {
        display: none;
    }
    .nav_box .burr {
        display: inline-block;
    }
    .main_heading {
        left: 0;
    }
}

        /* FOR TABLET */

@media (max-width: 768px) {
    .nav_links {
        display: none;
    }
    .social {
        display: none;
    }
    .nav_box .burr {
        display: inline-block;
    }
    .main_heading {
        left: 0;
    }
    .welcome {
        font-size: 5rem;
    }
    .text .para {
        font-size: 2rem;
    }
    .foot_div {
        padding: 3rem 0;
    }
}

        /* FOR PHONES */

@media (max-width: 425px) {
    .main_heading{
        font-size: 1.75rem;
    }
    .welcome {
        font-size: 2rem;
    }
    .text .para {
        font-size: 1rem;
    }
    .last_content h2 {
        font-size: 2rem;
    }
    .foot_div {
        padding: 1rem 0;
    }
    .foot_div span {
        font-size: 1.5rem;
    }
}
@media (max-width: 320px) {
    .wrapper {
        margin: 3rem 0;
    }
    .main_heading {
        font-size: 1.5rem;
    }
    .nav_box {
        width: 100%;
        padding: 0.4rem 0.8rem;
        margin: 0;
    }
    .nav_box .burr {
        width: 35px;
        height: 35px;
    }
}