
.navbarbottom{
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgba(128, 128, 128, 0.6);
   } 
    

   @media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.navbarbottom {
    transition: transform 0.5s ease-in-out;
    
    transform: translateY(0);

}

.navbarbottom.hide {
    transform: translateY(100%);
}





      

.container123 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
}

/* Cursor */
.txt-type > .txt {
  border-right: 0.2rem solid #777;
}

@media(min-width: 1200px) {
  h1 {
    font-size: 3rem;
  }
}

@media(max-width: 800px) {
  .container {
    padding: 0 1rem;
  }

  h1 {
    font-size: 4rem;
  }
}

@media(max-width: 500px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 1.5rem;
  }
}



.mycard {
background: #fff;
border-radius: 4px;
box-shadow: 0px 14px 80px rgba(233, 233, 243, 0.5);
max-width: 400px;
display: flex;
flex-direction: row;
border-radius: 25px;
position: relative;
height: 400px;
border: 2px solid black;
}

.mycard .title {
padding: 1rem;
text-align: right;
color: green;
font-weight: bold;
font-size: 12px;
}
.mycard .desc {
padding: 0.5rem 1rem;
font-size: 12px;
}
.mycard .actions {
display: grid;
grid-template-columns: repeat(3, 1fr);
align-items: center;
padding: 0.5rem 1rem;
}
.mycard svg {
width: 85px;
height: 85px;
margin: 0 auto;
}
.img-avatar {
width: 80px;
height: 80px;
position: absolute;
border-radius: 50%;
border: 6px solid white;
top: 15px;
left: 85px;
}

.card-text {
display: grid;
grid-template-columns: 1fr 2fr;
}

.title-total {
padding: 2.5em 1.5em 1.5em 1.5em;
}

path {
fill: white;
}

.img-portada {
width: 100%;
}

.portada {
width: 100%;
height: 100%;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
/* background-image: url("https://www.shutterstock.com/shutterstock/photos/2136788111/display_1500/stock-photo-successful-data-center-it-specialist-using-laptop-computer-server-farm-cloud-computing-facility-2136788111.jpg"); */
background-position: bottom center;
background-size: cover;
}

.buttonlast {
border: none;
background: none;
font-size: 24px;
color: #8bc34a;
cursor: pointer;
transition:.5s;
&:hover{
color: #4CAF50  ;
transform: rotate(22deg)
}
}







video {
object-fit: cover;
width: 100%;
height: 100%;

top: 0;
left: 0;
border-radius: 10px;
}



.menu {

background: rgba(0, 0, 0, 0.5);

border-radius: 20px;
padding: 20px 10px 10px 10px;
opacity: 80%;

flex-direction: column;
backdrop-filter: blur(10px);
border: 1px solid #777;
box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
float: right;
z-index: 2;

}






#scroll-view {
  max-height: 900px; /* Set the maximum height as per your requirement */
   overflow: auto;
}
#scroll-view::-webkit-scrollbar {
  width: 0; /* Hide the scrollbar */
}






article {
--img-scale: 1.001;
--title-color: black;
--link-icon-translate: -20px;
--link-icon-opacity: 0;
position: relative;
border-radius: 16px;
box-shadow: none;
background: #fff;
transform-origin: center;
transition: all 0.4s ease-in-out;
overflow: hidden;
}

article a::after {
position: absolute;
inset-block: 0;
inset-inline: 0;
cursor: pointer;
content: "";
}

/* basic article elements styling */
article h2 {
margin: 0 0 18px 0;
font-family: "Bebas Neue", cursive;
font-size: 1.9rem;
letter-spacing: 0.06em;
color: var(--title-color);
transition: color 0.3s ease-out;
}

figure {
margin: 0;
padding: 0;
aspect-ratio: 16 / 9;
overflow: hidden;
}

article img {
max-width: 100%;
transform-origin: center;
transform: scale(var(--img-scale));
transition: transform 0.4s ease-in-out;
}

.article-body {
padding: 24px;
}

article a {
display: inline-flex;
align-items: center;
text-decoration: none;
color: #28666e;
}

article a:focus {
outline: 1px dotted #28666e;
}

article a .icon {
min-width: 24px;
width: 24px;
height: 24px;
margin-left: 5px;
transform: translateX(var(--link-icon-translate));
opacity: var(--link-icon-opacity);
transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */


/************************ 
Generic layout (demo looks)
**************************/

*,
*::before,
*::after {
box-sizing: border-box;
}


.articles {
display: grid;
max-width: 1500px;
margin-inline: auto;
padding-inline: 24px;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 24px;
}

@media screen and (max-width: 960px) {
article {
container: card/inline-size;
}
.article-body p {
display: none;
}

}

@container card (min-width: 380px) {
.article-wrapper {
display: grid;
grid-template-columns: 100px 1fr;
gap: 16px;
}
.article-body {
padding-left: 0;
}
figure {
width: 100%;
height: 100%;
overflow: hidden;
}
figure img {
height: 100%;
aspect-ratio: 1;
object-fit: cover;
}

}

.sr-only:not(:focus):not(:active) {
clip: rect(0 0 0 0); 
clip-path: inset(50%);
height: 1px;
overflow: hidden;
position: absolute;
white-space: nowrap; 
width: 1px;
}





h1 {
    text-align: center
  }
  
  .toggles{ 
  
    max-width: 100%;
    margin: 0 auto;
    display: block;
    clear: both;
    overflow: hidden;
    text-align: center;
    
    
  }
  
  button{
    border: 2px solid #e3e3e3;
    border-radius: 40px; 
    background-color: #f5f5f5;
    display: inline-block;
    padding: 10px;
    width: 150px;
    overflow: visible;
    margin: 5px auto !important; 
    
  }
  
  
  
  button:hover {
  color: #FFF;
      background-color: #000;
      border: 1px solid #000
  }
  
  .covers{
      display: flex;
      flex-wrap: wrap; /* Creates rows */
      height: 100%;
    
      
    div {
      margin: 2%;
    }
    
    img {
      border: 1px solid #ddd; /*Gray border */
      border-radius: 4px;  /*Rounded border */
      padding: 5px; 
      width: 150px;
    }
    #audio{
      width: 160px;
    }
    
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  #example {
    width: 100%;
    max-width: 400px;
    
    margin: auto;
  
  }
  ul.list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  ul.list li {
    display: flex;
    padding: 15px;
    flex-direction: column;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
    margin-bottom: 10px;
    background-color: #fff;
    border-left: 4px solid #fff;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
  }
  ul.list li .title {
    font-weight: bold;
    font-size: 18px;
    position: relative;
    z-index: 1;
    line-height: 24px;
  }
  ul.list li .subtitle {
    position: relative;
    z-index: 1;
    font-size: 14px;
    opacity: 0.7;
  }
  
  ul.list li:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    transition: width 0.3s ease;
  }
  ul.list li:hover {
    color: #fff;
  }
  ul.list li:hover:after {
    width: 100%;
    transition: width 0.3s ease;
  }
  /* Shopping */
  ul.list li.shopping:after {
    background: linear-gradient(102deg, #eedaed 0%, #afcdee 100%);
  }
  ul.list li.shopping {
    border-left-color: #6d6c6d;
  }
  /* Personal */
  ul.list li.personal:after {
    background: linear-gradient(102deg, #00cc88 0%, #1096b7 100%);
  }
  ul.list li.personal {
    border-left-color: #00cc88;
  }
  /* Work */
  ul.list li.work:after {
    background: linear-gradient(102deg, #fa5437 0%, #ed4618 100%);
  }
  ul.list li.work {
    border-left-color: #fa5437;
  }
  
  
  
  
  
  
  
  
  .fixed {
    position: fixed;
    top: 0;
    right: auto; /* Place the div on the right side */
    width: 300px; /* Adjust width as needed */
    z-index: 1000;
    background-color: white; /* Ensure it has a background to avoid overlap issues */
  }
  
  .relative {
    position: relative;
  }
  






  .hidden {
    display: none;
  }

  .article-wrapper {
position: relative;
}

.company-name {
position: absolute;
top: 20%;
left: 11%;
transform: translate(-50%, -50%);
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
color: white;
padding: 5px;
border-radius: 15px;
text-align: center;
}

figure {
margin: 0;
position: relative;
}
.cname{
font-size: 12px;
font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
li.hoverable:hover {
color: #70afe9;
}



 
.owl-carousel .owl-item {
    opacity: 1; /* Increase opacity */
}


        .testimonial{
            margin: 0 20px 40px;
        }
        .testimonial .testimonial-content{
            padding: 35px 25px 35px 50px;
            margin-bottom: 35px;
            background: #fff;
            position: relative;
        }
        .testimonial .testimonial-content:before{
            content: "";
            position: absolute;
            bottom: -30px;
            left: 0;
            border-top: 15px solid #718076;
            border-left: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial .testimonial-content:after{
            content: "";
            position: absolute;
            bottom: -30px;
            right: 0;
            border-top: 15px solid #718076;
            border-right: 15px solid transparent;
            border-bottom: 15px solid transparent;
        }
        .testimonial-content .testimonial-icon{
            width: 50px;
            height: 45px;
            background: #677ee6;
            text-align: center;
            font-size: 22px;
            color: #fff;
            line-height: 42px;
            position: absolute;
            top: 37px;
            left: -19px;
        }
        .testimonial-content .testimonial-icon:before{
            content: "";
            border-bottom: 16px solid #05A739;
            border-left: 18px solid transparent;
            position: absolute;
            top: -16px;
            left: 1px;
        }
        .testimonial .description{
            font-size: 15px;
            font-style: italic;
            color: black;
            line-height: 23px;
            margin: 0;
        }
        .testimonial .title{
            display: block;
            font-size: 18px;
            font-weight: 700;
            color: black;
            text-transform: capitalize;
            letter-spacing: 1px;
            margin: 0 0 5px 0;
        }
        .testimonial .post{
            display: block;
            font-size: 14px;
            color: #0CCA4A;
        }
        .owl-theme .owl-controls{
            margin-top: 20px;
        }
        .owl-theme .owl-controls .owl-page span{
            background: #ccc;
            opacity: 1;
            transition: all 0.4s ease 0s;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls.clickable .owl-page:hover span{
            background: #0CCA4A;
        }

        .hs {
            position: relative;
            font-size: 20px;
            z-index: 1;
            overflow: hidden;
            text-align: center;
        }
        .hs:before, .hs:after {
            position: absolute;
            top: 51%;
            overflow: hidden;
            width: 48%;
            height: 1px;
            content: '\a0';
            background-color: black; /* change color if needed*/
            margin-left: 2%;
        }
        .hs:before {
            margin-left: -50%;
            text-align: right;
        }




        
    .container123 {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
      }
  
      /* Cursor */
      .txt-type > .txt {
        border-right: 0.2rem solid #777;
      }
  
    @media(min-width: 1200px) {
        h1 {
          font-size: 3rem;
        }
      }
  
      @media(max-width: 800px) {
        .container {
          padding: 0 1rem;
        }
  
        h1 {
          font-size: 4rem;
        }
      }
  
      @media(max-width: 500px) {
        h1 {
          font-size: 2.5rem;
        }
  
        h2 {
          font-size: 1.5rem;
        }
      }
  
  