body {
    font-family: 'Inter Regular';
    font-weight: normal;
    font-style: normal;
    font-size: 11pt;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Black';
    font-weight: 900;
    font-style: normal;
}

.InterLight {
    font-family: 'Inter Light';
    font-weight: 300;
    font-style: normal;
}

b {
    font-family: 'Inter Bold';
    font-weight: bold;
    font-style: normal;
}

.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: rgb(255 255 255);
    font-weight: 0;
}

.nav-link {
    color: rgb(255 255 255 / 65%);
}

.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255);
    font-weight: 0;
}

a {
    text-decoration: none;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
    -moz-transition: color 0.3s linear;
}

.home-bg {
    background-image: url('../img/wallpaper.jpg');
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.home-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 0px #a1a1a1, 0 0 20px #ffffff;
    color: #fff;
}

.desp-img {
    width: 500px;
    /*height: 500px;*/
}

.desp-img img {
    width: 100%;
    border-radius: 15px;
}

.card-img {
    width: 100px; /* Set the desired width */
    height: 100px; /* Set the desired height */
    overflow: hidden; /* Ensure any overflow is hidden */
    display: flex; /* Flexbox to center the image */
    align-items: center; /* Center image vertically */
    justify-content: center; /* Center image horizontally */
}

.card-img img {
    max-width: 100%; /* Ensure image doesn't exceed container width */
    max-height: 100%; /* Ensure image doesn't exceed container height */
}

.user-comment-img {
    width: 40px;
}

.user-comment-img img {
    width: 100%;
}

.footer-input-placeholder {
    /* border: 1px solid #6c757d; */
    background-color: transparent;
}

/* .footer-input-placeholder::placeholder {
    color: #6c757d;
    opacity: 0.5;
}

.footer-input-placeholder:-ms-input-placeholder {
    color: #6c757d;
}

.footer-input-placeholder::-ms-input-placeholder {
    color: #6c757d;
} */

.my-toggle {
    background-color: transparent;
    border: 0;
    color: #999;
    margin-right: 5px;
}

.user-img-prev {
    width: 60px;
    height: 60px;
}

.user-img-prev img {
    width: 100%;
    background-color: #fff;
    border: 5px solid #f1f1f1;
    border-radius: 50%;
}

.portfolio-user-img-prev {
    width: 40px;
    height: 40px;
}

.portfolio-user-img-prev img {
    width: 100%;
    background-color: #fff;
    border: 2px solid #f1f1f1;
    border-radius: 50%;
}

.admin-user-img-prev {
    width: 100px;
    height: 100px;
}

.admin-user-img-prev img {
    width: 100%;
    background-color: #fff;
    border: 5px solid #f7f7f7;
    border-radius: 50%;
}

.sidebar-links a {
    color: #747474;
}

.sidebar-links a:hover, a:focus, a:active {
    color: #000;
}

#d-bg {
    background-color: #fff;
}

.redefine-card {
    background-color: #f1f1f1;
    height: 250px;
    width: 250px;
    border-radius: 50%;
/*     border: 3px solid #0d6efd; */
}

.margint-for-ab {
    margin-top: 80px;
}

@media (min-width: 992px) {
    .redefine-content-height {
        height: 464px;
    }

    #d-bg {
        background-color: #f7f7f7;
    }

    .redefine-card {
        height: 200px;
        width: 200px;
    }
    .margint-for-ab {
        margin-top: 50px;
    }
}

.qr-code {
    width: 150px;
    height: 150px;
}

.qr-code img {
    width: 100%;
}

.blink {
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.icon-location {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 5px solid #69757d;
    border-radius: 100%;
}

.icon-location::after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 1px 0 0 -6px;
    display: block;
    content: '';
    border: 6px solid transparent;
    border-top: 10px solid #69757d;
    border-bottom: none;
}

.nav-link {
    color: #aaa;
}

.nav-link:hover {
    color: #000000;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
}