 /*
Theme Name: Findme
Description: This is a theme by Media Findme's team based on Flatsome theme.
Author: Dev Findme
Template: flatsome
Version: 3.0
*/

/*! Do not write custom CSS here! */

html{
    font-size: 16px;
    font-family: 'Helvetica', sans-serif; 
}
.is-outline:hover{
    background: var(--primary-color) !important;
}
input[type=submit]{
    background: var(--primary-color) !important;
}
.nav-dropdown-has-border .nav-dropdown {
    border: 1px solid #ddd;
    padding: 10px;
}
.nav-dropdown>li>a:hover{
    color: var(--secondary-color);
}
.button.secondary:not(.is-outline){
    background-color: var(--primary-color) !important;
}
.is-divider{
    display: none;
}
input[type=submit]{
    background: var(--primary-color);
}
.has-border{
    background-color: var(--primary-color);
}
.product-short-description {
	    border-bottom: 1px dashed;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.rank-math-breadcrumb p {
	margin-bottom: 0;
}
.menu-item-gtranslate .gt-current-wrapper{
    display: none;
}
.menu-item-gtranslate .dropdown-menu {
    list-style: none;
    display: flex;
}
.menu-item-gtranslate .dropdown-menu li {
    margin: 0 8px;
    
}
.menu-item-gtranslate .dropdown-menu li  a.glink{
    color: var(--primary-color);
    font-weight: 700;
}
.menu-item-gtranslate .dropdown-menu li  a.glink.gt-current-lang {
    color: #08a045;
}
.h1-title{
    color: var(--primary-color) !important;
    font-size: 43px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 20px 0; 
}

.sub-title{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    margin-bottom: 50px;
}

.button-view-more{
    display: inline-block;
    overflow: hidden;
    padding: 0 25px;   
    box-shadow: none !important;
    font-weight: 600;
    color: #fff;
    background-color: transparent !important;
    border-color: transparent !important;
    margin: 0
}
.button-view-more:hover{
    opacity: 0.8;
}
.button-view-more::before{
    background-color: var(--primary-color);
    border-top: solid 2px var(--primary-color);
    border-right: solid 2px var(--primary-color);
    width: 45px;
    height: 45px;
    right: 11px;
    content: "";
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    top: 0;
   
}
.button-view-more::after{
    background-color: var(--primary-color);
    border-bottom: solid 2px var(--primary-color);
    border-left: solid 2px var(--primary-color);
    width: 45px;
    height: 45px;
    left: 11px;
    content: "";
    position: absolute;
    z-index: 1;
    transform: rotate(45deg);
    top: 0;
   
}
.button-view-more span{
    background-color: var(--primary-color);
    border-top: solid 2px var(--primary-color);
    border-bottom: solid 2px var(--primary-color);
    display: block;
    position: relative;
    z-index: 2;  
    transition: all 0.2s ease-in-out;
    line-height: 41px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
}

.banner-box .button-view-more{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);  
    margin: 0 !important;
   
}
.banner-box .button-view-more::before{
    background-color: var(--secondary-color);
    border-top: solid 2px var(--secondary-color);
    border-right: solid 2px var(--secondary-color);
    
   
}
.banner-box .button-view-more::after{
    background-color: var(--secondary-color);
    border-bottom: solid 2px var(--secondary-color);
    border-left: solid 2px var(--secondary-color);
   
   
}
.banner-box .button-view-more span{
    background-color: var(--secondary-color);
    border-top: solid 2px var(--secondary-color);
    border-bottom: solid 2px var(--secondary-color);
    
}
.home-section__2 .h1-title{
    font-size: 32px;
}
.home-section__2 .col-banner{
    padding-bottom: 50px;
}
.banner-box .text-box-content h3{
    font-size: 18px;
    display: block;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 28px;
}
.banner-box .text-box-content p{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.home-section__2 .post-item .box-text{
    padding: 20px;
}
.home-section__2 .post-item .box-text .box-text-inner{
    display: flex;
    flex-direction: column-reverse;
}
.home-section__2 .post-item .post-meta{
    font-size: 14px;
    color: #b8b8b8;
    margin-bottom: 5px;
}
.home-section__2 .post-item .box-text h5{
    font-size: 18px;
    color: #4a4a4a;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 66px;
    line-height: 22px;
}
.home-section__2 .post-item .box-text h5:hover{
    color: var(--primary-color);
}
.home-section__2 .post-item .is-divider{
    display: none;
}
.home-section__3 .h1-title, .home-section__4 .h1-title{
    display: flex;
    flex-direction: column;
}

.home-section__4 .button-view-more::before, .home-section__8 .button-view-more::before{
    background-color: #f6dc6b;
    border-top: solid 2px #f6dc6b;
    border-right: solid 2px #f6dc6b;
    
   
}
.home-section__4 .button-view-more::after, .home-section__8 .button-view-more::after{
    background-color: #f6dc6b;
    border-bottom: solid 2px #f6dc6b;
    border-left: solid 2px #f6dc6b;
   
   
}
.home-section__4 .button-view-more span, .home-section__8 .button-view-more span{
    background-color: #f6dc6b;
    border-top: solid 2px #f6dc6b;
    border-bottom: solid 2px #f6dc6b;
    color: var(--primary-color);
    
}
.home-section__4 .h1-title{
    color: #f6dc6b !important;
}
.home-section__5 .sub-title{
    color : #4a4a4a;
}
.home-section__5 .product-small .product-title a{
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
}
.slider .flickity-prev-next-button:hover svg, .slider .flickity-prev-next-button:hover .arrow {
    fill: #FFF !important;
    background-color: var(--primary-color) !important;
    border: none !important;
}
.home-section__5 .product-small ul{
    display: none;
}
.home-section__6 .h1-title{
    font-size: 32px;
}
.home-section__6 .box-text{
    padding: 20px;
}
.home-section__6 .box-text h4{
    color: #4a4a4a;

}
.home-section__6 .box-text h4:hover{
    color: var(--primary-color);
    cursor: pointer;
}
.home-section__6 .box-text i{
    color: red;
}
.home-section__7 h3{
    color: var(--primary-color);
}
.home-section__8 .col-right {   
    padding-left: 70px !important;
    /* background: url('https://sonvpmasr.techfindme.xyz/wp-content/uploads/2024/06/bg-10.png') no-repeat -30px bottom; */
}
.home-section__8 .col-right .h1-title {   
    color: #f6dc6b !important;
}
.home-section__9 .icon-box-img{
    display: block;
    color: #9B9B9B;
    font-size: 64px;
    width: 160px !important;
    height: 160px;
    position: relative;
    margin: 0 auto 20px;
    line-height: 120px;
}
.home-section__9 .icon-box-img .icon{
    position: relative;
    width: 140px;
    height: 80.83px;
    background-color: #ffffff;
    margin: 40.41px 0;
    border-left: solid 2px #f2f2f2;
    border-right: solid 2px #f2f2f2;
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
    position: absolute;
    top: 0;
    left: 0;

}

.home-section__9 .icon-box-img .icon:after, .home-section__9 .icon-box-img .icon:before {
    content: "";
    position: absolute;
    z-index: 1;
    width: 98.99px;
    height: 98.99px;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background-color: inherit;
    left: 18.5025px;
}
.home-section__9 .icon-box-img .icon:before {
    top: -49.4975px;
    border-top: solid 2.8284px #f2f2f2;
    border-right: solid 2.8284px #f2f2f2;
}
.home-section__9 .icon-box-img .icon:after {
    bottom: -49.4975px;
    border-bottom: solid 2.8284px #f2f2f2;
    border-left: solid 2.8284px #f2f2f2;
}
.home-section__9 .icon-box-img .icon-inner{
    transform: scaleY(1) rotate(-90deg);
    position: relative;
    z-index: 2;
    width: 64px;
    height: 64px;
    object-fit: cover;
}
.home-section__9 .icon-box-img .icon-inner svg{
    padding-top: 0;
    position: absolute;
    left: 0;
    top: 0;
    color: #9B9B9B ;
}
.home-section__9 .icon-box:hover .icon{
    background: var(--primary-color);
    cursor: pointer;
}
.home-section__9 .icon-box:hover .icon svg{
    color:#f6dc6b;
}
.home-section__9 .icon-box:hover h3{
    color: var(--primary-color);
}
.home-section__9 .icon-box h3{
    color: #9b9b9b;
}
.footer-wrapper .title-footer{
    font-size: 18px;
    color: #fff;
    margin-bottom: 16px !important;
    
}
.footer-wrapper .ux-menu-link__link{
    font-size: 18px;
    color: #FFF;
    
}
.footer-wrapper .ux-menu-link__link:hover{
    color: var(--secondary-color);
}
.section-intro__1 .text-intro{

}
.section-intro__2 .col{
    background: url(https://sonvpmasr.techfindme.xyz/wp-content/uploads/2024/06/bg-12_b.png) no-repeat bottom;
    width: 728px;
    height: 696px;
    width: 728px;
    height: 715px;
    margin: 0 auto;
    padding: 200px 200px 100px;
    text-align: center;

}
.section-intro__2 .col-inner{
    padding: 0 60px;
}
.section-intro__2 .col-inner h2{
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 700;
    text-transform: uppercase;
}
.section-intro__2 .col-inner p{
    color: #4a4a4a;
    font-size: 16px;
    text-transform: justify;
}
.archive-page-header .page-title span{
    font-size: 42px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--primary-color);
    margin-bottom: 30px;
}
.category .banner-box .text-inner{
    padding: 136px 40px 131px 40px !important;
}
.shop-container .product-small .col-inner .product-small{
    max-width: 250px;
    margin: 0 auto;
}
.shop-container .product-small .box-text .list-check{
    background: none;
    list-style: none;
}
.shop-container .product-small .box-text .list-check li{
    position: relative;
    font-size: 18px;
}
.shop-container .product-small .box-text .list-check li::before{
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: -20px;
    font-weight: 900; 
    content: "\f00c";
    color: var(--primary-color);
    font-size: 18px;

}
.shop-container .product-small .box-text .product-title{  
    font-size: 18px;
    color: #4a4a4a;
}
.shop-container .product-small .box-image a{
    display: flex;
    justify-content: center;
}
.shop-container .product-small .box-image a img{ 
    max-width: 167px;
    
}
.nav-pagination > li > .current{
    background: var(--primary-color);
}
.section-contact .contact-title{
    font-size: 18px;
    color: var(--primary-color);
    font-weight: 700;
}
.section-contact i{
    color: var(--primary-color);
}
.list-check.primary{
    background: none;
}
.section-inspiration .post-item .box-text{
    padding: 20px;
}
.section-inspiration .post-item .box-badge .box-text{
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff
}

.section-inspiration .post-item .box-badge .box-text h5{
    font-size: 18px;
    color: #fff;
    text-transform: initial;
}
.section-inspiration .post-item .box-badge .box-text .from_the_blog_excerpt {
    font-size: 18px;
    text-transform: initial;

}
.section-inspiration .post-item .box-text:hover h5{
    color: var(--secondary-color);
}
.section-inspiration .tabbed-content .nav{
    margin: 0 0 80px;
    padding: 0 30px;
    border-bottom: 1px solid #E5E5E5;
}   
.section-inspiration .tabbed-content li{
    padding: 0 40px;

}
.section-inspiration .tabbed-content li.active a{
    color: var(--primary-color);
}
.section-inspiration .tabbed-content li a:before{
    position: absolute;
    top: unset;
    bottom: 0;
    background: var(--primary-color);
}
.section-feedbacks .h1-title{
    color: #f6dc6b !important;
}
.section-feedbacks .slider .col-inner{
    height: 100%;
        background: linear-gradient(106deg, rgba(15,132,126,1) 14%, rgba(29,149,101,1) 42%, rgba(40,164,78,1) 100%);
        border-radius: 20px;
        padding: 3px;
    }
.section-feedbacks .slider .col-inner .box{
            height: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 20px;
}

.section-feedbacks .box h4{
        text-align: center;
        margin-bottom: 20px
}

@media only screen and (max-width: 425px) {
    .section .section-bg{
        background-image: none !important;
    }
    .h1-title{
        font-size: 26px !important;
    }
    .sub-title{
        font-size: 16px;
    }
    .home-section__8 .col-right {   
        padding-left: 15px !important;
        padding-right: 15px !important;

    }
    .section-intro__2 .section-bg{
        background-image: url(https://sonvpmasr.techfindme.xyz/wp-content/uploads/2024/06/bg-11.jpg) !important;
    }
    .section-intro__2 .col {
       
    width: 100%;
    max-height: 400px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    background-size: contain;
    padding-top: 160px;
    }
    .section-intro__2 .col-inner {
    
        transform: translateY(-88px);
        padding: 0px 64px;
    }
    .section-intro__2 .col-inner h2 {
        font-size: 28px;
    }
    .archive-page-header .page-title span {
        font-size: 28px;
        padding-bottom: 15px;
    }

}