@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;
    height: 110px;
    z-index: 99999999;
    background: white;
}

.header .header-menu {
    background-color: #1aba60 !important;
}

.header .header-menu .navbar-nav a {
    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: #36de7f;
    color: white;
}

.header-menu .navbar-nav a:hover {
    color: #16ec73;
}

.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 img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.large-black-bar .text {
    color: white;
    text-align: left;
    line-height: 40px;
    font-size: 1.05rem;
    padding: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.large-black-bar .text p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.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: #1aba60;
    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: #1aba60;
}

.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: #1aba60;
    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;
}

.gal a {
    margin: 2px;
    overflow: hidden;
}

.gal a:hover img {
    filter: grayscale(0);
}

.gal a:hover img {
    transition: 0.5s;
    filter: grayscale(1);
}


/*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: #1aba60 !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: #1aba60;
    color: white;
}

.btn-detail-pro:hover {
    background-color: #36de7f;
    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: #1aba60;
    color: white;
    padding: 20px;
    border-radius: 0px;
}

.btn-default-hc:hover {
    background-color: #36de7f;
    color: white;
}

.nav-bg-color {
    background-color: #1aba60 !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: #1aba60;
    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;
    padding-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.644);
    backdrop-filter: blur(8px);
    padding: 30px;
    border-radius: 30px;
}

.slider .slider-text h1 {
    color: #1f2937;
    font-weight: bold;
    font-size: 3rem;
}

.slider .slider-text .alt-title {
    font-style: italic;
    color: #870000;
    font-size: 1.5rem;
}

.slider .slider-text .detail {
    color: #1f2937;
    font-weight: 400;
}

.btn-detail {
    background-color: #1aba60 !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: #1aba60;
}

.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: #1aba60;
}

.btn-detail:hover {
    color: white !important;
    background-color: #36de7f !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: 0rem;
    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 #1aba60;
}

.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;
}

.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 img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.product-services .btn-detail {
    display: block;
}


/*services page css start*/