/**
* Theme Name: Monst Child
* Description: This is a child theme of Monst, generated Steelthemes.
* Author: Steelthemes
* Author URI: http://steelthemes.com/steelthemes
* Template: monst
* Version: 1.0.0
*/

/*Homepage card animation styling*/
.new-tap-link{
    text-decoration: none;
    color: black;
}
.card, .card2{
    margin: 20px 10px;
    padding: 0px;
    position: relative;
    background-color: #ffffff;
    border-radius: 25px;
    transition: width 600ms linear 600ms, height 300ms linear; /* Adjust transition for height */
    width: 250px;
    height: 300px;
    background: linear-gradient(75deg, rgba(255,255,255), rgba(17, 229, 179, 1));
    box-shadow: 0px 4px 8px #d7d2f1;
}

.card:hover, .card2:hover {
    height: 800px; /* Change height on hover */
}
.card::before{
	content: '';
}

.card:hover::before{
    background: linear-gradient(75deg, rgb(160,32,240), rgb(7, 189, 147));
    transition: background-color 600ms ease;
}

.card2:hover::before{
    background: linear-gradient(75deg, rgb(160,32,240), rgb(7, 189, 147));
    transition: background-color 600ms ease;
}

.card-body{
    padding: 28px;
    margin: 2px;
    background-color: #ffffff;
    position: relative;
	z-index: 1;
    height: -webkit-fill-available;
    border-radius: 18px;
}
.card-heading{
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 8px;
}
.card-details{
    font-size: 16px;
    line-height: 22px;
}
.text-end{
    text-align: end;
}

.card:hover .card-img, .card2:hover .card-img {
    animation: floatToBottom 1s forwards; /* Apply floatToBottom animation with 5s duration */
}
.card:hover .hover-data {
    display: block; /* Display hover data when card is hovered */
    animation: fadeIn 1s forwards; /* Apply fadeIn animation with 5s duration */
}
.card2:hover .hover-data {
    display: block; /* Display hover data when card is hovered */
    animation: fadeIn 1s forwards; /* Apply fadeIn animation with 5s duration */
}

@keyframes fadeIn {
    from {
        opacity: 0; /* Start with opacity 0 */
    }
    to {
        opacity: 1; /* End with opacity 1 */
    }
}

@keyframes floatToBottom {
    from {
        transform: translateY(-100%); /* Start with translateY -100% (floating up) */
    }
    to {
        transform: translateY(0%); /* End with translateY 0% (floating to bottom) */
    }
}

.hover-data {
    display: none;
    padding: 8px 0px;
}

.card-img, .card-img2 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    animation: floatToBottom 1s forwards; /* Apply floatToBottom animation with 5s duration */
    display: block; /* Ensure all card images are initially displayed */
    padding-right: 22px;
}

.card-img img{
	padding: 0px 15px 5px 0px;
}

.card-img2 img{
	padding: 0px 15px 5px 0px;
}

/*Homepage card animation styling END*/
/*cards icon remove*/
.card_post_service.one .content_box .icon_box {
	display: none !important;
}

/*remove dot from menu*/
.navbar_nav li .dropdown_menu > li.dropdown::after, .navbar_nav > li.dropdown::after {
    content: none !important;
}
ul > li {
    list-style: none !important;
}

/*last menu padding*/
ul > li:last-child {
    margin-bottom: 0px !important;
}
/*
.page-template-template-homepage .site-content, .page-template-template-empty .site-content {
    padding: 0;
    margin: -100px 0px 0px 0px;
}*/

/*File remove btn*/
.forminator-ui#forminator-module-4557.forminator-design--default .forminator-button-delete{ 
    background-image: none !important; 
}

/*text brand*/
h4.text-brand{
	font-size: 14px !important;
}

/*solution boxes heading*/
.content_box .title a {
	font-size: 24px !important;
}


/*Forminator button*/
.forminator-button{
    background-image: linear-gradient(180deg, #5B91E9 0%, #6050E4 100%) !important;
    border-radius: 50px 50px 50px 50px !important;
}

/*title class styling*/
.banner_title_inner .title {
	font-size: 28px !important;
	line-height: 8.8px !important;
	margin-bottom: 16px!important;
}

/*tab video div styling*/
.vid{
 text-align: center;
}
.vid video{ 
 width: 720px;
 border-radius: 8px;
}

/*gray section height css*/
.blog_single_page_header, .page_header_default {
    padding: 5rem 0 2rem !important;
}

/*spacing of content on services pages main content*/

@media only screen and (max-width: 600px) {
	.site-content {
    padding: 42px 0px 0px !important;
}
}

.page-template-template-homepage .site-content, .page-template-template-empty .site-content {
    padding: 0px !important;
}

/*toggle tabs spacing*/
.elementor-2134 .elementor-element.elementor-element-bda11a2 .elementkit-tab-wraper:not(.vertical) .elementkit-nav-item:not(:last-child) {
    margin-bottom: 10px !important;
}

/*Breadcrumbs above space*/
.page_header_default {
	display: none !important;
}

/*box body copy*/
.elementor-image-box-description {
	font-size: 14px !important;
}
/*slider text box spacing*/
.bdt-prime-slider-skin-general .bdt-prime-slider-desc {
    margin-top: 120px !important;
}
@media only screen and (max-width: 600px) {
.bdt-prime-slider-skin-general .bdt-prime-slider-desc {
    margin-top: 0px !important;
}
}
@media only screen and (max-width: 600px) {
ul.bdt-slideshow-items{
	min-height: 360px !important;
}
}
/*h1 styling*/
h1.title{
	margin-bottom: 18px !important;
}
/*h2 styling*/
h2.title{
	margin-bottom: 18px !important;
}
@media only screen and (max-width: 600px) {
	h2.title{
	font-size: 20px !important;
	line-height:24px !important;
	margin-bottom: 12px !important;
}
}

/*h3 styling*/
h3.title{
	margin-bottom: 18px !important;
}
@media only screen and (max-width: 600px) {
	h3.title{
	font-size: 18px !important;
	line-height:21.6px !important;
	margin-bottom: 12px !important;
}
}

/*h4 styling*/
h4.title{
	margin-bottom: 8px !important;
}
@media only screen and (max-width: 600px) {
	h4{
	font-size: 16px !important;
	line-height:19.2px !important;
}
}

/*h5 styling*/
@media only screen and (max-width: 600px) {
	h5{
	font-size: 14px !important;
	line-height:16.8px !important;
}
}

/*icon box h4*/
h4.elementor-icon-box-title{
	margin: 0px 0px 8px 0px !important;
}

/*body text font styling*/
@media only screen and (max-width: 600px) {
  body p {
    font-size:14px !important;
	margin-bottom: 0px !important;
  }
}

/*blog meta styling*/
.card_blog.default_style .content_box .meta_box li a {
	color:#fff !important;
	background-color: #5b91eb !important;
}

.card_blog .default_style .has_images .content_box {
    padding-top: 20px !important;
}

/*Nav close*/
button.navbar-close{
	padding:8px;
}
/*theme btn one*/
.theme_btn.one {
	padding: 12px 24px 12px 24px;
	color: #fff;
	font-family:Jost !important;
	font-size:14px !important;
	background-image: linear-gradient(180deg, #5B91E9 0%, #6050E4 100%);
    border-radius: 50px 50px 50px 50px;
}

.e-con-inner {
	padding-top: 0px !important;
}

#shopify-icon-page{
	display: none;
}

.paglink{
	cursor: pointer;
}