@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belanosima:wght@600&display=swap');



/* ||CSS RESET */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    background-image: url("../img/pexels-victor-freitas-841130.jpg");
    background-repeat: repeat-y;
    background-position: center;
    background-size: cover;
    font-family: "Nunito", sans-serif;
    min-height: 100vh;
    font-size: 1.5rem;
    color: white;

}

/* ||HEADER STYLING */

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 30vh;
    padding-left: 35px;
    padding-right: 35px;
    /* margin-top: 12px; */
    position: sticky;
    min-width: 100%;
    top: 0;
    background-color: rgba(0, 0, 0, 0.538);
    z-index: 1;
    transition: top ease-in-out 0.3s;
}



.header-left {
    transition: all ease-in-out 200ms;
}

.header-left:hover {
    scale: 1.1;

}

.logo {
    max-height: 50px;
    /* width: 100%; */
    scale: 1.8;
    margin-top: 1rem;


}

.logo:hover {
    cursor: pointer;

}

.logo-name {
    position: relative;
    /* bottom: 11px; */
    font-family: 'Courier New', Courier, monospace;
    color: orangered;
    text-align: center;
    font-weight: bolder;
    font-size: 30px;
    left: -5px;
}

.logo-name:hover {
    cursor: pointer;
}




.mid-navbar {
    display: flex;
    gap: 5rem;
    width: 36%;
}

li {
    list-style-type: none;
    transition: all ease-in-out 200ms;

}

li a.exc {
    text-decoration: none;
    color: white;
    transition: all ease-in 400ms;
    /* font-weight: bold; */
}

li a.exc:hover {
    /* font-weight: ; */
    /* font-size: 20px; */
    color: orangered;
    background-color: rgba(255, 255, 255, 0.195);
    border-radius: 5px;
}

li a.inc {
    text-decoration: none;
    color: orangered;
    line-height: 3rem;
}

li:hover {
    scale: 1.1;
}


.header-right {
    /* background-color:  rgb(255, 119, 0); */
    color: orangered;
    border-radius: 15px;
    padding: 0.5rem;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bolder;
    max-height: 50px;
    text-align: center;
    margin-top: 7px;
    transition: all ease-in-out 200ms;
    cursor: pointer;
    border: 4px double white;
    justify-content: space-around;
}

.btn {
    display: flex;
    gap: 1rem;
}

.btn a {
    color: orangered;
    text-decoration: none;
}

.btn a:visited {
    color: orangered;
}


.header-right:hover {
    /* scale: 1.05; */
    transform: translateY(-7px);
    box-shadow: 5px 5px rgba(255, 68, 0, 0.478) inset;
}

.header-right:active {
    scale: 0.95;
}

.header-left a {
    text-decoration: none;
}

.neg {
    filter: invert(100%);
}

main {
    min-height: 165.5vh;
}

/* 1 */
.upper-text {
    font-size: 10rem;
    font-family: 'Bebas Neue', sans-serif;
    margin: 2rem;
    text-align: center;
    animation: bounceMePls 1s ease-in-out 2s;
}

.and {
    color: orangered;
}

.center-text {

    max-width: 700px;
    padding-left: 4rem;
    font-size: 6rem;
    font-family: 'Bebas Neue', sans-serif;
    padding-top: 3rem;
    animation: bounceToLeft ease-in-out 3s;

}

.wu {
    color: orangered;
}

.btn-r-g {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
}

.rg {
    color: white;
    text-transform: uppercase;
    width: 128px;
    height: 64px;
    padding: 5px;
    margin: 0;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 68, 0, 0.615);
    font-size: 0.8rem;
    font-weight: 800;
    transition: all ease-in 250ms;
}

.rg:hover {
    cursor: pointer;
    color: orangered;
    scale: 0.95;
    background-color: rgba(174, 172, 172, 0.568);
}

.banner {
    margin-top: 500px;
    background-image: url(../img/pexels-tima-miroshnichenko-6389886.jpg);
    min-height: 400px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
    box-shadow: 0 0 15px black;
    margin-bottom: 200px;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 5px;
}

.banner-head {
    font-family: 'Belanosima', sans-serif;
    text-align: center;
    font-size: 5rem;
}

.think,
.today {
    color: orangered;
}

.banner-description {
    margin-top: 20px;
    font-size: larger;
    text-align: center;
}

.banner-button {
    color: white;
    text-transform: uppercase;
    width: 128px;
    height: 64px;
    padding: 5px;
    margin-left: 10px;
    outline: none;
    border: none;
    border-radius: 5px;
    background-color: rgba(255, 68, 0, 0.615);
    font-size: 0.8rem;
    font-weight: 800;
    transition: all ease-in 250ms;
}

.banner-button:hover {
    cursor: pointer;
    color: orangered;
    scale: 0.95;
    background-color: rgba(174, 172, 172, 0.568);
}

.banner div:last-child {
    text-align: center;
    margin-top: 30px;
}



/* 2 */
footer {
    /* background-image:linear-gradient(rgba(250, 251, 250, 0.374), black) ; */
    /* backdrop-filter: blur(5px); */
    /* background-color: rgba(0, 0, 0, 0.23);    */
    /* min-height:3vw ; */
    /* border: 2px solid orange; */
    padding: 0.5rem;
    /* position: fixed;
    top: 50vh; */
    min-width: 0px;

    /* max-height: fit-content; */
    /* backdrop-filter: blur(5px); */
    background-color: rgba(0, 0, 0, 0.538);
    height: 110px;
    font-size: 2rem;


}

/* footer p{
    text-align:center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: underline;
} */

.social {
    display: flex;
    justify-content: space-evenly;
    align-items: center;

}

.scl {
    transition: all ease-in-out 200ms;
}

.scl:hover {
    scale: 1.1;
}

.copyright {
    text-align: center;
    font-size: 1rem;

    padding: 0;
    margin: 0;
}

.copyright span {
    color: orangered;
}

.dropdown-menu {
    display: block;
    position: absolute;
    right: 2rem;
    top: 70px;
    width: 300px;
    text-align: center;
    border-radius: 10px;
    backdrop-filter: blur(5px);
    line-height: 4rem;
    border-color: rgba(71, 69, 69, 0.592);
    border-width: 12px;
    /* border-style: groove; */
    border-style: inset;
    background-color: rgba(255, 68, 0, 0.107);

}

.dropdown-menu a {
    display: block;
    width: 100%;

}

.dropdown-menu li:hover {
    scale: 0.8;
}

.dropdown-menu .header-right {
    text-align: center;
    margin: 0;
    padding: 0;
}

/* .dropdown-menu .header-right:hover{
    scale: 0.9;
} */
.toggle-btn {
    display: none;
}

header div:nth-child(5) {
    display: none;
    height: 0;
    /* transition:all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275); */

}

header div:nth-child(5).open {
    display: block;
    height: fit-content;
}


body {
    overflow-x: hidden;
}

/* .btt {

    width: 30px;
    height: 30px;

    border: 2px solid blue;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-size: 24px;
    margin-bottom: 9px;
    z-index: 1;
    transition: scale ease-in-out 200ms;
}

.btt:hover {
    cursor: pointer;
    scale: 1.05;
}

.btt:active {
    scale: 0.95;
} */

/* BTT */
#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: orangered;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 100%;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */

    transition: all ease-in-out 200ms;
}

#myBtn:hover {
    background-color: rgba(174, 172, 172, 0.568);
    color: orangered;
    box-shadow: 5px 10px 10px black;
    scale: 1.05;
    /* Add a dark-grey background on hover */
}

svg {
    display: block;
    width: 1.25rem;
}

.find {
    color: orangered;
}



@keyframes bounceMePls {
    0% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    50% {
        transform: translateY(0);
    }

    60% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bounceToLeft {
    from {
        transform: translateX(100000px);
    }

    to {
        transform: translateX(0);
    }
}

/* ||ABOUT */
.programs-offered {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
    font-size: 5rem;
    font-family: 'Righteous', cursive;
    /* margin-left: 20rem;
    margin-right: 20rem; */
    animation: bounceMePls ease-in-out 1s;

}

.programs-offered p:first-child {
    color: rgb(255, 255, 255);
}

.programs-offered p:last-child {
    color: orangered;
}

.wave {
    text-align: center;
    padding-top: 1rem;
}

.description {
    text-align: center;
    margin: 2rem;
    color: rgb(255, 255, 255);

}

.grid {
    /* display: grid;
    grid-template-columns: repeat(3,1fr);
    row-gap: 5rem;
    margin-left: 2rem;
    padding-bottom: 40px; */
    display: flex;
    min-height: 400px;
    min-width: 200px;
    margin-inline: auto;
    column-gap: 2rem;
    row-gap: 5rem;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 3rem;
    /* flex: 1; */
    max-width: 100%;
}

.item-header {
    display: flex;
    align-items: center;
    font-size: 2rem;
}

.item-title {
    padding-left: 1rem;
    font-family: 'Righteous', cursive;
    color: orangered;
}

.item-description {
    /* padding-left: 50px; */
    max-width: 400px;
    /* padding-top: 20px; */
    border-radius: 10px;
    background-color: rgba(79, 79, 79, 0.636);
    backdrop-filter: blur(5px);
    padding-left: 10px;


    line-height: 1.8;
    padding-right: 10px;
    line-break: loose;

}

.details {

    padding-top: 20px;

}

.details a {
    display: flex;
    text-decoration: none;
    color: white;
    background-color: orangered;
    display: block;
    border-radius: 10px;
    text-align: center;
    transition: all ease-in-out 200ms;
}

.details a:hover {
    background-color: rgb(255, 144, 103);
    scale: 1.05;
}

.dumbell {
    padding-bottom: 10px;
}

span.bsm {
    color: orangered;
    scale: 1.5;
    font-weight: 900;
}

.first-word {
    color: white;
}


/* ||RESPONSIVE DESIGNING */
@media screen and (max-width:990px) {
    .btn {
        display: none;
    }

    .upper-text {
        font-size: 7rem;
    }

    .center-text {
        font-size: 4rem;
    }

    .header-mid {
        display: none;
    }

    .dropdown-menu {
        display: block;
    }

    .toggle-btn {
        display: block;
        position: fixed;
        right: 20px;
    }

    .toggle-btn:hover {
        scale: 1.1;
        cursor: pointer;
    }

    .dropdown-menu a {
        width: 100%;
        text-align: center;
    }

    footer {
        font-size: 1.5rem;
    }


    .item-description {
        max-width: 600px;
    }

    .banner-head {
        font-size: 3rem;
    }

    .banner-description {
        font-size: 1.5rem;
    }




}

@media screen and (max-width: 900px) {
    .programs-offered {
        font-size: 4rem;
    }
}

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


    body {
        background-image: url('../img/pexels-ivan-samkov-4164761.jpg');
    }

    .upper-text {
        font-size: 4rem;
    }

    .center-text {
        font-size: 2rem;
    }

    .dropdown-menu {
        width: unset;
        left: 2rem;
        max-width: 550px;
    }

    footer {
        font-size: 1rem;
    }

    .programs-offered {
        font-size: 2.2rem;

    }

    .description {
        font-size: 1.5rem;
    }

    .banner-head {
        font-size: 1.4rem;
    }

    .banner-description {
        font-size: 1.1rem;
    }

}