:root{

    /*color*/
    --yellow-shade:rgb(254,203,47);
    --trans-yellow:rgba(254, 202, 47, 0.501);
    --black-shade:rgb(38,38,38);
    --lightblack-shade:rgb(84,84,84);
    --white-shade  :rgb(244,244,244);
    --darkblack-shade:black;
  }


  *{
      margin: 0;
      padding: 0;
      box-sizing: border-box;
  }
  
/*----------------------------Common-------------------------------*/
.headdesign{
font-family:'Times New Roman', Times, serif;
text-transform: uppercase;
font-weight: 700;
font-size: 8rem;
text-align: center;
background-image: url("../image/yellowtextbanner.jpg");
background-clip: text;
letter-spacing: -2px;
background-size: contain;
background-repeat:repeat;
color: transparent;
}
.name-tag{
text-align: center;
text-decoration: underline;
text-decoration-color: var(--yellow-shade);
}

.breadcrumb-item a{
text-decoration: none;
padding: 6px;
border-radius: 40px;
color: var(--lightblack-shade);
background: linear-gradient(to top,var(--yellow-shade),var(--white-shade));

}
#gotop{
  background-color: var(--darkblack-shade);
  border-radius: 50%;
  padding: 7px;
  position: fixed;
  right: 5%;
  bottom: 5%;
  
  color: var(--yellow-shade);
  display:none;

  text-decoration: none;
  border: 2px dotted var(--yellow-shade);
 
  transition: border 1s linear;
}

#gotop:hover{
  border:2px solid var(--yellow-shade);
}

.fa-solid .fa-arrow-up{
  color: var(--yellow-shade);
}

iframe{
  width: 100%;
  height: 100%;
}

.imgarticle{
  border: 2px double var(--yellow-shade);
  object-fit: cover;
}


.col-md-6.img-fluid{
  max-height: 400px;
  
}

#contentmain{
  margin-bottom: 15vh;
}
p{
  text-align: justify;
}

.map-icon {
  font-size: 40px;
  cursor:pointer !important;
  text-align: center;

  margin: 10px; /* Optional: spacing between icons */
  transition: color linear 1s;
  &:hover{
    color: red;
  }
}
  /*-------------------------------------------Navbar section----------------------------------------------------*/
  /*_______________________________________________________________________________________________________________*/
  .nav-section{
      width: 100%;
      background-color:transparent;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10; 
      transition: background-color 0.5s;
  }

  .logoImg{
    width: 150px;
    height: 70px;
  }
  .navDiv{
    
      display: flex;
      justify-content: flex-end; 
      
  }
 .nav-link{
  color:var(--white-shade);
  font-size: 16px;
  font-weight: 600;
  padding: 5px 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px var(--darkblack-shade);
  transition: all 0.5s ease-in-out;
  
 }
 .nav-link:hover{
    border-radius: 40px;
    background-color:var(--yellow-shade);
    
 }


 .nav-link.active{
  color: var(--yellow-shade) !important;}

 .nav-link.active:hover{ text-shadow: 1px 1px 1px var(--darkblack-shade);
   background-color: var(--darkblack-shade);
}

 .nav-link:focus,
 .nav-link:active,
 .subMenu:focus,
 .subMenu:active{
  color:  var(--yellow-shade) !important;
  text-shadow:1px 1px 1px var(--darkblack-shade);
  background-color: var(--black-shade);
  border-radius: 40px;
 }

 .dropMenu{
  background-color: var(--yellow-shade);
  text-shadow:1px 1px 1px var(--darkblack-shade);
  border: 2px solid var(--lightblack-shade);
  margin: auto;
 }
 .dropdown-item:active{
  background-color: var(--yellow-shade) !important;
 }

 .navbar-toggler:focus,
.navbar-toggler:active {
box-shadow: none;
}

.menu-bar{
  outline-width: 2px;
  outline-color: var(--yellow-shade);
  color: var(--yellow-shade);
  
}
.navbar-toggler{
  border: 1px solid var(--yellow-shade);
}





.logoImg{

filter: drop-shadow(1px 1px 20px yellow);
}



 /*---------------------------------Banner Image------------------------------------------*/
 /*_______________________________________________________________________________________*/
  .bannerImg{
      width: 100%;
      height: 100vh;
  }
  .imgBtn{
      
      border: 4px solid var(--yellow-shade);
      width: 50px;
      height: 50px;
  }
 
  .carousel-control-prev-icon:hover {
      background-image: url('../image/left.png');
      background-size: 50px;
      background-color: var(--yellow-shade);
  }
  .carousel-control-next-icon:hover {
      background-image: url('../image/right.png');
      background-size: 50px;
      background-color: var(--yellow-shade);
  }

  .carousel-control-next-icon,.carousel-control-prev-icon{
    background-color: var(--lightblack-shade);
    filter: drop-shadow(4px 4px 40px rgb(249, 216, 0));
}

  .banner-link{
      font-size: 16px;
      font-weight: 600;
      background-color: var(--yellow-shade);
      padding: 10px 25px;
      text-decoration: none;
      color: var(--darkblack-shade);
      text-shadow: none;
  }
  .carousel-caption{
      transform: translateY(-300px);
      filter: drop-shadow(1px 1px 20px rgba(20, 20, 11, 0.723));
      text-shadow: 1px 2px 2px black;
     
  }
  .carousel-caption h2{
      font-size: 70px;
      font-weight: 800;
  }

  .carousel-inner .carousel-item {
  position: absolute;
  opacity: 1;
  transition: opacity 0.01s ease;
}

.carousel-inner .carousel-item.active {
  position: relative;
  opacity: 1;
}

.carousel-inner .carousel-item.next,
.carousel-inner .carousel-item.prev {
  position: absolute;
  opacity: 1;
 
}
.liclink{
  width: 80%;
  text-align: justify;
  
}
figure{
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*------------------------------------------ABOUT SECTION---------------------------------------------*/
/*____________________________________________________________________________________________________*/
.aboutsection{
height:40vh;
min-height: 432px;
background-color:var(--yellow-shade);
overflow: hidden;
}

.showrow{
      
      
      background-color: var(--lightblack-shade);
     margin-bottom: auto;
      border-bottom: none;
     outline: none;
    
  }
  .showabout{
      width: 100%;
    height: 100%;
      background-color:rgb(254,203,47);
      display: none;
      outline: none;
      margin-top: 0;
    
  }
  .img-fluid.mb-1{
   
    height: 80%;
    margin: 2px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 10px inset rgb(254,203,47);
  }
  .showabout2{
    width: 100%;
  height: 100%;
    background-color:rgb(254,203,47);
    display: none;
    outline: none;
    margin-top: 0;
}
  .active{
      display: block;
      height: 100%;
      border: none;
  }
  .btn.showbtn{
      margin: 0;
      outline: none;
      box-shadow: none;
      color: white;
  }
  .btn.showbtn2{
    margin: 0;
    outline: none;
    box-shadow: none;
    color: white;
}

  .btn.active-btn {
background-color: rgb(254,203,47); /* Change to the color you prefer */
color:black; /* Change to the color you prefer */
border-radius: 6px 6px 0 0;
}


/*--------------------------------Places----------------------*/

.placerow{
display: flex;
justify-content: space-evenly;
}

.placeimg{
position: relative;
height: 40vh;
min-height: 332px;
width: 30%;
overflow: hidden;
padding: 0;
transform: scale(1);
margin: 10px;
transition: transform 2s ease;
border-radius: 5px;
} 

.placeimg:hover img{
  transform: scale(1.5);
  overflow: hidden;
  transition: transform 2s ease;
}

.placeimg::before{
content: "";
position: absolute;
height: 40vh;
min-height: 332px;
width: 100%;
background-color:rgba(52, 51, 51, 0.474);
top: 100%;
left: 0;
z-index: 2;
transition: all 1s linear;

}


.placeimg:hover::before{
transform: translateY(-100%);
}

.placeimg img{
width: 100%;
height: 100%;
z-index: 1;
}
.placeimg h5{
position: absolute;
width: max-content;
bottom: 0;
left: 50%;
transform: translateX(-50%);
z-index: 3;
color: var(--white-shade);
transition: all 1s linear;
}
.placeimg h5 a{
text-decoration: none;
text-shadow: 1px 2px 1px black;
border-radius: 40px;
padding: 5px 10px;
color: var(--white-shade);
transition: background-color 1s linear;
}
.placeimg p{
position: absolute;

color: var(--white-shade);
left: 100%;
opacity: 0;

transition: opacity 1.5s ease-in;
z-index: 3;
}

.placeimg:hover h5 a{

background-color: var(--yellow-shade);
text-shadow: none;
border-radius: 40px;
color: var(--black-shade);
padding: 5px 10px;
}
.placeimg:hover p{
opacity: 1;
top: 30%;
left: 5%;
margin-right: 5%;

}



.popularplace{
  
  margin-top: 50px; 
  margin-bottom: 50px;
}

/*** Facts & Visiting Hours ***/
.facts {
background: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url(../image/banner-patna.jpeg) center center no-repeat;
background-size: cover;
}



.visiting-hours .list-group-item {
display: flex;
justify-content: space-between;
color: var(--white-shade);
background: rgba(0, 0, 0, .15);
border-color: rgba(255, 255, 255, .15);
}
footer{
height: 60vh;
min-height: 748px;
}
.footer-box{
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 20px;
color: var(--white-shade);

border-color: rgba(255, 255, 255, .15);
}
.footer-box a{
text-decoration: none;

color: var(--white-shade);
}
.footer-box a:hover{
color: var(--yellow-shade);
}
.footer-box li:hover{
color: var(--yellow-shade);
}
.footer-box ul{
display: flex;
flex-direction: column;
align-items:start;
margin: 0;
padding: 0;
}
footer h4{
border-bottom: 2px solid white;
}
.footer-box li{
list-style-type: none;
cursor: pointer;
color: var(--white-shade);

}

.visiting-hours .contact-table {
color: var(--white-shade);
background: rgba(0, 0, 0, .15);
}

.visiting-hours .contact-table td {
padding: .5rem 1rem;
border-color: rgba(255, 255, 255, .15);
}

.visiting-hours .contact-table tr:last-child td {
border: none;
}
.contact-table{
color: var(--white-shade);
background: rgba(0, 0, 0, .15);
}

#galleryclick{
    background-color: var(--yellow-shade);
   
}

.gallerysec{

padding: 0;
background-color: brown;

}

/*---------------------------------------------popular places--------------------------------------------------*/
/* Change color of the navigation arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
color:var(--yellow-shade); /* Change to the color you desire */
font-size: 80px;
width: 20px;

padding: 20px;
margin: 5px;
}


/* Change color of the navigation dots */
.owl-carousel .owl-dots button {
background-color: var(--yellow-shade); /* Change to the color you desire */
color: rgb(75, 165, 42);
border-color: rgb(0, 255, 0) !important;
}
.owl-carousel .owl-dots button span {
background-color:var(--lightblack-shade) !important; /* Change to the color you desire */
}
.owl-carousel .owl-dots{
color: rgb(75, 165, 42);
}

.card{
height: 50vh;
min-height: 540px;
display: flex;
border-radius: 20px;
flex-direction: column;
justify-content: space-between;
box-shadow: 1px 2px 5px 1px var(--yellow-shade);
}
.card .card-img-top{
width: 100%;
height: 40%;
border-radius: 20px 20px 0 0;
object-fit: fill;
}
.card-body{
height: 60%;
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;

}


.card-body a{
background-color: var(--yellow-shade);
outline: var(--darkblack-shade) !important;
transition: background-color 0.5s,color 0.5s;
}
.card-body a:hover{
background-color: var(--lightblack-shade);
color: var(--yellow-shade);
}
.card-body a:active{
  background-color: var(--yellow-shade) !important;
}


/*----------------------------------------Media  above 1800px---------------------------------------------*/
  /*_________________________________________________________________________________________________*/
  @media(min-width:1880px){
    
  /*-------------------------------------------Navbar section----------------------------------------------------*/
  /*_______________________________________________________________________________________________________________*/
  .nav-section{
      width: 100vw;
     
  }

  .logoImg{
    transform: translateX(-100%);
    width:20rem;
    height: 5rem;
  }
 
 .nav-link{
  color:var(--white-shade);
  font-size: 36px;
  font-weight: 800;
  padding: 5px 20px;
  margin-left: 10px;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px var(--darkblack-shade);
 }
 .nav-link:hover{
  text-shadow: 2px 2px 2px var(--white-shade);
 }
 .dropMenu{
  font-size: 36px;
 }

.navDiv{

transform: translateX(40%);
}


/*---------------------------------Banner Image------------------------------------------*/
 /*_______________________________________________________________________________________*/
 .bannerImg{
      width: 100%;
      height: 100vh;
  }
  .imgBtn{
      
      border: 4px solid var(--yellow-shade);
      width: 100px;
      height: 100px;
  }
 
  .carousel-control-prev-icon:hover {
      background-image: url('./image/left.png');
      background-size: 50px;
      background-color: var(--yellow-shade);
  }
  .carousel-control-next-icon:hover {
      background-image: url('./image/right.png');
      background-size: 50px;
      background-color: var(--yellow-shade);
  }
 
  .banner-link{
      font-size: 36px;
      font-weight: 600;
      background-color: var(--yellow-shade);
      padding: 10px 25px;
      text-decoration: none;
      color: var(--darkblack-shade);
  }
  .carousel-caption{
      transform: translateY(-600px);
     
  }
  .carousel-caption h2{
      font-size: 100px;
      font-weight: 800;
  }

  .carousel-caption p{
    font-size: 50px;
      font-weight: 500;
  }





/*------------------------------------------ABOUT SECTION---------------------------------------------*/
/*____________________________________________________________________________________________________*/
.about h3{
font-size: 40px;
}
.about p{
font-size: 30px;
}
.container p{
  font-size: 30px;
}

.aboutsection{
height:60vh;
min-height: 540px;
background-color:var(--yellow-shade);

}

.showrow h4{
      font-size: 23px;
    
  }
.showabout li{
  font-size: 30px;
}



/*--------------------------------Places----------------------*/


.placeimg{
  position: relative;
  height: 40vh;
  min-height: 324px;
  width: 45%;
  overflow: hidden;
  padding: 0;
  margin: auto;
  margin-bottom: 10px;
  } 
  
  .placeimg::before{
  content: "";
  position: absolute;
  height: 40vh;
  min-height: 324px;
  width: 70%;
  background-color:rgba(52, 51, 51, 0.474);
  top: 100%;
  left: 30%;
  z-index: 2;
  transition: all 1s linear;
  
  }
  .placeimg::after{
  content: "";
  position: absolute;
  height: 40vh;
  min-height: 324px;
  width: 30%;
  background-color:var(--trans-yellow);
  top: -100%;
  left: 0;
  z-index: 2;
  transition: all 1s linear;
  }
  .placeimg h5 a{
    font-size: 30px;
  }
  .placeimg p{
    font-size: 25px;
  }


.contact-table td{
  font-size: 25px;
}


/*---------------------------------------popular places---------------------------------------*/
/* Change color of the navigation arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
color:var(--yellow-shade); /* Change to the color you desire */
width: 50px;

font-size: 100px;
}

/* Change color of the navigation dots */
.owl-carousel .owl-dots button {
background-color: var(--yellow-shade); /* Change to the color you desire */
color: rgb(75, 165, 42);
border-color: rgb(0, 255, 0) !important;
}
.owl-carousel .owl-dots button span {
background-color:var(--lightblack-shade) !important; /* Change to the color you desire */
}



.card{
height: 60vh ;
min-height: 648px;

}
.card .card-img-top{
width: 100%;
height: 40%;

object-fit: fill;
}
.card-body{
height: 60%;

}

.card-body a{
font-size: 30px;
background-color: var(--yellow-shade);
outline: var(--darkblack-shade);
transition: background-color 0.5s,color 0.5s;
}
.card-body a:hover{
background-color: var(--lightblack-shade);
color: var(--yellow-shade);
}
.card-title{
font-size: 40px;
}
.card-text{
font-size: 30px;
}


.breadcrumb-item{
font-size: 30px;

}
.name-tag{
font-size: 50px;
margin-top: 20px;
text-align: center;
}


/*-----------------------------------------footer-------------------------------------------------*/
footer p,li{
font-size: 40px;
}
footer h4{
font-size: 50px;
}

  }



  /*----------------------------------------Media 1025px---------------------------------------------*/
  /*_________________________________________________________________________________________________*/
     @media(max-width:1500px) and (min-width:993px){

       /*--------------------------------Banner section------------------------------------*/
   .carousel-inner{
    position: relative;
   
   }
   
       .carousel-caption{
      position: absolute;
      width: 60%;
      margin: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
     
     
     
  }
  .name-tag{
    font-size: 2rem;
  }
  .banner-link{
      font-size: 1rem;
      font-weight: 400;
      background-color: var(--yellow-shade);
      padding: 10px 25px;
      text-decoration: none;
      color: var(--darkblack-shade);
  }
 
  .carousel-caption h2{
      font-size: 2.5rem;
      font-weight: 600;
  }
  .carousel-caption p{
      font-size: 1.5rem;
      font-weight: 600;
  }

  .imgBtn{
     
      border: 4px solid var(--yellow-shade);
      width: 30px;
      height: 30px;
  }

  .carousel-control-prev-icon:hover {
     
      background-size: 30px;
     
  }
  .carousel-control-next-icon:hover {
    
      background-size: 30px;
     
  }



  /*--------------About Bihar--------------------------*/

.headdesign{

font-weight: 600;
font-size: 7rem;

}


.aboutsection{
height:70vh;
min-height: 648px;
background-color:var(--yellow-shade);
}
.btn.showbtn{
font-size: 15px;


}


  /*--------------------------------Places----------------------*/



.placeimg{
position: relative;
height: 40vh;
min-height: 324px;
width: 30%;
overflow: hidden;
padding: 0;
margin: auto;
margin-bottom: 10px;
} 

.placeimg::before{
content: "";
position: absolute;
height: 40vh;
min-height: 324px;
width: 70%;
background-color:rgba(52, 51, 51, 0.474);
top: 100%;
left: 30%;
z-index: 2;
transition: all 1s linear;

}
.placeimg::after{
content: "";
position: absolute;
height: 40vh;
min-height: 324px;
width: 30%;
background-color:var(--trans-yellow);
top: -100%;
left: 0;
z-index: 2;
transition: all 1s linear;
}
.placeimg h5 a{
  font-size: 20px;
}
.placeimg p{
  font-size: 15px;
}

.galleryimg{

padding: 0;
height: 18vh;
min-height: 216px;
animation: imgAnim 1s ;

width: calc(100% /3);
}


/*----------------------------------popular places--------------------------------*/
/* Change color of the navigation arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
color:var(--yellow-shade); /* Change to the color you desire */
font-size: 80px;
width: 30px;

}



.card{
height: 50vh ;
min-height: 350px;

}
.card .card-img-top{
width: 100%;
height: 40%;

object-fit: fill;
}
.card-body{
height: 60%;

}
.card-body p{
  font-size: 12px;
}

/*-----------------------footer------------------------*/
footer{
min-height: 948px;
}


  }



  /*---------------------------------------------Media 991px--------------------------------*/
  /*______________________________________________________________________________________*/
  @media(max-width:991px){
      .navDiv{
          display: block;
         padding: 0;
          background-color:var(--black-shade) ;
      }
      .nav-item{
          width: 100%;
         
          border-bottom: 2px solid var(--yellow-shade);
      }
  }

 
 /*-----------------------------------------Media 770px------------------------------------*/
 /*_________________________________________________________________________________________*/
 @media(max-width:992px) and (min-width:701px){

.logoImg{
width: 80px;
height: 40px;
}




/*--------------------------------Banner section------------------------------------*/

.carousel{
height: 80vh;
max-height: 880px;
min-height: 860px;

}
.bannerImg{
      width: 100%;
      height: 80vh;
      max-height: 880px;
      min-height: 860px;
  }


.carousel-inner{
    position: relative;
   
   }
   
       .carousel-caption{
      position: absolute;
      width: 60%;
      margin: auto;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-20%);
     
     
     
  }
.banner-link{
font-size: 1rem;
font-weight: 400;
background-color: var(--yellow-shade);
padding: 10px 25px;
text-decoration: none;
color: var(--darkblack-shade);
}

.carousel-caption h2{
font-size: 3rem;
font-weight: 600;
}
.carousel-caption h2{
font-size: 2rem;
font-weight: 600;
}

.imgBtn{

border: 4px solid var(--yellow-shade);
width: 30px;
height: 30px;
}

.carousel-control-prev-icon:hover {

background-size: 30px;

}
.carousel-control-next-icon:hover {

background-size: 30px;

}
/*--------------About Bihar--------------------------*/

.headdesign{

font-weight: 600;
font-size: 7rem;

}


.aboutsection{
height:40vh;
max-width:700px ;
min-height: 448px;
background-color:var(--yellow-shade);
}
.btn.showbtn{
font-size: 15px;


}




/*--------------------------------Places----------------------*/



.placeimg{
position: relative;
height: 40vh;
max-height: 450px ;
min-height: 324px;
width: 45%;
overflow: hidden;
padding: 0;
margin: auto;
margin-bottom: 10px;
} 



.placeimg h5 a{
  font-size: 15px;
}
.placeimg p{
  font-size: 13px;
}


.galleryimg{

padding: 0;
height: 30vh;
min-height: 216px;
animation: imgAnim 1s ;

width: calc(100% /3);
}


/*----------------------------------popular places--------------------------------*/
/* Change color of the navigation arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
color:var(--yellow-shade); /* Change to the color you desire */
font-size: 50px;
width: 20px;
}




.card{
height: 45vh ;
max-height: 490px;
min-height: 400px;
margin: 2px;

}
.card .card-img-top{
width: 100%;
height: 40%;

object-fit: fill;
}
.card-body{
height: 60%;

}
.card-body p{
  font-size: 0.8rem;
}

/*-----------------------footer------------------------*/
footer{
min-height: 1148px;
}
}




   /*---------------------------------------------MEDIA 450px------------------------------------------------*/
   /*_______________________________________________________________________________________________________________*/
/*________________________________________________________________________________________________________*/
@media(max-width:700px) and (min-width:300px){
.headdesign{
  font-size: 4rem;
  font-weight: 400;
}
.name-tag{
  font-size: 30px;
}
.menu-bar{
  outline-width: 2px;
  outline-color: var(--yellow-shade);
  color: var(--yellow-shade);
  
}
.navbar-toggler{
  border: 1px solid var(--yellow-shade);
}





.logoImg{
width: 90px;
height: 40px;
filter: drop-shadow(1px 1px 20px yellow);
}

/*--------------------------------Banner section------------------------------------*/
.carousel-caption{
transform: translateY(10px);

}
.bannerImg{
width: 100%;
min-height: 432px;
height: 40vh;
} 



.imgBtn{

border: 4px solid var(--yellow-shade);
width: 20px;
height: 20px;
}
.banner-link{
font-size: 10px;
font-weight: 400;
background-color:  var(--yellow-shade);
padding: 10px 25px;
text-decoration: none;
color: var(--darkblack-shade);
}

.carousel-caption h2{
font-size: 30px;
font-weight: 600;
}
.carousel-caption p{
font-size: 15px;
font-weight: 500;
}

.carousel-caption{
transform: translateY(-200px);
}

.carousel-control-prev-icon:hover {

background-size: 20px;

}
.carousel-control-next-icon:hover {

background-size: 20px;

}



/*------------------------------------------ABOUT SECTION---------------------------------------------*/
/*____________________________________________________________________________________________________*/
.aboutsection{
height:100vh;
min-height: 868px;
margin-bottom: 20%;
overflow: auto;
background-color:var(--yellow-shade);
}



.active{
display: block;
height: 100%;
border: none;
}
.btn.showbtn{
font-size: 15px;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
border-radius: 6px;

}






/*--------------------------------Places----------------------*/



.placeimg{
position: relative;
height: 40vh;
min-height: 324px;
width: 90%;
overflow: hidden;
padding: 0;
margin: 10px;

} 


.placeimg h5 a{
  font-size: 15px;
}
.placeimg p{
  font-size: 13px;
}




.galleryimg{
border: 2px solid transparent;
padding: 0;
height: 30vh;
min-height: 324px;
animation: imgAnim 1s ;

width: calc(100% /3);
}

/*----------------------------------popular places--------------------------------*/
/* Change color of the navigation arrows */
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
color:var(--yellow-shade); /* Change to the color you desire */
font-size: 50px;
width: 20px;
}




.card{
height: 45vh ;
min-height: 350px;
margin: 2px;

}
.card .card-img-top{
width: 100%;
height: 40%;

object-fit: fill;
}
.card-body{
height: 60%;

}
.card-body p{
  font-size: 0.9rem;
}

/*-----------------------footer------------------------*/
footer{
min-height: 1148px;
}
}


