.usd-section {
  position: relative;
  width: 100%;
  height: 100vh;
  background: #000000;
  overflow: hidden;
}

.usd-video-container {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.usd-bg-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.usd-overlay {
  position: absolute;
  inset: 0;
  background: #000000;
  opacity: 0.9;
  z-index: 2;
}

.usd-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
}

.usd-left {
  position: relative;
  width: 500px;
  height: 170px;
  top: 100px;
}

.usd-heading {
  font-family: "Gilda Display", serif;
  font-style: normal;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: 0.05em;
  color: #ffffff;
}

.usd-heading span {
  background: var(--text-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-weight: 600;
  display: inline-block;
}

.usd-center {
  position: absolute;
  width: 400px;
  height: 600px;
  left: calc(50% - 211px);
  top: 140px;
}

.usd-image-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.usd-image {
  position: relative;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  object-fit: contain;
  z-index: 2;
}

.usd-right {
  position: absolute;
  width: 430px;
  max-width: none;
  height: 500px;
  right: 0px;
  top: 400px;
  padding-bottom: 0;
  padding-left: 21px;
  gap: 36px;
}

.usd-right p {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: 0.05em;
  color: #ffffff;
  text-align: left;
  text-indent: 50px;
}

@media (max-width: 1400px) {
  .usd-left {
    width: 450px;
  }

  .usd-heading {
    font-size: 38px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }

  .usd-center {
    position: absolute;
    width: 350px;
    height: 500px;
    left: calc(50% - 195px);
    top: 150px;
    margin: 0;
    align-items: center;
  }

  .usd-image-box {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .usd-image {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .usd-right {
    position: absolute;
    width: 400px;
    top: 350px;
    padding: 0;
    gap: 25px;
  }

  .usd-right p {
    font-size: 18px;
    line-height: 160%;
  }
}

@media (max-width: 1200px) {
  .usd-center {
    width: 300px;
    height: 457px;
    left: calc(50% - 260px);
    top: 220px;
  }

  .usd-image-box {
    width: 100%;
    height: 100%;
    left: 0;
  }

  .usd-image {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }
}

@media (max-height: 600px) {
  .usd-left {
    position: relative;
    width: 450px;
    height: 170px;
    top: 90px;
  }

  .usd-heading {
    font-size: 30px;
  }

  .usd-center {
    width: 250px;
    height: 500px;
    left: calc(50% - 230px);
    top: 170px;
  }

  .usd-right {
    width: 425px;
    height: 500px;
    right: 0px;
    top: 300px;
  }

  .usd-right p {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .usd-section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0 60px;
    overflow-y: auto;
  }

  .usd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 30px;
    height: auto;
  }

  .usd-left {
    position: relative;
    width: 100%;
    height: auto;
    top: 10px;
    text-align: center;
  }

  .usd-heading {
    font-size: 32px;
    text-align: center;
  }

  .usd-center {
    position: relative;
    width: 280px;
    height: 400px;
    left: auto;
    top: 0;
    margin: 0 auto;
  }

  .usd-image-box {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: visible;
  }

  .usd-image {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .usd-right {
    position: relative;
    width: 576px;
    height: auto;
    right: auto;
    top: 20px;
    padding: 0;
    text-align: left;
  }

  .usd-right p {
    font-size: 18px;
    text-align: left;
    text-indent: 30px;
  }
}


/* for Ipad Air */
@media (max-width:991px) and (min-height:1024px) {
  .usd-section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0 60px;
    overflow-y: auto;
  }

  .usd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 47px;
    height: auto;
    margin-top: -52px;
  }

  .usd-left {
    position: relative;
    width: 100%;
    height: auto;
    top: 10px;
    text-align: center;
  }

  .usd-heading {
    font-size: 32px;
    text-align: center;
  }

  .usd-center {
    position: relative;
    width: 280px;
    height: 400px;
    left: auto;
    top: 0;
    margin: 0 auto;
  }

  .usd-image-box {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: visible;
  }

  .usd-image {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .usd-right {
    position: relative;
    width: 576px;
    height: auto;
    right: auto;
    top: 20px;
    padding: 0;
    text-align: left;
  }

  .usd-right p {
    font-size: 24px;
    text-align: left;
    text-indent: 30px;
  }
}

/* for Ipad Mini */
@media (max-width:769px) and (min-height:1024px) {
  .usd-section {
    height: auto;
    min-height: 100vh;
    padding: 100px 0 60px;
    overflow-y: auto;
  }

  .usd-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 30px;
    height: auto;
    margin-top: -52px;
  }

  .usd-left {
    position: relative;
    width: 100%;
    height: auto;
    top: 10px;
    text-align: center;
  }

  .usd-heading {
    font-size: 32px;
    text-align: center;
  }

  .usd-center {
    position: relative;
    width: 280px;
    height: 400px;
    left: auto;
    top: 0;
    margin: 0 auto;
  }

  .usd-image-box {
    width: 100%;
    height: 100%;
    left: 0;
    overflow: visible;
  }

  .usd-image {
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
  }

  .usd-right {
    position: relative;
    width: 576px;
    height: auto;
    right: auto;
    top: 20px;
    padding: 0;
    text-align: left;
  }

  .usd-right p {
    font-size: 20px;
    text-align: left;
    text-indent: 30px;
  }

}

@media (max-width: 576px) {
  .usd-container {
    gap: 0px;
  }

  .usd-heading {
    font-size: 25px;
    text-align: center;
  }

  .usd-left {
    top: 0px;
  }

  .usd-center {
    width: 200px;
    height: 300px;
  }

  .usd-right {
    width: 350px;
    padding: 0 10px;
  }

  .usd-right p {
    font-size: 14px;
    text-align: left;
    text-indent: 30px;
  }

  .usd-overlay {
    opacity: 0.9;
  }
}

@media (max-width:576px) and (max-height:750px){
  .usd-right p{
    font-size: 13px;
    text-align: left;
    text-indent: 30px;
  }

 .usd-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        margin-top: -78px;
    }

}