.hero-section {
    width: 100%;
    height: 550px;
    margin-top: 4rem;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.mobile-carousel{
    display: none !important;
}
.hero-section .owl-stage-outer,
.hero-section .owl-stage,
.hero-section .owl-item{
    height: 100%;
}
.hero-section svg{
    margin-top: -115px;
    position: relative;
    z-index: 9;
}
/* 
.hero-section::after {
    content: "";
    position: relative;
    left: -3rem;
    top: calc(3rem - 4rem / 2);
    float: left;
    display: block;
    height: 4rem;
    width: 100vw;
    background: hsla(0, 0%, 100%, 0.5);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 70 500 60' preserveAspectRatio='none'%3E%3Crect x='0' y='0' width='500' height='500' style='stroke: none; fill: %237FDBFF;' /%3E%3Cpath d='M0,100 C150,200 350,0 500,100 L500,00 L0,0 Z' style='stroke: none; fill: %230074D9;'%3E%3C/path%3E%3C/svg%3E");
    background-size: 100% 100%;
} */

.hero-item {
    color: #ffffff;
    background-image: url('../images/carousel-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}

.hero-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.22);
    z-index: 1;
  }

.hero-item .hero-content{
    padding-bottom: 6rem;
}

.hero-item .header-text {
    font-size: 38px;
    line-height: 1.1;
    text-align: left;
    position: relative;
    z-index: 9999;
}

.hero-item .sub-text {
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-family: "RedHatDisplayLight", sans-serif !important;
    position: relative;
    z-index: 9999;
}

.hero-item .link {
    border: 2px solid #ffffff;
    color: white;
    padding: 0.2rem 1.25rem;
    border-radius: 15px;
    background: transparent;
    width: fit-content;
}

.section-block {
    padding: 2rem 0;
}

.section-title {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    color: #217213;
    margin-bottom: 1rem;
}

.title-25 {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-text);
}

.text-15 {
    font-size: 18px;
    font-family: "RedHatDisplayLight", sans-serif !important;
    margin: 1rem 0;
}

.column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.margin-nagetive {
    margin-top: -5rem;
}

.information-box {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem 0;
    position: relative;
    background: rgba(220, 243, 216, 1);
    border-radius: 30px;
}

.information-box .icon-right {
    position: absolute;
    right: 10rem;
    bottom: 2rem;
    width: 50px;
    height: 50px;
    z-index: 0;
}

.information-box .icon-left {
    position: absolute;
    top: 4rem;
    left: 2rem;
    width: 100px;
    height: 100px;
    z-index: 0;
}

.information-box .header {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #217213;
    position: relative;
    z-index: 999;
}

.information-box .subtext {
    font-size: 18px;
    font-family: "RedHatDisplayLight";
    margin-top: 1.5rem;
    color: #2e8020;
    text-align: center;
    position: relative;
    z-index: 999;
    width: 50%;
}

.hizmat-block {
    background: #f7f7f7;
    padding: 5rem 0;
    border-radius: 35px;
}

.hizmat-card {
    border-radius: 20px;
    background: white;
    margin: 0 10px;
    text-align: center;
    height: 100%;
}

.hizmat-card .icon-block {
    height: 180px;
    border-radius: 20px;
    display: flex;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
}

.hizmat-card .icon-block img {
    margin: auto;
    width: 125px;
    height: 125px;
}

.hizmat-card .title {
    font-size: 17px;
    color: #217213;
    margin: 15px;
}

.hizmat-card .subtitle {
    color: #000000;
    font-size: 15px;
    font-family: "RedHatDisplayLight", sans-serif !important;
    padding: 0 10px 20px;
}

.uretim-block {
    height: 700px;
    background-image: url("../images/uretim-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -2rem;
    z-index: -1;
    position: relative;
    background-attachment: fixed;
}

.uretim-block .container {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.uretim-block .block {
    width: 50%;
    padding: 2rem;
    border-radius: 20px;
    color: white;
    margin-bottom: 20px;
}

.uretim-block .block.v1 {
    background: #38822c;
}

.uretim-block .block.v2 {
    background: rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    display: flex;
    padding: 3.5rem 2rem;
}

.uretim-block .block .header {
    display: flex;
    align-items: baseline;
    margin-bottom: 10px;
    justify-content: space-between;
}

.uretim-block h3 {
    font-size: 28px;
    text-align: left;
    color: white;
}

.uretim-block .text {
    font-family: "RedHatDisplayLight", sans-serif !important;
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: white;
}

.gallery-item {
    background: #004841;
    margin: 0 10px;
    color: white;
    padding-bottom: 20px;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: left;
}

.gallery-item img{
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 250px;
}

.gallery-item .title {
    font-size: 24px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.gallery-item button {
    margin-top: 18px;
    background: #54bd42;
    border-radius: 10px;
    padding: 5px 20px;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin: -21px 0 0;
    color: #62a544;
    border: 1px solid #62a544;
    font-size: 30px;
    line-height: 1;
    padding: 0;
    background: transparent;
    cursor: pointer;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next {
    right: -50px;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -50px;
}

.gallery-carousel.owl-carousel .owl-nav button.owl-next span,
.gallery-carousel.owl-carousel .owl-nav button.owl-prev span {
    margin-top: -5px;
}

.primary-outline {
    background: transparent;
    border: 1px solid #62a544;
    color: #62a544;
    border-radius: 10px;
    padding: 5px 20px;
    font-size: 18px;
    text-align: center;
    margin-top: 1.5rem;
}

#faq .card {
    border: 0;
    margin-bottom: 10px;
    border-radius: 15px;
}

#faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    padding: 0;
}

#faq .card .card-header .btn-header-link {
    background: #004841;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#faq .card .card-header .btn-header-link:after {
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
    background: #62a544;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#faq .card .card-header .btn-header-link.collapsed {
    background: #f7f7f7;
    color: #000000;
}
#faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f107";
    background: none;
}

#faq .card .collapsing {
    background: #004841;
    line-height: 30px;
}

#faq .card .collapse {
    border: 0;
}

#faq .card .collapse.show {
    background: #004841;
    line-height: 30px;
    color: #fff;
}

#faq .card .card-body {
    padding-top: 5px;
    color: #fff;
    border: 1px solid #f4f4f433;
}

.contact-us {
    background: #f7f7f7;
    padding: 3rem 0;
}

.contact-form {
    background-color: white;
    border-radius: 20px;
    padding: 2rem 1rem;
}

.checkbox-group {
    display: flex;
    margin-bottom: 1rem;
}

.checkbox-group .label-text {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    color: #004841;
}

.checkbox-group .label-text span {
    color: #62a544;
    text-decoration: underline;
}

.contact-form button {
    background: #54bd42;
    border-radius: 20px;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.6rem;
    border: none;
    width: 100%;
    outline: none;
    display: flex;
    justify-content: center;
}

.contact-form .title,
.contact-information .title {
    display: flex;
    gap: 10px;
    margin-bottom: 1rem;
    align-items: center;
}

.contact-form .title h3,
.contact-information .title h3 {
    font-size: 32px;
    color: #004841;
    margin: 0;
    font-weight: 600;
}

.contact-information .col-md-6 {
    margin-bottom: 10px;
    padding-right: 0;
}

.contact-information {
    padding: 1rem 0;
}

.card-information {
    width: 100%;
    min-height: 100px;
    border: 1px solid #eeeeee;
    border-radius: 15px;
    display: flex;
    gap: 10px;
    padding: 1rem;
    height: 100%;
    align-items: start;
}

.card-information img {
    margin-top: 1rem;
}
.card-information .text {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 5px;
}

.card-information .subtext {
    font-size: 15px;
    color: #727583;
}

.newsletter-section {
    background: #004c45;
    padding: 4rem 0;
}

.newsletter-section .image-newsletter {
    text-align: end;
}

.newsletter-section .header-title {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
    color: white;
    margin-bottom: 10px;
}

.newsletter-form input {
    width: 100%;
    border: 2px solid #ffffff30;
    background: #003934;
    padding: 0.75rem 1rem;
    border-radius: 15px;
    color: #ffffff66;
    font-size: 15px;
    outline: none !important;
}

.newsletter-form button {
    background: #54bd42;
    border-radius: 15px;
    color: white;
    font-size: 16px;
    text-align: center;
    padding: 0.75rem 2rem;
    border: none;
    outline: none;
}

.checkbox-group-light {
    padding-left: 15px;
    margin-top: 20px;
}
.checkbox-group-light .checkbox-wrapper-28 label,
.checkbox-group-light .checkbox-wrapper-28 label:after,
.checkbox-group-light .checkbox-wrapper-28 svg,
.checkbox-group-light .label-text {
    color: #ffffff;
    stroke: #ffffff;
    border-color: #ffffff;
}

.checkbox-group-light .label-text {
    font-family: "RedHatDisplayLight", sans-serif !important;
}

.checkbox-group-light .label-text span {
    text-decoration: underline;
    color: #ffffff;
}

footer {
    background: #f7f7f7;
}

footer .footer-upper {
    padding: 4rem 0;
}

footer .logo .subtext {
    font-family: "RedHatDisplayLight", sans-serif !important;
    font-size: 15px;
    font-weight: 400;
}

footer .footer-link {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

footer .footer-link a {
    font-size: 17px;
    font-weight: 500;
    color: #000000 !important;
}

.footer-lower {
    border-top: 1px solid rgba(230, 230, 230, 1);
}
.footer-lower .container {
    padding: 0px !important;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 2rem !important ;
    padding-top: 1rem !important;
}

.footer-lower .social-links {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
}

.footer-lower .social-links a {
    border: 0.86px solid rgba(50, 147, 34, 0.1);
    border-radius: 5px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-lower .social-links a img {
    width: 25px;
    height: 25px;
}

.dropdown-toggle::after {
    display: none !important;
}

.icon-language {
    border: 1px solid rgba(241, 241, 241, 1);
    padding: 10px !important;
    border-radius: 15px;
    display: flex;
    gap: 5px;
    color: rgba(187, 187, 187, 1) !important;
}

.language-dropdown {
    position: absolute !important;
    right: 3rem;
}

.language-dropdown-menu {
    min-width: 4rem !important;
    border-radius: 20px !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.loader {
    width: 124px;
    height: 24px;
    -webkit-mask: conic-gradient(
                from 135deg at top,
                #0000,
                #000 0.5deg 90deg,
                #0000 90.5deg
            )
            0 0,
        conic-gradient(
                from -45deg at bottom,
                #0000,
                #000 0.5deg 90deg,
                #0000 90.5deg
            )
            0 100%;
    -webkit-mask-size: 25% 50%;
    -webkit-mask-repeat: repeat-x;
    background: linear-gradient(white 0 0) left/0% 100% no-repeat #ddd;
    animation: l13 2s infinite linear;
}
@keyframes l13 {
    100% {
        background-size: 100% 100%;
    }
}

.alert {
    display: none;
}

.floating-social{
    position: fixed;
    right: 1rem;
    bottom: 2rem;
    z-index: 999999;
    cursor: pointer;
}

.floating-social img{
    width: 50px;
}