@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* text-transform: capitalize !important; */
    text-decoration: none !important;
}

body {
    font-family: 'Roboto', sans-serif;
}

.bg-black {
    background-color: #000;
}

.header {
    position: fixed;
    z-index: 99;
    top: 0;
    /* background: rgba(255, 255, 255, 0.1); */
    margin: 0;
    width: 100%;
}

    .header .top-social-menu {
        display: flex;
        justify-content: end;
        align-items: center;
        background-color:black;
        padding-right :5rem;
      
    }

        .header .top-social-menu a {
            color: black;
            border-radius: 100%;
            margin: 0 0.25rem;
            display: inline-block;
            padding: 5px 11px;
            background-color: white;
        }

        .header .top-social-menu .phone {
            color: white;
            background-color: transparent;
            font-weight: 600;
        }

.second {
    position: relative;
    padding-top: 9rem;
}

.dmenu {
    display: inline-block;
}
    .dmenu .flag {
        width: 32px !important;
        height: auto;
    }
    .dmenu .dropdown-toggle {
        color: white;
        font-size: 18px;
        border: 0;
    }

        .dmenu .dropdown-toggle:focus {
            border: 0;
            color: white;
        }

    .dmenu .dropdown-menu {
        min-width: 4rem;
        width: 0rem;
    }

        .dmenu .dropdown-menu a {
            margin: 0 !important;
            padding: 5px 13px;
        }


/* .dmenu .dropdown-menu img {
    margin: auto;
} */
/*.header .header-menu {
   
}*/
.header .header-menu img {
    width: 300px;
}


.header .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    border: 0 !important;
    outline: 0 !important;
    color: black;
}

    .header .navbar-toggler:focus {
        background-color: transparent;
        border-radius: 0;
        border: 0 !important;
        outline: 0 !important;
        color: white;
        box-shadow: none !important;
    }

    .header .navbar-toggler:active {
        background-color: transparent;
        border-radius: 0;
        border: 0 !important;
        outline: 0 !important;
        color: white;
    }

.header .header-menu .navbar-nav {
    background-color: black;
    padding: 10px;
    border-radius: 50px;
}

    .header .header-menu .navbar-nav li a {
        color: white;
    }

.header .header-menu .collapse {
    justify-content: end;
}

.header .navbar-nav {
    display: inline-flex;
    position: relative;
}

    .header .navbar-nav li {
        margin: auto;
    }

        .header .navbar-nav li a {
            margin: auto;
            text-align: center;
        }

    .header .navbar-nav .navbar-nav {
        display: none;
    }

    .header .navbar-nav li:hover .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        background-color: black;
        position: absolute;
        border-radius: 0;
    }

    .header .navbar-nav .navbar-nav li:hover .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 100%;
        top: 50%;
    }

    .header .navbar-nav .navbar-nav li .navbar-nav {
        display: none;
    }

    .header .navbar-nav .navbar-nav .navbar-nav li:hover .navbar-nav {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        left: 100%;
        top: 50%;
    }

    .header .navbar-nav .navbar-nav .navbar-nav li .navbar-nav {
        display: none;
    }

    .header .navbar-nav a {
        color: white;
        font-size: 1rem;
    }

        .header .navbar-nav a:hover {
            color: #cacaca !important;
            transition: .5s;
        }

        .header .navbar-nav a:first-child {
            color: white;
            font-size: 1rem;
        }


/*topmenu*/


/*firstslidecss*/

.owl-carouselslide {
    top: 0;
}

    .owl-carouselslide img {
        width: 100%;
        height: auto;
		max-height:700px;
        object-fit: cover;
        display: block;
       
    }

    .owl-carouselslide .slide-detail {
        position: absolute;
        top: 40%;
        transition: all 1s;
        background-color: rgba(255, 255, 255, 0.644);
        backdrop-filter: blur(8px);
        padding: 2rem;
        left: 35%;
        width: 30%;
        transform: translate(-50%);
    }

.slide-detail h2 {
    font-size: 4rem;
}

.slide-detail p {
    font-size: 1rem;
    line-height: 30px;
}

.slide-detail button {
    padding: 1rem 2.5rem;
    border-radius: 0;
    color: white;
    font-size: 1rem;
}


/*firstslidecss*/


/*
in gen css
*/

.btn-default {
    background-color: #7998aa;
}

    .btn-default:hover {
        background-color: #eff7fa;
        color: #000;
    }

.btn-default2 {
    background-color: #eff7fa;
}

    .btn-default2:hover {
        background-color: #7998aa;
    }

.btn-purple {
    background-color: #9c27b0;
    color: white;
}

.btn-black-hover:hover {
    background-color: #000;
    color: white;
}

.btn-green {
    background-color: #79c356;
    color: white;
}

.bold {
    font-weight: 600;
}

.btn-padding {
    padding: 30px 0;
}

.padding-xxl {
    padding: 150px 0 50px 0;
}

.padding-xl {
    padding: 100px 0 50px 0;
}

.padding-l {
    padding: 50px 0;
}

.form-control {
    box-shadow: none !important;
}

.thin {
    font-weight: 300 !important;
}

.btn-black {
    background-color: #000;
    color: white;
}

    .btn-black:hover {
        background-color: rgb(78, 78, 78);
        color: white;
    }


/*
in gen css
*/


/*third*/

.third img {
    width: 80%;
}

.third p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}

.third .content-whyus {
    display: flex;
    justify-content: center;
    align-items: center;
}


/*third*/


/*fourth*/

.fourth {
    background-color: #eff7fa;
}

    .fourth .card .card-alt-menu {
        display: flex;
        justify-content: space-between;
    }

        .fourth .card .card-alt-menu .share {
            background-color: #7998aa;
            padding: 10px 15px;
            border-radius: 100%;
            color: white;
        }

    .fourth .owl-carouselproduct img {
        object-fit: cover;
        height: 260px;
    }


/*fourth*/


/*fifth*/

.fifth img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.fifth p {
    line-height: 40px;
    text-overflow: ellipsis;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 10;
    overflow: hidden;
}


/*fifth*/


/*sixth*/

.sixth {
    background-color: #eff7fa;
}

    .sixth .btn-icon1 {
        width: 100%;
        display: block;
        background-color: #000;
    }

        .sixth .btn-icon1:hover {
            background-color: transparent;
            border: 1px solid black;
        }

        .sixth .btn-icon1 i {
            color: white;
        }


/*sixth*/


/*about and general*/

.image-bg {
    background-image: url('/img/shattered-glass-space-background-with-design-space.jpg');
    background-position: center top;
    background-size: cover;
}

.firstleft {
    background-color: #9ddad9;
    height: 400px;
}

.title-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    text-transform: capitalize;
    display: flex;
    padding-bottom: 4rem;
    align-items: center;
    justify-content: center;
}

.title-l-lefts {
    font-weight: 500;
    text-align: left;
    font-size: 2rem;
    color: white;
    padding: 0px 0 50px 20%;
}

.secondleft p {
    font-weight: bold;
}


/*about and general*/


/*services*/

.firstservices .card img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.firstservicedetail img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}


/*services*/


/*blog*/

.blog {
    position: relative;
}

    .blog img:first-child {
        height: 300px;
        object-fit: cover;
        width: 100%;
    }

.blogdetail {
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: black;
    padding: 10px 15px;
}

    .blogdetail a {
        color: white;
    }

.blog .list-group li.active {
    background-color: #000;
    border: 0px;
    border-radius: 0px;
}

.blog .list-group {
    border-radius: 0px;
}

    .blog .list-group li.active a {
        color: white;
    }

    .blog .list-group a {
        color: black;
    }


/*blog*/


/*gallery*/

.galleryarea .card {
    border-radius: 0;
    filter: grayscale(100%);
    transition: transform 0.5s;
    opacity: 0.7;
}

    .galleryarea .card:hover {
        transform: scale(0.8);
        filter: grayscale(0%);
        opacity: 1;
    }


/*gallery*/


/*
contact css*/

.contact-photo img {
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
}

.contactpage iframe {
    padding-top: 0px;
}


/*
contact css*/


/*footer*/

.footer {
    background-color: black;
    padding-bottom: 1rem;
    padding-top: 3rem;
}

.btn-top {
    display: none;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #7998aa;
    color: white;
    border: none;
}

    .btn-top i {
        color: white;
    }

.footer .pozitif img {
    animation: flip;
    animation-duration: 2s;
}

.footer-about-text {
    color: white;
}

.iconf {
    color: black;
    padding: 7px 10px;
    border-radius: 100%;
    background-color: white;
}

    .iconf:hover {
        background-color: #f0f3f7;
    }

.footer-menu li {
    list-style: none;
}

    .footer-menu li a {
        color: white;
    }

        .footer-menu li a:hover {
            color: #cacaca;
        }

.footer-subs .form-control {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-subs .btn-icon2 {
    background-color: white;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

    .footer-subs .btn-icon2 i {
        color: #7998aa;
    }

.footer-menu {
    padding: 0;
}

.footer .links {
    padding-bottom: 1rem;
}


/*footer*/

.copyright-text a {
    background: url(../img/hlogobeyaz.png) no-repeat;
    margin: 5px auto;
    text-align: end;
    height: 70px;
    width: 50px;
    transition: ease-in .5s;
    background-size: 150px 70px;
    display: inline-block;
}

    .copyright-text a:hover {
        height: 70px;
        width: 170px;
        transition: ease-in .5s;
    }

.paddingtop8 {
    padding-top: 8rem;
}

.paddingtop2 {
    padding-top: 2rem;
}
