body {
  background-color: #01122b;
}

body {
  color: black;
}

/* Logo */

.logo-container {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pulsate {
  animation: pulsate 10s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.larger-text {
    font-size: 18px; /* Adjust the font size as desired */
}

.news-article {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  padding: 20px;
}

.article-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.article-date {
  font-size: 14px;
  font-weight: bold;
  color: #6c757d;
  margin-bottom: 15px;
}

.article-content {
  font-size: 16px;
  line-height: 1.5;
  text-align: justify;
}

.article-content p {
  margin-bottom: 1em;
}

.article-source {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  color: #333;
}

.article-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
	object-fit: cover;
}



/* navbar stuff */

.navbar {
  background-color: #01122b !important;
}

.navbar a {
  color: white !important;
}

.nav-item-padding {
  padding-left: 20px;
  padding-right: 20px;
}



.nav-link.active {
  color: var(--active-color) !important;
  font-size: larger;
}
.navbar {
  background-color: #95bf43 !important;
}
.nav-link {
  font-size: 1.2em;
 
}

#deasurAI {
  background-color: #95bf43;
}




/* drop down menu */	


.dropdown-item {
    color: black;
}
.dropdown-menu {
    background-color: #01122b;
}

.dropdown-item:hover {
    color: black;
    background-color: #95bf43;
}

.dropdown:hover .dropdown-menu {
   display: block;
}

.container-fluid {
  display: flex;
  justify-content: center;
}




.content-container {
  background-color: white;
	display: flex;
    flex-direction: column;
    padding: 20px 40px; /* this will add 20px of padding to the top and bottom, and 40px of padding to the left and right of the container element */
}


.col-md-12.col-lg-12.offset-xl-3.col-xl-6 {
  border: 1px solid black;
}

/* tree jigsaws content and bg image for home page, about and values page */
/*
.transparent-bg {
  background-image:url("images/transparent5.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; /* Add this line to center the background image
}
*/
.invest-background {
  position: relative;
  background-image: url("images/invest_bgtr.png") !important; /* Update the path accordingly */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh; /* Minimum height to cover the full viewport height */
}

.transparent-bg {
  position: relative;
  background-image: url("images/transparent5.png") !important; /* Update the path accordingly */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh; /* Minimum height to cover the full viewport height */
}







#deasurAI {
  background-color: #95bf43;
}



/* 1px border for executive=advisors-directors page */
.content-border {
  border: 1px solid black;
	 margin-top:10px;
	margin-bottom:10px;
}



#footer {
    background-color: #95bf43  !important;
    text-align: center;
}

.highlight-section {
  background-color: #f0f0f0; /* Adjust the color to your preference */
  padding: 20px;
  border-radius: 5px;
}




.row-container {
  display: flex;
  justify-content: center;
}




#affiliates h2 {
  color: black; /* text color white */
}


#affiliates {
  color: white;
  background-color: white;
}



/* Add custom styles for the affiliate images */

.affiliate-row {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.affiliate-img {
  width: 100%;
  max-width: 180px; /* Remove the space between the value and the unit */
  height: auto;
  display: block;
  margin: 0 10px;
  padding: 10px;
  box-sizing: border-box;
	transform: scale(0.5); /* Adjust the scale value to change the size of the images */
}

.affiliate-col {
  padding: 5px;
}
.affiliate-img-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.red-bold-link h3 {
  color: red; /* This will make the text red */
  font-weight: bold; /* This will make the text bold */
}

.red-bold-link h3:hover {
  color: red; /* This will ensure that the color remains red when hovered over */
}

.blue-bold-link h3 {
  color: blue; /* This will make the text blue */
  font-weight: bold; /* This will make the text bold */
}

.blue-bold-link h3:hover {
  color: blue; /* This will ensure that the color remains blue when hovered over */
}
.purple-bold-link h3 {
  color: purple; /* This will make the text purple */
  font-weight: bold; /* This will make the text bold */
}

.purple-bold-link h3:hover {
  color: purple; /* This will ensure that the color remains purple when hovered over */
}
.green-bold-link h3 {
  color: green; /* This will make the text green */
  font-weight: bold; /* This will make the text bold */
}

.green-bold-link h3:hover {
  color: green; /* This will ensure that the color remains green when hovered over */
}
.paragraph-box {
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  border: 1px solid black; /* This adds a black border */
text-align: center;
}

/* Common styles for all paragraph boxes */
.paragraph-box {
  position: relative;
  color: #000; /* Text color */
  border: 1px solid black;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; /* Cover the entire area of the box */
  background-position: center; /* Center the background image */
}

/* Pseudo-element for background images */
.paragraph-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

/* Background images for each box */
.paragraph-box.box-red { background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('images/section_1.jpg'); }
.paragraph-box.box-blue { background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('images/section_2.jpg'); }
.paragraph-box.box-green { background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('images/section_3.jpg'); }
.paragraph-box.box-yellow { background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('images/section_5.jpg'); }
.paragraph-box.box-orange { background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)), url('images/section_4.jpg'); }

/* Shaking effect */
.shaking-effect {
  animation: shake 0.5s; /* Adjust the duration as needed */
  animation-iteration-count: infinite;
}

@keyframes shake {
  /* Define shaking keyframes here */
}

/* No need to repeat the background size and repeat properties */



.staggered-1 {
  margin-left: 40px;
  margin-right: 40px;
}
.staggered-2 {
  margin-left: 60px;
  margin-right: 60px;
}
.staggered-3 {
  margin-left: 80px;
  margin-right: 80px;
}
.staggered-4 {
  margin-left: 100px;
  margin-right: 100px;
}
@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
.shaking-effect {
  animation: shake 0.5s; /* Adjust time as needed */
  animation-iteration-count: infinite;
}

.invest-background {
  position: relative;
  background-image: url("images/invest_bgtr.png") !important; /* Update the path accordingly */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  min-height: 100vh; /* Minimum height to cover the full viewport height */
}

.video-container {
  border: 10px solid #95bf43;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Center the container */
  padding: 5px;
  width: fit-content; /* Adjust to fit the content */
}

.video-section {
  text-align: center;
  margin-bottom: 20px;
}

.video-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.video-description {
  font-size: 16px;
  margin-bottom: 20px;
}







/* .invest-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* black color with 50% opacity 
  z-index: -1;
}
*/

