@import url("css2.css");
:root {
  --primary-color: #ff4d00;
  --text-color: #1c1c1c;
  --text-color-medium: #444444;
  --white-color: #ffffff;
  --toggle-btn-color: #ffffff;fa-solid
  --white-mid-color: #f9f9f9;
  --about-box: #0d1c24;
  --dark-color: #0d1c24;
  --counter-color: #fff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body.dark {
  --text-color: #fff;
  --white-color: #0d1c24;
  --text-color-medium: #fff;
  --toggle-btn-color: #444444;
  --white-mid-color: #091013;
  --about-box: #000;
  --counter-color: #ff4946;
}

html {
  scroll-behavior: smooth;
}

section {
  overflow-x: hidden;
}

.color-bg {
  background-color: var(--white-color);
}

.btn-black, .primary-btn {
  padding: 8px 15px;
  background-color: #1c1c1c;
  color: #fff;
  border: none;
}
@media (min-width: 768px) {
  .btn-black, .primary-btn {
    padding: 15px 30px;
  }
}

.primary-btn {
  background-color: var(--primary-color);
}

.primary {
  color: var(--primary-color);
}

.banner {
  background-color: var(--white-color);
  overflow: hidden;
}
.banner .banner-content {
  position: absolute;
  z-index: 5;
  top: 50px !important;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .banner .banner-content {
    top: 180px !important;
  }
}
@media (min-width: 1100px) {
  .banner .banner-content {
    top: 240px !important;
  }
}
@media (min-width: 768px) {
  .banner .banner-content {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .banner .banner-content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .banner .banner-content {
    width: 1170px;
  }
}
@media (min-width: 992px) {
  .banner .banner-content .inner {
    width: 50%;
  }
}
.banner .banner-content .bottom-content {
  background-color: rgb(255 71 0 / 65%);
  max-width: 306px;
  padding: 15px;
  position: relative;
  bottom: -200px;
  z-index: 9999;
}
.banner .banner-content .bottom-content .line {
  width: 100px;
  height: 2px;
  background-color: #1c1c1c;
}
.banner .slides {
  position: absolute;
  left: 0;
  padding-bottom: 0;
  width: 100%;
}
.banner .swiper {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
.banner .swiper-slide {
  background-size: cover;
  background-position: center;
}
.banner .mySwiper2 {
  height: 100%;
  width: 100%;
  top: 0;
}
@media (max-width: 768px) {
  .banner .mySwiper2 {
    top: 60px;
  }
}
.banner .mySwiper {
  height: 20%;
  margin-right: auto;
  box-sizing: border-box;
  padding: 10px 0;
  z-index: 1;
  background-color: transparent;
}
.banner .mySwiper img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1440px) {
  .banner .mySwiper {
    margin-top: -80px;
  }
}
.banner .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  border: 4px solid rgba(0, 0, 0, 0.1);
}
.banner .mySwiper .swiper-slide-thumb-active {
  border: 4px solid var(--primary-color);
}
.banner .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .pagination {
  display: flex;
  justify-content: end;
  right: 10px;
}
@media (min-width: 1200px) {
  .banner .pagination {
    transform: rotate(90deg) translatex(-300px) translateY(-250px);
  }
}
.banner .pagination .swiper-pagination-bullet {
  color: black;
}
.banner .pagination .swiper-pagination-bullet-active {
  color: #fff !important;
  transform: scale(1.6);
}
.banner .offcanvas {
  background-color: var(--white-color);
}
.banner .offcanvas .menu li a {
  color: var(--text-color);
  font-size: 18px;
  line-height: 23px;
  padding: 10px 5px;
  display: inline-block;
  font-weight: 500;
}
.banner .bar,
.banner .btn-close {
  color: var(--text-color) !important;
}

.about-section {
  background-color: var(--white-color);
  background-image: url("../image/about-bg.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.company-section {
  background-color: var(--white-mid-color);
  background-image: url("../image/company-bg.png");
  background-repeat: no-repeat;
  background-position: left 150px top 100px;
}
.company-section .company-box {
  max-width: 306px;
}
@media only screen and (min-width: 576px) {
  .company-section .first-col {
    padding-left: calc((100% - 540px) / 2);
  }
}
@media only screen and (min-width: 768px) {
  .company-section .first-col {
    padding-left: calc((100% - 720px) / 2);
  }
}
@media only screen and (min-width: 992px) {
  .company-section .first-col {
    padding-left: calc((100% - 960px) / 2);
  }
}
@media only screen and (min-width: 1200px) {
  .company-section .first-col {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media only screen and (min-width: 1350px) {
  .company-section .first-col {
    padding-left: calc((100% - 1320px) / 2);
  }
}
.company-section .stat {
  padding: 20px 30px;
  background-color: var(--primary-color);
  display: flex;
  position: relative;
  bottom: 0;
  gap: 30px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .company-section .stat {
    padding: 32px 40px;
  }
}
@media (min-width: 1700px) {
  .company-section .stat {
    margin-left: -120px;
  }
}
.company-section .stat h3 {
  color: rgba(0, 0, 0, 0.2117647059);
  font-weight: 700;
}
.company-section .stat .line {
  height: 60px;
  width: 1px;
  background-color: white;
}

.service-section {
  background-color: var(--white-color);
  background-image: url("../image/service-bg.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.service-section .box {
  position: relative;
  transition-duration: 400ms;
  box-shadow: 0px 4px 19px rgba(85, 85, 85, 0.25);
}
.service-section .box:hover .number {
  opacity: 1;
  transition-duration: 400ms;
}
.service-section .box:hover .overlay {
  opacity: 1;
  transition-duration: 400ms;
}
.service-section .box .number {
  width: 112px;
  height: 87px;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 400ms;
}
.service-section .box .number h3 {
  color: #e7e7e7;
}
.service-section .box .overlay {
  position: absolute;
  bottom: 0;
  opacity: 0;
  transition-duration: 400ms;
  left: 0;
  width: 257px;
  padding: 30px;
  background: rgba(255, 77, 0, 0.78);
}
.service-section .box .overlay img {
  filter: brightness(0) invert(1);
}

.design-section {
  background-color: var(--white-mid-color);
}

.logoSlider-section .inner {
  background-color: #1c1c1c;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .logoSlider-section .inner {
    padding: 60px 0;
  }
}
.logoSlider-section .swiper-wrapper {
  transition-timing-function: linear !important;
}

.team-section {
  background-color: var(--white-color);
}
@media (min-width: 992px) {
  .team-section {
    background-image: url("../image/team-bg.png");
    background-repeat: no-repeat;
    background-position: right;
  }
}
.team-section .box {
  position: relative;
}
.team-section .box:hover .overlay {
  opacity: 1;
  transition-duration: 500ms;
}
.team-section .box .overlay {
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 500ms;
  display: flex;
}
.team-section .box .overlay .social {
  background-color: var(--primary-color);
  height: 100%;
  padding: 12px 16px;
}
.team-section .box .overlay .social ul li i {
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition-duration: 400ms;
}
.team-section .box .overlay .social ul li i:hover {
  background-color: #fff;
  transition-duration: 400ms;
  color: var(--primary-color);
}
.team-section .box .overlay .right {
  align-self: flex-end;
  padding: 20px;
}

.portfolio-section {
  background-color: var(--white-mid-color);
}
.portfolio-section .zoom {
  overflow: hidden;
  transition-duration: 400ms;
}
.portfolio-section .zoom:hover {
  transform: scale(1.2);
  transition-duration: 400ms;
  overflow: hidden;
}

.testimonial-section {
  background-color: var(--white-color);
}
@media (min-width: 992px) {
  .testimonial-section {
    padding-bottom: 100px;
  }
}
.testimonial-section .box {
  background-image: url("../image/review-bg.png");
  background-repeat: no-repeat;
  background-position: left;
  padding: 30px;
  background-color: var(--white-color);
}
.testimonial-section .box p {
  margin-left: 80px;
  margin-top: 30px;
}
.testimonial-section .button-prev,
.testimonial-section .button-next {
  border: none;
  background-color: transparent;
  transition-duration: 400ms;
  color: var(--text-color);
  height: 40px;
  width: 40px;
}
.testimonial-section .button-prev:hover,
.testimonial-section .button-next:hover {
  background-color: var(--primary-color);
  transition-duration: 400ms;
  color: #fff;
}

.footer {
  background-color: var(--white-mid-color);
  padding-top: 30px;
}
@media (min-width: 992px) {
  .footer {
    padding-top: 0;
  }
}
.footer .newsletter {
  background-color: var(--primary-color);
  padding: 20px;
  background-image: url("../image/newsletter-bg.png");
  background-repeat: no-repeat;
  background-position: right;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer .newsletter {
    padding: 60px;
  }
}
@media (min-width: 992px) {
  .footer .newsletter {
    margin-bottom: 0;
    transform: translateY(-50%);
  }
}
.footer .newsletter form {
  display: flex;
  gap: 10px;
}
@media (max-width: 479px) {
  .footer .newsletter form {
    flex-wrap: wrap;
  }
}
.footer .newsletter form input {
  padding: 15px 20px;
  align-self: center;
  height: 52px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.footer .newsletter form input:focus {
  outline: none;
}
.footer .newsletter form ::-moz-placeholder {
  color: #fff;
}
.footer .newsletter form ::placeholder {
  color: #fff;
}
.footer .newsletter form button {
  flex-shrink: 0;
}
.footer .footer-content {
  padding-bottom: 40px;
  border-bottom: 1px solid #C7C7C7;
}
@media (min-width: 768px) {
  .footer .footer-content {
    padding-bottom: 60px;
  }
}
.footer .footer-content ul li a,
.footer .footer-content span {
  font-size: 18px;
  line-height: 30px;
  color: var(--text-color);
}
.footer .footer-content ul li a {
  transition-duration: 0.3s;
}
.footer .footer-content ul li a:hover {
  color: var(--primary-color);
  transition-duration: 0.3s;
}
.footer .footer-content .menu ul > li {
  border-left: 2px solid var(--primary-color);
  padding: 0 18px;
}
.footer .footer-content .menu ul > li a {
  font-family: "poppins", sans-serif;
}
.footer .footer-content .menu ul > li:first-child {
  border-left: none;
}
.footer .social {
  margin-top: 30px;
}
.footer .social .icon {
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition-duration: 300ms;
}
.footer .social .icon:hover {
  color: #fff;
  background-color: var(--primary-color);
  transition-duration: 300ms;
}
.footer a {
  color: var(--text-color);
  transition-duration: 300ms;
}
.footer a:hover {
  color: var(--primary-color);
  transition-duration: 300ms;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--text-color);
  font-family: "Montserrat", sans-serif;
}

p {
  font-family: "poppins", sans-serif;
  color: var(--text-color-medium);
}

body {
  font-family: "Montserrat", sans-serif;
}

.pg-large {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 5px;
}

a {
  text-decoration: none;
}

h1 {
  font-size: 76px;
  font-weight: 700;
  line-height: 98.8px;
  margin-top: -7px;
}

h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 74.1px;
  margin-top: -13px;
}

h3 {
  font-size: 43px;
  line-height: 57px;
}

h4 {
  font-size: 32px;
  line-height: 41.6px;
  margin-top: -8px;
  font-weight: 600;
}

h5 {
  font-size: 24px;
  line-height: 31.2px;
  margin-top: -3px;
}

h6 {
  font-size: 18px;
  margin-top: -1px;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  font-size: 18px;
  line-height: 30px;
}

.text-color {
  color: #ffffff;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.mb-30-none {
  margin-bottom: -25px;
}

.mb-30 {
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 80px;
  }
  .pb-120 {
    padding-bottom: 80px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .pt-120 {
    padding-top: 70px;
  }
  .pb-120 {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
  .pb-120 {
    padding-bottom: 60px;
  }
  .pt-80 {
    padding-top: 60px;
  }
  .pb-80 {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1199px) {
  h1 {
    font-size: 56px;
    line-height: 70.8px;
  }
  h3 {
    font-size: 38px;
    line-height: 49px;
  }
  h5 {
    font-size: 22px;
    line-height: 29.2px;
  }
  .arrow-none-3 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  h2 {
    font-size: 47px;
    line-height: 64.1px;
  }
  h3 {
    font-size: 34px;
    line-height: 42px;
  }
  h4 {
    font-size: 29px;
    line-height: 50.2px;
  }
  .arrow-none-3 {
    display: block;
  }
  .arrow-none-2 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 50px;
    line-height: 60.8px;
  }
  h5 {
    font-size: 19px;
    line-height: 29.2px;
  }
  .newsletter-wrapper {
    padding: 50px 20px;
  }
  .newsletter-wrapper .content h4 {
    margin-bottom: 20px;
  }
  .newsletter-wrapper .content form .form-input {
    width: 100%;
  }
  .newsletter-wrapper .content form button {
    width: 40%;
    margin-left: 15px;
  }
  h4 {
    font-size: 26px;
    line-height: 42.2px;
  }
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 44px;
    line-height: 60.8px;
  }
  h2 {
    font-size: 37px;
    line-height: 54.1px;
  }
  h3 {
    font-size: 30px;
    line-height: 38px;
  }
  h4 {
    font-size: 22px;
    line-height: 38.2px;
  }
  h6 {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  h1 {
    font-size: 38px;
    line-height: 42.8px;
  }
  h2 {
    font-size: 30px;
    line-height: 44.1px;
  }
  h5 {
    font-size: 20px;
    line-height: 24.2px;
  }
}
@media screen and (max-width: 420px) {
  h1 {
    font-size: 30px;
    line-height: 40.8px;
  }
  h2 {
    font-size: 27px;
    line-height: 36.1px;
  }
  h3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 600;
  }
  h4 {
    font-size: 19px;
    line-height: 30.2px;
  }
  h5 {
    font-size: 18px;
    line-height: 27.2px;
  }
  p {
    font-size: 16px;
  }
}
.checkbox {
  opacity: 0;
  position: relative;
}

.label {
  width: 25px;
  height: 20px;
  display: flex;
  border-radius: 50px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  position: relative;
  transform: scale(1.5);
}

/*  target the elemenent after the label*/
.checkbox:checked + .label .fa-sun {
  display: block;
}

.checkbox:checked + .label .fa-moon {
  display: none;
}

.fa-moon {
  color: #fff;
  font-size: 15px;
}

.fa-sun {
  color: var(--primary-color);
  font-size: 15px;
  display: none;
}

.navbar-toggler {
  border: none;
}
.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: var(--text-color);
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.nav-link:hover {
  color: var(--primary-color);
}

.active {
  color: var(--primary-color) !important;
}

.nav-bg {
  background-color: var(--white-color);
}

.bar {
  color: #fff;
}

.transparent {
  background-color: var(--white-color);
}
@media (min-width: 768px) {
  .transparent {
    background-color: transparent;
  }
}/*# sourceMappingURL=style.css.map */