

@import "./color.css";


.navBottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px;
    z-index: 10;
  }

  .button-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color:#e9eaec4f;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    width: 100%;
    max-width: 400px;
    height: 41px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    border-radius: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px, var(--darkBlue) 5px 10px 15px;
            box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px, var(--darkBlue) 5px 10px 15px;
  }

  .button {
    outline: 0 !important;
    border: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    opacity: .8;
  }

  .button:hover {
    -webkit-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
            transform: translateY(-3px);
  }

  .icon {
    font-size: 20px;
  }

  /* #b2{
    transform: translateX(-25%);
  }

  #b3{
    transform: translateX(25%);
  } */

  #navBottomGap{
    width: 4%;
    /* background-color: blueviolet; */
    height: 100%;
  }

  .cirDiv {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: transparent;
  top: -75%;
  border-radius: 50%;
  border: 5px solid transparent;
}

  .circle{

      width: var(--h);
      height: var(--h);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      --h:50px;
      border-radius: 50%;
      overflow: hidden;
  }

  #navBottomIcon1{
    width: 1.4rem;
    height: 1.4rem;
  }

  #navBottomIcon2{
    width: 1.8rem;
    height: 1.8rem;
  }

  #navBottomIcon3{
    width: 1.4rem;
    height: 1.4rem;
  }

  #navBottomIcon4{
    width: 1.4rem;
    height: 1.4rem;
  }

  .navBottom svg path{
    fill: var(--black);
  }

  .navBottom .circle img
  {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    /* border-radius: 50%; */
  }

  #c1,#c2{
    padding: 2px;
  }


          

@media(min-width: 1025px) {
    .navBottom{
      display: none;
    }
}
@media (max-width: 1024px) {
  
  .navBottom{
    margin-bottom: 2rem;
  }

  .button-container{
    /* height: 50px; */
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
}

@media (max-width: 1024px) and (max-height:500px){
  .navBottom{
    margin-bottom: 0rem;
  }

  .button-container{
    /* height: 50px; */
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

@media (max-width: 900px) {
 
}

@media (max-width: 900px) and (max-height: 500px) {
 

}


@media (max-width: 768px) {
   

}

@media (max-width: 768px) and (max-height: 600px) {

}


@media (max-width: 640px) {
  .navBottom{
    margin-bottom: 0rem;
  }

  .button-container{
    /* height: 50px; */
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}



@media (max-width: 480px) {
 
}