body{
    margin: 0;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
header{
    position: relative;
    align-items: center;
    width: 100%;
    height: 100px;
    color: rgb(0, 0, 0);
    display: flex;
}
header > a img{
    width: 10rem;
    height: 4rem;
    margin-left: 100px;
}
nav{
    margin-top: 2rem;
    margin-left: auto;
    margin-right: 0rem;
    font-size: 20px;
}
nav li{
    padding: 0 2rem;
    float: left;
    list-style: none;
}
nav li a{
    text-decoration: none;
    color: #2C422C;
}

.languageSw {
    width: 111px;
        position: relative;
        bottom: 11px;
        right: 5px;
}

.languageSw img {
    width: 100%;
    position: relative;
}

.first_sec{
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/decoration.svg");
    z-index: 0;
    position: relative;
    width: 100%;
}
.first_sec .testimonial-section .container .row{
	flex-direction: row-reverse;
}
.first_sec .testimonial-section .container .row .col-md-6{
	flex-direction: row-reverse;
	justify-content: flex-start
}
.second_sec{
    margin-top: 10rem;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../images/decoration2.svg");
}
.nonM{
    margin-top: 0;
}
.third_sec{
    color: white;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    background-image: url("../images/decoration3.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}
.fourth_sec{
    position: relative;
    height: 100vh;
    color: white;
    margin-top: 10rem;
    background-image: url("../images/decoration5.svg");
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.faq{
    height: 100%;
}

.faq img{
    margin-bottom: 10rem;
    width: 30rem;
}

.card-image{
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #fff;
    padding: 3px;
}
.card-image .card-img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #2C422C;
}
.container{
    color: white;
}
.black{
    color: black;
}
.slide-container{
    max-width: 1120px;
    width: 100%;
    padding: 40px 0;
}
.slide-content{
    overflow: hidden;
    margin: 0 40px;
    border-radius: 25px;
}

.card{
    border-radius: 25px;
    background-color: #fff;
}
.image-content,
.card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}
.image-content{
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}
.name{
    font-size:18px;
    font-weight: 500;
    color: #333;
}
.description{
    font-size: 14px;
    color: #707070;
    text-align: center;
}
.button{
    border: none;
    font-size: 16px;
    color: #fff;
    padding: 8px 16px;
    background-color: #6fa16f;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.button:hover{
    background: #405440;
}

.overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #6fa16f;
    left: 0;
    top: 0;
    border-radius: 25px 25px 0 25px;
}
.overlay::before,
.overlay::after{
    content: '';
    position: absolute;
    height: 40px;
    right: 0;
    bottom: -40px;
    width: 40px;
    background-color: #6fa16f;
}
.overlay::after{
    border-radius: 0 25px 0 0;
    background-color: white;
}
.swiper-navBtn{
    color: #405440;
    transition: color 0.3s ease;
}
.swiper-navBtn:hover{
    color: #273227;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
    font-size: 40px;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-pagination-bullet{
    background-color: #456545;
    opacity: 1;
}
.swiper-pagination-bullet-active{
    background-color: #2C422C;
}



.testimonial-section{
    padding: 80px 0;
    min-height: 100vh;
}
.testi-img .img-box{
    max-width: 360px;
    margin:auto;
    text-align: center;
    position: relative;
}
.testi-img .circle{
    position: absolute;
    border-radius: 50%;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.testi-img .img-box-inner{
    position: relative;
    border-radius: 0 0 180px 180px;
}
.first_sec .testi-img .img-box-inner img{
    border-radius: 50%;
}
.testi-img .img-box-inner img{
    
    width: 400px;
    max-width: 400px;
    height: 400px;
    border: 4px solid white;
}
.testimonial-section .carousel-inner{
    margin-bottom: 20px;
}
.testimonial-section .carousel-control-prev{
    margin-right: 10px;
}
.testimonial-section .carousel-control-next, 
.testimonial-section .carousel-control-prev{
    border: 1px solid black;
    position: relative;
    height: 35px;
    width: 35px;
    background-color: white;   
    opacity: 100%;
    color: black;
    display: inline-flex;
    border-radius: 50%;
}
.testimonial-section .carousel-control-prev img,
.testimonial-section .carousel-control-next img{
    width: 15px;
}
.testi-item h3,
.testi-item p{
    font-size: 18px;
}
.testi-item h3{
    text-transform: capitalize;
}

.social a{
    padding: 20px;
    color: #7b7c7c;
    font-size: 1.1rem;
}
#contact{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
}
.contact-box{
    background-color: #474747;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 30px;
    box-shadow: 2px 0px 30px rgba(0,0,0,0.1);
}
.c-heading h1{
    color: #e7eef3;
    font-size: 2.5rem;
    font-weight: lighter;
    text-align: center;
    margin: 0px;
    padding: 0px;
}
.c-heading p{
    color: #cecece;
    font-size: 0.8rem;
    font-weight: lighter;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.c-inputs{
    margin: 15px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.c-inputs input{
    width: 250px;
    height: 45px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(251,251,251,0.1);
    outline: none;
    margin: 10px 0px;
    padding: 10px;
    box-sizing: border-box;
    color: #f4f4f4;
    display: flex;
}
.c-inputs textarea{
    width: 250px !important;
    height: 200px !important;
    outline: none;
    background-color: rgba(0,0,0,0.1);
    border: 1px solid rgba(82,82,82,1);
    color: #f4f4f4;
    padding: 10px;
    font-size: 1.2rem;
    box-sizing: border-box;
}
.c-inputs button{
    width: 200px;
    height: 40px;
    background-color: #ffffff;
    border: none;
    outline: none;
    margin-top: 20px;
    border-radius: 10px;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
    letter-spacing: 1px;
}
.c-inputs input:focus{
    border-bottom: 1px solid rgba(252, 252, 252, 1.00);
    transition: all ease 0.5s;
}
.c-inputs textarea:focus{
    border: none;
    border-bottom: 1px solid rgba(255,255,255,1.00);
    transition: all ease 0.5s;
}
.c-inputs button:active{
    transform: scale(1.01);
}
.map{
    filter: grayscale(0.2);
    box-shadow: 2px 2px 30px rgba(0,0,0,0.2);
}
.social{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #ffffff;
    box-shadow: 2px 2px 30px rgba(0,0,0,0.1);
}
.social a:hover{
    color: #000000;
    transition: all ease 0.3s;
}

footer{
    color: white;
    display: flex;
    margin-top: 10rem;
    width: 100%;
    height: 25rem;
    background-color: #6BB06C;
}
footer .company{
    margin: 3rem 10rem;
    width: 20rem;
}
footer .company img{
    width: 7rem;
}
footer .company p{
    margin-top: 2rem;
}
footer nav{
    margin: 3rem 0;
    width: 12rem;
}
footer nav li{
    font-size: 16px;
    margin: 0.6rem 0;
    list-style: none;
}
footer nav ul{
    margin:0;
    padding: 0;
}
footer nav li a{
    color: white;
}
.openMenu{
    font-size: 2rem;
    margin: 20px;
    display: none;
    position: absolute;
    left: 0;
    cursor: pointer;
}
nav .closeMenu, .icons i {
    font-size: 2rem;
    display: none;
    cursor: pointer;
}

footer .switcher{
    margin:3rem auto;
}
footer .switcherH{
    display: none;
}
@media only screen and (max-width: 1100px) {
    .map{
        display: none;
    }
}

@media only screen and (max-width: 1275px) {
    .faq{
        gap:0;
    }
    .company{
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    footer{
        height: 100%;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    footer .switcherH{
        margin:3rem auto;
    }

    .icons i {
        display: inline-block;
        padding: 12px;
    }

}
@media only screen and (max-width: 960px) {
    .faq{
        flex-direction: column;
    }
}
@media only screen and (max-width: 910px){
        header {
                padding-bottom: 50px;
            }
        
            header>a img {
                position: absolute;
                right: 2rem;
                width: 10rem;
            }
        
            nav .mainMenu {
                padding-top: 30px;
                height: 30rem;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 10;
                gap: 3rem;
                flex-direction: column;
                background-color: #ffffff;
                transform: top 1s ease;
                display: none;
            }
            nav .mainMenu .closeMenu {
                display: block;
                position: relative;
                right: -30px;
                top: 52px;
            }
        
            .openMenu {
                position: absolute;
                left: 0;
                color: black;
                display: inline-block;
            }
        
            nav .openMenu {
                display: block;
            }
        
            nav .mainMenu li a:hover {
                background: none;
                color: white;
                font-size: 1.6rem;
            }
}
@media screen and (max-width: 768px){

    .slide-content{
        margin: 0 10px;
    }
    .swiper-navBtn{
        display: none;
    }
    .testi .wrapper{
        flex-direction: row;
        padding: 30px 10px;
    }
    .testi .thumbnail{
        width: 200px;
        height: 200px;
    }
    
}
@media only screen and (max-width: 875px){

}
@media only screen and (max-width: 580px){
    .testimonial-section {
        padding: 199px 30px;
    }

    .faq{
        height: 130rem;
    }
    .faq img{
        width: 20rem;
    }
}
@media only screen and (max-width: 480px){
    .social {
        display: none;
    }
    .contact-box{
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }
    #contact{
        position: static;
        transform: translate(0,0);
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
    }
    .c-heading h1{
        font-size: 2.2rem;
        text-align: center;
    }
    .faq{
        height: 100rem;
    }
}

/* Responsive */
@media(max-width:991px){
    .testi-img .circle{
        height: 300px;
        width: 300px;
    }
    .testi-img .img-box-inner{
        border-radius: 0 0 150px 150px;
    }
    .testi-img .img-box-inner img{
        max-width: 230px;
        width: 230px;
        height: 230px;
    }
}
@media(max-width:767px){
    .testi-img{
        margin-bottom: 25px;
    }
}

.wrapper{
    width: 100%;
    overflow-x: hidden;
}
.wrapper .container{
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
}
.category-filter{
    margin-top: 40px;
}
.title{
    margin-bottom: 40px;
}
.title h1{
    color: #1b1919;
    text-align: center;
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 1px;
}
.filter-btns{
    text-align: center;
}
.filter-btns a{
    text-decoration: none;
}
.filter-btn{
    background: none;
    cursor: pointer;
    border: none;
    font-family: inherit;
    text-transform: uppercase;
    display: inline-block;
    margin: 10px 30px;
    font-size: 16px;
    color: #d3d3d3;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filter-btn::after{
    content: "";
    position: absolute;
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 2px;
    width: 0;
    background-color: #555;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}
.filter-btn:hover{
    color: #555;
}
.filter-btn:hover::after{
    width: 100%;
}
/* active button */
.active-btn{
    color: #555;
}
.active-btn::after{
    width: 100%;
}
/*  */

.filter-items{
    margin-top: 40px;
}
.item-img{
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.item-img::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(212, 203, 203, 0.1);
}
.item-img .discount{
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #95bf47;
    z-index: 1;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    padding: 4px 16px;
}
.item-img img{
    width: 100%;
    display: block;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.filter-item:hover .item-img img{
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}
.item-info{
    padding: 14px 0;
}
.item-info p{
    font-weight: 600;
    font-size: 17px;
    margin-top: 8px;
}
.item-info .old-price{
    font-size: 14px;
    font-weight: 700;
    text-decoration: line-through;
}
.item-info .new-price{
    display: inline-block;
    margin-left: 6px;
    font-weight: 600;
    color: #f53939;
}
.add-btn{
    display: inline-block;
    margin-top: 20px;
    background-color: #6BB06C;
    text-decoration: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 2px;
    border: 2px solid #6BB06C;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.add-btn:hover{
    border-color: #9de09e;
    background-color: #fff;
    color: #9de09e;
}


.filter-items{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.new{
    width: 200px;
}
.item-img{
    width: 100%;
}
.item-img img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.filter-item{
    width: 100%;
    margin-bottom: 40px;
    -webkit-animation: fadeIn 1s;
            animation: fadeIn 1s;
}

@-webkit-keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@keyframes fadeIn{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}

@media screen and (min-width: 768px){
    .filter-item{
        width: calc(50% - 30px);
    }
}

@media screen and (min-width: 992px){
    .filter-item{
        width: calc(33.3333% - 30px);
    }
}

@media screen and (min-width: 1200px){
    .filter-item{
        width: calc(25% - 30px);
    }
}

.itemContainer {
    margin-top: 10rem;
    max-width: 75%;
    margin: auto;
    background: white;
    box-shadow: 5px 5px 10px 3px rgba(0, 0, 0, 0.3);
}

.left,
.right {
    width: 50%;
    padding: 30px;
}
.main_image{
    width: 100%;
}
.main_image img{
    width: 100%;
    max-height: 500px;
}
.flex {
    display: flex;
    justify-content: space-between;
}

.flex1 {
    display: flex;
}

.main_image {
    width: auto;
    height: auto;
}

.option img {
    width: 75px;
    height: 75px;
    padding: 10px;
}

.right {
    padding: 50px 100px 50px 50px;
}

.right h3 {
    color: black;
    margin: 20px 0 20px 0;
    font-size: 25px;
}

.right h5,
.right p,
small {
    color: #837D7C;
}

.right h4 {
    color: #2C422C;
}

.right p {
    margin: 20px 0 50px 0;
    line-height: 25px;
}

.right h5 {
    font-size: 15px;
}

label,
.add span,
.color span {
    width: 25px;
    height: 25px;
    background: #000;
    border-radius: 50%;
    margin: 20px 10px 20px 0;
}

.color span:nth-child(2) {
    background: #EDEDED;
}

.color span:nth-child(3) {
    background: #D5D6D8;
}

.color span:nth-child(4) {
    background: #EFE0DE;
}

.color span:nth-child(5) {
    background: #AB8ED1;
}

.add label,
.add span {
    background: none;
    border: 1px solid #2C422C;
    color: #456545;
    text-align: center;
    line-height: 25px;
}

.add label {
    padding: 10px 30px 0 20px;
    border-radius: 50px;
    line-height: 0;
}

.right button {
    width: 100%;
    padding: 10px;
    border: none;
    outline: none;
    background: #6BB06C;
    color: white;
    margin-top: 20%;
    border-radius: 30px;
}

@media only screen and (max-width:768px) {
    .itemContainer {
        max-width: 90%;
        margin: auto;
        height: auto;
    }

    .left,
    .right {
        width: 100%;
    }

    .itemContainer {
        flex-direction: column;
    }
}

@media only screen and (max-width:511px) {
    .itemContainer {
        max-width: 100%;
        height: auto;
        padding: 10px;
    }

    .left,
    .right {
        padding: 0;
    }

    .option {
        display: flex;
        flex-wrap: wrap;
    }
}
