@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
select,
textarea,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: 'Open Sans', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}


/*Anasayfa*/

.section1 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/anasayfa.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.section1 .header li a:hover {
    color: rgb(197, 192, 184);
    /* font-weight: 700;*/
}


/*header*/

.slider-header {
    position: absolute;
    width: 100%;
    z-index: 1;
    display: flex;
}

header {
    z-index: 1;
    display: flex;
}

.header {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
}

.header .logo img {
    width: 80%;
    margin-top: 10px;
}

.header li {
    line-height: 85px;
    margin-left: 10px;
}

.header li a {
    color: #fff;
    font-size: 19px;
    font-weight: 100;
}

.header li a:hover {
    color: rgb(124, 124, 124);
    transition: 0.2s;
}

.header li .active {
    font-weight: 700;
    color: #fff !important;
}

/*header*/


/*section2*/

.section2 {
    width: 100%;
    height: 88vh;
    display: flex;
    align-items: center;
}



.section2-text {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    height: 85vh;
    justify-content: center;
}

/*
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
*/

.section2-baslik h5 {
    font-weight: 700;
    margin-bottom: 15px;
}

.section2-metin {
    width: 30%;
    text-align: left;
}

.section2-metin p {
    font-weight: 100;
    font-size: 17px;
}

.section2-baslik {
    width: 30%;
    text-align: left;
}

/*section2*/


/*section3*/

.section3 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/hizmetler.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*section4*/

.section4 {
    display: flex;
    width: 100%;
    height: 80%;
    align-items: center;
    margin-top: 27px;
}

.section4-logo {
    display: flex;
    justify-content: flex-end;
}

.section4-logo img {
    width: 26%;
    margin-right: 30px;
}

.section4-baslik {
    color: white;
    margin-bottom: 20px;
}

.section4-baslik h6 {
    font-weight: 800;
    font-size: 17px;
}

.section4-text {
    color: white;
    width: 92%;
    font-size: 17px;
    margin-bottom: 25px;
}

.s4-baslik h6 {
    margin-bottom: 0px;
    font-weight: 700;
}

.s4-text {
    font-weight: 300;
}

.s4-text p {
    line-height: 1.3;
}


/*section5*/

.section5 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/tecrubeler.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*section6*/

.section6-img {
    width: 100%;
    height: 88vh;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: flex-end;
}

.section6-img img {
    width: 90%;
}

.section6-text {
    color: white;
}

.section6-text {
    width: 100%;
    height: 88vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.s6-baslik {
    width: 70%;
}

.s6-baslik h6 {
    font-weight: 900;
}

.s6-text {
    width: 70%;
}

.s6-text p {
    line-height: 1.3;
}


/*section7*/

.section7 {
    width: 100%;
    height: 100vh;
    background-image: url(../img/iletisim.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

/*section8*/

.section8 {
    color: #fff;
}

.section8 a {
    color: #fff;
}

.section8-text {
    width: 100%;
    height: 88vh;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.s8-baslik {
    width: 26%;
    border-bottom: 2px solid white;
    text-align: center;
}

.s8-baslik h6 {
    font-weight: 100;
    text-align: center;
    margin-bottom: 0px;
}

.s8-baslik p {
    color: white;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.s8-text {
    font-size: 17px;
    width: 25%;
    text-align: center;
    margin-top: 5px;
    font-weight: 100;
    color: whitesmoke;
}

.s8-text .mail {
    color: white;
    font-size: 17px;
    font-weight: 400;
    margin-top: -15px;
}

/*section9*/

.section9-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 85vh;
}

.section9-baslik {
    margin: auto;
    text-align: left;
}

.section9-metin {
    margin: auto;
    text-align: left;
    font-weight: 100;
}

.section9-metin b {
    font-weight: 700;
}

.slide-h {
    height: 100vh;
    object-fit: cover;
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 40% !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    height: 25%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}
@media screen and (max-width: 600px) {
  body {
    display: none;
  }
}