.banner .banner-bg .overlay {
background: linear-gradient(
180deg,
rgba(251, 249, 248, 0.4) 0%,
rgba(251, 249, 248, 0.9) 100%
);
}
.banner .text-box .letter-spacing {
letter-spacing: 2.8px;
}
.about-section-2 .box {
border-radius: 12px;
overflow: hidden;
}
.about-section-2 .box .box-text {
font-size: 14px;
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.6) 0%,
rgba(0, 0, 0, 0) 100%
);
text-shadow: unset;
padding: 24px;
}
.about-section-3 .img {
border-radius: 8px;
overflow: hidden;
box-shadow:
0px 4px 6px -1px rgba(0, 0, 0, 0.1),
0px 2px 4px -2px rgba(0, 0, 0, 0.1);
}
.about-section-3 .icon-box .icon-box-img img {
padding-top: 0;
}
.about-section-3 .icon-box {
background: rgba(255, 255, 255, 0.5);
border: 1px solid #f2e0c3;
backdrop-filter: blur(2px);
border-radius: 8px;
padding: 16px;
}
.about-section-3 .icon-box .icon-box-text {
letter-spacing: 0.7px;
}
.about-section-4 .icon-box .icon-box-img img {
padding-top: 0;
}
.about-section-4 .box-text h3,
.about-section-4 .icon-box .icon-box-text h3 {
font-size: clamp(20px, 3vw, 24px);
}
.about-section-4 .stack.stack-top {
background: #f5f3f3;
border-top: 4px solid #695d46;
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
border-radius: 12px;
padding: clamp(20px, 3vw, 32px);
}
.about-section-4 .stack.stack-top li {
font-size: 14px;
}
.about-section-4 .stack.stack-top li span {
flex: 1;
}
.about-section-4 .stack.stack-bottom {
background: #ffffff;
box-shadow:
0px 4px 6px -1px rgba(0, 0, 0, 0.1),
0px 2px 4px -2px rgba(0, 0, 0, 0.1);
border-radius: 12px;
overflow: hidden;
}
.about-section-4 .stack.stack-bottom .text {
background-color: var(--primary-color);
color: #ffffff;
text-align: center;
padding: 16px;
letter-spacing: 1.4px;
}
.about-section-4 .stack.stack-bottom .box-text {
padding: 12px 16px 16px;
}
.about-section-4 .box.box-video {
box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
border-radius: 16px;
overflow: hidden;
background: #000000;
}
.about-section-4 .box.box-video .box-text {
padding: clamp(20px, 3vw, 32px);
background: linear-gradient(
0deg,
rgba(0, 0, 0, 0.8) 0%,
rgba(0, 0, 0, 0) 100%
);
}
.about-section-4 .box.box-video .box-text h3 {
margin-top: 0;
}
.about-section-4 .col-video > .col-inner {
position: relative;
}
.about-section-4 .col-video > .col-inner .video-button-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: grid;
place-items: center;
}
.about-section-4 .col-video > .col-inner .video-button-wrapper .button {
margin: 0;
width: clamp(45px, 10vw, 80px);
height: clamp(45px, 10vw, 80px);
background: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.3);
backdrop-filter: blur(6px);
border-radius: 9999px;
display: inline-grid;
place-content: center;
color: #ffffff;
}
.section-icon {
margin-top: -50px;
position: relative;
}
.section-icon .row-divided > .col + .col:not(.large-12) {
border-color: #c5c7c1;
}
.section-icon .col-inner.box-shadow-1 {
border-radius: 12px;
overflow: hidden;
}
.section-icon .col-inner.box-shadow-1 .icon-box-text {
font-size: 14px;
font-weight: 600;
color: #454843;
}
.section-icon .col-inner.box-shadow-1 .icon-box-text h4 {
font-size: clamp(18px, 3vw, 24px);
}
.about-section-5 .stack-button {
gap: 24px;
}
@media only screen and (max-width: 414px) {
.about-section-5 .stack-button {
flex-flow: row wrap;
}
.about-section-5 .stack-button .button {
width: 100%;
}
}