html {
    scroll-behavior: smooth;
  }


/* :target:before {
    content: "";
    display: block;
    height: 100px;
    margin: -50px 0 0;
} */

body {
    overflow-x: hidden;
}

.wp-site-blocks {
    display: none !important;
}

.almater-header {
    position: relative;
    overflow-x: hidden;
    height: 100%;
    width: 100%;
    color: #fff;
    bottom: 0 !important;
}

.almater-header-pages {
    position: relative;
    overflow-x: hidden;
    max-height: 300px;
    height: 300px;
    width: 100%;
    color: #fff;
    bottom: 0 !important;
}

.head {
   position: relative;
   top: 50%;
   transform: translateY(-50%);
}



.col2 {
    
}

.col3 {
    background-image: linear-gradient(to bottom right, #5761B2, #1FC5A8);
}

.content-header {
    position: relative;
    color: #fff;
    padding: 30px;
}

.col2-title {
    
}

.col3-title {
    position: relative;
    color: #fff;
    padding: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.almater-header-img {
    position: absolute;
    width: 50%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    margin: 0;
    right: 0 !important;
    padding: 0;
    /* -webkit-mask-image: linear-gradient(to left top, left top, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0))); */
      mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
      -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1), rgba(0,0,0,0));
}

.almater-header-clouds {
    position: absolute;
    object-fit: cover;
    z-index: 10;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    bottom: 0 !important;
}

.overlay-almater-header {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-image: linear-gradient(to bottom right, #021691, #32f0d0);
    /* background: radial-gradient(circle at 6.6% 12%, rgb(64, 0, 126) 20.8%, rgb(0, 255, 160) 100.2%);  */
    /* background-image: linear-gradient(to bottom right, #00C0FF, #4218B8); */
    z-index: 2;
}

/* @media(max-width:768px) {
    .overlay-almater-header {
        height: 95%;
    }
} */

.almater-logo {
    position: absolute;
    max-width: 150px;
    width: 100%;
    height: auto;
    margin-top: 20px;
    left: 20%;
    transform: translateX(-20%);
    z-index: 5;
    background: #17B169;
    padding: 10px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

@media(max-width: 768px) {
    .almater-logo {
       width: 120px !important;
       max-width: 120px !important;
        border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    }

    
}

.head {
    position: absolute;
    z-index: 5;
    max-width: 600px;
}

@media(min-width: 890px) {
    .head {
        left: 20%;
    }
}

.header-boxes {
    text-align: center;
    font-weight: 600;
    padding: 5px;
    border-bottom: 1px solid #fff;
}

/* Buttons */
.header-button {
    position: relative;
    color: #fff;
    background: transparent;
    font-size: 18px;
    padding: 15px;
    border: 1px solid #fff;
    border-radius: 20px;
    
}

.more {
    position: absolute;
    text-align: center;
    z-index: 5;
}
/* End Buttons*/


/* menu */
.almater-menu {
    width: 100% !important;
    color: #000;
    text-align: right;
    background-color: #fff;
    
}

.almater-menu button {
    background: transparent !important;
    border: none !important;
    padding: 0px 15px;
}

.almater-menu ul {
    position: relative;
    list-style-type: none;
    padding: 40px;
    right: 20%;
    margin-bottom: 0 !important;
}

@media(min-width: 1200px) {
    .almater-menu {
        position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 20;
    }
}

@media(max-width: 1200px) {
    .almater-menu ul {
        display: none;
    }
}
/* end menu*/
/* end header */

.title {
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
}


/* FRONT */
/* about */

.about {
    position: relative;
    max-width: 800px;
    max-height: 100%;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}

.content-about {
    position: relative;
    padding: 20px;
    margin-top: 100px;
    margin-bottom: 100px;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
}

/* icons */
.bi-stars {
    position: relative;
    margin-top: 100px;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
/* end icons */
/* end about */


/* work */
.container-work {
    position: relative;
    z-index: 10;
    width: 100%;
    /* background-color: #045de9; */
    /* background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%); */
    color: #fff;
    padding-bottom: 60px;
    /* background-image: linear-gradient(to bottom right, #045de9, #09c6f9); */
}

.container-content {
    position: relative;
    z-index: 10;
}

.overlay-almater-work {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    /* background-image: linear-gradient(to bottom right, coral, orange); */
    /* background-image: linear-gradient(to bottom right, #045de9, #09c6f9); */
    /* background: radial-gradient(circle at 6.6% 12%, rgb(64, 0, 126) 20.8%, rgb(0, 255, 160) 100.2%);  */
    background-color: green;
    z-index: 2;
}

.overlay-almater-gallery {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color:  	#eed9c4;
    /* background-image: linear-gradient(to bottom right, coral, orange); */
    /* background-image: linear-gradient(to bottom right, #045de9, #09c6f9); */
    /* background: radial-gradient(circle at 6.6% 12%, rgb(64, 0, 126) 20.8%, rgb(0, 255, 160) 100.2%);  */
    z-index: 2;
}

.boox {
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
}

.work h2 {
    text-align: center;
}

/* icons */
.bi-bookmark-check,
.bi-bandaid,
.bi-boxes,
.bi-chat-heart,
.bi-broadcast-pin,
.bi-person-bounding-box,
.bi-arrow-repeat {
    position: relative;
    margin: 30px;
    
}

.bi-clipboard-data {
    position: relative;
    color: #fff !important;
    margin-top: 80px;
    margin-bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
/* end icons*/
/* end work*/

/* gallery */
/* .container-gallery {
    padding-bottom: 100px;
    color: #fff !important;
} */

.container-gallery {
    position: relative;
    z-index: 10;
    width: 100%;
    /* background-color: #045de9; */
    /* background-image: linear-gradient(315deg, #045de9 0%, #09c6f9 74%); */
    color: #fff;
    padding-bottom: 60px;
    /* background-image: linear-gradient(to bottom right, #045de9, #09c6f9); */
}

.container-gallery h2 {
    text-align: center;
}

.content-gallery { 
    max-width: 1200px;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto;
}

.content-gallery .col-md-4,
.content-gallery .col-6 {
    margin-bottom: 25px !important;
}


.activity-img {
    position: relative;
    object-fit: cover;
    margin: 3px;
    width: 100%;
    border: 7px solid #fff;
    cursor: pointer;
    z-index: 1;
}


.overlay-activity {
    position: absolute;
    background-color: #333;
    height: 100%;
    width: 100%;
    
    opacity: 0.2;
    transition: 0.2s;
    z-index: 2;
    cursor: pointer;
}

.overlay-activity:hover {
    display: none;
}

.bi-arrows-move {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}
/* end gallery */


/* contact */
.container-contact {
    position: relative;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}

.bi-person-lines-fill {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.container-contact h2 {
    text-align: center;
}

.container-info {
    position: relative;
    max-width: 500px;
    margin: auto;
    padding: 20px;
}

.liner {
    border-right: 1px solid gray;
}

@media(max-width: 768px)
{
    .liner {
        border-right: 0px !important;
    }
}
/* end contact */

/* footer */
.footer {
    width: 100%;
    background-color: #f5f5f5;
    text-align: center;
    padding: 100px;
}

.footer h1 {
    color: lightgray;
}
/* end footer*/
/* end FRONT */

.modal-content {
    background: transparent !important;
    border: none !important; 
}

.modal-header {
    border: none !important;
}

button.close {
    color: #fff !important;
    top: -70px !important;
    position: relative;
}

/* cards */
.cards {
    max-width: 1315px;
    margin: auto;
    padding: 15px;
}

.card {
    border: none !important;
    margin-bottom: 35px;
    border-radius: 12px !important;
    box-shadow: 0px 0px 10px 0px lightgray;
}

.card-img {
    width: 100%;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.content-card {
    padding: 30px;
    text-align: center;
    font-size: 15px;
}

.title-card {
    max-width: 100%;
    color: #fff;
    font-weight: 600;
    padding: 15px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 12px;
}

.first .title-card {
    background-color: #17B169;
}


.first .card-button {
    background-color: #17B169;
}

.middle .title-card {
    background-color: coral;
}


.middle .card-button {
    background-color: coral;
}

.last .title-card {
    background-color: #343a74;
}


.last .card-button {
    background-color: #343a74;
}

.card h5 {
    color: #333;
    font-weight: 600;
    text-transform: none !important;
    letter-spacing: 1px;
    padding: 5px;
}

.card p {
    color: #808080;
    letter-spacing: 1px;
}

.card-button {
    padding: 15px 35px;
    margin-top: 25px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    border: none !important;
    border-radius: 12px !important;
    transition: 0.3s;
}
/* end cards */


/* pages */
.almater-pages {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    color: #fff;
    overflow: hidden;
}

.overlay-almater-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    /* background-image: linear-gradient(to bottom right, coral, orange); */
    background-color: purple;
    /* background: radial-gradient(circle at 6.6% 12%, rgb(64, 0, 126) 20.8%, rgb(0, 255, 160) 100.2%);  */
    /* background-image: linear-gradient(to bottom right, #00C0FF, #4218B8); */
    z-index: 2;
}

.pages-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.5;
    z-index: 1;
    margin: 0;
    right: 0 !important;
    padding: 0;
}

.content-pages {
    position: relative;
    color: #fff !important;
    letter-spacing: 1px;
    max-width: 1200px;
    margin: auto;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 700;
    z-index: 10;
}

.almater-content-first {
    position: relative;
    max-width: 600px;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
}
/* end pages */


/* mission */

.container-mission {
    max-width: 1000px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.container-mission .col-md-4 {
    margin-bottom: 35px !important;
}

.card-mission {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 30px;
    padding-right: 30px;
    color: #fff !important;
    font-weight: 600;
    border-radius: 40px;
    height: 100%;
    margin-left: 10px;
    margin-right: 10px;
    box-shadow: 0px 0px 15px 0px gray;
}

.m1 {
    background-color: #DD4124;
}

.m2 {
    background-color: #009B77;
}

.m3 {
    background-color: #00758F;
}
/* end mission*/


/* Servicii */
.container-services svg {
    margin-bottom: 10px;
}

    .bb {
        color: #fff;
        font-weight: 600;
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .b1 {
        background-color: coral !important;
    }

    .b2 {
        background-color: #DD4124 !important;
    }

    .b3 {
        background-color: #009B77 !important;
    }

    .b4 {
        background-color: #92B558 !important;
    }

    .b5 {
        background-color: #00758F !important;
    }

    .b6 {
        background-color: #E15D44 !important;
    }

    .b1 p,
    .b2 p,
    .b3 p,
    .b4 p,
    .b5 p,
    .b6 p {
        padding-left: 50px;
        padding-right: 50px;
    }

    .bb svg {
        margin-left: 50px;
    }

    .bb h1 {
        
    }
/* End Servicii */