
.main-img img {
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
}
.back-arrow a{
  color:black
}
.head-section {
  position: absolute;
  top: 10px;
  width: 94%;
  background: transparent;
  display: flex;
  justify-content: space-between;
}

.back-arrow {
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.right-cont ul {
  padding-left: 0;
  display: grid;
  flex-wrap: wrap;
  gap: 10px;
}

.right-cont ul li {
  list-style: none;
  background: white;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tog-btn{display: flex;justify-content: center;margin-top: 10px;}
.tog-btn .nav-pills{
  border: 1px solid white;
  border-radius: 50px;
}
/*  */
.footer-section {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .content{    display: flex;
    justify-content: center;
    align-items: center;}
  .foot-text{
    text-align: center;
    background: #00000054;
    color: white;
    padding: 3px 6px;
    border-radius: 50px;
    font-weight: 400;
    font-size: 14px;
  }
  .center-btn{align-items: center;display: flex;justify-content: center;}
  .center-btn button{
    border: 0px;
    background-image: linear-gradient(270deg, #fd9122, #4066fe);
    color: white;
    border-radius: 67px;
    display: flex;
    text-wrap: nowrap;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    outline: 3px solid white;
    padding: 7px;
    margin: 15px;
    border: inset 4px #0000008a;
    font-size: 13px;
  }
  .gallery{
  position: absolute;
  bottom: 16px;
  right: 12px;
  text-align: center;
  background: #0000004f;
  color: white;
  border: solid 1px white;
  border-radius: 10px;
  padding: 6px;
}

  .gallery p{
  font-size: 10px;
  margin: 0;
}
.center-btn a{
text-decoration: none;
}



.nav-pills .nav-link {
padding: 8px 11px;
color: white;
border-radius: 50px;
transition: all .5s ease-in-out;
font-size: 14px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {background: #265CFF;color: white;border-radius: 50px;}


.tog-btn a{columns: black; text-decoration: none;}
.hands{
  position: absolute;
  bottom: 82px;
  right: 8px;
  text-align: center;
  color: white;
  border-radius: 10px;
  padding: 6px;
}
.hand{
  width: 37px;
  margin-right: 0;
}
.hand .nav{background: white;border-radius: 11px;border: 1.5px solid white;}
.hand .nav-link.active{background: #01010178;color: white;}
.hand .nav-link{color: black;border-radius: 10px !important;display: flex;gap: 3px;padding: 4px 4px;font-size: 12px;}
