:root {
  --custom-bg: #02011e;
  --custom-font: #fff;
}
body {
  color                      : var(--custom-font);
  background-color           : var(--custom-bg);
}
.btn-custom-violet, 
.scroll .btn-custom-violet, 
.white-color .btn-custom-violet,
.custom-violet-hover:hover, 
.scroll .custom-violet-hover:hover, 
.white-color .custom-violet-hover:hover {
  color: #fff!important;
  background-color: #9400d3!important;
  border-color: #9400d3!important;
}

.unselect-language{
  display: none !important;
}
.wsmenu  .wsmenu-list  select {
  background: none;
  border: none;
  color: #fff;
  display: block;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0px 7px;
  padding: 24px 15px;
  cursor: pointer;
  text-decoration: none;
}
.wsmenu  .wsmenu-list  select:focus-visible{
  outline: none;
}
.wsmenu  .wsmenu-list  select  option{
  color: #2c3e50;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 0;
}
.tra-menu.navbar-light .scroll .wsmenu  .wsmenu-list  select{
  color: #463853;
}
.home-video-section{
  position: relative;
}
@media (max-width: 991.98px){ 
  .home-video-section{
    margin-top: 80px;
  }
}
.video-bg-image{
  background-image: linear-gradient(45deg, #1a1a1a, #363636);
  padding: 10px
}
.nav-tabs.broadcasters-tab .nav-link:focus, .nav-tabs .nav-link:hover{
  isolation: isolate; /* ?? */
  border: none;
}
.nav-tabs.broadcasters-tab .nav-link {
  border: none;
  color: #fff;
}
.broadcasters-tab .nav-link:focus, .broadcasters-tab  .nav-link:hover{
  color: #00c3ed;
}
.nav-tabs.broadcasters-tab .nav-item.show .nav-link, .nav-tabs.broadcasters-tab .nav-link.active {
  color: #00c3ed;
  background-color: transparent;
  border: none;
}

:root {
  --playlist-primary: #fbfcfc;
  --playlist-active: #f1f1f1;
  --playlist-secondary: #767777;
  --playlist-grey: #8a8b8b;
  --playlist-b-pad: 10px;
  --playlist-s-pad: 5px;
  --playlist-bg: rgb(50, 50, 50);
}

a.channel {
  color: inherit;
  text-decoration: none;
}
a.channel:hover {
  text-decoration: underline;
}

.title {
  color: var(--playlist-secondary);
  font-size: 15px;
  font-weight: bold;
}
.sub-title {
  color: var(--playlist-grey);
  font-size: 13px;
}
.icon-active {
  filter: sepia(100%) hue-rotate(150deg) saturate(400%);
}

#playlist {
  display: flex;

}

#video-dis {
  flex: 6.5;
  margin-right: 20px;
  background: black;
}
#video-dis iframe {
  width: 100%;
  height: 100%;
}
.video-li {
  flex: 3.5;
  display: flex;
  padding: var(--playlist-b-pad);
  border-radius: 3px;
  flex-direction: column;
  background: var(--playlist-primary);
}
.li-collapsed {
  overflow: hidden;
  height: 40px;
}
#vli-info {
  flex: 3;
  padding: 0 var(--playlist-b-pad) 0 var(--playlist-b-pad);
}

#upper-info {
  display: flex;
}

#li-titles {
  flex: 9;
}
#li-titles div {
  padding-bottom: 5px;
}

#drop-icon {
  flex: 1;
  cursor: pointer;
  background: url(https://user-images.githubusercontent.com/50569315/118832584-92350500-b8e2-11eb-8398-9a90a4615b98.png)
    no-repeat center;
  background-size: 50%;
}

#lower-info {
  display: flex;
  padding-top: var(--playlist-b-pad);
}
#lower-info div {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
#btn-repeat {
  margin-right: var(--playlist-b-pad);
  background: url(https://user-images.githubusercontent.com/50569315/118832591-93663200-b8e2-11eb-8b98-3b177304b555.png)
    no-repeat left;
  background-size: 50%;
}
#btn-suffle {
  margin-right: var(--playlist-b-pad);
  background: url(https://user-images.githubusercontent.com/50569315/118832597-93fec880-b8e2-11eb-9146-f978064eddb1.png)
    no-repeat left;
  background-size: 45%;
}
#btn-save {
  margin-left: auto;
  order: 2;
  right: 10px;
  margin-right: var(--playlist-b-pad);
  background: url(https://user-images.githubusercontent.com/50569315/118832594-93fec880-b8e2-11eb-8201-12cb52be231f.png)
    no-repeat right;
  background-size: 60%;
}

#vli-videos {
  flex: 7;
  overflow: auto;
}

.video-con {
  display: flex;
  cursor: pointer;
  padding: var(--playlist-s-pad);
  column-gap: var(--playlist-s-pad);
  margin-bottom: var(--playlist-b-pad);
}
.video-con:hover,
.active-con {
  background: var(--playlist-active);
}
.index {
  min-width: 15px;
  align-self: center;
}
.thumb {
  width: 100px;
  height: 60px;
  background: var(--playlist-secondary);
}
.thumb img {
  width: 100%;
}
.v-titles {
  flex: 6;
}
.v-titles div:nth-child(2) {
  margin-top: var(--playlist-s-pad);
}

@media only screen and (max-width: 1150px) {
  #playlist {
    width: 95vw;
    height: 60vh;
  }
}
@media only screen and (max-width: 950px) {
  #playlist {
    width: 50vw;
    margin: 0 auto;
    display: block;
    align-items: center;
  }
  #video-dis {
    margin-bottom: var(--playlist-b-pad);
    width: 100%;
    height: 300px;
  }
}
@media only screen and (max-width: 800px) {
  #playlist {
    width: 60vw;
  }
}
@media only screen and (max-width: 650px) {
  #playlist {
    width: 80vw;
  }
}
.font-size-14{
  font-size: 14px;
}
.font-size-18{
  font-size: 18px;
}
.font-size-20{
  font-size: 20px;
}
.font-size-24{
  font-size: 24px;
}
.font-size-48{
  font-size: 48px;
}
.fbox-wrapper{
  margin-bottom: 1.5rem;
}
.fbox-wrapper img{
  height: 280px;
  width: auto;
  object-fit: cover;
}

#hero-4-custom {
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/custom/ctv-advertising.jpg);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: top;
}

.channels-row{
  justify-content: center;
  margin: 2rem 0.5rem;
  padding: 1rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 15px 0px rgba(0, 193, 237, 0.5);
}
.channel-group-name{
  display: flex;
  align-items: center;
  height: 100%;
  font-weight: 500;
  font-size: 1.25rem;
}
.top-hero{
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: top;
}
#hero-2-custom{
  position: relative;
  z-index: 3;
  /* background-image: url(../images/hero-2.jpg); */
  padding-top: 150px;
  margin-bottom: 50px;
}
.font-size-32{
  font-size: 32px;
}
.rounded-16{
  border-radius: 16px;
}
#epg-hero{
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/custom/epg-hero.jpg);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: top;
}
#analytics-hero{
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/analytics/banner.png);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: bottom;
}
#analytics-hero::before{
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
}
#lg-ad-solutions-hero{
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lg-ad-solutions/banner.png);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: bottom;
}
#lg-ad-solutions-hero::before{
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
}
#contact-hero{
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/custom/contact-hero.jpg);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: right;
  background-position-y: center;
}
#awards-hero{
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  height: 100vh;
}
.green-key, .red-key, .yellow-key, .blue-key{
  position: relative;
  margin-left: 64px;
  margin-top: 32px;
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.red-key::before, .green-key::before, .yellow-key::before, .blue-key::before{
  content: '';
  display: inline-block;
  position: absolute;
  width: 48px;
  height: 32px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  top: 50%;
  transform: translateY(-50%);
  left: -64px;
}

.red-key::before{
  background-color: #f5352d;
}
.green-key::before{
  background-color: #31ac87;
}
.yellow-key::before{
  background-color: #ebcc3c;
}
.blue-key::before{
  background-color: #3e86d6;
}
.bg-dark-layer{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.ctv-statistics{
  position: relative;
  background-image: linear-gradient(45deg, rgba(54, 21, 84, 0.7), rgba(54, 21, 84, 0.7)), url(../images/custom/ctv-advertising.jpg);
  background-position: center;
  background-size: cover;
}
#hero-ad-technology{
  position: relative;
  z-index: 3;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/custom/remote-control.jpg);
  padding-top: 160px;
  padding-bottom: 100px;
}
#hero-brand-effect{
  position: relative;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../images/lg-ad-solutions/banner.png);
  padding-top: 160px;
  padding-bottom: 50px;
  background-position-x: left;
  background-position-y: bottom;
}
#hero-brand-effect::before{
  position: absolute;
  content: "";
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0px;
}

/* Laptop Frame Style */
.laptop-frame {
  position: relative;
  width: 100%;
  padding: 12px;
  background: linear-gradient(to bottom, #2c2c2c 0%, #1a1a1a 100%);
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.laptop-frame::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: #444;
  border-radius: 2px;
}


.laptop-screen {
  position: relative;
  width: 100%;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
}

.laptop-screen img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.btn-custom-pink, 
.scroll .btn-custom-pink, 
.white-color .btn-custom-pink{
  color: #fff!important;
  background-color: #e41386!important;
  border-color: #e41386!important;
}
.btn-custom-yellow, 
.scroll .btn-custom-yellow, 
.white-color .btn-custom-yellow{
  color: #fff!important;
  background-color: #e8cd00!important;
  border-color: #e8cd00!important;
}
.btn-custom-green, 
.scroll .btn-custom-green, 
.white-color .btn-custom-green{
  color: #fff!important;
  background-color: #74e000!important;
  border-color: #74e000!important;
}
.btn-custom-blue, 
.scroll .btn-custom-blue, 
.white-color .btn-custom-blue{
  color: #fff!important;
  background-color: #39b3e2!important;
  border-color: #39b3e2!important;
}

.btn-custom-dark-blue, 
.scroll .btn-custom-dark-blue, 
.white-color .btn-custom-dark-blue{
  color: #fff!important;
  background-color: #0d6efd!important;
  border-color: #0d6efd!important;
}

.tab-video-wrapper{
  width: 100%;
  height: 360px;
  background-image: linear-gradient(45deg, #1a1a1a, #363636);
  position: relative;
  margin-bottom: 64px;
}
.tab-video-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.tab-video-wrapper::after{
  content: "";
  background-image: url(../images/custom/tv-stand.png);
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.banner-img-wrapper{
  width: 100%;
  height: auto;
  background-image: linear-gradient(45deg, #1a1a1a, #363636);
  position: relative;
  margin-bottom: 64px;
}
.banner-img-wrapper iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.banner-img-wrapper::after{
  content: "";
  background-image: url(../images/custom/tv-stand.png);
  position: absolute;
  bottom: -36px;
  left: 50%;
  transform: translateX(-50%);
  width: 240px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mt-100{
  margin-top: 100px;
}
.banner-type-img{
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: cover;
}
.performance-metric{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.banner-type-tabs .banner-type, .landing-type-tabs .tv-ad-type{
  display: block;
}
.banner-type h5, .tv-ad-type h5{
  margin-bottom: 0px;
}
#tabs-2 .tabs-1 li.banner-type, #tabs-2 .tabs-1 li.tv-ad-type{
  padding: 20px;
}

@media  (max-width: 991.95px) {
  .banner-type, .tv-ad-type{
    padding: 10px;
  }
  .banner-type h5, .tv-ad-type h5{
    margin-bottom: 0px;
  }
  #tabs-2 .tabs-1 li.banner-type, #tabs-2 .tabs-1 li.tv-ad-type{
    padding: 10px;
  }

} 
#tabs-2 .tabs-1 li:hover{
  border-color: #00c3ed !important;
}
.samsung-case-wrapper{
  position: relative;
}
.samsung-case-wrapper .tv-keys{
  position: absolute;
  bottom: 0;
  left: 75%;
  transform: translateX(-50%);
  width: max-content;
}
.samsung-case-wrapper .green-key, .samsung-case-wrapper .red-key, .samsung-case-wrapper .yellow-key, .samsung-case-wrapper .blue-key{
  margin-top: 12px;
}
@media  (max-width: 991.98px) {
  .samsung-case-wrapper .tv-keys{
    position: relative;
    bottom: initial;
    left: 50%;
    transform: translateX(-50%);
  }
} 
.award-color{
  color: #ffca7c;
}
.award-video-btn{
  color: #ffca7c;
}
.award-video-btn:hover {
  color: #fff
}
.language-link{
  display: flex !important;
  align-items: center;
}
.language-link img{
  width: 20px;
  height: auto;
  margin-right: 6px;
}
.header-flag{
  width: 20px;
  height: auto;
  margin-right: 6px;
}
.home-award-content{
  height: 100%;
  display: flex;
  flex-direction: column;
}
.home-award-content a{
  margin-top: auto
}
#blog-page .blog-post-img{
  max-height: 210px;
}
#blog-page .blog-post-img.featured-blog-img{
  max-height: initial;
}
.award-img {
  max-height: 300px;
}
.forecast-logo {
  width: 60px;
  height: auto;
}
.analytics-count {
  border: 1px solid #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-radius: 12px;
  background: linear-gradient(90deg, #39B0E0 0%, #E3D00E 48%, #DF1283 100%);
  background-repeat: no-repeat;
  background-size: 100% 5px;
  background-position: top;
}
.analytics-icon {
  font-size: 32px;
  padding: 12px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.15);
  margin-bottom: 1rem;
}
.analytics-designed-card {
  border-radius: 12px;
  padding: 36px 24px;
  border: 1px solid #a1a1a1;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.solution-card-link:hover .analytics-designed-card {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.solution-card-link {
  cursor: pointer;
}

.analytics-statistic {
  background-color: #0B0A2A;
}
.analytics-statistic-count {
  background: linear-gradient(90deg, #39B0E0 0%, #FF008D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.custom-pink-color {
  color: #E41386;
}