/* stylelint-disable selector-list-comma-newline-after */

body,
html {
    font-family: "Nunito", sans-serif;
    font-size: 0.875rem;
    color: #000111;
    -ms-overflow-style: none;
    scrollbar-width: none;
    height: 100%;
    margin: 0;
    padding: 0;
}

::-webkit-scrollbar {
    display: none;
}
/* hiding arrow in number input */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

a {
    text-decoration: none;
}

.sub_nav {
    background-color: #fff;
}

.nav-scroller .nav a {
    border-bottom: 3px solid transparent;
    color: #000111;
}

.nav-scroller .nav a:hover,
.nav-scroller .nav a.active {
    border-bottom: 3px solid #00b349;
}

.wrapper {
    margin: 125px auto 120px;
}

.bi {
    vertical-align: -0.125em;
    fill: currentColor;
}

.nav-link {
    padding: 0.5rem 0.875rem;
}

.carousel {
    width: 80%;
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 576px) {
    .carousel {
        width: 100%;
    }
}

.guess-border {
    border: 1px dashed #333;
}

.btn-default {
    color: #fff;
    background-color: #00b349;
    border-color: #00b349;
}

.btn-default:hover {
    color: #fff;
    background-color: #198754;
    border-color: #198754;
}

.btn-default-50 {
    border-radius: 50px;
}

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

@media (max-width: 576px) {
    .bi-2x {
        font-size: 1rem;
    }
}

.faq-wrapper {
    margin: 70px auto 120px;
}

/* -------------------------------------------------------------------------- */

.mingalar-header {
    line-height: 2;
    background-color: black;
    /* border-bottom: 1px solid #e5e5e5; */
}

.mingalar-header-logo {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif;
    font-size: 2.25rem;
}

.mingalar-header-logo:hover {
    text-decoration: none;
}

/* h1, h2, h3, h4, h5, h6 {
    font-family: "Playfair Display", Georgia, "Times New Roman", serif
  } */

.display-4 {
    font-size: 2.5rem;
}

@media (min-width: 768px) {
    .display-4 {
        font-size: 3rem;
    }
}

.nav-scroller {
    position: relative;
    z-index: 2;
    /* height: 2.75rem; */
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    /* padding-bottom: 1rem; */
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nav-scroller .nav-link {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
}

.card-img-right {
    height: 100%;
    border-radius: 0 3px 3px 0;
}

.flex-auto {
    flex: 0 0 auto;
}

.h-250 {
    height: 250px;
}

@media (min-width: 768px) {
    .h-md-250 {
        height: 250px;
    }
}

/* Pagination */

.mingalar-pagination {
    margin-bottom: 4rem;
}

.mingalar-pagination > .btn {
    border-radius: 2rem;
}

/*
   * mingalar posts
   */

.mingalar-post {
    margin-bottom: 4rem;
}

.mingalar-post-title {
    margin-bottom: 0.25rem;
    font-size: 2.5rem;
}

.mingalar-post-meta {
    margin-bottom: 1.25rem;
    color: #727272;
}

.text-small {
    font-size: 85%;
}

/*
   * Footer
   */

.mingalar-footer {
    padding-bottom: 0.5rem;
    color: #727272;
    text-align: center;
    background-color: black;
    border-top: 0.05rem solid #e5e5e5;
}

.mingalar-footer p:last-child {
    margin-bottom: 0;
}

.container .index {
    /* background-image: url('/mingalar_images/Bg.jpg'); */
    background-color: #fff;
    height: 100%;
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding-bottom: 20px;
}

.container .header {
    background-color: #fcaa36;
}

.container .header-title {
    color: black;
    font-size: 18px;
    font-weight: 700;
}

.container .modal .modal-body {
    overflow-y: auto;
}

.container .modal .modal-body .side-title {
    font-size: 15px;
}

.container .modal .card {
    background-color: #e4e4e4;
    color: black;
    border-radius: 10px;
    border-color: #fcaa36;
    height: 240px;
    margin-top: 10px;
}

@media screen and (min-width: 300px) {
    .container .modal .card {
        height: 150px;
    }
}

@media screen and (min-width: 400px) {
    .container .modal .card {
        height: 180px;
    }
}

@media screen and (min-width: 470px) {
    .container .modal .card {
        height: 190px;
    }
}

@media screen and (min-width: 500px) {
    .container .modal .card {
        height: 210px;
    }
}

@media screen and (min-width: 600px) {
    .container .modal .card {
        height: 215px;
    }
}

@media screen and (min-width: 700px) {
    .container .modal .card {
        height: 230px;
    }
}

.container .card-title {
    color: black;
    font-size: 18px;
    font-weight: 500;
}

.container .first-image {
    border-radius: 10px;
}

.container .index .small-image {
    width: 80px;
    height: 80px;
    margin-left: 7px;
    margin-bottom: 10px;
}

.container .index .card {
    /* background-color: rgba(114, 111, 111, 0.2); */
    background-color: #e4e4e4;
    color: black;
    border-radius: 10px;
    border-color: #fcaa36;
}

.container .index .center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    border-radius: 10px;
    /* height: 150px; */
}

.container .index .input-text {
    background-color: rgba(114, 111, 111, 0.2);
    /* color: white; */
    border: none;
    margin-left: 10px;
    border-radius: 10px !important;
}

.container .index .index-select {
    background-color: rgba(114, 111, 111, 0.2);
    color: black;
    border: none;
    border-radius: 10px !important;
    margin-left: 10px;
    -webkit-appearance: none;
}

.container .index .index-select:focus {
    color: black !important;
    background-color: white !important;
}

.container .index .baydin-icon {
    background-color: blue;
    /* width: 10px; */
    /* height: 60px; */
    margin-right: 10px;
    /* padding-top: 12px; */
}

.container .index ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
}

.container .index #div1,
.container .index #div2 {
    width: 120px;
    height: 120px;
    margin: auto;
    border: 1px solid white;
}

.container .index #div2 {
    background-image: url("./../../mingalar_images/Tarot_Card_01.png");
}

.container .index #mobile_div1,
.container .index #mobile_div2 {
    width: 120px;
    height: 150px;
    margin: auto;
    border: 1px solid white;
}

.container .index #mobile_div2 {
    position: absolute;
}

/* daily navbar */

.container .index ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.container .index li {
    float: left;
}

.container .index ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.container .index li a:hover:not(.active) {
    background-color: #111;
}

.container .index ul {
    background-color: #fff;
}

.container .index .nav-item {
    background-color: #e4e4e4;
}

.container .index .nav-item .active {
    background-color: #fcaa36;
    border-radius: 0px;
    padding: 2px;
    height: 100%;
}

.container .index .menu-nav {
    background-color: black;
}

.container .index .index-nav {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
}

.container .index .index-nav:hover {
    border-bottom: 1px solid white;
}

/* flip */

.tarot-hidden {
    display: inline-block;
    width: 64px;
    height: 64px;
    perspective: 700px;
}

#card-gg {
    position: absolute;
    height: 120px;
    width: 120px;
    transition: all 0.7s;
    transform-style: preserve-3d;
    backface-visibility: visible;
}

.front,
.back {
    position: absolute;
    height: 120px;
    width: 120px;
    transition: all 0.7s;
    transform-style: preserve-3d;
    backface-visibility: visible;
}

.front {
    background: slategray;
}

.back {
    background: slategray;
}

.flipH .back {
    transform: rotateY(-180deg);
}

.flipH .card {
    animation: flipH 2s 0s alternate ease-in-out;
}

@keyframes flipH {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
}

@-webkit-keyframes flipH {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
}

/* maharboad table */

.container .index .table.table-bordered.vertical,
.container .index .table.table-bordered.vertical td,
.container .index .table.table-bordered.vertical th {
    border-top: 0px solid white !important;
    border-left: 0px solid white !important;
}

.main-wrapper {
    height: 100%;
}

div.ui-datepicker {
    font-size: 18px;
    /* background-color: black; */
    color: red;
}

#gender.form-select-lg.index-select,
#category.form-select-lg.index-select,
#sub_category.form-select-lg.index-select,
#sub_content.form-select-lg.index-select {
    font-size: 14px !important;
}

::placeholder {
    color: black !important;
}

.container .carousel img {
    border-radius: 10px;
}

/* accordion */

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    font-size: 19px;
    color: #212529;
    font-weight: bold;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}