@import url('https://api.fontshare.com/v2/css?f[]=cabinet-grotesk@300,400,500,700,800,900&display=swap" rel="stylesheet');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Figtree", sans-serif;
}

:root{
    /* ===== Colors ===== */
    --body-color: #ffffff;

    /* ====== Transition ====== */
    --tran-03: all 0.2s ease;
    --tran-03: all 0.3s ease;
    --tran-04: all 0.3s ease;
    --tran-05: all 0.3s ease;
}
.homepage{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px;
}
.content{
    position: absolute;
    margin-left: 270px;

    width: calc(100% - 270px);
    padding: 30px;
}
.homepagetop .logo{
    height: 67px;
    margin-left: 3px;
}
.homepagetop .homepagetitle{
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 600;
    margin-top: 20px;
    line-height: 75px;
    letter-spacing: -3px;
    font-size: 80px;
}
.homepagetop .homepagebody{
    font-family: 'Cabinet Grotesk', sans-serif;
    font-weight: 500;
    margin-top: 20px;
    line-height: 37px;
    font-size: 37px;
}
.homepagetop .homebuttons{
    margin-top: 25px;
}
.homepagetop .homebuttons button{
    padding: 19px;
    font-size: 30px;
    margin-right: 5px;
    margin-top: 5px;
    border-radius: 19px;
    font-family: 'Cabinet Grotesk', sans-serif;
    border: none;
    font-weight: 500;
    color: #fff;
    transition: ease 0.2s;
}
.homepagetop .homebuttons i{
    transform: translateY(3px);
    margin-right: 2px;
}
.homepagetop .homebuttons .btn1{
    background: linear-gradient(#0d00ff, #65a8ff);
}
.homepagetop .homebuttons .btn2{
    background: linear-gradient(#c300ff, #ff00d4);
}
.sidebar{
    height: 100%;
    padding: 20px;
    width: 270px;
    position: fixed;
    background-color: #f3f3f3;
}
.sidebar .logo{
    height: 50px;
    margin-bottom: 20px;
    cursor: pointer;
}
.sidebar .sidebar-link{
    padding: 12px;
    background-color: #fff;
    font-weight: 500;
    margin-top: 8px;
    font-size: 20px;
    outline: 1px solid #c7c7c7;
    border-radius: 13px;
    transition: 0.3s ease;
}
.sidebar .sidebar-link:hover{
    transform: scale(0.98);
    cursor: pointer;
    background-color: #efefef;
}
.sidebar-link i{
    color: #0019a4;
    transform: scale(1.2) translateY(1.5px);
    margin-right: 6px;
}
.homeheading{
    color: #fff;
    padding-top: 10px;
    transform: translateY(15px);
    margin-left: 25px;
    font-size: 35px;
    font-weight: 600;
}
.homesubheading{
    color: #fff;
    padding-top: 10px;
    transform: translateY(15px);
    margin-left: 25px;
    font-size: 20px;
    padding-right: 10px;
    font-weight: 300;
}
.homesubheading b{
    font-weight: 500;
}
.rightbuttons .uploadnav{
    font-size: 20px;
    background-color: transparent;
    font-weight: 500;
    padding: 2px 9px 3px 4px;
    border: none;
    transform: translateY(-2.5px);
    padding-bottom: 8px;
    color: #000000;
    border-radius: 10px;
    cursor: pointer;
    transition: ease 0.3s;
}
.rightbuttons .uploadnav:hover{
    background-color: #0026ff;
    color: #fff;
}
.rightbuttons .uploadnav i{
    font-size: 27px;
    transform: translateY(5px);
}
.rightbuttons .homebutton i{
    font-size: 27px;
    transform: translateY(2px);
}
.rightbuttons{
    float: right;
    margin-right: 71px;
    margin-top: 14px;
}
.pagetitle{
    color: #0019a4;
}
.subheading{
    font-weight: 400;
    font-size: 24px;
}
.resourceselector{
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(auto-fit, 355px);
    gap: 18px;
}
.resourceselector .resource-subject{
    background-color: #f5f5f5;
    outline: 1px solid #dadada;
    text-align: center;
    padding: 15px;
    border-radius: 12px;
    color: #000;
    font-weight: 500;
    width: 100%;
    transition: ease 0.3s;
}
.resourceselector .resource-subject:hover{
    background-color: #0037ff;
    color: #fff;
    transform: scale(0.95);
    cursor: pointer;
}
.resourceselector .resource-subject .resource-title{
    font-size: 23px;
}
.resourceselector .resource-subject i{
    margin-right: 10px;
    transform: scale(1.6) translateY(-1px);
}
.footer{
    background-color: #383838;
    padding: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.footer .footerlogo{
    height: 30px;
    margin-left: 12px;
    margin-bottom: 15px;
}
.footer .copyrighttext{
    font-size: 19px;
    letter-spacing: -0.3px;
    font-weight: 600;
    color: #fff;
    padding-left: 14px;
}
.socialfooter{
    margin-left: 15px;
    margin-top: 7px;
    padding-bottom: 20px;
}
.socialsub{
    margin-left: 15px;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
}
.socialfooter i{
    text-decoration: none;
    color: #ffffff;
    font-size: 34px;
    cursor: pointer;
}
.tiles{
    display: grid;
    padding: 20px;
    grid-template-columns: 50% 50%;
}
.home-icon{
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 220px;
    padding-right: 12px;
    padding-top: 10px;
    border-radius: 9px;
    cursor: pointer;
    transition: ease 0.5s;
}
.home-icon .thumbnail{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    filter: brightness(60%);
    outline: 1px solid #5b5b5b;
}
.home-icon:hover{
    transform: scale(1.02);
    filter: brightness(1.4);
}
.home-icon .article-title{
    font-weight: 500;
    font-size: 28px;
    line-height: 1.1;
    width: 75%;
    color: #ffffff;
    padding-right: 10px;
}
.home-icon .article-date{
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 1px;
}
.overlaytext{
    position: absolute;
    bottom: 18px;
    left: 17px;
}
.overlaytext hr{
   width: 80%;
   opacity: 60%;
   border-top: 1.2px solid #ffffff79;
   border-bottom: 1.5px solid #ffffff79;
   border-radius: 5px;
   transform: translateY(8px);
}
.splitarticle{
    display: flex;
}
.splitarticle p{
    margin-right: 40px;
}
.uploadsheet{
    padding: 35px;
}
.uploadsheet h1{
    font-size: 35px;
    color: #fff;
}
.uploadsheet h2{
    margin-top: 15px;
    font-size: 25px;
    color: #c6c6c6;
    font-weight: 400;
}
.submitoptions{
    display: flex;
    width: 100%;
}
.submitoptions a{
    width: 100%;
    margin-right: 10px;
}
.uploadsheet .getintouch{
    margin-top: 35px;
    background-color: #252525;
    padding: 15px;
    outline: 1px solid #4c4c4c;
    border-radius: 15px;
}
.uploadsheet .getintouch h3{
    font-size: 25px;
    color: #fff;
    font-weight: 500;
}
.uploadsheet .getintouch button{
    width: 100%;
    margin-top: 15px;
    border: none;
    border-radius: 11px;
    margin-right: 10px;
    font-size: 25px;
    color: #000;
    padding: 10px;
    transition: ease 0.2s;
    cursor: pointer;
    outline: 1px solid #0000004b;
}
.uploadsheet .getintouch button:hover{
    transform: scale(1.02);
}
.uploadsheet .getintouch .submitoption1{
    background-color: #b1d7f6;
}
.uploadsheet .getintouch .submitoption2{
    background-color: #e4e4a4;
}
.termstext{
    color: #dcdcdc;
    font-size: 20px;
}
@media screen and (max-width: 650px) {
    .tiles{
        display: block;
        padding: none;
    }
    .home-icon{
        padding-left: 0px;
        padding-right: 0px;
        height: 300px;
        border-radius: 15px;
    }
    .home-icon .article-title{
        font-size: 25px;
    }
    .article{
        padding: 20px;
    }
    .article .bannerimg{
        width: 100%;
        object-fit: cover;
        margin-top: 20px;
        height: 180px;
        border-radius: 20px;
    }
    .article .articlebody{
        font-size: 22px;
        line-height: 1.4;
        margin-top: 20px;
    }
    .article .headline{
        font-size: 26px;
        margin-top: 25px;
        line-height: 1.2;
        font-weight: 500;
    }
    .article .postdate{
        font-size: 19px;
    }
    .article .imagegrid{
        display: block;
    }
    .article .imagegrid .gridimage{
        width: 100%;
        margin-right: 20px;
        margin-top: 10px;
        border-radius: 15px;
    }
    .footer{
        height: 240px;
        padding: 30px;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
    }
    .splitarticle{
        display: block;
    }
        .submitoptions{
        display: block;
    }
    .uploadsheet .getintouch button{
        width: 100%;
    }
    .splitarticle p{
    margin-right: 0px;
}
}
@media screen and (max-width: 450px) {
    .home-icon .article-title{
        font-size: 20px;
    }
    .home-icon{
        position: relative;
        object-fit: cover;
        width: calc(100%-90px);
        height: 300px;
        margin-left: 2px;
        margin-right: 10px;
        padding-top: 10px;
        border-radius: 15px;
        cursor: pointer;
        transition: ease 0.5s;
    }
    .nav .logo{
        height: 30px;
        margin-left: 12px;
        margin-top: 17px;
    }
    .rightbuttons .uploadnav{
        outline: 1px solid #ffffff73;
        background-color: rgba(255, 255, 255, 0.816);
        align-items: center;
        font-weight: 500;
        font-size: 19px;
        border: none;
        transform: translateY(-2.5px);
        padding-bottom: 8px;
        color: #000000;
        border-radius: 15px;
        cursor: pointer;
    }
    .rightbuttons .uploadnav i{
        font-size: 25px;
        transform: translateY(5px);
    }
    .rightbuttons{
        float: right;
        margin-top: 14px;
    }

}