
.container {
    margin: 0 auto !important;
}  
.header {
    
    padding: 0px 0;
 
}
.section {
    background: url('../img/CYbg.png');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    

}
/* .section .container{
    box-shadow: inset 0 0 0 2000px rgb(255 255 255 / 70%);
} */

.bgShad{
    background-color: #ffffffb0;
    margin: 20px 0 0;
}

/* .bgmob {
    background-color: #ffffffb0;
    border-radius: 10px;
} */
/* .contact .info-item {
    background-color: transparent;
    box-shadow: 0px 0px 0 rgba(0, 0, 0, 0);
    
} */
/* .section-title {
    background-color: #ffffffb0;
    
} */
/* Header css */
.header .logo img {
    margin-right: 3px;
    width: 100%;
}
.btn-getstarted a {
    color: #fff;
}
.btn-getstarted a:hover {
    color: #fff;
}
.d-flex {
    justify-content: center;
}
.section-title p {
    font-size: 30px;
}
/* Menu */

.MenuSlider.Menu .slick-slide {
    aspect-ratio: 0/9;
}
.MenuSlider.mrning .slick-slide {
    aspect-ratio: 0/9;
}
.MenuSlider.night .slick-slide {
    aspect-ratio: 0/9;
}
.MenuSlider img{
    margin: 0 auto;
}
.slick-slide img{
    opacity: 0.4;
}
.slick-center.slick-current img{
    opacity: 1;
}
.slick-slide video{
    opacity: 0.4;
}
.slick-center video{
    opacity: 1;
}

.slick-slide.slick-active.slick-center.slick-current {
    box-shadow: 0px 0px 20px 4px #888888;
}

.slick-prev:before, .slick-next:before {
    font-size: 30px !important;
    color: #014763 !important;
}
.slick-prev, .slick-next {
    /* color: black !important;
    border: 1px black !important; */
    /* background: #fff !important; */
    z-index: 1;
}

.slick-prev:before, .slick-next:before {
    
    opacity: 1 !important;
    
}
.slick-prev {
    left: 20px !important;
}
.slick-next {
    right: 20px !important;
}
.MenuSlider.morning {
    width: 70%;
    margin: 0 auto;
}

.MenuSlider.night img {
    width: 45%;
    height: auto;
}

.MenuSlider.night .slick-slide.slick-active.slick-center.slick-current {
    box-shadow: none;
}
.MenuSlider.night button{
    display: none !important;
}
.morningMenu.bgShad.section-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.nightMenu.bgShad.section-title {
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.morningPopupSection {
    position: absolute;
    z-index: 2;
    width: 80%;
    background: #fff;
    left: 10%;
}
.popupMorning {
    position: relative;
}
.nightPopupSection {
    position: absolute;
    z-index: 2;
    width: 80%;
    background: #fff;
    left: 10%;
}
.popupNight {
    position: relative;
}
button.popupMorningClose {
    position: absolute;
    top: -10px;
    right: 0;
    background: #014763;
    color: #fff;
    font-size: 22px;
    padding: 0px 5px;
}

.popupNightClose {
    position: absolute;
    top: -30px;
    right: -30px;
    background: #014763;
    padding: 0 7px;
}

.popupNightClose i {
    font-size: 26px;
    color: #fff;
}
/* Hero */

.hero h1 {
    margin: 0;
    font-size: 42px;
    font-weight: 700;
}
.HeroSlider .slick-slide.slick-active.slick-center.slick-current {
    box-shadow: none;
}
.HeroSlider .slick-slide img {
    opacity: 0;
    max-height: 400px;
}
.HeroSlider .slick-center.slick-current img {
    opacity: 1;
}
.HeroSlider button{
    display: none !important;
}
.heroImageSlide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 400px;
}
.dishName h2 {
    font-size: 20px;
    background: #014763;
    color: #fff;
    border: 2px solid #4f97b0;
    border-radius: 20px;
    padding: 3px;
    max-width: 80%;
    margin: 0 auto;
}
.btn-getstarted, .btn-getstarted:focus {
    color: var(--contrast-color);
    background: var(--accent-color);
    font-size: 14px;
    padding: 8px 26px;
    margin: 0;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-getstarted:hover, .btn-getstarted:focus:hover {
    color: var(--contrast-color);
    background: color-mix(in srgb, var(--accent-color), transparent 15%);
}
p.hero-pop-Content1 {
    color: #fff;
    font-size: 12px;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 500;
}
p.hero-pop-Content2 {
    color: #fff;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
.popup {
        position: relative;
        display: flex;
        justify-content: center;
}

.word {
    opacity: 0;
    animation: fadeIn 0.5s forwards;
  }
  
  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

/* about us */
.aboutTitle {
    font-size: 28px;
    background: #fff;
    width: max-content;
    margin: 0 auto 50px;
    border-radius: 10px;
    padding: 10px;
}

.aboutTitle strong {
    color: #014763;
}
.aboutDescription {
    font-size: 18px;
    padding: 7px;
    line-height: 28px;
}

.aboutDescContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.aboutDescImages {
    width: 20%;
}

.aboutDescContent {
    width: 80%;
    background: #fff;
    border-radius: 10px;
    margin: 10px;
}

.aboutDescContainer:nth-child(even) {
    flex-direction: row-reverse;
}
.book-a-table.bg-white {
    width: max-content;
    margin: 0 auto;
}

.about .book-a-table a{
    color: var(--accent-color);
}


/* contact us */

.contact .php-email-form input[type=text], .contact .php-email-form input[type=email], .contact .php-email-form textarea {
    border-color: #00000047;
    border-radius: 20px;
}
.contact .php-email-form input[type=text]::placeholder, .contact .php-email-form input[type=email]::placeholder, .contact .php-email-form textarea::placeholder {
    color: #00000096;
    font-weight: 500;
}

.section-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #014763;
}

.contact .contact-form button[type=submit] {
    color: var(--contrast-color);
    background: var(--accent-color);
    border: 0;
    padding: 10px 30px;
    transition: 0.4s;
    border-radius: 50px;
}
.contact .contact-form button[type=submit]:hover {
    background: color-mix(in srgb, var(--accent-color), transparent 20%);
}
/* book a table */
.book-a-table .reservation-form-bg{
    background-color: #ffffffb0;
}
.book-a-table .reservation-img {
    border-radius: 30px;
}

.book-a-table .php-email-form input[type=text], .book-a-table .php-email-form input[type=email], .book-a-table .php-email-form input[type=number], .book-a-table .php-email-form input[type=date], .book-a-table .php-email-form input[type=time], .book-a-table .php-email-form textarea {
    border-color: #00000047;
    border-radius: 20px;
}

.book-a-table .php-email-form input[type=text]::placeholder, .book-a-table .php-email-form input[type=email]::placeholder, .book-a-table .php-email-form input[type=number]::placeholder, .book-a-table .php-email-form input[type=date]::placeholder, .book-a-table .php-email-form input[type=time]::placeholder, .book-a-table .php-email-form textarea::placeholder{
    color: #00000096;
    font-weight: 500;
}

.bookDesc {
    color: #212529;
    font-size: 24px;
    font-weight: 500;
}

.bookDesc span{
    color: #014763;
}
p.bookDesc a {
    color: #014763;
}

.bookDesc a:hover{
    color: #014763;
}
/* gallary */


.MenuSlider .slick-slide{
    aspect-ratio: 16/9;
}
.gallaryCard {
    /* width: 400px;
    height: 250px; */
    position: relative;
}
/* .chrisSlider .gallaryCard {
    width: 400px;
    height: 200px;
} */
/* .GallarySlider img{
    margin: 0 auto;
} */

button.galPlay {
    position: absolute;
    left: 45%;
    top: 100px;
    border-radius: 50%;
    padding: 5px 12px;
    background: #00000094;
    color: #fff;
}

.popupContent {
    position: absolute;
    top: 0;
    left: 20%;
    background: #000000a6;
    z-index: 2;
}
.popupContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.popupContent img {
    width: 40%;
    margin: auto;
}
.popupContent video {
    width: 20%;
    margin: auto;
}
button.closeButton {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    color: #fff;
    font-size: 25px;
}
/* footer*/

.footer-inner {
    padding-bottom: 10px;
}

.footertel{
    color: #fff;
}
.footertel:hover{
    color: #014763;
}
.social-links {
    display: flex;
}

.footer {
    padding: 40px 0 15px;    
}

@media screen and (max-width: 1024px ){
    .MenuSlider.night img {
        width: 70%;
    }

    p.morningMenuDesc {
        width: 50%;
        margin: 0 auto;
        font-size: 38px;
        font-weight: 600;
    }
    p.nightMenuDesc {
        font-size: 22px;
        width: 100%;
        margin: 0 auto;
        font-weight: 600;
    }
    button.galPlay {
        
        top: 65px;
    }
   
}
@media screen and (max-width: 991px ){
    .hero .animated {
        margin: 0 auto;
        padding: 20px 0;
        
    }
     
    .about1 {
        padding: 10px 0;
    }
}

@media screen and (max-width:768px) {
    .popupContent img {
    width: auto;
    margin: auto;
    }
    .popupContent {
        top: 20%;
        z-index: 2;
    }
    .gallaryCard {
       
        margin: 0 auto;
    }
    .morningPopupSection {
        width: 100%;
        left: 0;
        
    }
    .morningPopupSection {
        width: 100%;
        left: 0;
        
    }
    p.morningMenuDesc {
        font-size: 26px;
    }
    p.nightMenuDesc {
        font-size: 26px;
    }
     
    button.popupMorningClose {
        
        font-size: 18px;
        
    }
    .section-title p {
        font-size: 38px;
        font-weight: 600;
    }
    p.nightMenuDesc {
        font-size: 22px;
        width: 100%;
        
    }
    .container.section-title.bgShad {
        padding: 0 0 10px 0;
    }
    section, .section {
        padding: 60px 0 30px;
    }
    .bookDesc {
        font-size: 18px;
    }
    .footer h4 {
        text-align: left;
    }
    .footer .address p {
        text-align: left;
    }
    .footer p {
        text-align: left;
    }
    .footer .d-flex {
        justify-content: left;
        padding-left: 10%;
    }
    .social-links.d-flex {
        justify-content: left;
    }
    .footer .copyright p {
        text-align: center;
    }

    .aboutTitle {
        font-size: 18px;
        width: 100%;
    }
    .aboutDescription {
        font-size: 14px;
    }
    button.galPlay {
        top: 165px;
    }
}
@media screen and (max-width: 480px ){
    .gallaryCard {
        width: auto;
        height: 220px;
    }
    .chrisSlider .gallaryCard {
        width: auto;
        height: 160px;
    }
    .img-fluid {
        width: 15rem !important;
    }

    .header .logo h1 {
        font-size: 24px;
     
    }
    .btn-getstarted a {
        color: #fff;
        font-size: 12px;
    }
    .header-main {
        flex-direction: row;

    }
    .header .logo {
        padding: 15px;
        height: auto;
    }
    .header .btn-getstarted {
        margin: auto;
    }
    .header .navmenu {
        
        margin-top: 10px;
    }

    .mobile-nav-toggle {
        margin-right: 0px;
    }
    .navmenu a, .navmenu a:focus {
        justify-content: center;
    }

    .section-title p {
        font-size: 22px;
        width: 100%;
    }
    .section-title {
        padding-bottom: 10px;
    }
    .about1 .img-fluid {
        width: 100% !important;
        padding: 0 15px;
    }
    .about .book-a-table h3 {
        font-size: 20px;
    }
    .about .book-a-table h3 {
        font-size: 20px;
    }
    .MenuSlider.night img {
        width: 100%;
    }

    .contact .info-item .icon {
        width: 40px;
        height: 40px;
    }
    .contact .info-item h3 {
        font-size: 16px;
    }
    .navmenu a, .navmenu a:focus {
        font-size: 14px;
    }
    .aboutDescContainer:nth-child(even) {
        flex-direction: column;
    }
    .aboutDescContainer {
        flex-direction: column;
    }
    .aboutDescImages {
        width: 60%;
    }
    .aboutDescContent {
        width: 100%;
        margin: 10px 15px;
    }
}



@media screen and (max-width: 425px ){
    button.galPlay {
        top: 70px;
    }
    .hero h1 {
        font-size: 26px;
        
    }
    .hero p {
        line-height: 24px;
    }
}

@media screen and (max-width: 375px ){
    button.galPlay {
        top: 55px;
    }
    
}

@media screen and (max-width: 320px ){
    button.galPlay {
        top: 40px;
    }
}
