/* @import url('https://fonts.googleapis.com/css2?family=Abel&family=Alegreya&family=Alegreya+Sans:wght@300&family=Dosis:wght@300&family=Lato:wght@300&family=Lora:ital@0;1&family=Noto+Sans+Myanmar:wght@300&family=Nunito:wght@300&family=Open+Sans:wght@300&family=Playfair+Display&family=Poppins:wght@300&family=Raleway:wght@300&family=Rubik:wght@300&family=Source+Sans+Pro:wght@300&family=Ubuntu:wght@300&display=swap'); */

.abel {
    font-family: 'Abel', sans-serif;
}
.alegreya {
    font-family: 'Alegreya', serif;
}
.alegreya-sans {
    font-family: 'Alegreya Sans', sans-serif;
}
.dosis {
    font-family: 'Dosis', sans-serif;
}
.lato {
    font-family: 'Lato', sans-serif;
}
.lora {
    font-family: 'Lora', serif;
}
.nunito {
    font-family: 'Nunito', sans-serif;
}
.open-sans {
    font-family: 'Open Sans', sans-serif;
}
.play-fair {
    font-family: 'Playfair Display', serif;
}
.popins {
    font-family: 'Poppins', sans-serif;
}
.raleway {
    font-family: 'Raleway', sans-serif;
}
.rubik {
    font-family: 'Rubik', sans-serif;
}
.ubuntu {
    font-family: 'Ubuntu', sans-serif;
}
.source-sans-pro {
    font-family: 'Source Sans Pro', sans-serif;
}
.noto-sans-mm {
    font-family: 'Noto Sans Myanmar', sans-serif;
}
/* pre loading */
#loading{
    margin-top: 20%;
}
.loader {
    width: 20em;
    height: 20em;
    font-size: 10px;
    /* position: relative; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 40% !important;/*top*/
    left: 50% !important;
    transform: translate(-50%, -50%);
}
.loader .face {
    position: absolute;
    border-radius: 50% !important;
    border-style: solid;
    animation: animate 3s linear infinite;
}
.loader .face:nth-child(1) {
    width: 100%;
    height: 100%;
    color: rgb(217,181,81);
    border-color: currentColor transparent transparent currentColor;
    border-width: 0.2em 0.2em 0em 0em;
    --deg: -45deg;
    animation-direction: normal;
}
.loader .face .circle {
    position: absolute;
    width: 50%;
    height: 0.1em;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: rotate(var(--deg));
    transform-origin: left;
}
.loader .face .circle::before {
    position: absolute;
    top: -0.5em;
    right: -0.5em;
    content: '';
    width: 1em;
    height: 1em;
    background-color: currentColor;
    border-radius: 50% !important;
    box-shadow: 0 0 2em, 0 0 4em, 0 0 6em, 0 0 8em, 0 0 10em, 0 0 0 0.5em rgba(255, 255, 0, 0.1);
}
.smart {
    font-weight: 700;
    text-align: center;
    font-size: 2rem;
    /* font-family: 'Cinzel', serif; */
    text-transform: uppercase;
    font-style: italic;
    background: linear-gradient(90deg, #000, #d9b551, #000);
    letter-spacing: 5px;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background-repeat: no-repeat;
    background-size: 80%;
    animation: shine 3s linear infinite;
    position: absolute;
    top:65%;/*top*/
    /* bottom: 0%; */
    left: 50% !important;
    transform: translate(-50%, -50%);
}
@media (max-width: 575.98px) {
    .smart {
        bottom: 5%;
    }
}
/* @media (min-width: 768px) {
    .smart {
        bottom: 15%;
    }
} */

@keyframes shine {
    0% {
      background-position-x: -500%;
    }
    100% {
      background-position-x: 500%;
    }
}

@keyframes animate {
    to {
        transform: rotate(1turn);
    }
}
/* pre loading */

/* scrollbar */
::-webkit-scrollbar {
    width: 0;
}
body {
    background-color: #f3f3f3;
    /* color: #fdeba2; */
}
.border-card {
    border-radius: 10px;
    margin: 0.5rem;
}

/* footer {
    bottom: 0;
    margin-top: auto;
} */

/* Smart Profile */
.social-icon {
    font-size: 30px;
    border-radius: 10px;
    padding: 7px;
    color: #fff;
}

.facebook {
    background-color: blue;
}

.instagram {
    background-color: #da6363;
}

.twitter {
    background-color: #d9d2e9;
}

.tiktok {
    background-color: black;
}

.youtube {
    background-color: red;
}

.smart-profile .m-bi i.bi {
    font-size: 40px;
}

.contact-body {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 100px;
}

.contact-card {
    background-color: gainsboro;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.contact-img {
    margin-top: -100px;
    width: 150px;
    height: 150px;
    border: 8px solid #fff;
    background-color: #dcdcdc;
}

.social-card {
    border-radius: 10px;
    margin-top: 7px;
}
.social-card .card-header {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.social-card .card-body {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.address-card {
    border-radius: 10px;
}

.item-text {
    font-size: 19px;
    font-weight: 400;
}

/* save to contact */
.save-to-contact {
    align-items: center;
    appearance: none;
    background-clip: padding-box;
    background-color: initial;
    background-image: none;
    border-style: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    flex-direction: row;
    flex-shrink: 0;
    font-family: Eina01,sans-serif;
    font-size: 16px;
    font-weight: 800;
    justify-content: center;
    line-height: 24px;
    margin: 0;
    min-height: 64px;
    outline: none;
    overflow: visible;
    padding: 19px 26px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    width: auto;
    word-break: keep-all;
    z-index: 0;
  }

  @media (min-width: 768px) {
    .save-to-contact {
      padding: 19px 32px;
    }
  }

  .save-to-contact:before,
  .save-to-contact:after {
    border-radius: 80px;
  }

  /* .save-to-contact:before {
    background-color: #338de9;
    content: "";
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
  } */

  .save-to-contact:after {
    background-color: initial;
    background-image: linear-gradient(92.83deg, #44a9f1 0, #338de9 100%);
    bottom: 4px;
    content: "";
    display: block;
    left: 4px;
    overflow: hidden;
    position: absolute;
    right: 4px;
    top: 4px;
    transition: all 100ms ease-out;
    z-index: -1;
  }

  .save-to-contact:hover {
      color: #fff;
  }

  .save-to-contact:hover:not(:disabled):after {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition-timing-function: ease-in;
  }

  .save-to-contact:active:not(:disabled) {
    color: #ccc;
  }

  .save-to-contact:active:not(:disabled):after {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .2)), linear-gradient(92.83deg, #44a9f1 0, #338de9 100%);
    bottom: 4px;
    left: 4px;
    right: 4px;
    top: 4px;
  }

  .save-to-contact:disabled {
    cursor: default;
    opacity: .24;
  }
  .save-to-contact i.bi {
    font-size: 1.2rem;
  }

  .floating-btn {
    position:fixed;
	bottom: 40px;
	right: 15%;

  }
  .bi-btn {
    box-shadow: 2px 2px 3px #999;
  }

  .bi-2 {
    font-size: 1.5rem;
  }

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 1; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
    visibility: visible; /* Show the snackbar */
    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.cat-box {
    position: relative;
}
.cat-box img {
    border-radius: 17px;
    /* height: 200px; */
}
/* .cat-box.menu-box img {
    height: 120px;
} */
.cat-box .cat-header {
    position: absolute;
    top: 10px;
    left: 10px;
    text-shadow: 2px 1px 4px #000;
}
.cat-box .cat-text-bottom {
    font-size: 32px;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 2px 1px 4px gray;
}
.cat-box .cat-text {
    font-size: 14px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    text-shadow: 2px 1px 4px gray;
}
