@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css?family=Lato:700|Open+Sans");

body {
	background-color: white;
	margin: 0px;
	padding: 0px;
}

section {margin-bottom: 20px}

#site-header{
	height: 650px;
	background-image: url("../images/bg.jpg") ;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0;

}

h1 {margin: 0px;}

i {color: #B273CD;}

a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
}

.site-nav_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 50px;
}

.site-nav {
	display: flex;
  	flex-direction: row;
	align-items:center;
}

.site-nav a:after {
	padding: 3px;
	display: block;
	content: "";
	border-bottom: 2px solid #fff;
	transform: scaleX(0);
	transition: transform 0.5s ease-in-out;
}


.site-nav a:hover:after {
	transform: scaleX(1);
}

.site-nav_actions {
	margin-right: 40px
}

.site-nav_logo-text {
	font-family: 'Exo', sans-serif;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
}

.site-nav_logo {
	height: 40px;
	width: 41px;
	padding-left: 40px;
	padding-right: 10px;
	 cursor: pointer;

}

.site-nav_logo-wrapper {
	display: flex;
	width: 90px;
	align-items: center;
}



.site-head_wrapper {
	display: flex;
	justify-content: space-around;
	margin-right: 2%;
	margin-left: 8%;
}

.site-head_info {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-items: center;
	width: 530px;
	margin-right: 40px;
	margin-top: 60px;
}

h2 {
	font-family: 'Exo', sans-serif;
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
	padding: 0px;
}

ul {
list-style: none;
align-content: center;
margin-left: 0px;
	margin-right: 0px;
	padding: 0;
}

.site-head_description {
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	font-weight: 400;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 40px;
}

.site-head_contact-btn {
	width: 200px;
	height: 40px;
	font-size: 16px;
	text-transform: uppercase;
	background-color: #B273CD;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	transition: all .2s ease-in-out;
}

.site-head_contact-btn:hover {
	border: 2px solid #B273CD;
	background: #fff;
}

.site-head_contact-btn:hover a {
	color: #B273CD;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #ABACAE;
}


.site-header_locker-img {
	height: 520px;
}

.btn-socialmedia_wrapper {
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	margin-bottom: 100px}

.btn-socialmedia {
	background: none;
	border: none;
	margin-bottom: 20px;
	cursor: pointer;
}

.btn-sm_wrapper {
	display: flex;
	flex-direction: row;
	margin-right: 10px;}

.btn-sm_mobile{
	padding-top: 10px;
	margin-right: 10px;
	background: none;
	border: none;
	cursor: pointer;}

.btn-svg {
	width: 40px;
	height: 40px;
	padding: 0;

}

.about-containers_wrapper {
	display: flex;

}

.container {
	width: 330px;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.03);
	margin: 0 20px ;
	text-align: center;
	padding: 20px ;
	transition: box-shadow .3s;
}

.container:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}



.container_icon-wrapper {
	width: 70px;
	height: 70px;
	border: 1px solid #ABACAE;
	border-radius: 37px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.container:hover .container_icon-wrapper{
	background-color: #B273CD;
	border: 1px solid #fff;

}

.container:hover i {
	color: #fff;
}

h3 {
	font-family: 'Exo', sans-serif;
	font-size: 30px;
	text-align: center;
	color: #3E3737;
	margin-top: 3em;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}

h4 {
	font-family:'Lato', sans-serif;
	text-transform: uppercase;
	color: #3E3737;
	margin-bottom: 10px;
}


.container_description {
	line-height: 28px
}

.container_icon-wrapper {
	align-content: center;

}

.container_inner {
	align-items: center;
}

.container_icon {
	margin: 18px;
}

.about-containers_wrapper {
	justify-content: center;
}

.usage-containers_wrapper {
	display: flex;
	flex-direction: column;
}

.usagage-title {
	font-family: 'Exo', sans-serif;
	font-size: 25px;
	text-align: center;
	color: #3E3737;

}

.usage-container_left {
	width: 320px;
	display: flex;
	flex-direction: row;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.03);
	text-align: right;
	padding: 15px 30px;
	margin: 20px 0;
	background-color: #fff;
}

.usage-container_left:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.usage-container_left:hover .container_header {
	color: #B273CD;
}

.usage-container_left:hover i {
	color: #B273CD;
}

.usage-container_right {
	width: 320px;
	display: flex;
	flex-direction: row;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.03) ;
	text-align: left;
	padding: 15px 30px ;
	margin: 20px 0;
	background-color: #fff;
}

.usage-container_right:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.usage-container_right:hover .container_header {
	color: #B273CD;
}

.usage-container_right:hover i {
	color: #B273CD;
}

.usage_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: 0 5%;
}

.usage_img {
	width: 250px;
	margin: 20px;
}

#offer {
	background-color: #FAFAFA;
	padding-bottom: 2em;
	padding-top: 0.05em;
}

#offer h3 {
	margin-top: 1em;
}

.offer-container {
	width: 540px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.03);
	text-align: center;
	padding-bottom: 30px;
	padding-top: 10px;
	margin: 20px 20px;
	background-color: #fff;

}

.offer-container:hover {
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
}

.offer-container:hover .offer-container_icon-wrapper {
	background-color: #B273CD;
}

.offer-container:hover i {
	color: #fff;
}

.offer-containers_wrapper {
	display: flex;
	flex-direction: row;
	justify-content: center
}

.offer_contact-btn {
	width: 200px;
	height: 40px;
	font-family:'Lato', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	background-color: #B273CD;
	border-radius: 20px;
	border: none;
	cursor: pointer;
	margin: 10px;
}

.offer_contact-btn:hover {
	border: 2px solid #B273CD;
	background: #fff;
}

.offer_contact-btn:hover a {
	color: #B273CD;
}


.offer-container_icon-wrapper {
	width: 70px;
	height: 70px;
	background-color: #ddd;
	border-radius: 37px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.offer_price-info {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	margin-left: 5px;
	margin-right: 5px;
}

.contact-form {
	display: flex;
  	flex-direction: column;
	font-family: "Lato", sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	color: #3E3737;


}

.contact-form_name {
	width: 450px;
	height: 35px;
	border: 1px solid #CCCCCC;
	border-radius: 28px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

.contact-form_message {
	width: 450px;
	height: 150px;
	border: 1px solid #CCCCCC;
	border-radius: 28px;
	margin-top: 10px;
	padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;


}

.contact_img {
 	width: 400px;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-left: 20px;

}

.contact-icon {
	margin-right: 20px;
}

form {
	display: flex;
	justify-content: space-around;
}

.rodo {
	width: 450px;
	}

.rodo_link {
	color: #B273CD;
	text-decoration: underline;
	cursor: pointer;

}

.contact-icon_wrapper {
	display: flex;
	margin: 20px 20px;
}

.contact-section_wrapper {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 10%;
	}

.contact-details {
	padding-top: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 25px;
	color: #3E3737;
	margin: 0;
}

.contact_btn {
	border-radius: 28px;
	width: 200px;
	background-color: #B273CD;
	border: 2px solid #B273CD;
	text-align: center;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	cursor: pointer;
	}

.contact_btn:hover {
	border: 2px solid #B273CD;
	background-color: #fff;
	color: #B273CD;
}


.footer_copywrights {
	width: 60%;
	border-top: 1px solid #ABACAE;
	padding: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #3E3737;
	margin-top: 80px;
}


.line {
	width: 50px;
	height: 0px;;
	border: 1px solid #B273CD;
	align-items: center;
	margin-left: auto;
	margin-right: auto;

}
.offer-title_wrapper {
	justify-content: center;
	margin-bottom: 4em;

}

textarea {
	font-family: "Open sans", sans-serif;
}

input {
	font-family: "Open sans", sans-serif;
}

