/*
Theme Name: custom theme
Theme URI:  
Author:  
Author URI:  
Description:
Version: 2024
License: GNU General Public License v2 or later
License URI:  


This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

.mt-3 {
    margin-top: 30px;
}

@media screen and (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
    .hidden-xl,
    .hidden-md {
        display: none;
    }
    .show-on-desktop {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

@media screen and (max-width: 991px) {
    .show-on-mobile {
        display: block;
    }
    .hidden-sm {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

*:focus {
    outline: none;
}

a {
    color: #141414;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #2D7FB4;
}

body {
    margin: 0;
    padding: 0;
font-family: "Gloria Hallelujah", cursive;
  font-weight: 400;
  font-style: normal;
    color: #141414;
    font-size: 16px;
    background: #1efbe0;
}

p {
    font-size: 16px;
}

:focus {
    outline: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 26px;
    color: #3f0693
}

ol,
ul {
    list-style: none
}

article ul {
    list-style: disc
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
    -moz-appearance: none
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
    height: auto;
    max-width: fit-content;
    width: auto;
    height: 100%;
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

a:focus {
    outline: 0
}

a:active,
a:hover {
    outline: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0;
    white-space: normal;
    *margin-left: -7px
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    *overflow: visible
}

button[disabled],
html input[disabled] {
    cursor: default
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

html,
button,
input,
select,
textarea {
    color: #222
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

img {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.icon.icon-angle-down {
    display: none
}

a {
    cursor: url('https://smarandadamian.ro/pointer.svg') 0 0, pointer;
}

/* Header */

header .row-center {
    display: flex;
    align-items: center;
}

#custom-header {
    padding: 5px 0;
}

#custom-header.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #aa37b4;
    z-index: 100;
}

body.scroll-header {
    padding-top: 80px;
}

.header-logo img {
    height: auto;
    width: auto;
    max-height: 100px;
}

.nav-header-menu a {
    font-size: 19px;
    line-height: 24px;
    color: #3f0693;
    transition: color .2s;
    background: url(https://smarandadamian.ro/speech-bubble.png) center center no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    display: inline-block;
    line-height: 100px;
    text-align: center;
    font-size: 14px;
}

.nav-header-menu a:hover {
    text-decoration: none;
    background: url(https://smarandadamian.ro/speech-bubble-2.png) center center no-repeat;
    background-size: cover;
    color: #1DFADF !important;
}

.nav-header-menu .current-menu-item a {
    color: #3f0693;
}
#custom-header.sticky .nav-header-menu a {
    color: #fff
}
.nav-header-menu ul {
    padding: 0;
    margin: 0;
}

.nav-header-menu .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 120px;
    padding: 10px 0;
    box-shadow: 0px 0px 25px -5px rgba(0, 0, 0, 0.15);
}

.nav-header-menu .menu-item-has-children {
    position: relative;
}

.nav-header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}

.nav-header-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

@media screen and (min-width:992px) {
    .nav-header-menu ul {
        display: flex;
        align-items: center;
    }
    #custom-header .container {
        max-width: 97vw !important
    }
    .nav-header-menu {
        margin-left: -10px;
    }
    .nav-header-menu ul>li {
        padding: 0 10px;
    }
    .nav-header-menu ul>li:last-child {
        padding-right: 0;
    }
}

/* Responsive Menu Button */

@media screen and (max-width:991px) {
    .mobile-trigger {
        display: inline-block;
        cursor: pointer;
    }
    .icon-trigger {
        position: relative;
        right: 0;
        top: calc( 50% - 15px);
        z-index: 101;
        margin: 0;
        padding: 0;
        background: transparent;
        border: 0;
        float: right;
    }
    .bar1,
    .bar2,
    .bar3 {
        width: 35px;
        height: 2px;
        background-color: #000;
        margin: 6px 0;
        transition: 0.4s;
        display: block;
    }
    .change .bar1 {
        -webkit-transform: rotate(-45deg) translate(-9px, 6px);
        transform: rotate(-45deg) translate(-10px, 6px);
        background-color: #000;
    }
    .change .bar2 {
        opacity: 0;
    }
    .change .bar3 {
        -webkit-transform: rotate(45deg) translate(-8px, -8px);
        transform: rotate(45deg) translate(-5px, -1px);
        background-color: #000;
    }
    .nav-header-menu ul li a {
        display: block;
        font-size: 20px;
        text-align: center;
        width: 150px;
        height: 150px;
        line-height: 150px;
    }
    .nav-header-menu {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 100vw;
        background: #1DFADF;
        z-index: 100;
        justify-content: center;
        align-items: center;
        padding: 30px;
    }
    .menu-active .nav-header-menu {
        display: flex;
    }
}

/* Footer */

.site-footer {
    display: flex;
    padding: 30px 0 15px;
    background: #232323;
    color: #fff;
    flex-direction: column;
}

.site-footer ul {
    margin: 0;
    padding: 0;
}

.top-footer {
    margin-bottom: 15px;
}

.site-footer-custom {
    border-top: 1px solid rgba(0, 0, 0, .2);
    padding: 30px 0;
    overflow: hidden;
}

.copyright-section * {
    margin: 0;
}

.copyright-section {
    text-align: left;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, .5);
}

.copyright-section a {
    color: rgba(0, 0, 0, 1);
}

.copyright-section a:hover {
    text-decoration: none;
}

@media screen and (max-width:991px) {
    .site-footer section {
        margin-bottom: 30px;
    }
    .top-footer {
        margin: 0;
    }
}

.content-area {
    padding: 15px 0 40px
}

.home .content-area {}

main.single-post {
    padding: 15px 0 40px
}

.project-title {
    background: #fff;
    overflow: auto;
    position: fixed;
    transition: transform .4s;
    z-index: 10;
    bottom: 20px;
    margin: 0 auto;
    display: table;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 17px;
    text-align: center;
}

.btn-custom {
    border: 0;
    color: rgba(0, 0, 0, .5);
    cursor: pointer;
    left: 2.25rem;
    z-index: 10;
    bottom: 30px;
    font-size: 17px;
    position: absolute;
    background: transparent;
}

.modal-header .close {
    color: #000;
    font-size: 30px;
    opacity: 1;
    position: absolute;
    right: 20px
}

.slides .slick-slide .wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: auto;
    width: 80vw;
}

@media screen and (min-width:992px) {
    .project-list-home .col-xs-12 {
        width: 100%;
        padding: 0;
    }
    .project-list-home {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        /* 3 coloane de dimensiuni egale */
        gap: 10px;
        /* spațiu între elementele gridului */
        padding: 10px;
    }
    .slides .slick-slide .wrap {
        height: 80vh;
    }
}

.slides img {
    display: block;
    height: auto;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    width: auto;
}

.wrapper-slides {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.single-project-wrapper {
    display: inline-block;
    width: 100%;
}

.single-project footer {
    display: none;
}

.modal.fade {
    background: rgba(255, 255, 255, 0.75) !important;
}

.modal.in .modal-dialog {
    box-shadow: none;
    border: 0;
    right: 0;
    left: auto;
    margin: 0;
    position: absolute;
    max-height: 100vh;
}

.modal.fade .modal-content {
    box-shadow: none;
    border: 0;
    overflow-y: scroll;
    background: #fff;
}

.project-box-caption {
    display: flex;
    flex-direction: column;
}

.project-box {
    text-decoration: none !important;
    color: #000;
}

#main {
    display: inline-block;
    width: 100%;
}

.project-location,
.project-name h3 {
    margin: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: normal;
    color: #3f0693;
    text-align: center;
}

.project-image {
    margin-bottom: 20px;
    overflow: hidden;
}

.project-box:hover *,
.project-box:hover {
    color: #000;
    text-decoration: none;
}

.project-box,
.project-card {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    transition: opacity .3s;
    width: 100%;
}

.project-box .project-image img {
    transform: scale(1);
    transition: all .5s;
}

.project-box:hover .project-image img {
    transform: scale(1.05);
    transition: all .5s;
}

.slick-prev::before {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 29px !important;
    color: #000 !important;
    content: '' !important;
    background: url(./assets/images/left-arrow.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.slick-next::before {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 29px !important;
    color: #000 !important;
    content: '' !important;
    background: url(./assets/images/right-arrow.svg) center center no-repeat;
    background-size: cover;
    width: 40px;
    height: 40px;
}

.slick-arrow {
    z-index: 99 !important;
    transform: none !important;
    width: 40px !important;
    height: 40px !important;
    line-height: 30px !important;
    /*     border: 1px solid #5b5b5b !important; */
    padding: 5px !important;
    /*     border-radius: 4px !important; */
}

.project-box-caption {
    max-width: 400px;
}

.slick-initialized .slick-prev {
    left: 10px !important;
}

.slick-initialized .slick-next {
    right: 20px !important;
    z-index: 99;
}

.slider-counter {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 25px;
    z-index: 12;
}

@media screen and (max-width:767px) {
    .project-box {
        min-height: 0 !important;
        margin-bottom: 30px !Important;
    }
    .home .content-area {
        padding: 0;
    }
    .mt-xs-40 {
        margin-top: 40px;
    }
    .slick-initialized .slick-prev {
        left: 0 !important
    }
    .slick-initialized .slick-next {
        right: 0 !important;
        transform: none !important;
    }
    .wrapper-slides button.slick-arrow {
        width: 40px !important;
        height: 40px !important;
        border: 0;
        padding: 5px;
    }
    .slider-counter {
        bottom: 100px;
    }
    .wrapper-slides button.slick-arrow::before {
        font-size: 30px !important;
        color: #5b5b5b !important;
        width: 30px;
        height: 30px;
    }
    .project-title {
        bottom: 50px;
        left: 30px !important;
        right: auto;
        margin: 0 !important;
        text-align: left;
    }
    .modal-body {
        text-align: justify;
    }
    .modal-header .close {
        right: 20px;
    }
    .btn-custom {
        padding: 0;
        left: 30px;
    }
    .project-box-caption {
        padding: 0 30px
    }
}

@media screen and (max-width:991px) and (min-width:480px) and (max-height: 400px) {
    .btn-custom {
        bottom: 0;
        top: auto;
    }
    .project-title {
        bottom: 0 !important;
    }
}