@import url("https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap");

/* Theme styles start */
body {
  font-family: "Readex Pro", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "HEXP" 0;
}

@media screen and (min-width: 1900px) {
  .custom-container {
    max-width: 1800px !important;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .custom-container{
        padding-left: 40px !important;
        padding-right: 40px !important;
        max-width: 100%;
  }
}

.bg-bage {
  background-color: #fef9e4;
}

.text-grey {
  color: #2a2d42;
}

.text-bage-blue{
  color: #51567D;
}

.bg-grey {
  background-color: #2a2d42;
}

.text-red {
  color: #a81e23;
}

.bg-orange {
  background-color: #ff910a;
}

.bg-bage-blue{
  background-color: #DADBE7 !important;
}

.fs-7 {
  font-size: 18px;
}

@media screen and (max-width:768px) {
  .fs-7 {
  font-size: 16px;
}
}

.fs-8 {
  font-size: 12px;
}

@media screen and (max-width: 576px) {
  .fs-6 {
    font-size: 12px !important;
  }
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .fs-1{
    font-size: 32px !important;
  }

  .fs-4{
    font-size: 18px !important;
  }
}
/* Theme styles end */

/* Header styles start */
.navbar-nav li {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

@media screen and (min-width:992px) and (max-width:1200px){
  .navbar-nav li{
    padding-right: 15px !important;
  }
}

.navbar-nav li:first-child {
  padding-left: 0px !important;
}

.navbar-nav li a {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .navbar-nav li a{
    font-size: 14px;
  }
}

.black-overlay {
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
}

.custom-logo {
  max-width: 120px;
}

#site-preloader {
    position: fixed;
    inset: 0;
    background: #ffffff; /* change to #000 if you want dark bg */
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s ease, visibility 0.6s ease;
}

#site-preloader.hidden {
    opacity: 0;
    visibility: hidden;
}

.preloader-inner {
    text-align: center;
}

.preloader-logo {
    width: 200px;
    animation: pulseLogo 1.8s infinite ease-in-out;
}

.preloader-text {
    margin-top: 14px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #777;
    animation: fadeText 2s infinite ease-in-out;
}

/* Logo pulse */
@keyframes pulseLogo {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}

/* Text subtle fade */
@keyframes fadeText {
    0% { opacity: 0.1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

/* Header styles end */

/* Home page styles start */
.home-banner {
  min-height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner_title {
  font-size: 90px;
}

@media screen and (max-width: 768px) {
  .banner_title {
    font-size: 36px;
  }
  .fs-5 {
    font-size: 14px !important;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .banner_title{
    font-size: 64px;
  }
}


@media screen and (min-width:1200px) and (max-width:1440px) {
  .banner_title{
   font-size: 72px; 
  }
}
.primary-btn {
  color: #fff;
  padding: 13px 123px;
  background-color: #a81e23;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 18px;
}

.primary-btn-2 {
  color: #fff;
  padding: 13px 123px;
  background-color: #a81e23;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .primary-btn,
  .primary-btn-2 {
    padding: 12px 72px;
    font-size: 16px;
  }
}

.primary-btn:hover {
  color: #a81e23;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.primary-btn-2:hover {
  color: #fff;
  background-color: rgb(255, 145, 10);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.sub_heading {
  font-size: 70px;
}

@media screen and (max-width: 768px) {
  .sub_heading {
    font-size: 32px;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .sub_heading{
    font-size: 58px;
  }
}

.cta-description {
  font-size: 48px;
}

@media screen and (max-width: 768px) {
  .cta-description {
    font-size: 24px;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .cta-description{
    font-size: 40px;
  }
}

.cta-banner {
  min-height: 90vh;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .cta-banner {
    min-height: 60vh;
  }
}

.bg-red {
  background-color: #ec2027;
}

.bg-odd {
  background-color: #ffb35c;
}

.bg-even {
  background-color: #ff5a47;
  color: #fff;
}

.card_title {
  font-size: 24px;
}

.benefits_cards img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

.owl-carousel-services .card {
  min-height: 650px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .owl-carousel-services .card{
    min-height: 450px;
  }
}

.owl-carousel-services-mobile .card {
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slider-btn {
  border-radius: 20px;
  background-color: #fef9e4;
  box-sizing: border-box;
  vertical-align: top;
  box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.slider-btn .first {
  padding: 46px 160px 46px 240px;
  transition: all 0.5s ease;
  white-space: nowrap;
}

.slider-btn .second {
  transition: all 0.5s ease;
  white-space: nowrap;
}

.slider-btn span.first .icon {
  transition: transform 0.5s ease;
}

.slider-btn .second {
  inset: 0;
  background-color: #fef9e4;
  transform: translateX(-76.5%);
  gap: 70px;
  border-radius: 20px;
}

.slider-btn:hover span.second {
  transform: translateX(0);
}

@media screen and (max-width: 576px) {
  .slider-btn .first {
    padding: 26px 130px 26px 110px;
    transition: all 0.5s ease;
    white-space: nowrap;
  }

  .slider-btn .second {
    inset: 0;
    background-color: #fef9e4;
    transform: translateX(-76.5%);
    gap: 70px;
    border-radius: 20px;
  }

  .second .second-svg svg {
    width: 88px !important;
    height: 88px !important;
  }
}

/* Testing start */
.second-svg {
  position: relative;
  width: 134px;
  height: 134px;
}

@media screen and (max-width: 576px) {
  .second-svg {
    width: 88px;
    height: 88px;
    left: -1px;
  }
}

.second-svg svg {
  position: absolute;
  inset: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* Default state */
.svg-default {
  opacity: 1;
  transform: scale(1);
}

.svg-hover {
  opacity: 0;
  transform: scale(0.9);
}

/* On hover */
.slider-btn:hover .svg-default {
  opacity: 0;
  transform: scale(0.9);
}

.slider-btn:hover .svg-hover {
  opacity: 1;
  transform: scale(1);
}

/* Testing end */

.featured-project-carousel-card {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 440px;
}

.sub-card-btn {
  background-color: #ff910a;
  color: #fff;
  transition: all 0.3s ease;
}

.sub-card-btn:hover{
  background-color: #ff4733;
  color: #fff;
}

@media screen and (max-width:768px) {
  .sub-card-btn{
    font-size: 14px;
  }
}

.subscription-buttons-wrapper {
  background-color: #f3f3f7;
  width: fit-content;
}

@media screen and (min-width: 576px) and (max-width: 768px) {
  .subscription-buttons-wrapper {
    background-color: transparent;
  }
}

@media screen and (max-width: 576px) {
  .subscription-buttons-wrapper {
    background-color: transparent;
    border: none;
  }
}

.subscription-buttons-wrapper button {
  padding: 30px 85px;
}

@media screen and (max-width: 576px) {
  .subscription-buttons-wrapper button {
    padding: 15px 15px;
    border-radius: 10px;
  }
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .subscription-buttons-wrapper button{
    padding: 25px 60px;
  }
}

.subscription-card-item {
  transition: all 0.3s ease;
  background-color: #fef9e4;
}

.subscription-card-item.active-card {
  background-color: #fada9e;
}

.subscription-card-item.active-card .include-card {
  background-color: #fef9e4;
}

.subscription-card-item .include-card {
  background-color: transparent;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .include-card span{
font-size: 14px !important;
}
}

@media screen and (min-width:1200px) and (max-width:1440px) {
  .include-card span{
    font-size: 14px;
  }
}

.btn-toggle.active-btn {
  background: #ff910a;
  color: #fff;
}

.subscription-buttons-wrapper .nav-link.active {
  color: #fff !important;
}

@media screen and (max-width: 768px) {
  .subscription-buttons-wrapper .nav-link.active {
    border-radius: 10px !important;
  }
}
.subscription-buttons-wrapper .nav-link {
  color: #000;
}

.cards-section {
  position: relative;
  width: 100vw;
  /* padding-top: 10vh; */
}

.cards-wrapper {
  position: relative;
  width: 100%;
  height: 70vh;
  overflow: hidden;
}

.card-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  transform: translateX(0);
}

.card-icon img {
  width: 190px;
  height: 190px;
  object-fit: contain;
}

@media screen and (min-width:768px) and (max-width:1200px) {
  .card-icon img{
    width: 135px;
    height: 135px;
  }
}

@media screen and (max-width: 576px) {
  .card-icon img {
    width: 100px;
    height: 100px;
    object-fit: contain;
  }
}

.five-item-img img {
  min-height: 54px;
}

.logo-item {
  opacity: 0;
  transform: scale(0.8);
  transition: all 3s ease;
}

.logo-item.animate-logo {
  opacity: 1;
  transform: scale(1);
}

@media screen and (min-width: 1400px) {
  .logo-item {
    min-height: 190px;
    width: auto;
  }
}

.animate-logo {
  animation: appearTimes 3s ease-in forwards;
  animation-fill-mode: forwards;
}

.mobile-sub-cards-button-wrapper li .nav-link .active {
  background-color: #ff910a !important;
  color: #fff !important;
}

.mobile-sub-cards-button-wrapper li button {
  background-color: #f3f3f7 !important;
  border-radius: 20px !important;
  color: #000 !important;
}

.mobile-sub-cards-button-wrapper .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #ff910a !important;
  border-color: transparent !important;
}

.cta-description span {
  font-size: 36px;
}

.subscription-card-item.highlight-card .include-card {
  background-color: #fff;
}

.subscription-cards-wrapper > div:nth-child(2) .subscription-card-item {
  background-color: #FEF9E4; 
}

.subscription-cards-wrapper > div:nth-child(3) .subscription-card-item {
  background-color: #FEE885; 
}

.subscription-cards-wrapper > div:nth-child(4) .subscription-card-item {
  background-color: #FEDA34; 
}

.subscription-card-item .border-bottom:last-of-type{
  border-bottom: none !important;
}

.subscription-card-item .border-bottom:last-of-type {
  border-bottom: none !important;
}

.no-border {
  border-bottom: none !important;
}

.subscription-card-item .border-bottomz {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4) ;
}


/* Home page styles end */

/* Footer styles start */
.schedule_call_btn {
  border-radius: 25px;
  padding: 12px 46px;
  color: #fff;
  background-color: #ff4733;
  transition: all 0.3s ease;
}

.schedule_call_btn:hover {
  background-color: #fff;
  color: #ff4733;
}

.schedule_call_btn_hdr {
  border-radius: 25px;
  padding: 12px 46px;
  color: #fff;
  background-color: #ff4733;
  transition: all 0.3s ease;
}

@media screen and (min-width:992px) and (max-width:1200px) {
  .schedule_call_btn_hdr{
    font-size: 12px !important;
    padding: 8px 18px;
  }
}

.schedule_call_btn_hdr:hover {
  color: #fff;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px,
    rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}

.footer-items li {
  margin-bottom: 20px;
}

.footer-items li a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.footer-items li a:hover {
  color: #ff0000;
}

@media screen and (max-width: 576px) {
  .footer-logo {
    width: 220px;
  }
}

/* Footer styles end */

/* contact us page start */
.sub-pages-banner {
  min-height: 90vh;
}

.wpcf7 {
  max-width: none !important;
}

.form-control,
.wpcf7 .wpcf7-validation-errors,
.wpcf7 input[type="color"],
.wpcf7 input[type="date"],
.wpcf7 input[type="datetime-local"],
.wpcf7 input[type="datetime"],
.wpcf7 input[type="email"],
.wpcf7 input[type="file"],
.wpcf7 input[type="month"],
.wpcf7 input[type="number"],
.wpcf7 input[type="range"],
.wpcf7 input[type="search"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
.wpcf7 input[type="time"],
.wpcf7 input[type="url"],
.wpcf7 input[type="week"],
.wpcf7 select,
.wpcf7 textarea {
  background-color: transparent !important;
  border-top: none !important;
  border-radius: 0px !important;
  border-left: none !important;
  border-right: none !important;
  border-color: #8e9090 !important;
}

.sub-pages-banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* contact us page end */

/* Single projects start */

.single__work__banner__image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 90vh;
}

.linear__before__banner {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 71.73%,
      rgba(255, 255, 255, 0.5) 81.74%,
      #ffffff 99.55%
    );
}

.single__work__banner {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.single__work__banner {
  min-height: 150vh;
}

.single__work__banner__image::before {
  content: "";
  background-image: linear-gradient(
    to top,
    rgb(255 255 255),
    rgba(239, 239, 239, 0)
  );
  position: absolute;
  height: 200px;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .intro__content__wrapper img {
    top: 52%;
    left: 42% !important;
  }
}

.intro__content__wrapper img {
  top: 52%;
  left: 45%;
}

@media screen and (min-width: 1440px) {
  .responsive__design_img__2 {
    height: 590px;
  }

  .packaging__img__wrapper {
    min-height: 700px;
  }
  .packaging__img__wrapper .img-1 {
    /* width: 500px; */
    left: 0;
  }
  .packaging__img__wrapper .img-2 {
    /* width: 500px; */
    left: 20%;
  }
}

.next-project-overlay {
  background: #f50816;
  opacity: 0.3;
}

.txt-grey__2 {
  color: rgba(142, 144, 144, 1);
}

.next-project-section-img {
  min-height: 70vh;
}
/* Single projects end */
