section.destinations {
	position: relative;
}

section.destinations .row.destinations-row {
	gap:20px;
  justify-content:center;
}

section.destinations .destinations-col {
	width:49%;
  position: relative;
  padding:0;
}

section.destinations .destinations-col img {
	width:100%;
  height: 320px;
object-fit: cover;
}

section.destinations .destinations-col .name{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: left;
    padding: 15px;
    background: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.5), rgba(0,0,0,0));
   
}

section.destinations .destinations-col .name h6{
    color:var(--white-color);   
}


/*  Destination detail css */


section.andest-det,
section.dest-card{
	position:relative;
  border: none;
}

section.andest-det p{
	text-align:center;
	/* font-weight:700; */
}

section.dest-card p.card-text {
    font-size: 14px;
    line-height: 24px;
}

section.dest-card h5.card-title {
    text-align: center;
}

section.dest-card .card {
    border: none !important;
  border-radius:0 !important;
  background: transparent;
}

section.dest-card .card img{
  border-radius:0 !important;
  height: 250px;
  object-fit: cover;
}

section.dest-card {
    padding-top: 0;
}



.summary-section .row {
    margin-bottom: 6rem;
}

.position-relative {
    position: relative !important;
}

.summary-section .inner-column .image img {
    width: 100%;
    display: block;
    height: 515px;
    object-fit: cover;
    box-shadow: 0px 0px 4px #060606;
    max-width: 100%;
    position: relative;
}

.inner-column-content {
    position: relative;
    margin-bottom: 0px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 0;
    background: #ffffff;
    min-height: 400px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    box-shadow: 0 0 30px rgb(32 32 32 / 15%);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
}

section.summary-section h3 {
    line-height: 34px;
    color: var(--heading-color);
    margin-bottom: var(--m15);
    font-family: var(--heading-font);
}


section.summary-section h3 a {
    line-height: 23px;
    position: relative;
    color: var(--secondary-color);
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    color: var(--heading-color);
    margin-bottom: var(--m15);
}


.line {
    height: 2px;
    width: 100px;
    background: var(--secondary-color);
    position: relative;
    top: -7px;
}

.ser-para.short {
    max-height: 280px;
    overflow: hidden;
    position: relative;
}

section.summary-section a {
    position: relative;
    color: var(--btn-color);
    margin-bottom: 10px;
    font-size: 18px;
    font-family: var(--primary-font);
}


.ser-para.short {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}
.ser-para p{
	hyphens: auto;
}
.summary-section p {
    position: relative;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 12px;
    max-height: 100%;
    overflow: hidden;
    margin-top: 15px;
}


section.summary-section{
  padding-top:0;
  padding-bottom: 0;
}

.dot {
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}

.summary-section .row:nth-child(even) .dot {
    left: -2rem;
}


section.des_sec{
  padding-top:0;
}

section.des_sec .des_card_text h4{
  margin-top:20px;
}

section.des_sec .des_card_text img{
    height: 250px;
    width: 100%;
    object-fit: cover;

}

section.des_sec .row{
   gap: 40px 0;

}

  .toggle-btn{
    /* color: #39ae41; */
    display: flex;
    align-items: center;
    gap: 8px;
}







