* {box-sizing: border-box; font-family: 'Montserrat', Arial, Helvetica, sans-serif,sans-serif;}

html {scroll-behavior: smooth;}

body{margin: 0px;padding: 0px;}

.row:after {content: ""; display: table; clear: both;  }
.clearfix::after {content: ""; clear: both; display: table;}


.footer-fix{background-color: #02071f;padding: 50px;font-size: 15px;}

.row-footer{width: 90%;margin-left: 5%;}

.col-footer{width: 25%; padding: 10px; float: left;}

.footer-link{color:#d5d5d59e;display: block;padding: 10px;text-decoration: none;text-transform: uppercase;font-weight:200;transition: 0.3s;}
.footer-link:hover , .footer-link-2:hover{ color: #ffffff;transition: 0.3s;}

.footer-link-1{color:#d5d5d59e; display: block; line-height: 25px;padding: 5px;font-weight:200;}
.footer-link-2{color:#d5d5d59e;display: block; line-height: 25px;padding: 5px;text-decoration: none;font-weight:200;}

.col-footer-1{width: 100%;padding: 10px;float: left;}
.col-footer-1 h5{color:#d5d5d59e;text-transform: uppercase;font-weight:200;}

.footer-link-3{
    color:#d5d5d59e;
    line-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    text-decoration: none;
    display: inline;
    font-size: larger;
    border-radius: 100%;
    border: 1px solid #d5d5d59e;
    margin:8px;
    font-weight:200;
    transition: 0.3s;
}

.footer-link-3:hover{ background-color: #ffffff;color:#0072b1;border: 1px solid #ffffff;transition: 0.3s;}

.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(2, 7, 31, 0.95);
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 160px;
}
  
.sidebar a {
    margin-top: 20px;
    padding: 8px 8px 8px 8px;
    text-decoration: none;
    font-size: 24px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
}
  
.sidebar a:hover {color: #0072b1;}
  
.sidebar .closebtn {position: absolute;top: 0;right: 25px;font-size: 36px;margin-left: 50px;}
  
.openbtn {display: none;font-size: 20px;cursor: pointer;color: #02071f;border: none;background-color: transparent;}
  
.openbtn:hover {background-color: #444;}

.col-mobile{ width: 33.3%;float: left;}

.mobile-logo{width: 100%;}

.row-menu-mobile{padding: 20px;background-color: #ffffff;display: none;margin-bottom: 20px;}

.mobile-lang-link{color: #02071f;display: block;text-decoration: none;font-size: 14px;}

.sidebar-desktop{background-color: #ffffff;overflow-x: hidden;transition: 0.3s;}

.desktop-link {border-bottom: 1px solid #ffffff;text-decoration: none; color: #02071f;display: inline-block;transition: 0.3s;text-align: left;text-transform: uppercase;margin-right:20px;}
.desktop-link:hover {border-bottom: 1px solid #02071f;transition: 0.3s;}

.desktop-logo{ width: 100%;max-width: 150px;}

.desktop-lang-link{ color: #02071f;display: block;text-decoration: none;float: right;margin-right:20px;transition: 0.3s;}

.desktop-lang-link:hover{color: #0072b1;transition: 0.3s;}


.desktop-link-1 {
    margin-left: 30px;
    margin-bottom: 20px;
    padding: 8px 8px 8px 8px;
    border-left:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    text-decoration: none;
    font-size: 18px;
    color: #02071f;
    border-left:1px solid #02071f;
    border-bottom:1px solid #02071f;
    display: block;
    transition: 0.3s;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}


.menu-left{width: 20%; float: left;}
.menu-mid{width: 65%;float: left;}
.menu-right{ width: 15%;float: left;}

#display-menu{width: 80%;margin-left: 10%;}


.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {position: relative;margin: auto;}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {right: 0;border-radius: 3px 0 0 3px;}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover { background-color: rgba(0,0,0,0.8);}
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active, .dot:hover {background-color: #717171;}

.fade {animation-name: fade;animation-duration: 1.5s;}
@keyframes fade {from {opacity: .4} to {opacity: 1}}

#background{background-image: url("img/slide-1.png"); background-repeat: no-repeat;background-size: cover;}
#background1{background-image: url("img/slide-2.png"); background-repeat: no-repeat;background-size: cover;}
#mobile-img{display:none}

.card-main{padding: 25px; background-color: rgba(255, 255, 255, 0.825);color: #02071f;}
.card-main h1{font-size:45px; letter-spacing: 1px; font-weight: 200;}

.row-card{width: 90%; margin-left:5%;}

.col-1{width: 50%; float: left; padding: 90px;}
.col-2{width: 25%;float: left;padding:10px;}
.col-3{ width: 50%; float: left;}
.col-4{width: 50%;float: left;padding:10px;}
.col-5{width: 33.3%;float: left;}

.col-66{width: 66.6%;float: left;padding:10px;}
.col-33{width: 33.3%;float: left; padding:10px;}

.card-2{padding:20px; color:#02071f;}
.card-2 p{line-height: 30px;text-align: justify;}
.card-2 h2{letter-spacing: 2px;text-transform: uppercase;}
.card-2 h3{font-weight: 200;}



.card-5{text-align: center;}

.void{height:100px}

.card-exp{ color:#02071f;padding:30px;}
.card-exp p{line-height: 25px; text-align: justify;}
.card-exp h1, .card-web h1{font-size: 40px; letter-spacing: 2px; text-transform: uppercase; }
.card-exp li{text-align: justify;}

.card-exp h2{font-size: 30px;}
.card-exp h4{text-transform: uppercase; font-size: 25px;}
.card-exp h3 {font-weight: 200;}

.card-exp-1{color:#0072b1;width: 90%;margin: auto;}
.card-exp-1 h1 {font-weight: 200;font-size:80px;}


.card-web{text-align: justify; padding: 20px;}
.card-web p{line-height: 25px;}

.card-hakkinda{padding: 20px;}
.card-hakkinda h4{color: rgba(255, 255, 255, 0.801); font-weight: 200; text-transform: uppercase;}
.card-hakkinda h1{font-size: 60px; color:#ffffff; letter-spacing: 2px;}

.card-exp-2{padding: 20px; }
.card-exp-2 h1{font-size: 40px; letter-spacing: 2px;font-weight: 200; margin: auto;color:#0072b1;}

.card-exp-3{padding:20px; background-color: #ffffff; color:#02071f}
.card-exp-3 h1{letter-spacing: 2px;}

.card-circle{padding:20px;letter-spacing: 2px; text-align: center; }
.card-circle a{color:#ffffffa3;text-decoration: none;transition: 0.3s;}
.card-circle a:hover{color:#ffffff;transition: 0.3s;}

.card-25{padding:20px}
.card-25 p{line-height: 25px; text-align: justify;}

.card-iletisim {padding:20px}
.card-iletisim h1{text-transform: uppercase; font-weight: 200;}
.card-iletisim p{ line-height: 25px;}
.card-iletisim a{text-decoration: none; color:#02071f;}


.img-effect{transition: 0.5s;}
.img-effect:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: 0.5s;}

.img-effect1{transition: 0.5s;}
.img-effect1:hover{box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19); transition: 0.5s;}

.link-gen{color:#02071f; text-decoration: none;transition:0.3s;}
.link-gen:hover{color:#0072b1; letter-spacing: 1px; transition:0.3s ;}

.col-16{float: left; width: 16.6%; text-align: center;}
.col-12{float:left; width: 12.5%;}

.teklif-link{padding:20px; color:#0072b1;text-decoration: none;transition: 0.3s; font-size: 20px; border:1px solid #0072b1;border-radius: 30px; display: inline-block;}
.teklif-link:hover{color:#ffffff; background-color:#0072b1; transition: 0.3s;}

.card-img-link:hover{box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); transition: 0.5s;}
.card-img-link{transition: 0.5s;}

.container {position: relative;}
.text-block-1 {position: absolute;bottom: 20px;left: 20px;background-color: #02071fbb;color: white;padding-left: 20px;padding-right: 20px; letter-spacing: 2px;}

.cookies-eu-banner {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
}
  
.cookies-eu-banner button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 4px 7px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
}
  
.cookies-eu-banner button:hover {background: #fff; color: #222;}
.hidden {display: none;}
.cookies-eu-banner a{text-decoration: none; color: #468aae}
.cookies-eu-banner a:hover{text-decoration: underline;}




@media screen and (max-width: 790px) {

    .col-footer{
        width: 100%;
        text-align: left;
    }
    .footer-logo{width: 40%;}
    .sidebar {padding-top: 15px;}
    .sidebar a {font-size: 18px;}
    .openbtn{display: block;}
    .row-menu-mobile{display: block;}
    .sidebar-desktop{display:none}
    #display-menu{display: none;}
    
    .void{height:30px}

    .col-1, .col-2, .col-3, .col-4, .col-5, .col-33, .col-66{width: 100%;}
    .col-1{padding: 30px;}
    .row-footer{
        width: 100%;
        margin-left: 0%;
    }
    .prev, .next,.dot {display: none;}
    .slideshow-container{display: none;}
    #mobile-img{display:block}
    #desktop-img{display:none}

    .col-16{width: 50%;}
    .col-12{width: 25%;}
    
    .row-card{margin-left: 0%; width: 100%;}


    .card-hakkinda h1, .card-exp h1, .card-web h1, .card-exp-2 h1{font-size: 30px; }
    .card-exp h3{font-size: 20px;}
    .card-exp-2, .card-exp-1 {display: none;}

    #margin-up{margin-top:-60px}
    #margin-up-1{margin-top:-30px}

    .text-block-1{bottom:0px; right:0px; text-align: right;}



}

@media screen and (min-width: 1800px) {
    #main-area{
        width: 70%;
        margin-left:15%;
    }

}