header {
    position: fixed;
    height: 90px;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 666;
    box-shadow: 1px 3px 10px #084925;
    background-color: #d6b853;
    padding: 0 210px;
}

header .row-s {
    align-items: center;
    flex-wrap: nowrap;
}

header picture {
    width: 100px;
}

header image {
    padding: 10px 0;
}

header li:hover .line {
    background: #084925;
    width: 100%;
}

header .n1 li {
    padding: 0 15px;
}

#lang {
    color: white;
    background-color: #084925;
    border: none;
    border-radius: 20px;
    margin-top: 5px;
    padding: 0 3px;
}

main {
    overflow: hidden;
    margin-top: 90px;
}

.relative {
    position: relative;
}

header a {
    transition: color .3s linear;
    padding: 5px 10px;
    font-weight: bold;
    color: #333;
    transition: transform 0.5s ease;
}

header li:hover a {
    color: #084925;
    border-radius: 5px;
    transform: translateY(-3px);

}

.menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 40px;
    height: 25px;
    cursor: pointer;
}

.menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #676565;
    border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

#hero img {
    height: 90vh;
    object-fit: cover
}

#hero .row {
    background-color: #194e36;
}

.slideshow-container {
    max-width: 100%;
    padding: 0 210px;
    overflow: hidden;
}

#hero,
#about,
#services,
#feature2 {
    padding-bottom: 90px;
}

.slide {
    display: none;
}

.slide img {
    width: 100%;
    height: auto;
}

.active {
    display: block;
}



.dot-container {
    text-align: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.dot {
    height: 10px;
    width: 10px;
    background-color: #cecece;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
}

.active-dot {
    background-color: #383737;
}


.titles {
    color: #666;
    font-size: 2em;
    padding-bottom: 15px;
}

#feature2 {
    padding: 0 200px;
    margin: 0;
    padding-bottom: 90px;
}

.title {
    color: #666;
    font-size: 25px;
    padding: 90px 0 15px;
}

.gray {
    color: #6f6f6f
}

.white {
    color: white;
}

.desc {
    padding-bottom: 30px;
}

#feature2 .wrapper {
    padding: 65px 30px 35px;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    text-align: center;
    text-shadow: none;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear #333;
    cursor: default;
    height: 100%;
}

#feature2 .wrapper:hover {
    background: #d6b75338;
    border: 1px solid #ebebeb;

}

#feature2 .wrapper:hover .circle {
    color: #fff;
    background: #132c15;
    border: 4px solid #dbbb4f;
}



#feature2 i {
    color: #fff;
    font-size: 36px;
    display: block;
    line-height: 98px;
    text-align: center;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.circle {
    text-align: center;
    width: 106px;
    height: 106px;
    margin: 0 auto 0 -53px;
    background-color: #666;
    border: 4px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: -53px;
    left: 50%;
    display: block;
    color: #444;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}


#about .row {
    padding: 0 210px;
    background-color: #d6b853;
}

#about_me .p {
    font-size: 19px;
}

#about_me .h2 {
    font-size: 40px;
    font-weight: 300;
    padding-top: 15px;
}

.slogan {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(218, 165, 32, 0.877);
    color: white;
    padding: 10px 10px;
    font-size: 20px;
    text-align: center;
    width: 100%;
    height: auto;
}

#services1 .row-s {
    flex-wrap: wrap;
    width: 100%;
    padding: 0 210px 90px 210px;
}

#services1 i {
    font-size: 20px;
    padding-right: 3px;
}

#services1 .col {
    flex: unset;
    width: 50%;
    padding: 10px;
    color: #666;

}

#services1 .wrapper {
    height: 100%;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

/*#services1 .wrapper:hover {*/
/*    border: 1px solid #084925;*/
/*    color: #084925;*/
/*    transition: all .3s linear;*/
/*    translate: 3px 0.3rem 10px;*/
/*}*/


#services1 .border {
    border: 1px solid;
    border-radius: 20px;
    padding: 20px;
}

#services1 span {
    width: 100%;
    font-size: 2vb;
}

.txt {
    font-size: 20px;
    padding: 8px 0;
}

#products {
    background-image: linear-gradient(to right, #084925, #084925, #d6b853);
    /*rgb(218, 165, 32) */
    color: #fff;
    height: 100%;
}

.swiper-slide {
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
}

.image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.swiper {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

#products .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
    padding-bottom: 30px;
}


.product-name {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(218, 165, 32, 0.678);
    color: white;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    width: 450px;
    height: auto;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: contain;
}

footer a:hover {
    text-decoration: underline;
}


.w33 {
    width: 30%;
}

#info .col {
    padding: 50px;
}

footer i  {
    font-size: 20px;
    color: #666;
}
.hov {font-size:35px;}
footer .hov:hover {
    color: #132c15;
}

footer #info {
    background-color: #f8f9fa;
    padding: 0 160px;
}

#copyright {
    background-color: #d6b853;
}

.c1 li {
    padding: 4px 0;
}

.pt {
    padding-top: 10px;
    padding-left: 210px;
}

footer {
    overflow: hidden;
}

.title {
    font-size: 3vb;
    color: #3f434e;
}

footer ul {
    padding: 0 !important;
}

.title1 {
    font-size: 2.5vb;
    color: #3f434e;
}

iframe {
    width: 100%;
    padding-top: 15px;
}

#copyright .col {
    padding: 10px;
    text-align: center;
    color: #132c15;
}

#copyright i {
    color: #132c15;
}