body {
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  font-style: normal;
  font-weight: 300;
  background: #f6f6f6;
  color: #646464;
}

a {
  color: #272727 !important;
  transition: 0.3;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.navbar-brand img {
  width: 14rem;
}

/*Başlık etiketlerini standart hale getirdik**/
h2 {
  letter-spacing: 0.2rem;
  font-size: 3rem;
  color: #272727;
  font-weight: 600;
}

h4 {
  color: #8f8f8f;
}

h5 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: 0.2rem;
  font-weight: 600;
  color: #272727;
}

p {
  font-size: 1rem;
}

.margin-1 {
  margin: 0px 45px 0px 45px;
}

iframe {
  max-width: 100%;
}

img {
  max-width: 100% !important;
  max-height: 100% !important;
}

.submitButton {
  border: 1px solid #272727;
  background: #272727;
  color: #fff !important;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
}

.submitButton:hover {
  background: transparent;
  color: #272727 !important;
}

a {
  text-decoration: none;
}

nav {
  width: 100%;
  padding: 16px 45px 16px 45px !important;
  background: #f6f6f6;
}

nav li a {
  color: #8f8f8f !important;
  letter-spacing: 2px;
  margin-right: 2rem !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  transition: 0.3s;
}

nav li a:hover {
  color: #272727 !important;
}

nav i {
  font-size: 1.5rem;
  color: #8f8f8f;
}

.nav-link.active {
  color: #272727 !important;
}

.slider .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50% 50%;
}

.slider-item {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  height: 80vh;
  filter: grayscale(100%);
  position: relative;
  transition: all 1s ease;
}

.slider-item:hover {
  z-index: 1;
  transition: all 0.15s ease;
}

.slider-content {
  color: #fff;
}

.slider-content h1 {
  color: #fff;
  font-weight: 500;
  font-size: 3.5rem;
  text-align: center;
}

/** headerda resim var ise kullanılacak kısım **/
header.background-image {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 25rem;
}

header.background-image .headerGradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

header.background-image .header-content {
  position: relative;
  z-index: 99;
}

header.background-image .header-content h1 {
  color: #fff;
  font-size: 3.5rem;
}

header.background-image .header-content p {
  color: #fff;
  font-size: 1.5rem;
}

header.background-image .decoration {
  display: none;
}

/** headerda resim yok ise sadece beyaz arka plan olucak şekilde **/
header.background-white {
  background: #fff !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

header.background-white .decoration {
  background-color: #98b7ba;
  height: 0.3rem;
  width: 4rem;
}

header.background-white .headerGradient {
  display: none;
}

header.background-white .header-content h1 {
  color: #272727;
  font-size: 3.5rem;
}

header.background-white .header-content p {
  color: #8f8f8f;
  font-size: 1.5rem;
}

header.background-transparent {
  background: transparent !important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

header.background-transparent .decoration {
  background-color: #98b7ba;
  height: 0.3rem;
  width: 4rem;
}

header.background-transparent .headerGradient {
  display: none;
}

header.background-transparent .header-content h1 {
  color: #272727;
  font-size: 3.5rem;
}

header.background-transparent .header-content p {
  color: #8f8f8f;
  font-size: 1.5rem;
}

.sticky-top {
  transition: 0.3s;
  height: 5rem;
}

.altImage {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 20rem;
}

.about ul {
  margin: 1rem 0rem 1rem 0rem;
}

.about p {
  color: #646464;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.about .icon {
  background: rgb(12, 13, 102);
  width: 5rem;
  height: 5rem;
}

.about .icon i {
  color: #fff;
  font-size: 2rem;
}

.about .card-item {
  transition: 0.3s;
}

.about .card-item:hover {
  box-shadow: inset 0px 0px 0px 15px #fff;
}

.about .card-item p {
  font-size: 1rem;
  min-height: 5rem;
}

.about .card-item h5 {
  min-height: 3rem;
}

.work-with-us {
  background: rgb(237, 241, 242);
}

.work-with-us h4 {
  letter-spacing: 0.2rem;
  color: #272727;
}

.work-with-us .decoration {
  background-color: #98b7ba;
  height: 0.3rem;
  width: 3rem;
}

.work-with-us .submitButton {
  padding: 0.5rem 5rem;
}

.our-team h4 {
  letter-spacing: 0.3rem;
  font-size: 2rem;
  color: #272727;
  font-weight: 300;
}

/* .our-team img {
  height: auto;
  width: 40rem;
  aspect-ratio: 1/1;
} */

.carrier .decoration {
  height: 0.3rem;
  width: 3rem;
}

.carrier h1 {
  color: #272727;
  font-weight: 600;
  font-size: 3rem;
}

.carrier p {
  color: #646464;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

.carrier .career-form {
  background-color: rgb(237, 241, 242);
}

.services .service-card a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: 0.3s;
}

.services .service-card a:hover::after {
  box-shadow: inset 0px 0px 0px 15px #f6f6f6;
}

.services .service-card h3 {
  font-size: 1.6rem;
  line-height: 2.5rem;
  letter-spacing: 0.12rem;
  color: #272727;
  font-weight: 300;
  text-align: center;
}

.services .service-card p {
  line-height: 2rem;
}

.services-main {
  background-color: #fff;
}

.services-main p {
  color: #646464;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

.page img {
  max-width: 100%;
  margin-bottom: 3rem;
}

.page {
  font-size: 1rem;
}

.page h4 {
  color: #272727 !important;
  font-weight: 600;
}

.page h5 {
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.page h6 {
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #272727;
}

.page p {
  margin-bottom: 1rem;
}

.page a {
  color: #98b7ba !important;
}

.page iframe {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.page .shadow {
  transition: 0.3s;
}

.page .shadow:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.page ul li {
  font-size: 1rem;
}

.page-kayit img {
  max-width: 100%;
  margin-bottom: 3rem;
}

.page-kayit {
  font-size: 1rem;
}

.page-kayit h4 {
  color: #272727 !important;
  font-weight: 600;
}

.page-kayit h5 {
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
}

.page-kayit h6 {
  line-height: 0;
  letter-spacing: 0;
  margin-bottom: 1rem;
  color: #272727;
}

.page-kayit p {
  margin-bottom: 1rem;
}

.page-kayit iframe {
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.page-kayit .shadow {
  transition: 0.3s;
}

.page-kayit .shadow:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.page-kayit ul li {
  font-size: 1rem;
}

.asama ol li {
  font-size: 1rem;
  line-height: 2;
}

.decoration {
  background-color: #98b7ba;
  height: 0.3rem;
  width: 3rem;
}

.news a {
  text-decoration: none;
}

.news .news-item {
  background-color: #fff;
}

.news .new-item-ic .news-item {
  position: relative;
}

.news .new-item-ic .news-item:before {
  left: 0;
  right: 0;
  top: 0;
}

.news .new-item-ic .news-item:after {
  left: 0;
  right: 0;
  bottom: 0;
}

.news .new-item-ic .news-item:after,
.news .new-item-ic .news-item:before {
  content: "";
  position: absolute;
  height: 0;
  background-color: #f6f6f6;
  width: 100%;
  transition: 0.3s;
  z-index: 1;
}

.news .new-item-ic:hover .news-item:after,
.news .new-item-ic:hover .news-item:before {
  height: 15px;
}

.news .news-item .new-item-dis {
  position: relative;
}

.news .news-item .new-item-dis::before {
  left: 0;
  top: 0;
}

.news .news-item .new-item-dis::after {
  right: 0;
  top: 0;
}

.news .news-item .new-item-dis::before,
.news .news-item .new-item-dis::after {
  content: "";
  position: absolute;
  width: 0;
  background-color: #f6f6f6;
  height: 100%;
  transition: 0.3s;
  z-index: 1;
}

.news .news-item:hover .new-item-dis::before,
.news .news-item:hover .new-item-dis::after {
  width: 15px;
}

.news .news-item .news-content {
  padding: 3rem;
}

.news .news-item .news-content .icon {
  width: 5rem;
  height: 5rem;
  background-color: rgb(12, 13, 102);
  border-radius: 50% 50%;
}

.news .news-item .news-content .icon i {
  color: #fff;
  font-size: 2rem;
}

.news .news-item .news-content h5 {
  font-size: 1.2rem;
  /* text-transform: uppercase; */
  line-height: 2.5rem;
  letter-spacing: 0.2rem;
  font-weight: 700;
  word-break: break-word;
}

.news .news-item .news-content p {
  letter-spacing: 0.1rem;
  line-height: 1.8;
}

.news .news-item .news-content h6 {
  color: #8f8f8f;
  font-weight: 600;
  letter-spacing: 0.2rem;
}

.news .news-item .news-content h6 span {
  color: #272727;
}

.sustain h4 {
  color: #272727;
}

.sustain .content {
  font-size: 1rem;
}

.sustain table tr td {
  font-size: 1rem;
}

.sustain table tr td:first-child {
  color: #272727;
  font-weight: 600;
  width: 4.5rem;
}

.news-detail {
  background-color: #fff;
}

.reference .image {
  aspect-ratio: 4/3;
}

.reference .image img {
  object-fit: contain;
  width: 50%;
  max-width: 100%;
  height: 100%;
}

.background-news {
  height: 40rem !important;
}

.field-1 p {
  color: #646464;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.field-1 .number {
  color: rgb(12, 13, 102);
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  font-size: 4rem;
}

.field-1 .number-content {
  color: #8f8f8f;
  letter-spacing: 0rem;
  height: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  margin-top: -1rem;
}

.field-2 {
  background: #fff;
}

.field-2 p {
  color: #646464;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.field-2 .number {
  color: rgb(12, 13, 102);
  animation-duration: 1s;
  animation-delay: 0s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  font-size: 4rem;
}

.field-2 .number-content {
  color: #8f8f8f;
  letter-spacing: 0rem;
  height: 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.icon {
  background: rgb(12, 13, 102);
  width: 5rem;
  height: 5rem;
}

.icon i {
  color: #fff;
  font-size: 2rem;
}

.card-item {
  transition: 0.3s;
}

.card-item:hover {
  box-shadow: inset 0px 0px 0px 15px #f6f6f6;
}

.card-item p {
  font-size: 0.8rem;
  min-height: 13rem;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.card-item h5 {
  min-height: 3rem;
}

.field-3 h3 {
  color: #272727;
  letter-spacing: 0.3rem;
  font-size: 2.5rem;
  font-weight: 300;
}

.field-3 label {
  margin-right: 1rem;
}

.field-4 h3 {
  color: #272727;
}

.field-4 p {
  color: #646464;
  line-height: 1.5rem;
  letter-spacing: 0.1rem;
}

.field-5 p {
  color: #646464;
  line-height: 2rem;
  letter-spacing: 0.1rem;
}

.contact .content {
  background: #fff;
}

.contact .content h4 {
  color: #8f8f8f;
  font-weight: 300;
}

.contact iframe {
  width: 100%;
  height: 100%;
  min-height: 25rem;
}

.contact .duration {
  background: #98b7ba;
  height: 0.3rem;
  width: 5rem;
}

.contact .baslik {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-size: 0.8rem;
  color: #8f8f8f;
}

footer {
  margin-left: 45px;
  margin-right: 45px;
  background-color: #5f5f5f;
}

footer .logo-footer {
  filter: invert(100%);
  width: 13rem;
}

footer .social a {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 1.3rem;
  text-decoration: none;
  /* border-color: #646464 !important; */
  border-color: #fff !important;
  transition: 0.3s;
}

footer .social a:hover {
  border-color: #fff !important;
}

footer .sitemap a {
  text-transform: uppercase;
}

footer a {
  /* color: #646464 !important; */
  color: #fff !important;
  transition: 0.3s;
  text-decoration: underline;
}

footer a:hover {
  color: #fff !important;
}

footer .cards {
  filter: grayscale(100%) invert(100);
}

.copyright {
  margin-left: 45px;
  margin-right: 45px;
}

.copyright {
  font-weight: 600;
  font-size: 0.9rem;
}

.copyright span {
  font-weight: 300;
}

.accordion-item {
  border: none;
  background-color: #f6f6f6;
}

.accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button {
  background-color: #f6f6f6;
  color: #646464 !important;
  line-height: 1rem;
  letter-spacing: 0.1rem;
}

.accordion-button:not(.collapsed)::after {
  color: #98b7ba;
  filter: invert(50%);
}

.accordion-button::after {
  color: #98b7ba;
  filter: invert(50%);
}

.accordion-body {
  color: #646464;
  letter-spacing: 0.1rem;
  line-height: 1.5rem;
  margin-left: 5rem;
}

.list-group-item {
  color: #8f8f8f !important;
}

.dropdown-menu[data-bs-popper] {
  left: -17px;
}

.dropdown-item {
  white-space: break-spaces;
}

.dropdown-item {
  white-space: break-spaces;
  color: #d7d7d8;
  background-color: #272727;
  transition: 0.3s;
  width: 25rem;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
}

.dropdown-item:hover {
  color: #fff !important;
  background-color: #000;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #000000;
}

.dropdownLang .dropdown-item {
  width: auto;
}

.DBAnasayfaCaptcha .dogainvalid {
  border: 1px solid red;
}

.forminValid {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.form-control:focus {
  box-shadow: 1px 1px 0 1px rgba(13, 110, 253, 0.25);
}
.forminValidDoga {
  /* border-color: rgba(220,53,69,1);
  box-shadow: 1px 1px 0 1px rgba(220,53,69,0.5); */
  border-left: 3px solid rgba(220, 53, 69, 1) !important;
}

.forminValidP {
  color: #dc3545;
}
nav a {
  text-decoration: none !important;
  cursor: pointer !important;
}
@media (max-width: 1630px) {
  nav li a {
    margin-right: 0.5rem !important;
  }
}
@media (max-width: 1460px) {
  nav li a {
    margin-right: 0.3rem !important;
    font-size: 0.9rem !important;
  }
  .navbar-brand img {
    width: 10rem;
  }
}
@media (max-width: 1460px) {
  nav li a {
    margin-right: 0.3rem !important;
    font-size: 0.8rem !important;
  }
}

@media (max-width: 1024px) {
  header.background-image {
    background-attachment: local;
  }
}
@media (max-width: 1250px) {
  nav li a {
    margin-right: 0.1rem !important;
    font-size: 0.8rem !important;
  }
}
@media (max-width: 1199px) {
  .nav-item {
    background-color: #fff;
    padding: 0.3rem 1rem;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  .nav-item .dropdown-item {
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .our-team img {
    height: auto;
  }
  .slider-content h1 {
    font-size: 2rem;
    padding: 0 2rem;
  }
  nav li a {
    padding-right: 3rem !important;
    font-size: 0.8rem !important;
  }
  .sticky-top {
    transition: 0.3s;
    height: 100%;
  }
  nav {
    padding: 16px 0px 16px 0px !important;
  }
  .dropdown-item {
    width: 100% !important;
  }
  .field-2 h2,
  .field-1 h2,
  .field-4 h2,
  .field-5 h2 {
    font-size: 1.5rem;
  }
  header.background-image .header-content h1,
  header.background-transparent .header-content h1,
  header.background-white .header-content h1 {
    font-size: 1.5rem;
  }
  header.background-image .header-content p,
  header.background-transparent .header-content p,
  header.background-white .header-content p {
    font-size: 1rem;
  }
  footer,
  .copyright {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  h2 {
    font-size: 2rem;
  }
  .margin-1 {
    margin: 0px 20px 0px 20px;
  }
}

/* hedear slider */
.slider-page .headerGradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.slider-page .carousel-item {
  background-position: center center;
  background-repeat: repeat;
  background-size: cover;
}

.slider-page .carousel-indicators [data-bs-target] {
  width: 15px;
  height: 15px;
  border-radius: 50% 50%;
}

.slider-page .carousel-item {
  height: 25rem;
}

.slider-page .slider-content {
  height: 100%;
}

.slider-page .slider-page-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
  text-align: center;
}

.slider-page .slider-page-content h2,
.slider-page .slider-page-content h3 {
  color: #fff;
}

.slider-page .decoration {
  width: 5rem;
}

.slider-page .slider-page-content p {
  font-size: 25px;
}

.slider-page .slider-page-content .submitButton {
  border: 1px solid #39b379;
  background: #39b379;
}

.slider-page .slider-page-content .submitButton:hover {
  color: #fff !important;
}

/* Slick css */
.slick-prev:before {
  content: "" !important;
}

.slick-next:before {
  content: "" !important;
}

.slick-prev i,
.slick-next i {
  color: #646464;
  font-size: 4rem;
}

.slick-prev {
  left: 1.2rem;
}

.slick-next {
  right: 4rem;
}

.slick-prev,
.slick-next {
  width: 0;
  height: 0;
}

.fa-angle-left::before {
  -webkit-text-stroke: 0.4rem white;
}

.fa-angle-right::before {
  -webkit-text-stroke: 0.4rem white;
}

.videos .slick-prev:before {
  content: "" !important;
}

.videos .slick-next:before {
  content: "" !important;
}

.videos .slick-prev i,
.videos .slick-next i {
  color: #646464;
  font-size: 4rem;
}

.videos .slick-prev {
  left: -2.5rem;
}

.videos .slick-next {
  right: 0rem;
}

.videos .slick-prev,
.videos .slick-next {
  width: 0;
  height: 0;
}

.videos .fa-angle-left::before {
  -webkit-text-stroke: 0;
}

.videos .fa-angle-right::before {
  -webkit-text-stroke: 0;
}

.sliderImages .slick-prev:before {
  content: "" !important;
}

.sliderImages .slick-next:before {
  content: "" !important;
}

.sliderImages .slick-prev i,
.sliderImages .slick-next i {
  color: #646464;
  font-size: 4rem;
}

.sliderImages .slick-prev {
  left: -2.5rem;
}

.sliderImages .slick-next {
  right: 0rem;
}

.sliderImages .slick-prev,
.sliderImages .slick-next {
  width: 0;
  height: 0;
}

.sliderImages .fa-angle-left::before {
  -webkit-text-stroke: 0;
}

.sliderImages .fa-angle-right::before {
  -webkit-text-stroke: 0;
}

.page-kayit .kayit-btn {
  background-color: #198754;
  border: 1px solid #198754;
  color: #fff !important;
  transition: 0.3s;
  padding: 8px 35px;
  font-size: 1.2rem;
}

.page-kayit .kayit-btn:hover {
  color: #198754 !important;
  background-color: #fff;
  text-decoration: none;
}
