@font-face { font-family: Montserrat-Regular; src: url('../fonts/Montserrat-Regular.otf'); } 
@font-face { font-family: Montserrat-Medium; src: url('../fonts/Montserrat-Medium.otf'); } 
@font-face { font-family: Montserrat-SemiBold; src: url('../fonts/Montserrat-SemiBold.otf'); } 
@font-face { font-family: Montserrat-Bold; src: url('../fonts/Montserrat-Bold.otf'); }

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Montserrat-Medium;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #fff;
    color: #504549;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 60px 0px; 
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 18px;
    line-height: 26px;
    font-family: Montserrat-Medium;
}
.theme-color{
    color: #355E3B!important;
}

/*hero-sec*/
.hero-sec{
    position: relative;
    min-height: 91vh;
    width: 100%;
    background-image: url('../img/hero-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 160px;
}
.hero-content{
    margin-top: 50px;
}
.hero-title{
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
    color: #000;
}
.theme-btn{
    font-size: 16px;
    line-height: 20px;
    color: #fff!important;
    background-color: #355E3B;
    border: 1px solid #355E3B;
    border-radius: 5px;
    padding: 13px 24px;
    text-transform: uppercase;
    transition: all ease .5s;
    box-shadow: none!important;
    outline: 0!important;
}
.theme-btn:hover{
    background-color: transparent;
    color: #355E3B!important;
}
.scroll-down-arrow{
    display: inline-flex;
    width: 150px;
    height: auto;
    cursor: pointer;
    z-index: 99;
    position: absolute;
    bottom: -60px;
}

/*music sec*/
.title{
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: Montserrat-SemiBold;
}
.music-sec{
    padding: 100px 0px;
    position: relative;
    background-color: #FFFDF0;
}
.music-bg{
    content: '';
    width: 100%;
    height: auto;
    position: absolute;
    top: -160px;
    left: 0px;
}
.relative-9{
    position: relative;
    z-index: 9;
}
.music-box-div{
    margin-top: 40px;
}
.music-box-img{
    margin-bottom: 10px;
}
.music-title{
    font-size: 20px;
    font-family: Montserrat-SemiBold;
    margin-bottom: 0px;
}
.music-desc{
    font-size: 16px;
    color: #355E3B;
    margin-bottom: 0px;
}
.player-container{
    height: 57px;
    width: 57px;
    min-width: 57px;
    border-radius: 50%;
    background-color: #FBFBFC;
    box-shadow: 0px 4px 25px 0px #0000001A;
    padding: 6px;
    margin-right: 15px;
    cursor: pointer;
}
.player-container .play-pause {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FBFBFC;
    border: 1px solid #355E3B;
    color: #355E3B;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.play-icon, .pause-icon{
    display: none;
}
.play .play-icon{
    display: block;
}
.pause .pause-icon{
    display: block;
}

/*info sec*/
.info-sec{
    width: 100%;
    height: 820px;
    background-image: url('../img/info-sec-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}
.info-img-div-box{
    width: 55%;
    height: 700px;
    padding: 12px;
    padding-left: 0px;
    background-color: #fff;
    border-radius: 0px 429px 429px 0px;
    position: absolute;
    left: 0px;
    top: 60px;
}
.info-img-div{
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0px 429px 429px 0px;
}

/*footer*/
.footer, .footer-line{
    background-color: #1B1B1B;
    color: #fff;
}
.footer-line{
    border-top: 1px solid #373737;
    padding: 25px 0px;
}
.footer-line p{
    font-size: 17px;
}
.footer a{
    transition: all ease .5s;
}
.footer a:hover{
    color: #355E3B!important;
}
.f-flex-div{
    display: flex;
    align-items: center;
    margin-top: 45px;
}
.icon-round-div{
    height: 66px;
    width: 66px;
    min-width: 66px;
    border-radius: 50%;
    background-color: #363636;
    padding: 6px;
    margin-right: 15px;
}
.icon-round{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #282828;
    border: 1px solid #4B4B4B;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-title{
    font-size: 16px;
    color: #A6A6A6;
    margin-bottom: 8px;
}
.contact-detail{
    font-size: 25px;
    margin-bottom: 0px;
}