@import "satoshi.css";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: #e7e7e7
}

::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: #DD8044
}

:root {
    --ff-primary: Satoshi, sans-serif;
    --clr-primary: #FF914B;
    --fc-primary: #262525;
    --fc-secondary: #353535;
    --fs-large-heading: 75px;
    --fs-large-sub-heading: 30px;
    --fs-heading: 43px;
    --fs-lg: 25px;
    --fs-sm: 20px
}

body {
    font-family: "Satoshi" !important;
    counter-reset: li-before;
    overflow-x: hidden;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased
}

html {
    overflow-x: hidden
}

img {
    max-width: 100% !important
}

a {
    text-decoration: none !important;
    color: var(--fc-secondary) !important
}

p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 27px;
    color: var(--fc-secondary)
}

img {
    max-width: 100% !important
}

header {
    padding: 24px 0
}

nav {
    display: flex;
    align-items: center;
    justify-content: center
}

h1,
h2,
h3,
h4,
h5 {
    font-variant: var(--fc-primary)
}

.flex {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.flex-col {
    flex-direction: column
}

.align-items-center {
    align-items: center
}

.justify-content-space {
    justify-content: space-between
}

.justify-content-center {
    justify-content: center
}

.btn {
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 22px !important;
    line-height: 30px !important;
    padding: 20px 35px !important;
    border-radius: 10px !important;
    border: none !important;
    outline: none !important;
    text-transform: capitalize !important;
    transition: all .5s ease-in-out
}

.btn:hover {
    opacity: .8
}

.btn-primary {
    background: linear-gradient(270deg, #DD8044 -6.03%, #FF914B 103.02%) !important;
    color: #FFF !important
}

.btn-inverse {
    color: var(--fc-primary) !important;
    background: linear-gradient(90deg, #FFF 4.75%, #FFF4F4 100.23%) !important
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left !important
}

.gap-5 {
    gap: 5px
}

.gap-10 {
    gap: 10px
}

.gap-20 {
    gap: 20px
}

.gap-25 {
    gap: 25px
}

.gap-30 {
    gap: 30px
}

.gap-40 {
    gap: 40px
}

.gap-50 {
    gap: 50px
}

.logo img {
    width: 230px
}

.nav-list {
    margin-bottom: 0 !important
}

.nav-list li {
    display: inline-block;
    padding: 10px 0;
    margin-right: 54px;
    position: relative
}

.nav-list li a {
    position: relative;
    transition: all .2s ease-in-out
}

.nav-list li::after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
    ;
    height: 2px;
    border-radius: 10px;
    background-color: var(--clr-primary);
    transition: all .2s ease-in-out
}

.nav-list li:hover::after {
    width: 80%
}

.nav-list li:hover a {
    color: var(--clr-primary) !important
}

.nav-toggle {
    font-size: 38px;
    cursor: pointer;
    display: none
}

.signIn-btn .btn {
    padding: 15px 30px !important;
    font-size: 18px !important;
    line-height: 24.4px !important
}

.mobile-nav {
    position: absolute;
    left: 0;
    width: 70%;
    top: 0;
    background: #fff;
    min-height: 700px;
    height: 100%;
    padding: 20px 40px;
    display: none;
    z-index: 2000
}

.mobileLogo {
    text-align: center;
    margin-bottom: 70px
}

.mobileLogo>img {
    width: 200px
}

.mobileNavList {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px
}

.mobileNavList li {
    padding: 5px;
    font-weight: 700;
    margin-bottom: 20px
}

.mobileNavList li a {
    font-size: 21px
}

.mobileNavList li a ion-icon {
    color: var(--clr-primary);
    font-size: 24px;
    margin-right: 15px
}

.mobileNavList+.btn {
    padding: 10px 50px;
    border-radius: 25px
}

.mobileLogo {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cross {
    outline: none;
    border: none;
    background: none;
    vertical-align: middle;
    cursor: pointer
}

.cross:focus {
    border: none
}

@media only screen and (max-width: 1100px) {
    .nav-toggle {
        display: block
    }

    .nav-list {
        display: none
    }

    .signIn-btn {
        display: none
    }

 
}

@media only screen and (max-width: 578px) {
    .mobile-nav {
        width: 100%
    }
}

section {
    padding: 110px 0
}

section>h4,
.main-section-heading {
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs-heading);
    line-height: 120.5%;
    color: var(--fc-primary);
    text-align: center;
    margin-bottom: 22px
}

section>p {
    text-align: center;
    margin-bottom: 82px
}

.no-padding {
    padding: 0 !important;
    padding-bottom: 132px !important
}

.conputerImgSec {
    background-image: url(../images/triangle_bg.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 100% 18%
}

.banner-section {
    background-image: url(../images/bannerbg.png);
    background-position: left;
    background-repeat: no-repeat;
    position: relative;
    background-position: 0 49%
}

.banner-section::after {
    content: url(../images/banner-circle.png);
    position: absolute;
    top: 11%;
    right: 0;
    z-index: -2
}

.main-heading {
    font-style: normal !important;
    font-weight: 900 !important;
    font-size: var(--fs-large-heading) !important;
    line-height: 80px !important;
    color: var(--fc-primary) !important;
    margin-bottom: 45px !important
}

.main-sub-heading {
    font-style: normal;
    font-weight: 400 !important;
    font-size: var(--fs-large-sub-heading) !important;
    line-height: 110% !important;
    color: var(--fc-secondary) !important;
    margin-bottom: 54px !important
}

.banner .flex {
    width: max-content;
    margin: 0 auto
}

.banner .flex a:nth-of-type(2) img {
    margin-left: 5px;
    font-size: var(--fs-lg);
    color: var(--fc-secondary)
}

.craftSection .row {
    margin-bottom: 69px
}

.craftSection>h4 {
    margin-bottom: 67px
}

.craftCards {
    width: 100%;
    max-width: 340px;
    margin: 0 auto
}

.craftCards h5 {
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%;
    font-size: var(--fs-lg);
    margin-bottom: 22px
}

.carftImg {
    margin-bottom: 20px;
    margin-left: 30%
}

.categorySection {
    padding: 50px 0
}

.tabs-box {
    margin-bottom: 23px;
    white-space: nowrap
}

.tabs-box a {
    padding: 22px 35px;
    border: 2px solid #353535;
    border-radius: 100px;
    user-select: none;
    white-space: nowrap;
    transition: all .2s ease;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #FFF;
    font-family: Satoshi;
    font-size: 27px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%
}

.tabs-box a:hover {
    background-color: var(--fc-primary);
    color: #fff !important
}

@keyframes slide {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

.tabs-box {
    margin-bottom: 30px;
    display: inline-block;
    width: max-content;
    overflow: hidden;
    white-space: nowrap
}

.tabs-box div {
    animation: 19s slide infinite linear;
    display: inline-block
}

.tabs-reverse div {
    animation: 19s slide infinite linear;
    animation-direction: reverse
}

.tabs-box:hover div {
    animation-play-state: paused
}

.features {
    padding: 100px 0 80PX;
    overflow-x: hidden
}

.featuresContainer {
    max-width: 1250px !important;
    padding: 90px 88px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    position: relative
}

.features {
    position: static
}

.featuresContainer::after {
    content: "";
    width: 170px;
    height: 170px;
    border-radius: 100%;
    position: absolute;
    top: -7%;
    right: -6%;
    z-index: -2;
    background: linear-gradient(180deg, #FF914B 0%, #DD8044 100%)
}

.img-wrap {
    object-fit: cover
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 50px
}

.featuresImg {
    align-self: center;
    justify-content: left;
    overflow: hidden;
    margin-bottom: 40px
}

.featuresImg img {
    display: block;
    margin: 0 auto
}

.featuresContent h4 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs-heading);
    line-height: 120.5%;
    color: var(--fc-primary);
    margin-bottom: 42px;
    width: 637px;
    position: relative;
    left: -40px
}

.featureCards {
    margin-bottom: 45px
}

.featureCards .img-wrap {
    margin-left: 35px;
    margin-bottom: 20px
}

.grid-4 .featureCards:nth-of-type(2) .img-wrap,
.grid-4 .featureCards:nth-of-type(4) .img-wrap {
    margin-left: 78px
}

.featuresbtn {
    position: relative;
    left: -25px
}

.featureCards h5 {
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-lg);
    line-height: 120.5%;
    margin-bottom: 30px
}

.featureCards p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 27px
}

.creations .container>h4 {
    margin-bottom: 90px
}

.creations-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    margin-bottom: 101px
}

.creations-grid .img-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

.testemonials {
    padding: 50px 0 166px
}

.testemonials>h4 {
    margin-bottom: 73px;
    padding: 0 20px
}

.slick-dots {
    list-style: none !important;
    bottom: -40px
}

.slick-dots li {
    width: 17px !important;
    height: 13px !important;
    border: 1px solid #FF914B;
    border-radius: 8px
}

.slick-dots li.slick-active {
    width: 46px !important;
    height: 13px !important;
    background: #FF914B;
    border-radius: 8px
}

.slick-dots button {
    background: none;
    border: none;
    outline: none
}

.slick-dots button::before {
    display: none
}

.testemonialSlider {
    height: 370px
}

@media only screen and (min-width: 1700px) {
    .testemonialSlider {
        height: 250px
    }
}

.faqBanner {
    background-position: 0 162% !important
}

.faqBanner h1 {
    color: #262525;
    text-align: center;
    font-family: Satoshi;
    font-size: 50px !important;
    font-style: normal;
    font-weight: 900 !important;
    line-height: 100% !important;
    margin-bottom: 20px !important
}

.faqBanner h2 {
    color: #353535;
    text-align: center;
    font-family: Satoshi;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 100%
}

.testemonialSlide .person {
    gap: 24px;
    margin-bottom: 32px;
    padding: 0 5px
}

.testemonialSlide .personTxt h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 120.5%;
    color: var(--clr-primary)
}

.testemonialSlide .personTxt p {
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 120.5%;
    color: var(--fc-secondary)
}

.testemonialSlide .message {
    margin: 0 auto;
    max-width: 792px;
    width: 100%;
    margin-bottom: 55px
}

.testemonialSlide .message p {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 133%;
    text-align: center;
    color: var(--fc-secondary)
}

.story {
    background-color: #FE904A;
    position: relative;
    z-index: 0
}

.story::before {
    content: '';
    width: 225PX;
    height: 105px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #FE9B5C;
    border-top-right-radius: 274px;
    border-top-left-radius: 270px;
    z-index: -1
}

.story::after {
    content: '';
    width: 225PX;
    height: 105px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    background: #FE9B5C;
    border-bottom-right-radius: 274px;
    border-bottom-left-radius: 270px
}

.storyHeading {
    font-family: 'Satoshi';
    font-style: normal;
    font-weight: 700;
    font-size: 45px;
    line-height: 120.5%;
    text-align: center
}

#headingWhite {
    color: #FFF;
    margin-bottom: 36px
}

.innovation .container {
    max-width: 1239px
}

.innovationImg {
    align-self: center
}

.innovationContent {
    width: 100%;
    max-width: 631px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.innovationImg img {
    height: 346px;
    max-width: 500px;
    width: 100%
}

.innovationContent h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 120.5%;
    color: var(--fc-primary);
    margin-bottom: 31px
}

.innovationContent p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 133%;
    color: var(--fc-secondary);
    margin-bottom: 46px;
    width: 100%
}

.innvotion-grid {
    display: flex;
    justify-content: space-between
}

.acc-container:nth-of-type(1) {
    border-top: none
}

.acc-container {
    padding: 43px 0 22px;
    border-bottom: 1px solid #353535
}

.acc-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.acc-head h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 120.5%;
    color: var(--fc-primary);
    margin-bottom: 24px
}

.icon-up {
    display: none
}

.steps-text {
    padding: 20px 30px
}

.sub-heading {
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs-large-sub-heading);
    line-height: 42px;
    color: var(--fc-primary);
    margin-bottom: 35px
}

.sub-heading+p {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 27px;
    color: var(--fc-secondary);
    margin-bottom: 24px
}

.how-banner {
    background-position: left
}

.how-banner .container>div:nth-of-type(1) {
    width: 100%;
    max-width: 836px;
    margin-bottom: 25px
}

.how-banner .container>div:nth-of-type(1) h2 {
    color: #353535 !important;
    font-family: Satoshi;
    font-size: 35px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 110% !important
}

.howBannerContent>div:nth-of-type(1) h6 {
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs-lg);
    line-height: 110%;
    color: #262525;
    margin-bottom: 60px
}

.howBannerContent>div:nth-of-type(1) li {
    list-style-type: none;
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-lg);
    line-height: 30px;
    color: #262525;
    margin-bottom: 40px
}

.howBannerContent>div:nth-of-type(1) li:before {
    content: url(../images/ul-count-1.png);
    margin-right: 20px;
    vertical-align: middle
}

.howBannerContent>div:nth-of-type(1) li:nth-of-type(2)::before {
    content: url(../images/ul-count-2.png)
}

.howBannerContent>div:nth-of-type(1) li:nth-of-type(3)::before {
    content: url(../images/ul-count-3.png)
}

.howBannerContent .img-wrap img {
    max-width: 664px !important;
    scale: 1;
    top: 0;
    left: 0
}

.priceCards {
    background: rgba(255, 255, 255, 0.7);
    border: 1.5px solid #353535;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    width: 100%;
    max-width: 515px
}

.priceCards .cardHead {
    padding: 36px 0;
    background: var(--fc-secondary);
    border-radius: 20px 20px 0 0
}

.priceCards .cardHead h3 {
    text-align: center;
    color: #fff;
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    position: relative
}

.priceCards .cardHead h3::after {
    content: ".00";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    text-transform: lowercase;
    position: absolute;
    top: 15px
}

.priceCards .cardBody {
    padding: 50px 76px 106px 53px !important;
    display: flex !important;
    align-items: center;
    justify-content: center
}

.priceCards .cardBody h5 {
    margin-bottom: 22px;
    font-style: normal;
    font-weight: 700;
    font-size: var(--fs-lg);
    line-height: 120.5%;
    white-space: nowrap;
    color: var(--fc-secondary)
}

.priceCards .cardBody ul {
    margin-left: 40px;
    margin-bottom: 64px
}

.priceCards .cardBody ul li {
    margin-bottom: 23px;
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 110%;
    color: var(--fc-secondary);
    text-align: left
}

.stunning-banner {
    padding-top: 30px !important;
    background-position: 0 40%
}

.stunning-banner .priceCards {
    scale: .9
}

.stunning-banner .container {
    max-width: 1300px !important
}

.stunning-banner .row>* {
    padding: 0
}

.stunning-banner .stunning-banner-text {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.stunning-banner .main-heading {
    font-style: normal;
    font-weight: 900;
    font-size: 60px !important;
    line-height: 110% !important;
    color: #262525
}

.stunning-banner .main-sub-heading {
    font-size: 25px !important
}

.stunning-banner .priceCards .cardBody {
    padding-bottom: 35px !important
}

.stunning-banner .priceCards .cardBody ul {
    margin-bottom: 44px !important
}

.price-banner {
    padding: 110px 0 0 !important
}

.packages {
    position: relative
}

.packages_bg {
    position: absolute;
    width: 98%;
    left: 19px;
    bottom: 0;
    height: 70.5%
}

.packages-container {
    max-width: 1493px !important
}

.packages-container .row {
    align-items: center !important
}

.packages .item {
    border: none !important;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.packages .item .priceCards {
    background: rgba(255, 255, 255, 0.7);
    border: 1.5px solid #353535;
    box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    width: 100%;
    max-width: 471px;
    margin: 0 auto
}

.noHead {
    align-self: center;
    position: relative
}

.packages .cardBody {
    padding: 37px 0 60px
}

.packages .cardBody h5 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    text-align: center;
    color: #FF914B;
    margin-bottom: 17px
}

.packages .cardBody h6 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 110%;
    text-align: center;
    color: var(--fc-primary);
    margin-bottom: 33px;
    position: relative
}

.packages .priceCards h6::after {
    content: ".00";
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    text-align: center;
    text-transform: lowercase;
    position: absolute;
    top: 15px
}

.priceCardLg {
    position: relative;
    top: -23px
}

.priceCardLg h4 {
    color: #fff;
    text-transform: capitalize
}

.inputCategory {
    background: #FFF;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 523px
}

.inputCategory button {
    outline: none;
    border: none;
    width: 83px;
    height: 71px;
    scale: .9
}

.inputCategory input {
    padding: 8px 0 10px 30px;
    outline: NONE;
    border: none
}

.showMoreCategories {
    position: relative;
    user-select: none
}

.showMoreCategories::after {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    color: var(--fc-secondary)
}

.showMoreCategories>span {
    font-style: normal;
    font-weight: 400;
    font-size: var(--fs-sm);
    line-height: 110%;
    color: var(--fc-secondary);
    background: none;
    outline: none;
    border: none;
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    border-bottom: 1px solid #353535;
    padding-bottom: 3px
}

.templateButtons {
    position: relative;
    width: 100% !important;
    justify-content: space-between;
    justify-content: space-between;
    padding: 0 194px
}

.categoryPanel {
    width: 100%;
    max-width: 500px;
    height: 344px;
    background: #FFF;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    padding: 31px 20px;
    position: absolute;
    top: 105%;
    left: 66%;
    transition: all .2s ease-in-out;
    display: none;
    user-select: none;
    z-index: 2;
    overflow-y: scroll
}

.up-arrow {
    display: none
}

.categoryPanel input {
    width: 100%;
    border: none;
    padding: 0
}

.categoryPanel input:focus {
    outline: none
}

.categoryPanel .tabs-list {
    margin-bottom: 25px;
    margin-left: 0;
    justify-content: flex;
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px
}

.categoryPanel .tabs-list li {
    list-style: none;
    min-width: 147px;
    border: 1.5px solid #353535;
    border-radius: 100px;
    font-style: normal;
    font-weight: 500;
    font-size: var(--fs-sm);
    line-height: 120.5%;
    color: var(--fc-secondary);
    padding: 10px 20px;
    margin-bottom: 12px
}

.trustCards {
    padding: 42px 60px;
    background: #FFF;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 28px;
    max-width: 320px
}

.trustCards h5 {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 120.5%;
    color: #FF914B
}

.trustCards h6 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 133%;
    color: #353535
}

footer {
    padding: 89px 50px;
    background: linear-gradient(90deg, #DD8044 655px, #DD8044 655px, #FF914B 655px, #FF914B 80%)
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: space-between;
    column-gap: 120px;
    width: 100%
}

footer .container {
    max-width: 1584px;
    padding: 0
}

.footerColumns {
    width: max-content
}

.footerColumns:nth-of-type(1) {
    grid-column: span 2;
    padding: 0;
    width: auto !important;
    max-width: 393px;
    width: 100%
}

.footerColumns:nth-of-type(1) img {
    margin-bottom: 28px
}

.footerColumns:nth-of-type(1) p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 133%;
    color: #fff;
    position: static !important
}

.footerColumns h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 133%;
    color: #fff;
    margin-bottom: 28px
}

.footer-links {
    list-style-type: none;
    margin-bottom: none !important
}

.footer-links li {
    margin-bottom: 15px
}

.footer-links li a,
.footer-links li button {
    padding: 0;
    text-align: left;
    font-style: normal;
    font-weight: 400 !important;
    font-size: var(--fs-sm);
    line-height: 133%;
    color: #FFF !important;
    cursor: pointer
}

.how-banner {
    padding-bottom: 167px
}

.tri-bg {
    position: absolute;
    left: 0;
    bottom: -10%;
    max-width: 100%
}

.how-steps1 {
    padding-top: 180px !important
}

.sub-heading+p {
    max-width: 120%
}

.headingBgImage {
    position: relative
}

.headingBgImage::after {
    content: url('../images/step-1-img.png');
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: -22px;
    margin: 0 auto;
    z-index: -2
}

.headingBgImage2::after {
    content: url('../images/step-2-img.png')
}

.headingBgImage3::after {
    content: url('../images/step-3-img.png')
}

.panelText {
    max-width: 576px;
    width: 100%;
    align-self: center
}

.step-1 {
    position: relative;
    top: 37px
}

.step-3-btn {
    position: relative;
    top: 20px
}

.how-steps .img-wrap img {
    height: 329px;
    width: 100%;
    max-width: 550px !important
}

.pricingTextImage {
    display: flex;
    align-items: center;
    justify-items: center
}

.how-steps {
    overflow-x: hidden
}

#price-img {
    height: 467px !important;
    position: relative;
    left: -20px
}

.google-reviews {
    margin-top: 35px;
    display: flex;
    width: 100%;
    max-width: 418px;
    justify-content: flex-start;
    align-items: center;
    column-gap: 3px
}

.priceCards .cardBody {
    position: relative
}

.footerColumns {
    position: relative
}

#price-bg-img {
    position: absolute;
    left: 0;
    opacity: .2;
    z-index: -1
}

.google-reviews span {
    color: rgba(53, 53, 53, 0.30);
    font-family: Satoshi;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%
}

#ml-more {
    margin-left: 34%
}

ol,
ul {
    padding: 0 !important
}

.how-banner.banner-section {
    background-position: 0 25% !important
}

.panelInput::placeholder {
    color: #000 !important
}

.footerLogo {
    width: 100%;
    max-width: 230px
}

.icon-down,
.icon-up {
    margin-bottom: 19px
}

.how-btn {
    position: relative;
    top: -3px
}

.priceCardLg .cardBody h5 {
    position: relative;
    bottom: 2px
}

.packageFlex {
    width: 100%;
    margin: 0 auto
}

.packages .cardBody {
    width: 100%;
    display: block
}

.packages .priceCards {
    height: 100%
}

.priceCards.noHead {
    min-height: 789px;
    height: 100%
}

.priceCards.bgCard {
    min-height: 960px;
    height: 100%
}

.price-list {
    margin: 0 !important;
    margin-bottom: 42px !important;
    padding: 0 0 0 20px;
    min-height: 381px
}

.price-list.big-list {
    min-height: 440px
}

.packages .cardBody div {
    width: 100%
}

.price_pg_card_bg {
    position: absolute;
    top: 39% !important;
    display: none !important;
    opacity: .6 !important
}

.modalButtons {
    outline: none;
    border: none;
    background: none
}

.aboutBanner {
    padding: 82px 0 50px
}

section.aboutPage {
    padding: 50px 0
}

section.whyChooseUs {
    padding-bottom: 76px
}

section.founder {
    padding-top: 0;
    padding-bottom: 104px
}

.aboutPage h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 35px;
    line-height: 35px;
    color: #262525;
    margin-bottom: 30px
}

.aboutPage p,
.aboutPage li {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #353535
}

.youChooseBtn {
    margin: 40px auto !important;
    width: max-content !important;
    display: block !important
}

.whyChooseUs ol li {
    list-style: none;
    margin-bottom: 25px;
    position: relative
}

.whyChooseUs ol li strong {
    font-weight: 500
}

.whyChooseUs ol li img {
    position: absolute;
    left: -50px
}

.founder .container {
    max-width: 1180px;
    padding: 0
}

.aboutPanel {
    display: flex;
    justify-content: space-between
}

.aboutPage .img-wrap {
    width: 100%;
    max-width: 466px
}

.aboutPanel .founderText {
    max-width: 644px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.founderText h5 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #262525;
    margin-bottom: 25px
}

.founderText p {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #353535;
    margin-block-end: 0;
    margin-block-start: 0;
    margin-bottom: 30px
}

.founderText p:last-child {
    margin-bottom: 0
}

section.founder h4 {
    margin-bottom: 70px
}

section.team {
    padding-bottom: 40px
}

.team h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 35px;
    line-height: 35px;
    color: #262525;
    margin-bottom: 80px;
    text-align: center
}

.team h4 strong {
    font-style: normal;
    font-weight: 900;
    font-size: 35px;
    line-height: 35px;
    color: #262525
}

.aboutBanner {
    background-position: 0 30%
}

.aboutBanner h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    color: #262525;
    margin-bottom: 25px
}

.aboutBanner h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    text-align: center;
    color: #353535;
    margin: 0 auto;
    max-width: 932px;
    width: 100%;
    margin-bottom: 50px
}

.aboutBanner .container {
    max-width: 1174px;
    padding: 0
}

.vission .container {
    padding: 0;
    max-width: 1090px
}

.whyChooseUs .container {
    padding: 0;
    max-width: 1073px
}

.team .img-wrapper {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-auto-rows: 107px;
    position: relative
}

.team .img-wrapper img {
    height: 100%;
    max-width: 100% !important;
    width: 100%;
    display: block;
    margin: 0 auto;
    --c: #FF914B;
    --b: 4px;
    --g: 0;
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%, var(--c) 0;
    background: conic-gradient(from 180deg at top var(--b) right var(--b), var(--_g)) var(--_i, 200%) 0 /200% var(--_i, var(--b)) no-repeat, conic-gradient(at bottom var(--b) left var(--b), var(--_g)) 0 var(--_i, 200%)/var(--_i, var(--b)) 200% no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer
}

.team .img-wrapper img:hover {
    --_i: 100%;
    transition: .2s, background-size .2s .2s;
    scale: 1.05
}

.overlay-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.overlay-logo img {
    border: none !important;
    background: none !important;
    user-select: none;
    pointer-events: none
}

.overlay-logo img:hover {
    scale: 1 !important
}

body.contact-body {
    background: linear-gradient(90deg, #FF914B 35%, #FF914B 35%, #fff 35%, #fff 65%)
}

header.contact-header {
    padding: 60.22px 0 0 70px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

header.contact-header a {
    font-style: normal;
    font-weight: 400;
    font-size: 20px !important;
    line-height: 27px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important
}

header.contact-header a img {
    margin-right: 14px;
    vertical-align: middle
}

.contact-section {
    padding: 125px 158px 79px 66px !important;
    height: 100vh
}

.contact-section .flex {
    justify-content: space-between;
    max-width: 1696px;
    height: 100%
}

.cta-left {
    max-width: 475px;
    width: 100%;
    padding-top: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.cta-side-text {
    margin-bottom: 45px
}

.cta-side-text:nth-of-type(1) p {
    max-width: 450px;
    width: 100%
}

.cta-contact-info h4 {
    font-style: normal;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 24px;
    color: #FFF
}

.cta-contact-info p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #FFF
}

.cta-logo .footerLogo {
    margin-bottom: 28px
}

.cta-logo p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #FFF;
    margin-bottom: 30px
}

.social-icons {
    display: flex;
    gap: 23px
}

.cta-right {
    max-width: 950px;
    width: 100%
}

.cta-form-title h1 {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    line-height: 50px;
    color: #262626;
    margin-bottom: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.cta-form-title h1 img {
    margin-right: 20px
}

.cta-form-title p {
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 28px;
    color: #353535
}

.cta-form-title {
    margin-bottom: 50px
}

.cta-right form>div {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 19px;
    row-gap: 28px
}

.cta-right form>div>div {
    position: relative
}

.cta-right form>div>div img {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%)
}

.cta-right .form-placeholder {
    position: absolute;
    left: 53px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease-in-out
}

.cta-right form input,
.cta-right form textarea {
    padding: 10px 0 10px 53px;
    display: block;
    width: 100%;
    background: #FFF;
    border: 1.2px solid #E4E4E3;
    border-radius: 10px;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
    color: #262525
}

.cta-right form input:focus {
    border: 1.2px solid #FF914B !important;
    outline: none
}

.cta-right form textarea:focus {
    border: 1.2px solid #FF914B !important;
    outline: none
}

.cta-right form textarea:focus+.form-placeholder {
    display: none
}

.cta-right form input:focus+.form-placeholder {
    top: 22%;
    font-size: 16px
}

.cta-right form textarea {
    margin-bottom: 40px
}

.form-btn {
    display: block !important;
    width: max-content;
    margin: 0 auto;
    padding: 20px 100px !important
}

.inp-all {
    grid-column: span 2
}

.cta-right form textarea {
    height: 244px
}

.hidden {
    display: none
}

.cta-right form input:nth-of-type(1),
.cta-right form input:nth-of-type(2) {
    grid-column: span 1
}

.text-area-div .form-placeholder {
    left: 20px;
    top: 30px
}

.thanksMsg {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    color: #000;
    top: 50%;
    left: 100%;
    display: grid;
    min-height: 200px;
    place-content: center;
    justify-content: flex-start;
    display: none
}

.notHidden {
    display: grid !important
}

textarea::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 110%;
    color: #353535
}

.whyChooseUs+.trust {
    padding: 0
}

.howStepPanel {
    display: flex;
    justify-content: space-between
}

.modalContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: transparent;
    background: rgba(14, 14, 14, 0.7)
}

.csModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 900px;
    border-radius: 25px;
    background: #FFF;
    padding: 50px 70px
}

.csModal h1 {
    text-align: center;
    font-style: normal;
    font-weight: 900;
    font-size: 60px;
    line-height: 66px;
    color: #262525;
    margin-bottom: 70px
}

.modalText {
    max-width: 1180px;
    width: 100%;
    height: 450px;
    overflow-y: scroll;
    padding-bottom: 40px
}

.modalBlur {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.btn-secondary {
    border: 2px solid #DD8044 !important;
    border-radius: 10px;
    background: transparent !important;
    color: #FF914B !important;
    padding: 20px 35px;
    line-height: 33px;
    font-size: 22px;
    margin-right: 12px
}

.modalText h6 {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: #262525;
    margin-bottom: 20px
}

.modalText p {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    color: #353535;
    margin-bottom: 20px
}

.modalBtn {
    text-align: center;
    position: relative;
    z-index: 2
}

.modalBtn .btn {
    cursor: pointer
}

@media only screen and (max-width:1400px) {
    .csModal {
        padding: 50px 60px
    }

    .csModal h1 {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 40px
    }

    .modalText {
        height: 350px
    }

    .csModal {
        max-width: 800px
    }

    .modalBtn .btn {
        font-size: 20px !important;
        padding: 13px 32px !important
    }
}

@media only screen and (max-width:991px) {
    .csModal {
        padding: 30px 60px;
        max-width: 650px
    }

    .csModal h1 {
        margin-bottom: 30px;
        font-size: 35px;
        line-height: 35px
    }

    .modalText {
        height: 300px
    }
}

@media only screen and (max-width:767px) {
    .csModal {
        padding: 25px 35px;
        max-width: 450px
    }

    .csModal h1 {
        margin-bottom: 30px;
        font-size: 28px;
        line-height: 28px
    }

    .modalText {
        height: 330px
    }

    .modalText p {
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 110%;
        color: #353535;
        margin-bottom: 15px
    }

    .modalBtn .btn {
        font-size: 16px !important;
        padding: 10px 20px !important
    }

    .modalText h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        color: #262525;
        margin-bottom: 15px
    }
}

@media only screen and (max-width:578px) {
    .modalBlur {
        bottom: 37px
    }

    .csModal {
        padding: 30px 35px;
        max-width: 90%
    }

    .csModal p {
        margin-bottom: 30px;
        font-size: 25px;
        line-height: 28px
    }

    .modalText {
        height: 330px
    }

    .modalText p {
        font-size: 16px;
        line-height: 110%;
        margin-bottom: 15px
    }

    .modalBtn .btn {
        font-size: 16px !important;
        padding: 10px 20px !important
    }

    .modalText h6 {
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 100%;
        color: #262525;
        margin-bottom: 15px
    }
}

.panel {
    display: flex;
    justify-content: space-between
}

.reviewWrapper {
    max-width: 533px;
    width: 100%
}

.reviewsBody .banner {
    padding-bottom: 50px
}

.blogBody .main-heading,
.reviewsBody .main-heading {
    margin-bottom: 25px !important
}

.blogBody .main-sub-heading,
.reviewsBody .main-sub-heading {
    color: #353535;
    text-align: center;
    font-size: 25px !important;
    font-family: Satoshi;
    line-height: 100% !important
}

.reviews {
    padding-top: 0
}

.reviews .container {
    max-width: 1110px;
    padding: 0
}

.reviewCards {
    padding: 50px 28px;
    min-height: 602px;
    text-align: center
}

.reviewCards img {
    margin-inline: auto
}

.rev-stars {
    margin: 5px 0 20px
}

.reviewCards h5 {
    color: #262525;
    font-size: 25px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px
}

.reviewCards p {
    color: #353535;
    text-align: center;
    font-size: 20px;
    font-family: Satoshi;
    line-height: 125%;
    margin-bottom: 20px
}

.reviewCardBtn {
    display: flex;
    gap: 15px;
    justify-content: center
}

.reviewCards .btn {
    padding: 12px 15px !important;
    font-size: 18px !important;
    font-weight: 500 !important
}

.reviewCards .btn-inverse {
    border-radius: 10px !important;
    background: rgba(38, 37, 37, 0.15) !important
}

.reviewSlider {
    border-radius: 20px;
    border: 1.5px solid rgba(38, 37, 37, 0.30)
}

.reviewSlider .slick-dots {
    bottom: 17px
}

.reviewSlider .slick-dots li {
    margin: 3px;
    height: 8px !important;
    background: rgba(255, 145, 75, 0.80);
    margin: 0 1.5px;
    padding: 0;
    border: none;
    width: 8px !important
}

.reviewSlider .slick-dots li.slick-active {
    width: 54px !important;
    height: 8px !important;
    background: #FF914B
}

.blogButtonsContainer {
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    width: 100%;
    max-width: 523px;
    display: flex;
    justify-content: space-between;
    padding: 10px 11px;
    margin: 0 auto
}

.blogButtonsContainer input::placeholder {
    color: rgba(0, 0, 0, 0.20);
    font-size: 20px;
    font-family: Satoshi;
    line-height: 110%
}

.blogButtonsContainer input {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    padding: 25px 36px;
    border-radius: inherit
}

.flex-1 {
    flex: 1
}

.BlogButtons button {
    border: none;
    outline: none;
    padding: 25px 38px;
    border-radius: 10px;
    background: linear-gradient(180deg, #FF914B 0%, #DD8044 100%);
    color: #FFF;
    font-size: 20px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 110%
}

.blog-banner .container {
    max-width: 1081px;
    padding: 0
}

.blogBody .main-heading {
    color: #262525;
    text-align: center;
    font-size: 50px !important;
    font-family: Satoshi;
    font-weight: 900;
    line-height: 100% !important
}

.blogBody .main-sub-heading {
    color: #353535;
    text-align: center;
    font-size: 25px !important;
    font-family: Satoshi;
    line-height: 100% !important
}

.left-heading {
    color: #262525;
    font-size: 35px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 35px
}

.template-banner {
    background-position: 0 55%
}

.recentBlog .container {
    max-width: 1048px;
    padding: 0
}

.blogMain.panel {
    margin-bottom: 40px
}

.blogMain.panel .img-wrap {
    max-width: 445px;
    width: 100%;
    margin-bottom: 20px
}

.blogMain.panel .recentBlogText {
    max-width: 563px;
    width: 100%
}

.scaleIncrease {
    transition: .2s ease-in-out
}

.scaleIncrease:hover {
    scale: 1.08
}

.recentBlog {
    padding-top: 0
}

.recentBlogText .date {
    color: #353535;
    font-size: 18px;
    font-family: Satoshi;
    line-height: 100%;
    font-weight: 400;
    margin-bottom: 20px
}

.recentBlogText h2 {
    color: #262525;
    font-size: 25px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 20px
}

.recentBlogText p {
    color: #353535;
    font-size: 20px;
    font-family: Satoshi;
    line-height: 100%;
    margin-bottom: 10px
}

.blogCardButtons {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.blogCardButtons div:first-child {
    margin-top: 20px
}

.blogCardButtons .btn-bor {
    padding: 8px 20px;
    border-radius: 100px;
    border: 1px solid #353535;
    color: #353535;
    font-size: 20px !important;
    font-family: Satoshi !important;
    line-height: 120.5%;
    margin-right: 10px;
    font-weight: 500 !important;
    transition: all 100ms ease-in
}

.blogCardButtons .btn-bor:hover {
    border: 1px solid #fff;
    background-color: #DD8044;
    color: #fff !important
}

.blogCards {
    max-width: 326px;
    width: 100%
}

.blogCards .img-wrap {
    margin-bottom: 30px
}

.blogCards h6.date {
    color: #353535;
    font-size: 16px;
    font-family: Satoshi;
    line-height: 100%;
    margin-bottom: 10px;
    font-weight: 400
}

.blogCards h4 {
    color: #262525;
    font-size: 20px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 10px
}

.blogCards p {
    color: #353535;
    font-size: 16px !important;
    font-family: Satoshi;
    line-height: 100%;
    margin-bottom: 10px !important
}

.blogCards .blogCardButtons div:first-child {
    margin-top: 0
}

.blogCards .blogCardButtons {
    margin: 0
}

.blogCards .blogCardButtons .btn-bor {
    color: #353535;
    font-size: 16px !important;
    font-family: Satoshi;
    line-height: 120.5% !important;
    padding: 8px 20px !important;
    margin-right: 7px !important
}

.allBlogs {
    padding-top: 0
}

.allBlogs .container {
    padding: 0;
    max-width: 1052px
}

.allBlogs .panel {
    margin-bottom: 35px
}

.seeMoreBlog {
    margin: 85px 0
}

.singleBlogBody .singleBlogBanner .container {
    padding: 0;
    max-width: 1107px
}

.singleBlogBanner.banner-section {
    background-position: 0 10%
}

.singleBlogBanner.banner-section::after {
    top: 5%
}

.singleBlogBanner h1 {
    color: #262525;
    font-size: 50px;
    font-family: Satoshi;
    font-weight: 900;
    line-height: 100%;
    margin-bottom: 25px;
    text-align: left
}

.singleBlogBanner p {
    color: #353535;
    font-size: 25px;
    font-family: Satoshi;
    line-height: 100%;
    text-align: left;
    margin-bottom: 50px
}

.singleBlogBanner .img-wrap {
    margin-bottom: 50px
}

.listText {
    margin-bottom: 50px
}

.listText:last-child {
    margin-bottom: 70px
}

.listText h4 {
    color: #262525;
    font-size: 35px;
    font-family: Satoshi;
    font-weight: 700;
    line-height: 100%;
    margin-bottom: 25px
}

.listText p {
    color: #353535;
    font-size: 25px;
    font-family: Satoshi;
    line-height: 100%;
    margin-bottom: 10px
}

.singleBlogBody .recentBlogs .panel {
    margin-bottom: 80px
}

.singleBlogBody .recentBlogs {
    padding-bottom: 40px
}

.seeMore {
    text-align: center
}

.seeMore a {
    padding: 20px 35px;
    color: #FFF !important;
    font-size: 22px;
    font-family: Satoshi;
    font-weight: 700;
    border-radius: 10px;
    background: linear-gradient(270deg, #DD8044 0%, #FF914B 100%)
}

@media only screen and (min-width: 1700px) {
    .overlay-logo img {
        height: 400px !important
    }

    .team .img-wrapper {
        gap: 0
    }

    .categoryPanel {
        max-width: 657px
    }

    .categoryPanel .tabs-list {
        row-gap: 10px
    }

    .bigContainer {
        max-width: 1631px !important
    }

    .innovationContent p {
        width: 100%
    }

    footer {
        background: linear-gradient(90deg, #DD8044 655px, #DD8044 655px, #FF914B 655px, #FF914B 80%)
    }

    .how-steps .container {
        max-width: 1582px
    }

    .how-steps-2img {
        width: 698px !important
    }

    .how-steps-3img {
        width: 697px
    }

    .how-btn {
        position: static
    }
}

@media only screen and (max-width: 1700px) {
    .howBannerContent .img-wrap img {
        max-width: 100% !important
    }

    .cta-right form input:focus+.form-placeholder {
        top: 22%;
        font-size: 10px
    }

    .cta-logo .footerLogo {
        margin: 0;
        margin-bottom: 10px;
        width: 190px;
        height: 50px
    }

    .cta-logo p {
        font-size: 14px;
        margin-bottom: 15px
    }

    .cta-form-title h1 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 10px
    }

    .cta-left {
        max-width: 300px
    }

    .cta-right {
        max-width: 700px
    }

    .contact-section {
        padding: 100px 25px !important;
        height: 100vh !important
    }

    header.contact-header {
        padding: 20px 0 0 25px
    }

    .cta-contact-info h4 {
        font-size: 16px
    }

    .cta-form-title p {
        margin-bottom: 30px;
        font-size: 16px
    }

    .cta-contact-info p {
        font-size: 12px
    }

    .cta-form-title {
        margin-bottom: 20px
    }

    .cta-side-text {
        margin-bottom: 20px
    }

    .form-placeholder {
        left: 40px !important
    }

    .cta-right form input,
    .cta-right form textarea {
        padding: 12px 40px;
        font-size: 12px;
        color: #000
    }

    .form-btn {
        padding: 10px 70px !important;
        font-size: 16px !important
    }

    .cta-right form textarea {
        height: 130px;
        margin-bottom: 50px
    }

    .cta-right .form-placeholder {
        font-size: 14px
    }

    .cta-right form>div>div img {
        height: 15px;
        width: 12px
    }

    .cta-left {
        justify-content: space-between
    }

    .team .img-wrapper {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: auto
    }

    .banner-section::after {
        display: none
    }

    .banner-section {
        background: none
    }

    .panelBox {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap !important
    }

    .panelBox>.panelImg {
        min-width: max-content
    }

    .panelBox>.panelImg img {
        width: 100%;
        max-width: 100%
    }

    .panelText {
        padding: 0 10px !important
    }

    .panelText h4 {
        font-size: 27px;
        margin-bottom: 50px
    }

    .panelText p {
        font-size: 16px;
        margin-bottom: 48px
    }

    .how-steps .img-wrap {
        width: 100%
    }

    .how-steps .panelBox>.panelImg {
        min-width: auto;
        width: 100%;
        max-width: 600px
    }

    .footer-grid {
        column-gap: 30px
    }

    .fc-2 {
        padding-left: 150px
    }

    footer {
        background: linear-gradient(90deg, #DD8044 40%, #DD8044 40%, #FF914B 40%, #FF914B 80%)
    }
}

@media only screen and (max-width: 992px) {
    .howStepPanel {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .innvotion-grid {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

    .singleBlogBanner h1 {
        text-align: center
    }

    .singleBlogBanner p {
        text-align: center
    }

    .singleBlogBanner .container {
        text-align: center
    }

    .singleBlogBody .recentBlogs .panel {
        margin-bottom: 50px
    }

    .singleBlogBody .recentBlogs {
        padding-bottom: 80px
    }

    .left-heading {
        text-align: center
    }

    .recentBlogText {
        text-align: left
    }

    .panel {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px
    }

    .blogCardButtons .btn-bor {
        margin-right: 0;
        font-size: 16px !important
    }

    .blogButtonsContainer input::placeholder {
        font-size: 14px
    }

    .contact-section {
        height: auto !important
    }

    .cta-right form .form-placeholder {
        left: 42px !important
    }

    body.contact-body {
        background: #fff
    }

    header.contact-header {
        background-color: #FF914B;
        padding: 20px 25px;
        position: relative
    }

    .contact-section .flex {
        flex-direction: column-reverse;
        gap: 20px
    }

    .contact-section {
        padding: 40px 0 0 !important
    }

    .cta-left {
        background-color: #FF914B;
        max-width: 100%;
        width: 100%;
        flex-direction: row-reverse;
        padding: 20px
    }

    .cta-left>div {
        max-width: 40%;
        width: 100%
    }

    .cta-right {
        margin: 0 auto;
        text-align: center
    }

    .whyChooseUs ol {
        padding-left: 75px
    }

    .team .img-wrapper {
        grid-template-columns: repeat(9, 1fr)
    }

    section.whyChooseUs {
        text-align: center
    }

    section.aboutPage {
        text-align: center
    }

    .aboutPanel {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center
    }

    .aboutPanel .img-wrap {
        margin-bottom: 30px
    }

    section.founder h4 {
        margin-bottom: 30px
    }

    .packages_bg {
        display: none
    }

    .footerLogo {
        margin: 20px auto
    }

    .footer-grid {
        grid-template-columns: 1fr
    }

    .footerColumns {
        width: 100%;
        text-align: center;
        padding: 0 !important
    }

    .footerColumns:nth-of-type(1) {
        grid-column: 1
    }

    footer {
        background: linear-gradient(180deg, #DD8044 25%, #DD8044 9%, #FF914B 6%, #FF914B 80%)
    }

    .templateButtons {
        position: relative;
        width: 100% !important;
        justify-content: center;
        padding: 0
    }

    .panelBox {
        flex-wrap: wrap !important;
        justify-content: center;
        align-items: center
    }

    .panelBox>.panelImg {
        max-width: 100% !important;
        margin-bottom: 50px
    }

    .panelBox>.panelImg img {
        max-width: 100%
    }

    .packageFlex {
        flex-wrap: wrap
    }

    #ml-more {
        margin-left: 0
    }

    #price-img {
        height: 467px !important;
        position: relative;
        left: 0;
        display: block;
        margin: 0 auto
    }

    .google-reviews {
        max-width: max-content;
        margin: 30px auto 0
    }

    .headingBgImage::after {
        display: none
    }

    .main-heading {
        font-size: 64px !important
    }

    .main-sub-heading h2 {
        font-size: 38px !important
    }

    .craftCards {
        text-align: center;
        margin-bottom: 45px
    }

    .featuresImg {
        margin-bottom: 70px
    }

    .featuresContent h4 {
        text-align: center;
        margin-bottom: 60px;
        width: auto;
        left: 0
    }

    .featuresBtn {
        position: relative;
        left: 0
    }

    .grid-4 {
        column-gap: 30px
    }

    .featureCards {
        text-align: center
    }

    .creations-grid {
        margin: 0 auto;
        text-align: center;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 50px
    }

    .how-banner {
        text-align: center
    }

    .howBannerContent ul li {
        text-align: left;
        padding-left: 12%
    }

    .howBannerContent ul+div {
        margin-bottom: 35px
    }

    .stunning-banner .row>div:nth-of-type(2) {
        margin: 0 auto;
        margin-top: 50px
    }

    .stunning-banner * {
        text-align: center
    }

    .bannerButtons {
        justify-content: center
    }

    .bannerButtons a:nth-of-type(2) {
        font-size: 18px
    }

    .bannerButtons a:nth-of-type(2) img {
        scale: .7
    }

    .carftImg {
        margin-left: 0
    }

    .featureCards .img-wrap {
        margin-left: 0;
        margin-bottom: 20px
    }

    .grid-4 .featureCards:nth-of-type(2) .img-wrap,
    .grid-4 .featureCards:nth-of-type(4) .img-wrap {
        margin-left: 0
    }

    .howBannerContent .img-wrap img {
        scale: none;
        position: static;
        top: 0
    }

    .how-banner::before {
        display: none
    }

    .steps-text {
        padding-left: 15px !important
    }

    footer {
        background: #DD8044
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .footerColumns {
        width: 100%;
        text-align: center;
        padding: 0 !important
    }

    .footerColumns:nth-of-type(1) {
        grid-column: 1
    }

    .footer-links li {
        border-bottom: 1px dotted #fff;
        padding: 0 0 15px;
        line-height: 30px
    }

    .footerColumns h6 {
        font-size: 24px
    }

    .packages .priceCards.noHead {
        display: flex;
        align-items: center;
        justify-content: center
    }

    .priceCards.noHead {
        max-height: 100px;
        height: auto !important
    }

    .packages .item {
        height: 844px !important;
        display: flex !important;
        align-items: center;
        justify-content: center
    }

    .priceCards.bgCard {
        min-height: 789px;
        position: static;
        height: 789px !important
    }

    .packages .priceCards .cardBody {
        height: auto !important;
        padding-bottom: 10px !important;
        padding-top: 10px !important;
        position: relative
    }

    .price-list.big-list {
        min-height: auto
    }

    .price_pg_card_bg {
        position: absolute;
        top: 39% !important;
        opacity: .6 !important;
        display: block !important
    }

    .priceCards .cardBody.priceCardbd_2 {
        display: block !important;
        padding-top: 47px !important;
        height: auto !important
    }

    .packages .priceCards .cardBody div {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .footerColumns.fc-1 {
        margin: 0 auto
    }

    .footerColumns.fc-1 .social-icons {
        justify-content: center
    }
}

@media only screen and (max-width: 767px) {
    .whyChooseUs ol {
        padding-left: 60px !important;
        padding-right: 60px !important
    }

    .cta-side-text:nth-of-type(1) p {
        margin: 20px auto
    }

    .cta-right {
        max-width: 80%
    }

    .cta-form-title p {
        margin-bottom: 38px
    }

    .cta-logo>* {
        font-size: 16px
    }

    .cta-left {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        padding: 40px 20px
    }

    .cta-logo .footerLogo img {
        max-width: 100%
    }

    .cta-logo .footerLogo {
        margin: 20px auto;
        width: 80%
    }

    .cta-logo p {
        font-size: 12px
    }

    .inp-1,
    .inp-2 {
        grid-column: span 2
    }

    .cta-right form .text-area-div .form-placeholder {
        left: 20px !important
    }

    .cta-right form textarea {
        padding: 30px 20px !important
    }

    .cta-left>div {
        max-width: 100%
    }

    .social-icons {
        justify-content: center
    }

    .whyChooseUs ol {
        padding-left: 20px
    }

    .whyChooseUs ol img {
        left: -37px !important;
        scale: .8
    }

    .team .img-wrapper {
        grid-template-columns: repeat(8, 1fr);
        grid-auto-rows: max-content
    }

    .team .img-wrapper img.hide-767 {
        display: none
    }

    .whyChooseUs .container {
        padding: 0 20px !important
    }

    .founderText p br {
        display: none
    }

    .container {
        padding: 0 5px !important
    }

    .aboutBanner h1 {
        font-size: 40px;
        line-height: 43px;
        margin-bottom: 15px
    }

    section.whyChooseUs.aboutPage {
        padding: 0 !important
    }

    .founderText {
        padding: 0 10px
    }

    section.team {
        padding: 10px !important
    }

    .team h4 {
        margin-bottom: 20px;
        font-size: 30px
    }

    .team h4 strong {
        font-size: 30px
    }

    .founderText h5 {
        font-size: 30PX
    }

    .aboutPage h4 {
        font-size: 30PX
    }

    .aboutBanner h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px
    }

    .featuresContainer::after {
        width: 160px;
        height: 160px;
        top: -5%;
        right: -7%
    }

    .panelBox>.panelImg {
        min-width: 100%
    }

    .footerLogo {
        width: 100%;
        max-width: 230px;
        margin: 0 auto
    }

    .banner-section::after {
        display: none
    }

    .banner-section {
        background: none
    }

    .step-1 {
        position: relative;
        top: 0
    }

    section {
        padding: 50px 0 !important
    }

    .main-heading {
        font-size: 62px !important;
        line-height: 100% !important
    }

    .main-sub-heading {
        font-size: 30px !important
    }

    .btn {
        padding: 15px 25px !important;
        font-size: 19px
    }

    .grid-4 {
        grid-template-columns: repeat(1, 1fr)
    }

    .tabs-box {
        margin-bottom: 25px
    }

    .tabs-box a {
        margin-right: 18px;
        padding: 15px 18px
    }

    .innvotion-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .innovationContent {
        text-align: center
    }

    .packages {
        background: none
    }

    .how-steps .img-wrap {
        scale: .8
    }

    .steps-text {
        text-align: center
    }

    footer {
        background: #DD8044
    }

    .footer-grid {
        grid-template-columns: 1fr;
        gap: 30px
    }

    .footerColumns {
        width: 100%;
        text-align: center;
        padding: 0 !important
    }

    .footerColumns:nth-of-type(1) {
        grid-column: 1
    }

    .footer-links li {
        border-bottom: 1px dotted #fff;
        padding: 0 0 15px;
        line-height: 30px
    }

    .footerColumns h6 {
        font-size: 24px
    }

    .creations-grid {
        margin-bottom: 25px
    }

    .creations-grid .img-wrap img {
        margin: 0 auto
    }

    .creation-btn .btn {
        margin-top: 60px
    }

    .creations-grid .slick-dots {
        position: relative
    }

    :root {
        --fs-heading: 38px
    }

    .featureCards p {
        max-width: 70%;
        margin: 0 auto
    }

    .stunning-banner .main-heading {
        font-size: 40px !important;
        font-size: 18px
    }

    .banner .templateButtons {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
        position: relative;
        width: 100% !important;
        max-width: 100vw
    }

    .showMoreCategories {
        margin-bottom: 24px
    }

    .categoryPanel {
        position: absolute;
        margin: 0 auto;
        max-width: 100%;
        top: 105%;
        left: 0;
        scale: 1.1
    }

    .tabs-list {
        row-gap: 23px
    }

    .main-heading br {
        display: none
    }

    .featureCards .img-wrap {
        margin-left: 0
    }

    section>p br {
        display: none
    }

    .innovationContent p {
        max-width: 100%
    }

    .sub-heading+p {
        width: 100%;
        padding: 0 20px
    }

    .footerColumns {
        padding-left: 0;
        position: static
    }

    .packages_bg {
        display: none
    }

    section.features {
        padding-top: 88px !important
    }

    .stunning-banner .tri-bg {
        bottom: 0
    }

    .itemNohead {
        display: flex !important;
        align-items: center;
        justify-content: center
    }

    .noHead {
        align-self: center
    }

    .priceCardLg {
        position: relative;
        top: 0 !important
    }

    .packages .slick-dots {
        position: relative;
        bottom: -57px !important
    }

    .featuresContainer {
        padding: 28px 88px 0
    }

    .main-heading br {
        display: none
    }

    .categoryPanel .tabs-list li {
        padding: 10px;
        min-width: auto;
        margin-bottom: 0 !important;
        font-size: 14.5px
    }

    .tabs-list {
        column-gap: 14px;
        row-gap: 10px
    }

    section.yourDesign {
        padding: 0 !important
    }

    section.yourDesign .panelBox>.panelImg {
        margin-bottom: 0 !important
    }

    .packages .priceCards .cardBody {
        padding: 40px 10px !important
    }

    .trust {
        padding-bottom: 20px !important;
        padding-top: 10px !important
    }

    section.trust>p {
        margin-bottom: 60px
    }

    .banner-section {
        padding: 15px 0 0 !important
    }

    .how-steps {
        padding: 20px 0 !important
    }

    .how-steps1 {
        padding-top: 50px !important
    }

    .panelText p {
        margin-bottom: 30px !important
    }

    .panelBox>.panelImg {
        margin-bottom: 30px !important
    }
}

@media only screen and (max-width: 576px) {
    .whyChooseUs ol {
        padding-left: 45px !important;
        padding-right: 45px !important
    }

    .team .img-wrapper {
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: max-content
    }

    .team .img-wrapper img.hide-587 {
        display: none
    }

    section.stunning-banner {
        padding-bottom: 23px !important
    }

    .packages .slick-dots {
        bottom: 20px !important
    }

    section.packages {
        padding: 0 !important
    }

    section .container {
        padding-left: 9px !important;
        padding-right: 9px !important
    }

    .featuresbtn {
        position: static
    }

    .main-heading {
        font-size: 43px !important;
        line-height: 100% !important
    }

    .main-sub-heading {
        font-size: 18px !important
    }

    .featuresImg img {
        left: 0
    }

    .creations-grid {
        grid-template-columns: repeat(1, 1fr)
    }

    .btn {
        scale: .9
    }

    .features .row {
        padding: 0
    }

    .featuresImg img {
        scale: .8
    }

    .categoryPanel {
        position: absolute;
        margin: 0 auto;
        max-width: 100%;
        top: 105%;
        left: 0
    }

    .bannerButtons a:nth-of-type(2) {
        font-size: 12px
    }

    .how-steps .img-wrap img {
        height: auto !important;
        min-height: auto !important
    }

    .packages .item .priceCards {
        max-width: 90%;
        margin: 0 auto
    }

    .price-list {
        min-height: auto !important;
        margin-bottom: 20px !important
    }

    .price-list+.btn {
        font-size: 17px
    }

    .priceCards.bgCard {
        min-height: 400px;
        height: auto !important
    }

    .priceCards.noHead {
        max-height: none !important;
        min-height: 100px
    }

    .packages .cardBody h5 {
        font-size: 23px;
        margin-bottom: 8px
    }

    .priceCardLg h4 {
        font-size: 19px
    }

    .packages .cardBody h6 {
        font-size: 38px
    }

    .priceCards .cardBody ul li {
        font-size: 15px
    }

    .priceCards .cardHead {
        padding: 25px 0 !important
    }

    .howBannerContent>div:nth-of-type(1) h6 {
        margin-bottom: 25px
    }
}

@media only screen and (max-width: 478px) {
    .aboutBanner h1 {
        font-size: 29px;
        line-height: 100%
    }

    .aboutBanner h2 {
        font-size: 18px;
        line-height: 110%;
        margin-bottom: 20px
    }

    .aboutPanel .img-wrap {
        padding: 0 10px
    }

    .aboutPage {
        padding: 30px 0 !important
    }

    .howBannerContent>div:nth-of-type(1) li {
        font-size: 18px;
        padding-left: 18px;
        margin-bottom: 22px
    }

    .panelText h4 {
        margin-bottom: 40px !important
    }

    :root {
        --fs-heading: 25px;
        --fs-sm: 16px
    }

    .main-heading {
        font-size: 38px !important;
        margin-bottom: 30px !important;
        line-height: 40px !important
    }

    .main-sub-heading {
        margin-bottom: 30px !important
    }

    .banner-section .flex,
    .bannerButtons {
        margin-bottom: 10px
    }

    .packages .item .priceCards {
        max-width: 95%;
        margin: 0 auto
    }

    .packages .item {
        height: 767px !important
    }

    .categoryPanel .tabs-list li {
        padding: 7px;
        min-width: auto;
        margin-bottom: 0 !important;
        font-size: 14.5px
    }

    .tabs-list {
        column-gap: 14px;
        row-gap: 10px
    }

    .craft__btn {
        position: relative;
        top: -40px
    }

    .categoryPanel {
        position: absolute;
        margin: 0 auto;
        max-width: 100%;
        top: 105%;
        left: 0
    }

    .banner-section .flex,
    .bannerButtons {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    section.craftSection {
        padding-bottom: 0 !important
    }

    section.categorySection {
        padding-top: 25px !important;
        padding-bottom: 0 !important
    }

    section.features {
        padding-top: 86px !important
    }

    .featuresContainer::after {
        width: 160px;
        height: 160px;
        top: -5%;
        right: -7%
    }

    .story {
        margin-top: 50px
    }

    .testemonialSlider .slick-dots {
        bottom: -60px
    }

    .price-banner .main-sub-heading {
        margin-bottom: 32px !important
    }

    .price-banner {
        padding: 15px 0 0 !important
    }

    #price-img {
        height: auto !important
    }
}

.mainHeadingCustomFont2 {
    font-size: 57px !important;
    line-height: 55px !important
}

.pricingPopupMain {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
    padding: 30px;
    background-color: transparent;
    border: none;
    height: 100vh
}

.popupContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%
}

dialog::backdrop {
    background: #000;
    opacity: .5
}

.popupInner {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #18181A;
    margin-top: 6px;
    border-radius: 20px
}

.popupLeftSide {
    width: 50%;
    min-width: 400px;
    padding: 25px;
    border-radius: 20px
}

.popupLeftSideInner {
    position: relative
}

.popupGirl {
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%);
    z-index: 1
}

.popupShape1 {
    top: -291px;
    width: 160px;
    right: -140px;
    position: absolute
}

.popupShape2 {
    bottom: -300px;
    width: 160px;
    left: -46px;
    position: absolute
}

.popupRightSide {
    width: 50%;
    background-color: #fff;
    margin: 30px;
    min-width: 400px;
    padding: 20px;
    position: relative;
    border-radius: 10px
}

.closeButtonPopupRight {
    position: absolute;
    top: 0;
    right: 0;
    color: #FF914B !important;
    display: none;
    border-radius: 50%;
    padding: 10px 13px
}

.popUpFormInner>select {
    height: calc(2.8rem + 2px);
    font-size: 14px
}

.popUpFormInner .form-floating input {
    height: calc(2.8rem + 2px);
    line-height: 1.25
}

.popUpFormInner .form-floating label {
    top: -2px;
    font-size: 14px
}

.popupPricingButton {
    width: 100%;
    background: linear-gradient(270deg, #DD8044 0%, #FF914B 100%);
    color: #fff;
    border: none;
    height: calc(2.5rem + 2px);
    border-radius: 5px
}

.popupRightSideInner .heading {
    margin-bottom: 25px
}

.popupRightSideInner .heading p {
    color: #262525;
    font-size: 25px;
    font-weight: 400;
    line-height: 110%;
    font-weight: 500
}

.popupRightSideInner .heading p span {
    color: #FF914B;
    font-size: 25px;
    font-weight: 700;
    line-height: 110%
}

.popupLeftSideInner .closeButtonPopup {
    position: absolute;
    top: -279px;
    left: -34px;
    color: #FF914B !important;
    background: #18181A;
    border-radius: 50%;
    padding: 10px 13px
}

.searchQueryInput {
    border-radius: 15px;
    border: 2px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    min-width: 523px;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 10px
}

.searchQueryInput input::placeholder {
    font-size: 20px !important
}

.searchQueryInput input {
    border: none;
    width: 80%;
    border-radius: 15px;
    height: 100%;
    padding-left: 36px
}

.searchQueryInput input:focus-visible {
    border: none;
    outline: none
}

.searchQueryInput .searchQueryIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20%;
    background: linear-gradient(270deg, #DD8044 0%, #FF914B 100%);
    min-width: 84px;
    border-radius: 10px;
    height: 71px
}

.searchQueryInput .searchQueryIcon i {
    color: #fff;
    font-size: 30px
}

.askQuestionSection {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 0 75px
}

.questionMark {
    background: linear-gradient(270deg, #DD8044 0%, #FF914B 100%);
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    padding: 20px 30px;
    margin-bottom: 35px
}

.askQuestionInner {
    text-align: center;
    margin-bottom: 55px
}

.askQuestionInner .heading p {
    color: #353535;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 133%
}

.askQuestionInner .heading .boldHeading {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 100%;
    font-size: 35px
}

.askQuestionButton button {
    border-radius: 10px;
    background: linear-gradient(270deg, #DD8044 0%, #FF914B 100%);
    border: none;
    color: #fff;
    padding: 20px 35px
}

.rowCustom {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100% !important
}

.customColum1 {
    width: 95%
}

.customColum2 {
    width: 5%
}

.logoTypeImagesInner {
    position: relative
}

.logoTypeImagesInner img {
    position: absolute
}

.customimageWrap img {
    position: absolute
}

.customimageWrap .image1 {
    top: -13px;
    width: 230px;
    left: -14px
}

.mainHeadingCustomFont {
    font-size: 57px !important
}

.customimageWrap .image2 {
    top: 168px;
    right: 0;
    width: 180px
}

.customimageWrap .image3 {
    top: 299px;
    width: 300px;
    left: -62px
}

.customimageWrap .image4 {
    right: 0;
    width: 600px
}

.pageHowHeading {
    text-align: center
}

.pageHowHeading h2 {
    color: #262525;
    font-size: 45px;
    font-weight: 700;
    line-height: 120.5%
}

.pageHowHeading p {
    color: #353535;
    font-size: 20px;
    font-weight: 400;
    line-height: 133%
}

.headingLogoContainers h2 {
    color: #262525;
    font-size: 35px;
    font-weight: 700;
    line-height: 120.5%
}

.headingLogoContainers p {
    color: #353535;
    font-size: 20px;
    width: 100%;
    max-width: 426px;
    font-weight: 400;
    line-height: 133%
}

.headingLogoContainers button {
    width: 70px;
    height: 39px;
    color: #FF914B;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid #FF914B
}

.headingLogoContainerFlex {
    display: flex;
    justify-content: center;
    align-items: end;
    flex-direction: column
}

.headingLogoContainerFlex h2 {
    width: 100%;
    max-width: 426px
}

.headingLogoContainerFlex .buttonLogoContainer {
    width: 100%;
    max-width: 426px
}

.logoContainersGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    row-gap: 10px;
    place-items: center;
    max-width: 508px
}

.logoContainersGrid1 {
    margin-bottom: 20px
}

.logoContainersGrid img {
    width: 100%;
    max-width: 244px !important;
    height: 100%;
    max-height: 144px
}

.rowBrand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1150px;
    margin: 0 auto
}

.brandContainer {
    display: flex;
    justify-content: space-between
}

.brandText {
    max-width: 602px;
    width: 100%
}

.innerColBrand img {
    margin-bottom: 20px
}

.innerColBrand p {
    color: #353535;
    text-align: center;
    font-family: Satoshi;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.innerColBrand h3 {
    color: #262525;
    font-family: Satoshi;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%
}

.brandImg {
    max-width: 625px;
    width: 100%
}

.rowBrandCol {
    width: 100%;
    min-width: 300px;
    max-width: 340px
}

.innerColBrand {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center
}

.stationaryName {
    text-align: center;
    border-radius: 0 0 10px 10px;
    background: #FFF;
    color: #262525;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 120.5%;
    padding: 10px 0
}

.stationaryRowGap {
    margin-bottom: 51px
}

.stationaryHeading {
    padding: 0
}

.stationaryColInner {
    border-radius: 10px;
    border: 1px solid rgba(53, 53, 53, 0.50);
    width: 100%;
    max-width: 250px
}

.stationaryGrid {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: 991px
}

.stationaryGrid img {
    object-fit: cover
}

.stationaryFlexRow {
    display: flex;
    justify-content: center
}

.logoTypeBanner.how-banner {
    background-position: 0 49% !important
}

.brandBanner.how-banner {
    background-position: 0 38% !important
}

.design-rush-footer svg {
    height: 50px
}

@media only screen and (max-width: 991px) {
    .mainHeadingCustomFont2 {
        font-size: 50px !important;
        line-height: 100%
    }

    .brandContainer {
        flex-direction: column;
        align-items: center
    }

    .stationaryColInner {
        margin-bottom: 20px
    }

    .popupLeftSide {
        display: none
    }

    .popupInner {
        background-color: transparent
    }

    .popupRightSide {
        width: 100%;
        min-width: 281px
    }

    .closeButtonPopupRight {
        display: block
    }

    .customimageWrap {
        display: none
    }

    .headingLogoContainers {
        margin-bottom: 20px
    }

    .headingLogoContainerFlex {
        align-items: flex-start
    }
}

@media only screen and (max-width: 568px) {
    .mainHeadingCustomFont2 {
        font-size: 30px !important
    }
}