@font-face {
    font-family: 'Salty Feathers DEMO';
    src: url('../assets/fonts/Salty Feathers Demo.otf') format('opentype');
}

:root {
    --White: #fff;
    --Egg-white: #F5F5F5;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#WhatsappIcon {
    position: fixed;
    z-index: 5;
    bottom: 3%;
    right: 3%;
    cursor: pointer;
    border-radius: 50%; 
    transition: transform 0.3s ease, filter 0.3s ease; 
    -webkit-filter: drop-shadow(0 0 15px rgba(192, 136, 130, 0.3)) drop-shadow(0 0 15px rgba(192, 136, 130, 0.3));
    filter: drop-shadow(0 0 15px rgba(192, 136, 130, 0.3)) drop-shadow(0 0 15px rgba(192, 136, 130, 0.3));
}

#WhatsappIcon:hover {
    transform: scale(1.1); 
    -webkit-filter: drop-shadow(0 0 20px rgba(192, 136, 130, 0.5)) drop-shadow(0 0 20px rgba(192, 136, 130, 0.5));
    filter: drop-shadow(0 0 20px rgba(192, 136, 130, 0.5)) drop-shadow(0 0 20px rgba(192, 136, 130, 0.5));
}

#Background {
    background-color: black;
    height: 50dvh;
    width: 100%;
    font-size: 1vw;
    position: relative;
}

#Background2 {
    background-color: black;
    height: 60dvh;
    width: 100%;
    font-size: 1vw;
    position: relative;
}

#TopContainer {
    display: flex;
    width: 50%;
    justify-content: space-between;
    align-items: center;
    margin-left: 43%;
}

.MeetOurFounderText {
    position: absolute;
    font-family: Salty Feathers DEMO;
    font-size: 96px;
    font-size: 6.25em;
    font-weight: 400;
    line-height: 105.6px;
    color: #F5F5F5;
    text-align: right;
    right: 20%;
    top: 65%;
}

.MeetOurFounderText2 {
    position: absolute;
    font-family: Salty Feathers DEMO;
    font-size: 96px;
    font-size: 6.25em;
    font-weight: 400;
    line-height: 105.6px;
    color: #F5F5F5;
    text-align: right;
    left: 9%;
    top: 65%;
}

#KaheenIcon {
    width: 198px;
    margin-right: -30px;
    cursor: pointer;
}

#MenuButton {
    cursor: pointer;
}

@media (max-width: 750px) {
    
    .MeetOurFounderText{
        position: static;
        font-family: Salty Feathers DEMO;
        font-size: 15em;
        font-weight: 400;
        line-height: 105.6px;
        color: #F5F5F5;
        text-align: center;
        margin-top: 5%;
        margin-right: 0;
    }

    .MeetOurFounderText2 {
        font-family: Salty Feathers DEMO;
        font-size: 15em;
        font-weight: 400;
        line-height: 105.6px;
        color: #F5F5F5;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        margin-right: 0;
        text-wrap: nowrap;
    }
}

@media (max-width: 700px) {

    .MeetOurFounderText {
        font-family: Salty Feathers DEMO;
        font-size: 15em;
        font-weight: 400;
        line-height: 105.6px;
        color: #F5F5F5;
        text-align: center;
        margin-top: 10%;
        margin-right: 0;
    
    
    }
    #KaheenIcon {
        transform: translate(-30%);
    }

    #MenuButton {
        margin-left: -10px;
    }

    
}

@media (max-width: 370px) {

    #MenuButton {
        margin-left: -30px;
    }
}



.OurFounderWrapper {
    width: 100%;
    height: 45vw;
    background: #C08882;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 1vw;
}

.OurFounderWrapper2 {
    width: 100%;
    height: 40vw;
    background: #C08882;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 1vw;
}

.OurFounderImage{
    position: absolute;
    left: 10%;
    width: 35vw;
    z-index: 3;
}
.OurFounderImage2{
    position: absolute;
    right: 5%;
    width: 35vw;
    z-index: 3;
}

.OurFounderContainer {
    margin-left: 50%;
    display: flex;
    align-self: center;
    justify-self: center;
    z-index: 7;
    
}
.OurFounderContainer2 {
    width: 54.5%;
    display: flex;
    align-self: center;
    justify-self: center;   
    z-index: 7;
    
}

.OurFounderText {
    font-family: Josefin Sans;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.09em;
    color: #F5F5F5;
    align-self: center;
    width: 70%;
    margin: 0 auto;
}

.OurFounderText2 {
    font-family: Josefin Sans;
    font-size: 1.25em;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 0.09em;
    color: #F5F5F5;
    align-self: center;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 750px) {   
    .OurFounderWrapper {
        width: 100%;   
        height: auto;
        background: #C08882;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1vw;
        padding: 5% 0;
        gap: 10px;
    }

    .OurFounderWrapper2{
        width: 100%;   
        height: auto;
        background: #C08882;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-size: 1vw;
        padding: 5% 0;
        gap: 10px;
    }
    
    .OurFounderImage{  
        position: static;
        width: 90%;
        margin-top: -18%;
    }

    .OurFounderImage2{
        position: static;
        width: 90%;
        margin-top: -18%;
    }
    
    .OurFounderContainer {
        margin-left: 0;
        display: flex;
        align-self: center;
        justify-self: center;
        z-index: 7;
        margin-top: 5%;
        
        
    }
    
    .OurFounderContainer2 {
        margin-left: 0;
        display: flex;
        align-self: center;
        justify-self: center;
        z-index: 7;
        width: 100%;
        margin-top: 5%;
        
    }

    
    .OurFounderText, .OurFounderText2 {
        margin-top: 40px;
        font-size: 4em;
        width: 90%;
    }
     
}



@media (max-width: 370px) {

    #MenuButton {
        margin-left: -30px;
    }
}




/* ----------------------------------------Footer Start----------------------------------------------  */

.OurFounderFooter a {
    /* height: 70dvh; */
    height: 40dvh;
    width: 100%;
    background: #0D0C0D;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit; 
    background: linear-gradient(to left, #0D0C0D 50%, #191718 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: background-position 0.8s ease-out;
}

.OurFounderFooter a:hover {
    background-position: left bottom;
    transition: background-position 0.8s ease-out;
}


a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: inherit;
}

.BackToHomeOurFounder {
    margin-left: 1%;
    font-family: Josefin Sans;
    font-size: 24px;
    font-weight: 300;
    line-height: 24px;
    color: #F5F5F5;
    text-decoration: none;
    position: relative;

}

