*{
  --primaryColor: #002720 !important;
  --primaryHover: #002e26 !important;
  --lightGreen: #eadfce !important;
  --digerRenk: #9e7946 !important;
  --disrenk: #f5ebdc !important;
}

.oturumacik {
  right: 0;
  text-align: center;
  background: #141414;
  color: white;
  position: fixed;
  bottom: 0%;
  left: 50%;
  z-index: 9999999;
  max-width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-family: system-ui !important;
  transform: translate(-50%, 0%);
  transition: width 0.4s ease, max-height 0.4s ease;
  max-height: 40px; /* Başlangıç yüksekliği */
  overflow: hidden; /* Taşmaları gizlemek için */
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.oturumacik:hover {
  max-width: 100%;
  max-height: 500px; /* Hover durumunda geniş yüksekliğe geçiş */
  background: #141414;
}

.oturumacik p{
  color: white;
}

.butontg{
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  background: #141414;
  color: white;
  border: none;
  border-radius: 20px;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px
}

.developer a{
  display: contents !important;
  font-size: 14px !important;
  line-height: normal !important;
  color: white !important;
  }

  .developer{
    margin-right: 110px;
  }

@media screen and (max-width: 768px) {
    .faciul{
      display: grid !important;
      grid-template-columns: auto auto !important;
    }

    .developer a{
          display: contents !important;
          font-size: 14px !important;
          line-height: normal !important;
          color: white !important;
    }

      .developer{
        margin-right: 0px !important;
      }
	
	.header .menu_left{
		    display: grid !important;
			grid-template-columns: 1fr 1fr !important;
			margin-bottom: 20px !important;
	}
	
	.header .btns_container {
		margin-bottom: 0px !important;
	}
}


@media screen and (max-width: 768px){
	.icon_whatsapp i {
		font-size: 22px;
		background: #eadfce;
		color: #002e26;
		border-radius: 30px;
		padding: 7px;
		width: 33px;
		height: 33px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}

@media screen and (min-width: 1200px) and (max-width: 1550px){
	.header .menu_right {
		padding-left: 65px;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1600px) {
    .header_inner {
        max-width: 1320px !important;
    }
}

.footer .menu_left {
    align-content: space-around !important;
}

.footer .menu_left{
	padding-bottom: 10px !important;
}

.room_includes i{
	margin-right: 10px;
}

.bayraklar{
	width: 22px;
    height: 20px;
    object-fit: cover;
    border-radius: 20px;
    margin-right: 5px;
    object-position: left;
}

.byen{
	object-position: center !important;
	top: 4px;
    position: relative;
    margin-right: 0px;
}

.ingilizcede{
	top: 4px;
    position: relative;
    margin-right: 0px;
}

.byeningilizcede{
	object-position: center !important;
    top: -1px;
    position: relative;
    margin-right: 5px;
}