@font-face {
    font-family: exo;
    src: url(../fonts/Exo/Exo.ttf);
}
@font-face {
    font-family: Ava;
    src: url(../fonts/Ava/Ava.ttf);
}
@font-face {
    font-family: Gilb;
    src: url(../fonts/Gil/Gil-ExtraBold.otf);
}
@font-face {
    font-family: Gill;
    src: url(../fonts/Gil/Gil-Light.otf);
}
* , *::after , *::before{
	margin:0;
	padding:0;
	outline:none;
	box-sizing: border-box;
}
body.dark{
    --white: #ffff;
    --prim:#ffff;
    /* --sec:rgba(42, 43, 33, 0.6); */
    --sec:#C1D7EC;
    --cta:#FFB368;
    --secondary:rgba(65, 75, 86, 0.75);
    --secwhite: rgba(255,255,255,0.65);
    --hover:rgba(255, 255, 255, 0.7);
    --border:#e1e3e4;
    /* --back: linear-gradient(90deg, rgba(236, 224, 214, 0.8) 0%, rgba(236, 233, 230, 0.8) 100%); */
    --pad:240px;
    --bgdark: linear-gradient(160.28deg, #0D0D0D 30.56%, #100F0F 100%);
    --button:linear-gradient(90deg, rgba(255, 179, 104, 0.95) 0%, rgba(245, 145, 46, 0.95) 96.35%);
}
html{
    background-color: var(--bgdark); 
}
body{
    padding:80px 0;
	font-size:16px;
    background-attachment: fixed;
    background: url("../img/bgs.webp") center repeat-y, var(--bgdark);
    color:var(--prim);
    line-height: 1; 
    font-family: 'Gill';
    transition: all 200ms linear;   
}
.bg,.circles{
    position: absolute;
    z-index: -1;
    inset: 0;
    pointer-events: none;
}
.circles img{
    width: 100%;
}
polygon.st7{
    transition: all 250ms linear;
}


.grab {
      user-select: none;
      cursor: grab;
      transition: transform 0.3s ease;
}

section{
    padding: 80px 12.6%;
}
body[lang="en"] {
    font-family: "";
}
header {
    padding: 0 var(--pad);
    min-height: 70px;
    padding-top: 60px;
    z-index: 99999;
    /* border:3px solid rgba(150, 137, 124, 0.4); */
    border-radius: 15px;
    /* padding: 0px 30px; */
    position: relative;
}
.mt-60 {
    margin-top: 60px;
}
.mn-60 {
    margin-bottom: 60px;
}
.py-30{
    padding: 30px 0;
}
.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #000000;
    font-size: 7px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 999999999999999;
    transition: transform 0.2s;
    will-change: transform;
    mix-blend-mode: difference;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin:15px 25px 0 0;
}
.b-scroll{
    animation: menuanimb 200ms ease-in;
    position: relative;
}
.m-scroll{
    top: 15px;
    left: var(--pad);
    right: var(--pad);
    position: fixed;
    animation: menuanim 200ms ease-in;
    z-index: 9999999;
}
.hero>h1>span{
    color:#B7A8F3;
}
.exo{
    font-family: 'exo';
}
.gil{
    font-family: 'Gill';
}
.ava{
    font-family: 'Ava';
}
.logo{
    filter: drop-shadow(0px 1px 4px #F125FC) drop-shadow(0px 4px 30px rgba(255,255,255,0.5));
    margin-bottom:80px;
    width: 28%;
}
.herose{
    padding-top: 260px;
}
footer .logo{
    width: 50%;
}
.Herocube{
    text-align: center;
}
.Herocube svg{
    width: 42%;
    height: auto;
}
.hero>h1 ,.f-text{
    font-size: 400%;
    filter: drop-shadow(0px 3px 4px rgba(209,37,252,0.5)) drop-shadow(0px 2px 4px rgba(241,37,252,0.4));
}
.services{
    position: relative;
    margin-bottom: 80px;
}
.section-title{
    text-align: center;
    font-size: 36px;
    list-style: none;
    font-family: 'Gil';
    margin-bottom: 4.5%;
    filter: drop-shadow(0px 3px 4px rgba(209,37,252,0.5)) drop-shadow(0px 2px 4px rgba(241,37,252,0.4));
    text-transform: uppercase;
    letter-spacing: 3px;
}
.grab:hover .st5{
    fill: #F9008F;
}
.grab:hover .st6{
    fill: #dfe158;
}
.grab:hover .st7{
    fill: #FCFF64;
}
.grab:hover .st8{
    fill: #F9008F;
}
.grab:hover .st10{
    fill: #e7e97b;
}
.str img{
    filter: drop-shadow(0px 3px 4px rgba(0,0,0,0)) drop-shadow(0px 2px 4px rgba(0,0,0,0));
    transition: all 250ms linear;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    pointer-events: none;
    animation: size infinite 3s linear;
}
.str img[o="1"]{
    left: calc(50% - 11%);
    top: -1%;
}
.str img[o="2"]{
    left: calc(50% + 11%);
    top: 19%;
}
.str img[o="3"]{
    left: calc(50% - 20%);
    top: 40%;
}
.str img[o="4"]{
    left: calc(50% - 4%);
    top: auto;
    bottom: 39%;
}
.str img[o="5"]{
    left: calc(50% + 27%);
    top: auto;
    bottom: 40%;
}
.str img[o="6"]{
    left: calc(50% + 4%);
    top: auto;
    bottom: 7%;
}
.ser{
    border-radius: 100%;
    border: 1px solid rgba(0,0,0,0.5);
    height: 150px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.ser[s="1"]{
    background-color: #9DDCFA;
    box-shadow: 0 0 30px rgba(157,220,250,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser[s="2"]{
    background-color: #1FB0F3;
    box-shadow: 0 0 30px rgba(31,176,243,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser[s="3"]{
    background-color: #7B5DFA;
    box-shadow: 0 0 30px rgba(123,93,250,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser[s="4"]{
    background-color: #F3CC1F;
    box-shadow: 0 0 30px rgba(243,204,31,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser[s="5"]{
    background-color: #FB634F;
    box-shadow: 0 0 30px rgba(251,99,79,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser[s="6"]{
    background-color: #F31F46;
    box-shadow: 0 0 30px rgba(243,31,70,0.3), inset 0 0 20px rgba(0,0,0,0.7);
}
.ser-cont>.d-flex:not(:last-child){
    margin-bottom: 150px;
}

/* .star:hover{
    filter: drop-shadow(0px 3px 4px rgba(209,37,252,0.5)) drop-shadow(0px 2px 4px rgba(241,37,252,0.4));
} */
.star {
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 10px white;
    opacity: 0;
    animation: fall-diagonal linear;
    z-index: 0;
}
@keyframes fall-diagonal {
    0% {
        opacity: 1;
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50vw, 100vh);
        opacity: 0;
    }    
}
.spiral{
    height: 1500px;
    width: auto;
 }
.ser-title {
    font-size: 18px;
    font-weight: bold;
}
.ser-title span{
    color: rgba(104,180,255,0.75);
    font-size: 22px;
    margin-right: 10px;
}
.ser-desc {
    font-family: 'Gill';
    text-align: left;
    align-items: center;
}
.ser-desc p{
    color: #C1D7EC;
    font-size: 16px;
    line-height: 24px;
    text-align: inherit;
}
.ser-cont>.d-flex:nth-child(even) .ser-desc{
    text-align: right;
}
.services .section-title{
    margin-bottom: 10.6%;
}
@keyframes menuanim {
     0%{
        top:-100px;
     }  
     100%{
        top:15px;
     } 

}
@keyframes size {
     0%{
         transform: scale(1);
        }  
    25%{
        transform: scale(0.5);
        } 
    50%{
        transform: scale(1);
        }
    75%{
        transform: scale(0.5);
     }
     100%{
        transform: scale(1);
     }

}

@keyframes menuanimb {
     0%{
         top:100px;
        }  
    100%{
         top:0px;
    } 
}
.dynamic-word {
    color: rgba(104,180,255,1);
    transition: opacity 0.5s ease-in-out;
}
.spiral {
    opacity: 0;
    transition: opacity 1.5s ease;
  }
  
  .spiral.visible {
    opacity: 1;
  }
a *{
    transition: all 200ms linear;
}
a:hover {
    text-decoration: none;
}
nav a:hover svg,
nav a:hover svg path {
    fill: var(--hover);
}
.nav-link{
    /* -webkit-text-stroke-width: 0.5px;
    -webkit-text-stroke-color: inherit; */
    font-weight: 200;
    font-size: 18px;
    padding: 0 !important;
}
.nav-link,
a {
    color: var(--prim);
    transition: all 200ms linear;
    text-decoration: none;
}
.nav-link:hover,
a:hover {
    color: var(--hover);
}
ul,li {
    list-style-type: none;
}

h1,h2,h3,h4,h5,h6,dl,ol,ul {
    margin: 0;
}
svg{
    overflow: visible;
}
.row>* {
    width: auto;
}
.d-flex{
    flex-wrap: wrap;
}
.main {
    margin-top: 40vh;
}
.btn-cont{
    margin-top: 60px;
}
.batn{
    border-radius: 30px;
    color: #E9DEFF;
    font-size: 24px;
    width: fit-content;
    margin: auto;
    letter-spacing: 1px;
    padding: 12px 24px;
    border:1.5px solid transparent;
    background: linear-gradient(#34234B, #34234B) padding-box, linear-gradient(to right, rgba(131,56,236,0.3), rgba(185,35,255,0.3)) border-box;

}
footer .batn a{
    display: flex;
    align-items: center;
    gap: 20px;
}
/* .hero{
    min-height: 100vh;
    width: 100%;
} */
 .swiper{
    padding:20px;
    padding-left: 0!important;
 }
 .pro-slide .swiper-slide{
    height: 500px;
 }
 .pro{
    width: 100%;
    height: 100%;
    border-radius: 20px;
    box-shadow: 0 4px 30px 0 #000000 , inset 0 0 0 1px rgba(255,255,255,0.3);
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease 400ms;
}
.pro:hover{
     box-shadow: 0 4px 30px 0 rgba(214,214,214,0.15) , inset 0 0 0 1px rgba(255,255,255,0.3);
}
 .pro::after{
    content:"";
    display: block;
    border-radius: 18px;
    box-shadow: inset 0 -30px 100px 0 #000000;
    position: absolute;
    inset: 0;
    pointer-events: none;
 }
 .pro-body{
    border-radius: 18px;
    position: absolute;
    inset: 20px;
    top: auto;
    z-index: 999;
    bottom: -10%;
 }
.pro:hover .pro-body{
    bottom: 20px
}
.pro:hover .pro-title>.d-flex>span{
    visibility: hidden;
    font-size: 0px;
    margin-left: 0px;
}
.pro .pro-title>.d-flex>img{
    width: 0px;
    visibility: hidden;
}
.pro:hover .pro-title>.d-flex>img{
    width: 24px;
    height: auto;
    visibility: visible;
}
.pro:hover .pro-desc p{
    visibility: visible;
}
.pro-title>.d-flex>span{
    font-size: 40px;
    font-family: 'Gill';
    margin-left: 30px;
}
 .pro:hover .pro-desc{
    padding: 25px 20px;
    background-color: rgba(0,0,0,0.6);
    backdrop-filter: blur(4px);
    border-radius: 20px;
 }
 .pro-desc{
    padding: 0px 0px;
    color: var(--white);
    background-color: rgba(0,0,0,0.01);
    backdrop-filter: blur(0px);
    border-radius: 0px;
    transition: all 220ms linear;
 }
 .pro-title{
    font-size: 24px;
    line-height: 120%;
    font-family: 'Gilb';
    opacity: 0.9;
    letter-spacing: 1px;
 }
.pro-desc p{
    font-size: 16px;
    line-height: 120%;
    margin-top: 20px;
    visibility: hidden;
}
.n-img{
    position: relative;
    transition: filter 0.2s ease-out;
    overflow-x: hidden;
}
.hov-img{
    position: absolute;
    top: -10%;
    right: -10%;
    opacity: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(0px);
    border-radius: 20px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}
.hovi{
    width: 20px;
    height: auto;
}
.n-item:hover .hov-img{
    top: 5%;
    right: 5%;
    opacity: 1;
    backdrop-filter: blur(4px);
}
/* .over{
    position: absolute;
    inset: 0;
    background-color: rgba(0,0,0,0.6);
    border-radius: 20px;
    z-index: 8;
} */
@keyframes blink {
    50% { opacity: 0; }
}
 .typing::after {
    content: '|';
    display: inline-block;
    animation: blink 1s infinite;
    color: #229ee9 !important;
}
.fade-in {
    opacity: 0;
    animation: fadeIn 1s ease-in forwards;
}
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
#nit .n-title{
    font-size: 18px;
    line-height: 120%;
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: bold;
    font-family: 'Gilb';
}
#nit  .n-date,#nit .n-desc{
    font-size: 18px;
    line-height: 120%;
    font-family: 'Gill';
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.8);
}
#nit .n-date{
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: end;
}
#nit .n-img::after{
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    box-shadow: inset 0 -30px 100px 8px #000000;
    border-radius: 20px;
    z-index: 9;
}
#nit .n-img img:not(.hovi){
    width: 100%;
    height: auto;
    border-radius: 20px;
    max-height: 460px;
    object-fit: cover;
}
/* .r-more{
    background-color: rgba(39,36,49,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 15px;
    font-size: 20px;
    font-family: 'Gilb';
    width: fit-content;
} */
#nit .n-item{
    /* margin: 120px 0; */
    text-align: right;
    display: block;
}
#nit .n-item .col-lg-5 a{
    margin-left: auto;
    display: flex;
    justify-content: end;
    width: fit-content;
}
#nit .col-lg-5{
    margin-left: auto;
}
.fmenu a{
    color: var(--prim);
    font-size: 18px;
    padding: 0 20px;
}
#nit .n-item:hover .n-desc , #nit .n-item:hover .n-title {
    color: rgba(255, 255, 255, 1);
}
#nit .n-item:hover .n-date {
    color: rgba(255, 255, 255, 0.8);
}
.menu img.logom{
    height: 25px;
    width: auto;
}
.menuh{
    top: -20% !important;
}
.menu ul{
    gap: 4px;
}
.menu{
    position: sticky;
    left: 0;
    right: 0;
    top: 5%;
    z-index: 9999;
    width: fit-content;
    display: flex;
    align-items: center;
    transition: all 250ms linear;
    margin: auto;
}
.fix{
    position: fixed;
}
.menbg{
    background: rgba(38, 33, 39, 0.5);
    backdrop-filter: blur(10px);
    padding: 10px 15px;
    border-radius: 100px;
    border: rgba(0, 0, 0, 0.5) solid 1px;
    transition: all 200ms linear;
}
.men-open .logocenter{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.menu ul li a{
    display:block;
    background-color: rgba(234, 234, 236, 0.0);
    border-radius: 5px;
    padding: 12px 20px;
    font-family: 'Gill';
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.menu ul li a:hover{
    background-color: rgba(234, 234, 236, 0.4);
    border-radius: 100px;
}
.prj{
    background-color: rgba(234, 234, 236, 0.7) !important;
    border-radius: 100px !important;
    font-family: 'GillB' !important;
    color: #1E1C22;
}
.c-btn{
    /* background-color: rgba(187, 134, 252, 0.15); */
    position: relative;
    font-family: 'exo';
    border-radius: 100px;
    padding: 20px 25px;
    background-color: rgba(187, 134, 252, 0.15);
    display: flex;
    justify-content: center;
    align-items: center;
    border: rgba(185, 35, 255, 0.5) solid 1px;
    box-shadow: 0 0 1px rgba(233, 222, 255, 0.5);
    filter: drop-shadow(0 0 9.5 4 rgba(163, 45, 247, 0.1));
    transition: all 200ms linear;
}
.c-btn:hover{
    cursor: pointer;
    background-color: rgba(187, 134, 252, 0.35);
    border: rgba(185, 35, 255, 0.9) solid 1px;
    box-shadow: 0 0 1px rgba(233, 222, 255, 0.9);
}
.m-burger{
    margin-right: 25px;
}
.m-burger svg{
    height: 36px;
    width: 36px;
}
.m-burger .sqr9, .m-burger .sqr1{
    opacity: 0;
    transition: all 200ms linear;
}
.men-open .m-burger .sqr9,.men-open .m-burger .sqr1{
    opacity: 1;
}
.men-open .m-burger :is(.sqr7,.sqr6,.sqr3,.sqr2){
    opacity: 0;
}
.m-burger [class^="sqr"]{
    transition: opacity 600ms linear;
}
.men-open .menbg{
    background: rgba(38, 33, 39, 0.01);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    align-items: start !important;
    border-radius: 0px !important;
    padding: 60px;
    animation: fall 0.5s ease-in-out;   
}
.menbg .c-btn{
    display: none;
}
.fallhide{
    animation: fallhide 0.5s ease-in-out !important;   
}
@keyframes fall {
    0% {
        transform: translatey(-100%);
    }
    100% {
        transform: translatey(0);
    }    
}
@keyframes fallhide {
    0% {
        transform: translatey(0);
    }
    100% {
        transform: translatey(-100%);
    }    
}
@media screen and (min-width:580px){
    .ser-cont {
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 50%;
        z-index: 1;
    }
}
@media screen and (min-width:992px){
    #nit:nth-child(odd) .n-item{
    text-align: left;
}
.m-burger{
    display: none;
}

#nit:nth-child(odd) .n-item .col-lg-5 a{
    margin-left: 0;
    margin-right: auto;
}
#nit:nth-child(odd) .n-item .col-lg-5{
    order: 1;
    margin-right: auto;
    margin-left: 0;
}
#nit:nth-child(odd) .n-item .col-lg-6 {
    order: 2;
}
#nit:nth-child(odd) .n-item .n-date{
    justify-content: start;
}
#nit:nth-child(odd) .n-item .n-date span{
    order: 2;
}
}
@media screen and (max-width:1600px){
    .pro-slide .swiper-slide {
        height: 400px;
    }
    .pro-body {
        bottom: -22%;
    }
    section {
        padding: 80px 10%;
    }
}
@media screen and (max-width:1200px){
    
    #changing-word{
        width: 100%;
        display: block;
    }
}
@media screen and (max-width:992px){
    .menu img.logom {
        height: 36px;
    }
    .menu nav{
        display: none;
        opacity: 0;
    }
    .men-open.menu nav{
        display: flex !important;
        opacity: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        gap: 20px;
        width: fit-content;
        padding: 20px
    }
    .men-open.menu li{
        width:100%;
    }
    .men-open.menu li a{
        font-size: 20px;
    }
    .men-open.menu nav ul{
        padding: 0px !important;
    }
    .men-open.menu nav{
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        top: 20%;
    }
    .men-open.menu .menbg .c-btn{
        position: absolute!important;
        bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: calc(100% - 60px);
        display: block;
        text-align: center;
    }
    .logom{
        order: 2;
    }
    .Herocube svg {
        width: 60%;
    }
    .pro-slide .swiper-slide {
        height: 360px;
    }
    .pro-title {
        font-size: 20px;
    }
    .pro-body {
        top: 72%;
    }
    .pro:hover  .pro-desc{
        height: 100%;
    }
    .pro:hover .pro-body{
        top: 20px;
    }
    .ser-cont>.d-flex:not(:last-child){
        margin-bottom: 100px;
    }
    #nit .n-item{
        text-align: center;
    }
    #nit .n-date{
        justify-content: center;
    }
    #nit .n-title{
        margin-top: 30px;
    }
}
@media screen and (max-width:769px){
    .Herocube svg {
        width: 80%;
    }
    .mobm{
        display: block;
    }
    .hero{
        height: auto;
    }
    .hero>h1, .f-text{
        font-size: 60px;
    }
    body{
        padding-top: 120px;
    }
     .ser-cont>.d-flex:not(:last-child){
        margin-bottom: 60px;
    }
    .logo{
        width: 60%;
    }
    .hero>h1, .f-text {
        font-size: 370%;
    }
    .logo{
        width: 44%;
    }

}
@media screen and (max-width:580px){
    section {
        padding: 80px 5.5%;
    }
    .section-title {
        margin-bottom: 15.5% !important;
    }
    body{
        padding-top: 80px;
    }
    .hero>h1, .f-text{
        font-size: 50px;
    }
    footer .logo{
        margin: auto;
        display: block;
        margin-bottom: 10%;
        width: 60%;
    }
    .ser-desc{
        text-align: center !important;
        filter: drop-shadow(0 2px 15px black);
    }
    .ser{
        margin-bottom: 30px;
    }
    .spiral{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50% , -50%);
        z-index: -1;
        height: auto;
        width: 100%;
    }
}
@media screen and (max-width:421px){
    .logo{
        width: 80%;
    }
    .hero>h1, .f-text{
        font-size: 40px;
    }
   .spiral{
       height: auto;
       width: 100%;
   }
   .herose{
    padding-bottom: 0;
   }

}