/** Common Design **/
body.widget-snippet button, body.widget-snippet .button, body.widget-snippet a.button {
    background: transparent;
    border: medium none;
    color: #262527;
    cursor: pointer;
    display: inline-block;
    font-family: 'Avenir Next LT Pro';
    font-size: 17px;
    font-weight: 600;
    height: auto;
    text-transform: capitalize;
    transition: all 300ms ease 0s;
    line-height: 22px;
    padding: 9px 10px;
    border-radius: 3px;
    width: 100%;
    margin-top: 10px;
    max-width: 300px;
    border: 1px solid #262527;
}


body.widget-snippet a.primary-btn, body.widget-snippet .primary-btn {
    color: #000;
    text-align: center;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 6.5px;
    text-transform: uppercase;
    border: 1px solid #000;
    min-width: 233px;
    height: 41px;
    padding: 10px 20px;
    display: inline-block;
}
body.widget-snippet a.primary-btn.small, body.widget-snippet .primary-btn.small {
    min-width: 128px;
}
body.widget-snippet a.primary-btn.white, body.widget-snippet .primary-btn.white {
    border: 1px solid #fff;
    color: #fff;
}

body.widget-snippet .heading-title1 {
    color: #000;
    font-family: Didot;
    font-size: 45px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 10px 0;
    line-height: 59px;
}

/** Snippet CSS **/

section.explore-exclusive {
    margin: 0 auto;
    margin-bottom: 140px;
    padding: 0 15px;
}
section.explore-exclusive > .heading-title1,
section.explore-exclusive > p
{
    text-align:center
}
section.explore-exclusive .explore-exclusive-list-container {
    display: flex;
    gap: 15px;
    align-items: center;
  	margin-top: 40px;
}
section.explore-exclusive .explore-exclusive-list-container .item {
    position: relative;
    overflow: hidden;
    max-width: 435px;
    max-height: 505px;
}
section.explore-exclusive .explore-exclusive-list-container .item.big {
    max-width: 540px;
    max-height: 570px;
}
section.explore-exclusive .explore-exclusive-list-container .item img{
      width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
section.explore-exclusive .explore-exclusive-list-container .item:hover img{
      -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}
section.explore-exclusive .explore-exclusive-list-container .item:hover .inner-content a { 
    border-color: #8463e3;
    color: #8463e3;
}
section.explore-exclusive .explore-exclusive-list-container .item .inner-content {
    position: absolute;
    bottom: 65px;
    left: 27px;
    right: 27px;
    max-width: 190px;
}
section.explore-exclusive .explore-exclusive-list-container .item.big .inner-content {
    padding: 0;
}
section.explore-exclusive .explore-exclusive-list-container .item .inner-content .title {
    color: #000;
    font-family: Didot;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: 35px;
    margin: 0 0 10px 0;
}
section.explore-exclusive .explore-exclusive-list-container .item .inner-content p {
    color: rgb(0,0,0,0.7);
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 23px; /* 150% */
    letter-spacing: 0.24px;
    margin: 0 0 20px;
}
section.explore-exclusive .explore-exclusive-list-container .item .inner-content a {
    color: #A68CF1;
    text-align: left;
    font-family: Oswald;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    border-bottom: 1px solid #A68CF1;
    padding: 10px 0;
}
section.explore-exclusive .explore-exclusive-list-container .item.big .inner-content {
    top: 60px;
    max-width: 348px;
}
section.explore-exclusive .explore-exclusive-list-container .item.last .inner-content {
    top: 80px;
}
section.explore-exclusive .explore-exclusive-list-container .item.big .inner-content .title {
    font-size: 36px;
    line-height: 45px;
}

section.explore-exclusive .explore-exclusive-list-container .item.big .inner-content p {
    max-width: 250px; 
}

section.explore-exclusive .explore-exclusive-list-container .item.center .inner-content {
    /*! text-align:center */
    max-width: 230px;
}



