* {
    margin: 0;
    padding: 0;
}

.header {
    height: calc(60px);
    margin: 0;
    z-index: 1;
    position: relative;
    width: 100vw;
}

.logo {
    position: relative;
    display: inline-block;
    background-image: url('../images/logo-light.png');
    height: 40px;
    margin-top: 8px;
    margin-left: 15px;
    width: 60px;
    background-size: 60px 40px;
    background-repeat: no-repeat;
}

.text-header {
    position: absolute;
    top: 10px;
    left: 90px;
    font-size: 15px;
    width: calc(100vw - 180px);
    text-align: center;
    line-height: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    color: white;
}

.hamburger-menu-initial {
    position: absolute;
    top: 16px;
    left: calc(100vw - 60px);
    height: 25px;
    width: 30px;
    background-image: url('../images/menu.png');
    background-size: 30px 25px;
    background-repeat: no-repeat;
    color: white;
}

.menu {
    position: absolute;
    top: 0;
    z-index: 3;
    left: -100vh;
    height: 100vh;
    width: 100vw;
    background-color: white;
}

.cross-menu {
    background-image: url('../images/cross.png');
    position: absolute;
    top: 20px;
    left: 85vw;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
}

.text-menu {
    background: -webkit-linear-gradient(#ED8F03, #FFB75E);
    font-size: 28px;
    display: block;
    text-align: center;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 6vw;
    font-family: 'Josefin Sans', sans-serif;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.menu-container {
    margin-top: 10vw;
}

.title-menu {
    padding-top: 40px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 2px;
}
.background-image {
    width: 100vw;
    height: 60vh;
    background-image: url('../images/img-002.jpeg');
    background-size: 100vw 60vh;
    position: absolute;
    top: 0;
    left: 0;
}

.backimgtext {
    color: #ED8F03;
    font-size: 24px;
    padding-top: 55vh;
    padding-left: 20px;
    letter-spacing: 2px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
}

.subjectText {
    margin-top: 55vh;
    padding-left: 20px;
    padding-right: 20px;
    /* font-family: 'Gilroy',sans-serif; */
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
}

.backspan{
    visibility: hidden;
}

.imageIn {
    margin-top: 4vh;
    margin-bottom: 5vh;
    width: 90vw;
    height: 220px;
    margin-left: 5vw;
    background-size: 90vw 220px;
    border-radius: 10px;
}

#imageAcc1 {
    background-image: url('../images/A17I7837.JPG');
}


.facilities {
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 20px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 10vw;
    padding-right: 10vw;
}

/* PURECODE */
.card-container{
    width: 90vw;
    height: 250px;
    font-family: 'Source Sans Pro';
    perspective: 1000px;
    background-color: transparent;
    margin-top: 4vh;
    border: 1px solid rgb(255, 198, 128);
    -webkit-box-shadow: 0px 0px 25px 1px rgba(199, 142, 68, 0.27);
    -moz-box-shadow: 0px 0px 25px 1px rgba(199, 142, 68, 0.27);
    box-shadow: 0px 0px 25px 1px rgba(199, 142, 68, 0.27);
    margin-left: 5vw;
}
.textImgCard{
    position: absolute;
    width: 100%;
    height: 100%; 
    z-index: 2;
    background-color: rgba(237, 143, 3, 0.329);
    text-align: center;
    top: 0;
    left: 0;
    color: white;
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    backface-visibility: hidden;
}
.cardTitle{
    font-weight: 600;
    padding: 20px;
    font-size: 20px;
    color: black;
}
.featureCardText{
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    color: black;

}
.t1{
    flex:1;
}

.innerCard{
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.rotateFeature {
    transform: rotateY(180deg);
    /* backface-visibility: hidden; */
}

.innerBackCard{
position: absolute;
width: 100%;
height: 100%;
backface-visibility: hidden;
 color: white;
 transform: rotateY(180deg);
 
}

.innerForntcard{
     background-color: #bbb;
     color: black;
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;

}

.buasdatton{
    padding: 10px 30px;
    display: inline-block;
    color: white;
    font-family: 'Josefin Sans', sans-serif;
    background-color: #ED8F03;
}

.startsAt{
    padding: 10px 0;
    display: inline-block;
    color: black;
    font-family: 'Josefin Sans', sans-serif;
}

.footerCard{
    width: 80vw;
    margin-left: 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.title{
    margin-top: 20px;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    margin-left:5vw;
    display: inline-block;
    border-bottom: 2px solid #ED8F03;
    padding-bottom: 10px;
}