#content>.ast-container {
max-width: 100%;
padding: 0 !important;
}
div#primary {
margin: 0 !important;
}
:root {
--color-white: #fff;
--color-primary-new: #030D36;
--section-heading: #163746;
--gray-light: #ADADAD;
--light-gray-bg: #F7F8F9;
--color-red: #E55555;
--slick-arrow-dim: 30px;
}
body {
color: var(--color-primary-new);
background: #f7f2ee;
}
.column-gap {
height: 50px;
}
.uppercase {
text-transform: uppercase !important;
}
.font-100 {
font-weight: 100 !important;
}
.font-200 {
font-weight: 200 !important;
}
.font-300 {
font-weight: 300 !important;
}
.font-400 {
font-weight: 400 !important;
}
.font-500 {
font-weight: 500 !important;
}
.font-600 {
font-weight: 600 !important;
}
.font-700 {
font-weight: 700 !important;
}
.font-800 {
font-weight: 800 !important;
}
.font-900 {
font-weight: 900 !important;
}
.section-padding {
padding: 50px 0;
}
.section-padding-top {
padding-top: 50px;
}
.section-padding-bottom {
padding-bottom: 50px;
}
.large-heading {
font-size: 25px;
font-weight: 700;
color: var(--color-primary-new);
margin-bottom: 18px;
text-transform: capitalize;
}
.btn {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 18px;
padding: 10px 20px;
border-radius: 1.5rem;
text-transform: capitalize;
transition: all .4s ease-in-out;
font-weight: 400;
border: none;
}
.btn-small {
padding: 4px 20px;
width: 50%
}
.btn-primary-blue {
background: #103042;
color: var(--color-white);
box-shadow: 0 0 0 1px inset #103042;
}
.btn-primary-blue:hover {
background: var(--color-red);
color: var(--color-white);
box-shadow: 0 0 0 1px inset var(--color-red);
}
.btn-red {
background: var(--color-red);
color: var(--color-white);
}
.btn-red:hover {
background: var(--color-primary-new);
color: var(--color-white);
}
.btn-outline {
background: none;
color: var(--color-primary-new);
box-shadow: 0 0 0 1px inset var(--color-primary-new);
}
.btn-outline:hover {
background: var(--color-red);
color: var(--color-white);
box-shadow: 0 0 0 1px inset var(--color-red);
}
.btn-centered {
justify-content: center;
}
.cta-box__left img {
height: 200px;
object-fit: cover;
object-position: center;
width: 170px;
} .hero-banner-content {
background: var(--color-white);
border-radius: 1rem;
padding: 25px 32px;
}
section.section-padding.hero-banner-section {
padding: 100px 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
@media screen and (min-width:769px) {
.hero-banner-content {
max-width: 90%;
}
.whats-included .btn {
max-width: 80%;
margin: auto;
}
}
.banner-logo-container img {
width: 300px;
position: absolute;
right: 0;
top: -100px;
}
.hero-banner-content__body {
display: flex;
gap: 20px;
margin: 1rem auto;
align-items: center;
}
.hero-banner-content__left img {
width: 500px;
aspect-ratio: 1;
}
.product-price {
font-size: 24px;
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 10px;
}
.product-price>span {
display: flex;
align-items: baseline;
}
.product-price .savings {
padding: 2px 10px;
color: var(--color-primary-new);
font-weight: 600;
border-radius: 5px;
border: 1px solid #103042;
text-align: center;
font-size: 16px;
}
.product-price ins {
font-weight: 700;
display: initial;
border-left: 2px solid var(--color-primary-new);
padding-left: 5px;
color: var(--color-primary-new);
}
.product-price del {
color: #C3C3C3;
display: initial;
font-weight: 500;
text-decoration: line-through;
opacity: 1;
margin-right: 8px;
}
.product-summary ul {
margin: auto;
}
.product-summary ul li {
position: relative;
padding-left: 25px;
list-style: none;
}
.product-summary ul li::before {
content: url(//premiertefl.com/za/wp-content/uploads/2024/08/green-tick.svg);
height: 8px;
aspect-ratio: 1;
display: inline-block;
border-radius: 100%;
position: absolute;
left: 0;
}
.product-summary {
font-weight: 600;
color: var(--color-primary-new)
} .logo-group {
display: flex;
flex-wrap: wrap;
gap: 2rem;
justify-content: space-between;
}
.logo-group .image {
min-height: auto; }
.logo-group .image img {
height: 60px;
width: auto;
}
.logo-group:nth-child(2) {
display: none;
} .feature-body {
display: flex;
gap: 32px;
}
.feature:not(:last-child) {
margin-bottom: 2rem;
}
.feature-body__icon img {
max-width: 55px;
}
.feature-title {
font-size: 18px;
margin-bottom: 1rem;
color: var(--color-primary-new);
}
.feature-body__description>p:last-child {
margin-bottom: 0 !important;
}
.feature-body__description>p,
.feature-body__description>ul li {
font-weight: 400;
}
.feature-body__description>p {
margin-bottom: 1rem !important;
}
.feature-body__description ul,
.whats-included-content ul {
margin: 0 0 0 20px;
}
.feature-body__description ul li,
.whats-included-content ul li {
list-style: disc;
font-weight: 400;
} .whats-included {
background: var(--color-white);
padding: 25px 40px;
border-radius: 1rem;
margin-bottom: 2rem;
}
.whats-included .product-price {
justify-content: center;
margin: 1rem auto;
} .cta-box {
display: flex;
border-radius: 1rem;
overflow: hidden;
}
.cta-box:first-of-type {
margin-bottom: 2rem;
}
.cta-box__right {
background: #F3EAE3;
padding: 20px;
display: flex;
flex-direction: column;
justify-content: space-between;
gap: 10px;
flex: 2;
}
h5.cta-title {
color: var(--color-primary-new);
font-weight: 700;
}
.cta-desc {
font-weight: 400;
} .photo-gallery .splide__slide img {
height: 100%;
object-fit: cover;
object-position: center;
cursor: pointer;
}
@media screen and (max-width:768px) {
.banner-logo-container {
display: none;
}
.logo-group .image {
width: calc(50% - 1rem);
}
.cta-box {
flex-direction: column;
}
img.cta-image {
width: 100%;
height: 200px;
object-fit: cover;
object-position: top;
}
.cta-btn {
width: 100% !important;
}
.whats-included {
padding: 20px;
margin-top: 2rem;
}
.hero-banner-content {
padding: 20px;
}
.feature-body__icon {
display: none;
}
.hero-banner-content__body {
flex-direction: column;
}
.hero-banner-content__left img {
width: 100px;
}
}