/**
 * Theme Name:     Webo
 * Author:         Mosharaf Hossain
 * Template:       hello-elementor
 * Text Domain:	   webo
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 * Author URI:     https://mosharafmanu.com/
 */




/* Add custom styles below this line. */


/*
====================================================
Hero Image Style Start
====================================================
*/
.section-btn ul li a{
	text-decoration: underline;
	color: #066BB1;
	text-underline-offset: 7px;
}
.main-menu {
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
}
.popup-menu {
	backdrop-filter: blur(30px);
	/* position: fixed !important; */
}

/* Hero Style */
.hero-content-wrapper{
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

.hero-content-wrapper::before{
	content: "";
	position: absolute;
	inset: 0;
	background-image: inherit;
	background-size: cover;
	background-position: center;
	transition: transform .4s ease;
	z-index: -1;
}

.hero-content-wrapper:hover::before{
	transform: scale(1.03);
}


.hero-content:hover .right-arrow,
.blog-content:hover .right-arrow,
.right-arrow-btn:hover .right-arrow{
	transform:translateX(5px) !important;
}
a:hover .right-arrow{
	transform:translateX(5px) !important;
}


/* 
==============================================================
Blog Style Start
==============================================================
*/

.webo-home-blog__cta:active, a:hover {
	color: rgb(255, 255, 255);
}
.webo-home-blog__cta svg{
	transition: all .4s ease !important;
}
.webo-home-blog__item:hover svg{
	transform:translateX(5px) !important;
}
.webo-home-blog__nav button {
	width: 46px;
	height: 46px;
	padding: 14px 11px;
	background: #0f111a43;
}
.webo-home-blog__nav {
	margin-top: 35px;
	column-gap: 13px;
}

/* blog 2 */
.blog-content-wrapper{
	position: relative;
	display: block;
}
.blog-content{
	display: block;
}

/* 
==============================================================
Blog Style Start
==============================================================
*/
/* 
==============================================================
imran
==============================================================
*/
/*
====================================================
Hero Image Style End
====================================================
*/

/*
====================================================
Box Image Style Start
====================================================
*/
.box-image svg {
	transition: 0.3s all ease;
}
.box-image:hover svg {
	transform:translateX(5px) !important;
}
/*
====================================================
Box Image Style End
====================================================
*/

/*
====================================================
Product Style Start
====================================================
*/

.woof_star_selected .chosen-single span,
.woof_star_font, .woof_star_selected select,
 .star-rating span {
  color: #0F111A;
}

.woof_star_selected .chosen-single span {
	font-size: 19px;
}


/* Star Count */
.ratting-count .custom-rating .star-rating {
	float: left;
}


/*
====================================================
Product Style End
====================================================
*/