* {
    transition: 0.2s ease;
}

::-moz-selection {
    color: #EDE6DF;
    background: #003F3D;
}

::selection {
    color: #EDE6DF;
    background: #003F3D;
}

@font-face {
    font-family: RobotoRegular;
    src: url('fonts/roboto/Roboto-Regular.ttf');
}

@font-face {
    font-family: DidotItalic;
    src: url('fonts/didot/Didot-Italic.ttf');
}

@font-face {
    font-family: Didot;
    src: url('fonts/didot/Didot.ttf');
}


@font-face {
    font-family: KyivTypeSans;
    src: url('fonts/kyivtype-sans/KyivTypeSans-Regular2.otf');
}

body {
    font-family: 'RobotoRegular', sans-serif;
    background-color: #ece5df;
    padding: 20px 0;
}

.table {
    --bs-table-bg: rgba(0, 0, 0, 0);
}

th {
    color: #003F3D !important;
}

td{
    cursor: pointer;
}


label {
    margin: 10px 0;
    font-family: 'KyivTypeSans', sans-serif;
}

a {
    text-decoration: none !important;
}

.row,
.container-fluid {
    margin: 0;
    padding: 0;
}

.col-md-6 {
    margin: 0;
    padding: 0;
}

.form-control {
    margin: 20px 0;
    padding: 20px;
    border-width: 1px;
    border: transparent;
    border-radius: 0;
    border-bottom: 1px solid #003F3D;
}

.error-border {
    border-color: red;
    border-width: 1px;
    border-style: solid;
}

.add-img {
    cursor: pointer;
    height: 200px;
    padding: 5px 0;
    object-fit: contain;
}

h1 {
    font-family: 'DidotItalic', sans-serif;
    color: #003F3D;
}

.progress,
.progress-stacked {
    --bs-progress-bg: transparent !important;
    height: 5px;
    /* border-radius: 0; */
}

textarea {
    height: 200px;
}


.btn {
    border-radius: 0;
}


.navs {
    padding: 10px 0;
}


.navs a {
    border: 1px solid #003F3D;
    padding: 10px 0;
    font-size: 1em;
    min-width: 135px;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}

.navs .active,
.navs a:hover {
    background-color: #003F3D;
    color: #ffffff;
}


input[type='file'] {
    visibility: hidden;
    height: 0;
    padding: 0;
    margin: 0;
}

#albumList {
    background-color: #000;
}
.size-desp{
    font-size: 11px;
    color: #000000;
}

.load-screen{
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
}

.spinner-border{
    margin-top: 200px;
}

.portfolio-tile {
    position: relative;
    transition: 0.2s ease;
    min-height: 39.4vw;
    margin-bottom: 0;
    border: 0;
    overflow: hidden;
    border-color: transparent;
}

.portfolio-tile:hover img {
    transform: scale(1.1);
}

.caption {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    color: #D9B66A;
    background-color: rgba(0, 0, 0, 0.60);
    font-family: 'DidotItalic', sans-serif;
}

.caption:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.caption-container {
    line-height: 100%;
    color: #D9B66A;
    cursor: pointer;
    height: inherit;
    display: grid;
    place-content: center center;
}

.caption-container:hover {
    color: #D9B66A;
}


.album-content {
    font-family: 'DidotItalic', sans-serif;
    color: #003F3D;
    padding: 50px 0;
}

.album-content p {
    font-size: 1.6em;
}

.carousel-control-prev-icon {
    background-image: url("img/left.png");
}

.carousel-control-next-icon {
    background-image: url("img/right.png");
}

.carousel-control-prev,
.carousel-control-next {
    width: 60px;
    bottom: 0;
}

.carousel-control-next {
    margin-right: -60px;
}

.carousel-control-prev {
    margin-left: -60px !important;
}

.album-grid button {
    border: 0;
    padding: 0;
    margin: 0;
    opacity: 1;
    background-color: transparent;
}

.album-grid button:hover {
    opacity: 1;
}

.album-grid {
    padding-top: 50px;
}

.album-grid img {
    padding: 25px 0;
}

.underline {
    position: relative;
    display: block;
}

.underline::after {
    content: "";
    position: absolute;
    background-color: #003F3D;
    height: 2px;
    left: 0;
    top: 5vh;
    right: 0;
}

.portfolio-tile .edt-btn,
.portfolio-tile .del-btn {
    margin-bottom: -44px;
}

.del-btn {
    font-family: 'KyivTypeSans', sans-serif;
    height: 44px;
    z-index: 30;
    display: grid;
    position: relative;
    place-content: center end;
}

.del-btn span {
    background-color: #d5413a;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
}

.del-btn span:hover {
    background-color: #eb2f25;

}

.edt-btn {
    font-family: 'KyivTypeSans', sans-serif;
    height: 44px;
    width: 100px;
    z-index: 40;
    display: grid;
    position: relative;
    place-content: center start;
}

.edt-btn a {
    background-color: #ffffff;
    color: #003F3D;
    cursor: pointer;
    text-align: center;
    padding: 10px 15px;
}

.edit-blog a {
    background-color: #003F3D;
    color: #ffffff;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
    margin: 0;
    padding: 10px 15px;
}

.edit-blog a:hover {
    background-color: #000000;
}

.btn {
    font-family: 'KyivTypeSans', sans-serif;
    background-color: #003F3D;
    color: #ffffff;
    text-align: center;
    height: 50px;
    min-width: 120px;
}

.btn:hover {
    background-color: #000000;
    color: #ffffff;
}

.err {
    color: red;
    margin: 20px;
    display: none;
}


a {
    color: #003F3D;
    font-family: 'KyivTypeSans', sans-serif;
    /* text-decoration: underline; */
}


.blog-image {
    margin: 0;
    padding: 0;
    position: relative;
}

.blog-hero {
    object-fit: cover;

}

.blog-content {
    display: grid;
    place-content: center start;
}

.blogs-time {
    padding-bottom: 25px;
}

.blog-author {
    font-family: 'Didot', sans-serif;
}


.category {
    color: #003F3D;
    font-size: 14px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'KyivTypeSans', sans-serif;
}


.blog-title {
    font-family: 'DidotItalic', sans-serif;
    color: #003F3D;
}

.blog-desp {
    padding: 25px 0;
}

.categories {
    font-family: 'KyivTypeSans', sans-serif;
}

.categories .active {
    opacity: 1;
}

.categories div {
    margin: 0 12px;
    opacity: 0.5;
    display: inline-block;
}


@media (min-width: 320px) {

    .blog-hero {
        width: 100vw;
    }

    .blog-content {
        min-height: 500px;
        padding: 50px;
    }

    .blog {
        min-height: 40vh;
    }

    .blog-header {
        padding: 20px 10%;
    }

    .circle {
        height: 36px;
        width: 36px;
        border-radius: 36px;
        margin-bottom: -12px;
        margin-right: 12px;
        background-color: #b3b2b2;
        display: inline-block;
    }

    .blog-time {
        padding: 20px 10%;
    }

    .categories {
        padding: 20px 0 40px 0;
    }

    .blog-block {
        padding: 40px 0 20px 0;
    }

    .caption {
        font-size: 2em;
    }

    .caption-subtitle {
        font-size: 0.6em;
    }
}

@media (min-width: 576px) {

    .caption {
        font-size: 2.5em;
    }

    .caption-subtitle {
        font-size: 0.6em;
    }
}

@media (min-width: 768px) {

    .blog-block {
        font-size: 1.2em;
        padding: 40px 0;
    }

    .categories {
        float: right;
        padding: 50px 0;
    }

    .caption {
        font-size: 2em;
    }

    .caption-subtitle {
        font-size: 0.6em;
    }
}

@media (min-width: 992px) {

    .blog-hero {
        width: auto;
        min-height: 550px;
    }

    .caption {
        font-size: 2.5em;
    }

    .caption-subtitle {
        font-size: 0.6em;
    }
}

@media (min-width: 1200px) {

    .blog-header {
        padding: 40px 20%;
        min-height: 70vh;
        display: grid;
        place-content: end start;
    }

    .blog-time {
        min-height: 70vh;
        padding: 40px 20%;
        place-content: end end;
    }

    .blog-content {
        min-height: auto;
        padding: 0 100px;
    }

    .caption {
        font-size: 3.5em;
    }

    .caption-subtitle {
        font-size: 0.6em;
    }

}

@media (min-width: 1400px) {}