body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 100px;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
    border-radius: 100px;
}

::-webkit-scrollbar-thumb {
    background-color: #e72264;

    background-image: -webkit-gradient(linear, 0 0, 0 100%,
            color-stop(.5, rgba(255, 255, 255, .2)),
            color-stop(.5, transparent), to(transparent));
    border-radius: 100px;
}

div#preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgb(255 255 255 / 100%);
    z-index: 100000000;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#preloader img {
    width: auto;
}

.top-header {
    background: #306aae;
    padding: 10px 0;
}

.hz-blurb,
.hz-blurb * {
    text-align: center;
    color: #fff;
    transition: all ease .5s;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 600;
}

.container-hz-big {
    max-width: 1660px !important;
    width: 90%;
}

.header-logo img {
    max-width: 150px;
    width: 100%;
    transform: scale(1.2);
}

ul.navigation {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
}

.sub-menu-wrap {
    position: absolute;
    padding-top: 10px;
    transition: all ease .5s;
    transform: translateY(40px);
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

ul.sub-menu {
    list-style: none;
    /* backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); */
    padding: 20px 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    border: 1px solid #306aae;
    background-color: #ffffffb0;
}

a {
    text-decoration: unset;
    color: inherit;
    transition: all ease .5s;
}

.navigation>li.menu-item {
    flex-grow: 1;
    text-align: center;
}

li.menu-item.child-menu {
    padding: 0 0px 5px 0px;
    margin-bottom: 10px;
    transition: all ease .5s;
    text-align: left;
}

li.has-children:hover .sub-menu-wrap {
    opacity: 1;
    transform: translateY(0);
    pointer-events: inherit;
}

a.menu-link {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.main-header {
    padding: 20px 0;
    /* background-color: #fff; */
}

a.menu-link:before {
    content: '';
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 0%;
    transition: all ease .5s;
}

a.menu-link:hover:before,
.active a.menu-link:before {
    width: 100%;
}

ul.sub-menu li.menu-item.child-menu:last-child {
    margin-bottom: 0;
}

li.menu-item.last-btn .menu-link {
    z-index: 1;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
}

li.menu-item.last-btn .menu-link:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 100px;
    background-size: 400%;
    animation: 2s disco infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-image: linear-gradient(45deg, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE);
    transform: scaleX(0) scaleY(0) translateY(1px);
    transition: all ease .5s;
}

@keyframes disco {
    0% {
        background-position: 0%
    }

    100% {
        background-position: 100%
    }
}

li.menu-item.last-btn .menu-link:before {
    background: linear-gradient(45deg, #E72264 0%, #4469AE 100%);
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: -1;
}

li.menu-item.last-btn .menu-link:hover:after {
    transform: scaleX(1.15) scaleY(1.3) translateY(1px);
}

.identity-wrap {
    transform: rotate(-5deg);
}

.identity {
    font-size: 441px;
    color: rgba(68, 105, 174, 1);
    text-align: center;
    background-image: url(../img/home/lines-1.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: relative;
    animation: gh 6s ease 0s infinite normal both;
}

@keyframes gh {

    0%,
    50%,
    100% {
        transform: scale(.97);
        text-shadow: 0 0 0px #4469ae;
    }

    25%,
    75% {
        transform: scale(1);
        text-shadow: 0 0 30px #4469ae;
    }
}

.createText {
    display: flex;
    justify-content: space-between;
    max-width: 1250px;
    margin: 0 auto;
    font-size: 200px;
    line-height: 1em;
    margin-bottom: -100px;
    padding-left: 70px;
}

.createText span {
    position: relative;
}

.create1:before {
    content: '';
    background-image: url(../img/home/hand-1.png);
    background-repeat: no-repeat;
    width: 56px;
    height: 80px;
    position: absolute;
    bottom: 20px;
    left: 0;
    animation: cd 10s ease 0s infinite normal both;
}

.create2:before {
    content: '';
    background-image: url(../img/home/magic-wand-1.png);
    position: absolute;
    width: 87px;
    height: 87px;
    bottom: 0;
    right: 0;
    animation: ab 10s ease 0s infinite normal both;
}

@keyframes cd {

    0%,
    50%,
    100% {
        transform: scale(1);
    }

    25%,
    75% {
        transform: scale(.8);
    }
}

span.create1 {
    padding-left: 30px;
}

span.create2 {
    padding-right: 90px;
}

@keyframes ab {

    0%,
    50%,
    100% {
        transform: scale(1);
    }

    25%,
    75% {
        transform: scale(.8);
    }
}

section {
    padding: 4% 0;
    position: relative;
}

.bannerBulb {
    position: absolute;
    left: 0;
    bottom: 0;
    transform-origin: bottom left;
    transform: scale(1.3);
    z-index: -1;
}

.bannerVector {
    position: absolute;
    right: 0;
    bottom: 0;
    transform-origin: bottom right;
    transform: scale(1.3);
    z-index: -1;
}

section.sec-1.hero {
    padding-top: 0;
    overflow: hidden;
    padding-bottom: 4%;
}

.bannerText {
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
}

.sec2-head {
    text-align: center;
    font-weight: 800;
    font-size: 110px;
    color: #E72264;
    line-height: 1em;
}

.sec2-head span {
    color: #306aae;
}

.sec2-p {
    font-size: 24px;
    color: #000000;
    line-height: 1.4em;
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
}

p {
    font-weight: 400;
}

img {
    width: auto;
    max-width: 100%;
}

.hz-inner-tab-container .col-4,
.hz-inner-tab-container .col-3 {
    padding-bottom: 24px;
}

.fancybox-skin {
    background: transparent !important;
    box-shadow: unset !important;
}

.fancybox-lock .fancybox-overlay {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.hz-parent-tabs button.nav-link {
    position: relative;
    background: transparent !important;
    border: 0 !important;
    font-weight: 600;
    font-size: 18px;
    color: #fff !important;
    transition: all ease .5s;
    margin: 0 10px;
    padding: 15px 30px;
    line-height: 1em;
}

.hz-parent-tabs button.nav-link:before {
    content: '';
    background: linear-gradient(45deg, #4469AE 0%, #E72264 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease .5s;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: -1;
}

.hz-parent-tabs button.nav-link:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 100px;
    background-size: 400%;
    animation: 2s disco infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-image: linear-gradient(45deg, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE);
    transform: scaleX(0) scaleY(0) translateY(1px);
    transition: all ease .5s;
    opacity: 0;
}

.hz-parent-tabs button.nav-link:hover:after {
    transform: scaleX(1.05) scaleY(1.1) translateY(1px);
    opacity: .8;
}

.hz-parent-tabs button.nav-link.active:after {
    transform: scaleX(1.15) scaleY(1.3) translateY(1px) !important;
    opacity: 1 !important;
}

.hz-parent-tabs div#nav-tab {
    border: 0;
}

.hz-child-tabs button.nav-link {
    border: 1px solid #e72264 !important;
    border-radius: 100px !important;
    position: relative;
    transition: all ease .5s;
    line-height: 1em;
    padding: 10px 25px;
    color: #000;
    font-weight: 600;
}

.hz-child-tabs div#nav-tab {
    border: 0;
    width: 70%;
    margin: 30px auto 0 auto !important;
    gap: 20px;
}

.hz-child-tabs button.nav-link.active {
    background: #e72264;
    color: #fff !important;
}

a.thumbnail.fancybox i.fa.fa-plus {
    position: absolute;
    z-index: 1;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: #0000004d;
    color: #fff;
    font-size: 50px;
    transition: all ease .5s;
    overflow: hidden;
    pointer-events: none;
    box-shadow: inset 0 0 40px 0 #fff;
    opacity: 0;
}

a.thumbnail.fancybox {
    position: relative;
    display: block;
}

a.thumbnail.fancybox:hover i.fa.fa-plus {
    width: 100%;
    opacity: 1;
}

.hz-inner-tab-container {
    width: 80%;
    margin: 20px auto 0 auto;
}

.hz-inner-tab-container>.row {
    justify-content: center;
}

a.thumbnail.fancybox>img {
    min-height: 305px;
    object-fit: cover;
}

.commonButton.portTabsBtn {
    text-align: center;
}

.hz-btn {
    display: inline-block;
    position: relative;
    background: transparent !important;
    border: 0 !important;
    font-weight: 600;
    font-size: 18px;
    color: #fff !important;
    transition: all ease .5s;
    margin: 0 10px;
    padding: 15px 30px;
    line-height: 1em;
}

.hz-btn:before {
    content: '';
    background: linear-gradient(45deg, #4469AE 0%, #E72264 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all ease .5s;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    z-index: -1;
}

.hz-btn:after {
    content: '';
    width: 100%;
    height: 100%;
    z-index: -2;
    border-radius: 100px;
    background-size: 400%;
    animation: 2s disco infinite linear;
    position: absolute;
    top: 0;
    left: 0;
    filter: blur(10px);
    -webkit-filter: blur(10px);
    background-image: linear-gradient(45deg, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE, #E72264, #4469AE);
    transform: scaleX(0) scaleY(0) translateY(1px);
    transition: all ease .5s;
    opacity: 0;
}

.hz-btn:hover:after {
    transform: scaleX(1.15) scaleY(1.3) translateY(1px) !important;
    opacity: 1 !important;
}

.color-blue {
    color: #4469ae;
}

.sec3-head {
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    color: #e72264;
}

.sec3-p {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.3;
    color: #4469AE;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
}

.hz-pricing-table {
    background: white;
    padding: 30px 40px 60px 40px;
    border-radius: 0px 100px 0px 100px;
    transition: all ease .5s;
    border: 2px solid #e72264;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.pricing-slider .col-4 {
    padding: 0 30px !important;
}

.hz-pricing-table .pricing-ul {
    list-style: none;
    padding-left: 1px;
    max-height: 250px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 30px;
    margin-top: 40px;
}

.hz-pricing-table .pricing-ul li {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
}

.hz-pricing-table * {
    transition: all ease .5s;
}

.hz-pricing-table .pricing-ul li i {
    margin-right: 10px;
}

.number-wrap {
    font-weight: 700;
    font-size: 40px;
    color: #000;
    margin-bottom: 15px;
    line-height: 1em;
    opacity: 1;
}

.pricing-head-wrap {
    margin: 25px 0;
}

.pricing-head {
    font-size: 30px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.hz-price del {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}

.hz-price .ins {
    font-size: 30px;
    color: #000;
    font-weight: 700;
    margin-top: 5px;
}

.hz-price .ins .only {
    font-size: 20px;
}

.pricing-btn-wrap {
    position: absolute;
    margin-top: 10px;
    transform: translateX(-30%);
    opacity: 0;
    bottom: 70px;
}

.hz-pricing-table:hover .pricing-btn-wrap {
    transform: translateX(0%);
    opacity: 1;
}

.hz-btn-price {
    background: #fff;
    border: 2px solid #e72264;
    padding: 10px 20px;
    line-height: 1em;
    border-radius: 100px;
    color: #000 !important;
    font-size: 16px;
    font-weight: 700;
}

.hz-pricing-table:before {
    content: '';
    background: linear-gradient(45deg, #4469AE, #E72264, #4469AE, #E72264, #4469AE, #E72264);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all ease .5s;
    border-radius: inherit;
    transform: translateX(-100%);
    z-index: -1;
    opacity: 0;
    background-size: 700%;
    animation: 10s disco infinite linear;
}

.hz-pricing-table:hover:before {
    transform: translateX(0%);
    opacity: 1;
}

.hz-pricing-table:hover * {
    color: #fff;
}

.hz-pricing-table:hover .number-wrap,
.hz-pricing-table:hover .price-img-wrap {
    opacity: 0;
}

.hz-pricing-table:hover .pricing-head-wrap,
.hz-pricing-table:hover .hz-price,
.hz-pricing-table:hover .pricing-ul {
    transform: translateY(-60px);
}

.pricing-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    font-size: 0;
    padding: 0;
    border: 0;
    z-index: 9999;
    cursor: pointer;
    width: 70px;
    height: 70px;
    background-color: transparent;
    transition: all ease .5s;
}

.pricing-slider button.slick-prev.slick-arrow {
    left: -60px;
}

.pricing-slider button.slick-next.slick-arrow {
    right: -60px;
}

.pricing-slider button.slick-arrow:before {
    font-size: 50px;
    color: #e72264;
    font-weight: 900;
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease .5s;
}

.pricing-slider button.slick-prev.slick-arrow:before {
    content: "\f053";
}

.pricing-slider button.slick-next.slick-arrow:before {
    content: "\f054";
}

.pricing-slider button.slick-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}

.hz-pricing-table .pricing-ul li {
    display: flex;
}

.hz-pricing-table .pricing-ul li i {
    margin-top: 7px;
}

.sec-3 .tab-content>.tab-pane,
.pack-3 .tab-content>.tab-pane {
    display: block !important;
    height: 0;
    overflow: hidden;
}

.sec-3 .tab-content>.tab-pane.active,
.pack-3 .tab-content>.tab-pane.active {
    height: auto;
}

.sec4-head {
    text-align: center;
    font-size: 120px;
    font-weight: 800;
}

.outlined-text {
    color: transparent;
    -webkit-text-stroke: 1px #000;
    font-family: system-ui;
}

.sec4-head2 {
    color: #4469ae;
    font-weight: 900;
    font-size: 96px;
    text-align: center;
    margin: 50px auto 0 auto;
}

.sec4-head2 span {
    color: #e72264;
}

.sec4-p {
    font-weight: 400;
    font-size: 19px;
    line-height: 1.8em;
    color: #000000;
    margin-top: 50px;
    text-align: center;
    margin-bottom: 30px;
}

.sec-4 .hz-btn-wrapper {
    text-align: center;
}

.left-img-wrap {
    position: absolute;
    left: -10%;
    top: 50%;
    width: auto;
    transform: translateY(-50%);
}

.right-img-wrap {
    position: absolute;
    right: 0;
    top: 50%;
    text-align: right;
    padding-right: 40px;
    transform: translateY(-50%);
}

.right-img-wrap img {
    width: 70%;
    object-position: right;
}

.left-img-wrap img {
    width: 80%;
}

section.sec-4 {
    overflow: hidden;
}

.left-img-wrap .anim-img-inner-wrap {
    animation: hilo 3s infinite alternate ease-out;
}

@keyframes hilo {
    0% {
        transform: translateX(-10%);
    }

    100% {
        transform: translateX(0%);
    }
}

.right-img-wrap .anim-img-inner-wrap {
    animation: hilo2 10s infinite alternate;
    position: relative;
}

@keyframes hilo2 {
    0% {
        transform: translateY(-5%);
    }

    50% {
        transform: translateY(0%);
    }

    50% {
        transform: translateY(5%);
    }
}

.sec4-head {
    animation: thera 5s infinite alternate;
}

@keyframes thera {
    0% {
        transform: skew(5deg, 5deg);
    }

    50% {
        transform: skew(0deg, 0deg);
    }

    100% {
        transform: skew(-5deg, -5deg);
    }
}

.hz-testi-container {
    margin: 0px auto 0 auto;
    width: 90%;
}

.client-img-wrap {
    text-align: center;
    margin-bottom: 20px;
}

img.client-img {
    width: 110px;
    background: #fff;
    height: 110px;
    object-fit: contain;
    border-radius: 100px;
    padding: 10px;
    margin: 0 auto;
}

.testi-slide-hz {
    box-shadow: 0 0 0px 0 #0003;
    border-radius: 30px;
    padding: 40px 60px 40px 60px;
    background: #fff;
    margin: 0 60px
}

.testi-slider .slick-list.draggable {
    padding: 60px 20%;
}

/* .testi-slider .slick-list.draggable .slick-active {
    box-shadow: 0 0 50px 0 #0003;
} */

.testi-slider * {
    transition: all ease .5s;
}

.client-testi {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #e72264;
}

.client-rating-wrap {
    text-align: center;
    margin-top: auto;
    padding-top: 20px;
}

.client-rating-wrap i {
    color: #FFAA01;
    font-size: 30px;
    margin: 0 3px;
}

.testi-slide-hz.slick-active {
    background: #4469ae;
    box-shadow: 0 0 50px 0 #0003;
}

.testi-slide-hz.slick-active p {
    color: #fff;
}

.container-wrap-hz:before,
.container-wrap-hz:after {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    pointer-events: none;
}

.container-wrap-hz:before {
    left: 0;
    background: linear-gradient(90deg, white, transparent);
}

.container-wrap-hz:after {
    right: 0;
    background: linear-gradient(-90deg, white, transparent);
}

.testi-slider button.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%) scale(1);
    z-index: 99;
    font-size: 0;
    padding: 0;
    border: 0;
    width: 60px;
    height: 60px;
    background-color: transparent;
    transition: all ease .5s;
}

.testi-slider button.slick-arrow:before {
    font-size: 50px;
    color: #e72264;
    font-weight: 900;
    font-family: 'FontAwesome';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all ease .5s;
}

.testi-slider button.slick-next.slick-arrow {
    right: 20%;
}

.testi-slider button.slick-prev.slick-arrow {
    left: 20%;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: "\f054";
}

.testi-slider button.slick-prev.slick-arrow:before {
    content: "\f053";
}

.testi-slider button.slick-arrow:hover {
    transform: translateY(-50%) scale(1.2);
}

.testi-slider .slick-dots {
    text-align: center;
    margin-top: -35px;
    padding-left: 0 !important;
}

.testi-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testi-slider .slick-dots li button {
    font-size: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e72264;
    border-radius: 100px;
    transition: all ease .5s;
    background-color: transparent;
}

.testi-slider .slick-dots li.slick-active button {
    background: #e72264;
    box-shadow: 0 0 20px 0 #e72264;
}

p.sec2-p {
    margin-top: 40px;
}

.hz-form input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    color: #000;
    outline: unset !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 500;
}

.hz-form textarea {
    width: 100%;
    margin-bottom: 20px;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    color: #000;
    outline: unset !important;
    border-bottom: 1px solid #000 !important;
    font-weight: 500;
    min-height: 150px;
}

.sec6-p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    color: #020202;
    margin-bottom: 30px;
}

button.hz-btn.form-submit-btn {
    min-width: 40%;
    line-height: 1.3em;
}

.hz-form .hz-btn-wrapper {
    text-align: left;
    margin-top: 10px;
}

.hz-footer {
    width: 90%;
    border-top-right-radius: 100px;
    background: #172339;
    padding: 70px 0px;
    transition: all ease .5s;
}

.hz-footer * {
    transition: all ease .5s;
}

.foot-head {
    font-style: italic;
    font-weight: 700;
    font-size: 46px;
    color: #FFFFFF;
    line-height: 1.3em;
}

img.footer-logo {
    max-width: 350px;
}

.footer-inner-row {
    margin-top: 50px;
}

.foot-head-small {
    font-weight: 700;
    font-size: 24px;
    color: #959595;
    margin-bottom: 50px;
}

.foot-info {
    font-weight: 700;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.foot-info:last-child {
    margin-bottom: 0 !important;
}

a.hz-social i {
    color: #fff;
    font-size: 40px;
}

.hz-social {
    margin-right: 20px;
    display: inline-block;
}

.hz-social:last-child {
    margin-right: 0 !important;
}

.hz-terms a {
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}

.hz-terms {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.social-icons {
    margin-bottom: 40px;
}

img.bab1 {
    width: 100%;
}

.baba-imgs-wrap {
    position: relative;
}

.baba2-wrap.aos-init.aos-animate+.bab1 {
    opacity: 0;
}

.baba2-wrap {
    position: absolute;
}

.baba-imgs-wrap * {
    transition: all ease .5s;
}

.sec-6 {
    padding-bottom: 0;
}

.pink-color {
    color: #e72264;
}

.inner-banner-head {
    font-style: italic;
    font-weight: 800;
    font-size: 85px;
    color: #306aae;
    line-height: 1.3em;
    text-align: center;
    margin: 0 auto;
}

header.hz-header {
    position: absolute;
    width: 100%;
    z-index: 99;
}

section.top-banner {
    padding-top: 160px !important;
}

.inner-banner {
    background-image: url(../img/global/bgbanner.webp);
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    background-color: #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.inner-banner .row {
    padding: 100px 0;
}

.inner-banner:before {
    content: '';
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .85;
}

.inner-banner-sub-head {
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
    text-decoration: blink;
}

.about2-head {
    font-size: 80px;
    font-weight: 800;
    color: #306aae;
}

.about2-sub-head {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
    color: #e72264;
}

.about2-p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7em;
}

.about2-img {
    animation: 4s upr-nichy infinite alternate;
    width: 80%;
}


@keyframes upr-nichy {
    0% {
        transform: translateY(-3%)
    }

    100% {
        transform: translateY(3%)
    }
}

section.about-3 {
    background: #e72264;
}

.about3-head {
    color: #f1c17e;
    font-size: 50px;
    font-weight: 900;
    font-style: normal;
    margin-bottom: 30px;
}

.about3-p {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 30px;
}

.about3-p:last-child {
    margin-bottom: 0 !important;
}

.about3-img-wrap {
    position: relative;
    animation: 4s upr-nichy infinite alternate;
}

.arrow-img-wrap {
    position: absolute;
    top: 52%;
    transform: translateY(-50%);
    left: 15px;
}

.pack1-head {
    text-align: left;
    line-height: 1.1em;
}

.packages header.hz-header {
    background: #ededed;
}

.pack-1.inner-banner:before {
    background: linear-gradient(45deg, #fff 50%, #306aae 50%);
}

.pack1-p {
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 0 !important;
}

.topPlanImg img {
    width: 65% !important;
    position: relative;
    top: 30px;
    left: 55px;
    animation: handMoves 10s ease 0s infinite normal;
}

.handImg img {
    width: 100% !important;
    animation: handMovers 10s ease 0s infinite normal;
}

@keyframes handMovers {

    0%,
    50%,
    100% {
        margin-left: 0px;
    }

    25%,
    75% {
        margin-left: 40px;
    }
}

@keyframes handMoves {

    0%,
    50%,
    100% {
        transform: translateY(20px);
        opacity: 1;
    }

    25%,
    75% {
        transform: translateY(-20px);
        opacity: .7;
    }
}

.pack-1.inner-banner.top-banner .row {
    padding: 0 !IMPORTANT;
}

span.handImg {
    margin-top: -190px;
    display: block;
}

section.pack-2 {
    background: #e72264;
}

section.pack-1 {
    border-radius: 0;
}

.pack2-head {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
    font-style: italic;
    line-height: 1.1em;
    margin-bottom: 30px;
}

.pack2-head span {
    color: #306aae;
    text-shadow: 0 0px 5px #fff;
}

.pack2-p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    margin-left: 0;
    margin-right: auto;
    max-width: 700px;
    transition: all ease .3s;
}

section.pack-2 {
    padding: 0;
}

.grad-bg-img {
    padding-top: 4%;
    position: relative;
    z-index: 0;
}

.grad-bg-img:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 99%;
    top: -2px;
    left: 0;
    background-image: url(../img/packages/gradient.png);
    background-size: cover;
    background-position: top center;
    z-index: -1;
    opacity: .85;
}

@keyframes st {

    0%,
    50%,
    100% {
        transform: translateY(-25px);
    }

    25%,
    75% {
        transform: translateY(0);
    }
}

.pack2-i {
    animation: st 6s ease 0s infinite normal both;
}

.pack3-head {
    text-align: center;
    line-height: 1.1em;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 800;
    font-style: italic;
    font-size: 105px;
    transition: all ease .5s;
    max-width: 1200px;
    background: -webkit-linear-gradient(154deg, #4469AE 0%, #E72264 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: white;
    letter-spacing: 2px;
}

.pack3-head .blueText {
    background: -webkit-linear-gradient(90deg, #E72264 31.33%, #4469AE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 4px transparent;
}

span.pkgserhmainImgText img {
    animation: yoyo 6s ease 0s infinite normal both;
}

@keyframes yoyo {

    0%,
    50%,
    100% {
        transform: translateY(-20px);
    }

    25%,
    75% {
        transform: translateY(0);
    }
}

section.pack-1.combo-1:before {
    background: linear-gradient(45deg, #fff 50%, #e72264 50%);
}

section.pack-2.combo-2 {
    background: #306aae;
}

.combo-2 .grad-bg-img:before {
    background-image: url(../img/packages/blue-gradient.png);
    height: 100%;
}

.combo2-head span {
    color: #ffea00;
    text-shadow: unset !important;
    font-weight: 500;
}

.combo-2 .grad-bg-img {
    padding: 6% 0;
}

img.planHeadingImgDamnMsg {
    position: absolute;
    left: 15%;
    animation-delay: .6s !important;
}

img.planHeadingImgEmoji {
    position: absolute;
    right: 18%;
}

.counters-row {
    max-width: 1200px;
    margin: 100px auto 0 auto;
    text-align: center;
    transition: all ease .5s;
    row-gap: 50px;
}

.counters-row * {
    transition: all ease .5s;
}

.circle-number {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px auto;
    border-radius: 100px;
    position: relative;
}

.hz-holder .circle-number:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: inherit;
    animation: ghumo 5s infinite linear;
}

.counter-count {
    margin: 0;
    color: #fff;
    font-size: 35px;
    font-weight: bolder;
}

.hz-holder:nth-child(odd) .circle-number:before {
    background: linear-gradient(180deg, #4469AE 50%, #FBFDFF 117.07%);
}

.hz-holder:nth-child(even) .circle-number:before {
    background: linear-gradient(0deg, #E72264 50%, #FBFDFF 117.07%);
}

@keyframes ghumo {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.couter-wrapper .circle-number:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -2;
    border-radius: inherit;
    filter: blur(20px);
    background: linear-gradient(45deg, #E72264, #4469ae, #E72264, #4469ae, #E72264, #4469ae, #E72264, #4469ae, #E72264, #4469ae);
    animation: disco 1s infinite;
    transform: scale(1);
    opacity: 0;
    transition: all ease .5s;
}

.couter-wrapper:hover .circle-number:after {
    transform: scale(1.1);
    opacity: 1;
}

.counter-content p {
    margin: 0 auto;
    font-weight: 500;
    color: #000;
    font-size: 20px;
}

.couter-wrapper {
    box-shadow: 0 0 20px 0 #00000024;
    border-radius: 15px;
    padding: 60px 20px;
    height: 100%;
}

.couter-wrapper:hover {
    box-shadow: 0 20px 20px 0 #00000054;
}

.combo4-head {
    text-align: center;
    color: #4469ae;
    font-size: 105px;
    font-weight: 800;
    opacity: 100%;
    line-height: 1em;
    font-style: italic;
    margin: 0;
}

.outlined-text2 {
    background: -webkit-linear-gradient(154deg, #4469AE 0%, #E72264 50%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-stroke: 5px transparent;
    color: white !important;
}

.combo-3:before {
    content: '';
    background-image: url(../img/packages/blue-wave.png);
    position: absolute;
    width: 10%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.topPlanImg.chota-hoja img {
    width: 40% !important;
    left: auto !important;
    right: 0px;
}

.topPlanImg.chota-hoja {
    text-align: center;
    width: 100%;
    display: block;
}

.port2-head {
    font-size: 60px;
}

.hz-card-wrap {
    height: 100%;
    box-shadow: 0 0 10px 0px #00000040;
    border-radius: 15px;
    padding: 50px 20px;
    text-align: center;
    transition: all ease .5s;
}

.card-content p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.hz-card-wrap:hover {
    box-shadow: 0 10px 10px 0px #00000057;
}

img.card-img {
    width: 150px;
}

.card-img-wrap {
    margin-bottom: 30px;
}

.port-3 .row.align-items-stretch.justify-content-center {
    row-gap: 30px;
}

.card-content p span {
    font-size: 14px;
    display: block;
}

.card-img-wrap {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.reviews-img {
    animation: 5s yoyo infinite;
}

.reviews section.sec-5 {
    display: none;
}

.hz-review-card {
    box-shadow: 0 0 20px 0 #00000036;
    border-radius: 15px;
    padding: 30px 20px;
    transition: all ease .5s;
    height: 100%;
}

.hz-reviews-row {
    margin-top: 60px;
    row-gap: 30px;
}

.hz-review-card:hover {
    background: #4469ae;
    transform: translateY(-10px);
}

.hz-review-card:hover p {
    color: #fff;
}

.hz-review-card * {
    transition: all ease .5s;
}

.hz-review-card .client-testi {
    font-size: 18px;
}

.web1-head {
    font-size: 100px;
    font-weight: 800;
    color: #e72264;
    line-height: 1em !important;
    margin: 0 !important;
    text-transform: uppercase;
    font-style: italic;
}

.web1-head span {
    color: #4469ae;
}

img.web1-img {
    width: 100%;
    animation: yoyo 5s infinite;
}

.web-1.inner-banner .row {
    padding: 50px 0;
}

.nextBtn i {
    display: block;
    width: 100%;
    margin-top: 20px;
    animation: 10s yoyo infinite;
}

.nextBtn a {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

.nextBtn {
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

img.web2-img {
    width: 80%;
    display: block;
    margin: 0 auto;
    animation: yoyo 10s infinite;
}

section.left-bg:before {
    content: '';
    background: #4469ae;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    height: 90%;
    position: absolute;
    top: 50%;
    left: 0;
    width: 25%;
    z-index: -1;
    transform: translateY(-50%)
}

.web2-head {
    font-size: 60px;
    font-weight: 800;
    color: #e72264;
}

.web2-p {
    font-size: 20px;
    line-height: 1.7em;
    color: #000;
    font-weight: 500;
}

.hz-child-tabs.hz-child-tabs2 #nav-tab {
    width: 100%;
}

.web4-head {
    text-align: center;
    font-size: 90px;
    font-weight: 700;
    font-style: italic;
    background: -webkit-linear-gradient(35deg, #4469AE 0%, #E72264 50%);
    -webkit-background-clip: text;
    -webkit-text-stroke: 6px transparent;
    color: #fff;
}

.web4-head span {
    color: transparent;
}

.hz-review-card {
    display: flex;
    flex-direction: column;
}

.web5-head {
    font-size: 70px;
    font-weight: 800;
    color: #e72264;
    font-style: italic;
    transition: all ease .5s;
}

.web5-head span {
    color: #306aae;
}

.web5-p {
    font-size: 18px;
    line-height: 1.7em;
    color: #000;
    font-weight: 500;
}

.hz-btn.hz-btn-exta-pad {
    padding: 20px 70px;
}

img.web5-img {
    display: block;
    width: 90%;
    margin: 0 auto;
    animation: op 6s ease 0s infinite normal both;
}

@keyframes op {

    0%,
    50%,
    100% {
        transform: scale(.8);
    }

    25%,
    75% {
        transform: scale(1);
    }
}

.left-bg2:before {
    content: '';
    background: linear-gradient(135deg, #4469AE, #E72264);
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
}

.left-bg2:after {
    content: '';
    background: linear-gradient(235deg, white 78%, #fff0 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.right-bg2:before {
    content: '';
    background: linear-gradient(135deg, #4469AE, #E72264);
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -2;
    transform: scaleX(-1)
}

.right-bg2:after {
    content: '';
    background: linear-gradient(235deg, white 78%, #fff0 60%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transform: scaleX(-1)
}

.web-5 .hz-btn-wrapper {
    z-index: 3;
    position: relative;
}

section.web-5 {
    min-height: 750px;
    display: grid;
}

.web11-head {
    font-size: 90px;
    font-weight: 700;
    line-height: 1em;
    color: #306aae;
}

.web11-head span {
    color: #e72264;
}

.web11-p {
    font-size: 20px;
    line-height: 1.7em;
    font-weight: 500;
    color: #000;
    margin-top: 30px;
}

.slick-left-hz i {
    font-size: 100px;
    transition: all ease .5s;
    color: #e72264;
    border: 15px solid #306aae;
    border-radius: 100px;
    width: 150px;
    height: 150px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slick-left-hz {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 40px;
}

.pricing-slider-slick2 .col-4 {
    padding: 0 30px !important;
}

.pricing-slider-slick2 button.slick-arrow {
    display: none !important;
}

img.web1-img.mob-dev1-img {
    width: 65%;
}

.web2-head.mob2-head {
    text-align: center;
    font-size: 80px;
}

img.web2-img.mob-dev-2a {
    width: 130%;
    max-width: unset !important;
    margin-left: -20%;
    animation-delay: 1s;
}

img.web2-img.mob-dev-2b {
    max-width: unset !important;
    width: 115%;
}

.right-bg:after {
    content: '';
    background: #4469ae;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    height: 90%;
    position: absolute;
    top: 50%;
    right: 0;
    width: 25%;
    z-index: -1;
    transform: translateY(-50%);
}

.mob-2.left-bg:before,
.mob-2.right-bg:after {
    opacity: .2;
}

img.web2-img.brand1-img {
    width: 60%;
    margin: 50px auto;
}

section.left-bg.illustration-2:before {
    height: 80%;
}

img.web1-img.illustration1-img {
    width: 70%;
}

.illustration-1 .align-items-center {
    padding: 20px 0 0 0 !important;
}

.illustrate-container .row {
    row-gap: 30px;
    margin-top: 60px;
}

.illustrate-container.illustrate-container2 .row {
    margin-top: 30px;
}

.illustrate-container2 {
    display: none;
}

.illustration-3 .hz-btn-wrapper {
    margin-top: 50px;
    text-align: center;
}

a.thumbnail.fancybox .img-cat {
    position: absolute;
    z-index: 3;
    bottom: 0;
    padding: 10px 50px;
    background: linear-gradient(45deg, #4469AE 0%, #E72264 100%);
    color: #fff;
    font-size: 18px;
    border-top-right-radius: 15px;
    font-weight: 600;
    transition: all ease .5s;
    opacity: 0;
}

a.thumbnail.fancybox:hover .img-cat {
    opacity: 1;
}

.pricing-slider-slick2 .pricing-head {
    font-size: 27px;
}

img.web1-img.logo1-img {
    width: 70%;
}

.logo-1 .row {
    padding: 20px 0 0 0 !important;
}

img.web5-img.logo2-img {
    width: 80%;
}

.terms .sec-5,
.terms .sec-6 {
    display: none;
}

.terms-1 {
    padding-top: 250px;
}

.terms-1 .main-hd {
    text-align: center;
    font-size: 60px;
    margin-bottom: 40px;
    font-weight: 700;
    text-transform: capitalize;
    color: #e72264;
}

.terms-1 .term-text h3 {
    font-size: 30px;
    font-weight: 600;
    color: #4469ae;
}

.terms-1 .term-text p,
.terms-1 .term-text li {
    font-size: 18px;
    line-height: 1.8em;
    color: #000;
    font-weight: 500;
}

.terms-1 .term-text {
    margin-bottom: 50px;
}

