@font-face {
  font-family: "Inter";
  src: url(../fonts/Inter-VariableFont_opsz\,wght.ttf);
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url(../fonts/Poppins-VariableFont_wght.otf);
  font-display: swap;
}

:root {
  --primary: #FF451B;
  --secondary: rgb(255, 179, 36);
  --white: #fff;
  --black-1: #262525;
  --black-2: #000000;
  --black-3: #0F172A;
  --black-4: #0F172A;
  --navy-1: #F1FAFF;
  --gray-1: #CACDD3;
  --gray-2: #888888;
  --gray-3: #354357;
}

/*

==================================
    1. common
==================================

*/
body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  color: var(--black-1);
  overflow-x: hidden;
}

:root {
  --animate-delay: 0.5s;
}

.my-element {
  --animate-duration: 0.5s;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: var(--white);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--primary);
  height: 100px;
}

.img,
img {
  max-width: 100%;
}

a {
  text-decoration: none;
}

a,
.button {
  transition: 0.3s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a,
button {
  color: inherit;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: var(--black-2);
  font-weight: normal;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
  font-weight: 500;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75rem;
  color: var(--black-1);
  margin-bottom: 15px;
}

hr {
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  text-shadow: none;
  color: white;
  background: var(--black-2);
}

header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0px;
  padding: 10px 0;
  background: #FFFFFF;
  z-index: 10;
}

a:hover {
  color: inherit;
}

.header__inner-1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 999;
}
.header__menu-1 {
  margin: 0;
  padding: 0;
}
.header__right {
  display: flex;
  align-items: center;
}
.header__right p {
  margin-bottom: 0;
  color: var(--black-2);
  text-align: right;
}
.header__right p a {
  color: var(--primary);
}

.hero__area-1 {
  position: relative;
  background: url(../img/1.webp) no-repeat center / cover;
  display: flex;
  align-items: center;
  min-height: 100vh;
  padding: 150px 0 0;
  z-index: 1;
}
.hero__area-1::before, .counter__area-1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  z-index: -1;
  opacity: 0.5;
}
.hero1__subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 10px;
}
.hero1__title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 10px;
  line-height: 1.2;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: var(--white);
}
.hero1__dis1 {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  font-family: "Inter", sans-serif;
  color: var(--white);
  margin-bottom: 30px;
}
.hero1__dis2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  margin-bottom: 30px;
  color: var(--gray-1);
}

.heroright1 {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
}
.box3 {
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: var(--white);
  padding: 20px 30px;
  animation: float-bob-y 3s infinite;
}
.box4 {
  animation: float-bob-y 3s infinite;
}
.box3__count {
  font-weight: 700;
  font-size: 42px;
  color: var(--primary);
  display: inline-block;
  margin-right: 10px;
}
.box3__years {
  font-weight: 600;
  font-size: 20px;
}
.box3.box4 .box3__count {
  color: var(--secondary);
}
.box5 {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: var(--white);
  max-width: 256px;
  height: 103px;
  padding: 20px 30px;
  animation: float-bob-y 3s infinite;
}
.box5 img {
  width: 50px;
}

.service__area-1 {
  padding: 80px 0 120px;
}
.casinos-box {
  background-color: #fff;
  display: grid;
  grid-template-columns: 1fr 0.7fr 2fr 2fr 1.3fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
  padding: 16px;
  border: 1px solid #dcdce738;
  box-shadow: 0 20px 40px 0 rgba(255, 179, 36, 0.1);
}
.casinos-image {
  border-radius: 10px;
}
.casinos-image {
  height: 100%;
  width: auto;
}
.casinos-box li {
  display: inline-block;
  font-size: 14px;
  margin-bottom: 4px;
}
.rating,
.casinos-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.rating p {
  margin-bottom: 0;
}
.rating .rating-number {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
.rating_subtext {
  font-size: 12px;
}
.casinos-text p {
  margin-bottom: 6px;
  font-size: 14px;
}
.casinos-box h4 {
  font-size: 28px !important;
  color: var(--primary);
}
.casinos-btn a {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .casinos-wrapper {
    width: 100%;
  }
  .casinos-box {
    grid-template-columns: 1fr;
    padding: 20px;
    text-align: center;
    gap: 10px;
    width: 100%;
  }
  .casinos-image {
    max-width: 200px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .col-sm-3 img {
    max-width: 50%;
  }
  .casinos-box {
    grid-template-columns: 1fr;
  }
  .casinos-box .casinos-image {
    width: 100%;
    height: auto;
  }
  .casinos-box h4 {
    padding: 0 10px;
    text-align: center;
  }
}

.category__area-1 {
  padding: 30px 0 80px;
}
.category {
  transition: 0.3s linear;
  max-width: 352px;
}
.category:hover {
  transform: translateY(-15px);
}
.category__wrapper-1 {
  display: flex;
  justify-content: space-between;
}
.category__item {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--gray-1);
}
.category__dis {
  font-weight: 600;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 30px;
}
.category__count {
  font-weight: 700;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.category__title {
  font-weight: 600;
  font-size: 20px;
  color: var(--black-2);
}

/*
	5. about
*/
.about__area-1 {
  position: relative;
  padding-bottom: 100px;
}
.about__thumb {
  position: relative;
}
.about__main {
  width: 450px;
  display: block;
  margin-left: auto;
  border-radius: 20px;
}
.about__right {
  padding-left: 20px;
}
.about__subtitle {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 10px;
}
.about__title {
  font-weight: 500;
  font-size: 48px;
  color: var(--black-2);
}
.about__dis {
  font-weight: 400;
  font-size: 18px;
  color: var(--gray-2);
  padding-top: 10px;
}
.about__wrapperinfo {
  display: flex;
  justify-content: space-between;
  padding-top: 30px;
  max-width: 470px;
}
.about__img2 {
  position: absolute;
  bottom: -240px;
  left: 0;
  border-radius: 20px;
  width: 300px;
}

.counter__area-1 {
  position: relative;
  background: url(../img/bg1.webp) no-repeat center / cover;
  padding: 80px 0;
  margin: 50px 0;
  z-index: 1;
}
.counter {
  text-align: center;
  position: relative;
}
.help-box {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.help-box img {
  width: 200px;
  border-radius: 10px;
}

/*
	10. testimonial
*/
.testimonial__area-1 {
  padding: 50px 0 80px;
  position: relative;
}
.testimonial__area-1 .swiper-button-next::after,
.testimonial__area-1 .swiper-button-prev::after {
  display: none;
}
.testimonial__area-1 .swiper-button-prev {
  left: 48%;
  right: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 6.66667px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #FF451B;
  transform: translateX(-50%);
  top: auto;
  bottom: -70px;
}
.testimonial__area-1 .swiper-button-next {
  left: 52%;
  right: auto;
  background: #FFFFFF;
  box-shadow: 0px 0px 6.66667px rgba(0, 0, 0, 0.25);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 36px;
  height: 36px;
  border-radius: 50px;
  color: #FF451B;
  transform: translateX(-50%);
  top: auto;
  bottom: -70px;
}
.testimonial__item {
  margin: auto;
  text-align: center;
  background-color: var(--white);
  overflow: hidden;
}
.testimonial__item__thumb {
  margin-bottom: 10px;
  display: inline-block;
}
.testimonial__item__thumb img {
  width: 100px;
  border-radius: 50%;
}
.testimonial__rating {
  margin-bottom: 15px;
}
.testimonial__rating i {
  color: #FFB324;
  font-size: 16px;
}
.testimonial__dis {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #979797;
  padding-bottom: 20px;
  border-bottom: 2px solid #979797;
}
.testimonial__name {
  font-family: "Inter", sans-serif;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 10px;
  color: var(--black-2);
  padding-top: 10px;
}
.testimonial__pos {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #979797;
}
.testimonial__wrapper {
  position: relative;
  padding-top: 20px;
}

.img-5 {
  bottom: 0;
  left: 0;
}

.img-2 {
  right: 0;
}

footer {
  background: linear-gradient(94.16deg, #FF451B -32.52%, #FFB324 134.52%);
  padding: 70px 0;
}
footer h5 {
  font-weight: bold;
  color: var(--white);
  margin-bottom: 16px;
}
footer p {
  margin-bottom: 0;
  color: var(--white);
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: max-content;
  padding: 10px 20px;
  margin: 0 auto 40px;
  background-color: var(--white);
  border-radius: 10px;
}
footer a {
  color: white;
  font-weight: 500;
}
.footer-help {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 20px;
}
.footer-help img {
  width: 150px;
  border-radius: 10px;
}
.contact__area-1 {
  padding-top: 80px;
  padding-bottom: 80px;
  background: linear-gradient(94.16deg, #FF451B -32.52%, #FFB324 134.52%);
}
.contact__wrapper {
  max-width: 715px;
}
.field-wrapper {
  margin-bottom: 15px;
}
.field-wrapper input,
.field-wrapper textarea {
  height: 50px;
  padding: 15px;
  width: 100%;
  border-radius: 6px;
  border: 0;
}
.field-wrapper input:focus,
.field-wrapper textarea:focus {
  outline: 1px solid var(--secondary);
}
.field-wrapper textarea {
  height: 170px;
}
.field-wrapper input[type=submit] {
  background-color: #0F172A;
  color: var(--white);
  transition: 0.3s;
}
.field-wrapper input[type=submit]:hover {
  background-color: var(--primary);
  border: 0;
  outline: 0;
}

.swiper.testimonial-active.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
  max-width: 80%;
  overflow: hidden;
}

.btn-1,
.common-btn,
.btn-2 {
  display: inline-block;
  padding: 10px 30px 10px 30px;
  color: var(--white);
  background-color: var(--secondary);
  font-family: "Poppins", sans-serif;
  border-radius: 6px;
  font-weight: 500;
  text-transform: capitalize;
  display: inline-block;
}
.btn-1:hover,
.common-btn:hover,
.btn-2:hover {
  background-color: var(--primary);
  color: var(--white);
}

.btn-2 {
  padding: 10px 35px;
  background-color: var(--primary);
  box-shadow: 0px 0px 10px rgba(38, 37, 37, 0.25);
  border-radius: 6px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
  outline: none;
  border: none;
}
.btn-2:hover {
  background-color: var(--secondary);
  color: var(--white);
}
.btn-2:last-child {
  margin-right: 0;
}
.btn-3 {
  padding: 10px 20px;
  background-color: var(--primary);
  color: var(--white);
  border-radius: 6px;
  margin-top: 25px;
  display: inline-block;
  text-transform: capitalize;
}
.btn-3:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.btn-4 {
  text-transform: capitalize;
  transition: 0.3s linear;
}
.btn-4 i {
  display: inline-block;
  padding-left: 10px;
}

.btn-2.btn-c {
  background-color: transparent;
  color: var(--black-2);
  box-shadow: none;
}
.btn-2:hover:hover {
  background-color: var(--secondary);
  color: var(--white);
}

.close_info {
  display: inline-block;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  background: var(--primary);
}

.social {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.social:hover .social__icon {
  background-color: var(--primary);
  color: var(--white);
}
.social__icon {
  flex-shrink: 0;
  display: inline-block;
  width: 89px;
  height: 89px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--primary);
  background-color: var(--white);
  border-radius: 50px;
  font-size: 30px;
  margin-right: 20px;
  transition: 0.3s;
}
.social__phone * {
  color: var(--white);
}
.social__phone * h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
}
.float-bob {
  animation: float-bob-y infinite 3s linear;
}

@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@media screen and (max-width: 991.98px) {
  .header__inner-1 {
    flex-direction: column;
  }
  .header__right {
    padding-top: 10px;
  }
  .header__right img {
    width: 30px;
  }
  .header__right p {
    font-size: 14px;
    text-align: center;
  }
  .hero1 {
    text-align: center;
  }
  .hero1__subtitle,
  .hero1__dis1 {
    font-size: 18px;
  }
  .hero1__title {
    font-size: 36px;
  }
  .heroright1 {
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .about__img2 {
    width: 270px;
    bottom: 40px;
  }
  .category__wrapper-1 {
    flex-direction: column;
    row-gap: 20px;
  }
  .category {
    max-width: 100%;
  }
  .about__right {
    padding-left: 0;
  }
  .testimonial__area-1 .swiper-button-next {
    right: 0%;
    left: auto;
    bottom: -50px;
  }
  .testimonial__area-1 .swiper-button-prev {
    left: 10%;
    bottom: -50px;
  }
}
@media screen and (max-width: 767.98px) {
  .hero1__subtitle,
  .hero1__dis1 {
    font-size: 16px;
  }
  .hero1__title,
  .box3__count {
    font-size: 24px;
  }
  .box3__years {
    font-size: 14px;
  }
  .box5 {
    height: auto;
    width: auto;
  }
  .header__right {
    flex-direction: column;
  }
  .hero__area-1 {
    padding-top: 180px;
  }
  .logo img {
    width: 120px;
  }
  .casinos-btn a {
    display: block;
    margin-top: 10px;
  }
  .about__main {
    width: 300px;
  }
  .about__img2 {
    width: 200px;
    bottom: 20px;
  }
  .about__title {
    font-size: 32px;
  }
  .social__icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
  .swiper.testimonial-active.swiper-initialized.swiper-horizontal.swiper-backface-hidden {
    max-width: 100%;
  }
}
@media screen and (max-width: 575.98px) {
  .hero__area-1 {
    padding-top: 220px;
  }
  .about__thumb {
    padding-bottom: 20px;
  }
  .about__img2 {
    width: 100px;
    bottom: auto;
    top: 0;
  }
  .hero1__title {
    text-transform: none;
    letter-spacing: normal;
  }
  .hero1__subtitle,
  .hero1__dis1 {
    font-size: 14px;
  }
  .progress-wrap {
    bottom: 10px;
    right: 10px;
  }
}
.verification {
  display: none;
}
.verification--open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  top: 0px;
  background-color: #fff;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
}
.verification__area {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 802px;
  padding: 62px 78px 80px;
  border-radius: 20px;
  box-shadow: 0 20px 40px 0 rgba(255, 179, 36, 0.6);
}
.verification__text {
  margin-bottom: 30px;
  font-size: 1.5em;
  line-height: 130%;
  text-align: center;
}
.verification__btn {
  min-width: 262px;
  margin-bottom: 20px;
}
.verification__btn:active {
  opacity: 0.5;
}
@media screen and (max-width: 991.98px) {
  .verification__area {
    width: 600px;
    padding: 32px 48px;
    background-size: contain;
  }
}
@media screen and (max-width: 767.98px) {
  .verification__area {
    width: 400px;
    padding: 32px;
    background-position: center center;
  }
  .verification__text {
    font-size: 1em;
  }
}
@media screen and (max-width: 575.98px) {
  .verification__area {
    width: 280px;
    padding: 16px;
  }
  .verification__btn {
    min-width: 200px;
  }
}
/* Cookie Consent Banner */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: white;
  color: #121212;
  padding: 24px 20px;
  z-index: 1998;
  border-top: 2px solid var(--primary);
  box-shadow: 0 -4px 20px rgba(255, 179, 36, 0.6);
  transform: translateY(100%);
  transition: transform 0.4s ease;
}

.cookie-banner.active {
  transform: translateY(0);
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.cookie-text {
  flex: 1 1 auto;
}

.cookie-text p {
  margin-bottom: 0;
  font-size: 14px;
}

.cookie-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.cookie-btn,
.cookie-modal .btn-2 {
  background-color: white;
  color: #000000;
}
.cookie-btn-accept {
  background-color: var(--primary);
  color: #fff;
}

/* Cookie Settings Modal */
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.cookie-modal.active {
  display: flex;
}

.cookie-modal-content {
  background-color: #fff;
  color: #000000;
  max-width: 700px;
  width: 100%;
  max-height: 90vh;
  padding: 40px 32px;
  position: relative;
  border: 2px solid var(--primary);
  overflow-y: auto;
}

.cookie-modal-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background-color: var(--primary);
  color: #ffffff;
  border: none;
  width: 32px;
  height: 32px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-modal-close:hover {
  background-color: var(--secondary);
  transform: rotate(90deg);
}

.cookie-modal h2 {
  margin-bottom: 16px;
}

.cookie-category {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--secondary);
}

.cookie-category:last-child {
  border-bottom: none;
}

.cookie-category h3 {
  margin-bottom: 8px;
  font-size: 18px;
}

.cookie-category p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 12px;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cookie-toggle input[type="checkbox"] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: var(--primary);
}

.cookie-toggle label {
  font-weight: 600;
  cursor: pointer;
}

.cookie-modal-buttons {
  display: flex;
  gap: 12px;
  margin-top: 32px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  /* Cookie Banner */
  .cookie-content {
    flex-direction: column;
    align-items: stretch;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  .cookie-btn {
    width: 100%;
  }
}

.thanks {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 200px 0 150px;
}
.thanks .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 10px;
}
.thanks img {
  width: 100px;
  height: auto;
  margin-bottom: 10px;
}
.thanks p {
  text-align: center;
  font-size: 18px;
}
.thanks p.thanks-text {
  font-weight: bold;
  color: var(--primary);
}
.docs {
  word-break: break-word;
  padding: 160px 0 100px;
}
.docs h1 {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.docs ul {
  padding-left: 30px;
}
.docs ul,
.docs li {
  list-style-type: disc !important;

}
.docs li,
.docs p {
  color: inherit;
  line-height: 1.5;
  margin-bottom: 16px;
}
.docs a {
  text-decoration: none !important;
  color: var(--primary);
}
.docs a:hover {
  color: #000;
}
.color-badge {
  padding: 16px;
  border: 1px solid rgba(255, 69, 27, 0.2);
  border-radius: 5px;
  margin-top: 30px;
  background: linear-gradient(94.16deg, rgba(255, 69, 27,0.1) -32.52%, rgba(255, 179, 36, 0.1) 134.52%);
  text-align: center;
}