@font-face {
  font-family: CircularStd;

  src: url(../fonts/CircularStd-Bold.otf);
}

@font-face {
  font-family: CircularStdBook;

  src: url(../fonts/CircularStd-Book.otf);
}

@font-face {
  font-family: Gotham;

  src: url(../fonts/Gotham-Light.otf);
}

.pt-40 {
  padding-top: 40px;
}
.pt-70 {
  padding-top: 70px;
}
.pt-100 {
  padding-top: 100px;
}
.pb-40 {
  padding-bottom: 40px;
}
.pb-70 {
  padding-bottom: 70px;
}
.pb-100 {
  padding-bottom: 100px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-50 {
  margin-top: 50px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-46 {
  margin-bottom: 46px !important;
}
.pt-25 {
  padding-top: 25px;
}
.sec-pad {
  padding: 70px 0;
}
.ms-n5 {
  margin-left: -40px;
}
.px-50 {
  padding: 0 50px;
}
.color-custom-red {
  background: rgb(246 205 200);
}
.color-custom-green {
  background: #e2dcff;
}
.color-custom-pink {
  background: rgb(218 246 200);
}
.color-custom-yellow {
  background: rgb(248 249 210);
}
.color-custom-orange {
  background: rgb(255 237 189);
}
.color-custom-purple {
  background: #f9d9ff;
}

.ac-btn {
  width: auto;
  height: auto;
  margin: 0;
  /* padding: 1rem; */
  min-width: auto;
  text-decoration: none;
  position: relative;
  text-transform: lowercase;
  /* font-family: Graphik,Arial,system-ui,-apple-system,blinkmacsystemfont,Segoe UI,roboto,ubuntu,Helvetica Neue,oxygen,cantarell,sans-serif; */
  font-weight: 500;
  font-size: 19px;
  line-height: 2rem;
  background: none;
  cursor: pointer;
  color: #6b00ad;
  text-align: left;
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
.ac-btn i {
  margin-right: 12px;
  /* line-height: 2rem; */
  font-size: 30px;
  position: relative;
  right: -13px;
}
.ac-btn::before {
  content: "";
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 1px solid #ff3666;
  /* background:#ff3666; */
  border-radius: 50px;
  position: absolute;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
}
.ac-btn:hover {
  color: #050505;
}
.ac-btn:hover::before {
  width: 100%;
}
.ac-btn-w {
  color: #fff;
}
.ac-btn-w:hover {
  color: #fff;
}
.fixed-top {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 10px 10px -10px;
}
.text-purple {
  color: #680cae;
}
.text-blue {
  color: #3269d0;
}
.text-pink {
  color: rgb(175 20 127);
}
.text-orange {
  color: rgb(241, 181, 27);
}
.body-head {
  margin-bottom: 25px;
}
.body-head h2 {
  margin-bottom: 15px;
  /* font-size: 55px; */
  font-family: "Inter", sans-serif;
  font-size: clamp(2.5rem, 7vw, 6.25rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.05em;
  padding-bottom: 7px;
}
.text-right {
  text-align: right;
}
.title {
  position: relative;
  font-size: 18px;
  color: #373a5b;
  font-weight: 500;
  z-index: 1;
  margin-left: 12px;
  margin-bottom: 12px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: capitalize;
}
.title:before {
  position: absolute;
  content: "";
  left: -13px;
  top: -7px;
  width: 40px;
  height: 40px;
  z-index: -1;
  border-radius: 50px;
  display: inline-block;
  background-image: -ms-radial-gradient(circle, #7e0ad6 0%, #480878 100%);
  background-image: -moz-radial-gradient(circle, #7e0ad6 0%, #480878 100%);
  background-image: -o-radial-gradient(circle, #7e0ad6 0%, #480878 100%);
  background-image: -webkit-radial-gradient(circle, #7e0ad6 0%, #480878 100%);
  background-image: linear-gradient(to right, #480878 0, #6b06b7 100%);
  background: rgb(63, 94, 251);
  background: radial-gradient(circle, #7e0ad6 0%, #480878 100%);

  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}

.title span {
  position: relative;
  color: #fff;
}
.linkBtn {
  letter-spacing: 3px;
  font-weight: 600;
  padding: 15px 50px 15px 25px;
  border: 2px solid #7e0ad6;
  border-right: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #7e0ad6;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 30px 0 0 30px;
  margin: 25px 0;
}
.linkBtn:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 30%;
  background: #7e0ad6;
}
.linkBtn span {
  background-position: right center;
  display: block;
  width: 60px;
  height: 15px;
  position: absolute;
  top: 50%;
  left: 86%;
  margin-top: -7px;
  background: url(../images/icons/link-arw.png) no-repeat right;
  transition: 0.2s ease-in;
}
.linkBtn:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 2px;
  height: 30%;
  background: #7e0ad6;
  top: inherit;
  left: inherit;
}
.linkBtn:hover span {
  width: 78px;
}
.pos-rel {
  position: relative;
}

/* #Progress
================================================== */

/** scroll-to-top **/
.scroll-to-top {
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible !important;
  opacity: 1 !important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  -o-transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #ff3666;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: #616060;
}

.scroll-to-top .scroll-bar-text {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
  color: #616060;
}

.scroll-to-top .scroll-bar-text:hover {
  transform: scale(1.1);
}

.linkBtn-w {
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  color: #fff;
}
.linkBtn-w::before,
.linkBtn-w::after {
  background: #fff;
}
.linkBtn-w span {
  background: url(../images/icons/link-arww.png) no-repeat right;
}

#scrollTp {
  position: fixed;
  right: 30px;
  bottom: 100px;
  display: none;
  transition: 0.3s ease-in-out;
  /* 
animation-name: floating;
animation-duration: 3s;
animation-iteration-count: infinite;
animation-timing-function: ease-in-out; */

  z-index: 9999;
}
#scrollTp:hover img {
  transform: scale(1.1);
  box-shadow: rgba(82, 2, 119, 0.517) 0px 4px 12px;
}
#scrollTp img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50px;
  padding: 18px 12px;
  background: radial-gradient(circle, #7e0ad6 0%, #480878 100%);
  border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
  box-shadow: rgba(82, 2, 119, 0.3) 0px 4px 12px;
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }

  65% {
    transform: translate(0, 15px);
  }

  to {
    transform: translate(0, -0px);
  }
}
.mr-10 {
  margin-right: 10px;
}

/* Preloader */
.preloader-box {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2000;
  background-color: rgb(10 10 18);
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader {
  position: relative;
  margin-left: 92px;
}
.preloader span {
  position: absolute;
  width: 6px;
  height: 90px;
  margin-top: -45px;
  border-radius: 10px;
  background-color: #6b09b6;
  animation: preloader-animate 0.8s infinite;
  animation-direction: alternate-reverse;
}
.preloader span:nth-child(1) {
  margin-left: 0px;
}
.preloader span:nth-child(2) {
  margin-left: -14px;
  animation-delay: 0.1s;
}
.preloader span:nth-child(3) {
  margin-left: -28px;
  animation-delay: 0.2s;
}
.preloader span:nth-child(4) {
  margin-left: -42px;
  animation-delay: 0.3s;
}
.preloader span:nth-child(5) {
  margin-left: -56px;
  animation-delay: 0.4s;
}
.preloader span:nth-child(6) {
  margin-left: -70px;
  animation-delay: 0.5s;
}
.preloader span:nth-child(7) {
  margin-left: -84px;
  animation-delay: 0.6s;
}
.preloader span:nth-child(8) {
  margin-left: -98px;
  animation-delay: 0.7s;
}
@keyframes preloader-animate {
  0% {
    height: 5px;
    margin-top: 0;
    transform: rotate(40deg);
  }
  100% {
    height: 90px;
    transform: rotate(0deg);
  }
}
