/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


/* slide css */
.cSliderrow {
    background: #efcaca;
}

.cSliderrow.navSlides {
    display: flex;
}

.cSliderrow.navSlides .myCol8 {
    width: 67%;
    height: 660px !important;!i;!;
}

.cSliderrow.navSlides .myCol8 .main-slide-items img {
    width: 100% !important;!i;!;
    height: 660px;
    object-fit: cover;
    background-position: center center !important;!imp;!im;!im;!i;!;
}

.cSliderrow.navSlides .myCol4 {
    width: 33%;
    height: 660px !important;!i;!;
}

.cSliderrow.navSlides .myCol4 .slider-post {
    background: #efcaca;
}

.cSliderrow.navSlides .myCol4 .main-slide-items {
    background: #efcaca;
    height: 218.6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all ease 0.5s;
    padding: 0 30px;
}

.cSliderrow.navSlides .myCol4 .main-slide-items img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    object-position: center center !important;!i;!;
    border-radius: 100%;
    margin-bottom: 15px;
}

.cSliderrow.navSlides .myCol4 .main-slide-items:hover {
    background: #925D5D;
}

.cSliderrow.navSlides .myCol4 .main-slide-items .countryAndtour {
    display: flex;
    gap: 5px;
}

.cSliderrow.navSlides .myCol4 .main-slide-items .countryAndtour h5 {
    margin-bottom: 5px;
    text-transform: capitalize !important;!i;!;
    transition: all ease 0.5s;
}

.cSliderrow.navSlides .myCol4 .main-slide-items h3 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.cSliderrow.navSlides .myCol4 .main-slide-items:hover .countryAndtour h5 {
    color: #fff;
}

.cSliderrow.navSlides .myCol4 .main-slide-items:hover h3 {
    color: #fff !important;
}
/* slide css */

