@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Semibold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Light.otf') format('opentype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'ClashDisplay';
    src: url('../Fonts/OTF/ClashDisplay-Extralight.otf') format('opentype');
    font-weight: 200;
    font-style: normal;
}

/* Example Usage */
body {
    font-family: 'ClashDisplay', sans-serif!important;
    font-weight: normal;
}
.proj img{
    width: 100%;
}

*{
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none!important;
}
.btm-text {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
p{
    font-family: "Quicksand", sans-serif;
}
body {
    background: #0B0B13!important;
}
.img-center img {
    width: 100%;
}
h2.sub-heading {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}
span.g-global {
    background: var(--GRADIENT, linear-gradient(219deg, #51D1F4 23.72%, #5994CF 43.15%, #615CAD 63.79%, #663998 78.37%, #682C90 86.87%, #74288F 96.58%, #941D8E 116.01%, #C80D8C 140.29%, #D30A8C 145.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.title p {
    color: rgba(255, 255, 255, 0.50);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.ctm-btn ,input.ctm-btn{
    border-radius: 41px;
    border: 1px solid #FFF;
    background: linear-gradient(274deg, rgba(65, 142, 255, 0.00) 12.75%, #DE14FF 121.66%);
    border-right: none;
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
    width: fit-content;
}
button.ctm-btn {
    margin-top: 20px;
}
h2.sub-light {
    color: #FFF;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.56px;
    text-transform: uppercase;
}
span.neon {
    background: linear-gradient(318deg, #418EFF 9.53%, #DE14FF 92.6%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 69px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.69px;
    text-transform: uppercase;
    width: 100%;
    display: block;
}
section.about {
    padding: 50px 0px;
}
section#services {
    padding: 0px;
}
section.about.section-1 {
    padding-top: 0px;
}
section.about .row {
    align-items: center;
}
.about .title {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
h2.sub-ser-heading {
    color: #FFF;
    font-size: 35px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.44px;
    text-transform: uppercase;
}
.title img {
    width: 50px;
}
ul {
    display: flex
;
    flex-direction: column;
    gap: 6px;
}
.col-md-3.p-right {
    display: flex
;
    justify-content: end;
    align-items: end;
}
section.about.section-5 .img-center img{
    margin-top: 30px;
}

section.about.project-ww {
    padding: 100px 0px 50px;
}
section.about.section-1 .title img {
    width: 60px;
}
ul li {
    color: #FFF;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}
section.about {
    position: relative;
}
img.btm-d {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
.proj {
    border-radius: 18px;
    border: 0.861px solid #FFF;
    background: linear-gradient(0deg, rgba(65, 142, 255, 0.00) 11.97%, rgba(222, 20, 255, 0.49) 166.06%);
    display: flex
;
    padding: 15px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
section.before-f {
    margin: 100px 0px 0px !important;
    padding: 50px 0px;
}
h2.b-title {
    color: #FFF;
    text-align: center;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.7px;
    text-transform: uppercase;
}
.b-t p {
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.b-t {
    max-width: 900px;
    margin: 0 auto;
}
.btn-wrap {
    display: flex
;
    justify-content: center;
    align-items: center;
}
.before-inner {
    display: flex
;
    flex-direction: column;
    gap: 20px;
}
html body .before-f {
    background: url(../img/bg-line.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    padding-bottom: 500px !important;
    margin-bottom: -300px !important;
    display: block;
}
footer {
    padding: 50px 0px;
    background: linear-gradient(180deg, rgba(65, 142, 255, 0.00) 27.15%, rgba(222, 20, 255, 0.49) 136.6%);
}
.f-link h5 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.24px;
    text-transform: uppercase;
}
footer ul {
    padding: 0px;
    list-style: none;
}
footer ul li a{
    color: #FFF;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
footer ul li {
    display: flex
;
    align-items: center;
    gap: 20px;
}
footer ul li span{
    color: rgba(255, 255, 255, 0.50);
font-family: Quicksand;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.f-p p {
    color: #FFF;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.f-inner {
    display: flex
;
    justify-content: center;
    align-items: center;
}
img.f-divi {
    width: 100%;
    padding: 50px 0px;
}
.f-link {
    display: flex
;
    flex-direction: column;
    gap: 15px;
}
.title img {
    width: 124px;
}
.proj{
    width: 100%;
}
.logo .proj{
    margin: 10px 0px;
}
.logo{
    padding: 100px 0px;
}
span.g2 {
    background: var(--GRADIENT, linear-gradient(219deg, #51D1F4 23.72%, #5994CF 43.15%, #615CAD 63.79%, #663998 78.37%, #682C90 86.87%, #74288F 96.58%, #941D8E 116.01%, #C80D8C 140.29%, #D30A8C 145.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
span.g1 {
    background: var(--GRADIENT, linear-gradient(219deg, #51D1F4 23.72%, #5994CF 43.15%, #615CAD 63.79%, #663998 78.37%, #682C90 86.87%, #74288F 96.58%, #941D8E 116.01%, #C80D8C 140.29%, #D30A8C 145.15%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}
.btm-text p {
    color: rgba(255, 255, 255, 0.50);
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
span.top-btn {
    border-radius: 41px;
    border: 1px solid #FFF;
    width: fit-content;
    display: flex
;
    padding: 10px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}
h1.heading {
    text-shadow: 0px 4px 48.9px rgba(0, 0, 0, 0.25);
    font-size: 63px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
    color: #fff;
}
section.logo-b {
    background: url(../img/b2.png) !important;
    background-position: center center !important;
    background-size: 100vw 100vh !important;
    background-repeat: no-repeat !important;
}
section.ban {
    background: url(../img/banner.svg) !important;
    background-position: center center !important;
    background-size: 100vw 100vh !important;
    background-repeat: no-repeat !important;
}
section.brand {
    background: url(../img/brand.svg) !important;
    background-position: center center !important;
    background-size: 100vw 100vh !important;
    background-repeat: no-repeat !important;
}
section.land {
    background: url(../img/land-p.svg) !important;
    background-position: center center !important;
    background-size: 100vw 100vh !important;
    background-repeat: no-repeat !important;
}
section.ux-bg {
    background: url(../img/ux-bg.svg) !important;
    background-position: center center !important;
    background-size: 100vw 100vh !important;
    background-repeat: no-repeat !important;
}
section.banner {
    background: url(../img/b1.svg);
    height: 100vh;
    padding: 50px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

section.banner .row{
    align-items: end;
}
section.banner .container, section.banner .banner-inner, section.banner .row, section.banner .my-h {
    height: 100%;
}
.form-start h4 {
    color: #FFF;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}
.form-group {
    display: flex
;
    flex-direction: column;
    gap: 10px;
}
.form-group input, .form-group textarea {
    background: transparent;
    border: none;
    padding: 10px;
    outline: none;
    color: #fff;
    padding-left: 35px;
}
span.divider-wrap {
    width: 100%;
    display: block;
    height: 1px;
    background: rgb(255 255 255 / 62%);
    margin: 19px 0px;
}
.form-group label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
    margin: 10px 0px 0px;
}
.form-group label {
    display: flex
;
    gap: 10px;
    align-items: center;
}
h2.b-title.sub-left {
    text-align: left;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
    color: #fff !important;
    padding: 20px 0px;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light a{
    color: #fff;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: normal;
}


nav.navbar.navbar-expand-lg.navbar-light.bg-light a:hover{
    background: var(--GRADIENT, linear-gradient(219deg, #51D1F4 23.72%, #5994CF 43.15%, #615CAD 63.79%, #663998 78.37%, #682C90 86.87%, #74288F 96.58%, #941D8E 116.01%, #C80D8C 140.29%, #D30A8C 145.15%));
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
    gap: 50px;
}



.ctm-btn:hover {
    background: linear-gradient(274deg, rgb(106 110 255) 12.75%, #DE14FF 121.66%);
    color: #fff !important;
}
.copy-right {
    text-align: center;
    color: #fff;
    margin-top: 50px;
    margin-bottom: -20px;
}
.navbar-light .navbar-toggler-icon {
   filter: invert(1);
}
@media(max-width:600px){
    .f-inner img {
        width: 200px;
    }
    h2.b-title{
        font-size: 35px;
    }
    .form {
        margin-top: 40px;
    }
    section.before-f{
        margin-top: 0px!important;
    }
    .f-link h5{
        font-size: 18px;
    }
    footer ul li a,footer ul li span{
        font-size: 16px;
    }
    html body .before-f{
        margin-bottom: 0px!important;
        padding-bottom: 0px!important;
    }
    h1.heading,span.neon,h2.sub-light,h2.sub-heading{
        font-size: 40px;
    }
    .f-p {
        text-align: center;
        margin-bottom: 30px;
    }
    section.banner{
        background: none!important;
        height: auto !important;
    }
    .btm-text .sub-light span.neon {
        width: auto !important;
        display: inline-block;
    }
    .col-md-3.p-right {
        justify-content: flex-start;
    }
    h2.sub-light, h2.sub-light span {
        font-size: 22px;
        text-align: center;
    }
    section#about .row {
        flex-direction: column-reverse;
    }
    section#about .about-inner {
        background: #392f2f52;
        border-radius: 10px;
        padding: 20px !important;
        color: #000;
    }
    .b-t p{
        font-size: 16px;
    }
    ul.navbar-nav.me-auto.mb-2.mb-lg-0.mx-auto {
        gap: 10px;
        margin-bottom: 21px !important;
    }
    .my-des{
        display: none!important;
    }
    html body .my-mob .title{
        display: flex!important;
    }
    .my-mob {
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 10px;
        padding-top: 40px;
    }
    section.about.section-2 .row,section.about.section-4 .row,section.about.section-6 .row {
        flex-direction: column-reverse;
    }
    html body .section-1 .my-mob .title img {
        width: 35px !important;
    }
    html body .my-mob .title img {
        width: 60px !important;
    }
    
        html body .my-mob .title {
            display: flex !important
    ;
            flex-direction: row;
            align-items: end;
        }
        section.about.section-1{
            padding-top: 50px;
        }

        section.about.section-1, section.about.section-2, section.about.section-3, section.about.section-4, section.about.section-5, section.about.section-6 {
            padding: 20px 0px!important;
        }

        section.about.section-1 .about-inner, section.about.section-2 .about-inner, section.about.section-3 .about-inner, section.about.section-4 .about-inner, section.about.section-5 .about-inner, section.about.section-6 .about-inner {
            padding: 40px 20px;
            border-radius: 20px;
            border: 1px solid #eeeeee75;
        }
        img.btm-d {
            display: none !important;
        }
        .proj img {
            width: 100%;
        }

.f-link a,.f-link span{
    font-size: 14px!important;
}





footer ul li {
    display: flex
;
    align-items: center;
    gap: 8px;
    flex-direction: column;
    align-items: flex-start;
}
body{
    overflow-x: hidden!important;
}






}
.my-mob .title{
    display: none!important;
}