@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --primary: #0083b0;
    --blue: #0083b0;
    --red: #fc3048;
    --danger: #fc3048;
    --green: #0fce58;
    --orange: #ff7a3e;
    --success: #0fce58;
    --dark-grey: #7a7a7a;
    --white: #fff;
    --light: #f7f7f7;
    --dark: #2d364a;
    --muted: #9e9e9e;
    --black50off: rgba(0, 0, 0, 0.5);
    --cmyk: #b6c1bb;
    --fs-10: 10px;
    --fs-12: 12px;
    --fs-14: 14px;
    --fs-16: 16px;
    --fs-18: 18px;
    --fs-20: 20px;
    --fs-22: 22px;
    --fs-24: 24px;
    --fs-26: 26px;
    --fs-28: 28px;
    --fs-30: 30px;
    --fs-32: 32px;
    --fs-34: 34px;
    --fs-36: 36px;
    --fs-38: 38px;
    --fs-40: 40px;
    --fs-42: 42px;
    --fs-44: 44px;
    --fs-46: 46px;
    --fs-48: 48px;
    --fs-50: 50px;
    --fs-52: 52px;
    --fs-54: 54px;
    --fs-56: 56px;
    --fs-58: 58px;
    --logo-width: 100px;
    --logo-height: 140px;
    --home-spacer: 87px;
    --main-content-mx-width: 850px;
    --home-comfort-width: 460px;
    --home-p-text: 14px;
    --p-Cormorant: 13px;
    --sidemenu-fs: 14px;
    --sidemenu-padding: 34px;
    --bs-offcanvas-padding-x: var(--sidemenu-padding);
    --section-height: 100vh;
    --gallery-thumb: 202px;
    --slider-V-alignment: start;
    --sidebar-width: 301px;
    /*25-02-2023Toral*/

    --link-color: #3f3f3e;
    --bs-offcanvas-width: var(--sidebar-width);
    --bs-modal-padding: 2rem;
    --fs-cormorant: 'Cormorant Garamond';
    --fs-josefin: 'Josefin Sans';
}

.link-secondary {
    color: var(--link-color) !important;
}

.font-Cormorant,
.fs-Cormorant,
.font-cormorant,
.fs-cormorant {
    font-family: 'Cormorant Garamond', serif;
    /*font-weight: 100;24-02-2023Toral*/
}

body {
    font-family: 'Josefin Sans', sans-serif;
}

.bg-primary {
    background: var(--primary);
}

.bg-blue {
    background: var(--blue);
}

.bg-red {
    background: var(--red);
}

.bg-danger {
    background: var(--danger);
}

.bg-green {
    background: var(--green);
}

.bg-orange {
    background: var(--orange);
}

.bg-success {
    background: var(--success);
}

.bg-white {
    background: var(--white);
}

.bg-light {
    background: var(--light);
}

.bg-dark {
    background: var(--dark);
}

.bg-muted {
    background: var(--muted);
}


.text-primary {
    color: var(--primary) !important;
}

.text-blue {
    color: var(--blue) !important;
}

.text-red {
    color: var(--red) !important;
}

.text-danger {
    color: var(--danger) !important;
}

.text-green {
    color: var(--green) !important;
}

.text-orange {
    color: var(--orange) !important;
}

.text-success {
    color: var(--success) !important;
}

.text-white {
    color: var(--white) !important;
}

.text-light {
    color: var(--light) !important;
}

.text-dark {
    color: var(--dark) !important;
}

.text-muted {
    color: var(--muted) !important;
}


.fs-10 {
    font-size: 10px;
}

.fs-12 {
    font-size: 12px;
}

.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.fs-38 {
    font-size: 38px;
}

.fs-40 {
    font-size: 40px;
}

.fs-42 {
    font-size: 42px;
}

.fs-44 {
    font-size: 44px;
}

.fs-46 {
    font-size: 46px;
}

.fs-48 {
    font-size: 48px;
}

.fs-50 {
    font-size: 50px;
}

.fs-52 {
    font-size: 52px;
}

.fs-54 {
    font-size: 54px;
}

.fs-56 {
    font-size: 56px;
}

.fs-58 {
    font-size: 58px;
}
html {
    overflow-y: scroll;
}



.sec-title {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: normal;
}

.sec-title-22 {
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: var(--fs-josefin);
}

.title-13 {
    font-size: 13px;
}

.title-14 {
    font-size: 14px;
}

.title-16 {
    font-size: 16px;
}

.title-18 {
    font-size: 18px;
}

.title-20 {
    font-size: 20px;
}

.title-22 {
    font-size: 22px;
}

.title-24 {
    font-size: 24px;
}

.title-26 {
    font-size: 26px;
}

.title-28 {
    font-size: 28px;
}

.title-30 {
    font-size: 30px;
}

.title-32 {
    font-size: 32px;
}

.title-34 {
    font-size: 34px;
}

.title-36 {
    font-size: 36px;
}

.title-38 {
    font-size: 38px;
}

.title-40 {
    font-size: 40px;
}

.title-42 {
    font-size: 42px;
}

.title-44 {
    font-size: 44px;
}

.title-46 {
    font-size: 46px;
}

.title-48 {
    font-size: 48px;
}

.title-50 {
    font-size: 50px;
}

.title-52 {
    font-size: 52px;
}

.title-54 {
    font-size: 54px;
}

.title-56 {
    font-size: 56px;
}

.title-58 {
    font-size: 58px;
}

.title-inline {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.uppr {
    text-transform: uppercase;
}

.lower {
    text-transform: lowercase;
}

.italic {
    font-style: italic;
}

.bold {
    font-weight: bold;
}

.normal-text {
    font-size: 14px;
}

.btn.btn-no-click {
    cursor: default !important;
}

    .btn.btn-no-click:hover {
        color: white !important;
    }

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-weight: 400;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 8px 15px;
    font-size: 15px;
    letter-spacing: 0.3px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    line-height: 1;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
}

    .btn:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn .icon {
        width: 20px;
        margin-right: 5px;
    }

.btn-min {
    min-width: 80px;
}

.btn-fab {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    line-height: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
}

    .btn-fab i {
        font-size: 20px;
    }

.btn-sm {
    padding: .4rem .45rem;
    font-size: 12px;
}

.btn-xs {
    font-size: 10px;
    padding: 5px 10px;
}

.btn-md {
    padding: .5rem .45rem;
    font-size: 14px;
}

.btn-round {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
}

.btn-white {
    color: #2d364a !important;
}

.btn-outline-white:hover,
.btn-outline-white:focus {
    color: #2d364a !important;
}

.btn-primary {
    background: var(--primary);
    border: 1px solid var(--primary);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-primary:hover {
        background: none;
        border: 1px solid var(--primary);
        color: #0083b0;
        text-decoration: none;
    }

    .btn-primary:focus,
    .btn-primary.active {
        background: none;
        border: 1px solid var(--primary);
        color: #0083b0;
        text-decoration: none;
    }

    .btn-primary .icon svg {
        fill: var(--primary);
    }

.btn-outline-primary {
    background: none;
    border: 1px solid var(--primary);
    color: var(--primary);
    text-decoration: none;
}

    .btn-outline-primary:hover {
        background: var(--primary);
        border: 1px solid #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-primary:focus,
    .btn-outline-primary.active {
        background: var(--primary);
        border: 1px solid var(--primary);
        color: #fff;
        text-decoration: none;
    }

.btn-primary-light {
    background: rgba(0, 131, 176, 0.2);
    border: none;
    color: var(--primary);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-primary-light:hover {
        background: #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-primary-light:focus,
    .btn-primary-light.active {
        background: #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-primary-light .icon svg {
        fill: var(--primary);
    }

.btn-blue {
    background: var(--blue);
    border: 1px solid var(--blue);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-blue:hover {
        background: none;
        border: 1px solid var(--blue);
        color: #0083b0;
        text-decoration: none;
    }

    .btn-blue:focus,
    .btn-blue.active {
        background: none;
        border: 1px solid var(--blue);
        color: #0083b0;
        text-decoration: none;
    }

    .btn-blue .icon svg {
        fill: var(--blue);
    }

.btn-outline-blue {
    background: none;
    border: 1px solid var(--blue);
    color: var(--blue);
    text-decoration: none;
}

    .btn-outline-blue:hover {
        background: var(--blue);
        border: 1px solid #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-blue:focus,
    .btn-outline-blue.active {
        background: var(--blue);
        border: 1px solid var(--blue);
        color: #fff;
        text-decoration: none;
    }

.btn-blue-light {
    background: rgba(0, 131, 176, 0.2);
    border: none;
    color: var(--blue);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-blue-light:hover {
        background: #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-blue-light:focus,
    .btn-blue-light.active {
        background: #0083b0;
        color: #fff;
        text-decoration: none;
    }

    .btn-blue-light .icon svg {
        fill: var(--blue);
    }

.btn-red {
    background: var(--red);
    border: 1px solid var(--red);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-red:hover {
        background: none;
        border: 1px solid var(--red);
        color: #fc3048;
        text-decoration: none;
    }

    .btn-red:focus,
    .btn-red.active {
        background: none;
        border: 1px solid var(--red);
        color: #fc3048;
        text-decoration: none;
    }

    .btn-red .icon svg {
        fill: var(--red);
    }

.btn-outline-red {
    background: none;
    border: 1px solid var(--red);
    color: var(--red);
    text-decoration: none;
}

    .btn-outline-red:hover {
        background: var(--red);
        border: 1px solid #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-red:focus,
    .btn-outline-red.active {
        background: var(--red);
        border: 1px solid var(--red);
        color: #fff;
        text-decoration: none;
    }

.btn-red-light {
    background: rgba(252, 48, 72, 0.2);
    border: none;
    color: var(--red);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-red-light:hover {
        background: #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-red-light:focus,
    .btn-red-light.active {
        background: #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-red-light .icon svg {
        fill: var(--red);
    }

.btn-danger {
    background: var(--danger);
    border: 1px solid var(--danger);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-danger:hover {
        background: none;
        border: 1px solid var(--danger);
        color: #fc3048;
        text-decoration: none;
    }

    .btn-danger:focus,
    .btn-danger.active {
        background: none;
        border: 1px solid var(--danger);
        color: #fc3048;
        text-decoration: none;
    }

    .btn-danger .icon svg {
        fill: var(--danger);
    }

.btn-outline-danger {
    background: none;
    border: 1px solid var(--danger);
    color: var(--danger);
    text-decoration: none;
}

    .btn-outline-danger:hover {
        background: var(--danger);
        border: 1px solid #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-danger:focus,
    .btn-outline-danger.active {
        background: var(--danger);
        border: 1px solid var(--danger);
        color: #fff;
        text-decoration: none;
    }

.btn-danger-light {
    background: rgba(252, 48, 72, 0.2);
    border: none;
    color: var(--danger);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-danger-light:hover {
        background: #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-danger-light:focus,
    .btn-danger-light.active {
        background: #fc3048;
        color: #fff;
        text-decoration: none;
    }

    .btn-danger-light .icon svg {
        fill: var(--danger);
    }

.btn-green {
    background: var(--green);
    border: 1px solid var(--green);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-green:hover {
        background: none;
        border: 1px solid var(--green);
        color: #0fce58;
        text-decoration: none;
    }

    .btn-green:focus,
    .btn-green.active {
        background: none;
        border: 1px solid var(--green);
        color: #0fce58;
        text-decoration: none;
    }

    .btn-green .icon svg {
        fill: var(--green);
    }

.btn-outline-green {
    background: none;
    border: 1px solid var(--green);
    color: var(--green);
    text-decoration: none;
}

    .btn-outline-green:hover {
        background: var(--green);
        border: 1px solid #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-green:focus,
    .btn-outline-green.active {
        background: var(--green);
        border: 1px solid var(--green);
        color: #fff;
        text-decoration: none;
    }

.btn-green-light {
    background: rgba(15, 206, 88, 0.2);
    border: none;
    color: var(--green);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-green-light:hover {
        background: #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-green-light:focus,
    .btn-green-light.active {
        background: #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-green-light .icon svg {
        fill: var(--green);
    }

.btn-orange {
    background: var(--orange);
    border: 1px solid var(--orange);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-orange:hover {
        background: none;
        border: 1px solid var(--orange);
        color: #ff7a3e;
        text-decoration: none;
    }

    .btn-orange:focus,
    .btn-orange.active {
        background: none;
        border: 1px solid var(--orange);
        color: #ff7a3e;
        text-decoration: none;
    }

    .btn-orange .icon svg {
        fill: var(--orange);
    }

.btn-outline-orange {
    background: none;
    border: 1px solid var(--orange);
    color: var(--orange);
    text-decoration: none;
}

    .btn-outline-orange:hover {
        background: var(--orange);
        border: 1px solid #ff7a3e;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-orange:focus,
    .btn-outline-orange.active {
        background: var(--orange);
        border: 1px solid var(--orange);
        color: #fff;
        text-decoration: none;
    }

.btn-orange-light {
    background: rgba(255, 122, 62, 0.2);
    border: none;
    color: var(--orange);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-orange-light:hover {
        background: #ff7a3e;
        color: #fff;
        text-decoration: none;
    }

    .btn-orange-light:focus,
    .btn-orange-light.active {
        background: #ff7a3e;
        color: #fff;
        text-decoration: none;
    }

    .btn-orange-light .icon svg {
        fill: var(--orange);
    }

.btn-success {
    background: var(--success);
    border: 1px solid var(--success);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-success:hover {
        background: none;
        border: 1px solid var(--success);
        color: #0fce58;
        text-decoration: none;
    }

    .btn-success:focus,
    .btn-success.active {
        background: none;
        border: 1px solid var(--success);
        color: #0fce58;
        text-decoration: none;
    }

    .btn-success .icon svg {
        fill: var(--success);
    }

.btn-outline-success {
    background: none;
    border: 1px solid var(--success);
    color: var(--success);
    text-decoration: none;
}

    .btn-outline-success:hover {
        background: var(--success);
        border: 1px solid #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-success:focus,
    .btn-outline-success.active {
        background: var(--success);
        border: 1px solid var(--success);
        color: #fff;
        text-decoration: none;
    }

.btn-success-light {
    background: rgba(15, 206, 88, 0.2);
    border: none;
    color: var(--success);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-success-light:hover {
        background: #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-success-light:focus,
    .btn-success-light.active {
        background: #0fce58;
        color: #fff;
        text-decoration: none;
    }

    .btn-success-light .icon svg {
        fill: var(--success);
    }

.btn-dark-grey {
    background: var(--dark-grey);
    border: 1px solid var(--dark-grey);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-dark-grey:hover {
        background: none;
        border: 1px solid var(--dark-grey);
        color: #7a7a7a;
        text-decoration: none;
    }

    .btn-dark-grey:focus,
    .btn-dark-grey.active {
        background: none;
        border: 1px solid var(--dark-grey);
        color: #7a7a7a;
        text-decoration: none;
    }

    .btn-dark-grey .icon svg {
        fill: var(--dark-grey);
    }

.btn-outline-dark-grey {
    background: none;
    border: 1px solid var(--dark-grey);
    color: var(--dark-grey);
    text-decoration: none;
}

    .btn-outline-dark-grey:hover {
        background: var(--dark-grey);
        border: 1px solid #7a7a7a;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-dark-grey:focus,
    .btn-outline-dark-grey.active {
        background: var(--dark-grey);
        border: 1px solid var(--dark-grey);
        color: #fff;
        text-decoration: none;
    }

.btn-dark-grey-light {
    background: rgba(122, 122, 122, 0.2);
    border: none;
    color: var(--dark-grey);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-dark-grey-light:hover {
        background: #7a7a7a;
        color: #fff;
        text-decoration: none;
    }

    .btn-dark-grey-light:focus,
    .btn-dark-grey-light.active {
        background: #7a7a7a;
        color: #fff;
        text-decoration: none;
    }

    .btn-dark-grey-light .icon svg {
        fill: var(--dark-grey);
    }

.btn-white {
    background: var(--white);
    border: 1px solid var(--white);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-white:hover {
        background: none;
        border: 1px solid var(--white);
        color: #fff;
        text-decoration: none;
    }

    .btn-white:focus,
    .btn-white.active {
        background: none;
        border: 1px solid var(--white);
        color: #fff;
        text-decoration: none;
    }

    .btn-white .icon svg {
        fill: var(--white);
    }

.btn-outline-white {
    background: none;
    border: 1px solid var(--white);
    color: var(--white);
    text-decoration: none;
}

    .btn-outline-white:hover {
        background: var(--white);
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-white:focus,
    .btn-outline-white.active {
        background: var(--white);
        border: 1px solid var(--white);
        color: #fff;
        text-decoration: none;
    }

.btn-white-light {
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--white);
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-white-light:hover {
        background: white;
        color: #fff;
        text-decoration: none;
    }

    .btn-white-light:focus,
    .btn-white-light.active {
        background: white;
        color: #fff;
        text-decoration: none;
    }

    .btn-white-light .icon svg {
        fill: var(--white);
    }

.btn-light {
    background: var(--light);
    border: 1px solid var(--light);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-light:hover {
        background: none;
        border: 1px solid var(--light);
        color: #f7f7f7;
        text-decoration: none;
    }

    .btn-light:focus,
    .btn-light.active {
        background: none;
        border: 1px solid var(--light);
        color: #f7f7f7;
        text-decoration: none;
    }

    .btn-light .icon svg {
        fill: var(--light);
    }

.btn-outline-light {
    background: none;
    border: 1px solid var(--light);
    color: var(--light);
    text-decoration: none;
}

    .btn-outline-light:hover {
        background: var(--light);
        border: 1px solid #f7f7f7;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-light:focus,
    .btn-outline-light.active {
        background: var(--light);
        border: 1px solid var(--light);
        color: #fff;
        text-decoration: none;
    }

.btn-dark {
    background: var(--dark);
    border: 1px solid var(--dark);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-dark:hover {
        background: none;
        border: 1px solid var(--dark);
        color: #2d364a;
        text-decoration: none;
    }

    .btn-dark:focus,
    .btn-dark.active {
        background: none;
        border: 1px solid var(--dark);
        color: #2d364a;
        text-decoration: none;
    }

    .btn-dark .icon svg {
        fill: var(--dark);
    }

/*toral18012023-This for VISA ALLT*/
.btn1 {
    margin-left: 372px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    font-weight: 400;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 8px 15px;
    font-size: 14px;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    line-height: 1.5;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    transition: all 0.35s linear;
    -webkit-transition: all 0.35s linear;
    -moz-transition: all 0.35s linear;
    -o-transition: all 0.35s linear;
}







.btn1-outline-dark {
    /* background: none; */
    /* border: 1px solid var(--dark); */
    color: var(--dark);
    text-decoration: none;
    border-radius: 100px;
    /* toral20012023*/
    margin-left: 6%;
    /* toral20012023*/
    text-decoration-line: underline;
}


    .btn1-outline-dark:hover {
        /* background: var(--dark); */
        /* border: 1px solid #2d364a; */
        /* color: #fff; */
        /* text-decoration: none; */
        text-decoration-line: underline;
    }

    .btn1-outline-dark:focus,
    .btn1-outline-dark.active {
        /* background: var(--dark); */
        /* border: 1px solid var(--dark); */
        /* color: #fff; */
        /* text-decoration: none; */
        text-decoration-line: underline;
    }

/*toral18012023*/

.btn-muted {
    background: var(--muted);
    border: 1px solid var(--muted);
    color: #fff;
    text-decoration: none;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

    .btn-muted:hover {
        background: none;
        border: 1px solid var(--muted);
        color: #9e9e9e;
        text-decoration: none;
    }

    .btn-muted:focus,
    .btn-muted.active {
        background: none;
        border: 1px solid var(--muted);
        color: #9e9e9e;
        text-decoration: none;
    }

    .btn-muted .icon svg {
        fill: var(--muted);
    }

.btn-outline-muted {
    background: none;
    border: 1px solid var(--muted);
    color: var(--muted);
    text-decoration: none;
}

    .btn-outline-muted:hover {
        background: var(--muted);
        border: 1px solid #9e9e9e;
        color: #fff;
        text-decoration: none;
    }

    .btn-outline-muted:focus,
    .btn-outline-muted.active {
        background: var(--muted);
        border: 1px solid var(--muted);
        color: #fff;
        text-decoration: none;
    }

.btn-white:hover {
    color: #fff !important;
}

.btn-white.btn-shadow:hover,
.btn-white.btn-shadow:focus {
    background: #2d364a;
    color: #fff !important;
    border: #2d364a;
}

.btn-shadow {
    border: transparent;
    box-shadow: 0 2px 4px rgba(45, 54, 74, 0.2);
    -webkit-box-shadow: 0 2px 4px rgba(45, 54, 74, 0.2);
    -moz-box-shadow: 0 2px 4px rgba(45, 54, 74, 0.2);
    -o-box-shadow: 0 2px 4px rgba(45, 54, 74, 0.2);
}






/*------------------------- start Nav -------------------------------*/
.sticky .nav-main {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.nav-main {
    padding-top: 10px;
    font-size: 14px;
    /*toral10012023*/
}

    .nav-main .container {
        border-bottom: 1px solid #000;
        /*padding-bottom: 10px;*/
        /*toral10012023*/
    }

.navbar-toggler i {
    font-size: 30px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
    background: #000;
    color: #fff;
}

/*toral10012023*/
.Search {
    border-style: none;
}

/*toral18012023*/
.brand-logo img {
    height: var(--logo-height);
    /*25-02-2023Toral*/
}


.title-justify {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*---------------------- Slider css start -----------------------*/

.swiper-slider-1 {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 55px;
}

.swiper-slider-2 {
    width: 100%;
    height: 100%;
    position: relative;
}

.home-swiper .swiper-slide {
    height: auto !important;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-box-pack: var(--slider-V-alignment);
    -webkit-box-pack: var(--slider-V-alignment);
    -webkit-justify-content: var(--slider-V-alignment);
    justify-content: var(--slider-V-alignment);
    /*--vertical align --*/
    -webkit-box-align: var(--slider-V-alignment);
    -ms-flex-align: var(--slider-V-alignment);
    -webkit-align-items: var(--slider-V-alignment);
    align-items: center;
}

    .home-swiper .swiper-slide .item-box {
        width: 100%;
        height: 100%;
        display: flex;
        flex-flow: column;
        -webkit-box-pack: var(--slider-V-alignment);
        justify-content: var(--slider-V-alignment);
        align-items: var(--slider-V-alignment);
        text-decoration: none;
        color: #000;
    }

.custom-swiper-ctrl {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0;
    background: rgba(255, 255, 255, 1);
}

    .custom-swiper-ctrl.swiper-button-prev {
        left: 0px !important;
        right: auto;
    }

    .custom-swiper-ctrl.swiper-button-next {
        right: 0px !important;
        left: auto;
    }

    .custom-swiper-ctrl.pos-top {
        top: 0 !important;
        margin-top: 0 !important;
    }

    .custom-swiper-ctrl:after {
        font-size: 20px !important;
        color: #000;
    }

.item-box {
    width: 100%;
    display: block;
    text-decoration: none;
    color: #000;
}

    .item-box .item-image img {
        max-width: 100%;
        height: 100%;
    }

    .item-box .content {
        padding: 10px 0;
        text-align: left;
        width: 100%;
        font-size: 20px;
        line-height: 20px;
        letter-spacing: 0.4px;
        font-family: 'Cormorant Garamond', serif;
    }

        .item-box .content p {
            margin: 0;
            /* color: rgb(69, 71, 71); */
        }

        .item-box .content .subtext {
            /* color: rgb(105, 122, 130); */
            font-style: italic;
        }

.bt1 {
    color: black !important;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 15px !important;
}

/*07-03-2023Toral*/

/*---------------------- Slider css end -----------------------*/

.seeAllwork-box {
    /* background-color: rgb(163 217 171); */
    background-color: rgb(178 195 178);
    /*toral18012023*/
    /* background: url(../assets/bg.jpg)no-repeat;
    background-size: cover;
    background-attachment: fixed; */
    text-align: center;
    padding: 30px;
    display: block;
}


    .seeAllwork-box p {
        width: 100%;
        text-align: start;
        color: #fff;
        display: block;
        position: relative;
        margin-bottom: 20px;
        margin: auto;
        padding: 20px;
    }

.border-tp {
    border-top: 1px solid #000;
    padding-bottom: 2rem !important;
    /*toral11012023*/
}

.footer p {
    font-size: var(--sidemenu-fs);
}

a.link {
    color: #282828;
    text-decoration: none;
}

    a.link:hover {
        color: #000;
        font-weight: 500;
    }

.ft-links a.link {
    display: block;
    padding: 0.3em 13px;
    font-size: var(--sidemenu-fs);
}

/* toral18012023*/
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0px !important;
}

.logo-ft img {
    width: 60px;
    margin-bottom: 15px;
}

/* --- Masonry-grid --- */
.Masonry-grid {
    /* columns: 8 200px;  */
    columns: 4 200px;
    gap: 1.5rem;
    margin: 0 auto;
}

    .Masonry-grid .figure-item {
        display: inline-block;
        width: 100%;
    }

    .Masonry-grid .item {
        margin: 0;
        text-decoration: none;
    }

    .Masonry-grid img {
        width: 100%;
        display: block;
    }

    .Masonry-grid .content {
        padding: 10px 0;
        text-transform: capitalize;
        font-size: 12px;
        color: #333;
        text-align: start;
    }

        .Masonry-grid .content .title {
            font-style: italic;
        }

/* --- Masonry-grid end--- */

/* --- Masonry blocks --- */
.Masonry-block {
    display: block;
    columns: 12rem;
    gap: 1rem;
    margin: 2rem 0;
}

    .Masonry-block .figure-item {
        margin-bottom: 1rem;
        break-inside: avoid;
    }

    .Masonry-block .item {
        text-decoration: none;
    }

    .Masonry-block img {
        width: 100%;
        display: block;
    }

    .Masonry-block .content {
        padding: 10px 0;
        text-transform: capitalize;
        font-size: 12px;
        text-align: start;
    }

        .Masonry-block .content .title {
            font-style: italic;
        }

/* --- Masonry blocks end--- */

/* --- Aside Filter --- */
.asideFilter {
    border-right: 2px solid var(--black50off);
}

.vr-line {
    width: 2px;
    height: 100%;
    background: var(--black50off);
}

.filter-box {
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 900;
}

    .filter-box .form-control {
        font-size: 17px;
        font-weight: 800;
    }

    .filter-box .title {
        margin-bottom: 10px;
        font-weight: 700;
    }

    .filter-box .form-check {
        padding-left: 0;
    }

.seeMore-link {
    text-decoration: underline;
    color: var(--black50off);
    font-size: 17px;
    font-weight: 900;
}

/* --- Aside Filter End --- */

.atoz_letters-sort {
    display: flex;
    align-items: center;
}

    .atoz_letters-sort .atoz {
        text-decoration: none;
        font-size: 17px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        width: 18px;
        /*10032023Toral*/
        line-height: 1;
        border-radius: 20px;
        color: var(--black50off);
    }

        .atoz_letters-sort .atoz:hover {
            color: black;
        }

        .atoz_letters-sort .atoz:focus {
            color: #fff;
            background: black;
        }

.text-visa {
    font-weight: normal;
    font-size: 16px;
    /*10032023Toral*/
    color: var(--black50off);
    margin-top: 7px;
}

/*------------- product detail page --------------*/

.product-swiper-slider {
    width: 100%;
    position: relative;
}

    .product-swiper-slider .swiper-slide {
        height: auto !important;
        background: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

        .product-swiper-slider .swiper-slide .item-box {
            width: 100%;
            height: 100%;
            display: flex;
            flex-flow: column;
            justify-content: center;
            align-items: center;
            text-decoration: none;
            color: #000;
        }

.swiper-pagination-bullet {
    background: none !important;
    border: 1px solid #000;
}

.swiper-pagination-bullet-active {
    border-color: #b2c3b2 !important;
}

product-swiper-slider {
    width: 100%;
    position: relative;
}

.product-swiper-slider .swiper-slide {
    height: auto !important;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/* .product-swiper-slider .swiper-pagination {
  position: relative;
  bottom: -20px !important;
} */

.product-swiper-slider .swiper-pagination {
    position: relative;
    margin-top: 30px;
}

/*toral20012023*/
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background-color: #b2c3b2 !important;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}


.product-detail {
    /*text-transform: capitalize;*/ /*Toral25092023*/
    font-size: 17px;
    text-align: start;
    line-height: 24px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: var(--fs-cormorant);
    color: #000;
}

    /* .product-detail .artistName {
    font-weight: 600;
} */
    .product-detail .titleYear * {
        font-style: italic;
    }

    .product-detail .contact {
        font-size: 15px;
        letter-spacing: 0.5px;
        font-family: var(--fs-josefin);
    }


.paragraph-justify-left {
    text-align: justify;
}

.mybreadcrumb {
    font-size: 12px;
    text-decoration: none;
    margin-bottom: 10px;
}

    .mybreadcrumb * {
        text-decoration: none;
        color: var(--dark);
        font-size: 15px;
        font-weight: 500;
        font-family: var(--fs-cormorant);
    }

.partnerImages img {
    width: 120px;
    margin-right: 30px;
}

/*----------------- preloader start ---------------------*/
.searchBox {
    padding: 5px 10px;
    vertical-align: middle;
    border: none;
    width: 100%;
    /*toral13012023*/
    font-family: sans-serif;
    /*toral13012023*/
}

    .searchBox:focus {
        border: none;
        outline: none;
        font-family: sans-serif;
        /*toral13012023*/
    }

.pl-2px {
    padding-left: 2px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f2f8ff;
    z-index: 999;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999;
}

/*----------------- preloader end ---------------------*/
.serchResltText .linkText {
    text-decoration: none;
    color: #1418C6;
}

.resultTagbtns {
    display: flex;
    flex-flow: wrap;
}

    .resultTagbtns .result-tag {
        display: flex;
        align-items: center;
        font-size: 16px;
        background: #fff;
        color: #000;
        border: 1px solid #ccc;
        padding: 5px 20px;
        border-radius: 100px;
        margin-right: 10px;
        margin-bottom: 10px;
        text-decoration: none;
    }

        .resultTagbtns .result-tag sup {
            margin-left: 10px;
            font-size: 10px;
            font-weight: bold;
            /*color: #1418C6;*/
        }

        .resultTagbtns .result-tag.active {
            /* background: #1418C6; */
            background: #b2c3b2;
            /*toral18012023*/
            color: #fff;
            border: transparent;
        }

            .resultTagbtns .result-tag.active sup {
                color: #fff;
            }

/*----------------- new change 29-01-2023 ---------------------*/

.form-check-input:checked {
    /* background-color:var(--success);
    border-color: var(--success);*/
    background-color: #b2c3b2;
    border-color: #b2c3b2;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.25rem rgba(75, 199, 18, 0);
}

.form-check-input[type=checkbox] {
    border-radius: 20px;
    border-width: 2px;
}


/*--------------- css 12-02-2023 -------------*/
.menuToggle {
    text-decoration: none;
    color: var(--dark);
    position: fixed;
    display: flex;
    align-items: center;
    gap: 10px;
    top: 30px;
    left: 20px;
    z-index: 99999;
    font-size: 20px;
}

    .menuToggle i {
        color: var(--dark);
        font-size: 30px;
        height: 40px;
    }

.offcanvas .menuToggle {
    position: absolute;
    right: 20px;
    top: 20px;
    left: auto;
}

.offcanvas {
    width: var(--sidebar-width) !important;
    border: none !important;
    z-index: 99999;
}

.offcanvas-body {
    --bs-offcanvas-padding-x: var(--sidemenu-padding);
    flex-grow: 1;
    padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
   /* overflow-y: auto; */
  overflow-y: hidden; 

}

.sidebar-padding {
    padding-top: 30px !important;
    /*24-02-2023Toral*/
}

.nav-sidemenu {
    flex-direction: column;
    font-size: 13px;
    /*24-02-2023Toral*/
}

    .nav-sidemenu .nav-link {
        padding: 4.69px 0 !important;
        font-size: var(--sidemenu-fs);
        color: var(--link-color);
        font-weight: 600;
        letter-spacing: 0.5px;
    }

        .nav-sidemenu .nav-link:hover {
            color: #000;
        }

.underline {
    text-decoration: underline;
}

.main-content {
    position: relative;
    min-height: var(--section-height);
    padding-top: calc(var(--logo-height) + 30px);
}

.text-justify {
    text-align: justify;
}

.secion-padding {
    padding-top: 70px;
}

.Masonry-grid {
    /* columns: 8 200px; */
    /* columns: 4 200px; */
    gap: 1.5rem;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    display: grid;
}

    .Masonry-grid img {
        width: 100%;
        display: block;
        min-height: 200px;
        object-fit: cover;
        /*max-height: 200px;*/
        /*25-02-2023Toral*/
    }

.modal {
    --bs-modal-width: 600px;
    --bs-modal-padding: 2rem;
    --bs-modal-border-radius: 0;
}

.icon-shape {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    border-radius: 100px;
    box-shadow: 0 2px 8px #00000015;
}

.Text-color--gray500 {
    color: hsla(0, 0%, 10%, .6);
}

.Text-color--gray400 {
    color: hsla(0, 0%, 10%, .4);
}

.appOrderLeftside,
.app-paymentForm {
    max-width: 380px;
    margin: 0 auto;
}

.ul-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.OrderDetails-ul li {
    margin-bottom: 20px;
}

.item-list-lr {
    display: flex;
    justify-content: space-between;
}

.OrderDetails-ul .form-control-plaintext {
    cursor: pointer;
    color: #1418C6;
    font-weight: 600;
}

.Securely-box {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #00000011;
    box-shadow: 0 2px 2px #00000011;
}

.section-shadow {
    box-shadow: -8px 0px 20px #00000010;
}

.home-spacer {
    height: var(--home-spacer)
}

.spacer-30 {
    height: 30px;
}

.spacer-40 {
    height: 40px;
}

.spacer-50 {
    height: 30px;
}

.spacer-60 {
    height: 60px;
}

.product-filter .Masonry-grid {
    /* columns: 8 200px; */
    gap: 1.5rem;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    display: grid;
}

.LoginRegisterBg {
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
    min-height: 100vh;
}

.register-div {
    background-color: #fff;
    box-shadow: 0 4px 16px #0000000c
}

.home-Cormorant {
    /* font-size: var(--home-p-text);*/
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: bolder;
    margin: auto;
    text-align: justify;
    text-align-last: left;
    font-family: var(--fs-cormorant);
}

.home-Cormorantterms {
    /* font-size: var(--home-p-text);*/
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: bolder;
    margin: auto;
    text-align: justify;
    text-align-last: left;
    font-family: var(--fs-cormorant);
}



.p-Cormorant-justify {
    /*font-size: var(--p-Cormorant);*/
    font-size: 17PX;
    line-height: 28px;
    letter-spacing: 0.3px;
    font-weight: 900;
    margin: auto;
    text-align: justify;
    text-align-last: left;
    font-family: var(--fs-cormorant);
}

.p-Cormorant {
    /*font-size: var(--p-Cormorant);*/
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 0.3px;
    font-weight: 900;
    margin: auto;
    font-family: var(--fs-cormorant);
}

.aside-footer .ft-links {
    padding-left: 1rem;
    font-weight: 100;
}

.aside-footer .nav-sidemenu .nav-link {
    font-weight: 400;
}

.header-logo-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: white;
    padding-top: 30px;
    position: fixed;
    z-index: 999;
}

.sticky .brand-logo img {
    height: var(--logo-height);
}

.sticky .logo-small img {
    --logo-height: 60px;
    height: var(--logo-height);
}

/*--------- new masonary -----------*/
/* .masonary-row-grid{
    display: grid;
   grid-gap: 10px;
   grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
   grid-auto-rows: 50px;
}
*/
.gallery-item-1x1 {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(auto-fit, minmax(var(--gallery-thumb), 1fr));
}

    .gallery-item-1x1 a.thumb-item {
        text-decoration: none;
        position: relative;
        color: #000;
    }

    .gallery-item-1x1 .thumb-item img {
        max-width: 100%;
        width: 100%;
        height: var(--gallery-thumb);
        object-fit: cover;
        display: block;
    }

    .gallery-item-1x1 .content {
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 15px;
        /*10032023Toral*/
        letter-spacing: 0.4px;
        text-align: start;
    }

a.masonary-item {
    text-decoration: none;
}

/* .masonary-row-grid .masonary-item{
    padding-bottom: 25px;
} */

.masonary-row-grid img {
    max-width: 100%;
    display: block;
}

.masonary-row-grid .content {
    padding-top: 10px;
    text-transform: capitalize;
    font-size: 17px;
    color: #333;
    text-align: start;
    line-height: 26px;
    font-weight: 900;
    font-family: var(--fs-cormorant);
}

    .masonary-row-grid .content .title {
        font-style: italic;
    }

.section-part {
    min-height: var(--section-height);
    position: relative;
}

.btn-border {
    background-image: url('../images/btn-border.png') !important;
    background: center center no-repeat;
    position: relative;
}

    .btn-border::after {
        position: absolute;
        content: '';
        background-image: url('../images/btn-border.png');
        top: 0;
        bottom: 0;
        left: auto;
        right: auto;
        margin: auto;
        height: 72px;
        width: 160px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
    }

.imgbtn-border {
    position: relative;
    text-align: center;
    display: inline-flex;
    font-family: var(--fs-josefin);
    align-items: center;
    justify-content: center;
}

    .imgbtn-border .btn-text {
        position: absolute;
        color: #212529;
        font-size: 15px;
        letter-spacing: 0.3px;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: 15px;
        white-space: nowrap;
    }

    .imgbtn-border img {
        height: 60px;
        width: 170px;
    }

    .imgbtn-border.KONTAKTA img {
        max-width: 210px;
        height: 60px;
        width: 210px;
    }

    .imgbtn-border.SkapaGalleri img {
        height: 60px;
        width: 220px;
    }

.btn-cmyk {
    background: var(--cmyk);
    color: #fff;
}

    .btn-cmyk:hover,
    .btn-cmyk:focus-within {
/*        background: #658f79;*/
background: #8a9790;
        color: #fff;
    }

.link-cmyk {
    color: var(--cmyk);
}

    .link-cmyk:hover {
        color: var(--dark);
    }

.products-wrapper {
    position: relative;
}

/* .aside-Filter-toggle{
    width: 100%;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 99;
    background: #fff;
    padding: 20px;
    display: none;
} */
.filter-mesonary-wrapper {
    position: relative;
}

.aside-Product-Filter {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: var(--fs-cormorant);
    color: #000;
    padding: 20px;
}



.aside-Filter-toggle .vr-line {
    position: absolute;
    width: 100%;
    height: 2px;
    right: 0;
    top: 0;
    background: var(--cmyk);
}

.form-check-input:checked[type=radio] {
    --bs-form-check-bg-image: none;
}

.btn-long-arrow-right {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1;
}

.btn-long-arrow-left {
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    line-height: 1;
}

.btn-long-arrow-right .arrow {
    width: 30px;
    margin-left: 20px;
}

.btn-long-arrow-right .arrow-sm {
    width: 20px;
    margin-left: 10px;
}

.btn-long-arrow-right .arrow-md {
    width: 25px;
    margin-left: 10px;
}

.btn-long-arrow-left .arrow {
    width: 30px;
    margin-right: 20px;
}

.btn-long-arrow-left .arrow-sm {
    width: 20px;
    margin-right: 10px;
}

.sticky100 .top-back {
    position: sticky;
}

.top-back {
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 999;
    color: var(--muted);
    font-size: 10px;
}

    .top-back .arrow {
        width: 20px;
        margin-right: 10px;
        fill: var(--muted);
    }

        .top-back .arrow * {
            fill: var(--muted);
        }

.installation-wrapper {
    position: relative;
}

.installation-slider .item-image img {
    width: 100%;
    height: 404px;
    object-fit: contain;
}

.link-underline {
    text-decoration: underline;
    color: #000;
}

.faq-accordion .accordion-item {
    border: none;
}

.faq-accordion .accordion-header .btn,
.faq-accordion .accordion-body {
    padding-left: 0;
    white-space: normal;
    text-align: left;
}

.register-box {
    padding: 40px 30px;
    border: 1px solid var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
}

.disc-list {
    list-style: none;
    padding: 0;
}

    .disc-list li {
        font-family: var(--fs-cormorant);
        font-size: 16px;
        position: relative;
    }

        .disc-list li::before {
            display: inline-block;
            position: relative;
            content: '';
            width: 8px;
            height: 8px;
            background: #000;
            border-radius: 100px;
            left: -10px;
        }

.register-login-div {
    background: #fff;
    padding: 30px;
    width: 100%;
}

/* reveal grid after images loaded */
.masonary-row-grid.are-images-unloaded {
    opacity: 0;
}

.masonary-row-grid .masonary-item,
.grid__col-sizer {
    width: var(--masonary-portrait-thumb);
}

.grid__gutter-sizer {
    width: 20px;
}

/* hide by default */
.masonary-row-grid.are-images-unloaded .image-grid__item {
    opacity: 0;
}

.masonary-row-grid .masonary-item {
    margin-bottom: 25px;
    float: left;
}

.masonary-row-grid .lazyload.entered.exited {
    background: none;
}

.masonary-row-grid .lazyload.entered {
    background: gray;
}

/* .masonary-row-grid .masonary-item img {
    display: block;
    max-width: 100%;
  } */

.page-load-status {
    display: none;
    /* hidden by default */
    padding-top: 20px;
    border-top: 1px solid #DDD;
    text-align: center;
    color: #777;
}

img:not([src]):not([srcset]) {
    visibility: hidden;
    background: #777;
}

.lazyload {
    display: inline-block;
    color: grey;
    background: #acacac -webkit-gradient(linear, 100% 0, 0 0, from(#acacac), color-stop(0.5, #ffffff), to(#acacac));
    background-position: -50rem top;
    /*50px*/
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-name: shimmer;
    -webkit-animation-duration: 2.2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-background-size: 50rem 100%;
    /*50px*/
    font-size: 90px;
}

@-webkit-keyframes shimmer {
    0% {
        background-position: -50rem top;
        /*50px*/
    }

    70% {
        background-position: 12.5rem top;
        /*200px*/
    }

    100% {
        background-position: 12.5rem top;
        /*200px*/
    }
}

.p-comfort {
    font-size: var(--home-p-text);
    line-height: 24px;
    letter-spacing: 0.3px;
    font-weight: 600;
    margin: auto;
    text-align: justify;
    text-align-last: left;
    font-family: var(--fs-cormorant);
}

.dropdown-menu.ul-list {
    text-align: right;
    font-size: 13px;
    --bs-dropdown-border-color: white;
    --bs-dropdown-border-radius: 0;
    --bs-dropdown-min-width: fit-content;
    margin: 0px;
    /* transform: translate(0px, 33px); */
    top: 100%;
    overflow: hidden;
    padding: 0;
}

    .dropdown-menu.ul-list li {
        border-bottom: 2px solid #000;
    }

        .dropdown-menu.ul-list li .dropdown-item {
            padding: 7px 0;
        }

.faq-accordion .accordion-header .btn {
    white-space: normal;
    text-align: start;
    word-break: break-word;
}

    .faq-accordion .accordion-header .btn div {
        width: fit-content;
    }

.faq-accordion .btn-long-arrow-right .arrow {
    width: 30px;
    margin-left: 20px;
    flex-shrink: 1;
    flex-basis: 30px;
}

.clear-both {
    clear: both;
}
/*Toral05072023*/
.register-box .imgbtn-border .btn-text {
    text-transform: uppercase !important;
}

.register-box .imgbtn-border img {
    height: 60px;
    width: 230px;
}

.imgbtn-border.SkapaGalleri img {
    height: 60px;
    width: 252px;
    /*width: 320px;*/
}

.font-green {
    color: green;
}

.font-red {
    color: #924040;
    background-color: #fde1e1 !important;
    border-color: #fcd2d2 !important;
}


.uploadWDIV {
    display: grid;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    grid-template-columns: repeat( auto-fill, minmax(280px, 1fr));
}

.toolIcon_wrapper {
    text-align: center;
    display: flex;
    padding: 0 30px;
}

.grid-div {
    display: grid;
    grid-template-rows: auto;
    /*  grid-template-columns: repeat( auto-fill, minmax(280px, 1fr));
    gap: 20px;*/
}

.toolIcons .icon-round {
    border: 1px solid black;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
}

.toolIcons {
    display: flex;
    gap: 5px;
}

.psword {
    -webkit-text-security: square;
}

/*Toral17072023*/

.register-box1 {
    padding: 40px 30px;
    border: 1px solid var(--muted);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-title-221 {
    font-size: 22px;
    letter-spacing: 0.5px;
    font-weight: normal;
    font-family: var(--fs-josefin);
    text-align: center;
}

.vr-line1 {
    position: absolute;
    width: 2px;
    background: #000;
}

.hrnew1 {
    border: 2px solid #b6c1bb;
    opacity: 1.25;
    margin: 0rem 0;
}


.mail {
    text-align: center;
    font-size: 21px;
    margin: 8px 0;
    margin-top: 70px;
}

.form-control3 {
    border-radius: 10px;
    display: block;
    font-weight: 400;
    padding: 10px;
    width: 100%;
}

/*Toral19072023*/
.modelborder {
    border-width: 1px 1px 0px;
    border-style: solid;
    background-color: transparent;
    border-color: currentcolor;
    margin: 20px 0px;
    width: 100%;
    color: rgb(231, 231, 231);
}

.txtarea {
    appearance: none;
    display: block;
    width: 100%;
    padding: 10px;
    resize: vertical;
    transition: border-color 0.25s ease 0s, color 0.25s ease 0s;
    outline: none;
    border: 1px solid rgb(194, 194, 194);
    font-family: ll-unica77, "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 120px;
    font-size: 17px;
    line-height: 26px;
    color: rgb(0, 0, 0);
}

.form-control1 {
    width: 100%;
    padding: 0px 10px;
    appearance: none;
    line-height: 1;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-radius: 0px;
    transition: border-color 0.25s ease 0s, color 0.25s ease 0s;
    height: 50px;
    font-size: 16px;
    color: rgb(0, 0, 0);
    border-color: rgb(194, 194, 194);
}

.btn-sendmsg {
    width: 100%;
    border-radius: 20px;
    background: #000000;
    color: white;
    margin-top: 13px;
}

.swiper-slider-popup {
    position: relative;
    .custom-swiper-ctrl.swiper-button-prev

{
    left: -100px !important;
    right: auto;
}

.custom-swiper-ctrl.swiper-button-next {
    right: -100px !important;
    left: auto;
}

}

.swiper-slider-popup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.installationbilder-wrapper {
    min-height: 190px;
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: auto;
    scroll-snap-type: x mandatory;
    width: 300px;
    overflow-x: auto;
    .inst-img-box

{
    width: 120px;
    height: 130px;
    display: inline-block;
    /* float: left; */
    scroll-snap-align: start;
    flex-basis: 120px;
}

}
 /*ToralAdded 17022025*/
.product-left-col .img-fluid {
    max-width: 400px;
    width: 100%;
    object-fit: contain;
}


.grid__col-sizer,
.grid__gutter-sizer {
    width:100%; /* or whatever column fraction you want */
}

