.dragsvg {
  cursor: url(../images/TBG/cursor.png), auto;
}
/* https://s3-us-west-2.amazonaws.com/s.cdpn.io/9632/heart.svg */

.tbglogo {
  cursor: url(../images/TBG/3dlogo.svg), auto;
}

.chooseusbox:hover {
  transform: translateY(-10px);
}

.techbox:hover {
  transform: scale(1.1);
}

/* icon css */
.example-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 10px;
  position: relative;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 90px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #000;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}
.example-2 .icon-content a[data-social="wordpress"] .filled,
.example-2 .icon-content a[data-social="wordpress"] ~ .tooltip {
  background-color: #21759b;
}
.example-2 .icon-content a[data-social="htmlt"] .filled,
.example-2 .icon-content a[data-social="htmlt"] ~ .tooltip {
  background-color: #f06529;
}
.example-2 .icon-content a[data-social="csst"] .filled,
.example-2 .icon-content a[data-social="csst"] ~ .tooltip {
  background-color: #2965f1;
}
.example-2 .icon-content a[data-social="woocommerce"] .filled,
.example-2 .icon-content a[data-social="woocommerce"] ~ .tooltip {
  background-color: #96588a;
}
.example-2 .icon-content a[data-social="magento"] .filled,
.example-2 .icon-content a[data-social="magento"] ~ .tooltip {
  background-color: #f46f25;
}
.example-2 .icon-content a[data-social="shopify"] .filled,
.example-2 .icon-content a[data-social="shopify"] ~ .tooltip {
  background-color: #96bf48;
}
.example-2 .icon-content a[data-social="react"] .filled,
.example-2 .icon-content a[data-social="react"] ~ .tooltip {
  background-color: #61dbfb;
}
.example-2 .icon-content a[data-social="node"] .filled,
.example-2 .icon-content a[data-social="node"] ~ .tooltip {
  background-color: #3c873a;
}
.example-2 .icon-content a[data-social="php"] .filled,
.example-2 .icon-content a[data-social="php"] ~ .tooltip {
  background-color: #8993be;
}
.example-2 .icon-content a[data-social="mysql"] .filled,
.example-2 .icon-content a[data-social="mysql"] ~ .tooltip {
  background-color: #f29111;
}
.example-2 .icon-content a[data-social="mongo"] .filled,
.example-2 .icon-content a[data-social="mongo"] ~ .tooltip {
  background-color: #589636;
}
.example-2 .icon-content a[data-social="postgre"] .filled,
.example-2 .icon-content a[data-social="postgre"] ~ .tooltip {
  background-color: #008bb9;
}
.example-2 .icon-content a[data-social="dotnet"] .filled,
.example-2 .icon-content a[data-social="dotnet"] ~ .tooltip {
  background-color: #512bd4;
}
.example-2 .icon-content a[data-social="flutter"] .filled,
.example-2 .icon-content a[data-social="flutter"] ~ .tooltip {
  background-color: #42a5f5;
}
.example-2 .icon-content a[data-social="java"] .filled,
.example-2 .icon-content a[data-social="java"] ~ .tooltip {
  background-color: #f89820;
}
.example-2 .icon-content a[data-social="aws"] .filled,
.example-2 .icon-content a[data-social="aws"] ~ .tooltip {
  background-color: #ff9900;
}
.example-2 .icon-content a[data-social="azure"] .filled,
.example-2 .icon-content a[data-social="azure"] ~ .tooltip {
  background-color: #007fff;
}
.example-2 .icon-content a[data-social="git"] .filled,
.example-2 .icon-content a[data-social="git"] ~ .tooltip {
  background-color: #f1502f;
}

.techcard {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  height: 100px;
  margin: 2rem;
  position: relative;
  width: 100px;
  text-align: center;
  line-height: 100px; /* Aligns icon vertically */
}

.techcard-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.techcard-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.techservices {
  color: #6300ee84;
  text-align: center;
  font-size: 1rem;
  padding-top: 8px;
}

/* numbericon */
@keyframes brath {
  0% {
    transform: scale(0.9);
  }
  25% {
    transform: scale(1);
  }
  60% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
