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;
background-size: cover;
background-position: center;
height: calc(100dvh - var(--header-height));
min-height: 650px;
}
.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: clamp(100px, 20rem, 200px);
}
.section2 .heading1 {
margin: clamp(15px, 3rem, 30px) 0;
}
.section2 .title {
margin-top: clamp(60px, 12rem, 120px);
margin-bottom: clamp(15px, 3rem, 30px);
}
.section2 .heading2 {
max-width: 1120px;
margin: 0 auto;
} .asset-section .asset-holder {
top: calc(-1 * var(--shape-width) / 2);
}
@media (max-width: 767px) {
.asset-section .asset-holder {
right: auto;
left: calc(50% - var(--shape-width) / 2);
}
} .section3 {
padding: clamp(60px, 12rem, 120px) 0;
background-color: var(--white);
}
.section3 .row {
max-width: clamp(500px, 112.2rem, 1122px);
margin: 0 auto;
}
.section3 .row-heading {
font-size: clamp(14px, 2.8rem, 28px);
margin-top: clamp(25px, 5rem, 50px);
margin-bottom: clamp(15px, 3rem, 30px);
}
.section3 .description {
margin-top: clamp(5px, 1rem, 10px);
margin-bottom: clamp(25px, 5rem, 50px);
}
.section3 iframe {
border-radius: 30px;
width: 100%;
}
.section3 .iframe-img {
border-radius: 30px;
} .section4 .row {
max-width: 840px;
margin: 0 auto;
padding: clamp(60px, 12rem, 120px) 0;
}
.section4 .description {
margin-top: clamp(15px, 3rem, 30px);
margin-bottom: clamp(12px, 2.5rem, 25px);
} .section5 {
padding-top: clamp(60px, 12rem, 120px);
}
.section5 .separator {
margin: clamp(25px, 5rem, 50px) 0;
height: 1px;
background-color: #FDB924;
}
.section5 :is(.row1, .row3) {
max-width: 1120px;
margin: 0 auto;
}
.section5 .row2 {
background-color: var(--white);
margin-bottom: clamp(60px, 12rem, 120px);
padding: clamp(50px, 10rem, 100px) 0;
}
.section5 .heading1 {
margin-bottom: clamp(25px, 5rem, 50px);
}
.section5 .heading2 {
margin: clamp(15px, 3rem, 30px) 0;
}
.section5 .description {
margin-bottom: clamp(15px, 3rem, 30px);
}
.section5 .row1 {
margin-bottom: clamp(60px, 12rem, 120px);
}
.section5 .note {
margin-top: clamp(30px, 6rem, 60px);
}
.section5 .inner-row {
max-width: 840px;
margin: 0 auto;
} .section5 .btn-holder {
margin: 0 auto;
gap: clamp(10px, 2rem, 20px);
max-width: 800px;
}
.section5 .btn-holder .buttons {
background-color: var(--white);
font-size: clamp(17px, 2.8rem, 28px);
padding: clamp(15px, 3rem, 30px) clamp(9px, 1.8rem, 18px);
border-radius: 20px;
flex-grow: 1;
width: 100%;
transition: 0.5s ease;
}
.section5 .btn-holder .buttons:hover {
color: var(--primary-color);
}
.section5 .btn-holder .buttons.active {
color: var(--primary-color);
}
.section5 .session_description {
margin: clamp(20px, 4rem, 40px) 0;
}
.section5 .accordion {
padding: clamp(12px, 2.4rem, 24px) clamp(15px, 3rem, 30px);
background-color: var(--white);
border-radius: 50px;
max-width: 800px;
margin: 0 auto 5px auto;
transition: 0.5s ease;
}
.section5 .accordion:not([data-category="i"]),
.section5 .session_description:not([data-category="i"]) {
display: none;
}
.section5 .accordion.active {
border-radius: 20px;
}
.section5 .accordion .description-holder {
height: 0px;
transition: 0.5s ease;
}
.section5 .accordion.active .description-holder {
margin-top: clamp(10px, 2rem, 20px);
}
.section5 .accordion.active .description-holder {
height: var(--height); }
.section5 .accordion .faq-title {
transition: 0.5s;
line-height: 1.35;
}
.section5 .accordion.active .faq-title,
.section5 .accordion .faq-title:hover {
color: var(--primary-color);
}
.section5 .accordion .description {
font-size: clamp(13px, 1.6rem, 16px);
}
.section5 .accordion svg,
.section5 .accordion svg path {
transition: 0.5s ease;
}
.section5 .accordion.active svg path {
stroke: var(--primary-color);
}
.section5 .accordion.active svg {
transform: rotate(180deg);
}
@media (min-width: 768px) {
.section5 .row1 .description {
column-count: 2;
column-gap: clamp(50px, 10rem, 100px);
}
}
@media (max-width: 550px) {
.section5 .btn-holder {
display: block;
}
.section5 .btn-holder .buttons {
display: block;
width: 100%;
}
.section5 .btn-holder .btn2 {
margin: 5px 0px;
}
} .section6 .row {
max-width: 800px;
margin: clamp(60px, 12rem, 120px) auto;
}
.section6 .logo {
max-width: clamp(100px, 20rem, 200px);
}
.section6 .heading1 {
margin: clamp(15px, 3rem, 30px) 0;
}
@media (max-width: 767px) {
.section6 .heading1 br {
display: none;
}
} .blog-section {
padding: clamp(60px, 12rem, 120px) 0;
}
.blog-section :is(.title, .heading1, .description) {
margin-bottom: clamp(15px, 3rem, 30px);
}