section.adventure-cta {
    padding-left: 0;
    position: relative;
    padding-right: 0;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    height: auto;
}

section.adventure-cta .shape img {
    width: 350px;
    object-fit: cover;

}

section.adventure-cta .shape {
    position: absolute;
    top: -365px;
    z-index: 2;
}

section.adventure-cta .container {
    display: flex;
    justify-content: center;
    position: relative;
}

section.adventure-cta .content {
    width: 70%;
    background: rgb(0 0 0 / 50%);
    padding: var(--p60);
    box-shadow: 0px 9px rgba(255, 255, 255, .6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

section.adventure-cta .head-sec h2 {
    text-align: center;
    color: var(--white-color);
}

section.adventure-cta .content p {
    color: var(--white-color);
    text-align: center;
}

section.adventure-cta .content .main-btn {
    color: var(--white-color);
    border: 1px solid var(--white-color);
}

   section.cta_banner_sec{
    /* background: url(../images/cta-banner.jpg); */
    position: relative;
    /* padding-right: 0; */
    background-position: center;
    background-size: cover;
    height: auto;
    width: 92%;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    }

    .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000b8;
    z-index: 0;
}

section .cta-text-data h6{
    color:var(--other-color);
}

section .cta-text-data h2{
    color:var(--white-color);
    font-size: 60px;
}
section .cta-text-data p{
    color:var(--white-color);
}

.cta-text-data {
    text-align: center;
    padding: 40px;
    width: 82%;
    display: block;
    margin: auto;
    position: relative;
}

.cta-text-data p{
    text-align: center;
    margin-bottom: 25px;
}

section.cta_banner_sec .cta_btn{
    margin-top: 50px;
}

.left-line {
    background:var(--other-color);
    position: absolute;
    width: 6%;
    height: 1px;
    left: 42%;
}

.right-line {
    background: var(--other-color);
    position: absolute;
    width: 6%;
    height: 1px;
    right: 43%;
}

.dot-div {
    position: absolute;
    background: var(--other-color);
    height: 5px;
    width: 5px;
    border-radius: 50%;
    right: 50%;
}

.head_bottom_line {
    margin-bottom: 40px;
    padding-top: 30px;
}