/*
    Theme Name: BYGG
    Author:  Buildahome
    Author URL: buildahome.se
    Description: ---- 2022.
    Document   : Framework
    Created on :  January 13th 2022, 10.00 am
*/

html {
  scroll-behavior: smooth;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  font-size: 100%;
/*   font-family: 'Antic Didone', serif; */
	font-family: 'Poppins', sans-serif;
  color: #fff;
  background: #000;
  margin: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-text-size-adjust: none;
  font-weight: normal;
  overflow-x: hidden;
}

::placeholder {
/*   font-family: 'Antic Didone', serif; */
	font-family: 'Poppins', sans-serif;
  color: rgba(0, 0, 0, 0.66);
  font-weight: 500;
  font-size: 1em;
}

.clear {
  clear: both;
  font-size: 0px;
  line-height: 0px;
  height: 0px;
  margin: 0px;
  padding: 0px;
}

:focus {
  outline: 0;
}

a,
a:link,
a:visited {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #f7a40a;
  text-transform: uppercase;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;

}

a:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

img {
  border: none;
  max-width: 100%;
}

ul,
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

h1 {
  color: #fff;
  font-size: 7em;
  line-height: 0.9;
  font-weight: normal;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
/*   font-family: 'Antic Didone', serif; */
	font-family: 'Poppins', sans-serif;
}

p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 1.3em;
  color: #000;
  font-weight: normal;
/*   font-family: 'Antic Didone', serif; */
	 font-family: 'Poppins', sans-serif;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  color: #fff;
  font-size: 3em;
  line-height: 1.1;
/*   font-family: 'Antic Didone', serif; */
}

h3 {
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #000;
  font-size: 4em;
  line-height: 0.9;
/*   font-family: 'Antic Didone', serif; */
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: 500;
/*   font-family: 'Antic Didone', serif; */
  color: #000;
  font-size: 1.2em;
  line-height: 1;
}

h5 {
  margin: 0;
  padding: 0;
  font-weight: 500;
/*   font-family: 'Antic Didone', serif; */
  color: #000;
  font-size: 1.5em;
  line-height: 1.1;
}

h6 {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  font-style: italic;
  color: #000;
  font-size: 3em;
  line-height: 1.2;
}



.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
  content: " ";
  display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
  clear: both;
}

.outer {
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
   overflow-x: hidden; 
  background: #000;
}

.container {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}

.flex_dir {
  display: flex;
}

.banner {
  background: url(../img/banner.jpg ) no-repeat center center/cover;
  height: 100vh;
  /* min-height: 960px; */
  display: flex;
  justify-content: center;
  align-items: center;
	margin: 70px 0 0 0;



}

.banner_text {
  text-align: center;
  padding: 25em 0 0 0;
}

.about {
  width: 100%;
  padding: 3rem  0 2rem 0;
  position: relative;
  overflow: hidden;
}

.about h2 {
  max-width: 850px;
}

.about::after {
  content: url(../img/black-logo.png);
  position: absolute;
  bottom: -158px;
  right: 87px;

}

a.line {
  margin: 5rem 0 0 0;
  display: inline-block;
  position: relative;
}

a.line::after {

  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #f7a40a;
  transition: width .3s;
}

a.line:hover::after {
  width: 100%;
}

.contact-btn-sec {
  width: 100%;
  background: url(../img/contact-btn-banner.jpg) no-repeat center center/cover;
  height: 70vh;
  position: relative;
}

a.kontact {
  position: absolute;
  top: -23px;
  right: 160px;
  padding: 15px 80px;
  background-color: #f7a40a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  box-shadow: 0 0 19px 1px rgb(0 0 0 / 47%);
  height: 55px;
	display:flex;
	justify-content:center;
	align-items:center;
}

a.kontact:hover {
  background-color: #000;
}

.vara {
  width: 100%;
  background-color: #fff;
  padding: 5rem  0 5rem 0;
}
.vara .container {
	max-width:650px;
}

.vara label {
  color: #f7a40a;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding: 0 0 1rem 0;
  display: block;
}

.detail-page-link {
  width: 100%;
  background-color: #fff;
  padding: 5rem 0;
}

.detail-page-link ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.detail-page-link li {
width: 20%;
    position: relative;

}

.detail-page-link li a {
  color: #000;
  font-weight: 500;
  font-size: 20px;  
	    border: 1px solid #efefef;
    padding:30px;
    text-align: center;
	    display: block;
	
}

/* .detail-page-link li a::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background-color: #7f7f7f;
  top: 14px;
  right: -65px;
} */

.bygg-sec {
  background-color: #fff;
  padding: 0 0 5rem 0;
  width: 100%;

}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

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

.bygg-sec .left {
  position: relative;
}

.bygg-sec .left h2 {
  position: absolute;
  top: 145px;
  left: 40%;
  padding: 0 0 0 4rem;
  font-family: 'Poppins', sans-serif;
  color: rgb(221 221 221 / 49%);
  font-size: 30em;
  font-weight: 700;
  font-style: italic;
}

.bygg-sec .right {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 0 0 15%;
  position: relative;
}

.bygg-sec .right p {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 15px;
}

.bygg-sec a {
  color: #000;
  margin: 10px 0;
  font-weight: 500;
  text-transform: capitalize;
}

.vss-sec {
  background-color: #fff;
  padding: 0 0 5rem 0;
  width: 100%;
  position: relative;
}

.vss-sec .item-content.flex_dir {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.vss-sec .right {
  width: 50%;
}

.vss-sec .box-img {
  position: relative;
}

.vss-sec .right h2 {
  position: absolute;
  right: 30%;
  top: 25%;
  padding: 0 0 0 4rem;
  font-family: 'Poppins', sans-serif;
  color: rgb(221 221 221 / 49%);
  font-size: 30em;
  font-weight: 700;
  font-style: italic;
}

.vss-sec .left {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0 10% 0 5%;
  position: absolute;
  top: 23rem;
  left: 22rem;
z-index: 9;
}

.vss-sec a {
  color: #000;
  margin: 10px 0;
  font-weight: 500;
  text-transform: capitalize;
}

.contact-links {
  background-color: #fff;
  width: 100%;
  padding: 5rem 0;
}

.contact-links ul {
  display: flex;
}

.contact-links li {
  padding: 0 40px 10px 0;
}

.contact-links li a {
  color: #000;
/*   font-family: 'Antic Didone', serif; */
	 font-family: 'Poppins', sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 1.5em;
}
.service-slider {
  background-color: #fff;
    width: 100%;
/*     box-shadow: inset 0 -290px rgb(0 0 0); */
    position: relative;
}
.service-slider .carousel {

  width: 100%;
}

.service-slider .carousel-cell {
  width: 33%;
  margin-right: 10px;
	height:580px;
 
}
.footer {
  width: 100%;
  padding: 10rem 0;
}
.footer .footer-logo {
  width: 25%;
}
.footer .container {
  max-width: 1110px;
}
.footer .footer-contact {
  width: 70%;
}
.footer .footer-contact li {
  padding: 0 0 20px 0;
}
 .footer-contact ul.footer-links li a {
  color: #fff;
/*   font-family: 'Antic Didone', serif; */
	 font-family: 'Poppins', sans-serif;
  text-transform:   lowercase;
  font-weight: normal;
  font-size: 1.5em;
}
.footer-contact ul.footer-links li a i {
  padding: 0 10px 0 0;
}
.footer .footer-contact ul.footer-links {
  padding: 0 0 5rem 0;
}
.nav-links {
  width: 100%;
}
.nav-links ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.nav-links ul li a {
  padding: 0 15px 0 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1em;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.8;
}
.copy-right p {
  font-family: 'Poppins', sans-serif;
  color: #707070;
  font-size: 1em;
}
#button {

  position: absolute;
  top: -15%;
  left: 10%;

}
#button::after {
  content: url(../img/arrow.png);
  
}
.arrow {
  position: relative;
}
.inner .banner {
 
  height: 60vh;
    min-height: 600px;
}
.inner .banner_text {
  text-align: left;
    padding: 20em 0 0 0;
}
.inner .about p {
  color: #fff;
  max-width: 900px;
  padding: 5px 0 15px 0;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  line-height: 1.7;
}
.inner .about::after {
  top: -116px;
}
.inner.about-inner .about {
  padding: 10rem 0 5rem 0;
}
.team {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 20px;
}
.inner.bygg  .contact-btn-sec a.kontact {
  top: -20px;
  right: 140px;
}
.contact-main-section {
  width: 100%;
  background-color: #fff;
  padding: 5rem 0;
}
.contact-main-section label {
  font-family: 'Poppins', sans-serif;
  color: #707070;
  font-size: 13px;
  font-weight: 500;
  padding: 0 0 10px 0;
  display: block;
}
.contact-main-section h5 {
  font-size: 35px;
  padding: 0 0 10px 0;
  line-height: 1.3;
}
.contact-main-section ul {
  display: block;
  padding: 20px 0;
}
.contact-main-section li {
  padding: 0 0 20px 0;
}
.contact-main-section li a {
  color: #000;
/*   font-family: 'Antic Didone', serif; */
	font-family: 'Poppins', sans-serif;
  text-transform: lowercase;
  font-weight: normal;
  font-size: 2em;
}
.contact-main-section  .right form input {
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgb(70 70 65 / 20%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 0 10px 0;
  margin: 20px 0;
  resize: none;
  font-family: 'Poppins', sans-serif;
  color: rgb(27, 27, 27);
  text-transform: capitalize;
  font-weight: 500;
  font-size: 18px;
}
.contact-main-section .right form textarea {
  width: 100%;
  height: 100px;
  background-color: transparent;
  border-bottom: 1px solid rgb(70 70 65 / 20%);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding: 0 0 10px 0;
  margin: 20px 0;
  resize: none;
  font-family: 'Poppins', sans-serif;
  color: rgb(112, 112, 112);
  text-transform: capitalize;
  font-weight: 300;
  font-size: 18px;
}
.contact-main-section  .right form input[type="submit"] {
  background-color: #f9a508;
  color: #fff;
  border: 0;
  padding: 20px 20px;
  max-width: 200px;
  font-size: 18px;
  font-weight: 600;
}

.top_header.bgcolor {
    position: fixed;
    background: #000;
}


/* header */

.menu-section .header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 3;
	display:flex;
	padding:0 20px;
	justify-content: space-around;
}

.menu-section .header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;	    
	width: 74%;
    display: flex;
    justify-content: flex-end;
	align-items:center;
	
}

.menu-section .header li a {
  display: block;
  padding: 10px 20px; 
  text-decoration: none;
}

.menu-section .header li a:hover,
.menu-section .header .menu-btn:hover {
  background-color: #fff;
	color:#000;
}

.menu-section .header .logo {
    display: block;
    font-size: 2em;
    padding:7px 15px;
    text-decoration: none;
    width: 136px;
    position: relative;
    top: 28px;
    left: 50px;
    background: #fff;
    border-radius: 100px;
}

/* menu */

.menu-section .header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

/* menu icon */

.menu-section .header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.menu-section .header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.menu-section .header .menu-icon .navicon:before,
.menu-section .header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.menu-section .header .menu-icon .navicon:before {
  top: 5px;
}

.menu-section .header .menu-icon .navicon:after {
  top: -5px;
}

/* menu btn */

.menu-section .header .menu-btn {
  display: none;
}

.menu-section .header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.menu-section .header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.menu-section .header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-section .header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-section .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.menu-section .header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}

/* 48em = 768px */

@media (min-width: 1023px) {
 .menu-section .header li { 
  }
 .menu-section .header li a {
    padding: 10px 20px;
  }
.menu-section .header .menu {
    clear: none; 
    max-height: none;


  }
.menu-section .header .menu-icon {
    display: none;
  }
}

.social_header {
    width: 25%; 
	max-width:290px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_header a {
    margin: 0 8px;
}
.vara h3  {
	font-size:2em;
	line-height: 1.2;
}
.vara h3 a {
    color: #000;
    text-transform: none; 
    font-weight: 400;
}

.vss-sec .left p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
}

.banner_text h1 {font-size: 4em;font-weight: 700;}

.team-details {
  position:absolute;
    left:0;
    bottom:0;
    width:100%;
    background:#fff;
    padding:30px;
    min-height:200px;
	transform: translateY(100%);
    transition: ease-in 0.3s; 
}
.text-address {
	padding:0 80px 0 0;
}

.team-details p {
    color:#666;
	font-size:1.1em;
	padding:8px 0 0 0;
}

.team-details h4 {
    color:#000;
	font-size:1.3em;
}

.team-details span {
    color:#666;
	font-size:0.8em;
}
.team-photo {
    position:relative;
	overflow:hidden;
	cursor:pointer;
	
}
.team-photo:hover .team-details {transform: translateY(0);}

.team-photo img {
    width:100%
}

.reference {
	padding:50px 0 0 0;
}

.reference h3 {
	padding:0 0 50px 0;
	    font-size: 2em;
	font-weight:400;
	line-height:1.1;
}
.reference .flickity-page-dots {
 
    bottom: -35px; 
}
.reference .flickity-page-dots .dot {
    display: inline-block;
    width: 40px;
    height: 4px;
    margin: 0 2px;
    background: #333;
    border-radius: 0;
    opacity: 0.25;
    cursor: pointer;
}

.reference .flickity-prev-next-button {
    top: 50%;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    transform: translateY(-50%);
}

.reference .flickity-prev-next-button.next {
    right: 40px;
}
.reference .flickity-prev-next-button.previous {
    left: 40px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
	color:#000;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 15px;
    font-weight: normal;
    display: block;
}

.menu li.active a {color: #000;}
.detail-page-link li img {
    opacity: 1;
    width: 50px;
}

.bgcolor.menu-section .header .logo {
    padding: 5px;
    width: 75px;
    top: 4px;
    background: transparent;
}

.detail-page-link h4 {
    padding: 10px 0 0 0;
}

.detail-icon-button ul {
    display:flex;
    max-width:700px;
    width:90%;
    margin:15px 0
}

.detail-icon-button li {
    color:#fff;
    width:50%;
    border:1px #efefef solid;
   text-align:center;
    padding:45px;
}

.detail-icon-button li h4 {
    color:#fff; 
} 
.reference-new {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    gap: 0;
}

/* .reference-new {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(15%, 1fr));
    gap: 40px;
} */
.reference-new .ref-img {
	display:none;
}

.reference-sec {
    padding: 25px;
    border: 1px solid #efefef;
	margin: -1px 0 0 -1px;
}
.reference-new h4 {
	color:#000;
	font-size:1em;
	padding:10px 0;
	line-height:1.3;
}

.reference-new p {
	color:#333;
	font-size:1.1em;
	padding:0 8% 0 0;
}

div.eapps-widget {
	padding: 70px 0;
}
.service-black ul {
	padding: 0 0 0 15px;
}
.team-photo img {
    display: block;
}
.service-list ul li {
	list-style: disc;
	padding: 0 0 10px 0;
}
.banner a.kontact {
    position: relative;
    top: 0;
    right: 0;
    max-width: 230px;
    margin: 30px 0;
}
.service-list .left {
	width: 100%;
}
.service-list .left ul {
	margin:0 0 0 24px;
}
.home .banner_text {
    text-align: center;
    padding: 20em 0 0 0;
    max-width: 970px;
	z-index: 2;
}
 
.home .banner_text h2 { 
	padding: 25px 0 0 0;
	font-size: 1.5em;
	max-width:750px;
	margin: 0 auto;
	line-height: 1.3;
}

div#tjänster .detail-icon-button {display: flex;justify-content: center;align-items: center;}

 div#tjänster {display: flex;justify-content: center;align-items: center;text-align: center;}
.home .contact-btn-sec a.kontact {
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 270px;
}
.home .banner {
	position:relative;
	background-position:top center!important;
}

.home .banner:before {
    content: "";
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    left: 0;
    bottom: 0;
    width: 100%;
    position: absolute;
    height: 250px;
}


div#tjänster a.line {
    margin: 10px 0 0 0;
    display: inline-block;
    position: relative;
}

.how-works-list ul {
    display: flex;
    max-width: 100%;
    width: 100%;
    margin: 15px 0;
	flex-wrap:wrap;
}

.how-works-list  li {
    color: #fff;
    width: 33%;
    border: 1px #efefef solid;
    text-align: center;
    padding: 45px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
	align-items: center;
	justify-content:center;
}

.how-works-list  h4 {
    color: #fff;
    font-size: 15px;
    line-height: 1.4;
}

.service-list {
    width: 100%;
}


.service-list h2 {
    padding:0 0 30px 0;
	font-size: 2em;
}


.service-list ul {
    padding:0 0 5rem 0;
}
.service-black {
	padding:5rem 0;
	width:100%;
}
.service-black li {
	padding:10px 0;
	list-style: auto;
}
.service-black h2 {
	padding:3rem 0 1rem 0;
	font-size:2em;
}

.service-black .container {
	width:90%;
	max-width:850px;
	
}

.about.how-works-list {
    padding: 6rem 0;
}

.how-works-list li img {
    height:80px;
    display:block;
}

.how-works-list li {
    display:flex;
    flex-wrap:wrap;
}

.how-works-list h4 {
   width:100%;
    padding:50px 0;
}
.inner .detail-icon-button img {
    height:50px;
    display:block;
	margin: 25px 0;
}
.inner .detail-icon-button li {
    color: #fff; 
	width: 25%;
    border: 1px #efefef solid;
    text-align: center;
    padding: 30px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap;
}
.flex-area {
	display:flex;
	flex-wrap:wrap;
}

.inner .detail-icon-button ul {
	max-width:100%;
	width:100%;
		display:flex;
	flex-wrap:wrap;
}

.inner .detail-icon-button li h4 {
  color: #fff;
    width: 100%;
    line-height: 1.4;
    font-weight: 500;
    font-size: 1em;
}
.service-list .left ul li {
    font-size:1.2em; 
}

.team {
    padding: 2.5em 0;
}

.home .about {
    width: 100%;
    padding: 2rem 0 4rem 0;
    position: relative;
    overflow: hidden;
}