@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');


html,
body {
    overscroll-behavior: none;
    -ms-scroll-chaining: none;
    scroll-behavior: smooth;
}

body {
    /*background: linear-gradient(132deg, rgba(5,21,18,1) 33%, rgba(17,83,71,1) 100%);*/
	background: url("../img/bg.jpg");
	background-position: center center;
	background-size: cover;
}

* {
    outline: none !important;
}

p {
    line-height: 20px;
}

:root {
    --ana-renk: #fff;
    --ana-renk-hover: #fff;
    --ana-font: 'Lora', serif;
}

.ana-renk {
    color: var(--ana-renk) !important;
}

.ana-renk-hover {
    color: var(--ana-renk-hover) !important;
}

.ana-font {
    font-family: var(--ana-font);
}

.inter {
    font-family: 'Inter', sans-serif;
}

.lora {
    font-family: 'Lora', serif;
}

a:hover,
a:active,
a:focus {
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    color: #fff !important;
}

.marka {
    font-size: 84px;
    line-height: 84px;
    font-weight: 400;
    letter-spacing: 3px;
    padding-top: 210px;
    color: #fff !important;
    display: inline-block;
}

.alt-marka {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
    display: inline-block;
    position: relative;
    bottom: 20px;
    left: 5px;
}

.coming {
    font-size: 17px;
    line-height: 24px;
    font-weight: 300;
    letter-spacing: 6px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
}

.mail {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
    text-decoration: none !important;
}

.mail a {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    font-family: 'Inter', sans-serif;
    color: #000 !important;
    text-decoration: none !important;
}

section.firsst-section {
    height: 100vh;
}

section {
    position: relative;
}

.h-100 {
    height: 100vh!important;
}

@media (max-width: 480px) {


}