@charset "utf-8";
/* CSS Document */

/*font*/

@font-face {
    font-family: 'Open Sans', sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
}
@font-face {
    font-family: 'Playfair Display', serif;
    src: url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
}


/*fancybox*/
a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox-zoomIn {
  animation: 0.25s ease both fancybox-zoomIn;
}

.fancybox-zoomOut {
  animation: 0.15s ease both fancybox-zoomOut;
}

@keyframes fancybox-zoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fancybox-zoomOut {
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}

/*genel*/

body{
    font-family: 'Open Sans';
    font-size: 13px;
    color: #ffffff;
    background-color: #000000;
}
a{
  color: #ffffff;
  text-decoration: none;
}
a:hover{
  color: #9d855c;
}
.bg-primary {
  background-color: rgb(88 87 87 / 50%) !important;
}

/*menü*/

.menu_genel{
  z-index: 12;
  position: absolute;
}
.menu_ic{
    margin-top: 50px;
}
.logo{
  height: 100px;
}
.navbar-dark .navbar-brand {
    width: 200px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    border-top: transparent 4px solid;
    height: 65px;
    padding-top: 19px;
}
.navbar-dark .navbar-nav .nav-link:hover {
    border-top: #9d855c 4px solid;
}
.dropdown-item {
    font-size: 11px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #ffffff;
    background-color: #9d855c;
}
.yan_logo_ic{
    max-width: 120px;
}

/*Slayt*/

.carousel-caption {
    right: 15%;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-align: left;
    margin-top: 170px;
    padding-left: 50px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 7;
    width: 33%;
    height: 300px;
}
.slayt_baslik{
  font-size: 35px;
  font-family: 'Playfair Display';
  font-weight: bold;
  line-height: 35px;
  padding-bottom: 10px;
}
.slayt_cizgi{
  border-bottom: 4px solid #9d855c;
}
.slayt_aciklama{
  font-size: 19px;
  font-family: 'Playfair Display';
}
.carousel-caption:hover>.slayt_cizgi>p>.slayt_baslik, .carousel-caption:hover>p>.slayt_aciklama{
    color: #9d855c;
}

.carousel-indicators {
    right: unset;
    bottom: unset;
    z-index: 8;
    top: 490px;
    margin-left: 45px;
}
.carousel-control-prev, .carousel-control-next {
    z-index: 6;
}

/*ana sayfa*/

.uclu_ust_baslik {
    color: #9d855c;
    padding: 10px;
    width: 174px;
    font-size: 14px;
    background-color: #2B2E31;
    font-weight: bold;
    margin-top: -41px;
    z-index: 2;
    border-radius: 15px 15px 0px 0px;
}
.orta_genel{
  background-color: #2B2E31;
  padding: 10px;
}
.orta_baslik{
  color: #9d855c;
  border-right: #1f1d1d 2px solid;
  font-size: 21px;
  font-family: 'Playfair Display';
  border-bottom: #1f1d1d 2px solid;
}

/*ana sayfa tab menü*/

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #9d855c;
    border-color: #9d855c;
}
.nav-tabs {
    border-bottom: 2px solid #9d855c;
}
.nav-tabs .nav-link {
    border: 2px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: #9d855c;
}
.tabmenu_yazi{
  color: #ffffff;
  padding: 10px 0;
}
.nav-link {
    padding: 0.2rem 0.2rem;
}

/*Footer*/

.footer_ust{
  background-color:#151515;
  padding: 30px;
  border-top: 4px solid #9d855c;
}
.footer_alt{
  background-color: #000000;
  padding-top: 30px;
}
.ana_sayfa_buton {
    width: 150px;
    margin: 5px;
    background-color: #9d855c;
    border: none;
}
.ana_sayfa_buton:hover {
    background-color: #676767;
}
.ana_sayfa_buton>a:hover {
    color: #ffffff;
}
.altin{
  color: #9d855c;
}
.footer_baslik{
  font-size: 20px;
}

/*İç Sayfalar*/
.ic_banner {
    height: 450px;
    background-size: cover;
}
.ic_baslik2 {
    background: linear-gradient(90deg, rgba(22,35,41,1) 0%, rgba(22,35,41,0) 100%);
    font-family: 'Playfair Display';
    height: 250px;
    margin-top: 156px;
    padding: 30px;
}
.sayfa_isim{
    font-size: 44px;
}
.sayfa_paylas{
    font-family: 'Open Sans';
    font-size: 11px;
    text-align: right;
}
.sosyal_paylas{
    font-size: 22px;
    color: #9d855c;
}
.icerik{
  background-color: #2B2B2B;
  padding: 30px;
}
.icerik_baslik{
    font-family: 'Playfair Display';
    font-size: 22px;
    color: #9d855c;
}
.imaj_galeri{
  text-align: center;
  margin: 10px 0px;
}
.imaj_galeri>div>a>img{
  transition: 1s ease;
}
.imaj_galeri>div>a>img:hover{
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.imaj_ic{
  border: 4px #9d855c solid;
  overflow: hidden;
  height: 150px;
  justify-content: center;
}

.dropdown-menu {
    background-color: #000000;
}
.dropdown-item {
    color: #ffffff;
    padding: 1rem 1rem;
    border-bottom: 1px solid #ffffff;
}
.yan_logo{
  padding-top: 8px !important;
}
.elmas_icon{
    list-style-image: url(img/icon.png);
    margin: 10px 10px 0 23px;
}

/*Servis*/
.servis_ust {
    background-color: #2B2B2B;
    border-bottom: 1px solid #9d855c;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.altin_beyaz{
    color: #9d855c;
}

.beyaz_altin{
    color: #ffffff;
}
.servis_once:hover>i{
    color: #ffffff;
}
.servis_once:hover>span{
    color: #9d855c;
}
.servis_liste_baslik{
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 15px;
}
.servis_liste_img{
    border-radius: 50%;
    border: 5px solid #fff;
}
.servis_kutu{
    padding: 10px;
}
.servis_kutu:hover{
    background: #212121;
}
.servis_kutu:hover>.beyaz_altin>.servis_liste_img{
    border-color: #9d855c;
}
.servis_kutu:hover>.beyaz_altin>p{
    color: #9d855c;
}
.press_img{
    min-width: 50px;
}
.aktif{
    padding: 5px;
    background-color: red;
}
.carousel-control-prev, .carousel-control-next {
    width: 8%;
}

@media only screen and (max-width: 2560px){

}


@media only screen and (max-width: 1920px){

}


@media only screen and (max-width: 1440px){
.carousel-caption {
    padding-left: 75px;
}
.carousel-indicators {
    margin-left: 50px;
}
.carousel-caption {
    right: 15%;
    top: 0;
    left: 0;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-align: left;
    margin-top: 140px;
    padding-left: 50px;
    background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
    z-index: 7;
    width: 33%;
    height: 275px;
}

}

@media only screen and (max-width: 1199px){

}

@media only screen and (max-width: 1024px) {

.navbar-dark .navbar-nav .nav-link {
    font-size: 10px;
}
.navbar-dark .navbar-brand {
    margin-top: 0px;
}
.carousel-caption {
    width: 50%;
}

}

/*Menü*/


/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative;  }
    .nav-item .submenu{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .nav-item .submenu-left{ 
        right:100%; left:auto;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .submenu{ display: block; }
}   
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu{
      margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
  }
}   
/* ============ small devices .end// ============ */





@media only screen and (max-width: 768px) {

.navbar-nav {
  background-color: #000000;
}
.navbar-dark .navbar-nav .nav-link {
    padding-top: 10px;
    padding-left: 10px;
    height: 32px;
}
.slayt_baslik {
  font-size: 10px;
  line-height: auto;
}
.slayt_aciklama {
  font-size: 8px;
}
.carousel-indicators {
  top: 410px;
  bottom: 0;
}
.carousel-caption {
    margin-top: 150px;
}
.slayt_cizgi {
    border-bottom: 2px solid #dddddd;
    margin-bottom: 30px;
}
.yan_logo_li{
    margin-bottom: 20px;
}

}

@media only screen and (max-width: 576px) {

.carousel-indicators {
    right: 0;
    bottom: 0;
    top: unset;
}

.carousel-control-prev, .carousel-control-next {
    top: 50px;
}
.carousel-caption {
    right: unset;
    left: unset;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-align: left;
    background-color: #000000;
    width: 100%;
    margin-top: 338px;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
}
.carousel-inner {
    overflow: unset;
}
.uclu_ust_baslik {
    margin-top: 200px;
}
.orta_genel {
    margin-top: 0px;
}

.ic_banner {
    height: 250px;
}
.ic_baslik {
    height: 100px;
    margin-top: 132px;
    font-size: 24px;
}
.ic_baslik2 {
    background: linear-gradient(90deg, rgba(22,35,41,1) 0%, rgba(22,35,41,0) 100%);
    font-family: 'Playfair Display';
    height: 130px;
    margin-top: 90px;
    padding: 5px 30px;
}
.sayfa_isim{
    font-size: 22px;
}
.menu_ic {
    margin-top: 0px;
}




}

@media only screen and (max-width: 425px) {
.carousel-caption {
    right: unset;
    left: unset;
    padding-top: 20px;
    padding-bottom: 5px;
    color: #fff;
    text-align: left;
    background-color: #000000;
    width: 100%;
    margin-top: 245px;
    padding-left: 10px;
    padding-right: 10px;
    height: 200px;
}

}

@media only screen and (max-width: 375px){
.carousel-caption {
    margin-top: 215px;
}

}

@media only screen and (max-width: 320px) {
.carousel-caption {
    margin-top: 181px;
}
.navbar-dark .navbar-brand {
    width: 150px;
}


}