* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
    font-family: 'Century Gothic', sans-serif;
}

/* header */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 60px;
    background-color: rgb(243 231 176 / 44%);
}

.logo img {
    width: 135px;
    height: 100px;
    cursor: pointer;
}


.phone {
    display: flex;
    align-items: center;
    justify-content: left;
    flex-wrap: wrap;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.icon {
    display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: wrap;
    width: 100%;
    cursor: pointer;
}

.icon i {
    padding: 10px 15px;
    font-size: 20px;
    /* background-color: aliceblue; */
}

.phone i {
    font-size: 13px;
    margin: 0 2px;
    padding: 0px;
    background-color: transparent;
}

.fa-envelope {
    text-decoration: none;
}

.phone a{
    margin-right: 10px;
    padding-right: 20px;
    color: black;
    border-right: 2px solid black;
}

.phone b {
    font-size: 14px;
    margin: 0px 50px 0px 0px;
}

.nav-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 600;
    padding: 15px 0px;
    line-height: 50px;
    letter-spacing: 0.5px;
    /* background-color: chocolate; */
}

.nav-link {
    list-style: none;
}

.nav-link a {
    margin: 0px 15px;
    font-size: 16px;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    font-weight: 500;
}



.nav-link a:hover,
a.activ {
    color: chocolate;
    /* border-radius: 5%;
    background-color: whitesmoke; */
}

.nav-link i:hover {
    color: aliceblue;
}


.nav-link i{
    margin: 5px;
    font-size: 15px;
}

/* main */


.heading{
    text-align: center;
    margin: 20px 0;
}

.container{
    display: grid;
    place-items: center;
    margin-inline: 1.5rem;
    padding-block: 5rem;
}

.card__container{
    display: flex;
    /* gap: 4.5rem; */
    margin-bottom: 70px;
    column-gap: 3.5rem;
}

.card__article{
    position: relative;
    overflow: hidden;
}

.card__img{
    width: 600px;
    border-radius: 0.5rem;
}

 .card__data{
    width: 350px;
    background-color: white;
    padding: 1.5rem 2rem;
    box-shadow: 0 8px 24px hsla(0, 0%,0%,.15);
    border-radius: 1rem;
    position: absolute;
    bottom: -10rem;
    left: 0;
    right: 0;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 1s 1s ;
}

.card__description{
    display: block;
    font-size: 20px;
    margin-bottom: .25rem;
}

.card__tittle{  
    font-size: 25px;
    font-weight: 550;
    color: rgba(0, 0, 0, 0.556);
    margin-bottom: .75rem;
}

.card__button{
    text-decoration: none;
    font-size: 17px;
    font-weight: 550;
    color: rgb(255, 128, 0);
}

.card__button:hover{
    text-decoration: underline;
}

.card__article:hover .card__data{
    animation: show-data 1s forwards;
    opacity: 1;
    transition: opacity .3s;
}

.card__article:hover{
    animation: remove-overflow 2s forwards;
}

.card__article:not(:hover){
    animation: show-overflow 2s forwards;
}

.card__article:not(:hover) .card__data{
    animation: remove-data 1s forwards;
}

@keyframes show-data{
    50%{
        transform: translateY(-10rem);
    }

    100%{
        transform: translateY(-7rem);
    }
}

@keyframes remove-overflow{
    to{
        overflow: initial;
    }
}

@keyframes remove-data{
    0%{
        transition:  translateY(-7rem);
    }

    50%{
        transition:  translateY(-10rem);
    }

    100%{
        transition:  translateY(.5rem);
    }

}

@keyframes show-overflow{
    0%{
        overflow: initial;
        pointer-events: none;
    }
    50%{
        overflow: hidden;
    }
}



/* footers */

.footer {
    display: flex;
    /* align-items: center; */
    justify-content: space-evenly;
    padding: 0 50px;
}

.fifth-left {
    font-size: 18px;
    padding-top: 30px;
    font-weight: 50;
    margin: 20px;
    width: 50%;
    color: white;
}

.fifth-left p{
    width: 80%;
    margin: 10px 0;
    font-size: 18px;
    text-align: justify;
}

/*  */



.layout{
    padding-top: 50px;
    /* border: 1px solid rgb(176, 176, 176);
    background-color: rgba(175, 175, 175, 0.171); */
    /* font-weight: 50; */
    width: 50%;
    color: white;
}

.adders{
    width: 80%;
    font-size: 18px;
    margin: 0 0 15px 0;
    line-height: 25px;
}

.adders b{
    font-size: 15px;
}

.adders p{
    font-size: 13px;
}


.ds {
   list-style: none;
   font-size: 15px;
}

.mail{
    width: 100%;
}

.mail a{
    text-decoration: none;
    color:white;
}
.mail i{
    font-size: 15px;
    margin: 0 0 15px 0;
}


/* 
.fifth-rigth b {
    color: chocolate;
    font-weight: 550;

}

.fifth-rigth p {
    font-weight: 550;
    color: rgb(123, 123, 123);
    margin: 30px 0px;

} */

.i {
    background-color: #ff9a53;
    /* margin: 1px; */
    padding: 1vh;
    transform: rotate(360deg);
    margin-top: -10px;
}


.i-2{
    background-color:  #ff9a53;
}

/* .i-h h2{
    color: white;
} */

.svgShaper-shape-fill {
    fill: rgb(255 125 32 / 56%);
}

.abtOverviewSectionStrip {
    display: block;
    width: 100%;
    /* height: 242PX; */
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 11;
    overflow: hidden;
}

.abtOverviewSectionStrip svg {
    position: relative;
    width: 160%;
    left: 0;
    bottom: 0;
    transform: rotate(180deg);
}

@media only screen and (max-width: 600px) {
    .abtOverviewSectionStrip {
        display: block;
        width: 100%;
        height: unset !important;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 11;
        overflow: hidden;
    }
}

.f-l-i{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
}

.f-nav-bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 99%;
    font-family: 'Century Gothic', sans-serif;
    font-weight: 550;
    font-size: 19px;
    padding: 15px 0px;
    margin:20px 3px ;
    /* background: #000; */
}

.f-nav-link {
    list-style: none;
}

.f-nav-link a{
    margin: 1px 3px;
    padding: 5px 10px;
    text-decoration: none;
    color: rgb(63, 62, 62);
    background: #ffffff81;
}

.border{
 border-left: 1px solid rgb(88, 88, 88) ;

}

.f-nav-link a:hover{
    color: rgb(255, 153, 0);
}

.f-icon{
    display: flex;
    align-items: center;
    /* justify-content: center; */
    justify-content: end;
    margin-right: 30px;
}

.f-icon i{
    margin: 5px 2px;
    padding: 17px 10px;
    font-size: 22px;
    color:  rgb(255, 255, 255);
}

/* 
.f-icon i:hover{
    color: orange;
} */

.fa-facebook-f:hover{
    color: #4267B2;
}

.f-icon .fa-whatsapp:hover{
    color: #25D366;
}

.fa-instagram:hover{
    color: #E1306C;
}

.last{
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: 10px;
    border-top: 1px solid grey;
    font-weight: 600;
}

.last-1{
    margin: 5px;
    padding: 7px ;
    /* color: grey; */
}

.last-2{
    margin: 5px;
    padding: 7px ;
}











.container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

h1 {
    margin-bottom: 20px;
}

.project-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    transition: transform 0.2s;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 24px;
}

.project-box img {
    width: 100%;
    height: auto;
}

.project-box h2 {
    padding: 10px;
    font-size: 1.2em;
}

.project-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .project-boxes {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 480px) {
    .project-boxes {
        grid-template-columns: 1fr; 
    }
}

/* ------------------------- */
.image-row {
    display: flex; 
    justify-content: space-between;
}

.image-column {
    flex: 1; 
    margin: 10px; 
}

.image-column img {
    width: 100%; 
    height: auto;
}
/* ---------------- */
.detail-boxes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.detail-box {
    background-color: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    text-decoration: none;
    color: black;
    transition: transform 0.2s;
    border-bottom-right-radius: 24px;
    border-top-left-radius: 24px;
}

.detail-box img {
    width: 100%;
    height: auto;
}

.detail-box h2 {
    padding: 10px;
    font-size: 1.2em;
}

.detail-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
p.detail-des {
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    color: grey;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .detail-boxes {
        grid-template-columns: repeat(2, 1fr); 
    }
}

@media (max-width: 480px) {
    .detail-boxes {
        grid-template-columns: 1fr; 
    }
}
