::-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-Regular.ttf');
}


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


body {
    font-family: 'RobotoRegular', sans-serif;
    color: #3F3F3F;
    overflow-x: hidden;
}

.dark-bg {
    background-color: #000000;
}

a {
    text-decoration: none;
}

p {
    margin: 0;
    padding: 0;
}

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

.gradiant {
    position: relative;
    z-index: 9;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    height: 30vh;
    margin-bottom: -30vh;
}

.navi {
    font-family: 'KyivTypeSans', sans-serif;
    text-align: center;
    position: relative;
    z-index: 10;
    border-bottom: 1px solid #F4D9CB;
    text-transform: uppercase;
}

.navi-light {
    border-bottom: 1px solid #003F3D;
}

.navi a {
    transition: 0.2s ease;
    color: #EDE6DF;
    display: grid;
    place-content: center center;
}

.navi-light a {
    transition: 0.2s ease;
    color: #003F3D;
}

.navi a:hover {
    transition: 0.2s ease;
    text-decoration: underline;
}

.navi-light .active,
.navi .active {
    text-decoration: underline;
}

.navi .logo-container {
    display: grid;
    place-content: center center;
    border-left: 1px solid #F4D9CB;
    border-right: 1px solid #F4D9CB;
}

.navi .logo {
    height: inherit;
    display: grid;
    place-content: center center;

}

.navi-light .logo-container {
    border-left: 1px solid #131313;
    border-right: 1px solid #131313;
}

.navi .logo img {
    padding: 20px 100px;
    height: inherit;
    object-fit: contain;
}

#searchList a {
    padding: 20px;
    color: #000;
}

#searchSite {
    padding: 10px 15px;
    width: 100%;
    border-radius: 25px;
    border: 0;
    background-color: antiquewhite;
}


.home-hero {
    margin-top: -120px;
}


.logo-m {
    position: relative;
    z-index: 10;
    margin-top: 15px;
    height: 50px;
}

.logo-m img {
    height: inherit;
    object-fit: contain;
}

.ham {
    position: relative;
    z-index: 10;
    margin-top: 25px;
    height: 30px;
    cursor: pointer;
    text-align: right;
}

.ham img {
    height: inherit;
    object-fit: contain;
}

.container-fluid {
    padding: 0;
}

.marry-img,
.marry-text {
    display: grid;
    place-content: center center;
    line-height: 200%;
}

.marry-text h1 {
    font-family: 'DidotItalic', sans-serif;
    margin-bottom: 35px;
    font-size: 3em;
    color: #003F3D;
}

.marry-text p {
    padding-top: 20px;
}

.marry-img {
    text-align: center;
}

.marry-img a {
    font-family: 'KyivTypeSans', sans-serif;
    color: #EDE6DF;
    padding: 22px 8px;
    background-color: #003F3D;
}

.green-button {
    border: 1px solid #EDE6DF;
    padding: 14px 30px;
    letter-spacing: 2px;
}

.yellow-button {
    border: 1px solid #003F3D;
    padding: 14px 30px;
    letter-spacing: 2px;
}

.marry-img a {
    transition: 0.2s ease;
}

.marry-img a:hover {
    transition: 0.2s ease;
    background-color: #025c59;
}

.about {
    background-image: url(img/chakra-about-us-hero.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.blog {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}

.blog-header {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
    color: #D9B66A;
    display: grid;
    font-family: 'DidotItalic', sans-serif;
}

.blog-header p {
    text-transform: uppercase;
    font-family: 'KyivTypeSans', sans-serif;
    font-size: 0.9em;
    padding-bottom: 10px;
}

.blog-time {
    text-shadow: 5px 5px 20px rgba(0, 0, 0, 0.7);
    color: #FFFFFF;
}

.blog-header {
    place-content: end start;
}

.blog-time {
    place-content: end end;
}




#blogContent img {
    cursor: pointer;
}

.blog-credits,
.blog-content-1,
.blog-content-2 {
    padding: 35px;
}

.blog-credits {
    font-family: 'DidotItalic', sans-serif;
    color: #003F3D;
    line-height: 200%;
}

.blog-credits a {
    color: #003F3D;
    text-decoration: underline;
    line-height: 300%;
}


.grid3,
.grid2 {
    padding: 25px 0;
}

.about-content {
    padding-top: 50px;
    line-height: 200%;
}

.petal {
    text-align: end;
}

.portfolio-content {
    padding: 50px 0;
}

.port-header-text {
    font-family: 'DidotItalic', sans-serif;
    font-size: 1.5em;
    color: #003F3D;
}

.quote {
    font-family: 'DidotItalic', sans-serif;
    font-size: 1.5em;
    padding: 30px;
    border-bottom: 1px solid #003F3D;
    color: #003F3D;
}

#portfolioList {
    background-color: #000;
}

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

.portfolio-tile img {
    transition: 0.2s ease;
}

.portfolio-tile:hover img {
    transition: 0.2s ease;
    transform: scale(1.1);
}

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

.caption:hover {
    transition: 0.2s ease;
    background-color: rgba(0, 0, 0, 0.75);
}

.caption-container {
    line-height: 120%;
    transition: 0.2s ease;
    color: #D9B66A;
    cursor: pointer;
    height: inherit;
    display: grid;
    place-content: center center;
}

.caption-container:hover {
    transition: 0.2s ease;
    color: #D9B66A;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    100% {
        opacity: 0;
    }

    60% {
        opacity: 1;
    }

    0% {
        opacity: 1;
    }
}


.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;
    transition: 0.2s ease;
    opacity: 1;
    background-color: transparent;
}

.album-grid button:hover {
    transition: 0.2s ease;
    opacity: 1;
}

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

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

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

.closebtn {
    cursor: pointer;
    color: #000000;
    margin-top: 15px;
    margin-right: 15px;
    font-size: 1.8em;
    text-align: right;
    height: 50px;
    z-index: 11
}

.album-img {
    cursor: pointer;
}

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

.enquiry {
    background-image: url(img/enquiry.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
}


.env-content h1 {
    color: #003F3D;
    text-align: center;
    font-family: 'DidotItalic', sans-serif;
}

.envlope img {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
}

label,
input:focus,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    color: #000;
    -webkit-box-shadow: none;
    border-bottom: #003F3D 1px solid;
    background-color: transparent;
}

.form-select,
.form-control {
    background-color: transparent;
    border: 0;
    border: none;
    padding: 0;
    color: #807F7D;
    border-radius: 0;
    border-bottom: #807F7D 1px solid;
    height: 50px;
    margin: 8px 0;
}

.custom-date,
.custom-city,
.custom-select {
    position: relative;
    color: #807F7D;
    width: 100%;
    z-index: 3;
}

.gj-datepicker {
    margin: 0 !important
}

.custom-date input,
.custom-city input,
.custom-select select {
    width: 100%;
    z-index: 2;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: 0.2s ease;
}


.custom-select select:hover {
    transition: 0.2s ease;
    cursor: pointer;
}

.custom-date:after,
.custom-city:after,
.custom-select:after {
    color: #807F7D;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 12px;
    width: 100px;
    display: grid;
    place-content: center end;
}

.custom-select:after {
    content: "Select";

}

.custom-city:after {
    content: "(City, State)";
}

.custom-date:after {
    content: "DD/MM/YY";
    height: 44px;
}

.form-select {
    background-image: url("");
}

.form-control::placeholder {
    color: #807F7D;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #807F7D;
}

.form-control::-ms-input-placeholder {
    color: #807F7D;
}

.leaf {
    padding-top: 50px;
    z-index: 0;
    position: relative;
    text-align: right;
    margin-bottom: -350px;
    margin-right: -50px;
}

label {
    color: #807F7D;
}


.send-btn {
    background-color: #EDE6DF;
    padding: 20px 8px;
    cursor: pointer;
    color: #003F3D;
    border: none;
    box-shadow: none;
}

.error-border {
    border-color: rgb(161, 40, 40);
    ;
    border-width: 1px;
    border-style: solid;
}

.alert {
    color: rgb(161, 40, 40);
    margin: 0;
    padding: 0;
    height: 20px;
    display: grid;
    place-content: center start;
}



.spinner-border {
    height: 20px;
    width: 20px;
}



.curve-right {
    position: absolute;
    height: 120px;
    right: -4px;
    top: 39%;
    z-index: 1;
}

.curve-left {
    position: absolute;
    height: 120px;
    left: -4px;
    rotate: 180deg;
    top: 39%;
    z-index: 1;
}

.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;
}

.blogs a {
    color: #010101;
    font-size: 12px;
    padding: 0;
    margin: 0;
    line-height: 100%;
}

.read-more {
    text-transform: uppercase;
}

.blogs a img {
    height: 12px;
    padding-left: 6px;
    margin-top: -2px;
}

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

.blog-category {
    cursor: pointer;
}

.lens {
    height: 120px;
    display: grid;
    place-content: center center;
}

.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 20px;
    opacity: 0.5;
    display: inline-block;
}


footer {
    background-color: #EDE5DF;
}

.social {
    padding: 40px 0;
}

.social h1 {
    font-family: 'Didot', sans-serif;
    margin-bottom: 35px;
    font-size: 2em;
    text-align: center;
    color: #003F3D;
}

.social span {
    font-family: 'DidotItalic', sans-serif;
}


.tile {
    margin: 20px 0;
}

.copyrights {
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 200%;
    padding: 0 25px;
    display: grid;
    text-align: center;
    place-content: center center;
    color: #EDE6DF;
    letter-spacing: 2px;
    background-color: #003F3D;
}

.copyrights p {
    margin: 0;
}

.copyrights a {
    text-decoration: underline;
    color: #EDE6DF;
}

#navLinks {
    display: none;
}


.overlay {
    font-family: 'KyivTypeSans', sans-serif;
    position: absolute;
    z-index: 10;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    background-color: #ffffff;
    overflow: hidden;

}

.overlay img {
    padding: 30px;
}

.overlay-content {
    position: relative;
    width: 100%;
    font-size: 2em;
    line-height: 200%;
}

.closebtn {
    cursor: pointer;
    color: #000000;
    margin-top: 15px;
    margin-right: 15px;
    text-align: right;
    height: 50px;
    z-index: 11
}

.modal-content {
    background-color: rgba(255, 255, 255, 0.8);
}

.modal img {
    min-height: 80vh;
    max-height: 80vh;
    object-fit: contain;
}

.overlay .link {
    display: block;
    text-decoration: none;
    text-align: center;
    color: #003F3D;
}

.overlay a {

    transition: 0.2s ease;
}

.overlay a:hover {
    transition: 0.2s ease;
    color: #D9B66A;
}

[contenteditable] {
    outline: 0px solid transparent;
}

.triangle {
    cursor: text;
    text-align: center;
    color: #807F7D;
    overflow: hidden;
    width: auto;
    border: 1px solid #807F7D;
    height: 100px;
    margin: 20px 0;
}


@media (min-width: 320px) {

    .copyrights {
        height: 150px;
    }

    .blog-time,
    .blog-header {
        min-height: 45vh;
        padding-bottom: 40px;

    }

    .blog-header {
        padding-left: 15%;
    }

    .blog-time {
        padding-right: 15%;
    }

    .icons {
        text-align: center;
        line-height: 100%;
        margin-bottom: 35px;
    }




    .icons i {
        font-size: 1.8em;
        border: 1px solid;
        color: #003F3D;
        margin: 0 4px;
        padding: 15px;
        display: inline-block;
        border-radius: 100px;
        transition: 0.2s ease;
    }

    .icons i:hover {
        transition: 0.2s ease;
        background-color: #003F3D;
        border: 1px solid;
        color: #EDE6DF;
    }

    .blog-hero {
        width: 100vw;
    }

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

    .blog {
        min-height: 40vh;
    }

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

    .about {
        min-height: 100vh;
    }

    .enquiry {
        min-height: 40vh;
    }

    .petal img {
        height: 150px;
        margin-top: 10px;
        margin-bottom: -30px;
    }


    .marry-img a {
        margin-left: -80px;
    }

    .marry-text {
        padding: 50px 0;
    }

    .marry-img {
        padding-bottom: 75px;
    }


    .portfolio-content p {
        font-size: 0.9em;
        line-height: 200%;
    }

    .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) {

    .enquiry {
        min-height: 60vh;
    }

    .blog-time,
    .blog-header {
        min-height: 70vw;
    }

    .portfolio-content p {
        font-size: 1em;
    }

    .caption {
        font-size: 2.5em;
    }

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

@media (min-width: 768px) {

    .enquiry {
        min-height: 80vh;
    }

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

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

    .portfolio-content p {
        font-size: 1.5em;
    }

    .caption {
        font-size: 2em;
    }

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

@media (min-width: 992px) {

    .copyrights {
        height: 100px;
    }

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

    .about {
        min-height: 130vh;
    }

    .enquiry {
        min-height: 135vh;
    }

    .petal img {
        height: 200px;
        margin-top: -15px;
        margin-bottom: -50px;
    }

    .marry-img,
    .marry-text {
        padding: 75px 0;
    }


    .caption {
        font-size: 2.5em;
    }

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

    .navi,
    .navi a,
    .navi .logo-container {
        height: 100px;
        font-size: 0.9em;
    }
}

@media (min-width: 1200px) {



    .env-content h1 {
        padding-top: 100px;
    }


    #btnBlk {
        margin-top: -200px;
    }

    [contenteditable] {
        outline: 0px solid transparent;
    }

    .triangle {
        cursor: text;
        text-align: center;
        color: #807F7D;
        border: 0;
        overflow: hidden;
        width: 100%;
        height: 500px;
        margin: 0;
        line-height: 330%;
    }

    .triangle::before {
        content: "";
        height: 50%;
        width: 33%;
        float: left;
        shape-outside: polygon(50% 0%, 0% 100%, 100% 100%);

    }

    .triangle>span::before {
        content: "";
        height: 50%;
        width: 33%;
        float: right;
        shape-outside: polygon(50% 0%, 0% 100%, 100% 100%);
    }

    .envlope {
        height: 980px;
        background: url(img/envlope.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
    }


    .modal img {
        padding: 0 50px;
    }

    .stick {
        pointer-events: none;
        width: 60vw;
        margin-top: -400px;
        margin-bottom: -100px;
        z-index: 20;
        position: relative;

    }

    .envlope {
        padding: 0 6%;
    }

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

    .caption {
        font-size: 3.5em;
    }

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

    .navi,
    .navi a,
    .navi .logo-container {
        height: 120px;
        font-size: 1em;
    }

}

@media (min-width: 1400px) {

    .modal img {
        padding: 0 150px;
    }

    .envlope {
        padding: 0 12%;
    }
}