/*

[Custom Stylesheet]

Project     : TheGraphy - Responsive Creative Photography HTML5 Template
Version     : 1.0
Author      : ThemeLooks
Author URI  : https://themeforest.net/user/themelooks

You can write your custom css styles in this file...

*/

html {
    scroll-behavior: smooth;
}

.header--navbar {
    background-color: #fff !important;
}

.asyncGallery {
    display: none !important;
}

.caption-img {
    max-width: 300px;
}

@media screen and (min-width: 992px) {
    .row--md-vc>div {
        float: left;
    }
}

span.colored {
    color: #deab3a;
    font-weight: 500;
}

.desc fs--16 ul {
    width: 200px;
}

.services {
    list-style: none;
    padding-left: 0;
}

::marker {
    color: rgb(175, 122, 8);
    background-color: rgb(175, 122, 8);
}

.services li {
    margin-bottom: 10px;
    position: relative;
    border-bottom: 2px dashed #ccc;
    padding-bottom: 5px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* .services li::after {
    content: '\2764'
} */


/*
.services li::after {
    content: '';
    display: block;
    position: absolute;
    width: 80px;
    height: 2px;
    background-color: rgb(175, 122, 8);
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
} */

.voucher {
    width: 80%;
    max-width: 1170px;
    margin: 20px auto 0 auto;
    color: white;
    text-align: center;
    font-size: 16px;
}

h2.h4 {
    font-size: 18px;
}

.about--summery {
    font-size: 16px;
}

.caption {
    margin-top: 50px;
}

.caption p:first-child {
    margin-bottom: 15px;
}

.author {
    font-family: 'Alex Brush',
        cursive;
    color: #dc9701;
    font-size: 40px;
}

.icon.fs--22.text-black {
    width: 72px;
    height: 72px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.icon.fs--22.text-black img {
    width: 36px;
}

.service--item {
    height: 550px;
}


section#voucher {
    background-image: url(/img/voucher/voucher-tlo.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    position: relative;
    z-index: 2;
}

section#voucher .container {
    position: relative;
    z-index: 2;
}

section#voucher .section--title.pb--30.text-center {
    position: relative;
    z-index: 2;
}

section#voucher .section--title.pb--30.text-center p {
    color: #fff;
}

section#voucher::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
}

section#voucher .section--title .h1:before,
section#voucher .section--title .h1:after {
    background-color: #fff;
}

.voucher-content {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 36px;
}

.voucher-btn {
    display: block;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.banner--slider {
    height: 100vh;
}

.banner--item {
    position: relative;
}

.banner-cover-img {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

.banner-cover-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-cover-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.banner--content h2 {
  font-size: 36px !important;
}

@media (min-width: 1024px) {
.banner-cover-img::after {
  background-color: rgba(0, 0, 0, 0.7);
}

.banner--content h2 {
  font-size: 66px !important;
}
}

#voucher {
    margin-top: 70px;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    padding: 2px;
    transition: 0.3s;
    width: 100%;
}

.gallery:hover .gallery-image {
    /* filter: grayscale(1); */
}

.gallery-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.gallery-thumb {
    margin: 2px;
    overflow: hidden;
}

.gallery-thumb:hover .gallery-image {
    /* filter: grayscale(0); */
}

.gallery-thumb:hover .gallery-caption {
    opacity: 1;
}

.gallery-thumb {
    position: relative;
}

.section--title.portfolio-page {
    padding-top: 130px;
}

.header--nav-links.nav.nav-links.fw--400.text-uppercase.float--right li a {
    color: #000;
}

.header--nav-links.nav.nav-links.fw--400.text-uppercase.float--right li.active a {
    color: #deab3a;
}

.gallery-image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery-image:hover {
    transform: scale(1.1);
}

.gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

.gallery-container {
    width: 100%;
}

@media (min-width: 768px) {
    .gallery-column {
        width: 50%;
    }
}


@media (min-width: 1024px) {
    .gallery-column {
        width: 25%;
    }
}

.top-bar {
    background-color: #1c5444;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.top-bar img {
    width: 100%;
    max-width: 650px;
}

#banner {
    height: 70vh;
}

.banner--slider {
    height: 100%;
}

#pricing h3 {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 20px;
}

.pricing-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0 auto;
}

.menu-item {
    position: relative;
    overflow: hidden;
}

.menu-item::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #1c5444;
    left: -100%;
    top: 95%;
    transition: 0.3s ease-in-out;
}

.menu-item:hover::after {
    left: 0;
}

.service--item {
    color: #000 !important;
}

.service--item:hover {
    color: #fff !important;
}

.portfolio-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    gap: 10px;
    flex-wrap: wrap;
}

.portfolio-heading {
    font-family: "Lobster", cursive;
    padding: 10px;
    text-align: center;
}

.header--section {
    position: sticky;
    top: 0;
    z-index: 999999999;
}

.wrapper {
    height: auto;
}

.header--navbar {
    position: sticky;
    top: 0;
    z-index: 999999999;
    height: 133px;
    padding: 0;
}

.top-bar .logo_main {
    max-width: 200px;
}

@media (max-width: 437px) {
    .contact-buttons a {
        margin-top: 10px;
    }
}


.menu-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 1000;
    padding: 15px 0;
    position: relative;
}

.social-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.social-wrapper img {
  max-width: 36px;
}

.menu-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    list-style: none;
    flex-wrap: wrap;
    flex-direction: column;
    /* display: none; */

    transition: 0.5s ease-in-out;
    z-index: 10;
    padding-left: 0;
    margin-bottom: 0;
}


.menu-list.active {
    top: calc(0% + 100px);
}

.menu-item a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s color ease-in-out;
    text-transform: uppercase;
}

.menu-item a:hover {
    color: #1c5444;
    ;
}

.logo img {
    max-width: 130px;
}

nav {
    height: 100%;
}


@media (min-width: 1024px) {
    .menu-list {
        display: flex;
    }

    .main-screen-text {
        transform: translateX(0);
        left: 100px;
        text-align: left;
    }

    .menu-list {
        position: relative;
        flex-direction: row;
    }

    .hamburger-container {
        display: none;
    }
}


.h1.ff--primary.text-primary {
    color: #1c5444;

}

.service--item {
    border-color: #fff !important;
}

.service--item:hover {
    background-color: #1c5444;
    color: #fff;
    border-color: #1c5444;
}

.service--items.owl-carousel.owl-loaded.owl-drag {
    border-color: #fff !important;
}

.white-title {
    color: #fff !important;
}

.h2.text-primary {
    color: #fff;
}

.title {
    border-color: #1c5444 !important;
}

span.colored {
    color: #1c5444 !important;
}

.service--item .icon {
    border-color: #1c5444 !important;
}

.btn.btn-default.voucher-btn {
    border-color: #1c5444 !important;
    color: #fff;
}

.btn.btn-default.voucher-btn:hover {
    background-color: #1c5444;
}

.btn.btn-default {
    border-color: #1c5444;
    color: #1c5444;
}

.btn.btn-default:hover {
    background-color: #1c5444;
    color: #fff;
}

.title::before {
    background-color: #1c5444 !important;
}

.pricing-buttons a {
    display: block;
    border-radius: 25px;
    color: #fff;
    background-color: #1c5444;
    padding: 12px 50px 10px;
    font-size: 16px;
    line-height: 26px;
    border: 1px solid #1c5444;
}

.pricing-buttons a:hover {
    background-color: #fff;
    color: #1c5444;
}


ul.nav i {
    background-color: #1c5444 !important;
}

.btn-link:hover {
    color: #1c5444 !important;
}

.banner--action.mt--30 a {
    border-color: #fff;
    color: #fff;
}

.owl-nav div {
    border-color: #1c5444;
}

.owl-nav div:hover {
    background-color: #1c5444;
}

.owl-nav div i {
    color: #fff;
}

.owl-dot.active {
    background-color: #1c5444;
}

@media (max-width: 1023px) {
    .menu-container {
        flex-direction: column;
        gap: 10px;
    }

    .menu-list {
        display: none;
    }

    .menu-list.active {
        display: flex;
    }

    .hamburger-containe img {
        max-width: 58px;
    }
}

.owl-stage-outer {
    height: 850px;
}

.service--item {
    height: 850px;
}
