/* #### Generated By: http://font.download #### */

@font-face {
  font-family: "Lufga Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Regular"), url("./../fonts/LufgaRegular.woff") format("woff");
}

@font-face {
  font-family: "Lufga Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Italic"), url("./../fonts/LufgaItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Thin"), url("./../fonts/LufgaThin.woff") format("woff");
}

@font-face {
  font-family: "Lufga Thin Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Thin Italic"), url("./../fonts/LufgaThinItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga ExtraLight";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga ExtraLight"), url("./../fonts/LufgaExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Lufga ExtraLight Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga ExtraLight Italic"),
    url("./../fonts/LufgaExtraLightItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga Light";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Light"), url("./../fonts/LufgaLight.woff") format("woff");
}

@font-face {
  font-family: "Lufga Light Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Light Italic"), url("./../fonts/LufgaLightItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga Medium";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Medium"), url("./../fonts/LufgaMedium.woff") format("woff");
}

@font-face {
  font-family: "Lufga Medium Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Medium Italic"),
    url("./../fonts/LufgaMediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga SemiBold";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga SemiBold"), url("./../fonts/LufgaSemiBold.woff") format("woff");
}

@font-face {
  font-family: "Lufga SemiBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga SemiBold Italic"),
    url("./../fonts/LufgaSemiBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Bold"), url("./../fonts/LufgaBold.woff") format("woff");
}

@font-face {
  font-family: "Lufga Bold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Bold Italic"), url("./../fonts/LufgaBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga ExtraBold";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga ExtraBold"), url("./../fonts/LufgaExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Lufga ExtraBold Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga ExtraBold Italic"),
    url("./../fonts/LufgaExtraBoldItalic.woff") format("woff");
}

@font-face {
  font-family: "Lufga Black";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Black"), url("./../fonts/LufgaBlack.woff") format("woff");
}

@font-face {
  font-family: "Lufga Black Italic";
  font-style: normal;
  font-weight: normal;
  src: local("Lufga Black Italic"), url("./../fonts/LufgaBlackItalic.woff") format("woff");
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e3dfdf;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #F97316;
  border-radius: 5px;
}

body {
    font-family: "Lufga Medium";
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* header start */

header > nav > ul > li::after, #mobile-menu > ul > li::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 0.17rem;
  background-color: #ea580c;
  left: 0;
  bottom: 0;
  transform-origin: 0% 100%;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

header > nav > ul > li:hover::after, #mobile-menu > ul > li:hover::after {
  transform: scaleX(1);
}
/* header end */

/* banner start */

.slide-button-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.3);
}

#button-one:checked ~ label[for="button-one"],
#button-two:checked ~ label[for="button-two"] {
    color: white;
}

#button-one:checked ~ .slide-buttons,
#button-one:hover ~ .slide-buttons {
    transform: translateX(0px);
}

#button-two:checked ~ .slide-buttons,
#button-two:hover ~ .slide-buttons 
 {
    transform: translateX(100%);
}

/* banner end */

/* service start */

.service{
    border-radius: 46px;
    background-image: url('./../images/abstract-bg.png');
    background-repeat: no-repeat;
    background-size: cover;;
}

.service::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  left: 0;
  background: rgba( 255, 255, 255, 0.10);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.4 );
  backdrop-filter: blur( 0px );
  -webkit-backdrop-filter: blur( 0px );
  border: 1px solid rgba( 255, 255, 255, 0.2 );
}

.services-layer-one {
  background-color: #757575;
  width: 80%;
}

.services-layer-two {
  width: 90%;
  background-color: #9E9D9D;
}

.inverted-radius {
  background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 4px );
-webkit-backdrop-filter: blur( 4px );
border-radius: 10px;
border: 1.3px solid white;

  --r: 25px; /* the radius */
  --s: 40px; /* the size of the corner*/
  
  width: 250px;
  aspect-ratio: 1;
  border-radius: var(--r);
  --_m:/calc(2*var(--r)) calc(2*var(--r))
    radial-gradient(#000 70%,#0000 72%) no-repeat;
  mask:
    right 0 bottom calc(var(--s) + var(--r)) var(--_m),
    right calc(var(--s) + var(--r)) bottom 0 var(--_m),
    radial-gradient(var(--s) at 100% 100%,#0000 99%,#000 101%) 
     calc(-1*var(--r)) calc(-1*var(--r)) no-repeat,
    conic-gradient(from 90deg at calc(100% - var(--s) - 2*var(--r)) calc(100% - var(--s) - 2*var(--r)),
     #0000 25%,#000 0);
}

/* service end */

/* about start */

.hover-btn {
  position: absolute;
  top: 0;
  height: 100%;
  width: 25%;
  --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity)); /* White color code */
  z-index: -1;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: all .4s ease-in-out;
}

.hover-bx {
  left: 0;
  border-radius: 8px 0 0 8px;
}

.hover-bx2 {
  left: 25%;
}

.hover-bx3 {
  left: 50%;
}

.hover-bx4 {
  left: 75%;
  border-radius: 0 7px 7px 0;
}

.about-btn:hover .hover-btn {
  opacity: 1;
  transform: scaleX(1);
}

/* about end */

/* infinite slide animation */

@keyframes slide {
  to {
    transform: translateX(calc(-100% - 20px));
  }
}

.animate-slide {
  animation: slide 20s linear infinite;
}

/* infinite slide animation */


/* projects start */
.projects{
  border-radius: 46px;
  background-image: url('./../images/abstract-bg.png');
  background-repeat: no-repeat;
  background-size: cover;;
}

.projects::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 46px;
  top: 0;
  left: 0;
  background: rgba( 255, 255, 255, 0.10);
  box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.4 );
  backdrop-filter: blur( 0px );
  -webkit-backdrop-filter: blur( 0px );
  border: 1px solid rgba( 255, 255, 255, 0.2 );
}

.projects-wrapper {
  background: rgba( 255, 255, 255, 0.1 );
  backdrop-filter: blur( 0px );
  -webkit-backdrop-filter: blur( 0px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

/* projects end */

/* contact start */

.contact-input{
  background: rgba( 255, 255, 255, 0.25 );
  backdrop-filter: blur( 4px );
  -webkit-backdrop-filter: blur( 4px );
  border-radius: 10px;
  border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.contact-btn span{
  background-color: white;
}

.contact-btn:hover .hover-btn {
  opacity: 1;
  transform: scaleX(1);
}




