:root {
    --main-color: #E74923;
    --second-color: #000000;
    --light-orange: #F9EEE5;
    /* --light-orange: #f4f4f6; */
    --dark--color: #262626;
    --text-color: #282828;
    --padding-space: 80px 0;
    --transtion-time: all 0.4s;
}


body {
    scroll-behavior: smooth;
}

body,
input,
select,
textarea,
button,
.btn {
    font-family: "Cormorant Garamond", serif;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 16px;
    line-height: 1.75em;

}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Yeseva One", serif;
    color: var(--second-color);
    /* font-weight: 700; */
    margin-top: 0;
}

h1,
.h1 {
    font-size: 65px;
}

h2,
.h2 {
    font-size: 50px;
}

h3,
.h3 {
    font-size: 40px;
}

h4,
.h4 {
    font-size: 30px;
}

h5,
.h5 {
    font-size: 25px;
}

p {
    font-size: 18px;
    color: var(--text-color);
}

p.intro-text {
    font-size: 20px
}

a {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize
}

.container {
    max-width: 1400px;
}

ul.intro-list,
ul.list {
    list-style-type: none;
    padding: 0;
    margin: 25px 0;
    text-transform: capitalize;
}

ul.intro-list li,
ul.list li {
    position: relative;
    padding-left: 34px;
    margin: 6px 0;
    font-size: 18px;
    color: #2c2d32;
}

ul.intro-list li:before,
ul.list li:before {
    font-family: "fontello";
    content: "\e98f";
    color: #FAB815;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 22px;
}


.btn-main {
    color: rgb(255, 172, 88);
    background-image: linear-gradient(120deg, rgb(255, 40, 40), rgb(248, 81, 10));
    color: #fff;
    transition: var(--transtion-time);
    border-radius: 30px;
    padding: 8px 24px;
}

.section-title {
    margin-bottom: 36px;
}

.section-headline {
    text-align: center;
}

.btn-main:hover {
    background-image: linear-gradient(120deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    color: var(--second-color);
}

.form-group {
    margin-block: 10px;
}


/* navbar */
.navbar {
    align-items: center;
}

.navbar-nav {
    margin-top: 0;
}

nav .navbar-nav .nav-link.active {
    border-bottom: solid 1px #fff;
}

.transparent-nav {
    background: transparent;
    transition: 0.4s;
}

.nav-logo {
    width: 300px;
}

.scrolled {
    background: #252525;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

nav .nav-link {
    color: white !important;
    margin: 0 10px;
    font-weight: 500;
}



#carouselExampleFade {
    position: relative;
}

.carousel-item {
    height: 95vh;
    position: relative;
}

.carousel-item img {
    height: 100%;
    object-fit: cover;
}

#home .btn-1 {
    color: #fff;
}

#home .btn-1:after {
    background-color: #fff;
}

/* .home-content {
    margin: 200px 0;
} */

/* overlay */
#home #carouselExampleFade .overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 1;
}

.carousel-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    z-index: 2;
}

.carousel-text h1 {
    color: #fff;
    font-size: 40px;
    /* font-weight: bold; */
}

.carousel-text p {
    color: #fff;
    font-size: 22px;
    margin-bottom: 30px;
}


/* about */

.about {
    background: var(--light-orange);
    padding: 80px 0 130px;
}

.about-content span {
    letter-spacing: 3px;
    font-size: 14px;
    color: #565656;
    display: block;
    margin-bottom: 15px;
}

.about-content h2 {
    font-size: 48px;
    line-height: 1.2;
    /* color: #2e4057; */
    margin-bottom: 25px;
    /* font-weight: 600; */
}

.about-content p {
    /*color: #666;*/
    /*font-size: 16px;*/
    line-height: 1.8;
    margin-bottom: 15px;
}

.about-content .btn {
    margin-top:15px;
}

.btn-1 {
    margin-top: 20px;
    background: transparent;
    border: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    padding-bottom: 5px;
    color: #2e4057;
    transition: 0.3s;
    position: relative;
    padding-left: 50px;
    transition: all 0.3s;
}

.btn-1:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #2e4057;
    width: 40px;
    height: 2px;
    transition: all 0.3s;
}

.btn-1:hover {
    color: #000;
    border-color: #000;
    padding-left: 0;
}

.btn-1:hover::after {
    width: 0;
}

.about-img {
    position: relative;
    text-align: right;
}

.about-img .floating-img img {
    position: absolute;
    right: -35px;
    top: -20px;
    width: 153px;
    height: 100px;
    border: none;
    box-shadow: none;
}

.about-img .floating-img-2 img {
    position: absolute;
    left: 80px;
    top: -20px;
    width: 153px;
    height: 100px;
    border: none;
    box-shadow: none;
}

.about-img img {
    width: 70%;
    border: 8px solid #fff;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.about-img-2 {
    position: absolute;
    width: 400px;
    height: 400px;
    left: 0;
    top: 60%;
}



@media(max-width:768px) {
    .about {
        padding: 80px 0;
    }

    .about-content h2 {
        font-size: 28px;
    }

    .about-img {
        margin-top: 50px;
        text-align: center;
    }

    .about-img img {
        width: 100%;
    }

    .about-img::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .about-img .floating-img img {
        right: -10px;

    }
}


/*  */

.portfolio {
    padding: 40px 0 80px 0;
    background: var(--light-orange);
}

.section-title span {
    letter-spacing: 4px;
    font-size: 13px;
    color: #565656;
}

.section-title h2 {
    font-size: 40px;
    margin-bottom: 15px;
}

.portfolio-tabs {
    gap: 18px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.portfolio-tabs .nav-link {
    border: none;
    background: none;
    font-size: 13px;
    letter-spacing: 3px;
    color: #565656;
    position: relative;
    padding: 0;
    cursor: pointer;
}

.portfolio-tabs .nav-item {
    display: flex;
    align-items: center;
}

.portfolio-tabs .nav-item:not(:last-child)::after {
    content: "|";
    margin-left: 18px;
    color: #bbb;
}

.portfolio-tabs .nav-link.active {
    color: #000;
    font-weight: 600;
    border-bottom: solid 1px black;
}

.portfolio-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    max-height: 400px;
}

.portfolio .portfolio-item {
    display: none;
}

.portfolio-item img {
    width: 100%;
    display: block;
    transition: .4s;
}

.overlay {
    position: absolute;
    top: 0;
    width: 95%;
    margin: auto;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s;
}

.overlay i {
    color: #fff;
    font-size: 26px;
}


.portfolio-item:hover .overlay {
    opacity: 1;
}

.load-btn {
    margin-top: 40px;
    padding: 10px 30px;
    border: 1px solid #565656;
    background: transparent;
    letter-spacing: 2px;
    transition: all 0.3s;
}


.load-btn:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

/* why-us */
.why-section {
    /* background: #eceef2; */
    background: #F9EFE6;
    padding: 80px 0 125px;
    position: relative;
    /* font-family: "Georgia", serif; */
}

/* images */
.image-wrapper {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.main-img {
    width: 100%;
    border: 10px solid #fff;
}

.small-img {
    position: absolute;
    bottom: -40px;
    right: -30px;
    width: 180px;
    border: 8px solid #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.tipe-2 {
    position: absolute;
    width: 65px;
    height: 50px;
    top: -30px;
    transform: rotate(120deg);
    left: 50px;
}

/* tape */
.tape {
    position: absolute;
    width: 80px;
    height: 30px;
    top: -15px;
    left: 20px;
    transform: rotate(-15deg);
}

.subtitle {
    letter-spacing: 3px;
    font-size: 12px;
    color: #565656;
    display: block;
    margin-bottom: 10px;
}

.title {
    font-size: 40px;
    font-weight: 600;
    /* color: #2d3a4a; */
    margin-bottom: 20px;
}

/*.desc {*/
/*    color: #565656;*/

/*}*/

/* features */
.feature {
    margin-top: 30px;
}

.why-section .icon {
    width: 38px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px var(--main-color);
}

.feature h5 {
    font-size: 18px;
    letter-spacing: 2px;
    /* color: #2d3a4a; */
    margin-bottom: 10px;
}

.feature p {
    font-size: 17px;
    /*color: #565656;*/
}


@media(max-width:991px) {

    .title {
        font-size: 36px;
    }

    .small-img {
        width: 140px;
        right: -10px;
    }

}

.gallery-vidoes {
    overflow: hidden;
    padding: 80px 0;
}

.section-heading {
    margin-bottom: 28px;
}

.section-heading h2 {
    margin: 0;
    color: #3f4a63;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.vidoes-carousel-wrap {
    position: relative;
}

.vidoes-carousel .item {
    height: 100%;
}

.vidoes-card {
    position: relative;
    overflow: hidden;
    /* background: #d9dce2; */
}

.vidoes-video {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background: #d9dce2;
}

.video-card {
    position: relative;
}

.vidoes-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(to top,
            rgba(18, 22, 31, 0.42) 0%,
            rgba(18, 22, 31, 0.16) 32%,
            rgba(255, 255, 255, 0.02) 65%,
            rgba(255, 255, 255, 0.08) 100%);
    pointer-events: none;
}


.video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    width: 62px;
    height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.video-play-btn:hover {
    background: rgba(255, 255, 255, 0.22);
    /* transform: scale(1.06); */
}

.play-icon {
    width: 0;
    height: 0;
    border-left: 16px solid #ffffff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    margin-left: 4px;
}

.vidoes-content {
    position: absolute;
    left: 26px;
    bottom: 24px;
    z-index: 3;
}

.vidoes-content h3 {
    margin: 0 0 5px;
    color: #fff;
    font-size: 25px;
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: 1.6px;
}

.vidoes-content span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
    opacity: 0.96;
}


.vidoes-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.vidoes-carousel.owl-theme .owl-nav {
    margin-top: 0;
}

.vidoes-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent !important;
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.vidoes-carousel.owl-theme .owl-nav .owl-prev {
    left: -70px;
}

.vidoes-carousel.owl-theme .owl-nav .owl-next {
    right: -70px;
}

.owl-arrow {
    color: #ffffff;
    font-size: 54px;
    line-height: 1;
    font-weight: 300;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.16);
    transition: 0.3s ease;
}

.vidoes-carousel.owl-theme .owl-nav button:hover .owl-arrow {
    opacity: 0.75;
}


.vidoes-carousel.owl-theme .owl-dots {
    margin-top: 28px;
    text-align: center;
}

.vidoes-carousel.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 6px;
    background: transparent;
    border: 1px solid #8e96a8;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.vidoes-carousel.owl-theme .owl-dots .owl-dot.active span,
.vidoes-carousel.owl-theme .owl-dots .owl-dot:hover span {
    background: #3f4a63;
    border-color: #3f4a63;
}


@media (max-width: 1399.98px) {
    .section-heading h2 {
        font-size: 56px;
    }

}

@media (max-width: 1199.98px) {
    .section-heading h2 {
        font-size: 48px;
    }

}

@media (max-width: 991.98px) {
    .section-heading h2 {
        font-size: 40px;
    }

    .vidoes-carousel.owl-theme .owl-nav {
        display: none;
    }

    .video-play-btn {
        width: 66px;
        height: 66px;
    }
}

@media (max-width: 767.98px) {


    .why-section {
        padding: 80px 0;
    }

    .portfolio-tabs .nav-link {
        font-size: 10px;
    }

    .section-heading h2 {
        font-size: 32px;
    }

    .vidoes-content {
        left: 18px;
        bottom: 18px;
    }

    .vidoes-content h3 {
        font-size: 20px;
    }

    .vidoes-content span {
        font-size: 14px;
    }

    /* .video-play-btn {
        width: 52px;
        height: 52px;
    } */

    .play-icon {
        border-left-width: 14px;
        border-top-width: 9px;
        border-bottom-width: 9px;
    }
}

@media (max-width: 575.98px) {

    .section-heading h2 {
        font-size: 28px;
    }
}

/*  */

section#testimonials {
    padding: 80px 0;
    background-color: #FBF7F4;
}


#testimonials .owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--main-color);
}

.testimonial-body {
    padding: 15px;
    border-radius: 3px;
    background-color: #fff !important;
    position: relative;
}

.testimonial-body:before {
    position: absolute;
    content: "";
    width: 0;
    bottom: -10px;
    left: 17px;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #fff transparent transparent transparent;
}

.testimonial-body p {
    height: 95px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: auto !important;
    padding-right: 10px;
    scrollbar-color: #8d8d8d #e0e0e0;
    scrollbar-width: thin;
}

.testimonial-body p::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px
}

.testimonial-body p::-webkit-scrollbar-track {
    background: rgba(85, 85, 85, 0.1)
}

.testimonial-body p::-webkit-scrollbar-thumb {
    background: rgba(85, 85, 85, 0.6)
}

.testimonial-body p::-webkit-scrollbar-thumb:hover {
    background: #555
}

.review-block {
    background-color: #fcfcfc;
    text-align: center;
    padding: 40px 40px 35px;
    position: relative;
    -webkit-box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    box-shadow: 0px 2px 6px 0 rgba(230, 235, 240, 0.7);
    margin-bottom: 30px;
}

.review-block img {
    margin: 0 auto;
    margin-bottom: 10px;
}

.review-block p {
    font-size: 17px;
    color: var(--dark--color);
    line-height: 28px;
    margin-bottom: 25px;
    height: 110px;
    overflow-y: auto;
}

.review-block h5.author {
    font-size: 16px;
    /* font-weight: bold; */
}

.review-block h5.author span {
    display: block;
    color: #8c8c8c;
    font-weight: normal;
    font-size: 13px;
    margin-top: 3px;
}

.review-block img.rating {
    margin-bottom: 25px;
}

#testimonials .business-img img {
    box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
    border-radius: 50%;
    width: 50px;
}

.business-info .rate {
    line-height: 1;
    margin: 3px 0;
}

.business-info p.name {
    margin: 0 0 2px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
}


.business-info .reviews-count {
    color: #565656;
    font-size: 14px;
    line-height: 1;
    margin-top: 6px;
}

.business-info .google-powered {
    line-height: 1;
    margin-top: 4px;
}

.business-info .google-powered img {
    max-width: 144px;
}

.business-info .rate span {
    color: #fbbc00;
    line-height: 1;
    font-size: 17px;
    font-weight: 600;
    vertical-align: middle;
}

.owl-nav {
    color: #ccc;
    font-size: 26px;
}

button.owl-prev,
button.owl-next {
    position: absolute;
    top: 30%;
}

button.owl-prev img,
button.owl-next img {
    max-width: 30px;
}

button.owl-prev {
    left: -20px;
}


button.owl-next {
    right: -20px;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    display: none;
}

.owl-theme .owl-dots {
    display: block;
}


/*  footer*/

#footer-form .btn-submit,
#header .btn-submit {
    width: 100%;
    background-color: var(--main-color);
    border-color: var(--main-color);
    border-radius: 3px;
    font-size: 18px;
    padding: 13px 0;
    color: #fefefe;
    font-weight: 600;
    transition: all 0.2s ease;
    margin-top: 20px;
    transition: var(--transtion-time);
}

#footer-form .btn-submit:hover,
#header .btn-submit:hover {
    background-color: var(--second-color);
    border-color: var(--second-color);
    color: var(--main-color);
}

#header .form-container label {
    font-size: 13px;
    text-shadow: none;
    font-size: 13px;
    color: #000;
    font-weight: bold;
    margin-bottom: 0;
    line-height: 20px;
    display: block;
}

#header .form-container label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    transform: translate(-50%, -50%);
    overflow: visible;
}

header#headerContent {
    padding: 80px 0 70px;
    text-shadow: 0 0 50px rgba(78, 78, 78, 0.5), 0 0 1px #000;
}

#header .header-content h1,
#header .header-content p {
    color: #fff;
}

#header .header-content h1 {
    font-size: 48px;
}

#header .header-content h1 span {
    display: block;
    font-size: 32px;
    color: #ffc107;
    margin-top: 4px;
}

/* contact form */
#footer-form {
    padding: 80px 0 110px;
    background: #fff;
    position: relative;
    z-index: 999;
}

#footer-form .section-headline h2 {
    color: #1c1c1c;
    font-size: 33px;
}

#footer-form p {
    line-height: 1;
    margin-bottom: 12px;
}

#footer-form .form-container form {
    padding: 0;
    background-color: transparent;
}

#footer-form .form-label {
    text-shadow: none;
    font-size: 14px;
    color: #060b17;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

#footer-form label span.muted {
    color: rgb(10, 19, 40) !important;
}

.prop-img img {
    min-width: 100%;
    max-width: inherit;
}

.form-privacy {
    margin-bottom: 0;
    font-size: 14px;
    text-align: center;
    color: #34405a;
    margin-top: 16px;
}

label.error {
    font-size: 13px;
    color: red;
    margin: 0;
    text-shadow: none;
    line-height: 17px;
    padding-left: 5px;
    text-align: left;
    display: block;
    font-weight: normal;
    margin-top: 3px;
}

.request-quote-form h5 {
    margin: 0;
    padding: 12px 0;
    text-align: center;
    background-color: #1c1c1c;
    font-size: 20px;
    color: #FAFAFA;
}



.form-control:focus {
    border-color: red;
    box-shadow: none;
}



.contact {
    position: relative;
    overflow: hidden;
    background: #F9EFE6;
    padding: 80px 0;
}



.booking-wrapper {
    position: relative;
    z-index: 2;
    max-width: 980px;
    margin: 0 auto;
}

.booking-subtitle {
    display: block;
    text-align: center;
    letter-spacing: 4px;
    font-size: 14px;
    color: #71798a;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.booking-title {
    text-align: center;
    font-size: 40px;
    line-height: 1.05;
    font-weight: 700;
    /* color: #3f4860; */
    /* margin-bottom: 60px; */
}

.styled-booking-form .form-group {
    margin-bottom: 10px;
}

.styled-booking-form .form-label {
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #7c8393;
    margin-bottom: 10px;
    font-family: "Cormorant Garamond", serif;
}

.styled-booking-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #b7bcc8;
    border-radius: 0;
    padding: 10px 0 14px;
    font-size: 17px;
    color: #3f4860;
    box-shadow: none !important;
    min-height: 52px;
}

.styled-booking-form textarea.form-control {
    resize: vertical;
    min-height: 110px;
}

.styled-booking-form .form-control::placeholder {
    color: #a1a7b4;
    font-size: 15px;
}

.styled-booking-form .form-control:focus {
    border-color: #8c6783;
    background: transparent;
}

.btn-submit {
    background: #b98312;
    color: #fff;
    border: none;
    border-radius: 0;
    padding: 18px 40px;
    min-width: 320px;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Cormorant Garamond", serif;
    font-weight: 700;
    margin-top: 20px;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #9d6f0f;
    color: #fff;
}

/* floating photos */
.floating-photo {
    position: absolute;
    z-index: 1;
    background: #fff;
    padding: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}

.floating-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.photo-left {
    left: -10px;
    bottom: 40px;
    width: 210px;
    height: 300px;
    transform: rotate(-20deg);
}

.photo-right {
    right: 20px;
    top: 160px;
    width: 190px;
    height: 270px;
    transform: rotate(10deg);
}

.why-section .tape {
    position: absolute;
    width: 170px;
    height: 40px;
    top: -12px;
    transform: rotate(-52deg);
    left: -80px;
}

.contact .tape {
    position: absolute;
    width: 95px;
    height: 75px;
    top: -38px;
    left: 20px;
    transform: rotate(-15deg);
}

.contact .tape-left {
    left: 50px;
    transform: rotate(11deg);
}

.contact .tape-right {
    top: -22px;
    left: -25px;
    transform: rotate(-56deg);
}

.floral {
    position: absolute;
    opacity: 0.12;
    pointer-events: none;
}

.floral-top-left {
    top: 10px;
    left: 0;
    width: 220px;
    height: 220px;
    border-top: 2px solid #9ea4b2;
    border-left: 2px solid #9ea4b2;
    border-radius: 0 0 100% 0;
}

.floral-bottom-right {
    right: 0;
    bottom: 40px;
    width: 220px;
    height: 220px;
    border-right: 2px solid #9ea4b2;
    border-bottom: 2px solid #9ea4b2;
    border-radius: 100% 0 0 0;
}

@media (max-width: 1199px) {
    .booking-title {
        font-size: 52px;
    }

    .photo-left,
    .photo-right {
        opacity: 0.45;
    }
}

@media (max-width: 991px) {
    .contact {
        padding: 70px 15px 90px;
    }

    .booking-title {
        font-size: 42px;
        margin-bottom: 40px;
    }

    .photo-left {
        width: 150px;
        height: 220px;
        bottom: 20px;
    }

    .photo-right {
        width: 140px;
        height: 210px;
        top: 130px;
    }
}

@media (max-width: 767px) {
    .booking-title {
        font-size: 27px;
    }

    .btn-submit {
        min-width: 100%;
        font-size: 18px;
    }

    .floating-photo {
        display: none;
    }

    .floral {
        display: none;
    }
}

/* footer */

#footer {
    background-color: #252525;
    padding: 30px 0;
}

#footer hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right,
            rgba(176, 176, 176, 0),
            rgba(255, 255, 255, 0.75),
            rgba(0, 0, 0, 0));
}

#footer p {
    color: #fff;
    text-align: center;
    font-weight: 500;
    padding: 12px 0;
    margin-bottom: 0;
}


.footer-logo {
    width: 300px;
}

.btn-book,
.btn-style1,
.btn-style2 {
    position: relative;
    z-index: 0;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
    padding: 10px 30px;
    font-weight: 700;
    letter-spacing: 2px;
    font-size: 15px;
    transition: all 0.3s;
    border-radius: 0;
}

.btn-book:hover {
    background-color: #E74923;
    color: #fff;
    border: 1px solid #E74923;
}

.btn-style1 {
    color: var(--dark--color);
    background: #fefefe;
    border: 1px solid #fefefe;
}

.btn-style1:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn-style2 {
    color: var(--dark--color);
    border: 1px solid var(--dark--color);
}

.btn-style2:hover {
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

/*  */

#back-to-top {
    position: fixed;
    bottom: -45px;
    right: 10px;
    z-index: 999;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.3s;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    right: 4px;
    text-transform: uppercase;
    font-size: 14px;
    color: var(--main-color);
    font-weight: bold;
}

#back-to-top.show {
    bottom: 60px;
}

#back-to-top:hover {
    color: var(--second-color);
}

@media screen and (min-width:1200px) and (max-width:1399px) {}

.about-img .floating-img img {
    right: -12px;
}

.about-img-2 {
    width: 250px;
    height: 300px;
}

.about-img .floating-img-2 img {
    top: -47px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .about-img .floating-img img {
        right: -12px;
    }

    .about-img-2 {
        width: 250px;
        height: 300px;
    }

    .about-img .floating-img-2 img {
        top: -47px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .about-img .floating-img img {
        right: -12px;
    }

    .about-img-2 {
        width: 250px;
        height: 300px;
    }

    .about-img .floating-img-2 img {
        top: -47px;
    }
}

@media (max-width: 575px) {

    #navbar i.icon-menu {
        color: #fff;
        font-size: 25px;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler {
        border-color: #fff;
    }

    .footer-logo {
        margin: auto;
    }

    .nav-phone {
        position: fixed;
        bottom: 13px;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 60%;
        text-align: center;
        border-radius: 56px;
        background-color: var(--main-color);
        visibility: visible;
        color: white;
        z-index: 998;
        font-size: 24px;
    }

    .fixed-top {
        top: 48px;
    }

    .fixed-cta-btn {
        position: fixed;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        padding: 10px 15px;
        width: 100%;
        text-align: center;
        background-color: var(--main-color);
        visibility: visible;
        color: white;
        z-index: 998;
    }

    .carousel-text h1 {
        font-size: 28px;
    }

    .section-title h2 {
        font-size: 30px;
    }

    .title {
        font-size: 32px;
    }

    .carousel-item {
        min-height: 650px;
        max-height: 85vh;
    }

    .portfolio {
        padding: 20px 0 80px 0;
    }

    .nav-logo {
        width: 250px;
    }

    /* .home-content {
        margin: 150px 0;
    } */
    .carousel-text {
        top: 57%;
    }
}