:root {
  --site-container: 100%;
}
@media (min-width: 768px) {
  :root {
    --site-container: 720px;
  }
}
@media (min-width: 992px) {
  :root {
    --site-container: 960px;
  }
}
@media (min-width: 1200px) {
  :root {
    --site-container: 1140px;
  }
}
@media (min-width: 1400px) {
  :root {
    --site-container: 1320px;
  }
}
@media (min-width: 1700px) {
  :root {
    --site-container: 1620px;
  }
}

.websima-first-content-section {
  /* width: 100%; */
  overflow: hidden;
  padding: 112px 0 90px 0;
}
.websima-first-content-grid-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  align-items: center;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .websima-first-content-content-side {
    padding-right: calc((100vw - var(--site-container)) / 2 + 10px);
    padding-left: 50px;
  }
  .websima-first-content-image-side {
    padding-left: 0;
    padding-right: 30px;
    margin-left: -25px;
  }
  .websima-first-content-floating-hologram {
    left: 57%;
  }
}

@media (min-width: 1600px) {
  .websima-first-content-grid-wrapper {
    max-width: var(--site-container);
    margin: 0 auto;
    direction: ltr !important;
  }
  .websima-first-content-content-side {
    direction: rtl;
    padding-left: 50px;
    padding-right: 15px;
    order: 2;
  }
  .websima-first-content-image-side {
    padding-left: 0;
    order: 1;
  }
  .websima-first-content-floating-hologram {
    left: 55%;
  }
}

.websima-first-content-title-area h2 {
  margin: 0;
}
.websima-first-content-image-inner {
  position: relative;
  width: 100%;
  max-height: 600px;
  border-radius: 20px;
  overflow: hidden;
}
.websima-first-content-image-inner img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.websima-first-content-floating-hologram {
  position: absolute;
  top: 3%;
  z-index: 5;
}

.is-clickable-video {
  cursor: pointer;
  transition: transform 0.3s ease;
}
.is-clickable-video:hover {
  transform: scale(1.05);
}

.websima-first-content-hologram-box {
  position: relative;
  width: clamp(80px, 10vw, 130px);
  height: clamp(80px, 10vw, 130px);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.websima-first-content-hologram-box i {
  font-size: clamp(25px, 3vw, 45px);
  color: #fff;
}
.websima-first-content-rotate-anim {
  position: absolute;
  width: 85% !important;
  height: 85% !important;
  animation: websima-first-content-spin 20s linear infinite;
  transform: translate(-50%, -50%);
}
.websima-first-content-btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 35px;
}

@media (max-width: 768px) {
    .websima-first-content-section {
  /* width: 100%; */
  overflow: hidden;
  padding: 64px 0 50px 0;
}
  .websima-first-content-grid-wrapper {
    grid-template-columns: 1fr;
  }
  .websima-first-content-content-side {
    text-align: center;
  }
  .websima-first-content-content-side .websima-first-content-image-side {
    position: relative;
    left: -25px;
    margin: 40px 0;
  }
  .websima-first-content-btns-wrapper,
  .websima-first-content-text {
    justify-content: center;
    padding: 0 25px !important;
  }
  .websima-first-content-floating-hologram {
    left: 63%;
  }
}
@keyframes websima-first-content-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (min-width: 768px) and (max-width: 1599px) {
  .is-image-right .websima-first-content-grid-wrapper {
    grid-template-columns: 1.1fr 1fr;
  }
  .is-image-right .websima-first-content-content-side {
    order: 2;
    padding-right: 50px;
    padding-left: calc((100vw - var(--site-container)) / 2 + 10px);
  }
  .is-image-right .websima-first-content-image-side {
    order: 1;
    margin-left: 0;
    margin-right: -25px;
    padding-right: 0;
    padding-left: 30px;
  }
  .is-image-right .websima-first-content-floating-hologram {
    left: auto;
    right: 57%;
    top: auto;
    bottom: 5%;
  }
}

@media (min-width: 1600px) {
  .is-image-right .websima-first-content-grid-wrapper {
    direction: rtl;
  }
  .is-image-right .websima-first-content-content-side {
    order: 1;
    padding-right: 50px;
    padding-left: 15px;
  }
  .is-image-right .websima-first-content-image-side {
    order: 2;
    padding-left: 0;
    padding-right: 0;
  }
  .is-image-right .websima-first-content-floating-hologram {
    left: auto;
    right: 55%;
    top: auto;
    bottom: 10%;
  }
}

@media (max-width: 768px) {
  .is-image-right
    .websima-first-content-content-side
    .websima-first-content-image-side {
    left: auto;
    right: -25px;
  }
  .is-image-right .websima-first-content-floating-hologram {
    left: auto;
    right: 63%;
    top: auto;
    bottom: 10%;
  }
}
.websima-first-content-image-side::before {
    content: "";
    position: absolute;
    bottom: 25px;
    right: 24%;
    width: 100px;
    height: 100px;
    background: transparent;
    border-radius: 50%;
    box-shadow: 0 0 100px 50px rgb(255 0 0 / 33%);
    z-index: -1;
    pointer-events: none;
}

/* ************* */

