/* Base styles */
.SMM-PORTFOLIO {
  width: 100%;
  min-height: 810px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Unbounded", Helvetica, Arial, sans-serif;
  color: white;
}

.cubitrek-UI {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -1;
}

/* Top left left-arrow */
.component {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 39px;
  height: 39px;
  cursor: pointer;
  z-index: 10;
}

/* Top right favicon */
.asset {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 10;
}

/* Bottom right si-expand */
.si-expand-more {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 58px;
  height: 57px;
  transform: rotate(-90deg);
  cursor: pointer;
  z-index: 10;
}

.vector {
  width: 75%;
  height: 75%;
  transform: rotate(90deg);
}

/* Main container holding text and image side by side on desktop */
.container {
  display: flex;
  max-width: 1200px;
  margin: 120px auto 40px auto;
  gap: 40px;
  padding: 0 20px;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}

/* Left text container */
.container-1 {
  flex: 1;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-engine {
  font-family: "Unbounded-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 50px;
  background: linear-gradient(180deg, #fff 43%, rgba(153, 153, 202, 0.79) 81%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  transform: rotate(-0.22deg);
  margin-bottom: 10px;
}

.div-user-select-none {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #34ff9d 50%, transparent 100%);
  margin-bottom: 20px;
}

.div {
  font-family: "Unbounded-Light", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 28px;
  color: #ffffff;
  margin-bottom: 30px;
}

/* Optimising section with icon */
.optimising-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 600px;
}

.asset-2 {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.optimising-for-every {
  font-family: "Unbounded-Medium", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  transform: rotate(-0.22deg);
  margin: 0;
}

/* Socials group image */
.img {
  width: 350px;
  max-width: 90vw;
  height: auto;
  object-fit: contain;
  margin-top: 20px;
}

/* Right image container */
.container-2 {
  flex: 1;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.seo-word-png-sticker {
  width: 100%;
  max-width: 580px;
  height: auto;
  object-fit: contain;
}

/* Responsive */
@media (max-width: 1024px) {
  .container {
    flex-direction: column;
    margin: 100px 20px 20px 20px;
    max-width: 90vw;
  }

  .container-1,
  .container-2 {
    max-width: 100%;
  }

  .search-engine {
    font-size: 40px;
    text-align: center;
  }

  .optimising-wrapper {
    justify-content: center;
  }

  .optimising-for-every {
    font-size: 18px;
    text-align: center;
  }

  .img {
    width: 80vw;
    margin: 0 auto;
  }
}

@media (max-width: 600px) {
  .search-engine {
    font-size: 30px;
  }

  .div {
    font-size: 15px;
    padding: 0 10px;
    text-align: center;
  }

  .optimising-wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .asset-2 {
    width: 30px;
    height: 30px;
  }

  .optimising-for-every {
    font-size: 16px;
    text-align: center;
  }

  .img {
    width: 90vw;
  }

  .container {
    margin: 80px 10px 20px 10px;
  }
}
