/*
Theme Name: BobinStroy
Version: 0
*/

/* Global */
:root {
    --skyblue: #1F9FFB;
    --softorange: #FFA800;
}

html {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100%;
}
.btn {
  width: 100%;
  max-width: 341px;
  font-size: 16px;
  background: transparent;
  height: 65px;
  border-radius: 32px;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px auto;
}
a:hover{
  text-decoration: none;
}
.btn-default {
  background: #fff;
  border: 0;
  font-size: 16px;
}
.btn-phone {
  font-size: 29px;
  font-weight: 600;
  margin: auto;
}
.btn-blue-border {
  border-color: var(--skyblue);
  color: var(--skyblue);
}
.btn-white-color {
  border: none;
  background: #fff;
  color: inherit;
}

.card.glass {
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: rgba(255,255,255,.8);
  padding: 43px 40px 23px;
}

/* Header */
.hat {
  background: linear-gradient(180deg, #FFA800 0%, #FFAA29 100%);
  position: relative;
}
.hat .losung {
  padding-top: 15px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
}
.hat .logo a {
  font-weight: 900;
  font-size: 14vw;
  line-height: 1.4;
  color: #FFFFFF;
}
.hat .logo a:hover {
  text-decoration: none;
}
.hat .logo strong {
  color:#000;
}

.hat .icons{
  width: 130px;
  height: 80px;
  justify-content: space-around;
  align-items: center;
}

.hat hr.whiteline {
  border: none;
  border-bottom: #FFAA29 1px solid;
  background: #fff;
  height: 2px;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#face {
  height: 0;
  padding: 0 0 35.21% 0;
  position: relative;
}
#face .image {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url(img/face.jpg);
  background-position: center;
  background-size: cover;
}
#face .container a {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 1em 0 1em 2em;
}



/* Main Page */

.allheader {
  margin-top: 25px;
  color: var(--softorange);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 38px;
  line-height: 45px;
}
.section-title {
  color: var(--skyblue);
  font-weight: 900;
  font-size: 29px;
  line-height: 34px;
  text-transform: uppercase;
}
section.color .section-title {
  color: inherit;
}

section .container p {
  font-weight: 300;
  font-size: 24px;
  line-height: 28px;
}

#finishing {
  margin-bottom: 50px;
}
#testimonials {
  margin-bottom: 50px;
}
#testimonials .header {
  padding: 10px 0;
  border: none;
  border-top: 2px solid #C4C4C4;
  border-bottom: 2px solid #C4C4C4;
}
#testimonials .header .box {
  background: url(img/face.jpg);
  background-size: 250%;
  background-position: top;
  z-index: -1;
  position: relative;
}
#testimonials .header .box #fit {
  color: #000;
  background: #fff;
  mix-blend-mode: lighten;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 14.7vw;
  line-height: 14.7vw;
  text-align: center;
  display: inline-block;
  width: 100%;
}
#testimonials h3 {
  margin-top: 30px;
  font-size: 33px;
  line-height: 39px;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  color: #AFCDCF;
}

.finishing-slider.owl-carousel,
.construction-slider.owl-carousel {
  width: 90%;
  overflow: visible;
}
.finishing-slider.owl-carousel .owl-stage-outer,
.construction-slider.owl-carousel .owl-stage-outer {
  overflow: visible;
}

#testimonials .owl-nav {
  display: block;
  position: absolute;
  top: 50%;
  height: 0;
  left: -35px;
  right: -35px;
}
#testimonials .owl-nav button {
  position: relative;
  top: -22px;
  height: 44px;
  width: 26px;
  background: url(img/icon/arrow_right.svg);
  color: transparent;
}
#testimonials .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
#testimonials .owl-nav button.owl-next {
  float: right;
}
#testimonials .owl-nav button.disabled {
  opacity: .3;
}

/* Footer */

footer .hat .alter-phone a {
  color: black;
}
footer .hat .alter-phone .phone a {
  color: #fff;
}


#assembly {
  margin: 78px -100px 20px;
  padding: 100px 0 0;
  transform: rotate(-8deg);
  background: #8CD2D7;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#assembly .image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0px;
  left: 50%;
  transform: rotate(22deg);
}

#assembly .image .pict {
  position: relative;
  background: #cdb38f;
  width: 132%;
  height: 148%;
  overflow: hidden;
  top: -17%;
}
#assembly .image .pict:before {
  content: "";
  position: absolute;
  bottom: 11%;
  left: -13%;
  width: 85%;
  height: 81%;
  background: url(img/1.png) 0 0 repeat;
  transform: rotate(-14deg);
  background-size: cover;
}
#assembly h2.section-title {
  font-size: 13.5vw;
  line-height: 1.2;
}
#assembly .col-lg-5 {
  position: initial;
}
#assembly .container {
  transform: rotate(8deg);
}
#assembly .container .btn {
  color: #42797C;
  position: absolute;
  bottom: 50vw;
}
#assembly .image-phone {
  background: url(img/1_1.png) bottom;
  height: 114vw;
  background-size: cover;
  margin: 10vw -15px -12vw -6vw;
}

#roofing {
  background: url(img/3.png);
  background-size: cover;
  background-position: center;
  padding: 90px 0;
  margin-top: -40px;
}
#roofing .btn,
#roofing h2.section-title {
  color: #C93507;
  text-align: right;
}
#roofing h2.section-title {
  font-size: 13.5vw;
  line-height: 1.2;
}
#installation {
  padding: 35px 0 80px;
  background:  url(img/5.png);
  background-size: cover;
}
#installation .section-title{
  font-size: 13.5vw;
  line-height: 1.2;
  text-align: center;
  color: #1C384B;
}
.gallery{
  margin: inherit!important;
}






/* Responsive */

@media (max-width: 575.92px) {
  #assembly .container {
    transform: rotate(8deg);
    max-width: 100vw;
    left: -9px;
    position: relative;
  }
  #installation .section-title {
    font-size: 12vw;
  }
  .gallery-item{
    width: 100%!important;
  }
  section .container p {
    font-weight: 400;
    font-size: 18px;
    /* line-height: 28px; */
}
.card.glass{
  padding: 5px 0 23px;
}
}
@media (min-width: 576px) {
  .hat .logo a {
    font-size: 12vw;
    line-height: 1.4;
  }
  #roofing h2.section-title,
  #installation h2.section-title,
  #assembly h2.section-title {
    font-size: 66px;
    line-height: 1.2;
  }
  #testimonials .header .box #fit {
    font-size: 5.2em;
    line-height: 1;
  }
}
@media (min-width: 768px) {
  .hat .logo a {
    font-size: 10vw;
    line-height: 1.2;
  }
  #roofing h2.section-title,
  #installation h2.section-title,
  #assembly h2.section-title {
    font-size: 66px;
    line-height: 1.2;
  }
  #testimonials .header .box #fit {
    font-size: 7em;
    line-height: 1.02;
  }
}
@media (min-width: 992px) {

  .hat .logo a {
    font-size: 8vw;
    line-height: 1.2;
  }

  #roofing h2.section-title,
  #installation h2.section-title,
  #assembly h2.section-title {
    font-size: 73px;
    line-height: 86px;
  }

  .allheader {
    font-size: 79px;
    line-height: 93px;
  }

  #testimonials .header .box {
    background-size: cover;
  }
  #testimonials .header .box #fit {
    font-size: 5em;
    line-height: 1.05;
  }
  #testimonials h3 {
    font-size: 40px;
    line-height: 47px;
  }
  .works-slider {
    display: flex;
    flex-wrap: wrap-reverse;
    max-width: 100%;
  }
  .works-slider {
    justify-content: center;
  }
  .works-slider>div {
    width: 33.332%;
  }
  .works-slider>div img {
    width: 100%;
    height: auto;
    transform: scale(.98);
  }

}
@media (min-width: 1200px) {
  #finishing {
    margin-bottom: 90px;
  }

  #assembly .container .btn {

    position: relative;
    bottom: auto;
  }
  .hat .losung {
    padding-top: 0;
  }
  .hat .btn {
    min-width: 341px;
  }
  .hat {
    padding: 21px 0 17px;
  }
  .hat .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .hat .losung {
    color: #000;
  }
  .hat .logo a {
    font-size: 5vw;
  }
  #finishing .section-title {
    font-size: 73px;
    line-height: 86px;
  }
  #testimonials {
    margin-bottom: 100px;
  }
  #testimonials .header {
    margin-bottom: 40px;
  }
  #testimonials .header .box #fit {
    font-size: 6em;
    line-height: 1.05;
  }
  #construction .section-title {
    font-size: 73px;
    line-height: 86px;
  }
  #assembly {
    padding-bottom: 100px;
  }
  footer .hat .alter-phone {
    width: 341px;
  }
}
@media (min-width: 1420px) {
  .hat .logo a {
    font-size: 88px;
  }
  .container {
    width: 100%;
    max-width: 1360px;
  }
  #testimonials .header .box #fit {
    font-size: 7.19em;
    line-height: 1.05;
  }
}
