@font-face {

  font-family: 'Zombie-zone';

  src: url(../font/ZombieZone-2OK1v.ttf) format('truetype');

}





*{

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}





/* Fonts */

body {

  margin: 0;

  padding: 0;

  font-family: 'poppins';

  background: #111;

  color: #fff; 

}



h1,h2,h3,h4{

  font-family: 'Zombie-zone';

}



.horrorcon_theme{

 position: relative;  

}



.bg-image{

  width: 100%;

  height: auto;

}



.horrorcon_box {

    position: absolute;

    inset: 0;

    /* padding: 190px 20px 20px 20px; */
    padding: 13.021vw 20px 20px 20px;

}



/* Top Bar */

.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 40px;
    background: #020101;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
}



.logo {

  /* height: 40px; */

}



.social-icons img {

  width: 35px;

  margin-left: 15px;

}



/* Hero Section */

.hero {

    position: relative;

    text-align: center;

    /* padding-bottom: 147px; */
    padding-bottom: 12.5vw;

}







.hero .content {

  position: relative;

  z-index: 2;

  max-width: 1320px;
  margin: 0 auto;

}



.hero h2 {
    /* font-size: 74px; */
    font-size: 4.323vw;
    letter-spacing: 2px;
    margin-bottom: 12px;
}



.hero h1 {

    /* font-size: 87px; */
    font-size: 6.049vw;

    letter-spacing: 4px;  

    font-family: 'Zombie-zone';

}



.hero .highlight {

    background: #00c6d8;

    display: inline-block;

    padding: 5px 15px;

    border-radius: 6px;

    margin-bottom: 30px;

    /* font-size: 53px; */
    font-size: 5.365vw;

}



.hero .date {

    /* font-size: 38px; */
    font-size: 3.125vw;

    font-weight: 700;

    /* margin: 15px 0 0px; */
    margin: 60px 0 0px;

    color: #ff4b00;

    font-family: 'poppins';

    line-height: 70px;

}



.hero .location {

  /* font-size: 40px; */
  font-size: 2.76vw;

  margin-bottom: 70px;

    font-family: 'poppins';

}



/* Buttons */

.btn {

  padding: 12px 25px;

  margin: 5px;

  border-radius: 25px;

  text-decoration: none;

  font-weight: 600;

  transition: 0.3s;
  /* font-size: 25px; */
  font-size: 1.771vw;
  display: inline-block;

}



.btn-orange {

  background: #ff4b00;

  color: #fff;

}



.btn-orange:hover {

  background: #e33d00;

}



.btn-white {

  background: #fff;

  color: #111;

}



.btn-white:hover {

  background: #ddd;

}





/* About Section */

.about {

    position: relative;

    display: grid;

    grid-template-columns: 1fr 1fr;

    align-items: center;

    justify-content: space-between;

    padding: 60px 3%;

    background: #1a0d1ffc url(bats-bg.png) no-repeat center;

    background-size: cover;

    color: #fff; 

    margin-top: 20.417vw;

}



.about-content {

  max-width: 100%;

  z-index: 2;

}



.about-content h2 {

    font-family: 'Zombie-zone';

    /* font-size: 60px; */
    font-size: 4.167vw;

    margin-bottom: 20px;

    text-transform: uppercase;

    letter-spacing: 2px;

}



.about-content p {

  /* font-size: 16px; */
  font-size: 1.823vw;

  line-height: 1.6;

  margin-bottom: 15px;

}



.about-content strong {

  font-weight: 700;

  color: #ff4b00;

}



.about-images {

  position: relative;

  max-width: 100%; 

  height: 100%; 

}



.about-images .ghost {

    width: 100%;

    position: absolute;   

    bottom: -60px;

    z-index: 1;

}





/* Section: Halloween Adventure */

.adventure {

    text-align: center;

    padding: 60px 10%;

    background: #220f2873;

    color: #fff;

    /* margin-top: 137px; */
    margin-top: 11.979vw;

}



.adventure h2 {   

    /* font-size: 40px; */
    font-size: 3.125vw;

    margin-bottom: 30px;

    position: relative;

}

.adventure h2 .whitebg {   

   background-color: #fff;

   font-size: 3.125vw;

   color: #1f0f23;

   padding: 3px 10px;

   border-radius: 10px;

}



.adventure-boxes {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  gap: 15px;

}







.adventure .box {

    background: #ff4b00;

    color: #fff;

    padding: 15px 20px;

    border-radius: 12px;

    font-weight: 700;

    min-width: 180px;

    transition: transform 0.3s;

    cursor: pointer;

    flex: 1 1 calc(25% - 15px);

    max-width: calc(25% - 15px);

    font-family: 'Zombie-zone';

    /* font-size: 44px; */
    font-size: 2.865vw;

    letter-spacing: 2px;

    min-height: 200px;

    /* line-height: 45px; */
    line-height: 60px;

    display: flex;

    justify-content: center;

    align-items: center;

}



.adventure-boxes .box:nth-child(-n+3) {

    flex: 1 1 calc(33% - 73px);

    max-width: calc(33% - 73px);

}







/* Section: Why You Can’t Miss */

.why-miss {

    text-align: center;

    padding: 60px 10% 14px 10%;

    background: #309bac;

    color: #fff;

    /* margin-top: 150px; */
    margin-top: 11.458vw;

    border-radius: 30px;

}



.why-miss h2 {

    /* font-size: 58px; */
    font-size: 4.688vw;

    letter-spacing: 2px;

    margin-bottom: 40px;

}



.why-miss h2 span {

    background: #ff4b00;

    padding: 3px 10px;

    border-radius: 6px;

    margin-left: 5px;

    box-shadow: -2px 4px 5px 3px rgba(0,0,0,0.9);

}



.why-boxes {

    display: grid;

    justify-content: center;

    gap: 86px;

    flex-wrap: wrap;

    grid-template-columns: 1fr 1fr 1fr;

}



.why {

  background: rgba(255, 255, 255, 0.1);

  padding: 50px 35px;

  border-radius: 16px;

  transition: transform 0.3s ease;

  position: relative;

}



.why .left {

    /* width: 120px;     */
    width: 7.813vw;    

    position: absolute;

    bottom: 0;

    left: -65px;

}

.why .right {

    width: 11.875vw;

    position: absolute;

    bottom: -70px;

    right: -8.073vw;

}



.why p {

  /* font-size: 30px; */
  font-size: 2.604vw;
  line-height: 60px;
  font-weight: 600;

}



.why:hover {

  transform: translateY(-8px);

}





/* Cosplay Section */

.cosplay {

    display: flex;

    align-items: center;

    justify-content: space-between;

    padding: 80px 10%;

    background: linear-gradient(90deg, #220f28 0%, #1b0d22 100%);

    color: #fff;

    position: relative;

    overflow: hidden;  

    margin: 11.458vw -20px 0;

    background: url(../images/halloween-cosplay-bg.png)no-repeat;

    background-position: center bottom;

    background-size: cover;

}



.cosplay-left img {

  /* width: 280px; */
  width: 20.833vw;
  max-width: 100%;

}



.cosplay-right {

  max-width: 55%;

  position: relative;

}



.cosplay-right h2 {

   

    /* font-size: 64px; */
    font-size: 4.688vw;

    letter-spacing: 2px;

    margin-bottom: 20px;

    line-height: 1.3;

    text-transform: uppercase;

}



.cosplay-right p {

    /* font-size: 23px; */
    font-size: 1.823vw;

    margin-bottom: 15px;

    line-height: 1.6;

}



.cosplay-right .highlight {

    font-weight: 700;

    /* font-size: 33px; */
    font-size: 2.188vw;

    margin-top: 10px;

}



.cosplay-right .register {

  font-weight: 600;

  margin: 20px 0 30px;

}



.btn-cosplay {

  display: inline-block;

  background: #ff4b00;

  padding: 14px 28px;

  border-radius: 30px;

  color: #fff;

  font-weight: 700;

  text-decoration: none;

  transition: 0.3s;
  font-size: 1.771vw;

}



.btn-cosplay:hover {

  background: #e33d00;

}



.trophy {

    position: absolute;

    right: -60px;

    bottom: 20px;

    width: 8.333vw;

}







    /* Top Banner */

   



.partner-section {

    display: flex;

    align-items: center;

    text-align: center;

    padding: 30px 20px;

    justify-content: center;

    margin-top: 13.021vw;

    gap: 30px;

}



.partner-image {

    /* width: 280px; */
    width: 20.833vw;

}

.partner-image img {

  display: block;

  width: 100%;

  height: auto;

}





   .partner-section h2 {

    /* font-size: 54px; */
    font-size: 4.792vw;

    margin-bottom: 8px;

    letter-spacing: 1px;

    font-weight: 700;

    text-transform: uppercase;

}



  .partner-section p {

    margin: 0;

    /* font-size: 29px; */
    font-size: 2.708vw;

}



  .partner-section a {

    color: #ffffff;

    text-decoration: none;

    font-weight: 600;

}



    /* FAQ Section */

.faq-section {

    /* margin: 80px auto 150px auto; */
    margin: 10.417vw auto 10.417vw auto;

    padding: 63px 20px;

    text-align: center;

    background: #15081da8;

    border-radius: 30px;

}



  .faq-title {

    /* font-size: 137px; */
    font-size: 7.135vw;

    margin-bottom: 50px;

    font-weight: 700;

    text-transform: uppercase;

    font-family: 'Zombie-zone';

    letter-spacing: 8px;

}



    /* .faq-box {

      background: #1a0033;

      border-radius: 10px;

      padding: 20px;

    } */



.faq-item {

    background: #291538;

    border-radius: 8px;

    margin-bottom: 12px;

    overflow: hidden;

    transition: 0.3s;

    /* padding: 20px 16px 20px 127px; */
    padding: 20px 16px 20px 15.625vw;

    position: relative;

    margin-bottom: 4.167vw;
    min-height: 12.76vw;
    display: flex;
    justify-content: center;
    align-items: start;
    flex-direction: column;

}







   .faq-header {

    display: flex;

    align-items: center;  

    cursor: pointer;   

    padding: 12px 16px;

}



    .faq-header img {

    /* width: 110px; */
    width: 13.281vw;

    margin-right: 12px;

    position: absolute;

    left: 0;

}



  .faq-header h3 {

    flex: 1;

    /* font-size: 50px; */
    font-size: 3.125vw;

    margin: 0;

    font-weight: 600;

    text-align: left;

    font-family: 'poppins';

}



    .faq-content {

      max-height: 0;

      overflow: hidden;

      /* background: #3a0169; */

      padding: 0 16px;

      /* font-size: 24px; */
      font-size: 3.125vw;

      text-align: left;

      transition: max-height 0.3s ease, padding 0.3s ease;

    }



    .faq-item.active .faq-content {

      max-height: 200px;

      padding: 12px 16px;

    }



 .map-section {

    width: 100%;

    margin-bottom: 10.417vw;

    padding: 0;

}



.map-section img {

  width: 100%;      /* pura viewport width cover karega */

  height: auto;     /* aspect ratio maintain rahega */

  display: block;   /* extra space remove */

  object-fit: cover; /* image stretch na ho, crop karke cover kare */

}



    /* CTA Section */

    .cta {

      margin-top: 40px;

      padding: 40px 20px;

      /* background: url('https://i.ibb.co/3Ym7VhJ/halloween-bg.jpg') no-repeat center/cover; */

      border-radius: 12px;

      text-align: center;

    }



   .cta h2 {

    /* font-size: 67px; */
    font-size: 5.208vw;

    letter-spacing: 1px;

    font-weight: 700;

    margin-bottom: 15px;

}

 .cta h2 .navy_blue {

    background-color: #309bac;

    padding: 3px 10px;

    border-radius: 10px;

    box-shadow: 0 3px 4px 2px rgba(0,0,0,0.8);

}

.cta p {

    margin: 4.688vw 0px 20px;

    /* font-size: 42px; */
    font-size: 5.208vw;

    letter-spacing: 1px;

    font-family: 'Zombie-zone';

}



    .cta button {

      background: #ff4d00;

      color: #fff;

      border: none;

      padding: 14px 28px;

      border-radius: 50px;

      /* font-size: 1rem; */
      font-size: 34px;

      font-weight: 600;

      cursor: pointer;

      transition: 0.3s;

    }



    .cta button:hover {

      background: #cc3a00;

    }



    /* Footer */

.footer {

    background: #ff4d00;

    color: #fff;

    padding: 30px 20px 15px;

    display: grid;

    grid-template-columns: 1fr 1fr 1fr;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

    position: absolute;

    left: 0;

    bottom: 0;

    right: 0;

}



    /* Footer Left & Right */

    .footer-col {

      display: flex;

      align-items: center;

      gap: 15px;

    }



    .footer-col img {

      /* width: 60px; */
      width: 120px;

      /* height: 60px; */
      height: 120px;

      border-radius: 50%;

      border: 1px solid #fff;

      object-fit: cover;

    }



    .social-icons {

      display: flex;

      gap: 12px;

    }



   .social-icons a {

    color: #091231;

    /* font-size: 1.2rem; */
    font-size: 33px;

    transition: 0.3s;

}



    .social-icons a:hover {

      color: #222;

    }



    /* Footer Text */

    .footer-text {

      /* font-size: 0.9rem; */
      font-size: 1.406vw;

      font-weight: 600;

      margin-top: 10px;

      width: 100%;

      text-align: right;

    }



    /* Pumpkin Image */

.pumpkin {
    position: absolute;
    right: 0;
    /* top: -85px; */
    top: -13.021vw;
    /* width: 120px; */
    width: 14.583vw;
    /* transform: translateY(25%); */
}

@media(max-width:1600px){
  .hero {
    padding-bottom: 5.5vw;
}
.adventure {   
    margin-top: 7.979vw;
}
.why-miss { 
    margin-top: 8.458vw;   
}
.cosplay {
    margin: 8.458vw -20px 0;   
}
.partner-section {
    margin-top: 8.021vw;
}
.faq-section {
    /* margin: 80px auto 150px auto; */
    margin: 8.417vw auto 7.417vw auto;
}
.map-section {  
    margin-bottom: 4.417vw;
}
}

@media(max-width:1460px){
  .why-miss h2 { 
    font-size: 3.688vw; 
}
.why p {  
    line-height: 45px;  
}
.adventure .box { 
    line-height: 43px;   
}
.about-content p {  
    line-height: 1.3;
}
}

@media(max-width:1330px){
  .hero {
    padding-bottom: 8.0vw;
}
.about {  
    margin-top: 28.417vw;
}
.hero .date {
    margin: 10px 0 0px; 
    line-height: 37px;  
}
.hero .location {  
    margin-bottom: 30px;   
}
.logo {
    height: 54px;
}
.about-images .ghost {  
    bottom: -29px;   
}
.adventure .box {
    line-height: 33px;
}
.why p {
    line-height: 42px;
}
.footer-col img { 
    width: 90px;  
    height: 90px; 
}
.adventure .box {
    min-height: 171px;   
}
.why {
    padding: 38px 35px;  
}
.partner-section {
    margin-top: 5.021vw;
}
.faq-section {
    padding: 40px 20px;
    margin:7.417vw auto 5.417vw auto;
}
.adventure {
    margin-top: 6.979vw;
    padding: 50px 10%;
}
.why-boxes {
    gap: 70px;
}
.cosplay-right {
    max-width: 60%;  
}
.cosplay-right h2 {
    line-height: 1.2; 
}
.cosplay-right p { 
    line-height: 1.4;
}
.faq-item {
    margin-bottom: 2.167vw; 
}
.cosplay {
    padding: 60px 10%;   
}
.cta button {
    font-size: 23px;
}
}

@media(max-width:1160px){
  
  .about {  
    margin-top: 20.417vw;
}
  .hero {
    padding-bottom: 5.0vw;
}
.hero .date {
    margin: 10px 0 0px; 
    line-height: 37px;  
}
.hero .location {  
    margin-bottom: 30px;   
}
.logo {
    height: 54px;
}
.about-images .ghost {  
    bottom: -29px;   
}
.adventure .box {
    line-height: 33px;
}
.why p {
    line-height: 32px;
}
.footer-col img { 
    width: 90px;  
    height: 90px; 
}
.adventure .box {
    min-height: 171px;   
}
.why {
    padding: 38px 35px;  
}
.partner-section {
    margin-top: 5.021vw;
}
.faq-section {
    padding: 40px 20px;
    margin: 5.417vw auto 5.417vw auto;
}
.adventure {
    margin-top: 6.979vw;
    padding: 50px 10%;
}
.why-boxes {
    gap: 70px;
}
.cosplay-right {
    max-width: 60%;  
}
.cosplay-right h2 {
    line-height: 1.2; 
}
.cosplay-right p { 
    line-height: 1.4;
}
.faq-item {
    margin-bottom: 2.167vw; 
}
.cosplay {
    padding: 60px 10%;   
}
.cta button {
    font-size: 23px;
}
}

@media(max-width:1000px){
.cta {  
    padding: 20px 20px;
}
.faq-section {
    padding: 40px 20px 20px 20px;   
}
.adventure .box {
    min-height: 150px;
}
.footer-col img {
    width: 75px;
    height: 75px;
}
}

@media(max-width:980px){
.bg-image {  
    display: none;
}
.horrorcon_box {
    position: static;
    padding: 13.021vw 20px 0px 20px;   
}
.footer {
    position: relative;
    margin: 30px -20px 0; 
}
.about {
    padding: 60px 3% 30px;
}
.horrorcon_theme {
    position: relative;
    background: url(../images/horrorcon-theme2.webp)no-repeat;
    background-size: cover;
}
.why .right {
    right: -4.073vw;
}
.why .left {
    left: -29px;
}
.why p {
    line-height: 28px;
}
}



@media(max-width:767px){
  .logo {
    height: 40px;
}
.social-icons img {
    width: 26px;
    margin-left: 0px;
}
.horrorcon_theme {
    margin-top: 65px;
}
.hero h1 {   
    font-size: 40px;   
}
.hero .highlight {
    font-size: 30px;
}
.hero .date {  
    font-size: 19px;
    line-height: 30px;
}
.hero .location {
    font-size: 18px; 
}
.btn {
    font-size: 14px;   
}
.about {
    margin-top: 234px;
}

.about {   
    grid-template-columns: 1fr;
      grid-template-areas:
    "upper"
    "down"; 
    margin-top: 180px; 
    padding: 0px 3% 30px;
}
.about-images {
  grid-area: upper;
  position: relative;
}
.about-images .ghost { 
    position: relative;
    margin-top: -156px; 
    bottom: 0; 
}
.about-content h2 {
    font-size: 32px;
 
}
.about-content p {

    font-size: 16px;

}

.about-content {
  grid-area: down;
}
  .hero h2 {  
    font-size: 33px;
}
.why-boxes {  
    gap: 30px;
    grid-template-columns: 1fr;
}
.why {
    padding: 20px 35px;
}
.why .left, .why .right {
    width: 130px;
    position: static;
    margin-bottom: 15px;
}
.cosplay {
    flex-direction: column;
}
.footer { 
    grid-template-columns: 1fr 1fr; 
    gap: 0px;
    padding: 20px 20px 15px;
    grid-template-rows: auto auto;
   grid-template-areas:
    "left right"
    "text text";

}

.footer-col:first-child {
  grid-area: left;
}

.footer-col:last-child {
  grid-area: right;
}

.footer-text {
  grid-area: text;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}

.footer-col {  
    flex-direction: column;
}
.footer-col img {
    width: 50px;
    height: 50px;
}
.social-icons a {
    font-size: 20px;
}
.pumpkin {
    width: 60px; 
    top: -47px;  
}
.adventure h2 {
    font-size: 33px;
}
.adventure h2 .whitebg {   
    font-size: 30px;   
}
.adventure {
    margin-top: 72px;
    padding: 39px 3%;
}
.adventure .box {
    font-size: 30px;
}
.why-miss {
    margin-top: 70px;
}
.why-miss h2 {
    font-size: 34px;
}
.why p {   
    font-size: 28px;
    line-height: 36px;   
}
.cosplay {
    margin: 70px -20px 0;
    padding: 60px 4%;
}
.cosplay-left img {   
    width: 200px;
}
.cosplay-right {
    max-width: 80%;
    margin-top: 20px;
}
.cosplay-right h2 { 
    font-size: 39px; 
}
.cosplay-right p {
    font-size: 16px;
}
.cosplay-right .highlight {  
    font-size: 16px;
}
.btn-cosplay {
    font-size: 15px;}
    .trophy {  
    width: 90px;
}
.partner-section {
    margin-top: 50px;
}
.partner-section {  
    flex-direction: column;
}
.partner-image { 
    width: 200px;
}
.partner-section h2 { 
    font-size: 33px;  
}
.partner-section p {

    font-size: 19px;
}
.faq-section {
    margin: 50px auto;
}
.faq-title { 
    font-size: 70px;
    margin-bottom: 30px;
}
.faq-header img {   
    width: 77px;
}
.faq-header h3 {  
    font-size: 18px;  
}
.faq-item {
    
    padding: 20px 16px 20px 90px;
 
}
.faq-content {
    font-size: 18px;
}
.map-section {
    margin-bottom: 30px;
}
.cta h2 {
    font-size: 30px; 
}
.cta p {
    margin: 27px 0px 20px; 
    font-size: 30px;   
}
.cta button {
    font-size: 18px;
}
}


@media(max-width:480px){

.horrorcon_theme {
    background-position: center;
}
.hero h1 {
    font-size: 33px;
}
.hero h2 {
    font-size: 22px;
}
.hero .highlight {
    font-size: 19px;
}
.hero .location {
    font-size: 16px;
}
.btn {
    padding: 12px 17px;
}
.about-content h2 {
    font-size: 27px;
    margin-top: 15px;
}
.about-content p {
    font-size: 15px;
    line-height: 1.6;
}
.adventure h2 .whitebg {
    font-size: 25px;
}
.why-miss {  
    padding: 48px 3% 30px 3%; 
}
.why-miss h2 {
    font-size: 27px;
}
.why {
    padding: 20px 8px;
    max-width: 280px;
    margin: 0 auto;
}
.why p {
    font-size: 22px;
    line-height: 28px;
}
.cosplay-right {
    max-width: 90%; 
}
.partner-section h2 {
    font-size: 30px;
}
.faq-section {
    padding: 40px 10px 20px 10px;
}
.faq-item {
    padding: 10px 10px 10px 90px;
    margin-bottom:20px;
}
.faq-header h3 {
    font-size: 16px;
}
.cta {
    padding: 0 0 20px;
}
.cta h2 {
    font-size: 29px;
}
.cta h2 .navy_blue {
    display: inline-block;
    width: fit-content;
}
.cta p {
    margin: 44px 0px 20px;
    font-size: 30px;
    line-height: 32px;
}

}
