* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    color: #555555;
    font-family: 'Hind', 'Arial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
    
}

#wrapper {
    height: 100%;

}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.row {
    padding: 0;
    margin: 0 auto 0 auto;
}

section {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ffffff;
}

.box {
    padding: 0px;
    float: left;
}

.icon {
    font-size: 100%;
}

h1 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
}

.h2 {
    margin-top: 0;
    margin-bottom: 16px;
    color: #ffffff;
    font-size: 10%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
}

h3 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 10%;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    word-spacing: 4px;
}
h4{
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 8%;
    font-weight: 400;
    letter-spacing: 2px;
    word-spacing: 4px;
}


/*-----TOPBAR------*/

.topbar {
    height: 30px;
    background-color: rgba(144, 107, 163, 0.46);
}

.posta-bar {
    float: left;
    margin-left: 60px;
}

.post-bar a {

    margin-left: 30px;
    text-align: center;
    padding: 0 10px;
    transition: all 0.3s ease;
    font-size: 75%;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.74);
}

.posta:hover,
.posta:active {
    text-decoration: none;
    color: #fa0a0a;
}

.icon-bar {
    float: right;
    margin-right: 50px;
}

.icon-bar a {
    padding-right: 20px;
}

.fa {
    font-size: 16px;
}

.fa:hover,
.fa:active {
    color: #b5b5b5;
}

.fa-instagram {
    color: #fa0b0b;
}

.fa-twitter {
    color: #3546a3;
}

.fa-facebook {
    color: blue;
}

.fa-google-plus {
    color: red;
}

/*-----NAVIGATION------*/

.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    /*  display: flex;
    flex-wrap: wrap;*/
    background-color: #fdfdfd;
    border-bottom: 2px solid rgba(255, 7, 7, 0.63);
    margin-bottom: 0;
    box-shadow: 2px 4px 4px rgb(141, 137, 137);
    z-index: 9999;
}


.btco-hover-menu {
    height: auto;
    display: block;
    margin-top: 0%;
    /*    border-top: 1px solid #ff1818;*/
    border-bottom: 1px solid rgba(255, 7, 7, 0.63);
    margin-left: 0;
    margin-bottom: 0;
    box-shadow: 2px 4px 4px rgb(74, 74, 74);
    background-color: #fdfdfd;

}
.btco-hover-menu:hover{
    color:aliceblue;
}

.nav-link .dropdown-toggle::after {
    display: none;
}
.fa.fa-navicon {
    color: #acacac;
    font-size: 34px;
    float: right;
}

.btco-hover-menu .active a {
    color: #dddddd;
    background-color: #ff0808;
}
.btco-hover-menu a {
    text-transform: uppercase;
    padding: 0 8px;
    color: #747070;
    display: block;
    margin-top: 0;
}
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus .navbar > .show > a,
.navbar > .show > a:focus,
.navbar > .show > a:hover {
    color: #e5e5e5;
    background: transparent;
    outline: 0;
    background-color: #ff0000;
    display: block;
}

.btco-hover-menu ul li a {
    font-size: 120%;
    font-weight: 600;
    margin-right: 6px;
    font-family: 'Hind', 'Arial', sans-serif;
    padding-top: 19px;
    padding-bottom: 19px;
    display: block;
    margin-top: 0;
}
.btco-hover-menu.collapse ul ul > li:hover > a,
.navbar .show .dropdown-menu > li > a:focus,
.navbar .show .dropdown-menu > li > a:hover {
    background: #ff1212;
    display: block;
    margin-top: 0;
}

.btco-hover-menu .collapse ul ul li {
    position: relative;
}
.btco-hover-menu .collapse ul li:hover > ul {
    display: block;
    color: #fcfdfd;
    font-size: 100%;
    top: 90%;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-nav {
    margin: 0;
    padding: 0;
}
#logo {
    height: 25px;
    align-items: center;
}
.navbar {
    background: #fdfdfd ;
    display: block;
    top: auto;
    margin-right: auto;
}
.dropdown {
    border-radius: 0;
    border: 0;
}
.dropdown-menu a {
    color: #727272;
}
.navbar .nav-item .nav-link {
    color: #727272 ;
}
.navbar .nav-item .nav-link:hover .navbar .nav-item .nav-link {
    color: red;
}
.navbar-collapse.navbar-brand {
    vertical-align: top;
    display:none;
}
navbar navbar-expand-md btco-hover-menu {
    margin: 0;
    padding: 0;
}
.sticky-wrapper {
    margin: 0;
    padding: 0;
}

.dropdown-menu {
    margin: 0;
    display: block;

}

.navbar-brand {
    float: left;
}

.navbar-brand-fixed {
    height: 15px;
    float: left;
}

.navbar-toggler-icon,
.navbar-toggler .icon-bar {
    float: right;
    margin: 7px;
    display: block;
    width: 22px;
    height: 1px;
    background-color: #cccccc;
}

#logo {
    align-content: center;
}

.navbar-nav > ul > li {
    margin: 0;
    padding: 0;
    float: left;
}

.navbar-nav > li {
    font-size: 80%;
    font-weight: 600;
}


/*-----HEADER------*/
.header {
    background-image: url(img/hero4-mind.jpg);
    position: relative;
    top: 0;
    width: auto;
    background-position: center;
    background-size: cover;
    height: 100vh;
    z-index: 1111;
}


.text-box {
    padding: 0;
    margin: 0;
    position: absolute;
    width: 70%;
    top: 6700%;
    left: 45%;
    transform: translate(-50%, -50%);
}

.maintext {
    display: block;
    width: 85%;
    float: left;
}
/*------OTHERPAGES------*/

h2 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 2px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2:after {
    display: block;
    height: 2px;
    background-color: #d62c1a;
    content: "";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

.longtext {
    white-space: normal;
    line-height: 145%;
    margin-bottom: 80px;
    padding-bottom: 80px;
}

.divided {
    margin-top: 70px;
    padding-top: 40px;
    text-align: center;

}

.divid {
    margin-top: 66px;
    padding-top: 0;
    text-align: center;

}

.divide {
    margin-top: 10px;
    padding-top: 10px;
    text-align: center;
}


.hizmetler {
    padding-bottom: 100px;
    margin-bottom: 10px;
    margin-top: 60px;
}

#urunler {
    padding-top: 65px;
}

#ilet {
    padding-top: 10px;
   background-color:#ededed; 
}
/* ----- PARAGRAPHS ----- */

.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
    text-align: left;
    color: #575757;
    margin-bottom: 60px;
}
.box p {
    font-size: 90%;
    line-height: 145%;
}

/**** ITEMS***** */

.section-atv {
    padding: 0 0 80px 0;
    margin: 0;
    background-color: #A4A3A3;
}
.atv-showcase a {
    list-style: none;
    width: 25%;
}
.atv-showcase a {
    margin: 0;
    display: block;
    float: left;
    width: 25%;
}
.atv-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #A4A3A3;
}
.atv-photo img {
    opacity: 0.7;
    background-color: #A4A3A3;
    width: 100%;
    height: auto;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}
.atv-photo img:hover {
    opacity: 1;
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
    background-color: aliceblue;
}

/***** FORM**** */

*:focus {
    outline: none;
}

.map-box {
    width: 97%;
    padding: 0px;
    margin: 0px;
    height: 560px;
    position: relative;
    margin-top: 10px;
}
.map {
   
    width: 100%;
    height: 560px;
    position: relative;

}
.cpage{
    width:100%;
   
}
.form messages {
    width: 100%;
    margin: 0 auto;
    padding: 2px 2px 2px 2px;
    border-radius: 3px;
    margin-bottom: 0px;
    color: #333;
}
.form-message{
    width: 70%;
    margin: 0 auto;
}
.success_message{
    background-color: rgba(28, 203, 28, 0.75);
    width:520px; 
    height:60px;
    margin-right:2px;
    margin-left:4px;
    text-align:center;
}
.error_message{
    background-color: rgba(208, 75, 75, 0.75);
    width:520px; 
    height:60px;
    margin-right:2px;
    margin-left:4px;
    text-align:center;
}


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

    html,
    body {
        font-size: 108%;
    }
    .h1 {
        font-size: 25px;
    }
    #logo {
        height: 18px;
        padding: 0;
    }
    .btco-hover-menu ul li a {
        font-size: 100%;
        font-weight: 600;
        margin-top: 0;
        font-family: 'Hind', 'Arial', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        display: block;
    }
}
@media only screen and (max-width:768px) {
    body {
        font-size: 70%;
    }
    .text-boz h1 {
        font-size: 50%;
    }
    h2 {
        font-size: 60%;
    }

    .fa {
        font-size: 12px;
    }
    .post-bar a {
        margin-left: 15px;
        text-align: center;
        padding: 0 3px;
        transition: all 0.3s ease;
        font-size: 70%;
        font-weight: 400;
        color: rgba(0, 0, 0, 0.74);
    }
    .header {
        background-image: url(img/hero4-mindmin.jpg);
        position: relative;
        top: 0;
        width: auto;
        background-position: top;
        background-repeat: no-repeat;

        height: 100vh;
        z-index: 1111;
    }
    .btco-hover-menu {
        height: auto;
        overflow: hidden;
        padding-left: 0px;
        padding-right: 0px;
        margin-right: 1px;
        margin-left: 1px;
    }
    .btco-hover-menu {
        height: auto;
        display: block;
        margin-top: 0;
        /*    border-top: 1px solid #ff1818;*/
        border-bottom: 1px solid rgba(255, 7, 7, 0.63);
        margin-left: 0;
        margin-bottom: 0;
        box-shadow: 2px 4px 4px rgb(74, 74, 74);
        background-color: #fdfdfd;
    }
    section {
        margin-top: 0;
        padding-top: 0;
        background-color: #ffffff;
    }
    .text-box {
        display: none;
        padding: 0;
        margin: 0;
        position: absolute;
        width: 50%;
        top: 30%;
        left: 20%;
        transform: translate(-30%, -50%);
    }
    .herotext {
        font-size: 120%;
    }
    .fa.fa-navicon {
        float: right;
        display: block;
    }
    .nav-link {
        float: left;
        z-index:9999;
    }
    .copy{
        font-size:60%; 
    }
    #adresp{
        margin-left:20px;
        margin-right:20px;
    font-size: 120px;
     
    }
    .dropdown-menu li:hover{
        width: 50px;
        border:none;
     
    }
   
   .navbar-nav li:hover{
        width: 100px;
    }
    .success_message{
    background-color: rgba(28, 203, 28, 0.75);
    width:260px; 
    height:60px;
    margin-right:2px;
    margin-left:4px;
    text-align:center;
   }
   .error_message{
    background-color: rgba(208, 75, 75, 0.75);
    width:260px; 
    height:60px;
    margin-right:2px;
    margin-left:4px;
    text-align:center;
    }
    
    .stuck {
    position: fixed;
    top: 0;
    width: 100%;
     display: flex;
    flex-wrap: wrap;
    background-color: #fdfdfd;
    border-bottom: 2px solid rgba(255, 7, 7, 0.63);
    margin-bottom: 0;
    box-shadow: 2px 4px 4px rgb(141, 137, 137);
    z-index: 9999;
}

   
      
}




#tgb {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

#apachi {
    margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
}

/***** Contact *****/

#contact{
  background-color: #ededed;
  letter-spacing: 2px;
  }
#contact a{
  color: #848484;
  text-decoration: none;
}


@media (max-width: 575px) {

  #contact
    {padding-top:0px;
        padding-bottom: 1px;}
  #contact .maps iframe{
    width: 100%;
    height: 300px;
  }
 }


@media (min-width: 576px) {

   #contact{padding-top: 25px;
       padding-bottom: 1px;}

   #contact .maps iframe{
     width: 100%;
     height: 400px;
   }
 }

@media (min-width: 768px) {

  #contact {padding-top: 25px;
      padding-bottom: 1px;}

  #contact .maps iframe{
    width: 100%;
    height: 730px;
  }
}

@media (min-width: 992px) {
  #contact {
      padding-top: 28px;
      padding-bottom: 1px;}

   #contact .maps iframe{
     width: 100%;
     height: 530px;
   }
}

form{margin-bottom: 30px;
margin-right:10px;
margin-left: 10px;
    margin-bottom:20px;
}
.adres{
    margin-right:2px;
margin-left: 2px;
}



#adresp{
    margin-left:30px;
    width:500px;
    font-size: 70%;
     text-align: center; 
    color: #656565;
    text-decoration: none;
    
}
    
.copy{
    margin-bottom: 15px;
}


/* images */

figure {

    display: flex;
    flex-flow: column;
    margin: 0;

}

figcaption {
    background-color: #222;
    text-decoration: none;
    color: #fff;
    font: italic smaller sans-serif;
    padding: 2px;
    text-align: center;
}

/*<!---links--!>*/

.lnka {
    display: block;
    background-color: red;
    margin-top: -50px;
    margin-bottom: 220px;
    padding-right: 30px;
    padding-left: 30px;
   }

.lnk {
    background: #f74040;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 60px;
    padding: 0 1rem;
    line-height: 60px;
    text-align: center;
    border: 2px solid #fff;
    font-size: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: sans-serif;
    color: #fff;
    overflow: hidden;
}

.lnk span  {
    display:inline-block;
    transition:0.5s;
}
.lnk span:nth-child(odd):before {
    content:attr(data-text);
    position:absolute;
    transform:translateY(100%);
}
.lnk span:nth-child(odd){
    transform:translateY(-100%);
}
.lnk:hover span:nth-child(odd){
    transform:translateY(0);
    color:#512696;
}
.lnk span:nth-child(even):before {
    content:attr(data-text);
    position:absolute;
    transform:translateY(-100%);
}

.lnk span:nth-child(even){
    transform:translateY(100%);
}
.lnk:hover span:nth-child(even){
    transform:translateY(0);
    color:#512696;
}
