body {
    height: 2900px;
}





.tr-title {
    position: absolute;
    top: 370px;
    background-color: #acacac;
    width: 100vw;
    font-size: 2.5rem;
    padding: 10px;
    font-family: "dharma-gothic-e";
    letter-spacing: 6px;
    text-align: center;
    color: rgb(64, 64, 64);
    text-transform: uppercase;
    
}

.category-info {
    gap: 15px;
}

.register-school-btn {
    box-shadow: 3px 3px 0px gray;
}

.register-school-btn-2 {
    width: 250px;
    background-color: rgb(159, 39, 39);
    padding: 15px;
    border-radius: 50px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 800;
    box-shadow: 3px 3px 0px gray;
    cursor: pointer;

    &&:hover {
        background-color: rgb(201, 66, 66);
    }
}



.de-ut-apply {

    background-color: var(--jlred);
    &&:hover {
        background-color: #a23140;
    }
}

.td-ut-apply p {
    font-size: 1rem;
   
}

.de-ut-apply p {
    font-size: 1rem;
    color: white;
}


.teacher-register-window {
    width: 100vw;
    
    
    top: 485px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tr-overview {
    background-color: rgba(215, 215, 215, 0.5);
    height: 580px;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    max-width: 1350px;
    
    box-shadow: 5px 5px 5px rgb(79, 79, 79);
}

.tr-overview-left {
    width: 50%;
    
    height: 70%;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 10px;
}

.tr-overview-left strong {
    color: var(--jlred);
   
    padding: 3px;
    text-align: center;
    
    
    
}

.tr-overview-right {
    width: 40%;
    height: 90%;
   
}

.tr-overview-left-title {
    font-size: 3rem;
    font-weight: 800;
    color: black;
   
    
}



.tr-overview-left-description{
    color: black;
    /* display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 15px; */
    font-size: 1.2rem;
    width: 100%;
}

 .tr-overview-left-description span {
        display: inline-block;
        font-weight: bold;
        color: var(--jlred);
    }




.specifics {
    color: black;
    /* text-align: center; */
    font-weight: 400;
    
    background-color: rgb(213, 213, 213);
    padding: 10px;
    width: 100%;
    text-align: center;
    font-size: 1.1rem;
}

.specifics a {
    font-size: 0.9rem;
}

.specifics span {
    font-weight: 800;
    color: black;
    font-size: 1.3rem;
}

.red {
    color: red;
}

.tr-btn {
    width: 250px;
    height: 50px;
    background-color: var(--jlyellow);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--jlred);
    font-size: 1.5rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 3px 3px 3px rgb(79, 79, 79);
    transition: 0.1s ease-in-out;

    &&:hover {
        box-shadow: 5px 5px 0px gray;
        color: white;
        background-color: rgb(0, 189, 0);
    }
}

.tr-overview-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tr-overview-right a {
    color: black;
    font-size: 1.2rem;
    text-align: center;
    &&:hover {
        color: rgb(255, 255, 255);
    }
}


.school-awards {
    width: 100vw;
    display: flex;
    
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1050px;
    gap: 25px;
    
}

.school-awards-window {
    
    height: 500px;
    width: 70vw;
    /* background-color: rgba(215, 215, 215, 0.5); */
    max-width: 1350px;
    /* box-shadow: 5px 5px 0px gray; */
    display: flex;
    
    justify-content: center;
    align-items: center;
    gap: 100px;
    position: relative;
    
}

.school-awards-window-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 600px;
    position: relative;
    text-align: center;
}
.school-awards-desc {
    height: 500px;
    width: 39%;
    background-color: rgba(215, 215, 215, 0.5);
    max-width: 1350px;
    box-shadow: 5px 5px 0px gray;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

.sad-heading {
    color: black;
    font-size: 2.5rem;
}

.sad-heading span {
    color: var(--jlred);
    font-weight: 800;
}

.sad-text {
    width: 80%;
    color: black;
}

.sad-image {
    width: 375px;
    position: relative;
    display: flex;
    overflow: hidden;
    
    height: 275px;
    background-image: url('/assets/apply-BG.jpg');
    background-size: cover;
    border-radius: 15px;
    border: 5px solid var(--jlred);
    box-shadow: 3px 3px 10px black;
    
}

.sad-image img {
    width: 375px;
    
    
   
}

.image-array {
    display: flex;
    transition: 0.5s ease-in-out;
    z-index: 2;
}

.caption-array {
    display: flex;
    position: absolute;
    bottom: 0;
    transition: 0.5s ease-in-out;
    z-index: 99;
}


.sad-winners-title {
    font-size: 2rem;
    font-weight: bold;
    color: black;
    text-transform: uppercase;
}

.school-caption {
    
    
    background-color: rgba(0,0,0,0.7);
    font-size: 1.4rem;
    font-weight: 800;
    padding: 10px;
    width: 100%;
    text-align: center;
    z-index: 99;
    height: 50px;
    width: 375px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.four-dots {
    display: flex;
    gap: 10px;
}

.dot {
    width: 10px;
    height: 10px;
    background-color: gray;
    border-radius: 5px;
}

.dot:nth-of-type(1) {
    background-color: black;
}

.arrows-con {
    width: 475px;
    
    position: absolute;
    display: flex;
    top: 125px;
    justify-content: space-between;

}

.arrow-left, .arrow-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
   
    z-index: 999;
    
}

.al-line {
    height: 3px;
    width: 15px;
    background-color: black;
    transform: rotate(-45deg);
    position: relative;
    

    &:nth-child(2) {
        transform: rotate(45deg);
        position: relative;
        top: 6px;
    }
}

.al2-line {
    height: 3px;
    width: 15px;
    background-color: black;
   transform: rotate(45deg);
    position: relative;
    

    &:nth-child(2) {
        transform: rotate(-45deg);
        position: relative;
        top: 6px;
    }
}



.school-awards-window-right {
    display: flex;
    flex-direction: column;
}

.sawr-title {
    color: black;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
   
    border-radius: 15px;
}

.sawr-description {
    color: black;
}


.download-title {
    width: 100vw;
    color: black;
    font-size: 3rem;
    position: absolute;
    top: 1875px;
    text-align: center;
    font-weight: 800;
    scroll-margin-top: 70px;
}

.download-array-con {
    width: 100vw;
    display: flex;
    justify-content: center;
}


.download-array {
    position: absolute;
    top: 1950px;
    width: 700px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 25px;
    
}

.download-card {
    width: 200px;
    height: 300px;
   
    background: rgba(215, 215, 215, 0.5);

    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding-top: 20px;

   gap: 10px;
  
   box-shadow: 3px 3px 3px rgb(79, 79, 79);
   
}

.download-card img {
    box-shadow: 3px 3px 0px gray;
    border: 1px solid black;
}

.download-card p {
    color: black;
}

.download-card a {
    color: blue;
}

#welcome-ut-con {
    display: flex;
    width: 100vw;
    align-items: center;
    justify-content: center;
    height: 375px;
    object-fit: cover;
    position: absolute;
    top: 75px;
    left: 0;
}

#welcome-ut {
    width: 500px;
    z-index: 9;
    object-fit: cover;
}

.educator-ut-img {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
    top: 75px;
    z-index: 99;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    
}

#welcomeut1 {
   object-fit: contain;
   width: 400px;
   box-shadow: 3px 3px 5px black;
   
}

.teacher-register-window {
          top: 450px;
    }



.prize-info {
    font-family: "chalky";
    color: white;
    font-size: 2rem;
    text-align: center;
    text-shadow: 2px 2px 0px black;
    text-transform: uppercase;
    /* background-color: white; */
    padding: 15px;
    border-radius: 25px;
    font-weight: 800;
}

.prize-info span {
    font-family: "dharma-gothic-e";
    text-decoration: underline;
    font-size: 3rem;
}

.bottom-row {
    display: flex;
    flex-direction: column;

    gap: 20px;
    align-items: flex-start;
}

.winners-hero {
    top: 1550px;
}

.w-h-2 {
    width: 90%;
    max-width: 1350px; 
    margin-left: auto;
     margin-right: auto;
}

.hidden {
    font-size: 1.3rem;
}

.hidden span {
    font-size: 1.8rem;
}

.leftdescription {
    font-size: 1.2rem;
}

.leftheading {
    font-size: 1.7rem;
}

@media screen and (max-width: 1250px) {

    body {
        height: 3100px;
    }
  
    .information {
        gap: 50px;
    }

    .tr-overview-left-title {
        font-size: 2.5rem;
    }

 

    .tr-overview-right img {
        width: 300px;
    }

    
}


@media screen and (max-width: 1250px) {

    

    
    .tr-overview {
        flex-direction: column;
        height: 825px;
        padding-top: 30px;
        padding-bottom: 30px;

    }

    .tr-overview-left {
        width: 90%;
    }

   

    .tr-overview-left-title {
        font-size: 2rem;
    }

    .tr-overview-left {
        align-items: center;

    }

    .bottom-row {
        align-items: center;
    }

    .tr-overview-left-description{
        text-align: center;
        justify-content: center;
    }

    .tr-overview-right a {
        color: white;
    }

   .clicktoview {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.605);
    color: white;
    text-decoration: none;
    padding: 5px;
    font-weight: bold;
   }

   .school-awards-window {
    flex-direction: column-reverse;
    gap: 50px;
    top: 270px;
   }

   .sawr-title {
    font-size: 1.5rem;
   }


    /* .sad-image{
    width: 250px;
   }

   .image-array img {
    width: 250px;
   }

   .arrows-con {
    top: 75px;
    width: 350px;
   } */


 
    .download-title {
        top: 2125px;
    }

    .download-array {
        width: 500px;

        top: 2200px;
    }

    #welcomeut1 {
        width: 300px;
    }

    .winners-hero {
        top: 1820px;
    }
    .school-awards-window {
        gap: 0px;
    }

    .leftdescription {
    font-size: 1rem;
}

}
   

@media screen and (max-width: 850px) {
    .information {
        gap: 15px;
    }

    .leftheading {
        font-size: 1.25rem;
    }
    .left-i {
        width: 250px;
    }

    .leftdescription {
        width: 250px;
       font-size: 0.8rem;
    }
}

@media screen and (max-width: 800px) {

    html {
        overflow-x: hidden;
    }

   
  
    #welcomeut1 {
        width: 250px;
    }

    .prize-info {
        font-size: 1.5rem;
    }

    .prize-info span {
        font-size: 1.8rem;
    }

    .educator-ut-img {
        gap: 5px;
    }

      .tr-overview-right img {
        width: 250px;
    }

    .tr-overview-left {
        gap: 5px;
    }

    .tr-overview-left-title {
        /* width: 300px; */
        text-align: center;
    }

    
    
}

@media screen and (max-width: 660px) {
    .school-awards-window {
        top: 285px;
    }

    .winners-hero {
        top: 1875px;
    }

    .td-ut-apply p {
        font-size: 0.7rem;
    }

    .de-ut-apply p {
        font-size: 0.7rem;
    }

    .specifics span {
        font-size: 1rem;
    }

    .specifics {
        width: 90%;
    }

    .educator-ut-img {
    position: absolute;
    width: 100%;
    height: 300px;
    left: 0;
   
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    
}

#welcomeut1 {
    width: 400px;
    position: absolute;
    z-index: -1;
    display: none;
    
}

   .prize-info {
        font-size: 2rem;
      
    }

    .prize-info span {
        font-size: 3rem;
    }

      .applyut-btns {
        display: flex;
        flex-direction: column;
    }

    

}

@media screen and (max-width: 500px) {

    .download-array {
        gap: 10px;
    }

     .download-card {
        width: 165px;
        text-align: center;
    }

    .teacher-register-window {
          top: 450px;
    }
    .applyut-btns {
        display: flex;
        flex-direction: column;
    }

    .specifics {
        width: 100%;
    }

    .tr-overview {
        height: 945px;
    }

    .school-awards {
        top: 1100px;
        
    }

    .school-awards-window {
        gap: 0px;
    }

    .school-awards-window-right {
        align-items: center;
        justify-content: center;
    }

    .sawr-title {
        width: 125%;
    }

    .tr-overview-left-description {
         font-size: 1rem;
    }
   
    .prize-info {
        font-size: 1.5rem;
    }

}

    html {
        overflow-x: hidden;
    }
 

    /* .tr-overview-left-title {
        font-size: 1.5rem;
        width: 325px;
        text-align: center;
    }
 */


    .tr-btn {
        font-size: 1.2rem;
        width: 175px;
        height: 40px;
    }

  

 
   
 

    

    .download-array {
        width: 450px;

       
    }

   

    .download-card img {
        width: 125px;
    }

    .tr-title {
        font-size: 1.5rem;
    }

    .arrows-con {
        width: 375px;
    }

    .sad-image {
        transform: scale(0.8);
    }

    .four-dots {
        transform: scale(0.8);
        
    }

    .school-awards-window-left {
        gap: 0px;
    }

    .four-dots {
        margin-bottom: 10px;
    }

    .td-ut-apply {
        width: 225px;
    }

    .de-ut-apply {
        width: 225px;
    }

  

    
    


/* @media screen and (max-width: 400px) {
    .prize-info {
        font-size: 1rem;
    }

    .prize-info span {
        font-size: 1.2rem;
    }
} */