@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
.detailContainer {
    display: flex;
    flex-direction: column;
}
.summaryContainer {
    display: flex;
}
.back {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background-color: white;
    font-size: 20px;
    margin-top: 20px;
    cursor: pointer;
}
.back span {
    opacity: 0;
    font-size: 15px;
    transition: all 0.5s ease-in-out;
}
.back:hover span {
    opacity: 1;
}
h5 {
    margin-top: 20px;
    margin-left: 100px;
    font-size: 15px;
    font-weight: 400;
}
.heading {
    margin-left: 100px;
    width: 48%;
}
.heading h1{
    font-weight: 600;
    color: orangered;
}
.heading h1 span:first-of-type{
    margin-top: 20px;
    gap: 5px;
    font-size: 35px;
    background: linear-gradient(to right,orangered,rgb(246, 180, 180));
    font-weight: 600;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.summary {
    margin-top: 30px;
    font-size: 18px;
}
.details {
    margin-left: 100px;
    margin-top: 40px;
    display: flex;
    gap: 25px;
}
.details i {
    font-size: 20px;
    margin-right: 5px;
}
.applybtn {
    width: 120px;
    padding: 10px;
    font-weight: 300;
    margin-left: 100px;
    margin-top: 40px;
    background-color: orangered;
    border: none;
    color: white;
    border-radius: 15px 0 15px 0;
    cursor: pointer;    
}
.imgHolder {
    background-color: rgb(255, 69, 0,0.5);
    width: 100%;
    border: none;
    border-radius: 0 0 0 30%;
}
.imgContainer {
    width: 37%;
    margin-left: 100px;
}
.imgHolder img {
    margin-top: 10px;
    margin-left: 120px;
    border: none;
    height: 450px;
}
.about {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.about h3 {
    text-align: center;
    font-weight: 600;
    font-size: 25px;
    background: linear-gradient(to right,orangered,rgb(232, 78, 78));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.detailPara {
    width: 90%;
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
    display: flex;
}
.detailPara p {
    text-align: justify;
    text-align-last: center;
    margin-left: 100px;
}
.detailPara img {
    margin-left: 20px;
}
.objective {
    background-color: #eae2b7;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.objective h3 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(to right,orangered,rgb(243, 127, 127));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.objlists {
    display: flex;
    width: 80%;
    justify-content: space-evenly;
    gap: 25px;
    line-height: 1.5;
}
.objlists li {
    font-size: 15px;
    margin-bottom: 15px;
}
.keydetails {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
}
.keydetails h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    background: linear-gradient(to right,orangered,rgb(222, 148, 122));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.boxContainer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.box {
    border: 1px solid;
    border-radius: 15px;
    margin-top: 35px;
    height: 200px;
    width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to left,rgb(255, 69, 0,0.2),white);
}
.box i {
    font-size: 35px;
}
.box p {
    margin-top: 20px;
    font-weight: 500;
}
.block {
    display: block !important;
    text-align: center;
    margin-top: 5px;
    font-weight: 500;
}
.scopeboxContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.scope h2 {
    margin: 40px 0px;
    text-align: center;
    font-weight: 500;
    background: linear-gradient(to right,orangered,rgb(222, 148, 122));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.scopebox {
    width: 30%;
}
.scopebox p {
    margin-top: 15px;
    font-size: 15px;
    width: 85%;
    margin-bottom: 20px;
    padding: 10px;
}
.scopebox span {
    font-weight: 500;
    margin-right: 10px;
    margin-left: 10px;
}
.scopebox i {
    font-size: 20px;
}
.noticecontainer {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin: 40px 0;
}
.notice {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: 1px solid;
    border-radius: 20px;
    padding: 20px;
}
.noticedetails {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.noticedetails h2 {
    margin-right: 40px;
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
    background: linear-gradient(to right,orangered,rgb(230, 134, 99));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.noticedetails h2>span {
    font-weight: 600;
}
.noticedetails button {
    width: 120px;
    padding: 10px;
    font-weight: 300;
    margin-top: 40px;
    background-color: orangered;
    border: none;
    color: white;
    border-radius: 15px 0 15px 0;
    cursor: pointer;
}
