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

.samsung-h1{
  font-family: 'SamsungSharpSans-Bold',arial,sans-serif;
  font-size: 3.6rem;
  line-height: 1.2;
}

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

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

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

.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;
  line-height: 1.5;
}

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

/*  
.container{
    text-align: center;
}

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

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

.samsung-bootstrap-override .gr-container{
  text-align: center;
}

.samsung-bootstrap-override .gr-container-fluid{
  text-align: center;
}

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

.samsung-bootstrap-override .gr-container-lg{
  max-width: 1200px;
  width: 100%;
  text-align: center;
}

.samsung-col-lg-6 {
 width: 100%;
}
@media (min-width: 992px) {
 .samsung-col-lg-6 {
   width: 50%;
   float: left;
   padding-left: 1rem;
   padding-right: 1rem;
 }
}
/*  
.row {
  display: flex !important;
  flex-wrap: wrap;
 } 

.col-lg-6 img {
  display: block;
  width: 100%;
  height: auto;
}

.row > .col-lg-6 img {
  height: 100%;
  object-fit: cover;
}
*/
@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*
.gr-container.text-center {
  max-width: 960px;
  margin: 0 auto;
/* } */

/* Fix visibility rules for desktop image and mobile image */
@media screen and (max-width: 991px) {
  /* Show desktop image in stacked layout */
  .samsung-desktop-only {
    display: block !important;
  }
  /* Hide desktop image in columns if it's placed in col-lg-6 */
  .col-lg-6.samsung-desktop-only {
    display: none !important;
  }
  /* Hide mobile image above 768px */
  .samsung-mobile-only {
    display: none !important;
  }
  .img-mobile-full {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  /* Hide desktop image for small screens */
  .samsung-desktop-only {
    display: none !important;
  }
  .samsung-mobile-only {
    display: block !important;
  }
  .img-mobile-full {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
.gr-container--flush{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
}

.samsung-split-layout {
   display: flex;
   flex-wrap: wrap;
 }
 @media screen and (max-width: 991px) {
   .samsung-split-layout {
     display: block !important;
   }
 }

@media (max-width: 991px) {
    .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

    .flex {
        display: flex;
    }

    .col-basis {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

.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-button-dark{
    font-family: 'SamsungOne-400',arial,sans-serif;
    color:white;
    background-color: black;
    font-size: 1rem;
    border: 1px solid #000;
    text-decoration: none;
    padding: 16px 50px;
    border-radius: 40px;
    font-weight: 700;
    /* text-transform: uppercase; */
    margin: 0 auto;
    transition: all .25s;
  }
  
  .samsung-button-dark:hover{
    color: black;
    text-decoration: none;
    border-color: #363636;
    background-color: white;
  }

  .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-logo {
      max-width: 320px;
    }

    @media screen and (max-width: 768px) {
      .samsung-logo {
        max-width: 140px;
      }
        /* 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;
          line-height: 1.2;
        }

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

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

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