body {
  margin: 0;
  padding: 0;
  font-family: 'poppins',sans-serif;
  box-sizing: border-box;
  background-image: url('ab.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;  
}  

.active{
        background: #FFCB74;
        padding: 10px 15px;
        color: black;
        border: 1px solid #FFCB74;
    /* Add a color shadow at the bottom */
    }

    .fly{
        color: white;
        text-decoration: none;
    }

    .fly:hover{
        color: black;
        text-decoration: none;
    }

.navbar{
      color: white;
      text-align: center;
    }

    a {
    color: white;
    text-decoration: none;
    position: relative;
}

a::before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    top: 30px;
    left: 0;
    background-color: #FFCB74;
    transition: width 0.3s;
}

a:hover::before {
    width: 100%;
}

    hr{
      width: 400px;
      text-align: center;
    }

    li{
      display: inline-block;
      list-style: none;
      font-size: 15px;
      text-transform: uppercase;
      padding: 25px;
      margin-left: 10px;
      font-family: 'Montserrat', sans-serif;
    }



    .items{
        overflow: hidden;
    }
        
    .main_logo{
        position: absolute;
        top: 30px;
        margin-left: 7px;
    }

    .logos{
        display: flex;
        gap: 150px;
    }


/*.main_container{
    /*width: 100%;
    height: 40%;*/
/*    height: auto;
}

.main_container img{
        
}

..main_container .text{
    position: absolute;
    color: white;
    left: 10px;
    top: 10px;
    font-size: 30px;
    transform: translate(-50%,-50%);
}*/


.firstPage{
}

.container{
/*    background: red;*/
    height: 500px;
    width: 1000px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding: 30px;
/*    display: flex;*/
/*    align-items: center;*/
    border-radius: 15px;
    background: rgba(0, 0, 0, 0.1); /* Translucent white background */
    backdrop-filter: blur(50px); /* Apply blur effect */
    border: 5px solid rgba(0, 0, 0, 0.2);
    display: grid;
    grid-template-columns: auto auto;
     box-shadow: 0 0 20px rgba(255, 215, 50, 0.3);
}


h1{
    -webkit-text-stroke: 3px white;
    -webkit-text-fill-color: transparent;  
    font-size: 50px;
    font-weight: 900;
    letter-spacing: 5px;
}

h2{
    color: white;
    padding-top: 40px;
    font-size: 30px;
    font-weight: 900;
}

h4{
    color: white;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
}

.heading1{
    color: #F8DE7F;
    font-size: 30px;
    position: relative;
    bottom: 35px;
}

.heading2{
    color: #D3D3D3;
    font-size: 30px;
}

.slide{
    height: 86vh;
    width: 100%;
}

.main_genre
 {
    padding-top: 2.0rem;
    text-align: center;
 }


.genre
 {
    width: 5.0rem;
    height: 20px;
    background: none;
    border: 0.1rem solid white;
    outline: none;
    border-radius: 0.3rem;
    padding: 0.2rem 0.2rem;
    text-align: center;
    font-size: 13px;
    letter-spacing:  0.2rem;
    color: white;
 }

.description{
    font-size: 14px;
    color: #F8DE7F;
/*    text-align: center;*/
    width: 305px;
    height: 30px;
    display: flex;

}

.info{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.slides{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    background: black;
}

.slides4{
    width: 100%;
    height: 115vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: url('airlines3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.leftInfo{
    
    padding-left: 50px;
    height: 500px;
    width: 700px;
    color: black;
}

h5{
    font-family: 'Raleway',sans-serif;
    color: black;
    font-weight: 900;
    font-size: 40px;
}

.slides3{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    color: #fff;
    background: url('blob.png');
/*    background: black;*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slides2{
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #fff;
/*    background-image: url('seats.jpg');*/
/*    background-blend-mode: darken;*/
/*    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 1)), url('seats.jpg');*/
    background-image: url('newAboutUs.jpg');
    background-size: cover;
/*    background-repeat: no-repeat;*/
    background-position: center center;
/*    background-attachment: fixed;*/
    clip-path: polygon(
        0 0,
        100% 0,
        100% 80%,
        50% 100%,
        0 80%,
    );
    position: relative;
}

.s2info{
    text-align: center;
    padding: 200px;
}

.inner_container{
    background: black;
    height: 80vh;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,77%);
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.info{
    height: 500px;
    width: 500px;
/*    border: 2px solid white;*/
    text-align: left;
}

.slides2 img{
    width: 600px;
}

.Btn {
  width: 140px;
  height: 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(to right,#77530a,#ffd277,#77530a,#77530a,#ffd277,#77530a);
  background-size: 250%;
  background-position: left;
  color: #ffd277;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition-duration: 1s;
  overflow: hidden;
}

.Btn::before {
  position: absolute;
  content: "Book";
  letter-spacing: 1px;
  color: #ffd277;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 97%;
  height: 90%;
  border-radius: 8px;
  transition-duration: 1s;
  background-color: rgba(0, 0, 0, 0.842);
  background-size: 200%;
}

.Btn:hover {
  background-position: right;
  transition-duration: 1s;
}

.Btn:hover::before {
  background-position: right;
  transition-duration: 1s;
}

.Btn:active {
  transform: scale(0.95);
}


.new_info{
    padding-bottom: 20px;
}

.subinfo{
    padding-top: 10px;
    padding-bottom: 50px;
    line-height: 35px;
    font-size: 20px;
}

.white_btn{
    padding: 20px;
    border: 2px solid white;
    width: 150px;
    background: none;
    color: white;
    font-size: 15px;
    letter-spacing: 2px;
}

.button {
  cursor: pointer;
  position: relative;
  padding: 10px 24px;
  font-size: 18px;
  color: white;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
  font-weight: 600;
  transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
  overflow: hidden;
}

.button::before {
  content: '';
  position: absolute;
  inset: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: inherit;
  scale: 0;
  z-index: -1;
  background-color: white;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.button:hover::before {
  scale: 3;
}

.button:hover {
  color: black;
  scale: 1.1;
/*  box-shadow: 0 0px 20px rgba(193, 163, 98,0.4);*/
    box-shadow: 0 0 20px white;
}

.button:active {
  scale: 1;
}

.svgPage{
    height: 100vh;
    width: 100%;
}


