body{
    overflow-x: hidden;
    font-family: 'Georgia', serif;
}

html {
    font-family: 'Georgia', serif;
}

body {
    font-family: 'Georgia', serif;
}

pre, code, kbd, samp {
    font-family: monospace;
}

input, button, select, optgroup, textarea {
    font-family: inherit;
}

.h1,.h2,.h3,
h1,h2,h3{
    font-family: 'Georgia', serif;

}

.tooltip {
    font-family: 'Georgia', serif;
}

.popover {
    font-family: 'Georgia', serif;
}

.text-monospace {
    font-family: monospace;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  html,
  body {
    overflow-x: hidden; /* Prevent scroll on narrow devices */
  }
  

  
  @media (max-width: 991.98px) {
    .offcanvas-collapse {
      position: fixed;
      top: 56px; /* Height of navbar */
      bottom: 0;
      left: 100%;
      width: 100%;
      padding-right: 1rem;
      padding-left: 1rem;
      overflow-y: auto;
      visibility: hidden;
      background-color: #343a40;
      transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out;
      transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
    }
    .offcanvas-collapse.open {
      visibility: visible;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
    }
  }
  
  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }
  
  .nav-scroller .nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    color: rgba(255, 255, 255, .75);
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  
  .nav-underline .nav-link {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: .875rem;
    color: #6c757d;
  }
  
  .nav-underline .nav-link:hover {
    color: #007bff;
  }
  
  .nav-underline .active {
    font-weight: 500;
    color: #343a40;
  }
  
  .text-white-50 { color: rgba(255, 255, 255, .5); }
  
  
  .bg-purple { background-color: #6f42c1; }
  
  .lh-100 { line-height: 1; }
  .lh-125 { line-height: 1.25; }
  .lh-150 { line-height: 1.5; }

  .h-vp-res{
      height: 100vh;
  }

  .fs-4{
      font-size: 4rem;
  }

/*
*/
.gap{
    height: 106px;
}
.navbar.fixed-top.sticky{
    background-color: #FFF;
}

.m-logo-main{
    height: 80px;
    width: 262px;
    background:url('../images/bilgeevtekstillogo.svg') no-repeat left center;
    background-size: contain;
    overflow: hidden;
    text-indent: 10000px;
}

.m-logo-main--home{
    background:url('../images/bilgeevtekstillogo.svg') no-repeat left center;

}
.sticky .m-logo-main--home{
    background:url('../images/bilgeevtekstillogo.svg') no-repeat left center;

}




/*
*/

.carousel{
    background-attachment: scroll;
}

.carousel-item .carousel-bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(0,0,0,.3);
    background-blend-mode: multiply;
}

.carousel-caption h2{
    font-size:32px;
}

@media (min-width: 992px){
  .carousel-caption h2{
    font-size:72px;
  }

}

.carousel-caption{
    top:12.5%;
    left:12.5%;
}

.carousel-control-next,
.carousel-control-prev{
    z-index: 12;
    justify-content:flex-start;
}

.carousel-control-next{
    justify-content:flex-end;
}
.carousel-control-next-icon,
.carousel-control-prev-icon{
    background-color: #FFF;
    background-image: url('../images/arrow.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px auto;
    width: 42px;
    height: 42px;
    transform:rotate(180deg);
}

.carousel-control-prev-icon{
    transform:rotate(0deg);

}


/*
*/
.bg-white{
    background-color: #FFFFFF;
}

.bg-beige{
    background-color: #78675f;
}

.bg-darkblue{
    background-color: #2c3c49;
}


/*
*/

footer{
    color:#FFF;
}
footer .social-nav{
    flex-direction: row;
    justify-content: center;
}

footer .social-nav .nav-link{
    padding: 0 2rem;
}

.page .navbar{
    background-color: #FFF;
}
.navbar-light .navbar-nav .nav-link{
    color:rgb(0 0 0 / 75%);
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:rgba(255, 255, 255, .5);
}

.page .navbar-light .navbar-nav .nav-link,
.navbar-light.sticky .navbar-nav .nav-link{
    color:rgba(0,0,0,.5);
}
.navbar-light.sticky .navbar-nav .active>.nav-link, .navbar-light.sticky .navbar-nav .nav-link.active, .navbar-light.sticky .navbar-nav .nav-link.show, .navbar-light.sticky .navbar-nav .show>.nav-link,
.navbar-light.sticky .navbar-nav .nav-link:focus, .navbar-light.sticky .navbar-nav .nav-link:hover{
    color:rgba(0,0,0,.7);
}

.dropdown-menu{
    border:none;
}

.dropdown-item.active, .dropdown-item:active{
    background-color: #343a40;
}


@media (max-width: 991.98px){
    .offcanvas-collapse {
        background-color: #EFE9DF;
        top:96px;
    }
    .offcanvas-collapse .nav-link{
        font-size:1.5rem;
        padding: 1rem;
    }
}


/*
    LAYOUT-1
*/

.m-layout-1-row{
    min-height: 90vh;
    align-items: center;

}
.m-layout-1-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-layout-1-image{
    width: 100%;
    border-radius: 50% 50% 0px 0px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
        border: 15px solid #c89a56;
    
}

.m-layout-2-row{
    margin: 2rem 0;
    align-items: center;
    min-height: 50vh;
}

.m-layout-2-image{
    width: 75%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




/*
-----------------------
*/


/*
FULL WIDTH IMAGE
*/

.m-fullwidth-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 35vh;
}


@media (min-width: 992px){
    .m-fullwidth-image{
        background-attachment: fixed;
        height: 60vh;
    }
  }



/*
PAGE HEADER CONTENT
*/

.m-page-header-image{
    width: 50%;
    border-radius: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    margin:2rem auto;
}
.m-page-header h1{
    text-transform: uppercase;
    font-size:4rem;
    padding-left: 1rem;
}

@media (min-width: 992px){
    .m-page-header-image{
        margin:0 auto;
    }

    .m-page-header h1{
        font-size:6rem;
        padding-left: 2rem;
    }
  
  }


/*
MULTI IMAGE LAYOUT 1
*/
.m-mi-layout-1-row{
    margin: 2rem 0;
    align-items: center;

}

.m-mi-layout-1-part{
    height: 75vh;
    margin-bottom:2rem;
}

.m-mi-layout-1-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-mi-layout-1-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

@media (min-width: 992px){
    /* .m-mi-layout-1-row{
        height: 100vh;
    }
    .m-mi-layout-1-part{
        height: 75%;
    } */
    .m-page-header-image{
        margin:0 auto;
    }

    .m-page-header h1{
        font-size:6rem;
        padding-left: 2rem;
    }
  
  }

/*
MULTI IMAGE LAYOUT 2
*/


.m-mi-layout-2-row{
    margin: 2rem 0;
    align-items: center;

}

.m-mi-layout-2-part{
    height: auto;
}

.m-mi-layout-2-part2{
    height: auto;
}

.m-mi-layout-2-part3{
    height: 30vh;
    margin-bottom: 2rem;
}
.m-mi-layout-2-part4{
    height: 30vh;
}

.m-mi-layout-2-part5{
    height: 50vh;
}


.m-mi-layout-2-bg{
    height: 100%;
    width: 100%;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 70% auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.m-mi-layout-2-image{
    width: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}




@media (min-width: 992px){
    .m-mi-layout-2-part{
        height: 75vh;
    }
    
    .m-mi-layout-2-part{
        height: 100vh;
    }

    .m-mi-layout-2-part2{
        height: 37.5vh;
    }

    .m-mi-layout-2-part3{
        height: 30vh;
        margin-bottom: 0;
    }
    .m-mi-layout-2-part4{
        height: 30vh;
    }

    .m-mi-layout-2-part5{
        height: 100vh;
    }

    
.m-mi-layout-1-part{
    margin-bottom:0;
}

}


/*
  CIRCLE IMAGE
*/

.m-circle-showcase-item{
    border-radius: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 1rem;
    
  }

  .m-circle-showcase-item-image{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0; left:0;
    opacity: 1;
    transition: all .24s ease-in-out 0s;
    background-size: cover;
    background-color: rgba(0,0,0,0);
    background-blend-mode: multiply;
    
  }

  .m-circle-showcase-item-caption{
    display: flex;
    position: absolute;
    top:0; left:0;
    transform: translateY(100%);
        
    
        opacity: 0;
    height: 100%;
    width: 100%;
    color:#FFF;
    font-size:1.2rem;
    text-align: center;
    transition: all .24s ease-in-out 0s;
    
    justify-content: center;
    align-items: center;
  }
  .m-circle-showcase-item:hover .m-circle-showcase-item-image{
    background-color: rgba(0,0,0,.3);

  }
  .m-circle-showcase-item:hover .m-circle-showcase-item-caption{
      transform: translateY(0%);
      opacity: 1;
  }


  @media (min-width: 992px){
    .m-circle-showcase-item-caption{
        
    }
  
  }



  .img-responsive{
      max-width: 100%;
  }