@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px / 25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #fbf4f0;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

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

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'libel-suit';
    src: url(../fonts/libel-suit.otf);
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}


.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'libel-suit';
    font-size: 115px;
    line-height: 100px;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 30px;
}


h2 {
    font-family: 'libel-suit';
    font-size: 75px;
    line-height: 80px;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'libel-suit';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 28px;
    font-family: 'Poppins', serif;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

.menuSec {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
}

.menuSec .row {
    border-bottom: 2px solid #939495;
    padding: 20px 0;
}


.menusec-logo {
    text-align: center;
}

.menuSec img {
    margin: 0;
}

.menusec-number ul li h2 {
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 3px;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.menusec-number ul li a {
    font-size: 25px;
    color: #3e4f6d;
    font-weight: 600;
}

.menusec-number ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
}

.menusec-number ul span {
    background: #3e4f6d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    border: 2px solid #fff;
}


.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}


.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}


/* Header Ends */

/* Banner Start */

.btn,
.duration,
.music-info,
.progress-bar {
    text-align: center
}

.layer,
.playpause {
    place-items: center
}

.music-body {
    background: #e2dddc;
    position: relative;
    padding: 30px 30px;
    border-radius: 20px;
    z-index: 999;
    width: 50%;
}


.layer {
    z-index: 4;
    position: absolute;
    background: #ffff;
    border: 2px solid #eee6fc;
    height: 2.188rem;
    width: 17.5rem;
    left: 0;
    right: 0;
    margin: auto;
    top: 1.3rem;
    border-radius: 1.5rem;
    display: grid;
    visibility: hidden
}

.volume-slider {
    right: -15px
}

.progress-bar .progress-line,
.volume-slider .bar {
    display: block;
    width: 0;
    height: inherit;
    background-color: #fff
}

.music-img img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 20px
}

.music-info h2 {
    margin-top: 10px;
    color: #474444;
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}

.banner-music-silder {
    margin-top: 170px;
    position: relative;
    z-index: 9999;
}

.music-progress {
    margin-top: 1rem;
    display: flex;
    align-items: center
}

.music-progress .progress-bar {
    background: #917569;
    height: .2rem;
    width: 100%;
    margin-bottom: 0;
    position: relative
}

.progress-bar,
.volume-slider {
    position: relative;
    width: 100%;
    height: .2rem;
    background: #eee6fc
}

.progress-bar {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    background-color: #0d6efd
}

.banner-music-silder .slick-prev {
    display: none !important;
}

.banner-music-silder .slick-next {
    right: inherit;
    left: 420px;
}

.banner-music-silder .slick-next:before {
    content: '\f105';
    background: #3e4f6d;
    border-radius: 50px;
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    color: #dededf !important;
    justify-content: center;
    opacity: 1;
}

section.main_slider.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

section.main_slider .duration {
    width: 40px;
    color: #fff;
    justify-content: space-between
}

section.main_slider .duration span {
    font-size: 14px;
    font-family: 'libel-suit';
    color: #000;
}

section.main_slider .music-controls {
    display: flex;
    justify-content: center;
    align-items: center
}

section.main_slider v.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem
}

section.main_slider .main-controls {
    position: relative;
    border-radius: 2rem;
    padding: .5rem 1rem;
    display: flex;
    justify-content: space-between;
    gap: 1.3rem
}

section.main_slider .nextbtn,
.playpause,
.prevbtn {
    border: 0;
    outline: 0;
    font-size: 20px;
    background: 0 0;
    color: #000;
    cursor: pointer;
}

section.main_slider .playpause {
    font-size: 20px;
    background: #000;
    height: 50px;
    width: 50px;
    color: #e2dddc;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section.main_slider .music-info ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.main_slider .music-info ul li i {
    color: #000;
    font-size: 18px;
}

section.main_slider .music-info ul li h3 {
    color: #000;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 0;
}

section.main_slider .progress-bar .progress,
.volume-slider .volumerange {
    width: 100%;
    -webkit-appearance: none;
    height: inherit;
    background: #ffffff61;
    outline: 0;
    position: absolute;
    top: 0;
    left: 0
}

section.main_slider .progress::before {
    content: "";
    position: absolute;
    height: .7rem;
    width: .7rem;
    border-radius: 50%;
    top: 50%;
    right: -5px;
    z-index: 2;
    transform: translateY(-50%);
    background: inherit
}


.banner_text {
    position: relative;
    z-index: 99;
}

.banner_img img {
    width: 100%;
    position: absolute;
    margin-left: -80px;
}

section.main_slider {
    position: relative;
    z-index: 9;
}

.main_slider-images img {
    width: 558px;
    height: 640px;
    object-fit: cover;
}

.main_slider-images {
    position: absolute;
    z-index: 9;
    right: 5%;
    bottom: 0;
}

.main_slider-images-back {
    position: absolute;
    bottom: 100px;
    z-index: 1;
    right: 60px;
}

.main_slider-images-back img {
    width: 1365px;
    height: 548px;
    object-fit: cover;
}


.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 180px;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

.banner_text h2 {
    color: #7d8090;
    font-size: 55px;
}

.banner_text ul {
    display: flex;
    align-items: center;
    gap: 50px;
    margin-top: 50px;
}

.theme-btn-1 {
    background: #e2b89c;
    padding: 12px 50px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}

.banner_text li.Listen-music a {
    font-size: 20px;
    color: #3e4f6d;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
}


/* Banner End*/

/*Banner Text Box Start*/

.banner-text-silder {
    background: #eed6c6;
    padding: 100px 120px 70px;
    margin-top: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;

}

.banner-text-silder .slick-slide {
    margin: 0px 0px;
}

.banner-text-silder-items span {
    font-size: 33px;
    color: #3e4f6d;
    font-weight: 600;
}

.banner-text-silder-items p {
    font-size: 27px;
    color: #3e4f6d;
    font-style: italic;
    line-height: 45px;
    margin-bottom: 25px;
}

/*Banner Text Box Ends */

/*Brings People Start*/

.brings-people-sec {
    padding: 100px 0;
}

.brings-people-images img {
    width: 81%;
    height: 520px;
    /* object-fit: contain; */
    border-radius: 20px;
    margin: 0 auto;
}

.beings-people-number h2 {
    font-size: 70px;
    margin-bottom: 0px;
    color: #fff;
}

.beings-people-number h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}

.beings-people-number {
    background: #3e4f6d;
    padding: 55px 15px 25px;
    border-radius: 20px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.brings-people-images {
    position: relative;
    text-align: center;
}

.brings-people-text ul {
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.brings-people-text {
    text-align: left;
}

.brings-people-text ul li img {
    width: 30px;
    height: 19px;
    object-fit: contain;
}

/*Brings People End */

/*Therapies Silder Start*/

.therapies-sec {
    padding: 20px 0;
}

.therapies-heading h2 {
    margin-bottom: 25px;
}

.therapies-heading {
    border-bottom: 2px solid #757270;
}

.therapies-row {
    margin-top: 40px;
}

.therapies-silder .slick-active {
    opacity: 1.5;
}

.therapies-silder .slick-slide {
    margin: 0px 10px;
}

.therapies-silder-items-img img {
    width: 100%;
    height: 405px;
    object-fit: cover;
    border-radius: 25px;
}

.therapies-silder-items-text h2 {
    font-size: 35px;
    line-height: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.therapies-silder-items-text p {
    color: #7c7c7c;
    margin-bottom: 0;
}

.therapies-silder-items-text {
    background: #e2b89c;
    padding: 40px 30px;
    border-radius: 15px;
    position: relative;
    z-index: 999;
    width: 90%;
    margin: 0 auto;
    margin-top: -80px;
    transition: 0.5s;
    display: none;
}

.therapies-silder .slick-slide {

    opacity: 1.2;
}

.therapies-silder-items-heading h2 {
    font-size: 35px;
    margin-bottom: 0;
}

.therapies-silder .slick-slide.slick-current.slick-active.slick-center .therapies-silder-items-heading {
    display: none;
    transition: 0.5s;
}

.therapies-silder .slick-slide.slick-current.slick-active.slick-center .therapies-silder-items-img img {
    width: 100%;
    height: 500px;
}
.therapies-silder .slick-slide.slick-current.slick-active.slick-center .therapies-silder-items-text {
    display: block;
    transition: 0.5s;
}

/*Therapies Silder Ends*/

/*Sing Share Start*/


.sing-share-sec .row {
    background: #eed6c6;
    text-align: center;
    padding: 50px 0;
    border-radius: 15px;
}

.sing-share-sec h2 {
    margin-bottom: 15px;
}

.sing-share-sec p {
    font-size: 25px;
    width: 55%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 35px;
}

.sing-share-sec a {
    background: #3e4f6d;
    color: #fff;
}

.sing-share-sec {
    margin: 100px 0;
}

/*Sing Share Ends*/

/*Bringing Joy Older Start*/

.brings-people-sec.chg {
    padding: 20px 0;
}


/*Bringing Joy Older Ends*/

/*Exploring Ai Powered Start*/

.exploring-ai-powered-sec {
    padding: 100px 0;
}

.exploring-ai-powered-text a {
    background: #3e4f6d;
    color: #fff;
}

.exploring-ai-powered-btn {
    margin-top: 40px;
}

.exploring-ai-powered-images img {
    width: 100%;
}

/*Exploring Ai Powered Ends*/

/* Video Start*/

.main-video-box img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
}

.main-video-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main-video-box-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #404e6d;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    animation: pulse 2s infinite;
    transition-duration: 0.5s;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #ffffff7e;
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px #ffffff7e;
        box-shadow: 0 0 0 10px #ffffff7e;
    }

    100% {
        -moz-box-shadow: 0 0 0 0 #ffffff7e;
        box-shadow: 0 0 0 0 #ffffff7e;
    }
}

.main-video-box-icon {
    position: absolute;
}

.servic-heading {
    border-bottom: 2px solid #757270;
}

.servic-heading h2 {
    margin-bottom: 20px;
}

.main-video-row {
    margin-top: 40px;
}

.video-sec {
    padding: 30px 0;
}

/* Video End*/


/*What Clients Says Start*/


.testimonial-sec {
    margin: 80px 0;
}

.testimonial-heading {
    text-align: center;
    margin-bottom: 30px;
}

.testimonial-sec {
    margin: 50px 0;
    padding: 50px 0;
    position: relative;
}

.testimonial-heading h2 {
    margin-bottom: 0;
}

.testimonial-heading h3 {
    color: #fff;
}

.testimonial-silder-text {
    background: #fff;
    padding: 45px 30px 30px 30px;
    margin-bottom: -40px;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 #00000024;
}

.testimonial-silder-items ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
    margin-left: 10px;
}

.testimonial-silder .slick-active {
    opacity: 1.5;
}

.testimonial-silder-text-img {
    display: flex;
    align-items: center;
    justify-content: end;
}

.testimonial-silder-text p {
    font-size: 17px;
    color: #7c7c7c;
    font-weight: 400;
    line-height: 32px;
}

.testimonial-silder-text-img img {
    width: 101px;
    height: 72px;
    object-fit: cover;
}

.testimonial-silder-items ul li h4 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    color: #7c7c7c;
    font-weight: 500;
    margin-bottom: 1px;
}


.testimonial-silder-items ul li img {
    border-radius: 50%;
    width: 135px;
    height: 135px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 0 10px 0 #000000b8;
}

.testimonial-silder-items ul li h5 {
    margin-bottom: 0;
}

.testimonial-silder-items ul li h3 {
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 50px;
    font-family: 'Poppins';
    line-height: 30px;
}

.testimonial-silder-items ul li h5 span {
    font-size: 16px;
    color: #ffc400;
}

.testimonial-sec .row.back {
    position: relative;
    padding-top: 50px;
}

.testimonial-sec .row.back:before {
    content: "";
    position: absolute;
    background: #eed6c6;
    width: 100%;
    height: 330px;
    top: 0;
    border-radius: 15px;
    z-index: -1;
}

.testimonial-silder .slick-slide {
    margin: 20px 20px;
}


/*What Clients Says Ends */


/*Music Start*/

ul.post-feed {
    position: relative;
    z-index: 9;
    padding: 6px 0px;
    margin: 0;
}


ul.audio-plr li .ad-pl-im2 {
    position: absolute;
    left: 0;
    width: 0%;
}


ul.post-feed li:last-child ul.audio-tools li:last-child {
    width: unset;
}

ul.audio-plr li:last-child {
    width: unset;
}

.ado-plr-mn:first-child ul.audio-plr {
    width: 100%;
    justify-content: center;
    margin-left: auto;
    margin-left: 0;
}

.ado-plr-mn:last-child ul.audio-tools {
    width: 25%;
}

.ado-plr-mn:first-child ul.audio-plr li:nth-child(2) span,
.ado-plr-mn:first-child ul.audio-plr li:nth-child(4) span {
    width: fit-content;
    margin: 0 !important;
}

.ado-plr-mn:first-child ul.audio-plr li:nth-child(3) {
    width: 8%;
    margin: 0 0 0 20px;
}

ul.audio-tools li button {
    border: unset;
    background: unset;
    position: relative;
}

ul.audio-tools li button i {
    font-size: 40px;
    color: #000;
    font-weight: 300;
}

ul.audio-plr {
    display: flex;
    align-items: baseline;
    margin: 0 auto 0;
}

.audio-plr li span {
    width: auto;
    display: inline-block;
    text-align: center;
    color: #000;
    font-size: 15px;
    font-family: 'libel-suit';
}

ul.post-feed .audio-plr li img,
.audio-banner .audio-plr li img {
    width: 100%;
    object-fit: cover;
    height: 40px;
    object-position: left;
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(635%) hue-rotate(136deg) brightness(99%) contrast(100%);
}

ul.audio-plr li {
    position: relative;
}

ul.audio-plr li .ad-pl-im2 {
    position: absolute;
    left: 0;
    width: 0%;
}

.ado-plr-mn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

ul.audio-tools {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 13px;
    z-index: 99;
}

span.adi-play {
    text-decoration: none !important;
}

ul.audio-tools span i {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 23px;
    text-decoration: none !important;
}

.ado-cmplt i::before {
    content: "\f04b" !important;
}

.adi-play i {
    width: 50px;
    height: 50px;
    background: #ffffff00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    padding: 0;
    border: 1px solid #000;
}

span.crnt-time {
    margin-right: 0;
}

span.tctl-time {
    margin-left: 0;
}

ul.ado-albm {
    width: 90%;
}

ul.audio-lst {
    display: none;
}

.playing .adi-play i::before {
    content: '\f04c';
}

img.ad-pl-im2 {
    filter: invert(1);
}


.ado-plr-mn:first-child ul.audio-plr li:nth-child(5) {
    width: 8%;
}

.song-img img {
    width: 120px !important;
    height: 115px !important;
    border-radius: 10px;
    object-fit: cover;
}

ul.audio-tools li button span {
    position: absolute;
    width: 100%;
    top: 10px;
    left: 0;
    color: #000;
    font-size: 11px;
    font-family: 'libel-suit';
}

ul.audio-tools li:first-child {
    width: 120px;
}

.song-img {
    width: 130px;
}

.song-main {
    border-radius: 10px;
    padding: 20px 30px;
    margin: 0 auto 0;
    background: #eed6c6;
}

.audio-plr li span i {
    color: #000;
    font-size: 20px;
    margin: 0 0 0 10px;
}

section.music-sec {

    background: #181818;
}

.inner-music-sec .music-song {
    border-bottom: 2px solid #757270;
    padding: 14px 0;
}

.inner-music-heading {
    border-bottom: 2px solid #757270;
    margin-bottom: 50px;
}

.inner-music-heading h2 {
    margin-bottom: 20px;
}

.inner-music-sec {
    padding-bottom: 80px;
}


/*Music Ends*/


/*Footer Start*/


/*Contact Start*/

.home-contact-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    padding: 15px 0;
    margin: 0 0 40px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}

.home-contact-form input::placeholder {
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}

.home-contact-form textarea::placeholder {
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}

.home-contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    resize: none;
    margin: 100px 0 30px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}

section.home-contact-sec form {
    padding: 60px 0;
    position: relative;
}

.home-contact-head h3 {
    writing-mode: tb;
    color: #fff;
    margin: 0;
    transform: rotate(180deg);
    font-size: 100px;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.home-contact-head {
    text-align: center;
    background: #e2b89c;
    border-radius: 0 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 555px;
}

section.home-contact-sec form:before {
    content: '';
    position: absolute;
    background: #fcfaf6;
    width: 77vw;
    z-index: -1;
    top: 0;
    left: -10vw;
    border-radius: 0 20px 20px 0;
    height: 555px;
}

.home-contact-form button {
    padding: 12px 35px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

/* Contact End*/


footer {
    background: #3e4f6d;
    padding: 300px 0 50px;
    position: relative;
    overflow: hidden;
}

.f-newletter a img {
    width: 60%;
}


.f-newletter button {
    width: 100%;
    border: revert-layer;
    height: 50px;
    font-size: 20px;
    letter-spacing: 10px;
    border: 0;
}

.f-newletter input::placeholder {
    color: #fff;
    font-weight: 200;
}

.f-address h5 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 30px;
}


.f-address ul {
    display: flex;
    gap: 15px;
}

.f-address ul i {
    font-size: 24px;
    color: #fff;
}

.f-address ul li a {
    font-size: 15px;
    color: #c1c5cd;
    font-family: 'Poppins';
    font-weight: 400;
}

.f-address {
    position: relative;
    padding: 0 0px 0 50px;
}

.f-newletter a img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7488%) hue-rotate(346deg) brightness(107%) contrast(98%);
}

.f-address:before {
    content: '';
    position: absolute;
    background: #52617c;
    width: 1px;
    height: 290px;
    bottom: -117px;
    left: 0px;
}

section.home-contact-sec {
    margin-bottom: -250px;
    position: relative;
    z-index: 1;
}

.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: 30%;
    margin: 0;
    writing-mode: tb;
    padding-bottom: 200px;
    margin-top: 20px;
    font-weight: 500;
}

.copy-right {
    text-align: right;
    transform: rotate(180deg);
}

/*Footer End*/




/*Full Pages Popup Start*/

  
        .popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(12px);
    display: flex
;
    justify-content: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4sease-in-out, visibility 0.4sease-in-out;
    z-index: 999999;
}

       
        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }

    
        .popup-menu {
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            background: rgba(255, 255, 255, 0.1);
            text-align: center;
            transform: translateY(-20px);
            transition: transform 0.4s ease-in-out;
        }

        .popup-overlay.active .popup-menu {
            transform: translateY(0);
        }

        
      .menu-item {
    font-size: 25px;
    padding: 15px;
    margin: 10px 0;
    cursor: pointer;
    border-radius: 6px;
    transition: 0.3s;
    color: white;
    font-weight: 600;
    font-family: 'libel-suit';
}
       .menu-item:hover {
    transform: scale(1.1);
    background: #3e4f6d;
}


        .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 32px;
            color: white;
            background: none;
            border: none;
            cursor: pointer;
            transition: 0.3s;
        }

      .close-btn:hover {
    color: #3e4f6d;
}


/*Full Pages Popup Ends */

img.img-fluid.main-banner-img {
    width: 100%;
}

#monthYear {
    margin: 0;
    color: #000;
    font-size: 50px;
}

.nav-buttons button,
.view-options button {
    padding: 8px 12px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    font-family: 'Poppins';
    font-size: 18px;
}

.view-options .active {
    background: #ecd5c7;
    color: #000;
}

.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}

.calendar .day-name {
    text-align: center;
    background: #82a4c6;
    color: #fff;
    padding: 17px 0;
    border-right: 1px solid #ccc;
    font-family: 'libel-suit';
    font-size: 25px;
    font-weight: 500;
    min-height: 70px;
}

.calendar .day {
    min-height: 75px;
    border: 1px solid #e0e0e0;
    padding: 6px 20px;
    position: relative;
    background: #fff;
    font-size: 19px;
    cursor: pointer;
    font-family: 'Poppins';
}

.calendar .other-month {
    background: #f3f3f3;
    color: #aaa;
}

.calendar .day span {
    font-weight: 500;
}

.calendar .event {
    font-size: 12px;
    background: #dbeafe;
    padding: 2px 6px;
    margin: 2px 0;
    border-radius: 12px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.badge {
    background: #22c55e;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 10px;
    display: inline-block;
    margin: 4px 0;
}

.add-event-input {
    margin-top: 4px;
    width: 100%;
    box-sizing: border-box;
    padding: 4px 6px;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

section.calender-sec {
    margin-bottom: 100px;
    position: relative;
}

section.calender-sec header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.calendar .day-name:first-child {
    border-top-left-radius: 20px;
}

.calendar .day-name:nth-child(7n) {
    border-top-right-radius: 20px;
}

.head-calender {
    display: flex;
    align-items: center;
    gap: 40px;
}

.view-options {
    background: #82a4c6;
    border-radius: 10px;
    padding: 4px;
}

.view-options button {
    color: #fff;
}

.dinner-calender {
    background: #82a4c6;
    padding: 20px;
    border-radius: 10px;
    width: max-content;
    position: absolute;
    bottom: 20px;
    left: 460px;
}

.dinner-calender p {
    font-size: 21px;
    color: #fff;
    margin-bottom: 12px;
}

.dinner-calender ul {
    display: flex;
    align-items: center;
    gap: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.dinner-calender a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;

}
.menusec-logo a img {
    width: 200px;
}
footer .row {
    justify-content: center;
}
.calendar-container h1 {
    font-size: 72px;
    margin-bottom: 0px;
}




.brings-people-text h2 {
    font-size: 50px;
    margin-bottom: 10px;
}
.btm-text-ft p {
    color: #fff;
}

.btm-text-ft {
    margin-top: 70px;
    background: #dfb79e;
    border-radius: 20px;
    padding: 20px 100px 7px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.brings-people-sec.karafun-sec {
    padding: 34px 0;
}

.brings-people-sec.karafun-sec .brings-people-images img {
    width: 100%;
    height: 100%;
}
.btm-text-heart p b {
    color: #40506c;
}

.banner-text-silder-items {
    background: #eed6c6;
    padding: 100px 69px 70px;
    margin-top: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}



/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1500px) {
h1 {
    font-family: 'libel-suit';
    font-size: 105px;
    line-height: 100px;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 50px;
}
.brings-people-images img {
    width: 100%;
    height: 640px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: 40px;
}
.calendar-container h1 {
    font-size: 62px;
    margin-bottom: 0px;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 90%;
    margin: 0 auto;
}
.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: 40%;
    margin: 0;
    writing-mode: tb;
    padding-bottom: 200px;
    margin-top: 20px;
    font-weight: 500;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
            img.img-fluid.main-banner-img {
    width: 100%;
    height: 700px;
}
.main_slider-images-back {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    right: 360px !important;
}
.main_slider-images {
    transform: translateX(-50%);
    position: absolute;
    z-index: 9;
    right: unset !important;
    bottom: 0 !important;
    width: 100% !important;
    left: 50% !important;
}
.main_slider-images img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain !important;
    position: relative;
    left: 0 !important;
    object-position: top;
}
h1 {
    font-family: 'libel-suit';
    font-size: 75px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 37px;
    line-height: 1;
}
.theme-btn-1 {
    background: #e2b89c;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
.main_slider-images-back img {
    width: 100% !important;
    height: 215px !important;
    object-fit: cover;
    object-position: right;
}
.banner-text-silder-items p {
    font-size: 20px;
    color: #3e4f6d;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 25px;
}
.banner-text-silder-items {
    background: #eed6c6;
    padding: 100px 39px 30px;
    margin-top: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.brings-people-images img {
    width: 100%;
    height: FIT-CONTENT;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.brings-people-text h2 {
    font-size: 36px;
    margin-bottom: 0;
}
p {
    color: #7c7c7c;
    font-size: 17px;
    line-height: 1.5;
    font-family: 'Poppins', serif;
}

.calendar-container h1 {
    font-size: 61px !important;
    margin-bottom: 0px;
}
.nav-buttons button, .view-options button {
    padding: 8px 12px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    font-family: 'Poppins';
    font-size: 14px;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: C !important;
}
.head-calender {
    display: flex;
    align-items: center;
    gap: 0px;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
.sing-share-sec p {
    font-size: 25px;
    width: 85%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 35px;
}
.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: 35%;
    margin: 0;
    writing-mode: tb;
    padding-bottom: 200px;
    margin-top: 20px;
    font-weight: 500;
}

.home-contact-head h3 {
    writing-mode: tb;
    color: #fff;
    margin: 0;
    transform: rotate(180deg);
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.brings-people-sec.karafun-sec .brings-people-images img {
    width: 100%;
    height: 220px;
}
.f-address {
    position: relative;
    padding: 0 0px 0 20px;
}
.f-address ul li a {
    font-size: 13px;
    color: #c1c5cd;
    font-family: 'Poppins';
    font-weight: 400;
}
.f-address h5 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 9px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
        img.img-fluid.main-banner-img {
    width: 100%;
    height: 700px;
}
.main_slider-images-back {
    position: absolute;
    bottom: 40px;
    z-index: 1;
    right: 0 !important;
}
.main_slider-images {
    transform: unset;
    position: absolute;
    z-index: 9;
    right: unset !important;
    bottom: 0 !important;
    width: auto !important;
    left: 50% !important;
}
.main_slider-images img {
    width: 100% !important;
    height: 400px !important;
    object-fit: contain !important;
    position: relative;
    left: 0 !important;
    object-position: top;
}
h1 {
    font-family: 'libel-suit';
    font-size: 75px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 37px;
    line-height: 1;
}
.theme-btn-1 {
    background: #e2b89c;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}

.main_slider-images-back img {
    width: 100% !important;
    height: 325px !important;
    object-fit: cover;
    object-position: right;
    margin: 0 0 -20px -20px;
}

/*.main_slider-images-back img {*/
/*    width: 100% !important;*/
/*    height: 215px !important;*/
/*    object-fit: cover;*/
/*    object-position: right;*/
/*}*/



.banner-text-silder-items p {
    font-size: 20px;
    color: #3e4f6d;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 25px;
}
.banner-text-silder-items {
    background: #eed6c6;
    padding: 100px 39px 30px;
    margin-top: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.brings-people-images img {
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.brings-people-text h2 {
    font-size: 36px;
    margin-bottom: 0;
}
p {
    color: #7c7c7c;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}

.calendar-container h1 {
    font-size: 41px !important;
    margin-bottom: 0px;
}
.nav-buttons button, .view-options button {
    padding: 8px 12px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    font-family: 'Poppins';
    font-size: 14px;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: 30px !important;
}
.head-calender {
    display: flex;
    align-items: center;
    gap: 0px;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
.sing-share-sec p {
    font-size: 25px;
    width: 85%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 35px;
}
.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: 40%;
    margin: 0;
    writing-mode: tb;
    padding-bottom: 200px;
    margin-top: 20px;
    font-weight: 500;
}

.home-contact-head h3 {
    writing-mode: tb;
    color: #fff;
    margin: 0;
    transform: rotate(180deg);
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
.brings-people-sec.karafun-sec .brings-people-images img {
    width: 100%;
    height: 220px;
}
.f-address {
    position: relative;
    padding: 0 0px 0 20px;
}
.f-address ul li a {
    font-size: 13px;
    color: #c1c5cd;
    font-family: 'Poppins';
    font-weight: 400;
}
.f-address h5 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 9px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .brings-people-sec.karafun-sec .brings-people-images img {
    width: 100%;
    height: 200px !important;
}
.brings-people-text a {
      display: block;
    width: fit-content;
}
    img.img-fluid.main-banner-img {
    width: 100%;
    height: 700px;
}
.main_slider-images {
    transform: translateX(0%);
    position: absolute;
    z-index: 9;
    right: unset !important;
    bottom: 0 !important;
    width: auto !important;
    left: 55% !important;
}

.main_slider-images img {
    width: 100% !important;
    height: 300px !important;
    object-fit: contain !important;
    position: relative;
    left: 0 !important;
    object-position: top;
}


h1 {
    font-family: 'libel-suit';
    font-size: 65px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 45px;
    line-height: 1;
}
.theme-btn-1 {
    background: #e2b89c;
    padding: 12px 30px;
    font-size: 20px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 50px;
}
/*.main_slider-images-back img {*/
/*    width: 100% !important;*/
/*    height: 215px !important;*/
/*    object-fit: cover;*/
/*    object-position: right;*/
/*}*/


.main_slider-images-back img {
    width: 80% !important;
    height: 215px !important;
    object-fit: cover;
    object-position: right;
    margin: 0px 0 -10px 273px;
}


.banner-text-silder-items p {
    font-size: 20px;
    color: #3e4f6d;
    font-style: italic;
    line-height: 1.5;
    margin-bottom: 25px;
}
.banner-text-silder-items {
    background: #eed6c6;
    padding: 100px 39px 30px;
    margin-top: -20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.brings-people-images img {
    width: 100%;
    height: 580px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.brings-people-text h2 {
    font-size: 36px;
    margin-bottom: 0;
}
p {
    color: #7c7c7c;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}


.calendar-container h1 {
    font-size: 31px !important;
    margin-bottom: 0px;
}
.nav-buttons button, .view-options button {
    padding: 8px 12px;
    border: none;
    font-weight: 500;
    border-radius: 6px;
    cursor: pointer;
    background: transparent;
    font-family: 'Poppins';
    font-size: 14px;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: 30px !important;
}
.head-calender {
    display: flex;
    align-items: center;
    gap: 0px;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
.sing-share-sec p {
    font-size: 25px;
    width: 85%;
    margin: 0 auto;
    line-height: 35px;
    margin-bottom: 35px;
}
.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: 60%;
    margin: 0;
    writing-mode: tb;
    padding-bottom: 200px;
    margin-top: 20px;
    font-weight: 500;
}

.home-contact-head h3 {
    writing-mode: tb;
    color: #fff;
    margin: 0;
    transform: rotate(180deg);
    font-size: 80px;
    text-transform: uppercase;
    letter-spacing: 8px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
       .menuSec {
    position: unset;
    z-index: 999;
    width: 100%;
    top: 0;
}
html {
    overflow-x: hidden;
}
img.img-fluid.main-banner-img {
    width: 100%;
    height: 700px;
}
h1 {
    font-family: 'libel-suit';
    font-size: 40px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 31px;
    line-height: 1;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}
.theme-btn-1 {
    background: #e2b89c;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}
.banner_text li.Listen-music a {
    font-size: 13px;
    color: #3e4f6d;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
}
.main_slider-images {
    position: absolute;
    z-index: 9 ;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
}
.main_slider-images img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    position: relative !important;
    left: 0 !important;
    object-position: top;
}
img.img-fluid.main-banner-img {
    width: 100%;
    height: 450px;
}
.banner-text-silder-items {
    background: #eed6c6;
    padding: 60px 10px 20px 10px;
    margin-top: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.banner-text-silder-items p {
    font-size: 14px;
    color: #3e4f6d;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.carousel-caption {
    position: absolute;
    top: 50px;

}
.menuSec .row {
    border-bottom: 2px solid #939495;
    padding: 10px 0 0 0;
}
.brings-people-images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
    object-position: top;
}
.brings-people-text h2 {
    font-size: 50px;
    margin: 10px 0;
    line-height: 1;
}
p {
    color: #7c7c7c;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}
.calendar-container {
        max-width: 100%;
        overflow-x: scroll;
    }

.calendar-responsive {
        width: 600px !important;
        overflow-x: scroll;
        max-width: 600px;
    }
    section.calender-sec header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column-reverse;
}
.calendar-container h1 {
    font-size: 45px !important;
    margin-bottom: 0px;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: 30px !important;
}
.head-calender {
    display: flex;
    align-items: center;
    gap: 0;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
.add-event-input {
    position: absolute;
    bottom: 0;
    left: 0;
}
.calendar .day {
    min-height: 66px;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    position: relative;
    background: #fff;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Poppins';
}
h2 {
    font-family: 'libel-suit';
    font-size: 45px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 30px;
}
.sing-share-sec p {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 15px;
}
.copy-right {
    text-align: center;
    transform: unset;
    display: none;
}

.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: auto;
    margin: 0;
    writing-mode: unset;
    padding-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.home-contact-head h3 {
    writing-mode: unset;
    color: #fff;
    margin: 0;
    transform: unset;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.home-contact-head {
    text-align: center;
    background: #e2b89c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 30px 0;
}
section.home-contact-sec {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
footer {
    background: #3e4f6d;
    padding: 50px 0 10px;
    position: relative;
    overflow: hidden;
}
.home-contact-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    padding: 10px 0;
    margin: 0 0 10px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}
.home-contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    resize: none;
    margin: 0px 0 10px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
    padding: 50px 0 0px;
}
section.home-contact-sec form:before {
    content: '';
    position: absolute;
    background: #fcfaf6;
    width: 110vw;
    z-index: -1;
    top: 0;
    left: -10vw;
    border-radius: 0 20px 20px 0;
    height: 100%;
}
section.home-contact-sec .row {
    flex-direction: column-reverse;
}
.main_slider-images-back {
    position: unset;
    bottom: 40px;
    z-index: 1;
    right: 160px;
    display: none;
}
.f-address {
    position: relative;
    padding: 0;
}
.f-address h5 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 6px;
}
.btm-text-ft {
    margin-top: 30px;
    background: #dfb79e;
    border-radius: 20px;
    padding: 20px 10px 7px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.f-address:before {
    content: '';
    position: absolute;
    background: #52617c;
    width: 1px;
    height: auto;
    bottom: 0;
    left: 0px;
}
.copy-right.copy-right-footer {
    display: block !important;
}
section.home-contact-sec form {
    padding: 20px 0 60px 0;
    position: relative;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
    .menuSec {
    position: unset;
    z-index: 999;
    width: 100%;
    top: 0;
}
html {
    overflow-x: hidden;
}
img.img-fluid.main-banner-img {
    width: 100%;
    height: 700px;
}
h1 {
    font-family: 'libel-suit';
    font-size: 40px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 10px;
}
.banner_text h2 {
    color: #7d8090;
    font-size: 31px;
    line-height: 1;
}
.banner_text ul {
    display: flex;
    align-items: center;
    gap: 0px;
    margin-top: 30px;
    flex-wrap: wrap;
    justify-content: start;
    gap: 10px;
}
.theme-btn-1 {
    background: #e2b89c;
    padding: 9px 20px;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #fff;
    color: #3e4f6d;
    font-weight: 500;
    box-shadow: 0 0 30px 0 #00000042;
}
.banner_text li.Listen-music a {
    font-size: 13px;
    color: #3e4f6d;
    font-weight: 500;
    text-decoration: underline;
    letter-spacing: 1px;
}
.main_slider-images {
    position: absolute;
    z-index: 9 ;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
}
.main_slider-images img {
    width: 100% !important;
    height: 240px !important;
    object-fit: contain !important;
    position: relative !important;
    left: 0 !important;
    object-position: top;
}
img.img-fluid.main-banner-img {
    width: 100%;
    height: 450px;
}
.banner-text-silder-items {
    background: #eed6c6;
    padding: 60px 10px 20px 10px;
    margin-top: 0;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    text-align: center;
}
.banner-text-silder-items p {
    font-size: 14px;
    color: #3e4f6d;
    font-style: normal;
    line-height: 1.5;
    margin-bottom: 0;
}
.carousel-caption {
    position: absolute;
    top: 50px;

}
.menuSec .row {
    border-bottom: 2px solid #939495;
    padding: 10px 0 0 0;
}
.brings-people-images img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    margin: 0 auto;
}
.brings-people-text h2 {
    font-size: 50px;
    margin: 10px 0;
    line-height: 1;
}
p {
    color: #7c7c7c;
    font-size: 15px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}
.calendar-container {
        max-width: 100%;
        overflow-x: scroll;
    }

.calendar-responsive {
        width: 600px !important;
        overflow-x: scroll;
        max-width: 600px;
    }
    section.calender-sec header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-direction: column-reverse;
}
.calendar-container h1 {
    font-size: 45px !important;
    margin-bottom: 0px;
}
#monthYear {
    margin: 0;
    color: #000;
    font-size: 30px !important;
}
.head-calender {
    display: flex;
    align-items: center;
    gap: 0;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    border-top: 1px solid #ccc;
    border-radius: 20px;
    width: 100%;
    margin: 0 auto;
}
.add-event-input {
    position: absolute;
    bottom: 0;
    left: 0;
}
.calendar .day {
    min-height: 66px;
    border: 1px solid #e0e0e0;
    padding: 6px 10px;
    position: relative;
    background: #fff;
    font-size: 15px;
    cursor: pointer;
    font-family: 'Poppins';
}
h2 {
    font-family: 'libel-suit';
    font-size: 45px;
    line-height: 1;
    color: #3e4f6d;
    font-weight: 500;
    margin: 0 0 30px;
}
.sing-share-sec p {
    font-size: 18px;
    width: 100%;
    margin: 0 auto;
    line-height: 1.2;
    margin-bottom: 15px;
}
.copy-right {
    text-align: center;
    transform: unset;
    display: none;
}

.copy-right p {
    background: #f5f5f5;
    border-radius: 10px;
    padding: 10px 19px;
    color: #000;
    width: auto;
    margin: 0;
    writing-mode: unset;
    padding-bottom: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.home-contact-head h3 {
    writing-mode: unset;
    color: #fff;
    margin: 0;
    transform: unset;
    font-size: 50px;
    text-transform: uppercase;
    letter-spacing: 6px;
}
.home-contact-head {
    text-align: center;
    background: #e2b89c;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding: 30px 0;
}
section.home-contact-sec {
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
footer {
    background: #3e4f6d;
    padding: 50px 0 10px;
    position: relative;
    overflow: hidden;
}
.home-contact-form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    padding: 10px 0;
    margin: 0 0 10px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
}
.home-contact-form textarea {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #c7baae;
    resize: none;
    margin: 0px 0 10px;
    background: transparent;
    color: #4c2607;
    text-transform: uppercase;
    font-weight: 600;
    padding: 50px 0 0px;
}
section.home-contact-sec form:before {
    content: '';
    position: absolute;
    background: #fcfaf6;
    width: 110vw;
    z-index: -1;
    top: 0;
    left: -10vw;
    border-radius: 0 20px 20px 0;
    height: 100%;
}
section.home-contact-sec .row {
    flex-direction: column-reverse;
}
.main_slider-images-back {
    position: unset;
    bottom: 40px;
    z-index: 1;
    right: 160px;
    display: none;
}
.f-address {
    position: relative;
    padding: 50px 0 0 0;
}
.f-address h5 {
    font-size: 28px;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    margin-bottom: 13px;
}
.btm-text-ft {
    margin-top: 30px;
    background: #dfb79e;
    border-radius: 20px;
    padding: 20px 10px 7px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.f-address:before {
    content: '';
    position: absolute;
    background: #52617c;
    width: 1000%;
    height: 1px;
    top: 10px;
    left: 0px;
}
.copy-right.copy-right-footer {
    display: block !important;
}
section.home-contact-sec form {
    padding: 20px 0 60px 0;
    position: relative;
}

.brings-people-text {
    margin: 20px 0;
}
.brings-people-text a {
      display: block;
    width: fit-content;
}
}

/*Media Query End*/
.copy-right.copy-right-footer {
    display: none;
}


