@charset "UTF-8";

main > .container {
  padding: 60px 15px 0;
}
.card {
  display: inline-block;
  overflow: hidden;
}
.red-border {
  border: 1px solid red;
}
.blue-border {
  border: 1px solid blue;
}
.green-border {
  border: 1px solid green;
}
.yellow-border {
  border: 1px solid yellow;
}
.hideme {
  display: none;
}

#home, #services, #portfolio, #contact, #atificial-intelligence, #contact-form, #contact-footer, #digital-media, #email-marketing, #advanced-tv, #social-media, #search-engine-marketing, #digital-strategy, #landing-page-design, #data-analytics {
  scroll-margin-top: 75px;
}

#leadership {
  scroll-margin-top: 35px;
}

.bg-darkgray {
  background-color: #585858;
}

.carousel-caption {
  position: absolute;
  top: 10%;
  left: 15%;
  color: #fff;
}

.caption-title {
    font-size: 3em;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 0.5em;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}
.text-shadow-darker {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.9);
}
.caption-text {
    font-size: 1.85em;
    font-weight: normal;
    margin-bottom: 0.5em;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}

.header-background {
  background-color: rgb(213, 213, 213);
}
:root,
[data-bs-theme=light] {
 --bs-link-color: #38475d;
  --bs-link-color-rgb: 13, 110, 253;
}

.h-90 {
  height: 87px;
}

.box-shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.text-shadow {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.75);
}

.text-very-small {
  font-size: 0.75em;
}

.text-bit-larger {
  font-size: 1.2em;
}

.text-faded,
.text-faded a {
  color: #c2c2c2;
  text-decoration: none;
}
.text-faded a:hover {
  color: #ffffff;
  text-decoration: none;
}

.text-deep-blue {
  color: #275894;
}

.nav .nav-item .nav-link a.active,
.nav .nav-item .nav-link a:hover {
  background-color: #bf4141;
  border-color: transparent;
  border-radius: 7px;
}

.btn-excitant {
  font-weight: bold;
  color: #252359;
  background: #F0A122;
  background: linear-gradient(200deg, rgba(240, 161, 34, 1) 0%, rgba(240, 161, 34, 1) 15%, rgba(240, 107, 46, 1) 100%);
  border-color: none;
  box-shadow: #282828 0px 0px 5px 0px;
}

.btn-excitant:hover {
  background-color: #fa6e53; /* Darker shade on hover */
  border-color: #F06B2E;
}

.footer {
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 60px; /* Vertically center the text there */
  background-color: #282828;
  font-size: 12px;
  margin: 0;
}

.shccPurple {
  color: #8f2978;
}

.hand {
  cursor: pointer;
}

.ui-widget-overlay {
    background-color: #000; /* Black background */
    opacity: 0.7; /* Adjust for desired darkness (0.0 to 1.0) */
    /* For older browsers, you might need filter: alpha(opacity=70); */
}

.ui-dialog-titlebar-close::before {
  content: 'X';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-family: 'Geneva', Times, serif;
  font-size: .8em;
  font-weight: bold;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

@media screen and (max-width: 768px) {
  .card-title {
    font-size: 0.85em;
  }
  p, .card-text {
    overflow: hidden;
    margin-top: 0px;
  }
  .footer {
    font-size: 10px;
  }
  .text-bit-larger {
    font-size: 0.85em;
  }

  .powered-by, .privacy, .hide-sm, .nav-pills, .nav-telephone {
    display: none;
  }

  .btn-excitant {
    font-weight: normal;
    font-size: .8em;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    padding-left: 0.3rem;
    padding-right: 0.3rem;
  }

  #backButton, #nextButton {
    width: 25px;
    cursor: pointer;
    margin: 15px;
  }
  .carousel-caption {
    position: absolute;
    top: 10%;
    left: 0;
    width: 95%;
    text-align: center;
    padding-top:10px;
    margin:10px;
  }
  .caption-title {
    font-size: 0.85em;
  }
  .caption-text {
      font-size: 0.8em;
  }
  
}

@media screen and (min-width: 768px) and (max-width: 900px) {

  .footer {
    font-size: 12px;
  }
  .powered-by {
    display: inline-block;
  }
  .hide-md, .nav-telephone {
    display: none;
  }
  
  .carousel-caption {
    position: absolute;
    top: 0;
    left: 10px;
    width: 95%;
    text-align: center;
    padding-top:40px;
    margin:10px;
  }
  .caption-title {
    font-size: 1.5em;
  }
  .caption-text {
      font-size: 1.1em;
  }
  
}


@media screen and (min-width: 901px) and (max-width: 1200px) {
  .text-bit-larger {
    font-size: 0.9em;
  }
  .carousel-caption {
    position: absolute;
    top: 10%;
    left: 10px;
    width: 95%;
    text-align: center;
    padding-top:40px;
    margin:10px;
  }
  .nav-telephone, .hide-lg {
    display: none;
  }
  .caption-title {
    font-size: 1.85em;
  }
  .caption-text {
      font-size: 1.5em;
  }
}

.portfolio-gallery {
  width: 100%;
  display: flex;
  overflow-x: scroll;
  scrollbar-width: none;
}
.portfolio-gallery span {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}
.portfolio-gallery div {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-gap: 15px;
  padding: 10px;
  flex:none;
  justify-content: center;
  align-items: center;
}
.portfolio-gallery div img {
  width: 100%;
  filter: grayscale(100%);
  transition: transform 0.5s;
}
.portfolio-gallery div img:hover {
  filter: grayscale(0);
  cursor: pointer;
  transform: scale(1.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.portfolio-gallery::-webkit-scrollbar {
  display: none;
}
.portfolio-gallery-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10% auto;
}
#backButton, #nextButton {
  width: 50px;
  cursor: pointer;
  margin: 15px;
}
.spacer-block {
  font-size: 12px;
  margin: 0;
  display: block;
  height: 25px;
  width: 100%;
  float: left;
}

.footer-clean {
  padding:50px 0;
  background-color:#585858;
  color:white;
}

.footer-clean h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-clean ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-clean ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-clean ul a:hover {
  opacity:1;
}

.footer-clean .item.social {
  text-align:right;
}

@media (max-width:767px) {
  .footer-clean .item {
    text-align:center;
    padding-bottom:20px;
  }
}

@media (max-width: 768px) {
  .footer-clean .item.social {
    text-align:center;
  }
}

.footer-clean .item.social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:0px solid #ccc;
  margin-left:10px;
  margin-top:22px;
  color:inherit;
  opacity:0.75;
}

.footer-clean .item.social > a:hover {
  opacity:0.9;
}

@media (max-width:991px) {
  .footer-clean .item.social > a {
    margin-top:40px;
  }
}

@media (max-width:767px) {
  .footer-clean .item.social > a {
    margin-top:10px;
  }
}

.footer-clean .copyright {
  margin-top:14px;
  margin-bottom:0;
  font-size:13px;
  color: white;
}

.footer-clean .copyright a {
  color: white;
  text-decoration: none;
}