@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Black.eot');
    src: url('../font/ProductSans-Black.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Black.woff2') format('woff2'), url('../font/ProductSans-Black.woff') format('woff'), url('../font/ProductSans-Black.ttf') format('truetype'), url('../font/ProductSans-Black.svg#ProductSans-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Light.eot');
    src: url('../font/ProductSans-Light.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Light.woff2') format('woff2'), url('../font/ProductSans-Light.woff') format('woff'), url('../font/ProductSans-Light.ttf') format('truetype'), url('../font/ProductSans-Light.svg#ProductSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Bold.eot');
    src: url('../font/ProductSans-Bold.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Bold.woff2') format('woff2'), url('../font/ProductSans-Bold.woff') format('woff'), url('../font/ProductSans-Bold.ttf') format('truetype'), url('../font/ProductSans-Bold.svg#ProductSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Regular.eot');
    src: url('../font/ProductSans-Regular.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Regular.woff2') format('woff2'), url('../font/ProductSans-Regular.woff') format('woff'), url('../font/ProductSans-Regular.ttf') format('truetype'), url('../font/ProductSans-Regular.svg#ProductSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Thin.eot');
    src: url('../font/ProductSans-Thin.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Thin.woff2') format('woff2'), url('../font/ProductSans-Thin.woff') format('woff'), url('../font/ProductSans-Thin.ttf') format('truetype'), url('../font/ProductSans-Thin.svg#ProductSans-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Product Sans';
    src: url('../font/ProductSans-Medium.eot');
    src: url('../font/ProductSans-Medium.eot?#iefix') format('embedded-opentype'), url('../font/ProductSans-Medium.woff2') format('woff2'), url('../font/ProductSans-Medium.woff') format('woff'), url('../font/ProductSans-Medium.ttf') format('truetype'), url('../font/ProductSans-Medium.svg#ProductSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

:root {
    --main-color: #932B70;
}

html,
body {
    font-family: 'Product Sans';
    font-weight: 400;
    font-size: 15px;
    line-height: 30px;
    color: #000;
}

body {
    overflow-x: hidden;
}

p {
    line-height: 24px;
}

.container-xl {
    max-width: 1170px;
}

.f-14 {
    font-size: 14px;
}

.f-16 {
    font-size: 16px;
}

.f-15 {
    font-size: 15px;
}

.f-18 {
    font-size: 18px;
}

.f-20 {
    font-size: 20px;
}

.f-22 {
    font-size: 22px !important;
}

.f-24 {
    font-size: 24px;
}

.f-26 {
    font-size: 26px;
}

.f-29 {
    font-size: 29px;
}

.f-30 {
    font-size: 30px;
}

.f-32 {
    font-size: 32px;
}

.f-34 {
    font-size: 34px;
}

.f-28 {
    font-size: 28px;
}

.f-36 {
    font-size: 36px;
}

.f-39 {
    font-size: 39px;
}

.f-40 {
    font-size: 40px;
}

.f-42 {
    font-size: 42px;
}

.f-43 {
    font-size: 43px;
}

.f-44 {
    font-size: 44px;
}

.f-52 {
    font-size: 52px;
}

.f-59 {
    font-size: 59px;
}

.mt-5x {
    margin-top: 150px;
}

.mb-5x {
    margin-bottom: 150px;
}

.pt-5x {
    padding-top: 150px;
}

.w-5x {
    width: 150px;
}

img {
    max-width: 100%;
}

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

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

.fw-600 {
    font-weight: 600
}

.fw-700 {
    font-weight: 700
}

.fw-900 {
    font-weight: 900
}

.btn:focus,
.form-control:focus {
    box-shadow: none !important;
}

.link {
    color: #FF2ED9;
}

.link:hover {
    color: #111C4E;
}

.hover-link:hover {
    opacity: .5;
}

ul {
    list-style: none;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

::placeholder {
    color: #fff !important;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
}

.cursor-p {
    cursor: pointer;
}

.object-cover {
    object-fit: cover;
}

.banner-slider {
    box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.banner-slider .slick-arrow {
    position: absolute;
    top: auto;
    z-index: 9;
    border: none;
    width: 60px;
    height: 60px;
    font-size: 0;
    outline: none;
    bottom: 20px;
}

.banner-content {
    z-index: 999;
}

.banner-slider .slick-slide {
    position: relative;
}

.banner-slider .slick-slide img {
    min-height: 400px;
}

.letter-space {
    letter-spacing: 3px;
}

.banner-slider .slick-dots {
    text-align: center;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 36px;
    width: 100%;
}
.gallery-slider .slick-dots li button ,
.banner-slider  .slick-dots li button {
    width: 10px;
    height: 10px;
    background: #eee;
    border: 1px solid #eee;
    border-radius: 50%;
}

.gallery-slider .slick-dots li.slick-active button::before,
.banner-slider  .slick-dots li.slick-active button::before {
    color: var(--main-color);
}
.gallery-slider .slick-dots li button::before ,
.banner-slider  .slick-dots li button::before {
    font-size: 34px;
    top: -5px;
    left: 0px;
}

.banner-slider .slick-arrow.slick-prev {
    left: 45%;
    background: url("../img/arrow-left1.svg") no-repeat center center;
    background-size: 10px;
}

.banner-slider .slick-arrow.slick-next {
    right: 45%;
    background: url("../img/arrow-right1.svg") no-repeat center center;
    background-size: 10px;
}

.banner-slider .slick-arrow.slick-disabled {
    opacity: .5;
}

.header {
    background: linear-gradient(90deg, #fff 45%, #f1e9f2 500px);
    z-index: 999;
    position: relative;
}

.menu li {
    display: inline-block;
    margin: 0px 20px;
}

.menu li a {
    display: inline-block;
    color: #000;
    position: relative;
    padding: 8px 0px;
    transition: all ease-in-out .2s
}

.menu li:last-child {
    margin: 0
}

.menu li a:after {
    content: "";
    position: absolute;
    width: 0%;
    left: 0;
    bottom: 5px;
    right: 0;
    height: 2px;
    background: var(--main-color);
    transition: all ease-in-out .2s;
}

.menu li a.active:after,
.menu li a:hover:after {
    width: 100%;
}

.menu li a.active,
.menu li a:hover {
    color: var(--main-color);
}

.btn-contact {
    background: #000;
    border-radius: 0;
    border-color: #000;
    padding: 12px 20px !important;
    color: #fff !important;
}

.btn-contact:hover {
    opacity: 0.7;
}

.ttl {
    background: #000;
    padding: 12px 20px;
    color: #fff;
    position: relative;
    z-index: 9;
}

.ttl::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 21px solid transparent;
    border-bottom: 21px solid transparent;
    border-left: 18px solid #000;
    position: absolute;
    left: 100%;
    top: 0;
}

.bg-green {
    background: #eef1fe url('../img/cornor1.png') no-repeat bottom right;
    background-size: 150px;
}

.bg-rose {
    background: #f9e8e8 url('../img/cornor2.png') no-repeat bottom right;
    background-size: 150px;
}

.bg-yellow {
    background: #fdf4df url('../img/cornor3.png') no-repeat bottom right;
    background-size: 150px;
}

.bg-red-lt {
    background: #F1E9F2;
}

.link-text {
    color: #906593 !important;
}

.bg-line-container {
    background: url('../img/bg-line.svg') no-repeat center bottom 340px;
}

.bg-line-container-bottom {
     background: url('../img/bg-line2.svg') no-repeat center bottom;
     padding-bottom: 200px;
}

.container-card {
    background: #8e6391;
    background: -moz-linear-gradient(top, #8e6391 0%, #5b1b61 100%);
    background: -webkit-linear-gradient(top, #8e6391 0%, #5b1b61 100%);
    background: linear-gradient(to bottom, #8e6391 0%, #5b1b61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8e6391', endColorstr='#5b1b61', GradientType=0);
}

.about-container {
    background: #f1e9f2;
    overflow: hidden;
}

.accordion-item {
    background-color: transparent;
}

.gradient-container {
    position: relative;
    color: #fff;
    z-index: 1;
    padding: 90px 0 0 80px;
}

.gradient-container p{color: #fff}

.testimonials-container {
    background: linear-gradient(0deg, #fff 37%, #f1e9f2 90px);
}

.gradient-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 80px;
    width: 100vw;
    background: #912c6d;
    background: -moz-linear-gradient(top, #912c6d 0%, #69214f 52%, #4c183a 100%);
    background: -webkit-linear-gradient(top, #912c6d 0%, #69214f 52%, #4c183a 100%);
    background: linear-gradient(to bottom, #912c6d 0%, #69214f 52%, #4c183a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912c6d', endColorstr='#4c183a', GradientType=0); /* IE6-9 */
}
.gradient-container.full:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    bottom: 0;
    width: 100vw;
    background: #912c6d;
    background: -moz-linear-gradient(top, #912c6d 0%, #69214f 52%, #4c183a 100%);
    background: -webkit-linear-gradient(top, #912c6d 0%, #69214f 52%, #4c183a 100%);
    background: linear-gradient(to bottom, #912c6d 0%, #69214f 52%, #4c183a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#912c6d', endColorstr='#4c183a', GradientType=0); /* IE6-9 */
}

.user {
    border: 20px solid #fff;
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
}

.quote {
    margin-top: -40px;
}

/* the slides */
.slick-slide {
    margin: 0 15px;
}

/* the parent */
.slick-list {
    margin: 0 -15px;
}

.gallery-slider .slick-next.slick-arrow ,
.slider-loop .slick-next.slick-arrow {
    position: absolute;
    right: -80px;
    top: calc(50% - 6px);
    background: url(../img/arrow-right.svg) no-repeat;
    border: none;
    font-size: 0;
    height: 59px;
    width: 57px;
    z-index: 9;
    transition: all cubic-bezier(.79, .14, .15, .86) .2s;
}

.gallery-slider .slick-prev.slick-arrow ,
.slider-loop .slick-prev.slick-arrow {
    position: absolute;
    left: -80px;
    top: calc(50% - 6px);
    background: url(../img/arrow-left.svg) no-repeat;
    border: none;
    font-size: 0;
    height: 59px;
    width: 57px;
    z-index: 9;
    transition: all cubic-bezier(.79, .14, .15, .86) .2s;
}

/*.slider-loop .slick-prev.slick-arrow:hover {
  left: 0px;
}

.slider-loop .slick-next.slick-arrow:hover {
  right: -1px;
}*/
footer {
    background: #923373;
    padding: 150px 0 30px;
}
footer p{
   color: #fff;
}

footer li a {
    color: #fff;
}

footer li a:hover {
    color: #fff;
    text-decoration: underline;
}

.input-container {
    border: 1px solid #fff;
}

.img-block {
    margin-bottom: -70px;
}

.kids-slider .slick-slide img {
    display: inline-block;
}

#nav-icon1,
#nav-icon2,
#nav-icon3,
#nav-icon4 {
    width: 35px;
    height: 25px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

#nav-icon1 span,
#nav-icon3 span,
#nav-icon4 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #5f2165;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
    top: -1px;
}

#nav-icon3 span:nth-child(2),
#nav-icon3 span:nth-child(3) {
    top: 8px;
}

#nav-icon3 span:nth-child(4) {
    top: 17px;
}

#nav-icon3.open span:nth-child(1) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon3.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

.menu-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.heading-bar{
    background: #906593;    
}

p{
/*    color: #7C7C7C ;*/
    line-height: 28px;
}

.nav-tabs-2 .nav-link.active, 
.nav-tabs-2 .nav-item.show .nav-link,
.nav-tabs-3 .nav-link.active, 
.nav-tabs-3 .nav-item.show .nav-link
 {
    color: #fff;
    background-color: #906593;
    border-color: #dee2e6 #dee2e6 #fff;
    border: 0;
    border-radius: 0;
}
.nav-tabs-3 .nav-link ,
.nav-tabs-2 .nav-link {
    background: none;
    border: none;
    background: #eee;
    color: #707070;
    padding: 20px 10px;

}

.nav-tabs-3 .nav-link {
   
    background: #fff; 
    padding: 20px 30px;

}


ul.list li {
    background: url(../img/arow.svg) no-repeat center left 10px;
    padding-left: 40px;
    margin-bottom: 10px;

}
.kids-slider .slick-slide p{
	margin-bottom:0px;
}
.kids-slider .slick-slide{
	min-height:245px;
}



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

.slider-loop .slick-next.slick-arrow {   
    right: -11px;    
}
.slider-loop .slick-prev.slick-arrow {
    left: 10px;
    
}


    .banner-slider .slick-arrow.slick-prev,
    .banner-slider .slick-arrow.slick-next {
        display: none !important;
    }

    .menu {
        display: none;
        position: absolute;
        left: auto;
        right: 17px;
        top: 73px;
        background: #fff;
        z-index: 999;
        min-width: 310px;
        z-index: 99;
    }

    .menu li {
        display: block;
        padding: 0;
        margin: 0 !important;
    }

    .menu.open-menu {
        display: block !important;
    }

    .menu li a {
        text-align: left;
        display: block;
        padding: 10px 20px;
        margin: 0;
        border-bottom: 1px solid #906593;
    }

    .menu li a::after {
        content: none;
    }

}

@media screen and (max-width:992px) {
}

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

    .gradient-container::before {
     
    bottom: 0;
   
}


    .gradient-container {
   
    padding: 30px 0 0 30px;
}
    .ttl {
        display: block;
        margin-bottom: 15px;
    }

    .ttl::after {
        content: none;
    }

    h1.f-52 {
        font-size: 32px;
    }

    .banner-content {
        padding-top: 50px;
    }

    .btn-contact {
        padding: 5px 8px !important;
        font-size: 13px;
        white-space: nowrap;
    }

}
.banner-slider .slick-slide img {
	min-height: auto;
	object-fit: cover;
}
.menu .sub-menu {
    display: none; 
    position: absolute; 
    transform: translateX(-50%); 
    background-color: #333; 
    width: 250px; 
    padding: 0;
    margin: 0; 
    list-style: none; 
    z-index: 1000; 
}

.menu .sub-menu li {
    float: none; 
}

/* Style the submenu links */
.menu .sub-menu li a {
    color: white; 
    padding: 12px 16px; 
    text-decoration: none; 
    display: block;
    text-align: left; 
    background-color: transparent; 
}

.menu .sub-menu li a:hover {
    background-color: #575757; 
}

.menu li:hover > .sub-menu {
    display: block; 
}

#menu-primary-menu li {
    position: relative;
    display: inline-block;
}
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 1000;
}
.sub-menu li {
    width: 200px;
}
.menu li:last-child {
margin: 0px 20px !important;
}
