﻿
.ticketsconatiner {
width:100%;
text-align:center;
position:relative;
}
.ticketsconatiner img{
    
    width:100%;

}
.slider-captions-ticket {
 
    position:absolute;
    bottom:0px;
    left: 50%; 
    transform: translateX(-50%); 
    padding:10px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;

}
    .slider-captions-ticket h1 {
        font-size: 3rem !important;
         animation: blinker 1s linear infinite;
    }
    .slider-captions-ticket p {
        font-size:1.5rem !important;
        color:white;
    }




@keyframes blinker {
  50% {
    opacity: 0;
  }
}

/* Media query for screens smaller than 600px (adjust the value as needed) */
@media only screen and (max-width: 600px) {

     .slider-captions-ticket h1 {
        font-size: 1rem !important;
         animation: blinker 1s linear infinite;
         letter-spacing:2px;
    }
    .slider-captions-ticket p {
        font-size:0.8rem !important;
        color:white;
    }


}







.nav-item  {
margin:0px !important;
padding-left:0.5rem !important; 
padding-right:0.5rem !important; 
padding-top:1.3rem !important; 
padding-bottom:0.5rem !important; 
}


.iframcontainer {
    width: 100%;
    min-height: 250px;
}

.logoimg {
width:auto;
margin-top:-7px;
}

.logomodify {
    font-family: 'Pacifico', cursive;
    font-size: 2.2rem;
    position: absolute;
    top: 10px;
}

.myteam {
    width: 80%;
    display: flex;
    margin-left: 10%;
}

.inititviebckimg {
    background-image: url('../images/1234.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.aboutusbanner {
    background-image: url('../images/aboutusbanner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.myimpactbanner {
    background-image: url('../images/myimpact.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.myteambanner {
    background-image: url('../images/My-Team.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.contactusbanner {
    background-image: url('../images/contactusbanner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.paymentsuccessbanner {
    background-image: url('../images/online-pay-banner.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}
.aboutusseconddiv {
    width: 30%;
    float: left;
    margin-right: 10px;
}

.clrwhite {
    color: white !important;
}

.intitiveevendiv {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .intitiveevendiv .left {
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding:2% 5%;
        color: black;
    }

        .intitiveevendiv .left div h2 {
            color: black;
        }

        .intitiveevendiv .left div p {
            text-align: justify;
        }

    .intitiveevendiv .right {
        width: 30%;
       position:relative;
       
    }

        .intitiveevendiv .right img {
            width: 100%;
        }


.left1 {
    background-color: #edf1f5;
    color:black !important;
}


.left2 {
    background-color: #fff;
}



.myleft {
position:absolute;
z-index:999;
display:block;
padding:10px 20px;
color:white;
font-size:xx-large;
background-color:transparent;
cursor:pointer;
top:50%;
}
.myright{
position:absolute;
z-index:999;
display:block;
padding:10px 20px;
color:white;
font-size:xx-large;
background-color:transparent;
top:0;
right:0;
cursor:pointer;
top:50%;
}


.mydonate {
text-align:center;
}


.intitiveevendivlatest {
width:100%;
padding:2rem;
display:flex;
position:relative;
margin-top:-2rem;

}

.latesleftdiv {
width:50%;
 padding:2rem;
}
.latesleftdiv p{
     text-align:justify;
    
}
.latestrightdiv {
width:50%;
text-align:center;
}

    .latestrightdiv img {
    margin:20px;
    }
.latestarrow {
padding:4px 8px;
background-color:#e1e1e1;
color:#51be78;
font-size:1rem;


}
.latestbottomwrapper {
    padding:2rem;
    background-color:white;

}

@media screen and (max-width: 767px) {

    .logomodify {
        font-family: 'Pacifico', cursive;
        font-size: 1rem;
        position: absolute;
        top: 20px;
    }

    .logoimg {
        width: 28%!important;
    }

    .logoimg {
        width: 28%!important;
    }

    .page-nav {
        padding: 50px;
    }

    .ordr1 {
        order: 1;
    }

    .ordr2 {
        order: 2;
    }

    .intitiveevendiv {
        width: 100%;
        display: flex;
    }

        .intitiveevendiv .left {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 5%;
            color: black;
        }

            .intitiveevendiv .left div h2 {
                color: black;
            }

            .intitiveevendiv .left div p {
                text-align: justify;
            }

        .intitiveevendiv .right {
            width: 100%;
        }

            .intitiveevendiv .right img {
                width: 100%;
            }

    .myteam {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-left: 0%;
    }

    .aboutusseconddiv {
        width: 100%;
        float: left;
        margin-right: 0px;
    }



    .intitiveevendivlatest {
width:100%;
padding:0.5rem;
display:flex;
flex-wrap:wrap;
position:relative;
margin-top:-2rem;

}

.latesleftdiv {
width:100%;
 padding:0.5rem;
}
.latesleftdiv p{
     text-align:justify;
    
}
.latestrightdiv {
width:100%;
text-align:center;
}

    .latestrightdiv img {
     width:100%;
    }
.latestarrow {
padding:4px 8px;
background-color:#e1e1e1;
color:red;
font-size:1rem;


}
.latestbottomwrapper {
    padding:0.5rem;
    background-color:white;

}

}
