.container-1 {
    max-width: 1140px;
    width: 90%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto;
}

.headertwo__nav .navbar .navbar-brand {
    padding: 0;
    display: flex;
    align-items: center;
}

.headertwo__nav .navbar .navbar-brand img {
    user-select: none;
    object-fit: contain;
    max-width: 350px;
    max-height: 89px;
}

.headertwo__nav .navbar .navbar-nav .nav-item:not(:last-child) {
    margin: 0 0 0 20px;
    padding: 0 0 0 20px;
    border-left: 1.5px solid #33cead;
}

.headertwo__nav .navbar .navbar-nav .nav-item a {
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    color: rgb(var(--third));
    opacity: 0.6;
    position: relative;
    transition: 0.3s;
}

.nav-right {
    margin-right: auto;
}

#header .headertwo__nav .first-cont {
    max-width: 1140px;
}

.headertwo__nav .navbar .navbar-toggler {
    border: unset;
    outline: unset;
    padding: 0;
}

.headertwo__nav .navbar-expand-lg .navbar-collapse {
    justify-content: end;
}

.headertwo__nav .titlethree-texts__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.headertwo__nav .titlethree-row.titlethree-position-end {
    flex-direction: row-reverse;
}

.headertwo__nav .titlethree-wrapper>.container-1 {
    padding-top: 70px;
}

.headertwo__nav .titlethree-position-end .titlethree-texts {
    align-items: flex-end;
}

.headertwo__nav .titlethree-texts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 54px;
}

.headertwo__nav .titlethree-texts__title {
    color: #1d2025;
    font-size: 28px;
    max-width: 500px;
    font-weight: bold;
    position: relative;
}

.headertwo__nav .titlethree-texts__title::before {
    content: ' ';
    position: absolute;
    top: 10px;
    right: -40px;
    background: #02c39a;
    width: 20px;
    height: 20px;
    border-radius: 6px;
}

.headertwo__nav .titlethree-texts__desc {
    color: #212936;
    font-size: 16px;
    max-width: 500px;
    font-weight: 300;
    margin-top: 20px;
    width: 100%;
}

.headertwo__nav .titlethree-texts__buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.headertwo__nav .titlethree-texts__buttons .titlethree-texts__buttonOne {
    display: flex;
    justify-content: center;
    align-items: center;
    background: black;
    color: white;
    border: 2px solid black;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s;
}

.headertwo__nav .titlethree-texts__buttons a {
    text-decoration: none;
    color: inherit;
    text-align: center;
}

.headertwo__nav .titlethree-position-end .titlethree-shapes {
    justify-content: flex-end;
    padding-right: 100px;
}

.headertwo__nav .titlethree-shapes {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 50px;
}

.headertwo__nav .titlethree-shapes__wrapper {
    position: relative;
}

.headertwo__nav .titlethree-shapes__dots {
    position: absolute;
    right: 190px;
    bottom: 108px;
}

.headertwo__nav .titlethree-shapes__circle {
    position: absolute;
    right: -100px;
    bottom: 130px;
}

.headertwo__nav .titlethree-shapes__imgWrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    width: 300px;
    height: 255px;
    border-radius: 25px;
    right: -60px;
    bottom: 65px;
}

.headertwo__nav .titlethree-shapes__imgWrapper .titlethree-shapes__imgWrapper-image {
    display: inline-block;
    width: 290px;
    height: 245px;
    border-radius: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.headertwo__nav .title1 section {
    transition: margin 0.3s;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

.headertwo__nav .titlefour-row {
    position: relative;
    overflow: hidden;
    background: #27cca9;
    padding: 40px 25px 0 10px;
    border-radius: 30px 30px 0 0;
    width: 100%;
    margin-right: 0;
}

.headertwo__nav .titlefour-texts {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 44px;
    z-index: 1;
}

.headertwo__nav .titlefour-texts__wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.headertwo__nav .titlefour-texts__title {
    color: #1d2025;
    font-size: 28px;
    font-weight: bold;
    position: relative;
}

.headertwo__nav .titlefour-texts__title::before {
    content: ' ';
    position: absolute;
    top: 10px;
    right: -30px;
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.headertwo__nav .title1-cont {
    max-width: 1140px;
}

.headertwo__nav .titlefour-texts__desc {
    color: #212936;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    /* white-space: pre-line; */
    width: 100%;
}

.headertwo__nav .titlefour-texts__buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    margin-top: 30px;
}

.headertwo__nav .titlefour-img {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 30px;
    z-index: 1;
}

.headertwo__nav .titlefour-img__wrapper {
    position: relative;
    height: 360px;
}

.headertwo__nav .titlefour-img__bg {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 293px;
    height: 293px;
    position: relative;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.8);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 20px;
}

.headertwo__nav .titlefour-img__shapes {
    position: absolute;
    top: 40%;
    left: -15%;
}

.headertwo__nav .titlefour-wrapper {
    padding: 55px 0;
    overflow: hidden;
}

.headertwo__nav .titlefour-bgArrow {
    display: inline-block;
    width: 100%;
    margin-right: 0;
    opacity: 0.85;
}

.headertwo__nav .ctaFour .background-rectangle {
    width: 100%;
    background-color: #394a6d;
    top: 5%;
    border-radius: 25px;
    height: 90%;
}

.headertwo__nav .ctaFour .data {
    width: fit-content;
    padding: 50px 0;
    position: relative;
}

.headertwo__nav .ctaFour .data__title {
    font-size: 28px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    color: #fff;
    margin-bottom: 24px;
}

.headertwo__nav .ctaFour .data__description {
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
    line-height: 1.6;
    color: #fff;
}

.headertwo__nav .ctaFour .data__button {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: fit-content;
    margin-right: auto;
    margin-top: 24px;
    min-width: 175px;
    min-height: 51px;
    background-color: #27cba8;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    border: none;
    position: relative;
    text-decoration: none;
}

.headertwo__nav .ctaFour .media {
    justify-content: center;
    align-items: center;
    transform: scale(1);
    margin-left: 90px;
    display: flex;
}

.headertwo__nav .ctaFour .media__background {
    position: relative;
    width: 100%;
}

.headertwo__nav .ctaFour .media__background svg {
    width: 100%;
    height: auto;
}

.headertwo__nav .ctaFour .media__image--absolute {
    position: absolute;
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: contain;
}

@media (min-width: 1200px) {
    .ctaFour .container {
        max-width: 1204px;
    }
}

.headertwo__nav .tem2-features {
    padding: 60px 0;
    padding-top: 60px;
    padding-bottom: 60px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.headertwo__nav .tem2-features .tem2-title {
    display: flex;
    text-align: center;
    justify-content: center;
}

.headertwo__nav .tem2-features .tem2-title .tem2-topic {
    color: #0f212d;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    font-size: 25px;
}

.headertwo__nav .tem2-features .tem2-title .tem2-topic::before {
    content: '/';
    display: block;
    color: #0db39e;
    position: absolute;
    right: -20px;
    top: -9px;
    z-index: 0;
    font-size: 32px;
}

.headertwo__nav .tem2-features .tem2-feature {
    text-align: right;
    padding: 15px;
}

.headertwo__nav .featurestwo__icon-bg {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    background-color: #e5f9f5;
}

.headertwo__nav .featurestwo__icon-bg .svg {
    width: 50%;
    height: 50%;
    transform: scale(1);
}

.headertwo__nav .tem2-features .tem2-feature .tem2-topic {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.5;
}

.tem2-feature .tem2-box {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 25px 15px;
    border-radius: 10px;
    position: relative;
    transition: all 150ms ease-in-out;
    height: 100%;
}

.tem2-feature .tem2-box::after {
    content: '';
    width: 100%;
    height: 0;
    display: block;
    background-color: #0db39e;
    position: absolute;
    border-radius: 0 0 10px 10px;
    right: 0;
    bottom: 0;
    transition: all 80ms ease-in-out;
}

.tem2-feature .tem2-box:hover::after {
    height: 6px;
}

.headertwo__nav .tem2-features .tem2-feature {
    text-align: right;
    padding: 15px;
}

.tem2-feature .tem2-box:hover {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.headertwo__nav .tem2-team {
    padding: 60px 0 26px;
    position: relative;
}

.headertwo__nav .tem2-team .tem2-title {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 60px;
}

.headertwo__nav .tem2-team .tem2-title .tem2-topic {
    color: #0f212d;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    font-size: 33px;
}

.headertwo__nav .tem2-team .tem2-title .tem2-topic::before {
    content: '/';
    display: block;
    color: #0db39e;
    position: absolute;
    right: -20px;
    top: -9px;
    z-index: 0;
    font-size: 32px;
}

.headertwo__nav .tem2-team .tem2-member {
    text-align: center;
    background-image: url('https://cdn.landin.ir/default/sections/images/bg2.svg');
    background-repeat: no-repeat;
    background-position: top 5px left 14px;
    text-decoration: none;
    margin-bottom: 34px;
}

.headertwo__nav .tem2-team .tem2-member .tem2-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 15px;
    padding-top: 100%;
}

.headertwo__nav .tem2-team .tem2-member .tem2-image img {
    user-select: none;
    position: absolute;
    top: 0;
    object-position: center;
    border-radius: 100%;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.headertwo__nav .tem2-team .tem2-member .tem2-image::after {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border: 7px solid #0db39e;
    border-radius: 100px;
    position: absolute;
    right: 8%;
    top: 5%;
}

.headertwo__nav .tem2-team .tem2-member .tem2-name {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #212529;
}

.headertwo__nav .tem2-team .tem2-member .tem2-role {
    font-size: 13px;
    color: #394a6d;
    font-weight: 300;
}

.headertwo__nav .ctaSec {
    overflow: hidden;
    background-color: #02c39a;
    background-image: url('https://cdn.landin.ir/default/sections/images/Taieri.svg');
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    margin-right: 0px;
    margin-left: 0px;
    --second: 2, 195, 154;
}

.headertwo__nav .cta {
    padding: 80px 0;
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}

.headertwo__nav .cta .topic {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    line-height: 1.76;
    font-size: 24px;
}

.headertwo__nav .cta .action {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    flex-wrap: wrap;
}

.headertwo__nav .cta .action .btn.btn-outline-primary {
    color: #ffffff;
    border: 1px solid #394a6d;
    font-size: 23px;
}

.headertwo__nav .cta .action .btn {
    font-weight: 500;
    border-radius: 8px;
    /* font-size: 14px; */
    padding: 5px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}

.headertwo__nav .cta__title {
    width: 100%;
    white-space: nowrap;
}

.headertwo__nav .cta .action .btn-outline-primary svg {
    margin-right: 20px;
    height: 1em;
    width: 1em;
}

.cta .action .btn.btn-outline-primary:focus,
.cta .action .btn.btn-outline-primary:hover,
.cta .action .btn.btn-outline-primary:active {
    background-color: rgba(0, 0, 0, 0.1);
    outline: unset;
    box-shadow: unset;
}

.headertwo__nav .steps {
    padding: 60px 0;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
}

.headertwo__nav .steps .title {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}

.headertwo__nav .steps .title .topic {
    color: #394a6d;
    margin-bottom: 29px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    display: flex;
}

.steps .title .topic {
    color: #0f212d;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.76;
}

.steps .title .topic .underline-holder::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #02c39a;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.headertwo__nav .stepone__circle {
    width: 52px;
    height: 52px;
    position: relative;
    border-radius: 50%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 30px;
    background: #e5f9f5;
}

.headertwo__nav .steps .step .svg {
    position: absolute;
    width: 50px;
    top: 7%;
    right: 50%;
    transform: scale(1);
}

.headertwo__nav .steps .step .topic {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
}

.steps .step .desc {
    font-size: 14px;
    font-weight: 300;
    color: #3b4c6f;
    white-space: pre-line;
    direction: ltr;
}

.steps .step:nth-child(2n+1):not(:last-child)::after {
    content: '';
    display: block;
    width: 105px;
    height: 16px;
    background-image: url("https://cdn.landin.ir/default/sections/images/oddBg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: -55px;
}

.steps .step:nth-child(2n):not(:last-child)::after {
    content: '';
    display: block;
    width: 105px;
    height: 16px;
    background-image: url("https://cdn.landin.ir/default/sections/images/evenBg.svg");
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 30px;
    left: -55px;
}

.headertwo__nav .tem4-gallerySec {
    margin: 10px 0px;
    padding-top: 40px;
    padding-bottom: 60px;
}

.headertwo__nav .tem4-gallery {
    position: relative;
}

.headertwo__nav .tem4-gallerySec .tem4-title {
    display: flex;
    text-align: center;
    justify-content: center;
}

.tem4-gallerySec .tem4-title>svg {
    margin: 0 6px;
    margin-top: 0px;
    margin-top: 22px;
}

.headertwo__nav .tem4-gallery .tem4-title .tem2-topic {
    color: #0f212d;
    font-size: 25px;
    font-weight: 600;
    line-height: 2;
    position: relative;
    line-height: 35.16px;
}

.headertwo__nav .tem4-gallery__wrapper {
    height: 600px;
}

.tem4-gallerySec .cascade-slider_container {
    position: relative;
    max-height: 680px;
    margin: 0 auto;
    overflow: hidden;
    height: 100%;
}

.tem4-gallerySec .cascade-slider_item.now {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    opacity: 1;
    z-index: 5;
    max-width: fit-content;
}

.tem4-gallerySec .cascade-slider_item img {
    width: 100%;
    height: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.tem4-gallerySec .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-135%) scale(0.6);
    opacity: 1;
    z-index: 1;
    max-width: fit-content;
}

.tem4-gallerySec .cascade-slider_item.prev {
    left: 50%;
    transform: translateY(-50%) translateX(35%) scale(0.6);
    opacity: 1;
    z-index: 1;
    max-width: fit-content;
}

.tem4-gallerySec .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-135%) scale(0.6);
    opacity: 1;
    z-index: 1;
    max-width: fit-content;
}

/* .cascade-slider_item.next {
    left: 50%;
    transform: translateY(-50%) translateX(-135%) scale(0.6);
    opacity: 1;
    z-index: 1;
} */

.tem4-gallerySec .item-container {
    cursor: pointer;
    height: 100%;
}

.tem4-gallerySec .cascade-slider_item {
    max-width: 790px;
    max-height: 483px;
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(50%) scale(0.3);
    transition: all 0.5s ease;
    opacity: 0;
    z-index: -1;
}

.tem4-gallerySec .item-container {
    cursor: pointer;
    height: 100%;
}

.featuresone {
    padding: 60px 0;
    padding-top: 5px;
    padding-bottom: 25px;
    position: relative;
}

.featuresone .title {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 30px;
}

.featuresone .title .topic {
    color: #0f212d;
    font-size: 30px;
    margin-bottom: 0px;
    font-weight: 600;
    line-height: 1.76;
    position: relative;
    display: flex;

}

.featuresone .title .topic .underline-holder::after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    background-color: #0db39e;
    border-radius: 100px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.featuresone .featuresone__feature {
    text-align: right;
    padding: 15px;
}

.featuresone .featuresone__feature .box {
    display: block;
    color: inherit;
    text-decoration: none;
    padding: 30px 23px 20px 20px;
    border-radius: 10px;
    transition: all 150ms ease-in-out;
}

.featuresone__icon-bg {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 18px;
    border-radius: 10px;
    background-color: #e5f9f5;
}

.featuresone__icon-bg .svg {
    width: 50%;
    height: 50%;
}

.featuresone .featuresone__feature .topic {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 1.5;
}

.featuresone .featuresone__feature .desc {
    line-height: 2;
    font-weight: 300;
    font-size: 13px;
    color: #394a6d;
    white-space: pre-line;
    direction: ltr;
}

.featuresone .featuresone__feature .box:hover {
    box-shadow: 4px 4px 20px 0px rgba(0, 0, 0, 0.06);
}

.tem3-leadSec {
    position: relative;
}

.tem3-lead {
    padding: 100px 0;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.tem3-lead-img__right-side.vector {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: row;
    margin-top: 1.5rem;
    width: 100%;
}

.leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-front__img {
    width: 100%;
    height: 400px;
    right: -4rem;
    bottom: 1rem;
    object-fit: contain;
    position: relative;
    max-height: 27.5rem;
    z-index: 1;
}

.leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-background__img {
    position: absolute;
    z-index: 0;
    right: -2rem;
}

.leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-background__img * {
    fill: #0db39e;
}

/* footer */
.footerone__section {
    text-align: right;
    padding: 60px 0;
    position: relative;
}

.footerone__section .info.divider {
    padding: 0 30px;
    position: relative;
}

.footerone__section .info.divider::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    height: 150%;
    border-left: 1px dashed #eaeaea;
}

.footerone__section .info .topic {
    padding-right: 15px;
    position: relative;
    font-weight: 600;
}

.footerone__section .topic,
.footerone__section .social .topic,
.footerone__section .contact .topic {
    font-size: 15px;
    font-weight: 600;
    color: #3e4e70;
    margin-bottom: 12px;
}

.footerone__section .info.divider .topic::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    right: -1px;
    top: 3px;
    border-radius: 100px;
    background-color: #0db39e;
}

.footerone__section .desc {
    font-size: 12px;
    direction: ltr;
}

.footerone__section .info p {
    line-height: 2.2;
    white-space: pre-line;
}

.footerone__section p {
    font-size: 12px;
    font-weight: 300;
    color: #3e4e70;
    margin-bottom: 0;
}

.footerone__section .topic,
.footerone__section .social .topic,
.footerone__section .contact .topic {
    font-size: 15px;
    font-weight: 600;
    color: #394a6d;
    margin-bottom: 12px;
}

.footerone__section .contact .data ul {
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0;
}

.footerone__section .contact .data ul li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.footerone__section .contact .data ul li div {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    margin-top: 2px;
    display: flex;
}

.footerone__section .contact .data ul li a {
    font-size: 12px;
    color: #495878;
}

.footerone__section .contact .data ul li a.email {
    direction: ltr;
    text-align: right;
}

.footerone__section .contact .data ul li a {
    font-size: 12px;
    color: #394a6d;
}

.footerone__section p {
    font-size: 12px;
    font-weight: 300;
    color: #394a6d;
    margin-bottom: 0;
}

.footerone__section .social {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footerone__section .social .topic {
    margin-bottom: 20px;
}

.footerone__section .topic,
.footerone__section .social .topic,
.footerone__section .contact .topic {
    font-size: 15px;
    font-weight: 600;
    color: #394a6d;
    margin-bottom: 12px;
}

.footerone__section .social .media {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    justify-content: center;
}

.footerone__section .social .media a:not(:last-child) {
    text-decoration: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    margin-right: 10px;
}

.footerone__section .social .media a svg {
    width: 28px;
    height: 28px;
    transition: 0.3s;
}

.footerone__section .social .media a .icon-holder:hover svg path {
    fill: #02c39a;
}


.reservation-section {
    width: 100%;
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;

}

.header {
    text-align: center;
    margin-bottom: 20px;
}

.title1 {
    font-size: 18px;
    color: #333;
    width: fit-content;
    font-size: 16px;
    background-color: #ebecf0;
    border-radius: 16px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    text-align: center;
    -o-border-radius: 16px;
    margin-bottom: 26px;
    padding: 10px;
}

.description {
    margin-top: 10px;
    color: #555;
    font-size: 15px;
}

.progress-bar {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 4px;
    height: 6px;
    margin-bottom: 20px;
}

.progress {
    width: 50%;
    /* Progress percentage */
    background-color: #0db39e;
    height: 100%;
    border-radius: 4px;
}

.tab {
    display: flex;
    justify-content: space-around;
    margin-bottom: 20px;
}

.tab button {
    background-color: inherit;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 20px;
    transition: 0.3s;
    font-size: 16px;
    color: #888;
}

.tab button.active {
    color: #0db39e;
    font-weight: bold;
    /* border-bottom: 3px solid #0db39e; */
}

.tabcontent {
    display: none;
    padding: 20px;
}

.mobile-label {
    display: block;
    font-size: 12px;
    color: #888;
    margin-bottom: 5px;
}

.input-group {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    overflow: hidden;
}

.input-group input,
.input-group textarea {
    flex: 1;
    border: none;
    background-color: inherit;
    font-size: 16px;
    padding-right: 10px;
    outline: none;
}

.input-group .icon {
    font-size: 20px;
    color: #888;
    margin-right: 10px;
}

.textarea-group textarea {
    width: 100%;
    height: 100px;
    border: none;
    background-color: inherit;
    font-size: 16px;
    padding-right: 10px;
    outline: none;
    resize: none;
    position: absolute;
    right: 56px;
}

/* .reserve-btn {
    width: 100%;
    padding: 15px 0;
    background-color: #0db39e;
    color: white;
    border: none;
    border-radius: 25px;
    cursor: pointer;
    font-size: 16px;
}

.reserve-btn:hover {
    -webkit-filter: brightness(0.95);
} */

.input-group-text {
    white-space: none !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: unset !important;
}

.span-name {
    height: 16px;
    width: 1px;
    background-color: #b6bcbf;
    border-radius: 10px;
    margin: 0 0.4rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.span-name2 {
    height: 16px;
    width: 1px;
    background-color: #b6bcbf;
    border-radius: 10px;
    margin: 0 0.4rem;
    position: absolute;
    right: 50px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.input-name {
    position: absolute;
    left: 0px;
    right: 75px;
    width: max-content;
    margin: auto;
    margin-right: auto;
}

.svg-textarea {
    margin-bottom: 70px;
}

.span-name3 {
    height: 16px;
    width: 1px;
    background-color: #b6bcbf;
    border-radius: 10px;
    margin: 0 0.4rem;
    position: absolute;
    right: 42px;
    -webkit-border-radius: 10px;
}

@media(min-width:0px) and (max-width:992px) {
    .steps .step:nth-child(2n+1):not(:last-child)::after {
        display: none;
    }

    .steps .step:nth-child(2n):not(:last-child)::after {

        display: none;
    }

    .headertwo__nav .titlethree-texts__buttons {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .headertwo__nav .titlefour-texts {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 14px;
        z-index: 1;
    }

    .headertwo__nav .ctaFour .data__title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #fff;
        margin-bottom: 24px;
        text-align: center;
    }

    .headertwo__nav .ctaFour .data__button {
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        width: fit-content;
        margin-right: auto;
        margin-top: 24px;
        min-width: 175px;
        min-height: 51px;
        background-color: #27cba8;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 15px;
        border: none;
        position: relative;
        text-decoration: none;
        margin-right: 0;
    }

    .headertwo__nav .ctaFour .data__title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #fff;
        margin-bottom: 24px;
        text-align: center;
    }

    .headertwo__nav .ctaFour .media {
        justify-content: center;
        align-items: center;
        transform: scale(1);
        margin-left: 0px;
        display: flex;
        margin: auto;
    }

    .headertwo__nav .titlefour-img__wrapper {
        position: relative;
        height: 360px;
        margin: auto;
    }
}

@media(min-width:400px) and (max-width:768px) {
    .leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-background__img {
        position: absolute;
        z-index: 0;
        right: 0rem;
    }

    .leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-front__img {
        width: 100%;
        height: 400px;
        right: -3rem;
        bottom: 1rem;
        object-fit: contain;
        position: relative;
        max-height: 27.5rem;
        z-index: 1;
    }
}

@media(min-width:0px) and (max-width:576px) {
    .g-recaptcha {
        width: 100%;
    }

    .g-recaptcha * {
        width: 100% !important;
    }

    .headertwo__nav .titlefour-texts {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 7px;
        z-index: 1;
    }

    .headertwo__nav .titlefour-texts__title::before {
        display: none;
    }

    .headertwo__nav .ctaFour .data__title {
        font-size: 28px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: right;
        color: #fff;
        margin-bottom: 24px;
        text-align: right;
    }

    .tabcontent {
        padding: 0px;
    }

    .bread-landing .breadcrumb {
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .bread-landing .breadcrumb-item {
        white-space: nowrap;
        display: flex;
    }

    .breadcrumb li a {
        color: #364147;
        font-size: 14px;
        line-height: 27px;
        display: flex;
        width: max-content;
        white-space: nowrap;
    }
}

@media(min-width:0px) and (max-width:400px) {
    .input-name {
        position: absolute;
        left: 0;
        right: 70px;
        width: max-content;
        margin: auto;
    }

    .reservation-section {
        width: 100%;
        max-width: 500px;
        margin: 50px auto;
        padding: 0px;
    }

    .leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-front__img {
        width: 100%;
        height: 400px;
        right: -1rem;
        bottom: 1rem;
        object-fit: contain;
        position: relative;
        max-height: 27.5rem;
        z-index: 1;
    }

    .leadcapturethree__right .tem3-lead-img__right-side .tem3-lead-img__right-side-background__img {
        position: absolute;
        z-index: 0;
        right: -1rem;
    }

    .headertwo__nav .titlethree-texts {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        padding-right: 18px;
    }

    .headertwo__nav .titlethree-texts__title::before {
        display: none !important;
    }
}

/* read-more */
/* #moreText {
    display: none;
} */
#moreText {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, opacity 0.5s ease;
}

/* وقتی بخش بیشتر باز شود */
#moreText.show {
    max-height: 500px;
    /* یا مقداری که مناسب متن شما باشد */
    opacity: 1;
}

/* افکت محو در انتهای بخش */
.fade-out {
    position: relative;
    height: 60px;
    background: linear-gradient(to bottom, transparent, white);
    margin-top: -60px;
}

/* .btn-toggle {
    margin-top: 10px;
  background-color: #0db39e;
  color: white;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 35px;
} */
.btn-toggle {
    margin-top: 10px;
    background-color: #0db39e;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 30px;
    font-size: 1rem;
}

.btn-toggle:hover {
    background-color: #097b6c;
}

.container-last {
    max-width: 1140px;
    width: 90%;
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-left: calc(var(--bs-gutter-x) * .5);
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-left: auto;
    margin-right: auto;
}

.moretext-last {
    display: block;
    background-color: rgba(13, 179, 158, 0.21);
    border-radius: 20px;
    padding: 30px;
}

.fs-custome-22 {
    font-size: 22px;
}

.contact-us-section-row input::placeholder,
.contact-us-section-row textarea::placeholder {
    font-size: 14px;
    color: #adadad;
}

.contact-us-section-row label {
    color: #18a27b;
}

.cta-contact-btn-1 {
    font-size: 14px;
    padding: 10px 20px;
    background-color: #18a27b;
    border-radius: 30px;
    color: white;
    transition: 0.3s;
    border: 1px solid #18a27b !important;
}

.cta-contact-btn-1:hover {
    background-color: transparent;
}