/* ===== General CSS =====*/
html {
  scroll-behavior: smooth;
  font-family: "Poppins", sans-serif !important;
  color: #343434;
  font-weight: 400;
}
.bg-gray {
  background: #f7f7f7;
}
.section-padding {
  padding-block: 100px;
}
.section-head {
  margin-bottom: 80px;
}
img {
  width: 94%;
  height: auto;
}
.item-img {
  position: relative;
  overflow: hidden;
}
nav,
.nav-item > a::before,
.hero-social-icons a i,
.item-img > img,
.item-social-icons,
.social-list li,
.service-icon,
.about-btn,
.portfolio-link::after,
.portfolio-section .item-img-overlay,
.overlay-info > h6,
.contact-icon,
.form-btn,
a,
#myBtn {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
/* ===== Preloader ID ===== */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  z-index: 2026;
}
.spinner-border {
  border-width: 0.6rem !important;
}
.overlay {
  background-color: #1c1c1c;
  animation: closeShutter 2.5s ease-out forwards;
  -webkit-animation: closeShutter 2.5s ease-out forwards;
}
.camera-shutter {
  position: absolute;
  top: 50%;
  left: 0;
  transform-origin: center top;
  transform: scaleY(0);
  animation: openShutter 0.6s ease-out forwards;
  -webkit-animation: openShutter 0.6s ease-out forwards;
}
/* ===== Custimize Typography ===== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1e1e1e;
  font-family: "Montserrat", sans-serif;
}
p {
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
  color: #748182;
}
.section-head > h3 {
  font-size: clamp(2.5rem, 5vw, 2.75rem);
  letter-spacing: 1px;
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 4;
}
.section-head > h3:after {
  content: "";
  width: 100%;
  height: 30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: -1;
}
a {
  color: #1e1e1e;
  text-decoration: none;
}
textarea {
  resize: none;
}
::selection {
  background-color: #343434;
  opacity: 0.25;
  color: #fff;
}
/* ===== Custimize Scrollbar ===== */
::-webkit-scrollbar {
  width: 1rem;
  background-color: #fff;
  border-left: 1px solid #343434;
  box-shadow: 0px 0px 20px 0px #0003 inset;
}
::-webkit-scrollbar-thumb {
  background-color: #343434;
  box-shadow: 0px 0px 10px 0px #0003 inset;
  border-radius: 100vh;
}
/* ===== Start Nav Section ===== */
nav {
  padding-block: 30px !important;
  border: none;
  border-radius: 0;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2023;
}
.navbar-logo > a {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  display: inline-block;
  padding-block: 10px !important;
}
/* ===== Desktop ===== */
.navbar-nav {
  flex-direction: row !important;
}
.nav-item {
  padding-inline: 20px;
  padding-block: 10px;
  cursor: pointer;
}
.nav-item:first-of-type {
  padding-inline: 0px 20px;
}
.nav-item:last-of-type {
  padding-inline: 20px 0px;
}
.nav-item > a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1.5px;
  background-color: rgb(255, 255, 255, 0.75);
}
.nav-item > a {
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: rgb(255, 255, 255, 0.75);
}
.nav-item:hover a::before {
  width: 100%;
  background-color: #fff;
}
.nav-item > a:hover {
  color: #fff;
}
.nav-item .active {
  background-color: transparent !important;
  color: #fff !important;
}
.nav-item .active::before {
  width: 100% !important;
  background-color: #fff !important;
}
.nav-scroll {
  padding-block: 0.5rem 1rem !important;
  position: fixed !important;
  background-color: #fff !important;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.nav-scroll .navbar-logo > a,
.nav-scroll .mobile-menu-icon {
  color: #1c1c1c !important;
}
.nav-scroll .nav-item {
  padding-block: 10px 0px !important;
}
.nav-scroll .nav-item > a {
  color: rgb(18, 18, 18, 0.75) !important;
}
.nav-scroll .nav-item > a:hover {
  color: #1c1c1c !important;
}
.nav-scroll .nav-item > a::before {
  background-color: #222;
}
.nav-scroll .nav-item .active {
  color: #1c1c1c !important;
}
.nav-scroll .nav-item .active::before {
  width: 100% !important;
  background-color: #1c1c1c !important;
}
/* ===== Mobile ===== */
.navbar-mobile {
  display: none;
}
/* ===== Start Hero Section ===== */
.hero-section {
  height: 100vh;
  background-image: url(../imgs/01-bg.jpg);
  background-position: 0px 0px;
  background-size: cover;
}
.bg-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0.9;
}
.hero-title {
  font-size: 50px;
  font-weight: 800;
  letter-spacing: 1px;
}
.static-text {
  color: rgb(255, 255, 255, 0.9);
  font-weight: 200;
  font-size: 60px;
  letter-spacing: 1px;
}
.typed-text {
  font-weight: 300;
  font-size: 60px;
  letter-spacing: 1px;
  width: 0;
  max-width: max-content;
  white-space: nowrap;
  vertical-align: bottom;
  transition: all 2.5s linear;
  -webkit-transition: all 2.5s linear;
  -moz-transition: all 2.5s linear;
  -ms-transition: all 2.5s linear;
  -o-transition: all 2.5s linear;
}
.typed-text::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 0;
  width: 2px;
  height: 70%;
  background-color: #aebcb9;
}
.hero-social-icons {
  margin-top: 32px;
}
.hero-social-icons a {
  width: 40px;
  height: 40px;
}
.hero-social-icons a i {
  font-size: 20px;
}
.hero-social-icons a:hover {
  background-color: #fff !important;
  box-shadow: 0 0 0 5px #111;
}
.hero-social-icons a:hover i {
  color: #111 !important;
}
/* ===== End Hero Section ===== */
/* ===== Start About Section ===== */
.about-img:after {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  left: 0px;
  bottom: -30px;
  background-image: url(../imgs/dots.png);
  background-repeat: repeat;
  z-index: -1;
}
.about-content > h3 {
  font-weight: 800;
  margin-bottom: 5px;
}
.about-content span {
  color: #999;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
.about-content {
  text-align: justify;
}
.progress {
  min-height: 1.75rem !important;
}
.progress-bar {
  padding: 5px 10px;
  border-radius: 5px;
  background: #1c1c1c;
  box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.15) inset;
}
.progress-bar > h6 {
  font-size: 13px;
  color: #fff;
  z-index: 2;
}
.progress-bar > span {
  color: #fff;
}
.about-skill {
  margin-bottom: 30px;
}
.progress-bar-01 {
  animation: progressBar-01 20s infinite ease-out forwards;
  -webkit-animation: progressBar-01 20s infinite ease-out forwards;
}
.progress-bar-02 {
  animation: progressBar-02 20s infinite ease-out forwards;
  -webkit-animation: progressBar-02 20s infinite ease-out forwards;
}
.progress-bar-03 {
  animation: progressBar-03 20s infinite ease-out forwards;
  -webkit-animation: progressBar-03 20s infinite ease-out forwards;
}
.about-btn {
  padding: 10px 30px;
  border: 1px solid #1c1c1c;
  font-size: 13px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.about-btn:first-of-type {
  background: #1c1c1c;
}
.about-btn:first-of-type > a {
  color: #eee;
}
.about-btn:first-of-type:hover {
  background-color: #fff;
  border: 1px solid #1c1c1c;
}
.about-btn:first-of-type:hover > a {
  color: #1c1c1c;
}
.about-btn:nth-of-type(2) > a {
  color: #1c1c1c;
}
.about-btn:nth-of-type(2) {
  background-color: #fff;
  border: 1px solid #1c1c1c;
}
.about-btn:nth-of-type(2) > a {
  color: #1c1c1c;
}
.about-btn:nth-of-type(2):hover {
  background: #1c1c1c;
}
.about-btn:nth-of-type(2):hover > a {
  color: #eee;
}
/* ===== End About Section ===== */
/* ===== Start Services Section ===== */
.service-box {
  padding: 50px 20px;
  background: #fff;
  box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 30px -8px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.service-icon {
  width: 5rem;
  height: 5rem;
  background-color: #f7f7f7;
}
.service-box:hover .service-icon {
  color: #fff;
  background-color: #343434;
}
.service-icon > i {
  font-size: clamp(1.75rem, 5vw, 2.5rem);
}
.service-title {
  margin-bottom: 15px;
  font-weight: 800;
  font-size: 18px;
}
.service-para {
  word-spacing: 2px;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  color: #748182;
}
/* ===== End Services Section ===== */
/* ===== Start Portfolio Section ===== */
.portfolio-link {
  color: rgb(51, 51, 51, 0.8) !important;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}
.portfolio-link::after {
  content: "";
  width: 0;
  height: 2.5px;
  background: #111;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.portfolio-link.active {
  background-color: transparent !important;
  color: #222 !important;
}
.portfolio-link.active::after {
  width: 100%;
}
.portfolio-section .item-img-overlay {
  position: absolute;
  inset: 5px;
  background: rgba(255, 255, 255, 0.95);
  opacity: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
}
.overlay-info > h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  transform: translateY(-15px);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
}
.icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-color: #111;
}
.icons a i {
  color: #fff;
}
.portfolio-section .item-img:hover .item-img-overlay {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
.portfolio-section .item-img:hover h6,
.portfolio-section .item-img:hover .icons {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}
/* ===== End Portfolio Section ===== */
/* ===== Start Carousel Section ===== */
.carousel-section {
  background: #f7f7f7;
}
.client-img {
  width: 90px;
  height: 90px;
  margin: 0px auto 15px;
}
.carousel-title {
  font-size: 16px;
  font-weight: 600;
  margin: 30px 0px 0px;
}
.carousel-item span {
  font-size: 12px;
  font-weight: 600;
  color: #888;
  margin-bottom: 30px;
  display: inline-block;
}
.carousel-btns {
  bottom: -3rem !important;
  margin-bottom: 30px;
}
.carousel-btns > button {
  width: 12px !important;
  height: 12px !important;
  background-color: #888 !important;
  display: inline-block;
}
.carousel-btns > button.active {
  background-color: #869791 !important;
}
/* ===== End Carousel Section ===== */
/* ===== Start Numbers Section ===== */
.number-icon > i {
  font-size: clamp(28px, 5vw, 32px);
}
@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.number-title {
  font-size: 32px;
  font-weight: 800;
  margin-top: 8px;
  margin-bottom: 0rem !important;
  counter-reset: num var(--num);
}
.number-title::after {
  content: counter(num);
}
.number-title-01 {
  animation: counter-01 25s infinite linear forwards;
  -webkit-animation: counter-01 25s infinite linear forwards;
}
.number-title-02 {
  animation: counter-02 25s infinite linear forwards;
  -webkit-animation: counter-02 25s infinite linear forwards;
}
.number-title-03 {
  animation: counter-03 25s infinite linear forwards;
  -webkit-animation: counter-03 25s infinite linear forwards;
}
.number-title-04 {
  animation: counter-04 25s infinite linear forwards;
  -webkit-animation: counter-04 25s infinite linear forwards;
}
.number-para {
  font-weight: 600;
}
/* ===== End Numbers Section ===== */
/* ===== Start Team Section ===== */
.team-section .card {
  border-width: 0 !important;
  background-color: rgba(52, 52, 52, 0.8);
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
.team-section .item-img:hover img {
  transform: scale(1.25);
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
}
.item-social-icons {
  background-color: rgba(255, 255, 255, 0.95);
  inset: 5px;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg) scale(0.5, 0.5);
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  -moz-transform: rotateY(180deg) scale(0.5, 0.5);
  -ms-transform: rotateY(180deg) scale(0.5, 0.5);
  -o-transform: rotateY(180deg) scale(0.5, 0.5);
}
.item-box:hover .item-social-icons {
  cursor: pointer;
  visibility: visible;
  opacity: 1;
  transform: rotateY(0deg) scale(1, 1);
}
.social-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  background-color: #1c1c1c;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social-list li:hover {
  background-color: #eee;
  border: 1px solid #1c1c1c;
}
.social-list li a {
  color: #eee;
}
.social-list li:hover a {
  color: #1c1c1c;
}
/* ===== End Team Section ===== */
/* ===== Start Contact Section ===== */
.contact-box {
  margin-bottom: 30px;
}
.contact-icon {
  font-size: 25px;
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f4f4f4;
}
.contact-box:hover .contact-icon {
  background: #1c1c1c;
  color: #eee;
}
.input-text::placeholder {
  font-size: 13;
  letter-spacing: 1px;
}
.input-text {
  border-radius: 5px;
  padding: 10px;
  background: #f4f4f4;
}
.input-text:focus {
  outline: 0 !important;
  box-shadow: initial !important;
  background-color: #f4f4f4 !important;
  color: #343434 !important;
}
.form-btn {
  background: #1c1c1c;
  color: #eee;
  padding: 10px 40px;
  border-radius: 5px;
  font-size: 13px;
  letter-spacing: 1px;
  border: 1px solid transparent !important;
}
.form-btn:hover {
  background: transparent;
  border: 1px solid #1c1c1c !important;
  color: #343434;
}
/* ===== End Contact Section ===== */
/* ===== Start Footer Section ===== */
footer {
  background-color: #1c1c1c;
}
.copyright {
  letter-spacing: 1px;
}
/* ===== End Footer Section ===== */
/* ===== Back To Top Button ===== */
#myBtn {
  right: 1rem;
  bottom: 1rem;
  background-color: #343434;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 1000;
}
#myBtn > i {
  font-size: 1.75rem;
  line-height: 0;
}
#myBtn:hover {
  background: rgb(51, 51, 51, 0.75);
}