html {
  scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    background: #000;
    color: #fff;
}
ul,li{ margin: 0; padding:0;}
header {
    text-align: center;
    background: #FEF36E;
    color: #000;
    position: sticky;
    top: 0;
}
.logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo img {
    max-width: 90px;
}
span.logo-text {
    font-size: 20px;
    padding: 0 20px;
    border-left: #999 1px solid;
    margin-left: 20px;
}
nav {
    background: #1C1C1C;
    text-align: center;
}
ul,li{list-style: none;}
nav ul{ margin:0; padding:0; display: flex; justify-content: center; align-items: center;} 
nav ul li a{ color:#FEF36E; font-size: 18px; display: block; text-decoration: none; margin: 0 20px; padding:10px 0}
.yello-wrap {
    background: #FEF36E;
    text-align: center;
    padding: 10px 0;
    margin:40px 0;
}
.yello-wrap div{ display: flex; justify-content: center; align-items: center; color: #000;}
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 20px;
}

.hero-section {
    display: flex;
    gap: 20px;
    padding: 30px 0;
}
.hero-section img{ width: 100%;}
.watch-now {
    background: #000000 url(images/youtube.svg) no-repeat 4px center;
    width: 100%;
    border-radius: 20px;
    padding: 10px;
    color: #fff;
    background-size: 40px;
    font-size: 22px;
    display: block;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.left-section {
    background: #FEF36E;
    padding: 15px;
    border-radius: 10px;
}
.right-section {
    background: #EB3653;
    padding: 10px;
    border-radius: 10px;
}
section.yello-wrap img {
    max-width: 110px;
    float: left;
}
section.yello-wrap span{
    font-size: 34px;
    padding-left: 20px;
}

.heading h2 {
    color: #FEF36E;
    font-weight: 200;
    font-size: 53px;
    margin: 0;
    padding: 0;
}
section.box-block {
    display: flex;
    gap: 20px;
}

.youtube-logo img {
    width: 100%;
}

.video-img img {
    max-width: 290px;
}
.micro-img img {
    max-width: 100%;
}
section.micro-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.micro-block > div {
    width: 100%;
}
.upcoming-drama {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.screens {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.upcoming-drama img {
    max-width: 100%;
    border-radius: 20px;
}
section p {
    margin: 0;
    margin-bottom: 20px;
}
.youtube-logo img {
    max-width: 540px;
    margin-bottom: 20px;
}
.heading {
    margin-bottom: 20px;
}
.team-blocks {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}
.team-box img {
    max-width: 160px;
}
.team-box {
    display: flex;
    gap: 20px;
    background: #171717;
    padding: 20px;
    border-radius: 10px;
}
.team-box h3 {
    font-weight: 400;
    font-size: 23px;
    margin: 0;
    padding: 0;
}
.team-box p {
    font-size: 13px;
}
.profile-text {
    margin-bottom: 10px;
}
.team-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    color: #fff;
    opacity: .6;
}
.our-audience img {
    width: 100%;
}
footer {
    background: #FEF36E;
    text-align: center;
    margin-top: 70px;
}
.mini-logo img {
    max-width: 140px;
    margin-top: -70px;
}

.bottomlink {
    font-size: 12px;
    text-align: right;
    padding: 15px;
    opacity: .6;
    width: 100%;
    float: left;
    box-sizing: border-box;
}
footer li a {
    font-size: 22px;
    color: #000;
    text-decoration: none;
}
footer ul {
    margin-bottom: 40px;
    float: left;
    width: 100%;
}
footer {
    background: #FEF36E;
    text-align: center;
    margin-top: 70px;
    width: 100%;
    float: left;
}
section.team-mini-drama {
    margin-top: 90px;
    margin-bottom: 50px;
}
section.blue-bg {
    background: #6EC4FE;
    text-align: center;
    color: #000;
    padding:70px 0;
    width: 100%;
    float: left;
    height: calc(100vh - 100px);
}
.blue-bg .heading {
    margin-bottom: 50px;
}
section.blue-bg h2 {
    font-size: 42px;
    color: #000;
    font-weight: 400;
    margin-bottom: 30px;
}
section.brand-section {
    text-align: center;
    padding: 50px 0;
}
section.brand-section h2 {
    font-size: 48px;
    color: #FEF36E;
}
.brand-text p {
    font-size: 33px;
}
.heading p {
    font-size: 23px;
    font-weight: 300;
}
ul.list-3colom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.box-why img {
    max-width: 100%;
}
ul.list-3colom li {
    background: #000;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}
.text-heading {
    font-size: 19px;
}
.brand-img img {
    max-width: 100%;
}
ul.buzz-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
ul.buzz-wrapper img {
    max-width: 100%;
}
section.wrapper {
    width: 100%;
    float: left;
    padding: 30px 0;
}
.screens > div {
    border: #fff 2px solid;
    width: 100%;
    background: #fff;
    float: left;
    margin: 0 0 40px;
    border-radius: 10px;
    padding: 5px;
    box-sizing: border-box;
}
section {
    width: 100%;
    float: left;
}
.screen-frame-box-text {
    color: #000;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}
.yellow-bg {
    background: #FEF36E;
    width: 100%;
    height: calc(100vh - 100px);
    position: relative;
    overflow: hidden;
}
.content-inside img {
    max-width: 450px;
}
.content-inside {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -224px;
    margin-top: -208px;
}
.youtube-box {
    position: absolute;
    right: 40px;
    bottom: 40px;
}
.youtube-box img {
    max-width: 160px;
}
.left-why img {
    width: 100%;
}

.lg-font {
    width: 100%;
    float: left;
    margin-top: 50px;
    font-size: 28px;
    font-weight: bold;
}

@media only screen and (max-width: 680px) {
.screens {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.hero-section, .box-block {
    flex-direction: column;
}
.video-img {
    display: none;
}
section.micro-block {
    display: grid;
    grid-template-columns: auto;
}
section.yello-wrap span {
    font-size: 20px;
    padding-left: 20px;
}
section.yello-wrap img {
    max-width: 60px;
}
.heading h2 {
    font-size: 33px;
}
.team-box {
    display: flex;
    gap: 20px;
    background: #171717;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
}
.team-blocks {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto;
    gap: 20px;
    text-align: center;
}
ul.list-3colom {
    grid-template-columns: auto;

}
ul.buzz-wrapper {
    grid-template-columns: auto;

}
section.blue-bg{ height: auto;}
.content-inside img {
    max-width: 250px;
}
.content-inside {
    margin-left: -124px;
    margin-top: -98px;
}
section.brand-section h2 {
    font-size: 28px;
    color: #FEF36E;
}
.brand-text p {
    font-size: 24px;
}
}
@media only screen and (max-width: 480px) {
nav ul li a {
    font-size: 13px;
    line-height: 18px;
}
.hero-section {
    padding: 0;
}
span.logo-text {
    font-size: 13px;
}
    .heading h2 {
        font-size: 28px;
    }
    .logo img {
    max-width: 70px;
}
}