/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;600&display=swap");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;

  font-family: "Barlow Condensed", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  background-color: #f1f1f1;
  font-size: 18px;
  min-height: 100%;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* START MYCSS */

nav {
  background: linear-gradient(
    90deg,
    rgba(39, 174, 96, 1) 0%,
    rgba(39, 247, 128, 1) 100%
  );
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
nav div ul li a {
  font-size: 20px;
  font-weight: bold;
  color: cornsilk;
}

.header {
  background-color: #ffffff;
  display: flex;
  padding-left: 200px;
  padding-right: 200px;
}
.header .header-links {
  margin-left: auto;
  padding-top: 1em;
}
.header-mobil {
  z-index: 90;
  position: absolute;
  background-color: #ffffff;
  width: 100%;
  height: 200%;
  text-align: center;
  padding-top: 10%;
  font-size: 30px;
  font-weight: 600;
  line-height: 2em;
  display: none;
}
.header i {
  font-size: 26px;
}
.icon {
  display: none;
}

header > i {
  margin-left: auto;
  margin-top: auto;
}

@media (max-width: 1023px) {
  .header {
    padding-left: 0px;
    padding-right: 0px;
  }
  .header-links {
    display: none;
    margin-left: 0;
  }
  .buttons-links {
    display: none;
  }
  .contents {
    display: none;
  }
  .icon {
    display: block;
    margin-left: auto;
    margin-top: auto;
    padding-right: 1em;
    cursor: pointer;
  }
  .icon label {
    font-size: 40px;
    color: black;
    padding-bottom: 5px;
  }
}

.buttons-links {
  width: 430px;
  height: 40px;
  margin-top: 4em;
  margin-right: auto;
  margin-bottom: 10px;
}
.buttons-links .btn {
  background-color: #27ae60;
  border-radius: 0px;
  width: 100px;
  color: white;
  font-weight: 800;
  font-size: 15px;
}

.a-text {
  color: rgb(0, 0, 0, 0.8);
  padding-left: 10px;
  font-size: 20px;
  font-weight: bolder;
}

.main-menu {
  display: flex;
  margin-top: 30px;
  margin-left: 175px;
  margin-right: 173px;
  background-color: #f4f7f9;
}
.Slider {
  padding: 0;
}
.card {
  margin-left: auto;
}
.card img {
  margin-top: 10px;
}

nav div ul {
  padding-right: 150px;
}

.bagis {
  margin: 1em 0;
}
.walpaper {
  background-image: url("../images/agac.jpg");
  margin-top: 15px;
  opacity: 0.9;
}
.walpaper p {
  opacity: 1;
  font-weight: 800;
  color: white;
}

.about-cards {
  margin-top: 30px;
}
.about-cards .card {
  border-radius: 0%;
  margin-left: 10px;
  height: 25rem;
  transition: 300ms;
}
.about-cards .card:first-child {
  margin-left: 0;
}
.about-cards .card-body {
  display: grid;
  text-align: center;
  align-items: center;
}
.card-body i {
  font-size: 120px;
}

.about-cards .card:first-child:hover {
  background-color: rgb(120, 250, 74);
  color: #ffffff;
}
.about-cards .card:hover {
  background-color: rgba(252, 157, 49, 0.959);
  color: #ffffff;
  transform: scaleY(1.04);
}
.about-cards .card:last-child:hover {
  background-color: rgb(0, 153, 255);
  color: #ffffff;
}

.about-cards img {
  text-align: center;
  width: 75px;
  height: 75px;
  margin: 25%;
}
.haberler {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 1023px) {
  .card-body {
    padding: 0;
  }
  .card-body i {
    font-size: 60px;
  }
  .card-body h1 {
    font-size: 20px;
  }
  footer {
    padding-left: 0px;
  }
  .main-menu {
    margin-left: 0px;
    padding-top: 10px;
    margin: auto;
  }
  .news {
    margin-left: 0px;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .walpaper {
    width: 100%;
  }

  .mobil-icons ul {
    display: flex;
    justify-content: space-around;
    padding: 10px 30px;
  }
  .header-mobil ul li a {
    color: black;
  }
  .haberler {
    height: 50px;
    margin-left: 15px;
    text-align: left;
    margin-top: 25px;
    font-size: 24px;
    font-weight: bold;
  }
  .about-cards .card {
    height: 10rem;
    margin-bottom: 20px;
  }

  .btn-success {
    margin-top: 1em;
  }
}
