@font-face {
    font-family: 'Andale Mono';
    src: url('../fonts/ANDALEMO.woff') format('woff');
}

@font-face {
    font-family: 'Arial Black';
    src: url('../fonts/Arial Black.ttf') format('ttf');
}

@font-face {
    font-family: 'Book Antiqua';
    src: url('../fonts/Book Antiqua.ttf') format('ttf');
}

@font-face {
    font-family: 'Comic Sans MS';
    src: url('../fonts/Comic Sans MS Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Courier New';
    src: url('../fonts/Courier New Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica Regular.otf') format('otf');
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Symbol';
    src: url('../fonts/Symbol Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Tahoma';
    src: url('../fonts/Tahoma Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Terminal';
    src: url('../fonts/Terminal.ttf') format('ttf');
}

@font-face {
    font-family: 'Times New Roman';
    src: url('../fonts/Times New Roman Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Trebuchet MS';
    src: url('../fonts/Trebuchet MS Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Verdana';
    src: url('../fonts/Verdana Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Webdings';
    src: url('../fonts/Webdings Regular.ttf') format('ttf');
}

@font-face {
    font-family: 'Wingdings';
    src: url('../fonts/Wingdings Regular.ttf') format('ttf');
}

* {
    outline: none;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Lato", sans-serif !important;
    top: 0 !important;
}

.skiptranslate iframe {
    display: none !important;
}

.font-arial {
    font-family: Arial;
}

.container {
    position: relative;
    max-width: 1400px;
}

.container-fluid {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.back-btn {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

a {
    text-decoration: none;
    transition: 300ms;
}

a:hover {
    text-decoration: underline;
}

button,
input,
select,
textarea {
    box-shadow: none !important;
}

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

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

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

.top-unset {
    top: unset;
}

.card,
.card-img,
.card-img-overlay {
    border: none;
    border-radius: 0;
}

#header {
    font-family: Arial;
}

#mainMenu a {
    text-decoration: none !important;
}

#mainMenu .nav-link {
    color: rgba(var(--bs-dark-rgb));
    border-bottom: 2px solid #fff;
    font-weight: 700;
    padding: 0.5rem 0.25rem;
    margin: 0 0.2rem;
}

#mainMenu .nav-link:hover {
    border-color: rgba(var(--bs-dark-rgb));
}

#mainMenu .nav-link.show,
#mainMenu .nav-link.active {
    border-color: rgba(var(--bs-dark-rgb));
}

#mainMenu .navbar-nav.ms-auto li:nth-child(-n + 3) .nav-link {
    border-color: #fff !important;
    padding: 0.5rem 0.25rem !important;
}

.dropdown-toggle:after {
    margin: 0;
    border: none;
}

.dropdown-menu {
    width: max-content !important;
    min-width: unset !important;
}

.navbar-toggler {
    display: block;
    padding: 11px 10px;
}

.navbar-toggler .icon-bar {
    background-color: #000;
    transform: rotate(0deg) translate(0px, 0px);
    transition: 300ms;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 40px;
    height: 2px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 8px;
}

.navbar-toggler .icon-bar:nth-child(2) {
    width: 40px;
    transition: 300ms;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 40px;
    transition: 300ms;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 40px;
    transition: 300ms;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(8px, 5px);
    transition: 300ms;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: 300ms;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(9px, -8px);
    transition: 300ms;
}

#bannerArea .vh-100 {
    height: calc(100vh - 106px) !important;
}

#bannerArea .carousel-indicators {
    margin-bottom: 24px;
}

#bannerArea .carousel-indicators button {
    width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 16px;
    opacity: 1;
    transition: all 300ms;
    background: transparent;
}

#bannerArea .carousel-indicators button.active {
    background: #000;
    border-color: rgba(var(--bs-dark-rgb));
}

@media (min-width: 768px) and (max-width: 1199px) {
    #bannerArea .vh-100 {
        height: calc(100vh - 113px) !important;
    }
}

.cardHover .card-img-overlay {
    transition: 300ms;
    opacity: 0;
}

.cardHover:hover .card-img-overlay {
    opacity: 1;
}

.listSyle1:nth-child(2n + 1) .row {
    flex-direction: row-reverse;
}

#details .carousel-indicators {
    margin-bottom: 24px;
}

#details .carousel-indicators button {
    width: 5px;
    height: 5px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 1;
    transition: all 300ms;
    background: transparent;
}

#details .carousel-indicators button.active {
    background: #000;
    border-color: rgba(var(--bs-dark-rgb));
}

#categories .nav-link {
    color: rgba(var(--bs-dark-rgb));
    padding: 0;
    font-size: 15px;
}

#categories .nav-link[aria-selected="true"] .bi-circle:before {
    content: "\F591" !important;
}

.uploader {
    background: rgba(var(--bs-light-rgb));
    width: 100%;
    margin-bottom: 15px;
}

.multi {
    display: flex;
    flex-wrap: wrap;
}

.multi>span {
    width: 33.33333333%;
    flex: 0 0 auto;
    padding: 0.25rem;
}

.multi .uploader {
    margin: 0;
}

button {
    text-transform: lowercase !important;
}

#selectLogo {
    position: relative;
}

#selectLogo input {
    color: transparent;
    width: 100%;
}

/* #selectLogo::before {
    content: "";
    position: absolute;
    left: 110px;
    top: 5px;
} */

@media (min-width: 0) and (max-width: 1400px) {
    .dropdown-menu {
        width: auto !important;
    }
}

@media (min-width: 1200px) and (max-width: 1400px) {}

@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 576px) and (max-width: 767px) {}

@media (min-width: 0px) and (max-width: 575px) {
    #header img[alt="logo"] {
        height: 50px;
    }
}

.form-check-input:checked {
    background-color: #000;
    border-color: #000;
}

.mr-40 {
    margin-right: 40px;
}

.ml-40 {
    margin-left: 40px !important;
}

.mr-5 {
    margin-right: 5px !important;
}

.form-check-input[type="radio"] {
    border-color: black;
}

.swal2-actions button {
    text-transform: capitalize !important;
}

.bold {
    font-weight: bold !important;
}

.underline {
    text-decoration: underline !important;
}

#intro_draggable {
    width: 100%;
    height: 385px;
    padding: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#news_draggable_web {
    padding: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

#news_draggable_mobile {
    width: auto;
    padding: 0.5em;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

#intro_draggable_web {
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

#intro_draggable_mobile {
    width: auto;
    padding: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

.slider-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    color: white;
}

.slider-container button {
    border: none;
    background: transparent;
}

.slider-wrapper {
    position: relative;
}

.vertical-slider {
    transform: rotate(90deg);
    width: 300px;
    margin-top: 150px;
}

.intro_data_mobile .vertical-slider {
    width: 350px;
    margin-top: 178px;
}

.works_wrapper .vertical-slider {
    width: 218px;
    margin-top: 112px;
}

#plus_zoom_web {
    position: absolute;
    bottom: 0px;
}

#plus_zoom_mobile {
    position: absolute;
    bottom: 60px;
}

#plus_zoom_statement {
    position: absolute;
    bottom: 8px;
}

.plus_zoom_works {
    position: absolute;
    bottom: 10px;
}

.border-black {
    border-color: #000;
}

.border-bottom {
    border-bottom: 2px solid !important;
}

.news_data_web .slider-container {
    width: 10%;
    height: 369px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_data_web .slider-wrapper {
    position: relative;
    height: 75px;
}

.news_data_web .vertical-slider {
    margin-top: 30px;
    width: 286px;
}

.news_data_web .slider-container {
    width: 10%;
    height: 369px;
}

.news_data_web #plus_zoom_web {
    position: relative;
    /* bottom: 60px; */
}

.news_data_mobile .slider-container {
    width: 10%;
    height: 369px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news_data_mobile .slider-wrapper {
    position: relative;
    height: 75px;
}

.news_data_mobile .vertical-slider {
    margin-top: 30px;
    width: 286px;
}

.news_data_mobile .slider-container {
    width: 10%;
    height: 369px;
}

.news_data_mobile #plus_zoom_mobile {
    position: relative;
    bottom: 0px;
}

@media (max-width: 767px) {
    .web-news-carousel {
        display: none;
    }

    .mobile-news-carousel {
        display: block;
    }

    .web-intro {
        display: none;
    }

    .mobile-intro {
        display: block;
    }

    .carousel.slide {
        height: 240px !important;
    }

    .mobile-news-carousel.slide {
        height: 100% !important;
    }
}

/* Show the class on desktop devices (min-width 768px) */
@media (min-width: 768px) {
    .web-news-carousel {
        display: block;
    }

    .mobile-news-carousel {
        display: none;
    }

    .web-intro {
        display: block;
    }

    .mobile-intro {
        display: none;
    }

    .carousel.slide {
        height: 400px !important;
    }

    .web-news-carousel.slide {
        height: 100% !important;
    }
}

.icon-image {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.social_nav_bar .nav-link {
    border-bottom: none !important;
}

table tbody tr :last-child div {
    display: flex;
    justify-content: center;
    align-items: center;
}

table tbody tr :last-child div img {
    height: 20px;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-90 {
    width: 90%;
}

.w-20 {
    width: 20%;
}

.work-thumbnail .image-thumbnail {
    position: relative;
    margin: 8px;
}

.image-thumbnail button {
    background: #fff;
    border: none;
    position: absolute;
    right: -8px;
    top: -8px;
    border-radius: 30px;
}

.hide {
    display: none !important;
}

.work-thumbnail {
    height: 306px;
    overflow: scroll;
    scrollbar-width: thin;
    /* For Firefox */
    scrollbar-color: black transparent;
    /* For Firefox */
}

.work-thumbnail::-webkit-scrollbar {
    width: 10px;
}

.work-thumbnail::-webkit-scrollbar-thumb {
    background-color: black;
}

.nav-active {
    border-color: rgba(33, 37, 41) !important;
}

@media print {

    .no-print,
    .no-print * {
        display: none !important;
    }
}

.select2-container--default .select2-selection--single {
    height: 32px !important;
}

.swal2-html-container,
#swal2-html-container {
    padding-top: 30px;
}

.swal2-actions {
    width: 65%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.swal2-actions button {
    padding: 5px 15px !important;
    font-size: 12px !important;
    border-radius: 15px !important;
}

div:where(.swal2-container) button:where(.swal2-styled) {
    padding: 5px 8px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    font-size: 12px;
    border-radius: 15px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-size: 12px;
    border-radius: 15px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: "Arial", sans-serif !important;
}

.w-90 {
    width: 90%;
}

.w-93 {
    width: 93%;
}

.language-selector {
    position: relative;
}

.language-selector ul {
    position: absolute;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
}

.language-selector ul li {
    list-style: none;
    position: relative;
}

.language-selector ul li img {
    height: 30px;
    width: 30px;
}

.mr-10 {
    margin-right: 10%;
}

@media (max-width: 768px) {
    .mmr-0 {
        margin-right: 0px !important;
    }

    .mw-10 {
        width: 100%;
    }
}

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

.pad_less_col .col-md-1,
.pad_less_col .col-md-2,
.pad_less_col .col-md-3,
.pad_less_col .col-md-4,
.pad_less_col .col-md-5 {
    padding-left: 2px;
    padding-right: 2px;
}

@media only screen and (max-width: 768px) {
    .mmt-100 {
        margin-top: 100px;
    }

    .mmt-50 {
        margin-top: 50px;
    }

    .mmt-40 {
        margin-top: 40px;
    }

    .mmt-15 {
        margin-top: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .captions p {
        font-size: 9px;
    }

    .pdf-icon {
        display: none !important;
    }

}

/* Full-screen overlay */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(148, 147, 147, 0);
    z-index: 9999999999;
}

.lds-roller {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999999999;
    width: 80px;
    height: 80px;
}

.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 40px 40px;
}

.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
    margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
    animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
    top: 63px;
    left: 63px;
}

.lds-roller div:nth-child(2) {
    animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
    top: 68px;
    left: 56px;
}

.lds-roller div:nth-child(3) {
    animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
    top: 71px;
    left: 48px;
}

.lds-roller div:nth-child(4) {
    animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
    top: 72px;
    left: 40px;
}

.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
    top: 71px;
    left: 32px;
}

.lds-roller div:nth-child(6) {
    animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
    top: 68px;
    left: 24px;
}

.lds-roller div:nth-child(7) {
    animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
    top: 63px;
    left: 17px;
}

.lds-roller div:nth-child(8) {
    animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
    top: 56px;
    left: 12px;
}

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.tox .tox-dialog--width-lg {
    max-width: 100% !important;
    width: 100% !important;
}

.tox-dialog__body-content {
    padding: 0px !important;
}

.select2-container {
    width: 100% !important;
}

.sort-handle {
    cursor: move;
}

.pdf-icon {
    cursor: pointer;
}

.link_item_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-break {
    page-break-after: always;
}

#previewContainer {
    background-color: #DDDDDD;
    justify-content: center;
    align-items: center;
    display: flex;
}

#previewContainer p {
    text-align: center;
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    color: #999999;
    white-space: pre-line;
}
.intro-card{
    z-index: 999;
}
.web-intro-password {
    z-index: 9999999;
    position: absolute;
    top: 0px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pr-0{
    padding-right: 0px !important;
}
