.text-justify {
  text-align: justify;

}
.space{
    padding: 80px 0;
}
.package-content {
  height: 210px;
}
.space-40{
    padding: 40px 0;
}
.amenity-icon {
  width: 80px;
  height: 80px;
  background: #f5f5f5;   /* color change करू शकता */
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 6px;
  font-size: 22px;
  color: #333;
}

.amenity-title {
  font-size: 20px;
  color: #f5f5f5;
}
.productparallax {
  background-image: url("../../agnis-assets/home/bg-product.jpg");
  min-height: 25vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.amenitiesparallax {
  background-image: url("../../agnis-assets/home/bg-amenities.jpg");
  min-height: 25vh;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Mobile view (max-width: 767px) */
@media (max-width: 767px) {
  .display-none {
    display: none !important;
  }

  .space{
    padding: 40px 0;
}

}
.gallery {
      text-align: center;
    }

    .filter {
      margin-bottom: 20px;
    }

    .btn {
      padding: 8px 16px;
      margin-right: 5px;
      font-size: 14px;
      background-color: #ddd;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    .btn.active {
      background-color: #aaa;
      color: white;
    }

    .items {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }

    .item {
      width: 25%;
      overflow: hidden;
      opacity: 0;
      transition: opacity 0.5s;
    }

    .item img {
      width: 100%;
      height: auto;
      transition: transform 0.3s;
    }

    .item:hover img {
      transform: scale(1.1);
    }
    /* Tablet view (max-width: 991px) */
@media (max-width: 991px) {
  .item {
    width: 50%; /* 2 columns */
  }

  .btn {
    font-size: 13px;
    padding: 7px 14px;
  }
	.space-40 {
  padding: 14px 0;
}
	.breadcrumb-h1 {
  font-size: 17px;
  color: #FFF;
}
}

/* Mobile view (max-width: 575px) */
@media (max-width: 575px) {
  .items {
    gap: 15px;
  }

  .item {
    width: 100%; /* 1 column */
  }

  .btn {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 12px;
    padding: 6px 12px;
  }
	.space-40 {
  padding: 14px 0;
}
	
	.breadcrumb-h1 {
  font-size: 17px;
  color: #FFF;
}
}
.sticky-icon  {
	z-index:999;
	position:fixed;
    bottom:15%;
	right:0%;
	width:220px;
	display:flex;
	flex-direction:column;}  
.sticky-icon a  {
	transform:translate(160px,0px);
	border-radius:50px 0px 0px 50px;
	text-align:left;
	margin:2px;
	text-decoration:none;
	text-transform:uppercase;
	padding:10px;
	font-size:22px;
	font-family:'Oswald', sans-serif;
	transition:all 0.8s;}
.sticky-icon a:hover  {
	color:#FFF;
	transform:translate(0px,0px);}	
.sticky-icon a:hover i  {
	transform:rotate(360deg);}
/*.search_icon a:hover i  {
	transform:rotate(360deg);}*/
.Facebook  {
	background-color:#2C80D3;
	color:#FFF;}
	
.Youtube  {
	background-color:#fa0910;
	color:#FFF;}
	
.Twitter  {
	background-color:#21860c;
	color:#FFF;}
	
.Instagram  {
	background-color:#FD1D1D;
	color:#FFF;}
	
.Google  {
	background-color:#d34836;
	color:#FFF;}						
.sticky-icon a i {
	background-color:#FFF;
	height:40px;
	width:40px;
	color:#000;
	text-align:center;
	line-height:40px;
	border-radius:50%;
	margin-right:20px;
	transition:all 0.5s;}
    
.sticky-icon a i.fa-facebook-f  {
	background-color:#FFF;
	color:#2C80D3;}
	
.sticky-icon a i.fa-whatsapp  {
	background-color:#FFF;
	color:#0c9628;}
	
.sticky-icon a i.fa-youtube  {
	background-color:#FFF;
	color:#fa0910;}

#myBtn {
	height:50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  text-align:center;
  padding:10px;
  text-align:center;
	line-height:40px;
  border: none;
  outline: none;
  background-color: #1e88e5;
  color: white;
  cursor: pointer;
  border-radius: 50%;
}
.fa-arrow-circle-up  {
	font-size:30px;}

#myBtn:hover {
  background-color: #555;
}	
.breadcrumb-h1
  {
  font-size: 20px;
  color: #FFF;
}
.sec-title{
  text-align: center;
}
.navigation li.active > a {
    color: #37D4D9;
    font-weight: 600;
}

.navigation li.active > a::after {
    width: 100%;
}


.logo-width{
	 max-width: 60%;
  height: auto;
}


/* 1280 × 800 */
@media screen and (min-width:1280px) and (max-width:1280px) 
and (min-height:800px) and (max-height:800px) {
  .package-content {
    height: 236px;
  }
}

/* 1280 × 850 */
@media screen and (min-width:1280px) and (max-width:1280px) 
and (min-height:950px) and (max-height:950px) {
  .package-content {
    height: 236px;
  }
}


@media screen and (max-width:1280px) and (max-height:950px) {
  .header-right{
    display: none !important;
  }
}

/* 1280 width आणि 800 किंवा कमी height साठी hide */
@media screen and (max-width:1280px) and (max-height:800px) {
  .header-right{
    display: none !important;
  }
}