.df-btn {
    z-index: 99 !important;
}

.micro-title {
    /* font-family: "Anaheim" !important; */
    text-transform: uppercase;
    /* font-size: 5rem; */
}

.zoom-wrapper-thumb {
    height: 100%;
}

.number-counter {
    font-family: 'Montserrat', sans-serif !important;

}

.marquee-text-wrapper .marquee-text {
    font-family: "Montserrat", sans-serif !important;
    text-transform: uppercase;
}

.height-title .hero-title span {
    pointer-events: none;
}

.light-content .hero-title {
    color: #fff;
    -webkit-text-stroke: unset;
    -webkit-text-stroke-color: unset;
    text-shadow: 5px 5px 0px black;
}


.mark .big-title {
    font-size: calc(18px + 0vw);
    line-height: calc(1rem + 0vw);
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding: 0.6rem 0px 0.5rem;
    font-weight: 400;
}

.icon img {
    width: auto;
    height: 100%;
}

.primary-font-title {
    font-family: 'Montserrat', sans-serif;
}

h1.primary-font-title {
    font-size: calc(1rem + 2.15vw);
    line-height: calc(1rem + 2.5vw);
}

h4.primary-font-title {
    font-size: calc(1rem + .5vw);
    line-height: calc(1rem + 1vw);
    margin-bottom: 0;
    text-transform: capitalize;
}

.panel:after {
    background-color: #e41818;
}

/* Custom styles for Magnific Popup container */

.mfp-bg {
    background: rgba(0, 0, 0, 0.8);
    /* Semi-transparent background */
}

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

.title {
    transform: rotate(-3deg);
}

.title h5 span {
    text-transform: uppercase;
    font-weight: bolder;
}

.title h5 span:last-child {
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: currentcolor;
    -webkit-text-stroke-color: #fff;
    letter-spacing: 1px;
}

h5 {
    font-size: calc(1.5rem + 0.6vw);
    line-height: calc(1rem + 1.5vw);
}

.icon {
    background-color: transparent;
}

figure {
    position: relative;
}

.phone-box {
    margin-right: 6%;
}

.email-box {
    margin-right: 0;
}

.form-content,
.msg-content {
    /* width: 100%; */
    background-color: rgb(13, 84, 109);
    border-radius: 20px;
}

.image-2 {
    max-width: 60%;
}

.image-1 {
    max-width: 40%;
}

/* .icon img {
        width: auto;
        height: 100%;
    } */

.panels-container>.panel {
    justify-content: center;
    padding-top: 70px;
}



.privacy-policy a {
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
}

.light-content a.link {
    font-family: "Montserrat", sans-serif;
}

.list-rotator li p {
    font-size: 16px;
    color: #e41818;
    background: #fff;
    padding: 1rem;
    border-radius: 8px;
}

.list-rotator li:before {
    background: #0e546d;
}

.info-form .form-content,
.info-form .msg-content {
    background-color: rgb(255 183 42);
}

.form-section .form-content,
.form-section .msg-content {
    width: 100%;
}

.info-form .button-border.outline {
    background: #044b72 !important;
    color: #ffffff;
}

.anuja-txt {
    font-family: 'pussycat-snickers';
    font-size: 70px;
    line-height: 80px;
    letter-spacing: 3px;
}

.copyright {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

hr {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border: none;
    border-bottom: 2px solid #fadb03 !important;
    height: 1px;
    border-top: 0 !important;
}

.connect-cont p {
    background: white;
    text-align: center;
    padding: 1.5rem;
    color: #0e546d !important;
}

footer {
    position: relative;
    width: 100%;
    z-index: 1;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    pointer-events: all;
    padding-bottom: 140px;
}

#footer-container {
    padding: 40px 100px;
    margin: 0px auto;
}

.footer-middle {
    top: 60%;
}

/* footer {
    height: 310px;
} */


@media (min-width:1199px) {
    .button-wrap {
        /* position: absolute; */
        z-index: 99;
    }

    .socials {
        height: auto;
        position: relative;
        width: 100%;
        margin: 10px auto 0px;
        text-align: center;
        bottom: 0px;
        display: flex;
        transform: unset;
        justify-content: center;
        margin-bottom: 1rem;
    }

    .privacy-policy {
        position: relative;
        float: left;
        color: rgb(0, 0, 0);
        width: 100%;
        height: auto;
        box-sizing: border-box;
        pointer-events: initial;
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: baseline;
        /* white-space: nowrap; */
        /* margin: auto; */
        justify-content: center;
    }

    .button-wrap.left {
        float: left;
        left: 3%;
        top: 70%;
    }

    .footer-middle {
        position: relative;
        top: 0;
    }

    .fs1 {
        font-size: 18px !important;
    }
}

@media (max-width: 1700px) {
    .icon {
        height: 250px;
        width: auto;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1400px) {
    .list-rotator img {
        width: 40%;
        margin: auto;
        display: block;
    }
}

@media (min-width: 1480px) and (max-width: 1500px) {
    .icon {
        height: 150px;
        width: 240px;
    }
}

@media only screen and (max-width: 1466px) {
    .panels-container>.panel {
        justify-content: end;
    }

    .scrolling-element figure {
        margin: auto;
        width: 85%;
    }

    .scrolling-element img {
        margin: auto;
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .list-rotator img {
        width: 50%;
        margin: auto;
        display: block;
    }

    .form-section .spre-joy {
        text-align: center;
        margin-bottom: 30px;
    }
}

/* @media only screen and (max-width: 767px) {
    #df-btn-cont .df-btn {
        bottom: 30px !important;
        right: 26px !important;
    }
} */

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

    .list-rotator img {
        width: 100% !important;
        margin: auto;
        display: block;
    }

    .image-1 {
        max-width: 90%;
    }

    .mobile-view {
        width: 90%;
    }

    .list-rotator li:before {
        background: rgb(13, 84, 109);
    }

    .scrolling-element figure {
        width: 95%;
        margin-bottom: 3rem !important;
    }

    .reach-sec {
        padding: 0 !important;
    }

    .privacy-policy {
        width: auto;
        float: none;
        display: table;
        left: auto;
        right: auto;
        top: 40px;
        margin: 0 auto;
        height: 30px;
        line-height: 20px;
        transform: translateX(0px) translateY(0px) !important;
        -webkit-transform: translateX(0px) translateY(0px) !important;
        margin-bottom: 1rem;
        pointer-events: initial;
    }

    /* #footer-container {
        height: 250px;
    } */

    footer .socials-wrap {
        margin-bottom: 20px;
    }

    #backtotop.button-wrap.left .icon-wrap {
        top: 100px;
        z-index: 99999999;
    }

    .copyright {
        height: 50px;
    }

    #footer-container {
        height: 240px;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
    }

    .anuja-txt {
        font-size: 45px;
        line-height: 60px;
    }

    .socials {
        width: 100%;
        display: block;
        transform: unset;
        margin-bottom: 1rem;
        pointer-events: initial;
    }

    .footer-middle {
        top: 0 !important;
    }

    .copyright {
        font-size: 16px;
        top: 0 !important;
    }
}