/* body {
margin: 0;
font-family: 'Open Sans', sans-serif;
background: #4e606b;
} */

#main {
display: flex;
width: 100%;
margin: auto;
/* padding-top: 80px; */
}
div#counter span {
    color: #E5FBDB;
    color: #E5FBDB;
    font-family: Cabin;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.6px;
    text-transform: capitalize;
    word-spacing: 2px !important;
	opacity: 0.5;
}
div#counter strong {
    color: #E5FBDB;
    font-family: Cabin;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 74%;
    letter-spacing: -1.2px;
    text-transform: capitalize;
    margin-top: 14px !important;
}


#left {
width: 50%;
}

#right {
width: 50%;
padding-left: 60px;
}

.counter {
    color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.img-inner {
    position: relative;
    height: 360px;
    overflow: hidden;
    border-radius: 20px;
}

.img-inner img {
position: absolute;
width: 100%;
height: 100%;
object-fit: cover;
top: 0;
left: 0;
}

#imgB {
opacity: 0;
}

p#cap {
    padding-left: 25px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    text-transform: capitalize;
}

.img-caption {
color: #fff;
padding: 15px 0;
}

.img-peek img {

height: 70%;
position: absolute;
top: 20%;
z-index: -1;
left: 20px;
border-radius: 20px;
}

.svc {
padding: 18px 0;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
cursor: pointer;
opacity: 0.4;
transition: 0.5s all ease;
text-align: right;
}

.svc.on {
opacity: 1;
transform: translateX(6px);
}

.svc.on .svc{
	opacity:1;
}


.svc.on .st {
	color: #FFF !important;
	text-align: right;
	font-family: "Open Sans";
/* 	font-size: 34px; */
	font-size: 25px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	opacity: 1;
	text-transform: capitalize;
}
.svc.on .sc{
	opacity: 1;
}

.svc.on .svc {
    opacity: 1 !important;
	border-bottom:1px solid #fff;
}


.svc .sc {
color: #ddd !important;
font-family: Open Sans;
font-weight: 400;
font-style: normal;
font-size: 14px;
line-height: 140%;
letter-spacing: 0%;
text-align: right;
text-transform: capitalize;
opacity: 0.5;
}

.svc .st {
color: #FFF !important;
text-align: right;
font-family: "Open Sans";
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 100%;
text-transform: capitalize;
opacity: 0.5;
    transition: 0.5s all ease;
}


/* ===============  */
.img-card {
position: relative;
width: 100%;
height: 400px;
}

/* BACK LAYER (peek) */
.img-peek {
position: absolute;
inset: 0;
z-index: 0;
}
.img-peek img {
    width: 100%;
    height: 305px !important;
    object-fit: cover;
/*     filter: brightness(0.6) saturate(0.7); */
    border-radius: 20px !important;
}


/* FRONT LAYER */
.img-inner {
position: absolute;
inset: 0;
z-index: 2;
overflow: visible;
}

/* images */
#imgA,
#imgB {
position: absolute;
inset: 0;
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}

/* caption */

.img-caption {
    position: absolute;
    bottom: 28px;
    width: 78%;
    padding: 12px;
    background: #FF8032;
    z-index: 3;
    left: -70px;
    border-radius: 5px;
}


#card.blue .img-caption {
    background: #63C2CD !important;
    left: -70px;
}