/* 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 !important;
  font-style: normal !important;
}

/* 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 !important;
  font-style: normal !important;
}

/* 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 !important;
  font-style: normal !important;
}

/* 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 !important;
  font-style: normal !important;
}

.samsung-h1{
font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
font-size: 3rem;
/* line-height: .8; */
}

.samsung-h2{
font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
font-size: 2.8rem;
}

.samsung-h3{
font-family: 'SamsungOne-400',arial,sans-serif;
}

.samsung-h4{
font-family: 'SamsungOne-400',arial,sans-serif;
font-size: 1.1rem;
}

.samsung-h5{
font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
font-size: 1.6rem;
}

.samsung-h6{  
font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
font-size: 1.1rem;
}

.samsung-p {
font-family: 'SamsungOne-400',arial,sans-serif;
}

.samsung-legal-copy{
  font-family: 'SamsungOne-400',arial,sans-serif;
  font-size: 0.8rem;
  color: #666;
}

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

.samsung-body .samsung-container{
  text-align: center;
}

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

.samsung-body .samsung-container-xl{
  max-width: 1440px;
  width: 100%;
  text-align: center;
}

.samsung-img-holder {
width: 100%;
margin: 0 auto 0 auto;
display: block;
max-width: 1440px;
}

.samsung-img-lrg {
width: 100%;
margin: 0 auto 0 auto;
display: block;
max-width: 1920px;
}

.samsung-img-model{
width: 100%;
margin: 0 auto 0 auto;
display: block;
max-width: 120px;
}

.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 .25s;
}

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

.samsung-footer-container{
width: auto;
max-width: 100%;
border-top: 1px solid #d4d4d4;
background-color: #f7f7f7;
display: block;
margin: 0 auto;
padding: 2rem 4rem;
}

.samsung-footer-container-inner{
width: auto;
max-width: 2200px;
margin: 0 auto;
}

/* 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; }


/* @media screen and (max-width: 1250px){
.samsung-legal-copy{
    font-size: 0.5rem;
}
} */

.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%;
  left:5%;
  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 .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 .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-special-container-right .samsung-h1,
.samsung-special-container-right-corner .samsung-h1 {
  font-size: 3.5rem;
}
.samsung-special-container-right-corner .for-business, .for-business {
  font-size: 2rem;
}

.samsung-special-container-right .samsung-h5-AI,
.samsung-special-container-right-corner .samsung-h5-AI {
  font-size: 2.5rem;
} 

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

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

.ai-logo-img {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1830px) {
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 3.2rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 2.9rem;
  }

  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 2.2rem;
  } 
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 2rem;
  }

}
@media screen and (max-width: 1340px) {
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 3rem;
  }
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1.8rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 2.8rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 2rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 1.8rem;
  }
  .ai-logo-img {
    width: 50px;
}
}
@media screen and (max-width: 1200px) {
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 2.5rem;
  }
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1.6rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 2.4rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 1.8rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 1.6rem;
  }
  .ai-logo-img {
    width: 40px;
  }
}
/* @media screen and (max-width: 1050px) {
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 2.2rem;
  }
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1.4rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 1.8rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 1.2rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 1.5rem;
  }
  .ai-logo-img {
    width: 35px;
  }
} */
@media screen and (max-width: 950px) {
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 2rem;
  }
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1.4rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 1.8rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 1.9rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 1.3rem;
  }
  .ai-logo-img {
    width: 35px;
  }
  .samsung-button-big{
    font-size: 13px;
    padding: 12px 20px;
  }
}

@media screen and (max-width: 768px) {

  .text-center-mobile {
    text-align: center;
  }

  .samsung-logo {
    max-width: 150px;
  }

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

  /* Sets REM size and therefore text size on mobile */
  .samsung-html{
    font-size: 13px;
  }

  .samsung-h1{
    font-size: 3rem;
  }

  .samsung-h2{
    font-size: 1.9rem;
  }

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


  .samsung-footer-container{
      padding: 2rem 2rem;
  }

  .samsung-divider-md{ height: 6rem; }

  /* center text on mobile only. Must be used with .samsung-'left,center,right'*/
  .samsung-sm-center{ text-align: center; }

  .samsung-img-model{
    max-width: 80px;
  }
  .ai-logo-img {
    width: 30px;
  }

  /* #videoContainer video {
    width: 100%;
  } */
  .video-container {
    width: 640px;
    height: 360px;
  }

  .samsung-special-container-left {
    top:18%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }
  .samsung-special-container-right {
    top: 18%;
    left: 50%;
    right: 50%;
    transform: translate(-50%, -50%);
    width: 100%
  }
  /* .samsung-special-container-right-corner {
    top: 25%;
    left: 0%;
    width: 100%
  } */

  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 3rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 3rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 2.2rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 480px) {
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1.2rem;
  }
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 2.8rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 2.8rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 2rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 2.3rem;
  }
  .samsung-button-big{
    font-size: 10px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 440px) {
  .samsung-special-container-right-corner {
    /* top: 70%; */
  }
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 2.4rem;
  }
  .samsung-special-container-left .samsung-h1 {
    font-size: 2rem;
  }
  .samsung-special-container-right .samsung-h5-AI,
  .samsung-special-container-right-corner .samsung-h5-AI {
    font-size: 1.6rem;
  }
  .samsung-special-container-left .samsung-h5-AI {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 400px) {
  .samsung-special-container-right-corner {
    /* top: 65%; */
  }
  .samsung-special-container-right .samsung-h1,
  .samsung-special-container-right-corner .samsung-h1 {
    font-size: 1.8rem;
  }
  .samsung-special-container-right-corner .for-business, .for-business {
    font-size: 1rem;
  }
}

.samsung-body {
  color: #212529;
}
.row-1027 .container.alpha.omega {
  max-width: 100%;
  padding: 0;
}
.gap-main-top {
  padding-top: 0;
}
.gap-main-bottom {
  height: 0;
}
.samsung-flex-row {
  display: flex;
  flex-wrap: wrap;
}
.samsung-col-md-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .samsung-col-md-6 {
  flex-basis: 100%;
  max-width: 100%;
  }
  }

.samsung-h4 {
  font-weight: normal !important;
  font-style: normal;
}

.promotional-tabs {
  display: flex;
  padding: 12px !important;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.tabs-container {
  display: flex;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  flex-wrap: nowrap;
  padding: 12px;
  overflow-x: auto;
}
.tabs-container {
  overflow-x: auto;
}

/* For WebKit browsers */
.tabs-container::-webkit-scrollbar {
height: 8px; /* Adjust the height to make it thinner */
}

.tabs-container::-webkit-scrollbar-track {
background: #f1f1f1; /* Customize the track color */
border-radius: 10px; /* Round corners */
}

.tabs-container::-webkit-scrollbar-thumb {
background: #888; /* Customize the thumb color */
border-radius: 10px; /* Round corners */
}

.tabs-container::-webkit-scrollbar-thumb:hover {
background: #555; /* Customize the thumb color on hover */
}

/* For Firefox */
.tabs-container {
  scrollbar-width: thin; /* Thinner scrollbar */
  scrollbar-color: #888 #f1f1f1; /* Customize thumb and track color */
}

/* Optional for consistent appearance in all browsers */
.tabs-container::-webkit-scrollbar-corner {
  background: #f1f1f1;
}

.p-tab {
  display: flex;
  padding: 16px 32px 16px 16px !important;
  align-items: center;
  gap: 16px;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.p-tab .tab-thumb-container {
  display: flex;
  width: 74px;
  height: 74px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.p-tab .tab-thumb-container img {
  max-width: 100%;
  max-height: 100%;
  transition: all 0.2s ease;
}
.p-tab p {
  display: flex;
  padding: 0px;
  margin: 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  align-self: stretch;
  border-radius: 4px;
  font-style: normal;
  line-height: normal;
  text-decoration: none;
}
.p-tab p span {
  font-family: "SamsungOne-400";
  display: block;
  transition: color 0.2s ease;
  line-height: 1.4rem;
  white-space: nowrap;
}
.p-tab p span:first-child {
  font-size: 14px;
  font-weight: normal;
}
.p-tab p span:last-child {
  font-size: 20px !important;
  font-family: 'SamsungOne-700',arial,sans-serif;
}
.p-tab.active,
.p-tab:hover {
  background-color: #f3f4f5 !important;
  box-shadow: 0px 2px 8px -4px rgba(0, 0, 0, 0.25) !important;
  text-decoration: none;
}
.p-tab.active p,
.p-tab:hover p,
.p-tab.active p span,
.p-tab:hover p span {
  color: #373737 !important;
}
a.p-tab:hover {
  text-decoration: none !important;
}

.p-tab.active p span:first-child, 
.p-tab:hover p span:first-child {
  font-variation-settings: "wght" 400 !important;
}

.p-tab:hover .tab-thumb-container,
.p-tab.active .tab-thumb-container {
  background-color: #ffffff !important;
  border: 1px solid #eeeeee;
}
.p-tab:hover .tab-thumb-container img,
.p-tab.active .tab-thumb-container img {
  transform: scale(1.1) !important;
}
/* Dark Theme Start */
.promotional-tabs.dark-theme {
  background-color: #000000;
}
.promotional-tabs.dark-theme .p-tab {
  background-color: #222;
  /* color: #e50000; */
}
.promotional-tabs.dark-theme .p-tab .tab-thumb-container {
  background-color: rgba(255, 255, 255, 0.2);
}
.promotional-tabs.dark-theme .p-tab p {
  color: #aaaaaa;
}