@import url('https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carter+One&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');

@import url("reponsive.css");


:root {
    --font1: "Open Sans", sans-serif;
    --font2: "Alumni Sans", sans-serif;
}

body {
    font-family: var(--font1);
    font-size: 17px;
    color: #fff;
    font-weight: 300;
    background-color: #040419;
}

p {
    letter-spacing: .25px;
}

ul,
li {
    list-style: none;
    margin-bottom: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #ffc600;
    color: #000;
}

::selection {
    text-shadow: none;
    background: #ffc600;
    color: #000;
}


/*#region Header  */

.funny {
    font-family: "Carter One", system-ui;
}

.funny span {
    color: #ffc600;
    display: inline-block;
    padding-left: 6px;
}

header {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
}

.top_bar {
    background-color: rgba(4, 4, 25, 90%);
    color: #fff;
    font-size: 15px;
    padding: 6px 0px;
}

.top_bar ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.top_bar li {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
}

.top_bar ul li:nth-child(1n+1) {
    border-right: 1px solid rgb(255 255 255 / 41%);
    margin-left: 13px;
    padding-right: 13px;
}

.top_bar ul li:nth-last-child(1) {
    border-right: none !important;
}

.hire {
    background-color: #fff;
    border-radius: 100px;
    overflow: hidden;
    color: #000;
    padding-right: 10px !important;
    transition: .5s ease-in-out;
}

.funny {
    font-size: 17px !important;
}

.hire a {
    color: #000 !important;
    font-weight: 500;
}

.hire:hover {
    background-color: #f3f0a5;
}

.funny img {
    display: inline-block;
    padding-right: 5px;
}

.top_bar a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: .8px;
}

.header ul li {
    display: inline-block;
    float: none;
    margin: 0px;
}

.hide {
    display: none;
}

#sub:checked~.dropdoqwn {
    display: block;
}

#sub:checked~.dropdoqwn2 {
    display: block;
}

#sub:checked~.megmenupart {
    display: block;
}

.header ul ul {
    position: absolute;
    z-index: 9999;
    padding: 0;
    display: none;
}

.dropdoqwn li {
    display: block !important;
    float: none;
}

.dropdoqwn2 {
    left: 100%;
    margin-right: .1rem;
    margin-top: -37px;
    min-width: 160px;
    background-color: var(--primary);
}


.dropdoqwn li a {
    display: block !important;
    font-size: 13px !important;
    padding: 8px 15px !important;
    min-width: 160px;
    text-align: left;
    border-radius: 0px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 400;
    background-color: #040419 !important;
}

.dropdoqwn li a:hover {
    background-color: #7862fc !important;
    color: #fff !important;
}

.meg:hover {
    background-color: #fff;
    border-radius: 100px;
}

.meg:hover .main-s {
    color: #000;
}

.myheaderlist ul {
    overflow-x: scroll;
}

.megmenupart {
    position: absolute;
    width: 100%;
    display: none;
    left: 0px;
    right: 0;
    z-index: 9999 !important;
    margin: 0px auto;
    transition: 1s ease-in-out;
    padding-top: 15px;
}

.megamenu li {
    display: block;
    width: 100%;
}

.megamenu li a {
    padding: 4px;
    text-transform: capitalize;
}


.megmenupart ul {
    position: inherit !important;
    display: block !important;
}

.megamenu {
    color: #444;
    border-radius: 15px;
    position: relative;
    z-index: 555;
    overflow: hidden;
    padding: 15px;
}

.megamenu::before {
    backdrop-filter: blur(50px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background-color: rgb(22 38 61 / 45%);
    z-index: -1;
    border-radius: 15px;
}

#nav:checked~.header {
    display: block;
    transform: translateX(0);
    transition: all 0.3s ease-out;
    ;
}

.dropdoqwn i {
    float: right;
    padding-top: 4px;
}

.headerf-0flex li a {
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    transition: .6s linear;
    font-weight: 500;
    border-radius: 100px;

}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_area {
    background-color: rgba(4, 4, 25, 3%);
    padding: 10px 0px;
    position: relative;
    z-index: 9999;
    z-index: 55;


}

.header_area::before {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(6px);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    z-index: -1;
}



.lop1 {
    display: flex !important;
    align-items: flex-start !important;
    color: #c4cad1 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-bottom: 13px !important;
    margin-top: 13px !important;
    line-height: 16px !important;
    padding: 0 !important;
}

.lop1 strong {
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
    color: #fff;
}


.lop1 i {
    width: 35px;
    margin-right: 17px;
    font-size: 30px;
    color: #d0d0db;
}

.lop1 a {
    padding: 0 !important;
    margin-bottom: 5px;
    font-weight: 600;
    color: #fff !important;
}

.cup {
    margin-left: 20px !important;
}

.cup a {
    background-color: #0e0c26;
    border-radius: 100px;
    padding: 5px 7px 5px 21px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;

}

.cup span {
    display: inline-flex;
    background-color: #ffc600;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 32px;
    transform: rotate(126deg);
    margin-left: 10px;
}


.carousel img {
    width: 100%;
}

.fixed_header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #ffffffdb;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 16%);
}

.fixed_header .headerf-0flex li a {
    color: #000;
}

.fixed_header .cup a {
    color: #fff !important;
}

.nav_panel {
    display: flex;
    align-items: center;
    justify-content: end;
}

.imgge1 {
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}


.video_banner {
    position: relative;
}

.video_banner video {
    height: 100vh;
    object-fit: cover;
    width: 100%;
    border: none;
    display: block;
}


.text-overlap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 30%);
    padding-top: 20px;
}

.circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    z-index: 999999 !important;
}

.circle-cursor--outer {
    width: 50px;
    height: 50px;
    border: 1px solid var(--color-text);
    z-index: 999999 !important;
    background: var(--color-text);
    box-shadow: 0 0 50px 50px var(--color-text);
    opacity: 1;
    mix-blend-mode: overlay;
}

.circle-cursor--inner {
    width: 5px;
    height: 5px;
    left: -2.5px;
    top: -2.5px;
    z-index: 999999 !important;
    background: var(--color-text);
}

.banner h1 {
    font-family: var(--font2);
    font-size: 210px;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 155px;
    margin-top: -15px;
    background: linear-gradient(90deg, #7861fb 50%, #ef0e94 70%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.banner h1 small {
    font-size: 178px;
    position: relative;
    background: linear-gradient(90deg, #ef0e94, #ef0e94);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner h1 small img {
    position: absolute;
    top: -5px;
    top: 17px;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.banner h2 {
    font-size: 40px;
    font-weight: 300;
    font-family: var(--font2);
}

.banner h4 {
    font-family: var(--font2);
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 20px;
}

.allbox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -146px !important;
    position: relative;
}

.box1 {
    background-color: #ffffff;
    width: 126px;
    border-radius: 24px;
    padding: 4px;
    transition: .1s linear;
    letter-spacing: 1px;
    margin: 50px 15px 0px 15px;
    font-family: "Kaushan Script", cursive;
    cursor: none !important;

}

.box_inner {
    background-color: #67ddff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px 22px 0px 0px;
    overflow: hidden;
    padding: 11px;
    height: 90px;
}

.box1:hover {
    cursor: pointer;
    transform: scale(1.08);
}

.box1 span {
    display: block !important;
    text-align: center;
    padding: 7px 0px;
    font-weight: 500;
    color: #000;
}

.yellow1 {
    background-color: #fff !important;
}

.yellow1 .box_inner {
    background-color: #ffa8a8 !important;
}

.green1 .box_inner {
    background-color: #a0d3aa !important;
}

.pink1 {
    background-color: #fff !important;
}

.pink1 .box_inner {
    background-color: #fb61ee !important;
}

.red1 {
    background-color: #fff !important;
}

.red1 .box_inner {
    background-color: #8cfb61 !important;
}

.yellow2 .box_inner {
    background-color: #ffe87d !important;
}

.purple1 {
    background-color: #fff !important;
}

.purple1 .box_inner {
    background-color: #dfc0ff !important;
}


.border3 {
    border: 1px solid rgba(255, 255, 255, 10%);
    margin: 0;
    border-radius: 15px;

}

.scroll-add {
    overflow-y: auto;
    height: 296px;
    border-right: 1px solid rgba(255, 255, 255, 10%);
    padding: 20px 35px;
}

.right-i {
    padding: 20px;
}

.megamenuboder {
    padding: 0px 15px;
    border: 1px solid rgba(255, 255, 255, 10%);
    margin-right: -1px;
    margin-bottom: -1px;
}

.megamenuboder:hover {
    border: 1px solid rgba(255, 255, 255, 30%);
}

/* width */
.scroll-add::-webkit-scrollbar {
    width: 0px;
}

/* Track */
.scroll-add::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
.scroll-add::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
.scroll-add::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/*#region Header  */

.about_section {
       padding: 3rem 2.8rem 2rem 2.8rem;
    background: linear-gradient(to top, #d1e8fe, #040419);
}

.about_panel {
    background-color: #fff;
    min-height: 450px;
    border-radius: 50px;
    padding: 50px 20px;
    color: #222;
    max-width: 1481px;
    margin-left: auto;
    margin-right: auto;
}

.head_tile {
    background-color: #020017;
    color: #fff;
    font-size: 13px;
    padding: 3px 9px 3px 7px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

.head_tile span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #ffc600;
    margin-right: 5px;
}

.globe {
    opacity: 0.4;
    width: 260px;
    margin-bottom: 25px;
}

@keyframes spin1 {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(-360deg);
    }
}

.about_section h2 {
    font-size: 40px;
    font-weight: 300;
    color: #000;
    margin-top: 30px;
    line-height: 1.3;
}

.owl-carousel {
    display: flex;
    align-content: center;
    justify-content: center;
}

.clientlogo img {
    width: 100%;
    height: 82px;
    object-fit: contain;
    padding: 0px 15px;
}

.owl-carousel img {
    filter: grayscale(1);
    transition: .5s ease-in-out;

}

.owl-carousel img:hover {
    filter: grayscale(0);
    transition: .5s ease-in-out;
}




/*#region Website Application Development */


.website_application {
    padding: 1rem 2.8rem 3rem 2.8rem;
    background-color: #d1e8fe;
    text-align: center;
    position: relative;
    z-index: 2;
}
.wbox {
    border-radius: 4rem;
    background-color: #e8f4ff;
 padding: 3rem 1rem 4rem 1rem;
     max-width: 1481px;
    margin-left: auto;
    margin-right: auto;
}

.website_application h3 {
    font-weight: 700;
    text-align: center;
    font-size: 48px;
    background: linear-gradient(90deg, #7862fc, #ff0385);
    letter-spacing: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 85%;
    line-height: 50px;
    background-size: 150%, 150%;
    animation: rainbow 2s ease-in-out infinite;
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.tab {
    position: relative;
}

.website_p {
    font-size: 22px;
    color: #323232;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 70px;
}

.tab::after {
    width: 2px;
    height: 90%;
    background-color: #76b0e7;
    content: '';
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 23px;
    z-index: 1;
}

/* Style the buttons inside the tab */
.tab .tablinks {
    display: block;
    background-color: inherit;
    color: black;
    padding: 12px 16px 12px 46px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    font-size: 17px;
    background: url(../images/circle.png);
    background-position: 17px 15px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 2;
    transition: .2s;
}


.tab .tablinks:hover {
    background: url(../images/bulb.png);
    background-position: left;
    background-repeat: no-repeat;
}

.tab .tablinks.active {
    background: url(../images/bulb.png);
    background-position: left;
    background-repeat: no-repeat;
    padding-left: 59px;
    font-weight: 700;
}

.tabcontent {
    padding: 20px 20px;
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
    background-color: #fff;
    border-radius: 50px;
    min-height: 442px;
}

.tabcontent img {
    width: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.tabcontent.show {
    display: block;
    opacity: 1;
}

/*#endregion Website Application Development */

/*#endregion industry */

.industry .marquee{
    padding: 0 !important;
}

.industry {
    padding: 3rem 2.8rem 4rem 2.8rem;
    border-radius: 0rem;
    text-align: center;
    position: relative;
    z-index: 3;
    color: #ffff;
    background: linear-gradient(to top, #d1e8fe, #00002a);
}

.industries_b {
    padding: 4rem 2.8rem 3rem 2.8rem;
    background-color: #23235a;
    border-radius: 4rem 4rem;
    text-align: center;
    max-width: 1481px;
    margin-left: auto;
    margin-right: auto;
}

.industry h3 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: table;
}

.industry_p {
    font-size: 19px;
    margin-bottom: 50px;
    color: #b3bff3;
}

.shapes1 {
    position: absolute;
    left: -28px;
    top: -14px;
}

.industry h3 span {
    position: relative;
    z-index: 555;
}

.industry h3 span::after {
    position: absolute;
    width: 100%;
    height: 17px;
    background-color: #ff0060;
    content: '';
    bottom: 3%;
    z-index: -1;
    left: 3px;
}


.industry li {
    display: inline-block;
    text-align: center;
    border: 1px solid #fff;
    margin: 7px 5px;
    border-radius: 100px;
    color: #fff;
    padding: 6px 21px;
    text-decoration: none;
    transition: .4s ease-in-out;
    font-size: 18px;
}

.industry li:hover {
    background-color: #fff;
    color: #222;
}

.column1 {
    background-color: #0d0d4a;
    color: #fff;
    min-height: 500px;
    border-radius: 2rem;
    margin-top: 43px;
    padding: 60px;
    text-align: left;
}

.text-panel {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;

}


.text1 {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    flex: 1;
    min-height: 68px;
    padding: 5px 27px;
    border-radius: 100px;
    background: linear-gradient(90deg, #7862fc, #ff0385);
}

.text-panel h5 {
    font-size: 56px;
    font-weight: 700;
}

.text1 p {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
}

.text1 p img {
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 12px;
}

.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
}

.marquee__item p {
    display: inline-flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    padding: 00px 20px;
    transition: .2s ease-in-out;
    margin: 0;
    background: linear-gradient(to right, #fff, #ffc107, #fff);
    background-size: 200% 200%;
    animation: rainbow 2s ease-in-out infinite;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 70px;
    text-transform: uppercase;
    will-change: transform;
    transform: translateX(0);
    white-space: nowrap;

}

.marquee__item p:hover {
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    transform: scale(1.05);
}

@keyframes rainbow {
    0% {
        background-position: left
    }

    50% {
        background-position: right
    }

    100% {
        background-position: left
    }
}

.marquee__item {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee 90s linear infinite;
    animation: marquee 90s linear infinite;
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


.column1 h4 {
    text-align: center;
    margin-bottom: 50px;
}

.web h5 {
    font-size: 62px;
    font-weight: 700;
    text-align: center;
    margin-top: 18px;
    margin-bottom: 15px;
}

.web span {
    font-family: "Monoton", sans-serif;
    font-weight: 300;
}

.since4 {
    font-family: "Monoton", sans-serif !important;
    font-weight: 300 !important;
}

.right1 {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee1 50s linear infinite !important;
    animation: marquee1 50s linear infinite !important;
}

@-webkit-keyframes marquee1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes marquee1 {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0%);
    }
}

.marquee__item i {
    font-size: 23px;
    padding-right: 8px;
}

.marquee:hover .right1 {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.right2 {
    display: inline-block;
    will-change: transform;
    -webkit-animation: marquee1 50s linear infinite !important;
    animation: marquee1 50s linear infinite !important;
}

.projects {
    background-color: #fff;
    border-radius: 4rem;
    margin-top: 3.5rem;
    color: #000;
    overflow: hidden;
    max-width: 1482px;
    margin-left:auto;
    margin-right:auto;
}

.best {
    padding: 3rem 3rem 2rem 3rem;
    text-align: left;
    font-weight: 400;
    align-items: center;
}

.projects h4 {
    display: block;
    font-size: 72px;
    font-weight: 300;
}


.text2 {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    flex: 1;
    min-height: 68px;
    padding: 5px 0px;
    border-radius: 0px;
    background-color: transparent !important;
}

.text2 img {
    width: 400px;
    border-radius: 10px;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    min-height: 300px;
    object-fit: cover;
    border: 8px solid #fff;
}

.projects .right1 p {
    padding: 00px 5px !important;
}

.projects .right1 {
    animation: marquee1 70s linear infinite !important;
}

.projects .sleft {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    margin-left: 0;
    margin-right: 0px;
    flex: 1;
    min-height: 68px;
    padding: 0px;
    border-radius: 0px;
    background-color: transparent !important;
}

.sleft img {
    border-radius: 10px;
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    min-height: 300px;
    object-fit: cover;
    border: 8px solid #fff;
}

.projects .left1 {
    animation: marquee 70s linear infinite !important;
}

.projects .sleft p {
    padding: 00px 5px !important;
}

.idea {
    text-align: left;
    padding: 2.5rem 3.2rem 3.5rem 3.2rem;
}

.idea h5 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 5px;
}

.idea span {
    display: block;
    font-size: 36px;
    font-weight: 400;
}

.marquee:hover .left1 {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}

.marquee:hover .right1 {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
}


.getin {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 5px 6px 5px 21px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    font-weight: 500;
    border: none;

}

.getin span {
    display: inline-flex;
    background-color: #ffc600;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    transform: rotate(126deg);
    margin-left: 10px;
}

.testimonials {
    padding: 4rem 0rem 3rem 0rem;
    background-color: transparent;
    border-radius: 0rem;
    text-align: center;
    position: relative;
    z-index: 2;
    margin-top: 0px;
    background: linear-gradient(to bottom, #01012b 40%, #c1d6ee 33%, #3a518f);
    min-height: 1000px;

}

.bg1 {
    border-radius: 4rem 4rem;
    min-height: 600px;
    background: linear-gradient(to bottom, #120423, #23235a);
    position: relative;
    z-index: 9999;
    color: #fff;
    padding: 8px;
    text-align: left;
    z-index: 9;
        overflow: hidden;
    max-width: 1482px;
    margin-left: auto;
    margin-right: auto;
}

.bg1:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem 4rem;
    z-index: -1;
}

.bg2 {
    background: linear-gradient(to bottom, #120423, #23235a);
    min-height: 600px;
    border-radius: 3.6rem;
    padding: 4rem 4rem 4rem 4rem;
}

.testimonials h6 {
    font-size: 65px;
    font-weight: 300;
    margin-top: 5px;
}

.testimonials_p {
    font-size: 18px;
    margin-bottom: 60px;
}

.user1 {
    text-align: left;
    align-items: flex-start;
}

.quote_l {
    font-size: 118px;
    transform: rotateX(180deg);
    margin-top: -21px;
    position: relative;

}

.quote_r {
    font-size: 118px;
    transform: rotateX(180deg) rotateY(180deg);
    margin-top: -21px;
    position: relative;

}

.quote_l i {
    background: linear-gradient(to top, #7862fc, #ff0385);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.quote_r i {
    background: linear-gradient(to top, #7862fc, #ff0385);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.content-group {
    padding: 0px 00px;
}

.content-group h6 {
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 36px;
}

.user1 .owl-buttons {
    display: flex;
    justify-content: end;
    position: absolute;
    right: 8%;
    bottom: 78px;
}

.user1 .owl-carousel {
    position: unset !important;
}

.user-image {
    display: flex;
    align-items: center;
    margin-top: 38px;
}

.user1 img {
    filter: none !important;
    margin-right: 20px;
}

.text_panel span {
    display: block;
    color: #ffc600;
    font-size: 21px;
}

.role {
    color: #fff !important;
}

.user1 .owl-prev {
    border: 2px solid #ffc600;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 100px;
}

.user1 .owl-next {
    border: 2px solid #ffc600;
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    border-radius: 100px;
    margin-left: 22px;
}

.about_group {
    text-align: left;
    padding: 35px 0px 5px 0px;
    font-weight: 300;
        overflow: hidden;
    max-width: 1482px;
    margin-left: auto;
    margin-right: auto;
}

.about_group a {
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.about_group strong {
    display: block;
    margin-top: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
}

.text-overlap2 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(3 3 40 / 73%);
    padding-top: 40px;
    backdrop-filter: blur(6px);
}

footer {
    position: relative;
    overflow: hidden;
    max-height: 100%;
    height: 581px !important;

}

.call {
    background-color: #3b5290;
    color: #fff;
    font-weight: 400;
    padding: 8px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.call span {
    font-size: 24px;
    font-weight: 600;
}

.call i {
    background-color: #fff;
    color: #3b5290;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 19px;
    margin-right: 8px;
}

.get h6 {
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    margin-top: 30px;
    margin-bottom: 20px;
}

.get strong {
    font-weight: 700;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.get ul {
    padding-left: 0;
}

.get ul li a {
    padding: 3px 0px !important;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    letter-spacing: 0.5px;

}

.get ul li a:hover {
    color: #ffc600;
}

.f-link {
    position: relative;
    margin-top: 40px;
}

.f-link .dropdoqwn li a {
    background-color: transparent !important;
}

.reach {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin-top: 68px;

}

.border1 {
    border-right: 1px solid #fff;
    min-height: 70px;
    display: flex;
    align-items: center;
    padding: 1rem 1rem 1rem 0rem !important;
    font-size: 18px;
    color: #ffff;
    font-weight: 400;
    letter-spacing: .5px;
}

.number-f p {
    text-transform: capitalize !important;
}

.number-f img {
    margin-right: 15px;
}

.number-f .footer_m {
    animation: marquee 30s linear infinite !important;
}

.copyright_panel {
       padding: 8px 22px;
}

.copyright_panel span {
    display: flex;
    text-align: right;
    font-size: 16px;
    font-weight: 400;
    justify-content: end;
}

.copyright_panel span strong {
    color: #ffc500;
    font-weight: 600;
}

.copyright_panel code {
    color: #fff;
}

.f-google img {
    margin-top: 40px;
}

.btn-group {
    display: flex;
    justify-content: center;
    align-content: center;
}

.btn-group a {
    background: linear-gradient(to top, #7862fc, #ff0385);
    color: #fff;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 100px;
    margin-left: 7px;
    margin-right: 7px;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: .5px;
}

/** SAGAR **/
.contbg1 {
    border-radius: 4rem 4rem;
    background: linear-gradient(to bottom, #c8c8e1a8, #23235a80);
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 8px;
    backdrop-filter: blur(6px);
    text-align: left;
}

.contbg1:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem 4rem;
    z-index: -1;
}

.contbg2 {
    background: linear-gradient(to bottom, #1d1f42, #23235a);
    border-radius: 3.5rem;
    padding: 2.6rem;
}

.contactbgpage {
    padding: 0rem 0rem 4rem 0rem;
    border-radius: 5rem 5rem 0px 0px;
    text-align: center;
    position: relative;
    color: #ffff;
    background: #030328;
}

.contactpage {
    text-align: left;
    padding: 100px 0px 0px 50px;
    background: url(../images/contbg.png) no-repeat;
    background-size: 100%;
    min-height: 440px;
    background-position-y: bottom;
}

.contactpage h6 {
    font-family: var(--font2);
    font-size: 155px;
    font-weight: 700;
    line-height: 155px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.contactpage h5 {
    font-size: 36px;
    font-weight: 300;
}

.contboxpage h4 {
    font-size: 60px;
    font-weight: 300;
}

.contboxpagehed {
    font-size: 24px;
    font-weight: 300;
    padding-top: 10px;
    padding-bottom: 20px;
}

.contpagenub {
    margin-bottom: 40px;
}

.contpagenub i {
    font-size: 60px;
    margin-right: 20px;
    float: left;
}

.contpagenub small {
    font-size: 20px;
}

.contpagenub h3 {
    width: 100%;
    font-size: 54px;
    font-family: var(--font2);
    font-weight: 700;
}

.conthead_tile {
    background-color: #020017;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    width: auto;
}

.conthead_tile span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #ffc600;
    margin-right: 5px;
}

.contpageform label {
    line-height: 50px;
    width: 100%;
    font-size: 54px;
    font-family: var(--font2);
    font-weight: 700;
}

.contforminput {
    background: none;
    border: none;
    border-bottom: 1px dashed #CCCCCC;
    font-size: 30px;
    width: 100%;
    outline: none;
    color: #ffc600;
    font-weight: 500;
    font-family: var(--font2);
    margin-bottom: 15px;
}

.contforminput::placeholder {
    color: #53537f;
    font-weight: 400;
    font-family: var(--font1);
    font-size: 20px;
}

.contbgpop {
    border-radius: 4rem 4rem;
    background: linear-gradient(to bottom, #c8c8e1a8, #23235a80);
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 8px;
    backdrop-filter: blur(6px);
    text-align: left;
}

.contbgpop:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem 4rem;
    z-index: -1;
}

.contbgpop2 {
    background: linear-gradient(to bottom, #1d1f42, #23235a);
    border-radius: 3.5rem;
    padding: 2.6rem;
}

.getin {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 5px 6px 5px 21px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-decoration: none;

}

.getin span {
    display: inline-flex;
    background-color: #ffc600;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    transform: rotate(126deg);
    margin-left: 10px;
}

.modal-dialog {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin: 0 auto !important;
}
.modal-content {
    background: none;
    border: none;
}

.modal.show .modal-dialog {
    transform: none;
}

.modal {
    background: #07021e99;
    backdrop-filter: blur(2px);

}

/***/
.allpagesecbg {
    padding: 3rem 2.8rem 4rem 2.8rem;
    border-radius: 5rem 5rem 0px 0px;
    position: relative;
    margin-top: 114px;
    z-index: 3;
    color: #ffff;
    background: linear-gradient(to top, #d1e8fe, #00002a);
}

/** online Page **/
.onlinepage {
    padding: 3rem 2.8rem 2rem 2.8rem;
    border-radius: 5rem 5rem 0px 0px;
    text-align: center;
    position: relative;
    margin-top: -114px;
    z-index: 3;
    color: #ffff;
    background: linear-gradient(to top, #d1e8fe, #00002a);
    margin-top: 110px;
}

.onlinepage h1 {
    font-size: 54px;
    text-transform: uppercase;
    font-weight: 300;
    padding-top: 10px;
}

.onlinepage h1 strong {
    font-weight: 700;
}

.onlinemainimg {
    text-align: right;
}

.onlineb1 {
    border-radius: 4rem 4rem;
    background: linear-gradient(to bottom, #c8c8e1, #23235a);
    position: relative;
    z-index: 99;
    color: #fff;
    padding: 8px;
    text-align: left;
    margin-bottom: 40px;
    max-width: 1481px;
margin-left: auto;
margin-right: auto;
}

.onlineb1:before {
    position: absolute;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 7%) 40%, transparent 57%);
    content: '';
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4rem 4rem;
    z-index: -1;
}

.onlinetraining h6 {
    font-size: 50px;
    padding-bottom: 10px;
    font-family: var(--font2);
}

.onlinetraining hr {
    height: 3px;
    background: linear-gradient(90deg, #7861fb 50%, #ef0e94 70%);
    border: 0;
    opacity: 1;
    text-align: center;
    margin: 0px 0px 30px 15px;
    width: 97%;
}

.onlinetraining img {
    width: 100%;
    object-fit: cover;
    height: 320px;
    border-radius: 20px;
}

.onlinecortext {
    padding: 0px 0px 0px 50px;
}

.onlinecortext p {
    padding-right: 20px;
}

.onlinecortext img {
    width: 48px;
    height: auto;
    margin-right: 20px;
}

.onlinetexthead {
    font-size: 26px;
    text-transform: uppercase;
}

.onlinetexthead img {
    border-radius: 0px;
}

.onlinetexttext {
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 20px;
}

.onlinecortext li {
    background-color: #32325d;
    margin-bottom: 10px;
    color: #fff;
    font-size: 14px;
    padding: 5px 12px;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    font-weight: 400;
}

.onlinecortext li span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background-color: #ffc600;
    margin-right: 5px;
}

.traiingexpr {
    padding: 30px 15px;
    color: #000;
    text-align: left;
    font-weight: 400;
    max-width: 1481px;
margin-left: auto;
margin-right: auto;
}

.traiingexpr h2 {
    font-family: var(--font2);
    font-size: 70px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.traiingexpr strong {
    font-size: 30px;
}

.marquee-wrapper {
    overflow: hidden;
    width: 100%;
}

.marqueetraini {
    display: flex;
    animation: marquee 30s linear infinite !important;
}

.marqueetraini img {
    height: 200px;
    width: auto;
}

/** Industries **/
.induspage {
    padding: 1.5rem 2.8rem 4rem 2.8rem;
    border-radius: 5rem 5rem 0px 0px;
    position: relative;
    color: #ffff;
    background: #030328;
}

.industriespage {
    text-align: left;
    padding: 100px 0px 0px 50px;
    background-size: 100%;
    min-height: 440px;
    background-position-y: bottom;
}

.industriespage h6 {
    font-family: var(--font2);
    font-size: 210px;
    font-weight: 700;
    line-height: 155px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 50px;
}

.industriespage h5 {
    font-size: 36px;
    font-weight: 300;
}

.industries_back {
    padding: 4rem 2.0rem 3rem 2.0rem;
    background: linear-gradient(180deg, rgba(30, 31, 88, 1) 0%, rgba(83, 85, 149, 1) 50%, rgba(30, 31, 88, 1) 100%);
    border-radius: 4rem 4rem;
}

.industries_back h1 {
    font-size: 50px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

.industries_back h1 strong {
    font-weight: 700;
}

.indusoption {
    margin-top: 40px;
}

.indusbox {
    background: #272862bf;
    backdrop-filter: blur(6px);
    border: 1px solid #3c3c78;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    transition: .2s ease-in-out;
}

.indusbox:hover {
    box-shadow: rgb(170 170 179 / 20%) 0px 7px 29px 0px;
    transform: scale(1.05);
}

.indusboxicons {
    background: #1e1f58;
    height: 50px;
    width: 50px;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    padding: 8px;
    border-top: 2px solid #52548f;
}

.indusbox strong {
    padding-top: 15px;
    display: block;
    color: #ebecff;
}

.topfiveindu {
    padding: 26px 0px;
}

.topfivehead {
    text-align: center;
}

.topfivehead h2 {
    font-family: var(--font2);
    font-size: 80px;
    font-weight: 700;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.main-div {
    background: linear-gradient(to right, #2C2D54, #9797c8);
    padding: 10px;
    border-radius: 1000px;
    margin-top: 20px;
    transition: 1s ease-in-out;
}



.healthcare {
    display: flex;
    align-items: center;
}

.healthcare button {
    background: linear-gradient(to right, #535487, #535487);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: none;
    font-size: 46px;
    font-family: var(--font2);
    color: #C2C4EB;
    font-weight: 600;
    margin-right: 40px;
}

.healthcare h3 {
    text-transform: capitalize;
    color: #C2C4EB;
    font-weight: 600;
    margin: 0;
    font-family: var(--font2);
    font-size: 50px;
}

.tagline p {
    color: #fff;
    margin: 0;
    padding-top: 7px;
    font-size: 19px;
    text-transform: capitalize;
}

.main-div:hover .healthcare h3 {
    color: #ffc600;
}

.indusimage {
    filter: grayscale(100%);
    width: 100%;
    height: 70px;
    object-fit: cover;
    border-radius: 100px;
    transition: width .2s, height .2s
}


.main-div:hover .indusimage {
    filter: grayscale(0%);
    height: 150px;
}

.inducont {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}

.inducont p {
    font-size: 20px;
    color: #ccc;
    font-weight: 500;
}

.inducontlink {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 5px 6px 5px 21px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.inducontlink span {
    display: inline-flex;
    background-color: #ffc600;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    transform: rotate(126deg);
    margin-left: 10px;
}

/** Technologies **/
.techpage {
 
    border-radius: 5rem 5rem 0px 0px;
    position: relative;
    color: #ffff;
    background: #030328;
}

.techpage1 {
    text-align: left;
    padding: 100px 0px 0px 50px;
    background-size: 100%;
    min-height: 440px;
    background-position-y: bottom;
}

.techpage1 h1 {
    font-family: var(--font2);
    font-size: 84px;
    font-weight: 700;
    line-height: 80px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.techpage_back {
    background: linear-gradient(180deg, rgb(13 14 53) 0%, rgb(14 14 54) 10%, rgb(35 35 90) 100%);
    border-radius: 4rem 4rem;
    padding: 3rem;
}

.techpage2 {
    margin-top: 50px;
}

.techbox {
    position: relative;
    padding: 1.5rem 2.5rem;
    font-size: 14px;
}

.techbox span {
    position: absolute;
    font-size: 80px;
    color: #242455;
    right: 20px;
    top: 0px;
    font-weight: 700;
}

.techbox h6 {
    font-family: var(--font2);
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
}

.techbox:hover h6 {
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.techboxbor {
    border-left: 1px solid #3f3f78;
    border-right: 1px solid #3f3f78;
}

.techboxbor1 {
    border-right: 1px solid #3f3f78;
    border-top: 1px solid #3f3f78;
    border-bottom: 1px solid #3f3f78;
}

.techboxbor2 {
    border-top: 1px solid #3f3f78;
    border-bottom: 1px solid #3f3f78;
}

.main-div1 {
    background: linear-gradient(to right, #2C2D54, #9797c8);
    padding: 10px;
    border-radius: 90px;
}

.healthcare1 {
    display: flex;
    align-items: center;
}

.healthcare1 button {
    background: linear-gradient(to right, #535487, #535487);
    width: 70px;
    height: 70px;
    border-radius: 100%;
    border: none;
    font-size: 46px;
    font-family: var(--font2);
    color: #C2C4EB;
    font-weight: 600;
    margin-right: 40px;
}

.techno-item h3 {
    text-transform: capitalize;
    color: #C2C4EB;
    font-weight: 600;
    margin: 0;
    font-family: var(--font2);
    font-size: 50px;
    width: 100%;
    text-align: center;
    position: absolute;
}

.tagline1 p {
    color: #fff;
    margin: 0;
    padding-top: 7px;
    font-size: 19px;
    text-transform: capitalize;
}

.main-div1:hover .healthcare1 h3 {
    color: #ffc600;
}

.main-div1:hover button {
    color: #000;
    background: #ffc600;
}

.main-div1:hover .indusimage {
    filter: grayscale(0%);
}

.techno-item {
    position: relative;
}

.techno-item input {
    display: none;
}

.techno-item label {
    display: block;
}

.techno-item label:hover {
    cursor: pointer;
}

.techno-item .answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.4s ease;
}

.techno-item input:checked~.answer {
    max-height: 300px;
    padding-bottom: 20px;
}

.answer {
    margin-top: 30px;
    text-align: center;
}

.answer p {
    font-size: 30px;
    line-height: 38px;
}

.answer a {
    font-size: 14px;
    letter-spacing: 5px;
    color: #fff;
    text-decoration: none;
}

.answer span {
    display: inline;
    line-height: 36px;
    margin: 10px;
}

/** ABOUT US **/
.aboutpage {
        padding-bottom: 50px;
    border-radius: 5rem 5rem 0px 0px;
    position: relative;
    color: #ffff;
    background: url(../images/about/aboutbg.png) top #030328 no-repeat;
    background-position: inherit;
}

.aboutbgpage {
    text-align: left;
    padding: 80px 0px 0px 50px;
    background-size: 100%;
    min-height: 420px;
    background-position-y: bottom;
}

.aboutbgpage h6 {
    font-family: var(--font2);
    font-size: 94px;
    font-weight: 700;
    line-height: 75px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
        max-width: 769px;
    -webkit-text-fill-color: transparent;
}

.aboutbgp_back {
    padding: 3rem;
    background: linear-gradient(180deg, rgba(30, 31, 88, 1) 0%, rgba(83, 85, 149, 1) 50%, rgba(30, 31, 88, 1) 100%);
    border-radius: 4rem 4rem;
    position: relative;
}

.aboutpagehead {
    margin-top: 70px;
}

.aboutpleft {
    border-right: 1px solid #ccc;
}

.aboutpleftimg {
    padding: 0px 25px 25px 0px;
    border-bottom: 1px solid #ccc;
}

.aboutpright {
    padding-left: 40px;
}

.aboutpright h1 {
    font-family: var(--font2);
    font-size: 64px;
    font-weight: 700;
    line-height: 60px;
    text-transform: uppercase;
    margin-top: 25px;
}

.aboutparrow img {
    position: absolute;
    top: 65px;
    right: 56px;
}

.aboutcollab {
    padding: 5rem;
    position: relative;
}

.aboutcollab h2 {
    font-family: var(--font2);
    font-size: 84px;
    font-weight: 700;
    line-height: 75px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.aboutcollab h4 {
    font-size: 30px;
    font-weight: 300;
    line-height: 40px;
}

.aboutcollab img {
    position: absolute;
    right: 70px;
    top: 35px;
    z-index: 1;
}

.aboutowrk {
    padding: 3rem;
    background: linear-gradient(180deg, rgba(30, 31, 88, 1) 0%, rgba(83, 85, 149, 1) 50%, rgba(30, 31, 88, 1) 100%);
    border-radius: 4rem 4rem;
    position: relative;
}

.aboutowrk strong {
    font-size: 26px;
    font-weight: 700;
}

.aboutowrk h3 {
    font-size: 40px;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 15px;
}

.abouttext2 {
    display: inline-flex;
    overflow: hidden;
    white-space: nowrap;
    align-items: center;
    flex: 1;
    min-height: 60px;
    padding: 5px 27px;
    border-radius: 100px;
    background: linear-gradient(90deg, #7862fc, #ff0385);
    margin-top: 15px;
}

.aboutworld h4 {
    font-family: var(--font2);
    font-size: 84px;
    font-weight: 700;
    line-height: 75px;
    background: linear-gradient(90deg, rgba(120, 98, 252, 1) 0%, rgba(255, 3, 133, 1) 44%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    margin-top: 40px;
}

.aboutworld p {
    text-align: center
}

/** Funny Artist**/
.funnies {
    background: url(../images/funniest.png) bottom #080932;
    background-size: cover;
    min-height: 507px;
    margin-top: 43px;
    background-position: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.funnies p {
    font-size: 22px;
    max-width: 450px;
}

.funnies h1 {
    font-size: 48px;
    font-weight: 300;
    line-height: .8;
}

.funnies h1 span {
    font-size: 210px;
    font-family: var(--font2);
    display: block;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(90deg, #7861fb 6%, #ff0098 30%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.funnieshead {
    margin-top: 40px;
}

.filled {
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    color: transparent;

}


.heading h1 {
    font-weight: 800;
    font-size: 68px;
    color: transparent;
    text-transform: uppercase;
    font-family: var(--font2);
    line-height: 1.0;
    -webkit-text-stroke: 1px #fff;
    margin-top: 30px !important;
    letter-spacing: 0.8px;

}

.mentor {
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: position 0.3s ease;
    background: linear-gradient(to bottom, #080932, #262a50, #8e9eba);
}

.sec1 {
    padding: 0rem 2.8rem 0rem 2.8rem;
}

.fun-bg {
    padding: 4rem 3rem 4rem 3rem;
    border-radius: 5rem 5rem;
    min-height: 600px;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#0b062f, #9293c1, #0b062f);
}

.text_gradients {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    display: flex;
    justify-content: center;
    padding: 15px 10px;
    position: relative;
    margin-top: 23px;
}

.text_gradients h5 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.text_gradients img {
    position: absolute;
    top: -30px;
}

.post1 {
    height: 600px;
    background-color: #25294f;
}

.skill span {
    color: transparent;
    font-size: 65px;
    font-weight: bold;
}

.stickey1 {
    position: sticky;
    top: 0;
    z-index: 10;
    transition: position 0.3s ease;
}

.stickey1.not-sticky {
    position: static !important;
}

.stck3 {
    display: flex;
    align-items: center;
    position: relative;
}

.stck3::after {
    position: absolute;
    content: '';
    left: 12px;
    right: 0px;
    background: linear-gradient(to bottom, #211d47, #0d083100);
    z-index: 555;
    height: 100px;
    top: 0;
}

.stck3::before {
    position: absolute;
    content: '';
    left: 12px;
    right: 0;
    background: linear-gradient(to top, #4a4874, #0d083100);
    z-index: 555;
    height: 100px;
    bottom: 0;
}

.marquee-vertical {
    overflow: hidden;
    height: 480px;
    /* Adjust as needed */
    position: relative;
}

.marquee33 {
    display: inline-flex;
    flex-direction: column;
    animation: marqueeup 40s linear infinite;
}

.marqueedown {
    display: inline-flex;
    flex-direction: column;
    animation: marqueeDown 50s linear infinite;
}

.marquee_time {
    display: inline-flex;
    flex-direction: column;
    animation: marqueeup 80s linear infinite;
}

.marquee-vertical p {
    margin-bottom: 0;
}

.marquee-vertical img {
    padding: 8px 12px;
}

@keyframes marqueeup {
    0% {
        transform: translateY(0%);
    }

    100% {
        transform: translateY(-100%);
    }
}

@keyframes marqueeDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0%);
    }
}

.guide {
    padding: 3rem 0rem;
    background: url(../images/creative_bg.png);
    background-repeat: no-repeat;
    background-position: 0px 35px;
    background-size: 100%;
}

.guide h4 {
    font-size: 72px;
    font-weight: 300;
}

.guide h1 {
    font-size: 210px;
    font-weight: 700;
    font-family: var(--font2);
    line-height: .8;
}

.guide_p {
    font-size: 30px;
    position: relative;
    margin-left: -155px;
    margin-right: auto;
    display: block;
    width: 160%;
}

.job2 {
    text-align: end;
    margin-top: 30px;
}

.job1 {
    margin-top: 60px;
     transition: transform 0.1s ease;
  transform-style: preserve-3d;
  will-change: transform;
}

.guide:hover .job1 {
   transform: translateZ(12px);
}

@keyframes mymove {
    from {
        left: 0px;
    }

    to {
        left: 10px;
    }
}

.gift {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 10px 12px 10px 35px;
    justify-content: space-between;
    text-align: center;
    margin-top: 60px;
}

.gift h5 {
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    display: block;
    margin-bottom: 2px;
}

.gift a {
    background-color: #fff;
    border-radius: 100px;
    padding: 5px 7px 5px 25px !important;
    display: flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    font-size: 19px;
    margin-left: 15px;

}

.gift a span {
    display: inline-flex;
    background-color: #ffc600;
    width: 34px;
    height: 34px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 32px;
    transform: rotate(126deg);
    margin-left: 10px;
}

.gallery1 {
    background-color: #fff;
    padding: 2rem 3rem 4rem 3rem;
    border-radius: 4rem;
    min-height: 600px;
    margin-top: 60px;
}

.gallery1 h6 {
    text-align: center;
    display: flex;
    align-items: center;
    font-size: 87px;
    font-family: var(--font2);
    display: block;
    font-weight: 700;

    background: linear-gradient(90deg, #7861fb 20%, #ff0098);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px;
}

.teamphoto img {
    width: 100%;
    object-fit: cover;
    height: 100px;
}

.g-box1 img {
    margin-bottom: 18px;
    filter: grayscale(1);
    height: 220px;
    object-fit: contain;
}

.g-box1 p:hover img {
    filter: none !important;
    transition: .5s ease-in-out;
}

.thankyou {
    text-align: center;
    padding: 5rem 0rem;
}

.thankyou_txt {
    font-size: 20px;
    font-weight: 400;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
}

.touhed_heart p {
    padding: 0px 8px !important;
}

/* Preloader Base */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: #000;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
}

/* Line Animation */
.preloader .line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 2px;
    transform: translateY(-50%);
    background-color: #fff;
    z-index: 10;
    animation: lineGrow 1s forwards;
}

@keyframes lineGrow {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/* Split Screen */
.preloader .split {
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: #06061d;
    z-index: 5;
    transition: transform 1s ease;
}

.preloader .split.top {
    top: 0;
}

.preloader .split.bottom {
    bottom: 0;
}

/* When loaded - Animate splits */
.preloader.loaded .split.top {
    transform: translateY(-100%);
    transition: 1s ease-in-out;
}

.preloader.loaded .split.bottom {
    transform: translateY(100%);
    transition: 1s ease-in-out;
}

/* Hide preloader after animation */
.preloader.loaded {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out 1s;
}

.color1 {
    background-color: #050634;
}


/* Services */

.service_page {
    background: url(../images/services_images.png);
    min-height: 100vh;
    background-size: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.service_page h1 {
    font-size: 96px;
    font-family: var(--font2);
    text-transform: uppercase;
    font-weight: 700;
}

.service_d {
    background-color: #222258;
    min-height: 1000px;
    padding: 3rem 3rem 3rem 3rem;
    border-radius: 5rem 5rem;
    margin-top: -55px;
    margin-bottom: 70px;
}

.service_d h2 {
    font-size: 72px;
    font-weight: 700;
    font-family: var(--font1);
    margin-top: 15px;
}

.service_d h2 span {
    font-weight: 300;

}

.ser_box1 {
    background-color: #fff;
    border-radius: 20px;
    margin-top: 30px;
    padding: 30px;
    color: #000;
}

.ser_box1 strong {
    display: block;
    font-size: 30px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;

}

.ser_box1 p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
}


.ser_box1 a {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 5px 6px 5px 21px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 10px;

}

.ser_box1 span {
    display: inline-flex;
    background-color: #ffc600;
    width: 31px;
    height: 31px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 27px;
    transform: rotate(126deg);
    margin-left: 8px;
}

/* Services end */

/* digital_marketing */

.digital_marketing {
    background: url(../images/digitalmarketing/digital-marketing-bg.png);
    min-height: 100vh;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: center;
}

.digital_marketing h1 {
    font-size: 128px;
    font-weight: 300;
    font-family: var(--font2);
    text-transform: capitalize !important;
    position: relative;
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 55;
}

.digital_marketing h1 img {
    position: absolute;
    top: -52px;
    left: -111px;
    z-index: -1;
}

.digital_marketing span {

    color: #fff !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #7861fb, #ff0098);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.digital_marketing h4 {
    font-size: 36px;
    margin-bottom: 40px;
    font-weight: 300;

}

.digital_inner {
    margin-top: -60px;
}

.digital_bg {
    padding: 4rem 4rem 4rem 4rem;
    border-radius: 5rem 5rem;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(6px);
    /* For browsers that do not support gradients */
    background-image: linear-gradient(rgb(8 10 73 / 91%), rgb(255 255 255 / 44%), #0e0f48);
}

.digital_bg h5 {
    font-size: 66px;
    color: #fff;
    font-family: var(--font2);
    line-height: 60px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
}

.boom {
    padding: 3rem 0rem;
}

.subtitle {
    font-size: 16p;
}

.boom h5 {
    font-size: 60px;
    font-weight: 700;
    font-family: var(--font2);
    line-height: 1.0;
    margin-top: 15px;
}

.boom h5 span {
    color: #f5c000;
}

.call-group {
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    margin-top: 35px;
    padding: 15px 34px 15px 15px;
    background: linear-gradient(90deg, #7861fb, #ff0098);
}

.call-txt small {
    display: block;
    font-weight: 400;
    line-height: 13px;
    text-align: left;
}

.call-group img {
    margin-right: 10px;
}

.call-txt strong {
    font-weight: 700;
    color: #fff;
    font-family: var(--font2);
    font-size: 40px;
    line-height: 24px;
    padding-top: 9px;
    display: block;
}

.group2 {
    position: sticky;
    top: 91px;
}

.group3 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #2d2f78;
    position: sticky;
    top: 60px;
    background: #050634;
}

.group3:nth-child(1) strong {
    color: #2b66ad;
    width: 150px;
    text-align: center;
}

.group3:nth-child(2) strong {
    color: #5755ab;
    width: 150px;
    text-align: center;
}

.group3:nth-child(3) strong {
    color: #5755ab;
    width: 150px;
    text-align: center;
}

.group3:nth-child(4) strong {
    color: #b637ff;
    width: 150px;
    text-align: center;
}

.group3:nth-child(5) strong {
    color: #b637ff;
    width: 150px;
    text-align: center;
}

.group3:nth-child(6) strong {
    color: #b637ff;
    width: 150px;
    text-align: center;
}

.group3 strong {
    font-family: "Monoton", sans-serif;
    font-size: 128px;
    color: #449ffe;
    margin-right: 22px;
    display: inline-block;
}

.group3 span {
    font-weight: 700;
    color: #fff;
    font-size: 31px;
    display: block;
    margin-bottom: 10px;
}

.benefits {
    margin-bottom: 50px;
}

.benefits h4 {
    margin-top: 40px;
    font-size: 40px;
    font-weight: 700;
    font-family: var(--font2);
}

.benfit_p span {
    color: #f5c000;
    font-size: 25px;
    margin-right: 10px;
}

.benfit_p {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px;
}

.benfit_p strong {
    font-weight: 700;
    margin-right: 6px;
}


/* Website  */
.webflotp1 {
    position: absolute;
    bottom: -40px;
}

.webflotp2 {
    position: absolute;
    bottom: -20px;
    right: 5px;
}

.webflotp3 {
    position: absolute;
    top: 50px;
    right: 95px;
}

.webflotp4 {
    position: absolute;
    top: 25px;
    left: 120px;
}

.webflotp5 {
    position: absolute;
    top: 90px;
    left: 60px;
}

.webflotp6 {
    position: absolute;
    bottom: 100px;
    right: 65px;
}

.float-image1 {
    animation: float 5s ease-in-out infinite;
}

.float-image2 {
    animation: float 6s ease-in-out infinite;
}

.float-image3 {
    animation: float 7s ease-in-out infinite;
}

.float-image4 {
    animation: float 8s ease-in-out infinite;
}

.float-image5 {
    animation: float 9s ease-in-out infinite;
}

.float-image6 {
    animation: float 10s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(0);
    }
}

.website {
    background: url(../images/webdesign/website-bg.png) !important;
    min-height: 100vh;
    background-size: 100% !important;
    display: flex;
    background-repeat: no-repeat !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: top center !important;

}

.webdevelop {
    background: url(../images/webdesign/webdev-bg.png) !important;
    min-height: 100vh;
    background-size: 100% !important;
    display: flex;
    background-repeat: no-repeat !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: top center !important;

}

.webecompage {
    background: url(../images/webdesign/webecom-bg.png) !important;
    min-height: 100vh;
    background-size: 100% !important;
    display: flex;
    background-repeat: no-repeat !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: top center !important;

}

.websiteposition {
    position: relative;
}

.web_tech {
    overflow: hidden;
    position: relative;
    z-index: 10;
    transition: position 0.3s ease;

    margin-bottom: 50px;
    text-align: center;
}


.web_bg2 {
    padding: 4rem 4rem 4rem 4rem;
    border-radius: 5rem 5rem;
    background-color: red;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#1e1f58, #535495, #1e1f58);
    margin-top: 40px;
    margin-bottom: 40px;
}

.web_tech h5 {
    font-weight: 700;
    font-size: 60px;
    font-family: var(--font2);
}

.web_txt {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

/** Career **/
.careerpage h1 {
    font-size: 56px;
    padding-bottom: 10px;
    font-family: var(--font2);
    text-align: center;
    font-weight: 600;
}

.careerpage h1 strong {
    color: #ffc602;
    font-weight: 600;
}

.careerpage h5 {
    font-size: 20px;
    line-height: 34px;
    font-weight: 300;
    text-align: center;
}

.careerpcall {
    background: #262862;
    border-radius: 100px;
    padding: 5px 15px;
    color: #fff;
    text-align: center;
    width: 100%;
    display: block;
    text-decoration: none;
}

.careerpcall:hover {
    background: #1b1c46;
}

.careerjbox {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.careerjbox h3 {
    color: #393b78;
    font-weight: 600;
}

.careerjbox img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.careerjbox li {
    background: #eee;
    padding: 2px 7px;
    color: #333;
    font-size: 13px;
    display: inline-block;
    border-radius: 15px;
    margin-bottom: 4px;
}

.jobstatus {
    background: #e2ffee;
    border-radius: 15px;
    padding: 8px;
    color: #467158;
    text-align: center;
}

.jobstatus span {
    background: #b7e9cc;
    border-radius: 8px;
    font-size: 22px;
    padding: 1px 8px;
    font-family: var(--font2);
    display: block;
}

.jobstatus h3 {
    font-family: var(--font2);
    font-weight: 700;
    font-size: 48px;
    padding-top: 18px;
    line-height: 36px;
}

.nojobstatus {
    background: #f1f1f1;
    border-radius: 15px;
    padding: 8px;
    color: #8b8b8b;
    text-align: center;
}

.nojobstatus span {
    background: #e7e7e7;
    border-radius: 8px;
    font-size: 22px;
    padding: 1px 8px;
    font-family: var(--font2);
    display: block;
}

.nojobstatus h3 {
    font-family: var(--font2);
    color: #e7e7e7;
    font-weight: 700;
    font-size: 48px;
    padding-top: 18px;
    line-height: 36px;
}

.jobgetin {
    background: linear-gradient(90deg, #7862fc, #ff0385);
    border-radius: 100px;
    padding: 5px 6px 5px 21px !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 100px !important;
    transition: .5s linear !important;
    position: relative;
    font-weight: 500;
    border: none;
    text-decoration: none;
    color: #fff;
    position: absolute;
    margin-left: 41%;
    margin-right: 50%;
    width: 167px;
    margin-top: -5px;
}

.jobgetin span {
    display: inline-flex;
    background-color: #ffc600;
    width: 38px;
    height: 38px;
    border-radius: 100px;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 35px;
    transform: rotate(126deg);
    margin-left: 10px;
}


.seo {
  background: url(../images/webdesign/website-bg.png) !important;
    min-height: 100vh;
    background-size: 100% !important;
    display: flex;
    background-repeat: no-repeat !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background-position: top center !important;
    overflow: hidden ;
}

.facebook {
    position: absolute;
    z-index: 444;
    left: 0px;
    animation: leaves 3s ease-in-out infinite alternate;
    -webkit-animation: leaves 3s ease-in-out infinite alternate;
    transform: translateX(0);
    bottom: 44px;
    max-width: 100%;
    display: block;
}

.instagram {
    position: absolute;
    z-index: 444;
    right: 0px;
    animation: leaves 5s ease-in-out infinite alternate;
    -webkit-animation: leaves 5s ease-in-out infinite alternate;
    transform: translateX(0);
    top: 150px;
    max-width: 100%;
    display: block;
}

@keyframes leaves {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(50px);
    }
}


.seo_section2_inner {
    background-color: #1e1f58;
    min-height: 450px;
    border-radius: 50px;
    margin-top: -70px;
    padding: 30px 50px 60px 50px;
    color: #222;
    position: relative;
    z-index: 777;
}

.seo_section2 h2 {
    color: #fff;
    font-size: 66px;
    font-family: var(--font2);
    font-weight: 700;
    line-height: .8;
    margin-top: 22px;
    text-transform: uppercase;
}

.seo_section2_inner .marquee__item p{
    line-height: 44px !important;
}

.arrow {
    position: absolute;
    top: 48px;
    right: 55px;
}

.boost {
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    margin-top: 20px;
    line-height: 1.4;
    margin-bottom: 40px;
}

.boost strong {
    font-weight: 700;
}


.campaigns_inner {
    background-color: #1e1f58;
    min-height: 450px;
    border-radius: 50px;
    margin-top: 60px;
    padding: 30px 50px 60px 50px;
    color: #222;
    position: relative;
    z-index: 777;
}

.campaigns_inner h4 {
    text-align: center;
    color: #fff;
    font-size: 66px;
    font-family: var(--font2);
    font-weight: 700;
}

.campaigns_section2 img {
    width: 100%;
    margin-top: 30px;
}

.seo-services {
    padding: 3rem 2.8rem 3rem 2.8rem;
}

.seo-services h5 {
    color: #fff !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #7861fb, #ff0098);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    font-family: var(--font2);
    text-align: center;
    margin-bottom: 40px;
}

.seo_box {
    display: flex;
    color: #c0c1d7;
    margin-top: 20px;
}

.num {
    color: #b9badd;
    width: 70px;
    height: 70px;
    border-radius: 100px;
    border: 4px solid #b9badd;
    font-family: var(--font2);
    font-size: 48px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 19px;

}

.seo_inner_txt {
    flex: 1;
}

.seo_inner_txt strong {
    font-weight: 700;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.faq_inner {
    background-color: #1e1f58;
    min-height: 450px;
    border-radius: 50px;
    margin-top: 25px;
    padding: 30px 50px 60px 50px;
    color: #222;
    position: relative;
    z-index: 777;
}

.faq h6 {
    color: #fff !important;
    font-weight: 700 !important;
    background: linear-gradient(90deg, #7861fb, #ff0098);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 96px;
    font-family: var(--font2);
    text-align: center;
    margin-bottom: 40px;
}

.faq .accordion-item {
    background-color: transparent !important;
}

.faq_inner .accordion-button {
    background-color: transparent !important;
    font-size: 48px;
    color: #c9c9dc !important;
    font-weight: 400;
    font-family: var(--font2);
    box-shadow: none !important;

}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    font-weight: 600;
}

.faq .accordion-button:nth-child(1) {
    border-top: 1px solid #4c4d9e;
}

.faq .accordion-button:nth-last-child(1) {
    border-top: 1px solid #4c4d9e;
}

.faq .accordion-body {
    background-color: transparent !important;
    color: #c9c9dc;
    font-size: 18px;
    font-weight: 400;
}

.accordion-item:first-of-type>.accordion-header .accordion-button {
    border: none !important;
    border-bottom: 1px solid #4c4d9e !important;
}

.faq .accordion-body p {
    background: url(../images/seo/arrow_icon.png);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
}

.faq .accordion-item {
    border: none !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/seo/arrow-active.png);
}

.accordion-button::after {
    background-image: url(../images/seo/arrow_normal.png);
}


.portfolio_bg {
    margin-top: 130px;
    padding: 0rem 0rem 3.8rem 0rem;
}

.inner_bg {
    padding: 3rem;
    border-radius: 5rem 5rem;
    background-image: linear-gradient(#010125 0%, #fff 23%);
}

.fun-bg1 {
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 24px 35px;
}

.portfolio_bg img {
    filter: none !important;
    width: 100%;
    object-fit: cover;
	    border-radius: 25px;
    height: 350px;
}

.portfolio_bg h5 {
    font-family: var(--font2);
    font-size: 70px;
    font-weight: 700;
    line-height: 60px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.portfolio_bg .owl-buttons {
    display: flex;
    align-items: center;
    position: absolute;
    left: 310px;
    z-index: 88;
    bottom: 5px;

}

.portfolio_bg .owl-next {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 5px;
}

.portfolio_bg .owl-prev {
    width: 40px;
    height: 40px;
    background-color: #eee;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    margin: 5px;
}

.since {
    background: linear-gradient(to right, #465bc0, #fa0389);
    min-width: 420px;
    display: table;
    font-family: var(--font1) !important;
    border-radius: 100px;
    padding: 0px 26px;
    position: absolute;
    bottom: 0;
}

.since span {
    font-size: 14px !important;
    font-weight: 500;
    text-transform: uppercase;
    display: table;
    margin-top: -11px;
}

.since strong {
    font-size: 29px;
    font-weight: 700;
    display: block;
    padding-bottom: 13px;
    line-height: 37px;
}

.port_p {
    margin-bottom: 16%;
}

.creative_portfoli {
    padding: 3rem 0rem 0rem 0rem;
    color: #000;
    font-weight: 400;
}

.creative_portfoli h4 {
    font-weight: 300;
    font-size: 72px;
    color: #000;
}

.creative .tab::after {
    width: 2px;
    height: 100%;
    background-color: #020017;
    content: '';
    position: absolute;
    bottom: 0;
    right: 23px !important;
    z-index: 1;
    left: auto !important;
    top: 0;
}

.creative .tab .tablinks {
    background: none;
    padding: 0px 0px;
    font-size: 36px;
    font-weight: 400 !important;
    font-family: var(--font2);
    color: #4a4a64;
    display: flex;
    align-items: center;
}

.creative {
    margin-top: 50px;
}

.creative .tab .tablinks.active strong {
    color: red;
    background: linear-gradient(to bottom, #7862fc, #ff0385);
    letter-spacing: 0px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}

.creative .tab .tablinks.active::after {
    position: absolute;
    content: '';
    right: 14px;
    background-image: url(../images/portfolio/arrow.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 11px;
    height: 19px;
    top: 16px;
}

.creative .tab .tablinks span {
    width: 30px;
    height: 30px;
    border-radius: 100px;
    background-color: #fff;
    border: 1px solid #4a4a64;
    display: inline-flex;
    font-size: 19px;
    font-weight: 500;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: #4a4a64;
    transition: .5s ease-in-out;
    -webkit-background-clip: inherit !important;
    background-clip: inherit !important;
    -webkit-text-fill-color: unset !important;
    ;
}


.creative .tab .tablinks.active span {
    background: #fd0188 !important;
    color: #fff !important;
    -webkit-background-clip: inherit !important;
    background-clip: inherit !important;
    -webkit-text-fill-color: unset !important;
    border: 1px solid #fd0188;
}

.image_effect {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(6, 3, 24, 92%);
    border-width: 10px;
    border-style: solid;
    border-image: linear-gradient(to right, #465bc0, #fd0189) 1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.image_effect:hover .overlay {
    opacity: 1;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.image_effect img {
    object-fit: cover;
    height: 350px;
    border-radius: 10px !important;
	border: 10px solid #e7e7e7;
}


.creative .tabcontent {
    min-height: auto !important;
    padding: 0 !important;
}

.overlay strong {
    font-family: var(--font2);
    color: #fff;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 10px;
}

.overlay p {
    font-size: 14px;
    color: #eee;
}

.clients img {
   height: 78px;
    object-fit: contain;
    border-radius: 0px !important;
    padding: 5px 11px;
}

.clients {
    box-shadow: -1px 1px 24px 2px rgba(0, 0, 0, .14);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 22px;
    background: #fff;
}

.social_media img {
    filter: none !important;
    width: 100%;
    object-fit: cover;
    height: 300px !important;
	margin-bottom: 20px;
}

.btn-close{
    position: absolute;
    color: #ffffff !important;
    opacity: 1;
    /* background: #fff; */
    width: 39px;
    height: 37px;
    right: 26px;
    z-index: 999;
    top: 15px;
    z-index: 999;
    background: transparent !important;
    font-size: 36px;
    opacity: .5;
    transition: .2s ease-in-out;
}
.btn-close:hover{
    transform: rotateY(180deg);
     opacity: 1;
}

.carrer_popup{
    max-width: 600px !important;
}

.inner_carrer{
    height: 550px !important;
}

#fireworks-canvas {
    position: fixed;
    z-index: 1;        /* top of everything */
  }
