@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

html,
body{
	box-sizing: border-box;
}

body{
  font-family: 'Roboto', sans-serif;
	font-size: 16px;
}

a, 
a:focus, 
a:hover,
button, 
button:focus, 
button:hover
{
  outline: 0 !important;
  outline: none !important;
  text-decoration: none !important;
  cursor: pointer !important;
}

.btn:focus,.btn:active {
   outline: none !important;
   box-shadow: none;
}

header{
	background-color: #6b5d54;
	min-height: 70px;
}

footer{
	background-color: #6b5d54;
	min-height: 150px;
  font-size: 12px;
  color: #3e352f;
}

footer .logo img{
  max-height: 45px;
}
header .logo img{
  max-height: 50px;
}

h2{
  color:#40352a;
}

.dilbayrak{
	line-height: 18px;
	border:1px solid rgba(255,255,255,.2);
}
.dilbayrak img{
	width: 28px;
	height: 18px;
}

.sosyalikon{
	padding: 3px 6px 3px 6px;
}
.sosyalikon i{
	font-size: 16px;
	color: #fff;
}
.facebook{
	background-color: #3b5998;
}
.facebook:hover{
  background-color: rgba(59,89,152,0.6);
}
.instagram{
	background-color: #e4405f;
}
.instagram:hover{
  background-color: rgba(228,64,95,0.6);
}
.twitter{
	background-color: #1da1f2;
}
.twitter:hover{
  background-color: rgba(29,161,242,0.6);
}

.golge{
	-webkit-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.56);
	-moz-box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.56);
	box-shadow: 0px 0px 31px 0px rgba(0,0,0,0.56);
}

.yumusakkenar{
	border-radius: 10px 10px 10px 10px;
}

.cerceve{
	border: 2px solid rgba(136,128,126,0.1);
}

main{
	background: #d6c3bc;
  background: -moz-linear-gradient(top,  #d6c3bc 0%, #b2998b 47%, #d6c3bc 99%);
  background: -webkit-linear-gradient(top,  #d6c3bc 0%,#b2998b 47%,#d6c3bc 99%);
  background: linear-gradient(to bottom,  #d6c3bc 0%,#b2998b 47%,#d6c3bc 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6c3bc', endColorstr='#d6c3bc',GradientType=0 );
	min-height: calc(100vh - 70px);
}




.accordion .card{
  margin-bottom: 2px;
	background-color: #6b5d54;
}
.accordion .card .card-header h2 button{
  color: #fff;
}
.accordion .card .card-header h2 button:hover{
	text-decoration: none;
}
.accordion .card .card-body{
  background-color: rgba(145,131,115,0.5);
	color: #fff;
}

.form-control{
  background-color: #6b5d54;
  color: #fff;
  border: 1px solid #554840;
}
.form-control:focus{
  background-color: #685a51;
  color: #fff;
  border: 1px solid #554840;
  outline: none !important;
  box-shadow: none;
}
.form-control::placeholder{
  color: #af9f91;
}

.iletbtn{
  border: 1px solid #554840;
  color: #af9f91;
}
.iletbtn:hover{
  background-color: #554840;
  color: #fff;
}

ul{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
margin: 0;
padding: 0;
display: flex;

}
ul li{
list-style: none;
margin: 0 40px;

}
ul li .fas{
font-size: 40px;
color: #262626;
line-height: 80px;
transition: .5s;

}
ul li a{
position: relative;
display: block;
width: 80px;
height: 80px;
background-color: #7e7064;
text-align: center;
transform: perspective(100px) rotate(-30deg) skew(25deg) translate(0,0);
transition: .5s;
box-shadow: -20px 20px 10px rgb(0, 0, 0, 0.5);
}
ul li a::before{
content: "";
position: absolute;
top: 10px;
left: -20px;
height: 100%;
width: 20px;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewY(-45deg);
}
ul li a::after{
content: "";
position: absolute;
top: 80px;
left: -11px;
height: 20px;
width: 100%;
background: #b1b1b1;
transition: .5s;
transform: rotate(0deg) skewX(-45deg);
}
ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
ul li:hover .fas{
color: #fff;
}
ul li a:hover{
transform: perspective(1000px) rotate(-30deg) skew(25deg) translate(20px, -20px);
box-shadow: -50px 50px 50px rgb(0, 0, 0, 0.5);
}
ul li:hover a{
background: #c2ac99;
}

ul li:hover a:before{
background: #aa9684;
}
ul li:hover a:after{
background: #c1a58c;
}


.owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }

  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }


  .owl-carousel .item {
      text-align: center;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide{
      background: url(img/nav-icon.png) no-repeat scroll 0 0;
      left: -33px;
  }
  .owl-carousel .next-slide{
      background: url(img/nav-icon.png) no-repeat scroll -24px 0px;
      right: -33px;
  }
  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }


.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 320px;
  max-width: 480px;
  min-height: 400px;
  max-height: 400px;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  min-height: 400px;
  max-height: 400px;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

figure.effect-bubba {
  background: #685a51;
  border-radius: 20px 20px 10px 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.21);
}

figure.effect-bubba img {
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}

figure.effect-bubba h2 {
  color: #fff;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,-20px,0);
  transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,20px,0);
  transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
