
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.cold {
    display: flex;
    flex-direction: column;
    
}

.border-de
 {
            border-bottom: 1px dashed #d1d1d1;
 }
.fw-bold {
    font-weight: 700 !important;
}


.bg-lightgreen {
    background-color: #6bb252;
}
.bg-lightgreen:hover {
    background-color: #f7a422;
}

.text-lightgreen {
    color: rgb(107 178 82);
}

.bg-orange {
    background-color: #F95F09;
}

.bg-green {
    background-color: #364127;
}

.ri-arrow-right-s-line{
    font-size: 30px;
    color:black;
}

.ri-arrow-left-s-line{
    font-size: 30px;
    color:black;
}
.part{
    background-color: #6BB252;
}


.container{
    max-width: 1576px;
}


/* *************slick-slider****************** */

body {
    position: relative;
    height: 100%;
}

body {
    
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.swiper {
    width: 100%;
    height: 20%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.slideBtns {
    display: flex;
    justify-content: space-between;
}

.slideBtns div {
    position: static;
}

.swiper-button-prev::after {
    content: "" !important; 
}

.swiper-button-next::after {
    content: "" !important;
}

.swiper-button-prev-1::after {
    content: "" !important; 
}

.swiper-button-next-1::after {
    content: "" !important;
}

.swiper-button-next-2:after {
    content: "" !important;
}

.swiper-button-prev-2:after {
     content: "" !important;
}
.swiper-button-next-3:after {
    content: "" !important;
}

.swiper-button-prev-3:after {
     content: "" !important;
}
.swiper-button-next-4:after {
    content: "" !important;
}

.swiper-button-prev-4:after {
     content: "" !important;
}
.card:hover {
    box-shadow: 0px 0px 4px gray;
}

.hiding_btn {
    display: flex;
    opacity: 0;
}

.card:hover .hiding_btn {
    opacity: 1;
}
.ri-star-fill{
    color: #FFC107;
}

.ri-star-half-s-line{
     color: #FFC107;
}
.btn-orange{
 background-color: #FCF7EB;
}
.btn-orange:hover{
 background-color: #FFECBE;
}


.btn-1:hover{
    background-color: #EFEFEF;

}

.text-gray{
    color: gray;
}

.btn-4{
    background-color: #000;
}