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

.admin-bar #site-header {
    top: 32px;
}


body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.site-navigation-toggle-holder {
    display: none;
}

#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
    background: transparent;
    transition: all .45s ease;
    margin: 0 auto;
}

#site-header .header-inner {

    max-width: 100%;
    padding: 16px 28px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 9999px;
    border: 1px solid transparent;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
}

#site-header.is-sticky .header-inner {

    border-color: #e5e7eb;
    /* transition: all 500ms; */

    box-shadow: 0 8px 40px -20px rgba(0, 0, 0, 0.18);
}

#site-header.hide-header {
    transform: translateY(-100%);
}

#site-header.show-header {
    transform: translateY(0);
}

#menu-main-menu {
    gap: 2.25rem;
}

#menu-main-menu li a {
    position: relative;
    color: #696969;
    font-size: 13px;
    padding: 0;
}

#menu-main-menu li a:after {
    content: "";
    transform-origin: 100%;
    background: #696969;
    width: 100%;
    height: 1px;
    transition: transform .5s cubic-bezier(.65, 0, .35, 1);
    position: absolute;
    bottom: -2px;
    left: 0;
    transform: scaleX(0)
}

#menu-main-menu li a:hover {
    color: #121212;
}

#menu-main-menu li a:hover:after {
    transform-origin: 0;
    transform: scaleX(1)
}

.get-in-touch-menu ul {
    padding-left: 0;
    list-style: none;
}

.get-in-touch-menu li a {
    padding: 0.625rem 1.25rem;
    border-radius: 9999px;
    background-color: #121212;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    transition: all 500ms ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    line-height: 1.5;
}

.get-in-touch-menu li a:hover {
    background-color: #ff00aa;
}

.get-in-touch-menu li a svg {
    transition: transform 0.5s ease;
}

.get-in-touch-menu li a:hover svg {
    transform: translate(2px, -2px);
}

.site-header .header-inner .custom-logo-link {
    display: flex;
    gap: 0.625rem;
    align-items: center;
}

.site-header .header-inner .site-branding .site-logo img {
    width: 52px;
}

.dot {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff00aa;
    /* Replace with your accent color */
}

.dot-ping {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: #ff00aa;
    /* Same accent color */
    opacity: 0.6;
    animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes ping {

    75%,
    100% {
        transform: scale(2);
        opacity: 0;
    }
}


footer {
    padding: 0 !important;
}

.footer-inside {
    background-color: #121212;
    padding: 0px 2.5rem 18rem 2.5rem !important;
   
}

.footer-col-area{
 border-top: 1px solid #404040;
 padding-top: 64px;
}
footer .footer-col {
    gap: 0;

}

footer .footer-col .wp-block-list {
    padding-left: 0;
    list-style: none;
}

footer .footer-col .wp-block-list li {
    line-height: 1.5;
}


.a-list-icon li a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.a-list-icon li a::after {
    content: "↗";
    font-size: 12px;
    line-height: 1;
    transition: transform .3s ease;
}

.a-list-icon li a:hover::after {
    transform: translate(2px, -2px);
}


.footer-title {
    font-size: clamp(4rem, 20vw, 22rem);
    line-height: 0.82;
    letter-spacing: -0.06em;
    font-weight: 800;
    margin-top: 5.5rem !important;
}

.footer-copyright {
    padding-bottom: 16px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.28em;
    color: rgba(255, 255, 255, 0.6);
	line-height:1.5;
}

.footer-col h5{
	font-weight:400;
	font-size:11px !important;
}

.hero-image {
    height: 84vh;
}

.hero-image img {
    height: 100%;
	object-fit:cover;
}

#scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ff00aa;
    z-index: 999999;
    transition: width .08s linear;
}

.text-slider {
  overflow: hidden;
  width: 100%;
}

.text-slider .elementor-icon-list-items {
  flex-wrap: nowrap !important;
  width: max-content;
  animation: aw-marquee-scroll 80s linear infinite;
}

.text-slider:hover .elementor-icon-list-items {
  animation-play-state: paused;
}

.text-slider .elementor-icon-list-item {
  white-space: nowrap;
}

.text-slider .elementor-icon-list-icon svg {
  width: 6px;
  height: 6px;
}

@keyframes aw-marquee-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .text-slider .elementor-icon-list-items {
    animation: none;
  }
}

.partner-cards,
.partner-cards .elementor-icon svg {
  transition: all 0.7s ease;
}

.partner-cards:hover .elementor-icon svg {
  rotate: 90deg;
  color: #ff00aa !important;
}

.button-effcet .elementor-button-icon svg {
  transition: transform 0.5s ease;
}

.button-effcet:hover .elementor-button-icon svg {
  transform: translate(2px, -2px);
}

.link-underline:after {
  content: "";
  transform-origin: 100%;
  background: currentColor;
  width: 100%;
  height: 1px;
  transition: transform 0.5s cubic-bezier(0.65, 0, 0.35, 1);
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
}

.link-underline:hover:after {
  transform-origin: 0;
  transform: scaleX(1);
}

.selected-work,
.studio-cards {
  cursor: pointer;
}

.work-img-container img {
  aspect-ratio: 16 / 9;
}

.selected-work .elementor-widget-image img {
  transition: transform 0.5s ease;
}

.work-btn .elementor-button,
.work-btn .elementor-button-content-wrapper,
.work-btn .elementor-button-icon svg,
.selected-work .elementor-widget-image img,
.journal-cards .elementor-icon svg {
  transition: all 0.5s ease;
}

.selected-work:hover .work-btn .elementor-button-content-wrapper {
  gap: 16px !important;
}

.selected-work:hover .work-btn .elementor-button .elementor-button-icon svg,
.selected-work:hover .work-btn .elementor-button .elementor-button-text {
  color: #ff2fa2;
}

.selected-work:hover .work-btn .elementor-button-icon svg {
  transform: translate(2px, -2px);
}

.selected-work .work-img-container img {
  transform: scale(1.06);
  transition: all 1.4s ease;
  object-fit: cover;
}

.selected-work:hover .work-img-container img {
  transform: scale(1);
}

.selected-work .select-sub-tex .elementor-heading-title {
  max-width: 28ch;
  margin-left: auto;
}

.studio-cards .elementor-widget-image img {
  transition: transform 1.6s ease;
  transform: scale(1.04);
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.studio-cards:hover .elementor-widget-image img {
  transform: scale(1);
}

.essay-card .elementor-widget-image img {
  aspect-ratio: 16 / 10;
  transform: scale(1.05);
  transition: transform 1400ms cubic-bezier(0.22, 1, 0.36, 1);
  object-fit: cover;
}

.essay-card:hover .elementor-widget-image img {
  transform: scale(1);
}

.journal-cards:hover .elementor-icon svg {
  transform: translate(2px, -2px);
  color: #ff00aa;
}

.journal-cards .elementor-icon-wrapper {
  display: flex;
}

.top-hero-banner h1{
	margin:0;
}

.leagal-container .elementor-widget-text-editor h5{
  margin-top: 35px;
  font-weight: 800;
}

/* <--- Responsive CSS ----> */

@media (max-width:768px) {
    .footer-inside {
        padding: 0 1.5rem 18rem 1.5rem !important;
    }
}

@media (max-width:767px) {
    .hero-image {
        height: 72vh;
      }
	.selected-work .select-sub-tex .elementor-heading-title {
        margin-left: 0;
    }

    .footer-inside {
        padding-bottom: 10rem !important;
    }

    #site-header {
        padding-left: 24px;
        padding-right: 24px;
    }

    #site-header .header-inner {
        padding: 12px 24px;
    }

    .footer-col-area {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .footer-copyright {
        padding-bottom: 0;
    }

}

@media (max-width:365px) {
    .footer-bottom {
        gap: 0;
        font-size: clamp(2rem, 20vw, 3rem);
    }
}