@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');
/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
    background: #888;
}
::-webkit-scrollbar-thumb:hover {
    background: #d9b551;
}
/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 1rem;
    font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
    font-size: 1rem;
    font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
    font-size: 1rem;
    font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
    font-size: 1rem;
    font-style: italic;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance: textfield;
}
/* global */
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  background-color: #fff;
  /* background-image: url('../imgs/bg-2.jpg'); */
}
/* 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 */
a {
    text-decoration: none;
    color:  inherit;
}
a:hover {
    /*text-decoration: none;*/
    color:  inherit;
}
.lang {
    line-height: 21px;
}
.bg-custom {
    background-color: #d9b551;
    color: #000;
}
.text-custom {
    color: #d9b551;
}
.wrapper {
    margin-top: 75px;
    min-height: 550px;
}
@media (min-width: 575.98px) {
    .h-vdo {
        height: 170px;
    }
    .t-vdo {
        height: 130px;
    }
}
@media (min-width: 767.98px) {
    .h-vdo {
        height: 280px;
    }
    .t-vdo {
        height: 265px;
    }
}
@media (min-width: 991.98px) {
    .h-vdo {
        height: 450px;
    }
    .t-vdo {
        height: 340px;
    }
}
/* navbar */
.navbar-dark {
    background-color: #000;
}
.navbar-dark .navbar-nav .nav-link {
    font-size: 1rem;
    padding: 0 0.625rem;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #d9b551;
}
.nav-link {
    color: inherit;
}
.offcanvas-backdrop.show {
  opacity: 0;
}
.nav-link.active {
    font-weight: bold;
}
.rounded-pill-start {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.rounded-pill-end {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.lang .dropdown-toggle::after,
.dots .dropdown-toggle::after,
.sess .dropdown-toggle::after {
    /* display: inline-block; */
    display: none;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
/* update ui */
.home-banner-image{
    position: relative;
    margin-top: -12px !important;
}
.home-banner-card{
    border-radius: 0%;
}
@media only screen and (min-width:1200px) {
.home-banner-text{
  position: absolute;
  top: 100px;
  /* bottom: 150px; */
  left: 20px;
  /* background-color: black; */
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}
.scrollable-class
{
  height:410px;
  padding: 15px;
  overflow-y: scroll;
}
}
.scrollable-class p{
    margin: 0;
  text-indent: 2rem;
  text-align: justify;
}
.why_use p{
    margin: 0;
  text-indent: 2rem;
  text-align: justify;
}
@media only screen and (max-width:1200px) {
    /* For mobile phones: */
    .home-banner-text{
        /* position: absolute; */
        top: 400px;
        /* bottom: 150px; */
        left: 20px;
        /* background-color: black; */
        color: black;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
      }
}
/* end update ui */
.banner-badge {
    letter-spacing: 2px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    /* border-top-right-radius: 50%; */
    /* border-top-left-radius: 50%; */
    /* border-end-end-radius: 20%; */
    /* background-image: -webkit-linear-gradient(140deg, #fff, #fff, #fff); */
    /* background-image: -webkit-linear-gradient(140deg, #494949, #949292, #adadad); */
    /* background-image: -o-linear-gradient(140deg, #5a5a5a, #b9b9b9, #e7e7e7); */
    /* background-image: linear-gradient(310deg, #5a5a5a, #b9b9b9, #e7e7e7); */
}
.btn-modal {
    margin-top: -55px;
}
.custom-round {
  border-radius: 10px;
}
.bi-2 {
  font-size: 1.5rem;
}
.bi-facebook,
.bi-linkedin,
.bi-instagram,
.bi-youtube,
.bi-envelope {
    color: #d9b551;
}
.bi-facebook:hover {
    color: #3b5998;
}
.bi-linkedin:hover {
    color: #0e76a8;
}
.bi-instagram:hover {
    color: #8a3ab9;
}
.bi-youtube:hover {
    color: #ff0000;
}
.bi-envelope:hover {
    color: #ec4c4c;
}
.offcanvas-start {
    top: 10%;
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #d9b551;
    background-color: inherit;
}
.mh-400 {
    min-height: 400px;
}
.home-menu{
    font-size: 14px!important;
}

/* `sm` applies to x-small devices (portrait phones, less than 576px) */

@media (min-width: 576px) {
    /* .price-title {
        margin-bottom: -45px;
    } */
    .offcanvas-start {
        top: 10%;
    }
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (min-width: 767px) {
    /* .price-title {
        margin-bottom: -45px;
    } */
    .offcanvas-start {
        top: 10%;
    }
}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (min-width: 992px) {
    /* .price-title {
        margin-bottom: -15px;
    } */
    .offcanvas-start {
        top: 7%;
    }
}
/* .price-title {
    margin-bottom: -45px;
} */
.curve-buttom {
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 99;
}
.curve-buttom svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
}
/* accordion */
.accordion-button:focus {
    /* border-bottom: 1px solid #00000020; */
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
}

#about p.msg_text {
    margin-bottom: 0.75rem;
}
/* accordion */
/* footer {.home-menu{
    font-size: 14px!important;
}

  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  z-index: 99;
}
.curve-top svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  fill: #fff;
} */
.hr-order-sum {
    border-width: 5px;
}


.custom-file-div {
    position: relative;
    overflow: hidden;
}
.custom-file-div input[type=file] {
    position: absolute;
    /* font-size: 50px; */
    opacity: 0;
    right: 0;
    top: 0;
}
.bi-arrows-move {
    cursor: move;
    cursor: -webkit-grabbing;
}
.sortable-ghost {
    opacity: .6;
}

/* 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;}
}
.cookie {
    bottom: 0;
    z-index: 999999;
    position: fixed;
    opacity: 0.8;
}
.profile-alert-icon {
    font-size: 3rem;
}
.fs-20 {
    font-size: 20px;
}
.card-design {
    max-width: 5.57in;
    height: 3.5in;
    border-radius: 17px;
}
.card-design .inner-card {
    display: grid;
    align-content: center;
}
.card-design img {
    max-width: 120px;
    max-height: 120px;;
}
.contact-img {
    margin-top: -50px;
    width: 150px;
    height: 150px;
    border: 8px solid #fff;
    background-color: #dcdcdc;
}
.custom-tooltip {
    --bs-tooltip-bg: var(--bs-dark);
}
.breadcrumb-item {
    text-transform: capitalize;
}
.breadcrumb-item:not(.active) {
    text-decoration: underline;
}

.profile-card {
    border: 1px solid transparent;
}
.profile-card:hover {
    border: 1px solid #ffc107;
}
