@font-face {
    src: url(../fonts/MonumentGrotesk-Mono.otf);
    font-family: "monument-font";
}

* {
    font-family: "monument-font";
    transition: all 0.5s linear;
}

html, body {
    font-family: "monument-font";
    font-size: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

.nav-desktop {
    padding: 1rem 0;
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}

.menu-items-d {
    color: #000000;
    text-decoration: underline;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
    white-space: nowrap;
}

.menu-items-d:hover {
    color: #000000;
    text-decoration: none;
}

.menu-items-d span img {
    width: 1.25rem;
}

.menu-wrapper-d {
    position: relative;
}

.menu-dropdown-wrapper-d {
    padding: 1.5rem 0;
    display: none;
}

.nav-desktop:hover .menu-dropdown-wrapper-d {
    display: block;
}

.menu-dropdown-wrapper-d a {
    display: block;
    color: #000000;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.25rem;
    position: relative;
}

.menu-dropdown-wrapper-d a:hover {
    text-decoration: none;
}

.menu-dropdown-wrapper-d a::before {
    content: "";
    width: 100%;
    border-top: 0.0625rem solid #000000;
    position:  absolute;
    left: 0;
    bottom: 0;
}

.menu-dropdown-wrapper-d a.delete::before {
    bottom: 40%;
    z-index: 5;
}

.menu-dropdown-wrapper-d a span {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-dropdown-wrapper-d a img {
    width: 0.9375rem;
}

input {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
    outline: 0;
}

.nav-ok-btn {
    background: transparent;
    border: none;
    outline: 0 !important;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
}

.nav-ok-btn:hover {
    text-decoration: none;
}

footer {
    background: #ffffff;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 100;
    padding: 1rem 0;
}

@media (max-width: 991.98px) {
    footer {
        position: static;
    }
}

footer a {
    display: block;
    color: #000000;
    font-size: 1rem;
    line-height: 1.25rem;
    text-decoration: underline;
}

@media (max-width: 1440.98px) {
    .nav-desktop,
    .nav-desktop *,
    .nav-desktop a,
    footer,
    footer a {
        font-size: 0.9rem;
    }
}

@media (max-width: 1366.98px) {

    .nav-desktop,
    .nav-desktop *,
    .nav-desktop a,
    footer,
    footer a {
        font-size: 0.8rem;
    }
}

@media (max-width: 1185.98px) {

    .nav-desktop,
    .nav-desktop *,
    .nav-desktop a,
    footer,
    footer a {
        font-size: 0.7rem;
    }
}

@media (max-width: 1055.98px) {

    .nav-desktop,
    .nav-desktop *,
    .nav-desktop a,
    footer,
    footer a {
        font-size: 0.65rem;
    }
}

@media (max-width: 991.98px) {

    .nav-desktop,
    .nav-desktop *,
    .nav-desktop a,
    footer,
    footer a {
        font-size: 1rem;
    }
}

.nav-mobile {
    overflow: auto;
}

.menu-bar-btn {
    background: transparent;
    border: none;
    outline: 0 !important;
}

.menu-bar-btn img {
    width: 50px;
}

.menu-bar-btn.close .open-img-hover,
.menu-bar-btn.close .close-img,
.menu-bar-btn.close .close-img-hover {
    display: none;
}

.menu-bar-btn.close:hover .open-img {
    display: none;
}

.menu-bar-btn.close:hover .open-img-hover {
    display: inline;
}

.menu-bar-btn.open .open-img-hover,
.menu-bar-btn.open .open-img,
.menu-bar-btn.open .close-img-hover {
    display: none;
}

.menu-bar-btn.open:hover .close-img {
    display: none;
}

.menu-bar-btn.open:hover .close-img-hover {
    display: inline;
}

.nav-mobile-dropdown {
    padding: 1.5rem 0;
    display: none;
}

.mobile-menu-item {
    font-size: 16px;
    line-height: 20px;
}

.mobile-menu-item>span,
.mobile-menu-item>a {
    text-decoration: underline;
    color: #000000;
}

.mobile-menu-item-dropdown {
    display: none;
    padding-left: 5px;
}

.mobile-menu-item-dropdown a {
    color: #000000;
    text-decoration: underline;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.mobile-menu-item:hover .mobile-menu-item-dropdown {
    position: relative;
    z-index: 5;
    background: #ffffff;
    display: block;
    animation: slideInRight 0.5s linear;
}

.text-decoration-none {
    text-decoration: none;
}

.main-slider {
    padding: 8rem 0 5rem;
}

.change-on-hover img {
    width: 100px;
}

.change-on-hover img.hover {
    display: none;
}

/* .change-on-hover:hover img {
    display: none;
}

.change-on-hover:hover img.hover {
    display: inline;
} */

.main-slider .prev,
.main-slider .next {
    text-align: center;
    cursor: pointer;
    outline: 0 !important;
}

.main-slider .swiper-button-disabled {
    display: none;
}

.nav-links {
    display: flex;
    color: #000000;
    text-decoration: underline;
    align-items: center;
}

.nav-links:hover {
    text-decoration: none;
    color: #000000;
}

.nav-links span {
    margin-right: 10%;
}

.section {
    padding: 12rem 0 6rem;
}

.section-heading {
    font-size: 18px;
}

.top-section-link {
    display: block;
    margin: 1rem 0 0 3.7rem;
}

.ind-p {
    text-indent: 3rem;
}

a {
    text-decoration: underline;
    color: #000000;
}

a:hover {
    text-decoration: none;
    color: #000000;
}

textarea {
    border: none;
    outline: 0 !important;
}

.contact-form-btn {
    background: transparent;
    border: none;
    outline: 0 !important;
    cursor: pointer;
    text-decoration: underline;
}

.contact-form-btn:hover {
    text-decoration: none;
}

.dotted-end {
    position: relative;
}

.dotted-end::before {
    content: "";
    width: 100%;
    border-bottom: 1px dashed #000000;
    position: absolute;
    top: 16px;
    left: 0;
}

.dotted-end span {
    background: #ffffff;
    position: relative;
    z-index: 2;
    padding: 0 5px 0 15px;
}

.video-controls {
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 0;
}

.video-controls .icons {
    width: 15%;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 1199.98px){
    .video-controls .icons img {
        width: 50px;
    }
}


.video-controls .video-progress {
    width: 70%;
    height: 2px;
    background: #cccccc;
    position: relative;
}

.video-controls .video-progress .point {
    width: 20px;
    height: 20px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    background: rgba(0, 0, 0, 1);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.section-heading-w-img {
    position: relative;
    line-height: 25px;
}

.section-heading-w-img::before {
    content: "";
    width: 100%;
    border-bottom: 1px solid #000000;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-heading-w-img span {
    position: absolute;
    top: 0;
    right: 0;
}

.section-heading-w-img img {
    width: 22px;
}

.box-wrapper {
    margin-top: 30px;
}

.box-wrapper a {
    line-height: 16px;
}

#scale-up-img-1 {
    display: block;
    width: 600px;
    margin-top: 11rem;
}

#scale-up-img-2 {
    display: none;
    width: 600px;
    margin-top: 5rem;
}

#scale-up-img-3 {
    display: none;
}

.scale-up-slider {
    position: relative;
    margin: 1rem 0;
    width: 100px;
    height: 500px;
    border-right: 3px solid #000000;
}

@media (max-width: 991.98px) {
    .scale-up-slider {
        width: 85px;
    }
}

.scale-up-slider .point {
    position: absolute;
    top: 100%;
    transform: translateY(-100%);
    right: -7.5px;
    width: 15px;
    height: 15px;
    border: 1px solid #000000;
    border-radius: 50%;
    background: #ffffff;
}

.plus-1, .plus-2, .plus-3 {
    position: absolute;
    left: 0;
}

.plus-3 {
    top: 0;
}

.plus-2 {
    top: 50%;
    transform: translateY(-50%);
}

.plus-1 {
    top: 100%;
    transform: translateY(-100%);
}

.scale-up-minus,
.scale-up-plus {
    cursor: pointer;
}

.mobile-scale-up-slider {
    width: 290px;
    transform: rotate(-90deg);
    margin: auto;
}

.mobile-scale-up-slider .scale-up-minus img,
.mobile-scale-up-slider .scale-up-plus img {
    width: 50px;
    transform: rotate(90deg);
}

.mobile-scale-up-slider .scale-up-slider {
    width: 95px;
    height: 280px;
    border-right: 2px solid #000000;
}

@media (max-width: 425px) {
    .mobile-scale-up-slider .scale-up-minus img,
    .mobile-scale-up-slider .scale-up-plus img {
        width: 30px;
    }
    .mobile-scale-up-slider .scale-up-slider {
        width: 85px;
        height: 250px;
        border-right: 1px solid #000000;
    }
}

.second-nav {
    position: fixed;
    top: 3.5rem;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #ffffff;
}

@media (max-width: 991.98px) {
    .second-nav {
        position: static;
        padding-top: 4rem;
    }

    .section {
        padding: 0rem 0 2rem;
    }
}