/*==== Google Fonts :: Start ====*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
/*==== Google Fonts :: End ====*/

/*==== Default Style :: Start ====*/

html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
strong,
i,
ol,
ul,
li,
form,
label,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
:root {
  --primary-color: #060606;
  --primary-light: rgba(35, 35, 35, 0.7);
  --secondary-white-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.94) -139.66%,
    rgba(255, 255, 255, 0.94) 149.17%
  );
  --white: #fff;
  --off-white: #f0f0f0;
  --green: #bef66b;
  --heading-color: #000;
  --para-color: #1f1f1f;
  --black-gradient: linear-gradient(118deg, #232323 3.64%, #000 97.23%);
  --owl-dot-color: #6f6f6f;
  --grey-black: #232323;
  --font-outfit: "Outfit", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
}

body {
  font-family: var(--font-montserrat);
  background-color: var(--secondary-white-gradient);
  color: var(--para-color);
  overflow-x: hidden;
  line-height: 28px;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
p,
span {
  font-size: 1.2rem;
  color: var(--para-color);
  line-height: 24px;
}
h1,
h2,
h3,
h4,
h5 {
  color: var(--heading-color);
}
button:focus,
a:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.button {
  display: inline-block;
  padding: 16px 32px;
  background-color: var(--heading-color);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.76px;
  letter-spacing: -0.36px;
  border-radius: 12px 0px;
  color: var(--white);
  border: 1px solid var(--heading-color);
}
.button svg {
  margin-left: 12px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.button:hover svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section--title h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 63.36px;
  letter-spacing: -0.48px;
  color: var(--white);
  margin-bottom: 18px;
}
.section--title p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.36px;
  color: var(--off-white);
}

/* header style  */
header {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 1320px;
  width: 100%;
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 12px;
  background-color: var(--primary-light);
  border-radius: 18px 0px;
  z-index: 1035;
}
header .menu--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 265px;
}
header .menu--wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 47px;
}
header .menu--wrapper .menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 21.12px;
  letter-spacing: -0.32px;
  color: var(--white);
}
header .menu--wrapper .menu li a:hover {
  color: var(--green);
}
header .button {
  background-color: var(--white);
  color: var(--heading-color);
  border-color: var(--white);
}
.logo--area img {
  width: 100px;
  height: auto;
}
/* hamburger menu style  */
.hamburger-menu {
  cursor: pointer;
  display: none;
  z-index: 999;
  margin-left: auto;
  width: 30px;
}
.hamburger-menu span {
  background: var(--white);
  width: 30px;
  height: 2px;
  display: block;
  margin: 6px 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hamburger-menu .line-top.show {
  -webkit-transform: translateY(4px) rotate(135deg);
  -ms-transform: translateY(4px) rotate(135deg);
  transform: translateY(4px) rotate(135deg);
}
.hamburger-menu .line-center.show {
  opacity: 0;
}
.hamburger-menu .line-bottom.show {
  -webkit-transform: translateY(-12.5px) rotate(-135deg);
  -ms-transform: translateY(-12.5px) rotate(-135deg);
  transform: translateY(-12.5px) rotate(-135deg);
}

/* hero area style */
.hero--area {
  padding: 281px 0 230px;
  position: relative;
  z-index: 1;
}
.hero--area::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero--area video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hero--area .text {
  position: relative;
  z-index: 2;
  text-align: center;
}
.hero--area .text h1 {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 84.48px;
  letter-spacing: -0.64px;
  color: var(--white);
  margin-bottom: 32px;
}
.hero--area .text p {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.36px;
  color: var(--off-white);
  margin-bottom: 52px;
}
.hero--area .button:hover {
  border-color: var(--green);
}

/* llc--area style  */
.llc--area {
  padding: 92px 0;
  background-color: var(--primary-color);
}
.llc--area h2 {
  text-align: center;
  font-family: var(--font-outfit);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  letter-spacing: -0.4px;
  width: 608px;
  margin-left: auto;
  margin-right: auto;
}
.llc--area .llc--inner {
  padding: 72px 236px;
  background: var(--secondary-white-gradient);
  border-radius: 36px 0px;
}
.llc--box .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.llc--box .heading .icon {
  width: 32px;
  height: 32px;
  background-color: var(--heading-color);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.llc--box .heading h3 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  font-family: var(--font-outfit);
}
.llc--box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  color: #5a5c5f;
}

/* numbers--area style  */
.numbers--area {
  padding: 56px 0 76px;
  background: var(--secondary-white-gradient);
  overflow: hidden;
}
.numbers--area .row,
.service--area .row {
  margin-right: -10px;
  margin-left: -10px;
}
.numbers--area .row [class*="col-"],
.service--area .row [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}
.numbers--area .number--box {
  padding: 48px 25px;
  border-radius: 36px 0px;
  background: var(--black-gradient);
  text-align: center;
  height: 100%;
}
.numbers--area .number--box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.numbers--area .number--box h3 p,
.numbers--area .number--box h3 span {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 96px;
  letter-spacing: -0.48px;
  color: var(--white);
}
.numbers--area .number--box p {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.24px;
  color: var(--off-white);
}

/* services area style  */
.service--area {
  padding: 96px 0 120px;
  background-color: var(--primary-color);
  overflow: hidden;
}
.service--box {
  border-radius: 36px 0px 24px 0px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  height: 100%;
  display: block;
}
.service--box .img--area {
  overflow: hidden;
  border-top-left-radius: 36px;
}
.service--box .img--area img {
  height: 279px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service--box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.service--box .text--area {
  padding: 36px 16px 44px 32px;
}
.service--box .text--area h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px;
  letter-spacing: -0.2px;
  color: var(--white);
  margin-bottom: 16px;
}
.service--box .text--area p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.24px;
  color: var(--off-white);
}
.service--box .text--area a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 23.76px;
  letter-spacing: -0.36px;
  color: var(--white);
  width: 134px;
}
.service--box .text--area a svg,
.service--box .text--area a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service--box .text--area a:hover {
  color: var(--green);
}
.service--box .text--area a:hover svg {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.service--box .text--area a:hover svg path {
  fill: var(--green);
}

/* portfolio--area style  */
.portfolio--area {
  padding: 120px 0;
}
.portfolio--area .section--title h3 {
  color: var(--heading-color);
}
.portfolio--area .section--title p {
  color: var(--grey-black);
}
.portfolio--area .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.portfolio--area .header .button {
  background-color: var(--white);
  color: var(--heading-color);
}
.portfolio--area .header .button:hover {
  background-color: var(--heading-color);
  color: var(--green);
}
.portfolio--area .header .button:hover svg path {
  fill: var(--green);
}
.portfolio--area .nav--wrapper {
  overflow-x: auto;
  white-space: nowrap;
  margin: 72px 0 16px;
}
.portfolio--area .nav--wrapper::-webkit-scrollbar {
  display: none;
}
.portfolio--area .tab--links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 22px;
  margin-bottom: 10px;
}
.portfolio--area .tab-link {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.12px;
  letter-spacing: -0.16px;
  padding: 12px 16px;
  border-radius: 8px 0px;
  border: 1px solid var(--heading-color);
  color: var(--heading-color);
  background-color: transparent;
}
.portfolio--area .tab-link.active {
  background-color: var(--heading-color);
  color: var(--white);
}
.tab {
  display: none;
}
.tab.active {
  display: block;
}
.single--work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 58px;
  padding: 48px 0;
  border-bottom: 1px solid rgba(31, 31, 31, 0.2);
}
.single--work:last-child {
  border-bottom: none;
}
.single--work h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 21.12px;
  letter-spacing: -0.16px;
  color: var(--grey-black);
  margin-bottom: 24px;
}
.single--work h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 42.24px;
  letter-spacing: -0.32px;
  color: var(--heading-color);
  margin-bottom: 18px;
}
.single--work p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21.12px;
  letter-spacing: -0.16px;
  margin-bottom: 67px;
}
.single--work .button {
  background-color: var(--white);
  color: var(--heading-color);
}
.single--work .button:hover {
  background-color: var(--heading-color);
  color: var(--green);
}
.single--work .button:hover svg path {
  fill: var(--green);
}
.single--work .img--area {
  min-width: 650px;
  height: 329px;
  border-radius: 36px 0px 36px 0px;
  overflow: hidden;
}
.single--work .img--area img {
  height: 100%;
  border-radius: 36px 0px 36px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single--work:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* about--area style  */
.about--area {
  padding: 120px 0;
  background-color: var(--primary-color);
}
.about--area .img--wrapper {
  height: 508px;
  border-radius: 36px 0px;
  overflow: hidden;
}
.about--area .img--wrapper img {
  height: 100%;
  border-radius: 36px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about--area .img--wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about--area .about--text {
  padding-left: 90px;
}
.about--area h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 63.36px;
  letter-spacing: -0.48px;
  color: var(--white);
  margin-bottom: 48px;
}
.about--area p {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32.8px;
  letter-spacing: 0.2px;
  color: var(--off-white);
  margin-bottom: 118px;
}
.about--area .button {
  border-color: var(--off-white);
}
.about--area .button:hover {
  background-color: var(--green);
  color: var(--heading-color);
  border-color: var(--green);
}
.about--area .button:hover svg path {
  fill: var(--heading-color);
}

/* testimonial--area style  */
.testimonial--area {
  padding: 120px 0 162px;
  background-color: var(--primary-color);
}
.testimonial--area .container {
  position: relative;
}
.testi--box {
  padding: 90px 80px;
  background: var(--secondary-white-gradient);
  border-radius: 36px 0px;
}
.testi--box p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  letter-spacing: -0.2px;
  margin-bottom: 36px;
}
.testi--box .client--profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}
.testi--box .client--profile h4,
.testi--box .client--profile p {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25.6px;
  letter-spacing: -0.16px;
  color: var(--heading-color);
}
.testi--box .client--profile p {
  font-weight: 400;
  margin-bottom: 0;
}
.testi--box .client--profile img {
  width: 48px;
  height: 48px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial--area .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 21px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 72px;
}
.testimonial--area .owl-dots button {
  width: 24px;
  height: 24px;
  background-color: var(--owl-dot-color);
  border-radius: 50%;
}
.testimonial--area .owl-dots button.active {
  background-color: var(--white);
}
.quote--img {
  position: absolute;
  right: -30px;
  bottom: 100px;
}
/* ready--area style  */
.ready--area {
  padding: 96px 0;
  background: var(--secondary-white-gradient);
  text-align: center;
}
.ready--area h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 63.36px;
  letter-spacing: -0.48px;
  color: var(--heading-color);
  margin-bottom: 48px;
  width: 1190px;
  margin-left: auto;
  margin-right: auto;
}
.ready--area .button:hover {
  color: var(--green);
}
.ready--area .button:hover svg path {
  fill: var(--green);
}

/* footer style   */
footer {
  padding: 72px 0;
  background-color: #1a1a1a;
}
.footer--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer--box h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 21.12px;
  letter-spacing: -0.16px;
  color: var(--white);
  margin-bottom: 24px;
}
.footer--box h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 31.68px;
  letter-spacing: -0.24px;
  margin-bottom: 12px;
  color: var(--white);
  width: 260px;
}
.footer--box p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.96px;
  color: var(--off-white);
}
.footer--box .social--icon {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.footer--box .social--icon a {
  width: 28px;
  height: 28px;
}
.footer--box .social--icon a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer--box .social--icon a:hover svg path {
  fill: var(--green);
}
.footer--box.social {
  width: 484px;
}
.footer--box li a,
.footer--box a span,
.footer--box.contact p span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.96px;
  color: var(--off-white);
  margin-top: 10px;
}
.footer--box li a:first-child {
  margin-top: 0;
}
.footer--box li a:hover,
.footer--box a span:hover {
  color: var(--green);
}
.footer--box.contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px !important;
}
.footer--box.contact a span {
  margin-top: 0;
}
.footer--box.contact p {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-transform: capitalize;
}
.footer--box.contact p span {
  margin-top: 0;
  display: inline-block;
  width: 215px;
}
