da2949@import url(../../css2);

.themeBtn,
.themeBtn:hover {
    color: var(--white)
}

.navbar-nav .nav-item:last-child .nav-link,
.themeBtn {
    box-shadow: 1.113px 7.922px 21px 0 rgb(218 41 73 / 20%);
    font-weight: 400;
    background-color: var(--btn-color)
}

.navbar-nav .nav-item:last-child .nav-link:hover,
.themeBtn:hover {
    background-color: var(--primary-color)
}

.awrard h5,
.banner-wrap h1,
.main-heading {
    text-transform: uppercase
}

.client-logos,
.global,
.main-cta,
.videos {
    border-bottom: 1px solid var(--border-color)
}

#btn_wrapper span,
.themeBtn {
    background-color: var(--btn-color)
}

.awrard,
.mySwiper2,
.portfolio,
.rollImage {
    overflow: hidden
}

.client-list-wrapper li,
.clients-heading,
.counters p,
.footer__widget-4,
.global h3,
.main-cta,
.main-heading,
.mySwiper2,
.pack-name,
.pack-price,
.packges h3 {
    text-align: center
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI.eot');
    src: url('../fonts/SegoeUI-1.eot') format('embedded-opentype'), url('../fonts/SegoeUI.woff2') format('woff2'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

html {
    font-size: 16px;
    overflow-x: hidden
}

body {
    position: relative;
    font-family: 'Segoe UI';
    background: url(../images/bodybg.webp) 0 0/cover no-repeat #000;
    overflow-x: clip
}

.client-list-wrapper li p,
a.detailview-btn,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'DM Sans', sans-serif
}

:root {
    --white: #ffffff;
    --black: #000;
    --gary-color: #727272;
    --lightgary-color: #b2b9bd;
    --btn-color: #da2949;
    --primary-color: #f72585;
    --border-color: #da2949
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--black)
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: .5s;
    transition: .5s
}

a:hover,
button:hover {
    -webkit-transition: .5s;
    transition: .5s
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

figure {
    margin: 0
}

section {
    padding: 5rem 0
}

.themeBtn {
    font-size: .922rem;
    display: inline-block;
    padding: .688rem 2.875rem;
    line-height: normal;
    color: #fff !important;
}

.ser-wrap::before,
.ser-wrap:after {
    background: var(--border-color);
    content: ''
}

.main-heading {
    font-size: 11.313rem;
    font-weight: 700;
    letter-spacing: 0;
    color: rgb(255 255 255 / 5%);
    line-height: 8.913rem
}

header {
    position: absolute;
    left: 0;
    right: 0;
    top: 2rem;
    margin: auto;
    z-index: 11
}

.home-banner,
.home-banner figure,
.testimonails,
footer {
    position: relative
}

.navbar-nav {
    align-items: center;
    width: 100%;
    justify-content: end;
    gap: 3rem
}

.navbar-nav .nav-item .nav-link {
    font-size: .938rem;
    color: var(--white);
    text-transform: capitalize;
    font-weight: 400;
    padding: 0;
    margin: 0;
    display: inline-block
}

.navbar-nav .nav-item .nav-link:hover,
.pack-box .header-contact-detail a i,
.pack-box:hover .pack-detail ul li:before {
    color: var(--primary-color)
}

.navbar-nav .nav-item:last-child .nav-link {
    font-size: .923rem;
    color: var(--white);
    text-transform: capitalize;
    display: inline-block;
    padding: .563rem 2.188rem;
    font-family: 'DM Sans', sans-serif
}

.home-banner {
    height: 983px;
    padding: 14rem 0 0
}

img.banner1,
img.banner2 {
    position: absolute;
    animation-duration: 3s
}

img.banner1 {
    top: -2rem;
    animation-name: top-img2;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

img.banner2 {
    top: 14rem;
    left: 11rem;
    animation-name: left-img1;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

img.banner3,
img.banner4 {
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    position: absolute
}

img.banner3 {
    left: 0;
    top: 29rem;
    animation-name: top-img2
}

img.banner4 {
    right: -12rem;
    top: 25rem;
    animation-name: right-img1
}

.ser-wrap,
.ser-wrap h4,
.services,
.video {
    position: relative
}

@keyframes top-img2 {

    from,
    to {
        transform: translate(0, 0)
    }

    65% {
        transform: translate(25px, 0)
    }
}

@keyframes left-img1 {

    from,
    to {
        transform: translate(0, 0)
    }

    65% {
        transform: translate(0, 15px)
    }
}

@keyframes right-img1 {

    from,
    to {
        transform: translate3d(0, 0)
    }

    65% {
        transform: translate3d(42px, 16px, -16px)
    }
}

.banner-wrap h1 {
    font-size: 8.375rem;
    font-weight: 700;
    line-height: 7.5rem;
    color: #e8237e;
    -webkit-text-fill-color: black;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #e8237e
}

.banner-wrap h1 span {
    color: var(--white);
    -webkit-text-fill-color: var(--white);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--white)
}

#btn_wrapper:hover .btn-item,
.home-banner p {
    color: var(--white)
}

.client-logos {
    padding: 38px 0;
    border-top: 1px solid var(--border-color);
    background: url(../images/clientbg.webp) no-repeat
}

.clients-heading {
    font-size: 1rem;
    color: #747474;
    border-right: 1px solid var(--border-color)
}

.clients-heading span {
    font-size: 1.875rem;
    font-weight: 700;
    color: #f72585
}

.ser-wrap h3,
.ser-wrap h4 {
    font-size: 2.125rem
}

.ser-wrap h3,
.ser-wrap h4,
.ser-wrap ul li,
.ser-wrap ul li i,
.video-cont h2,
.video-cont p,
.video-icon i {
    color: var(--white)
}

.client-list-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-around
}

.client-list-wrapper li {
    width: initial
}

.client-list-wrapper li p {
    font-size: .85rem;
    line-height: 18px;
    text-align: center;
    padding-top: 5px;
    margin-bottom: 0;
    font-weight: 500
}

.client-list-wrapper .pr_imgs {
    display: flex;
    align-items: center;
    min-height: 65px
}

.client-list-wrapper li img {
    margin: 0 auto
}

.services {
    padding: 0
}

.ser-wrap h4 {
    display: flex;
    align-items: center;
    cursor: pointer
}

.ser-wrap h4:before {
    content: '';
    width: 15%;
    height: 2px;
    background-color: #f72585;
    transition: .4s;
    margin-right: 1rem
}

.mySwiper3,
.ser-wrap ul {
    padding: 2rem 0
}

.ser-wrap ul li {
    font-size: 1.125rem;
    padding-bottom: .5rem
}

.ser-wrap ul li i {
    font-size: .75rem
}

.ser-wrap::before {
    position: absolute;
    width: 1px;
    height: 100%;
    left: 100%;
    bottom: 0
}

.ser-wrap {
    padding: 40px 0 40px 40px
}

.ser-wrap:after {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 15px
}

.ser-wrap.bomtnone:after {
    position: unset
}

.ser-wrap.bomtnone {
    margin-top: 0
}

.ser-wrap.bdnone:before {
    display: none
}

.videos {
    padding: 0
}

.video {
    padding-left: 11rem
}

.video-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 83%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

.video-icon i {
    font-size: 1.25rem;
    align-items: center;
    gap: 1rem;
    padding: 2.25rem 2.375rem;
    background: var(--theme-color);
    border-radius: 100%
}

.video-cont {
    position: absolute;
    bottom: 0;
    right: 8rem;
    background: #000;
    padding: 4rem 3.5rem
}

.video-cont h2 {
    font-size: 4.75rem;
    margin: 0
}

.video-cont p {
    font-size: 1.125rem;
    margin: 0
}

.awrard {
    width: 73%;
    background: url(../images/awardbg.webp) 0 0/cover no-repeat;
    padding: 19rem 8rem 3rem;
    margin-top: -16rem;
    margin-left: 22rem;
    z-index: -1;
    position: relative
}

.awrard h5 {
    font-size: 6.938rem;
    position: absolute;
    color: #121212cc;
    top: -39px;
    font-weight: 700;
    left: -10rem;
    line-height: 111px
}

.awrard h3,
.global h3,
.packges h3,
.portfolio h3 {
    font-size: 3.5rem
}

.awrard h3,
.get,
.global,
.main-cta,
.pack-detail ul li,
.pack-price sup,
.packges,
.portfolio,
.portfolio-area,
.rollImage {
    position: relative
}

.awrard h3,
.global h3,
.pack-detail ul li,
.pack-price,
.packges h3,
.portfolio h3 {
    color: var(--white)
}

.awrard h3 {
    z-index: 99
}

.awrard ul {
    display: flex;
    margin-bottom: 2rem;
    justify-content: end;
    gap: 3rem 6rem;
    flex-flow: wrap
}

.awrard img {
    width: 73px;
    object-fit: cover
}

.main-cta::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: var(--border-color)
}

.portfolio {
    padding: 5rem 0 0
}

.portfolio .main-heading {
    position: absolute;
    top: -88px;
    opacity: .4;
    left: 6%;
    right: 0;
    font-size: 26.875rem;
    text-transform: capitalize
}

.port-tabs {
    display: flex;
    justify-content: space-around
}

.port-tabs .nav-link.active,
.port-tabs .show > .nav-link {
    color: #fff;
    background-color: transparent
}

.pkg-tabs .nav-link,
.port-tabs .nav-link {
    color: #838383;
    padding: 10px 8px
}

.portfolio-area {
    z-index: 1;
    margin: 4% 0 0
}

.global .main-heading {
    position: absolute;
    top: 7px;
    opacity: .4;
    left: 0;
    right: 0;
    font-size: 6.938rem;
    text-transform: uppercase
}

.get .main-heading,
.packges .main-heading {
    opacity: .4;
    right: 0;
    font-size: 13.813rem;
    position: absolute;
    left: 0
}

.brand-logo ul {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem
}

.rollImage {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    line-height: 0;
    -webkit-transition: opacity .15s ease-out;
    -moz-transition: opacity .15s ease-out;
    transition: opacity .15s ease-out
}

.rollImage figure {
    padding: 10px 0;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    margin: 0
}

.rollImage:hover figure {
    -webkit-transition: -webkit-transform .5s cubic-bezier(.19, .65, .02, .93);
    transition: transform .5s cubic-bezier(.19, .65, .02, .93)
}

.rollImage .staticImage img {
    filter: grayscale(1) contrast(1) brightness(1)
}

.rollImage .hoverImage {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%)
}

.rollImage:hover .staticImage {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%)
}

.rollImage:hover .hoverImage {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.packges {
    padding: 4rem 0
}

.packges .main-heading {
    top: -50px
}

.packges h3 {
    margin-top: 0;
    margin-bottom: 4rem
}

.pack-box {
    transition: linear .3s ease-in-out;
    background: url(../images/pricingbg.webp) 0 0/cover no-repeat;
    padding: 0 0 1rem
}

.counters,
.pack-name-price {
    padding: 0
}

.pack-price {
    font-size: 3.188rem;
    border-radius: 0;
    padding: 4px 30px;
    display: flex;
    justify-content: center;
    line-height: 60px;
    font-weight: 600;
    border-bottom: 1px solid var(--white)
}

.pack-price sup {
    font-size: 1.5rem;
    top: -20px;
    font-weight: 600
}

.viewdetail-page .pack-price sup {
    top: 0;
    line-height: 40px
}

.pack-price del {
    font-size: 1.625rem;
    display: inline-flex;
    margin-left: 10px;
    line-height: 38px;
    align-items: flex-end
}

.pack-name {
    font-size: 1.375rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    height: 78px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 0;
    flex-direction: column;
    background-color: var(--primary-color)
}

.pack-name span {
    font-size: .938rem
}

.pack-detail ul {
    padding: 1rem 2rem
}

.pack-detail ul li {
    line-height: 33px;
    font-size: .875rem;
    display: flex;
    padding-left: 25px
}

.pack-detail ul li:before {
    position: absolute;
    content: '\f0da';
    font-size: .875rem;
    height: 10px;
    width: 10px;
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    color: var(--primary-color);
    margin-left: -15px
}

.pack-detail ul li i {
    margin-right: 15px;
    color: var(--primary-color)
}

.pack-detail h4 {
    color: var(--primary-color);
    font-size: 1.5rem
}

.pack-box .header-contact-detail {
    justify-content: space-between;
    padding: 10px 20px 0;
    display: flex;
    border-top: 1px solid #161a1b;
    width: 90%;
    margin: 13px auto
}

#btn_wrapper .btn-item,
.pack-btn {
    display: flex;
    justify-content: center
}

.pack-box .header-contact-detail a {
    color: #fff !important
}

.pack-btn {
    margin: 10px 0;
    flex-direction: column;
    align-items: center
}

a.detailview-btn {
    color: #fff;
    font-size: .875rem;
    margin-bottom: .5rem;
    font-weight: 500
}

.pkg-tabs {
    display: flex;
    justify-content: space-around;
    margin-bottom: 3rem;
    border-bottom: 1px solid #1f201c
}

.footer__logo,
.footer__widget p {
    margin-bottom: 30px
}

.pkg-tabs .nav-link.active,
.pkg-tabs .show > .nav-link {
    color: #fff;
    background-color: transparent;
    border-bottom: 2px solid #da2949;
    border-radius: 0
}

.provide_slider .swiper-button-next,
.provide_slider .swiper-button-prev {
    background-color: var(--white);
    color: var(--white);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    width: 29px;
    height: 29px
}

.provide_slider .swiper-button-next:after,
.provide_slider .swiper-button-prev:after {
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    font-size: 1.2rem;
    color: var(--black);
    -webkit-transition: .5s;
    transition: .5s
}

.provide_slider .swiper-button-prev:after {
    content: '\f104';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300
}

.get {
    background: url(../images/get-bg.webp) 0 0/cover no-repeat;
}

.get .main-heading {
    top: -50px;
    text-transform: capitalize;
    font-weight: 500;
    user-select: none;
    pointer-events: none;
}

.testimonails .main-heading,
footer .main-heading {
    top: -29px;
    opacity: .4;
    text-transform: uppercase;
    font-weight: 500;
    right: 0
}

.get h3 {
    font-size: 5.375rem;
    color: var(--white)
}

.get p {
    font-size: 1.188rem;
    color: var(--white)
}

.circlediv {
    display: inline-flex;
    justify-content: end
}

#btn_wrapper .btn-item {
    align-items: center;
    font-size: 1rem;
    color: #da2949;
    width: 170px;
    height: 170px;
    border: 1px solid var(--btn-color);
    border-radius: 50%;
    position: relative;
    overflow: hidden
}

#btn_wrapper span {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 100%;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#btn_wrapper:hover span {
    width: 350px;
    height: 350px
}

.testimonails .main-heading {
    position: absolute;
    left: 0;
    font-size: 16.875rem
}

.mySwiper3 .swiper-wrapper,
footer .circlediv {
    justify-content: center
}

.mySwiper3 .swiper-slide {
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

.mySwiper3 img {
    width: 100%;
    border: 1px solid var(--white)
}

.mySwiper3 .swiper-slide-thumb-active {
    border: 1px solid var(--primary-color);
    transform: scale(1.2);
    position: relative;
    z-index: 1
}

.mySwiper2 p {
    color: var(--white);
    font-size: 1.063rem;
    line-height: 1.353;
    margin-top: 1rem
}

footer .main-heading {
    position: absolute;
    left: -69rem;
    font-size: 12.313rem
}

.dark .footer__area {
    background-color: var(--black)
}

.footer__row {
    margin-right: -390px
}

.footer__inner {
    background-color: var(--black-2);
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    padding-left: 10px;
    position: relative;
    z-index: 9
}

.footer__widget,
.footer__widget-2 {
    padding: 140px 0 130px
}

.footer__widget {
    -ms-grid-column-span: 4;
    grid-column: span 4
}

.footer__widget-2,
.footer__widget-3 {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.footer__widget p {
    max-width: 360px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    color: var(--white)
}

.footer__widget p a {
    color: var(--white)
}

.footer__widget-title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 20px
}

.footer__link li {
    display: block;
    padding-bottom: 15px
}

.footer__link li a {
    font-weight: 400;
    font-size: 1rem;
    color: var(--white);
    line-height: 18px;
    text-transform: capitalize
}

.footer__widget-3 {
    padding: 140px 0 130px;
    margin-right: -30px
}

.footer__copyright,
.footer__subscribe,
.footer__widget-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4
}

.footer__contact {
    display: block;
    padding-bottom: 10px;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: var(--gray-2)
}

.footer__contact li {
    padding-bottom: 15px;
    color: var(--white)
}

.footer__contact li a {
    color: var(--white)
}

.footer__widget-4 {
    -ms-grid-row-span: 2;
    grid-row: span 2;
    background-color: #080808;
    padding: 135px 70px 30px;
    margin-left: 60px
}

.footer__widget-4 .project-title {
    font-weight: 400;
    font-size: 2.25rem;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 25px
}

.footer__widget-4 .contact-time {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    color: var(--white);
    padding-bottom: 3px;
    margin-top: 1rem
}

.footer__widget-4 .contact-day {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.3;
    color: var(--white)
}

.footer__copyright {
    border-top: 1px solid var(--gray-6);
    margin-left: -66px;
    padding: 35px 0 35px 66px
}

.footer__copyright p,
.footer__copyright span {
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: var(--white);
    max-width: 233px
}

.footer__copyright p a,
.footer__copyright span a {
    color: var(--white)
}

.footer__subscribe {
    border-top: 1px solid #080808;
    padding: 35px 30px 35px 0;
    margin-right: -60px
}

.footer__subscribe form {
    position: relative;
    max-width: 450px;
    width: 100%;
    margin-left: auto
}

.footer__subscribe input {
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.3;
    color: var(--gray-2);
    background-color: #1d1d1d;
    width: 100%;
    border: none;
    border-radius: 0;
    outline: 0;
    padding: 21px 50px 21px 15px;
    color: #fff
}

.footer__subscribe .subs-btn i {
    color: var(--btn-color)
}

.abtLogos p,
.counters p,
.countmain span,
.innerBanner .overlay h1,
.mainHead,
.wrkBox h4,
.wrkchat,
h2.timer {
    color: var(--white)
}

.innerBanner {
    position: relative;
    background-color: #0b0b0b;
    height: 80vh
}

.innerBanner .overlay {
    position: absolute;
    text-align: left;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 8rem
}

.innerBanner .overlay h1 {
    font-size: 4.5rem;
    line-height: 1.1
}

.abtLogos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3rem
}

.abtLogos p {
    font-size: 1.0625rem;
    width: 44%;
    line-height: 1.5
}

.mainHead {
    font-size: 3.5rem
}

.storySect p,
.workContent p {
    font-size: 1.0625rem;
    color: var(--white);
    line-height: 1.5
}

.story3 {
    margin-bottom: 2rem
}

.countmain {
    display: flex;
    justify-content: center;
    align-items: baseline;
    position: relative
}

.appList li a,
.wrkchat {
    display: inline-flex;
    align-items: center
}

.countmain:before {
    content: '';
    position: absolute;
    border-left: 1px solid;
    height: 17rem;
    right: 0
}

.lstcount:before {
    border-left: unset
}

.countmain span,
h2.timer {
    font-size: 6.25rem
}

.counters p {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.5
}

.wrkBox h4 {
    font-size: 2.625rem
}

.wrkBox {
    border-radius: 20px;
    background-color: #fc1393;
    padding: 1.5rem 1rem 6rem 3rem
}

.wrkBox figure {
    text-align: end;
    margin-bottom: 12px
}

.wrkchat {
    background-color: var(--btn-color);
    border-radius: 50px;
    padding: 9px 2rem;
    gap: 5px;
    font-size: 1.125rem;
    position: absolute;
    right: 5rem;
    bottom: 2.5rem
}

.wrkchat i {
    font-size: 1.375rem
}

.workSect {
    background-color: #0b0b09;
    margin-top: 3rem;
    padding: 8rem 0;
    position: relative
}

.workSect h2 {
    color: #fff;
    text-transform: capitalize;
    margin-top: 2rem
}

.aboutInner {
    border-bottom: unset;
    padding-top: 7rem
}

.developmentBan h1 span {
    font-size: 5.625rem
}

.developmentBan h1 {
    line-height: .8
}

.developmentBan p {
    font-size: 1.0625rem;
    text-align: justify;
    line-height: 1.4
}

.appList li a {
    font-size: 1rem;
    color: var(--white);
    gap: 10px
}

.appList li + li {
    padding-top: 10px
}

.developmentBan figure img {
    max-height: 320px;
    object-fit: cover
}

.developmentBan figure,
.pricingPkg {
    margin-top: 3rem
}

.developmentBan {
    background-color: #0b0a0a
}

.versionWraps h4 {
    font-size: 1.625rem;
    color: var(--white);
    margin-bottom: 1.3rem;
    cursor: pointer;
    min-height: 82px
}

.versionWraps h4 span {
    display: flex;
    align-items: center
}

.versionWraps h4 span::before {
    content: '';
    background-color: #f72585;
    width: 15%;
    height: 2px;
    transition: .4s;
    margin-right: 1rem
}

.versionWraps p {
    font-size: 1.0625rem;
    color: var(--white);
    line-height: 1.5;
    width: 90%;
    margin-bottom: 2rem;
    min-height: 155px
}

.versionSlide {
    margin-left: 22rem
}

.appPkg {
    margin-top: 6rem
}

.brandBan h2 span {
    font-size: 6.25rem
}

.searchBan h1 {
    font-size: 5.1875rem;
    line-height: 1.1
}

.contactBan h1 {
    font-size: 4.5rem;
    color: var(--white);
    text-align: center
}

.contactBan {
    height: auto
}

.contactInfo h2 {
    font-size: 5.375rem;
    color: var(--white);
    font-weight: 700;
    line-height: 1.1
}

.contactInfo h3 {
    font-size: 2rem;
    color: var(--white);
    margin: 5rem 0 3rem
}

.contactInfo a,
.contactInfo p,
.contactPara {
    font-size: 1.0625rem;
    color: var(--white)
}

.contactInfo a {
    display: block;
    padding-bottom: 14px
}

.contactInfo p {
    line-height: 1.8
}

.contactPara {
    line-height: 1.5;
    width: 53%;
    margin-left: auto;
    margin-top: 4rem
}

.contactForm .form-group .form-control {
    background-color: transparent;
    border-left: unset;
    border-radius: unset;
    border-right: unset;
    border-top: unset;
    border-bottom: 1px solid rgb(50 50 50);
    padding: 0;
    height: 60px;
    color: #fff;
    outline: 0 !important;
    box-shadow: none !important
}

.contactForm .form-group .form-control::placeholder {
    color: var(--white)
}

.contactForm .form-group textarea {
    max-height: 3rem;
    margin-top: 1rem
}

.contactForm .form-group textarea.form-control {
    display: block;
    min-height: 100px
}

.contactBtn button {
    background: unset;
    color: var(--btn-color);
    font-size: 1.125rem;
    border: 2px solid var(--btn-color);
    width: 12rem;
    height: 12rem;
    border-radius: 100%;
    font-weight: 700
}

.popupContent h3,
.popupContent ul li,
.popupHeading {
    color: var(--white)
}

.contactBtn {
    width: fit-content;
    margin-top: 3rem
}

.contactForm {
    margin-top: 7rem
}

.quoteForm .modal-dialog.modal-dialog-centered {
    max-width: 1310px
}

.quoteForm .modal-content {
    border-radius: 0;
    background: #f81391
}

.popupHeading {
    font-size: 4rem;
    font-weight: 600;
    margin: 0 0 2rem
}

.quoteForm figure img {
    width: 100%;
    border-radius: 16px
}

.quoteForm .modal-content .modal-body {
    padding: 4rem
}

.popupContent h3 {
    margin: 0 0 1.2rem
}

.popupContent form input,
.popupContent form textarea {
    width: 90%;
    background: 0 0;
    border: 1px solid #fff;
    margin: 0 0 1.5rem;
    color: #fff
}

.popupContent ul li + li {
    margin: 7px 0 0
}

.popupContent ul {
    margin: 0 0 1rem
}

.popupContent a {
    color: #560bac;
    font-weight: 600
}

.popupContent form input {
    height: 65px;
    padding: 0 1.3rem
}

.popupContent form input::placeholder {
    color: #fff
}

.popupContent form {
    margin: 2rem 0 0
}

.popupContent form textarea {
    height: 126px;
    padding: 1rem 1.3rem
}

.popupContent form textarea::placeholder {
    color: #fff
}

.popupContent form .themeBtn {
    border: 0;
    font-weight: 700;
    padding: .788rem 2.5rem
}

button.close {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #000;
    opacity: 1;
    padding: 0
}

button.close span {
    position: relative;
    top: -2px
}

#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
    width: 100%
}

.lead-fromm {
    display: flex;
    flex: 1
}

.footer__subscribe .subs-btn {
    background-color: transparent;
    border: none;
    color: var(--white);
    color: var(--btn-color)
}

.banner_form_btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: .5rem;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%)
}

header .logo {
    max-width: 300px;
    height: auto;
    object-fit: contain;
    width: 100%
}

.webservices_pack .navTabStyles {
    background: 0 0
}

.webservices_pack .navTabStyles .nav-item {
    flex: initial
}

.ser-wrap h4:hover:before,
.versionWraps h4:hover span::before {
    width: 0%;
    margin-right: 0
}

.contactInner {
    padding: 10rem 0
}

.workBoxCont {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

.workContent {
    position: sticky;
    top: 2rem
}

.workBoxCont .wrkBox:nth-child(odd) {
    background: var(--primary-color)
}

.workBoxCont .wrkBox:nth-child(2n) {
    background: var(--btn-color)
}

.workBoxCont .wrkBox:nth-child(2) {
    top: 3rem
}

.workBoxCont .wrkBox:nth-child(3) {
    top: 4rem
}

.workBoxCont .wrkBox:nth-child(4) {
    top: 5rem
}

.workBoxCont .wrkBox:nth-child(5) {
    top: 6rem
}

.workBoxCont .wrkBox:nth-child(6) {
    top: 7rem
}

.innerBanner.about .circleDiv a {
    font-weight: 700;
    padding: 0 1rem;
    text-align: center
}

.portfolio .swiper.website .swiper-slide {
    height: 650px
}

.error-sec {
    position: relative;
    top: 120px;
    padding: 4rem 0;
    text-align: center
}

.banner {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner .bannerImg {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    background: #030619;
}

.banner .bannerImg > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

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

/*.index .banner .bannerImg:after {*/
/*    background: url('../images/bannerBg-layer.png')no-repeat center;*/
/*    background-size: cover;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    top: 0;*/
/*    content: '';*/
/*    transition-duration: .4s;*/
/*    transition-timing-function: cubic-bezier(0.25, 0.74, 0.22, 0.99);*/
/*}*/

.banner .bannerContent {
    padding: 5.5rem 0 3rem;
}

.bannerContent {
    display: flex;
    flex-direction: column;
    height: calc(100vh + 0px);
}

.banner-text {
    flex: 1 0 auto;
    display: flex;
    align-items: center;
}

.banner-text p {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
}

.banner-text .title + p {
    margin-top: 2.5rem;
}

.banner-navigation {
    display: flex;
    align-items: flex-start;
    flex: 0 0 auto;
}

.banner-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    border: 1px solid #ddd;
}

.banner-nav li a {
    transition: 0.15s all linear;
    padding: 0 35px;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 3.75;
}

.banner-nav li:not(:last-child) a {
    border-right: 1px solid #ddd;
}

.banner-nav li a:hover {
    background: #ddd;
    color: #131313;
}


h2.title {
    font-size: 5.25rem;
    margin: 0 0 0.25rem;
    font-weight: 900;
    line-height: 5rem;
    background: transparent;
    color: #fff;
}

footer .bannerImg, footer .video-overlay {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0
}

footer .video-overlay {
    width: 100%;
    height: 100%;
    background-color: #0202027a;
    background-repeat: no-repeat;
    z-index: -1
}

footer .bannerImg {
    background-image: url(/assets/images/video/webp/footer-vid.webp);
    right: 0;
    bottom: 0;
    align-items: center
}

footer .bannerImg > * {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.cr-wrapper {
    font-size: 210px;
    text-align: center;
    font-weight: 400;
    z-index: 1
}

.cr-wrapper a, .footer-address ul li a:hover, .footer-bottom-privacy ul li a:hover, .footer-btn a:hover .btn-icon, .footer-menu ul li a:hover {
    color: #fff
}

.footer-top-wrap {
    padding: 105px 0
}

.footer-btn a {
    margin-top: 45px;
    background-image: none;
    border: 2px solid #a81318;
    color: #a81318;
    padding: 8px 27px
}

.footer-btn a span {
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center
}

.footer-btn a .btn-icon {
    background-color: transparent;
    color: #a81318;
    padding: 0 4px;
    border-radius: 0;
    font-size: 16px;
    margin-left: 0
}

.footer-address ul li a, .footer-menu ul li a {
    color: #e0e0e0cc;
    font-size: 16px;
    font-weight: lighter
}

.footer-menu ul li {
    padding-bottom: 10px;
    text-align: left
}

.footer-address ul li {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

.footer-address ul li span {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 400
}

.footer-address ul li a {
    font-weight: 600
}

.footer-bottom-wrap {
    padding: 25px 0;
    border-top: 1px solid #4e4e4e;
    z-index: 1111;
    position: relative
}

.footer-bottom-text p {
    text-align: right
}

.footer-bottom-privacy ul, .footer-bottom-social ul {
    display: flex
}

.footer-bottom-privacy ul li {
    padding: 0 20px;
    border-left: 1px solid #8c8c8c
}

.footer-bottom-privacy ul li a, .footer-bottom-text p {
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 400
}

.footer-bottom-social ul li {
    padding: 0 10px
}

.footer-bottom-social ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.footer-bottom-social ul li a:hover {
    color: #a81318
}

.footer-address, .footer-menu {
    display: flex;
    justify-content: center
}

.footer-menu ul li a i {
    margin-right: 10px
}
