/* Header */

:root {
    --rentgetor-primary-color: #FF4F01;
    --rentgetor-secondary-color: #FFDDCE;
    --white: #ffffff;
    --p-text-color: #6B7280;
    --gray10: #1A1A1A;
    --grayh2: #E4E4E7;
    --light-grey-background:#F5F5F7;
    --h1-font-size:3em;
    --p-font-size:20px;
    --menu-color:#5b5b5b;
    
    --p-text-color: #4B5563;
    --brand-60: #80acaa;
    --brand-30: #f2f9f9;
    --white: #ffffff;
    --black: #000000;
    --red: #ff0000;
    --radius: 14px;
    
    --term-p-text-color: #6B7280;
    --pricing-card-text-color: #848199;
    
    --error-input-bg: #ffe7e8;
    --pricing-steps-bg: #F9FAFB;
    
    --header-border-color: #EAEAEA;
    --footer-border-color: #e0e0e0;
    
    --box-shadow-color: #0000001A;
    --pricing-steps-button-box-shadow: #5243C23B;
    --order-summary-border-color: #E5E7EB;
      
    --border-bottom-color: #CDCDCD;
    --icon-bg-color: #FFFFFF33;
    --section-bg-gradient-color-32: #1A5D5B;
    --section-bg-gradient-color-99: #369390;
      
    --header-box-shadow-color:rgba(0, 0, 0, 0.1);
    --pricing-card-border-color: rgba(43, 116, 113, 0.06);
    --pricing-card-box-shadow: rgba(0, 0, 0, 0.05);
    --pricing-box-shadow: rgba(43, 116, 113, 0.35);
}

/*.hero {*/
/*    position: relative;*/
/*    background: white;*/
/*    overflow: hidden;*/
/*    display: flex;*/
/*    height: 350px;*/
/*    align-items: flex-end;*/
/*    justify-content: center;*/
/*}*/

/*.title {*/
/*    position: relative;*/
/*    z-index: 2;*/
/*    margin-bottom:-15px;*/
/*    font-family: 'Nora', sans-serif;*/
/*    font-weight: 600;*/
/*    font-style: SemiBold;*/
/*    font-size: 318.02px;*/
/*    leading-trim: NONE;*/
/*    line-height: 100%;*/
/*    letter-spacing: 0%;*/
/*    text-align: center;*/
/*    color: white;*/
/*}*/

/*.glow {*/
/*    position: absolute;*/
/*    bottom: -150px;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/

/*    width: 100%;*/
/*    height: 400px;*/

/*   background: radial-gradient(*/
/*      ellipse at center,*/
/*      rgba(245, 245, 245, 0.9),  */
/*      rgba(255, 230, 200, 0.75), */
/*      rgba(245, 245, 245, 0.9),*/
/*      rgba(255, 230, 200, 0.75) 70%*/
/*   );*/


/*    filter: blur(60px);*/
/*    animation: rise 3s ease-in-out infinite alternate;*/
/*    z-index: 1;*/
/*}*/

/*@keyframes rise {*/
/*    0% {*/
/*        transform: translateX(-50%) translateY(80px) scale(0.9);*/
/*        opacity: 0.6;*/
/*    }*/
/*    100% {*/
/*        transform: translateX(-50%) translateY(-20px) scale(1.1);*/
/*        opacity: 1;*/
/*    }*/
/*}*/
.rentgetorHeader .auth-buttons .signup:hover{
    transform: scale(1.03);
}
.hero {
    position: relative;
    height: 195px;
    background: white;
    overflow: hidden;

    display: flex;
    align-items: flex-end;   /* pushes text to bottom */
    justify-content: center;
}

.hero .title {
    position: relative;
    font-size: 300px;
    font-weight: 700;
    color: white;
    z-index: 2;
    margin-bottom:-45px;
    font-family: 'Nora', sans-serif;
    text-align:center;
    user-select: none;
}

.glow {
    position: absolute;
    bottom: -150px;          /* start below horizon */
    left: 50%;
    transform: translateX(-50%);

    width: 155%;
    height: 400px;

    background: radial-gradient(
      ellipse at center,
      rgba(245, 245, 245, 0.45),  
      rgba(255, 230, 200, 0.35), 
      rgba(245, 245, 245, 0.25),
      rgba(255, 230, 200, 0) 70%
  );

    filter: blur(60px);
    animation: rise 3s ease-in-out infinite alternate;
    z-index: 1;
}
.greyText{
    color: #A6A6A6;
    font-family: Roboto;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: 0%;
}
@keyframes rise {
    0% {
        transform: translateX(-50%) translateY(80px) scale(0.9);
        opacity: 0.6;
    }
    100% {
        transform: translateX(-50%) translateY(-20px) scale(1.1);
        opacity: 1;
    }
}

.rentgetorHeader {
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 9;
    height: 75px !important;
    
    /*width: 85%;*/
    margin: 0 auto;
    position: relative;
    z-index: 10;
    max-width: 1343px;
}

.rentgetorHeader .container {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 75px;

}

.rentgetorHeader .nav ul {
    display: flex;
    list-style: none;
    gap: 2rem;
    background: #FFFFFF14;
    border: 1px solid #FFFFFF29;
    backdrop-filter: blur(60px);
    border: 1px solid #4545451A;
    padding: 12px 18px;
    border-radius: 12px;
    justify-content: space-between;
    align-items: center;
}

.rentgetorHeader nav ul li{
  position: relative;
  text-decoration: none;
  padding: 8px 0;
  display: inline-block;
  transition: color 0.3s ease;
}

.rentgetorHeader .nav a {
  text-decoration: none;
  color: var(--p-text-color);
  font-weight: 500;
  transition: color 0.3s ease;
  width: 100%;
  padding: 12px 18px;
}

/*.rentgetorHeader nav ul li a::after {*/
/*  content: "";*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*  width: 0%;*/
/*  height: 2px;*/
/*  background: var(--rentgetor-primary-color);*/
/*  transition: width 0.3s ease;*/
/*}*/

/*.rentgetorHeader nav ul li a:hover::after,*/
/*.rentgetorHeader nav ul li a.active::after {*/
/*  width: 100%;*/
/*}*/

.rentgetorHeader nav ul li a:hover,
.rentgetorHeader nav ul li a.active {
    background: var(--rentgetor-primary-color);
    border-radius: 12px;
    color: var(--white);
}

/* Auth Buttons */
.rentgetorHeader .auth-buttons {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.rentgetorHeader .auth-buttons .login,
.rentgetorHeader .auth-buttons .signup {
    text-decoration: none;
    background: var(--rentgetor-primary-color);
    padding: 8px 15px;
    transition: all 0.5s ease;
    border-radius: 50px;
    color: var(--white);
}

.rentgetorHeader .auth-buttons .login{
    background: var(--white);
    color: var(--rentgetor-primary-color);
    border: 1.5px solid var(--rentgetor-primary-color);
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
    .rentgetorHeader{
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        width: 85%;
    }
    .rentgetorHeader .container {
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 1px 1px 24px 0px var(--box-shadow-color);
      height: 75px;
    
    }
    .rentgetorHeader .nav a {
        text-decoration: none;
        color: var(--p-text-color);
        font-weight: 500;
        transition: color 0.3s ease;
        width: 100%;
        padding: unset;
    }
    .rentgetorHeader nav ul li a:hover, .rentgetorHeader nav ul li a.active{
        background: unset;
        border-radius: unset;
         color: var(--rentgetor-primary-color);
    }
   .rentgetorHeader .container {
        background: var(--white);
        border: 1px solid #FFFFFF29;
        backdrop-filter: blur(60px);
        padding: 0px 20px;
        border-radius: 12px;
        border: 1px solid #4545451A;
    }
     .rentgetorHeader .auth-buttons{
        display:none;
    }
    .rentgetorHeader .container .auth-buttons{
        display:none;
    }
    .hamMenu .auth-buttons{
        display:block;
        width: 100%;
    }
    .hamMenu .auth-buttons .auth-button{
        display: flex;
        gap: 10px;
    }
    .rentgetorHeader .auth-buttons .login, .rentgetorHeader .auth-buttons .signup{
            padding: 0 20px;
        line-height: 45px;
        text-align: center;
    }
    .rentFooter .nav{
        display:none;
    }
    .rentgetorHeader .nav{
        display:none;
    }
    .hamMenu .nav{
        display:block;
    }
    rentgetorHeader .hamburger {
        display: block;
        color: var(--p-text-color);
    }
     .rentgetorHeader .nav ul {
        display: flex;
        list-style: none;
        gap: 20px;
        background: var(--white);
        border: 1px solid #4545451A;
        backdrop-filter: blur(60px);
        padding: 12px 18px;
        border-radius: 12px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .alignCSS {
        margin: 0px auto;
        width: 85%;
    }
    /*.rentgetorHeader .nav{*/
    /*    display:none;*/
    /*}*/
    .hero {
        position: relative;
        height: 150px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .hero .title {
        position: relative;
        font-size: 67px;
        font-weight: 700;
        color: white;
        z-index: 2;
        font-family: 'Nora', sans-serif;
        margin-bottom: -5px;
    }
    
}

@media only screen and (min-width: 501px) and (max-width: 800px) {
    .rentgetorHeader{
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        width: 85%;
    }
    .rentgetorHeader .container {
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 1px 1px 24px 0px var(--box-shadow-color);
      height: 75px;
    
    }
   .rentgetorHeader .nav a {
        text-decoration: none;
        color: var(--p-text-color);
        font-weight: 500;
        transition: color 0.3s ease;
        width: 100%;
        padding: unset;
    }
     .rentgetorHeader nav ul li a:hover, .rentgetorHeader nav ul li a.active{
        background: unset;
        border-radius: unset;
        color: var(--rentgetor-primary-color);
    }
    .rentgetorHeader .container {
        background: var(--white);
        border: 1px solid #FFFFFF29;
        backdrop-filter: blur(60px);
        padding: 0px 20px;
        border-radius: 12px;
        border: 1px solid #4545451A;
    }
    .rentgetorHeader .auth-buttons{
        display:none;
    }
    .rentgetorHeader .container .auth-buttons{
        display:none;
    }
    .hamMenu .auth-buttons{
        display:block;
        width: 100%;
    }
    .hamMenu .auth-buttons .auth-button{
        display: flex;
        gap: 20px;
    }
    .rentgetorHeader .auth-buttons .login, .rentgetorHeader .auth-buttons .signup{
            padding: 0 20px;
        line-height: 45px;
        text-align: center;
    }
    .rentFooter .nav{
        display:none;
    }
    .rentgetorHeader .nav{
        display:none;
    }
    .hamMenu .nav{
        display:block;
    }
    rentgetorHeader .hamburger {
        display: block;
        color: var(--p-text-color);
    }
     .rentgetorHeader .nav ul {
        display: flex;
        list-style: none;
        gap: 2rem;
        background: var(--white);
        border: 1px solid #4545451A;
        backdrop-filter: blur(60px);
        padding: 12px 18px;
        border-radius: 12px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
     .alignCSS {
        margin: 0px auto;
        width: 85%;
    }
    /*.rentgetorHeader .nav{*/
    /*    display:none;*/
    /*}*/
    .hero {
        position: relative;
        height: 195px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .hero .title {
        position: relative;
        font-size: 90px;
        font-weight: 700;
        color: white;
        margin-bottom: -5px;
        z-index: 2;
        font-family: 'Nora', sans-serif;
    }
}

@media only screen and (min-width: 801px) and (max-width:1024px) {
    .rentgetorHeader{
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999;
        width: 85%;
    }
    .rentgetorHeader .container {
      margin: auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-shadow: 1px 1px 24px 0px var(--box-shadow-color);
      height: 75px;
    
    }
   .rentgetorHeader .nav a {
        text-decoration: none;
        color: var(--p-text-color);
        font-weight: 500;
        transition: color 0.3s ease;
        width: 100%;
        padding: unset;
    }
     .rentgetorHeader nav ul li a:hover, .rentgetorHeader nav ul li a.active{
        background: unset;
        border-radius: unset;
         color: var(--rentgetor-primary-color);
    }
    .rentgetorHeader .container {
        background: var(--white);
        border: 1px solid #FFFFFF29;
        backdrop-filter: blur(60px);
        padding: 0px 20px;
        border-radius: 12px;
        border: 1px solid #4545451A;
    }
    .rentgetorHeader .container .auth-buttons{
        display:none;
    }
    .hamMenu .auth-buttons{
        display:block;
        width: 100%;
    }
    .hamMenu .auth-buttons .auth-button{
        display: flex;
        gap: 20px;
    }
    .rentgetorHeader .auth-buttons .login, .rentgetorHeader .auth-buttons .signup{
            padding: 0 20px;
        line-height: 45px;
        text-align: center;
    }
    .rentFooter .nav{
        display:none;
    }
    .rentgetorHeader .nav{
        display:none;
    }
    .hamMenu .nav{
        display:block;
        width: 100%;
    }
    .alignCSS {
        margin: 0px auto;
        width: 80%;
    }
    .hero .title {
        position: relative;
        font-size: 130px;
        font-weight: 700;
        color: white;
        z-index: 2;
        margin-bottom: -5px;
        font-family: 'Nora', sans-serif;
    }
     .rentgetorHeader .nav ul {
        display: flex;
        list-style: none;
        gap: 2rem;
        background: var(--white);
        border: 1px solid #4545451A;
        backdrop-filter: blur(60px);
        padding: 12px 18px;
        border-radius: 12px;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;
    }
    .rentgetorHeader .hamburger {
        display: block;
        color: var(--p-text-color);
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
    .rentgetorHeader {
        padding: 1rem 0;
        position: sticky;
        top: 0;
        z-index: 9;
        height: 75px !important;
        position: relative;
        z-index: 10;
    }
    .hamMenu{
        display:none;
    }
    .hero .title {
        position: relative;
        font-size: 185px;
        font-weight: 700;
        color: white;
        z-index: 2;
        margin-bottom: -10px;
        font-family: 'Nora', sans-serif;
        text-align: center;
    }
    .alignCSS {
        margin: 0px auto;
        width: 90%;
    }
    .hero {
        position: relative;
        height: 340px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .rentgetorHeader .hamburger {
        display: none;
    }
}

@media only screen and (min-width: 1281px) and (max-width: 1419px) {
    .alignCSS {
        margin: 0px auto;
        width: 1200px;
    }
    .hamMenu{
        display:none;
    }
    .hero .title {
        position: relative;
        font-size: 250px;
        font-weight: 700;
        color: white;
        z-index: 2;
        margin-bottom: -25px;
        font-family: 'Nora', sans-serif;
        text-align: unset;
    }
    .hero {
        position: relative;
        height: 340px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .rentgetorHeader .hamburger {
        display: none;
    }
}

@media only screen and (min-width: 1420px) and (max-width: 1579px) {
    .alignCSS {
        margin: 0px auto;
        width: 1343px;
    }
    .hamMenu{
        display:none;
    }
    .hero .title {
        position: relative;
        font-size: 284px;
        font-weight: 700;
        color: white;
        z-index: 2;
        margin-bottom: -13px;
        font-family: 'Nora', sans-serif;
        text-align: unset;
    }
    .hero {
        position: relative;
        height: 340px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
    }
    .rentgetorHeader .hamburger {
        display: none;
    }
}

@media only screen and (min-width: 1580px) {
    .alignCSS {
        margin: 0px auto;
        width: 1343px;
    }
    .hero .title {
        position: relative;
        font-size: 280px;
        font-weight: 700;
        color: white;
        z-index: 2;
        margin-bottom:-45px;
        font-family: 'Nora', sans-serif;
        text-align:center;
        user-select: none;
    }
    .hamMenu{
        display:none;
    }
    .hero {
        position: relative;
        height: 340px;
        background: white;
        overflow: hidden;
        display: flex;
        align-items: flex-end;
        justify-content: center;
   }
.rentgetorHeader .hamburger {
        display: none;
    }
}



/*.auth-buttons .login:hover {*/
/*  color: var(--white);*/
/*  background: var(--rentgetor-primary-color);*/
/*  border-radius: 8px;*/
/*}*/

/*.auth-buttons .signup:hover {*/
/*  color: var(--white);*/
/*  background: rgba( var(--rentgetor-primary-color), 0.85 ); */
/*  transform: translateY(-2px);*/
/*}*/