@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz,wght@6..96,400;6..96,500&display=swap');

body {
  	color: #28292B;
  	-webkit-text-size-adjust: 100%;
  	background-color:#ffffff;
    font-size: 1.2rem;
}

html {
  scroll-behavior: smooth;
}

/*BASIC--------------------*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 1320px) {
  .container {
    max-width: 1280px;
  }
}


.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.section-padding-xs{
	padding:2vh 0;
	width: 100%;
}

.section-padding-s{
	padding:6vh 0;
	width: 100%;
}

.section-padding-m{
	padding:8vh 0;
	width: 100%;
}

.section-padding-l{
	padding:10vh 0;
	width: 100%;
}

.section-padding-xl{
	padding:12vh 0;
	width: 100%;
}

.section-padding-l-plus{
	padding:10vh 0 18vh 0;
	width: 100%;
}

.section-margin-top-minus{
  margin-top: -8vh;
}

.p-6 {
  padding: 4rem !important;
}

hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-top: 1px solid #e3e5e8;
}

.lightblue-bg{background-color:#f2f4f6;}
.lightgrey-bg{background:#f6f1e9;}
.white-bg{background:#ffffff; box-shadow: 2px 0px 30px rgba(0, 0, 0, 0.1);}
.card-01-bg{background-image: url(../img/landing/card-01-bg.png); background-position: 50% 30%; background-repeat: no-repeat; }
.card-02-bg{background-image: url(../img/landing/card-02-bg.png); background-position: 50% 30%; background-repeat: no-repeat; }
.card-03-bg{background-image: url(../img/landing/card-03-bg.png); background-position: 50% 30%; background-repeat: no-repeat; }

.btn{
	border-radius: 100em;
	padding: 1.15rem 2.25rem;
	font-weight: 500;
}

button:focus {
    outline: none;
}

.btn-small{
	padding: .75rem 1.75rem;
	font-size: 1em;
}

.btn-orange{
	background-color: #f08d00;
	color: white !important;
}

.btn-orange:hover{
	background-color: #ce7900;
	color: white;
}

.btn-link{
	background: transparent;
	padding-left:0;
	padding-right: 0;
	color: #ce7900;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.link{
	color: #f08d00;
}

.link:hover{
	color: #ce7900;
}

.small{
	font-size: 80%;
}


/*NAV--------------------*/
.top{
	height: auto;
	width: 100%;
	top: 0;
	position: absolute;
	z-index: 99;
	margin: 0 auto;
  padding: 0 3rem;
}

.navbar{
	padding: 0;
	margin: 0 auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.navbar .navbar-brand img{
	max-height: 50px;
}

.nav-link {
  display: block;
  padding: 2.4em 10px 2.4em 10px;
  font-size: 1.1rem;
  font-weight: 500;
  transition: all 0.3s ease 0s;
	margin: 0 0.25em;
	color: #ffffff;
}

.nav-link a:hover, .nav-item a:hover{
	color:#ffffff;
}

.phone{
	background: url(../img/landing/i-phone.svg) left center no-repeat;
	padding-left: 3rem !important;
	margin-right: 2em;
}

.mail{
	background: url(../img/landing/i-mail.svg) left center no-repeat;
	padding-left: 3rem !important;
  margin-right: 1rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .75rem;
    padding-left: .75rem;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ffffff;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-text {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.navbar .btn{
	margin-left: 0.75em;
}

@media screen and (min-width: 992px) {
.navbar {
  	padding-top:0.35em;
  	padding-bottom:0.35em;
}
}


/*HEADER---------------------*/
.hero-wrap{
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
}

.hero{
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 1;
	background-image: url(../img/landing/header-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	background-attachment: scroll;
}

.hero-container {
  position: absolute;
  width: 75%;
  left: 25%;
  bottom: 30%;
  z-index: 3;
  float: right;
}

.hero-container .container{
  margin-left: 0;
}

.hero-container p{
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
}

.hero-container h2 {
  font-size: calc(5.5rem + 6vw);
  color: #ffffff;
  padding: 0 15px 0 0px;
  display: inline-block;
  text-transform: uppercase;
  line-height: 0.95;
}

.hero-container h2 span{
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 30%;
  font-weight: 300 !important;
  color: #F18E00;
}

.mb-10, .my-10 {
    margin-bottom: 5.5rem !important;
}


/*FOOTER--------------------*/
.footer{
	background-color: #28292B;
	color: #9C9EA2;
	padding-left: 1em;
	padding-right: 1em;
  font-weight: 300;
}

.footer-menu, .footer-links {
	margin: 0 0 2em 0;
	padding: 0;
	list-style: none;
	display: block;
  text-align: center;
}

.footer-menu li, .footer-links li{
	display: inline;
	color: #9c9ea2;
	font-size: 0.9em;
	margin: 0.75em;
}

.footer-menu li:first-child, .footer-links li:first-child{
	margin-left: 0;
}

.footer-menu li a, .footer-links li a{
	display: inline-block;
	padding: 0.25em 0;
	color: #9C9EA2;
	transition: all 0.2s ease 0s;
}

.footer-menu li a:hover, .footer-links li a:hover{
	color: #f18e00;
}

.copyright{
	font-size: 0.8em;
	color: #6a6c6f;
	line-height: 40px;
}

/*TYPOGRAPHY--------------------*/
h1, h2, h3, h4,.h1, .h2, .h3, .h4 {
  font-family: 'Bodoni Moda', serif;
	margin-top: 0;
	margin-bottom: 1.5rem;
	letter-spacing: -0.03rem;
	text-indent: -0.05rem;
	font-weight: 500;
	color: #28292B;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a{
	text-decoration: none;
	transition: all 0.2s ease 0s;
	margin-bottom: 0.75em;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover{
	color: #fa6b39;
	text-decoration: none;
}

h1, .h1 {font-size: calc(1.6rem + 1.8vw); letter-spacing: -0.05rem; line-height: 1.15; margin-bottom: 2.4rem; font-weight: 700;}
h2, .h2 {font-size: calc(1.6rem + 1vw);}
h3, .h3 {font-size: calc(1.4rem + 0.5vw);}
h4, .h4 {font-size: calc(1.2rem + 0.3vw);}

p {
  	margin-top: 0;
  	margin-bottom: 1rem;
  	font-weight: normal;
  	line-height: 1.5;
  	color: #28292B;
    -moz-osx-font-smoothing: grayscale;
}

a{
	color: inherit;
	transition: color 0.2s ease 0s;
}

a:hover{
	text-decoration: none;
	color: #582eff;
}

b, strong{font-weight:600; color: #1e1c22;}

ul, ol{margin: 0 0 1.25em 0; padding: 0; list-style: none;}

.large{
	font-size: 1.6em;
	margin: 1.5em 0 2.5em 0;
}

.contact ul li{
	padding: 0.3em 0;
}

.simple-list{
	margin-bottom: 3em;
}

.simple-list li{
	padding: 0.25em 0;
}

.simple-list li:first-child{
	font-weight: 700;
	font-size: 110%;
}

.simple-list li ul li{
	background: url(../img/landing/i-dot2.svg) 0px 8px no-repeat;
}

.simple-list li strong{
	margin-right: 10px;
}

/*FORM--------------------*/
.form-control {
    display: block;
    width: 100%;
    height: calc(1.95em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #585562;
    background-color: #f3f6f8;
    background-clip: padding-box;
    border: 1px solid #cfd2d6;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    border-color: #f6bd6d;
}

.offer-form{
	margin-top: 2.5em;
}

.offer-form label {
    font-weight: 600;
    display: block;
}

.form-group {
    margin-bottom: 1.75rem;
}

.form-check .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0;
}

.wpcf7-form .form-check {
  position: relative;
  display: block;
  padding-left: 0;
}

.form-check .wpcf7-list-item-label{
  font-weight: normal;
  font-size: 82%;
}

.wpcf7-form .form-check a {
  color: #f08d00;
}

.wpcf7-form #contact-legal-field a {
  color: #f08d00;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 !important;
}

input[type="radio"], input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
  width: 18px;
  height: 18px;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #f08d00;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 141, 0, 0.25);
}

/*MEDIA QUERIES--------------------*/
@media (max-width:1280px){
  .navbar {
      padding: 1rem 1rem;
  }
  .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
      border-color: transparent;
  }
  .navbar {
      padding: 1rem 1rem;
  }
  .navbar-light .navbar-toggler {
      color: rgba(0,0,0,.5);
      border-color: transparent;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
      padding-right: 0;
      padding-left: 0;
  }
  .phone{
  	background: none;
  	padding-left: 0 !important;
  	margin-right: 0;
  }

  .mail{
  	background: none;
  	padding-left: 0 !important;
  }
  .navbar .btn{display: block; margin-left: 0; margin-bottom: 2em;}
}

@media (max-width: 767px) {
  .hero {
    height: 70vh;
  }
  .hero-container {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: 3;
    float: right;
  }
  .top {
      height: auto;
      padding: 0;
  }
  .copyright{
  	text-align: center;
  	margin-bottom: 2em;
  }
  .footer-menu{
  	text-align: center;
  }
  .footer .social {
      margin: 0 0 2em 0;
      text-align: center;
  }
  .price-section h3{
  	min-height:inherit;
  }
}
@media (max-width: 480px){
  .hero-container h2 {
    font-size: calc(3.5rem + 7vw);
  }
  .hero-container p {
    font-size: 1.3rem;
  }
  .footer{
  	padding-left: 0; padding-right: 0;
  }
  .footer-menu li a, .footer-links li a {
    display: block;
  }
  .btn-sm-block{width: 100%; display: block;}

  h1{
  	font-size: 2.35rem;
  	line-height:1.2;
  }

  h2{
  	font-size: 1.85rem;
  	line-height:1.2;
  }

  h3, .h3 {
      font-size: 1.45rem;
      line-height:1.2;
  }
}
