@import "./color.css";
@import "./fonts.css";
a {
    color: var(--lyan-color-1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
a:hover {
    color: var(--lyan-color-2);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
}
.transition-lyan {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
body {
    position: relative;
    font: 1em dana;
    font-weight: normal;
    margin: 0 auto;
    background-color: #fff;
    height: 100%;
    -ms-scroll-chaining: none;
    overscroll-behavior: none;
}
body.rtl-mode {
    text-align: right;
}
body.ltr-mode {
    text-align: left;
}
body, html {
    height: 100%;
    margin: 0;
    width: 100%;
}
html {
    scroll-behavior: smooth;
}
.clear-n {
    clear: both;
}
#main-body-lyan {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
*:focus-visible {
    outline: none !important;
}
.img-cover {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}
.img-contain {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    -o-object-fit: contain;
}
.limit-line-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.limit-line-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--lyan-color-2);
    --bs-btn-border-color: var(--lyan-color-2);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #d98f22;
    --bs-btn-hover-border-color: #d98f22;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--lyan-color-2);
    --bs-btn-active-border-color: var(--lyan-color-2);
    --bs-btn-active-shadow: none;
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--lyan-color-2);
    --bs-btn-disabled-border-color: var(--lyan-color-2);
}
.btn-lyan {
    border-radius: 0.7rem;
    padding: .7rem 1.8rem;
}
.navbar-lyan-open .navbar-lyan {
    /*height: 100%;*/
    /*align-items: start;*/
}
.navbar-lyan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 1000;*/
    z-index: 2001;
    background-color: transparent;
    padding: .8rem 0;
    /*height: 71px;*/
}
.bg-navbar-lyan {
    background-color: var(--lyan-color-1-80opacity);
}
.navbar-lyan .nav-link {
    padding: .6rem 1rem;
    font-size: .95rem;
    font-weight: normal;
    color: #ffffff;
    background-color: transparent;
    border-radius: .8rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.navbar-lyan .nav-link:focus,
.navbar-lyan .navbar-nav .nav-link.active,
.navbar-lyan .navbar-nav .nav-link.show {
    color: #ffffff;
}
.navbar-lyan .nav-link.active,
.navbar-lyan .nav-link:hover {
    background-color: var(--lyan-color-2);
    color: #ffffff;
}
.navbar-logo {
    height: 60px;
    display: none;
}
.navbar-logo:hover {
    opacity: .85;
}
.navbar-lyan .navbar-logo.logo-color {
    display: block;
}
.navbar-lyan .navbar-logo.logo-white {
    display: none;
}
.navbar-lyan-sticky .navbar-logo.logo-white {
    display: block;
}
.navbar-lyan-sticky .navbar-logo.logo-color {
    display: none;
}
.bg-navbar-lyan.navbar-lyan .navbar-logo.logo-white {
    display: block !important;
}
.bg-navbar-lyan.navbar-lyan .navbar-logo.logo-color {
    display: none !important;
}
.navbar-lyan-sticky {
    background-color: var(--lyan-color-1);
    padding: .5rem 0;
}
.navbar-lyan-sticky .navbar-logo {
    height: 45px;
}
.navbar-toggler {
    box-shadow: none !important;
    border-color: transparent;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.pt-page {
    padding-top: 96px;
}
.swiper-home-page {
    width: 100%;
}
.home-slider-item {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background: rgb(141,132,117);*/
    /*background: -moz-linear-gradient(45deg, rgba(141,132,117,1) 0%, rgba(75,69,72,1) 100%);*/
    /*background: -webkit-linear-gradient(45deg, rgba(141,132,117,1) 0%, rgba(75,69,72,1) 100%);*/
    /*background: linear-gradient(45deg, rgba(141,132,117,1) 0%, rgba(75,69,72,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8d8475",endColorstr="#4b4548",GradientType=1);*/
}
.home-slider-item > img {
    object-position: center bottom;
    -o-object-position: center bottom;
    /*width: 101%;*/
    /*height: 101%;*/
    z-index: 1;
}
.home-slider-item img.mobile-bg {
    display: none;
}
.home-slider-item p {
    position: relative;
    z-index: 3;
    font-size: 1.7rem;
    line-height: 3.3rem;
    color: var(--lyan-color-1);
    width: 70%;
    text-align: center;
    font-weight: bold;
    margin-top: -17rem;
    margin-bottom: 0;
}
.swiper-home-page .swiper-button-prev,
.swiper-home-page .swiper-button-next {
    top: 50% !important;
    width: 38px !important;
    height: 61px !important;
    margin-top: -30px !important;
    color: #ffffff !important;
    text-shadow: 0 0.125em 0.75em #ffffffe6 !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.swiper-home-page .swiper-button-prev:hover,
.swiper-home-page .swiper-button-next:hover {
    color: var(--lyan-color-1) !important;
    text-shadow: 0 0.125em 0.75em var(--lyan-color-2) !important;
}
.swiper-home-page .swiper-button-next,
.swiper-home-page.swiper-rtl .swiper-button-prev {
    right: 100px !important;
    left: auto !important;
}
.swiper-home-page.swiper-button-prev,
.swiper-home-page.swiper-rtl .swiper-button-next {
    left: 100px !important;
    right: auto !important;
}
.swiper-home-page .swiper-button-prev.swiper-button-disabled,
.swiper-home-page .swiper-button-next.swiper-button-disabled {
    opacity: 0 !important;
}
.after-before-image {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1999;
    /*clip-path: polygon(*** 0, 100% 0, 100% 100%, *** 100%);*/
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
.after-before-image img {
    object-position: center bottom;
    -o-object-position: center bottom;
    /*width: 101%;*/
    /*height: 101%;*/
    z-index: 1;
}
.after-before-image .logo-after-before {
    position: absolute;
    top: 30%;
    right: 20%;
    z-index: 2;
    width: auto;
    height: 170px;
    max-width: 80%;
}
.mover-after-before {
    position: absolute;
    /*width: 200px;*/
    width: 42px;
    height: 100%;
    top: 0;
    left: 100%;
    z-index: 2000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: col-resize;
}
.mover-after-before::before {
    position: absolute;
    left: 50%;
    content: '';
    cursor: col-resize;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: .1rem;
    height: 100%;
    background: #fff;
}
.mover-after-before::after {
    content: '';
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: var(--lyan-color-1);
    cursor: col-resize;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.mover-after-before:hover::after {
    width: 42px;
    height: 42px;
    -webkit-box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.3);
}
.bg-page-lyan {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
}
.bg-page-lyan::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-animation-name: fadeBg;
    animation-name: fadeBg;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    backdrop-filter: blur(0);
    -webkit-backdrop-filter: blur(0);
}
@-webkit-keyframes fadeBg {
    from {
        background-color: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
    }
    to {
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}
@keyframes fadeBg {
    from {
        background-color: rgba(255, 255, 255, 0);
        backdrop-filter: blur(0);
        -webkit-backdrop-filter: blur(0);
    }
    to {
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
    }
}
.lyan-page-title {
    font-size: 1.7rem;
    font-weight: bold;
    margin-bottom: 1.3rem;
    text-align: center;
    color: var(--lyan-color-1);
}
.about-list-box {
    position: relative;
    width: 100%;
    background-color: rgba(27, 50, 129, 0.02);
    border: 1px solid rgba(27, 50, 129, 0.15);
    border-radius: 0.5em;
    overflow: hidden;
}
.about-list-box-thumb-parent {
    position: relative;
    width: 35%;
}
.about-list-box-thumb {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-top: 66%;
    height: 100%;
}
.about-list-box-thumb img {
    width: 101%;
    height: 101%;
}
.about-list-box-content {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.lyan-section-title h3 {
    color: #000000;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    padding-bottom: .7rem;
    position: relative;
    display: inline-block;
}
.lyan-section-title h3::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 0;
    background-color: var(--lyan-color-2);
    opacity: .4;
    height: 4px;
    border-radius: 50rem;
    min-width: 100px;
}
.lyan-section-title h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    z-index: 1;
    background-color: var(--lyan-color-2);
    height: 4px;
    border-radius: 50rem;
}
.lyan-list-item {
    padding: 0;
    margin: 0 0 1rem;
    text-align: justify;
}
.lyan-text {
    color: #000000;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 2rem;
    position: relative;
    text-align: justify;
}
.lyan-list-item li {
    color: #000000;
    font-weight: normal;
    font-size: 1.05rem;
    line-height: 1.9rem;
    position: relative;
    padding-right: 2.2rem;
}
.lyan-list-item li:not(:last-child) {
    margin-bottom: .7rem;
}
.lyan-list-item li::before {
    content: '';
    position: absolute;
    top: .25rem;
    right: 0;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: var(--lyan-color-1-20opacity);
    z-index: 0;
}
.lyan-list-item li::after {
    content: '';
    position: absolute;
    top: .25rem;
    right: .35rem;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: var(--lyan-color-2-60opacity);
    z-index: 1;
}
.about-bg-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
    padding: 1.7rem 1.5rem;
}
.about-bg-section > img {
    width: 101%;
    height: 101%;
}
.about-bg-section-content {
    position: relative;
    width: 60%;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 1.3rem;
    padding: 1.5rem;
}
.about-bg-section-content p,
.about-list-box-content p {
    font-size: 1rem;
    line-height: 1.8rem;
    color: #000000;
    margin-bottom: 0;
    text-align: justify;
}
.about-list-box-content p {
    margin-bottom: 1rem;
}
.about-bg-section-content p:not(:last-child) {
    margin-bottom: 1rem;
}
.footer-lyan {
    background-color: var(--lyan-color-1-2opacity);
    border: 1px solid var(--lyan-color-1-15opacity);
    border-radius: .5rem;
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    margin-top: 2.5rem;
    padding: 1rem 0;
}
.footer-copyright {
    color: var(--lyan-color-1);
    font-size: .9rem;
    margin-bottom: 0;
    line-height: 1.8rem;
    text-align: center;
}
.logo-footer {
    height: 40px;
    display: inline-block;
}
.logo-footer:hover {
    opacity: .8;
}
.contact-us-icons a {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
    border-radius: 50%;
    background-color: var(--lyan-color-2);
    color: var(--lyan-color-1);
}
.contact-us-icons a:not(:first-child) {
    margin-right: .6rem;
}
.contact-us-icons a:hover {
    background-color: var(--lyan-color-2);
    color: #ffffff;
}
.about-list-box-thumb-parent-2 {
    width: 30%;
}
.about-list-box-thumb-parent-2 img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    min-width: 100%;
}
.about-list-box-thumb-parent-3 img {
    object-fit: contain;
    -o-object-fit: contain;
    width: 100%;
    height: 100%;
}
.about-list-box-thumb-parent-3 .about-list-box-thumb {
    height: 80%;
}
.swiper-companies {
    width: 100%;
}
.swiper-companies .swiper-slide {
    height: auto;
}
.company-logo-box {
    position: relative;
    width: 100%;
    background-color: rgba(27, 50, 129, 0.02);
    border: 1px solid rgba(27, 50, 129, 0.15);
    border-radius: 0.5em;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}
.company-logo-box:hover {
    background-color: rgba(27, 50, 129, 0.06);
}
.company-logo-box.active {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid var(--lyan-color-2);
}
.company-logo-box img {
    max-width: 75%;
    max-height: 65%;
}
.about-list-box-website-parent {
    position: relative;
    width: 30%;
}
.preview-tablet-frame-parent {
    position: relative;
    width: 100%;
    padding: .5rem;
    border-radius: 1.5rem;
    background-color: #07090b;
    filter: drop-shadow(0 0.125em 0.938em #54616fbf);
    -webkit-filter: drop-shadow(0 0.125em 0.938em #54616fbf);
    transform: translate(-30px, -50px);
    -webkit-transform: translate(-30px, -50px);
    -ms-transform: translate(-30px, -50px);
}
.preview-tablet-frame-parent::before {
    content: '';
    position: absolute;
    top: 3rem;
    width: 5px;
    height: 40px;
    border-radius: 50rem 0 0 50rem;
    left: 0;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #07090b;
    z-index: -1;
}
.preview-tablet-frame-parent-btns {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.preview-tablet-frame-parent-btns::after {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    height: 5px;
    border-radius: 50rem 50rem 0 0;
    left: 20%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #07090b;
    z-index: -1;
}
.preview-tablet-frame-parent-btns::before {
    content: '';
    position: absolute;
    top: 0;
    width: 40px;
    height: 5px;
    border-radius: 50rem 50rem 0 0;
    left: calc(20% + 40px + 7px);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    background-color: #07090b;
    z-index: -1;
}
.preview-tablet-frame {
    position: relative;
    width: 100%;
    border-radius: 1.3rem;
    padding-top: 65%;
    overflow: hidden;
}
.preview-tablet-frame img {
    object-position: center top;
    -o-object-position: center top;
    width: 101%;
    height: 101%;
}
.company-row-pb:not(:last-child) {
    padding-bottom: 7rem;
}
.companies-section {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 3rem 0;
}
.preview-tablet-frame-url {
    position: absolute;
    top: 5rem;
    left: 100%;
    width: auto;
    background-color: var(--lyan-color-1);
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: normal;
    z-index: -1;
    padding: .3rem 1.2rem .2rem .7rem;
    border-radius: 0 50rem 50rem 0;
    white-space: nowrap;
    transition: none !important;
}
.contact-about-box-p {
    padding: 2.5rem;
}
.contact-us-item {
    position: relative;
    width: 100%;
}
.contact-us-item:not(:last-child) {
    margin-bottom: 1rem;
}
.contact-us-item p {
    margin-bottom: 0;
    color: #000000;
    font-size: 1rem;
    line-height: 1.9rem;
}
.contact-us-item i {
    color: var(--lyan-color-1-60opacity);
    font-size: 1.1rem;
    margin-top: .28rem;
}
.form-label {
    margin-bottom: .3rem;
    color: #58595b;
    font-size: 1rem;
}
.form-control {
    padding: .5rem .8rem;
    font-size: 1rem;
    color: var(--bs-body-color);
    background-color: #fcfcfc33;
    border: 1px solid #1b328133;
    border-radius: .5rem;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.form-control:focus {
    color: #000000;
    background-color: rgb(255, 255, 255);
    border-color: rgba(27, 50, 129, 0.15);
    box-shadow: none;
    backdrop-filter: blur(10px);
}
#lyan_map {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 230px;
    z-index: 1;
}
.step-terms-box {
    position: relative;
    width: 100%;
    background-color: rgba(27, 50, 129, 0.02);
    border: 1px solid rgba(27, 50, 129, 0.15);
    border-radius: 0.5em;
    margin-bottom: 3rem;
}
.step-terms-box-content {
    padding: 4rem 3rem;
    position: relative;
    width: 70%;
}
.step-terms-box-thumb {
    position: absolute;
    width: 30%;
    left: 0;
    bottom: 0;
    height: calc(100% + 3rem + 7rem);
    z-index: 0;
    margin-bottom: -3.2rem;
}
.step-terms-box-thumb img {
    object-position: center top;
    -o-object-position: center top;
    width: 100%;
    filter: drop-shadow(-20px 0 15px rgba(0, 0, 0, 0.5));
}
.step-flow-box {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: .5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    z-index: 1;
}
.step-flow-box::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 90%);
    background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 90%);
    background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(255,255,255,1) 90%);
    z-index: 0;
}
.step-flow-box-content {
    position: relative;
    width: 50%;
    padding: 4rem 3rem;
    z-index: 1;
}
.history-content-section {
    background: transparent;
    padding: 0;
    text-align: justify;
}
.history-content-text-bg {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .8rem 0 .8rem .8rem;
    padding: 2rem;
}
.history-content-section .lyan-section-title {
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: .8rem .8rem 0 0;
    display: inline-block;
    padding: .5rem 2.5rem 0 5rem;
}
.about-person-ps {
    padding-right: 10rem !important;
    position: relative;
    z-index: 2;
}
.about-person-ps-thumb {
    position: absolute;
    left: calc(100% - 10rem);
    bottom: 0;
    width: 20rem;
    height: calc(100% + 4.5rem);
    z-index: 0;
    background: url("./../img/person2.png") no-repeat center top;
    background-size: auto 115%;
    filter: drop-shadow(6px 0 7px rgba(0, 0, 0, 0.4));
    -webkit-filter: drop-shadow(6px 0 7px rgba(0, 0, 0, 0.4));
}
.about-person-thumb {
    border-radius: .5rem;
    overflow: hidden;
}
.success-text-form {
    color: #198754;
    font-size: 1.2rem;
    margin-bottom: 0;
    line-height: 2rem;
    font-weight: bold;
}




@media only screen and (min-width: 576px) {

}
@media only screen and (min-width: 768px) {

}
@media only screen and (min-width: 992px) {
    .navbar-lyan .nav-item {
        margin-right: 1rem;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 1.3rem;
        padding-right: 1.3rem;
    }
}
@media only screen and (min-width: 1200px) {

}
@media only screen and (min-width: 1400px) {

}
@media only screen and (min-width: 1700px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1600px;
    }
}

@media only screen and (max-width: 1399.98px) {
    .home-slider-item p {
        font-size: 1.5rem;
        line-height: 2.7rem;
        font-weight: 800;
        margin-top: -12rem;
    }
    .about-bg-section-content {
        width: 70%;
    }
}
@media only screen and (max-width: 1199.98px) {
    /*.home-slider-item > img {*/
    /*    object-fit: contain;*/
    /*    -o-object-fit: contain;*/
    /*}*/
    .swiper-px-xl {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .swiper-companies .swiper-slide {
        width: 14%;
    }
    /*.preview-tablet-frame-url {*/
    /*    top: 2rem;*/
    /*    font-size: .9rem;*/
    /*}*/
    /*.preview-tablet-frame-parent {*/
    /*    transform: translate(-20px, -50px);*/
    /*    -webkit-transform: translate(-20px, -50px);*/
    /*    -ms-transform: translate(-20px, -50px);*/
    /*}*/
    .step-terms-box-content {
        width: 100%;
    }
    .step-terms-box-thumb {
        height: 100%;
        width: 50%;
        margin-bottom: 0;
    }
    .step-terms-box-thumb {
        opacity: 0.2 !important;
    }
    .preview-tablet-frame-parent {
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .about-list-box-website-parent {
        align-self: center;
        margin-bottom: .5rem;
        margin-top: -7rem;
        width: 45%;
    }
    .company-row-pb {
        padding-bottom: 10rem !important;
    }
    .company-row-pb:last-child {
        padding-bottom: 0 !important;
    }
    .companies-section {
        padding-top: 9rem !important;
        padding-bottom: 1rem;
    }
    .preview-tablet-frame-url {
        font-size: 1rem;
        left: 50%;
        z-index: 2;
        top: 100%;
        border-radius: 50rem;
        transform: translate(-50%, -85%);
        -ms-transform: translate(-50%, -85%);
        -webkit-transform: translate(-50%, -85%);
        padding: .3rem 1rem .2rem 1rem;
    }
    .about-list-box-content {
        /*text-align: center;*/
    }
}
@media only screen and (max-width: 991.98px) {
    .lyan-disable-animation [data-aos-delay] {
        transition-delay: 0s !important;
    }
    .navbar-lyan {
        background-color: var(--lyan-color-1);
        padding: .5rem 0;
        z-index: 2001;
    }
    .navbar-logo {
        display: none;
        height: 45px;
    }
    .navbar-lyan .navbar-logo.logo-white {
        display: block;
    }
    .navbar-lyan .navbar-logo.logo-color {
        display: none;
    }
    .navbar-lyan .nav-item:not(:last-child) {
        margin-bottom: .5rem;
    }
    .navbar-lyan .nav-link:hover {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
    .pt-page {
        padding-top: 71px;
    }
    .home-slider-item p {
        font-size: 1.3rem;
        line-height: 2.5rem;
        font-weight: 700;
        margin-top: 8rem;
    }
    .after-before-image .logo-after-before {
        height: 130px;
    }
    .about-list-box-thumb-parent {
        width: 100%;
    }
    .about-list-box-content {
        padding: 2rem 2.5rem;
    }
    .about-bg-section-content {
        width: 100%;
    }
    .logo-footer {
        margin-bottom: .7rem;
    }
    .about-list-box-thumb-parent-2,
    .about-list-box-thumb-parent-3 {
        width: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        height: 100%;
        opacity: .1;
    }
    .about-list-box-thumb-parent-3 img {
        /*object-fit: contain;*/
        /*-o-object-fit: contain;*/
        object-position: center bottom;
        -o-object-position: center bottom;
    }
    .about-list-box-thumb-parent-3 .about-list-box-thumb {
        height: 100%;
    }
    .swiper-companies .swiper-slide {
        width: 17%;
    }
    .step-flow-box-content {
        width: 100%;
    }
    .step-flow-box::before {
        width: 100%;
        background: rgba(255, 255, 255, 0.7) !important;
    }
    .about-person-ps {
        padding-right: 2.5rem !important;
    }
    .about-person-ps-thumb {
        left: 0;
        width: 100%;
        height: 90%;
        background: url("./../img/person2.png") no-repeat center top;
        background-size: auto 120%;
        opacity: .2;
    }
    .about-person-thumb {
        border-radius: .5rem .5rem 0 0;
    }
    .about-list-box-website-parent {
        width: 60%;
    }
}
@media only screen and (max-width: 767.98px) {
    .swiper-home-page .swiper-button-next,
    .swiper-home-page.swiper-rtl .swiper-button-prev {
        right: 27px !important;
        left: auto !important;
    }
    .swiper-home-page.swiper-button-prev,
    .swiper-home-page.swiper-rtl .swiper-button-next {
        left: 27px !important;
        right: auto !important;
    }
    .home-slider-item p {
        font-size: 1.2rem;
        line-height: 2.3rem;
        width: 70%;
    }
    .after-before-image .logo-after-before {
        height: 100px;
    }
    .lyan-text {
        font-size: 1.05rem;
        line-height: 1.8rem;
    }
    .lyan-list-item li {
        font-size: .95rem;
        line-height: 1.6rem;
        padding-right: 2rem;
    }
    .lyan-list-item li::before {
        top: .35rem;
        width: 15px;
        height: 15px;
    }
    .lyan-list-item li::after {
        top: .35rem;
        width: 15px;
        height: 15px;
    }
    .lyan-page-title {
        font-size: 1.2rem;
        line-height: 2rem;
    }
    .lyan-section-title h3 {
        font-size: 1.1rem;
        line-height: 1.9rem;
    }
    .swiper-companies .swiper-slide {
        width: 19%;
    }
    .about-list-box-website-parent {
        width: 70%;
        padding: 0 .8rem;
    }
    .step-terms-box-thumb {
        width: 100%;
    }
    .step-flow-box-content,
    .step-terms-box-content {
        padding: 3rem 2.5rem;
    }
    .mover-after-before {
        display: none !important;
    }
    .after-before-image {
        display: none !important;
    }
}
@media only screen and (max-width: 575.98px) {
    .swiper-companies .swiper-slide {
        width: 25%;
    }
    /* start slider mobile */
    .home-slider-item img.desktop-bg {
        display: none !important;
    }
    .home-slider-item img.mobile-bg {
        display: block !important;
    }
    .home-slider-item p {
        font-size: 1.1em;
        line-height: 2.1rem;
        width: 80%;
        /*color: #ffffff;*/
        color: var(--lyan-color-1);
        /*margin-top: 5rem;*/
    }
    .swiper-home-page .swiper-button-prev,
    .swiper-home-page .swiper-button-next {
        top: auto !important;
        width: 38px !important;
        height: 38px !important;
        margin-top: 0 !important;
        color: #ffffff !important;
        text-shadow: 0 0.125em 0.75em #ffffffe6 !important;
        bottom: 3rem;
        font-style: normal;
        font-variant: normal;
        line-height: 1;
        text-rendering: auto;
    }
    .parallax-bg {
        position: absolute;
        right: 0;
        top: 0;
        width: 250%;
        height: 100%;
        background-size: cover;
        background-position: bottom right;
    }
    .home-slider-item > img {
        /*display: none;*/
    }
    /* end slider mobile */
}
@media only screen and (max-width: 480px) {
    .swiper-companies .swiper-slide {
        width: 32%;
    }
}