*{
    margin: 0;
    padding: 0;
    font-family: "Sora", sans-serif;
  font-optical-sizing: auto;
    box-sizing: border-box;
}
@font-face {
    font-family: myfont1;
    src: url(/fonts/Reiswar.ttf);
  }
@font-face {
    font-family: myfont2;
    src: url(/fonts/EdgecuttingLiteSharp.ttf);
  }
@font-face {
    font-family: myfont3;
    src: url(/fonts/EdgecuttingLiteMedium.ttf);
  }
  ::-webkit-scrollbar{
    display: none;
  }
*{
    box-sizing: border-box;
    cursor: none;
}
body {
    width: 100%;
    height: auto;
    background: linear-gradient(-45deg, #0a002c, #290255, #0c0050);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
  }

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

  .cursor {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 1px solid rgb(255, 255, 255);
    transition: all 200ms ease-out;
    position: fixed;
    pointer-events: none;
    left: 0;
    top: 0;
    transform: translate(calc(-50% + 15px), -50%);
    z-index: 500;
  }
  
  .cursor2 {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    opacity: .3;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 500;
    transition: width .3s, height .3s, opacity .3s;
  }
  
  .hover {
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 0.5;
    width: 90px;
    height: 90px;
    border: 1px solid rgba(255, 255, 255, 0);
  }
  
  .cursorinnerhover {
    width: 0px;
    height: 0px;
    opacity: .5;
  }
.bg {
    width: 100vw;
}
.bg video {
    scale: 1.5;
position: fixed;
z-index: -2;
width: 100%;
filter: brightness(2) blur(5px);
}
nav{
    height: 100px;
    padding: 0 50px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 5;
    backdrop-filter: blur(2px);
}
nav a{
    text-decoration: none;
}
.nav-logo{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-logo img{
    padding-bottom: 10px;
}
.nav-logo h1{
    font-family: myfont1;
    font-size: 35px;
    position: relative;
}
.menu a{
    margin: 0 15px;
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 200;
    opacity: .5;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .2s;
}
.menu a hr{
    display: flex;
    width: 10%;
    transition: all .2s;
}
.menu a:hover{
    opacity: 100%;
}
.menu a:hover hr{
    width: 100%;
}
.menu a:nth-child(4){
    margin-right: 0;
}
nav div{
    display: flex;
    align-items: center;
    color: white;
}
nav h1{
    margin-left: 10px;
}
.hero {
    height: 50vh;
    width: 100vw;
    max-width: 100%;
    padding: 0 50px;
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero .left{
    width: 100vw;
    max-width: 100%;
}
.hero pre{
    font-size: 185px;
    line-height: 180px;
    color: white;
    text-transform: uppercase;
    max-width: 50vh;
}
.hero #Heading_2{
    margin-left: 350px;
}
.hero pre div{
    display:inline-block;
}
.right {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
}
.hero .right img{
    position: absolute;
    margin-left: -50px;
    margin-top: 50px;
}
.hero-menu{
    color: white;
    padding: 40px 50px;
    padding-bottom: 10px;
    /* border: 1px solid white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
}
.hero-menu a{
    width: 40%;
    height: 50px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-decoration: none;
}

.hero-menu a pre {
    font-size: 16px;
    font-weight: 500;
    height: 90%;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 55px;
}
.hero-menu a:hover .PORTFOLIO{
    background-color: white;
    color: black;
}
.hero-menu a:hover .ABOUT{
    background-color: transparent;
    color: white;
}
.hero-menu a:hover .Port-img{
    rotate: 0deg;
}
.hero-menu a:hover .Abt-img{
    rotate: 0deg;
}
.PORTFOLIO{
    border: 2px solid white;
    color: white;
    transition: all .2s;
}
.ABOUT{
    background-color: white;
    border: 2px solid white;
    color: black;
    transition: all .2s;
}
.SAY{
    color: white;
}
.hero-menu img {
    filter: invert(1);
    rotate: -45deg;
    transition: all .2s;
}
.hero-menu .left {
    width: 30%;
    display: flex;
    align-items: center;
}
.hero-menu .center {
    width: 30%;
    display: flex;
    align-items: center;
}
.hero-menu .right {
    width: 20%;
    display: flex;
    justify-content: end;
    align-items: center;
}
.banner{
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: center;
    /* border: 1px solid white; */
}
.banner h1{
    color: white;
    opacity: 10%;
    font-family: myfont1;
    font-size: 300px;
    text-wrap:nowrap;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: -100px;
}
.banner .video{
    height: 80%;
    width: 80%;
    overflow: hidden;
    /* margin: 0 50px; */
    margin-bottom: 0;
    transform: translateY(300px);
}
.video video{
    margin-top: 100px;
    
}
.about {
    height: 100%;
    width: 100vw;
    max-width: 100%;
    padding: 0 50px;
    padding-top: 150px;
}
.about .left{
    width: 100vw;
    max-width: 100%;
}
.about .left pre{
    font-size: 250px;
    line-height: 220px;
    color: white;
    text-transform: uppercase;
    max-width: 50vh;
}
.about #about_2{
    margin-left: 810px;
}
.about .left pre div{
    display:inline-block;
}
.about .right{
    height: 100%;
    font-size: 60px;
    font-weight: 200;
    color: white;
    /* border-bottom: 1px solid white; */
    width: 100%;
    display: flex;
    justify-content: baseline;
    z-index: 2;
    padding-bottom: 200px;
}
.mob_text{
    display: none
}
.about .right .text{
    width: 40%;
    height: 100%;
}
.text div div{
    display:inline-block;
}
.video1{
    height: 100%;
    width: 60%;
    position: relative;
    /* background-color: blue; */
}
.about .right img{
    position: absolute;
    z-index: -1;
    height: 800px;
    top: -500px;
    left: -300px;
}
.tags{
    padding: 100px;
    height: 80vh;
    width: 100%;
    color: white;
    display: grid;
    gap: 50px 80px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    border-top:0.2px solid rgba(255, 255, 255, 0.5);
    border-bottom: 0.2px solid rgba(255, 255, 255, 0.5);
    overflow: hidden;
}

.tags div{
    /* border: 1px solid white; */
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}
.tag{
    opacity: 0;
    transform: translateY(200px);
}
.tags img{
    filter: invert(1);
    margin-right: 50px;
}

.services{
    color: white;
    width: 100%;
    margin: 50px;
    padding-top: 100px;
    /* border-top: 1px solid white; */
}
.services .sr_hr div{
    display:inline-block;
}
.sr_sh div{
    display:inline-block;
}
.sr_sh{
    opacity: 0;
}
.heading{
    padding-bottom: 120px;
}
.heading h1{
    font-size: 250px;
    font-weight: 300;
    text-transform: uppercase;

}
.heading p{
    font-size: 21px;
    font-weight: 200;
}

.menus div{
    display: flex;
    align-items: center;
    height: 200px;
    margin-right: 100px;
    border-top: 0.2px solid rgba(255, 255, 255, 0.5);
    transform: translateX(-200px);
    opacity: 0;
}
.menus a{
    color: white;
    text-decoration: none;
    margin-left: 200px;
    font-size: 40px;
    display: flex;
    align-items: center;
    transition: all .2s;
}
.menus a:hover img{
    rotate: 45deg;
    opacity: .4;
}
.menus a:hover{
    color: rgba(255, 255, 255, 0.4);
    padding-left: 50px;
}
.menus a img{
    filter: invert(1);
    margin-left: 20px;
    transition: all .2s;
}
.case{
    color: white;
    width: 100%;
    padding: 50px;
    position: relative;
    /* padding-bottom: 0; */
}
.cs_h div{
display: inline-block;
}
.cs_p1 div{
display: inline-block;
}
.cs_p2 div{
display: inline-block;
}
.opts{
    width: 100%;
    height: 80vh;
    display: flex;
}
.opts hr{
    height: 0.5px;
    opacity: 50%;
}
.opts .vid{
    height: 650px;
    width: 350px;
    display: flex;
    justify-content: center;
    border: none;
    border-radius: 20px;
}
.opts video{
    border: none;
    border-radius: 20px;
}
.opts div{
    margin: 0 15px;
    font-size: 25px;
    font-weight: 500;
}
.opts p {
    font-size: 15px;
    font-weight: 150;
}

.clients{
    color: white;
    width: 100%;
    padding: 50px;
    padding-bottom: 100px;
}
.cl_h div{
    display: inline-block;
}
.cl_p div{
    display: inline-block;
}
.logos{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    overflow: hidden;
}
.logos img{
    height: 200px;
    opacity: 50%;
}
.logo {
    transform: translateY(100px);
    opacity: 0;
}

.ticker{
    color: white;
    font-weight: 100;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.footer{
    height: 60vh;
    width: 100%;
    padding: 50px;
    color: white;
}
.section1{
    display: flex;
    width: 100%;
    padding: 50px 0;
}
.section1 .left{
    font-size: 65px;
    font-weight: 500;
    width: 65%;
}
.section1 .right{
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 25px;
    width: 30%;
}
.section1 .right p{
    margin-bottom: 20px;
}
.section1 .right  img{
    filter: invert(1);
    transition: all .2s;
}
.section1 .right a{
    border: 3px solid white;
    height: 80px;
    width: 80px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 15px;
    transition: all .2s;
}
.section1 a:hover {
    background-color: white;
}
.section1 a:hover img {
    filter: invert(0);
}
.section2{
    display: flex;
    font-size: 450px;
    opacity: .1;
    text-wrap: nowrap;
}
.footer_p{
    font-family: myfont1;
    font-weight: 900;
    transform: translateX(0);
}

.section3 .copyright-content{
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px rgba(255, 255, 255, 0.2) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
    font-weight: 200;
}
