*
{
    margin: 0;
    padding: 0;
    font-family: 'Roboto Mono', monospace;
}

html
{
    scroll-behavior: smooth;
}

.body
{
    font-family: "itc eras std demi", -apple-system, BlinkMacSystemFont, "rockwell", "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #e5989b;
}

/*
 
 some colors:
 #6d6875 - charcoal
 #b5838d - purple
 #e5989b - pink
 #ffb4a2 - orange
 #faf0e6 - beige
 
 
 #e0ccde - lilac
 #44345c - dark purp
 #cc425c - dark pink
 
 #f1c4cd - light pink
 #e5ddf1
 
 #ffb64e - yellow

 hi
 
*/

/* H O M E */


.container
{
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.header
{
    min-height: 100vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #e0ccde;
    position: relative;
    background-image: url(images/back.png);
}

nav
{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
    background-color: #44345c;

}

.links
{
    flex: 1;
    text-align: right;
}

.links ul li
{
    list-style: none;
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    cursor: crosshair;
}

.links ul li a
{
    color: #e0ccde;
    text-decoration: none;
    font-size: 24px;
    cursor: crosshair;
}

.links ul li::after
{
    content: '';
    width: 0%;
    height: 2px;
    background: #cc425c;
    display: block;
    margin: auto;
    transition: 0.5s;
}

.links ul li:hover::after
{
    width: 100%;
    cursor: crosshair;
}

nav .fa-solid
{
    display: none;
}

.row
{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}

.unrow
{
    margin-top: 0%;
    display: flex;
    justify-content: space-between;
}

.big-logo
{
    text-align: center;
    transition: 0.4s;
}

.btn
{
    display: inline-box;
    text-decoration: none;
    color: #faf0e6;
    border: none;
    border-radius: 20px;
    padding: 12px 34px;
    font-size: 15px;
    background: #6d6875;
    position: relative;
    cursor: crosshair;
    transition: all 0.7s;
}

.btn:hover
{
    color: #6d6875;
    background: #faf0e6;
}


.about
{
    margin: auto;
    padding: 100px;
    background-color: #faf0e6;
}

.about h1
{
    font-size: 36px;
    color: #ffb64e;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.insta
{
    text-align: center;
    background-color: #cc425c;
    margin-left: 100px;
    padding: 30px;
    flex: 30%;
}

.insta p
{
    color: #faf0e6;
    font-style: italic;
    font-size: 25px;
}

.mentors
{
    margin: auto;
    padding: 100px;
    background-color: #f7c7c9;
}

.mentors h1
{
    font-size: 36px;
    color: #44345c;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.mentors p
{
    background-color: #faf0e6;
    padding: 20px;
}

.apps-status
{
    background-color: #cc425c;
    margin-left: 30px;
}

.apps-status h3
{
    color: #faf0e6;
    padding: 20px;
    text-align: center;
    font-style: italic;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}


.mentees
{
    margin: auto;
    padding: 100px;
    background-color: #e0ccde;
}

.mentees h1
{
    font-size: 36px;
    color: #cc425c;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.mentees p
{
    background-color: #faf0e6;
    padding: 20px;
}

.team
{
    width: 80%
    margin: auto;
    padding: 100px;
    background-color: #faf0e6;
    text-align: center;
}

.team img
{
    width: 200px;
}

.team h1
{
    font-size: 36px;
    color: #ffb64e;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.officer h1
{
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
    color: #e5989b;
    font-size: 26px;
}

.officer h2
{
    color: #44345c;
    font-size: 20px;
}

.orgs
{
    padding-top: 100px;
}

.sis
{
    padding-top: 50px;
    margin-right: 50px;
    background-color: #f7c7c9;
}

.sis h2
{
    font-style: italic;
    color: #faf0e6;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 70px;
}


.wwc
{
    padding-top: 50px;
    margin-right: 20px;
}

.wwc:hover
{
    transform: translate(0px, -5px);
    opacity: .5;
}


.swe:hover
{
    transform: translate(0px, -5px);
    opacity: .5;
}

.para
{
    flex-basis: 65%;
}

.para p
{
    color: #6d6875;
    font-size: 18px;
}


.foot
{
    background-color: #44345c;
    text-align: center;
    padding: 50px;
}

.foot h4
{
    padding: 20px;
    color: #faf0e6;
}

.icons
{
    font-size: 20px;
    color: #cc425c;
}


.fa-brands
{
    padding: 10px;
    color: #faf0e6;
    background: #cc425c;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    transition: color 0.5s;
    transition: 0.3s;

}

.fa-brands::after
{
    content: '';
    background: #f1c4cd;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: top 0.5s, opacity: 0.5s;
}

.fa-brands:hover
{
    color: #cc425c;
    transform: translate(0px, -5px);
}

.fa-brands:hover::after
{
    top: 50%;
    opacity: 1;
}

.fa-envelope
{
    padding: 10px;
    color: #faf0e6;
    background: #cc425c;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    transition: color 0.5s;
    transition: 0.3s;
}

.fa-envelope:after
{
    content: '';
    background: #f1c4cd;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0;
    transition: top 0.5s, opacity: 0.5s;
}

.fa-envelope:hover
{
    color: #cc425c;
    transform: translate(0px, -5px);
}

.fa-envelope:hover::after
{
    top: 50%;
    opacity: 1;
}

/*
.ev-header
{
    min-height: 50vh;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-color: #e0ccde;
    position: relative;
    background-image: url(images/back2.png);
}
*/
.calendar-head
{
    margin: auto;
    padding: 100px;
    background-color: #faf0e6;
    text-align: center;
}

.event-head
{
    text-align: center;
    margin-top: 100px;
}

.event-head h1
{
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
    color: #cc425c;
    font-size: 40px;
}

.events
{
    background-color: #faf0e6;
    padding: 30px;
    padding-bottom: 50px;
}

.events img
{
    width: 30%;
    height: 30%;
    padding: 20px;
}

.ev-title
{
    text-align: center;
}

.ev-title h1
{
    font-size: 36px;
    color: #44345c;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.ev-title p
{
    font-size: 24px;
    color: #cc425c;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
    font-style: italic;
    padding-bottom: 50px;
}

#calendar
{
    width: 80%;
    position: relative;
}

.events p
{
    font-size: 15px;
    color: #cc425c;
}



.slider
{
    position: relative;
    overflow: hidden;
    padding: 20px;
    padding-top: 100px;
    padding-bottom: 50px;
    background-color: #e0ccde;
}

.slider h1
{
    font-size: 36px;
    color: #cc425c;
    text-align: center;
    highlight: #e0ccde;
}

.slider h2
{
    color: #e5989b;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
}

.slider p
{
    color: #44345c;
    font-style: bold;
}

.flyer
{
    padding: 0 10vw;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    
}

.flyer-container
{
    padding: 0 10vw;
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
   overflow-y: hidden;
}

.flyer-container::-webkit-scrollbar
{
    display: none;
}

.flyer-card
{
    flex: 0 0 auto;
    width: 250px;
    height: 450px;
    margin-right: 40px;
}

.flyer-image
{
    position: relative;
    width: 100%;
    height: 350px;
    overflow: hidden;
    padding: 20px;
    padding-left: 0;
}

.product-thumb
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.flyer-info
{
    width: 100%;
    height: 100%;
    padding-top: 10px;
}



.flyer-description
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    opacity: 0.5;
    margin: 5px 0;
}
.pre-btn, .nxt-btn
{
    border: none;
    width: 10vw;
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #faf0e6;
    cursor: pointer;
    z-index: 9;
    display: none;
}


.pre-btn
{
    left: 0;
    transform: rotate(180deg);
}

.nxt-btn
{
    right: 0;
}

.pre-btn img, .nxt-btn img
{
    opacity: 0.5;
    width: 50px;
    height: 50px;
}

.pre-btn:hover img, .nxt-btn:hover img
{
    opacity: 1;
}

.collection-container
{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}

/* photo gallery */

.photo-title h1
{
    font-size: 36px;
    color: #cc425c;
    font-family: "itc eras std demi", futura, Roboto, "Segoe UI";
    padding: 40px;
    text-align: center;
}

.gallery
{
    background-color: #f1c4cd;
}

.img-gallery
{
    width: 80%;
    margin: auto;
    padding-bottom: 50px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}

.grid
{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

.img-gallery img
{
    width: 100%;
    cursor: crosshair;
    transition: 0.4s;
}

.img-gallery img:hover
{
    transform: scale(0.8);
    border-radius: 20px;
    box-shadow: 32px 32px 7px rgba(68,52,92, 0.2);
}


/* M E D I A */
@media(max-width: 1000px)
{
    .row
    {
        flex-direction: column;
    }
    
    .head-right h1
    {
        font-size: 50px;
    }
    .links ul li
    {
        display: block;
    }
    
    .links ul li a
    {
        font-size: 30px;
    }
    
    .links
    {
        position: fixed;
        background: #44345c;
        height: 550px;
        width: 200px;
        top: 0;
        right: -200px;
        text-align: left;
        z-index: 2;
        transition: 1s;
    }
    nav .fa-solid
    {
        display: block;
        color: #fff;
        margin: 10px;
        font-size: 32px;
        cursor: pointer;
    }
    nav .fa-bars
    {
        padding-left: 95%;
    }
    
    nav .fa-solid i
    {
        font-size: 30px;
    }
    
    .nav
    {
        height: 100px;
    }
    
    .links ul
    {
        padding: 30px;
        
    }
    
    
    .para
    {
        padding-top: 20px;
    }
    
    .big-logo img
    {
        height: 85%;
        width: 85%;
        padding-top: 550px;
    }
    
    .officer
    {
        padding-bottom: 30px;
    }
    
    .mentor-img
    {
        padding-top: 30px;
    }
    
    .insta
    {
        text-align: center;
        margin-top: 30px;
        margin-right: 90px;
    }
    
    .sis
    {
        margin-left: 30px;
    }
    
    .foot h4
    {
        font-size: 30px;
    }
    
    #calendar
    {
        width: 100%;
    }
    
    .events p
    {
        font-size: 15px;
    }
    
    .grid
    {
        gap: 50px;
    }
    
}

