/*! formalize.css | MIT License | github.com/interacthings/formalize */
*, *:before, *:after {
  box-sizing: inherit; }

html {
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  color: inherit;
  text-decoration: none; }

a:active, a:focus, a:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

button:active, button:focus, button:hover {
  outline: none;
  color: currentColor;
  text-decoration: none; }

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td {
  padding: 0; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/gilroy/Gilroy-Medium.woff2") format("woff2"), url("../font/gilroy/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/gilroy/Gilroy-Black.woff2") format("woff2"), url("../font/gilroy/Gilroy-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Gilroy';
  src: url("../font/gilroy/Gilroy-Bold.woff2") format("woff2"), url("../font/gilroy/Gilroy-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

body {
  font-family: "Gilroy", sans-serif; }
  body .container {
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px; }

.mobile {
  display: none !important; }

.Header {
  background-color: #f0f4e5; }
  .Header-in {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.82vw;
    padding-bottom: 1.56vw; }
    .Header-in a img {
      width: 19.6vw;
      height: 6.9vw; }
  .Header-social {
    display: flex;
    align-items: center; }
    .Header-social a {
      margin-right: 20px;
      transition: 500ms; }
      .Header-social a:last-child {
        margin-right: 0; }
      .Header-social a:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        background-size: 100% 100%; }
      .Header-social a:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px);
        transition: 500ms; }
    .Header-social .facebook:before {
      width: 1.3vw;
      height: 2.5vw;
      background-image: url(../images/icon-facebook.png); }
    .Header-social .instagram:before {
      width: 2.44vw;
      height: 2.44vw;
      background-image: url(../images/icon-instagram.png); }
    .Header-social .twitter:before {
      width: 2.5vw;
      height: 2.03vw;
      background-image: url(../images/icon-twitter.png); }

.Slider {
  position: relative;
  z-index: 1; }
  .Slider .swiper-container .swiper-slide {
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover; }
    .Slider .swiper-container .swiper-slide:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      opacity: 0.72;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-image: url(../images/slider-back.svg); }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    position: static;
    width: 12px;
    height: 18px;
    margin-top: 0;
    background-size: auto 100%;
    opacity: 1; }
  .Slider .swiper-container .swiper-button-prev {
    background-image: url(../images/icon-left.svg);
    margin-right: 20px; }
  .Slider .swiper-container .swiper-button-next {
    background-image: url(../images/icon-right.svg); }
  .Slider .Slider-container {
    height: 100%;
    display: flex;
    align-items: center; }
  .Slider-controls {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .Slider-controls-arrow {
      display: flex;
      align-items: center;
      margin-left: 10%; }
  .Slider .swiper-pagination {
    position: relative; }
  .Slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    /* border-radius: 100%; */
    /* background: #000; */
    background-color: transparent;
    opacity: 1;
    color: #fff;
    font-size: 20px;
    margin-right: 20px; }
  .Slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: auto;
    margin-right: 20px; }
  .Slider-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    z-index: 2;
    margin-left: 5%;
    position: relative; }
    .Slider-text h2 {
      font-size: 3.64vw;
      font-weight: 500;
      line-height: 0.99;
      letter-spacing: -2.15px;
      color: #ffffff; }
      .Slider-text h2:nth-child(2) {
        font-weight: 900; }
    .Slider-text .Slider-line {
      position: relative; }
      .Slider-text .Slider-line:after {
        content: " ";
        display: inline-block;
        transition: 500ms;
        width: 6.66vw;
        height: 5px;
        background-color: #ffffff; }

.Slider-bottom {
  background-color: #c4cc2a; }
  .Slider-bottom-in {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    padding-top: 4.42vw;
    padding-bottom: 2.1vw; }
  .Slider-bottom-item {
    font-size: 1.25vw;
    font-weight: 900;
    letter-spacing: -0.75px;
    color: #3a2015;
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 10px; }
    .Slider-bottom-item:before {
      content: "";
      display: inline-block;
      transition: 500ms;
      width: 1.51vw;
      height: 1.51vw;
      background-size: 100% 100%;
      background-image: url(../images/icon-dot.svg);
      margin-right: 20px; }

.Title {
  font-size: 3.04vw;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.25px;
  color: #ffffff; }
  .Title span {
    display: block;
    padding-left: 20px;
    font-size: 2.375vw;
    font-weight: 500;
    letter-spacing: -0.19px; }

.Text {
  font-size: 1.21vw;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02px;
  color: #ffffff;
  margin-bottom: 1.1vw; }

.Button {
  border-radius: 8px;
  background-color: #3a2015;
  font-size: 1.21vw;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.02px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.1vw;
  transition: 500ms;
  margin-top: 1.56vw; }
  .Button:hover {
    color: #fff;
    transition: 500ms;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }

.About {
  background-color: #3a2015;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.6vw 0; }
  .About-left {
    width: 55%;
    display: flex; }
    .About-left img {
      width: 100%;
      max-width: 14.3vw;
      margin-right: 5%; }
    .About-left-text {
      display: flex;
      flex-direction: column;
      justify-content: center; }
  .About-right {
    width: 40%;
    padding-right: 20px; }

.Urun {
  background-color: #ffffff;
  padding-top: 3.125vw;
  padding-bottom: 1.56vw; }
  .Urun-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .Urun-left {
    width: 30%; }
    .Urun-left img {
      width: 100%; }
  .Urun-right {
    width: 70%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative; }
    .Urun-right .Title, .Urun-right .Text {
      color: #3a2015; }
    .Urun-right:after {
      content: " ";
      display: inline-block;
      transition: 500ms;
      width: 2px;
      height: 20.83vw;
      position: absolute;
      right: -30px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background-image: url(../images/icon-line.svg); }
  .Urun-2 {
    background-color: #f1f1f1; }
    .Urun-2 .Urun-in {
      flex-direction: row-reverse; }
    .Urun-2 .Urun-right {
      align-items: flex-start;
      text-align: left; }
      .Urun-2 .Urun-right:after {
        display: none; }
      .Urun-2 .Urun-right:before {
        content: "";
        display: inline-block;
        transition: 500ms;
        width: 2px;
        height: 20.83vw;
        position: absolute;
        left: -30px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-image: url(../images/icon-line.svg); }

.Footer-top {
  background-color: #3a2015; }

.Footer-bottom {
  background-color: #fff;
  padding: 2.34vw 0; }
  .Footer-bottom-in {
    display: flex;
    align-items: center;
    justify-content: space-between; }

.Footer-in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.125vw 0; }

.Footer p {
  font-size: 1.21vw;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: 0.02px;
  color: #ffffff;
  margin-bottom: 1.1vw;
  text-decoration: none; }
  .Footer p a {
    transition: 500ms; }
    .Footer p a:hover {
      text-decoration: underline;
      transition: 500ms; }

.Footer .Title {
  margin-bottom: 1.82vw; }

.Footer-left {
  width: 45%; }

.Footer-right {
  width: 45%; }

.Footer-text {
  display: flex;
  align-items: center; }
  .Footer-text p {
    font-size: 1.1vw;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #2d2d2d;
    margin-right: 2.6vw;
    margin-bottom: 0; }
  .Footer-text a {
    width: 6.35vw;
    height: 3.07vw; }
    .Footer-text a img {
      width: 100%; }

.Footer .Upto a:before {
  content: "";
  display: inline-block;
  transition: 500ms;
  width: 4.21vw;
  height: 4.21vw;
  background-size: 100% 100%;
  background-image: url(../images/icon-up.png); }

@media (max-width: 768px) {
  .container {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

@media (max-width: 991px) {
  .container {
    padding-left: 30px !important;
    padding-right: 30px !important; }
  .mobile {
    display: block !important; }
  .Header-in {
    padding-top: 15px;
    padding-bottom: 15px; }
    .Header-in a img {
      width: 198px;
      height: 68px; }
  .Header-social {
    padding-top: 20px; }
    .Header-social .facebook:before {
      width: 13px;
      height: 25px; }
    .Header-social .instagram:before {
      width: 24px;
      height: 24px; }
    .Header-social .twitter:before {
      width: 30px;
      height: 24px; }
  .Slider .swiper-container .swiper-slide {
    height: 500px; }
  .Slider .swiper-container .swiper-button-prev, .Slider .swiper-container .swiper-button-next {
    width: 10px;
    height: 14px; }
  .Slider-controls {
    margin-top: 20px; }
    .Slider-controls-arrow {
      margin-left: 5%; }
  .Slider .swiper-pagination-bullet {
    font-size: 16px; }
  .Slider-text h2 {
    font-size: 32px; }
  .Slider-text .Slider-line:after {
    width: 80px;
    height: 4px; }
  .Slider-bottom-in {
    padding-top: 20px;
    padding-bottom: 10px; }
  .Slider-bottom-item {
    font-size: 14px;
    margin-bottom: 20px;
    padding-right: 10px; }
    .Slider-bottom-item:before {
      width: 15px;
      height: 15px;
      margin-right: 10px; }
  .Title {
    font-size: 32px; }
    .Title span {
      font-size: 26px;
      padding-left: 5px; }
  .Text {
    font-size: 14px;
    margin-bottom: 10px; }
  .Button {
    font-size: 13px;
    padding: 10px;
    margin-top: 20px; }
  .About {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0; }
    .About-left {
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding: 0;
      margin: 0;
      margin-bottom: 20px; }
      .About-left img {
        width: 100%;
        max-width: 180px;
        max-height: 289px;
        margin-right: 0;
        display: block;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        margin-top: -55px; }
      .About-left-text {
        padding: 0 20px; }
    .About-right {
      width: 100%;
      padding: 0 20px;
      margin-bottom: 40px; }
  .Urun {
    padding-top: 30px;
    padding-bottom: 30px; }
    .Urun-in {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%; }
    .Urun-left {
      width: 40%; }
      .Urun-left img {
        width: 90%; }
    .Urun-right {
      width: 60%;
      text-align: right;
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      position: relative; }
      .Urun-right .Title {
        font-size: 24px; }
        .Urun-right .Title span {
          font-size: 20px; }
      .Urun-right .Text {
        font-size: 13px; }
      .Urun-right:after {
        height: 200px;
        right: -10px; }
    .Urun-2 .Urun-right {
      padding-right: 10px; }
      .Urun-2 .Urun-right:before {
        height: 200px;
        left: -10px; }
  .Footer-bottom {
    padding: 10px 0; }
    .Footer-bottom-in {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .Footer-in {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0; }
  .Footer p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.15;
    letter-spacing: 0.02px;
    color: #ffffff;
    margin-bottom: 1.1vw;
    text-decoration: none; }
    .Footer p a {
      transition: 500ms; }
      .Footer p a:hover {
        text-decoration: underline;
        transition: 500ms; }
  .Footer .Title {
    margin-bottom: 10px;
    font-size: 28px; }
    .Footer .Title span {
      font-size: 24px; }
  .Footer p {
    font-size: 13px; }
  .Footer-left {
    width: 100%;
    margin-bottom: 20px; }
  .Footer-right {
    width: 100%; }
  .Footer-text p {
    font-size: 10px;
    margin-right: 10px;
    color: #2D2D37; }
  .Footer-text a {
    width: 60px;
    height: auto; }
  .Footer .Upto a:before {
    width: 24px;
    height: 24px; } }
