@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap');
@font-face {
    font-family: 'FZKai-Z03';
    src: url('../font/FZKai-Z03\ Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'HanyiSentyPailouArch';
    src: url('../font/HanyiSentyPailouArch\ Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'honglei';
    src: url('../font/honglei\ sim\ Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'maintext';
    src: url('../font/Gen\ Jyuu\ Gothic\ Light.ttf') format('truetype');
}
@font-face {
    font-family: 'zheyan';
    src: url('../font/REEJI-ZhenyanGB2.0-GX\ Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'hanyi';
    src: url('../font/HanyiSentyZhao\ Regular.ttf') format('truetype');
}


body {
    font-family: 'Raleway', sans-serif;
    margin: 0;
    padding: 0;
}

header {
    position: absolute;
    width: 100%;
}

header nav.navbar.navbar-expand-lg.navbar-light.bg-light {
    background: transparent !important;
}

.swal2-popup {
    font-family: 'maintext', sans-serif;
}

.container {
    padding: 10px;
    padding-bottom: 50px;
}

nav {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: transparent;
    z-index: 950;
    padding-top: 10px;
}

nav ion-icon {
    display: none;
}

nav ul li {
    padding-top: 10px;
    display: inline-block;
    list-style: none;
    margin: 10px 17px;
}

nav ul li a {
    text-decoration: none;
    color: #3a2c0f;
    /* background: linear-gradient(to bottom, #cfc09f 40%, #ffecb7 1%, #3a2c0f 78%); 
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff; */
    font-size: 20px;
    position: relative;
    font-family: 'HanyiSentyPailouArch', serif;
}

nav ul li :hover {
    color: #897b2b;
    transition: 0.5s;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    text-transform: uppercase;
}

.activetab {
    color: #897b2b !important;
    font-weight: bolder;
}

.logo {
    width: 250px;
}

.welcome {
    background: url(/images/logobj4.jpeg);
    background-repeat: no-repeat;
    padding: 150px 200px 200px 200px;
    padding-bottom: 100px;
    text-align: center;
    font-family: "honglei", 'Raleway';
}

#welcome {
    color: white;
    font-size: 100px;
    text-shadow: 7px 6px 10px #000;
    font-family: "hanyi", cursive;
    margin-top: 60px;
}

#welcomecaption {
    color: white;
    font-size: 50px;
    font-family: 'EB Garamond', serif; 
    text-shadow: 3px 3px 3px #000;
}

.btn-outline-light {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 12px 10px;
    border-radius: 6px;
    color: #000;
    border-color: #000;
}

.btn-outline-light:hover {
    /* background-color: #D2C351; */
    background: url(/images/goldbg.png);
    color: white;
    transition: 0.3s;
}

.about {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wrapper {
    height: 200px;
    width: 632px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
}

.button-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
}

.carousel {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    position: absolute;
    left: 0;
    transition: all 1s ease;
}

.card {
    background: black;
    min-width: 200px;
    height: 200px;
    margin-right: 1rem;
    display: inline-block;
    color: white;
}

.card img {
    width: 200px;
}

/*about*/

.aboutsection {
    padding: 75px 0px 0px;
    background-color: white;
    color: black;
    min-height: 85vh;
    display: flex;
    font-family: 'HanyiSentyPailouArch', serif;
}

.about-founder{
    font-family: 'maintext', serif;
}

.signature img {
    max-width: 200px;
}

.signature p {
    position: relative;
    top: -14px;
}

.about-text {
    margin-bottom: 30px;
    /* opacity: 0; */
    transform: scale(1);
    background-color: white;
    padding: 10px 10px 10px 10px;
}

@media (prefers-reduced-motion: no-preference) {
    .about-text {
        transition: opacity 0.1s, transform 0.1s;
    }
}

.about-img {
    margin-bottom: 30px;
    /* width: 90%; */
    box-shadow: 8px 8px 17px #595959;
    border-radius: 20px;
}

.about-img img {
    border-radius: 10px;
    width: 100%;
}

.about-text h1 {
    color: #10347a;
    font-weight: bold;
}

/*animation*/
.fade-in-text {
    animation: fadeIn 1.1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/*founder*/

.foundersection {
    padding: 50px 0px 0px 0px;
    background: url(/image/darkyellowbg.JPG);
    color: black;
    /* min-height: 100vh; */
    display: flex;
    padding-bottom: 80px;
}

.founder-text {
    margin-bottom: 30px;
    /* opacity: 0; */
    transform: scale(1);
    background-color: white;
    padding: 10px 10px 10px 10px;
}

.about-founder {
    text-align: left !important;
    background: transparent;
    font-size: x-large;
}

/*Features*/

section.features-section {
    background: url(/images/bg1.png);
}

.features-box {
    /* background-color: #10347a; */
    font-family: 'HanyiSentyPailouArch', serif;
    background: url(/images/goldbg.png);
    color: #000;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    height: 95%;
    box-shadow: 3px 3px 12px #595959;
    border-radius: 20px;
}

.features-box p{
    font-family: 'maintext';
}

.left-head h2 {
    color: black;
    font-size: 60px;
}

.right-text {
    color: white;
}

.row.top-features {
    top: -78px;
    position: relative;
}

.helpbanner {
    padding-left: 20%;
    padding-right: 20%;
    padding-bottom: 3%;
}

.helpbanner h1 {
    color: white;
    font-weight: 700;
    font-family: 'HanyiSentyPailouArch', serif;
    text-shadow: 3px 3px 5px black;
    font-size: 60px;
}

.helpbanner p {
    color: black;
    font-weight: 200;
    font-size: 20px;
    line-height: 40px;
    /* text-shadow: 3px 3px 5px black; */
}

/*Services Section*/

section.services-section {
    /* background: #ebebeb; */
    background: url(/image/darkyellowbg.JPG);
    text-align: center;
    padding: 50px 0px 80px;
}

section.services-section h3 {
    font-weight: 500;
}

.btn-outline-dark:hover {
    background-color: #D2C351;
    transition: 0.5s;
}

input[type=radio] {
    display: none;
}

.card {
    position: absolute;
    width: 60%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: transform 0.4s ease;
    cursor: pointer;
}

.container1 {
    margin-top: 60px;
    width: 100%;
    max-width: 800px;
    max-height: 600px;
    height: 100%;
    transform-style: preserve-3d;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.servicetitle {
    margin-bottom: 35px;
    color: #d1b77b;
    text-shadow: 3px 3px 5px #000;
    font-weight: 700;
    font-size: 60px;
    font-family: 'HanyiSentyPailouArch';
}

.cards {
    position: relative;
    width: 100%;
    height: 100%;
    margin-bottom: 410px;
}

.services-section img {
    width: 350px;
    height: 350px;
    border-radius: 10px;
    object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
    transform: translatex(-40%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
    transform: translatex(40%) scale(.8);
    opacity: .4;
    z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
    transform: translatex(0) scale(1);
    opacity: 1;
    z-index: 1;
}

.services-section img {
    box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}

.player {
    background-color: transparent;
    border-radius: 8px;
    min-width: 320px;
    padding: 16px 10px;
    margin-top: 390px;
    margin-left: 240px;
    margin-right: 240px;
}

.upper-part {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    height: 140px;
    overflow: hidden;
}

.song-info {
    width: calc(100% - 55px);
    display: block;
    padding-left: 23px;
    padding-right: 23px;
}

.song-info .title {
    color: #948435;
    font-family: 'honglei', serif;
    font-size: 37px;
    font-weight: 600;
    line-height: 35px;
}

.sub-line {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.subtitle {
    font-family: 'honglei', serif;
    font-size: 28px;
    line-height: 30px;
    color: #000;
}

.info-area {
    width: 100%;
    position: absolute;
    top: 0;
    left: 30px;
    transition: transform .4s ease-in;
}

#item-2:checked~.player #test {
    transform: translateY(0);
}

#item-2:checked~.player #test {
    transform: translateY(-130px);
}

#item-3:checked~.player #test {
    transform: translateY(-280px);
}

/*Testimonial*/

section.test-section {
    background: url(/images/review-bg.jpg);
    padding: 100px 0px;
    text-align: center;
    background-size: cover;
    color: #d1b77b;
    z-index: 1100;
}

section.test-section video {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}

.test-info img {
    width: 50px !important;
    height: 50px !important;
    display: inline-block !important;
}

.test-box {
    text-align: center;
    font-family: 'Assistant';
    font-weight: 500;
}

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

.test-authot h4 {
    font-size: 17px;
    text-align: left;
    margin: 0;
}

.test-authot h5 {
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
}

.test-authot {
    margin-left: 20px;
}

.test-box {
    max-width: 700px;
    margin: 0px auto;
}

.test-box p {
    font-size: 18px;
    font-style: italic;
}

.owl-theme .owl-nav {
    position: absolute;
    top: 27%;
    max-width: 900px;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-] {
    font-size: 68px !important;
}

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #000 !important;
}

section.cta-section {
    background: url(/images/contactus.jpeg) no-repeat;
    padding: 49px 0px 20px;
}

.cta-text {
    color: white;
    font-family: 'HanyiSentyPailouArch',Courier;
    text-shadow: 3px 3px 3px black;
}

section.cta-section .btn-primary {
    background: white !important;
    border-color: white !important;
    font-family: 'HanyiSentyPailouArch',Courier;
    size: 50px;
    color: #000;
}

section.cta-section .btn-primary:hover {
    background: lightgray !important;
    border-color: white !important;
    color: black;
}

/*footer*/
footer {
    padding: 70px 0px 0px;
    background-color: #282a29;
    color: white;
}

.footer-col {
    margin-bottom: 27px;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    display: block;
}

.footer-menu ul li a {
    color: white;
    text-decoration: none;
}

.footer-col h3 {
    position: relative;
    margin-bottom: 31px;
    font-size: 20px;
}

.footer-col p,
.footer-col ul li a {
    font-size: 14px;
}

.footer-col h3:before {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #d1b77b;
    bottom: -11px;
}

.copy-text {
    margin-top: 30px;
}

ul.top-social {
    margin: 0px 30px 0px 0px;
    padding: 0;
}

ul.top-social li {
    display: inline-block;
}

ul.top-social li a {
    color: #d1b77b;
    margin-right: 6px;
    font-size: 20px;
}

/* service.html*/
.servicepage-banner {
    background: url(/images/bg1.png);
    background-size: cover;
    padding: 50px 200px 200px 200px;
    padding-bottom: 100px;
    text-align: center;
}

#servicepagetitle {
    color: white;
    font-size: 70px;
    text-shadow: 7px 6px 10px #000;
    padding-top: 10rem;
    font-family: 'HanyiSentyPailouArch', sans-serif;
    font-weight: 600;
}

#servicepagecaption {
    color: white;
    font-size: 22px;
    font-family: 'honglei', sans-serif;
    -webkit-text-stroke: 1px black;
}

section.servicepage-section {
    background: #ebebeb;
    text-align: center;
    padding: 70px 0px 80px;
    padding-left: 120px;
    padding-right: 120px;
}

section.servicepage-section h3{
    font-family: 'HanyiSentyPailouArch',cursive;
}

section.servicepage-section p{
    font-family: 'honglei',cursive;
}

section.servicepage-section h3 {
    font-weight: 500;
}

.section-title-main {
    margin-bottom: 47px;
}

h2.section-title1 {
    color: #d1b77b;
    text-shadow: 3px 3px 5px #000;
    font-weight: 700;
    font-size: 60px;
    font-family: 'HanyiSentyPailouArch';
}

.section-title {
    color: #10347a;
    font-size: 40px;
    font-weight: 700;
    text-align: left;
}

.services-box {
    margin-bottom: 20px;
    border-bottom: 5px #D2C351 solid;
}

.services-media img {
    width: 100%;
}

.services-info {
    padding: 30px;
    background: #FFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .11);
    height: 280px;
}

.services-info h3 {
    font-size: 27px;
    font-weight: 800;
}

/* location.html*/
.locationnav li a {
    color: #fff;
}

.locationpage-banner {
    background: url(/images/bg1.png);
    background-size: cover;
    padding: 50px 200px 200px 200px;
    padding-bottom: 100px;
    text-align: center;
}

#locationpagetitle {
    color: white;
    font-size: 70px;
    text-shadow: 7px 6px 10px #000;
    padding-top: 10rem;
    font-family: 'HanyiSentyPailouArch', sans-serif;
    font-weight: 600;
}

.maptitle {
    text-align: center;
    padding-bottom: 20px;
    font-weight: 600;
}

#location {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #10347a;
    color: white;
}

.location-left {
    flex-basis: 43%;
    height: 400px;
    margin-left: 10%;
}

.mapsec {
    border-radius: 10px;
}

.location-right {
    flex-basis: 42%;
    padding-top: 29px;
}

.social-icons {
    margin-top: 30px;
}

.social-icons a {
    text-decoration: none;
    font-size: 30px;
    margin-right: 15px;
    color: white;
    display: inline-block;
    transition: transform 0.5s;
}

.social-icons a:hover {
    color: #bd9842;
    transform: translateY(-5px);
}

/* contact.html */

.contactpage {
    padding-top: 50px;
    padding-bottom: 80px;
    background: white;
}

.contact {
    margin-top: 20px;
    font-family: 'Poppins', sans-serif;
}

.contact .icons-container {
    display: grid;
    gap: 1.5rem;
    justify-content: center;
}

.contact .icons-container .icons {
    width: 30%;
    padding: 2rem;
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    border-radius: 2rem;
    text-align: center;
    outline: .1rem solid rgba(0, 0, 0, .1);
    outline-offset: -1rem;
}

.contact .icons-container .icons i {
    font-size: 2rem;
    height: 5rem;
    width: 5rem;
    color: white;
    line-height: 5rem;
    border-radius: 50%;
    background: #897b2b;
}

.contact .icons-container .icons h3 {
    font-size: 22px;
    padding: 10px 0;
    color: #10347a;
}

.contact .icons-container .icons p {
    font-size: 15px;
    line-height: 1;
    color: #666;
}

.contact .row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 4rem;
}

.contact .row .image {
    flex: 1 1 20rem;
}

.contact .row .image img {
    width: 100%;
}

.contact .row form {
    font-size: 18px !important;
    flex: 1 1 30rem;
    padding: 1.5rem;
    border: 0.1rem solid rgba(0, 0, 0, .4);
    box-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .1);
    border-radius: .5rem;
}

.contact .row form h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 30px;
    padding-bottom: 10px;
    color: black;
}

.contact .row form .inputBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact .row form .inputBox input {
    width: 49%;
}

.contact .row form .inputBox #subject {
    width: 100%;
}

.contact .row form .inputBox input,
.contact .row form textarea {
    font-size: 18px;
    border: 0.1rem solid rgba(0, 0, 0, .3);
    border-radius: 0.5rem;
    padding: 10px 12px;
    color: black;
    margin: .7rem 0;
}

.contact .row form .inputBox input:focus,
.contact .row form textarea:focus {
    border: 0.1rem solid #10347a;
}

.contact .row form textarea {
    height: 15rem;
    width: 100%;
    resize: none;
}

.formcolor {
    color: #000;
    padding-left: 13px;
    padding-right: 13px;
}

.btn2 {
    font-size: 18px;
    margin-top: 8px;
    display: inline-block;
    padding: 8px 15px;
    border-radius: .5rem;
    border: .2rem solid #10347a;
    color: #10347a;
    background: none;
    cursor: pointer;
}

.btn2:hover {
    background: #10347a;
    color: white;
}

/*Scroll to top*/
#scrollUp {
    /* background: #D2C351; */
    background: url(/images/goldbg.png);
    height: 40px;
    width: 40px;
    right: 50px;
    bottom: 40px;
    display: inline-block;
    color: #ffffff;
    border: 2px soild #fff;
    text-align: center;
    border-radius: 20px;
    line-height: 48px;
    transition: .3s;
}

#scrollUp svg {
    fill: #ffea04;
    transform: rotate(225deg);
    width: 20px;
}

#scrollUp:hover {
    transform: scale(1.1);
}

/* 991px media */
@media (max-width:991px) {

    .logo {
        width: 220px;
        margin-left: 18px;
        margin-top: 7px;
        margin-bottom: 7px;
    }

    nav ion-icon {
        display: block;
        font-size: 25px;
        cursor: pointer;
    }

    nav ul {
        background: #b1ad8f;
        position: fixed;
        top: 0;
        right: -400px;
        width: 200px;
        height: 100vh;
        margin-top: 0px;
        z-index: 950;
        transition: right 0.5s;
    }

    nav ul li {
        display: block;
        margin: 25px;
    }

    #sidemenu{
        margin-right: 0px;
    }

    nav ul ion-icon {
        position: absolute;
        top: 25px;
        left: 25px;
        cursor: pointer;
    }

    .welcome {
        padding: 160px 0px;
        padding-bottom: 200px;
        /* margin-top: 30px; */
    }

    #welcome {
        font-size: 60px;
    }

    #welcomecaption {
        font-size: 38px;
    }

    .wrapper {
        width: 427px;
    }

    .aboutsection {
        padding: 50px 0px 20px;
        margin-top: -50px;
        margin-bottom: -60px;
    }

    .about-img {
        margin-left: 12px;
        margin-right: 12px;
        margin-bottom: 40px;
    }

    .foundersection {
        margin-bottom: -70px;
    }

    section.features-section {
        text-align: center;
        padding: 50px 0px 20px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .helpbanner {
        padding-left: 5%;
        padding-right: 5%;
    }

    .player {
        margin-left: 30px;
        margin-right: 30px;
    }

    .services-section img {
        width: 100%;
    }

    .song-info .title {
        font-size: 25px;
        line-height: 18px;
    }

    .subtitle {
        font-size: 16px;
        line-height: 15px;
    }

    section.servicepage-section {
        padding-left: 14px;
        padding-right: 14px;
    }

    .services-info {
        height: 250px !important;
    }

    .servicepage-banner {
        padding: 80px 0px;
        padding-bottom: 40px;
    }

    #servicepagetitle {
        font-size: 42px;
    }

    .locationpage-banner {
        padding: 80px 0px;
        padding-bottom: 40px;
    }

    #locationpagetitle {
        font-size: 42px;
    }

    #servicepagecaption {
        font-size: 20px;
    }

    section.cta-section {
        text-align: center;
    }

    .location-left,
    .location-right {
        flex-basis: 100%;
        margin-left: auto;
        text-align: center;
        z-index: 900;
    }

    .location-right {
        padding-top: 35px;
    }

    .contact .icons-container {
        padding-left: 13px;
        padding-right: 13px;
    }

    .contact .icons-container .icons {
        width: 43%;
        grid-template-columns: repeat(auto-fit, minmax(10rem, 20fr));
    }

    .contact .icons-container .icons i {
        font-size: 38px;
        height: 6rem;
        width: 6rem;
        line-height: 6rem;
    }

    .contact .icons-container .icons h3 {
        font-size: 25px;
        padding: 1rem 0;
    }

    .contact .icons-container .icons p {
        font-size: 19px;
        line-height: 2;
    }
}

/* 1366px media */
@media (max-width:1366px) {
    .song-info .title {
        font-size: 37px;
    }

    .subtitle {
        font-size: 30px;
    }

    .song-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    #item-2:checked~.player #test {
        transform: translateY(-140px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-290px);
    }
}

/*1128px*/
@media(max-width:1128px) {
    .services-info {
        height: 310px;
    }
}

/* 1112px media */
@media (max-width:1112px) {
    .song-info .title {
        font-size: 30px;
    }

    .subtitle {
        font-size: 22px;
    }

    .upper-part {
        height: 140px;
    }

    .song-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    #item-2:checked~.player #test {
        transform: translateY(-140px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-290px);
    }

    .services-info {
        height: 320px;
    }
}

/* 1024px media */
@media (max-width:1024px) {
    .subtitle {
        font-size: 19px;
    }

    .aboutsection{
        /* margin-bottom: -500px; */
    }

    .song-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    #item-2:checked~.player #test {
        transform: translateY(-140px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-290px);
    }
}

/* 834px media */
@media (max-width:834px) {

    .song-info .title {
        font-size: 30px;
        line-height: 30px;
    }

    .subtitle {
        font-size: 22px;
        line-height: 25px;
    }

    .upper-part {
        height: 120px;
    }

    #item-2:checked~.player #test {
        transform: translateY(-114px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-250px);
    }

    .contact .icons-container .icons {
        width: 100%;
    }

    .contact .row .image img {
        width: 85%;
    }
}

/*667px media*/
@media(max-width:667px) {
    /* .upper-part{
        height: 90px;
    } */

    #item-3:checked~.player #test {
        transform: translateY(-250px);
    }
}

/*639px media*/
@media(max-width:639px) {

    #item-2:checked~.player #test {
        transform: translateY(0);
    }

    #item-2:checked~.player #test {
        transform: translateY(-145px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-290px);
    }

    /* .servicepage-banner {
        background: url(/images/bg1.png);
        background-size: cover;
    } */
}

/*600px media*/
@media(max-width:600px) {

    #item-2:checked~.player #test {
        transform: translateY(0);
    }

    #item-2:checked~.player #test {
        transform: translateY(-145px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-305px);
    }
}

/*667px media*/
@media(max-width:667px) {
    .upper-part {
        height: 140px;
    }
}

/* 414px media */
@media (max-width:414px) {
    .song-info .title {
        font-size: 25px;
        line-height: 22px;
    }

    .subtitle {
        font-size: 20px;
        line-height: 22px;
    }

    .upper-part {
        height: 140px;
    }

    .song-info {
        padding-left: 0px;
        padding-right: 0px;
    }

    #item-2:checked~.player #test {
        transform: translateY(-150px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-307px);
    }
}

/*375px media*/
@media(max-width:375px) {

    .subtitle {
        font-size: 19px;
    }

    #item-2:checked~.player #test {
        transform: translateY(0);
    }

    #item-2:checked~.player #test {
        transform: translateY(-150px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-305px);
    }

    .services-info {
        height: 300px !important;
    }

    .servicepage-banner {
        padding: 950px 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 57px;
    }

    #servicepagetitle {
        font-size: 32px;
    }

    .locationpage-banner {
        padding: 950px 0px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 57px;
    }

    #locationagetitle {
        font-size: 30px;
    }

    #servicepagecaption {
        font-size: 18px;
    }
}

/*320px media*/
@media(max-width:320px) {

    .player {
        min-width: auto;
        margin-left: 2px;
        margin-right: 2px;
    }

    .subtitle {
        font-size: 18px;
    }

    #item-2:checked~.player #test {
        transform: translateY(0);
    }

    #item-2:checked~.player #test {
        transform: translateY(-150px);
    }

    #item-3:checked~.player #test {
        transform: translateY(-305px);
    }

    .servicepage-banner {
        padding: 100px 0px;
        padding-bottom: 57px;
    }

    #servicepagetitle {
        font-size: 30px;
    }

    #servicepagecaption {
        font-size: 28px;
    }

    .locationpage-banner {
        padding: 100px 0px;
        padding-bottom: 57px;
    }

    #locationpagetitle {
        font-size: 28px;
    }
}