@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Red Hat Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  position: relative;
  background-color: #fff;
  z-index: 1;
  overflow-x: hidden;
}

header {
  display: flex;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Bebas Neue", cursive;
}

a {
  color: #444;
}

a:hover {
  color: #000;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.site-nav {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.slider-div {
  display: flex;
}

.logo {
  width: 245px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo > a {
  padding: 1rem;
}

.logo > a > img {
  width: 85%;
  margin: auto;
}

.above-menu-image-icons,
.below-menu-image-icons {
  width: 36px !important;
  height: 36px !important;
}

.site-nav #main-menu {
  width: calc(100% - 245px);
}

.site-nav #main-menu ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
  height: 100px;
  background-color: #fff;
  font-size: 0px;
  display: flex;
  align-items: center;
  list-style: none;
}

.site-nav #main-menu ul:hover li {
  width: 13.33333%;
}

.site-nav #main-menu ul li {
  width: 16.66667%;
  -moz-transition: all 0.1s;
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: 0px 1px 3px white;
  border-right: thin solid lightgray;
}

.site-nav #main-menu ul li:last-child {
  border-right: none;
}

.site-nav #main-menu ul li:hover {
  background: #eee;
  width: 33.33333%;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.site-nav #main-menu ul li a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100px;
  text-decoration: none;
  color: #444 !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-nav #main-menu ul li a span > span:first-child {
  font-size: 36px;
}

.site-nav #main-menu ul li a span > span:nth-child(2) {
  font-size: 11px;
  font-weight: 600;
  max-width: 100px;
}

.site-nav #main-menu ul li a:visited {
  color: gray;
}

.home-heading {
  padding: 20px 0;
  text-align: center;
  position: relative;
  cursor: default;
  margin: 0;
}

.home-heading span {
  position: relative;
}

.home-heading span::before {
  content: "";
  background-color: #000;
  position: absolute;
  height: 4px;
  width: calc(50%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.75s all ease-in-out;
}

section:hover .home-heading span::before {
  width: 75%;
  transition: 0.75s all ease-in-out;
}

.populer_inf {
  margin: 0 0 80px 0;
}

.inf-cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.inf-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 200px;
}

.inf-card-caption {
  padding: 0px 25px;
}

.inf-card-caption > p {
  font-size: 14px;
}

.inf-card {
  margin: 30px auto;
  width: 200px;
  height: 200px;
  border-radius: 20px;
  box-shadow: 0 15px 24px rgb(0 0 0 / 11%);
  cursor: pointer;
  transition: 0.4s;
}

.inf-card .inf-card_image {
  width: inherit;
  height: inherit;
  border-radius: 20px;
  position: relative;
}

.inf-card .inf-card_image img {
  width: inherit;
  height: inherit;
  border-radius: 15px;
  object-fit: cover;
}

.inf-card .inf-card_title {
  text-align: center;
  border-radius: 0px 0px 15px 15px;
  font-family: sans-serif;
  font-weight: bold;
  font-size: 18px;
  height: 38px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.inf-card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 0px 0px 40px rgb(0 0 0 / 30%);
}

.title-white {
  color: white;
}

.title-black {
  color: black;
}

.price-table {
  border: none !important;
}

.price-table thead tr {
  text-align: center;
}

.price-table thead tr th {
  vertical-align: middle;
}

.price-table thead tr th:first-child {
  border: none !important;
}

.price-table tbody tr td:first-child {
  min-width: 185px;
  font-weight: 600;
}

.price-table tbody tr td:not(:first-child) {
  text-align: center;
  vertical-align: middle;
  font-size: 20px;
}

.price-table tbody tr td:not(:first-child) .fa-times {
  color: crimson;
}

.price-table tbody tr td:not(:first-child) .fa-check-circle-o {
  color: limegreen;
}

.price-table tfoot tr td {
  border: none !important;
  text-align: center;
  vertical-align: middle;
}

.price-table tfoot tr {
  height: 80px;
}

.price-table tfoot tr td a {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-size: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.1s ease-in-out;
  min-width: 80px;
  font-weight: 600;
}

.price-table tfoot tr td a:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.1s ease-in-out;
}

.other-categs .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.other-categs .menu .dashicons {
  display: none;
}

.other-categs .menu .menu-image-title {
  text-align: left;
}

@media all and (max-width: 500px) {
  .inf-card-list {
    flex-direction: column;
  }
}

.l-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
  width: 100%;
  max-width: 1200px;
  padding: 30px;
}

@media screen and (max-width: 760px) {
  .l-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

section.rounded-cards {
  padding: 80px 0;
  margin: 30px 0;
  background-image: url("/wp-content/themes/solv/images/default-images/grad-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.rounded-cards .caption > h4 {
  color: #000;
  margin: 20px 0;
}

.projectFactsWrap {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
}

.projectFactsWrap h4 {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.7);
}

#projectFacts .fullWidth {
  padding: 0;
}

.number {
  font-family: "Bebas Neue", cursive;
}

.projectFactsWrap .item {
  width: 25%;
  height: 100%;
  padding: 50px 0px;
  text-align: center;
}

/* .projectFactsWrap .item:nth-child(3) {
  background: rgb(125 125 125);
}

.projectFactsWrap .item:nth-child(2) {
  background: rgb(195 195 195);
} */

.projectFactsWrap .item:nth-child(1),
.projectFactsWrap .item:nth-child(2),
.projectFactsWrap .item:nth-child(3) {
  background: rgb(255 255 255);
  transition: all 0.25s ease-in-out;
  cursor: default;
}

.projectFactsWrap .item:nth-child(1):hover,
.projectFactsWrap .item:nth-child(2):hover,
.projectFactsWrap .item:nth-child(3):hover {
  box-shadow: 0 0 20px rgb(0 0 0 / 100%);
  transition: all 0.25s ease-in-out;
}

.projectFactsWrap .item p.number {
  font-size: 40px;
  padding: 0;
  font-weight: bold;
}

.projectFactsWrap .item p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 18px;
  margin: 0;
  padding: 10px;
}

.projectFactsWrap .item span {
  width: 60px;
  background: rgba(0, 0, 0, 0.7);
  height: 2px;
  display: block;
  margin: 0 auto;
}

.projectFactsWrap .item i {
  vertical-align: middle;
  font-size: 50px;
  color: rgba(0, 0, 0, 0.7);
}

.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
  color: #000;
}

.projectFactsWrap .item:hover span {
  background: #000;
}

@media (max-width: 786px) {
  .projectFactsWrap .item {
    flex: 0 0 50%;
  }
}

.noro-inf {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 25px;
  overflow: hidden;
}

.noro-hr {
  width: 80%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}

.noro-pazarlama-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.noro-banner,
.inf-pazarlama-banner {
  margin: 0 20px;
  z-index: -1;
  min-width: 300px;
}

.noro-caption {
  text-align: left;
  flex-basis: 75%;
  max-width: 900px;
}

.img-container {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  width: 300px;
  flex-basis: 25%;
}
.img-container img {
  width: 100%;
}
.img-container .overlay {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.25s all ease-in-out;
}

.noro-pazarlama-container:hover .img-container .overlay {
  left: 0;
}

.noro-pazarlama-container:hover .noro-title {
  transition: 0.25s all ease-in-out;
  transform: translatex(-240px);
  color: #fff;
}

.inf-pazarlama-caption {
  text-align: right;
  max-width: 900px;
}

.noro-title,
.inf-pazarlama-title {
  font-family: "Bebas Neue", cursive;
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 30px;
  transition: 0.25s all ease-in-out;
  z-index: 2;
}

.inf-pazarlama-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-container2 {
  max-width: 600px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.75);
}

.img-container2 img {
  width: 100%;
}

.img-container2 .overlay {
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.25s all ease-in-out;
}

.inf-pazarlama-container:hover .img-container2 .overlay {
  right: 0;
}

.inf-pazarlama-container:hover .inf-pazarlama-title {
  transition: 0.25s all ease-in-out;
  transform: translatex(260px);
  color: #fff;
}

.trendyol-inf {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 30px 0 0;
  background-color: #f5f5f5;
  padding: 30px 35px;
}

.trendyol-inf-caption {
  margin-top: 20px;
}

.trendyol-inf-title {
  text-align: left;
  height: 25px;
  color: #fff;
  margin: 0;
}

.thumb-box {
  display: flex;
  position: relative;
}

.thumb-box .wrapper {
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9997;
}

.thumb-box img {
  width: 100%;
}

.overlay-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9998;
  left: 0;
  padding: 15px;
  background-image: linear-gradient(
    to bottom,
    transparent,
    rgba(0, 0, 0, 0.75)
  );
}

.main-title {
  font-size: 16px;
  display: block;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.description {
  color: #ccc;
  font-size: 13px;
  margin-top: 5px;
  display: block;
  color: #ccc;
  max-height: 0;
  line-height: 18px;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.4s ease-out, max-height 0.4s ease-out, margin 0.4s;
}

.thumb-box .wrapper:hover .description {
  opacity: 1;
  max-height: 100px;
  margin-top: 5px;
  transition: opacity 0.4s ease-out, max-height 0.9s ease-out;
}

.thumb-box .wrapper:hover .overlay-box {
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1));
}

.form-up,
.form-down {
  display: flex;
  align-items: center;
  justify-content: center;
}

.imaged-text-up,
.imaged-text-down {
  padding: 20px;
  position: relative;
  flex-basis: 50%;
}

.form-up {
  background-color: #444442;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.75);
  padding: 25px 0;
}

.form-up div[role="form"],
.form-down div[role="form"] {
  flex-basis: 50%;
}

.form-up .wpcf7 form.invalid .wpcf7-response-output {
  color: red !important;
}

.form-up .wpcf7 form.sent .wpcf7-response-output {
  color: lime !important;
}

.imaged-text-up h2 {
  color: #fff;
}

.imaged-text-up p {
  color: #999;
}

.form-1,
.form-2 {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 25px;
}

.imaged-text-up .curve,
.imaged-text-down .curve {
  width: 250px;
  float: left;
  margin-right: 2rem;
  border-radius: 50%;
  -webkit-shape-outside: circle();
  shape-outside: circle();
}

@keyframes spin {
  100% {
    transform: rotateZ(360deg);
  }
}

.ad-management {
  background-color: #f5f5f5;
}

.ad-management .home-heading {
  padding-top: 50px;
}

.ad-management-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 100px;
}

.circles1 {
  --bg-color: #dce9ff;
  --bg-color-light: #f1f7ff;
  --text-color-hover: #4c5656;
  --box-shadow-color: rgba(220, 233, 255, 0.48);
}

.circles2 {
  --bg-color: #b8f9d3;
  --bg-color-light: #e2fced;
  --text-color-hover: #4c5656;
  --box-shadow-color: rgba(184, 249, 211, 0.48);
}

.circles3 {
  --bg-color: #ceb2fc;
  --bg-color-light: #f0e7ff;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.circles4 {
  --bg-color: #ffd861;
  --bg-color-light: #ffeeba;
  --text-color-hover: #4c5656;
  --box-shadow-color: rgba(255, 215, 97, 0.48);
}

.circles5 {
  --bg-color: #ff7675;
  --bg-color-light: #fab1a0;
  --text-color-hover: #411b12;
  --box-shadow-color: rgba(214, 48, 49, 0.48);
}

.card-circle {
  width: 200px;
  height: 330px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgb(0 0 0 / 4%);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 10px;
}

.card-circle:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
}

.card-circle:hover .overlay {
  transform: scale(5) translateZ(0);
}

.card-circle:hover .circle {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card-circle:hover .anim-circle2 {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.card-circle:hover .circle:after {
  background: var(--bg-color-light);
}

.card-circle:hover p {
  color: var(--text-color-hover);
}

.card-circle:active {
  transform: scale(1) translateZ(0);
  box-shadow: 0 15px 24px rgba(0, 0, 0, 0.11),
    0 15px 24px var(--box-shadow-color);
}

.card-circle:hover .anim-circle2 {
  animation: spin 8s linear infinite;
}

.card-circle .circle-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 15px;
}

.card-circle p {
  text-align: center;
  font-size: 15px;
  color: #4c5656;
  margin-top: 0;
  z-index: 2;
  transition: color 0.3s ease-out;
  cursor: default;
}

.card-circle h5 {
  z-index: 2;
  cursor: default;
}

.card-circle a {
  width: 70px;
  height: 70px;
}

.card-circle .circle {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.card-circle .circle:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  transition: opacity 0.3s ease-out;
}

.card-circle .circle a {
  z-index: 10000;
  transform: translateZ(0);
}

.card-circle .overlay {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 30px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

.anim-circle2 {
  position: absolute;
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background-clip: content-box;
  animation: spin 25s linear infinite;
}

.circle1a,
.circle2a,
.circle3a,
.circle4a,
.circle5a {
  border: 3px dashed var(--bg-color);
}

.circle-text h5 {
  margin-top: 15px;
}

.reference-container {
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.7),
      rgba(0, 0, 0, 0.8)
    ),
    url("/wp-content/themes/solv/images/default-images/ref-background.jpg");
  width: 100%;
  background-size: cover;
  color: white;
  padding: 20px;
}

.brand-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.brand {
  opacity: 0.9;
  transition: 0.25s all ease-in-out;
  width: 200px;
  height: 100px;
}

.brand:hover {
  opacity: 1;
  transform: scale(1.1);
  transition: opacity 0.25s 0s, transform 0.25s 0s, box-shadow 0.5s 0.25;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
}

.influencer-reklam .home-heading {
  margin: 0;
}

.inf-reklam {
  padding: 0 50px;
}

.daha-fazla {
  color: #f5f5f5;
  background: #000;
  margin: auto;
  text-align: center;
  padding: 8px;
  border-radius: 5px;
  width: 150px !important;
  text-decoration: none;
  margin-top: 25px;
  transition: all 0.5s ease-in-out;
}

.daha-fazla i {
  margin-right: 10px;
}

.daha-fazla:hover {
  background: #2b2b2b;
  color: #f5f5f5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

footer {
  font-size: 14px;
  padding: 25px 50px 0;
  margin-top: 25px;
}

.footer-container {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.footer-container > div {
  margin-right: 60px;
}

.footer-container > div:last-child {
  margin-right: 0;
  flex-basis: 30%;
}

.footer-links {
  display: flex;
  flex-basis: 35%;
}

.footer-links > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-links > div > ul {
  list-style: none;
  margin-right: 35px;
  padding: 0;
}

.footer-links > div > ul:last-child {
  margin-right: 0;
}

.footer-links > div > ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 5px 0;
  position: relative;
}

.footer-links > div > ul li a i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20%;
  transition: all 0.15s ease-in-out;
}

.footer-links > div > ul li a:hover i {
  left: -12%;
  transition: all 0.15s ease-in-out;
}

.footer-links > div > ul li:first-child {
  border-bottom: 0;
  padding: 0;
}

.footer-iletisim {
  flex-basis: 35%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.footer-adres ul > li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 5px;
}

.footer-adres ul > li a {
  color: #000;
}

.footer-adres ul > li i {
  color: #aaa;
  font-size: 18px;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.footer-iletisim ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-iletisim .footer-sosyal {
  margin-top: 10px;
}

.footer-iletisim .footer-sosyal ul {
  display: flex;
}

.footer-iletisim .footer-sosyal ul > li {
  border: 1px solid;
  border-radius: 4px;
  margin-right: 10px;
  background: #000000;
  font-size: 12px;
  width: 90px;
}

.footer-iletisim .footer-sosyal ul > li:hover {
  background: #2b2b2b;
  transform: 1s all ease;
}

.footer-iletisim .footer-sosyal ul > li > a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 8px 0;
}

.footer-iletisim .footer-sosyal ul > li .fa {
  font-size: 16px;
}

.button-container {
  display: flex;
  align-items: center;
  height: 100%;
}

.glass-btn {
  width: 3.5em;
  height: 3.5em;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  margin-right: 1em;
  cursor: pointer;
  transition: all 0.3s;
}
.glass-btn.blue-btn {
  box-shadow: 0px 20px 20px -17px rgba(0, 111, 255, 0.53);
}
.glass-btn.blue-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
}

.glass-btn.blue-btn2 {
  box-shadow: 0px 20px 20px -17px rgba(29, 161, 242, 0.53);
}
.glass-btn.blue-btn2:hover {
  box-shadow: 0px 20px 35px -16px rgba(29, 161, 242, 0.65);
}

.glass-btn.red-btn {
  box-shadow: 0px 20px 20px -17px rgba(255, 16, 39, 0.5);
}
.glass-btn.red-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(255, 16, 39, 0.57);
}

.glass-btn.amber-btn {
  box-shadow: 0px 20px 20px -17px rgba(255, 159, 16, 0.53);
}
.glass-btn.amber-btn:hover {
  box-shadow: 0px 20px 35px -16px rgba(255, 159, 16, 0.6);
}

.glass-btn:hover {
  background-color: whitesmoke;
  transform: translateY(-5px);
  transition: all 0.3s;
}

.footer-brand {
  position: relative;
  width: 200px;
  height: 100px;
  overflow: hidden;
}

.footer-brand > img {
  width: 100%;
}

.footer-brand::before {
  content: "";
  width: 1px;
  height: 70%;
  top: 50%;
  left: -12%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.footer-brand .h4 {
  margin-top: 10px;
  margin-bottom: 0;
  display: block;
}

.footer-brand p {
  font-size: 13px;
  padding: 0;
  margin: 0;
}

.copy-hr {
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0;
}

.copyright {
  font-size: 13px;
  padding: 15px 0;
  text-align: center;
}

.copyright strong a {
  color: #444;
}

.footer-nav {
  padding: 30px 0;
}

.footer-nav ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  font-family: "Bebas Neue", cursive;
  margin: 0;
  overflow: hidden;
}

.footer-nav ul li + li {
  margin-left: 15px;
}

.footer-nav ul li a {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-nav ul li a span > span:first-child {
  display: none;
}

.footer-nav ul li {
  transition: all 0.1s ease-in-out;
}

.form-1 > div:nth-child(1) {
  flex-basis: calc(50% - 2.5%);
  margin-right: 2%;
}

.form-1 > div:nth-child(2) {
  flex-basis: 50%;
}

.form-1 > div:nth-child(3),
.form-1 > div:nth-child(4),
.form-1 > div:nth-child(5) {
  flex-basis: 100%;
}

.form-2 > div:nth-child(1),
.form-2 > div:nth-child(2),
.form-2 > div:nth-child(3),
.form-2 > div:nth-child(4),
.form-2 > div:nth-child(5) {
  flex-basis: 100%;
}

.styled-input label.active,
.styled-input label.valid {
  font-size: 10px;
  left: -8px;
  top: -12px;
  color: #999;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input {
  margin: 8px 0;
  position: relative;
  border-radius: 4px;
}

.styled-input label {
  color: #999;
  padding: 12px 20px 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  margin: 0;
}

.styled-input input,
.styled-input textarea {
  padding: 12px;
  border: 0;
  width: 100%;
  font-size: 14px;
  background-color: #2d2d2d;
  color: white;
  border-radius: 4px;
}

.styled-input input:focus,
.styled-input textarea:focus {
  outline: 0;
}

.styled-input input:focus ~ span,
.styled-input textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}

.styled-input textarea {
  width: 100%;
  min-height: 150px;
}

.submit-btn {
  color: #f5f5f5;
  background: #171717;
  padding: 8px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  outline: 0;
  border: 0;
  padding-left: 30px;
}

.submit-btn:hover {
  background: #2b2b2b;
  color: #f5f5f5;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.submit-btn-span {
  position: relative;
}

.submit-btn-span2 {
  position: relative;
}

.submit-btn-span:after {
  font-family: FontAwesome;
  content: "\f1d8";
  font-size: 14px;
  position: absolute;
  left: 9px;
  top: 1px;
  pointer-events: none;
  color: #fff;
}

.submit-btn-span2:after {
  font-family: FontAwesome;
  content: "\f1d8";
  font-size: 14px;
  position: absolute;
  left: 9px;
  top: 1px;
  pointer-events: none;
  color: #f5f5f5;
}

.styled-input2 label.active,
.styled-input2 label.valid {
  font-size: 10px;
  left: -8px;
  top: -12px;
  color: #444;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
}

.styled-input2 {
  position: relative;
  border-radius: 4px;
  margin: 8px 0;
}

.styled-input2 label {
  color: #444;
  padding: 12px 20px 12px 20px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  margin: 0;
}

.styled-input2 input,
.styled-input2 textarea {
  padding: 12px;
  border: 0;
  width: 100%;
  font-size: 14px;
  background-color: #ccc;
  color: #444;
  border-radius: 4px;
}

.styled-input2 input:focus,
.styled-input2 textarea:focus {
  outline: 0;
}

.styled-input2 textarea {
  width: 100%;
  min-height: 150px;
}

.submit-btn2 {
  color: #f5f5f5;
  background: #444;
  padding: 8px 8px 8px 30px;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  outline: 0;
  border: 0;
}

.submit-btn2:hover {
  background: #ddd;
  color: #444;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

.styled-input2 input[type="checkbox"] + label {
  color: #ccc;
  font-style: italic;
}

.styled-input2 input[type="checkbox"]:checked + label {
  color: #f00;
  font-style: normal;
}

.iletisim-section .form-2 {
  padding-top: 0 !important;
}

.latest-blogs {
}

.blog-card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.blog-card {
  display: block;
  position: relative;
  box-shadow: 0 0px 3px rgb(0 0 0 / 85%);
  transition: all 450ms ease-out 0s;
  overflow: hidden;
  margin: 3px;
  flex-basis: calc(25% - 10px);
  height: 195px;
  min-width: 195px;
}
.blog-card .blog-img {
  position: absolute;
  height: 100%;
  margin: auto;
  overflow: hidden;
  width: 100%;
}
.blog-card:hover {
  box-shadow: 0 0 8px rgb(0 0 0 / 85%);
}
.blog-card:hover .text-overlay {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  top: 0;
  transition: all 450ms ease-in-out 0s;
}
.blog-card:hover p {
  height: 60px;
  transition: all 350ms ease-in-out 0s;
}
.blog-card:hover p a {
  visibility: visible;
}
.text-overlay {
  position: relative;
  background: rgba(255, 255, 255, 0.6);
  height: 35%;
  top: 65%;
  box-shadow: 0 -2px 12px rgb(0 0 0 / 30%);
  padding: 10px 8px;
  overflow: hidden;
  transition: all 450ms ease-in-out 0s;
  cursor: pointer;
}
.text-overlay h2 {
  color: rgba(0, 0, 0, 0.85);
  letter-spacing: 0.0225em;
  width: auto;
  margin: 0;
}
.text-overlay p {
  color: #555;
  width: 380px;
  height: 38px;
  margin: 8px 0;
  line-height: 1.25;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline;
  font-size: 13px;
}
.text-overlay a {
  text-decoration: none;
  transition: all 350ms linear;
  /* visibility: hidden; */
}
.text-overlay a:hover {
  color: #999;
  border-bottom: 1px dotted #999;
}

.pop-inf .pop-icl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.pop-inf .pop-icl a {
  position: relative;
  margin: 3px;
  flex-basis: calc(25% - 10px);
  height: 195px;
  min-width: 195px;
  transition: all 450ms ease-in-out;
  overflow: hidden;
}

.pop-inf .pop-icl a:hover {
  box-shadow: 0 0 8px rgb(0 0 0 / 85%);
}

.pop-inf .ici {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pop-inf .ici img {
  width: 100%;
  height: 100%;
}

.pop-inf .ict {
  position: absolute;
  bottom: 5%;
}

.pop-inf .ict p {
  font-weight: 600;
  font-size: 18px;
}

.firma-form .imaged-text-down {
  padding: 0;
}

.page-banner {
  width: 100%;
  margin-bottom: 50px;
}

.page-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-div {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.blog-div .blog-tile {
  height: 350px;
  border-radius: 8px;
  flex-basis: calc(25% - 10px);
  margin: 5px;
  overflow: hidden;
  position: relative;
}

.blog-div .tile-image {
  width: 100%;
  height: 100%;
}

.blog-div .tile-image img {
  width: 100%;
  height: 100%;
  transition: all 450ms ease-in-out;
}

.blog-div .blog-tile:hover img {
  transform: scale(1.1);
}

.blog-div .blog-tile:hover .tile-caption {
  bottom: 0;
}

.blog-div .tile-image .image-overlay {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.blog-div .tile-caption {
  position: absolute;
  bottom: -34%;
  transition: all 450ms ease-in-out;
}

.blog-div .tile-caption h5 {
  width: 100%;
  margin: 10px 0;
  color: #fff;
  background-color: #000;
  padding: 0 10px;
}

.blog-div .tile-caption p {
  color: #fff;
  margin: 0;
  padding: 10px 10px;
  background-color: rgba(0, 0, 0, 0.5);
}

.pagination {
  margin: 50px 0;
}

.pagination a {
  padding: 8px;
  margin: 3px;
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
}

.pagination a:hover,
.pagination span.current {
  padding: 8px;
  margin: 3px;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  font-weight: 600;
  min-width: 50px;
  text-align: center;
  border-radius: 4px;
}

.iletisim-section {
  padding: 30px;
  display: flex;
}

.iletisim-section .iletisim-map iframe {
  height: 580px !important;
  width: 100% !important;
}

.iletisim-section > div {
  flex-basis: 50%;
}

.iletisim-bilgi {
  padding: 30px;
  background-color: #444442;
}

.iletisim-bilgi h5 {
  color: #fff;
}

.iletisim-bilgi p,
.iletisim-bilgi a {
  color: #999;
}

.iletisim-bilgi a:hover {
  color: rgb(26, 26, 26);
}

.bilgi-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.bilgi-wrapper .sol-blok {
  margin-right: 80px;
}

.bilgi-wrapper .sol-blok,
.bilgi-wrapper .sag-blok {
  max-width: 300px;
}

.bilgi-wrapper .sol-blok .telefon {
  display: flex;
  align-items: center;
}

.bilgi-wrapper .sol-blok .telefon .tel {
  margin-right: 30px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Bebas Neue", cursive;
  display: block;
}

.h1 {
  font-size: 40px;
}

@media screen and (min-width: 993px) {
  .mobile-nav {
    display: none;
  }

  .noro-pazarlama-container {
    opacity: 0;
    transition: all 1s ease-in;
    transform: translateX(-50%);
  }
  .inf-pazarlama-container {
    opacity: 0;
    transition: all 1s ease-in;
    transform: translateX(50%);
  }

  .slide-1 {
    transform: translateX(0%);
    transition: all 1s ease-in;
    opacity: 1;
  }

  .slide-2 {
    transform: translateX(0%);
    transition: all 1s ease-in;
    opacity: 1;
  }
}

@media screen and (min-width: 993px) and (max-width: 1199px) {
  .site-nav #main-menu ul li div {
    font-size: 10px;
    padding: 0 15px;
  }

  .blog-div .tile-caption {
    bottom: -40%;
  }
}

@media screen and (min-width: 769px) {
  #footerAccordion {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .inf-card {
    width: 150px;
    height: 150px;
    margin: 15px auto;
  }
  .inf-cards-list {
    justify-content: center;
  }
  .inf-card-caption > p {
    font-size: 14px;
  }
  .inf-card .inf-card_title {
    font-size: 15px;
  }

  .card-circle {
    margin-bottom: 30px;
  }
  .brand {
    width: 150px;
    height: 75px;
  }

  .footer-container > div {
    margin-right: 0;
  }

  .footer-container > div:last-child {
    flex-basis: 100%;
  }

  .footer-container {
    flex-wrap: wrap;
  }

  .footer-links {
    justify-content: center;
    flex-basis: 50%;
  }

  .footer-iletisim {
    flex-basis: 50%;
  }

  .footer-brand {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 15px;
    padding-top: 15px;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .footer-brand::before {
    display: none;
  }

  .pricing-container {
    margin-top: 50px;
  }

  .site-container {
    margin-top: 30px;
  }
}

@media screen and (max-width: 992px) {
  .site-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }

  .slider-div {
    padding-top: 70px;
  }

  .header {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    height: 70px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 9999;
  }
  .header .burger-container {
    position: relative;
    display: inline-block;
    height: 70px;
    width: 70px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .header .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .header .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #fff;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .header .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .header .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
  }
  .header .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 70px;
    width: 140px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
  }

  .header .icon img {
    width: 110px;
    height: 60px;
    transition: 0.7s all ease;
  }

  .header ul#menu-ana-menu-1 {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
    overflow: hidden;
  }
  .header ul#menu-ana-menu-1 li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99),
      opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .header ul#menu-ana-menu-1 li.menu-item a span > span:first-child {
    display: none;
  }

  .header ul#menu-ana-menu-1 li.menu-item a span > span {
    text-align: left !important;
  }

  .header ul#menu-ana-menu-1 li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .header ul#menu-ana-menu-1 li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .header ul#menu-ana-menu-1 li.menu-item a {
    font-family: "Bebas Neue";
    display: block;
    position: relative;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 20px;
    line-height: 2.2;
    font-weight: 200;
    width: 100%;
  }

  .header ul#menu-ana-menu-1 li.menu-item a:hover {
    opacity: 0.5;
  }

  .header.menu-opened {
    height: 100%;
    background-color: #000;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
  }
  .header.menu-opened .burger-container {
    transform: rotate(90deg);
  }
  .header.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .header.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
  }
  .header.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .header.menu-opened ul#menu-ana-menu-1 li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }

  .header.menu-opened .icon img {
    opacity: 0.2;
    transition: 0.7s all ease;
  }

  .projectFactsWrap h4 {
    font-size: 17px;
  }

  .projectFactsWrap .item {
    flex: 0 0 30%;
    padding: 15px 0px;
    min-width: 180px;
  }

  .projectFactsWrap .item i {
    font-size: 30px;
  }

  .projectFactsWrap .item p.number {
    font-size: 35px;
  }

  .imaged-text-up .curve,
  .imaged-text-down .curve {
    display: none;
  }

  .noro-title,
  .inf-pazarlama-title {
    font-size: 25px;
  }

  .noro-caption p:nth-child(3),
  .inf-pazarlama-caption p:nth-child(3) {
    font-size: 14px;
  }

  .brand {
    width: 120px;
    height: 60px;
  }

  .blog-card {
    flex-basis: calc(50% - 10px);
  }

  .blog-div .blog-tile {
    flex-basis: calc(50% - 10px);
  }

  .blog-div .tile-caption {
    bottom: 0;
  }

  .pop-inf .pop-icl a {
    flex-basis: calc(50% - 10px);
  }

  .iletisim-title {
    padding-top: 90px;
  }
}

@media screen and (max-width: 768px) {
  .noro-pazarlama-container,
  .inf-pazarlama-container {
    flex-direction: column;
  }
  .img-container .overlay,
  .img-container2 .overlay {
    display: none;
  }

  .noro-pazarlama-container:hover .noro-title,
  .inf-pazarlama-container:hover .inf-pazarlama-title {
    transition: unset;
    transform: unset;
    color: initial;
  }

  .noro-pazarlama-container .noro-title:nth-child(1),
  .inf-pazarlama-container .inf-pazarlama-title:nth-child(1) {
    margin-top: 25px;
  }

  .trendyol-inf {
    padding: 0 0 30px;
  }

  .overlay-box {
    background: rgba(0, 0, 0, 0.2) !important;
  }

  .overlay-box .description {
    display: none;
  }

  .overlay-box:hover {
    background: rgba(0, 0, 0, 0.2) !important;
  }

  .trendyol-inf-caption {
    margin-top: 0px;
    padding: 25px;
  }

  .styled-input {
    width: 100%;
  }

  .styled-input2 {
    width: 100%;
  }

  .imaged-text-up,
  .imaged-text-down {
    padding: 25px;
    width: 100%;
    padding-bottom: 0;
  }

  .form-1,
  .form-2 {
    width: 100%;
    padding-top: 0;
  }

  .iletisim-section .form-2 {
    padding: 0 !important;
  }

  .form-up,
  .form-down {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .styled-input label {
    font-size: 12px;
  }

  .brand-wrapper {
    justify-content: center;
  }

  .brand {
    width: 200px;
    height: 100px;
    opacity: 1;
  }

  .brand-wrapper > a {
    margin-left: 15px;
    margin-top: 15px;
  }

  .inf-reklam {
    padding: 0 25px;
  }

  .footer-links > div:first-child {
    display: none;
  }

  .footer-links > div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  #footerAccordion {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  #footerAccordion .card {
    border: none;
    width: 100%;
  }

  #footerAccordion .card-header {
    padding: 0;
    margin: 0;
    background-color: #fff;
    border: 0;
  }

  #footerAccordion .card-header button {
    outline: 0;
    text-decoration: none;
    color: #444;
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    border: 1px solid #ccc;
    padding: 8px 10px;
    margin: 5px 0;
    width: 100%;
    font-size: 20px;
  }

  #footerAccordion .card-header button .fa {
    font-size: 20px;
    padding-top: 3px;
  }

  #footerAccordion .card-body {
    padding: 0;
  }

  #footerAccordion .card-body ul {
    list-style: none;
    margin: 0;
    padding: 10px 0;
  }

  #footerAccordion .card-body ul li {
    margin: 5px 0;
    font-size: 15px;
  }

  #footerAccordion button[aria-expanded="false"] .fa-minus {
    display: none;
  }
  #footerAccordion button[aria-expanded="true"] .fa-plus {
    display: none;
  }

  .pop-inf .ic .ici img {
    width: 120px;
    height: 120px;
  }

  .iletisim-section {
    flex-wrap: wrap;
  }

  .iletisim-section > div {
    flex-basis: 100% !important;
  }

  .firma-form .form-2 {
    padding: 0;
  }

  .bilgi-wrapper {
    flex-direction: column;
    text-align: center;
  }

  .bilgi-wrapper .sol-blok {
    margin-right: 0;
  }

  .bilgi-wrapper > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media screen and (max-width: 740px) {
  #footerAccordion {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  .footer-links {
    flex-basis: 100%;
  }

  .footer-iletisim {
    flex-basis: 100%;
  }

  .footer-adres .h4 {
    text-align: center;
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 540px) {
  .projectFactsWrap .item {
    margin-bottom: 10px;
  }
  .overlay-box {
    padding: 0px;
  }

  .trendyol-inf-title {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }

  .brand {
    width: 150px;
    height: 75px;
  }

  footer {
    padding: 25px 20px 0;
  }

  .footer-nav ul {
    flex-direction: column;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .footer-nav ul li + li {
    margin-left: 0;
  }

  .footer-nav ul li:not(:last-child) {
    border-bottom: 1px solid #ccc;
  }

  .footer-nav ul li {
    padding: 5px 0;
    width: 100%;
    font-weight: 300;
    font-size: 18px;
  }

  .footer-nav ul li:hover {
    background-color: #2b2b2b;
    transition: all 0.1s ease-in-out;
  }

  .footer-nav ul li:hover a {
    transition: all 0.1s ease-in-out;
    color: #fff;
  }

  .footer-nav ul li a {
    font-weight: 300;
    font-size: 20px;
  }

  .footer-brand p {
    text-align: center;
  }

  .blog-card {
    flex-basis: calc(100% - 10px);
  }

  .pop-inf .pop-icl a {
    flex-basis: calc(100% - 10px);
  }
}

@media screen and (max-width: 425px) {
  .noro-banner,
  .inf-pazarlama-banner {
    min-width: 200px;
    flex-basis: 100%;
    width: 200px;
    margin: 0;
  }

  .noro-caption,
  .inf-pazarlama-caption {
    flex-basis: 100%;
    text-align: center;
  }

  .card-circle {
    width: 140px;
    height: 275px;
    margin-right: 8px;
  }

  .card-circle p {
    font-size: 13px;
  }

  .card-circle .overlay {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 20px;
  }

  .card-circle:hover .overlay {
    transform: scale(6) translateZ(0);
  }

  .card-circle .circle {
    width: 90px;
    height: 90px;
  }

  .anim-circle2 {
    width: 90px;
    height: 90px;
  }

  .card-circle .circle:after {
    width: 80px;
    height: 80px;
  }

  .card-circle h5 {
    font-size: 16px;
  }

  .ad-management-wrapper {
    padding-bottom: 30px;
    justify-content: center;
  }
}

@media screen and (max-width: 375px) {
  .inf-card-wrapper {
    max-width: 150px;
  }

  .projectFactsWrap .item {
    min-width: 150px;
  }

  .inf-card {
    width: 135px;
    height: 135px;
    margin: 15px auto;
  }
  .inf-card .inf-card_title {
    font-size: 12px;
  }

  .brand {
    width: 120px;
    height: 60px;
  }
}
