body {
    background: #fff;
    overflow-x: hidden;
    position: relative;
    left: 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
    font-family: "Roboto", sans-serif;
}
a {
    text-decoration: none;
    line-height: normal;
}
img {
    width: 100%;
    height: auto;
    overflow-clip-margin: content-box;
    overflow: clip;
    vertical-align: middle;
    border-style: none;
    border-radius: 5px;
}
/* header style */
header.desktop .navbar-nav {
    flex-direction: row;
    gap: 0;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    align-items: center;
}
header.desktop .container-fluid {
    padding: 0px 100px;
}
header.desktop .header-area {
    height: 70px;
    display: flex;
    align-items: center;
}
header.desktop .h-center {
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
header.desktop {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
}
.header-space-block {
    height: 71px;
}
header.desktop .navbar-nav .nav-item .nav-link {
    padding: 12px 15px;
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #000;
    font-weight: 300;
    border-radius: 5px;
}
header.desktop .navbar-nav .nav-item .nav-link.active {
    background: #f1f1f1;
    font-weight: 400;
    height: fit-content;
}
header.desktop .navbar-nav .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
}
header.desktop .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    border: none;
    border-radius: 0px 0px 10px 10px;
    border-top: 1px solid #e2e2e2;
    box-shadow: 0px 5px 9px -1px #00000014;
    width: max-content;
}
header.desktop .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
    font-weight: 300;
    font-size: 15px;
    color: #000;
}
header.desktop .navbar-nav .nav-item .dropdown-menu li .dropdown-item:active {
    background: #f8f9fa;
    color: #212529
}
header.desktop .logo img {
    width: 205px;
    height: 100%;
}
header.mobil {
    display:none;
}
header.mobil {
    display: none;
}
header.mobil .h-center {
    border-bottom: 1px solid #ebebeb;
    height: 65px;
    background: #fff;
}
header.mobil .h-center .container, header.mobil .h-center .row {
    height: 100%;
}
header.mobil .h-center .col-first, header.mobil .h-center .col-last {
    height: 100%;
    display: flex;
    align-items: center;
}
header.mobil .h-center .col-last {
    justify-content: flex-end;
}
.offcanvas-body .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.offcanvas-body .navbar-nav .nav-item .nav-link {
    font-size: 15px;
    color: #000;
    padding: 10px 15px;
}
.offcanvas-body .navbar-nav .nav-item .nav-link.active {
    background: #f1f1f1;
    font-weight: 400;
    height: fit-content;
    width: fit-content;
    border-radius: 5px;
}
.offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu.show {
    position: unset !important;
    transform: unset !important;
    border: none;
    padding: 2px 0px 0 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
}
.offcanvas-body .navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    color: #000;
}
.offcanvas-header .logo img {
    width: 169px;
    height: 100%;
}
/* header style end */
/* manset style */
.manset-section .item {
    position: relative;
}
.manset-section .item .write {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 80px;
}
.manset-section .item .write .small-title {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    margin-bottom: 2px;
}
.manset-section .item .write .title {
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
}
.manset-section .item .write a {
    background: transparent;
    padding: 0;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
/* manset style end */
/* index about style */
.swiper-button-prev, .swiper-button-next {
    --swiper-navigation-size: 21px;
    color: #000;
}
.index-about .col-right {
    height: 100%;
    width: 100%;
}
.index-about .write {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.index-about .write .small-title {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin-bottom: 3px;
}
.index-about .write .title {
    margin-bottom: 20px;
    font-size: 22px;
    color: #000;
    font-weight: 600;
}
.index-about .write .description {
    color: #575757;
    font-size: 16px;
    margin-bottom: 25px;
}
.index-about .write a {
    font-size: 14px;
    font-weight: 400;
    background: #5c5c5c;
    color: #fff;
    padding: 11px 20px;
}
.index-about .write .content {
    height: 207px;
    overflow: hidden;
    margin-bottom: 20px;
}
.index-about .write h2 {
    margin-bottom: 16px;
    font-size: 28px;
    color: #000;
}
.index-about .write .content p {
    color: #575757;
    font-size: 16px;
}
.index-about .write .content.active {
    height: auto;
    margin: 0;
}
.card-exhibit {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.card-exhibit .write .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    line-height: normal;
    color: #575757;
    margin-bottom: 10px;
}
.card-exhibit .write .date img {
    width: 25px;
}
.card-exhibit .write {
    padding: 15px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    border-radius: 0px 0px 10px 10px;
}
.card-exhibit .write .title {
    font-size: 19px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.card-exhibit .write .description {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
}
.card-exhibit .banner img {
    border-radius: 10px 10px 0px 0px;
    max-height: 335px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.card-exhibit .banner {
    width: 100%;
    height: 100%;
}
.card-exhibit .date-block {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.card-exhibit .write .date svg {
    height: 100%;
    width: 25px;
    fill: #575757;
}
.card-exhibit .btn {
    padding: 0;
    outline: none;
    font-size: 15px;
    color: #000;
    border-bottom: 1px solid #000;
    margin-top: 10px;
    border-radius: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.card-exhibit .write .description.active {
    overflow: auto;
    -webkit-line-clamp: unset;
}
.card-exhibit .btn svg {
    width: 18px;
    height: 100%;
}
/* index about style end */
/* index project stlye */
.index-project-section {
    padding: 60px 0px;
    background: #fafafa;
}
.index-project-block .items .row .col-lg-4 {
    padding-bottom: 20px;
}
.index-project-block .item {
    position: relative;
    border: 1px solid #f8f8f8;
    border-radius: 10px;
}
.index-project-block .item img {
    border-radius: 10px;
}
.index-project-block .item .write {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}
.index-project-block .item .write .title {
    font-size: 17px;
    background: #5c5c5c;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    border-radius: 6px;
}
/* index project style end */
/* index referemces style */
.df-title-container {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    text-align: center;
}
.df-title-container .title {
    font-size: 23px;
    color: #000;
    font-weight: 600;
}
.df-title-container .description {
    font-size: 17px;
    width: 65%;
    color: #575757;
}
.df-title-container a {
    background: #5c5c5c;
    padding: 9px 20px;
    color: #fff;
    font-size: 14px;
}
/* index referemces style end */
/* index df manset style */
.page-manset-df .bg img {
    border-radius: 0px;
}
.page-manset-df {
    position: relative;
}
.page-manset-df .write {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
}
.page-manset-df .write .bread-crumb ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
}
.page-manset-df .write .bread-crumb ul li {
    display: block;
}
.page-manset-df .write .bread-crumb ul li a {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0;
    line-height: normal;
}
.page-manset-df .write .bread-crumb ul li a img {
    width: 25px;
    height: 100%;
    margin-right: 8px;
    filter: brightness(99);
}
.page-manset-df .write .bread-crumb ul li:first-child a::after {
    content: "/";
    margin-left: 10px;
}
.page-manset-df .write .title {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
}
.page-manset-section {
    margin-bottom: 60px;
}
.page-manset-df .write .box {
    padding: 45px 80px;
    background: #0000007a;
    backdrop-filter: blur(4px);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    max-width: 630px;
    width: 100%;
    display:none;
}
.page-manset-df.bg {
    background: #ededed;
    padding: 50px 0px;
}
.page-manset-df.bg .write {
    position: unset;
    gap: 20px;
}
.page-manset-df.bg .write .title {
    color: #000;
    font-size: 25px;
}
.page-manset-df.bg .write .bread-crumb ul li a {
    color: #787878;
}
.page-manset-df.bg .write .bread-crumb ul li a img {
    filter: unset;
}
/* index df manset style end */
/* prof print page style */
.prof-printing-section .item .col-lef, .prof-printing-section .item .col-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.prof-printing-section .item .row .col-list:first-child {
    padding-right: 30px;
}
.prof-printing-section .item .row .col-list:last-child {
    padding-left: 30px;
}
.prof-printing-section .container .item {
    margin-bottom: 150px;
}
.prof-printing-section .container .item .write {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: sticky;
    top: 50px;
    padding-top: 35px;
}
.prof-printing-section .container .item .write .title {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px;
}
.prof-printing-section .container .item .write .description {
    font-size: 18px;
    width: 80%;
    color: #575757;
    font-weight: 400;
}
.prof-printing-section .container .item .write .description:last-child {
    margin: 0px;
}
.prof-printing-section .container .item .write h3 {
    font-size: 21px;
    color: #000;
    font-weight: bold;
    margin-bottom: 15px;
}
.prof-printing-section .container .item .write ul {
    margin: 0;
    padding: 0px 0px 0px 18px;
    width: 100%;
}
.prof-printing-section .container .item .write ul li {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
}
/* prof print page style end */
/* application page style */
.application-body header.desktop {
    position: relative;
    z-index: 10;
}
.application-body .header-space-block {
    height: auto;
}
.application-body .page-manset-section {
    margin: 0px;
}
.application-nav-tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 0px;
    padding: 15px 0px;
    border: none;
    position: sticky;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 3;
    transition: 0.5s;
}
.application-nav-tabs.fixed {
    margin: 0px;
    padding: 15px;
    border-bottom: none;
    box-shadow: 0px 10px 12px 0px #00000008;
}
.application-tab-content {
    padding: 60px 0px 0px 0px;
}
.application-nav-tabs .nav-link {
    border-radius: 0px;
    border-top: 0;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    border-color: transparent;
}
.application-nav-tabs .nav-link.active, .application-nav-tabs .nav-link:hover {
    font-weight: 500;
    background: #f1f1f1;
    border-color: transparent;
}
.application-nav-tabs .nav-link:hover,.application-nav-tabs .nav-link:active,.application-nav-tabs .nav-link:target,.application-nav-tabs .nav-link:focus {
    border-color: transparent !important;
}
.prof-printing-section .container .item .banner {
    width: 100%;
    height: 100%;
}
/* application page style end */
/* exhibitions page style */
.card-exhibitions {
    position: relative;
}
.exhibitions-accordion .accordion-item .card-exhibitions {
    padding: 0px;
    background: transparent;
    border: none;
    box-shadow: none;
    outline: none;
    position: relative;
}
.card-exhibitions .write {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 2;
    background: #fff;
    max-width: 500px;
    padding: 10px 17px;
    border-radius: 5px;
}
.card-exhibitions .write .title {
    font-size: 15px;
    color: #000;
    font-weight: 300;
    margin-bottom: 0;
}
.card-exhibitions .image {
    position: relative;
    width: 100%;
}
.card-exhibitions .image img {
    width: 100%;
    height: 100%;
}
.exhibitions-accordion .accordion-item .card-exhibitions::after {
    display: none;
}
.card-exhibitions .image::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(357deg, #00000085, transparent);
    z-index: 1;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
}
.card-exhibitions .image:hover::after {
    opacity: 1;
    visibility: visible;
}
.exhibitions-accordion .accordion-item {
    border: none;
}
.exhibitions-accordion .accordion-item .accordion-body {
    padding: 20px 0px 0px 0px;
}
.exhibitions-accordion .accordion-item .gallery-block .item img {
    aspect-ratio: 1;
    width: 100%;
    height: 100px;
    object-fit: cover;
}
.exhibitions-accordion .accordion-item .gallery-block .row .col-2,
.exhibitions-accordion .accordion-item .gallery-block .row {
    padding: 0px 5px;
}
.exhibitions-accordion {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page-exhibitions-section.exhibitions-announcement .cards {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.page-exhibitions-section.exhibitions-announcement .card-exhibitions {
    cursor: auto;
}
/* exhibitions page style end */
/* online appointment style */
.online-appointment-section .container {
    max-width: 460px;
}
.online-appointment-section .form-block .row, .contact-page-section .form-block .row {
    gap: 20px 0px;
}
.online-appointment-section .form-group .form-control, 
.online-appointment-section .form-group textarea,
.contact-page-section .form-group .form-control,
.contact-page-section .form-group textarea {
    border-radius: 2px;
    border: 1px solid #e2e2e2;
    height: 45px;
    font-weight: 300;
    font-size: 13px;
    color: #000;
}
.online-appointment-section .form-group textarea,
.contact-page-section .form-group textarea {
    height: 60px;
    width: 100%;
    padding: 10px;
}
.online-appointment-section .form-group .form-control:focus,
.online-appointment-section .form-group .form-control:active,
.online-appointment-section .form-group .form-control:hover,
.online-appointment-section .form-group .form-control:target {
    box-shadow: none !important;
    border: 1px solid #e2e2e2;
}
.contact-page-section .form-group .form-control:focus,
.contact-page-section .form-group .form-control:active,
.contact-page-section .form-group .form-control:hover,
.contact-page-section .form-group .form-control:target {
    box-shadow: none !important;
    border: 1px solid #e2e2e2;
}
.online-appointment-section .form-group.btns, .contact-page-section .form-group.btns {
    justify-content: center;
    align-items: flex-end;
}
.online-appointment-section .form-group .form-label, .contact-page-section .form-group .form-label {
    font-size: 14px;
    color: #575757;
    margin: 0;
}
.online-appointment-section .form-group, .contact-page-section .form-group{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    line-height: normal;
}
.online-appointment-section .form-group .btn, .contact-page-section .form-group .btn {
    background: #5c5c5c;
    border-radius: 5px;
    border: none;
    font-size: 13px;
    padding: 8px 14px;
}
.file-down-block {
    padding: 30px;
    border: 2px dashed #e2e2e2;
    border-radius: 15px;
    background: #fafafafa;
    width: 100%;
    position: relative;
}
.file-down-block .inside {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.file-down-block .inside .write {
    color: #000;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 20px;
}
.file-down-block .inside .icon img {
    width: 45px;
}
.file-down-block .inside .icon {
    margin-bottom: 10px;
}
.file-down-block .inside .btn {
    background: #e2e2e2e2;
    color: #000;
    font-weight: 300;
}
.file-down-block input#file {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    z-index: 2;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.online-appointment-section .form-group.radios {
    flex-direction: row;
    width: 100%;
    gap: 30px;
}
.online-appointment-section .form-group .radios {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.online-appointment-section .form-group .radios .item {
    font-size: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
    color: #575757;
}
.online-appointment-section .form-title-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 650px;
    margin: 0 auto 30px auto;
    text-align: center;
}
.form-title-container .title {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    margin-bottom: 10px;
}
.form-title-container .descprition {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
}
.form-title-container .descprition b {
    font-weight: 500;
}
.contact-page-section .col-left iframe {
    border-radius: 5px;
    margin-top: 15px;
}
.contact-page-section .col-right {
    height: 100%;
}
.contact-page-section .col-right .form-block {
    position: sticky;
    top: 88px;
}
/* online appointment style end */
/* about page style */
.about-page .col-left, .about-page .col-right {
    width: 100%;
    height: 100%;
}
.about-page .write {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.about-page .write p:last-child {
    margin: 0;
}
.about-page .write h2 {
    font-size: 23px;
    margin-bottom: 15px;
    color: #000;
}
.about-page .write p {
    font-size: 17px;
    color: #575757;
    font-weight: 400;
}
.signature {
    font-size: 17px;
    color: #575757;
    font-weight: 400;
    border-bottom: 1px solid #e2e2e2;
    margin-top: 5px;
}
/* about page style end */
/* references style */
.page-reference-section .row {
    gap: 20px 0px;
}
section.comments-section.page-space-section {
    height: fit-content;
}
.index-marque {
    display: flex;
    align-items: center;
    overflow: hidden;
    justify-content: center;
    position: relative;
    gap: 40px;
    width: 100%;
}
.scrolling--item.scrolling--animated {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 45s, 30s;
    animation-play-state: running;
    width: max-content;
    will-change: transform, width;
    animation-name: scrolling-left;
}
.index-marque:hover .scrolling--animated {
    animation-play-state: paused;
}
.scrolling-inside a img {
    max-width: 140px;
    width: 100vh;
    height: 100%;
    border-radius: 0px;
}
.scrolling-inside {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
}
@keyframes scrolling-left {
  0% {
    transform: translateZ(0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}
.page-reference-section .referencepage-card {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-reference-section .referencepage-card img {
    max-width: 160px;
    height: auto;
    width: 100%;
}
.comments-section .index-marque {
    gap: 50px;
}
.comments-section .index-marque .scrolling--item.scrolling--animated .scrolling-inside {
    gap: 50px;
}
.comments-section .index-marque  .comment-card .last {
    max-width: 300px;
    width: 100vh;
}
.comments-section .index-marque .scrolling--item.scrolling--animated {
    animation-duration: 62s, 30s;
}
/* references style end */
/* contact page style */
.contact-page-section .col-left h2 {
    font-size: 22px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}
.contact-page-section .col-left p {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
    margin-bottom: 25px;
}
.contact-page-section .col-left .items {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.contact-page-section .col-left .items a {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #000;
}
.contact-page-section .col-left .items a img {
    width: 25px;
}
.contact-page-section .container {
    max-width: 1000px;
}
.online-appointment-section .form-group .btn, .contact-page-section .form-group .btn {
    font-size: 14px;
}
/* contact page style end */
/* comment card style */
.comment-card {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}
.comment-card .last {
    flex: 1;
}
.comment-card .last .title {
    font-weight: 600;
    font-size: 19px;
    color: #000;
    margin-bottom: 4px;
}
.comment-card .last .description {
    font-size: 16px;
    color: #575757;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    margin-bottom: 6px;
}
.comment-card .last .description.active {
    overflow: auto;
    -webkit-line-clamp: unset;
}
.comment-card .show-btn {
    background: transparent;
    padding: 0;
    width: fit-content;
    color: #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.comment-card .banner img {
    max-width: 170px;
    border-radius: 200px;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1;
}
.page-reference-section {
    margin-bottom: 60px;
}
.swiper-comments .swiper-button-next,.swiper-comments .swiper-button-prev {
    width: 35px;
    height: 35px;
    background: #fff;
    border-radius: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    --swiper-navigation-size: 12px;
    border: 1px solid #e2e2e2;
}
.page-reference-section .comment-card {
    flex-direction: column;
}
.page-reference-section .comment-card .banner img {
    max-width: 100%;
    border-radius: 200px;
}
.page-reference-section .df-title-container .title {
    font-size: 27px;
}
/* comment card style end  */
/* no name style */
.exhibition-item {
    border: 1px solid #e2e2e2;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    height: 100%;
}
.exhibition-item img {
    border-radius: 5px;
    object-fit: cover;
    aspect-ratio: 1;
}
.page-exhibitions-section .row {
    gap: 20px 0px;
}
.manset-section .item .bg img {
    border-radius: 0px;
}
.page-space-section {
    margin-bottom: 80px;
}
.mobil-sec {
    display: none;
}
/* no name style end */
/* footer style */
footer {
    margin-top: 100px;
}
footer .logo-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
footer .logo img {
    width: 350px;
    height: 100%;
}
footer .logo-block .description {
    font-size: 15px;
    color: #575757;
    font-weight: 400;
}
footer .social-media .items {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 7px;
}
footer .social-media .title {
    margin-bottom: 12px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
footer .social-media .items a img {
    width: 27px;
}
footer .ftop {
    margin-bottom: 50px;
}
footer .ftop .row .col-list:first-child {
    padding-right: 60px;
}
footer .ftop .row .col-list:last-child {
    padding-left: 60px;
}
footer .info .item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .info .item .title {
    margin-bottom: 15px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}
footer .info .item ul {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
    margin: 0;
}
footer .info .item ul li {
    display: block;
}
footer .info .item ul li a {
    color: #575757;
    font-size: 16px;
    font-weight: 400;
}
footer .info .double-btn {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 15px;
}
footer .info .double-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px 15px;
    background: #ededed;
    border-radius: 8px;
    color: #000;
    font-size: 15px;
}
footer .info .double-btn a:last-child {
    background: transparent;
    border: 1px solid #e2e2e2;
}
footer .info .double-btn a:last-child {
    background: transparent;
    border: 1px solid #e2e2e2;
}
footer .fbar .col-right, footer .fbar .col-left {
    display: flex;
    align-items: center;
    height: 100%;
}
footer .fbar .col-right {
    justify-content: flex-end;
}
footer .fbar .col-right span {
    font-size: 14px;
    color: #575757;
}
footer .fbar {
    border-top: 1px solid #e2e2e2;
    padding: 15px 0px;
}
/* footer style end */
@media (max-width: 1680px) {
    header.desktop .logo img {
        width: 190px;
    }
    header.desktop .navbar-nav .nav-item .nav-link {
        padding: 12px 12px;
        font-size: 14px;
    }
}
@media (max-width: 1440px) {
    .comment-card .show-btn {
        font-size: 12px;
    }
    .comment-card .last .description {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .comment-card .last .title {
        font-size: 18px;
        margin-bottom: 6px;
    }
    footer .logo img {
        width: 300px;
    }
    header.desktop .logo img {
        width: 185px;
    }
    .form-title-container .descprition {
        font-size: 15px;
    }
    .form-title-container .title {
        font-size: 18px;
    }
    .contact-page-section .col-left h2 {
        font-size: 20px;
    }
    .signature {
        font-size: 15px;
    }
    .about-page .write p {
        font-size: 16px;
    }
    .about-page .write h2 {
        font-size: 20px;
    }
    .card-exhibitions .write {
        left: 30px;
        bottom: 30px;
        padding: 10px 14px;
    }
    .card-exhibitions .write .title {
        font-size: 13px;
    }
    .prof-printing-section .container .item .write h3 {
        font-size: 18px;
        margin-bottom: 12px;
    }
    .prof-printing-section .container .item .write ul li {
        font-size: 15px;
    }
    .prof-printing-section .container .item .write .title {
        font-size: 20px;
        margin-bottom: 14px;
    }
    .prof-printing-section .container .item .write .description {
        font-size: 16px;
        width: 80%;
    }
    .page-manset-df .write .bread-crumb ul li a img {
        width: 22px;
    }
    .page-manset-df .write .bread-crumb ul li a {
        font-size: 15px;
    }
    .page-manset-df .write .box {
        padding: 40px 0px;
        max-width: 440px;
    }
    .page-manset-df .write .title {
        font-size: 24px;
    }
    .page-manset-df.bg .write .title {
        font-size: 21px;
    }
    .manset-section .item .write a {
        font-size: 17px;
    }
    .manset-section .item .write .small-title {
        font-size: 20px;
    }
    .manset-section .item .write .title {
        font-size: 45px;
    }
    footer .social-media .items a img {
        width: 25px;
    }
    footer .logo-block .description {
        font-size: 14px;
    }
    footer .info .double-btn a {
        font-size: 14px;
    }
    footer .info .item .title, footer .social-media .title {
        font-size: 17px;
    }
    footer .info .item ul li a {
        font-size: 15px;
    }
    header.desktop .navbar-nav .nav-item .nav-link {
        padding: 12px 12px;
        font-size: 14px;
    }
    header.desktop .container-fluid {
        padding: 0px 15px;
    }
    .index-about .write h2 {
        font-size: 28px;
    }
}
@media (max-width: 1366px) {
    .manset-section .item .write .small-title {
        font-size: 17px;
    }
    header.desktop .logo img {
        width: 167px;
    }
    header.desktop .navbar-nav .nav-item .nav-link {
        padding: 12px 8px;
        font-size: 13px;
    }
}
@media (max-width: 1280px) {
    .index-about .write h2 {
        font-size: 24px;
    }
    .manset-section .item .write .title {
        font-size: 38px;
    }
}
@media (max-width: 992px) {
    .scrolling-inside,
    .index-marque,
    .comments-section .index-marque,
    .comments-section .index-marque .scrolling--item.scrolling--animated .scrolling-inside {
        gap: 20px;
    }
    .comments-section .index-marque  .comment-card .last {
        max-width: 180px;
        width: 100vh;
    }
    .page-reference-section .referencepage-card img {
        max-width: 130px;
    }
    .scrolling-inside a img {
        max-width: 115px;
    }
    .card-exhibit .banner img {
        max-height: 275px;
    }
    .card-exhibit .btn svg {
        width: 16px;
    }
    .card-exhibit .btn {
        font-size: 14px;
        gap: 3px;
    }
    .card-exhibit .write .title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .card-exhibit .write .description {
        font-size: 14px;
    }
    .card-exhibit .write .date {
        font-size: 13px;
    }
    .card-exhibit .write .date svg {
        width: 23px;
    }
    .card-exhibit .write .date span {
        flex: 1;
    }
    .index-project-block .item .write .title {
        padding: 8px 12px;
        font-size: 12px;
    }
    .df-title-container a {
        padding: 9px 15px;
        font-size: 13px;
    }
    .index-project-section {
        padding: 30px 0px;
    }
    .df-title-container .description {
        font-size: 15px;
        width: 100%;
    }
    .df-title-container .title {
        font-size: 20px;
    }
    .index-about .write a {
        font-size: 13px;
        padding: 10px 16px;
    }
    .index-about .write p {
        font-size: 15px;
    }
    .index-about .write h2 {
        font-size: 20px;
    }
    .index-about .col-left {
        margin-bottom: 15px;
    }
    .page-space-section {
        margin-bottom: 30px;
    }
    .manset-section .item .write {
        padding-top: 0;
    }
    .manset-section .item .write a {
        font-size: 13px;
    }
    .manset-section .item .write .small-title {
        font-size: 16px;
    }
    .manset-section .item .write .title {
        font-size: 24px;
        width: 100%;
        margin-bottom: 12px;
    }
    .df-title-container {
        margin-bottom: 25px;
    }
    .page-reference-section .df-title-container .title {
        font-size: 22px;
    }
    footer .ftop .row {
        margin: 0px -10px;
    }
    .page-reference-section .row {
        gap: 20px 10px;
        padding: 0px 10px;
    }
    .page-reference-section .row  .col-6 {
        padding: 0;
        width: calc(50% - 5px);
    }
    .comment-card .last .title {
        font-size: 16px;
    }
    .comment-card .last .description {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .comment-card .banner img {
        max-width: 125px;
        max-height: 100%;
        height: 100%;
        width: 100vh;
        object-fit: cover;
        aspect-ratio: 1;
    }
    .swiper-comments .swiper-button-next, .swiper-comments .swiper-button-prev {
        width: 26px;
        height: 26px;
        --swiper-navigation-size: 8px;
    }
    .page-manset-df.bg .write {
        gap: 11px;
    }
    .page-manset-df .write .bread-crumb ul li a img {
        width: 18px;
    }
    .page-manset-df .write .box {
        padding: 30px 20px;
        max-width: fit-content;
        gap: 11px;
    }
    .mobil-sec {
        display: block;
    }
    .desktop-sec {
        display: none;
    }
    .exhibitions-accordion .accordion-item .gallery-block .item img {
        height: 60px;
    }
    .file-down-block .inside .write {
        font-size: 12px;
    }
    .file-down-block .inside .icon img {
        width: 36px;
    }
    .form-title-container .descprition {
        font-size: 14px;
        margin: 0px;
    }
    .online-appointment-section .form-title-container {
        margin: 0 auto 20px auto;
        padding: 0 10px;
    }
    .form-title-container .title {
        font-size: 16px;
        margin-bottom: 9px;
    }
    .online-appointment-section .form-group .btn, .contact-page-section .form-group .btn {
        font-size: 13px;
    }
    .online-appointment-section .form-group .form-control, .online-appointment-section .form-group textarea, .contact-page-section .form-group .form-control, .contact-page-section .form-group textarea {
        height: 39px;
    }
    .online-appointment-section .form-group .form-label, .contact-page-section .form-group .form-label {
        font-size: 13px;
    }
    .contact-page-section .row {
        gap: 20px 0px;
    }
    .contact-page-section .col-left .items a img {
        width: 22px;
    }
    .contact-page-section .col-left .items a {
        font-size: 13px;
    }
    .contact-page-section .col-left p {
        font-size: 14px;
        margin-bottom: 13px;
    }
    .contact-page-section .col-left h2 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .signature {
        font-size: 13px;
        margin: 0;
    }
    .about-page .write p {
        font-size: 14px;
    }
    .about-page .write h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about-page .row {
        gap: 20px 0px;
    }
    .exhibitions-accordion {
        gap: 10px;
    }
    .exhibitions-accordion .accordion-item .accordion-body {
        padding: 10px 0px 0px 0px;
    }
    .card-exhibitions .write .title {
        font-size: 12px;
    }
    .card-exhibitions .write {
        left: 10px;
        bottom: 10px;
        padding: 7px 11px;
    }
    .exhibitions-accordion .accordion-item .gallery-block .row {
        padding: 0px 10px;
        gap: 10px 0px;
    }
    .exhibitions-accordion .accordion-item .gallery-block .row .col-4 {
        padding: 0 5px;
    }
    .application-nav-tabs {
        justify-content: flex-start;
        padding: 15px 10px;
        flex-wrap: nowrap;
        overflow: auto;
    }
    .application-nav-tabs .nav-item {
        width: max-content;
    }
    .application-nav-tabs .nav-link {
        font-size: 14px;
        width: max-content;
    }
    .application-body header.mobil {
        position: relative;
    }
    .page-manset-df {
        padding: 0px;
    }
    .page-manset-df .write .bread-crumb ul li a {
        font-size: 13px;
    }
    .page-manset-df .write .bread-crumb ul li a {
        font-size: 14px;
    }
    .page-manset-df .write .title {
        font-size: 19px;
    }
    .page-manset-df .write {
        gap: 13px;
    }
    .page-manset-section {
        margin-bottom: 30px;
    }
    .prof-printing-section .container .item.left-write .row {
        flex-direction: column-reverse;
    }
    .prof-printing-section .container .item {
        margin-bottom: 35px;
    }
    .prof-printing-section .container .item .write h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .prof-printing-section .container .item .write ul li {
        font-size: 14px;
    }
    .prof-printing-section .container .item .write .description {
        font-size: 15px;
        width: 100%;
    }
    .prof-printing-section .container .item .write .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .prof-printing-section .container .item .row {
        gap: 20px;
    }
    .prof-printing-section .container .item .write {
        padding-top: 0;
    }
    .prof-printing-section .item .row .col-list:first-child, .prof-printing-section .item .row .col-list:last-child {
        padding: 0px 10px;
    }
    .prof-printing-section .container .item .banner img {
        width: 100%;
        height: 100%;
    }
    footer .fbar {
        padding: 12px 0px;
    }
    footer .fbar .col-right {
        justify-content: center;
    }
    footer .fbar .col-right span {
        font-size: 13px;
    }
    footer .ftop {
        margin-bottom: 20px;
    }
    footer .ftop .col-left {
        margin-bottom: 20px;
    }
    footer .ftop .row .col-list:last-child, footer .ftop .row .col-list:first-child {
        padding: 0px 10px;
    }
    .header-space-block {
        height: 65px;
    }
    header.mobil {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 10;
    }
    header.desktop {
        display: none;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1440px;
    }
}