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


header{
    position:fixed;
    top:0; left:0; right:0;
    z-index:1000;
    background:transparent;
    mix-blend-mode:normal;
  }
  .nav-wrap{
    max-width:1400px;
    margin:0 auto;
    display:flex;
    align-items:center;
    justify-content: end;
    padding:26px 40px;
  }
  .logo{
    color:var(--dark);
    font-size:20px;
    font-weight:800;
    letter-spacing:1px;
    text-decoration:none;
    text-transform:uppercase;
  }
  .right-side{
    display:flex;
    align-items:center;
    gap:28px;
  }
  .phone{
    color:var(--dark);
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    letter-spacing:.3px;
    display:none;
  }
  @media(min-width:700px){ .phone{display:inline-block;} }

  .menu-trigger{
    display:flex;
    align-items:center;
    gap:10px;
    background:none;
    border:none;
    cursor:pointer;
    color:var(--dark);
  }
  .menu-trigger .menu-text{
    font-size:14px;
    font-weight:700;
    letter-spacing:1.5px;
    text-transform:uppercase;
  }

.menu-trigger:hover {
	background: #417FC5;
}  

.menu-trigger [type=button], [type=submit], button {
	background: #417FC5
}

  .menu-trigger .bars{
    display:flex;
    flex-direction:column;
    gap:4px;
  }
  .menu-trigger .bars span{
    width:26px;
    height:2px;
    background:var(--dark);
    transition:.3s;
  }
  .menu-trigger.open .bars span{background:var(--white);}
  .menu-trigger.open .menu-text{color:var(--white);}
  .menu-trigger.open .bars span:nth-child(1){transform:translateY(6px) rotate(45deg);}
  .menu-trigger.open .bars span:nth-child(2){opacity:0;}
  .menu-trigger.open .bars span:nth-child(3){transform:translateY(-6px) rotate(-45deg);}

  /* Full-screen overlay menu */
  .fullscreen-menu{
    position:fixed;
    inset:0;
    background:var(--dark);
    z-index:1500;
    display:flex;
    flex-direction:column;
    justify-content:center;
    opacity:0;
    visibility:hidden;
    transform:scale(1.03);
    transition:opacity .45s ease, transform .45s ease, visibility .45s;
    overflow-y:auto;
  }
  .fullscreen-menu.open {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    background: #000000;
}
  .fs-close{
    position:absolute;
    top:26px; right:40px;
    background:none;
    border:none;
    color: #fff;
	opacity: 1 !important;
    font-size:26px;
    cursor:pointer;
    z-index:10;
  }
.fs-close:hover {
	background: none !important;
}

  .fs-inner {
    max-width: 900px;
    margin: 0 auto;
    padding: 0px 40px 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	  text-align: center;
}
  .fs-list{
    list-style:none;
  }
  .fs-list li{
    border-bottom:1px solid rgba(255,255,255,.08);
  }
  .fs-list a{
    display:flex;
    flex-direction:column;
    padding:22px 4px;
    text-decoration:none;
    transition:opacity .2s;
	  color: #fff;
  }
  .fs-list a:hover{opacity:.65;}
  .fs-title{
    color:var(--white);
    font-size:clamp(28px, 5vw, 44px);
    font-weight:800;
    letter-spacing:.5px;
  }
  .fs-sub{
    color:var(--muted);
    font-size:14px;
    margin-top:6px;
    letter-spacing:.3px;
  }
  .fs-footer{
    max-width:900px;
    margin:0 auto;
    padding:0 40px 40px;
    display:flex;
    justify-content:space-between;
    color:var(--muted);
    font-size:13px;
    flex-wrap:wrap;
    gap:10px;
  }
  .fs-footer a{color:var(--white); text-decoration:none; font-weight:700;}

  /* demo page filler */
  .hero{
    min-height:100vh;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:0 24px;
  }
  .hero h1{font-size:clamp(32px,6vw,64px); color:var(--dark);}
  .hero p{margin-top:14px; color:#555; max-width:500px; margin-left:auto; margin-right:auto;}

.num svg {
    width: 40px;
    height: 40px;
    line-height: 0;
    color: #fff;
    background: #417FC5;
    border-radius: 50%;
    padding: 0px 10px;
}

.num a {
    font-size: 18px;
    color: #fff;
    font-family: "nike futura";
}

.num {
    display: flex;
    align-items: center;
    gap: 20px;
}

.full-flex-row {
    padding: 280px 107px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* ==========================================
   CUSTOM RIGHT-SIDE HALF SCREEN SLIDE MENU
   ========================================== */

/* Menu Overlay Background Dim Effect */



