html,
body {
    overflow-x: hidden;
    transition: 0.9s all;
}

body {
    font-family: "jf-openhuninn-2.1";
    position: relative;
    z-index: -1;
    -webkit-box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.5);
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: #C4A676;
}

body::-webkit-scrollbar {
    width: 0px;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader-text {
    font-size: 24px;
    font-weight: bold;
    font-family: sans-serif;
    display: flex;
    align-items: center;
}

.cursor {
    display: inline-block;
    width: 1px;
    background-color: black;
    animation: blink 1s infinite;
    margin-left: 4px;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.loader-icon {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

#main-content {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
}
#main-content.visible {
    visibility: visible;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
}

a:hover {
    text-decoration: none;
}

.logo img {
    width: 100px;
}

.about-content img {
    width: 50px;
}

.heart {
    width: 70px;
}

@font-face {
    font-family: 'jf-openhuninn-2.1';
    src: url("../fonts/jf-openhuninn-2.1.ttf");
}

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

.avatar {
    width: 100px;
}

.main-title {
    color: #A0A0A0;
    font-size: 80px;
    letter-spacing: 10px;
}

.text-overflow::-webkit-scrollbar {
    width: 3px;
}

.text-overflow::-webkit-scrollbar-thumb {
    background: #939985;
}

.text-overflow::-webkit-scrollbar-track {
    background: #C4A676;
}

.slick-slide {
    outline: none;
}

.supplier .col-lg-4 {
    max-width: 100%;
}

@-webkit-keyframes bounceanimation {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes bounceanimation {

    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.main-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    position: relative;
    top: 0;
    overflow: hidden;
    background-size: 90% auto;
    background-position: 200% 20%;
    background-repeat: no-repeat;
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    background-image: url("../images/svg/main-bannershape-2.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main-banner .content {
    width: 634px;
    text-align: center;
    padding-left: 50px;
}

.main-banner .content h3 {
    letter-spacing: 7px;
    line-height: 30px;
    color: #939985;
    font-size: 25px;
    font-weight: normal;
}

.main-banner .content h4 {
    letter-spacing: 7px;
    line-height: 30px;
    color: #939985;
    font-size: 20px;
    font-weight: normal;
}

.main-banner .title-name {
    padding: 60px 0;
}

.main-banner .title-name h1 {
    font-size: 80px;
    color: #C4A676;
    font-family: "Montez", cursive;
}

.main-banner .title-name img {
    width: 60px;
}

.main-banner .text-overflow p {
    letter-spacing: 7px;
    line-height: 30px;
    color: #939985;
    font-size: 25px;
    font-weight: normal;
}

.main-banner .text-overflow h3 {
    font-size: 35px;
    font-weight: 700;
    margin-top: 40px;
}

.about {
    padding: 60px 0px 0px 0px;
}

.gallery {
    position: relative;
    padding-bottom: 35px;
    padding-top: 63px;
    overflow: hidden;
}

.gallery::after {
    content: '';
    display: block;
    position: absolute;
    height: 400px;
    width: 490px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    right: -120px;
    background-size: cover;
    top: -70px;
    z-index: 0;
}

.gallery::before {
    content: '';
    display: block;
    position: absolute;
    height: 400px;
    width: 490px;
    background-repeat: no-repeat;
    -webkit-transform: rotate(-85deg);
    transform: rotate(-85deg);
    left: -120px;
    background-size: cover;
    top: -70px;
    z-index: 0;
}

.gallery .mobile-gallery {
    display: none;
}

.gallery .gallery-title {
    padding-bottom: 20px;
}

.gallery .gallery-slider {
    position: relative;
    z-index: 1;
}

.gallery .gallery-img {
    height: 222px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
}

.gallery .gallery-img::after {
    content: "";
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 0;
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.gallery .gallery-img::before {
    content: "";
    display: block;
    position: absolute;
    height: 70px;
    width: 75px;
    pointer-events: none;
    z-index: 1;
    top: 30%;
    opacity: 0;
    background-image: url("../images/svg/gallery-icon.png");
    left: 50%;
    background-size: cover;
    -webkit-transform: translate(-50%, 0) scale(0.6);
    transform: translate(-50%, 0) scale(0.6);
}

.gallery .gallery-img .gallery-frame {
    height: 222px;
    width: 100%;
    top: 0;
    position: relative;
    border: 5px solid #939985;
}

.gallery .gallery-img .gallery-frame::before {
    content: '';
    position: absolute;
    display: block;
    border: 2px solid;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border-width: 5px;
    border-color: #939985;
}

.gallery .gallery-img .gallery-frame::after {
    content: '';
    position: absolute;
    display: block;
    border: 2px solid;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10px;
    border-width: 5px;
    border-color: #939985;
}

.gallery .gallery-img:hover::before {
    -webkit-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    opacity: 1;
    -webkit-transition: 1s all;
    transition: 1s all;
}

.gallery .gallery-img:hover::after {
    opacity: 0.7;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.9s all;
    transition: 0.9s all;
}

.gallery .gallery-img:hover .gallery-frame {
    border: 0;
}

.maps-section {
    padding-bottom: 45px;
}

.maps-section .maps-section-title p {
    font-size: 30px;
    color: #666666;
    font-weight: 700;
}

.maps-section .maps {
    position: relative;
    padding-top: 15px;
}

.maps-section .maps .maps-img {
    height: 410px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

.maps-map {
    width: 100%;
}

.maps-map iframe {
    height: 600px;
    width: 100%;
    border: none;
}

.maps-section .maps .maps-map {
    height: 410px;
    width: 100%;
    position: relative;
}

.maps-section .maps .maps-map:hover::before,
.maps-section .maps .maps-map:hover::after {
    opacity: 0;
    z-index: -1;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.maps-section .maps .maps-map iframe {
    width: 100%;
    height: 100%;
}

.maps-map-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.maps-close {
    position: relative;
    left: 80%;
    top: 10px;
    cursor: pointer;
    z-index: 9;
}

.maps-close::after {
    content: "";
    display: block;
    position: absolute;
    background: white;
    height: 3px;
    width: 30px;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.maps-close::before {
    content: "";
    display: block;
    position: absolute;
    background: white;
    height: 3px;
    width: 30px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.supplier-section {
    padding-bottom: 70px;
}

.supplier-section .supplier {
    height: 200px;
    width: 200px;
    margin: 0 auto;
}

.supplier-section .supplier:hover .supplier-img {
    opacity: 1;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
}

.supplier-section .supplier .supplier-img {
    background-size: 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    opacity: 0.5;
    cursor: pointer;
}

.supplier-description,
.supplier-description-mobile {
    display: none;
}

.supplier-description p {
    max-width: 80%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
}

.thankyou-section {
    padding: 80px 0px;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}

.thankyou-section::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #212736;
    top: 0;
    left: 0;
    opacity: 0.9;
}

.thankyou-section .thankyou-frame {
    height: 600px;
    width: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px;
}

.thankyou-section .thankyou-frame .thankyou-slider {
    position: relative;
    top: 25px;
}

.thankyou-section .thankyou-frame .thankyou-slider .ty {
    height: 450px;
}

.thankyou-section .thankyou-frame .thankyou-slider .ty .thankyou-img {
    height: 450px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.thankyou-section .thankyou-frame .thankyou-slider .ty .thankyou-img::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    background: #212736;
    top: 0;
    left: 0;
    opacity: 0.3;
}

footer {
    padding: 20px 0px;
    background: #212736;
}

footer p {
    font-size: 20px;
    font-weight: normal;
    color: #C4A676;
    margin: 0;
}

footer p span {
    font-weight: 900;
}

.slick-arrow.slick-prev {
    left: inherit;
    right: 80px;
}

.slick-arrow {
    position: absolute;
    top: -40px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 2;
}

.slick-arrow.slick-next {
    right: 0;
    left: inherit;
}

.slick-arrow:before {
    content: '';
    position: absolute;
    display: block;
    border: 2px solid #939985;
    border-radius: 5px;
    left: -4px;
    right: -4px;
    top: 0;
    bottom: 0;
    opacity: 1;
    -webkit-animation: bounceanimation 0.5s 1;
    animation: bounceanimation 0.5s 1;
}

.slick-arrow.slick-prev:after {
    align-items: center;
    font-size: 30px;
    color: #939985;
    padding-right: 7px;
    font-family: FontAwesome;
    justify-content: center;
    border: 2px solid #939985;
    content: "\f0d9" !important;
}

.slick-arrow.slick-next:after {
    align-items: center;
    font-size: 30px;
    color: #939985;
    font-family: FontAwesome;
    justify-content: center;
    border: 2px solid #939985;
    content: "\f0da" !important;
}

.slick-arrow:after {
    content: "";
    position: absolute;
    display: inline-flex;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: -4px;
    bottom: -4px;
    opacity: 1;
    -webkit-animation: bounceanimation 0.7s 1;
    animation: bounceanimation 0.7s 1;
}

.supplier-section .slick-arrow {
    top: unset;
    bottom: -50px;
    transform: translate(-50%, 0);
}

.supplier-section .slick-prev.slick-arrow {
    left: 60px;
    right: inherit;
}

.supplier-section .slick-next.slick-arrow {
    right: 10px;
    left: inherit;
}

@media screen and (max-width: 1399px) {
    .main-banner::before {
        background-position: -120px center;
    }

    .main-banner .content {
        text-align: left;
    }
}

@media screen and (max-width: 1199px) {
    .thankyou-section .thankyou-frame .thankyou-slider {
        top: 60px;
    }

    .thankyou-section .thankyou-frame .thankyou-slider .ty {
        height: 380px;
    }

    .thankyou-section .thankyou-frame .thankyou-slider .ty .thankyou-img {
        height: 380px;
    }
}

@media screen and (max-width: 1100px) {
    .main-banner::before {
        background-position: -200px center;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 60px !important;
    }

    .main-banner {
        background-position: center;
        height: 100%;
        /*margin-top: 100px;*/
        padding-top: 420px;
        overflow: unset;
        background-size: cover;
    }

    .main-banner::before {
        height: 100%;
        background-image: url("../images/svg/Mask-Group.png");
        background-size: contain;
        background-position: center;
        top: 260px;
    }

    .main-banner .content {
        width: 100%;
        text-align: center;
        position: relative;
        top: 350px;
        z-index: 9;
        padding: 0px;
    }

    .main-banner .title-name {
        padding: 20px 0px;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 28px;
        flex-wrap: nowrap;
    }

    .title-name h1 {
        line-height: 1.2;
        display: flex;
        align-items: center;
        margin: 0;
    }

    .about {
        padding: 400px 0px 0px 0px;
        position: relative;
        z-index: -1;
    }

    .gallery::before,
    .gallery::after {
        display: none;
    }

    .gallery .mobile-gallery {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        border: 5px solid #939985;
        height: 400px;
        margin-top: 20px;
    }

    .gallery .mobile-gallery .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 30px;
        padding: 5px;
        cursor: pointer;
        border: 0;
        outline: none;
        border: 1px solid #939985;
        background: transparent;
    }

    .gallery .mobile-gallery .slick-dots li button::before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        content: '';
        text-align: center;
        opacity: 0.1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #939985;
        border-radius: 30px;
    }

    .gallery .mobile-gallery .slick-dots {
        bottom: -35px;
    }

    .gallery .mobile-gallery .col-lg-4 {
        max-width: 100% !important;
        padding: 0;
    }

    .gallery .gallery-slider {
        display: none;
    }

    .gallery .gallery-img {
        height: 390px;
    }

    .gallery .gallery-img::before {
        display: none;
    }

    .maps-section .maps .pr-0,
    .maps-section .maps .pl-0 {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }

    .maps-section .maps::after {
        top: 44%;
        left: 50%;
    }

    .maps-section .maps .maps-img {
        height: 350px;
    }

    .maps-section .maps .maps-img::before {
        left: 50%;
        height: 80px;
        width: 90px;
    }

    .maps-section .maps .maps-map {
        height: 350px;
    }

    .supplier-section .slick-dots li button {
        font-size: 0;
        line-height: 0;
        display: block;
        width: 12px;
        height: 12px;
        border-radius: 30px;
        padding: 5px;
        cursor: pointer;
        border: 0;
        outline: none;
        border: 1px solid #939985;
        background: transparent;
        border: 1px solid #C4A676;
    }

    .supplier-section .slick-dots li button::before {
        font-family: 'slick';
        font-size: 6px;
        line-height: 20px;
        position: absolute;
        top: 2px;
        left: 2px;
        width: 8px;
        height: 8px;
        content: '';
        text-align: center;
        opacity: 0.1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #939985;
        border-radius: 30px;
        background: #C4A676;
    }

    .supplier-section .supplier .supplier-img {
        opacity: 1;
    }

    .thankyou-section {
        padding: 60px 0px;
    }

    .thankyou-section .thankyou-frame {
        height: 400px;
        width: 400px;
        background-size: 100% 100%;
        padding: 40px;
        margin: 0 auto;
    }

    .thankyou-section .thankyou-frame .thankyou-slider {
        position: relative;
        height: 320px;
        overflow: hidden;
        background-repeat: no-repeat;
        width: 100%;
        top: 0;
    }

    .thankyou-section .thankyou-frame .thankyou-slider .ty .thankyou-img {
        height: 320px;
    }

    .thankyou-section .thankyou-title {
        padding-top: 15px;
    }

    footer p {
        text-align: center;
    }

    .about-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .gallery .gallery-img::after {
        display: none;
    }

    .supplier-section {
        padding-bottom: 140px;
    }

    .text-overflow {
        max-height: 100%;
    }
}

@media screen and (max-width: 767px) {
    .maps-section .maps .maps-map {
        top: -2px;
    }

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

    p {
        font-size: 20px !important;
    }

    .avatar {
        width: 70px;
    }
}

@media screen and (max-width: 575px) {
    .main-banner {
        margin: 0;
    }

    .maps-section .maps::after {
        width: 70px;
        height: 100px;
    }

    .maps-section .maps .maps-img,
    .maps-section .maps .maps-map {
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .maps-title {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 420px) {
    .thankyou-section .thankyou-frame {
        position: relative;
        right: 8px;
    }
}

@media screen and (max-width: 400px) {
    .thankyou-section .thankyou-frame {
        height: 100%;
        width: 100%;
    }

    .thankyou-section .thankyou-frame .thankyou-slider {
        height: 280px;
    }

    .about {
        padding-top: 420px;
    }

    .about .text-overflow {
        width: 100%;
    }

    .main-banner .content {
        top: 400px;
    }

    .main-banner .content h3,
    .main-banner .content p,
    .main-banner .text-overflow h3,
    .main-banner .text-overflow p {
        letter-spacing: 0px;
        line-height: 20px;
        font-size: 20px;
    }

    .main-banner .text-overflow h3 {
        margin-top: 0px;
    }

    .main-banner .content h4 {
        font-size: 18px;
    }

    .maps-section .maps::after {
        width: 50px;
        height: 70px;
    }

    .maps-section .maps .maps-img,
    .maps-section .maps .maps-map {
        height: 200px;
    }

    .maps-section .maps .maps-img::before {
        height: 50px;
        width: 60px;
    }

    .maps-section .maps .maps-map::after {
        height: 60px;
        width: 42px;
    }
}

@media screen and (max-width: 340px) {
    .thankyou-section .thankyou-frame .thankyou-slider {
        height: 210px;
    }
}

@media (min-width: 768px) {
    .supplier-description {
        display: block;
    }
}

@media (max-width: 767px) {
    .supplier-description-mobile {
        display: block;
    }
}