[data-elementor-type="wp-page"] {
    overflow-x: hidden;
}

/* Header */
header {
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    max-width: 75.6vw;
    width: 90%;
    text-align: center;
    z-index: 9999;
    top: 24px;
}

.common-header-blur {
    backdrop-filter: blur(10px);
}

/* Common */
.common-nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.common-absolute-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.aspect-ratio-1x1 {
    aspect-ratio: 1/1;
}

.max-width-1250 {
    max-width: 1250px;
}

.image-rotate-animation img {
    animation: rotate 40s linear infinite;
}

.common-heading .elementor-heading-title {
    display: flex;
    flex-direction: column;
}

.height-100-tablet {
    @media (min-width: 767px) {
        height: 100%;
    }
}

.svg-hardcode-width-73perc {
    svg {
        display: block;
        width: 73%;
        height: auto;
    }
}

.svg-hardcode-width-79perc {
    svg {
        display: block;
        width: 79%;
        height: auto;
    }
}

.svg-hardcode-width-100perc {
    svg {
        display: block;
        width: 100%;
        height: auto;
    }
}

@media(max-width:767px) {
    .absolute-position-unset{
        position: unset !important;
    }
}