/** 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;
}
body.widget-snippet section.most-comfy-sculpting .most-comfy-sculpting-content-container .item:after,
.fee .widget-snippet section.most-comfy-sculpting .most-comfy-sculpting-content-container .item:after{
    display:none;
}
body.widget-snippet section.most-comfy-sculpting .most-comfy-sculpting-content-container .item .inner-content {
    z-index: unset;
    transform: unset;
    margin-left: -210px;
    margin-top: -110px;
}
body.widget-snippet section.most-comfy-sculpting .most-comfy-sculpting-content-container .item .inner-content .title {
    text-shadow:unset;
}
/** Snippet CSS **/
section.most-comfy-sculpting {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 100px;
}
section.most-comfy-sculpting .heading-title1, section.most-comfy-sculpting p {
    text-align: center;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container {
    display: flex;
    gap: 20px;
  margin-top: 40px;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item{
  position:relative;
  overflow: hidden;
  max-width: 690px;
  max-height: 465px;
  object-fit: contain;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item img {
    width: 100%;
    height: 100%;
     object-fit: cover;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item:hover img{
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  transform: scale(1.05);
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item:after {
    content: "";
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item .inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 9;
      max-width: 420px;
    width: 100%;
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item .inner-content .title{
  color: #FFF;
  text-align: center;
  text-shadow: 0px 0px 30px rgba(0, 0, 0, 0.16);
  font-family: Didot;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px; /* 125.714% */
  margin: 0 0 15px 0
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item .inner-content p{
color: rgba(255, 255, 255, 0.8);
text-align: center;
font-family: Montserrat;
font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 21px; /* 161.538% */
letter-spacing: 0.26px;
  margin: 0 0 34px 0
}
section.most-comfy-sculpting .most-comfy-sculpting-content-container .item:hover .inner-content a{
    background: #A68CF1;
    color: #fff;
  border-color:#A68CF1
}
