/*https://kittygiraudel.com/snippets/sr-only-class/*/
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    margin: -1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}


@font-face {
    font-family: "LuloClean";
    src: url("../fonts/lulo-clean.woff2") format('woff2'),
    url("../fonts/lulo-clean.woff") format('woff'),
    url("../fonts/lulo-clean.svg") format('svg'),
    url('../fonts/lulo-clean.ttf') format('truetype');
}

@font-face {
    font-family: "AvenirLT";
    src: url("../fonts/avenir-lt.otf") format('opentype')
}

@font-face {
    font-family: "Play";
    src: url('../fonts/play.ttf') format('truetype');
}

@font-face {
    font-family: "OpenSans}";
    src: url('../fonts/open-sans.ttf') format('truetype');
}

.play {
    font-family: play;
}

.luloclean {
    font-family: "LuloClean", serif;
}

.avenirlt {
    font-family: "AvenirLT";
}

body {
    font-family: 'OpenSans', sans-serif;
    height: 100%;
}


.section {
    position: relative;
    color: white;
}

.parallax {
    margin: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.nav-item {
    font-size: 20px !important;
}

.bg1 {
    background-position: top;
    height: 1400px;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-webp .bg1 {
    background-image: url(../images/sitting.jpg);
}

.webp .bg1 {
    background-image: url(../images/sitting.webp);
}

.bg2 {
    height: 1000px;
    background-size: cover;

}

.no-webp .bg2 {
    background-image: url(../images/playing-5.jpg);
}

.webp .bg2 {
    background-image: url(../images/playing-5.webp);
}


.display-big {
    font-size: 8rem;
}


@media (max-width: 600px) {
    .display-big {
        font-size: 3rem;
    }

    .bg1 {
        height: 600px;
    }

    .bg2 {
        height: 800px;
    }
}

@media (min-width: 800px) and (max-width: 1200px) {
    .display-big {
        font-size: 3rem;
    }

    .bg1 {
        height: 1000px;
    }

    .bg2 {
        height: 1000px;
    }
}

.main-carousel {
    height: 700px;
}

@media (max-width: 1120px) {
    .main-carousel {
        height: 300px;
    }
}

@media (min-width: 800px) {
    .book-now {
        position: absolute;
        bottom: 200px;
        left: 0;
        right: 0;
    }
}


.repertoire {
    background-color: #242323;
}

.layout_padding {
    padding: 75px 0;
}

.layout_padding2 {
    padding: 45px 0;
}

.layout_padding2-top {
    padding-top: 45px;
}

.layout_padding2-bottom {
    padding-bottom: 45px;
}

.layout_padding-top {
    padding-top: 75px;
}

.layout_padding-bottom {
    padding-bottom: 75px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.heading_container h2 {
    font-weight: bold;
    color: #29292a;
    font-size: 2.5rem;
}

.heading_container h2::first-letter {
    font-size: 2em;
}

.heading_container h2 span {
    color: #bcc4f2;
}

/*header section*/
.hero_area {
    height: 100vh;
}

.sub_page .hero_area {
    height: auto;
}

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

.header_section .nav_container {
    margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 30px;
    color: #7c7b7b;
    text-align: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover {
    color: black;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link {
    color: black;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.about_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.about_section .detail-box .heading_container {
    margin-bottom: 25px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #eb19b7;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 35px;
}

.about_section .detail-box a:hover {
    background-color: transparent;
    border-color: #eb19b7;
    color: #eb19b7;
}

.about_section .img-box img {
    width: 100%;
}

.glass_section {
    background-color: #bcc4f2;
}

.glass_section .heading_container h2 {
    color: #6f6e6e;
    margin-bottom: 35px;
}

.glass_section .heading_container h2::first-letter {
    color: #000000;
}

.glass_section .heading_container h2 span {
    color: #2e303c;
}

.glass_section .glass_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.glass_section .glass_container .box {
    width: 265px;
    margin: 10px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
}

.glass_section .glass_container .box .img-box {
    margin: 50px 0;
    height: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.glass_section .glass_container .box .img-box img {
    max-width: 100%;
}

.glass_section .glass_container .box .price a {
    color: #bcc4f2;
    text-decoration: underline;
}

.glass_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.glass_section .btn-box a {
    display: inline-block;
    padding: 10px 30px;
    background-color: #eb19b7;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 35px;
}

.glass_section .btn-box a:hover {
    background-color: transparent;
    border-color: #eb19b7;
    color: #eb19b7;
}

.quality_section .nav-tabs {
    border: none;
}

.quality_section .detail-box a h6 {
    margin: 35px 0;
    color: #050606;
}

.quality_section .detail-box a h6 span {
    font-weight: bold;
    margin-right: 10px;
}

.quality_section .detail-box a.active h6 span {
    color: #42b8e4;
}

.quality_section .img-container {
    height: 100%;
}

.quality_section .img-container .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.quality_section .img-container .img-box img {
    width: 100%;
}

.offer_section {
    background-color: #bcc4f2;
}

.offer_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.offer_section .img-box {
    position: relative;
}

.offer_section .img-box img {
    width: 100%;
}

.offer_section .img-box .price {
    position: absolute;
    top: 58.5%;
    left: 46%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #eb19b7;
    border-radius: 100%;
}

.offer_section .img-box .price h4 {
    margin: 0;
    font-weight: bold;
    color: #ffffff;
}

.offer_section .detail-box h2 {
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

.offer_section .detail-box a {
    display: inline-block;
    padding: 7px 45px;
    background-color: #eb19b7;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 35px;
}

.offer_section .detail-box a:hover {
    background-color: transparent;
    border-color: #eb19b7;
    color: #eb19b7;
}

.buy_section {
    text-align: center;
}

.buy_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.buy_section .heading_container h2 .s-2 {
    color: #6f6e6e;
}

.buy_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.buy_section .box .img-box {
    margin: 45px 0;
}

.buy_section .box .img-box img {
    max-width: 100%;
}

.buy_section .box .detail-box a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #eb19b7;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid transparent;
    margin-top: 25px;
}

.buy_section .box .detail-box a:hover {
    background-color: transparent;
    border-color: #eb19b7;
    color: #eb19b7;
}

.client_section {
    text-align: center;
}

.client_section .heading_container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    width: 650px;
    margin: 45px auto 0 auto;
}

.client_section .box .client-id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
}

.client_section .box .client-id .img-box img {
    width: 100%;
}

.client_section .box .client-id h5 {
    margin-top: 15px;
}

/* contact section */
.contact_section {
    background-color: #242323;
    color: #ffffff;
    height: 100vh;
}

.contact_section .contact_form-container {
    margin-top: 50px;
}

.contact_section .contact_form-container input, .contact_section .contact_form-container textarea {
    border: none;
    outline: none;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
    width: 100%;
    margin: 15px 0;
    background-color: transparent;
}


.contact_section .contact_form-container input::-webkit-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input:-ms-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input::-ms-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container input::placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.contact_section .contact_form-container button {
    border: 2px solid #ffffff;
    padding: 8px 45px;
    border-radius: 30px;
    background-color: transparent;
    outline: none;
    color: #ffffff;
    text-transform: uppercase;
}

.contact_section .contact_form-container button:hover {
    background-color: #ffffff;
    color: #000000;
}

/* end contact section */
/* info section */
.info_section {
    background-color: #141414;
}

.info_section .container {
    border-top: 1px solid rgba(255, 255, 255, 0.6);
}

.info_section .row > div {
    margin-top: 45px;
    margin-bottom: 45px;
}

.info_section h6 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #ffffff;
}

.info_section p {
    color: #ffffff;
}

.info_section form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.info_section form input {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(240, 240, 240, 0.35);
    width: 100%;
    outline: none;
    color: #ffffff;
}

.info_section form input ::-webkit-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.info_section form input :-ms-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.info_section form input ::-ms-input-placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.info_section form input ::placeholder {
    color: rgba(249, 252, 253, 0.5);
}

.info_section form button {
    border: 2px solid rgba(249, 252, 253, 0.5);
    padding: 3px 30px;
    border-radius: 30px;
    background-color: transparent;
    outline: none;
    color: rgba(249, 252, 253, 0.3);
    text-transform: uppercase;
    margin-left: -120px;
}

.info_section ul {
    padding: 0;
}

.info_section ul li {
    list-style-type: none;
    margin: 3px 0;
}

.info_section ul li a {
    color: rgba(249, 252, 253, 0.5);
}

.info_section ul li a:hover {
    color: #ffffff;
}
