 /* stylelint-disable stylistic/selector-list-comma-newline-after */


.mt-7{
	margin-top : 7rem;
}

.blog-header-logo {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
  font-size: 2.25rem;
}

.blog-header-logo:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif/*rtl:Amiri, Georgia, "Times New Roman", serif*/;
}

.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
 
 
.elmenator {
    color: #f58220;
    padding: 0;
    border-style: solid;
    border-width: 0 0 2px;
    border-color: #f58220;
    width: 100%;
    font-size: 2rem;
}
	

.card {
	box-shadow: 0 0 6px 0px;
}


h5{
	 font-weight: 600 !important;
    color: #3128bb !important;
 }
 
 .places{
	
	     font-size: 12px;
    color: #5b3597
 }
 .price {

	 font-size: 12px;
    color: #5b3597;
	line-height :2;
	margin: 4px 0;
 }
 
 .pack-grid {
	 display : grid;
	 grid-template-columns: 60% 40%;
	 background: #e7e1e1;
    padding: 10px 9px;
 }
 
 .call-wahtsapp {
	 font-size: 13px;
    width: 100%;
    padding: 1px;
	color: #fff;
	margin: 4px;
	 
 }
 .bgw {
	 background :#a39b31;
 }
 
 .bgc {
	 background :#db1313;
 }
 
 .bgw:hover {
	 background :#5231a3;
	 color :#fff;
 }
 
  .bgc:hover {
	 background :#5231a3;
	 color :#fff;
 }
 
 pactive {
	 font-size :15px;
	 font-weight :700;
 }
 
del{
	color:#91b5b5;
}
 
 
 
 
.save-money {
	position: absolute;
    top: 20px;
	left:-2px;
    z-index: 9;
    background: #f58220;
    color: #fff;
    padding: 0 10px 3px;
    border-radius: 0 15px 15px 0;
    font-size: 13px;
	
}


.nex {
	position: absolute;
	width :5%;
    bottom: 30%;
    right: 2%;
    z-index: 9;
 
	
	
}


.pre {
	position: absolute;
	width :5%;
    bottom: 30%;
    left: 7px;
    z-index: 9;
    
}


.arrow {
  border: solid #d33939;
  border-width: 0 8px 8px 0;
  display: inline-block;
  padding: 8px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arbtn {
	
	
}

.accordion-item {
    background: #e9572b3d;
    margin: 1rem;
    box-shadow: 0 0 8px 0px #f5959f;
}
.accordion-button:not(.collapsed) {
background: #e9572b3d;
border : none;
}

.accordion-button {
background : transparent;
}

.head-font{
font-size:22px;
margin-top :30px;
}

.incl-exl {
border: 4px solid #000;
    border-radius: 3%;
    margin: 1%;
    padding-top: 15px;
}
.fa-check {
   color: red;
margin: 0 6px;
}

.li-icon {
 list-style-type: none;
    display: inline-flex;
width: 100%;
}

.list-inc-exl {
   display :inline-block;
}

.fa-minus-circle {
    color: red;
    padding: 4px;
}

 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

      .b-example-divider {
        width: 100%;
        height: 3rem;
        background-color: rgba(0, 0, 0, .1);
        border: solid rgba(0, 0, 0, .15);
        border-width: 1px 0;
        box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
      }

      .b-example-vr {
        flex-shrink: 0;
        width: 1.5rem;
        height: 100vh;
      }

      .bi {
        vertical-align: -.125em;
        fill: currentColor;
      }

      .nav-scroller {
        position: relative;
        z-index: 2;
        height: 2.75rem;
        overflow-y: hidden;
      }

      .nav-scroller .nav {
        display: flex;
        flex-wrap: nowrap;
        padding-bottom: 1rem;
        margin-top: -1px;
        overflow-x: auto;
        text-align: center;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
      }

      .btn-bd-primary {
        --bd-violet-bg: #712cf9;
        --bd-violet-rgb: 112.520718, 44.062154, 249.437846;

        --bs-btn-font-weight: 600;
        --bs-btn-color: var(--bs-white);
        --bs-btn-bg: var(--bd-violet-bg);
        --bs-btn-border-color: var(--bd-violet-bg);
        --bs-btn-hover-color: var(--bs-white);
        --bs-btn-hover-bg: #6528e0;
        --bs-btn-hover-border-color: #6528e0;
        --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
        --bs-btn-active-color: var(--bs-btn-hover-color);
        --bs-btn-active-bg: #5a23c8;
        --bs-btn-active-border-color: #5a23c8;
      }

      .bd-mode-toggle {
        z-index: 1500;
      }

      .bd-mode-toggle .dropdown-menu .active .bi {
        display: block !important;
      }