:root {
    --primary: #ffc500;
    --secondary: #e85f25;
    --accent: #ee4d87;
    --bg-light: #ffdecc;
    --bg-gray: #f4f9ff;
    --black: #000000;
    --white: #ffffff;
    --dark: #333333;
    --font-heading: "Neulis Alt", sans-serif;
    --font-body: "Inter", sans-serif;
    --font-accent: "Mulish", sans-serif;
    --icon: "Font Awesome 6 Pro", sans-serif
}

::selection {
    background: #0dcaf0ba;
    color: #fff;
    text-shadow: none
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #f5f5f5
}

::-webkit-scrollbar-button:start:decrement,::-webkit-scrollbar-button:end:increment {
    display: none
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / .3);
    background-color: #fff
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    background-color: var(--secondary)
}

[class^="box-"] {
    display: none
}

[class^="box-"].showfirst {
    display: block
}

body {
    font-family: var(--font-body);
    overflow-x: hidden;
    font-size: 16px;
    color: #000;
    background: #fffdf6
}

body.inner-header {
    padding-top: 100px
}

h1,h2,h3,h4,h5,h6 {
    display: block;
    font-weight: 400
}

*:hover,*:focus,* {
    outline: none!important
}

img {
    max-width: 100%;
    height: auto
}

a,input[type="submit"] {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

span {
    display: inline-block
}

textarea,select,input[type],textarea,select,button {
    font-family: var(--font-body);
    font-weight: 400
}

::-webkit-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-ms-input-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

:-moz-placeholder {
    color: #a3a3a3;
    font-weight: 400
}

::-moz-placeholder {
    opacity: 1
}

.pad-zero {
    padding: 0
}

.pad-l-zero {
    padding-left: 0
}

.pad-r-zero {
    padding-right: 0
}

.ovr-hiddn {
    overflow: hidden
}

.overlay:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / .6);
    z-index: 1
}

.overlay {
    display: none
}

.overlay.active {
    display: block
}

.hding-1 h1 {
    font-size: 75px;
    font-weight: 700;
    line-height: 75px
}

.highlighted {
    color: #ff5e14
}

.slick-list {
    margin: 0 -15px
}

.slick-slide {
    margin: 0 15px
}

.slick-dots {
    padding: 50px 0 0;
    text-align: center
}

.slick-dots li {
    margin: 0 10px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none
}

.slick-dots li button:before,.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px
}

.slick-dots li button {
    height: 8px;
    width: 30px;
    border-radius: 100px;
    padding: 0;
    background: #ddd;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    box-sizing: border-box
}

.slick-dots li.slick-active button {
    background: #b6b9fc;
    width: 55px
}

header {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    background: #fff0
}

.header-container {
    border-radius: 2px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    background: #fff;
    padding: 6px 15px
}

header.sticky {
    -webkit-transition: all 0.4s ease-In-out;
    -moz-transition: all 0.4s ease-In-out;
    -o-transition: all 0.4s ease-In-out;
    transition: all 0.4s ease-In-out;
    position: fixed;
    z-index: 999;
    background: #fff;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%);
    top: 0;
    width: 100%
}

header.sticky .header-container {
    border-radius: 0;
    border: none;
    padding: 0
}

.header-banner {
    display: flex;
    justify-content: space-between;
    padding: 20px 0
}

.header-banner ul {
    display: flex;
    gap: 15px
}

.header-banner ul {
    display: flex;
    align-items: center;
    gap: 15px
}

.header-banner ul li {
    color: #000;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.header-banner ul li a {
    color: #000;
    cursor: pointer;
    transition: all 0.4s ease-in-out
}

.header-banner ul li a:hover {
    color: var(--secondary)
}

.header-banner ul li.stars i {
    color: var(--primary)
}

.header-btn-wrap {
    display: flex;
    align-items: center;
    gap: 18px
}

.header-btn-wrap a {
    display: flex;
    align-items: center;
    gap: 10px
}

.header-btn-wrap a p {
    color: #000;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.menuWrap {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo {
    display: inline-block
}

.logo img {
    display: block;
    max-width: 155px
}

.logo {
    color: #353148;
    font-family: var(--font-body);
    font-size: 24px;
    font-style: normal;
    font-weight: 550;
    line-height: normal
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 22;
    display: none
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: var(--primary);
    position: absolute;
    transition: 0.6s all;
    border-radius: 100px
}

.menu-Bar span:nth-child(1) {
    top: 0
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left
}

.menu-Bar span:nth-child(3) {
    top: 16px
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right-center
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right-center
}

.menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle
}

.menu>li {
    display: inline-block;
    vertical-align: middle;
    padding: 16px 0 16px 32px
}

.menu>li>a {
    display: block;
    color: #1f1f1f;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative
}

.menu>li>a::before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 4px;
    width: 0;
    background: var(--accent);
    border-radius: 2px;
    transition: width 0.3s ease
}

.menu>li>a:hover::before {
    width: 100%
}

.menu>li .active>a {
    color: var(--primary)
}

.header-btn {
    outline: none;
    cursor: pointer;
    border: none;
    padding: 15px 20px;
    margin: 0;
    color: #1f1f1f;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    border-radius: 30px;
    overflow: hidden;
    background: var(--secondary);
    position: relative
}

.header-btn span {
    position: relative;
    z-index: 10;
    transition: color 0.4s
}

.header-btn:hover span {
    color: #fff
}

.header-btn::before,.header-btn::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0
}

.header-btn::before {
    content: "";
    background: var(--primary);
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(.3,1,.8,1)
}

.header-btn:hover::before {
    transform: translate3d(100%,0,0)
}

.has-child {
    position: relative;
    z-index: 1
}

.dropdown {
    position: absolute;
    background: #fff;
    border-radius: 0 0 10px 10px;
    top: 100%;
    width: 300px;
    box-shadow: 0 10px 20px rgb(0 0 0 / 10%),0 6px 6px rgb(0 0 0 / 10%);
    display: none
}

@keyframes slide {
    0% {
        height: 0
    }

    100% {
        height: auto
    }
}

.dropdown .dropdown {
    left: 100%;
    top: 0
}

.dropdown ul li a {
    font-size: 16px;
    line-height: 30px;
    color: #333;
    padding: 10px 20px
}

.dropdown li:not(:last-child) {
    border-bottom: 1px solid #ddd
}

.chev.rotate {
    transform: rotate(180deg)
}

.chev {
    transition: 0.5s ease
}

@keyframes btotreverse {
    0% {
        top: 75px;
        opacity: 1
    }

    100% {
        top: 115px;
        opacity: 0
    }
}

@keyframes btot {
    0% {
        top: 115px;
        opacity: 0
    }

    100% {
        top: 40px;
        opacity: 1
    }
}

.mainBanner {
    position: relative
}

.banner-content {
    padding: 50px 0 0
}

.banner-content-wrapper {
    padding-bottom: 60px;
    position: relative
}

h1.banner-heading {
    color: #353148;
    font-family: "Neulis Alt";
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 80px
}

h1.banner-heading span {
    position: relative;
    white-space: nowrap;
    z-index: 1
}

h1.banner-heading span::after {
    z-index: -1;
    background-color: var(--primary);
    content: "";
    width: 100%;
    height: 26px;
    position: absolute;
    bottom: 6.5px;
    left: 0
}

h1.banner-heading span::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -20px;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
    background-image: url(../images/icons/selection.webp);
    background-size: 100%;
    background-repeat: no-repeat
}

p.banner-text {
    color: #4c485a;
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    margin-top: 1.5rem
}

.banner-list {
    display: flex;
    flex-direction: column;
    margin: .75rem 0 1.5rem;
    gap: 5px;
    list-style: disc;
    padding-left: 20px
}

.banner-list li {
    color: #4c485a;
    font-family: var(--font-body);
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.5px
}

.banner-feature-text {
    color: #555;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-top: 30px
}

.hero-img {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(0,-50%) scale(1.3);
    aspect-ratio: 5 / 4;
    width: 100%
}

.discount-form-banner {
    padding: 3.5rem 0;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    background: #fff
}

.discount-form-banner h1 {
    color: #000;
    font-family: var(--font-heading);
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center
}

.discount-form-banner h1 span {
    color: #ee4d87
}

.discount-form {
    margin: 25px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.discount-form input {
    border-radius: 31px;
    border: 1px solid #000;
    background: #fffdf6;
    padding: 23px;
    width: 100%
}

.discount-form button {
    border-radius: 31px;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    padding: 23px;
    width: 100%;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all 0.4s ease-in-out
}

@keyframes shine {
    0% {
        background-position: right
    }
}

.discount-form button:hover {
    transform: scale(1.03);
    background: linear-gradient(90deg,#0000 33%,rgb(255 255 255 / .3) 50%,#0000 66%) var(--secondary);
    background-size: 300% 100%;
    animation: shine 1s infinite
}

.discount-form-banner .review-text {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px
}

.discount-form-banner .review-text p {
    color: #000;
    font-family: var(--font-heading);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.discount-form-banner .review-text i {
    color: var(--accent)
}

.section-heading {
    color: #353148;
    text-align: center;
    font-family: var(--font-heading);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 1.5rem
}

.section-para {
    color: #4c485a;
    text-align: center;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 2.5rem
}

.portfolio-image {
    transition: all 0.4s ease-in-out;
    border-radius: 18px;
    border: 1px solid #d3d3d3;
    overflow: hidden;
    background-color: #d3d3d3
}

.portfolio-image:hover {
    transform: scale(1.1)
}

.cta-banner-shadow {
    border-radius: 21.063px 0;
    border: 1.755px solid #000;
    background: #000;
    padding: 0 0 18px 18px
}

.cta-banner-inner {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 100px
}

.cta-img {
    position: absolute;
    transform: scale(.9);
    bottom: -30px;
    right: -46px
}

.cta-banner-content {
    display: flex;
    flex-direction: column
}

.cta-banner-content h1 {
    color: #000;
    font-family: var(--font-accent);
    font-size: 46px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -2.036px
}

.cta-banner-content p {
    margin-top: 1.8rem;
    color: #000;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.702px
}

.cta-banner-content p a {
    color: var(--secondary);
    font-family: var(--font-body);
    font-size: 17.553px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.cta-banner-content p a svg path {
    fill: var(--secondary)
}

.cta-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 20px
}

.cta-banner-content .primary {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: var(--primary);
    border: none;
    color: #0b0b0b;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    transition: all 0.4s ease-in-out
}

.cta-banner-content .secondary {
    padding: 15px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #000;
    color: #0b0b0b;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    transition: all 0.4s ease-in-out
}

.cta-banner-content .secondary:hover {
    border: 1px solid var(--secondary);
    color: var(--secondary)
}

.cta-banner-content .primary:hover,.cta-banner-content .secondary:hover {
    transform: scale(1.05)
}

.cta-banner-content .primary:active,.cta-banner-content .secondary:active {
    transition: all 0.1s ease-in-out;
    opacity: .7
}

.why-choose-card {
    border-top: .901px solid #000;
    border-right: .901px solid #000;
    border-bottom: 1.802px solid #000;
    border-left: 1.802px solid #000;
    background: #fffcf3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    width: auto;
    cursor: pointer;
    transition: all 0.4s ease-in-out
}

.why-choose-card:hover {
    transform: translate(10px,-10px);
    box-shadow: -10px 10px #000
}

.why-choose-card h2 {
    color: #353148;
    font-family: var(--font-heading);
    font-size: 18.02px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.721px
}

.why-choose-card p {
    color: #4c485a;
    font-family: var(--font-body);
    font-size: 12.614px;
    font-style: normal;
    font-weight: 400;
    line-height: 163.1%
}

.why-choose-card img {
    object-fit: contain
}

.package-section {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 2px solid #000;
    border-left: 2px solid #000;
    background: #fff;
    padding-bottom: 0
}

.package {
    background: #f7f2eb;
    height: 92%;
    display: flex;
    flex-direction: column;
    border-radius: 14px;
    box-shadow: 4px -6px 2px #ffd106;
    position: relative;
    border: 1px solid #d3d3d32b
}

.package.best-seller {
    background: var(--accent)
}

.package-header {
    padding: 30px 30px 15px;
    display: flex;
    align-items: center;
    gap: 25px
}

.package-header div {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.package-title {
    color: #000;
    font-family: var(--font-heading);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.308px
}

.package-desc {
    color: #000;
    font-family: var(--font-body);
    font-size: 15.905px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.package-price-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 30px 15px
}

.package-price {
    color: var(--secondary);
    font-family: var(--font-accent);
    font-size: 60px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -2.368px
}

.package-discount {
    border-radius: 8.836px;
    background: #ffe6dc;
    padding: 8px;
    color: #000;
    font-family: var(--font-body);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.package-list {
    padding: 5px 30px 100px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.package-list h3 {
    color: #000;
    font-family: var(--font-heading);
    font-size: 19.44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.778px
}

.package-list ul {
    display: flex;
    flex-direction: column;
    height: 256px;
    overflow-y: auto;
    padding-right: 15px;
    gap: 6px
}

.package-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px
}

.package-list li p {
    color: #464646;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.package-list li i {
    color: var(--secondary);
    font-size: 16px
}

.package-list div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px
}

.package-list div img {
    object-fit: contain
}

.package-style-list {
    padding: 0 30px 30px;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.package-style-list h3 {
    color: #000;
    font-family: var(--font-accent);
    font-size: 19.44px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.778px
}

.package-style-wrapper {
    gap: 15px;
    display: grid;
    grid-template-columns: repeat(3,1fr)
}

.package-style {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.package-style div {
    border-radius: 15.022px;
    border-top: .884px solid #000;
    border-right: .884px solid #000;
    border-bottom: 1.767px solid #000;
    border-left: 1.767px solid #000;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 115px
}

.package-style div img {
    width: 100%;
    height: fit-content;
    object-fit: contain
}

.package-style p {
    color: #000;
    text-align: center;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 15.905px
}

.package-btn {
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translate(-50%,0);
    width: fit-content;
    margin-top: auto;
    background: var(--primary);
    padding: 20px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 4px;
    color: #000;
    text-align: center;
    font-family: var(--font-accent);
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    transition: all 0.4s ease-in-out;
    animation: pulse 1.5s ease-in-out infinite;
    box-shadow: 0 0 0 0 var(--primary)
}

.package-btn:hover {
    color: #fff;
    background: var(--secondary);
    box-shadow: 0 0 0 0 var(--secondary)
}

.package-btn:active {
    opacity: .7
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 10px inherit
    }

    70% {
        box-shadow: 0 0 0 10px #fff0
    }

    100% {
        box-shadow: 0 0 0 0 #fff0
    }
}

.package-1 {
    padding-top: 314px;
    position: relative
}

.package-2 {
    padding-top: 43px
}

.pckg-sec-img {
    position: absolute;
    left: 0;
    top: -130px
}

.process-sec {
    margin-top: 4rem
}

.process-content {
    display: flex;
    flex-direction: column
}

.process-content h1 {
    color: #353148;
    font-family: var(--font-heading);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.process-content h3 {
    color: #4c485a;
    font-family: var(--font-body);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 30px
}

.process-list {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.process-list li {
    display: flex;
    gap: 20px
}

.process-list li .list-text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.process-list li .count {
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    background: #e85f25;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: var(--font-body);
    font-size: 35px;
    font-style: normal;
    font-weight: 800;
    line-height: normal
}

.process-list li h2 {
    color: #353148;
    font-family: var(--font-heading);
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.process-list li p {
    color: #4c485a;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

.process-content a {
    border-radius: 31px;
    background: #ffc500;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    color: #0b0b0b;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    width: fit-content;
    border: none;
    margin-top: 2rem;
    margin-left: 70px
}

.package-banner-sec {
    background: #f4f4f4
}

.package-banner {
    margin-top: 4rem;
    padding: 80px;
    position: relative
}

.package-banner h1 {
    color: #000;
    font-family: var(--font-heading);
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.package-banner h3 {
    color: #4c485a;
    font-family: var(--font-body);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin: 1rem 0 2rem
}

.package-banner .banner-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.package-banner .secondary {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    border: 1px solid #000;
    background: #0b0b0b;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    transition: all 0.4s ease-in-out
}

.package-banner .primary {
    display: flex;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 31px;
    background: var(--secondary);
    border: 1px solid var(--secondary);
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    transition: all 0.4s ease-in-out
}

.package-banner .primary:hover {
    transform: scale(1.03);
    background: linear-gradient(90deg,#0000 33%,rgb(255 255 255 / .3) 50%,#0000 66%) var(--secondary);
    background-size: 300% 100%;
    animation: shine 1s infinite
}

.package-banner .secondary:hover {
    transform: scale(1.1);
    background-color: #fff;
    border: 1px solid #000;
    color: #000
}

.package-banner .primary:active,.package-banner .secondary:active {
    opacity: .7
}

.package-banner a {
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.package-banner-img {
    position: absolute;
    transform: scale(.9);
    bottom: -30px;
    left: -46px
}

.testimonial-card {
    border: 1.818px solid #000;
    background: #f4f4f4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    cursor: pointer;
    transition: all 0.4s ease-in-out
}

.testimonial-card:hover {
    transform: translate(10px,-10px);
    box-shadow: -10px 10px #000
}

.testimonial-card-header {
    display: flex;
    gap: 10px
}

.testimonial-card-header .avatar {
    border-radius: 100%;
    background-color: var(--accent);
    height: 50px;
    width: 50px;
    display: grid;
    place-items: center;
    font-size: 24px;
    font-family: var(--font-body);
    color: #fff
}

.testimonial-card-header .header-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 6px
}

.testimonial-card-header .header-content h2 {
    color: #000;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.655px
}

.testimonial-card-header .header-content div {
    display: flex
}

.testimonial-card-header .header-content div i {
    color: var(--primary);
    font-size: 16px
}

.testimonial-card-header .header-content p {
    color: #a1a1a1;
    font-family: var(--font-body);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.509px
}

.testimonial-card-header img {
    object-fit: contain;
    height: 26px;
    width: 26px;
    aspect-ratio: 1/1
}

.testimonial-card-body {
    margin-top: 12px;
    color: #000;
    font-family: var(--font-body);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -.582px
}

.faq-contact-sec {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-left: 2px solid #000;
    background: #fff
}

.faq-contact-sec-heading {
    color: #353148;
    font-family: var(--font-heading);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 42px;
    margin-bottom: 2rem
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 18px
}

.input-wrapper {
    display: flex;
    align-items: center;
    gap: 15px
}

.contact-form input,.contact-form textarea {
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px;
    color: #000;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%
}

.contact-form input::placeholder,.contact-form textarea::placeholder {
    color: #666;
    font-family: var(--font-body);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.contact-form button {
    display: flex;
    width: 100%;
    max-width: 304px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 30px;
    background: #e85f25;
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    border: none
}

.contact-form button:hover {
    transform: scale(1.03);
    background: linear-gradient(90deg,#0000 33%,rgb(255 255 255 / .3) 50%,#0000 66%) var(--secondary);
    background-size: 300% 100%;
    animation: shine 1s infinite
}

.contact-form button:active {
    opacity: .7
}

.companies-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 2rem
}

.companies-container img {
    object-fit: contain
}

.accordion-list {
    position: relative
}

.accordion-list li {
    padding: 30px 50px 30px 30px;
    cursor: pointer;
    width: 100%;
    margin: 0 auto;
    border-radius: 5px;
    background: #f1f3f5;
    margin-bottom: 1.5rem
}

ul.accordion-list li span {
    display: flex;
    position: relative
}

.accordion-list li h3 {
    color: #353148;
    font-family: var(--font-heading);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

ul.accordion-list li h3:after {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: -20px;
    color: #9ca3af;
    transition: all 0.4s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    top: 0
}

.accordion-list li.active h4::after {
    color: #9ca3af;
    content: "\f078"
}

ul.accordion-list li.active h3:after {
    content: "\f078"
}

.answer p {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    font-family: var(--font-body)
}

.overlay {
    background-color: rgb(197 197 197 / 32%);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999999;
    display: none;
    backdrop-filter: blur(10px)
}

.popupmain {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 530px;
    background: #fff;
    box-shadow: -20px 20px #000000a8;
    z-index: 9999999;
    overflow: hidden;
    display: none;
    border-radius: 8px;
    max-width: 97%;
    max-height: 90vh;
    overflow-y: auto
}

.mmpopup {
    text-align: center;
    background: #f8f8f8;
    padding: 45px 25px 25px
}

.mmpopup .formpop {
    width: 100%;
    margin: 24px auto
}

.mmpopup .fld-input {
    height: 50px;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 1rem;
    border: 1px solid #d1d5db;
    overflow: hidden
}

.mmpopup .centercont h3 {
    font-size: 38px;
    color: #141515;
    margin-bottom: 10px
}

.mmpopup .centercont h4 {
    font-size: 20px;
    color: #566060;
    margin-bottom: 15px
}

.mmpopup .centercont h4 span {
    color: #86cb92
}

.mmpopup .centercont h4 span span {
    display: none
}

.mmpopup .centercont p {
    color: #333;
    font-size: 14px;
    margin-bottom: 120px;
    line-height: 20px
}

.closeico {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f3f4f6;
    border-radius: 100px
}

.closeico i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.closeico1 {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9999
}

.closeico1 i {
    background: url(https://markfortify.com/lp4/assets/images/e-remove.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block
}

.mmpopup .centercont p {
    margin-bottom: 10px;
    line-height: 23px;
    color: #565656;
    max-width: 390px;
    margin: auto;
    display: block;
    position: relative
}

.mmpopup .centercont ul {
    margin-bottom: 30px;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding: 27px 49px 27px 24px;
    background: #fff;
    border-radius: 10px;
    margin-right: 20px
}

.mmpopup .centercont ul li {
    display: block;
    font-size: 15px;
    color: #000;
    padding-bottom: 12px
}

.mmpopup .centercont ul li.last {
    padding-bottom: 0
}

.mmpopup .centercont ul li i {
    color: #ff533e;
    border: 1px solid;
    border-radius: 100px;
    margin-right: 8px;
    font-size: 10px;
    padding: 3px
}

.mmpopup .centercont h4 {
    font-size: 32px;
    color: #000;
    font-family: var(--font-body)
}

.mmpopup .centercont h3 {
    font-size: 50px;
    font-weight: 400;
    color: #0085ff
}

.mmpopup .centercont h3 span {
    display: block;
    margin: 0 30px;
    color: #000;
    font-family: var(--font-heading);
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #3a3d40
}

.mmpopup .centercont h4 span {
    font-weight: 700;
    color: var(--secondary);
    font-size: 60px;
    font-family: var(--font-heading)
}

.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: #dad9d9;
    border-radius: 5px;
    background-color: #fff;
    width: 354px;
    height: 66px;
    margin-bottom: 20px
}

.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: .2px;
    background: #eee;
    border: 0!important;
    outline: 0!important;
    box-shadow: none;
    font-family: "Inter"
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400
}

.fld-btn button {
    border-radius: 30px;
    background-color: var(--primary);
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .2px;
    text-transform: uppercase;
    cursor: poRoboto;
    transition: 0.5s;
    font-family: var(--font-body);
    height: 59px;
    cursor: pointer;
    border: 0
}

.fld-btn button i {
    padding-left: 12px
}

.fld-btn button:hover {
    transform: scale(1.03)
}

section {
    padding: 4rem 0;
    position: relative
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.copyright p,.copyright a {
    color: #000
}

.copyright a:hover {
    opacity: .7
}

.btn-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin: 1rem 0
}

.theme-btn {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--primary);
    display: inline-block;
    padding: 15px 30px;
    cursor: pointer;
    background: var(--primary);
    border-radius: 30px;
    color: #0b0b0b;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px
}

.theme-btn span:first-child {
    position: relative;
    transition: color 600ms cubic-bezier(.48,0,.12,1);
    z-index: 10
}

.theme-btn span:last-child {
    display: block;
    position: absolute;
    bottom: 0;
    transition: all 500ms cubic-bezier(.48,0,.12,1);
    z-index: 100;
    opacity: 0;
    top: 50%;
    left: 50%;
    transform: translateY(225%) translateX(-50%);
    color: #fff;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    white-space: nowrap
}

.theme-btn:after {
    content: "";
    position: absolute;
    bottom: -50%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondary);
    transform-origin: bottom center;
    transition: transform 600ms cubic-bezier(.48,0,.12,1);
    transform: skewY(9.3deg) scaleY(0);
    z-index: 50
}

.theme-btn:hover:after {
    transform-origin: bottom center;
    transform: skewY(9.3deg) scaleY(2)
}

.theme-btn:hover span:last-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 1;
    transition: all 900ms cubic-bezier(.48,0,.12,1)
}

ul#counter {
    display: flex;
    align-items: center;
    gap: 1rem
}

.counter-wrapper .counter {
    display: flex;
    align-items: center;
    gap: 20px
}

.counter-wrapper .counter span.count {
    font-weight: 700;
    font-size: 45px;
    color: #000
}

ul#counter li .counter>div {
    font-weight: 700;
    font-size: 64px;
    color: #000;
    margin-bottom: 0rem;
    flex-shrink: 0;
    font-family: "Inria Serif"
}

ul#counter li {
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    padding: 0rem;
    text-align: center;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center
}

ul#counter li .counter span.text {
    font-size: 15.3px;
    font-family: "Euclid Square";
    font-weight: 400
}

.copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0
}

.copyright p,.copyright a {
    color: #000
}

.copyright-sec {
    background: var(--primary)
}

.error-text {
    font-size: 90px;
    line-height: 80px;
    font-family: var(--font-heading);
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 1.5rem
}

.error-heading {
    font-weight: 500;
    font-family: var(--font-heading);
    font-size: 48px;
    line-height: 52px
}

.error-image {
    margin-top: 100px
}

.thankyou-text {
    font-size: 18px;
    line-height: 24px;
    margin-top: 25px 0;
    color: #333
}

.terms .roman {
    list-style: upper-roman
}

.terms ul {
    padding-left: 24px;
    line-height: 25px;
    font-size: 16px;
    color: #333
}

.terms ul li {
    margin-bottom: 1rem
}

.terms ul li::marker {
    font-size: 22px;
    font-weight: 500
}

.terms h4 {
    font-size: 24px;
    margin: 1rem 0;
    font-family: var(--font-heading);
    font-weight: 600
}

.terms p {
    margin-bottom: 2rem
}

.terms .list-ul {
    list-style: disc
}

@media (max-width: 1400px) {
    .cta-img {
        transform:scale(.8);
        bottom: -58px;
        right: -90px
    }

    .package-banner-img {
        transform: scale(.8);
        bottom: -58px;
        left: -75px
    }
}

@media (max-width: 1200px) {
    header {
        padding:1rem 0
    }

    .menuWrap .menu:first-child {
        padding-left: 0;
        width: 100%
    }

    img {
        max-width: 100%;
        height: auto
    }

    .menu-Bar {
        display: block;
        top: 0
    }

    .menuWrap.open {
        display: flex;
        left: 0;
        padding-bottom: 4rem
    }

    .menuWrap {
        position: fixed;
        left: -210%;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
        height: 100vh;
        display: flex;
        flex-direction: column;
        transition: all 0.4s ease;
        z-index: 99;
        width: 70%;
        overflow-y: auto;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%),0 2px 4px -1px rgb(0 0 0 / 6%)
    }

    ul.menu>li {
        display: flex;
        justify-content: center;
        gap: 5px;
        border-bottom: 1px solid #ddd;
        padding: 0;
        flex-direction: column
    }

    ul.menu>li>a {
        margin-bottom: 10px;
        padding: 0;
        display: block;
        text-align: center;
        margin-bottom: 15px;
        padding-right: 0;
        margin-right: 0;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize
    }

    .container {
        position: relative
    }

    header .main-header ul.menu>li>a {
        color: #333;
        width: 100%;
        text-align: left;
        margin: 0;
        display: flex;
        justify-content: space-between;
        padding: 1rem
    }

    header .main-header ul.menu>li>a:before {
        display: none
    }

    .header-container {
        padding: 1rem
    }

    .hero-img {
        display: none
    }

    .cta-img {
        transform: scale(.8);
        bottom: -58px;
        right: -90px
    }

    .package-banner-img {
        transform: scale(.8);
        bottom: -58px;
        left: -75px
    }

    .cta-img {
        display: none
    }

    .package-banner-img {
        display: none
    }

    .package-1 {
        padding-top: 210px
    }
}

@media (max-width: 992px) {
    .pckg-sec-img {
        display:none
    }

    .package-1,.package-2 {
        padding-top: 0
    }

    .section-heading,.section-para {
        text-align: center!important
    }

    .package-style-wrapper {
        grid-template-columns: repeat(2,1fr)
    }

    .package-style div img {
        width: auto;
        height: auto
    }

    .package-banner .banner-btn-wrapper {
        flex-wrap: wrap
    }

    .package-banner a br {
        display: none
    }
}

@media only screen and (min-width: 320px) and (max-width:767px) {
    .pkg-list {
        grid-template-columns:repeat(1,1fr)
    }

    header {
        padding: 1rem 0
    }

    span.sub-heading {
        margin-bottom: 1rem;
        font-size: 16px
    }

    h1.banner-heading {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 1rem
    }

    p.banner-text,.banner-list li {
        max-width: 100%;
        font-size: 16px;
        line-height: 25px
    }

    .btn-wrap {
        flex-direction: column;
        margin-bottom: 2rem
    }

    .btn-wrap a {
        width: 100%;
        text-align: center
    }

    .sec-heading h2 {
        font-size: 26px;
        line-height: 34px
    }

    .sec-heading p {
        font-size: 16px;
        line-height: 26px
    }

    .sec-heading .sub-heading {
        margin-bottom: .5rem
    }

    .copyright {
        flex-direction: column;
        gap: 12px
    }

    .header-banner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding-bottom: 0
    }

    h1.banner-heading span::before {
        top: -4px;
        left: -7px;
        width: calc(100% + 14px);
        height: calc(100% + 30px)
    }

    h1.banner-heading span::after {
        height: 8px
    }

    .banner-content-wrapper {
        padding-bottom: 40px
    }

    .banner-content {
        padding-top: 40px
    }

    .banner-img {
        width: 110px;
        height: 50px;
        object-fit: contain
    }

    .discount-form-banner {
        padding: 3rem 0
    }

    .discount-form-banner h1 {
        font-size: 28px
    }

    .discount-form {
        flex-direction: column
    }

    .discount-form input,.discount-form button {
        padding: 18px
    }

    .discount-form-banner .review-text {
        flex-wrap: wrap
    }

    .section-heading {
        font-size: 28px
    }

    .cta-banner-content h1 {
        font-size: 28px
    }

    .cta-banner-inner {
        padding: 30px
    }

    .cta-btn-wrap {
        flex-direction: column
    }

    .cta-banner-content .primary,.cta-banner-content .secondary {
        width: 100%
    }

    section {
        padding: 2rem 0
    }

    .process-content h1,.process-list li .count {
        font-size: 28px
    }

    .process-content h3 {
        font-size: 16px
    }

    .package-banner {
        padding: 40px
    }

    .process-content a {
        margin-left: 50px
    }

    .package-banner h1 {
        font-size: 28px
    }

    .package-banner h3 {
        font-size: 16px
    }

    .package-banner .primary,.package-banner .secondary {
        width: 100%
    }

    .faq-contact-sec-heading {
        font-size: 28px
    }

    .contact-form button {
        max-width: 100%
    }

    .input-wrapper {
        flex-direction: column
    }

    .copyright p,.copyright a {
        text-align: center
    }
}

ul.overview-nav.d2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 3rem;
    margin-top: 1rem;
}

ul.overview-nav.d2 li.active {
    position: relative;
    overflow: hidden;
    border: 2px solid var(--primary);
    display: inline-block;
    padding: 15px 30px;
    cursor: pointer;
    font-family: var(--font-body);
    font-size: 16px;
    font-style: normal;
    font-weight: 550;
    line-height: 24px;
    background: #ffc500;
    border-radius: 100px;
}

ul.overview-nav.d2 li.active a {
    color: #000;
}

ul.overview-nav.d2 li a {
    color: #000;
}
