
@import url ‘https://fonts.googleapis.com/css?family=Raleway';

html,h1,h2,h3,h4,h5,h6,a{
 font-family: "Raleway";
}

body{
  padding-top: 90px;
  background-color: #f8f8f8;
}

.navbar{
  background:#ffffff;
}

.nav-link,
.navbar-brand{
  color: #c0b298;
  cursor: pointer;
}

.nav-link{
  margin-right: 1em !important;
}

.navbar-nav .nav-link:hover{
  background: #f4f4f4;
  color: #E43C5C;
}

.navbar-nav{
  text-align: center;
}

.navbar-nav .active a{
  color: #E43C5C;
}

.navbar-collapse{
  justify-content: flex-end;
}

.my-toggler i{
  font-size: 28px;
  line-height: 29px;
  color:#fff;
}

.navbar-toggler{
  background:rgba(192, 178, 152, 0.7) !important;
  font-size: 1.2rem;
  margin-top: 25px;
}

.navbar-brand{
  margin-right: 0.8rem;
}

.navbar-brand img{
  width: 220px;
}


.phone{
  position: relative;
  z-index: 2;
  height: 2rem;
  background-color: #E43C5C;
  color: #ffffff;
  line-height: 2rem;
  font-size: 1.1em;
}

.phone a{
  color: #ffffff;
  line-height: 2rem;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 4.5rem;
  background-color: #c0b298;
}

.nav-scroller .nav {
  padding-bottom: 1rem;
  padding-top: 0.5rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: right;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  float: right;
}

.nav-underline .nav-link {
    padding-top: .3rem;
    padding-bottom: 0;
    font-size: .75rem;
    color: #ffffff;
}

ul .nav-link{
  display: block;
  line-height:1.2;
}

.nav-underline ul .nav-link{
  margin-right: 0em !important;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }

/*Стиль хедера*/
.header{
 background-image: url('../images/banner-bg.jpg');
 background-attachment: fixed;
 background-repeat: no-repeat;
}

.overlay{
 position: absolute;
 min-height: 100%;
 min-width: 100%;
 left: 0;
 top: 0;
}

.description{
  position: absolute;
  top: 33%;
  margin: auto;
  padding: 3em 0.5em;
}


.description h1{
  border-width: 0px;
  line-height: 1.1;
  margin: 0px;
  padding: 0px;
  font-size: 40px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.description p{
  margin: 0px;
  padding: 0px;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: normal;
  color: #ffffff;
}


@media (max-width: 991px) {
  .header{
    height: 550px !important;
  }

  .description {
    top: 40%;
  }
}



/*Продукція*/

.content-section-heading h2{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.prod h2{
  margin-top: 20px !important;
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto 0.5rem 1rem;
  overflow: hidden;
}

.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem;
}

.portfolio-item .caption .caption-content h2 {
  font-size: 1.9rem;
  text-transform: uppercase;
  -webkit-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -moz-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  -ms-filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 1px 1px rgba(0, 0, 0, 0.4));
}

.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem;
}

.portfolio-item:hover h2 {
    color: #e43c5c;
}

.portfolio-item img {
  object-fit: cover;
  object-position: 0 0;
  width: 100%;
}

@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 10px;
  }
  .portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px);
  }
  .portfolio-item .caption .caption-content {
    transition: opacity 0.25s;
    margin-right: 5rem;
  }
  .portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px);
    object-fit: cover;
    object-position: 0 0;
  }

}

.border{
  width: 100px;
  height: 4px;
  background-color: #e43c5c;
  margin: 50px auto;
}


.contact-form{
 margin: 3em 0;
 position: relative;
}
.contact-form h2{
 padding:1em 1px;
 color: #E43C5C;
 font-size: 2rem;
 text-transform: uppercase;
}

.contact-form .right{
 max-width: 100%;
}
.contact-form .right .btn-secondary{
 background:  #E43C5C;
 color: #fff;
 border:0;
}
.contact-form .right .form-control::placeholder{
 color: #888;
 font-size: 16px;
}

.contact-form .border{
  margin: 0;
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: none;
  }

  .contact-form .border{
    margin: 50px auto;
  }

  .contact-form h2{
   padding:1em 1px;
   text-align: center;
  }

}

.social a{
  font-size: 2em;
  color: rgba(255,255,255,.5);
}

footer{
  margin-top: 50px;
}

/*product inner*/

.product-inner h1{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.product-inner ul{
  text-align: left;
  text-transform: uppercase;
  list-style: none;
  padding-left: 0;
}

.product-inner ul .active a{
  color: #E43C5C;
}

.product-inner li a{
  color: #343a40;
  padding-right: 0;
  padding-left: 0;
  display: block;
  line-height: 1.2;
  padding: .5rem 0rem;
}

.product-inner li a:hover{
  background: #f4f4f4;
  color: #E43C5C;
  text-decoration: none;
}


.imgPicture img{
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-cart .row{
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
  margin: 10px 10px;
  padding: 10px;
}

.product-cart h2{
  font-size: 15px;
  font-weight: bold;
  padding-top: 0;
  margin-top: 0;
}

.product-cart h2 > a{
  color: #E43C5C;
  text-decoration: none;
}

.product-cart p{
  line-height: 1.1;
  font-size: 14px;
  color: #333;
}

.product-cart p span{
  color: #666;
}

.product-cart a{
  color: #E43C5C;
  text-decoration: none;
}

.imgPicture img{
  width: 100%;
  height: 170px;
  object-fit: cover;
}

@media (max-width: 575px) {
  .imgPicture img{
    height: auto;
    width: 60%;
    margin: 0 auto 10px auto;
    display: block;
  }
}

@media (max-width: 991px) {
  .product-inner-container .container {
    width: 100%;
    max-width: none;
  }

  .product-inner ul{
    text-align: center;
    padding-left: 0;
  }

  .product-inner li{
    display: inline-block;
    margin: 3px;
  }

  .product-inner li a{
    color: #ffffff;
    background: #E43C5C;
    padding: 10px;
  }

  .product-inner li a:hover{
    background: #c0b298;
    color: #E43C5C;
    text-decoration: none;
  }

  .product-inner ul .active a{
    color: #ffffff;
  }

}

/*about*/


.about h1{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.about .content-section-heading{
  margin-bottom: 70px;
}

.about-stat{
  min-height: 150px;
  text-align: center;
  background-color: #c0b298;
  background-image: url("../images/travertin-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 30px;
}

.about-stat span{
  font-size: 3em;
  font-weight: bold;
  display: block;
}

.about-stat p{
  color:#E43C5C;
}

/*contacts*/

.contacts h1{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.contacts .content-section-heading{
  margin-bottom: 70px;
}

.contacts-table{
  margin-bottom: 20px;
}

.contacts-table .contacts-icons {
    width: 20px;
    height: 20px;
    font-size: 20px;
    color: #E43C5C;
    margin-right: 15px;
}

.contacts-table p {
    font-size: 16px;
    line-height: 30px;
    padding: 0;
    margin: 0;
}

.contacts-img img{
  width: 100%;
  display: block;
}

.contacts-img{
  margin-bottom: 30px;
}

.contacts .map iframe {
    width: 100%;
    height: 350px;
}

.carousel-inner img{
  max-height: 450px;
  object-fit: contain;
}

.carousel-control-next, .carousel-control-prev {
    color: #E43C5C;
    opacity: 0.3;
}

.carousel-control-next span, .carousel-control-prev span{
    background-color: #E43C5C;
  }

.product-cart .photo-stone{
  color: #E43C5C;
}

.services h1{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.service-box{
  text-align: center;
  color: #212529;
}

.services a{
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}

.services a:hover{
  text-decoration: none;
}

.service-box i{
  color:#E43C5C;
  font-size: 2em;
  margin-top: 20px;
  margin-bottom: 30px;
}

.service-text h2{
  color: #c0b298;
  margin-bottom: 30px;
  font-size: 1.5em;
}

#service-inner h1{
  color:#E43C5C;
  margin: 1.5em 0;
  font-size: 2.5rem;
  text-transform: uppercase;
}

#service-inner img{
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.attention{
  background-color: #E43C5C;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  color: #ffffff;
}
