body {
    font-family: "Poppins", sans-serif;
  }

  .hbtn {
    position: relative;
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    border: 2px solid #53D7FF;
    text-decoration: none;
    color: #53D7FF;
    white-space: nowrap;
    z-index: 0;
} 


.hbtn i {
    padding-right: 8px;
} 


.hb-fill-right::before {
    position: absolute;
    content: "";
    background: #53D7FF;
    transition-duration: 0.3s;
    z-index: -1;
    inset: 0px auto auto 0px;
    width: 0px;
    height: 100%;
    opacity: 1;
} 


.hb-fill-right:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
} 


.hb-fill-right:hover {
    color: rgb(255, 255, 255);
    background: rgb(255, 255, 255);
    transition: color 0.3s ease 0s, background 0s ease 0.3s;
} 






  .crimson{
    font-family: "Crimson Text", serif;
  }

  .bg-header{
    background-image: url(/public/assets/images/img-bg.png);
    /* height: calc(100vh - 497px); */
    background-repeat: no-repeat;
    background-position: right;
  }
  .res{
    box-shadow: #52d7ff43 0px 0px 29px 0px;
  }

  .g{
    border: linear-gradient(28deg, rgba(255,255,255,1) 0%, rgba(32,137,72,1) 100%);
  }

  .bg-s2{
    background-image: url(/public/assets/images/bg-2.png);
    /* height: calc(100vh - 497px); */
    background-repeat: no-repeat;
    background-position: center;
  }
  .bg-s3{
    background-image: url(/public/assets/images/bg-3.png);
    /* height: calc(100vh - 497px); */
    background-repeat: no-repeat;
    background-position: left;
  }
  .bg-s4{
    background-image: url(/public/assets/images/bg-4.png);
    /* height: calc(100vh - 497px); */
    background-repeat: no-repeat;
    background-position: left;
  }


  .circular-menu {
    position: fixed;
    bottom: 1em;
    right: 1em;
  }
  
  .circular-menu .floating-btn {
    display: block;
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 hsla(0, 0%, 0%, .26);  
    color: hsl(0, 0%, 100%);
    text-align: center;
    line-height: 3.9;
    cursor: pointer;
    outline: 0;
  }
  
  .circular-menu .items-wrapper {
    padding: 0;
    margin: 0px;
  }
  
  .circular-menu .menu-item {
    position: absolute;
    top: .2em;
    right: .2em;
    z-index: -1;
    display: block;
    text-decoration: none;
    color: hsl(0, 0%, 100%);
    font-size: 1em;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    display: flex;
    text-align: center;
    justify-content: center;
    line-height: 3;
    background-color: hsl(32, 100%, 62%);
    transition: transform .3s ease, background .2s ease;
  }
  

  .circular-menu.active .menu-item:nth-child(1) {
    transform: translate3d(.5em,-4em,0);
  }
  
  .circular-menu.active .menu-item:nth-child(2) {
    transform: translate3d(-3em,-2.8em,0);
  }
  
  
  .bg-social:hover{
   background: linear-gradient(41deg, rgb(144, 252, 185) 0%, rgba(109,178,135,1) 50%, rgba(32,137,72,1) 100%);
   transition: all;
  }
  
  

  
  
  