* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary-color: rgba(245, 134, 52, 1);
    --color-orange: rgba(245, 134, 52, 1);
    --light-gray: rgba(204, 204, 204, 1);
    --light-white: rgba(230, 231, 241, 1);
    --color-white: rgba(255, 255, 255, 1);
    --light-black: rgba(65, 71, 84, 1);
    --color-black: rgba(1, 1, 1, 1);
}
html,
body {
    height: 100%;
    background: rgba(74, 0, 55, 1);
    color: white;
    font-family: "Nunito Sans", sans-serif;
    
}
p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    text-align: left !important;
    color: rgba(16, 16, 16, 1);
}
.align-center {
    align-items: center;
}
.h-500 {
    height: 600px !important;
}
img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-center {
    text-align: center !important;
}
.mt {
    margin-top: 15px;
}
.style-text {
    font-size: 24px !important;
    color: rgba(170, 41, 36, 1);
    font-weight: bold;
}
.m-t {
    margin-top: 5px !important
}
.last-section img {
    height: 380px;
}
.content-footer-rakhi h5 {
    font-size: 14px;
    color: #101010;
    margin-top: 10px;
    margin-bottom: 10px
}
.content-footer-rakhi h2 {
    font-size: 50px;
    font-family: "Licorice", cursive;
    font-weight: 400;
    color: rgba(139, 9, 4, 1);
}
.container-footer {
    max-width: 1160px;
    margin: auto;
    position: relative;
}
.content-footer-rakhi {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top:20px;
}
.container {
    max-width: 1000px;
    margin: auto;
}
.container-bg {
    max-width: 1222px;
    margin: auto;
    position: relative;
    z-index: 5;
    margin-top: -18px;
    img {
        width: 100.89%  !important;
    }
}
.rakhi-section-wrap {
    position: relative;
    /* overflow: hidden; */
}
.container-content {
    max-width: 800px;
    margin: auto;
    position: absolute;
    top: 40px;
    z-index: 5;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    h2 {
        font-size: 32px;
        text-align: center;
        font-weight: 700;
        color: rgba(170, 41, 36, 1);
        width: 500px;
        margin: auto;
    }
    p {
        width: 650px;
        margin: auto;
        color: rgba(16, 16, 16, 1);
        font-size: 14px;
        font-weight: 700;
        line-height: 26px;
        margin-top: 30px;
        text-align: center;
    }
    .fw-400 {
        font-weight: 400;
        margin-top: 65px !important;
    }
}
.desktop {
    display: block;
}
.mobile {
    display: none;
}
/* header-styling */
.container-header {
    max-width: 1000px;
    margin: auto;
    padding: 0px 10px;
}
.header-start span {
    position: relative;
    top: -6px;
    font-family: Notable!important;
    font-weight: bold;
}
.header-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.border-bottom-header {
    border-bottom: 1px solid #ccc;
    background-color: #fff;
}
.hedaer-social-icon {
    margin-left: 10px;
    font-size: 16px;
    font-size: 18px;
}
.border-right {
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.e-paper-btn-style {
    font-size: 16px !important;
    font-weight: 700;
    border: 1px solid var(--light-black);
    border-radius: 5px;
    color: var(--color-black);
    padding: 5px 8px;
    text-decoration: none;
}
.facebook {color: #3B5998;}
.instagram {color: #3f729b;}
.twitter {color: #00aced;}
.telegram {color: #dd9933; &:hover {color:#000000;}}
.user {color: rgba(245, 134, 52, 1);}
.header-mid svg {
    width: 140px;
    height: auto;
}
.banner-text {
    h1 {
        font-size: 35px;
        font-weight: 700;
        color: rgba(139, 9, 4, 1);
    }
    h2 {
        font-size: 96px;
        font-weight: 400;
        color: rgba(139, 9, 4, 1);
        font-family: "Licorice", cursive;
    }
}
section.banner {
    position: relative;
    height: 100vh;
    overflow: hidden;
    &:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
}
.image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}
.card-head h2 {
    color: rgba(170, 41, 36, 1);
    font-weight: bold;
    text-align: left;
}
.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}
.initial-text,
.final-text {
    position: absolute;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: 80%;
    bottom: 5%;
    width: 100%;
}
.initial-text {
    opacity: 1;
}
.final-text {
    opacity: 1;
}
.initial-text h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}
.initial-text p {
    font-size: 1.1rem;
    line-height: 1.6;
}
.initial-text p,
.initial-text h2 {
    will-change: transform, opacity;
}
.margin-p {
    margin-top: 15px;
    margin-bottom: 10px;
}
.card-head {
    text-align: center;
}
.celebrate-button {
    display: inline-flex;
    padding: 10px 30px 10px 20px;
    background: #fff;
    color: #c43324;
    font-weight: bold;
    border-radius: 10px;
    border: 2px solid #F58634;
    text-decoration: none;
    align-items: center;
    font-size: 16px;
    margin-top: 30px;
    img {
        margin-right: 10px;
    }
}
#party-btn {
    padding: 10px 35px;
    font-size: 1rem;
    cursor: pointer;
}

#particles-canvas {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    width: 75vw;
    height: 50vh;
    z-index: 9999;
}
.other-info {
    overflow-x: hidden;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    padding: 25px 20px;
    > .info-left {
        padding: 30px;
        width: 100%;
        border-radius: 10px;
        overflow: hidden;
        height: 420px;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }
    }
    > .info-right {
        padding: 75px 50px 50px;
        background: rgba(251, 243, 232, 1);
        color: #333;
        border-radius: 15px;
        margin-top: -75px;
        width: 100%;
        position: relative;
        z-index: -1;
    }
}
.main-wrap h1 {
    font-size: 50px;
}
.main-wrap h2 {
    font-size: 40px;
    font-weight: 400;
}
.info-right h1 {
    font-size: 50px;
    font-weight: 700;
}
.info-right h2 {
    font-size: 30px;
    font-weight: 400;
}
.card-head {
    margin-bottom: 20px;
}
.info-right ul {
    list-style: none;
    text-align: left;
    li {
        position: relative;
        margin-bottom: 15px;
        line-height: 28px;
        font-weight: 400;
        &:before {
            content: "";
            position: absolute;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #101010;
            left: -16px;
            top: 8px;
        }
    }
}
.mid-container {
    max-width: 900px;
    margin: auto;
    padding: 0 20px;
    h1 {
        margin-bottom: 25px;
        font-size: 35px;
        font-weight: 400;
    }
    p {
        line-height: 27px;
    }
}
.last-section img {
    border-radius: 8px;
    overflow: hidden;
}
@media (max-width: 767px) {
    .final-text h1 {
        font-size: 48px;
        font-weight: 700;
        /* text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5); */
    }
    .final-text h2 {
        font-size: 58px;
        font-weight: 400;
    }
    .small-container {
        width: 400px;
        margin: auto;
    }
    .main-wrap h1 {
        font-size: 32px;
    }
    .main-wrap h2 {
        font-size: 14px;
        font-weight: 400;
    }
    .info-right h1 {
        font-size: 32px;
        font-weight: 700;
    }
    .info-right h2 {
        font-size: 16px;
        font-weight: 400;
    }
    .mid-container {
        max-width: 400px;
        margin: auto;
    } 
    .mid-container h1 {
        margin-bottom: 25px;
        font-size: 24px;
        font-weight: 400;
    }
    .other-info .info-left {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .other-info {
        display: grid;
        grid-template-columns: 1fr 75px 1fr;
        grid-template-rows: 15px 1fr 15px;
        position: relative;
        padding: 50px 20px;
        z-index: 1;
        .info-right {
            padding: 25px 100px;
            margin: 0;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        &:nth-child(2n + 1) {
            > .info-left {
                grid-column: 1 / 3;
                grid-row: 2 / 3;
            }
            > .info-right {
                grid-column: 2 / 4;
                grid-row: 1 / 4;
            }
        }
        &:nth-child(2n) {
            > .info-left {
                grid-column: 2 / 4;
                grid-row: 2 / 3;
            }
            > .info-right {
                grid-column: 1 / 3;
                grid-row: 1 / 4;
            }
        }
    }
}
@media (max-width: 600px) {
    .header-start {
        display: none;
    }
    .d-none-icons {
        display: none;
    }
    .image-container {
        padding-left: 10px;
        padding-right: 16px;
    }
    .container-header {
        padding: 5px 10px;
    }
    .header-main {
        padding: 10px 16px;
    }
    /* Mobile banner image height */
    section.banner {
        height: 320px;
    }
    .banner-image {
        height: 320px;
    }
    /* Mobile banner text positioning */
    .final-text {
        bottom: 10%;
        max-width: 90%;
    }
    .final-text h1 {
        font-size: 25px;
        margin-bottom: 5px;
        /* text-shadow:
    -1px -1px 0 #fff,
        1px -1px 0 #fff,
    -1px  1px 0 #fff,
        1px  1px 0 #fff; */
    }
    .final-text h2 {
        font-size: 48px;
    }
    .container-bg {
        margin: auto;
        position: relative;
        z-index: 5;
        margin-top: -25px;
        /* width: 115%; */
        left: -30px;
        width: calc(100% + 60px);
    }
    .container-content {
        max-width: 280px;
        top: 10px;
        h2 {
            font-size: 18px;
            text-align: center;
            width: 280px;
            margin: auto;
        }
        p {
            margin-top: 15px !important;
            width: 280px;
            margin: auto;
        }
        .fw-400 {
            margin-top: 15px !important;
        }
    }
    .rakhi-section-wrap {
        overflow: hidden;
    }
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
    .info-right {
        padding: 75px 25px 50px !important;
    }
    .card-head h2 {
        text-align: center;
        font-size: 20px;
    }
    .h-500 {
        height: 300px !important;
    }
    .m-t {
        margin-top: 5px !important
    }
    .style-text {
        font-size: 24px !important;
        color: rgba(170, 41, 36, 1);
        font-weight: bold;
    }
    .container-footer {
        padding-left: 15px;
        padding-right: 20px;
    }
    .last-section img {
        height: 300px;
    }
    .content-footer-rakhi h5 {
        font-size: 10px !important;
        color: #101010;
        margin-top: 10px;
        margin-bottom: 10px
    }
    .content-footer-rakhi h2 {
        font-size: 30px !important;
        font-family: "Licorice", cursive;
        font-weight: 400;
        color: rgba(139, 9, 4, 1);
    }
    .content-footer-rakhi svg {
        width: 77px;
        height: 26px;
    }
}