@charset "UTF-8";
/*
Theme Name: tekstile
Theme URI: 
Author: 
Author URI: 
Description: 
Requires at least: WordPress 4.9.6
Version: 1.4 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

*/

.wp-pagenavi {
    display: flex !important;
    justify-content: center !important;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 6px 14px;
}

.footer-policy-link{
    color: #cea740;
}
.menu-li a{
    color: #2C2C2C;
}
.catalog2-catalog-bg {
    z-index: 0;
}
.interior-catalog-card-bottom{
    margin-top: auto !important;
}
.interior-catalog-card-select{
    margin-bottom: 10px !important;
}
.care-sosial-link-box a{
    display: block !important;
} 
.contack-desinger-personal h3 {
    color: #fff;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
  }
  .example-personal h3{
    color: #fff;
    font-family: "Cormorant Garamond";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 26.4px */
  }
  
  .cortians-img{
    height: 59vh;
    overflow: hidden;
    border-top-left-radius: 120px;
	position:relative;
  }
  .cortians-img img{
    height: auto;
  }
  .cortians-img:before{
	  content:"";
    display: block;
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	z-index:1;
	opacity:0;
	transition: all 0.5s ease;
  }
  .cortians-img:after{
	content:"ПОДРОБНЕЕ";
    display: block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:2;
	opacity:0;
	margin:auto auto;
	width:fit-content;
	height:fit-content;
	width: fit-content;
	  color: #cea740;
	  font-family: "Fira Sans Extra Condensed";
	  font-size: 20px;
	  font-style: normal;
	  font-weight: 500;
	  line-height: normal;
	  text-transform: uppercase;
	  transition: all 0.5s ease;
	padding: 20px 30px;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.5s ease;
	background: linear-gradient(180deg, #cea740 9.38%, #b78d20 91.15%), #cea740;
	color: #fff;
	text-align: right;
	font-family: "Fira Sans Extra Condensed";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
  }
  .cortians-img:hover:before,
  .cortians-img:hover:after{
	  opacity:1;
  }

  .banner-img{
    overflow: hidden;
    border-top-left-radius: 180px;
    background-size: 100%;
  }
  .curtain-samples-img-box img{
    /* height: auto; */
  }
  /* .curtain-samples-img-box {
    width: 100%;
  } */
  .curtain-samples-img-box a{
    display: flex;
    align-items: center;
  }
  .text-content{
    text-align: left;
    padding-left: 8%;
    padding-right: 8%;
  }
  .text-content p{
    line-height: 1.4em;
    margin-bottom: 1em;
  }
  .page-content{
    padding-top: 50px;
  }
  .curtians-catalog-card{
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    padding-bottom: 25px;
  }
  .contack-desinger-item{
    /* border-bottom-right-radius: 150px; */
  }
  .banner-img {
    background-size: cover;
}
/* .interior-card-img{
    height: auto;
} */
/* .curtain-samples-item-box a img{
  height: auto;
} */

.curtain-samples-item-box2{
  border-bottom-left-radius: 215px;
}
.interior-catalog-link::after {
  transform: translateY(-6px); 
}
.interior-card:hover {
  box-shadow: none;
  border-radius: 10px;
  border: none;
  transform: none;
} 
.example-form-btn{
  padding: 22px 40px;
}
  @media screen and (max-width: 768px) {
    .cortians-img img {
        width: 240%;
    }
    .banner-img{
        overflow: hidden;
        border-top-left-radius: 140px;
        /* background-size: 100%; */
        background-size: cover;
      }
      .curtain-samples-item-box2{
        border-bottom-left-radius:50px;
      }
      .curtians-catalog-box-mobile-single {
        grid-template-columns: repeat(1, 1fr);
      } 
}

