* {
    font-family: "Rajdhani", sans-serif;
}

body {

    background-size: contain;
    background-attachment: fixed;
    overflow-x: hidden;
}

.rajdhani-light {
    font-family: "Rajdhani", sans-serif;
    font-weight: 300;
    font-style: normal;
}

.rajdhani-regular {
    font-family: "Rajdhani", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rajdhani-medium {
    font-family: "Rajdhani", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.rajdhani-semibold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.rajdhani-bold {
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.container {
    max-width: 1140px;
}

.hero-section {
    /* background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    /* overflow: hidden; */
}

.hero-section p {
    color: #151515;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" patternUnits="userSpaceOnUse" width="100" height="100"><circle cx="50" cy="50" r="1" fill="%23ffffff" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
}

.logo-text {
    color: #00ff88;
    font-weight: 800;
    font-size: 2.5rem;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.hero-title {
    font-size: 3.75rem;
    font-weight: 700;
    color: white;
    line-height: 1.2;

}

.hero-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
}

.child-image {
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    max-width: 100%;
    height: auto;
}

.contribution-section {
    background: #54006d;
    border-radius: 30px 30px 0 0;
    padding: 100px 0;

}

.contribution-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contribution-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

.make-difference {
    background: #dd5756;
    border-radius: 30px 30px 0 0;

}

.change-together {
    background: #dd9157;
    border-radius: 30px 30px 0 0;

}

.action-section {
    background: linear-gradient(135deg, #ff6b6b 0%, #feca57 100%);
    padding: 80px 0;
}

.action-card {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    transition: transform 0.3s ease;
    height: 100%;
}

.action-card:hover {
    transform: scale(1.05);
}

.action-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.donate-icon {
    color: #ff6b6b;
}

.saree-icon {
    color: #764ba2;
}

.spread-icon {
    color: #feca57;
}

.cta-section {
    background: linear-gradient(135deg, #e1bee7 0%, #f8bbd9 100%);
    padding: 150px 0 100px;
}

.cta-title {
    color: #764ba2;

    font-weight: 700;
    margin-bottom: 2rem;
}

.btn-cta {
    background: #02ff48;
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #333;
    transition: all 0.3s ease;
}

.btn-cta:hover {
    background: #00cc6a;
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 255, 136, 0.3);
}

.form-section {

    padding: 80px 0;
}

.form-container {

    border-radius: 20px;
    padding: 3rem;

}

.leaders-section {
    background: #f8f9fa;
    padding: 80px 0;
    height: auto;
}

.leader-card {

    padding: 0;
    text-align: center;
    transition: transform 0.3s ease;
    overflow: hidden;
    text-align: left;
}

.leader-card img {
    border-radius: 20px;
    margin-bottom: 15px;
}

.leader-card h5 {
    font-weight: bold;
    margin-bottom: 0;
}

.leader-card h6 {
    font-size: 18px;
    font-weight: 5 00;
}

.leader-card p {
    font-size: 13px;
    line-height: normal;
}

.leader-card:hover {
    transform: translateY(-10px);
}

.leader-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
}

.footer {
    background: #0b0c0c;
    color: white;
    padding: 40px 0 0px;
    z-index: 12;
    position: relative !important;
    top: 330px !important;
    z-index: 12 !important;
    height: auto !important;

}

.floating-animation {
    animation: floating 3s ease-in-out infinite;
}


.logo {
    position: relative;
    z-index: 1;
}

.logo img {
    max-width: 220px;
    position: absolute;
    top: -260px;
    left: -5px;
}

.about-logo img {
    max-width: 100px;
    position: absolute;
    top: -285px;
    left: -5px;
}

.saari img {
    width: 150px;
}

.photo-frame {
    border-radius: 25px;
}

.wrapper {
    position: relative;
}

.section-inner {
    position: static !important;
    top: 0;
    height: auto !important;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
}

.section {
    position: sticky;
    top: 0;
    height: 100vh;
    border-radius: 30px 30px 0 0;
}

.section:nth-child(1) {

    z-index: 1;
}

.section:nth-child(2) {

    z-index: 2;
}

.section:nth-child(3) {

    z-index: 3;
}

.section:nth-child(4) {

    z-index: 4;
    margin-top: 100px;
}

.section:nth-child(5) {

    z-index: 5;
    margin-top: 100px;
}

.section:nth-child(6) {

    z-index: 6;
    margin-top: 100px;
}

.section:nth-child(7) {

    z-index: 7;
    margin-top: 100px;
}

.section:nth-child(8) {

    z-index: 8;
    margin-top: 100px;
}

.section:nth-child(9) {

    z-index: 9;
    margin-top: 100px;
}

.section:nth-child(10) {

    z-index: 10;
    height: auto !important;
}

.bg-green {
    background: #02ff48;
}

.txt-green {
    color: #02ff48;
}

.bg-purple {
    background: #54006d;
}

.txt-purple {
    color: #54006d;
}

.bg-orange {
    background: #dd5756 !important;
}

.txt-orange {
    color: #dd5756;
}

.bg-light-grey {
    background: #dcdcdc;
}

.txt-light-grey {
    color: #dcdcdc;
}

.txt-violet {
    color: #a93bce;
}

.txt-yellow {
    color: #ffe000;
}

.bg-yellow {
    background: #ff9000;
}

.bg-g-yellow {
    background: #FFB300;
}

.bg-brick {
    background: #dd9157;
}

.bg-cream {
    background: #eed8c1;
    height: auto !important;
}

.bg-lemon-yellow {
    background: #ffe000;
}

h2 {
    font-weight: 700;
    font-size: 3.25rem;
    font-weight: bold;
}

h3 {
    font-weight: 700;
    font-size: 2rem;
    font-weight: bold;
}

.txt-18 {
    font-size: 18px;
    font-weight: 500;
}

.tangible {
    background: url(../images/tangible.jpg) no-repeat bottom right;
    background-size: 30%;
    min-height: 65vh;
    height: 100%;
}

.quantity-input {
    display: flex;
    align-items: center;
}

.quantity-input input[type="number"] {
    width: 100px;
    height: 50px;
    text-align: center;
    border: 1px solid #969696;
    border-radius: 5px;
    margin: 0 5px;
}

.quantity-input button {
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 5px;
    background-color: #f0f0f0;
    cursor: pointer;
}

.quantity-input button:hover {
    background-color: #e0e0e0;
}

input[type="radio"] {
    display: none;
}

input[type="radio"]+label::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 1px solid #969696;
    border-radius: 0;
    /* Make it square */
    margin-right: 10px;
    vertical-align: middle;
}

input[type="radio"]:checked+label::before {
    background-color: #7A288A;
    /* Purple color */
    border-color: #7A288A;
    box-shadow: inset 0 0 0 3px #fff;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 0;
    /* Make it square */
    cursor: pointer;
}

input[type="checkbox"]:checked+label {
    background-color: #02ff48;
    /* Purple color */
    border: 3px solid #ffffff;
    position: relative;
}

input[type="checkbox"]:checked+label::after {
    content: "\2713";
    /* Checkmark */
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.meet-leader {
    margin-top: 40px;
}

.btn-join {
    margin-top: 80px;
}

.w-90 {
    width: 90%;
}

.sgg {
    max-width: 150px;
}

.round {
    max-width: 65px;
}

.l4h {
    max-width: 150px;
}

.identity {
    max-width: 200px;
    margin-right: 20px;
}

.reporter {
    max-width: 140px;
    margin-right: 20px;
}

.ego {
    max-width: 80px;
}

.m-logo {
    display: none;
}

.w-gift {
    width: 335px
}

.w-gift-inside {
    width: 238px
}

.navbar-expand-lg .navbar-nav .nav-link {
    font-weight: 600;
    padding: 7px 20px;
}

.nav-link.active {
    color: #FFB300 !important;
}

.menu {
    margin-left: 100px;
}

.menu i {
    font-size: 20px;
    color: #fff;
}

.round-pic {
    border-radius: 100px !important;
}

.leader-details {
    max-width: 1000px;
    color: #fff;
}

.leader-details p {
    font-size: 16px;
}

.pos-rel {
    position: relative;
}

.menu-bg,
.navbar-dark {
    background: #54006d !important;
    border-bottom: 6px solid #01fe45;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #7A288A;
    display: none;
    z-index: 1000;
    animation: fadeIn 0.5s;
}

.overlay-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    animation: slideIn 0.5s;
}

.close-btn {
    position: absolute;
    top: 20px;
    font-size: 120px;
    color: #ff8c00;
    background-color: transparent;
    border: none;
    cursor: pointer;
    animation: fadeIn 0.5s;
}

.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.nav-menu li {
    margin-bottom: 20px;
    animation: fadeInUp 0.5s;
}

.nav-menu a {
    color: #02ff48;
    text-decoration: none;
    font-size: 50px;
}

.nav-menu a:hover {
    color: #ffffff;
}

.about-hero {
    height: auto;
    min-height: 450px;
    justify-content: end;
    padding-bottom: 40px;
}

.about-title {
    font-size: 74px;
    text-align: center;
    line-height: 76px;
}

.about-head {
    font-size: 24px;
    text-align: center;
    line-height: 24px;
}

.program-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px 0 20px;
    color: #333;
}

.program-card img {
    width: 70px;
    margin: 15px;
}

.live-badge {
    background: #02ff48;
    padding: 8px 20px 5px;
    color: #a93bce;
    width: auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: inline;
    margin-bottom: 10px;
}

.upcoming-badge {
    background: #a7a7a7;
    padding: 8px 20px 5px;
    color: #a93bce;
    width: auto;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    display: inline;
    margin-bottom: 10px;
}

.about-footer {
    top: 0
}

.about-page {
    position: relative;
    background: url('../images/bg.jpg') top center no-repeat;
    background-size: contain;
}

.sold {
    position: absolute;
    right: 100px;
    bottom: 100px;
    text-align: center;
}

.sold .count {
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    line-height: 35px;
}

.sold .count-txt {
    font-size: 20px;
    color: #fff;
}

.hide {
    display: none !important;
}

footer li a {
    font-size: 1rem;
    line-height: 1.4;
    padding: 5px 0;
    color: #8b8b8b !important;
    display: block;
    text-decoration: none;
}

footer li a:hover {
    color: #f0f0f0 !important;
}

.join-hero {
    height: 90vh;
    padding-bottom: 40px;
    justify-content: space-around;
}

.join-now-wrap {
    margin-top: -200px;
}

.join-now-wrap h3 {
    font-size: 1.5rem;
}

.join-now-wrap .action-card img {
    margin-top: 40px;
}

.join-now-wrap .action-card p {
    margin-top: 40px;
}

.join-hero .about-logo img {
    top: -273px;
}

.reg-hero .about-logo img {
    top: -308px;
}

.contact-card {
    padding-bottom: 10px;
    position: relative;
}

.contact-card h4 {
    font-weight: bold;
    font-size: 20px;
}

.contact-card h5 {
    font-size: 16px;
}

.contact-card p {
    color: #151515;
}

.contact-card .btn-cta {
    background: #1d1e1e;
    border: none;
    padding: 7px 30px;
    border-radius: 5px;
    font-weight: 600;
    color: #ffffff;
    transition: all 0.3s ease;
}

.contact-card .btn-cta:hover {
    background: #e18b01;
    box-shadow: none;
}

.bold {
    font-weight: bold;
}

.bg-no {
    background: none;
}

.contact-card img {
    position: absolute;
    left: -52px;
    bottom: 0px;
    height: 100%;
}

.hero-contact {
    background: url('../images/contact-bg.jpg') no-repeat top left/cover;
    max-height: 500px;
    min-height: 500px;
}

.h-100 {
    height: 100%;
}

.ps-10 {
    padding-left: 100px;
}

.about-page {
    background: url('../images/about-banner.jpg') no-repeat top left/contain;
}

.contact-page {
    background: url('../images/contact-banner.jpg') no-repeat top left/contain;
}

.join-page {
    background: url('../images/join-now-banner.jpg') no-repeat top left/contain;
}

.home-page {
    background: url('../images/bg.jpg') no-repeat top left/contain;
}

.home-page .logo img {
    max-width: 220px;
    position: absolute;
    top: -219px;
    left: -5px;
}

.contact-address {
    z-index: -1;
    position: relative;
}

.inner-logo {
    position: absolute;
    left: 0;
    top: -23px;
    width: 120px;
}

.home-logo {
    position: absolute;
    left: 0;
    top: -23px;
    width: 200px;
}

/* new added */

/* Top Score Card */
.score-card {
    display: inline-block;
    background: #4B0079;
    color: #00FF3B;
    font-size: 60px;
    font-weight: bold;
    padding: 25px 25px 15px;
    border-radius: 0 0 15px 15px;
    margin-bottom: 20px;
    width: 230px;
}
.score-card h5{color: #fff; margin-bottom: 2px;}
.score-card .score-count{ line-height: 60px;}

.game-layout {
    display: flex;
    gap: 20px;
}

/* Left Houses Section */
.houses {
    display: grid;
    grid-template-columns: repeat(6, 100px);
    gap: 20px;
}

.house {
    width: 110px;
    text-align: center;
    position: relative;
}

.roof {
    width: 0;
    height: 0;
    border-left: 55px solid transparent;
    border-right: 55px solid transparent;
    border-bottom: 45px solid #E74C3C;
    position: relative;
    border-radius: 5px;
}

.roof span {
    position: absolute;
    top: 17px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.house-body {
    background: #eee;
    margin: 0 10px;
    height: 80px;
    position: relative;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

/* Green Bars */
.bar {
    width: 100%;
    height: 20px;
    margin: 0;

}

.bar-1 {
    background: #00FF00;
}

.bar-2 {
    background: #00CC00;
}

.bar-3 {
    background: #009900;
}

.bar-4 {
    background: #006600;
}

/* Locked House */
.locked {
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.locked::before {
    content: "\f023";
    font-size: 20px;
    color: #607D8B;
    display: inline-block;
}

.locked::before {
    content: "\f023";
    /* Font Awesome lock icon */
    font-family: "Font Awesome 6 Free";
    /* Specify the Font Awesome font family */
    font-weight: 900;
    /* Specify the font weight for solid icons */
    font-size: 20px;
    color: #607D8B;
    display: inline-block;
    position: absolute;
    /* Add this to position the icon */
    top: 50%;
    /* Add this to center the icon vertically */
    left: 50%;
    /* Add this to center the icon horizontally */
    transform: translate(-50%, -50%);
    /* Add this to center the icon */
}




/* Profile Section */
.profile-card {
    background: #F9B233;
    width: 100%;
    border-radius: 20px;
    padding: 60px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    height: 100%;
}

.avatar {
    width: 180px;
    height: 180px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    margin-top: 30px;
}

.profile-score {
    font-size: 60px;
    font-weight: bold;
    color: #E74C3C;
    line-height: 60px;
}

.avatar::before {
    content: "\f007";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    /* Use 400 for regular icons or 900 for solid icons */
    font-size: 110px;
    color: rgba(0, 0, 0, 0.1);
}
    .hero-section p {
        color:#fff;
    }
.w-mb{ margin-bottom: 80px;}
    /* new added */


   
.profile-name {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
  color: #373636;
}

.profile-address {
  color: #777;
}

.profile-tagline {
  margin-top: 10px;
  font-size: 0.9em;
  color: #5e0142;
    font-weight: 600;
     line-height: 14px;
     margin-bottom: 5px;
}
.support-button {
  background-color: #ff6f61;
  color: white;
  padding: 6px 20px;
  border: none;
  border-radius: 6px;
  margin: 10px 0;
  cursor: pointer;
    font-weight: 600;
}

.profile-score-label {
  font-size: 0.9em;
  margin-top: 10px;
  font-weight: 700;
   color: #E74C3C;
  line-height: 14px;
}


.label-pro{  color: #616161; line-height: 18px; margin-top: 7px;}
@keyframes floating {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-20px);
    }
}

.pulse-animation {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

@media (max-width: 990px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .logo-text {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .logo img {
        max-width: 150px !important;
        position: absolute;
        top: -215px !important;
        left: -5px;
    }

    .section {
        position: static !important;
        padding: 70px 30px 30px !important;
        height: auto !important;
        margin-top: 0px !important;
        border-radius: 0 !important;
        transform: none !important;
        width: 100%;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    .btn-join {
        margin-top: 0 !important;
    }

    .hero-title {
        margin-top: 100px !important;
    }

    .form-container {
        padding: 0;
    }

    html {
        overflow-x: hidden;
    }

    .hero-section::before {
        position: static;
    }

    footer {
        padding-bottom: 0 !important;
    }

    .bg-lemon-yellow {
        background: none !important;
        text-align: center;
        border-top: 1px solid #ffe000;
    }

    .terms {
        flex-direction: column;
    }

    .form-check {
        padding-left: 0;
    }

    .tangible {
        background-size: 60% !important;
        padding-right: 0 !important;
        padding-bottom: 150px !important;
    }

    .w-gift {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .w-gift-inside {
        margin-top: 20px;
    }

    .program-card {
        height: 100%;
    }

    .hero-section p {
        margin-top: 100px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .logo-text {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .logo img {
        max-width: 150px !important;
        position: absolute;
        top: -215px !important;
        left: -5px;
    }

    .section {
        position: static !important;
        padding: 70px 30px 30px !important;
        height: auto !important;
        margin-top: 0px !important;
        border-radius: 0 !important;
        transform: none !important;
        width: 100%;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    .btn-join {
        margin-top: 0 !important;
    }

    .hero-title {
        margin-top: 100px !important;
    }

    .form-container {
        padding: 0;
    }

    html {
        overflow-x: hidden;
    }

    .hero-section::before {
        position: static;
    }

    footer {
        padding-bottom: 0 !important;
    }

    .bg-lemon-yellow {
        background: none !important;
        text-align: center;
        border-top: 1px solid #ffe000;
    }

    .terms {
        flex-direction: column;
    }

    .form-check {
        padding-left: 0;
    }

    .tangible {
        background-size: 60% !important;
        padding-right: 0 !important;
        padding-bottom: 150px !important;
    }

    .w-gift {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .w-gift-inside {
        margin-top: 20px;
    }

    .about-hero {
        min-height: 210px !important;
    }

    .about-title {
        font-size: 40px !important;
        ;
        line-height: 40px !important;
        ;
    }

    .home-logo {
        position: absolute;
        left: 20px;
        top: -13px;
        width: 68px;
    }

    .sold {
        display: none;
    }

    .round-pic {
        border-radius: 100px !important;
        max-width: 175px;
    }

    .overlay-content {
        overflow-y: auto;
        padding: 40px 0 50px;
        display: block;
    }

    .overlay-content .close-btn {
        z-index: 1;
        top: -50px;
        right: 0;
        left: 0;
    }

    .inner-logo {
        position: absolute;
        left: 20px;
        top: -24px;
        width: 70px;
    }

    .inner-logo {
        position: absolute;
        left: 20px;
        top: -24px;
        width: 70px;
    }

    .join-hero {
        height: auto;
    }

    .about-page {
        background: url(../images/about-banner.jpg) no-repeat top left / 160%;
    }

    .contact-card.bg-no {
        height: auto;
        text-align: center !important;
    }

    .contact-card img {
        position: static;
        width: 200px;
        ;
    }

    .hero-contact {
        min-height: 250px;
    }

    .ps-10 {
        padding: 40px;
    }

    .overlay-content .nav-menu {
        margin-top: 50px;
    }

    .join-now-wrap {
        margin-top: 0;
    }

    .hero-section {
        align-items: baseline;
        min-height: auto;
    }

    .hero-title {
        margin-bottom: 50px !important;
    }
    .hero-section p {
        color:#181818;
    }
}



@media (max-width: 568px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .logo-text {
        font-size: 2rem;
    }

    .cta-title {
        font-size: 2rem;
    }

    .logo img {
        max-width: 150px !important;
        position: absolute;
        top: -215px !important;
        left: -5px;
    }

    .section {
        position: static !important;
        padding: 40px 30px 30px !important;
        height: auto !important;
        margin-top: 0px !important;
        border-radius: 0 !important;
        transform: none !important;
        width: 100%;
    }

    h2 {
        font-size: 2.5rem !important;
    }

    .btn-join {
        margin-top: 0 !important;
    }

    .hero-title {
        margin-top: 0px !important;
        font-size: 2rem;
        text-align: center;
    }

    .form-container {
        padding: 0;
    }

    html {
        overflow-x: hidden;
    }

    .hero-section::before {
        position: static;
    }

    footer {
        padding-bottom: 0 !important;
    }

    .bg-lemon-yellow {
        background: none !important;
        text-align: center;
        border-top: 1px solid #ffe000;
    }

    .terms {
        flex-direction: column;
    }

    .form-check {
        padding-left: 0;
    }

    .tangible {
        background-size: 60% !important;
        padding-right: 0 !important;
        padding-bottom: 150px !important;
    }

    .w-gift {
        flex-direction: column;
        align-items: flex-start !important;
    }

    .w-gift-inside {
        margin-top: 20px;
    }

    .about-hero {
        min-height: 210px !important;
    }

    .about-title {
        font-size: 40px !important;
        ;
        line-height: 40px !important;
        ;
    }

    .home-logo {
        position: absolute;
        left: 20px;
        top: -13px;
        width: 68px;
    }

    .sold {
        display: none;
    }

    .round-pic {
        border-radius: 100px !important;
        max-width: 175px;
    }

    .overlay-content {
        overflow-y: auto;
        padding: 40px 0 50px;
        display: block;
    }

    .overlay-content .close-btn {
        z-index: 1;
        top: -50px;
        right: 0;
        left: 0;
    }

    .inner-logo {
        position: absolute;
        left: 20px;
        top: -24px;
        width: 70px;
    }

    .inner-logo {
        position: absolute;
        left: 20px;
        top: -24px;
        width: 70px;
    }

    .join-hero {
        height: auto;
    }

    .about-page {
        background: url(../images/about-banner.jpg) no-repeat top left / 160%;
    }

    .contact-card.bg-no {
        height: auto;
        text-align: center !important;
    }

    .contact-card img {
        position: static;
        width: 200px;
        ;
    }

    .hero-contact {
        min-height: 250px;
    }

    .ps-10 {
        padding: 40px;
    }

    .overlay-content .nav-menu {
        margin-top: 50px;
    }

    .join-now-wrap {
        margin-top: 0;
    }

    .hero-section {
        align-items: baseline;
        min-height: auto;
    }

    .hero-title {
        margin-bottom: 50px !important;
    }
      .houses {
      grid-template-columns: repeat(3, 87px);
    }
    .houses {
    gap: 16px;
}
.roof {

    border-left:45px solid transparent;
    border-right:45px solid transparent;
    border-bottom: 45px solid #E74C3C;
}
.house {
    width: 90px;

}
.score-card {
width: auto;
text-align: center  ;
}
 .hero-section p {
        color:#181818;
    }

}



@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes slideIn {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}