@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");

* {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
}

h2,
h5 {
    font-weight: 600;
}

.navbar-brand {
    font-weight: 600;
    color: white;
    word-spacing: 2px;
}

.navbar-brand mark {
    background-color: #772f1a;
    background-image: linear-gradient(315deg, #994e38 0%, #a0662c 74%);
    color: white;
    font-size: 16px;
    padding: 2px 8px;
    border-radius: 2px;
}

.dropdown-menu {
    background: #656565;
}

.dropdown-item {
    color: white;
}

.btn-card:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.281);
    transition: 1s;
}

.btn-dark {
    background-color: #000000 !important;
    background-image: linear-gradient(
        315deg,
        #000000 0%,
        #414141 74%
    ) !important;
}

.btn-phone  {
    width: 100%;
    color: rgb(0, 0, 0);
    border-radius: 3px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(210, 214, 218);
    border-image: initial;
    padding-top: 5px
}

.btn-kalika {
    background-color: #772f1a;
    background-image: linear-gradient(315deg, #834734 0%, #a0662c 74%);
    color: white !important;
    padding: 5px 10px;
}

.btn-kalika:hover {
    background-color: #772f1a;
    background-image: linear-gradient(315deg, #63392c 0%, #7e5328 74%);
}

.card-container {
    margin-bottom: 80px;
}

.card-hover:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.281) !important;
    transition: 0.5s;
}

.detail-sticky-card {
    font-weight: 600;
    word-spacing: 2px;
}

.detail-sticky-card mark {
    background: #21252f;
    color: white;
    padding: 2px 8px;
    border-radius: 2px;
}

.shadow-small {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.281);
}

.navbar-brand span {
    color: white;
}

#budget-desc {
    margin-top: -20px;
}

.bg-fc {
    background: #fcfcfc;
}

.card-header {
    background: none;
}

.card {
    width: 20rem;
}

.cover {
    background-size: cover;
    height: 100vh;
    width: 100%;
    z-index: 1;
}

.carousel-caption {
    bottom: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.detail-img {
    width: 100%;
    height: auto;
}

.detail-menu {
    padding-left: 20px;
}

.detail-item {
    list-style-type: square;
    margin-top: 5px;
}

.detail-item:nth-child(1) {
    margin-top: 0;
}

.pos {
    margin-bottom: 200px;
}
.logo {
    height: 50vh;
    width: 50%;
}
.searching {
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

#global-src {
    width: 100%;
}

.help-block {
    color: rgba(255, 0, 0, 0.815) !important;
}

.edit {
    margin-bottom: 200px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 15px;
}

a:hover {
    text-decoration: none;
}

.inner {
    transition: all 0.5s ease;
}

.inner img {
    opacity: 1;
}

.inner::after {
    content: "";
    background: black;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
}
.inner:hover::after {
    opacity: 0.5;
}

.navbar {
    z-index: 99999
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #007bff;
    border: 0;
}

.nav-item:nth-child(1),
.nav-item:nth-child(2),
.nav-item:nth-child(3),
.nav-item:nth-child(4) {
    margin-right: 20px;
}

.navbar-brand {
    color: rgb(251, 255, 0) !important;
}
/* carousell */

.carousel-thumbnails .carousel-indicators img {
    max-width: 100px;
    height: 50px;
    overflow: hidden;
    display: block;
}

.carousel-thumbnails .carousel-indicators li {
    height: auto;
    max-width: 100px;
    width: 100px;
    border: none;
    box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.carousel-thumbnails .carousel-indicators li .active {
    border-bottom: 4px solid #fff;
}
/* end */

/* owl carousel */

/* end */

/* adder */
.bdt {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#med {
    padding-left: 25%;
    padding-right: 30%;
}
#circle-login {
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    #med {
        padding-left: 25%;
        padding-right: 20%;
    }
}
@media screen and (max-width: 991px) {
    #resp {
        margin-left: 40%;
    }
}
@media screen and (max-width: 360px) {
    #resp {
        margin-left: 30%;
    }
}
@media screen and (max-width: 1200px) {
    #cont {
        width: 400px;
    }
}

#login-body {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

#login-bg {
    background: url("../img/login-img.jpg");
    background-size: cover;
    position: relative;
}

.overlay {
    width: 100%;
    height: 100%;
    background: rgba(8, 8, 8, 0.699);
    opacity: 0.8;
    opacity: 0.8;
    position: absolute;
}

.overlay-container {
    height: 100%;
    width: 100%;
    position: relative;
}

.overlay-content {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translateY(-50%);
}

.overlay-content img {
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.281));
}

.overlay-content h1 {
    font-weight: bold;
    color: yellow;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    border-right: 0.15em solid rgb(255, 255, 255); /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from {
        width: 0
    }
    to {
        width: 55%
    }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
    from,
    to {
        border-color: transparent;
    }
    50% {
        border-color: #ffffff;
    }
}

.loop img {
    height: 100% !important;
}
.submit{
    margin-top:20px !important;
}