/* .moodup .content .header{
    margin-bottom:24px;
} */
.content{
  width: 100%;
  max-width: 1500px;
  margin: 20px auto 0;
  background-color: #F6F3EB;
}

.mb-img {
  display: none;
}

@media only screen and (max-width: 769px) {
  .desktop-img {
    display: none !important;
  }

  .mb-img {
    display: block;
  }
}


@font-face {
  font-family: 'LG Smart UI';
  src: url('/content/dam/lge/au/migration/moodup/assets/fonts/LGSmartUI-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG Smart UI';
  src: url('/content/dam/lge/au/migration/moodup/assets/fonts/LGSmartUI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG Smart UI';
  src: url('/content/dam/lge/au/migration/moodup/assets/fonts/LGSmartUI-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LG Smart UI';
  src: url('/content/dam/lge/au/migration/moodup/assets/fonts/LGSmartUI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.banner-width {
  max-width: 81vw;
  margin: 0 auto;
}
@media (max-width:767px) {
  .banner-width {
    max-width: 100vw;
  }
}
.default-gap
{
  margin-top:80px;
}
@media (max-width:767px) {
.default-gap
{
  margin-top:50px;
}
}
.join-experience
{
  display: flex;
  justify-content: center;
  text-align: center;
}
.container h1
{
  font-size: 40px;
  line-height: 40px;
}
@media (max-width:576px) {
  .container h1 {
    font-size: 24px;
  }
  
}
.horizontalline
{
  border: solid 2px #e9e6df;
}


.flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 100px auto 0;
}

.flex-item {
  flex-basis: 23%;
  margin-bottom: 20px;
  text-align: start;
}

.flex-item hr {
  border: 0;
  border-top: 2px solid #e9e6df;
  margin-bottom: 10px;
}

.flex-item img {
  max-width: 50px;
  height: auto;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
.flex-item img {
  max-width: 100px;
  margin-left: -20px;
  margin-bottom: 0px;
}
}

.flex-item h3 {
  font-size: 1.2rem;
  margin-bottom: 10px;
}

.flex-item p {
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width:576px) {
  .flex-container {
    margin: 41px auto 0;
  }

  .flex-item h3 {
    font-size: 32px;
    letter-spacing: -0.6px;
    line-height: 40px;
  }

  .flex-item p {
    font-size: 18px;
    letter-spacing: -0.34px;
    line-height: 24px;
   }
}

/* Media queries */

/* For devices with a maximum width of 768px (i.e. mobile devices) */
@media only screen and (max-width: 768px) {
  .flex-item {
    flex-basis: 100%;
  }
}

/* For devices with a minimum width of 769px (i.e. larger devices) */
@media only screen and (min-width: 769px) {
  .flex-item {
    flex-basis: calc(25% - 60px);
    margin-right: 20px;
  }
  
  /* Set the margin-right of the last flex item to 0 */
  .flex-item:last-child {
    margin-right: 0;
  }
}


.img-container {
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .img-container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.image-container {
  position: relative;
  width: 100%;
  /* height: 500px; */
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .image-container {
    display: none;
  }
}

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

.content-container {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  width: 50%;
  max-width: 500px;
  text-align: left;
}

h2 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 20px;
}

.grey-text {
  color: #7E7C77;
  font-weight: 300;
  padding-bottom: 10px;
  display: inline-block;
}

p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .content-container {
    width: 80%;
    left: 10px;
  }
  
  h2 {
    font-size: 24px;
  }
  
  p {
    font-size: 14px;
  }
}

.img-container-wrapper {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: space-between;
  background: #000000;
  /* padding: 75px 25px 45px; */
  padding: 56px 32px 0px;
  border-radius: 20px;
}

@media (max-width:576px) {
  .img-container-wrapper {
    padding: 34px 16px 34px 24px;
  }
}

.text-div {
  flex-basis: 50%;
    color: #ffffff;
    margin: 0 30px;
    /* display: flex; */
    justify-content: center;
    display: flex;
    flex-direction: column;
}
.inner-text-div
{
  display: flex;
    flex-direction: column;
    gap: 20px;
}
.inner-text-div h1{
  font-size: 32px;
}

@media (max-width:576px) {
  .inner-text-div h1{
    font-size: 24px;
    letter-spacing: -0.45px;
    line-height: 32px;
  }

  .inner-text-div p{
    font-size: 15px;
    font-weight: 300;
    letter-spacing: -0.28px;
  }
}

.img-div {
  flex-basis: 50%;
}

@media (max-width: 768px) {
  .img-container-wrapper {
    flex-wrap: wrap;
  }
  
  .text-div {
    flex-basis: 100%;
    order: 2;
    margin: 30px;
  }
  
  .img-div {
    flex-basis: 100%;
    order: 1;
  }


}


@media (max-width:576px) {
  .img-container-wrapper .img-div {
    margin-bottom: -85px;
  }

  .text-div {
    margin: 0 0 30px;
  }
}
.red-button
{
  border-radius: 30px;
  background-color: #FD312E;
  color: white;
  height: 50px;
  width: 165px;
  border: none;
}


body {
  background-color: #f5f3eb;
}
.gif-wrapper {
  display: grid;
  column-gap: 20px;
}
@media(min-width:769px)
{
  .gif-wrapper {
    grid-template-columns: 2fr 1fr;
  }
}

@media (max-width:576px) {
  .gif-wrapper {
    grid-template-rows: 1fr 1fr;
  }
}


.gif-wrapper .gif-wrapper-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

@media (max-width:769px) {
  .gif-wrapper-1 {
    margin-bottom: 20px;
  }
}

.gif-wrapper .gif-wrapper-1 .img-box img {
  max-height: 290px;
  border-radius: 15px;
}
@media (max-width:576px) {
  .gif-wrapper .gif-wrapper-1 .img-box img {
    max-height: unset;
  }

  .gif-wrapper .gif-wrapper-1 .img-box-text {
    font-size: 32px;
    margin-bottom: 0;
    min-width: 300px;
  }
}

.gif-wrapper .gif-wrapper-1 .img-box div .tag {
  margin: 20px 0 0 20px;
  z-index: 2;
  position: absolute;
  margin-left: 5px;
  background-color: white;
  border-radius: 17px;
  background-color: rgba(255,255,255,0.3);
  padding: 3px 20px;
  color: #ffffff;
}

.gif-wrapper .gif-wrapper-2 {
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
  background-image: url('/content/dam/lge/au/migration/moodup/assets/img/lg-img.gif');
  /* background-image: url('/content/dam/lge/au/migration/moodup/assets/webfile/Module_3.webm'); */
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
}

.gif-wrapper .gif-wrapper-2 .img-box {
  padding: 85px 32px;
  text-align: left;
}

.gif-wrapper .gif-wrapper-2 .tag-text {
  color: #FFFFFF;
  font-size: 32px;
  line-height: 40px;
}

.gif-wrapper .gif-wrapper-2 .tag {
  margin: 20px 0 0 20px;
  z-index: 2;
  position: absolute;
  margin-left: 5px;
  background-color: white;
  border-radius: 17px;
  background-color: rgba(255,255,255,0.3);
  padding: 3px 20px;
  color: #ffffff;
}

@media (min-width:768px) {
  .image-container-mob
  {
    display: none;
  }
  
}
@media (max-width:576px) {
  .image-container
  {
    display: none;

  }
  .image-container-mob img{
    /* max-height: 517px;
    width: 576px; */
    height: auto;
  }
  
}


@media (max-width:576px) {
  .gif-wrapper {
    grid-template-rows: 1fr 1fr;
  }
  .gif-wrapper-1, .gif-wrapper-2 {
    width: 100%;
  }
}
.gif-wrapper .gif-wrapper-2 {
  position: relative;
}

.gif-wrapper .img-box .tag {
  width: 97px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.gif-wrapper .img-box .tag.__1 {
  background-color: rgba(255,255,255,0.3) !important;
}

.gif-wrapper .img-box .tag.__1,
.gif-wrapper .img-box .tag.__2{
  margin: 32px !important; 
}

.gif-wrapper .img-box .tag.__2,
.gif-wrapper .img-box .tag.__3{
  background-color: #F6F3EB !important;
  color: #FD312E !important;
}

.gif-wrapper .gif-wrapper-2 .tag {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background-color: rgba(255,255,255,0.3);
  padding: 3px 20px;
  border-radius: 17px;
  color: #ffffff;
}

.gif-wrapper .gif-wrapper-1 .img-box {
  position: relative;
}

.gif-wrapper .gif-wrapper-1 .img-box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 1;
}

.gif-wrapper .gif-wrapper-1 .img-box-text h3 {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}

.gif-wrapper .gif-wrapper-1 .img-box-text p {
  font-size: 32px;
  margin-bottom: 0;
}


.instaviewfridge {
  display: flex;
  justify-content: center;
  text-align: center;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 576px) {
  .instaviewfridge {
    max-width: 80%;
  }

  .instaviewfridge h1,
  .join-experience h1 {
    font-size: 24px;
    letter-spacing: -0.45px;
    line-height: 32px;
  }
}
.banner-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 46.25%; /* 16:9 aspect ratio */
}

@media only screen and (max-width: 769px) {
  .banner-wrapper {
    padding-top: 120%;
  }
}

@media only screen and (max-width: 768px) {
  .banner-wrapper {
    margin: 28px auto 62px;
  }
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius:25px;
}

.logo-left {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 1;
}

.logo-left img
{
  width:135px;
  height:auto;
}
.logo-right {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
@media (max-width:576px) {
  .logo-right img {
    width: 90px !important;;
  }
  .logo-left img 
  {
    width:80px;
  }
  .banner-content h1{
    font-size: 38px !important;
  }
}

.logo-right img{
  width:160px;
  height:auto;
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff;
  right: 10%;
}

@media (min-width:1023px) {
  .banner-content h1{
    font-size: 84px;
    font-weight: bold;
    letter-spacing: -1.57px;
    line-height: 86px;
  }
}

/* .banner-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
} */

.banner-content p {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

@media (max-width:576px) {
  .banner-content h1 {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
  
  .banner-content p {
    font-size: 18px;
    letter-spacing: -0.34px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}

.banner-content button {
  font-size: 1.25rem;
  padding: 1rem 2rem;
  border: none;
  background: #ffffff;
  color: #000000;
  cursor: pointer;
  transition: all 0.3s ease;
}

.banner-content button:hover {
  background: #000000;
  color: #ffffff;
}

.hashtag-prompt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* background-color: #f5f5f5; */
  padding: 20px;
  border-radius: 10px;
}

@media (max-width:576px) {
  .hashtag-prompt {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0 4px;
  }

  .hashtag-prompt h2 {
    font-size: 32px;
    letter-spacing: -0.6px;
    line-height: 56px;
  }
}

.left-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.left-section h2 {
  margin-top: 0;
  margin-bottom: 0;
}

.right-section button {
  border-radius: 25px;
  background-color: #E6E1D6;
  font-weight: bold;
  border: none;
  border-radius: 25px;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.right-section button:hover {
  background-color: #FD312E;
}

.tb_app_container
{
  min-height: 0!important;
}


.image-row {
  display: flex;
  justify-content: center;
  align-items: center;
}

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

@media (max-width:767px) {
.image-row img {
  height: 260px;
}

}
.image-half-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.image-half-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  background-image: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transform-origin: left;
  transform: scaleX(0.5);
}


.image-row img{
  width: 100%;
}

.image-half-wrapper.left-img {
  margin-left: -55px;
}

.image-half-wrapper.right-img {
  margin-right: -83px;
}

.image-row .img-full {
  /* max-width: 388px; */
  max-width: 70vw;
  margin: 0 auto;
  display: inherit;
  /* width: 100%; */
}

.image-row .img-full video {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .image-row .img-full {
    max-width: 100%;
  }
  .image-row .img-full video {
    width: 200%;
    margin: -20px 0 -20px -50%;
  }
}

.image-row .side-img {
  max-width: 350px;
  margin: 0 auto;
  display: inherit;
}

.image-row .side-img img {
      max-width: 80%;
      margin: 0 auto;
  }


@media only screen and (min-width: 768px) {
  /* .image-row img {
    width: 20%;
  } */
  
  .image-half-wrapper {
    width: 10%;
  }
  
  .image-half-wrapper::before {
    width: 400%;
    transform: scaleX(0.25);
  }
}





