@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
:root {
  --primary: #ff5f00;
  --secondary: #59585d;
  --bgprimary: #f1f1f1;
}
h1,
h2,
h3,
h4,
h5,
h6 a {
  font-family: "Poppins", sans-serif;
}
p {
  font-family: "Raleway", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
  color: #838383;
}
h2 {
  font-size: 45px;
  font-weight: 700;
  /* line-height: 55px; */
  color: #ffffff;
}

h5 {
  font-size: 17px;
  font-weight: 600;
}
.brand-timings {
  & .iconify {
    font-size: 35px;
    color: var(--primary);
  }
  & span {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    color: rgb(52, 52, 52);
    font-family: "Poppins", sans-serif;
  }
  & p {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #b7b7b7;
    font-family: "Poppins", sans-serif;
  }
  & .social-icon {
    border: 1px dashed;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: var(--secondary);
  }
  & .social-icon:hover {
    border: 1px dashed;
    border-color: rgb(52, 52, 52);
  }
  & .social-icon .iconify {
    font-size: 22px;
    color: var(--secondary);
    transition: 0.4s;
  }
  & .social-icon .iconify:hover {
    font-size: 22px;
    color: rgb(52, 52, 52);
  }
}

.navbar-main {
  position: fixed;
  top: 0%;
  left: 0;
  width: 100%;
  right: 0;
  z-index: 999;
  background: #2525254f;
  backdrop-filter: blur(8px);
  /* padding: 18px 0; */
}
.navbar .nav-item .nav-link {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.Annoucement-bar {
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
    rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  background-color: #ffffff;
}
/* ============ Full Page Slider ================= */
.creative-showcase--slider .swiper-slide {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  padding: 80px 0;
}
.creative-showcase--slider .swiper-slide .slide-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.creative-showcase--slider .swiper-slide .overlay-dark:before {
  opacity: 0.3;
  background: #1d1d1d;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.creative-showcase--slider .swiper-slide .video-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.creative-showcase--slider .swiper-slide .video-container video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.swiper-slide .slide-bg .slide-container {
  max-width: 1320px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 7;
  padding-left: 15px;
  padding-right: 15px;
}
.slide-bg .slide-container .slide-row {
  display: flex;
  flex-wrap: wrap;
}
.slide-container .slide-row .slider-content {
  flex: 0 0 auto;
  width: 91.66666667%;
  margin-left: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.slider-content .slide-subtitle {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
}
.slider-content .slide-heading {
  font-size: 90px;
  color: #fff;
  margin: 0px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.2rem;
  text-transform: uppercase;
}
.slider-content .slide-heading a {
  text-decoration: none;
  color: #fff;
  outline: none;
}
.slider-content .slide-heading a span {
  display: inline-block;
}
.overlay-light .slider-content .slide-heading a {
  color: #000;
}
.overlay-light .slider-content .slide-subtitle {
  color: #000;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev,
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: auto;
  color: #fff;
  z-index: 9;
  cursor: pointer;
  width: auto;
  bottom: 30px;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: normal;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next {
  right: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
  left: 120px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next:after,
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev:after {
  display: none;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-prev i {
  margin-right: 25px;
}
.creative-showcase--slider .creative-button--wrapper .swiper-button-next i {
  margin-left: 25px;
}
.creative-showcase--slider .banner-horizental .swiper-pagination {
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: auto;
}
.creative-showcase--slider .banner-horizental .swiper-pagination-bullet {
  background: transparent;
  margin: 0 10px !important;
}
.creative-showcase--slider .banner-horizental .path {
  display: none;
}
.creative-showcase--slider
  .banner-horizental
  .swiper-pagination-bullet-active
  .path {
  display: inline-block !important;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  -webkit-animation: dash linear 10s;
  animation: dash linear 10s;
  -webkit-animation-iteration-count: unset;
  animation-iteration-count: unset;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }

  100% {
    stroke-dashoffset: 0;
  }
}
/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .slide-container .slide-row .slider-content {
    flex: 0 0 auto;
    width: 100%;
    margin-left: 0px;
  }
  .slider-content .slide-heading {
    font-size: 72px;
  }
  .creative-showcase--slider .banner-horizental .swiper-pagination {
    display: none;
  }
  .creative-showcase--slider .creative-button--wrapper .swiper-button-prev {
    left: 15px;
  }
  .creative-showcase--slider .creative-button--wrapper .swiper-button-next {
    right: 15px;
  }
}
::-webkit-scrollbar {
  display: none;
}
/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
  .slide-container .slide-row .slider-content {
    padding-left: 0px;
    padding-right: 0px;
  }
  .slider-content .slide-heading {
    font-size: 40px;
  }
  .slider-content .slide-subtitle {
    margin-bottom: 15px;
  }
}

.custom-btn {
  & {
    position: relative;
  }
  & a {
    position: absolute;
    padding: 14px 50px;
    background-color: #ffffffd9;
    backdrop-filter: blur(35px);
    border-radius: 35px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    font-family: "Raleway", sans-serif;
    color: #000000;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
      rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  }
}
.buttons {
  & {
    position: relative;
  }
  & a {
    color: var(--primary);
    font-size: 16px;
    font-weight: 500;
  }
}
.accordion-button {
  background-color: #f0f0f0;
  color: #000000;
  font-size: 17px;
  font-weight: 500;
  border-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--secondary);
  box-shadow: none;
  border-radius: 0;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
  filter: invert(32);
}
.background-banner {
  background-image: url(../images/home/h1-parallax-img-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.background-banner {
  & h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
  }
}
.logos {
  & .col-box {
    background-color: var(--bgprimary);
    transition: 0.2s;
    border: 2px dashed transparent;
    padding: 0px 8px;
    width: 100%;
    text-align: center;
  }
  & .col-box {
    width: 300px;
  }
  & .col-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  & .col-box:hover {
    background-color: transparent;
    border: 2px dashed;
    border-color: #7a7a7a;
  }
}
figure {
  box-shadow: 0 1px 1px rgba(31, 35, 37, 0.1);
}
.blogs-slider {
  & a {
    color: #000000;
  }
  & .blogs-social {
    border-top: 2px dashed;
    border-color: #ababab;
    padding: 20px 20px;
  }
  & .blogs-social .iconify {
    font-size: 22px;
  }
  & .blogs-social span {
    font-size: 15px;
    font-weight: 600;
  }
}
.bg-blogs {
  height: 514px;
  width: 100%;
}
.bg-blogs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.4);
}
.others-content {
  margin-bottom: 120px;
}
.others-content h5 {
  font-size: 20px;
  color: #ffffff;
}
.others-content .iconify {
  font-size: 70px;
  color: #ffffff;
  padding: 10px 0;
}
.blogs-slider {
  & .heading-5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
  }
  & .blopg-content {
    padding: 0 250px;
  }
  & .owl-nav {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    padding: 10px;
  }
}
.blogs-slider {
  & .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background-color: var(--primary);
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    display: flex;
  }
}

.reviews-slider {
  & {
    background-color: var(--secondary);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  & .reviws-center img {
    width: 110px;
  }
  & .heading-4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
  }
  & .owl-nav {
    position: absolute;
    top: 57%;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between !important;
    align-items: center;
  }
  & .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel button.owl-dot {
    background-color: var(--primary);
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    border-radius: 20px;
    display: flex;
  }
}

.building-things {
  & .custom-btn.new a {
    background-color: var(--primary);
    color: #ffffff;
    transition: 0.5s;
    border-radius: 0;
  }
  & .custom-btn.new a:hover {
    background-color: transparent;
    color: #000000;
  }
}
.pricing-section {
  & {
    background-color: var(--bgprimary);
  }
  & span {
    font-size: 30px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
  }
  & h1 {
    font-size: 60px;
    font-weight: 500;
  }
  & .purshase-btn a {
    background-color: var(--primary);
    border-radius: 0;
    padding: 10px 50px;
    color: #ffffff;
    transition: 0.4s;
    font-size: 16px;
    font-weight: 500;
  }
  & .purshase-btn a:hover {
    border: 1px solid;
    background-color: var(--primary);
    border-radius: 0;
    padding: 10px 50px;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
  }
  .pricing-box {
    background-color: #ffffff;
    border-bottom: 2px solid transparent;
    border-top: 2px solid transparent;
    transition: 0.5s;
  }
  .pricing-box:hover {
    background-color: #ffffff;
    border-bottom: 2px solid var(--primary);
    border-top: 2px solid var(--primary);
  }
  .pricing-box img {
    width: 100%;
    height: 100%;
  }
  & h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    padding: 8px 0;
  }
  & h6 {
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
  }
  & h4 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: var(--secondary);
    padding: 8px 0;
  }
}
.heading-5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

.footer-section {
  & {
    background-image: url(../images/home/footer-background-img.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  & h4 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
  }
  & .instagram img {
    width: 90px;
    height: 90px;
    object-fit: cover;
  }
}
.copyright {
  background-color: var(--secondary);
  padding: 5px;
}
.about-banner {
  & {
    background-image: url(https://cornerstone.qodeinteractive.com/wp-content/uploads/2016/11/about-us-title-img.jpg);
    width: 100%;
    height: 700px;
    background-position: center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  & h1 {
    font-size: 70px;
    font-weight: 700;
    line-height: 70px;
    text-align: center;
    color: #ffffff;
  }
  & h5 {
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    color: #ffffff;
    padding: 10px 200px;
    text-align: center;
  }
}
.our-container {
  & {
    background-color: var(--bgprimary);
  }
  & h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
  }
  & h5 {
    font-size: 15px;
    font-weight: 600;
    color: rgb(171, 171, 171);
    line-height: 21px;
    padding: 10px 0;
  }
  & p {
    font-size: 14px;
    color: rgb(131, 131, 131);
    font-weight: 500;
    line-height: 26px;
  }
  & .number-tag {
    position: absolute;
    top: 0;
    right: 0;
    width: 180px;
    height: 40px;
    background-color: var(--primary);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -135px;
    overflow: hidden;
    transition: 0.5s;
  }
  & .inner-container:hover .number-tag {
    margin-right: 0px;
  }
}
.our-main-conatiner h5 {
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
  color: #000000;
  padding: 10px 200px;
  text-align: center;
}

.service-section {
  & h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 23px;
    color: rgb(42, 42, 42);
  }
}
.contact-section {
  & h5 {
    font-size: 16px;
    line-height: 30px;
  }
  & .btn {
    background-color: var(--primary);
    padding: 10px 50px;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
  }
}
.blogs-section {
  & a {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    color: #000000;
  }
  & .blog-box img {
    transition: 0.5s;
  }
  & .blog-box:hover img {
    transform: scale(1.1);
  }
}

.blogs-details {
  & h3 {
    font-size: 25px;
    font-weight: 600;
    padding: 5px 0;
  }
  & .blog-details-color {
    background-color: #f7c51e;
  }
  & p {
    margin: 0;
    line-height: 30px;
  }
}
.all-services {
  background-color: var(--bgprimary);
}
.service-details-section {
  & ul li {
    background-color: #dfdfdf;
    padding: 12px 8px;
    margin: 0;
    transition: 0.5s;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px,
      rgba(27, 31, 35, 0.12) 0px 0px 0px 1px;
    cursor: pointer;
  }
  & ul li:hover {
    background-color: #eff2f9;
    padding: 12px 8px;
    margin: 0;
  }
  & ul li h5 {
    margin: 0;
  }
  & h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 5px 0;
  }
  & ul li a {
    text-decoration: none;
    color: #000000;
    cursor: pointer;
  }
  & .how-we-can-help {
    background-color: #191919;
  }
  & .contact-details {
    border-top: 1px solid #515151;
    /* border-bottom: 1px solid #515151; */
    padding: 12px 0;
  }
  & .contact-details .iconify {
    font-size: 40px;
  }
  & h6 {
    color: var(--primary);
  }
}

.nav-item .nav-link .iconify {
  font-size: 25px;
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 457px;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-image: url(../images/home/RightSideTab.jpg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
  width: 100% !important;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
}
.cart-icon {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primary);
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  color: #ffffff;
}
.subscibe-footer .submit-btn {
  background-color: var(--primary);
  border-radius: 0;
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 18px;
  color: #ffffff;
  font-weight: 500;
  font-size: 16px;
}
.padding-form {
  padding: 14px 10px;
  border: 1px solid var(--secondary);
}
.copyright .brand-timings {
  & .social-icon {
    border: 1px dashed;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #ffffff;
  }
}
.side-bars {
  & ul li {
    border-top: 1px dashed #59585d;
    padding: 20px 0;
  }
  & a {
    text-decoration: none;
    color: #000000;
  }
  & p {
    margin: 0px;
    color: #000000;
  }
  & .iconify {
    font-size: 40px;
    color: #ffffff;
  }
}
.navbar-main .brand-logo img {
  width: 250px;
}
.building-image {
  height: 500px;
}
.building-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
