:root {
    --font-primary: "Poppins", sans-serif;
    --font-secondary: "Playfair Display", serif;
    --gap: 4rem;
    --transition: 0.25s;
    --spark: 1.8s;
    --speed: 1.2s;
}
html {
    overflow-x: hidden;
}
body {
    background: #0d0d0d;
    overflow-x: clip;
}

header {
    position: absolute;
    width: 100%;
    top: 0px;
    padding: 20px 0px;
}

.container {
    max-width: 1598px !important;
}

@media (max-width: 1600px) {
    .container {
        max-width: 1525px !important;
    }
}

@media (max-width: 1440px) {
    .container {
        max-width: 1378px !important;
    }
}


.ecom-sec .carousel-content .asset-btn i {
    margin-left: 0 !important;
    color: #C5A35D;
}


.navbar-fix {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-sec {
    position: relative;
    background-image: url(../images/banner-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
    padding: 70px 0px;
}

/* .banner-sec::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000d9;
    z-index: 1;
    background-repeat: no-repeat;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(3px);

} */

.banner-sec .banner-heading {
    font-family: var(--font-secondary);
    color: #fff;
    font-weight: 700;
    font-size: 74px;
    line-height: 80.4px;
    text-align: center;
    margin-bottom: 15px;
}

.banner-span {
    color: #C5A35Ded;
}

a.apply-btn {
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 8px 15px;
    background-color: transparent;
    color: white;
    font-size: 14px;
    border-radius: 38px;
}

.banner-para {
    font-family: var(--font-primary);
    font-weight: 400;
    color: white;
    margin-bottom: 32px;
    font-size: 25px;
    line-height: 31.5px;
    text-align: center;
    vertical-align: middle;
}

.banner-img {
    width: 755px;
    border-radius: 40px;
    height: 503px;
    overflow: hidden;
    margin: 0 auto;
}

.banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-video {
    position: relative;
    margin-top: 80px;
}

.banner-icon-1 {
    position: absolute;
    top: 49px;
    border: 2px solid #ffffff;
    padding: 9px;
    border-radius: 28px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .banner-icon-1::after {
    content: '';
    background-image: url('../images/banner-line-1.png');
    width: 310px;
    height: 100px;
    position: absolute;
    top: 25px;
    left: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

.banner-icon-1 .img-box,
.banner-icon-2 .img-box,
.banner-icon-3 .img-box,
.banner-icon-4 .img-box {
    width: 65px;
    height: 65px;
}

.banner-icon-1 img,
.banner-icon-2 img,
.banner-icon-3 img,
.banner-icon-4 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.banner-icon-2 {
    position: absolute;
    border: 2px solid #ffffff;
    padding: 9px;
    border-radius: 28px;
    left: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 46px;
}

/*
.banner-icon-2::after {
    content: '';
    background-image: url('../images/banner-line-2.png');
    width: 310px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    left: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

.banner-icon-3 {
    position: absolute;
    top: 49px;
    border: 2px solid #ffffff;
    padding: 9px;
    border-radius: 28px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .banner-icon-3::after {
    content: '';
    background-image: url('../images/banner-line-2.png');
    width: 310px;
    height: 100px;
    position: absolute;
    top: 25px;
    right: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

.banner-icon-4 {
    position: absolute;
    border: 2px solid #ffffff;
    padding: 9px;
    border-radius: 28px;
    right: 0px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 35px;
}

/*
.banner-icon-4::after {
    content: '';
    background-image: url('../images/banner-line-1.png');
    width: 310px;
    height: 100px;
    position: absolute;
    bottom: 25px;
    right: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */

.banner-control {
    position: relative;
    z-index: 2;
    padding-top: 100px;
}

.nav-control {

    z-index: 2;
    font-family: var(--font-primary);
}

a.nav-anch {
    color: white !important;


}

header nav.navbar div#navbarNav ul {
    padding: 10px 50px;
    gap: 80px;
    background-color: #ffffff26;
    border-radius: 50px;
    font-size: 16px;
    box-shadow: 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(5px);
}

/* Remove padding only from top-level nav links */
header nav.navbar div#navbarNav ul li a:not(.dropdown-item) {
    padding: 0px;
}

header nav.navbar div#navbarNav .dropdown-menu {
    box-shadow: 0px 4px 4px 0px #00000040;
    backdrop-filter: blur(5px);
    background-color: #ffffff26;
    top: 30px;
    padding: 0px;
}

header nav.navbar div#navbarNav .dropdown-menu .dropdown-item {
    color: white;
    padding: 10px 20px;
}

header nav.navbar div#navbarNav .dropdown-menu .dropdown-item:hover {
    background-color: #c5a35d;
}


.slider-control {
    margin: 26px auto;
}

.ecom-sec {
    background: #0d0d0d;
    position: relative;
    padding: 100px 0;
}

.ecom-sec-control {
    z-index: 10 !important;
    position: relative;
}

.ecom-sec::after {
    content: '';
    background: url('/assets/images/ecommerce-background.png');
    position: absolute;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: cover;
}

.bullet-heading {
    font-family: var(--font-primary);
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    color: #C5A35D;
    text-align: center;
}

.bullet-heading::before {
    content: '•';
    color: rgb(255, 255, 255);
    margin-right: 12px;
}


.section-main-heading {
    font-family: var(--font-secondary);
    font-weight: 700;
    line-height: 48px;
    font-size: 46px;
    text-align: center;
    color: white;
    margin-bottom: 59px;
}

.brand-slider {
    border-top: 1px solid #c5a35d4f;
    border-bottom: 1px solid #c5a35d4f;
}



.ecom-sec .carousel-content .card {
    padding: 30px 20px;
    border-radius: 22px;
    text-align: center;
    background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), linear-gradient(1deg, rgba(255, 255, 255, 0.1) 0%, rgb(255 255 255 / 0%) 100%), #0c0c0c;
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
    position: relative;
    flex: 1;
    min-height: 450px;
}


.ecom-sec .carousel-content .card::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #C5A35D 0%, #ffffff00 25%, #ffffff00 75%, #C5A35D 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}



.ecom-sec .carousel-content .icon {
    margin: 0px auto 34px auto;
}

.ecom-sec .carousel-content .title {
    font-family: var(--font-secondary);
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    margin-bottom: 19px;
    color: white;
}

.ecom-sec .carousel-content .desc {
    font-size: 19px;
    color: #A1A1A1;
    line-height: 1.6;
    margin-bottom: 26px;
}

.ecom-sec .carousel-content .ecom-btn {
    border: 1px solid #A1A1A1;
    border-radius: 30px;
    width: 100px;
    margin: 0 auto;
    padding: 12px 28px;
    transition: all 0.3s ease;
}

.ecom-sec .carousel-content .ecom-btn:hover {
    border: 1px solid #C5A35D;
}



.ecom-sec .carousel-content .asset-btn {
    margin-bottom: 20px;
}

.about-content {
    padding-top: 100px;
}

.about-sec .about-content .about-btn a {
    border: 1px solid white;
    border-radius: 50px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 27px;
    text-decoration: none !important;
    color: white;
    font-family: var(--font-primary);
}

.about-btn-premium {
    text-align: center;
    margin-top: 85px;
}

.about-btn-premium a {
    border: 1px solid white;
    border-radius: 50px;
    line-height: 14px;
    font-size: 14px;
    font-weight: 500;
    padding: 13px 27px;
    text-decoration: none !important;
    color: white;
    font-family: var(--font-primary);

}

.about-btn-premium-1 a {
    background: #C5A35D;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    text-decoration: none;

}

.about-sec {
    background: radial-gradient(166.53% 166.53% at 50% -136.13%, #C5A35D 0%, #141414 100%);

}

.contact-para-content {
    font-size: 0.95rem;
    color: #A1A1A1;
    line-height: 1.6;
    margin-bottom: 26px;
    font-family: var(--font-primary);
    text-align: center;
}

.contact-para-content span {
    font-weight: 700;
}

.about-sec .about-content p {
    font-size: 0.95rem;
    color: #A1A1A1;
    line-height: 1.6;
    margin-bottom: 26px;
    font-family: var(--font-primary);
}

.private-details-sec .about-content p {
    margin-bottom: 42px;
}

.about-sec .about-content ul {
    font-size: 0.95rem;
    color: #A1A1A1;
    margin-bottom: 34px;
    list-style: none;
    padding: 0;
    font-family: var(--font-primary);
    line-height: 40px;
}

.about-sec .about-content .bullet-heading {
    text-align: left;
}

.about-sec .about-content .section-main-heading {
    text-align: left;
    padding-top: 19px;
    padding-bottom: 6px;
    margin: 0px;
}

.private-details-sec .about-content .section-main-heading {
    text-align: left;
    padding-top: 19px;
    padding-bottom: 26px;
    margin: 0px;
}

.about-sec .about-content .fa-solid.fa-check {
    color: #C5A35D;
    border: 1.5px solid #C5A35D;
    padding: 0px;
    margin-right: 16px;
    font-size: 18px;
    border-radius: 8px;
}

/* .about-sec .about-img img {
    margin-top: 50px;
} */


.plan-sec .plan-wrapper .plan-img-control img {
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    padding: 20px;
    border-radius: 50%;
}

.plan-sec .plan-wrapper .plan-content {
    background: linear-gradient(178deg, #c5a35d0a 0%, #0d0d0d 100%);
    border-radius: 41px;
    height: 167px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plan-sec .plan-wrapper .plan-img-control {
    position: absolute;
    left: 0px;
    right: 0px;
    top: -53px;
    margin: 0 auto;
    width: max-content;
    z-index: 2;
}

.plan-sec {
    padding: 141px 0px 125px;
    position: relative;
}

.plan-sec .plan-wrapper .plan-content h3 {
    font-family: var(--font-secondary);
    font-weight: 400;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    margin: 30px 0px 0px;
}

.plan-sec .plan-wrapper .plan-content {
    background: linear-gradient(178deg, #1a1a1a 0%, #0d0d0d 100%);
    border-radius: 40px 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1;
    border: 1px solid #ffffff54;
    border-bottom: hidden;
    color: white;
}

.accordion-wrapper {
    position: relative;
    padding: 104px 68px 80px 68px;
    border-radius: 30px;
    border: 1px solid #ffffff0f;
    background: url(../images/accordion-wrapper-bg.png);
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.do-it-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    border-top: .5px solid rgba(161, 161, 161, 1);
    border-bottom: .5px solid rgba(161, 161, 161, 1);
    position: relative;
}

.accordion-wrapper .do-it-sec h4 {
    color: white;
    padding-top: 13px;
    font-family: var(--font-primary);
    font-weight: 500;
    line-height: 26px;
    font-size: 18px;
}

.accordion-wrapper .do-it-sec h2 {
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 36px;
    line-height: 51.01px;
    color: rgb(179 179 179 / 50%);
}

.accordion-wrapper .do-it-sec p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: rgba(161, 161, 161, 1);

}



.accordion-img {
    position: absolute;
    visibility: hidden;
    z-index: 2;
    position: absolute;
    right: 146px;
    transform: translate(0, -50%);
    transition: 0.4s;
    opacity: 0;
    scale: 0.8;
    rotate: 15deg;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;

}

.accordion-img img {
    width: 400px;
    height: 396px;
    object-fit: cover;

}


.do-it-sec:hover {
    background-color: #0d0d0d;
}

.do-it-sec:hover .accordion-content h2 {
    color: white;
}

.accordion-content h4 {
    margin-left: 0;
    /* default */
    transform: translateX(0);
    transition: transform 0.2s ease, color 0.2s ease;
}

.do-it-sec:hover .accordion-content h4 {
    transform: translateX(20px);

}

.do-it-sec:hover .accordion-img,
.do-it-sec:hover .accordion-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);

}

.accordion-wrapper .accordion-btn {
    border: 1px solid #A1A1A1;
    border-radius: 30px;
    padding: 12px 28px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;

}



.angle-down-btn {
    display: flex;
    justify-content: center;
    margin-top: 90px;
}

.angle-down-btn a {
    border: 1px solid #A1A1A1;
    border-radius: 30px;
    padding: 12px 28px;
    color: white;
    background: transparent;
    transition: background .5s ease;
    border: .5s ease;
}

.angle-down-btn a:hover {
    background: #C5A35D;
    border: 1px solid #C5A35D;

}

section.marquee-sec {
    padding: 100px 0px 50px;
}

.marquee {
    overflow: hidden;
    user-select: none;
    display: flex;
    gap: var(--gap);
    background: #C5A35D;
    padding: 30px 0;
    transform: rotate(185deg);
    margin: 0rem -2rem 0;
    position: relative;
    z-index: 1;
    top: 90px;
}

.marquee ul {
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    animation: marquee 15s linear infinite;
    margin: 0px 0px;
}

.marquee .text {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--white);
    transform: scale(-1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 29px;
    line-height: 28.8px;
    text-align: center;
    text-transform: uppercase;
}

@keyframes marquee {
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee1 {
    overflow: hidden;
    user-select: none;
    display: flex;
    gap: var(--gap);
    background: #212121;
    padding: 30px 0;
    transform: rotate(175deg);
    margin: 0rem -2rem 0;
    z-index: 1;
    position: relative;
}

.marquee1 ul {
    list-style: none;
    flex-shrink: 0;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: var(--gap);
    animation: marquee1 15s linear infinite;
    margin: 0px 0px;
}

.marquee1 .text {
    vertical-align: middle;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 30px;
    color: var(--white);
    transform: scale(-1);
    font-family: Poppins;
    font-weight: 500;
    font-size: 29px;
    line-height: 28.8px;
    text-align: center;
    text-transform: uppercase;
}

@keyframes marquee1 {
    100% {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.package-sec {
    padding: 105px 0px;
}

.package-main-box {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.01), rgba(255, 255, 255, 0.01)), linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.06) 100%);
    border-radius: 20px;
    position: relative;
    margin-top: 37px;
}

.package-main-box::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 16px;
    background: linear-gradient(135deg, #C5A35D 0%, #ffffff69 25%, #ffffff00 75%, #C5A35D 100%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.package-sec .package-main-box .package-header {
    padding: 53px 30px 10px;
}

.package-sec .package-main-box .package-header h4 {
    color: white;
    font-family: var(--font-secondary);
    font-weight: 700;
    font-size: 39px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 18px;
}



.package-sec .package-main-box .package-header p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #A1A1A1;
}

.package-sec .package-main-box .package-pricing {
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    padding: 14px 0;

}

.package-sec .package-main-box .package-pricing h5 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 50px;
    line-height: 53.7px;
    text-align: center;
    color: white;
}

.package-sec .package-main-box .package-desc {
    padding: 30px;
}

.package-sec .package-main-box .package-desc h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 24px;
    line-height: 53.7px;
    color: white;
}

.package-sec .package-main-box .package-desc ul {
    margin: 0;
    padding: 0;
    height: 250px;
    overflow-y: auto;
}

.package-sec .package-main-box .package-desc li {

    list-style: none;
    color: #C5A35D;
}

.package-sec .package-main-box .package-desc li span {
    color: #A1A1A1;
    font-family: Poppins;
    font-weight: 400;
    font-size: 15px;
    line-height: 28px;
}

.package-sec .package-main-box .package-footer .package-btn {
    text-align: center;
}

.package-sec .package-main-box .package-footer .package-btn a {
    border: 1px solid #A1A1A1;
    padding: 15px 32px;
    border-radius: 50px;
}

.package-sec .package-main-box .package-footer {
    padding-top: 50px;
    padding-bottom: 60px;
    border-top: 1px dashed #F9F9F9;
    margin: 0 40px;
}

.package-main-box-centered {
    position: relative;
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    transform: scale(1.09);
}

.package-sec .package-main-box-centered .package-pricing {
    background: linear-gradient(360deg, #0D0D0D 9.38%, #737373 100%);

}

.package-sec .package-main-box .package-footer .package-btn i {
    color: #C5A35D;
}


.package-sec .package-main-box-centered .package-header p {
    color: #FFFFFF;
}

.package-sec .package-main-box-centered .package-desc li {
    color: white;
}

.package-sec .package-main-box-centered .package-desc li span {
    color: white;
}

.package-sec .package-main-box-centered .package-footer .package-btn a {
    border: 1px solid white;
}


.package-sec .package-main-box-centered .package-top {
    background: linear-gradient(180deg, #737373 0%, #0D0D0D 100%);
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: max-content;
    border-radius: 50px;
    color: white;
    padding: 5px 41px;
}


.package-sec .package-main-box-centered .package-top h6 {
    font-family: var(--font-primary);
    font-weight: 500;
    font-size: 20px;
}

.package-sec .package-main-box-centered .package-footer .package-btn i {
    color: white;
}


.accordion-wrapper .do-it-sec .accordion-btn a i {
    color: #C5A35D;
}


.testimonial-sec {
    background-image: url(../images/Rectangle\ 552.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    padding: 132px 0;
}

.testimonial-content {
    position: relative;
}


.carousel-active-content {
    padding-top: 82px;
}


.center .item.carousel-content {
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    padding: 60px 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: row;
    gap: 31px;
    border: 1.5px solid white;
}

.carousel-active-content {
    display: none;
}

.center .carousel-content .carousel-active-content {
    display: block;
}


.center .carousel-content .carousel-active-content p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-style: Italic;
    font-size: 19px;
    line-height: 26px;
    color: white;
}

.center .carousel-content .carousel-active-content h5 {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 20px;
    line-height: 53.2px;
    color: white;
}

.center .carousel-content .carousel-active-content h6 {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    color: white;
}

.center .carousel-content .carousel-active-content img {
    width: 68px;
    margin-bottom: 20px;
}



.connect-sec {
    background: url(/assets//images/ecommerce-background.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.form-container {
    background: linear-gradient(0deg, rgb(255 255 255 / 0%), rgb(255 255 255 / 0%)), linear-gradient(1deg, rgba(255, 255, 255, 0.1) 0%, rgb(255 255 255 / 0%) 100%), #0c0c0c;
    padding: 64px 64px 47px 64px;
    border-radius: 50px;
    max-width: 900px;
    width: 100%;
    box-shadow: 0px 5px 9px 0px #FFFFFF14 inset;
    margin: 0 auto;
}

.form-container form {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.form-container input,
.form-container textarea {
    width: 100%;
    padding: 15px 20px;
    outline: none;
    border-radius: 30px;
    background: linear-gradient(180deg, #1a1a1a, #111);
    color: #fff;
    border: 1px solid #ffffff14;
    box-shadow: 0px 5px 9px 0px #ffffff0a inset;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
}

.form-container textarea {
    min-height: 144px;
    resize: none;
    border-radius: 21px;
}

.form-row-1 {
    display: flex;
    gap: 10px;
}

.form-container button {
    font-family: var(--font-primary);
    align-self: center;
    background: #C5A35D;
    color: #fff;
    padding: 18px 30px;
    border: none;
    border-radius: 30px;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}

.footer-top-content h6 {
    font-family: var(--font-primary);
    font-weight: 700;
    font-size: 171px;
    line-height: 156px;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 94px;
    color: #141414;
    padding-bottom: 20px;
    border-bottom: 1px solid #2F2F2F;
}

.contact-main {
    padding-top: 44px;
}

footer {
    background: url(/assets/images/footer-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-size: contain;

}

.footer-logo-content p {
    margin-top: 30px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    color: #A1A1A1;
}

.links-wrapper h6 {
    font-family: var(--font-secondary);
    font-weight: 500;
    font-size: 24px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: 39px;
    width: max-content;
}

.links-wrapper .useful-links ul {
    margin: 0;
    padding: 0;
}

.links-wrapper .useful-links li {
    list-style: none;
    margin-bottom: 8px;
}

.links-wrapper .useful-links a {
    list-style: none;
    margin-bottom: 8px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 21.01px;
    color: #A1A1A1 !important;
}

.links-wrapper p {
    list-style: none;
    margin-bottom: 8px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 21.01px;
    color: #A1A1A1 !important;
}

.links-wrapper-1 ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.links-wrapper-1 ul li {
    display: inline-block;
}

.links-wrapper-1 ul li i {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid white;
    color: white;
    font-size: 16px;
    transition: all 0.3s ease;
}

.links-wrapper-1 ul li i:hover {
    color: #0d0d0d;
    background-color: white;
}

.copyright-content {
    display: flex;
    justify-content: start;

}

.footer-bottom {
    padding: 20px;
    background: #141414;
}

.footer-bottom .copyright-content .copyright-text {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

    color: #FFFFFF;
}

.footer-bottom .copyright-content .copyright-text span {
    color: #C5A35D;
}

.copyright-links {
    display: flex;
    gap: 10px;
    justify-content: end;
}

.footer-bottom .copyright-links a {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    vertical-align: middle;
    color: #ffffff;
    text-decoration: none;
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.line-wrapper {
    display: flex;
    align-items: center;
}


.horizontal {
    position: relative;
    background-color: transparent;
    margin-left: 5px;
}

.horizontal::before,
.horizontal::after {
    content: "";
    position: absolute;
    bottom: -19px;
    height: 2px;
    background-color: #caa85b;
}

.horizontal::before {
    left: 0;
    width: 40%;
}

.horizontal::after {
    left: 45%;
    width: 10%;
}

.carousel-one .owl-item img {
    width: auto !important;
}


.spark {
    position: absolute;
    inset: 0;
    border-radius: 100px;
    rotate: 0deg;
    overflow: hidden;
    mask: linear-gradient(white, transparent 50%);
    animation: flip calc(var(--spark) * 2) infinite steps(2, end);
}

.spark-btn {
    text-decoration: none;
    font-family: var(--font-primary);
    padding: 16px 20px;
    background-color: #C5A35D;
    color: white;
    font-size: 14px;
    border-radius: 38px;
    --cut: 0.3em;
    --active: 0;
    --bg: radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #C5A35D;
    border: 0;
    display: grid;
    place-items: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.spark-btn:active {
    scale: 1;
}

.spark-btn-1 {
    text-decoration: none;
    font-family: var(--font-primary);
    padding: 16px 20px;
    background-color: #C5A35D;
    color: white;
    font-size: 14px;
    border-radius: 38px;
    --cut: 0.3em;
    --active: 0;
    --bg: radial-gradient(40% 50% at center 100%, hsl(270 0% 72% / 0.05), transparent), radial-gradient(80% 100% at center 120%, hsl(260 0% 70% / 0.1), transparent), #C5A35D;
    border: 0;
    display: grid;
    place-items: center;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.spark-btn-1:active {
    scale: 1;
}

.spark-btn-text a {
    color: white;
    position: relative;
    display: flex;
    gap: 14px;
    align-items: center;
    text-decoration: none;
}


@keyframes flip {
    to {
        rotate: 360deg;
    }
}

.spark:before {
    content: "";
    position: absolute;
    width: 200%;
    aspect-ratio: 1;
    inset: 0 auto auto 50%;
    z-index: -1;
    translate: -50% -15%;
    rotate: 0;
    transform: rotate(-90deg);
    opacity: calc((var(--active)) + 0.4);
    opacity: 1;
    background: conic-gradient(from 0deg,
            transparent 0 340deg,
            white 360deg);
    transition: opacity var(--transition);
    animation: rotate var(--spark) linear infinite both;
}

.spark:after {
    content: "";
    position: absolute;
    inset: var(--cut);
    border-radius: 100px;
}

.backdrop {
    position: absolute;
    inset: var(--cut);
    background: var(--bg);
    border-radius: 100px;
    transition: background var(--transition) opacity var(--transition);
}

@keyframes rotate {
    to {
        transform: rotate(90deg);
    }
}

#style:has([value=container]:checked)~button .spark__container,
#style:has([value=in-n-out]:checked)~button .spark__container {
    position: absolute;
    inset: 0px;
    container-type: size;
    overflow: visible;
}



@keyframes spin {
    0% {
        rotate: 0deg;
    }

    15%,
    35% {
        rotate: 90deg;
    }

    65%,
    85% {
        rotate: 270deg;
    }

    100% {
        rotate: 360deg;
    }
}

@keyframes slide {
    to {
        transform: translate(calc(100cqw - 100%), 0);
    }
}



@keyframes slide-across {
    to {
        translate: calc(100cqw + 100%) -50%;
    }
}

.footer-logo-content a {
    width: 370px;
    height: 80px;
    display: block;
}

.footer-logo-content a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.package-sec .package-main-box .package-desc ul li i {
    font-size: 20px;
}

.about-sec .about-content ul li i {
    font-size: 20px;
    color: #C5A35D;
}

.stat-circle {
    border: 1px solid #ffffff0f;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 20px auto;
    transition: all 0.3s ease;
    box-shadow: 1px 0px 20px 0px #FFFFFF14 inset;

}

.stat-circle h4 {
    font-family: var(--font-primary);
    font-size: 2rem;
    color: white;
    font-weight: 700;
    margin: 0;
}

.stat-circle p {
    font-family: var(--font-primary);
    margin: 0;
    font-size: 1rem;
    color: rgba(161, 161, 161, 1)
}



.boxes {

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: absolute;
    top: 140px;
    left: 46%;
    width: 80%;
    margin: 0 auto;

}

.boxes>.box:nth-child(1),
.boxes>.box:nth-child(2) {
    grid-column: span 6;
}

.boxes>.box:nth-child(3),
.boxes>.box:nth-child(4),
.boxes>.box:nth-child(5) {
    grid-column: span 4;
}

.about-box-wrapper .about-boxes {

    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 30px;
    position: absolute;
    top: 140px;
    left: 46%;
    width: 80%;
    margin: 0 auto;

}

.about-box-wrapper .about-boxes>.box:nth-child(1),
.about-box-wrapper .about-boxes>.box:nth-child(2) {
    grid-column: span 4;
}

.about-box-wrapper .about-boxes>.box:nth-child(3),
.about-box-wrapper .about-boxes>.box:nth-child(4) {
    grid-column: span 6;
}

.about-box-wrapper .about-boxes>.box:nth-child(5),
.about-box-wrapper .about-boxes>.box:nth-child(6) {
    grid-column: span 4;
}



.box {
    z-index: 5;
    transition: background 0.3s ease;
}

.carousel-content {
    display: flex;
    justify-content: center;
}


.testi-img-container {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    height: 550px;
}

.testi-img {
    width: 100%;
    object-fit: cover;
    filter: brightness(0.8);
    height: 100%;
}

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    backdrop-filter: blur(10px);
}

.video-icon-img {
    margin-left: 8px;
}

.testi-expand-container {
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    border-radius: 30px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    padding: 38px;
    gap: 30px;
    height: 550px;
}

.testi-expand-img-box {
    background: #F0F0F0;
    border-radius: 10px;
    height: 450px;
    width: 292px;
}

.testi-expand-img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

/* TEXT AREA */
.testi-expand-para {
    color: white;
    flex: 1;
}

.testi-expand-para .quote-icon {
    width: 30px;
    margin-bottom: 10px;
}

.testi-expand-para p {
    font-family: var(--font-primary);
    font-weight: 400;
    font-style: Italic;
    font-size: 19px;
    line-height: 26px;
    vertical-align: middle;
    color: white;
    margin-top: 20px;
}

.testi-expand-para h4 {
    font-family: var(--font-secondary);
    font-weight: 600;
    font-size: 20px;
    line-height: 53.2px;
    letter-spacing: 0px;
}

.testi-expand-para h5 {
    font-family: var(--font-primary);
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
}

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    width: 80px;
    height: 150px;
    font-family: var(--font-primary);
    font-weight: 600;
    font-size: 20px;
    margin: 0 auto;
    color: white;
}

.vertical-text small {
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px;
    line-height: 25.2px;
    letter-spacing: 0px;
}

.contact-process-img {
    width: 70px;
    height: 70px;
    overflow: hidden;
    margin: 0 auto;
}

.contact-process-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecom-sec-alt .working-process-content h5 {
    text-align: center;
    margin-bottom: 34px;
}

.ecom-sec-alt .working-process-content p {
    text-align: center;
}

.ecom-sec-alt .working-process-content p a {
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #A1A1A1;
}

.contact-hero-img {
    position: relative;
    padding-top: 75px;
    overflow: hidden;
    width: 747px;
    height: 804px;
}

.contact-hero-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* New testimonials Starts */

.testimonial-sec .testimonials {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.testimonial-main-box {
    width: 243px;
    height: 550px;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.testimonial-main-box .testimonial-inner-box {
    width: 100%;
    height: 100%;
}

.testimonial-main-box .testimonial-inner-box .testimonial-img-box {
    width: 100%;
    height: 100%;
}

.testimonial-main-box .testimonial-inner-box .testimonial-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box {
    position: absolute;
    bottom: 70px;
    left: 30px;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box .quote-img {
    display: none;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box p.testimonial-para {
    /* display: none; */
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 19px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
    margin-bottom: 30px;
    transform: scale(0);
    opacity: 0;
    transition: all 0.6s ease-in;
}

.testimonial-main-box:hover {
    background: linear-gradient(180deg, #C5A35D 0%, #5F4F2D 100%);
    padding: 40px;
    border-radius: 30px;
    width: 770px;
    height: 550px;
    border: 1px solid white;
}

.testimonial-main-box:hover .testimonial-inner-box {
    display: flex;
    align-items: center;
    gap: 30px;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-img-box {
    width: 292px;
    height: 473px;
    overflow: hidden;
    border-radius: 10px;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-content-box {
    width: 398px;
    position: unset;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-content-box .quote-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    display: block;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-content-box .quote-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-content-box p.testimonial-para {
    /* display: block; */
    opacity: 1;
    transform: scale(1);
}

.testimonial-main-box:hover .testimonial-inner-box .testimonial-content-box .testimonial-user {
    transform: rotate(0deg);
    transition: all 0.6s ease-in-out;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box .testimonial-user {
    transform: rotate(-90deg);
    backdrop-filter: blur(10px);
    padding: 5px 10px;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box .testimonial-user h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 53.2px;
    color: #fff;
    margin-bottom: 0px;
}

.testimonial-main-box .testimonial-inner-box .testimonial-content-box .testimonial-user h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 100%;
    color: #fff;
    margin-bottom: 0px;
}

/* New testimonials Ends */

/* Working Process Steps Css Starts */

.working-process-step-box {
    background-color: #c5a35d;
    padding: 5px 25px;
    border-radius: 30px;
    width: fit-content;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    margin: 60px auto;
    position: relative;
}

.working-process-step-box.extra-margin {
    margin: 130px auto 60px;
}

/*
.working-process-step-box.step-1-box::before {
    content: '';
    background-image: radial-gradient(#ffffff, #000000);
    position: absolute;
    top: 14px;
    left: -289px;
    width: 300px;
    height: 3px;
    z-index: -1;
} */
.amazon-connector {
    position: absolute;
    top: -166px;
    left: -309px;
   width: 750px;
    height: 399px;
    z-index: -1;
}

.amazon-connector-1 {
    position: absolute;
    top: -171px;
    left: 75px;
    width: 347px;
    height: 339px;
    z-index: -1;
    transform: scaley(-1);
}

.amazon-connector-2 {
    position: absolute;
    top: -171px;
    left: 66px;
    width: 367px;
    height: 339px;
    z-index: -1;
}

/*
.working-process-step-box.step-1-box::after {
    content: '';
    background-image: url('../images/banner-line-1.png');
    position: absolute;
    top: 15px;
    left: -45px;
    width: 625px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */


/* .working-process-step-box.step-2-box::after {
    content: '';
    background-image: url('../images/banner-line-2.png');
    position: absolute;
    top: -54px;
    left: -55px;
    width: 625px;
    height: 73px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */
/*
.working-process-step-box.step-3-box::after {
    content: '';
    background-image: url('../images/banner-line-1.png');
    position: absolute;
    top: 15px;
    left: -45px;
    width: 625px;
    height: 75px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
} */
/*
.working-process-step-box.step-4-box::after {
    content: '';
    background-image: radial-gradient(#ffffff, #000000);
    position: absolute;
    top: 14px;
    right: -339px;
    width: 350px;
    height: 3px;
    z-index: -1;
} */

/* Working Process Steps Css Ends */

.hero-text-btn-1 {
    background: #C5A35D;
    border-radius: 50px;
    padding: 16px 20px;
    font-family: var(--font-primary);
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-top: 20px;
    border: none;
}

.modal-body h3 {
    color: white;
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.modal-body h2 {
    color: #C5A35D;
    font-family: 'Playfair Display';
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

.modal-header {
    border-bottom: none;
}

.close-1 {
    color: white;
    opacity: 1;
}

.close-1:hover {
    color: rgb(231, 231, 231);
}

.form-control-1 {
    display: block;
    width: 100%;
    outline: none;
    border-radius: 30px;
    background: linear-gradient(180deg, #1a1a1a, #111);
    color: #fff;
    border: 1px solid #ffffff14;
    box-shadow: 0px 5px 9px 0px #ffffff0a inset;
    font-family: Poppins;
    font-weight: 400;
    font-size: 17px;
    line-height: 32px;
    padding: 10px 13px;
}

.modal-content-bg {
    background: linear-gradient(178deg, #1a1a1a 0%, #0d0d0d 100%);
    border-radius: 30px;
    box-shadow: 0px 0px 10px #c5a35d;
}


.connector {
    width: 345px;
    height: 112px;
    position: absolute;
    top: -23px;
    left: 100px;
    z-index: -1;
    transform: scaleY(-1);
}

.amazon-connector-3 {
    position: absolute;
    top: -251px;
    left: -325px;
    width: 810px;
    height: 429px;
    z-index: -1;
    transform: scaleX(-1);
}

.connector-1 {
    width: 345px;
    height: 109px;
    position: absolute;
    top: 13px;
    z-index: -1;
    left: 100px;

}

.connector-3 {
    width: 345px;
    height: 109px;
    position: absolute;
    top: 39px;
    right: 57px;
    transform: scaley(-1);
    z-index: -1;
}

.connector-4 {
    width: 345px;
    height: 109px;
    position: absolute;
    bottom: 35px;
    right: 59px;
    z-index: -1;
}

.main-line {
    stroke: #4b4c4f;
    ;
    stroke-width: 2;
    fill: none;
}

/* Base lightning stroke */
.lightning {
    stroke: url(#glow-gradient);
    stroke-width: 6;
    fill: none;
    stroke-dasharray: 600;
    stroke-dashoffset: -600;
    animation: lightningMove2 2s linear infinite;
    filter: drop-shadow(0 0 6px #ffffff);
}

.lightning-1 {
    stroke: url(#glow-gradient);
    stroke-width: 6;
    fill: none;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: lightningMove 2s linear infinite;
    filter: drop-shadow(0 0 6px #ffffff);
}

/* Outer glowing layer */
.lightning-glow {
    stroke: url(#glow-gradient);
    stroke-width: 8;
    opacity: 0.4;
    fill: none;
    stroke-dasharray: 600;
    stroke-dashoffset: -600;
    animation: pulse 2s linear infinite;
    filter: blur(4px);
}

.lightning-glow-1 {
    stroke: url(#glow-gradient);
    stroke-width: 8;
    opacity: 0.4;
    fill: none;
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: pulse 2s linear infinite;
    filter: blur(4px);
}

@keyframes lightningMove {
    to {
        stroke-dashoffset: -600;
    }
}

@keyframes lightningMove2 {
    to {
        stroke-dashoffset: 600;
    }
}

@keyframes pulse {
    from {
        opacity: 0.2;
        filter: blur(2px);
    }

    to {
        opacity: 0.6;
        filter: blur(6px);
    }

    svg {
        border: 1px solid #ffffff;
    }

}
