@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    transition: all 0.5s;
    font-family: 'Poppins', sans-serif;
}

.footer-logo img {
    width: 241px;
}

.brand-logo a img {
    width: 223px;
}

:root {
    --fonsize14: 14px;
    --fonsize15: 15px;
    --fontsize16: 16px;
    --fontsize17: 17px;
    --fontsize18: 18px;
    --fontsize20: 20px;
    --fontsize26: 26px;
    --fontsize22: 22px;
    --fontsize43: 43px;
    --fontsize66: 66px;
    --fontsize82: 5.125rem;
    --fontsize94: 94px;
    --color-151619: #151619;
    --white-color: #fff;
    --color-040404: #040404;
    --color-d01111: #d01111;
    --color-d22222: #d22222;
    --color-161519: #161519;
    --color-555555: #555555;
}

a {
    text-decoration: none !important;
}

section {
    padding: 5rem 0;
}

.clients-sec h1 {
    width: 56%;
    margin: 0 auto;
}

a:hover {
    color: var(--span-color);
    text-decoration: none;
}

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

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    color: #FF5722 !important;
}

p {
    color: var(--color-161519);
}

.sec-hading {
    text-align: center;
}

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

button:focus {
    outline: none;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color-040404);
}

.owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 3px;
    background: var(--color-d01111);
}

.owl-stage {
    margin: auto;
}

.owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i {
    border-radius: 50% !important;
    padding: 1.1rem !important;
    color: #9826b4;
    margin: 0;
    width: 42px;
    height: 41px;
    border: 1px solid #9826b4;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.testimonials-wraper .owl-nav {
    bottom: 0;
    left: 0;
}

.owl-theme .owl-nav .disabled {
    opacity: 1;
}

.owl-theme .owl-nav .disabled i,
.owl-theme .owl-nav i [class*="owl-"]:hover {
    border: 1px solid #000000 !important;
    background-color: #000000;
    color: var(--white-color);
}

.owl-theme .owl-nav [class*="owl-"] {
    margin: 0;
    padding: 0px 17px 0 0;
}

.owl-nav {
    position: absolute;
    bottom: 5rem;
    left: 0;
}

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

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

.testimonials-wraper .testi-img {
    width: 480px !IMPORTANT;
    border-radius: 11px;
}

.bg-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.black-logo {
    display: none;
}

/* Rectangle Out */
.dft-button {
    display: inline-block;
    border-radius: 5px;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dft-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 5px;
    bottom: 0;
    background: linear-gradient(#17fc9c, #8eea23);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.dft-button:hover,
.dft-button:focus,
.dft-button:active {
    color: var(--color-040404) !important;
    outline: 0;
    box-shadow: none;
}

.dft-button:hover:before,
.dft-button:focus:before,
.dft-button:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.dft-button {
    transition: all 0.5s ease-in-out;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14.76px;
    font-weight: 600;
    border: 0;
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
    text-transform: uppercase;
}

/* Shutter Out Vertical */
.sec-hading .sec-hdg {
    font-size: var(--fontsize66);
}

.sec-hdg {
    font-size: 92px;
    font-weight: 800;
    line-height: 130%;
    text-transform: capitalize;
}

.sec-hdg span {
    font-weight: 800;
    background: linear-gradient(#17fc9c, #8eea23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 91px;
}

.sec-p {
    font-size: var(--fontsize17);
    line-height: 160%;
}

p {
    /* font-family: "Hind", sans-serif; */
}

/* header */
.header {
    padding: 2.5rem 3rem 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 2;
}

.nmb-btn {
    box-shadow: 1.113px 7.922px 21px 0px rgb(4 4 4 / 11%);
    padding: 7px 25px;
    margin-left: 5rem;
    border: 2px solid #04bad8;
    background: transparent !important;
    color: #fff;
}

.nmb-btn i {
    transform: rotate(90deg);
    margin-right: 5px;
}

.get-code-btn {
    margin-left: 15px;
    box-shadow: 1.113px 7.922px 21px 0px rgba(208, 17, 17, 0.21);
    padding: 7px 31px;
}

nav {
    float: right;
}

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

nav ul li {
    float: left;
    position: relative;
    padding: 0 20px;
}

nav ul li a {
    display: block;
    font-size: 17.5px;
    color: var(--white-color);
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
}

nav ul li a:hover {
}

nav ul li a:hover {
    color: #1dadf0;
}

nav ul li .services-dropdown:after {
    font-family: "Font Awesome 5 Free";
    content: "\f0d7";
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.nav-dropdown a {
    padding: 10px;
    line-height: 20px;
    display: inline-block;
    font-size: var(--fontsize16);
    color: var(--color-040404) !important;
}

.nav-dropdown a:hover {
    color: var(--color-d01111);
}

.nav-dropdown li {
    float: none !important;
    border-bottom: 1px solid #ff9a00;
    padding: 5px 10px;
}

.nav-dropdown li:nth-child(5) {
    border: 0;
}

.nav-dropdown {
    display: none;
    background-color: aliceblue;
    position: absolute;
    z-index: 99;
    top: 2.2rem;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    width: 11vw;
    padding: 10px 0;
    border-radius: 10px;
}

.nav-dropdown li a::before,
.nav-list .nav-dropdown .active::before {
    margin: inherit;
    bottom: 0.5rem;
}

.nav-mobile {
    display: none;
    position: absolute;
    top: 1rem;
    right: 2.8rem;
    z-index: 77;
}

#nav-toggle::before {
    background-color: var(--span-color);
    width: 55px;
    height: 50px;
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto auto -1.7rem -0.6rem;
}

#nav-toggle {
    position: relative;
    cursor: pointer;
}

#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
    cursor: pointer;
    border-radius: 1px;
    height: 5px;
    width: 35px;
    background: var(--color-d22222);
    position: absolute;
    display: block;
    content: "";
    transition: all 300ms ease-in-out;
}

#nav-toggle span:before {
    top: -10px;
}

#nav-toggle span:after {
    bottom: -10px;
}

#nav-toggle.active span {
    background-color: transparent;
}

#nav-toggle.active span:before,
#nav-toggle.active span:after {
    top: 0;
}

#nav-toggle.active span:before {
    transform: rotate(45deg);
}

#nav-toggle.active span:after {
    transform: rotate(-45deg);
}

.nav-list {
    display: flex;
    align-items: baseline;
}

/* header */
/* main-banner */
.main-banner {
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.4)),url('../images/cc.png');
    height: 100%;
    padding: 15% 3rem;
    z-index: 1;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    overflow: hidden;
}

section.main-banner::after {
    position: absolute;
    content: '';
    /* background: #03bad7; */
    bottom: -25%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.2;
    filter: blur(70px);
}

.banner-content {
    margin-left: 3rem;
}

.banr-btn {
    box-shadow: 1.113px 7.922px 21px 0px rgb(208 17 17 / 21%);
    padding: 9.5px 22.5px;
    width: 268px;
    padding: 16px 0;
    font-size: 18px;
}

.banner-content p {
    padding: 20px 0 40px;
    margin-bottom: 0;
    font-size: 22px;
    width: 77%;
}

.banner-content .sec-hdg,
.banner-content p {
    color: var(--white-color);
}

.banner-slider-mobile {
    position: absolute;
    bottom: 0;
    top: 8rem;
    left: -6rem;
    transform: rotate(345deg);
    animation-duration: 3s;
}

.banner-slider-laptop {
    position: absolute;
    transform: rotate(344deg);
    right: -7rem;
    width: 100%;
    top: 1rem;
    bottom: 0;
    z-index: 2;
}

.banner-laptop {
    position: absolute;
    z-index: 2;
}

.banner-slider .item img {
    width: 85%;
    max-width: 100%;
    z-index: 1;
    position: relative;
    margin: 27px auto;
}

.banner-slider {
    position: relative;
}

.banner-slider-wraper .owl-nav {
    display: none;
}

.banner-slider-mobile img {
    width: 90%;
    position: relative;
    z-index: 2;
}

.mobile-slider {
    position: absolute;
    top: 2px;
    z-index: -1;
    left: 7px;
}

.mobile-slider .item img {
    width: 85%;
}

.slider-bg {
    position: absolute;
    right: 0.5rem;
    top: -3.7rem;
    display: none;
}

.banner-slider-mobile {
    animation: banner-slider-mobile ease-in-out 3s infinite alternate;
}

.banner-slider-mobile img {
    display: block;
}

@keyframes banner-slider-mobile {
    0% {
        transform: rotate(344deg);
    }
    100% {
        transform: rotate(348deg);
    }
}

.banner-slider-laptop {
    animation: banner-slider-laptop ease-in-out 3s infinite alternate;
}

.banner-slider-laptop img {
    display: block;
}

@keyframes banner-slider-laptop {
    0% {
        transform: rotate(344deg);
    }
    100% {
        transform: rotate(348deg);
    }
}

/* main-banner */

/* We Want To Bring */
.we-want {
    position: relative;
}

section.we-want h1 span {
    font-size: 63px !important;
}

section.we-want img {
    border-radius: 19px;
}

.we-wat-p .sec-p {
    color: var(--color-555555);
    margin: 50px 0;
}

.we-want-img {
    margin-left: -30px;
    border-radius: 19px;
}

.we-want-img2 {
    text-align: right;
    margin-top: 20%;
}

.we-want-img2 {
    margin-top: 24%;
    display: block;
    margin-left: auto;
}

.we-want-img3 {
    margin: 15vh 16px 0 auto;
    display: block;
}

.we-want-secimg {
    position: absolute;
    left: 3%;
    top: 20%;
}

/* We Want To Bring */

/* counter-number */
.counter-number {
    background-image: url(../images/counter-bg.html);
    padding: 3rem 0;
}

.destp {
    display: none;
}

.counter-wrpaer {
    display: flex;
    align-items: center;
}

.counter-wrpaer img {
    border-radius: 10px;
}

.counter-ul,
.counter-ul2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-ul li {
    margin: 0 80px;
}

.counter-ul2 {
    justify-content: space-between;
    margin-top: 50px;
}

.number-area {
    margin-left: 20px;
}

.number-area h3 {
    color: #000;
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 0;
}

.number-area p {
    margin: 0;
    font-size: 19px;
    color: var(--color-555555);
    font-family: "Hind", sans-serif;
}

/* counter-number */
/* our-services */

.cursor,
.cursor2,
.cursor3 {
    position: fixed;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    pointer-events: none;
    left: -100px;
    top: 50%;
}

.cursor {
    background-color: #fff;
    height: 0;
    width: 0;
    z-index: 99999;
}

.cursor2,
.cursor3 {
    height: 36px;
    width: 36px;
    z-index: 99998;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.cursor2.hover,
.cursor3.hover {
    -webkit-transform: scale(2) translateX(-25%) translateY(-25%);
    transform: scale(2) translateX(-25%) translateY(-25%);
    border: none;
}

.cursor2 {
    border: 2px solid #fff;
    box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}

.cursor2.hover {
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 12px rgba(255, 255, 255, 0.2);
}

/* #Slider
================================================== */

.our-services-slider {
    position: relative;
    display: block;
    overflow: hidden;
}

/* Case Study Showcase
================================================== */

.case-study-wrapper .case-study-name a {
    position: relative;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    color: #564e4e;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    padding: 10px;
}

.case-study-wrapper .case-study-name a span {
    display: none;
}

.case-study-wrapper .case-study-name.active a,
.case-study-wrapper .case-study-name:hover a {
    color: var(--white-color);
    background: linear-gradient(#17fc9c, #8eea23);
    box-shadow: -13.216px 16.32px 40px 0px rgba(208, 17, 17, 0.16);
    padding: 10px;
    border-radius: 3px;
}

.case-study-wrapper .case-study-name.active span,
.case-study-wrapper .case-study-name:hover span {
    display: inline-block;
}

.blinking {
    animation: blinkingText 0.7s infinite;
}

@keyframes blinkingText {
    0% {
        color: var(--white-color);
    }
    49% {
        color: var(--white-color);
    }
    60% {
        color: transparent;
    }
    99% {
        color: transparent;
    }
    100% {
        color: var(--white-color);
    }
}

.case-study-wrapper li {
    margin-bottom: 10px;
}

.our-services {
    position: relative;
    margin-bottom: 10rem;
}

.logo-design-bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.case-secimg {
    position: absolute;
    right: 11rem;
    left: 0;
    margin: 5rem auto;
    z-index: -1;
}

.case-study-images li {
    margin: auto;
    position: absolute;
    top: 16rem;
    right: 0;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.our-services .sec-hading {
    margin-bottom: 7rem;
}

.case-study-images .img-hero-background img {
    opacity: 0;
    -webkit-transform: scaleX(1) skewX(5deg);
    -ms-transform: scaleX(1) skewX(5deg);
    transform: scaleX(1) skewX(5deg);
    -webkit-transition: 0s 0.45s;
    -o-transition: 0s 0.45s;
    transition: 0s 0.45s;
}

.case-study-images .show .img-hero-background img {
    opacity: 1;
    -webkit-transform: scaleX(1.1);
    -ms-transform: scaleX(1.1);
    transform: scaleX(1.1);
    -webkit-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* our-services */

/* cta */
.cta {
    background: #060606;
    text-align: center;
    padding: 3rem 0;
    position: relative;
}

.cta-wrpar h1 {
    font-size: 52px;
    color: var(--white-color);
    text-align: center;
    font-weight: 800;
    margin-bottom: 20px;
}

.cta-wrpar p {
    color: var(--white-color);
    font-size: 20px;
}

.cta-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.cta-button a {
    margin: 0 0.7rem;
}

.cta-button i {
    margin-right: 10px;
    transform: rotate(90deg);
}

.cta-get-btn,
.call-btn {
    background-color: #fff;
    color: #ffffff;
    box-shadow: 1.113px 7.922px 21px 0px rgb(208 17 17 / 21%);
    padding: 10.5px 48.5px;
    font-size: var(--fontsize16);
}

.call-btn {
    background-color: transparent;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    padding: 8.5px 15px;
}

.cta img {
    position: absolute;
}

.cta-left {
    left: 0;
    top: -11%;
    width: 21%;
}

.cta-right {
    right: 0;
    top: -6%;
    width: 21%;
}

/* cta */
/* our work */
.our-work {
    padding-bottom: 4rem;
    background: #fdf4f5;
}

.images-content {
    position: relative;
}

.portfolio-overlay {
    opacity: 0;
    background-color: #040404d1;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 93%;
    height: 93%;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: auto;
    transition-duration: 1s;
}

.small-over .port-text {
    font-size: 55px;
}

.port-text,
.ml3 span {
    font-size: var(--fontsize94);
    color: var(--white-color) !important;
}

.images-content:hover .portfolio-overlay {
    opacity: 1;

    transition-duration: 1s;
}

.images-wraper {
    display: flex;
    align-items: center;
}

/* our work */

/* Begin: Award CSS */
.awardSec {
    text-align: center;
}

.awardSec .awardListCarousel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row wrap;
    margin-top: 3rem;
}

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

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

.rollImage:hover figure {
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: transform 0.5s cubic-bezier(0.19, 0.65, 0.02, 0.93);
}

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

.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);
}

/* END: Award CSS*/

/* packages */
.det-packages {
    background-image: url(../images/packages-bg.html);
    background-position: bottom;
}

.pricing-inner-pg .main-heading h2 span {
    color: var(--white-color);
}

.packages-tabs .nav-tabs li a {
    padding: 6px 9px;
    margin: 0 10px;
    font-weight: 500;
    font-size: var(--fontsize18);
    color: var(--color-040404);
    border-radius: 5px;
    background-color: var(--white-color) !important;
    text-transform: uppercase;
    font-size: 15px;
}

.packheads img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(5%) saturate(811%) hue-rotate(165deg) brightness(90%) contrast(83%);
}

.packages-tabs .nav-tabs {
    border: none;
    display: flex;
    justify-content: center;
    margin: 2rem 0;
    gap: 1rem 0;
}

.nav-tabs + .tab-content {
    padding: 2rem 0;
}

.packages-tabs .nav-tabs li {
    margin-right: 0;
}

.packages-tabs .nav-tabs li a.active,
.packages-tabs .nav-tabs .nav-link:hover {
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
    color: var(--white-color);
}

.det-packages .sechead h3 {
    color: #111;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    text-align: center;
}

.det-packages .sechead p {
    font-size: 16px;
    color: #505050;
    line-height: 25px;
    margin-top: 21px;
    margin-bottom: 30px;
}

.packheads img {
    padding: 1.5rem 0;
}

.det-packages .boxpackages {
    border-radius: 6px;
    background-color: rgb(255, 255, 255);
    padding: 30px 15px;
    transition: all 0.3s ease-out;
    position: relative;
    border: 2px solid #20abf3b8;
    border-radius: 30px;
}

.det-packages .boxpackages:hover {
    background: linear-gradient(#17fc9c, #8eea23);
    transition: all 0.3s ease-out;
    /* background-color: transparent; */
    box-shadow: 17px 35px 32px -14px rgb(45 45 45 / 42%);
}

.det-packages .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 45px;
}

.slimScrollBar {
    background: #000000 !important;
}

.det-packages .boxpackages:hover .slimScrollBar {
    background-color: var(--white-color) !important;
}

.det-packages .boxpackages:hover .botarea-pack .order-btn {
    background-color: var(--color-040404);
}

.det-packages .boxpackages:hover * {
    color: var(--white-color) !important;
}

.order-btn:hover.dft-button:before {
    background-color: var(--color-040404) !important;
}

.owl-theme .owl-dots .owl-dot {
    font-size: 0;
}

.det-packages .boxpackages .packheads h3 {
    font-size: var(--fontsize20);
    color: var(--color-040404);
    font-weight: 800;
}

.packheads {
    text-align: center;
}

.det-packages .boxpackages .packheads p {
    font-size: 13px;
    color: #ababab;
    min-height: 37px;
}

.packtitles h1 {
    font-size: 52.2px;
    color: #34b2f2;
    font-weight: 900;
    margin: 0;
}

.packtitles h4 {
    font-size: var(--fontsize22);
    font-weight: 600;
    color: #1d1d3f;
    text-decoration: line-through;
    text-decoration-color: var(--span-color);
}

.packtitles sup {
    font-size: 27.38px;
}

.bets_seller_list ul h5 {
    font-size: var();
    text-align: center;
    font-weight: 900;
    margin-bottom: 12px;
}

.boxpackages .packtitles h3 sup {
    font-size: 19px;
    font-weight: 600;
    top: -17px;
}

.packdetails .bets_seller_list ul li {
    padding-bottom: 12px;
    font-size: var(--fonsize14);
    color: var(--color-555555);
    padding-right: 0;
    text-align: left;
}

.bets_seller_list.combo_package .heading {
    padding-left: 18px;
    font-size: 16px;
    font-weight: 700;
}

.packdetails .bets_seller_list ul {
    display: block;
    width: 100%;
    padding: 14px 25px;
    margin: 0;
}

.boxpackages .packdetails .bets_seller_list h3 {
    font-size: 14px;
    color: rgb(207, 4, 32);
    font-weight: 700;
}

.packdetails .botarea-pack {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
}

.botarea-pack .order-btn {
    padding: 0.6rem 2.23rem;
    color: #fff;
    margin-right: 0;
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
}

.det-packages .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

/*.packages-tabs .nav-item:last-child {*/
/*    display: none;*/
/*}*/

/* packages */

/* big packages */

.final h1 {
    margin-bottom: 1rem;
}

.bigpackage {
    overflow: hidden;
}

.top-packages {
    position: relative;
    background: linear-gradient(45deg, black, #403939);
    padding: 30px 0;
    border-radius: 32px;
}

.top-hdg {
    padding-bottom: 20px;
}

.top-packages .bg-secondary {
    padding: 0px;
    background-color: transparent !important;
}

.package-name {
    text-align: center;
    background-color: #23aaf6;
    padding: 8px 0;
}

.package-name h1 {
    padding: 10px 0;
    border-top: 1px solid #2f2a2a;
    border-bottom: 1px solid #2f2a2a;
    margin-bottom: 0;
    font-size: var(--fontsize26);
}

.combo-list-style ul li {
    border-bottom: 1px solid rgb(255 255 255 / 15%);
    padding: 8px 0;
    margin-left: 35px;
    font-size: 14px;
    position: relative;
    color: var(--black-color);
}

.combo-list-style ul li::before {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    content: "\f0da";
    left: -25px;
    display: inline-block;
    color: #ffbb06;
    padding-left: 10px;
    vertical-align: middle;
    font-weight: 900;
}

.top-packages h2 {
    font-size: var(--fontsize20);
    padding-left: 20px;
    font-weight: 700;
    margin: 20px 0 5px;
}

.final {
    text-align: center;
}

.final .order-btn:hover.dft-button:before {
    background-color: var(--white-color) !important;
}

.final .order-btn {
    margin-right: 0;
    font-size: var(--fonsize15);
    padding: 1rem 3rem;
    margin: 20px 0 0;
}

.final + figure img {
    width: auto !important;
}

.combo-list-style ul {
    padding: 30px 0 0 35px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    gap: 0 3.5rem;
}

.has-pad {
    padding: 2rem 1rem;
}

.has-pad img {
    position: absolute;
    bottom: 4rem;
    left: 0;
    right: 0;
    margin: auto;
}

img {
}

.final h1 {
    font-weight: 700;
    font-size: 2.875rem;
    padding: 0 3rem;
}

.final h4 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.final h2 {
    font-size: var(--fontsize66);
    font-weight: 900;
    color: var(--span-color) !important;
    margin: 10px 0 20px;
    line-height: 90%;
}
.bigpackage {
    position: relative;
}

.bigpackage * {
    color: #fff;
}

.bg-hdg h1 {
    background-image: url(../images/time-pac.html);
    background-repeat: no-repeat;
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 0;
    right: 0;
    top: 0;
    height: 219px;
}

.top-hdg h1 {
    font-size: 35px;
    color: var(--white-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 0;
    position: relative;
}

.top-hdg h1::after {
    content: '';
    position: absolute;
    width: 197px;
    height: 131px;
    background: url(../images/badge.png);
    right: 21px;
    top: -80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
}

.top-hdg p {
    color: var(--white-color);
    font-size: var(--fontsize22);
}

.bigpackage .owl-carousel .owl-stage-outer {
    overflow: visible;
    overflow-x: clip;
}

.final .ult-cut-prc {
    font-size: var(--fontsize26) !important;
    position: relative;
    padding-right: 51px;
    text-align: right;
    font-weight: 400;
    margin-bottom: 0;
}

.bigpackage .owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}

.inner {
    text-decoration: line-through;
}

.ult-cut-prc strong {
    margin-left: 10px;
    color: #000;
    font-weight: 600;
}

.limit-time {
    font-size: var(--fontsize22);
    font-weight: 600;
    line-height: 20px;
}

.limit-time span {
    font-size: var(--fontsize20);
    font-weight: 400;
    color: #FFC107;
}

.final h6 {
    font-size: 1.688rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

/* bigpackages */

/* Testimonials  */
.testimonials-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.testi-hading h2 {
    margin-bottom: 0;
    font-size: var(--fontsize26);
    color: var(--color-040404);
    font-weight: 800;
    text-transform: uppercase;
}

.testi-hading span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 800;
}

.testi-p {
    margin-bottom: 0;
    font-size: var(--fontsize20);
    color: var(--color-555555);
    font-style: italic;
    margin-top: 2rem;
}

/* Testimonials */

/* our-prestigious */

.our-prestigious {
    background: #23a9f62b;
}

.clinets-logo {
    margin-top: 40px;
}

.clinets-logo-ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/*  our-prestigious  */

/* about-us */
.inner-banner {
    height: 442px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.inner-banner .sec-hading .sec-hdg {
    color: var(--white-color);
    font-size: var(--fontsize94);
}

.about-us-sec {
    background-image: url(../images/about-us/banner-bg.html);
}

.introduction .sec-hdg {
    font-size: var(--fontsize66);
}

.introduction p {
    margin: 0px 0px 0px 160px;
    padding: 0px !important;
}
.introduction p {
    padding-left: 60px;
    color: #7a7a7a;
}

.intr-icon-box {
    box-shadow: 0.278px 1.981px 59px 0px rgba(0, 0, 0, 0.05);
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.intr-icon-box h3 {
    font-size: var(--fontsize22);
    margin-bottom: 0;
    padding-left: 13px;
    font-weight: 600;
}

.intr-sec2-area {
    display: flex;
    align-items: center;
}

.intr-sec2-img1 {
    margin-left: -10.7%;
}

.about-us-counter .counter-ul2 {
    margin-top: 70px;
}

.about-us-counter .counter-wrpaer {
    display: block;
    text-align: center;
}

.about-us-counter p {
    margin-bottom: 0;
    color: var(--color-040404);
    font-weight: 500;
    line-height: 22px;
}

.introduction-section2 {
    padding-top: 0;
}

.about-us-counter h3 {
    font-size: var(--fontsize66);
    color: var(--color-040404);
    margin-bottom: 0;
}

/* about-us */

/* portfolio-sec */
.portfolio-sec {
    background-image: url(../images/portfolio/banner-bg.html);
}

.portfolio-page #tabs-nav {
    margin: 30px 0 !important;
}

.portfolio-page .mt-5,
.my-5 {
    margin-top: 0rem !important;
}

.portfolio-page .tab-content img {
    padding: 0;
}

/* portfolio-sec */
/* paricing */
.pricing-sec {
    background-image: url(../images/pricing-bg.html);
}

/* pricing */
/* contact-us-sec */
.contact-us-sec {
    background-image: url(../images/contact-us-bg.html);
}

/* contact-us-sec */
/* branding */
.branding-sec {
    z-index: 0;
    background-image: url('../images/d-1.jpg');
    height: unset !important;
    position: relative;
}
.D-marketing{
    background: url('../images/banner-2.jpg');
}
.logo-design{
    background: url('../images/b-3.jpg');
}
.mobile-app{
    background: url('../images/ban4.png');
}
.web-sec{
    background: url('../images/ban-5.png');
}
.list-content-inner span {
    background: linear-gradient(#17fc9c, #8eea23);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 27px;
    font-weight: 600;
}
.services-banner {
    background-position: center;
    padding-bottom: 144px;
    position: relative;
    /* height: 1022px; */
    padding-top: 14%;
    background-size: cover;
    background-attachment: fixed;
}

/* drowp-down-form */
.ser-bnr-drop {
    /* position: absolute; */
    /* right: 19.5%; */
    /* z-index: 1; */
    /* top: 10%; */
    width: 500px;
    background: linear-gradient(45deg, black, transparent);
    padding: 32px 24px 39px;
    border-radius: 20px;
}

.services-from textarea {
    height: 100px;
}

.services-from .form-control {
    background-color: #000000;
    /* color: #000; */
    height: 53px;
    border-radius: 0px;
}

.services-from .form-control::placeholder {
    color: var(--white-color);
}

.services-from .footer-form-btn {
    background-color: var(--color-d01111);
    color: var(--white-color);
}

.services-from .footer-form-btn:hover {
    color: #fff !important;
}

.services-from-input {
    /* padding: 0 20px 20px; */
}

.faq-list {
    /* width: 400px; */
    /* padding: 10px; */
}

.faq-list h1 {
    font-size: 28px;
    color: var(--white-color);
    font-weight: 600;
    margin-bottom: 0;
}

.faq-list i {
    background-color: var(--color-040404);
    padding: 20px;
    margin-right: 20px;
}

.faq-list > li {
    width: 100%;
    /* background-color: #eee; */
    overflow: hidden;
}

.faq-list > li.open .list-content {
    max-height: 1000px;
    -webkit-transition: max-height 0.5s ease-in;
    -moz-transition: max-height 0.5s ease-in;
    -ms-transition: max-height 0.5s ease-in;
    -o-transition: max-height 0.5s ease-in;
    transition: max-height 0.5s ease-in;
    background: white;
}

.faq-list .list-header {
    background-color: #20abf3;
    padding-right: 10px;
    cursor: pointer;
    /* border-radius: 59px; */
}

.faq-list .list-content {
    /* max-height: 0; */
    /* overflow: hidden; */
    -webkit-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -moz-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -ms-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    -o-transition: max-height 1s cubic-bezier(0, 1.05, 0, 1);
    /* transition: max-height 1s cubic-bezier(0, 1.05, 0, 1); */
}

.faq-list .list-content-inner {
    /* padding: 20px 10px 5px; */
    text-align: center;
    padding-bottom: 18px;
}

.custom-select {
    position: relative;
    background-color: #fff;
    color: #000;
}

.custom-select select {
    display: none; /*hide original SELECT element: */
}

/* Style the arrow inside the select element: */
.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
}

/* Point the arrow upwards when the select box is open (active): */
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}

/* style the items (options), including the selected item: */
.select-items div,
.select-selected {
    transition: 3s;
    cursor: pointer;
}

/* Style items (options): */
.select-items {
    position: absolute;
    background-color: aliceblue;
    top: -14vh;
    color: var(--color-040404);
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 99;
    transition: 3;
}

.select-items div {
    border-bottom: 1px solid var(--color-d01111);
    padding: 5px 0;
    transition: 3s;
}

/* Hide the items when the select box is closed: */
.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--color-555555);
    color: var(--white-color);
}

/* drowp-down-form */
.banner-img2 img {
    position: absolute;
    bottom: 8%;
    left: 22%;
    display: block;
}

.branding-hading .sec-hdg {
    text-align: left;
    color: #fff;
}

.services-banner-p {
    padding-left: 0;
    text-align: left;
    font-size: var(--fontsize17);
    color: #fff;
    position: relative;
    width: 60%;
    font-size: 20px;
}

.services-banner-p::before {
    content: "";
    position: absolute;
    width: 140px;
    left: 0;
    height: 1px;
    /* background-color: var(--color-040404); */
    top: 10px;
}

.bnr-lft1 {
    position: absolute;
    left: 4%;
    top: 12%;
}

.bnr-right1 {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.bnr-right1 {
    position: absolute;
    right: 1%;
    bottom: 0;
    top: 10px;
    margin: auto;
}

.branding-hading {
    margin-left: 12%;
}

.support-sec {
    background-color: #121212;
    padding: 2.5rem 0;
    position: relative;
    z-index: 1;
}

.support-area .counter-ul2 {
    margin-top: 0;
}

.support-area .counter-ul2 p {
    color: var(--white-color);
    font-size: var(--fontsize17);
    font-weight: 500;
    position: relative;
}

.support-area .counter-ul2 p::after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -webkit-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    background-image: -ms-linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0) 0%,
        rgb(255, 255, 255) 49%,
        rgba(255, 255, 255, 0) 100%
    );
    height: 90px;
    width: 1px;
    opacity: 0.4;
    top: -19px;
    right: -2rem;
    border-color: rgb(0, 0, 0);
}

.aftr p::after {
    display: none;
}

.elevate-your {
    background: url('../images/b-1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-attachment: fixed;
}

.elt-yur-btn:hover {
    color: var(--black-color) !important;
}

.elevate-your .sec-hdg {
    font-size: var(--fontsize66);
    color: var(--white-color);
}

.elevate-your p {
    color: var(--white-color);
    /* padding-left: 54%; */
    font-size: var(--fontsize17);
    margin-top: 40px;
}

.elevate-your .container {
    position: relative;
}

.elt-yur-btn {
    border: 1px solid #ffffff;
    width: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 169px;
    border-radius: 50%;
    color: var(--white-color) !important;
}

.elt-yur-button {
    position: absolute;
    right: -4%;
    bottom: 30%;
}

.content-wraper {
    padding: 5rem 2rem;
    position: relative;
    text-align: center;
    height: 100%;
}

.content-wraper h1 {
    font-size: 247px;
    left: 0;
    right: 0;
    top: -45px;
    margin: auto;
    position: absolute;
    color: #121212;
}

.content-div {
    position: relative;
    z-index: 1;
}

.content-div * {
    color: var(--white-color);
}

.content-div p {
    margin-bottom: 0;
}

.content-div h3 {
    font-size: 60px;
}

.content-div h2 {
    font-size: 28px;
    margin: 30px 0 35px;
    position: relative;
}

.content-div h2::after {
    width: 14%;
    height: 2px;
    content: "";
    position: absolute;
    background-color: #20abf3;
    bottom: -17px;
    right: 0;
    left: 0;
    margin: auto;
}

.content-div p {
    font-size: var(--fontsize17);
}

.black-box {
    background-color: var(--color-040404);
}

.red-box {
    background-color: #009688;
    margin-top: 10px;
}

.red-box h1 {
    color: #ffffff17;
}

.our-logo {
    padding-bottom: 0;
}

.red-box h2::after {
    background-color: var(--color-040404);
}

.panel {
    background-color: white;
    display: none;
    overflow: hidden;
    padding: 25px 0 0;
    transition-duration: 0.4s;
}

.panel p {
    font-size: var(--fontsize17);
    margin-bottom: 0;
}

.branding-services .case-study-wrapper .case-study-name a {
    font-size: 31px;
}

.branding-our-services {
    margin-bottom: 14rem;
}

.accordion {
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition-duration: 0.4s;
}

/* branding */
/* logo-design */
.logo-hading .services-banner-p {
    padding-left: 36%;
}

.services-banner .sec-hading {
    text-align: left;
}

.compensate-for-scrollbar {
    margin-right: 0 !important;
}

.logo-hading .sec-hdg {
    font-size: var(--fontsize94);
}

/* Tabs */
.logo-design-portfolio .tabs {
    border-radius: 5px 5px 5px 5px;
}

.logo-design-portfolio #tabs-nav,
.portfolio-page #porfolio-tabs-nav {
    list-style: none;
    margin: 20px 0;
    display: flex;
    justify-content: center;
    padding: 5px;
    overflow: auto;
}

.tab-content img {
    width: 100%;
    padding: 13px;
}

.logo-design-portfolio #tabs-nav li,
.portfolio-page #porfolio-tabs-nav li {
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 8px;
    border-radius: 5px 5px 5px 5px;
    /*border: 1px solid #d5d5de;
    border-bottom: none;*/
    cursor: pointer;
}

.logo-design-portfolio #tabs-nav li:hover a,
.logo-design-portfolio #tabs-nav li.active a,
.portfolio-page #porfolio-tabs-nav li:hover a,
.portfolio-page #porfolio-tabs-nav li.active a {
    color: var(--white-color);
    background-color: #25a8f9;
}

.logo-design-portfolio #tabs-nav li a,
#porfolio-tabs-nav li a {
    text-decoration: none;
    color: var(--color-040404);
    padding: 10px;
    border-radius: 5px;
    font-size: var(--fontsize17);
}

.logo-design-portfolio .tab-content {
    padding: 10px;
}

/* logo-design */

/* mobile-apps */
.mobile-your .sec-hdg {
    font-size: 60px;
}

/* mobile-apps */
/* digital-marketing */
.digital-services .case-study-name a {
    font-size: 34px !important;
}

/* digital-marketing */
/* footer-form */
.footer-form {
    background: url(https://images.glints.com/unsafe/1920x0/glints-dashboard.s3.amazonaws.com/company-banner-pic/3bac8aebcad917e4609842e2585ec8e0.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

.footer-form button {
    background: #24aaf7;
    color: white;
    font-size: 22px;
}

.footer-form .sec-hdg {
    color: var(--white-color);
    font-size: 101px;
}

.footer-form p {
    font-size: 22px;
    color: var(--white-color);
    width: 100%;
}

.footer-area-form p {
    font-size: 30px;
    color: #fff;
    font-weight: 300;
}

.footer-form-input .form-group input,
.footer-form-input .form-group textarea {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid var(--white-color);
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    color: var(--white-color);
    margin-bottom: 25px;
    padding-left: 6px;
}

.footer-form-input .form-group input::placeholder,
.footer-form-input .form-group textarea::placeholder {
    color: var(--white-color);
}

.footer-form-input .form-group textarea {
    height: 100px;
}

.footer-form-btn {
    width: 100%;
    background-color: var(--white-color);
    color: #fff;
    height: 51px;
}

/* footer-form */

/* footer */
.main-footer {
    padding: 3rem 0;
    background: linear-gradient(rgba(0,0,0,0.3),rgb(0 0 0 / 85%)),url(https://www.sinaps.ro/wp-content/uploads/2018/05/5scripturiextremdeutilegoogleadwords.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100% 6%;
}

.footer-logo p {
    color: var(--white-color);
    padding: 1rem 2rem 1rem 0;
    margin-bottom: 0;
}

.social-icons {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.social-icons a {
    margin-right: 1.2rem;
    color: var(--span-color);
    background-color: var(--white-color);
    width: 34px;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social-icons a:hover {
    transition: 0.3s ease-in-out;
    background-color: var(--color-d01111);
}

.social-icons a:hover i {
    color: var(--white-color);
}

.social-icons i {
    color: var(--span-color);
}

.links-ul li a,
.number-email a {
    position: relative;
    transition: all 0.3s ease-in-out;
}

.links-ul li a:hover,
.number-email a:hover {
    color: var(--color-d22222) !important;
    margin-left: 10px;
}

.links-ul li a:hover::before,
.number-email a:hover::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    display: inline-block;
    vertical-align: middle;
    color: var(--white-color);
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 0;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    margin: auto;
}

.main-footer a:hover {
    color: var(--span-color);
    transition: 0.3s ease-in-out;
}

.number-email img {
    margin-right: 1rem;
}

.number-email a:nth-child(2) {
    margin-bottom: 0;
}

hr {
    color: #333333 !important;
}

.number-email {
    margin-top: 1rem;
}

.number-email a {
    margin: 18px 0;
}

.main-footer .row {
    border-bottom: 1px solid #24a9f7;
    padding-bottom: 2rem;
}

.links h4,
.footer-signup {
    color: var(--white-color);
    margin-bottom: 1rem;
}

.links-ul a,
.number-email a {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--white-color);
}

.copyright-ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 2rem;
}

.copyright-ul a,
.copyright-ul li {
    color: #fff;
}

.banner_step_form .tab {
    display: none;
    width: 100%;
}

.form_btn_wrap {
    position: absolute;
    right: 0;
}

.banner_step_form .tab input {
    width: 100%;
    border: 0;
    background: white;
    padding: 23px 20px;
    border-radius: 6px;
    position: relative;
}

.banner_step_form {
    width: 100%;
    background-color: #1b1a1c;
    border-radius: 6px;
    height: 48px;
    margin: 20px 0;
}

.form_btn_wrap button {
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
    box-shadow: -1.089px 1.677px 59px 0px rgba(213, 5, 8, 0.14);
    height: 64px;
    width: 77px;
    border: none;
    color: #fff;
    font-size: 14px;
    height: 46px;
    border-radius: 6px;
}

/* footer */

/* popup */

/* popup from */
.form-error {
    display: none;
}

.popup-img {
    height: 100%;
}

input.error {
    border-color: #dd3b18 !important;
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.entry-box {
    width: 82%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    pointer-events: auto;
    text-align: center;
    background: #1a1a1a;
}

.entry-box h3 {
    text-align: left;
    color: var(--white-color);
    font-size: var(--fontsize43);
}

.entry-box .footer-area-form {
    padding: 20px;
}

#entry-box_close img {
    filter: brightness(0) invert(1);
}

.entry-box .footer-area-form p {
    font-size: var(--fontsize16);
    text-align: left;
}

.entry-box .leadForm {
    padding: 1rem 0 0;
}

.entry-box .footer-form-btn {
    font-size: var(--fontsize20) !important;
}

.form-control.error {
    border-color: red !important;
}

label.error {
    display: none !important;
}

a#entry-box_close {
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 9;
}

/* popup */
/* sticky-form */
.sticky-form {
    position: fixed;
    right: 0;
    display: none;
    background-color: var(--color-d01111);
    z-index: 222;
}

.sticky-form a:hover {
    text-decoration: none !important;
    right: 0px !important;
    transition: all 0.4s ease-in-out;
}

.sticky-form .call_wrap {
    position: fixed;
    transition: all 0.4s ease-in-out;
    right: -187px;
    background: linear-gradient(#17fc9c, #8eea23);
    top: 22%;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    border-radius: 10px;
}

.sticky-form .call_wrap i {
    color: #fff;
    font-size: 20px;
    padding: 15px 15px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
}

.chat_wrap {
    top: 28.5% !important;
    right: -170px !important;
}

.sticky-form .call_wrap span {
    color: var(--white-color);
    font-size: 17px;
    vertical-align: middle;
    background-color: #23a9f6;
    padding: 15px 20px 15px 15px;
}

.fixedform .barforms {
    transition: all 0.3s ease-out;
}

.fixedform.fixed-forms-main .barforms {
    opacity: 1;
    left: -46px;
}

.fixedform.fixed-forms-main .barforms span {
    color: #fff;
    font-size: 16px;
    transform: rotate(270deg);
    display: block;
    width: 155px;
    position: relative;
    left: -55px;
    top: 46%;
}

.fixedform .services-from-input {
    width: 320px;
    padding: 0 20px;
}

.fixedform {
    opacity: 0;
    position: fixed;
    top: 35.4%;
    right: -19.99rem;
    background-color: #fff;
    margin: auto;
    padding: 19px 0;
    z-index: 222;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.fixedform .barforms {
    position: absolute;
    left: 0;
    top: 6px;
    background: linear-gradient(#17fc9c, #8eea23);
    /* background-size: initial; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    border-radius: 5px 0px 0px 5px;
    width: 45px;
    height: 292px;
}

.fixedform .getdiscount {
    padding: 16px 20px;
    background: #fff;
    border-bottom-left-radius: 10px;
}

.fixedform .getdiscount h3 {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
    margin: 0 0 20px;
    font-size: 21px;
    font-weight: 600;
    color: #111111;
}

.fixedform form {
    width: 100%;
}

.fixedform .mm-field {
    margin-bottom: 13px;
    width: 100%;
    position: relative;
    border: 1px solid #ebe9e9;
}

.fixedform .mm-field input {
    width: 100%;
}

.fixedform .mm-field input[type="text"],
.fixedform .mm-field select,
.fixedform .mm-field input[type="email"] {
    background-color: transparent !important;
    z-index: 10;
    position: relative;
    border: 1px solid #fff;
    padding: 10px 10px 10px 60px;
    width: 100%;
}

.fixedform .mm-field {
    position: relative;
    border-radius: 2px;
}

.fixedform .mm-field:before {
    content: "";
    background: url("../images/sprites.html") no-repeat;
    background-position: -558px -167px;
    width: 52px;
    height: 44px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 22;
}

.fixedform .mm-field.pnfields:before {
    display: none;
}

.fixedform .mm-field.emailfield:before {
    background-position: -623px -167px;
    width: 52px;
    height: 44px;
}

.fixedform .mm-field.pnfields .intl-tel-input {
    width: 100%;
}

fieldset {
    position: absolute;
    top: 10px;
    left: 60px;
    z-index: 2;
    color: #666666;
    font-size: 15px;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out;
}

.intl-tel-input.allow-dropdown .flag-container,
.intl-tel-input.separate-dial-code .flag-container {
    z-index: 999;
}

.fixedform .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    border-right: none;
}

.fixedform .intl-tel-input.allow-dropdown .flag-container .selected-flag {
    background: rgb(219, 219, 219);
}

.fixedform .mm-field.selectsertvice:before {
    background-position: -684px -166px;
    width: 52px;
    height: 44px;
}

.fixedform .mm-field.whbgnone {
    margin-bottom: 0;
}

.fixedform .mm-field.whbgnone:before {
    background-position: -725px -97px;
    width: 21px;
    height: 21px;
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: initial;
}

.fixedform .mm-field.whbgnone button[type="submit"] {
    background: #ff0042;
    border-radius: 30px;
    width: 100%;
    padding: 14px 35px;
    color: #fff;
    text-align: left;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    border: transparent;
}

.fixedform .mm-field fieldset.active {
    top: 0px;
    font-size: 10px;
    color: #000;
    padding: 1px 8px;
    z-index: 20;
    left: 52px;
    font-weight: 500;
}

.fixedform .mm-field.pnfields fieldset {
    left: 100px;
}

.fixedform .mm-field.pnfields fieldset.active {
    left: 92px;
}

.fixedform.active {
    right: 0;
}

.fixed-forms-main {
    opacity: 1;
}

/* .fixedform.active .barforms {
    background-position: -915px -601px;
} */

.fixedform.active .barforms i {
    transform: rotate(0);
}

.barforms i {
    position: absolute;
    bottom: 24px;
    left: 0px;
    transform: rotate(178deg);
    right: 0;
    margin-left: 15px;
    color: #fff;
    margin-right: 10px;
    font-size: 25px;
}

/* sticky-form */

.port-img {
    margin: 0 0 5px 10px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.port-img:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .65);
    transition: .55s;
    opacity: 0;
    visibility: hidden;
}

.port-img .portfolio-icon {
    position: absolute;
    bottom: -50px;
    right: 20px;
    transition: .35s;
    font-size: 29px;
    line-height: 1;
    background: #fff;
    color: #000;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center
}

.port-img:hover:after {
    visibility: visible;
    opacity: 1
}

.port-img:hover .portfolio-icon {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
    z-index: 1
}

.port-img img {
    transition: .5s ease-in-out
}

.port-img:hover img {
    transform: scale(1.2)
}

.inner-pg-portfolio .col:not(.inner-pg-portfolio .col:last-child), .port-tab-content.tab-content .tab-pane .col:not(.port-tab-content.tab-content .row .col:last-child) {
    flex: 0 0 21%
}

.inner-pg-portfolio .col:last-child, .port-tab-content.tab-content .tab-pane .row .col:last-child {
    flex: 0 0 15.73%
}

.port-btn {
    justify-content: center;
    margin-top: 40px
}
.packageSlider.owl-theme .owl-nav{  
    position: initial;
    bottom: initial;
    left: initial;
}

.packageSlider.owl-theme .owl-nav .owl-prev,
.packageSlider.owl-theme .owl-nav .owl-next{ 
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
    margin-top: 0;
 }
 .packageSlider.owl-theme .owl-nav .owl-prev{
    left: -4rem;
 }
 .packageSlider.owl-theme .owl-nav .owl-next{
    right: -5rem;
 }
 .payment{
    background: #fff;
    padding: 9px 9px;
    border-radius: 20px;
    width: 302px !IMPORTANT;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: linear-gradient(45deg, #4d4f50, #1a1a1b);
    border: 1px solid #fff;
}
::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.scroll-to-top {
    width: 50px;
    height: 50px;
    background: linear-gradient(45deg, #2ca5ff, #00BCD4);
    position: fixed;
    bottom: 19px;
    right: 0;
    z-index: 99;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
    border-radius: 50%;
    left: 0;
    margin: 0 auto;
}
.scroll-to-top i {
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    -webkit-transition: .4s;
    transition: .4s;
}
.theme-btn.bt-support-now {
  background: -moz-linear-gradient(45deg, #1ebbf0 8%, #39dfaa 100%);
  background: linear-gradient(45deg, #FF5722, #E91E63);
  bottom: 118px;
}

.theme-btn.bt-buy-now {
  background: #8ac346;
  background: -moz-linear-gradient(top, #a3d179 0, #88ba46 100%);
}

.theme-btn {
  border-radius: 40px;
  bottom: 36px;
  display: table;
  height: 63px;
  left: 30px;
  min-width: 63px;
  text-align: center;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}

.theme-btn,
span.coupon {
  position: fixed;
  color: #fff;
}

.theme-btn,
span.coupon {
  animation: .5s infinite alternate scrollDownAnimation;
}

@keyframes scrollDownAnimation {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.lines {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  margin: auto;
  width: 90vw;
}

.line {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}
.line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgb(32 172 243) 0%, #ffffff 75%, #ffffff 100%);
  -webkit-animation: drop 7s 0s infinite;
  animation: drop 7s 0s infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}
.line:nth-child(1) {
  margin-left: -25%;
}
.line:nth-child(1)::after {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.line:nth-child(3) {
  margin-left: 25%;
}
.line:nth-child(3)::after {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}

@keyframes drop {
  0% {
    top: -50%;
  }
  100% {
    top: 110%;
  }
}



/* Package Section CSS Start Here */
section.Packages-wrap {
  padding: 50px 0;
  position: relative;
  z-index: 1;
}

section.Packages-wrap h3 {
    font-size: 36px;
    margin: 0 0 17px 0;
}

.Packages-wrap .Packages-head {
  width: 90%;
  margin: 0 auto 50px;
  text-align: center;
}

.Packages-head .heading-two {
  color: #181223;
  margin: 0 0 10px;
}

.Packages-head p {
  color: #181223;
}

.Packages-inner .Packages-buttons {
  margin: 0 0 30px;
}

.Packages-buttons ul {
  justify-content: center;
  align-items: center;
  border-bottom: none;
}

.Packages-buttons ul li{
  margin: 0 1px 9px;
}

.Packages-buttons ul li button.nav-link {
  border-radius: 30px;
  padding: 9px 12px;
  text-align: center;
  display: block;
  background-color: white;
  font-size: 14px;
  color: #231c23;
  transition: all 0.3s ease-out;
  cursor: pointer;
  min-width: 170px;
  border: 1px solid #a8a8a8;
  margin: 5px;
}

.Packages-buttons ul li button.nav-link.active,
.Packages-buttons ul li button.nav-link:hover {
  background-image: linear-gradient(45deg, #2ca5ff, #00BCD4);
  color: #fff;
}
section.Packages-wrap .Packages-inner {
}

.Packages-inner .Packages-tabitems-main {
}

.Packages-inner .Packages-tabitem {
}

.Packages-tabitem .boxpackages {
  background: #fff;
  border-radius: 15px;
  padding: 20px 16px 30px;
  margin: 0 0;
  float: left;
  width: 100%;
  box-shadow: -2px 10px 40px -10px #00000059;
  position: relative;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  margin-bottom: 50px;
  overflow: hidden;
  margin-top: 20px;
}
.Packages-tabitem .boxpackages:hover {
  transform: scale(1.07);
  border: 1px solid #6f1f73;
}

.Packages-tabitem .boxpackages .packag-tit {
  border-bottom: 1px solid #d1d7e3;
}

.packag-tit .heading-five {
  font-size: 21px;
  color: #111;
  font-weight: 700;
  margin: 0 0 5px;
}

.packag-tit p {
  font-size: 13px;
  color: #242424;
  min-height: 37px;
}

.Packages-tabitem .boxpackages .pack-detail-pri {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 14px 0 0 0;
}
.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-left {
}
.boxpackages .pack-detail-pri .pack-det-left .heading-three {
  font-size: 40px;
  color: #20abf3;
  font-weight: 700;
  margin: 0;
}

.boxpackages .pack-detail-pri .pack-det-left .heading-three sup {
  font-size: 24px;
  font-weight: 600;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right {
  position: absolute;
  right: 0;
  background-color: #7f7f7f;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 0;
  display: none;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right:before {
  position: absolute;
  z-index: 9;
  background-color: transparent;
  left: -18px;
  content: "";
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 18px solid #7f7f7f;
  transform: rotate(180deg);
  top: 0;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  margin: 0;
}

.Packages-tabitem .boxpackages .pack-detail-pri .pack-det-right h4 span.sale {
  text-decoration: line-through;
  display: block;
  font-size: 23px;
  color: #fff;
}

.Packages-tabitem .boxpackages:hover .pack-det-right {
  background: linear-gradient(45deg, #2ca5ff, #00BCD4);
  right: 1px;
}

.Packages-tabitem .boxpackages:hover .pack-det-right:before {
  border-left-color: #1eadf1;
}

.Packages-tabitem .boxpackages .package-list {
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d1d7e3;
}

.Packages-tabitem .boxpackages .package-list {
  min-height: 250px;
  max-height: 250px;
  overflow-y: scroll;
  padding-right: 20px;
}
.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar {
  width: 3px;
  background: none;
  border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list::-webkit-scrollbar-thumb {
  background-color: #ee3d6f;
  border-radius: 0;
}

.Packages-tabitem .boxpackages .package-list h4 {
  font-size: 17px;
  line-height: 27px;
  color: #6f1f73;
  font-weight: 700;
  border-top: 1px solid #d1d7e3;
  padding-top: 10px;
}

.Packages-tabitem .boxpackages .package-list ul {
  margin-bottom: 40px;
}

.Packages-tabitem .boxpackages .package-list ul li {
  position: relative;
  padding: 5px 25px;
  font-size: 14px;
  color: #455164;
  padding-right: 0;
}

.Packages-tabitem .boxpackages .package-list ul li:before {
  font-size: 16px;
  font-family: "Font Awesome 6 pro";
  font-weight: bold;
  content: "\f00c";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 7px;
  color: #6f1f73;
}

.Packages-tabitem .boxpackages .package-list ul li:after {
  content: "";
  right: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, #e0e3eb, transparent);
  display: block;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.Packages-tabitem .boxpackages .package-list ul li:nth-last-child(1)::after {
  display: none;
}

.Packages-tabitem .boxpackages:hover .package-list ul li::before {
  color: #ff0042;
}
.Packages-tabitem .boxpackages .botarea-pack {
}

.botarea-pack .view-details-text {
  text-align: center;
  margin-bottom: 12px;
}

.botarea-pack .view-details-text a {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  color: #a09e9e;
  font-weight: 600;
}

.Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.botarea-pack .btn-pack-lst-col .bottom-btn-order {
}

.botarea-pack .btn-pack-lst-col .bottom-btn-order a.btn-orders {
  border: 1px solid #0bb6df;
  border-radius: 30px;
  padding: 8px 18px;
  color: #f1324b;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}

.botarea-pack .btn-pack-lst-col .botom-live-cht {
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span {
  font-size: 10px;
  color: #242424;
  position: relative;
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx .heading-five {
  font-weight: 700;
  color: #111;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

.botarea-pack .btn-pack-lst-col .botom-live-cht .liovechats-bx span:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  content: "\f4ad";
  position: absolute;
  right: -25px;
  top: -4px;
  color: #ff0042;
  font-size: 16px;
}

.Packages-tabitem
  .boxpackages:hover
  .botarea-pack
  .btn-pack-lst-col
  .bottom-btn-order
  a.btn-orders {
  background: linear-gradient(45deg, #2ca5ff, #00BCD4);
  color: #fff;
}

.Packages-tabitem .boxpackages:hover .botarea-pack .view-details-text a {
  color: black;
}

.Packages-tabitem
  .boxpackages:hover
  .botarea-pack
  .btn-pack-lst-col
  .botom-live-cht
  .liovechats-bx
  .heading-five {
  color: #ff0042;
}
.Packages-tabitem .boxpackages .botarea-pack .btn-pack-lst-col .btn-md-spc {
  border: 1px solid #e2e5ec;
  height: 35px;
}
.package-btn-dv a {
  border: 1px solid #cbcbcb;
  color: #ff0042;
  transition: width 0.3s linear, color 0.3s linear;
  border-radius: 50px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.15);
  font-weight: 600;
  text-transform: capitalize;
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  height: 55px;
  width: auto !important;
  display: inline-block;
  padding: 12px 40px;
}

.package-btn-dv {
  display: flex;
  justify-content: center;
}

.package-btn-dv a:hover {
  background-image: linear-gradient(to right, #fd0043, #721e72);
  color: #fff;
}

/* Package Section CSS Start Here */
/*BEGIN RESPONSIVE*/

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

@media only screen and (min-width: 1445px) and (max-width: 1599px) {}

@media only screen and (min-width: 1366px) and (max-width: 1444px) {}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
       .sec-hdg span {
    font-size: 45px;
}
.banner-content {
    margin: 6rem 1rem;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4ef363;
}
section.we-want h1 span {
    font-size: 43px !important;
}
.banner-slider-laptop {
    right: -6rem !important;
}
.banner-slider-mobile {
    margin-left: 7.5rem !important;
}

.testimonials-wraper .testi-img {
    width: 270px !IMPORTANT;
}
.footer-form .sec-hdg {
    font-size: 58px;
}
.footer-form p {
    font-size: 19px;
}
.footer-logo img {
    width: 165px;
}
.counter-wrpaer img {
    display: none;
}
.counter-ul2 {
    margin-top: 0;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
       .sec-hdg span {
    font-size: 45px;
}
.banner-content {
    margin: 6rem 1rem;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4ef363;
}
section.we-want h1 span {
    font-size: 43px !important;
}
.banner-slider-laptop {
    right: -6rem !important;
}
.banner-slider-mobile {
    margin-left: 7.5rem !important;
}

.testimonials-wraper .testi-img {
    width: 270px !IMPORTANT;
}
.footer-form .sec-hdg {
    font-size: 58px;
}
.footer-form p {
    font-size: 19px;
}
.footer-logo img {
    width: 165px;
}
.counter-wrpaer img {
    display: none;
}
.counter-ul2 {
    margin-top: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
   .sec-hdg span {
    font-size: 45px;
}
.banner-content {
    margin: 6rem 1rem;
}
.package-details .item-list ul li {
    font-size: 12px !important;
    width: 100%  !important;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4ef363;
}
section.we-want h1 span {
    font-size: 43px !important;
}
.banner-slider-laptop {
    right: -6rem !important;
}
.banner-slider-mobile {
    margin-left: 7.5rem !important;
}

.testimonials-wraper .testi-img {
    width: 270px !IMPORTANT;
}
.footer-form .sec-hdg {
    font-size: 58px;
}
.footer-form p {
    font-size: 19px;
}
.footer-logo img {
    width: 165px;
}
.header-navigation nav {
    /* display: none; */
    margin-top: 7px;
}
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
    .combo-box-pack .details ul li a span {
    font-size: 12px !important;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
         .sec-hdg span {
    font-size: 24px;
}
.banner-content {
    margin: 6rem 1rem;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4ef363;
}
section.we-want h1 span {
    font-size: 22px !important;
}
.banner-slider-laptop {
    right: -6rem !important;
}
.banner-slider-mobile {
    margin-left: 7.5rem !important;
}

.testimonials-wraper .testi-img {
    width: 270px !IMPORTANT;
}
.footer-form .sec-hdg {
    font-size: 36px;
}
.footer-form p {
    font-size: 19px;
}
.footer-logo img {
    width: 165px;
}
.counter-wrpaer img {
    display: none;
}
.counter-ul2 {
    margin-top: 0;
}
.header {
    padding-top: 11px;
}
.brand-logo a img {
    width: 135px;
}
.sec-hading .sec-hdg {
    font-size: 30px !important;
}
.cta-wrpar p {
    padding: 0 4% !important;
}
.clients-sec h1 {
    width: 95%;
    margin: 0 auto;
}
.header-navigation nav {
    display: none;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
     .sec-hdg span {
    font-size: 44px;
}
.banner-content {
    margin: 6rem 0rem;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
    background: #4ef363;
}
section.we-want h1 span {
    font-size: 22px !important;
}
.banner-slider-laptop {
    right: -6rem !important;
}
.banner-slider-mobile {
    margin-left: 7.5rem !important;
}

.testimonials-wraper .testi-img {
    width: 270px !IMPORTANT;
}
.footer-form .sec-hdg {
    font-size: 36px;
}
.footer-form p {
    font-size: 19px;
}
.footer-logo img {
    width: 165px;
}
.counter-wrpaer img {
    display: none;
}
.counter-ul2 {
    margin-top: 0;
}
.header {
    padding-top: 11px;
}
.brand-logo a img {
    width: 130px;
}
.brand-logo a img:nth-child(2){
    display:none;
}
.sec-hading .sec-hdg {
    font-size: 30px !important;
}
.cta-wrpar p {
    padding: 0 4% !important;
}
.clients-sec h1 {
    width: 95%;
    margin: 0 auto;
}
.header-navigation nav {
    /* display: none; */
    top: -8px;
}
.theme-btn.bt-support-now ,.theme-btn.bt-buy-now{
    display: none;
}
.scroll-to-top i {
    line-height: 43px;
}
.scroll-to-top {
    width: 42px;
    height: 42px;
    bottom: 11px;
}
.introduction .sec-hdg {
    font-size: 37px !important;
}


}
.logoBox.Bg-1 {
    background: #000;
}

.logoBox.Bg-2 {
    background: #000;
}
.logoBox.Bg-3 {
    background: #000;
}
.logoBox {
    z-index: 0;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 14px 28px rgb(0 0 0/25%),0 10px 10px rgb(0 0 0/22%);
    background: #fff;
    padding: 10px 6px;
    display: flex;
    margin-bottom: 30px;
    justify-content: center;
}

section.LogoSec {
    background: #f5f5f5;
}

.logoBox img {
    width: 297px;
    height: 176px;
    object-fit: contain;
}

h2.sec-gg {
    text-align: center;
    font-size: 43px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin-bottom: 51px;
}
.logoBox:after {
    transition: all 0.4s ease;
    z-index: -1;
    position: absolute;
    content: "";
    background: linear-gradient(45deg, #FF5722, #E91E63);
    height: 0%;
    width: 0%;
    bottom: 59px;
    border-radius: 50%;
}

.logoBox:hover:after {
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    bottom: 0px;
    border-radius: 0px;
}
.logoBox img{
     transition: all 0.4s ease;
}
.logoBox:hover img{
    filter: brightness(0) invert(1);
    transition: all 0.4s ease;

}
.branding-sec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #00000078;
    top: 0;
    z-index: -1;
    left: 0;
    right: 0;
}

.list-content-inner h4 {
    color: #fff;
}

.list-content-inner p {
    color: #fff;
}



/* New css particle */

.github {
    bottom: 10px;
    right: 10px;
    position: fixed;
    border-radius: 10px;
    background: #fff;
    padding: 0 12px 6px 12px;
    border: 1px solid #000;
  }
  
  .github a:hover,
  .github a:link,
  .github a:visited,
  .github a:active {
    color: #000;
    text-decoration: none;
  }
  
  .github img {
    height: 30px;
  }
  
  .github #gh-project {
    font-size: 20px;
    padding-left: 5px;
    font-weight: bold;
    vertical-align: bottom;
  }
  

  .shape {
    position: absolute;
}

.shape-trian {
    height: 30px;
    width: 30px;
    background: #2ca5ff;
    top: 173px;
    border-radius: 90px;
    right: -187px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

.shape-Border {
    bottom: -275px;
    height: 30px;
    width: 30px;
    background: #711cd3;
    border-radius: 90px;
    left: 22%;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1, 1);
    }
    50% {
      transform: scale(1.5, 1.5);
    }
    100% {
      transform: scale(1, 1);
    }
  }
  #triangle{
    margin: 80px;
    width: 0;
    height: 0px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right: 50px solid #55f25d;
    animation-name: move1;
    animation-duration: 9s;
    animation-iteration-count: infinite;
  }
  
  @keyframes move1 {
      0%   {border-right: 50px solid yellow;}
      50%  {border-right: 50px solid blue; transform: rotate(180deg)}
      100% {border-right: 50px solid yellow; transform: rotate(360deg)}
  }
  .shape-layer {
    position: absolute;
    top: 90px;
    right: 50%;
}