@import url('fontawesome-all.css');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap');

:root {
    --body: 'Poppins', Helvetica, Arial, sans-serif;
    --regular: 400;
    --bold: 700;
    --italik: italic;
    --beyaz: #FFF;
    --siyah: #000;
}

.siyah {
	color: var(--siyah) !important;
}
.beyaz {
	color: var(--beyaz) !important;
}
.ti-cursor{
    margin-left:30px;
}
.kalin {
	font-weight: var(--bold);
}


html, body {
	height: 100% !important;
	width: 100% !important;
}
body {
    background-color: var(--siyah);
    font-family: var(--body);
    font-weight: 600;
    font-size: 32px;
    color: var(--beyaz);
    line-height: 1.5;
}
header {
    padding-top: 30px;
}
.typewriter{
    margin-top:100px !important;
}
* {
	outline: none;
	font-variant-ligatures: none;
}
a, a:visited, a:link {
	color: var(--beyaz);
	text-decoration: none;
}
a:hover, a:focus {
	color: var(--beyaz);
	text-decoration: underline;
}
a.kapsa {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
}
p {
	margin-bottom: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	position: relative;
	z-index: 1;
	margin-bottom: 16px;
	font-weight: 640;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400 !important;
}
h1 {
	font-size: 64px;
}
h2 {
	font-size: 48px;
}
h6 {
	font-size: 16px;
}

small {
	font-size: 12px;
	line-height: 1;
}

::-moz-selection {
	color: var(--siyah);
	background: var(--beyaz);
}
::selection {
	color: var(--siyah);
	background: var(--beyaz);
}
::placeholder {
	font-size: 16px;
	font-weight: 400;
	opacity: .24;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.icerik {
    padding: 96px;
}
.container-fluid {
	position: relative;
}
.gorsel,
.video {
    position: relative;
}
.gorsel::after,
.video::after {
    display: block;
    content: "";
}
.gorsel.yarim-gorsel::after {
    padding-top: 50%;
}
.gorsel.hd-gorsel::after,
.video.hd-video::after {
    padding-top: 56.25%;
}
.gorsel.kare-gorsel::after {
    padding-top: 100%;
}
.gorsel.dik-gorsel::after {
    padding-top: calc(200% + 24px);
}
.gorsel img,
.video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1.00%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler {
    border-color: var(--beyaz) !important;
}
.navbar-brand img {
    height: 45px;
}
.nav-item {
    margin-left: 72px;
}
.nav-item:first-of-type {
    margin-left: 0;
}
.nav-link {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    font-size: 18px;
}
.nav-link:focus, .nav-link:hover {
    color: var(--beyaz);
    text-decoration: none;
}
.nav-link::after,
.dropdown-item::after,
.sayfa-icerik.talents a::after {
    content: "";
    display: none;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100% - 10px);
    height: 2px;
    background-color: var(--beyaz);
}
.sayfa-icerik.talents a::after {
    bottom: 12px;
}
.sayfa-icerik.talents a:hover {
    text-decoration: none;
}
.nav-link:hover::after,
.dropdown-item:hover::after,
.sayfa-icerik.talents a:hover::after {
    display: block;
}
.dropdown-toggle::after {
    border: none;
}
.dropdown-menu {
    background: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
footer{    padding-bottom: 70px;}
.giris-slogan {
    padding: 96px 0;
}
.giris-slogan img {
    max-width: 100%;
}

.sayfa {
    margin-top: 48px;
}
.anasayfa-baslik {
    min-height:600px
}
.sayfa-baslik, .anasayfa-baslik {
    /*font-size: 240px;*/
    font-size: 9vw;
    line-height: 1.15;
    letter-spacing: 1px;
}
.sayfa-baslik.foto {
    font-size:8vw;
}
.sayfa-baslik span {
    /*font-size: 320px;*/
    font-size: 13vw;
}
.sayfa-icerik {
    margin-bottom: 160px;
    padding-left: 120px;
}
.sayfa-icerik.hakkimizda {
    width: 80%;
}
.sayfa-icerik.works {
    margin-top: 160px;
    padding-left: 0;
}
.sayfa-icerik.talents {
    width: 80%;
    line-height: 2.5;
}
.sayfa-icerik.talents a {
    position: relative;
    display: inline-block;
    margin-right: 32px;
}

.takim p {
    margin-bottom: 0;
}

.portfolyo {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.portfolyo video {
    width: 100%;
}
video::-webkit-media-controls {
    display:none !important;
}
p.yetenek {
    margin-bottom: 0;
    padding-left: 110px;
    font-size: 5vw;
    letter-spacing: 0px;
}

.as-port {
    margin-bottom: 120px;
}
.as-portfolyo {
    position: relative;
    margin-bottom: 24px;
}

.iletisim p {
    margin-bottom: 32px;
    line-height: 1;
}
.iletisim p span {
    font-size: 20px;
}
.iletisim .adres {
    padding-left: 198px;
    text-indent: -198px;
}

.alt-slogan {
    font-size: 40px;
    margin-bottom: -50px;
    margin-top: 230px;
}
.alt-sm {
    margin-top: 96px;
}
.alt-sm a {
    display: inline-block;
    margin-right: 30px;
    padding: 4px;
    width: 48px;
    border-radius: 8px;
    background-color: var(--beyaz);
    text-align: center;
    color: var(--siyah) !important;
    font-size: 40px;
    line-height: 0;
}
.alt-sm a:last-of-type {
    margin-right: 0;
}

.efekt{
    transition: transform .2s; /* Animation */
}
.efekt:hover{
    transform: scale(1.5);}


/* EKRAN AYARLAMALARI */
/* --------- ÇOK KÜÇÜK EKRANLAR --------- */
@media (max-width: 369px) {
}
@media (max-width: 479px) {
}

/* --------------- col-xs --------------- */
@media (min-width: 370px) and (max-width: 575px) and (orientation: landscape) {
}

@media (max-width: 575px) {
    .navbar-brand img {
        height: 40px;
    }
    .navbar-toggler {
        padding: 2px 8px;
    }
    .icerik {
        padding: 32px;
    }
    .sayfa-icerik {
        padding-left: 32px;
    }
    .sayfa-icerik.talents {
        margin-top: 24px;
        width: 100%;
        line-height: 1;
    }
    .sayfa-icerik.talents a {
        margin-right: 0;
        margin-bottom: 24px;
    }
    .sayfa-icerik.works {
        margin-top: 72px;
    }
    p.yetenek {
        padding-left: 36px;
    }
    .sayfa-icerik.iletisim {
        font-size: 16px;
    }
    .iletisim .adres {
        padding-left: 98px;
        text-indent: -98px;
    }
    .iletisim p span {
        font-size: 16px;
    }
    .alt-slogan {
        font-size: 24px;
    }
    .alt-sm {
        margin-top: 16px;
    }
    .alt-sm a {
        margin-right: 24px;
        width: 32px;
        font-size: 24px;
    }
}
@media (max-width: 575px) and (orientation: portrait) {
}

/* --------------- col-sm --------------- */
@media (min-width: 576px) {

}
@media (min-width: 576px) and (max-width: 767px) {
    .icerik {
        padding: 64px;
    }
    .as-portfolyo {
        margin-bottom: 16px;
    }
    .as-portfolyo.sag-ust {
        margin-bottom: 0;
    }
    .sayfa-icerik {
        padding-left: 72px;
    }
    .sayfa-icerik.talents {
        width: 100%;
        line-height: 2;
    }
    p.yetenek {
        padding-left: 72px;
    }
    .sayfa-icerik.iletisim {
        font-size: 24px;
    }
    .alt-sm a {
        margin-right: 40px;
        font-size: 32px;
    }
}
@media (min-width: 576px) and (max-width: 767px) and (orientation: landscape) {
}
@media (max-width: 767px) {
    .sayfa-icerik.hakkimizda {
        width: 100%;
    }
}
@media (max-width: 767px) and (orientation: landscape) {

}

/* --------------- col-md --------------- */
@media (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 24px;
    }
    .icerik {
        padding: 64px;
    }
    .navbar-brand img {
        height: 48px;
    }
    .as-portfolyo {
        margin-bottom: 16px;
    }
    .sayfa-icerik {
        padding-left: 80px;
    }
    .sayfa-icerik.hakkimizda {
        width: 90%;
    }
    .iletisim .adres {
        padding-left: 146px;
        text-indent: -146px;
    }
    .alt-slogan {
      font-size: 32px;
    }
    .alt-sm {
        margin-top: 32px;
    }
    .alt-sm a {
        margin-right: 40px;
    }
}
@media (max-width: 991px) and (orientation: landscape) {

}

@media (max-width: 991px) {
    .navbar-nav {
        margin-top: 16px;
        text-align: right;
    }
    .nav-item {
        margin-bottom: 16px;
        margin-left: 0;
    }
    .navbar-nav .dropdown-menu {
        text-align: right;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    body {
        font-size: 24px;
    }
    .icerik {
        padding: 64px;
    }
    .navbar-brand img {
        height: 48px;
    }
    .nav-item {
        margin-left: 24px;
    }
    .sayfa-icerik {
        padding-left: 110px;
    }
    .iletisim .adres {
        padding-left: 146px;
        text-indent: -146px;
    }
    .alt-slogan {
        font-size: 32px;
    }
    .alt-sm {
        margin-top: 32px;
    }
    .alt-sm a {
        margin-right: 40px;
    }
}
@media (min-width: 1199px) {

}

/* --------------- col-xl --------------- */
@media (min-width: 1200px) and (max-width: 1399px) {
}

/* --------------- col-xxl --------------- */
@media (min-width: 1400px) {
}

@media (max-width: 767px) and (orientation: landscape) {
}
@media (orientation: portrait) {
}
@media (orientation: portrait) and (max-width: 767px){
}
@media (orientation: portrait) and (width: 768px){
}
@media screen and (device-aspect-ratio: 4/3) {
}
