*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    line-height: 1.5;
    font-family: 'poppins',sans-serif ;
}
html{
    scroll-behavior: smooth;
}

.header{
    grid-area:header ;
    display: grid;
    margin-bottom: 20px;
}

.header nav{
    display: flex;
    justify-content: space-around;
    position: relative;
    padding: 10px 30px;
    height: 20vh;
    background:radial-gradient(circle at bottom, #fff 60%,#F3FEB8,#ffb33173);
}
.header nav .logo{
    width: 10%;
    align-content: center;
}
.header nav .logo img{
    border-radius: 600px;
    width: 60px;
    height: 60px;
}
.header nav .heading{
    width: 50%;
    align-content: center;
}
.header nav .heading h1{
    font-weight: bold;
    letter-spacing: 5px;
    color:#2E236C ;

}
.header nav ul{
    display: flex;
    width: 40%;
    justify-content: space-around;
    align-items: center;
    
    
}
.header nav ul li{
    list-style: none;

}
.header nav ul li a{
    text-decoration: none;
    color:#2E236C;
    letter-spacing: 2px;   
    text-transform: uppercase;
    font-size: 17px;
    padding: 7px 13px;
    border-radius: 3px;
    
}

li .active, a:hover{
    transition: 0.5s;
    background-color:#f1c01e; 
}


.banner{
    grid-area: banner ;
    display: grid;
    width: 100%;
    height: 100vh;
    background-image: url(WhatsApp\ Image\ 2024-06-13\ at\ 23.46.07\ \(1\).jpeg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 69%;
    /* border-radius: 10px; */
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: rgba(145, 123, 0, 0.795);
 
}


.banner .words{
align-content: center;
background-color: rgba(0, 0, 0,0.55);
color:#F3FEB8;
}
.banner .words h1{
    letter-spacing: 10px;
    font-weight: bolder;
    font-size:50px;
}
.banner .words h4{
    letter-spacing: 10px;
    font-size: 30px;
    font-weight: 80px;

}
.banner .words p{
    letter-spacing: 2px;
    font-size: 30px;
    font-weight: 10px;
    text-transform: uppercase;

}
.about{
    grid-area: about;
    display: grid;
    color: #2E236C;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.about h2{
    letter-spacing: 2px;
    font-size: 40px;
    margin-bottom: 20px;
    text-decoration: underline 3px;
}
.about p{
    letter-spacing: 2px;
    font-size: 20px;
}
.about2{
    grid-area:about2 ;
    display: grid;
    color: #2E236C;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.about2 h2{
    font-weight: bold;
    font-size: 40px;
    letter-spacing: 2px;
    text-decoration: underline 3px;

}
.about2 ul li{
    font-size: 20px;
    letter-spacing: 2px;
    list-style: none;
}
.photo1{
    grid-area: photo1;
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.box{
    grid-area:box ;
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
   
}
.photo2{
    grid-area: photo2;
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.photo1 img, .box img, .photo2 img, .box2 img{
    width: 100%;
   height: 400px;
}

.box2{
    grid-area: box2;
    display: grid;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.conclusion{
    grid-area: conclusion;
    display: grid;
    color: #2E236C;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
 p{
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.photo3{
    grid-area: photo3;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
    
}
.photo4{
    grid-area: photo4;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.photo3 img, .photo4 img{
    width: 100%;
    height: 500px;
}

.news{
    grid-area: news;
    display: grid;
    color: #2E236C;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.news a{
    text-decoration:none  ;
}
.news h2{
    color: #FFB200;
    font-weight: bold;
    text-decoration: underline 3px;
    font-size: 80px;
}
.news .content .goal h3{
    font-size: 50px;
    font-weight: bold;
    text-decoration: underline 3px;
    color: #2E236C;
}
.involve{
    grid-area: involve;
    display: grid;
    color: #2E236C;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.involve h2{
    text-decoration: underline 3px;
    font-size: 40px;
}
.involve p{
    font-size: 20px;
}
.involve a{
    text-decoration: none;
    color: #BC7FCD;
}
.photo5{
    grid-area: photo5;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
.photo6{
    grid-area: photo6;
    display: grid;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 30px;
}
.photo5 img{
    width: 100%;
    height: 500px;

}
.photo6 img{
    width: 100%;
    height: 500px;
}
img{ 
    border-radius: 30px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0,0.1);
}


.footer1{

    height: 100%;
    color: #2E236C;
}

.footer2 ul li{
    list-style: none;
}
.footer2 ul li a{
    text-decoration: none;
    color: #2E236C;
    letter-spacing: 3px;
}
.footer2 p{
    text-align: center;
    font-size: 13px;
    color: #aaa;
}
.footer3{
    height: 100%;
    color: #2E236C;
}

.footer1, .footer2,.footer3{
    background:#FFB200;
   
}
.footer3 .instagram{
    display: flex;
}
.footer3 .instagram a{
    text-decoration: none;
    color: #2E236C;
    letter-spacing: 3px;
}

.footer3 .icon{
    width: 40px;
    height: 40px;
    /* margin-right: 10px; */
}
.footer3 .icon img{
    width: 100%;
    border-radius: 60%;

}
.footer3 .whatsapp, .footer2 .instagram{
    /* margin-top: 20px; */
    display: flex;
    width: 100%;
    align-items: center;
}
/* @media (max-width:1100px){
    .container{
        grid-template-columns:repeat(2,1fr) ;
        grid-template-rows:1fr 3fr 0.5fr 0.5fr 2fr 2fr 2fr 2fr 0.5fr 1.5fr 0.5fr 0.5fr 0.25fr  0.5fr 0.5fr ;
        grid-template-areas: 
        "header header"
        "banner banner"
        "about about"
        "about2 about2"
        "photo1 box"
        "photo2 box2"
        "conclusion conclusion"
        "photo3 photo3"
        "photo4 photo4"
        "news news"
        "involve involve"
        "photo5 photo5"
        "photo6 photo6"
        "footer1 footer2"
        "footer3 footer3"
       ;
    }
    .header nav{
        background:radial-gradient(circle at bottom, #fff 60%,#F3FEB8,#FFB22C);
        height: 100%;
    }
    .header nav .logo{
        display: none;
    }
    .header .heading{
        width: 50%;
    }
    .header nav ul {
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        width: 40%;
        height: 100%;
    }

    .header nav ul li{
        padding: 20px;
    }
    .photo6 img{
        height: 600px;
    }

    .photo1 img,.photo2 img,.box img,.box2 img{
        width: 100%;
        height: 700px;

    }

}
@media (max-width:760px){
    .container{
        grid-template-columns:repeat(2,1fr) ;
        grid-template-rows:1fr 3fr 0.5fr 0.5fr 2fr 2fr 2fr 2fr 0.5fr 1.5fr 0.5fr 0.5fr 0.25fr  0.5fr 0.5fr ;
        grid-template-areas: 
        "header header"
        "banner banner"
        "about about"
        "about2 about2"
        "photo1 box"
        "photo2 box2"
        "conclusion conclusion"
        "photo3 photo3"
        "photo4 photo4"
        "news news"
        "involve involve"
        "photo5 photo5"
        "photo6 photo6"
        "footer1 footer2"
        "footer3 footer3"
       ;
    }
    .header nav{
        background:radial-gradient(circle at bottom, #fff 60%,#F3FEB8,#FFB22C);
        height: 100%;
    }
    .header nav .logo{
        display: none;
    }
    .header .heading{
        width: 50%;
    }
    .header nav ul {
        top: 70px;
        left: 0;
        right: 0;
        flex-direction: column;
        gap: 0;
        width: 40%;
        height: 100%;
    }

    .header nav ul li{
        padding: 20px;
    }
    .photo6 img{
        height: 600px;
    }
 
   

}

@media (max-width:600px) {
    .container {
        grid-template-columns: 1fr;
        grid-template-rows: 2.5fr 2.5fr 0.25fr 0.25fr  1.5fr 1.5fr 0.25fr 1fr  0.25fr 0.25fr 0.125fr  0.25fr 0.25fr 0.5fr;
        grid-template-areas:
        "header"
        "banner"
        "about"
        "about2"
        "photo1"
        "box"
        "photo2"
        "box2"
        "conclusion"
        "photo3"
        "photo4"
        "news"
        "involve" 
        "photo5"
        "photo6"
        "footer1"      
        "footer2"
        "footer3" ;
    }

    .header nav{
        background:radial-gradient(circle at bottom, #fff 60%,#F3FEB8,#FFB22C);
        height: 100%;
    }
    .header .logo{
        display: none;
    }

    .photo1 img,.photo2 img,.box img,.box2 img{
        width: 100%;
        height: 500px;

    }

    } */


  

