@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root{
    --ff: "Montserrat",sans-serif;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: black;
}

div.bg{
    width: 100%;
    height: 900px;
    background-image: url(../images/3.JPG);
    background-size: cover;
    background-position: center;
}

div.groups{
    width: 100%;
    height: 600px;
}

h1{
    color: #FFFFFF;
    font-family: var(--ff);
    text-align: center;
    font-size: 80px;
    padding: 20px;
}

h1.header{
    font-weight: 300;
}

span.header2{
    font-weight: bold;
}

div.banner{
    width: 100%;
    height: 200px;
    background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75));
    margin-bottom: 25px;
}

div.back i{
    font-size: 40px;
}

div.back i:hover{
    color: #3c3b3b;
}

div h2.groupHeader{
    text-align: center;
    margin: 50px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    letter-spacing: 10px;
    font-weight: 800;
}

div.description{
    width: 1000px;
    height: 600px;
    background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
    text-align: center;
    border-radius: 10px;
}

div.container{
    display: flex;
    align-items: center;
    justify-content: center;
}

div p.bigger{
    padding: 50px 10px;
    font-size: 50px;
    font-family: var(--ff);
    color: #FFFFFF;
    line-height: 70px;
    font-weight: 600;
    letter-spacing: 3px;
    margin-top: 20px;
}

div p.smaller{
    font-size: 40px;
    font-family: var(--ff);
    color: #FFFFFF;
    letter-spacing: 7px;
    font-weight: 500;
}

div.slideContainer{
    width: 800px;
    height: 400px;
    overflow: hidden;
}

i{
    color: #FFFFFF;
    font-size: 20px;
}

button{
    border: none;
    background-color: transparent;
    cursor: pointer;
}

div.button1, div.button2{
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 9999px;
    border: 2px solid grey;
    background-color: grey;
}

div.cont1{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

div.cont2{
   display: inline-flex; 
   justify-content: center;
   align-items: center;
}

div.card{
    width: 800px;
    height: 400px;
    background-color: rgb(12, 36, 84);
    border-radius: 10px;
    transition: 1s;
}

div.h h3{
    text-align: center;
    color: #FFFFFF;
    font-family: var(--ff);
    padding: 20px;
    font-size: 50px;
    letter-spacing: 6px;
}

div.verses{
    width: 100%;
    height: 150px;
    background: linear-gradient(rgb(0,0,0,0.7),rgb(0,0,0,0.7));
    margin: 10px 0;
}

div.sandton{
    text-align: center;
}

div.alex{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

div.midrand{
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

div.am p, div.ses p, div.gallo p, div.noor p, div.ebony p{
    padding: 20px 0;
    color: #FFFFFF;
    font-family: var(--ff);
    letter-spacing: 5px;
    font-size: 25px;

}

div.am button a, div.ses button a, div.gallo button a, div.ebony button a, div.noor button a{
    text-decoration: none;
    font-family: var(--ff);
    color: black;
    font-weight: 600;
}


div.gallo button, div.ses button, div.am button, div.noor button, div.ebony button{
    background-color: #6EA5E7;
    padding: 10px 20px;
    border-radius: 30px;

}

div.gallo button:hover,div.am button:hover,div.ses button:hover, div.ebony button:hover, div.noor button:hover{
    background-color: #0C2547;
}

div.gallo button a:hover,div.am button a:hover,div.ses button a:hover, div.noor button a:hover,div.ebony button a:hover{
    color: #FFFFFF;
}

div.verses{
    text-align: center;
    font-family: var(--ff);
    font-weight: 300;
    color: #FFFFFF;
    padding: 30px 10px;
    font-size: 20px;
}

button i{
    font-size: 40px;
}


footer{
    background-color: #292727;
    padding-top: 25px;
}

footer div{
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.footerpages{
    text-decoration: none;
    color: #FFFFFF;
    font-family: var(--ff);
    font-size: 20px;
}

div.links ul li{
    list-style: none;
    display: inline-block;
    margin: 0px 30px;
    
}

div.links ul{
    text-align: center;
}

h2{
    color: #FFFFFF;
    font-family: var(--ff);
    font-weight: 500;
}

.links ul li a:hover{
    color: #aaa;
}

.socials li{
    list-style: none;
    display: inline-block;
    margin: 25px 43px;
}

i{
    color: #FFFFFF;
    font-size: 50px;
}

div.socials li a i{
    text-align: center;
}
div.socials li a i:hover{
    color: #aaa;
}
div.bottom{
    background-color: #3c3b3b;
    margin-top: 20px;
}

.bottom p{
    color: #FFFFFF;
}


@media (max-width:540px) {

    footer{
        background-color: #292727;
        padding-top: 25px;
    }
    
    footer div{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: start;
    }
    
    .footerpages{
        text-decoration: none;
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
    }
    
    div.links ul li{
        list-style: none;
        display: flex;
        flex-direction: column;
        margin: 10px 30px;
        
    }
    
    div.links ul{
        text-align: start;
    }
    
    h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-weight: 700;
        margin: 0 30px;
        font-size: 20px;
    }
    
    .links ul li a:hover{
        color: #aaa;
    }
    
    .socials li{
        list-style: none;
        display: inline-block;
        margin: 25px 20px;
    }
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    div.socials li a i{
        text-align: center;
    }
    div.socials li a i:hover{
        color: #aaa;
    }
    div.bottom{
        background-color: #3c3b3b;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bottom p{
        color: #FFFFFF;
        font-size: 15px;

    }

    div.bg{
        width: 100%;
        height: 112vh;
        background-image: url(../images/3.JPG);
        background-size: cover;
        background-position: center;
    }
    
    div.groups{
        width: 100%;
        height: 600px;
    }
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 50px;
        padding: 20px;
    }
    
    h1.header{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.banner{
        width: 100%;
        height: 150px;
        background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75));
        margin-bottom: 25px;
    }
    
    div.back i:hover{
        color: #3c3b3b;
    }
    
    div h2.groupHeader{
        text-align: center;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 30px;
        letter-spacing: 2px;
        font-weight: 800;
    }
    
    div.description{
        width: 90%;
        height: 600px;
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
        text-align: center;
        border-radius: 10px;
    }
    
    div.container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div p.bigger{
        padding: 50px 10px;
        font-size: 30px;
        font-family: var(--ff);
        color: #FFFFFF;
        line-height: 40px;
        font-weight: 600;
        letter-spacing: 3px;
        margin-top: 10px;
    }
    
    div p.smaller{
        font-size: 22px;
        font-family: var(--ff);
        color: #FFFFFF;
        letter-spacing: 7px;
        font-weight: 500;
    }
    
    div.slideContainer{
        width: 300px;
        height: 400px;
        overflow: hidden;
    }
    
    i{
        color: #FFFFFF;
        font-size: 30px;
    }
    
    button{
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
    
    div.button1, div.button2{
        text-align: center;
        height: 40px;
        width: 40px;
        border-radius: 9999px;
        border: 2px solid grey;
        background-color: grey;
    }
    
    div.cont1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.cont2{
       display: inline-flex; 
       justify-content: center;
       align-items: center;
    }
    
    div.card{
        width: 300px;
        height: 400px;
        background-color: rgb(12, 36, 84);
        border-radius: 10px;
        transition: 1s;
    }
    
    div.h h3{
        text-align: center;
        color: #FFFFFF;
        font-family: var(--ff);
        padding: 20px;
        font-size: 30px;
        letter-spacing: 6px;
    }
    
    div.verses{
        width: 100%;
        height: 150px;
        background: linear-gradient(rgb(0,0,0,0.7),rgb(0,0,0,0.7));
        margin: 10px 0;
    }
    
    div.sandton{
        text-align: center;
    }
    
    div.alex{
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.midrand{
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.am p, div.ses p, div.gallo p, div.noor p, div.ebony p{
        padding: 20px 0;
        color: #FFFFFF;
        font-family: var(--ff);
        letter-spacing: 2px;
        font-size: 13px;
    
    }
    
    div.am button a, div.ses button a, div.gallo button a, div.ebony button a, div.noor button a{
        text-decoration: none;
        font-family: var(--ff);
        color: black;
        font-weight: 600;
    }
    
    
    div.gallo button, div.ses button, div.am button, div.noor button, div.ebony button{
        background-color: #6EA5E7;
        padding: 10px 20px;
        border-radius: 30px;
    
    }
    
    div.gallo button:hover,div.am button:hover,div.ses button:hover, div.ebony button:hover, div.noor button:hover{
        background-color: #0C2547;
    }
    
    div.gallo button a:hover,div.am button a:hover,div.ses button a:hover, div.noor button a:hover,div.ebony button a:hover{
        color: #FFFFFF;
    }
    
    div.verses{
        text-align: center;
        font-family: var(--ff);
        font-weight: 300;
        color: #FFFFFF;
        padding: 30px 10px;
        font-size: 15px;
    }

}

@media (max-width:1024px) {

    footer{
        background-color: #292727;
        padding-top: 25px;
    }
    
    footer div{
        width: 100%;
        margin: auto;
        display: flex;
        justify-content: start;
    }
    
    .footerpages{
        text-decoration: none;
        color: #FFFFFF;
        font-family: var(--ff);
        font-size: 20px;
    }
    
    div.links ul li{
        list-style: none;
        display: flex;
        flex-direction: column;
        margin: 10px 30px;
        
    }
    
    div.links ul{
        text-align: start;
    }
    
    h2{
        color: #FFFFFF;
        font-family: var(--ff);
        font-weight: 700;
        margin: 0 30px;
        font-size: 20px;
    }
    
    .links ul li a:hover{
        color: #aaa;
    }
    
    .socials li{
        list-style: none;
        display: inline-block;
        margin: 25px 20px;
    }
    
    i{
        color: #FFFFFF;
        font-size: 20px;
    }
    
    div.socials li a i{
        text-align: center;
    }
    div.socials li a i:hover{
        color: #aaa;
    }
    div.bottom{
        background-color: #3c3b3b;
        margin-top: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .bottom p{
        color: #FFFFFF;
        font-size: 15px;

    }
    
}

@media (min-width:768px) and (max-width:1024px) {

    div.bg{
        width: 100%;
        height: 1100px;
        background-image: url(../images/3.JPG);
        background-size: cover;
        background-position: center;
    }
    
    div.groups{
        width: 100%;
        height: 600px;
    }
    
    h1{
        color: #FFFFFF;
        font-family: var(--ff);
        text-align: center;
        font-size: 80px;
        padding: 20px;
    }
    
    h1.header{
        font-weight: 300;
    }
    
    span.header2{
        font-weight: bold;
    }
    
    div.banner{
        width: 100%;
        height: 200px;
        background: linear-gradient(rgba(0,0,0,0.75),rgba(0,0,0,0.75));
        margin-bottom: 25px;
    }
    
    div.back i:hover{
        color: #3c3b3b;
    }
    
    div h2.groupHeader{
        text-align: center;
        margin: 50px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 25px;
        letter-spacing: 5px;
        font-weight: 800;
    }
    
    div.description{
        width: 90%;
        height: 800px;
        background: linear-gradient(135deg, rgba(32, 88, 183, 0.3), rgba(87, 161, 225, 0.3));
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 8px 32px 0  rgba(0,0,0,0.37);
        text-align: center;
        border-radius: 10px;
    }
    
    div.container{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    div p.bigger{
        padding: 50px 10px;
        font-size: 50px;
        font-family: var(--ff);
        color: #FFFFFF;
        line-height: 70px;
        font-weight: 600;
        letter-spacing: 3px;
        margin-top: 20px;
    }
    
    div p.smaller{
        font-size: 40px;
        font-family: var(--ff);
        color: #FFFFFF;
        letter-spacing: 7px;
        font-weight: 500;
    }
    
    div.slideContainer{
        width: 650px;
        height: 400px;
        overflow: hidden;
    }
    
    i{
        color: #FFFFFF;
        font-size: 40px;
    }
    
    button{
        border: none;
        background-color: transparent;
        cursor: pointer;
    }
    
    div.button1, div.button2{
        text-align: center;
        height: 50px;
        width: 50px;
        border-radius: 9999px;
        border: 2px solid grey;
        background-color: grey;
    }
    
    div.cont1{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.cont2{
       display: inline-flex; 
       justify-content: center;
       align-items: center;
    }
    
    div.card{
        width: 650px;
        height: 400px;
        background-color: rgb(12, 36, 84);
        border-radius: 10px;
        transition: 1s;
    }
    
    div.h h3{
        text-align: center;
        color: #FFFFFF;
        font-family: var(--ff);
        padding: 20px;
        font-size: 50px;
        letter-spacing: 6px;
    }
    
    div.verses{
        width: 100%;
        height: 150px;
        background: linear-gradient(rgb(0,0,0,0.7),rgb(0,0,0,0.7));
        margin: 10px 0;
    }
    
    div.sandton{
        text-align: center;
    }
    
    div.alex{
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.midrand{
        text-align: center;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
    
    div.am p, div.ses p, div.gallo p, div.noor p, div.ebony p{
        padding: 20px 0;
        color: #FFFFFF;
        font-family: var(--ff);
        letter-spacing: 5px;
        font-size: 25px;
    
    }
    
    div.am button a, div.ses button a, div.gallo button a, div.ebony button a, div.noor button a{
        text-decoration: none;
        font-family: var(--ff);
        color: black;
        font-weight: 600;
    }
    
    
    div.gallo button, div.ses button, div.am button, div.noor button, div.ebony button{
        background-color: #6EA5E7;
        padding: 10px 20px;
        border-radius: 30px;
    
    }
    
    div.gallo button:hover,div.am button:hover,div.ses button:hover, div.ebony button:hover, div.noor button:hover{
        background-color: #0C2547;
    }
    
    div.gallo button a:hover,div.am button a:hover,div.ses button a:hover, div.noor button a:hover,div.ebony button a:hover{
        color: #FFFFFF;
    }
    
    div.verses{
        text-align: center;
        font-family: var(--ff);
        font-weight: 300;
        color: #FFFFFF;
        padding: 30px 10px;
        font-size: 20px;
    }
}