body{
    margin-top: 85px;
    font-family: 'Montserrat', sans-serif;
    user-select: none;
}
/* NAVBAR */
header nav{
    height: 85px;
}
.navbar-nav{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 1px 1px rgb(0, 0, 0, 0.5);
}
nav .brand img{
    max-height: 85px;
}
nav .brand{
    position: relative;
    height: 85px;
}
nav .brand img{
    object-fit: contain;
}
.navbar-light .navbar-nav .navbar-link:focus,
.navbar-light .navbar-nav .nav-link:hover{
    color: rgb(255, 255, 255);
}
nav ul li a {
    color: #fff !important;
}
nav ul li a:hover{
    color: rgba(236, 235, 233, 0.8) !important;
}
.dropdown-menu {
    background-color: rgba(236, 235, 233, 0.7);
}
.dropdown-menu li a{
    color: #000 !important;
}
.dropdown-menu > li a:hover{
    background-color: #394D5C !important;
}
header nav{
    background-color: #394D5C;
}
@media only screen and (max-width: 767px) {
    .navbar-collapse ul{
        background-color: rgba(236, 235, 233, 0.7);

    }
    .navbar-collapse ul li{
        text-align: center;
    }
}

/* BANNER */
.banner .banner-image{
    height: 100vh;
    background-image: url(../img/home/banner-emir.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.banner-content {
    position: absolute;
    top: 40%;
    left: 10%;
    /* max-width: 300px; */
}
.banner-content h1{
    font-weight: 900;
    color: #fff;
    text-shadow: 2px 1px 3px #000;
}
.banner-content p{
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}

@import url('https://fonts.googleapis.com/css?family=Roboto:700');


p {
  text-shadow: 0 0 7px rgba(255,255,255,.3), 0 0 3px rgba(255,255,255,.3);
}
.container-banner-text{
    color: #e5e5e5;
    font-size: 2.26rem;
    text-transform: uppercase;
    height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.animation {
  height: 50px;
  overflow:hidden;
  margin-left: 1rem;
}

.animation > div > div {
  padding: 0.25rem 0.75rem;
  height:2.81rem;
  margin-bottom: 2.81rem;
  display:inline-block;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  background-color:#20a7d8;
}
.second div {
  background-color:#CD921E;
}
.third div {
  background-color:#c10528;
}

@keyframes text-animation {
  0% {margin-top: 0;}
  10% {margin-top: 0;}
  20% {margin-top: -5.62rem;}
  30% {margin-top: -5.62rem;}
  40% {margin-top: -11.24rem;}
  60% {margin-top: -11.24rem;}
  70% {margin-top: -5.62rem;}
  80% {margin-top: -5.62rem;}
  90% {margin-top: 0;}
  100% {margin-top: 0;}
}

@media only screen and (max-width: 767px) {

    .banner-content {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        padding: 5px;
    }

    .container-banner-text{
        color: #e5e5e5;
        font-size: 1.5rem;
        text-transform: uppercase;
        height: 25vh;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container-banner-text .animation{
        font-size: small;
    }
    
    @keyframes text-animation {
        0% {margin-top: 0;}
        10% {margin-top: 0;}
        20% {margin-top: -5.62rem;}
        30% {margin-top: -5.62rem;}
        40% {margin-top: -11.24rem;}
        60% {margin-top: -11.24rem;}
        70% {margin-top: -5.62rem;}
        80% {margin-top: -5.62rem;}
        90% {margin-top: 0;}
        100% {margin-top: 0;}
      }
}



/* CONTENT */
.sirketler{
    min-height: auto;
}
.sirketler .sirket-logo{
    max-width: 180px;
    height: 180px;
    
}
.sirketler .sirket-logo img{
    height: 100%;
    width: 100%;
    border-radius: 100px;
    box-shadow: #1a8cdc -1px 2px 4px 1px;
    object-fit: cover;
}
.head-title{
    color: #5C5239;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: #000000 0 -1px 2px;
}
.left-image{
    height: 100%;
    width: auto;
    background-image: url(../img/home/hakkimizda.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5%;
    margin: 50px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5), 
                -5px -5px 10px rgb(200, 198, 198);
}
.about-content{
    height: auto;
    width: 100%;
    margin: 30px;
}
.about-content h4{
    text-align: center;
    font-size: 2rem;
    color: #394D5C;
    font-weight: 700;
    letter-spacing: 2px;
    text-shadow: #000000 0 -1px 2px;
}
.about-content p{
    font-size: 1rem;
    letter-spacing: 1.5px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.75);
}
.hikayeci{

    height: 200vh;
    background-size: cover;
    position: relative;
}
.hikayeci .hikayeci-title {
    position: absolute;
    top: 5%;
    right: 15%;
}
.hikayeci .hikayeci-title h1{
    font-weight: 900;
    text-transform: uppercase;
    color: #f5ffa6d4;
}
.hikayeci .hikayeci-slider{
    position: absolute;
    top: 5%;
    left: 5%;
    height: 50%;
    width: 50%;
}
.hikayeci .hikayeci-video{
    position: absolute;
    bottom: 0;
    height: 40%;
    width: 100%;
}
.hikayeci .hikayeci-video .video{
    height: 300px;
}
.hikayeci .hikayeci-video video{
    height: 100%;
    width: 100%;
}


/* FOOTER */
.footer .footer-content{
    margin-top: 100px;
    background-color: rgb(57, 77, 92, .5);
    background-size: cover;
    height: auto;
}
.footer .footer-content ul li{
    list-style-type: none;
}
.footer .footer-content li a{
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: rgb(255, 255, 255);
}
.footer .footer-content li a:hover{
    color: rgba(13, 25, 82, 0.8);
}
.footer .l{
    height: auto;
    overflow: hidden;
}
.footer .l img{
    object-fit: contain;
}


/* carousel */


.carousel-item{
    height: 100vh;
    min-width: 330px;
}
.bg-1{
    background-image: url(../img/referanslar/hikayeci/alinur_aktas.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-2{
    background-image: url(../img/referanslar/hikayeci/alinur_aktas.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-3{
    background-image: url(../img/referanslar/hikayeci/alinur_aktas_2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-4{
    background-image: url(../img/referanslar/hikayeci/hikayeci-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-5{
    background-image: url(../img/referanslar/hikayeci/hikayeci-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-6{
    background-image: url(../img/referanslar/hikayeci/hikayeci-3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-7{
    background-image: url(../img/referanslar/hikayeci/hikayeci-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-8{
    background-image: url(../img/referanslar/hikayeci/hikayeci-5.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-9{
    background-image: url(../img/referanslar/hikayeci/hikayeci-6.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.carousel-caption{
    bottom: 220px;
    z-index: 2;
}
.carousel-caption h5{
    font-size: 85px;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 25px;
}
.carousel-caption p{
    width: 70%;
    margin: auto;
    font-size: 18px;
    line-height: 1.9;
}
.carousel-caption a{
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}
.carousel-inner::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1;
}
.carousel-indicators{
    bottom: 65px;
}
.carousel-indicators button{
    width: 100px !important;
}
.navbar-toggler{
    padding: 1px 5px;
    font-size: 18px;
    line-height: 0.3s;
    background: #fff;
}
@media only screen and (min-width: 768px) and (max-width:991px){
    .navbar-nav{
        text-align: center;
    }
    .navbar-collapse{
        background-color: #fff;
    }
    .navbar-collapse .nav-item .nav-link{
        color:#000;
    }
    .carousel-caption{
        bottom: 350px;
    }
    .carousel-caption h5{
        font-size: 65px;
    }
    .carousel-caption p{
        font-size: 18px;
        width: 100%;
    }
}
@media only screen and (max-width:767px) {
    .navbar-nav{
        text-align: center;
    }
    .navbar-collapse{
        background: #fff;
    }
    .navbar-collapse .nav-item .nav-link{
        color: #000;
    }
    .carousel-caption{
        bottom: 165px;
    }
    .carousel-caption h5{
        font-size: 25px;
    }
    .carousel-caption p{
        font-size: 12px;
        width: 100%;
    }
}

.form-contact h1{
    margin-top: 80px;
    font-size: 3rem;
}
.form-contact ul{
    list-style-type: none;
}
.form-contact ul li {
    font-size: 2rem;
}
.form-contact ul li span{
    font-weight: 900;
}
.contact a{
    text-decoration: none;
    color: rgba(57, 77, 92, 0.7);
    font-weight: 900;
    font-size: 2rem;
}
.contact a:hover{
    color: #39415c;
}