#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    overflow: hidden;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
html {
    overflow-x: hidden !important;
    scroll-behavior: smooth;
}
body {
    overflow-x: hidden !important;
}
.illustration {
    max-height: 99vh;
    max-width: 100vw;
    width: 100%;
    max-height: 240px;
    max-width: 220px;
    position: relative;
    z-index: 99;
}
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
header .mobile-header {
    width: 30%;
    height: 100%;
    position: fixed;
    background-image: url(../img/bg-shop.webp);
    background-color: #1d1d1d;
    top: 0;
    z-index: 1;
    right: 0;
    padding-top: 30px;
    transition: 0.7s;
    transform: translateX(100%);
}
header .mobile-header.show {
    transform: translateX(0%);
}
header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
header .mobile-header .cancel {
    background: #fccf3d;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 32px;
    margin: 0 20px 20px auto;
}
header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}
header .mobile-header ul.mobile-nav li.nav-item a {
    font-size: 19px;
    padding: 0 20px;
    text-transform: capitalize;
    font-family: var(--primary-black-font);
    color: #fccf3d;
}
#header .canvas-icon i {
    color: #002648;
    font-size: 30px;
}
header#header .mobile-search {
    padding: 22px;
}
.contact-form-wrapper {
    margin-bottom: 110px;
}
.mobile-search {
    display: flex;
    flex-direction: column;
}
header#header .search-mobile {
    display: flex;
}
.search-mobile button {
    background: #fff;
    border: 0;
    border-radius: 7px;
    margin: 0 4px;
    color: #fff;
    position: absolute;
    right: 8%;
    margin-top: 5px;
}
header#header .search-mobile input {
    width: 100%;
}
header#header .search-mobile input::placeholder {
    color: #2c6495;
    font-weight: 500;
}
.mobile-nav .dropdown-item a {
    color: #707070;
    font-size: 14px;
    padding: 0 20px;
    text-transform: capitalize;
}
@media (max-width: 1100px) {
    ul.navbar a.nav-link {
        font-size: 11px;
    }
    .services .hover-box-wrapper p {
        font-size: 14px !important;
    }
}
@media (max-width: 1024px) {
    .social-icon-wrapper #social {
        display: none;
    }
    #main-header .canvas-icon {
        display: block;
    }
    #main-header .portal-login {
        display: none;
    }
    div#main-header .search {
        display: none;
    }
    .mobile-header .social-icon-wrapper #social {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    #header-menu-wrapper {
        display: none;
    }
    #secondary-header {
        background: #002648 !important;
    }
}
@media (max-width: 800px) {
    #main-header .canvas-icon {
        position: absolute;
        top: 60%;
    }
    #secondary-header .col-lg-6 {
        text-align: center;
    }
    .secondary-header-icons ul {
        justify-content: center;
    }
    header .mobile-header {
        width: 46%;
    }
}
@media (max-width: 768px) {
    .mobile-header a.dropdown-item {
        color: #002648 !important;
        line-height: 28px;
    }
    #main-header {
        background-position-x: -64%;
    }
}
@media (max-width: 576px) {
    #main-header {
        background-position-x: -153%;
    }
}
@media (max-width: 480px) {
    #main-header {
        background-position-x: 476%;
        background-size: cover;
    }
    header .mobile-header {
        width: 66%;
    }
    header .mobile-header ul.mobile-nav li.nav-item a {
        font-size: inherit;
        padding: auto;
    }
    header .mobile-header ul.mobile-nav li.nav-item a:active {
        background: #b28c4f;
    }
}
@media (max-width: 414px) {
    #main-header {
        background-position-x: -111px;
        background-size: cover;
    }
}
@media (max-width: 375px) {
    #main-header {
        background-position-x: 136%;
        background-size: cover;
    }
}
a.hamberger-btn {
    box-shadow: #1d0000 0 0px, #1d0000 0 4px, #1d0000 0 5px, #1d0000 0 2px;
    background-color: #d9d9d9;
    border-radius: 9px;
    font-size: 16px;
    color: var(--dark-color);
    text-align: center;
    font-family: var(--primary-black-font);
    padding: 12px 11px;
    transition: 0.8s;
    border: 3px solid #1d1d1d;
}
.banner-wrapper {
    background-image: url(../img/banner-img1.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 120vh;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
}
.site-header {
    background: transparent !important;
    padding: 16px;
    position: relative;
    z-index: 9;
    position: absolute;
    width: 100%;
}
.content-wrapper {
    text-align: start;
    padding-left: 20px;
}
.shop-now {
    background-image: url(../img/bg-shop.webp);
    background-repeat: no-repeat;
    background-position: inherit;
    padding-bottom: 80px;
    margin-top: -250px;
    position: relative;
    z-index: 2;
}
.bg-shop-image {
    width: 80%;
    position: relative;
    right: -130px;
    top: 140px;
}
.bg-shop-image2 {
    position: relative;
    right: -10px;
    top: 68px;
}
.shop-image-bg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.book-shop-wrapper {
    position: absolute;
    top: -60px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.bg-wrapper-shop {
    position: relative;
}
.content-shop-img {
    text-align: start;
}
.content-shop-img h3 {
    font-family: "Montserrat";
    color: #272727;
    font-weight: 900;
    text-transform: uppercase;
}
.number-wrapper {
    text-align: center;
    position: relative;
    top: -30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.number input[type="text"] {
    width: 52px !important;
    height: 49px;
    text-align: center;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    color: #fff;
    font-family: "Melodrama-Medium";
    box-shadow: #1d0000 0 0px, #1d0000 0 4px, #1d0000 0 5px, #1d0000 0 2px;
    background-color: #b3d7f0;
    border-radius: 9px;
    font-size: 16px;
    color: var(--dark-color);
    text-align: center;
    font-family: var(--primary-black-font);
    padding: 3px;
    transition: 0.8s;
    border: 3px solid #1d1d1d;
}
.number {
    border-radius: 33px;
    padding: 0;
    display: flex;
    align-items: start;
    justify-content: start;
    width: unset;
    gap: 10px;
}
.number span {
    width: 35px;
    height: 35px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #fff;
    border: 2px solid #a4a7b1;
    cursor: pointer;
    border-radius: 0;
    border: 0;
    font-family: var(--bold-font);
}
span.minus {
    box-shadow: #1d0000 0 0px, #1d0000 0 4px, #1d0000 0 5px, #1d0000 0 2px;
    background-color: var(--extra-color-1);
    border-radius: 9px;
    font-size: 16px 0;
    color: var(--dark-color);
    text-align: center;
    font-family: var(--primary-black-font);
    padding: 6px;
    transition: 0.8s;
    border: 4px solid #1d1d1d;
    width: 52px !important;
    height: 49px;
}
span.plus {
    box-shadow: #1d0000 0 0px, #1d0000 0 4px, #1d0000 0 5px, #1d0000 0 2px;
    background-color: var(--extra-color-1);
    border-radius: 9px;
    font-size: 16px 0;
    color: var(--dark-color);
    text-align: center;
    font-family: var(--primary-black-font);
    padding: 6px;
    transition: 0.8s;
    border: 4px solid #1d1d1d;
    width: 52px !important;
    height: 49px;
}
.border-bottom {
    border-color: #86a654 !important;
    padding-bottom: 25px;
}
.main-shop-quantity {
    padding: 127px 10px 60px;
}
a.btn.buy-now-w {
    width: 200px;
}
.star-rating {
    margin-left: 30px;
}
.absolute-rush {
    position: absolute;
    top: -20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 9px;
}
.rust-pilot-main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.rustpilot-wrapper {
    background: #fccf3d;
    padding: 20px;
    border-radius: 20px;
    width: 430px;
}
.rust-content h3 {
    font-family: "primary-bold-font";
    margin-bottom: 0;
    font-size: 25px;
}
.rustpilot-wrapper h6 {
    font-family: "primary-bold-font";
    font-size: 14px;
}
.rustpilot-wrapper h6 span {
    color: #4f6924;
}
.rust-pilot-main {
    position: relative;
}
.bottom-img-wrapper {
    width: 60%;
    position: relative;
    z-index: 11;
}
@media (max-width: 1400px) {
    .shop-now {
        padding-bottom: 130px;
    }
}
@media (max-width: 768px) {
    .shop-now {
        padding-bottom: 130px;
        margin-top: -320px;
        background-size: cover;
    }
}
h4.comment-wrapper {
    font-family: "heading-font";
}
.review-section {
    background-image: url(../img/sub-banner3.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 840px;
    background-size: cover;
    z-index: 2;
    position: relative;
    margin-top: -200px;
}
.review-section img {
    transition: 0.4s;
}
.crocodile-img:hover img {
    transform: scale(1.1) rotate(25deg);
}
.musical-img:hover img {
    transform: scale(1.1) rotate(25deg);
}
@media (max-width: 1200px) {
    .musical-img img.img-fluid {
        max-width: 300px;
        width: 100%;
        object-fit: cover;
    }
    .crocodile-img img.img-fluid {
        max-width: 280px;
        object-fit: cover;
        width: 100%;
    }
}
@media (max-width: 991px) {
    .musical-img img.img-fluid {
        max-width: 230px;
    }
    .crocodile-img img.img-fluid {
        max-width: 200px;
    }
}
@media (max-width: 768px) {
    .review-section {
        height: 950px;
    }
}
@media (max-width: 575px) {
    .crocodile-img img.img-fluid {
        max-width: 80px;
        object-fit: contain;
    }
}
.david-section {
    background-image: url(../img/david-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    height: 1480px;
    background-size: cover;
    position: relative;
    z-index: 2;
}
.baily-bg-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(../img/author-bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 20px 0 0 -35px;
    border-radius: 27px;
    background-size: cover;
}
.baily-bg-wrapper::after {
    content: "";
    position: absolute;
    background-color: var(--extra-color-4);
    transform: rotate(7deg);
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 1px -6px 0 0;
    top: 0;
    right: 0;
    border-radius: 27px;
    clip-path: polygon(
        0% 19%,
        60% 0%,
        0% 0%,
        100% 0%,
        100% 100%,
        100% 80%,
        10% 80%
    );
}
.baily-content-wrapper {
    z-index: 99;
}
.david-video-wrapper::before {
    content: "";
    position: absolute;
    background-image: url(../img/video-bg.webp);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 20px 0 0 -40px;
    border-radius: 27px;
}
.david-video-wrapper::after {
    content: "";
    position: absolute;
    background-color: var(--extra-color-4);
    transform: rotate(9deg);
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0 -3px 0 0;
    top: -14px;
    right: 0;
    border-radius: 27px;
    clip-path: polygon(
        0% 19%,
        60% 0%,
        0% 0%,
        100% 0%,
        100% 100%,
        100% 80%,
        10% 80%
    );
}
.david-content-wrapper:before {
    content: "";
    position: absolute;
    background-image: url(../img/curve-line.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    top: 80px;
    right: -41px;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.video-player img.img-fluid {
    height: 393px;
    object-fit: cover;
}
@media (max-width: 1400px) {
    .david-section {
        height: 1510px;
    }
    .david-content-wrapper:before {
        top: 125px;
        right: -65px;
    }
}
@media (max-width: 1200px) {
    .david-content-wrapper:before {
        top: 205px;
        right: -35px;
    }
    .david-video-wrapper::after {
        top: -7px;
    }
}
.contact-sec {
    background-image: url(../img/contact_background.webp);
    background-size: cover;
    background-position: center;
    height: 850px;
    margin-top: -160px;
    position: relative;
    z-index: 2;
}
.animals-slider-sec {
    background: url(../img/meet-bg.webp);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-align: center;
    position: relative;
    padding: 350px 0 300px;
    background-color: #d3edffa3;
    margin-top: -200px;
    z-index: 1;
    margin-bottom: -220px;
}
.bg-color {
    background: #7fffd4;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}
.site-footer {
    background-image: url(../img/footer-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    margin-top: -180px;
    position: relative;
    z-index: 2;
}
.site-footer button.icon-badge {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb-wrapper {
    background: #528af9;
}
.insta-wrapper {
    background: linear-gradient(to left, #833ab4, #fd1d1d, #fcb045bd);
}
.pinterest-wrapper {
    background: #cd4410;
}
.twitter-wrapper {
    background: #28282e;
}
.twitter-wrapper img.img-fluid {
    max-width: 18px;
}
.footer-bottom {
    background-image: url(../img/footer-star.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 170px;
}
@media (max-width: 1200px) {
    .footer-botttom-para {
        max-width: 52%;
        margin: auto;
        text-align: center;
    }
}
.slider-wrap {
    margin: 0 20px;
    border-radius: 27px;
    border: 1px solid var(--dark-color);
    height: 382px;
}
.slider-sec .slider-space .character-img img.img-fluid {
    aspect-ratio: 2/3;
    width: 173px;
    height: 89px;
    object-fit: contain;
}
.slider-sec .slider-space .slider-wrap {
    height: 250px;
}
.slider-sec .slider-space .character-img {
    height: 100px;
}
.slide-img img.img-fluid {
    height: 130px;
    margin: auto;
    width: 100%;
}
.slider-wrap img.img-fluid:hover {
    transform: scale(1.2);
}
.character-sec {
    background: #d3edffa3;
    padding: 190px 0 210px;
}
.characters-main img.img-fluid {
    width: 250px;
    height: 250px;
    object-fit: contain;
}
.btn-mobile-wrapper {
    display: none;
}
@media (max-width: 1025px) {
    header.site-header .header-start {
        display: block !important;
    }
    .footer-bottom {
        background-size: 100% 100%;
        height: 130px;
    }
    .slide-img img.img-fluid {
        height: 80px;
        margin: auto;
        width: 100%;
        object-fit: scale-down;
    }
    figure.header-logo a.d-block img.logo-here {
        width: 350px;
        object-fit: scale-down;
        height: 100%;
    }
    header.site-header a.btn {
        padding: 10px 20px;
        font-size: 13px;
        white-space: nowrap;
    }
    .slider-text .level-5 {
        font-size: 17px;
    }
    .site-footer {
        background-image: url(../img/footer-bg.webp);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding-top: 200px;
        margin-top: -180px;
        position: relative;
        z-index: 2;
    }
    .slider-sec .slider-space .character-img img.img-fluid {
        aspect-ratio: 2/3;
        width: 100%;
        height: 109px;
        object-fit: scale-down;
        text-align: center;
    }
    .banner-wrapper {
        background-size: cover;
    }
    header .mobile-header {
        width: 100%;
    }
    .bee-rex-img-wrap img {
        transform: translateY(-10%);
        animation: floater 1.5s infinite;
        transition: ease 0.5s;
        width: 195px;
        object-fit: scale-down;
    }
    .level-3 {
        font-size: 22px;
    }
    .music-instrument-img-wrap img.img-fluid {
        animation: floatDown 4s ease-in-out infinite;
        transform: translateY(40px);
        width: 265px;
        object-fit: scale-down;
    }
    .music-instrument-img-wrap {
        bottom: 60px !important;
        right: -70px !important;
    }
    .slick-dots {
        bottom: -35px;
        right: 0;
    }
    section.david-section.section p {
        font-size: 12px;
    }
    .david-content-wrapper:before {
        top: 193px;
    }
    .david-video-wrapper {
        margin-left: 49px;
    }
    .video-player img.img-fluid {
        object-position: 0;
    }
    .david-section {
        height: 1410px;
    }
    .shop-image-bg img {
        width: 330px;
        object-fit: scale-down;
        height: 360px;
    }
    .book-shop-wrapper img {
        width: 230px;
        object-fit: scale-down;
        height: 360px;
    }
    .book-shop-wrapper {
        top: -20px;
    }
    .unbook-btn-shop {
        display: flex;
        flex-wrap: wrap;
    }
    .flep-wrapper {
        flex-direction: column;
        align-items: start !important;
        gap: 20px;
    }
    .star-rating {
        margin-left: 0;
    }
    .bottom-img-wrapper {
        width: 100%;
        position: relative;
        z-index: 11;
        top: 100px;
    }
    .rustpilot-wrapper {
        margin-top: 50px;
    }
    .social-icons-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-bottom p {
        padding-bottom: 14px;
        font-size: 10px;
    }
    .bg-shop-image {
        width: 80%;
        position: relative;
        right: -110px;
        top: 180px;
    }
    .bg-shop-image2 {
        position: relative;
        right: -90px;
        top: 168px;
    }
}
@media (max-width: 991px) {
    header.site-header .header-start {
        display: block !important;
    }
    .btn-mobile-wrapper {
        display: none;
    }
    figure.header-logo a.d-block img.logo-here {
        width: 100%;
        object-fit: scale-down;
        height: 100%;
    }
    header.site-header a.btn {
        padding: 10px 20px;
        font-size: 13px;
        white-space: nowrap;
    }
    .banner-wrapper {
        background-size: cover;
    }
    header .mobile-header {
        width: 100%;
    }
    .bee-rex-img-wrap img {
        transform: translateY(-10%);
        animation: floater 1.5s infinite;
        transition: ease 0.5s;
        width: 195px;
        object-fit: scale-down;
    }
    .level-3 {
        font-size: 22px;
    }
    .music-instrument-img-wrap img.img-fluid {
        animation: floatDown 4s ease-in-out infinite;
        transform: translateY(40px);
        width: 265px;
        object-fit: scale-down;
    }
    .music-instrument-img-wrap {
        bottom: 60px !important;
        right: -70px !important;
    }
    .slick-dots {
        bottom: -35px;
        right: 0;
    }
    section.david-section.section p {
        font-size: 12px;
    }
    .david-content-wrapper:before {
        top: 193px;
    }
    .david-video-wrapper {
        margin-left: 49px;
    }
    .video-player img.img-fluid {
        height: 370px;
        object-fit: fill;
        object-position: 0;
    }
    .david-section {
        height: 1410px;
    }
    .shop-image-bg img {
        width: 330px;
        object-fit: scale-down;
        height: 360px;
    }
    .book-shop-wrapper img {
        width: 230px;
        object-fit: scale-down;
        height: 360px;
    }
    .book-shop-wrapper {
        top: -20px;
    }
    .unbook-btn-shop {
        display: flex;
        flex-wrap: wrap;
    }
    .flep-wrapper {
        flex-direction: column;
        align-items: start !important;
        gap: 20px;
    }
    .star-rating {
        margin-left: 0;
    }
    .bottom-img-wrapper {
        width: 100%;
        position: relative;
        z-index: 11;
        top: 100px;
    }
    .rustpilot-wrapper {
        margin-top: 50px;
    }
    .contact-sec {
        padding-bottom: 120px;
    }
    .social-icons-wrapper {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .footer-bottom p {
        padding-bottom: 19px;
        font-size: 13px;
    }
    .bg-shop-image {
        width: 80%;
        position: relative;
        right: -110px;
        top: 180px;
    }
    .bg-shop-image2 {
        position: relative;
        right: -90px;
        top: 168px;
    }
    .main-shop-quantity {
        padding: 200px 10px 60px;
    }
}
@media (max-width: 768px) {
    .david-section {
        height: 2135px;
    }
}
.footer-bottom p {
    padding-bottom: 0;
}
@media (max-width: 576px) {
    .btn-wrapper1 {
        display: none !important;
    }
    .musical-img img.img-fluid {
        width: 115px;
        height: 115px;
        object-fit: scale-down;
    }
    .crocodile-img img {
        width: 125px;
        height: 125px;
        object-fit: scale-down;
    }
    .musical-img {
        right: -100px;
    }
    .slider-wrap {
        margin: 0 20px;
        border-radius: 27px;
        border: 1px solid var(--dark-color);
        height: unset;
    }
    figure.header-logo a.d-block img.logo-here {
        width: 160px;
        object-fit: scale-down;
        height: 100%;
    }
    .btn-mobile-wrapper {
        display: flex;
        gap: 10px;
        margin-left: 26px;
    }
    .social-icons-wrapper {
        margin-top: 28px !important;
        margin-bottom: 30px;
    }
    .level-3 {
        font-size: 13px;
    }
    .banner-wrapper {
        background-image: linear-gradient(
                to right,
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.5)
            ),
            url(../img/banner-img1.jpg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        height: 70vh;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: center;
        color: #fff;
        text-align: center;
        position: relative;
    }
    .review-section {
        background-image: url(../img/sub-banner3.webp);
        background-repeat: no-repeat;
        background-position: center;
        height: 100%;
        background-size: cover;
        z-index: 2;
        position: relative;
        margin-top: -123px;
    }
    .bee-rex-img-wrap img {
        transform: translateY(-10%);
        animation: floater 1.5s infinite;
        transition: ease 0.5s;
        width: 85px;
        object-fit: scale-down;
    }
    .music-instrument-img-wrap img.img-fluid {
        animation: floatDown 4s ease-in-out infinite;
        transform: translateY(40px);
        width: 115px;
        object-fit: scale-down;
    }
    .animals-slider-sec {
        padding: 280px 0 300px;
    }
    .level-1 {
        font-size: 24px;
    }
    .david-content-wrapper:before {
        top: 123px;
        left: 0;
    }
    .site-footer {
        background-image: url(../img/footer-bg.webp);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 200px;
        margin-top: -180px;
        position: relative;
        z-index: 2;
        background-position: center;
    }
    .david-section {
        height: 2100px;
        background-size: cover;
        background-size: cover;
    }
    .shop-now {
        background-size: cover;
        margin-top: -330px;
    }
    .bottom-img-wrapper {
        top: 48px;
    }
    .main-shop-quantity {
        padding: 217px 10px 0 0;
    }
    .bg-shop-image2 {
        position: relative;
        right: -90px;
        top: 168px;
        display: none;
    }
    .contact-sec {
        height: 119vh;
        margin-top: -180px;
        padding-bottom: 180px;
    }
    .footer-bottom {
        background-size: 100% 100%;
        height: 100px;
    }
    .footer-bottom p {
        padding-bottom: 13px;
        font-size: 7px;
    }
    .site-footer {
        background-image: url(../img/footer-bg.webp);
        background-repeat: no-repeat;
        padding-top: 200px;
        margin-top: -180px;
        position: relative;
        z-index: 2;
        background-position: left -217px center;
    }
    .content-wrapper h3 {
        font-size: 17px !important;
        color: #fff;
    }
    .content-wrapper p {
        font-size: 12px;
        padding-right: 0 !important;
        color: #fff;
    }
    .video-player img.img-fluid {
        height: 290px;
        object-fit: fill;
        object-position: 0;
    }
    .david-video-wrapper {
        margin-left: 0;
    }
    .baily-bg-wrapper:before {
        margin: 10px 0 0 -8px;
    }
    .baily-bg-wrapper::after {
        margin: 1px 9px 0 0;
        clip-path: polygon(
            100% 25%,
            60% 0%,
            0% 0%,
            100% 0%,
            100% 100%,
            100% 80%,
            10% 80%
        );
    }
    .david-video-wrapper::before {
        margin: 10px 0 0 -10px;
    }
    .david-video-wrapper::after {
        margin: 10px 7px 0 0;
        clip-path: polygon(
            100% 25%,
            60% 0%,
            0% 0%,
            100% 0%,
            100% 101%,
            100% 80%,
            7% 81%
        );
    }
    .shop-image-bg img {
        width: 100%;
    }
}
@media (max-width: 376px) {
    .banner-wrapper {
        height: 84vh;
    }
    .level-3 {
        font-size: 12px;
    }
    .music-instrument-img-wrap {
        bottom: 60px !important;
        right: -120px !important;
    }
    .contact-sec {
        height: 800px;
        margin-top: -180px;
        padding-bottom: 180px;
    }
}
@media (max-width: 281px) {
    .content-wrapper h3 {
        font-size: 13px !important;
        color: #fff;
    }
    .content-wrapper {
        text-align: start;
        padding-left: 0;
        margin-top: 0 !important;
    }
    .content-wrapper p {
        font-size: 10px;
        padding-right: 0 !important;
        color: #fff;
    }
    .banner-wrapper {
        height: 65vh;
    }
}
/* rating  css*/
.rate {
    float: left;
    height: 46px;
    padding: 0 10px;
}

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

.rate label {
    float: right;
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 40px;
    color: #fff;
}

.rate label:before {
    content: '★ ';
}

.rate input:checked~label {
    color: #ffc700;
}

.rate label:hover,
.rate label:hover~label {
    color: #deb217;
}

.rate input:checked+label:hover,
.rate input:checked+label:hover~label,
.rate input:checked~label:hover,
.rate input:checked~label:hover~label,
.rate label:hover~input:checked~label {
    color: #c59b08;
}
/* rating  css*/
