:root {
  --bg: #121212;
  --surface: #1E1E1E;
  --text-primary: #E0E0E0;
  --text-secondary: #A0A0A0;
  --accent: #2ECC71;
  --cta: #00BCD4;
  --warning: #FF9800;
  --border: #2A2A2A;
  --success: #4CAF50;
  --error: #E53935;
}

body {
  background-color: var(--bg);
  color: var(--text-primary);
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
  overflow-x: hidden;
}

.nav-menu-a {
  font-size: 24px;
  font-family: 'Nunito';
}

@media (min-width:768px) and (max-width:992px) {
  .nav-menu-a {
    font-size: 18px;
    font-family: 'Nunito';
  }
}

.hero-section {
  background-image: url("../../assets/img/750324f484db904315c8c152ffb9094e.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}

@media (max-width:768px) {
  .hero-section {
  }
}

.sub-heading {
  font-family: 'Nunito';
  font-size: 28px;
  font-weight: 700;
}

@media (max-width:768px) {
  .sub-heading {
    font-size: 24px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .sub-heading {
    font-size: 20px;
  }
}

.hero-heading {
  font-family: 'Bebas Neue';
  font-size: 100px;
  font-weight: 500;
  letter-spacing: 3px;
  color: #1a7650;
  line-height: 95px;
}

@media (max-width:768px) {
  .hero-heading {
    font-size: 50px;
    line-height: normal;
  }
}

.venu-name {
  color: #ffffff;
  font-family: 'Nunito';
  font-size: 26px;
  margin-top: 15px;
}

@media (max-width:768px) {
  .venu-name {
    margin-top: 15px !important;
  }
}

.item {
  width: auto;
  border: 1px solid #ffffff;
  padding: 15px 40px;
  border-radius: 5px;
}

@media (max-width:768px) {
  .item {
    width: 28%;
    padding: 13px;
  }
}

.counter .item p, .counter .item span {
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  padding: 0px;
}

@media (max-width:768px) {
  .counter .item p, .counter .item span {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .hero-image {
    margin-left: 20px;
  }
}

.sub-heading-image img {
  width: 50px;
}

.sub-heading-image {
  margin-bottom: 20px;
}

.mask-image {
  left: -28px;
  /*top: -23px;*/
  width: 400px;
  bottom: -36px;
}

.number {
}

.about-section {
  padding: 77px 0px;
  /*background-image: url("../../assets/img/bg-2.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fffbf0;
}

.about-heading-texts {
  color: #01714b;
}

.about-heading-texts .sub-heading {
  font-family: 'Nunito';
  font-size: 24px;
  text-decoration: underline;
}

.about-heading-texts .heading {
  font-family: 'Bebas Neue';
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 2px;
}

@media (max-width:768px) {
  .about-heading-texts .heading {
    font-size: 35px;
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .about-heading-texts .heading {
    font-size: 35px;
  }
}

.about-description p {
  width: max-content;
  font-family: 'Nunito';
  font-size: 24px;
}

@media (max-width:768px) {
  .about-description p {
    font-size: 18px;
    width: fit-content;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .about-description p {
    font-size: 1rem;
  }
}

.ticket-section {
  padding-top: 100px;
  background-image: url("../../assets/img/750324f484db904315c8c152ffb9094e.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 300px) {
  .ticket-section {
    padding: 50px 0px;
  }
}

.ticket-image img {
}

.ticket-image {
  width: 100%;
  height: 600px;
  overflow: hidden;
  clip-path: polygon(0% 3%, 3% 0%, 97% 0%, 100% 3%, 100% 97%, 97% 100%, 0% 74%);
  border-radius: 30px;
}

.ticket-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.ticket-heading-texts img {
  width: 60px;
}

.ticket-heading-texts h2 {
  font-family: 'Bebas Neue';
  font-size: 48px;
  letter-spacing: 2px;
}

@media (max-width:768px) {
  .ticket-heading-texts h2 {
    font-size: 35px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .ticket-heading-texts h2 {
    font-size: 35px;
  }
}

.ticketp {
  font-family: 'Nunito';
  font-size: 24px;
  color: #ffffff;
  line-height: 27px;
}

@media (max-width:768px) {
  .ticketp {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .ticketp {
    font-size: 18px;
  }
}

.icon-image {
  width: 50px;
}

@media (max-width:768px) {
  .icon-image {
    width: 30px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .icon-image {
    width: 35px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .nav-menu-a.menu-cta {
    padding: 10px 25px;
    font-size: 20px;
  }
}

.about-style-image img {
  width: 180px;
}

.about-style-image {
  width: max-content;
  top: -45px;
  right: 0px;
}

@media (max-width: 768px) {
  .about-style-image {
    display: none;
  }
}

.subcribe-section {
  padding-top: 100px;
}

@media (max-width:768px) {
  .subcribe-section {
    padding-top: 45px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .subcribe-section {
    padding-bottom: 50px;
  }
}

.subcribe-section .earth-img {
  width: 60px;
  /*position: absolute;*/
  left: 0;
  margin-bottom: 40px;
}

.subcribe-content h2 {
  color: #01714b;
  font-family: 'Bebas Neue';
  font-size: 90px;
}

@media (max-width:768px) {
  .subcribe-content h2 {
    font-size: 50px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .subcribe-content h2 {
    font-size: 50px;
  }
}

.title-bar {
  width: 85%;
  /*margin-top: -20px;*/
}

.subcribe-para {
  font-family: 'Nunito';
  font-size: 24px;
  color: #ffffff;
  margin-top: -6px;
}

@media (max-width:768px) {
  .subcribe-para {
    font-size: 18px;
    margin-top: 0px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .subcribe-para {
    font-size: 18px;
    margin-top: 0px;
  }
}

.subcribe-form input {
  background: transparent;
  border: 1px solid #323232;
  width: 90%;
}

.subcribe-image {
  width: 100%;
  height: 780px;
  overflow: hidden;
  clip-path: polygon(-2% 2%, 3% 0%, 97% 0%, 100% 0%, 100% 100%, 100% 100%, 33% 95%);
  border-radius: 30px;
}

@media (max-width: 768px) {
  .subcribe-image {
    clip-path: none;
    height: 500px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .subcribe-image {
    height: 600px;
  }
}

.free-ticket-section {
  padding: 100px 0px;
  background-image: url("../../assets/img/bg-2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.free-ticket-style-image {
  transform: rotate(-90deg);
  width: 180px;
  top: -45px;
  left: 0px;
  pointer-events: none;
}

@media (max-width: 768px) {
  .free-ticket-style-image {
    visibility: hidden;
  }
}

.free-ticket-title {
  background-image: url("../../assets/img/dcb3e7ca-f915-48cb-850e-45a97949c636.png");
  width: 321px;
  height: 110px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width:768px) and (max-width:992px) {
  .free-ticket-title {
    /*width: 250px;*/
    /*background-size: cover;*/
  }
}

.free-ticket-title h2 {
  color: #01714b;
  font-family: 'Bebas Neue';
  font-size: 55px;
  text-align: center;
}

@media (max-width:768px) {
  .free-ticket-title h2 {
    color: #01714b;
    font-family: 'Bebas Neue';
    font-size: 40px;
    text-align: center;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .free-ticket-title h2 {
    font-size: 40px;
  }
}

.free-ticket-bar {
  width: 500px;
  margin-top: 30px;
}

.free-ticket-content p {
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: 500;
  line-height: 29px;
  margin-top: 10px;
}

@media (max-width:768px) {
  .free-ticket-content p {
    font-size: 18px;
  }
}

.get-in-touch-section {
  background: #000000;
}

@media (max-width: 768px) {
  .get-in-touch-section {
    padding-top: 30px;
  }
}

.get-in-touch-image {
  height: 770px;
  overflow: hidden;
  clip-path: polygon(0% 13%, 0% 0%, 95% 0%, 0% 0%, 69% 5%, 102% 100%, 0% 100%, 0% 100%);
  border-radius: 30px;
}

@media (max-width:768px) {
  .get-in-touch-image {
    height: 500px;
    clip-path: none;
  }
}

.get-in-touch-title .heading h3 {
  font-family: 'Bebas Neue';
  font-size: 80px;
  color: #01714b;
  margin: 0px;
  padding: 0px;
}

@media (max-width:768px) {
  .get-in-touch-title .heading h3 {
    font-size: 50px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .get-in-touch-title .heading h3 {
    font-size: 50px;
  }
}

.get-in-touch-title .heading h2 {
  font-family: 'Bebas Neue';
  font-size: 105px;
  color: #01714b;
  margin-top: -20px;
}

@media (max-width:768px) {
  .get-in-touch-title .heading h2 {
    font-size: 60px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .get-in-touch-title .heading h2 {
    font-size: 70px;
  }
}

.get-in-touch-title img {
  width: 50px;
}

.get-in-touch-content .divider {
  width: 110%;
  height: 4px;
  background: #ffffff;
  transform: rotate(-19deg);
  /*margin-top: 50px;*/
}

@media (max-width:768px) {
  .get-in-touch-content .divider {
    transform: rotate(0deg);
    visibility: hidden;
  }
}

.heading-part {
  left: -80px;
}

@media (min-width:768px) and (max-width:992px) {
  .heading-part {
    left: -40px;
  }
}

.name {
  font-family: 'Nunito';
  font-size: 24px;
  font-weight: 500;
  margin: 0;
}

.value {
  font-family: 'Nunito';
  font-size: 20px;
}

.footer {
  padding: 150px 0px;
  background-image: url("../../assets/img/750324f484db904315c8c152ffb9094e.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width:768px) {
  .footer {
    padding: 50px 0px;
  }
}

@media (min-width: 768px) {
  .footer {
    padding: 100px 0px;
  }
}

.footer-logo-part img {
  width: 200px;
}

@media (max-width:768px) {
  .footer-logo-part img {
    width: 100px !important;
  }
}

.logo-text {
  font-family: 'Bebas Neue';
  font-size: 45px;
}

@media (max-width:768px) {
  .logo-text {
    font-size: 30px;
    margin-top: 5px;
  }
}

.footer-text h2 {
  font-family: 'Bebas Neue';
  font-size: 40px;
}

@media (max-width:768px) {
  .footer-text h2 {
    font-size: 30px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .footer-text h2 {
    font-family: 'Bebas Neue';
    font-size: 31px;
  }
}

.footer-text p {
  font-family: 'Nunito';
  font-size: 24px;
  line-height: 28px;
}

@media (max-width:768px) {
  .footer-text p {
    font-size: 18px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .footer-text p {
    font-family: 'Nunito';
    font-size: 20px;
    line-height: 24px;
  }
}

.footer-icons a svg {
  /*background: #ffffff;*/
  /*color: #000000;*/
  font-size: 45px;
}

@media (max-width:768px) {
  .footer-icons a svg {
    font-size: 30px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .footer-icons a svg {
    font-size: 30px;
  }
}

.footer-text {
  width: max-content;
}

@media (min-width:768px) and (max-width:992px) {
  .hero-heading {
    font-size: 50px;
    line-height: normal;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .item {
    /*padding: 15px 18px;*/
    width: 30%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .logo-text {
    font-size: 30px;
  }
}

@media (min-width:768px) and (max-width:992px) {
  .footer-logo-part img {
    width: 100px !important;
  }
}

@media (max-width:768px) {
  .nav-menu-a.menu-cta {
    font-size: 20px;
    padding: 10px 20px;
  }
}

@media (max-width:768px) {
  .heading-part {
    position: relative !important;
    left: 0px;
  }
}

@media (max-width:768px) {
  .get-in-touch-content {
  }
}

@media (max-width:768px) {
  .mini-mobile-gap {
    row-gap: 30px;
  }
}

@media (max-width:768px) {
  .footer-logo-part {
    margin-left: -10px;
  }
}

@media (max-width:768px) {
  .header-part {
    margin-left: 0px !important;
  }
}

.free-ticket-texts {
  padding-left: 50px;
}

@media (max-width:768px) {
  .free-ticket-texts {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .contact-content {
    justify-content: start !important;
  }
}

.navbar-toggler {
  color: #ffffff !important;
}

input::placeholder {
  color: #ffffff;
}

input::-webkit-input-placeholder {
  color: #ffffff;
}

input:-moz-placeholder {
  color: #888;
  opacity: 1;
}

input::-moz-placeholder {
  color: #888;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #888;
}

#form_col1, #form_col2 {
  min-width: 100% !important;
}

#can_embed_form_inner h2 {
  display: none !important;
}

