@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

.CallCenter{
    font-family: "Open Sans", sans-serif;
}
.dil{
    position: relative;
    left: 15px;
}

.hamburger {
    margin-left: 25px;
}
.button_container {
    cursor: pointer;
    z-index: 100;
    transition: opacity .25s ease;
}
.overlay {
    position: fixed;
    background: rgba(255, 255, 255, .4);
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
}
.overlay nav {
    position: relative;
    height: 100%;
    top: 0;
    font-size: 23px;
    text-align: right;
}
.overlay ul {
    list-style: none;
    padding: 85px 20px 0;
    display: inline-block;
    position: relative;
    height: 100%;
    width: 400px;
    background-color: #7D2768;
    text-align: left;
    cursor: pointer;
}
.overlay ul li {
    display: block;
    height: 40px;
    min-height: 17px;
    position: relative;
    text-transform: uppercase;
}
.overlay ul li a {
    display: block;
    position: relative;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    font-size: 20px;
    font-weight: 500;
    font-family: "Open Sans", sans-serif;
}
.overlay ul li a:hover {
 color: rgba(0, 0, 0, 0.7);
 
}
.overlay nav {
    position: relative;
    height: 100%;
    top: 0;
    font-size: 23px;
    text-align: right;
}
.overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100vh;
    z-index: 99;
}
.button_container.active img {
    /*content: url(images/close.png);*/
    position: absolute;
    right: -10px;
    width: 30px;
}

.anares{
    background-repeat: no-repeat;
}

.contact-icons {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.contact-icons a {
    margin-bottom: 10px;
    width: 45px;
    height: 45px;
    background-color:rgba(125, 39, 104, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.contact-icons a i {
    color: #fff;
    font-size: 23px;
}

.contact-icons a:hover {
    background-color: #7d2768;
}
.res1:after{
    position: absolute;
    display: block;
    content: "";

}
.aktiviteslayt .owl-nav {
    position: absolute;
    top: 300px;
    z-index: 5;
    width: 100%;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.homepagesectionone .myhotelspic {
    height: 50vh;
    background-size: 100%;
    background-position: center;
    position: relative;   
    background-repeat: no-repeat;
}

.homepagesectionone {
    padding: 90px 0;
    background-repeat: no-repeat;
    background-position: center right;
   
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.col-12.col-md-6:nth-child(1) .myhotelspic.myhotelspicone:before {
    content: "";
    width: 82%;
    height: 46%;
    display: block;
    position: absolute;
    top: -20px;
    left: 30px;
    border-top: 2px solid #7d2768;
    border-left: 2px solid #7d2768;
}
.homepagesectionone .myhotelspic.myhotelspicone {
    top: 25px;
}
.col-12.col-md-6:nth-child(2) .myhotelspic.myhotelspicone:before {
    content: "";
    width: 82%;
    height: 46%;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 30px;
    border-bottom: 2px solid #7d2768;
    border-right: 2px solid #7d2768;
}
.homepagesectionone h2 {
    /*font-family: 'Marcellus';*/
	font-family: "Marcellus", sans-serif;
    font-size: 55px;
    color: #3C3C3C;
}

.feliciaaltyazi{
    color: #666666;
    font-family: "Open Sans", sans-serif;
}

.kesfetinlink {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0px 40px 0px 40px;
    background: linear-gradient(90deg, #7d2768 0%, #7d2768 50%, #7d2768 50%, #7d2768 100%);
    border-radius: 15px;
    color: white;
    letter-spacing: 3px;
    font-size: 16px;
    margin: 15px auto 0;
    font-family: "Open Sans", sans-serif;
}


.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 60%;
    height: 60%;
    object-fit: cover;
    display: inline-block;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    margin-right: 300px;
    color: #555555;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    margin-left: 300px;
    color: #555555;
}
a:hover {
    color: #ffffff;

}
  .kesfetinlink:hover .kesfetin {
    transform: translateX(9px); 
  }

  .kesfetin {
    display: inline-block;
    transition: transform 0.7s ease; 
    color:#fff;
  }
  .swiper-slide {
    position: relative;
  }
  
  .slide-content {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(217, 217, 217,0.7);
    padding: 20px;
    text-align: center;
    z-index: 1;
    width: 50%;
  }
  
  .swiper-container {
    position: relative;
  }
.slide-content button {
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    border: none;
    cursor: pointer;
}
.odalar{
    padding-bottom: 60px;
}

.konaklamabaslik{
    /*font-family: 'Marcellus';*/
	font-family: "Marcellus", sans-serif;
    font-size: 40px;
    color: #3C3C3C;

}

.konaklamayazi{
    font-family: "Open Sans", sans-serif;
    color: #424242;
}


.kesfetler{
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0px 40px 0px 40px;
    background: linear-gradient(90deg, #7d2768 0%, #7d2768 50%, #7d2768 50%, #7d2768 100%);
    border-radius: 15px;
    color: white;
    letter-spacing: 3px;
    font-size: 16px;
    margin: 15px auto 0;
    font-family: "Open Sans", sans-serif;
}

.kesfetler:hover .kesfetin {
    transform: translateX(9px); 
  }


img.vektor {
    width: 11px;
}

.konaklamabaslik:before {
    content: "";
    display: block;
    position: absolute;
    top: 62px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #555555;
    width: 180px;
    height: 1px;
}

.restparal{
    background-attachment: fixed;

    background-size: cover;

 
}
.restfoto{
    background-image: url(../images/paralax.png);
    width: 100%;
    height:  68vh;;
}



.slagon {
    position: relative;
	font-size: 2rem;
  }
  
  .slagon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    text-align: center;
    z-index: 1;
    width: 44%;
    top: 33%;
}


.slagon {
    position: relative;
    color: #000;
        /*font-family: 'Marcellus';*/
	font-family: "Marcellus", sans-serif;
	font-style:italic;
	font-weight:100;
    display: flex;
    justify-content: center;
    align-items: center;
  }

.slagon{
    padding-bottom: 42px;
}


.restcizgi {
    background-color: #7D2768;
    width: 50px;
    height: 100%;
    position: absolute;
    top: 100%;
}

.restbaslik{
    color: #3C3C3C;
        /*font-family: 'Marcellus';*/
	font-family: "Marcellus", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

.restyazi{
    font-family: "Open Sans", sans-serif;
    color: #424242;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.restcicek {
    width: 450%;
    position: absolute;
    top: 392px;
    right: -129px;
}

.restoranwidth1 {
    width: 70%;
    margin-left: 70px;
}
.restoranwidth2 {
    width: 70%;
}
.homeodabg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 77vh;
    width: 100%;
    margin-bottom: 3rem !important;
}
.detaysliderimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 60vh;
    width: 100%;
}
.restcizgi2 {
    background-color: #7D2768;
    width: 50px;
    height: 100%;
    position: absolute;
}

.galeribaslik{
    text-align: center;
    color: #3C3C3C;
            /*font-family: 'Marcellus';*/
	font-family: "Marcellus", sans-serif;
    font-size: 40px;
}



.galeriboyut {
    height: 284px;
    
}


.fotbg {
    background-color: #7d2768;
}

.fotres{
    width: 250px;
}

.bultenyazi{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
}

.bultenyazi2{
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;

}

.form {
    background-color: #470337;
    padding: 20px;

    width: 300px;
    margin: 0 auto;
}
input[type="email"] {
    width: 71%;
    padding: 0px;
    margin-bottom: 0px;
    border: 1px solid #470337;
    box-sizing: border-box;
    color: #fff;
}


input#emails {
    background-color: #470337;
}
[type=submit]:not(:disabled), button:not(:disabled) {
    background-color: #7D2768;
    color: #fff;
    border: 0;
}

.iletisimbaslik{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}

.iletisimbg{
    background-color: #470337;

}

.konum{
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
img.odullerboyut {
    width: 80px !important;
    height: 80px;
    margin:0 auto;
    object-fit: fill;
}
.item.odullerboyut {
    padding: 0 10px;
    text-align: center;
    font-size: .9rem;
}
.page-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 20px 0;
  z-index: 10;
  background-color:#fff;
}
.page-header.is-sticky {
  position: fixed;
  padding: 8px 0;
  animation: slideDown 0.35s ease-out;
}

.page-header nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.odulbaslik{
    color: #fff;
    font-family: "Open Sans", sans-serif;
    text-align: center;
}

.restbg{
    position: absolute;
    top: 100%;
    top: 100%;
}
.bgkoyana{
    background-position:center;
    background-size:cover;
    width:100%;
    height:80vh;
}
.bgkoyoda {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 45vh;
}
.colyazi {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}
.odadetayyazi{
    text-align:center;
}

.lora {
    font-family: 'Marcellus';
    font-size: 3rem;
}
.odabgic {
    position: absolute;
    top: 0;
    left: 75px;
    right: 75px;
    top: 60px;
    bottom: 60px;
    border: 10px;
    border: 8px solid rgba(255, 255, 255, .25);
    z-index:1;
}
.yakinlastir {
    width: 50px;
    padding: 10px;
    height: 50px;
    background: rgba(255, 255, 255, .2);
    position: absolute;
    right: 0;
    cursor: pointer;
}
.odabaslik {
    font-family: 'Marcellus';
    font-size: 2.5rem;
}
.navbar-toggler {
	display:none;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
}

}
@media (max-width: 992px){
.navbar-toggler {
	display:block;
}
}
@media (min-width: 992px){
.px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
}

@media (min-width: 768px){
.d-md-block {
    display: block !important;
}
.col-md-6 {
    flex: 0 0 auto;
    width: 50%;
}
    .odalarcon .row:nth-child(even) {
        flex-flow: row-reverse;
    }
}

#galerikategori li {
    display: inline-block;
    margin: 0 5px;
    background-color: rgb(125 39 104);
    padding: 10px;
    color: #fff;
    cursor: pointer;
}

    #galerikategori li:hover {
        background-color: #ab5a97;
    }

.sadecemobilgalerim {
    display: none;
    color: #b9945b;
    font-size: 15px;
    text-align: left;
    padding: 5px 0;
    margin: 10px;
    border-bottom: 1px solid #b9945b;
    cursor: pointer;
    width: 100%;
    float: left;
}

.showyap {
    display: block !important;
}

.showyapma {
    display: none !important;
}

.bggetiroda {
    height: 160px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {

	
	header {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
}
    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        margin-right: 50px;
    }
    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        margin-left: 50px;
    }
    .homeodabg{
        height:32vh;
    }
    .slide-content {
        left: 34%;
        transform: translateX(-34%);
        width: 100%;
    }
    .homeodabg {
        margin-bottom: 10rem !important;
    }
    .restparal {
        background-attachment: unset;
		height: 50vh;
		background-position: center 185px;
        background-repeat: no-repeat;
		background-size: 160%;
    }
    .slagon {
		position: absolute;
        left: auto;
        transform: none;
        top: 0;
        /*height: 100%;*/
        width: 100%;
		font-size:1.7rem!important;
    }
    .restbg {
        display: none;
    }
    .mobreverse {
        flex-flow: column-reverse;
    }
    .restoranwidth2 {
                display: none;
    }
    .konaklamayazi{
        display:none;
    }
    .odabaslik {
        font-size: 2rem;
        margin-top: 5px;
    }
	.bgkoyana{
height:25vh;
}
	.detaysliderimg{
	height:25vh;
	}
	.col-md-4.d-flex.justify-content-end {
    justify-content: center !important;
}
.navbar {
    justify-content: center;
}
	.restoranwidth1 {
    margin: 0;
    width: 100%;
}
	button.navbar-toggler {
    margin-left: 20px;
    height: 32px;
    margin-top: 19px;
}
	header .row > div:nth-child(2) {
    order: 3;
}
}
.navbar{
width:100%;
	padding:0;
}
#navbarfy .nav-link{
color:#000;
}
.navbar-brand {
    padding: 0;
}