:root {
    --primary: #FF0000;
    --black: #000;
    --text: rgba(255, 255, 255, 0.8);
    --swiper-theme-color: #fff;
    --swiper-navigation-color : #fff;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
    margin: 0;
    font-family: 'Poppins';
    color: #fff;
    background: #0F0904;
    overflow-x: hidden;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
    display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Monument Extended';
}

/* Grouping content
     ========================================================================== */

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
     ========================================================================== */

/**
   * Remove the gray background on active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
    font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove the border on images inside links in IE 10.
   */

img {
    border-style: none;
    max-width: 100%;
}

/* Forms
     ========================================================================== */

/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
    /* 1 */
    overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
    /* 1 */
    text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
    vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */

textarea {
    overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
     ========================================================================== */

/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */

details {
    display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
    display: list-item;
}

/* Misc
     ========================================================================== */

/**
   * Add the correct display in IE 10+.
   */

template {
    display: none;
}

/**
   * Add the correct display in IE 10.
   */

[hidden] {
    display: none;
}

/* Web Design Start */

.header-menu {
    background: #0F0904;
}

.navbar-nav .nav-link.active,
.navbar-nav .show>.nav-link {
    color: var(--primary);
}

.nav-link {
    font-family: 'Monument Extended';
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}

.nav-link:hover {
    color: var(--primary);
}

a.navbar-brand img {
    width: 430px;
    padding: 15px 0;
}

.nav-link:focus {
    color: #fff;
}

.banner-area {
    display: flex;
    align-items: center;
    padding: 100px 0 200px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    padding: 0;
    z-index: 506;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.navbar-expand-lg .navbar-nav {
    align-items: center;
}

.button-youtube {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
    padding-right: 20px;
    margin-bottom: 150px;
    transition: all .3s ease-in-out;
}

.button-youtube:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
}

.button-youtube img {
    width: 50px;
    margin-right: 15px;
}

.container-fluid {
    padding: 0 50px;
}

.banner-content {
    text-align: center;
}

.banner-content h1 {
    font-size: 112px;
    margin-top: -30px;
    font-weight: bold;
    line-height: 40px;
}

.banner-btn {
    position: relative;
    color: #fff;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: none;
    border: none;
    z-index: 3;
    width: 300px;
    height: 81px;
    font-size: 20px;
    overflow: hidden;
}

.banner-btn img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.ukc-area {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.ukc-bg {
    width: 100%;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
}

.ukc-content {
    position: relative;
    margin-top: -100px;
    background: #000;
    padding: 260px 50px 100px 100px;
}

.ukc-title {
    position: relative;
    z-index: 3;
    margin-bottom: 80px;
    text-align: center;
}

.border-text {
    color: #000;
    display: table-cell;
    font-size: 80px;
    font-weight: 600;
    text-shadow: 15px 10px 0 #000;
    -webkit-text-fill-color: #000;
    -webkit-text-stroke: 2px #FF0000;
    text-stroke: 8px #FF0000;
    vertical-align: middle;
}

.ukc-title img {
    width: 190px;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.ukc-content p {
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
}

.pin-shape-top {
    position: absolute;
    left: -100px;
    top: 95px;
    width: 210px;
}

.pin-shape-bottom {
    width: 210px;
    margin: 0 auto;
}

.overview-area {
    position: relative;
    z-index: 3;
    margin-top: -250px;
}

.overview-area .overview-circle {
    position: absolute;
    top: -83%;
    left: -97%;
    z-index: -1;
    max-width: unset;
}

.overview-content-wrapper {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 900px;
    background-position: center;
}

ul.overview-listing {
    list-style: none;
    padding: 0;
    margin: 0;
    padding: 50px 140px 50px 125px;
}

span.list-dot {
    width: 100%;
    max-width: 30px;
    height: 30px;
    display: inline-block;
    background: #000;
    margin-right: 20px;
    margin-top: 5px;
}

.overview-listing li {
    font-size: 30px;
    font-family: 'Monument Extended';
    font-weight: bold;
    color: #000;
    display: flex;
}

.overview-listing li:not(:last-child) {
    margin-bottom: 50px;
}

.info-box {
    text-align: center;
}

.info-box h4 {
    /* color: #000; */
    font-size: 80px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 1px #fff;
    vertical-align: middle;
    letter-spacing: 3px;
}

.info-box p {
    font-size: 35px;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: var(--primary);
}

.overview-paragraph {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.brodcasting-area {
    background: var(--primary);
    padding: 50px 0;
    margin-bottom: 100px;
}

.brodcast-title {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.005em;
    color: #000000;
    margin-bottom: 30px;
    font-weight: bold;
}

.stream-logo {
    text-align: center;
}

.power-area {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0 690px;
}

.power-title {
    font-weight: 400;
    font-size: 65px;
    line-height: 42px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.performance-title {
    width: 80%;
    margin-top: -4%;
}


.pro-area {
    overflow: hidden;
    padding: 140px 0 60px;
}

.section-title-pro {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.section-title-pro h4 {
    /* color: #000; */
    font-size: 120px;
    font-weight: 600;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 3px var(--primary);
    text-stroke: 3px var(--primary);
    vertical-align: middle;
    letter-spacing: 3px;
    margin-right: 25px;
}

.section-title-pro img {
    flex: 1;
}

.pro-info-area h3 {
    font-weight: 400;
    font-size: 65px;
    line-height: 42px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.pro-left {
    margin-right: 20px;
}

.pro-paragraph {
    font-size: 32px;
    line-height: 45px;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.chris-button {
    background: none;
    border: none;
}

.slider-area h4 {
    font-weight: 400;
    font-size: 65px;
    line-height: 53px;
    letter-spacing: -0.015em;
    color: #FF0000;
}

.slider-area p {
    font-weight: 400;
    font-size: 32px;
    line-height: 45px;
    text-align: justify;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.archive-slider .swiper-pagination {
    position: static;
    text-align: left;
    margin-bottom: 15px;
}

.archive-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #fff);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.archive-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--primary);
}

.youtube-slider .swiper-pagination {
    position: static;
    text-align: right;
    margin-bottom: 15px;
}

.youtube-slider .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

.youtube-slider .swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.archive-area {
    padding: 30px 0 100px
}

.archive-area-2 {
    background: var(--primary);
    padding: 100px 0 100px
}

.youtube-slider .slider-area h4 {
    font-weight: 700;
    font-size: 65px;
    line-height: 53px;
    letter-spacing: -0.015em;
    color: #000;
    text-align: right;
}

.contact-area {
    padding: 100px 0 100px;
}

.section-title-area h2 {
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
}

.section-title-area p {
    font-weight: 400;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: -0.015em;
    color: rgba(255, 255, 255, 0.8);
}

.contact-box {
    background: #646464;
    padding: 150px;
    position: relative;
}

.contact-title {
    font-size: 62px;
    line-height: 36px;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 40px;
}

.contact-shape {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

input.form-control {
    background: #000;
    border-radius: 0;
    color: #fff;
    border-color: #000;
    line-height: 1.5;
    padding: 20px;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

input.form-control:focus {
    color: #fff;
    background: #000;
    border-color: #000;
}

.register-btn {
    border-radius: 6px;
    padding: 18px 60px;
    background: var(--primary);
    font-size: 23px;
    line-height: 28px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-align: center;
    font-family: 'Monument Extended';
    border: none;
}

footer {
    background: var(--primary);
    padding: 150px 0;
}

.footer-social {
    list-style-type: none;
    display: flex;
    padding: 0;
    margin: 0;
}

.footer-social li:not(:last-child) {
    margin-right: 15px;
}

.footer-line {
    width: 80%;
    border-top: 2px solid #000;
    margin-top: 50px;
    margin-bottom: 50px;
}

.footer-list-title {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: #000000;
    margin-bottom: 20px;
}

.footer-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-list li {
    margin-bottom: 10px;
}

.footer-list a {
    color: #000;
    text-decoration: none;
}

.footer-btn-black {
    min-width: 150px;
    display: inline-block;
    padding: 10px 30px;
    background: #000000;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
    margin-bottom: 20px;
}

.footer-btn-black:hover {
    color: #fff;
}

.youtube-video {
    width: 100%;
    height: 530px;
}

.footer-btn-white {
    min-width: 150px;
    display: inline-block;
    padding: 10px 30px;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #000000;
    border-radius: 6px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: -0.015em;
    color: #000;
    text-align: center;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.footer-btn-white:hover {
    background: #fff;
    color: #000;
}

.copy-right {
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.015em;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 20px;
}

.pro-info-area {
    position: relative;
    z-index: 3;
}

.bats-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.rela-wrap {
    z-index: 3;
}

.ukc-title-img-1 {
    width: 28%;
    margin-right: 20px;
    display: inline-block;
}

.ukc-title-img-2 {
    width: 50%;
    display: inline-block;
}

.ukc-title-area {
    text-align: center;
}

.archive-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}
.mySwiper1 .swiper-wrapper {
    padding-top: 20px;
}
@media (max-width:1600px) {
    .banner-content h1 img {
        width: 50%;
    }

    .banner-content h1 {
        font-size: 81px;
        margin-top: -34px;
        font-weight: bold;
        line-height: 0px;
    }

    .banner-btn {
        width: 266px;
        height: 68px;
        font-size: 17px;
    }

    .ukc-content {
        padding: 200px 50px 80px 50px;
    }

    .ukc-title>img {
        width: 36%;
    }

    .ukc-content p {
        font-size: 19px;
    }

    .border-text {
        color: #000;
        font-size: 64px;
        font-weight: 600;
    }

    .pin-shape-top {
        left: -62px;
        top: 108px;
        width: 133px;
    }

    ul.overview-listing {
        padding: 50px 77px 50px 76px;
    }

    .overview-listing li {
        font-size: 28px;
    }

    span.list-dot {
        max-width: 25px;
        height: 25px;
        margin-top: 7px;
    }

    .overview-area {
        margin-top: -168px;
    }

    .info-box h4 {
        font-size: 68px;
    }

    .info-box p {
        font-size: 24px;
        line-height: 34px;
    }

    .overview-paragraph {
        font-size: 20px;
        line-height: 32px;
    }

    .stream-logo {
        padding: 15px;
    }

    .section-title-pro h4 {
        font-size: 84px;
    }

    .pro-info-area h3 {
        font-size: 36px;
    }

    .pro-paragraph {
        font-size: 20px;
        line-height: 31px;
    }

    .chris-button img {
        width: 61px;
    }

    .slider-area h4 {
        font-size: 38px;
        line-height: 43px;
    }

    .slider-area p {
        font-size: 20px;
        line-height: 34px;
    }

    .youtube-slider .slider-area h4 {
        font-size: 38px;
        line-height: 43px;
    }

    .slider-area p {
        font-size: 20px;
        line-height: 34px;
    }

    .section-title-area h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .section-title-area p {
        font-size: 18px;
        line-height: 27px;
    }

    .contact-title {
        font-size: 45px;
        line-height: 32px;
    }

    .register-btn {
        padding: 13px 40px;
        font-size: 18px;
        line-height: 28px;
    }

    footer {
        padding: 96px 0 63px;
    }
}

@media (max-width:1440px) {
    .overview-area {
        overflow: hidden;
    }
}

@media (max-width: 1024px) {
    .banner-content h1 img {
        width: 76%;
    }

    .banner-content h1 {
        font-size: 79px;
        margin-top: 0;
        line-height: 27px;
    }

    .banner-area {
        padding: 100px 0 200px;
        background-position: right;
    }

    .overview-area {
        margin-top: -90px;
    }

    .overview-listing li {
        font-size: 20px;
    }

    ul.overview-listing {
        padding: 80px 55px 0 55px;
    }

    .info-box p {
        font-size: 24px;
        line-height: 34px;
    }

    .info-box p {
        font-size: 17px;
        line-height: 1;
    }

    .info-box h4 {
        font-size: 54px;
    }

    .overview-paragraph {
        font-size: 17px;
        line-height: 30px;
    }

    .brodcasting-area {
        margin-bottom: 50px;
    }

    .power-title {
        font-size: 40px;
        line-height: 50px;
    }

    .performance-title {
        width: 66%;
        margin-top: -4%;
    }

    .power-area {
        padding: 100px 0 488px;
    }

    .section-title-pro h4 {
        font-size: 67px;
    }

    .section-title-pro img {
        flex: none;
        width: 300px;
    }

    .slider-area h4 {
        font-size: 23px;
        line-height: 25px;
    }

    .slider-area p {
        font-size: 16px;
        line-height: 24px;
    }

    .archive-area .pin-shape-bottom {
        width: 128px;
        margin: 0 auto;
    }

    .youtube-video {
        width: 100%;
        height: 300px;
    }

    .youtube-slider .slider-area h4 {
        font-size: 38px;
        line-height: 43px;
    }

    .youtube-slider .slider-area h4 {
        font-size: 26px;
        line-height: 32px;
    }

    .contact-box {
        padding: 108px;
    }

    .section-title-pro img {
        width: 176px;
    }

    .pro-paragraph {
        font-size: 16px;
        line-height: 28px;
    }

    .section-title-pro h4 {
        font-size: 50px;
    }

    .pro-info-area h3 {
        font-size: 24px;
        line-height: 18px;
    }

    .slider-area h4 {
        font-size: 16px;
        line-height: 22px;
    }

    .section-title-area h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .section-title-area p {
        font-size: 16px;
        line-height: 24px;
    }

    .contact-box {
        padding: 50px 100px 50px 50px;
    }

    .footer-btn-black,
    .footer-btn-white {
        min-width: unset;
    }

    .footer-list li {
        margin-bottom: 7px;
    }
}

@media (max-width:767px) {
    a.navbar-brand img {
        width: 134px;
        padding: 15px 0;
    }

    .banner-content h1 {
        font-size: 52px;
        margin-top: 0;
        line-height: 54px;
    }

    .banner-btn {
        width: 207px;
        height: 57px;
        font-size: 14px;
    }

    .ukc-content {
        padding: 30px;
    }

    .container-fluid {
        padding: 0 24px;
    }

    .pin-shape-top {
        display: none;
    }

    .border-text {
        color: #000;
        font-size: 40px;
        font-weight: 600;
        margin-top: 40px !important;
        display: inline-block;
    }

    .ukc-title {
        margin-bottom: 40px;
    }

    .ukc-content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .ukc-content .pin-shape-bottom {
        width: 100px;
        margin: 0 auto;
    }

    .overview-area {
        margin-top: 0;
    }

    ul.overview-listing {
        padding: 20px;
    }

    .overview-content-wrapper {
        background: var(--primary);
        background-image: none !important;
        border-radius: 40px;
        height: auto;
        margin-bottom: 30px;
    }

    .overview-listing li {
        font-size: 16px;
        margin-bottom: 15px !important;
    }

    span.list-dot {
        max-width: 10px;
        height: 10px;
        margin-top: 7px;
        margin-right: 10px;
    }

    .info-box h4 {
        font-size: 40px;
    }

    .info-box p {
        font-size: 16px;
        line-height: 1;
    }

    .overview-paragraph {
        font-size: 14px;
        line-height: 1.78;
    }

    .overview-area .pin-shape-bottom {
        width: 100px;
        margin: 0 auto;
    }

    .brodcast-title {
        font-size: 16px;
        line-height: 20px;
    }

    .power-title {
        font-size: 27px;
        line-height: 24px;
    }

    .performance-title {
        width: 96%;
        margin-top: -7%;
    }

    .power-area {
        padding: 30px 0 500px;
        background-image: url('../images/power-bg.png') !important;
    }
    .banner-area {
        padding: 50px 0 600px;
        background-image: url('../images/Banner-mobile.jpg') !important;
    }
    .button-youtube{
        font-size: 14px;
        margin-bottom: 30px;
    }
    .pro-area {
        padding: 80px 0 40px;
    }

    .section-title-pro {
        margin-top: 30px;
    }

    .section-title-pro h4 {
        font-size: 30px;
        -webkit-text-stroke: 1px var(--primary);
        text-stroke: 1px var(--primary);
    }

    .section-title-pro img {
        width: 128px;
    }

    .pro-info-area h3 {
        font-size: 14px;
        line-height: 6px;
    }

    .pro-paragraph {
        font-size: 14px;
        line-height: 1.6;
    }

    .chris-button img {
        width: 26px;
    }

    .archive-slider {
        margin-top: 30px;
    }

    .archive-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .slider-area p {
        font-size: 14px;
        line-height: 21px;
    }

    .archive-area .pin-shape-bottom {
        width: 100px;
        margin: 0 auto;
    }

    .archive-area {
        padding: 30px 0 60px;
    }

    .archive-area-2 {
        padding: 60px 0 60px;
    }

    .youtube-slider .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .youtube-slider .slider-area h4 {
        font-size: 18px;
        line-height: 21px;
    }

    .youtube-video {
        width: 100%;
        height: 201px;
    }

    .contact-area {
        padding: 60px 0 60px;
    }

    .section-title-area h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .section-title-area h2 {
        font-size: 18px;
        line-height: 25px;
    }

    .section-title-area p {
        font-size: 14px;
        line-height: 21px;
    }

    .contact-box {
        padding: 25px;
    }

    .contact-shape {
        display: none;
    }

    .contact-title {
        font-size: 18px;
        line-height: 32px;
        margin-bottom: 14px;
    }

    input.form-control {
        line-height: 1.5;
        padding: 10px 13px;
        font-size: 15px;
    }

    .register-btn {
        padding: 7px 26px;
        font-size: 12px;
        line-height: 26px;
    }

    .footer-logo {
        width: 40%;
    }

    .copy-right {
        margin-bottom: 20px;
    }

    .footer-line {
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .footer-social li svg {
        width: 30px;
    }

    footer label {
        margin: 0 !important;
    }

    footer {
        padding: 60px 0 40px;
    }
    .ukc-title-img-2 {
        width: 54%;
    }
    .ukc-title-img-1 {
        width: 44%;
        margin-right: 0;
    }
}
@media (max-width: 415px){
    .banner-content h3{
        font-size: calc(1rem + .6vw);
    }
    .banner-content h1 {
        font-size: 44px;
        margin-top: 0;
        line-height: 54px;
    }
}