:root{
    --colorOne:#016437;
    --colorTwo:#05894d;
    --colorThree:#70d399;
    --colorFour:#d1e9db;
}

.no-scroll-y {
    overflow-y: hidden;
}
.main-hadding8 {
    margin-top: -150px;
}
.hadding8 span.span {
    color: var(--8th-Main, #e50114);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 16px;
    background: rgba(229, 1, 20, 0.1);
    padding: 8px 16px;
}

.hadding8 h1 {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    text-transform: capitalize;
}

.hadding8 p {
    color: var(--Paragraph-Color, rgba(8, 17, 13, 0.6));
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    transition: all.4s;
}

.hadding8 h1 span.after {
    position: relative;
}

.hadding8 h1 span.after::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 15px;
    width: 100%;
    background-image: url(../img/shapes/hadding8-shape.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hadding8 h4 a {
    color: var(--neutral-main-text-color, #19191b);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize;
    display: inline-block;
    transition: all.4s;
}

.hadding8 h4 a:hover {
    color: #e50114;
    transition: all.4s;
}

.hadding8-w h4 a {
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    display: inline-block;
}

.hadding8-w p {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.hadding8 h2 a {
    color: var(--Main-Text-Color, #181a1c);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px;
    display: inline-block;
    transition: all.4s;
}
.hadding8 h2 a:hover {
    color: #e50114;
    transition: all.4s;
}

.theme-btn18 {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    font-family: "Cabin", sans-serif;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    padding: 10px 25px;
    z-index: 1;
    background: linear-gradient(272deg, var(--colorOne) 24.82%, var(--colorOne) 93.38%);
    border: #fef4e9;
}
a:hover.package_contact {
    color: var(--colorOne) !important;
}
a:hover.text-dark {
    color: var(--colorOne) !important;
}
.theme-btn18 i {
    position: relative;
    margin-left: 10px;
    font-size: 16px;
}
.theme-btn18:hover:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.theme-btn18:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--colorTwo);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.theme-btn18:hover:after {
    opacity: 1;
}
.hadding9 span.span {
    color: var(--Main-Text-Color, #f5911e);
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    border-radius: 30px;
    background: #fcddb9;
    padding: 4px 20px;
    display: inline-block;
}
.hadding9 h1 {
    color: var(--Main-Text-Color, black);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.hadding9 p {
    color: var(--Paragraph-Color, black);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}