.dropdown:hover > .dropdown-menu, .dropend:hover > .dropdown-menu, .fancy .text {
    display: block
}

.about-image, .intro-image, .product-image {
    object-position: center;
    object-fit: cover
}

.card-body, .nav-bg {
    backdrop-filter: blur(5px)
}

    .card-body p, .info-box p {
        -webkit-box-orient: vertical;
        overflow: hidden;
        -webkit-line-clamp: 3
    }

.fancy, .fancys {
    box-sizing: border-box;
    letter-spacing: .05em;
    text-transform: none;
    user-select: none;
    outline: 0;
    cursor: pointer;
    text-align: center
}

    .fancy .text, .fancys .texts {
        font-size: 1.125em;
        line-height: 1.33333em;
        text-align: left;
        text-decoration: none
    }

    .fancy, .fancy .text, .fancys, .fancys .texts, .footer-link, .footer-links a, .move-links a, a {
        text-decoration: none
    }

.about-image, .circ img, .intro-image, .main-image, .offers-card, .product-image {
    object-fit: cover
}

.fancy, .fancys, .info-box, .link-hover, .thumb-img {
    cursor: pointer
}

.card-body, .fancy, .fancys, .float-category, .info-box, .move-links, .operation-card, .text-header {
    text-align: center
}

:root {
    --green-color: #55B030;
    --brown-color: #F39200;
    --zety-color: #33443c
}

@font-face {
    font-family: Rubik;
    src: url('../includes/fonts/Rubik-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url('../includes/fonts/Rubik-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Rubik;
    src: url('../includes/fonts/Rubik-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal
}

*, body {
    font-family: Rubik,sans-serif
}

.fa-bars, .head, .info-box span, .link-hover:focus, .link-hover:hover {
    color: var(--green-color)
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 !important
}

.paragraph {
    max-width: 800px;
    margin: auto;
    font-weight: 500;
    font-size: 18px
}

.move-links {
    background-color: var(--green-color);
    color: #fff;
    padding: 30px 0
}

    .move-links a {
        color: #fff;
        font-size: 20px;
        transition: .5s
    }

        .move-links a:hover {
            color: var(--brown-color) !important
        }

.nav-bg {
    background-color: #ffffff80 !important;
    transition: 2s;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -ms-transition: 2s;
    -o-transition: 2s
}

.logo {
    width: 170px
}

@media screen and (min-width:769px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        left: 100%;
        top: 0
    }
}

@media (min-width:770px) and (max-width:993px) {
    .dropend:hover > .dropdown-menu {
        position: absolute;
        left: 0;
        top: 30px
    }
}

@media (max-width:770px) {
    .dropend:hover > .dropdown-menu {
        padding: 0 20px
    }
}

.navbar-nav .dropdown-menu {
    border: 0 !important;
    background-color: #ffff;
    animation: .8s fadeUp;
    -webkit-animation: .8s fadeUp;
    transition: 1s
}

.link-hover, .link-hover:after {
    transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
    transition-duration: .4s
}

.dropdown-menu .dropdown-item {
    color: #79b623
}

    .dropdown-menu .dropdown-item:focus {
        background-color: #79b623;
        color: #fff
    }

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
        -webkit-transform: translateY(20px);
        -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -o-transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(-7px);
        -webkit-transform: translateY(-7px);
        -moz-transform: translateY(-7px);
        -ms-transform: translateY(-7px);
        -o-transform: translateY(-7px)
    }
}

.link-hover {
    font-size: 18px;
    color: var(--brown-color);
    position: relative;
    border: none;
    background: 0 0;
    transition-property: color
}

.nav-link.active {
    color: var(--green-color) !important
}

.link-hover:focus:after, .link-hover:hover:after {
    width: 100%;
    left: 0
}

.link-hover:after {
    content: "";
    pointer-events: none;
    bottom: -2px;
    left: 50%;
    position: absolute;
    width: 0%;
    height: 2px;
    background-color: #6b3e0a;
    transition-property: width,left
}

.fancy:hover .text, .footer-link:hover, .header-icon, .social-icon {
    color: #fff
}

.carousel-item {
    height: 80vh;
    width: 100%;
    position: relative
}

.intro-image {
    width: 100%;
    height: 100%;
    animation: 2s ease-in-out image;
    -webkit-animation: 2s ease-in-out image
}

.layer-intro a {
    animation: 2s btn;
    -webkit-animation: 2s btn
}

@keyframes image {
    0% {
        transform: scale(1.2) rotate(5deg);
        -webkit-transform: scale(1.2) rotate(5deg);
        -moz-transform: scale(1.2) rotate(5deg);
        -ms-transform: scale(1.2) rotate(5deg);
        -o-transform: scale(1.2) rotate(5deg)
    }

    100% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }
}

@keyframes text {
    0% {
        transform: translatey(-100px);
        -webkit-transform: translatey(-100px);
        -moz-transform: translatey(-100px);
        -ms-transform: translatey(-100px);
        -o-transform: translatey(-100px)
    }

    100% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }
}

@keyframes btn {
    0% {
        transform: translatey(100px);
        -webkit-transform: translatey(100px);
        -moz-transform: translatey(100px);
        -ms-transform: translatey(100px);
        -o-transform: translatey(100px)
    }

    100% {
        transform: translatey(0);
        -webkit-transform: translatey(0);
        -moz-transform: translatey(0);
        -ms-transform: translatey(0);
        -o-transform: translatey(0)
    }
}

@media (max-width:992px) {
    .layer-intro h1 {
        color: var(--bg-color);
        font-size: 2rem
    }

    .layer-intro p {
        color: var(--bg-color);
        font-size: 15px;
        width: 70%;
        margin: auto
    }

    .header-icon {
        color: #fff;
        font-size: 12px
    }

    .carousel-item {
        height: 50vh;
        width: 100%
    }
}

.box-intro {
    animation: 1s text;
    -webkit-animation: 1s text;
    padding: 50px;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%
}

    .box-intro h4 {
        font-weight: 500 !important;
        font-size: 20px !important
    }

.layer-intro {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center
}

.fancy, .info-box, .product-image, .text-header {
    position: relative
}

.layer-intro h2, .layer-intro span {
    color: var(--green-color);
    font-weight: 700
}

.layer-intro h4, .layer-intro h6 {
    color: #000;
    font-size: 17px;
    font-weight: 100
}

.card-body span, .fancy, .fancys {
    font-weight: 700
}

.carousel-control-next span, .carousel-control-prev span {
    color: var(--white-color);
    font-size: 30px
}

.fancy {
    background-color: transparent;
    border: 2px solid var(--green-color);
    border-radius: 0;
    color: #fff !important;
    display: inline-block;
    margin: 0;
    padding: 1em;
    transition: .3s ease-in-out;
    font-size: 13px;
    z-index: 10;
    overflow: hidden
}

.text-about, .text-header {
    color: var(--zety-color)
}

.fancy::before {
    content: " ";
    width: 110%;
    height: 105%;
    background: var(--brown-color);
    top: 0;
    left: -110%;
    position: absolute;
    transform-origin: center;
    transition: .3s linear,width .3s linear;
    z-index: -1
}

.fancy .text {
    transition: .3s ease-in-out;
    text-transform: uppercase;
    color: var(--green-color);
    z-index: 10
}

.fancy .top-key, .fancys .top-keys {
    height: 2px;
    width: 1.5625rem;
    top: -2px;
    left: .625rem;
    position: absolute;
    background: #e8e8e8;
    transition: width .5s ease-out,left .3s ease-out
}

.fancy .bottom-key-1, .fancy .bottom-key-2, .fancys .bottom-key-11, .fancys .bottom-key-22 {
    height: 2px;
    bottom: -2px;
    position: absolute;
    background: #e8e8e8;
    transition: width .5s ease-out,right .3s ease-out
}

.fancy .bottom-key-1, .fancys .bottom-key-11 {
    width: 1.5625rem;
    right: 1.875rem
}

.fancy .bottom-key-2, .fancys .bottom-key-22 {
    width: .625rem;
    right: .625rem
}

.text-header::after, .text-header::before {
    height: 3px;
    background: var(--green-color);
    content: "";
    position: absolute;
    display: block
}

.fancy:hover {
    border: 2px solid var(--brown-color)
}

    .fancy:hover::before {
        left: 0
    }

    .fancy:hover .top-key, .fancys:hover .top-keys {
        left: -2px;
        width: 0
    }

    .fancy:hover .bottom-key-1, .fancy:hover .bottom-key-2, .fancys:hover .bottom-key-11, .fancys:hover .bottom-key-22 {
        right: 0;
        width: 0
    }

.header-area {
    background: #f39200
}

.about-image {
    width: 100%
}

.text-header {
    padding: 12px 0;
    margin-top: 30px;
    margin-bottom: 10px
}

    .text-header::after {
        width: 200px;
        bottom: 0;
        left: calc(50% - 103px)
    }

    .text-header::before {
        width: 150px;
        bottom: -10px;
        left: calc(50% - 75px)
    }

.board-image, .info-box *, .product-sec {
    position: relative;
    z-index: 1
}

    .board-image::after {
        content: "";
        position: absolute;
        top: -20px;
        left: -30px;
        background-color: var(--brown-color);
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px
    }

.info-box h3 {
    color: var(--brown-color);
    margin: 15px 0 10px;
    font-size: 22px;
    transition: .5s
}

.info-box p {
    display: -webkit-box;
    transition: .5s
}

.info-box {
    background: #fff;
    border-radius: 15px;
    padding: 25px;
    transition: .5s;
    overflow: hidden;
    min-height: 300px
}

    .info-box span i {
        font-size: 40px;
        color: var(--green-color);
        transition: .6s
    }

    .info-box::before {
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(135deg,var(--green-color),#e0e63f);
        transition: .6s;
        z-index: 0
    }

.product-sec::after, .product-sec::before {
    content: '';
    width: 200px;
    height: 200px;
    background-image: url(../images/dots.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.info-box:hover::before {
    top: 0
}

.info-box:hover {
    transform: translateY(-8px) scale(1.05);
    box-shadow: 0 15px 25px rgba(0,0,0,.2);
    color: #fff
}

    .info-box:hover span i {
        color: #fff;
        transform: rotate(360deg) scale(1.2)
    }

    .info-box:hover h3, .info-box:hover p {
        color: #fff;
        transform: translateY(-5px)
    }

.product-image {
    width: 100%;
    height: 350px
}

.type-layer, .type-layer p {
    width: 50px;
    font-size: 13px
}

    .bottom-layer, .type-layer, .type-layer p {
        height: 50px;
        color: #fff
    }

.type-layer {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--brown-color);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border: 1px solid #ffffff50;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center
}

    .card-body, .type-layer p {
        display: flex;
        justify-content: center
    }

    .type-layer p {
        margin-bottom: 0 !important;
        align-items: center
    }

.bottom-layer {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #ffff;
    width: 100%;
    padding-left: 10px;
    padding-top: 5px
}

    .bottom-layer h3 {
        color: var(--green-color);
        text-align: left
    }

.card-product {
    position: relative;
    overflow: hidden
}

.card-body {
    position: absolute;
    background-color: #ffffffbe;
    left: 0;
    top: -100%;
    width: 100%;
    opacity: 0;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s;
    align-items: center;
    flex-direction: column
}

.bg-form, .fancys {
    position: relative
}

.card-body h3 {
    color: #6b3e0a;
    font-size: 20px;
    margin: 2px
}

.card-body span {
    color: #33443c;
    margin: 2px
}

.card-body p {
    font-size: 13px;
    margin: 5px;
    display: -webkit-box
}

.card-product:focus .card-body, .card-product:hover .card-body {
    top: 0;
    height: 100%;
    opacity: 1
}

.product-sec::after {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.product-sec::before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.bg-form {
    background: url(../images/map.jpg) top left/contain #fff;
    width: 80%;
    margin: auto auto -50px;
    box-shadow: 1px 1px 10px #33443c
}

.layer-form {
    background-color: #33443c9c;
    padding: 3rem 0
}

.fancys {
    background-color: transparent;
    border: 2px solid #79b623;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    margin: 0;
    overflow: visible;
    padding: 1.25em 2em;
    transition: .3s ease-in-out;
    font-size: 13px
}

    .fancys::before {
        content: " ";
        width: 1.5625rem;
        height: 2px;
        background: #fff;
        top: 50%;
        left: 1.5em;
        position: absolute;
        transform: translateY(-50%);
        transform-origin: center;
        transition: background .3s linear,width .3s linear
    }

    .fancys:hover, .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #79b623
    }

    .fancys .texts {
        padding-left: 2em;
        display: block;
        transition: .3s ease-in-out;
        text-transform: uppercase;
        color: #fff
    }

    .fancys:hover {
        color: #fff;
        border: 2px solid #79b623
    }

        .fancys:hover::before {
            width: .9375rem;
            background: #fff
        }

        .fancys:hover .texts {
            color: #fff;
            padding-left: 1.5em
        }

.social-nav {
    color: #33443c;
    font-size: 22px;
    transition: .6s;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -ms-transition: .6s;
    -o-transition: .6s
}

    .social-nav:hover {
        color: #79b623;
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg)
    }

.nav-item {
    margin-right: 20px;
    font-weight: 500
}

.form-control:focus, .form-select:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #c6fe86;
    outline: 0;
    box-shadow: rgba(149,253,13,.25) 0 0 0 .25rem
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999
}

.bg-section, .break-squer, .certificate-box, .color-up, .footer-title, .loader, .offers {
    position: relative
}

.loader {
    width: 100px;
    height: 100px;
    background: center/cover #fff;
    border-radius: 50%;
    animation: 1s ease-in-out infinite alternate roll;
    -webkit-animation: 1.2s ease-in-out infinite alternate roll
}

.circ, .circ img, .color-up, .offers-card {
    height: 100%;
    width: 100%
}

.color-dwon, .color-up, .offers, .offers-card {
    background-color: #fff !important
}

.loader:after {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%
}

@keyframes roll {
    0% {
        transform: translateX(-150%) rotate(0)
    }

    100% {
        transform: translateX(150%) rotate(360deg)
    }
}

@media (max-width:992px) {
    .ab-section {
        margin-top: 50px !important
    }

    .box-intro {
        width: 70%;
        padding: 0 10px
    }

        .box-intro h1 {
            font-size: 30px
        }

        .box-intro h4 {
            font-size: 17px !important;
            margin: auto auto 10px
        }

    .fancy, .fancys {
        padding: .5em
    }

    .product-sec::after, .product-sec::before {
        width: 100px;
        height: 100px
    }

    .color-dwon h4 {
        font-size: 12px
    }

    .link-hover:after {
        content: "";
        pointer-events: none;
        bottom: -2px;
        left: 0;
        position: absolute;
        width: 0%;
        height: 2px;
        background-color: #6b3e0a;
        transition-timing-function: cubic-bezier(0.25,0.8,0.25,1);
        transition-duration: .4s;
        transition-property: width,left
    }

    .link-hover:focus:after, .link-hover:hover:after {
        width: 15%;
        left: 0
    }

    .nav-social {
        display: flex;
        flex-direction: row
    }
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s;
    border-radius: 30px
}

.circ img {
    margin: auto;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s
}

.offers-card {
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    border-radius: 25px;
    overflow: hidden
}

.color-up {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px
}

    .color-up::after {
        position: absolute;
        background-color: var(--brown-color);
        height: 50px;
        width: 50px;
        content: '';
        top: 0;
        right: 0;
        border-bottom-left-radius: 50px;
        transition: .6s;
        -webkit-transition: .6s;
        -moz-transition: .6s;
        -ms-transition: .6s;
        -o-transition: .6s
    }

    .color-up:hover::after {
        background-color: var(--green-color);
        height: 105%;
        width: 105%;
        opacity: .3
    }

.color-dwon h4 {
    font-size: 14px
}

.offers-card:hover {
    transform: translatey(-10px);
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px)
}

.offers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/he.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 100px;
    height: 200px;
    animation: 7s ease-in-out infinite translateYAnimation;
    -webkit-animation: 5s ease-in-out infinite translateYAnimation;
    z-index: -1
}

.bg-sec {
    background-color: #f8f9fa;
    height: 100px;
    width: 100%
}

.contacts .submit:hover, .copyright {
    background-color: var(--brown-color)
}

.intro-baner {
    height: 50vh;
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important
}

.content-page {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%
}

    .content-page h1 {
        color: #fff;
        animation: 1s text;
        -webkit-animation: 1s text
    }

    .content-page span {
        font-size: 14px;
        color: #fff;
        background-color: #79b62398;
        backdrop-filter: blur(3px);
        padding: 15px;
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
        animation: 1.5s text;
        -webkit-animation: 1.5s text
    }

.contacts .info-item {
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    padding: 20px 0 30px
}

.contacts .head {
    font-size: 50px
}

    .contacts .head + p {
        line-height: 1.7;
        font-size: 17px;
        margin-bottom: 30px
    }

.contacts .information {
    margin: 15px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px
}

    .contacts .information i {
        font-size: 25px;
        color: var(--brown-color)
    }

    .contacts .information a {
        color: #000;
        font-weight: 500
    }

.contacts .submit {
    padding: 15px 25px;
    color: #fff;
    background-color: var(--green-color);
    border-radius: 10px;
    transition: .5s;
    display: block;
    width: 130px;
    margin: 20px auto auto
}

.contacts .info-item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: var(--green-color);
    border-radius: 50%;
    border: 2px dotted var(--green-color)
}

.contacts .info-item h3 {
    font-size: 20px;
    color: #6c757d;
    font-weight: 700;
    margin: 10px 0
}

.contacts .info-item p, .info-item a {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #6c757d
}

.contacts .php-email-form {
    width: 80%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,.08);
    padding: 30px;
    border-radius: 10px;
    margin: auto
}

.bg-section::after, .owel-images, .product-item {
    background-position: center;
    background-repeat: no-repeat
}

.certificate-box div p:first-of-type, .contacts .php-email-form h2, .text-head-sec {
    color: var(--brown-color)
}

.contacts .php-email-form .form-group {
    padding-bottom: 20px
}

.contacts .php-email-form .error-message br + br {
    margin-top: 25px
}

.contacts .php-email-form input, .contacts .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px
}

    .contacts .php-email-form input:focus, .contacts .php-email-form textarea:focus {
        border-color: var(--brown-color)
    }

.contacts .php-email-form input {
    height: 44px
}

.contacts .php-email-form textarea {
    padding: 10px 12px
}

.product-item {
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px
}

.text-head-sec h3 {
    font-size: 40px
}

.info-det span {
    margin-bottom: 15px !important;
    color: #79b623
}

.bg-section {
    z-index: 1;
    padding: 30px 0
}

    .bg-section::after {
        position: absolute;
        bottom: 0;
        background-size: cover;
        width: 100%;
        height: 100%;
        content: '';
        opacity: .1;
        z-index: -1
    }

.carousel-control-next span.arr-lr, .carousel-control-prev span.arr-lr {
    color: var(--brown-color);
    opacity: 1 !important
}

.owel-images {
    height: 175px;
    width: 175px;
    margin: auto;
    background-size: contain;
    filter: grayscale(0%);
    transition: .7s;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -ms-transition: .7s;
    -o-transition: .7s;
    -webkit-filter: grayscale(0%)
}

    .owel-images:hover {
        filter: grayscale(100%);
        -webkit-filter: grayscale(100%)
    }

.copyright {
    max-width: 100%;
    overflow: hidden
}

.squre:hover {
    box-shadow: 0 0 4px var(--brown-color);
    background-color: #fff
}

.break-squer::after, .break-squer::before {
    bottom: -4px;
    height: 8px;
    width: 8px;
    background-color: var(--red-color);
    content: '';
    position: absolute
}

.break-squer {
    border: 1px solid #4747476e;
    width: 100%
}

    .break-squer::after {
        left: -1px
    }

    .break-squer::before {
        right: -1px
    }

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s
}

@media (max-width:992px) {
    .layer-intro h4, .layer-intro h6 {
        color: #000;
        font-size: 17px;
        font-weight: 100;
        width: 90%;
        text-wrap: wrap
    }

    .contacts .head {
        font-size: 30px
    }
}

.rev:nth-child(2n) {
    background-color: #f8f8f8;
    margin: 10px 0;
    padding: 20px 0
}

.flag {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.footer {
    background: #0c1a12;
    color: #fff;
    font-family: Cairo,sans-serif
}

.footer-logo {
    width: 160px
}

.footer-desc {
    color: #ccc;
    font-size: 15px;
    line-height: 1.6
}

.footer-title {
    color: #fff;
    font-weight: 600
}

    .footer-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 40px;
        height: 2px;
        background: #71c55d
    }

.footer-links li {
    margin-bottom: 8px
}

.footer-links a {
    color: #ccc;
    transition: .3s;
    display: block
}

    .footer-links a:hover {
        color: #71c55d;
        transform: translateX(10px)
    }

.footer-contact li {
    margin-bottom: 10px;
    color: #ccc;
    display: flex;
    align-items: center
}

.social-link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid #71c55d;
    color: #71c55d;
    transition: .3s
}

    .social-link:hover {
        background: #71c55d;
        color: #fff;
        transform: translateY(-3px)
    }

.footer-divider {
    border-color: rgba(255,255,255,.1)
}

.footer-link {
    color: #000;
    font-weight: 500;
    transition: color .3s
}

.certificate-box {
    border-radius: 20px;
    border: 1px solid #ccc;
    min-height: 400px !important;
    max-height: 450px !important;
    padding: 0 !important;
    overflow: hidden
}

    .certificate-box div:first-of-type {
        background-color: #fff;
        border-radius: 10px;
        margin-bottom: 20px;
        height: 50%;
        width: 100%;
        overflow: hidden
    }

    .certificate-box div:last-of-type {
        padding-left: 10px
    }

    .certificate-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: .5s
    }

    .certificate-box div h3 {
        font-size: 25px;
        color: var(--green-color)
    }

    .certificate-box div p, .info-det p {
        font-size: 15px;
        color: #555
    }

    .certificate-box:hover img {
        transform: scale(1.1) rotate(5deg)
    }

.main-image-container {
    width: 100%;
    height: 400px;
    overflow: hidden
}

.main-image {
    width: 100%;
    height: 100%;
    transition: .3s
}

.thumb-img {
    width: 60px;
    transition: transform .3s
}

@media (min-width:768px) {
    .thumb-img {
        width: 80px
    }
}

.thumb-img:hover {
    transform: scale(1.05)
}

.text-main {
    color: var(--main-color,#2b7a0b);
    font-weight: 600;
    margin-bottom: 10px
}

.info-det p {
    margin-bottom: 5px
}

.info-det strong {
    color: #222
}

.product-details {
    padding: 40px
}

    .product-details h2 {
        font-size: 2rem;
        color: var(--green-color);
        font-weight: 600;
        margin-bottom: 20px
    }

    .product-details p.description {
        color: #555;
        font-size: 1rem;
        margin-bottom: 25px;
        line-height: 1.7
    }

.product-info li {
    margin-bottom: 8px;
    font-size: .95rem;
    color: #333
}

.product-info strong {
    color: #1b5e20
}

.btn-custom {
    background: var(--green-color);
    color: #fff;
    border-radius: 30px;
    padding: 10px 25px;
    transition: .3s;
    text-transform: uppercase;
    font-weight: 500
}

    .btn-custom:hover {
        background: var(--brown-color);
        color: #fff;
        transform: translateY(-2px)
    }

.float-category {
    position: absolute;
    top: 0;
    left: 30px;
    background-color: var(--brown-color);
    color: #fff;
    width: 70px;
    height: 65px;
    border-end-end-radius: 30px;
    border-end-start-radius: 30px;
    font-weight: 500;
    font-size: 18px;
    padding-top: 15px
}

.blur1, .blur2 {
    position: absolute;
    width: 250px;
    height: 250px;
    background: var(--green-color);
    border-radius: 50%;
    filter: blur(90px);
    z-index: -1
}

.blur1 {
    bottom: 0;
    left: 10px
}

.blur2 {
    top: 0;
    right: 10px
}

.text-about ul li, .why-egypt-section ul li {
    margin-bottom: 8px;
    font-weight: 500;
    color: #333
}

.text-about h4 {
    color: var(--green-color);
    font-weight: 600
}

.info-box span {
    font-size: 30px;
    color: var(--green-color);
    display: block;
    margin-bottom: 10px
}

.info-box h4 {
    font-weight: 600;
    margin-bottom: 8px
}

.info-box p {
    color: #555
}

.why-egypt-section {
    background-color: #fff
}

    .why-egypt-section h3 {
        font-weight: 700
    }

.core-value, .operations-section {
    background-color: #f9f9f9
}

.operation-card {
    background: #fff;
    border-radius: 16px;
    padding: 35px 25px;
    transition: .4s;
    border: 1px solid #eee;
    height: 100%
}

    .operation-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 10px 25px rgba(0,0,0,.1)
    }

    .operation-card h4 {
        color: var(--main-color);
        font-weight: 600;
        margin: 15px 0 10px
    }

    .operation-card p {
        color: #555;
        line-height: 1.7
    }

.icon-circle {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg,#79b832);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    margin: 0 auto 15px
}

.sustainability-section {
    background: linear-gradient(135deg,#7ac142,#447d25);
    color: #fff;
    position: relative;
    margin: 0
}

.sustainability-content h3 {
    font-weight: 700;
    color: #fff
}

.sustainability-content p {
    color: #f9f9f9;
    font-size: 17px;
    line-height: 1.8
}

.sustainability-content ul li {
    font-size: 16px;
    margin-bottom: 10px
}

    .sustainability-content ul li i {
        color: #fff;
        margin-right: 10px;
        font-size: 18px
    }
