:root {
    --red: hsl(0, 78%, 62%);
    --cyan: hsl(180, 62%, 55%);
    --orange: hsl(34, 97%, 64%);
    --blue: hsl(212, 86%, 64%);
    --varyDarkBlue: hsl(234, 12%, 34%);
    --grayishBlue: hsl(229, 6%, 66%);
    --veryLightGray: hsl(0, 0%, 98%);
    --weight1: 200;
    --weight2: 400;
    --weight3: 600;
}

.containerBack {
    /* background: url('/client/images/works/web/parallax-1.jpg') no-repeat center center/cover; */
    /* background: url('/client/images/works/web/backs/canva2.jpeg') ; */
    background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  height: 50vh;
  padding-top:0px;
  padding-bottom: 0;
  margin-bottom: -20px;

  align-content: center;
 
}
.ourAdvantages{
    background-color: #091E3E;
    padding-top: 0;
}
.row-30{
    display: flex;
    flex-direction: row; 
    align-items: center;
}
.box{
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 30px;
    /* margin: 20px;  */
}

@media (max-width: 950px) {
    .box {
       
        margin: 30px; 
    }
    
}
.containerBack .content {
   
    
    text-align: center;
    
}

.discover .content, .discover .content h1{ 
    color: #fff !important;
}

.containerBack .content p {
    font-size: 1.2em;
   
    color: white;
}

.buttons {
    display: flex;
    gap: 10px;
    justify-content: center;

}

.btn {
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;

}
.get{
    background-color: rgb(102, 137, 255);
    border-bottom-color:rgb(102, 137, 255) ;
    border-bottom-style: solid;
    border-bottom-width: 1.6px;
    
}
.btn-primary {
    background: #4A90E2;
    color: white;
}

.btn-primary:hover {
    background: #357ABD;
}

.btn-secondary {
    background: transparent;
    border: 2px solid white;
    color: white;
}

.btn-secondary:hover {
    background: white;
    color: #4A90E2;
}


.attribution { 
    font-size: 11px; text-align: center; 
}
.attribution a { 
    color: hsl(228, 45%, 44%); 
}

h1:first-of-type {
    font-weight: var(--weight1);
    color: var(--varyDarkBlue);

}

h1:last-of-type {
    color: var(--varyDarkBlue);
}

@media (max-width: 400px) {
    h1 {
        font-size: 1.5rem;
    }
}

.header {
    text-align: center;
    line-height: 0.8;
    margin-bottom: 50px;
    margin-top: 100px;
}

.header p {
    margin: 0 auto;
    line-height: 2;
    color: var(--grayishBlue);
}


.box p {
    color: var(--grayishBlue);
}



.ourAdvantages img {
    float: right;
}

@media (max-width: 450px) {
    .box {
        height: 200px;
    }
    .row1-container img, .row2-container img{
        /* display: none; */
        height: 35%;
        width:20%
    }
    .isotope-filters-list li{
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 768px){
   .webquote{
    background-size: cover;
   }
    .containerBack{
        background-size: 100%;
        height: 100%;
    }

    .containerBack h1{
        text-align: center;
        justify-content: center;
        margin-top: 100px;
        font-size: 30px;
    }
    .containerBack p{
        text-align: center;
        justify-content: center;
    }
   
   
}
@media (max-width: 950px) and (min-width: 450px) {
    .box {
        text-align: center;
        height: 180px;
    }
    .row1-container img, .row2-container img{
        height: 50%;
        width: 10%;
    }
   
}

.cyan {
    border-top: 3px solid var(--cyan);
}
.red {
    border-top: 3px solid var(--red);
}
.blue {
    border-top: 3px solid var(--blue);
}
.orange {
    border-top: 3px solid var(--orange);
}

h2 {
    color: var(--varyDarkBlue);
    font-weight: var(--weight3);
}


@media (min-width: 950px) {
    .row1-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .containerBack{
        background-size:  100%;;
    }
    /* .row1-container img{
        width: 50%;
    } */
    .row2-container {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .box-down {
        position: relative;
        top: 150px;
    }
    .box {
        width: 20%;
        margin: 20px; 
    }
    .header p {
        width: 30%;
    }
    .isotope-filters-list{
        display: flex;
        flex-direction: row;
        padding: 0; /* Remove default padding */
        margin: 0;
    }

}
/* Latest Projects Section */
#projects {
  background-color: #091E3E;
    padding-top: 10px;
  }
  
  #projects h2 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  
  #projects p {
    font-size: 18px;
    margin-bottom: 40px;
  }
  
  .isotope-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;

  }
  
  .isotope-filters-toggle {
    margin-bottom: 20px;
  }
  
  .isotope-filters-list {

    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .isotope-filters-list li {
   
    margin-right: 15px;
  }
  
  .isotope-filters-list li:last-child {
    margin-right: 0;
  }
  
  .isotope-filters-list a {
    font-size: 16px;
    color: white;
    text-decoration: none;
    padding: 8px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  
  .isotope-filters-list a.webactive,
  .isotope-filters-list a:hover {
    background-color: rgb(6, 163, 218);
    color: #fff;
  }
  
  .thumbnail-classic-figure {
    position: relative;
}

.thumbnail-classic-figure a {
    z-index: 1; /* Make sure the anchor tags are behind the caption */
}
  
  .thumbnail-classic-figure img {
    display: block;
    width: 100%;
    height: auto;
    z-index: 1; /* Ensures the image is behind the caption */
}
  
.thumbnail-classic-caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    pointer-events: none; /* Disable pointer events for the caption and its children */
}
.thumbnail-classic-caption * {
    pointer-events: none; /* Ensure no element inside the caption can intercept clicks */
}
.thumbnail-classic-figure:hover .thumbnail-classic-caption {
    opacity: 1;
}
  .thumbnail-classic-title-wrap {
    display: flex;
    align-items: center;
  }
  
  .thumbnail-classic-title {
    margin-left: 10px;
    font-size: 1.2em;
    color: rgb(6, 163, 218);
  }
  
  
.thumbnail-classic-text {
    margin-top: 10px;
    text-align: center;
    font-size: 1em;
    background-color: #0000009d;
    padding: 10px;
}
.search {
    color: rgb(6, 163, 218);
    font-size: 35px;
    margin-right: -10px;
}