@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background-color: #fff;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  padding-left: 5px;
}
::-webkit-scrollbar-thumb {
  background: black;
  border-radius: 10px;
}
::-webkit-scrollbar-track {
  width: 0px;
  background: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.poppins {
  font-family: Poppins;
}

@font-face {
  font-family: gopher-regular;
  src: url("../font/GopherDisplay-Regular.ttf");
}

.gopher-regular {
  font-family: gopher-regular;
}

@font-face {
  font-family: gopher-black;
  src: url("../font/Gopher-Black.ttf");
}

.gopher-black {
  font-family: gopher-black;
}

@font-face {
  font-family: gopher-bold;
  src: url("../font/Gopher-Bold.ttf");
}

.gopher-bold {
  font-family: gopher-bold;
}

@font-face {
  font-family: gopher-heavy;
  src: url("../font/GopherDisplay-Heavy.ttf");
}

.gopher-heavy {
  font-family: gopher-heavy;
}

@font-face {
  font-family: gopher-light;
  src: url("../font/GopherDisplay-Light.ttf");
}

.gopher-light {
  font-family: gopher-light;
}

@font-face {
  font-family: gopher-medium;
  src: url("../font/GopherDisplay-Medium.ttf");
}

.gopher-medium {
  font-family: gopher-medium;
}

/* service_crd  */
.service_crd {
  border-top: 1px solid #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}

.service_crd .crd h4::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 442px;
  top: 11rem;
  left: -14%;
  background: #3e3e3e;
  transform: translate(-50%, -59%);
}

.service_crd .crd h4::before {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  top: -3rem;
  left: -2.6rem;
  background: #f15724;
  transform: translateY(0);
  transition: all 0.3s ease-in-out;
}

.service_crd .crd:hover h4::before {
  width: 382px;
}

.service_crd .crd:hover a {
  background: #f15724;
  transform: rotate(320deg);
}

/* service_crd  */



.calendly-inline-widget {
  width: 595px !important;
  height: 848px !important;
}
