/*-------------------------------------------------------- Text Styles ---------------------------------------------------------*/
header {
  text-align: center;
  font-size: 20px;
  margin: 0px auto 25px auto;
  font-weight: 300;
}


h1 {
  font-size: 80px;
  line-height: 80px;
  font-weight: 200;
  letter-spacing: -2.25px;
  font-family: "Noto Serif Display", serif;
  font-style: italic;

   /* Mobile */
   @media (max-width: 767px) {
    font-size: 70px;
    line-height: 70px;
  }
}

h2 {

  font-size: 60px;
  line-height: 60px;
  font-weight: 200;
  letter-spacing: -2.25px;
  text-align: center;
  font-family: "Noto Serif Display", serif;

   /* Mobile */
   @media (max-width: 767px) {
   font-size: 35px;
   line-height: 40px;
  }
}


h3 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -1px;
  font-family: "Noto Serif Display", serif;

   /* Mobile */
   @media (max-width: 767px) {
   font-size: 22px;
   line-height: 26px;
   }
}

h4 {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.5px;
  text-align: center;
  text-transform: uppercase;
  margin: auto auto 25px auto;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 3px;

   /* Mobile */
   @media (max-width: 767px) {
   font-size: 15px;
   line-height: 15px;
   }
}


h5 {
  font-size: 16px;
  line-height: 16px;
  font-weight: 300;
  letter-spacing: 1px;

   /* Mobile */
   @media (max-width: 767px) {
    font-size: 15px;
    line-height: 15px;
    }
}

h6{
  text-align: center;
  font-size: 11px;
  margin: 0px 15px 0px 15px;
  /*color: black;*/
  font-weight: 300;
  font-family: "montserrat", sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}


.quote h3{
  text-align: center;
  margin: 0 0 20px 0;
}

.quote h5 {
  text-align: center;
}

.quote {
  padding: 50px 0 50px 0;
  /*background-color: #f4f2eb;*/
}

.title-container h4{
  position: relative;
  text-align: left;
  justify-content: left;
  color: black;
  margin: 0 0 10px 0;
}

hr {
  margin-top: 0;
  border-top: 1px solid #ccc; /* Adjust border style and color as needed */
}


/*-------------------------------------------------------- Universal ---------------------------------------------------------*/



.logo {
  width: 25%;
  margin: 0 auto 36px -60%;
  justify-content: center;

  /* Mobile */
  @media (max-width: 800px) {
  margin: 0 auto 28px -60%;
  }
}

@media (max-width: 1200px) and (min-width: 800px){
  .logo{
    width: 15%;
    margin-right: 100px;
  }  }

body {
  line-height: 1.5;
  color: black;
  font-weight: 300;
  font-size: 1rem;
}

.image {
  width: 100%;
  height: 100% !important;
  justify-content: center;
  align-content: center;
  margin-bottom: 30px;
}

.container-main {
  position: relative;
  text-align: center;
  color: black;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  z-index: 1;
  display: flex;  
  flex-wrap: wrap;
}

.link {
  color: #808532;
}

.link:hover {
  color: #000;
}

@media (min-width:991.98px) {
  .work-links{
    /*padding-right: 10%;
    padding-left: 10%;
    margin: 30px 0 100px 0;*/
    margin: 40px 40% 60px 40%;
  }

  .description {
    margin: -15px 0 25px 0;
  }
}

@media (max-width:991.98px) {
  .work-links {
      margin: 25px 35px 50px 35px;
    }

  .description {
    margin: -10px 0 25px 0;
  }
  }

.work-links h5 {
  /*color: white;
  background-color: black;
  padding: 25px 15px 25px 15px;
  text-align: center;
  justify-content: center;
  letter-spacing: 2px;
  font-weight: light;*/
  background-color: black;
  outline: none;
  color: white;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  display: block;
  justify-content: center;
  width: auto;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
}

.work-links h5:hover {
  color: black;
  background-color: white;
  outline: thin;
  outline-color: black;
  outline-style: solid;
}

.description{
  justify-content: center;
  text-align: center;
  font-weight: 400;
}


.row {
  display: flex;
  flex-wrap: wrap;
  /*padding: 0 4px;*/
  max-width:100%;
  margin: 0 auto;
}

.site-section-heading {
  color: #000;
  position: relative;
  font-size: 3.5rem; }
  
/*@media (min-width: 768px) {
  .site-section-heading {
    font-size: 4rem; 
  } 
}*/

.site-section-heading:after {
  content: "";
  left: 0%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000; 
}
 
.site-section-heading.text-center:after {
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  left: 50%;
  bottom: 0;
  position: absolute;
  width: 100px;
  height: 1px;
  background: #000; 
}

::-moz-selection {
  background: #000;
  color: #fff; }

::selection {
  background: #000;
  color: #fff; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #000;
}
  a:hover {
    text-decoration: none; }

.body-button {
  color: white;
  background-color: black;
  border: thin;
  border-color: black;
  border-style: solid;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  margin: 50px 0 10px 0;
}
    
.body-button:hover {
  color: black;
  background-color: white;
  border: thin;
  border-color: black;
  border-style: solid;
}

.spacer {
  margin: 0 0 60px 0;
}

.three-column-container {
  display: flex;
  flex-wrap: wrap;
}

.three-column {
  flex: 1 0 33.33%;
  padding: 20px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  box-sizing: border-box;
  text-align: center; /* Center button horizontally */
}

.button {
  background-color: #808532;
  color: #d0daa1;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
}

.button:hover, .button:active {
  background-color: #d0daa1;
  color: #808532;
}

/* Desktop: Remove unnecessary borders */
@media (min-width: 768px) {
  .three-column:first-child {
    border-left: none;
  }
  .three-column:last-child {
    border-right: none;
  }
  .three-column:first-child, .three-column:last-child {
    border-top: none;
    border-bottom: none;
  }
  .three-column:nth-child(2) {
    border-bottom: none;
  }
}

/* Mobile: Stack columns vertically and remove all borders */
@media (max-width: 767px) {
  .three-column {
    flex: 1 0 100%; /* Make each column take up 100% width */
    border-right: none;
  }

  .three-column:last-child {
    border-bottom: none;
  }
}



/*-------------------------------------------------------- Homepage ---------------------------------------------------------*/


.icon-homepage {
  scale: 75%;
  border-width: 1px;
}

.hero-button {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-block;
}

.hero-button:hover {
  background-color: white;
  color: black;
}


.hero {
  position: relative;
  width: 100%;
  height: 500px; /* Set default height for desktop */
  text-align: left; /* Left-align content on desktop */
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: /*grayscale(100%)*/ brightness(0.5);

   /* Mobile */
   @media (max-width: 767px) {
    filter: brightness(0.40);
  }
}

.desktop-image {
  display: block;
}

.mobile-image {
  display: none;
}

@media (max-width: 991.98px) {
  .desktop-image {
    display: none;
  }

  .mobile-image {
    display: block;
  }
}

.hero-content {
  position: relative;
  z-index: 1; /* Ensure content is above the image */
  color: black;
  padding: 20px; /* Add padding for better spacing */
}

@media (min-width: 992px) {
  /* Desktop styles */
  .hero {
    height: 475px;
  }

  .hero h1 {
    max-width: 60%;
    text-align: left;
    margin-bottom: 10px;
  }

  .hero h5 {
    max-width: 30%;
    text-align: left;
    margin: 10px 0 30px 0;
    line-height: 20px;
  }

  .hero-content {
    padding: 0px 10% 20px 10%;
    color: white;
  }
}

@media (max-width: 991.98px) {
  /* Mobile styles */
  .hero {
    height: 400px;
  }

  .hero-content {
    color: white;
    text-align: center; /* Center the content on mobile */
  }

  .hero h1 {
    margin: 0px auto 0px auto;
    /*letter-spacing: .75px;*/
  }

  .hero h5 {
      margin: 10px 0 30px 0;
      /*letter-spacing: 1px;*/
  }

  .hero-content {
    padding: 20px 35px; /* Add 35px padding to the right and left */
  }
}

/*-------------------------------------------------------- Homepage: Split Section --------------------------------------------------------*/


.split-section-button {
  background-color: #808532;
  border: 1px solid #808532;
  color: #d0daa1;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  /*flex: 1;*/
  cursor: pointer;
  letter-spacing: 2px;
}

.split-section-button:hover {
  background-color: transparent;
  color: #808532;
  border-color: #808532;
}


.buttons {
  display: flex;
  justify-content: stretch;
  width: 100%;
  gap: 10px;
}

.split-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  padding: 0px;
  margin: 0 0 0px 0;
}

.split-section hr {
  border-top: 1px solid #808532;
  margin: 10px 0 15px 0;
}

.image-container {
  flex: 1;
  position: relative;
  filter: brightness(95%);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-container {
  flex: 1;
  background-color: #d0daa1;
  color: #808532;
  height: 500px;
  flex-direction: column;
  align-items: center;    
  display: grid;
  justify-content: center;
  align-items: center;
}

.split-section-header {
  color: #808532;
  text-align: left;
  justify-content: left;
  font-family: "Noto Serif Display", serif;
  vertical-align: middle;
}

.split-section .buttons {
  display: flex;
  justify-content: left;
  width: 100%;
  gap: 20px;
}

.split-section .buttons button {
  flex: 1;
}

@media (min-width: 1201px){
  .split-section-button{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 125px;
    text-align: center;
    justify-content: center;
  }

  .image-container {
    height: 500px;
  }

  .text-container {
    padding: 60px;
  }
}

@media (min-width: 801px) and (max-width: 1200px){
  .split-section-button{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 100px;
    text-align: center;
    justify-content: center;
  }

  .image-container {
    height: 500px;
  }

  .text-container {
    padding: 35px;
  }
}

@media (max-width: 800px){
  .split-section-button{
    font-size: 11px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }

  .image-container {
    height: 300px;
  }

  .split-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-container {
    padding: 35px;
  }
}


.video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-wrapper iframe {
  width: 100%;
  height: 100%;
  border: none;
}

  

/*-------------------------------------------------------- Split Section Alt. Colors ---------------------------------------------------------*/

.text-container-blue {
  flex: 1;
  background-color: #cee4ee; /* Change background color as needed */
  color: #284f9f;
  height: 500px; /* Match the height of the image container */
  /*display: flex;*/
  flex-direction: column;
  align-items: center;    
  display: grid;
  justify-content: center;
  align-items: center;
}

.split-section-header-blue {
  color: #284f9f;
  text-align: left;
  justify-content: left;
  vertical-align: middle;
}

.split-section-button-blue {
  background-color: #284f9f;
  border: 1px solid #284f9f;
  color: #cee4ee;
  text-align: left; /* Changed to left-align */
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1; /* Ensures buttons take up equal space */
  cursor: pointer;
  letter-spacing: 2px;
}

.split-section-button-blue:hover {
  background-color: transparent;
  color: #284f9f;
  border-color: #284f9f;
}

.split-section-blue hr {
  border-top: 1px solid #284f9f;
  margin: 10px 0 15px 0;
}

@media (min-width: 1201px){
  .split-section-button-blue{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 125px;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .split-section-header-blue{
    margin-top: 20px;
  }

  .text-container-blue {
    padding: 60px;
  }
}

@media (min-width: 801px) and (max-width: 1200px){
  .split-section-button-blue{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 100px;
    text-align: center;
    justify-content: center;
  }

  .text-container-blue {
    padding: 35px;
  }
}

@media (max-width: 800px){
  .split-section-button-blue{
    font-size: 11px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }

  .text-container-blue {
    padding: 35px;
  }

}

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

.text-container-white {
  flex: 1;
  background-color: white; /* Change background color as needed */
  color: black;
  height: 500px; /* Match the height of the image container */
  /*display: flex;*/
  flex-direction: column;
  align-items: center;    
  display: grid;
  justify-content: center;
  align-items: center;
}

.split-section-header-white {
  color: black;
  text-align: left;
  justify-content: left;
  vertical-align: middle;
}


.split-section-white hr {
  border-top:1px solid black;
  margin: 10px 0 15px 0;
}

.image-container-white {
  flex: 1;
  position: relative;
}

.image-container-white img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 1201px){
  /*.split-section-button-white{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 125px;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }*/

  .split-section-header-white{
    margin-top: 20px;
  }

  .text-container-white {
    padding: 60px 60px 60px 10%;
  }

  .image-container {
    height: 500px;
  }
}

@media (min-width: 801px) and (max-width: 1200px){
  /*.split-section-button-white{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 100px;
    text-align: center;
    justify-content: center;
  }*/

  .text-container-white {
    padding: 35px 35px 45px 10%;
  }

  .image-container-white {
    height: 500px;
  }
}

@media (max-width: 800px){
  /*.split-section-button-white {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }*/

  .text-container-white {
    padding: 35px 35px 35px 35px;
  }

  .image-container-white {
    height: 300px;
  }

}


/* Image Styles */
.desktop-image {
  display: block;
  /* ... other desktop image styles ... */
}

.mobile-image {
  display: none;
  /* ... other mobile image styles ... */
}

/* Media Query for Mobile */
@media (max-width: 768px) {
  .desktop-image {
      display: none;
  }

  .mobile-image {
      display: block;
  }
}


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

.text-container-beige {
  flex: 1;
  background-color: #f4f2eb; /* Change background color as needed */
  color: #565251;
  height: 500px; /* Match the height of the image container */
  /*display: flex;*/
  flex-direction: column;
  align-items: center;    
  display: grid;
  justify-content: center;
  align-items: center;
}

.split-section-header-beige {
  color: #565251;
  text-align: left;
  justify-content: left;
  vertical-align: middle;
}


.split-section-beige hr {
  border-top: 1px solid #565251;
  margin: 10px 0 15px 0;
}

@media (min-width: 1201px){

  .split-section-header-beige{
    margin-top: 20px;
  }

  .text-container-beige {
    padding: 45px 60px 80px 60px;
  }
}

@media (min-width: 801px) and (max-width: 1200px){
  .split-section-button-beige {
    font-size: 14px;
    font-weight: 500;
    padding: 10px 100px;
    text-align: center;
    justify-content: center;
  }

  .text-container-beige {
    padding: 35px;
  }
}

@media (max-width: 800px){
  .split-section-button-beige {
    font-size: 11px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }

  .text-container-beige {
    padding: 35px;
  }

}


/*-------------------------------------------------------- Text Block ---------------------------------------------------------*/

.text-block {
  background-color: #d0daa1;
  color: #808532;
  padding-top: 50px;
  padding-bottom: 65px;
}

.text-block hr {
  border-top: 1px solid #808532;
  margin: 20px 0 25px 0;
}


/*-------------------------------------------------------- Tab Bar ---------------------------------------------------------*/


/*.tab-bar {
  display: flex;
  justify-content: space-around;
  background: #f0f0f0;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 1rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
}*/

.tab-bar {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}

/* Tabs take up half width on mobile */
.tab{
  width: 50%;
  box-sizing: border-box;
  padding: 1rem;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s, color 0.3s;
  font-size: 1rem;
  line-height: 1.4;
}

/* Optional: raise the arrow slightly */
.tab span {
  position: relative;
  top: -0.1em;
  margin-left: 0.25em;
  font-size: 0.8em;
}

/* DESKTOP: show 4 per row */
@media (min-width: 768px) {
  .tab {
    width: 25%;
  }
}

.arrow {
  vertical-align: 0.15em;
  font-size: 0.9em; /* optional tweak */
}


.content {
  padding: 0rem;
}

.tab-padding {
  padding-top: 30px;
  padding-bottom: 30px;
}

.tab.active {
  background: #fff;
  color: #000;
}


.tab1 {
  background-color: #cee4ee;
  color: #284f9f;
}

.tab2 {
  background-color: #a0a742;
  color: #d0daa1;
}

.tab3 {
  background-color: #f4f2eb;
  color: #565251;
}

.tab4 {
  background-color: #284f9f;
  color: #d0daa1;
}

/*-------------------------------------------------------- tab images ---------------------------------------------------------*/

.tab-image-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; /* Space images evenly */
  width: 100%; /* Take up the full width of the container */
  margin: 0; /* Remove default margin */
  padding: 0; /* Remove default padding */
}

.tab-image-item {
  flex: 1; /* Allow images to grow and shrink */
  box-sizing: border-box; /* Include padding and border in element's total width and height */
  padding: 0; /* Remove padding between images */
  display: flex; /* For vertical centering of image */
  align-items: center;
  justify-content: center;
}

.tab-image-item img {
  width: 100%; /* Make image fill its container */
  height: 100%;
  object-fit: cover; /* Maintain aspect ratio and cover container */
  display: block; /* Removes extra space below image */
}

/* Desktop Styles: Four images in a row */
@media (min-width: 768px) {
  .tab-image-item {
    flex: 0 0 25%; /* Each image takes up 25% of the width */
    max-width: 25%;
  }
  .tab-image-grid {
    flex-direction: row; /* Ensure images are in a row on desktop */
  }
}

/* Mobile Styles: Two images per row */
@media (max-width: 767px) {
  .tab-image-item {
    flex: 0 0 50%; /* Each image takes up 50% of the width */
    max-width: 50%;
  }
  .tab-image-grid {
    flex-direction: row; /* Stack images in a 2x2 grid on mobile */
  }
}

/* Make images square */
.tab-image-item::before {
  content: "";
  display: block;
  padding-bottom: 100%; /* Make height equal to width */
}

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

.product-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto; /* Center the grid within the container */
  margin-right: auto; /* Center the grid within the container */
  width: 100%; /* Take up the full width available within the container */
}

.product-item {
  box-sizing: border-box;
  text-align: center;
}

.product-item .image-container { /* New container for fixed aspect ratio */
  position: relative;
  width: 100%;
  padding-bottom: 100%; /* Creates a 1:1 aspect ratio (square). Adjust as needed */
  overflow: hidden; /* Clip any content that goes outside the container */
  margin-bottom: 10px; /* Space between image and text */
}

.product-item .image-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Crop the image to fill the container */
  display: block;
}

.product-item h6 { /* Using your h6 styles */
  margin-top: 0;
  margin-bottom: 0; /* Removed margin below title */
  /* Add any other h6 specific styles here if needed */
}

/* Desktop Styles: Three columns */
@media (min-width: 768px) {
  .product-item {
    flex: 0 0 33.33%; /* Each item takes up roughly one-third of the width */
    max-width: 33.33%;
    padding: 15px;
  }
}

/* Mobile Styles: Stack items full width */
@media (max-width: 767px) {
  .product-item {
    flex: 0 0 100%; /* Each item takes up the full width */
    max-width: 100%;
    padding: 10px 0 10px;
  }
}












/*-------------------------------------------------------- Cards ---------------------------------------------------------*/


.cards {
  display: grid;
  gap: 0rem;
}

.homepage-cards {
  margin: 0 auto;
  display: grid;
  gap: 0rem;
}

.UX-cards {
  display: grid;
  gap: 1rem;
  flex-grow: inherit;
  align-items: stretch;
  position: relative;
  height: auto;
  flex-grow: 1;
}

@media (min-width: 991.98px){
  .cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .UX-cards {
    grid-template-columns: repeat(2, 1fr);
    object-fit: cover;
  }

  .homepage-cards {
    grid-template-columns: repeat(4, 1fr);
  }

  .cards-UX {
    margin: 0px 0% 0px 0%;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
  }

  .ux-card-child {
    height: 400px;
  }

}

@media (min-width: 300px) and (max-width:899px) {
  .cards {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 0px 0 0px;
    position: relative;
  }

  .UX-cards {
    grid-template-columns: repeat(1, 1fr);
    position: relative;
  }

  .homepage-cards {
    grid-template-columns: repeat(2, 1fr);
    margin: 0px 0px 0 0px;
    position: relative;
  }

  .cards-UX {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 0px 0 0px;
    position: relative;
  }

  .ux-card-child {
    height: 250px;
  }

}


.ux-botanicals {
  background-image: url(../images/Graphics/WebDesign-Top/webdesign.jpg);
  color: rgba(0, 0, 0, 0.0);
  background-color: #a0a742;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
}

.ux-pawcbd {
  background-image: url(../images/Graphics/WebDesign-Top/PawWebDesign.jpg);
  color: rgba(0, 0, 0, 0.0);
  background-color: #a0a742;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
}

.ux-cbdMD {
  background-image: url(../images/Graphics/WebDesign-Top/MDWebDesign\ .jpg);
  color: rgba(0, 0, 0, 0.0);
  background-color: #a0a742;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
}

.ux-coding {
  background-image: url(../images/coding/portfolio.jpg);
  color: rgba(0, 0, 0, 0.0);
  background-color: #a0a742;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: none;
}

.ux:hover {
  color: white;
  background-blend-mode: multiply;
  background-color: rgb(55, 55, 55);
}


.ux-card-child {
  padding: 1rem;
  justify-content: center;
  text-align: center;
  border-radius: 0%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  clear: both;
  z-index: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.card {
  padding: 15px;
  justify-content: center;
  text-align: center;
  border-radius: 0%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}


.card1 {
  background-color: #cee4ee;
  color: #284f9f;
  border-color: #cee4ee;
}

.card2 {
  background-color: #a0a742;
  color: #d0daa1;
  border-color: #a0a742;
}

.card3 {
  /*background-color: #d9add1;
  color: #f0e7e2;
  border-color: #d9add1;*/
  background-color: #f4f2eb;
  color: #565251;
  border-color: #f4f2eb;
}

.card4 {
  /*background-color: #efd791;
  color: #d79f31;
  border-color: #efd791;*/
  background-color: #284f9f;
  color: #d0daa1;
  border-color: #284f9f;
}


.card1:hover {
  background-color: #284f9f;
  color: #cee4ee;
  border-color: #284f9f;
}

.card2:hover {
  background-color: #d0daa1;
  color: #a0a742;
  border-color: #d0daa1;
}

.card3:hover {
  /*background-color: #f0e7e2;
  color: #d9add1;
  border-color: #f0e7e2;*/
  background-color: #565251;
  color: #f4f2eb;
  border-color: #565251;

}

.card4:hover {
  /*background-color: #d79f31;
  color: #efd791;
  border-color: #d79f31;*/
  background-color: #d0daa1;
  color: #284f9f;
  border-color: #d0daa1;
}



/*-------------------------------------------------------- UX/UI Design Pages ---------------------------------------------------------*/



.imagecs {
  width: 100%;
  margin: 25px auto 40px auto;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.cssubtitle {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: none;
  margin: 50px 0 20px 0;
}

.title-center {
  text-align: center!important;
  margin: 40px 0  40px 0;
  /*text-decoration: underline;
  text-underline-offset: 15px;
  text-decoration-thickness: 1px;*/
}


.case-study-links h5 {
  color: white;
  background-color: black;
  padding-top: 35px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  height: 100px;
  justify-content: center;
  letter-spacing: 2px;
  font-weight: light;
  text-transform: uppercase;
}

.case-study-links h5:hover {
  color: black;
  background-color: white;
  border: thin;
  border-color: black;
  border-style: solid;
}

.UX-button {
  color: white;
  background-color: black;
  border: thin;
  border-color: black;
  border-style: solid;
  padding: 10px 50px;
  text-align: center;
  text-decoration: none;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 30px;
  font-weight: 400;
  margin: 25px auto;
  justify-content: center;
  display: inline-block;
}

.UX-button:hover {
  color: black;
  background-color: white;
  border: thin;
  border-color: black;
  border-style: solid;
}

@media (max-width: 800px){
  .UX-button{
    font-size: 12px;
    padding: 8px 25px;    
  }
}

.key-sentence {
  font-style: italic;
}


/*-------------------------------------------------------- About ---------------------------------------------------------*/


.about {
  line-height: 35px;
}

.aboutpic {
  max-width: 40%;
  margin: 10px 50px 10px 50px;
}

.about-title {
  margin: 110px auto 80px auto;
}

.resume {
  margin: auto 150px auto 150px;
  max-width: 100%;
  align-content: center;
  flex-shrink: inherit;
}

.about-image-container {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

.about-image-container img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 300px; /* Adjust this value as needed */
}

@media (max-width: 768px) { /* Adjust breakpoint if necessary */
  .about-image-container {
    flex-direction: column;
  }

  .darkened-section {
    height: 400px;
  }
}

.darkened-section {
  position: relative;
  width: 100%;

  @media (min-width: 769px) {
    height: 300px;
  }
}

.darkened-section img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Adjust brightness as needed */
}

.about-text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;

  @media (max-width: 768px) {
    width: 80%;
  }
}

.about-text-container p{
  margin-top: 15px;
}

.container {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.list-item {
  margin-bottom: 20px;
}

.list-title {
  font-weight: 500; /* Set font weight to 500 */
  margin-bottom: 5px;
}

.underline {
  border-bottom: 1px solid #ccc;
  width: 100%;
}


/*-------------------------------------------------------- Art Direction ---------------------------------------------------------*/



.photo-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-item {
  flex: 0 0 auto;
  width: calc(25% - 10px); /* Adjust width as needed */
  margin-bottom: 10px; /* Adjust margin as needed */
}

.photo-item img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .photo-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 480px) {
  .photo-item {
    width: calc(50% - 5px);
  }
}



/*-------------------------------------------------------- Contact Block ---------------------------------------------------------*/


.contact-section {
  background-color: #f4f2eb;
  text-align: center;
  padding: 40px 0 40px 0;
}

.contact-heading {
  margin-bottom: 20px;
  color: #565251;
}

.contact-form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-label {
  margin-bottom: 5px;
}

.contact-textarea {
  width: 80%;
  padding: 10px;
  border: 1px solid white;
  box-sizing: border-box;
  height: 100px;
}

.contact-button {
  background-color: #808532;
  border: 1px solid #808532;
  color: #d0daa1;
  text-align: left; /* Changed to left-align */
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
  flex: 1; /* Ensures buttons take up equal space */
  cursor: pointer;
  letter-spacing: 2px;
  margin-top: 20px;
}

.contact-button:hover {
  background-color: #d0daa1;
  color: #808532;
  border-color: #d0daa1;
}

@media (min-width: 1201px){
  .contact-button{
    font-size: 14px;
    font-weight: 500;
    padding: 15px 125px;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
  }

  .contact-heading {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }
  

}

@media (min-width: 801px) and (max-width: 1200px){
  .contact-button{
    font-size: 14px;
    font-weight: 500;
    padding: 10px 100px;
    text-align: center;
    justify-content: center;
  }

  .contact-heading {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 60px;
  }

}

@media (max-width: 800px){
  .contact-button{
    font-size: 11px;
    font-weight: 500;
    padding: 10px 35px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }

  .contact-heading {
    margin-bottom: 20px;
    font-size: 45px;
    line-height: 45px;
  }
  
}





/*-------------------------------------------------------- Footer ---------------------------------------------------------*/



.footer {
  background-color: white;
  padding: 0;
  color: gray;
  line-height: 10px;
  z-index: 100;
  position: relative;
  clear: both;
}

.footer__line {
  height: 1px;
  background-color: #ccc;
  margin-bottom: 1rem;
  width: 100%;
  margin: 0;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  padding: 1rem 10% 1rem 10%;
}

.footer__left img {
  width: 40px;
  height: auto;
  color: gray;
}

.footer-email {
  /*font-family: "Noto Serif Display", serif;*/
  text-decoration: underline;
}

@media only screen and (max-width: 768px) { 
  .footer {
    flex-direction: column;
    align-items: center;
  }

  .footer__content {
    display: block;
    text-align: center;
    padding: 1rem 0 1rem 0;
  }

  .footer__left, .footer__right {
    margin-bottom: 1rem;
  }
}



/*-------------------------------------------------------- Menu ---------------------------------------------------------*/



.site-navbar {
  margin-bottom: 0px;
  z-index: 9;
  position: relative; }
  .site-navbar.transparent {
    background: transparent; }
  .site-navbar.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
  .site-navbar .site-logo {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: -20px; }
  .site-navbar .site-navigation.border-bottom {
    border-bottom: 1px solid #f3f3f4 !important; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #a0a742; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      font-size: 15px;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 0px 2px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        text-transform: uppercase;
        letter-spacing: .1em;
        color: #000;
        font-size: 10px;
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #a0a742; }
    .site-navbar .site-navigation .site-menu .has-children {
      position: relative; }
      .site-navbar .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-navbar .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "\e313";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: 'icomoon'; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        border-top: 2px solid #a0a742;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 0px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; 
        z-index: 1;
      }
        
        .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #fff;
            border-width: 10px;
            margin-left: -10px; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown a {
          font-size: 16px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #343a40; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
          color: #a0a742 !important; }
        .site-navbar .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 200px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 9px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              background: #f4f5f9;
              color: #25262a; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
            content: "\e315";
            right: 20px; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
          .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            background: #f4f5f9;
            color: #25262a; }
      .site-navbar .site-navigation .site-menu .has-children a {
        text-transform: uppercase; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #a0a742; }
      .site-navbar .site-navigation .site-menu .has-children:hover, .site-navbar .site-navigation .site-menu .has-children:focus, .site-navbar .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-navbar .site-navigation .site-menu .has-children:hover > .dropdown, .site-navbar .site-navigation .site-menu .has-children:focus > .dropdown, .site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-menu[data-class="social"] a {
  color: #000; }
  .site-menu[data-class="social"] a:hover {
    color: #a0a742; }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .offcanvas-menu .site-mobile-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
          color: #25262a; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 10px 20px;
      display: block;
      position: relative;
      color: #212529; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #a0a742; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #a0a742; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 10px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
        background: #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 12px;
        z-index: 20;
        font-family: "icomoon";
        content: "\f078";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 20px; }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 16px; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 16px;
                padding-left: 60px; }
    .site-mobile-menu .site-nav-wrap[data-class="social"] {
      float: left;
      width: 100%;
      margin-top: 30px;
      padding-bottom: 5em; }
      .site-mobile-menu .site-nav-wrap[data-class="social"] > li {
        width: auto; }
        .site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
          padding-left: 15px !important; }


.site-blocks-vs .bg-image {
  padding-top: 3em;
  padding-bottom: 3em; }
  @media (min-width: 992px) {
    .site-blocks-vs .bg-image {
      padding-top: 5em;
      padding-bottom: 5em; } 
    .second-title {
        display: none;
      }
    h1 .top-left {
      font-size: 100px;
    }
    }

.site-blocks-vs .image {
  width: 80px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80px;
  flex: 0 0 80px; }
  @media (max-width: 991.98px) {
    

    .site-blocks-vs .image {
      margin-left: auto !important;
      margin-right: auto !important; } }
  .site-blocks-vs .image img {
    border-radius: 50%; }
  .site-blocks-vs .image.image-small {
    width: 50px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px; }

.site-blocks-vs .country {
  color: rgba(255, 255, 255, 0.7); }

.match-entry {
  position: relative;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .match-entry .small {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .15em; }
  .match-entry:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 90;
    -webkit-box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 40px -5px rgba(0, 0, 0, 0.1); }

.post-entry {
  position: relative;
  overflow: hidden;
  border: 1px solid #e6e6e6; }
  .post-entry, .post-entry .text {
    border-radius: 4px;
    border-top: none !important; }
  .post-entry .date {
    color: #ccc;
    font-weight: normal;
    letter-spacing: .1em; }
  .post-entry .image {
    overflow: hidden;
    position: relative; }
    .post-entry .image img {
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1); }
  .post-entry:hover .image img, .post-entry:active .image img, .post-entry:focus .image img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

.site-block-tab .nav-item {
  text-transform: uppercase;
  font-size: 0.8rem;
  margin: 0 20px; }
  .site-block-tab .nav-item:first-child {
    margin-left: 0 !important; }
  .site-block-tab .nav-item > a {
    padding-left: 0 !important;
    background: none !important;
    padding-right: 0 !important;
    border-bottom: 2px solid transparent;
    border-radius: 0 !important;
    font-weight: bold;
    color: #cccccc; }
    .site-block-tab .nav-item > a:hover, .site-block-tab .nav-item > a.active {
      border-bottom: 2px solid #a0a742;
      color: #000; }

.block-13, .slide-one-item {
  position: relative;
  z-index: 1; }
  .block-13 .owl-nav, .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: -90px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
    .block-13 .owl-nav .owl-prev, .block-13 .owl-nav .owl-next, .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #000; }
      .block-13 .owl-nav .owl-prev.disabled, .block-13 .owl-nav .owl-next.disabled, .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%; }

.slide-one-item.home-slider .owl-prev {
  left: 10px !important; }

.slide-one-item.home-slider .owl-next {
  right: 10px !important; }

.slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px; }
  @media (min-width: 768px) {
    .slide-one-item.home-slider .owl-prev, .slide-one-item.home-slider .owl-next {
      font-size: 25px; } }
  .slide-one-item.home-slider .owl-prev > span, .slide-one-item.home-slider .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .slide-one-item.home-slider .owl-prev:hover, .slide-one-item.home-slider .owl-prev:focus, .slide-one-item.home-slider .owl-next:hover, .slide-one-item.home-slider .owl-next:focus {
    background: black; }

.slide-one-item.home-slider:hover .owl-nav, .slide-one-item.home-slider:focus .owl-nav, .slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible; }

.block-12 {
  position: relative; }
  .block-12 figure {
    position: relative; }
    .block-12 figure:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
      background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); }
  .block-12 .text-overlay {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    z-index: 10; }
    .block-12 .text-overlay h2 {
      color: #fff; }
  .block-12 .text {
    position: relative;
    top: -100px; }
    .block-12 .text .meta {
      text-transform: uppercase;
      padding-left: 40px;
      color: #fff;
      display: block;
      margin-bottom: 20px; }
    .block-12 .text .text-inner {
      -webkit-box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.3);
      background: #fff;
      padding: 10px;
      margin-right: 30px;
      position: relative; }
      @media (min-width: 576px) {
        .block-12 .text .text-inner {
          padding: 20px; } }
      @media (min-width: 768px) {
        .block-12 .text .text-inner {
          padding: 30px 40px; } }
      .block-12 .text .text-inner:before {
        position: absolute;
        content: "";
        width: 80px;
        height: 4px;
        margin-top: -4px;
        background: #a0a742;
        top: 0; }
      .block-12 .text .text-inner .heading {
        font-size: 20px;
        margin: 0;
        padding: 0; }

.block-16 figure {
  position: relative; }
  .block-16 figure .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 70px;
    height: 70px;
    background: #fff;
    display: block;
    border-radius: 50%;
    opacity: 1;
    color: #a0a742 !important; }
    .block-16 figure .play-button:hover {
      opacity: 1; }
    .block-16 figure .play-button > span {
      position: absolute;
      left: 55%;
      top: 50%;
      -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
      transform: translate(-60%, -50%); }

.block-25 ul, .block-25 ul li {
  padding: 0;
  margin: 0; }

.block-25 ul li a .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px; }
  .block-25 ul li a .image img {
    border-radius: 4px;
    max-width: 100%;
    opacity: 1;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.block-25 ul li a .text .heading {
  font-size: 18px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #999999; }

.block-25 ul li a .meta {
  color:#a0a742; }

.block-25 ul li a:hover img {
  opacity: .5; }

.block-25 ul li a:hover .text .heading {
  color: #fff; }

#date-countdown .countdown-block {
  color: #b3b3b3; }

#date-countdown .label {
  font-size: 40px;
  color: #000; }

.next-match .image {
  width: 50px;
  border-radius: 50%; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #a0a742;
    color: #fff;
    border: 1px solid transparent; }

.site-block-feature-7 .icon {
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.site-block-feature-7:hover .icon, .site-block-feature-7:focus .icon, .site-block-feature-7:active .icon {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }



/*-------------------------------------------------------- Swiper ---------------------------------------------------------*/



.swiper-container {
  height: calc(80vh - 300px); }

.swiper-container .swiper-slide .image-wrap {
  display: block;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.swiper-container .swiper-slide .image-wrap:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}

.swiper-container .swiper-slide .image-wrap .image-info h4:before {
  background: transparent;
}
  
.swiper-container .swiper-slide .image-wrap img {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide .image-wrap .image-info {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.swiper-container .swiper-slide .image-wrap .image-info h4 {
  color: #fff; }

.swiper-container .swiper-slide .image-wrap:hover:before {
  /*background: rgba(0, 0, 0, 0.4); /*image dim*/
  content: ""; }

  .homepage-swiper {
    filter: brightness(40%);
  }

.swiper-container .btn-outline-white {
  background-color: transparent;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 2px;
}

.swiper-container .btn-outline-white:hover {
  background: #fff;
  color: #000; 
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: 10px;
  right: auto;
  z-index: 9; }

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  /*background: rgba(0, 0, 0, 0.6);*/
  padding: 8px;
  content: "\e5c4";
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 20px;
  left: auto; }

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  /*background: rgba(0, 0, 0, 0.6);*/
  padding: 8px;
  content: "\e5c8";
  font-family: 'icomoon';
  font-size: 20px;
  color: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: white; }

#lightgallery .item {
  margin-bottom: 5px;
  align-items: center;
 }
 
.image-fit-home {
  width: 10%;
}

.swiper-background {
  background-color: #f4f2eb; /* Change background color as needed */
  color: #565251;
  padding-top: 35px;
  padding-bottom: 50px;
}

/*-------------------------------------------------------- Scrolling Banner ---------------------------------------------------------*/


.scrolling-banner {
  background-color: #000;
  color: #fff;
  overflow: hidden;
  height: 40px;
  display: flex;
  align-items: center;
  font-family: sans-serif;
  font-size: 16px;
  white-space: nowrap;
}

.scrolling-track {
  display: flex;
  animation: scroll-loop 50s linear infinite;
}

.scrolling-text {
  padding-right: 100px; /* space between repeated texts */
}
  
@keyframes scroll-loop {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}



/*-------------------------------------------------------- 9x16 3 Videos ---------------------------------------------------------*/


portrait-body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f0f0;
}

.portrait-video-container {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
  overflow-x: visible;
  scroll-snap-type: none;
  -webkit-overflow-scrolling: auto;
  position: relative;
}

.portrait-video-wrapper {
  aspect-ratio: 9 / 16;
  width: 100%;
  background-color: #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
  flex: 0 0 100%;
}

portrait-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 769px) {
  .portrait-video-container {
      flex-direction: row;
      overflow-x: visible;
      scroll-snap-type: none;
      padding-left: 8.5%;
      padding-right: 8.5%;
      justify-content: center;
  }
  .portrait-video-wrapper {
      width: calc(33.33% - 20px);
      flex: 0 0 auto;
  }
}

@media (max-width: 768px) {
  .portrait-video-container {
      padding-left: 35px;
      padding-right: 35px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
  }
  .portrait-video-wrapper {
      margin-right: 10px;
      flex: 0 0 100%;
  }

}

/* CSS Arrows */
.portrait-video-container::-webkit-scrollbar {
  display: none;
}

.portrait-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}

.portrait-video-container:hover .portrait-arrow {
  opacity: 1;
}

.portrait-arrow-left {
  left: 10px;
}

.portrait-arrow-right {
  right: 10px;
}

.portrait-arrow.disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

@media (min-width: 769px) {
  .portrait-arrow {
      display: none;
  }
}

