:root{
    --color1:#262b2d;
    --color2:#fec35d;
    --color3:#d3172e;
    --color4:#202327;
    --color5:#ffffff;
}
*{
    box-sizing: border-box;
    font-family: 'Montserrat';
    outline: none !important; 
    --bs-modal-width: 700px !important;
}
img {
  width: 100%;
  height: auto;
}
body {
  overflow-x: hidden !important;
}
.maxWidth{
    max-width: 1530px;
}
::-webkit-scrollbar {
    width: 10px;
    display: none;
}
::-webkit-scrollbar-track {
   background-color: #333;
}
::-webkit-scrollbar-thumb {
    background: var(--color2);
    border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
    background: var(--color1);
     border-radius: 10px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background:var(--color1);
    z-index: 999;
    transform: translateX(0);
}
#loader-wrapper .loader-section.section-left {
    left: 0;
}
#loader-wrapper .loader-section.section-right {
    right: 0;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
    animation: spin 2s linear infinite;
    z-index: 1001;
}
#loader:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
#loader:before, #loader:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color:white;
}
#loader:after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mobile-sticky{
    width: 100%; 
    position: fixed;
    z-index: 741;
    background-color:var(--color1);
    top: 0px !important;
    animation: slideDown 0.35s ease-out;
}
.mobil-hamburger-menu-btn{
    position: absolute;
    right: 10px;
    top: 40px;
    font-size: 30px;
    > i{
        color: white !important;
    }
}
.offcanvas{
    z-index:99999;
    background-color:var(--color1) !important;
}
.btnClose{
    background-color: transparent !important;
    padding: 2rem;
    border: none !important;
    font-size: 30px;
    margin-left: 75%;
    margin-bottom: 1rem;
    margin-top: 1rem;
    position: relative;
    top: 20px;
    right: 10px;
    >i {
        color: white !important;
        font-size: 30px;
    }
}
.mobil-menu{
    background-color:transparent;
    /*box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);*/
    padding-bottom: 1rem;
    padding-top: 1rem;
    position: absolute;
    width: 100%;
    z-index: 44;
}
.offcanvas-social-media > ul {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    padding-top: 0rem;
    margin-left: -2rem;
}
.offcanvas-social-media > ul > li{
    padding-right: 2rem;
}
.offcanvas-social-media > ul > li > a > i{
    color: var(--color1) !important;
    font-size: 20px;
}
.offcanvas-header{
   padding:0rem !important;
}
.offcanvas-body {
    scrollbar-color:#f0f0f0  #f0f0f0;
    scrollbar-width: thin;
}
.offcanvas-body::-webkit-scrollbar {
    width: 8px;
}
.offcanvas-body::-webkit-scrollbar-thumb {
    background-color: white !important; 
    border-radius: 10px; 
}
.offcanvas-body::-webkit-scrollbar-track {
    background-color: #f0f0f0; 
}
.offcanvas-site-logo > a > img{
    filter: brightness(0) invert(1);
}
.offcanvas-navigasyon-menu{
    margin-top: 3rem;
}
.accordion {
    width: 100%;
    max-width: 360px;
    background: transparent;
    border-radius: 4px;
    list-style-type: none;
    margin-left: -4rem;
    > li {
        padding-bottom: .5rem;
    }
    > .menu-item {
       padding-bottom: 1rem;
    }
    > .menu-item > a{
        color: white !important;
        text-decoration: none;
        text-transform: uppercase;
        font-size: 18px;
    }
}
.accordion-submenu{
    display: none;
    margin-left: .5rem;
    margin-top: 1rem;
    list-style-type: none;
    >li{
        padding-bottom: 1rem;
    }
    > li > a{
    font-size: 16px;
    color: var(--color4) !important;
    padding: 7px 15px;
    padding-left: 10px;
    text-decoration: none;
    font-weight: 400;
    }
}
.accordion .link {
   cursor: pointer;
   display: block;
   padding: 0px 15px 15px 42px;
   color:white !important;
   font-size: 16px;
   font-weight: 600;
   position: relative;
   transition: all 0.4s ease;
   text-decoration: none;
   text-transform: uppercase;
}
.accordion li:last-child .link {
   border-bottom: 0;
}
.accordion li i {
   position: absolute;
   top: 16px;
   left: 12px;
   font-size: 18px;
   color: #595959;
   transition: all 0.4s ease;
}
.accordion li i.fa-chevron-down {
    right: -70px;
    left: auto;
    font-size: 18px;
    top: 5px;
    background-color: white !important;
    color: var(--color1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    padding: .7rem;
    top: -20px;
}
.accordion li.open .link {
   color: white;
}
.accordion li.open i {
    color: var(--color1);
}
.accordion li.open i.fa-chevron-down {
   transform: rotate(180deg);
}
.mobil-web-site-logo > a > img{
    width:40%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}
.language-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    list-style-type: none;
    > li {
        > a{
            > img{
                width: 25px;
            }
        }
    }
}
#language-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: -1.4rem;
    > li{
        padding-right: .5rem;
        > a{
            color: white !important;
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
        }
    }
}
.site-navigation{
   background-color: transparent;
   width: 100%;
   position: absolute;
   z-index: 44;
}
@keyframes slideDown{
    0% {
    transform: translateY(-100%);
}
100% {
    transform: translateY(0);
}
}
.web-site-logo{
    padding-top: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    > a > img{
        width:30%;
        object-fit: cover;
        filter: brightness(0) invert(1);
    }
}
.scrollup {
    width:55px;
    height: 55px;
    position: fixed;
    bottom: 0px;
    right: 20px;
    display: none;
    background-color:var(--color1);
    border: 1px solid transparent;
    border-radius: 10px;
    z-index: 222;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}  
.scrollup > i {
    color:white !important;
}
.site-navigation-right-menu{
    position: fixed;
    background-color: #242323c2;
    right: 0px;
    width: 8%;
    z-index: 100;
    height: 100%;
}
.site-navigation-rigt-menu-list{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0rem;
    width: 100%;
}
.site-navigation-rigt-menu-list > .box{
    width: 100%;
    height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.808);
    margin-top: 1.6rem;
    &:nth-child(6){
        border-bottom: none !important;
    }
}
.site-navigation-rigt-menu-list > .box > .img >a img{
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.site-navigation-rigt-menu-list > .box > .link{
   text-align: center;
   padding-top: 1rem;
   > a{
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
   }
}
.site-navigation-rigt-menu-list > .box > .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.site-navigation-rigt-menu-list > .box > .icon > i{
  color: white;
  font-size: 27px;
  text-align: center;
}
.site-navigation-menu-bar{
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    margin-top: 1rem;
}
.site-navigation-menu-bar > a > img{
    width: 40px;
    color: white;
}
.offcanvas-backdrop{
    background-color: transparent !important;
}
.burger-menu {
  position: absolute;
  top: 16px;
  width: 140px;
  height: 30px;
  color: #60635E;
  text-transform: uppercase;
  z-index: 100;
}
.burger-menu.is-open {
  z-index: 1010;
}
.burger-click-region {
  position: absolute;
  left: 40%;
  height: 30px;
  cursor: pointer;
  transform: translateX(-50%) !important;
  top: 40px;
  color: white !important;
}
.burger-menu-txt {
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
  cursor: default;
  transition: opacity 200ms ease-out, transform 200ms cubic-bezier(.34, .55, .25, .83);
}
.is-open .burger-menu-txt {
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
}
.burger-menu-piece {
  display: block;
  position: absolute;
  width: 50px;
  border-top: 4px solid white;
  transform-origin: 50% 50%;
  transition: transform 400ms ease-out;
}
.burger-menu-piece:nth-child(1) {
  top: 0;
}
.burger-menu-piece:nth-child(2) {
  top: 12px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 200ms;
}
.burger-menu-piece:nth-child(3) {
  top: 24px;
}
.ks-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.829);
  opacity: 0;
  visibility: hidden;
  z-index: 888;
  transition: opacity 500ms ease-out, visibility 0 linear 500ms;
  overflow-y: hidden !important; 
}
.ks-modal.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease-out, visibility 0 linear 0;
  overflow-y: hidden !important; 
}
.ks-modal-contents {
  display: none;
}
.site-nav-list {
  position: absolute;
  top: 20%;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-nav-list li {
  margin: 20px 0;
  opacity: 0;
  transform: translate3d(0, 50px, 0);
}
.site-nav-list li:nth-child(1) {
  transition: opacity 250ms ease-out 140ms, transform 250ms ease-in 140ms;
}
.site-nav-list li:nth-child(2) {
  transition: opacity 250ms ease-out 100ms, transform 250ms ease-in 100ms;
}
.site-nav-list li:nth-child(3) {
  transition: opacity 250ms ease-out 70ms, transform 250ms ease-in 70ms;
}
.site-nav-list li:nth-child(4) {
  transition: opacity 500ms ease-out 50ms, transform 400ms ease-out 50ms;
}
.site-nav-list li a {
  display: block;
  color: white;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: color 200ms ease-in;
}
.site-nav-list li a:hover {
  color: var(--color2);
}
.ks-modal.open .site-nav-list li {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.menu-close-btn {
  position: absolute;
  top: 40px;
  right: 60px;
  font-size: 40px;
  color: white;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}
.ks-modal.open .menu-close-btn {
  opacity: 1;
  pointer-events: auto;
}
.ks-modal {
  opacity: 0;
  visibility: hidden;
}
.ks-modal.open {
  opacity: 1;
  visibility: visible;
}
body.modal-open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}
.site-nav-list-lang{
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: absolute;
    bottom: 23%;
    left: 50%;
    transform: translateX(-60%);
    > li{
        padding-right: .8rem;
        > a > img{
            width: 100%;
        }
    }
}
/**********************************************************************************************************************************************/
.slider-img {
    position: relative;
    &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .4;
        background-color: #000000;
    }
    > img{
      width: 100%;
      height: 100vh;
      display: block;
      object-fit: cover;
    }
}
.slider-mobil-img{
      &::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: .4;
        background-color: #000000;
    }
    > img{
      width: 100%;
      height: 100vh;
      display: block;
      object-fit: cover;
    }
}
.slider-content{
    position: absolute;
    top: 350px;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p{
   color:white;
   font-size:40px;
   line-height: 3rem;
   font-weight: 700;
   text-align: center;
   font-family: 'Cormorant Garamond', sans-serif;
}
.slider-btn{
    margin-top:4rem;
}
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:20%;
    right: 18%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 20%;
   right: 12%;
   display: flex !important;
   flex-direction: row !important;
}
#owl-slider > .owl-nav > .owl-prev {
    background-color:transparent!important;
    &:hover{
        background-color: transparent !important;
    }
    > i {
        color: white;
        font-size: 33px;
    }
}
#owl-slider > .owl-nav > .owl-next {
    &:hover{
        background-color: transparent !important;
    }
    > i {
        color: white;
        font-size: 33px;
    }
}
#mobil-slider > .owl-dots{
    display: block !important; 
    position: absolute;
    bottom: 5%;
    right: 30%;
}
#mobil-slider > .owl-nav {
   position: absolute;
   bottom: 5%;
   right: 0%;
   z-index: 444;
}
#mobil-slider > .owl-nav > .owl-prev {
    padding-top: .2rem !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    > i {
        color: white;
        font-size: 30px;
    }
    &:hover{
        background-color: transparent;
    }
}
#mobil-slider > .owl-nav > .owl-next {
    padding-top: .2rem !important;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    > i {
        color: white;
        font-size: 30px;
    }
    &:hover{
        background-color: transparent;
    }
}

.slider-text > p {
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
}
.slider-btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 2rem;
    > a{
     background-color: white;
    color: var(--color1);
    font-weight: 400;
    text-transform: uppercase;
    padding: 7px 60px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    transition: .3s ease-out;
    font-size: 18px;
    text-decoration: none;
    font-weight: 600;
    border-radius:10px;
     font-family: 'Cormorant Garamond', sans-serif;
    }
    a:hover{
        background-color: black !important;
        background-image: none !important;
        color: white !important;
    }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.slider-title, .slider-btn {
  opacity: 0;
}


.slider-animate .slider-title {
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 0.7s;
}

.slider-animate .slider-btn {
  animation: fadeInUp 1.5s ease forwards;
  animation-delay: 1.2s;
}



.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    background-color: transparent !important;
    border: 1px solid white;
    width: 12px;
    height: 12px;
}
.owl-theme .owl-dots .owl-dot span{
    border: 1px solid white;
    width: 12px !important;
    height: 12px !important;
    background-color: white !important;
}
/**********************************************************************************************************************************/
.page-content{
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover !important;
    background-position: 50% 50% !important;
    padding-top: 2%;
}
.page-content-title > h1{
    color: white;
    font-size: 50px;
    font-weight: 600;
    margin-top: 3rem;
}
.page-content-description{
    padding-top: 12%;
    padding-bottom: 10%;
}
.page-content-description > .page-content-text  > h3{
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #e4cb83);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-align: center;
    padding-bottom: 1rem;
    font-size: 35px;
    &::before{
    content: "";
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    height: 1px;
    width: 30px;
    margin: 0 10px;
    display: inline-block;
    }
    &::after{
    content: "";
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    height: 1px;
    width: 30px;
    margin: 0 10px;
    display: inline-block;
    }
}
.page-content-description > .page-content-text  > h4{
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #e4cb83);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-align: left;
    padding-bottom: 1rem;
    font-size: 35px;
    padding-top: 1rem;
    &::before{
    content: "";
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    height: 1px;
    width: 30px;
    margin: 0 10px;
    display: inline-block;
    }
    &::after{
    content: "";
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    height: 1px;
    width: 30px;
    margin: 0 10px;
    display: inline-block;
    }
}
.page-content-description > .page-content-text  > h5{
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #e4cb83);
     -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    text-align: left;
    padding-bottom: 1rem;
    font-size: 35px;
    padding-top: 1rem;
}
.page-content-description > .page-content-text >p{
    color: white;
    font-size: 16px;
    font-weight: 400;
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.page-content-text > ul{
    list-style-type: disc;
    padding-left: 0rem;
    margin-left: 1rem;
    margin-top: 1rem;
     > li {
    font-size: 20px;
    font-weight: 600;
    color: white;
    padding-bottom: 1rem;
     }
}
.page-content-btn > a {
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    padding: 7px 40px;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    transition: .3s ease-out;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600;
    margin-right: .5rem;
    margin-top: 2rem !important;
}
.page-content-img > img{
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/***********************************************************************************************************/
.lokasyon{
    padding-bottom:2rem;
}

.lokasyon-map{
    height: 100vh;
    filter: brightness(0.6);
}
.lokasyon-area-info{
    position: absolute;
    bottom: 150px;
    z-index: 44;
    left: 5%;
    transform: translateX(-5%);
    > ul{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        list-style-type: none;
        > li {
            padding-top: 1.5rem;
            > a{
                color: white;
                font-size: 20px;
                font-weight: 400;
                text-decoration: none;
                > i{
                    font-size: 30px;
                    color: var(--color2);
                    padding-right: 1rem;
                }
            }
        }
    }
}
/***********************************************************************************************************/
.tanitim-filmi-video{
    height: 100vh;
}
/**************************************************************************************************************/
.contact{
    padding-top: 12%;
    padding-bottom: 9%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    width: 100%;
    height: 100%;
}
.contact-adres{
    background-color: white;
    height: 100%;
    padding: 3rem;
    border-radius: 10px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.contact-adres-menu-title > h3{
    color: var(--color1);
    font-size: 50px;
    font-weight: 900;
}
.contact-adres-menu-title > h4{
       color: var(--color1);
    font-size: 25px;
    font-weight: 400;
    padding-top: 1rem;
}
.contact-adres-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    list-style-type: none;
    margin-left: -2rem;
    margin-top: 2rem;
}
.contact-adres-menu >  li {
    padding-top: 2rem;
}
.contact-adres-menu > li > a{
       color: var(--color1);
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
}
.contact-adres-menu > li > a > i {
    padding-right: 1rem;
    font-size: 20px;
       color: var(--color1);
}
.contact-form-title > h3{
    color:white;
    font-size: 40px;
    font-weight: 600;
}
.contact-form-text > p {
    font-size: 16px;
    color:white;
    font-weight: 400;
    padding-top: 1rem;
}
.socail-media-adres-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -2rem;
    margin-top: 3rem;
    list-style-type: none;
    > li{
        padding-right: 1rem;
        >a {
                color: var(--color1);
             font-size:20px;
        }
    }
}
form{
    padding-top: 0rem;
}
.form-group{
    margin-bottom: 1rem;
}
.form-label{
    color: white;
    font-size: 14px;
    font-weight: 600;
}
.form-control{
    height: 55px;
    border: none !important;
    border-radius:0px !important;
    background-color: transparent !important;
    color: white;
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    border-bottom: 1px solid white !important;
}
textarea.form-control{
    height: 150px !important; 
}
input{
    color: white !important;
    font-size: 14px;
    font-weight: 400;
    &:focus{
       border-bottom: 1px solid white;
       outline: none !important;
    }
}
textarea{
    color: white !important;    
    font-size: 14px;
    font-weight: 400;
}
.form-control:focus{
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color:white !important;
    outline: 0;
    box-shadow:none !important;
}
.form-send{
    border: none;
       background-color: white;
    color:var(--color1 )!important;
    width: 170px;
    height: 40px;
    transition: .3s ease;
    position: relative !important;
    top: 0% !important;
    right: 0% !important;
    border-radius: 5px;
    top: 17px !important;
    margin-top: 3rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    font-size: 16px;
    font-weight: 600;
    &:hover{
       background-color: white;
      color: var(--color1);
    }
}
.form-check-input{
    font-size: 18px;
    background-color: var(--color1) !important;
    border-color: transparent !important;
    padding: .6rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.form-check-input:checked{
    font-size: 18px;
    background-color: var(--color1) !important;
    border-color: transparent !important;
    padding: .6rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.form-check-label{
    position: relative;
    top: 4px;
}
.form-check-label > span{
    padding-top: .5rem;
    font-size: 14px;
    font-weight: 400;
    color: white;
    padding-left: .3rem;
    > a{
        font-size: 14px;
        font-weight: 400;
        color: white;
        text-decoration: none;
    }
}
.contact-map{
   margin-top: 3rem;
}
.map{
    border-radius: 10px;
}
iframe{
   border-radius: 10px;
}
.contact-form-row > .form-group > input::placeholder{
    color: white !important;
    font-size: 14px !important;
}
.contact-form-row > .form-group > textarea::placeholder{
     color: white !important;
    font-size: 14px !important;
}
/****************************************************************************************************************/
.kat-plani{
    padding-top: 8%;
    padding-bottom: 5%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
/****************************************************************************************************************/
.galeri{
    padding-top: 10%;
    padding-bottom: 10%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
}
.galeri-tab-list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.nav-tabs{
    border-bottom: 0px !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #000000);
    color: #fff !important;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 15px 80px;
    font-weight: 600;
    transition: all 0.5s;
    border-color: #252525 !important;
     border-radius: 0px !important;
}
.nav-tabs .nav-link{
    background-color: white;
    color: var(--color1)!important;
    border-radius: 0px;
    outline: none;
    box-shadow: none;
    padding: 15px 80px;
    font-weight: 600;
    transition: all 0.5s;
    border-color: #252525 !important;  
    border-radius: 0px !important;
    margin-right: 1rem;
}
.galeri-item{
    margin-top: 2rem;
}
/****************************************************************************************************************/
.proje-detay{
    padding-top: 7rem;
    padding-bottom: 5rem;
    background-position: 50% 50% !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
/*********************************************************************************************************************/
footer{
    background-color: #242323;
    z-index:40;
    overflow-y: hidden !important;
    position: fixed;
    width: 100%;
    bottom: 0px;
    height: auto;
    padding-top: 2rem;
    height: 160px;
}
.footer-contact-area{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: .8rem;
    > li > a {
        color: white;
        text-decoration: none;
        font-size: 14px;
        font-weight: 400;
        > i{
            padding-right: 1.5rem;
            font-size: 14px;
        }
    }
}
.footer-phone-area{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-phone-area > .img{
    padding-top: .3rem;
    > img{
        width: 40px;
        height: auto;
        object-fit: cover;
    }
}
.footer-phone-area > .text > ul{
    display: flex;
    flex-direction: column;
    list-style: none;
    align-items: center;
    >li > a{
        color: white;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
    }
}
.footer-social-area {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .8rem;
}
.footer-social-area > .text > p{
    color: white;
    font-size: 14px;
    font-weight: 600;
}
.footer-social-area > .icon > ul{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    list-style-type: none;
    >li{
        padding-right: 1rem;
        > a{
            color: white;
            > i{
                font-size: 18px;
            }
        }
    }
}
/***********************************************************************************************************/
.modal{
    margin-top: 3rem;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    z-index: 44 !important;
}
.modal-body{
    padding: 1rem;
}
.modal-header{
    border-bottom: 0px !important;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}
.close{
    border: none !important;
    background-color: transparent;
    > span{
        color: var(--color1);
        font-size: 50px;
        position: relative;
        top: 0px;
        right: 0px;
    }
}
.modal-title{
    text-align: left;
    color:var(--color1);
    font-size: 18px;
    font-weight: 600;
    > span{
     background-image: linear-gradient(to left top, #eed990, #eed990, #c09754, #eed990, #e4cb83);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size:30px;
    font-weight: 900;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > input{
    border:none !important;
    border-bottom:  1px solid rgb(163 163 163 / 79%) !important;
    border-radius: 0px !important;
    box-shadow:  none !important;
    color: var(--color1 ) !important;
    font-size: 14px !important;
}
.modal-body > .contact-form > .form > form > .row > .form-group > textarea{
    border:none !important;
    border-bottom:  1px solid rgb(163 163 163 / 79%) !important;
    border-radius: 0px !important;
    box-shadow:  none !important;
    color: var(--color1 ) !important;
    font-size: 14px !important;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span{
    color: var(--color1) ;
    font-weight: 400 !important;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a{
    color: var(--color1) ;
    font-weight: 400 !important;
}
input::placeholder{
    color: var(--color1);
    font-size: 14px !important;
    font-weight: 400;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    border: 1px solid #262b2d89;
}
.footer-info-img > img{
    width:150px;
    filter: brightness(0) invert(1);
}
.footer-info{
    display:flex;
    flex-direction:row;
    justify-content:flex-start;
}
.footer-info > .footer-info-text > p{
    color:white;
    padding-left:1rem;
    font-size:14px;
    font-weight:600;
    padding-top: 1.3rem;
}
.footer-info-2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.footer-info-2 > .footer-info-text > p  {
    color:white;
    font-size:14px;
    font-weight:600;
    padding-top: 1.2rem;
}
.footer-info-2 > .footer-info-text > p > a {
    color:white;
    font-size:14px;
    font-weight:600;
    padding-top: 1.2rem;
}
.page-content-img > img{
    width:100%;
    height:500px;
    object-fit:cover;
}
/******************************************************************************************************************/