/* 

COLOR PALETTE

D2F1E4 HONEYDEW
9381FF LIGHT PURPLE
4B3F72 DARK PURPLE
B8B8FF BLUE PURPLE
F8F7FF WHITE
2D3142 DARK GRAY


78C0E0 DARK SKY BLUE
*/
/* Global Styles
------------------------------------------------ */
.pageCon {
    min-width: 100vh;
}

body {
    margin: 0%;
    padding: 0%;
    font-family: "Raleway", sans-serif;
    line-height: 1.65;
}

main {
    margin-top: 100px;
}

/* Navigation Bar
------------------------------------------------ */
.nav-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    padding-top: 10px;
    background: #345ec7;
    font-family: "Raleway", sans-serif !important;
}

.vrmines a {
    color: WHITE;
    text-decoration: none;
    font-size: 40px;
    transition: color 0.5s;
    transform: translate(56px, 0);
}

.vrmines {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
    margin-right: 20px;
    font-size: 30px;
    color: white;
    text-decoration: none;
    display: inline-block;
    transform: translate(56px, 0);
}

.right-side {
    display: flex;
    margin-bottom: 40px;
}

.signin {
    background: white;
    padding: 3px;
    text-align: center;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
}

.signup {
    background: white;
    padding: 3px;
    text-align: center;
    height: 45px;
    display: inline-block;
    border-radius: 5px;
}

.nav-wrapper > .right-side > div {
    margin-right: 20px;
    font-size: 1.5em;
}

.nav-link-wrapper {
    height: 22px;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.5s;
}

.nav-link-wrapper a {
    color: darkgray;
    text-decoration: none;
    font-size: 25px;
    transition: color 0.5s;
}

.nav-link-wrapper a:hover {
    color: black;
}

/* MAIN
------------------------------------------------ */

.mainCon {
    max-width: 1360px;
    min-width: 1260px;
    margin: auto;
    margin-top: -56px;
}

.search-bar-background {
    background: url('../assets/hbg.jpg');
    background-repeat: no-repeat;
    display: flex;
    height: 500px;
    justify-content: center;
    align-content: center;
    background-size: 100%;
    align-items: center;
    margin-bottom: 1200px;
    background-position: 0%, 10%;
}

.top-main-bar {
    display: flex;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0;
    background-color: white;
    height: 28px;
    justify-content: space-around;
    align-items: center;
}

/* find a mine buttons */

.headerMenuItem {
    flex: 1;
    text-align: center;
    padding: 5px 5px;
    border-right: 2px solid #e6e6e6;
    position: relative;
    font-size: 0.9rem;
    font-weight: bold;
    cursor: pointer;
}

.btn {
    border: none;
    color: black;
    padding: 10px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: 0.8s;
    overflow: hidden;
    background-color: white;
}

.description {
    transform: translate(63px, 850px);
    font-size: 18px;
    font: "montserrat";
    max-width: 1500px;
    transform: translate(70px, -400px);
    z-index: -1;
}

/* SEARCH BAR
------------------------------------------------ */
.search-bar-box {
    min-width: 780px;
    height: 120px;
    background-color: rgba(0, 0, 0, 0.55);
    max-width: 875px;
    margin: auto;
}

.search-box-title {
    padding-top: 20px;
    padding-bottom: 10px;
    padding-right: 20px;
    margin: 0 0 0 18px;
    font-size: 24px;
    color: #fff;
    display: block;
}

.search-bar {
    background-color: white;
    border-color: #cccccc;
    padding-left: 10px;
    display: inline-block;
    max-width: 505px;
    margin-left: 20px;
    width: 100%;
}

.search-btn {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 190px;
    background: #2f3640;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-bar:hover > .search-txt {
    padding: 0 6px;
}

.search-txt {
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: gray;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 500px;
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}

.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}

.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

/* Footer
------------------------------------------------ */

footer {
    background: #182442;
    padding: 0px;
    width: 1360px;
    display: flex;
    justify-content: space-around;
    margin: auto;
}

.footer-container {
    margin: auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    margin-bottom: 0;
}

.footer-container a {
    color: white;
    margin-right: 25px;
    font-size: 13px;
    text-decoration: none;
    transition: 0.3s linear;
    display: flex;
    flex-direction: row !important;
}

.footer-container a:hover {
    color: #dddc9e;
}

.footergridcon {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 100px 100px;
    grid-auto-flow: row;
    grid-template-areas: "aboutusfooter caafooter termsofusefooter" "faqfooter contactusfooter privacypolicyfooter";
}

.aboutusfooter {
    grid-area: aboutusfooter;
}

.caafooter {
    grid-area: caafooter;
}

.faqfooter {
    grid-area: faqfooter;
}

.contactusfooter {
    grid-area: contactusfooter;
}

.termsofusefooter {
    grid-area: termsofusefooter;
}

.privacypolicyfooter {
    grid-area: privacypolicyfooter;
}


/* About
------------------------------------------------ */
.textcon {
    text-align: center;
    margin: 150px 100px;
    font-size: 30px;
    min-height: 450px;
}

.desctext {
    width: 100%;
}

.desctext p {
    font-weight: bolder;
}

@media (max-width: 1150px) {
    .textcon {
        margin: 100px 30px;
        font-size: 50px;
    }
}

/* Terms of Use
------------------------------------------------ */

h4 {
    text-align: center;
}

.tostextcon {
    margin: 100px 100px;
    font-size: 18px;
}

.tostext {
    width: 100%;
}

@media (max-width: 1150px) {
  .tostextcon {
    margin: 10px 30px;
    font-size: 20px;
  }
}

/* FAQ */
.faqcon {
  margin: 100px 100px;
  font-size: 18px;
}

.faqbox {
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 7px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.3);
}

.faqbox h2 {
  text-align: center;
  font-weight: bolder;
}

.faqbox p,summary{
  font-size: 20px;
}

.faqbox .heading {
    background: #345ec7;
    border-radius: 7px 7px 0px 0px;
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: "montserrat";
}

@media (max-width: 1150px) {
  .faqcon {
    margin: 50px 30px 100px 30px;
  }
  .faqbox p,summary{
    font-size: 30px;
  }
}

::-webkit-details-marker {
    float: right;
    margin-top: 3px;
}

details {
    background: #f6f6f6;
    padding: 10px 20px;
    border-radius: 7px;
    margin-top: 20px;
    font-family: "montserrat";
    font-size: 14px;
    letter-spacing: 1px;
}

details summary {
    outline: none;
}


@media screen and (max-width: 960px) {
    .footer-container {
        max-width: 600px;
    }

    .footer-right-col {
        width: 100%;
        margin-bottom: 60px;
    }

    .footer-left-col {
        width: 100%;
        text-align: center;
    }

}


@media screen and (max-width: 960px) {
    .nav-middle {
        margin-left: 0px;
    }

}


