
.pricing-page .container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px
}

.video-sec .container{
     max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px   
}

.pricing-page .our-pricing-card {
    position: relative;
    padding: 60px 0 30px;
    background: url("../images/our-prcing-bg.svg") no-repeat;
    background-position: 50% -30%
}

.pricing-page .our-pricing-card::after {
    content: "";
    position: absolute;
    bottom: 0%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url("../images/our-pricing-2nd-bg.svg") no-repeat bottom;
    background-size: contain;
    z-index: -1;
    opacity: .8;
    transform: translateX(-50%)
}

@media(min-width: 1200px) {
    .pricing-page .our-pricing-card::after {
        width: 100%;
        background-size: 100% auto
    }
}

@media(max-width: 768px) {
    .pricing-page .our-pricing-card::after {
        padding: 30px 0;
        background-position: 50% -2%
    }
}

@media(max-width: 1200px) {
    .pricing-page .our-pricing-card {
        width: 100%;
        background-size: 90% auto
    }
}

@media(max-width: 768px) {
    .pricing-page .our-pricing-card {
        padding: 30px 0;
        background-position: 50% -2%
    }
}

.pricing-page .our-pricing-card .pricing-heading {
    text-align: center;
    padding-bottom: 0px
}

.pricing-page .our-pricing-card .pricing-heading h2 {
    font-size: 64px;
    color: #000;
    font-weight: bold
}

.pricing-page .our-pricing-card .pricing-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    align-items: stretch
}

.custom-gap{

    --bs-gutter-x: 24px;
    --bs-gutter-y: 42px;
}
.custom-gap.row{
    margin: 0px -12px !important;
}

.pricing-page .our-pricing-card .pricing-card {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    border: 1px solid rgba(49, 47, 48, .2);
    border-radius: 10px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, .05);
    text-align: center;
    transition: .3s ease;
    flex: 1 0 auto;
    min-height: 100%
}

.pricing-page .our-pricing-card .pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 42px rgba(0, 0, 0, .08)
}

.pricing-page .our-pricing-card .pricing-card .card-title {
    margin-bottom: 14px;
    color: #c92027;
    font-size: 32px;
    font-weight: bold
}

.pricing-page .our-pricing-card .pricing-card .price {
    margin-bottom: 18px;
    color: #312f30;
    font-size: 50px;
    font-weight: bold
}

.pricing-page .our-pricing-card .pricing-card .desc {
    margin-bottom: 26px;
    color: #312f30;
    font-size: 16px;
    font-weight: 400;
    text-align: start
}

.pricing-page .our-pricing-card .pricing-card .features {
    text-align: left;
    margin-bottom: 34px;
    flex-grow: 1;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    padding-left: 0
}

.pricing-page .our-pricing-card .pricing-card .features ul {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-around
}

.pricing-page .our-pricing-card .pricing-card .features li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    color: #000
}

.pricing-page .our-pricing-card .pricing-card .features li .icon {
    display: inline-flex;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center
}

.pricing-page .our-pricing-card .pricing-card .features li .icon svg {
    display: block;
    width: 100%;
    height: 100%
}

.pricing-page .our-pricing-card .pricing-card .features li .upsell {
    color: #c92027;
    font-weight: 700
}

/* @media(min-width: 1150px) {
    .pricing-page .our-pricing-card .pricing-card {
        flex: 0 0 calc(33.333% - 20px)
    }
}

@media(min-width: 768px)and (max-width: 1149px) {
    .pricing-page .our-pricing-card .pricing-card {
        flex: 0 0 calc(50% - 30px);
        max-width: 350px
    }
} */

@media(max-width: 768px) {
    /* .pricing-page .our-pricing-card .pricing-card {
        flex: 0 0 100%;
        max-width: 350px
    } */

    .pricing-page .our-pricing-card .card-title {
        font-size: 24px !important
    }
}

.popular-addons {
    padding: 20px 0 60px
}

.popular-addons .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    border: 1px solid rgba(49, 47, 48, .2);
    border-radius: 14px;
    padding: 20px
}

.popular-addons .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px
}

.popular-addons h1 {
    color: #c92027;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize
}

.popular-addons .disclaimer-note p {
    color: #312f30;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.popular-addons .bottom-disclaimer-note {
    max-width: 1050px;
    margin: 30px 0
}

.popular-addons .bottom-disclaimer-note p {
    color: #312f30;
    font-size: 16px;
    line-height: 1.6;
    margin: 0
}

.popular-addons .order-now-cta {
    margin-top: 40px;
    text-align: center;
    display: block;
    width: 161px;
    padding: 23px 0;
    background: #edf2f7;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    transition: .25s ease;
    text-decoration: none;
    text-transform: capitalize
}

.popular-addons .order-now-cta:hover {
    background: #c92027;
    color: #fff
}

.popular-addons .order-list .order-item {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    border-bottom: 1px solid #e0e0e0
}

.popular-addons .order-list .order-item:last-child {
    border-bottom: none
}

.popular-addons .order-list .service-name {
    font-size: 18px;
    font-weight: bold;
    color: #312f30
}

.popular-addons .order-list .service-price {
    font-size: 24px;
    font-weight: bold;
    color: #312f30
}

@media(max-width: 768px) {
    .order-list .service-name {
        font-size: 16px !important
    }

    .order-list .service-price {
        font-size: 20px !important
    }

    .popular-addons h1 {
        font-size: 24px !important
    }

    .popular-addons .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px
    }
}

.divider {
    height: 2px;
    background-color: rgba(49, 47, 48, .2);
    width: 100%
}

.thin-divider {
    height: 1px;
    background-color: #D6D5D6;
    width: 100%
}

.cta {
    display: inline-block;
    padding: 16px 24px;
    background: #edf2f7;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: all .3s ease
}
.get-started{
    padding: 23px 24px;
}
.cta-insta{
    padding: 15.5px 32.5px;
}

.large-order-cta{
    padding: 23px 44.5px;
}

.cta:hover {
    box-shadow: -5px 1px 9px rgba(0, 0, 0, .25);
    background: #c92027;
    color: #fff
}

.red-text{
    color: #c92027;
}

.cta-red {
    display: inline-block;
    padding: 23px 34px;
    background: #c92027;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    transition: .25s ease
}

.cta-red:hover {
    background: #edf2f7;
    color: #000
}

.ala-carte-service .carte-top {
    margin-bottom: 50px
}

.ala-carte-service .carte-top .heading {
    margin: 0;
    padding: 0
}

.ala-carte-service .carte-top .heading h2 {
    font-size: 64px;
    font-weight: bold;
    color: #000
}

.custom-gap-btns{
    gap:27px;
}

.ala-carte-service .carte-top .desc p {
    font-size: 24px;
    font-weight: 400;
    color: #312f30;
    text-align: end
}

.ala-carte-service .carte-listing {
    border: 1px solid rgba(49, 47, 48, .2);
    border-radius: 16px;
    padding: 20px 32px
}

.ala-carte-service .carte-listing .row {
    margin-top: 20px !important;
    margin-right: calc(var(--bs-gutter-x)* -.5) !important;
    margin-left: calc(var(--bs-gutter-x)* -.5) !important;
}

.ala-carte-service .carte-listing .heading h3 {
    color: #c92027;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
.ala-carte-service .carte-listing .heading p {
    font-size: 18px;
    color: #312F30;
    margin-top: 8px;
}

.ala-carte-service .carte-listing .order-list .order-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-bottom: 1px solid #e0e0e0
}

.ala-carte-service .carte-listing .order-list .order-item:last-child {
    border-bottom: none
}

.ala-carte-service .carte-listing .order-list .service-name {
    font-size: 18px;
    font-weight: bold;
    color: #312f30
}

.ala-carte-service .carte-listing .order-list .service-price {
    font-size: 24px;
    font-weight: bold;
    color: #312f30
}

.ala-carte-service .carte-listing .carte-lisintg-cta-wrapper {
    margin-top: 30px;
    margin-bottom: 12px
}

@media(max-width: 768px) {
    .ala-carte-service .carte-top .heading h2 {
        font-size: 40px !important
    }

    .ala-carte-service .carte-top .desc p {
        font-size: 16px !important
    }

    .ala-carte-service .carte-listing .heading h3 {
        font-size: 24px !important
    }
}

.video-sec {
    background-color: #f2f2f2;
    padding: 60.5px 0
}

.video-sec .video-wrapper {
    max-width: 735px;
    margin-right: auto;
    height: 490px;
}

.video-sec .video-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
    height: 100%;
}

.video-sec .thumbnail,
.video-sec .video-player {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-sec .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 77px;
    height: 77px;
    backdrop-filter: blur(6.87px);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: transform .3s ease;
    z-index: 2;
    border: 1px solid #fff
}

.video-sec .play-button:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.video-sec .play-button svg {
    margin-left: 5px
}

.video-sec .content-wrapper {
    max-width: 400px
}

.content-wrapper .section-description{
    font-size: 20px;
}

.video-sec .section-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000
}

.video-sec .section-heading span {
    color: #c92027
}

.video-sec .section-description {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px
}

.section-description a{
    color: #c92027;
    text-decoration: underline;
}

.video-sec .instagram-link {
    display: inline-flex;
    align-items: center;
    color: #c92027;
    font-weight: 600;
    text-decoration: none;
    margin-top: 20px
}

.video-sec .instagram-link:after {
    content: "→";
    margin-left: 5px
}

@media (min-width: 992px) {
    .tour-wrap  .col-lg-7 {
        width: 59.2%;
    }
    .tour-wrap .col-lg-5{
        width: 40.8%;
    }
}

.portfolio-sec {
    padding: 80px 0
}
.portfolio-sec .container{
    max-width: 1270px;
}


.portfolio-sec .section-heading {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #000
}

.portfolio-sec .section-heading span {
    color: #c92027
}

.portfolio-sec .portfolio-wrapper {
    max-width: 100%;
    margin-left: auto
}

.portfolio-sec .portfolio-image-container {
    position: relative;
    width: 100%
}

.portfolio-sec .portfolio-image {
    width: 100%;
    height: auto;
    display: block;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .1)
}

.portfolio-sec .portfolio-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: inherit
}

.portfolio-sec .overlay-text {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    padding: 0 10px
}

@media(max-width: 991.98px) {

    .video-wrapper,
    .portfolio-wrapper {
        max-width: 100%;
        margin: 0 auto 40px
    }

    .content-wrapper {
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0;
        text-align: center
    }

    .instagram-link {
        justify-content: center
    }
}

@media(max-width: 768px) {
    .section-heading {
        font-size: 30px !important
    }

    .section-heading span {
        color: #c92027
    }
}
.preferred-pricing-section-outer .container{
    max-width: 1264px;
}

.preferred-pricing-section {
    background-color: #d0232a;
    background-image: url("../images/prefered-bg-frame.png");
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    padding: 41.5px 56px
}

.preferred-pricing-section .left .section-title span {
    display: block;
    width: 100px;
    height: 2px;
    background-color: #fff;
    margin: 15px 0
}

.preferred-pricing-section .left .section-title h2 {
    color: #fff;
    font-family: "Degular";
    font-weight: bold;
    font-size: 42px;
    line-height: 1.4;
    margin: 0
}

.preferred-pricing-section .right p {
    color: #fff;
    font-family: "Degular";
    font-weight: normal;
    font-size: 20px;
    margin-bottom: 24px;
    line-height: normal
}

.preferred-pricing-section .right .cta-button {
    display: inline-block;
    background-color: #edf2f7;
    color: #312f30;
    padding: 14.5px 33px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all .3s ease;
    border: 1px solid #edf2f7
}

.preferred-pricing-section .right .cta-button:hover {
    box-shadow: -5px 1px 9px rgba(0, 0, 0, .25);
    background-color: #d0232a;
    color: #fff
}

@media screen and (min-width: 992px)and (max-width: 1024px) {
    .preferred-pricing-section .left .section-title h2 {
        font-size: 41px
    }

    .preferred-pricing-section .right p {
        font-size: 19px
    }
}

@media(max-width: 991px) {
    .preferred-pricing-section {
        padding: 40px 20px
    }

    .preferred-pricing-section .left .section-title h2 {
        font-size: 38px
    }

    .preferred-pricing-section .right p {
        font-size: 18px
    }
}

@media(max-width: 768px) {

    .vmd-faq-contact{
        margin-top: 30px !important;
        margin-bottom: 30px !important;
    }

    .vmd-faq{
           padding: 0 !important;
    }
    .preferred-pricing-section .left .section-title span {
        margin: 5px 0
    }

    .preferred-pricing-section .left .section-title h2 {
        font-size: 30px !important
    }
}

.vmd-faq {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 80px 0;
    position: relative
}
.vmd-faq .container {
    max-width: 1264px;
}

.vmd-faq-main {
    display: flex;
    align-items: start;
    gap: 80px;
    width: 100%;
    margin-bottom: 40px
}

.vmd-faq-title {
    width: 439px;
    font-weight: 700;
    font-size: 64px;
    line-height: 1.2;
    margin: 0
}

.vmd-faq-title .letter-red {
    color: #c92027
}

.vmd-faq-title .letter-black {
    color: #000
}

.vmd-faq-accordion {
    width: 730px
}

.vmd-faq-item {
    border: 0;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 0
}
.vmd-faq-item:last-child {
    border-bottom: none
}


.vmd-faq-trigger {
    padding: 20px 0;
    padding-bottom: 12px;
    cursor: pointer;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #312f30;
    font-size: 20px;
    transition: all .2s ease
}

.vmd-faq-trigger:hover {
    background: none;
    text-decoration: none
}

.vmd-faq-trigger-icon {
    width: 20px;
    height: 20px;
    transition: transform .2s ease;
    color: #C92027;
}

.vmd-faq-trigger[aria-expanded=true] .vmd-faq-trigger-icon {
    transform: rotate(180deg)
}

.vmd-faq-content {
    padding: 0 0 18px 0;
    opacity: .8;
    font-weight: 400;
    color: #312f30;
    font-size: 16px;
    line-height: 1.5;
    display: none
}

.vmd-faq-content a{
    color: #312f30;
    text-decoration: underline
}

.vmd-faq-content.active {
    display: block
}

.vmd-faq-separator {
    width: 100%;
    height: 1px;
    background-color: #D6D5D6;
    border: none;
    margin: 85px 0 114px 0
}

.vmd-faq-contact {
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.vmd-faq-contact-left {
    flex: 1
}

.vmd-faq-contact-title {
    font-weight: 700;
    color: #000;
    font-size: 64px;
    line-height: 1.2;
    margin: 0 0 8px 0
}

.vmd-faq-contact-subtitle {
    font-weight: 400;
    font-size: 24px;
    color: #312f30;
    margin: 0
}

.vmd-faq-contact-right {
    flex: 1;
    text-align: right
}

.vmd-faq-contact-info {
    font-size: 24px;
    color: #312f30;
    margin: 0
}

.vmd-faq-contact-info .contact-label {
    font-weight: 700
}

.vmd-faq-contact-info .contact-value {
    font-weight: 400;
    color: #312F30;
}
.vmd-faq-contact-info .contact-value  a{
    font-weight: 400;
    color: #312F30;
    text-decoration: none;
}
.vmd-faq-contact-info .contact-value a:hover{
    text-decoration: underline;
}

@media(max-width: 767px) {
    .vmd-faq {
        padding: 60px 0
    }

    .vmd-faq-main {
        flex-direction: column;
        gap: 40px
    }

    .vmd-faq-title {
        width: 100%;
        font-size: 48px
    }

    .vmd-faq-accordion {
        width: 100%
    }

    .vmd-faq-contact {
        flex-direction: column;
        gap: 32px;
        text-align: center
    }

    .vmd-faq-contact-title {
        font-size: 40px
    }

    .vmd-faq-contact-subtitle {
        font-size: 20px
    }

    .vmd-faq-contact-info {
        font-size: 20px
    }

    .vmd-faq-contact-right {
        text-align: center
    }
}

@media(max-width: 576px) {
    .vmd-faq {
        padding: 40px 0
    }

    .vmd-faq-main {
        gap: 32px
    }

    .vmd-faq-title {
        font-size: 36px
    }

    .vmd-faq-trigger {
        font-size: 18px
    }

    .vmd-faq-contact {
        margin-top: 40px !important;
        gap: 24px
    }

    .vmd-faq-contact-title {
        font-size: 32px
    }

    .vmd-faq-contact-subtitle {
        font-size: 18px
    }

    .vmd-faq-contact-info {
        font-size: 18px
    }
}

.vmd-virtual-stage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 42px 0;
    position: relative;
    width: 100%;
    z-index: 2
}
.vmd-virtual-stage .container{
    max-width: 1270px;
}

.vmd-virtual-stage-separator {
    width: 100%;
    height: 1px !important;
    background-color:#D6D5D6;
    border: none;
    opacity: 1;
}

.vmd-virtual-stage-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    padding-top: 50px;
    margin-bottom: 30px;
}

.vmd-virtual-stage-top {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 111px;
    width: 100%
}

.vmd-virtual-stage-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 24px;
    flex: 1;
    max-width: 1240px;
    margin: 0px auto;
}

.vmd-virtual-stage-header {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
    width: 100%;
    margin-bottom: 30px;
}

.vmd-virtual-stage-line {
    width: 107px;
    height: 2px;
    background-size: cover;
    background-position: center
}

.vmd-virtual-stage-title {
    font-family: "Degular", sans-serif;
    font-weight: bold;
    font-size: 42px;
    line-height: normal;
    margin: 0
}

.vmd-virtual-stage-title .top-line {
    display: block;
    height: 3px;
    background-color: #c92027;
    width: 107px
}

.vmd-virtual-stage-title .virtual {
    color: #c92027
}

.vmd-virtual-stage-title .easy {
    color: #000
}

.vmd-virtual-stage-description {
    font-family: "Degular", sans-serif;
    font-weight: 400;
    color: #312f30;
    font-size: 20px;
    line-height: normal;
    margin: 0;
}

.vmd-virtual-stage-cta {
    padding: 14.7px 43.5px;
    height: auto;
    background-color: #edf2f7;
    color: #312f30;
    border: 1px solid #edf2f7;
    border-radius: 0;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background-color .2s ease;
    text-decoration: none;
}

.vmd-virtual-stage-cta:hover {
    background: #c92027;
    color: #fff;
    box-shadow: 0 16px 42px rgba(0, 0, 0, .08)
}

.vmd-virtual-stage-right {
    background-color: #ffebec;
    border: none;
    border-radius: 0;
    flex: 1;
    padding: 24px
}


.vmd-step-title{
    font-size: 20px;
    font-weight: 700;
    color: #c92027;
    margin-bottom: 10px;

}
.vmd-virtual-stage-steps {
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 4.5px
}



.vmd-step-item {
    display: flex;
    min-width: 437px;
    align-items: start;
    gap: 14px;
    width: 100%
}

.vmd-step-number {
    width: 24px;
    font-family: "Degular", sans-serif;
    font-weight: 700;
    color: #c92027;
    font-size: 16px
}

.vmd-step-text {
    font-family: "Degular", sans-serif;
    font-weight: 700;
    color: #312f30;
    font-size: 16px
}

.vm-slider {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-top: 42px;
    font-size: clamp(18px, 5vw, 32px);
    color: #000;
    font-weight: bold;
    font-family: "Degular", sans-serif;
    margin-bottom: 36px
}

.vm-slider.slick-slider {
    max-width: 1190px;
    /* padding-inline: 85px;
    padding-left: 100px; */
    margin: 0px auto;
    padding: 0px 66px 64px
}

.vm-slider button.slick-prev:hover svg{
    opacity: 0.6;
}
.vm-slider button.slick-next:hover svg {
    opacity: 0.6;
}

@media(max-width: 769px) {
    .vm-slider.slick-slider {
        padding-inline: 60px;
        padding-left: 78px;
        padding-bottom: 36px
    }
}

@media(max-width: 430px) {
    .vm-slider.slick-slider {
        padding-inline: 30px;
        padding-left: 48px;
        padding-bottom: 26px
    }
}

.vm-slider.slick-slider .slick-prev {
    top: 45%;
    left: 10px;
    z-index: 3;
}
.vm-slider.slick-slider .slick-next {
    top: 45%;
    right: 32px;
    z-index: 3;
}

.vm-slider.slick-slider .slick-prev svg {
    width: clamp(24px, 5vw, 42px);
    height: clamp(24px, 5vw, 42px)
}

@media(max-width: 769px) {
    .vm-slider.slick-slider .slick-prev {
        top: 50% !important;
        left: 25px
    }

      .vm-slider.slick-slider .slick-next{
        top: 50% !important;
      }
}

@media(max-width: 430px) {
    .vm-slider.slick-slider .slick-prev {
        left: 10px
    }
}


.vm-slider.slick-slider .slick-next svg {
    width: clamp(24px, 5vw, 42px);
    height: clamp(24px, 5vw, 42px)
}

@media(max-width: 769px) {
    .vm-slider.slick-slider .slick-next {
        right: 25px
    }
}

@media(max-width: 430px) {
    .vm-slider.slick-slider .slick-next {
        right: 10px
    }
}

.vm-slider.slick-slider .slick-track {
    display: flex;
    align-items: center
}

.vm-slider.slick-slider .slick-slide {
    display: flex;
    justify-content: center
}

.vm-slider.slick-slider .vm-slider-img {
    margin-top: 10px;
    min-width: 290px;
    min-height: 290px;
    border-radius: 0
}

@media(max-width: 769px) {
    .vm-slider.slick-slider .vm-slider-img {
        min-height: 190px;
        min-width: 190px
    }
}

@media(max-width: 420px) {
    .vm-slider.slick-slider .vm-slider-img {
        min-height: 100px;
        min-width: 100px
    }
}

.vm-slider.slick-slider .vm-slider-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.vmd-comparison-nav-virtual-stage {
    width: 42px;
    height: 42px;
    padding: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    transition: background-color .2s
}

.vmd-comparison-nav-virtual-stage:hover {
    background-color: #f5f5f5
}

.vmd-comparison-nav-virtual-stage svg {
    width: 24px;
    height: 24px;
    color: #312f30
}

@media(max-width: 768px) {

    .custom-padding{
        padding-top: 0 !important;
    }
    .vmd-virtual-stage {
        padding: 32px 0
    }

    .vmd-virtual-stage-content {
        gap: 32px
    }

    .vmd-virtual-stage-main {
          padding-top: 0 !important;
        margin-bottom: 0 !important;
        gap: 32px
    }

    .vmd-virtual-stage-top {
        gap: 32px;
        flex-direction: column;
    }

    .vmd-virtual-stage-title {
        font-size: 32px
    }

    .vmd-virtual-stage-description {
        font-size: 18px
    }

    .vmd-step-item {
        min-width: auto
    }

    .vmd-comparison-labels-virtual-stage {
        flex-direction: row;
        gap: 16px
    }

    .vmd-comparison-label-virtual-stage {
        width: auto;
        flex: 1
    }

    .vmd-comparison-label-virtual-stage h3 {
        font-size: 24px
    }

    .vmd-comparison-images-virtual-stage {
        flex-direction: column;
        gap: 16px
    }

    .vmd-comparison-images-virtual-stage.slick-slider .vmd-comparison-image-virtual-stage {
        width: 100% !important;
        max-width: 400px;
        height: 250px
    }

    .vmd-comparison-nav-virtual-stage {
        align-self: center
    }
}

@media(max-width: 576px) {
    .vmd-virtual-stage-content {
        gap: 24px
    }

    .vmd-virtual-stage-main {
        gap: 24px
    }

    .vmd-virtual-stage-left {
        gap: 16px
    }

    .vmd-virtual-stage-title {
        font-size: 28px
    }

    .vmd-virtual-stage-right {
        padding: 16px
    }

    .vmd-comparison-images-virtual-stage.slick-slider .vmd-comparison-image-virtual-stage {
        height: 200px
    }
    .ala-carte-service .carte-top .desc p {
        text-align: left !important;
    }

}

@media(max-width: 1024px) {

    .vm-slider.slick-slider{
        padding: 30px 50px 30px;
    }
    .slick-prev:before,
    .slick-next:before{
        display: none !important;
    }
    .vm-slider.slick-slider .slick-prev{
        top: 46%;
        left: 6px;
    }
    .vm-slider.slick-slider .slick-next{
        top: 46%;
        right: 28px;
    }
    .vmd-virtual-stage-top{
        gap: 55px;
    }
    .vmd-virtual-stage-title{
        font-size: 38px;
    }
}

.btn-close{
        right: -11px;
    top: -11px;
    position: absolute;
    background-color: #c92026 !important;
    border-radius: 6px;
    padding: 7px;
    opacity: 1 !important;
    background: transparent url('../images/close.svg') center / 1em auto no-repeat;

}

/*# sourceMappingURL=style.css.map */


@media(max-width: 400px) {
      .large-order-cta {
    padding: 23px 15.5px;
}
}
