@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Encode+Sans+SC:wght@100..900&display=swap');
*, ::after, ::before {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
}
:root {
    --red-color: #FD0000;
}
body {
    background-color: #000;
    overflow-x: hidden;
}
img {
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
ul {
    list-style:  none;
}
a {
    text-decoration: none;
}
.container {
    width: 90%;
    margin: auto;
}
.flex {
    display: flex;
}

/* header  */
.header-main {
    /* padding: 1rem 0; */
    background-color: transparent;
    position: fixed;
    z-index: 1000;
    background-color: #000;
    width: 100%;
    left: 0;
    top: 0;
}
.header-container {
    /* align-items: center; */
}
.menu {
    width: 30%;
    color: #fff;
    position: relative;
    z-index: 100;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(43, 42, 42, 1);

}
.menu-container {
    background-color: var(--red-color);
    cursor: pointer;
    width: 70px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 0.5rem 0;
    height: 100%;
     border-bottom: 1px solid rgba(43, 42, 42, 0);
    /* padding-left: 15px; */
}

.menu span {
    width: 30px;
    height: 1.5px;
    background-color: #fff;
    display: block;
    /* margin: 0.5rem 0; */
}
.menu b {
    font-size: 1rem;
    font-weight: 400;
}
.menu span:nth-child(2) {
    margin-left: 0.6rem;
}
.logo {
    width: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #000;
    border-bottom: 1px solid rgba(43, 42, 42, 1);
}

.logo img {
    width: 28%;
}
.partner {
    width: 30%;
    padding: 0.4rem;
    text-align: right;
    padding-right: 4rem;
    background-color: #000;
    border-bottom: 1px solid rgba(43, 42, 42, 1);
    
}
.partner img {
    width: 28%;
}


/* hero section  */
.hero-main {
    color: #fff;
    background-image: url('../media/hero-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    /* height: 90vh; */
    position: relative;
    overflow: hidden;
    margin-top: 55px;
}
.hero-design {
    width: 70px;
    /* width: 100%; */
    background-color: var(--red-color);
    height: 120%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    /* position: fixed; */
    z-index: 10;
    transition: all 0.4s cubic-bezier(0,.76,.95,.29);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.hero-design b {
    font-size: clamp(8rem, 15vw, 15rem);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight: bold;
    color: #fff;
    z-index: -1;
    opacity: 0.1;
}
.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;

}
.close-menu i {
    font-size: 2rem;
    opacity: 0;

}
.hero-showreel {
    padding: 2rem 0;
    margin: 1rem 0;
    text-align: left;
}
.hero-showreel a {
    font-size: 0.95rem;
    color: #fff;
    /*background-color: var(--red-color);*/
    padding: 0.6rem 2rem;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.45s ease-in-out;
    font-weight: 600;
    border: 1px solid #fff;
}
.hero-showreel a:hover {
    background-color: var(--red-color);
}
.hero-design.active {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    z-index: 100000;
    background-color: #000;
}
.hero-design.active  i {
     opacity: 1;
     transition: all 2.2s ease;
}
.hero-design ul {
    position: relative;
    z-index: 10;
}
.hero-design ul li {
    margin: 1rem 0;
    text-align: center;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.hero-design ul li a {
    font-size: clamp(2rem, 3vw, 3rem);
    color: var(--red-color);
    font-weight: bold;
    font-family: "Encode Sans SC", sans-serif;
    transition: all 0.3s ease-in-out;
    padding: 0.3rem 2rem;
    cursor: pointer;
}
.hero-design ul li a:hover {
    background-color: var(--red-color);
    color: #fff;
}

.hero-design ul li:hover {
    
}
.menu-main {
    width: 0%;
}
.hero-design.active li {
    opacity: 1;
}
.hero-design.active li:nth-child(1) {
    transition: all 2.2s ease;
}
.hero-design.active li:nth-child(2) {
    transition: all 3.2s ease;
}
.hero-design.active li:nth-child(3) {
    transition: all 4.2s ease;
}
.hero-design.active li:nth-child(4) {
    transition: all 5.2s ease;
}
.hero-design.active ul {
    width: 100%;
}

.hero-main:after {
  
}
.hero-container {
    background-color: rgba(0, 0, 0, 0.8);
}
.hero-left {
    width: 40%;
    padding-left: 13%;
    display: flex;
    align-items: center;
    position: relative;
    /*padding-top: 5rem;*/
}
.hero-left svg {
    position: relative;
}
.hero-left svg:after {
    content: "";
    right: 0;
    width: 40px;
    height: 40px;
    background-color: var(--red-color);
    position: absolute;
    top: 0;
}
.hero-btn {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.hero-btn a {
    display: flex;
    align-items: center;
}
.hero-btn span {
    width: 50px;
    height: 50px;
    background-color: var(--red-color);
    border-radius: 50%;
    margin-left: -30px;
    
}
.hero-aronfx {
    font-size: 1.1rem;
    position: relative
}
.hero-aronfx:after {
    content: "";
    left: -40px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(227, 30, 36, 0.16);
    position: absolute;
    top: -50px;
}
.hero-aronfx b {
    color: var(--red-color);
}
.hero-left h1 {
    font-size: clamp(2.6rem, 5vw, 5rem);
    margin: 1rem 0;
    letter-spacing: 1px;
}
.hero-left h1 span {
    font-size: clamp(2rem, 4vw, 4rem);
    display: block;
}
.hero-left h1 b span {
    color: var(--red-color);
    font-size: clamp(3rem, 5vw, 5rem);
}
.hero-right {
    text-align: right;
    width: 60%;
    padding: 5rem 0;
    overflow: hidden;
    
}
.slider-group {
    display: flex;
    gap: 20px;
    /* Add padding to the right to create a gap between the last and first card. */
    padding-right: 20px !important;
    will-change: transform; /* We should be nice to the browser - let it know what we're going to animate. */
    animation: scrolling 40s linear infinite;
}

.project-slider {
    margin: 0 auto;
    padding: 20px 0;
    /*max-width: 700px;*/
    overflow: hidden;
    display: flex;

}
.project-slider {
    /* ... */
    > * {
      flex: 0 0 100%;
    }
  }
.project-slider {
    &:hover .slider-group {
      animation-play-state: paused;
    }
}
.project-slider:hover {
    animation-play-state: paused;
}
 @keyframes scrolling {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-100%);
    }
  }

.project {
    width: 100%;
    justify-content: center;
    align-items: center;
    /*margin-right: 3rem;*/
    min-width: 240px;
}

.project img {
    aspect-ratio: 1/1.5;
}

.project-slider::-webkit-scrollbar {
    width: 0;
    height: 0;
}
/* about us  */
.about-main {
    padding: 3rem 0;
    color: #fff;
    /*text-align: center;*/
    margin: 2rem 0;
    padding-top: 5rem;
}
.about-main-heading {
    text-align: left;
    width: 20%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.about-main-content {
    width: 80%;
    padding-left: 4rem;
}
.about-main-content .about-main-content-design {
    width: 100px;
    display: block;
    height: 2px;
    background-color: var(--red-color);
}
.about-main span {
    color: var(--red-color);
    position: relative;
    z-index: 100;
    background-color: #000;
    padding: 0 10px;

}
.about-main span:after {
    /*position: absolute;*/
    /*content: "";*/
    /*right: -75px;*/
    /*width: 230px;*/
    /*background-color: #fff;*/
    /*height: 2px;*/
    /*top: 10px;*/
    /*z-index: -1;*/
}
.about-main h2 {
    font-size: clamp(2rem, 3vw, 4rem);
    margin: 1rem 0;
    margin-top: 5px;
}
.about-main p {
    font-size: 0.95rem;
    line-height: 50px;
    padding-top: 1rem;
}
/* services  */
.service-main {
    color: #fff;
    position: relative;
    margin: 3rem 0;
    border-top: 1px solid #1f1d1d;
    padding-top: 5rem;
}
.service-main:after {
    content: "";
    left: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: var(--red-color)
}
.service-top {
    align-items: center;
    padding: 2rem 0;
}
.service-top h3 {
    font-size: clamp(2rem, 3vw, 4rem);
    width: 40%;
}
.service-top p {
    font-size: 1rem;
    width: 55%;
    line-height: 1.6;
}
.service-bottom {
    padding: 0 2rem;
    margin: 2rem 0;
    width: 90%;
    border: 1px solid #1f1d1d;
    /* margin: auto; */
    border-radius: 20px;
}
.service-box {
    padding: 1rem 0;
    border-bottom: 1px solid #1f1d1d;
    margin: 1rem 0;
    align-items: center;
}
.service-box:last-child {
    border: 0;
}
.service-box h4 {
    font-size: clamp(1.6rem, 2vw, 2.2rem);
}
.service-box p {
    font-size: 1.1rem;
    color: #DFD6D6;
    padding: 1rem 0;
    padding-bottom: 1rem;
    line-height: 1.6;
}
.service-box-left {
    width: 70%;
}
.service-box-right {
    width: 30%;
    text-align: right;
    padding-right: 2rem;
}
.service-box-right svg {
    width: 4rem;
    cursor: pointer;
}

/* footer  */
.footer-main {
    color: #fff;
    padding: 3rem 0;
    margin-top: 5rem;
}
.footer-top-wrapper {
    background-color: #fff;
    padding: 2rem;
    border-radius: 50px;
    align-items: center;
    width: 85%;
    margin: auto;
    margin-bottom: -3rem;
    position: relative;
    z-index: 100;
}
.footer-top-wrapper h4 {
    font-size: 2rem;
    color: #000;
    font-weight: 500;

}
.footer-top-left {
    width: 60%;
    text-align: center;
}
.footer-top-right {
    width: 40%;
    text-align: center;
}
.footer-top-right a {
    font-size: 1rem;
    padding: 0.4rem 2rem;
    background-color: #000;
    color: #fff;
    border-radius: 30px;
}
.footer-bottom {
    padding: 2rem 0;
    border-top: 1px solid #656161;
    border-bottom: 1px solid #656161;
}
.footer-botton-wrapper {
    width: 90%;
    margin: auto;
    padding-top: 6rem;
}
.footer-logo {
    width: 50%;
    padding-right: 3rem;
}
.footer-logo img {
    width: 25%;
}
.footer-logo p {
    font-size: 1rem;
    margin: 1rem 0;
    line-height: 1.6;
    width: 80%;
}
.footer-services {
    width: 25%;
    padding-left: 3rem;
}
.footer-menu {
    width: 25%;
    padding-left: 3rem;
}
.copyright {
    padding: 1rem 0;
}
.footer-bottom h5 {
    color: #686262; 
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.footer-bottom ul li {
    font-size: 1rem;
    margin: 1rem 0;
    
}
.footer-bottom ul li a{
    color: #fff;
}
.copyright-content {
    width: 40%;
}
.social {
    width: 30%;
}
.social ul li {
    margin: 0 1rem;
}
.social ul li a {
    color: #fff;
}
.privacy {
    width: 30%;
}
.copyright {
    width: 90%;
    margin: auto;
}

.service-content {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.service-content.active {
    display: flex;
}
.service-content-container {
    background-color: #fff;
    width: 60%;
    margin: auto;
    padding: 2rem;
    border-radius: 20px;
    position: relative;
    /*height: 80vh;*/
    overflow-y: scroll;
}
.service-content-close {
   position: absolute;
   top: 20px;
   right: 20px;
}
.service-content-close i {
    font-size: 1.6rem;
    cursor: pointer;
}
.service-contentbox {
    display: none;
}
.service-contentbox.active {
    display: block;
}
.service-contentbox h4 {
   font-size: 1.6rem;
   margin: 1rem 0;
}
.service-contentbox p {
    font-size: 1rem;
    line-height: 1.8;
}

.project-list {
    position: fixed;
    left: 2.5%;
    margin: auto;
    width: 90%;
    top: 1rem;
    z-index: 100000;
    background-color: #fff;
    padding: 2rem;
    height: 85vh;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.project-list.active {
    opacity: 1;
    pointer-events: all;
    z-index: 100000;
    /*position: fixed;*/
}
.project-list-container {
    display: flex;
    flex-wrap: wrap;
    height: 85vh;
    overflow-y: scroll;
    gap: 1rem;
    justify-content: center;
    position: relative;
}
.project-list-close {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
}
.project-list-close i {
    font-size: 1.5rem;
}
.projectlist-box {
    width: 23%;
}

/*cursor */
.cursor {
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50% !important;
  pointer-events: none !important; /* Makes sure it doesn't block clicks */
  transition: transform 0.01s ease-out !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1000 !important;
	background-color: red !important;
	display: block !important;
	
}

.hover-target:hover ~ .cursor,
a:hover ~ .cursor,
button:hover ~ .cursor {
  transform: translate(-50%, -50%) scale(1.5) !important;
  background-color: rgba(0, 0, 255, 0.1) !important;
}

.mousegrow {
    transform: scale(2) !important;
    background-color: #000;
    mix-blend-mode: difference !important;
    transition: all 0.05s ease-in-out !important;
    
}
/*showreel*/


.showreel {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: none;
    background-color: rgba(0,0,0,0.85);
   
}
.showreel.active {
    display: flex;
    z-index: 1000;
}
.showreel-container {
    width: 60%;
    margin: auto;
    /*background-color: #fff;*/
    position: relative;
    height: 70vh;
}
.showreel-container iframe {
    width: 100%;
    height: 100%;
}
.showreel-close {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: traslate(-10px, -50%);
    cursor: pointer;
}
.showreel-close i {
    font-size: 1.8rem;
    color: #fff;
}
.showreel.active .Title_module_title__296cb5dd {
    display: none !important;
}
.showreel.active .vp-title {
    opacity: 0 !important;
    display: none !important;
}
.player.player-sm .Title_module_portrait__296cb5dd {
    display: none !important;
    opacity: 0 !important;
}
