/* ===================================
    KLY HIRDAVAT - İLTAWEB
====================================== */
/* font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@200;300;400;500;600;700;800;900&display=swap');


/* header */
header .navbar-brand img {
    max-height: 100%;
}
.header-icon .header-social-icon a {
    padding-left: 25px;
}
.hamburger-menu-simple .menu-item-list .nav-link {
    font-size: 80px;
    line-height: 60px;
}
header .elements-social ul li a {
    width: auto;
    height: auto;
}
header .elements-social ul li {
    margin-right: 20px;
    margin-left: 0;
}
h3 {
    font-size: 2.813rem;
    line-height: 2.813rem;
}

.lh-165{
    line-height: 165px;
}
.bg-gradient-dark-transparent {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(7%, #172c23), to(transparent));
    background: linear-gradient(to top, #141622 7%, transparent 100%);
}
.right-minus-200px {
    right: -200px;
}
.mb-50 {
    margin-bottom: 50%;
}
/* slider */
.demo-vertical-portfolio .swiper .swiper-slide {
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.demo-vertical-portfolio .swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
    transition-delay: 0.4s;
}
.slider-big-title {
    font-size: 70rem;
    line-height: 68rem;
}
/* float animation */
.animation-float {
    animation: float 1500ms linear 500ms infinite alternate both;
}
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(25px);
    }

    100% {
        transform: translateY(50px);
    }
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1350px;
    }
}
@media (max-width: 1600px){
    .slider-big-title {
        font-size: 65rem;
        line-height: 63rem;
    }
}
@media (max-width: 1399px){
    .slider-big-title {
        font-size: 55rem;
        line-height: 60rem;
    }
}
@media (max-width: 1199px){
    .slider-big-title {
        font-size: 45rem;
        line-height: 59.5rem;
    }
    .lh-165{
        line-height: 140px;
    }
}
@media (max-width: 991px){
    .slider-big-title {
        font-size: 35rem;
        line-height: 33rem;
    }
    .swiper-vertical .marquees-text {
        top: 28% !important;
    }
    .header-transparent[data-header-hover=dark] {
        background-color: transparent !important;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 60px;
        line-height: 50px;
    }
}
@media (max-width: 767px){
    .swiper-vertical > .swiper-pagination-bullets-right {
        width: 100%;
        right: 0;
        top: 92%;
        text-align: center;
    }
    .swiper-vertical > .swiper-pagination-bullets-right .swiper-pagination-bullet {
        margin: 0 20px !important;
        display: inline-block;
    }
    .hamburger-menu-simple .menu-item-list .nav-link {
        font-size: 50px;
        line-height: 40px;
    }
}
@media (max-width: 575px){
    .slider-big-title {
        font-size: 6rem;
        line-height: 10rem;
    }
}