@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Golos+Text&display=swap');

:root{
  /* --primary:#1c1c1d; */
  --primary:#0c0c0c;
  /* --secondary:#caa05c; */
  --secondary:#d5542d;
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-brands-400.woff2") format("woff2");
  font-display: swap;
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}


.primary-bg{
  background-color: var(--primary);
}

.primary-color{
  color: var(--primary);
}

.secondary-bg{
  background-color: var(--secondary);
}

.secondary-color{
  color: var(--secondary);
}

body{
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#4e5255;

  font-size: 18px;
}

h1,h2,h3,h4,h5,h6{
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul{
  margin: 0;
  padding: 0;
  list-style: none;
}

a{
  text-decoration: none;
}

.top-bar-wrapper ul li a{
    font-size: 15px;
}
header{
  background-color: rgba(0, 0, 0, 0.58);
  z-index: 2;
}

a.secondary-bg{
    font-size:14px;
}

.banner-wrapper {
  height: 600px;
}



.banner-header {
  opacity: 0;
  transition: opacity .3s ease;
}
.carousel-item.active .banner-header {
  opacity: 1;
}


.video-wrapper {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  top: -4.3rem;
  z-index: 1;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0,0.1);
  pointer-events: none;
  z-index: 1;
}

.nav-link{
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  padding-left: 1rem !important;
}

.nav-link:focus,
.nav-link:hover {
  color: #fff;
}

.nav-link.active {
  color: #fba76b;
}

.form-wrapper{
  top: 14rem;
  left: 7rem;
  z-index: 3;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 1px solid var(--secondary);
}

.form-control,
.form-select {
  background-color: rgba(255, 255, 255, 0.3);
}

.btn-primary{
  border-color: transparent;
}

.banner-header{
  bottom: 4rem;
  right: 7rem;
  z-index: 3;
  width: 54%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.58);
  border: 1px solid #fff;
}

.services-wrapper{
  background-image: url('../images/wel-bg.png');
  background-color: rgba(246, 246, 246, 0.5);
  background-blend-mode: overlay;
  background-size: cover;
  background-position: bottom left;
}

.ser-inner-wrap,.who-we-image{
  border-radius: 24px;
}

.ser-wrap-out{
  border-bottom: 1px solid var(--secondary);
}

.who-we-are-wrapper{
  background: url(../images/who-we.jpg) center center / cover no-repeat;
  background-attachment: fixed;
    
}

.start-list li{
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
}

.mid-bar-wrapper{
  background-color: #f2f2f2;
}

.how-we-wrok-wrapper{
  background:linear-gradient(rgba(242, 242, 242, 0.4), rgba(242, 242, 242, 0.4)), url(../images/how-we-wrok.png) center center / cover no-repeat;
}

.maxcell-one{
  margin-top: 2rem;
}

.maxcell-two{
  margin-top: 3.5rem;
}

.maxcell-three{
  margin-top: 5rem;
}

.booking-wrapper{
  background: url(../images/kitchen.jpg) center center / cover no-repeat;
}

.book-appointment{
  border-top-left-radius: 25%;
  border-top-right-radius:25% ;
  border: 15px solid #fff;
}

.project-wrapper,.testimonials-wrapper{
  background-color: #f1f1f1;
}

.gallery-image{
  border: 10px solid #fff;
}

.why-icon{
  width: 65px;
}

/*.experience-wrapper {
  position: absolute;
  top: 14rem;
  left: 10rem;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  border: 6px solid #fff;
  border-radius: 50%;
}*/

.test-image {
  width: 80px !important;
}

.testimonial-item{
  background-color: #fff;
}

.testimonials-client-image{
  bottom: 5rem;
  right: 2rem;
}

.owl-nav{
  text-align: center;
  margin-top: 0.5rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  background: var(--secondary);
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
  color: #fff;
  width: 50px;
  height: 50px;
  margin-right: 2px;
  font-size: 34px;
  line-height: 35px;
}

footer{
  background: 
    linear-gradient(to bottom, rgba(0, 0, 0, 0.68), rgba(0, 0, 0, 0.68)),
    url('../images/footer.jpg') center center / cover no-repeat;
}

.footer-list li{
  margin-bottom: 8px;
}

.footer-list li::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f061';
  color: var(--secondary);
  margin-right: 7px;
}

.copy-right-wrapper{
  border-top: 1px solid #fff;
}

.mobile-icon {
  display: block;
}

.mobile-icon .mobile {
  display: none;
}

.mobile-icon .email {
  display: block;
}

.mobile-icon .material-button-anim {
  position: fixed;
  bottom: -1%;
  left: 0;
  padding: 16px;
  text-align: center;
  max-width: 320px;
  z-index: 99;
}

.material-button {
  position: relative;
  top: 0;
  z-index: 1;
  width: 70px;
  height: 70px;
  font-size: 1.5em;
  color: #fff;
  background: var(--primary);
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .275);
  outline: none;
}

.material-button-toggle {
  z-index: 3;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  text-align: center;
  line-height: 30px;
}

.material-button-toggle::before {
  content: 'Call Us';
  position: absolute;
  top: 9px;
  left: 43px;
  background: var(--primary);
  width: 100px;
  font-size: 1rem;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.top-max-call {
  position: absolute;
  top: 12px;
  left: 5px;
}

.banner-cover {
  padding: 8rem 0;
}

.about-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/mid-bar.webp') bottom center /cover no-repeat;
}

.services-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/b2.webp') bottom center /cover no-repeat;
}

.gallery-cover {
  background: linear-gradient(to bottom, rgba(1, 15, 52, 0.70), rgba(1, 15, 52, 0.70)),
    url('../images/b1.webp') bottom center /cover no-repeat;
}

.banner-inner {
  display: flex;
  justify-content: space-between;
}

.tel-btn {
  background-color: var(--primary);
  border: 1px solid #fff;
  border-radius: 25px;
  padding: 0.5rem 3rem;
}

@keyframes bounce {
  0% {
    margin-top: 0;
  }

  50% {
    margin-top: -15px;
    margin-bottom: 15px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes roket-roket-circle-anim {
  0% {
    transform: rotate(0deg) scale(1) skew(0deg);
    opacity: 0.1;
  }

  30% {
    transform: rotate(0deg) scale(1.25) skew(0deg);
    opacity: 0.25;
  }

  100% {
    transform: rotate(0deg) scale(1.5) skew(0deg);
    opacity: 0;
  }
}

.material-button-toggle:not(:hover):not(:focus):not(:active) {
  transition: .25s !important;
  animation: 2.25s bounce infinite !important;
}

.material-anim {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
}

.material-anim.one {
  -webkit-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.2s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.material-anim.two {
  position: relative;
  border: 2px solid #649831 !important;
  opacity: 0.1 !important;
  background: none !important;
  -webkit-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -moz-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -ms-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -o-animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  animation: roket-roket-circle-anim 1.9s infinite ease-in-out !important;
  -webkit-transition: all 0.5s !important;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

.top-btn {
  all: unset;
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  transform: scale(1.8);
  opacity: 1;
  transition: .3s;
  background: var(--secondary) !important;
  border: 1px solid #fff;
  width: 25px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  z-index: 999;
}

.top-btn:hover {
  border-radius: 25px;
  border: 1px solid #fff;
}

.services-wrap-list {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 1, 0.1);
}

.services-heading {
  background: url(../images/shape-bg.jpg) no-repeat center center / cover;
}

.ser-listing-pack {
  margin-left: 12%;
}

.ser-listing-pack li::before {
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  content: '\f058';
  color: var(--secondary);
  margin-right: 7px;
}

.stat-bg{
  background-color: #4e5255;
}

.logo-image{
  position: absolute;
    top: -4.4rem;
    left: 0;
}

.why-choose-list p,.text-size{
  font-size: 18px;
}

/* about-us-section  */


.about-cover-wrapper{
  background: url(../images/about-bg.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.contact-cover-wrapper {
  background: url(../images/contact-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.services-cover-wrapper {
  background: url(../images/services-bg.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.project-cover-wrapper {
  background: url(../images/gallery-bg.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.paint-cover-wrapper {
  background: url(../images/paint-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}


.floor-cover-wrapper {
  background: url(../images/floor-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.timber-cover-wrapper {
  background: url(../images/timber-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.door-cover-wrapper {
  background: url(../images/door-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}

.wall-cover-wrapper {
  background: url(../images/wall-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}


.paving-cover-wrapper {
  background: url(../images/paving-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}


.deck-cover-wrapper {
  background: url(../images/deck-cover.jpg) center center / cover no-repeat;
  height: auto;
  background-size: cover;
}


.about-cover-inner {
  padding: 8% 0;
}

.banenr-title {
  background-color: rgba(0, 0, 0, 0.58);
  padding: 1rem 2rem;
}

.about-section,
.services-listing-wrapper {
  background: url(../images/kitchen.jpg) center center / cover no-repeat;
}

.well-known {
  background: url(../images/abt-mid.jpg) bottom center / cover no-repeat;
  background-attachment: fixed;
}

.mid-content-ops {
  background: #fff;
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}

.ser-image-icon {
  width: 55px;
}

.services-details {
  border: 1px solid var(--secondary);
}

.ser-image,
.services-details {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 1, 0.1);
  border-radius: 24px;
}

/* about-us-section  */

.services-list-out,.benifits-list,.sub-child{
    margin-left:25px;
}

.services-list-out li{
    list-style:decimal;
    margin-bottom:5px;
}

.benifits-list{
     list-style:disc !important;
}

.services-list-name{
    padding: 1rem 0;
}

.ser-list-check li::before {
  content: "\27A4"; 
  color: #fff; 
  margin-right: 8px; 
  font-size: 1em; 
  line-height: 1.2; 
}

.sub-child{
    margin-bottom:15px;
}

.services-list-out  .sub-child li{
    list-style:disc !important;
    margin-bottom:5px !important;
}

.floor-image{
    width:200px;
}

.experience-wrapper {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 10rem;
  height: 10rem;
  padding: 2rem;
  border: 6px solid #fff;
  border-radius: 50%;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  background: #d5542d;
    background-image: none;
}

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease;
}

.carousel-caption{
    bottom: 4rem;
  right: 7rem;
  z-index: 3;
  width: 61%;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.58);
  border: 1px solid #fff;
  left: auto;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background: rgba(0,0,0,0.6);
  }
  
  .dropdown-item {
  color: #fff;
}

@media(max-width:768px){
  .hide-me{
    display: none !important;
  }

  header{
    background-color: #ffff !important;
  }

  .banner-wrapper {
    height: auto;
  }

  .banner-video{
    width: 100% !important;
    height: auto !important;
  }

  .video-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    top: 0;
    z-index: 1;
  }

  header {
    background-color: transparent;
  }

  .logo-head{
    font-size: 2rem;
  }

  .navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: box-shadow .15s ease-in-out;
    background: var(--primary);
    width: 107%;
    margin-left: -0.8rem;
    margin-right: -0.8rem;
    margin-bottom: -0.8rem;
  }

  .form-wrapper {
    top: auto;
    left: auto;
    z-index: 3;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid var(--secondary);
    position: static !important;
  }

    .navbar-collapse {
      flex-basis: 100%;
      flex-grow: 1;
      align-items: center;
      background: var(--secondary);
      text-align: center;
      margin-top: 1rem;
    }
    
    .logo-image {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 25%;
}
}