html {
    scroll-behavior: smooth;
}
/*
a:hover {
    color: black;
}

p {
    font-size: 20px;
}

nav {
    margin-top: 1em!important;
    width: 100%!important
}

.navbar-brand {
    margin-top: -10px!important
}*/

@media screen and (max-width: 800px) {
/*    .nav {
        line-height: 0!important;
    } */
    .container-mine {
        width: 100%!important
    }
    .card-mine {
        width: 100% !important;
    }
    .homeimg {
        display: none;
    }
}

/*.nav-link:hover {
    background: none!important;
}

.dropdown-menu {
    padding-top: 4px!important
}

.dropdown-item {
    height: 45px!important;
    padding-top: 0!important;
}

#signup-btn {
    padding: 0px 20px!important;
    margin-top: 15px!important;
    font-size: 12px!important;
    height: 33px!important;
}

.btn {
    background-color: #3b1d84!important;
    box-shadow: none!important;
}
*/
/*
.texts {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* height: 30vh; 
    padding-top: 10rem;
    width: 100%
}

.lineone {
    font-size: 14px;
    background: rgba(45, 156, 219, 0.05);
    border-radius: 20px;
    width: 100px;
    color: #3b1d84;
}

.blue-bold {
    font-weight: 900;
    color: #3b1d84;
}

.pattern {
    /* width: 200px; 
    /* position: absolute; 
    /* margin-left: -60px; 
    height: 200px;
    width: 200px!important;
    display: none;
}

.img {
    width: 90%;
    margin-bottom: 40px!important;
}

.inp {
    height: 25px!important;
    border-right: #eaeaea;
    width: 100%;
    padding: 5px 15px!important;
    border: 1px solid #EAEAEA!important;
    box-sizing: border-box;
    border-radius: 40px!important;
    font-size: 14px!important;
    line-height: 17px;
    color: #AAACB3!important;
    align-self:center;
}

.btn-search {
    height: 30px;
    background: #3b1d84;
    border-radius: 5em;
    border: none;
    padding: 0 20px;
    font-size: 12px;
    color: white;
    margin-left: 10px;
    align-self: center;
    margin-top: -6px!important
}

.faq-img {
    display: flex;
    justify-content: center;
}
*/

/* @media (min-width: 768px){ */

.container-mine {
    display: flex;
    justify-content: space-between!important;
    width: 80%;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}


/* } */

@media (min-width: 800px) {
    .faq-img {
        padding: 0 10rem;
        margin-left: 100px;
    }
    .img {
        width: 50%;
    }
    .pattern {
        display: block;
        align-self: center;
    }
    .container-mine {
        display: flex;
        justify-content: center;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
    .section-faq {
        display: flex;
        justify-content: space-evenly;
        align-items: center
    }
    .homeimg {
        width: 100%;
    }
    .section-faq img {
        width: 100%;
        align-self: flex-end
    }
    .texts {
        margin-left: 290px;
    }
}

.section-inner {
    display: flex;
    flex-direction: column;
}

.section-inner .input {
    margin-left: auto;
    margin-right: auto;
    width: 60%;
}

.collapsible-header {
    display: flex;
    align-items: center;
    /* width: 60%; */
    /* margin: auto; */
    background-color: rgba(45, 156, 219, 0.05)!important;
    border-radius: 10px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 10px;
    cursor: pointer;
    border: none!important;
    height: auto!important;
    padding-bottom: 0!important
}

.collapsible-header p {
    font-size: 15px;
    align-self: center;
    font: bold;
}

.display-inner {
    cursor: pointer;
}

.collapsible {
    border: none!important;
    box-shadow: none!important;
    width: 90%;
    margin: auto!important
}

li {
    list-style: none;
}

.collapsible-body {
    display: none;
    border: none!important;
    width: 80%;
    margin-left:30px;
}

.collapsible-header .toggle-sign {
    justify-self: flex-end;
    margin-left: auto;
    padding: 0 16px;
    color: #3b1d84;
    font-size: 16px;
    border: none!important;
}

.question-section-inner li {
    color: #3b1d84;
}

/*.text b {
    color: #323643;
}
/*
.text {
    width: 100%;
    display: flex;
    /* flex-wrap: wrap; 
    font-size: 13px;
    margin-top: 10px;
    color: #aaacb3;
}
*/
.subtext {
    /* display: none; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
}

.text .d-flex {
    flex-wrap: wrap;
}

.text .d-flex img {
    padding: 0 10px;
    width: 120px;
    margin-bottom: 5px;
}

.inc {
    margin-top: -8px;
    margin-left: auto;
    padding: 0 20px;
    font-size: 20px;
}

.display-inner {
    display: flex;
    width: 100%!important;
}

.question-section-inner img:hover {
    filter: brightness(0.5);
    cursor: pointer;
}

.modal-content {
    /* background: transparent!important; */
    height: auto!important;
    width: auto!important;
    border: none!important;
    box-shadow: none!important;
}

.image:hover {
    filter: brightness(1)!important;
    text-align: center;
}

.image {
    width: 90%!important
}

.modal {
    background: transparent!important;
    border: none!important;
    box-shadow: none!important;
    max-height: 85%!important;
    max-width: 100%!important;
}
/*
.texts h3 {
    padding: 0;
    margin: 0;
    font-size: 30px;
}
*/
.card-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 60%;
}

.active-mine {
    box-shadow: 0px 0px 60px rgba(155, 155, 155, 0.75)!important;
}

.card-mine {
    background: #FDFDFD;
    box-shadow: 0px 4px 50px rgba(155, 155, 155, 0.1);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 30%;
    color: black;
    margin-top: auto!important;
    margin: 10px;
    height: 250px;
    transition: box-shadow .7s;
    margin-bottom: 20px!important;
}

.card-mine:hover {
    box-shadow: 0px 0px 60px rgba(155, 155, 155, 0.3);
    cursor: pointer;
}

.card-mine p {
    font-size: 12px;
    text-align: center!important;
    padding: 0 30px
}

.card-mine h4 {
    font-size: 18px;
    font-weight: 900
}

.card-mine img {
    width: 20%;
}
