/* Küçültme başarısız oldu. Küçültülmeyen içerik döndürülüyor.
(15,23): run-time error CSS1039: Token not allowed after unary operator: '-fntB'
(364,31): run-time error CSS1038: Expected hex color, found '#0000'
(412,12): run-time error CSS1031: Expected selector, found '/'
(412,12): run-time error CSS1025: Expected comma or open brace, found '/'
 */
html {
  scroll-behavior: smooth;
}
.mntrCon {
    margin-top: 85px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}
.contactBox {
    padding: 40px 0;
}
h1.title {
    font-size: 25px;
    font-family: var(--fntB);
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
span.field-validation-valid {
    color: red;
}
body.anasayfa section.topFooter.mt-5 {
    margin-top: 0px!important;
}
.pageNavBCon {
    padding-right: 30px!important;
}
.mntrImg {
    width: 100%;
    height: auto;
    max-width: 185px;
}
.blogImg {
    height: 220px;
}
.urunlist {
    /*max-height: 85vh;*/
}

@media only screen and (min-width:500px){
.slideOwl.owl-carousel.owl-theme.owl-loaded.owl-drag {
    /*top: -163px;*/
}.slide {
    max-height: calc(100vh - 12px);
  }
}
@media screen and (max-width: 991px){
.aboutHomeNav ul {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .mntrCon {
    margin-top: 75px;
}
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}
  .pageNavB ul li p {
    text-align: right;
}
}
.anlysHmBox p {
    padding: 0px 20px;font-size: 16px;
}
section.slide {
    margin-top: -164px;
}
@media only screen and (max-width: 800px){section.slide {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 500px){
section.slide {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 500px){
.slide {
    max-height: 100%;
  }}
.pageTop ul li a {
    font-size: 16px;
}
article p {
    font-size: 18px;
}
article li {
    margin-left: 20px;
}
.anlysHmBox label {
  font-size: 50px;
}
article span {
    color: #000;
}
.urnImgBox ul {
    margin-left: 20px;
}
@media only screen and (min-width: 500px){
  body.anasayfa header {
    background-color: #482c6f00;
  }
}
body.anasayfa header.background {
    background-color: #482c6f;
}


/*
.timeline ul {
  background: #456990;
  padding: 50px 0;
}*/

.timeline ul li {
  list-style-type: none;
  position: relative;
  width: 6px;
  margin: 0 auto;
  padding-top: 50px;
  background: #482C6F;
}

.timeline ul li::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: inherit;
  z-index: 1;
}

.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: #F78F25;
  color: white;
}

.timeline ul li div::before {
  content: "";
  position: absolute;
  bottom: 7px;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ul li:nth-child(odd) div {
  left: 45px;
}

.timeline ul li:nth-child(odd) div::before {
  left: -15px;
  border-width: 8px 16px 8px 0;
  border-color: transparent #F78F25 transparent transparent;
}

.timeline ul li:nth-child(even) div {
  left: -439px;
}

.timeline ul li:nth-child(even) div::before {
  right: -15px;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #F78F25;
}

time {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}


/* EFFECTS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline ul li::after {
  transition: background 0.5s ease-in-out;
}

.timeline ul li.in-view::after {
  background: #F78F25;
}

.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}

.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px, 0, 0);
}

.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px, 0, 0);
}

.timeline ul li.in-view div {
  transform: none;
  visibility: visible;
  opacity: 1;
}


/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media screen and (max-width: 900px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px;
    /*250+45-6*/
  }
}

@media screen and (max-width: 600px) {
  .timeline ul li {
    margin-left: 20px;
  }
  .timeline ul li div {
    width: calc(100vw - 91px);
  }
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 8px 16px 8px 0;
    border-color: transparent #f45b69 transparent transparent;
  }
}


/* EXTRA/CLIP PATH STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.timeline-clippy ul li::after {
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.timeline-rhombus ul li::after {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.timeline-rhombus ul li div::before {
  bottom: 12px;
}

.timeline-star ul li::after {
  clip-path: polygon(
    50% 0%,
    61% 35%,
    98% 35%,
    68% 57%,
    79% 91%,
    50% 70%,
    21% 91%,
    32% 57%,
    2% 35%,
    39% 35%
  );
}

.timeline-heptagon ul li::after {
  clip-path: polygon(
    50% 0%,
    90% 20%,
    100% 60%,
    75% 100%,
    25% 100%,
    0% 60%,
    10% 20%
  );
}

.timeline-infinite ul li::after {
  animation: scaleAnimation 2s infinite;
}

@keyframes scaleAnimation {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.25);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
/* ––––––––İBRAHİM ERHAN YAVUZ 27.12––––––––––– */
.fixedPg a:hover {
    background-color: #f08f33;
    transition: .4s;
}
.aboutHomeNav ul li:hover {
    transition: .5s;
}
.topFooter a:hover {
    background-color: #f08f33;
    transition: .4s;
}
.topFooter a {
    padding: 16px 24px;
    color: #482C6F;
    font-size: 20px;
}
nav ul li a:hover {
    color: #F78F25;
	transition: .4s;
}
.galeryImg {
    width: 200px;
}
.img img {
	visibility: visible;
    animation-name: fadeInUp;
}

.ustm {
    /*background-image: url(/Upload/Dosyalar/resim-jpg/hamburger-menu-3-2-0caf2822-03bd-4141-8bb5-cd36a1a61f5d.jpg);*/
    background-size: contain;
    background-position-x: right;
    background-color: #e5e5e5;
    padding: 50px!important;
    z-index: 10;
}

/* Popup Start*/
        .modalOverlay {
            width: 100%;
            height: 100vh;
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            top: 0;
            z-index: 9900;
        }
        .modalDialog {
            opacity: 0;
            pointer-events: none;
            position: fixed;
            z-index: 9999;
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            width: 35%;
            height: 0;
            padding-bottom: 35%;
            overflow: revert;
            background-color: #0000;
            transition: all .3s ease-in-out;
        }
        
        .modalDialog.Bshow {
            opacity: 1;
            pointer-events: all;
        }
        
        .modalContent {
            margin: auto;
            width: auto;
        }
        
        .modalContent > .close {
            color: #fff;
            position: fixed;
            right: 20px;
            top: 10px;
            font-size: 28px;
            font-weight: bold;
            transition: color .3s ease-in;
            font-family: arial;
            opacity: 1 !important;
            z-index: 1;
        }
        
        .close:hover,
        .close:focus {
            color: #fff;
            text-decoration: none;
            cursor: pointer;
        }

        .mGorsel {
            height: auto;
            width: 100%;
            display: block;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            top: 50%;
            left: 50%;
            position: absolute;
        }
@media (max-width: 540px) {
  .modalDialog{width: 90%;padding-bottom: 88%;}
  
}
 Popup End*/
