/* Custom page CSS
-------------------------------------------------- */
 .bd-placeholder-img {
        font-size: 1.125rem;
        text-anchor: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }

      @media (min-width: 768px) {
        .bd-placeholder-img-lg {
          font-size: 3.5rem;
        }
      }

body {
  height: 100%;
  background-color: #000;   /* white background  #fff;*/
  color: #E4E5E6;
  font-size: 16px;
}

body a {
  color: #E4E5E6;   /*#6E4413;*/
  font-size: 16px;
  /*transition-duration: 0.5s;*/
}


body a:hover {
  color: #ca9f67;
  text-decoration: none;
}  

.main-img {
  padding-top: 8rem;
  padding-bottom: 2rem;
}

.main-img2 {
  padding-top: 8rem;
}

/*@media (min-width: 768px) {
  .main-img {
    padding-top: 8rem;
    padding-bottom: 2rem;
  }
}
*/

.row-text{
 padding-bottom: 25px;
}


/*FOOTER*/



footer {
  color: #E4E5E6;
  margin-top:30px;
}

footer a {
  color: #E4E5E6;   /*#6E4413;*/
  font-size: 16px;
  transition-duration: 0.5s;
}

footer a:hover {
  color: #ca9f67;
  text-decoration: none;
}

.copy {
  font-size: 12px;
  padding: 10px;
  border-top: 1px solid #e2c68a;
}

.footer-middle {
  padding-top: 2em;
}

.h4-footer{
 color: #E4E5E6;/* #6E4413;*/
}
.hr-deco{
 border-top: 1px solid #e2c68a;
}

.footer-font{
  color: #E4E5E6;  /*#6E4413;*/
  padding-left: 25px
}

.footer-icofont{
 font-size: 20px;
  color: #ca9f67;  /*#6E4413;*/
}

/*SOCİAL İCONS*/

/* footer social icons */
.iconsocial {
 padding-top: 0.5em;
 padding-bottom: 0.25em;
}

.iconsocial a{
  color: #E4E5E6;
  font-size: 24px;
  transition-duration: 0.5s;
 
}

.iconsocial a:hover {
  color: #ca9f67;
  font-size: 30px;
  text-decoration: none;
}

.iconsocialcontact {
 color: #6E4413;
 font-size: 32px;
 transition: all 0.9s ease-in-out;
}

.iconsocialcontact:hover {
  color: #ca9f67;
  transform: scale(1.3); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.iconservices {
 font-size: 18px;
 font-weight: 500;
 transition: all 0.9s ease-in-out;
}

.iconservices:hover {
  color: #ca9f67;
  transform: scale(1.3); /*(150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

body.minilogo .navbar-brand img {
 width: 200px;
 transition: all 2s;
}

@media (max-width: 750px) {
  .logoimg img {
 width: 250px;
 transition: all 2s;
}

.main-img {
  padding-top: 6rem;
  padding-bottom: 2rem;
}
}


@media (min-width: 750px) {
  .logoimg img {
   width: 300px;
 transition: all 2s;
}
}

.color1{
 background-color: #e2c68a;
}

.color2{
 background-color: #ca9f67;
}

.color3{
 background-color: #000;
}

.color4{
 background-color: #CC9E6E;
}

.color5{
 background-color: #6E4413;
}

.color6{
 color: #CC9E6E;
}
 

.font_dark{
 color: #000;
}

.container{
 text-align: justify;
 }

.heading-areas{
  text-align: left;
}

.input-hidden{
        height:0;
        width:0;
        visibility: hidden;
        padding:0;
        margin:0;
        float:right;
}

.faddr {
    width: 25px;
    vertical-align: text-top;
}

.accbus {
  font-size: 10px;
}

.txtcenter{
 text-align: center;
}

.dispdiv{
 display: none;
}

.cookie-consent-banner {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f8f9fa;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  color: black;
  padding: 15px;
  font-size: 14px;
  text-align: center;
  z-index: 1000;
}

.cookie-consent-button {
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 4px;
}