@charset "UTF-8";
/* CONTAİNER */
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 998px) and (max-width: 1199px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 992px) {
  .container {
    max-width: 960px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 768px) {
  .container {
    max-width: 720px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@media (max-width: 576px) {
  .container {
    max-width: 540px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }

@font-face {
  font-family: 'SulphurPoint-Light';
  src: url("../fonts/SulphurPoint-Light.ttf") format("truetype"), url("../fonts/SulphurPoint-Light.woff") format("woff"), url("../fonts/SulphurPoint-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SulphurPoint-Regular';
  src: url("../fonts/SulphurPoint-Regular.ttf") format("truetype"), url("../fonts/SulphurPoint-Regular.woff") format("woff"), url("../fonts/SulphurPoint-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'SulphurPoint-Bold';
  src: url("../fonts/SulphurPoint-Bold.ttf") format("truetype"), url("../fonts/SulphurPoint-Bold.woff") format("woff"), url("../fonts/SulphurPoint-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Quizma-LightDemo';
  src: url("../fonts/Quizma-LightDemo.svg#Quizma-LightDemo") format("svg"), url("../fonts/Quizma-LightDemo.ttf") format("truetype"), url("../fonts/Quizma-LightDemo.woff") format("woff"), url("../fonts/Quizma-LightDemo.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'NADALL';
  src: url("../fonts/Nadall.svg") format("svg"), url("../fonts/Nadall.ttf") format("truetype"), url("../fonts/Nadall.woff") format("woff"), url("../fonts/Nadall.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }

* {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

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, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, select, textarea, button,
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: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1;
  scroll-behavior: smooth; }

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; }

a {
  text-decoration: none; }

img {
  border: 0; }

:focus {
  outline: 0; }

.clear {
  clear: both; }

header {
  position: relative;
  z-index: 9999;
  background-color: #fff; }

.top-header {
  padding: 10px 0 !important;
  background-color: #0060af;
  border-bottom: 1px solid #ddd;
  font-family: "SulphurPoint-Regular"; }

.content-top-header {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .content-top-header .left-info-top-header ul {
    display: flex; }
    .content-top-header .left-info-top-header ul li {
      font-size: 14px;
      margin-right: 20px;
      font-weight: 500; }
      .content-top-header .left-info-top-header ul li:last-child {
        margin-right: 0 !important; }
      .content-top-header .left-info-top-header ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 15px; }
        .content-top-header .left-info-top-header ul li a i {
          padding-right: 5px; }
  .content-top-header .right-info-top-header ul {
    display: flex;
    align-items: center;
    justify-content: center; }
    .content-top-header .right-info-top-header ul li {
      margin-right: 15px;
      font-size: 14px; }
      .content-top-header .right-info-top-header ul li:last-child {
        margin-right: 0 !important; }
      .content-top-header .right-info-top-header ul li a {
        color: #fff;
        font-size: 16px; }
      .content-top-header .right-info-top-header ul li:hover a {
        color: #e9882f;
        transition: all .3s ease-in; }

#open-menu {
  font-size: 20px;
  display: none !important;
  cursor: pointer; }

.menu-inactive {
  display: none !important; }

.active-body {
  overflow: hidden; }

nav {
  width: 100%; }

.content-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 6rem;
  font-family: "Poppins", sans-serif;
  overflow: hidden; }
  .content-nav .nav-logo {
    width: max-content;
    height: 100px;
    display: grid;
    place-items: center; }
    .content-nav .nav-logo img {
      width: 250px;
      object-fit: cover; }
  .content-nav .nav-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    .content-nav .nav-list .logo-mobile {
      display: none; }
      .content-nav .nav-list .logo-mobile img {
        max-width: 220px;
        object-fit: cover; }
    .content-nav .nav-list .nav-item {
      padding: 1.5rem 1.2rem;
      text-transform: uppercase; }
      .content-nav .nav-list .nav-item .dropdown-menu-css {
        position: absolute;
        top: 80%;
        z-index: 9999;
        background-color: #fff;
        min-width: 200px;
        margin-left: -5px;
        box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3);
        transition: all .3s linear;
        visibility: hidden;
        opacity: 0;
        padding: 10px 10px; }
        .content-nav .nav-list .nav-item .dropdown-menu-css .dropdown-item-css {
          display: flex;
          align-items: center;
          padding: 10px 20px;
          cursor: pointer; }
          .content-nav .nav-list .nav-item .dropdown-menu-css .dropdown-item-css:hover .dropdown-link-css {
            color: #000; 
            transition: all .3s ease-out;
          }
          .content-nav .nav-list .nav-item .dropdown-menu-css .dropdown-item-css .dropdown-link-css {
            font-size: 17px;
            font-family: "SulphurPoint-Bold";
            text-transform: capitalize;
            color: rgba(0, 0, 0, 0.6);
            margin: 10px 0; }
      .content-nav .nav-list .nav-item .nav-link {
        color: black;
        line-height: 21px;
        font-size: 17px;
        font-family: "SulphurPoint-Bold";
        font-weight: bold; 
        padding: 0 !important;
      }
    .content-nav .nav-list .fa-xmark {
      display: none;
      cursor: pointer; }
  .content-nav .language-flags {
    display: flex;
    align-items: center;
    justify-content: center; }
    .content-nav .language-flags .flag-content {
      margin-right: 10px; }
      .content-nav .language-flags .flag-content:last-child {
        margin-right: 0; }
      .content-nav .language-flags .flag-content img {
        object-fit: cover;
        width: 30px;
        border-radius: 4px; }

.nav-active {
  left: 0 !important; }

.dropdown-menu-active {
  top: 100% !important;
  visibility: visible !important;
  opacity: 1 !important;
  display: block !important; }

.socials-nav-menu{
  display: none;
}
@media (max-width: 45rem) {
  .content-top-header{
    flex-direction: column;
  }
  .left-info-top-header ul{
      flex-direction: column;
  }
  .left-info-top-header ul li{
    margin-bottom: 5px;
  }
  .content-nav .nav-list .nav-item{
    padding: 0 !important;
  }
  .content-nav .nav-list .nav-item .nav-link{
    padding: 1.5rem 1.2rem !important;
  }
  .nav-logo img {
    width: 200px !important; }
  .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-shadow: 0 0 20px 2px rgb(0 0 0 / 30%);
    max-width: 350px;
    width: 100%;
    height: 100%;
    transition: all .4s linear; }
    .nav-list .fa-xmark {
      display: block !important;
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-size: 20px; }
    .nav-list .logo-mobile {
      display: block !important;
      margin-bottom: 50px; }
  .language-flags {
    display: none !important; }
  #open-menu {
    display: block !important; } 
  .right-info-top-header{
    display: none !important;
  }
  .socials-nav-menu{
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
  }
  .socials-nav-menu a{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #005ab4;
    margin-right: 15px;
    border: 1px solid #005ab4;
    width: 40px;
    padding: 10px 10px;
    border-radius: 100vmax;
    transition: all .3s ease-in-out;
  }
  .socials-nav-menu a:hover{
    color: #fff;
    background-color: #005ab4;
  }
  .socials-nav-menu a i{
    font-size: 20px;
  }
}

@media (min-width: 45rem) and (max-width: 75rem) {
  .nav-logo img {
    width: 200px !important; }
  .nav-list {
    position: fixed;
    top: 0;
    left: -100%;
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 350px;
    width: 100%;
    height: 100%;
    transition: all .4s linear; }
    .nav-list .fa-xmark {
      display: block !important;
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-size: 20px; }
    .nav-list .logo-mobile {
      display: block !important;
      margin-bottom: 50px; }
  .language-flags {
    display: none !important; }
  #open-menu {
    display: block !important; } }

.swiper {
  width: 100%;
  max-height: 86vh;
  font-family: "Poppins", sans-serif;
  color: black !important;
  text-transform: capitalize; }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  /* Center slide text vertically 
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;*/ }
  .swiper-slide .centeral-slide-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column; }
    .swiper-slide .centeral-slide-box .buttons-slide .primary-btn-slide {
      padding: 15px 25px;
      font-size: 15px;
      color: #fff;
      font-weight: 500;
      text-transform: capitalize;
      background-color: #15284b;
      margin-top: 10px;
      margin-right: 15px;
      transition: all .3s ease-in-out; }
      .swiper-slide .centeral-slide-box .buttons-slide .primary-btn-slide:hover {
        background-color: #00c753; }

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 3px solid white !important;
  position: relative;
  background-color: transparent;
  opacity: .7; }

.swiper-pagination-bullet-active {
  background-color: #fff;
  opacity: 1; }

.swiper-button-next, .swiper-button-prev {
  color: #fff; }

.services-desc-home {
  width: 100%;
  background-color: #fd7600;
  padding: 130px 0;
  font-family: "Poppins", sans-serif;
  position: relative;
  overflow: hidden;
  z-index: -1; }
  .services-desc-home:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 4%;
    top: 0%;
    font-size: 150px;
    opacity: .1;
    background-image: url(../images/b-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "SulphurPoint-Bold"; }

.services-home-content {
  display: grid;
  grid-template-columns: 1fr 1fr; }

.content-left-serv {
  font-family: "SulphurPoint-Light"; }
  .content-left-serv .heading-home-serv {
    font-weight: 600;
    position: relative;
    font-size: 50px;
    line-height: 60px;
    position: relative; }
    .content-left-serv .heading-home-serv:after {
      content: "";
      position: absolute;
      bottom: -15px;
      left: 0;
      width: 40px;
      background-color: #000;
      height: 4px; }
  .content-left-serv p {
    font-size: 21px;
    margin-top: 1rem;
    color: rgba(0, 0, 0, 0.6); }

.content-right-serv {
  display: grid;
  padding-left: 15px;
  max-width: 500px;
  width: 100%;
  font-family: "SulphurPoint-Regular"; }
  .content-right-serv p:first-child {
    font-size: 20px;
    font-weight: 400;
    color: #222 !important;
    line-height: 30px; }
  .content-right-serv p:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #222 !important;
    line-height: 24px;
    padding-top: 20px; }

@media (max-width: 45rem) {
  .services-desc-home:before {
    top: 10%;
    font-size: 110px;
    left: 5% !important; } }

.services-home-grid {
  margin-bottom: 150px; }

.services-grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  gap: 0 2rem;
  font-family: "Poppins", sans-serif;
  margin-top: -70px; }
  .services-grid-box .child-service {
    width: 100%;
    height: auto;
    cursor: pointer;
    margin-right: 20px; }
    .services-grid-box .child-service:last-child {
      margin-right: 0; }
    .services-grid-box .child-service:hover .content-serv-grid {
      transform: translateY(-30px);
      border-bottom-color: #fd7600;
      box-shadow: 0 5px 30px rgba(0, 0, 0, 0.2); }
      .services-grid-box .child-service:hover .content-serv-grid h4 {
        color: #fd7600; }
      .services-grid-box .child-service:hover .content-serv-grid p {
        color: #000; }
    .services-grid-box .child-service .media-img-serv {
      width: 100%; }
      .services-grid-box .child-service .media-img-serv img {
        object-fit: cover;
        width: 100%; }
    .services-grid-box .child-service .content-serv-grid {
      background-color: #ffffff;
      margin-left: 20px;
      margin-right: 0;
      margin-top: -20px;
      margin-bottom: 40px;
      position: relative;
      padding: 20px 20px 20px 20px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.4s ease;
      box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
      border-left: 4px solid #fd7600; }
      .services-grid-box .child-service .content-serv-grid h4 {
        font-size: 21px;
        line-height: normal;
        color: #333;
        font-weight: 700; }
      .services-grid-box .child-service .content-serv-grid p {
        margin-top: 20px;
        font-weight: 400;
        font-size: 16px;
        line-height: 24px;
        color: rgba(0, 0, 0, 0.6);
        transition: all .4s; }

@media (min-width: 45rem) and (max-width: 75rem) {
  .services-home-content {
    grid-template-columns: 1fr;
    place-items: center; }
  .content-right-serv {
    padding-left: 0;
    margin-top: 20px;
    max-width: 600px; }
  .content-left-serv {
    max-width: 600px;
    width: 100%; } }

@media (max-width: 45rem) {
  .services-home-content {
    grid-template-columns: 1fr;
    padding: 0 20px; }
  .content-right-serv {
    padding-left: 0;
    margin-top: 30px; }
  .heading-home-serv {
    font-size: 40px; }
  .services-grid-box {
    margin-top: 0; }
  .content-serv-grid h4 {
    font-size: 1em !important; } }

.home-about-section {
  width: 100%;
  min-height: 100vh;
  background-image: url(../images/kurumsal-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 80px;
  overflow: hidden; }
  .home-about-section .img-about-home {
    position: absolute;
    top: 0;
    right: 0;
    width: 590px; }
    .home-about-section .img-about-home img {
      width: 100%;
      object-fit: cover;
      height: 100%; }

.content-home-about {
  padding: 30px 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Poppins", sans-serif;
  color: #2B2D37; }
  .content-home-about .about-des-t {
    width: 100%;
    max-width: 700px; }
    .content-home-about .about-des-t h3 {
      font-size: 40px;
      line-height: 59px;
      font-weight: 500;
      margin-bottom: 15px;
      font-family: "SulphurPoint-Bold"; }
    .content-home-about .about-des-t p {
      font-size: 17px;
      line-height: 1.3;
      font-weight: 500;
      margin-bottom: 70px;
      font-family: "SulphurPoint-Regular"; }
    .content-home-about .about-des-t a {
      text-align: center;
      padding: 17px 25px;
      font-size: 18px;
      background-color: #fff;
      border: 3px solid #005ab4;
      color: #005ab4;
      border-radius: 100px;
      font-weight: 600;
      font-family: "Poppins", sans-serif;
      transition: all .3s; }
      .content-home-about .about-des-t a:hover {
        background-color: #fd7600;
        color: #fff;
        border-color: #fd7600; }

@media (min-width: 45rem) and (max-width: 75rem) {
  .img-about-home {
    width: 600px !important; } }

@media (min-width: 715px) and (max-width: 1000px) {
  .img-about-home {
    width: 500px !important; } }

@media (min-width: 780px) and (max-width: 1150px) {
  .content-home-about .about-des-t {
    width: 450px !important; } }

@media (max-width: 45rem) {
  .home-about-section {
    height: 100vh !important; }
  .img-about-home {
    width: 300px !important; }
  .about-des-t {
    max-width: 300px !important;
    padding-top: 40px; }
    .about-des-t h3 {
      font-size: 25px !important;
      line-height: 1.3 !important;
      margin-bottom: 15px; }
    .about-des-t h2 {
      font-size: 30px !important;
      line-height: 1.1 !important; }
    .about-des-t a {
      padding: 15px 20px !important;
      font-size: 16px !important; } }

.footer {
  font-family: "SulphurPoint-Regular";
  background-image: url(../images/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

.footer-grid {
  display: grid;
  grid-template-columns: 40% 60%;
  padding: 100px 0; }
  .footer-grid .footer-col-1 .footer-logo {
    width: 380px; }
    .footer-grid .footer-col-1 .footer-logo a img {
      width: 100%;
      object-fit: cover; }
  .footer-grid .footer-col-2 {
    display: flex;
    gap: 0 6rem; }
    .footer-grid .footer-col-2 .footer-icerik ul {
      display: flex;
      flex-direction: column; }
      .footer-grid .footer-col-2 .footer-icerik ul li {
        margin-bottom: 10px; }
        .footer-grid .footer-col-2 .footer-icerik ul li:hover a:after {
          width: 100%; }
        .footer-grid .footer-col-2 .footer-icerik ul li a {
          display: inline-block;
          color: #fff;
          font-size: 16px;
          line-height: 21px;
          font-weight: 400;
          position: relative; }
          .footer-grid .footer-col-2 .footer-icerik ul li a:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 1px;
            background-color: #fff;
            transition: width 0.2s linear; }
    .footer-grid .footer-col-2 .footer-contact h4 {
      font-size: 21px;
      font-weight: 700;
      color: #fff;
      margin-bottom: 25px; }
    .footer-grid .footer-col-2 .footer-contact ul {
      padding-top: 10px; }
      .footer-grid .footer-col-2 .footer-contact ul li {
        margin-bottom: 20px; }
        .footer-grid .footer-col-2 .footer-contact ul li a {
          display: flex;
          align-items: center;
          color: #fff; }
          .footer-grid .footer-col-2 .footer-contact ul li a i {
            margin-right: 15px; }
    .footer-grid .footer-col-2 .socials-footer {
      padding-top: 10px;
      display: flex;
      align-items: center;
      gap: 1rem; }
      .footer-grid .footer-col-2 .socials-footer a {
        width: 40px;
        height: 40px;
        border: 2px solid #fff;
        border-radius: 100vmax;
        display: flex;
        align-items: center;
        justify-content: center; }
        .footer-grid .footer-col-2 .socials-footer a i {
          font-size: 20px;
          color: #fff; }

.copyrigth-footer {
  background-color: #15284b;
  color: #fff;
  padding: 25px 0; }
  .copyrigth-footer .copy-text {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .copyrigth-footer .copy-text .copy {
      font-size: 15px;
      font-family: "Poppins", sans-serif; }

.sanatustuCopy a span:first-child {
  font-size: 21px;
  color: #fff;
  font-family: 'NADALL'; }

.sanatustuCopy a span:last-child {
  font-family: 'Quizma-LightDemo';
  color: #fff;
  font-size: 22px; }

@media (min-width: 45rem) and (max-width: 75rem) {
  .footer-grid {
    grid-template-columns: 1fr !important; }
  .footer-col-1 {
    grid-template-columns: 1fr !important; }
  .footer-col-2 {
    gap: 2rem 10rem !important;
    flex-direction: column;
    margin-top: 20px; } }

@media (max-width: 45rem) {
  .footer-grid {
    grid-template-columns: 1fr !important; }
  .footer-col-1 {
    grid-template-columns: 1fr !important; }
  .footer-col-2 {
    gap: 2rem 10rem !important;
    flex-direction: column;
    margin-top: 20px; } }

.faaliyet-box {
  width: 100%;
  padding: 30px 0;
  margin-bottom: 5rem; }
  .faaliyet-box h1 {
    font-size: 40px;
    font-family: "SulphurPoint-Bold";
    text-align: center;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 20px;
    color: #005ab4;
    position: relative; }
    .faaliyet-box h1:after {
      content: "";
      position: absolute;
      width: 40px;
      height: 4px;
      background-color: #005ab4;
      left: 50%;
      transform: translateX(-50%);
      bottom: -10px; }

.faaliyet-grid {
  margin-top: 5rem;
  margin-bottom: 0rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  font-family: "Poppins", sans-serif; }
  .faaliyet-grid .fas-box {
    width: 100%;
    display: grid;
    place-items: center;
    border-right: 2px solid #ddd;
    cursor: pointer; }
    .faaliyet-grid .fas-box:hover span a {
      color: #000; }
    .faaliyet-grid .fas-box .media-fas {
      max-width: 75px;
      width: 100%; }
      .faaliyet-grid .fas-box .media-fas img {
        width: 100%;
        object-fit: cover; }
    .faaliyet-grid .fas-box span {
      margin-top: 25px; }
      .faaliyet-grid .fas-box span a {
        font-size: 18px;
        font-family: "SulphurPoint-Bold";
        color: rgba(0, 0, 0, 0.6);
        transition: all .3s;
        font-weight: 500;
        line-height: 30px; }

@media (min-width: 45rem) and (max-width: 75rem) {
  .faaliyet-grid {
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 3rem 0; } }

@media (max-width: 45rem) {
  .faaliyet-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 3rem 0; } }

.breadcrumb-box {
  width: 100%;
  height: 100%;
  max-height: 148px;
  background-color: #f1f1f1;
  position: relative;
  display: flex;
  margin-bottom: 5rem; 
  overflow: hidden;
}

.lineAnimation {
  position: absolute;
    left: 50%;
    bottom: 150px;
    width: 4px;
    height: 0; }
  .lineAnimation span {
    transform: translateY(-100%);
    display: inline-block;
    width: 2px;
    height: 70px;
    background-color: #005ab4;
    animation: lineAnimation 2s ease infinite; }

.breadcrumb-paget {
  width: 60%;
  display: grid;
  align-items: center;
  padding-left: 7%; }
  .breadcrumb-paget .breadcrumb-paget-content {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column; }
    .breadcrumb-paget .breadcrumb-paget-content h1 {
      font-size: 42px;
    font-family: "SulphurPoint-Bold";
    line-height: 50px;
    color: #414141;
    font-weight: bold;}
    .breadcrumb-paget .breadcrumb-paget-content .siteMapsLink {
      margin-top: 20px;
      font-family: "SulphurPoint-Regular"; }
      .breadcrumb-paget .breadcrumb-paget-content .siteMapsLink span a {
        color: #606060;
    font-weight: 400;
    font-size: 15px;
    margin-right: 5px;
    transition: all .3s ease;
    position: relative;}
        .breadcrumb-paget .breadcrumb-paget-content .siteMapsLink span a:hover {
          color: #e9882f; }

.breadcrumb-image {
  width: 40%;
  height: 100%;
  max-height: 250px;
  overflow: hidden; }
  .breadcrumb-image img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%; }

@keyframes lineAnimation {
  0% {
    transform: translateY(-100%); }
  100% {
    transform: translateY(150%); } }

@media (min-width: 45rem) and (max-width: 75rem) {
  .breadcrumb-paget .breadcrumb-paget-content h1 {
    font-size: 50px; } }

@media (max-width: 45rem) {
  .breadcrumb-paget {
    width: 100%;
    padding-left: 20px !important; }
    .breadcrumb-paget .breadcrumb-paget-content h1 {
      font-size: 30px !important; 
      line-height: 30px;
      margin-bottom: 10px;
    }
  .breadcrumb-image {
    width: 100%; }
  .siteMapsLink {
    margin-top: 0 !important; }
    .siteMapsLink span a {
      font-size: 15px !important; } }

.about-box-container {
  width: 100%;
  margin-bottom: 7rem;
  padding-top: 3rem; }

.about-grd {
  display: grid;
  grid-template-columns: 50% 45%;
  grid-gap: 5%; }
  .about-grd .about-who-us p {
    font-size: 18px;
    line-height: 1.3;
    font-family: "SulphurPoint-Bold";
    color: rgba(0, 0, 0, 0.6); }
  .about-grd .about-img-we-are {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center; }
    .about-grd .about-img-we-are img {
      width: 100%;
      object-fit: cover; }

.machine-parkour-box {
  width: 100%;
  padding: 20px 0;
  margin: 8rem 0; }

.machine-content {
  display: grid;
  grid-template-columns: 50% 48%;
  grid-gap: 0 2%; }
  .machine-content .machine-table {
    width: 100%;
    padding: 0 20px 0 20px;
    font-family: "SulphurPoint-Regular"; }
    .machine-content .machine-table .thead-title {
      width: 100%;
      background-color: #fd7600;
      box-shadow: 0px 0px 20px 1px #adadad;
      text-align: center;
      padding: 20px 0;
      font-size: 20px;
      color: #fff; }
    .machine-content .machine-table table {
      width: 100%;
      box-sizing: border-box; }
      .machine-content .machine-table table tbody tr {
        width: 100%;
        background-color: #d5d5d5;
        font-size: 17px;
        line-height: 24px; }
        .machine-content .machine-table table tbody tr td {
          padding: 15px 20px; }
        .machine-content .machine-table table tbody tr td:first-child {
          border-right: 2px solid white !important; }
      .machine-content .machine-table table tbody tr:nth-child(odd) {
        background-color: #d5d5d5 !important;
        color: #000 !important; }
      .machine-content .machine-table table tbody tr:nth-child(even) {
        background-color: #fd7600 !important;
        color: #fff !important; }
  .machine-content .machine-picture {
    width: 100%;
    height: auto; }
    .machine-content .machine-picture img {
      width: 100%;
     
      object-fit: cover;
      border-radius: 5px; }
.about-who-us{
    font-size: 18px;
    line-height: 1.3;
    font-family: "SulphurPoint-Bold";
    color: rgba(0, 0, 0, 0.7);
}
@media (min-width: 700px) and (max-width: 1000px) {
  .machine-content {
    grid-template-columns: 1fr !important;
    gap: 4rem 0; } }

@media (max-width: 45rem) {
  .about-grd{
    grid-template-columns: 1fr !important;
  }
  .machine-parkour-box {
    margin: 5rem 0 !important; }
  .machine-content {
    grid-template-columns: 1fr !important;
    gap: 4rem 0; }
  .machine-picture {
    padding: 0 20px; } }

.contact-container-fluid {
  width: 100%;
  margin: 5rem 0; }

.contact-content {
  display: grid;
  grid-template-columns: 45% 50%;
  grid-gap: 0 4%; }

.contact-info-place {
  width: 100%;
  height: max-content; }
  .contact-info-place h3 {
    width: 100%;
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "SulphurPoint-Bold";
    color: #000; }
  .contact-info-place .info-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    .contact-info-place .info-content .info-content-cr {
      font-family: "SulphurPoint-Regular";
      margin-bottom: 15px;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      align-items: center; }
      .contact-info-place .info-content .info-content-cr .info-text-cr {
        width: 15%;
        font-size: 20px;
        font-family: "SulphurPoint-Bold";
        color: #000;
        line-height: 25px;
        margin-right: 20px;
        display: flex;
        justify-content: space-between;
        text-transform: capitalize; }
        .contact-info-place .info-content .info-content-cr .info-text-cr span {
          font-size: 26px; }
      .contact-info-place .info-content .info-content-cr .info-text-cr-t {
        width: 60%;
        font-size: 17px;
        font-family: "SulphurPoint-Regular";
        color: #000;
        line-height: 20px; }
        .contact-info-place .info-content .info-content-cr .info-text-cr-t a {
          color: rgba(0, 0, 0, 0.8); }
  .contact-info-place .contact-location-btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .contact-info-place .contact-location-btns .location-preview {
      padding: 13px 20px;
      border-radius: 30px;
      font-family: "SulphurPoint-Bold";
      font-size: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .5s ease;
      margin-top: 35px;
      background-color: #005ab4;
      border: 2px solid #005ab4;
      color: white;
      margin-right: 20px; }
      .contact-info-place .contact-location-btns .location-preview:hover {
        background-color: #fff;
        color: #005ab4; }
    .contact-info-place .contact-location-btns .way-location {
      padding: 13px 20px;
      border-radius: 30px;
      font-family: "SulphurPoint-Bold";
      font-size: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: all .5s ease;
      margin-top: 35px;
      background-color: #fd7600;
      border: 2px solid #fd7600;
      color: white;
      margin-right: 20px; }
      .contact-info-place .contact-location-btns .way-location:hover {
        background-color: #fff;
        color: #fd7600; }

.info-maps iframe {
  filter: grayscale(100%);
  width: 100%;
  max-height: 300px;
  height: 100%; }

.contact-form-content {
  width: 100%;
  margin-bottom: 5rem; }

.form-content {
  width: 100%;
  min-height: 300px;
  background-color: #e5e5e5;
  padding: 60px 7% 0 7%;
  display: grid;
  grid-template-columns: 40% 60%;
  grid-gap: 0 5%; }
  .form-content .form-text-left h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 40px;
    font-family: "SulphurPoint-Regular"; }
  .form-content .form-text-left p {
    font-family: "SulphurPoint-Regular";
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 20px; }
    .form-content .form-text-left p:last-child {
      margin-bottom: 0 !important; }

.form-table {
  width: 100%; }
  .form-table form {
    width: 100%;
    padding: 10px 0; }
    .form-table form .form-inputs {
      display: grid;
      grid-template-columns: 42% 42%;
      grid-gap: 0 5%; }
      .form-table form .form-inputs .form-eleman {
        overflow: hidden;
        margin-bottom: 20px; }
        .form-table form .form-inputs .form-eleman input {
          position: relative;
          background-color: #fff;
          z-index: 3;
          width: 100%;
          padding: 13px 25px;
          border: none;
          outline: none;
          border-radius: 30px;
          font-family: "Barlow", sans-serif;
          font-weight: 400;
          font-size: 18px; }
          .form-table form .form-inputs .form-eleman input::placeholder {
            font-size: 17px;
            font-family: "SulphurPoint-Regular"; }

.form-eleman input:checked .form-eleman input::placeholder {
  opacity: 0; }

.form-eleman-textarea {
  display: grid;
  grid-template-columns: 89%; }
  .form-eleman-textarea textarea {
    position: relative;
    background-color: #fff;
    z-index: 3;
    width: 100%;
    padding: 13px 25px;
    min-height: 155px;
    border: none;
    font-size: 16px;
    outline: none;
    border-radius: 30px;
    font-family: "SulphurPoint-Regular";
    letter-spacing: .2px;
    font-weight: 400;
    resize: none; }
    .form-eleman-textarea textarea::placeholder {
      font-size: 17px;
      font-family: "SulphurPoint-Regular"; }

.form-btn {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin-top: 20px;
  margin-bottom: 20px; }
  .form-btn a {
    cursor: pointer;
    outline: none;
    border: none;
    padding: 12px 50px;
    background-color: #005ab4;
    color: white;
    border-radius: 25px;
    font-family: "SulphurPoint-Bold";
    font-weight: 700;
    font-size: 16px;
    float: right;
    display: flex;
    justify-content: center;
    border: 2px solid #005ab4;
    align-items: center;
    transition: all .4s ease-out; }
    .form-btn a:hover {
      background-color: #fff;
      color: #005ab4; }

@media (min-width: 45rem) and (max-width: 75rem) {
  .contact-content {
    padding: 0 10px !important; } }

@media (max-width: 45rem) {
  .form-content {
    grid-template-columns: 1fr !important; }
  .form-table {
    margin-top: 25px; }
  .form-inputs {
    grid-template-columns: 1fr !important; }
  .form-eleman-textarea {
    grid-template-columns: 1fr !important; }
  .contact-content {
    grid-template-columns: 1fr !important; }
  .info-maps {
    padding: 30px 10px 0 10px !important; }
    .info-maps iframe {
      height: 300px !important; } }

.detail-container-fluid {
  width: 100%;
  margin-bottom: 10rem;
  padding-top: 1rem; }

.detail-box-content {
  width: 100%;
  display: grid;
  grid-template-columns: 60% 40%; 
  margin-bottom: 6rem;
  margin-top: 1rem;
}
  .detail-box-content .detail-img-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: 20% 70%;
    grid-gap: 0 1rem;
  }
    .detail-box-content .detail-img-gallery .thumb-list {
      width: 100%; }
      .detail-box-content .detail-img-gallery .thumb-list .thumb-item {
        max-width: 120px;
    width: 100%;
    max-height: 100px;
    min-height: 100px;
    margin-bottom: 13px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: grid;
    place-items: center;
    overflow: hidden;
    cursor: pointer; }
        .detail-box-content .detail-img-gallery .thumb-list .thumb-item img {
          width: 100%;
          max-height: 100px;
          height: 100%;
          object-fit: cover; }

.detail-big-slider {
  width: 100%;
  max-height: 500px;
  min-height: 300px;
  height: 100%;
  display: grid;
  place-items: center;
  border: 1px solid #ddd;
  cursor: pointer; }
  .detail-big-slider img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 10px; }

.detail-decr-box {
  width: 100%; 
}
  .detail-decr-box .detail-text-content {
    width: 100%;
    font-size: 17px;
    font-family: "SulphurPoint-Regular";
    line-height: 1.4;
    text-align: left; 
    padding-left: 20px;
  }

@media (min-width: 45rem) and (max-width: 75rem) {
  .detail-box-content {
    grid-template-columns: 1fr !important; }
  .detail-decr-box {
    margin-top: 30px; }
  .thumb-list {
    display: flex;
    flex-wrap: wrap; }
    .thumb-list .thumb-item {
      margin-right: 1rem; }
  .detail-big-slider {
    width: 100%;
    height: 100%; }
    .detail-big-slider img {
      width: 100%;
      max-height: 400px;
      height: 100%;
      object-fit: contain; } }

@media (max-width: 45rem) {
  .detail-box-content {
    grid-template-columns: 1fr !important; }
  .detail-decr-box {
    margin-top: 30px; }
  .thumb-list {
    display: flex;
    flex-wrap: wrap; }
    .thumb-list .thumb-item {
      margin-right: 1rem; }
  .detail-img-gallery {
    grid-template-columns: 1fr !important; }
  .detail-big-slider {
    width: 100%;
    height: 100%; }
    .detail-big-slider img {
      width: 100%;
      max-height: 400px;
      height: 100%;
      object-fit: contain; } }

.popup-image {
  position: fixed;
  top: 0;
  left: 0;
  background-color: black;
  height: 100%;
  width: 100%;
  z-index: 10000;
  display: none;
  place-items: center;
  padding: 0 100px; }
  .popup-image #left-slide {
    color: #fff;
    font-size: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2rem;
    cursor: pointer;
    color: rgba(255, 255, 255, 0.7);
    transition: all .3s; }
    .popup-image #left-slide:hover {
      color: #fff; }
  .popup-image #right-slide {
    color: rgba(255, 255, 255, 0.7);
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all .3s; }
    .popup-image #right-slide:hover {
      color: #fff; }
  .popup-image span {
    position: absolute;
    z-index: inherit;
    top: 10px;
    right: 2rem;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    cursor: pointer; }
  .popup-image img {
    max-width: 600px;
    width: 100%;
    height: max-content;
    object-fit: contain; }

@media (max-width: 45rem) {
  .popup-image {
    padding: 0 10px; }
    .popup-image img {
      width: 100%;
      max-height: 400px; 
    } 
}


@media (min-width: 700px) and (max-width: 1000px){
  .about-grd{
    grid-template-columns: 1fr !important;
  }
}
@media (min-width: 720px) and (max-width: 1200px){
  .img-about-home{
    width: 350px !important;
  }
}
@media (min-width: 700px) and (max-width: 900px){
  .contact-content{
    grid-template-columns: 1fr !important;
  }
  .info-maps{
    height: 300px;
  }
}
.detail-text-content ul li{
  list-style: disc;
  margin-bottom: 10px;
}



@media (min-width: 48rem) and (max-width: 75rem) {
  .content-nav .nav-list .nav-item .nav-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.2rem !important;
  }
  .content-nav .nav-list .nav-item{
    padding: 0 !important;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .dropdown-menu-css{
    position: unset !important;
    top: unset !important;
    margin-left: 0 !important;
    display: none ;
    width: 100%;
    box-shadow: none !important;
    color: black;
  }
}
@media (max-width: 48rem){
  .img-about-home{
    display: none !important;
  }
  .about-des-t{
    max-width: 100% !important;
  }
  .home-about-section{
    min-height: max-content !important;
  }
  .content-nav .nav-list .nav-item .nav-link{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-nav .nav-list .nav-item{
    padding: 0 !important;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .dropdown-menu-css{
    position: unset !important;
    top: unset !important;
    margin-left: 0 !important;
    display: none ;
    width: 100%;
    box-shadow: none !important;
    color: black;
  }
}
@media (max-width: 45rem) {
  .home-about-section{
    min-height: max-content !important;
  }
}