/*
Theme Name: Tema
Author: Tema
Version: 1.0
Licence: GNU General Public Licence
Tags: bussiness theme
*/
:root {
    --blue: #1a61ae;
    --white: #ffffff;
    --orange: rgba(255,104,58,1);
  }
body {
    font-family: 'Poppins', sans-serif;
    background-color: #FBFBFC;
    font-weight: 100;
}

a {
    text-decoration: none;
    color: #000;
}

ul li {
    list-style: none;
}

.form-control:focus {
    border-color: snow;
    box-shadow: none;
    background: transparent;
}

.search input {
    background: none;
    border: none;
    font-weight: 100;
    font-size: 14px;
}

.search button {
    background: none;
    border: none;
}

.search .btn-outline-success:hover {
    background-color: transparent;
    border-color: transparent;
}

.search {
    border: solid 1px #e9e9e9;
    padding: 3px 15px;
    border-radius: 50px;
    background-color: #fbfbfc;
    width: 30%;
}

.btn-outline-success:focus {
    box-shadow: none;
}

.btn-outline-success:active:focus {
    box-shadow: none;
}

.navbar {
    border-bottom: 1px solid #ededed;
    background-color: #FFF;
}

.logoAll {
    display: flex;
    gap: 2em;
    align-items: center;
    justify-content: center;
}

.kayit {
    border: solid 1px #e9e9e9;
    padding: 8px 15px;
    border-radius: 50px;
    font-weight: 100;
    font-size: 15px;
    background: var(--blue);
    color: #FFF;
    border: 1px solid #6e6f71;
}

.logoAll i {
    font-size: 25px;
}

.logoAll img {
    width: 25px;
    cursor: pointer;
}

.hideMenu {
    width: 0%;
    background-color: #F6F6FA;
    position: fixed;
    height: 100%;
    top: 0;
    z-index: 9999999;
    box-shadow: 0px 0px 7px 0px #e3e3e3;
    transition: all .2s;
}

.showMenu {
    width: 30%;
    padding: 5em;
    font-size: 15px;
    font-weight: 100;
    overflow-y: scroll;
}

.close{
    position: absolute;
    right: 1em;
    font-size: 40px;
    top: 1em;
}
/*
    background: rgb(0,109,217);
    background: linear-gradient(360deg, rgba(0,109,217,1) 0%, rgba(255,104,58,1) 100%);
*/

.bgHizmet {
    /* background: url('assets/img/bgCol.webp'); */
    background-size: cover;
    padding: 3em;
    border-radius: 1em;
    overflow: hidden;
    height: 320px;
}

.bgHizmet h1 {
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
}

.btnHizmet {
    background-color: #FFFFFF;
    border-radius: 3em;
    padding: 10px 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 100;
}

.bgBlue {
    background-color: var(--blue) !important;
    background: linear-gradient(180deg, var(--blue) 0%, rgba(0, 0, 0, 0.712) 100%);
}

.bgOrange {
    background-color: rgba(255, 104, 58, 1) !important;
    background: linear-gradient(180deg, rgba(255, 104, 58, 1) 0%, rgba(0, 0, 0, 0.712) 100%);
}

.bgBeforeOrangeHiz::after {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    background-color: rgb(0, 0, 0);
    background: linear-gradient(300deg, rgb(255 141 0) 0%, rgba(0, 0, 0, 0) 100%);
    right: -11em;
    border-radius: 15em;
    bottom: -13em;
}

.bgBeforeBlueHiz::after {
    content: '';
    width: 300px;
    height: 300px;
    position: absolute;
    background-color: rgb(0, 0, 0);
    background: linear-gradient(300deg, rgb(55, 0, 255) 0%, rgba(0, 0, 0, 0) 100%);
    right: -11em;
    border-radius: 15em;
    bottom: -13em;
}

.logo img {
    width: 125px;
}

.butonyani {
    font-weight: 100;
    color: #FFF;
    border: solid 1px;
    display: flex;
    align-items: center;
    border-radius: 3em;
    padding: 0 3em;
    font-size: 13px;
    letter-spacing: 1px;
}

.firstHiz {
    background: #FFF;
    color: var(--blue);
    font-weight: 400;
    padding: 10px;
    text-align: center;
    border-radius: 3em;
    width: 75%;
    margin: 1em 1px;
    box-shadow: 0px 0 2px 1px #0000001c;
}

.hizItem {
    font-weight: 400;
    padding: 10px;
    text-align: center;
    border-radius: 3em;
    width: 75%;
    margin: 1em 1px;
    color: #a7a7a7;
}

.hizmetler {
    border-bottom: solid #f5f5f5;
}

.z-index {
    z-index: 999;
}

.headMenu ul li {
    list-style: none;
}

.headMenu ul li a {
    font-size: 15px;
}

.bg-blue {
    background-color: var(--blue);
    ;
}

.slideText {
    font-size: 50px;
    font-weight: bold;
}

.kampanya {
    position: absolute;
    top: -5em;
    right: 1em;
}

.sliderContainer {
    background: url('assets/img/slider/bg.webp');
    background-color: #b7daff;
    padding: 2em 0;
    position: relative;
    background-position: bottom;
}

.alt {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.darkred {
    background-color: #79262a;
}

.darklightred {
    background-color: #a72930;
}

.redcolor {
    background-color: #cd2d23;
}

.purplecolor {
    background-color: #5a408a;
}

.darkblue {
    background-color: #273c83;
}

.blue {
    background-color: #2c609e;
}

.lightblue {
    background-color: #3c7fb3;
}

.turquascolor {
    background-color: #2d98bd;
}

.greencolor {
    background-color: #409963;
}

.lightgreen {
    background-color: #93b975;
}

.heightTop {
    height: 5px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--blue);
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 1;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.baslik h1 {
    font-size: 45px;
    font-weight: 100;
    padding-left: 3em;
    position: relative;
}
.baslik h1::before {
    content: '';
    position: absolute;
    width: 110px;
    height: 2px;
    background-color: #000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.text-blue {
    color: var(--blue);
}
.products{
    position: relative;
    padding: 1em;
    background-color: #FFF;
    border: solid 1px #CDD;
    margin-bottom: 1em;
}
.products img{
    width: 100%;
    height: 200px;
    object-fit: contain;
}
.products h3{
    font-size: 19px;
    color: var(--blue);
    margin: 2em 0px;
}
.catProducts{
    position: absolute;
    top: 1em;
    left: 1em;
    display: flex;
    gap: 10px;
}
.catProducts div{
    color: #FFF;
    padding: 5px;
    font-size: 10px;
    border-radius: 2em;
    color: #FFF;
    padding: 5px;
    font-size: 10px;
    border-radius: 2em;
}
.catProducts div:first-child{
    background-color: var(--blue);
}
.catProducts div:last-child{
    background-color: var(--orange);
}
.fiyatButton{
    font-size: 26px;
}
.cardButton{
    background-color: var(--orange);
    padding: 15px;
    margin-top: 1em;
    display: block;
    text-align: center;
    color: #FFF;
    border: solid #222 1px;
}
.socialFooter{
}
.socialFooter a{
  text-align: center;
  color: #FFFFFF;
  padding: 2.5em 0;
  border: solid 1px #373737;
}
.facebook::before, .twitter::before, .linkedin::before, .instagram::before{
  content: '';
  width: 0%;
  height: 100%;
  position: absolute;
  transition: all .5s;
}
.facebook:hover::before, .twitter:hover::before, .linkedin:hover::before, .instagram:hover::before{
  width: 100%;
}
.facebook::before{
  background-color: #4267B2;
}
.twitter::before{
  background-color: #14171A;
}
.linkedin::before{
  background-color: #0e76a8 ;
}
.instagram::before{
  background-color: #833AB4;
}
.border-dark-color{
  border-color: #373737 !important;
}
.up-down{
  -webkit-animation: mover 1s infinite  alternate;
  animation: mover 1s infinite  alternate;
}
.thumb img{
    width: 100%;
    height: auto;
}
.box ul li{
    padding: 1em 0;
    font-weight: bold;
    position: relative;
}
.box ul li::before{
    content: '\ea94';
    position: absolute;
    font-family: icofont;
    left: -22px;
    color: #2363aa;
}
.breadcrumbs {
    padding: 20px;
    font-size: 14px;
    color: #000;
    border: solid 1px #CDD;
    margin-bottom: 10px;
    border-radius: 1em;
}
 
.breadcrumbs a {
    color: var(--blue);
    text-decoration: none;
}
 
.breadcrumbs a:hover {
    color: #000000;
}
.box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: bottom;
}

/* Benzer Yazılar */
.related_posts img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border: solid 1px #3267a3;
}
.titleBenzer{
    background: #2b65a6;
    color: #FFF;
    text-align: center;
    padding: 1em;
    text-transform: capitalize;
}
.breadC{
    font-size: 13px;
    position: relative;
}
.breadC::before{
    position: absolute;
    content: '';
    bottom: -1em;
    width: 50px;
    height: 3px;
    background: #2363aa;
}
.rlet li{
    padding: .5em 0;
}
.rlet{
    padding: 0;
    margin: 0;
}
.forum input, .forum textarea{
    width: 100%;
    resize: none;
    font-size: 14px;
    padding: 1em;
    margin: 1em 0;
}
.forum{
    background-color: #2b65a6;
    padding: 2em;
    border-bottom-right-radius: 3em;
    border-bottom-left-radius: 3em;
    border-top: 7px solid #000;
}
.temaW{
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.imgContent img{
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.b-iletisim{
    padding: 3em 1em;
    font-size: 22px;
    background: #f4f4f4;
    border: solid 1px #CDD;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon i{
    color: #1a61ae;
    font-size: 55px !important;
    margin-bottom: .3em !important;
    display: block;
}
.up {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    z-index: 999;
    background-color: #3c7bc2;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 1em;
    bottom: 64px;
    border-radius: 38px;
    color: #FFF;
}
.up:before {
    position: absolute;
    content: '';
    width: 145%;
    height: 145%;
    background: #437dbe;
    z-index: -2;
    border-radius: 50px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: upButton;
    -webkit-animation-duration: 1s;
}
.up2 {
    position: fixed;
    width: 50px;
    height: 50px;
    font-size: 30px;
    z-index: 999;
    background-color: #009688;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 1em;
    bottom: 64px;
    border-radius: 38px;
    color: #FFF;
}
.up2:before {
    position: absolute;
    content: '';
    width: 145%;
    height: 145%;
    background: #437dbe;
    z-index: -2;
    border-radius: 50px;
    -webkit-animation: linear infinite;
    -webkit-animation-name: upButton2;
    -webkit-animation-duration: 1s;
}
@-webkit-keyframes upButton {
    0% {
      background-color: #437dbe;
    }
  
    50% {
      background: #437dbe24;
    }
  
    100% {
      background-color: #437dbe;
    }
  }
@-webkit-keyframes upButton2 {
    0% {
      background-color: #009688;
    }
  
    50% {
      background: #437dbe24;
    }
  
    100% {
      background-color: #009688;
    }
  }