.nav-frame{
    position:fixed;
    height:100vh;
    width:100%; 
   
}

/* nav stuff  */
.nav-container{
    position:relative;

    height:70px;
    width:70px;

    z-index:23;
    
    

}
/* new nav stuff back to top  */
.nav-outer-container{
    position:fixed;
    right:0;
    top:0;
    z-index:23;

    display:flex;
}

/* .to-top-container{
    position:relative;
    border-right:1px solid rgb(150, 150, 150);
    z-index:20;
    transition:opacity .1s ease-in;

    opacity:1;
}

.to-top-remove{
    display:none;
    opacity:0;
}

.to-top-img{
    filter: brightness(0) invert(1);
    height:2em;
    width:2em;
}

.to-top{
    height:100%;
    width:70px;
    display:flex;
    align-items:center;
    justify-content:center;

    background: linear-gradient(to right,  #f28444, #725ef2);
    text-decoration:none;
    padding:1em;
    cursor:pointer;

} */
/* end of to top stuff  -----------------*/

.mts-nav{
    position:relative;
    height:100%;
    width:100%;
    z-index:23;

    cursor: pointer;
    display:flex;
    align-items:center;
    justify-content:center;

    /* background-color: #231640; */
    /* background: linear-gradient(to bottom left,  #f28444, #725ef2); */
    /* background-color:#000000; */

    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.change{
    background-color:#725ef200;
}
/* bar stuff changing to X  */
.nav-bar-cont{
    display: inline-block;
    cursor: pointer;
}
.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
  }

.bar1, .bar3{
    transform:translateX(-7px);
}


.bar2{
    transform:translateX(7px);
}

.change .bar1 {
    transform: translate(0, 9px) rotate(-45deg);
  }
  
  .change .bar2 {opacity: 0;}
  
  .change .bar3 {
    transform: translate(0, -9px) rotate(45deg);
  }

  /* hover  */
  .nav-bar-cont-anim:hover .bar1, .nav-bar-cont-anim:hover  .bar2, .nav-bar-cont-anim:hover  .bar3 {
    transform:translateX(0);
  }
  /* click */

/* menu stuff  */
.mb-menu-container{
    height:100vh;
    width:420px;

    position:fixed;
    right:-430px;

    z-index:22;

    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;

}

.nav-active{
    right:0px;
}

.mb-menu{
    height:100%;
    width:100%;
    background-color:rgba(0, 0, 0, 0.9);
    padding:0px 70px 70px 0px;

}

.mb-menu-top-content{
    height:70px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

/* .get-quote-prompt-A{
    height:100%;
    width:140px;
    display:flex;
    align-items:center;
    justify-content:center;

    background: linear-gradient(to right,  #f28444, #725ef2);
    text-decoration:none;
    padding:1em;
    cursor:pointer;

    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor:pointer;

}

.get-quote-acent-A{
    position:absolute;
    height:70px;
    width:140px;
    display:flex;
    align-items:center;
    justify-content:center;

    background-color:#725ef2;
    text-decoration:none;
    padding:1em;
    cursor:pointer;

    -webkit-transition:all .5s ease-out;
    -moz-transition:all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    cursor:pointer;

    opacity:0;

}

.get-quote-acent-A:hover{

    opacity:1;


}

.nav-menu-phone-container{
    padding:1em;
    display:flex;
    justify-content:space-around;;
    align-items: center;

}

.nav-menu-phone-container img{
    height:50px;
    width:50px;
    filter: brightness(0) invert(1);
}

.nav-menu-phone-container a{
    text-decoration:none;
    color:white;
    font-size:1.1em; 
    
} */

.get-quote-prompt-A span{
    
    color:white;
    /* font-weight: bold; */
}

.mb-menu-main-content{
    padding-top:70px;
    margin-bottom:70px;
}

.mb-menu-main-content-split{
    width: 40px;
    height: 1px;
    margin: 12px 16px 47px auto;
    opacity: .4;
    background-color: #fff;
    content: "";
    display: block;
    
}

.mb-nav-link{
    color: #fff;
    position: relative;
    /* font-size: 24px;
    line-height: 28px; */
    font-size: 24px;
    line-height: 34px;
    font-weight: 400;
    margin-bottom:19px;
    text-align: right;
}

.mb-nav-link:hover{
    color:#F2AA52;
}

.jm-active-nav{
    color:#F2AA52;
    font-weight: bold;
}

.mb-menu-main-content ul li{
    display:flex;
    justify-content:flex-end;
}
/* logo stuff  */


/* .logo:hover{
    background-color:#725ef2;
    

} */

.log-out-btn form button{
    text-decoration: none;
    text-transform:capitalize;
    color:white;

    background-color:transparent;

    padding:0px;
}

@media(max-height: 500px){
 .mb-menu-main-content{
    padding-top:30px;
 }
 .mb-menu-main-content ul li a{
    margin-bottom:0px;
 }
}

@media(max-height: 320px){
    .mb-menu-main-content ul li a{
        font-size:16px;
        line-height:20px;
    }
}


@media(max-width:575px){

    /* .nav-container{
        left: calc(100% - 70px);
    }

    .nav-active{
        transform:all 1s ease-in;
        right:auto;
        left: calc(100% - 420px);
    } */



    .mb-menu{
        padding-right:30px;
    }

    .get-quote-prompt-A{
        margin-right:40px;
    }


    
}

@media(max-width:419px){
    .mb-menu-container{
        /* height:100vh; */
        width:100%;
    }
}
