@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,700&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;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.copyright-text {
    margin: auto;
}

.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;
    /* display: flex;
    justify-content: space-evenly;
    cursor: pointer;
    align-items: center; */
}

.copyright-text a:hover {
    height: 70px;
    width: 170px;
    transition: ease-in .5s;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100px;
    z-index: 9999999;
}

.bg-default {
    background-color: #006593 !important;
}

.active-li a {
    color: white !important;
}

.card-title-pro {
    font-size: 1rem;
    text-align: center;
}

.btn-detail-pro {
    display: flex;
    justify-content: center;
    background-color: #006593;
    color: white;
}

.btn-detail-pro:hover {
    background-color: #36718d;
    color: white;
}

.col-menu .item-li {
    border: 0px;
    border-radius: 0px;
}

.col-menu .item-li:hover a {
    color: black;
}

.active-li {
    background-color: #006593;
}

.active-list {
    background-color: #006593;
}

.col-menu .item-li:hover>a {
    color: white;
}

.content-menu {
    border-radius: 0px;
    display: none;
}

.content-menu li a {
    color: #6a6a6a !important;
}

.col-menu .item-li a {
    text-decoration: none;
    color: #6a6a6a;
}

.list-item:hover {
    background-color: #006593;
}

.list-item:hover a {
    color: white;
}

.padding-top {
    padding-top: 5rem;
}

.padding-a {
    padding: 9.5rem 0rem 6rem 0rem !important;
}

.side-menu li a {
    text-decoration: none;
}

.active-li {
    background: #006593 !important;
    color: white !important;
}

.about-par {
    line-height: 35px;
}

.big-nav {
    background-color: white;
    box-shadow: rgba(64, 76, 180, 0.19) 0px 10px 20px, rgba(20, 27, 119, 0.23) 0px 6px 6px;
}

.faster-menu ul {
    padding-left: 5px;
}

.faster-menu li {
    list-style-type: none;
    text-align: left;
}

.faster-menu li a {
    text-decoration: none;
}

.navbar-logo {
    padding-top: 0px;
}

.header .logo-img {
    width: 210px;
    height: 55px;
    object-fit: cover;
    animation: flip;
    animation-duration: 2s;
}

.menu-div {
    flex-grow: 0;
    display: flex;
    flex-direction: column;
}

.menu-div .menu li a:first-child {
    color: black;
}

.menu-div .menu li a {
    color: black;
}

.img-gal {
    border-radius: 10px;
}

.slider {
    background: url(../img/banner.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 135px 30px 50px 30px;
}

.text-bg {
    text-align: left;
}

    .text-bg h1 {
        color: #006593;
        padding-top: 50px;
        font-size: 50px;
        line-height: 60px;
        padding-bottom: 25px;
        text-transform: uppercase;
        font-weight: 700;
    }

.text-bg p {
    font-size: 24px;
    display: block;
    color:#000;
    line-height: 38px;
    font-weight: 400;
}

.text-bg a {
    font-size: 16px;
    border: #006593 solid 1px;
    background-color: #006593;
    color: #fff;
    padding: 9px 0px;
    max-width: 171px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-radius: 30px;
    margin-right: 10px;
    text-decoration: none;
    margin-top:15px;
}

.top-bar {
    background-color: #006593;
    display: flex;
    justify-content: space-around;
    padding: 0.5rem 0;
}

.top-bar .social-menu a {
    color: white;
    text-decoration: none;
}

.top-s-media {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-s-media a {
    color: white;
    padding: 0 10px;
    text-decoration: none;
}

.galeri {
    margin-bottom: 3rem;
}

.footer-tit {
    font-size: 1rem;
    font-weight: bold;
}

.footer-menu li a {
    line-height: 30px;
}

.contact-map iframe {
    border-radius: 50px;
}

.btn-default-hc {
    background-color: #006593;
    color: white;
    padding: 20px;
    border-radius: 0px;
}

.btn-default-hc:hover {
    background-color: #36718d;
    color: white;
}

.nav-bg-color {
    background-color: #006593 !important;
}

.poz-img .pozitif {
    width: 90px;
    animation: flip;
    animation-duration: 2s;
}

.shadow-card {
    box-shadow: 1px 0px 12px #e1d8db;
    border: 0px;
    outline: 0px;
    border-radius: 20px;
}

.shadow-card img {
    border-radius: 30px;
}

.nav-bg-color .menu-white-color a {
    color: white !important;
}

.banner {
    background-color: #006593;
    padding: 4rem 0rem;
}

.banner .banner-title-b {
    color: white;
    font-weight: bold;
}

.banner .banner-paragraph {
    color: white;
}

.btn-detail {
    background-color: #006593 !important;
    padding: 15px 20px;
    color: white;
    border-radius: 20px !important;
    border: 0px !important;
}

.img-about img {
    width: 100%;
    border-radius: 20px;
    /* height: 400px; */
    object-fit: cover;
}

.adverts .fa-solid {
    color: #006593;
}

.about-content .item,
.about-card img {
    z-index: -999999;
}

.detail-gallery {
    margin: 2rem 0rem 4rem 0rem;
}

.detail-gallery .card {
    border-radius: 10px;
}

.galeri .card {
    border-radius: 10px;
}

.galeri .card img {
    border-radius: 10px;
}

.detail-gallery .card img {
    border-radius: 10px;
}

.adverts .fa-solid:hover {
    animation: bounce;
    animation-duration: 2s;
    cursor: pointer;
}

.adverts .text-banner {
    color: #006593;
}

.btn-detail:hover {
    color: white !important;
    background-color: #36718d !important;
    /* border: 1px solid black; */
    transition: 0.3s;
    border: 0px !important;
}

.about-part .about-title {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
}

.adverts {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.adverts img {
    width: 60px;
    height: 60px;
}

.adverts .text-banner {
    font-size: 1.25rem;
    font-weight: bold;
}

.production {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.product-title {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.production .card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eeeeee;
}

.production .card .btn-detail {
    display: block;
}

.production .card img {
    width: 100%;
    object-fit: cover;
}


/*productcss start*/

.product-content {
    padding: 5rem 0;
    margin: 3rem 0;
}

.product-content .product-tit {
    text-align: center;
    padding-top: 1rem;
    font-weight: 300;
    padding-bottom: 1rem;
}

.product-content .card {
    text-align: center;
    border-radius: 0px;
    border: 1px solid #eeeeee;
}

.product-content .card .btn-detail {
    display: block;
}

.product-content .card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.btn-detail:hover {
    background-color: transparent;
    color: black;
    border: 1px solid black;
    transition: 0.3s;
}


/*productcss end*/


/*contact css start*/

.contact-content {
    padding: 9.5rem 0rem 3rem 0rem;
}

.contact-tit {
    text-align: center;
    padding-top: 1rem;
    font-weight: 300;
    padding-bottom: 1rem;
}

.contact-img img {
    width: 700px;
    height: 360px;
    object-fit: cover;
    border: 2px solid black;
    opacity: 0.3;
}

.contact-content input,
.contact-content textarea {
    box-shadow: none !important;
    outline: none !important;
    border-radius: 10px;
    padding: 16px 20px;
    border: 1px solid #006593;
}

.contact-content input:focus,
.contact-content textarea:focus {
    border: 1px solid white;
}


/*contact css end*/


/*about start*/

.about-content {
    background: transparent;
    padding: 10.5rem 0rem 6rem 0rem;
}

.about-content .photo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content .photo-area img {
    width: 300px;
    padding: 0.5rem;
    object-fit: cover;
}

.about-content .content-title {
    font-weight: 300;
}

.about-content small {
    color: #976c62;
    font-weight: 100;
}


/*about-end*/


/*services page css start*/

.product-services {
    padding: 9rem 0rem 9rem 0rem;
}

.product-services-title {
    text-align: center;
    padding-top: 2rem;
    font-weight: 300;
    padding-bottom: 0.5rem;
}

.product-services .card img {
    width: 100%;
    object-fit: cover;
}

.product-services .btn-detail {
    display: block;
}


/*services page css start*/