/*--------------------------------------------------------------
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.sponsor2original {
    width: 15%;
    margin-left: 20px;
    margin-right: 20px;
    opacity: 70%;
    pointer-events: none;

    
}

.sponsor2 {
    width: 10%;
    margin-left: -3px;
    margin-right: -3px;
    opacity: 70%;
    pointer-events: none;

    
}

.home_arrow {
    font-family: "Poppins", sans-serif;
    font-weight: 750;
    font-size: 18px;
    letter-spacing: 0px;
    display: auto;
    padding: 15px 15px;
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    margin: 30px 0 0 0;
    background: #ffbf3f;
    color: #000;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    /* border: 2px solid #ffffff; */
    background: ;
    transition: 0.5s;
}

.fix-cardimg {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


.card-btn-date {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 30px;
  letter-spacing: 1px;
    line-height: 100%;
  color: #ffffff;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.2);

    
}

@media (max-width: 720px) {

  .card-btn-date {
   font-size: 20px;
      

  }
/*--------------------------------------------------------------
# Mini EDM Signup
--------------------------------------------------------------*/




.miniedm_container {
  margin: 0 auto;
    display: inline-block;
}

miniedm_h1 {
  font-size: 2.5rem;
  font-weight: 300;
  letter-spacing: 0.025em;
}

.miniedm_form {
  position: relative;
  display: inline-block;
  height: auto;
  border-radius: 0.5*$auto;
  margin: 0 auto;
  overflow: hidden;
    padding: 0;
}
  .miniedm_input {
    line-height: auto;

      margin: 0;
    border: none;
      padding-left: 4px;
    outline: none;
    font-size: 1rem;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
      
   
    }

.miniedm_btn {
    line-height: auto;
    padding-left: 4px;
      margin: 0;
    border: none;
    outline: none;
    font-size: 1rem;
    font-weight: 300;
    background: #eee;
    letter-spacing: 0.02em;
      
      &:hover {
        background: #000000;
      }
    }
    
   
  }
}

/*--------------------------------------------------------------
# END Mini EDM Signup
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Old content notice
--------------------------------------------------------------*/


 .ocn-modal-border {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 10px solid red; /* Change the color as needed */
      pointer-events: none;
      z-index: 1040; /* Ensure it's above the overlay */
    }
    .ocn-modal-backdrop {
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
    }



/*--------------------------------------------------------------
# END content notice
--------------------------------------------------------------*/



.loader {
  width: 60px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid;
  border-color: #000 #0000;
  animation: l1 1s infinite;
}
@keyframes l1 {to{transform: rotate(.5turn)}}

.loaderouter {
          position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#newsletter-form {
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    margin-top: 20px;
    clear: left;
    font: 18px Poppins,sans-serif;
    z-index: 5;
}



.signupbtn {
  color: #000;
  background: #ffbf3f;
  padding: 15px 22px;
  border-radius: 50px;
  border: 2px solid #000;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 22px;
  line-height: 1;
  font-size: 13px;
}

 .signupbtn:hover {
  color: #000;
  background: #e69138;
  padding: 15px 22px;
  border-radius: 50px;
  border: 2px solid #000;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 22px;
  line-height: 1;
  font-size: 13px;
}




@font-face {
    font-family: "winterfont";
    src: url("../../assets/css/winterfont.woff") format('woff');
}

.social-links1 a {
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    font-weight: 400;
    transition: 0.3s;
    font-family: 'Poppins', sans-serif;
    color: #333333 !important;
}

.musicimgborder {
    border: 7px solid #ffbf3f !important;
    border-radius: 10px;
    
}

.social-links1 a:hover {

    color: #fff !important;
}

.sponsor2:hover {
    opacity: 50%;
    transform: scale(1.03);
    transition: 0.5s;
    pointer-events: none;
}



.sponsor1 {
    width: 40%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
        opacity: 40%;

}

.lrpad {
    padding-left: 8px;
    padding-right: 8px;
}

.sponsor1:hover {
    opacity: 60%;
    transition: 0.5s;
}



@media (max-width: 720px) {

  .sponsor2 {
    width: 30%;
      

  }
    
    .sponsor1 {
    width: 80%;
        padding-bottom: 40px;
      

  }

     }

@media min-width: 720px) {
    
            .sponsor4 {
    width: 100%;
        padding-bottom: 40px;
            margin-left: 0;
            margin-right: 0;
      

  }
}




.sponsor4 {
    width: 100%;

    padding-bottom: 20px;
        padding-top: 0px;
        opacity: 100%;

}

.wintercolourl {
    color: #ffd19b !important;
}

.wintercolourd {
    color: #f9931c !important;
}

.wintergradient {
    background: rgb(255,255,255);
/*---background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(249,147,28,1) 100%);--*/
    background: #f9931c;
    min-width: 100vw;
    margin: 0;
    height: 200px
}

.sponsor4:hover {
    opacity: 60%;
    transition: 0.5s;
}

.card1 {
    border: 3px solid #ffbf3f !important;
    border-radius: 0px;

}

.card2 {
    border: 3px solid #ffbf3f !important;
    border-radius: 0px;
    padding-top: 10px;

}

.sponsor3 {
    transition: 0.5s;
    
}

.sponsor3:hover {
  -webkit-filter: sepia(200);
  filter: sepia(200);
    transition: 0.5s;
    transform: scale(1);
}

.vipoverlay {
    background: linear-gradient(39deg, rgba(255,255,255,1) 13%, rgba(222,195,124,1) 100%);
}



body {
  background: #fff;
  color: #333333;
  font-family: "Poppins", sans-serif;
    padding-top: 70px;
}

.bodyhome {
   padding-top: 0!important; 
}

.card-text1 {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
    color: #212322;
}

.card-title1 {
    font-weight: 700;
    font-family: "Poppins", sans-serif;
}


.mapboxgl-ctrl-attrib-button {
    height: 0px !important;
    display: none !important;
    width: 0px !important;
    opacity: 0% !important;
}

.tastingbkg {
    background: rgb(255,255,255);
background: linear-gradient(39deg, rgba(255,255,255,1) 12%, rgba(186,224,255,1) 100%);
}


.mcbkg {
    background: rgb(255,255,255);
background: linear-gradient(39deg, rgba(255,255,255,1) 12%, rgba(255, 222, 253,1) 100%);
}

.card-body1 {
    height: 250px
}

.card-body span {
    color: black !important;
}

.card-body ul {
    color: black !important;
}

.card-price {
    color: black !important;
}




.masterclass-content p {
    color: black;
}

.masterclass-content h5 {
    color: black;
}

.masterclass-content h6 {
    color: black;
}

/* In Box */
.card-btn1 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  color: #f9931c;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    color: #333333;
    background: #ffbf3f;
    position: absolute;
    bottom: 25px;
    ;
}



.card-btn1:hover {
  transition: 0.5s;
  border: 2px solid #f9931c;
    background: #ffbf3f;
        transform: scale(1.05);
        color: #333333;
}

/* Video Page */
.card-btnV {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  color: #f9931c;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    color: #fff;
    background: #ffbf3f;
    position: absolute;
    bottom: 25px;
    text-align: center
    ;
}

.card-btnV:hover {
  transition: 0.5s;
  border: 2px solid #f9931c;
    background: #f9931c;
      border-radius: 50px;
        color: #fff;
}





/* Not in box */
.card-btn3 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 3px;
    border-color: #ffbf3f;
  transition: 0.5s;
    color: #333333;
    background: #ffbf3f;
  line-height: 1;
  margin: 15px 0 0 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    background: ;
    ;
}

.card-btn3:hover {
  transition: 0.5s;
  border: 2px solid #ffbf3f;
    background: #ffbf3f;
        transform: scale(1.05);
        color: #333333;
}

.card-btn3alt {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 0px;
    width: 160px;
  border-radius: 3px;
    border-color: #ffbf3f;
  transition: 0.5s;
    color: #333333;
    background: #ffbf3f;
  line-height: 1;
  margin: 15px 0 0 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    background: ;
    ;
}

.card-btn3alt:hover {
  transition: 0.5s;
  border: 2px solid #ffbf3f;
    background: #ffbf3f;
        transform: scale(1.05);
        color: #333333;
}

.card-btn4 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0px;
  display: inline-block;
  padding: 12px 0px;
    width: 160px;
  border-radius: 3px;
   border: 2px solid #ffbf3f;
  transition: 0.5s;
    color: #333333;
    background: #fff;
  line-height: 1;
  margin: 10px 0 0 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    background: ;
    ;
}

.card-btn4:hover {
  transition: 0.5s;
  border: 2px solid #ffbf3f;
    background: #ffbf3f;
        transform: scale(1.05);
        color: #333333;
}

.ent-session {
    font-weight: 300;
}

.entimg2025 {
    width: 100%;
    
}


.card-btn-tix {
  font-family: "Poppins", sans-serif;
    border: 0;
    color: #fff;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
    background: #f9931c;
  line-height: 1;
  margin: 30px 0 0 0;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
    background: ;
    ;
}

.tickets-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 0px;
  display: auto;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  background: #FECC33;
    color: #333333;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #FECC33;
    background: ;
    transition: 0.5s;
}

.tickets-btn:hover {
    background: #FECC33;
    color: #333333;
    transition: 0.5s;
    transform: scale(1.15);
        text-shadow: none;
    
}

.tickets-btn-home {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 18px;
    
  letter-spacing: 1px;
  display: auto;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  background: #FECC3300;
    color: #ffffff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
    background: ;
    transition: 0.5s;
}

.tickets-btn-home:hover {
    background: #ffffff;
    color: #333333;
    transition: 0.5s;
    transform: scale(1);
        text-shadow: none;
    
}


.tickets-btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: auto;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  background: #Fff;
    color: #212322;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #212322;
    background: ;
    transition: 0.5s;
}

.tickets-btn2:hover {
    background: #FECC33;
    color: #000;
    transition: 0.5s;
    transform: scale(1.05);
        text-shadow: none;
    
}

.about-btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: auto;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  color: #000!important;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #Fff;
    background:#fff ;
    transition: 0.5s;
}

.about-btn2:hover {
    margin-top: 20px;
    
}

.button-linebreaker {
    display: none;
}

.button-spacer {
    display: inline;
}

@media (max-width: 400px) {
  
    .about-btn2 {
   
  font-size: 14px;
  letter-spacing: 1px;
  display: auto;
  padding: 10px 25px;
  border-radius: 30px;
  line-height: 1;
  margin: 15px 0 0 0;
  border: 2px solid #Fff;
  }
    
        .tickets-btn {
   
  font-size: 14px;
  letter-spacing: 1px;
  display: ;
  padding: 10px 25px;
  border-radius: 30px;
  line-height: 1;
  margin: 15px 0 0 0;

  }
    
    .button-linebreaker {
        display: inline;
    }
    
    .button-spacer {
        display:none;
    }
    
}









.about-btn1 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #Fff;
    background: ;
    transition: 0.5s;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.37);
}

.abut-btn1:hover {
    background: #fff;
    color: #fff;
    transition: 0.5s;
    transform: scale(1.05);
        text-shadow: none;
    
}

        .session-container {
            text-align: center;

            background-color: #ffffff;
        }
        .session-header {
            font-size: 36px;
            font-weight: 700;
            color: #ffbf3f;
            margin-bottom: 20px;
        }
        .session-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            background-color: #ffbf3f;
            border-radius: 10px;
            padding: 15px;
            margin: 10px 0;
            color: #333333;
        }
        .session-date {
            font-size: 20px;
            font-weight: 700;
            flex: 2;
            text-align: left;
        }
        .session-tag {
            flex: 2;
            font-weight: 400; /* Not bold */
            text-align: center;
        }
        .session-time {
            flex: 2;
            text-align: right;
        }
        


.card-btn-tix:hover {
  transition: 0.5s;
  border: 2px solid #fff;
    background: #f9931c;
      border-radius: 50px;
    transform: scale(1.05);
        color: #fff;
}

.card-btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  margin: 0px 0 0 0;
  color: #333333;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0px solid #fff;
    background: #ffbf3f;
}

.card-btn2:hover {
  transition: 0.5s;
  border: 2px solid #fecc33;
    background: #fff;
      border-radius: 50px;
    transform: scale(1.05);
        color: #fecc33;
}

.card-btn2 {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  margin: 0px 0 0 0;
  color: #333333;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 0px solid #fff;
    background: #ffbf3f;
}

.card-btn2dis:hover {
  
}

.card-btn2dis {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  margin: 0px 0 0 0;
  color: grey;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffe28a;
    background: #ffe28a;
    opacity: 80%;
}

.card-btn2dis:hover {

}

.buttonnobutton {
        appearance: auto;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: #fff;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: #fff;
    box-sizing: border-box;
    margin: 0em;
    font: inherit;
    padding: 0px;
    border-width: 0px;
    border-style: none;
    border-color: #fff;
    border-image: none;
}

.abouttext {
    color: #000000!important;
}

/* Tooltip container */
.tooltipa {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltipa .tooltiptexta {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
}

.tooltipa:hover .tooltiptexta {
  visibility: visible;
 transform: scale(1.1)
}

.faqlink {
    display: contents!important;
}


a {
  color: #000;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 20px 0;
  padding: 0;
  color: #212322;
}
}

.musicbody h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  margin: 0 0 20px 0;
  padding: 0;
  color: #212322;
    text-align: left
}
}

.main-page {
  margin-top: 70px;
}

/* Prelaoder */
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../img/preloader.svg") no-repeat center center;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #ffcc33;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

.mcbanner {
    object-position: top;
}

.titleimg {
    background-position: bottom right;
    float: right;
    background-size: contain;
    width: 100%;
    padding-top: 0px;
    height: 30vh;
    z-index: 21;
    position: relative;
    object-fit: cover;
    object-position: center;
}

.titleimg1 {
    background-position: bottom right;
    float: right;
    background-size: contain;
    width: 100%;
    height: 25vh;
    z-index: 21;
    position: relative;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
    
}

.titleimgmcbanner {
    background-position: bottom right;
    float: right;
    background-size: contain;
    width: 100%;
    height: 25vh;
    z-index: 21;
    position: relative;
    object-fit: cover;
    object-position: 20% 20%;
    transition: 0.5s;
    
}

.oleo-script-swash-caps-regular {
  font-family: "Oleo Script Swash Caps", system-ui;
  font-weight: 400;
  font-style: normal;
}

.titleimg2 {
    background-position: top;
    float: top;
    background-size: contain;
    width: 100%;
    height: 25vh;
    z-index: 21;
    position: relative;
    object-fit: cover;
    object-position: top;
    transition: 0.5s;
    
}

.titleimg2:hover {
    opacity: 30%;
    transition: 0.5s;
}

.imgblur {
    filter: blur(px);
}

.paddl-r {
    padding-left: 5px;
    padding-right: 5px;
}

.titleimg1:hover {
   
}

.subhead {
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;
    color: #ffd19b;
    
}

.sponsorheader {
    padding-top: 40px;
    padding-bottom: 0px;
    text-align: center;
    opacity: 100%;
    font-size: 24px;
    font-family: "Poppins", sans-serif;
}

.titletext {
    font-size: 70px;
    color: #ffffff;
        text-shadow: 5px 5px 5px rgba(0,0,0,0.37);
    font-weight: 600;
    z-index: 22;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
}

.titletextterms {
    font-size: 70px;
    color: #000;
    font-weight: 600;
    z-index: 22;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
}

.titletext1 {
    font-size: 48px;
    color: #ffffff;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.37);
    font-weight: 600;
    z-index: 22;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Poppins", sans-serif;
}

.titletext2 {
    font-size: 25px;
    color: #ffffff;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
    font-weight: 600;
    z-index: 22;
    text-align: center;
    font-family: "Poppins", sans-serif;
}

@media (max-width: 400px) {
  .titletext {
   font-size: 27px;
  }
    
    .titletextterms {
   font-size: 30px;
  }
    
    .titletext2 {
        font-size: 15px;
    }
}

.titletext span{
 font-size: 19px;
padding-bottom: 0px;

}

@media (max-width: 500px) {
  .titletext {
   font-size: 40px;
  }
    
}

@media (max-width: 300px) {
  .titletext {
   font-size: 25px;
  }

    }

@media (max-width: 400px) {
  .titletext1 {
   font-size:37px;
  }
    

}


/* Sections Header
--------------------------------*/
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffd19b;
  bottom: 0;
  left: calc(50% - 25px);
}


.section-header1 {
  margin-bottom: 60px;
  position: relative;
}

.section-header1::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffd19b;
    opacity: %;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header3 {
  margin-bottom: 20px;
  position: relative;
}

.section-header3::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;

    opacity: %;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #212322;
}

.section-with-bg {
  background-color: #f6f7fd;
}




.section-headerent {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-headerent::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffd19b;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-headerent h2 {
  font-size: 50px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
color: black;

}

.section-headerent h3 {
  font-size: 36px;
  text-transform: uppercase;
    color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-headerent p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #212322;
}


@media (max-width: 1000px) {

  .section-headerent h3 {
  font-size: 36px;

  }
     }

@media (max-width: 576px) {

  .section-headerent h3 {
  font-size: 25px;
    }
             
        .session-date {
            font-size: 15px;
                        line-height: 1;

        }
        .session-tag {
font-size: 0.8rem;
            line-height: 1;
        }
        .session-time {
font-size: 0.8rem;
            line-height: 1;
        }

  
     }

@media (max-width: 400px) {

  .section-headerent h3 {
  font-size: 25px;

  }
     }

/*---
MUSIC
----*/

.section-headermus {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.section-headermus::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ffd19b;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-headermus h2 {
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}

.section-headermus h4 {
  font-size: 60px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}


.section-headermus p {
  padding: 0;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #212322;
}

.section-headermus h3 {
  font-size: 36px;
  text-transform: uppercase;
    color: #fff;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}



@media (max-width: 1000px) {

  .section-headermus h3 {
  font-size: 36px;

  }
     }

@media (max-width: 576px) {

  .section-headermus h3 {
  font-size: 25px;

  }
     }

@media (max-width: 400px) {

  .section-headermus h3 {
  font-size: 25px;

  }
     }



.fdcontainer {
  position: relative;
  text-align: center;
  color: white;
}

.fdcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
color: #fff;
    font-family: "Poppins", sans-serif;
  font-weight: 700;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    
}

 .fdcentered h2 {
    color: #fff;
}

@media (max-width: 1000px) {

  .fdcentered h2 {
    font-size: 20px;

  }
     }

@media (max-width: 576px) {

  .fdcentered h2 {
    font-size: 20px;

  }
     }

@media (max-width: 400px) {

  .fdcentered h2 {
    font-size: 10px;

  }
     }


/*--*/
/*--*/
/*--*/
/*--*/
/*--*/

@media (max-width: 1000px) {

  .fdcentered h3 {
    font-size: 20px;

  }
     }

@media (max-width: 768px) {

  .fdcentered h3 {
    font-size: 15px;

  }
     }

@media (max-width: 576px) {

  .fdcentered h3 {
    font-size: 20px;

  }
     }

@media (max-width: 400px) {

  .fdcentered h3 {
    font-size: 10px;

  }
     }

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
    
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
        background: #ffbf3f;

  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }
}

#header.header-scrolled, #header.header-fixed {
  background: #ffbf3f;
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #ffcc33;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
    opacity: 70%;
}


.musictitle {
    text-align: center;
    font-family: "Poppins", sans-serif;
  font-weight: 700;
    padding-top: 10px;
    font-size: 30px;
    padding-bottom: 30px;
    color: #212322;
    
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
    
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (max-width: 991px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
    opacity: 70%;
    text-transform: capitalize;
}

@media (max-width: 1199px) {
  .nav-menu a {
    padding: 8px 4px;
  }
}

.nav-menu .menu-active a, .nav-menu a:hover {
  color: #fff;
    opacity: 100%
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #000;
  background: ;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #000;
  transition: all ease-in-out 0.3s;
  font-weight: 300;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
    color: #fff
}

.nav-menu li.buy-tickets:hover a:before, .nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #ffcc33;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 991px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(253, 185, 19, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ffcc33;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #ffcc33;
}

#mobile-nav ul .menu-item-active {
  color: #ffcc33;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(33, 35, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}



@media only screen and (max-aspect-ratio: 776/665) {
  .heroImg {
    height: 100%;
	width: auto;
	float:right;
  }
}

.herovideo_text {
    color: #fff;
}


.video-background {
  background: #000;
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 0;
}

.video-foreground,
.video-background iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16/9) {
  .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  .video-foreground { width: 300%; left: -100%; }
}

#hero {
  width: 100%;
  height: 100vh;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }
}



#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  padding-top: -50px;
  text-align: center;
}
.pronoun {
  padding-left: 20px;
}

.phonetic {
  padding-top: 3px;
  padding-bottom: 3px;
}

.hero-text h1 {

  margin: 0;
  font-size: 120px;
  text-align: center;
  color: #ffcc33;
  font-family: 'Oswald', sans-serif;
      text-shadow: 2px 2px 2px rgba(0,0,0,0.37);
}


.hero-text h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
  font-size: 40px;
  font-family: 'Poppins', sans-serif;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.20);
    padding-bottom: 40px;
}

.hero-text-mobile h1 {

  margin: 0;
  font-size: 75px;
  text-align: center;
  color: #ffcc33;
  font-family: 'Oswald', sans-serif;
      text-shadow: 2px 2px 2px rgba(0,0,0,0.37);
}


.hero-text-mobile h2 {
  color: rgba(255, 255, 255, 0.9);
  margin: 10px 0 0 0;
    text-align: center;
  font-size: 30px;
  font-family: 'Amatic SC', cursive;
        text-shadow: 1px 1px 1px rgba(0,0,0,0.20);
}

#hero .icon-box {
  padding: 30px 20px;
  transition: ease-in-out 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 100%;
  text-align: center;
}

#hero .icon-box i {
  font-size: 32px;
  line-height: 1;
  color: #FECC33;
}

#hero .icon-box h3 {
  font-weight: 700;
  margin: 10px 0 0 0;
  padding: 0;
  line-height: 1;
  font-size: 20px;
  line-height: 26px;
}

#hero .icon-box h3 a {
  color: #fff;
  transition: ease-in-out 0.3s;
}

#hero .icon-box h3 a:hover {
  color: #FECC33;
}

#hero .icon-box:hover {
  border-color: #FECC33;
}

#hero .about-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: auto;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  color: #ffffff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
    background: ;
}

#hero .about-btn {
  font-family: "Poppins", sans-serif;
  font-weight: 750;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 30px 0 0 0;
  color: #ffffff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ffffff;
    background: ;
}

.btn-center {
    display: inline-block;
    transform: translateX(-50%);
  margin-left: 50%;
    
    
}

#hero .about-btn:hover {
 /* background: rgba(255,0,0,0);*/
  color: #fff;
    transform: scale(1.3);

}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 760px) {
  #hero {
    height: auto;
  }
  #hero h1 {
    font-size: 70px;
    color: #ffcc33;

  }
  #hero h2 {
    font-size: 30px;
    line-height: 24px;
  }
}


@media (max-width: 768px) {
  #hero {
    height: 100vh;
  }
  #hero h1 {
    font-size: 60px;
  }
  #hero h2 {
    font-size: 26px;
    line-height: 24px;
  }
}

@media (max-width: 350px) {
  #hero h1 {
    font-size: 40px;
  }
  #hero h2 {
    font-size: 20px;
    line-height: 24px;
  }
}




}


.mobile-hero-text-container {
    height: 40vh;
}

.homepageimg {
    border: 3px solid #ffbf3f;
    border-radius: 4px;
    
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
  background: url("..../img/about-bg.jpg");
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

@media (min-width: 1024px) {
  #about {
    background-attachment: fixed;
  }
}

#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# vineyards Section
--------------------------------------------------------------*/
#vineyards {
  padding: 60px 0;
}

#vineyards .vineyard {
	
}

#vineyards .vineyard:hover .vineyard-img img {
  transform: scale(1);
}

#vineyards .vineyard-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#vineyards .vineyard-img img {
  transition: 0.3s ease-in-out;
    transform: scale(0.9);
}

#vineyards h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#vineyards a {
  color: #152b79;
}

#vineyards a:hover {
  color: #fecc33;
}

#vineyards .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#vineyards .stars i {
  color: #ffc31d;
}

#vineyards p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# feasts Section
--------------------------------------------------------------*/
#feasts {
  padding: 60px 0 30px 0;
}

#feasts .feast {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#feasts .feast .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 991px) {
  #feasts .feast .details {
    bottom: -50px;
  }
}

#feasts .feast .details_2line {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (max-width: 991px) {
  #feasts .feast .details_2line {
    bottom: -100px;
  }
}

#feasts .feast .details_2line h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#feasts .feast .details_2line p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#feasts .feast .details_2line a {
  color: #fff;
}

#feasts .feast .details_2line a:hover {
  color: #ffcc33;
}

#feasts .feast:hover .details_2line {
  bottom: 0;
}

#feasts-details_2line {
  padding: 60px 0;
}

#feasts-details .details h2_2line {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#feasts-details .details_2line p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}











#feasts .feast .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#feasts .feast .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

#feasts .feast .details a {
  color: #fff;
}

#feasts .feast .details a:hover {
  color: #ffcc33;
}

#feasts .feast:hover .details {
  bottom: 0;
}

#feasts-details {
  padding: 60px 0;
}

#feasts-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

#feasts-details .details .social {
  margin-bottom: 15px;
}

#feasts-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

#feasts-details .details .social a:hover {
  background: #ffcc33;
  color: #fff;
}

#feasts-details .details .social a i {
  font-size: 18px;
}

#feasts-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# musics Section
--------------------------------------------------------------*/
#music {
  padding: 60px 0 30px 0;
}

#music .music {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  
}

#music .music .details {
  position: absolute;
  left: 0;
  bottom: -50px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
 
}

.musicimg {
  position: relative;
  text-align: center;
    opacity: 1;
    
}



#music .music:hover .details {
  bottom: 0;
}

#music-details {
  padding: 60px 0;
}



.musicdetails {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
color: #ffffff;
    font-weight: 600;
        text-shadow: 2px 2px 2px rgba(0,0,0,1)
	
}


 .musiczoom {
  transition: transform .2s; /* Animation */
  width: 100%;
  height: auto; 
  background: rgba(0, 0, 0, 0);
     
}

.musiczoom:hover {
  transform: scale(1.1); 
  opacity:1;
}

.music-social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #ffffff;
    background: #333333;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

.music-social-links a:hover {
  background: #ffcc33;
  color: #fff;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
#venue {
  padding: 60px 0;
}

#venue .container-fluid {
  margin-bottom: 3px;
}

#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

#venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

#venue .venue-gallery-container {
  padding-right: 12px;
}

#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

#venue .venue-gallery:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
#hotels {
  padding: 60px 0;
}

#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

#hotels .hotel:hover .hotel-img img {
  transform: scale(1.1);
}

#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

#hotels a {
  color: #152b79;
}

#hotels a:hover {
  color: #ffcc33;
}

#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

#hotels .stars i {
  color: #ffc31d;
}

#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/* 4-column layout for screens 576px wide or smaller */
@media (max-width: 576px) {
    .col-4th {
        flex: 1 1 25%; /* Flex basis set to 25% for 4 columns */
        max-width: 25%; /* Max width for each column */
        box-sizing: border-box; /* Ensures padding doesn't exceed column width */
    }
}

/* 5-column layout for screens larger than 576px */
@media (min-width: 577px) {
    .col-5th {
        flex: 1 1 16.65%; /* Flex basis set to 20% for 5 columns */
        max-width: 16.65%; /* Max width for each column */
        box-sizing: border-box; /* Ensures padding doesn't exceed column width */
    }
}
/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
#gallery {
  padding-top: 0px;
  overflow: hidden;
}

#gallery .owl-nav, #gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#gallery .owl-dot.active {
  background-color: #ffcc33;
}

#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

#gallery .gallery-carousel .center {
  border: 6px solid #ffcc33;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;

}

.vheadliner{
    width: 90%;
    

    
    
}




/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/
#supporters {
  padding: 60px 0;
}

.sponsorslogo {
    width: 90%;
    height: auto;
}

#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

#supporters .supporter-logo {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

#supporters .supporter-logo:hover img {
  transform: scale(1.2);
}

#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

.faq-content p {
    color: white;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #212322;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

.faq-link {
  display: inline !important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    padding-top: 0!important;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #ffcc33;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
#subscribe {
  padding: 60px;
  background: url(../img/subscribe-bg.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #subscribe {
    background-attachment: fixed;
  }
}

#subscribe .section-header h2, #subscribe p {
  color: #212322;
}

#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #ffcc33;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

#subscribe button:hover {
  background: #e0072f;
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
#buy-tickets {
  padding: 60px 0;
}

#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6 12 34 / 40%);
    margin-left: 10px;
    margin-right: 10px;
}

#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

#buy-tickets .card hr {
  margin: 25px 0;
}

#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

#buy-tickets .card .card-price {
  font-size: 50px;
  margin: 0;
}

#buy-tickets .card .fromcard-price {
  font-size: 10px;
  margin: 0;
    padding-bottom: 10px;
        color: gray;
    font-family: Poppins, sans-serif;
        
}


@media (max-width: 720px) {

  #buy-tickets .card .card-pric {
    font-size: 10px;
      

  }
}

.img_border {
    border: 3px solid #fff;
}


#buy-tickets .card ul li {
  margin-bottom: 20px;
}

#buy-tickets .card .text-muted {
  opacity: 0.7;
}

#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ffcc33;
  border: 0;
  color: #fff;
}

#buy-tickets .card .btn:hover {
  background-color: #ffa200;
}

#buy-tickets #buy-ticket-modal input, #buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #ffcc33;
  border: 0;
  color: #fff;
}

#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
}

#contact .contact-info address, #contact .contact-info p {
  margin-bottom: 0;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

#contact .contact-info a {
}

#contact .contact-info a:hover {
  color: #ee189d;
}

#contact .contact-address, #contact .contact-phone, #contact .contact-email {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #contact .contact-address, #contact .contact-phone, #contact .contact-email {
    padding: 20px 0;
  }
}

@media (min-width: 768px) {
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #ffcc33;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #ffcc33;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #e0072f;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #ff0 !important;
  padding: 0 0 0px 0;
  color: #ff0;
  font-size: 14px;
}

#footer .footer-top {
  background: #ffbf3f;
  padding: 10px 0 00px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #333333;
}

    /* font-size: 18px; */
    /* display: inline-block; */
    /* background: #222636; */
    /* color: #eee; */
    line-height: 1;




#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: #ffbf3f;
    background: #000000;
    opacity: 70%;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
    text-align: center;
}

#footer .footer-top .social-links a:hover {
  background: #fff;
  color: #f9931c;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;

}

#footer .footer-top h3 {
  font-size: 1.5em;
    font: Poppins;
    padding-top: 15px;
    padding-left: 25px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0px;
    white-space: pre-wrap;
    line-height: 2;

}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #ffcc33;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #ffcc33;
}

.footer-logos-nopadding {
    padding: 0;
}

.footer-logos-row-nomargin {
    margin-right: 0px;
    margin-left: 0px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
    color: #333333!important;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
.footer-logos img {
    width: 100%;
}

.footer-row-no-margin {
   margin-left: 0px;
   margin-right: 0px;
} 

.footer-email {
  color: #ffffff;
  background-color: rgba(0,0,0,0);
}

.footer-email-btn {
    background-color: #ffcc33;
    color: #ffffff;
}

.footer-email:focus {
  color: #ffffff;
  background-color: rgba(0,0,0,0);
}


#footer .footer-top .footer-sponsors img {
  max-width:19%;
  display:inline-block;
    margin:auto;
}



#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #ffcc33;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 15px;
}




.btn-group { 
    margin-bottom: 25px;

}
.btn.checked { 
     background: #333333;
  color: #ffcc33;
     border: 2px solid #333333;

}

/* Isotope Grid Styles */
/* --------------------------------------- */
.grid {
  background: #fff;
  max-width: 100%;
}
/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* Isotope Item Styles */
/* --------------------------------------- */
.item {
  
  float: left;
  text-align: center;
    padding-bottom: 20px;
    
}
.item.round { border-radius: 75px; }

.item.yellow {}
.item.black {  }
.item.red {}



.item .content {
  
}

.musicimage2 {
    width: 100%;
border: 4px solid #ffcc33;
    border-radius: 4px;
}

.musicbtn {
      color: #333333;
  background: #ffcc33;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #ffcc33;
  transition: all ease-in-out 0.3s;
  font-weight: 700;
    font-family: Poppins;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 1.25rem;

}

.musicbtn:hover {
background: #333333;
  color: #ffcc33;
     border: 2px solid #333333;
    
}

@media (max-width: 800px) {

  .musicbtn {
    font-size: 0.75rem;
      

  }
}

@media (max-width: 500px) {

  .musicbtn {
    font-size: 0.6rem;


  }
}

@media (max-width: 400px) {

  .musicbtn {
    font-size: 0.5rem;
      padding: 0;
      

  }
}

@media (max-width: 576px) {

  .vineyardlogo {
      padding-left: 0;
      padding-right: 0;
      

  }
}

.ribbon {
  padding: 10px;
  height: 30px;
  background: red;
    color: white !important;
  clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0% 100%, 5% 50%, 0% 0%);
  text-transform: uppercase;
  color: #dddeda;
  letter-spacing: 0.18em;
  font-size: 50px;
  display: flex;
    text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
}

.eventpage-row {
    margin-top: 30px;
    margin-bottom: 30px;
    border-top: 2px solid #919191;
}

/*--------------------------------------------------------------
# Old content notice
--------------------------------------------------------------*/


    .ocn-modal-border {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      pointer-events: none;
      z-index: 1050; /* Ensure it's above the backdrop */
      opacity: 1;
      transition: opacity 0.5s;
    }
    .ocn-modal-border::before,
    .ocn-modal-border::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 10px solid #ffbf3f; /* Change the color as needed */
      box-sizing: border-box;
    }
    .ocn-modal-border::before {
      border-radius: 30px; /* Adjust the radius as needed */
    }
    .ocn-modal-border.hidden {
      opacity: 0;
    }
    .ocn-modal-backdrop {
      background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
      z-index: 1040; /* Ensure it's below the border */
    }
    .ocn-modal-dialog-centered {
      display: flex;
      align-items: center;
      min-height: calc(100% - 3.5rem);
    }

.ocn-modal-image-wrapper {
      position: relative;
    }
    .ocn-modal-image-wrapper img {
      width: 100%;
      height: auto;
      border: none;
    }

    .ocn-centered-text {
      background-color: white;
      padding: 20px;
      text-align: center;
      font-size: 18px;
    }

    .ocn-close {
      position: absolute;
      top: 10px;
      right: 10px;
      width: 30px;
      height: 30px;
      color: white;
      background: black;
      border-radius: 50%;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
    }
/*--------------------------------------------------------------
# END content notice
--------------------------------------------------------------*/


