@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&display=swap');
/*font-family: "Inter", sans-serif;*/
/*font-family: "Roboto Slab", serif;*/
body {    
   background-color:#fff                //<!-- #D15F75; -->
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-style: normal;    
    line-height: 150%;   
    color: #2C2C2C;
    font-weight: 500;
}
.container {
    max-width: 1340px;
    padding: 0 20px;
}

a
{
   color: #960303;
   text-decoration: underline;
}
a:hover
{
   color: #960303;
   text-decoration: underline;
}
<!-- 
a {
    color: #247BA0;
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 -->
 
 
h1{
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #fff;
    margin: 0
}
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #247BA0;
    margin: 0
}

h1 {
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 64px !important;
    font-style: normal;    
    line-height: 110%; 
    font-weight: 900;   
}
h1 span{
    color: #E1C7AD;
}
h2 {
    color: #191970;
    font-family: "Roboto Slab", serif;
    font-size: 48px;
    font-style: normal;
    line-height: 110%; 
    font-weight: 900;      
}
h2 span{
    color: #fff;
}
h3 {
    color: #fff;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-style: normal;    
    line-height: 150%;
    font-weight: 900;
}
h4 {
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

h5 {
    color: #070707;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
/*h6 {
    color: #22022B;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-style: normal;    
    line-height: normal;
}*/

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

button:focus {
    outline: none;
}
ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
 a:focus,
.btn:focus {
    outline: 0;
}
.form-control:focus {
    box-shadow:none;
    border-color: transparent;
}
.tm-custom-padding{
    padding: 100px 0;
}
.tm-btn{    
    border-radius: 50px;
    background-color: #710131;
    padding: 16px 25px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;   
    line-height: normal;
    border: 2px solid #710131;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
}
.tm-btn:hover{
    background-color: #fff;
    color: #710131;
    border-color: #710131;
}
.tm-btn2{    
    border-radius: 50px;
    background-color: transparent;
    padding: 16px 25px;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-size: 18px;   
    line-height: normal;
    border: 2px solid #fff;
    display: inline-block;
    text-transform: capitalize;
}
.tm-btn2:hover{
    background-color: #710131;
    color: #fff;
    border-color: #710131;
}
.tm-custom-padding{
    padding: 100px 0;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
    position: fixed;
    animation: slideDown 0.35sease-out;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #191970;
    backdrop-filter: blur(25px);
    padding: 10px 0;
    opacity: 0.9;
}
.page-header.is-sticky .tm-header-bg{
     box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);    
    backdrop-filter: blur(100px);
    backdrop-filter: blur(25px);
     -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
    background-color: rgba(255,255,255,.9);
}
.page-header.is-sticky img {
  max-width: 80%;
}

/*.page-header.is-sticky button {
  font-size: 20px;
  padding: 0;
  border: 0;
}
*/
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}

/*header*/

.tm-header {
    position: fixed;
    z-index: 99;
    width: 100%;
    top: 10px;
}
.tm-header-bg {
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 0px 20px 6px rgba(0, 0, 0, 0.15);
    padding: 5px 10px;
}
.navbar-nav.tm-header-menu {
  gap: 15px;
}
.tm-header .navbar-toggler {
  border: 0;
}
.tm-header-menu a {
  color: #FFF;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: all ease-in-out .3s;
  display: inline-block;
}
.tm-header-menu a:hover{
    color: #FFF;
}
.tm-header-menu a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #fff;
  transition: width .4s ease-in;
}
.tm-header-menu a.nav-link.active::after {
    width: 100%;
}
.tm-header-menu a:hover::after {
  width: 100%;
}
.tm-header-menu  .nav-link.active, .tm-header-menu  .nav-link.show{
    color: #FFF;
}
.tm-menu-btn{
    margin-left: 30px;
}
/*===========Banner==============*/
.tm-hero-banner-sec{
    position: relative;
}
/*.tm-hero-banner-sec:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #247BA0;
    
    z-index: 1;
}*/
.tm-hero-banner-sec .video-background-holder {
  position: relative;
  background-color: black;
  height: auto;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  padding: 200px 0;
  clip-path: ellipse(100% 60% at 50% 40%);
}
.tm-hero-banner-sec .video-background-holder video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.tm-hero-banner-sec .video-background-content {
  position: relative;
  z-index: 2;
}
.tm-hero-banner-sec .video-background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .4);  
  z-index: 1;
}
.tm-hero-banner-sec-text p{
    margin-bottom: 0;
}
.tm-hero-banner-sec-text .tm-btn{
    margin-top: 30px;
}
.tm-banner-sec-content-img{
    position: relative;
}
.tm-banner-sec-content-img::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    clip-path: ellipse(100% 60% at 50% 40%);
}
.tm-banner-sec-content-img img {
  height: 100vh;
  clip-path: ellipse(100% 60% at 50% 40%);
}
.tm-hero-banner-sec ul li{
    display: inline-block;
    margin: 0 10px;
}
.tm-banner-sec-content-text ul li{
    display: inline-block;
}
.tm-banner-sec .carousel-indicators .active {
  opacity: 1;
  background-color: #710131;
}
/*==============================banner-sec===================================*/
.tm-banner-sec-content-text {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
/*=========================about-use-sec===========================*/
.tm-about-sec-img img{
    border-radius: 20px;
}
/*=========================our-specialities-sec===========================*/
.tm-our-specialities-sec {
  background-color: #191970;
  background-size: cover;
  background-repeat: no-repeat;
  clip-path: ellipse(100% 100% at 50% 100%);
}
.tm-sec-title{
    margin-bottom: 40px;
}
.tm-our-specialities-sec-panel {
  border-radius: 10px;
  background-color: #FFF;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 15px;
  min-height: 350px;
}
.tm-our-specialities-sec-panel h5 {
  padding: 15px 0 0;
  min-height: 78px;
}
/*===========================flavors-sec===========================*/
.tm-flavors-sec{    
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 200px 0;
}
.tm-flavors-sec::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #710131 3.47%, #191970 100%);
  z-index: -1;
}
.tm-flavors-sec-text p{
    color: #fff;
}
.tm-flavors-sec-icon1{
    position: absolute;
    left: 0;
    top: 0;
}
.tm-flavors-sec-icon2{
    position: absolute;
    right: 0;
    top: 0;
}
.tm-flavors-sec-icon3{
    position: absolute;
    left: 0;
    bottom: 0;
}
.tm-flavors-sec-icon4{
    position: absolute;
    right: 0;
    bottom: 0;
}
/*==========================opening-times============================*/
.tm-opening-times-sec{
    position: relative;    
}
.tm-opening-times-sec::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}
.tm-opening-times-sec-panel {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.80);
  backdrop-filter: blur(7px);
  padding: 50px;
  position: relative;
  z-index: 1;
}
.tm-opening-times-sec-panel-left {
    border-radius: 10px;
    background: var(--primary, #191970);
    padding: 30px 20px 30px;
    height: 100%;
}
.tm-opening-times-sec-panel-left-time ul{
    margin-bottom: 80px;
}
.tm-opening-times-sec-panel-left-time ul li{
    display: flex;
    justify-content: space-between;
    color: #fff;
    border-bottom: 1px solid #FFF;
    padding: 10px 0;
}
.tm-opening-times-sec-panel-left-time ul li:last-child{
    border-bottom: 0;
}
.tm-opening-times-sec-panel-contact-details ul li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 25px;
}
.tm-opening-times-sec-panel-contact-details ul li a{
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}
.tm-opening-times-sec-panel-contact-details ul li span{
    color: #FFF;
    font-family: "Roboto Slab", serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 900;
    line-height: 110%;
}
.tm-opening-times-sec-panel-contact-details ul li i {
  position: absolute;
  left: 0;
}

/*=================================Explore Our Menu=============================*/
.tm-inner-banner-sec {
    padding: 200px 0 150px;
    position: relative;
    clip-path: ellipse(100% 60% at 50% 40%);
    background-repeat: no-repeat;
    background-size: cover;
}
.tm-inner-banner-overlay{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(f, f, f, .4);
    z-index: 1;
}
.tm-inner-banner-sec-title{
    position: relative;
    z-index: 1;
}
/*tab-slider start*/

.tm-explore-our-menu-page {
  position: relative;
  transition: 0.5s ease;
  width: 100%;
}
.tm-explore-our-menu-page .tab__bar {
  position: relative;
  padding: 30px 70px;
}
.tm-explore-our-menu-page .tab__bar .tab__navigation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}
.tm-explore-our-menu-page .tab__bar .tab__menu {
  color: var(--text-color);
  list-style: none;
  max-width: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow-x: hidden;
}
.tm-explore-our-menu-page .tab__bar .tab__menu.dragging {
  scroll-behavior: unset;
  cursor: -webkit-grab;
  cursor: grab;
}
.tm-explore-our-menu-page .tab__bar .tab__menu.dragging .tab-btn {
  pointer-events: none;
}
.tm-explore-our-menu-page .tab__bar .tab__menu::-webkit-scrollbar {
  display: none;
}
.tm-explore-our-menu-page .tab__bar .tab__menu .tab__btn {
  display: inline-block;
  border-radius: 42px;
  background-color: #F1F1F1;
  transition: background-color 0.3s ease;
  margin: 0 2%;
  padding: 10px 25px;
}
.tm-explore-our-menu-page .tab__bar .tab__menu .tab__btn:hover {
  background-color: #191970;
  color: #fff;
}
.tm-explore-our-menu-page .tab__bar .tab__menu .tab__btn.active {
  background-color: #191970;
  color: #fff;
}
.tm-explore-our-menu-page .tab__bar .left__btn,
.tm-explore-our-menu-page .tab__bar .right__btn {
  position: absolute;
  color: var(--text-color);
  font-size: 1.8em;
  cursor: pointer;
}
.tm-explore-our-menu-page .tab__bar .left__btn svg,
.tm-explore-our-menu-page .tab__bar .right__btn svg {
  width: 20px;
  height: 20px;
}
.tm-explore-our-menu-page .tab__bar .left__btn svg path,
.tm-explore-our-menu-page .tab__bar .right__btn svg path {
  fill: #2C2C2C;
}
.tm-explore-our-menu-page .tab__bar .left__btn {
/*  display: none;*/
  left: -50px;
  background: linear-gradient(to left, transparent, var(--first-color) 60%);
  padding: 10px 30px 10px 0;
}
.tm-explore-our-menu-page .tab__bar .right__btn {
  right: -50px;
  background: linear-gradient(to right, transparent, var(--first-color) 60%);
  padding: 10px 0 10px 30px;
}

.tm-explore-our-menu-page .tab__content {
  position: relative;
}
.tm-explore-our-menu-page .tab__content .tab {
  position: relative;
  width: 100%;
  padding: 15px 20px;
  display: none;
  -webkit-animation: fadein 0.8s;
          animation: fadein 0.8s;
}
.tm-explore-our-menu-page .tab__content .tab.active {
  display: block;
}
/*.tm-explore-our-menu-page .tab__content .tab .row {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}*/
/*@media (max-width: 767px) {
  .tm-explore-our-menu-page .tab__content .tab .row {
    flex-direction: column;
  }
}
.tm-explore-our-menu-page .tab__content .left-column,
.tm-explore-our-menu-page .tab__content .right-column {
  width: 50%;
  max-width: 500px;
}
@media (max-width: 767px) {
.tm-explore-our-menu-page .tab__content .left-column,
.tm-explore-our-menu-page .tab__content .right-column {
    width: 100%;
    max-width: 700px;
  }
}
.tm-explore-our-menu-page .tab__content .left-column {
  display: flex;
  align-items: center;
}
.tm-explore-our-menu-page .tab__content .left-column .img-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: var(--box-shadow);
}
.tm-explore-our-menu-page .tab__content .left-column .img-card img {
  width: 100%;
}
.tm-explore-our-menu-page .tab__content .info .city {
  margin-bottom: 15px;
  font-size: 32px;
}
.tm-explore-our-menu-page .tab__content .info .description {
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .tm-explore-our-menu-page .tab__content .info .description {
    text-align: justify;
  }
}
.tm-explore-our-menu-page .tab__content .info .city, .tm-explore-our-menu-page .tab__content .info .description {
  color: var(--text-color);
}
@media (max-width: 767px) {
  .tm-explore-our-menu-page .tab__content .info .city, .tm-explore-our-menu-page .tab__content .info .description {
    text-align: center;
  }
}*/

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*tab-slider end*/
/*tab-slider-content start*/

.tm-explore-our-menu-page-tab-content-main{
    border-radius: 10px;
    background: #F1F1F1;
    padding: 50px;
}
.tm-explore-our-menu-page-tab-content-main .row+.row{
    margin-top: 30px;
}
.tm-explore-our-menu-page-tab-content-title{
    margin-bottom: 40px;
}
.tm-explore-our-menu-page-tab-content-title h2{
    color: #2C2C2C;
}
/*.tm-explore-our-menu-page-tab-content-title-sm {
  margin-bottom: 20px;
}*/
.tm-explore-our-menu-page-tab-content-title-sm h4{
    color: #070707;
    font-family: "Inter", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
}
.tm-explore-our-menu-page-tab-content-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
   padding: 25px 0;
  border-bottom: 1px dashed #000;
}
.tm-explore-our-menu-page-tab-content-panel-left {
  display: flex;
  align-items: center;
  gap: 20px;
}
.tm-explore-our-menu-page-tab-content-panel-icon {
  width: 100px;
  height: 100px;
  background-color: #D6D6D6;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
}
.tm-explore-our-menu-page-tab-content-panel-title h5 {
  padding: 0;
  color: #2C2C2C;
}
.tm-explore-our-menu-page-tab-content-panel-price {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 26%;
  text-align: center;
}
.tm-explore-our-menu-page-tab-content-panel-price span {
    display: inline-block;
    background-color: #710131;
    color: #FFF;
    font-family: "Inter", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    padding: 5px 10px;
}
.tm-explore-our-menu-page .tm-explore-our-menu-page-tab-content-box + .tm-explore-our-menu-page-tab-content-box{
    margin-top: 50px;
}
.tm-explore-our-menu-page-tab-content-panel-title p {
  margin: 0;
}
/*==========================footer============================*/
.tm-footer{
    padding: 100px 0 25px;
    background-color: #710131;
}
.tm-footer-content-social {
  padding: 20px 0;
}
.tm-footer-content-social ul li{
    display: inline-block;
    margin: 0 5px;
}
.tm-footer-content-social ul li a{
    color: #fff;
    font-size: 30px;
}
.tm-footer-content-menu ul li{
    display: inline-block;
    margin: 0 15px;
}
.tm-footer-content-menu ul li a{
    color: #FFF;
}
.tm-footer-bottom {
  margin-top: 30px;
}
.tm-footer-bottom p{
    margin-bottom: 0;
    font-size: 16px;
    color: #fff;
}


 #loader-main {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
}
#loader {
  border: 10px solid rgba(217, 217, 217, 0.1);
  border-radius: 50%;
  border-top: 10px solid #710131;
  width: 120px;
  height: 120px;
  position: absolute;
  left: 50%;
  right: 0;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  bottom: 0;
  -webkit-animation: spin 2s linear infinite;
  -o-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
