/* Start Reset */
h1,
h2,
h3,
h4,
p {
    margin: 0;
}

button {
    cursor: pointer;
}

a {
    cursor: pointer;
}

/* End Reset */

/* Start Fonts */
@font-face {
    font-family: "OpenSans";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "ArialMT";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/arialmt.ttf") format("truetype");
}

@font-face {
    font-family: "Asap-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Asap-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeWP";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/SegoeWP.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeWP-Light";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/segoe-wp-light.ttf") format("truetype");
}

@font-face {
    font-family: "SegoeUI-Bold";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Segoe\ UI\ Bold.woff") format("woff");
}

@font-face {
    font-family: "SegoeUI";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Segoe\ UI.woff") format("woff");
}

@font-face {
    font-family: "SegoeUI-Light";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/segoeuil.ttf") format("truetype");
}

@font-face {
    font-family: "LucidaSans-Italic";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/Lucida\ Sans\ Italic.ttf") format("truetype");
}

@font-face {
    font-family: "PTSans-Regular";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/PTSans-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "PTSans-NarrowBold";
    font-style: normal;
    font-weight: normal;
    src: url("assets/fonts/PTSansNarrow-Bold.ttf") format("truetype");
}

/* End Fonts */

body {
    margin: 0;
}

/* Start Header */
.header-bg {
    background-image: url(assets/header-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    max-width: 1020px;
    margin: 0 auto;
}

.logo,
.back-logo {
    height: calc(1.875rem + ((1vw - 3.6px) * 5.7447));
}

header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.9rem 0 3.2rem 0;
}

.h-logo,
.f-logo {
    display: flex;
    color: white;
    align-items: center;
}

.h-logo h1 {
    font-size: calc(1rem + ((1vw - 3.6px) * 2.6596));
    padding-left: 0.6rem;
    padding-top: 0.6rem;
    font-family: "LucidaSans-Italic";
    text-transform: uppercase;
}

.back-logo {
    transform: rotateZ(45deg);
    position: absolute;
    left: 0;
    opacity: 0.5;
}

.logo-position {
    position: relative;
}

nav {
    display: flex;
    background-color: #f5c506;
    align-items: center;
    box-shadow: -4px -4px 0px 0px #f5c50645, -8px -8px 0px 0px #f5c50645;
    align-self: flex-end;
    flex: 0 0 454px;
}

.nav-icon {
    padding-right: 0.5rem;
}

.nav-button {
    cursor: pointer;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    color: #9b7d08;
    border-right: 1px solid rgb(0, 0, 0, 0.1);
    padding: 11px 0;
    height: 100%;
    font-size: calc(0.7rem + ((1vw - 3.6px) * 0.5));
    font-family: SegoeWP, AdobeInvisFont, MyriadPro-Regular;
}

.nav-button:last-of-type {
    border: none;
}

.nav-button:hover {
    background-color: #f7d037;
}

.nav-button:first-of-type {
    padding-left: 1.2rem;
}

h1 {
    text-shadow: 0px 2px 0px rgb(0 0 0 / 50%);
}
/* End Header */

/* Start Header Content */
.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 4.8rem;
}

.header-content-text {
    font-size: 63px;
    text-transform: uppercase;
    font-family: "Asap-Regular";
    color: #f5c506;
    font-weight: normal;
    text-align: center;
    opacity: 0.8;
}

#white-color {
    color: white;
}

.video-player {
    background: url(assets/video-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 328px;
    width: 550px;
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 4em;
    box-shadow: 2px 2px 2px rgb(0, 0, 0, 0.2);
}

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

.bttn-round {
    width: 68px;
    height: 68px;
    background-color: rgba(245, 197, 6, 0.72);
    border-radius: 50%;
    border: none;
    align-self: center;
    margin-bottom: 6.2em;
    padding: 3px 0 0 5px;
}

.bttn-rectangle {
    height: 28px;
    width: 28px;
    background-color: rgba(245, 197, 6, 1);
    border: none;
    opacity: 0.37;
    padding: 3px 0 0 0;
}

.bttn-round:hover {
    background-color: #f5c506;
}

.bttn-rectangle:hover {
    opacity: 1;
}

.video-controls {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 1em;
}

.playtime {
    position: relative;
    background-color: rgba(245, 197, 6, 0.28);
    width: 70%;
    height: 12px;
    border-radius: 10px;
    cursor: pointer;
}

.playtime:hover {
    background-color: rgba(245, 197, 6, 0.5);
}

.playtime-after {
    position: absolute;
    background-color: rgba(245, 197, 6);
    width: 45%;
    height: 100%;
    border-radius: 10px 0px 0px 10px;
}

.speaker:hover {
    opacity: 0.8;
}

.lr-bttn {
    background-color: #f5c506;
    border: none;
    padding: 1.3rem 0.6rem;
}

.lr-bttn:first-of-type {
    background-color: rgb(245, 197, 6, 0.7);
}

.lr-bttn:hover {
    background-color: #f9dc69;
}

/* End Header Content */

/* Start Short Information Section */
.short-info-section {
    background: url(assets/short-section-background.png);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25),
        0px -5px 10px rgba(0, 0, 0, 0.25);
    z-index: 1;
    position: relative;
}

.short-info-section-container {
    display: flex;
    width: 100%;
    justify-content: center;
    height: 213px;
}

.short-info-section-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 0;
    align-items: center;
    text-transform: uppercase;
    border-left: 1px solid rgb(0, 0, 0, 0.14);
    flex: 0 1 340px;
    font-size: calc(1.375rem + ((1vw - 3.6px) * 0.5319));
    font-weight: normal;
    font-family: SegoeUI-Light, AdobeInvisFont, MyriadPro-Regular;
}

.short-info-section-box h3 {
    padding-top: 0.5rem;
    text-align: center;
}

.short-info-section-container>*:last-of-type {
    border-right: 1px solid rgb(0, 0, 0, 0.14);
}

/* End Short Information Section */

/* Start Yellow Information Section */
.y-section {
    background-image: url(assets/yellow-bg.png);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.y-section-heading {
    font-size: 37px;
    color: white;
    text-transform: uppercase;
    font-family: PTSans-Regular, AdobeInvisFont, MyriadPro-Regular;
    align-self: flex-start;
    font-weight: normal;
    padding: 0.7em 0;
}

.y-section-main-container {
    display: flex;
    flex-direction: column;
}

.y-section-columns {
    display: flex;
    justify-content: center;
}

.y-section-columns>* {
    flex: 0 1 330px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.y-section-text-box {
    background-color: #ec9e03;
    color: white;
    position: relative;
    font-family: SegoeWP-Light, AdobeInvisFont, MyriadPro-Regular;
}

.y-section-text-box p {
    width: 80%;
    font-size: calc(1.125rem + ((1vw - 3.6px) * 1.1702));
}

.y-section-image {
    background-image: url("assets/animation.png");
    height: 233px;
    width: 315px;
}

.y-section-image>* {
    margin: 0;
}

.y-section-date {
    background-color: #ddb101;
    text-align: center;
    padding: 0.4em 1.5em 0.4em 1.5em;
    align-self: flex-start;
    font-family: SegoeUI, AdobeInvisFont, MyriadPro-Regular;
}

.y-section-date div:first-of-type {
    font-size: 51px;
    color: white;
    font-weight: bold;
    line-height: 42px;
    font-family: SegoeUI-Bold, AdobeInvisFont, MyriadPro-Regular;
}

.y-section-date div:last-of-type {
    color: #b26529;
    font-size: 21px;
    text-transform: uppercase;
}

.twitter-box {
    background-color: #ec9e03;
    margin-left: 2rem;
    position: relative;
}

.twitter-box-mobile {
    display: none;
    background-color: #f5c507;
    justify-content: space-around;
    align-items: center;
    padding: 1rem 0;
}

.twitter-bubbles {
    display: flex;
    flex-direction: column;
}

.twitter-bubble {
    position: relative;
    opacity: 0.7;
    margin-bottom: 1rem;
}

.twitter-bubble:first-of-type {
    opacity: 1;
}

.twitter-bubble:last-of-type {
    opacity: 0.6;
}

.twitter-bubble-text {
    position: absolute;
    top: 0.4rem;
    left: 1.2rem;
    font-size: 1.2rem;
    color: #8f8e8e;
}

.twitter-bubble-img {
    width: calc(12.5rem + ((1vw - 3.6px) * 31.9149));
}

.twitter-bubbles>* {
    flex: 1;
}

.twitter-form {
    display: flex;
    margin-left: 5%;
    width: 95%;
    border: 1px solid #dcb105;
    border-radius: 11px;
}

.twitter-form input {
    border-radius: 11px 0 0 11px;
    border: none;
    padding: 10px 0 10px 10px;
    flex: 1;
}

.twitter-form button {
    background-color: #ec9e03;
    border: none;
    border-radius: 0 11px 11px 0;
    color: white;
    font-family: SegoeUI, AdobeInvisFont, MyriadPro-Regular;
    flex: 0 1 80px;
    padding: 0 0 3px 0;
    font-size: 20px;
}

.twitter-form button:hover {
    background-color: #ddb101;
}

.twitter-icon-mobile {
    width: calc(8.75rem + ((1vw - 3.6px) * 2.5532));
}

.plus {
    position: absolute;
    bottom: 0.5em;
    right: 0.5em;
    font-weight: bold;
    color: white;
    background-color: transparent;
    border: none;
    font-size: 1.3rem;
    opacity: 0.7;
}

.plus:hover {
    color: black;
}

.twitter-number {
    position: absolute;
    top: 0.5em;
    right: 0.5em;
    color: white;
    font-size: 25px;
    font-family: SegoeWP-Light, AdobeInvisFont, MyriadPro-Regular;
}

.slider {
    position: relative;
    background-color: rgba(255, 255, 255, 0.48);
    height: 12px;
    border-radius: 10px;
    width: 100%;
    margin: 3em 0 1.3em 0;
    cursor: pointer;
}

.slider:hover {
    background-color: rgba(255, 255, 255, 0.7);
}

.slider-nav {
    position: absolute;
    background-color: #ec9e03;
    width: 25%;
    height: 100%;
    left: 30%;
    border-radius: 10px;
}

.img-1 {
    width: calc(5rem + ((1vw - 3.6px) * 3.1915));
}

.img-2 {
    width: calc(4.1875rem + ((1vw - 3.6px) * 2.6596));
}

.img-3 {
    width: calc(3.75rem + ((1vw - 3.6px) * 2.3404));
}

/* End Yellow Information Section */

/* Start Grey Information Section */
.g-section {
    background-image: url(assets/grey-bg.png);
}

.g-section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 5rem;
}

.g-section-heading {
    color: #f5c506;
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0;
    font-size: calc(1.875rem + ((1vw - 3.6px) * 1.383));
    font-family: PTSans-Regular, AdobeInvisFont, MyriadPro-Regular;
    font-weight: normal;
}

.g-section ul {
    padding: 0;
    margin: 0;
    flex: 0 0 376px;
}

.g-section ul li {
    color: #a9a9a7;
    font-size: 22px;
    list-style: none;
    position: relative;
    padding: 0 0 14px 36px;
}

.g-section ul li:nth-child(odd) {
    font-family: PTSans-Regular, OpenSans, AdobeInvisFont, MyriadPro-Regular;
}

.g-section ul li:nth-child(even) {
    font-family: OpenSans, AdobeInvisFont, MyriadPro-Regular;
}

.g-section ul li::before {
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    top: 6px;
    left: 0;
    background-color: #f5c506;
    border-radius: 50%;
}

.window-type {
    display: flex;
    align-items: center;
    position: relative;
}

.wdindow-type-container>* {
    padding-right: 1rem;
    opacity: 0.57;
}

.free {
    position: absolute;
    width: 116px;
    border-radius: 50%;
    height: 116px;
    font-size: calc(0.625rem + ((1vw - 3.6px) * 0.6383));
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    background-color: #f5c506;
    top: -3rem;
    left: -3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-family: PTSans-NarrowBold, AdobeInvisFont, MyriadPro-Regular;
    opacity: 1;
    z-index: 1;
}

.smartphone {
    align-self: flex-end;
    padding-right: 0;
    width: calc(1.4375rem + ((1vw - 3.6px) * 1.7021));
}

.tablet {
    opacity: 0.47;
    width: calc(4.75rem + ((1vw - 3.6px) * 5.6383));
}

.desktop {
    width: calc(10.8rem + ((1vw - 3.6px) * 13.9));
}

/* End Grey Information Section */

/* Footer */
footer {
    background-color: #4c4c4c;
    box-shadow: 0px -3px 4px 0px;
    padding-left: 1rem;
}

.f-logo h1 {
    font-size: calc(1.25rem + ((1vw - 3.6px) * 0.9574));
    font-family: LucidaSans-Italic, AdobeInvisFont, MyriadPro-Regular;
    padding-left: 1rem;
}

.f-logo {
    padding: 1rem 0;
}

.logo-container {
    position: relative;
  }

footer .logo,
footer .back-logo {
    height: calc(1.875rem + ((1vw - 3.6px) * 2.6596));
}
/* Footer */

/* Mobile View */
@media screen and (max-width: 1040px) {
    .h-logo {
        background-color: #4c4c4c;
        padding: 0.5rem;
    }

    .h-logo h1 {
        padding: 7px 7px 0 7px;
    }

    .container {
        max-width: 100%;
        margin: 0;
    }

    nav {
        box-shadow: none;
        flex: 1;
    }

    header {
        width: 100%;
        justify-content: center;
        padding: 0;
    }

    header>* {
        align-self: stretch;
    }

    .header-content-text,
    .lr-bttn,
    .y-section-heading,
    .twitter-box,
    .y-section-date,
    .slider,
    ul {
        display: none !important;
    }

    .twitter-box-mobile {
        display: flex !important;
    }

    .header-content {
        padding: 0 !important;
    }

    .player,
    .video-player {
        width: 100% !important;
        margin: 0 !important;
    }

    .short-info-section-box {
        border: none !important;
    }

    .window-type {
        padding: 0 !important;
    }

    .y-section {
        background: none !important;
    }

    .short-info-section {
        box-shadow: 0px 4px 0px rgba(242, 242, 242, 1),
            0px 8px 0px rgba(242, 242, 242, 0.5),
            0px -4px 0px rgba(242, 242, 242, 0.8),
            0px -8px 0px rgba(242, 242, 242, 0.5) !important;
    }

    .y-section-columns {
        margin: 1em;
    }

    .y-section-columns>* {
        flex: 0 1 480px;
    }

    .y-section-text-box {
        margin-right: 1rem;
    }

    .nav-icon {
        padding: 0.2rem;
    }

    .nav-button:first-of-type {
        padding-left: 0.2rem;
    }

    .g-section-heading {
        padding: 1em 0 2em 0;
    }

    .nav-button {
        font-size: calc(0.6875rem + ((1vw - 3.6px) * 1.9118)) !important;
    }

    .g-section-container {
        justify-content: center;
    }

    .short-info-section-container {
        height: inherit !important;
    }

    .free {
        height: calc(6.25rem + ((1vw - 3.6px) * 1.8085));
        width: calc(6.25rem + ((1vw - 3.6px) * 1.8085));
        top: -2.5rem;
        left: -2.5rem;
    }
}

@media screen and (min-width: 1040px) {
    .h-logo h1 {
        font-size: 40px;
    }

    .nav-button {
        font-size: 16px !important;
    }

    .short-info-section-box h3 {
        font-size: 27px !important;
    }

    .y-section-text-box p {
        font-size: 29px !important;
    }

    .logo,
    .back-logo {
        height: 84px;
    }

    .nav-icon {
        width: 23px;
    }

    .img-1 {
        width: 110px;
    }

    .img-2 {
        width: 92px;
    }

    .img-3 {
        width: 82px;
    }

    .g-section-heading {
        font-size: 43px;
    }

    .smartphone {
        width: 39px;
    }

    .tablet {
        width: 129px;
    }

    .desktop {
        width: 303px;
    }

    .free {
        font-size: 16px;
        width: 116px;
        height: 116px;
    }
}