.elementor-4035 .elementor-element.elementor-element-128ae1d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-0b5e11f{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-b926778{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-c61bc8a{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-53ba195{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-12f8c8a{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-5fdb0c2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-0f6c30e{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-e6c3eda{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-b80a3e1{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-92e9fa8{--display:flex;--padding-top:50px;--padding-bottom:150px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-92e9fa8:not(.elementor-motion-effects-element-type-background), .elementor-4035 .elementor-element.elementor-element-92e9fa8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F6F2;}.elementor-4035 .elementor-element.elementor-element-a515c50{margin:0px 100px calc(var(--kit-widget-spacing, 0px) + 0px) 100px;}.elementor-4035 .elementor-element.elementor-element-12ac137{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4035 .elementor-element.elementor-element-12ac137:not(.elementor-motion-effects-element-type-background), .elementor-4035 .elementor-element.elementor-element-12ac137 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F6F2;}.elementor-4035 .elementor-element.elementor-element-cceb512{padding:0px 0px 0px 0px;}.elementor-4035 .elementor-element.elementor-element-d1e288a{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0b5e11f *//* ===== GLOBAL ===== */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
  font-family:'Outfit',sans-serif;
  overflow-x:hidden;
}

a{
  text-decoration:none;
}

/* ===== CONTAINER ===== */

.rw-container{
  width:min(1280px,92%);
  margin:auto;
}

/* ===== HEADER ===== */

.rw-header{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  z-index:999;
  padding:22px 0;
}

.rw-header .rw-container{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* LOGO */

.rw-logo{
    display:flex;
    align-items:center;
    text-decoration:none;
    flex-shrink:0;
}

.rw-logo img{
    width:100px;
    height:auto;
    object-fit:contain;
    display:block;
    transition:0.3s ease;
}

/* HOVER */

.rw-logo img:hover{
    transform:scale(1.03);
}

/* TABLET */

@media(max-width:992px){

    .rw-logo img{
        width:145px;
    }

}

/* MOBILE */

@media(max-width:768px){

    .rw-logo img{
        width:125px;
    }

}

/* SMALL MOBILE */

@media(max-width:480px){

    .rw-logo img{
        width:110px;
    }

}

/* NAV */

.rw-nav{
  display:flex;
  align-items:center;
  gap:34px;
}

.rw-nav a{
  color:rgba(255,255,255,.85);
  font-size:16px;
  font-weight:300;
  transition:.3s;
}

.rw-nav a:hover{
  color:#fff;
}

/* CTA */

.rw-cta{
  background:#90CB20;
  color:#000;
  padding:14px 22px;
  border-radius:999px;
  font-size:15px;
  display:flex;
  align-items:center;
  gap:8px;
  transition:.3s;
}

.rw-cta:hover{
  transform:translateY(-2px);
  color: #A82E70;
}

/* HAMBURGER */

.rw-menu-toggle{
  display:none;
  background:none;
  border:none;
  cursor:pointer;
  z-index:1001;
}

.rw-menu-toggle span{
  display:block;
  width:28px;
  height:2px;
  background:#fff;
  margin:6px 0;
  transition:.3s;
}

/* ===== HERO ===== */

.rw-hero{
  position:relative;
  min-height:100vh;
  overflow:hidden;
  display:flex;
  align-items:center;
}

/* BG IMAGE */

.rw-bg{
  position:absolute;
  inset:0;
  z-index:1;
}

.rw-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* OVERLAY */

.rw-overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.38);
  z-index:2;
}

/* HERO INNER */

.rw-hero-inner{
  position:relative;
  z-index:5;
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:50px;
  width:90%;
  padding-top:140px;
  padding-bottom:60px;
}

/* LEFT */

.rw-left{
  max-width:760px;
}

.rw-tag{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:rgba(255,255,255,.15);
  backdrop-filter:blur(8px);
  color:#fff;
  padding:10px 18px;
  border-radius:999px;
  font-size:14px;
  margin-bottom:30px;
}

/* HEADING */

.rw-left h1{
  font-size:clamp(52px,7vw,92px);
  line-height:1;
  font-weight:300;
  letter-spacing:-4px;
  color:#fff;
  margin-bottom:38px;
}

/* BUTTON */

.rw-btn{
  display:inline-flex;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(10px);
  color:#fff;
  padding:14px 22px;
  border-radius:999px;
  font-size:18px;
  transition:.3s;
}

.rw-btn span{
  width:38px;
  height:38px;
  border-radius:50%;
  background:#90CB20 ;
  color:#000;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
}

.rw-btn:hover{
  transform:translateY(-3px);
  color: #A82E70;
}

/* MINI CARD */

.rw-mini-card{
  margin-top:70px;
  width:230px;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(18px);
  border:1px solid rgba(255,255,255,.2);
  border-radius:22px;
  overflow:hidden;
}

.rw-mini-img{
  height:150px;
}

.rw-mini-img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.rw-mini-content{
  padding:14px;
}

.rw-mini-content h4{
  color:#fff;
  font-size:15px;
  margin-bottom:5px;
  font-weight:500;
}

.rw-mini-content p{
  color:rgba(255,255,255,.75);
  font-size:12px;
  line-height:1.5;
}

/* RIGHT */

.rw-right{
  max-width:340px;
}

.rw-right p{
  color:rgba(255,255,255,.88);
  font-size:21px;
  line-height:1.8;
  font-weight:300;
}

/* ===== MOBILE ===== */

.rw-mobile-btn{
  display:none;
}

@media(max-width:980px){

  .rw-hero-inner{
    flex-direction:column;
    align-items:flex-start;
    justify-content:center;
    padding-top:140px;
    padding-bottom:50px;
  }

  .rw-right{
    max-width:100%;
  }

  .rw-right p{
    font-size:17px;
    line-height:1.7;
  }

  .rw-mini-card{
    margin-top:40px;
  }

  /* NAVIGATION */

  .rw-nav{
    position:fixed;
    top:0;
    right:-100%;
    width:100%;
    height:100vh;
    background:#111;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    transition:.45s ease;
    gap:28px;
  }

  .rw-nav.active{
    right:0;
  }

  .rw-nav a{
    font-size:22px;
  }

  .rw-mobile-btn{
    display:inline-flex;
    background:#f1c40f;
    color:#000 !important;
    padding:14px 24px;
    border-radius:999px;
    margin-top:20px;
    font-size:16px !important;
    font-weight:600 !important;
  }

  .rw-menu-toggle{
    display:block;
  }

  .rw-cta{
    display:none;
  }

  /* HAMBURGER ANIMATION */

  .rw-menu-toggle.active span:nth-child(1){
    transform:translateY(8px) rotate(45deg);
  }

  .rw-menu-toggle.active span:nth-child(2){
    opacity:0;
  }

  .rw-menu-toggle.active span:nth-child(3){
    transform:translateY(-8px) rotate(-45deg);
  }

}

@media(max-width:768px){

  .rw-left h1{
    font-size:56px;
    letter-spacing:-2px;
  }

  .rw-btn{
    font-size:16px;
  }

  .rw-right p{
    font-size:15px;
  }

  .rw-mini-card{
    width:100%;
    max-width:260px;
  }

}

@media(max-width:520px){

  .rw-header{
    padding:18px 0;
  }

  .rw-logo{
    font-size:28px;
  }

  .rw-left h1{
    font-size:44px;
    line-height:1.05;
  }

  .rw-tag{
    font-size:12px;
    padding:8px 14px;
  }

  .rw-btn{
    width:100%;
    justify-content:center;
  }

  .rw-right{
    margin-top:10px;
  }

}/* End custom CSS */