/* 
Theme Name: Hello Elementor Child (DLP & Website)
Theme URI: https://github.com/elementor/hello-theme/
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: 1.4.2
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
*/

/*
 *  oom_cc
*/

html {
    overflow-x: hidden;
    max-width: 1920px;
    margin: 0 auto;
}

.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

/* Header */

.header-widget-shortheader{
    transform: translateY(0) !important;
}

/* Button */

.elementor-button{
    cursor: pointer;
	position:relative;
}

.elementor-button::before {
    content: '';
    display: block;
    height: calc(100% + 10px);
    width: calc(100% + 10px);
    background: transparent;
    border: 1px dashed var(--e-global-color-secondary);
    position: absolute;
    top: -5px;
    left: -5px;
    border-radius: 44px;
}

.elementor-button:hover::before{
	border: 1px dashed var(--e-global-color-primary);
}

.elementor-button .elementor-button-icon{
	line-height: 1 !important;
    align-items: center !important;
    display: flex !important;
}

.oom-widget-chat-content-message{
	width: 100%;
}

/* Mobile Menu */

.custom-menu-nav {
    display: none !important;
}
.custom-menu-nav.active {
    display: block !important;
}

.custom-menu-nav {
    position: fixed;
    background: #000;
    width: 100%;
    z-index: 999;
}

.toggle-btn-open {
    margin-bottom: 0px !important;
}

.toggle-btn-open .elementor-icon-wrapper,
.toggle-btn-close .elementor-icon-wrapper {
    width: 30px;
    height: 30px;
}

/* Icon List */

.icon-list .elementor-icon-box-title {
    display: none;
}

.icon-list .elementor-icon-box-description a {
    color: #fff !important;
}

.icon-list .elementor-icon-box-description a:hover {
    color: #fff !important;
    text-decoration: underline;
}

.icon-list .elementor-icon-box-icon .elementor-icon {
    margin-top: 5px;
}

/* Footer */

.site-footer {
    display: none !important;
}

/*Scroll */

@-webkit-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }  
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 1;
  }
}
@-moz-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 1;
  }
}
@-o-keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    top: 80%;
    opacity: 1;
  }
}
@keyframes mouse-scroll {
  0% {
    top: 10%;
    opacity: 1;
  }
  50% {
    top: 60%;
    opacity: 1;
  }
  100% {
    top: 10%;
    opacity: 1;
  }
}

.scroll-msg-container{
    display: flex;
    justify-content: center;
}

.scroll-msg-inner {
  width: 18px;
  height: 50px;
  position: relative;
  border-radius: 34px;
  border: 2px solid #EBEBEB;
}

.scroll-msg-wheel {
  position: absolute;
  top: 10%;
  left: 50%;
  width: 10px;
  height: 14px;
  margin-left: -5px;
  border-radius: 6px;
  background-color: #ffffff;
  -webkit-animation: mouse-scroll 1.5s infinite;
  -moz-animation: mouse-scroll 1.5s infinite;
  -o-animation: mouse-scroll 1.5s infinite;
  animation: mouse-scroll 1.5s infinite;
}

.swiper-pagination-bullet{
	width: 64px !important;
    border-radius: 6.5px !important;
	background-color: #D9D9D9 !important;
	opacity: 1 !important;
}

.swiper-pagination-bullet-active{
	background-color: var(--e-n-carousel-dots-normal-color,#000) !important;
}

.listing-slider .swiper-pagination-bullet{
    height: auto !important;
    width: auto !important;
    border-radius: 0 !important;
}

.listing-slider .swiper-pagination-bullet::before{
    content: attr(data-bullet-index);
    display: block;
    font-size: 20px;
    color: var( --e-global-color-secondary );
}

.listing-slider .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
    color: var( --e-global-color-primary );
}

.room-slider .swiper-pagination {
    background: #D9D9D9;
    margin-top: 60px;
    position: unset;
    width: 400px !important;
    margin-left: auto;
    margin-right: auto;
}

.room-slider .swiper-pagination::before{
    content:'01'!important;
    display: block !important;
    font-size: 20px;
    position: absolute;
    left: -10%;
}

.room-slider .swiper-pagination::after{
    content:'03'!important;
    display: block !important;
    font-size: 20px;
    position: absolute;
    right: -10%;
}

.service-item .service-item-content{
    transition: 1s ease;
}

.service-item:hover .service-item-content{
    transform: translateY(0) !important;
    
}

.testimonial-card{
    background-size: 100% 100% !important; 
}

.full-height{
    height: 100% !important;
}


/** Responsive **/

@media (min-width: 1025px){
    
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline {
        width: 60% !important;
    }
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(.85);
        transform-origin: left center;
    }
    
    .elementor-field-group.elementor-field-type-submit {
        align-items: center;
    }
	
	
	.testimonial-slider .swiper-slide{
		transform:translatey(-100px);
		transition .3s ease;
	}

	.testimonial-slider .swiper-slide-active{
		transform:translatey(0);
	}
}

@media (min-width: 768px){
    .room-tour-section > .e-con-inner{
        overflow: hidden;
    }
    .room-slider .swiper-slide{
        z-index: 10;
    }
    
    .room-slider .swiper-slide.swiper-slide-next{
        z-index: 20;
    }
    
    .room-slider .swiper-slide .video-container{
        transform: translateX(-400px) scale(.8);
        transition: .3s ease;
        transform-origin: left center;
    }
    
    .room-slider .swiper-slide.swiper-slide-active .video-container{
        transform: translateX(400px) scale(.8);
        transition: .3s ease;
        transform-origin: right center
    }
    
    .room-slider .swiper-slide.swiper-slide-next .video-container{
        transform: translateX(0) scale(1);
    }
    
    .room-slider .swiper-slide .video-text{
        opacity: 0;
        transition: .3s ease;
    }
    
    .room-slider .swiper-slide-next .video-text{
        opacity: 1;
        transition: .3s ease;
    }
    
    .card-parent{
        perspective: 1000px;
        perspective-origin: left
    }
    
    .card-child{
        transform: rotateY(-10deg) translateX(-6%);
    }
    
    .card-content{
        transform: rotateY(0deg);
    
    }
}


@media (max-width: 767px){
    /* Elementor Form */
    
    .elementor-field-type-recaptcha_v3.recaptcha_v3-inline{
        justify-content: center !important;
    }
    
   .elementor-field-type-recaptcha_v3.recaptcha_v3-inline > .elementor-field{
        transform:scale(1);
        transform-origin: center center;
    } 
}


@media (max-width: 1920px) {
	
}

@media (max-width: 1440px) {
	.swiper-pagination-bullet{
		width: 50px !important;
		border-radius: 6.5px !important;
	}
}

@media (max-width: 1440px){
    .scroll-msg-inner {
        width: 16px;
        height: 40px;
        position: relative;
        border-radius: 34px;
        border: 2px solid #EBEBEB;
    }
    
    .scroll-msg-wheel{
        width: 8px;
        height: 12px;
        margin-left: -4px;
    }
}


@media (max-width: 1280px) {
	
}

@media (max-width: 1024px) {
	.swiper-pagination-bullet{
		width: 40px !important;
		border-radius: 6.5px !important;
	}
	
	.room-slider .swiper-pagination {
        background: #D9D9D9;
        margin-top: 30px;
        position: unset;
        width: 400px !important;
    }
}

/*
 * Surface Pro
 */
@media (max-width: 912px) {
	
}

/*
 * iPad Air
 */
 @media (max-width: 820px) {
	
}

/*
 * iPad 9th
 */
@media (max-width: 810px) {
	
}

/*
 * iPad Mini
 */
@media (max-width: 768px) {


}

@media (max-width: 767px){
     /* WA Widget */

    .oom-widget-popup-wrapper .oom-widget-chat-button{
        right: 10px !important;
    }
	
	.swiper-pagination-bullet{
		width: 30px !important;
		border-radius: 6.5px !important;
	}
	
	.room-slider .swiper-pagination {
        background: #D9D9D9;
        margin-top: 30px;
        position: unset;
        width: 200px !important;
    }
    
    .room-slider .swiper-pagination::before{
        font-size: 16px;
        left: -15%;
    }
    
    .room-slider .swiper-pagination::after{
        font-size: 16px;
        right: -15%;
    }
}


@media (max-width: 480px) {

}

@media (max-width: 414px) {
	
}

@media (max-width: 375px) {
	
}


@media (max-width: 360px) {

}


@media (max-width: 320px) {
	
}

