.py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-24 {
    margin-top: 24px;
}

.hero-section {
    padding-top: 40px;
    padding-bottom: 60px;
}

.hero-sec-inner h1 span {
    font-weight: 700;
}

.hero-sec-inner p {
    font-size: 18px;
    line-height: 30px;
    color: #416168;
    max-width: 813px;
    margin: 0 auto 24px;
}

.video-block {
    margin: 32px 0;
}

.features-list-title {
    color: #161717;
}

.features-nav {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 0;
}

.features-nav li a {
    background-color: #D4EEF0;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #161717;
    padding: 6px 12px;
    border-radius: 6px;
}

.features-nav li a:hover {
    background-color: #37C0C9;
    color: #fff;
    transition: all 0.3s;
}


.video-wrapper {
    position: relative;
    width: 100%;
    max-width: 854px;
    margin: 32px auto;
    border-radius: 24px;
    overflow: hidden;
}

.video-thumbnail {
    display: block;
    width: 100%;
    height: auto;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 86px;
    height: 86px;
    background: url('../images/icon_youtube.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 2;
}

iframe {
    height: 100%;
    min-height: 480px;
    display: none;
}

.video-wrapper.playing .video-thumbnail,
.video-wrapper.playing .play-button {
    display: none;
}

.video-wrapper.playing iframe {
    display: block;
}

.content-block h2 {
    color: #161717;
    margin-bottom: 12px;
}

.content-block p {
    color: #416168;
    margin-bottom: 0;
}

.content-block ul {
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 520px;
}

.content-block ul li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #161717;
}

.content-block ul li:not(:last-child) {
    margin-bottom: 16px;
}

.content-block ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #161717;
}

.left-col-content .content-block {
    padding-right: 60px;
}

.right-col-content .content-block {
    padding-left: 60px;
}

.register-now-sec {
    background-color: #EFF6F6;
    position: relative;
    padding: 42px 0;
    overflow: hidden;
}

.register-now-sec p {
    margin-bottom: 0;
}

.register-now-sec::before {
    content: '';
    position: absolute;
    top: -140px;
    right: 80px;
    background-image: url(../images/line-shape.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    width: 1000px;
    height: 540px;
    opacity: 0.78;
    z-index: 0;
}

.register-now-sec .container {
    position: relative;
    z-index: 2;
}

.content-block .inner-list li {
    padding: 0;
}

.content-block .inner-list li:before {
    display: none;
}

.content-block .inner-list span {
    color: #161717;
    margin-bottom: 4px;
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}

.content-block .inner-list p {
    font-size: 14px;
    line-height: 24px;
    color: #416168;
}

@media only screen and (max-width: 1199px) {
    .py-60 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-60 {
        padding-top: 50px;
    }

    .pb-60 {
        padding-bottom: 50px;
    }

    .mb-20 {
        margin-bottom: 16px;
    }

    .mt-24 {
        margin-top: 20px;
    }

    h2,
    .heading-two {
        font-size: 34px;
        line-height: 42px;
    }

    .hero-sec-inner p {
        font-size: 17px;
        line-height: 28px;
        max-width: 800px;
        margin: 0 auto 20px;
    }

    .video-wrapper {
        margin: 28px auto;
        border-radius: 20px;
    }

    .play-button {
        width: 76px;
        height: 76px;
    }

    .features-nav {
        gap: 16px;
    }

    .hero-section {
        padding-bottom: 50px;
    }

    .left-col-content .content-block {
        padding-right: 40px;
    }

    .right-col-content .content-block {
        padding-left: 40px;
    }

    .content-block ul {
        margin-top: 20px;
    }

    .content-block ul li:not(:last-child) {
        margin-bottom: 12px;
    }

    .register-now-sec::before {
        top: -140px;
        right: 40px;
        width: 800px;
        height: 520px;
    }

    .offer,
    .waitlist,
    .accept-payments,
    .dock-image,
    .dashboard,
    .revenue-report,
    .booking-info,
    .payment-image,
    .enquiry,
    .marina-listing,
    .dock-management {
        padding-top: 0 !important;
    }

}

@media only screen and (max-width: 991px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .pt-60 {
        padding-top: 40px;
    }

    .pb-60 {
        padding-bottom: 40px;
    }

    .mb-20 {
        margin-bottom: 12px;
    }

    h2,
    .heading-two {
        font-size: 28px;
        line-height: 38px;
    }

    .hero-sec-inner p {
        font-size: 16px;
        line-height: 26px;
        max-width: 700px;
        margin: 0 auto 16px;
    }

    .video-wrapper {
        margin: 24px auto;
        border-radius: 16px;
    }

    .play-button {
        width: 66px;
        height: 66px;
    }

    .features-nav {
        gap: 12px;
    }

    .hero-section {
        padding-bottom: 40px;
    }

    iframe {
        min-height: 418px;
    }

    .register-now-sec {
        padding: 40px 0;
    }

    .register-now-sec::before {
        right: 0;
        width: 760px;
        height: 500px;
    }

    .content-block ul {
        margin-top: 15px;
        max-width: 100%;
    }

    .content-block ul li:not(:last-child) {
        margin-bottom: 8px;
    }

    .left-col-content .content-block {
        padding-right: 0;
    }

    .right-col-content .content-block {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {

    h1,
    .heading-one {
        font-size: 34px;
        line-height: 42px;
    }

    h2,
    .heading-two {
        font-size: 24px;
        line-height: 30px;
    }

    p {
        font-size: 15px;
        line-height: 24px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0 0 12px 0;
    }

    .hero-sec-inner p {
        font-size: 15px;
        line-height: 24px;
        margin: 0 auto 14px;
    }

    .video-wrapper {
        margin: 20px auto;
        border-radius: 12px;
    }

    iframe {
        min-height: 310px;
    }

    .features-nav {
        gap: 8px;
    }

    .features-nav li a {
        font-size: 15px;
        line-height: 24px;
        padding: 6px 10px;
    }

    .image-block {
        margin-top: 16px;
    }

    .content-block ul {
        max-width: 100%;
    }

    .content-block ul li {
        font-size: 15px;
        line-height: 24px;
    }

    .content-block ul li:not(:last-child) {
        margin-bottom: 4px;
    }

    .content-block ul li:before {
        top: 10px;
    }

    .content-block .inner-list span {
        font-size: 15px;
    }

    .play-button {
        width: 56px;
        height: 56px;
    }

    .register-now-sec {
        padding: 30px 0;
    }
}

@media only screen and (max-width: 575px) {

    h1,
    .heading-one {
        font-size: 30px;
        line-height: 38px;
    }

    h2,
    .heading-two {
        font-size: 22px;
        line-height: 28px;
    }

    .video-wrapper {
        margin: 16px auto;
    }

    .video-thumbnail {
        max-height: 240px;
        min-height: 240px;
    }

    iframe {
        min-height: 240px;
    }

    .features-nav li a {
        font-size: 14px;
        line-height: 22px;
        padding: 6px 8px;
    }

    .play-button {
        width: 46px;
        height: 46px;
    }
}