* {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

:root {
    --white: #FFF;
    /* --main-color: #0669c4; */
    --main-color: #ff8350;
    /* --main-color:#dd480a; */
    --main-font-color: #1b2026;
    --main-font-color2: #545454;
    --main-color4: #FFF;
    --main-shadow: 0 0 7px 0 #00000030;

}

html {
    scroll-behavior: smooth;
}

.active {
    color: var(--main-color) !important;
}

body {
    font-family: 'cabin', sans-serif;
}

.none {
    display: none !important;
}

.top-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
}

.heading-h2 {
    color: var(--main-font-color);
    text-transform: capitalize;
    padding: 5px 0;
    font-weight: 600;
    letter-spacing: 2.5px;
    position: relative;
}

.top-title .heading-h2::before {
    content: '';
    height: 1px;
    width: 40px;
    background: var(--main-color);
    position: absolute;
    left: -60px;
    top: 42%;
    box-shadow: 0px 10px 0 var(--main-color);
}

.top-title .heading-h2::after {
    content: '';
    height: 1px;
    width: 40px;
    background: var(--main-color);
    position: absolute;
    right: -60px;
    top: 42%;
    box-shadow: 0px 10px 0 var(--main-color);
}

.heading-p {
    color: var(--main-font-color2);
    line-height: 1.6;
    font-style: italic;
    padding-bottom: 20px;
}

.heading-span {
    color: var(--main-color);
    font-family: 'Yellowtail', cursive;
    line-height: 1.6;
    font-style: italic;
    font-size: 30px;
}



@media (min-width:991px) {
    .heading-p {
        margin: 0 25%;
    }

}

.section {
    padding: 80px 0;
}

.main-h2 {
    font-family: 'Great Vibes', cursive;
    color: var(--main-color);
    font-size: 60px;
    text-align: center;
}


.opNone {
    transform: translateX(3000%);
    -webkit-transform: translateX(3000%);
    -moz-transform: translateX(3000%);
    -ms-transform: translateX(3000%);
    -o-transform: translateX(3000%);
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.topBtn {
    display: none !important;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 21;
    color: var(--white);
    background: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 40px;
    transition: 0.3s;
    height: 40px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

.topBtn:hover {
    color: var(--main-color);
    background: var(--white);
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.topBtn-block {
    display: block !important;
}

.one-img-owl .owl-nav {
    display: none;
}

.dis-block {
    animation: opacity;
    -webkit-animation: opacity;
    animation-duration: 0.9s;
    animation-direction: alternate;
}

.one-text-owl .owl-nav {
    display: none;
}

.item {
    max-width: 100%;
}

/* start header & landing*/
header.fixed {
    position: fixed !important;
    animation: topToBottom;
    -webkit-animation: topToBottom;
    animation-duration: 0.9s;
    animation-direction: alternate;
    background: #0c0c0de3;
}



header {
    background: #0c0c0dc7;
    padding: 10px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 20;
}

header .navbar {
    /* padding: 0; */
}

header .container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .navbar-collapse {
    justify-content: flex-end;
}

header .nav-link {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

header ul.navbar-nav {
    gap: 10px;
}

header .nav-link:hover {
    color: var(--main-color) !important;
}

header button.navbar-toggler {
    filter: invert(1);
    -webkit-filter: invert(1);
}

header button.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem !important;
}

.landing {
    position: relative;
    height: 100vh;
    background-size: cover;
    background-position: 50% 50%;
}

.text-slider {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 50%;
    text-align: center;
    background: #01010170;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.text-slider p {
    color: var(--white);
    animation: opacity;
    -webkit-animation: opacity;
    animation-duration: 0.9s;
    animation-direction: alternate;
    margin: 15px 0 !important;
    font-size: 22px;
    line-height: 1.6;
    
    word-break: break-all;
}

/* end header */

/* start about us */
.about-us .contant {
    display: grid;
    gap: 10px;
    grid-template-columns: 100%;

}

@media (min-width:767px) {
    .about-us .contant {
        grid-template-columns: 50% 50%;
    }

}

/* end about us */

/* start active time */
.active-time {
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../image/background1.jpg);

}

.active-time .contant {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    gap: 80px;
}

.active-time .contant h4 {
    color: white;
}

.active-time .heading-h2 {
    color: white;
}

.active-time .heading-p {
    color: white;
}

.active-time .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0c0c0db0;
}


/* end active time */

/* start menu */
.menu .contant {
    display: grid;
    gap: 10px;
}

@media (min-width:667px) {
    .menu .contant {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width:911px) {
    .menu .contant {
        grid-template-columns: repeat(3, 1fr);
    }
}

.menu .price-flex-box {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    justify-content: space-between;
}

.menu .box {
    padding: 10px;
    box-shadow: var(--main-shadow);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.menu .price {
    color: var(--main-color);
}

.menu .btn-container a {
    color: var(--main-color);
    font-size: 20px;
    padding: 10px 30px;
    box-shadow: inset 0 0 0 0.1em var(--main-color);
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
    text-decoration: none;
    text-transform: capitalize;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.menu .btn-container a:hover {
    color: var(--white);
    box-shadow: inset 0 0 0 6em var(--main-color);
    transition: 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;

}


/* end menu */

/* start gallery */
.gallery {
    background: #101316;
    overflow-x: hidden;
    position: relative;
}

.gallery .top-title h2, .gallery .top-title p {
    color: white;
}

.gallery .content {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    position: relative;
}

@media (min-width:767px) {
    .gallery .content {
        grid-template-columns: repeat(2, 1fr);

    }
}


@media (min-width:867px) {
    .gallery .content {
        grid-template-columns: repeat(3, 1fr);

    }
}

@media (min-width:991px) {
    .gallery .content {
        grid-template-columns: repeat(4, 1fr);

    }
}

.gallery .imgContainer {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.gallery .imgContainer img {
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.gallery .imgContainer img:hover{
    filter: blur(3px);
    -webkit-filter: blur(3px);
}


.gallery .imgContainer .open-img {
    position: absolute;
    top: 100%;
    cursor: pointer;
    left: 0;
    background: #1013164b;
    width: 100%;
    height: 100%;
    color: var(--white);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.gallery .open-img i {
    font-size: 30px;
    color: var(--white);
}

.gallery .imgContainer:hover .open-img {
    /* top: 0; */
}

.btn-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding: 20px;
    gap: 10px;
    align-items: center;
}

.btn-container button {
    color: var(--white);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    box-shadow: inset 0 0 0em 0em var(--white);

    -o-transition: 0.5s;
}

.btn-container button:hover {
    /* background: var(--white); */
    box-shadow: inset 0 0 0em 3em var(--white);
}

.active-btn {
    color: var(--main-font-color) !important;
    box-shadow: inset 0 0 0em 3em var(--white) !important;

}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000e0;
    z-index: 899;
}

.popup-box {
    position: fixed;
    z-index: 900;
}

@media (max-width:991px) {
    .popup-box {
        top: 50%;
        transform: translateY(-50%);
    }
}

.popup-box .imgheading {
    color: var(--main-color);
    font-size: 32px;
    font-weight: 600;
    text-align: center;
}

.popup-box img {
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.close-btn {
    position: absolute;
    top: 0px;
    right: 5px;
    background-color: var(--main-color);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
    color: #FFF;

    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* end gallery */

/* start reservations */
.reservations .top-title h3 {
    font-weight: 500;
    letter-spacing: 1.5px;
    opacity: 0.9;
}

.reservations .top-title h3::after,
.reservations .top-title h3::before {
    box-shadow: 0 0 0 0;
    top: 50%;
}

.reservations .contant {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);

}

.reservations form div>h3 {
    text-transform: capitalize;
}

@media (max-width:767px) {
    .reservations .contant {
        grid-template-columns: repeat(1, 1fr);
    }
}

.reservations .btn-container .btn {
    color: var(--main-color);
    font-size: 20px;
    padding: 10px 46px;
    box-shadow: inset 0 0 0 0.1em var(--main-color);
    transition: ease 0.5s;
    -webkit-transition: ease 0.5s;
    -moz-transition: ease 0.5s;
    -ms-transition: ease 0.5s;
    -o-transition: ease 0.5s;
}

.reservations .btn-container .btn:hover {
    color: var(--white);
    box-shadow: inset 0 0 0 5em var(--main-color);
}

/* end reservations */


/* start testimonials */
.testimonials {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    background-image: url(../image/background2.jpg);
}

.testimonials .contant {
    position: relative;
    z-index: 2;
    color: #fff;
}

.testimonials .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #0c0c0d91;
}

.testimonials h2 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.testimonials .item.active h2 {
    color: var(--main-color);
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 20px;
    text-transform: capitalize;

}

.testimonials .item p {
    color: var(--white);
    line-height: 1.8;
    font-size: 22px;
}

.testimonials .item.active p {
    color: var(--white) !important;

}

.testimonials .item span {
    color: var(--main-color);
    font-size: 20px;

}

.testimonials .item.active span {
    color: var(--main-color);
}

/* end testimonials */


/* start contact */
.contact {
    background: #101316;

}

.contact .top-title h2 {
    color: var(--white);
}

.contact .top-title p {
    color: var(--white);
    opacity: 0.9;
}

.contact .contant {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}


@media (max-width:767px) {

    .contact .contant {
        grid-template-columns: repeat(1, 1fr);
    }
}


.contact input, .contact textarea {
    background: rgb(39, 39, 39);
    color: var(--white) !important;
    border: 0;
}

.contact input:focus, .contact textarea:focus {
    background: rgb(39, 39, 39);
    border: 0;
    box-shadow: 0 0 6px 0rem rgb(255 255 255 / 25%);

}

.contact .btn-container button {
    color: var(--white);
    font-size: 20px;
    padding: 10px 46px;
    box-shadow: inset 0 0 0 0.05em var(--main-color);
    transition: ease 1s;
    -webkit-transition: ease 1s;
    -moz-transition: ease 1s;
    -ms-transition: ease 1s;
    -o-transition: ease 1s;
    border: 0;
    background: 0;
}

.contact .btn-container button:hover {
    color: var(--white);
    font-size: 20px;
    box-shadow: inset 0 0 0 6em var(--main-color);

}

/* end contact  */
/* start location */
.location {
    padding: 0;
}

.location iframe {
    width: 100%;
}

/* end loction */

/* start footer */



footer {
    background: #101316;

}

footer .contant {

    display: flex;
    justify-content: center;

}

footer ul {
    display: flex;
    flex-direction: row;
    padding: 0;
    gap: 30px;
}

footer li {
    padding: 5px;
    list-style: none;

}

footer a {
    color: var(--white);
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
}

footer a:hover {

    color: var(--main-color);

}

/* end footer*/

/* animetion */
@keyframes topToBottom {

    0% {
        top: -500px;
        opacity: 0;
    }

    50% {
        top: 0;
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes opacity {

    0% {
        opacity: 0;
    }


    100% {
        opacity: 1;
    }
}