@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@800&display=swap');

:root {
  --primary-color: #ed2690;
}

* {
  box-sizing: border-box;
}

.hidden {
  display: none;
}

html{
    width:100vw !important;
}

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  height: 100%;
  width:100vw !important;
}

h1 {
  font-family: 'Open Sans', sans-serif;
  font-size:3em;
}

a {
  text-decoration: none;
}

button{
	cursor:pointer;
}
/* ********************* HEADER ******************* */
.header {
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: var(--primary-color);
  width: 100%;
}

.header img {
  width: 100px;
}


.page1-collapse {
  background-image: url(../images/backgroundBubble.png);
  background-size: cover;
  background-position: top;
}

.navbar-collapse a.nav-link {
  color: #545454;
  text-decoration: none;
  font-weight:500;
  padding: 0.5em 1em 0.5em 1.5rem !important;
}

.navbar-collapse a.nav-link:hover {
  color:#2b2a2a;
}
/* ********************* PAGE 1 ******************* */
#page1 {
  display: flex;
}

#page1 h1 {
  color: #545454;
  font-weight: 700;
  padding: 10px 0;
  white-space: nowrap;
  font-size:2.5em;
}

h1 span {
  font-family: 'Roboto', sans-serif;
  color: rgb(226, 10, 10);
}

#page1 h4#text {
  color: #fff;
  background-color: var(--primary-color);
  padding: 10px 7px;
  margin-top: 0;
  font-weight: 700;
  line-height:2em;
  font-size: 1.2em;
  display:table;
}

#page1 h4#text span {
  font-size: 1.36em;
  display:block;
}

#text1 {
  color: #fff;
  text-align:center;
  padding: 4px 15px;
  font-size: 1.5em;
  font-weight: 600;
  background-color: #447cf5;
  display:table;
}

h4#contact {
  color: #545454 !important;
  background: transparent;
  font-weight: 800;
}

#contact i {
  color: var(--primary-color);
}

#info {
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 30px;
  width: 14em;
  font-size: 1.1em;
  padding: 10px;
  font-weight: 700;
  background: transparent;
  text-align: center;
  margin: 0;
}

#img4 {
  width: 40%;
  margin: 5% 0;
}

#text2 {
  color: #545454;
  width: 100%;
  font-weight: 700;
  background: transparent;
  margin-left: 2%;
}

.container2 {
  display: flex;
  width: 50%;
  height: 100%;
}

.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  color: #545454;
  text-align: center;
}

.product .name {
  font-size: 1em;
}

.product img{
	width:50%;
}

.product .volume {
  font-weight: 700;
  font-size: 1em;
}

.product .price {
  font-weight: 700;
  font-size: 1.6em;
  margin-top: 1.5em;
  margin-bottom: .5em;
}

.amount {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5%;
}

.amount input {
  -webkit-appearance: none;
  color: #545454;
  font-size: 1.1em;
  text-align: center;
  border: none;
  width: 30px;
  font-weight: 700;
  background: transparent;
}

.amount button {
  -webkit-appearance: none;
  width: 30px !important;
  height: 30px !important;
  border: none;
  border-radius: 3px;
  text-align: center;
  line-height: 100%;
  padding: 0;

}

.minus {
  font-size: 120%;
  font-family: 'Roboto', sans-serif;
  background-color: #f0f0f0;
}

.plus {
  color: #fff;
  font-size: 120%;
  font-weight: 700;
  background-color: var(--primary-color);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

.buyNowButton{
	color: #fff;
  background: var(--primary-color);
  border: 2px solid #fff;
  border-radius: 2em;
  width: 14em;
  font-size: 1.2em;
  padding: 0.6em;
  font-weight: 700;
  text-align: center;
  margin: 1em auto;
  display: block;
}
/* ********************* PAGE 2 ******************* */

.page2 {
  background-image: url(../images/5.png);
  background-color:#FFF6FA;
  background-size: 65.5% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.page2 .aboutProduct {
  display: flex;
  flex-direction: column;
}

.aboutProduct h1 {
  font-size: 4vw;
  color: var(--primary-color);
}

.aboutProduct p {
  color: #545454;
}

.drops {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
}

.drops p {
	margin:0;
}

.drops img {
  margin-right: 10px;
  width:15px;
  align-self: initial;
}

.aboutProduct ul {
  color: #545454;
  padding-left: 8%;
  font-weight: 500;
}

.aboutProduct span {
  font-weight: 700;
}

/* ********************* PAGE 3 ******************* */
#page3 {
	background-image: url(../images/6.png);
	background-color:#FFF6FA;
	  background-size: 58% auto;
	  background-repeat: no-repeat;
	  background-position: top left;
	font-family: 'Bebas Neue', sans-serif;
}

.page3 .usage {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.usage h1 {
  color: var(--primary-color);
  font-size: 4vw;
  margin-bottom: 0;
}

.usage p {
  font-weight: 700;
  color: #545454;
  font-size: 150%;
}

.pluss {
  display: flex;
  align-items: baseline;
}

#hands {
  width: 100%;
  align-self:center;
}

.pluss img {
  height: 20px;
  margin-right: 20px;
  align-self: baseline;
  width:20px;
}

#img7{
	position:absolute;
	width:50%;
	bottom:-50px;
	right:0;
}

/* ********************* PAGE 4 ******************* */

.page4 {
  background-image: url(../images/backgroundBubble.png);
  background-size: contain;
  background-position: top;
}

.page4 h1 {
  color: #545454;
  font-size: 2.5em;
  /*font-family: 'Roboto', sans-serif;*/
  font-weight: 900;
}

.iconContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.iconContainer .icons {
  width: 10%;
  /*font-size: 1.4em;*/
  color: #545454;
  text-align: center;
}

.icons img {
  height: 100px;
  display:block;
  margin:auto;
}

.page4 .orderForm {
  border: 7px solid var(--primary-color);
  margin: 5% 21.5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 87%;
}

.page4 input {
  width: 87%;
  text-align: start;
  border: none;
  margin: 1em 0;
  line-height: 2.8em;
  border-radius: 2em;
  padding: 0.2em 2em;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -moz-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -webkit-appearance:none;
  -moz-appearance:none;
  background-color: #fff;
}

.orderFormSmall2,
.orderFormSmall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 87%;
  justify-content: space-between;
}

.orderFormSmall input {
  width: 45%;
}

.orderFormSmall2 {
  border: none;
  margin: 1em 0;
  border-radius: 4em;
  -webkit-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -moz-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -webkit-appearance:none;
  -moz-appearance:none;
  flex-wrap: nowrap;
}

.orderFormSmall2 input {
  text-align: start;
  margin: 0;
  line-height: 2.8em;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -moz-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -webkit-appearance:none;
  -moz-appearance:none;
  box-shadow: none;
}

.orderFormSmall2 .input-append {
  padding: 0em 2em 0em 1em;
  line-height: 2em;
  font-size: 1.2em;
  font-weight: 400;
  border-left: 1px solid;
  color: #545454;
}

.orderForm p {
  font-size: 2em;
  font-weight: 700;
  color: #545454;
}

.orderForm button {
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 2em;
  width: 14em;
  font-size: 1em;
  padding: 1em;
  font-weight: 600;
  text-align: center;
  margin: 1.5em 0;
}

.orderForm label {
  text-align: start;
  width: 87%;
  padding: 0.5em 2em;
  font-size: 1.2em;
  font-weight: 400;
  color: #545454;
  margin: 0;
}

.page4 .myOrderBlock {
  border: 7px solid var(--primary-color);
  margin: 5% 21.5%;
  background-color: #fff;
  width: 87%;
}

.myOrderBlock p {
  font-size: 2em;
  font-weight: 700;
  color: #545454;
  display: inline-grid;
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}

.myOrderBlock table {
  width: 100%;
  margin:auto;
  font-size: 1.2em;
  font-weight: 400;
  color: #545454;
}

.myOrderBlock table td:nth-child(3){
	text-align:right;
}

.myOrderBlock #totalSumBold {
  font-size: 1.1em;
  font-weight: 900;
}

.myOrderBlock table .deliveryRow {
  padding-top: 1em;
  padding-bottom: 1em;
}

.myOrderBlock button {
  color: #fff;
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
  border-radius: 2em;
  width: 14em;
  font-size: 1em;
  padding: 1em;
  font-weight: 600;
  text-align: center;
  margin: 1em auto;
  display: block;
}

.orderForm select {
  width: 87%;
  text-align: start;
  border: none;
  margin: 1em 0;
  line-height: 2.8em;
  border-radius: 2em;
  padding: 0em 2em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 1.2em;
  font-weight: 400;
  -webkit-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -moz-box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  box-shadow: 0 0px 16px rgba(199, 195, 195, 0.7);
  -webkit-appearance:none;
  -moz-appearance:none;
  background-image: url('../images/down-chevron.png');
  background-repeat: no-repeat;
  background-position: right 1em top 50%, 0, 0;
  background-size: 1em auto, 100%;
  background-repeat: no-repeat;
  background-color: #fff;
}




@media (max-width: 991px) {
.header .navbar-brand{
	width:100%;
	text-align:center;
}

.header img {
  width: 200px;
}

.page1-collapse {
  background-size: contain;
  background-position: top;
}


#page1 h1{
	font-size:2.8em;
	white-space:normal;
}

#page2 h1, #page3 h1, #page4 h1 {
	font-size:2em;
}

#page3 h1 {
	font-size:2.8em;
}

#info {
    font-size:1.3em;
}

.d-lg-none .product{
	width:30%;
	margin-bottom:0;
}

.d-lg-none .product img{
	width:60%;
}

#img4{
	position:absolute;
	top: -5%;
    right: 10px;
    width: 50%;
	z-index:1;
}

#contact{
	font-size:2em;
	text-align:center;
}

.product{
  padding-top:50px;
}

.product .name {
  font-size: 1.4em;
}

.product img {
    width: 30%;
}

.product .volume {
  font-size: 1.4em;
}

.product .price{
	margin-top:1em;
}

.d-lg-none .product .name {
  font-size: 1em;
}

.d-lg-none .product .volume {
  font-size: 1em;
}

.page2, .page3{
  background-image:none;
}


.page4 .orderForm,
.page4 .myOrderBlock {
	margin:5% 5%;
}

.myOrderBlock p,
.orderForm p{
	font-size:1.3em;
}

.page4 input{
	font-size:1em;
}

@-moz-document url-prefix() {
.orderFormSmall2 input{
	width:60%;
}
}

.myOrderBlock table{
	font-size:1em;
}
}

@media (max-width: 667px) {
    .header img {
    width: 150px;
}
    #page1 h1{
	font-size:2.5em;
	white-space:normal;
}
#page1 h4#text {
    font-size:.8em;
}
#img4{
    width:60%;
}
#text1{
    font-size:1.2em;
}
#info {
    font-size:1em;
}
}

.house label {
    padding: 0!important;
}
.house input {
    margin: 0!important;
}
