*{
margin:0;
padding:0;
}
body{
overflow-x: hidden;
background-color: 
#F8F6F0;
}
html{
scroll-behavior: smooth;
overflow-x: hidden;
}
:root {
--primary-color: #6450E3;
--secondary-color: #000000;
--white-color:#ffffff;
--gray-color:#F8F6F0;
}
@font-face {
  font-family:'brockmann';
  src: url(brockmann-medium.otf);
  font-weight: normal;
  font-style: normal;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'brockmann', sans-serif !important;
  }
  p,span,a,ul,li,button,label,input,textarea{
  font-family: 'Inter', sans-serif !important;
  }
  h1,h2,h3,h4,h5,h6,p,span,a,ul,li,button,label,input,textarea{
  margin:0;
  padding:0;
  }
  a, a:hover{
  text-decoration: none;
  color: #fff;
  }
  header, section{
  position: relative;
  }
  section{
    padding-top: 115px  !important;
  }
  header{
  margin-bottom: 60px;
  position: relative;
  z-index: 99999;
  }
  .pageConainer{
  background-color:#F8F6F0;
  width: 1440px;
  margin: 40px auto 0px;
  overflow-x: hidden;
  border-radius: 30px;
  }
  
  
  .headerContentArea{
  padding: 60px 0px;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
  }
  .logoLink{
  width: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 70px;
  background-color: transparent !important;
  }
  .mainLogo{
  display: block;
  margin: 0 auto;
  width: 150px;
  object-fit: contain;
  }
  header .mainNavManu{
  padding: 10px 0px;
  top: 10px;
  z-index: 9999;
  position: fixed;
  left: 50%;
  width: calc(100% - 150px);
  background: rgb(0 0 0 / 34%);
  transform: translateX(-50%);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding-left: 48px;
  visibility: hidden;
  opacity: 0;  
  }
  
  .mainNavManu .navbar-nav{
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: flex-start;
  width: 100%;
  }
  .mainNavManu .navbar-nav .navLink{
  font-size: 25px;
  text-transform: uppercase;
  font-weight: 300;
  }
  .pTextMd{
  font-size: 20px;
  line-height: 24px;
  color: var(--secondary-color);
  font-weight: 300;
  }
  .hdTitle{
  font-size: 81px;
  line-height: 85px;
  color: var(--secondary-color);
  font-weight: 400;
  }
  .bgShape1{
  position: absolute;
  top: -200px;
  right: -190px;
  width: 450px;
  }
  .hdTwoShape{
  position: absolute;
  width: fit-content;
  max-width: 450px;
  left: -115px;
  bottom: 90px
  }
  .hdBtnsGrp{
  position: relative;
  }
  .hdTwoShape .bgShape2{
  position: absolute;
  top: -132px;
  width: 300px;
  }
  .bgShape2-1{
  width: 340px;
  height: 100%;
  }
  .fillBtn{
  font-size: 17px;
  font-weight: 400;
  border-radius:12px;   
  outline: none;
  text-align: center;
  transition: all 0.3s ease-in-out;
  }
  .fillBtn:hover{
  
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.31), inset 0px 2px 1px 1px rgba(255, 255, 255, 0.5);
  
  }
  .primeryBtn{
  background-color: var(--primary-color);
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  }
  .mdBtn{
  width: 186px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  
  .secondaryBtn{
  background-color: var(--secondary-color);
  color: var(--white-color);
  border: 1px solid var(--secondary-color);
  }
  .bgShape3{
  position: absolute;
  right: -180px;
  bottom: -142px;
  width: 100%;
  max-width: 330px;
  transform: rotate(10deg);
  }
  .marqueeText {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  left: -4px;
  bottom:0px;
  padding: 15px 0px;
  background-color: #1A1A1A;
  color: var(--white-color);
  font-size: 30px;
  transform: rotate(-3deg);
  z-index: 9;
  text-align: center;
  width: calc(100% + 10px) ;
  font-family: "Brockmann Medium" !important;
  font-weight: 400;
  margin-top: 60px;
  }
  .mrqGrdRow{
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  width: fit-content;
  }
  .pdT120{
  padding-top: 70px;
  }
  .mrqBox{
  width: 290px;
  min-width: 390px;
  height: 390px;
  border: 1px solid #ACA07A;
  background-color: #f5f2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  margin:0px 10px;
  }
  .mrqImg{
  width: 95%;
  object-fit: contain;
  object-position: center;
  }
  .h2Title{
  font-size: 55px;
  font-weight: 500;
  line-height: 58px;
  color: var(--secondary-color);
  }
  .pTextMd .tBold{
  font-weight: 800;
  }
  .bannerSection{
  padding: 0px;
  position: relative;
  margin-bottom: 80px;
  }
  .bannerArea{
  width: 100%;
  background-color: var(--primary-color);
  border-radius: 30px;
  text-align: center;
  min-height: 160px;
  position: relative;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  }
  .bgShape4{
  position: absolute;
  left: -120px;
  top: -30px;
  width: 100%;
  max-width: 320px;
  }
  .bgShape5{
  position: absolute;
  right: -71px;
  bottom: -194px;
  width: 100%;
  max-width: 240px;
  }
  .h1Title{
  font-size: 90px;
  color: var(--white-color); 
  font-weight: 500; 
  }
  .xlText{
  font-size: 25px;
  color: var(--white-color);
  word-spacing: 5px;
  letter-spacing: 6px;
  }
  .bnrBgShape1{
  position: absolute;
  left: -19px;
  bottom: -173px;
  width: 100%;
  max-width: 180px;
  }
  .bnrBgShape2{
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 100%;
  max-width: 160px
  }
  .bgShape7{
  position: absolute;
  left: -36px;
  top: -53px;
  width: 100%;
  max-width: 250px;
  }
  .scrollSection{
  background-color: var(--secondary-color);
  border-radius: 60px;
  padding: 90px 0px 210px;
  overflow: hidden;
  margin-bottom: 60px;
  position: relative;
  }
  #benefitsSection{
    padding: 20px 0px;
  }
  .h1MdTitle{
  font-size: 54px;
  color:var(--white-color);
  font-weight: 500;
  line-height: 58px;
  }
  .sclTitleMax{
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
  }
  .bgShape8{
  position: absolute;
  left: -22px;
  bottom: -130px;
  width: 100%;
  max-width: 200px;
  }
  .bgShape9{
  position: absolute;
  right: -160px;
  bottom: -152px;
  width: 350px;
  }
  .pdT80{
  padding-top: 0px;
  }
  .scTextMx{
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
  }
  .secionTitleBox .pTextMd{
  text-transform: uppercase;
  }
  .simpleCard{
  text-align: center;
  margin-bottom: 50px;
  }
  .h5MdText{
  font-weight: 700;
  font-size: 25px;
  color: var(--secondary-color); 
  font-family: 'Inter', sans-serif !important;
  }
  .simpleCard .pTextMd{
  max-width:338px;
  margin: 0 auto;
  }
  .mrT70{
  margin-top: 70px;
  }
  .bgShape10{
  position: absolute;
  left: -136px;
  top: 61px;
  width: 100%;
  max-width: 430px;
  }
  .bgShape11{
  position: absolute;
  right: -190px;
  top: -70px;
  width: 100%;
  max-width: 300px;
  }
  .bgShape12{
  position: absolute;
  right: -82px;
  bottom: -130px;
  max-width: 180px;
  width: 100%;
  }
  .portfolioArea{
  position: relative;
  z-index: 20;
  }
  .tabList{
  justify-content: center;
  border: 0px;
  background-color: var(--secondary-color);
  width: fit-content;
  margin: 0 auto;
  border-radius: 100px;
  padding: 2px;
  margin-bottom: 30px;
  }
  .tabList .nav-link{
  width: fit-content;
  padding: 0px 64px;
  height: 60px;
  border-radius: 100px;
  border: 0px;
  color: var(--white-color);
  font-size: 22px;
  margin: 0px;
  }
  .tabList .nav-link.active{
  background-color: var(--primary-color);
  color: var(--white-color);
  }
  .tabContentArea{
  padding: 80px 0px 20px;
  margin-bottom: 60px;
  }
  #portfolioSection .tabContentArea{
  padding:0px; 
  }
  
  .tabCrdBox{
  width: 100%;
  height: 450px;
  background-color: #F5F2E8;
  border: 1px solid #aca07a54;   
  border-radius: 20px;
  margin-bottom: 24px;
  object-fit: cover;
  }
  .bgShape14{
  position: absolute;
  left: -40px;
  top: -10px;
  width: 100%;
  max-width: 300px;
  }
  .bgShape15{
  position: absolute;
  right: -266px;
  top: 186px;
  width: 100%;
  max-width: 540px;
  }
  .bgShape16{
  position: absolute;
  left: -200px;
  bottom: 100px;
  width: 100%;
  max-width: 500px;
  }
  .h3MdText{
  font-size: 24px;
  font-weight: 700px;
  color: var(--secondary-color);
  }
  .bannerCard{
  background-color: #27DAB7;
  padding: 20px 30px;
  border-radius: 30px;
  position: relative;
  overflow: hidden;
  min-height: 150px;
  z-index:20;
  display: flex;
  align-items: center;
  }
  .bnrBgShape{
  position: relative;
  }
  .bnrBgShape:before{
  content: "";
  width: 47%;
  height: calc( 100% + 10px);
  background-color:#27DAB7;
  position: absolute;
  left: 0px;
  top: 0px;
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  border-radius: 20px 0px 0px 20px;
  display: none;
  }
  .bannerCard .bannerFlexRow{
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  }
  .bnrTitle .h3MdText{
  font-weight: 700;
  font-size: 34px;
  }
  .bnrTitle .h3MdText span{
  font-weight: 500;
  font-family: "Brockmann Medium" !important;
  }
  .bnrBookBox{
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 460px;
  }
  .bnrBookContent{
  text-align: right;
  }
  .bnrBookContent h6{
  font-size: 24px;
  color:var(--secondary-color);
  text-decoration: underline;
  font-weight: 500;
  margin-bottom: 10px;
  }
  .bnrBookContent p{
  font-size: 20px;
  color:var(--secondary-color);
  font-weight: 400;
  line-height: 24px;
  max-width: 300px;
  }
  .bnrCrdBgShape1{
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 150px;
  transform: translateX(-50%);
  display: none;
  }
  
  .bnrCrdBgShape2{
  position: absolute;
  left: 30%;
  top: -15px;
  width: 130px;
  display: none;
  }
  .smPhoneImg{
  width: 110px;
  object-fit: contain;
  }
  .bgShape17{
  position: absolute;
  left: -64px;
  top: 395px;
  width: 100%;
  max-width: 450px;
  }
  .bgShape18{
  position: absolute;
  right: -130px;
  top: 310px;
  width: 100%;
  max-width: 290px;
  }
  .GridclmsArea{
  display: flex;
  gap: 120px;
  margin-top: 30px;
  position: relative;
  z-index: 99;
  flex-flow: wrap;
  }
  .priceCard{
  width: calc(50% - 60px);
  position: relative;
  }
  .priceCard .cardCover{
  position: relative;
  overflow:hidden;
  background-color: var(--secondary-color);
  padding: 20px;
  border-radius: 30px;
  padding-bottom: 60px;
  height: 100%;
  }
  .GridclmsArea .bannerArea{
  grid-column: 1 / span 2;
  background-color: var(--secondary-color);
  margin-top: 0px;
  padding-top: 20px;
  min-height: 340px;
  }
  .bannerArea.bnrGrid {
  background-color: var(--secondary-color);
  margin-top: 40px;
  }
  .bannerArea.bnrGrid .xlText{
  width: calc(100% - 250px); 
  max-width: 0 auto; 
  font-weight: 400;
  font-size: 25px !important;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 0px;
  word-spacing: 0;
  }
  .GridclmsArea .bannerArea .xlText{
  font-size: 50px;
  line-height: 56px;
  text-transform: uppercase;
  letter-spacing: unset;
  width: calc(100% - 490px);
  }
  .prCrdHead{
  position: relative;
  padding: 20px 0px;
  }
  .h3LgText{
  font-size: 25px;
  color: var(--gray-color);
  }
  .pLgText{
  font-size: 22px;
  color: var(--gray-color);
  }
  .h2Title.wtText{
  color: var(--gray-color);   
  font-weight: 400;
  }
  .prCrdHead .pLgText{
  max-width: 100%;
  line-height: 25px;
  font-size: 20px;
  font-weight: 200;
  }
  .fillBtn.prcBtn{
  background-color: #27DAB7;
  display: block;
  color: var(--secondary-color);
  height: 54px !important;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 17px !important;
  margin-bottom: 15px;
  }
  .fillBtn.prcBtn.primeryBtn{
  background-color: var(--primary-color);
  }
  .fillBtn.lgBtn{
  border-radius: 10px;
  }
  .bnrBgShape20{
  position: absolute;
  top: -1px;
  right:-2px;
  width: 120px;
  }
  .lineShape{
  display: block;
  width: 100%;
  height:1px;
  border-bottom: 1px dashed var(--white-color);
  }
  .circleShape{
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: block;
  border-radius: 100px;
  background-color: #F8F6F0;
  }
  .lineShapeBar{
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  min-height: 50px;
  margin-bottom: 30px;
  width: calc(100% - 30px);
  margin: 0 auto 20px;
  }
  .circleShape.first{
  position: absolute;
  left: -62px;
  top: 0px;
  }
  .circleShape.second{
  position: absolute;
  right: -62px;
  top: 0px;
  }
  .prCrdBody{
  width: 100%;
  padding-bottom: 20px;
  }
  .prcCheckImg{
  width: 30px;
  min-width: 30px;
  height: 30px;
  object-fit: contain;
  object-position: top;
  }
  .priceListItem{
  align-items: flex-start;
  display: flex;
  gap: 20px;
  }
  .priceListItem .pTextLg{
  line-height: 24px;
  width: 100%;
  }
  .prCrdBody .h5LgText{
  font-family: 'Inter', sans-serif !important;
  margin-bottom: 20px !important;
  }
  .pTextLg{
  font-size: 20px;
  font-weight: 300;
  }
  .pTextLg.wtText{
  color: var(--gray-color);
  }
  .h5LgText{
  color:var(--gray-color);
  font-size: 20px;
  font-weight: 400;
  }
  .priceList{
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
  }
  .tagText{
  background-color: #FB421F;
  padding: 5px;
  border-radius: 7px;
  width: fit-content;
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 2px 15px 3px;
  line-height: 21px;
  }
  .priceListItem.opacity .wtText{
  opacity: 0.3;
  }
  .textList{
  text-decoration: dotted;
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
  }
  .textList li p{
  color: var(--gray-color);
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
  }
  .textList li::marker{
  color: var(--gray-color);
  }
  .textList li.dimText {
  opacity: 0.3;
  }
  .bnrBgShape21{
  position: absolute;
  right: -75px;
  bottom: -127px;
  width: 100%;
  max-width: 176px;
  transform: rotate(-44deg);
  }
  .bnrBgShape22{
  position: absolute;
  top: -30px;
  right: -42px;
  width: 100%;
  max-width: 190px;
  transform: rotate(-8deg);
  }
  .bnrBgShape23{
  position: absolute;
  right: -28px;
  bottom: -14px;
  width: 100%;
  max-width: 163px;
  transform: rotate(0deg);
  }
  .circleSkewLineShape{
  position: absolute;
  left: 50%;
  bottom: -75px;
  height: 120px;
  z-index: 99;
  transform: translateX(-50%);
  }
  .circleSkewLineShape .circleLineShape-2{
  height: 124px;
  object-fit: contain;
  object-position: center;
  }
  .circleSkewLineShape.shapeSlices2:before{
  content: "";
  width: 11px;
  height: 39px;
  background-color: #000000;
  position: absolute;
  right: -1px;
  top: 6px;
  z-index: 99;
  border-radius: 30px 0px 0px 0px;
  }
  .circleSkewLineShape.shapeSlices2:after{
  content: "";
  width: 8px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  right: 7px;
  bottom: 19px;
  z-index: 99;
  transform: skew(-10deg);
  border-radius: 0px 0px 0px 10px;
  
  }
  
  
  .circleSkewLineShape.shapeSlices1:before{
  content: "";
  width: 12px;
  height: 31px;
  background-color: #000000;
  position: absolute;
  left: 2px;
  top: 14px;
  z-index: 99;
  transform: skewX(-21deg);
  border-radius: 0px 36px 0px 0px;
  }
  .circleSkewLineShape.shapeSlices1:after{
  content: "";
  width: 9px;
  height: 21px;
  background-color: #000000;
  position: absolute;
  left: 1px;
  bottom: 14px;
  z-index: 99;
  transform: skewX(16deg);
  border-radius: 0px 0px 18px 0px;
  }
  .customerArea{
  background-color: #F5F2E8;
  border: 1px solid #ACA07A;  
  position: relative;
  z-index: 9;
  border-radius: 20px;
  padding: 80px 0px 30px;
  background-image: url(../img/patrun-bg-img.png);
  background-size: cover;
  }
  .imgframe{
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  }
  .imgframe .frameImg{
  width: 100%;
  position: relative;
  z-index: 9;
  height: 470px;
  object-fit: contain;
  cursor: pointer;
  }
  .bgShape25{
  width: 100%;
  max-width: 340px;
  position: absolute;
  left: -50px;
  top: 45px;
  }
  .bgShape26{
  width: 100%;
  max-width: 360px;
  position: absolute;
  right: -101px;
  top: 50px; 
  }
  .bgShape27{
    width: 100%;
    max-width: 230px;
    position: absolute;
    right: -79px;
    top: -35px;
  }
  .bgShape28{
  width: 100%;
  max-width: 287px;
  position: absolute;
  left: -148px;
  bottom: -73px;
  }
  
  .item.sliderItem {
  background-color: var(--secondary-color);
  color: white;
  padding:30px 24px;
  border-radius: 20px;
  text-align: left;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  }
  .multiItemsCarousel .owl-nav{
  position: absolute;
  top: -30px;
  right: 40px;
  }
  .multiItemsCarousel{
  padding: 60px 0px 0px;
  margin-top: 40px;
  }
  .multiItemsCarousel .owl-nav button span {
  display:none;
  }
  #owl-carousel.multiItemsCarousel .owl-nav {
  width: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  }
  #owl-carousel.multiItemsCarousel .owl-nav .owl-prev{
  background-image: url("../img/left-arrow-icon.svg")!important;
  width: 30px !important;
  height: 30px !important;
  background-size: cover !important;
  margin-bottom: 40px;
  }
  #owl-carousel.multiItemsCarousel .owl-nav .owl-next{
  background-image: url("../img/right-arrow-icon.svg")!important;
  width: 30px !important;
  height: 30px !important;
  background-size: contain !important;
  background-repeat: no-repeat;
  }
  #owl-carousel.multiItemsCarousel .owl-nav button, #owl-carousel.multiItemsCarousel .owl-nav button:hover{
  outline: none;
  background-color: unset;
  }
  .pTextMd.wtText{
  color: var(--white-color);
  }
  .item.sliderItem .pTextMd{
  font-size: 22px;
  text-transform: lowercase;
  line-height: 34px;
  font-weight: 200;
  display: -webkit-box;
  max-width: 100%;
  }
  .userFlexCard{
  display: flex;
  align-items: center;
  gap:6px;
  margin-top: 30px;
  }
  .multiItemsCarousel  .userFlexCard .userImg{
  width: 60px;
  height: 60px;
  border-radius: 100px;
  object-fit: cover;
  }
  .multiItemsCarousel  .userFlexCard .textBox p{
  font-size: 18px;
  line-height: 20px;
  }
  .multiItemsCarousel  .userFlexCard .textBox span{
  font-size: 17px;
  color: var(--white-color);
  line-height: 18px;
  }
  .accordion.faqArea{
  position: relative;
  z-index: 99;
  margin-top: 70px;
  }
  .bgShape29{
  position: absolute;
  top: -202px;
  left: -136px;
  max-width: 320px;
  width: 100%;
  }
  .faqArea .accordion-item{
  background-color: unset;
  border: 0px;
  padding: 12px 0px;
  border-bottom: 1px solid #D7DBE6;
  margin-bottom: 20px;
  }
  .faqArea .accordion-item .accordion-button{
  background-color: unset;
  font-size: 26px;
  color: #1D191F;
  padding: 20px 0px;
  }
  .faqArea .accordion-item .accordion-button:focus{
  border: 0px !important;
  box-shadow: none  !important;
  }
  .faqArea .accordion-item .accordion-button[aria-expanded="true"]{
  background-color: unset;
  box-shadow: none;
  }
  .faqArea .accordion-item .accordion-button[aria-expanded="true"]:after{
  background-image: url("../img/faq-icon-1.svg")!important;
  width: 30px;
  height: 30px;
  background-size: contain;
  }
  .faqArea .accordion-item .accordion-button:after{
  background-image: url("../img/faq-icon-2.svg")!important;
  width: 30px;
  height: 30px;
  background-size: contain;
  }
  .faqArea .accordion-item .accordion-body{
  padding: 0px;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 10px;
  }
  .faqTitleMx{
  width: 100%;
  max-width: 950px;  
  margin: 0 auto;
  }
  
  .bgShape30{
  position: absolute;
  top: -118px;
  right: -104px;
  max-width: 300px;
  width: 100%;
  }
  
  .bgShape31{
  position: absolute;
  bottom: -40px;
  right: -120px;
  max-width: 282px;
  width: 100%;  
  }
  .telephoneImg{
  width: 100%;
  max-width: 380px;
  margin: 40px auto 20px;
  object-fit: contain;
  }
  .bgShape32{
  position: absolute;
  top: -130px;
  left: -100px;
  max-width: 220px;
  width: 100%;
  }
  .bgShape33{
  position: absolute;
  top: 40%;
  right: -220px;
  max-width: 400px;
  width: 100%;
  z-index: 2;
  }
  .bnrBgShape34{
  position: absolute;
  bottom: 50px;
  left: -80px;
  max-width: 250px;
  width: 100%;
  }
  .fixBanner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--secondary-color);
  padding: 10px;
  border-radius: 100px;
  width: calc(100% - 100px);
  margin: 110px auto 0px;
  position: relative;
  }
  .flexBtnsGrp{
  display: flex;
  align-items: center;
  gap: 10px;
  }
  .fillBtn.lgBtn{
  width:260px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 500;
  }
  .fillBtn.roundBtn{
  border-radius: 100px;
  }
  .fillBtn.whiteBtn{
  background-color: var(--white-color);
  color: var(--secondary-color);
  }
  .fixBanner .bnrTextBar p{
  font-size: 30px;
  color: var(--gray-color);
  }
  .fixBanner .bnrTextBar{
  padding-left: 40px;
  }
  .fixBanner .bnrTextBar p span{
  color: var(--primary-color);
  }
  .bnrBgShape35{
  position: absolute;
  right: 570px;
  bottom: -70px;
  width: 170px;
  }
  .bnrBgShape36{
  position: absolute;
  width: 130px;
  left: 517px;
  top: -70px;
  }
  .scrollSliderArea{
  position: relative;
  }
  .scrolProcess{
  align-items: center;
  background-color: unset;
  color: white;
  min-height: 300px;
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  cursor: grab;
  display: flex;
  justify-content: center;
  
  }
  .horizontalCarouselArea{
  position: relative;
  }
  .horizontalCarouselArea .owl-stage-outer .owl-stage .owl-item{
  display: flex;
  align-items: center;
  justify-self: center;
  height: 100%;
  }
   .processCard{
  width: 100%;
  height: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  .processCard h4{
  font-size: 30px;
  font-weight: 400;
  color: var(--gray-color);
  margin-bottom: 34px;
  text-align: center;
  }
  .processCard p{
  font-size: 24px;
  color: var(--gray-color);
  font-weight: 300;
  max-width: 570px;
  margin: 0 auto;
  line-height: 32px;
  text-align: center;
  }
  .horizontalCarouselArea .h1MdTitle.sclTitleMax{
  margin-bottom: 80px !important;
  }
  
  .progress-container {
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-70%);
  width: 13px;
  height: 300px;
  background-color: #F8F6F0;
  border-radius: 5px;
  overflow: hidden;
  padding: 1px;
  }
  .progress-bar {
  width: 100%;
  height: 0;
  background-color:var(--secondary-color);
  border-radius: 5px;
  transition: height 0.2s ease;
  }
  
  .scrolSliderImg{
  width: 100%;
  height: 320px;
  object-fit: contain;
  object-position:center;
  }
  .sectionContainer{
  width: 100%;
  padding: 0px 130px;
  margin: 0 auto;
  }
  .mrqCarouselArea{
  position: relative;
  margin-top:80px;
  }
  .circleAniBox{
  position: absolute;
  top: -180px;
  right: 60px;
  width: 208px;
  height: 208px;
  z-index: 9;
  }
  .centerCircle{
  width: 64px;
  height: 64px;
  background-color: var(--primary-color);
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate( -50%, -50%);
  }
  .textCircleAni{
  width: 208px;
  height: 208px;
  object-fit: contain;
  position: absolute;
  left: 0;
  top: 0px;
  animation: textRotate 15s linear infinite;
  }
  .mainNavManu{
  margin-bottom: 60px;
  }
  
  @keyframes textRotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
  }
  .textAnimationBar{
  position: absolute;
  right: 155px;
  top: 10px;
  opacity: 0;
  visibility: hidden;
  }
  
  .textAnimation{
  width: 220px;
  object-fit: contain;
  }
  .hdBtnsGrp.viewMoreBtnBar{
  width: fit-content;
  margin: 0 auto;
  }
  .hdBtnsGrp.viewMoreBtnBar .textAnimationBar{
  position: absolute;
  right: -212px;
  top: 20px;
  }
  
  .textAnimationBar:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background-color: #f8f6f0;
  right: 0px;
  top: -1px;
  animation: textTyping 6s infinite;
  }
  
  @keyframes textTyping {
    0%   {width: 100%;}
    80%  {width: 0%;}
    100% {width: 0%;}
  }
  .arrowSvg{
  position: absolute;
  left: 0;
  top: 30px;
  width: 70px;
  object-fit: contain;
  animation: arrowfadeAni 6s infinite;
  opacity: 1;
  }
  @keyframes arrowfadeAni {
    0%   {opacity: 0;}
    70%  {opacity: 1;}
    74%  {opacity: 0;}
    77%  {opacity: 1;}
    80% {opacity: 0;}
    83% {opacity: 1;}
  }
  .hdBtnsGrp.viewMoreBtnBar .textAnimation{
  width: 180px;
  object-fit: contain;
  }
  .downArrowBox{
  width: fit-content;
  margin: 40px auto 0px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  z-index: 999999;
  display: none;
  }
  .downArrowBox p{
  font-size: 26px;
  color: var(--gray-color);
  font-weight: 300;
  max-width: 470px;
  margin: 0 auto;
  line-height: 36px;
  }
  .downArrowBox .downArrowIcon{
  width: 60px;
  height: 60px;
  margin: 0 auto;
  object-fit: contain;
  cursor: pointer;
  }
  .priceList .priceListItem .pTextLg{
  font-size: 15px;
  line-height: 19px;
  font-weight: 200;
  }
  .customerArea .h2Title{
  max-width: 800px;
  margin: 0 auto;
  }
  footer{
  padding-top: 100px;
  position: relative;
  width: 100%;
  }
  .circleImg{
  width: 160px;
  height: 160px;
  object-fit: contain;
  }
  .mainNavManu .navbar-nav .navLink{
  color: var(--white-color);
  
  }
  
  .mainNavManu .fillBtn.mdBtn {
  background-color: #6450E3;
  color: var(--white-color);
  border:1px solid var(--primary-color);
  height: 80px;
  width: 240px;
  }
  .mainNavManu .fillBtn.mdBtn{
  font-size: 20px;
  }
  .mobileToggleBgShape{
  display: none;
  width: 200px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  }
  .fixBanner{
  display: none;
  }
  .navbar.mainNavManu.append.fixed-menu{
  visibility: visible;
  opacity: 1;
  transition: all 0.7s ease-in-out;
  }
  .tabCrdBoxImg{
  width: 100%;
  height: 100%;
  }
  
  .navbar-expand-lg .navbar-nav .nav-link{
  color: var(--white-color) !important;
  font-size: 22px;
  font-weight: 300;
  padding: 0px;
  text-transform: uppercase;
  }
  
  .process-wrap {
  overflow: hidden;
  }
  
  .process {
  width: 100% !important;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: center;
  align-self: center;
  overflow: hidden !important;
  }
  .process-wrap .process{
  overflow: visible;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  min-height: 100vh;
  }
  
  .process__item {
  display: flex;
  align-items: center;
  padding: 0px;
  flex-direction: column;
  width: 100vw;
  padding-top: 200px !important;
  height: 100vh;
  
  }
  .process__item span {
  font-size: 30px;
  display: block;
  }
  
  
  .scrollSection .process .h1MdTitle{
  font-size: 50px;
  padding-top: 30px;
  line-height: 54px;
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  }
  .coantainerArea{
  width: 100%;
  max-width: 908px;
  margin: 0 auto;
  }
  .prCrdHead .h2Title.wtText{
  font-size: 30px;
  line-height: 32px;
  }
  .bannerSection .bannerArea{
  min-height: 340px;
  }
  
  .bannerSection .bannerArea .bnrBgShape1{
  left: -49px;
  bottom: -179px;
  max-width: 280px;
  }
  .bannerSection .bannerArea .bnrBgShape2{
  position: absolute;
  right: -151px;
  top: -111px;
  width: 100%;
  max-width: 330px;
  }
  .bannerSection .bannerArea .xlText{
  font-size: 49px;
  color: var(--white-color);
  word-spacing: 5px;
  letter-spacing: 6px;
  font-weight: 500;
  }
  .scrollCrlItm {
  box-sizing: content-box;
  width: 100%;
  }
  
  .scrlCrouselContainer{
    position: relative;
    width: calc(100% - 200px);
    margin: 0 auto;
    z-index: 99;
  }
  .carouselScrollBar{
    position:absolute;
    right: 0px ;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 100;
    display: none;
  }
  
  
  .carouselScrollBar::-webkit-scrollbar {
    width: 15px;
  }
  
  /* Track */
  .carouselScrollBar::-webkit-scrollbar-track {
    border-radius: 15px;
    background-color: #F8F6F0;
    padding: 5px;
  }
   
  /* Handle */
  .carouselScrollBar::-webkit-scrollbar-thumb {
    background:#000000; 
    border-radius: 10px;
    width: 10px;
    border: 2px solid #F8F6F0;
  }
  
  .carouselScrollBar .scrollBarLine{
  width: 40px;
  height: 700px;
  }
  #menu-center .navListBar li.active .nav-link{
    color: var(--white-color);
    border-bottom: 2px solid var(--white-color);
  }
  .navListBar{
    display: flex;
    align-items: center;
    list-style-type: none;
    gap: 50px;
  }
  .hdTwoShape{
    transition: all 0.3s ease-in-out;
  }
  header.sectionActive .hdTwoShape{
  transform: translateY(50px);
  transition: all 0.3s ease-in-out;
  }
  .mobLogoLink{
    text-decoration: none;
    display: none;
  }
  .calendly-overlay{
  z-index: 9999999999  !important;
  }
  #portfolioSection .tabContentArea{
    margin-bottom: 0px;
  }
  .payBackShape{
    width: 180px;
    height: 180px;
    object-fit: contain;
    position: absolute;
    right: 0px;
    top: -48px;
  }
  .PricingSection .secionTitleBox{
  position: relative;
  }
  .payBackShape p{
    position: absolute;
    left: 55px;
    bottom: 54px;
    font-size: 17px;
    color: #fff;
    line-height: 17px;
    transform: rotate(-19deg);
  }
  .comparisonArea{
  background-color: #F5F2E8;
  border: 1px solid #ACA07A;
  position: relative;
  z-index: 9;
  border-radius: 0px 0px 20px 20px;
  padding: 0px;
  border-top: 0px;
  position: relative;
  }
  .comparisonArea:before{
    content: "";
    position: absolute;
    left: -1px;
    top: -14px;
    width: calc(50% - 73px);
    height: 14px;
    background-color: #F5F2E8;
    border: 1px solid #ACA07A;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0;
  
  }
  .comparisonArea:after{
    content: "";
    position: absolute;
    right: -1px;
    top: -14px;
    width: calc(50% - 73px);
    height: 14px;
    background-color: #F5F2E8;
    border: 1px solid #ACA07A;
    border-radius: 20px 20px 0px 0px;
    border-bottom: 0;
  
  }
  .comparisonArea .cmpContentRow{
  border-radius: 0px 0px 20px 20px;
  }
  .sectionIconBox{
  width: 150px;
  height: 55px;
  background-color: #f8f6f0;
  position: absolute;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #ACA07A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 0px;
  }
  .scIconImg{
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    position: relative;
    top:-12px;
  }
  .cmpRow{
    display:flex;
    justify-content: space-between;
    border-bottom: 1px dashed rgb(0 0 0 / 80%) ;
    gap: 190px;
    padding: 10px 0px 30px;
    width: calc(100% - 50px);
    margin: 0 auto 40px;
    min-height: 90px;
  }
  .clmBar{
    width: 50%;
  }
  .cmpRow .clmBar.second{
  text-align: right;
  }
  .h5SmText{
  font-size: 20px;
  color: var(--secondary-color);
  margin-bottom: 5px;
  }
  .cmpContentRow{
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
  }
  .cntClm{
    flex: 1;
    padding-left: 30px;
  }
  .illustrationImg{
    width: calc(100% + 80px);
    height: 100%;
  }
  .illustrationArrow{
  width: 12vw;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: relative;
  top: -20px;
  }
  .cntClmBox{
    max-width: 300px;
    width: 100%;
  
  }
  .cntClmBoxRow{
    display: flex;
      flex-direction: column;
      justify-content: space-between;
      gap: 8vw;
      padding-bottom: 20px;
  }
  .cntClm .cntClmBox h5{
  font-size: 17px;
  color: var(--secondary-color);
  margin-bottom: 5px;
  }
  
  .cntClmBox .pTextMd {
    font-size: 22px;
    color: var(--secondary-color);
    font-weight: 300;
    line-height: 28px;
    position: relative;
    z-index: 2;
  }
  
  .cntClmBox .pTextMd span{
    color: var(--primary-color);
    font-weight: 400;
  }
  .illustrationArrow2{
    height: 13vw;
    object-fit: contain;
    object-position: center;
  }
  .cmpContentRow .cntClm:first-child{
    align-self: flex-end;
  }
  .cmpRow .clmBar .pTextMd{
  font-size: 22px;
  }
  .ComparisonSection .secionTitleBox{
  margin-bottom: 100px;
  }
  .cmpBgShape{
    position: absolute;
    right: -90px;
    bottom: -70px;
    width: 250px;
    height: 250px;
    object-fit: contain;
  }
  .illustration-arrow22{
    display: none;
  }
  #loom-companion-mv3 #shadow-host-companion{
    padding-top: 0 !important;
  }
  #owl-carousel > div.owl-stage-outer > div > div > div > p {
    text-transform: none;
  }
   .mobile{
    display: none;
  }
  .phoneBtn{
  position: fixed;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width:100%;
  height:60px;
  background-color: #6450e3;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:20px 20px 0px 0px;
  box-shadow: 0px 0px 10px #0000002f;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  padding: 0px 24px;
  display: none;
  white-space: nowrap;
  }
  .phoneIcon{
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
  }
  .phoneBtn.active{
   display: flex;
  }
  .footerBottomBar{
    width: 100%;
    border-top: 1px solid #6450e326;
    display: block;
    padding: 10px 0px;
  }
  .ftrRow{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .socialLink{
    text-decoration: none;
    transition: all 0.3s ease;
  }
  .copyrightText{
    font-size: 14px;
    font-weight: 400;
  }
  .copyrightText span {
    font-weight: 600;
    color: #6450e3;
 }
.smSocialIcon{
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
}
.socialLink:hover .smSocialIcon{
  opacity: 0.9;
}
.cntClm.lastBx .cntClmBox:last-child .pTextMd {
padding-right: 30px;
}
.calendly-inline-widget {
  width: 100%;
  border: none;
  min-width: 230px;
  
}
.calendlyInlineWidget > iframe{
  background: #f8f6f0;
  padding: 0;
  overflow: visible;
  min-height: 700px;
}
.calendlyInlineWidget > iframe  div{
margin-top: 0px !important;
padding: 0px  !important;
}
.titleMaxWd{
  max-width: 62vw;
  font-size: 74px;
}
.imgframe.imgframeContainer{
  max-width: 948px;
  position: relative;
}
.mfp-bg.mfp-ready{
  z-index: 999999;
}
.mfp-wrap.mfp-ready{
  z-index: 9999999;
}
.videoLink{
  position: relative;
  display: block;
}
.play-button{
  position: absolute;
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.videoLink:hover .play-button{
  width: 86px;
  height: 86px;
}