/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@media(min-width:1000px){
  html{
    max-width: 60%;
    margin-left: 20%;
    margin-right: 20%;
  
  }
  }
  

body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #221F1F;
  color: rgb(var(--bs-tertiary-color-rgb));
}

@media(min-width:1000px){
  .topbar{
    max-width: 60% !important; 
    margin-left: 20% !important;  
    height: 73px !important;
  }
  }



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */


.menufix{
  padding-left: 10px;
  z-index: 99;
}



.topbar{
  background-color: #221F1F !important;
  padding-top: 1px !important;
}

.nav-link{
  color: #9b9e91;
  text-decoration: none;
  font-size: large;
  padding-top: 25px;
  padding-left: 10px;
}

a.nav-link:hover{
  color: #909971;
  text-decoration: none;
  font-size: large;
}
/* Since positioning the image, we need to help out the caption */
.imglist{
  padding: 5px 5px;
}
.carousel-caption {
  z-index: 10;
  background-color: #000;
  opacity: 0.5;
  width:100%
}

.owl-item {
  margin-top: 1.5rem;
  
}

#slider{
  z-index: 99;
  
}

@media(min-width:1000px){
  #slider {
    max-width: 60%;
    color: #9b9e91;
  }
}


@media(max-width:9999px){
  .owl-item {
    max-width: 60%;
    
  }
  .owl-item img{
    display: block;
    max-width:100%;
    max-height: 720px ;
    width: auto;
    height: auto;
    
  }
}

@media(max-width:1919px){
  .owl-item {
    max-width: 60%;
    
  }
  .owl-item img{
    display: block;
    max-width:100%;
    max-height: 920px;
    width: auto;
    height: auto;
    
  }
}

@media(max-width:1279px){
  .owl-item {
    max-width: 60%;
    
  }
  .owl-item img{
    display: block;
    max-width:100%;
    max-height: 500px;
    width: auto;
    height: auto;
    
  }
}


@media(max-width:1023px){
  .owl-item {
    max-width: 60%;
    
  }
  .owl-item img{
    display: block;
    max-width:100%;
    max-height: 400px;
    width: auto;
    height: auto;
    
  }
}

@media(max-width:500px){
  .owl-item {
    max-width: 60%;
    
  }
  .owl-item img{
    display: block;
    max-width:100%;
    max-height: 240px;
    width: auto;
    height: auto;
    
  }
}

/* Center align the text within the three columns below the carousel */
#disgorunus {
  color: #9b9e91;
  text-align: center;
}

#icgorunus,#kapaliotopark,#katplani,#katplani,#yasamalanlari,#kapaliotopark,#iletisim,#konum{

  color: #9b9e91;
  text-align: center;
}

.modal-body{
  background-color: #9b9e91;
}

.link-underline{
  color: #222B1B;
  font-size: large;
  font-family: "Segoe UI", Arial, sans-serif;
  
}
.accordion{
  --bs-accordion-active-color: #9b9e91 !important;
}

.accordion-button{
  color: #9b9e91;
  font-size: large;
  background-color: #221F1F;
  
}

.accordion-item{
  background-color: #221F1F;
  color: #9b9e91;
  
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%239b9e91'><path fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/></svg>") !important;
  color: #9b9e91 !important;  
}

/*
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}*/
/* rtl:end:ignore */


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
/* rtl:begin:remove */
.featurette-heading {
  letter-spacing: -.05rem;
}




/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

 

  #disgorunus .featurette-heading {
    padding-top: 5rem;

  }
  .featurette-heading {
    font-size: 30px;

  }
}

@media (min-width: 62em) {
  #disgorunus .featurette-heading {
    padding-top: 5rem;
  }
}

@media (max-width: 30em) {
 

#disgorunus .featurette-heading {
    padding-top: 5rem;

  }
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items:center;
  justify-content:center;
  background-color: #fff;
  z-index: 999;
  font-family: "Segoe UI", Arial, sans-serif;
} 