:root {
  --color-primary: #55BF55;
  --color-secondary: #038875;
  --color-gradient-start: #55BF55;
  --color-gradient-stop: #55BF55; }

html {
  scroll-behavior: smooth;    
}

body {
  font-family: "Lexend", sans-serif;
  font-size: 18px;
  line-height: 1.85em;
  color: #363435;
  background-color: #fffcf2 !important;
 }

 .pos-rel{position: relative!important;}

 /**Local Font Family**/
 @font-face {
  font-family: 'Recoleta Regular';
  src: url("../fonts/Recoleta-Regular.otf") format("opentype");
  font-display: swap; 
  font-style: normal;
}

@font-face {
  font-family: 'Recoleta Light';
  src: url("../fonts/Recoleta-light.otf") format("opentype");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Recoleta Medium';
  src: url("../fonts/Recoleta-medium.otf") format("opentype");
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Recoleta SemiBold';
  src: url("../fonts/Recoleta-semibold.otf") format("opentype");
  font-display: swap;
  font-style: normal;
}


.h1, h1,
.h2, h2,
.h3, h3,
.h4, h4,
.h5, h5,
.h6, h6 {
  font-weight: 600;
  line-height: 1.3em;
  color: #1e1a1c;
  font-family: 'Recoleta Regular', sans-serif;
}

.h1,
h1 {
  font-size: 100px;
  font-weight: 500; }

.h2,
h2 {
  font-size: 33px; }

.h3,
h3 {
  font-size: 28px; }

.h4,
h4 {
  font-size: 26px; }

.h5,
h5 {
  font-size: 17px; }

.h6,
h6 {
  font-size: 16px; }
  p{
    font-family: "Lexend", sans-serif !important;
    font-weight: 300 !important;
  }

.mainbar-wrap {
  background-color: #2D3252; 
}


#content{
  background-color: #fffcf2!important;
}

/***Custom***/  

.main-nav > li > a {
  font-size: 16px;    
  font-weight: 400;      
  color: #1e1a1c; 
  transition: all 0.5s ease;
  border-radius: 12px; transform: none; transform-origin: 50% 50% 0px;
}

.main-nav > li > a .link-txt {
  padding: 1px 0;
  transition: padding 0.5s ease;
}

.main-nav > li.is-active > a .link-txt,
.main-nav > li.current-menu-item > a .link-txt,
.main-nav > li:hover > a .link-txt,
.main-nav > li > a:hover .link-txt {
  background-color: rgb(48, 48, 48);
  color: #ffffff;
  padding: 1px 14px;
  border-radius: 100px;
 }

  /* .secondarybar-wrap{
    padding:10px 0;
  } */

  .secondarybar-row{
    padding:32px 30px;
  }

  .header-logo{
    width:auto;
    height: 120px;    
  }

  .navbar-header .logo-sticky,
  .navbar-header .logo-default{
  width:40px;
  height: 40px;  
  }

  section{
    padding:0 30px;
    position: relative;
  }

  section header p{
    color: #1e1a1c;
    font-size: 18px;
  }

  section header p a{
    color: #1e1a1c;
    font-size: 18px;
    text-decoration: underline;
  }

  /**New button**/
  section .btn-new .btn-img,
  section .btn-new .btn-img-hover{
    width: 46px;
    height: 46px;
  }
  .btn-new {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0);
    border-radius: 100px;
    transform: none;
    transform-origin: 50% 50% 0px;
    border:6px double #1e1a1c;
    color: #1e1a1c;
    align-content: center;
    align-items: center;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    height: min-content;
    justify-content: center;
    overflow: visible; 
    position: relative;
    width: min-content;
    font-size: 14px;
    box-shadow: none!important;
    white-space: nowrap;
    transition: all 0.5s ease;
    font-weight: 500;
  }

  .btn-new .btn-img {
    aspect-ratio: 1 / 1;
    width: 36px;
    height: 36px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
    transition: opacity 0.5s ease;
  }

  .btn-new .btn-img-hover {
    width: 36px;
    height: 36px;
    border-radius: 100px;
    overflow: hidden;
    position: absolute;
    top: 9px;
    left: 12px;
    opacity: 0;
    transition: opacity 0.5s ease;
  }
  
  .btn-new:hover .btn-img {
    opacity: 0;
  }
  
  .btn-new:hover .btn-img-hover {
    opacity: 1;
  }

  .btn-new .btn-txt{
    font-size: 14px;
  }

  .btn-new:hover{
    background-color: #1e1a1c;
    color:#fff;
    border-color: #fff;
  }

  .btn-new .btn-txt i {
    opacity: 0;
    width: 0;
    padding-left: 0;
    transform: translateX(-10px);
    transition: all 0.5s ease;
  }
  
  .btn-new:hover .btn-txt i {  
    opacity: 1;
    width: 30px;
    padding-left: 8px;
    transform: translateX(0);
  }

  .btn-img img,
  .btn-img-hover img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
  }

  .btn-sm > span {
    padding: 0.65em 1.25em 0.65em .85em;
}

.gradiant-bottom{
  background: linear-gradient(0deg, #fffcf2 60.875%, rgba(255, 252, 242, 0) 100%);
    bottom: 0px;
    flex: none;
    height: 400px;
    left: calc(50.00000000000002% - 100% / 2);
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.gradiant-top{
  background: linear-gradient(180deg, #fffcf2 60.875%, rgba(255, 252, 242, 0) 100%);
  flex: none;
  height: 400px;
  left: calc(50.00000000000002% - 100% / 2);
  overflow: hidden;
  position: absolute;
  top: 100px;
  width: 100%;
  z-index: 2;
}

/**Footer**/

footer{padding:0 30px 30px}

.main-footer, .section-bg-black {
  padding: 160px 32px 60px;
  background-color: #1e1a1c;
  color: rgba(255, 255, 255, 1);
  border-radius: 24px;
 }
.main-footer a:not(.btn) {
color: rgba(255, 255, 255, 0.6); }
.main-footer a:not(.btn):hover {
color: #fff; }

.main-footer .foot-heading{
  font-family: 'Recoleta Light', sans-serif;
  color:#fff7de;
  line-height: 0.8em;
  font-size: 434px;
  text-align: center;
  font-weight: 400;
}

.main-footer .foot-desc{
  font-family: "Caveat", cursive, sans-serif!important;
  color:#bcbdbf;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 110%;
  text-align: center;
  font-weight: 400;
}

  /*banner section*/

  .header-bg{
    background: linear-gradient(180deg, #fffcf2 60.875%, rgba(255, 252, 242, 0) 100%);
    flex: none;
    height: 300px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .banner-section{
    background: linear-gradient(180deg, #fffcf2 60.875%, rgba(255, 252, 242, 0) 100%);
  }

  .banner-section h6{
    font-family: 'Recoleta Regular', sans-serif;
    margin-top:-20px;
    font-weight: 400;
  }

  .section1{    
    bottom: 0;
    filter: blur(47px);
    flex: none;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }

  .section1-bg-img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: 9.2% 92%;
    object-fit: cover
  }

  .dot-bg{
    position: absolute;
    border-radius: inherit;
    inset: 0px;
    background-repeat: repeat;
    background-position: center center;
    background-size: 28.8px;
    background-image: url(../images/dot-bg.svg);
    border: 0px;
    flex: none;  
    opacity: .1;  
    width: 100%;
    z-index: 0;
    /* top: 106px; */
    top: 13px;
  }


  .banner-ul{
    list-style: none;
    padding-left:0;
    display: flex;
    margin-bottom: 30px;
  }

  .banner-ul li{
    display: inline-flex;
    align-items: center;
    list-style: none;
    padding-left:25px;
  }

  .banner-ul li:first-child{
    padding-left:0!important;
  }

  .banner-ul li::marker{
    display: none;
  }

  .banner-ul li span i{
   font-size: 24px;
   font-weight: 500;
  }

  .banner-ul li p{
    font-size: 16px;
    color:#363435;
    font-weight: 600!important;
  }
  
  .section-divider1{
    background: linear-gradient(90deg, #fffcf2 0%, rgb(255, 188, 79) 32.8125%, rgb(208, 97, 247) 100%);
    border-radius: 100px;
    flex: none;
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: none;
  }

  .footsection-divider{
    background: linear-gradient(90deg, rgb(30, 26, 28) 0%, rgb(255, 188, 79) 32.8125%, rgb(208, 97, 247) 100%);   
    border-radius: 100px;
    flex: none;
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
    will-change: none;
  }

  .slider-sec{
    mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);
  }

  .fig-img{
    height: 100%;
    width: 100%;
  }
  .slider-img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
  }
  .carousel-shadow-all .carousel-item-inner{
    box-shadow: unset;
    margin-bottom: 50px;
  }
  .text-primary-color{
    background: linear-gradient(274deg, rgb(155, 68, 227) 0%, rgb(230, 120, 73) 54.955%, rgb(237, 198, 57) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 44px;
    font-weight: 400;
    letter-spacing: -0.04em;
  }

.single-testi{
  background-color: #fff9e6;padding: 88px 0;border-radius: 48px;
}
.single-card{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}


.avatar-img{
    -webkit-filter: sepia(.35);
    aspect-ratio: 1 / 1;
    border-radius: 100%;
    filter: sepia(.35);
    flex: none;
    width: 100px;
    height: 100px;   
    position: relative;
}

.avatar-img img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: cover;   
}

.avatar-img::after{
    content: "";
    border:6px double #ffffff;   
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}

.image-container{
  position: relative;
}
.img-div-2{
  position: absolute; border-radius: inherit;top: 0;right: 0; left: 0;border-top-right-radius: 370px;filter: blur(47px);opacity: 1;bottom: 0;
}

.divider-line {
  background: linear-gradient(90deg, rgb(255, 252, 242) 0%, rgb(255, 188, 79) 32.8125%, rgb(208, 97, 247) 100%);
  border-radius: 100px;
  height: 2px;
  width: 600px;
  will-change: transform;
}

.divider-line-2{
  background: linear-gradient(90deg, #fffcf2 0%, rgb(255, 188, 79) 32.8125%, rgb(208, 97, 247) 100%);
    border-radius: 100px;
    height: 4px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.divider-line-3{
  background: linear-gradient(90deg, rgb(30, 26, 28) 0%, rgb(255, 188, 79) 32.8125%, rgb(208, 97, 247) 100%);   
  border-radius: 100px;
  flex: none;
  height: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
  will-change: none;
}

.text-sec{
  display: flex;
  align-items: center;
  justify-content: center; 
  flex-direction: column;
  gap: 40px;
}
.para-text{
  max-width: 700px;
}
.gradient-2{
  position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px;
    filter: blur(47px);
    border-top-right-radius: 370px;
    opacity: 1;
}
.gradient-1{
  position: absolute;bottom: 0px;right: 74px;width: 100%;height: 330px;filter: blur(47px);border-top-right-radius: 370px;opacity: 1;
}

/**CTA Section**/
#cta-section .img-div-1 figure{
  aspect-ratio: .7915254237288135 / 1;
  flex: none;
  height: auto;
  position: relative;
  width: 500px;
}

#cta-section .img-div-1 figure img{
  display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: contain;
}

#cta-section .img-div-2 figure img{
  width: 500px;
  height: auto;
  object-fit: cover;
  position: relative;
  margin-bottom: -200px;
  filter: blur(47px);
transform: perspective(1200px);
}

/**FAQ**/
.accordion-body-bordered .accordion-item{
  border:5px double #1e1a1c;
  border-radius: 16px;
  width: 100%;
  padding: 16px 24px 16px;
}

.accordion-title a{
  padding:0!important;
  color:#1e1a1c;
  font-size: 22px;
  font-weight: 400;
}

.accordion-active-color-primary .active .accordion-title a{
color:#1e1a1c!important;
font-weight: 400;
}

.accordion-body-bordered .accordion-content{
  padding-left:0;
  padding-right: 0;
  padding-bottom: 0;
}

.accordion-body-bordered .accordion-content p{
  font-size: 17px;
  margin-bottom: 10px;
}

.accordion-expander{
  right:0
}

.accordion-expander i{font-size: 16px;font-weight: 700;}

.lite{
  height: 240px;
  filter: blur(56px);
}
.section-bg-black{
padding: 160px 100px;
}
.text-head{ 
    border: 4px double #1e1a1c;   
    align-content: center;
    align-items: center;
    background-color: #ffffff80;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    height: min-content;
    justify-content: flex-start;
    overflow: visible;
    padding: 10px 19px 10px 16px;
    position: relative;
}

/**Pricing**/
#pricing header{
  outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: rotate(-3deg);
}
#pricing header h2{
  font-family: "Caveat", cursive, sans-serif!important;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 150%;
  color:#d061f7;
  font-weight: 400;
}
#pricing header h2 span{
  background-image: linear-gradient(274deg, rgb(181, 110, 240) 0%, rgb(235, 131, 87) 54.955%, rgb(247, 212, 84) 100%);
  display: inline-block;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricing-head{
  align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: min-content;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

.head-arrow-down{
  image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    /* transform: rotate(13deg); */
    flex: none;
    height: auto;
    position: relative;
    width: 240px;
    margin-top: -20px;
}

.pricing-table.pricing-table-minimal{
  background-color: transparent;
    border:7px double #1e1a1c;
    border-radius: 24px;
    box-shadow: rgba(222, 182, 151, 0.02) 0.238858px 0.557334px 0.545725px 0px, rgba(222, 182, 151, 0.06) 0.724352px 1.69015px 1.65495px 0px, rgba(222, 182, 151, 0.16) 1.9148px 4.46786px 4.3748px 0px, rgba(222, 182, 151, 0.5) 6px 14px 13.7084px 0px;
    width: 100%;
    color:#1e1a1c;
    padding: 40px 30px 30px;
    text-align: left;
}
.pricing-table-minimal .pricing-table-header{
  text-align: left;
  padding-top: 30px;
}

.pricing-table-header .pricing{
    font-family: "Recoleta Regular", sans-serif!important;
    font-size: 74px;
    font-style: normal;
    font-weight: 400!important;
    letter-spacing: -.0468em;
    line-height: 97%;    
    color: #1e1a1c;
    text-decoration: none;
    text-transform: none;
    display: flex;
    gap: 12px;
}

.pricing-table-header .pricing sup{
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: normal!important;
    top:15px;
}

.pricing-table-top{
  align-items: center;
    display: flex;
    justify-content: flex-start;
    gap: 11px;
}

.pricing-table .span-bg{
    padding: 4px 20px 4px 20px;
    position: relative; 
    background-color:#1e1a1c;
    border-radius: 27px;
}

.pricing-table .span-text{
 font-family: "Recoleta Regular", sans-serif;
   font-size: 22px;
   letter-spacing: 0px;
   line-height: 28px;
   text-align: center;
   color:#fff;
}

.pricing-table .span-text2{
  flex: 1 0 0px;
  font-family: "Lexend", sans-serif;
   font-size: 14px;
   font-weight: 600;
   letter-spacing: 0px;
   line-height: 143%;
   text-align: left;
   color: #1e1a1c;
}

#pricing .btn-new .btn-img, #pricing.btn-new .btn-img-hover {
  width: 36px;
  height: 36px;
}

.link-text,
.pricing-table-body p{
  font-size: 16px;
  font-weight: 600!important;
  color: #1e1a1c!important;
}
.link-text a{
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
  color: #1e1a1c!important;
}
.link-text a:hover{
  text-decoration: none;
}

.pricing-table-minimal .pricing-table-body{
  margin-top: 20px;
}

.pricing-table-minimal .pricing-table-body ul li{
  display: flex;
  align-items: center;
  font-family: "Recoleta Regular", sans-serif; 
  line-height: 150%;
  color: #1e1a1c!important;
  margin-bottom: 15px!important;
}
.pricing-table-minimal .pricing-table-body ul li span svg{
  width: 22px!important;
  height: auto;
}
.pricing-table-minimal .pricing-table-body ul li strong{
  font-weight: 600;
}

/**Feature section**/
.fancy-box-offer{
  border-bottom: 2px solid #1e1a1c;
  margin-bottom: 10px;
    padding-bottom: 12px;
}
.fancy-box-offer:last-child{
  border-bottom: 2px solid #1e1a1c;
}
.fancy-box-offer-header{
  border-bottom: 4px double #1e1a1c;
}
.fancy-box-offer-header p{
  font-size: 16px;
    text-transform: none!important;   
    color: #1e1a1c;
   font-family: "Recoleta Regular",  sans-serif!important;   
    font-weight: 400!important;  
    letter-spacing: normal; 
}

.fancy-box-offer .fancy-box-cell:last-child{
  align-items: flex-start;
}

.fancy-box-offer .fancy-box-cell h3{
  font-size: 16px!important;
  font-family: "Lexend", sans-serif!important;
  font-weight: 600;
}
.fancy-box-offer .fancy-box-header{
  flex-basis: 5%;
}

.fancy-box-offer-body p{
  font-size: 16px!important;
  font-family: "Lexend", sans-serif!important;
  display: flex;
  align-items: center;
}

.fancy-box-offer-body p i.done-icon{
  color:rgb(34, 182, 114);
  font-size: 22px;
}
.fancy-box-offer-body p i.close-icon{
  color:rgb(238, 38, 38);
  font-size: 22px;
}

/**Highlighted section**/
#highlight_section1 .img-div-2 figure.gradiant-img img,
#grid_section_icon .img-div-2 figure.gradiant-img img{
  width: 100%;
  height: 350px;
  object-fit: cover;
}

#highlight_section2 .divider-line,
#about-me .divider-line,
#highlight_section4 .divider-line{
  height:4px;
  width: 650px;
}

#about-me figure.primary-img{
  flex: none;
  height: 660px;
  position: relative;
  width: 85%;
}

#about-me figure.primary-img img{
  display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
    border-radius: 16px;
}

#about-me .gradient-1{
    aspect-ratio: 1.4152046783625731 / 1;
    bottom: 0;
    flex: none;
    height: 330px!important;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}

/**Grid number section**/

#grid_section_number .iconbox .iconbox-icon-wrap h5{ 
 font-family: "Recoleta Medium", sans-serif;
 font-size: 70px;
 letter-spacing: -0.0416667em;
 margin: 0 0 10px;
 font-weight: 500;
}
#grid_section_number .iconbox .contents h6{
 font-size: 24px;
 font-style: normal;
 font-weight: 400;
}

#grid_section_number .grid_num:nth-child(1) .iconbox-icon-wrap h5{color: #ffc467;}
#grid_section_number .grid_num:nth-child(3) .iconbox-icon-wrap h5{color: #f09869;}
#grid_section_number .grid_num:nth-child(5) .iconbox-icon-wrap h5{color: #d56ae7;}


#grid_section_number .grid-arrow{
  align-items: center;
  display: flex;
  flex: none;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 10px;
  height: min-content;
  justify-content: center;
  position: absolute;
  z-index: 1;
  overflow: hidden;
  padding: 0; 
  transform: perspective(1200px);
}

#grid_section_number .grid-arrow img{
  width: auto;
  height: auto;
  max-width: none!important;
}

#grid_section_number .grid-arrow.grid-arrow1{    
    left: 280px;   
    top: 25%;
    width: 24%;  
}

#grid_section_number .grid-arrow.grid-arrow2{  
    /* left: 758px;      */
    left: 775px;
    top: 13px;
    width: 300px;     
}

/* Keyframe for fade-in animation */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.animate-div {
  opacity: 0; 
  transition: opacity 0.6s ease-out; 
}

.animate-div.in-view {
  animation: fadeIn 1s ease-out forwards;
}

#section-01 {
  animation-delay: 0s;
}
#arrow-01 {
  animation-delay: 0.3s;
}
#section-02 {
  animation-delay: 0.6s;
}
#arrow-02 {
  animation-delay: 0.9s;
}
#section-03 {
  animation-delay: 1.2s;
}


#highlight_section4 .left-heading header,
#feature-section .left-heading header{
  outline: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    flex-shrink: 0;
    transform: rotate(-5deg);
}

#highlight_section4 .left-heading header h2,
#feature-section .left-heading header h2{
  font-family: "Caveat", cursive, sans-serif!important;
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 150%;
  color:#1e1a1c;
  font-weight: 400;
}

#highlight_section4 .left-heading,
#feature-section .left-heading{
  align-items: flex-start;
    display: flex;
    flex: none;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 16px;
    height: min-content;
    justify-content: flex-start;
    align-items: flex-start;
    overflow: visible;
    padding: 0;
    position: relative;
    width: 100%;
}

#highlight_section4 .head-arrow-down,
#feature-section .head-arrow-down{
  image-rendering: pixelated;
    flex-shrink: 0;
    fill: rgb(0, 0, 0);
    color: rgb(0, 0, 0);
    /* transform: rotate(13deg); */
    flex: none;
    height: auto;
    position: relative;
    width: 240px;
    margin-top: -20px;
}

#feature-section h6.subheading{ 
  font-family: "Recoleta Regular", sans-serif;
    font-size: 32px;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 100px;
}

#feature-section .avatar-img{
    flex: none;    
    position: relative;   
    width: 60px;
    height: 60px; 
    filter: sepia(0.35);   
    border-radius: 100%;   
    transform: none;
    margin-top: 10px;
    margin-right: -10px;
}

#feature-section .avatar-img img{
  display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center center;
    object-fit: cover;
}

#feature-section .avatar-img::after{
  content: "";
  border:4px double #7e8083;   
  width: 100%;
  height: 100%;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  border-radius: inherit;
  pointer-events: none;
}

/**Scroll animation**/
#highlight_section4 .feature-scroll {
  position: relative;
  display: flex;
  width: 550px;
  overflow: hidden;
  transform: rotate(-3deg);
  -webkit-mask-image:linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 25%, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%)
}

#highlight_section4 .feature-scroll div {
  white-space: nowrap;
  animation: animate var(--t) linear infinite;
  animation-delay: calc(var(--t) / -1);
}

#highlight_section4 .feature-scroll:nth-child(even) div {
  animation: animate-reverse var(--t) linear infinite;
  animation-delay: calc(var(--t) / -1);
}

#highlight_section4 .feature-scroll div:nth-child(2) {
  animation: animate2 var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}

#highlight_section4 .feature-scroll:nth-child(even) div:nth-child(2) {
  animation: animate2-reverse var(--t) linear infinite;
  animation-delay: calc(var(--t) / -2);
}

@keyframes animate {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes animate-reverse {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes animate2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}

@keyframes animate2-reverse {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

#highlight_section4 .feature-scroll div span {
  display: inline-flex;
  margin: 6px;
  padding: 5px 30px;
  color: #1e1a1c;
  transition: 0.5s;
  font-weight: 700;
  font-size: 17px;
  align-items: center;
  justify-content: center;
}

#highlight_section4 .feature-scroll span.icon-border{
  height: 30px;
  overflow: visible;
  position: relative;
  width: 30px;
  border: 3px double rgb(255, 196, 103);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#highlight_section4 .feature-scroll span.icon-border2{
  border-color: rgb(213, 106, 231)!important;
}

#highlight_section4 .feature-scroll span.icon-border3{
  border-color: rgb(213, 106, 231)!important;
}

#highlight_section4 .feature-scroll span.icon-border4{
  border-color: rgb(240, 152, 105)!important;
}

#highlight_section4 .feature-scroll span svg{
  width: 16px!important;
  height: 16px!important;
}


#grid_section_icon .divider-line-2,
#service-section .divider-line-2{
  width:80%;
  margin:0 auto;
}

#grid_section_icon .iconbox img{
  padding:10px;
}

#grid_section_icon .contents h3{
  font-family: "Recoleta Regular", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 10px;
}

#grid_section_icon .contents p{
  font-size: 16px;
  line-height: 1.5;
}

#service-section{
  padding: 60px 0 240px;
    position: relative;
    width: 100%;
}

#service-section .gradiant-bg{
  -webkit-filter: blur(47px);
  aspect-ratio: 1.4152046783625731 / 1;
  border-top-right-radius: 370px;
  filter: blur(47px);
  flex: none;
  height: 430px;
  left: 687px;
  position: absolute;
  right: 0;
  top: 20%;
  transform: translateY(-50%);
  z-index: -1;
}

#service-section .gradiant-bg img{
  display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-position: center;
    object-fit: cover;
}

#service-section .iconbox .contents span svg{
  width:32px!important;
  height: auto;
}

#service-section .iconbox .contents h3{
font-size: 23px;
font-weight: 400;
letter-spacing: -0.6px;
}

#service-section .iconbox{
  margin-bottom: 16px;
}

/**Testimoials**/
.divider-line-4{
  border-bottom: 6px double rgb(45 42 44);
  position: relative;
  width: 100%;
}
.testimonial{
  margin-top: 100px;
  margin-bottom: 100px
}


.testimonial .link-text a{
  font-size: 18px!important;
  color:#fff!important;
}
.testimonial .link-text a:hover{
  color:#d6d7d8!important;
}


.testimonial-info p{
  color: #d6d7d8;
  font-size: 20px;
  line-height: 1.6;
}
.test-img{
  width: 110px;
  height: 110px;
}
.test-img::after {
    content: "";
    border: 6px double #fff7de;
    width: 100%;
    height: 100%;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    top: 0;
    border-radius: inherit;
    pointer-events: none;
}

.carousel-items .carousel-item {
  transition: transform 0.5s linear; /* Adjust timing as needed */
}

.liquid-lp-footer{
  padding: 0;bottom: 11px !important;
}
.liquid-blog-item-masonry .liquid-lp-media,.ld-media-item{
  border-radius: 8px;
}
.liquid-blog-contents-inside .liquid-lp-media:after{
  background: linear-gradient(to top, #141622 0%, transparent 75%);
}
.liquid-blog-contents-inside:hover .liquid-lp-media:after {
  opacity: 0.4;
}
.social-icon.circle.social-icon-sm li {
  margin-right: 15px;
}
.liquid-lp-read-more .btn-line-after:after {
  content: "arrow_outward" !important; /* Material Symbols */
  font-family: 'Material Symbols Outlined'; /* Ensure Material Symbols are used */
  font-size: 1.5em; /* Adjust as needed */
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: 1px;
  -webkit-transform: translateY(-50%) scaleX(0) !important;
  transform: translateY(-50%) scaleX(0) !important;
  transition: transform 0.35s ease, opacity 0.3s ease;
  opacity: 0;
}

.liquid-lp:hover .liquid-lp-read-more .btn-line-after:after {
  -webkit-transform: translateY(-50%) scaleX(1) !important;
  transform: translateY(-50%) scaleX(1) !important;
  transition-delay: 0.13s;
  opacity: 1;
}
 #testimonial-section .flickity-prev-next-button svg{stroke: #fff;}
/**Media Query**/      

@media (min-width: 1440px){
  section .text-heading h2{
    font-size: 100px!important;
  }
 
  .container {
    max-width: 1356px!important;
    width:1356px!important;
  }
}

@media (min-width: 1200px) {
  section .text-heading h2{
    font-size: 70px;
  }
  
  .main-header .container {
    max-width: 1356px!important;
    width:1356px!important;
}
  .main-header .is-stuck {  
      top:auto;
      right: auto;     
      width: auto;
      animation: none;
  }

  .mainbar-wrap.is-stuck .social-icon a,
  .mainbar-wrap.is-stuck .header-module .ld-module-trigger,
  .mainbar-wrap.is-stuck .main-nav > li > a,
  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    color: #424242 !important; }

  .mainbar-wrap.is-stuck .ld-module-search-visible-form .ld-search-form input {
    border-color: #424242 !important; }

    

  .is-stuck .btn.btn-solid {
    background-color: var(--color-primary); }

  .is-stuck .btn:hover {
    background-color:#1e1a1c;
    color: #fff; }


    .mainbar-wrap{
      backdrop-filter: blur(5px);
      background-color: rgba(255, 252, 242, 0.7);
      border:4px double rgb(34, 34, 34);
      border-radius: 100px;
      transform: none;
      transform-origin: 50% 50% 0px;
      bottom: 30px;
      flex: none;
      height: auto;
      left: 50%;
      position: fixed;
      transform: translateX(-50%);
      width: max-content;
      z-index: 5;
      padding: 0 0 0 30px;       
    }

    .mainbar-wrap .mainbar{
     padding:5px 10px 5px 0px;
    }

    .main-nav > li:last-child .em{
      display: none!important;
    }

    .main-nav > li{
      flex-flow: row;
    }

    .main-nav > li > a{
      padding:8px 6px;
      font-size: 16px;
      color:#1e1a1c;
      letter-spacing: normal;
      font-weight: 400;
    }

    .main-nav > li .em{  
      position: relative;  
      width: 3px;
      height: 3px;
      border-radius: 100px;
      background-color: #363435;
      margin:0 5px;
    }

    #highlight_section1 .img-div-2 figure.gradiant-img img,
    #grid_section_icon .img-div-2 figure.gradiant-img img{  
      margin-bottom: -200px;
      filter: blur(47px);   
    }
  
  }


@media screen and (min-width: 992px) {
  .fancy-box-offer .fancy-box-cell:first-child {
      -webkit-box-flex: 1;
      flex-grow: 1;
  }

  .d-desk-none{
    display: none!important;
  }
  
}

@media screen and (max-width: 1199px) {
  .secondarybar-wrap {
      display: block;
  }
  .header-bg{
    height: auto;
  }
  .main-header .header-module {
    display: block;
  }
  .main-header .mainbar-wrap{
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation:landscape) {
.grid-arrow1 img, .grid-arrow2 img { display: none;}
#highlight_section4 .feature-scroll{width: 420px;}
.content .h1 {font-size: 56px !important; }
#about-me figure.primary-img{height: 500px;}
#highlight_section2 .divider-line, #about-me .divider-line, #highlight_section4 .divider-line{width: 450px;}
#service-section .gradiant-bg{left:auto}
}

@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  #about-me .row,
  #highlight_section2 .row {justify-content: center;}
  #about-me figure.primary-img{margin:0 auto 50px;}
  #highlight-black-section figure{
    display: flex;
    justify-content: center;
  }
  #highlight-black-section figure img{
    width:60%!important;
    height: auto;
  }
}

@media (max-width: 768px){
  .vc_row[class*=pt-] {
    padding-top: 1rem !important;
  }
  .vc_row[class*=pb-] {
    padding-bottom: 3rem !important;
  }
  .header-logo {
    width: auto;
    height: 80px;
  }
  .secondarybar-row {
    padding: 18px 30px;
  }
  #portfolio{
    padding-top: 0px !important;
  }
  #portfolio header h2{
    font-size: 44px!important;
    margin-top: 30px!important;
  }
  .pf-info{
    gap: 2.5rem;
  }
  .iconbox-icon-wrap img{
    height: 100px !important;
    width: 100px !important;
    object-fit: contain;
    padding: 0 0 10px;
  }
  .d-mob-none{
    display: none!important;
  }
  .banner-ul{
    display: none;
  }
  .content .h1 {
    font-size: 44px !important;
  }
  .content h2, .content .h2 {
    font-size: 24px !important;
  } 
  .btn-new .btn-txt {
    font-size: 14px !important;
  }
  .btn > span{
    padding: 12px 12px;
  }
  .text-sec{
    text-align: left;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
  }
  .banner-section h6{
    font-size: 20px !important;
    margin-bottom: 16px !important;
  }
  section .btn-new .btn-img {
    width: 30px;
    height: 30px;
  }
  .btn-img-hover img{
    width: 40px;
    height: 40px;
  }
  .banner-section .col-md-12, #pricing .col-lg-4{
    padding-left: 0;
    padding-right: 0;
  }
  .slider-img{
    /* height: 250px; */
    height: 100%;
  }
  .single-card {
    align-items: flex-start;
    justify-content: flex-start;
  }
  #highlight_section2,#highlight_section5{
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  #service-section{
    padding:50px 30px
  }
  #service-section .iconbox{
    align-items: flex-start;
  }
  #service-section .iconbox .contents h3 {
    font-size: 16px;
    white-space: nowrap;
  }
  #about-me{padding-top:0!important;padding-bottom: 0!important;}
 
  #grid_section_number .iconbox .iconbox-icon-wrap h5{font-size: 50px;}
  #grid_section_number .iconbox .contents h6{margin-top: 0px;}
  .grid-arrow1 img, .grid-arrow2 img{display: none;}
  .gradient-1{height: 100px;}
  .gradient-2{height: 250px;}
  .reverse{order: -1;margin-bottom: 75px;}
  .divider-line{width: 300px !important;}
  .divider-line-2{width: 100% !important;}
  #single-testi-section .container{padding:0;}
  #single-testi-section .carousel-items{margin:0!important}
  .single-testi{
    /* background-color: unset !important; */
    padding: 30px 16px!important;
    border-radius: 24px;
  }
  .grid_num .iconbox{text-align: left !important;align-items: flex-start;}
  .grid_num:last-child .iconbox{margin-bottom: 10px !important;}
  #grid_section_icon .iconbox{text-align: left !important;align-items: flex-start;}
  #grid_section_icon .contents h3{font-size: 24px!important;}
  .pricing-table-header .pricing{font-size: 54px;}
  #feature-section h6.subheading{font-size: 22px !important;padding-bottom: 50px;}
  #feature-section .left-heading{flex-direction: column;}
  #feature-section .left-heading header h2 span{font-size: 30px !important;}
  #feature-section .head-arrow-down img,
  #highlight_section4 .head-arrow-down img,
  #pricing .head-arrow-down img{display:none;}
  .testimonial {margin-top: 50px;margin-bottom: 50px;}
  .test-img{width: 70px;height: 70px;}
  .testimonial-details{flex-flow: wrap !important;gap:25px !important;}  
  .testimonial-info p{font-size: 18px;}
  #cta-section{padding-top: 0 !important;}
  #cta-section .img-div-1 figure{width: 350px;}
  .accordion-title a {font-size: 18px;line-height: 1.6;}
  .main-footer .foot-heading{font-size: 90px !important;margin-bottom: 2rem !important;}
  .foot-desc{display: none;}
  .main-footer section{padding: 0;}
  .main-footer, .section-bg-black{padding: 56px 24px;display: flex;flex-direction: column;align-items: center;}
  .mobile-feature .fancy-box-offer.fancy-box-offer-header{
    border-bottom: 0!important;
    padding-bottom: 15px!important;
  }
  .mobile-feature .fancy-box-offer.fancy-box-offer-body{
    border-bottom: 1px solid #bcbdbf;
    flex-flow: row;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .mobile-feature .fancy-box-offer-header .fancy-box-header p{
    font-size: 22px!important;
  }

  .mobile-feature .fancy-box-offer-body p{
    display: flex; align-items: center;
  }

  .mobile-feature .fancy-box-offer .fancy-box-cell,
  .fancy-box-offer .fancy-box-cell:before{
    margin-bottom: 0;
  }

  .heading-text{
    text-align: center;
  }
  .heading-text .pf-single-title{
    font-size: 42px !important;
  }
  


  #highlight_section1 .text-sec{
    padding-top: 50px!important;
  }
  #single-testi-section{
    padding-top:0!important;
    padding-bottom:0!important;
  }
  #highlight_section4{padding-top:0!important;}
  .container {width: 100%;}
   .footsection-divider{margin-top: 1.5rem}
 
}

@media(max-width:767px){
  #slider-section .btn-new{margin-top: -20px;}
  #grid_section_icon .lqd-column:last-child .iconbox{margin-bottom: 0 !important;}
  #pricing .pricing-table{margin-bottom: 1.5em;}
  #pricing .lqd-column:last-child .pricing-table{margin-bottom: 0 !important;}
  #faq-section .accordion-body-bordered .accordion-item:last-child{margin-bottom: 0 !important;}
  #faq-section .accordion{margin-bottom: 0;} 
  #testimonial-section .carousel-items{margin:0!important}
  #testimonial-section .section-bg-black{display: block;} 
  .main-footer section p{text-align: center;}  
  #portfolio .liquid-blog-style-masonry .masonry-item{padding:0;}
  #portfolio .liquid-blog-style-masonry .liquid-lp{margin-bottom: 24px!important;}
  #portfolio .container-fluid .liquid-blog-item-masonry{min-height: 280px!important;}
   #about-me figure.primary-img{height: 350px;width: 100%;margin-bottom: 30px;}
  #about-me figure.primary-img .bg-img{object-position: top;}
  #about-me .gradient-1{height: 100px !important;}
}

