@font-face {
    font-family: 'Hyundai-Bold';
    src: url('../fonts/HyundaiSansHead-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Hyundai-Light';
    src: url('../fonts/HyundaiSansHead-Light.woff') format('woff');
}

@font-face {
    font-family: 'Hyundai-Text-Regular';
    src: url('../fonts/HyundaiSansText-Regular.woff') format('woff');
}



@font-face {
    font-family: 'Hyundai';
    src: url('../fonts/HyundaiSansHead-Regular.woff') format('woff');
}

html {
    scroll-behavior: smooth !important;
    overflow-x: hidden;
}

body {
    margin: 0;
     scroll-behavior: smooth !important;
    font-family: 'Hyundai';
    background: #ffffff;
    overflow-x: hidden;
    height: 100vh;
}

body.snap {
    /* overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-padding-top: 5rem; */
}

section.snap {
    /* scroll-snap-align: center;
    scroll-padding-top: 5rem; */
}

section {
    background: #ffffff;
    /* height: 100vh; */
}

* {
    font-family: 'Hyundai';
    scroll-behavior: smooth;
}

/* 
body::-webkit-scrollbar {
    width: .5em;
}
/*
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #003469E5;
    outline: 1px solid #003469E5;
    border-radius: 8px;
} */

.font-hyundai {
    font-family: 'Hyundai';
}

.font-hyundai-bold {
    font-family: 'Hyundai-Bold';
}

#intro {
    background: url("../img/landing-image.jpg") no-repeat center center;
    background-size: cover;
}

.top-nav-collapse {
    background-color: #85cbcd !important;
    /* color: #fff !important; */
}

nav#navbar {
    height: 70px;
    top: -70px;
    box-shadow: 6px 4px 16px 0px rgba(51, 51, 51, 0.61);
    -webkit-box-shadow: 6px 4px 16px 0px rgba(51, 51, 51, 0.61);
    -moz-box-shadow: 6px 4px 16px 0px rgba(51, 51, 51, 0.61);
}

.navbar:not(.top-nav-collapse) {
    background: #fff !important;
    box-shadow: none;
}

@media screen and (min-width:1600px) {
    .testimonial-slider-nav button.slick-next.slick-arrow {
        right: 2% !important;
        top: 50% !important;
    }

    .banner-text {
        top: 32% !important;
    }

    .scroll-down {
        bottom: 5% !important;
    }

    .testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
        width: 91% !important;
        height: 100% !important;
    }

    .media-box {
        min-height: 38vh !important;
    }
}


@media screen and (min-width:1800px) {
    .banner-text {
        top: 30vh !important;
    }

    .banner-text h1 {
        font-size: 4.5rem !important;
    }

    .banner-text h4 {
        font-size: 2rem;
        margin-left: 4rem;
    }

    .navbar-dark li.nav-item a.nav-link {
        font-size: 1.3rem !important;
    }

    .h1,
    h1 {
        font-size: 2.8rem !important;
    }

    #video p {
        font-size: 1.5rem !important;
    }

    .container-fluid:not(#navbar .container-fluid, .container-fluid.px-0) {
        padding-left: 7rem !important;
        padding-right: 7rem !important;
    }

    .media-box {
        min-height: 50vh !important;
    }

    #video,
    #testimonials,
    #digital-content,
    #share,
    #insta-feed,
    #awards,
    #media-quotes {
        padding-top: 5rem !important;
    }

    p {
        font-size: 1.4rem;
    }

    .testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
        width: 91% !important;
        height: 96% !important;
    }
}

.menu-mob {
    display: none;
}

@media (min-width:500px) and (max-width: 900px) {
    div.testimonial-slider-nav button.slick-next.slick-arrow {
        right: 5% !important;
        top: 41% !important;
    }

    div.testimonial-slider-nav button.slick-prev.slick-arrow {
        top: 41% !important;
        left: 5% !important;
    }

    div.testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
        width: 100% !important;
    }

    .video-wrapper p {
        font-size: 28px !important;
        margin-bottom: 0px;
    }

    .accordion button {
        font-size: 1.6rem !important;
    }

    .accordion button {
        font-size: 1.6rem !important;
    }

    .media-box h3 {
        font-size: 1.5rem !important;
    }

    .media-box {
        min-height: 51vh !important;
    }
}

@media (max-width: 900px) {


    #navbar.shrink {
        height: 55px;
    }
    #navbar.shrink #navbarContentMob {
        top: 55px;
    }
    .banner img:not(.scroll-down img) {
        opacity: 1 !important;
    }

    .testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
        width: 95% !important;
    }

    .testimonial-slider-nav button.slick-next.slick-arrow::before,
    .media-slider .slick-next:before {
        width: 38px !important;
        height: 38px !important;
    }

    .testimonial-slider-nav button.slick-prev.slick-arrow::before,
    .media-slider .slick-prev:before {
        width: 38px !important;
        height: 38px !important;
    }

    .testimonial-slider-nav button.slick-next.slick-arrow,
    .testimonial-slider-nav button.slick-prev.slick-arrow {
        top: 46% !important;
    }


    h1.font-weight-bold {
        font-size: 2.2rem !important;
    }

    .testimonial-slider-nav .slick-slide {
        margin: 0 5.5px;
    }

    /* the parent */
    .testimonial-slider-nav .slick-list {
        margin: 0px 14px;
    }

    .scroll-down {
        bottom: 5% !important;
    }

    .menu-mob {
        position: fixed;
        width: 95%;
        height: 94vh;
        right: -100%;
        top: 70px;
        display: block;
        background: #f6f3f2;
        transition: right 0.5s ease-in-out;
    }

    .menu-mob.show,
    .menu-mob.collapsing {
        right: 0;
    }

    .menu-mob ul li {
        border-bottom: 1px solid #e8e8e8;
    }

    .menu-mob ul li a {
        height: 60px;
        display: flex;
        align-items: center;
        line-height: 60px;
        padding: 0 16px;
        font-size: 16px !important;
        font-weight: 400 !important;
        font-family: 'Hyundai';
        color: #666 !important;
    }

    .navbar-toggler {
        border: none;
        border-radius: 0px;
        padding: 0px;
        cursor: pointer;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-toggler span {
        display: block;
        width: 22px;
        height: 2px;
        margin: auto;
        margin-bottom: 4px;
        transition: all 400ms linear;
        cursor: pointer;
    }

    .navbar-toggler span {
        background-color: #545454 !important;
    }

    .navbar-toggler[aria-expanded="false"] span:nth-child(2) {
        opacity: 1;
    }

    .navbar-toggler[aria-expanded="true"] span:last-child {
        transform: rotate(45deg);
        bottom: 6px;
        position: relative;
    }

    .navbar-toggler[aria-expanded="true"] span:nth-child(2) {
        opacity: 0;
    }

    .navbar-toggler[aria-expanded="true"] span:first-child {
        transform: rotate(-45deg);
        position: relative;
        top: 5.5px;
    }

    body.snap {
        scroll-padding-top: 2.5rem !important;

        overflow-y: unset !important;
        scroll-snap-type: unset !important;
        scroll-padding-top: unset !important;
    }

    section.snap {
        scroll-snap-align: unset !important;
    }

    .media-slider .slick-prev {
        left: 0% !important;
        z-index: 1;
    }

    .media-slider .slick-next {
        right: 0% !important;
        z-index: 1;
    }

    #video p {
        font-size: 1.2rem !important;
    }


    p {
        font-size: 1.2rem !important;
    }

    .navbar:not(.top-nav-collapse) {
        background: #fff !important;
    }

    .border-right {
        border-right: 0px !important;
    }

    .banner-text {
        width: 84% !important;
        top: 25% !important;
    }

    .banner-text h1 {
        font-size: 5rem;
    }

    .banner-text h4 {
        line-height: normal;
        font-size: 2rem;
    }

    h1 {}

    #video,
    #testimonials,
    #digital-content,
    #share,
    #insta-feed,
    #awards,
    #media-quotes {
        padding-top: 3rem !important;
    }

    .testimonial-slider-nav button.slick-next.slick-arrow {
        right: 4% !important;
    }

    .testimonial-slider-nav button.slick-prev.slick-arrow {
        left: 5.5% !important;
        z-index: 1;
        top: 40%;
    }

    .cut-left {
        height: 78.5% !important;
        right: -5%;
        position: relative;
    }

    .cut-right {
        height: 78.5% !important;
        left: -25%;
        position: relative;
    }

    .row-2-cut {
        height: 80% !important;
    }

    .expand-h {
        height: 78%;
    }
}


@media (max-width: 1100px) {
    .navbar-dark li.nav-item a.nav-link:not(.menu-mob ul li a) {
        font-size: 0.4rem !important;
    }

    .banner {
        /* background-image: url('https://d1eq257a627kte.cloudfront.net/webp/banner-mobile.webp') !important;
        background-size: cover !important; */
    }

    section:not(#banner) {
        padding-top: 2rem;
    }

    .banner.onScreen img:not(.scroll-down img) {
        width: 100%;
    }

    .banner img:not(.scroll-down img) {
        opacity: 1 !important;
    }
}

@media (max-width: 450px) {

    .scroll-down h6 {
        font-size: 0.8rem !important;
    }

    .testimonial-slider-nav button.slick-next.slick-arrow::before,
    .media-slider .slick-next:before {
        width: 16px !important;
        height: 16px !important;
    }

    .testimonial-slider-nav button.slick-prev.slick-arrow::before,
    .media-slider .slick-prev:before {
        width: 16px !important;
        height: 16px !important;
    }

    .media-box {
        min-height: 44vh !important;
    }

    #video p {
        font-size: 0.875rem !important;
    }

    h1.font-weight-bold {
        font-size: 1.18rem !important;
    }

    .banner {
        background-image: none !important;
        background-attachment: unset !important;
    }

    .banner img:not(.scroll-down img) {
        opacity: 1 !important;
    }

    /* .banner:after {
        display: none;
    } */

    .media-box h3 {
        font-size: 1.2rem;
    }

    .testimonial-slider-nav button.slick-next.slick-arrow {
        right: 7% !important;
        top: 47% !important;
    }

    .testimonial-slider-nav button.slick-prev.slick-arrow {
        left: 9% !important;
        z-index: 1;
        top: 50%;
    }

    .banner-text h1 {
        font-size: 1.7rem ! important;
    }

    .banner {
        background-size: contain !important;
    }

    .digital-content {
        /* background: url('https://d1eq257a627kte.cloudfront.net/webp/Digital\ innovation\ content\ mobile.webp') !important; */
    }

    .testimonial-slider .slick-active video {
        transition: all .8s ease-in-out;
        transform: scale(1.2);
        margin: 2% auto;
    }

    #digital-content {
        min-height: 20vh !important;
    }

    .play-pause {
        top: 29% !important;
    }

    .year-wrapper {
        width: 4rem !important;
    }

    footer a {
        font-size: 0.7rem;
    }

    #video,
    #testimonials,
    #digital-content,
    #share,
    #insta-feed,
    #awards,
    #media-quotes {
        padding-top: 2rem !important;
    }

    a.social-icon {
        font-size: 18px;
        border: 2px solid;
    }

    .testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
        width: 100% !important;
    }

    .banner-text h4 {
        line-height: normal;
        font-size: 1.4rem !important;
        bottom: 0px !important;
    }

    .banner-text {
        width: 84% !important;
        top: 32% !important;
    }

    p {
        font-size: 0.875rem !important;
    }
}

.navbar-brand img {
    width: 150px;
    height: auto;
}

li.nav-item::after,
footer li a::after {
    content: "";
    display: block;
    position: absolute;
    width: 0%;
    height: 2px;
    background: black;
    transition: all 0.5s ease;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0px;
}

li.nav-item:hover:after,
footer li a:hover::after {
    width: 100%;
}


.no-hover::after {
    content: none !important;
}


*,
*::before,
*::after {
    box-sizing: border-box;
}

@media screen and (min-width:1024px) {
    .banner {
        min-height: 100vh;
    }

    .banner-text h1 {
        font-size: 4.1rem;
        line-height: 90%;
        letter-spacing: 0.2px;
    }

    .text-creta-blue-lg {
        color: #003469 !important;
    }

    section:not(#banner) {
        padding-top: calc(4rem + 10px) !important;
    }
}

@-webkit-keyframes bounce {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes bounce {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes bounce {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes bounce {

    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

li.nav-item {
    display: flex !important;
    align-items: center;
}

img.logo-scroll,
.top-nav-collapse .logo-noscroll {
    display: none;
}

.top-nav-collapse .logo-scroll,
img.logo-noscroll {
    display: inline;
}

.top-nav-collapse .nav-link {
    color: #fff !important;
}

.top-nav-collapse li.nav-item::after {
    background: #fff !important;
}

.bg-creta-blue {
    background-color: #003469E5 !important;
}

.text-creta-blue {
    color: #003469 !important;
}

footer li a {
    font-weight: 500;
}

footer li a::after {
    background-color: #ffffff;
    bottom: -4px;
    height: 1.7px;
}

footer i.fa {
    transition: color 0.3s ease-in-out;
}

footer a:hover i.fa {
    color: #003469;
}

.font-dark-blue {
    color: #03366D !important;
}

.navbar-dark li.nav-item a.nav-link {
    color: #000000;
    font-size: 0.85rem;
}

.navbar-dark li.nav-item a.nav-link:hover {
    color: #000000;
}

.banner img {
    position: relative;
    /* opacity: 0; */
}

#share .img-wrapper:after,
.banner:after {
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
    transition: all .8s ease-in-out;
    background: #fff;
    /* display: none; */
}

.banner-text {
    position: absolute;
    width: 70%;
    height: auto;
    left: 0;
    right: 0;
    margin: auto;
    top: 27%;
}

.banner-text h1 span,
.banner-text h4,
#navbar,
#video-text {
    transition: all .8s ease-in-out;
}

.banner.onScreen {
    opacity: 1;
}

.banner {
    /* background-image: url('../media/bg-des.jpg');
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; */
    position: sticky !important;
    position: -webkit-sticky !important;
    top: 0px;
    overflow: hidden;
    min-height: 50vh;
    z-index: -1;
    opacity: 0;
}

.banner-text h4 {
    bottom: -20%;
    position: relative;
}

.banner-text h4.onScreen {
    bottom: 0 !important;
}

.banner-text h1 span.onScreen,
.banner-text h4.onScreen,
#navbar.onScreen,
#video-text.onScreen,
#testimonials h1.onScreen {
    opacity: 1;
}

.form-fade {
    opacity: 0;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
    transform: translate3d(0, -100px, 0);
    /* bottom: -100px; */
}

.form-fade.onScreen {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

.fadeInLeft {
    /* left: -100%; */
    position: relative;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
    transform: translate3d(-100px, 0, 0);
    opacity: 0;
}

.fade {
    opacity: 0;
    transition-duration: 1.2s;
    transition-timing-function: ease;
    transition-property: opacity;
}

.fade.onScreen,
.slick-active .fade {
    opacity: 1;
}

.fadeInLeft.onScreen {
    transform: translate3d(0px, 0, 0);
    opacity: 1;
}

.testimonial-slider-nav .slick-prev,
.testimonial-slider-nav .slick-next {
    /* opacity: 0; */
    transition: all 1s ease-in-out;
}

.testimonial-slider-nav.onScreen .slick-prev,
.testimonial-slider-nav.onScreen .slick-next {
    opacity: 1;
}

.testimonial-slider-nav .video-wrapper {
    transition-duration: 1.2s;
    transition-timing-function: ease;
    transition-property: opacity, transform;
    transform: translate3d(0, 200px, 0);
    opacity: 0;
}

.testimonial-slider-nav .video-wrapper.onScreen {
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

#navbar.onScreen {
    top: 0px;
}

#digital-content.parallex {
    height: 100vh;
}

#digital-content.parallex img {
    /* position: fixed;
    top: -50%;
    left: 0;
    right: 0;
    max-width: 89.666667%;
    margin: auto;
    height: auto; */
}

#video video {
    transition: transform 1.2s ease-in-out;
    transform: scale(1.15);
    /* margin: 2% auto; */
}

#video video.onScreen {
    transform: scale(1);
    /* margin: auto; */
}

.testimonial-slider .slick-active video {
    transition: transform 1.2s ease-in-out;
    transform: scale(2);
    /* margin: 2% auto; */
    margin: auto;
}

/* #digital-content .main div{
    background-image: url('../media/digital-content.png');
    background-attachment: fixed;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
} */

#digital-content .main.parallex img {
    opacity: 1;
}

.testimonial-slider .slick-active video.onScreen {
    transform: scale(1) !important;
}

.img-wrapper.onScreen:after,
.banner.onScreen::after {
    left: 100% !important;
}

.banner.onScreen img {
    position: relative;
    max-width: 100%;
    height: auto;
}

.banner.parallex {
    /* height: 120vh; */
}

.banner.parallex img:not(.scroll-down img) {
    /* position: fixed; */
    /* width: 100%;
    height: 100%;
    top: -50%; */
}

.scroll-down {
    width: 25%;
    position: absolute;
    height: auto;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}

.scroll-down img {
    animation: bounce 4s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 4s infinite;
    -o-animation: bounce 4s infinite;
    width: 20px;
}

#video p {
    font-size: 1.2rem;
}

.play-pause {
    position: absolute;
    width: 60px;
    height: 60px;
    border: 3px solid #fff;
    background: transparent;
    border-radius: 50%;
    z-index: 1;
    left: 0;
    right: 0;
    margin: auto;
    top: 42%;
    padding-left: .9rem;
    padding-top: .2rem;
}

.play-pause:focus-visible {
    outline: none !important;
}

.play-pause img {
    width: 28px;
}

.testimonial-slider-nav .video-wrapper {
    cursor: pointer;
    position: relative;
}

.testimonial-slider-nav .video-wrapper:not(.slick-active.slick-center .video-wrapper):after {
    content: '';
    width: 88%;
    position: absolute;
    height: 100%;
    background: #d3d3d3b0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slick-prev {
    left: 38px;
}

input:not(.form-check-input) {
    border: 1px solid #CCC !important;
    border-radius: 0px !important;
    height: 40px !important;
    padding-top: 10px !important;
    transition: all 0.5s ease-in-out;
    font-size: 0.9rem;
}

label {
    font-size: 0.9rem;
}

::-ms-input-placeholder {
    /* Edge 12-18 */
    color: #CCC !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    font-family: 'Hyundai';
}

::placeholder {
    color: #CCC !important;
    font-weight: 400 !important;
    font-size: 0.9rem !important;
    font-family: 'Hyundai';
}

input:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #212529 !important;
}

.video-wrapper input {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
}

.upload-border {
    border: 1px solid #ccc;
    height: 40px;
    width: 100%;
    color: #ccc;
    padding-top: 7px;
    padding-left: 10px;
    font-size: 0.9rem;
}

.upload-border:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #212529 !important;
}

#upload-file {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 40px;
    width: 6rem;
    border: 1px solid #597697;
    background: #597697;
    color: #fff;
    z-index: -1;
    transition: background 0.5s ease-in-out;
}
.form-fade .video-wrapper:hover #upload-file {
    background: #003469E5;
}

.form-check-label {
    font-size: 0.8rem;
}

input.form-check-input {
    position: relative !important;
    margin-left: 0;
}

input.btn-creata-blue {
    color: #fff;
    background: #003469E5 !important;
    border: 1px solid #003469E5 !important;
}

input.btn-creata-blue:hover {
    color: #003469E5;
    background: transparent !important;
}

footer img {
    width: 1.2rem;
    margin-right: 5px;
}

footer a {
    color: #fff;
}

footer a.social-icon:hover {
    background: #fff;
    text-decoration: underline;
    border-color: #fff;
}


a.social-icon {
    padding: 9px 10px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
}

.cut-left {
    height: 87.5%;
    width: 100%;
}

.cut-right {
    height: 87.5%;
    width: 100%;
}

.row-2-cut {
    width: 100%;
    height: 100%;
    position: absolute;
    left: -9%;
    top: 0px;
}

.row-2-cut-right {
    width: 100%;
    height: 100%;
    position: absolute;
    right: -5%;
    top: 0px;
}

.media-box {
    background: #F5F5F5;
    position: relative;
    min-height: 60vh;
}

.title {
    color: #003469;
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
}

.media-box h3 {
    color: #333;
    font-weight: 700;
    margin: 1rem 0px;
}

.media-box a {
    color: #003469;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.media-box a:after {
    content: '';
    width: 17px;
    position: absolute;
    height: 15px;
    display: block;
    top: -1px;
    right: -30px;
    background: url('../media/arrow-link.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.media-box a:hover :after {
    right: -40px
}

.media-slider .slick-prev {
    left: -5%;
}

.media-slider .slick-next {
    right: -5%;
}

.testimonial-slider-nav button.slick-next.slick-arrow {
    top: 40%;
    /* bottom: -60px; */
    /* left: unset; */
    right: 2%;
    /* width: 40px; */
    /* height: 40px; */
    z-index: 1;
}

.testimonial-slider-nav button.slick-next.slick-arrow::before,
.media-slider .slick-next:before {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: url("../media/arrow-right.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.testimonial-slider-nav button.slick-prev.slick-arrow::before,
.media-slider .slick-prev:before {
    width: 24px;
    height: 24px;
    display: block;
    content: "";
    background: url("../media/arrow-left.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.custom-accordion {
    color: #FFFFFF;
    padding-bottom: 2rem;
    background: url('../media/awards-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.card-body {
    color: #FFFFFF;
    padding-bottom: 2rem;
    background: url('../media/awards-texture.png'), url('../media/awards-bg.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.custom-accordion>.custom-item {
    /* padding: 1rem 2rem; */
    /* margin: 0 auto; */
    width: 20%;
    background: rgba(255, 255, 255, 1);
}

/* .custom-accordion>.custom-item:last-of-type {
    background: #462521;
    text-align: center;
    border-radius: 0.5rem;
} */

/* .custom-accordion>.custom-item:last-of-type>.icon {
    color: #FFFFFF;
} */

.custom-accordion>.custom-item:nth-of-type(6) {
    padding-bottom: 2rem;
}

.custom-accordion>.custom-item>.icon {
    color: #462521;
    font-size: 2rem;
}

.custom-accordion>.custom-item>.title {
    font-size: 1.5rem;
}

@media screen and (min-width: 800px) and (min-height: 270px) {
    .custom-accordion {
        display: flex;
        width: 100%;
        margin: 0 auto;
        height: 90vh;
        max-height: 1000px;
        overflow: hidden;
        padding-bottom: 0;
        flex-direction: row;
    }

    .custom-accordion>.custom-item {
        display: flex;
        position: relative;
        height: 100%;
        /* padding: 2rem 1rem; */
        text-align: center;
        transition: width 0.5s ease-in-out, background 0.3s ease-in-out;
        opacity: 1;
    }

    .custom-accordion>.custom-item:hover,
    .custom-accordion>.custom-item.active {
        /* transform: scaleX(2) translateX(25%); */
        /* box-shadow: 0 0 3rem #301916; */
        background: url('../media/awards-texture.png');
        border-color: transparent;
        opacity: 1;
        z-index: 1;
        width: 60%;
    }

    .custom-accordion>.custom-item:hover+.custom-item,
    .custom-accordion>.custom-item.active+.custom-item {
        /* opacity: 0.1; */
    }

    /* .custom-accordion>.custom-item:hover+.custom-item:last-of-type {
        opacity: 0.1;
        background: #8A6552;
    } */

    .custom-accordion>.custom-item {
        border: 1px solid rgba(0, 52, 105, 0.20);
        border-right: 0.5px solid;
    }

    .custom-accordion>.custom-item:last-of-type:hover {
        /* transform: scaleX(2) translateX(-25%); */
    }

    /* .custom-accordion>.custom-item:last-of-type {
        width: 25%;
        border-radius: 0;
    } */


    /* 
    .custom-accordion>.custom-item:last-of-type>.title {
        transform: rotate(0) translateX(-50%) translateY(-2.5rem);
        padding: 0;
        text-align: center;
    } */

    .custom-accordion>.custom-item:last-of-type>.content {
        /* opacity: 1; */
        /* transform: translateX(-50%) translateY(-50%); */
    }

    .custom-accordion>.custom-item:hover>.icon {
        transform: scaleX(0.5);
    }

    .custom-accordion>.custom-item:hover>.title {
        /* transform: scaleX(0.5) translateX(-50%); */
        /* background: #CA2E55; */
        /* text-align: center; */
        /* padding: 0; */
        opacity: 0;
    }

    .custom-accordion>.custom-item:hover>.title>.text,
    .custom-accordion>.custom-item.active>.title>.text {
        transform: translateX(-50%);
        left: 50%;
        opacity: 0;
    }

    .custom-accordion>.custom-item:hover>.content,
    .custom-accordion>.custom-item.active>.content {
        opacity: 1;
    }

    .custom-accordion>.custom-item>.icon {
        font-weight: 700;
        font-size: 2rem;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        color: #FFFFFF;
    }

    .custom-accordion>.custom-item>.title {
        position: absolute;
        bottom: 40%;
        left: 0;
        height: 1.5rem;
        width: 200%;
        text-align: center;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        font-size: 1.2rem;
        right: 0;
        margin: auto;
        padding-top: 9px;
    }

    .custom-accordion>.custom-item>.title>.text {
        position: absolute;
        left: 18%;
        bottom: 0;
        white-space: nowrap;
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
    }

    .custom-accordion>.custom-item>.content {
        position: relative;
        /* top: 35%; */
        /* left: 50%; */
        width: 100%;
        height: auto;
        /* transform: translateX(-50%) translateY(-50%) scaleX(0.5); */
        transition: all 0.3s cubic-bezier(0.8, 0.16, 0.42, 0.89);
        opacity: 0;
        padding: 3rem 2rem;
        pointer-events: none;
        display: flex;
        align-items: self-start;
        /* transition-delay: 1s; */
    }
}



#insta-feed {
    background: #F5F5F5;
    /* opacity: 0; */
    transition: all 1s ease-in-out;
    scroll-snap-stop: always;
}

.slide-right {
    right: 0px;
    transition: right 1s ease;
}

.slide-left {
    left: 0px;
    transition: left 1s ease;
}

.slide-right.offScreen {
    right: -100%;
}

.slide-left.offScreen {
    left: -100%;
}

#insta-feed.onScreen {
    opacity: 1;
}

.fade-left-right {
    /* opacity: 0; */
    /* left: -100%; */
    transition: all 0.3s ease-in-out;
}

.fade-left-right.onScreen {
    opacity: 1;
    left: 0%;
}

.fade-up {
    opacity: 0;
    transition: opacity 1.2s ease-in-out;
    bottom: -100%;
}

.fade-up.onScreen {
    opacity: 1;
    bottom: 0px;
}

.year-wrapper {
    width: 5rem;
    background: url('../media/award-icon.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
}

.card-header {
    border: 1px solid rgba(0, 52, 105, 0.50);
    background: #E7E7E8;
    border-top: 0.5px solid rgba(0, 52, 105, 0.50);
    border-bottom: 0.5px solid rgba(0, 52, 105, 0.50);
}

.accordion button:focus {
    outline: none;
    box-shadow: none;
}

.accordion button {
    color: #003469;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 1.2rem;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50" width="50px" height="50px"><path d="M 5 8 A 2.0002 2.0002 0 1 0 5 12 L 45 12 A 2.0002 2.0002 0 1 0 45 8 L 5 8 z M 5 23 A 2.0002 2.0002 0 1 0 5 27 L 45 27 A 2.0002 2.0002 0 1 0 45 23 L 5 23 z M 5 38 A 2.0002 2.0002 0 1 0 5 42 L 45 42 A 2.0002 2.0002 0 1 0 45 38 L 5 38 z"/></svg>') !important;
}

a.nav-link.active {
    color: #000 !important;
}

.pause.play-pause {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img#pause {
    left: -5%;
    position: relative;
}

.slick-slide.slick-active {
    border: none !important;
}

.digital-content {
    /* background: url('../media/digital-content.png'); */
    /* background-position: top; */
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-size: contain; */
}

.digital-content img {
    /* opacity: 0; */
}

h1:not(.banner-text h1) {
    font-size: 2rem;
    line-height: normal;
}

/* 
.slick-slide:not(.slick-active){
    margin-left: -1rem;
    margin-right: -1rem;
} */

.slick-dots {
    bottom: -5px;
}

.slick-dots li.slick-active button:before {
    color: #003469;
}

.media-slider .slick-dots li {
    margin: 0px;
}

.slick-dots li button:before {
    font-size: 6px;
}

footer a:hover {
    color: #fff;
}

.video-wrapper:hover .pause.play-pause {
    opacity: 0.2;
}

.video-wrapper input,
.video-wrapper button,
.video-wrapper div {
    cursor: pointer;
}

#notice {
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    margin: 1rem auto 3rem auto;
    border: 1px solid #666;
    color: #666;
    transition: opacity 0.5s ease;
    /* opacity: 0; */
    /* display: none; */
}

.show .year-wrapper,
.active .year-wrapper {
    opacity: 1;
}

.card-content {
    opacity: 0;
    transition: all 1.2s ease-in-out;
    transition-delay: .5s;
}

.show .card-content,
.active .card-content {
    opacity: 1;
}

#form-loading {
    position: absolute;
    top: 17%;
    right: 0;
    width: 25px;
    height: 25px;
    left: 0;
    margin: auto;
    transition: opacity 1.2s ease-in-out;
    opacity: 0;
    display: none;
}


.form-fade .video-wrapper:hover #upload-file {
    background: #003469E5;
}

.card-header button:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url('https://hyundaicreta.in/media/down.svg');
    top: 1.9rem;
    display: block;
    right: 1rem;
    z-index: 1;
    background-repeat: no-repeat;
    z-index: 1;
    background-size: contain;
}

.card-header button[aria-expanded="true"]:before {
    background: url('https://hyundaicreta.in/media/up.svg');
    background-repeat: no-repeat;
    background-size: contain;
}

.show .card-body:before {
    content: '';
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    background: url('https://hyundaicreta.in/media/up.svg');
    top: 2rem;
    display: block;
    right: 1rem;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
}

.accordion .collapse {
    /* margin-top: -4.2rem; */
    /* position: relative; */
    height: 0;
    opacity: 0;
    transition: height 2s ease-in-out,opacity 1s ease-in-out;
}

.parallax-cover-form {
    z-index: 1;
    padding-bottom: 1rem;
    padding-top: 1.5rem;
}

.parallax-div {
    position: sticky;
    min-height: 50vh;
    overflow: hidden;
    top: 80px;
}

#digital-content {
    position: sticky;
    top: 0px;
    overflow: hidden;
    min-height: 110vh;
    z-index: -1;
}
.parallax-form-cover {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
}

#headingFive.card-header {
    margin-bottom: 0px !important;
}
input.btn-creata-blue:focus {
    background: #003469E5 !important;
    color: #fff !important;
}

.collapse.show {
    height: auto;
    opacity: 1;
}
input.btn-creata-blue.loading:hover {
    background: #003469E5 !important;
    color: #fff;
}