<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Bebas Neue", sans-serif !important;
  overflow-x: hidden;
}

.fa-phone {
  transform: rotate(90deg);
}

.navbar {
  box-shadow: none;
  transition: all 0.25s ease-out;
}
.navbar .navbar-nav .nav-link {
  color: #fff;
  margin: 0 0 0 18px;
  font-weight: 500;
  font-size: 24px;
}
.navbar .navbar-nav .nav-link:hover {
  color: #d24728;
}

.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; /* remove the gap so it doesn't close */
}

.navbar-scroll {
  background: #4d443d;
  box-shadow: 0 2px 10px #000;
}

main #bgvideo_section {
  width: 100%;
  overflow: hidden;
}
main #intro {
  width: 100%;
  height: 120vh;
  min-height: 700px;
  position: relative;
  float: left;
}
main #intro .bgvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}
main #intro .video-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(45, 43, 42, 0.45);
}
main #intro .box {
  min-width: 880px;
  width: 60%;
  margin: 30vh auto 0;
}
@media screen and (max-width: 1024px) {
  main #intro .box {
    min-width: 640px;
  }
}
@media screen and (max-width: 960px) {
  main #intro .box {
    min-width: 60%;
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
  }
}
@media screen and (max-width: 768px) {
  main #intro .box {
    min-width: 80%;
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  main #intro .box {
    min-width: 90%;
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
  }
}
main #intro .slider-nav {
  width: 105px;
  position: absolute;
  bottom: 30vh;
  left: 20%;
  z-index: 10;
}
main #intro .slider-nav i {
  cursor: pointer;
  transition: all 0.05s ease-out;
}
main #intro .slider-nav i:hover {
  opacity: 0.5;
}
main #intro .slider-nav .icon-arrow-left {
  background: url(../arrow-left.svg) no-repeat;
  float: left;
  height: 30px;
  width: 50px;
  background-size: 18px 30px;
  background-position: center center;
  display: inline-block;
}
main #intro .slider-nav .icon-arrow-right {
  background: url(../arrow-right.svg) no-repeat;
  float: right;
  height: 30px;
  width: 50px;
  background-size: 18px 30px;
  background-position: center center;
  display: inline-block;
}
main #intro h1 {
  color: #fff;
  font-size: 110px;
  line-height: 105px;
  font-weight: 400;
}
@media screen and (max-width: 1400px) {
  main #intro h1 {
    font-size: 85px;
    line-height: 80px;
  }
}
@media screen and (max-width: 768px) {
  main #intro h1 {
    font-size: 65px;
    line-height: 65px;
  }
}
main #intro .payment_btn {
  background: #d24728;
  color: #fff;
  padding: 15px 60px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
main #intro .payment_btn:hover {
  background: none;
  border: 1px solid #d24728;
}
main .swiper-container {
  padding-top: 70px;
  margin-top: -20px;
}
main .chalkboard {
  background: url(../intro_bg1.jpg) no-repeat;
  float: left;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
}
main .chalkboard .container {
  max-width: 100%;
  float: left;
  height: 90vh;
  min-height: 680px;
  position: relative;
}
main .chalkboard .container .texture {
  background: url(../texture-left.jpg);
  width: 75%;
  height: 70vh;
  min-height: 550px;
  background-size: cover;
  top: 50%;
  margin-top: -40vh;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 150px #000;
}
main .chalkboard .container #venezia_bg {
  background: rgba(0, 0, 0, 0.5) url(../lavenezia_left.jpg) center;
  background-blend-mode: multiply;
  width: 75%;
  height: 70vh;
  min-height: 550px;
  background-size: cover;
  top: 50%;
  margin-top: -40vh;
  position: absolute;
  z-index: 1;
  box-shadow: 0 5px 150px #000;
}
main .chalkboard .container .left {
  left: 0%;
}
main .chalkboard .container .wrapper {
  width: 60%;
  min-width: 880px;
  margin: 0 auto;
}
main .chalkboard .container .wrapper .content {
  height: 200px;
  margin-top: -200px;
  top: 50%;
  position: absolute;
  color: #fff;
  z-index: 2;
}
main .chalkboard .container .wrapper .content h2 {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 400;
}
main .chalkboard .container .wrapper .content p {
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}
main .chalkboard .container .wrapper .content .btn-1 {
  background: #d24728;
  color: #fff;
  padding: 15px 60px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
main .chalkboard .container .wrapper .content .btn-1:hover {
  background: none;
  border: 1px solid #d24728;
}
main .chalkboard .container .wrapper .lite {
  color: #fff;
}
main .chalkboard .container .board {
  background: url(../board.jpg);
  width: 75%;
  height: 85vh;
  background-size: cover;
  top: 50%;
  margin-top: -45vh;
  position: absolute;
  right: 0;
  z-index: 1;
  box-shadow: 0 5px 150px #000;
}
main .chalkboard .container .right {
  right: 0;
}

footer {
  width: 100%;
  float: left;
  position: relative;
  color: #fff;
  font-size: 22px;
  background: #412613;
  background-size: cover;
}
footer .wrapper {
  width: 60%;
  min-width: 880px;
  margin: 0 auto;
}
footer .wrapper .footer-inner {
  width: 100%;
  margin: 75px 0 0;
}
footer .wrapper .footer-inner a {
  text-decoration: none;
  color: #fff;
}
footer .wrapper .footer-inner a:hover {
  color: #ccc;
}
footer .wrapper .footer-inner .bottom {
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 70px;
  font-size: 16px;
  padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
  footer .wrapper {
    width: 100% !important;
    min-width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    height: auto !important;
  }
}
@media screen and (max-width: 960px) {
  footer .wrapper {
    width: 90% !important;
    min-width: 90% !important;
    margin-right: 5% !important;
    margin-left: 5% !important;
    float: left !important;
  }
}
#about_header {
  height: 60vh;
  background: rgba(0, 0, 0, 0.5) url("../about_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#about_header h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#menu_header,
#branches_header,
#minimart_header,
#contact_header {
  height: 60vh;
  background: rgba(0, 0, 0, 0.5) url("../contact_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#menu_header h1,
#branches_header h1,
#minimart_header h1,
#contact_header h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#minimart_header {
  height: 60vh;
  background: rgba(0, 0, 0, 0.5) url("../minimart_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#minimart_header h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#venezia_header {
  height: 60vh;
  background: rgba(0, 0, 0, 0.5) url("../la_veneziaheader.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#venezia_header h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#indian_header {
  height: 60vh;
  background: rgba(0, 0, 0, 0.5) url("../indian_header.jpg") no-repeat center;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#indian_header h1 {
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

#about_us p {
  font-size: 18px;
  color: #000;
  text-align: justify;
}
#about_us img {
  display: flex;
  margin: 0 auto;
  max-width: 100%;
}
#about_us .btn-1 {
  background: #d24728;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
#about_us .btn-2 {
  background: #412613;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}

#vision_mission {
  background-color: #eee;
}
#vision_mission p {
  text-align: justify;
}
#vision_mission h3 {
  color: #000;
}
#vision_mission #vision img {
  width: 70px;
  background: #ddd;
  padding: 10px;
}

#achievements {
  background: #eee;
  padding: 3rem 0;
}
#achievements h2 {
  font-weight: 700;
  color: #412613;
  text-transform: uppercase;
  text-align: center;
}
#achievements h3 {
  color: #412613;
  font-weight: 700;
  padding: 0 !important;
  margin: 0;
}
#achievements p {
  color: #000;
}

#menu_images video,
#menu_images img,
#branches_images video,
#branches_images img {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

#menu_images .btn-1 {
  background: #d24728;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
#menu_images .btn-2 {
  background: #412613;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}

@media screen and (max-width: 768px) {
  #menu_images video,
  #menu_images img,
  #branches_images video,
  #branches_images img {
    width: 100%;
  }
}
#la_venezia_content p {
  font-size: 18px;
  color: #000;
  text-align: center;
}
#la_venezia_content .btn-1 {
  background: #d24728;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
#la_venezia_content .btn-2 {
  background: #412613;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}

#venezia_images .card .card-title {
  text-align: center;
  font-weight: 700;
}
#venezia_images video {
  width: 300px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}
#venezia_images img {
  max-width: 100%;
  height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  #venezia_images video {
    width: 100%;
  }
}
#minimart_content p {
  font-size: 18px;
  color: #000;
}
#minimart_content .btn-1 {
  background: #d24728;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}
#minimart_content .btn-2 {
  background: #412613;
  color: #fff;
  padding: 15px 40px;
  border-radius: 0px;
  font-weight: 500;
  font-size: 24px;
  border: none;
  border-radius: 0px;
}

#contact_form .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #412613;
}
#contact_form h2 {
  font-weight: 700;
  color: #412613;
  text-transform: uppercase;
}
#contact_form #contact_icons {
  color: #fff;
  background: #d24728;
  padding: 8px;
  width: 50px;
  display: flex;
  justify-content: center;
}
#contact_form a {
  color: #fff;
  text-decoration: none;
}
#contact_form form input,
#contact_form form textarea {
  border: 2px solid #e9e9e9;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 16px;
  color: #333333;
  background-color: #f5f5f5;
}
#contact_form form .btn {
  background: #412613 !important;
  color: #fff !important;
  padding: 15px 60px !important;
  border-radius: 0px !important;
  font-weight: 500 !important;
  font-size: 18px;
  border: none;
  border-radius: 0px;
}

.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  background-color: #000;
  color: #eee;
  border-radius: 50%;
  padding: 4px;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}

.scroll-to-top:hover {
  background-color: #0d3259;
  color: #fff;
}

#whatsappbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 80px;
  right: 40px;
  padding-top: 4px;
  background-color: #25d366;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#whatsappbtn a {
  color: #fff;
}

#callbtn {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 160px;
  right: 40px;
  padding-top: 4px;
  background-color: #d24728;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 100;
  animation: sonarAnimation 2s infinite;
}
#callbtn a {
  color: #fff;
}

@keyframes sonarAnimation {
  0% {
    box-shadow: 0 0 0 rgba(210, 71, 40, 0.4);
  }
  100% {
    box-shadow: 0 0 5px 50px rgba(0, 168, 232, 0);
  }
}
@media screen and (max-width: 1024px) {
  .chalkboard {
    background-attachment: initial !important;
  }
  .wrapper {
    min-width: 640px !important;
  }
}
@media screen and (max-width: 960px) {
  .texture {
    width: 90% !important;
    height: 80vh !important;
    margin-top: -45vh !important;
  }
  .wrapper {
    min-width: 60% !important;
    width: 60% !important;
    margin-right: 20% !important;
    margin-left: 20% !important;
  }
}
@media screen and (max-width: 768px) {
  .texture {
    width: 100% !important;
  }
  .wrapper {
    min-width: 100% !important;
    width: 100% !important;
    margin: 0 !important;
    float: left !important;
    position: relative !important;
    height: 100% !important;
  }
  .content {
    width: 80% !important;
    text-align: center !important;
    left: 10% !important;
    right: 10% !important;
  }
  .content h2 {
    font-size: 50px !important;
    line-height: 55px !important;
  }
  .content p {
    width: 260px !important;
    margin: 0 auto 15px !important;
  }
  p {
    font-size: 20px !important;
    line-height: 24px !important;
  }
  .board {
    width: 100% !important;
  }
  main .chalkboard .container:nth-child(4) {
    padding-bottom: 22rem !important;
  }
}
@media screen and (max-width: 480px) {
  .content {
    width: 86% !important;
    text-align: center !important;
    left: 7% !important;
    right: 7% !important;
  }
  h2 {
    margin-top: 0 !important;
  }
}</pre></body></html>