﻿#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #06113a;
    left: 0;
    top: 0;
    z-index: 9;
}

    /*#particles-js:after {*/
       /* background: linear-gradient(#ffffff 0%, #0a4156 100%);*/
        /*position: absolute;
        left: 0;
        top: 0;
        content: '';
        width: 100%;
        height: 100%;
        z-index: -1;
    }*/


#particles-js2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #06113a;
    left: 0;
    top: 0;
    /*z-index: 9;*/
}



    .btnns ul li {
        width: auto;
        display: inline-block;
        margin-right: 15px;
    }

        .btnns ul li a {
            font-size: 16px;
            padding: 9px 22px;
            display: block;
            border-radius: 55px;
            font-weight: 600;
        }

            .btnns ul li a i {
                margin-left: 15px;
            }

        .btnns ul li.btn-one a {
            background: #fd5d25;
            border: 1px solid #133e64;
            color: #fff;
        }

            .btnns ul li.btn-one a:hover {
                background: #111;
                border: 1px solid #111;
                color: #fff;
            }

        .btnns ul li.btn-two a {
            background: transparent;
            border: 1px solid #fff;
            color: #fff;
        }

            .btnns ul li.btn-two a:hover {
                background: transparent;
                border: 1px solid #45494d;
                color: #45494d;
            }

        .btnns ul li.btn-three a {
            background: transparent;
            border: 1px solid transparent;
            color: #111;
        }

            .btnns ul li.btn-three a:hover {
                background: transparent;
                border: 1px solid #45494d;
                color: #45494d;
            }

.btnlar {
    width: 100%;
    float: left;
    margin: 30px 0 0;
}

    .btnlar ul {
        float: left;
    }

        .btnlar ul li {
            cursor: pointer;
        }

            .btnlar ul li:last-child {
                float: right;
            }

            .btnlar ul li:first-child {
                float: left;
                margin-right: 15px;
            }

            .btnlar ul li i {
                font-size: 30px;
                color: #111;
            }

.slider-alani {
  /*  background: rgb(2,0,36);
    background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(17,79,111,1) 35%, rgba(0,212,255,1) 100%);*/
}

.slider-alani,
.home-slider,
.home-slider .item {
    width: 100%;
    height: 104vh;
    min-height: 720px;
    position: relative;
    z-index: 10;
}

    .home-slider .item {
        background-size: cover;
        background-position: center;
    }


.slider-content {
    width: 90%;
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    height: 100%;
    flex-direction: row-reverse;
}

.slider-title {
    width: 38%;
    /*padding: 40px 80px 0 0;*/
}

    .slider-title h1 {
        font-size: 30px;
       /* text-transform: uppercase;
        line-height: 1em;*/
        color: #fff;
        line-height:1.2;
        /*letter-spacing: 2px;
        margin: 0;*/
    }

        .slider-title h1 img {
            width: auto !important;
            height: 50px;
            margin-bottom: 15px
        }

        .slider-title h1 p {
            font-size: 35px;
            text-transform: none !important;
            margin-top: 0;
            padding: 10px 0;
        }

    .slider-title span {
        font-size: 15px;
        line-height: 25px;
        font-weight: 300;
        line-height: 1em;
        color: #fff;
        margin-top: 10px;
        display: block;
    }

    .slider-title p {
        font-size: 14px;
        font-weight: 400;
        line-height: 1.5;
        color: #fff;
        /*padding-right: 60px;*/
    }



    .slider-title ul {
        margin-top: 35px;
    }

        .slider-title ul li {
            width: auto;
            display: inline-block;
            margin-right: 15px;
            font-family: var(--fontsec);
        }

    .slider-title .btnns img {
        width: auto !important;
        height: 19px !important;
        display: inline-block;
        position: relative;
        top: 3px;
        margin-left: 15px;
    }

.slider-img {
    width: 100%;
    height: 100%;
    /*max-height: 80%;*/
    background-position: center;
    /*background-size: contain;*/
    background-repeat: no-repeat;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 11%;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left: calc((100% - 1200px) / 2);*/
    animation: 1.8s 1.8s fadeInUp both;
}

    .home-slider .owl-dots:after {
        content: '';
        width: 239px;
        height: 1px;
        border-radius: 0.5px;
        background: #fff;
        margin-left: 15px;
    }

    .home-slider .owl-dots .owl-dot {
        width: 17px;
        height: 14px;
        border-radius: 7px;
        margin-right: 7px;
        background: #fff;
        opacity: 0.46;
        transform: scale(1);
        opacity: 0.4;
        transition: all .4s ease;
    }

        .home-slider .owl-dots .owl-dot.active {
            opacity: 1;
            width: 46px;
            height: 14px;
            border-radius: 7px;
            background: #fff;
        }

.slider-alani .slider-counter {
    position: absolute;
    bottom: 10.5%;
    color: #fff;
    transform: scale(1);
    transition: all .4s ease;
    animation: 1.8s 1.8s fadeInUp both;
    z-index: 9;
    display:none;
}

.home-slider .owl-nav {
    width: 100%;
    position: absolute;
    bottom: 45%;
}

    .home-slider .owl-nav .owl-prev,
    .home-slider .owl-nav .owl-next {
        color: #fff;
        font-size: 30px;
    }

    .home-slider .owl-nav .owl-prev {
        float: left;
        margin-left: 25px;
    }

    .home-slider .owl-nav .owl-next {
        float: right;
        margin-right: 25px;
    }

.home-slider .owl-item.active .slider-title span {
    animation: 1s 1s fadeInUp both;
}

.home-slider .owl-item.active .slider-title h1 {
    animation: 1s 1s fadeInLeft both;
}

.home-slider .owl-item.active .slider-title p {
    animation: 1.3s 1.3s fadeInLeft both;
}

.home-slider .owl-item.active .slider-title ul li:nth-child(1) {
    animation: 1.5s 1.5s fadeInUp both;
}

.home-slider .owl-item.active .slider-title ul li:nth-child(2) {
    animation: 1.7s 1.7s fadeInUp both;
}

.home-slider .owl-item.active .slider-img {
    /*border:1px solid red;*/
    animation: 1s 1s fadeInUp both;
}

.home-slider img.img-18577 {
    height: 60px !important
}

.home-slider img.img-18567 {
    height: 40px !important
}

.home-slider img.img-18581 {
    height: 48px !important
}

.home-slider img.img-18570 {
    height: 51px !important
}

.home-slider img.img-18586 {
    height: 65px !important
}

.home-slider img.img-18573 {
    height: 65px !important
}

.home-slider img.img-18590 {
    height: 70px !important
}

.home-slider img.img-18593 {
    height: 38px !important
}

.home-slider img.img-18595 {
    height: 42px !important
}

.home-slider img.img-18596 {
    height: 38px !important
}

@media all and (max-width: 991px) {
    .slider-alani,
    .home-slider,
    .home-slider .item {
        width: 100%;
        height: auto;
        min-height: inherit;
    }

        .home-slider .item {
            background-size: cover;
            background-position: center;
        }
        .home-slider .owl-nav {
            bottom: 55%;
        }
        .slider-img {
            width: 100%;
            height: 250px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            margin-bottom: 20px;
        }

    .slider-content {
        width: 100%;
        float: left;
        display: table;
        align-items: center;
        justify-content: space-between;
        margin: auto;
        height: auto;
        padding: 0 3px 40px 3px;
    }

    .slider-title {
        width: 100%;
        float: left;
        padding: 0 20px 0;
    }

        .slider-title h1 {
            font-size: 35px;
        }

        .slider-title p {
            font-size: 15px;
            padding: 0;
            line-height: 25px;
        }

        .slider-title ul {
        }

            .slider-title ul li {
                margin-bottom: 10px;
            }

    .mobil-slider-img {
        margin: 35px auto 35px;
    }

        .mobil-slider-img img {
            width: 85% !important;
            height: auto;
            margin: auto;
        }

    .home-slider .owl-item.active .mobil-slider-img {
        animation: 1s 2s fadeIn both;
    }

    .home-slider .owl-dots {
        bottom: 2%;
        padding: 0 15px;
    }
}
