html {
    overflow-x: hidden;
}

marquee {
    background: linear-gradient(to bottom, #FF9933 0%, #FFFFFF 50%, #138808 100%);
   color: #050057;
}

.tiranga-text {
    background: linear-gradient(to bottom, #FF9933, #FFFFFF, #138808);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 700;
}

body {
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-family: "Noto Serif Devanagari", serif;
    max-width: 450px;
    margin: 0 auto;
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .14), 0 1px 14px 2px rgba(0, 0, 0, .12), 0 0 5px -3px rgba(0, 0, 0, .3);
}

.containerbox {
    height: 100vh;
    width: 100%;
}

.containerbox svg {
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.posi-abs1 {
    position: absolute;
    top: -98px;
    right: -95px;
    z-index: -1;
}

.posi-abs1 img {
    width: 210px;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.3));
}

.posi-abs2 {
    position: absolute;
    top: 25px;
    right: 74px;
    z-index: -1;
}

.posi-abs2 img {
    width: 80px;
    filter: drop-shadow(0px 10px 15px rgba(0, 0, 0, 0.3));
}

.posi-abs3 {
    position: absolute;
    bottom: -30px;
    left: -40px;
}

.posi-abs3 img {
    width: 125px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.3));
}

.posi-abs4 {
    position: absolute;
    bottom: 125px;
    left: 25px;
}

.posi-abs4 img {
    width: 45px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.5));
}

/* ========================================================================
                               MAP
======================================================================== */

.cls-3 {
    clip-path: url(#clip-path);
}

.cls-53 {
    fill: #FF9933;
}

.cls-54 {
    clip-path: url(#clip-path-2);
}

.cls-55 {
    fill: #64a243;
}

.cls-56 {
    fill: #ecead7;
}

#text {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#text h1 {
    color: #177532;
    font-weight: 900;
    margin-bottom: 14px;
    font-size: 34px;
    letter-spacing: 1px;
    animation: rainbowPulse 6s infinite ease-in-out;
}

@keyframes rainbowPulse {
    0% {
        color: #ff5407;
        text-shadow: 0 0 10px rgb(153, 153, 153), 0 0 20px rgb(153, 153, 153);
    }

    33% {
        color: white;
        text-shadow: 0 0 10px rgb(95, 95, 95), 0 0 20px rgb(95, 95, 95);
    }

    66% {
        color: #177532;
        text-shadow: 0 0 10px rgb(153, 153, 153), 0 0 20px rgb(153, 153, 153);
    }

    100% {
        color: #ff5407;
        text-shadow: 0 0 10px rgb(153, 153, 153), 0 0 20px rgb(153, 153, 153);
    }
}

#text p {
    color: #ff5407;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 2px;
}

/* form  */

.form-control {
    background-color: #FF9933;
    border: 1px solid #FF9933;
    padding-top: 12px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
}

.form-control::placeholder {
    color: #ffff;
}

.form-control:focus {
    background-color: #FF9933;
    color: #ffff;
    box-shadow: none;
    border: 1px solid #FF9933;
}

.primary-btn {
    background-color: #64a243;
    color: white;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 5px;
    font-size: 17px;
    font-weight: 400;
}

#form{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
}

#share-button {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background-color: #FF9933;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border-radius: 10px;
    margin: 10px;
    overflow: hidden;
    animation: slideUpBounce 0.7s ease-out;
}

#share-button a{
    color: white;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    font-size: 17px;
    letter-spacing: 0.3px;
    margin-top: 5px;
    display: inline-block;
    animation: waveText 1.5s infinite ease-in-out;
}

#share-button img{
    width: 25px;
}

#share-button::after{
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.2) 100%);
    transform: skewX(-20deg);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% {
        left: -75%;
    }
    100% {
        left: 125%;
    }
}

@keyframes waveText {
    0%, 100% {
        transform: translateY(0);
    }
    25% {
        transform: translateY(-2px);
    }
    50% {
        transform: translateY(2px);
    }
    75% {
        transform: translateY(-1px);
    }
}

.august img {
    object-fit: cover;
    width: 650px;
}

.cloud .cloud1 {
    position: absolute;
    top: -95px;
    left: 219px;
    width: 100px;
}

.cloud .cloud2 {
    position: absolute;
    top: 71px;
    width: 75px;
    right: 178px;
}

.cloud .cloud3 {
    position: absolute;
    width: 90px;
    right: 183px;
    bottom: -52px;
}

.cloud .cloud4 {
    position: absolute;
    width: 50px;
    bottom: -19px;
    left: 258px;
}

.cloud .cloud5 {
    position: absolute;
    width: 50px;
    left: 158px;
}

.cloud .cloud6 {
    position: absolute;
    width: 100px;
    bottom: -118px;
    left: 258px;
}

.ad-box {
    background: black;
    height: 220px;
    width: 100%;
}

.main-div {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
}

.content-box .bg1 {
    width: 100%;
    margin-top: -45px;
}

.content-box .bg {
    position: absolute;
    top: -91px;
    z-index: -1;
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-box .bg img {
    width: 650px;
    object-fit: cover;

}

.content-box .content h3 {
    margin-top: 67px;
    color: #FF9933;
    font-weight: 700;
    line-height: 30px;
}

.content-box {
    opacity: 0;
    display: none;
    transition: all 0.5s ease;
}


/* =================================================================
                    jadoodekho 
================================================================= */

body.intro-mode {
    background: url(../images/independence/bg1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    width: 100%;
    margin: 0 auto;
    box-shadow: none;
}

body.intro-mode section,
body.intro-mode .main-div,
body.intro-mode .content-box,
body.intro-mode #form {
    display: none !important;
}

.jadoodekho {
    z-index: 9999;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.jadoodekho h1 {
    margin-bottom: 20px;
    font-weight: 800;
    color: #2836c3;
    ;
}

.jadoodekho img {
    width: 150px;
    cursor: pointer;
    animation: pulse 1.5s infinite;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #585858;
}

@keyframes pulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
}

/* countdown */

.countdown-timer h2 {
    text-align: center;
    font-weight: 600;
    font-size: 28px;
    color: #050057;
    margin-bottom: 16px;
}

.countdown-timer {
    animation: fadeIn 2s ease-in-out;
    width: 100%;
}

.countdown-timer .countainer-ul {
    display: flex;
    justify-content: center;
}

.countdown-timer .date-item {
    background: linear-gradient(to bottom, #FF9933 0%, #FFFFFF 50%, #138808 100%);
    border-radius: 5px;
    width: 72px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    color: #050057;
    margin: 3px;
}

.countdown-timer ul {
    margin-bottom: 0px;
    padding: 0px;
}

.countdown-timer ul li span {
    display: block;
    font-size: 1rem;
}

.countdown-timer li {
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    padding: 9px;
    text-transform: uppercase;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* .jadoodekho {
    display: none;
  }
   */