* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    background-color: #6BA644;
    color: white;
    min-width: 410px;
    max-width: 2500px;
    min-height: 100vh;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    margin: auto;
}
#main {
    display: block;
    min-height: 585px;
}
#parent1 {
    width: 100%;
    height: 100%;
}
#topbox1 {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-direction: column;
    height: 185px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    cursor: default;
    z-index: 9999;
}
#top1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #548235;
    width: 100%;
    height: 75px;
    padding: 0 50px 0 50px;
    border: 1px solid white;
}
.logodivtop {
    height: 80px;
    width: 80px;
}
#nexulogo, #eydilogo {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
#nexulogo:hover, #eydilogo:hover{
    transform: rotate(360deg);
    transition: 400ms;
}
#NEXDI {
    text-shadow: 0px 0px 4px white;
}
#NEXDI:hover {
    text-shadow: 0px 0px 10px white;
}
#mid1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    background-color: #335800;
    border: 1px solid white;
    font-size: clamp(10px, 3vw, 16px);
}
#mid1 h2{
    animation: mid1 9s infinite;
}
@keyframes mid1 {
    0% {color: #548235}
    50% {color: white}
    100% {color: #548235}
}
#bot1 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 100%;
    background-color: #335800;
    border: 1px solid white;
    font-size: clamp(8.5px, 2vw, 16px);
}
#bot1 h2 {
    animation: bot1 5s infinite;
}
@keyframes bot1 {
    0% {text-shadow: 0px 0px 1px;}
    10% {text-shadow: 0px 0px 2px;}
    20% {text-shadow: 0px 0px 3px;}
    30% {text-shadow: 0px 0px 4px;}
    40% {text-shadow: 0px 0px 5px;}
    50% {text-shadow: 0px 0px 6px;}
    60% {text-shadow: 0px 0px 5px;}
    70% {text-shadow: 0px 0px 4px;}
    80% {text-shadow: 0px 0px 3px;}
    90% {text-shadow: 0px 0px 2px;}
    100% {text-shadow: 0px 0px 1px;}
}
.px200top {
    height: 185px;
}
#liparent {
    background-color: #548235;
    height: clamp(auto, 130px);
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    width: 100%;
}
#liparent li {
    width: 213.333px;
    height: 130px;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
    border: 1px solid #335800;
    border-radius: 15px;
    flex: 1 1 0;
}
#liparent .logotext {
    height: 50%;
    text-decoration: none;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: clamp(7px, 2vw, 14px);
}
#liparent .logotext:hover{
    text-shadow: 0px 0px 2px ;
}
#liparent .logotext:active{
    transform: translateY(2px) translateX(2px);
    transition: 50ms;
}
#CITLOGO:hover, #CTELOGO:hover, #CENLOGO:hover, #CABHALOGO:hover, #CASLOGO:hover, #CAMLOGO:hover {
    filter: drop-shadow(0px 0px 5px white);
}
#CITLOGO:active, #CTELOGO:active, #CENLOGO:active, #CABHALOGO:active, #CASLOGO:active, #CAMLOGO:active{
    transform: translateY(2px) translateX(2px);
    transition: 50ms;
}
.logoclass {
    height: 50%;
    width: 50%;
}
#CITLOGO, #CTELOGO, #CENLOGO, #CABHALOGO, #CASLOGO, #CAMLOGO{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
#CABHAli .logotext{
    font-size: clamp(7px, 1.3vw, 11.5px);
}
#botbox1{
    display: flex;
    width: 100%;
    height: 270px;
}
#left1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 33.4%;
    background-color: #335800;
    background: url(main.jpg);
    background-size: cover;
    text-shadow: 1px 2px 10px black;
}
#left1 span{
    background-color: #548235;
    border-radius: 15px;
    cursor: default;
}
#slsulogodiv {
    height: clamp(100px, 30vw, 200px);
    width:  clamp(100px, 30vw, 200px);
}
#SLSULOGO {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#SLSULOGO:hover {
    filter: drop-shadow(0px 0px 10px green);
}
#SLSULOGO:active {
    filter: drop-shadow(0px 0px 10px rgb(35, 255, 35));
}
#right1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 66.6%;
    background: url(main.jpg);
    background-size: 100% 100%;
}
#info1{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    height: 250px;
    background-color: rgba(0, 0, 0, 0.338);
    overflow-y: auto;
    padding: 10px;
    text-shadow: 0px 1px 5px #335800;
    border-radius: 15px;
    line-height: 1.5;
}
#info1:hover{
    transition: 200ms;
    background-color: rgba(245, 245, 245, 0.712);
    color: black;
    text-shadow: 0px 1px 4px white;
}
#ligoal li {
    list-style-type: decimal;
    margin-left: 30px;
}

/* PICKS */

.headpick {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 55px;
    background-color: #4f772f;
    border: 1px solid white;
    font-size: clamp(10px, 2.5vw, 16px);
    cursor: default;
    text-align: center;
}
.headpick h2 {
    animation: headtext 2s ease-out;
}
@keyframes headtext{
    0% {opacity: 0.7; transform: translateX(-100px);}
    100% {opacity: 1; transform: translateX(0);}
}
.navpick {
    width: 100%;
    height: 70px;
    display: flex;
    align-items: center;
}
.homediv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #95cb6c;
    width: 150px;
    height: 70%;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px white;
}
.apick{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: white;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}
.apick:hover{
    background-color: #81a962;
  
}
.apick:active{
    background-color: #5e7f44;
    transform: translateY(2px) translateX(2px);
}
.homeparent {
    width: 25px;
    height: 30px;
}
.home {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.picks {
    width: 100%;
    display: flex;
    height: auto;
    min-height: 60vh;
    align-items: start;
    justify-content: center;
}
.pickcources {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    margin: 0px 5px 0px 10px; 
    background-color: #95cb6c;
    height: 264px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px white;
    overflow: hidden;
}
.pickvirtual {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 10px 0px 5px;
    width: 50%;
    background-color: #95cb6c;  
    height: 264px;
    border-radius: 15px;
    box-shadow: 2px 2px 6px white;
    overflow: hidden;
}
.pickcources:hover, .pickvirtual:hover{
    background-color: #335800;
    text-shadow: 0px 0px 10px white;
    transition: 200ms;
}
.pickcources:active a h2, .pickvirtual:active a h2{
    transform: translateX(-20px);
}
.pickcources h2, .pickvirtual h2{
    animation: folder 3s ease;
}
@keyframes folder{
    0% {transform: translateX(-50px);}
    100% {transform: translateX(0);}
}
.picks a{
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-size: clamp(20px, 5vw, 40px);
    text-align: center;
    height: 100%;
    width: 100%;
}
.backdiv {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #95cb6c;
    width: 150px;
    height: 70%;
    margin-left: 20px;
    border-radius: 15px;
    box-shadow: 2px 2px 5px white;
}
.courses-virtual{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #95cb6c;
    width: 70%;
    height: 70%;
    margin-left: 20px;
    border-radius: 15px;
    font-size: clamp(10px, 3vw, 30px);
    margin-right: 10px;
    animation: contenthead 6s infinite;
}
@keyframes contenthead {
    0%{background-color: #345800; text-shadow: 0px 0px 1px white;}
    10%{background-color: #355800; text-shadow: 0px 0px 2px white;}
    20%{background-color: #365800; text-shadow: 0px 0px 3px white;}
    30%{background-color: #375800; text-shadow: 0px 0px 4px white;}
    40%{background-color: #385800; text-shadow: 0px 0px 5px white;}
    50%{background-color: #395800; text-shadow: 0px 0px 6px white;}
    60%{background-color: #385800; text-shadow: 0px 0px 5px white;}
    70%{background-color: #375800; text-shadow: 0px 0px 4px white;}
    80%{background-color: #365800; text-shadow: 0px 0px 3px white;}
    90%{background-color: #345800; text-shadow: 0px 0px 2px white;}
    100%{background-color: #335800; text-shadow: 0px 0px 1px white;}
}
/* Choose1 page 3*/

.contentcourses {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
    background-color: #95cb6c;
    height: auto;
    line-height: 1.7;
    width: 800px;
    text-align: left;
    border-radius: 30px;
    font-size: clamp(16px, 3vw, 28px);
    padding: 10px 30px 10px 30px;
}
.contentcourses ul {
    margin-left: 50px;
}
/* Choose 2 */

.virtual-box {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.virtual-content {
    width: 100%;
    height: auto;
    background-color: #95cb6c;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0 10px 0;
}
.CITpicsdiv {
    width: clamp(200px, 25vw, 300px);
    height: clamp(200px, 25vw, 300px);
    overflow: hidden;
    border-radius: 15px;
    background-color: #375800;
    animation: picsdiv 3s infinite;
}
@keyframes picsdiv{
    0% {filter: brightness(0.1) inset 0px 0px 25px #95cb6c;}
    10% {box-shadow: inset 0px 0px 26px #95cb6c;}
    20% {box-shadow: inset 0px 0px 0px #95cb6c;}
    30% {box-shadow: inset 0px 0px 28px #95cb6c;}
    40% {box-shadow: inset 0px 0px 0px #95cb6c;}
    50% {box-shadow: inset 0px 0px 30px #95cb6c;}
    60% {box-shadow: inset 0px 0px 0px #95cb6c;}
    70% {box-shadow: inset 0px 0px 28px #95cb6c;}
    80% {box-shadow: inset 0px 0px 0px #95cb6c;}
    90% {box-shadow: inset 0px 0px 26px #95cb6c;}
    100% {box-shadow: inset 0px 0px 0px #95cb6c;}
}
.CITpics {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.8);
}
.CITpics:hover {
    object-fit: fill;
    filter: drop-shadow(1px 4px 10px black);
    width: 100%;
    height: 100%;
    transition: 300ms;
}
.CITpics:active{
    transform: scale(1.3);
}

/* RESPONSIVE DESIGN */

@media screen and (max-width: 850px){
    #liparent {flex-wrap: wrap;}
}

#footer {
    cursor: default;
    height: 80px;
    background-color: #335800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: small;
    line-height: 1.5;
}
#caramel {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #95cb6c;
}
