:root {
  --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /*Headings Font*/
	heading-font: 'Montserrat', sans-serif;
  /* --heading-font: 'Poppins', sans-serif;
  --heading-font: 'Fjalla One', sans-serif;
  --heading-font: 'Montserrat', sans-serif;
  --heading-font: 'LatoWebLight';*/
  --font-primary: 'LatoWebLight', sans-serif;
  --font-secondary: "Lato", sans-serif;
  /*Main Header Text Logo Font*/
  --header-font: "LatoWebThin", sans-serif; 
  /*
  --header-font: "LatoWebBlack", sans-serif; 
  --header-font: "Roboto Condensed", sans-serif;
  */
  --nav-font: "Lato", sans-serif;  /*Nav Menu Font*/
}

/* Smooth scroll */
:root {
  scroll-behavior: smooth;
}
/*DEV*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: var(--font-default);
  color: var(--color-default);
  background-color: rgba(var(--background-color-rgb), 1);
}
a {
  color: var(--db-links);
}

a:hover {
  color: var(--db-links-hover);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}
#main {
  margin-top: 0px;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 30px;
}
.section-header {
  padding-bottom: 40px;
}
.section-header h2 {
  color: rgba(var(--contrast-color-rgb), 0.8);
  font-family: var(--heading-font);
}
.section-header h5 {
  color: rgba(var(--contrast-color-rgb), 0.8);
  font-size: 16px;
}
.section-header h2::after {
  background: #5bd9a9;
}
.section-header p {
  font-family: var(--font-default);
  color: var(--contrast-color);
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  background: var(--color-primary);
}
#preloader:before, #preloader:after {
  border: 4px solid var(--contrast-color);
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  /* background: var(--color-primary) IN THE HEADER>PHP*/
  border: 0px solid;
}
.header.sticked {
  background: var(--db-header-color);
  box-shadow: 0px 2px 20px rgba(var(--contrast-color-rgb), 0.1);
}
.header .logo h1 {
  color: var(--db-header-text-color);
  font-family: var(--header-font);
  font-size: 50px;
  font-weight: 400;
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.1)
}

.header .logo h1 span {
  color: var(--db-header-text-color-span);
  font-family: var(--header-font);
  font-weight: 400;
  font-size: 50px;
}
.header .logo img {
  max-height: 70px;
  margin-right: 0px;
}
@media (max-width: 480px) {
	.header .logo img {
	  display:true;
	  max-height: 40px;
	}
	.header .logo h1 {
	  font-size: 20px;
	}
	.header .logo h1 span {
	  font-size: 20px;
	}
	
}
.header .header-social-links a {
  color: rgba(var(--color-white-rgb), 0.5);
}
.header .header-social-links a:hover {
  color: var(--contrast-color);
}
/* Navigation Menu */
/**
HIDE something
*/
@media (max-width: 1179px) {
      .form-check {
	  display:none;
  }
}
/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
.navbar .dropdown ul {
    background: rgba(var(--color-secondary-rgb), 0.5);
  }
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--contrast-color);
  }
@media (min-width: 1280px) {
  .navbar{
	  color: var(--nav-color);
  }
  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }
  .navbar li {
    position: relative;
  }
  .navbar > ul > li {
    white-space: nowrap;
  }
  .navbar a,
  .navbar a:focus {
    font-family: var(--font-default);
    color: var(--nav-color);
  }
  .navbar > ul > li > a:before {
    background-color: var(--nav-hover-underline);
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--nav-hover-color);
  }
  .navbar .dropdown ul {
    background: rgba(var(--color-secondary-rgb), 0.9);
  }
  .navbar .dropdown ul a:hover,
  .navbar .dropdown ul .active:hover,
  .navbar .dropdown ul li:hover>a {
    color: var(--contrast-color);
  }
}
/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
  .navbar a, .navbar a:focus {
    font-size: 16px;
    font-weight: 400;
  }

@media (max-width: 1279px) {
  .navbar ul {
    background: rgba(var(--color-black-rgb), 0.5);
  }
  .navbar a,
  .navbar a:focus {
    color: rgba(var(--color-white-rgb), 0.85);
  }
  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover>a {
    color: var(--contrast-color);
	background: rgba(var(--color-white-rgb), 0.5);
  }
  .mobile-nav-show {
    color: var(--contrast-color);
  }
  .mobile-nav-hide {
    color: var(--contrast-color);
  }
  .mobile-nav-active .navbar:before {
    background: rgba(var(--color-primary-rgb), 0.8);
  }
}
  .mobile-nav-toggle {
    color: var(--db-nav-toggle);
  }
  .mobile-nav-toggle.bi-x {
    color: var(--color-white);
  }
/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#about {
	border: 0px solid black;
}
.about .check {
	margin: 20px
}
.about .check p {
  margin: 0 0 2px 0;
  font-size: 11px;
}
#about .page {
	  margin: 100px 0 0 0;
	  
}
.about .fst-italic {
	color: rgba(var(--color-black-rgb), 0.6);
}
 .about h2 {
    font-size: 42px;
	font-weight:600;
	color: var(--color-secondary);
	font-family: var(--font-primary);
  }
@media (max-width: 768px) {
  .about h2 {
    font-size: 28px;
  }
}
.about h3 {
  color: var(--color-secondary);
  font-family: var(--font-default);
  font-size: 26px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .about h3 {
    font-size: 22px;
  }
}
.about h5 {
  color: var(--color-secondary);
  font-family: var(--font-default);
  
  font-size: 22px;
}
.about p {
  color: rgba(var(--color-default-rgb), 0.8);
  margin: 0 0 10px 0;
  font-size: 20px;
  font-weight: 400;
}
.about ul {
  color: rgba(var(--color-default-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: 400;
}
.about .btn-hero {
  margin:5px;
  font-family: var(--font-default);
  font-size: 20px;
  display: inline-block;
  background: var(--db-button-hero);
  color: var(--color-white);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  line-height: 1;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  transition: 0.3s;
}
.about .btn-hero:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.75);
  color: rgba(var(--color-white-rgb), 1);
}
.about .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.about .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 100vh; 
  background: url("../img/hero-bg.webp") top center;
  background-size: cover;
  position: relative;
  padding: 40px 0 60px;
  /* Allow the featured to be closer to the hero */
  margin: 40px 0 0 0;
  opacity:0.9;
}
.hero:before {
  content: "";
  background: rgba(var(--db-primary-rgb), 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero ul li{
	display: inline-block;
}
.hero .example {
	margin-left:-50px;
	text-align:center;
}
@media (max-width: 640px) {
  .hero  {
    padding: 0 30px;
	margin: -40px 0 0 0;
  }
    .first-container {
	margin: 80px 0 0 0;
  }
}
@media (max-width: 480px) {
  .hero {
	margin: -40px 0 0 0;
  }
  .first-container {
	margin: 100px 0 0 0;
  }
}
.hero h2 {
  color: var(--color-secondary); 
  /*color: var(--color-white);*/
  font-family: var(--font-primary);
  font-size: 46px;
  font-weight:600;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero h2 span {
  color: var(--color-secondary);
}
.hero h3 {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  margin-bottom: 20px;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero h4 {
  margin:20px 0;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
}
@media (max-width: 768px) {
	.hero .input-group-text {
     padding: 0.475rem 0.25rem;
	 font-size: 12px;
    }
	.hero .input-text {
    font-size: 12px;
	}
	.hero {
	/* height: 190vh; */
	}
	.hero h2 {
	font-size: 30px;
	text-align:center;
	}
	.hero h3 {
	font-size: 20px;
	line-height: 24px;
	}
	.hero p {
	font-size: 16px;
	}
}
.hero p {
  color: var(--color-secondary);
  animation: fadeInDown 1s both 0.4s;
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 40px;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero a {
  color: var(--color-primary);
}
.hero a:hover {
  color: var(--color-secondary);
}
.hero .card {
  background: rgba(var(--color-white-rgb), 0.5);
  z-index:100;
}
.hero .img {
  margin-bottom: 40px;
  animation: fadeInDownLite 1s both;
}
.hero .button-text p {
	text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25)
}
/* The button for the insert*/
.hero .btn-hero {
  margin:5px;
  font-family: var(--font-default);
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero .btn-hero:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
}
.hero .btn-get-search {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero .btn-get-search:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
} 
.hero .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.hero .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

}
.hero .form-label{
	font-size: 20px;
}
.hero .btn-info {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: rgba(var(--color-white-rgb), 1);
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
  margin:0 auto;
}
div .banner a {
	text-align:center;
	color:white;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-primary);
	border-radius:25px;
	padding: 10px 20px
}
div .banner a:hover {
	text-align:center;
	color:black;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-secondary);
	border-radius:25px;
	padding: 10px 20px
}

@media (max-width: 976px) {
	
	div .banner a {
	font-size: 15px;
	white-space: nowrap;

}
	div .banner a:hover {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	
	div .banner a {
	font-size: 11px;
	 white-space: nowrap;
	}
	div .banner a:hover {
		font-size: 11px;
	}
	.hero .banner2 a {
		font-size: 10px;
	}
	.hero .banner2 a:hover {
		font-size: 10px;
	}
	.hero .banner3 a {
		font-size: 10px;
	}
	.hero .banner3 a:hover {
		font-size: 10px;
	}
	.hero h4 span {
		font-size: 18px;
		line-height: 34px;
}
}
.hero .banner2 a {
	text-align:center;
	color:white;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-primary);
	border-radius:25px;
	padding: 10px 20px;
	border: dotted 1px white;
}
.hero .banner2 a:hover {
	text-align:center;
	color:black;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-secondary);
	border-radius:25px;
	padding: 10px 20px
}
#hero .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#cda45e 50%, rgba(205, 164, 94, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero .play-btn:hover::after {
  border-left: 15px solid #cda45e;
  transform: scale(20);
}
#hero .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

/* Animated Hero Section (hero 1)*/
.hero-animated {
  width: 100%;
  min-height: 50vh;
  /* background: url("../img/hero-bg.png"); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;*/
  position: relative;
  padding: 120px 0 0px;
  margin: 40px 0 -80px 0;
}
.hero-animated h2 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 300;
  color: var(--color-white);
  font-family: var(--font-default);
}
.hero-animated h2 span {
  color: var(--color-primary);
}
.hero-animated .card {
  background: rgba(var(--color-white-rgb), 0.5);
  z-index:100;
}
.hero-animated p {
  color: rgba(var(--color-white-rgb), 0.8);
  margin: 0 0 30px 0;
  font-size: 20px;
  font-weight: 400;
}
.hero-animated .animated {
  margin-bottom: 60px;
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}
@media (min-width: 992px) {
  .hero-animated .animated {
    max-width: 45%;
  }
}
@media (max-width: 991px) {
  .hero-animated .animated {
    max-width: 60%;
  }
}
@media (max-width: 575px) {
  .hero-animated .animated {
    max-width: 80%;
  }
}
.hero-animated .btn-info {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: rgba(var(--color-black-rgb), 1);
  background: var(--color-secondary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
  margin:0 auto;
}
.hero-animated .btn-hero {
  margin:5px;
  font-family: var(--font-default);
  font-size: 20px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero-animated .btn-hero:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
}
.hero-animated .btn-get-search {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero-animated .btn-get-search:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
} 
.hero-animated .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-default);
  color: var(--color-secondary);
  font-weight: 600;
}
.hero-animated .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero-animated .btn-watch-video:hover {
  color: var(--color-primary);
}
.hero-animated .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}
@media (max-width: 640px) {
  .hero-animated h2 {
    font-size: 32px;
  }
  .hero-animated p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero-animated .btn-get-started, .hero-animated .btn-watch-video {
    font-size: 14px;
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.hero .carousel-control-prev {
  justify-content: start;
}
@media (min-width: 640px) {
  .hero .carousel-control-prev {
    padding-left: 15px;
  }
}
.hero .carousel-control-next {
  justify-content: end;
}
@media (min-width: 640px) {
  .hero .carousel-control-next {
    padding-right: 15px;
  }
}
.hero .carousel-control-next-icon, .hero .carousel-control-prev-icon {
  background: none;
  font-size: 26px;
  line-height: 0;
  background: rgba(var(--color-primary-rgb), 0.4);
  color: rgba(var(--color-white-rgb), 0.98);
  border-radius: 50px;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero .carousel-control-next-icon {
  padding-left: 3px;
}
.hero .carousel-control-prev-icon {
  padding-right: 3px;
}
.hero .carousel-control-prev, .hero .carousel-control-next {
  transition: 0.3s;
}
.hero .carousel-control-prev:focus, .hero .carousel-control-next:focus {
  opacity: 0.5;
}
.hero .carousel-control-prev:hover, .hero .carousel-control-next:hover {
  opacity: 0.9;
}
.hero .carousel-indicators li {
  cursor: pointer;
  background: rgba(var(--color-secondary-rgb), 0.5);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}
.hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--color-primary);
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownLite {
  from {
    opacity: 0;
    transform: translate3d(0, -10%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/* Fullscreen Hero Section */
#hero-fullscreen {
  position: relative;
  overflow: hidden;
}
.hero-fullscreen {
  /* background: url("../img/hero-bg.webp") center center; */
  min-height: 100vh;
  margin-bottom: 45px;
}
.hero-fullscreen:before {
  content: "";
  background: rgba(var(--color-white-rgb), 0.0);
  position: absolute;
  inset: 0;
} 
.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; /* Place the video behind other content */
}
.video-wrapper video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero-fullscreen h2 {
  color: rgba(var(--color-white-rgb), 1);
  font-family: var(--heading-font);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25)
}
.hero-fullscreen h2 span {
  color: var(--color-primary);
  font-family: var(--heading-font);
}
.hero-fullscreen h3 {
  color: rgba(var(--color-white-rgb), 1);
  font-family: var(--font-default);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25)
}
.hero-fullscreen h3 span {
  color: var(--color-primary);
}
.hero-fullscreen p {
  color: rgba(var(--color-white-rgb), 1);
  font-size: 26px;
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25)
}
.hero-fullscreen .card{
  background: rgba(var(--color-white-rgb), 0.2);
  z-index:100;
}
.hero-fullscreen .btn-hero {
  margin:5px;
  font-family: var(--font-default);
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.35);
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero-fullscreen .btn-hero:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--color-white-rgb), 0.5);
  color: #ffffff;
}
.hero-fullscreen .btn-get-search {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 25px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero-fullscreen .btn-get-search:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--color-white-rgb), 0.1);
  color: rgba(var(--color-white-rgb), 1);
} 
.hero-fullscreen .btn-get-started {
  color: rgba(var(--color-white-rgb), 1);
  background: var(--color-primary);
  font-family: var(--font-default);
}
.hero-fullscreen .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}
.hero-fullscreen .btn-info {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: rgba(var(--color-white-rgb), 1);
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
  margin:0 auto;
}
.hero-fullscreen .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  font-family: var(--font-default);
  color: var(--color-secondary);
  font-weight: 600;
}
.hero-fullscreen .btn-watch-video i {
  color: var(--color-primary);
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}
.hero-fullscreen .btn-watch-video:hover {
  color: var(--color-primary);
}
.hero-fullscreen .btn-watch-video:hover i {
  color: rgba(var(--color-primary-rgb), 0.8);
}
@media (max-width: 640px) {
  .hero-fullscreen h2 {
    font-size: 32px;
  }
  .hero-fullscreen p {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .hero-fullscreen .btn-get-started, .hero-fullscreen .btn-watch-video {
    font-size: 14px;
  }
}
/*--------------------------------------------------------------
# Primary Buttons  (cookie button)
--------------------------------------------------------------*/
 .btn-primary {
     background: var(--color-primary);
     border: 2px solid var(--color-primary);
	 max-height:60px;
	 margin:5px;
}
 .btn-primary:hover {
     background: none;
     color: var(--color-primary);
	 border: 2px solid var(--color-primary);
}
/* Sponsors Section */
.links  {
  margin-top:40px;
}
.links .link-wrap {
  padding-left: 10px;
}
.links .link-item {
  box-sizing: content-box;
  padding: 30px 20px 5px 20px;
  margin: 0px 10px;
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.1);
  position: relative;
  background: rgba(var(--contrast-color-rgb), 0.2);
  border-radius: 10px;
}
.links .link-item .link-img {
  width: 90%;
  border-radius: 10px;
  margin-right: 0px;
}
.links .link-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: rgba(var(--color-white-rgb), 1);
}
.links .link-item h4 {
  font-size: 14px;
  color: rgba(var(--color-white-rgb), 1);
  margin: 0;
}
.links .link-item .stars {
  margin: 10px 0;
}
.links .link-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}
.links .link-item p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  text-align:center;
  font-style: italic;
  margin: 15px auto 15px auto;
}
.links .swiper-slide img {
  transition: 0.3s;
}
.links .swiper-slide img:hover {
  transform: scale(1.1);
}
.links .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
.links .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--contrast-color);
  opacity: 1;
}
.links .link-item .readmore {
  margin-top: 15px;
  display: inline-block;
  color: var(--color-primary);
}
.links .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}
@media (max-width: 767px) {
  .links .link-wrap {
    padding-left: 0;
  }
  .links .link-item {
    padding: 30px;
    margin: 15px;
  }
  .links .link-item .link-img {
    position: static;
    left: auto;
  }
}
/*--------------------------------------------------------------
# Post Section
--------------------------------------------------------------*/
.post {
  width: 100%;
  margin: 100px 0 0 0px;
  min-height: 65vh; 
}
 /*  background: url(../img/hero-bg.jpg) top center no-repeat;
  background-size: cover; */
.post h2 {
  margin: 0;
  font-size: 30px;
  font-family: var(--font-default);
  font-weight: 700;
  color: var(--color-primary);
}
.post p {
  margin-bottom: 0;
  color: var(--contrast-color); /* Dark Grey */
  line-height: 1.5 ;
}
.post h3 {
  color: var(--color-secondary);
  font-size: 26px;
  margin: 5px 0 15px 0;
}
.post h5 {
  color: var(--contrast-color);
  font-size: 18px;
  margin: 15px 0 15px 0;
}
.post .created {
  text-transform: uppercase;
  font-family: var(--font-default);
  font-weight: 800;
  font-size: 26px;
  color: var(--contrast-color);
}
.post .btn-get-started {
  margin-top: 10px;
  line-height: 0;
  padding: 15px 40px;
  border-radius: 4px;
  transition: 0.5s;
  color: var(--color-white);
  background: var(--color-primary);
  box-shadow: 0px 4px 10px 0px rgba(var(--color-black-rgb), 0.5);
}
.post .btn-get-started span {
  font-family: var(--font-default);
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1px;
}
.post .btn-get-started i {
  margin-left: 5px;
  font-size: 18px;
  transition: 0.3s;
}
.post .btn-get-started:hover i {
  transform: translateX(5px);
}
.post .hero-img {
  text-align: right;
}
.post .read-more {
	margin: 15px 0;
}
.post .read-more a {
  display: inline-block;
  background: #e03a3c;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.post .read-more a:hover {
  background: #e35052;
}
@media (min-width: 1024px) {
  .post {
    background-attachment: fixed;
  }
}
@media (max-width: 991px) {
  
  #post .mainpage {
	margin-top: -40px;
	}
  .post {
    height: auto;
    padding: 40px 0 20px 0;
  }
  .post .hero-img {
    text-align: center;
    margin-top: 80px;
  }
  .post .hero-img img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .post {
    text-align: center;
  }
  .post h1 {
    font-size: 32px;
  }
  .post h2 {
    font-size: 24px;
  }
  .post .hero-img img {
    width: 100%;
  }
}
.post .social {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.post .social a {
  color: #a2a2a2;
  transition: 0.3s;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bbbbbb;
}
.post .social a:hover {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
.post  .social i {
  font-size: 18px;
  margin: 0 2px;
}
.post .ftc {
	color: rgba(var(--contrast-color-rgb), 0.45);
	margin: 10px 0;
}
.post .referral-link {
	margin:40px;
}
.btn-clipboard{
	/* position:absolute; */
	margin:5px;
	z-index:10;
	display:block;
	padding:.25rem .15rem;
	font-size:.55em;
	color:var(--color-primary);
	background-color: var(--color-white);
	border:1px solid;
	border-radius:.25rem;
	width:55px;
	}

.btn-clipboard:hover,.btn-clipboard:focus{
	color:#fff;
	background-color:var(--color-primary);
	}

/*--------------------------------------------------------------
# portfolio
--------------------------------------------------------------*/
 #portfolio {
    padding: 0;
	border: 0px solid black;
	margin: auto;
	/* background: url('../img/bg.webp') center center; */
}

 #portfolio .featuredclip {
     position: relative;
	 float:left;
}
 #portfolio .featured-overlay {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 0;
     transition: all ease-in-out 0.4s;
}
 #portfolio .portfolio-item {
     overflow: hidden;
     position: relative;
     padding: 0px;
     text-align: center;
	 margin: 0px;
	 border: 0px solid black;
}
/* Style for the gold star icon in the header */
.bi-star-fill.star {
  color: gold; /* Set the color of the star to gold */
  position: absolute;
  top: 18px; /* Adjust this value to position the star vertically */
  left: 0px;
}
/* Remove absolute positioning for the stars */
#portfolio .portfolio-item .bi-star-fill {
  position: absolute;
  bottom: 10px; /* Adjust this value to position the star vertically */
  left: 10px; /* Adjust this value to position the star horizontally */
  z-index: 2; /* Ensure the star appears above the image */
}

/* Adjust the positioning of the stars within the video container */
#portfolio .box .bi-star-fill {
  /* Adjust these values as needed */
  top: 0px;
  left: 0px;
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
	 #portfolio .portfolio-item {
	 max-height:215px;
	 }
}}
 #portfolio .portfolio-item h3 {
     color: var(--color-white);
     font-size: 16px;
     margin: 0;
     text-transform: capitalize;
     font-weight: 700;
     /* text-shadow: 2px 2px #000000; */
}
 #portfolio .square-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* This ensures a square aspect ratio */
}

 #portfolio .square-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; /* This ensures the image covers the entire square */
}
/*--------------------------------------------------------------
# Video
--------------------------------------------------------------*/
#portfolio .box {
  margin: 5px 0;
  padding: 15px;
  box-shadow: 2px 2px 15px  rgba(1, 41, 112, 0.09);
  text-align: center;
  transition: 0.3s;
  height: 95%;
}
#portfolio .box iframe {
  padding: 10px 20px;
  transition: 0.5s;
  transform: scale(1.1);
}
#portfolio .box:hover {
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
#portfolio .box:hover iframe {
  transform: scale(1);
}
#portfolio h5 {
     color: var(--contrast-color);
     font-size: 16px;
     margin: 5px;
	 text-align:center;
     font-weight: 700;
	 /* text-shadow: 2px 2px #000000; */
}
 #portfolio .featured-text {
	 display:true;
     color: var(--contrast-color);
     font-size: 14px;
     margin: 5px;
	 text-align:center;
     font-weight: 200;
	 border: 0px solid black;
}
 #portfolio .portfolio-item img {
	transition: all ease-in-out 0.4s;
	width: 100%;
	position: relative;
	border: 1px solid var(--color-white);
	overflow: hidden;
	z-index: 0;
}
 #portfolio .box .portfolio-item:hover img {
     transform: scale(1.1);
	 border: 0px solid var(--color-secondary);
}
 #portfolio .portfolio-item:hover .featured-overlay {
     opacity: 1;
     background: rgba(var(--color-black-rgb), 0.8);
}
 #portfolio .featured-info {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
#portfolio .btn-more {
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: #fff;
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
#portfolio .btn-more:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
}
/* List Format */
#portfolio .list {
  position: relative;
  width:95%;
  margin: 40px 10px 25px 10px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 0 30px 30px;
  border-radius: 5px;
  background: rgba(var(--contrast-color-rgb), 0.2);
  transition: 0.5s;
}
@media (max-width: 640px) {
  #portfolio .list {
    padding: 10px;
	width:90%;
  }
}
#portfolio .list .created {
  text-transform: uppercase;
  font-family: var(--font-default);
  font-weight: 800;
  font-size: 16px;
  color: var(--contrast-color);
}
#portfolio .date_text {
  text-align:center;
  font-size: 11px;
  color: var(--contrast-color);
}
#portfolio .list .pic {
  overflow: hidden;
  width: 180px;
  /* border-radius: 50%; */
}
#portfolio .list .pic img {
  transition: ease-in-out 0.3s;
}
#portfolio .list:hover {
  transform: translateY(-10px);
}
#portfolio .list .list-info {
  width:80%;
  padding-left: 30px;
}
#portfolio .list h4 {
  font-family: var(--font-default);
  font-weight: 900;
  margin-bottom: 5px;
  font-size: 26px;
  color: var(--contrast-color);
}
#portfolio .list a {
  color: var(--color-primary);
  font-size: 18px;
}
#portfolio .list a:hover {
  color: var(--color-secondary);
}
#portfolio .list span {
  display: block;
  font-family: var(--font-default);
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 800;
}
#portfolio .list span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}
#portfolio .list p {
  margin: 10px 0 0 0;
  font-size: 15px;
  color: var(--contrast-color);
}
#portfolio .list .social {
  margin-top: 12px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#portfolio .list .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: var(--color-primary);
}
#portfolio .list .social a i {
  color: rgba(var(--color-white-rgb), 5);
  font-size: 16px;
  margin: 0 2px;
}
#portfolio .list .social a:hover {
  background: var(--color-secondary);
}
#portfolio .list .social a:hover i {
  color: var(--contrast-color);
}
#portfolio .list .social a+a {
  margin-left: 8px;
}
@media (max-width: 576px) {
    .list {
      flex-direction: column;
    }
    .portfolio-item {
      order: 1;
    }
    .list-info {
      order: 2;
    }
  }
  /* For the 2-column template */
#portfolio .list .two-column-template {
  display: flex;
  flex-direction: row;
}
/* Image column */
#portfolio .list .image-column {
  padding: 10px; /* Add appropriate padding */
  display: flex;
  align-items: flex-start; /* Align content at the top */
}
#portfolio .list .image-column img {
  max-width: 100%; /* Ensure the image doesn't exceed its container's width */
  max-height: 100%; /* Maintain the image's aspect ratio */
  height: auto; /* Allow the height to adjust automatically */
}
/* Text column */
#portfolio .list .text-column {
  flex: 1;
  padding: 0 20px; /* Add appropriate padding */
}
/* For the right column */
#portfolio .list .right-column {
  /* Add styling for the right column */
}
/* Media query for collapsing at 576px */
@media (max-width: 576px) {
#portfolio .list   .two-column-template {
    flex-direction: column;
  }
 #portfolio .list  .image-column,
  .text-column {
    /* width: 100%; Make both columns take full width */
  }
}
/* Media query for collapsing at 576px */
@media (max-width: 576px) {
#portfolio .list   .two-column-template {
    flex-direction: column;
  }
#portfolio .list   .image-column,
  .text-column {
    width: 100%; /* Make both columns take full width */
  }
#portfolio .list   .image-column img {
    max-width: 100%; /* Allow image to take full width */
  }
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: var(--color-black) url('');
}
.cookiealert.show {
    opacity: 1;
    transform: translateY(0%);
    transition-delay: 1000ms;
}
.cookiealert a {
    text-decoration: underline
}
.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}
/* Insert */
.input-text {
	display:true;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}
.input-group-text {
	padding: 0.350rem 0.35rem;
	background-color: var(--color-primary);
	color: var(--color-white);
}
span.red {
	color: #ff0000;
	font-weight: 400;
}
span.yellow {
	color: #fdf503;
	font-weight: 400;
	/*background: var(--color-black);*/
}
/* AdBrands Section */
#adbrands .adbrands {
	margin: 0;
	padding: 0 0 20px 0;
	position: relative;
	vertical-align: top;
}
#adbrands h5 {
     color: var(--color-primary);
	 font-family: var(--font-default);
     font-size: 20px;
	 text-align:center;
     font-weight: 400;
	 /* text-shadow: 2px 2px #000000; */
}
@media (max-width: 576px) {
#adbrands .adbrands{
	padding: 20px 20px;
	text-align:center;
}	
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

.cta {
  margin:20px 0 60px 0;
  padding: 0;
}
.cta .container {
  padding: 40px;
  background: rgba(var(--color-black-rgb), 0.1);
  border-radius: 15px;
}
.cta .content h3 {
  color: rgba(var(--color-black-rgb), 0.6);
  font-size: 36px;
  font-weight: 700;
}
.cta .content p {
  color: rgba(var(--color-black-rgb), 0.6);
  font-weight: 400;
  font-size: 16px;
}

.cta .btn-get-started {
  
  margin: 5px;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.cta .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 995;
  background: var(--db-scroll-top);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}
.scroll-top i {
  font-size: 24px;
  color: var(--color-white);
  line-height: 0;
}
.scroll-top:hover {
  background: rgba(var(--db-scroll-top-hover), 0.85);
  color: var(--color-white);
}
.scroll-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  color: rgba(var(--color-white-rgb), 5);
  font-size: 14px;
  
}
.footer .footer-content {
  background: var(--db-footer-content-color);
  /* background-image: linear-gradient(var(--content-color) 60%, rgba(var(--color-primary-rgb), 9)); */
  margin-top:25px;
  padding: 60px 0 30px 0;
}
.footer .footer-content .footer-info img {
  max-width: 200px;
}

.footer .footer-content .footer-info h3 {
  font-size: 28px;
  color: rgba(var(--color-white-rgb), 5);
  font-family: var(--font-default);
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
}
.footer .footer-content .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-default);
  color: rgba(var(--color-white-rgb), 5);
}
.footer .footer-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: rgba(var(--color-white-rgb), 5);
  font-family: var(--font-default);
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 15px;
}
.footer .footer-content .footer-links {
  margin-bottom: 30px;
}
.footer .footer-content .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-content .footer-links ul i {
  padding-right: 2px;
  color: rgba(var(--color-white-rgb), 1);
  font-size: 12px;
  line-height: 1;
}
.footer .footer-content .footer-links ul li {
  padding: 10px 0;
  color: rgba(var(--color-white-rgb), 1);
  display: flex;
  align-items: center;
}
.footer .footer-content .footer-links ul li:first-child {
  padding-top: 0;
}
.footer .footer-content .footer-links ul a {
  color: rgba(var(--color-white-rgb), 0.8);
  /* color: var(--color-primary); */
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
.footer .footer-content .footer-links ul a:hover {
  color: rgba(var(--color-white-rgb), 5);
}
.footer .footer-content .footer-newsletter p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: var(--font-default);
  color: rgba(var(--color-white-rgb), 5);
}
.footer .footer-content .footer-newsletter h3 {
  color: rgba(var(--color-white-rgb), 5);
}
.footer .footer-newsletter a {
  color: rgba(var(--color-white-rgb), 0.9);
}
.footer .footer-newsletter a:hover {
  color: rgba(var(--color-white-rgb), 5);
}
 /* Footer Newsletter Button overlays content background color */
.footer .btn-get-started {
  margin: 0 0 10px 0;
  font-family: var(--font-default);
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 40px;
  border-radius: 50px;
  transition: 0.3s;
  color: var(--color-white);
  background: rgba(var(--color-primary-rgb), 0);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.1);
}
.footer .btn-get-started:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
}
.footer .footer-legal {
  padding: 30px 0;
  background: var(--db-footer-legal-color);
  margin-bottom: -60px;
}
.footer .footer-legal .social-links a {
  font-size: 18px;
  display: inline-block;
  background: var(--db-footer-legal);
  color: var(--color-white);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
.footer .footer-legal .social-links a:hover {
  background: rgba(var(--db-footer-legal-rgb), 0.85);
  text-decoration: none;
  color: var(--color-white);
}
.footer .copyright {
  text-align: left;
  color: rgba(var(--color-white-rgb), 8);
}
.footer .copyright a {
  color: var(--db-footer-copyright);
}
.footer .copyright a:hover {
  color: rgba(var(--color-white-rgb), 1);
}

.herob {
	margin: 0;
	padding: 80px 0 20px 0;
}

.herob .tab-pane h3 {
  font-weight: 600;
  font-size: 32px;
  color: rgba(var(--color-black-rgb), 0.6);
}

.herob .fst-italic {
	color: rgba(var(--color-black-rgb), 0.6);
}

.herob .tab-pane ul {
  list-style: none;
  padding: 0;
  font-size: 20px;
}

.herob .tab-pane ul li {
  padding-bottom: 10px;
}

.herob .tab-pane ul i {
  font-size: 24px;
  margin-right: 4px;
  color: var(--color-primary);
}

.herob .tab-pane p:last-child {
  margin-bottom: 0;
}

.herob .btn-info {
	text-transform: uppercase;
	padding:20px;
	color: var(--color-black);
    background: var(--color-secondary);
	border: 10px solid rgba(0 ,0 , 0, 0.5);
	font-weight: 800;
	font-size: 22px;
	line-height: 0.9;
	}
.herob .download {
	margin: 100px 0 0 0;
	border: 8px solid lightgrey ; 
	border-radius: 25px; 
	padding: 10px;
}
.herob .download h3 {
	font-size: 28px;
	font-weight: 400;
	line-height: 1.3;
	font-family: var(--font-secondary);
}
.herob .download h4 {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.3;
	font-family: var(--font-secondary);
}
.herob .btn-get-started {
  
  margin: 5px;
  color: var(--color-white);
  background: var(--color-primary);
  font-family: var(--font-secondary);
}

.herob .btn-get-started:hover {
  background: rgba(var(--color-primary-rgb), 0.8);
}

.btn-group-header {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 576px) {
  .btn-group-header {
    display: none;
  }
  .top-left-text {
    display: none;
  }
}

@media (max-width: 976px) {
	.top-left-text {
  position: absolute;
  left:0px;
}
	
}

#blue-theme,
#red-theme,
#green-theme,
#teal-theme,
#orange-theme,
#black-theme,
#navy-theme,
#purple-theme,
#ivory-theme {
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  margin: 0;
  border: 0;
}

.btn-theme {
  background: var(--color-primary);
  height: 10px !important;
  width: 10px !important;
  padding: 0 !important;
  margin: 0;
  border: 0;
  
}

.btn-theme:hover {
  background: none;
  color: var(--color-primary);
  border: 0px solid var(--color-primary);
}



/* Define styles for the clickable links */
.color-link {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  padding: 0;
  text-decoration: none; /* Remove underlines */
}

/* Add styles to align the logo and color switcher horizontally */
.logo-container {
  display: flex;
  align-items: center;
}

.btn-group-header {
  margin-right: 10px; /* Adjust the spacing between the logo and color switcher as needed */
}

#blue-theme {
	background: blue;
}
#red-theme {
	background: #CF666A;
}
#green-theme {
	background: green;
}
#teal-theme {
	background: teal;
}
#orange-theme {
	background: orange;
}
#black-theme {
	background: black;
}
#navy-theme {
	background: #00217A;
}
#purple-theme {
	background: #b88aec;
}
#ivory-theme {
	background: #009B4D;
}
.table {
  position: relative; /* Ensure the header is a positioned element */
  /* Add other styles to the header as needed */
}

.top-left-text {
  position: absolute;
  height:10px;
  color: var(--db-nav-toggle);
  font-size:11px;
  top: 0;
  left: 20px;
  padding: 0px; /* Adjust padding as needed for spacing */
}


#blue-theme,
#red-theme,
#green-theme,
#teal-theme,
#orange-theme,
#black-theme,
#navy-theme,
#purple-theme,
#ivory-theme {
  width: 10px !important;
  height: 10px !important;
  padding: 0;
  margin: 0;
  border: 0;
}

.hero2 {
  width: 100%;
  min-height: 80vh; 
  background: url("../img/bg.webp") top center;
  background-size: cover;
  position: relative;
  padding: 100px 0 60px;
  /* Allow the featured to be closer to the hero */
  margin: 40px 0 0px 0;
  opacity:0.9;
}
.hero2:before {
  content: "";
  background: rgba(var(--db-primary-rgb), 0);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}
.hero2 ul li{
	display: inline-block;
}
.hero2 .example {
	margin-left:-50px;
	text-align:center;
}
@media (max-width: 640px) {
  .hero2 .container {
    padding: 0 30px;
	margin: -40px 0 0 0;
  }
}
@media (max-width: 480px) {
  .hero2 {
	margin: -40px 0 0 0;
  }
}
.hero2 h2 {
  color: var(--color-secondary); 
  /*color: var(--color-white);*/
  font-family: var(--font-primary);
  font-size: 46px;
  font-weight:400;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero2 h2 span {
  color: var(--color-secondary);
}
.hero2 h3 {
  color: var(--color-secondary);
  font-family: var(--font-secondary);
  font-size: 20px;
  font-weight: 200;
  line-height: 34px;
  margin-bottom: 20px;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero2 h4 {
  margin:20px 0;
  color: var(--color-white);
  font-family: var(--heading-font);
  font-size: 20px;
  line-height: 34px;
  font-weight: 800;
}
@media (max-width: 768px) {
	.hero2 .input-group-text {
     padding: 0.475rem 0.25rem;
	 font-size: 12px;
    }
	.hero2 .input-text {
    font-size: 12px;
	}
	.hero2 {
	/* height: 190vh; */
	}
	.hero2 h2 {
	font-size: 30px;
	text-align:center;
	}
	.hero2 h3 {
	font-size: 16px;
	line-height: 24px;
	}
	.hero2 p {
	font-size: 16px;
	}
}
.hero2 p {
  color: var(--color-secondary);
  animation: fadeInDown 1s both 0.4s;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 40px;
  /* text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25); */
}
.hero2 a {
  color: var(--color-primary);
}
.hero2 a:hover {
  color: var(--color-secondary);
}
.hero2 .card {
  background: rgba(var(--color-white-rgb), 0.5);
  z-index:100;
}
.hero2 .img {
  margin-bottom: 40px;
  animation: fadeInDownLite 1s both;
}
.hero2 .button-text p {
	text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25)
}
/* The button for the insert*/
.hero2 .btn-hero {
  margin:5px;
  font-family: var(--font-default);
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 30px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero2 .btn-hero:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
}
.hero2 .btn-get-search {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 15px;
  color: rgba(var(--color-white-rgb), 1);
  text-shadow: 2px 2px rgba(var(--color-black-rgb), 0.25);
  background: var(--db-button-hero);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
}
.hero2 .btn-get-search:hover {
  border-color: rgba(var(--color-white-rgb), 0.5);
  background: rgba(var(--db-button-hero-rgb), 0.85);
  color: rgba(var(--color-white-rgb), 1);
} 
.hero2 .btn-get-started {
  font-family: var(--font-secondary);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 5px;
  transition: 0.5s;
  -webkit-animation: fadeInUp 1s both 0.6s;
  animation: fadeInUp 1s both 0.6s;
  color: var(--color-primary);
  border: 2px solid var(--color-primary);
}
.hero2 .btn-get-started:hover {
  background: var(--color-primary);
  color: var(--color-white);
}
@media (max-width: 640px) {
  .hero2 .btn-hero {
  font-size: 12px;
  padding: 4px 5px;
}
}
.hero2 .form-label{
	font-size: 20px;
}
.hero2 .btn-info {
  font-family: var(--font-default);
  font-size: 13px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  color: rgba(var(--color-white-rgb), 1);
  background: var(--color-primary);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  border: 2px solid rgba(var(--color-white-rgb), 0.5);
  margin:0 auto;
}
div .banner a {
	text-align:center;
	color:white;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-primary);
	border-radius:25px;
	padding: 10px 20px
}
div .banner a:hover {
	text-align:center;
	color:black;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-secondary);
	border-radius:25px;
	padding: 10px 20px
}

@media (max-width: 976px) {
	
	div .banner a {
	font-size: 15px;
	white-space: nowrap;

}
	div .banner a:hover {
		font-size: 15px;
	}
}
@media (max-width: 575px) {
	
	div .banner a {
	font-size: 11px;
	 white-space: nowrap;
	}
	div .banner a:hover {
		font-size: 11px;
	}
	.hero .banner2 a {
		font-size: 10px;
	}
	.hero2 .banner2 a:hover {
		font-size: 10px;
	}
	.hero2 .banner3 a {
		font-size: 10px;
	}
	.hero2 .banner3 a:hover {
		font-size: 10px;
	}
	.hero2 h4 span {
		font-size: 18px;
		line-height: 34px;
}
}
.hero2 .banner2 a {
	text-align:center;
	color:white;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-primary);
	border-radius:25px;
	padding: 10px 20px;
	border: dotted 1px white;
}
.hero2 .banner2 a:hover {
	text-align:center;
	color:black;
	font-size: 26px;
	font-weight: 400;
	background-color:var(--color-secondary);
	border-radius:25px;
	padding: 10px 20px
}
#hero2 .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#B7294E 50%, rgba(183, 41, 78, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}
#hero2 .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
#hero2 .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(205, 164, 94, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}
#hero2 .play-btn:hover::after {
  border-left: 15px solid #B7294E;
  transform: scale(20);
}
#hero2 .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

.faq .section-header h2 {
  color: var(--color-secondary); 
  font-family: var(--font-primary);
}
