
.inline-hero .gradiant {
  width: 368px;
  position: absolute;
  margin: 0 !important;
  top: 368px;
  left: 0px;
  background: var(--gradiant-color);
  height: 892px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  z-index: 0;
}

.inline-hero .gradiant1 {
  width: 368px;
  position: absolute;
  margin: 0 !important;
  top: 368px;
  left: 0px;
  background: var(--gradiant-color);
  height: 892px;
  transform: rotate(-90deg);
  transform-origin: 0 0;
  z-index: 1;
}

.inline-hero .image {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  left: 0%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inline-hero .property-1desktop-inner {
  position: absolute;
  width: 480px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  box-sizing: border-box;
  gap: 8px;
  top: 80px;
}

.inline-hero.property-1desktop {
  overflow: hidden;
  position: relative;
  height: 368px;
  text-align: left;
  font-size: 40px;
  color: var(--background-color-white);
  padding: 0px 160px;
}

.inline-hero .main-text-container {
  width: 100%;
  position: relative;    
  z-index: 1;   
}

.inline-hero .main-container-content{
  font-size: 36px;
  letter-spacing: 0.08em;
  line-height: 120%;
  text-transform: uppercase;
  display: inline-block;
  color: var(--background-color-white);
  text-align: left;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 16px;
  border-left: 6px solid var(--logo-background-color);
}

.inline-hero .textparagraph {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  color: var(--background-color-white);
  z-index: 1;
  font-weight: 600;
}

.inline-hero .inline-buttons a {
  position: relative;
  display: block;
  border-radius: 4px;
  background: var(--button-background);
  border: 1px solid var(--logo-background-color);
  box-sizing: border-box;
  height: 32px;
  overflow: hidden;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 4px 24px;
  text-align: center;
  font-size: 14px;
  color: var(--background-color-black);
  z-index: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
}


.inline-hero .cta-arrow {
  display: none;
}

@media screen and (max-width: 1023.9px) {
  .inline-hero .gradiant {
      width: 100%;
      position: absolute;
      margin: 0 !important;
      top: 40px;
      left: 0px;
      background: var(--mobile-gradiant-color);
      height: 208px;
      z-index: 0;
      transform: rotate(0deg);
  }

  .inline-hero .gradiant1 {
      width: 100%;
      position: absolute;
      margin: 0 !important;
      top: 40px;
      left: 0px;
      background: var(--mobile-gradiant-color);
      height: 208px;
      z-index: 1;
      transform: rotate(0deg);
  }

  .inline-hero .image {
      position: absolute;
      top: 0%;
      right: 0%;
      bottom: 0%;
      left: 0%;
      overflow: hidden;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top;
  }

  .image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .inline-hero.property-1desktop {
      position: relative;
      overflow: hidden;
      height: 248px;
      text-align: left;
      font-size: 24px;
      color: var(--background-color-white);
      padding: 0px;
  }

  .inline-hero .property-1desktop-inner {
      position: absolute;
      width: 100%;
      padding: 16px;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-end;
      box-sizing: border-box;
      gap: 8px;
      top: 0px;
      bottom: 0px;
      left: 0px;
  }

  .inline-hero .main-text-container {
      position: relative;
      text-align: left;
      z-index: 1;        
  }

  .inline-hero .main-container-content{
      font-size: 24px;
      letter-spacing: 1.92px;
      line-height: 120%;
      text-transform: uppercase;
      display: inline-block;
      font-weight: bold;
      color: var(--background-color-white);
      margin-top: 0px;
      margin-bottom: 0px;
      padding-left: 16px;
      border-left: 6px solid var(--logo-background-color);
   }

  .inline-hero .textparagraph {
      width: 311px;
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      justify-content: flex-start;
      text-align: left;
      font-size: 14px;
      color: var(--background-color-white);
      z-index: 1;
      font-weight: 600;
  }

  .inline-hero .inline-buttons {
      display: none;
  }

  .inline-hero .sub-text-container{
      display: flex;
  }

  .inline-hero .cta-arrow {
      display: block;
      position: absolute;
      right: 17px;
      bottom: 13px;
      z-index: 1;
  }
}