body {
    background-color: #070F23;
}

.header-2 {
    width: 95%;
    margin: 2.5%;
    height: 670px;
    background-color: #fcf2db;
    border-radius: 40px;
    margin-top: 0px !important;
}

.box-header-1 {
    width: 100%;
    background-color: #fcf2db;
    height: 120px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}

.img-icon {
    width: 25px;
    margin-left: 10px;
}

.box-modal-book {
    width: 340px;
    height: 340px;
    background-color: white;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999999999999;
    transform: translate(-50%, -50%);
    overflow: scroll;
    scrollbar-width: none;
    border-radius: 10px;
}

.box-left-header-1 {
    height: 120px;
}

.box-rounded-right {
    position: relative;
    width: 40px;
    height: 40px;
    top: calc(100% - 40px);
    right: calc(100% - 40px);
    display: inline-block;
    background-color: #fcf2db;
}

.box-rounded-left {
    position: relative;
    width: 40px;
    height: 40px;
    top: calc(100% - 40px);
    display: inline-block;
    background-color: #fcf2db;
}

.box-rounded-right::after {
    content: '';
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: #070F23;
    border-bottom-left-radius: 40px;
    width: 100%;
    height: 100%;
}

.box-rounded-left::after {
    content: '';
    position: relative;
    top: 0px;
    display: inline-block;
    background-color: #070F23;
    border-bottom-right-radius: 40px;
    width: 100%;
    height: 100%;

}

.header-1 {
    margin-top: 2.5%;
}

.btn-menu-header-1 {
    width: 100%;
    height: 120px;
    background: none;
    border: none;
    font-size: 25px;
    font-weight: bolder;
    transition: all ease 0.3s;
}

.img-logo-1,
.img-logo-2 {
    position: relative;
    top: 20px;
}

.btn-sign {
    width: 80%;
    height: 76px;
    border-radius: 25px;
    background-color: #E2B356;
    box-shadow: inset 0px 0px 10px 1px rgba(255, 255, 255, 0.719);
    border: none;
    font-size: 20px;
    z-index: 999;
    font-weight: bolder;
    position: relative;
    right: 50%;
    transform: translate(40%);
    top: 20px;
}

.box-round-bottom-header-2 {
    width: 100%;
    background-color: #070F23;
    height: 100px;
    position: relative;
    top: calc(100% - 150px);
    right: -20px;
    border-top-left-radius: 40px;
}

.box-rounded-top-of-bottom-of-header-2 {
    background-color: #070F23;
    width: 50px;
    height: 50px;
    position: relative;
    top: calc(100% - 150px);
}

.box-rounded-top-of-bottom-of-header-2::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #fcf2db;
    border-bottom-right-radius: 40px;
}

.box-rounded-next-to-bottom-of-header-2 {
    width: 50px;
    height: 50px;
    background-color: #070F23;
    position: relative;
    top: calc(100% - 50px);
    left: 32px;
}

.box-rounded-next-to-bottom-of-header-2::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 40px;
    background-color: #fcf2db
}

.box-input-problem {
    background-color: #283B60;
    border-radius: 100px;
    width: 90%;
    height: 69px;
    position: relative;
    top: 30px;
    right: 5%;
}

.box-input-problem2 {
    background-color: #283B60;
    border-radius: 100px;
    width: 80%;
    height: 49px;
    position: relative;
    right: 50%;
    transform: translate(53%);
}

.inp-enter-problem {
    width: 65%;
    border: none;
    padding-right: 40px;
    color: white;
    height: 100%;
    border-radius: 100px;
    background: none;
    cursor: context-menu;
}

.inp-enter-problem2 {
    width: 55%;
    border: none;
    padding-right: 40px;
    color: white;
    font-size: 10px;
    height: 100%;
    border-radius: 100px;
    position: relative;
    top: -10px;
    background: none;
    cursor: context-menu;
}

.inp-enter-problem2:focus {
    border: none;
    outline: none;
}

.btn-send-problem {
    background-color: #E2B356;
    border-radius: 100px;
    height: 100%;
    border: none;
    width: 30%;
    position: relative;
    left: -30px;
    padding: 10px;
}

.btn-send-problem2 {
    background-color: #E2B356;
    border-radius: 100px;
    height: 100%;
    border: none;
    width: 40%;
    position: relative;
    left: -30px;
    padding: 10px;
    background-image: url(../../media/img/Group\ 287.svg);
    background-position: center;
    background-size: 80% 80%;
    background-position: center;
    background-repeat: no-repeat;
}

.inp-enter-problem:focus {
    border: none;
    outline: none;
}


.btn-send-problem img {
    width: 90%;
    position: relative;
    right: 10px;
}

.box-left-of-header-2 {
    width: 700px;
    height: 674px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    margin-left: 2.5%;
    background-image: url(../../media/img/Group\ 385.svg);
    z-index: 99999999;
}

.box-right-of-header-2 {
    z-index: 999999999;
    position: absolute;
    top: 300px;
    right: 120px;
}

.img-human {
    width: fit-content;
    position: relative;
    top: 63px;
    left: -170px;
}

.h1-main span {
    color: #E2B356;
}

.h1-main {
    font-size: 70px;
    font-weight: bolder;
}

.span-main {
    font-size: 22px;
}

.h2-trus-us {
    color: white;
    text-align: center;
}

.svg-info {
    margin: 20px;
}

.box-timers {
    width: 95%;
    margin: 2.5%;
    background-color: #fcf2db;
    height: fit-content;
    padding-bottom: 100px;

    border-radius: 40px;
}

.box-timers-title {
    position: relative;
    color: white;
    right: 50%;
    width: fit-content;
    transform: translate(50%);
    padding: 10px;
    border-radius: 20px;
    padding-left: 90px;
    padding-right: 90px;
    top: 80px;
    font-size: 30px;
    background-color: #283B60;
}

.box-timer {
    width: 100%;
    position: relative;
    right: 50%;
    transform: translate(50%);
    top: 50px;
}

.img-clock {
    position: relative;
    right: 50%;
    transform: translate(50%);
}

.span-title-of-konkoor,
.span-date-of-konkoor {
    font-size: 30px;
}

.box-package {
    width: 95%;
    margin: 2.5%;
    height: fit-content;
    background-color: #fcf2db;
    border-radius: 40px;
}

.book-box {
    text-align: center;
    position: relative;
    top: 190px;
}

.box-profile {
    width: 68px;
    height: 68px;
    border-radius: 100px;
    background-color: rgb(187, 187, 187);
    float: left;
    margin: 20px;
    background-image: url(../../media/img/Info\ Circle.png);
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
}

.box-profile2 {
    width: 68px;
    height: 68px;
    border-radius: 100px;
    background-color: rgb(187, 187, 187);
    margin: 20px;
    float: right;
    background-image: url(../../media/img/Group\ 266.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}

.ul-profile-right,
.ul-profile-left {
    width: 320px;
    margin: 20px;
    font-size: 30px;
    margin-left: 50px;
    position: relative;
}

.btn-book-right {
    float: left;
    margin: 20px;
    width: 185px;
    height: 61px;
    background-color: #D9D9D9;
    border-radius: 20px;
    border: none;
    color: #283B60;
}

.btn-book-left {
    margin: 20px;
    width: 185px;
    height: 61px;
    background-color: #283B60;
    border-radius: 20px;
    border: none;
    color: white;
}

.box-card {
    width: 400px;
    height: 400px;
    margin-bottom: 5%;
    background-image: url(../../media/img/Subtract.png);
    position: relative;
    left: 50%;
    transform: translate(-50%);
}

.p-card {
    text-align: right;
    margin-right: 26px;
    font-weight: bold;
    font-size: 35px;
    margin-top: 30px;
}

.ul-card {
    direction: rtl;
    margin-right: 40px;
    line-height: 50px;
    list-style: decimal;
}

.box-card2 {
    width: 628px;
    height: 397px;
    margin-bottom: 5%;
    background-image: url(../../media/img/Subtract_long.png);
    position: relative;
    left: 50%;
    transform: translate(-50%) scale(1);
}

.box-card2 .img1 {
    width: 93%;
    height: 75%;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -53%);
    border-radius: 10px;
}

.box-cards {
    margin-top: 150px;
}

.box-gradient2 {
    width: 100%;
    height: 400px;
    background-image: url(../../media/img/Group\ 199.png);
    border-radius: 40px;
}

.box-gradient {
    width: 100%;
    height: 400px;
    background-image: url(../../media/img/Ellipse\ 6.png);
    border-radius: 40px;
}

.btn-shop {
    background: #ffffff;
    background: linear-gradient(323deg, rgb(127, 143, 175) 0%, rgba(40, 59, 96, 1) 100%);
    color: white;
    width: 100px;
    height: 100px;
    border-radius: 30px;
    border: none;
    font-size: 35px;
    transition: all ease 0.3s;
    position: relative;
    z-index: 999999;
}

.btn-shop:hover {
    font-size: 40px;
}

.btn-shop-arrow:hover {
    width: 400px;
    height: 400px;
}

.box-footer-start {
    background-color: #283B60;
    width: 100%;
    height: fit-content;
    border-top-left-radius: 114px;
    border-top-right-radius: 114px;
}

.box-timeline img {
    width: 100%;
    margin-bottom: 100px;
}

.img-footer-content {
    width: 90%;
    float: right;
    margin: 100px;
    margin-bottom: 0;
}

.footer-1 {
    width: 100%;
    height: fit-content;
    padding-bottom: 30px;
    background-color: #fcf2db;
    border-top-right-radius: 100px;
    border-top-left-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
    margin-top: 300px;
}

.footer-poster {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -25%);
    border-radius: 40px;
    width: 80%;
}

.btn-footer-content {
    width: 90%;
    height: 68px;
    font-size: 24px;
    background-color: #E2B356;
    border: none;
    border-radius: 10px;
    position: relative;
    float: right;
    margin-top: 30px;
    margin-right: 70px;
}

.box-footer-rounded-middle {
    background-color: #283B60;
    width: 90%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 300px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -15%);
    border-radius: 80px;
}

.box-images-unpar {
    width: 100%;
}

.img-unpar {
    position: relative;
    right: 50%;
    width: 50%;
    transform: translate(50%);
}

.p-content-2 {
    margin-top: 100px;
    font-size: 55px;
    text-align: center;
    color: white;
}

.p-content-3 {
    text-align: center;
    color: rgb(182, 182, 182);
    font-size: 20px;
}

.btn-content2-left {
    background-color: #E2B356;
    border: none;
    border-radius: 10px;
    width: 141px;
    padding: 10px;
    font-size: 11px;
    height: 38px;
    float: right;
    margin: 30px;
}

.btn-content2-right {
    float: left;
    width: 141px;
    height: 38px;
    margin: 30px;
    padding: 10px;

    font-size: 11px;
    color: #fff;

    background: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 10px;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.15),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);

    cursor: pointer;
    transition: all 0.3s ease;
}

.box-footer-rounded-left {
    background-color: #283B60;
    width: 90%;
    height: 300px;
    margin: 2.5%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    transform: translate(0%, -50%);
    margin-left: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}

.box-rounded-footer-top-of-left {
    display: inline-block;
    background-color: #283B60;
    width: 100px;
    position: relative;
    top: calc(51.6% - 100px);
    transform: translate(0, -50%);
    height: 100px;
    position: relative;
}

.box-rounded-footer-top-of-left::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fcf2db;
    border-bottom-left-radius: 100px;
}

.box-rounded-footer-bottom-of-left {
    display: inline-block;
    background-color: #283B60;
    width: 100px;
    position: relative;
    top: calc(50% - 100px);
    transform: translate(0, -50%);
    height: 100px;
    position: relative;
}

.box-rounded-footer-bottom-of-left::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fcf2db;
    border-top-left-radius: 100px;
}

.box-footer-rounded-right {
    background-color: #283B60;
    width: 90%;
    height: 300px;
    margin: 2.5%;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    transform: translate(0%, -50%);
    margin-right: 0px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
}

.box-rounded-footer-top-of-right {
    display: inline-block;
    background-color: #283B60;
    width: 100px;
    position: relative;
    top: calc(51.6% - 100px);
    transform: translate(0, -50%);
    height: 100px;
    position: relative;
}

.box-rounded-footer-top-of-right::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fcf2db;
    border-bottom-right-radius: 100px;
}

.box-rounded-footer-bottom-of-right {
    display: inline-block;
    background-color: #283B60;
    width: 100px;
    position: relative;
    top: calc(50% - 100px);
    transform: translate(0, -50%);
    height: 100px;
    position: relative;
}

.box-rounded-footer-bottom-of-right::after {
    content: "";
    display: inline-block;
    width: 100px;
    height: 100px;
    background-color: #fcf2db;
    border-top-right-radius: 100px;
}

.span-footer-menu {
    position: relative;
    direction: rtl;
    width: 100% !important;
    display: block;
    text-align: right;
    font-weight: bolder;
    line-height: 60px;
    cursor: pointer;
}

.span-deatil-date {
    color: red;
    font-size: 40px;
}

.day-c {
    font-size: 20px;
}

.footer-address,
.footer-call-us {
    width: fit-content;
    position: relative;
    top: 40px;
    right: 25px;
}

.box-right-footer-menu {
    direction: rtl;
    margin: 60px 60px;
}

.box-menu-footer {
    margin-top: 50px;
}

.box-medias {
    margin-top: 70px;
}

.img-footer-media {
    cursor: pointer !important;
    margin-left: 10px;
}

.box-line-footer {
    width: 100%;
    background-color: black;
    height: 2px;
    position: relative;
    top: 50%;
}

.p-in-box-middle {
    color: white;
    font-size: 35px;
    text-align: right;
    position: relative;
    margin-right: 10px;
    top: 5px;
}

.p-info-in-box-middle {
    direction: rtl;
    padding: 75px !important;
    padding-bottom: 40px !important;
    padding-top: 40px !important;
    padding-top: 0px;
    color: white;
}

.img-human {
    right: 240px;
}

.sec-header-moile {
    display: none;
}

.box-menu-mobile {
    width: 25%;
    height: 100vh;
    position: fixed;
    z-index: 99999999;
    background-color: #283B60;
}

.header-mobile {
    width: 90%;
    margin: 5%;
    background-color: #fcf2db;
    height: fit-content;
    border-radius: 20px;
}

.btn-mobile-menu {
    width: 90%;
    height: 70px;
    background-color: #070F23;
    color: #E2B356;
    border: none;
    position: relative;
    right: 50%;
    transform: translate(50%);
    margin-top: 20px;
    border-radius: 10px;
    font-size: 17px;
    line-height: 80px;
}

.btn-sign-mobile {
    width: 110px;
    height: 40px;
    background-color: #E2B356;
    border-radius: 15px;
    border: none;
    padding-left: 20px;
    padding-right: 20px;
    margin: 10px;
    float: left;
}

.btn-sign-mobile img {
    width: 20px;
}

.btn-menu-burger {
    margin: 10px;
    width: 40px;
    height: 40px;
    background: none;
    border: none;
    font-size: 30px;
}

.p-title-mobile {
    text-align: center;
    margin-top: 20px;
    font-size: 24px;
    font-weight: bolder;
}

.p-detail-mobile {
    text-align: center;
    font-size: 12px;
    padding-left: 50px;
    padding-right: 50px;
}

.bmm2 {
    font-size: 17px;
    line-height: 50px;
}

.box-send-problem-mobile {
    position: relative;
    bottom: -20px;
}

.box-mobile-flesh {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    display: none;
}

.box-mobile-flesh img {
    width: 40px;
}

.footer-2 {
    display: none;
}

.fucking-height {
    height: 210px;
}

.box-blur {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 99999999999;
    background-color: #070f23b2;
}

.box-modal-moshavere {
    width: 600px;
    height: fit-content;
    overflow: scroll;
    border-radius: 10px;
    background-color: #070F23;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    scrollbar-width: none;
}

.p-title-m-moshavere {
    text-align: center;
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #E2B356;
}

.inp {
    width: 90%;
    margin: 5%;
    background: none;
    height: 50px;
    border: 1px solid white;
    color: white;
    border-radius: 10px;
    text-align: center;
    margin-top: 10px;
}

.inp-field {
    margin-left: 0;
    position: relative;
    left: -15px;
    width: calc(90% - 15px);
    color: #E2B356;
}

.inp-grade {
    margin-right: 0;
    width: calc(90% - 15px);
    position: relative;
    left: -15px;
    color: #E2B356;
}

.btn-want-moshavere {
    width: 90%;
    height: 50px;
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #E2B356;
    position: relative;
    right: 50%;
    transform: translate(50%);
    transition: all ease 0.3s;
    margin-top: 0;
    margin-bottom: 20px;
}

.btn-want-moshavere:hover {
    background-color: #283B60;
    color: #E2B356;
}

.box-slider {
    width: 100%;
}

#mainSlider {
    border-radius: 20px;
    overflow: hidden;
}

#mainSlider img {
    position: relative;
    width: 280px !important;
    right: 50%;
    transform: translate(50%);
    object-fit: cover;
}

@media screen and (min-width: 1240px) and (max-width: 1366px) {

    .box-card2 {
        transform: translate(-50%) scale(0.75);
    }

    .inp-enter-problem {
        width: 55%;
        border: none;
        padding-right: 10px;
        color: white;
        height: 100%;
        border-radius: 100px;
        background: none;
    }

    .btn-send-problem {
        background-color: #E2B356;
        border-radius: 100px;
        height: 100%;
        border: none;
        width: 40%;
        position: relative;
        left: -30px;
        padding: 10px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1239px) {

    .box-card2 {
        transform: translate(-50%) scale(0.75);
    }

    .footer-1 {
        display: none;
    }

    .footer-2 {
        width: 100%;
        height: fit-content;
        background: #fcf2db;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        margin-top: 100px;
        display: block;
    }

    .logo-type-footer-mobile {
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 50px;
        background-image: url(../../media/img/IMG_20260626_162638_986\ 1.png);
    }

    .span-footer-menu2 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

    .p-title-address-mobile,
    .p-address-mobile,
    .p-title-call-us-mobile,
    .p-call-us-mobile {
        text-align: center;
        font-weight: bolder;
    }

    .box-medias-mobile {
        text-align: center;
    }

    .box-designed-mobile img {
        margin: 20px;
    }

    .p-in-box-middle {
        font-size: 25px;
    }

    .box-mobile-flesh {
        display: block;
    }

    .fucking-height {
        height: 100px;
    }

    .box-package {
        height: fit-content;
    }

    .box-right-of-header-2 {
        font-size: 11px !important;
    }

    .box-left-of-header-2 {
        background-position: 15px;
    }

    .img-footer-content,
    .btn-footer-content {
        position: relative;
        right: 50%;
        transform: translate(60%);
    }

    .header-desktop {
        display: none;
    }

    .book-box img {
        width: 50%;
        top: -120px;
        position: relative;
    }

    .sec-header-moile {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .box-profile,
    .box-profile2 {
        width: 48px;
        height: 48px;
    }

    .ul-profile-right,
    .ul-profile-left {
        font-size: 18px;
    }

    .box-modal-moshavere {
        width: 90%;
    }

    .box-package {
        height: fit-content;
    }

    .box-mobile-flesh {
        display: block;
    }

    .img-unpar2 {
        display: none;
    }

    .btn-content2-left {
        width: 90%;
    }

    .btn-content2-right {
        font-size: 10px;
        width: 90%;
    }

    .ul-profile-right,
    .ul-profile-left {
        margin: 0 !important;
    }

    .fucking-height {
        height: 100px;
    }


    .box-footer-start {
        border-radius: 50px;
    }

    .footer-1 {
        display: none;
    }

    .footer-2 {
        width: 100%;
        height: fit-content;
        background: #fcf2db;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        margin-top: 100px;
        display: block;
    }

    .logo-type-footer-mobile {
        width: 100%;
        height: 100px;
        background-position: center;
        background-repeat: no-repeat;
        margin-top: 50px;
        background-image: url(../../media/img/IMG_20260626_162638_986\ 1.png);
    }

    .span-footer-menu2 {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }

    .p-title-address-mobile,
    .p-address-mobile,
    .p-title-call-us-mobile,
    .p-call-us-mobile {
        text-align: center;
        font-weight: bolder;
    }

    .box-medias-mobile {
        text-align: center;
    }

    .box-designed-mobile img {
        margin: 20px;
    }

    .sec-header-moile {
        display: block;
    }

    .btn-content2-left,
    .btn-content2-right {
        height: fit-content;
        float: none;
        position: relative;
        right: 50%;
        transform: translate(70%);
    }

    .ul-profile-left {
        width: fit-content;
        left: 50px;
        top: 18px;
    }

    .ul-profile-right {
        width: fit-content;
        right: 15px;
        top: -10px;
    }

    .box-timeline img {
        width: 100%;
    }

    .header-desktop {
        display: none;
    }

    .book-box img {
        width: 50%;
        top: -120px;
        position: relative;
    }

    .height-card-controll {
        height: 210px;
    }

    .box-card {
        transform: scale(0.4) translate(-125%);
        position: relative;
        left: 50%;
        margin-top: 0;
    }

    .box-card2 {
        transform: scale(0.5) translate(-100%);
        position: relative;
        left: 50%;
    }

    .box-cards {
        margin-top: -100px;
        margin-bottom: 150px;
    }

    .box-info {
        width: 90%;
        transform-origin: center;
        margin: 5% 0;
    }

    .box-timers-title {
        text-align: center;
        top: 40px;
        width: 70%;
        font-size: 20px;
    }


    .btn-book-right {
        float: none;
    }

    .btn-book-left,
    .btn-book-right {
        width: 80%;
        margin: 10%;
        margin-top: 0;
    }

    .p-content-2 {
        margin-top: 0;
        font-size: 20px;
    }

    .p-content-3 {
        font-size: 10px;
    }
}