body {
  font-family: "Roboto", sans-serif !important;
}

/* Primary Colors */
:root {
	--uk-purple: #6e057b;
	--uk-orange: #ed7a45;
	--uk-black: #000000;
	--uk-white: #FFFFFF;
  --uk-off-white: #f8f8f8;
  --uk-light-gray: #f1f1f1;
  --uk-dark-gray: #4f4f4f;
  --uk-light-purple: #9c27b0;
  --uk-dark-purple: #4a007e;
  --uk-light-orange: #ff7043; 
  --uk-dark-orange: #c63d00;
}


.border-purple{
    border:1px solid var(--uk-purple);
}

.accordion-body{
    border-top:1px solid var(--uk-purple)!important;
}

.accordion-item{
    border-color:var(--uk-purple)!important;
}

.accordion-button{
    color:var(--uk-purple)!important;;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid var(--uk-purple)!important;
}


html {
  scroll-behavior: smooth;
}

h2 {
  font-size: 28px !important;
  color:var(--uk-purple);
}
h3 {
  font-size: 24px !important;
}
h5 {
  font-size: 18px !important;
}
.nav-top {
  z-index: 20;
}
a {
  color: inherit !important;
  text-decoration: none !important;
}

.row p {
  text-align: justify;
}
.rating {
  font-size: 12px;
  height: 32%;
  border-radius: 3px;
}
.navbar-toggler:focus {
  box-shadow: none !important;
}
.form-control:focus {
  box-shadow: none !important;
}

.nav {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  height: 4px;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--uk-purple);
  border-radius: 10px;
}

::-webkit-scrollbar-track {
  background: transparent;
}
.nav-tabs .nav-link {
  background-color: #ffffff;
  color: black;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.top {
  padding-top: 100px;
}
.bg-gradient-custom {
   background-color: rgb(255 180 146);
}


.dark-text-purple{
    color:var(--uk-purple)!important;
}



.embed-img {
  filter: brightness(0) saturate(0%) invert(100%) contrast(200%);
}

.bg-purple {
  background-color:var(--uk-purple)!important;
}
.bg-orange {
  background-color: var(--uk-orange) !important;
}
.off-white-bg {
  background-color: var(--uk-off-white)!important;
}

.text-orange {
  color: var(--uk-orange) !important;
}
.text-purple {
  color: var(--uk-purple) !important;
}

.orange-border {
  border: 2px var(--uk-orange) solid !important;
}
.orange-border-bottom {
  border-bottom: 2px var(--uk-orange) solid !important;
}
.purple-border-bottom {
  border-bottom: 2px var(--uk-purple) solid !important;
}

.purple-border {
  border: 2px var(--uk-purple) solid !important;
}

.review-height {
  height: 270px;
  overflow-y: auto;
  overflow-x: hidden;
}
.hover-shadow {
  transition: all 0.3s ease-in-out;
}
.hover-shadow:hover {
  box-shadow: 0 0.5rem 1rem rgba(0, 48, 84, 0.3);
  transform: translateY(-4px);
  border:1px solid var(--uk-purple);
}

.icon-size {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}
.big-icon-size {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.remove-btn {
  width: 30px;
  position: absolute;
  right: -70px;
  margin-top: -35px;
}

.cta-btn {
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease-in-out;
  animation: zoom-shadow-alternate 3s infinite ease-in-out;
  border: none;
  border-radius: 8px;
  z-index: 1;
  background-color: var(--uk-orange);
  color: var(--uk-purple);
  display: inline-block;
}

@keyframes zoom-shadow-alternate {
  0% {
    box-shadow: 0 0 0 0 rgba(230, 180, 0, 0.6);
  }
  20% {
    box-shadow: 0 0 0 0 rgba(230, 180, 0, 0);
  }
  40% {
    box-shadow: 0 0 0 10px rgba(200, 16, 0, 0.2);
  }
  60% {
    box-shadow: 0 0 0 0 rgba(230, 180, 0, 0);
  }
  80% {
    box-shadow: 0 0 0 0 rgba(230, 180, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(200, 16, 46, 0.6);
  }
}

.accordion-button:focus {
  box-shadow: none !important;
}
.dropdown-menu .dropdown-item:active {
  background-color: transparent !important;
}

.slick-next {
  position: absolute !important;
  right: 10px !important;
  border-radius: 5px;
}
.slick-prev {
  position: absolute !important;
  left: 10px !important;
  border-radius: 5px;
}
.slick-prev:before {
  line-height: 0px !important;
}
.slick-next:before {
  line-height: 0px !important;
}
.slick-prev,
.slick-next {
  width: 40px !important;
}
.dynamic-page-css h2 {
  color: var(--uk-orange);
  font-size: 25px;
  font-weight: bold;
}
.dynamic-page-css h4 {
  color: var(--uk-orange);
  font-size: 20px;
  font-weight: bold;
}
.dynamic-page-css h3 {
  color: var(--uk-purple);
  font-size: 18px;
  font-weight: bold;
}
.dynamic-page-css ul {
  padding-left: 20px;
}
.dynamic-page-css ul {
  list-style: none;
  padding-left: 0;
}

.dynamic-page-css ul li {
  position: relative;
  padding-left: 25px;
}

.dynamic-page-css ul li::before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 17px;
  color: var(--uk-orange);
}

.more-link {
  background-color: var(--uk-orange) !important;
  color: white !important;
  border-radius: 6px;
  padding: 8px;
  font-weight: 600;
}

.two-tone-bg {
  background: linear-gradient(
    to bottom,
    var(--uk-orange) 0%,
    var(--uk-orange) 50%,
    #ffffff 30%,
    #ffffff 100%
  );
}

.feature-box {
  height: 100px;
}
.feature-box i {
  position: relative;
  z-index: 2;
}
.icon-bg-2 {
  width: 80px;
  height: 100px;
}
.icon-bg-1 {
  width: 100px;
  height: 100px;
}
.icon-bg-1,
.icon-bg-2 {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.icon-bg-1::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--uk-orange);
  clip-path: path("M100 0 Q100 60 60 60 Q0 60 0 100 L0 0 Z");
}
.icon-bg-2::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--uk-orange);
  clip-path: path(
    "M0,0 H80 Q80,10 60,25 Q40,40 60,60 Q80,80 50,80 Q20,80 0,100 Z"
  );
}


.banner-form .form-select,
textarea {
  color: #6c757d;
}
.documents-tabs .nav-tabs .nav-link {
  color: black;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.documents-tabs .nav-tabs .nav-link:hover {
  transform: scale(1.05);
  background-color: var(--uk-purple);
  color: white !important;
}

.documents-tabs .nav-tabs .nav-link.active {
  background-color: var(--uk-orange) !important;
  color: white !important;
}

.documents-tabs .nav-tabs .nav-link.active:hover {
  background-color: var(--uk-purple);
  color: white !important;
}
.documents-tabs .nav {
  flex-wrap: nowrap !important;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.step-number {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60px;
  left: -20px;
}

.language-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--uk-light-purple);
  z-index: 1;
}

.language-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/language-bg.webp) center top / cover no-repeat;
  z-index: 2;
}

.language-bg > .container {
  position: relative;
  z-index: 3;
}
.sample-slider img {
  height: 300px;
  width: 100%;
  filter: blur(2px);
}
