@media only screen and (min-width: 0px) and (max-width: 575px) {
.site-navigation-right-mobil-menu{
    position: absolute;
    background-color: #242323c2;
    right: 0px;
    width: 100%;
    z-index: 40;
    height: auto;
    top: 0px;
}
.site-navigation-rigt-mobil-menu-list{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 0rem;
    width: 100%;
}
.site-navigation-rigt-mobil-menu-list > .box{
    width: 100%;
    height:60px;
    border-right: 1px solid rgba(255, 255, 255, 0.808);
    padding-top: 1.3rem;
    &:nth-child(6){
        border-bottom: none !important;
    }
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
    display: none;
}
.site-navigation-rigt-mobil-menu-list > .box > .img >a img{
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
   text-align: center;
   padding-top: 1rem;
   > a{
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
   }
}
.site-navigation-rigt-mobil-menu-list > .box > a > .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.site-navigation-rigt-mobil-menu-list  > .box > a >  .icon > i{
  color: white;
  font-size: 18px;
  text-align: center;
}
.mobil-menu{
    margin-top: 4rem;
}
/*****************************************************************************/
.slider-img {
    display: none !important;
} 
.mobil-slider-img{
    display: block !important;
}   
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 30px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:3%;
    right: 30%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 2.5%;
   right: 0%;
   display: flex !important;
   flex-direction: row !important;
}
/*********************************************************************************************/
.galeri {
    padding-top: 60%;
    padding-bottom: 13%;
} 
.nav-tabs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nav-link{
    width: 100%;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
}
.galeri-item {
    margin-top: 1rem;   
}  
.gallery-list-img > img{
    padding: 0rem !important;
}
.tab-pane > .container-fluid > .row > .col-lg-4{
    padding: 0rem !important;
}

/**********************************************************************************************/
.lokasyon-area-info{
    bottom: 5%;
}
.lokasyon-area-info {
    & > ul {
        & > li {
            > a {
                color: white;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
            }
        }
    }
}
.lokasyon-area-info {
    & > ul {
        & > li {
            & > a {
                > i {
                    font-size: 25px;
                    color: var(--color2);
                    padding-right: 1rem;
                }
            }
        }
    }
}
/*************************************************************************************/
.page-content{
    padding-top: 45%;
}
iframe{
   border-radius: 0px;
}
/*******************************************************************************************/
.page-content-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem !important;
    margin-left: 1rem;
    > a {
        width: 50%;
        margin-top: 1rem !important;
    }
}
.page-content-description > .page-content-text > h5{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h4{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h3{
    font-size: 30px;
    line-height: 3rem;
}
/******************************************************************************************/
.proje-detay{
    padding-top: 40%;
    padding-bottom: 15%;
}
/******************************************************************************************/
.kat-plani{
    padding-top: 45%;
    padding-bottom: 10%; 
}
.page-content-text > ul {
    margin-left: 2rem
}
.page-content-description{
    padding-bottom: 0%;
}
/*************************************************************************************/
.contact {
    padding-top: 60%;
    padding-bottom: 10%;
}
.contact-form{
    padding-top: 4rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 13px !important;
}
.form-check-label > span {
    > a {
    font-size: 13px !important;
}
}
/*************************************************************************************/
footer{
    position: relative;
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.footer-contact-area{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    > li {
        padding-bottom: .5rem;
    }
}
.footer-social-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .8rem;
    align-items: center;
}
/************************************************************************************************************/
.modal{
    margin-top: 0rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 16px;
}
.modal-title {
    > span {
        font-size: 25px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.footer-phone-area {
        margin-top: 1.5rem;
}
/*********************************************************************************************************/
}
/***********************************************************************************************/
@media only screen and (min-width: 576px) and (max-width: 767px) {
.mobil-web-site-logo > a > img{
    width: 15%;
    margin-left: .5rem;
}
.site-navigation-right-mobil-menu{
    position: absolute;
    background-color: #242323c2;
    right: 0px;
    width: 100%;
    z-index: 40;
    height: auto;
    top: 0px;
}
.site-navigation-rigt-mobil-menu-list{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 0rem;
    width: 100%;
}
.site-navigation-rigt-mobil-menu-list > .box{
    width: 100%;
    height:60px;
    border-right: 1px solid rgba(255, 255, 255, 0.808);
    padding-top: 1.3rem;
    &:nth-child(6){
        border-bottom: none !important;
    }
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
    display: none;
}
.site-navigation-rigt-mobil-menu-list > .box > .img >a img{
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
   text-align: center;
   padding-top: 1rem;
   > a{
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
   }
}
.site-navigation-rigt-mobil-menu-list > .box > a > .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.site-navigation-rigt-mobil-menu-list  > .box > a >  .icon > i{
  color: white;
  font-size: 18px;
  text-align: center;
}
.mobil-menu{
    margin-top: 4rem;
}
/*****************************************************************************/
.slider-img {
    display: none !important;
} 
.mobil-slider-img{
    display: block !important;
}   
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 30px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:3%;
    right: 30%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 2.5%;
   right: 0%;
   display: flex !important;
   flex-direction: row !important;
}
/*********************************************************************************************/
.galeri {
    padding-top: 30%;
    padding-bottom: 13%;
} 
.nav-tabs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nav-link{
    width: 100%;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
}
.galeri-item {
    margin-top: 1rem;   
}  
.gallery-list-img > img{
    padding: 0rem !important;
}
.tab-pane > .container-fluid > .row > .col-lg-4{
    padding: 0rem !important;
}

/**********************************************************************************************/
.lokasyon-area-info{
    bottom: 5%;
}
.lokasyon-area-info {
    & > ul {
        & > li {
            > a {
                color: white;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
            }
        }
    }
}
.lokasyon-area-info {
    & > ul {
        & > li {
            & > a {
                > i {
                    font-size: 25px;
                    color: var(--color2);
                    padding-right: 1rem;
                }
            }
        }
    }
}
/*************************************************************************************/
.page-content{
    padding-top: 15%;
    padding-bottom: 5%;
}
iframe{
   border-radius: 0px;
}
/*******************************************************************************************/
.page-content-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem !important;
    margin-left: 1rem;
    > a {
        width: 50%;
        margin-top: 1rem !important;
    }
}
.page-content-description > .page-content-text > h5{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h4{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h3{
    font-size: 30px;
    line-height: 3rem;
}
/******************************************************************************************/
.proje-detay{
    padding-top: 15%;
    padding-bottom: 10%;
}
/******************************************************************************************/
.kat-plani{
    padding-top: 15%;
    padding-bottom: 10%; 
}
.page-content-text > ul {
    margin-left: 2rem
}
.page-content-description{
    padding-bottom: 0%;
}
/*************************************************************************************/
.contact {
    padding-top: 30%;
    padding-bottom: 10%;
}
.contact-form{
    padding-top: 4rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 13px !important;
}
.form-check-label > span {
    > a {
    font-size: 13px !important;
}
}
/*************************************************************************************/
footer{
    position: relative;
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.footer-contact-area{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    > li {
        padding-bottom: .5rem;
    }
}
.footer-social-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .8rem;
    align-items: center;
}
/************************************************************************************************************/
.modal{
    margin-top: 0rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 16px;
}
.modal-title {
    > span {
        font-size: 25px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.footer-phone-area {
        margin-top: 1.5rem;
}
/*********************************************************************************************/
}
/***********************************************************************************************/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.mobil-web-site-logo > a > img {
    width: 25%;
    object-fit: cover;
    filter: brightness(0) invert(1);
}  
.mobil-hamburger-menu-btn {
    position: absolute;
    right: 20px;
    top: 60px;
    font-size: 30px;
}  
.site-navigation-right-mobil-menu{
    position: absolute;
    background-color: #242323c2;
    right: 0px;
    width: 100%;
    z-index: 40;
    height: auto;
    top: 0px;
}
.site-navigation-rigt-mobil-menu-list{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 0rem;
    width: 100%;
}
.site-navigation-rigt-mobil-menu-list > .box{
    width: 100%;
    height:60px;
    border-right: 1px solid rgba(255, 255, 255, 0.808);
    padding-top: 1.3rem;
    &:nth-child(6){
        border-bottom: none !important;
    }
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
    display: none;
}
.site-navigation-rigt-mobil-menu-list > .box > .img >a img{
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
   text-align: center;
   padding-top: 1rem;
   > a{
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
   }
}
.site-navigation-rigt-mobil-menu-list > .box > a > .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.site-navigation-rigt-mobil-menu-list  > .box > a >  .icon > i{
  color: white;
  font-size: 18px;
  text-align: center;
}
.mobil-menu{
    margin-top: 4rem;
}
/*********************************************************************************************/
.galeri {
    padding-top: 35%;
    padding-bottom: 10%;
} 
.nav-tabs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nav-link{
    width: 100%;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
}
.galeri-item {
    margin-top: 1rem;   
}  
.gallery-list-img > img{
    padding: 0rem !important;
}
.tab-pane > .container-fluid > .row > .col-lg-4{
    padding: 0rem !important;
}

/**********************************************************************************************/
.lokasyon-area-info{
    bottom: 5%;
}
.lokasyon-area-info {
    & > ul {
        & > li {
            > a {
                color: white;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
            }
        }
    }
}
.lokasyon-area-info {
    & > ul {
        & > li {
            & > a {
                > i {
                    font-size: 25px;
                    color: var(--color2);
                    padding-right: 1rem;
                }
            }
        }
    }
}
/*************************************************************************************/
.page-content{
    padding-top: 20%;
    padding-bottom: 5%;
}
iframe{
   border-radius: 0px;
}
/*******************************************************************************************/
.page-content-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem !important;
    margin-left: 1rem;
    > a {
        width: 50%;
        margin-top: 1rem !important;
    }
}
.page-content-description > .page-content-text > h5{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h4{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h3{
    font-size: 30px;
    line-height: 3rem;
}
/******************************************************************************************/
.proje-detay{
    padding-top: 20%;
    padding-bottom: 8%;
}
/******************************************************************************************/
.kat-plani{
    padding-top: 25%;
    padding-bottom: 10%; 
}
.page-content-text > ul {
    margin-left: 2rem
}
.page-content-description{
    padding-bottom: 0%;
}
/*****************************************************************************/
.slider-img {
    display: none !important;
} 
.mobil-slider-img{
    display: block !important;
}   
.slider-content{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 35px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:3%;
    right: 15%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 2.5%;
   right: 0%;
   display: flex !important;
   flex-direction: row !important;
}
/*********************************************************************************************/
.contact {
    padding-top: 35%;
    padding-bottom: 10%;
}
.contact-form{
    padding-top: 4rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
/*************************************************************************************/
footer{
    position: relative;
    height: auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.footer-contact-area{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    > li {
        padding-bottom: .5rem;
    }
}
.footer-social-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .8rem;
    align-items: center;
}
/************************************************************************************************************/
.modal{
    margin-top: 7rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.5rem;
}
/*********************************************************************************************/
}
/***********************************************************************************************/
@media only screen and (min-width: 992px) and (max-width: 1199px) {

.mobil-web-site-logo > a > img {
    width: 15%;
    object-fit: cover;
    filter: brightness(0) invert(1);
    
}  
.mobil-hamburger-menu-btn {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 30px;
}  
.site-navigation-right-mobil-menu{
    position: absolute;
    background-color: #242323c2;
    right: 0px;
    width: 100%;
    z-index: 40;
    height: auto;
    top: 0px;
}
.site-navigation-rigt-mobil-menu-list{
    display: flex;
    flex-direction: row !important;
    justify-content: space-between;
    margin-top: 0rem;
    width: 100%;
}
.site-navigation-rigt-mobil-menu-list > .box{
    width: 100%;
    height:60px;
    border-right: 1px solid rgba(255, 255, 255, 0.808);
    padding-top: 1.3rem;
    &:nth-child(6){
        border-bottom: none !important;
    }
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
    display: none;
}
.site-navigation-rigt-mobil-menu-list > .box > .img >a img{
    height: 40px;
    width: 100%;
    object-fit: contain;
}
.site-navigation-rigt-mobil-menu-list > .box > .link{
   text-align: center;
   padding-top: 1rem;
   > a{
    color: white;
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;
   }
}
.site-navigation-rigt-mobil-menu-list > .box > a > .icon {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.site-navigation-rigt-mobil-menu-list  > .box > a >  .icon > i{
  color: white;
  font-size: 18px;
  text-align: center;
}
.mobil-menu{
    margin-top: 4rem;
}
/*********************************************************************************************/
.galeri {
    padding-top: 23%;
    padding-bottom: 5%;
} 
.nav-tabs{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.nav-link{
    width: 100%;
    margin-bottom: 1rem !important;
    padding: 1rem !important;
}
.galeri-item {
    margin-top: 1rem;   
}  
.gallery-list-img > img{
    padding: 0rem !important;
}
.tab-pane > .container-fluid > .row > .col-lg-4{
    padding: 0rem !important;
}

/**********************************************************************************************/
.lokasyon-area-info{
    bottom: 5%;
}
.lokasyon-area-info {
    & > ul {
        & > li {
            > a {
                color: white;
                font-size: 16px;
                font-weight: 400;
                text-decoration: none;
            }
        }
    }
}
.lokasyon-area-info {
    & > ul {
        & > li {
            & > a {
                > i {
                    font-size: 25px;
                    color: var(--color2);
                    padding-right: 1rem;
                }
            }
        }
    }
}
/*************************************************************************************/
.page-content{
    padding-top: 10%;
    padding-bottom: 3%;
}
iframe{
   border-radius: 0px;
}
/*******************************************************************************************/
.page-content-btn{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1rem !important;
    margin-left: 1rem;
    > a {
        width: 50%;
        margin-top: 1rem !important;
    }
}
.page-content-description > .page-content-text > h5{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h4{
    font-size: 30px;
    line-height: 3rem;
}
.page-content-description > .page-content-text > h3{
    font-size: 30px;
    line-height: 3rem;
}
/******************************************************************************************/
.proje-detay{
    padding-top: 15%;
    padding-bottom: 3%;
}
/******************************************************************************************/
.kat-plani{
    padding-top: 15%;
    padding-bottom: 5%; 
}
.page-content-text > ul {
    margin-left: 2rem
}
.page-content-description{
    padding-bottom: 0%;
}
/*****************************************************************************/
.slider-img {
    display: block ;
}
.slider-img {
    > img {
        width: 100%;
        height: 100vh;
        display: block;
        object-fit: cover;
    }
}    
.slider-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 35px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:3%;
    right: 10%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 2.5%;
   right: 0%;
   display: flex !important;
   flex-direction: row !important;
}
/*********************************************************************************************/
.contact {
    padding-top: 23%;
    padding-bottom: 5%;
}
.contact-form{
    padding-top: 0rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
/*************************************************************************************/
footer{
    position: relative;
    height: auto;
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.footer-contact-area{
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    > li {
        padding-bottom: .5rem;
    }
}
.footer-social-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .8rem;
    align-items: center;
}
/************************************************************************************************************/
.modal{
    margin-top: 1rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 1.5rem;
}
}
/***********************************************************************************************/
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
.slider-img {
    > img {
        width: 100%;
        height: 100vh !important;
        display: block;
        object-fit: cover;
    }
}    
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 45px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:20%;
    right: 20%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 20%;
   right: 10%;
   display: flex !important;
   flex-direction: row !important;
}
.burger-click-region {
    position: absolute;
    left: 30%;
    height: 30px;
    cursor: pointer;
    transform: translateX(-50%) !important;
    top: 40px;
    color: white !important;
    margin-top: -1rem;
}
.site-navigation-right-menu {
    position: fixed;
    background-color: rgba(36, 35, 35, 0.76);
    right: 0px;
    width: 10%;
    z-index: 100;
    height: 100%;
}
.site-navigation-rigt-menu-list > .box {
    width: 100%;
    height: 90px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.808);
    margin-top: 1.5rem;
}
.site-navigation-rigt-menu-list > .box > .icon > i {
    color: white;
    font-size: 18px;
    text-align: center;
}
.site-navigation-rigt-menu-list > .box > .link {
    > a {
        color: white;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }
}
.site-nav-list-lang {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: absolute;
    bottom: 18%;
    left: 50%;
    transform: translateX(-60%);
}
.site-nav-list li a {
    display: block;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 200ms ease-in;
}
/******************************************************************************************/
.page-content{
    padding-right: 8%;
}
/******************************************************************************************/
.kat-plani{
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
}
/**********************************************************************************************/
.galeri {
    padding-top: 16%;
    padding-bottom:15%;
} 
.galeri-item {
    margin-top: 2rem;   
}  
.galeri-tab-list {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.gallery-list-img > img{
    max-width: 100%;
}
.maxWidth2{
    display: block;
    max-width: 1100px;
}
.tab-pane{
    margin-left: -5rem;
}

/**********************************************************************************************/
.contact {
    padding-top: 15%;
    padding-bottom: 12%;
    padding-right: 10%;
}
.contact-form{
    padding-top: 0rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
/*************************************************************************************/
footer{
    z-index: 555 !important;
}
.footer-contact-area {
    > li > a {
        color: white;
        text-decoration: none;
        font-size: 10px;
        font-weight: 400;
    }
}
.footer-phone-area > .text > ul {
    >li > a {
        color: white;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }
}
.footer-social-area > .text > p {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.footer-social-area > .icon > ul {
    & > li {
        & > a {
            > i {
                font-size: 16px;
            }
        }
    }
}
.modal{
    margin-top: -1.3rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
}
/***********************************************************************************************/
@media(min-width:1400px){
}
/***********************************************************************************************/
@media only screen and (min-width: 1440px) and (max-width: 1499px)  {

.site-navigation-right-menu {
    position: fixed;
    background-color: rgba(36, 35, 35, 0.76);
    right: 0px;
    width: 11%;
    z-index: 100;
    height: 100%;
}
.site-navigation-rigt-menu-list > .box {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.808);
    margin-top: 2rem;
}
.site-navigation-rigt-menu-list > .box > .icon > i {
    color: white;
    font-size: 27px;
    text-align: center;
}
.site-navigation-rigt-menu-list > .box > .link {
    > a {
        color: white;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }
}
.site-nav-list-lang {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-60%);
}
.site-nav-list li a {
    display: block;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 200ms ease-in;
}
.slider-img {
    > img {
        width: 100%;
        height: 100vh !important;
        display: block;
        object-fit: cover;
    }
}    
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 45px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:20%;
    right: 20%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 20%;
   right: 12%;
   display: flex !important;
   flex-direction: row !important;
}
.burger-click-region {
    position: absolute;
    left: 40%;
    height: 30px;
    cursor: pointer;
    transform: translateX(-50%) !important;
    top: 40px;
    color: white !important;
    margin-top: 0rem;
}
/******************************************************************************************/
.page-content{
    padding-right: 8%;
}
/******************************************************************************************/
.kat-plani{
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
}
/**********************************************************************************************/
.galeri {
    padding-top: 16%;
    padding-bottom:15%;
} 
.galeri-item {
    margin-top: 2rem;   
}  
.galeri-tab-list {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.gallery-list-img > img{
    max-width: 100%;
}
.maxWidth2{
    display: block;
    max-width: 1220px;
}
.tab-pane{
    margin-left: -5rem;
}

/**********************************************************************************************/
.contact {
    padding-top: 15%;
    padding-bottom: 12%;
    padding-right: 11%;
}
.contact-form{
    padding-top: 0rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
footer{
    z-index: 555 !important;
}
.footer-contact-area {
    > li > a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
    }
}
.footer-phone-area > .text > ul {
    >li > a {
        color: white;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }
}
.footer-social-area > .text > p {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.footer-social-area > .icon > ul {
    & > li {
        & > a {
            > i {
                font-size: 16px;
            }
        }
    }
}
.modal{
    margin-top: 0rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}

}
/***********************************************************************************************/
@media only screen and (min-width: 1500px) and (max-width: 1599px)  {
.site-navigation-right-menu {
    position: fixed;
    background-color: rgba(36, 35, 35, 0.76);
    right: 0px;
    width: 11%;
    z-index: 100;
    height: 100%;
}
.site-navigation-rigt-menu-list > .box {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.808);
    margin-top: 2rem;
}
.site-navigation-rigt-menu-list > .box > .icon > i {
    color: white;
    font-size: 27px;
    text-align: center;
}
.site-navigation-rigt-menu-list > .box > .link {
    > a {
        color: white;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }
}
.site-nav-list-lang {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-60%);
}
.site-nav-list li a {
    display: block;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 200ms ease-in;
}
.slider-img {
    > img {
        width: 100%;
        height: 100vh !important;
        display: block;
        object-fit: cover;
    }
}    
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 45px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:20%;
    right: 20%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 20%;
   right: 12%;
   display: flex !important;
   flex-direction: row !important;
}
.burger-click-region {
    position: absolute;
    left: 40%;
    height: 30px;
    cursor: pointer;
    transform: translateX(-50%) !important;
    top: 40px;
    color: white !important;
    margin-top: 0rem;
}
/******************************************************************************************/
.page-content{
    padding-right: 8%;
}
/******************************************************************************************/
.kat-plani{
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
}
/**********************************************************************************************/
.galeri {
    padding-top: 16%;
    padding-bottom:15%;
} 
.galeri-item {
    margin-top: 2rem;   
}  
.galeri-tab-list {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.gallery-list-img > img{
    max-width: 100%;
}
.maxWidth2{
    display: block;
    max-width: 1300px;
}
.tab-pane{
    margin-left: -6rem;
}

/**********************************************************************************************/
.contact {
    padding-top: 15%;
    padding-bottom: 12%;
    padding-right: 11%;
}
.contact-form{
    padding-top: 0rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
footer{
    z-index: 555 !important;
}
.footer-contact-area {
    > li > a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
    }
}
.footer-phone-area > .text > ul {
    >li > a {
        color: white;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }
}
.footer-social-area > .text > p {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.footer-social-area > .icon > ul {
    & > li {
        & > a {
            > i {
                font-size: 16px;
            }
        }
    }
}
.modal{
    margin-top: 2rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
}
/***********************************************************************************************/
@media only screen and (min-width: 1600px) and (max-width: 1699px)  {
    .site-navigation-right-menu {
    position: fixed;
    background-color: rgba(36, 35, 35, 0.76);
    right: 0px;
    width: 11%;
    z-index: 100;
    height: 100%;
}
.site-navigation-rigt-menu-list > .box {
    width: 100%;
    height: 95px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.808);
    margin-top: 2rem;
}
.site-navigation-rigt-menu-list > .box > .icon > i {
    color: white;
    font-size: 27px;
    text-align: center;
}
.site-navigation-rigt-menu-list > .box > .link {
    > a {
        color: white;
        font-size: 13px;
        font-weight: 400;
        text-decoration: none;
    }
}
.site-nav-list-lang {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    position: absolute;
    bottom: 25%;
    left: 50%;
    transform: translateX(-60%);
}
.site-nav-list li a {
    display: block;
    color: white;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    transition: color 200ms ease-in;
}
.slider-img {
    > img {
        width: 100%;
        height: 100vh !important;
        display: block;
        object-fit: cover;
    }
}    
.slider-content{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
}
.slider-title > p {
    color: white;
    font-size: 45px;
    line-height: 3rem;
    font-weight: 700;
    text-align: center;
}
.slider-btn {
    > a {
        font-size: 16px !important;
    }
}    
#owl-slider > .owl-dots{
    display: block !important;
    position: absolute;
    bottom:20%;
    right: 21%;
}
#owl-slider > .owl-nav {
   position: absolute;
   bottom: 20%;
   right: 13%;
   display: flex !important;
   flex-direction: row !important;
}
.burger-click-region {
    position: absolute;
    left: 45%;
    height: 30px;
    cursor: pointer;
    transform: translateX(-50%) !important;
    top: 40px;
    color: white !important;
    margin-top: 0rem;
}
/******************************************************************************************/
.page-content{
    padding-right: 8%;
}
/******************************************************************************************/
.kat-plani{
    padding-right: 10%;
    padding-top: 10%;
    padding-bottom: 9%;
}
/**********************************************************************************************/
.galeri {
    padding-top: 16%;
    padding-bottom:15%;
} 
.galeri-item {
    margin-top: 2rem;   
}  
.galeri-tab-list {
    display: flex;
    flex-direction: row;
    justify-content:center;
}
.gallery-list-img > img{
    max-width: 100%;
}
.maxWidth2{
    display: block;
    max-width: 1300px;
}
.tab-pane{
    margin-left: -5rem;
}
/**********************************************************************************************/
.contact {
    padding-top: 15%;
    padding-bottom: 12%;
    padding-right: 11%;
}
.contact-form{
    padding-top: 0rem;
}
.contact-adres{
    padding: 2rem !important;
}
.contact-adres-menu-title > h3{
    font-size: 40px;
}
.form-check-label > span {
    font-size: 16px !important;
}
.form-check-label > span {
    > a {
    font-size: 16px !important;
}
}
footer{
    z-index: 555 !important;
}
.footer-contact-area {
    > li > a {
        color: white;
        text-decoration: none;
        font-size: 12px;
        font-weight: 400;
    }
}
.footer-phone-area > .text > ul {
    >li > a {
        color: white;
        font-size: 12px;
        font-weight: 600;
        text-decoration: none;
    }
}
.footer-social-area > .text > p {
    color: white;
    font-size: 12px;
    font-weight: 600;
}
.footer-social-area > .icon > ul {
    & > li {
        & > a {
            > i {
                font-size: 16px;
            }
        }
    }
}
.modal{
    margin-top: 0rem;
}
.modal-body > .contact-form{
    padding-top: 0rem;
}
.modal-title {
    font-size: 20px;
}
.modal-title {
    > span {
        font-size: 35px;
    }
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label{
    position: relative;
    top: 0px;
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span {
    font-size: 12px !important;  
}
.modal-body > .contact-form > .form > form > .row > .form-group > .form-check-label > span > a {
    font-size: 12px !important;
}

.modal-body > .contact-form > .form > form > .row > .form-group > .form-send{
    margin-top: 0rem;
    margin-bottom: 1rem;
}
}
/***********************************************************************************************/
@media(min-width:1750px){
}
/***********************************************************************************************/
@media(min-width:2100px){

    .burger-click-region{
        left: 50%;
    }
    .slider-content{  
      position: absolute;
      top: 500px;
      left: 50%;
      transform: translateX(-50%); 
    }

}
/***********************************************************************************************/