﻿.unit {
    display: flex;
    flex: 0 1 100%;
    margin-bottom: -30px;
    margin-left: -20px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.icon-md {
    font-size: 1.5em;
}

.icon-modern {
    width: 2em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #333333;
    color: #333333;
}

.mdi {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
}

.icon::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.link-dark {
    color: #333333;
}

a, a:focus, a:active {
    color: #e03927;
}

    a, a:focus, a:active, a:hover {
        text-decoration: none;
    }

a {
    transition: all 0.3s ease-in-out;
}





.hover:hover {
    background-color: #f0aa68;
    color: white;
}





.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
@media (min-width: 1200px) {
    * + .button, * + .button-outer {
        margin-top: 40px;
    }
}


.carousel-caption {
    top: 34%;
    bottom: auto;
    
}

.button-winona .content-original, .button-winona .content-dubbed {
    vertical-align: middle;
    transition: transform 0.3s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
}

@import url('https://fonts.googleapis.com/css2?family=Play&display=swap');
.wrapper.ten {
    /*background-color: #0e2839;*/
}

.bounce {
    font-size: 5rem;
    /*width: 100%;*/
    /*margin: 3rem auto;*/
    display: inline-flex;
    justify-content: center;
    /*-webkit-box-reflect: below -20px linear-gradient(transparent, #211e1e2e);*/
}

    .bounce span {
        display: inline-flex;
        /*color: #c7f4ff;*/
        font-family: "Play", sans-serif;
        animation: bounce 1s ;
    }

@keyframes bounce {
    0%, 50%, 100% {
        transform: translateY(0);
    }

    25% {
        transform: translateY(-20px);
    }
}

.ten span:nth-of-type(1) {
    animation-delay: 0.1s;
}

.ten span:nth-of-type(2) {
    animation-delay: 0.2s;
}

.ten span:nth-of-type(3) {
    animation-delay: 0.3s;
}

.ten span:nth-of-type(4) {
    animation-delay: 0.4s;
}

.ten span:nth-of-type(5) {
    animation-delay: 0.5s;
}

.ten span:nth-of-type(6) {
    animation-delay: 0.6s;
}


@media (min-width: 992px) {
    .blurb-hover {
        padding: 35px 28px;
    }
}
.blurb-hover {
    position: relative;
    z-index: 0;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    transition: .25s;
    overflow: hidden;
    will-change: transform;
}

    .blurb-hover:hover {
       /* -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8);*/
        transition: 1s ease;
        background-color: #f97d09;
        color:#fff;
    }
        .blurb-hover:hover > h4 {
            color: white;
        }
        .blurb-hover:hover > p {
            color: white;
        }
        .blurb-hover:hover > i {
            color: white;
        }
    .blurb-hover h4 {
        color: #f97d09
    }

.blurb-hover p {
    color: #414141;
}
    .blurb-hover i {
        color: #b48a63;
    }






/**********************************************************
*******************************************************/


/*#container {
    background: #f97d09;

    position: relative;
    height: 600px;
    width: 100%;
    margin: 0px auto;
    padding: 0px auto;
}

#container-inside {
    position: relative;
    
    max-width: 1280px;
    height: 500px;
    
    margin: 0px auto;
    padding: 0px auto;
    overflow: visible;
}

#circle-small {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0s;
	position: absolute;
	top: 210px;
	
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 0.4;
    right:-80px
}

#circle-medium {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.3s;
	position: absolute;
	top: 160px;
	
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    opacity: 0.3;
    right:-130px
}

#circle-large {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.6s;
	position: absolute;
	top: 110px;
	
    background: #fff;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    opacity: 0.2;
    right:-180px
}

#circle-xlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 0.9s;
	position: absolute;
	top: 60px;
	
    background: #fff;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    opacity: 0.1;
    right:-200px
}

#circle-xxlarge {
    -webkit-animation: circle-small-scale 3s ease-in-out infinite alternate;
    animation: circle-small-scale 3s ease-in-out infinite alternate;
	animation-timing-function: cubic-bezier(.6, 0, .4, 1);
	animation-delay: 1.2s;
	position: absolute;
	top: 30px;
	
    background: #fff;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    opacity: 0.05;
    right:-220px
}

@-webkit-keyframes circle-small-scale {
    0% {
        -webkit-transform: scale(1.0);
    }
    100% {
        -webkit-transform: scale(1.1);
    }
}

@keyframes circle-small-scale {
    0% {
        transform: scale(1.0);
    }
    100% {
        transform: scale(1.1);
    }
}*/

/**********************************************************
*******************************************************/



#llllll {
    display: table;
    width: 110%;
    height: 510px;
    background-color: #f97d09;
    color: #000;
    line-height: 1.6;
    position: relative;
    font-family: sans-serif;
    overflow: hidden;
}

.lines {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    margin: auto;
    width: 90vw;
}

.line {
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
}

    .line::after {
        content: '';
        display: block;
        position: absolute;
        height: 15vh;
        width: 100%;
        top: -50%;
        left: 0;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 75%, #ffffff 100%);
        animation: drop 7s 0s infinite;
        animation-fill-mode: forwards;
        animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
    }

    .line:nth-child(1) {
        margin-left: -25%;
    }

        .line:nth-child(1)::after {
            animation-delay: 2s;
        }

    .line:nth-child(3) {
        margin-left: 25%;
    }

        .line:nth-child(3)::after {
            animation-delay: 2.5s;
        }

@keyframes drop {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}







.card-wrapper {
    width: 100%;
    /*min-width: 800px;*/
    height: 100%;
    min-height: 300px;
    position: relative;
}

.card {
    width: 50%;
    max-width: 300px;
    position: absolute;
    top: 25%;
    left: 25%;
    display: block;
    transition: transform .5s ease;
    transform-origin: bottom center;
    cursor: pointer;
}

    .card.polaroid {
        border: 10px solid white;
        border-bottom: 60px solid white;
        box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    }

        .card.polaroid .card-bg {
            padding-top: 90%;
        }

.card-bg {
    padding-top: 130%;
    position: relative;
}

.card-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

    .card-img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 16px;
    }

.polaroid .card-img img {
    border-radius: 0
}

.left-card {
    transform: rotate(-15deg);
}

.right-card {
    transform: rotate(15deg);
}

.card.active {
    transform: rotate(0);
}

/* Cards aniamtion */
.card.animate-leave {
    animation: leave .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.card.right-card.animate-back {
    animation: backR .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

.card.left-card.animate-back {
    animation: backL .3s;
    animation-fill-mode: both;
    animation-timing-function: ease-in-out;
}

@keyframes leave {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-110%);
        transform: translateY(-110%) translateX(-20%);
    }
}

@keyframes backR {
    from {
        transform: translateY(-110%);
        transform: translateY(-110%) translateX(-20%);
    }

    to {
        transform: translateY(0) rotate(15deg);
    }
}

@keyframes backL {
    from {
        transform: translateY(-110%);
        transform: translateY(-110%) translateX(-20%);
    }

    to {
        transform: translateY(0) rotate(-15deg);
    }
}






#wrapper .button:last-child {
    right: auto;
    left: 20px;
}



    .button:hover {
        box-shadow: inset 3px 3px 8px 0 rgba(0,0,0,.5), inset -3px -3px 8px 0 rgba(255,255,255,.08);
    }



.grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(5, 1fr);
    width: 100%;
    height: 100%;
    grid-gap: 10px;
}

.grid-item1 {
    background-image: url('../images/jhalkiya2 (1).jpg');
    background-size: cover;
    background-position: center;
    grid-column: 1/4;
    grid-row: 1/2;
}

.grid-item2 {
    background-image: url(../images/IMG_4892.jpg);
    background-size: cover;
    background-position: center;
    grid-column: 1/2;
    grid-row: 2/5;
}

.grid-item3 {
    background-image: url('../images/IMG_0294ss.jpg');
    background-size: cover;
    background-position: top;
    grid-column: 1/5;
    grid-row: 5/5;
}

.grid-item4 {
    background-image: url(../images/collage2.jpg);
    background-size: cover;
    background-position: center;
    grid-column: 2/4;
    grid-row: 2/5;
}

.grid-item5 {
    background-image: url(../images/jhalkiya1.jpeg);
    background-size: cover;
    background-position: center;
    grid-column: 4/6;
    grid-row: 1/3;
}

.grid-item6 {
    background-image: url(../images/IMG_4643.jpg);
    background-size: cover;
    background-position: center;
    grid-column: 4/5;
    grid-row: 3/5;
}

.grid-item7 {
    background-image: url(../images/collage1.jpeg);
    background-size: cover;
    background-position: center;
    grid-column: 5/6;
    grid-row: 3/6;
}

.grid-item8 {
    background-image: url(../images/dfdf.jpeg);
    background-size: cover;
    background-position: center;
    grid-column: 6/8;
    grid-row: 1/6;
    
}

@media screen and   (max-width:1200px) {
    /*.grid-item8 {
        background-image: url(../images/dfdf.jpeg);
        background-size: cover;
        background-position: center;
        height: 300px;
        width: 300px;
    }*/
}



.lol {
    width: 550px;
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    border-radius: 5px;
    border: 4px solid #00ca9b;
    padding: 75px 24px;
    transition: 0.2s;
}

    .lol:hover {
        box-shadow: 48px 48px 48px -48px rgba(0, 0, 0, .5);
        transform: scale(1.01);
        transition: 0.2s;
        cursor: pointer;
    }

    .lol p {
        width: 60%;
    }

    .lol img {
        width: 150px;
        margin: 0 16px;
        border-radius: 5px;
    }

    .lol p, div h2 {
        margin: 0;
    }

    .lol h2 {
        margin-bottom: 16px;
    }




footer {
   /* position: absolute;
    bottom: 0;
    left: 0;
    right: 0;*/
   /*background-image*/
    background: #111;
    height: auto;
    /*width: 100vw;*/
    padding-top: 40px;
    color: #fff;
}

.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

    .footer-content h3 {
        font-size: 2.1rem;
        font-weight: 500;
        text-transform: capitalize;
        line-height: 3rem;
    }

    .footer-content p {
        max-width: 500px;
        margin: 10px auto;
        line-height: 28px;
        font-size: 14px;
        color: #cacdd2;
    }

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

    .socials li {
        margin: 0 10px;
    }

    .socials a {
        text-decoration: none;
        color: #fff;
        border: 1.1px solid white;
        padding: 5px;
        border-radius: 50%;
    }

        .socials a i {
            font-size: 1.1rem;
            width: 20px;
            transition: color .4s ease;
        }

        .socials a:hover i {
            color: aqua;
        }

.footer-bottom {
    background: #000;
    /*width: 100vw;*/
    padding: 20px;
    padding-bottom: 40px;
    text-align: center;
}

    .footer-bottom p {
        float: left;
        font-size: 14px;
        word-spacing: 2px;
        text-transform: capitalize;
    }

        .footer-bottom p a {
            color: #44bae8;
            font-size: 16px;
            text-decoration: none;
        }

    .footer-bottom span {
        text-transform: uppercase;
        opacity: .4;
        font-weight: 200;
    }

.footer-menu {
    float: right;
}

    .footer-menu ul {
        display: flex;
    }

        .footer-menu ul li {
            padding-right: 10px;
            display: block;
        }

            .footer-menu ul li a {
                color: #cfd2d6;
                text-decoration: none;
            }

                .footer-menu ul li a:hover {
                    color: #27bcda;
                }

@media (max-width:500px) {
    .footer-menu ul {
        display: flex;
        margin-top: 10px;
        margin-bottom: 20px;
    }
}

#eventdiv{
   /* background-image:url('../images/bjp-2 (3) (1).jpg');*/
        background-image: url('../images/asdf.PNG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#vidoesdiv {
    background-image: url('../images/dfdf.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
    background-color: #3e3e3e;
}

.module {
    padding: 1rem;
    color: black;
    border-width: 6px;
    border-style: solid;
    border-image: linear-gradient(45deg, purple, orange) 1;
}
.g {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.33, rgb(14,173,173)), color-stop(0.67, rgb(0,255,255)));
    background-image: -moz-linear-gradient(center bottom, rgb(14,173,173) 33%, rgb(0,255,255) 67% );
    padding: 2px;
}

.myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

/* The Modal (background) */
.modalimage {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-contentimage {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Caption of Modal Image */
#captionimage {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-contentimage, #captionimage {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0)
    }

    to {
        -webkit-transform: scale(1)
    }
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: -9px;
    right: 11px;
    color: black;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .modal-contentimage {
        width: 100%;
    }
}


 @media screen and (min-width: 1200px) {
    div.Jhlki2{
        display: none;
    }
    
}
@media screen and (max-width: 1200px) {
    div.Jhlki1 {
        display: none;
    }
    /*.myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
        height: 300px;
    }*/
}

