@-ms-viewport {
    width: device-width;
}

html {
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 0px #D55050;
}

body::-webkit-scrollbar-thumb {
    background-color: #D55050;
    outline: 1px solid slategrey;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
}

::-moz-selection {
    /* Code for Firefox */
    color: #fff;
    background: red;
}

::selection {
    color: #fff;
    background: red;
}

body {
    font-family: 'Playfair Display', serif;
    color: var(--color-text);
    overflow-x: hidden;
    background: #f5f3ef;
}

.container {
    max-width: 80%
}


/*colo*/

body {
    --color-text: #3A4057;
    --color-link: #d35066;
    --color-link-hover: #000;
    --color-info: #333;
    --home-shop-bg: #fbf8f3;
    --color-menu-hover: #000;
    --book-bg: #D55050;
    --details-bg-up: #fff;
    --details-bg-down: #f5f0ef;
    --color-product-title: #fff;
    --color-product-subtitle: #a09897;
    --color-details-title: #fff;
    --color-details-subtitle: #fff;
    --color-descr: #000;
    --color-price: var(--color-link);
    --color-bg-addtocart: #000;
    --color-addtocart: #fff;
    --color-close: #000;
    --color-bg-magnifier: #000;
    --color-magnifier: #FAAE57;
    --color-btn-hover: #c1b3b1;
    --color-had-link-bg: #f5f3ef;
    --color-banner1-bg: #D55050;
    --color-banner2-bg: #242230;
    --color-banner3-bg: #36273B;
    --color-banner4-bg: #3A4057;
    /*      color: var(--color-info);*/
}


/*colo*/


/*font*/

p {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
        line-height: 2;
    font-weight: 300;
}

a:hover {
    text-decoration: none;
}

.marg-top {
    margin-top: 100px;
}
.marg-bot {
    margin-bottom: 100px;
}


/*font*/

.top-hader {
    width: 100%;
    float: left;
    height: auto;
    background-image: url(../img/had_bg.jpg);
}

.logo {
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}

.mr-0-auto {
    margin: 0 auto;
}


/*top had start*/

.bg-main {
    background-color: var(--color-had-link-bg);
}

.nav-link {
    color: var(--color-text) !important;
    font-size: 14px;
}

.nav-link:hover {
    color: var(--color-link) !important;
}

.dropdown-item {
    color: var(--color-text) !important;
    font-size: 14px;
}

.dropdown-item:hover {
    color: var(--color-link) !important;
}

.lamb-rt {
    position: absolute;
    top: 0;
    z-index: 999;
    left: 10%;
}

.lamb-lt {
    position: absolute;
    top: 0;
    z-index: 999;
    right: 10%;
}


/*top had end*/


/*home banner start*/

.home-regiter {
    top: 50%;
    right: -60px;
    left: auto;
    transform: rotate(45deg);
    -webkit-transform: rotate(-90deg);
    position: absolute;
    padding: 10px 30px;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    background-color: var(--color-magnifier);
    color: var(--color-text);
    z-index: 999;
}

.banner-sub-text {
    position: absolute;
    left: 0;
    font-size: 16px !important;
    padding: 10px;
    text-transform: capitalize;
    width: 100%;
}

.banner-sub-text p {
    font-size: 13px !important;
}

.color-banner1-bg {
    background: transparent linear-gradient(91deg, #D55050 0%, #12090900 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
}

.color-banner2-bg {
    background: transparent linear-gradient(91deg, #242230 0%, #12090900 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
}

.color-banner3-bg {
    background: transparent linear-gradient(91deg, #36273B 0%, #12090900 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
}

.color-banner4-bg {
    background: transparent linear-gradient(91deg, #3A4057 0%, #12090900 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    height: 100%;
    position: absolute;
}


/* Section-1 Styles */

.banner-sub-img {
    width: 100%;
    height: 6em;
    float: left;
    background-size: cover !important;
}

#section-1 {
    height: 100vh;
    color: #fff;
    background-color: #222;
}

#section-1 .content-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

#section-1 .content-slider input {
    display: none;
}

#section-1 .content-slider .slider {
    position: relative;
    width: inherit;
    height: inherit;
    overflow: hidden;
}

#section-1 .content-slider .slider .banner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 0;
    width: inherit;
    height: inherit;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.5s ease;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper {
    height: 100%;
    padding-top: 6em;
    box-sizing: border-box;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
    padding-bottom: 0.3em;
    font-weight: 400;
    font-size: 2.5em;
    text-transform: none;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
    font-size: 3em;
    line-height: 95%;
        margin-bottom: 20px;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
    display: block;
    width: 4em;
    height: 0.1875em;
    margin: 40px 0px;
    background: #fff;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button {
    padding-bottom: 5em;
    z-index: 15 !important;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a {
    padding: 0.5em 2em;
    text-align: center;
    font-size: 0.875em;
    color: #fff;
    text-transform: uppercase;
    border: 0.1875em solid #fff;
}

#section-1 .content-slider .slider .banner .banner-inner-wrapper .learn-more-button a:hover {
    color: #e88382;
    border-color: #e88382;
    transition: 0.3s;
}

#section-1 .content-slider .slider #top-banner-1 {
    background-size: cover !important;
}

#section-1 .content-slider .slider #top-banner-2 {
    background-size: cover;
}

#section-1 .content-slider .slider #top-banner-3 {
    background-size: cover;
}

#section-1 .content-slider .slider #top-banner-4 {
    background-size: cover;
}

#section-1 .content-slider nav {
    position: absolute;
    bottom: 0em;
    width: 100%;
    z-index: 10;
    text-align: center;
}

#section-1 .content-slider nav .controls {
    display: block;
    width: 100%;
    margin: 0 auto;
    color: #fff;
}

#section-1 .content-slider nav .controls label {
    position: relative;
    display: inline-block;
    width: 22.49%;
    height: 6em;
    overflow: hidden;
    margin: -6px -2px;
    padding-top: 0em;
    text-align: left;
    text-transform: uppercase;
    font-size: 1em;
    color: #f6eac5;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s;
}

.home-booking-ticket {
    width: 10% !important;
    background: #D55050;
    text-align: center !important;
    font-family: 'Poppins', sans-serif;
}

.home-booking-ticket .banner-sub-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px !important;
    padding-top: 25px;
}

#section-1 .content-slider nav .controls label .progressbar {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #f6eac5;
    z-index: 100;
}

#section-1 .content-slider nav .controls label .progressbar .progressbar-fill {
    position: inherit;
    width: inherit;
    height: inherit;
    margin-left: -100%;
    background: #e88382;
}

#section-1 .content-slider nav .controls label span {
    font-size: 1.4em;
}

#section-1 .content-slider nav .controls label:hover {
    color: #e88382;
}

#section-1 .content-slider #banner1:checked~.slider #top-banner-1,
#section-1 .content-slider #banner2:checked~.slider #top-banner-2,
#section-1 .content-slider #banner3:checked~.slider #top-banner-3,
#section-1 .content-slider #banner4:checked~.slider #top-banner-4 {
    opacity: 1;
    z-index: 1;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1),
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2),
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3),
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) {
    cursor: default;
    color: #fff;
    transition: all 0.5s;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1) .progressbar,
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2) .progressbar,
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3) .progressbar,
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) .progressbar {
    background: #fff;
}

#section-1 .content-slider #banner1:checked~nav label:nth-of-type(1) .progressbar-fill,
#section-1 .content-slider #banner2:checked~nav label:nth-of-type(2) .progressbar-fill,
#section-1 .content-slider #banner3:checked~nav label:nth-of-type(3) .progressbar-fill,
#section-1 .content-slider #banner4:checked~nav label:nth-of-type(4) .progressbar-fill {
    animation: progressBarFill 5s linear;
}


/* Animations */

@keyframes progressBarFill {
    from {
        margin-left: -100%;
    }
    to {
        margin-left: 0;
    }
}


/* Media Queries */

@media only screen and (min-width: 1920px) {
    .main-header .header-wrapper {
        width: 57%;
    }
    #section-1 {
        height: 100vh;
    }
     #section-2 {
        height: 80vh;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 20%;
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1919px) {
    .main-header .header-wrapper {
        width: 60%;
    }
    #section-1 {
        height: 43em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 30%;
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1680px) {
    .main-header .header-wrapper {
        width: 65%;
    }
    #section-1 {
        height: 100vh;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 30%;
        padding-left: 10%;
    }
}

@media only screen and (max-width: 1366px) {
    .main-header .header-wrapper {
        width: 70%;
    }
    .container {
        max-width: 100%
    }
}

@media only screen and (max-width: 1120px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 1.4em;
    }
    #section-1 {
        height: 35em;
    }
    #section-1 .content-slider nav {
        bottom: -0.2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 2em auto;
    }
}

@media only screen and (max-width: 1024px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 1.3em;
    }
    #section-1 .content-slider nav {
        bottom: 0;
    }
    #section-1 .content-slider nav .controls {
        width: 80%;
    }
}

@media only screen and (max-width: 860px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 0.9em;
    }
    #section-1 {
        height: 29em;
    }
    #section-1 .content-slider nav {
        bottom: -1em;
    }
    #section-1 .content-slider nav .controls {
        width: 90%;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
        font-size: 2em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 4.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 5em;
    }
}

@media only screen and (max-width: 768px) {
    .main-header .header-wrapper .main-menu li {
        padding: 0.75em 0.5em;
    }
    #section-1 {
        height: 27em;
    }
    #section-1 .content-slider nav .controls {
        width: 100%;
    }
    #section-1 .content-slider nav .controls label {
        width: 19%;
        font-size: 0.8em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 1.7em auto;
    }
}

@media only screen and (max-width: 650px) {
    .main-header .header-wrapper {
        width: 95%;
    }
}

@media only screen and (max-width: 480px) {
    .main-header .header-wrapper {
        width: 97%;
    }
    .main-header .header-wrapper .main-logo {
        display: none;
    }
    .main-header .header-wrapper .main-menu li {
        padding: 0.2em 0.3em;
    }
    .main-header .header-wrapper .main-menu li:last-child,
    .main-header .header-wrapper .main-menu li:nth-child(6) {
        padding: 0.2em 0.7em;
    }
    #section-1 {
        height: 26em;
    }
    #section-1 .content-slider nav {
        bottom: -0.5em;
    }
    #section-1 .content-slider nav .controls label {
        width: 40%;
        font-size: 0.7em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h2 {
        font-size: 1.5em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 3em;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper .line {
        margin: 1.7em auto;
    }
}


.scroll {
    position: absolute;
    bottom: 0;
    z-index: 99;
    width: 100%;
    text-align: center;
    padding: 30px;
}


.mouse-icon {
    height: 35px;
    width: 22px;
    border-radius: 12px;
    border: 2px solid #fff;
    margin: 0 auto;
    margin-bottom: 10px;
}

.mouse-icon:after {
    content: '';
    height: 5px;
    width: 3px;
    display: block;
    margin: 5px auto;
    border: 2px solid #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-animation: mouse-wheel 1s linear infinite;
    -moz-animation: mouse-wheel 1s linear infinite;
}

.mouse-arrow {
    display: block;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 2px 0 3px 6px;
    width: 8px;
    height: 8px;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    -webkit-animation-direction: alternate;
}

.mouse-arrow:after,
.mouse-arrow:before {
    position: absolute;
    content: '';
    display: block;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    width: 8px;
    height: 8px;
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

.mouse-arrow:after {
    margin: 7px 0 3px 7px;
    -webkit-animation-delay: 200ms;
    -moz-animation-delay: 200ms;
    -webkit-animation-direction: alternate;
}

.mouse-arrow:before {
    margin: 14px 0 3px 14px;
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes mouse-wheel {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}



/*home banner end*/


/*discover home*/

.discover {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
}

.main-content {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.om {
    padding: 0px 0px 10px;
}

.main-content h2 {
    font-size: 1.8em;
    margin-bottom: 30px;
}

.lib-panel {
    height: 100%;
    color: var(--color-details-title);
}

.lib-panel img {
    width: 100%;
    background-color: transparent;
    padding: 70px;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
}

.lib-panel .lib-row {
    padding: 0 20px 0 0px;
}

.lib-panel .lib-row.lib-header {
    font-size: 30px;
    padding: 10px 20px 10px 0px;
    float: left;
    width: 100%;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
}

.lib-panel .lib-row.lib-desc a {
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .10);
}

.no-padding {
    padding: 0;
}

.cultural-bg {
    background-image: url(../img/cultural01.svg);
    background-size: cover;
}

.vrindavan-bg {
    background-image: url(../img/cultural02.svg);
    background-size: cover;
}

.vertical-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 40px;
    width: 100%;
}

.post-cta {
    font-size: 13px;
    font-weight: normal;
    position: relative;
    max-width: 100px;
    background-color: var(--color-text);
    text-align: center;
    padding: 10px;
    margin-top: 20px;
}
.post-cta:hover{
    background-color: var(--book-bg);
}

a .post-cta {
    color: var(--details-bg-up);
}

.sml-had {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

.home-about h1 {
    font-weight: bold;
    margin-bottom: 30px;
}

.home-about h6 {
    font-weight: bold;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
}

.lft-about-photo {
    position: absolute;
    right: 0;
    margin-right: 0;
    padding-right: 0;
}

.lft-about-photo img {
    width: 100%;
}


/*discover home*/


/*home-shop*/

.home-shop {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
    background-color: var(--home-shop-bg);
}

.home-shop-bg {
    background-color: var(--book-bg);
    padding: 0px 50px;
    ;
}

.home-shop-book-img {
    width: 100%;
    background-color: transparent;
    padding: 0px !important;
}

.author-color {
    color: var(--color-magnifier);
    margin-bottom: 10px;
    float: left;
    width: 100%;
    ;
}

.blog_section {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.blog_section .blog_content .blog_item {
    margin-bottom: 0px;
    position: relative;
    border-radius: 2px;
    overflow: hidden;
}

.blog_section .blog_content .blog_item:hover .blog_image img {
    transform: scale(1.1);
}

.blog_section .blog_content .blog_item .blog_image {
    overflow: hidden;
    padding: 0;
}

.blog_section .blog_content .blog_item .blog_image img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.blog_section .blog_content .blog_item .blog_image span i {
    position: absolute;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    width: 38px;
    height: 45px;
    padding-top: 7px;
    text-align: center;
    right: 20px;
    top: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 79%, 0 100%);
    background-color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details {
    padding: 25px 20px 30px 20px;
    background: #fff;
    text-align: center;
}


.festivals-more{
    background: #f5f3ef !important;
    padding: 0;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a {
    color: #020d26;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 400;
    transition: all 0.3s;
    text-decoration: none;
}

.blog_section .blog_content .blog_item .blog_details .blog_title h5 a:hover {
    color: #ff5e14;
}

.blog_section .blog_content .blog_item .blog_details ul {
    padding: 0 3px 10px 0;
    margin: 0;
}

.blog_section .blog_content .blog_item .blog_details ul li {
    display: inline-block;
    padding-right: 15px;
    position: relative;
    color: #7f7f7f;
}

.blog_section .blog_content .blog_item .blog_details ul li i {
    padding-right: 7px;
}

.blog_section .blog_content .blog_item .blog_details p {
    border-top: 1px solid #e5e5e5;
    margin-top: 4px;
    padding: 20px 0 4px;
    font-size: 13px;
}

.blog_section .blog_content .blog_item .blog_details a {
    font-size: 16px;
    display: inline-block;
    color: #ff5e14;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
}

.blog_section .blog_content .blog_item .blog_details a:hover {
    color: #020d26;
}

.blog_section .blog_content .blog_item .blog_details a i {
    vertical-align: middle;
    font-size: 20px;
}

.blog_section .blog_content .owl-nav {
    display: block;
}

.blog_section .blog_content .owl-nav .owl-prev {
    position: absolute;
    left: 13px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #ff5e14;
    transition: all 0.3s;
    color: #fff;
}

.blog_section .blog_content .owl-nav .owl-prev span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-prev:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
}

.blog_section .blog_content .owl-nav .owl-next {
    position: absolute;
    right: 13px;
    top: 33%;
    border: 5px solid #fff;
    text-align: center;
    z-index: 5;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    outline: 0;
    background: #ff5e14;
    color: #fff;
    transition: all 0.3s;
}

.blog_section .blog_content .owl-nav .owl-next span {
    font-size: 25px;
    margin-top: -6px;
    display: inline-block;
}

.blog_section .blog_content .owl-nav .owl-next:hover {
    background: #fff;
    border-color: #ff5e14;
    color: #ff5e14;
}

@media only screen and (max-width: 577px) {
    .blog_section .owl-nav .owl-prev {
        left: -17px !important;
    }
    .blog_section .owl-nav .owl-next {
        right: -17px !important;
    }
}


/*home-shop*/


/* sahithee-jalakam */

.sahithee-jalakam {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
    background-color: var(--color-addtocar);
}

#owl-2 .blog_details {
    text-align: left;
    background-color: var(--home-shop-bg);
}

#owl-2 {
    font-family: 'Poppins', sans-serif;
}

#owl-2 span {
    font-size: 13px;
}

#owl-2 h5 {
    font-size: 16px;
}


/* sahithee-jalakam */


/* Home Festivals */

.home-festivals {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
    background-color: var(--color-addtocar);
}

.home-festivals .main-content {
    text-align: left;
}

#owl-3 h5 a {
    font-size: 14px;
}


/* Home Festivals */


/* home newsletter */

.home-news {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
    background-color: var(--color-addtocar);
}

.newsletter {
    margin-top: 50px;
}

.newsletter .content {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
}

.newsletter .content h2 {
    color: #243c4f;
    margin-bottom: 40px;
}

.newsletter .content .form-control {
    height: 50px;
    border-color: #ffffff;
    border-radius: 0;
    font-size: 14px;
}

.newsletter .input-group {
    border: solid 1px;
}

.newsletter .content.form-control:focus {
    box-shadow: none;
    border: 2px solid #243c4f;
}

.newsletter .content .btn {
    min-height: 50px;
    border-radius: 0;
    background: #3b4057;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.line-h {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    border: 1px #3B4056 dashed;
}


/* home newsletter */



/*about us*/

.about-us {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
}


.about-vedio{
    width: 100%;
    margin: 0 auto;
       padding: 0px 0px 100px 0;
    float: left;
}
.about-video{
    width: 70%;
    position: relative
  
}
.about-vt img{
    width: 100%;
    padding-right: 10%;
}
.about-video img{
    width: 100%;
}

.ply_lnk  .ply_icon {
    width: 234px;
    height: 234px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}


.ply_lnk .ply_icon span {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 234px;
    position: relative;
    z-index: 1;
}
.ply_lnk .ply_icon:hover {
  
    background-color: var(--color-banner1-bg);
    
}

.line-sml {
    position: relative;
    width: 120px;
    height: 4px;
    background-color: var(--book-bg);
    margin-bottom: 30PX;
}

.text-about-concept{
    width: 100%;
    float: left;
}

.chairmans-message{
     width: 100%;

       padding: 100px 0px 100px 0;
    float: left;

    background-color: var(--home-shop-bg);
}

.chairmans-message img{
    width: 100%;
    padding-right: 10%;
}

.chairmn_btm{
    font-style: italic;
    font-size: 18px;
    letter-spacing: .050em;
    line-height: 2.3;
    margin-top: 30px;
    float: left;
    
}


.organizational-member{
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px;
    float: left;
    background-color: var(--color-addtocar);
}
.organizational-member .main-content{text-align: left;}
.organizational-member .blog_details {
    text-align: left !important;
    background: #fbf8f3 !important;
}

.past-committees{
    width: 100%;
    padding: 100px 0px 100px 0;
    float: left;
    background-color: var(--home-shop-bg);
}


.past-committees #tab-button li a{
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
}


.past-committees span{
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
   
   
}

.past-committees .blog_title h5{
    font-size: 16px;
    color: #000;
     margin-top: 10px;
    margin-bottom: 10px;
}

.past-committees #tab-button li a:hover, #tab-button .is-active a{
    
    color: #D55050;
}

.past-committees .tab-button-outer{
    padding: 20px 10px;
}
.titlebar {
  overflow: hidden;
}
.titlebar .next-back {
  float: right;
  margin: 12px 0;
}
.titlebar .next-back span a {
  font-size: 12px;
  text-transform: uppercase;
  font-family: Poppins;
  color: #222222;
}
.titlebar .next-back span a:hover {
  text-decoration: none;
  color: #888888;
}
.titlebar .next-back span {
  border-right: 1px solid #000;
  padding: 0 8px 0 5px;
  display: inline-block;
  line-height: 10px;
}
.titlebar .next-back span:last-child {
  border-right: none;
  padding-right: 0;
}

/*.carousel-inner > .carousel-item {*/
/*  -webkit-transition: -webkit-transform 1.2s ease-in-out !important;*/
/*  -o-transition: -o-transform 1.2s ease-in-out !important;*/
/*  transition: transform 1.2s ease-in-out !important;*/
/*}*/

.carousel {
  margin-bottom: 0;
  padding: 0 0 30px 0;
}

.arrival-product .arrival-item ul {
  margin: 0;
  padding: 0;
}
.arrival-product .arrival-item ul li {
  float: left;
  list-style: none;
  width: 23%;
  overflow: hidden;
  margin-right: 2.6%;
}
.arrival-product .arrival-item ul li:last-child {
  margin-right: 0;
}

/*about us*/



/*cultural*/

.left-section-color{
    background-color: var(--color-magnifier);
    padding: 10px;
    float: left;
        top: 153px;
    margin-bottom: 10px;
}

.guru{
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
.guru img{
    width: 70%;
    padding: 10%;
}


.guru-youtube{
    width: 100%;
    float: left;
    margin-top: 30px;
}
.guru-vach{
      width: 100%;
    float: left;
    text-align: center;
    margin-top: 15px;
    font-size: 15px;
    font-style: italic;
       border-bottom: 1px #fddfbd dashed;
    padding-bottom: 20px;
}

.guru-youtube img{
    width: 100%;
}

.card{
    margin-bottom: 50px;
        border: none;
}
.card,.card-img-top {
    border-radius: 0;
}

.card-img-top {
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-size: cover;
}

.cultural .card-text{
    
    
      display: block;
    height: 5rem !important;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px;
    
}
/*cultural*/



/*sahithee jalakam*/
.sahithee-jalakam a h5{
    color: var(--color-text) !important;
    margin-top: 15px;
}

.sahithee-jalakam .author-color {
    color: #c33737;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.tabs {
  max-width: 100%;
  margin: 0 auto;
 
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
 float: left;
    width: auto;

}
#tab-button li a {
  display: block;
  padding: .5em;
font-size: 1.6em;
    font-weight: bold;
  text-align: left;
    color: var(--color-text);
  text-decoration: none;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  
}

#tab-button li a:hover{
  color: var(--color-link);
  
}
.tab-contents {
  padding: .5em 1em 1em;

}

.left-section-sahithee-color {
   
    float: left;
    top: 153px;
    margin-bottom: 10px;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}

.sahithee-maintext{
    text-align: left;
    width: 100%;
    padding: 27px;
}



@media screen and (min-width: 768px) {
  .tab-button-outer {
    position: relative;
    z-index: 2;
    display: block;
  }
  .tab-select-outer {
    display: none;
  }
  .tab-contents {
    position: relative;
    top: -1px;
    margin-top: 50px;
  }
}









/*sahithee jalakam*/



/*ayurveda*/



.ayurveda .card-text{
    
    
      display: block;
    height: 5rem !important;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px;
    
}
/*ayurveda*/


/*vrindavan*/


.vrindavan-banner-color{
    color: var(--color-text);
}

.vrindavan{
    background: #ffc582;
}
.vrindavan-kids-bg{
    background-color:var(--home-shop-bg);
    padding: 60px 20px;
    border-radius: 20px;
}

.kids-line{
    width: 100%;
    height: 17px;
    background-image: url(../img/kids-line.svg);
}


.vrindavan .festivals-more {
    background:none !important;
    padding: 0;
    color: #fff;
}


.vrindavan .card-text {
    display: block;
    height: 5rem !important;
    overflow: hidden;
    margin-bottom: 50px;
    margin-top: 30px;
}
.vrindavan-icon h5 {
    color: #3b4057;
    font-size: 14px;
}


.vrindavan-icon .blog_details {
    padding: 0px 20px 30px 20px !important;
    background: #fff;
    text-align: center;
}




.vrin{
  display: inline-block;
  margin-left:-10px;
}
span.carousel-control-prev-icon {
 position: relative;
 bottom: 40px;
 right: 40px;
        width: 40px;
    height: 40px;
}

span.carousel-control-next-icon {
 position: relative;
 bottom: 40px;
        width: 40px;
    height: 40px;
}

  
.carousel-control-prev-icon {
    background-image: url(../img/lft-awr.svg);
}

.carousel-control-next-icon {
    background-image: url(../img/ryt-awr.svg);
}



.carousel-control-next, .carousel-control-prev{
      top: auto;
    bottom: 0;
    
    width: 95%;
    height: 0vh;
}
/*vrindavan*/


/* footer */

.footer {
    width: 100%;
    margin: 0 auto;
    padding: 100px 0px 40px;
    float: left;
    color: var(--color-addtocart);
    background-image: url(../img/footer-bg.jpg);
}

.footer h4 {
    margin-bottom: 30px;
}

.footer p {
    font-size: 13px;
    font-weight: normal;
}

.quicklinks h4 {
    margin-top: 50px;
}

.legal-nav {
    padding-left: 0;
}

.legal-nav li {
    display: inline-block;
    margin-right: 0.8em;
    color: var(--color-text);
    transition: all 150ms linear;
    font-size: 13px;
    margin-bottom: 0;
}

.legal-nav li a {
    color: var(--color-addtocart);
    text-decoration: none;
    padding-bottom: 1em;
    font-family: 'Poppins', sans-serif;
}

.legal-nav li {
    font-weight: normal;
    border-right: 1px solid #ce8383;
    padding-right: 0.8em;
}

.social-nav li:hover a,
.legal-nav li:hover a {
    color: var(--color-text);
    border-bottom: 1px solid --color-text;
}

.legal-nav li:last-child {
    border-right: 0px solid #ce8383;
}

.social-nav {
    margin-bottom: 2.5em;
}

.social-nav .icon-bubble:hover:before {
    box-shadow: inset 0 0 0 2px #e50914;
    transform: scale3d(1, 1, 1);
}

.social-nav .icon-bubble:hover a {
    border-bottom: none;
    color: #e50914;
}

.essentials h4 {
    margin-bottom: 30px;
    margin-top: 50px;
}

.footer-submenu {
    color: var(--color-magnifier);
    font-family: 'Poppins', sans-serif;
    padding-right: 15px;
    font-size: 14px;
}

.footer-submenu:hover {
    color: var(--color-text);
}

.footer-contact {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    margin-bottom: 50px;
    font-weight: 300;
}

.email-footer {
    font-size: 35px;
    color: var(--color-addtocart);
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-weight: normal;
}

.email-footer:hover {
    color: var(--color-text);
}

.call-footer {
    font-size: 30px;
    color: var(--color-addtocart);
    width: 100%;
    float: left;
    margin-bottom: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
}

.call-footer:hover {
    color: var(--color-text);
}

.social-footer a {
    padding-right: 10px;
}

.line-ft {
    width: 20%;
    height: 2px;
    background: #fff;
    margin-top: 20px;
}

.line-h-f {
    width: 1px;
    height: 100%;
    margin: 0 auto;
    border: 1px #e89596 dashed;
}

.footer-copy {
    width: 100%;
    float: left;
    margin-top: 50px;
    border-top: dotted 1px #e89596;
}

.copyrigt {
    width: auto;
    float: left;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    margin-top: 50px;
}

.passio {
    width: auto;
    float: right;
    margin-top: 50px;
}


/* footer */

/*booking*/

form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
      
}

form {
  border-radius: 5px;
  max-width:800px;
  width:100%;
  margin: 5% auto;
  background-color: #FFFFFF;
  overflow: hidden;
    font-size: 12px;

}



input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 42px;
  float: left;
  padding: 0px 15px;
    font-family: 'Poppins', sans-serif;
}

.registration h2{
    text-align: center;
}
textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
}

.form-group {
  overflow: hidden;
  clear: both;
}

.icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:42px;
  position: relative;
  text-align: center;
  line-height:40px;
}

i {
  color:#555;
}

.contentform {
  padding: 40px 30px;
}

.bouton-contact{
  background-color: #81BDA4;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 18px;
}

.leftcontact {
  width:49.5%; 
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

.validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}

#sendmessage {
  border:1px solid #fff;
  display:none;
  text-align:center;
  margin:10px 0;
  font-weight:600;
  margin-bottom:30px;
  background-color: #EBF6E0;
  color: #5F9025;
  border: 1px solid #B3DC82;
  padding: 13px 40px 13px 18px;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.03);
}

#sendmessage.show,.show  {
  display:block;
}

.personaldetails{
    width: 100%;
    float: left;
}
.address-reg{
    width: 100%;
    float: left;
}
.drop{
      border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  width: 75%;
  height: 40px;
  float: left;
  padding: 0px 15px;
            font-size: 12px;
}
.registration hr{margin-bottom: 30px;
    
}

.registration h6{
    color: #DE5959;
}

.contentform {
    padding: 40px 30px;
    float: left;
    width: 100%;
}


.chinad input {
    font-size: 13px;
}

.addnewchi{
    font-size: 12px;
    background: #f6aa93;
    color: #fff;
    margin-right: 30px;
}
.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: #81BDA4; }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: 5px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: 5px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #fff; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }
/*booking*/



/*event*/


.evnt-brd{
        border: solid 10px #fff;
}

/*event*/



/*contact*/

.contact-scetion-start {
    width: 100%;
    float: left;
}
.map {
    margin-bottom: 60px;
}
.contact_page p {
    margin-bottom: 20px;
    font-size: 16px;
}
.contact_page a {
    margin-top: 24px;
    margin-right: 20px;
    color: #333;
    font-size: 20px;
    padding: 10px;
}
.bg-b1 {
    padding: 15px 30px;
    min-height: 290px;
    background-image: url(../images/package-bg-patten.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 6px;
    float: left;
    margin-bottom: 60px;
    margin-top: 30px;
}
.contact-scetion-start .form-control {
    height: 50px;
}
.contact_page {
    width: 100%;
    margin-bottom: 60px;
    float: left;
    text-align: center;
    margin-top: 60px;
}
.contact-scetion-start input {
    line-height: normal;
}
.contact-scetion-start textarea {
    overflow: auto;
}
#container {
    border: solid 3px #474544;
    max-width: 100%;
    margin: 60px auto;
    position: relative;
}
.contact-scetion-start form {
    padding: 37.5px;
    
}
.contact-scetion-start h1 {
    color: #474544;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 7px;
    text-align: center;
    margin-top: 20px;
}
.underline {
    border-bottom: solid 2px #474544;
    margin: -0.512em auto;
    width: 80px;
}
.icon_wrapper {
    margin: 50px auto 0;
    width: 100%;
}
.icon1 {
    display: block;
    fill: #474544;
    height: 50px;
    margin: 0 auto;
    width: 50px;
}
.email {
    float: right;
    width: 45%;
}
.contact-scetion-start input[type='text'],
[type='email'],
select,
textarea {
    background: none;
    border: none;
    border-bottom: solid 2px #474544;
    color: #474544;
    font-size: 1.000em;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0em 0 1.875em 0;
padding: 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-scetion-start input[type='text']:focus,
[type='email']:focus,
.contact_page textarea:focus {
    outline: none;
    padding: 10px;
}
.message {
    float: none;
}
.name {
    float: left;
    width: 45%;
}
.contact-scetion-start select {
    background: url('https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-arrow-down-32.png') no-repeat right;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.contact-scetion-start select::-ms-expand {
    display: none;
}
.subject {
    width: 100%;
}
.telephone {
    width: 100%;
}
.contact-scetion-start textarea {
    line-height: 150%;
    height: 150px;
    resize: none;
    width: 100%;
}
::-webkit-input-placeholder {
    color: #474544;
}
:-moz-placeholder {
    color: #474544;
    opacity: 1;
}
::-moz-placeholder {
    color: #474544;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #474544;
}
#form_button {
    background: none;
    border: solid 2px #474544;
    color: #474544;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    outline: none;
    padding: 15px 35px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 50px;
}
#form_button:hover {
    background: #C6AA6B;
    color: #F2F3EB;
    border: solid 2px #C6AA6B;
}
@media screen and (max-width: 768px) {
    #container {
        margin: 20px auto;
        width: 95%;
    }
}
@media screen and (max-width: 480px) {
    h1 {
        font-size: 26px;
    }
    
    .underline {
        width: 68px;
    }
    
    #form_button {
        padding: 15px 25px;
    }
}
@media screen and (max-width: 420px) {
    h1 {
        font-size: 18px;
    }
    
    .icon {
        height: 35px;
        width: 35px;
    }
    
    .underline {
        width: 53px;
    }
    
    input[type='text'],
    [type='email'],
    select,
    textarea {
        font-size: 0.875em;
    }
}

/*contact*/

/*links-buiness*/

.links-buiness a{
    color: #c75151;
    font-family: 'Poppins', sans-serif;
    padding: 10px;
    border: solid 1px #ccc;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
}

.links-buiness h5{
    width: 100%;
    margin-bottom: 30px;
}
/*links-buiness*/



/* lap top screen */

@media (max-width: 1300px) {
    p {
        font-size: 12px !important;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper {
        padding-top: 25%;
    }
    #section-1 .content-slider .slider .banner .banner-inner-wrapper h1 {
        font-size: 2.3em;
    }
    .home-festivals .main-content {
        text-align: left;
        width: 96%;
    }
    .home-news h3 {
        font-size: 24px;
    }
    .email-footer {
        font-size: 29px;
    }
    .call-footer {
        font-size: 25px;
    }
    .legal-nav li {
        margin-right: 0.4em;
            padding-right: 0.4em;
    }
    
}


/* lap top screen */