/* Made by Anton Skowronski */
/*================================================
  Table of Contents
  ================================================
  01. Imports
  02. Variables
  03. Global

  04. Secion 1 - Hero
  05. Secion 2 - Founder
  06. Secion 3 - Products
  07. Secion 4 - Contacts
  ================================================*/

/* 01. Imports  */

@import url("bs-reboot.min.css");
@import url("grid.min.css");
@import url("aos.min.css");

/** Montserrat Regular **/
@font-face {
    font-family: "Montserrat";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("../font/Montserrat/min/Montserrat-Regular.woff2") format("woff2"),
         url("../font/Montserrat/min/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
    font-family: "Montserrat";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    src: url("../font/Montserrat/min/Montserrat-Medium.woff2") format("woff2"),
         url("../font/Montserrat/min/Montserrat-Medium.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
    font-family: "Montserrat";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
    src: url("../font/Montserrat/min/Montserrat-SemiBold.woff2") format("woff2"),
         url("../font/Montserrat/min/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat Bold  **/
@font-face {
    font-family: "Montserrat";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("../font/Montserrat/min/Montserrat-Bold.woff2") format("woff2"),
         url("../font/Montserrat/min/Montserrat-Bold.woff") format("woff");
}
/** Montserrat ExtraBold  **/
@font-face {
    font-family: "Montserrat";
    font-weight: 800;
    font-style: normal;
    font-display: swap;
    src: url("../font/Montserrat/min/Montserrat-ExtraBold.woff2") format("woff2"),
         url("../font/Montserrat/min/Montserrat-ExtraBold.woff") format("woff");
}


/* 02. Variables  */

:root{
  --color-1: #dd8f2a; /* Оранжевый */
  --color-2: #00bdac; /* Мятный */
  --color-3: #028480; /* Бирюзовый */

  --bg-dark: #00392d; /* Темный фон */
  --bg-light: #feefda; /* Светлый фон */

  --color-black: #2c2e35; /* Черный */
  --color-white: #ffffff; /* Белый */

  --font-global: 'Montserrat', var(--font-serif);
  --font-alt: 'Montserrat',var(--font-serif);
  --font-serif: Helvetica, 'Times New Roman', Times, serif;
}

/* 03. Global  */

body {
  font-family: var(--font-global);
  color: var(--color-white);
  background-color: var(--bg-dark);
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

body, html {
  overflow-x: hidden;
}

h1 {
  font-weight: 700;
  font-size: 60px;
}

h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-size: 32px;
}

p {
  font-weight: 400;
  font-size: 18px;
}


a {
  text-decoration: none;
  transition: background .4s, border .4s, color .4s;
}

.float-shape {
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}


/* ============================================= 04. Secion 1 - Hero  */

.hero-section {
  position: relative;
}

.hero-section .container {
  padding-top: 130px;
}

.logo {
  text-align: center;
}

.main-logo {
  width: 100%;
  height: auto;
  fill: var(--color-1);
}

.by-founder {
  margin: 0px;
  font-size: 24px;
  font-weight: 400;
  white-space: nowrap;
}

.slogan {
  margin: 0px;
  white-space: nowrap;
  /*font-size: 55px;*/
}

.sub-slogan {
  white-space: nowrap;
  /*font-size: 32px;*/
}

.sub-slogan span {
  font-weight: 600;
}

.hero-image {
  width: 80%;
}

.big-leaf1 {
  background-image: url('../img/shapes/big-list1-2.svg');
  width: 270px;
  height: 270px;
  top: -2%;
  right: -8%;
  z-index: -1;
}

.big-leaf2 {
  background-image: url('../img/shapes/big-list3.svg');
  width: 200px;
  height: 200px;
  top: 65%;
  left: -6%;
  transform: rotate(190deg);
}

.min-leaf1 {
  background-image: url('../img/shapes/list1.svg');
  width: 40px;
  height: 40px;
  top: 15%;
  right: 36%;
  animation: floatAnimation 3s linear infinite;
}

.big-star1 {
  background-image: url('../img/shapes/big-star2.svg');
  width: 120px;
  height: 120px;
  top: 80%;
  right: 45%;
  animation: spin 8s linear infinite;
}

.min-star1 {
  background-image: url('../img/shapes/min-star1.svg');
  width: 40px;
  height: 40px;
  bottom: 10%;
  left: 15%;
}

.min-star2 {
  background-image: url('../img/shapes/min-star2.svg');
  width: 40px;
  height: 40px;
  top: 15%;
  left: 5%;
}

.min-star3 {
  background-image: url('../img/shapes/min-star3.svg');
  width: 40px;
  height: 40px;
  top: 50%;
  left: 7%;
  animation: floatAnimation 5s linear infinite;
}

.star1 {
  background-image: url('../img/shapes/star1.svg');
  width: 40px;
  height: 40px;
  top: 20%;
  right: 18%;
}

.star2 {
  background-image: url('../img/shapes/star2.svg');
  width: 40px;
  height: 40px;
  top: 30%;
  right: 9%;
  animation: floatAnimation 5s linear infinite;
}

.star3 {
  background-image: url('../img/shapes/star3.svg');
  width: 40px;
  height: 40px;
  top: 45%;
  right: 4%;
}

.star4 {
  background-image: url('../img/shapes/star4.svg');
  width: 40px;
  height: 40px;
  bottom: 30%;
  right: 10%;
  animation: floatAnimation 8s linear infinite;
}

.min-list1 {
  background-image: url('../img/shapes/min-list1.svg');
  width: 40px;
  height: 40px;
  bottom: 17%;
  left: 37%;
}

.uzor-top {
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-image: url('../img/uzor.svg');
  background-repeat: repeat-x;
}

.uzor-bottom {
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-image: url('../img/uzor.svg');
  background-repeat: repeat-x;
  transform: rotate(180deg);
}

/* ============================================= 05. Secion 2 - Founder  */


.founder-section {
  margin-top: 50px;
  background-image: url('../img/volna1.svg');
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.f1text{
  font-size: 22px;
}

.f2name {
  text-align: right;
  margin-bottom: 210px;
}


.founder-image {
  width: 90%;
  animation: floatAnimation10 5s linear infinite;
  margin-top: 30px;
}

.flower2-1 {
  background-image: url('../img/shapes/flower.svg');
  width: 100px;
  height: 100px;
  bottom: -3%;
  left: 10%;
}

.min-star2-2 {
  background-image: url('../img/shapes/min-star2.svg');
  width: 40px;
  height: 40px;
  top: 30%;
  left: 20%;
}

.min-star2-3 {
  background-image: url('../img/shapes/min-star3.svg');
  width: 40px;
  height: 40px;
  top: 50%;
  left: 7%;
  animation: floatAnimation 5s linear infinite;
}

.star2-1 {
  background-image: url('../img/shapes/star1.svg');
  width: 40px;
  height: 40px;
  top: 20%;
  right: 18%;
}

.star2-2 {
  background-image: url('../img/shapes/star2.svg');
  width: 40px;
  height: 40px;
  top: 30%;
  right: 9%;
  animation: floatAnimation 5s linear infinite;
}

.star2-3 {
  background-image: url('../img/shapes/star3.svg');
  width: 40px;
  height: 40px;
  top: 15%;
  right: 4%;
}

.star2-4 {
  background-image: url('../img/shapes/star4.svg');
  width: 60px;
  height: 60px;
  top: 1%;
  right: 40%;
  animation: floatAnimation 8s linear infinite;
}

.min-list2-1 {
  background-image: url('../img/shapes/min-list1.svg');
  width: 40px;
  height: 40px;
  bottom: 17%;
  left: 37%;
}

.big-leaf2-2 {
  background-image: url('../img/shapes/big-list1.svg');
  width: 130px;
  height: 130px;
  top: 35%;
  right: -6%;
  transform: rotate(190deg);
}

/* ============================================= 06. Secion 3 - Products  */


.products-section {
  padding-top: 80px;
  background-color: var(--bg-light);
  position: relative;
  overflow: hidden;
  text-align: center;
}

.products-section h2 {
  color: var(--color-3);
  font-size: 40px;
}

.products-section h3 {
  color: var(--color-3);
}

.products-section p {
  color: var(--color-3);
}

.input-field {
  width: 350px;
  padding: 20px;
  border-radius: 8px;
  background-color: #028480;
  color: #fff;
  border: 1px solid #ced4da;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 23px;
  transition: border-radius 0.3s ease;
}

.input-field:focus {
  border-radius: 15px;
  outline: 2px solid #00bdac;
}

.input-field::placeholder {
  color: #fff;
}

.input-field:focus::placeholder {
  color: #999; /* Цвет placeholder при фокусировке */
}

.btn {
  border: none;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 23px;
}

.btn-submit {
  width: 350px;
  padding: 20px;
  border-radius: 8px;
  background-color: #00bdac;
  color: #fff;
}

.btn-submit:hover {
  background-color: #028480;
  color: white;
  font-family: inherit;
}

.submit-button:active {
  border-radius: 15px;
}

.meteor3-1 {
  background-image: url('../img/shapes/meteor.svg');
  width: 130px;
  height: 130px;
  bottom: 10%;
  left: 15%;
  transform: rotate(-20deg);
  z-index: 2;
}

.min-star3-2 {
  background-image: url('../img/shapes/min-star2.svg');
  width: 40px;
  height: 40px;
  top: 15%;
  left: 5%;
  z-index: 2;
}

.min-star3-3 {
  background-image: url('../img/shapes/min-star3.svg');
  width: 40px;
  height: 40px;
  top: 50%;
  left: 7%;
  animation: floatAnimation 5s linear infinite;
  z-index: 2;
}

.star3-1 {
  background-image: url('../img/shapes/star1.svg');
  width: 40px;
  height: 40px;
  top: 20%;
  right: 18%;
}

.star3-2 {
  background-image: url('../img/shapes/star2.svg');
  width: 40px;
  height: 40px;
  bottom: 20%;
  right: 16%;
  animation: floatAnimation 5s linear infinite;
}

.star3-3 {
  background-image: url('../img/shapes/star3.svg');
  width: 40px;
  height: 40px;
  top: 45%;
  right: 4%;
}

.star3-4 {
  background-image: url('../img/shapes/star4.svg');
  width: 40px;
  height: 40px;
  bottom: 1%;
  left: 32%;
}

.star3-5 {
  background-image: url('../img/shapes/star4.svg');
  width: 40px;
  height: 40px;
  top: 5%;
  right: 10%;
}

.min-list3-1 {
  background-image: url('../img/shapes/min-list1.svg');
  width: 40px;
  height: 40px;
  bottom: 17%;
  left: 37%;
}

.big-leaf3-2 {
  background-image: url('../img/shapes/big-list3.svg');
  width: 200px;
  height: 200px;
  top: 50%;
  right: -9%;
  transform: rotate(80deg);
}

/* ============================================= 07. Secion 4 - Contacts  */


.contacts-section {
  background-image: url('../img/volna2.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}

.contacts-section h2 {
  margin-bottom: 50px;
}

.contacts-block {
  margin-top: 400px;
  margin-bottom: 100px;
  text-align: center;
}

ion-icon {
  color: var(--color-1);
}

.star4-1 {
  background-image: url('../img/shapes/star1.svg');
  width: 40px;
  height: 40px;
  top: 50%;
  right: 18%;
}

.star4-2 {
  background-image: url('../img/shapes/star2.svg');
  width: 40px;
  height: 40px;
  bottom: 15%;
  right: 9%;
  animation: floatAnimation 5s linear infinite;
}

.star4-3 {
  background-image: url('../img/shapes/star3.svg');
  width: 40px;
  height: 40px;
  top: 45%;
  left: 4%;
}

.star4-4 {
  background-image: url('../img/shapes/star4.svg');
  width: 40px;
  height: 40px;
  bottom: 30%;
  left: 10%;
  animation: floatAnimation 8s linear infinite;
}

.girl4-1 {
  background-image: url('../img/shapes/girl-footer.svg');
  width: 140px;
  height: 140px;
  top: 45%;
  right: 35%;
  animation: floatAnimation 8s linear infinite;
}

/* ============================================= Animations */

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes rainbow {
  0% {
    color: var(--color-1);
  }
  33% {
    color: var(--color-2);
  }
  66% {
    color: var(--color-3);
  }
  100% {
    color: var(--color-1);
	}
}

@keyframes floatAnimation {
  0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
    100% {
      transform: translateY(0);
    }
}

@keyframes floatAnimation10 {
  0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
}


@keyframes spin {
  0% { 
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}