html, body {
    max-width: 100%;
    overflow-x: hidden;
}
.headerline{
    /* position: absolute; */
    z-index: 1;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: white;
    margin-top: 40px;
}
.header-logo{
    width: 40%;
    display: flex;
    justify-content: center;
    align-items: start;
    text-decoration: none;
    color: black;
    outline: none;
}
.company_name{
    padding-top: 30px;
}
.header-navbar{
    width: 55%;
    background-color: #9a1b1b !important;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
}
.navbar{
    background-color:#9a1b1b !important ;
    border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important;
    align-items: start;
    height: 100px;
}
.nav-item{
   padding-top: 20px;
   padding-bottom: 20px;
}
.nav-link{
    color: white;
    font-weight: bold;
    font-size: 14px;
    margin-right: 1rem;
}
.slider{
    width: 100%;
    /* border-top-left-radius: 50px !important;
    border-top-right-radius: 50px !important; */
    /* margin-top: -80px; */
    background-color: white !important;
    height: 490px;
}
/* .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size:cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    border-top-left-radius: 80px !important;
    border-top-right-radius: 80px !important;
    background-color: white;
    box-shadow: 0px 25px 53px #9a1b1b ;
} */
.slide.active {
    opacity: 1;
}
.text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: red;
    font-size: 2.5rem;
    font-weight: bold;
    opacity: 0;
    animation: fadeInText 1.5s ease-in-out 1s forwards;
}
.social-bar {
    position: fixed;
    top: 60%;
    right: 0;
    /* transform: translateY(-50%); */
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: #9a1b1b;
    padding: 10px;
    border-radius: 30px 30px 0 30px;
    z-index: 6;
}

.social-bar a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    color: white;
    border-radius: 50%;
    text-decoration: none;
    font-size: 30px;
    transition: all 0.3s ease-in-out;
}

.social-bar a:hover {
    transform: scale(1.1);
}

@keyframes fadeInText {
    from {
        opacity: 0;
        transform: translate(-50%, -55%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}
.second-main{
    width: 100%;
    background-color: #120505;
    margin-top: 80px;
    /* background-image: url(images/Asset\ 9.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */

}
.grid-background-style {
    position: relative; /* Ensures absolute positioning inside */
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    background-color: #120505;
    /* margin-top: -55px; */
}

/* Grid Background */
.grid-background-style::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        linear-gradient(rgba(255, 255, 255, 0.3) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.3) 1px, transparent 1px);
    background-size: 40px 40px;
    z-index: 0; /* Keeps it behind the text */
}
.chisiamo-container{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.chisiamo-img{
    position: relative;
    z-index: 2;
}
.chisaiamo-container{
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}
.chisiamo-title{
    font-size:  45px;
}
.chisiamo-text{
    font-size: 16px;
    padding-top: 15px;
    text-align: start;
}
.chisiamo-sub-title{
    font-size: 20px;
    padding-top: 35px;
}
.text-cont {
    position: relative;
    color: white;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    z-index: 1; /* Puts text above the grid */
}
.grid-container {
    display: grid;
    width: 100%;
    height: 100vh;
    grid-template-columns: repeat(35, 1fr); /* 40 columns */
    grid-template-rows: repeat(20, 1fr); /* Adjust row count */
}
.grid-container div {
    border: 1px solid rgba(255, 255, 255, 0.3);/* White grid lines */
}
.first-banner{
    width: 100%;
    display: flex;
    justify-content: start;
    margin-top: 200px;
    padding-bottom: 40px;
}
.swiper {
    width: 80%;
    height: 400px;
    margin-top: 50px;
    padding-bottom: 50px;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
  }
 .swiper-pagination-bullet-active{
    color: #9a1b1b !important;
    background-color: #9a1b1b !important;
 }
 .news-section{
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 80px;
    position: relative;
    z-index: 2;
 }
 .news-header{
    width: 16%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9a1b1b;
    height: 60px;
    color: white;
    font-weight: bold;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    margin-bottom: 30px;
    font-size: 20px;
 }
 .news-gallery-container{
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    padding-top: 20px;
    padding-bottom: 10px;
 }
.news-image{
    border-radius: 20px;
}
.arapi-button{
    background-color: white;
    color: #9a1b1b;
    padding: 15px;
    border-radius: 10px;
    box-shadow: none;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease-in-out; 
    font-weight: bold;
}
.arapi-button:hover {
    background-color: white;  
    transform: scale(1.05);  
}
.arapi-button:active {
    transform: scale(0.95);  
}

.arapi-button:focus {
    outline: none;  
    box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); 
}
.article-header-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    margin: 0 auto;
}
.article-header{
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #9a1b1b;
    border-radius: 50px;
    height: 50px;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 60%;
    font-weight: bold;
}
.article-text{
    color: white;
    gap: 1px;
    font-size: 19px;
}
.news-button-row
{
    width: 100%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px;
}
.latest-projects{
    width: 100%;
    background-color: #120505;
    padding-bottom: 50px;
}
.gallery {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    max-width: 90%;
    margin: 0 auto;
    padding-top: 30px;
}
.image-container {
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    border-right: 4px solid #9a1b1b;
}
.image-container img {
    width: 320px;
    height: 320px;
    display: block;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
.image-container:hover img {
    opacity: 0.1;
    transform: scale(1.05);
}
.image-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: rgba(0, 0, 0, 0.7); */
    background-color: white;
    color: #b22222;
    padding: 10px 15px;
    border-radius: 5px;
    border: 2px solid #9a1b1b;
    font-size: 18px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    text-align: center;
    width: 80%;
}
.image-container:hover .image-text {
    opacity: 1;
}
.projects-header{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #9a1b1b;
    height: 60px;
    color: white;
    font-weight: bold;
    /* border-top-right-radius: 50px;
    border-bottom-right-radius: 50px; */
    font-size: 20px;
 }
.footer{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: white;
    padding-bottom: 30px;
}
.footer-main-column{
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}
.footer-column{
    width: 20%;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.footer-logo{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.footer-icons{
    margin-right: 10px;
}
.footers-link{
    text-decoration: none;
    transition: color 0.5s ease-in-out;
    color: black;
}
.footers-link:hover{
    color: #9a1b1b;
}
.footer-social-row{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.whitespace{
    width: 100%;
    height: 120px;
}
.footer-column-child{
    margin-bottom: 10px;
}
.copyright-row{
    background-color: #9a1b1b;
    width: 100%;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}
.copyright-element{
    margin-right: 15px;
}
.btn{
    color: white !important;
}
.bold-link{
    font-weight: bold;
}
.chisiamo-main{
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 40px;
}
.family-img{
    width: 50%;
}
.family-img img{
    border-radius: 20px;
}
.about-family-txt{
    width: 47%;
}
.page-main-title{
    width: 100%;
    background-color: #120505;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 38px;
    font-weight: bold;
}
.progress-container {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    max-width: 600px;
    width: 100%;
    text-align: center;
}
.progress-box {
    margin-bottom: 15px;
    text-align: left;
}
.progress-box p {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}
.progress-bar {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(90deg, #b22222, #9a1b1b);
    width: 0%; /* Start from zero */
    transition: width 2s ease-in-out; /* Smooth animation */
}
small {
    font-size: 12px;
    color: #555;
    display: block;
    margin-top: 5px;
}
.portfolio-lavori-main{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    border-bottom: 1px solid #120505;
    padding-bottom: 60px;
    flex-wrap: wrap;
}
.progress-container h1{
    margin-bottom: 30px;
}
.LAVORI-IN-CORSO-title{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    margin-bottom: 30px;
    margin-top: 30px;
}
.certificates-image-gallery {
    display: flex;
    gap: 10px;
}
.certificate-thumbnail {
    width: 100px;
    height: 120px;
    object-fit: cover;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 0.3s ease-in-out;
}
.certificate-thumbnail:hover {
    transform: scale(1.1);
}
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.expanded-img {
    width: auto;
    height: 100vh;
    max-width: 800px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
}
.certications-container{
    width: 96%;
    margin: 50 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cretication-space{
    width: 48%;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid grey;
    padding-bottom: 20px;
}
.certification-title{
    margin-bottom: 30px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #9a1b1b;
}
.ponti-row-one{
    width: 30%;
    height: auto;
}
.ponti-slider-container {
    width: 98%;
    margin: 0px auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    /* background-color: #120505; */
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 30px;
}
.carousel-inner{
    width: 100%;
}
.carousel{
    width: 40% !important;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 30px;
}
.carousel-item img{
    border-radius: 30px;
}
.carousel-caption {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent black background */
    padding: 15px;
    border-radius: 10px; /* Optional: Rounded corners */
}
.ponti-intro{
    width: 70%;
    margin: 30 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.ponti-mid-img-cover{
    width: 90%;
    margin: 30 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ponti-mid-img-cover img{
    width: 100%;
    height: auto;
    border-radius: 30px;
}
.ponti-mid-img-cover h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #9a1b1b;
    font-weight: bold;
}
.dropdown-menu {
    background-color: #9a1b1b;
}
.dropdown-item{
    color: white;
    /* font-weight: bold; */
}
.homepage-gallery {

    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 97%;
    justify-content: center;
    margin: 20 auto;
}
.homepage-gallery img {
    height: 250px;
    border-radius: 20px;
    object-fit: contain;
    display: block;
}
.work-in-progress{
    width: 100%;
    margin-top: 100px;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.circle-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
   /* Progress bar animation */
   @keyframes progress {
    0% { --percentage: 0; }
    100% { --percentage: var(--value); }
}

@property --percentage {
    syntax: '<number>';
    inherits: true;
    initial-value: 0;
}

[role="progressbar"] {
    --percentage: var(--value);
    --primary: #9a1b1b;
    --secondary: white;
    --size: 200px;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;;
    color: white;
    font-size: 35px;
}

[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) '%';
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: #9a1b1b;
    padding-bottom: 50px;
    display: none;
}
.description {
    margin-top: 30px;
    font-size: 22px;
    color: white;
    text-align: center;
}
.contact-container {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    opacity: 0.9;
}
.contatti-main{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(images/index-main-slider/three.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-info {
    margin-bottom: 1rem;
    font-size: 1rem;
}
.contact-info p {
    margin: 0.5rem 0;
}
.social-links a {
    margin: 0 10px;
    text-decoration: none;
    font-size: 1.5rem;
    color: #333;
    transition: color 0.3s;
}
.social-links a:hover {
    color: #007BFF;
}


@media screen and (max-width: 600px) {
  
    .headerline{
        margin-top: 10px;
    }
    .header-logo{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
    }
    .header-navbar{
        width: 100%;
    }
    .navbar{
        border-top-left-radius: 30px !important;
        border-top-right-radius: 30px !important;
        height: auto;
    }
    .slider{
        width: 100%;
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
        margin-top: 0px;
        background-color: white !important;
        height: auto;
    }
    /* .slide {
        border-top-left-radius: 0px !important;
        border-top-right-radius: 0px !important;
    } */
    .gallery {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-header{
        width: 40%;
    }
    .article-header{
        width: 95%;
        height: 75px;
        text-align: center;
        border-radius: 20px;
    }
    .social-bar{
        display: none;
    }
    .image-text{
        font-size: 15px;
    }
    .news-gallery-container{
        width: 95%;
    }
    .n-img-two{
        display: none;
    }
    .n-img-one{
        width: 48%;
    }
    .n-img-three{
        width: 48%;
    }
    .projects-header{
        width: 100%;
     }
     .gallery {
        grid-template-columns: repeat(1, 1fr);
        gap: 25px;
        max-width: 95%;
        margin: 0 auto;
    }
    .image-container {
        position: relative;
        overflow: hidden;
        border-radius: 50px;
    }
    .image-container img {
        width: 450px;
        height: 450px;
    }
    .footer-main-column{
        width: 100%;
    }
    .footer-column{
        width: 100%;
        display: flex !important;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
    }
    .whitespace{
        display: none;
    }
    .footers-link{
        text-align: center !important;
    }
    .footer-social-row{
        margin-bottom: 30px;
    }
    .copyright-row{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap !important;
        margin-top: 15px;
    }
    .copyright-element{
        margin-right: 15px;
    }
    .privacy{
        display: none;
    }
    .chisiamo-container{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        
    }
    .chisiamo-img{
        width: 100%;
    }
    .chisiamo-title{
        width: 100%;
        text-align: center;
    }
    .chisaiamo-container{
        width: 97%;
        margin: 0 auto;
    }
    .chisiamo-text{
        text-align: center;
        width: 95%;
        margin: 0 auto;
    }
    .chisiamo-sub-title{
        font-size: 20px;
        padding-top: 35px;
    }
    .article-header-container{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .article-text{
        text-align: center;
        width: 95%;
    }
    .family-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-family-txt{
        width: 100%;
        text-align: center;
    }
    .page-main-title{
        width: 100%;
        background-color: #120505;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 15px;
        font-weight: bold;
    }
    .cretication-space{
        width: 100%;
    }
    .carousel{
        width: 100% !important;
    }
    .ponti-intro{
        width: 98%;
    }
    .caption-heading h3 {
        font-size: 0.5rem;
        margin-bottom: 1.5rem;
        text-transform: uppercase;
        text-indent: -0.2rem;
        letter-spacing: 0.2rem;
        font-weight: 100;
      }
      .caption{
        left: 0rem !important;
      }
      .caption-heading{
        text-align: center
      }
      .caption-subhead{
        text-align: center
      }
      .circle-container{
        margin-bottom: 30px
      }
      
}





@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 100%;
    }
}

.caption {
  position: absolute;
  top: 50%;
  left: 8rem;
  z-index: 9;
  transform: translateY(60px);
  opacity: 0;
  transition: 500ms ease opacity, 500ms ease transform;

  &.current-caption {
    transition-delay: 1000ms;
    opacity: 1;
    transform: translateY(0);
  }

  &.previous-caption {
    transform: translateY(-60px);
  }

  .caption-heading {
    transition: 500ms ease-in all;
    color: white;
    font-weight: bold;
  }

  .caption-heading h3 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    text-indent: -0.2rem;
    letter-spacing: 0.2rem;
    font-weight: 300;
  }

  .caption-subhead {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    letter-spacing: 4px;
    word-spacing: 0.1rem;
    margin-bottom: 2.5rem;
    display: block;
  }

  a.btn {
    color: #333;
    font-size: 0.8rem;
    text-decoration: none;
    background-color: white;
    padding: 0.5rem 1rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    position: relative;
    z-index: 9;
    transition: 250ms ease-in background-color, 500ms ease-in color;

    &:hover {
      background-color: black;
      color: white;
    }
  }
}

.container {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  background-color: #120505;
  padding: 0 !important;
}

.left-col,
.right-col {
  width: 100%;
  box-sizing: border-box;
  height: calc(100% - 4rem);
  overflow: hidden;
}

.left-col {
  background-size: cover;
  background-position: center top;
  overflow: hidden;
  position: relative;

  .slide {
    filter: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat;
    opacity: 0;
    transition: 1000ms cubic-bezier(1.000, 0.040, 0.355, 1.000) transform,
      1000ms cubic-bezier(0.680, -0.550, 0.265, 1.550) clip-path;
    transform: translateY(-100%);
    z-index: -1;

    &.previous {
      z-index: 1;
      opacity: 1;
      transform: translateY(0);
      animation-delay: 1s;
      clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
      transition: 3s ease transform;
      will-change: transform;
    }

    &.previous.change {
      transform: translateY(50%);
    }

    &.next {
      transform: translateY(-100%);
      z-index: 3;
      opacity: 1;
      clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    }

    &.current {
      opacity: 1;
      transform: translateY(0) scale(1.25);
      z-index: 2;
      clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    }
  }
}

.right-col {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-col .preview {
  max-width: 400px;
}

.nav {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
  overflow: hidden;

  a {
    color: rgba(250, 250, 250, 1);
    font-size: 3rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
  }

  &:hover .slide-up,
  &:hover .slide-down {
    opacity: 0.5;
    transform: translateX(0);
  }
 
  .slide-up,
  .slide-down {
    display: block;
    position: absolute;
    text-align: center;
    padding: 1rem;
    opacity: 0;
    transition: 0.25s ease opacity, 0.25s ease transform;
    z-index: 99;

    &:hover {
      opacity: 1;
    }

    a {
      text-decoration: none;
      font-weight: 300 !important;
    }
  }

  .slide-up {
    top: 50%;
    left: 0;
    transform: translateX(-100%);
  }

  .slide-down {
    top: 50%;
    right: 0;
    transform: translateX(100%);
  }
}
@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 100%;
    }
    .description{
        font-size: 16px;
    }
    .article-header {
        width: 95%;
    }
    .news-header {
        width: 27%;
    }
    .footer-logo{
        text-align: center;
    }
}
@media (min-width: 760px) and (max-width: 1000px){
    .nav-link{
        margin-right: 0rem;
        font-size: 9px;
    }
}