body {
    font-family: 'Roboto', sans-serif;
}

p {
    font-size:24px;
    line-height: 34px;
    color:#555555;
}

h2 {
    font-size:46px;
    font-weight: 500;
    color:#081525;
    line-height: 54px;
}

h3 {
        font-family: 'Oswald', sans-serif;
    font-size:54px;
        font-weight: bold;
}

h4 {
    font-size:22px;
    color:#081525;
    line-height: 30px;
}

h6 {
     font-family: 'Roboto', sans-serif;
}

button:focus {
    outline: 0;
}


button.wht-border-btn {
    border: 1px solid #fff;
    background: transparent;
    border-radius: 60px;
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 52px;
    font-family: 'Oswald', sans-serif;
    margin-top: 14px;
    letter-spacing: 2px;
    transition: 0.5s;
}

button.wht-border-btn:hover {
    background: #fc2242;
}
.smile-img {
    max-width: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
header {
  position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.6);
    padding: 10px 0;
}
header .navbar {
    transition: 0.5s;
    background: transparent;
        padding:22px 0;
}

header .navbar .nav-item {
    padding: 0 5px;
    position: relative;
}

header .navbar .nav-item:before {
    width:0px;
    height:0px;
    position:absolute;
    background:rgba(252, 34, 66, 0.6);
    content: "";
    border-radius: 100%;
    left:0;
    right:0;
    top:0;
    bottom:0;
    margin: auto;
    z-index: -1;
    transition: 0.5s;
}

header .navbar .nav-item:hover:before {
    width:30px;
    height: 30px;
}


header .navbar-brand {
    font-family: 'Pacifico', cursive;
    color:white;
    font-size:40px;
        letter-spacing: 2.3px;
}

header .navbar-brand strong {
    color:#ff2142;
    font-weight: normal;
}


header .navbar-nav .nav-link {
    color:white !important;
    font-size:18px;
    text-transform:uppercase;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    padding: 10px 15px !important;
    letter-spacing: 1.5px;
}




.dropdown-toggle:after {
    content: "";
    width: 10px;
    height: 14px;
    background: url(../images/dropdown-arrow.svg);
    display: inline-block;
    background-size: 10px 14px;
    margin: 0 !important;
    border: 0;
    top: 5px;
    position: relative;
    right: -2px;
}


header.section-header.fixed-menu {
    background: #081525;
    
}

header.section-header .navbar {
    padding: 0 0;
}


/******************************************hero section*************************/


.hero-section {
    background-image:url("../images/banner-bg.jpg");
    height:100vh;
    background-size:cover;
    background-position:center;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-content h6 {
    font-family: 'Great Vibes', cursive;
    color:white;
    font-size:51px;
    text-align: center;
        line-height: 60px;
}

.banner-content h1 {
    font-family: 'Oswald', sans-serif;
    font-size:100px;
    line-height: 112px;
    text-transform: uppercase;
    text-align: center;
    color:white;
    font-weight: bold;
        letter-spacing: 2px;
        margin-bottom: 14px;
}

.banner-content h3 {
    font-size:52px;
    line-height: 60px;
    color:white;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.banner-content h3:before {
    background-repeat: no-repeat;
    content:"";
    width:93px;
    height: 34px;
    background-size:cover;
    position: absolute;
    left:0;
    right:0;
    top:0;
    margin: auto;
}

.banner-content {
    margin-top: 100px;
}

.banner-btn {
    text-align: center;
        padding-top: 38px;
}

.banner-btn button {
        font-size: 20px;
    color: #ff2142;
    background: white;
    border-radius: 60px;
    border: 0;
    font-weight: 500;
    padding: 19px 38px;
    width: 261px;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.3);
    margin: 0px 15px;
    transition: 0.5s;
    
}



.banner-btn button:hover {
    background: #ff2142;
    color: white;
}


/***************************************** about section *******************************/

#about-section {
    background: url("../images/pettern-bg.jpg");
    background-size:cover;
}

.down-arrow {
    background:  url("../images/top-donw-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -49px;
    display: flex;
    justify-content: center;
        position: relative;
    top: -48px;
}

.down-arrow img {
    margin: auto;
        top: 20px;
    position:relative;
    
}

.red-button {
    font-size: 20px;
    color:white;
    background:#fc2242;
    border-radius: 60px;
    border: 0;
    font-weight: 500;
    padding: 19px 38px;
    width: 261px;
    box-shadow: 0 0 0 5px rgba(252, 34, 66, 0.3);
    margin: 0px 15px;
    transition: 0.5s;
}

.red-button:hover {
    background: #081525;
    box-shadow: 0 0 0 5px rgb(8, 21, 37, 0.3);
}


.about-section-content {
    padding-top: 70px;
    position:relative;
        padding-bottom:105px;
}
.about-section-content:before {
        content: " About the Sushi Buffet";
    font-size: 9rem;
    font-family: 'Great Vibes', cursive;
    line-height: 105%;
    color: #f5f4f5;
   
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.about-section-content h2 {
    margin-top: 4px;
    margin-bottom: 39px;
}


.about-section-content p {
    margin-bottom: 65px;
}
.abt-div {
    position: relative;
    z-index: 2;
}

/************************************************** offer-section****************************/

#home-offer-section {
    background: url("../images/offer-section-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    padding-bottom: 70px;
}

.offer-header {
    padding-top: 100px;
}

.offer-header h2 {
    color: white;
    margin-top: 5px;
    margin-bottom: 21px;
}

.offer-header p {
    color: white;
    margin-bottom: 71px;
}


.offer-col-cnt {
    background:white;
    padding:30px;
}

.offer-img {
    position:relative;
        overflow: hidden;
     
}
.offer-col-cnt a {
    transition: 0.5s;
}

.offer-col-cnt a:hover .offer-img .offer-cnt {
    transform: translate(-0%);
    transition: 0.5s;
}

.offer-cnt {
    position: absolute;
    background: rgba(8, 21, 37, 0.8);
    top: 0;
    height: 100%;
        padding: 55px 50px;
    transform: translate(-100%);
    transition: 0.5s;
}

.offer-cnt p {
    color:white;
    font-size:18px;
    line-height: 26px;
}

.offer-cnt ul {
    padding-left: 0px;
        
}


.offer-cnt ul li {
    color: white;
    list-style: none;
    font-size: 18px;
    margin: 8px 0px;
    position: relative;
        padding-left: 30px;
}

.offer-cnt ul li:before {
    width:13px;
    height: 13px;
    background: #fc2242;
    content:"";
    position:absolute;
    left:0;
    top:6px;
    border-radius: 100%;
}


.offer-caption span {
    font-size:12px;
    text-transform: uppercase;
    color:#fc2242;
        font-weight: 900;
    letter-spacing: 6px;
}

.offer-caption h4 {
       font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    
}

.offer-caption {
    border-bottom: 1px solid #081525;
        padding-top: 14px;
}

.offer-col-cnt a {
    text-decoration: none;
}


/******************************** Offer Section *************************************/


#table-book-section {
     background: url("../images/book-table-bg.jpg");
    background-repeat: no-repeat;
    background-size:cover;
        padding-top: 117px;
        padding-bottom: 117px;
        background-position: center;
}


#table-book-section h4 {
    font-family: 'Great Vibes', cursive;
    color:#ff2142;
    font-size:54px;
    text-align: center;
    line-height: 60px;
        margin-bottom: 17px;
}

#table-book-section h3 {
    color:white;
    margin-bottom: 21px;
}

#table-book-section p {
    color:white;
        padding: 0 10%;
}



/********************************* home gallery section*************************/



#home-gallery-section {
        background: url(../images/pettern-bg.jpg);
        background-size: cover;
    overflow: hidden;
}

.home-gallery-header {
    position: relative;
        padding-top: 91px;
        padding-bottom: 100px;
}

.home-gallery-header div {
    position: relative;
    z-index: 9;
}


.home-gallery-header:before {
    content: "Gallery";
    font-size: 9rem;
    font-family: 'Great Vibes', cursive;
    line-height: 105%;
    color: #f5f4f5;
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}

.home-gallery-header h2 {
    margin-top: 5px;
}

#home-gallery-section .home-gallery-grids ul {
    padding:0;
        display: flex;
    flex-wrap: wrap;
        margin: 0; 
        justify-content: center;
}



#home-gallery-section .home-gallery-grids ul li {
    list-style: none;
    width: 20%;
    display: inline-block;
    padding: 0 1px;
}

#home-gallery-section .home-gallery-grids ul li a img {
    transition: transform .2s; /* Animation */
}


#home-gallery-section .home-gallery-grids ul li a img:hover  {
    transform: scale(1.1);
     transition: transform .2s; /* Animation */
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.7);
}


/******************************************* opning-hours *********************************/


#opening-hours-section {
     background: url(../images/pettern-bg.jpg);
        background-size: cover;
        padding-top: 99px;
        padding-bottom: 101px;
}

#opening-hours-section img {
    min-height: 630px;
    object-fit: cover;
}

.opening-hrs-row {
    position: relative;
}

.opening-hrs-col {
    width:496px;
    background:#081525;
    border:2px solid #fff;
    
}

.opening-hrs-row .opening-hrs-col {
    position: absolute;
    right: 0;
    top: 61px;
    z-index: 9999;
        overflow: hidden;
        padding: 18px;
}


.opening-hrs-row .opening-hrs-col span {
    font-family: 'Great Vibes', cursive;
    color: #ff2142;
    font-size: 32px;
    
    line-height:40px;
        display: block;
    text-align: left;
    margin-top: 4px;
    
}


.opening-hrs-row .opening-hrs-col h5 {
    font-size:26px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: white;
        line-height: 30px;
    letter-spacing: 2.7px;
}


.dotted-col {
    padding: 26px;
    border: 1px dashed;
    border-color: white;
    background: url(../images/opening-hrs-col-bg.jpg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center bottom;
}

.dotted-col ul {
    padding:44px 0 0;
    margin:0;
}

.dotted-col ul li {
    list-style: none;
    padding:0;
}


.opening-hrs-cnt h4 {
    font-size: 17px;
    line-height:24px;
    font-weight: normal;
    margin: 0 10px 0 0;
    position: relative;
    width: 100%;
    overflow: hidden;
    color:white;
}

.opening-hrs-cnt h4:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    position: absolute;
    bottom: 10px;
    margin: 0 -100% 0 10px;
    border-bottom:1px dashed;
    border-color:white;
}

.opening-hrs {
    width: 100%;
    display: flex;
}

.opening-hrs-cnt h6 {
    font-size: 16px;
    line-height: 24px;
    color: white;
    right: 0;
    top: 0;
    width: 184px;
    font-weight: 400;
}

.opening-hrs-cnt {
        margin-bottom: 15px;
}


/**************************************** section testimonials ***************/

#testimonials-section {
    background: #081524;
        padding-bottom: 38px;
    overflow: hidden;
}


.testimonials-header {
    position:relative;
    padding-top: 77px;
}


.testimonials-content {
       background:url("../images/quote-bg.png");
    background-repeat: no-repeat;
    background-position:bottom 94px center;
}

.testimonials-header:before {
    content: "Our Testimonials";
    font-size: 9rem;
    font-family: 'Great Vibes', cursive;
    line-height: 105%;
    color: #36516f;
    position: absolute;
    top: 0;
    display: inline-block;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.1;
    display: none;
}

.testimonials-header div {
    position: relative;
    z-index:5;
}

.testimonials-header h2 {
    margin-top: 7px;
}





.testimonials-content ul {
    padding:0;
    margin:0;
        text-align: center;
    
}

.testimonials-content ul li {
    list-style:none;
    display: inline-block;
        padding: 0px 4px;
}

.testimonials-content ul li i {
    color:#fc2242;
    font-size:36px;
}


.testimonials-content p {
    color: white;
    font-size: 24px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin-top:20px;
}


.testimonials-content footer.blockquote-footer {
    text-align: center;
    font-size: 18px;
    color: white;
    font-weight: 500;
    text-transform: uppercase;
        margin-top: 36px;
}

.testimonials-content footer.blockquote-footer cite {
    font-size: 15px;
    text-transform: capitalize;
}









.testimonials-content .width-auto {
    width: auto;
}

.testimonials-content ol.carousel-indicators.mb-0 {
    margin-top: 24px;
    display: block;
    text-align: center;
    bottom: -46px;
}
.testimonials-content .carousel-indicators li {
    background:url("../images/wht-sushi.png");
    width:37px;
    height: 17px;
    background-size:cover;
    background-repeat: no-repeat;
    opacity: 1;
        display: inline-block;
        margin: 0 5px;
}

.testimonials-content .carousel-indicators li.active {
    background:url("../images/red-sushi.png");
    background-repeat: no-repeat;
}


/****************************** home map section style ***************************/



/******************************************* opning-hours *********************************/


#hm-map-section {
     background: url(../images/pettern-bg.jpg);
        background-size: cover;
        padding-top: 99px;
        padding-bottom: 101px;
}

.map-row {
    position: relative;
}

.hm-map-col {
    width:496px;
    background:#081525;
    border:2px solid #fff;
    
}

.map-row .hm-map-col {
    position: absolute;
    left: 0;
    top: 61px;
    z-index: 9999;
        overflow: hidden;
        padding: 18px;
        
}


.map-row .hm-map-col span {
    font-family: 'Great Vibes', cursive;
    color: #ff2142;
    font-size: 32px;
    
    line-height:40px;
        display: block;
    text-align: left;
    margin-top: 4px;
    
}

.map-row .hm-map-col h3 {
    color:white;
    margin:0;
    font-weight: 300;
        padding-left: 17px;
    margin-top: 29px;
        font-size: 25px;
}

.map-row .hm-map-col h3 i {
    margin-right: 20px;
    position: relative;
    top: 3px;
}


.map-row .hm-map-col h3 i {
        font-size: 28px;
    margin-right: 25px;
    display: inline-block;
    position: relative;
    top: 2px;
}

.map-row .hm-map-col h3 a {
    font-size:17px;
    color:white;
    font-weight: 300;
    text-decoration:none;
        font-family: 'Roboto', sans-serif;
}


.map-row .hm-map-col h5 {
    font-size:26px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: white;
        line-height: 30px;
    letter-spacing: 2.7px;
}


.dotted-col {
    padding: 26px;
    border: 1px dashed;
    border-color: white;
    background: url(../images/opening-hrs-col-bg.jpg);
    background-size:contain;
    background-repeat:no-repeat;
    background-position: center bottom;
    min-height:494px;
}

.follow-us h4 {
       font-size: 17px;
    text-transform: uppercase;
    color: white;
    font-weight: 400;
    margin-top: 44px;
}

.follow-us ul {
        margin: 17px 0 0;
    padding: 0;
    display: block;
    width: 100%;
}

.follow-us {
    padding-left: 16px;
}

.follow-us ul li {
    display: inline-block;
    list-style:none;
    margin-right: 6px;
}

.follow-us ul li a {
        width: 35px;
    height: 35px;
    background: #f62141;
    color: white;
    font-size: 15px;
    display: flex;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}




/******************************** footer section ****************************/


.main-footer {
     background: url(../images/footer-bg.jpg);
        background-size: cover;
        padding-top:36px;
        padding-bottom:47px;
}

.footer-logo-col {
    margin-top: 0px;
}


.footer-logo a {
       color: white;
    display: block;
    width: 100%;
    font-size: 40px;
    font-family: 'Pacifico', cursive;
    font-weight: 400;
    text-decoration: none;
    letter-spacing: 2.5px;
}

.footer-logo a strong {
        color: #ff2142;
    font-weight: normal;
}

.footer-logo {
    text-align: center;
}

.footer-nav ul {
        padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 26px;
        flex-wrap: wrap;
}


.footer-nav ul li {
    display: inline-block;
    list-style: none;
    text-align: center;
}

.footer-nav ul li a {
       color: white;
    text-transform: uppercase;
    font-size: 16px;
    padding: 0 17px;
    position: relative;
    line-height: 16px;
    text-decoration: none;
    transition: transform .2s;
      
}


.footer-nav ul li a:hover {
           transform: scale(1.1);
    transition: transform .2s;
    color:#ff2142;
}

.footer-nav ul li:last-child a:after {
    display: none;
}


.footer-nav ul li a:after {
       height: 12px;
    width: 2px;
    background: white;
    position: absolute;
    right: 0;
    top: 4px;
    content: "";
    transform: rotate(20deg);
}


.copywright {
    background:#0c284a;
    padding: 14px 0;
}
.copywright p {
    font-size:16px;
    color:white;
    line-height: 22px;
    margin:0;
}


/********************************* booking table button ***********************/

.booking-form {
    width: 316px;
    position: fixed;
    bottom:0;
    right:20px;
        z-index: 9999;
}

.booking-table-heder {
    
    
}

.booking-table-heder .booking-icon {
    margin-right: 10px;
    display: inline-block;
}

.booking-button {
    cursor: pointer;
    background: #fc2242;
    padding: 12px 15px;
    width:100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}


.booking-button h3 {
    font-size:18px;
    font-weight: 500;
      font-family: 'Roboto', sans-serif;
    color: white;
    display:inline-block;
    
}



.booking-form-style {
    background: white;
    border: 1px solid #f2f2f2;
    padding: 20px;
   display: none;
}


.booking-form-style form input {
    width: 100%;
    height: 48px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size: 14px;
    padding: 10px;
}

button.booking-submit {
    font-size: 16px;
    background: #fc2242;
    border: 0;
    color: white;
    padding: 10px 16px;
    outline: 0;
    transition: 0.5s;
}

button.booking-submit:hover {
    background: #081525;
}


.booking-button img.booking-form-arrow {
    float: right;
    margin-top: 12px;
    position: relative;
    right: 20px;
}

.booking-button.open img.booking-form-arrow {
        transform: rotate(-180deg);
}
.more-about{
    display: none;
}
