/*
 *  Fonts
 *//*
 *  Colors
 *//*
	*  Template Colors
	*//*
	* Animation Effect
	*/[class^='icon-'],[class*=' icon-'] {
 /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'polarygroup' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before {
  content: '\e902';
}

.icon-instagram:before {
  content: '\e903';
}

.icon-linkedin:before {
  content: '\e904';
}

.icon-twitter:before {
  content: '\e905';
}

.icon-youtube:before {
  content: '\e906';
}

.icon-left:before {
  content: '\e900';
}

.icon-right:before {
  content: '\e901';
}

.home__slider {
  position: relative;
}

.home__slider__item {
  position: relative;
  width: 100%;
  height: calc(100vh - 130px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home__slider__content {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 0 150px;
}

.home__slider__image {
  width: 100%;
}

.home__slider__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25.6px;
  line-height: 1.6rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  margin: 0 0 5px 0;
}

.home__slider__title {
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 80px;
  line-height: 5rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ffffff;
  font-weight: 400;
}

.home__slider__title strong {
  font-weight: 700;
}

.home__slider__title.-black {
  color: #10202d;
}

.home__slider__socialmedia {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  height: 100px;
  padding: 0 80px 0 0;
}

.home__slider__socialmedia__item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 0 0 20px;
}

.home__slider__socialmedia__item span {
  color: #ffffff;
  font-size: 16px;
  pointer-events: none;
}

.home__slider__pagination {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 50% !important;
  height: 80px;
  padding: 0 150px;
}

.home__slider__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  margin: 0 15px 0 0 !important;
}

.home__slider__pagination .swiper-pagination-bullet:last-child {
  margin: 0;
}

.home__slider__pagination .swiper-pagination-bullet-active {
  background-color: #3fc1be;
}

.home__slider__nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  outline: none;
  cursor: pointer;
}

.home__slider__nav:hover span {
  color: #ffffff;
}

.home__slider__nav:hover:after {
  width: 50px;
}

.home__slider__nav:after {
  content: '';
  position: absolute;
  top: -34px;
  z-index: -1;
  display: flex;
  width: 0;
  height: 100px;
  background-color: #3fc1be;
  transition: width 0.2s linear;
}

.home__slider__nav span {
  color: #3fc1be;
  font-size: 34px;
  transition: color 0.2s linear;
}

.home__slider__nav-next {
  right: 50px;
}

.home__slider__nav-next:after {
  right: -30px;
}

.home__slider__nav-prev {
  left: 50px;
}

.home__slider__nav-prev:after {
  left: -30px;
}

.home__product {
  padding: 100px 0;
}

.home__product__container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 50px;
}

.home__product__group {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.home__product__title {
  margin: 0 0 20px 0;
  padding: 0 20px;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 57.6px;
  line-height: 3.6rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
  color: #010101;
}

.home__product__pagination {
  display: none;
}

.home__product__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #dfdfdf;
  opacity: 1;
  outline: none;
  margin: 0 10px 0 0 !important;
}

.home__product__pagination .swiper-pagination-bullet-active {
  background-color: #3fc1be;
}

.home__product__nav {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
}

.home__product__nav-next {
  margin: 0 0 0 20px;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 30px;
  color: #3fc1be;
  outline: none;
  cursor: pointer;
}

.home__product__nav-next.swiper-button-disabled {
  color: #aaaaaa;
}

.home__product__nav-prev {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 30px;
  color: #3fc1be;
  outline: none;
  cursor: pointer;
}

.home__product__nav-prev.swiper-button-disabled {
  color: #aaaaaa;
}

.home__product__item {
  padding: 30px;
  transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;
}

.home__product__item:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.11);
}

.home__product__image {
  display: block;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.home__product__category {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #010101;
  font-weight: 600;
  text-align: center;
}

.home__product__name {
  margin: 0 0 15px 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #010101;
  text-align: center;
}

.home__product__name strong {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 700;
}

.home__product__size {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19.2px;
  line-height: 1.2rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  color: #ababab;
  text-align: center;
}

.home__product .swiper-container {
  padding: 20px;
}

.home__collection {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}

.home__collection__link {
  display: none;
}

.home__collection__link:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
  width: 100%;
  height: 100%;
}

.home__collection__item {
  position: relative;
  width: 50%;
}

.home__collection__image {
  display: block;
  width: 100%;
}

.home__collection__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 80px 50px 0 50px;
}

.home__collection__title {
  width: 60%;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 54px;
  font-size: 3.375rem;
  line-height: 60px;
  line-height: 3.75rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #064a7f;
}

.home__collection__title:after {
  content: '';
  display: flex;
  width: 40px;
  height: 1px;
  margin: 30px 0;
  background-color: #064a7f;
}

.home__collection__title.-green {
  color: #285042;
}

.home__collection__title.-green:after {
  background-color: #285042;
}

.home__collection__description {
  width: 60%;
  margin: 0 0 30px 0;
}

.home__collection__button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  max-width: 300px;
  font-weight: 600;
  color: #464646;
}

.home__collection__button span {
  margin: 0 0 0 20px;
  font-size: 26px;
}

.home__collection__product {
  position: absolute;
  left: 50px;
  bottom: 50px;
  width: 35%;
  display: block;
  max-width: 100%;
}

.home__about {
  padding: 100px 20px;
}

.home__about:after,.home__about:before {
  content: '';
  display: flex;
  width: 200px;
  height: 1px;
  margin: 0 auto;
  background-color: #dfdfdf;
}

.home__about:after {
  margin-top: 100px;
}

.home__about:before {
  margin-bottom: 100px;
}

.home__about__container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.home__about__title {
  margin: 0 0 40px 0;
  font-family: "Playfair Display", Arial, sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 2.8125rem;
  -webkit-font-feature-settings: 'kern' 1;
  font-feature-settings: 'kern' 1;
  -webkit-font-kerning: normal;
  font-kerning: normal;
  font-weight: 600;
  color: #000000;
  text-align: center;
}

.home__about__description {
  margin: 0 0 40px 0;
}

.home__about__button {
  font-weight: 600;
  color: #464646;
}

@font-face {
  font-family:'polarygroup';src:url("../font/icon/polarygroup.eot?cgsnct");src:url("../font/icon/polarygroup.eot?cgsnct#iefix") format("embedded-opentype"), url("../font/icon/polarygroup.woff?cgsnct") format("woff"), url("../font/icon/polarygroup.svg?cgsnct#polarygroup") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (max-width: 1600px) {
  .home__collection__title {
    font-size: 44px;
    font-size: 2.75rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__collection__product {
    bottom: 35px;
  }
}

@media only screen and (max-width: 1440px) {
  .home__collection__title {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__collection__description {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__collection__button {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 20px;
    line-height: 1.25rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__collection__button span {
    font-size: 24px;
  }

  .home__collection__product {
    width: 30%;
  }
}

@media only screen and (max-width: 1366px) {
  .home__collection__content {
    padding: 40px 30px 0 30px;
  }

  .home__collection__title:after {
    margin: 15px 0;
  }

  .home__collection__description {
    margin: 0 0 15px 0;
  }
}

@media only screen and (max-width: 1248px) {
  .home__slider__title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 60px;
    line-height: 3.75rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__product__container {
    padding: 0 20px;
  }

  .home__product__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 48px;
    line-height: 3rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__about__title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 40px;
    line-height: 2.5rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }
}

@media only screen and (max-width: 1024px) {
  .home__slider__item {
    height: calc(100vh - 100px);
  }

  .home__slider__content {
    padding: 0 30px;
  }

  .home__slider__socialmedia {
    height: 70px;
    padding: 0 30px 0 0;
  }

  .home__slider__pagination {
    height: 50px;
    padding: 0 0 0 30px;
  }

  .home__slider__nav {
    display: none;
  }

  .home__product__title {
    width: 100%;
    text-align: center;
  }

  .home__product__pagination {
    display: block;
    padding: 50px 0 0 0;
    text-align: center;
  }

  .home__product__nav {
    display: none;
  }

  .home__collection {
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
  }

  .home__collection__item {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .home__slider__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 50px;
    line-height: 3.125rem;
    -webkit-font-feature-settings: 'kern' 1;
    font-feature-settings: 'kern' 1;
    -webkit-font-kerning: normal;
    font-kerning: normal;
  }

  .home__slider__socialmedia__item {
    width: 35px;
    height: 35px;
    margin: 0 0 0 10px;
  }

  .home__product {
    padding: 80px 0 50px 0;
  }

  .home__collection__link {
    display: block;
  }

  .home__collection__description {
    display: none;
  }

  .home__collection__button {
    display: none;
  }

  .home__about {
    padding: 80px 20px;
  }

  .home__about:after,.home__about:before {
    width: 150px;
  }

  .home__about:after {
    margin-top: 80px;
  }

  .home__about:before {
    margin-bottom: 80px;
  }
}

/*# sourceMappingURL=home.css.map */
