/**
Theme Name: Milk Dev
Author: Taha Ayoubi
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.header-abs {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.header-abs .header-logo {
    display: none;
}

.header-fix .header-col {
    width: 42.333% !important;
}

.header-fix {
    position: fixed;
    z-index: 99999;
    width: 100%;
    background-color: #fff;
    animation: reveal-head .6s ease-in-out backwards !important;
    transition: transform .5s cubic-bezier(.3, .86, .36, .95);
}

@keyframes reveal-head {

    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: none;
    }
}

.btn-col a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background-color: #000;
    bottom: 0;
    height: 2px;
    transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
    will-change: transform;
    animation: none;
    transform: scaleX(1);
    transform-origin: 0 0;
}


.btn-col a:hover:after {
    animation: link .75s forwards;
}

@keyframes link {

    0% {
        transform: scaleX(1);
        transform-origin: 100% 100%;
    }

    49.9% {
        transform: scaleX(0);
        transform-origin: 100% 100%;
    }

    50% {
        transform: scaleX(0);
        transform-origin: 0 0;
    }

    100% {
        transform: scaleX(1);
        transform-origin: 0 0;
    }
}

.main-sec-1 .elementor-widget-heading {
    opacity: 0 !important;
    transform: translateY(100%) !important;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

.main-sec-1 .elementor-widget-heading.slide-up {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.video-wrapper {
    position: relative;
}

.video-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background-color: rgb(218, 218, 218);
    transform: translateX(-50%);
}

.video {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    border-radius: 2rem;
    transition: all 0.5s ease;
    border: 1px solid grey !important;
}


.typewriter {
    font-size: 9.4em;
    overflow: hidden;
    font-weight: 400;
    width: fit-content;
    color: #000;
    line-height: normal;
    display: flex;
    margin-top: -55px;
}

#blink {
    animation: blink 1s infinite;
    margin-top: -24px;
}

@keyframes blink {

    0%,
    49.9% {
        opacity: 1;
    }

    50%,
    99.9% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.links a {
    width: fit-content !important;
}

.links a:after,
.work-title a:after,
.links span.open:after,
.links span.close:after {
    content: "";
    position: absolute;
    background-color: currentColor;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    transform: scaleX(0);
    transform-origin: 100% 0;
    transition: transform 0.5s cubic-bezier(.215, .61, .355, 1);
    will-change: transform;
}

.links a:hover:after,
.e-loop-item:hover .work-title a:after,
.links span.open:after,
.links span.close:after {
    transform: scaleX(1);
    transform-origin: 0 0;
}

.links a:not(:hover):after,
.links span.open:after,
.links span.close:after {
    transform: scaleX(0);
    transform-origin: 100% 0;
    opacity: 1 !important;
}

.e-loop-item:not(:hover) .work-title a:after {
    transform: scaleX(0);
    transform-origin: 0% 0%;
    opacity: 1 !important;
}


/* .overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    z-index: 10;
}

.text-wrapper {
    display: flex;
    font-size: 20rem;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    left: 0;
} */


.overlay {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.overlay svg {
    width: 100%;
    height: auto;
    max-width: 60.6rem;
    transform-origin: bottom left;
    position: fixed;
    bottom: 2.5%;
    left: 1.5%;
    opacity: 0;
}

.txt-wrap {
    display: flex;
}

.txt-flex {
    display: flex;
    justify-content: space-between;
}

.letter,
.letters {
    display: inline-block;
    opacity: 0;
    line-height: normal !important;
}

.main-sec-1 {
    position: fixed;
}

.main-sec-3 {
    position: fixed;
    bottom: 18px;
}

/* .main-sec-3 .elementor-widget-container{
    position: fixed;
    bottom: 40px;
} */

.title-circle .txt-wrap :before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: .7em;
    margin-right: .3em;
    width: .7em;
}

.num-col svg {
    transition: transform 0.3s ease, fill 0.3s ease;
}

.num-col:hover svg {
    fill: #ffe943;
    transform: rotate(180deg);
}

.num-col .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
}

.num-col .elementor-widget-wrap> :nth-child(2) {
    margin-top: auto;
}

.title-flex {
    display: flex;
    justify-content: space-between;
}

.btn-animate .elementor-button-content-wrapper {
    justify-content: space-between !important;
}

.btn-animate .elementor-button {
    position: relative;
    overflow: hidden;
}

.btn-animate .elementor-button-content-wrapper:before {
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform .6s cubic-bezier(1, 0, .25, .995);
    width: 100%;
    background: #252525;
    border-radius: 12px;
}

.btn-animate .elementor-button-wrapper:hover .elementor-button-content-wrapper:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn-animate .elementor-button-text {
    position: relative;
    transform: translateY(0);
    transition: transform .8s cubic-bezier(1, 0, .25, .995);
}

.btn-animate .elementor-button-wrapper:hover .elementor-button-text {
    transform: translateY(-5rem);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn-animate .elementor-button-text:after {
    content: attr(data-text);
    display: block;
    position: absolute;
    top: 0;
    transition: transform .6s cubic-bezier(1, 0, .25, .995);
    z-index: 2;
    transform-origin: bottom;
    transform: translateY(5rem);
}

.btn-animate .elementor-button-wrapper:hover .elementor-button-text:after {
    transform: translateY(5rem);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.btn-animate .elementor-button-icon {
    z-index: 3;
}

.title-circle-sm h2::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: .3em;
    background: black;
    border-radius: 50%;
    display: inline-block;
}

.we-do-sec1 .elementor-widget-container,
.we-do-sec2 .elementor-widget-container,
.we-do-sec3 .elementor-widget-container,
.work-grid .e-loop-item .elementor-widget-image .elementor-widget-container {
    overflow: hidden;
    border-radius: 12px;
}

.we-do-sec1 img,
.we-do-sec2 img,
.we-do-sec3 img {
    transition-property: transform;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.we-do-sec1:hover img,
.we-do-sec2:hover img,
.we-do-sec3:hover img {
    transform: scale(1.05);
}

.we-do-sec1 .elementor-widget-container:after,
.we-do-sec2 .elementor-widget-container:after,
.we-do-sec3 .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    bottom: 20px;
    right: 20px;
    background-image: url(/wp-content/uploads/2024/08/long-arrow-alt-right-solid.svg);
    background-repeat: no-repeat;
}

.site-logo-svg a {
    width: 100%;
}

.footer1-col2 .btn-col {
    width: fit-content;
}

.footer2-col1 .btn-col a {
    color: #000 !important;
}


.footer2-col1 .btn-col {
    position: relative;
}

.email-input-container {
    display: flex;
    align-items: center;
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 10px 20px;
    width: 40%;
    justify-content: space-between;
    overflow: hidden;
}

.email-input {
    background: transparent !important;
    border: none !important;
    font-size: 1.3rem !important;
    color: #000 !important;
    padding: 0px !important;
}

.email-input::placeholder {
    font-family: var(--e-global-typography-primary-font-family);
    opacity: .3;
}

.submit-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    opacity: .3;
    transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
}

.submit-btn:hover {
    background-color: transparent !important;
    opacity: 1;
}

.submit-btn:hover img {
    animation: submit-icon-animate .6s cubic-bezier(.3, .86, .36, .95) forwards;
}

.submit-btn img {
    width: 20px;
    height: 20px;
}

@keyframes submit-icon-animate {

    0%,
    0.1% {
        transform: none;
    }

    49.9% {
        transform: translateX(250%);
    }

    50%,
    50.1% {
        transform: translateX(-250%);
    }

    100% {
        transform: none;
    }
}

.work-grid .elementor-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.work-grid .elementor-grid .e-loop-item {
    grid-column: span 2 / span 2 !important;
}

.work-grid .elementor-grid .e-loop-item:nth-child(5),
.work-grid .elementor-grid .e-loop-item:nth-child(6) {
    grid-column: span 1 / span 1 !important;
}

.work-grid .elementor-grid .e-loop-item {
    height: fit-content;
}

.e-loop-item .work-title h2 {
    width: fit-content;
    position: relative;
}

.e-loop-item {
    position: relative;
}

.e-loop-item:after {
    content: attr(data-href);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    background-color: transparent;
    cursor: pointer;
}

.work-grid .e-loop-item img {
    transition-property: transform;
    transition-duration: .7s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.work-grid .e-loop-item:hover img {
    transform: translate(0, 0) rotate(0) skewX(0) skewY(0) scaleX(1.1) scaleY(1.1);

}

.pink-sec {
    position: relative;
}

.pink-sec>.elementor-container:after {
    top: 45%;
    right: 20px;
}

.pink-sec1 {
    position: absolute;
    top: 0;
}

.pink-sec1 .elementor-container:after {
    top: -15px;
    right: -25px;
}

.pink-sec2 {
    position: absolute;
    right: 0;
    transform: rotateX('90deg');
}

.pink-sec3 {
    position: absolute;
    bottom: 2.4%;
}

.pink-sec3 .elementor-container:after {
    bottom: -15px;
    right: -25px;
}

.pink-sec .elementor-container:after,
.pink-sec1 .elementor-container:after,
.pink-sec3 .elementor-container:after {
    content: "";
    width: 14px;
    height: 14px;
    background: black;
    border-radius: 50%;
    position: absolute;
}

.pink-sec:hover .elementor-button-content-wrapper:before {
    transform: scaleY(1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.pink-sec:hover .elementor-button-text {
    transform: translateY(-5rem);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.real-time {
    display: flex;
    align-items: baseline;
}

.milk-btn-container,
.milk-btn-container .elementor-widget-container {
    display: flex;
    justify-content: flex-end;
}

.milk-btn-container .elementor-widget-container {
    text-align: right;
    overflow: hidden;
}

.milk-button {
    width: 65%;
}

.milk-circle-blk,
.milk-circle-wht {
    content: "";
    position: absolute;
    width: 12rem;
    height: 12rem;
    border-radius: 9999px;
    background-color: #000;
    top: -6px;
    right: -10px;
    z-index: 1;
}

.milk-circle-blk {
    transform: scale(0);
    transition: none;
}

.milk-circle-wht {
    transform: scale(1);
    opacity: .2;
    transition: none;
}

.milk-img {
    position: relative;
    z-index: 2;
}

body .hfeed {
    overflow: hidden;
}

.pink-sec .elementor-widget-container {
    overflow: hidden;
    background-color: #eeccd8;
    border-radius: 12px;
}

.image-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: none;
    z-index: 9999999;
    pointer-events: none;
    /* Prevent images from blocking mouse events */
}

.image-wrapper {
    position: relative;
    width: 30%;
    height: auto;
}

.image-wrapper img {
    position: inherit;
    border-radius: 12px;
}

.image-container .image-wrapper:nth-child(1) img {
    left: 180%;
    width: 80%;
}

.image-container .image-wrapper:nth-child(2) img {
    left: 20%;
    width: 50%;
}

.image-container .image-wrapper:nth-child(3) img {
    left: 80%;
    width: 80%;
}

.image-container .image-wrapper:nth-child(4) img {
    left: 60%;
    width: 30%;
}

.image-container .image-wrapper:nth-child(5) img {
    left: 265%;
    width: 65%;
}


.pink-sec>a {
    z-index: 1 !important;
}

.menu-mobile .elementor-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dialog-widget {
    display: none;
}

.openmenu {
    display: unset;
}

.dialog-widget-content {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: clip-path .45s cubic-bezier(.3, .86, .36, .95), -webkit-clip-path .45s cubic-bezier(.3, .86, .36, .95);
}

.openmenu .dialog-widget-content {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transition-duration: .8s;
}

.o-c-menu {
    display: inline-grid;
    height: 1.965rem;
    overflow: hidden;
}

.open,
.close {
    transition: transform .35s cubic-bezier(.3, .86, .36, .95);

}

.open.active,
.close.active {
    transform: translateY(0%);
}

.open {
    transform: translateY(-100%);
}

.close {
    transform: translateY(100%);
}

.main-head:after {
    background: #000;
    content: "";
    height: .1rem;
    opacity: .2;
    top: 0;
    transform: scaleX(0);
    transform-origin: 100% 100%;
    transition: transform .25s cubic-bezier(.3, .86, .36, .95);
}

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

    .header-abs,
    .header-fix {
        z-index: 99999999 !important;
    }

    .header-fix .header-col {
        width: 70% !important;
    }
}