*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Georgia, 'Times New Roman', Times, serif;
    scroll-behavior: smooth;
   
}

body{
    background-color: #2e1800;
}


section{
    padding: 100px;
}

/*parallax background Homepage*/
.banner{
    position: relative;
    width: 100%;
    height: 100vh;
    padding: 0px;
    overflow: hidden;

    justify-content: space-between;
    background-position: center;
    min-height: 100vh;
    background-size: cover;
    align-items: center;
}

.banner h2{
    font-size: 3em;
    color: rgb(255, 255, 255);
    font-weight: 700;
    line-height: 1.5em;
    
}
.banner h3{
    margin-top: 40px;
    font-size: 1.5em;
    color: white;
    font-weight: 500;
}

.containerParallax{
    position: absolute;
    left: -10%;
    width: 120%;
    height: 100vh;
    background-color: #5b3104;
}

.containerParallax #scene .layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.containerParallax #scene .layer .layerImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;

    
}

/*header*/


header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 40px 100px;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: 0.5s;
}
header.sticky{
    /*background: linear-gradient(to right, #e818a0, #fba574);*/
    background: linear-gradient(#dd8629,#bd5c12);
    padding: 20px 100px;
}
header .logo{
    color: #ffcf9b;
    font-size: 24px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 2px;
}
header.sticky .logo{
    color: #ffcf9b;
}
header ul{
    position: relative;
    display: flex;
    font-weight: bold;
}
header ul li{
    position: relative;
    list-style: none;
}
header ul li a{
    position: relative;
    display: inline-block;
    margin: 0 15px;
    color: #ffcf9b;
    text-decoration: none;
}



/*Begin section*/
.heading{
    color: white;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.heading h2{
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.private{
    background-color: #1f1000;
}

.private a{
    color: #dd8629;
    text-decoration: none;
    
}

.heading.white{
    color: white;
}



/*environment Section*/
.environment a{
    color: #dd8629;
    text-decoration: none;
    
}

.tiltCard{
    width: 400px;
    height: 576px;

    margin: 0 20px;
    transform-style: preserve-3d;
    transform: perspective(1000px);

}

.tiltCard .cardImg{
    border-radius: 10px;
    width: 300px;
    height: 400px;
    transform: translateZ(20px);

}

.tiltCard .topP{
    transform: translateZ(40px);
    font-weight: 990;
}

.tiltCard .bottomP{
    
    transform: translateZ(40px);
}

.card{
   
    display: grid;
    grid-template-columns: 300px;
    grid-template-rows: 210px 210px 80px;
    grid-template-areas: "image" "text";

    font-family: 'Courier New', Courier, monospace;
    text-align: center;


}

.cardImage{
    grid-area: image;
    border-radius: 15px;
    background-size: cover;
    width: 120px;
    height: 110px;
}

.cardText{
    grid-area: text;
    margin: 25px;
    text-align: justify;
    line-height: 22px;
}
.cardText h2{
    text-align: center;
}

.environment .card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;

}

.environment .card .tiltCard{
    padding: 40px 20px;
    
    border-radius: 20px;
    border: 2px solid rgb(255,255,255,0.18);

    color: rgb(255, 221, 146);
    max-width: 340px;
    margin: 40px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 8px 32px 0 rgb(0,0,0,0.37);
}

.environment .card .cardBox a{
    color: rgb(255, 221, 146);
    text-decoration: none;
    cursor: pointer;
}

.environment .card .cardBox:hover{
    background: #1f1000;
      
}
.environment .card .cardBox img{
    max-width: 130px;
}
.environment .card .cardBox h2{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 20px;
}

.environment .card .tiltCard p{
    padding-top: 10px;
}


/*contact*/
.contact{
  background: #dd8629; 
  background-image: url(../media/img/fall25/contact.jpg); 
  background-size: cover;
   
}

.contact .heading{
    color: #dd8629;
}

.contact .card{
     padding-top: 127px;
}
.contactInfo{
    min-width: 40%;
}
.contactInfo h3{
    color: #dd8629;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}
.contactInfo h2{
    color: #dd8629;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.contactInfoBox{
    position: relative;
}
.contactInfoBox .box{
    color: #dd8629; 
    margin-bottom: 20px;  
}

.text .socialmedia{
    color: #dd8629;
    text-decoration: none;
    font-weight: bold;
}

.contact .cardText{
    text-align: center;
}


.contact .card{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: row;

}

.contact .card .cardBox{
    padding: 40px 20px;
    
    background: linear-gradient(135deg, rgb(255,255,255,0.1), rgb(255,255,255,0));
    backdrop-filter: blur(10px);
    border-radius: 20px;
    border: 2px solid rgb(255,255,255,0.18);

    color: #dd8629;
    max-width: 340px;
    margin: 40px;
    text-align: center;
    transition: 0.5s;
    box-shadow: 0 8px 32px 0 rgb(0,0,0,0.37);
}

.contact .card .cardBox a{
    color: #ffcf9b;
    text-decoration: none;
    cursor: pointer;
    font-weight: 900;
}

.contact .card .cardBox:hover{
    background: #87878770;
      
}

.contact .card .cardBox img{
    max-width: 245px;
}
.contact .card .cardBox h2{
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 20px;
}





/*Code for responsive behaviour*/
@media (max-width: 991px){
    header,
    header.sticky{
        padding: 20px 50px;
        z-index: 1000;
    }
    .menu{
        position: fixed;
        top: 75px;
        left: -100%;
        display: block;
        padding: 100px 50px;
        text-align: center;
        width: 100%;
        height: 100%;
        background: white;
        transition: 0.5s;
        z-index:999 ;
        border-top: 1px solid rgba(0,0,0,0.2);
    }
    .menu.active{
        left: 0;
        
    }
    header ul li a{
        color: #111;
        padding: 10px;
    }
    .toggle{
        width: 40px;
        height: 40px;
        background: url(../media/img/burgermenu.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px;
        cursor: pointer;

    }
    .toggle.active{
        background: url(../media/img/close.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 25px;
        cursor: pointer
    }
 
    section{
        padding: 100px 50px;
    }


    .banner{
        padding: 80px 0px 100px;
    }
    .banner h2{
        font-size:1.5em ;
    }
    .banner h3{
        font-size:1em ;
    }



    .btn{
        margin-top: 10px;
        padding: 10px 20px;
        font-size: 16px;
    }
    .heading h2{
        font-size: 24px;
    }
    .contentBox h3{
        font-size: 20px;
    }
    .content{
        flex-direction: column;
    }
    .w50{
        margin-bottom: 20px;
    }
    .university .content .universityBox{
        margin: 10px;
    }
    .comic .content .comicBox{
        width: 100%;
        padding: 10px;
    }
    .artGallery .content .projectBox{
        max-width: calc(100% - 20px);
        padding: 40px 20px;
        margin: 10px;
        background: rgb(42, 42, 42);
    }
    .artGallery .content .projectBox h3{
        margin-top: 20px;
    }
}

@media (max-width: 600px){
    header,
    header.sticky{
        padding: 20px 20px;
        z-index: 1000;
    }



    .banner{
        padding: 80px 0px 100px;
        
    }


    section{
        padding: 100px 20px;
    }
}
