/* ----------- Color Variables --------- */
/* Looking for the color variables? They have been moved to the inline-styles file in the _includes folder, and pull variables from the site-settings folder in the _data folder.  */

/* Код для подключения шрифта в /css/stylename.css */
@font-face { 
  font-family: "DisruptorsScriptRegular";
  src: url("../fonts/DisruptorsScriptRegular/DisruptorsScriptRegular.eot");
  src: url("../fonts/DisruptorsScriptRegular/DisruptorsScriptRegular.eot?#iefix")format("embedded-opentype"),
  url("../fonts/DisruptorsScriptRegular/DisruptorsScriptRegular.woff") format("woff"),
  url("../fonts/DisruptorsScriptRegular/DisruptorsScriptRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

/* ----------- CSS RESET --------- */

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Montserrat', sans-serif;
  color:#eceaeb;
  background-color: #32343F;
  /*background-color: #0a0a09; */
  overflow-x: hidden;
}
  
img       { max-width: 100%; }

.icon { max-width: 30%;}
.icon-sber { max-width: 45%;}
.icon-main {
  object-fit: contain;
  object-position: center;
  height: 12vh;
}
.icon-5 { max-width: 3%;}
.circle_img {
  object-fit: contain;
  object-position: center;
  height: 100vh;
  margin-left: 15rem;
  margin-top: -12rem;
  z-index: -1;
}

/* Override default gridlex padding */ 
[class*=col] { padding: 0; }
[class*=grid] { margin: 0; }

section { position: relative; }

/* Temporary styles 
* {    border: 2px solid rgb(90, 90, 90) }
html { border: none;}
body { border: none;}
 finish*/




/* ---------- Negative Space Utility Classes  ------------------ */ 

.capped-width-wide      { max-width: 1600px; margin: auto; }
.capped-width           { max-width: 1300px; margin: auto; }
.capped-width-narrow    { max-width: 1000px; margin: auto; }
.capped-width-v-narrow  { max-width: 800px;  margin: auto; }

.relative {position: relative;}

.fix { 
  position: fixed;
  bottom: 5rem; 
  right: 6rem;
}

.tall-100 { min-height: 100vh; }
.tall-90  { min-height: 90vh; }
.tall-80  { min-height: 80vh; }
.tall-70  { min-height: 70vh; }
.tall-60  { min-height: 60vh; }
.tall-50  { min-height: 50vh; }

.width35  { max-width: 35%;}
.width45  { max-width: 45%;}
.width60  { max-width: 60%;}
.width80  { max-width: 80%;}

/* Padding Utility Classes */ 
.padded-sm { padding: 2.5%; }
.padded    { padding: 5%;   }
.padded-2pr  { padding: 2%; }
.padded-7 { padding: 7%;  }
.padded-10 { padding: 10%;  }
.padded-20 { padding: 20%;  }

.padded-10nb { 
  padding-top: 5%;  
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 0;
}

.padded-15nt { 
  padding-top: 0;  
  padding-left: 15%;
  padding-right: 15%;
  padding-bottom: 5%;
}

.padded-05 { padding: 0.5rem; }
.padded-1  { padding: 1rem; }
.padded-2  { padding: 2rem; }
.padded-3rem  { padding: 3rem; }

.padded-3  { padding: 3%; }
.padded-t  { padding-top: 5%; }
.padded-b  { padding-bottom: 5%; }
.padded-l  { padding-left: 5%; }
.padded-r  { padding-right: 5%; }

.padded-t10  { padding-top: 10%; }
.padded-l10  { padding-left: 10%; }

.padded-tb  { padding-top: 5%; padding-bottom: 5%; }
.padded-tb2  { padding-top: 2%; padding-bottom: 2%; }
.padded-lr  { padding-left: 5%; padding-right: 5%; }
.padded-nb  { padding: 5% 5% 0% 5%;    }
.padded-nt  { padding: 0% 5% 5%;    }
.padded-nl  { padding: 5% 5% 5% 0;    }

.padded-t-1 { padding-top: 1rem; }
.padded-b-1 { padding-bottom: 1rem; }
.padded-l-1 { padding-left: 1rem; }
.padded-r-1 { padding-right: 1rem; }

.padded-t-2 { padding-top: 2rem; }
.padded-t-2pr { padding-top: 2%; }
.padded-b-2 { padding-bottom: 2rem; }
.padded-l-2 { padding-left: 2rem; }
.padded-r-2 { padding-right: 2rem; }

.padded-t-0 { padding-top: 0; }
.padded-b-0 { padding-bottom: 0; }
.padded-l-0 { padding-left: 0; }
.padded-r-0 { padding-right: 0; }

.padded-sides {   padding: 5% 0 5% 10%;  }
.padded-4 { padding: 4rem;}
.padded-header { padding: 0.5rem 1%; }
.padded-nr  {
    padding-top: 13%;
    padding-bottom: 10%;
    padding-right: 0;
    padding-left: 10%;
}

/* Margin Utility Classes */ 

.margin-t { margin-top: 5%; }
.margin-b { margin-bottom: 5%; }
.margin-l { margin-left: 5%; }
.margin-r { margin-right: 5%; }

.margin-t-05 { margin-top: 0.5rem; }
.margin-b-05 { margin-bottom: 0.5rem; }
.margin-l-05 { margin-left: 0.5rem; }
.margin-r-05 { margin-right: 0.5rem; }

.margin-t-1 { margin-top: 1rem; }
.margin-b-1 { margin-bottom: 1rem; }
.margin-l-1 { margin-left: 1rem; }
.margin-r-1 { margin-right: 1rem; }

.margin-t-2 { margin-top: 2rem; }
.margin-t-2pr { margin-top: 2%; }
.margin-b-2 { margin-bottom: 2rem; }
.margin-l-2 { margin-left: 2rem; }
.margin-r-2 { margin-right: 2rem; }

.margin-b-4 { margin-bottom: 4rem; }

.margin-t-0 { margin-top: 0; }
.margin-b-0 { margin-bottom: 0; }
.margin-l-0 { margin-left: 0; }
.margin-r-0 { margin-right: 0; }

.margin-t-10 { margin-top: 10%; }
.margin-t-15 { margin-top: 15%; }
.margin-l-15 { margin-left: 15%; }

.margin-tb { margin-top: 5%; margin-bottom: 5%; }
.margin-tb2 { margin-top: 2%; margin-bottom: 2%; }
.margin-lr { margin-left: 5%; margin-right: 5%; }

.margin-tm3 {  margin-top: -3rem;  }
.margin-tm5 {  margin-top: -5rem;  }
.margin-tm6 {  margin-top: -6rem;  }
.margin-tm7 {  margin-top: -7rem;  }
.margin-tm10 {  margin-top: -10rem;  }
.margin-tm12 {  margin-top: -12rem;  }
.margin-tm15 {  margin-top: -15rem;  }

.margin-b10  {  margin-bottom: 10%;}
.mb-7  {  margin-bottom: 7%;}
.mt-7  {  margin-top: 7%;}
.ml-6 { margin-left: 6%; }
.margin-bm3  { margin-bottom: -3rem; }
.margin-bm5  { margin-bottom: -5rem; }

.mb-overhang {
  margin-bottom: -2rem;
}
.mt-overhang {
  margin-top: -2rem;
}

/* ------------ Backgrounds & Background Images  ----------------------- */

.bg-medium   { background-color: var(--medium); }
.bg-light    { background-color: #dcdde3; }
.bg-white    { background-color: #FFFFFF; }
.bg-grey   { background-color: #32343F;}
.bg-red { background-color: #ff5b14;} 


.bg-v-light  { background-color: var(--v-light); }
.bg-dark   { background-color: #0a0a09; }

.bg-image {
    background-color: var(--light); /* Set a fall-back color while images are loading */ 
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.discount {
  background-image: url(/images/sietl.png);
}

.bg-111 {
  background-image: url(/images/111.jpg);
}
  

.slide-1 {
  background-image: url(/images/h-main.jpg);
}

.slide-2 {
  background-image: url(/images/h-11.jpg);
}

.slide-3 {
  background-image: url(/images/h111.jpg);
}

.slide-4 {
  background-image: url(/images/house-122.jpg);
}

.slide-5{
  background-image: url(/images/house-333.jpg);
}

.text-inner {
    position: absolute;
    width: 100%;
    top: 87%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-family: 'Inter', sans-serif;
}

.img-text-box {
  font-size: 30px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline;
  padding: 1rem;
  width: 26rem;
  position: absolute;
  top: 3rem;
  left: 0;
  backdrop-filter: blur(3px);
}

.img-text-box1 {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline;
  padding: 1rem;
  width: 18rem;
  position: absolute;
  bottom: 3rem;
  right: 0rem;
  backdrop-filter: blur(3px);
}

.img-text-box2 {
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  display: inline;
  padding: 1rem;
  width: 4rem;
  height: 35rem;
  position: absolute;
  bottom: 7rem;
  right: 0rem;
  backdrop-filter: blur(3px);
}

.img-text-box1 p {
  font-size: 30px;
}

.img-text-box p {
  font-size: 30px;
}

/*
.img-text-box img {
  display: inline;
  padding: 1rem;
  width: 4rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 3;
}
*/

.bg-vector {
    background-repeat: no-repeat;
    background-size: cover;
}

.banner {
    background-image: url('/images/luiziana1111.png');
    background-size: cover;
    background-position: 50% 80%;
    min-height: 100vh;
  }

  .bg-formula-grey {
    background-image: url('/images/image111.png');
    background-size: cover;
    background-position: center;
    min-height: 100vh;
  }

  .bg-gallery {
    background-size: cover;
    background-position: center;
  }

/* GALLERY */

.project-gallery {
  display: flex;
  flex-flow: row wrap;
}

.project-gallery a {
  display: block;
}

  .col-one-third {
    flex-basis: 33.33%;
    max-width: 33.33333%;
  }

  .col-one-half {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-two-thirds {
    flex-basis: 66.66%;
    max-width: 66.66%;
  }

  .col-full-width {
    flex-basis: 100%;
    max-width: 100%;
  }

  .one-third {
    padding-bottom: 60%;
  }

  .one-half {
    padding-bottom: 115%;
  }

  .two-thirds {
    padding-bottom: 60%;
  }

  .full-width {
    padding-bottom: 60%;
  }

.portfolio-item .bg-image {
  padding-bottom: 120%;
  margin-bottom: 1.5rem;
  transition: all 0.5s;
  margin-top: 2rem;
}

.portfolio-item:hover .bg-image {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
}

/* end gallery*/

/* discount */

.bg-image-discount {
  background-color: lightblue;
  background-size: cover;
  background-position:center;
  padding: 0.5rem;
  padding-bottom: 65%;
  color: white;
}
.bg-image-discount span {
  text-transform: uppercase; 
  font-weight: 600;
}

.card-discount {
  background-color: white;
  padding: 0;
  border: 0.5rem solid #32343f;
}

.post-info-discount {
  padding: 1rem;
}

.date {
  font-size: 0.8rem;
}

.card-discount a {
  display: inline-block;
 /* margin-top: 1rem; */
}
.mb-08 {  margin-bottom: 0.8rem; }

@media(max-width: 48em) {
  .horizontal-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
  } 
  
  .mob-padded-0 {
   padding: 0;
  }
  .mob-padded {
    padding: 5%;
  }
  
  .latest-news .card-discount {
    margin: 0.2rem;
    margin-bottom: 5%;
  }
  
   .latest-news .card-discount:first-child {
    margin-left: 1.5rem;
  }
    .latest-news .card-discount:last-child {
    margin-right: 1.5rem;
  }
}

/* end discounts */

/* Gridlex */
[class*="col-"][class*="-bottom"] {
  align-self: auto;
}

.border_img {
    object-fit: cover;
    object-position: center;
    height: 70vh;
    width: 95%;
    border: 2px solid #000;
  }
  .bg-60 {
    background-size: cover;
    background-position: top;
    min-height: 60vh;
  }
.img-gallery {
  position: absolute;
  width: 839px;
  height: 375px;
  left: 6px;
  top: 212px;
}

.top {  background-position: 50% 60%;  }
.top1 {  background-position: 50% 30%;  }
.z-m1 { z-index: -1;} 
.z-2 { z-index: 2;} 
.z-10 { z-index: 10;} 

.bg-overlay {
  position: relative;
}

.bg-overlay::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0,0,0,0.8);
  backdrop-filter: blur(3px);
}

.bg-overlay > * {
  position: relative;
}

.bg-overlay-gradient::before { 
  background: linear-gradient(0, rgba(0,0,0,0.4), rgba(0,0,0,1));
} 

/* next overlay */
.bg-overlay1 {
  position: relative;
}

.bg-overlay1::before {
  content: ""; 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 60%;
  background-color: rgba(0,0,0,0.6);
  backdrop-filter: blur(3px);
}

.bg-overlay1 > * {
  position: relative;
}
/* Add a second class to change the color or style  */

.bg-overlay-gradient1::before { 
  background: linear-gradient(0, rgba(0,0,0,0.5), rgba(0,0,0,0));
} 


.img-hidehover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  transition: 2s;
}

.img-product {
  object-fit: cover;
  object-position: center;
  height: 60vh;
  width: 100%;
  z-index: 150;
}

.img-hidehover:hover {
  opacity:0
 }
 .title {
  position:absolute
 }
 video {
  width:100%;
  object-fit:cover;
  object-position:center
 }
 .vw-100 {
  width:100%
 }
 .vh-100 {
  height:80%
 }
 .title_over {
  position:absolute
 }

 .quote {
  object-fit: contain;
  object-position: center;
  height: 10vh;
  margin-bottom: -5rem;
}

/* clickable boxes */

.clickable-box {
  color: inherit;
  text-decoration: none;
  box-shadow: 0 rgba(0, 0, 0, 0); /* so that we can add a transition */
  transition: 0.2s all;
  display: block;
}

.clickable-box .overlay {
  min-height: 12rem;
  padding: 3rem 1rem;
  background-color: rgba(0,0,10,0.4);
  color: white;
}

.clickable-box p {
  margin-bottom: 0;
}

.clickable-box:hover {
  background-color: rgba(0,0,10,0.6);
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 10px 20px -5px rgba(0, 0, 0, 0.4);
  margin-top:-2px;
}

/* Slider */

.slider-container {
  padding: 5%;
  width:100%;
  display:flex;
  flex-wrap:wrap;
  position:relative;
}

.slider-item {
  padding: 1rem;
  display: none;
  width:100%;
  display:flex!important;
}

/* HOME-2 */

.slider-item1 {
  padding: 1rem;
  display: none;
  width:100%;
}

/* end carousel for home-2 */

.image {
  width:100%;
  height:100%;
  object-fit:contain;
}

.text {
  width: 25%;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.picture {
  width:50%;
  display:flex;
}
.caption {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  text-align: right;
}

.slider-item:first-child {
  display: block;
}


.slick-next {
  right: 110px;
  color: #515467;
  z-index: 2;
}

.slick-prev {
  left: 80px;
  color: #515467;
}
.slick-next::before, .slick-prev::before {
  	font-family: inherit;
  	font-size: 20px;
  	line-height: 1;
  	opacity: .75;
  	color: #515467;
}

.slick-dots {
  bottom: 45px;
  left: 0px;
  text-align: center;
}

/* for centering*/
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 17px;
  height: 17px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 1px solid #515467;
  outline: 0;
  background: 0 0;
  background-color: rgba(0, 0, 0, 0);
  text-indent: -9999px;
}

.slick-dots li button::before {
  color: #fff;
}

.slick-dots li.slick-active button::before {
  color: #FF4D00; 
  background-color: #515467;
  border: none;
  width: 17px;
  height: 17px;
}

/* FAQ   */

.content {
  width: 80%;
  padding: 20px;
  margin: 0 auto;
  padding: 0 40px 0 0;
}

.centerplease {
  margin: 0 auto;
  max-width: 270px;
  font-size: 40px;
}

.question {
  position: relative;
  background: #434655;
  margin: 0;
  padding: 10px 10px 10px 50px;
  display: block;
  width:100%;
  cursor: pointer;
  font-size: 1.1rem;
}

.answers {
  background: #6f738c;
  padding: 0px 15px;
  margin: 5px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .7s ease;
  -moz-transition: .7s ease;
  -o-transition: .7s ease;
  transition: .7s ease;
}

.questions:checked ~ .answers{
  height: auto;
  opacity: 1;
  padding: 15px;
}

.plus {
  position: absolute;
  margin-left: 10px;
  z-index: 5;
  font-size: 2em;
  line-height: 100%;
  -webkit-user-select: none;    
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -o-transition: .3s ease;
  transition: .3s ease;
}

.questions:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.questions {
  display: none;
}
/* end of faq  */

/* CARDS PROJECTS */
.card-wrapper{
  max-width: 1100px;
  margin: 0 auto;
}
.img-display{
  overflow: hidden;
}
.img-showcase{
  display: flex;
  width: 100%;
  transition: all 0.5s ease;
}
.img-showcase img{
  min-width: 100%;
  object-fit: contain; 
  object-position: center; 
}
.img-select{
  display: flex;
}
.img-item{
  margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
  margin-right: 0;
}
.img-item:hover{
  opacity: 0.8;
}
.product-content{
  padding: 2rem 1rem;
}
.product-title{
  font-size: 3rem;
  text-transform: capitalize;
  font-weight: 700;
  position: relative;
  color: #12263a;
  margin: 1rem 0;
}
.product-title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 80px;
  background: #12263a;
}
.product-link{
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 0.9rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  background: #249EDA;
  color: #fff;
  padding: 0.3rem 0.5rem;
  transition: all 0.5s ease;
}
.product-link:hover{
  opacity: 0.9;
}
.product-rating{
  color: #ffc107;
}
.product-rating span{
  font-weight: 600;
  color: #252525;
}
.product-price{
  margin: 1rem 0;
  font-size: 1rem;
  font-weight: 700;
}
.product-price span{
  font-weight: 400;
}
.last-price span{
  color: #f64749;
  text-decoration: line-through;
}
.new-price span{
  color: #256eff;
}
.product-detail h2{
  text-transform: capitalize;
  color: #12263a;
  padding-bottom: 0.6rem;
}
.product-detail p{
  font-size: 0.9rem;
  /*padding: 0.3rem;*/
  opacity: 0.8;
}
.product-detail ul{
  margin: 1rem 0;
  font-size: 0.9rem;
}
.product-detail ul li{
  margin: 0;
  list-style: none;
  background-size: 18px;
  margin: 0.4rem 0;
  font-weight: 600;
  opacity: 0.9;
}
.product-detail ul li span{
  font-weight: 400;
}
.purchase-info{
  margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
  border: 1.5px solid #ddd;
  border-radius: 25px;
  text-align: center;
  padding: 0.45rem 0.8rem;
  outline: 0;
  margin-right: 0.2rem;
  margin-bottom: 1rem;
}
.purchase-info input{
  width: 60px;
}
.purchase-info .btn{
  cursor: pointer;
  color: #fff;
}
.purchase-info .btn:first-of-type{
  background: #256eff;
}
.purchase-info .btn:last-of-type{
  background: #f64749;
}
.purchase-info .btn:hover{
  opacity: 0.9;
}
.social-links{
  display: flex;
  align-items: center;
}
.social-links a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #000;
  border: 1px solid #000;
  margin: 0 0.2rem;
  border-radius: 50%;
  text-decoration: none;
  font-size: 0.8rem;
  transition: all 0.5s ease;
}
.social-links a:hover{
  background: #000;
  border-color: transparent;
  color: #fff;
}

@media screen and (min-width: 992px){
  .card{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 1.5rem;
  }
  .card-wrapper{
      height: 100vh;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .product-imgs{
      display: flex;
      flex-direction: column;
      justify-content: center;
  }
  .product-content{
      padding-top: 0;
  }
};
/*end of cards progects */
/* TABLE */

tr,
td {
  border: 1px solid rgba(221, 221, 221, 0);
}
th,
td {
  padding-left: 2%;
}

td {
  font-weight: normal;
  font-size: 1em;
}

td {
  display: table-cell;
  vertical-align: inherit;
}

table {
  overflow: hidden;
  text-align: center;
  width: 70%;
  margin: 0;
  display: table;
}

table {
  border-collapse: separate;
  text-indent: initial;
  border-spacing: 2px;
  margin: auto;
}

th {
  text-align: center;
}

tr:nth-child(even) {
  background-color: #4c4f60;
}
tr:nth-child(odd) {
  background-color: #4c4f60;
}

td:hover {
  transition-delay: 0s;
  transition-duration: 0.4s;
  transition-property: all;
  cursor: pointer;
}

th {
  background-color: #4c4f60;
}
tr:hover {
  background-color: #464a52;
  -webkit-box-shadow: 0 6px 6px -6px #0e1119;
  -moz-box-shadow: 0 6px 6px -6px #0e1119;
  box-shadow: 0 6px 6px -6px #0e1119;
}

.footer{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
}

@media(max-width:48em) {
table { width: 100%;}
td {
  font-size: 0.8em;
}
th {
  font-size: 0.9em;
}
.card-wrapper{
  max-width: 450px;
  margin: 0;
}

}
/* end of table */


 /*   cards services hover   */
              
 .hover-container {
  background-size: cover;
  background-position: center;
}

.hover-overlay {
  position: relative;
  padding-bottom: 115%;
  color: rgba(255, 255, 255, 0);
  position: relative;
  /* you only need to use relative + absolute if you want to determine the exact aspect ratio of the container */
  transition: all 0.9s;
}

.hover-overlay:hover {
  background-color: rgba(61, 61, 61, 0.7);
  color: white;
}

.hover-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hover-container:hover .hover-overlay{
  opacity: 1;
}

.hover-overlay.visible {
  opacity: 1;
}

@media (max-width:1450px) {
  .text-sm-card {
    font-size: 1.05rem;
    line-height: 1;
  } 
}

@media (max-width:1200px) {
  .text-sm-card {
    font-size: .95rem;
  } 
}

@media (max-width:1100px) {
  .text-sm-card {
    font-size: .87rem;
  } 
}

@media (max-width:1020px) {
  .text-sm-card {
    font-size: .95rem;
  } 
}
@media (max-width:765px) {
  .text-sm-card {
    font-size: 1.05rem;
  } 
}

@media (max-width:365px) {
  .text-sm-card {
    font-size: .95rem;
  } 
}

.card2 {
  padding-top: 1.5rem;
  color: #413c3c;
  top: 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.2);
  transition: all .3s;
}

.card2:hover {

    box-shadow: 0 20px 25px -5px rgba(0,0,0,.2),0 10px 10px -5px rgba(0,0,0,.2);
    top: -5px;

}

/* cards on project */
              
.no-bullets { list-style:none; }
/* Used to remove dot-points from a list */
.card-3 {
  padding: 2rem;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  min-height: 270px;
}
.card-3-featured {
  padding: 2rem;
  background-color: #ff5b14;
  border-radius: 10px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.2), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
  min-height: 270px;
}


/* TOP PROJECTS TAGS  */
.top-tag {
  position: absolute;
  top: 0;
  right: 5%;
  background-color: #ff5b14;
  color: #ffffff;
  text-align: center;
  padding: .4rem;
  margin: 0;
  font-size: .8rem;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 600;
  min-width: 5rem;
}
.top-tag.white {
  background-color: #ff5b14;
  stroke: #ff5b14;
}

.top-tag span {
  position: relative;
  z-index: 2;
}

.top-tag-2 {
  position: absolute;
  top: 0;
  right: 30%;
  background-color: #249EDA;
  color: #ffffff;
  text-align: center;
  padding: 0.4rem;
  margin: 0;
  font-size: .8rem;
  text-transform: uppercase;
  z-index: 2;
  font-weight: 600;
  min-width: 5rem;
}
.top-tag-2.white {
  background-color: #249EDA;
  stroke: #249EDA;
}

.top-tag-2 span {
  position: relative;
  z-index: 2;
}

.mob-horizontal-scroll .bg-image {
  position: relative;
}

.absolute {
  position: absolute;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.h-2\/5 {
  height: 40%;
}
.rounded-2xl {
  border-radius: 1rem;
}
.bg-gradient-overlay {
  background: linear-gradient(0deg,rgba(22,22,30,.9) 3%,rgba(22,22,30,0) 100%);
}

/* Aspect Ratios with percentage unit are only effective if the element (the <div>) is inside a parent container or column, it can't be applied to the column itself. */
.block     { display: block;}
a.bg-image { display: block;}
.inline    { display: inline-block;}

.bg-padded     { padding-bottom: 45%;  }
.landscape     { padding-bottom: 66% ; }
.portrait-tall { padding-bottom: 175%; }
.portrait      { padding-bottom: 125%; }
.square        { padding-bottom: 100%; }

.padded-b50    { padding-bottom: 50% ; }


/* Background Position */
.bg-pos-t { background-position: top; }
.bg-pos-b { background-position: bottom; }
.bg-pos-l { background-position: left; }
.bg-pos-r { background-position: right; }

/* funky images */

.css-slideshow{
    position: relative;
    max-width: 495px;
    height: auto;
    margin: 15em auto .5em auto;
  }
  .css-slideshow:after {
    content: "";
    display: table;
    clear: both;
  }
  .css-slideshow figure{
    width: 100%;
    height: auto;
    margin: 0;
    background: rgba(245,245,245,0);
    float: left;
    margin-left: -100%;
    transform: translateX(100%);
  }
  .css-slideshow img{
    box-shadow: 0 0 2px #666;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 90vh;
    border: 2px solid #000;
  }
  .css-slideshow figcaption{
    position: absolute;
    top: 0;
    color: #fff;
    background: rgba(0,0,0, .3);
    font-size: .8em;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity .5s;
  }
  .css-slideshow:hover figure figcaption{
    transition: opacity .5s;
    opacity: 1;
  }
  .css-slideshow-attr{
    max-width: 495px;
    text-align: right;
    font-size: .7em;
    font-style: italic;
    margin:0 auto;
  }
  .css-slideshow-attr a{
    color: #666;
  }
  .css-slideshow figure{
    opacity:0;
  }
  figure:nth-child(1) {
    animation: xfade 8s 8s infinite;
  }
  figure:nth-child(2) {
    animation: xfade 8s 7s infinite;
  }
  figure:nth-child(3) {
    animation: xfade 8s 6s infinite;
  }
  figure:nth-child(4) {
    animation: xfade 8s 5s infinite;
  }
  figure:nth-child(5) {
    animation: xfade 8s 4s infinite;
  }
  figure:nth-child(6) {
    animation: xfade 8s 3s infinite;
  }
  figure:nth-child(7) {
    animation: xfade 8s 2s infinite;
  }
  figure:nth-child(8) {
    animation: xfade 8s 1s infinite;
  }
  
  @keyframes xfade{
    0%{
      opacity: 1;
    }
    12.5% {
      opacity: 1;
    }
    14.5%{
      opacity: 0;
    }
    98% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  


/* ------------ Typography Styles ----------------------- */

.left    { text-align: left; }
.right   { text-align: right; }
.center  { text-align: center; }
.upper    { text-transform: uppercase; }

.flex-display {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.col-1 {
  flex-basis: 15%;
}
.col-2 {
  flex-basis: 5%;
}

.font-montserat {  font-family: 'Montserrat', sans-serif; }
.font-montserat-200 {  
  font-family: 'Montserrat', sans-serif;
  font-weight: 200; 
}
.font-noto { font-family: 'Noto Serif Display', serif;}
.font-inter { font-family: 'Inter', sans-serif;}
.font-playf  { font-family: 'Playfair Display', serif; } 
.font-manrope { font-family: 'Manrope', sans-serif; }

.font-disruptor { 
  font-family: "DisruptorsScriptRegular";
  font-style: normal;
  font-weight: 400;
 }

h1 {
  font-size: 2.2rem;
  font-weight: 300;
}
h2, h3, h4, h5, h6 {
  line-height: 1.2;
}

h2 {
  font-size: 2.2rem;
  font-weight: 400;
}
h3 {
    font-size: 2.7rem;
    font-weight: 200;
}
h4 {
    font-size: 1.5rem;
    font-weight: 400;
  }
h5 { 
  font-size: 1.5rem;
 }
h6 { 
  font-size: 1.2rem;
  font-weight: 400;
 }

p, li {
  line-height: 1.3; 
  font-weight: 300;
  font-size: 1.1rem;
}

.line {
  line-height: 0.5; 
}
.text-blog { font-size: 0.9rem;}
.text-small {
    font-weight: 400;
    font-size: 14px;
  }
  .text-xs {
    font-weight: 400;
    font-size: 16px;
  }
.text-md { font-size: 2rem;}
.text-xl { font-size: 4rem;}
.text-sm { font-size: 1.3rem;}
.text-lg { font-size: 1.1rem;}
.text-1 { font-size: 1rem;}
.big-bold {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    font-size: 76px;
    line-height: 93px;

    /* identical to box height */
    text-transform: uppercase;
    color: #FFFFFF;
}

.bigger {  font-size: 1.5rem; }
.bigger-title {  font-size: 1.5rem; }
.less {   
  font-size: 1.7rem;
  }

.orange-bold {
    font-weight: 700;
    font-size: 100px;
    line-height: 122px;
    text-transform: uppercase;
    color: #FF4D00;
    text-shadow: 20px 20px 30px rgba(0, 0, 0, 0.15);
}

.bold {
  font-weight: 600;
}
.upper-bold  {
  letter-spacing: 0.05rem;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
}
            
.big-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
}
  

li {
  list-style: none;
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  letter-spacing: 0.02rem;
}



h3:last-child, 
h4:last-child, 
 
h6:last-child {
	margin-bottom: 0;
}


/* Unique Typography Styles  */
.emphasis       { font-size: 1.2rem; }
.text-featured  { color: #ff5b14; }
.text-light     { color: var(--light-text);}
.text-white     { color: rgba(255, 255, 255, 1);}
.text-dark      { color: #32343F;}
.text-black      { color: #000000;}
.subtle         { opacity: 0.8;     }
.subtitle       { font-size: 0.8rem; }
.ital-title {
  font-style: italic;
  font-weight: 300;
}

.small-footer   { font-size: 0.7rem; }
.text-xxs   { font-size: 0.6rem; }

.huge {    font-size: 3.3rem;  }
.huge-big {    font-size: 200px;  }
.large-title {
  font-size: 4rem;
  font-weight: 300;
}
.italics {
  font-family: 'Playfair Display', serif;
  font-weight: 300;
  font-style: italic;
  }

  .italic {
    font-weight: 300;
    font-style: italic;
    }
.w-200 { font-weight: 200; }
.w-400 { font-weight: 400; }
.red {   color: #ff5b14; }
.green {   color: #1ad03f; }

.special {
  position: absolute;
  width: 107px;
  height: 122px;
  left: 1180px;
  top: 30px;

  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-size: 100px;
  line-height: 122px;

  /* identical to box height */
  text-align: right;

}



/* ------------ Buttons & Links ------------ */
a {
    color: inherit;
    text-decoration: none;
}

.pointer { cursor: pointer; }
/*
a:hover {  color: #fff; }
*/
p a {
    text-decoration: none;
}

.button { 
    text-decoration: none;
    border: 1px solid;
    width: 230px;
    height: 130px;
    left: 520px;
    top: 1655px;
    border: 1px solid #FFFFFF;
    box-shadow: 10px 10px 35px rgba(0, 0, 0, 0.2);
}

.button:hover {
    color: #FF4D00;
}

.subtle-button {
  text-decoration: none;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 1%;
}
.subtle-button:hover {
  color: #FF4D00;
}

.btn-border {
  text-decoration: none;
  color: #000;
  border: 1px solid #000;
  padding: 10px 15px;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 200;
  text-align: center;
  letter-spacing: .05rem;
  text-transform: uppercase;
  -webkit-appearance: none;
  background-color: #eceaeb;  /*!important*/
  width: 60%;
  transition: 1s all;
}

.btn-border:hover {
  background-color: #c2b0a1;
}

.btn-stress {
  font-size: inherit;
  transition: .3s all;
}

.btn-stress:hover {
  border-bottom: 2px solid #ff5b14;
}


.emphasis-button {
    padding: 0.5rem 1rem;
    border: 1px solid #ff5b14;
    font-size: 0.8rem;
    letter-spacing: 0.02rem;
  }

  .emphasis-button .fa-solid {
    font-size: 18px;
  }
  .emphasis-w-button {
    padding: 0.5rem 1rem;
    border: 1px solid #fff;
    font-size: 1rem;
  }

.red-button {
    padding: 1rem 1.5rem;
    border: 1px solid #ff5b14;
    background-color: #ff5b14;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: .05rem;
    color: #FFF;
    text-align: center;
    width: 60%;
    margin-right: 2rem;
  }

  .white-button {
    padding: 1rem 1rem;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 0.9rem;
    font-weight: 200;
    color: #32343F;
    width: 66%;
    text-align: center;
    transition: 0.5s all;
  }

  .white-button-house {
    display: block;
    cursor: pointer;
    font-family: inter;
    padding: 1rem 1rem;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    font-size: 0.9rem;
    font-weight: 200;
    color: #32343F;
    text-align: center;
    transition: 0.5s all;
    width: 60%
  }

  .green-button-house {
    display: block;
    cursor: pointer;
    font-family: inter;
    padding: 1rem 1rem;
    border: 1px solid #1ad03f;
    background-color: #1ad03f;
    font-size: 0.9rem;
    font-weight: 200;
    color: #ffffff;
    text-align: center;
    transition: 0.5s all;
    width: 60%
  }

  .white-button:hover {
    background-color: #ff5b14;
    border: 1px solid #ff5b14;
    color: #fff;
  }
/* for catalog filters */
  .hide-buttons {
    display: none;
  }

  .button-filter {
    cursor: pointer;
  }
  
  .button-filter.active {
    color: #e9e3d3;
  }

  /* Filter navigation */
.portfolio-filter span {
  cursor: pointer;
  padding: 0.5rem;
}

.portfolio-filter .active {
  color: #ff4d00;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
/* end catalog filters */

.mob-horizontal-scroll .bg-image {
  position: relative;
  padding-bottom: 160%;
}

.box {
  padding: 2rem 1.5rem;
  margin: 1.5rem;
}
.box1 {
  padding: 1rem;
  margin: 1.5rem;
  letter-spacing: 0.02rem;
}
.box1:hover {
  color: #FF4D00;
}

.wa { 
  position: fixed;
  top: 7rem; 
  right: 30px;
}
.tg { 
  position: fixed;
  top: 12rem; 
  right: 30px;
}
.tel { 
  position: fixed;
  top: 17rem; 
  right: 30px;
}

  /* animated button*/
#neonShadow{
  animation: glow 1s infinite ;
  transition:0.5s;
}

.offer{
  display: block;
  font-size: 1.2rem;
  transition: 0.3s;
  opacity: 0.8;
  letter-spacing: .1rem;
  }
  span:hover{
      transition: 0.3s;
      opacity: 1;
      }
  
  #neonShadow:hover{
    /*transform:translateX(-20px)rotate(30deg);
    background-color:rgb(255,91,20);
    transition:0.5s;*/
  }

    /* animated form button*/
#neonShadow-form {
  height:55px;
  width:200px;
  border:none;
  transition:0.3s;
  background-color:rgb(255,91,20);
  animation: glow 1s infinite ;
  transition:0.5s;
}
  
  @keyframes glow{
    0%{
    box-shadow: 5px 5px 20px rgb(165,131,101),-5px -5px 20px rgb(194, 176, 161);}
    
    50%{
    box-shadow: 5px 5px 20px rgb(120, 93, 70),-5px -5px 20px rgb(120, 93, 70)
    }
    100%{
    box-shadow: 5px 5px 20px rgb(238, 232, 226),-5px -5px 20px rgb(238, 232, 226)
    }
  }
  /* end animated button*/

  /*CSS code for the button and modal*/

   .modal-content .bg-image{
                padding-bottom: 100%;
                margin: 1rem;
            }
            
            .modal {
              display: none;
              position: fixed;
              z-index: 1001;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%;
              overflow: auto;
              background-color: #fefefe;
              background-color: #00000066;
            }
          
            .modal-content {
              background-color: #fefefe;
              margin: auto;
              padding: 20px;
              border: 1px solid #888;
              width: 80%;
              max-width: 700px;
            }

            @media(max-width:48em) {
              .modal-content {
              width: 100%; 
            }
            }
          
            .close {
              color: #020202;
              float: right;
              font-size: 28px;
              font-weight: bold;
            }
          
            .close:hover, .close:focus {
              color: #000;
              text-decoration: none;
              cursor: pointer;
            }

  /* hovers */

.hover-parent {
  background-size: cover;
  background-position: center;
  padding-bottom: 75%;
}

.hover-child {
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  justify-content: center;
  color: white;
  text-align: center;
  background-color: rgba(61,61,61,0.7);
  transition: 1s;
  display: flex;
  opacity: 0;
  transition: 1s;
  text-decoration: none;
}

.hover-parent:hover .hover-child{
  opacity: 1;
}

.hover-child.visible {
  opacity: 1;
}

.hover-child h2{
  color: white;
  text-transform: uppercase;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  font-weight: 200;
}


/* SWIPE BUTTON  */
.btn-hover {
  width: 200px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  margin: 20px;
  height: 55px;
  text-align:center;
  border: none;
  background-size: 300% 100%;

  border-radius: 50px;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:hover {
  background-position: 100% 0;
  moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}

.btn-hover:focus {
  outline: none;
}

.btn-hover.color-1 {
  background-image: linear-gradient(to right, #99614e, #d1c4b9, #d1beb9, #efe9e7);
  box-shadow: 0 4px 15px 0 rgba(177, 149, 139, 0.75);
}
/* end of swipe btn*/

.border-top {
  border-top: 2px solid #000;
}

.border {
  border: 40px solid rgba(0,0,0,0.7);
  box-shadow: inset 0px 0px 40px 40px rgba(0,0,0,0.7);
  
}

.border-all {
  border: 1px solid black;
}
.border-white-2 {
  border: 10px solid #32343F;
}

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

.border-bottom-red {
  border-bottom: 1px solid #ff5b14;
}
.border-1 {
  border: 1px solid #fff;
}
.border-t {
  border-top: 1px solid #fff;
}
.border-1b {
  border-bottom: 0.5px solid #fff;
}

.border-l {
  border-left: 2px solid #fff;
}
.border-b {
  border-bottom: 2px solid #fff;
}
.border-bdark {
  border-bottom: 2px solid #c2b0a1;
}
.border-btiny {
  border-bottom: 1px solid #000;
  padding-bottom: 3%;
}
.border-ldark {
  border-left: 2px solid #c2b0a1;
}
.border-red {
  border-bottom: 1px solid #ff5b14;
  padding-bottom: 1%;
}
.border-tiny {
  border: 0.5px solid #fff;
}
/* suggested additional styles 
- .button-inverted, .button-subtle, .button-lg  */

hr.wide {
  width: 8rem;
  margin: 2rem auto;
}

hr.wide-red {
  width: 3rem;
  color: #ff5b14;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1vh;
  background-color: #ff5b14;
}
hr.wide-white {
  width: 3rem;
  color: white;
  margin-top: 1rem;
  margin-bottom: 1rem;
  height: 1vh;
  background-color: white;
}

/* ------------ Header & Hamburger Menu -------------- */
header {
    /*padding: 0.5rem 1%;*/
    /*background-color: #0a0a0a;*/
    color: #fff;
    display: inline;
    /* padding: 0 0% 0% 3%;*/
     position: relative;
     z-index: 3;
}

header .border-bottom {
  border-bottom: 1px solid rgb(220,220,220);
}

nav a {
    padding: 0.25rem 0.5rem;
    display: inline-block;
    text-decoration: none;
    font-size: 1.15rem;
    letter-spacing: .1rem;
}
nav a:hover {
  color: #FF4D00;
}

.nav-header {
  position: fixed;
  z-index: 1000;
  overflow: hidden;
  transition: 0.5s;
  width: 100vw;
  top: 0;
}


.nav-header-hidden {
  -ms-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important; 
}

footer nav a {
  font-weight: 200;
  display: inline-block;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 0.3rem 0.75rem;
}

.logo {
  text-decoration: none;
  font-size: 2.5rem;
  max-width: 33%;
} 
.logo-footer {
  max-width: 65%;
}


/* Dropdown styles */

.dropdown { 
  position: relative; 
  display: inline-block;
  border: 1px solid orange;
}

.dropdown-title {
  padding: 0.25rem 0.5rem;
  display: inline-block;
}

.dropdown-content {
  position: absolute;
  top: 100%;
  left: -1rem;
  padding: 0.5rem;
  display:none; 
  background-color: white;
  z-index: 2;
  text-align: left;
  min-width: 10rem;
  border: 1px solid mediumvioletred;
}

.dropdown:hover .dropdown-content{ 
  display: block;
}

.dropdown-content a {
  display: block;
  padding: 0.2rem;
}

.hamburger-button {
    cursor: pointer;
    padding: 0.5rem;
    display: inline-block;
    font-weight: 200;
    font-size: 2.5rem;
    line-height: 0.8;
    position: fixed;
    right: 5%;
    top: 0rem;
    z-index: 21;
  }
  
  /*   BURGER MENU  */
.menu-p{
    position:absolute;
    bottom:-2rem;
  }
  
  .burger-button {
    position:fixed;
    top: 5vh;
    right: 2vh;
    z-index: 1001;
    padding: 8px;
  }

  @media (max-width:768px) {
    .burger-button {
     top:25px;
     right: 1vh;
     /*left:12px*/
    }
    .burger-button span {
     width:35px!important
       }
      }
  /*this is where you can chand the color of the buttons*/
  .burger-button span{
    width: 35px;
    border: 1px solid #ff5b14;
    background-color: #ff5b14;
    display: block;
    border-radius: 22px;
    transition: 2s;
    z-index: 21;
    transition-duration:.5s
}
@media (max-width:768px) {
 .burger-button.active span {
  border-color:#000;
  background-color:#000
 }
}
  .burger-button.active span{
    border-color: black;
    background-color:black;
  }
  
  .burger-top, .burger-bottom{
    position: absolute;
  }
  
  .burger-top{
    top: 1px;
  }
  
  .burger-bottom{
    bottom: 1px;
  }
  /* make sure this has the same top as the burger button has padding*/
  .burger-button.active .burger-top{
    position: absolute;
    top: 8px;
    transform: rotateZ(45deg);
  }
  
  .burger-button.active .burger-middle{
  /*   transform: rotateZ(270deg); */
    border-color: rgba(0,0,0,0);
    background-color:rgba(0,0,0,0);
  }
  
  /* make sure this has the same bottom as the burger button has padding*/
  
  .burger-button.active .burger-bottom{
    position: absolute;
    bottom: 8px;
    transform: rotateZ(-45deg);
  }
  
  .burger-menu {
    display:flex;
    position:fixed;
    top:-100vh;
    height: 100vh;
    width: 30vw;
    right: 0;
    bottom: 0;
    background-color:#dcdde3;
    padding:5px;
    box-shadow:0 2px 8px 0 rgba(0,0,0,.1);
    z-index:20;
    transition:1s;
    overflow-y:scroll;
    flex-direction:column
  }
  .burger-menu.active{
    top:0;
  }
  @keyframes menu-text {
    from {
     opacity:0
    }
    to {
     opacity:1
    }
   }
  .burger-menu a {
    text-decoration:none;
    font-size:1.2rem;
    font-weight:200;
    color:#000;
    letter-spacing:.1rem;
    display:block;
    padding:25px 4rem;
    text-align:left;
    white-space:nowrap;
    text-transform:uppercase;
    opacity:0;
    transition:opacity .5s linear .5s,color .1s
  }
  
  .burger-menu a.uppercase {
    text-transform:uppercase
   }
   .burger-menu.active a {
    transition:opacity 1s linear .5s,color .1s;
    opacity:1
   }
   .burger-menu a:hover {
    color:#fff
   }
   .img-60 {
    object-fit:contain;
    object-position:center
   }
   .burger-img {
    object-fit:cover;
    object-position:50% 25%;
    height:100vh;
    width:100vw;
    position:absolute;
    top:0;
    right:0;
    left:40%;
    bottom:0;
    z-index:-1;
    z-index:100;
    opacity:0;
    transition:all .5s;
    transition-delay:0
   }
   .burger-menu.active .burger-img {
    transition:all 2s;
    transition-delay:1s;
    opacity:1
   }
   .bg-black {
    background-color:#000!important
   }

   @media(max-width:64em) {
    .burger-menu {
      width: 40vw;
    }
   }
   @media (max-width:768px) {
    .burger-menu-links {
     margin-top:10px
    }
   }
   .burger-menu.active {
    opacity:1;
    pointer-events:auto;
   }
   @media (max-width:768px) {
    .burger-menu {
     width:100vw;
     left:0;
     right:0;
     transition:opacity;
     transition-duration:.5s;
     pointer-events:none
    }
    .burger-menu.active {
     left:0;
     right:0;
     opacity:1;
     pointer-events:auto
    }
   }
   .burger-menu-links a {
    text-decoration:none;
    text-decoration:none;
    color:#fff;
    text-transform:uppercase;
    font-weight:300;
    font-size:1rem;
    text-align:left;
    white-space:nowrap
   }
   .burger-menu-links a,
   .inline a,
   header nav a {
    display:inline-block;
    padding:2rem .8rem;
    font-size: 14px;
   }
   .burger-menu a:hover {
    color:#ede5e0
   }
/*   FINISH BURGER MENU   */

/* fade text */

.fade {
 -webkit-animation-name:fade;
 -webkit-animation-duration:1.5s;
 animation-name:fade;
 animation-duration:1.5s
}
@-webkit-keyframes fade {
 from {
  opacity:.4
 }
 to {
  opacity:1
 }
}
@keyframes fade {
 from {
  opacity:.4
 }
 to {
  opacity:1
 }
}
.fade-in-container>* {
 transition-property:opacity,filter;
 opacity:0
}
.fade-in {
 opacity:1;
 filter:blur(0px)!important
}



/* ------------ Blogging elements  ----------------------- */



/* Post Loop Item  */

.post-item {
  text-decoration: none;
}


/* Individual Elements */

.tag {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  opacity: 0.5;
  font-size: 0.8rem;
  margin-right: 0.4rem;
}

.post-info {
  font-size: 0.8rem;
  color: var(--medium-text);
}

/* Individual Blog Post Pages  */

.blog-content h1 {
  font-weight: 200;
  font-size: 2rem;
}

.blog-content p {
  line-height: 1.6;
}

.blog-content hr {
  border: none;
  border: 1px solid var(--medium);
}

.blog-title {
  font-size: 1rem;
}

/*new*/
.blog-content p {
  margin-bottom: 1.2rem;
}    

.blog-content a {
  border-bottom: 1px solid #ffffff;
} 

.blog-content a:hover {
  color: #ff5b14;
  border-bottom: 1px solid #ff5b14;
}   

.blog-content h3, .blog-content h4 {
  margin-bottom: 1rem;
  font-size: 1.7rem;
}   

.blog-content li {
padding-left: .5rem;
  text-indent: 0em;
  margin-bottom: 5px;
  list-style: inside;
  list-style-position: inside;
}

  .blog-content ul, .blog-content ol {
 margin-left: 1rem;
}

.blog-content li:last-child {
margin-bottom: 1.2rem;
}

.blog-content li:before {
padding-right: 5px;
}

/* Sidebar */
.sidebar-item {
  border: 2px solid var(--light);
  margin-bottom: 1rem;
  color: var(--medium-text);
}
.sidebar-item p {
  font-weight: 300;
}

.recent-posts-nav a{
  display: block;
  font-weight: 300;
}

/* Social Share Nav  */

.social-share a {
  padding: 0.25rem 0.5rem;
}

/* Miscelaneous elements  */

hr.short {
  border: 1px solid var(--dark-text);
  width: 2rem;
  margin: 1rem 0;
}

hr.short.center {
  margin:auto;
  margin: 1rem auto;
}

            
              
/* Responsive video */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container.vertical {
  padding-bottom: 162.25%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}



/*   ACODIONS  */

.mx-1100{
  /*max-width: 1100px; */
  width: 100%; 
  margin: 0 auto; 
  padding: 50px 15px;
}

.accordion-item {margin-bottom: 15px;}
.accordion-trigger {
  /*background-color: #FFFFFF;*/
  color: #201E22;
  cursor: pointer; 
  padding-top: 15px; 
  position: relative;
  font-size: 4.1rem;
}
.accordion-trigger::after{
  
  /*font-family: 'FontAwesome'; 
  content: "\f061"; */
  font-size: 2.1rem;
  color: #201E22;
  position: absolute; 
  right: 15px;
  transform: rotatez(0deg);
  transition: 1s;
  opacity: 0.5;
}
.accordion-trigger.accordion-open::after{
  transform: rotatez(45deg);
  /*content: "\f068";*/
}
.accordion-collapse {
  background-color: #FFFFFF; 
  color: #000; 
  display: none; 
  padding: 15px; 
}

/* arrow-button */
.plus-button {
  transform: rotatez(-45deg);
  transition: 1s;
}
.plus-button.active {
  transform: rotatez(0deg);
}
.plus-button::after {
  transform: rotatez(45deg);
}

/* book-button */
.book-button {
  transform: rotatez(0deg);
  transition: 1s;
  cursor: pointer;
}
.book-button.active {
  transform: rotatez(45deg);
}
.book-button::after {
  transform: rotatez(0deg);
}

/*heart-button */
.heart-button {
  cursor: pointer;
}

.heart-button.active {
  color: #994e4e;
  transition: 1s;
}


/*
.accordion__icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}


.accordion__icon .line-01,
.accordion__icon .line-02 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background-color: #272343;
  transition: 0.3s;
}

.accordion__icon .line-02 {
  transform: rotate(90deg);
}


.accordion--open > .accordion__title .line-02 {
  transform: rotate(0deg);
}
/* end Required CSS */

main .jumbotron{
  background-color: #000;
  padding: 1.5em 5em;
  color: #FFF;
}
main .jumbotron h1{
  font-size: 3em;
  margin: 0;
}
main .container{
  padding: 1.5em 5em;
}
@media (max-width: 480px){
  main{
    font-size: 12px;
  }
  main .jumbotron, main .container{
    padding: 1.5em 2em;
  }
}

/*  END of ACORDION  */

.highlight {
  background: linear-gradient(180deg,rgba(255,255,255,0) 50%, rgba(255, 77, 0, 0.2) 50%);
  width: 70%;
}

/*GRID MENU*/
.grid1 {
  --gap: 10px;
  --bg-color: teal;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--gap);
  padding: var(--gap);
  min-height: 100vh;
  position: relative;
  background: #080b11;
  color: #fff;
}

.grid__item {
  background-color: var(--bg-color);
  background-image: url('/images/house-1.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  min-height: 160px;

  display: flex;
  align-items: flex-end;
  padding: calc(var(--gap) * 1.5);
  position: relative;
  cursor: pointer;
  overflow: hidden;
  font-size: 1.1rem;
  font-weight: 600;
  text-shadow: 1px 1px 1px rgb(0 0 0 / 0.5);
  transition: filter 0.3s ease-out;
  z-index: 1;
}

.grid__item::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0) 5%, rgba(0 0 0 / 0.8));
  backdrop-filter: blur(6px);
  transition: all 0.4s ease-out;
  z-index: -1;
  backdrop-filter: blur(6px);
  transform-origin: center;
}

.grid__item:hover {
  filter: brightness(1.2);
}

.grid__item:hover::after {
  opacity: 1;
  transform: scale(1.1);
}

.grid__item:nth-of-type(1) {
  grid-column: 1/3;
}

.grid__item:nth-of-type(2) {
  grid-column: 3/5;
  grid-row: 1/3;
}

.grid__item:nth-of-type(4) {
  grid-column: 2/3;
  grid-row: 2/5;
}

@media screen and (max-width: 840px) {
  .grid {
    height: auto;
    grid-template-columns: repeat(2, 1fr);
  }
  .grid__item {
    min-height: auto;
    aspect-ratio: 1 / 1;
    width: 100%;
  }

  .grid__item:nth-of-type(1) {
    grid-column: auto;
  }

  .grid__item:nth-of-type(2) {
    grid-column: auto;
    grid-row: auto;
  }

  .grid__item:nth-of-type(4) {
    grid-column: auto;
    grid-row: auto;
  }
}
/* enf of grid menu*/






/* ------------ Responsive Styles ----------------------- */

@media(min-width:1025px) {
  .hide1025 { display: none;}
}
@media(min-width:1440px) {
  .hide1025 { display: block;}
}

/* General CSS Responsive Styles (Apply everywhere unless overriden) */ 

.show-xs, 
.show-sm,
.show-md,
.hide-3,
.show-flex  {
	display: none; 
}

.inline p img{ 
  display: inline-block;
}

/* ------- MD Media Query (64em / 1024px) --------------- */ 
/* - Styles added here will apply at devices smaller than 576px, or zoomed in equivalent */ 

@media(max-width:64em) {

	.show-md { display: block; }
	.hide-md { display: none;  }
  .show-flex  { display: flex;  }

  .md-padded-0 { padding: 0; }
  .md-padded-2 { padding: 2%; }
  .md-padded-l2    { padding-left: 2%; }
  .md-padded-lr  { padding-left: 5%; padding-right: 5%; }

  .md-mt-0 { margin-top: 0; }
  .md-mt-m2 { margin-top: -2rem; }
  .md-mt-2 { margin-top: 2rem; }
  .md-mt-5 { margin-top: 5rem; }
  .md-mt15 { margin-top: 15%; }
  .md-mb-0 { margin-bottom: 0; }
  .md-mb    { margin-bottom: 5%; }
  .md-ml-2   { margin-left: 2rem; }
  .md-margin-bm3  { margin-bottom: -3rem; }

  .md-tall-50  {  min-height: 50vh;  }
  .md-tall-65  {  min-height: 65vh;  }
  .md-tall-70  {  min-height: 70vh;  }

  .bg-formula  { min-height: 50vh;   }
  .banner {
    background-attachment: initial;
    background-position: 0% 50%;
  }

  .md-w75   {  max-width: 75%;  }

  .col-1    {  flex-basis: 20%; }
  .bg-overlay1::before {
    width: 80%;
  }

  .md-col-one-half {
    flex-basis: 50%;
    max-width: 50%;
  }
  .blog-title {
    font-size: 0.9rem;
  }

  .slick-dots {
    bottom: 15px;
  }

}

/* ------- SM Media Query (48em / 768px) --------------- */ 
/* - Styles added here will apply at devices smaller than 768px, or zoomed in equivalent */ 


@media(max-width:48em) {

	.show-sm { display: block; }
	.hide-sm { display: none;  }
  .hide-3  { display: flex;  }
  .sm-block     { display: block;}

  .sm-text-center { text-align: center; }
  .sm-text-left   { text-align: left; }
  .sm-text-right  { text-align: right; }

  .sm-text-bold { font-weight: 500; }

  .sm-padded     { padding: 5%; }
  .sm-padded-2     { padding: 2%; }
  .sm-padded-3     { padding: 3%; }
  .sm-padded-4     { padding: 4%; }
  .sm-padded1     { padding: 1%; }
  .sm-padded10     { padding: 10%; }
  .sm-padded-1   { padding: 1rem; }
  .sm-padded-3   { padding: 3rem; }
  .sm-padded-05  { padding: 0.5rem; }

  .sm-padded-l2    { padding-left: 2%; }
  .sm-padded-l0    { padding-left: 0; }

  .sm-padded-0 { padding: 0; }
  .sm-padded-t-0 { padding-top: 0; }
  .sm-padded-t-2    { padding-top: 2%; }
  .sm-padded-t-10    { padding-top: 10%; }
  .sm-padded-b-0 { padding-bottom: 0; }
  .sm-padded-l10  { padding-left: 10%; }
  .sm-margin-t-0 { margin-top: 0; }
  .sm-margin-t-2 { margin-top: 2%; }
  .sm-margin-t { margin-top: 5%; }
  .sm-margin-b-0 { margin-bottom: 0; }
  .sm-margin-m5  { margin-top: -5rem; }
  .sm-mt10     { margin-top: 10%; }
  .sm-mt1    { margin-top: 1rem; }
  .sm-ml     { margin-left: 5%; }
  .sm-ml-2   { margin-left: 2rem; }
  .sm-mb    { margin-bottom: 5%; }
  .sm-mb2    { margin-bottom: 2%; }
  .sm-mt    { margin-top: 5%; }
  .sm-margin-t-10 { margin-top: 10%; }
  .sm-mt-20 { margin-top: 20%; }

  .mob-margin-3 {  margin: 3%;  }
  .mob-m-tm2    {  margin-top: -2rem; }
  .mob-m-tm3    {  margin-top: -3rem; }

  .sm-landscape     { padding-bottom: 66% ; }
  .sm-portrait-tall { padding-bottom: 175%; }
  .sm-portrait      { padding-bottom: 125%; }
  .sm-square        { padding-bottom: 100%; }

  .flex-flip-sm { flex-direction: column-reverse; }

  h1   {  font-size: 1.4rem; }
  h2   {  font-size: 1.4rem; }
  h3   {  font-size: 2rem; }
  h4   {  font-size: 1.2rem; }
  h5   {  font-size: 1.3rem;}

  p, li {
    font-size: 1rem;
    line-height: 1.3; 
  }

  .bigger {  font-size: 1.2rem; }

  .blog-content h1 {   font-size: 2rem;  }
  .blog-title {
    margin-bottom: 0.5rem;
  }
  .large-title {
    font-size: 3rem;
  }

  .big-bold     {  font-size: 55px; }
  .orange-bold  {  font-size: 75px; }
  .huge         {  font-size: 1.4rem;  }

  .less {    font-size: 1.3rem;    }
  .text-md { font-size: 1.5rem;}
  .text-xl { font-size: 2.5rem;}
  .text-lg { font-size: .9rem;}
  .text-sm { font-size: 1.1rem;}

  .sm-text { font-size: 1.5rem;}
  .sm-text-lg { font-size: 1.7rem;}
  .inline a { padding: 1.5rem 0.3rem;  }

  .logo          {  max-width: 70%;  }

  .sm-tall-26    {  min-height: 26vh ;}
  .sm-tall-35    {  min-height: 35vh ;}
  .sm-tall-50    {  min-height: 50vh ;}
  .sm-tall-60    {  min-height: 60vh ;}
  .sm-tall-70    {  min-height: 70vh ;}
  .sm-tall-66    {  min-height: 65vh ;}
  .sm-tall-80    {  min-height: 80vh ;}

  .sm-width80   {  max-width: 80%;  }
  .sm-width100   {  max-width: 100%;  }
  .sm-w100   {  width: 100%;  }
  .sm-w75   {  width: 75%;  }

  .sm-col-full-width {
    flex-basis: 100%;
    max-width: 100%;
  }

  .bg-overlay1::before {
    width: 100%;
  }

  .burger-menu { height: 100vh;  }
  .border_img {
    object-fit: cover;
    object-position: center;
    height: 50vh;
    width: 98%;
    border: 2px solid #000;
  }

  .button {  height: 70px;  }

  .icon {  max-width: 27%; }
  .icon-sber {  max-width: 27%; }
  .icon-5 {  max-width: 7%; }

  .huge-big { font-size: 150px; }

  .top-tag { padding: .3rem; }
  .top-tag-2 { padding: .3rem; }

  .css-slideshow img {
    box-shadow: 0 0 2px #666;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 55vh;
    border: 2px solid #000;
  }

  .css-slideshow {
    margin-top: 5em;
  }

  .slider-container {
    padding: 0;
  }

  .btn-border {
    font-size: 0.9rem;
    width: 100%;
  }

  .accordion-trigger {
    padding-left: 0;
  }

  .fix {   
    right: 12rem; 
    bottom: 1rem;
   }

  .mob-horizontal-scroll {
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: auto;
  }
  .slider-item p {
    font-size: 1rem;
  }

  .border-1-mob {
    margin: 0.5rem 0rem !important;
  }

  .bg-formula {
    min-height: 35vh;
  }
  .bg-gallery {
    max-width: 100%;
    height: 30vh;
    min-height: 0;
  }

  .slick-prev {
    top: 95%;
    left: 57px;
  }
  .slick-next {
    top: 95%;
    right: 57px;
  }

  .slick-dots {
    bottom: -15px;
  }
  
  .bg-formula-grey {
    min-height: 33vh;
  }


.content {
  width: 100%;
  padding: 0 25px 0 0;
}

.icon-main {
  object-fit: contain;
  object-position: center;
  height: auto;
}

.card-3 {
  padding: 1rem;
}

.bg-banner {
  min-height: 50vh;
}
.white-button-house {
  width: 100%
}
.green-button-house {
  width: 100%
}

.red-button {
  width: 100%
}

.wa { 
  right: 25px;
}
.tg { 
  right: 25px;
}
.tel { 
  right: 25px;
}

.btn-stress {
  border-bottom: 2px solid #ff5b14;
}

.slick-dots li {
  width: 15px;
  height: 15px;
}

}

.img-box {
  object-fit: cover;
  object-position: center;
  height: 60vh;
  width: 75%;
  border: 2px solid black;
  margin-bottom: -10rem;
}

.box-1 {
  position: absolute;
width: 839px;
height: 375px;
left: 60px;
top: 212px;
}

.box-2 {
  position: absolute;
  left: 44%;
top: 90%;
  width: 26vw;
padding: 1rem 1rem;
border: 0.5px solid #FFFFFF;
}

.box-3 {
  position: absolute;
width: 278.61px;
height: 186px;
left: 1065px;
top: 186px;
}

.box-4 {
  position: absolute;
width: 319.06px;
height: 213px;
left: 60px;
top: 620px;
}

.box-5 {
  position: absolute;
width: 489px;
height: 110px;
left: 322px;
top: 620px;
}

.box-6 {
  position: absolute;
width: 239.67px;
height: 160px;
left: 691px;
top: 412px;
}

.box-7 {
  position: absolute;
width: 584.57px;
height: 390.26px;
left: 864.48px;
top: 404.37px;
}

/* SMETA FORM  */

.smeta option {
  margin-bottom: .9rem;
  font-size: 1rem;
  border-bottom: 1px solid;
  padding: 1%;
}

.smeta select {
  padding: 2%;
  width: 100%;
  padding-bottom: 25%;
  background-color: #32343f;
  color: white;
  margin-top: 5%;
}

select:focus {
  outline: 0.15em solid #ff5b14;
  box-shadow: 0 0 0.2em #ff5b14;
}

option:hover {
  background: #ff5b14;
  color: white;
}

select[multiple]:focus option:checked {
  background: #ff5b14 linear-gradient(0deg, #ff5b14  0%, #ff5b14 100%);
}


/* ------- XS Media Query (36em / 576px) --------------- */ 
/* - Styles added here will apply at devices smaller than 576px, or zoomed in equivalent */ 

@media(max-width:36em) {

		.show-xs { display: block; }
		.hide-xs { display: none;  }

    .subtle-heading-xs {
      font-weight: 300;
    }

    p, li {
      font-size: 1rem;
      line-height: 1.1; 
    }

    .xs-mt-m5 { margin-top: -5rem;}
    
}