#nav2{
    display: none;
}

/*========================================================================================= 
HERO
=========================================================================================*/
#app {
    margin-top: 0;
}

#hero {
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: #fff;
    height: 100dvh;
    background: #E5E7ED;
    position: relative;
}

#hero .center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100dvh;
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
}
#hero .center img {
    height: 251px;
    width: 254px;
    z-index: 99;
    position: relative;
}

#video {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}

#hero h1 {
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 7.5px;
    color: var(--light-orange);
    margin: 50px 0;
    position: relative;
    z-index: 2;
}

#hero p {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    margin: 0 0 40px;
    font-weight: 300;
}
#hero .btn-main {
    position: relative;
    z-index: 2;
    margin: 0 auto;
}

#hero .dekstop {
    display: block;
}
#hero h1 br {
    display: none;
}

@media(max-width: 767px) {
    #hero .center img {
        margin-top: 0;
    }
    #hero {
        padding: 0 20px;
    }
    #hero p {
        font-size: 16px;
        line-height: 26px;
    }
    #hero .desktop {
        display: none;
    }
    #hero h1 br {
        display: block;
    }
}

@media(max-width: 500px) {
    #hero .center img {
        height: 150px;
        width: 150px;
    }
    #hero h1 {
        margin: 20px 0;
        font-size: 24px;
        line-height: 30px;
    }
    #hero .center {
        height: 100%;
        padding: 120px 0 50px;
        min-height: 100dvh;
    }
    #hero {
        height: 100%;
        min-height: 100dvh;
    }
    #hero p {
        margin: 0 0 20px;
    }
}

/*=======================================================================
Founder
==========================================================================*/
#founder {
    background: var(--light-orange);
    padding: 80px 0;
}
#founder p {
    color: var(--dark-green);
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    font-style: italic;
}
#founder > div > div > div:nth-child(2) > div > p:nth-child(2) {
    color: var(--orange);
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
    font-weight: 500;
}
#founder p strong {
    font-weight: 800;
}

#founder .btn {
    margin-top: 50px;
    width: 337px;
}
#founder img {
    max-width: 598px;
    width: 100%;
    object-fit: cover;
}
#founder .row {
    align-items: center;
    justify-content: center;
}

@media(max-width: 1400px) {
    #founder img {
        width: 500px;
        height: 458px;
    }
}
@media(max-width: 1200px) {
    #founder img {
        width: 400px;
        height: 366px;
    }
}
@media(max-width: 991px) {
    #founder img {
        width: 300px;
        height: 274px;
        margin: 0 auto 50px;
        display: block;
    }
}

/*=======================================================================
PRINCIPLES
==========================================================================*/
#principles {
    padding: 100px 0;
}
#principles .row {
    justify-content: center;
}
#principles .heading {
    margin-bottom: 30px;
}
#principles .heading p {
    font-size: 16px;
    font-weight: 300;
    color: #564843;
}
#principles .heading p strong {
    color: #2C3938;
    font-size: 20px;
}
#principles .heading h2 {
    color: var(--orange);
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 5.2px;
}
#principles .text{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    text-align: center;
}
#principles .inner{
    position: relative;
    height: 420px;
}
#principles img{
    height: 350px;
    width: 350px;
    opacity: 0.6;
}
#principles h4{
    color: var(--orange);
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 1.1px;
}
#principles p{
    font-size: 16px;
    font-weight: 300;
}

@media(max-width: 1200px){
    #principles img{
        height: 320px;
        width: 320px;
        margin: 0 auto;
        display: block;
    }
    #principles .text{
        width: 100%;
    }
    #principles .inner{
        height: 320px;
    }
}

#what{
    padding: 100px 0 750px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

#what h2{
    text-align: center;
    color: #7B5810;
    font-weight: 500;
    font-size: 26px;
    letter-spacing: 5.2px;
}

#what .header{
    margin-bottom: 115px;
}

#what h3{
    text-align: center;
    font-size: 20px;
    color: #2C3938;
    letter-spacing: 4.4px;
    font-weight: 500;
    min-height: 64px;
}

#what p{
    text-align: center;
    color: #2C3938;
    font-weight: 300;
}

#what .read a{
    color: #BB6338;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto;
    display: block;
    letter-spacing: 3.44px;
}

#what .read{
    margin-top: 50px;
}

#what .click{
    margin-top: 50px;
}

#what .btn{
    margin: 0 auto;
}

@media(max-width:1200px){
    #what{
        padding: 50px 0 800px;
        background-size: cover;
    }
    
    #what .header{
        margin-bottom: 50px
    }
}

#latest{
    padding: 50px 0;
    background-size: cover;
    background-repeat: no-repeat
}

#latest h2{
    text-align: center;
    color: #F2DAA8;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 5.2px;
    margin: 0 0 50px;;
    line-height: 32px;
}

#latest .inner img{
    height: 170px;
    width: 100%;
    object-fit: cover;
}

#latest a{
    text-decoration: none;
}

#latest .cat{
    color: #BB6338;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.35px;
}

#latest .date{
    font-size: 14px;
    letter-spacing: 0.35px;
    color: #2C3938;
}

#latest h3{
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: #2C3938;
    margin: 10px 0;
}

#latest p{
    font-size: 13px;
    font-weight: 300;
    color: #2C3938;
    letter-spacing: .33px;
}

#latest .read{
    color: #BB6338;
    letter-spacing: 3.44px;
}

#latest .inner{
    border: 1px solid #C8C8C8;
    background: #FFFFFF;
}

#latest .content{
    padding: 20px;
}

#latest .btn{
    margin: 0 auto;
}

#latest .row{
    justify-content: center;
}


/* Video fix for wide monitors */
@media(min-width: 1920px){
    #video {
        position: absolute;
        top: 0;
        left: 0;
        transform: translatex(0);
        width: 100vw;
    }
    video{
        width: 100vw;
        height: 100%;
    }
}