@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;700;800;900&display=swap');

:root{
    --primary: rgb(2, 43, 156);
    --off-white: rgba(241,241,241);
    --near-black: rgb(33, 37, 44);
    --yellow: rgba(254,206,10);
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
}
li{
    list-style: none;
}

@media screen and (max-width: 800px){
    section.social-media{
        background-color: var(--primary);
        height: 5vh;
        width: 100%;
    }
    section.social-media ul{
        display: flex;
        justify-content: flex-end;
        padding-right: 2%;
        margin-top: 0;
        padding-bottom: 1%;

    }
    .social-media ul li{
        margin-left: 0 10px;
    }
    .social-media ul li img{
        width: 15px;
        height: 15px;
        margin-left: 10px;
    }
    header{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        background-color: black;
        color: white;
        padding: 2% 15%;
    }
    header div.logo-container{
        grid-column: 1/4 ;
        display: flex;
        align-items: center;

    }
    header div.logo-container img{
        width: 65%;
        margin-right: 10px;
    }
    header div span{
        font-size: 24px;
        font-weight: 800;
    }
    header nav, header button{
        display: none;
    }
    section.banner{
        background: linear-gradient(to right, rgba(32,34,54), rgb(29, 28, 28));
        height: 40vh;
        /* padding: 5%; */
        width: 100%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        align-items: center;
    }
    section.banner div.banner-content{
        grid-column: 1/13;
        padding-left: 5%;
    }
    h2.banner-header{
        color: white;
        font-size: 35px;
        font-weight: bold;
        margin: 0;
    }
    p.banner-sub-header{
        color: white;
        font-size: 12px;

    }
    section.banner div.banner-img{
        display: none;
    }
    section.info{
        background-color: var(--off-white);
        padding: 5%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .info-content{
        grid-column: 1/13;
    }
    .info-content h2{
        font-size: 55px;
        font-weight: 800;
    }
    .info-content h2 b{
        background: var(--primary);
        color: white;
        font-weight: 800;
    }
    .info-content p.info-text{
        font-size: 14px;
        color: rgb(155, 155, 155);
    }
    .info-boxes{
        grid-column: 1/13;
    }
    .info-boxes .box{
        margin: 10px;
        padding: 10px;
        color: white;
        height: 200px;
    }
    .info-boxes .one{
        border-left: solid 6px rgb(4, 67, 78);
        background: linear-gradient(to top, rgba(104,168,68), rgba(92,162, 141), rgb(148, 223, 200));
    }
    .info-boxes .two{
        /* margin-top: 50px; */
        background: linear-gradient(to top, rgba(77,41,131), rgba(31,53,226));
        border-left: solid 6px rgb(78, 4, 4);
    }
    .info-boxes .box h2{
        font-size: 25px;
        letter-spacing: 3px;
    }
    .info-boxes .box p{
        opacity: 0.6;
        line-height: 21px;
    }
    section.impact{
        padding: 5% 15%;
        background: rgb(214, 214, 214);
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    section.impact h2{
        grid-column: 1/13;
        font-size: 45px;
        margin: 0;
        text-align: center;
        font-weight: 700;
    }
    section.impact div.impact-box-one{
        margin-top: 10px;
        grid-column: 1/13;
        padding: 10% 5%;
        background:linear-gradient(to top,rgb(214, 214, 214), rgb(173, 173, 173)); 
        text-align: center;
    }
    section.impact div.impact-box-two{
        grid-column: 1/13;
        margin-top: 10px;
        text-align: center;
        padding: 10% 5%;
        /* background-color: rgb(175, 175, 175); */
    }
    section.impact div.impact-box-three{
        grid-column: 1/13;
        text-align: center;
        margin-top: 10px;
        padding: 10% 5%;
        /* background-color: rgb(175, 175, 175); */
    }
    section.impact div h3{
        font-size: 35px;
        color: rgb(71, 71, 71);
    }
    section.impact div h3 sup{
        color: rgb(28, 133, 14);
        font-size: 10px;
    }
    section.impact div p{
        font-size: 15px;
        color: grey;
    }
    section.positions{
        background: var(--off-white);
        padding: 5%;
    }
    .positions h2{
        font-size: 50px;
        text-align: center;
        /* grid-column: 1/13; */
        margin: 0;
        font-weight: 800;
    }
    .positions sub{
        margin: 10px;
        display: block;
        /* grid-column: 1/13; */
        text-align: center;
        font-size: 13px;
        color: grey;
    }
    .positions div{
        padding: 10%;
        background: linear-gradient(to top, black, rgb(2, 43, 156));
        margin: 10px;
        /* margin-top: 70px; */
        color: white;
    }
    .positions div p{
        padding-left: 5px;
        border-left: 2px solid white;
    }
    .positions div h3{
        font-size: 35px;
    }
    .positions .position-one{
        margin-top: 40px;
    }
    footer{
        background: black;
        padding: 5%;
    }
    footer div.footer-inner-container{
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }
    .footer-inner-container div.logo-name{
        grid-column: 1/13;
        padding: auto 1%;
    }
    .footer-inner-container .logo-name img{
       opacity: 0.4;
        width: 30%; 
    }
    .logo-name p{
        color: rgb(119, 119, 119);
        font-size: 15px;
        font-weight: 400;
    }
    .information{
        grid-column: 1/13;
        padding-left: 10px;
    }
    .our-service{
        grid-column: 1/13;
        padding-left: 10px; 
    }
    div ul{
        padding: 0;
        margin-top: 40px;
    }
    li{
        list-style: none;
        color: rgb(196, 196, 196);
        margin-top: 10px;
        
    }
    p.copyright{
        color: rgb(206, 206, 206);
    }
    div.menu-body{
        position: relative;
        text-align: end;
    }
    ul.menu-list{
        margin-top: 0;
        position: fixed;
        right: 20px;
        bottom: 80px;
        background-color: var(--near-black);
        padding: 10%;
        /* width: 30%; */
        text-align: center;
        background: var(--primary);
        border-radius: 20px 20px 0 20px;
        visibility: hidden;
        opacity: 0;
        z-index: 3;
        transition: 1s ease-in;
    }
    ul.show-menu{
        opacity: 1;
        visibility: visible;
    }
    ul.menu-list li{
        margin-bottom: 10px;
    }
    ul.menu-list li a{
        color: white;
        text-decoration: none;
        font-size: 15px;
        font-weight: 100;
    }
    span.menu{
        display: inline-block;
        padding: 10px 15px;
        position: fixed;
        bottom: 10px;
        right: 10px;
        /* height: 60px; */
        text-align: center;
        /* width: 60px; */
        background: var(--primary);
        color: white;
        font-size: 35px;
        border-radius: 120px;
        margin: 10px;
        align-items: center;
        z-index: 3;
        transition: .5s linear;
    }
    span.open-menu{
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 801px){
    div.menu-body{
        display: none;
    }
    section.social-media{
        background-color: var(--primary);
        height: 5vh;
        width: 100%;
    }
    section.social-media ul{
        display: flex;
        justify-content: flex-end;
        padding-right: 2%;
        margin: 0;
    }
    .social-media ul li{
        margin-left: 0 10px;
    }
    .social-media ul li img{
        width: 20px;
        height: 20px;
        margin-left: 10px;
    }
    header{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        background-color: black;
        color: white;
        padding: 2% 15%;
    }
    header div.logo-container{
        grid-column: 1/4 ;
        display: flex;
        align-items: center;

    }
    header div.logo-container img{
        width: 20%;
        margin-right: 10px;
    }
    header div span{
        font-size: 27px;
        font-weight: 800;
    }
    header nav{
        grid-column: 4/7;
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }
    header nav span{
        margin: auto 10px;
    }
    header nav span a{
        text-decoration: none;
        transition: 0.5s ease;
        color: rgb(163, 163, 163);
    }
    header nav span a:hover{
       color: white;
    }
    header button{
        grid-column: 8/13;
        width: 40%;
        color: white;
        background-color: var(--primary);
        border: none;
        border-radius: 2px;
    }
    section.banner{
        background: linear-gradient(to right, rgba(32,34,54), rgb(29, 28, 28));
        height: 60vh;
        /* padding: 5%; */
        width: 100%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        align-items: center;
    }
    section.banner div.banner-content{
        grid-column: 1/9;
        padding-left: 10%;
    }
    h2.banner-header{
        color: white;
        font-size: 65px;
        font-weight: bold;
        margin: 0;
    }
    p.banner-sub-header{
        color: white;
        font-size: 20px;

    }
    section.banner div.banner-img{
        grid-column: 9/13;
        text-align: center;
    }
    .banner-img img{
        width: 70%;
    }
    section.info{
        background-color: var(--off-white);
        padding: 5%;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    .info-content{
        grid-column: 1/6;
    }
    .info-content h2{
        font-size: 65px;
        font-weight: 800;
    }
    .info-content h2 b{
        background: var(--primary);
        color: white;
        font-weight: 800;
    }
    .info-content p.info-text{
        font-size: 17px;
        color: rgb(155, 155, 155);
    }
    .info-boxes{
        grid-column: 7/13;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .info-boxes .box{
        margin: 10px;
        padding: 10px;
        color: white;
        height: 200px;
    }
    .info-boxes .one{
        border-left: solid 6px rgb(4, 67, 78);
        background: linear-gradient(to top, rgba(104,168,68), rgba(92,162, 141), rgb(148, 223, 200));
    }
    .info-boxes .two{
        margin-top: 50px;
        background: linear-gradient(to top, rgba(77,41,131), rgba(31,53,226));
        border-left: solid 6px rgb(78, 4, 4);
    }
    .info-boxes .box h2{
        font-size: 25px;
        letter-spacing: 3px;
    }
    .info-boxes .box p{
        opacity: 0.6;
        line-height: 21px;
    }
    section.impact{
        padding: 5% 15%;
        background: rgb(214, 214, 214);
        display: grid;
        grid-template-columns: repeat(12, 1fr);
    }
    section.impact h2{
        grid-column: 1/13;
        font-size: 75px;
        margin: 0;
        text-align: center;
        font-weight: 700;
    }
    section.impact div.impact-box-one{
        margin-top: 80px;
        grid-column: 1/5;
        padding: 10% 5%;
        background:linear-gradient(to top,rgb(214, 214, 214), rgb(173, 173, 173)); 
        text-align: center;
    }
    section.impact div.impact-box-two{
        grid-column: 5/9;
        margin-top: 80px;
        text-align: center;
        padding: 10% 5%;
        /* background-color: rgb(175, 175, 175); */
    }
    section.impact div.impact-box-three{
        grid-column: 9/13;
        text-align: center;
        margin-top: 80px;
        padding: 10% 5%;
        /* background-color: rgb(175, 175, 175); */
    }
    section.impact div h3{
        font-size: 55px;
        color: rgb(71, 71, 71);
    }
    section.impact div h3 sup{
        color: rgb(28, 133, 14);
        font-size: 15px;
    }
    section.impact div p{
        font-size: 15px;
        color: grey;
    }
    section.positions{
        background: var(--off-white);
        padding: 5%;
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }
    .positions h2{
        font-size: 75px;
        text-align: center;
        grid-column: 1/13;
        margin: 0;
    }
    .positions sub{
        margin: 10px;
        display: block;
        grid-column: 1/13;
        text-align: center;
        font-size: 13px;
        color: grey;
    }
    .positions div{
        padding: 20%;
        background: linear-gradient(to top, black, rgb(2, 43, 156));
        margin: 10px;
        margin-top: 70px;
        color: white;
    }
    .positions div p{
        padding-left: 5px;
        border-left: 2px solid white;
    }
    .positions div h3{
        font-size: 35px;
    }
    .positions .position-one{
        grid-column: 1/4;
        
    }
    .positions .position-two{
        grid-column: 4/7;

    }
    .positions .position-three{
        grid-column: 7/10;

    }
    .positions .position-four{
        grid-column: 10/13;

    }
    footer{
        background: black;
        padding: 5%;
    }
    footer div.footer-inner-container{
        display: grid;
        grid-template-columns: repeat(12,1fr);
    }
    .footer-inner-container div.logo-name{
        grid-column: 1/4;
        padding: auto 1%;
    }
    .footer-inner-container .logo-name img{
       opacity: 0.4;
        width: 30%; 
    }
    .logo-name p{
        color: rgb(119, 119, 119);
        font-size: 20px;
        font-weight: 400;
    }
    .information{
        grid-column: 5/8;
        padding-left: 10px;
    }
    .our-service{
        grid-column: 8/11;
        padding-left: 10px; 
    }
    div ul{
        padding: 0;
        margin-top: 40px;
    }
    li{
        list-style: none;
        color: rgb(196, 196, 196);
        margin-top: 10px;
        
    }
    p.copyright{
        color: rgb(206, 206, 206);
    }
}