* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --primary-color: #7552ef;
  --white-color: #ffffff;
  --card-bg-color: #2d2941;
  --footer-bg-color: #262435;
  --body-color: #191724;
  --font-inter: "Sora", sans-serif;
  --animate-duration: 800ms;
  --animate-delay: 0.9s;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #191724;
  font-family: var(--font-inter);
  color: var(--white-color);
  overflow-x: hidden;
}
.section {
  padding: 100px 16px;
}
.hero_section {
  /* background-color: #191724ea; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 240px 16px 100px 0px;
  margin-top: -140px;
}
img.glass_left_image {
  position: absolute;
  top: -190px;
  left: -180px;
  max-width: 500px;
  animation: heroleftspin 20s linear infinite;
}
@keyframes heroleftspin {
  to {
    transform: rotate(360deg);
  }
}
img.glass_right_image {
  position: absolute;
  right: -150px;
  top: 237px;
  max-width: 500px;
  animation: herorightspin 20s linear infinite;
}
@keyframes herorightspin {
  to {
    transform: rotate(-360deg);
  }
}
.hero_content_layout {
  max-width: 750px;
  margin: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  position: relative;
}
img.hero_image1 {
  position: absolute;
  left: -270px;
  top: 120px;
}

img.hero_image2 {
  position: absolute;
  left: -100px;
  bottom: 110px;
}

img.hero_image3 {
  position: absolute;
  right: -50px;
  top: 110px;
}

img.hero_image4 {
  position: absolute;
  bottom: 200px;
  right: -200px;
}
.hero_sub_widget {
  padding: 10px 24px;
  border-radius: 500px;
  background: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.hero_sub_widget img {
  width: 24px;
  margin-bottom: 4px;
}

h1.title_h1 {
  font-size: 147px;
  font-weight: 400;
  line-height: 1.3em;
}
h2.title_h2 {
  font-style: italic;
  font-size: 147px;
  font-weight: 900;
  line-height: 1.3em;
  margin-bottom: 20px;
}
p.hero_paragraph {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
  margin-bottom: 42px;
}
.circle_animate_box {
  width: 148px;
  height: 148px;
  position: relative;
  margin: auto;
  margin-bottom: 64px;
}
.staricon_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
img.staricon {
  animation: minusspin 10s linear infinite;
}
@keyframes minusspin {
  to {
    transform: rotate(-360deg);
  }
}
img.text_circle_animate {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: spin 6s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* portfolio section css start */
.portfolio_section {
  overflow-x: hidden;
}
.portfolio_layout {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.portfolio_cards_block {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.portfolio_title {
  margin-bottom: 50px;
}

.portfolio_title h2 {
  font-size: 96px;
  font-weight: 400;
  line-height: 1.3em;
}

.portfolio_card_wrap {
  min-width: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 45px;
}

.portfolio_card {
  min-width: 370px;
  height: 370px;
}

.portfolio_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.position {
  position: relative;
}
img.decorate_img_1 {
  position: absolute;
  top: -32px;
  left: 0;
}

img.decorate_img_2 {
  position: absolute;
  right: 22px;
  top: -14px;
}

img.decorate_img_3 {
  position: absolute;
  bottom: -18px;
  left: 34px;
}

img.decorate_img_4 {
  position: absolute;
  right: 56px;
  bottom: -12px;
}
h2.title_2 {
  font-size: 48px;
  font-weight: 400;
  text-transform: capitalize;
  text-align: center;
}

/* custom cursor */

/* about us css start */

.presentation_title {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 95px;
}
.video_block {
  max-width: 990px;
  width: 100%;
  border-radius: 40px;
}
.video_block iframe {
  border-radius: 40px;
  width: 100%;
}
.presentation_title h2 {
  font-size: 48px;
  font-weight: 400;
  text-transform: capitalize;
}

/* footer css start */

.footer {
  padding: 114px 0px 55px 0px;
  background-color: #262435;
}
.footer_title_wrap {
  max-width: 900px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.footer_title_wrap h2 {
  font-size: 64px;
  font-weight: 900;
  line-height: 1.3em;
  color: var(--white-color);
  text-transform: uppercase;
}

.name {
  font-size: 128px;
  font-weight: 900;
  line-height: 1.3em;
  color: #37344c;
  text-transform: uppercase;
}

/* first card animate */
.portfolio_card_wrap {
  display: flex;
  gap: 16px;
  overflow: hidden;
  white-space: nowrap;

  /* animation */
  animation: scroll-left 16s linear infinite;
}

.portfolio_card_wrap:hover {
  animation-play-state: paused; /* pause on hover */
}

.portfolio_card {
  flex: 0 0 auto; /* prevent shrinking */
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-33%); /* adjust according to content */
  }
}
.animate__animated.animate__slideInUp {
  --animate-duration: 2s;
}
.animate__animated.animate__fadeInUp {
  --animate-duration: 3s;
}

/* button css start */
.button_outline {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.button-wrapper {
  position: relative;
}

.button {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 62px;
  background-color: #191724;
  color: white;
  border-radius: 500px;
  border: 0px;
  cursor: pointer;
  text-decoration: none;
}

.button-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: linear-gradient(
    90deg,
    #ff8038 0%,
    #ff0099 30.43%,
    #00ebeb 68.23%,
    #db00ff 100%
  );
  background-size: 600% 600%;
  border-radius: 50px;
  animation: AnimateBorder 4s ease infinite;
  -webkit-animation: AnimateBorder 4s ease infinite;
  -moz-animation: AnimateBorder 4s ease infinite;
  z-index: -1;
  transform: translate(-2px, -2px);
  transition: filter 1s ease-in;
}

.button-wrapper:hover .button-bg {
  filter: blur(10px);
  transition: filter 0.4s ease-in;
}

@-webkit-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimateBorder {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.navbar {
  width: 100%;
  padding: 40px 16px;
  z-index: 1000;
  position: relative;
  z-index: 1000;
}

.nav_buttton_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1104px;
  margin: auto;
}
a.button_primary {
  padding: 15px 62px;
  border: 2px solid white;
  border-radius: 500px;
  outline: none;
  color: white;
  background: transparent;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.5s;
}
.button_wrapper {
  margin-top: 60px;
}
/* responsive css */

@media (max-width: 1200px) {
  img.hero_image1,
  img.hero_image2,
  img.hero_image3,
  img.hero_image4,
  img.hero_image5 {
    display: none;
  }
}

@media (max-width: 992px) {
  img.hero_image1,
  img.hero_image2,
  img.hero_image3,
  img.hero_image4,
  img.hero_image5 {
    display: none;
  }

  .hero_sub_widget {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .hero_sub_widget img {
    margin-bottom: 3px;
    width: 20px;
  }
  h1.title_h1 {
    font-size: 110px;
    line-height: 1.2em;
  }
  h2.title_h2 {
    font-size: 110px;
    line-height: 1.2em;
  }
  .portfolio_title h2 {
    font-size: 72px;
  }
  .presentation_title {
    gap: 40px;
  }
  .footer {
    padding: 80px 0px 55px 0px;
  }
  .footer_title_wrap {
    gap: 32px;
  }
  .footer_title_wrap h2 {
    font-size: 48px;
  }

  .name {
    font-size: 100px;
  }
}

@media (max-width: 768px) {
  .navbar {
    display: none;
  }
  .hero_section {
    margin-top: 0px;
  }
  p.hero_paragraph {
    font-size: 20px;
  }
  h1.title_h1 {
    font-size: 64px;
  }
  h2.title_h2 {
    font-size: 64px;
  }
  .hero_sub_widget {
    padding: 8px 16px;
  }
  .section {
    padding: 60px 16px;
  }
  .portfolio_title {
    margin-bottom: 32px;
  }
  .portfolio_title h2 {
    font-size: 64px;
  }
  .portfolio_card {
    min-width: 300px;
    height: 250px;
    padding: 34px 40px 0px 40px;
    background: #2d2941;
  }
  .portfolio_card_wrap {
    gap: 32px;
  }
  .presentation_title {
    gap: 48px;
  }
  .presentation_title h2 {
    font-size: 42px;
  }
  .footer {
    padding: 60px 0px 32px 0px;
  }
  .footer_title_wrap {
    gap: 32px;
  }
  .footer_title_wrap h2 {
    font-size: 38px;
  }

  .name {
    font-size: 64px;
  }
  .button_wrapper {
    margin-top: 40px;
  }
  .button {
    font-weight: 400;
  }
}

@media (max-width: 480px) {
  .section {
    padding: 40px 16px;
  }
  .hero_content_layout {
    gap: 8px;
  }
  .hero_sub_widget {
    font-size: 14px;
  }
  p.hero_paragraph {
    font-size: 16px;
  }
  h1.title_h1 {
    font-size: 32px;
  }
  h2.title_h2 {
    font-size: 48px;
  }

  img.glass_left_image {
    position: absolute;
    top: -80px;
    left: -90px;
    max-width: 200px;
  }

  img.glass_right_image {
    position: absolute;
    right: -108px;
    top: 237px;
    max-width: 200px;
  }

  p.hero_paragraph {
    margin-bottom: 32px;
  }
  .circle_animate_box {
    width: 130px;
    height: 130px;
    margin-bottom: 32px;
  }
  .portfolio_card_wrap {
    gap: 24px;
  }
  .portfolio_title {
    margin-bottom: 32px;
  }
  .portfolio_title h2 {
    font-size: 38px;
  }
  .portfolio_card {
    min-width: 300px;
    height: 250px;
    padding: 34px 40px 0px 40px;
    background: #2d2941;
  }
  .presentation_title {
    gap: 32px;
  }
  .presentation_title h2 {
    font-size: 34px;
  }
  .video_block iframe {
    border-radius: 16px;
    width: 100%;
    height: 300px;
  }
  .footer {
    padding: 40px 0px 32px 0px;
  }
  .footer_title_wrap {
    gap: 24px;
  }
  .footer_title_wrap h2 {
    font-size: 22px;
  }

  .name {
    font-size: 46px;
  }
}
