﻿* {
   font-size: 1rem;
}
body{
    font-family: "Poppins", Arial, Tahoma, sans-serif;
    padding: 0 0 ;
    box-sizing: border-box;
    background-color: #000;
}
html {
    scroll-behavior: smooth;
}
h1 {
    font-size: 1.3rem;
}
h4 {
    font-size: 1rem;
}

h3 {
    font-size: 1.7rem;
}
.icon-font-detay {
    font-size: 1rem;
}

.span-font-text {
    font-size: 1rem;
}
.checked {
    color: orange;
}

.border-lef-right {
    border-left: 1px solid #ae9a68;
    border-right: 1px solid #ae9a68;
}
.circile {
    border-radius: 10px;
}

.owl-nav{visibility:hidden !important;display:none !important;}

.title-baslik{
	         color: #785f14;
			background-color:#fff;
			border-radius:10px;
			padding:5px;
			font-weight:bold;
}

.hizmetlink, .hizmetlink:hover {
    text-decoration: none !important;
}

    .hizmetlink .card {
        background-color: rgb(0, 0, 0);
        transition: all ease .5s;
    }
        .hizmetlink .card .h1-card {
            transition: all ease .5s;
            color: #785f14;
			background-color:#fff;
			border-radius:10px;
			padding:5px;
			font-weight:bold;
        }

        .hizmetlink .card:hover .h1-card {
            color: #000;
        }

        .hizmetlink .card:hover {
            background-color: #ae9a68;
        }
		
/**************** site renkler ****************/

.color-black {
    color: black;
}

.bg-color-black {
    background-color: black;
}

.bg-color-black-soft {
    background-color: #333;
}

.text-color-gold {
    color: #ae9a68;
}

.icon-color-orange {
    color: coral;
}
.text-gold{
    color: #ae9a68
   }
   .text-gold-hard{
    color: #ae9a68
   }
   .text-black{
       color: #333;
   }
.bg-gold{
    background-color: #e3aa1a;
   }
   .bg-gold-hard{
    background-color: #fff;
   }
.bg-black{
       
    background-color: #333;
   }
   .bg-black-hard{
       
    background-color: rgb(75, 75, 75);
   }
   .bg-black-footer{
       
    background-color: #000;
   }
 .text-blackx{
       
   color: #000;
   }
   .border-gold{
       border: 1.5px solid #fff;
   }
   .h1-card{
       font-size: 1.2rem;
   }
   .p-card{
       font-size: 0.8rem;
   }
   .card-icon-size{
       font-size: 2rem;
   }
   .icon-font-detay{
    font-size: 0.8rem;
}
.text-blue{
    color: #19f1a9;
}
.checked {
    color: orange;
  }
  .mylitext{
      font-size: 0.7rem !important;
      padding: 0;
      border: none;
  }
  .bg-none{
      background-color: transparent !important;
  }
  .bg-dark1{
	  background-color:#4a422f !important;
	  
  }
  
  .card-3d{
	  padding: 5px 10px;
    margin-bottom: 30px;
    display: flex;
    //background: linear-gradient(360deg, rgb(192 145 43) 0%, rgb(192 145 43) 35%, rgb(226 187 102) 100%);
    background:  #000;
    transform: scale(1.15);
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    border-top: 1px solid #ffc107;
    border-bottom: 1px solid #ffc107;
    box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 32%);
  }
.seperator {
  position: relative;
  background: #ae9a68;
  height: 10px;
  border-radius:5px;
  box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 32%);
}

.seperator::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #ae9a68 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
}


/***********************************************/
/************* Nav Menü Ayarları ***************/
/***********************************************/
.navbar{
    border-bottom: 1px solid #ae9a68;
}
.offcanvas-header {
    display: none;
}
@media screen and (max-width: 992px) {
   
    #adres h1 {
        font-size: 1.3rem;
    }

    #adres img {
        width: 20px;
    }
}

@media (max-width: 768px) {
    .offcanvas-header {
        display: block;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 100%;
        padding-right: 1rem;
        padding-left: 1rem;
        overflow-y: auto;
        visibility: hidden;
        background-color: #010101;
        transition: visibility .2s ease-in-out, -webkit-transform .2s ease-in-out;
    }

    .navbar-toggler span {
        color: #c0912b !important;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/menu-icon1.svg) !important;
        color: #fff;
    }

    .navbar-collapse.show {
        visibility: visible;
        transform: translateX(-100%);
    }
}

.nav-bar-bg {
    background-color:#010101;
}

.nav-link-color {
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
    color: #fff !important;
}
 .nav-link-color:hover {
    font-family: "Roboto", Arial, Tahoma, sans-serif !important;
    color: #c0912b !important;
    }
    .band{
 

        text-align:center !important;
        background-color:#0f0f0f;
       
    }
    /** whasup icon **/
.whasup {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 10px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


.whasup i{
    font-size: 30px;
    margin-top: 15px;
}
/** phone icon **/
.phone {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    background-color: #2b9de9;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


.phone i{
    font-size: 30px;
    margin-top: 15px;
}
/** YolTarif icon **/
.yoltarif {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 45%;
    background-color: #FFAC3A;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}


.yoltarif i {
    font-size: 30px;
    margin-top: 15px;
    margin-left: 5px;
}
    /***********************************************/
/*************Slide Yazı Ayarları **************/
/***********************************************/
.custom_container { position: relative; }
.custom_container a{ cursor:pointer;}

.custom_text-area {
	position: absolute;
	top: 40%;
	left: 0px;
	right: 0px;
  	transform: translateY(-50%);
    text-align:center !important;
    background-color:#000000;
    opacity:0.6;
    filter:alpha(opacity=60);
}
.custom_text-area img{
	width:130px !important;
	height:130px !important;
	margin:0 auto !important;
}

.custom_text-area h4 {
	color: #fff;
	position: relative;
	margin-bottom: 4px;
	letter-spacing: 3px;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 80px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
    font-size: 50px;
}

.custom_text-area p { 
	color: #c0912b;
    letter-spacing: 5px;
    font-size: 18px;
    font-weight:900;
    transition: none 0s ease 0s;
    text-align: inherit;
    line-height: 80px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 400;
}

/*------------------- TABLET ------------------*/
@media only screen and ( min-width: 600px ) and ( max-width: 999px ) {
	.custom_text-area h4 { font-size: 80%;}
	.custom_text-area p { 
		font-size: 85%;
		line-height: 1.2em;
	}
}

/*------------------- MOBILE ------------------*/
@media only screen and ( max-width: 599px ) {
	.custom_text-area h4 { font-size: 100%;line-height: normal;}
	.custom_text-area p { font-size: 100%;letter-spacing: normal;line-height: normal;}
}