
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai+Looped:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
  section {
    padding: 6rem 0;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none !important;
    
  }

  :root {
    --main: #000;
    --secondary: #0272c3;
    --third: #3f9ad1;  
    --four: #79c422;
    --five: #AF9994;
    --white: #fff;
    --gray: #222;
    --six: #79c422;
  }

  .bg-nav {
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--white) !important;
    height: 85px;
  }
  .navbar {    
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.7);
    z-index: 999;
  }

  .text-menu {
    text-decoration: none;
    color: var(--main) !important;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;

  }

  .navbar-toggler span {
    color: var(--white);
  }

  .navbar-light .navbar-toggler {
    border-color: #000;
}

i.fa.fa-bars.fa-1x {
  color: black !important;  
}





img.img-sha {
  filter: drop-shadow(-30px 25px 0px  var(--five));
  border-radius: 10px;
  padding-left: 4rem ;
}

img.img-sha-right {
  filter: drop-shadow(30px 25px 0px var(--five));
  border-radius: 10px;
}
 

  span.carousel-control-next-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }
  span.carousel-control-prev-icon {
    border: 2px solid #fff;
    padding: 0.7rem;
    background-color: #222;
  }
  h1, h2, h3 {
    font-family: 'Righteous', sans-serif;
    text-transform: capitalize !important;
  }
  h1 {
   
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--secondary) ;
    text-align: center;
  }
  
 
  
  h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--secondary);
  }
  
  h3 {
    font-size: 2.1rem;
    font-weight: 700;
    margin-bottom: 2rem;
    color: var(--secondary);
  }
  h3 span, h2 span, h1 span {
    color: var(--four);
  }
  /* h4 {
    font-size: 1.6rem;
    font-weight: 700;
    margin: 50px 0 20px 0;
    color: var(--fourth);
  } */

  h5, h4 {
    font-size: 1.35rem;
    color: var(--main);
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    font-weight: 800;
  }

  
  p {
   font-size: 1.2rem;
    font-weight: 500;
    color: var(--gray);
    font-family: 'IBM Plex Sans Thai Looped', sans-serif;
    text-align: justify;
  }
  
  p span  {
    color: #07689f;
    font-weight: 600;
  }

p.slogan {
  font-size: 2rem;
  font-family: 'Satisfy', sans-serif;
  color: #fff;
}

  .btn-info {
    background-color: var(--secondary);
    border-color: var(--secondary);
    color: white;
    padding: 0.5rem 1.8rem;
    transition: all 1s;
    border-radius: 0 15px 0 15px;
  }
  
  .btn-info:hover {
    background-color: var(--six);
    color: var(--white);
    border-color: var(--six);    
  }

 .btn-call {
    background-color: var(--secondary) ;
    border-color: var(--secondary);
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    transition: all 1s;
  }

  .btn-call:hover {
    background-color: var(--four);
      border-color: var(--four);
      color: var(--secondary);    
  }

  .btn-menu {
    background-color: #d41616;
      border-color: var(--four);
      color: var(--white) !important; 
      transition: all 1s ease;
      font-weight: 400;
      border-radius: 5px 10px;
      padding: 12px 25px;
  }
  .btn-menu:hover {
    background-color: #0abe22;
    border-color: var(--third);
    color: var(--five);    
  }

  .btn-app {
    background-color: #079f07 ;
    border-color: #7ff57f;
    color: white;
    padding: 0.3rem 1.5rem;
    border-radius: 2rem;
    transition: all 1s;
  }

  .btn-app:hover {
    background-color: #7ff57f;
    border-color: #079f07;    
  }
.intro-pack {
  background-color: #f9f9f9;
}

  .intro h4 {
      margin-bottom: 5px !important;      
  }
  .intro h2 {
    text-align: left;
    margin-bottom: 20px !important;      
  }
  .intro img {
    padding: 1rem;
  }

  .department {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)),
      url("../images/reception.jpg") no-repeat fixed center;
    background-size: cover;  
    text-align: center; 
  }
  .department h3{
    color: #fff;
  }

  .department p{
    color: #fff;
    text-align: center;
  }
  .serve {
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
      url("../images/offer.jpg") no-repeat fixed center;
    background-size: cover;
    text-align: right;
  }
  .serves {
    background-color: var(--four);
  }

  .serves  {
    text-align: right;
  }
  .serve h2, .serves h2
  {
   color: var(--secondary);
   margin-bottom: 2rem;
   text-align: right;
 }
 
 .serve ul li {
  font-size: 1.5rem;
   line-height: 150%;
   list-style: none;
   font-weight: 500;
   color: var(--white);
 }

.card-body {
  text-align: center;
  padding: 0.6rem 0 !important;
 }

 .tour-name p {
   font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
  text-align: center;

 }
.tour-call {
  padding: 0.5rem 0;
  font-size: 1rem;
  text-align: center;
    font-weight: 500; 
  border: #3d1809 1px solid;
  color: var(--secondary)
}

.packd {
  margin-bottom: 1.5rem;
}

.para-right {
  padding-left: 3.5rem;
}

.pro-head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.pro-head h3 {
margin-bottom: 0.5rem;;
}

.chardham-pack {
  background: linear-gradient(
      270deg,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url("../images/banner/2.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 7rem 0;
}

.chardham-pack p {
  color: #f9f9f9;
}

.chardham-pack h5 {
  color: #ccc;
  font-size: 1.6rem;
  text-align: left;
}

.chardham-pack h2 {
 font-weight: 800;
 font-size: 5rem;
 text-align: left;
 margin-bottom: 2rem;
}
.feature h3{
 font-size: 2.5rem;
 font-weight: 600;
 margin-bottom: 1.5rem;
}
.feature p {
  font-size: 1.05rem;
}

.feature h4 {
  text-align: left;
  font-weight: 600;
}

.tour-feature {
  background-color: #ccc;
  padding: 2rem 0;
}
.pack-br {
  border-right: 2px solid #888;
}
 /* About Us Page Style Sheet */

 .banner-ab {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/reception.jpg") no-repeat ;
    background-position: center ;
  background-size: cover;
  padding: 12rem 0 8rem 0;
}

.tour-fa .fa i {
  color: var(--secondary);
}

.footer-contact {
  /* background: linear-gradient(270deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url("../images/co-banner.jpg") no-repeat fixed center;
  background-size: cover;
  padding: 6rem 0; */
  background-color: #000;
  color: #fff;
  border-bottom: 2px solid #fff;
}
.footer-contact p {
  color: #f9f9f9;
  font-size: 1.1rem;
}
.footer-contact a{
  color: #f9f9f9;
  font-size: 1.1rem;
  text-decoration: none;
}
.footer-contact h4 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 2rem;
  color:var(--four)
}


.banner-ab h1, .contact h1 {
  font-size: 3.2rem;
  color: #fff;
  text-align: left;
}
.breadcrumb {
  background-color: transparent;
}
.breadcrumb-item a{
  color: #f9f9f9;
  font-size: 1.2rem;
}

.breadcrumb-item.active {
  color: #fff;
  font-size: 1.2rem;
}

.mission ul li {
  font-size: 1.5rem;
  list-style-type: circle; 
  padding-left: 0;
}

.mission-drop ol li {
  font-size: 1.2rem;
  list-style-type: 1; 
  padding-left: 0;
}

.mission-drop ol li a{
  text-decoration: none;
  color: var(--gray);
}
.card a{
  text-decoration: none;
  color: var(--fourth);
  }
 .card .fa {
  text-decoration: none;
  color: var(--secondary);
}

.banner-para {
  font-size: 2.5rem !important;
  text-align: center;
  color: #fff;
}



.service-items {
  padding: 10px 0px 10px 0px;
}

.icon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
  background-color: var(--secondary);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  transition: 0.5s;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
}

.icon:hover {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  color: #000;
  border-radius: 50%;
  background-color: var(--third);
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
}
.contact-card {
  border: 1px solid #ccc;
 
}

.sicon {
  width: 40px;
  height: 40px;
  display: table;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  margin-right: 30px;
  
}

 .fa-facebook {
  background-color: #3b5998 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-facebook:hover {
border-radius: 50%;
font-weight: bold;

}

.fa-linkedin {
  background-color: #0e76a8 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.fa-linkedin:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-twitter {
  background-color:#1DA1F2 ;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 2px 2px 0.5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.fa-twitter:hover {
  border-radius: 50%;
  font-weight: bold;
  
  }

.fa-share-alt {
  background-color: none ;
  color: #444;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

.contact-card h4 {
  margin-top: 15px;

}
label {
  font-weight: 600;
}
    label span { 
      color: red;
     
      
    }
.footer {
  background-color: #444;
  padding: 10px 0;
  color: #f9f9f9;
}


.footer-div {
  background-color: #000;

}
.footer-div p {
  color: #f9f9f9;
  margin-bottom: 0;
  font-size: 1.1rem;
  
}




  /* Extra small devices (portrait phones)*/
  @media (max-width: 575.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;   
            
      }

  

.bg-nav {
        height: 55px;
        padding-top: 2px;
  }

  .navbar-brand img {
    width: 50%;
  }

  span.carousel-control-next-icon {
    display: none;
  }
  span.carousel-control-prev-icon {
    display: none;
  }
   



   
      .navbar-collapse  {
        background-color:  var(--third);
        text-align: center;       
      }
    h1 {
        font-size: 1.8rem;
    }

    h4 {
        font-size: 1.5rem;
    }
    h5 {
      font-size: 1.2rem;
  }
    p {
        font-size: 1.2rem;
        padding: 0 1rem;
        text-align: justify;
    }

    .serve ul li {
      font-size: 1.3rem;
    }
    .btn-ga {
        text-align: center;
    }
    .banner-ab h1, .contact h1 {
      font-size: 3rem;
    }
    .m-top {
      margin-top: 2.5rem;
    }

    img.img-sha {
         padding-left: 2rem;
    }

    .btn-menu {
      background-color: var(--secondary);
      margin-bottom: 1rem;
    }

    .btn-menu:hover {
      background-color: var(--four);
      
    }

    .footer-contact {
      padding: 6rem 1rem;
      -webkit-hyphens: auto;
      -moz-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto; 
    }
 
   }
  
  /* Small devices (landscape phones)*/
  @media (min-width: 576px) and (max-width: 767.98px) { 
    section {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }

      .navbar-brand img {
        width: 25%;
      }
       .navbar-collapse  {
        background-color:  var(--secondary);
        text-align: center;
       
      }


      h4 {
        font-size: 1.2rem;
    }

      .serve ul li {
        font-size: 1rem;
      }

      .banner-ab h1, .contact h1 {
        font-size: 2rem;

      }
      .m-top {
        margin-top: 2rem;
      }
      img.img-sha {
        padding-left: 2.5rem;
   }
      .footer-contact {
        padding: 6rem 0;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto; 
      }
   }
  
  /* Medium devices (tablets)*/
  @media (min-width: 768px) and (max-width: 991.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }

     
      .navbar-brand img {
        width: 75%;
      }
       .navbar-collapse  {
        background-color:  var(--secondary);
        text-align: center;
       
      }
    h1 {
        font-size: 3.2rem;
    }
    h4 {
      font-size: 3.5rem;
  }
    p {
        font-size: 2rem;
        padding: 0 2rem;
        text-align: justify;
    }

    img {
      width: 100%;
    }

    .serve ul li {
      font-size: 1.8rem;
    } 
    .btn-ga {
        text-align: center;
    }
    .btn {
        font-size: 2rem;
    }
   }
  
  /* Large devices (desktops)*/
  @media (min-width: 992px) and (max-width: 1199.98px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;        
      }
      h4 {
        font-size: 2rem;
    }
      p {
        font-size: 1.5rem;
    }
    .btn {
        font-size: 1.3rem;
    }
   }
  
  /* Extra large devices (large desktops)*/
  @media (min-width: 1200px) { 
    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }
 
    .btn {
        font-size: 1rem;
    }
   } 

      


  /*
@media screen and (max-width: 991px) {

    section {
        padding: 6rem 1rem;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
        
      }

    h1 {
        font-size: 1.8rem;
    }

    h5 {
        font-size: 1.5rem;
    }

    p {
        font-size: 1.2rem;
    }

    img {
        width: 100%;
    }
}