html{
    height: 100%;
}
body{
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
}
.nav-wraper{

}
.hex-shape{
    
}
/* .hex-shape img{
    padding: 80px;
} */
.main-head{
    border-bottom: 2px solid #fdf487;
}
.nav-wraper .item-nav-link{
    position: absolute;
    max-width: 145px;
    text-align: center;
    z-index: 3;
}
.item-nav-link a{
    font-weight: 600;
    transition: all .2s ease-in-out;
    font-size: 18px;
    display: inline-block;
    padding: 12px 0px;
    text-transform: uppercase;
}
.item-nav-link a:hover{
    color: #e8d16b;
}
.pos-1{
    left: 50%;
    top: -60px;
    transform: translateX(-50%);
}
.pos-2{
    left: -100px;
    top: 115px;
}
.pos-3{
    right: -100px;
    top: 115px;
}
.pos-4{
    left: -100px;
    top: 490px;
}
.pos-5{
    right: -100px;
    top: 490px;
}
.pos-6{
    left: 50%;
    bottom: -60px;
    transform: translateX(-50%);
}
.indc-cr{
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
    background: rgb(252,245,148);
    background: linear-gradient(90deg, rgba(252,245,148,1) 0%, rgba(192,153,72,1) 100%);
    border: 4px solid #fff;
}
.item-nav-link .indc-cr{
    position: absolute;
}
.pos-1 .indc-cr{
    bottom: -40px;
    left: 28%;
    /* transform: translateX(-50%); */
}
.pos-2 .indc-cr{
    bottom: -40px;
    left: 85px;
    /* transform: translateX(-50%); */
}
.pos-3 .indc-cr{
    bottom: -40px;
    left: 0px;
    /* transform: translateX(-50%); */
}
.pos-4 .indc-cr{
    top: -40px;
    left: 90px;
    /* transform: translateX(-50%); */
}
.pos-5 .indc-cr{
    top: -40px;
    left: 0px;
    /* transform: translateX(-50%); */
}
.pos-6 .indc-cr{
    top: -40px;
    left: 28%;
    /* transform: translateX(-50%); */
}
.indc-cr {
    animation: pulse 2s infinite;
    overflow: hidden;
}

.indc-cr::before, .indc-cr::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    border-radius: inherit;
    animation: pulse 2s infinite;
}

.indc-cr::before {
    animation-delay: 0.5s;
}

.indc-cr::after {
    animation-delay: 1s;
}

@keyframes pulse {
    0% {
        transform: scale(0.8);
        opacity: 0.7;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
    100% {
        transform: scale(0.8);
        opacity: 0.7;
    }
}
  svg {
    height: 800px;
    width: 800px;
  }
  
  .st0, .st1, .st2, .st3 {
    fill: none;
    stroke: #fcf594;
    stroke-width: 42;
    stroke-miterlimit: 10;
  }
  
  .st0 {
    stroke-dasharray: 12.1947, 12.1947, 12.1947, 12.1947, 12.1947, 12.1947;
    stroke: #ddc15e;
  }
  
  .st1 {
    stroke-dasharray: 50, 90, 200, 30, 40, 0;
  }
  
  .st2 {
    stroke-linecap: square;
    stroke-dasharray: 120, 20, 110, 20, 140;
    stroke: #f5cf7d;
  }
  
  .st3 {
    stroke-width: 16;
    stroke-linecap: square;
    stroke: #c09948;
  }
  .svg-container-wrap{
    position: absolute;
    top: -80px;
    left: -112px;
    /* width: 100%; */
    /* height: 100%; */
  }
  .logo-main{
    position: relative;
    z-index: 1;
  }

  .page-contant-container{
    background:#1e1e1e;
    overflow-y: auto;
    transition: all .2s ease-in-out;
  }
  .bg-cover-img{
    position: absolute;
    width: 100%;
    height: 350px;
    left: 0;
    top: 0;
    overflow: hidden;
    z-index: -1;
  }
  .bg-cover-img img{
    width: 100%;
  }
  .page-contant-container .header-sec{
    position: sticky;
    top: 0;
  }
  .page-contant-container .content-area{
    background: #000;
  }
  .team-member-details .content-area{
    max-width: 80%;
    margin-left: auto;
    height: 100vh;
    overflow-y: auto;
  }

  .team-member-details{
    background: rgba(0, 0, 0, 0.65);
    right: 0;
    width: 0;
    transition: all .2s ease-in-out;
    /* right: -100vw; */
  }
  .team-member-details.active{
    width: 100%;
    transition: all .2s ease-in-out;
  }


  @media (max-width: 1399.98px) {
    .hex-shape{
        max-width: 450px !important;
    }
    .hex-shape svg {
        height: 600px;
        width: 600px;
    }
    .svg-container-wrap {
        top: -53px;
        left: -75px;
    }
    .pos-5 {
        right: -100px;
        top: 370px;
    }
    .pos-4 {
        left: -100px;
        top: 370px;
    }
    .pos-3 {
        right: -100px;
        top: 70px;
    }
    .pos-2 {
        left: -100px;
        top: 70px;
    }
    .indc-cr {
        width: 35px;
        height: 35px;
        border: 3px solid #fff;
    }
  }
  @media (max-width: 1199.98px) {
    .hex-shape{
        max-width: 380px !important;
    }
    .hex-shape svg {
        height: 450px;
        width: 450px;
    }
    .svg-container-wrap {
        top: -18px;
        left: -35px;
    }
    .indc-cr {
        width: 30px;
        height: 30px;
    }
    .pos-1 {
        top: -45px;
    }
    .pos-6 {
        bottom: -45px;
    }
    .pos-5 {
        top: 315px;
        right: -75px;
    }
    .pos-4 {
        top: 315px;
        left: -70px;
    }
    .pos-3 {
        top: 45px;
        right: -75px;
    }
    .pos-2 {
        top: 45px;
        left: -70px;
    }
    .pos-6 .indc-cr,
    .pos-1 .indc-cr {
        left: 32%;
    }
  }

  @media (max-width: 991.98px) { ... }
  @media (max-width: 767.98px) {
    
    .team-member-details .content-area{
        max-width: 100%;
    }
    /* .hex-shape svg {
        height: 380px;
        width: 380px;
    } */
    /* .hex-shape img {
        padding: 50px;
    } */
    .item-nav-link a{
        background: #000;
        font-size: 14px;
    }
    html,
    body{
        overflow-x: hidden;
    }
    .pos-5 {
        top: 325px;
        right: -40px;
    }
    .pos-3 {
        top: 45px;
        right: -40px;
    }
    .pos-2 {
        left: -60px;
    }
    .pos-4 {
        top: 325px;
        left: -60px;
    }
    .pos-2 a {
        left: 60px;
        position: relative;
    }
    .pos-3 a {
        right: 60px;
        position: relative;
    }
    .pos-4 a {
        left: 60px;
        position: relative;
    }
    .pos-5 a {
        right: 60px;
        position: relative;
    }
   }
  @media (max-width: 575.98px) { ... }