@import url("../fonts/Roboto/Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("./bootstrap-icons.css");
/*** GENEL AYARLAR **/
*,
body,
html {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box !important;
  text-decoration: none !important;
  /*  scroll-behavior: smooth; */
  list-style: none !important;
  font-size: 10px;
  
}
:root {
  --bir-font: "Raleway", sans-serif;
  --iki-font: "Roboto", "Oswald", Helvetica, sans-serif;
  --uc-font: "Oswald", Helvetica, sans-serif;
  --dblue-color: #57bed8;
  --blue-color: rgba(23, 85, 122, 0.99) !important;
  --light-color: #efefef;
  --dark-color: #3c3c3c;
  --blue-color: #00bfff;
  --yellow-color: #ccff00;
  --lgreen-color: #99ff00;
  --dgreen-color: #006600;
  --green-color: rgba(26, 130, 87, 0.99);
  --orange-color: #ff6600;
  --dcyan-color: #00838f;
  --cyan-color: #26c6da;
  --lcyan-color: #80deea;
  --transition-1: all 0.4s ease;
  --transition-2: all 1.4s ease;
}
.overlay-alan1 {
  background: linear-gradient(rgba(0, 167, 221, 0.5), rgba(0, 167, 221, 0.2));
  min-height: 100vh;
  height: auto;
}
.overlay-alan2 {
  position: relative;
  min-height: 100vh;
  height: auto;
  background: linear-gradient(rgb(0, 0, 0, 0.8), rgba(54, 54, 54, 0.3));
}
.overlay-alan3 {
  position: relative;
  min-height: 100vh;
  height: auto;
  background: linear-gradient(rgba(245, 245, 245, 1), rgba(0, 0, 0, 0.9));
  padding: 10px 0;
}
.baslik-1 {
  display: block;
  text-align: center;
  font-size: 4.5rem;
  font-weight: 700;
  color: var(--light-color);
  letter-spacing: 0.5rem;
}

.baslik-2 {
  display: block;
  font-weight: 600;
  color: #fff;
  font-size:1.7rem !important;
  text-transform: ;
  letter-spacing: 2px;
}
.baslik-3 {
  display: block;
  font-weight: 400;
  font-size: 1.3rem;
  color: #fff;
  letter-spacing: 2px;
}
.baslik-4 {
  display: block;
  text-align: center;
  font-size: 3rem;
  font-weight: 700;
  color: var(--light-color);
  letter-spacing: 0.3rem;
}
.baslik-5 {
 
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--light-color);
    letter-spacing: 0.3rem;
}
.yazi-ver-efekt1 {
  font-weight: bold !important;
  color: #414040 !important;
  text-shadow: 1px 1px 1px #666666 !important;
}
.yazi-ver-efekt2 {
  color: white !important;
  text-shadow: 1px 1px 2px black !important;
  letter-spacing: 2px;
}
.yazi-ver-efekt3 {
  text-shadow: 5px 5px 50px black !important;
}
.yazi-ver-efekt4 {
  font-weight: 400;
  text-shadow: 1px 1px 3px black !important;
  color: var(--light-color);
}
.yazi-ver-efekt5 {
  text-shadow: 1px 1px 0px black !important;
}
.yazi-ver_efekt6 {
  color: black;
  letter-spacing: 1px;
  text-shadow: 1px 1px 1px white !important;
}
.yazi_ver-efekt7 {
  text-shadow: 1px 1px 2px black !important;
}
.yazi-ver-efekt8 {
  color:darkorange;
  font-size:4rem !important;
  font-weight:800;
  text-shadow: 3px 3px 5px white !important;
  letter-spacing: 1px;
}
.yazi-ver-efekt10 {
    color:#282828;
    text-shadow: 2px 2px 0px #b1b1b1 !important;
}
.xy_ortala {
  align-items: center;
  display: flex;
  justify-content: center;
}
.container-fluid {
}

.container {
  width: 90%;
}

#kapsa-images {
  width: 100%;
  min-height: 100vh;
  height: auto;
  position: absolute;
  top: 0px;
}

/*MENÜ*/

.logo-1 {
  position: absolute;
  bottom: 20px;
  width: 320px;
  transition: var(--transition-2);
  -webkit-transition: var(--transition-2);
  -moz-transition: var(--transition-2);
  -ms-transition: var(--transition-2);
  -o-transition: var(--transition-2);
 

}

.nav1 {
  z-index: 99;
  background-color: var(--green-color) !important;
  border-top: 4px solid var(--light-color);
  transition: var(--transition-2);
  -webkit-transition: var(--transition-2);
  -moz-transition: var(--transition-2);
  -ms-transition: var(--transition-2);
  -o-transition: var(--transition-2);
}
nav li a {
  color: var(--light-color) !important;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1rem;
}
nav li a:hover {
  color: var(--dark-color) !important;
  transition: 0.3s;
}

nav li a img:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
  transition: 0.3s;
}
.nav-item {
  /* menüler arasına boluk verdim*/
  margin: 0 10px;
}

/*MENÜ TUT*/
.menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  transition: var(--transition-1);
  -webkit-transition: var(--transition-1);
  -moz-transition: var(--transition-1);
  -ms-transition: var(--transition-1);
  -o-transition: var(--transition-1);
  z-index: 110;
}
.sabitleme {
  position: fixed;
  height: 15px;
  top: 0;
  width: 100%;
  z-index: 96;
  left: 0;
}
.logo-2 {
  position: absolute;
  top: 10px;
  width: 320px;
  transition: var(--transition-2);
  -webkit-transition: var(--transition-2);
  -moz-transition: var(--transition-2);
  -ms-transition: var(--transition-2);
  -o-transition: var(--transition-2);
}
.nav2 {
  background-color: var(--blue-color) !important;
  border-bottom: 4px solid var(--light-color);
  transition: var(--transition-2);
  -webkit-transition: var(--transition-2);
  -moz-transition: var(--transition-2);
  -ms-transition: var(--transition-2);
  -o-transition: var(--transition-2);
}
/* Yukari taşi*/
.yukari_kaydir {
  display: none;
  position: fixed;
  bottom: 35px;
  z-index: 113;
  right: 20px;
  color: red;
  cursor: pointer;
}
.yukari_kaydir:hover {
  color: white;

  transition: 0.3s;
}

/*SECTİON 1*/
.section1 {
  background: url(../images/body/aktif_wilo_3.jpg) no-repeat center fixed;
  /* background-blend-mode:multiply; */
  scroll-behavior: smooth;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-position: center;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}
.main-title {
  padding-top: 6rem;
  text-align: center;
}

.main-title h4 {
  font-size: 3rem;
  font-weight: 300;
  letter-spacing: 0.4rem;
  font-family: var(--bir-font);
}
.main-title h1 {
  font-size: 6rem;
  font-weight: 200;
  letter-spacing: 0.5rem;
  font-weight: 400;
  font-family: var(--iki-font);
}

.main-slogan {
  font-size: 1.6rem;
  color: var(--light-color);
  letter-spacing: 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
/* 3 adet HAREKETLİ OKLAR*/
.arrows {
  margin-left: 50%;
  padding-top: 1rem;
}
.arrows span {
  display: block;
  width: 2rem;
  height: 2rem;
  border-bottom: 2px solid var(--light-color);
  border-right: 2px solid var(--light-color);
  transform: rotate(45deg);
  margin: -1rem;
  animation: arrows-animate 2s infinite;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.arrows span:nth-child(2) {
  animation-delay: -0.3s;
}
.arrows span:nth-child(3) {
  animation-delay: -0.6s;
}
/* 3 adet HAREKETLİ OKLAR*/
/* 3 adet girişdeki  BUTONLAR*/
.btn_ler {
  margin-top: 20px;
  width: 100%;
}
.btn_ler a:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}

.btn-giris {
  width: 350px;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  font-weight: 500;
  margin-top: 20px;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #17567b;
  border-radius: 2px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;

  /* box-shadow: 5px 5px 3px 3px rgba(255, 255, 255, 0.884) !important; */
  box-shadow: 4px 4px 10px rgb(252, 251, 251);
}
.btn-giris:hover {
  background: #1f8359;
  color: white;
  box-shadow: 4px 4px 30px rgb(0, 0, 0);
}
/*3 adet girişdeki  BUTONLAR*/

/*3 adet girişdeki  İKONLAR*/
#sosyal_alan {
  margin-top: 30px;
}
#sosyal_alan ul {
  text-align: center;
}

#sosyal_alan ul li {
  display: inline-block;
  width: 250px;
}

#sosyal_alan ul li a {
  display: block !important;
  color: white;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

#sosyal_alan ul li a i {
  display: block !important;
  color: white;
  font-size: 3rem;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  text-shadow: 3px 3px 20px black !important;
}

#sosyal_alan ul li a i:hover {
  color: #17567b;
  text-shadow: 3px 3px 10px white !important;
}
/*3 adet girişdeki  İKONLAR*/
/*REKLAM SLAYT*/
.carousel-item p {
  font-size: 2rem;
  font-family: var(--bir-font);
}
.reklam_kayan_yazi {
  color: var(--light-color);
  margin-top: 30px;
  font-size: 1rem;
}

.reklam_img_kenarlik {
  width: 210px;
  min-width: 100px;
  transition: 0.5s;
}

.reklam_img_kenarlik:hover {
  transition: 0.5s;
  border: 6px solid rgba(245, 245, 245, 1);
  opacity: 0.3;
}
.cozum-ortagi {
    background-color: #ffffff;
    min-height: 25vh;
    height: auto;
}
    .cozum-ortagi img {
        background-color: rgb(224 168 12);
        transition: .8s;
        cursor:pointer;
    }
    .cozum-ortagi img:hover {
        opacity: 0.6;
        background-color: #b1b1b1;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        -moz-transform: scale(0.97);
        transform: scale(0.97);
        transition: .5s;
    }
/*section 2*/
.section2 {
    padding: 50px 0;
    background: url(../images/body/aktif_wilo_servisi12.jpg) no-repeat center fixed, linear-gradient(rgba(37, 36, 36, 0.6), rgba(0, 0, 0, 0.8));
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-blend-mode: multiply;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
}

#section2 .container {
  height: 100vh;
}
#section2 .container-fluid {
  border: 1px solid white;
}
#section2 .container h1 {
  font-size: 3rem;
  font-weight: 600;
}
#section2 .container h1 strong {
  font-size: 3rem;
  font-weight: 600;
}
#section2 .container p {
  font-size: 1.5rem;
  line-height: 2rem;
}
#section2 .container p em {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

/*SECTİON 3*/
.section3 {
  background-color: #f2f2f2;
  min-height: 50vh;
  height: auto;
}
.ara-sol-banner {
  padding: 50px 0;
  background-color: #f2f2f2;
  min-height: 50vh;
  height: auto;
  overflow: hidden;
  font-family: var(--bir-font);
}
.ara-sol-banner img {
  cursor: pointer;
  transition: 0.3s;
}
.ara-sol-banner img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.ara-sol-banner b {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(65, 62, 62);
}
.ara-sol-banner cite {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: var(--bir-font);
}
.ara-sol-banner h3 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .ara-sol-banner div:nth-child(1) {
    text-align: right !important;
  }
}
@media screen and (min-width: 1201px) {
  .ara-sol-banner div:nth-child(1) {
    text-align: left !important;
  }
}
.border_sol {
  border-right: 15px solid rgba(23, 85, 122, 0.99);
  padding: 0 15px 0 0;
  text-align: right;
  transition: 0.3s;
}
.border_sol:hover {
  border-right: 15px solid rgba(26, 130, 87, 0.8);
  cursor: pointer;
}
.border_sag {
  border-left: 15px solid rgba(23, 85, 122, 0.99);
  padding: 0 0 0 15px;
  text-align: left;
  transition: 0.3s;
}
.border_sag:hover {
  border-left: 15px solid rgba(26, 130, 87, 0.8);
  cursor: pointer;
}

/*SECTİON 3*/

/*SECTİON 4*/
#section4 {
  background: url(../../images/body/aktif_wilo_3.jpg) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}
#section4 .container {
  min-height: 100vh;
  height: auto;
}
.ortala {
  display: flex;
  flex-direction: column;
  justify-content: center; /*  flex-direction: column; olunca y ekseninde üste aldım*/
  align-items: center;
}
.ortala2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start; /*  flex-direction: column; olunca y ekseninde üste aldım*/
  align-items: center;
}

.slogan p {
  color: #fff;
  text-shadow: 1px 1px 1px black !important;
}

.basliklar h2 {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #e1e1e1;
  padding: 0 30px 10px;
}

.basliklar h2:after {
  background: none repeat scroll 0 0 #0aabe1;
  bottom: -2px;
  content: "";
  height: 4px;
  left: 40%;
  right: 40%;
  position: absolute;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  width: 50px;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}

.basliklar:hover h2:after {
  left: 0;
  right: 0;
  width: 100%;
}
.slogan h3 {
  color: var(--light-color);
  font-size: 1.6rem;
  letter-spacing: 0.5rem;
}
.slogan p {
  color: var(--light-color);
  font-size: 1rem;
  letter-spacing: 0.2rem;
}
.slogan {
  text-align: center;
 
  font-family: "Raleway", sans-serif;
}
.slogan i {
  display: inline-block;
  font-size: 32px;
  margin-bottom: 30px;
  color: whitesmoke;
  text-shadow: 1px 1px 1px white !important;
  border: 2px solid white;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
}
.slogan:hover i {
  color: #fff;
  box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -webkit-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -moz-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  border: 2px solid transparent;
}

/*SECTİON 4*/

/*SECTİON 5*/
.section5 {
  background-color: #f2f2f2;
  min-height: 50vh;
  height: auto;
}
.ara-sag-banner {
  padding: 50px 0;
  background-color: #f2f2f2;
  min-height: 50vh;
  height: auto;
  overflow: hidden;
  font-family: var(--bir-font);
}
.ara-sag-banner img {
  cursor: pointer;
  transition: 0.3s;
}
.ara-sag-banner img:hover {
  opacity: 0.4;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.5);
  -moz-transform: scale(0.9);
  transform: scale(0.9);
}
.ara-sag-banner b {
  font-size: 2rem;
  font-weight: 700;
  color: rgb(65, 62, 62);
}
.ara-sag-banner cite {
  font-size: 2rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: var(--bir-font);
}
.ara-sag-banner h3 {
  font-size: 1.5rem;
  letter-spacing: 0.5px;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .ara-sag-banner div:nth-child(1) {
    text-align: left !important;
  }
}
@media screen and (min-width: 1201px) {
  .ara-sag-banner div:nth-child(1) {
    text-align: right !important;
  }
}
.border_sag {
  border-left: 15px solid rgba(23, 85, 122, 0.99);
  padding: 0 0 0 15px;
  text-align: left;
  transition: 0.3s;
}
.border_sag:hover {
  border-left: 15px solid rgba(26, 130, 87, 0.8);
  cursor: pointer;
}
/*SECTİON 5*/

/*SECTİON 6*/
.section6 {
  background: url(../../images/body/aktif_wilo_3.jpg) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}
#section6 .container {
  min-height: 100vh;
  height: auto;
}
.section6-list-left li {
  text-align: right;
  padding-right: 80px;
}
.section6-list-left li,
.section6-list-right li {
  position: relative;
  margin-bottom: 30px;
}
.section6-list-left .section6-icon {
  position: absolute;
  top: 15%;
  right: 0px;
  width: 58px;
  height: 58px;
}
.section6-list-left .section6-icon,
.section6-list-right .section6-icon {
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
  -o-transition: all ease-in 0.4s;
  -ms-transition: all ease-in 0.4s;
}
.section6-list-left i,
.section6-list-right i {
  font-size: 23px;
  line-height: 56px;
}
.section6-list-right li {
  text-align: left;
  padding-left: 80px;
}
.section6-list-right .section6-icon {
  position: absolute;
  top: 15%;
  left: 0px;
  width: 58px;
  height: 58px;
}

.section6 p {
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #fff;
}
.section6-list-left li:hover .section6-icon,
.section6-list-right li:hover .section6-icon {
  box-shadow: inset 0px 0px 0px 50px #fff;
  -webkit-box-shadow: inset 0px 0px 0px 50px #fff;
  -moz-box-shadow: inset 0px 0px 0px 50px #fff;
  color: #00a7dd;
  border: 2px solid transparent;
}
.kaybol {
}
/*SECTİON 6 */

/*SECTİON 7 */
/*içerik olarak section 3 ile aynı ara sag banner*/
/*SECTİON 7 */

/*SECTİON 8 */
#section8 {
}
.section8 {
  background: url(../images/body/arka_1.jpg) no-repeat center fixed,
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: auto;
}
.section8 .container {
  min-height: 100vh;
  height: auto;
}
#section8 p {
  color: #fff;
  margin: 50px auto;
  text-shadow: 1px 1px 1px black !important;
  font-size: 1.5rem;
}
#section8 img {
  min-width: 180px;
  min-height: 180px;
  margin: 0 auto;
  cursor: pointer;
  transition: var(--transition-1);
}
#section8 img:hover {
  opacity: 0.4;

  transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.4);
  -moz-transform: scale(0.95);
  transform: scale(0.95);
}
.section8_icerik {
  width: 100%;
}
.section8_icerik ul {
  margin: 30px 0 0 0;
}
.section8_daire {
  display: inline;
  padding-left: 5px;
  padding-right: 5px;
}

.section8_daire a i {
  display: inline-block;
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 14px;
  color: var(--light-color);
  text-shadow: 1px 1px 1px white !important;
  border: 2px solid white;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  transition: all ease-in 0.4s;
  -webkit-transition: all ease-in 0.4s;
  -moz-transition: all ease-in 0.4s;
}
.section8_daire a i:hover {
  color: #fff;
  box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -webkit-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  -moz-box-shadow: inset 0px 0px 0px 50px #00a8e0;
  border: 2px solid transparent;
}
/*SECTİON 8 */

/*SECTİON9*/
/*içerik olarak section 5 ile aynı ara sag banner*/
/*SECTİON 9 */

/*SECTİON 10 */
.section10 {
  background: url(../../images/body/aktif_wilo_3.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 0 0;
  min-height: 100vh;
  height: auto;
  overflow: visible;
}
.section10 .container {
  min-height: 100vh;
  height: auto;
}

.section10 h3 {
  font-size: 1.5rem;
  letter-spacing: 1px;
  font-weight: 300;
  font-family: var(--bir-font);
  color: var(--light-color);
}
.video_link {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(../videolar/arka_1.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}
/*SECTİON 10 */

/*SECTİON 11 */
/*içerik olarak section 3 ile aynı ara SOL banner*/
/*SECTİON 11 */

/*SECTİON 12 */
#section12 {
  background: url(../../images/body/aktif_wilo_3.jpg) no-repeat center center
    fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100vh;
  height: auto;
  overflow: hidden;
}
#section12 .container {
  min-height: 100vh;
  height: auto;
}
.osman {
  text-align: center;
  color: white;
  width: 100%;
  height: 100%;
  padding-top: 30%;
  background: linear-gradient(rgba(0, 167, 221, 0.8), rgba(0, 191, 255, 0.8));
  position: absolute;
  bottom: -500px;
  z-index: 1;
  transition: 2.3s;
}

.osman h3 {
  font-size: 1.5rem;
  color: white;
  font-weight: 700;
  letter-spacing: 5px;
  position: absolute;
  position: relative;
  display: inline;
  text-shadow: 1px 1px 2px black !important;
}

.kamil:hover .osman {
  bottom: 0px;
  transition: 0.4s;
}
.kamil,
#section12 {
  z-index: 2;
  overflow: hidden;
  text-align: left;
}

.card-body {
  z-index: 3;
  background-color: white;
  overflow: hidden;
}
.section12 .card-title {
  font-size: 1.5rem;
  color: var(--dark-color);
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.section12 .text-muted {
  font-size: 1.3rem;
  color: var(--dark-color);
  font-weight: 500;
  letter-spacing: 0.5px;
}
.section12 .btn-giris {
  width: 250px;
  font-size: 1.2rem;
  letter-spacing: 0.25rem;
  font-weight: 500;
  margin-top: 20px;
  padding: 15px 25px;
  display: inline-block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background: #17567b;
  border-radius: 2px;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  box-shadow: 4px 4px 10px rgb(252, 251, 251);
}
.section12 .btn-giris:hover {
  background: #1f8359;
  color: white;
  box-shadow: 4px 4px 10px rgb(1, 217, 255);
}
/*SECTİON 14 BAŞLANGIÇ*/
#section14 {
    background: url(../images/body/aktif_wilo_servisi12.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    width: 100%;
}

    #section14 .harita_bg {
        position: relative;
        background: linear-gradient( rgba(0, 167, 221, 1),rgba(0, 167, 221, .20));
        padding: 140px 0;
        min-height: 100vh;
        height: auto;
    }

    #section14 h2 {
        font-size: 3rem;
    }
/*SECTİON 14 BİTİŞ*/



/*section 15 BAŞLANGIÇ*/
#section15 { 
    background: url(../images/body/aktif_wilo_3.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    width: 100%;
}
#section15 .container{
    padding-top:150px;
}
    #section15 i {
        font-size:1.8rem;
    }
.input_stil {
    border-radius:0px !important;
    border:none;
    height: 4rem;
  
}

/*section 15 BİTİŞ*/

/* SECTİON 17 BAŞLANGIÇ KATALOG İNDİR*/
.section17 {
    background: url(../images/body/aktif_wilo_4.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    width: 100%;
}

    .section17 .harita_bg {
        position: relative;
        background: linear-gradient( rgba(0, 167, 221, 1),rgba(0, 167, 221, .20));
        padding: 140px 0;
        min-height: 100vh;
        height: auto;
    }

    .section17 h2 {
        font-size: 3rem;
    }
/* SECTİON 17 BAŞLANGIÇ KATALOG İNDİR*/
    .section17 .card img {
        cursor: pointer;
        transition: 0.3s;
    }

    .section17 .card img:hover {
        opacity: 0.6;
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        -moz-transform: scale(0.97);
        transform: scale(0.97);
    }

/* SECTİON 17 BAŞLANGIÇ KATALOG İNDİR*/


/*SECTİON 20 */
.section20 {
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.overlay_alan4 {
    background: url(../images/overlays/08.png) repeat center center  ;
   
    min-height: 100vh;
    height: auto;
    overflow: hidden;
    width: 100%;
}
.section20 p {
 clear: both;
 margin-top:50px;
 font-size:2rem;
 text-indent: 150px;
 text-align: justify;
}
    .section20 p em {
        font-size:2rem;
        color: rgb(250 169 4);
    }

/*SECTİON 20 */

  /*FOOTER ALAN*/
    #sosyal_alan_footer ul {
        padding:0;
   
    }

    #sosyal_alan_footer ul li {
    display: inline;
    background-color: transparent;
    padding-right: 15px;
    }

    #sosyal_alan_footer ul li a {
    display: inline !important;
    background-color: transparent;
    }

    #sosyal_alan_footer ul li a i {
    display: inline !important;
    color: white;
    font-size:20px;
    transition: .5s all;
    }

    #sosyal_alan_footer ul li a i:hover {
    color: #343A40;
    text-shadow: 1px 1px 2px white !important;
    }

    .hover_ver_2 a img {
    opacity: .3;
    cursor: pointer;
    }

    .hover_ver_2 a img:hover {
        opacity: 1;
        transition: .3s;
    }

    .biz_kimiz {
    text-align: justify;
    font-size: 1.8rem;
    color: rgb(120 120 120);
    }
    .biz_kimiz em {
        font-size: 15px;
        color: rgb(250 169 4);
    }

/* FOOTER sabit menü alanı BAİŞANGIÇ*/
#footer_menu_alan {
    position: fixed;
    padding: 0;
    margin: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 98;
    background-color: #164a69 !important;
    border-top: 2px solid white;
    border-bottom: 2px solid white;
}
#footer_menu_alan ul {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#footer_menu_alan ul li {
  display: inline-block;
  width: 170px;
  height: 25px;

  line-height: 22px;
  text-align: center;
}
#footer_menu_alan ul li a {
  color: white;
  font-size: 1.3rem;
}

#footer_menu_alan ul li p {
  color: white;
  font-size: 1.2rem;
  text-align: left !important;
}
#footer_menu_alan ul li:nth-child(1) {
  text-align: left !important;
  width: 430px;
}
#footer_menu_alan ul li a:hover {
  color: yellow;
  /* border-bottom: 1px solid white; */
}

#footer_menu_alan ul li a::before {
  content: "{";
  margin-right: 0px;
  opacity: 0;

  transition: var(--transition-1);
  -webkit-transition: var(--transition-1);
  -moz-transition: var(--transition-1);
  -ms-transition: var(--transition-1);
  -o-transition: var(--transition-1);
}
#footer_menu_alan ul li a::after {
  content: "}";
  margin-left: 0px;
  opacity: 0;

  transition: var(--transition-1);
  -webkit-transition: var(--transition-1);
  -moz-transition: var(--transition-1);
  -ms-transition: var(--transition-1);
  -o-transition: var(--transition-1);
}
#footer_menu_alan ul li a:hover::before {
  margin-right: 5px;
  opacity: 1;
}
#footer_menu_alan ul li a:hover::after {
  margin-left: 5px;
  opacity: 1;
}

/* FOOTER sabit menü alanı BİTİŞ*/

@keyframes arrows-animate {
  0% {
    opacity: 0;
    transform: rotate(45deg) translate(-2rem, -2rem);
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: rotate(45deg) translate(2rem, 2rem);
  }
}

.alt {
  background-color: blueviolet;
  height: 3600px;
  width: 100%;
}
/* Yukari taşi*/
@media only screen and (max-width: 1150px) {
  /*1150 px kücükse logo yok olsun dedim*/
  .navbar ul li:nth-child(4) {
    display: none;
  }
}

/* footermmenülerin teker teker kaybolması için BAŞLABGIÇ*/
@media screen and (max-width: 1500px) {
  #footer_menu_alan ul li:nth-child(7) {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #footer_menu_alan ul li:nth-child(6) {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #footer_menu_alan ul li:nth-child(5) {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  #footer_menu_alan ul li:nth-child(4) {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #footer_menu_alan ul li:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #footer_menu_alan ul li:nth-child(2) {
    display: none;
  }
}
/* footermmenülerin teker teker kaybolması için BİTİŞ*/
