/* Kaydırma Çaubuğu */
::-webkit-scrollbar {
  width: 8px;
  background-color: #F2F2F2;
}

::-webkit-scrollbar-thumb {
  background-color: #D6D6D6;
}

  ::-webkit-scrollbar-thumb:hover {
      background-color: #A5A5A5;
  }

  ::-webkit-scrollbar-thumb:active {
      background-color: #A5A5A5;
  }

body {
  background-color: white;
  font-family: 'Poppins', sans-serif;
  color: black;
  font-size: 16px;
}

h1 {
  font-size: 24px;
}

p {
  font-size: 16px;
}
a:hover, a:active, a:focus {
    text-decoration: none;
}
.no-gutters{
	padding:0;
}



/*-------------- E-Ticaret ----------------*/

.e-ticaret{
  margin-top: 0px;
}
.e-ticaret .row{
  align-items: center;
}
.e-ticaret .containers{
  max-width: 1500px;
  margin: auto;
  padding: 0 20px;
}
.tic-txt .title{
  font-size: 34px;
  font-weight: 700;
  color: #242C39;
  font-family: 'Montserrat', sans-serif ;
  margin-bottom: 50px;
}

.tic-txt .title::after{
  position: absolute;
  content: "";
  width: 150px;
  height: 1px;
  text-align: center;
  left: 0%;
  top: 18%;
  background-color: #F18727;
}

.tic-txt .text{
  color: #000000;
  font-family: 'Montserrat', sans-serif ;
  max-width: 1300px;
  margin: auto;
  background-color: #f0f8ff;
  padding: 50px;
}
.tic-txt .text p{
  font-size: 24px;
  font-weight: 500;
}
.tic-txt .alt-img li{
  width: 8.7%;
  display: inline-block;
}
.kutu-gray{
  background-color: #F7F7F7;
  padding: 25px 50px;
  text-align: center;
  margin-top: 100px;
}

.kutu-gray .txt{
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  font-family: 'Montserrat', sans-serif ;
}
.kutu-gray .txt a{
  font-size: 34px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif ;
  color: #2768A5;
}
.kutu-gray .txt p{
  padding-top: 10px;
}

@media only screen and (max-width: 576px){
  .tic-txt .text p{
    font-size: 18px;
    font-weight: 500;
  }
  .tic-txt .alt-img li {
    width: 18%;
  }
  .tic-txt .text {
    padding: 20px;
  }
}

@media only screen and (max-width: 1366px){
  .logox{
    max-width: 700px;
    margin: auto;
  }
  .tic-txt .text {
    padding: 15px;
  }
  .ticaret-logo .t-logo{
    max-width: 200px;
  }
  .alt-img{
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px){
  .centered{
    text-align: center !important;
  }
}