body{
      scroll-behavior: smooth;
}

/* 404 */
.text-warning {
    color:#384f62 !important;
}
.error-section .lead{
    font-size: 1.2rem;
}
.error-section h1{
    color:#384f62 !important;
}

/* Homepage Banner */
.digi-hero p{
    text-align:justify;
}

/* Terms of Service - Policy - AUP */
.termsofservice-section .container{
    background:#fff;
    padding: 30px;
    border-radius:20px;

}
.termsofservice-section .container p{
    text-align:justify;
    font-size:16px;
}
.termsofservice-section .container li{
    text-align:justify;
    font-size:16px;
}
.termsofservice-section .container h3{
    text-align:justify;
    font-size:24px;
    color: #384f62;
}


.mk-pricing-column .mk-pricing-list li .me-2 .fas {
    font-size:18px;
    font-weight:300;
}
.feature-section{
    margin-bottom:30px;
}
.dg-pricing-section {
    background-color: transparent;
}
.game-footer {
    padding-top: 0px; 
    margin-top: 0px;
}
.bg-yellow-crm {
    background: #f8f8f8 !important; 
}
.bg-black {
    background-color: #1b1b1b !important;
}


.pricing-section {
 z-index:0;   
}

.fas , .fad {
    color:#384f62 !important;
}
.digi-newsletter .digi-news-form .form-control, .digi-newsletter .digi-news-form .digi-news-button {
    border-radius: 0px;
}

/* Theme Footer */
.theme-footer {
  position: relative;
  background-color: #000000;
}
.theme-footer::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(to right,
  #fd004c,
  #fe9000,
  #fff020,
  #3edf4b,
  #3363ff,
  #b102b7,
  #fd004c
  );
  animation: rainbow-move 6s infinite linear alternate;
}
@keyframes rainbow-move {
  100% {
    background-position-x: 4000px;
  }
}

/* footer-top */
.theme-footer .footer-top {
  padding: 60px 0 0px;
}

/* list-group */
.theme-footer .list-group {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* footer-list */
.theme-footer .footer-list {
  padding-bottom: 4vh;
}
.theme-footer .footer-list .list-title {
  position: relative;
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 700;
  color: #ffffff;
}
.theme-footer .footer-list .list-link:nth-child(2) {
  margin-top: 20px;
}
.theme-footer .footer-list .list-link:not(:last-of-type) {
  margin-bottom: 12px;
}
.theme-footer .footer-list .list-link > a {
  font-size: 14px;
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--text-gray);
}
.theme-footer .footer-list .list-link > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 1199.98px) {
  .theme-footer .list-group {
    justify-content: flex-start;
  }
  .theme-footer .footer-list {
    min-width: 25%;
  }
}
@media only screen and (max-width: 991.98px) {
  .theme-footer .footer-list {
    min-width: 33.33%;
  }
}
@media only screen and (max-width: 767.98px) {
  .theme-footer .footer-list {
    min-width: 100%;
  }
  .theme-footer .footer-list .list-title::before,
  .theme-footer .footer-list .list-title::after {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ffffff;
  }
  .theme-footer .footer-list .list-title::before {
    width: 10px;
    height: 2px;
  }
  .theme-footer .footer-list .list-title::after {
    height: 10px;
    width: 2px;
    right: 4px;
  }
  .theme-footer .footer-list.open-list .list-title::after {
    display: none;
  }
  .theme-footer .footer-list .list-link {
    display: none;
  }
  .theme-footer .footer-list.open-list .list-link {
    display: block;
  }
}

/* reg-bar */
.theme-footer .reg-bar {
  background-image: url(../img/shape.png);
  padding: 30px 40px;
  background-color: #2C2891;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 12px;
}
.theme-footer .reg-bar .title-4 {
  font-size: 26px;
  font-family: var(--secondary-font);
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 15px;
}
.theme-footer .reg-bar .para-2 {
  font-size: 16px;
  font-family: var(--secondary-font);
  font-weight: 400;
  color: #ffffff;
  opacity: .6;
}
@media only screen and (max-width: 767.98px) {
  .theme-footer .reg-bar .title-4 {
    font-size: 22px;
  }
  .theme-footer .reg-bar .para-2 {
    font-size: 14px;
  }
}

/* footer-bottom */
.theme-footer .footer-bottom {
  padding: 60px 0;
}

/* content */
@media only screen and (max-width: 991.98px) {
  .theme-footer .footer-bottom .content {
    flex-wrap: wrap;
  }
}

/* logo */
.theme-footer .footer-bottom .logo {
  margin-right: 40px;
}
.theme-footer .footer-bottom .logo img {
  min-width: 120px;
  width: 120px;
}

/* links */
.theme-footer .footer-bottom .links {
  margin-bottom: 4px;
}
.theme-footer .footer-bottom .links li {
  position: relative;
}
.theme-footer .footer-bottom .links li:not(:last-of-type) {
  margin-right: 20px;
}
.theme-footer .footer-bottom .links li:not(:last-of-type)::after {
  position: absolute;
  content: '';
  right: -11px;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: rgba(255, 255, 255, .3);
}
.theme-footer .footer-bottom .links li a {
  font-size: 13px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #ffffff;
}
.theme-footer .footer-bottom .links li a:hover {
  text-decoration: underline;
}

/* para-3 */
.theme-footer .footer-bottom .para-3 {
  font-size: 13px;
  font-family: var(--secondary-font);
  font-weight: bold;
  color: var(--text-gray);
}
.theme-footer .footer-bottom .para-3 a {
  color: #ffffff;
  font-weight: 500;
}
.theme-footer .footer-bottom .para-3 a:hover {
  text-decoration: underline;
}

/* social-list */
.theme-footer .footer-bottom .social-list li:not(:last-of-type) {
  margin-right: 10px;
}
.theme-footer .footer-bottom .social-list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.theme-footer .footer-bottom .social-list a:hover {
  opacity: .7;
}
.theme-footer .footer-bottom .social-list a img {
  filter: invert(1);
  min-width: 28px;
  width: 28px;
}

:root .light-theme .theme-footer {
  --text-gray   : #9193a8;
}

/*------------------------------------------------------*/