@import url('https://fonts.cdnfonts.com/css/agency-fb');

@import url('https://fonts.cdnfonts.com/css/maiandra-gd');

*{
    margin: 0;
    padding: 0;
}
html{
    scroll-behavior: smooth;
}
@font-face {
    font-family: "got";
    src: url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.eot");
    src: url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/97c4b25dc74e0ab045154e75a8fdd69d.svg#Game of Thrones")format("svg");
}


.header{
    width:100%;
    height:100vh;
    background: linear-gradient(to bottom,rgba(0,0,0,0.9),rgba(0,0,0,0.1)),url(images/dragon-landscape.jpeg);
    background-position: center;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
}
.header::before{
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:linear-gradient(to top,rgba(0,0,0,0.95),rgba(0,0,0,0));
}


.nav{
    width: 100%;
    height: 7%;
    background-color: rgba(0, 0, 0, 0.8);
    box-shadow: 12px 15px 20px black;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
}
.nav ul{
    display: flex;
}
.nav ul li{
    list-style: none;
}
.nav ul li a{
    text-decoration: none;
    margin-right: 80px;
    color:white;
    font-family: got;
    letter-spacing: 2px;
    font-size: 10px;
    transition: 0.5s;
}

.logo img{
    width: 120px;
    margin-top: 15px;
    margin-left: 30px;

}
.hamburger{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
    display: none;
}

.hamburger .line{
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.856);
    position: absolute;
    transition: 0.5s;
}
.line:nth-child(1){
    transform: translatey(-8px);
}
.line:nth-child(3){
    transform: translatey(8px);
}


.nav ul li a:hover{
    color: rgba(216, 64, 41, 0.9);
}

.landing{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
}
.landing .day{

    display: block;
}

.day h1{
    font-family: got;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 12px;
    color: rgba(255, 255, 255, 0.3);
}

.day h1 span{
    font-size: 18px;
    font-weight: bolder;
}


.title{
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.title h1{
    color: rgba(255, 255, 255,0.8);
    font-size: 130px;
    font-family: got;
    letter-spacing: 50px;
}

/*heading animation*/


.focus-in-contract-bck{-webkit-animation:focus-in-contract-bck 1s cubic-bezier(.25,.46,.45,.94) both;animation:focus-in-contract-bck 1.5s cubic-bezier(.25,.46,.45,.94) both}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-20 19:18:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes focus-in-contract-bck{0%{letter-spacing:1em;-webkit-transform:translateZ(300px);transform:translateZ(300px);-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-transform:translateZ(12px);transform:translateZ(12px);-webkit-filter:blur(0);filter:blur(0);opacity:1}}
 

/*subheading animation*/


.flicker-1{-webkit-animation:flicker-1 2s linear infinite both;animation:flicker-1 2s linear infinite both}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-20 19:29:0
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}@keyframes flicker-1{0%,100%{opacity:1}41.99%{opacity:1}42%{opacity:0}43%{opacity:0}43.01%{opacity:1}47.99%{opacity:1}48%{opacity:0}49%{opacity:0}49.01%{opacity:1}}


 /*title animation*/

 .text-focus-in{-webkit-animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both;animation:text-focus-in 1s cubic-bezier(.55,.085,.68,.53) both}


 /* ----------------------------------------------
 * Generated by Animista on 2024-10-20 19:35:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}@keyframes text-focus-in{0%{-webkit-filter:blur(12px);filter:blur(12px);opacity:0}100%{-webkit-filter:blur(0);filter:blur(0);opacity:1}}

.title p{

    color: rgba(255, 255, 255,0.7);
    font-size: 20px;
    font-weight: bold;
    font-family: got;
    letter-spacing: 15px;
}
.register p{
    font-size: 10px;
    line-height: 35px;
    letter-spacing: 5px;
}
.register span{
    color: rgba(193, 55, 34, 0.9);
    font-weight: bold;
}
.title .reg-quote{
    font-size: 10px;
    letter-spacing: 5px;
}

.title a{
    display: inline-block;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.9);
    transition: 0.5s;
    margin-top: 20px;
    margin-left: -5px;
    letter-spacing: 2px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.title a:hover{
    background: rgb(0, 0, 0);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.7) ;
}

.date{
    color: rgba(255, 255, 255, 0.9);
    margin-left: -18px;
    font-size: 12px;
    letter-spacing: 10px;
    font-family: got;
}
.date span{
    font-size: 40px;
    font-family: got;
    font-weight:bolder;
    color: rgba(193, 55, 34, 0.9) ;
}

/*date animation*/

.fade-in{-webkit-animation:fade-in 1s cubic-bezier(.39,.575,.565,1.000) both;animation:fade-in 1s cubic-bezier(.39,.575,.565,1.000) both}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-21 19:19:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

 @-webkit-keyframes fade-in{0%{opacity:0}100%{opacity:1}}@keyframes fade-in{0%{opacity:0}100%{opacity:1}}


/*about*/

.about{
    width:100%;
    height:100vh;
    background: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.5)),url(images/fire-map.jpg);
    background-position: center;
    /* background-attachment: fixed; */
    background-size: contain;
    /* background-repeat: no-repeat; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.about::after{
    content: "";
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    background:linear-gradient(to top,rgba(0,0,0,0.3),rgba(0,0,0,0));
}

    /*event explore*/

    .event{
        width:100%;
        height:100vh;
        background: linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0.5)),url(images/fire-ice-mobile.jpeg);
        background-position: center;
        /* background-attachment: fixed; */
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }


    .event::before{
        content: "";
        width: 100%;
        height: 80px;
        position: absolute;
        top: 0;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.7));
    }

    .event::after{
        content: "";
        width: 100%;
        height: 80px;
        position: absolute;
        bottom: 0;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,0.7),rgba(0,0,0,0));
    }

.cont-box{
    width: 80%;
    height: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
 }
 .cont-box h1{
    font-family: got;
    font-size: 25px;
    letter-spacing: 3px;
    color: rgba(216, 64, 41, 0.8);
 }

  /*text animation*/

  .flicker-4{-webkit-animation:flicker-4 4s linear infinite both;animation:flicker-4 4s linear infinite both}

  /* ----------------------------------------------
* Generated by Animista on 2024-10-18 1:4:56
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */

@-webkit-keyframes flicker-4{0%,100%{opacity:1}31.98%{opacity:1}32%{opacity:0}32.8%{opacity:0}32.82%{opacity:1}34.98%{opacity:1}35%{opacity:0}35.7%{opacity:0}35.72%{opacity:1}36.98%{opacity:1}37%{opacity:0}37.6%{opacity:0}37.62%{opacity:1}67.98%{opacity:1}68%{opacity:0}68.4%{opacity:0}68.42%{opacity:1}95.98%{opacity:1}96%{opacity:0}96.7%{opacity:0}96.72%{opacity:1}98.98%{opacity:1}99%{opacity:0}99.6%{opacity:0}99.62%{opacity:1}}@keyframes flicker-4{0%,100%{opacity:1}31.98%{opacity:1}32%{opacity:0}32.8%{opacity:0}32.82%{opacity:1}34.98%{opacity:1}35%{opacity:0}35.7%{opacity:0}35.72%{opacity:1}36.98%{opacity:1}37%{opacity:0}37.6%{opacity:0}37.62%{opacity:1}67.98%{opacity:1}68%{opacity:0}68.4%{opacity:0}68.42%{opacity:1}95.98%{opacity:1}96%{opacity:0}96.7%{opacity:0}96.72%{opacity:1}98.98%{opacity:1}99%{opacity:0}99.6%{opacity:0}99.62%{opacity:1}}
  

 .cont-box p{
    color: rgba(255, 255, 255, 0.8);
    opacity: 0.85;
    padding: 0 40px;
    font-family: pirate;
    font-family: 'Maiandra GD', sans-serif; 
    font-size: 22px;
    line-height: 30px;
 }
 .event-cont-box{

    width: 80%;
    height: 60%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 45px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.7);
 }

.explore-btn{
    display: inline-block;
    padding: 10px 20px;
    background: rgb(255, 255, 255,0.8);
    border-radius: 4px;
    text-decoration: none;
    font-weight: bolder;
    color: #111;
    transition: 0.5s;
}

.explore-btn:hover{
    background: rgba(255, 255, 255,1);
    box-shadow: 0 0 20px rgba(255, 255, 255,0.7) ;
}

.contact{
    width:100%;
    height:100%;
    background:rgba(0, 0, 0, 1);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    align-items: center;
    padding: 50px 0;
    position: relative;
}
.sub-container{
    width: 95%;
    height: auto;
    padding: 20px 0;
    border: 1px solid rgb(255, 255, 255,0.7);
    border-radius: 20px;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content:space-evenly;
    align-items: center;
    padding: 50px 0;
}
.sub-container h1{
    font-family: caribbean;
    font-size: 15px;
    color: rgb(255, 255, 255);
    letter-spacing: 5px;
}
.right-section{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
}
.right-section h1{
    font-family: got;
}
.social-media a{
    color: rgb(198, 142, 0);
    font-size: 20px;
    margin: 0 10px;
    padding: 5px 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius:5px;
}
.general-inquiries, .event-inquiries{
    height: 150px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content:center;
    align-items:center ;
   
}
.general-inquiries, .event-inquiries p{
    font-family: 'Maiandra GD', sans-serif; 
    color:  rgb(198, 142, 0);
}
.incharge span,a{
    color: rgba(255, 255, 255);
    margin: 0 20px;
    font-family:'Courier New', Courier, monospace;
}
.gmaps{
    height: 100%;
    border-radius: 10px;
    display: flex;
    border: 3px solid rgb(130, 130, 130);
}
.gmaps iframe{
    height: 100%;
    border-radius: 10px;
    border: 2px solid rgb(130, 130, 130);
}
.copyright{
    color: rgb(255, 255, 255);
}
.copyright{
    color:  rgb(198, 142, 0);
    font-family:'Courier New', Courier, monospace;
    font-size: 12px;
}

@media screen and (width<=1370px){

    .nav ul li a{
        margin-right: 50px;
        color:white;
        font-family: got;
        letter-spacing: 2px;
        font-size: 10px;
        transition: 0.5s;
    }

    .nav ul li a{
        margin-right: 20px;
        color:white;
        font-family: got;
        letter-spacing: 2px;
        font-size: 9px;
        transition: 0.5s;
    }

    .landing{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .landing .day{
    
        display: none;
    }
    
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .title h1{
        color: rgba(255, 255, 255,0.8);
        font-size: 120px;
        font-family: got;
        text-align: center;
        letter-spacing: 40px;
    }
    .head{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
    }
    .register{
        text-align: center;
    }


}

@media screen and (width<=1024px){

    .nav ul li a{
        margin-right: 20px;
        color:white;
        font-family: got;
        letter-spacing: 2px;
        font-size: 9px;
        transition: 0.5s;
    }

    .landing{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .landing .day{
    
        display: none;
    }
    
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .title h1{
        color: rgba(255, 255, 255,0.8);
        font-size: 80px;
        font-family: got;
        text-align: center;
        letter-spacing: 30px;
    }
    .head{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
    }
    .register{
        text-align: center;
    }

    .date{
        font-size: 12px;
        text-align: center;
        letter-spacing: 5px;
        font-family: got;
    }
    .date span{
        font-size: 50px;
        color: rgba(193, 55, 34, 0.9) ;
    }

}

@media screen and (width<=970px){

    .nav{
        height: 6%;
        
    }
    .hamburger img{
        display: block;
        width: 35px;
        margin: 5px 20px 2px 0;
        transition: 0.5s;
    }
    .hamburger img.rotate{
        transform: rotate(720deg);
    }
    .links{
        position: absolute;
        width: 100%;
        opacity: 0;
        transform: translateY(-120%);
        top:50px;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,1));
        z-index: 1000;
        transition: 0.5s;
    }
    .links.active{
        opacity: 1;
        transform: translateY(0%);
        transition: 0.5s;
        z-index: 1000;
    }
    .nav ul{
        flex-direction: column;
        gap: 2px;
        justify-content: center;
        align-items: center;
    }
    .nav ul li{
        display: block;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }
    .nav ul li a{
        font-size: 14px;
        margin: 0px;
    }

    .landing{
        width: 100%;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 30px;
    }
    .landing .day{
    
        display: none;
    }
    
    .title{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    .title h1{
        color: rgba(255, 255, 255,0.8);
        font-size: 80px;
        font-family: got;
        text-align: center;
        letter-spacing: 30px;
    }
    .head{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 35px;
    }
    .register{
        text-align: center;
    }

    .date{
        font-size: 12px;
        text-align: center;
        letter-spacing: 5px;
        font-family: got;
    }
    .date span{
        font-size: 50px;
        color: rgba(193, 55, 34, 0.9) ;
    }

}

@media screen and (width<=480px) {

    .header{
        width:100%;
        height:100vh;
        background: linear-gradient(to bottom,rgba(0,0,0,0.7),rgba(0,0,0,0.1)),url(images/dragon-bg.jpg);
        background-position: center;
        /* background-attachment: fixed; */
        background-size: cover;
        background-repeat: no-repeat;
    }

    .header::before{
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: -60px;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    }

    .nav{
        height: 6%;
        
    }

    .hamburger{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-right: 20px;
        overflow: hidden;
    }
    
    .rotate .line:nth-child(1){
        transform: translatey(0);
        transform: rotate(45deg);
        background-color: rgba(249, 72, 72, 0.7);
    }
    
    .rotate .line:nth-child(2){
        transform: translatex(-30px);
    }
    
    .rotate .line:nth-child(3){
        transform: translatey(0);
        transform: rotate(-45deg);
        background-color: rgba(249, 72, 72, 0.7);
    }
    

    .links{
        position: absolute;
        width: 100%;
        opacity: 0;
        transform: translateY(-120%);
        top:50px;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,1));
        z-index: 1000;
        transition: 0.5s;
    }
    .links.active{
        opacity: 1;
        transform: translateY(0%);
        transition: 0.5s;
        z-index: 1000;
    }
    .nav ul{
        flex-direction: column;
        gap: 2px;
        justify-content: center;
        align-items: center;
    }
    .nav ul li{
        display: block;
        padding: 20px 0;
        width: 100%;
        text-align: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    }
    .nav ul li a{
        font-size: 14px;
        margin: 0px;
    }
    .logo img{
        width: 100px;
        margin-top: 15px;
        margin-left: 10px;
    
    }

    .landing{
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content:flex-start ;
        gap: 40px;
        position: relative;
    }
    .landing .day{

        display: block;
    }
    .day h1{
        font-family: got;
        font-weight: bold;
        font-size: 12px;
        letter-spacing: 12px;
        color: rgba(255, 255, 255, 0.2);
    }

    .day h1 span{
        font-size: 16px;
        font-weight: bolder;
    }


    .title{
        display: flex;
        flex-direction: column;
        gap: 35px;
        transform: translateY(100%);
    }

    .head{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 35px;
}

.register{
    text-align: center;
}

.register p{
    font-size: 5px;
    line-height: 35px;
    letter-spacing: 5px;
}

    .title h1{
        color: rgba(255, 255, 255,0.8);
        font-size: 50px;
        font-family: got;
        letter-spacing: 8px;
    }
    .title p{
    
        color: rgba(255, 255, 255,0.7);
        font-size: 17px;
        font-weight: bold;
        font-family: got;
        letter-spacing: 2px;
    }
    .title .reg-quote{
        display: block;
        font-size: 10px;
        letter-spacing: 5px;
    }
    
    .title a{
        display: inline-block;
        padding: 10px 20px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 4px;
        text-decoration: none;
        font-weight: bold;
        color: rgba(255, 255, 255, 0.9);
        transition: 0.5s;
        margin-left: -5px;
        margin-top: 15px;
        letter-spacing: 5px;
        font-size: 15px;
        border: 1px solid rgba(255, 255, 255, 0.4);
    }

    .register p{
     display: none;
    }
    .register p span{
        color: rgba(255, 255, 255, 0.8);
        font-size: 9px;
        letter-spacing: 3px;
       }

       .date{
        color: rgba(255, 255, 255, 0.9);
        margin: 250px 30px 0 30px;
        line-height: 30px;
        font-size: 10px;
        text-align: center;
        letter-spacing: 5px;
        font-family: got;
    }
    .date span{
        font-size: 40px;
        color: rgba(193, 55, 34, 0.9) ;
    }
    

    /*about*/

.about{
    width:100%;
    height:100vh;
    background: linear-gradient(to bottom,rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(images/fire-map.jpg);
    background-position: center;
    /* background-attachment: fixed; */
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about::before{
    opacity: 1;
   }

   .about::after{
    content: "";
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: -60px;
    left: 0;
    background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
}


    /*event explore*/

    .event{
        width:100%;
        height:100vh;
        background: linear-gradient(to bottom,rgba(0,0,0,0.6),rgba(0,0,0,0.2)),url(images/fire-ice-mobile.jpeg);
        background-position: center;
        /* background-attachment: fixed; */
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .event::before{
     opacity: 1;
    }

    .event::after{
        content: "";
        width: 100%;
        height: 50px;
        position: absolute;
        bottom: -60px;
        left: 0;
        background:linear-gradient(to top,rgba(0,0,0,1),rgba(0,0,0,0));
    }


.cont-box{
    width: 80%;
    height: 85%;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 25px;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(255, 255, 255, 0.7);
 }
 .cont-box h1{
    font-family: got;
    font-size: 20px;
    letter-spacing: 3px;
    color: rgba(216, 64, 41, 0.9);
 }
 .cont-box p{
    color: rgba(255, 255, 255, 0.85);
    padding: 0 15px;
    font-family: 'Maiandra GD', sans-serif; 
    font-size: 17px;
    line-height: 30px;
 }

.event-cont-box p{

    font-size: 18px;
}

 .about-cont-box{
    gap: 15px;
 }

 .explore-btn{
    display: inline-block;
    padding: 10px 20px;
    background: rgb(255, 255, 255,0.8);
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    color: #111;
    transition: 0.2s;
}

.explore-btn:hover{
    background: rgba(255, 255, 255,1);
    box-shadow: 0 0 20px rgba(255, 255, 255,0.7) ;
}



    /*footer*/

    .contact{
        padding: 35px 0;
    }
    .sub-container{
        width: 90%;
        flex-direction: column;
        gap: 30px;
    }
    .sub-container h1{
        font-size: 12px;
        -webkit-text-stroke: 0;
        letter-spacing: 3px;
    }
    .gmaps{
        width: 90%;
        display: flex;
        border: 2px solid rgb(130, 130, 130);
        border-radius: 10px;
    }
    .gmaps iframe{
        width: 100%;
        height: 90px;
        border-radius: 10px;
    }
    .social-media a{
        color: rgb(198, 142, 0);
        font-size: 20px;
        margin: 0 10px;
        padding: 5px 8px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        border-radius:5px;
    }
    .general-inquiries, .event-inquiries{
        width: 90%;
        height: 100px;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.3);
        background: rgba(0, 0, 0, 0.5);
        text-align: center;
        display: flex;
        flex-direction: column;
        gap: 10px;
        justify-content:center;
        align-items:center ;
       
    }
    .general-inquiries, .event-inquiries p{
        font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-seri;
        color:  rgb(198, 142, 0);
    }
    .incharge span,a{
        color: rgba(255, 255, 255);
        margin: 0 10px;
        font-family:'Courier New', Courier, monospace;
    }
    .copyright{
        color:  rgb(198, 142, 0);
        font-family:'Courier New', Courier, monospace;
        font-size: 12px;
    }



    @media screen and (height<=780px){
        .cont-box{
            height: 90%;
        }
        .cont-box p{
            line-height: 25px;
        }

        .landing{
            width: 100%;
            height: 100vh;
            display: flex;
            flex-direction: column;
            justify-content:flex-start ;
            gap: 20px;
            position: relative;
        }
    }
    

}