header.desk-nav{
    background-color: #fff;
    box-shadow: 0 1px 15px 0 rgba(0, 0, 0, .045);
}
section.explore-section {
    padding-top: 81px;
    min-height: 100vh;
}
section.explore-section .head-sec h1{
font-weight: 800;
    color: var(--heading-color);
    font-size: var(--f40);
    margin-bottom: 24px;
    line-height: 1.4;
}
section.explore-section .head-sec{
    margin-bottom: 0px;
}
section.explore-section .explore-pro .row{
    justify-content: center;
    gap: 25px 1.3%;
}
section.explore-section .explore-pro .col-4{
    width: 24%;
    padding: 0;
}
section.explore-section .explore-pro .col-4 img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
}
.highlights-img .owl-prev i{font-size: 13px;line-height: 28px;color: var(--black-color);position: absolute;top: 50%;transform: translateY(-50%);transition: all .3s;width: 28px;height: 28px;background-color: #fff !important; text-align: center;border-radius: 50% !important; box-shadow: 0 2px 4px rgba(0, 0, 0, .18);margin: 0 !important; padding: 0 !important; left: 10px;}
.highlights-img .owl-next i{font-size: 13px;line-height: 28px;color: var(--black-color);position: absolute;top: 50%;transform: translateY(-50%);transition: all .3s;width: 28px;height: 28px;background-color: #fff !important; text-align: center;border-radius: 50% !important; box-shadow: 0 2px 4px rgba(0, 0, 0, .18);margin: 0 !important; padding: 0 !important; right: 10px;}
.highlights-img .owl-prev{
    background: linear-gradient(270deg,transparent 0,rgba(0,0,0,.25)) !important;
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px 0 0 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.highlights-img .owl-next{
    background: linear-gradient(90deg,transparent 0,rgba(0,0,0,.25)) !important;
    width: 80px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0px 10px 10px 0px !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
}
.highlights-img {
    margin-bottom: 16px;
}
.highlight-content h4{
    font-size: var(--f15);
    font-weight: bold;
    color: var(--black-color);
    line-height: 1.5;
    height: 45px;
    overflow: hidden;
    margin-bottom: 0;
}
.highlight-content .highlight-review i{
    font-size: 11px;
    color: var(--secondary-color);
}
.highlight-content .highlight-review span{
    font-size: 15px;
    color: var(--secondary-color);
    font-weight: bold;
}
.highlight-content .highlight-review{
    display: flex;
    align-items: center;
    gap: 5px;
    min-width: 50px;
}
.highlight-content .highlight-title {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    justify-content: space-between;
}
.highlight-content ul{
    border-top: 1px solid hsla(0, 0%, 74.5%, .4);
    margin-top: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.highlight-content ul li{
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 5px;
}
.highlight-price p{
    font-size: var(--f15);
    font-weight: bold;
    margin-bottom: 0;
    color: var(--secondary-color);
}
.highlights-list:hover .highlights-img .owl-prev, .highlights-list:hover .highlights-img .owl-next{
    opacity: 1;
    visibility: visible;
}
.highlight-content {
    position: relative;
}
.highlight-content a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.explore-top p{
    color: #666;
    font-size: 13px;
    margin-bottom: 0;
}
.explore-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
}
section.summary-section {
    padding-top: 81px;
}
.summary-section p {
    position: relative;
    overflow: hidden;
    max-height: max-content;
}
.summary-section .inner-column .image{
    position:relative;
}
.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: absolute;
}
.dot{
    position: absolute;
    right: -2rem;
    bottom: -3.6rem;
    left: auto;
    text-align: end;
    width: fit-content;
}
.summary-section .row{
    margin-bottom: 6rem;
}
.summary-section .row:nth-child(even) .inner-column .image img{
    right: 0;
}
.summary-section .row:nth-child(even) .dot{
    left: -2rem;
}
.inner-column-content {
    position: relative;
    margin-bottom: 40px;
    box-shadow: 0px 0px 1px #060606;
    right: 0;
    top: 20px;
    background: #fff;
    min-height: 435px;
    z-index: 1;
    padding: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;

}
.inner-column-content h3 a{
    color:var(--heading-color);
}
.summary-section .row:nth-child(even){
    flex-direction:row-reverse;
}
section.summary-section .row.align-items-center {
    margin-bottom: 0;
}
section.summary-section a.page-link{font-size: 16px;line-height: 1.5;display: flex;align-items: center;}
section.summary-section .page-item.active .page-link {
    z-index: 1;
    /* line-height: 1.5; */
    font-family: var(--heading-font);
    font-size: 16px;
    }
section.summary-section .head-sec h1 {
    font-weight: 800;
    color: var(--heading-color);
    font-size: var(--f30);
    margin-bottom: 24px;
    line-height: 1.4;
}
section.summary-section .main-btn{
    width: 150px;
    text-align: center;
}