@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=DM+Serif+Display:ital@0;1&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Arsenal:ital,wght@0,400;0,700;1,400;1,700&display=swap");
body * {
  font-family: "Arsenal", sans-serif !important;
}

.upnav-section {
  background: #f7f7f7;
}
.upnav-section .upnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 45px;
}
.upnav-section .upnav-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.upnav-section .upnav-contact-tel {
  font-size: 12px;
  color: #6b6b6b;
}
.upnav-section .upnav-contact-tel a {
  text-decoration: none;
  color: #6b6b6b;
}
.upnav-section .upnav-contact-mail {
  font-size: 12px;
  color: #6b6b6b;
}
.upnav-section .upnav-contact-mail a {
  text-decoration: none;
  color: #6b6b6b;
}
.upnav-section .upnav-divider {
  color: #6b6b6b;
  margin: 0 15px 3px 15px !important;
}
.upnav-section .upnav-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.upnav-section .upnav-social img {
  transition: all 0.3s;
}
.upnav-section .upnav-social img:hover {
  filter: brightness(0.5);
}

.nav-section nav {
  min-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
  background-color: transparent;
  font-weight: 100;
}
.nav-section nav .navbar-brand {
  width: 50%;
}
@media screen and (max-width: 992px) {
  .nav-section nav .navbar-brand {
    width: 70% !important;
  }
}
.nav-section nav .navbar-brand img {
  width: 50% !important;
}
@media screen and (max-width: 992px) {
  .nav-section nav .navbar-brand img {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .nav-section nav .navbar-brand img {
    width: 80% !important;
  }
}
@media screen and (max-width: 500px) {
  .nav-section nav .navbar-brand img {
    width: 90% !important;
  }
}
@media screen and (max-width: 400px) {
  .nav-section nav .navbar-brand img {
    width: 100% !important;
  }
}

.slider-section .slick-slider-item-img {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position-y: center !important;
  height: 100vh;
}
.slider-section .slick-slider-item-img-heading {
  color: white;
  display: flex;
  align-items: start;
  justify-content: end;
  height: 100%;
  background: rgba(0, 0, 0, 0.137254902);
}
@media screen and (max-width: 1024px) {
  .slider-section .slick-slider-item-img-heading {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-align: center;
  }
}
.slider-section .slick-slider-item-img-heading h1 {
  background: transparent;
  color: white;
  padding: 15px 30px;
  font-size: 25px;
  text-align: end;
  max-width: 1000px;
  letter-spacing: 2px;
  line-height: 27px;
  font-family: serif;
  font-style: italic;
  margin: 30px 45px 0 0;
}
.slider-section .slick-slider-item-img-1 {
  background: url("../img/anasayfa-slide.jpg");
}
.slider-section .slick-slider-item-img-2 {
  background: url("../img/anasayfa-slide.jpg");
}
.slider-section .slick-slider-arrows-prev {
  width: 40px;
  height: 40px;
  background: url("../img/slider/slider-arrow.png");
  background-size: cover;
  opacity: 0.5;
  transition: all 0.3s;
  position: absolute;
  left: 3%;
  top: 50%;
  z-index: 1;
  margin-left: 15px;
}
.slider-section .slick-slider-arrows-prev:hover {
  opacity: 1;
}
.slider-section .slick-slider-arrows-next {
  width: 40px;
  height: 40px;
  background: url("../img/slider/slider-arrow.png");
  background-size: cover;
  opacity: 0.5;
  transition: all 0.3s;
  transform: rotate(180deg);
  position: absolute;
  right: 3%;
  top: 50%;
  margin-right: 15px;
}
.slider-section .slick-slider-arrows-next:hover {
  opacity: 1;
}
.slider-section .slick-dots {
  display: none !important;
}

.hakkimizda-section {
  text-align: center;
}
.hakkimizda-section img {
  width: 130px;
}
.hakkimizda-section h1 {
  font-size: 34px;
  text-align: start;
}
.hakkimizda-section p {
  font-weight: 100;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-size: 18px;
  margin: 0 auto;
  text-align: justify !important;
  color: #4a4a4a;
}

.faaliyet-all button {
  border-color: #396119;
}
.faaliyet-all button a {
  color: #396119;
}

.faaliyet-section {
  margin: 50px 0;
}
.faaliyet-section .row:first-child {
  text-align: center;
}
.faaliyet-section .row:first-child h1 {
  font-size: 34px;
  text-align: start;
}
.faaliyet-section .row:first-child p {
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 30px;
  font-size: 18px;
  font-style: italic;
  text-align: justify;
}
.faaliyet-section .faaliyet-card {
  background-color: #f7f7f7;
  color: #2f2f2f;
  border-radius: 5px;
  transition: all 0.3s;
  margin-top: 30px;
}
.faaliyet-section .faaliyet-card .faaliyet-h1 {
  text-align: start !important;
  font-size: 35px !important;
  font-weight: bolder !important;
  line-height: 45px !important;
  color: #396119;
}
@media screen and (max-width: 400px) {
  .faaliyet-section .faaliyet-card .faaliyet-h1 {
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
.faaliyet-section .faaliyet-card .faaliyet-p {
  text-align: start !important;
  font-size: 15px !important;
  font-weight: 100 !important;
  letter-spacing: 1px !important;
  line-height: 20px !important;
  margin: 0 !important;
  font-style: normal !important;
  color: #396119;
}
.faaliyet-section .faaliyet-card hr {
  width: 50%;
  margin: 0 auto 0 0;
}
.faaliyet-section .faaliyet-card-texts {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
  height: 300px;
}
.faaliyet-section .faaliyet-card-texts h1 {
  font-size: 35px;
  font-weight: bolder;
  line-height: 45px;
}
.faaliyet-section .faaliyet-card-texts p {
  font-size: 15px;
  font-weight: 100;
  letter-spacing: 1px;
  line-height: 20px;
}
.faaliyet-section .faaliyet-card-texts button {
  border: 1px solid rgba(47, 47, 47, 0.3019607843);
}
.faaliyet-section .faaliyet-card-texts button a {
  color: #396119;
}
.faaliyet-section .faaliyet-card:hover {
  scale: 1.02;
  background: #886119;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
.faaliyet-section .faaliyet-card:hover * {
  color: white;
  border-color: white;
}

.footer-top-section {
  min-height: 80px;
  background-color: #f7f7f7;
  color: #2f2f2f;
  display: flex;
  align-items: center;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}
.footer-top-section .navbar-brand img {
  width: 80% !important;
}
@media screen and (max-width: 992px) {
  .footer-top-section .navbar-brand img {
    width: 60% !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-top-section .navbar-brand img {
    width: 60% !important;
  }
}
@media screen and (max-width: 500px) {
  .footer-top-section .navbar-brand img {
    width: 80% !important;
  }
}
.footer-top-section .footer-links ul {
  display: flex;
  justify-content: space-around;
}
.footer-top-section .footer-links ul li {
  margin: 10px 0;
}
.footer-top-section .footer-links ul li a {
  text-decoration: none;
  color: #2f2f2f;
}

.footer-center-section {
  margin: 20px 0;
}
.footer-center-section h1 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #2f2f2f;
  margin-top: 20px;
}
.footer-center-section ul li div {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
}
.footer-center-section ul li div a {
  color: #2f2f2f;
  text-decoration: none;
}
.footer-center-section ul .footer-adres {
  margin-top: 10px;
  max-width: 80%;
  letter-spacing: 0.5px;
  line-height: 20px;
  font-weight: 400;
}
.footer-bottom-section {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px, rgb(209, 213, 219) 0px 0px 0px 1px inset;
}
.footer-bottom-section p {
  text-align: center;
  font-size: 12px;
  color: #2f2f2f;
}

.avukat-section h1 {
  font-size: 22px;
  font-weight: 100;
  margin: 10px 0;
}
.avukat-section p {
  line-height: 30px;
  text-align: justify;
}
.avukat-section ul li {
  margin: 10px 0;
}
.avukat-section ul li::before {
  content: "- ";
}
.avukat-section img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .avukat-section img {
    width: 50% !important;
  }
}
.anasayfa-izmir img {
  width: 65%;
}
@media screen and (max-width: 992px) {
  .anasayfa-izmir img {
    width: 90%;
  }
}

.sayfa-ust {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70vh;
}
.sayfa-ust-ekibimiz {
  background: url("../img/ekibimiz.jpg");
  background-size: cover;
}
.sayfa-ust-hakkimizda {
  background: url("../img/about.jpg");
  background-size: cover;
  background-position-y: center;
}
.sayfa-ust-faaliyet {
  background: url("../img/faaliyet.jpg");
  background-size: cover;
  background-position-y: center;
}
.sayfa-ust-iletisim {
  background: url("../img/contact.jpg");
  background-size: cover;
  background-position-y: center;
}
.sayfa-ust p {
  color: white;
  font-size: 25px;
  max-width: 60%;
  text-align: center;
}
@media screen and (max-width: 400px) {
  .sayfa-ust p {
    font-size: 18px;
  }
}
@media screen and (max-width: 992px) {
  .sayfa-ust {
    max-height: 20vh;
  }
}

.faaliyet-alanlari-section .slick-faaliyet-item {
  padding: 30px 0;
}
.faaliyet-alanlari-section .slick-faaliyet-item h1 {
  font-size: 45px;
  font-weight: 200;
  border-bottom: 1px solid rgba(47, 47, 47, 0.337254902);
  display: inline-block;
  padding-bottom: 10px;
}
.faaliyet-alanlari-section .slick-faaliyet-item p {
  margin: 30px 0;
  letter-spacing: 0.5px;
  line-height: 40px;
  font-size: 16px;
}
.faaliyet-alanlari-section .slick-faaliyet-item .texts li {
  letter-spacing: 0.5px;
  line-height: 40px;
  list-style-type: disc;
  margin-left: 40px;
}
.faaliyet-alanlari-section .slick-faaliyet .slick-slider-arrows-next {
  height: 40px;
  position: absolute;
  right: 0;
  top: -30px;
  transform: rotate(180deg);
  font-size: 60px;
  background-size: cover;
  filter: contrast(0);
  transition: all 0.3s;
}
.faaliyet-alanlari-section .slick-faaliyet .slick-slider-arrows-next:hover {
  filter: contrast(1);
}
.faaliyet-alanlari-section .slick-faaliyet .slick-slider-arrows-prev {
  height: 40px;
  position: absolute;
  left: 0;
  top: -30px;
  transform: rotate(180deg);
  font-size: 60px;
  background-size: cover;
  filter: contrast(0);
  transition: all 0.3s;
}
.faaliyet-alanlari-section .slick-faaliyet .slick-slider-arrows-prev:hover {
  filter: contrast(1);
}
.faaliyet-alanlari-section .slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.faaliyet-alanlari-section .slick-dots li {
  margin-right: 10px;
}
.faaliyet-alanlari-section .slick-dots li button {
  background-color: #f7f7f7;
  color: #2f2f2f;
  border-radius: 50px;
  width: 15px;
  height: 15px;
  margin: 10px 0;
  border: 0;
  font-size: 0;
  box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
}
.faaliyet-alanlari-section li.slick-active button {
  background-color: #886149;
}

.iletisim-section .row {
  min-height: 50vh;
}
.iletisim-section h1 {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #424242;
}
.iletisim-section p {
  font-size: 15px;
  margin-top: 5px;
  line-height: 30px;
}
.iletisim-section p a {
  text-decoration: none;
  color: #2f2f2f;
}

#loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loading-content {
  text-align: center;
}
.loading-content img {
  animation: loader 1.5s linear infinite;
}

@keyframes loader {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0.8;
  }
  40% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  80% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
  }
}
.btn-custom {
  background-color: transparent;
  border-color: black;
  transition: all 0.3s;
}
.btn-custom a {
  color: black;
}
.btn-custom:hover {
  background-color: #886119;
  border-color: transparent;
}
.btn-custom:hover a {
  color: White;
}

/*# sourceMappingURL=site.css.map */
