@charset "utf-8";
@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap);
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Great+Vibes&display=swap');
@import url(../icons/bootstrap-icons.css);

::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-thumb {background: #888;}
::-webkit-scrollbar-thumb:hover {background: #000000;}
::-webkit-scrollbar-track {background: #ffffff;}

#header {
    position: relative;
    z-index: 999;
    width: 100%;
    top: 0;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #ffffff;
}

#header .logo {
    position: relative;
    display: block;
    width: 250px;
}
#header .logo img {
    width: 100%;
}

.headeriletisim {
    display: flex;
    gap: 20px;
    justify-content: end;
    margin-top: 20px;
}
.headeriletisimbox {
    display: flex;
    width: 250px;
    align-items: center;
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    gap: 10px;
}
.headeriletisimbox i {
color: #000000;
    font-size: 30px;
}
.itemboxcontetn {
  display: flex;
  flex-direction: column;
}

.itemboxcontetn span {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
}

.itemboxcontetn a {
    font-size: 18px;
    color: #333;
    font-weight: 400;
}

#header .hdrmenu {
  display: block;
}

#header ul.menuok {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    background: #020003;
    display: flex;
    gap: 25px;
    bottom: -30px;
}

#header ul.menuok li {
  position: relative;
}

#header ul.menuok li a {
display: block;
    color: #ffffff;
    padding: 15px 0;
    text-shadow: 0 0 5px rgb(0 0 0);
    text-decoration: none;
    position: relative;
    transition: transform 0.3s ease;
}

#header ul.menuok li a::after {
content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    transition: width 0.3s ease;
}

#header ul.menuok li a:hover {
  transform: scale(1.1);
}

#header ul.menuok li a:hover::after {
  width: 100%;
}




#header ul.momenudesign {
position: absolute;
    left: 0;
    right: 0;
    background: #020003;

	
		display: none;
    bottom: -30px;
    padding: 0 20px;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


#header ul.momenudesign li{

    position: relative;
}

#header ul.momenudesign li:after{
    content: '';
    background: #ffffff;
    width: 1px;
    height: 20px;
    display: block;
    position: absolute;
    right: -15px;
    top: 19px;
}
#header ul.momenudesign li:last-child:after {
    display:none
}
#header ul.momenudesign li a {
display: block;
    color: #ffffff;
    padding: 15px 0;
    cursor: pointer;
}


@media (max-width: 992px) {
	#header ul.menuok {
		display: none;
	  }
	#header ul.momenudesign {
		    display: flex;
	  }

  .social-buttons {
    display: none !important;
  }

  #header .d-flex {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .headeriletisim {

    display: none !important;
  }

}



#panelmenuoverlay{
    opacity: 0;
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #191919;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in;
}
#panelmenuoverlay.menuacik{
	opacity: .7;
    visibility: visible;
}

#panelmenu{
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 400px;
    z-index: 9999;
    background: #fff;
    padding: 30px 30px 30px;
    left: -450px;
	
    opacity: 0;
    visibility: hidden;
	
    transition: all 0.3s ease-in;

}
#panelmenu.menuacik{
	opacity: 1;
    visibility: visible;
    left: 0;
}

#panelmenu .panelmenutop{
	border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
#panelmenu .panelmenutop .logo {
    width: 150px;
}
#panelmenu .panelmenutop .logo img {
    width: 100%;
    height: 100%;
    object-fit: contain
}
#panelmenu .panelmenutop .panelmenukapat{
    position: relative;
    top: 5px;
    cursor: pointer;
    transition: all 0.3s ease-in;
}
#panelmenu .panelmenutop .panelmenukapat i{
    font-size: 30px;
    color: #191919;
}
#panelmenu .panelmenutop .panelmenukapat:hover i{
    color: #f99b1d;
}
 
#panelmenu .panelmenubody{
	    overflow: auto;
    width: 100%;
    height: 100%;
}

#panelmenu .panelmenubody .pamenu{
    margin-bottom: 30px;
    display: block;
}

#panelmenu .panelmenubody .pamenu a {
    font-size: 17px;
    font-weight: 600;
    color: #191919;
    position: relative;
    display: block;
    margin-bottom: 10px;transition: 0.3s;
}
#panelmenu .panelmenubody .pamenu a:hover {
    margin-left: 10px;
}
#panelmenu .panelmenubody .pamenu a:hover:before {
    visibility: visible;
    opacity: 1;
}
#panelmenu .panelmenubody .pamenu a:before {
    position: absolute;
    content: "";
    background: #f99b1d;
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown{
    position: relative;
    width: 100%;
    padding: 0;
    background: #fff;
    display: none;
    visibility: hidden;
    opacity: 0;
    border-left: 1px solid #e5e5e5;
    padding-left: 15px;
}
#panelmenu .panelmenubody .pamenu .pamenudropdown.menuacik{
     visibility: visible;
    opacity: 1;
	display:block;
}


#panelmenu .panelmenubody .pailetisim{

    margin-bottom: 30px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a{
font-size: 20px;
    color: #191919;
    margin-bottom: 5px;
    display: block;
}
#panelmenu .panelmenubody .pailetisim a:hover{
    color: #f99b1d;
}


#panelmenu .panelmenubody .paharita{
	margin-bottom:30px;
	padding-bottom:125px;
    display: block;
}
#panelmenu .panelmenubody .paharita iframe{
	
    width: 100% !important;
    height: 200px !important;
}


.slidemanset {
    width: 100vw;
    height: 750px;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000;
}

.slidemanset img {
    width: 100% !important;
    height: 750px;
    object-fit: cover;
}

.slidemansettext {
    position: absolute;
    z-index: 10;
    text-align: center;
    color: #fff;
    padding: 20px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.slidemansettext .text1 {
    display: block;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: clamp(30px, 6vw, 70px);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.slidemansettext .text2 {
    display: block;
    font-size: clamp(40px, 8vw, 100px);
    font-weight: 700;
    margin-bottom: -40px;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.9);
}

.slidemansettext .text3 {
    display: block;
    font-size: clamp(24px, 5vw, 50px);
    font-weight: 500;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.slidemansettext .text4 {
    display: block;
    font-family: "Great Vibes", cursive;
    font-weight: 400;
    font-size: clamp(40px, 8vw, 100px);
    line-height: clamp(40px, 10vw, 100px);
    top: -55px;
    position: relative;
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.85);
}

.slidemansettext .text-design {
    display: block;
    border: 3px solid #ffffff;
    border-bottom: none;
    padding: 20px 20px 40px 20px;
    position: relative;
    z-index: 1;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.slidemansettext .text-design::after,
.slidemansettext .text-design::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 70px;
    border-top: 3px solid rgba(255, 255, 255, 1);
    bottom: 0;
    z-index: -1;
}

.slidemansettext .text-design::after {
    right: 0;
}

.slidemansettext .text-design::before {
    left: 0;
}

@media (max-width: 768px) {
	
	.slidemanset img {
    height: 500px;
}
.slidemanset {
    height: 500px;
}
    .slidemansettext {
        padding: 10px;
    }

    .slidemansettext .text2 {
        margin-bottom: -20px;
    }

    .slidemansettext .text4 {
        top: -30px;
    }
}

.bilgilendirmebox {
    width: 100%;
    border: 1px solid #e8e8e8;
    padding: 30px;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
}

.bilgilendirmebox:before,
.hakkimizdasection h2 span:before {
    position: absolute;
    width: 100%;
    content: "";
    z-index: -1;
}

.bilgilendirmebox:before {
    height: 100%;
    background: #f99b1d;
    left: 0;
    top: 0;
    transition: .25s ease-in-out;
    opacity: 0;
}

.bilgilendirmebox:hover {
    border: 1px solid #f99b1d;
}

.bilgilendirmebox:hover:before {
    transform: scale(1.05);
    opacity: 1;
}


.bilgilendirmebox:hover h3{
    color: #fff;
}
.bilgilendirmebox:hover p{
    color: #fff;
}
.bilgilendirmebox h3 {
    font-size: 25px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #120600;
}

.bilgilendirmebox p {
    font-size: 16px;
    font-weight: 400;
    color: #120600;
}

.hakkimizdasectionimg {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 20px;
}

.hakkimizdasection {
    display: block;
    position: relative;
    text-align: left;
    margin-bottom: 30px;
}

.hakkimizdasection h2 {
    color: #120600;
    font-weight: 700;
    margin-top: 35px;
    font-size: clamp(32px, 6vw, 55px);
    line-height: clamp(50px, 8vw, 100px);
}

.hakkimizdasection h2 span {
    position: relative;
    color: #120600;
    font-family: "Great Vibes", cursive;
    font-size: clamp(40px, 10vw, 100px);
}

.hakkimizdasection h2 span:before {
    height: 5px;
    background: #f99b1d;
    bottom: 0;
}

.hakkimizdasection p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    padding: 20px 0;
}

.hakkimizdasection a {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: .2s;
    color: #000;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.hakkimizdasection a:hover {
    color: #000;
    letter-spacing: 6px;
}


.menuwidget {
    position: relative;
    display: block;
    background: #0f1012;
    padding: 50px 0;
}

.menuwidget span {
    font-size: clamp(18px, 2.5vw, 25px);
    color: #ffffff;
    text-align: left;
}

.menuwidget h2 {
    font-size: clamp(32px, 5vw, 55px);
    color: #ffffff;
    line-height: clamp(40px, 6vw, 60px);
    text-align: left;
}

.menuwidget .menuwidgetbtn {
    padding: 12px 24px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 500;
    font-size: 16px;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}

.menuwidget .menuwidgetbtn:hover {
    background: #ffffff;
    color: #000000;
}

.menuwidget img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .menuwidget span,
    .menuwidget h2 {
        text-align: center;
    }

    .menuwidget .menuwidgetbtn {
        display: block;
        margin: 20px auto 30px;
        text-align: center;
    }

    .menuwidget .col-lg-6 {
        text-align: center;
    }
}

.social-buttons {
display: flex;
    flex-wrap: wrap;
    gap: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.social-btn {
width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 15px;
    text-decoration: none;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.social-btn:hover {
  transform: scale(1.1);
  opacity: 0.85;
}

.whatsapp  { background-color: #25D366; }
.telegram  { background-color: #0088cc; }
.instagram { background-color: #C13584; }
.facebook  { background-color: #3b5998; }
.twitter   { background-color: #000000; }
.threads   { background-color: #000000; }
.tiktok    { background-color: #010101; }
.youtube   { background-color: #FF0000; }
.linkedin  { background-color: #0077b5; }

.contentbox {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.contentbox .image {
    width: 100%;
    height: 250px;
    display: block;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    overflow: hidden;
    position: relative;
}
.contentbox .image img {
    width: 100%;
    height: 100%;
    padding: 10px;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.contentbox:hover .image img {
    transform: scale(1.05);
}
.contentbox .title {
    width: 100%;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 999;
}
.contentbox .title a {
    color: #000000;
    position: relative;
    z-index: 999;
    text-decoration: none;
    transition: color 0.3s ease;
}
.contentbox:hover .title a {
    color: #120600;
}


.telegramwhatspp {
    position:fixed;
    bottom:15px;
    left:15px;
    z-index:99
}
.telegramwhatspp a {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 25px;
    display: block;
    margin-bottom: 5px;
    border-radius: 50%;
}
.telegramwhatspp a i{

color: #ffffff;
}
.telegramwhatspp a.whatsapp{
color: #ffffff;
    background: #008069;
}
.telegramwhatspp a.telegram{
color: #ffffff;
    background: #4097ed;
}
.telegramwhatspp a.phone{
color: #ffffff;
    background: #1c4281;
}
.telegramwhatspp a.envelope{
color: #ffffff;
    background: #9076ff;
}

.yukaricikbutton {
	position: fixed;
    right: 50px;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton.activeyukaricikbutton {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.yukaricikbutton::after {
position: absolute;
    content: "\f148";
    font-family: bootstrap-icons !important;
    font-weight: 300;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    left: 2px;
    top: 2px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.yukaricikbutton svg path {

    fill: #120600;
}
.yukaricikbutton svg.pbmit-progress-circle path {
stroke:#000000;
    stroke-width: 4;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}


.anlarkareler {
    display: block;
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

.anlarkareler img {
width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s 
ease-in-out;
}

.anlarkareler:hover img {
  transform: scale(1.05);
}

.anlarkareler::before {
content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.anlarkareler:hover::before {
  opacity: 0.5;
}

.anlarkareler::after {
  content: "+";
  font-size: 40px;
    z-index: 2;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

.anlarkareler:hover::after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer{
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 20px;
    margin-top: 75px;
    background: #fff;
}
#footer:after{
content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    top: -20px;
    z-index: -1;
    right: 0;
    background: #f99b1d;
}
#footer .footerlogo{
	    position: relative;
    display: block;
    width: 225px;
    margin: 30px auto;
}
#footer .footerlogo img{
    width: 100%;
}
#footer .footermenu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 10px;
    list-style: none;
    padding: 0;
}

#footer .footermenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 15px;
}

#footer .footermenu li {
    display: inline-block;
}

#footer .footermenu a {
    color: #010101;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}

#footer .footermenu a:hover {
    color: #f99b1d;
}
#footer p.copyright{
    text-align: center;
    color: #010101;
    font-size: 15px;
    font-weight: 400;
}

.titledesign {
position: relative;
    color: #120600;
    font-family: "Great Vibes", cursive;
    font-size: clamp(32px, 8vw, 100px);
    text-align: center;
}

.pageimg{
    display: block;
    width: 100%;
    height: 450px;
    margin-bottom: 20px
}
.pageimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid #dddddd;
    padding: 5px;
    border-radius: 20px;
}
@media screen and (max-width: 770px) {
.pageimg {
        width:100%;
    }
}






/* Page Background */
.page_Background{
    position: relative;
    display: block;
    clear: both;
    margin-bottom: 50px;
}
.page_Background:after{
    content: '';
    height: 3px;
    width: 50%;
    position: absolute;
    bottom: -20px;
    z-index: -1;
    left: 0;
    background: #f99b1d;
}
.page_Background .content{
    height: 250px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.page_Background .content:before{
	position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: .6;
    background: #191919;
}
.page_Background .content div{position:relative;z-index:1}
.page_Background .content h1{
	color: #fff;
    font-weight: 700;
    display: block;
}



.menufiyatlar {
}
.menufiyatlar .menufiyatlarbox {
    position: relative;
    display: block;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
}


.menufiyatlar .menufiyatlarbox a {
width: 100%;
    height: 175px;
    position: relative;
    display: block;
}
.menufiyatlar .menufiyatlarbox img {
width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.menufiyatlar .title {
font-size: 20px;
    font-weight: 500;
    color: #120600;
}

.menufiyatlar .desc {
    font-size: 15px;
    color: #6c757d;
}

.menufiyatlar .fiyat {
    font-size: 20px;
    font-weight: 500;
    color: #dc3545;
    margin-top: 10px;
}




.hatasayfasi{
	text-align: center;
    width: 100%;
    display: block;
}
.hatasayfasi .row{
    width: 100%;
    height: 100vh;
}
.hatasayfasi .desigicon{
	    font-size: 80px;
    color: #000000;
    margin-bottom: 20px;
}
.hatasayfasi .desigicon i{
    color: #000000;
}
.hatasayfasi h1{
	font-size: 50px;
    margin-bottom: 20px;
    color: #010101;
}
.hatasayfasi p{
	    font-size: 18px;
    margin-bottom: 30px;
    color: #010101;
}

.hatasayfasi a {
    font-size: 18px;
    margin-bottom: 30px;
    color: #000000;
    text-decoration: none;
    position: relative;
    transition: color 0.3s ease, transform 0.3s ease;
}

.hatasayfasi a:hover {
    color: #000000;
    transform: translateY(-3px);
}

.hatasayfasi a:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transform: scaleX(0);
    transform-origin: bottom right;
    transition: transform 0.3s ease;
}

.hatasayfasi a:hover:after {
    transform: scaleX(1);
    transform-origin: bottom left;
}


.contactbox{
	    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 30px;
}
.contactbox h6{
color: #f99b1d;
    font-weight: 600;
    font-size: 25px;
}
.contactbox a{
	    color: #030304;
    font-size: 20px;
    font-weight: 400;
    display: block;
    line-height: 30px;
}
.contactbox p{    color: #030304;
    font-size: 20px;
    font-weight: 400;
}
.mapscontent {
    width: 100%;
    display: block;
    position: relative;
}
.mapscontent iframe {
    width:100% !important;
    height:520px !important;
    display:block;
    border:none
}


.qrerisim{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 25px;
}
.qrerisim .logo{
    position: relative;
    display: block;
    width: 250px;
    margin-bottom: 30px;
}
.qrerisim .logo img{
	    width: 100%;
}
.qrerisim .menufiyatbuton{
    display: block;
    background-color: #000000;
    color: white;
    text-align: center;
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.3s;
    margin-bottom: 30px;
}
.qrerisim .menufiyatbuton:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}
.qrerisim .social-buttons {
justify-content: center;
        display: flex !important;
}

.qrerisim .ayirarayi{
	position: relative;
    display: block;
    margin-bottom: 30px;
	
    background: #f1f1f1;
    border-radius: 12px;
    padding: 30px 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
.qrerisim .ayirarayi h2 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid #000000;
    padding-bottom: 8px;
    text-align: center;
    font-weight: 600;
}  

.qrerisim .wifiinfo {
text-align: center;
    }

.qrerisim .wifiinfo span {
    display: block;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    }

.qrerisim .wifiinfo b {
color: #000000;
    margin-right: 5px;
    font-weight: 600;
    }
.qrerisim .mapsyorum {
  margin-top: 30px;
}

.qrerisim .mapsyorum a {
    display: block;
    text-align: center;
    padding: 14px 25px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 8px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.3s;
}
.qrerisim .mapsyorum a:hover {
    transform: scale(1.01);
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}


.icerikbulunamadi {
    display: block;
    width: 100%;
    background: #fff3cd;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 50px;
    text-align: center;
}
.icerikbulunamadi p {
    font-size:14px;
    font-weight:400;
    line-height:25px;
    color:#6c757d
}
