@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
body {
    font-family: 'Roboto', sans-serif;
}

.header {
    position: fixed;
    width: 100%;
    top: 0rem;
    z-index: 1000;
    background: white;
}

.header .header-menu {
    background-color: #79b51c !important;
}

.header .header-menu .navbar-nav a,
.header .header-menu .navbar-nav .nav-link {
    color: white;
}

.header .top-menu {
    display: flex;
    justify-content: space-between;
}

.header .top-menu .phone {
    margin: auto 0;
    color: black;
    text-decoration: none;
    float: right;
    padding-top: 10px;
    padding-right: 15px;
}

.header .top-menu .phone .fa-phone {
    padding-right: 5px;
}

.detail-banner {
    border: 1px solid #e9e9e9;
    border-radius: 40px;
    padding: 30px;
}

.detail-banner:hover {
    background-color: #79b51c;
    color: white;
}

.header-menu .navbar-nav a:hover {
    color:  #333333;
    font-weight:600;
}

.detail-banner:hover .fa-solid,
.detail-banner:hover .text-banner {
    color: white;
}

.about-part {
    margin: 5rem 0;
}

.small-black-bar {
    height: 120px;
    background-color: #28272d;
    text-align: center;
    overflow: hidden;
}

.medium-black-bar {
    height: 150px;
    background-color: #28272d;
    text-align: center;
    overflow: hidden;
}

.medium-bar-text {
    color: white !important;
}

.large-black-bar {
    background-color: #28272d;
    text-align: center;
    overflow: hidden;
}

.large-black-bar .row {
    min-height: 300px;
    margin-left: 130px;

}

.large-black-bar .col-xl-6 {
    display: flex;
    align-items: center;
}

.large-black-bar img {
    width: 85%;
    height: auto;
    object-fit: contain;
    margin-left: auto;
    display: block;
}

.large-black-bar .text {
    color: white;
    text-align: left;
    line-height: 1.8;
    font-size: 1.05rem;
    padding: 40px;
    width: 100%;
}

.large-black-bar .text h2 {
    margin-bottom: 1.5rem;
}

.large-black-bar .text p {
    margin-bottom: 0;
    line-height: 1.8;
}

.languagebtn {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    /* display: inline-block; */
    line-height: 44px;
    padding: 10px 13px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: flex;
    align-items: center;
    border: 0;
    justify-content: center;
}

.dmenu .dropdown-menu {
    min-width: 4rem;
}

.dmenu .dropdown-menu a {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.languagebtn.dropdown-toggle::after {
    display: none;
}

.about-content .about-paragraph {
    line-height: 40px;
}

.top-social-menu {
    margin-top: 1.25rem;
}

.col-menu .list-group-item.active {
    background-color: #79b51c;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    border-radius: 0px;
    border: 0px;
}

.col-menu .list-group {
    border-radius: 0px;
}

.col-menu .list-group-item.active a {
    color: white;
    text-decoration: none;
}

.col-menu .list-group-item a {
    color: black;
    text-decoration: none;
}

.col-menu .list-group-item {
    background-color: #79b51c;
}

.col-menu .list-group-item:hover {
    background-color: #28272d;
}

.col-menu .list-group-item:hover a {
    color: white;
}

.col-menu .list-group-item .list-group .list-group-item {
    border: 0px;
}

.col-menu .list-group-item:hover .list-group .list-group-item {
    background-color: #28272d;
    border: 0px;
}

.col-menu .list-group-item:hover .list-group .list-group-item:hover {
    border: 0px;
}

.side-menu .list-item.active {
    background-color: #79b51c;
    color: white;
    text-decoration: none;
    border: none;
    border-radius: 0px;
}

.side-menu .list-item {
    padding: 15px 20px;
}

.side-menu .list-item:hover {
    background-color: #16ec73;
}

.side-menu .list-item:hover a {
    color: white;
}

.side-menu .list-item.active a {
    color: white;
    text-decoration: none;
}

.side-menu .list-item a {
    color: black;
    text-decoration: none;
}

.gal img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.gal a {
    margin: 2px;
    overflow: hidden;
    display: block;
    border-radius: 10px;
    position: relative;
}

.gal a:hover img {
    transform: scale(1.05);
}

.gallery-img {
    transition: transform 0.3s ease;
}


/*new galerym start*/

.gallerym {
    display: flex;
    padding: 2px;
    transition: 0.3s;
}

.gallerym:hover .gallery__image {
    filter: grayscale(1);
}

.gallery__column {
    display: flex;
    flex-direction: column;
}

.gallery__link {
    margin: 2px;
    overflow: hidden;
}

.gallery__link:hover .gallery__image {
    filter: grayscale(0);
}

.gallery__link:hover .gallery__caption {
    opacity: 1;
}

.gallery__thumb {
    position: relative;
}

.gallery__image {
    display: block;
    width: 100%;
    transition: 0.3s;
}

.gallery__image:hover {
    transform: scale(1.1);
}

.gallery__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 25px 15px 15px;
    width: 100%;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    color: white;
    opacity: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
    transition: 0.3s;
}

.site-footer .footer-par {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

@media only screen and (max-width: 600px) {
    .gallerym {
        display: block;
        padding: 2px;
        transition: 0.3s;
    }
    .gallery__column {
        display: inline;
        flex-direction: row;
        width: 100%;
    }
}

.ml4 {
    position: relative;
    font-weight: 900;
    font-size: 4.5em;
}

.ml4 .letters {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0.3em;
    right: 0;
    opacity: 0;
    color: white;
}


/*mediuum*/

.btn-abone {
    background-color: #79b51c !important;
    padding: 10px 20px;
    color: white;
    border: 0px !important;
    display: block;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.btns {
    display: flex;
    justify-content: center;
}

.faster-menu .form-abone {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.footer-tel {
    font-weight: 200;
    font-size: 1.5rem !important;
}

.card-title-pro {
    font-size: 1rem;
    text-align: center;
}

.btn-detail-pro {
    display: flex;
    justify-content: center;
    background-color: #79b51c;
    color: white;
}

.btn-detail-pro:hover {
    background-color: #79b51c;
    color: white;
}

.content-menu {
    border-radius: 0px;
    display: none;
}

.about-par {
    line-height: 35px;
}

.faster-menu ul {
    padding-left: 5px;
}

.faster-menu li {
    list-style-type: none;
    text-align: left;
}

.faster-menu li a {
    text-decoration: none;
}

.header .logo-img {
    width: 250px;
    object-fit: cover;
}

.img-gal {
    border-radius: 10px;
}

.slider {
    margin-top: 10rem;
}

.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: #79b51c;
    color: white;
    padding: 20px;
    border-radius: 0px;
}

.btn-default-hc:hover {
    background-color: #79b51c;
    color: white;
}

.nav-bg-color {
    background-color: #79b51c !important;
}

.poz-img .pozitif {
    width: 90px;
}

.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: #79b51c;
    padding: 4rem 0rem;
}

.banner .banner-title-b {
    color: white;
    font-weight: bold;
}

.banner .banner-paragraph {
    color: white;
}

.slider img {
    width: 100%;
    height: 675px;
    /*675px*/
    object-fit: cover;
}

.slider .slider-text {
    position: absolute;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: 10%;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.644);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    min-height: 250px;
}

.slider .slider-text h1 {
    color: #1f2937;
    font-weight: bold;
    font-size: 3rem;
    margin-bottom: 1rem;
}

.slider .slider-text .alt-title {
    font-style: italic;
    color: #870000;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.slider .slider-text .detail {
    color: #1f2937;
    font-weight: 400;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.slider .slider-text p {
    color: #1f2937;
    margin-bottom: 1rem;
}

.slider .slider-text .btn-detail {
    margin-top: auto;
    align-self: flex-start;
}

.btn-detail {
    background-color: #79b51c !important;
    padding: 10px 20px;
    color: white;
    border-radius: 20px !important;
    border: 0px !important;
}

.img-about img {
    width: 100%;
    border-radius: 10% 30% 50% 70%;
    height: 400px;
    object-fit: cover;
}

.zoom-in-X {
    transition: all 2s ease-in-out;
}

.zoom-in-X:hover {
    transform: scale(1.05);
}

.zoom-in-Y {
    transition: all 1s ease-in-out;
}

.zoom-in-Y:hover {
    transform: scaleY(1.05);
}

.adverts .fa-solid {
    color: #79b51c;
}

.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: #79b51c;
}

.btn-detail:hover {
    color: white !important;
    background-color: #79b51c !important;
    /* border: 1px solid black; */
    transition: 0.3s;
    border: 0px !important;
}

.slider .s-media {
    position: absolute;
    text-align: center;
    top: 90%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.slider .s-media a {
    padding: 10px 20px;
    color: black;
    text-decoration: none;
}

.about-part .about-title {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    color: #1f2937;
}

.adverts {
    padding-top: 4rem;
    padding-bottom: 3rem;
}

.adverts img {
    width: 60px;
    height: 60px;
}

.adverts .text-banner {
    font-size: 1.25rem;
    font-weight: bold;
}

.production {
    padding-top: 4rem;
    padding-bottom: 5rem;
}

.product-title {
    font-size: 2rem;
    letter-spacing: 2px;
    font-weight: 600;
    text-align: center;
    padding-top: 1rem;
    color: #1f2937;
    padding-bottom: 1rem;
}

.production .card {
    text-align: center;
    border-radius: 10px;
    border: 1px solid #eeeeee;
    height: 375px;
}

.production .card img {
    width: 100%;
    height: 200px;
    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;
}

.wp-btn {
    height: 60px;
    width: 60px;
    background-color: #35d652;
    border-radius: 30px;
    margin: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    animation: bounce;
    animation-duration: 2s;
    z-index: 999;
}

.wp-btn img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}

.phn-btn {
    height: 60px;
    width: 60px;
    background-color: #28272d;
    border-radius: 30px;
    margin: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    animation: bounce;
    animation-duration: 2s;
    display: none;
}

.phn-btn img {
    height: 60px;
    width: 60px;
    object-fit: cover;
}


/*productcss end*/


/*contact css start*/

.contact-content {
    padding: 7.5rem 0rem 3rem 0rem;
    margin-top: 6rem;
}

.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 #79b51c;
}

.contact-content input:focus,
.contact-content textarea:focus {
    border: 1px solid white;
}


/*contact css end*/


/*about start*/

.about-content {
    background: transparent;
    padding: 15.5rem 0rem 6rem 0rem;
}

.about-content .photo-area {
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content .photo-area img {
    width: 300px;
    height: 200px;
    padding: 0.5rem;
    object-fit: cover;
}

.about-content .content-title {
    font-weight: 300;
    margin-bottom: 2rem;
}

.about-content .section-subtitle {
    font-size: 1.8rem;
    font-weight: 500;
    color: #79b51c;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #79b51c;
    display: inline-block;
}

.about-content .about-section,
.about-content .vision-section,
.about-content .mission-section {
    line-height: 1.8;
    font-size: 1rem;
    color: #333;
}

.about-content .about-section p,
.about-content .vision-section p,
.about-content .mission-section p {
    margin-bottom: 1rem;
}

.bg-c {
    border: 1px solid #ccc;
    padding: 15px 30px !important;
    display: flex;
    justify-content: center;
}

.about-content small {
    color: #976c62;
    font-weight: 100;
}


/*about-end*/


/*services page css start*/

.product-services {
    padding: 12rem 0rem 9rem 0rem;
}

.product-services-title {
    text-align: center;
    padding-top: 2rem;
    font-weight: 300;
    padding-bottom: 0.5rem;
}

.product-services .card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    border: none;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.product-services .service-card {
    cursor: pointer;
}

.product-services .service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2) !important;
}

.product-services .card img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.product-services .service-card:hover img {
    transform: scale(1.05);
}

.product-services .card-body {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.product-services .card-title {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.product-services .card-text {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #666;
    margin-bottom: 1.5rem;
    flex-grow: 1;
}

.product-services .btn-detail {
    display: block;
    width: 100%;
    margin-top: auto;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: 600;
    text-align: center;
    transition: all 0.3s ease;
}

.product-services .btn-detail:hover {
    transform: scale(1.05);
}


/*services page css start*/


/* ===== HEADER NAV DROPDOWN ===== */

.header .header-menu .navbar-nav .nav-item {
    position: relative;
}

.header .header-menu .navbar-nav .nav-item.drop > .nav-link .fa-angle-down {
    display: inline-block;
    margin-left: 4px;
    font-size: 0.75em;
    vertical-align: middle;
    transition: transform 0.2s ease;
}

.header .header-menu .navbar-nav .nav-item.drop:hover > .nav-link .fa-angle-down {
    transform: rotate(180deg);
}

.header .header-menu .navbar-nav .nav-item > ul.dropdown {
    display: none;
    position: absolute !important;
    top: 100%;
    left: 0;
    min-width: 220px;
    background-color: #28272d;
    padding: 6px 0;
    margin: 0;
    list-style: none;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    z-index: 9999999;
}

.header .header-menu .navbar-nav .nav-item > ul.dropdown .nav-item {
    float: none;
    width: 100%;
    position: relative;
}

.header .header-menu .navbar-nav .nav-item > ul.dropdown .nav-link {
    color: white !important;
    padding: 9px 18px !important;
    font-size: 0.9rem;
    font-weight: 400 !important;
    border-left: 3px solid transparent;
    white-space: nowrap;
    transition: color 0.2s ease, border-left-color 0.2s ease, padding-left 0.2s ease;
}

.header .header-menu .navbar-nav .nav-item > ul.dropdown .nav-link:hover {
    color: #79b51c !important;
    border-left-color: #79b51c !important;
    padding-left: 26px !important;
    font-weight: 400 !important;
}

.header .header-menu .navbar-nav .nav-item:hover > ul.dropdown,
.header .header-menu .navbar-nav .nav-item:focus-within > ul.dropdown {
    display: block;
}

@media (max-width: 991px) {
    .header .header-menu .navbar-nav .nav-item > ul.dropdown {
        position: static !important;
        box-shadow: none;
        border-radius: 0;
        background-color: rgba(0, 0, 0, 0.15);
        min-width: 100%;
        padding: 0 0 0 12px;
    }

    .header .header-menu .navbar-nav .nav-item:hover > ul.dropdown,
    .header .header-menu .navbar-nav .nav-item:focus-within > ul.dropdown {
        display: block;
    }
}

/* ===== HEADER NAV DROPDOWN END ===== */