/* 
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 */

html,body{
	overflow-x:hidden;
}

/* Customize the scrollbar track */
::-webkit-scrollbar {
    width: 8px; /* Set the width of the scrollbar */
	border-radius: 10px;
    background: rgb(207, 207, 207);
}

/* Customize the scrollbar thumb (the draggable part) */
::-webkit-scrollbar-thumb {
    background: #555556; /* Set the background color of the thumb */
	border-radius: 10px;
}


.sticky-header {
    display: none;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
}

.sticky-header .oc-toggle svg {
    filter: invert(1);
}

.sticky-header .header-logo img {
    filter: invert(1);
}

.oc-toggle .elementor-icon-wrapper {
    display: flex;
}


@media only screen and (max-width: 767px) {
    .menu-toggle .elementor-icon-wrapper {
        text-align: right!important;
    }   
}

.opacity-wrapper  {
    opacity: 0.25;
}

.read-more a {
    text-decoration: underline;
}

.single-room-loop img {
    transition: all 1s;
}

.single-room-loop:hover img {
    transform: scale(120%);
}

.single-room-loop  .elementor-widget-container {
    overflow: hidden;
}

.single-room-loop h2 {
    min-height: 76px;
}

/* .single-room-loop-attributes {
    display: flex;
    justify-content: center;
} */

@media only screen and (max-width: 767px) {
    .single-room-loop-attributes ul {
        display: flex!important;
        flex-direction: column!important;
    }
}

.amenties-list {
    font-family: "Zen Maru Gothic";
    font-size: 20px;
}

.amenties-list li {
    margin-top: 6px;
}

.indicator {
    position: relative;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    margin-bottom: 75px;
}

.indicator span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: none;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    animation: animate 1s linear infinite;
}

.indicator span:nth-child(1) {
    top: -30px;
    left: -30px;
    animation-delay: 0s;
}

.indicator span:nth-child(2) {
    top: -15px;
    left: -15px;
    animation-delay: 0.2s;
}

.indicator span:nth-child(3) {
    top: 0px;
    left: 0px;
    animation-delay: 0.4s;
}

.indicator span:nth-child(4) {
    top: 15px;
    left: 15px;
    animation-delay: 0.6s;
}

.indicator span:nth-child(5) {
    top: 30px;
    left: 30px;
    animation-delay: 0.8s;
}

@keyframes animate {
    0% 
    {
        border-color: #fff;
        transform: translate(0, 0);
    }

    20% 
    {
        border-color: #fff;
        transform: translate(15px, 15px);
    }

    20.1%, 100% 
    {
        border-color: #ffffff67;
    }
}

.fadein h2 {
    animation: fadeInOut 1.6s ease-in-out infinite;
}

@keyframes fadeInOut {
    0% {
      opacity: 0.5;
    }
    50% {
      opacity: 1;
    }
    100% {
      opacity: 0.5;
    }
  }



.paroxes-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

@media only screen and (max-width: 1024px) {
    .paroxes-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media only screen and (max-width: 767px) {
    .paroxes-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
}
  
.single-paroxes-div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    padding: 40px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}

.single-paroxes-div img {
    height: 60px;
}

.single-paroxes-div span {
    font-family: "Zen Maru Gothic";
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    min-height: 113px!important;
    font-size: 20px;
}

.single-paroxes-div span::before {
    content: "";
    width: 3px;
    background-color: #d2b162;
    display: block;
    height: 3px;
    width: 64px;
    transition: all .4s;
    opacity: 1;
}

.single-paroxes-div:hover span::before {
    width: 0px;
    opacity: 0.2;
}


@keyframes wave {
    0% {
        transform: translateX(-2px);
    }
    100% {
        transform: translateX(-25px);
    }
}


.wave {
    animation: wave 3s linear infinite;
    position: relative;
    transform: translateX(-2px);
}

.menu-toggle svg {
    width: 6rem;
    height: 75px;
    fill: white!IMPORTANT;
}

.menu-toggle .elementor-icon {
    max-width: 64px;
    overflow: hidden;
}

.sticky-header .menu-toggle svg {
    fill: black!IMPORTANT;
}

.dialog-close-button {
    padding: 14px;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
    transition: all .4s;
}

.dialog-close-button:hover {
    transform: scale(1.2);
    border-color: white;
}

.oc-menu-menu .elementor-icon-list-text {
    letter-spacing: 1px;
    transition: letter-spacing 0.5s ease-in-out!important;
}

.oc-menu-menu .elementor-icon-list-text:hover {
    color: #fff!important;
    letter-spacing: 3px;
}

.level-2 {
    transition: all .6s;
}

.level-2:hover {
    width: 40%!important;
}

@media only screen and (max-width: 1024px) {
    .level-2:hover {
        width: 55%!important;
    }
}

.copyright a {
    text-decoration: underline;
    text-underline-offset: 4px;
}