@font-face {
    font-family: dodger3_13d;
    src: url("../fonts/cubefonts/dodger3_13d.woff");
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-primary);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--color-secondary);
}

.bannerSec {
    background-image: url(../images/Cube-images/background1.jpg);
    height: 900px;
    background-repeat: no-repeat;
    background-position: bottom;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
}

@media (min-width: 768px) and (max-width: 993px) {
    .homeBannerSec .justify-content-between {
        /* transform: scaleY(0.6);
        transform-origin: bottom; */
        margin-top: 120px;
    }
}


header {
    padding: 0 4rem;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 2;
}

header .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

.qouteBtn {
    color: #fff;
    border: 1px solid;
    background: transparent;
    border-color: #fff;
    border-radius: 8px;
    font-weight: 300;
    padding: 15px 30px;
}

.contactBtn {
    color: #fff;
    padding: 0;
}

header .contactBtn {
    margin-right: 19px;
    font-weight: 500;
    color: #fff;
}

.FristBannerHeadeing {
    position: relative;
    z-index: 111111;
}

.FristBannerHeadeing h2 {
    font-size: 70px;
    font-weight: 600;
    margin: 0;
    color: #fff;
}

.FristBannerHeadeing h1 {
    font-size: 70px;
    font-weight: 600;
    line-height: 70px;
    color: #fff;
}

.FristBannerHeadeing h1 span {
    font-family: dodger3_13d;
    font-weight: 100;
}

.FristBannerHeadeing h1 span img {
    width: 58%;
}

.FristBannerHeadeing p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

.BannerForm {
    padding: 18px 18px 3px 27px;
    border: 1px solid;
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    background-color: rgba(45, 45, 45, 0.302);
    position: relative;
    margin-top: 3rem;
    margin-bottom: 1rem;
}

.BannerForm .form-control {
    background: #cfcfcf45;
    border: 0;
    color: #fff;
}

.BannerForm .form-group {
    margin-right: 6px;
}

.BannerForm .form-control::-webkit-input-placeholder {
    color: #fff;
}

.BannerForm .form-control:-ms-input-placeholder {
    color: #fff;
}

.BannerForm .form-control::placeholder {
    color: #fff;
}

.Salestextimage {
    position: absolute;
    top: -46px;
    left: -6px;
}

.Salestextimage img {}

.btnStarted {
    background: #fff;
    color: var(--color-primary);
    padding: 16px 40px;
    font-size: 17px;
    border-radius: 6px;
    font-weight: 600;
}

.BannerVectorimage {
    margin-left: -13rem;
    z-index: -4;
}

.BannerVectorimage img {
    z-index: -25;
    position: relative;
    width: 720px;
    -webkit-animation: movebounce 10s linear infinite;
    animation: movebounce 10s linear infinite;
}

@-webkit-keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes movebounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.WorkContent h2 {
    font-size: 48px;
    color: #000000;
    margin: 0;
    font-weight: 900;
}

.WorkContent h2 span {
    color: #bc2030;
    background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.WorkContent p {
    color: #777777;
    font-size: 15px;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 35px;
    margin-top: 40px;
}

.btnTheme {
    z-index: 4;
    position: relative;
    transition: 0.6s ease;
    padding: 14px 32px;
    color: var(--color-primary);
    border: 1px solid var(--color-primary);
    font-size: 17px;
}

.btnTheme:before {
    transition: all 0.6s ease;
    position: absolute;
    content: "";
    background: linear-gradient(0deg, var(--color-primary), var(--color-secondary));
    width: 100%;
    z-index: -1;
    height: 0%;
    top: 0;
    right: 0;
}

.btnTheme:hover:before {
    height: 100%;
    transition: all 0.6s ease;
}

.btnTheme:hover {
    color: #fff;
}

.trustimage {
    margin-top: 60px;
}

.DesignSec {
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-position: left;
    padding-top: 2rem;
    padding-bottom: 5rem;
}

section.WorkSection {}

/* .Designcontent {
    padding-top: 3rem;
} */

.Designcontent>span {
    color: var(--color-secondary);
    font-size: 46px;
    font-weight: 600;
}

.Designcontent h3 span {
    color: var(--color-secondary);
}

.Designcontent h3 {
    font-size: 35px;
    color: #fff;
    font-weight: 700;
}

.Designcontent p {
    margin-top: 45px;
    margin-bottom: 20px;
    color: #ffffffcf;
    font-size: 16px;
    line-height: 27px;
}

.designul {
    display: flex;
    margin-top: 35px;
    margin-bottom: 40px;
}

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

ul.listidesign {
    padding-right: 15px;
}

ul.listidesign p i {
    padding-right: 4px;
}

ul.listidesign p {
    margin-top: 0;
}

.BoxInner {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: rgb(35, 35, 35);
    color: #ffffffe0;
    padding: 50px 14px;
    transition: all 0.5s ease;
}

.BoxInner:hover {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.BoxInner h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 13px;
}

.BoxInner p {
    font-size: 15px;
}

.BoxdesignMain {
    display: flex;
    gap: 22px;
}

.BoxInner figure {
    height: 65px;
}

.BoxdesignMain figure img{
    filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
  }

.InnovativeSec {
    height: 648px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 260px 4%;
    background-size: cover;
    position: relative;
    transform: scale(0.90) !important;
    transform-origin: center;
    /* margin: 0 auto; */
    /* width: fit-content; */
}

.Overlayimage {
    width: 100%;
}

.innovative-content {
    position: relative;
    z-index: 2;
    text-align: center;
}

img.overlay0ne {
    width: 100%;
    height: 920px;
    width: auto;
    position: absolute;
    bottom: -75px;
    left: 0;
    filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

.innovative-content h4 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    line-height: 43px;
    margin-bottom: 30px;
}

.innovative-content p {
    margin-bottom: 34px;
    color: #ffffffd1;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

img.overlaytwo {
    position: absolute;
    bottom: -75px;
    z-index: -1;
    left: 0;
    width: 144%;
    filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

.formInnovative .form-control {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    height: 50px;
    margin-bottom: 19px;
}

.btn-Custom {
    background: #fff;
    width: 100%;
    padding: 14px 9px;
    font-size: 19px;
    color: var(--color-primary);
    border-radius: 10px;
    font-weight: 800;
}

.formInnovative textarea.form-control {
    resize: none;
    height: unset;
}

.formInnovative .form-control::-webkit-input-placeholder {
    color: #fff;
}

.formInnovative .form-control:-ms-input-placeholder {
    color: #fff;
}

.formInnovative .form-control::placeholder {
    color: #fff;
}

.imageshape {
    position: relative;
    height: 100%;
}

img#shapemain {
    top: -150px;
    right: 60px;
    width: 31%;
    z-index: 0;
    filter: brightness(0) saturate(100%) invert(69%) sepia(52%) saturate(1135%) hue-rotate(323deg) brightness(99%) contrast(104%);
}

img#Inner {
    width: 23%;
    right: 83px;
    top: -116px;
    z-index: 2;
    -webkit-animation: movescale 5s linear infinite;
    animation: movescale 5s linear infinite;
}

.imageshape img {
    position: absolute;
    top: -172px;
    z-index: -6;
    right: -11px;
    width: 61%;
}

h2.section-heading span {
    color: #bd2130;
    background: -webkit-linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.portfolio.pricing p {
    font-weight: 500;
    text-align: center;
    width: 60%;
    margin: auto;
    color: #555555;
    font-size: 16px;
}

section.BoostSec {
    margin-top: 60px;
    background: linear-gradient(90deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    padding: 60px 0px;
    position: relative;
}

.boostcontent h4 {
    font-size: 26px;
    font-weight: 700;
}

.boostcontent p {
    font-size: 15px;
    margin-bottom: 25px;
    margin-top: 20px;
}

.boostimage {
    position: absolute;
    bottom: -60px;
    width: 80%;
    right: -60px;
    -webkit-animation: moveleftbounce 5s linear infinite;
    animation: moveleftbounce 5s linear infinite;
}

.sellingimage {
    top: 17%;
    position: absolute;
    right: -31px;
}

span.white {
    color: #fff !important;
}

ul.socialicons {
    margin-left: 55px;
    display: flex;
}

section.connected ul li {}

ul.socialicons li a i {
    background: no-repeat;
    color: #fff;
    width: unset;
    height: unset;
    font-size: 20px;
}

span.Black {
    color: #000 !important;
}

.bannerSec.innerBannerSec {
    align-items: center;
    height: 750px;
    padding-top: 3rem;
}

.banner-right {}

.innerBannerSec p {
    color: #fff;
}

.innerBannerSec .themeBtn {
    border-color: #fff;
    background: #fff;
}

.innerBannerSec .ctaGroup a+a {
    background: transparent;
}

ul.socialicons li {
    margin-bottom: 0px !important;
}

@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(100px);
    }

    100% {
        transform: translatey(0px);
    }
}

@-webkit-keyframes movescale {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes movescale {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

section.WorkSection figure img {
    -webkit-animation: movebounce 10s linear infinite;
    animation: movebounce 10s linear infinite;
}

.cursor {
    width: 20px;
    height: 20px;
    border: 1px solid aqua;
    border-radius: 50%;
    position: absolute;
    transition-duration: 200ms;
    transition-timing-function: ease-out;
    animation: animate1 0.5s infinite alternate;
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    border: 8px solid aqua;
    border-radius: 50%;
    opacity: 0.5;
    top: -8px;
    left: -8px;
    animation: animate2 0.5s infinite alternate;
}

@keyframes animate1 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.7);
    }
}

@keyframes animate2 {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.4);
    }
}

.bubbles h2{
    font-size: 2.5rem !important;
}

div.animate-charcter{
    font-size: 2rem !important;
}


 .social-icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons-list li {
    margin-bottom: 10px;
}

.social-icons-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #fff; /* adjust according to your footer text color */
    transition: color 0.3s;
}

.social-icons-list a:hover {
    color: #ddd;
}

.social-icons-list i {
    width: 24px;
    height: 24px;
    background-color: #555;
    color: white;
    text-align: center;
    line-height: 24px;
    border-radius: 50%;
    font-size: 14px;
}
.social-icons-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.social-icons-list li {
    margin-bottom: 10px;
}

.social-icons-list a {
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    color: #ffffff;
    transition: color 0.3s ease;
}

.social-icons-list a i {
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    margin-right: 10px;
}

/* Brand colors for each icon */
.social-icons-list a.pinterest i { background-color: #bd081c; }
.social-icons-list a.instagram i { background-color: #e1306c; }
.social-icons-list a.facebook i  { background-color: #3b5998; }
.social-icons-list a.linkedin i  { background-color: #0077b5; }

/* Hover effects */
.social-icons-list a:hover {
    color: #dddddd;
}

.social-icons-list a:hover i {
    opacity: 0.8;
}
