/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
header#headerSection {
    position: absolute;
    z-index: 9;
    width: 100%;
}
div#heroHeading h1 span {
    font-size: 36px;
    font-weight: 400;
    display: block;
}
div#experienceSpa:before {
    content: 'About';
    font-family: 'Playfair Display';
    font-weight: 700;
    color: #000000;
    font-size: 60px;
    transform: rotateZ(-90deg);
    top: 70px;
    left: -120px;
    width: auto;
    height: auto;
    opacity: 0.2;
}
div#shapeImage .elementor-widget-container{
   -webkit-mask-image: url("images/shape.png");
   mask-image: url("images/shape.png");
   -webkit-mask-repeat: no-repeat;
   mask-repeat: no-repeat;    
   mask-size: 100%;
   mask-position: top;
}
div.servicesBox .elementor-image-box-wrapper figure.elementor-image-box-img {
    position: relative;
    height: 450px;
    overflow: hidden;
}
div.servicesBox .elementor-image-box-wrapper figure.elementor-image-box-img a{
    position: relative;
}
div.servicesBox .elementor-image-box-wrapper figure.elementor-image-box-img a:before, div#service-slider .block-shadow.slider-container-block-background:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(37, 19, 12, 1) 96%);
}
div#service-slider ul li.swiper-slide h2.slide-title {
    margin-bottom: 0;
}
div#service-slider .mySwiperCoverflow .slide-coverflow-button{
    padding: 0
}

div#service-slider span.elementor-button-content-wrapper span.elementor-button-icon svg {
    display: none;
}
div#service-slider span.elementor-button-content-wrapper span.elementor-button-icon {
    background-image: url('images/arrow.png');
    width: 32px;
    height: 16px;
    background-size: contain;
}
div#experienceSpa {
    max-width: 580px;
}
div.servicesBox .elementor-image-box-wrapper .elementor-image-box-content {
    position: absolute;
    bottom: 5px;
    left:0px;
}
div.servicesBox .elementor-image-box-wrapper .elementor-image-box-content h3{
    margin: 0;
    padding: 10px 30px;
}
div.servicesBox .elementor-image-box-wrapper figure.elementor-image-box-img a {
    display: block;
    height: 450px;
    overflow: hidden;
}
div.servicesBox .elementor-image-box-wrapper figure.elementor-image-box-img img{
    width:100%;
    height:100%;
    object-fit: cover;
}
div#aboutSection .e-con-inner {
    display: flex !important;
    align-items: inherit !important;
}

div#shapeImage .elementor-widget-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    object-fit: cover;
    transform: translate(-50%,-50%);
    display: block;
}
div#shapeImage {
    display: block;
    height: 100%;
    min-height: 740px;
}
div#videoSection{
  -webkit-mask-image: url(images/videoShape.png);
    mask-image: url(images/videoShape.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    mask-size: auto;
    mask-position: center;
}
div#gallerySlider figure.swiper-slide-inner {
    position: relative;
    height: 400px;
}
div#gallerySlider figure.swiper-slide-inner img {
   width: 100%;
   height: 100%!important;
   object-fit: cover;
}
div#gallerySlider figure.swiper-slide-inner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 40%);
    transform: scale(0);
    transition: 0.2s linear;
}
div#gallerySlider figure.swiper-slide-inner:hover:before {
    transform: scale(1);
}
/*div#mainMenu ul li:last-child a {
    background: #95351e;
    margin-left: 80px;
    padding: 10px 40px;
}*/
div#contactdetailFooter ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-icon {
    width: 40px;
    height: 40px;
    background: #fff;
    justify-content: center;
    align-items: center;
    padding-right: 0;
}
div#contactdetailFooter ul.elementor-icon-list-items li.elementor-icon-list-item span.elementor-icon-list-text {
    width: calc(100% - 60px);
    margin-left: 20px
}
div#contactdetailFooter ul.elementor-icon-list-items li.elementor-icon-list-item:last-child span.elementor-icon-list-icon svg {
    transform: rotate(-40deg);
}
div#newsletterForm .tnp.tnp-subscription-minimal form input[type="email"] {
    padding: 14px 30px;
    background: #ffff;
    font-size: 16px;
    width: 100%;
    max-width: 100%;
    color: #000;
    outline: none;
}
div#newsletterForm .tnp.tnp-subscription-minimal form input[type="email"]::placeholder {
    color: #94918f;
}
div#newsletterForm .tnp.tnp-subscription-minimal form input.tnp-submit[type="submit"] {
    right: 0;
    position: absolute;
    text-indent: -999px;
    padding: 15px;
    background-image: url(images/newsarrow.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 20%;
    background-color: transparent;
    outline: none;
}
div#newsletterForm .tnp.tnp-subscription-minimal form input.tnp-submit[type="submit"]:hover {
    right: -10px;
}

/*div#testimonialSlider .elementor-testimonial__text {
    padding-top: 30px;
}
div#testimonialSlider .elementor-swiper {
    width: 820px;
    max-width: 100%;
    margin: auto;
    position: relative;
}
div#testimonialSlider .elementor-swiper:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url(images/quotes.png);
    width: 61px;
    height: 44px;
}
div#testimonialSlider .elementor-testimonial {
    display: flex;
    flex-direction: column;
}
div#testimonialSlider .elementor-testimonial .elementor-testimonial__header {
    order: 2;
    display: grid;
    place-items: center;
}
div#testimonialSlider .elementor-testimonial .elementor-testimonial__content {
    text-align: center;
    order: 1;
}
.elementor-star-rating {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
div#testimonialSlider .elementor-testimonial .elementor-testimonial__header .elementor-testimonial__image {
    order: 2;
}
div#testimonialSlider .elementor-testimonial .elementor-testimonial__header cite.elementor-testimonial__cite {
    order: 1;
    margin-bottom:50px;
}
*/
div#testimonialSlider section#mySwiper-1 {
    width: 820px;
    max-width: 100%;
    margin: auto;
    position: relative;
}
div#testimonialSlider section#mySwiper-1:before {
    content: '';
    position: absolute;
    left: -50px;
    top: 0;
    background-image: url(images/quotes.png);
    width: 61px;
    height: 44px;
}
div#testimonialSlider .thumbnail__wrapper__content.slide-content {
    padding-top: 50px;
}
div#testimonialSlider .thumbnail__wrapper.thumbnails-content img {
    display: none;
}
div#testimonialSlider .thumbnail__content {
    order: 2;
    justify-content: center;
}
div#testimonialSlider .thumbnail__content .thumbnail__content-hero h1.thumbnail__title {
    text-align: center!important;
}
div#testimonialSlider  .slide-icons {
    position: absolute;
    top: 0;
}
div#testimonialSlider .p-relative .swiper-slide {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    padding: 0;
}
div#testimonialSlider .p-relative .swiper-slide img.thumbnail__image {
    border: 0;
    height: 100%!important;
    box-shadow: none;
    border-radius: 50% !important;
}
div#testimonialSlider .p-relative .swiper-slide.swiper-slide-active {
    margin-top: -30px
}
div#testimonialSlider .testimonials-thumbnails .p-relative {
    width: 400px;
    max-width: 100%;
    margin: auto;
}

div#testimonialSlider .testimonials-thumbnails .p-relative .swiper.thumbnail__slider_2.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-backface-hidden {
    max-width: 100%;
}
div#times_table table{
    width: 300px;
    max-width:100%;
}
div#times_table table tr td {
    font-size: 16px;
    padding: 5px 0px;
    background: transparent;
    color: #000;
}
div#times_table table tr {
    background: transparent;
}
div#times_table table tr td, div#times_table table tr{
    border: 0;
}
div#times_table table tr td:first-child {
    font-weight: 600;
}


div#service-slider .mySwiperCoverflow .swiper-slide {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
}

div#service-slider section#mySwiper-1 {
    padding: 0px;
}


div#service-slider li.swiper-slide {
    padding: 15px;
}


div#service-slider .mySwiperCoverflow .slide-coverflow-button {
    border: 0px solid !important;
}


div#service-slider .mySwiperCoverflow .slide-coverflow-button-wrapper {

    width: 37%;
}


div#service-slider .mySwiperCoverflow .slider-coverflow-wrapper{
    align-items: end;
    flex-direction: row;
    z-index: 9;
}

div#service-slider .block-shadow.slider-container-block-background{
    border-radius: 0px;
}

div#service-slider  .block-shadow.slider-container-block-background {
    position: relative;
}

div#service-slider span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 60px;
}

div#contactForm form input, div#contactForm form textarea, div#popupBook form input, div#popupBook form textarea{
    border: 0;
    padding: 15px 20px;
    border-radius: 0;
    font-family: 'Lato';
    font-size: 16px;
}
div#contactForm form .gfield_label, div#contactForm form legend.gfield_label {
    font-size: 14px;
    font-family: 'Lato';
    color: #000;
}
div#popupBook form .gfield_label, div#popupBook form legend.gfield_label {
    font-size: 14px;
    font-family: 'Lato';
    color: #fff;
}
div#contactForm form .gform_footer.top_label {
    text-align: center;
}
div#contactForm form .gform_footer.top_label  input {
    background: #95351e;
    padding: 14px 50px;
    color: #fff;
    font-size: 16px;
    font-family: lato;
    text-transform: uppercase;
    transition: all 0.4s;
}
div#contactForm form .gform_footer.top_label  input:hover {
    background: #21110b;
    transition: all 0.4s;
}
div#popupBook form .gform_footer.top_label  input{
     background: #fff;
    padding: 14px 50px;
    color: #21110b;
    font-size: 16px;
    font-family: lato;
    text-transform: uppercase;
    transition: all 0.4s;
}
div#popupBook form .gform_footer.top_label  input:hover {
    background: #95351e;
    color: #fff;
    transition: all 0.4s;
}
div#watch-how-we  .elementor-custom-embed-play:before {
    content:'';
    position: absolute;
    left:50%;
    top: 48%;
    width: 120px;
    height: 120px;
    border: 12px solid #ffffffb8;
    border-radius:50%;
    transform: translate(-50%, -50%)
}
div#watch-how-we .elementor-custom-embed-play svg {
    opacity: 1;
}
/**/


@media (max-width: 1400px) {


    div#mainMenu ul li:last-child a {
        padding: 10px 32px;
        margin-left: 0px;
        font-size: 14px;
    }

    div#mainMenu ul li a{
        font-size: 14px;
    }

    div#videoSection{
            mask-size: 100%;
    }

div#watch-how-we {
    min-height: inherit;
}
div#heading-how-we-work {
    left: 42%;
    top: 60%;
}

}

@media (max-width: 1024px) {


    div#watch-how-we {
    min-height: inherit;
}


        div#mainMenu ul li:last-child a {
        padding: 10px 20px;
        margin-left: 0px;
        font-size: 14px;
        color: #fff ;
        background: #21110B;
    }


    div#navbar-main-top {
    width: 100%;
    justify-content: space-between!important;
}

/*
div#watch-how-we {
    min-height: 275px;
    align-items: center;
    justify-content: space-around;
}*/


div#shapeImage .elementor-widget-container img {
    top: 27%;
    left: 50%;
    height: 716px;
}

div#shapeImage {
    display: block;
    height: 100%;
    min-height: 500px;
}

    div#heading-how-we-work {
        left: 40%;
        top: 64%;
    }

div#service-slider .mySwiperCoverflow .swiper-slide {
    transform: translate3d(0px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(1) !important;
/*    width: 315px !important;*/
}

}

@media (max-width: 767px) {
/*    div#watch-how-we {
        min-height: 291px;
        align-items: center;
        justify-content: space-around;
    }



div#videoSection {

    mask-position: top;
    width: 800px;
}*/

    div#heading-how-we-work {
        left: 34%;
        top: 70%;
    }




    div#shapeImage .elementor-widget-container img {
        top: 45%;
        left: 50%;
        height: 700px;
        object-fit: cover;
    }

    div#shapeImage {
        display: block;
        height: 100%;
        min-height: 629px;
    }



}

@media (max-width: 667px){





}

@media (max-width: 580px)  {

        div#heading-how-we-work {
        left: 30%;
        top: 70%;
    }

    
      div#shapeImage .elementor-widget-container img {
        top: 45%;
        left: 50%;
        height: 500px;
        object-fit: cover;
    }

    div#shapeImage {
        display: block;
        height: 100%;
        min-height: 420px;
    }

div#heroHeading h1 span {
   
    display: inline;
}


}

