@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
body {
    margin: 0px;
    padding: 0px;
    background-color: #F4D048 !important;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}
.firstSection{
    background-color: #F05732;
}
/* .comingSoon{
    height: 100vh;
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;

}
.imageLogo{
    text-align: center;
}
.comingSoonTxt{
    font-family: 'Gulf-Normal';
    font-style: normal;
    text-transform: uppercase;
    font-size: 82px;
    line-height: 84px;
    text-align: center;
    letter-spacing: 0.05em;
    color: #F05732;
    margin-top: 24px; 
}*/
@font-face {
    font-family: 'FoundersGrotesk';
    src: url('./Assets/fonts/Grotesque/FoundersGrotesk-Bold.otf');
}

@font-face {
    font-family: 'Gulf-Normal';
    src: url('./Assets/fonts/GulfsDisplay-Normal.otf');
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: rgb(0, 4, 255);
    border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}
.nav-link{
    color: #fff !important;
    font-size: 24px;
    font-family:  'FoundersGrotesk' !important;
    margin-right: 32px;
    background-color: #ee522b;
    padding: 18px 28px 12px 28px !important;
    line-height: 22px;
    border-radius: 40px;
    border: 2px solid #000000;
    box-shadow: 5px 5px 0px #000;
}
.btnBuyTickets {
    background-color: #00ffe9;
    color: #000 !important;
    padding: 18px 42px 14px 42px;
    font-family: 'FoundersGrotesk';
    line-height: 22px;
    font-size: 22px;
    border: 2px solid #000;
    margin: 0;
    border-radius: 38px;
    text-decoration: none;
    transition: .3s all ease-in;
    box-shadow: 5px 5px 0px #000;
}

.btnBuyTickets:hover {
    transition: .2s all ease-in;
    box-shadow: 0px 0px 0px #000;
    background-color: #00ff1a;
}
.nav-link:hover{
    transition: .2s all ease-in;
    box-shadow: 0px 0px 0px #000;
}
#mainPosterStyle {
    max-width: 96%;
    height: auto;
}
.mobileBanner{
    max-width: 100%;
    height: auto;
}
#star,
#star_2,
#star_3, #blink {
    animation: blinker 2s linear infinite;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes blinker {
    50% {
        opacity: .2;
    }
}

#smallStar, #smallStar_2_2,
#smallStar_2, #logoLUP {
    animation: zoom-in-zoom-out-star 1s infinite ease-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes zoom-in-zoom-out-star {
    0% {
        transform: scale(.9, .9);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(.9, .9);
    }
}

#starCircle {
    animation: wheel 36s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes wheel {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

/* #micLeft {
    -webkit-animation: linear infinite;
    -webkit-animation-name: run;
    -webkit-animation-duration: 5s;
  }
  @-webkit-keyframes run {
    0% {
      left: 0;
    }
    50% {
      left: 100px;
    }
    100% {
      left: 0;    
    }
  } */
#wheelFerris,
#wheelFerris_2 {
    animation: wheelFerris 20s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes wheelFerris {
    from {
        transform: rotateZ(0deg);
    }

    to {
        transform: rotateZ(360deg);
    }
}

/* #flowerLeft {
    animation: MoveUpDown 1s linear infinite;
    transform-origin: center;
    transform-box: fill-box ;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      bottom: 0;
    }
    50% {
      bottom: 100px;
    }
  } */
#middleText {
    animation: wheelText 20s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes wheelText {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}

#batLogo {
    animation: zoom-in-zoom-out 10s infinite ease-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(.9, .9);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(.9, .9);
    }
}

#leftEmoji,
#rightEmoji {
    animation: zoom-in-zoom-out-emoji 1s infinite ease-out;
    transform-origin: center;
    transform-box: fill-box;
}
.colorImp{
    color: #F05732 !important;
    margin: 0px;
}
@keyframes zoom-in-zoom-out-emoji {
    0% {
        transform: scale(.9, .9);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(.9, .9);
    }
}

#micLeft,
#micRight,
.speakerProp,
.speakerPropMobile {
    animation: zoom-in-zoom-out-emoji 3s infinite ease-out;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes zoom-in-zoom-out-emoji {
    0% {
        transform: scale(.8, .8);
    }

    50% {
        transform: scale(.9, .9);
    }

    100% {
        transform: scale(.8, .8);
    }
}

#dateColor {
    animation: color-change 1s infinite;
}

@keyframes color-change {
    0% {
        fill: red;
    }

    50% {
        fill: blue;
    }

    100% {
        fill: red;
    }
}

#Layer_1 {
    z-index: 12;
}

.contentDiv,
.footer {
    position: relative;
    height: 100%;
}
.headingMood{
    font-family: 'FoundersGrotesk';
    font-style: normal;
    /* text-transform: uppercase; */
    font-weight: 700;
    font-size: 52px;
    line-height: 54px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #F05732;
    margin-bottom: 62px;
    margin-top: 52px;
}
.borderLeft {
    height: auto;
    width: 20px;
    border: 3px solid #000;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #2A9E53;
}

.borderRight {
    height: auto;
    width: 20px;
    border: 3px solid #000;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    background-color: #D49F8D;
}

.borderTop {
    height: 20px;
    border: 3px solid #000;
    position: absolute;
    top: 0px;
    width: 100%;
    background-color: #1B8A8B;
}

.borderBottom {
    height: 20px;
    border: 3px solid #000;
    position: absolute;
    bottom: -6px;
    width: 100%;
    background-color: #F05732;
}

.mainInfo {
    text-align: center;
    padding-top: 100px;
}

.mainTitle {
    max-width: 86%;
    height: auto;
    z-index: 9;
}
.leftContainer{
    max-width: 100%;
    height: auto;
}
.attachLeft{
    position: absolute;
    top: 14%;
    left: -40px;
}
.attachRight{
    position: absolute;
    top: 14%;
    right: -40px;
}
.textContainer {
    background-color: rgba(255, 255, 255, 0.94);
    ;
    border: 3px solid #000;
    margin-top: -40px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 10px 0px 10px;
    text-align: center;
    position: relative;
    z-index: -1;
}
.textContainerContact {
    background-color: rgba(255, 255, 255, 0.94);
    ;
    border: 3px solid #000;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 10px 0px 10px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.customColor{
    background-color: #73C39B !important;
}
.bacardiLogo{
    max-width: 100%;
    height: auto;
}
 .paytmLogoF{
    margin-top: 10px;
}
.nodwinLogoF{
    margin-top: 41px;
}
.para {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #191919;
}

.spaceAround {
    margin-top: 62px;
margin-bottom: 0px;
}

.playgroundWeekender {
    width: 98%;
    margin-top: 140px;
    height: auto;
}

#moodIcon {
    max-width: 100%;
    height: 280px;
}

.bottomIllustration {
    margin-left: auto;
    margin-right: auto;
    margin-top: -20%;
}

.speakerPropBlock {
    margin: 0px auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
}

.speakerProp {
    max-width: 100%;
    height: auto;
    margin-bottom: -5px;
    z-index: 9 !important;
    position: absolute;
}

.footerContainer {
    background-color: #FAF4AC;
    border: 3px solid #000000;
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
    position: relative;
}

.leftStarFooter {
    position: absolute;
    top: 24px;
    left: 16px;
}

.rightStarFooter {
    position: absolute;
    top: 24px;
    right: 16px;
}

.footer {
    padding: 100px 0px 18px 0px;
}

.leftStarFooter,
.rightStarFooter {
    animation: leftStar 8s infinite linear;
    transform-origin: center;
    transform-box: fill-box;
}

@keyframes leftStar {
    from {
        transform: rotateZ(360deg);
    }

    to {
        transform: rotateZ(0deg);
    }
}
.FlinkLogo{
    max-width: 100%;
    height: auto;
}
.seprator{
    margin: 28px 22px 0px 22px;
    padding: 0px !important;
    font-weight: 400 !important;
    font-family: 'Montserrat';
    font-size: 63px;
}
.nh7Logo {
    display: inline-block;
    text-align: center;
    padding: 56px 0px 24px 0px;
}

.mLeftRight {
    margin: 0px 28px;
}

.mRight {
    margin-right: 28px;
}

.socialNh7Weekender {
    text-align: center;
    margin-bottom: 52px;
}

.copyrightNh7 {
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 22px;
    letter-spacing: 0.01em;
    color: #000000;
    margin-bottom: 24px;
    padding: 0px 24%;
}

.creativeManStyle {
    position: absolute;
    bottom: -8px;
    left: 36px;
}

.ferrisWheelStyle {
    position: absolute;
    bottom: -8px;
    right: 52px;
}

.socialLinksIcon:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.socialLinksIcon {
    transition: .3s all ease-in-out;
}
.socialLinks{
    text-decoration: none;
}
.copyrightNh7NG:hover {
    color: #F05732;
}

img.nh7LogoFooter {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.speakerProp {
    display: block;
}

.speakerPropMobile {
    display: none;
}

.mainTitleMobile {
    display: none;
}

.text {
    display: block;
}
.textMobile{
    display: none;
}
.text>p {
    /* background: linear-gradient(90deg, #000 50%, #c7c7c7 0);
    background-size: 200% 100%;
    background-position-x: 100%;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    line-height: 34px; */
}

p {
    font-family: 'FoundersGrotesk';
    font-size: 34px;
    text-align: center;
    letter-spacing: 0.01em;
    padding: 0px 13%;
}
.MainPosterBlock{
    display: block;
    text-align: center;
}
.MainPosterBlockMobile{
    display: none;
}
.seprate{
    max-width: 100%;
    height: 54px;
    margin-left: 20px;
    margin-right: 20px;
}
.contactUsHead{
    font-family: 'Gulf-Normal';
    font-style: normal;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 66px;
    line-height: 66px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #1B8A8B;
    margin-bottom: 82px;
}
.contactSubHead{
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #000;
    margin-bottom: 18px;
}

.linkContact{
    font-family: 'FoundersGrotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.01em;
    text-decoration: none;
    color: #F05732;
    z-index: 123;
}
.linkContact:hover{
    color: #F05732;
    text-decoration: underline;
    color: #2A9E53;
}
.spaceBottomContact{
    margin-bottom: 60px;
}
.homeLogo{
        position: fixed;
        top: 12px;
        left: 12px;
        z-index: 999;
}
.logoContact{
    max-width: 100%;
    height: 100px !important;
}
.linksFooter{
    text-align: center;
    margin-bottom: 32px;
}

.footerLinks{
    font-family: 'FoundersGrotesk';
    font-size: 28px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #F05732;
    margin-top: 0px;
    text-decoration: none;
    margin-bottom: 8px;
}
.footerLinks:hover{
    text-decoration: underline;
    color: #1B8A8B;
}
.mbt{
    margin-top: 0px;
    margin-bottom: 0px;
}
.faqCard{
    background-color: #FFFDE8;
    padding: 22px 16px;
    border-top: 10px solid #299C52;
    border-left: 10px solid #F05732;
    border-right: 10px solid #1B8A8B;
    border-bottom: 10px solid #D49F8D;
    width: 98%;
    margin: 0px 10px;
    /* height: 370px; */
}
.spaceBottomFaqMobile{
    margin-bottom: 32px;
}
.faqhead{
    text-align: left;
    padding: 0px;
    font-size: 30px;
    color: #F05732;
    line-height: 122%;
    margin-bottom: 10px;
}
.faqpara{
    text-align: left;
    padding: 0px;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 138%;
}
.spaceFaq{
    margin-top: 160px;
}
.faqContainer {
    width: 84%;
    margin: auto;
    height: 620px;
    overflow-x: hidden;
    overflow-y: scroll;
    /* border-bottom: 10px solid #F4D048; */
    padding-bottom: 20px;
}
.lineUpContainer{
    width: 84%;
    margin: auto;
    /* height: 620px; */
    /* overflow-x: hidden; */
    /* overflow-y: scroll; */
    /* border-bottom: 10px solid #F4D048; */
    padding-bottom: 20px;
}
.spaceBottomFaq{
    margin-bottom: 32px;
}
.highlight{
    font-weight: 700 !important;
    color: #095052;
    font-size: 20px;
    background-color: #ffeca9;
    padding: 4px 2px;
}
.BottomContactBlock{
    margin-bottom: 320px;
}
.partnersLogoFooter{
    display: flex;
}


/* line up */
.lineUpPoster{
    text-align: center;
    padding-top: 20px;
}
.artistPosterLineup{
    max-width: 100%;
    height: auto;
}
.lineUpTitle{
    max-width: 100%;
    height: auto;
}
.cardArtist{
    margin-top: 74px;
}
.imageArtist{
    max-width: 100%;
    height: auto;
}
.spaceLineUpCards{
    margin-bottom: 42px;
}
/* media query */

@media only screen and (max-width: 767px) {
    /* .imageLogo{
        margin-top: 40%;
    } */
    .BottomContactBlock{
        margin-bottom: 0px;
    }
    .mLogo{
        height: 120px;
    }
    .comingSoonTxt{
        font-size: 38px;
        margin-top: 0px;
    }
    .MainPosterBlockMobile{
        display: block;
        padding-top: 90px;
    }
    .MainPosterBlock{
        display: none;
    }
    #mobilePoster{
        max-width: 100%;
        height: auto;
    }
    .para {
        font-size: 20px;
        line-height: 26px;
    }

    .textContainer {
        padding: 42px 8px 0px 8px;
        width: 83%;
        border: 2px solid #000;
    }

    .borderTop,
    .borderBottom {
        height: 10px;
        border: 2px solid #000;
    }

    .borderLeft,
    .borderRight {
        width: 10px;
        border: 2px solid #000;
    }

    .mainInfo {
        padding-top: 60px;
    }

    .spaceAround {
        margin: 42px 0px 0px 0px;
    }

    #moodIcon {
        height: 186px;
    }

    .playgroundWeekender {
        width: 100%;
    }

    .footerContainer {
        width: 86%;
        padding-bottom: 168px;
        border: 2px solid #000;
        text-align: center;
    }

    .leftStarFooter,
    .rightStarFooter {
        height: 40px;
        top: 16px;
    }

    img.nh7LogoFooter {
        max-width: 100%;
        height: 140px;
        padding-top: 26px;
    }

    .creativeManStyle {
        max-width: 100%;
        height: 200px;
        left: 15px;
    }

    img.ferrisWheelStyle {
        height: 168px;
        max-width: 100%;
        right: 15px;
    }

    .copyrightNh7 {
        font-size: 16px;
        line-height: 20px;
        padding: 0px 20px;
    }

    .socialNh7Weekender {
        margin-bottom: 42px;
    }

    .footer {
        padding-bottom: 8px;
    }

    .btnBuyTickets {
        background-color: #00ffe9;
        color: #000;
        font-family: 'FoundersGrotesk';
        line-height: 16px;
        font-size: 16px;
        border: 1px solid #000;
        margin: 0;
        border-radius: 30px;
        text-decoration: none;
        box-shadow: 3px 3px 0px #000;
        transition: .3s all ease-in;
    }

    .speakerPropMobile {
        display: block;
        width: 60%;
        margin-bottom: -6px;
        max-width: 100%;
        height: auto;
        z-index: 9 !important;
        position: absolute;
    }

    .speakerProp {
        display: none;
    }

    .mainTitleMobile {
        display: block;
        width: 86%;
        margin: 0px auto;
        z-index: -1;
    }

    .mainTitle {
        display: none;
    }

    .text {
        display: none;
    }
    .textMobile{
        display: block;
    }
    .textMobile>p {
        /* background: linear-gradient(90deg, #000 50%, #c7c7c7 0);
        background-size: 200% 100%;
        background-position-x: 100%;
        color: transparent;
        background-clip: text;
        -webkit-background-clip: text;
        line-height: 28px; */
    }
    
    p {
        font-family: 'FoundersGrotesk';
        font-size: 22px;
        text-align: center;
        letter-spacing: 0.01em;
        padding: 0px 3%;
    }
    .attachLeft, .attachRight{
        display: none;
    }
    .headingMood {
        font-size: 28px;
        line-height: 32px;
        letter-spacing: 0.01em;
        color: #F05732;
        margin: 32px 0px 10px 0px;
    }
    .socialLinks{
        text-decoration: none;
    }
    .socialLinksIcon{
        height: 32px;
        max-width: 100%;
        text-decoration: none !important;
    }
    .seprate {
        height: 36px;
    }
    /* contact us */
    .contactUsHead{
        font-size: 36px;
        line-height: 1.3 !important;
    text-transform: uppercase;
    margin-bottom: 28px;
        letter-spacing: 0.04em;
        margin-top: 0px;
    }
    .contactSubHead {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px;
        margin-top: 22px;
    }
    .linkContact {
        font-size: 25px;
        line-height: 26px;
    }
    .contactMobile{
        padding-top: 100px;
    }
    .textContainerContact{
        padding: 42px 8px 0px 8px;
        width: 88%;
        border: 2px solid #000;
    }
    .logoContact{
        height: 64px !important;
    }
    .footerHead{
        font-size: 34px;
    }
    .footerLinks {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 16px;
    }
    .mbt{
        margin: 10px 0px;
    }
    /* faq */
    .faqContainer{
        width: 100%;
        margin: auto;
        height: auto;
        overflow-y: auto;
    }
    .faqCard{
        height: auto;
        border-top: 7px solid #299C52;
    border-left: 7px solid #F05732;
    border-right: 7px solid #1B8A8B;
    border-bottom: 7px solid #D49F8D;
    margin: 0px auto;
    padding: 20px 14px;
    }
    .faqhead {
        font-size: 23px;
    }
    .faqpara{
        font-size: 15px;
    }
    .spaceBottomFaqMobile{
        margin-bottom: 32px;
    }
    .mobileBanner{
        max-width: 100%;
        height: auto;
    }
    .spaceFaq{
        margin-top: 0px;
    }
    .playgroundWeekender {
        margin-top: 80px;
    }
    .colorImp{
        color: #F05732 !important;
        margin: 0px;
    }
    .FlinkLogo{
        max-width: 100%;
        height: 42px;
    }
    .seprator {
        display: none;
    }
    .customWidth{
        width: 84% !important;
    }
    .partnersLogoFooter{
        display: block;
    }
    .nodwinLogoF, .paytmLogoF{
        margin-top: 0px;
    }
    .bacardiLogo{
        margin: 20px 0px;
    }
    .cardArtist{
        margin-top: 42px;
    }
    .spaceLineUpCards{
        margin-bottom: 0px;
    }
    .artistCardMain{
        margin-bottom: 32px;
    }
    .lineUpPoster{
        padding-top: 0px;
    }
    .customColor{
        margin-top: 40px;
    }
    .mobileNav{
        background-color: #F9F4AD !important;
        /* padding-bottom: 46px !important; */
    }
    .nav-link{
        margin-right: 0px;
        text-align: center;
        margin-top: 28px;
        margin-bottom: 0px;
        font-size: 18px;
        padding: 18px 24px 12px 24px !important;
        border: 1px solid #000;
        box-shadow: 3px 3px 0px #000;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url('./Assets/menu.svg') !important;
        height: 55px !important;
    }
    .navbar-light .navbar-toggler{
        border: none !important;
    }
    ul.navbar-nav.ml-auto {
        padding-bottom: 28px;
    }
}