﻿:root {
    --theme-color: #13263c;
    --theme-color2: #9a7c09;
    --white-color: #ffffff;
    --title-color: #141D38;
    --section-space: 120px;
    --section-space-mobile: 80px;
    --section-title-space: 60px;
    --bs-brown: #895129;
    --bs-silver: #c4c4c4;
    --bs-gold: #EFBF04;
}

@media (min-width: 576px) {
    .move-left {
        transform: translateX(-49%) !important
    }
}

.reset-tour {
    position: sticky;
    bottom: 1.5rem
}

.days:nth-of-type(odd) .places {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.days:nth-of-type(odd) .place {
    -webkit-box-pack: end;
    justify-content: flex-end
}

.days:nth-of-type(odd) .place .label {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.days:nth-of-type(odd) .place:before {
    -webkit-box-ordinal-group: 4;
    order: 3
}

.days:nth-of-type(odd) .day-title {
    -webkit-box-ordinal-group: 4;
    order: 3;
    text-align: right
}

.days:nth-of-type(odd) .place button {
    margin-right: -2rem;
    padding-right: 3rem
}

.days:nth-of-type(odd) .place .action:before {
    left: 100%;
    -webkit-transform: translateY(-50%) scaleX(-1);
    transform: translateY(-50%) scaleX(-1)
}

.days:nth-of-type(odd) .interchange .label {
    -webkit-box-ordinal-group: 3;
    order: 2
}

.days:not(:first-of-type):before {
    content: "";
    display: block;
    height: 2rem;
    background-color: #efefef;
    margin: 2rem 0;
    border-radius: 20rem
}

.days:not(:first-of-type) .place.first:before {
    margin-top: -4rem
}

.days:not(:last-of-type) .place.last:before {
    margin-bottom: -4rem
}

.day {
    display: -webkit-box;
    display: flex;
    border-top: .1rem solid #efefef
}

.day-title {
    margin: 0;
    padding: .5rem;
    -webkit-box-flex: 0;
    flex: 0 0 8rem;
    display: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-family: Work Sans, Helvetica, Arial, sans-serif;
    font-weight: 400
}

@media print {
    .day-title {
        letter-spacing: 0
    }
}

.day-date {
    font-size: 1rem;
    display: block;
    width: auto
}

.interchanges, .places {
    padding: 0;
    margin: 0;
    list-style: none
}

.places {
    flex-grow: 1;
    flex-wrap: wrap
}

.place, .places {
    -webkit-box-flex: 1;
    display: -webkit-box;
    display: flex
}

.place {
    flex: 1 1 100%
}

.place, .place button {
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .05em
}

@media print {
    .place, .place button {
        letter-spacing: 0
    }
}

.place:before {
    content: " ";
    width: 2rem;
    display: block;
    background-color: #efefef;
    z-index: 1;
    margin: -.1rem 0
}

.place.selected:before {
    z-index: 2
}

.place.first:before {
    border-top-right-radius: 10rem;
    border-top-left-radius: 10rem
}

.place.last:before {
    border-bottom-right-radius: 10rem;
    border-bottom-left-radius: 10rem
}

.place.destination .label, .place.origin .label {
    padding-left: 2rem;
    padding-right: 2rem;
    color: var(--bs-orange);
    background-color: #ffebdc;
    border-radius: 9999999px;
    align-self: center;
    -webkit-box-flex: 0;
    flex-grow: 0
}

.place.unavailable {
    opacity: .7
}

.place.unavailable .label {
    text-decoration: line-through
}

.place:not(.selected):before {
    height: 2rem;
    border-radius: 50%;
    align-self: center
}

.place > * {
    padding: 1rem;
    border: none;
    background: none
}

.place button {
    z-index: 3;
    display: -webkit-box;
    display: flex;
    margin-left: -2rem;
    padding-left: 3rem;
    -webkit-box-align: center;
    align-items: center
}

.place .label {
    padding-top: .2rem;
    padding-bottom: .2rem
}

.place .action {
    width: 10rem;
    padding: .2rem;
    font-size: 1rem;
    position: relative;
    overflow: visible;
    text-align: center;
    border-radius: .2rem;
    margin: 0 2rem;
    background-color: #efefef
}

.place .action:before {
    top: 50%;
    right: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1rem solid #efefef;
    content: "";
    width: 0;
    height: 0;
    border-top: .5rem solid #fff0;
    border-bottom: .5rem solid #fff0;
    position: absolute
}

.interchange {
    margin-top: .2rem;
    border-radius: 9999999px;
    background-color: #efefef;
    position: absolute
}

.interchange button {
    padding: 0;
    border: none;
    background: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 100%
}

.interchange .label {
    padding: .2rem 2rem;
    background-color: #efefef;
    border-radius: 9999999px
}

.interchange .action {
    display: none
}

.notice {
    margin: 0 auto;
    width: 30rem;
    height: calc(100vh - 30rem);
    min-height: 20rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center
}

@media screen and (min-width: 600px) {
    .days:not(:first-of-type):before {
        margin: 2rem 8rem
    }

    .day-title {
        display: block
    }
}

@media screen and (min-width: 900px) {
    .interchanges {
        -webkit-box-flex: 0;
        flex: 0 0 20rem
    }

    .interchange {
        position: static
    }

    .interchange .action {
        -webkit-box-flex: 1;
        flex: 1 1 100%;
        font-size: 1rem;
        display: block;
        text-transform: uppercase;
        letter-spacing: .05em
    }

    .keep-tour-top {
        position: fixed;
        top: 160px;
        z-index: 100
    }

    .interchange .action {
        letter-spacing: 0
    }
}

@media screen and (min-width: 1200px) {
    .custom {
        position: absolute;
        -webkit-transform: translate(-110%, -1rem);
        transform: translate(-110%, -1rem);
        z-index: 100
    }
}

.menu-item.selected.red {
    color: #fff;
    background-color: var(--bs-red)
}

.place.red:not(.unavailable).leaving:before, .place.red:not(.unavailable).selected:before {
    background-color: var(--bs-red)
}

.place.red:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-red)
}

.place.red:not(.selected) button .action:before {
    border-right-color: var(--bs-red)
}

.interchange.red .label {
    color: #fff;
    background-color: var(--bs-red)
}

.menu-item.selected.blue {
    color: #fff;
    background-color: var(--bs-blue)
}

.place.blue:not(.unavailable).leaving:before, .place.blue:not(.unavailable).selected:before {
    background-color: var(--bs-blue)
}

.place.blue:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-blue)
}

.place.blue:not(.selected) button .action:before {
    border-right-color: var(--bs-blue)
}

.interchange.blue .label {
    color: #fff;
    background-color: var(--bs-blue)
}

.menu-item.selected.green {
    color: #fff;
    background-color: var(--bs-green)
}

.place.green:not(.unavailable).leaving:before, .place.green:not(.unavailable).selected:before {
    background-color: var(--bs-green)
}

.place.green:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-green)
}

.place.green:not(.selected) button .action:before {
    border-right-color: var(--bs-green)
}

.interchange.green .label {
    color: #fff;
    background-color: var(--bs-green)
}

.menu-item.selected.purple {
    color: #fff;
    background-color: var(--bs-purple)
}

.place.purple:not(.unavailable).leaving:before, .place.purple:not(.unavailable).selected:before {
    background-color: var(--bs-purple)
}

.place.purple:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-purple)
}

.place.purple:not(.selected) button .action:before {
    border-right-color: var(--bs-purple)
}

.interchange.purple .label {
    color: #fff;
    background-color: var(--bs-purple)
}

.menu-item.selected.yellow {
    color: #fff;
    background-color: var(--bs-yellow)
}

.place.yellow:not(.unavailable).leaving:before, .place.yellow:not(.unavailable).selected:before {
    background-color: var(--bs-yellow)
}

.place.yellow:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-yellow)
}

.place.yellow:not(.selected) button .action:before {
    border-right-color: var(--bs-yellow)
}

.interchange.yellow .label {
    color: #fff;
    background-color: var(--bs-yellow)
}

.menu-item.selected.pink {
    color: #fff;
    background-color: var(--bs-pink)
}

.place.pink:not(.unavailable).leaving:before, .place.pink:not(.unavailable).selected:before {
    background-color: var(--bs-pink)
}

.place.pink:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-pink)
}

.place.pink:not(.selected) button .action:before {
    border-right-color: var(--bs-pink)
}

.interchange.pink .label {
    color: #fff;
    background-color: var(--bs-pink)
}

.menu-item.selected.brown {
    color: #fff;
    background-color: var(--bs-brown)
}

.place.brown:not(.unavailable).leaving:before, .place.brown:not(.unavailable).selected:before {
    background-color: var(--bs-brown)
}

.place.brown:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-brown)
}

.place.brown:not(.selected) button .action:before {
    border-right-color: var(--bs-brown)
}

.interchange.brown .label {
    color: #fff;
    background-color: var(--bs-brown)
}

.menu-item.selected.orange {
    color: #fff;
    background-color: var(--bs-orange)
}

.place.orange:not(.unavailable).leaving:before, .place.orange:not(.unavailable).selected:before {
    background-color: var(--bs-orange)
}

.place.orange:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-orange)
}

.place.orange:not(.selected) button .action:before {
    border-right-color: var(--bs-orange)
}

.interchange.orange .label {
    color: #fff;
    background-color: var(--bs-orange)
}

.menu-item.selected.silver {
    color: #fff;
    background-color: var(--bs-silver)
}

.place.silver:not(.unavailable).leaving:before, .place.silver:not(.unavailable).selected:before {
    background-color: var(--bs-silver)
}

.place.silver:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-silver)
}

.place.silver:not(.selected) button .action:before {
    border-right-color: var(--bs-silver)
}

.interchange.silver .label {
    color: #fff;
    background-color: var(--bs-silver)
}

.menu-item.selected.gold {
    color: #fff;
    background-color: var(--bs-gold)
}

.place.gold:not(.unavailable).leaving:before, .place.gold:not(.unavailable).selected:before {
    background-color: var(--bs-gold)
}

.place.gold:not(.selected) button .action {
    color: #fff;
    background-color: var(--bs-gold)
}

.place.gold:not(.selected) button .action:before {
    border-right-color: var(--bs-gold)
}

.interchange.gold .label {
    color: #fff;
    background-color: var(--bs-gold)
}

@property --rotation {
    syntax: "<angle>";
    initial-value: 0turn;
    inherits: false
}

@property --angle {
    syntax: "<angle>";
    inherits: false;
    initial-value: 0deg
}

.fancy-glow {
    position: relative;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    padding: 1rem;
    border-radius: 1rem;
    overflow: hidden;

    &::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: -1;
        background-image: conic-gradient(from var(--rotation, 0turn), red, blue, green, yellow, green, blue, red);
        mask-image: linear-gradient(0deg, black, transparent 10%), linear-gradient(180deg, black, transparent 10%), linear-gradient(90deg, black, transparent 10%), linear-gradient(270deg, black, transparent 10%);
        animation: 15s hue-rotation infinite linear
    }
}

@keyframes hue-rotation {
    from {
        --rotation: 0turn
    }
    to {
        --rotation: 1turn
    }
}

.animated-border {
    position: relative;
    aspect-ratio: 1;
    display: flex;
    color: canvas;
    padding: 1rem;
    border-radius: 1rem;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center
}

.animated-border::after, .animated-border::before {
    content: "";
    position: absolute;
    background-image: conic-gradient(from var(--angle), blue, red);
    inset: 0;
    margin: -6px;
    z-index: -1;
    border-radius: 14px;
    animation: spin 10s linear infinite
}

.animated-border::after {
    filter: blur(1.5rem)
}

.animated-border-2::after, .animated-border-2::before {
    background-image: conic-gradient(from var(--angle), transparent 70%, blue);
    margin: -4px;
    border-radius: 14px
}

.animated-border-3::after, .animated-border-3::before {
    background-image: conic-gradient(from var(--angle), #ff6fd8, blue, red, yellow, purple, #ff6fd8);
    margin: -2px;
    border-radius: 12px
}

@keyframes spin {
    from {
        --angle: 0deg
    }
    to {
        --angle: 360deg
    }
}

.btn-flip-icon {
    position: absolute;
    left: 100%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 767.98px) {
    .btn-flip-icon {
        position: absolute;
        left: 50%;
        top: 100%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: .5rem
    }

    .btn-flip-icon i {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg)
    }
}

.tour-image-container-2 {
    display: grid;
    grid-template-columns:2fr 1fr;
    column-gap: 1%;
    row-gap: 10px;
    min-height: 400px !important;
    overflow: hidden
}

.tour-image-container-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-image-container-2 .item {
    position: relative
}

.tour-image-container-3 {
    display: grid;
    grid-template-columns:2fr 1fr;
    column-gap: 1%;
    grid-template-rows:300px 300px;
    row-gap: 10px
}

.tour-image-container-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-image-container-3 .item {
    position: relative
}

.tour-image-container-3 .item:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 3
}

.tour-image-container-4 {
    display: grid;
    grid-template-columns:2fr 1fr;
    column-gap: 1%;
    grid-template-rows:200px 200px 200px;
    row-gap: 10px
}

.tour-image-container-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tour-image-container-4 .item {
    position: relative
}

.tour-image-container-4 .item:nth-child(1) {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 4
}


@media (max-width: 768px) {
    .tour-image-container-2 {
        grid-template-columns: 1fr; /* stack vertically */
    }
    .tour-image-container-3 {
        grid-template-columns: 1fr; /* stack vertically */
        grid-template-rows: auto;   /* let content define height */
    }
    .tour-image-container-4 {
        grid-template-columns: 1fr; /* stack vertically */
        grid-template-rows: auto;   /* let content define height */
    }
}

.p-vietnam {
    position: absolute;
    top: 22%;
    left: 29%
}

.p-thailand {
    position: absolute;
    top: 34%;
    left: 19%
}

.p-malaysia {
    position: absolute;
    top: 76%;
    left: 25%
}

.movingX {
    -webkit-animation: movingX 8s linear infinite;
    animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    50% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.movingY {
    -webkit-animation: movingY 8s linear infinite;
    animation: movingY 8s linear infinite
}

@-webkit-keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes movingY {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.card-tour:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0 20px 20px rgb(204 204 204 / .25);
    transform: translateY(20px);
    top: -4px;
    border: 1px solid #BCCED2
}

.text-justify {
    text-align: justify !important
}

.bg-light-yellow {
    background-color: #ffffe9 !important
}

.price-box {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 0 40px;
    position: relative;
    flex: 0 0 auto;
    color: #fff;
    font-weight: 700
}

.price-2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #79da5a;
    border-radius: 25px 25px 0 0
}

.price-3 {
    position: relative;
    width: 215px;
    height: 79px;
    margin-right: -6px
}

.btn-book-now {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 10px 20px;
    position: relative;
    align-self: stretch;
    width: 100%;
    flex: 0 0 auto;
    background-color: #1c5d07;
    border-radius: 0 0 25px 25px
}

.card-img-tour {
    transition: background-image 0.5s ease-in-out;
    display: inline-block
}

@page {
    size: A4;
    margin: 20mm
}

.page-break {
    page-break-before: always
}

.page-break-after {
    page-break-after: always
}

.page-break-inside {
    page-break-inside: avoid
}

.ql-size-large {
    font-size: 1.5em
}

.th-btn {
    position: relative;
    z-index: 2;
    overflow: hidden;
    vertical-align: middle;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    text-align: center;
    background-color: var(--theme-color);
    color: var(--white-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20.5px 20px;
    min-width: 144px;
    border-radius: 4px
}

.th-btn:before, .th-btn:after {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--theme-color2);
    z-index: -1;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    border-radius: 99px;
    -webkit-transform: scaleY(1.1);
    -ms-transform: scaleY(1.1);
    transform: scaleY(1.1)
}

.th-btn:before {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:after {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0)
}

.th-btn:hover, .th-btn.active {
    color: var(--white-color);
    box-shadow: none
}

.th-btn:hover::before, .th-btn:hover:after, .th-btn.active::before, .th-btn.active:after {
    border-radius: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.th-btn.style-radius {
    border-radius: 100px;
    padding: 18px 40px
}

@media (max-width: 375px) {
    .th-btn.style-radius {
        padding: 18px 25px
    }
}

.th-btn.style4 {
    background-color: #fff0;
    color: var(--title-color);
    border: 1px solid var(--title-color);
    padding: 14px 25px
}

.th-btn.style4.th-icon:after {
    background-color: var(--title-color)
}

.th-btn.style4:hover {
    color: var(--white-color);
    border: 1px solid var(--theme-color)
}

.th-btn.style4:hover.th-icon:after {
    background-color: var(--white-color)
}

.th-btn.style4:before {
    background-color: var(--theme-color)
}

@property --button-fill {
    syntax: "<color>";
    inherits: true;
    initial-value: #fff0
}

@property --button-fill-stop {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%
}

@property --rg-1-x {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 0%
}

@property --rg-1-y {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 50%
}

@property --rg-2-x {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 20%
}

@property --rg-2-y {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 70%
}

@property --rg-3-x {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 70%
}

@property --rg-3-y {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 20%
}

@property --rg-4-x {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 50%
}

@property --rg-4-y {
    syntax: "<percentage>";
    inherits: true;
    initial-value: 50%
}

.gradient-button {
    padding: 0.5lh 4ch;
    border-radius: 100vw;
    border: 5px solid #fff0;
    transition: --button-fill 1s, --button-fill-stop 0.5s;
    animation: gradient-movement 5s alternate infinite ease-in-out;
    animation-delay: calc(sibling-index() * -2000ms);
    background: radial-gradient(circle, var(--button-fill) var(--button-fill-stop), transparent) padding-box, radial-gradient(circle 120px at var(--rg-1-x) var(--rg-1-y), deeppink, transparent) border-box, radial-gradient(circle 150px at var(--rg-2-x) var(--rg-2-y), lime, transparent) border-box, radial-gradient(circle 160px at var(--rg-3-x) var(--rg-3-y), rebeccapurple, transparent) border-box, radial-gradient(circle 200px at var(--rg-4-x) var(--rg-4-y), royalblue, transparent) border-box;
    background-position: center, center, bottom right, top left, top right, bottom left;
    background-repeat: no-repeat
}

@keyframes gradient-movement {
    30% {
        --rg-1-x: 70%;
        --rg-1-y: 20%
    }
    40% {
        --rg-2-x: 120%;
        --rg-2-y: 50%
    }
    45% {
        --rg-4-x: -10%;
        --rg-4-y: 10%
    }
    50% {
        --rg-3-x: 50%;
        --rg-3-y: 50%
    }
    70% {
        --rg-1-x: -10%;
        --rg-2-y: -20%
    }
}

.gradient-button:hover, .gradient-button:focus-visible {
    --button-fill-stop: 100%;
    --button-fill: var(--button-fill-hover, black)
}

.gradient-button.bordered {
    --button-fill-stop: 100%;
    --button-fill: black
}

.gradient-button.bordered:is(:hover,:focus-visible) {
    --button-fill-stop: 0%;
    --button-fill: transparent
}


.process-area {
    min-height: 1200px
}

@media (max-width: 1299px) {
    .process-area {
        min-height: 100%
    }

}

.process-image {
    border-radius: 32px 32px 300px 32px
}

.process-image img {
    border-radius: 32px 32px 300px 32px
}

.process-shape {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    -ms-transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    transform: translate(calc(-50% + 500px), calc(-50% + 25px));
    margin: 0 -500px;
    z-index: -1
}

.title-area {
    -webkit-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s
}

.title-area {
    margin-bottom: calc(var(--section-title-space) - 11px);
    position: relative;
    z-index: 2
}

.title-area .sec-title {
    margin-bottom: 22px
}

.title-area.mb-0 .sec-title {
    margin-bottom: -.24em
}

.title-area .th-btn {
    margin-top: 20px;
    margin-bottom: 10px
}

@media (max-width: 991px) {
    .process-shape {
        display: none
    }
}

@media (max-width: 1199px) {
    .shadow-title {
        font-size: 180px
    }

    .title-area, .sec-title {
        --section-title-space: 60px
    }

    .title-area.mb-45, .sec-title.mb-45 {
        margin-bottom: 36px
    }

    .title-area.mb-50, .sec-title.mb-50 {
        margin-bottom: 40px
    }

    .sec-btn, .title-line {
        --section-title-space: 55px
    }

    .title-area2 .title {
        max-width: 300px
    }
}

@media (max-width: 991px) {
    .title-area, .sec-title {
        --section-title-space: 50px
    }

    .title-area.mb-45, .sec-title.mb-45 {
        margin-bottom: 35px
    }

    .sec-btn, .title-line {
        --section-title-space: 50px
    }

    .sub-title.h4 {
        font-size: 22px
    }
}

.process-item {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 300px;
}

@media (max-width: 767px) {
    .process-item {
        max-width: 100%
    }
}

.process-item:before, .process-item:after {
    content: "";
    position: absolute;
    top: -70%;
    left: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: var(--theme-color);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width: 1299px) {
    .process-item:before, .process-item:after {
        display: none
    }
}

.process-item:after {
    top: -80%;
    left: 46%;
    background-color: var(--bs-success);
    animation-delay: 1s;
    animation: ripple 2s ease-in-out infinite;
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }

    30% {
        opacity: .4
    }

    100% {
        -webkit-transform: scale(1.8);
        transform: scale(1.8);
        opacity: 0
    }
}

.process-item_wrapp:first-child {
    margin-top: 185px;
    -webkit-transform: rotate(-5.85deg);
    -ms-transform: rotate(-5.85deg);
    transform: rotate(-5.85deg)
}

@media (max-width: 991px) {
    .process-item_wrapp:first-child {
        margin-top: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.process-item_wrapp:nth-child(2) {
    position: absolute;
    bottom: 28%;
    left: 32%;
    -webkit-transform: rotate(-19.93deg);
    -ms-transform: rotate(-19.93deg);
    transform: rotate(-19.93deg)
}

@media (max-width: 1299px) {
    .process-item_wrapp:nth-child(2) {
        bottom: 20%;
        left: 27%
    }
}

@media (max-width: 991px) {
    .process-item_wrapp:nth-child(2) {
        position: relative;
        left: unset;
        bottom: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.process-item_wrapp:nth-child(3) {
    position: absolute;
    top: 40%;
    left: 47%;
    -webkit-transform: rotate(-61.92deg);
    -ms-transform: rotate(-61.92deg);
    transform: rotate(-61.92deg)
}

@media (max-width: 991px) {
    .process-item_wrapp:nth-child(3) {
        position: relative;
        left: unset;
        bottom: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.process-item_wrapp:nth-child(4) {
    position: absolute;
    top: 28%;
    right: 5%;
    -webkit-transform: rotate(17.29deg);
    -ms-transform: rotate(17.29deg);
    transform: rotate(17.29deg)
}

@media (max-width: 991px) {
    .process-item_wrapp:nth-child(4) {
        position: relative;
        left: unset;
        bottom: unset;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.box-title {
    font-size: 24px;
    line-height: 1.417;
    font-weight: 600;
    margin-top: -.32em
}

.process-item .box-title {
    margin-bottom: 5px
}

.box-text {
    font-size: 1.5rem;
    color: var(--bs-text-gray-400);
    margin-bottom: -.5em;
}

.process-image2 {
    position: absolute;
    bottom: 60px;
    right: 10%;
    border-radius: 400px 32px 32px 32px
}

@media (max-width: 1500px) {
    .process-image2 {
        right: 1%
    }
}

@media (max-width: 1299px) {
    .process-image2 {
        display: none
    }
}

.process-image2 img {
    border-radius: 400px 32px 32px 32px
}