/*
	Theme Name: Blake
	Theme URI: 
	Author:  Veronika Udod
	Author URI: 
	Version: 2.0
	Description: 
	Tags: 
	Licence: GPL v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Text Domain: ecoffset.it
*/

/* MAIN SETTINGS */


:root{
	--black: #1A1A1A;
	--white: #EEE3E1;
	--grey: #6A6A6A;
	--accent: #A684A8;
}

 
body{
	width: 100%;
	overflow-x: hidden;
	margin: 0;
}

html{
	overflow-x: hidden;
}

body {
    background-color: var(--black);
    transition: all 0.5s;
}

@font-face {
  font-family: "Intro-Light";
  src: url("/wp-content/themes/themebase/inc/assets/fonts/Intro-Light.woff")
      format("woff2"),
    url("GrandSland-B-Side.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Intro-Regular";
  src: url("/wp-content/themes/themebase/inc/assets/fonts/Intro-Regular.woff")
      format("woff2"),
    url("GrandSland-B-Side.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: "Intro-Book";
  src: url("/wp-content/themes/themebase/inc/assets/fonts/Intro-Book.woff")
      format("woff2"),
    url("GrandSland-B-Side.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

*{
	font-family: "Intro-Light";
}

h1{
	font-size: 72px;
}

h2{
	font-size: 48px;
}

h3{
	font-size: 44px;
}

h4{
	font-size: 46px;
}

h5{
	font-size: 34px;
}

h6{
	font-size: 20px;
	font-family: "Intro-Regular";
}

p{
	font-size: 18px;
	margin-bottom: 0;
}

.text-white{
	color: var(--white);
}

.text-grey{
	color: var(--grey);
}

.text-black{
	color: var(--black);
}

.position-relative{
	position: relative;
}

.button-gradient {
  padding: 20px 54px;
  font-size: 14px;
  font-family: "Intro-Book";
  text-transform: uppercase;
  text-decoration: none;
  color: #E9DCE3; /* colore del testo come nello screenshot */
  background: transparent;
  border-radius: 0;
  position: relative;
  display: inline-block;
}

/* BORDER GRADIENT */
.button-gradient::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* spessore del bordo */
  background: linear-gradient(
    320deg,
    rgba(166, 132, 168, 0.60) 0%,
    rgba(166, 132, 168, 1) 100%
  );
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}

.button-gradient-a a{
  padding: 20px 54px;
  font-size: 14px;
  font-family: "Intro-Book";
  text-transform: uppercase;	
  color: #E9DCE3; /* colore del testo come nello screenshot */
  background: transparent;
  border-radius: 0;
  position: relative;
  display: inline-block;
}

/* BORDER GRADIENT */
.button-gradient-a a::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px; /* spessore del bordo */
  background: linear-gradient(
    320deg,
    rgba(166, 132, 168, 0.60) 0%,
    rgba(166, 132, 168, 1) 100%
  );
  -webkit-mask: 
      linear-gradient(#fff 0 0) content-box, 
      linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
}


/* MAIN SETTINGS MOBILE */
@media only screen and (max-width: 768px){
	h1{
		font-size: 46px;
	}
	
	h2{
		font-size: 18px;
		letter-spacing:  0;
	}
	
	h6{
		font-size: 14px;
	}
	
	p{
		font-size: 14px;
	}
}

/* NAVBAR */
nav{
	padding: 24px;
	position: fixed;
    width: 100%;
    z-index: 99;
}

.nav-menu-col{
	display: flex;
	justify-content: end;
	gap: 58px;
	align-items: center;
}

nav .main-menu{
	display: flex;
	gap: 74px;
	align-items: center;
}

nav #menu-main-menu{
	list-style: none;
	margin-bottom: 0;
    padding-left: 0;
}

#menu-main-menu li{
	list-style: none;
}

#menu-main-menu li a{
	text-decoration: none;
	list-style: none;
	color: var(--white);
	text-transform: uppercase;
	font-size: 14px;
}

.logo-nav{
	width: auto;
	display: flex;
	align-items: center;
	max-width: 233px;
}

.getintouch{
	color: var(--white);
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	border: 1px solid var(--white);
	padding: 12px 36px;
}

.elementor-7 .elementor-element.elementor-element-6bf5ef4 {
    position: fixed;
    height: 100vh;
    width: 100%;
}

.elementor-7 .elementor-element.elementor-element-6bf5ef4 a{
	z-index: 9 !important;
}

.elementor-7 .elementor-element.elementor-element-0025528 {
    background: var(--black);
    z-index: 9;
    position: relative;
    top: 90vh;
}	

/* NAVBAR MOBILE */
@media only screen and (max-width: 768px){
	

}

/* HOMEPAGE */

/*********CONTACT US************/
/*.contact-us-form .form-control {
    padding: 20px;
    border-radius: 0;
	color: var(--white);
	text-transform: uppercase;
 	resize: none;
	background-color: #333333;
	border: 0;
}

.contact-us-form .form-control::placeholder {
	color: var(--grey);
	text-transform: uppercase;
}

.contact-us-form .btn-submit .form-control {
   	background: transparent;
	border: 1px solid var(--green);
	color: var(--white);
}

.contact-us-form p{
	margin-bottom: 24px;
}

.contact-us-form .wpcf7-acceptance input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 14px;
    height: 14px;
    min-height: 14px;
    border: 1px solid var(--white);
    display: inline-block;
    position: relative;
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.contact-us-form .wpcf7-acceptance span{
    color: var(--grey);
	font-size: 14px;
}

.contact-us-form .wpcf7-acceptance input[type="checkbox"]:checked {
    background-color: var(--white);
}*/

.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
	color: var(--grey);
}

.wpcf7 .wpcf7-response-output {
    color: var(--white);
}

/* FOOTER */
footer{
	color: var(--white);
	background: var(--black);
	position: relative;
	z-index: 2;
}

footer .footer-bg{
	padding: 200px 24px 48px 24px;
	background: linear-gradient(
	  140deg,
	  rgba(166, 132, 168, 0.05) 0%,
	  rgba(166, 132, 168, 0.20) 100%
	);
}

footer .logo-footer{
	width: 100%;
}

footer .footer-second-row{
	padding-top: 36px;
	padding-bottom: 120px;
}

.footer-center-col{
	text-align: center;
}

.footer-right-col{
	text-align: right;
}

footer p, footer a{
	font-size: 18px;
	color: var(--white);
}

footer a{
	text-decoration: none;
	transition: 0.5s;
}

/* FOOTER MOBILE */
@media only screen and (max-width: 768px){
	footer {
		padding: 40px 10px;
	}
		footer p, footer a {
		font-size: 12px;
	}
}	