:root {
    --description: #d8d8d8;
    --primary-white: #fff;
    --background-color: #000000;
    --effect: #00d9f5;
}

.star {
    display: none !important;
}

button.btn.btn-green {
    padding: 15px 40px;
    color: black;
    border: 0px;
    background: rgb(0, 232, 199);
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0px;
    cursor: pointer;
}

section.ThanksArea h6 {
    color: rgb(0, 0, 0);
    font-size: 65px;
    font-weight: 600;
}

section.ThanksArea {
    text-align: center;
    position: relative;
    padding-bottom: 80px;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

body {
    font-family: Poppins !important;
    margin: 0px !important;
    padding: 0px !important;
    background-color: var(--background-color) !important;
    color: var(--primary-white) !important;
}

.option > li > span {
    font-size: 12px !important;
}

.outer-modal {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.38);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    display: none;
    overflow-x: auto;
}

button.navbar-login-btn {
    display: none;
}

.website-logo img {
    width: 100px !important;
}

.custom-modal_mag {
    width: 30%;
    height: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15%;
    border-radius: 5px;
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    box-shadow: rgb(71, 70, 70) -3px 6px 5px 2px;
    overflow: auto;
}

.btn-loginpage {
    margin: 0px auto;
    text-align: center;
    background: rgb(247, 244, 244);
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    width: 110px;
    height: 40px;
    line-height: 30px;
    clip-path: polygon(0px 0px, 73% 0px, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
}

#seemore {
}

.custom-modal_mag > input {
    width: 90%;
    height: auto;
}

.loginPage {
    width: 30%;
    height: auto;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 15%;
    border-top: 10px solid;
    border-right: 1px solid;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: rgb(71, 70, 70) -3px 6px 5px 2px;
    overflow: auto;
}

.closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    background: red;
    color: rgb(255, 255, 255);
    width: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
}

.closeBtn:hover {
    cursor: pointer;
}

.payment {
    margin-left: 30px;
}

.payment > input {
    display: inline-block;
    margin-left: 30px;
}

.setImgAfterHero img {
    transition: all 0.5s ease 0s;
}

.setImgAfterHero img:hover {
    transform: scale(1.1);
}

#myVideo {
    margin-top: -120px;
}

.website-logo-footer {
    width: 250px;
}

.Website_Navbar_Header1 {
    position: relative;
    z-index: 100;
}

.nav-heading-line::after {
    content: "\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
    font-size: 20px;
    color: rgb(32, 201, 151);
}

.contact-header-heading {
    font-size: 80px !important;
}

#particles-js {
    width: 100%;
    height: 100%;
    background-color: rgb(5, 1, 1);
    background-image: url("");
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.set_Universal_Headings h2, .set_Universal_Headings h1 {
    font-size: 60px !important;
}

.Through-btn {
    padding-left: 20%;
    padding-right: 20%;
}

.Logo-Image-Gallery img {
    margin-top: 20px;
    width: 100% !important;
    height: 300px !important;
}

.slick-track {
}

#BgVideo {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.BgVideo2 {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 103px 0px inset;
}

.card1 {
    width: 100% !important;
}

.card-body1 {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    width: 100% !important;
    height: 100% !important;
}

.card-header1 {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
}

.tabPanel {
    background-color: transparent !important;
}

.nav-link:hover {
    color: rgb(0, 232, 199) !important;
}

.btn-classic {
    clip-path: polygon(0px 0px, 73% 0px, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.gal {
    column-count: 4;
}

.gal img {
    width: 100%;
    padding: 7px 0px;
}

@media (max-width: 500px) {
    .team-txt {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .team-line {
        display: none;
    }

    .custom-modal_mag {
        width: auto;
        top: 10%;
    }

    .tabPanel {
        width: 80% !important;
    }

    .slidesFix {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.viewport-header {
    position: relative;
}

video {
    width: 100vw;
    z-index: -1;
}

.monthly {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    padding: 10px;
    border-radius: 15px;
}

.yearly {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    padding: 10px;
    border-radius: 20px;
}

.card-sec {
    height: 10vh;
    background-color: transparent !important;
    color: rgb(255, 255, 255) !important;
}

.non-glass {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    height: 600px;
    border-radius: 20px;
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateY(25px);
    transition: transform 0.25s ease 0s;
    color: black !important;
    box-shadow: rgba(0, 0, 0, 0.467) 5px 5px 10px, rgb(255, 255, 255) -1px -1px 2px, rgb(85, 85, 85) 1px 1px 2px !important;
}

.glass {
    height: 600px;
    background: radial-gradient(rgba(255, 255, 255, 0.133) 30%, rgba(255, 255, 255, 0.224));
    border-radius: 20px;
    backdrop-filter: blur(15px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    transform: translateY(25px);
    transition: transform 0.25s ease 0s;
    border: none !important;
}

.our-team {
    text-align: center;
    position: relative;
    color: rgb(0, 232, 199);
}

.img-responsive {
    width: 100% !important;
}

.our-team img {
}

.our-team .content {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
    text-align: center;
    padding-top: 45%;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0px;
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.our-team:hover .content, .our-team.active .content {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
}

.our-team .content .title {
    margin: 0px 0px 10px;
    display: block;
    font-size: 25px;
    font-weight: 600;
}

.our-team .content .post {
    margin: 0px 0px 25px;
    display: block;
    font-size: 15px;
}

.our-team .social {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.our-team .social li {
    display: inline-block;
}

.our-team .social li a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 20px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 0px;
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    margin-right: 5px;
    transition: all 0.5s ease 0s;
    position: relative;
}

.our-team .social li a:hover, .our-team.active .social li a {
    border-radius: 50%;
    text-decoration: none;
}

.herovideo {
    width: 100%;
}

.btn-classic {
    background: linear-gradient(90deg, rgb(29, 247, 183) 0%, rgb(32, 201, 151) 55%, rgb(0, 212, 255) 100%);
    padding: 10px 20px;
    clip-path: polygon(0px 0px, 83% 0px, 100% 27%, 100% 100%, 100% 100%, 16% 98%, 0px 77%, 0% 20%);
}

.btn-classic:hover {
    transition: all 0.6s ease 0s;
    transform: translateY(-10px);
}

.marquee {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    align-items: center;
}

.marquee h1 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 38px;
    color: rgb(255, 255, 255);
}

.about-sec {
    margin-top: 8%;
}

.about-sec h3 {
    line-height: 36px;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    color: rgb(0, 245, 160);
    letter-spacing: 3px;
}

.about-sec h2 {
    color: black;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    -webkit-text-stroke: 1px white;
}

.about-sec h1 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    color: rgb(255, 255, 255);
}

.about-sec-2 {
    padding: 0px !important;
}

.about-sec-2 h2 {
    font-size: 48px;
    color: white;
}

.about-sec-2 .phone img {
    width: 90%;
}

.bvgkl {
    background: url("../assets/bg-pink.png") 900px 10% / 800px 800px no-repeat;
    overflow-x: hidden;
}

.bvgklc {
    background: url("../assets/bg-orange.png") 0% 0% / 800px 800px no-repeat;
    overflow-x: hidden;
    position: relative;
    z-index: 1000 !important;
}

.bvgklcz {
    background: url("../assets/bg-orange.png") 1095px 595px / 600px 600px no-repeat;
    overflow-x: hidden;
    width: 100vw;
}

.bvgklce {
    background: url("../assets/bg-orange.png") no-repeat;
    overflow-x: hidden;
    width: 100vw;
}

.bvgklx {
    background: url("../assets/bg-pink.png") -195px / cover no-repeat;
    overflow-x: hidden;
}

.bvgklxx {
    background: url("../assets/bg-pink.png") -195px / 600px 600px no-repeat;
    overflow-x: hidden;
}

.margiotopp {
    margin-top: 50px;
}

._pd-5 {
    padding: 100px;
}

.laptop {
    padding: 0px !important;
}

._manging {
    height: 800px;
    width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 300px;
}

._margintoc {
    margin-bottom: -400px !important;
}

._margio {
    margin-top: -400px !important;
}

.sfdgsf {
    position: relative;
    z-index: 900 !important;
}

.forRelationwithTesti {
    position: relative;
}

.TestiBlack {
    background-color: black !important;
}

.testiback {
    position: absolute;
    background: url("../assets/Rectangle_84.png");
    height: 100%;
    box-shadow: black 18px 18px 128px 128px inset;
}

.hjuia {
}

.myrfsxxfd {
    color: rgb(216, 216, 216);
    text-align: center;
    padding: 0px 300px;
}

.zinfer {
    z-index: 900;
}

.about-sec-2 .laptop img {
    max-width: 110%;
}

.about-sec-2 .laptop p {
    font-size: 18px;
    color: white;
    padding: 0px 10px;
}

.count .p-2 {
    display: grid;
    justify-items: baseline;
    padding: 0.5rem !important;
}

.count-boxes {
    width: 100%;
    color: white;
    display: flex;
    border-bottom: 3px solid white;
}

.count-1, .count-2, .count-3 {
    width: 33.33%;
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.count-1, .count-2 {
    border-right: 2px solid white;
}

.count-content {
    text-align: center;
    margin: 0px auto;
}

.count-content h1 {
    font-weight: bolder;
    font-size: 45px;
}

.count-content h6 {
    font-weight: lighter;
    font-size: 25px;
}

.service-sec {
}

.service-sec h3 {
    text-align: center;
    font-size: 24px;
    color: rgb(0, 245, 160);
    letter-spacing: 3px;
}

.service-sec h2 {
    color: black;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    -webkit-text-stroke: 1px white;
}

.service-sec h1 {
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 82px;
    color: rgb(255, 255, 255);
}

.service-sec-2 {
    padding: 5% 5% 0% 10%;
    margin: 2% 0% 5%;
}

.service-sec-2 .ui-tx {
    line-height: 40px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    color: rgb(0, 217, 245);
}

.service-sec-2 h2 {
    line-height: 60px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    color: rgb(255, 255, 255);
}

.service-sec-2 p {
    line-height: 32px;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: rgb(255, 255, 255);
}

.contact-sec h4 {
    color: white;
    text-align: left;
    font-style: normal;
    font-size: 18px;
}

.contact-sec h2 {
    color: white;
    text-align: left;
    font-style: normal;
    font-size: 54px;
}

.contact-sec p {
    color: white;
    text-align: left;
    font-style: normal;
    font-size: 16px;
}

.Profile-padding {
    padding: 0px !important;
}

.portfolio-img img {
    height: 450px;
    width: 100%;
}

.lets-beggin {
    font-size: 40px;
}

.lets-begginlogo {
    font-size: 40px;
}

.blur-filter-portfolio {
    backdrop-filter: blur(5px);
    position: absolute;
    inset: 0px;
}

.customline::after {
    content: "Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â ";
    text-decoration: line-through;
    color: rgb(0, 238, 255);
    font-size: 25px;
}

.customlinez::after {
    content: "Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â Ã‚Â ";
    text-decoration: line-through;
    color: white;
    font-size: 25px;
}

.btn-porfolio {
    background: transparent;
    border: 1px solid white;
    padding: 10px 20px;
    color: white;
}

footer {
    text-align: center;
}

.footer-bark {
    position: relative;
}

.bark1 {
    position: absolute;
    bottom: -100px;
}

.bark2 {
    position: absolute;
    bottom: -100px;
    left: 100px;
}

footer .footer-sec p {
    padding-top: 4%;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

footer .footer-sec h2 {
    padding-top: 10%;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    color: rgb(255, 255, 255);
}

@media screen and (max-width: 990px) {
    .our-team {
        margin-bottom: -24px;
    }

    .custom-modal_mag {
        width: auto;
        top: 10%;
    }
}

.home-testimonial {
    background-color: rgb(35, 24, 52);
    height: 380px;
}

.home-testimonial-bottom {
    background-color: rgb(248, 248, 248);
    transition: all 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    height: 130px;
    top: 190px;
}

.home-testimonial h3 {
    color: var(--orange);
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.home-testimonial {
    color: white;
    font-size: 28px;
    font-weight: 700;
}

.testimonial-inner {
    position: relative;
}

.testimonial-pos {
    position: relative;
    top: 24px;
}

.testimonial-inner .tour-desc {
    border-radius: 20px;
    padding: 40px;
}

.testimonial-inner img.tm-people {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
}

.link-name {
    font-size: 18px;
    color: rgb(32, 201, 151);
    font-weight: bolder;
}

.link-position {
    font-size: 12px;
    color: rgb(0, 238, 255);
}

.ui-ux-images figure img {
    width: 100%;
}

.ui-ux-content {
    color: var(--primary-white);
}

.ui-ux-content p {
    color: var(--description);
    font-weight: lighter;
}

.slide-container {
    max-width: 1120px;
    width: 100%;
    padding: 0px;
}

.slide-content {
    margin: 0px 40px;
    overflow: hidden;
    border-radius: 0px;
}

.image-content, .card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0px;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(64, 112, 244);
    border-radius: 25px 25px 0px;
}

.overlay::before, .overlay::after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color: rgb(64, 112, 244);
}

.overlay::after {
    border-radius: 0px;
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid rgb(0, 245, 160);
}

.name {
    font-size: 18px;
    font-weight: 500;
    color: rgb(51, 51, 51);
}

.description {
    font-size: 14px;
    color: rgb(112, 112, 112);
    text-align: center;
}

.swiper-navBtn {
    transition: color 0.3s ease 0s;
    color: rgb(0, 245, 160) !important;
}

.swiper-navBtn:hover {
    color: rgb(0, 245, 160) !important;
}

.swiper-navBtn::before, .swiper-navBtn::after {
    font-size: 35px;
}

.swiper-button-next {
    right: 0px !important;
}

.swiper-button-prev {
    left: 0px !important;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: rgb(0, 245, 160) !important;
}

.swiper-pagination-bullet-active {
    background-color: rgb(0, 245, 160) !important;
}

.scroll-package {
    /* padding-bottom: 34px; */
    height: 160px;
    overflow-y: scroll;
}
ul.options {
    margin-bottom: 0;
}

.graphicDesign {
    padding: 0px !important;
}

.bvgkl2a {
    background: url("../assets/bg-pink.png") -300px 10% / 700px 700px no-repeat;
    overflow-x: hidden;
}

.bvgkl2b {
    background: url("../assets/bg-light.png") 335px -98% / 600px 600px no-repeat;
    overflow-x: hidden;
}

.digitalMarketing {
    padding: 0px !important;
}

.bvgkl3 {
    background: url("../assets/bg-orange.png") 1000px 10% / 700px 700px no-repeat;
    overflow-x: hidden;
}

.portfolioCircle {
    padding: 0px !important;
}

.bvgklcz4 {
    background: url("../assets/bg-pink.png") 300px 305px / 900px 900px no-repeat;
    overflow-x: hidden;
}

.TeamSectionCircle {
    padding: 0px !important;
}

.bvgkl5 {
    background: url("../assets/bg-orange.png") 900px 120% / 700px 700px no-repeat;
    overflow-x: hidden;
}

.ContactSectionCircle {
    padding: 0px !important;
}

.bvgklxx6 {
    background: url("../assets/bg-pink.png") -255px -400px / 800px 800px no-repeat;
    overflow-x: hidden;
}

.FooterBackground {
    padding: 0px !important;
}

.bvgklxx7 {
    background: url("../assets/bg-orange.png") -295px / 800px 800px no-repeat;
    overflow-x: hidden;
}

.bvgkl3Girl {
    background: url("../assets/Layer_1.png") 100% 330px / 400px 400px no-repeat;
}

@media screen and (max-width: 1200px) {
    .myrfsxxfd {
        padding: 0px 200px;
    }
}

@media screen and (max-width: 998px) {
    .bvgkl3Girl {
        background: url("../assets/Layer_1.png") 100% 520px / 400px 400px no-repeat;
    }

    #myVideo {
        margin-top: 0px;
    }

    .ui-ux-images figure img {
        width: 80%;
    }

    #menu ul a {
        line-height: 10px !important;
    }

    .contact-header-heading {
        font-size: 70px !important;
    }

    .set_Universal_Headings h2, .set_Universal_Headings h1 {
        font-size: 50px !important;
    }

    .setImgAfterHero {
        margin-top: 50px !important;
    }

    .Through-btn {
        padding-left: 0%;
        padding-right: 0%;
    }

    .about-sec h3, .service-sec h3 {
        font-size: 20px !important;
    }

    .about-sec h2, .service-sec h2 {
        font-size: 64px !important;
    }

    .about-sec h1, .service-sec h1 {
        font-size: 64px !important;
    }

    .gal {
        column-count: 3;
    }

    .our-team {
        margin-top: 20px;
    }

    .myrfsxxfd {
        padding: 0px 100px;
    }

    .gal img {
        width: 90% !important;
    }

    .Hero_Section-Img img {
        display: none !important;
    }

    .Hero_Section {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s2 {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s2mob {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s2nft {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s2blockchain {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s3 {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_p10 {
        margin-top: 100px;
        height: 80vh !important;
    }

    .Hero_Section_portfolio {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s9 {
        margin-top: 100px;
        height: 60vh !important;
    }

    .video_Hero_Section {
        margin-top: 100px;
        height: 60vh !important;
    }

    .Hero_Section_s111 {
        margin-top: 100px;
        height: 60vh !important;
    }

    .hero-content {
        height: 60vh !important;
    }

    .get_free_quote img {
        width: 70%;
    }

    .main-nav ul li a {
        font-size: 30px !important;
    }

    .main-nav .navBorder {
        border-right: none;
    }

    .custom-modal_mag {
        width: auto;
        top: 10%;
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 82.5%;
    }

    .ui-ux-images figure img {
        width: 80%;
    }

    .Hero_Section_p10 {
        background-image: linear-gradient(rgb(0, 0, 0), rgba(0, 0, 0, 0.9)), url("../assets/package_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: none;
        color: var(--primary-white);
    }

    .website-logo {
        width: 100px !important;
    }

    #menu ul a {
        line-height: 5px !important;
    }

    .website-logo-footer {
        width: 150px;
    }

    .contact-header-heading {
        font-size: 60px !important;
        margin-top: 35% !important;
    }

    .set_Universal_Headings h2, .set_Universal_Headings h1 {
        font-size: 40px !important;
    }

    .about-sec h3, .service-sec h3 {
        font-size: 20px;
    }

    .about-sec h2, .service-sec h2 {
        font-size: 44px;
    }

    .about-sec h1, .service-sec h1 {
        font-size: 44px;
    }

    .gal {
        column-count: 2;
    }

    .slide-content {
        margin: 0px 10px;
    }

    .myrfsxxfd {
        padding: 0px 50px;
    }

    .gal img {
        width: 90% !important;
    }

    .lets-beggin {
        font-size: 30px !important;
    }

    .lets-begginlogo {
        font-size: 35px !important;
    }

    .Logo-Image-Gallery img {
        height: 200px !important;
    }

    .main-nav ul li a {
        font-size: 20px !important;
    }

    .marquee h1 {
        font-size: 30px;
    }

    .about-sec-2 .laptop p {
        font-size: 14px;
    }

    .custom-modal_mag {
        width: auto;
        top: 10%;
    }
}

@media screen and (max-width: 576px) {
    html {
        font-size: 72.5%;
    }

    .bvgkl3Girl {
        background: url("../assets/Layer_1.png") 100% 820px / 400px 400px no-repeat;
    }

    .website-logo {
        width: 95px;
    }

    .contact-header-heading {
        font-size: 40px !important;
    }

    .set_Universal_Headings h2, .set_Universal_Headings h1 {
        font-size: 30px !important;
    }

    .about-sec h3, .service-sec h3 {
        font-size: 20px;
    }

    .about-sec h2, .service-sec h2 {
        font-size: 38px;
    }

    .about-sec h1, .service-sec h1 {
        font-size: 38px;
    }

    .title {
        font-size: 14px !important;
    }

    .post {
        font-size: 12px !important;
    }

    .our-team .social li a {
        line-height: 20px;
        width: 20px !important;
        height: 20px !important;
        font-size: 10px !important;
    }

    .myrfsxxfd {
        padding: 0px 20px;
    }

    .gal img {
        width: 90% !important;
    }

    .lets-beggin {
        font-size: 30px !important;
    }

    .lets-begginlogo {
        font-size: 30px !important;
    }

    .get_free_quote img {
        width: 50%;
    }

    .Hero_Section {
        margin-top: 70px;
        height: 50vh !important;
    }

    .Hero_Section_s2 {
        margin-top: 70px;
    }

    .Hero_Section_s2mob {
        margin-top: 70px;
    }

    .Hero_Section_s2nft {
        margin-top: 70px;
    }

    .Hero_Section_s2blockchain {
        margin-top: 70px;
    }

    .Hero_Section_s3 {
        margin-top: 70px;
    }

    .Hero_Section_p10 {
        margin-top: 70px;
    }

    .Hero_Section_portfolio {
        margin-top: 70px;
    }

    .Hero_Section_s9 {
        margin-top: 70px;
    }

    .video_Hero_Section {
        margin-top: 70px;
    }

    .Hero_Section_s111 {
        margin-top: 70px;
    }

    .Logo-Image-Gallery img {
        height: 160px !important;
    }

    .main-nav ul li a {
        font-size: 16px !important;
    }

    .marquee h1 {
        font-size: 20px;
    }

    .setImgAfterHero {
        margin-top: 30px !important;
    }

    .custom-modal_mag {
        width: auto;
        top: 10%;
    }
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    white-space: nowrap;
    transform: translateX(-20%) !important;
    width: 108px !important;
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.footer-content p {
    width: 50%;
    margin: 40px auto;
}

.footer-nav span > a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

@media (max-width: 370px) {
    .Logo-Image-Gallery img {
        height: 120px !important;
    }
}

@media (max-width: 500px) {
    .slidesFix {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .myrfsxxfd {
        color: rgb(216, 216, 216);
        text-align: center;
        padding: 0px;
    }
}

@media only screen and (min-width: 600px) and (min-width: 700px) {
    .slidesFix {
        width: 200px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tabPanel {
        margin-left: -120px;
        width: 100% !important;
    }
}

@media only screen and (min-width: 768px) {
    .slidesFix {
        width: 200px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .website-logo {
        width: 210px !important;
    }

    .tabPanel {
        margin-left: -30px;
        width: 100% !important;
    }
}

@media (max-width: 991.98px) {
    .padding {
        padding: 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .padding {
        padding: 1rem;
    }
}

.padding {
    padding: 5rem;
}

.card {
    margin-top: 10px;
    position: relative;
    display: flex;
    width: 350px;
    flex-direction: column;
    min-width: 0px;
    overflow-wrap: break-word;
    transform: scale(1.001);
    background-color: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(5px) !important;
    border-radius: 20px !important;
}

.card:hover {
    background: linear-gradient(90deg, rgb(1, 114, 175) 0%, rgba(32, 201, 151, 0.7) 55%, rgb(116, 254, 189) 100%);
}

.card .card-body {
    /* padding: 1rem; */
}

.card-body {
    /* flex: 1 1 auto; */
    /* padding: 1.25rem; */
    width: 16rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.profile-pic {
    width: 58px;
}

.cust-name {
    font-size: 18px;
}

.cust-profession {
    font-size: 10px;
}

.items {
    width: 90%;
    margin: 100px auto 0px;
}

.slick-slide {
    margin: 10px;
}

@media only screen and (min-width: 500px) and (max-width: 600px) {
    .slidesFix {
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 235px !important;
    }

    .tabPanel {
        width: 90% !important;
        margin-left: 0px !important;
    }
}

@media only screen and (min-width: 600px) {
    .slidesFix {
        width: 200px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .tabPanel {
        width: 100% !important;
        margin-left: 0px !important;
    }
}

#header {
    padding: 2rem;
}

#menu {
    left: 0px;
    opacity: 0;
    overflow: hidden;
    position: fixed;
    text-align: center;
    top: 0px;
    transition: all 0.7s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
    background-color: rgb(0, 0, 0);
    height: 100vh !important;
    z-index: 1100 !important;
}

#menu.open {
    opacity: 1;
    visibility: visible;
}

#menu.open li:nth-child(1) {
    animation-delay: 0.1s;
}

#menu.open li:nth-child(2) {
    animation-delay: 0.2s;
}

#menu.open li:nth-child(3) {
    animation-delay: 0.3s;
}

#menu.open li:nth-child(4) {
    animation-delay: 0.4s;
}

#menu.open li:nth-child(5) {
    animation-delay: 0.5s;
}

#menu.open li:nth-child(6) {
    animation-delay: 0.6s;
}

#menu.open li:nth-child(7) {
    animation-delay: 0.7s;
}

#menu.open li:nth-child(8) {
    animation-delay: 0.8s;
}

#menu.open li:nth-child(9) {
    animation-delay: 0.9s;
}

#menu.open li:nth-child(10) {
    animation-delay: 1s;
}

#menu.open li {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInUp;
}

#menu ul:hover a {
    opacity: 0.5;
}

#menu ul a {
    transform: translateZ(0px);
    transition: opacity 0.3s ease-in-out 0s;
    line-height: 20px;
}

#menu ul a:hover {
    opacity: 1;
}

#menu .main-nav {
    width: 100vw;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000 !important;
}

.main-nav .navBorder {
    border-right: 2px solid var(--primary-white);
}

#menu .main-nav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
}

#menu .main-nav a {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    padding: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

#menu .main-nav a:hover {
    color: rgb(32, 201, 151);
    transform: scale(1.2);
}

#menu .menu-footer {
    padding: 2rem;
    bottom: 0px;
    left: 0px;
    position: absolute;
    right: 0px;
}

#menu .menu-footer ul {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu .menu-footer ul li {
    display: inline;
    margin: 0px 1rem;
}

#menu .menu-footer a {
    color: rgb(255, 255, 255);
    text-decoration: none;
    text-transform: uppercase;
}

.toggle-menu {
    background-color: transparent;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 50px;
    outline: none;
    padding: 0px;
    pointer-events: initial;
    position: relative;
    vertical-align: middle;
    width: 50px;
    z-index: 1110;
}

.toggle-menu span {
    background-color: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 2px;
    left: calc(50% - 13px);
    position: absolute;
    top: calc(50% - 1px);
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out 0s, top 0.2s ease-out 0.2s, transform 0.2s linear 0s;
    width: 26px;
}

.toggle-menu span::before, .toggle-menu span::after {
    background-color: rgb(255, 255, 255);
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform-origin: 50% 50%;
    transition: background-color 0.2s ease-in-out 0s, top 0.2s ease-out 0.2s, transform 0.2s linear 0s;
    width: 26px;
}

.toggle-menu span::before {
    top: 7px;
}

.toggle-menu span::after {
    top: -7px;
}

.toggle-menu.active span {
    background-color: transparent;
    transition: background 0.2s ease-out 0s;
}

.toggle-menu.active span::before, .toggle-menu.active span::after {
    transition: top 0.2s ease-out 0s, transform 0.2s ease-out 0.2s;
}

.toggle-menu.active span::before {
    top: 0px;
    transform: rotate3d(0, 0, 1, -45deg);
}

.toggle-menu.active span::after {
    top: 0px;
    transform: rotate3d(0, 0, 1, 45deg);
}

.section-paddings {
    padding-top: 5%;
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/Base.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content {
    height: 90vh;
}

.hero-content > h1 {
    line-height: 40px;
}

.hero-content > p {
    font-size: 18px;
}

.heading-effect {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne {
    color: var(--primary-white);
}

.newsletterlll {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img img {
        width: 60% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll {
        width: 50% !important;
    }

    .hero-content > h1 {
        margin-top: 65%;
    }

    .center-mobile-alignlll {
        text-align: center;
    }

    .Hero_Section-Img img {
        width: 60% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll {
        width: 50% !important;
    }

    .newsletterlll {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
    }

    .newsletterlll h1 {
        line-height: 55px;
    }

    .Hero_Section-Img img {
        width: 60% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll {
        width: 70% !important;
    }

    .Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.contact-about-header {
    padding: 0px !important;
}

.hero-aaa {
    width: 100vw;
    height: 100vh;
    margin-top: -120px;
    margin-left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: black 58px 58px 78px 78px inset;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("https://www.Creative Logo Labs.com/404.php") !important;
}

.hero-aaaz {
    width: 100%;
    height: 100vh;
    margin-top: -120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: black 58px 58px inset;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.about-sec-1 {
    padding-top: 5%;
}

.gal img {
    width: 100%;
    padding: 7px 0px;
}

@media (max-width: 500px) {
    .team-txt {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .team-line {
        display: none;
    }

    .tabPanel {
        width: 80% !important;
    }

    .slidesFix {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.newsletter-aaa {
    width: 100vw;
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
}

@media only screen and (max-width: 600px) {
    .newsletter-aaa {
        width: 100vw;
        height: 60vh;
        margin-left: -10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
    }

    .newsletter-aaa h1 {
        line-height: 35px;
    }

    .hero-aaa {
        width: 100vw;
        height: 60vh;
        margin-left: -10px;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/aboutbanner3.jpg") !important;
    }

    .hero-aaaz {
        width: 100vw;
        height: 60vh;
        margin-left: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

@media only screen and (min-width: 768px) {
    .hero-aaa {
        width: 100vw;
        height: 110vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/aboutbanner3.jpg") !important;
    }

    .hero-aaaz {
        width: 100vw;
        height: 110vh;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

.hero-ccc {
    width: 100vw;
    height: 80vh;
    margin-top: -120px;
    margin-left: -30px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Base-4.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-bottom-left-radius: 50% 15%;
    border-bottom-right-radius: 50% 15%;
}

.about-sec-1-ccc {
    padding-top: 5%;
}

.gal img {
    width: 100%;
    padding: 7px 0px;
}

@media (max-width: 500px) {
    .team-txt {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
    }

    .team-line {
        display: none;
    }

    .tabPanel {
        width: 80% !important;
    }

    .slidesFix {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.newsletter-ccc {
    width: 100vw;
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
}

@media only screen and (max-width: 600px) {
    .newsletter-ccc {
        width: 100vw;
        height: 60vh;
        margin-left: -10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
    }

    .newsletter-ccc h1 {
        line-height: 35px;
    }

    .hero-ccc {
        width: 100vw;
        height: 60vh;
        margin-left: -10px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Base-4.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50% 6%;
        border-bottom-right-radius: 50% 6%;
    }
}

@media only screen and (min-width: 600px) {
}

@media only screen and (min-width: 768px) {
    .hero-ccc {
        width: 100vw;
        height: 80vh;
        margin-left: -14px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Base-4.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-bottom-left-radius: 50% 6%;
        border-bottom-right-radius: 50% 6%;
    }

    .newsletter-ccc {
        width: 100vw;
        height: 60vh;
        margin-left: -13px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png");
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
    }
}

@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 1200px) {
}

body {
    overflow-x: hidden;
}

.container-ccc {
    padding: 0px 50px 50px;
}

.textcenter-ccc {
    text-align: center;
}

.section1-ccc {
    text-align: center;
    display: table;
    width: 100%;
}

.section1-ccc .shtext-ccc {
    display: block;
    margin-top: 20px;
}

.section1-ccc .seperator-ccc {
    border-bottom: 1px solid rgb(162, 162, 162);
    width: 35px;
    display: inline-block;
    margin: 20px;
}

.section1-ccc h1 {
    font-size: 40px;
    color: rgb(0, 232, 199);
    font-weight: normal;
}

.section2-ccc {
    width: 1200px;
    margin: 25px auto;
}

.section2-ccc .col2-ccc {
    width: 48.71%;
}

.section2-ccc .col2-ccc.first-ccc {
    float: left;
}

.section2-ccc .col2-ccc.last-ccc {
    float: right;
}

.section2-ccc .col2-ccc.column2-ccc {
    padding: 0px 30px;
}

.section2-ccc span.collig-ccc {
    color: rgb(162, 162, 162);
    margin-right: 10px;
    display: inline-block;
}

.section2-ccc .sec2addr-ccc {
    display: block;
    line-height: 26px;
}

.section2-ccc .sec2addr-ccc p:first-child {
    margin-bottom: 10px;
}

.section2-ccc .sec2contactform-ccc input[type="text"], .section2-ccc .sec2contactform-ccc input[type="email"], .section2-ccc .sec2contactform-ccc input[type="number"], .section2-ccc .sec2contactform-ccc textarea {
    padding: 18px;
    border: 0px;
    background: rgb(237, 237, 237);
    margin: 7px 0px;
}

.section2-ccc .sec2contactform-ccc textarea {
    width: 100%;
    display: block;
    color: rgb(102, 102, 102);
    resize: none;
}

.section2-ccc .sec2contactform-ccc input[type="submit"] {
    padding: 15px 40px;
    color: black;
    border: 0px;
    background: rgb(0, 232, 199);
    font-size: 16px;
    text-transform: uppercase;
    margin: 7px 0px;
    cursor: pointer;
}

.section2-ccc .sec2contactform-ccc h3 {
    font-weight: normal;
    margin: 30px 0px 20px;
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-bottom: 19px;
    color: rgb(0, 232, 199);
}

@media only screen and (max-width: 1266px) {
    .section2-ccc {
        width: 100%;
    }
}

@media only screen and (max-width: 960px) {
    .container-ccc {
        padding: 0px 30px 70px;
    }

    .section2-ccc .col2-ccc {
        width: 100%;
        display: block;
    }

    .section2-ccc .col2.first-ccc {
        margin-bottom: 10px;
    }

    .section2-ccc .col2-ccc.column2-ccc {
        padding: 0px;
    }

    body .sec2map-ccc {
        height: 250px !important;
    }
}

@media only screen and (max-width: 768px) {
    .hero-aaa {
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)) center center / cover no-repeat, url("../assets/aboutAssets/aboutbanner3.jpg") !important;
    }

    .hero-aaaz {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .section2-ccc .sec2addr-ccc {
        font-size: 14px;
    }

    .section2-ccc .sec2contactform-ccc h3 {
        font-size: 16px;
    }

    .section2-ccc .sec2contactform-ccc input[type="text"], .section2-ccc .sec2contactform-ccc input[type="email"], .section2-ccc .sec2contactform-ccc textarea {
        padding: 10px;
        margin: 3px 0px;
    }

    .section2-ccc .sec2contactform-ccc input[type="submit"] {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 420px) {
    .section1-ccc h1 {
        font-size: 28px;
    }
}

.video_Hero_Section {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/web-base.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.Hero_Section_s111 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/web-base.png");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.video_Hero_Section-Img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.newsletterlll_web {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/bg-double.png") !important;
}

@media only screen and (min-width: 600px) {
    .newsletterlll_web {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/bg-double.png") !important;
    }

    .newsletterlll_web h1 {
        line-height: 55px;
    }

    .video_Hero_Section-Img img {
        width: 100%;
        margin-top: -60%;
    }
}

.newsletterlll_animation {
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("") !important;
    height: 750px !important;
}

#myVideoAnimation {
    position: absolute;
    top: -100px;
    height: 700px;
}

@media only screen and (min-width: 600px) {
    .newsletterlll_animation {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("") !important;
    }

    .AnimationVideo {
        position: absolute;
        top: 0px;
    }

    .newsletterlll_animation h1 {
        line-height: 55px;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.Hero_Section_s2mob {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 8px 8px 150px 150px inset;
    color: var(--primary-white);
}

.Hero_Section_s2nft {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 8px 8px 150px 150px inset;
    color: var(--primary-white);
}

.Hero_Section_s2blockchain {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/blockchain/blockchainbannerBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--primary-white);
    box-shadow: black 8px 8px 150px 20px inset !important;
    height: 60vh !important;
    margin-top: 0% !important;
}

.hero-content_s2 {
    height: 90vh;
}

.hero-content_s2 > h1 {
    line-height: 60px;
}

.hero-content_s2 > p {
    font-size: 18px;
}

.heading-effect_s2 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s2 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s2 {
    color: var(--primary-white);
}

.newsletterlll_s2 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s2 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s2 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

.responsive-imglll_s2 {
    border-radius: 20px;
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s2 {
        width: 100% !important;
    }

    .center-mobile-alignlll_s2 {
        text-align: center;
    }

    .Hero_Section-Img_s2 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s2 {
        width: 70% !important;
    }

    .newsletterlll_s2 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s2 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s2 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s2 {
        width: 90% !important;
    }

    .Hero_Section-Img_s2 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s3 {
    height: 90vh;
}

.hero-content_s3 > h1 {
    line-height: 60px;
}

.hero-content_s3 > p {
    font-size: 18px;
}

.heading-effect_s3 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s3 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s3 {
    color: var(--primary-white);
}

.newsletterlll_s3 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s3 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s3 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section {
        margin-top: 50px;
        height: 40vh !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s3 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s3 {
        text-align: center;
    }

    .Hero_Section-Img_s3 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s3 {
        width: 50% !important;
    }

    .newsletterlll_s3 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s3 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s3 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s3 {
        width: 70% !important;
    }

    .Hero_Section-Img_s3 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s4 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s4 {
    height: 90vh;
}

.hero-content_s4 > h1 {
    line-height: 60px;
}

.hero-content_s4 > p {
    font-size: 18px;
}

.heading-effect_s4 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s4 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s4 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s4 {
    color: var(--primary-white);
}

.newsletterlll_s4 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s4 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s4 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s4 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s4 {
        text-align: center;
    }

    .Hero_Section-Img_s4 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s4 {
        width: 50% !important;
    }

    .newsletterlll_s4 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s4 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s4 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s4 {
        width: 70% !important;
    }

    .Hero_Section-Img_s4 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s5 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s5 {
    height: 90vh;
}

.hero-content_s5 > h1 {
    line-height: 60px;
}

.hero-content_s5 > p {
    font-size: 18px;
}

.heading-effect_s5 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s5 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s5 {
    color: var(--primary-white);
}

.newsletterlll_s5 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s5 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s5 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s5 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s5 {
        text-align: center;
    }

    .Hero_Section-Img_s5 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s5 {
        width: 50% !important;
    }

    .newsletterlll_s5 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s5 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s5 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s5 {
        width: 70% !important;
    }

    .Hero_Section-Img_s5 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s6 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s6 {
    height: 90vh;
}

.hero-content_s6 > h1 {
    line-height: 60px;
}

.hero-content_s6 > p {
    font-size: 18px;
}

.heading-effect_s6 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s6 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s6 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s6 {
    color: var(--primary-white);
}

.newsletterlll_s6 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s6 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s6 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s6 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s6 {
        text-align: center;
    }

    .Hero_Section-Img_s6 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s6 {
        width: 50% !important;
    }

    .newsletterlll_s6 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s6 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s6 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s6 {
        width: 70% !important;
    }

    .Hero_Section-Img_s6 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s7 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s7 {
    height: 90vh;
}

.hero-content_s7 > h1 {
    line-height: 60px;
}

.hero-content_s7 > p {
    font-size: 18px;
}

.heading-effect_s7 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s7 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s7 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s7 {
    color: var(--primary-white);
}

.newsletterlll_s7 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s7 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s7 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s7 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s7 {
        text-align: center;
    }

    .Hero_Section-Img_s7 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s7 {
        width: 50% !important;
    }

    .newsletterlll_s7 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s7 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s7 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s7 {
        width: 70% !important;
    }

    .Hero_Section-Img_s7 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s8 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/appAssets/Mask%20Group%2029.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s8 {
    height: 90vh;
}

.hero-content_s8 > h1 {
    line-height: 60px;
}

.hero-content_s8 > p {
    font-size: 18px;
}

.heading-effect_s8 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s8 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s8 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s8 {
    color: var(--primary-white);
}

.newsletterlll_s8 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s8 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s8 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s8 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s8 {
        text-align: center;
    }

    .Hero_Section-Img_s8 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s8 {
        width: 50% !important;
    }

    .newsletterlll_s8 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
    }

    .Hero_Section-Img_s8 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s8 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s8 {
        width: 70% !important;
    }

    .Hero_Section-Img_s8 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s9 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s9 {
    height: 90vh;
}

.hero-content_s9 > h1 {
    line-height: 60px;
}

.hero-content_s9 > p {
    font-size: 18px;
}

.heading-effect_s9 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s9 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s9 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s9 {
    color: var(--primary-white);
}

.newsletterlll_s9 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/seocover-bg.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s9 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s9 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_s9 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s9 {
        text-align: center;
    }

    .Hero_Section-Img_s9 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s9 {
        width: 50% !important;
    }

    .newsletterlll_s9 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/seocover-bg.png") !important;
    }

    .Hero_Section-Img_s9 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s9 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s9 {
        width: 70% !important;
    }

    .Hero_Section-Img_s9 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.navbar {
    background-color: var(--background-color) !important;
}

.Hero_Section_s10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_s10 {
    height: 90vh;
}

.hero-content_s10 > h1 {
    line-height: 60px;
}

.hero-content_s10 > p {
    font-size: 18px;
}

.heading-effect_s10 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_s10 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_s10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_s10 {
    color: var(--primary-white);
}

.newsletterlll_s10 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/socialbgcover.png") !important;
}

@media only screen and (max-width: 500px) {
    .slidesFix_s10 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_s10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .Hero_Section_s10 {
        height: 60vh;
    }

    .responsive-imglll_s10 {
        width: 50% !important;
    }

    .center-mobile-alignlll_s10 {
        text-align: center;
    }

    .Hero_Section-Img_s10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_s10 {
        width: 50% !important;
    }

    .newsletterlll_s10 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: url("../assets/socialbgcover.png") !important;
    }

    .Hero_Section-Img_s10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_s9 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_s10 {
        width: 70% !important;
    }

    .Hero_Section-Img_s10 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

.Hero_Section_p10 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/package_heroBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    height: 90vh;
    width: 100vw;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.Hero_Section_portfolio {
    background-image: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url("../assets/portfolio_heroBG.png");
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: black 18px 18px 158px 158px inset;
    color: var(--primary-white);
}

.hero-content_p10 {
    height: 90vh;
}

.hero-content_p10 > h1 {
    line-height: 60px;
}

.hero-content_p10 > p {
    font-size: 18px;
}

.heading-effect_p10 {
    color: var(--effect);
    font-weight: bolder;
}

.herosection-btn_p10 {
    height: 50px;
    width: 150px;
}

.Hero_Section-Img_p10 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.SectionOne_p10 {
    color: var(--primary-white);
}

.newsletterlll_p10 {
    height: 60vh;
    margin-left: -30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-top-left-radius: 50% 15%;
    border-top-right-radius: 50% 15%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/socialbgcover.png") !important;
}

.work-bar {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    border: 1px solid var(--description);
}

.work-category {
    display: flex;
}

.work-category > span {
    margin-left: 30px;
    font-size: 14px;
    color: var(--description);
    cursor: pointer;
}

.showAllWork {
    cursor: pointer;
}

@media only screen and (max-width: 500px) {
    .slidesFix_p10 {
        width: 311px;
        margin-right: 25px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Hero_Section-Img_p10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (max-width: 600px) {
    .responsive-imglll_p10 {
        width: 50% !important;
    }

    .center-mobile-alignlll_p10 {
        text-align: center;
    }

    .Hero_Section-Img_p10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .video_Hero_Section-Img img {
        width: 70% !important;
        margin-top: -60% !important;
    }
}

@media only screen and (min-width: 600px) {
    .responsive-imglll_p10 {
        width: 50% !important;
    }

    .newsletterlll_s10 {
        width: 99.7vw;
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-top-left-radius: 50% 6%;
        border-top-right-radius: 50% 6%;
        background-image: url("../assets/socialbgcover.png") !important;
    }

    .Hero_Section-Img_p10 img {
        width: 60% !important;
        margin-top: -60% !important;
    }

    .newsletterlll_p9 h1 {
        line-height: 55px;
    }
}

@media only screen and (min-width: 992px) {
    .responsive-imglll_p10 {
        width: 70% !important;
    }

    .Hero_Section-Img_p10 img {
        width: 100% !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section-Img img {
        width: 100% !important;
        margin-top: 0% !important;
    }
}

@media only screen and (max-width: 600px) {
    .txt-margined {
        width: 350px;
        padding-top: 15px;
        margin-top: 0%;
        margin-left: 0%;
        text-align: left;
    }

    .txt-intercept {
        margin-top: 6%;
        margin-right: 10% !important;
        width: 250px !important;
    }
}

@media only screen and (min-width: 600px) {
    .txt-margined {
        width: 350px;
        padding-top: 15px;
        margin-top: 0%;
        margin-left: 0%;
        text-align: left;
    }

    .column_first {
        flex: 0 0 100% !important;
    }

    .one-on-mob {
        flex: 0 0 100%;
    }

    .txt-intercept {
        margin-top: 6%;
        margin-right: 10% !important;
        width: 250px !important;
    }
}

@media only screen and (min-width: 768px) {
    .txt-margined {
        width: 350px;
        margin-top: -15%;
        margin-left: -15%;
    }

    .txt-intercept {
        margin-top: 4%;
        margin-left: -60%;
        margin-right: 10% !important;
        width: 250px !important;
    }
}

@media only screen and (min-width: 992px) {
    .txt-margined {
        width: 350px;
        margin-top: -15%;
        margin-left: -15%;
    }

    .txt-intercept {
        margin-top: -25%;
        margin-right: 0% !important;
        width: 250px !important;
    }

    .btn-svg {
        margin-top: -40%;
        margin-right: 0%;
    }
}

@media only screen and (min-width: 1200px) {
    .txt-margined {
        width: 350px;
        margin-top: -15%;
        margin-left: -15%;
    }

    .txt-intercept {
        margin-top: -25%;
        margin-right: 6% !important;
        width: 250px !important;
    }

    .btn-svg {
        margin-top: -40%;
        margin-right: 0%;
    }

    .below-hero-padding {
        margin-top: 5% !important;
    }
}

.btn-loginpage {
    margin: 0px auto;
    text-align: center;
    background: rgb(247, 244, 244);
    padding: 5px 10px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-weight: bold;
    font-size: 18px;
    width: 110px;
    height: 40px;
    line-height: 30px;
    clip-path: polygon(0px 0px, 73% 0px, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.btn-loginpage:hover {
    text-decoration: none;
    color: rgb(0, 0, 0);
}

.navbar-login-btn {
    background: linear-gradient(90deg, rgb(29, 247, 183) 0%, rgb(32, 201, 151) 55%, rgb(0, 212, 255) 100%);
    padding: 5px 10px;
    font-weight: bold;
    font-size: 18px;
    clip-path: polygon(0px 0px, 73% 0px, 100% 20%, 100% 100%, 100% 100%, 20% 100%, 0% 80%, 0% 20%);
}

.loginPage {
    height: 100vh;
    width: 100%;
    color: var(--primary-white);
}

.loginCol {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    padding: 5%;
    border-radius: 20px;
    width: 30rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.loginColLogin {
    background: linear-gradient(rgb(0, 243, 165) 0%, rgb(0, 232, 199) 51%, rgb(0, 220, 234) 100%);
    padding: 5%;
    border-radius: 20px;
    width: 30rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.btn-login {
    background: url("https://www.Creative Logo Labs.com/404.php") center center no-repeat !important;
    outline: none !important;
    border: none !important;
}

.btn-login:focus {
    background: url("https://www.Creative Logo Labs.com/404.php") center center no-repeat !important;
    outline: none !important;
    border: none !important;
}

.input-fields {
    box-shadow: -2px 2px 23px -28px inset;
    z-index: 1;
    height: 40px !important;
    border-radius: 12px !important;
}

.pass-field {
    box-shadow: -2px 2px 23px -28px inset;
    z-index: 1;
    height: 40px !important;
    border-radius: 12px 0px 0px 12px !important;
}

.pass-field-icon {
    height: 40px !important;
    background-color: white !important;
    border: none !important;
    border-radius: 0px 12px 12px 0px !important;
}

.custom-checkbox {
    background-color: white !important;
    color: rgb(0, 232, 199) !important;
    border: 2px solid white !important;
}

.gallery-image-container {
    width: 100%;
    height: auto;
    max-width: 1440px;
    margin: 0px auto;
}

.gallery-image-container > img {
    height: 250px;
    width: 250px;
    overflow: hidden;
    border-radius: 20px;
    margin: 10px;
}

.work-category {
    border: 2px solid var(--primary-white);
    margin: 0px auto 40px;
    display: flex;
    justify-content: space-evenly;
    height: 50px;
}

.myck {
    display: inline-block;
    padding: 10px;
    border-radius: 4px;
    color: rgb(255, 255, 255);
    width: 100px;
    text-align: center;
    margin-bottom: 50px;
    text-decoration: none;
}

.myck:hover {
    color: rgb(32, 201, 151);
    text-decoration: none;
}

.hide {
    display: none;
}

.card-body span.heading {
    margin-bottom: 10px;
    font-size: 25px !important;
}

.card-body span {
    font-size: 16px !important;
}

.card-body del {
    font-size: 20px !important;
}

.card-title {
    font-weight: bold;
    text-transform: uppercase;
    margin-top: -27px !important;
    font-size: 25px !important;
}

.scroll-package::-webkit-scrollbar {
    width: 10px !important;
}

.scroll-package::-webkit-scrollbar-track {
    background: transparent !important;
}

.scroll-package::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255) !important;
}

.swiper {
}

.loadingScreen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.loader {
    position: relative;
    display: flex;
}

.loader span {
    position: relative;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
}

.loader span::before {
    content: "";
    position: absolute;
    inset: 0px;
    border-radius: 50%;
}

.loader span::after {
    content: "";
    position: absolute;
    inset: 40px;
    background: rgb(234, 238, 240);
    border: 3px solid rgb(234, 238, 240);
    border-radius: 50%;
}

.loader span i {
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    background: linear-gradient(rgb(0, 243, 165) 15%, rgb(0, 232, 199) 58%, rgb(0, 220, 234) 50%);
    animation: 1s linear 0s infinite normal none running animateLoader;
}

@keyframes animateLoader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.rocket {
    position: absolute;
    inset: 50px;
    z-index: 10;
    border-radius: 50%;
    display: flex;
    place-content: center;
    overflow: hidden;
}

.rocket .fa-rocket {
    position: absolute;
    top: 35%;
    color: rgb(0, 232, 199);
    font-size: 3.5em;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    animation: 0.2s linear 0s infinite normal none running animateRocket;
}

@keyframes animateRocket {
    0%, 100% {
        transform: translate(0px, 0px) rotate(-45deg);
    }

    50% {
        transform: translate(0px, 3px) rotate(-45deg);
    }
}

.rocket .fa-cloud {
    position: absolute;
    top: calc(45px * var(--i));
    left: calc(40px * var(--i));
    font-size: 2em;
    -webkit-text-stroke: 2px rgb(0, 0, 0);
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: animateCloud;
    animation-timeline: auto;
    animation-range: normal;
    animation-delay: calc(-0.5s * var(--i));
}

@keyframes animateCloud {
    0% {
        transform: translateY(calc(-175px));
    }

    100% {
        transform: translateY(calc(175px));
    }
}

.errorpage {
    margin: 0px;
    padding: 0px;
    font-family: Tomorrow, sans-serif;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.text {
    position: absolute;
    top: 40%;
    color: rgb(255, 255, 255);
    text-align: center;
}

h1 {
    font-size: 50px;
}

.star {
    position: absolute;
    width: 2px;
    height: 2px;
    background: rgb(255, 255, 255);
    right: 0px;
    animation: 3s linear 0s infinite normal none running starTwinkle;
}

.astronaut img {
    width: 100px;
    position: absolute;
    top: 55%;
    animation: 6s linear 0s infinite normal none running astronautFly;
}

@keyframes astronautFly {
    0% {
        left: -100px;
    }

    25% {
        top: 50%;
        transform: rotate(30deg);
    }

    50% {
        transform: rotate(45deg);
        top: 55%;
    }

    75% {
        top: 60%;
        transform: rotate(30deg);
    }

    100% {
        left: 110%;
        transform: rotate(45deg);
    }
}

@keyframes starTwinkle {
    0% {
        background: rgba(255, 255, 255, 0.4);
    }

    25% {
        background: rgba(255, 255, 255, 0.8);
    }

    50% {
        background: rgb(255, 255, 255);
    }

    75% {
        background: rgba(255, 255, 255, 0.8);
    }

    100% {
        background: rgba(255, 255, 255, 0.4);
    }
}

.social-icons {
    display: flex;
    justify-content: center;
}

.social-icons span {
    border: 1px solid var(--primary-white);
    padding: 10px 5px;
    line-height: 5px;
    margin: 0px 5px;
}

.footer-icons {
    text-align: center;
    transition: all 0.3s ease 0s;
    text-decoration: none !important;
}

.footer-content i {
    font-size: 20px !important;
}

.footer-icons i:hover {
    color: rgb(32, 201, 151) !important;
}

.blog_image_update {
    width: 400px;
    height: 200px;
}

.single_blog_img img {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .hide_on_Mobile {
        display: none;
    }

    .Hero_Section_s111 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        box-shadow: black 18px 18px 158px 158px inset;
        color: var(--primary-white);
        height: 40vh !important;
    }

    .hero-content {
        height: 42vh !important;
    }

    .Hero_Section_s111 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        box-shadow: black 18px 18px 158px 158px inset;
        color: var(--primary-white);
        height: 40vh !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 768px) {
    .hide_on_Mobile {
        display: none;
    }

    .Hero_Section_s111 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        width: 100vw;
        box-shadow: black 18px 18px 158px 158px inset;
        color: var(--primary-white);
    }
}

.modal {
    background-color: rgba(0, 0, 0, 0.7) !important;
}

.login_modal_btn {
    background-color: white !important;
    color: rgb(0, 238, 255) !important;
}

.close {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    padding: 1%;
    opacity: 1 !important;
    color: white !important;
}

.form-control {
    border-radius: 8px;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgb(0, 238, 255);
}

#myModal .modal-dialog {
}

#myModal .modal-content {
    border-radius: 0px;
    border: none;
}

#myModal .modal-content form label {
    font-weight: normal;
    margin-bottom: 2px;
}

#myModal .modal-footer {
}

.nav-tabs {
    margin-top: 20px !important;
    padding-bottom: 20px !important;
}

.nav-tabs > li {
    width: 50%;
    text-align: center;
}

.nav-tabs > li a {
    margin: 0px;
    border-radius: 0px;
    text-align: center;
    font-weight: 600;
}

.nav-tabs > li > a {
    padding: 8px;
    border-radius: 12px;
    color: white;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus {
    padding: 8px;
    border-radius: 12px;
    color: white;
}

.modal-content {
    border-radius: 18px;
    background: radial-gradient(rgba(121, 121, 121, 0.773) 100%, rgba(117, 117, 117, 0.69)) !important;
}

.parsley-error {
    border-color: rgb(204, 0, 0);
    color: rgb(204, 0, 0);
    background-color: rgb(255, 217, 217);
}

#forgot-password-collapse {
    border-top: 2px dashed rgb(153, 153, 153);
    margin-top: 30px;
}

#forgot-password-collapse h5 {
    margin-top: 15px;
}

#forgot-password-collapse form {
    margin-top: 20px;
}

.existing-customer {
    display: none;
}

@media only screen and (max-width: 768px) {
    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .about-sec-1 {
        margin-top: -10%;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s9 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/Base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 0px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2mob {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2nft {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2blockchain {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/blockchain/blockchainbannerBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_portfolio {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/portfolio_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_p10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/package_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .marquee_margin {
        margin-bottom: 100px !important;
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 600px) {
    .Hero_Section_s111 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 40px inset !important;
        height: 70vh !important;
        margin-top: -20% !important;
    }

    .about-sec-1 {
        margin-top: -17%;
    }

    .hero-aaaz {
        width: 100vw;
        height: 60vh;
        margin-left: 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        margin-bottom: -140px !important;
    }

    .hero-content > h1 {
        line-height: 40px;
        margin-top: 75% !important;
    }

    .Hero_Section_s9 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: -4% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: -15% !important;
    }

    .Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/Base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 0px inset !important;
        height: 55vh !important;
        margin-top: -20% !important;
    }

    .Hero_Section_s2mob {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 55vh !important;
        margin-top: -20% !important;
    }

    .Hero_Section_s2nft {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 55vh !important;
        margin-top: -20% !important;
    }

    .Hero_Section_s2blockchain {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/blockchain/blockchainbannerBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 70vh !important;
        margin-top: -20% !important;
    }

    .video_Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 55vh !important;
        margin-top: -20% !important;
    }

    .Hero_Section_portfolio {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/portfolio_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 70vh !important;
        margin-top: -20% !important;
    }

    .Hero_Section_p10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/package_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 75vh !important;
        margin-top: -20% !important;
    }

    .marquee_margin {
        margin-bottom: -100px !important;
        margin-top: 50px !important;
    }
}

@media only screen and (max-width: 998px) {
    .Hero_Section_s9 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 60vh !important;
        margin-top: 0% !important;
    }

    .hero-aaaz {
        width: 100vw;
        height: 60vh;
        margin-left: 0px;
        display: flex;
        margin-bottom: -50px;
        justify-content: center;
        align-items: center;
        text-align: center;
        color: white;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .Hero_Section_s111 {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0)), url("../assets/web-base.png");
        height: 61vh !important;
    }

    .Hero_Section {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/Base.png");
        height: 73vh !important;
    }

    .Hero_Section_s2mob {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
        height: 55vh !important;
    }

    .Hero_Section_s2nft {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
        height: 55vh !important;
    }

    .Hero_Section_s2blockchain {
        height: 55vh;
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("https://www.Creative Logo Labs.com/404.php");
    }

    .video_Hero_Section {
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/web-base.png");
        height: 55vh !important;
    }

    .Hero_Section_portfolio {
        height: 55vh;
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/portfolio_heroBG.png");
    }

    .Hero_Section_p10 {
        height: 55vh;
        margin-top: 0px;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/package_heroBG.png");
    }

    .marquee_margin {
        margin-bottom: -100px !important;
        margin-top: 50px !important;
    }
}

@media only screen and (min-width: 998px) {
    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s9 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/Base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 0px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2mob {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2nft {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2blockchain {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/blockchain/blockchainbannerBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_portfolio {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/portfolio_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_p10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/package_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 80vh !important;
        margin-top: 0% !important;
    }

    .marquee_margin {
        margin-top: 115px;
        margin-bottom: 0px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s9 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/seoherobg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/SocialMediaBannerBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/Base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 0px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2mob {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/mobileapp/DynamicMobileAppsBG.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2nft {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/nfts/nftbannerbg.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_s2blockchain {
        background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../assets/blockchain/blockchainbannerBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 8px 8px 150px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .video_Hero_Section {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/web-base.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_portfolio {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/portfolio_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .Hero_Section_p10 {
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("../assets/package_heroBG.png");
        background-size: cover;
        background-repeat: no-repeat;
        color: var(--primary-white);
        box-shadow: black 18px 18px 158px 20px inset !important;
        height: 90vh !important;
        margin-top: 0% !important;
    }

    .marquee_margin {
        margin-top: 115px;
        margin-bottom: -100px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .marquee_margin {
        margin-top: 115px;
        margin-bottom: -32px !important;
    }
}

.footer_list ul li {
    list-style: none;
}

.footer_list ul:first-child {
    color: rgb(0, 217, 245);
    font-size: 18px;
}

.footer_list ul li a {
    text-decoration: none;
    color: var(--primary-white);
    font-size: 15px;
}

.footer_list ul li a:hover {
    color: rgb(0, 217, 245);
}

.footer_list ul li a .footer-iconz {
    font-size: 14px !important;
}

.Img_Zoom_Effect {
    transition: all 0.5s ease 0s;
}

.Img_Zoom_Effect:hover {
    transform: scale(1.1);
}

.News_Letter {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
}

.News_Letter_Contact {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
}

.News_Letter_Logo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/aboutAssets/Mask.png") !important;
}

.News_Letter_Web {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/bg-double.png") !important;
}

.News_Letter_Mob {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/appAssets/Mask.png") !important;
}

.News_Letter_Smm {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/socialbgcover.png") !important;
}

.News_Letter_Seo {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../assets/seocover-bg.png") !important;
}

.News_Letter_Animation {
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100vw;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 50% 6%;
    border-top-right-radius: 50% 6%;
    position: relative;
}

.AnimatedVideo {
    position: absolute;
    inset: 0px;
}

.AnimatedContent {
    position: absolute;
}

@media only screen and (max-width: 251px) {
    .portfolio_images {
        height: 100px !important;
        width: 100px !important;
        margin-left: -10px !important;
    }
}

@media only screen and (max-width: 250px) {
    .portfolio_images {
        height: 80px !important;
        width: 80px !important;
        margin-left: -10px !important;
    }
}

@media (max-width: 600px) {
    .portfolio_images {
        margin: 20px;
        height: 250px !important;
        width: 250px !important;
    }
}

.close {
    position: absolute !important;
    right: 0px !important;
    top: 0px !important;
}

.portfolio_images {
    margin: 20px;
    border-radius: 40px;
    height: 220px !important;
    width: 250px !important;
}

.workList {
    margin-top: 0px;
    margin-bottom: 1rem;
    display: inline-flex !important;
    flex-wrap: wrap !important;
    list-style: none !important;
    align-items: center !important;
    justify-content: center !important;
}

.swiper-slide {
    padding: 2px;
}

.hideOnMobile {
    display: flex !important;
}

@media only screen and (max-width: 600px) {
    .hideOnMobile {
        display: none !important;
    }
}

@media only screen and (max-width: 960px) {
    .contactPage_submit_btn {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

btn-check:focus + .btn, .btn:focus {
    background-color: white;
    outline: 0px !important;
    box-shadow: none !important;
    color: rgb(0, 0, 0) !important;
}






.check-list.nopaddding {
    display: flex;
    align-items: self-start;
    padding: 0;
}

.check-list.nopaddding label {
    font-size: 13px;
    margin-left: 10px;
}
