/* Legal copy */
@font-face {
  font-display: swap;
  src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-400.woff2)
    format('woff2');
  font-family: 'SamsungOne-400';
  font-weight: normal;
  font-style: normal;
}

/* Body copy */
@font-face {
  font-display: swap;
  src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungOne-700.woff2)
    format('woff2');
  font-family: 'SamsungOne-700';
  font-weight: bold;
  font-style: normal;
}

/* Sub headings */
@font-face {
  font-display: swap;
  src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2)
    format('woff2');
  font-family: 'SamsungSharpSans-Medium';
  font-weight: normal;
  font-style: normal;
}

/* Headings */
@font-face {
  font-display: swap;
  src: url(https://www.samsung.com/etc.clientlibs/samsung/clientlibs/consumer/global/clientlib-common/resources/fonts/SamsungSharpSansBd.woff2)
    format('woff2');
  font-family: 'SamsungSharpSans-Bold';
  font-weight: bold;
  font-style: normal;
}

figure {
  margin-bottom: 0; /* Removes the bottom margin */
}

/* Helpers */
/* Colours */
.samsung-b {
  font-weight: bold;
}
.samsung-black-bg {
  background-color: #000;
}
.samsung-light-bg {
  background-color: #fff;
}
.samsung-grey-bg {
  background-color: #363636;
}
.samsung-black-text {
  color: #000;
}
.samsung-light-text {
  color: #fff;
}

/* positioning */
.samsung-left {
  text-align: left;
}
.samsung-center {
  text-align: center;
}
.samsung-right {
  text-align: right;
}

/* Dividers */
.samsung-divider-sm {
  height: 2rem;
}
.samsung-divider-md {
  height: 8rem;
}
.samsung-divider-lg {
  height: 10rem;
}
.samsung-divider-xl {
  height: 20rem;
}

/* Show desktop-hide mobile */
.samsung-desktop-only {
  display: block;
}
.samsung-mobile-only {
  display: none;
}

.samsung-h5-AI {
  font-family: 'SamsungSharpSans-Bold', arial, sans-serif;
  font-size: 2.1rem;
  line-height: 0.8;
}

.container {
  text-align: center;
}

.container-fluid {
  text-align: center;
}

.samsung-button {
  font-family: 'SamsungOne-400', arial, sans-serif;
  color: #000;
  border: 1px solid #000;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 21px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 auto;
  transition: all 0.25s;
}

.samsung-button:hover {
  color: white;
  text-decoration: none;
  border-color: #000;
  background-color: #000;
}

.samsung-special-container-left {
  top: 50%;
  right: 62%;
  transform: translateY(-50%);
}
.samsung-special-container-right {
  top: 50%;
  left: 62%;
  transform: translateY(-50%);
}
.samsung-special-container-right-corner {
  top: 50%;
  right: 12%;
  transform: translateY(-50%);
}

.samsung-button-white {
  font-family: 'SamsungOne-700', arial, sans-serif;
  color: #000;
  background-color: #fff;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 700;
  margin: 0 auto;
  transition: all 0.25s;
}

.samsung-button-white:hover {
  color: #313131;
  background-color: #ddd;
  text-decoration: none;
}
.samsung-button-black {
  font-family: 'SamsungOne-700', arial, sans-serif;
  color: #fff;
  background-color: #000;
  font-size: 0.8rem;
  text-decoration: none;
  padding: 8px 25px;
  border-radius: 40px;
  font-weight: 700;
  margin: 0 auto;
  transition: all 0.25s;
}

.samsung-button-black:hover {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  text-decoration: none;
  border-color: #000;
}
.samsung-button-big {
  font-size: 1.1rem;
  padding: 16px 33px;
}

.samsung-logo {
  max-width: 250px;
}
.ai-logo-img {
  width: 60px;
}

@media screen and (max-width: 1340px) {
  .ai-logo-img {
    width: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .ai-logo-img {
    width: 40px;
  }
  .samsung-button-big {
    font-size: 1em;
    padding: 14px 25px;
  }
  .ai-logo-img {
    width: 40px;
  }
}
@media screen and (max-width: 991px) {
  .samsung-button-big {
    font-size: 0.8em;
    padding: 15px 20px;
  }
  .ai-logo-img {
    width: 25px;
  }
}

@media screen and (max-width: 768px) {
  .samsung-special-container-right-corner {
    right: 5%;
  }
  .text-center-mobile {
    text-align: center;
  }
  /* Show mobile-hide desktop */
  .samsung-desktop-only {
    display: none;
  }
  .samsung-mobile-only {
    display: block;
  }

  .samsung-button {
    font-size: 10px;
    padding: 5px 12px;
  }
  .samsung-button-big {
    font-size: 13px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 480px) {
  .samsung-button-big {
    font-size: 10px;
    padding: 10px 16px;
  }
  .ai-logo-img {
    width: 30px;
  }
}

@media screen and (max-width: 380px) {
  .ai-logo-img {
    width: 20px;
  }
}

.carousel-indicators {
  position: unset;
}
.carousel-indicators li {
  width: unset;
  height: unset;
  text-indent: unset;
  background-color: unset;
}
/* Style for text indicators ABOVE the carousel */
.custom-indicators {
  display: flex;
  justify-content: space-evenly;
  /* gap: 20px; */
}

#s-h1-auto {
  font-family: 'SamsungSharpSans-Bold', arial, sans-serif;
  line-height: 1.2;
  font-size: 60px;
}
@media screen and (max-width: 1440px) {
  #s-h1-auto {
    font-size: 4.16666667vw;
  }
}
@media only screen and (max-width: 767px) {
  /* #s-h1-auto {
      font-size: 8.88888889vw;
      line-height: 1.2;
  } */
}
#s-h5-auto-ai {
  margin-top: 19px;
  font-size: 32px;
}
@media screen and (max-width: 1440px) {
  #s-h5-auto-ai {
    margin-top: 1.31944444vw;
    font-size: 2.22222222vw;
  }
}
@media only screen and (max-width: 767px) {
  /* #s-h5-auto-ai {
      line-height: 1.33;
      margin-top: 3.61111111vw;
      font-size: 4.44444444vw;
  } */
}

/* title_s-48-30 */
.s-48-30 {
  font-size: 48px;
  line-height: 1.25;
  margin-bottom: 16px;
  word-wrap: break-word;
  font-family: 'SamsungSharpSans-bold', arial, sans-serif;
  font-weight: bold;
}
/* des_s-18-14 */
.s-18-14 {
  font-size: 18px;
  line-height: 1.33;
}
/* s-12-legal */
.s-12-legal {
  font-size: 12px;
  line-height: 1.33;
  font-family: 'SamsungOne-400', arial, sans-serif;
  color: #666;
  margin: 0;
}
@media screen and (max-width: 1440px) {
  .s-48-30 {
    font-size: 3.33333333vw;
  }
  .s-18-14 {
    font-size: 1.25vw;
  }
  .s-12-legal {
    font-size: 0.83333333vw;
  }
}
@media only screen and (max-width: 767px) {
  .s-48-30 {
    font-size: 8.33333333vw;
  }
  .s-18-14 {
    font-size: 3.88888889vw;
  }
  .s-12-legal {
    font-size: 3.33333333vw;
  }
}

.s-nav-font {
  font-size: 14px;
  line-height: 1.33;
}

@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .s-nav-font {
    font-size: 0.97222222vw;
  }
}

@media only screen and (max-width: 767px) {
  .s-nav-font {
    font-size: 3.88888889vw;
  }
}
.samsung-logo {
  top: 10px;
  left: 10px;
  width: 250px; /* default size */
  z-index: 1;
}
/* For screens ≤ 1440px */
@media (max-width: 1200px) {
  .samsung-logo {
    width: 200px; /* shrink logo */
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width: 768px) {
  .samsung-logo {
    max-width: 150px;
  }
}
/* For screens ≤ 767px (mobile) */
@media (max-width: 500px) {
  .samsung-logo {
    width: 90px; /* smaller for mobile */
    top: 5px;
    left: 5px;
  }
}

.legal-copy-overlay {
  /* bottom: -8px; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
  width: 90%; /* keep some padding from edges */
  text-align: center;
  font-size: clamp(5px, 1.2vw, 14px); /* scales between 10px and 14px */
  color: #696969;
  opacity: 0.8;
  z-index: 2;
}
