@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&family=Roboto&display=swap');

/* ==========================================================================
    General Styles
   ========================================================================== */

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: #ffb1b1;
}

::selection {
  color: #fff;
  background-color: #ffb1b1;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #590505;
  overflow-x: hidden;
}

body.modal-open {
  overflow: visible;
  padding-right: 0 !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 700 !important; 
  color: #590505;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.title {
  font-size: 2rem;
}

.title .pre-title {
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}

.btn-red {
  color: #fff;
  background-color: #be0e25;
  border-color: #be0e25;
  box-shadow: none;
}

.btn-red:hover, .btn-red:active, .btn-red:focus {
  color: #fff;
  background-color: #590505;
  border-color: #590505;
}

/* ==========================================================================
   EOF  General Styles
   ========================================================================== */

/* ==========================================================================
    Preloader
   ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 99;
}
  
#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background-image: url(../img/preloader.gif);
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
}

/* ==========================================================================
   EOF  Preloader
   ========================================================================== */

/* ==========================================================================
    Navbar Styles
   ========================================================================== */

.navbar-top {
  background-color: #be0e25;
}

.nav-content {
  color: #fff;
  font-size: 16px;
  padding: .5rem 0.5rem;
}

.nav-content a {
  color: #fff;
}

.nav-content a :hover {
  color: #fff;
}

.navbar-rta {
  background-color: #fff;
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.15); 
  z-index: 240;
}

.navbar-rta .nav-link {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #590505;
  text-transform: uppercase;
}

.nav-link:focus, .nav-link:active, .nav-link:hover {
  color: #be0e25;
}

.navbar-rta .navbar-toggler {
  color: #be0e25;
  border-color: #590505;
}

.dropdown-divider {
  border-top:1px solid #be0e25;
}

.dropdown-item:focus,.dropdown-item:hover {
  color:#be0e25;
  text-decoration:none;
  background-color:#fff;
}

.dropdown-item {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #590505;
}

.nav-link:focus, .nav-link:active, .nav-link:hover {
  color: #be0e25;
}

/* ==========================================================================
   EOF  Navbar Styles
   ========================================================================== */

/* ==========================================================================
    Info Styles
   ========================================================================== */

@media (min-width: 576px) {
  .card-sm-gutters-2 {
    margin-right: -.5rem;
    margin-left: -.5rem;
  }
  .card-sm-gutters-2 .card {
    margin-right: .5rem;
    margin-left: .5rem;
  }
}

.card-frame {
  border: 1px solid #ffb1b1;
  border-top-width: 0.25rem;
  transition: 0.3s;
}

.card-frame.active, .card-frame:hover {
  border-color: #be0e25;
  box-shadow: 0 0 2rem rgba(242, 230, 230, 1);
}

.max-width-6 {
  max-width: 2.5rem;
}

.bg-info {
  background: url('../images/bg-info.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
}

/* ==========================================================================
   EOF  Info Styles
   ========================================================================== */

/* ==========================================================================
    Home About Styles
   ========================================================================== */

.bg-about {
  background: url('../images/about-bg.png') ;
  background-size: cover;
  background-repeat: no-repeat;
}

.left-0 {
  left: 0;
}

.bottom-0 {
  bottom: 0;
}

.btn-link {
  font-weight: 400;
  color: #be0e25;
  text-decoration: none;
}

.btn-link:hover {
  color: #be0e25;
  text-decoration: none;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}

.btn-link:after {
  display: block;
  content: '';
  border-bottom: solid 2px #be0e25;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 100% 50%;
}

.btn-link:hover:after {
  transform: scaleX(1);
  transform-origin: 0% 50%;
}

/* ==========================================================================
   EOF  Home About Styles
   ========================================================================== */

/* ==========================================================================
    About Styles
   ========================================================================== */

.bg-about-1 {
  background: url('../images/bg-info.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
}

.badge-soft-success {
  color: #be0e25;
  background-color: #f2e6e6;
  font-size: 110%;
}
.badge-soft-success[href]:hover, .badge-soft-success[href]:focus {
  color: #be0e25;
  text-decoration: none;
  background-color: #f2e6e6;
}

.badge-pill {
  padding-right: 0.875em;
  padding-left: 0.875em;
  border-radius: 20rem;
}

.badge-lg {
  padding: 0.85em 1.375em;
}



/* ==========================================================================
   EOF About Styles
   ========================================================================== */


/* ==========================================================================
    Product Styles
   ========================================================================== */ 

#nav-filter {
  padding: 0;
  list-style: none;
}

#nav-filter li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

#nav-filter li a {
  padding: 17px 30px;
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #be0e25;
  border-radius: 4px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 7px 20px;
}

#nav-filter li a:hover {
  background-color: #be0e25;
  color: #fff;
  border-color: #be0e25;
  text-decoration: none;
}

#nav-filter li a.selected,
#nav-filter li a.active {
  border-color: #be0e25;
  color: #be0e25;
}

#nav-filter li a.selected:hover,
#nav-filter li a.active:hover {
  border-color: #be0e25;
  color: #fff;
}

.box-shadow {
  box-shadow: 0 0 0.625rem -0.1875rem rgba(0,0,0,0.13) !important;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e3e6f0;
  border-radius: 0.25rem;
}

a.card:hover,
a.card-body:hover {
  text-decoration: none;
}

.card-img,
.card-img-top,
.card-img-bottom {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.card-img > img,
.card-img-top > img,
.card-img-bottom > img {
  display: block;
  width: 100%;
}

.card-body,
.card-header {
  position: relative;
  z-index: 5;
}

.card-hover {
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.card.card-hover:hover,
.card.card-active {
  border-color: rgba(137, 6, 32, 0.35) !important;
  box-shadow: 0.1875rem 0.1875rem 0.625rem -0.125rem rgba(0, 0, 0, 0.09) !important;
}

.card-hover.border-0::before,
.card-active.border-0::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .2s ease-in-out;
  border: 1px solid rgba(137, 6, 32, 0.35);
  border-radius: 0.25rem;
  content: '';
  z-index: 3;
  opacity: 0;
}

.card-hover.border-0:hover::before,
.card-active.border-0:hover::before {
  opacity: 1;
}

.card-hover.border-0 a.card-img,
.card-hover.border-0 a.card-img-top,
.card-hover.border-0 a.card-img-bottom,
.card-active.border-0 a.card-img,
.card-active.border-0 a.card-img-top,
.card-active.border-0 a.card-img-bottom {
  z-index: 4;
}

.card-active.border-0::before {
  opacity: 1;
}

.mt-grid-gutter,
.my-grid-gutter {
  margin-top: 30px !important;
}

.mr-grid-gutter,
.mx-grid-gutter {
  margin-right: 30px !important;
}

.mb-grid-gutter,
.my-grid-gutter {
  margin-bottom: 30px !important;
}

.border-0 {
  border: 0 !important;
}

.pro-bg {
  background: url('../images/pro-bg.jpg') ;
  background-size: cover;
  background-repeat: no-repeat;
}

.pro-head {
  color: #890620;
}

ul.pro-list {
	list-style: none;
	padding-left: 25px;
	margin-bottom: 20px;
}

ul.pro-list li {
	position: relative;
	padding: 2px 0 2px 0px;
}

ul.pro-list li:before {
	font-family: 'themify';
	font-size: 14px;
	color: #890620;
	content: "\e661";
	position: absolute;
	left: -25px;
	top: 4px;
}

.table .thead-light th {
  color: #fff;
  background-color: #be0e25;
  border-color: #be0e25;
}

/* ==========================================================================
   EOF Product Styles
   ========================================================================== */

/* ==========================================================================
   Footer
   ========================================================================== */

/*rta-copyright*/

.rta-copyright {
  background-color: #be0e25;
}

.rta-copyright p {
  color: #fff;
  margin-top: 1rem;
}

.rta-social {
  height: 30px;
  margin-top: 1rem;
}

.rta-social a {
  color: #be0e25;
}

.rta-social a:hover {
  color: #590505;
}

/*social icons*/
.social-icons {
  padding: 0;
  line-height: 0;
}

.text-center.social-icons {
  display: inline-block;
}

.social-icons .social-icons-item {
  display: inline-block;
  list-style: none;
  line-height: 10px;
  margin: 0 5px 5px 0;
}

.social-icons-link {
  display: inline-block;
  height: 35px;
  width: 35px;
  line-height: 32px;
  font-size: 18px;
  text-align: center;
  border-radius: 3px;
  border: 0;
  background: transparent;
  color: #590505;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*hover effect*/
.social-icons .social-icons-link:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}

.rta{
  display:inline-block;
  height: 17px;
  margin:0;
  padding:0 0 0 25px;
  background-image: url('../img/rta.png');
  background-position:0 0;
  background-repeat:no-repeat;
  font-size:14px;
  color:#fff;
}

.rta:hover{
  background-position:0 -17px;
  color: #fff;
  text-decoration: none;
}

/*rta-footer*/

.rta-f-heading h5 {
text-transform: uppercase;
border-left: 2px solid #040f0f;
padding-left: 10px;
height: 40px;
}

.f-link li, a {
  color: #040f0f;
}

.f-link li :hover {
  color: #040f0f;
  text-decoration: none;
}

footer .footer-logo img {
  height: 100px;
  text-align: left;
  max-width: 100%;
  width: auto;
}

/* ==========================================================================
   EOF Footer
   ========================================================================== */

/* ==========================================================================
   Contact
   ========================================================================== */

.bg-overlay-content {
  display: block;
  position: relative;
  z-index: 5;
}

.box-shadow-lg {
  box-shadow: -0.0625rem 0 0.625rem 0 rgba(0,0,0,0.07),0.3125rem 1.25rem 2.5rem 0 rgba(0,0,0,0.04) !important;
}

.nav-link-style {
  display: inline-block;
  transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out;
  color: #1e2b33;
  font-weight: 500;
  text-decoration: none;
}

.nav-link-style.nav-link-light {
  color: rgba(255,255,255,0.7);
}

.nav-link-style:hover {
  color: #890620;
  text-decoration: none;
}

#map {
  height: 400px;
  width: 100%;
}

.contact-form {
  position:relative
}

.contact-form:before {
  position:absolute;
  z-index:-1;
  right:75%;
  bottom:25%;
  width:35%;
  height:100%;
  content:"";
  opacity:.05;
  background:url('../svg/icon_dot.svg') repeat;
}

.icon {
  min-width: 3rem;
  min-height: 3rem;
  line-height: 3rem;
}

.icon i {
  font-size: 2.75rem;
}

.text-contact {
  color: #e4a249 !important;
}

.contact-card {
  height: 260px;
}

/* ==========================================================================
   EOF Contact
   ========================================================================== */

/* ==========================================================================
   404 Error
   ========================================================================== */

.rta-error {
  font-family: 'Poppins', sans-serif;
  font-size: 250px;
  font-weight: 700;
  line-height: 100%;
  text-shadow: #f2e6e6 1px 1px 1px;
  color: #be0e25;
}

/* ==========================================================================
   EOF 404 Error
   ========================================================================== */

/* ==========================================================================
    Whatsapp
   ========================================================================== */

.zapzap {
width: 48px;
height: 48px;
color: #00d856;
position: fixed;
z-index: 100;
bottom: 20px;
right: 20px;
}

.zapzap:hover {
  color: #00d856;
}

/* ==========================================================================
   EOF  Whatsapp
   ========================================================================== */

/* ==========================================================================
    Gallery
   ========================================================================== */

.gallery-img {
  height: 225px;
}

.cs-gallery-item {
  display: block;
  position: relative;
  text-decoration: none !important;
  overflow: hidden;
}

.rounded-lg {
  border-radius: 1rem !important;
}

.cs-gallery-item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity .3s ease-in-out;
  background-color: rgba(55,56,78,0.55);
  content: '';
  opacity: 0;
  z-index: 1;
}

.cs-gallery-item:hover::before, .cs-gallery-item:hover::after, .cs-gallery-item:hover {
  -webkit-transform: none;
  transform: none;
  opacity: 1;
}

.cs-gallery-item::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.875rem;
  height: 2.875rem;
  margin-top: -1.4375rem;
  margin-left: -1.4375rem;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  color: #be0e25;
  font-family: 'themify';
  font-size: 3rem;
  text-align: center;
  line-height: 2.875rem;
  content: "\e611";
  transition: all .3s ease-in-out;
  opacity: 0;
  z-index: 5;
}

/* ==========================================================================
   EOF  Gallery
   ========================================================================== */