#hero .slider{
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
}

#hero .slider img{
    width: 100%;
    height: 600px;
    object-fit: cover;
}

#hero{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}

#hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 100%;
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFFF1 70%, #FFFFFF00 100%) 0% 0% no-repeat padding-box;
    z-index: 1;
}

#hero .content,
#heroContent .content{
    z-index: 2;
    position: relative;
}

#hero .click,
#heroContent .click{
    margin-top: 30px;
}

#hero{
    padding: 50px 0;
    position: relative;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 600px;
    display: flex;
    align-items: center;
}

#hero .btn,
#heroContent .btn{
    color: #15312B!important
}

#hero h1,
#heroContent h1{
    color: #14312B;
    font-size: 39px;
    font-weight: 400;
    letter-spacing: 1.56px;
    line-height: 47px;
    margin-bottom: 20px;
}

#hero p:first-of-type,
#heroContent p:first-of-type{
    font-size: 20px;
    color: #14312B;
    letter-spacing: 1.16px;
    line-height: 26px;
    font-family: 'walburn';
}

#hero p,
#heroContent p{
    color: #214038;
    font-weight: 400;
}

@media(max-width:1200px){
    #hero{
        height: 300px;
        padding: 0;
    }
    #hero .slider img{
        height: 300px
    }
    #hero::before{
        display: none;
    }
    #heroContent{
        padding: 50px 0 0;
    }
}

#s1{
    padding: 50px 0;
}

#s1 .row{
    align-items: center;
}

#s1 img{
    aspect-ratio: 1/1;
    max-width: 536px;
    height: auto;
    width: 100%;
    object-fit: cover;
}

#s1 .click{
    margin-top: 30px;
}

#s1 .content{
    padding-left: 50px;
}

#s1 h2{
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1.36px;
    color: #15312B
}

#s1 p:first-of-type{
    font-size: 17px;
    line-height: 27px;
    font-family: 'Lato';
    font-weight: 500;
    color: #214038;
}

#s1 p{
    color: #214038;
}

#s1 .btn{
    color: #040707!important
}

#s1 .btn-g-holo:hover{
    color: #fff!important;
}

#s1 .btn-y-holo{
    margin-right: 10px;
}

@media(max-width:1200px){
    #s1 .content{
        padding: 0;
    }
    
    #s1 img{
        margin: 0 auto;
        display: block
    }
}

#book{
    padding: 50px 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#book .wrap{
    border: 1px solid #15312B;
    padding: 50px;
    background: #fff;
}

#book h2{
    text-align: center;
    color: #214038;
    font-size: 34px;
    line-height: 48px;
    letter-spacing: 1.36px;
}

#book p{
    color: #1A1A1A;
    font-size: 17px;
    line-height: 27px;
    text-align: center;
}

#book .btn{
    margin: 30px auto 0;
    display: block;
    color: #15312B!important;
}

@media(max-width:767px){
    #book .wrap{
        padding: 50px 15px
    }
}

#blog{
    background: #14312B;
    padding: 50px 0;
}

#blog .row{
    align-items: center;
}

#blog .click{
    display: flex;
    justify-content: end;
}

#blog .header h2{
    color: #FFFFFF;
    font-size: 35px;
    letter-spacing: 1.4px;
    line-height: 48px;
    font-weight: 300;
}

#blog .header p{
    color: #fff;
    font-weight: 300;
    margin: 0;
}

#blog .wrap{
    display: flex;
    background: #FFFFFF;
    align-items: center;
    padding: 10px;
}

#blog .wrap h3{
    color: #214038;
    font-size: 20px;
    letter-spacing: 1.16px;
    line-height: 29px;
}

#blog .meta{
    color: #15312B;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#blog .wrap p{
    color: #214038;
    font-weight: 300;
}

#blog .wrap .btn{
    color: #14312B!important;
}

#blog .right{
    padding: 0 50px;
}

#blog .left{
    min-width: 528px;
}

#blog img{
    width: 100%;
    max-width: 520px;
    height: 100%;
    aspect-ratio: 520/398;
    object-fit: cover;
}

@media(max-width:1200px){
    #blog .wrap{
        flex-direction: column;
    }
    #blog .click{
        justify-content: start;
    }
    #blog img{
        margin-bottom: 20px;
    }
}

@media(max-width:767px){
    #blog .left{
        min-width: 100%;;
    }
    #blog .right{
        padding: 0 10px
    }
}

#s2{
    padding: 50px 0;
}

#s2 .accordion-button:not(.collapsed){
    color: #15312B;
    background-color: transparent;
    box-shadow: none;
}

#s2 .accordion-item{
    background: transparent;
    border: none;
}

#s2 .accordion-button{
    background: transparent;
}

#s2 .accordion-button p{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1.04px;
}

#s2 .accordion-item p{
    color: #1A1A1A;
}

#s2 .accordion-button::after{
        font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\2b';
    background-image: none;
    color: #D4A94A;
    display: flex;
    justify-content: center;
    align-items: center;
}

#s2 .accordion-button:not(.collapsed)::after{
           font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f068';
    background-image: none;
    color: #D4A94A; 
}

#s2 .accordion-button{
    position: relative;
    padding-left: 50px;
}

#s2 .accordion-button::after{
    position: absolute;
    left: 10px;
    top: 20px;
}

#s2 img{
    width: 100%;
    max-width: 536px;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
}

#s2 h2 {
    font-size: 34px;
    letter-spacing: 1.26px;
    line-height: 43px;
    color: #15312B;
}

#s2 .header p{
    font-size: 17px;
    color: #1A1A1A;
}

#s2 .content{
    padding-left: 50px;
}

@media(max-width:1200px){
    #s2 .content{
        padding: 0;
    }
}