



@font-face {
  font-family: "inter400";
  src: url(../fonts/Inter-Regular.ttf);
}
@font-face {
  font-family: "inter500";
  src: url(../fonts/Inter-Medium.ttf);
}
@font-face {
  font-family: "inter600";
  src: url(../fonts/Inter-SemiBold.ttf);
}
@font-face {
  font-family: "inter700";
  src: url(../fonts/Inter-Bold.ttf);
}
@font-face {
  font-family: "inter800";
  src: url(../fonts/Inter-ExtraBold.ttf);
}


* {
  font-family: 'inter400', sans-serif;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none !important;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear;
 
}
html {
 
  font-size: 16px;
  
  scroll-padding-top: 8rem;
  scroll-behavior: smooth;
}
body{
  overflow: hidden;
}
html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: #e1e1e1;
}

html::-webkit-scrollbar-thumb {
  background: #000000;
}



#back{
  display: none;
  cursor: pointer;
}
#backToTop{
  position: fixed;
  bottom:3%;
  right:3% ;
  display :-webkit-box;
  display :-ms-flexbox;
  display :flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  height:4rem;
  width:4rem;
  border-radius: 50%;
  z-index: 9999998;
  background-color: #8e8e8e;
 
color: white;

  
}

nav{
background-color: -o-linear-gradient(315deg,#dadada,#f8f8f8);
background-color: linear-gradient(135deg,#dadada,#f8f8f8);
-webkit-backdrop-filter: blur(52.5px);
        backdrop-filter: blur(52.5px);
}
nav .logo h6{

font-size: 1.3rem;
}

nav .nav-link{

color: #000;

font-family: "inter500";
font-size: .9rem;

line-height: 1.51488rem;

}
nav .nav-link.active{

color: #000;

font-family: "inter800";
font-size: .9rem;

line-height: 1.51488rem;

}

.navbar-nav {
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
gap: 15px;

}
.nav-custom{
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;

}
  
#home{
  position: relative;
  height: 100vh;
  width: 100%;
  background: -o-linear-gradient(315deg,#dadada,#f8f8f8);
  background: linear-gradient(135deg,#dadada,#f8f8f8);
  -webkit-backdrop-filter: blur(52.5px);
          backdrop-filter: blur(52.5px);
}
#home:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 12rem;
  background-color: white;
  -webkit-clip-path: polygon(100% 0%,0 100%,100% 100%);
          clip-path: polygon(100% 0%,0 100%,100% 100%);
  z-index: -1;
}

#home h1{
background: -o-linear-gradient(359deg, #000 0%, #696969 100%);
background: linear-gradient(91deg, #000 0%, #696969 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-size: 4.5rem;
font-family: "inter700";
line-height:5.4rem ;
letter-spacing: -0.135rem;
}
#home p{
color: #4B5563;
font-size: 1.125rem;
font-family: "inter500";
line-height: 1.9375rem; 
letter-spacing: -0.01125rem;
}
.title-header span{
  top: -1.5rem ;
  right: 0;
  -webkit-transform: rotate(8deg);
      -ms-transform: rotate(8deg);
          transform: rotate(8deg);
}



/* end home section */

#brands h6{
  font-size: 0.9rem;
  font-family: "inter800";
}
/* start about us section*/
#about p{
color: #282828;
font-size: 1.125rem;
line-height: 1.75rem; 
letter-spacing: 0.0125rem;
}


/* start service section */
.sev-card{
  min-height: 19rem;
  /* border-top: 2px solid #cdcdcd;
  border-left: 2px solid #cdcdcd; */
  box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.3);
  -moz-box-shadow: 4px 4px 13px -2px rgba(0,0,0,0.3);
  opacity: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sev-card:hover {
  opacity: 100%;
  cursor: pointer;
}
.sev-card h4{
font-family: "inter600";
font-size: 1.5rem;
line-height: 2rem;
}
.sev-card p{
 
font-size: 1rem;
line-height: 1.625rem;
}
/* end service section */



/* start features section */

.features-card h4::before{
  content: "";
position: absolute;
width: 0.1rem;
height: 1rem;
background-color: #000;
left: -1rem;
top: 50%;
-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.features-card h4{
font-family: "inter700";
font-size: 1rem;
line-height: 1.5rem;
letter-spacing: 0.0125rem;
}
.features-card p{
color: #535353;
font-family: "inter500";
font-size: 0.9rem;
line-height: 1.5rem;
letter-spacing: 0.0125rem;
}
.features-card.end{
  padding-top: 4rem !important;
}
.features-card.rd{
  padding-top: 7rem !important;
}
.features-card.th{
  padding-top: 10rem !important;
}

/* end feature section*/



/*start Testimonial section */


#floatingTextarea2{
  resize: none;
}
.Testimonial-card .card-body p{
color: #374151;
font-size: 0.96538rem;
line-height: 1.76044rem; 
letter-spacing: -0.00963rem;

}

.Testimonial-card .footer-content h6{
  color:  #111928;
font-family: "inter700";
font-size: 0.90863rem;
line-height: normal;
letter-spacing: -0.01819rem;
}
.Testimonial-card .footer-content p{
  color:  #9CA3AF;
  font-size: 0.79506rem; 
  line-height: 1.41969rem;
  letter-spacing: -0.00794rem;
}
/*end testimonial section */
/* start FAQ section */
.faq-card h4{
color:  #111928;
font-family: "inter700";
font-size: 1.125rem;
line-height: normal;
letter-spacing: -0.03375rem;
}
.faq-card p{
color:  #374151;
font-size: 0.9rem;
line-height: 1.5625rem; 
letter-spacing: -0.00875rem;
}
/* end FAQ section */

/* start getStart section */

#getStart h3{
font-family: "inter700";
font-size: 1.5rem;
line-height: 2rem; 
letter-spacing: 0.00625rem;
}
#getStart .pstart{
  font-family: "inter500";
font-size: 1.125rem;

line-height: 1.75rem; 
letter-spacing: 0.0125rem;
}
#getStart h4{
font-family: "inter700";
font-size: 0.9375rem;
line-height: 1.5rem;
letter-spacing: 0.0125rem;
position: relative;
}
#getStart h4::before{
  content: "";
position: absolute;
width: 0.1rem;
height: 1rem;
background-color: #fff;
left: -1rem;
top: 50%;
-webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
       transform: translateY(-50%);
}
.paraStart{
  font-family: "inter500";
font-size: 0.9375rem;
line-height: 1.5rem;
letter-spacing: 0.0125rem;
}

/* SHAERD CSS */

.sec-header h3{
  color: #707070;
font-family: "inter800";
font-size: 1.125rem;
line-height: 1.75rem; 
letter-spacing: 0.0125rem;
}
.sec-header h2{
  font-family: "inter800";
font-size: 2.375rem;
line-height: 3rem;
letter-spacing: -0.0125rem;
}
.sec-header p{
color: #464646;
font-size: 1.0625rem;
line-height: 1.875rem;
letter-spacing: -0.01063rem;
}



.btn-2{
  background-color: transparent;
 
}
.btn-1{
  background-color: black;
  border: none;
 
}
.btn-2:hover{
  background-color: black;
  color: white;

}
.btn{
  font-family: "inter700";
font-size: 1.1rem;
line-height: 1.88594rem; 
}
.btn-custom1{

font-family: "inter700";
font-size: 0.88188rem;
line-height: 1.48181rem; 

}




#loading{

  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e1e1e1;
  z-index: 99999 !important ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          -ms-transform: rotate(45deg);
      transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          -ms-transform: scale(1.1) rotate(90deg);
      transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          -ms-transform: scale(1.1) rotate(180deg);
      transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          -ms-transform: scale(1.1) rotate(270deg);
      transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}




section#touch{
  padding-block: 8rem !important;
}
#touch .sec-title .title::before{
  content: "G";
  position: absolute;
  font-size: 6rem;
  opacity: 0.1;
  top: -100%;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}
.touch-item:hover h3{
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
.touch-item:hover h3{
  color: black;
}.touch-item h3{
 font-family: "inter600";
}
.touch-item a:hover {
  color: #000000 !important;
}

#touch .btn-custom{
  color: white;
  background-color:black;
  border-radius: 3px;
  font-weight: 700;
  border: none;
  -webkit-transition: all 0.2s ;
  -o-transition: all 0.2s ;
  transition: all 0.2s ;

}
#touch .btn-custom:hover {
  background-color: rgb(72, 72, 72);
}
.sec-title:hover .title::after {
  width: 60%;
}
.sec-title .title::after{
  content: "";
  position: absolute;
  height: 1px;
  width: 30%;
  background-color: black;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  bottom: -20%;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}







/* priceing section */

section#pricing{
  padding-block: 8rem !important;
}
.pricing .box {
  padding:  2rem 1rem;
  text-align: center;
  border: 0.1rem solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  border-radius: .5rem;
}

.pricing .col-md-4:nth-child(2) {
  -webkit-transform: scale(1.15);
          -ms-transform: scale(1.15);
      transform: scale(1.15);

        

}

.pricing  .box h3 {
  font-size: 1.7rem;
  font-family: "inter700";
  text-transform: capitalize;
  color: #000000;
  padding-top: 1rem;
}

.pricing .box .price {
  padding: 1rem 0;
  font-size: 3.5rem;
  text-transform: capitalize;
  color: #000000;
  font-weight: bolder;
}

.pricing .box .price span {
  font-size: 1.3rem;
  font-weight: normal;
}

.pricing .box .list {
  
  padding-top: 2rem;

}

.pricing .box .list p {
  font-size: 1.15rem;
  font-family: "inter500";
  line-height: 2;
  color: #757575;
  
}
.pricing .box .list p span{
  font-family: "inter700";
  font-size: 1.3rem;
  line-height: 2;
}

.pricing .box .list p i {
  padding-right: .5rem;
  color: #03bf4e;
}

.pricing  .box .list p i.fa-times {
  color: #de1c1c;
}
.pricing  .box .list i.fa-circle{
  font-size: .5rem;
}
#aboutSection .about-header{
height: 70vh;
}
#aboutSection .about-title h1{
text-align: center;
font-family: "inter800";
font-size: 4.5145rem;
line-height:  5.41744rem;
letter-spacing: -0.13544rem;
background: -webkit-gradient(linear, left top, right top, from(#000), to(#A7A7A7));
background: -o-linear-gradient(left, #000 0%, #A7A7A7 100%);
background: linear-gradient(90deg, #000 0%, #A7A7A7 100%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
#aboutSection .about-title p{
color:  #475467;
text-align: center;

font-size: 1.66325rem;
line-height:2.49488rem;
}

#aboutSection .row.custom{
margin-bottom: 6rem !important;
}
#aboutSection .row p{
color: #282828;
font-size: 1.125rem;
line-height: 1.75rem; 
letter-spacing: 0.0125rem;
}
.logo h6{

margin: 0;
font-family: "inter800";
font-size: 1.56131rem;

line-height: 1.8215rem; 
}
#footer p{
color: #121212;

font-size: 0.91944rem;

line-height: 1.57619rem; 
}
#footer .navigate a{
font-family: "inter500";
line-height: 1.51488rem;
font-size: 1rem;
}

@media (max-width: 991px) {
  html {
      font-size: 14px;
    } 
    .pricing  .col-md-4:nth-child(2) {
      -webkit-transform: scale(1);
              -ms-transform: scale(1);
          transform: scale(1);
    }
}

@media (max-width: 768px) {
  html {
      font-size: 13px;
    }
}
@media (max-width: 450px) {
  html {
    font-size: 12px;
  }

}

