@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* variables define */
:root {
    --theme-color: #EE4710;
    --heading-font-color: #fff;
    --font-family: "Golos Text", sans-serif;
}

/* Global style start  */
* {
    padding: 0;
    margin: 0;
}

body {
    background: #fff;
}

.row{
    margin: 0;
}

.col-lg-12{
    padding: 0;
}

ul, ol {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

figure{
    margin: 0;
}

li {
    list-style: none;
}

.lr-container {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    max-width: 1296px;
}

.lr-section_space {
    padding: 100px 0;
}

.lr-section-color {
    background: #fff !important;
}

.lr-subtitle {
    color: #FFF;
    display: block;
    margin: 0 0 10px;
    font: 400 16px/24px var(--font-family);
}
.lr-title-content{
    color: #000;
    margin: 8px 0 20px 0;
    font: 500 36px/44px var(--font-family);
}

.lr-platform-builder img{
    margin-top: 2px;
}

.lr-title {
    margin: 0;
    color: #000;
    font: 600 50px/normal var(--font-family);
}

.lr-description > p {
    opacity: 0.8;
    color: #585858;
    margin: 20px 0 0;
    font: 400 20px/30px var(--font-family);
}

.lr-green-btn{
    color: #fff !important;
    border: 1px solid #EAEAEA !important;
    background: rgba(255, 255, 255, 0.10) !important;
}

.lr-btn {
    gap: 4px;
    border: 0;
    z-index: 0;
    overflow: hidden;
    min-width: 160px;
    cursor: pointer;
    background: #fff;
    position: relative;
    padding: 12px 30px;
    align-items: center;
    border-radius: 50px;
    display: inline-flex;
    text-decoration: none;
    letter-spacing: 0.5px;
    justify-content: center;
    color: rgba(0, 0, 0, 1);
    transition: all 0.3s ease-in;
    font: 400 15px/25px var(--font-family);
}


.lr-primary-btn,
.lr-secondary-btn {
    padding: 28px 35px;
    transition: all 0.3s ease;
}

.lr-keframe-section .lr-description > p{
    margin-top: 8px;
}
.lr-keframe-section .lr-title{
    font: 500 36px/44px var(--font-family);
}

.lr-website-section.lr-demo-section .lr-demo-header{
    max-width: 573px;
}
.lr-website-section .lr-platform-btn{
    gap: 6px;
    margin: 0;
    align-items: center;
    padding: 12px 21.5px;
    display: inline-flex;
    text-decoration: none;
    transition: all 0.3s ease-in;
}
.lr-platform-btn{
    border: none;
    color: #fff;
    margin-top: 30px;
    background: #000;
    padding: 12px 20px;
    border-radius: 55px;
    transition: all 0.3s ease-in;
    font: 500 14px/20px var(--font-family);
}
.lr-secondary-btn {
    background: #F7F7F8;
    color: var(--heading-font-color);
}

.lr-secondary-btn:hover {
    outline: none;
    color: #fff;
    border-color: var(--theme-color);
    background-color: var(--theme-color);
}

.lr-secondary-btn:hover::before {
    width: 300px;
    height: 300px;
}

.lr-secondary-btn::before {
    content: "";
    left: 50%;
    z-index: -1;
    width: 40px;
    height: 40px;
    bottom: -40px;
    position: absolute;
    border-radius: 50%;
    background: var(--theme-color);
    transform: translateX(-50%);
    transition: width 0.5s, height 0.5s;
}

a{
    text-decoration: none;
}

/* Global style end here  */
/* navbar style start here  */
.lr-navbar {
    gap: 20px;
    padding: 30px;
    display: flex;
    position: relative;
    justify-content: space-between;
}

.lr-navbar .navbar-collapse {
    flex-grow: unset;
}

.lr-navbar .lr-navbar_list {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.lr-navbar .lr-navbar_list li .lr-navbar-link {
    padding: 12px 20px;
    color: var(--heading-font-color);
    text-transform: capitalize;
    font: 400 15px/25px var(--font-family);
}

.lr-header {
    position: relative;
    background: #075946;
}

.lr-header::before {
    top: 0;
    right: 0;
    position: absolute;
}

/* navbar style end here  */
/* banner styling start here  */
.lr-banner-bg {
    position: relative;
    background: #075946;
    border-radius: 0 0 40px 40px;
}

.lr-banner-content-wrapper {
    padding: 110px 0 0;
    text-align: center;
    position: relative;
    border-radius: 0 0 40px 40px;
}

.lr-banner-content-wrapper::before{
    top: 65px;
    left: 18px;
    content: "";
    width: 221px;
    height: 221px;
    position: absolute;
    filter: blur(340px);
    pointer-events: none;
    background: #FFA600;
}

.lr-banner-content-wrapper::after{
    content: "";
    right: 139px;
    width: 126px;
    bottom: 126px;
    height: 126px;
    position: absolute;
    filter: blur(165px);
    pointer-events: none;
    background: #052BB5;
}

.lr-banner-content {
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
}

.lr-banner-content .lr-description > p {
    opacity: 0.6;
    color: #fff;
    padding: 0 25px;
    font: 400 20px/30px var(--font-family);
}

.lr-highlited-text {
    color: #fff;
    margin: 6px 0 0;
    display: inline-block;
    font: 400 40px/48px var(--font-family);
}

.lr-button-wrapper {
    gap: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0 0;
    align-items: center;
    justify-content: center;
}

.lr-experience-list {
    gap: 30px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 44px 0 0;
    align-items: center;
    list-style-type: none;
    justify-content: center;
}

.lr-experience-list li {
    gap: 8px;
    display: flex;
    list-style: none;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    font: 400 15px/18px var(--font-family);
}

.lr-experience-list li > i {
    padding: 7px 7.5px;
    border-radius: 50%;
    color: #17B26A;
    display: inline-block;
    background: rgba(23, 178, 106, 0.16);
}

.lr-banner-img {
    margin: 0;
    width: 100%;
}

.lr-banner-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 0 0 40px 40px;
}

/* banner styling end here  */
/* FAQ styling start here  */
.lr-faq-wrapper {
    gap: 50px;
    display: flex;
    align-items: start;
}

.lr-faq-content {
    width: 100%;
    max-width: 500px;
}

.lr-faq-content .lr-description > p {
    margin-top: 20px;
    font: 400 16px/24px var(--font-family);
}

.lr-faq-content .lr-title {
    font: 500 36px/44px var(--font-family);
}

.lr-keframe-section::after{
    top: 506px;
    content: "";
    opacity: 0.3;
    width: 690px;
    height: 638px;
    right: -588px;
    position: absolute;
    pointer-events: none;
    background: #F8C461;
    filter: blur(130px);
}
.lr-keframe-section::before{
    top: 13px;
    content: "";
    left: -540px;
    width: 640px;
    opacity: 0.3;
    height: 653px;
    position: absolute;
    pointer-events: none;
    background: #445AA9;
    filter: blur(120px);
}
.lr-unlimited-section::after{
    content: "";
    right: 59px;
    width: 125px;
    height: 125px;
    bottom: 294px;
    position: absolute;
    background: #00FFC8;
    pointer-events: none;
    filter: blur(227.5px);
}
.lr-unlimited-section::before{
    top: 26px;
    left: 25px;
    content: "";
    width: 172px;
    height: 172px;
    position: absolute;
    background: #CF8AFF;
    pointer-events: none;
    filter: blur(257.5px);
}

.lr-website-section::after{
    content: "";
    top: 210px;
    width: 123px;
    height: 123px;
    right: 139.14px;
    position: absolute;
    filter: blur(210px);
    pointer-events: none;
    background: #F79009;
    z-index: -1;
}
.lr-website-section::before{
    left: -90px;
    z-index: -1;
    content: "";
    width: 148px;
    bottom: 257px;
    height: 148px;
    position: absolute;
    filter: blur(235px);
    pointer-events: none;
    background: #AD36FF;
}

.lr-banner-bg .lr-green-btn{
    padding: 15px 30px;
}
.lr-website-section .lr-btn:hover{
    color: #000 !important;
    transition: all 0.3s ease-in;
    background: transparent !important;
}
.lr-banner-bg .lr-btn.lr-primary-btn:hover{
    color: #fff !important;
    background: #F79009 !important;
}
.lr-navbar .lr-btn:hover svg{
    stroke: #000;
}

.lr-banner-bg .lr-btn svg{
    stroke: #000;
    transition: all 0.2s ease-in;
}
.lr-website-section .lr-platform-btn:hover svg{
    stroke: #F79009;
}
.lr-banner-bg .lr-btn.lr-primary-btn:hover svg{
    stroke: #fff;
}

.lr-demo-wrapper .lr-btn svg{
    stroke: #000;
}
.lr-website-section .lr-platform-btn svg,
.lr-navbar .lr-btn svg {
    stroke: #fff;
    transition: all 0.3s ease-in;
}
.lr-platform-btn:hover{
    color: #F79009;
}
.lr-learning-section_wrap .lr-button:hover,
.lr-demo-wrapper .lr-btn:hover{
    background: linear-gradient(180deg, #FDB022 37.55%, #FDB022 146.7%);
}
.lr-navbar .lr-btn:hover,
.lr-banner-bg .lr-btn:hover{
    color: #000 !important;
    background: #fff !important;
}
.lr-banner-bg .lr-btn{
    padding: 16px 30px;
    font: 600 16px/24px var(--font-family);
}
.lr-faq-content .lr-btn {
    height: 54px;
    color: #fff;
    font-size: 18px;
    margin-top: 60px;
    line-height: 28px;
    background: #295C51;
    transition: all 0.3s ease-in;
}

.lr-accordion {
    width: 100%;
    border: none;
    max-width: 800px;
    border-radius: 0%;
    min-height: 480px;
}

.lr-accordion .lr-accordion-item {
    border: none;
    padding: 20px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.50);
}
.lr-accordion .lr-accordion-item .accordion-button {
    border: none;
    color: #000;
    min-width: 499px;
    box-shadow: none;
    background: transparent;
}
.lr-accordion-item + .lr-accordion-item {
    margin: 12px 0 0;
}

.lr-accordion-item h2 {
    gap: 10px;
    padding: 0;
    color: #000;
    display: flex;
    font-style: normal;
    font: 400 20px/32px var(--font-family);
}

.lr-accordion-item h2 span {
    color: #000;
    display: inline-block;
    font: 500 18px/28px var(--font-family);
}

.lr-accordion-item .accordion-body,
.lr-accordion-item .accordion-button {
    padding: 0;
}

.lr-accordion-item .accordion-body {
    margin-top: 15px;
}

.lr-accordion-item .accordion-body p {
    margin: 0;
    color: #585858;
    font: 400 16px/24px var(--font-family);
}

.lr-accordion-item .accordion-button::after {
    display: none;
}

.lr-accordion-item .accordion-button span::after {
    top: 50%;
    right: 0;
    color: #000;
    content: "\2b";
    font-size: 15px;
    font-weight: 900;
    line-height: 17px;
    position: absolute;
    transform: translateY(-50%);
    font-family: "Font Awesome 6 free";
}

.lr-accordion-item .accordion-button[aria-expanded="true"] span::after {
    content: "\f068";
}

/* FAQ Styling end here  */
/* Demos Styling start here  */
.lr-demo-section {
    z-index: 1;
    overflow: hidden;
    position: relative;
    background: #F4F8F9;
}

.lr-demo-wrapper {
    gap: 60px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 1296px;
    text-align: center;
    align-items: center;
    flex-direction: column;
} 

.lr-demo-wrapper > .lr-btn-primary {
    font-size: 18px;
    margin: 50px 0 0;
    line-height: 28px;
}
.lr-platform-seo .lr-platform-title{
    padding: 0;
}
.lr-platform-seo img{
    border-radius: 0 0 20px 0;
}
.lr-platform-comprehnesive > figure{
    padding-left: 40px;
}
.lr-platform-seo{
    gap: 103px;
    display: flex;
    max-width: 1296px;
    align-items: center;
    padding: 35px 0 0 60px;
    justify-content: space-between;
}
.lr-platform-seo .lr-platform-title p{
    max-width: 390px;
}
.lr-platform-seo figure{
    max-width: 670px;
}
.lr-demo-header {
    width: 100%;
    display: flex;
    margin: 0 auto;
    max-width: 573px;
    text-align: center;
    position: relative;
    align-items: center;
    flex-direction: column;
}

.lr-website-section .lr-demo-wrapper{
    gap: 40px;
}

.lr-demo-header > span {
    display: flex;
    margin-bottom: -55px;
    justify-content: center;
    font: 800 10rem/8rem var(--font-family);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) -312%, rgba(255, 255, 255, 0) 95%);
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
}

.lr-demo-header em{
    border: none;
    color: #065A46;
    padding: 6px 17px;
    display: inline-flex;
    font-style: normal;
    width: fit-content;
    border-radius: 50px;
    font: 400 14px/20px var(--font-family);
    background: linear-gradient(90deg, #68BBA8 -86.96%, rgba(104, 187, 168, 0.00) 93.48%);
}

.lr-banner-content-wrapper .lr-title{
    color: #fff;
}
.lr-demo-header .lr-title {
    font-weight: 600;
}

.lr-demo-section .lr-demo-header{
    max-width: 553px;
}

.lr-navbar .lr-btn{
    padding: 14px 20px;
    border: none !important;
    font: 600 14px/20px var(--font-family);
}

.lr-demo-header .lr-description > p {
    margin: 0;
    color: rgba(30, 30, 30, 0.8);
    font: 400 16px/24px var(--font-family);
}
.lr-platform-features .lr-demo-header p{
    max-width: 480px;
}
.lr-platform-features .lr-demo-header h2{
    max-width: 573px;
}
.lr-platform-features .lr-demo-header{
    max-width: 100%;
}
.lr-demo-body {
    padding: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: -12px -10px;
    list-style-type: none;
}

.lr-demo-body ~ .lr-primary-btn {
    margin: 0 auto;
}

.lr-demo-body li {
    padding: 12px 10px;
    list-style: none;
    width: calc(100% / 3);
}

.lr-demo-body li figure {
    margin: 0;
    width: 100%;
    height: 315px;
    overflow: hidden;
    position: relative;
    border-radius: 6px;
    border: 1px solid #00000008;
    transition: 0.5s all ease-in-out;
}

.lr-demo-body li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: object-position 2s linear;
}

.lr-demo-body li figure .lr-large-animation {
    transition-duration: 5s;
}

.lr-demo-content {
    width: 100%;
    max-width: 510px;
    background: #fff;
    border-radius: 8px;
    padding: 16px 16px 18px 16px;
    border: 1px solid #00000008;
    transition: all .4s ease-in-out;
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.05);
}

.lr-demo-content:hover {
    box-shadow: 0px 10px 30px 0px rgba(16, 24, 40, 0.06);
}

.lr-demo-content:hover figure img {
    object-position: bottom;
}

.lr-demo-content:hover figure::after {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.lr-comingsoon-card{
    position: relative;
}
.lr-comingsoon-card::after{
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    color: #fff;
    position: absolute;
    align-items: center;
    content: "Coming Soon";
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    font: 500 40px/48px var(--font-family);
}
.lr-demo-content:has(.lr-comingsoon-card){
    pointer-events: none;
}

.lr-demo-body figcaption {
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: 3;
    visibility: hidden;
    position: absolute;
    transition: 0.3s all ease-in-out;
    transform: translate(-50%, -50%);
}

.lr-demo-body .lr-demo-content:hover figcaption {
    opacity: 1;
    visibility: visible;
}
.lr-ultimate-sections .lr-demo-body .col-12{
    padding: 0 !important;
}
.lr-ultimate-sections .lr-demo-body{
    gap: 19px;
    display: flex;
    flex-wrap: nowrap;
}
.lr-preview-btn {
    height: 40px;
    display: flex;
    color: #fff;
    padding: 8px 20px;
    background: #000;
    align-items: center;
    border-radius: 55px;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    font: 500 16px/24px var(--font-family);
    box-shadow: 0px 10px 30px 0px rgba(16, 24, 40, 0.20);
}

.lr-demo-content-description {
    gap: 10px;
    display: flex;
    padding: 0 4px;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center;
    justify-content: space-between;
}

.lr-demo-content-description h6 {
    margin: 0;
    color: #000;
    font: 500 14px/normal var(--font-family);
}

.lr-demo-content-description > span {
    padding: 5px 8px;
    border-radius: 4px;
    display: inline-block;
    font: 400 10px / normal var(--font-family);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.lr-green-bgclr {
    color: #4CA47A;
    background: #dbf2e7;
}

.lr-red-bgclr {
    color: #ED7250;
    background: #ffeded;
}

.lr-blue-bgclr {
    color: #246EDE;
    background: #cce5ff;
}

/* Demos Styling end here  */
/* Textslider styling start here  */
.lr-textslider-wrapper {
    gap: 85px;
    width: 100%;
    display: flex;
    margin: 0 auto;
    min-height: 100px;
    max-height: 100px;
    overflow: hidden;
    background: #fff;
    max-width: 1920px;
    flex-direction: column;
}

.lr-textslider {
    gap: 20px;
    width: 100%;
    display: flex;
    position: relative;
    align-items: center;
}

.lr-textslider .lr-textslider-item {
    top: 0;
    left: 0;
    position: absolute;
    padding-left: 20px;
    pointer-events: none;
    animation: leftright 20s linear infinite;
}

.lr-textslider .lr-textslider-itemcopy {
    animation-name: leftright-reverse;
}

.lr-textslider span {
    color: #F4F5FA;
    display: inline-block;
    font: 800 110px/93px var(--font-family);
}

/* Textslider Styling end here  */
/* Feature Styling start here  */
.lr-feaure-wrapper {
    gap: 24px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.lr-feaure-wrapper li {
    list-style: none;
}

.lr-feature-description span {
    display: block;
    color: #182230;
    font: 400 18px/28px var(--font-family);
}

.lr-feature-content {
    gap: 10px;
    height: 100%;
    display: flex;
    padding: 56px 25px;
    background: #fff;
    border-radius: 12px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transform: translateY(0);
    transition: transform .25s ease-in-out;
    box-shadow: 0px 2px 24px -4px rgba(16, 24, 40, 0.08);
}

.lr-feature-content:hover {
    transform: translateY(-5px);
}

.lr-feature-content figure {
    margin: 0;
    max-width: 50px;
    max-height: 50px;
}

.lr-feature-content figure img {
    width: auto;
    height: auto;
}
.lr-platform-features{
    gap: 40px;
    display: flex;
    flex-direction: column;
}
.lr-stunning-section {
    overflow: hidden;
    position: relative;
    background: #FDFCFF !important;
}
.lr-platform-section{
    gap: 30px;
}

.lr-stunning-header {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.lr-stunning-header .lr-description p {
    margin-top: 18px;
    font: 400 16px/24px var(--font-family);
}

.lr-stunning-header .lr-description {
    max-width: 760px;
    text-align: center;
}

.lr-stunning-wrapper {
    display: flex;
    align-items: center;
    border-radius: 24px;
    position: relative;
    margin: 120px 0 0px 0;
    background: linear-gradient(94deg, #076A53 1.34%, #165849 103.04%);
}

.lr-stunning-content {
    width: 100%;
    max-width: 800px;
    text-align: start;
    padding: 80px 112px;
}

.lr-platform-image-content{
    gap: 30px;
    display: flex;
}

.lr-stunning-content .lr-title span{
    font-weight: 600;
    color: #7AEB7A;
}   
.lr-stunning-content .lr-title {
    color: #fff;
    font: 500 36px/44px var(--font-family);
}

.lr-stunning-content .lr-description > p {
    color: #fff;
    max-width: 540px;
    margin-top: 20px;
    margin-bottom: 25px;
    font: 400 16px/24px var(--font-family);
}

.lr-icons {
    gap: 15px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 18px;
    align-items: center;
}

.lr-keframe-section .lr-icons img{
    cursor: pointer;
}

img{
    object-fit: cover;
}
.lr-stunning-img img{
    width: auto;
    height: auto;
}
.lr-stunning-img {
    height: 100%;
    position: relative;
    margin: -244px 35px -150px 0;
}
.lr-stunning-section .lr-demo-wrapper .lr-stunning-wrapper{
    position: relative;
}
.lr-stunning-section .lr-demo-wrapper .lr-stunning-wrapper .lr-icons{
    gap: 16px;
}
.lr-stunning-section .lr-demo-wrapper .lr-stunning-wrapper::after{
    content: url(../images/feature/bg-img.png);
    position: absolute;
    pointer-events: none;
    mix-blend-mode: luminosity;
    bottom: 0;
}
.lr-playicon {
    top: 50%;
    left: 30px;
    z-index: 9;
    width: 120px;
    height: 120px;
    display: flex;
    cursor: pointer;
    position: absolute;
    border-radius: 50%;
    background: #fff;
    align-items: center;
    justify-content: center;
    transform: translateY(-67%);
    box-shadow: 0px 4.8px 36px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(12.000000953674316px);
}

/* Feature Styling end here  */
/* Footer styling start here  */
.lr-footer-wrapper {
    background: #1B1C24;
}

.lr-footer-content {
    gap: 20px;
    display: flex;
    padding: 20px 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.lr-copyright-info {
    color: #EAEAEA;
    display: inline-block;
    font: 400 14px/20px var(--font-family);
}

.lr-footermenu-list {
    margin: 0;
    gap: 20px;
    padding: 0;
    display: flex;
    align-items: center;
    list-style-type: none;
}

.lr-footermenu-list li {
    list-style: none;
}

.lr-footermenu-list li a {
    color: #EAEAEA;
    text-decoration: none;
    display: inline-block;
    font: 400 14px/20px var(--font-family);
}

/* Footer styling end here  */
.lr-platform-main{
    height: 100%;
    border-radius: 20px;
    background: #F4F3EA;
}
.lr-platform {
    gap: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.lr-platform-title {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.lr-platform-title p{
    margin: 0;
    opacity: 0.8;
    text-align: left;
    max-width: 435px;
    color: #585858;
    padding-top: 10px;
    font: 400 16px/24px var(--font-family);
}
.lr-platform-title em{
    color: #065A46;
    font-style: normal;
    font: 600 24px/32px var(--font-family);
}
.lr-platform-title span{
    color: #000;
    font: 400 24px/32px var(--font-family);
}
.lr-platform-content{
    gap: 30px;
    display: flex;
    flex-direction: column;
}
.lr-platform-title span em{
    font-weight: 600;
}
.lr-platform figure{
    padding-left: 40px;
}
.lr-platform figure img{
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 0 0 20px 0;
}

.lr-unlimited-section .lr-demo-header p{
    color: #fff;
    font: 400 16px / 24px var(--font-family);
}
.lr-unlimited-section .lr-demo-header{
    gap: 18px;
    max-width: 670px;
}
.lr-unlimited-section {
    background: #15161D !important;
}
.lr-unlimited-section .lr-title{
    color: #fff;
    font: 500 36px/44px var(--font-family);
}
.lr-unlimited-section .lr-demo-header > em{
    color: #fff;
    background: linear-gradient(90deg, #fff -86.96%, rgba(104, 187, 168, 0.00) 93.48%);
}
.lr-unlimited-content {
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.lr-unlimited-content p{
    margin: 0;
    color: #fff;
    opacity: 0.8;
    font: 400 14px/20px var(--font-family);
}
.lr-unlimited-content strong{
    color: #fff;
    font: 600 16px/19px var(--font-family);
}
.lr-unlimited-image img{
    width: auto;
    height: auto;
}

.lr-demo-wrapper .lr-btn{
    gap: 8px;
    padding: 16px 28.3px;
    transition: all 0.3s ease-in;
    font: 600 16px/24px var(--font-family);
    background: var(--ye, linear-gradient(180deg, #FDB022 37.55%, #FFF 146.7%));
}

.lr-unlimited-image{
    gap: 40px;
    display: flex;
    padding: 50px 40px;
    border-radius: 16px;
    background: #1E1E28;
    flex-direction: column;
}
.lr-faq-section{
    background: #F4F5FA !important;
}
.lr-unlimited-features{
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}


/* Ultimate Sections Collection start */
.lr-ultimate-sections{
    padding: 100px 0;
}
.lr-ultimate-sections_wrap{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    border-radius: 50px;
    background: #065A46;
}
.lr-ultimate-sections_wrap::before{
    content: "";
    top: -630px;
    right: 335px;
    width: 650.784px;
    height: 687.707px;
    position: absolute;
    filter: blur(157.5px);
    transform: rotate(17.951deg);
    background: rgba(255, 166, 0, 0.25);
}
.lr-ultimate-sections_wrap > img{
    top: 61.31px;
    right: 50.64px;
    position: absolute;
    mix-blend-mode: luminosity;
}
.lr-sections_title{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.lr-sections_title span{
    color: #fff;
    padding: 6px 16px;
    display: inline-block;
    border-radius: 9999px;
    font: 400 14px/20px var(--font-family);
    background: linear-gradient(90deg, #FFF -86.96%, rgba(255, 255, 255, 0.00) 93.48%);
}
.lr-sections_title h2{
    color: #fff;
    max-width: 500px;
    text-align: center;
    margin: 8px auto 0 auto;
    font: 500 36px/44px var(--font-family);
}
.lr-sections_title p{
    opacity: 0.8;
    color: #fff;
    max-width: 450px;
    text-align: center;
    margin: 20px auto 0 auto;
    font: 400 16px/24px var(--font-family);
}
/* Slider Start */

.lr-ultimate-sections_slider{
    margin-top: 60px;
    position: relative;
}
.lr-ultimate-sections_slider::before{
    top: 0;
    z-index: 9;
    left: -55px;
    content: "";
    width: 236px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #065A46 5.16%, rgba(6, 90, 70, 0.00) 95.27%);
}
.lr-ultimate-sections_slider::after{
    top: 0;
    z-index: 9;
    content: "";
    right: -55px;
    width: 236px;
    height: 100%;
    position: absolute;
    background: linear-gradient(276deg, #065A46 5.16%, rgba(6, 90, 70, 0.00) 95.27%);
}
.lr-ultimate-sections_slider .splide__slide figure{
    max-width: 305px;
    border-radius: 6.42px;
    transition: all 0.3s ease-in;
    position: relative;
}

.lr-ultimate-sections_slider .splide__slide figure .lr-large-animation{
    transition-duration: 5s;
}

.lr-ultimate-sections_slider .splide__slide:hover figure img{
    object-position: bottom;
}

.lr-ultimate-sections_slider .splide__slide:hover figure::after {
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

.lr-ultimate-sections_slider .splide__slide figure img{
    width: 100%;
    object-fit: cover;
    object-position: top;
    transition: object-position 2s linear;
}
.lr-ultimate-sections_slider .splide__pagination{
    bottom: -46px;
}
.splide__pagination__page{
    width: 9px !important;
    height: 9px !important;
    margin: 2px !important;
    background: rgba(16, 149, 118, 0.30) !important;
}
.splide__pagination__page.is-active{
    transform: scale(1) !important;
    background: #109576 !important;
}

/* Slider End */

.lr-ultimate-sections_services{
    margin-top: 99px;
}
.lr-ultimate-sections_services ul{
    margin: -15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lr-ultimate-sections_services ul li{
    padding: 15px;
    list-style: none;
}
.lr-ultimate_services_card{
    display: flex;
    max-width: 352px;
    padding: 29px 34px;
    align-items: center;
    border-radius: 12px;
    flex-direction: column;
    justify-content: center;
    backdrop-filter: blur(55px);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.lr-ultimate_services_card figure{
    margin: 0;
    width: 40px;
}
.lr-ultimate_services_card figure img{
    width: auto;
    height: auto;
    object-fit: cover;
}
.lr-ultimate_services_card h5{
    color: #fff;
    margin: 20px 0 0 0;
    text-align: center;
    font: 600 16px/19px var(--font-family);
}
.lr-ultimate_services_card span{
    opacity: 0.8;
    color: #fff;
    margin: 10px 0 0 0;
    text-align: center;
    font: 400 14px/20px var(--font-family);
}
/* Ultimate Sections Collection end */
/* Learning Section Start */
.lr-learning-section{
    z-index: 99;
    padding: 100px 0;
    position: relative;
    background: #15161D;
}
.lr-learning-section::before{
    top: 52px;
    left: 40px;
    content: "";
    width: 146px;
    height: 146px;
    position: absolute;
    filter: blur(225px);
    background: #CF8AFF;
}
.lr-learning-section::after{
    content: "";
    width: 99px;
    height: 99px;
    bottom: 140px;
    right: 139.14px;
    position: absolute;
    filter: blur(175px);
    background: #00FFC8;
}
.lr-learning-section > img{
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
}
.lr-learning-section_wrap .lr-sections_title{
    margin: 0 auto;
    max-width: 655px;
}
.lr-learning-section_wrap .lr-sections_title span{
    background: linear-gradient(90deg, #FFF -86.96%, rgba(255, 255, 255, 0.00) 93.48%);
}
.lr-learning-section_wrap .lr-sections_title h2{
    max-width: 100%;
    font-weight: 400;
    letter-spacing: -0.72px;
}
.lr-learning-section_wrap .lr-sections_title p{
    max-width: 100%;
}
.lr-section_btn{
    display: flex;
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}
.lr-learning-section_wrap .lr-button{
    gap: 6px;
    border: none;
    color: #000;
    padding: 16px 30px;
    align-items: center;
    display: inline-flex;
    border-radius: 9999px;
    transition: all 0.3s ease-in;
    font: 600 16px/24px var(--font-family);
    background: var(--ye, linear-gradient(180deg, #FDB022 37.55%, #FFF 146.7%));
}
/* Learning Section End */
.lr-yt-channel .lr-platform-title{
    text-align: left;
    padding: 60px 0;
}
.lr-yt-channel .lr-platform-title span{
    max-width: 400px;
}
.lr-platform .lr-yt-channel figure img{
    border-radius: 0 20px 0 20px;
}
.lr-yt-channel.lr-platform-seo{
    gap: 40px;
    padding: 35px 60px 0 0;
}
.lr-platform .lr-yt-channel figure{
    padding-left: 0;
    padding-right: 40px;
    align-self: flex-end;
}
.lr-yt-channel.lr-platform-seo .lr-platform-title p{
    max-width: 430px;
}
/* Keyframes start here  */
@keyframes vertical-top {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-100%);
    }
}

@keyframes vertical-topreverse {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes vertical-bottom {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(100%);
    }
}

@keyframes vertical-bottomreverse {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes leftright {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes leftright-reverse {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes rightleft {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

@keyframes rightleft-reverse {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Keyframes end here  */
/* Responsive start here  */
@media (max-width: 1600px) {
    .lr-stunning-content .lr-title {
        padding-right: 80px;
    }
    .lr-stunning-img{
        margin: -200px 35px -150px 0;
    }
}

@media (max-width: 1550px) {
    .lr-stunning-content .lr-title {
        padding-right: 80px;
    }
}

@media (max-width: 1440px) {
    .lr-stunning-img {
        margin: -324px 0 -230px 0;
    }

    .lr-stunning-content .lr-title {
        padding: 0;
    }
    .lr-ultimate-sections {
        padding: 100px 20px;
    }
}

@media (max-width: 1366px) {
    .lr-stunning-content {
        padding: 80px 15px;
    }

    .lr-stunning-img {
        margin: -324px 0 -230px 0;
    }

    .lr-feaure-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .lr-platform-image-content{
        flex-direction: column;
    }
    .lr-section_space{
        padding: 100px 30px;
    }

    .lr-unlimited-features {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1199px) {
    .lr-platform .lr-yt-channel figure{
        max-width: 400px;
    }
    .lr-stunning-wrapper{width: 100%;}
    .lr-navbar .navbar-toggler {
        border: 0;
        flex: none;
        padding: 0;
        width: 48px;
        height: 48px;
        color: #fff;
        box-shadow: none;
        margin-left: auto;
        border-radius: 10px;
        font: 700 20px/42px var(--font-family);
        background: rgba(255, 255, 255, 0.10);
    }

    .lr-navbar .lr-navbar_list li .lr-navbar-link {
        color: #000;
    }

    .lr-stunning-section .lr-demo-wrapper .lr-stunning-wrapper::after{
        left: 0;
    }
    .lr-ultimate-sections_services ul{
        flex-wrap: wrap;
    }
    .lr-navbar .navbar-collapse {
        position: absolute;
        left: 0;
        top: 96px;
        z-index: 1;
        width: 100%;
        background: white;
        border-radius: 10px;
        box-shadow: 0px 10px 30px 0px rgba(16, 24, 40, 0.06);
    }

    .lr-playicon {
        width: 80px;
        height: 80px;
    }

    .lr-navbar .lr-navbar_list li {
        width: 100%;
        text-align: start;
    }

    .lr-navbar .lr-navbar_list li + li {
        border-top: 1px solid #eee;
    }

    .lr-stunning-wrapper {
        flex-direction: column;
        margin: 80px 0 0px 0;
    }
    
    .lr-stunning-img {
        margin: 0px 0 -0 0;
    }

    .lr-playicon {
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .lr-icons {
        justify-content: center;
    }

    .lr-stunning-content {
        text-align: center;
        padding: 30px 15px;
    }

    .lr-feaure-wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 991px) {
    .lr-platform .lr-yt-channel figure img{
        border-radius: 20px;
    }
    .lr-platform .lr-yt-channel figure{
        align-self: center;
    }
    .lr-yt-channel .lr-platform-title{
        padding: 0;
    }
    .lr-yt-channel.lr-platform-seo{
        padding: 40px 20px ;
    }
    .lr-platform .lr-yt-channel figure{
        max-width: 500px;
        padding: 0;
    }
    .lr-demo-body {
        margin: 0;
    }
    .lr-platform-seo{
        gap: 40px;
        flex-direction: column;
        padding: 40px 0 0 40px;
        align-items: flex-start;
    }

    .lr-demo-body li {
        width: calc(100% / 2);
    }

    .lr-users-listing {
        flex-wrap: wrap;
        justify-content: center;
    }

    .lr-stunning-img > img {
        width: 100%;
    }

    .lr-faq-wrapper {
        flex-direction: column;
    }

    .lr-faq-content {
        max-width: 100%;
        text-align: center;
    }

    .lr-template-img {
        margin-top: 20px;
    }

    .lr-template-content {
        text-align: center;
    }
}

@media (max-width: 850px) {
    .lr-unlimited-features {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 767px) {
    .lr-accordion-item h2 span{padding-right: 30px;}
    .lr-ultimate-sections_slider::after,
    .lr-ultimate-sections_slider::before{display: none;}
    .lr-banner-content .lr-title {
        font-size: 40px;
        line-height: 50px;
    }
    
    .lr-banner-content-wrapper{
        padding-top: 80px;
    }

    .lr-platform-seo{
        padding: 40px 0 0 40px;
    }
    .lr-title-content,
    .lr-highlited-text,
    .lr-sections_title h2,
    .lr-faq-content .lr-title,
    .lr-users-heading .lr-title,
    .lr-striking-heading .lr-title,
    .lr-stunning-header .lr-title,
    .lr-demo-header .lr-title {
        font-size: 26px;
        line-height: 33px;
    }

    .lr-banner-img {
        margin: 20px 0 0;
    }

    .lr-banner-content .lr-description > p {
        font-size: 18px;
        line-height: 25px;
    }

    .lr-striking-header > h1 {
        font-size: 90px;
    }

    .lr-demo-body {
        margin: 0;
    }

    .lr-demo-body li {
        width: 100%;
    }

    .lr-demo-content {
        margin: 0 auto;
    }

    .lr-feaure-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .lr-template-content .lr-btn,
    .lr-faq-content .lr-btn {
        width: 100%;
        max-width: 480px;
    }

    .lr-faq-wrapper {
        flex-direction: column;
    }

    .lr-template-content .lr-title,
    .lr-template-content .lr-description > p {
        max-width: 100%;
    }

    .lr-user-detail {
        margin: 0 auto;
    }

    .lr-accordion .lr-accordion-item .accordion-button {
        min-width: auto;
    }

    .lr-demo-wrapper > .lr-btn-primary {
        width: 100%;
        max-width: 480px;
        margin: 57px auto 0 auto;
    }

    .lr-stunning-content .lr-title,
    .lr-stunning-content .lr-description > p {
        padding: 0;
    }

    .lr-stunning-wrapper {
        flex-wrap: wrap;
    }

    .lr-users-section {
        padding: 80px 15px 0;
    }

    .lr-accordion-item h2 span {
        width: 100%;
        max-width: 460px;
    }

    .lr-footer-content{
        flex-wrap: wrap;
        justify-content: center;
    }
    .lr-stunning-wrapper{
        margin: 0;
    }
    .lr-ultimate-sections_slider .splide__slide figure{
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    .lr-demo-header > span {
        font-size: 5rem;
        line-height: 5rem;
    }

    .lr-platform-features{
        gap: 30px;
    }
    
    .lr-slider-section{
        padding-top: 80px;
    }

    .splide__slide figure {
        width: 100%;
        max-width: 100% !important;
    }
    
    .splide__track--draggable[style="padding-left: 10rem; padding-right: 10rem;"]{
        padding: 0;
    }

    .lr-ultimate-sections .lr-demo-body {
        gap: 11px;
        padding: 0 10px !important;
    }
}

@media (max-width: 480px) {
    .lr-ultimate-sections,
    .lr-section_space {
        padding: 80px 10px;
    }

    .lr-ultimate_services_card{
        padding: 15px;
    }

    .lr-feaure-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .lr-ultimate-sections_services{
        padding: 0 10px;
    }

    .lr-ultimate-sections_wrap {
        padding: 80px 0;
    }

    .lr-platform-title {
        padding: 15px;
    }

    .lr-platform-seo {
        padding: 15px 0 0 15px;
    }

    .lr-ultimate-sections_slider .splide__slide figure{
        padding: 0 10px;
        margin: 0 !important;
    }

    .lr-banner-bg .lr-button-wrapper,
    .lr-banner-content,
    .lr-sections_title{
        padding: 0 10px;
    }

    .lr-learning-section .col-12,
    .lr-learning-section .lr-sections_title,
    .lr-banner-content .lr-description > p{
        padding: 0;
    }
    .lr-platform-sharing .lr-platform-title {
        padding: 15px 15px 30px 15px;
    }

    .lr-ultimate-sections_slider::before,
    .lr-ultimate-sections_slider::after{
        width: 166px;
    }
}

@media (max-width: 375px) {
    .lr-demo-content:hover figcaption {
        width: max-content;
    }
}

/* Responsive End here  */