body #breadcrumbs .arrow-holder {
background-color: #ffffff4f;
}
body #breadcrumbs .arrow-holder .arrow {
stroke: var(--white);
}
body #breadcrumbs a,
body #breadcrumbs {
color: var(--body-bg);
}
body #breadcrumbs span.breadcrumb_last {
color: var(--body-bg);
}
body #breadcrumbs span span:not(.breadcrumb_last) {
opacity: 0.5;
transition: 0.5s ease;
margin-right: 5px;
}
body #breadcrumbs span span:not(:first-child) {
margin-left: 5px;
}
body #breadcrumbs a:hover {
color: var(--body-bg);
}
body #breadcrumbs span span:not(.breadcrumb_last):hover {
opacity: 1;
}
body .breadcrumb {
border: 0px;
padding-top: clamp(10px, 4rem, 40px);
} .section1 {
border-radius: 0px 0px 40px 40px;
height: calc(100dvh - var(--header-height));
min-height: 650px;
}
.section1 .background {
left: 0;
top: 0;
height: 100%;
}
.section1 .background video,
.section1 .background img {
object-fit: cover;
display: block;
height: 100%;
width: 100%;
}
.section1 .title {
margin-bottom: clamp(20px, 4rem, 40px);
}
.section1 .heading1 {
color: var(--body-bg);
margin-bottom: clamp(30px, 5.5rem, 55px);
max-width: clamp(450px, 80rem, 800px);
}
.section1 .scroll-down {
margin-bottom: clamp(30px, 7.4rem, 74px);
width: clamp(25px, 5rem, 50px);
animation: upDown 2s linear infinite;
} @keyframes upDown {
0% {
transform: translateY(0px);
}
25% {
transform: translateY(5px);
}
50% {
transform: translateY(0px);
}
75% {
transform: translateY(-5px);
}
100% {
transform: translateY(0px);
}
} .section2 {
padding-top: clamp(60px, 11.6rem, 116px);
padding-bottom: clamp(60px, 11.6rem, 116px);
}
.section2 .row {
max-width: 840px;
margin: 0 auto;
}
.section2 img {
width: 100%;
max-height: clamp(100px, 20rem, 200px);
max-width: clamp(100px, 20rem, 200px);
margin-bottom: clamp(15px, 3rem, 30px);
}
.section2 .heading1 {
margin: clamp(15px, 3rem, 30px) 0;
} body .asset-holder {
top: calc(-1* var(--shape-width) / 2);
} .section3 {
padding: clamp(60px, 12rem, 120px) 0 clamp(15px, 3rem, 30px) 0;
background-color: var(--white);
}
.section3 .text1 {
margin-bottom: clamp(25px, 5rem, 50px);
margin-top: 10px;
font-size: clamp(17px, 2.2rem, 22px);
}
.section3 .row .row-heading {
margin-bottom: clamp(25px, 5rem, 50px);
}
.section3 .row img {
border-radius: 40px;
}
.section3 .quote-holder {
margin-top: clamp(60px, 12rem, 120px);
padding: clamp(50px, 10rem, 100px) 0;
}
.section3 .quote-holder .container {
max-width: 840px;
}
.section3 .quote-holder .title {
margin-bottom: clamp(16px, 3.3rem, 33px);
}
@media (min-width: 768px) {
.section3 .row .column1 {
padding-right: clamp(30px, 12.5rem, 125px);
}
}
@media (max-width: 991px) {
.section3 .row {
flex-direction: column-reverse;
max-width: 560px;
margin: 0 auto;
}
.section3 .row .row-column {
width: 100%;
padding: 0;
}
.section3 .row .column1 {
margin-top: 5rem;
}
}
@media (max-width: 767px) {
.section3 {
padding-bottom: 0;
}
} .section4 {
background-color: var(--white);
padding: clamp(50px, 10rem, 100px) 0;
}
.section4 .description {
max-width: 840px;
margin: clamp(15px, 3rem, 30px) auto 0 auto;
}
.section4 .info-holder {
margin-top: clamp(30px, 6rem, 60px);
display: grid;
grid-template-columns: 33.333% 33.333% 33.333%;
}
.section4 .info-holder .row-heading {
margin-bottom: clamp(15px, 3rem, 30px);
font-size: clamp(22px, 2.8rem, 28px);
}
.section4 .info-holder .info {
padding: clamp(15px, 3rem, 30px);
}
@media (max-width: 767px) {
.section4 .info-holder {
grid-template-columns: 50% 50%;
}
.section4 .info-holder .info {
padding: 2rem;
}
}
@media (max-width: 550px) {
.section4 .info-holder {
grid-template-columns: 100%;
}
.section4 .info-holder .info {
padding: 0;
}
.section4 .info-holder .info:not(:last-child) {
margin-bottom: 6.5rem;
}
} .section5 {
background-color: var(--primary-color);
}
.section5 .bg-img {
right: 0;
top: 0;
height: 100%;
clip-path: circle(70% at 65% 50%);
object-fit: cover;
width: 57%;
}
.section5 .content-holder {
padding: clamp(80px, 17rem, 170px) 0;
width: 40%;
}
.section5 :is(.row-heading, .title, ul, .description) {
margin-bottom: clamp(15px, 3rem, 30px);
}
.section5 .bullets {
font-size: clamp(17px, 2.2rem, 22px);
}
.section5 ul {
padding-left: 20px;
}
.section5 li.bullets::marker {
font-size: inherit;
color: var(--white);
}
@media (max-width: 1400px) {
.section5 .bg-img {
clip-path: circle(63% at 66% 50%);
}
}
@media (max-width: 767px) {
.section5 .bg-img {
position: relative;
width: 100%;
clip-path: none;
}
.section5 .content-holder {
padding: 10rem 0;
width: 100%;
}
} .section6 {
padding: clamp(50px, 10rem, 100px) 0;
background-color: var(--white);
}
.section6 .separator {
margin: clamp(25px, 5rem, 50px) 0;
height: 1px;
background-color: #FDB924;
}
.section6 .row .row-heading {
font-size: clamp(22px, 2.8rem, 28px);
margin-bottom: clamp(15px, 3rem, 30px);
}
@media (min-width: 768px) {
.section6 .row {
gap: clamp(30px, 6rem, 60px);
}
}
@media (max-width: 767px) {
.section6 .row {
display: block;
}
.section6 .row .row-column {
max-width: 550px;
margin: 0 auto;
width: 100%;
}
.section6 .row .column1 {
margin-bottom: 5rem;
}
} .section7 {
padding: clamp(6px, 12rem, 120px) 0;
}
.section7 .row-heading {
margin: clamp(25px, 5rem, 50px) 0 clamp(15px, 3rem, 30px) 0;
}
.section7 .row img {
border-radius: 40px;
}
@media (min-width: 768px) {
.section7 .row .column1 {
padding-right: clamp(15px, 2.5rem, 50px);
}
.section7 .row .column2 {
padding-left: clamp(15px, 2.5rem, 50px);
}
}
@media (max-width: 767px) {
.section7 .row {
display: block;
}
.section7 .row .row-column {
width: 100%;
max-width: 550px;
margin: 0 auto;
}
.section7 .row .column1 {
margin-bottom: 8rem;
}
} .section8 {
background-color: var(--primary-color);
padding: clamp(50px, 10rem, 100px) 0;
}
.section8 .heading1 {
margin: clamp(15px, 3rem, 30px) 0;
}
.section8 .description {
margin-bottom: clamp(15px, 3rem, 30px);
} .blog-section {
padding: clamp(60px, 12rem, 120px) 0;
}
.blog-section :is(.title, .heading1, .description) {
margin-bottom: clamp(15px, 3rem, 30px);
}
@media (max-width: 767px) {
.blog-section {
padding-bottom: 0;
}
}