
*{
    font-family: 'Helvetica Neue', sans-serif !important;
}
html, body {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.header-menu-item{
    display: flex;
    align-items: center;
    @media (max-width: 1080px) {
        gap: 20px !important
    }
}
.corner-box{
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    padding: 12px;
    background: url("../images/right-bottom-corner.svg") right bottom no-repeat, url("../images/right-top-corner.svg") right top no-repeat, url('../images/left-top-corner.svg') left top no-repeat, url('../images/left-bottom-corner.svg') left bottom no-repeat;
}
.language-select{
    background: none;
    padding: 0;
    box-shadow: none;
    border: none !important;
    cursor: pointer;
    outline: none;
    box-shadow: none !important;
}
.language-select.form-control{
    padding: 8px;
}
.title{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    @media (max-width: 1080px) {
        font-size: 24px;
    }
}
.text{
    color: #5D5D5D;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
    margin: 0;
    padding: 0;
}
img {
    object-fit: cover;
}
p{
    margin: 0;
}
.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    padding-left: 104px; 
    padding-right: 104px;
    @media (max-width: 700px) {
        padding-left: 16px; 
        padding-right: 16px;
    }
  }
.base-button{
    color: white;
    border-radius: 4px;
    display: flex;
    font-size: 20px;
    gap: 10px;
    outline: none;
    padding: 8px 96px;
    border: 1px solid #423FE8;
    background: #423FE8;
    justify-content: center;
    @media (max-width: 575px) {
        font-size: 16px;
    }

}
.contact-us-btn{
    margin-top: 148px;
    max-width: 472px;
    width: 100%;

}
.base-button:hover{
    background-color: #6069F4;
    border: 1px solid #6069F4;
    box-shadow: 0px 0px 3px 0px rgba(96, 105, 244, 0.48)

}
.base-button:active{
    background-color: #2C2C83;
    border: 1px solid #2C2C83;

}
.top-button{
    padding: 10px 22px !important;
    border-radius: 8px !important;
    @media (max-width: 700px) {
        display: none !important;
    }
}
.text-bricks {
    color: #101013 !important;
}

:root {
    --footerbg: #100A35;
}

div.header {
    position: sticky;
    top: 0;
    z-index: 5;
}
/* div.header nav {
    height: 108px;
} */
div.header nav .bricks-item {
    font-size: 15px;
    font-weight: 400;
}
div.header nav .bricks-item a {
    color: #000;
    text-decoration: none;
}
div.header nav .bricks-item a.active {
    font-weight: 800;
}
@media (max-width: 575px) {
    div.header .navbar-collapse {
        background: white;
        position: absolute;
        right: 0;
        top: 72px;
        text-align: end;
        box-shadow: -2px 4px 6px rgba(0,0,0,.15) !important;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
    }

    div.header nav .bricks-item {
        padding: 20.25px;
    }

    div.header .navbar-toggler {
        border: 0;
        box-shadow: none !important;
        outline: none;
        font-size: 22px;
    }
    .my-carousel{
        display: flex;
        justify-content: center;
    }
}

.display-none {
    display: none;
}
.disabled {
    pointer-events: none !important;
    opacity: .6;
}
/*-------------*/
div.footer {
    border-top: 0.5px solid #B6B7C3;
    padding: 24px 0;
    display: flex;
    justify-content: center;
}
@media (max-width: 700px) {
 .footer-content{
    flex-direction: column;
 }
}

div.main {
    min-height: calc(100vh - 108px - 160px);
}

.bricks-h1 {
    line-height: 40px;
    font-size: 24px;
    font-weight: 600;
}

.bricks-txt {
    font-size: 32px;
    color: #3A40E7;
}

.size-16 {
    font-size: 16px;
}

.social-link {
    display: inline-block;
    text-align: center;
    color: white;
    text-decoration: none;
    margin-right: .5rem
}

.social-link:hover {
    color: white;
}

.social-link .social-maket {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 auto;
}

.social-link.f .social-maket {
    background-color: rgb(24, 119, 242);
}

.social-link.i .social-maket {
    background: linear-gradient(-45deg, #f9ce34, #ee2a7b, #6228d7);
}

.social-link.l .social-maket {
    background: #0e76a8;
}
.footer-left{
    gap:93px;
    color: #101013;
    @media (max-width: 700px) {
        flex-direction: column;
        align-items: center !important;
        gap:40px;
    }
    img{
        background: #423FE8;
    }
}
.footer-info{
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 24px;
    line-height: 36px;
    @media (max-width: 700px) {
        gap:24px;
        margin-bottom: 28px;
    }
  }
  @media (max-width: 575px) {
    .footer-info div {
        display: flex;
        flex-direction: column;
       align-items: center;
    }
}
  .footer-mail{
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    line-height: 20px;
    @media (max-width: 700px) {
        align-items: center;
        flex-direction: column-reverse;
        gap: 16px;
      }
  }
.footer-right{
    flex-direction: column;
    gap: 56px;
    justify-content: space-between;
}
.footer-right__info{
    display: flex;
    gap: 23px;
    @media (max-width: 700px) {
      flex-direction: column;
      align-items: center;
    }
}
.footer-right-menu-list{
    padding: 0;
    margin: 0;

}
/*------------global-------------*/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.footer-right-menu-list{
    list-style-type: none;
    display: flex;
    /* flex-direction: column; */
    gap: 8px;
    @media (max-width: 700px) {
        flex-direction: row;
       }
}
.footer-right-menu-list li a{
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 20px;

}

/* index.cshtml */

.bunner-btn{
    position: absolute;
    right: 104px;
    bottom: 64px;
    @media (max-width: 575px) {
        right: unset
       }
}

.bunner-text{
    color: #F7F7F8;
    position: absolute;
    flex-direction: column;
    left: 104px;
    z-index: 1;
    top: 50%;
    transform: translate(0px, -100%);
    @media (max-width: 575px) {
        left: 16px;
    }
}

.bunner-text-title{
    position: relative;
    color:#F7F7F8;
    font-size: 56px;
    font-weight: 500; 
    line-height: normal;
    @media (max-width: 575px) {
        font-size: 24px;
    }
}
.bunner-text-subtitle{
    font-size: 32px;
    line-height: normal;
    color:#000;
    @media (max-width: 575px) {
        font-size: 20px;
    }

}

/* first section */

.first-section-wrapper{
    background-image: url("../images/first-bg.png");
    background-repeat: no-repeat;
    background-position: 920px 500px;
    margin-bottom: 216px;
    @media (max-width: 575px) {
        margin-bottom: 116px
    }

}
.first-section{
    position: relative;
    display: flex;
    justify-content: end;
    margin-top: 128px;
    @media (max-width: 952px) {
        justify-content: end !important;
    }
    @media (max-width: 575px) {
        margin-top: 48px;
    }

}
.second-section{
    
}
.first-section .right{
    right: 0 !important;
    left: unset;
}

.first-section-info{
    display: flex;
    padding: 24px 48px 104px;
    border-radius: 0px 4px 4px 0px;
    border: 0.5px solid #B0B0B0;
    background: rgba(247, 247, 248, 0.65);
    box-shadow: 42px 0px 12px 0px rgba(26, 26, 26, 0.00), 27px 0px 11px 0px rgba(26, 26, 26, 0.01), 15px 0px 9px 0px rgba(26, 26, 26, 0.05), 7px 0px 7px 0px rgba(26, 26, 26, 0.09), 2px 0px 4px 0px rgba(26, 26, 26, 0.10);
    backdrop-filter: blur(15px);
    flex-direction: column;
    gap: 48px;
    align-items: center;
    max-width: 919px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px,-50%);
    @media (max-width: 575px) {
        padding: 24px 16px;
    }

}

.first-section-info-title{
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color:#000 ;
    @media (max-width: 575px) {
        font-size: 24px
    }
}

.first-section-info-text{
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    margin-top: 24px;
    @media (max-width: 575px) {
        font-size: 18px;
        margin-top: 16px;
    }
}
.first-section-img{
    border-radius: 4px 0px 0px 4px;
}
.first-section-img img{
    height: 640px;
}

/* partners-section */

.partners-section{
    flex-direction: column;
    margin-top: 144px;
    margin-bottom: 144px;
    gap: 48px;
}

.partners-title{
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.partners-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    max-width: calc(100vw - 208px);
    overflow: auto;
    gap: 30px;
    img {
        width: 150px;
        height: 150px;
        object-fit: contain!important;
    }
}

/* services section */
.services-section{
    background-image: url("../images/Rectangle-12.png");
    background-repeat: no-repeat;
    height: 737px;
    display: flex;
    align-items: center;

}
.services-info{
    max-width: 606px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 72px;
    align-items: center;
}
.services-info-text{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 48px;
}
.service-info-title{
    font-size: 48px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
}
.service-info-subtitle{
    font-size: 20px;
    font-weight: 300;
    line-height: normal;
    color: #3D3D3D;
}

/* about service */

.about-service{
    margin-top: 163px;
    margin-bottom: 251px;
}
.about-map{
    gap: 72px;
}


/* about us pagee */
.about-us{
    padding-top: 104px;
    padding-bottom: 104px;
    display: flex;
    flex-direction: column;
    gap: 104px;
    
}
    @media (max-width: 1080px) {
        .about-ours-revers{
            flex-direction: column-reverse !important; 
        } 
    }

.about-ours{
    gap: 40px;
    display: flex;
    justify-content: space-between;
    @media (max-width: 1080px) {
        flex-direction: column;
        gap: 32px;
    }
}
.about-ours img{
    width: 652px;
    height: 469px;    
    @media (max-width: 1080px) {
        width: 100%;
        height: 456px;

    }
}

.about-ours-info{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 48px;
    @media (max-width: 575px) {
      gap: 24px;

    }
    .title{
        max-width: min-content !important;
        background-color: #423FE8!important;
        color: white!important;
        padding: 8px!important;
        border-radius: 4px!important;
    }
}

.about-ours-text-title{
    color: #000;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    @media (max-width: 575px) {
        font-size: 28px;
    }

}
.about-ours-text-text{
    color: #5D5D5D;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;

}

.about-services{
    display: flex;
    flex-direction: column;
    gap: 56px;

}

.about-services-info{
    max-width: 800px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.about-services-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  

}
.about-services-items{
    max-width: 293px;
    width: 100%;
    @media (max-width: 575px) {
        max-width: 171px;
        row-gap: 20px;
        column-gap: 48px;
    }
}

.about-services-items-info{
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    justify-content: space-between;
    height: 100%;


}
.about-services-items-info-title{
    text-align: center;
    color: #5D5D5D;
    @media (max-width: 575px) {
        font-size: 16px;
    }

}
.about-services-items-info-desc{
    color: #3D3D3D;
    text-align: center;
    @media (max-width: 575px) {
        font-size: 14px;
    }
}

.about-section-5{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 32px;
    @media (max-width: 1080px) {
        flex-direction: column;
    }

}
.about-section-5 img {
    width: 50%;
    @media (max-width: 1080px) {
        width: 100%;
    }
}
.about-section-5-info{
    display: flex;
    /* max-width: 600px; */
    width: 100%;
    flex-direction: column;
    gap: 40px;

    .text{
        & b{
            font-weight: 600;
        }
p {
    line-height: 30px;
}
    }

}
@media (max-width: 860px) {
    .contact-now-wrapper{
        display: none;

    }
}

.contact-now{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 48px 104px
}
.contact-now-items{
    display: flex;
    gap: 48px;
}
.contact-now-item{
    cursor: pointer;
    display: flex;
    gap: 12px;
    align-items: center;
    text-decoration: none;
}

/* porfolio-page */

.porfolio-card{
    max-width: 397px;
    height: 358px;
    width: 100%;
    display: flex;

}
.porfolio-card-larg{
    max-width: 815px !important;
    width: 100%;
}
.porfolio-card-larg .portfolio-card-img img{
    width: 815px;
}
.portfolio-card-img{
    position: relative;
    width: 100%;
}
.portfolio-card-img img{
    width: 397px;
    height: 358px;
    object-fit: cover;
    border-radius: 8px;
    @media (max-width: 575px) {
        max-width: 320px
    }
}
.portfolio-info{
    padding: 8px 16px;
    background: rgba(255, 255, 255, 0.077);
    border-radius: 8px;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(15px);
    gap: 8px;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 0;

}
.portfolio-info-title{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #423FE8 !important;
}
.portfolio-info-desc{
    color: white;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
}
.more{
    justify-content: center;
    text-align: center;
    width: 108px;
    display: flex;
    padding: 8px;
    color: #5D5D5D;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-bottom: 2px solid #2563EB; 
}

.portfolio-page{
    background-image: url("../images//portfoilo-bg.png");
    background-repeat: no-repeat;
    background-position: top right;
    align-items: center;
    padding-top: 104px;
    padding-bottom: 150px;
    display: flex;
    flex-direction: column;
    gap: 52px;
    @media (max-width: 575px) {
        padding-top: 48px;
    }

}
.portfolio-item{
    display: flex;
    flex-direction: column;
    gap: 67px;
}
.portfolio-item-section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    @media (max-width: 575px) {
        flex-wrap: nowrap;
        overflow: auto;
        max-width: 370px;
        
    }
}
/* Contact-us */
.contact-us-page{
    padding: 48px 0 150px;
    display: flex;
    flex-direction: column;
    gap: 100px;
}
.contact-us{
    display: flex;
    justify-content: space-between;
    @media (max-width: 575px) {
        flex-direction: column;
        gap: 45px;
    }
}
.contact-us-contacts{
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 445px;
    width: 100%;
    @media (max-width: 575px) {
        width: 100%;
        max-width: 100%;
    }
}
.contact-us-contacts-items{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.contact-us-contacts-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.social-media{
    display: flex;
    gap: 25px;
    @media (max-width: 575px) {
        justify-content: center;
    }
}
.social-media a {
    text-decoration: none;
}
.contact-us-contacts-item-left{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; 
    display: flex;
    align-items: center;
    gap: 6px;
    color: #5D5D5D;
}

.contact-us-contacts-item-right{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.contact-us-form{
    display: flex;
    gap: 22px;
    @media (max-width: 1080px) {
        flex-direction: column-reverse;
        gap: 104px;
    }
}
@media (max-width: 1080px) {
    .contact-us-form .form{
        width: 100%;
    }
   .map img {
    width: 100%;

   }
}

/* Inputeee */
.form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 32px;

}

.input-wrapper{
    width: 100%;
    display: flex;
    padding: 16px; 
    border: 1px solid #302EA5;
    border-radius: 4px;
    align-items: start;
    justify-content: space-between;
}
.base-input{
    width: 100%;
    color: #000;
    border:none;
    outline: none;
}
.textarea{
    resize: none;
    height: 167px;
}


/* Services -page */

.services-banner img {
    height: 716px;
    object-fit: cover;

}
/* .services-page{
    padding-bottom: 216px ;

} */
.services-page-info{
    max-width: 918px;
    position: relative;
    display: flex;
    top: -104px;
    flex-direction: column;
    gap: 48px;
    padding: 58px 104px;
    background-color: #423FE8;
    @media (max-width: 575px) {
      padding: 58px 16px;
    }
}
 .services-page-info-title{
    color: #D8D9DF !important;
 }
 .services-page-info-text{
    color: #F7F7F8 !important;
 }

 .services-page-tabs{
    display: flex;
    width: 100%;
 }
.services-page-tabs-tab {
    cursor: pointer;
    display: flex;
    justify-content: center;
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 24px;
    width: 50%;
    border-bottom: 4px solid rgba(214, 214, 214, 0.45);
    @media (max-width: 575px) {
        font-size: 18px;
    }
}
.tabs-active {
    border-bottom: 4px solid #423FE8 !important
}

 .services-page-construction{
    margin-top: 120px;
 }
 .construction-provide{
    padding-bottom: 90px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 64px;
    border-bottom: 1px solid #D8D9DF ;
    @media (max-width: 575px) {
        gap: 32px;

    }
 }

 .construction-provide-groups{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    column-gap: 21px;
    @media (max-width: 575px) {
        column-gap: 16px;

    }
 }

 .construction-provide-groups-item{
    display: flex;
    gap: 16px;
    cursor: pointer;
    align-items: center;
    max-width: 330px;
    width: 100%;
    padding: 4px;
    @media (max-width: 575px) {
        max-width: 162px;

    }
 }
    @media (max-width: 575px) {
        .construction-provide-groups-item img {
            width: 40px;
            height: 40px;
        }

}
 .construction-provide-groups-item-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.72px;
    color: #000;
    margin: 0;
    max-width: 204px;
    width: 100%;
    @media (max-width: 575px) {
        font-size: 16px;
    }
 }
 .services-page-all-services{
    padding-top: 112px;
    padding-bottom: 148px;
    display: flex;
    flex-direction: column;
    align-items: center;
 }

 .construction-projects{
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    margin-top: 112px;

 }

 .construction-projects-item{
    display: flex;
    gap: 64px;
    justify-content: space-between;
    @media (max-width: 1080px) {
        gap: 32px;
        flex-direction: column;
    }
 }
 .construction-projects-item img{
    /* width: 660px;
    height: 416px; */
    @media (max-width: 575px) {
        width: 100%;
    }

 }
 .construction-projects-info{
    display: flex;
    flex-direction: column;
    gap: 24px;

    .title{
        max-width: min-content;
        background-color: #423FE8;
        color: white;
        padding: 8px;
        border-radius: 4px;
    }
 }
 /* Rental Services */
/* .services-page-rental{
    margin-top: 120px;
} */
 .rental-provide-groups{
    display: flex;
    flex-direction: row;
    row-gap: 48px;
    column-gap: 64px;
    flex-wrap: wrap;
    @media (max-width: 575px) {
        row-gap: 16px;
        column-gap: 24px;
    }
 }
 @media (max-width: 575px) {
    .rental-provide-groups img{
    width: 40px; 
    height: 40px;
     }
}
 .rental-projects{
    background-image: url("../images/kran.svg");
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 112px;
 }

/*----Language----*/
.flag {
    height: 25px;
}

.language-panel .select2-container--default .select2-selection--single,
.select2-container--open .select2-dropdown--above,
.select2-container--default .select2-results > .select2-results__options,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected=true] {
    background: transparent !important;
    border: none !important;
}

.language-panel .select2-container--default .select2-selection--single .select2-selection__rendered,
.language-panel .select2-container--default .select2-results > .select2-results__options {
    width:39px ;
}
.language-panel .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding: 0;
    display: flex;
    justify-content: center;
}
.language-panel .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    width: max-content;
    border-radius: 2px;
    background: rgb(157, 157, 157)!important;
}
/*---------------------------------*/

/* signle projects page */
.singl-project-info{
    display: flex;
    gap: 24px;
    padding: 48px 0;
    justify-content: space-around;

}
.singl-project-info-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-right: 48px;
    border-right: 1px solid black;

}
.singl-project-info-item-title{
    margin: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.singl-project-info-item-desc{
    margin: 0;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    text-transform: capitalize;
    color:#5D5D5D ;
}

.single-project-main{
    display: flex;
    flex-direction: column;
    gap: 104px;
    padding-bottom: 168px;
    padding-top: 80px;
}

.triangel{
    position: absolute;
    z-index: 2;
    width: 50%;
    height: 737px;
    border-bottom: 737px solid #423FE8;
    border-left: 320px solid transparent;
    border-right: 0 solid transparent;
    transform: rotate(180deg);
    @media (max-width: 575px) {
        left: 0;
    }
}

.rotate-180{
    transform: rotate(180deg);   
    right: 104px;
    left: unset;
    top: 300px !important;
}

.service_banner_blue{
    background: #423FE8;
    padding: 20px 104px;

    @media (max-width: 575px) {
        padding: 10;
    }

}

.blue-effect{
    left: 0;
    max-width: 1238px;
}

.project-carousel{
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 100%;
    overflow: auto;
}

.project-carousel-item{
    border-radius: 4px;
}
.footer-copyrigther{
    display: flex;
    gap: 4px;
    flex-direction: column-reverse;
}
.privacy-content ul {
    list-style: none;
    padding: .5rem;
}
.privacy-content p {
    color: #000;
    margin-bottom: .5rem;
}