body {
    font-family: Lato, "Open Sans", sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    /* background-color: #019219; */
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    border: none;
}

h1,
h2,
h3,
h4,
h5,
p {
    letter-spacing: 1px;
}

html {
    scroll-behavior: smooth; 
}

/* -------------------------------nav */

.navbar-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
    background-color: #05015c;
}
.navbar {
    margin-bottom: 0;
    width: 100%;
    background-color: #05015c;
    border: 0;
}

.nav-link {
    color: white;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.5px;
    width: 100%;
}

.list-inline-item:not(:last-child) {
    margin-right: 0;
}

.nav-link:hover {
    /* height: 100px; */
    /* padding: 15px; */
    width: 100%;
    /* background-color: #019219; */
    color: #05015c;
    border-radius: 6px;
    /* transition: 0.5s; */
    /* transform: translateY(-6px); */
}

/* ---------hover navbar links */

.nav-item:hover {
    transform: scale(1.2);
}

.nav-item:hover::before,
.nav-item:hover::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 200%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    animation: burst 0.8s ease-out forwards;
}

.nav-item:hover::before {
    background: radial-gradient(circle, rgba(27, 229, 236, 0.6), transparent);
    z-index: -1;
}

.nav-item:hover::after {
    background: radial-gradient(circle, rgba(92, 57, 247, 0.6), transparent);
    z-index: -2;
}

@keyframes burst {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    70% {
        opacity: 0.8;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.5);
        opacity: 0;
    }
}

/* Make anchor targets clear below the fixed navbar */
:root { --navbar-offset: 72px; } /* adjust to your navbar height */
html { scroll-padding-top: var(--navbar-offset); }

/* For browsers that use scroll-margin for element-based scrolling */
section, .intro-txt, .about-wrapper {
  scroll-margin-top: var(--navbar-offset);
}

/* .active {
    border-bottom: 2px solid #f83e05;
} */

.btn-social {
    color: #ffffff;
    background-color: #019219;
    border-color: #019219;
}

.btn-social:hover,
.btn-social:active,
.btn-social:focus,
.btn-social:active:focus {
    background-color: #f83e05;
    border-color: #f83e05;
    color: #ffffff;
}

.navbar-toggler {
    background-color: #019219;
    padding: 2px 8px !important;
}

.navbar-toggler-icon {
    width: 26px;
}

.menu-item a {
    width: 100%;
    text-decoration: none;
    color: #fff;
    height: 100px;
}
.menu-item a i {
    padding-top: 22px;
    display: block;
    color: #fafafa;
    font-size: 26px;
}
.menu-item span {
    display: block;
    width: 100%;
    padding-top: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}
.hvr-sweep-to-bottom {
    background: rgba(189, 7, 7, 0.2);
    height: 120px;
}

/* -----------------------------text hero */

.hero img {
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    position: relative;
    color: #eb6c04;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* -----------------------callout-img container */

.hero-container {
    width: 100%;
    /* position: relative; */
    /* position: absolute; */
    margin: auto;
}

.callout-img {
    max-width: 100%;
    /* height: 100vh; */
    /* background: url('../images/hero-bk.jpg') no-repeat center center fixed; */
    /* background: url('../images/hero-bk.jpg') no-repeat center center; */

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-size: contain; */
    /* background-position: center; */
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    position: relative;
}

.opaque-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.hero-text-container {
    position: absolute;
}

/* -------------------------Jumbotron */

.jumbotron {
    background-color: transparent;
}
.jumbotron h1 {
    font-family: Fredoka One;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
    color: white;
}

.jumbotron {
    color: #a7a7a7;
    /* margin: 25px 0; */
}

/*text animation typing effect credit to https://codepen.io/Coding_Journey/pen/BEMgbX */

.hero-txt-container {
    width: 100%;
    text-align: center;
    margin: auto;
    color: #021c86;
    position: relative;
}

.jumbotron h1 {
    font-size: 60px;
    font-family: Fredoka One;
    font-weight: 500;
    overflow: hidden;
    padding-top: 80px;
}

.jumbotron h1 span.typed-text {
    font-weight: 500;
    color: #019219;
}

.jumbotron h1 span.cursor {
    display: inline-block;
    background-color: #ccc;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}

.jumbotron h1 span.cursor.typing {
    animation: none;
}

.intro-txt h5 {
    font-family: Marck system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

@keyframes blink {
    0% {
        background-color: #ccc;
    }
    49% {
        background-color: #ccc;
    }
    50% {
        background-color: transparent;
    }
    99% {
        background-color: transparent;
    }
    100% {
        background-color: #ccc;
    }
}

/*----------------------------block-divider */

.block-divider-abt {
    width: 310px;
    height: 3px;
    background-color: #03155f;
    }

.block-divider-piano {
    width: 190px;
    height: 3px;
    background-color: #03155f;
}

 .block-divider-repertoire {
        width: 360px;
        height: 3px;
        background-color: #03155f;
    }

.block-divider-prize {
    width: 180px;
    height: 3px;
    background-color: #03155f;
}

.block-divider-contact {
    width: 220px;
    height: 3px;
    background-color: #03155f;
}

/* ---------------------about wrap */

.media-wrap img {
    justify-content: center;
    /* border-radius: 15px; */
}

.about-wrapper {
    width: 100%;
}

.k-font {
    font-family: "Libertinus Keyboard", system-ui;
    font-weight: 400;
    font-style: normal;
}

.piano-img {
    border: 1px solid #05015c;
    border-radius: 6px;
    padding: 5px;
}

/*--------------------------------media section */

.media-img {
    border-radius: 15px;
    /* border: 3px solid #05015c; */
}

.media-img {
    cursor: pointer;
    animation-name: img-zoom;
    animation-duration: 5s;
    /* animation-fill-mode: forwards; */
    animation-fill-mode: backwards;
}

@keyframes img-zoom {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.08);
    }
}

/* -------------language toggle */

.txt-box {
    position: relative;
    /* max-width: 800px; */
    /* height: 400px; */
    padding: 40px;
    /* text-align: center; */
    /* align-items: center; */
    /* background: linear-gradient(#eceffe, #ced6fb); */
}

.text {
    display: none;
    margin-top: 20px;
}

.textEN {
    display: block;
    /* background: linear-gradient(#eceffe, #ced6fb); */
}

.check {
    /* visually hide the native checkbox but keep it accessible */
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0;
}

/* visual switch attached to the label */
.check-label {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin: 0 10px; /* space between EN and NL */
}

.check-label::before {
    /* track */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 15px;
    background: #05015c;
    border-radius: 20px;
    transition: background 0.2s ease;
}

.check-label::after {
    /* knob */
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.25s ease;
    border: 3px solid #05015c;
    box-sizing: border-box;
}

/* checked state styles (checkbox + adjacent label) */
.check:checked + .check-label::before {
    background: #fa6603;
}
.check:checked + .check-label::after {
    left: 20px;
    border-color: #f19e03;
}

/* toggle which language text is shown (input is before the text blocks) */
.check:checked ~ .textEN {
    display: none;
}
.check:checked ~ .textNL {
    display: block;
}

.EN {
    color: #333;
}

.NL {
    color: #fa6603;
}


/* ------------------rotating pics */

.photo-gallery {
    /* background: linear-gradient(#15e6f5, #018f19); */
    background: linear-gradient(#05015c, #010018);

}
.banner{
    width: 100%;
    height: 100vh;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.banner .slider{
    position: absolute;
    width: 270px;
    height: 380px;
    top: 18%;
    left: 50%;
    transform-style: preserve-3d;
    transform: translate(-50%, -50%) perspective(1000px) rotate(-16deg);
    opacity: 0;
    transition: opacity 0.5s;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
}
@keyframes autoRun{
    from{
        transform: perspective(1000px) rotateX(-16deg) rotateY(0deg);
    }to{
        transform: perspective(1000px) rotateX(-16deg) rotateY(360deg);
    }
}

.banner .slider .slider-item{
    position: absolute;
    inset: 0 0 0 0;
    transform: 
        rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
        translateZ(580px);
}
.banner .slider .slider-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

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

    .banner .slider{
        width: 200px;
        height: 300px;
        left: calc(50% - 120px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(540px);
    }
    
}


@media screen and (min-width: 1023px) and (max-width: 1420px) {

    .banner {
        height: 100vh;
    }
    .banner .slider{
        width: 220px;
        height: 320px;
        top: 10%;
        left: calc(50% - 100px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(400px);
    }
   
}


@media screen and (min-width: 992px) and (max-width: 1023px) {

    .banner {
        height: 100vh;
    }
    .banner .slider{
        width: 200px;
        height: 270px;
        top: 10%;
        left: calc(50% - 80px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(380px);
    }
   
}

@media  screen and (min-width: 767px) and (max-width: 991px) {
    .banner {
        height: 85vh;
    }
    .banner .slider {
        width: 180px;
        height: 250px;
        top: 18%;
        left: calc(50% - 90px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(320px);
    }
    
}

@media screen and (min-width: 680px) and (max-width: 767px) {

    .banner {
        height: 55vh;
    }
    .banner .slider{
        width: 130px;
        height: 200px;
        top: 25%;
        left: calc(50% - 65px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(240px);
    }
    
}
@media screen and (min-width: 480px) and (max-width: 679px) {

    .banner {
        height: 55vh;
    }
    .banner .slider{
        width: 130px;
        height: 200px;
        top: 25%;
        left: calc(50% - 65px);
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(220px);
    }
    
}

@media screen and (min-width: 320px) and (max-width: 479px) {

    .banner {
        height: 50vh;
    }
    .banner .slider{
        width: 120px;
        height: 180px;
        top: 25%;
        left: calc(50% - 60px);
       
    }
    .banner .slider .slider-item{
        transform: 
            rotateY(calc( (var(--position) - 1) * (360 / var(--quantity)) * 1deg))
            translateZ(200px);
    }
    
}

/* ----------------video */

.video-wrapper {
    width: 100%;
    height: 0;
    position: relative;
    display: grid;
    place-items: center;
    overflow: hidden;
    /* 16:9 ratio */
    /* padding-top: 56.25%;   */
    padding-bottom: 56.25%;
    /* margin: 2rem 0; */
}

.video-container {
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* object-fit: contain; */
    background: #000;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--clr-white);
    display: grid;
    justify-content: center;
    align-items: center;
    visibility: visible;
    z-index: 999;
    transition: var(--transition);
}

.hide-preloader {
    z-index: -999;
    visibility: hidden;
}

.switch-btn {
    position: absolute;
    bottom: 30%;
    width: 100px;
    height: 30px;
    display: flex;
    border-radius: 18px;
    align-items: center;
    justify-content: space-around;
    border: none;
    transition: all 0.3s linear;
}

.switch-btn span {
    display: inline-block;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    text-transform: capitalize;
    color: #05015c;
}

.switch {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background: #019219;
    border-radius: 18px;
    margin: 0;
    display: block;
    transition: all 0.3s linear;
}

.slide .switch {
    left: 50%;
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
}

.video-txt {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
    font-size: clamp(1.25rem, 3vw, 2.25rem);
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 15px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#video {
    padding: 50px 0;
    color: #333;
}

.video-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    justify-content: center;
    justify-items: center;
    grid-gap: 40px;
    margin-top: 50px;
}

.video {
    border-radius: 8px;
    /* overflow: hidden; */
    position: relative;
    justify-content: center;
    align-items: center;
}

.video img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

/* Responsive equal-size video grid */
.video-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
  align-items: start;
  justify-items: center; /* center cards inside each grid cell */
}

/* keep each card the same aspect ratio (16:9) */
.video {
  width: 100%;
  max-width: 420px;        /* optional cap so cards don't get too wide */
  position: relative;
  padding-top: 56.25%;     /* 16:9 aspect ratio */
  overflow: hidden;
  background: #000;
  border-radius: 8px;
}

/* make iframe/video fill the card and preserve crop */
.video iframe,
.video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover;
}

/* Play overlay button for `.video-hgt` */
.hgt-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 4;
    transition: background 0.18s ease, transform 0.12s ease;
    box-shadow: 0 4px 14px rgba(0,0,0,0.3);
}
.hgt-play-overlay i { font-size: 28px; }
.hgt-play-overlay:active { transform: translate(-50%, -50%) scale(0.98); }
.hgt-play-overlay.hidden { display: none !important; }

/* Slightly smaller overlay on very small screens */
@media (max-width: 420px) {
    .hgt-play-overlay { width: 52px; height: 52px; }
    .hgt-play-overlay i { font-size: 22px; }
}

/* reduce card min width on very small screens */
@media (max-width: 420px) {
  .video-list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.75rem;
  }
  .video {
    max-width: 320px;
  }
}

/* font awesome icon*/
.layer a {
    margin-top: 20px;
    color: #ff004f;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    background: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;

}

/* to scale the image when hovering */
/* .video:hover img {
    transform: scale(1.2);
    transition: 0.5s;
    
} */

/* to display the layer when hovering */
.video:hover .layer {
    height: 100%;
    transition: height 0.5s;
    /* opacity: 1; */
}

/* .btn {
    display: block;
    margin: 50px auto;
    width: fit-content;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    border: 2px solid #ff004f;
    padding: 15px 20px;
    border-radius: 15px;
    transition: 0.3s;
    background-color: #0a0542;
}

.btn:hover {
    background: #ff004f;
    transition: background 0.5s;
} */

/* -----------YouTube videos */
.work iframe {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: transform 0.5s;
}

/* -----------------------Repertoire list */

.repertoire-item {
    padding: 3em 2em 0em 2em;
    position: relative;
    color: #03155f;
    border-left: 1px solid;
}

.repertoire-item p {
    padding: 0;
    margin: 0;
}

.repertoire-item:before {
    content: attr(data-dates);
    position: absolute;
    left: 2.5em;
    top: 1em;
    display: block;
    font-family: 'Exo', sans-serif;
    font-weight: 500;
    font-size: 0.8em;
    padding: 0;
    margin: 0;
}

.repertoire-item:after {
    width: 12px;
    height: 12px;
    display: block;
    top: 0;
    position: absolute;
    left: -6px;
    border-radius: 12px;
    content: '';
    background: #03155f;
}

/* .titan-one-regular {
  font-family: "Titan One", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #05015c;
  letter-spacing: 1px;
} */

.parisienne-regular {
  font-family: "Parisienne", cursive;
  font-weight: 400;
  font-style: normal;
  color: #05015c;
  letter-spacing: 1px;
}


/* .dancing-script {
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #05015c;
  letter-spacing: 1px;
} */



/* ----------------card */

.card-container {
    background: linear-gradient(#eceffe, #ced6fb);
    padding: 120px 50px;
    overflow: hidden;

}

.card-wrapper {
    /* display: flex; */
    /* gap: 10px; */
    /* padding: 8px; */
    /* display: grid; */
    /* grid-template-columns: repeat(auto-fit, minmax(10px, 1fr)); */
    /* gap: 10px;  */
    /* display: grid; */
}

.card {
    background: #019219;
    border-radius: 12px;
}

.card-title {
    color: #ffffff;
    font-weight: 800;

}

.card img {
    /* width: 100%; */
    /* aspect-ratio: 16 / 9; */
    object-fit: cover;
    border-radius: 12px;
    padding: 0;
}

.card-item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}


.card-title {
    color: #ffffff;
    /* background: #dde4ff; */
    margin: 16px 0 18px;
    padding: 8px 16px;
    font-size: 0.95rem;
    font-weight: 500;
    /* width: fit-content; */
    
}

.vd-link {
    text-decoration: none;
    list-style: none;
    border-radius: 80px;
    cursor: pointer;
    transition: 0.5s ease;
    /* left: 50%; */
    /* top: 50%; */
    
}

.vd-link:hover {
    color: #05015c;
}

.v-link-btn {
    height: 50px;
    width: 50px;
    color: #ffffff;
    border-radius: 50%;
    margin: auto 0;
    background: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    transform: rotate(-45deg);
    transition: 0.4s ease;
}

.link-pointer {
    color: #ffffff;
}

.link-pointer:hover {
    cursor: pointer;
    color: #05015c;
}



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

.vd-link-text {
    color: #ffffff;
    position: absolute;
    /* left: 50%; */
    /* top: 50%; */
    transform: translate(-50%, -50%);
    z-index: 0;
    text-align: center;
    font-size: clamp(1.25rem, 3vw, 2.25rem);
    font-family: Arial, Helvetica, sans-serif;
    padding: 5px 15px;
    text-shadow: 2px 2px 4px rgba(248, 6, 6, 0.7);
}

.v-link-btn {
    height: 40px;
    width: 40px;
    color: #ffffff;
    border-radius: 50%;
    margin: auto 0;
    background: none;
    cursor: pointer;
    border: 2px solid #ffffff;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.12s ease;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.v-link-btn:hover,
.v-link-btn:focus {
    background-color: #ffffff;
    color: #019219; 
    transform: scale(1.08);
    outline: none;
}

.pianist {
    color: rgb(106, 30, 247);
    background: #f7dff5;
}

/* ------------------------contact section */
#contact {
    padding: 10px 0;
    color: #ffffff;
}

.container h1 {
    text-align: left;
    /* font-size: 50px; */
    font-weight: bold;
    color: #021c86;
    /* text-transform: uppercase; */
    margin-bottom: 10px;
    font-weight: 500;
}


@keyframes walking-letters {
    0% {left: 0px; top: 0px;}
    25% {left: 200px; top: 0px;}
    100% {left: 0px; top: 0px;}
}

.contact-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 40px;
    margin-top: 50px;
}

.btn-contact {
    margin: 5px;
}

.contact-list div {
    background: #019219;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    /* transition the div when hover */
    transition: background 0.5s, transform 0.5s;
}

.contact-list div h2 {
    /* font-size: 30px; */
    font-weight: 500;
    margin-bottom: 0;
}

.contact-list div a {
    display: inline-block;
    /* margin-top: 20px; */
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
   /* border: 2px solid #333; */
   /* padding: 10px 20px; */
   /* border-radius: 30px; */
    /* transition: 0.3s; */
}

.contact-list div a:hover {
    /* background: #333; */
    color: #042fdb;
    /* transform: translateY(-5px); */
    /* transition: 0.3s; */
}

.contact-list div:hover {
    background: #eb6c04;
    transform: translateY(-10px);
    color: #05015c;
    /* transition: 0.3s; */
}

/*-------------------------------footer */

#footer-container {
    background-color: #03155f;
}

.f-img {
    border-radius: 18px;
}

/*------------------scroll to top button */

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 16px;
  border: none;
  outline: none;
  /* background-color: #03155f; */
  background-color: #f83e05;
  color: white;
  cursor: pointer;
  padding: 12px;
  border-radius: 8px;
}

#myBtn:hover {
  background-color: #019219;
}


/*----------------------------media queries */

@media(min-width: 1561px) and (max-width: 1980px) {
    .hero-txt-container {
        margin: 200px 0 0 360px;
    }
}

@media(min-width: 1200px) and (max-width: 1560px) {
    .hero-txt-container {
        margin: 150px 0 0 260px;
    }
    /* .hero-txt-container h1:nth-child(1) {
        font-size: 30px;
        width: 230px;
    }
    .hero-txt-container h1:nth-child(2) {
        font-size: 85px;
        width: 430px;
    } */
    .hero-txt-container p {
        font-size: 50px;
        /* width: 430px; */
    }
}

@media(min-width: 991px) and (max-width: 1199px) {
    /* .logo img {
        height: 90px;
    } */

    .btn {
    font-size: 10px;
    }
    .nav-link {
    color: white;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.8px;
}
    .hero-txt-container {
        margin: 100px 0 0 230px;
    }
    /* .hero-txt-container h1:nth-child(1) {
        font-size: 25px;
        width: 200px;
    }
    .hero-txt-container h1:nth-child(2) {
        font-size: 75px;
        width: 400px;
    } */
    /* .hero-txt-container p {
        font-size: 45px;
    } */

    /* .about-container {
        display: culumn;
    } */


    .callout-img {

        /* background: url('../images/hero-bk-sm4.jpg') no-repeat center center fixed; */
    }
    .jumbotron h1 {
        font-size: 55px;
        font-weight: 500;
        padding-top: 20px;
    }

}

@media(max-width: 991px) {
    .logo img {
        height: 90px;
        margin-left: 30px;
    }
    .navbar-nav li,
    .fb-btn {
        font-size: 40%;
    }
    .nav-link {
        padding: 1px 0;
        font-size: 12px;
    }

    .social-btn {
        font-size: 10px;
        padding: 3px 6px;
        margin-bottom: 0;
    }
    .social-media-link {
        margin-left: 10px; 
        gap: 5px;
    
    }

    .btn {
        font-size: 7px;
        margin-right: 0;
    }

    .navbar-toggler {
        margin-right: 30px;
        display: block;
    }

    /* .nav-item {
       font-size: 80%;
    } */
    .navbar img {
        width: 100px;

     }

    .hero-txt-container {
        margin: 100px 0 0 200px;
    }
    /* .hero-txt-container h1:nth-child(1) {
        font-size: 20px;
        width: 200px;
    }
    
    .hero-txt-container h1:nth-child(2) {
        font-size: 60px;
        width: 300px;
    } */

    .hero-txt-container p {
        font-size: 35px;
    }

    .hero-container { 
        margin-top: 120px;
    }
    .jumbotron h1 {
        font-size: 48px;
        font-weight: 500;
        padding-top: 20px;
    }

    .container {
        padding-left: 25px;
        padding-right: 25px;
    }

    /* --------------------------about section */

    #about,
    #media,
    #prizes,
    #contact {
        padding-top: 30px;
        /* font-size: 85%; */
    }
    .k-font{
        font-weight: 280;
    }

    .repertoire-item {
        font-size: 85%;
    }
    
    /*----------------------------block-divider */

    .block-divider-prize {
        width: 78px;
    }

    .block-divider-abt {
        width: 200px;
    }
    .block-divider-contact {
        width: 100px;
    }

    .block-divider-abt {
        width: 250px;
        height: 3px;
        background-color: #03155f;
    }

    .block-divider-piano {
        width: 160px;
        height: 3px;
        background-color: #03155f;
        
    }

    .block-divider-repertoire {
        width: 310px;
        height: 3px;
        background-color: #03155f;
    }

    .block-divider-prize {
        width: 145px;
        height: 3px;
        background-color: #03155f;
    }

    .block-divider-contact {
        width: 180px;
        height: 3px;
        background-color: #03155f;
    }

    /* ---------------------------contact section */

    .contact-list div h2 {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    h1,h2,h5,p {
        letter-spacing: 0.5px;
        font-size: 90%;
    }

    .footer-copyright {
        font-size: 50%;
    }
    #myBtn {
    font-size: 80%;
    padding: 10px;
   
    }

    .video-txt {
        /* font-size: clamp(1rem, 2vw, 2rem); */
    }

    .switch-btn {
        width: 100px;
        height: 30px;
        /* bottom: 10%; */
    }

    .switch-btn span {
        font-size: 24px;
        font-weight: 500;
    }

    .card-container {
        padding: 80px 10px;
    }
    /* Make card columns (Bootstrap .col-sm-6) stack as full-width rows on screens <= 991px */
    .col-sm-6.card-wrapper {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

    /* Ensure the card fills its wrapper */
    .col-sm-6.card-wrapper .card {
        width: 100%;
        display: block;
    }
}

@media (max-width: 780px) {
  .video-list {
    justify-content: center; /* center the whole grid */
    justify-items: center;   /* center each grid item */
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* keep columns compact */
    gap: 20px;
  }

   .block-divider-repertoire {
        width: 250px;
        height: 3px;
        background-color: #03155f;
    }
}

@media (max-width: 780px) {
  .video-list {
    justify-content: center;   /* center the whole grid inside its container */
    justify-items: center;     /* center each grid item in its cell */
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 16px;
  }

  .video {
    width: 100%;
    max-width: 320px;   /* card width on small screens */
    margin: 0 auto;     /* center the card if the grid cell is wider */
    padding-top: 56.25%;/* keep 16:9 aspect ratio */
  }

  .video iframe,
  .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
}

@media (min-width: 590px) and (max-width: 780px) {
    .logo img {
        height: 80px;
    }
    .hero-txt-container {
        margin: 140px 0 0 140px;
    }
   
    .hero-txt-container p {
        font-size: 25px;
    }

    .hero-container { 
        margin-top: 120px;
    }
     .jumbotron h1 {
        font-size: 40px;
        font-weight: 500;
        padding-top: 20px;
    }

    .about-wrapper {
        padding-top: 50px;
    }

    .media-wrap {
        margin-bottom: 50px;
    }

    .video-list {
        
        justify-content: center;
        align-items: center;
    }

    .switch-btn {
        width: 85px;
        height: 25px;
        bottom: 15%;
    }

    .switch-btn span {
        font-size: 24px;
        font-weight: 400;

    }
}


@media (min-width: 479px) and (max-width: 590px) {
    .logo img {
        height: 70px;
    }
    /* .hero-txt-container h1:nth-child(1) {
        font-size: 15px;
        width: 120px;
    }
    .hero-txt-container h1:nth-child(2) {
        font-size: 35px;
        width: 180px;
    } */
    .hero-txt-container p {
        font-size: 40px;
    }
    .hero-txt-container {
        margin: 120px 0 0 110px;
    }

    .hero-container { 
        margin-top: 120px;
    }
   
    .jumbotron h1 {
        font-size: 30px;
        font-weight: 500;
        padding-top: 50px;
    }

    .callout-img {
        /* background: url('../images/hero-bk-sm1.jpg') no-repeat center center fixed; */
    }

    .intro-txt {
        padding: 20px;
    }

    .media-img {
        margin-top: 20px;
    }

    .video-txt {
        /* font-size: clamp(1rem, 2vw, 2rem); */
    }

    .switch-btn {
        width: 75px;
        height: 25px;
        bottom: 15%;
    }

    .switch-btn span {
        font-size: 22px;
        font-weight: 300;

    }
}

@media(min-width: 320px) and (max-width: 479px) {
    .logo img {
        height: 60px;
    }
    #hero {
        /* height: 70vh; */
        
    }
  
    /* .hero-txt-container h1:nth-child(1) {
        font-size: 10px;
        width: 90px;
    }
    .hero-txt-container h1:nth-child(2) {
        font-size: 22px;
        width: 120px;
    } */
    .hero-txt-container p {
        font-size: 30px;
    }
      .hero-txt-container {
        /* margin: 90px 0 0 80px; */
        text-align:start;
    }
    .jumbotron h1 {
        font-size: 25px;
        font-weight: 500;
        padding-top: 45px;
    }
   
    /* .callout-img {
        height: 400px;
    } */

    .hero-container { 
        margin-top: 90px;
    }

    .intro-txt {
        padding: 20px;
    }

    .media-img {
        margin-top: 20px;
    }

     .video-txt {
        font-size: clamp(0.8rem, 1.8vw, 1.8rem);
    }

    .switch-btn {
        width: 58px;
        height: 22px;
        bottom: 15%;
    }

    .switch-btn span {
        font-size: 15px;
        font-weight: 200;
    }

    .card-title {
        font-size: 16px !important
    }
}