@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

* {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden !important;
}

.theme-btn,
.theme-btn:hover {
    color: #ffffff !important;
    background: #1e1e1e;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 10px 24px !important;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.theme-btn-outline,
.theme-btn-outline:hover {
    color: #1e1e1e !important;
    background: transparent;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.5px;
    padding: 8px 24px !important;
    display: inline-block;
    border: 2px solid #1e1e1e;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.navbar-toggler {
    padding: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

/* ======================================
                 Header
=========================================*/
header {
    border-bottom: 1px solid #dddddd;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.bg-body-tertiary {
    background-color: #ffffff !important;
}

.navbar-brand {
    padding-bottom: 8px;
}

.navbar {
    padding: 1rem 0;
}

.navbar-expand-lg .navbar-nav {
    column-gap: 0.75rem;
    row-gap: 0.75rem;
    align-items: center;
}

.nav-link {
    color: #1e1e1e;
    font-weight: 500;
    padding: 0;
}

.lang-picker {
    margin: 0 0 0 0.65rem;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 8px;
}

.lang-picker a,
.lang-picker a:hover {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.lang-picker a.active {
    color: #ff5622;
}

/*
.lang-btn {
    color: #1e1e1e;
    padding: 0.25rem 0.25rem;
    margin-left: 0.2rem;
    border: 1px solid #dddddd;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-transform: uppercase;
    text-decoration: none;
}

.lang-btn img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}

.lang-btn span {
    color: #1e1e1e;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 8px 0 0px;
}

*/

@media screen and (max-width: 991.98px) {
    .navbar {
        padding: 0.75rem 0;
    }

    .navbar-expand-lg .navbar-nav {
        padding: 1.5rem 0 1rem 0;
    }

    .nav-link {
        font-size: 18px;
        font-weight: 600;
    }

    .theme-btn,
    .theme-btn:hover,
    .theme-btn-outline,
    .theme-btn-outline:hover {
        font-size: 16px;
        margin: 5px 0;
    }

    .lang-btn img {
        height: 26px;
        width: 26px;
    }
    .lang-btn span {
        font-size: 14px;
    }
}

@media screen and (max-width: 767.98px) {
    .container,
    .container-fluid,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .navbar {
        padding: 0.5rem 0;
    }
}
@media screen and (max-width: 480px) {
    .navbar-brand img {
        max-height: 22px;
    }
}

/* ======================================
                 Hero
=========================================*/

.hero {
    min-height: calc(100vh - 75px);
    display: flex;
    align-items: center;
    padding: 115px 0 40px 0;
    position: relative;
    overflow: hidden;
}

.hero::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
    background: #f4f8ff;
    z-index: -1;
}

.hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1.25px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.hero h1 span {
    position: relative;
}

.hero h1 span::after {
    position: absolute;
    content: '';
    top: 72%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/underline.png) no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
}

.hero .list {
    margin: 0 0 30px;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.lt .hero .list {
    grid-template-columns: 1.2fr 1fr;
}

.hero .list li {
    font-size: 18px;
    font-weight: 500;
    list-style: none;
    position: relative;
    padding-left: 1.2rem;
}

.hero .list li::before {
    position: absolute;
    content: '\2022';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ff5622;
    font-size: 22px;
    line-height: 22px;
    font-weight: bold;
    display: inline-block;
}

.hero a,
.hero a:hover {
    font-size: 16px;
}

.waitless-image {
    text-align: center;
    position: relative;
}

.waitless-image::before {
    position: absolute;
    content: '';
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    height: 100%;
    width: 100%;
    transform: translateX(-110px);
    background: url('../img/shape01.svg') no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0.085;
    z-index: -1;
}

.waitless-image .first {
    position: relative;
    max-width: 260px;
    z-index: 99;
}

.waitless-image .second {
    position: absolute;
    bottom: 20px;
    max-width: 200px;
    z-index: 0;
    border-radius: 20px;
    border: 2px solid #dddddd;
}

.waitless-image .scan-card {
    position: absolute;
    right: -25px;
    bottom: 120px;
    width: 220px;
    border-radius: 10px;
    z-index: 99;
    overflow: hidden;
}

@media screen and (max-width: 1199.98px) {
    .hero h1 {
        font-size: 2.2rem;
    }
    .waitless-image {
        transform: scale(0.85);
    }
    .hero .list li {
        font-size: 16px;
    }
}

@media screen and (max-width: 991.98px) {
    .hero {
        padding: 140px 0 30px 0;
    }
    .hero h1 {
        font-size: 2rem;
    }
    .hero::before {
        position: absolute;
        content: '';
        top: 10%;
        right: -50%;
        height: 150%;
        width: 100%;
        transform: rotate(45deg);
        background: #f4f8ff;
        z-index: -1;
    }
    .waitless-image {
        margin-left: 50px;
    }
}

@media screen and (max-width: 767.98px) {
    .hero {
        padding: 110px 0 0 0;
    }
    .hero h1 {
        font-size: 1.4rem;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .hero .list,
    .lt .hero .list {
        margin: 0 0 20px;
        grid-template-columns: 1fr;
    }

    .hero a,
    .hero a:hover {
        font-size: 14px;
    }
    .waitless-image {
        transform: scale(0.8) translateX(10px) translateY(-10px);
    }
}
@media screen and (max-width: 480px) {
    .hero::before {
        position: absolute;
        content: '';
        top: 20%;
        right: 0;
        height: 130%;
        width: 100%;
        transform: rotate(45deg);
        z-index: -1;
    }
    .hero h1 {
        margin-bottom: 14px;
    }
    .hero h1,
    .hero .list,
    .lt .hero .list,
    .hero a,
    .hero a:hover {
        margin-left: 0.5rem;
    }
    .hero .list {
        gap: 0.25rem;
        margin-bottom: 14px;
    }
    .hero .list li img {
        height: 15px;
        width: 15px;
    }
    .hero .list li {
        font-size: 15px;
    }
}

/* ======================================
                 Features
=========================================*/

.features {
    padding: 60px 0 50px;
    background: #f4f8ff;
    position: relative;
    z-index: 0;
}

.features::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 25%;
    background: #ecf1fb;
    z-index: -1;
}

.features h2 {
    color: #1e1e1e;
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.features h2 span {
    position: relative;
}

.features h2 span::after {
    position: absolute;
    content: '';
    top: 73%;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: 100%;
    background: url(../img/underline.png) no-repeat;
    background-size: contain;
    background-position: top center;
    z-index: -1;
}

.feature-nav-tabs {
    position: relative;
}

.feature-nav-tabs::before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border-bottom: 2px solid #c0cce4;
}

.features .nav-tabs {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border: none;
    margin-bottom: 1.25rem;
    overflow: hidden;
}

.features .nav-tabs .nav-link {
    color: #c0cce4;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 0.2rem 0px;
    border: none;
    border-bottom: 2px solid #c0cce4;
    margin-bottom: 0px;
    border-radius: 0;
    transition: all 0.3s;
    z-index: 99;
}

.features .nav-tabs .nav-link:last-child {
    margin-right: 0;
}

.slick-slide {
    margin: 0 20px;
}

.slick-list {
    margin: 0 -20px;
}

.removeTransform {
    transform: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
    transition: all 0.3s;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff5622;
    background: none;
    border-bottom: 2px solid #ff5622;
    transition: all 0.3s;
}

.features .tab-content {
    color: #444444;
    font-size: 17px;
    line-height: 1.7;
    transition: all 0.5s;
}

.feature-nav-tabs,
#nav-tabContent {
    max-width: 540px;
}

.tab-image {
    text-align: center;
}

.tab-image img {
    max-width: 250px;
}

@media screen and (max-width: 1199.98px) {
    .features h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 991.98px) {
    .features::before {
        width: 50%;
        background: #ecf1fb;
    }
    .features h2 {
        text-align: center;
    }
    .feature-nav-tabs,
    #nav-tabContent {
        margin: auto;
    }
    #nav-tabContent {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767.98px) {
    .features h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .features h2 br {
        display: none;
    }
    .feature-nav-tabs,
    #nav-tabContent {
        max-width: 420px;
    }
    .features .nav-tabs .nav-link {
        font-size: 1.4rem;
    }
    .features .tab-content {
        font-size: 16px;
    }
    #nav-tabContent {
        margin-bottom: 30px;
    }
    .slick-slide {
        margin: 0 10px;
    }

    .slick-list {
        margin: 0 -10px;
    }
}

@media screen and (max-width: 480px) {
    .features h2 {
        font-size: 1.4rem;
    }
    .features .nav-tabs {
        margin-bottom: 15px;
    }
    .features .nav-tabs .nav-link {
        font-size: 1.2rem;
    }
    .features .tab-content {
        font-size: 15px;
    }
}

/* ======================================
               Functionality
=========================================*/
.functionality {
    padding: 100px 0 0;
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #e2e8f4;
}

.functionality h2 {
    color: #1e1e1e;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 10px;
}

.functionality p {
    color: #555555;
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.functionality .divider {
    min-width: 70%;
    border-bottom: 2px solid #7c7876;
    display: inline-block;
    margin-bottom: 20px;
    opacity: 0.15;
}

.functionality .card-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.functionality .card {
    background: transparent;
    border: 1px solid #e6ebf1;
    padding: 25px;
}

.functionality .card h4 {
    color: #383838;
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    padding-left: 1.2rem;
}

.functionality .card h4::before {
    position: absolute;
    content: '\2022';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #ff5622;
    font-size: 25px;
    line-height: 25px;
    font-weight: bold;
    display: inline-block;
}

.functionality .card p {
    color: #454545;
    font-size: 16px;
    margin-bottom: 0;
}

.functionality .web-image {
    position: absolute;
    height: auto;
    width: 600px;
    padding-left: 30px;
}

.functionality .web-image img {
    border-radius: 15px;
}

.functionality .web-images {
    position: relative;
    margin-top: 70px;
    transform: translateY(10%);
    display: grid;
    align-items: baseline;
    grid-template-columns: repeat(3, 1fr);
}

.functionality .web-images .small {
    border-radius: 10px;
}

.functionality .web-images .large {
    transform: scale(1.4);
    z-index: 99;
}

@media screen and (max-width: 991.98px) {
    .functionality .web-image {
        position: static;
        width: 100%;
        margin-top: 50px;
        padding: 0;
        text-align: center;
    }
}

@media screen and (max-width: 767.98px) {
    .functionality {
        padding: 50px 0 0;
    }
    .functionality h2 {
        font-size: 1.4rem;
    }
    .functionality p {
        font-size: 15px;
    }
    .functionality .divider {
        min-width: 100%;
    }
    .functionality .card-items {
        grid-template-columns: 1fr;
        row-gap: 1.2rem;
    }
    .functionality .card {
        padding: 20px;
    }
    .functionality .card h4 img {
        height: 16px;
        width: 16px;
    }
    .functionality .card h4 {
        font-size: 1rem;
    }
    .functionality .card p {
        font-size: 15px;
    }
    .functionality .web-image {
        margin-top: 30px;
    }
    .functionality .web-image img {
        border-radius: 10px;
    }
    .functionality .web-images {
        margin-top: 60px;
        transform: translateY(4%);
    }
    .functionality .web-images .large {
        transform: scale(1.75);
    }
    .functionality .web-images .small {
        border-radius: 5px;
    }
}

/* ===========================================
                Why Section
===============================================*/
.why {
    padding: 100px 0px;
}

.why h2 {
    color: #1e1e1e;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: center;
}

.why .card {
    background: transparent;
    border: 1px solid #e6ebf1;
    padding: 30px 24px;
    height: 100%;
    text-align: center;
}

.why .card img {
    height: 46px;
    width: 46px;
    margin: 0 auto 12px;
}

.why .card h4 {
    color: #333333;
    font-size: 1.15rem;
    font-weight: 600;
    margin-bottom: 12px;
}

.why .card p {
    color: #484848;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
}

@media screen and (max-width: 991.98px) {
    .why {
        padding: 60px 0px;
    }
    .why h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767.98px) {
    .why {
        padding: 50px 0px;
    }
    .why h2 {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }
    .why .card {
        max-width: 360px;
        padding: 24px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    .why .card h4 {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    .why .card img {
        height: 38px;
        width: 38px;
        margin-left: auto;
        margin-right: auto;
    }
    .why .card p {
        font-size: 15px;
    }
}

/* ===========================================
                It's a win Section
===============================================*/
.win {
    padding: 60px 0;
    background: #f4f8ff;
}

.win h2 {
    color: #1e1e1e;
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 30px;
}

.win .card {
    padding: 30px 24px;
    border: 3px solid #e6eeff;
    border-radius: 15px;
    background: none;
    height: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.win .card h3 {
    color: #1e1e1e;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.win .card h3 span {
    color: #ff5622;
}

@media screen and (max-width: 1199.98px) {
    .win .card h3 {
        font-size: 1.6rem;
    }
    .win .card::after {
        height: 50px;
        width: 50px;
    }
}

@media screen and (max-width: 991.98px) {
    .win h2 {
        font-size: 2rem;
    }
}

@media screen and (max-width: 767.98px) {
    .win h2 {
        text-align: center;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .win .card {
        max-width: 300px;
        margin: auto;
        padding: 24px;
    }
    .win .card h3 {
        font-size: 1.4rem;
    }
    .win .card h3 br {
        display: none;
    }
}

@media screen and (max-width: 400px) {
    .win h2 {
        font-size: 1.4rem;
    }
    .win .card h3 {
        font-size: 1.2rem;
    }
    .win .card::after {
        height: 40px;
        width: 40px;
    }
}

/* ===========================================
                FAQs Section
===============================================*/
.faqs {
    padding: 100px 0 0;
}

.faqs h2.title {
    color: #1e1e1e;
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.accordion {
    border-radius: 5px;
    overflow: hidden;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-button {
    font-weight: 600;
    color: #484848;
    letter-spacing: 0.25px;
}
.accordion-button:not(.collapsed) {
    color: #1e1e1e;
    background-color: #f1f1f1;
}
.accordion-button:not(.collapsed)::after {
    filter: grayscale(1);
}
.accordion-body {
    padding-top: 1.25rem;
    padding-bottom: 1.35rem;
    line-height: 1.6;
    color: #444444;
}

@media screen and (max-width: 767.98px) {
    .faqs {
        padding: 60px 0 0;
    }
    .faqs h2.title {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
    #faqs-accordion {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    .accordion-button {
        line-height: 1.35;
        padding-left: 0;
        padding-right: 0;
        font-weight: 500;
    }
    .accordion-button:not(.collapsed) {
        background-color: #ffffff;
    }
    .accordion-body {
        font-size: 15px;
        padding: 0;
        padding-bottom: 1.2rem;
    }
}

/* ========================================
                Contact
=========================================== */
.enquiry {
    padding: 100px 0;
}

.enquiry .title {
    font-size: 2rem;
    margin-bottom: 20px;
}

.contact {
    padding: 50px 35px 30px 35px;
    background: #ffffff;
    box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.07);
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.contact .form-control {
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 2px;
}

.contact label {
    color: #1e1e1e;
    font-weight: 300;
    letter-spacing: 1px;
}

.contact button {
    padding: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 2px;
    border: none;
    background: #1e1e1e;
    transition: all 0.3s;
}

.contact button:hover {
    background: #000000;
    transition: all 0.3s;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext {
    padding: 0.75rem;
}

.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
    height: 3rem;
    line-height: 1.25;
}

.form-floating > label {
    padding: 0.75rem;
}

.form-control:focus {
    color: #1e1e1e;
    background-color: transparent;
    border-color: rgba(30, 30, 30, 0.5);
    outline: 0;
    box-shadow: none;
}

.contact span {
    font-size: 14px;
    color: #f00000;
    margin-top: 5px;
    display: none;
}

.infos {
    color: #1e1e1e;
    background: #f4f8ff;
    padding: 50px 45px;
    height: 100%;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    position: relative;
    z-index: 0;
}

.infos a {
    color: #444444;
    text-decoration: none;
}

.infos h2 {
    color: #1e1e1e;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.infos p {
    font-size: 17px;
    letter-spacing: 0.35px;
}

.infos strong {
    font-weight: 500;
    letter-spacing: 1px;
}

@media screen and (max-width: 991.98px) {
    .contact {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .infos {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .infos p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767.98px) {
    .enquiry {
        padding: 60px 0;
    }
    .infos h2 {
        font-size: 1.8rem;
    }
    .infos {
        padding: 40px 35px;
    }
    .infos p {
        font-size: 15px;
    }
    .form-floating > label {
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .infos h2 {
        font-size: 1.5rem;
    }
    .infos {
        padding: 30px 20px;
    }
    .infos p {
        font-size: 14px;
    }
    .contact {
        padding: 30px 20px 15px 20px;
    }
    .contact button {
        font-size: 14px;
    }
}

/* ========================================
                Footer Section
=========================================== */

footer {
    padding: 80px 0 0;
    background: #f4f8ff;
}

footer img {
    margin-bottom: 18px;
}

footer p {
    color: #444444;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
}

footer .social-link {
    margin: 12px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
}

footer h3 {
    color: #1e1e1e;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
}

footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

footer ul li a,
footer ul li a:hover {
    color: #444444;
    font-size: 16px;
    text-decoration: none;
}

footer ul li a strong {
    font-weight: 600;
}

footer .copyright {
    text-align: center;
    margin-top: 60px;
    padding: 20px 0;
    border-top: 1px solid #dadada;
}

footer .copyright p {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
}

@media screen and (max-width: 767.98px) {
    footer {
        padding: 50px 0 0;
    }
    footer img {
        max-height: 24px;
        margin-bottom: 15px;
    }
    footer p {
        font-size: 15px;
    }
    footer h3 {
        font-size: 1.2rem;
        margin-bottom: 10px;
    }
    footer ul {
        gap: 0.2rem;
    }
    footer ul li a,
    footer ul li a:hover {
        font-size: 15px;
    }
    footer .copyright {
        margin-top: 40px;
        padding: 18px 0;
    }
    footer .copyright p {
        font-size: 12px;
    }
}

/* ========================================
                Lithunian
=========================================== */
.lt .hero .list li {
    font-size: 16px;
}

.lt .win .card h3 {
    font-size: 1.5rem;
}
