*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.navbar-nav{
    margin: auto;
}
.header-image-logo{
    /* padding: 6px 0px 0px 0px; */
    /* background-color: #FFFFFF57; */
    /* border-radius: 15px 15px 15px 15px; */
    width: 225px;
    display: block;
    margin: auto;
    margin-top: 20px;
}
.header-image-logo img{
    display: block;
    margin: auto;
    /* width: 200px; */
    height: 100px;
    border-radius: 15px 15px 15px 15px;
    

   
}
.menu_icon{
  display: none;
}
.nav_mobile{
  position: absolute;
  top: 0px;
  z-index: 111;
  background: white;
  width: 100%;
  height: 100vh;
  margin-left: -100%;
  transition: 0.3s all;
}
.header-top{
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 100;
}
.navbar-expand-lg .navbar-nav .nav-link{
    color: white;
}
.Viage-h{
    padding-top: 35px;
    padding-bottom: 35px;
}

.container-silder {
    position: relative;
    overflow: hidden;
    padding: 0px;
  }
  @media only screen and (max-width: 1000px) {
    .container {
      border-radius: 0;
    }
  }
  
  .slider {
    display: flex;
    width: 500%;
    height: 70vh;
    transition: all 0.25s ease-in;
    transform: translateX(0);
  }
  @media only screen and (max-width: 1000px) {
 
  }
  .slider .box {
    height: 100%;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    overflow: hidden;
    position: relative;
  }
  @media only screen and (max-width: 650px) {
    .slider .box {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(2, 1fr);
    }
  }
  .slider .box .bg {
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.2);
    width: 130%;
    transform: skewX(7deg);
    position: absolute;
    height: 100%;
    left: -10%;
    padding-left: 20rem;
    transform-origin: 0 100%;
  }
  @media only screen and (max-width: 800px) {
    .slider .box .bg {
      width: 65%;
    }
  }
  @media only screen and (max-width: 650px) {
    .slider .box .bg {
      width: 130%;
      left: 0;
      bottom: 0;
      height: 100%;
      transform: skewX(0deg);
    }
  }
  .slider .box .bg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: inherit;
    pointer-events: none;
    transform: skewX(10deg);
  }
  @media only screen and (max-width: 650px) {
    .slider .box .bg::before {
      width: 120%;
      bottom: 0;
      transform: skewX(0deg);
    }
  }
  .slider .box .details {
    padding: 5rem;
  
    z-index: 100;
    grid-column: 1/span 1;
    grid-row: 1/-1;
  }
  @media only screen and (max-width: 650px) {
    .slider .box .details {
      grid-row: 2/span 1;
      grid-column: 1/-1;
      text-align: center;
      padding: 2rem;
      transform: translateY(-9rem);
    }
  }
  .slider .box .details h1 {
    font-size: 4.5rem;
    font-weight: 500;
    margin-bottom: 0.5rem;
    font-size: 33px;
  }
  .slider .box .details p {
    display: inline-block;
    font-size: 1.3rem;
    color: #B5B4B4;
    margin-bottom: 2rem;
    margin-right: 5rem;
  }
  @media only screen and (max-width: 800px) {
    .slider .box .details p {
      margin-right: 0;
    }
  }
  .slider .box .details button {
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 2rem;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .slider .box .details button:hover {
    opacity: 0.8;
  }
  .details h1{
    color: white;
  }
  .slider .box .details button:focus {
    outline: none;
    border: none;
  }
  .slider .box1 {
    background-image: url("./image/temple.webp");
    background-size: cover;
  }
  .slider .box1 .illustration .inner {
    background-color: #FF0077;
  }
  .slider .box1 .illustration .inner::after, .slider .box1 .illustration .inner::before {
    background-color: rgba(255, 0, 119, 0.4);
  }
  .slider .box1 button {
    background-color: #FF0077;
  }
  .slider .box2 {
    background-image: url('./image/02.jpg');
    background-size: cover;
  }
  .slider .box2 .illustration .inner {
    background-color: #0033FF;
  }
  .slider .box2 .illustration .inner::after, .slider .box2 .illustration .inner::before {
    background-color: rgba(0, 51, 255, 0.4);
  }
  .slider .box2 button {
    background-color: #0033FF;
  }
  .slider .box3 {
   background-image: url('./image/06.jpg');
   background-size: cover;
  }
  .slider .box3 .illustration .inner {
    background-color: #00FF44;
  }
  .slider .box3 .illustration .inner::after, .slider .box3 .illustration .inner::before {
    background-color: rgba(0, 255, 68, 0.4);
  }
  .slider .box3 button {
    background-color: #00FF44;
  }
  .slider .box4 {
  background-image: url('./image/temple.webp');
  background-size: cover;
  }
  .slider .box4 .illustration .inner {
    background-color: #FF4E00;
  }
  .slider .box4 .illustration .inner::after, .slider .box4 .illustration .inner::before {
    background-color: rgba(255, 78, 0, 0.4);
  }
  .slider .box4 button {
    background-color: #FF4E00;
  }
  .slider .box5 {
  background-image: url('./image/02.jpg');
  background-size: cover;
  }
  .slider .box5 .illustration .inner {
    background-color: #8000FF;
  }
  .slider .box5 .illustration .inner::after, .slider .box5 .illustration .inner::before {
    background-color: rgba(128, 0, 255, 0.4);
  }
  .slider .box5 button {
    background-color: #8000FF;
  }
  .slider .illustration {
    grid-column: 2/-1;
    grid-row: 1/-1;
    justify-self: center;
    display: none;
  }
  @media only screen and (max-width: 650px) {
    .slider .illustration {
      grid-row: 1/span 1;
      grid-column: 1/-1;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none;
    }
  }
  .slider .illustration div {
    height: 25rem;
    width: 18rem;
    border-radius: 3rem;
    background-color: #FF0077;
    position: relative;
    transform: skewX(-10deg);
  }
  @media only screen and (max-width: 800px) {
    .slider .illustration div {
      height: 20rem;
      width: 15rem;
    }
  }
  .slider .illustration div::after, .slider .illustration div::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 3rem;
    top: 0;
    left: 0;
  }
  .slider .illustration div::after {
    transform: translate(4rem, -1rem);
  }
  .slider .illustration div::before {
    transform: translate(2rem, -2rem);
  }
  
  .prev,
  .next,
  .trail {
    z-index: 10000;
    position: absolute;
  }
  
  .prev,
  .next {
    width: 2rem;
    cursor: pointer;
    opacity: 0.2;
    transition: all 0.3s ease;
  }
  @media only screen and (max-width: 650px) {
    .prev,
  .next {
    
    }
  }
  .prev:hover,
  .next:hover {
    opacity: 1;
  }
  
  .prev {
  right: 13%;
    bottom: -2%;
    transform: translateY(-50%);
  }
  
  .next {
  
    right: 4%;
    bottom: -2%;
    transform: translateY(-50%);
  }
  
  .trail {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    text-align: center;
    font-size: 1.5rem;
    display: none;
  }
  @media only screen and (max-width: 650px) {
    .trail {
      width: 90%;
      bottom: 13%;
    }
  }
  .trail div {
    padding: 2rem;
    border-top: 3px solid #fff;
    cursor: pointer;
    opacity: 0.3;
    transition: all 0.3s ease;
  }
  .trail div:hover {
    opacity: 0.6;
  }
  @media only screen and (max-width: 650px) {
    .trail div {
      padding: 1rem;
    }
  }
  
  .active {
    opacity: 1 !important;
  }
  
  
.Viage-h h1{
    color: #61C1DA;
    font-family: "Raleway", Sans-serif;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}
.section-tourmain{
    background-image: linear-gradient(161deg, #91D5E2 0%, #469AB0 100%);
    width: 100%;
    position: relative;
    padding: 80px 0px 80px 0px;
}

.section-tour{
    background-image: url(./image/background1.webp);
    width: 100%;
    background-size: 40% auto;
    opacity: 0.08;
    position: absolute;
    top: 0px;
    height: 100%;

}
.section-tourimg{
    padding-left: 0px;
}
.tour-container{
    max-width: 1140px;
}

.section-tourimg{
    width: 43%;
}
.section-tourimg1{
    width: 57%;
    padding-left: 43px;
}
.section-tourimg img{
    width: 100%;
    height: 399px;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
    box-shadow: -40px 40px 30px -20px rgba(0, 0, 0, 0.25);
}
.tour-content a{
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    background-image: linear-gradient(165deg, #98d4e4 0%, #60C1DA 100%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    font-size: 18px;
    padding: 15px 40px;
    color: white;
    display: inline-block;
}
.tour-content h1{
    color: #FFFFFF2B;
    font-family: "Raleway", Sans-serif;
    font-size: 100px;
    font-weight: 700;
}
.tour-content h4{
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin-top: -76px;
    margin-left: 13px;

}
.tour-content p{
    text-align: justify;
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 350;
}
.tour-container{
    z-index: 11;
    position: relative;
}
.section-tourmain1{
  
    width: 100%;
    position: relative;
    padding: 80px 0px 80px 0px;
}
.Tickets-col{
    width: 57%;
    padding-right: 43px;
}
.ticket-content h1{
    color: #94D4E44F;
    font-family: "Raleway", Sans-serif;
    font-size: 92px;
    font-weight: 700;
}
.ticket-content h4{
    color: #57a5ba;
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
    margin-top: -80px;
    margin-left: 10px;
}
.ticket-content p{
    text-align: justify;
    color: #1B1B1B;
    font-size: 20px;
    font-weight: 350;
    margin-top: 37px;
}
.ticket-content a{
    font-family: "Raleway", Sans-serif;
    font-weight: 500;
    text-decoration: none;
    background-color: transparent;
    background-image: linear-gradient(165deg, #98d4e4 0%, #60C1DA 100%);
    border-radius: 50px 50px 50px 50px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.17);
    font-size: 18px;
    padding: 15px 40px;
    color: white;
    display: inline-block;

}
.section-tricket img{
    width: 100%;
    height: 399px;
    object-fit: cover;
    border-radius: 15px 15px 15px 15px;
    box-shadow: 40px 40px 30px -20px rgba(0, 0, 0, 0.25);
}
.section-tricket{
    width: 43%;
}
.weekned-section{
    padding-left: 0px;
    padding-right: 43px;
}
.weekned-content h1{
    color: #FFFFFF2B;
    font-family: "Raleway", Sans-serif;
    font-size: 90px;
    font-weight: 700;
    line-height: 81px;
}
.weekned-content  h4{
    color: #FFFFFF;
    font-family: "Raleway", Sans-serif;
    font-size: 37px;
    font-weight: 700;
    margin-top: -94px;
    margin-left: 33px;
}
.weekned-content  p{
    margin-top: 55px;
}
.section-weekimg img{
    box-shadow: 40px 40px 30px -20px rgba(0, 0, 0, 0.25);

}
.service-h h1{
    color: #67CDE7;
    font-family: "Raleway", Sans-serif;
    font-size: 34px;
    font-weight: 600;
    text-align: center;
    padding: 30px 0px 15px 0px;
}
.service-img img{ 
    height: 265px;
}
.serimage-text{
    margin: -43px 0px 0px 0px;
    padding: 4px 0px 6px 0px;
    background-color: #02010191;
    z-index: 1;
    position: relative;
    width: 100%;
    color: #91D5E2;
    text-align: center;
    font-family: "Raleway", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-shadow: 0px 0px 100px rgba(0,0,0,0.3);
}
.service-card p{
    font-size: 14px;
    padding: 5px 15px;
    padding-left: 0px;
    text-align: center;

}
.service-card a{
    width: 131px;
    display: inline-block;
    line-height: 1;
    background-color: #91D5E2 !important;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    text-decoration: none;
    color: #fff;
   display: block;
   margin: auto;
    text-align: center;
    margin-bottom: 5px;
}
.row2-section{
    margin-top: 50px;
}
.service-container{
    max-width: 1140px;
}
.why-section{
    position: relative;
    margin-top: 60px;
    width: 100%;
   padding: 80px 0px;
    background-image: url("./image/temple.webp");
    background-attachment: fixed;
    background-position: top center;
    background-size: cover;
}
.why-section-white{
    background-color: transparent;
    background-image: linear-gradient(68deg, #FFFFFF 37%, #FFFFFF00 100%);
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
}
.why-container{
z-index: 11;
position: relative;
max-width: 1140px;
}
.why-content h1{
    color: #94D4E44F;
    font-family: "Raleway", Sans-serif;
    font-size: 100px;
    font-weight: 700;
}
.why-content h4{
    color: #57a5ba;
    font-family: "Raleway", Sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.18);
    margin-top: -80px;
    margin-left: 10px;
}
.why-content p{
    font-size: 20px;
    font-weight: 350 ;
}
.p-why{
    margin-top: 40px;
}
footer{
    background-color: #91D5E2;
    width: 100%;
padding-top: 80px;
}
.footer-icon{
    display: flex;
    justify-content: center;
}
.inner-icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
}
.inner-icon i{
    color: white;
}
.footer-container{
    max-width: 1140px;
}
.footer-logo img{
    /* width: 175px; */
    height: 100px;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 20px;
    margin-top: -15px;
    margin-left: 95px;
}
.footer-service p{
    margin-bottom: 0px;
}
.footer-service p a{
    color: white;
    text-decoration: none;
}
.footer-service h2{
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}
.footer-con-h h2{
    color: #000000;
    font-family: "Raleway", Sans-serif;
    font-weight: 800;
    font-size: 28px;
    margin-bottom: 20px;
}
.footer-service p i{
    font-size: 12px;
    margin-right: 10px;
}
.footer-service{
    padding-left: 50px;
}
.conatct-footer p{
    display: flex;
    margin-bottom: 0px;
}
.conatct-footer p a{
    color: white;
    text-decoration: none;
    margin-left: 10px;
}
.footer-bottom p{
    color: white;
    text-align: center;
}


@media only screen and (max-width: 1200px) {
    .tour-container{
        max-width: 943px;
    }
    .why-container{
        max-width: 943px;
    }
}
@media only screen and (max-width: 992px) {
    .section-tourimg{
        width: 100%;   
        padding-right: 43px;
        padding-left: 43px;
    }
    .section-tourimg1{
        width: 100%;
        padding-right: 43px;
        padding-left: 43px;
    }
    .Tickets-col{
        width: 100%;
        padding-right: 43px;
        padding-left: 43px;
    }
    .section-tricket {
        width: 100%;
        padding-right: 43px;
        padding-left: 43px;
        margin-top: 20px;
    }
    .row1-section{
        justify-content: center;
    }
    .row2-section{
        justify-content: center;
    }
    .service-img img{
        width: 100%;
        object-fit: cover;
    }
    .service-img{
        margin-top: 25px;
    }
    .row2-section{
        margin-top: 0px;
    }
    .footer-container{
        padding-left: 30px;
    }
    .footer-service{
        padding-left: 0px;
    }
    .footer-icon{
        justify-content: start;
    }
    .footer-logo img{
        margin-bottom: 0px;
    }
    .footer-con-h{
        margin-top: 20px;
    }
    .footer-service{
        margin-top: 20px;
    }
    .navbar{
      background: #0272a6;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 100%;
      display: none;
    }
    button.navbar-toggler{
      background-color: white;
    }
    .header-image-logo{
      margin-top: 70px;
    }
}
.price{
   text-align: center;
    display: block;
    color: red;
    font-weight: bold;
    font-size: 20px;
}
.contfont{
  font-size: 36px;
  color: #52565e;
  font-weight: 600;
  margin-bottom: 25px;
  padding-bottom: 25px;
  margin-top: 120px;

}
.fontsize{
    font-size: 14px;
    display: block;
    color: #8f9ca2;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
/* .formfont{
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #634d59;
} */
.formfont{
  margin-top: 10px;
}
.formpara{
  color:#ced4da;
  font-size: 14px;
  margin-bottom: 20px;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.formbox{
  color: #ced4da;
  --bs-gutter-y: 1rem;
  --bs-gutter-x: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x));
}
.form-btn{
background-color:#73c7dd;
    border: 0;
    padding: 10px 30px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
    margin-bottom: 10px;
}
.section-bg{
  background-color: #f5f6f7;
}
.section-tourimg{
  display: flex;
  align-items: center;
}
.ticket-content1 {
  background-color: #91D5E2;
  border-radius: 10px;
}
.ticket-content1 h4{
  text-align: center;
  padding: 20px;
  background-image: linear-gradient( #359db1, #8dd3e1);
    color: white;
    font-weight: bold;
    font-size: 30px;
    border-radius: 10px 10px 0px 0px;
    border-bottom: 2px solid #359db1;
}
.ticket-content1 p{
  padding: 20px;
}
.weekned-content img{
  display: block;
  margin: auto;
}
.ticket-content1{
  min-height: 400px;
}
@media only screen and (max-width: 992px) {
.menu_icon{
  display: block;
}
}

@media only screen and (max-width: 575px) {
  .section-tourimg{
    padding-left: 10px;
    padding-right: 10px;
  }
  .section-tourimg img{
    height: auto;
  }
  .section-tourimg1{
    padding-right: 16px;
    padding-left: 14px;
  }
  .tour-content h1{
    font-size: 58px;
  }
  .tour-content h4{
    margin-top: -51px;
    margin-left: 13px;
  }
  .tour-content p{
    font-size: 16px;
  }
  .tour-content a{
    font-size: 15px;
    padding: 10px 22px;
  }
  .why-content h4{
    margin-top: -66px;
  }
  .why-content h1{
    font-size: 81px;
  }
  .why-content p{
    font-size: 16px;
  }
  .footer-container{
    padding-left: 10px;
  }
  .footer-logo img{
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .weekned-section {
    padding-left: 10px;
    padding-right: 11px;
}
.header-image-logo {
  margin-top: 8px;
}
.header-image-logo img{
  height: 87px;
}
.slider .box .details{
  padding-top: 100px;
}
.slider .box .details h1{
  font-size: 23px;
  margin-top: 150px;
}
.slider {
  height: 64vh;
}
.prev, .next{
  width: 1rem;
}
.next , .prev{
  bottom: -21%;
}
.slider{
  height: 48vh;
}
}

.menu_icon{
  font-size: 30px;
  cursor: pointer;
  position: absolute;
  z-index: 111;
  /* background: white; */
  padding: 0px 19px;
  right: 0px;
  color: white;
  font-weight: bold;
}
.closebtn{
  text-decoration: none;
  color: black;
  font-size: 36px;
  position: absolute;
  right: 7px;
  top: -9px;
}
.menu_nav_m .nav-link{
  color: black;
}