/* #region x==== TEST ====================  */
/*
.test{ box-shadow: 0 0 0 4px rgba(255, 0, 64,.6);}
.test .test{ box-shadow: 0 0 0 4px rgba(206, 192, 0,.6);}
.test .test .test{ box-shadow: 0 0 0 4px rgba(247, 0, 255,.6);}
.test .test .test .test{ box-shadow: 0 0 0 4px rgba(0, 4, 255,.6);}
.test .test .test .test .test{ box-shadow: 0 0 0 4px rgba(255, 102, 0,.6);}
.test .test .test .test .test .test{ box-shadow: 0 0 0 4px rgba(0, 225, 255,.6);}
.test .test .test .test .test .test .test{ box-shadow: 0 0 0 4px rgba(255, 0, 179,.6);}
*/
/* #endregion x*/


/* #region -==== RESETS & INITS ====================  */

html,
body {
    height  : 100%;
    min-height  : 100vh;
    padding : 0;
    margin  : 0;
    height: -webkit-fill-available;
}

html{
    /*overflow-x:hidden;*/
    scroll-behavior: smooth;
}

body *,
html * {
    -webkit-box-sizing : border-box;
    box-sizing         : border-box;
    margin             : 0;
    padding            : 0;

}

body {
    
    display               : -webkit-box;
    display               : -ms-flexbox;
    display               : flex;
    -webkit-box-direction : normal;
    -webkit-box-orient    : vertical;
    -ms-flex-direction    : column;
    flex-direction        : column;
    min-height            : 100vh;
     
    font-family                   : "ProximaNova", sans-serif;
    font-weight                   : normal;
    font-style                    : normal;
    font-size                     : 100%;
    -webkit-font-smoothing        : antialiased;
    -moz-osx-font-smoothing       : grayscale;
    -webkit-font-feature-settings : "liga";
    font-feature-settings         : "liga";
    letter-spacing                : 0px;
    font-weight:300;
}

body * {line-height: 1.4em; backface-visibility: hidden;}
ul,ol  {list-style : none;}
a      {color      : inherit; text-decoration: inherit;}

#page-main{
    display: flex;
    flex:1 0 auto;
    justify-content: stretch;
    flex-direction: column;
}




.mdc{
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    flex:1;
}


/* #endregion -*/

/* #region _==== BASIC STYLES ====================== */

/* #region   :..... Basics ........... */

.hdn{
    font-size:1px!important;
    border:none!important;
    display: inline!important;
    visibility: hidden!important;
    max-height: 0!important;
    max-width : 0!important;
    padding   : 0!important;
    margin    : 0!important;
    overflow  : hidden!important;
}
.none{display: none;}

.ttuc{text-transform: uppercase;}

.clrw{color:white}

/* #endregion   :*/

/* #region   :..... Headings ........... */

.edcont h1,h1.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 460%;}
.edcont h2,h2.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 380%;}    
.edcont h3,h3.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 300%;}  
.edcont h4,h4.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 220%;}  
.edcont h5,h5.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 160%;}  
.edcont h6,h6.tp1{display:inline-block; position:relative; font-family: "Playfair Display" ,sans-serif;font-weight: 100;font-size: 120%;}  



h1.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 460%;}
h2.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 380%;}    
h3.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 300%;}  
h4.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 220%;}  
h5.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 160%;}  
h6.tp2{display:inline-block; position:relative; font-weight: 100;font-size: 120%;}  




h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span{
    display: block;
}



h1.bl1::after,
h2.bl1::after,
h3.bl1::after,
h4.bl1::after,
h5.bl1::after,
h6.bl1::after{
    content:" ";
    display: inline-block;
    height:1px;
    width:1em;
    margin:calc(10px + 1vw)  0 calc(10px + 1vw + .1em) 0;
    background-color: #a68c5c;
}

h1.tl1::before,
h2.tl1::before,
h3.tl1::before,
h4.tl1::before,
h5.tl1::before,
h6.tl1::before{
    content:" ";
    display: block;
    height:1px;
    width:1em;
    margin:calc(10px + 1vw + .1em)  0 calc(10px + 1vw) 0;
    background-color: #a68c5c;
}


h1.tl1,
h2.tl1,
h3.tl1,
h4.tl1,
h5.tl1,
h6.tl1{
    margin-bottom:.4em;
}



/* #endregion   :*/

/* #region   :..... Forms ........... */

form.gc-form input, form.gc-form textarea{
    display: block;
    width:100%;
    margin:10px 0;
    padding:10px 20px;
    outline:none;
    background-color: rgba(0,0,0,.05);
    font-size:100%;
    font-weight: 200;
    font-family: "Playfair Display", serif;
    border:3px double #b4ada0;
}

form.gc-form textarea{
    min-height:200px;
}

form.gc-form input[type='submit']{
    background-color: #646d75;
    color:White;
    border:none;
    width:initial;
    display: inline-block;
}

/* #endregion   :*/

/* #region   :..... Buttons ........... */

.btn{
    cursor: pointer;
    display: inline-block;
}
.btn .icon{
    display: inline-block;
    vertical-align: middle;
}
.btn .txt{
    display: inline-block;
    vertical-align: middle;
}

.btn .txt + .icon{
    margin-left:20px;
}


.btn.tp1{
    font-family:"Playfair Display", serif;
    margin:1em 0;
    padding:.7em 1.6em;
    border:1px solid #a68c5c;
    font-size: 130%;
}

.btn.tp1 .icon{
    color: #a68c5c;
}

/* #endregion   :*/

/* #region   :..... Page ........... */

.page__body{
    padding:calc(20px + 1vw)
}

.edcont p{
    padding:1em 0;
}

.edcont ul{
    list-style-position: inside;
}

.page-breadcrumbs{
    font-weight:200;
    font-size:90%;
}

.page-breadcrumbs a:first-child{
    display:none;
}

.page-breadcrumbs .breadcrumb-separator:first-of-type{
    display:none;
}

.page-breadcrumbs .breadcrumb-separator{
    display: inline-block;
    padding:10px;
    margin:10px;
    color:#a68c5c;
}



#normalsayfa #page-main{
    padding-top: calc(40px + 2vw);
}

#normalsayfa .page-header{
    padding:calc(20px + 2vw);
    border-bottom:1px dotted #dadada;
}

#normalsayfa .page-content{
    font-size:140%;
    padding:calc(20px + 2vw) calc(20px + 2vw);
    border-bottom:1px dotted #dadada;
}

/* #endregion   :*/

/* #region   :..... Col2 ........... */

.col2--cont{
    display:flex;
}
.col2--cont > .col{
    display:flex;
    flex-direction: column;
    justify-content: stretch;
    flex:1;
    width:50%;
    padding:2vw;
}
.col2--cont > .col:first-child{
    border-right: 1px dotted #a68c5c ;
}

/* #endregion   :*/

/* #region   :..... Col3 ........... */

.col3--cont{
    display:flex;
}
.col3--cont > .col{
    display:flex;
    flex-direction: column;
    justify-content: stretch;
    flex:1;
    padding:1vw;
}


/* #endregion   :*/

/* #region   :..... Col3Box ........... */

.col3box .container{
    display: flex;
    align-items: stretch;
}

.col3box .container .box{
    flex:1;
    min-width: 200px;
    min-height: 300px;
    border-right: 1px dotted #dbd0bd;
    padding:3vw;
    background-color: #f7f7f7;
}

.col3box .container .box:last-of-type{
    border-right: none;
}

.col3box .container .box .icon{
    font-size:400%;
    color:#a68c5c;
}

.col3box .container .box .header{
    color:#312a1d;
    margin-top:calc(5px + .5vw);
}

/* #endregion   :*/

/* #region   :..... Col1Content ........... */

.col1content{
    padding:calc(20px + 4vw) calc(20px + 2vw);
    font-weight: 300;
}

/* #endregion   :*/

/* #region   :..... Content Boxes ........... */

.content-boxes{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-boxes > .content-row {
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    padding:calc(10px + .3vw)

}

.content-boxes > .content-row .content-cont {
    display: flex;
    position: relative;
    width:50%;
}

.content-boxes > .content-row .text-cont {
    max-width:600px;
    margin-left:auto;
    padding:3vw;
}

.content-boxes > .content-row .media-cont{
    position: relative;
    margin-right:auto;
    justify-content: center;
}

.content-boxes > .content-row .media-cont .img{

    max-width:100%;
    max-height:100%;
}


.content-boxes > .content-row:nth-child(2n) .text-cont{
    order:2;
    margin-left:initial;
    margin-right: auto;
}
.content-boxes > .content-row:nth-child(2n) .media-cont{
    order:1;
    margin-right:initial;
    margin-left:auto;
}

/* #endregion   :*/

/* #region   :..... Tables ........... */

.table{display: table;}
.table .row{display: table-row; vertical-align: middle;}
.table .td{display: table-cell; vertical-align: middle; padding:10px;}

/* #endregion   :*/

/* #region   :..... Lists ........... */

.list.tp1 .row{
    display: flex;
    align-items: center;
}

.list.tp1 .row .icon__cont{
    min-width: 30px;
    padding-right:10px;
    font-size:120%;
    color:#a68c5c!important;
}

.list.tp1 .row .icon__cont .icon::before{
    color:#a68c5c!important;
}

.list.tp1 .row .text__cont{
    flex:1;
    padding:10px;
}

/* #endregion   :*/

/* #endregion _*/

/* #region *==== SPECIFIED ELEMENTS ================ */

/* #region   *..... Main Header : Main ........... */


#main-header{
    position: fixed;
    left:0; top:0; right:0;
    display: flex;
    min-width: 250px;
    flex-direction: column;
    z-index:9;
    transition: all 300ms ease-out;
}

/* #endregion   */

/* #region   *..... Main Header : Shorts ............ */

#main-shorts{
    display: flex;
    display: flex;
    align-items: center;
    padding:calc(5px + .3vw);
    transition: all 300ms ease-out;
    font-size:120%;
}

#main-shorts .icon::before{
    color:#d1bc94!important;
}

#main-shorts .shorts-1{
    display: flex;
    align-items: center;
}

#main-shorts .shorts-2{
    display: flex;
    flex:1;
    align-items: center;
    justify-content: flex-end;
}
#main-shorts .shorts-2  li a{
    padding:calc(6px + .3vw)
}

#main-shorts .lang-sc{
    color:#d1bc94!important;
}

#main-shorts .lang-sc::after{
    content:" | ";
    color:#d1bc94!important;
}



 

/* #endregion   */

/* #region   *..... Main Header : Nav ............ */

#main-nav{
    background-color: #39393800;
    color:white;
    flex:1;
    display: flex;
    align-items: center;
    padding:calc(10px + .5vw);
    transition: all 300ms ease-out;
}

#main-nav > .container{
    display: flex;
    flex:1;
    align-items: center;
    justify-content: space-between ;
}

#main-nav > .container .part--left{
    display: flex;
    align-items: center;
}

#main-nav > .container .part--left .item{
    margin-right:20px;
}

#main-nav > .container .part--left .item.tel-big{
    font-size:160%;
    font-weight: 300;
    border-left:1px solid #6e6e6e;
}

#main-nav > .container .part--right{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#main-logo{
    max-width:180px;
 }

#main-logo a img{
   max-width:100%;
}

#main-logo .logo{
    display:none;
}

#main-nav > .container li{
    border-bottom:1px solid #b9ac94;
    margin: 0 10px;
}

#main-nav > .container  li a{
    display: inline-block;
    padding:calc(3px + .2vw) 0;
}


#main-menu{
    font-weight: 200;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    transition: all 300ms ease-out;
}


#main-nav .mob-menu-btn{
    display: none;
    font-size: 200%;
    cursor: pointer;
}

#main-menu .mob-close{
    display: none;
    position: absolute;
    top: 10px;
    right:10px;
    border: none!important;
    cursor:pointer;
}


/* #endregion   */

/* #region   *..... Main Header -- FIXED ............ */

#main-header.fixed1{
    background-color: rgba(0, 0, 0, 0.3);
}

#main-header.fixed1 #main-shorts{
    padding:0;
    overflow: hidden;
    max-height: 0;
}

#main-header.fixed2{
    background-color: #ffffff;
    border-bottom:1px solid  #e9e3d9;
}

#main-header.fixed2 #main-shorts{
    padding:0;
    overflow: hidden;
    max-height: 0;
}

#main-header.fixed2 #main-nav{
    color:black;
    padding: calc(3px + .5vw);
}

#main-header.fixed2 #main-logo{
    max-width:80px;
 }

#main-header.fixed2 #main-logo .logo-neg{
   display: none;
}

#main-header.fixed2 #main-logo .logo{
    display: initial;
}


/* #endregion   */

/* #region   *..... Main Promo ...... */

#main-promo{
    min-height:70vh;
    background-color: black;
}

.slide-show{
    position: relative;
 }

.slide-show .stage{
   width:100%;
   height:100%;
   position: relative;
}

.slide-show .stage .slide{
    width:100%;
    height:100%;
    display: flex;
    align-items: stretch;
    justify-content: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slide-show .stage .slide .mask{
    width:100%;
    height:100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.slide-show .stage .slide .content--cont{
    color:white;
    flex:1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:20vh;
    margin-bottom:10vh;
    z-index:2;
}

.slide-show .stage .slide  .content{
    color:white;
    z-index:2;
    max-width:50%;
    text-align: center;
}

.slide-show .stage .slide .content--cont.left{
    justify-content: flex-start;
}

.slide-show .stage .slide .content--cont.left .content{
    text-align: left;
}


.slide-show .stage .slide  .content .text{
    font-size: 120%;
}



/* #endregion   */

/* #region   *..... Block Welcome ................ */

#block--welcome{
    padding:calc(20px + 2vw) calc(20px + 2vw) calc(20px + 10vw) calc(20px + 2vw);
    background-color: #2d3236;
    color:white
}

#block--welcome .container{
    display: flex;
    align-items: center;
}

#block--welcome .container .big-info{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}


#block--welcome .container .info{
    display: flex;
    flex:1;
}

#block--welcome + .col3box .container{
    margin-top:-10vh;
}

/* #endregion   */

/* #region   *..... Services Showcase ................ */

#services-showcase{
    padding:calc(20px + 4vw) 0;
    background-color: #f4f7f8;
}

#services-showcase .block__head{
    text-align: center;
    margin-top:4vw;
}

#services-showcase .block__head.head-1{
    margin-top:0;
}

#services-showcase .block__head .header{
    text-align: center;
}

#services-boxes {
    padding:3vw;
}

#services-boxes .container .boxes{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

#services-boxes .boxes .box{
    border: 1px dotted #dbd0bd;
    margin:.5vw;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    flex: 1 1 300px;
    position: relative;
}

#services-boxes .boxes .box .img{
    width:100%;
    height: 300px;
    object-fit: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

}

#services-boxes .boxes .box .text-cont{
    padding:calc(10px + 2vw);
    flex:1;
    display: flex;
    flex-direction: column;

}

#services-boxes .boxes .box .header{
    color:#312a1d;
}

#services-boxes .boxes .box .text{
    padding-bottom:30px;

}

#services-boxes .boxes .box .btn{
   font-size:100%;
   margin:2em 0 0 0;
   align-self: flex-start;
   margin-top:auto;
}

/* #endregion   */

/* #region   *..... Main Contact ................ */

#main-contact{
    padding: 6vw calc(20px + 1vw) 0 calc(20px + 1vw);
    z-index:2;
}

#main-contact > .container{
    padding:calc(20px + 1vw);
    margin-bottom:-10vw;
    background-color: #f4f7f8;
}

.contact-note{
    margin-top:auto;
    padding-top:calc(20px + 1vw);
    border-top:1px dotted #bbbbbb;
    align-self:flex-end;
}

/* #endregion   */

/* #region   *..... Footer ................ */

footer#main-footer{
    background-color: #2d3236;
    color:white;
    padding-top:calc(20px + 10vw);
}

footer#main-footer .content-cont{
    padding:calc(20px + 1vw);
}

footer#main-footer .bottom-cont{
    background-color: #22272b;
    font-size:80%;
    font-weight:100;
    color:white;
    padding:calc(5px + .3vw);
    display: flex;
    justify-content: space-between;
    opacity: .6;
}

footer#main-footer .bottom-cont .container{
    display: flex;
    justify-content: space-between;
}


footer#main-footer .bottom-cont .block--mid{
    flex:1;
    text-align: center;
}

/* #endregion   */

/* #endregion */

/* #region ===== Media Queries ===================== */



@media screen and (max-width: 1200px) {

    #block--welcome + .col3box .container {
        margin-top: 0px;
    }
}





@media screen and (max-width: 900px) {

    #main-nav .mob-btn{
        display: initial;
    }

    #main-menu{
        position: fixed;
        right:-100%; top:0; bottom:0;
        width:100%;
        max-width:400px;
        background:#2d3236;
        color:white;
        z-index:2;
        flex-direction: column;
        overflow: auto;
        align-items: flex-start;
        justify-content: flex-start;
        padding:calc(40px + 2vw) calc(10px + 2vw) calc(10px + 2vw) calc(10px + 2vw);
        font-size:200%;
    }

    #main-menu li{
        margin:10px 0;
    }

    #main-menu.opened{
        right:0;
    }

    #main-menu .mob-close{
        display: initial;
    }



}

@media screen and (max-width: 800px) {

    #main-logo {
        max-width: 100px;
    }

    #main-promo .content{
        max-width:90%;
    }

    #main-promo .content .header{
        font-size:300%;
    }

    #block--welcome{
        font-size:80%;
    }
    
    .col3box .container {
        flex-direction: column;
    }
    .col3box .container .box{
        border: 1px dotted #dbd0bd;
    }

    #main-contact .container .col2--cont{
        flex-direction: column;
    }
    
    #main-contact .container .col2--cont .col{
        width:100%;
        border-right:none;
        margin-bottom:40px;
    }
}

@media screen and (max-width: 400px) {

    .col3--cont{
        flex-direction: column;
    }

    .col3--cont .col{
        padding:20px 0;
    }



    #main-contact {
        padding: 0;
        z-index: 2;
    }

    #main-contact > .container {
        padding: calc(10px + .3vw);
        margin-bottom: -10vw;
    }

    .btn.tp1{
        margin:1em 0;
        padding:.3em .5em;
        font-size: 100%;
    }
}



/* #endregion =*/








