<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.main-color {
  color: #6c0c19;
}

@font-face {
  font-family: Quicksand;
  src: url(../../Fonts/Quicksand/Quicksand-Regular.ttf);
}
body {
  font-family: Quicksand !important;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.web-story {
  padding: 20px 0;
}
.web-story .stories-container {
  display: flex;
  padding: 0 20px;
  justify-content: center;
  gap: 30px;
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .web-story .stories-container {
    overflow-x: scroll;
  }
}
@media (max-width: 576px) {
  .web-story .stories-container {
    justify-content: flex-start;
  }
}
.web-story .stories-container .content {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.web-story .stories-container .imgContent {
  background: linear-gradient(#dd2a7b, #f58529);
  padding: 3px;
  border-radius: 50%;
  width: 90px;
  height: 90px;
}
.web-story .stories-container .imgContent .middleContent {
  background-color: #fff;
  padding: 4px;
  border-radius: 50%;
}
.web-story .stories-container .imgContent .middleContent img {
  position: relative;
  width: 76px;
  height: 76px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 300;
  vertical-align: middle;
}
.web-story .stories-container .storyTitle {
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
.web-story .story-full {
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  justify-content: center;
  opacity: 0;
  z-index: 500;
  pointer-events: none;
  transition: all 100ms ease;
}
.web-story .story-full.active {
  opacity: 1;
  pointer-events: auto;
}
.web-story .story-full .content .close-btn {
  position: fixed;
  top: 32px;
  right: 32px;
  width: 32px;
  cursor: pointer;
}
.web-story .story-full .content .close-btn svg {
  width: 32px;
}
.web-story .story-full .content {
  display: flex;
  align-items: center;
  position: relative;
}
.web-story .story-full .content .story-title {
  position: absolute;
  top: 5px;
  left: 25px;
  /* transform: translateX(-50%); */
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  z-index: 105;
}
.web-story .story-full .content .story-btn {
  position: absolute;
  bottom: 100px;
  left: 130px;
  justify-content: center;
  color: #fff;
  line-height: 2;
  padding: 8px 32px;
  border-radius: 20px;
  z-index: 105;
  background-color: #6c0c19;
}
.web-story .story-full .content .story-btn:hover {
  text-decoration: none;
}
.web-story .story-full .img-content {
  height: 80%;
  width: 400px;
  /* border-radius: 10px; */
  /* background-color: #dd2a7b; */
  position: relative;
}
.web-story .story-full .img-content .img-story {
  height: 100%;
  width: 400px;
  border-radius: 10px;
  position: absolute;
  z-index: 100;
}
.web-story .story-full .img-content .profile {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 105;
  border-radius: 50%;
  margin: 15px 10px;
}
.web-story .story-full .content .right-arrow,
.web-story .story-full .content .left-arrow {
  cursor: pointer;
  /* background-color: #fff; */
  border-radius: 50%;
  padding: 8px;
  margin: 5px 10px;
  justify-content: center;
}
.web-story .story-full .content .right-arrow {
  transform: rotate(180deg);
}
@media (max-width: 700px) {
  .web-story .story-full img {
    width: 65%;
    height: auto;
  }
}
.web-story .myProgress {
  width: 96%;
  z-index: 110;
  position: absolute;
  margin: 5px 2%;
  background-color: #aaa;
  border-radius: 5px;
}
.web-story #myBar {
  width: 1%;
  height: 2px;
  border-radius: 5px;
  background-color: #eee;
}

.snowflake {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.snowflake:nth-child(even) {
  position: absolute;
  width: 27px;
  height: 27px;
  background: transparent;
  z-index: 999;
  background-image: url(../../imgs/blue-snow.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* header */
.openmenuu {
  width: 100% !important;
}

.displayy {
  display: flex !important;
  justify-content: center;
}

.top-header {
  background-color: #6c0c19;
  color: #fff;
  padding: 15px 0;
}
.top-header P {
  margin-bottom: 0;
  text-align: center;
}
.top-header P a {
  color: #fff;
  font-weight: bolder;
}

header {
  background-color: #fff;
  padding: 20px 0;
  /* required */
}
header .navbar-brand {
  font-size: 1rem !important;
}
header .shop-logo {
  max-width: 80px;
}
@media (max-width: 1230px) {
  header .shop-logo {
    max-width: 70px;
  }
}
@media (min-width: 1100px) {
  header .navbar-nav {
    flex-direction: row;
    margin-left: auto;
  }
}
header section.menu-section span.open-menu {
  align-self: center;
  z-index: 10;
}
@media (min-width: 1100px) {
  header section.menu-section span.open-menu {
    display: none;
  }
}
header section.menu-section #myNav {
  display: block;
}
@media (min-width: 1100px) {
  header section.menu-section #myNav {
    width: 100%;
  }
}
header section.menu-section #overlay-content {
  display: none;
}
@media (min-width: 1100px) {
  header section.menu-section #overlay-content {
    display: flex;
  }
}
header section.menu-section nav {
  padding: 0;
}
@media (min-width: 1100px) {
  header section.menu-section nav {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay {
  height: 100%;
  width: 0%;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  background-color: rgba(237, 237, 237, 0.93);
  overflow-x: hidden;
  transition: width 0.45s;
}
header section.menu-section div.mobile-overlay .overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  text-align: center;
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    justify-content: flex-end;
  }
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content &gt; div#navbarNavAltMarkup {
    display: flex;
    flex-direction: row;
    width: 85%;
  }
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content {
    display: flex;
  }
}
header section.menu-section div.mobile-overlay .overlay-content .closebtn {
  text-decoration: unset;
  position: fixed;
  top: 10px;
  font-size: 20px;
  right: 10%;
  font-size: 26px;
  z-index: 100;
  color: #6c0c19;
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content .closebtn {
    display: none;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link.active {
  color: #6c0c19 !important;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
  color: #3f3f3f;
  font-size: 13px;
  font-family: Quicksand;
  font-weight: bolder;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0;
}
header section.menu-section div.mobile-overlay .overlay-content a.nav-link:hover {
  color: #6c0c19 !important;
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 13px;
  }
}
@media (min-width: 1200px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    margin-right: 25px;
  }
}
@media (max-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link {
    color: rgb(0, 0, 0);
  }
}
@media (max-width: 1100px) {
  header section.menu-section div.mobile-overlay .overlay-content a.nav-link:last-of-type {
    margin-bottom: 10px;
  }
}
header section.menu-section div.mobile-overlay .overlay-content a.btn {
  background-color: #6c0c19;
  color: black;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn {
  background-color: #6c0c19;
  border-radius: 10px !important;
  padding: 5px 15px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
header section.menu-section div.mobile-overlay .overlay-content a.login-btn:hover {
  background-color: #dddddd;
  color: #6c0c19;
}
@media (min-width: 1100px) {
  header section.menu-section div.mobile-overlay {
    position: static;
    display: flex !important;
    flex-direction: row;
    background-color: inherit;
  }
}
header section.menu-section .navbar-social .fa {
  color: rgb(0, 0, 0);
}
@media (min-width: 1100px) {
  header section.menu-section .navbar-social {
    display: none;
  }
}
@media (max-width: 1100px) {
  header section.menu-section .navbar-social {
    display: flex;
    justify-content: center;
  }
}

.valentine-gif {
  max-width: 70px !important;
}
@media (max-width: 480px) {
  .valentine-gif {
    max-width: 60px;
  }
}

/* section hero */
section.hero-section {
  background-color: rgb(255, 255, 255);
  padding: 80px 0;
}
section.hero-section div.inner-content h2 {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: rgb(0, 0, 0);
}
@media (min-width: 768px) {
  section.hero-section div.inner-content h2 {
    font-size: 1.5rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content h2 {
    font-size: 2rem;
  }
}
section.hero-section div.inner-content h2 span.ten-off {
  text-decoration: underline;
  text-decoration-color: #6c0c19;
}
section.hero-section div.inner-content p.hero-main-text {
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}
@media (min-width: 768px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 0.9rem;
  }
}
@media (min-width: 992px) {
  section.hero-section div.inner-content p.hero-main-text {
    font-size: 1rem;
  }
}
section.hero-section div.inner-content a {
  background-color: #6c0c19;
  color: rgb(255, 255, 255);
  border-radius: 2px !important;
  padding-top: 12px;
  width: 210px;
  height: 50px;
  margin-top: 20px;
}
section.hero-section div.inner-content a:hover {
  color: #6c0c19;
  border-color: #6c0c19;
  background-color: #fff !important;
  box-shadow: #dddddd 0px 4px 12px;
}
@media (min-width: 991px) {
  section.hero-section div.inner-content a {
    margin-top: 62px;
  }
}
@media (max-width: 480px) {
  section.hero-section div.inner-content a {
    width: 140px;
  }
}
section.hero-section div.inner-content a .order-now-icon-main {
  width: 30px;
  height: 30px;
  stroke: white;
}
section.hero-section div.inner-content a .order-now-icon-main:hover {
  stroke: #6c0c19;
}
section.hero-section div.inner-content div.clip {
  -webkit-clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
          clip-path: polygon(0 0, 100% 0, 95% 99%, 5% 100%);
  border-radius: 30px;
  overflow: hidden;
}
section.hero-section div.inner-content div.clip img {
  background-image: url("../../imgs/hero/Background.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
@media (min-width: 992px) {
  section.hero-section div.inner-content div.clip img {
    border-radius: 109px 109px 109px 109px;
    padding: 42px;
  }
}

#slider {
  background-image: url(../../imgs/hero/antioch-turkish-restaurant-inner-design.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
}
#slider .slider-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 15px 25px;
  margin-bottom: 15px;
  border-radius: 12px !important;
  min-width: 300px;
  align-items: center;
}
@media (max-width: 767px) {
  #slider .slider-content {
    min-width: 200px;
  }
}
@media (max-width: 480px) {
  #slider .slider-content {
    min-width: 130px;
    margin-top: 20px;
    padding: 0;
  }
}
#slider .slider-content h4 {
  font-weight: bolder;
  font-size: 60px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 1px 1px #6c0c19;
  text-align: center;
}
@media (max-width: 480px) {
  #slider .slider-content h4 {
    font-size: 40px;
  }
}
#slider .slider-content p {
  color: #fff;
  font-size: 17px;
  font-weight: bolder;
  max-width: 90%;
  text-align: center;
  text-shadow: 1px 1px #6c0c19;
}
#slider .slider-content .order-btn-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
#slider .slider-content .order-btn-container a.main-btn {
  background-color: #ffffff;
  border-radius: 10px !important;
  padding: 10px 30px;
  color: #6c0c19;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-weight: bolder;
  font-size: 17px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #slider .slider-content .order-btn-container a.main-btn {
    font-size: 15px;
    padding: 10px;
    width: 150px;
  }
}
@media (max-width: 576px) {
  #slider .slider-content .order-btn-container a.main-btn {
    width: 100px;
    font-size: 13px;
  }
}
@media (max-width: 480px) {
  #slider .slider-content .order-btn-container a.main-btn {
    font-size: 12px;
  }
}
#slider .slider-content .order-btn-container a.main-btn:hover {
  background-color: #6c0c19;
  border-color: #6c0c19;
  color: #fff;
}

/* special to try */
section.special {
  background-color: #f3f3f3;
  text-align: center;
  padding-top: 55px;
  margin-top: 50px;
  padding-bottom: 50px;
}
section.special h3 {
  margin-bottom: 30px;
}
section.special .swiper {
  padding: 30px 0;
}
section.special .card {
  min-height: 466px;
  transition: 0.6s ease all;
  margin: auto;
  margin-bottom: 50px;
  text-align: center;
}
section.special .card:hover {
  transform: scale(1.05);
}
section.special .card:hover .card-footer a {
  color: #fff;
  background-color: #6c0c19;
}
section.special .card .card-imgs {
  padding: 10px;
}
section.special .card .card-body {
  padding-top: 0.25rem;
  display: flex;
  flex-direction: column;
}
section.special .card .card-body .card-title {
  color: #6c0c19;
  font-weight: bolder;
}
section.special .card .card-body p {
  margin: auto;
}
section.special .card .card-footer {
  background-color: unset !important;
  border: none !important;
  padding-bottom: 30px;
}
section.special .card .card-footer a {
  padding: 10px 30px;
  border: 1px solid #6c0c19;
  color: #fff;
  background-color: #6c0c19;
}
section.special .card .card-footer a:hover {
  color: #6c0c19;
  background-color: transparent;
}

.SpecialOffer {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
  display: flex;
}
@media (max-width: 768px) {
  .SpecialOffer {
    background-attachment: unset;
  }
}

.our-menu {
  padding: 70px 0;
  background-color: #6c0c19;
  color: #fff;
}
.our-menu p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .our-menu p {
    font-size: 20px;
  }
}
@media (max-width: 400px) {
  .our-menu p {
    font-size: 17px;
  }
}
.our-menu a {
  background-color: #dddddd;
  border: 1px solid #6c0c19;
  color: #6c0c19;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 20px;
}
.our-menu a:hover {
  background-color: #6c0c19;
  border: 1px solid #dddddd;
  color: #dddddd;
}
.our-menu img {
  max-width: 100%;
}

section.contact-us {
  background-color: #fff;
  padding: 50px 0;
  color: #000;
}
section.contact-us .about-us-header {
  position: relative;
  margin-bottom: 40px;
  font-weight: 600;
}
@media (max-width: 480px) {
  section.contact-us .about-us-header {
    font-size: 20px;
  }
}
section.contact-us .about-us-header::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 0%;
  right: 0%;
  margin: 0 auto;
  width: 25px;
  height: 3px;
  background-color: #6c0c19;
}
section.contact-us p {
  margin-bottom: 40px;
}
section.contact-us h2,
section.contact-us p {
  text-transform: capitalize;
}

ul {
  list-style: none;
}

section.about-us {
  padding: 100px 0 80px 0;
  background-color: #6c0c19;
}
section.about-us div.section-heading-div h3 {
  font-weight: bold;
  font-size: 32px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: capitalize;
  color: #fff;
}
section.about-us div.about-us-content div.shop-name-secoundry h4 {
  font-size: 24px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 24px;
  font-weight: bolder;
}
section.about-us div.about-us-content div.shop-about-text p {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: #fff;
}
@media (max-width: 576px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  section.about-us div.about-us-content div.shop-about-text p {
    font-size: 16px;
  }
}
section.about-us div.about-us-content div.read-more-btn a {
  background-color: #dddddd;
  color: #6c0c19;
  border-radius: 5px !important;
  padding-top: 12px;
  width: 150px;
  height: 50px;
  margin-top: 20px;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
section.about-us div.about-us-content div.read-more-btn a:hover {
  color: #dddddd;
  border-color: #dddddd;
  background-color: #6c0c19;
}
@media (min-width: 992px) {
  section.about-us div.about-us-content div.read-more-btn a {
    margin-top: 30px;
  }
}
section.about-us img {
  max-width: 100%;
}
section.about-us .swiper-wrapper {
  margin-top: 80px;
}
section.about-us .swiper-wrapper .card img {
  border-radius: 5px;
  transition: ease-in-out 0.7s;
}
section.about-us .swiper-wrapper .card img:hover {
  transform: scale(1.1);
}

section.peyment-method {
  background-color: #000000;
}
section.peyment-method div.row {
  padding: 50px 0;
}
section.peyment-method div.row div.col-10 .methods-container {
  justify-content: space-evenly;
}
section.peyment-method div.row div.col-10 .methods-container &gt; div img {
  width: 70px;
  display: block;
}

/* dwnloap app section */
section.dl-app {
  margin: 80px 0;
}
section.dl-app div.inner-content div.d-flex {
  justify-content: space-evenly;
}
section.dl-app div.inner-content a.app-link-dl-container:hover img.dl-app-link {
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}
section.dl-app div.inner-content img.dl-app-link {
  margin-bottom: 20px;
  width: 250px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 1, 1);
}
@media (max-width: 991px) {
  section.dl-app div.inner-content img.dl-app-link {
    width: 200px;
  }
}
section.dl-app div.inner-content h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 70px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  section.dl-app div.inner-content h3 {
    font-size: 1.9rem;
  }
}
@media (min-width: 992px) {
  section.dl-app div.inner-content h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  section.dl-app div.inner-content h3 {
    font-size: 30px;
    margin-bottom: 0;
  }
}
@media (max-width: 380px) {
  section.dl-app div.inner-content h3 {
    font-size: 20px;
  }
}

/* ----------------------------------------------
 * Generated by Animista on 2021-12-20 14:30:57
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation scale-up-center
 * ----------------------------------------
 */
@keyframes scale-up-center {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}
section.reviews {
  padding: 80px 0;
}
section.reviews h3 {
  margin-bottom: 40px;
  font-weight: 900;
  font-size: 30px;
  color: #6c0c19;
}
@media (min-width: 991px) {
  section.reviews h3 {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  section.reviews h3 {
    font-size: 20px;
  }
}
section.reviews .comment-section {
  padding: 20px;
  text-align: center;
}
section.reviews .comment-section .comment-text {
  max-width: 800px;
  text-align: center;
  color: #000;
  font-size: 14px;
  line-height: 31px;
  margin: 0 auto;
}
section.reviews .comment-section .comment-writter-name {
  margin-top: 35px;
  color: #6c0c19;
  margin-bottom: 9px;
  color: #000;
}
section.reviews .comment-section .stars {
  text-align: center;
  margin-bottom: 90px;
}
section.reviews img {
  width: 25px !important;
  height: 25px;
  margin-right: 2px;
}
section.reviews .star-o {
  margin-left: 2px;
}

/* footer */
footer {
  background-color: black;
  color: rgb(255, 255, 255);
  padding: 70px 0 0 0;
}
footer ul {
  padding: 0;
}
footer .logo-container {
  text-align: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
footer .logo-container a.d-flex img.shop-logo {
  width: 150px;
}
footer .co-info .footer-header {
  font-size: 23px;
  text-transform: capitalize;
  font-weight: bolder;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  footer .co-info .footer-header {
    margin-top: 30px;
  }
}
footer .co-info .fa {
  color: #6c0c19;
  font-size: 1.25rem;
}
footer .co-info .list-group.shop-info {
  display: flex;
  flex-direction: row;
}
@media (max-width: 768px) {
  footer .co-info .list-group.shop-info {
    flex-direction: column;
  }
}
footer .co-info img.dl-app-link {
  margin-bottom: 20px;
  width: 170px;
}
@media (min-width: 768px) {
  footer .co-info img.dl-app-link {
    width: 180px;
  }
}
footer .co-info .footer-menu li {
  margin-left: 20px;
}
footer .social a img {
  max-width: 28px;
  margin-right: 3px;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 59px;
  left: 25px;
  z-index: 99;
  font-size: 18px;
  border: 1px solid #fff;
  outline: none;
  background-color: #6c0c19;
  color: white;
  cursor: pointer;
  padding: 6px 11px 6px 11px;
  border-radius: 14px;
}
#myBtn:hover {
  color: #6c0c19;
  border: 1px solid #6c0c19;
  background-color: white;
  box-shadow: #dddddd 0px 7px 29px 0px;
}

section.social-media {
  color: #fff;
  background-color: #6c0c19;
}
@media (max-width: 768px) {
  section.social-media {
    display: none;
  }
}
section.social-media div.icon-holder {
  transition: transform 0.5s ease;
}
section.social-media div.icon-holder:hover {
  transform: translate(0px, -8px);
}

/* Customize  Color Of Selection  */
::-moz-selection {
  background-color: #6c0c19;
  color: white;
}
::selection {
  background-color: #6c0c19;
  color: white;
}

::-moz-selection {
  background-color: #6c0c19;
  color: white;
}

/* Customize  Scrollbar  */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background: #6c0c19;
  border-radius: 10px;
}

section.copyright {
  color: #fff;
}
section.copyright .row {
  border-top: 1px solid #fff;
  padding: 20px 0;
}
section.copyright a.weetech-link {
  color: #6c0c19 !important;
  font-weight: 700;
}/*# sourceMappingURL=style2.css.map */</pre></body></html>