* {
    padding: 0;
    margin: 0;
    font-family: 'Kanit', sans-serif;
    

}

html{
    scroll-behavior: smooth;
}



.extrainfo {
    width: 100%;
    height: 30px;
    background-color: gold;
    padding-bottom: 15px;


}

.extrainfo h1 {
    font-family: 'Kanit', sans-serif;
    padding: 12px 0;
    padding-left: 60px;
    font-size: 16px;
    color: black;

}


.extrainfo h1 i {

    padding: 0 5px;
}

.navbar {
    width: 100%;
    height: 200px;
    display: flex;
    justify-content: space-around;
    padding: 10px 0;

}


.header {

    background-image: linear-gradient(rgba(7, 8, 5, 0.5), rgba(7, 8, 5, 0.5)), url(../images/pexels-mikky-k-625644.jpg);
    background-position: center;
    background-size: cover;
    height: 93vh;
    width: 100%;



}


.nav-links ul  {
    display: flex;
    list-style-type: none;



}


.nav-links ul li a {
    text-decoration: none;
    margin: 0 20px;
    color: #fff;
    transition: 0.1s;
}

.header .logo h1 {
    font-size: 25px;
    color: #fff;
}

.extrainfo h1 i {
    color: #E74C3C;
}

.btn button {
    outline: none;
    border: none;
    padding: 10px;
    color: #fff;
    border-radius: 25px 0px;
    background-color: #E74C3C;
}

.btn button a {
    text-decoration: none;
    color: #fff;



}

.nav-links ul li::after{
content: "";
width: 0%;
height: 3px;
background:#E74C3C;
display: block;
margin: auto;
transition: 0.5s;

}

.nav-links ul li:hover::after{
    width: 70%;
}

 

.header-child-1 {
    width: 50%;
    height: 200px;

    text-align: center;
    margin: auto;
    line-height: 60px;
    margin-top: -50px;
}


.header-child-1 h1 {
    font-size: 60px;
}

.header-child-1,
h1,
p {
    color: #fff;
}


.header-child-2 {
    width: 100%;
    /* background-color: cyan; */
    background: linear-gradient(rgba(7, 8, 5, 0.5), rgba(7, 8, 5, 0.5));
    height: 150px;
    position: relative;
    top: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;

}




.header-child-2 h1 {
    font-size: 28px;

}

.header-child-2 h3 {
    font-size: 20px;
}


.header-child-2 h1 .fa {
    color: #E74C3C;
}



.header-child-2 h3 i {
    color: #fff;
    /* margin: 20px 20px; */
    background-color: #E74C3C;
    /* padding: 20px;  */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin: 0 20px;

}


.about-festival {
    width: 100%;
    height: 500px;
    background-image: linear-gradient(rgba(7, 8, 5, 0.5), rgba(7, 8, 5, 0.5)), url(../images/festival\ 1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: left;

}


.right-text {
    width: 40%;
    /* background-color:black ; */
    height: 300px;
    padding: 30px;
    margin-top: 30px;
}

.right-text p {
    font-size: 15px;
}

.right-text h1 {
    font-size: 40px;
}

.right-text h3 {
    color: #fff;
    font-size: 20px;
}


.left-bg-img-text {
    width: 45%;
    height: 350px;
    /* background-color: black; */
    padding: 30px;
    background-image: url(../images/Festival\ 2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    margin-top: 20px;
}


.child-bg-color-text {
    width: 100%;
    height: 150px;
    background: linear-gradient(rgba(236, 236, 234, 0.973), rgba(255, 255, 255, 0.822));
    position: relative;
    top: 60%;
    border-radius: 20px;
    display: flex;
    align-items: center;




}

.child-bg-color-text   .right-icon{
    
    padding: 0 30px;
}

.right-icon i{
    background-color: yellow;
    padding: 40px;
    border-radius: 50%;
    font-size: 20px;

}

.left-text h1{
    color: black;

font-size: 30px;    
}

.left-text p{
    color: rgba(138, 138, 138, 0.514);
}



.artis-title h1{
    font-size: 30px;
    text-align: center;
    color: black;
    padding-top: 30px;
}

.meet-artist{
    width: 80%;
    margin: auto;
    /* background-color: brown; */
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
    
}

.right-img , .left-img{

    width: 35%;
    height: 600px;
    /* background-color: aqua; */
    margin: 0 30px;

}


.right-img img{
    border-radius: 30px;
}

.left-img  .left-img-up{
    width: 100%;
    height: 270px;
    background-color: blue;
    margin-bottom: 50px;
    margin-top: 20px;
    border-radius: 30px;
}

.left-img .left-img-down{
    width: 100%;
    height: 250px;
    background-color: blue;
    border-radius: 30px;
    
    
}
.left-img-down img{
    border-radius: 30px;
}
.left-img-up img{
    border-radius: 30px;
}




.pricing-sec{
    background-color: #fff5d7;
    width: 100%;
    height: 600px;
}

.pricing-sec h1{
    text-align: center;
    color: black;
    font-size: 50px;
    font-weight: bold;
    position: relative;
    top: 60px;
}

.right-prince{
width: 40%;
height: 400px;
background-color:#fff5d7 ;
margin: 0 30px;
border: 5px dotted black;
border-radius: 20px;
}

.left-prince{
    width: 40%;
height: 400px;
background-color:#fff5d7 ;
border: 5px dotted black;
border-radius: 20px;
}

.flex{
    display: flex;
    justify-content: center;
    margin-top: 70px;


}


.right-text .price-styling{
    font-size: 30px;
    margin: 0 30px;
}

.right-text #prince-title{
    font-size: 20px;
}

.right-text #price-des{
    color: gray;
    font-size: 13px;
}

.left-circle{
    width: 20%;
    height: 120px;
    color: #fff;
    background-color: #E74C3C;
    position: relative;
 left: 75%;
    bottom: 85%;
    border-radius: 50%;
}

#text-circle-center{
    position: relative;
    top: 35px;
    left: 35px;
}

#up-bold{
    margin-left: -10px;
    font-size: 16px;
    font-weight: bold;
}

#down-bold{
    margin-left: 5px;
    position: relative;
    top: 5px;
    font-size: 25px;
    font-weight: bold;
}


.flex-bullet{
    width: 80%;
    height: 100px;
    /* background-color: aqua; */
    display: flex;
    position: relative;
    margin-left: 30px;
    align-items: center;
    bottom: 350px;
    padding: 10px;
    line-height: 30px;
} 

.flex-bullet .left-bullet{
    margin-left: 30px;
    padding: 20px 0;
    font-size: 18px;
    margin-bottom: 20px;
    color: gray;
    
}


.flex-bullet .right-bullet{
    font-size: 18px;
    color: gray;
}

.flex-bullet p{
    color: gray;
}

.price-btn{
    position: relative;
    bottom: 290px;
    left: 20px;
}

.price-btn a{
    text-decoration: none;
    color: black;
}

.price-btn a i{
    padding-left: 5px;
}
 
.price-btn a{
    
  color: #E74C3C;
}

 

.price-btn a:hover i{
padding-left: 20px;
transition: all 0.5s;

}
 
 #disply-none{
    visibility: hidden;
 }
 #margin-top{
      margin-top: 10px;
 }


.info-form{
    width: 100%;
    height: 700px;
    /* background-color: coral; */
    margin-top: 20px;
}

.form-title h1{
    text-align: center;
    color: black;
    font-size: 45px;
    padding-top: 8%;
}



.outer-radius{
    width: 30%;
    height: 60px;
    background-color: rgb(234, 232, 232);
    transform: translate(500px , 20px);
    padding: 10px 20px;
    border-radius: 50px 50px 50px 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all 0.5s;
}

.outer-radius .right-btn{
background-color: #fff;
padding: 10px  30px;
border-radius: 50px 50px 50px 50px;
margin-left: -30px;

box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.outer-radius .right-btn a{
    text-decoration: none;
    color: black;
}

.outer-radius .left-btn{
    
    padding: 10px  30px;
    border-radius: 50px 50px 50px 50px;
    margin-right: -30px;    
    
} 

.outer-radius .left-btn:hover{
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.outer-radius .left-btn a{
    color: black;
    text-decoration: none;
    margin-right: 10px;
}

.main-form{
    width: 45%;
    height: 430px;
    background-color: #fff;
    transform: translate(390px , 50px);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    line-height: 30px;
}

.main-form input{
    padding: 15px 20px;
    width: 35%;
    margin: 30px 10px;
    position: relative;
    left: 5%;
    font-size: 15px;
    outline: none;
    border-radius: 5px;
    border: 1px solid  rgb(172, 170, 170);
    
     
     
}

#long-field{
    width: 80%;
    margin-top: -20px;
}

.main-form textarea{
    padding: 15px  20px;
    width: 80%;
    margin: 30px 10px;
    position: relative;
    left: 5%;
    margin-top: -5px;
    outline: none;
    border-radius: 5px;
    border: 1px solid  rgb(172, 170, 170);
    font-size: 15px;
}


#submit-btn{
    position: relative;
    left: 29%;
    top: -40px;
    border-radius: 50px 50px 50px 50px;
    background-color: #E74C3C;
    color: #fff;
    font-size: 15px;
    outline: none;
    border: none;
    cursor: pointer;
}

#bg-color{
    display: flex;
    justify-content: space-between;
}


#bg-color{
    
    background-color: #FB8122;
    width: 100%;
    height: 100px;
     
    display: flex;
    justify-content: space-between;
    position: relative;
    top: 150px;
    align-items: center;
}

#bg-color  h1,h3{
padding: 0 50px;

}

#bg-color  h1{
    font-size: 30px;
}

#bg-color h3 i{
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 10px;
    margin: 0 15px;
    font-size: 20px;
}
#bg-color h3 i:hover{
    
    background-color: #E74C3C;
    color: #fff;
} 


.footer{
    background-color: black;
    width: 100%;
    height: 200px;
    position: relative;
    top: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.footer .one{
width: 40%;
height: 100px;
/* background-color: aqua; */
} 

.footer .one h1{
    text-align: center;
    padding-bottom: 10px;
    font-size: 30px;
}

.footer .two{
    width: 20%;
    height: 120px;
    margin-right: 25px;
    /* background-color: aqua; */
}

.footer .three{
    width: 20%;
    height: 150px;
    margin-right: 60px;
    /* background-color: aqua; */
}

.footer  .two , .three h1,p{
text-align: center;

}
.footer  .two , .three h1{
    font-size: 30px;
}
.footer  .two , .three p{
    font-size: 20px;
}

#map{
    position: relative;
    left: 38%;
}

#map a{
    border-color: #fff;
}


 

.up-btn a{
    background-color: #E74C3C;
 padding: 10px 15px;
 position: fixed;
 bottom: 20px;
 left: 94%;
 border-radius: 15px;   
}

.up-btn a i{
    color: #fff;
    font-size: 30px;
}
 



.title h1{
    color: black;
    text-align: center;
    padding: 20px 20px;
font-size: 50px;    
}






.event-schedule{
width: 100%;
height: 800px;
background-image: url(../images/sechdule\ Main-bg-img.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 30px;
}


.event-schedule-title h1{
    text-align: center;
    padding-top: 10px;
}

table{
    border: 1px solid #fff;
    transform: translate(25%, 10%);
    width: 70%;
    height: 450px;
    color: #fff;
    padding: 50px;
    border-radius: 30px;
    outline: none;
    
}

#bg-color-row{
    height: 70px;
 background-color: #E74C3C;
 ;   
}

.bg-black{
    width: 10%;
    text-align: center;
}

.bg-color-down{
    height: 100px;
    background-color: rgb(33, 33, 33);
    color: #fff;
    
}

.bg-img-text{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
  background-image: url(../images/bg-one.jpg);
  height: 150px;
  line-height: 30px; 
}

.bg-white{
    background-color:rgb(255, 197, 207);
}

.bg-color-pink{
    background-color:rgb(255, 197, 207);
}

.bg-color-green{
    background-color: rgb(170, 250, 170);
}
.bg-img-text-2{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
  background-image: url(../images/table-bg-two.jpg);
  height: 150px;
  line-height: 30px; 

}
.bg-img-text-3{
    height: 150px;
    text-align: center;
    background-color: rgb(47, 46, 46);
}

.bg-img-text-4{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
  background-image: url(../images/table-bg-three.jpg);
  height: 150px;
  line-height: 30px;
}
 

.bg-img-text-5{
    text-align: center;
    background-repeat: no-repeat;
    background-size: cover;
 background-position: center;
 background-color: rgb(47, 46, 46);
  height: 150px;
  line-height: 30px;
}
 

 
   