/*
 Theme Name:   Webmo
 Theme URI:    https://webmo.in/
 Description:  Webmo Customization For bricks builder.
 Author:       Webmo
 Author URI:   https://webmo.in/
 Template:     bricks
 Version:      1.0
 Text Domain:  webmo
*/
html {
/* 	scroll-behavior: smooth; */
}


/*--------------------------fluid values-----------------------*/
:root{
	
--160-80: clamp(3.81rem, calc(3.81rem + ((1vw - 0.16667rem) * 7.3385)), 7.619rem);	
	
--160-79: clamp(3.762rem, calc(3.762rem + ((1vw - 0.16667rem) * 7.431)), 7.619rem);

--128-35: clamp(1.646rem, calc(1.646rem + ((1vw - 0.16667rem) * 8.5716)), 6.095rem);

--120-60: clamp(2.857rem, calc(2.857rem + ((1vw - 0.16667rem) * 5.5044)), 5.714rem);
	
--106-52: clamp(2.495rem, calc(2.495rem + ((1vw - 0.16667rem) * 4.9187)), 5.048rem);		
	
--96-48: clamp(2.26rem, calc(2.26rem + ((1vw - 0.16667rem) * 4.4534)), 4.5715rem);	
	
--96-20: clamp(0.928rem, calc(0.928rem + ((1vw - 0.16667rem) * 7.0187)), 4.571rem);	
	
--80-49: clamp(2.333rem, calc(2.333rem + ((1vw - 0.16667rem) * 2.8456)), 3.81rem);	
	
--80-19: clamp(0.905rem, calc(0.905rem + ((1vw - 0.16667rem) * 5.5969)), 3.81rem);	
	
--80-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 5.8743)), 3.811rem);	
	
--79-7: clamp(0.38rem, calc(0.38rem + ((1vw - 0.16667rem) * 6.5159)), 3.762rem);	
	
--64-32:clamp(0.952rem, calc(0.952rem + ((1vw - 0.16667rem) * 3.8533)), 2.952rem);	
	
--62-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 4.2193)), 2.952rem); 	
	
--56-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 3.6702)), 2.667rem);	
	
--56-35: clamp(1.656rem, calc(1.656rem + ((1vw - 0.16667rem) * 1.9478)), 2.667rem);	
	
--56-18: clamp(0.857rem, calc(0.857rem + ((1vw - 0.16667rem) * 3.4872)), 2.667rem);
	
--48-30: clamp(1.429rem, calc(1.429rem + ((1vw - 0.16667rem) * 1.6511)), 2.286rem);	
	
--40-25: clamp(1.183rem, calc(1.183rem + ((1vw - 0.16667rem) * 1.391)), 1.905rem);	
	
--40-14: clamp(0.669rem, calc(0.669rem + ((1vw - 0.16667rem) * 2.3832)), 1.906rem);	

--36-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 1.8342)), 1.714rem);	
	
--32-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 1.4681)), 1.524rem);
	
--32-24: clamp(1.143rem, calc(1.143rem + ((1vw - 0.16667rem) * 0.734)), 1.524rem);	
	
--24-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.16667rem) * 0.734)), 1.143rem);	
	
--20-12: clamp(0.588rem, calc(0.588rem + ((1vw - 0.16667rem) * 0.7013)), 0.952rem);	
	

	/* This range start 500 view moblie on blog page  till 1440px */	
	
--c-62-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.23809999999999998rem) * 4.8927)), 2.952rem);	

--c-52-16: clamp(0.762rem, calc(0.762rem + ((1vw - 0.23809999999999998rem) * 4.2553)), 2.6667rem);	
	
}
/*--------------------------fluid values-----------------------*/




body {
	position: relative;
  animation: fadeInAnimation ease 2s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}


body::after { 
  content: "";
    background-image: url(https://staging.webmo.in/wp-content/uploads/2023/09/Noise.png);
    background-blend-mode: overlay;
    background-size: auto;
    z-index: -1;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}	

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* header */
#menu-item-83 {
  visibility: visible;
  /* other styles */
}

.sub-menu:hover+#menu-item-83 {
  visibility: hidden;
  /* other styles */
}

#menu-item-83 .sub-menu {
  display: flex;
  column-gap: 0.28571rem;
}


.wb--header_wrapper .fr-header-alpha__inner{
 box-shadow: 0px 0.5714rem 1.6190rem -0.2857rem rgba(204, 61, 0, 0.15), 0px 0.3333rem 0px -0.1428rem rgba(24, 0, 11, 0.51);
}

.menu-item-icon {
  display: none;
}


/* Start - Buttons  */

.btn--primary {
  overflow: hidden;
  /* Ensures the button does not resize */
}


.btn--primary:hover {
  transition-duration: 300ms;
  transition-delay: 100ms;
}

.btn--primary:hover svg {
  transform: rotate(-8deg);
  transition-duration: 300ms;
}

.btn--primary .btn--text--hover {
  opacity: 0;
  position: absolute;
}

.btn--primary:hover .btn--text--default {
  opacity: 0;
}

.btn--primary:hover .btn--text--hover {
  opacity: 1;
}


/* end - Buttons  */



/*--our portfolio--*/

.portfolio-card {
  box-shadow: 0.4761rem 0.4761rem 2.4761rem -1px rgba(0, 9, 59, 0.70);
}

/*--about---*/

#brxe-nwnphn {
  isolation: isolate;
  position: relative;
  border-image: conic-gradient(from 24deg at 65% -50%, rgba(254, 118, 37, 1) 12%, rgba(255, 89, 43, 1) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgba(255, 89, 43, 1) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgba(255, 0, 109, 1) 100%) 1;
}


#brxe-sklwou:hover .div--wrapper {
  display: flex;
}

#brxe-sklwou:hover .b-img {
  opacity: 0.3;
}

#brxe-aeidbk .brxe-image .tag:hover {
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0.3;
  margin-top: 50px;
  -webkit-transition: all 0.3s ease-out;
}

.about{
grid-template-columns: 5fr 1fr
}


/*--Expert testimonials--*/


.expert-testimonials-tab-menu .tab-title {
  border: 1px solid transparent;
  transition: padding-left 500ms;
  transition-timing-function: ease-in-out;
}

.expert-testimonials-tab-menu .tab-title.brx-open {
  border: 1px solid var(--primary);
  box-shadow: 0px 0.619rem 2.4761rem 0px #3B0024;
  transition: box-shadow 500ms;
  transition-timing-function: ease-in-out;
  border-radius: 0.5714rem;
  color: var(--primary-ultra-light);
  text-shadow: 0 5px 5px transparent;
	background-color: rgba(0, 0, 0, 0.75);
  padding-left: 1.52rem;
  padding-right: 0.761rem;
}

.expert-testimonials-tab-menu .tab-title:not(.brx-open):hover {
  /* padding-right: 1.52381rem; */
  padding-left: 1.52381rem;
  /* background-color: var(--neutral); */
/* 	background-color: rgba(0, 0, 0, 0.75); */
  border: 1px solid var(--primary-dark);
  border-radius: 12px;
  /* padding-top: calc(0.7619rem - 1px);
    padding-bottom: calc(0.7619rem - 1px); */

  transition: padding-left 500ms, border 500ms, background-color 500ms;
  transition-timing-function: ease-in-out;
}

.expert-testimonials-wrapper .tab-menu .tab-title.brx-open:hover{
  border:1px solid var(--primary);
}

.expert-testimonials-tabs-inner.brxe-tabs-nested > .tab-menu .tab-title.brx-open{
transition: padding-left 500ms;
}

.expert-testimonials-tab-menu .tab-title.brx-open:hover {
  padding-top: 0.7619rem;
  padding-bottom: 0.7619rem;
  padding-left: 16px;
background-color: rgba(0, 0, 0, 0.75);
}




/* .expert-testimonials-tabs-inner.brxe-tabs-nested > .tab-menu .tab-title.brx-open{
	background-color: rgba(0, 0, 0, 0.75);
}

.tab-menu .tab-title:hover{
	background-color: rgba(0, 0, 0, 0.75);
}
 */
/*------Privacy Policy ------*/

.privacy-policy h2,
.privacy-policy h1 {
  color: #EDD2DE;
  /*padding:1.523809rem 0 clamp(1.0159rem, calc(1.0159rem + ((1vw - 0.0015240000000000002rem) * 2.9695)), 3.0476rem) 0;*/
  padding: clamp(1.0159rem, calc(1.0159rem + ((1vw - 0.0015240000000000002rem) * 2.9695)), 3.0476rem) 0 0.7619rem 0;
  font-family: "NaNFiasco";
  font-size: var(--h2);
  font-weight: 400;
}

.privacy-policy h1 {
  font-weight: 600;
  font-size: var(--h1);
  padding: 0px;
}


.privacy-policy p {
  color: #ffb3d4;
  margin: 0.1204rem 0 0.1204rem 0;
}


#brxe-vbslhf p {
  color: #ffb3d4;
  margin: 0.1204rem 0 0.1204rem 0
}

#brxe-vbslhf .wp-block-heading {
  color: #EDD2DE;
  /*padding:1.523809rem 0 clamp(1.0159rem, calc(1.0159rem + ((1vw - 0.0015240000000000002rem) * 2.9695)), 3.0476rem) 0;*/
  padding: clamp(1.0159rem, calc(1.0159rem + ((1vw - 0.0015240000000000002rem) * 2.9695)), 3.0476rem) 0 0.7619rem 0;
  font-family: "NaNFiasco";
  font-size: var(--h2);
  font-weight: 400;
}

/* ----------heading -----------------*/
.webmo-main-title strong {
  letter-spacing: -0.01em;
}

.service--main--heading strong,
.our-team-heading strong {
  letter-spacing: -0.01em;
  display: block;
}


/*----- Service Section------*/
.wm-service-card-holder {
  --card-width-collapsed: 20%;
  --card-padding: var(--space-m);
  --card-min-height: 848px;
  --card-content-width: 24ch;
  --transition-duration: 0.3s;
  --transition-function: ease-in-out;
  --overlay-color: var(--black-trans-50);
  --overlay-color-hover: var(--black-trans-40);
}


/* Card */

.wm-service-card-holder {
  flex-basis: var(--card-width-collapsed);
  transition: flex-basis var(--transition-duration) var(--transition-function), max-height var(--transition-duration) var(--transition-function), height var(--transition-duration) var(--transition-function),
  max-width var(--transition-duration) var(--transition-function), width var(--transition-duration) var(--transition-function);
  isolation: isolate;
  position: relative;
  min-height: var(--card-min-height);
  height: 100%;
  width: 13.495%;
  max-width: 7.904rem;
  cursor: pointer;
}

.wm-service-card-holder.is-open,
.wm-service-card-holder:focus-within {
  flex-basis: 100%;
  cursor: default;
  max-width: 50.1428571rem;
}

.wm-service-card-holder:focus-within :focus {
  outline: 0;
  box-shadow: none;
}


/* Heading & Lede */

@media (min-width: 768px) {
  .fr-feature-card-romeo__heading {
    /* Warning: Transforming or animating the heading 
    will break clickable parent. Don't attempt
    to animate the heading */

    display: flex;
    align-items: center;
    width: var(--card-content-width);
    max-width: var(--card-content-width);
    opacity: 0;
  }

  .wm-service-card-holder.is-open .fr-feature-card-romeo__heading,
  .wm-service-card-holder:focus-within .fr-feature-card-romeo__heading {
    opacity: 1;
  }

}

/* Media */

.fr-feature-card-romeo__media,
.fr-feature-card-romeo__media img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
}


/* Inner Content */

.service--inner_wrapper {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column; 
  z-index: 1;
  padding: var(--card-padding);
  justify-content: flex-end;
  align-items: flex-start;
  gap: calc(var(--content-gap) / 2);
  /*   transition: opacity var(--transition-duration) var(--transition-function);
 */


}





.service--card_heading {
  margin-right: 0px;
  margin-left: 0px;
  transition: opacity var(--transition-duration) var(--transition-function);
/*   
 * old tranform
 /* writing-mode: vertical-lr;  */
   writing-mode: vertical-lr;
  transform: rotate(-180deg);
  animation-direction: reverse; 
	/* transform: rotate(-90deg); */
	  /* transform-origin: right center;  */

    
}

.webmo-service--wrapper .wm-service-card-holder .service--card_heading {
  margin-bottom: 66px;
  padding-bottom: 0;
  cursor: pointer;
  width:auto;
 column-gap: 0.952rem;
}



.webmo-service--wrapper .wm-service-card-holder:focus-within .service--card_heading,
.webmo-service--wrapper .wm-service-card-holder.is-open .service--card_heading {
  margin-bottom: 0;
  padding-bottom: 1.52381rem;
  /* margin-right: clamp(1.3333rem, calc(1.3333rem + ((1vw - 0.0015240000000000002rem) * 1.9489)), 2.6667rem);
  margin-left: clamp(1.3333rem, calc(1.3333rem + ((1vw - 0.0015240000000000002rem) * 1.9489)), 2.6667rem); */
  margin-right:clamp(1.098rem, calc(1.098rem + ((1vw - 0.238576rem) * 3.5093)), 1.5425rem);
	margin-left:clamp(1.098rem, calc(1.098rem + ((1vw - 0.238576rem) * 3.5093)), 1.5425rem);
  opacity: 1;
  writing-mode: unset;
  transform: rotate(0deg);
  cursor: default;
  width: auto;
  height: auto;
 column-gap: 0.381rem;
}


.service--card_heading_icon.brxe-icon {
  writing-mode: vertical-lr;
  transform: rotate(90deg);
}

.wm-service-card-holder:focus-within .service--inner_wrapper,   
.wm-service-card-holder.is-open .service--inner_wrapper {
  opacity: 1;
  writing-mode: unset;
  transform: unset;

}

/*--------------------------try fatir-----------------------*/
.wm-service-card-holder:focus-within .service--inner_wrapper,   
.wm-service-card-holder.is-open .service--inner_wrapper{
	 justify-content: start;
}

/*--------------------------try fatir-----------------------*/


.wm-service-card-holder:focus-within .service--card_heading_icon.brxe-icon,
.wm-service-card-holder.is-open .service--card_heading_icon.brxe-icon {
  writing-mode: unset;
  transform: unset;
}

.wm-service-card-holder .service--card_body_wrapper .vertical-accordion__content,
.wm-service-card-holder .service--inner_wrapper .service--card_body_wrapper {
	opacity: 0;
	translate: 0% 200%;
	transition: opacity 8s ease-in-out, translate 8s ease-in-out;
}

.wm-service-card-holder:focus-within .service--card_body_wrapper .vertical-accordion__content,
.wm-service-card-holder.is-open .service--inner_wrapper .service--card_body_wrapper {
  display: block;
  
	opacity: 1;
	translate: 0%;
		transition: opacity 8s ease-in-out, translate 8s ease-in-out;

}
.service--inner_wrapper .service--card_body_wrapper  {
  display: none;
}
.webmo-service--wrapper .service--card_heading strong.service--card_heading-name {
  padding-top: 10px;
}

.webmo-service--wrapper .wm-service-card-holder:focus-within .service--card_heading strong.service--card_heading-name,
.webmo-service--wrapper .wm-service-card-holder.is-open .service--card_heading strong.service--card_heading-name {
  padding-top: 0px;
}
@media (min-width:768px) and (max-width:990px){
	.webmo-service--wrapper .wm-service-card-holder .service--card_heading   {
margin-right:clamp(1.098rem, calc(1.098rem + ((1vw - 0.238576rem) * 3.5093)), 1.5425rem);
margin-left:clamp(1.098rem, calc(1.098rem + ((1vw - 0.238576rem) * 3.5093)), 1.5425rem);
	margin-top:16px;
	margin-bottom:16px;
}
}

@media (min-width:501px) and (max-width:767px){
	.webmo-service--wrapper .wm-service-card-holder .service--card_heading{
		margin:clamp(0.5715rem, calc(0.5715rem + ((1vw - 0.36524rem) * 4.0174)), 1rem);
	}
	
}

@media (max-width: 991px){
 
  .webmo-service--wrapper .service--card_heading {
    writing-mode:unset;
    transform: rotate(0);   
  }
  
  .service--card_heading_icon.brxe-icon {
    writing-mode: unset;
    transform: rotate(0);
  }

  .service--inner_wrapper,
  .service--inner_wrapper.brxe-div{
    max-height: 100px;
  }
	
  .service--inner_wrapper,.wm-service-card-holder.is-open
  .service--inner_wrapper.brxe-div{
    max-height: 100%;
	  	  transition: max-height 0.3s ease-in-out, height 0.3s ease-in-out, flex-direction 0.3s ease-in-out;

  }
 .service--inner_wrapper .service--card_body_wrapper  {
  display: none;
}
 .wm-service-card-holder:focus-within .service--card_body_wrapper .vertical-accordion__content,
.wm-service-card-holder.is-open .service--inner_wrapper .service--card_body_wrapper  {
  display: block;
}


  .fr-feature-romeo{
    flex-direction: column;
  }

  .wm-service-card-holder,
  .wm-service-card-holder.is-open,
  .wm-service-card-holder:focus-within {
    max-width: 100%;
    width: 100%;
    max-height: 100%;
	  transition: max-height 0.3s ease-in-out, height 0.3s ease-in-out, flex-direction 0.3s ease-in-out;

  }



}
@media  (min-width: 992px) {
	.webmo-service--wrapper .wm-service-card-holder .service--card_heading {
  width:100%;
}
}


@media (min-width: 768px) {

  .service--inner_wrapper {
    overflow: hidden;
  }


  .service--inner_wrapper .service--card_body_wrapper {
    opacity: 0;
    display: none;
  }




}



/* Hide Elements on Mobile */

@media (max-width: 767px) {

  .service--inner_wrapper .service--card_body_wrapper {
    opacity: 1;
   /* display: block; */
  }
}


















/* media  query */

@media (max-width: 991px) {
  #brxe-0aea6d .Alumareel-video {
    position: absolute;
    top: 3.9rem;
    right: 0;
    bottom: 0;
    left: 30.7rem;
  }
}

/* about-sec */
@media (max-width: 500px) {
  .about--grid-wrapper {
    grid-template-columns: var(--grid-2);
  }
  .about--grid-wrapper .about-instagram--wrapper .about--instagram--feed:nth-of-type(2) {
      display: none;
  }

}

@media (max-width: 767px) and (min-width: 500px) {
  .about--grid-wrapper {
    grid-template-columns: var(--grid-auto-1);
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .webmo-about__cover {
    grid-template-columns: var(--grid-3-1);
  }
}

@media (max-width:1310px) and (min-width:992px) {
  .webmo-about__cover {
    grid-template-columns: 4fr 1fr;
  }
}

@media (max-width:2500px) and (min-width:1310px) {
  .webmo-about__cover {
    grid-template-columns: 5fr 1fr;
  }
}











/*  MOin experiments */



/* capsizedText  MD IO Semibold */
/* .mdleadingtrim{
font-family: "MD IO Semibold";
  font-size: 57.971px;
  line-height: 40px;
} */

.mdleadingtrim::before {
  content: "";
  margin-bottom: 0.025em;
  display: table;
}

.mdleadingtrim::after {
  content: "";
  margin-top: -0.025em;
  display: table;
}


/* capsizedText  nan */

/* .nanleadingtrim{
  font-size: 80px;
  line-height: 56px;
}
 */
.nanleadingtrim::before {
  content: "";
  margin-bottom: 0.005em;
  display: table;
}

.nanleadingtrim::after {
  content: "";
  margin-top: -0.005em;
  display: table;
}









/*  MOin experiments */
.maindiv {
  position: relative;
  border: 10px solid #3f001b;
  width: 169.5px;
  height: 804px;
  border-radius: 24px;
  margin: 0 auto;
  gap: 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.mainh1 {
  position: absolute;
  bottom: 22%;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  font-family: NaN Fiasco TRIAL;
  font-size: 54px;
  font-weight: 800;
  letter-spacing: -0.01em;
  transition-duration: 0.5s;
  transition-delay: 0.1s;
}


/*  Sevice icon transition on .is-open */

.mainicon {
  position: absolute;
  bottom: 10%;
}

.icon1 {
  position: absolute;
  bottom: 11.5%;
  transition-duration: 0.9s;
  transition-delay: 0.2s;
}

.icon2 {
  position: absolute;
  bottom: 14%;
  z-index: -1;
  transition-duration: 0.9s;
  transition-delay: 0.2s;
}

.webmo-service--wrapper .service--card_heading .service--card_heading_icon>path,
.webmo-service--wrapper .service--card_heading .service--card_heading_icon g:nth-child(1) path:nth-child(1) {
  transition-duration: 0.9s;
}

.webmo-service--wrapper .wm-service-card-holder .service--card_heading .service--card_heading-name {
  transition-duration: 0.4s;
}


.webmo-service--wrapper .wm-service-card-holder:hover .service--card_heading .service--card_heading-name {
  transform: translate(0px, -13px);
}

.webmo-service--wrapper .wm-service-card-holder:hover .service--card_heading .service--card_heading_icon g:nth-child(2) path:nth-child(1) {
  /* transform: translate(-10px, 0px); */
}

.webmo-service--wrapper .wm-service-card-holder:hover .service--card_heading .service--card_heading_icon>path {
  transform: translate(-8px, 0px);
}


.webmo-service--wrapper .wm-service-card-holder:hover .service--card_heading .service--card_heading_icon g:nth-child(1) path:nth-child(1) {
  transform: translate(-15px, 0px);
}



/*  Dont show transition on .is-open */
.webmo-service--wrapper .wm-service-card-holder.is-open:hover .service--card_heading .service--card_heading-name,
.webmo-service--wrapper .wm-service-card-holder.is-open:hover .service--card_heading .service--card_heading_icon>path,
.webmo-service--wrapper .wm-service-card-holder.is-open:hover .service--card_heading .service--card_heading_icon g:nth-child(1) path:nth-child(1)
{
  transform: translate(0px, 0px);
}




.webmo-service--wrapper .wm-service-card-holder:focus-within .gradient-border-card__content,
.webmo-service--wrapper .wm-service-card-holder.is-open .gradient-border-card__content {
  border: none;
  padding: 10px;
  border-radius: 24px;
}



/* .webmo-service--wrapper .gradient-border-card:hover .gradient-border-card__content.brxe-block {
  border: none;
  padding: 10px;
  background: conic-gradient(from 262deg at 65% -50%, rgb(253 253 253) 12%, rgb(90 83 121) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgb(20 58 59) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgb(0 125 103) 100%);
}
 */

.webmo-service--wrapper .gradient-border-card:hover .gradient-border-card__content.brxe-block {
  border: none;
  padding: 10px;
/*   background: conic-gradient(from 262deg at 65% -50%, rgb(253 253 253) 12%, rgb(90 83 121) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgb(20 58 59) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgb(0 125 103) 100%); */
  background: conic-gradient(from 24deg at 65% -50%, rgba(254, 118, 37, 1) 12%, rgba(255, 89, 43, 1) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgba(255, 89, 43, 1) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgba(255, 0, 109, 1) 100%);
	  background-size: 100% 100%;
  animation: gradient-hover 1s ease infinite;
}

@keyframes gradient-hover {
/*   0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  } */
	
	  0% {
    background-position: 0% 0%;
  }
	  25% {
    background-position: 25% 25%;
  }
  50% {
    background-position: 80% 80%;
  }
	  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
	
	
	
}




.gradient-border-card.is-open:hover .gradient-border-card__content.brxe-block {
  background: conic-gradient(from 24deg at 65% -50%, rgba(254, 118, 37, 1) 12%, rgba(255, 89, 43, 1) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgba(255, 89, 43, 1) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgba(255, 0, 109, 1) 100%);
	  background-size: 150% 150%;
  animation: gradient-hover 15s ease infinite;
}

@media only screen and (max-width: 500px) {

  .wm-service-card-holder:focus-within .gradient-border-card__content,
  .wm-service-card-holder.is-open .gradient-border-card__content {
    border: none;
    padding: 5px;
  }
	.webmo-service--wrapper .gradient-border-card:hover .gradient-border-card__content.brxe-block {
		    padding: 5px;
}
	
  .gradient-border-card.is-open:hover .gradient-border-card__content.brxe-block {
    background: conic-gradient(from 24deg at 65% -50%, rgba(254, 118, 37, 1) 12%, rgba(255, 89, 43, 1) 2%, rgba(255, 89, 43, 1) 35%, rgba(254, 118, 37) 40%, rgba(255, 89, 43, 1) 27%, rgba(254, 118, 37, 1) 4%, rgba(255, 0, 109, 1) 50%, rgba(255, 0, 109, 1) 100%);
    padding: 5px;
  }

  .webmo-service--wrapper .wm-service-card-holder:focus-within .gradient-border-card__content,
  .webmo-service--wrapper .wm-service-card-holder.is-open .gradient-border-card__content {
    border: none;
    padding: 5px;
  }

  #brxe-lbujey.gradient-border-card__content.brxe-div {
    border: 5px solid #3f001b00;
  }

  #brxe-ygjjmx.gradient-border-card__content.brxe-block {
    border: none;
  }

  .wm-service-card-holder:focus-within .gradient-border-card__content,
  .wm-service-card-holder.is-open .gradient-border-card__content {
    padding: 5px;
  }

  .gradient-border-card__content.brxe-block {
    border: 7px solid #3f001b;
  }

  #brxe-bjhfzj {
    border: none;
  }

  .wm-service-card-holder:focus-within .service--card_heading,
  .wm-service-card-holder.is-open .service--card_heading {
    margin-right: 0px;
    margin-left: 0px;

  }

  .wm-service-card-holder:focus-within .service--inner_wrapper.brxe-div,
  .wm-service-card-holder.is-open .service--inner_wrapper.brxe-div {
    border-radius: 18px;
  }

  .service--inner_wrapper.brxe-div {
    border-radius: 13px;
  }
	.webmo-service--wrapper .wm-service-card-holder .service--card_heading{
		margin:16px;
	}
	.webmo-service--wrapper .wm-service-card-holder:focus-within .service--card_heading strong.service--card_heading-name,
   .webmo-service--wrapper .wm-service-card-holder.is-open .service--card_heading strong.service--card_heading-name{
	   padding: 0px;
	}
	
 .webmo-service--wrapper .wm-service-card-holder:focus-within .service--card_heading,
 .webmo-service--wrapper .wm-service-card-holder.is-open .service--card_heading {
  margin-bottom: 0;
  padding-bottom: 1rem;
  margin-right: 0.762rem;
  margin-left: 0.762rem;
 }
	.service--card_grid_wrapper.brxe-container{
		padding-top:16px;
	}

}
/*--------------------------try fatir-----------------------*/

@media (max-width: 1279px) and (min-width: 991px){
	.webmo-service--wrapper .wm-service-card-holder:focus-within .gradient-border-card__content,
  .webmo-service--wrapper .wm-service-card-holder.is-open .gradient-border-card__content {
	height: 808px;
}
	
/*--------------------------try fatir-----------------------*/	
}	
	
@media (max-width: 1279px) and (min-width: 500px) {
	.gradient-border-card__content.brxe-block  {
		border: 6px solid #3f001b;
		border-radius: 18px;
	}
	 .webmo-service--wrapper .wm-service-card-holder:focus-within .gradient-border-card__content,
  .webmo-service--wrapper .wm-service-card-holder.is-open .gradient-border-card__content {
    border: none;
    padding: 6px;
  }
	.webmo-service--wrapper .gradient-border-card:hover .gradient-border-card__content.brxe-block{
		padding: 6px;
	}
	.wm-service-card-holder.is-open .service--inner_wrapper {
    border-radius: 16px;
}
}

@media (max-width: 1279px) and (min-width: 768px){
	.web-development-card--text.brxe-text-basic,
	.web-development--heading.brxe-heading {
		font-size:clamp(0.5715rem, calc(0.5715rem + ((1vw - 0.365715rem) * 0.7829)), 0.762rem);
	}
	.webmo--maintenance-heading.brxe-heading,
	.web-maintenance-card--text.brxe-text-basic{
		font-size:clamp(0.5715rem, calc(0.5715rem + ((1vw - 0.365715rem) * 0.7829)), 0.762rem);
	}
	
	.one-time-services--heading.brxe-heading,
	.fr-feature-card-alpha__lede.brxe-text-basic{
		font-size:clamp(0.5715rem, calc(0.5715rem + ((1vw - 0.365715rem) * 0.7829)), 0.762rem);
	}
}
@media (max-width:767px) and (min-width:990px){
	.webmo-service--wrapper .wm-service-card-holder .service--card_heading{
		margin:clamp(0.5715rem, calc(0.5715rem + ((1vw - 0.36524rem) * 4.0174)), 1rem);
	}
}



/*--------------------------about-----------------------*/
.about-inner-img.brxe-image {
	border-radius: 12px;
}


@media (max-width: 500px) {
	.about-inner-img.brxe-image {
	border-radius: 20px;
}
}

/*--------------------------end about-----------------------*/








/*--------------------------single post-----------------------*/


.single-post .blog__text-wrapper h1{
	font-size:var(--h1);
	margin: var(--56-35) 0 var(--32-24) 0;

}

.single-post .blog__text-wrapper  h2{
	font-size:var(--h2);
	margin: var(--56-35) 0 var(--32-24) 0;

}

.single-post .blog__text-wrapper h3{
	font-size:var(--h3);
	margin: var(--56-35) 0 var(--32-24) 0;

}
.single-post .blog__text-wrapper h4{
	font-size:var(--h4);
	margin: var(--56-35) 0 var(--32-24) 0;

}

.single-post .blog__text-wrapperr h5{
	font-size:var(--h5);
	margin: var(--56-35) 0 var(--32-24) 0;

}

.single-post .blog__text-wrapper h6{
	font-size:var(--h6);
	margin: var(--56-35) 0 var(--32-24) 0;

}

.single-post .blog__text-wrapper p{
	font-size:var(--text-s);
	margin-bottom: var(--32-24);
	line-height: 170%;
}

.single-post .blog__text-wrapper img{
	border-radius : 24px;
}

.single-post .blog__text-wrapper a{
	color : var(--primary);
}

.single-post ..blog__text-wrapper a:hover{

}







/*--------------------------Select date-----------------------*/

.tidycal-embed{
	border-radius:24px;
}

/*--------------------------Select date end-----------------------*/





/*--------------------------Book A Call-----------------------*/

#brxe-mqvhfc {
    max-height: max-content;
    max-width: 100%;
    align-self: center !important;
}

@media (max-width: 3440px) {
    .fr-profile-modal-alpha.brxe-block {
        padding-right: 0.762rem;
        padding-left: 0.762rem;
		padding-top:0.762rem;
    }
}

/*--------------------------Book A Call end-----------------------*/

/*--------------------------leadmagnet-popup-----------------------*/

#brxe-000ce0 {
	margin: 16px;
    width: fit-content;
}
/*--------------------------leadmagnet-popup-----------------------*/


@media (max-width: 767px){
	.gradient-border-card__content.brxe-div{
	border: 6px solid #3f001b;
}

/*--------------------------try fatir-----------------------*/
	
	@media (max-width: 1279px) and (min-width: 992px) {
	
.webmo-service--wrapper .wm-service-card-holder:focus-within .gradient-border-card__content,
.webmo-service--wrapper .wm-service-card-holder.is-open .gradient-border-card__content {
    height: 807px;
  }

}

/*--------------------------try fatir-----------------------*/

