@import url('https://fonts.googleapis.com/css2?family=Corben:wght@400;700&display=swap');
body{
    font-family: "Corben", serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
section.section_big_love {
    background: #404040;
    position: relative;
}

section.section_big_love .inner-html .top-content {
    background: url(./images/bg_img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-right: 7%;
    padding-left: 7%;
    display: flex;
    flex-flow: column;
    gap: 50px;
    padding-bottom: 55%;
}
section.section_big_love .inner-html .heading-style-h2 {
    margin: 0;
    font-size: 48px;
    line-height: 88px;
    color: #fbfbfb;
    font-weight: 700;
}
section.section_big_love .inner-html .booking {
    margin: 0;
    color: #FFFCFC;
    font-size: 14px;
    line-height: 25px;
    position: relative;
}
section.section_big_love .inner-html .bottom-content .booking {
    color: #000;
    transition: all 0.3s linear;
}

section.section_big_love .inner-html .heading-style-h3 {
    color: #000000;
    font-size: 32px;
    line-height: 50px;
    font-weight: 700;
    margin: 0 0 20px;
    display: block;
    width: 100%;
}
section.section_big_love .inner-html .top-content .left {
    display: flex;
    flex-flow: wrap;
    column-gap: 40px;
    padding-left: 26%;
}
section.section_big_love .inner-html .top-content .right {
    text-align: right;
}
section.section_big_love .inner-html .top-content .left .img-wrap {
    line-height: 0;
}
section.section_big_love .inner-html .button-wrap a.btn {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    text-decoration: none;
    border: 1px solid #000000;
    width: 154px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s linear;
    box-sizing: border-box;
    padding-bottom: 4px;
}
section.section_big_love .inner-html .button-wrap {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 10px;
}
section.section_big_love .inner-html .button-wrap a.btn:hover {
    background: transparent;
    color: #ffffff;
    border-color: #fff;
}
section.section_big_love .inner-html .bottom-content .heading-style-h2 {
    font-weight: 400;
}
section.section_big_love .inner-html .bottom-content {
    margin-top: 10px;
}
section.section_big_love .inner-html .bottom-content .button-wrap {
    align-items: flex-start;
    margin-top: 20px;
    margin-bottom: 30px;
}
section.section_big_love .inner-html .booking:hover {
    color: #000;
}
section.section_big_love .inner-html .bottom-content .button-wrap .btn {
    color: #fff;
    border-color: #fff;
}
section.section_big_love .inner-html .bottom-content .button-wrap .btn:hover {
    background: #fff;
    color: #000;
}
section.section_big_love .inner-html .mobile-img{
    display: none;
}
section.section_big_love .inner-html .top-content .left .booking{
    display: none;
}
@media(max-width:1199px){
    section.section_big_love .inner-html .top-content .left .img-wrap img{
        max-width: 200px;
    }
}
@media(max-width:1024px){
    section.section_big_love .inner-html .top-content .left {
        column-gap: 30px;
        padding-left: 20%;
    }
    section.section_big_love .inner-html .heading-style-h2 {
        font-size: 40px;
        line-height: normal;
    }
    section.section_big_love .inner-html .heading-style-h3{
        font-size: 30px;
    }
    section.section_big_love .inner-html .top-content {
        gap: 20px;
    }
    section.section_big_love .inner-html .top-content {
        padding-left: 13%;
    }
}
@media(max-width:992px){
    section.section_big_love .inner-html .button-wrap {
        gap: 0;
    }
    section.section_big_love .inner-html .button-wrap a.btn:first-child {
        margin-right: 10px;
    }
    section.section_big_love .inner-html .heading-style-h2{
        font-size: 36px;
    }
    section.section_big_love .inner-html .heading-style-h3{
        font-size: 28px;
    }
    section.section_big_love .inner-html .button-wrap a.btn {
        width: calc(50% - 5px);
        border: 1px solid #fff;
        color: #fff;
        font-size: 14px;
    }
    section.section_big_love .inner-html .button-wrap a.btn:hover {
        color: #000;
        border-color: #000;
    }
    .section_big_love .inner-html {
        display: flex;
        flex-flow: column;
        gap: 30px;
        padding-top: 10px;
        padding-bottom: 80px;
    }
    section.section_big_love .inner-html .heading-style-h3 {
        text-align: center;
        margin: 0 0 12px 0;
        order: 1;
    }
    section.section_big_love .inner-html .top-content .left .img-wrap {
        order: 3;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }
    section.section_big_love .inner-html .top-content .left .img-wrap img {
        width: 100%;
        max-width: 400px;
    }
    section.section_big_love .inner-html .top-content .left .booking{
        order: 4;
        display: block;
    }
    section.section_big_love .inner-html .button-wrap {
        order: 2;
        flex-flow: wrap;
        margin-bottom: 10px;
        justify-content: center;
        max-width: 400px;
        align-items: center;
        width: 100%;
    }
    section.section_big_love .inner-html .top-content .left {
        row-gap: 0px;
        padding-left: 0;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    section.section_big_love .inner-html .top-content .right {
        text-align: center;
    }
    section.section_big_love .inner-html .top-content .right .booking{
        display: none;
    }
    section.section_big_love .inner-html .mobile-img{
        display: none;
    }
    section.section_big_love .inner-html .mobile-img .img-wrap{
        line-height: 0;
        position: relative;
        padding-bottom: 68%;
    }
    section.section_big_love .inner-html .mobile-img .img-wrap img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
        position: absolute;
        top: 0;
        left: 0;
    }
    section.section_big_love .inner-html .bottom-content{
        display: none;
    }
    section.section_big_love .inner-html .top-content {
        background: none;
        padding-right: 74px;
        padding-left: 74px;
        display: flex;
        flex-flow: column;
        gap: 40px;
        padding-bottom: 0%;
    }
    section.section_big_love{
        background:url('./images/Mobile-Bg.png') ;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        padding: 15px 0 0;
        background-attachment: fixed;
        height: calc(100vh - 15px);
    }
    section.section_big_love .container {
        padding: 0px;
    }
}
@media(max-width:767px){
    section.section_big_love .inner-html .heading-style-h2{
        font-size: 32px;
    }
    section.section_big_love .inner-html .heading-style-h3{
        font-size: 24px;
    }
    section.section_big_love .inner-html .button-wrap a.btn,
    section.section_big_love .inner-html .booking {
        font-size: 13px;
    }
}
@media(max-width:375px){
    section.section_big_love .inner-html .top-content{
        padding-right: 40px;
        padding-left: 40px;
    }
}