@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@700&family=Montserrat:wght@300;400;700&display=swap');
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
html{
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    scroll-behavior: smooth;
}
a {
    text-decoration: none;
}

/* Header section */
.navbar{
    background: #fff ;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position: sticky;
    top: 0;
    z-index: 999;
}

.navbar__container{
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}

#navbar__logo {
    background-color: #131313;
    background-image: linear-gradient(to left, #9fffe8 20%, #fff2c4 40%,  #eb9feb 80%);
    background-size: 100%;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 3.5rem;
    font-weight: 600;
}

.fa-gem{
    margin-right: 0.5rem;
}

.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;
}

.navbar__item{
    height: 100px;
}

.navbar__links{
    color: #fff;

    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 4rem;
    height: 100%;
}

#navbar__home{
    color: #eb9feb;
}

#navbar__gallery{
    color: #2dd7e2;
}
#navbar__advocacy{
    color: #ffc9c8;
}

#navbar__podcast{
    color: #9fffe8;
}

.navbar__btn{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    width: 90%;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #f77062;
    color: #fff;
}

.button:hover{
    background: #4837ff;
    transition: all 0.3s ease;
}

.navbar__links:hover{
    color: #f77062;
    transition: all 0.3s ease;
}


@media screen and (min-width: 1415px){
    .navbar__container{
        max-width: 1900px;
    }
    .navbar__links{
        padding-right: 0 100px;
    }
}

@media screen and (max-width: 960px){
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }

    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 1;
        transition: all 0.5s ease;
        height: 50vh;
        z-index: -1;
        background: #131313;
    }

    .navbar__menu.active{
        background: #fff;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 99;
        height: 60vh;
        font-size: 1.6rem;
    }

    #navbar__logo{
        padding-left: 25px;
    }

    .navbar__toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #131313;
    }

    .navbar__item{
        width: 100%;
    }

    .navbar__links{
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;
    }
    #mobile-menu {
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5%, 20%);
    }

    .navbar__btn{
        padding-bottom: 2rem;
    }

    .button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }

    .navbar__toggle .bar{
        display: block;
        cursor: pointer;
    }

    #mobile-menu.is-active .bar:nth-child(2){
        opacity: 0;
    }

    #mobile-menu.is-active .bar:nth-child(1){
        transform: translateY(8px) rotate(45deg);
    }

    #mobile-menu.is-active .bar:nth-child(3){
        transform: translateY(-8px) rotate(-45deg);
    }

}
@media screen and (max-width: 1090px){
    #navbar__logo{
        font-size: 2rem;
    }

    .navbar__links{
        font-size: 15px;
    }
}

/* End header section */
#hero{
    background-image: url('/img/Collage-Online-Art-Exhibit.avif');
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
}
.hero-container{
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


#hero .hero{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 50px;
}


.hero-container h1{
    font-size: 50px;
    letter-spacing: 0.2em;
    text-align: center;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    
}
 .hero-container h1 span{
    border: 10px solid white;
    padding: 6px 14px;
    display: inline-block;
   
} 

.des{
    margin: 20px;
    display: block;
    font-size: 2em;
    font-weight: 500;
    color: #fff;
    text-align: center;
   
}

/* Hero section media query */
@media (max-width: 768px){
    .hero-container h1{
        font-size: 50px;
    }
    .des{
        font-size: 22px;
    }
    .btn{
        font-size: 16px;
    }
}

@media (max-width: 568px){
    .hero-container h1{
        font-size: 40px;
    }
    .des{
        font-size: 19px;
    }
    .btn{
        font-size: 13px;
    }
} 
/* End hero section media query */



/* About Section */
.about{
    width: 100%;
    height: 100vh;
    background-color: #272323;
    display: flex;
    justify-content: center;
    align-items: center;
}


.about .content img{
    height: auto;
    width: 600px;
    max-width: 100%;
}

.text{
    width: 550px;
    max-width: 100%;
    padding: 0 10px;
}

.content{
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.text h1{
    font-size: 48px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.text h2{
    font-size: 24px;
    font-family: sans-serif;
    color:#5d5d5d;
}

.text p{
    font-size: 2rem;
    font-family: serif;
    margin-top: 10px;
    line-height: 1.5;
    color: #ffdec6;
    text-align: justify;
}



@media screen and (min-width: 1850px){
    .about .content img{
        width: 800px;

    }
    .text{
        width: 950px;
    }

    .text p{
        font-size: 2.4rem;
    }

    .content{
        width: 1880px;
        max-width: 100%;
    }
}



@media screen and (max-width: 1180px){
    .about{
        width: 100%;
        height: auto;
        padding: 70px 0px;
    }
}

@media screen and (max-width: 650px){
    .about .content img{
        margin-bottom: 35px;
    }
    .text h1{
        font-size: 28px;
        margin-bottom: 25px ;
    }
}

.about-two{
    width: 100%;
    height: 100vh;
    background-color: #ffdec6;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.text-two{
    height: auto;
    width: 550px;
    max-width: 100%;
    position: relative;
}

.about-two .content-two img{
    width: 600px;
    max-width: 100%;
    padding: 0 10px;
    position: relative;
}

.content-two{
    width: 1280px;
    max-width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.text-two p{
    font-size: 2rem;
    font-family: serif;
    margin-top: 10px;
    line-height: 1.5;
    color: #272323;
    text-align: justify;
}

@media screen and (min-width: 1850px){
    .text-two{
        width: 800px;

    }
    .about-two .content-two img{
        width: 950px;
    }

    .text-two p{
        font-size: 2.4rem;
    }

    .content-two{
        width: 1880px;
        max-width: 100%;
    }
}




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

    .text-two{
        order: 2;
    }

    .about-two .content-two img{
        order: 1;
    }

    .about-two{
        width: 100%;
        height: auto;
        padding: 70px 0px;
    }
}

@media screen and (max-width: 650px){
    .text-two{
        margin-bottom: 35px;
    }
    .text h1{
        font-size: 28px;
        margin-bottom: 25px ;
    }
}




/* End About Section */

/* Description Section */
.box{
    cursor: pointer;
    border-radius: 10%;
}


.description .titleText{
    text-align: center;
    padding-top: 12em;
}

.description .titleText h1{
    font-weight: 200;
}


.box h2{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} 
.box p{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.3em;
    font-weight: 400;
} 

.description{
    /* margin-top: 5.5em; */
    background-color: #fff;
}

.description h1 {
    text-align: center;
    font-size: 3.5em;
    margin-bottom: 1em;
}

.description-container{
    width: 100%;
    min-height: 40vh;
    background: #fff;
    /* flexbox style */
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-flow: wrap;
}

.box{
    width: 170px;
    height: 200px;
    margin: 20px;
    color: black;
    border: 2px solid black;
    position: relative;
}

.description-container  .lesbian:hover{
    background-image: linear-gradient(to bottom, #D52D00 13%, #EF7627 27%, #FF9A56 59%, #FFFFFF 78%, #D162A4 86%, #B55690 94%, #A30262 100%);
}
.description-container  .gay:hover{
    background-image: linear-gradient(to bottom, #e74c3c 13%, #e67e22 27%, #f1c40f 59%, #2ecc71 78%, #3498db 86%, #9b59b6 100%);
}
.description-container  .bisexual:hover{
    background-image: linear-gradient(to bottom, #D00070 52%, #8C4799 66%, #0032A0 100%);
}
.description-container  .transgender:hover{
    background-image: linear-gradient(to bottom, #74d7ec 15%, #ffafc7 45%, #fbf9f5 65%, #ffb5cb 80%, #73d5ea 100%);
}

.description .box h2{
    font-size: 8em;
}

.description-container .box p{
    padding-top: 7em;
}

.box-all{
    width: 120px;
    border: solid black 2px;
    border-radius: 15%;
    margin: auto;
    cursor: pointer;
}

.box-all h1{
    text-align: center;
    font-size: 3em;
    margin: auto;
}

.box a{
    color: #131313;
    text-decoration: none;
}



@media screen and (max-width: 1200px){
    .box{
        width: 40%;
    }
}

@media screen and (max-width: 600px){
    .box{
        width: 90%;
    }
}
/* End description section */

/* Image Gallery Section */
.gallery {
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style-type: none;
	box-sizing: border-box;
}

.gallery-body {
	background: #fff;
	font-family: Trebuchet Ms;
}

.container {
	width: 80%;
	column-count: 4;
	margin: 0 auto;
}


.gallery-body .container .grid-item img {
	width: 100%;
	height: auto;
	margin: 1em;
}


@media only screen and (max-width: 768px) {
	.container {
		column-count: 3;
	}
}

@media only screen and (max-width: 450px) {
	.container {
		column-count: 2;
	}
}

/* End Image Gallery Section */

/* Footer Section */
.footer-body{
    background: #fcfcfc;
}

footer{
    position: absolute;
    margin-top: auto;
    
    background: #111;
    height: auto;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    padding-top: 40px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p{
    max-width: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    margin: 1rem 0 3rem 0;
}
.socials li{
    margin: 0 10px;
}

.socials a{
    text-decoration: none;
    color: #fff;
}

.socials a i{
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socials a:hover i{
    color: aqua;
}

.footer-bottom{
    background: #000;
    width: 100%;
    padding: 20px 0;
    text-align: center;
}

.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.footer-bottom span{
    text-transform: uppercase;
    opacity: .4;
    font-weight: 200;

}

/* End Footer Section */

