/* =========================================================
   1) GLOBAL – FONT, RESET, GENEL ELEMENT STİLLERİ
   ========================================================= */


/* Arsenal Font Family */
@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Arsenal';
  src: url('../fonts/Arsenal-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

html,
body {
	height: 100%;
	font-family: "Arsenal", sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	color: #111111;
	font-weight: 400;
	font-family: "Arsenal", sans-serif;
}

h1 { font-size: 70px; }
h2 { font-size: 36px; }
h3 { font-size: 36px; }
h4 { font-size: 24px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

p {
	font-size: 16px;
	font-family: "Arsenal", sans-serif;
	color: #636363;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}

img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a:hover,
a:focus {
	color: #fff;
}

ul,
ol {
	padding: 0;
	margin: 0;
}


/* =========================================================
   2) HERO (HANE + APP SLIDE)
   HTML: .hero-section, .hero-items, .hero-new, .hero-new-2...
   ========================================================= */

.hero-new,
.hero-new-2 {
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 900px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 5% 50px 10%;
  box-sizing: border-box;
}

.hero-new{
  background-image: url(../img/Weizenfeld.jpg);

}

.hero-new-2 {
  background-image: url(../img/turkiser.png);
}

.hero-heading {
  width: 40%;
}

.hero-heading h1 {
  color: white;
  font-size: 115px;
  line-height: 0.95;
  margin: 0;
}

.hero-heading h1 span {
  font-style: italic;
  font-size: inherit;
}

/* Hane slide: Passion for the best. */
.hero-new .hero-heading h1 {
  color: #ffffff;      /* Passion for the */
  font-weight: 400;
}

.hero-new .hero-heading h1 span {
  color: #1ea99c;      /* best. */
  font-weight: 700;    /* bold */
}

/* --- App hero: Download our Akar Shop App --- */
.hero-new-2 .hero-heading h1 {
  color: #ffffff;     /* Download our */
  font-weight: 400;
}

.hero-new-2 .hero-heading h1 span {
  color: #b5e2da;     /* Akar Shop App */
  font-weight: 700;
}

.hero-img {
  width: 60%;
  max-width: 1185px;
}

.hero-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* Hane logo sağ altta */
.hane-logo-container {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  display: flex;
  align-items: flex-end;
  gap: 8px;
  color: white;
  font-size: 1rem;
  flex-direction: column;
}

.hane-logo-container img {
  width: 10vw;
  max-width: 200px;
  min-width: 60px;
  height: auto;
}

/* Sosyal medya ikonları */
.hero-socials {
  position: absolute;
  left: 10%;        /* soldan mesafe */
  bottom: 80px;     /* alttan mesafe */
  display: flex;
  gap: 8px;
  align-items: center;
}

.hero-socials img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  display: block;
  cursor: pointer;
}

/* Telefon ve store butonları */
.Mobile-App-container {
  position: absolute;
  right: 0;
  top: -6.6%;
  max-width: 820px;
}

/* Telefon görselinin içinde butonların durduğu alan */
.app-badges {
  position: absolute;
  left: 45px;          
  bottom: 28.5%;      
  display: flex;
  flex-direction: column;   
  gap: 25px;                
}

/* Tek tek store butonu */
.store-badge {
  display: flex;
  align-items: center;
  background: #e6e6e6;
  border-radius: 23px;
  padding: 22px 32px;
  text-decoration: none;
  color: #000;
  min-width: 270px;     /* genişlik */
  box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Logonun kendisi */
.store-badge img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 18px;
}

/* Yazı bloğu */
.store-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

/* first / last child ile font ayarı */
.store-text span:first-child {
  font-size: 14px;
}

.store-text span:last-child {
  font-size: 22px;
  font-weight: 700;
}

.store-small {
  font-size: 12px;
}

.store-big {
  font-size: 16px;
  font-weight: 600;
}




/* Owl nav butonları – slider okları */
.hero-items .owl-nav button[type=button] {
	font-size: 30px;
	position: absolute;
	left: 40px;
	top: 45%;
	color: #252525;
}

.hero-items .owl-nav button[type=button]:hover {
	color: #dfad51;
}

.hero-items .owl-nav button[type=button].owl-next {
	left: auto;
	right: 40px;
}


/* Küçük telefonlar için ekstra küçültme */
@media (max-width: 576px) {
  .hero-heading h1 {
    font-size: clamp(2rem, 9vw, 2.8rem);
  }

  .hero-socials img {
    width: 42px;
    height: 42px;
  }
}

/* =========================================================
   3) LOGO SLIDER
   HTML: .logo-slider, .logo-title, .logo-viewport, .logo-track...
   ========================================================= */

.logo-slider {
  padding: 48px 0 80px;
  background: #f0f2f2;
}

.logo-title {
  text-align: center;
  margin: 0 0 16px;
  font-size: clamp(30px, 6vw, 54px);
  font-weight: 400;
  color: #2b2b2b;
}

.logo-title span {
  font-style: italic;
  color: #0b6a61;
  font-weight: 700;
  font-size: inherit;
}

.logo-viewport {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding: 12px 0;
}

.logo-track {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: logo-scroll 15s linear infinite;
}

.logo-slide {
  width: 180px;
  height: 110px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,.06);
}

.logo-slide img {
  max-width: 80%;
  max-height: 70%;
  object-fit: contain;
  display: block;
}

@keyframes logo-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.logo-viewport:hover .logo-track {
  animation-play-state: paused;
}

@media (max-width: 992px) {
  .logo-slide { width: 160px; height: 100px; }
  .logo-track { animation-duration: 17s; }
}

@media (max-width: 576px) {
  .logo-slide { width: 130px; height: 90px; }
  .logo-track { animation-duration: 10s; }
}

/* =========================================================
   4) ABOUT / CONTACT CARDS (Where you can find Us)
   ========================================================= */

.about-section {
  position: relative;
  background-image: url('../img/about-section/Akar_Building.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 5%;
  color: #fff;
  text-align: center;
}

.about-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.05);
}

.about-section * {
  position: relative;
  z-index: 1;
}

.about-title {
  font-size: clamp(48px, 5vw, 80px);
  font-weight: 700;
  color: #ffffff;  /* Where you can */
  margin-bottom: 60px;
  font-style: italic;
  font-family: 'Arsenal', sans-serif;
  text-align: center;
}

.about-title span {
  color: #b5e2da;  /* find Us */
  font-weight: 600;
  font-size: inherit;
  text-transform: none;
}

.about-cards {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}

.about-card {
  background: rgba(0, 0, 0, 0.8);  /* %80 siyah */
  border-radius: 15px;
  padding: 20px 35px;
  width: 290px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.about-card img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin-bottom: 15px;
}

.about-card h3 {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
}

.about-card p {
  font-size: 15px;
  line-height: 1.4;
  color: #ffffff;
  font-weight: 600;
}

.about-card p a {
  color: #ffffff;
  text-decoration: none;
}

.about-card p a:hover {
  text-decoration: underline;
}


@media (max-width: 992px) {
  .about-cards {
    gap: 20px;
  }

  .about-card {
    width: 45%;
  }
}

@media (max-width: 576px) {
  .about-section {
    min-height: 100vh;
  }

  .about-card {
    width: 100%;
  }
}

/* =========================================================
   5) GENEL LAYOUT / CONTAINER VE BAZI MEDIA QUERIES
   (Bu sayfaya da etki edebilecek parçalar)
   ========================================================= */

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 100%;
    /*1170px;*/
    padding-left: 7%;
  }
}

/* Medium Device: 1200px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-items .owl-nav button[type=button] {
    left: 5px;
  }

  .hero-items .owl-nav button[type=button].owl-next {
    right: 5px;
  }

  /* tab-item bu HTML'de yok ama bırakıyorum */
  .tab-item ul li a {
    padding: 18px 39px;
  }
}

@media only screen and (max-width: 991px) {
  .contact-form {
    padding-top: 40px;
  }

  .hero-items .owl-nav button[type=button] {
    left: 5px;
  }

  .hero-items .owl-nav button[type=button].owl-next {
    right: 5px;
  }
}

/* Tablet Device: 768px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-item ul li a {
    padding: 18px 39px;
  }

  .hero-items .off-card {
    left: 62%;
  }

  .icon-symbol {
    display: none;
  }
}

/* Large Device: 480px */
/* DİKKAT: Burada hero-section tamamen gizleniyor */
@media only screen and (max-width: 767px) {
  .main-header {
    background-color: white;
    border-bottom: 1px solid gray;
  }

  .icon-text {
    display: none;
  }

  .tab-item ul li a {
    padding: 18px 51px;
    margin-bottom: 10px;
  }

  .hero-items .single-hero-items h1 {
    font-size: 40px;
  }

  .hero-items .off-card {
    display: none;
  }

  .ps-slider .owl-nav button[type=button] {
    left: 0;
  }

  .ps-slider .owl-nav button[type=button].owl-next {
    right: 0;
  }

  .middle-header {
    display: initial;
  }

  .icon-container {
    background-color: white;
    display: flex;
    border-bottom: 1px solid gray;
    padding-top: 20px;
  }

  .icon-symbol {
    font-size: 32px;
    color: #137A6B;
    min-width: 100px;
    padding-top: 25px;
    text-align: center;
    padding-left: 40px;
  }

  .icon-context {
    font-size: 16px;
    padding-left: 50px;
    text-align: left;
  }
}

/* Small Device: 320px */
@media only screen and (max-width: 479px) {
  .icon-text {
    display: none;
  }

  .tab-item ul li a {
    padding: 18px 30px;
    margin-bottom: 10px;
  }

  .contact-widget .cw-item .ci-icon {
    float: none;
    margin-bottom: 5px;
  }

  .contact-widget .cw-item .ci-text {
    padding-left: 0;
  }

  .benefit-items .single-benefit {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* =========================================================
   AKAR GMBH - FINAL MOBIL DÜZENLEME (TEMİZ VE GÜNCEL)
   ========================================================= */

@media (max-width: 1260px) {
    /* 1. Genel Hero Konteyner Ayarları */
    .hero-new, .hero-new-2 {
        min-height: auto;
        padding: 100px 20px; /* Mobilde dikeyde güzel bir boşluk bırakır */
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    /* 2. Başlık Ayarları */
    .hero-heading {
        width: 100%;
        max-width: 680px;
        margin: 0 auto 24px;
    }

    .hero-heading h1 {
        font-size: clamp(2rem, 8vw, 3.5rem);
        line-height: 1.1;
    }

    /* 3. TELEFON GÖRSELİNİ GİZLE (İsteğin Üzerine) */
    .Mobile-App-container .phone-mockup {
        display: none !important;
    }

    /* 4. Uygulama Butonlarını (Badges) Merkeze Al */
    .Mobile-App-container {
        position: static;
        width: 100%;
        margin: 0 auto;
    }

    .app-badges {
        position: static; /* Kutudan bağımsız durmasını engeller */
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
        margin-top: 10px;
        left: auto;
        bottom: auto;
    }

    .store-badge {
        width: auto;
        min-width: 260px;
        padding: 18px 26px;
        justify-content: center;
        background: white;
        border: 1px solid #ddd;
    }

  
    /* 5. Sosyal Medya ve Hane Logo Ayarları */
    .hero-socials, .hane-logo-container {
        position: static;
        margin-top: 40px;
        justify-content: center;
        align-items: center;
        flex-direction: row; /* Sosyal ikonlar yan yana kalsın */
    }

    .hane-logo-container {
        flex-direction: column; /* Logo ve "by Akar" alt alta */
    }

    .hero-img {
        width: 100%;
        margin-top: 20px;
    }
}



/* =========================================================
   6) ESKİ / BU HTML’DE GEÇMEYEN CLASS'LAR
   (Başka sayfalar için olabilir, istersen sonra silebilirsin)
   ========================================================= */

/* Loader animasyonu */
@keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

@-webkit-keyframes loader {
  0% {
    -webkit-transform: rotate(0deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }

  50% {
    -webkit-transform: rotate(180deg);
    border: 4px solid #673ab7;
    border-left-color: transparent;
  }

  100% {
    -webkit-transform: rotate(360deg);
    border: 4px solid #f44336;
    border-left-color: transparent;
  }
}

/* Eski hero yapısı (single-hero-items vs) */
.hero-items .single-hero-items {
  height: 820px;
  padding-top: 210px;
}

.hero-items .single-hero-items span {
  color: #e7ab3c;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 28px;
  display: inline-block;
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-items .single-hero-items h1 {
  color: #252525;
  font-size: 72px;
  font-weight: 700;
  margin-bottom: 6px;
  position: relative;
  top: 50px;
  opacity: 0;
}

.hero-items .single-hero-items p {
  margin-bottom: 42px;
  position: relative;
  top: 100px;
  opacity: 0;
}

.hero-items .single-hero-items .primary-btn {
  position: relative;
  top: 100px;
  opacity: 0;
}

.hero-items .off-card {
  height: 154px;
  width: 154px;
  padding-top: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 140px;
  position: absolute;
  left: 47%;
  top: 160px;
  background: #e7ab3c;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.hero-items .off-card:after {
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: 2px dashed #ffffff;
  content: "";
  border-radius: 50%;
  z-index: -1;
}

.hero-items .off-card h2 {
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
}

.hero-items .off-card h2 span {
  display: block;
  font-size: 32px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 6px;
}

.hero-items .owl-item.active .single-hero-items span,
.hero-items .owl-item.active .single-hero-items h1,
.hero-items .owl-item.active .single-hero-items p,
.hero-items .owl-item.active .single-hero-items .primary-btn {
  top: 0;
  opacity: 1;
}

.hero-items .owl-item.active .single-hero-items span {
  -webkit-transition: all 0.2s ease 0.2s;
  -o-transition: all 0.2s ease 0.2s;
  transition: all 0.2s ease 0.2s;
}

.hero-items .owl-item.active .single-hero-items h1 {
  -webkit-transition: all 0.4s ease 0.4s;
  -o-transition: all 0.4s ease 0.4s;
  transition: all 0.4s ease 0.4s;
}

.hero-items .owl-item.active .single-hero-items p {
  -webkit-transition: all 0.6s ease 0.6s;
  -o-transition: all 0.6s ease 0.6s;
  transition: all 0.6s ease 0.6s;
}

.hero-items .owl-item.active .single-hero-items .primary-btn {
  -webkit-transition: all 0.8s ease 0.8s;
  -o-transition: all 0.8s ease 0.8s;
  transition: all 0.8s ease 0.8s;
}

.hero-items .owl-item.active .single-hero-items .off-card {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 1s ease 1s;
  -o-transition: all 1s ease 1s;
  transition: all 1s ease 1s;
}

/* Blog, benefit, partner logo – şu an bu HTML'de yok */
.latest-blog {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: white;
}

.latest-blog .section-title {
  margin-bottom: 55px;
}

.single-latest-blog {
  margin-bottom: 25px;
}

.single-latest-blog img {
  min-width: 100%;
}

.single-latest-blog .latest-text {
  padding-top: 25px;
}

.single-latest-blog .latest-text .tag-list {
  margin-bottom: 8px;
}

.single-latest-blog .latest-text .tag-list .tag-item {
  font-size: 16px;
  color: #a2a1a1;
  display: inline-block;
  margin-right: 15px;
}

.single-latest-blog .latest-text .tag-list .tag-item i {
  color: #e7ab3c;
}

.single-latest-blog .latest-text a {
  display: block;
}

.single-latest-blog .latest-text a h4 {
  color: #252525;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.benefit-items {
  /*border: 1px solid #ebebeb;*/
  margin-top: 10px;
  margin-bottom: 10px;
}

.benefit-items .single-benefit {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid #F3F4F0;
}

.benefit-items .single-benefit .sb-icon {
  float: left;
  margin-right: 20px;
}

.sb-icon {
  color: #137A6B;
  font-size: 32px;
  padding: 15px;
}

.benefit-items {
  display: inline;
}

.single-benefit .sb-text {
  display: table;
}

.benefit-items .single-benefit .sb-text h6 {
  color: #252525;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.benefit-items .single-benefit .sb-text p {
  margin-bottom: 0;
  color: #252525;
  line-height: 20px;
}

.partner-logo {
  background: white;
  padding-top: 15px;
}

.logo-carousel .logo-item {
  display: table;
}

.logo-carousel .logo-item .tablecell-inner {
  display: table-cell;
  height: 45px;
  vertical-align: middle;
}

.logo-carousel .owl-item img {
  display: block;
  justify-content: space-evenly;
  width: 150px;
}

/* Header / icon / map / contact – şu HTML’de yok ama başka sayfalarda olabilir */
.main-header {
  background-color: whitesmoke;
  color: black;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 25%;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.icon img {
  max-width: 150px;
  max-height: 50px;
  margin-bottom: 10px;
}

.icon-text {
  font-size: 16px;
}

.middle-header {
  background-color: whitesmoke;
  width: 100%;
  align-items: center;
  justify-content: space-evenly;
  display: flex;
}

.icon-container {
  display: flex;
  padding-top: 20px;
}

.icon-symbol {
  font-size: 32px;
  color: #137A6B;
  text-align: center;
}

.icon-context {
  font-size: 16px;
  padding-left: 50px;
  text-align: left;
}

h6 {
  font-weight: bold;
  text-transform: uppercase;
}

.map {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: white;
}

.map-inner {
  height: 400px;
  position: relative;
}

.map-inner iframe {
  width: 100%;
}

.map-inner .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-14px, -21px);
  -ms-transform: translate(-14px, -21px);
  transform: translate(-14px, -21px);
}

.map-inner .icon i {
  font-size: 48px;
  color: #137A6B;
}

.contact-section {
  padding-top: 75px;
  padding-bottom: 80px;
}

.contact-title {
  margin-bottom: 30px;
}

.contact-title h4 {
  color: #252525;
  font-weight: 700;
  margin-bottom: 16px;
}

.contact-widget .cw-item {
  background: #ffffff;
  margin-bottom: 11px;
  -webkit-box-shadow: 0px 8px 35px 10px #E8E8E8;
  box-shadow: 0px 8px 35px 10px #E8E8E8;
  padding-left: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 10px;
}

.contact-widget .cw-item .ci-icon {
  float: left;
  margin-top: 12px;
}

.contact-widget .cw-item .ci-icon i {
  font-size: 30px;
  color: #b2b2b2;
}

.contact-widget .cw-item .ci-text {
  display: table;
  padding-left: 30px;
}

.contact-widget .cw-item .ci-text span {
  color: #b2b2b2;
  font-size: 16px;
}

.contact-widget .cw-item .ci-text p {
  font-size: 18px;
  color: #252525;
  margin-bottom: 0;
}

.contact-form .leave-comment h4 {
  color: #292f3b;
  font-weight: 700;
  margin-bottom: 20px;
}

.contact-form .leave-comment p {
  margin-bottom: 38px;
}

.contact-form .leave-comment .comment-form input {
  width: 100%;
  font-size: 16px;
  color: #636363;
  height: 50px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  margin-bottom: 30px;
}

.contact-form .leave-comment .comment-form textarea {
  width: 100%;
  resize: none;
  font-size: 16px;
  color: #636363;
  height: 150px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 10px;
  margin-bottom: 35px;
}

.contact-form .leave-comment .comment-form .site-btn {
  padding: 13px 35px 11px;
}

.section-title {
	margin-bottom: 40px;
	text-align: center;
}

.section-title .product-price {
	font-size: 24px;
	font-weight: 700;
	color: #e7ab3c;
}

.section-title .product-price span {
	font-size: 16px;
	font-weight: 400;
	color: #636363;
}

.section-title h2 {
	color: #252525;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 38px;
	position: relative;
}

.section-title h2:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -14px;
	width: 80px;
	height: 3px;
	background: #e7ab3c;
	content: "";
	margin: 0 auto;
}

.section-title p {
	color: #6e6e6e;
}

.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.spad {
	padding-top: 100px;
	padding-bottom: 100px;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
	color: #fff;
}

span {
	font-size: 14px;
}