.common-content ul li{
    position: relative;
    font-family: 'Open Sans', sans-serif;
    line-height: 30px;
    color: #333;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
    padding: 10px 0;
    font-weight: 500;
}
.what-we-offer-wrap {
    padding: 100px 0;
    background-color: #ffca0e;
}
.title-tag-offer {
    z-index: 2;
    background-color: #ff5a6e;
    color: #fff;
    border-radius: 4px;
    padding: 8px 15px; 
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    bottom: -1.4vh;
    transform: rotate(-9deg);
    display: inline-block;
    text-transform: uppercase;
}
.what-we-offer-wrap h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 100px;
    font-weight: 900;
    line-height: .85;
    position: relative;
    text-transform: uppercase;
}
.com-wrap h2 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 70px;
    font-weight: 900;
    line-height: .95;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -6px;
}

.link-hero {
    z-index: 10;
    justify-content: center;
    align-items: center;
    width: 12vw;
    height: 15vw;
    display: flex;
    position: absolute;
    inset: auto auto 5% 0%;
}
.text-block-6 {
   line-height: 30px;
    color: #333;
    margin-bottom: 0px;
    font-style: normal;
    transition: all 500ms ease;
    padding: 10px 0;
    font-weight: 600;
    font-size: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffca0e;
}

.box-images {
    position: relative;
    max-width: 570px;
    margin-left: auto;
}

.box-images-item {
	display: inline-block;
	border: 10px solid #ffffff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
	width: 50%;
}

@media (min-width: 768px) {
	.box-images-item {
		width: inherit;
	}
}

.box-images-1 {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 4;
}

.box-images-2 {
	position: relative;
	margin-left: 32%;
	z-index: 3;
}

.box-images-3 {
	position: absolute;
	right: 0;
	bottom: 100px;
	z-index: 2;
}

.box-images-4 {
	position: relative;
	margin-top: -5%;
	margin-left: 17%;
	z-index: 1;
}


.button-wrapper {
    justify-content: flex-start;
    align-items: center;
    display: flex;
}
.button-main {
    color: #000;
    background-color: #0000;
    border: 3px solid #000;
    border-radius: 100px;
    padding: 20px 40px;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 25px;
    font-weight: 700;
    text-decoration: none;
    transition: box-shadow .2s;
    box-shadow: 6px 6px #000;
}
.button-main.red {
    background-color: #ff5a6e;
    color: #000;
    flex: none;
    align-items: center;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 15px;
    padding: 12px 40px;
    font-size: 18px;
    display: flex;
}
.button-main.red.anim {
    color: #fff;
    padding: 20px 60px;
    font-size: 22px;
}
.button-main.red.anim-copy {
    background-color: #ffe837;
    padding: 20px 60px;
    font-size: 22px;
}

 .com-wrap h4 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 26px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -1px;
    position: relative;
    text-transform: uppercase;
}
 .com-wrap h4 span {
    color: #ff5a6e;
}
.common-content p    {
    color: #000;
    font-weight: 500;
    font-size: 20px;
}
.animation-video {
    z-index: 10;
    object-fit: cover;
    border-radius: 20px;
    padding-left: 0;
    overflow: hidden;
}
.animation-video iframe {
    display: block;
}
.com-wrap {
    padding: 100px 0;
    background-color: #fff;
}
.lblue-bg {
    background-color: #99cbd7 !important;
}
.yellow-bg {
    background-color: #ffca0e !important;
}
.red-bg {
    background-color: #ff5a6e !important;
}
.font-100 {
    font-size: 100px !important;
}
.hybg-wrap .common-content p {
    font-size: 25px;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}
.sm-btn {
    padding: 12px 30px !important;
    font-size: 16px !important;
}
.h-100vh {
    height: 100vh !important;
}
.h-100 {
    height: 100% !important;
}

.parallax {
  height: 100vh;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  align-items: center;
  justify-content: center;
}

.content {
  color: #fff;
  font-size: 3rem;
  text-align: center;
}


#pinContainer {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.panel {
    position: absolute;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.sec1 {
    z-index: 1;
}

.sec2 {
    z-index: 2;
}

.sec3 {
    z-index: 3;
}

.com-scroll {
    overflow-y: auto;
    max-height: calc(100vh - 202px);
    margin-bottom: 28px;
}
.com-wrap h5 {
    color: #000;
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    font-size: 20px;
    font-weight: 900;
    line-height: .95;
    letter-spacing: -1px;
    position: relative;
}
.com-wrap p {
    color: #000;
    font-weight: 500;
    line-height: 30px;
    font-size: 20px;
}
.com-wrap.parallax h2 {
    font-size: 50px;
    letter-spacing: -2px;
    margin-bottom: 15px;
}

.box-images-box {
	display: inline-block;
	border: 10px solid #ffffff;
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.13);
	width: 100%;
}
.box-images-box img {
    object-fit: cover;
    height: 280px;
}