/* Exporting Fonts */

@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-shims.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v5-font-face.min.css?token=7ca6a895ef);
@import url(https://ka-p.fontawesome.com/releases/v6.5.1/css/pro-v4-font-face.min.css?token=7ca6a895ef);
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
    box-sizing: border-box;
}

:root {
    --lightblue: #3abfea;
    --primarycolor: #031038;
    --mainhead: #3d36a3;
    --blue-color: #3769b1;
    --subtittle: rgba(3, 16, 56, 0.8);
    --white: #ffffff;
}

html,
body {
    overflow-x: hidden;
}

body {
    margin: 0;
    padding: 0;
    color: var(--subtittle);
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    height: auto;
}

h1 {
    font-size: 68px;
    font-weight: 700;
    color: var(--mainhead);
}

h2 {
    font-size: 60px;
    font-weight: 700;
    color: var(--primarycolor);
}

h2.small {
    font-size: 50px;
}

h3 {
    font-size: 38px;
    font-weight: 500;
    color: var(--lightblue);
}

a,
a:hover,
button,
button:hover {
    transition: 0.3s all ease;
}

a {
    text-decoration: none;
}

.btn_site {
    display: inline-block;
    border: 2px solid var(--blue-color);
    border-radius: 35px;
    background-color: var(--blue-color);
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 15px;
    min-width: 230px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn_site::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: #012765;
    transition: 0.3s all ease;
    z-index: -1;
}

.btn_site:hover::before {
    height: 100%;
}

.btn_site.outline {
    background-color: var(--white);
    border-color: #3d36a3;
    color: #3d36a3;
}

.btn_site.outline:hover,
.btn_site:hover {
    color: #fff;
}

/* Page Css */

header {
    padding: 24px 0 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 1050;
}

header nav.navbar {
    padding: 15px 25px;
    box-shadow: 0px 12px 36px rgba(55, 105, 177, 0.15);
    border-radius: 110px;
}

header .navbar-brand {
    max-width: 210px;
}

header li a {
    color: var(--blue-color);
}

header .btn_site {
    min-width: 197px;
}

section.banner {
    padding: 0 0 20px;
}

section.banner .txt p {
    font-size: 16px;
}

section.banner .txt .btn {
    margin-top: 30px;
}

/* Section-1 */

.section1 {
    background-color: var(--primarycolor);
    padding: 64px 0;
    position: relative;
    z-index: 1;
}

.v-left {
    position: absolute;
    width: auto;
    height: 80%;
    opacity: 0.34;
    left: 0;
    bottom: 6%;
    z-index: -1;
}

.v-right {
    position: absolute;
    width: auto;
    height: 77%;
    opacity: 0.4;
    right: 0;
    top: 0;
    z-index: -1;
}

.img-book img {
    max-width: 330px;
    height: 100%;
}

.section1 h2 {
    color: var(--white);
    margin: 10px 0;
}

.section1 h3 {
    font-size: 26px;
}

.section1 p {
    font-size: 18px;
    color: rgba(225, 225, 225, 0.8);
    margin-bottom: 28px;
}

.section1 .form {
    max-width: 483px;
    margin: auto;
}

.form input {
    margin: 0 0 20px;
}

.form button {
    max-width: 483px;
    margin-top: 28px;
    font-weight: 400;
}

.form input::placeholder {
    color: rgba(225, 225, 225, 0.7);
    -webkit-text-fill-color: rgba(225, 225, 225, 0.7);
}

.section1 .form-control {
    background-color: var(--primarycolor);
    color: var(--white);
    border-radius: 50px;
    border: 1px solid rgba(225, 225, 225, 0.7);
    padding: 14px 15px;
}

/* Section-2 */

.section2 {
    padding: 100px 0 62px;
}

.section2 h2 {
    margin-bottom: 33px;
}

.offers h2 {
    margin-bottom: 24px;
}

.section2 ul {
    list-style-type: none;
}

.section2 li img {
    height: 100%;
    max-width: 14px;
    margin-right: 5px;
}

.section2 li {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 19px;
}

.offers button {
    min-width: 200px;
    margin-top: 30px;
}

.design-sec {
    margin: 46px 0 70px;
}

.list-banner {
    background-color: var(--primarycolor);
    padding: 28px 72px 28px 66px;
    border-radius: 12px;
    position: relative;
    z-index: 1;
}

.list-banner .v-left {
    height: 100%;
    opacity: 0.5;
    bottom: 0;
}

.list-banner .v-right {
    height: 100%;
    opacity: 1;
}

.list-banner h3 {
    color: var(--white);
    font-size: 35px;
    font-weight: 400;
    line-height: 1.4;
}

.list-img img {
    height: 100%;
    max-width: 218px;
}

.dev-sec {
    margin: 80px 0 70px 0;
}

/* Section-3 */

.section3 {
    background-color: var(--primarycolor);
    padding: 90px 0;
    position: relative;
    z-index: 1;
}

.section3 .v-left {
    opacity: 0.15;
    height: 70%;
    bottom: 0;
}

.section3 .v-right {
    height: 57%;
    opacity: 0.5;
}

.section3 h2 {
    color: var(--white);
    text-align: center;
    margin-bottom: 12px;
}

.section3 p {
    color: rgba(225, 225, 225, 0.8);
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    max-width: 940px;
    margin: auto;
    margin-bottom: 39px;
}

.icon-img {
    min-height: 114px;
    background-color: #354060;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
}

.icon-img img {
    width: auto;
    max-width: 100%;
}

/* Section-4 */

.section4 {
    margin: 100px 0;
}

.section4 .text h2 {
    text-align: center;
    margin-bottom: 20px;
}

.section4 .text p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 16, 56, 0.8);
    text-align: center;
    margin-bottom: 38px;
}

.section4 .img img {
    width: auto;
    max-width: 100%;
}

.section4 .img {
    min-height: 114px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Section-5 */

.section5 {
    background-color: rgba(1, 71, 124, 0.02);
    margin-bottom: 100px;
    padding: 57px 0;
}

.section5 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.case-btn {
    margin-top: 24px;
    text-align: center;
}

.case-study {
    position: relative;
    z-index: 1;
    padding: 0 44px 24px;
}

.case-study::before {
    content: "";
    position: absolute;
    background-color: var(--white);
    box-shadow: 0 12px 36px rgba(15, 105, 177, 0.15);
    border-radius: 15px;
    width: 100%;
    height: 80%;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: -1;
    padding: 20px;
}

.cust-btn:hover {
    color: var(--white);
    border-color: #012765;
    background-color: #012765;
}

.case-study .img {
    background-color: var(--blue-color);
    padding: 24px 21px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

/* Section-6 */

.section6 h2 {
    text-align: center;
    margin-bottom: 40px;
}

.section6 .icon img {
    max-width: 100px;
}

.section6 h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--primarycolor);
    margin: 32px 0 15px 0;
}

.section6 p {
    font-size: 18px;
    font-weight: 400;
    color: rgba(3, 16, 56, 0.8);
}

.startup-info {
    max-width: 516px;
    margin: auto;
}

.enterprise-info {
    max-width: 512px;
    margin: auto;
}

.section6 .partner {
    background-color: var(--white);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.18);
    padding: 40px 28px;
    border-radius: 12px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

@media (min-width: 768px) {
    .section6 .col-md-5 {
        width: 45.666667%;
    }
}

/* Section-7 */

.section7 {
    margin: 100px 0;
    background-color: var(--primarycolor);
    padding-bottom: 124px;
    position: relative;
    z-index: 1;
}

.section7 .v-left {
    height: 45%;
    opacity: 0.25;
}

.section7 .v-right {
    height: 35%;
    opacity: 0.5;
}

.section7 h2 {
    color: var(--white);
    text-align: center;
    padding-top: 90px;
    margin-bottom: 40px;
}

.contact-form {
    background-color: var(--white);
    border-radius: 12px;
    padding: 36px 39px 39px 36px;
}

.contact-form h3 {
    font-size: 24px;
    font-weight: 500;
    color: var(--primarycolor);
    margin-bottom: 20px;
}

.contact-form button {
    min-width: 371px;
}

.contact-form .contact-text {
    margin-bottom: 30px;
}

.contact-form .area-text {
    margin-top: 90px;
}

.progress-bar {
    background-color: var(--lightblue) !important;
}

.option {
    margin: 24px 0;
}

.contact-form [type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 6px;
    border-color: var(--lightblue);
    border-width: 2px;
}

#contactModal .modal-dialog {
    max-width: 1140px;
}

.section7 .form-control {
    font-size: 20px;
    font-weight: 300;
    color: rgba(3, 16, 56, 0.6);
}

.contact-form [type="checkbox"]:checked {
    background-color: var(--lightblue);
}

.contact-form label {
    color: rgba(3, 16, 56, 0.6);
    font-size: 20px;
    margin-left: 10px;
}

.contact-form textarea {
    background-color: var(--white);
    border-radius: 12px;
    border-color: rgba(174, 171, 199, 0.8);
}

.contact-form button {
    margin: 44px 0 40px 0;
}

.contact-form .form-control {
    font-size: 20px;
    font-weight: 300;
    color: rgba(3, 16, 56, 0.6);
}

.contact-form .form input::placeholder {
    color: rgba(3, 16, 56, 0.6);
    -webkit-text-fill-color: rgba(3, 16, 56, 0.6);
}

/* Section-8 */

.section8 {
    margin-bottom: 50px;
}

.section8 .text {
    background-color: var(--primarycolor);
    border-radius: 20px;
    padding-top: 52px;
    padding-bottom: 139px;
}

.section8 h2 {
    font-size: 32px;
    font-weight: 700;
    color: var(--lightblue);
    text-align: center;
    margin-bottom: 4px;
}

.section8 h3 {
    font-size: 32px;
    font-weight: 700;
    color: var(--white);
    text-align: center;
}

.public-icons {
    max-width: 971px;
    margin: -7% auto 0;
}

.prod-icon {
    min-height: 190px;
    background-color: var(--white);
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 288px;
    padding: 20px;
    position: relative;
}

.prod-icon .pilly-icon {
    width: 65%;
}

.prod-icon .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 33px;
    border-radius: 10px;
    opacity: 0;
    transition: 0.3s all ease;
}

.prod-icon:hover .hover-content {
    opacity: 1;
    transition: 0.3s all ease;
}

.prod-icon .hover-content h4 {
    color: var(--white);
}

.prod-icon .hover-content .btn_site {
    min-width: 90px;
    margin-top: 15px;
    padding: 9px 15px;
    border-color: #fff;
    background: var(--white);
}

/* Pilly Ponka */

.prod-icon .hover-content.pilly {
    background: #f8931d !important;
}

.prod-icon .hover-content.pilly .btn_site {
    color: #f8931d !important;
}

.prod-icon .hover-content.pilly .btn_site::before {
    background: #f8931d !important;
}

/* Launchapd  */

.prod-icon .hover-content.launch .btn_site::before {
    background: #3eadff;
}

.prod-icon .hover-content.launch {
    background: #3eadff;
}

.prod-icon .hover-content.launch .btn_site {
    color: #3eadff;
}

/* Utilasoft  */

.prod-icon .hover-content.utila .btn_site::before {
    background: #3769b1;
}

.prod-icon .hover-content.utila {
    background: #3769b1;
}

.prod-icon .hover-content.utila .btn_site {
    color: #3769b1;
}

/* Render Real  */

.prod-icon .hover-content.render .btn_site::before {
    background: #2e3192;
}

.prod-icon .hover-content.render {
    background: #2e3192;
}

.prod-icon .hover-content.render .btn_site {
    color: #2e3192;
}

/* Tumble Yard  */

.prod-icon .hover-content.tumble .btn_site::before {
    background: #ff6000;
}

.prod-icon .hover-content.tumble {
    background: #ff6000;
}

.prod-icon .hover-content.tumble .btn_site {
    color: #ff6000;
}

.prod-icon .hover-content .btn_site:hover {
    color: var(--white) !important;
}

/* Footer*/

footer {
    background: linear-gradient(75deg, #d5dff0, #ecf6f4, #cedbf4);
    padding: 50px 0;
    position: relative;
}

footer .text {
    text-align: center;
}

footer .text p,
footer .text a {
    font-size: 18px;
    color: var(--primarycolor);
}

footer .text a:hover {
    color: var(--blue-color);
}

footer .text img {
    max-width: 353px;
    height: 100%;
    margin-bottom: 42px;
}

.footer-left {
    position: absolute;
    width: auto;
    height: 100%;
    left: 0;
    top: 0;
}

.footer-right {
    position: absolute;
    width: auto;
    height: 100%;
    right: 0;
    top: 0;
}

/* Quote Page */

.quote-page .banner {
    margin: 71px 0 97px 0;
}

.quote-page span {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: var(--lightblue);
    background-color: rgba(58, 191, 234, 0.1);
    border-radius: 17px;
    padding: 4px 12px;
    display: inline-block;
}

.quote-page h1 {
    font-size: 68px;
    font-weight: 700;
    color: #3d36a3;
}

.quote-page p {
    font-size: 18px;
    font-weight: 500;
    color: var(--subtittle);
    margin: 15px 0;
}

.meet-req span {
    color: var(--lightblue);
    text-decoration: underline;
}

.quote-page input {
    max-width: 50px;
    min-height: 47px;
    border-radius: 8px;
    border-color: rgba(3, 16, 56, 0.4);
    margin-bottom: 20px;
}

.quote-page button {
    max-width: 363px;
    margin-bottom: 23px;
}

/*Question-page */

.question {
    padding: 100px 0 60px 0;
}

.question .txt {
    margin-top: 10px;
}

.question .txt h2 {
    color: var(--mainhead);
    font-size: 50px;
    font-weight: 700;
}

.question .txt p {
    margin-top: 20px;
}

.question .txt button {
    margin-top: 40px;
}

.question .main-sec {
    margin-bottom: 117px;
}

.question .info {
    border-top: 1px solid #e0e0e0;
    text-align: center;
    padding-top: 22px;
}

.question .info a,
.question .info p {
    color: var(--subtittle);
}

.question .info a:hover {
    color: var(--blue-color);
}

.question .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background-color: var(--white);
}

.question .accordion-item {
    border-radius: 10px !important;
    border: none;
    box-shadow: 0 3px 11px rgba(0, 0, 0, 0.1);
    margin-bottom: 12px;
}

.question .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-weight: 600;
    color: var(--primarycolor);
    height: 60px;
}

.question .accordion-body {
    font-size: 16px;
    font-weight: 400;
    color: var(--primarycolor);
}

/* Contact Popup */

.contact_popup .modal-dialog {
    max-width: 800px;
}

.contact_popup .modal-content {
    border-radius: 20px;
}

.contact_popup .modal-header {
    padding: 10px 20px;
}

.contact_popup .modal-body {
    padding: 20px 20px 0;
}

.contact_popup .modal-footer {
    border-top: 0;
    padding: 0 20px 20px;
}

.contact_popup .modal-footer .btn_site {
    padding: 9px 15px;
}

.contact_popup h2,
.contact_popup h3 {
    color: #293652;
}

.contact_popup .form-floating label {
    font-size: 14px;
    color: rgba(41, 54, 82, 0.8) !important;
    opacity: 1 !important;
}

.contact_popup input {
    height: 50px !important;
    color: rgba(41, 54, 82, 0.8);
}

.contact_popup input::placeholder {
    color: rgba(41, 54, 82, 0.8);
}

/* Range slider */

.rangSlider {
    margin-bottom: 60px;
}

.al-range-slider {
    padding: 0;
}

.al-range-slider__track {
    height: 5px;
    margin: 0;
    box-shadow: none;
    background-color: #e6e6e6;
}

.al-range-slider__grid-tick {
    background-color: #e6e6e6;
}

.al-range-slider__knob {
    box-shadow: none;
    border-color: var(--lightblue);
    background: var(--lightblue);
    width: 16px;
    height: 16px;
}

.al-range-slider__knob:hover,
.al-range-slider__knob_active {
    border-color: var(--lightblue);
    box-shadow: none;
    background: var(--lightblue);
}

.al-range-slider__bar {
    background: var(--lightblue);
    box-shadow: none;
}

.al-range-slider__grid-mark {
    font-size: 20px;
    color: rgba(3, 16, 56, 0.6);
}

.al-range-slider__grid-tick[data-position="0"] span {
    left: 15px;
}

.al-range-slider__tooltip {
    display: none;
}

.al-range-slider__grid-mark {
    top: -50%;
}

.al-range-slider__grid-tick[data-position="0"] {
    left: 2% !important;
}

.al-range-slider__grid-tick[data-position="1"] {
    left: 97% !important;
}

.pivacy-policy h2 {
    color: var(--mainhead);
    font-size: 40px;
}

.pivacy-policy h4 {
    margin: 20px 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--primarycolor);
}

.pivacy-policy p {
    color: var(--subtittle);
}

.pivacy-policy li {
    margin-top: 10px;
}

#thankYou h3 {
    font-size: 34px;
    font-weight: 700;
    color: #3769b1;
    margin-bottom: 15px;
}

#thankYou .modal-dialog {
    max-width: 30%;
}

#thankYou .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#thankYou .img img {
    max-width: 88px;
    margin-bottom: 20px;
}

/* Responsive */

@media (max-width: 1199px) {
    header .navbar-brand {
        max-width: 180px;
    }
    section.banner h1 {
        font-size: 36px;
    }
    section.banner .txt p {
        font-size: 15px;
    }
    .list-banner h3 {
        font-size: 26px;
    }
    .public-icons {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .v-left,
    .v-right {
        display: none;
    }
    section.banner {
        padding-top: 85px;
    }
    section.banner h1 {
        font-size: 60px;
    }
    section.banner .txt {
        padding-bottom: 70px;
    }
    section.banner .txt p {
        font-size: 20px;
    }
    section.banner .txt .btn {
        font-size: 20px;
        font-size: 20px;
    }
    h2 {
        font-size: 40px;
    }
    /* Section-1 */
    .section1 .img-book {
        margin-top: 50px;
    }
    /* Section-2 */
    .section2 .offers {
        margin-top: 50px;
    }
    .list-banner h3 {
        font-size: 28px;
    }
    .list-img {
        text-align: center;
        margin-bottom: 40px;
    }
    .list-banner {
        padding: 40px 28px;
    }
    /* Section-3 */
    .section3 p {
        font-size: 13px;
    }
    .icon-img img {
        max-width: 80%;
    }
    /* Section-4 */
    .section4 .text p {
        font-size: 14px;
    }
    .case-study {
        padding: 0 16px 23px;
    }
    .section4 {
        margin: 80px 0 40px 0;
    }
    /* Section-6 */
    .section6 h3 {
        font-size: 18px;
    }
    .section6 p {
        font-size: 13px;
    }
    /* Section-7 */
    .section7 {
        padding-bottom: 50px;
    }
    .section7 h2 {
        padding-top: 40px;
        margin-bottom: 28px;
    }
    .contact-form h3 {
        font-size: 16px;
    }
    .contact-form .form-control {
        font-size: 16px;
    }
    .al-range-slider__grid-mark {
        font-size: 15px;
    }
    .contact-form button {
        margin: 13px 0 8px 0;
    }
    .contact-form .contact-text {
        margin-bottom: 20px;
    }
    .contact-form .area-text {
        margin-top: 70px;
    }
    .section7 label {
        font-size: 16px;
    }
    /* Section-8 */
    .public-icons {
        margin: -15% auto 0;
    }
    footer .text img {
        max-width: 300px;
        margin-bottom: 30px;
    }
    .prod-icon .hover-content {
        padding: 10px 25px;
    }
    .contact-form [type="checkbox"] {
        margin-top: 2px;
    }
}

@media (max-width: 991px) {
    .contact_popup .modal-header {
        padding-top: 18px;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 28px;
    }
    h2,
    h2.small {
        font-size: 30px;
    }
    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 66px;
        background: var(--primarycolor);
        width: 100%;
        padding: 20px 25px;
        box-shadow: 0px 12px 36px rgba(55, 105, 177, 0.15);
    }
    header .btn_site {
        margin-top: 15px;
    }
    header li a {
        color: #fff !important;
    }
    header {
        padding: 10px 0 0;
    }
    section.banner .row {
        min-height: calc(100vh - 167px);
    }
    header .navbar-brand {
        max-width: 160px;
    }
    section.banner {
        padding: 50px 0;
    }
    section.banner h1 {
        font-size: 32px;
    }
    section.banner .txt {
        padding-bottom: 50px;
    }
    section.banner .txt p {
        font-size: 15px;
    }
    .img-book img {
        max-width: 200px;
    }
    .section1 h3 {
        font-size: 22px;
    }
    .sec1-content {
        display: flex;
        flex-direction: column-reverse;
    }
    .section1 .img-book {
        margin-bottom: 40px;
    }
    .section1 .form {
        text-align: center;
    }
    .section1 {
        padding-top: 25px;
    }
    .form button {
        margin-top: 15px;
    }
    .section2 {
        padding: 50px 0;
    }
    .section2 .offers {
        padding: 0 20px;
    }
    .section2 li {
        font-size: 16px;
    }
    .offers button {
        margin-top: 15px;
    }
    .list-img img {
        max-width: 90px;
    }
    .list-img {
        margin-bottom: 20px;
    }
    .list-banner h3 {
        font-size: 13px;
        text-align: center;
    }
    .list-banner {
        padding: 28px;
    }
    .section3 {
        padding: 60px 0;
    }
    .section4 {
        margin: 50px 0;
    }
    .case-study {
        margin-bottom: 40px;
    }
    .section5 {
        padding: 50px 0 20px;
        margin-bottom: 0;
    }
    .section6 {
        padding-top: 50px;
    }
    .section6 .partner {
        margin-bottom: 40px;
    }
    .section7 {
        margin: 30px 0 50px;
    }
    .section7 h2 {
        padding-top: 60px;
        font-size: 26px;
    }
    .contact-form {
        padding: 35px 20px;
    }
    .contact-form h3 {
        font-size: 15px;
        line-height: 1.5;
    }
    .option {
        display: none;
    }
    .contact-form button {
        margin: 15px 0 0;
        min-width: auto;
        width: 100%;
    }
    .section8 .text {
        padding: 40px 15px 100px;
    }
    .section8 h2,
    .section8 h3 {
        font-size: 26px;
        line-height: 1.3;
    }
    .prod-icon {
        max-width: 100%;
    }
    footer .text img {
        max-width: 250px;
    }
    footer .text p {
        font-size: 16px;
    }
    .quote-page h1 {
        font-size: 40px;
    }
    .quote-page p {
        font-size: 16px;
    }
    .quote-page .banner {
        margin: 50px 0;
    }
    .question .txt h2 {
        font-size: 30px;
    }
    .question {
        padding: 50px 0 20px;
    }
    .question .txt button {
        font-size: 14px;
    }
    .question .accordion {
        margin-top: 40px;
    }
    .question .main-sec {
        margin-bottom: 50px;
    }
    .pivacy-policy p,
    .pivacy-policy li {
        font-size: 14px;
    }
    .pivacy-policy.modal {
        padding-right: 0 !important;
    }
    .icon-img {
        min-height: 80px;
    }
    .al-range-slider__grid-tick[data-position="1"] span {
        left: -20px;
    }
    .al-range-slider__grid-mark {
        font-size: 15px;
    }
    .contact-form [type="radio"] {
        margin-top: 1px;
    }
    .prod-icon .hover-content h4 {
        font-size: 20px;
    }
    .footer-left {
        display: none;
    }
    .footer-right {
        display: none;
    }
}

/* Modal for Video */
.modal-dialog-centered {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

.modal-dialog {
    max-width: 70%;
    margin: auto;
}

.modal-content {
    border-radius: 20px;
    background-color: #fff;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.modal-body video {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Blog-page */
section.banner-blog {
    padding: 20px 0 20px;
    margin: 30px 0 100px;
}

.banner-blog .main-image {
    background-color: #f0f6f9;
    border-radius: 10px;
    height: 100%;
}

.banner-blog .main-image img {
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    height: 450px;
}

.banner-blog .main-image .img-details {
    padding: 30px 40px 22px;
}

.main-image .img-details h2 {
    color: var(--primarycolor);
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
}

.main-image .img-details p {
    color: var(--blue-color);
    font-weight: 400;
    font-size: 14px;
    position: relative;
    padding-left: 7px;
}

.main-image .img-details p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: var(--blue-color);
}

.popular .tittle h3 {
    color: var(--primarycolor);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 22px;
}

.popular .list h4 {
    font-size: 14px;
    font-weight: 600;
    color: var(--blue-color);
    margin-bottom: 5px;
}

.popular .list p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    max-width: 258px;
}

.popular .list a {
    margin-bottom: 18px;
    border-radius: 10px;
    padding: 10px 10px;
    display: block;
}

.popular .list:last-of-type {
    margin-bottom: 0;
}

.popular .list a:hover,
.popular .list.active a {
    background-color: #f0f6f9;
}

.search-blog {
    margin-bottom: 32px;
}

.search-blog .form-control {
    border-radius: 30px;
    border: 1px solid var(--blue-color);
    font-size: 16px;
    color: #c1c1c1;
    box-shadow: unset;
    border-right: unset;
    padding: 12px 15px;
}

.search-blog input::placeholder {
    color: #c1c1c1;
}

.search-blog .input-group-text {
    border-left: unset;
    border-radius: 0 30px 30px 0;
    background: transparent;
    border-color: var(--blue-color);
    padding: 16px 15px;
    color: var(--blue-color);
    font-size: 20px;
    cursor: pointer;
}

.blog-card .image {
    overflow: hidden;
    border-radius: 15px;
    transition: 0.3s all ease;
}

.blog-card:hover .image img {
    transform: scale(1.15);
    transition: 0.3s all ease;
}

.blog-card .image img {
    border-radius: 10px;
    transition: 0.3s all ease;
}

.blog-card .details p {
    color: var(--blue-color);
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}

.blog-card .details h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    max-width: 357px;
}

.blogs {
    margin-bottom: 100px;
}

/* Blog-details Page */
.detail-blog img {
    border-radius: 10px !important;
}

@media (min-width: 768px) {
    .detail-blog .col-md-9 {
        width: 87%;
    }
}

@media (min-width: 768px) {
    .detail-blog .col-md-2 {
        width: 12%;
    }
}

.banner-blog .tittle h2 {
    font-size: 42px;
    margin-bottom: 40px;
}

.social-media {
    border-radius: 50%;
    background: #f0f6f9;
    width: 60px;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    color: var(--blue-color);
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
}

.social-media:hover {
    background: transparent;
    border: 1px solid var(--lightblue);
    color: var(--lightblue);
}

.blog-faq {
    margin-bottom: 100px;
}

.blog-faq .tittle h2 {
    font-size: 32px;
    margin-bottom: 24px;
}

.faq-answers {
    background: #f0f6f9;
    border-left: 4px solid var(--blue-color);
    border-radius: 10px;
    padding: 30px 20px 20px;
}

.faq-answers .accordion-item {
    background-color: transparent !important;
    border: unset !important;
}

.faq-answers .accordion-button {
    color: var(--primarycolor);
    background: transparent;
    color: var(--primarycolor);
    font-size: 20px;
    font-weight: 600;
    padding: 16px 0;
}

.faq-answers .accordion-button:not(.collapsed) {
    color: var(--primarycolor);
    background: transparent;
    box-shadow: none;
}

.faq-answers .accordion-button:focus {
    box-shadow: none;
}

.faq-answers .accordion-body {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding: 16px 0;
    max-width: 1030px;
}

.accordion-button::after {
    background-image: url(images/faq-arrow.svg);
    transform: rotate(180deg);
}

.accordion-button:not(.collapsed)::after {
    background-image: url(images/faq-arrow.svg);
    transform: rotate(0deg);
}

.blog-explain {
    margin-bottom: 100px;
}

.blog-explain h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.blog-explain p {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 20px;
}

.blog-explain .image {
    background-image: url(images/blue-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 65%;
    background-position: bottom;
    padding: 16px 16px 22px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
}

.blog-explain .v-left {
    height: 50%;
}

.blog-explain .book-pic {
    text-align: center;
    margin: auto;
}

.blog-explain .book-pic img {
    max-width: 220px;
}

.blog-explain .book-text {
    max-width: 250px;
    margin: auto;
}

.blog-explain .book-text h2 {
    color: var(--white);
    font-size: 40px;
    margin-top: 28px;
    text-decoration: underline;
    cursor: pointer;
}

.blog-explain .book-text h2:hover {
    color: var(--lightblue);
}

.blog-explain .alert {
    border-left: 4px solid #3769b1;
    background: #f0f6f9;
    border-radius: 10px;
    padding: 20px 40px;
    margin-top: 30px;
}

.blog-explain .alert p {
    color: var(--blue-color);
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0;
}

#freeguied .modal-body {
    padding: 0;
}

#freeguied .modal-header .btn-close {
    background: transparent
        url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M256 48a208 208 0 1 1 0 416 208 208 0 1 1 0-416zm0 464A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c-9.4 9.4-9.4 24.6 0 33.9l47 47-47 47c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0l47-47 47 47c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9l-47-47 47-47c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0l-47 47-47-47c-9.4-9.4-24.6-9.4-33.9 0z' fill='%23fff'/%3e%3c/svg%3e")
        center / 1em auto no-repeat;
}

#freeguied .modal-header {
    background-color: var(--primarycolor);
}

#freeguied .section1 {
    padding: 64px 16px;
}

.detail-blog .author-pic img {
    border-radius: 50% !important;
    max-width: 100px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-right: 12px;
}

.detail-blog .author a {
    display: flex;
    align-items: center;
    margin: 30px 0 0 30px;
}

.detail-blog .author .text h2 {
    font-size: 30px;
    font-weight: 400;
}

.detail-blog .author .text p {
    font-size: 18px;
    font-weight: 400;
    color: var(--primarycolor);
}

/* Author-Section */
.author-section {
    padding: 0px 0 20px;
    margin: 64px 0 100px;
}

.author-profile {
    display: flex;
    justify-content: space-between;
}

.author-profile .author-leftside {
    width: 28%;
    text-align: center;
}

.author-profile .author-righttside {
    width: 70%;
}

.author-section .profile-pic img {
    border-radius: 50% !important;
    max-width: 200px;
    aspect-ratio: 1;
    object-fit: cover;
    margin-bottom: 20px;
}

.author-links .tittle h3 {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 16px;
}

.author-links .profiles-link {
    margin-bottom: 7px;
}

.author-links .profiles-link:last-of-type {
    margin-bottom: 0;
}

.details-author .tittle h2 {
    font-size: 40px;
    font-weight: 400;
}

.details-author .tittle p {
    font-size: 24px;
    font-weight: 400;
    color: var(--primarycolor);
}

.details-author .tittle {
    margin-bottom: 40px;
}

.details-author .para p {
    font-size: 20px;
    font-weight: 400;
    color: var(--primarycolor);
    margin-bottom: 14px;
    max-width: 750px;
}

.details-author .para p:last-of-type {
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 1399px) {
    .popular-blog-list {
        overflow-y: auto;
        padding: 10px;
    }

    .popular-blog-list::-webkit-scrollbar {
        width: 5px;
    }

    .popular-blog-list::-webkit-scrollbar-track {
        background: #f0f6f9;
    }

    .popular-blog-list::-webkit-scrollbar-thumb {
        background: var(--primarycolor);
        border-radius: 10px;
        height: 50px;
    }
}

@media (max-width: 1199px) {
    header .navbar-brand {
        max-width: 180px;
    }

    section.banner h1 {
        font-size: 36px;
    }

    section.banner .txt p {
        font-size: 15px;
    }

    .list-banner h3 {
        font-size: 26px;
    }

    .public-icons {
        padding: 0 30px;
    }

    .popular-blog-list {
        max-height: 430px;
    }

    /* Blog Detail Page */
    .banner-blog .tittle h2 {
        font-size: 28px;
    }

    .blog-faq .tittle h2 {
        font-size: 25px;
    }

    .faq-answers .accordion-body {
        max-width: 830px;
    }

    .blog-explain .book-text h2 {
        font-size: 29px;
    }

    /* Author Profile */
    .author-section .profile-pic img {
        max-width: 170px;
    }

    .details-author .para p {
        font-size: 18px;
    }

    .banner-blog .main-image img {
        height: 350px;
    }

    .banner-blog .main-image .img-details {
        padding: 20px;
    }
}

@media (max-width: 991px) {
    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 80px;
        background: var(--primarycolor);
        width: 100%;
        padding: 20px 25px;
        box-shadow: 0px 12px 36px rgba(55, 105, 177, 0.15);
    }

    header li a {
        color: #fff !important;
    }

    header {
        padding: 10px 0 0;
    }

    header .btn_site {
        margin-top: 15px;
    }

    .v-left,
    .v-right {
        display: none;
    }

    section.banner {
        padding-top: 85px;
    }

    section.banner h1 {
        font-size: 60px;
    }

    section.banner .txt {
        padding-bottom: 70px;
    }

    section.banner .txt p {
        font-size: 20px;
    }

    section.banner .txt .btn {
        font-size: 20px;
        font-size: 20px;
    }

    h2 {
        font-size: 40px;
    }

    /* Section-1 */
    .section1 .img-book {
        margin-top: 50px;
    }

    /* Section-2 */
    .section2 .offers {
        margin-top: 50px;
    }

    .list-banner h3 {
        font-size: 28px;
    }

    .list-img {
        text-align: center;
        margin-bottom: 40px;
    }

    .list-banner {
        padding: 40px 28px;
    }

    /* Section-3 */
    .section3 p {
        font-size: 13px;
    }

    .icon-img img {
        max-width: 80%;
    }

    /* Section-4 */
    .section4 .text p {
        font-size: 14px;
    }

    .case-study {
        padding: 0 16px 23px;
    }

    .section4 {
        margin: 80px 0 40px 0;
    }

    /* Section-6 */
    .section6 h3 {
        font-size: 18px;
    }

    .section6 p {
        font-size: 13px;
    }

    /* Section-7 */
    .section7 {
        padding-bottom: 50px;
    }

    .section7 h2 {
        padding-top: 40px;
        margin-bottom: 28px;
    }

    .contact-form h3 {
        font-size: 16px;
    }

    .contact-form .form-control {
        font-size: 16px;
    }

    .al-range-slider__grid-mark {
        font-size: 15px;
    }

    .contact-form button {
        margin: 13px 0 8px 0;
    }

    .contact-form .contact-text {
        margin-bottom: 20px;
    }

    .contact-form .area-text {
        margin-top: 70px;
    }

    .section7 label {
        font-size: 16px;
    }

    /* Section-8 */
    .public-icons {
        margin: -15% auto 0;
    }

    footer .text img {
        max-width: 300px;
        margin-bottom: 30px;
    }

    .prod-icon .hover-content {
        padding: 10px 25px;
    }

    .contact-form [type="checkbox"] {
        margin-top: 2px;
    }

    .contact_popup .modal-header {
        padding-top: 18px;
    }

    /* Blog-page */
    section.banner-blog {
        margin: 64px 0 50px;
    }

    .main-image .img-details h2 {
        font-size: 16px;
    }

    .popular .list a {
        margin-bottom: 0;
    }

    .blog-card .details h2 {
        font-size: 14px;
    }

    .blogs {
        margin-bottom: 50px;
    }

    .popular-blog-list {
        max-height: 318px;
    }

    /* Blog Details */
    .banner-blog .tittle h2 {
        font-size: 23px;
        margin-bottom: 22px;
    }

    .banner-blog .main-image .img-details {
        padding: 30px 30px 20px;
    }

    .social-media {
        font-size: 16px;
        width: 35px;
    }

    .blog-faq .tittle h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .faq-answers .accordion-button {
        font-size: 17px;
    }

    .blog-explain h2 {
        font-size: 17px;
    }

    .blog-explain .book-text h2 {
        font-size: 19px;
        text-align: center;
    }

    .blog-faq {
        margin-bottom: 50px;
    }

    .blog-explain {
        margin-bottom: 50px;
    }

    .blog-explain .alert p {
        font-size: 16px;
    }

    .blog-explain .alert {
        padding: 16px 16px;
    }

    .blog-explain .book-pic img {
        max-width: 103px;
    }

    .blog-explain .image {
        padding: 16px 16px;
    }

    #freeguied .section1 {
        padding: 40px 16px;
    }

    #freeguied .section1 h2 {
        font-size: 40px;
    }

    /* Author */
    .author-section .profile-pic img {
        max-width: 140px;
    }

    .detail-blog .author .text h2 {
        font-size: 25px;
    }

    .detail-blog .author .text p {
        font-size: 16px;
    }

    .author-links .tittle h3 {
        font-size: 18px;
    }

    .profiles-link .btn_site {
        min-width: 160px;
        font-size: 14px;
    }

    .details-author .tittle h2 {
        font-size: 30px;
    }

    .details-author .tittle p {
        font-size: 18px;
    }

    .details-author .para p {
        font-size: 16px;
    }

    .details-author .tittle {
        margin-bottom: 20px;
    }

    .author-section {
        margin: 50px 0 50px;
    }

    .banner-blog .main-image img {
        height: 250px;
    }

    /* poker chip page  */
    .poker-text h1 {
        font-size: 30px !important;
    }
    .poker-text span,
    .poker-text h3 {
        font-size: 16px !important;
    }
    .poker-text p {
        font-size: 14px !important;
    }
    section.banner {
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    h3 {
        font-size: 28px;
    }

    h2,
    h2.small {
        font-size: 30px;
    }

    header .btn_site {
        min-width: 123px;
        font-size: 16px;
        padding: 8px 16px;
    }

    section.banner .row {
        min-height: calc(100vh - 167px);
    }

    header .navbar-brand {
        max-width: 160px;
    }

    section.banner {
        padding: 50px 0;
    }

    section.banner h1 {
        font-size: 32px;
    }

    section.banner .txt {
        padding-bottom: 50px;
    }

    section.banner .txt p {
        font-size: 15px;
    }

    .img-book img {
        max-width: 200px;
    }

    .section1 h3 {
        font-size: 22px;
    }

    .sec1-content {
        display: flex;
        flex-direction: column-reverse;
    }

    .section1 .img-book {
        margin-bottom: 40px;
    }

    .section1 .form {
        text-align: center;
    }

    .section1 {
        padding-top: 25px;
    }

    .form button {
        margin-top: 15px;
    }

    .section2 {
        padding: 50px 0;
    }

    .section2 .offers {
        padding: 0 20px;
    }

    .section2 li {
        font-size: 16px;
    }

    .offers button {
        margin-top: 15px;
    }

    .list-img img {
        max-width: 90px;
    }

    .list-img {
        margin-bottom: 20px;
    }

    .list-banner h3 {
        font-size: 13px;
        text-align: center;
    }

    .list-banner {
        padding: 28px;
    }

    .section3 {
        padding: 60px 0;
    }

    .section4 {
        margin: 50px 0;
    }

    .case-study {
        margin-bottom: 40px;
    }

    .section5 {
        padding: 50px 0 20px;
        margin-bottom: 0;
    }

    .section6 {
        padding-top: 50px;
    }

    .section6 .partner {
        margin-bottom: 40px;
    }

    .section7 {
        margin: 30px 0 50px;
    }

    .section7 h2 {
        padding-top: 60px;
        font-size: 26px;
    }

    .contact-form {
        padding: 35px 20px;
    }

    .contact-form h3 {
        font-size: 15px;
        line-height: 1.5;
    }

    .option {
        display: none;
    }

    .contact-form button {
        margin: 15px 0 0;
        min-width: auto;
        width: 100%;
    }

    .section8 .text {
        padding: 40px 15px 100px;
    }

    .section8 h2,
    .section8 h3 {
        font-size: 26px;
        line-height: 1.3;
    }

    .prod-icon {
        max-width: 100%;
    }

    footer .text img {
        max-width: 250px;
    }

    footer .text p {
        font-size: 16px;
    }

    .quote-page h1 {
        font-size: 40px;
    }

    .quote-page p {
        font-size: 16px;
    }

    .quote-page .banner {
        margin: 50px 0;
    }

    .question .txt h2 {
        font-size: 30px;
    }

    .question {
        padding: 50px 0 20px;
    }

    .question .txt button {
        font-size: 14px;
    }

    .question .accordion {
        margin-top: 40px;
    }

    .question .main-sec {
        margin-bottom: 50px;
    }

    .pivacy-policy p,
    .pivacy-policy li {
        font-size: 14px;
    }

    .pivacy-policy.modal {
        padding-right: 0 !important;
    }

    .icon-img {
        min-height: 80px;
    }

    .al-range-slider__grid-tick[data-position="1"] span {
        left: -20px;
    }

    .al-range-slider__grid-mark {
        font-size: 15px;
    }

    .contact-form [type="radio"] {
        margin-top: 1px;
    }

    .prod-icon .hover-content h4 {
        font-size: 20px;
    }

    .footer-left {
        display: none;
    }

    .footer-right {
        display: none;
    }

    /* Blog Page */
    section.banner-blog {
        margin: 30px 0 20px;
    }

    .banner-blog .main-image .img-details {
        padding: 16px 16px;
    }

    .banner-blog .main-image {
        margin-bottom: 30px;
    }

    .banner-blog .main-image .img-details {
        padding: 16px 16px;
    }

    .popular .tittle h3 {
        margin: 20px 0 15px;
    }

    .popular-blog-list {
        overflow-y: unset;
        padding: unset;
        max-height: unset;
    }

    /* Blog Details */
    .detail-blog .social-icons {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .social-media {
        margin-bottom: 0;
    }

    .blog-explain .image {
        margin-bottom: 30px;
        background-size: 100% 56%;
    }

    .blog-explain .book-text h2 {
        font-size: 24px;
        text-align: center;
    }

    .blog-explain .book-pic img {
        max-width: 180px;
    }

    #freeguied .section1 {
        padding: 0 16px 40px;
    }

    #freeguied .section1 h2 {
        font-size: 32px;
    }

    .section1 .img-book {
        margin-top: 20px;
    }

    .banner-blog .main-image {
        margin-bottom: 0;
    }

    .banner-blog.detail-blog .main-image {
        margin-bottom: 30px !important;
    }

    /* Author Profile*/
    .author-section .profile-pic img {
        max-width: 200px;
    }

    .author-profile {
        display: block;
    }

    .author-profile .author-leftside {
        width: 100%;
        margin-bottom: 40px;
    }

    .author-profile .author-righttside {
        width: 100%;
    }

    .profiles-link .btn_site {
        width: 100%;
        font-size: 16px;
    }

    .details-author .para p {
        font-size: 14px;
    }

    .detail-blog .author .text h2 {
        font-size: 22px;
    }

    .detail-blog .author .text p {
        font-size: 14px;
    }

    /* poker chip page  */
    .poker-text {
        text-align: center !important;
    }
    .poker-text h1 {
        margin: 7px auto 20px !important;
    }
    .poker-text span,
    .poker-text h3 {
        font-size: 16px !important;
    }
    .poker-text p {
        font-size: 14px !important;
        margin-bottom: 20px !important;
    }
    .poker-text .btn_site {
        width: 100% !important;
    }
    .poker-img {
        max-width: 250px !important;
        margin: auto !important;
    }
    section.poker-banner .row {
        min-height: unset !important;
    }
    .blue-color {
        color: #ffffff !important;
    }
}

/* poker chip page  */

.poker-banner {
    padding: 80px 0 100px;
    margin: 0;
}

.small-wrapper {
    max-width: 1170px;
    margin: auto;
}

.poker-banner {
    padding: 180px 0 170px;
}

.poker-text span,
.poker-text h3 {
    color: #3abfea;
    font-size: 22px;
    font-weight: 500;
}

.poker-text h1 {
    color: #3d36a3;
    font-size: 56px;
    font-weight: 600;
    margin: 10px 0 20px;
    line-height: 1.3;
}

.poker-text h3 {
    color: #3d36a3;
}

.poker-text p {
    color: #343f5f;
    font-size: 18px;
    max-width: 610px;
    margin: 5px 0 35px;
}

.blue-color {
    color: #3d36a3 !important;
}
