/*
 Theme Name:   Hello Elementor Child
 Theme URI:    http://example.com/hello-elementor-child
 Description:  Hello Elementor Child Theme
 Author:       Sonu Patidar
 Author URI:   http://sonupatidar.com
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Importing the parent theme style.css */
@import url("../hello-elementor/style.css");
@import url("https://use.typekit.net/yws3gkp.css");

:root {
  --color1: #C22F49;
  --color2: #63543D;
  --color3: #101010;
  --color4: #ffffff;
  --color5: #1788BE;
  --transitions: 0.5s ease all;
}

/* Custom CSS can go here */

@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1240px !important;
  }
}

body {
  font-family: Lato !important;
}

.theme-text {
  color: var(--color1) !important;
}

label {
  width: 100%;
}

header .hfe-nav-menu {
  overflow: hidden;
}

header .hfe-menu-item {

  position: relative;
}

header .hfe-menu-item::after {
  content: '';
  position: absolute;
  bottom: -100%;
  left: 50%;
  translate: -50%;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: var(--color5);
  opacity: 1 !important;
  transition: 0.3s ease all;
}

header .current-menu-item .hfe-menu-item::after,
header .hfe-menu-item:hover::after {
  bottom: -15px;
}



.page-id-31,
.page-id-33 {
  overflow-x: hidden;
}

.promo-marquee-wrapper {
  padding: 20px 0 10px;
  transform: rotate(-5.37deg);
  background: #1788BE;
  overflow: hidden;
  left: -5%;
  width: 110%;
  bottom: 100px;
  max-width: 110% !important;
}

.promo-marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.promo-marquee-track {
  display: flex;
  width: max-content;
  animation: promo-scroll 18s linear infinite;
}

.promo-marquee-track span {
  text-align: left;
  font: normal normal 900 40px/49px Cooper Std;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin: 0 10px;
  letter-spacing: 3px;
  transition: 0.3s ease;
}


/* Pause on hover */
.promo-marquee:hover .promo-marquee-track {
  animation-play-state: paused;
}

/* Animation */
@keyframes promo-scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

/* Responsive */
@media (max-width: 768px) {
  .promo-marquee-track span {
    font-size: 24px;
    margin: 0 25px;
  }
}

/* pagination style one css start  */
.pagination-style-one {
  display: inline-flex;
  justify-content: center;
}

.pagination-style-one .page-numbers.current {
  color: var(--color1) !important;
  background: transparent !important;
}

.pagination-style-one .page-numbers {
  font: normal normal 700 18px / 22px Lato !important;
  letter-spacing: 0px;
  color: var(--color3) !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: none;
  border-radius: 0px;
  text-decoration: none !important;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}

/* pagination style one css start  */




/* testimonials box one  css start */

.testimonial-card {

  position: relative;

}

.testimonial-card .card-inner {
  background: #f3f3f3;
  padding: 25px 25px 100px;
  border-radius: 15px;

}



.testimonial-card:hover {
  /* transform: translateY(-5px); */
}

.testimonial-header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.testimonial-header img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  margin-right: 12px;
  object-fit: cover;
}

.testimonial-header h4 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.testimonial-header span {
  font-size: 14px;
  color: #B9A99B;
  font-weight: 600;

}

.testimonial-card .stars {
  color: #f4b400;
  font-size: 18px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}


.quote-icon {
  position: absolute;
  bottom: 15px;
  right: 20px;
}

.featured-testimonials .testimonial-card {}

.featured-testimonials .col-md-3:nth-child(1) .testimonial-card {
  opacity: 0.8;
  transition: var(--transitions);
}

.featured-testimonials .col-md-3:nth-child(2) .testimonial-card {
  opacity: 0.5;
  translate: 0 50px;
  transition: 0.8s ease all;
}

.featured-testimonials .col-md-3:nth-child(3) .testimonial-card {
  opacity: 0.2;
  translate: 0 100px;
  transition: 1s ease all;
}

.featured-testimonials .col-md-3:nth-child(4) .testimonial-card {
  opacity: 0;
  translate: 0 150px;
  transition: 1.2s ease all;
}

.testimonial-wrapper:hover .featured-testimonials .testimonial-card {
  translate: 0 0;
  opacity: 1;
}

.all-testimonials .testimonial-card .card-inner {
  border: 1px solid #E4E5E4;
  background: var(--color4);
}

/* testimonials box one  css end */

/* testimonials popup css start */
.model-testimonial .img-wrap img {
  width: 130px !important;
  margin: 0px auto;
  border-radius: 50%;
}

.model-testimonial button.btn-close {
  position: absolute;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  right: -50px;
  top: 5px;
  z-index: 9;
  opacity: 1;
  filter: invert(1);
  padding: 0;
  width: 20px;
  box-shadow: none !important;
  outline: none;
}

@media only screen and (max-width: 991px) {
  .model-testimonial button.btn-close {
    right: 15px;
    top: 15px;
    filter: none;
  }
}

.model-testimonial button.btn-close:hover,
.model-testimonial button.btn-close:focus,
.model-testimonial button.btn-close:focus-visible {
  filter: brightness(0) saturate(100%) invert(24%) sepia(63%) saturate(7327%) hue-rotate(348deg) brightness(102%) contrast(103%);
}

.model-testimonial .modal-content {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 40px;
}

.model-testimonial .testimonials-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 15px;
}

.model-testimonial .testimonials-wrap .img-wrap {
  width: 80px;
  margin-right: 10px;
}

.model-testimonial .testimonials-wrap .img-wrap img {
  border-radius: 50%;
}

.model-testimonial .testimonials-wrap .title {
  font: normal normal 600 16px / 24px Lato;
  letter-spacing: 0px;
  color: #000;
  margin: 0;
}

.model-testimonial .rating {
  color: #ffc107;
  font-size: 16px;
}

.modal-backdrop {
  background-color: #000 !important;
  opacity: 0.8 !important;
}

/* testimonials popup css end */
.hfe-breadcrumbs-separator-icon svg {
  width: 8px !important;
  height: 8px !important;
}

/* slick dots start  */

.arrowbtn {
  position: absolute;
  top: 35%;
  transform: translateY(-35%);
  background: transparent !important;
  z-index: 99;
  color: #fff;
  cursor: pointer;
  display: inline-grid;
  place-items: center;
}

.arrowbtn:hover {
  background: var(--color2);
  color: #fff;
}

.left-btn {
  left: 0px;
}

.right-btn {
  right: 0px;
}

ul.slick-dots {
  display: flex;
  justify-content: start;
  margin-top: 15px;
  list-style: none;
  padding: 0;
  width: 75%;
}

ul.slick-dots li {
  margin: 0;
  width: 30%;
}

ul.slick-dots li button {
  padding: 0px;
  font-size: 0;
  border-radius: 0% !important;
  width: 100%;
  height: 4px !important;
  background-color: var(--color1);
  opacity: 0.3;
  border: 0;
}

ul.slick-dots li.slick-active button,
ul.slick-dots li button:hover {
  background-color: var(--color1) !important;
  border-color: var(--color1) !important;
  opacity: 1;
}

/* slick dots end  */


/* filter css start */
ul#project-filter-list {
  display: flex;
  justify-content: center;
  margin-bottom: 40px !important;
  padding-left: 0;
  list-style: none;
  flex-wrap: wrap;
}

ul#project-filter-list li {
  margin: 0 10px;
}

ul#project-filter-list li .cats {
  font: normal normal bold 18px / 30px Lato;
  letter-spacing: 0px;
  color: #292c2d;
  padding: 5px 15px;
  text-decoration: none;
}

ul#project-filter-list li .cats.active {
  color: var(--color1);
}

/* filter css end */

/* portfolio css start  */

.featured-collaboration-slider .carousel-item .col-md-7 {
  position: relative;
}

.label-badge {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #1788BE 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-align: center;
  font: normal normal 900 12px/16px Cooper Std;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  display: inline-block;
  padding: 10px 15px 5px;
}


.featured-collaboration-slider .carousel-item .col-md-7 img {
  border-radius: 30px;
}

.featured-collaboration-slider .carousel-item .col-md-5 .collab-text .title {
  font: normal normal bold 28px / 35px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  padding-bottom: 10px;
  margin-top: 0;
}

.featured-collaboration-slider .carousel-item .col-md-5 .collab-text p {
  font: normal normal normal 14px/21px Lato;
  letter-spacing: 0px;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 20px;
}

.featured-collaboration-slider .carousel-item .col-md-5 .collab-text .btn-normal {
  font: normal normal bold 16px / 20px Cooper Std;
  letter-spacing: 0px;
  color: var(--color4);
  text-decoration: none;
  transition: all 0.4s ease;
  border: 1px solid var(--color4);
  background: transparent;
}

.featured-collaboration-slider .carousel-item .col-md-5 .collab-text .btn-normal:hover {
  border-color: var(--color5);
  background: var(--color5);
}

.slider-nav {
  position: absolute;
  right: 0;
  bottom: 30px;
}


/* portfolio css end  */


button.close-top-right,
button.close-top-right:hover,
button.close-top-right:focus,
button.close-top-right:focus-visible {
  position: absolute;
  top: 30px;
  right: 30px;
  background-color: transparent;
  border: 0;
  filter: invert(1);
  opacity: 1;
  border-radius: 0;
  box-shadow: none !important;
  outline: none;
  z-index: 9999;
}

.home-about .opacity-0 {
  transition: var(--transitions);
}

.home-about:hover .opacity-0 {
  opacity: 1 !important;
}

.gradient-text {
  background: linear-gradient(90deg, var(--color1), var(--color3));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.featerd-slider .owl-stage-outer {
  padding-top: 0;
}

.featerd-slider .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.featerd-slider .owl-dots .owl-dot span {
  background: transparent !important;
  border: 1px solid var(--color1) !important;
  margin: 4px !important;
}

.featerd-slider .owl-dots .owl-dot.active span {
  background: var(--color1) !important;
}

.brands-circle .elementor-widget-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
  text-align: center;
  width: 100%;
}

.brands-circle:hover .elementor-widget-heading {
  opacity: 0;
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
}

.brands-circle .elementor-widget-image {
  opacity: 0;
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
}

.brands-circle:hover .elementor-widget-image,
.brands-circle-active .elementor-widget-image {
  opacity: 1;
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
}

.brands-circle {
  margin-left: -50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 1s cubic-bezier(.77, 0, .18, 1);
  opacity: 0;
}


.brands-circle:first-child {
  margin-left: 0;
  z-index: 1;
}

.brands-circle:nth-child(2) {
  z-index: 2;
}

.brands-circle:nth-child(3) {
  z-index: 3;

}

.brands-circle:nth-child(4) {
  z-index: 4;
}

.brands-circle:nth-child(5) {
  z-index: 5;
}

.brands-circle:nth-child(6) {
  z-index: 6;
  transform: translate(-50%, -50%);
  opacity: 1;
}

/* On hover spread */
.brand-wrapper:hover .brands-circle:nth-child(1) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 0;
}

.brand-wrapper:hover .brands-circle:nth-child(2) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 250px;
}

.brand-wrapper:hover .brands-circle:nth-child(3) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 450px;
}

.brand-wrapper:hover .brands-circle:nth-child(4) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 650px;
}

.brand-wrapper:hover .brands-circle:nth-child(5) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 850px;
}

.brand-wrapper:hover .brands-circle:nth-child(6) {
  transform: translate(0%, -50%);
  opacity: 1;
  left: 1050px;
}

/* contact css start */
.contact-form .google-recaptcha {
  scale: 0.8;
  transform-origin: left;
}

.contact-form .elementor-button {
  font-family: Cooper Std;
}

.contact-form textarea {
  height: 120px;
}

.contact-form .wpcf7-form-control::placeholder {
  color: var(--color1);
}

/* contact css end */
/* news letter form  */
.newsletter-form {
  border-bottom: 2px solid var(--color4);
  position: relative;
}

.newsletter-form p {
  margin-bottom: 0;
}

.newsletter-form button {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  color: var(--color4);
}

.newsletter-form input {
  border-radius: 0 !important;
  border: 0 !important;
  color: var(--color4) !important;
  text-align: center;
}

.newsletter-form input:focus {
  outline: none;
  border: 0;
}

.newsletter-form input::placeholder {
  font-style: italic;
  opacity: 0.8;
  color: var(--color4);
}

/* news letter form end */
/* blog page  */
.blog-post-card {
  position: relative;
  transition: all 0.3s ease;
}

.category-label {
  background: #1788BE 0% 0% no-repeat padding-box;
  border-radius: 30px;
  text-align: center;
  font: normal normal 900 12px/16px Cooper Std;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  display: inline-block;
  padding: 10px 15px 5px;
}

.blog-post-card .blog-image-wrapper {
  position: relative;
}

.blog-post-card .blog-image-wrapper img {
  transition: var(--transitions);
}

.blog-post-card .blog-image-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 45px;
  height: 45px;
  background: var(--color1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 20px;
  transition: 0.3s ease;
  scale: 0;

}

.blog-post-card:hover .blog-image-wrapper img {
  opacity: 0.8;
}

.blog-post-card:hover .blog-image-wrapper i {
  opacity: 1;
  scale: 1;
}

/* Title */
.blog-content h2 {

  margin-bottom: 5px;
  margin-top: 0;
  text-align: left;
  font: normal normal bold 26px/34px Lato;
  letter-spacing: 0px;
  color: var(--color3);
  opacity: 1;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color2);
}

.blog-content h2 a {
  text-decoration: none;
  color: var(--color3);
}


/* Arrow Button */
.read-more-btn {
  text-decoration: none;
  font: normal normal bold 12px/20px Lato;
  letter-spacing: 0px;
  color: var(--color3);
  transition: 0.3s ease;
  transform: rotate(-45deg);
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
}

.read-more-btn i {
  font-size: 14px;
}

.read-more-btn::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color1);
}

/* Image Styling */
.blog-image-wrapper {
  margin-top: 15px;
  border-radius: 14px;
  overflow: hidden;
}

.blog-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
}


.elementor-button.back-btn {
  border: 1px solid #D8CAB5 !important;
  border-radius: 10px;
  background: var(--color4);
  color: var(--color3);
  font-family: Lato;
  font-size: 14px;
}

.elementor-button.back-btn:hover {
  border-color: var(--color1) !important;
  color: var(--color4);
  background: var(--color1);

}

.single-blog-post-card .blog-content .page-title {
  text-align: left;
  font: normal normal 900 40px/50px Cooper Std;
  letter-spacing: 0px;
  color: var(--color2);
  opacity: 1;
  border-bottom: 0;
  padding-top: 10px;
}

/* blog page end */

/* about page  */
.about-banner-title {
  font-size: 120px;
  font-weight: 700;
  background: linear-gradient(to bottom, var(--color2) 50%, var(--color1) 50%);
  background-size: 100% 200%;
  background-position: bottom;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 1.5s ease all;
  cursor: pointer;
}

.banner-line {
  background: linear-gradient(to bottom, var(--color2) 50%, var(--color1) 50%);
  background-size: 100% 200%;
  background-position: bottom;
  transition: background-position 0.3s ease 0.2s;
}

.about-banner:hover .about-banner-title,
.about-banner:hover .banner-line {
  background-position: top;
}

.about-banner-title span {
  font-size: 92px;
  display: block;
  line-height: 1;
}

.about-banner .left-img,
.about-banner .right-img {
  transition: var(--transitions);
}

.about-banner:hover .left-img {
  right: -10% !important;
  rotate: 25deg;
}

.about-banner:hover .right-img {
  left: -10% !important;
  rotate: -20deg;
}

.about-banner {
  overflow-x: hidden;
}

.about-2nd .hover-bg {
  transition: var(--transitions);
}

.about-2nd:hover .hover-bg {
  background-position: center bottom !important;
}

.choose-box:nth-child(1) {
  opacity: 0.5;
  transition: var(--transitions);
}

.choose-box:nth-child(2) {
  opacity: 0.2;
  transition: 0.8s ease all;
}

.choose-box:nth-child(3) {
  opacity: 0;
  transition: 1s ease all;
}


.choose-wrapper:hover .choose-box {
  transform: translateY(0px) !important;
  opacity: 1;
}

.timeline-slider .owl-item .item {
  display: flex;
  flex-direction: column;
  margin-top: 70px;
  overflow: visible;
}

.timeline-slider .owl-item .item .owl-title {
  position: absolute;
  width: 100%;
  text-align: center;
  top: -70px;
}

.timeline-slider .owl-item .item .owl-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: calc(100% + 12px);
  height: 2px;
  background: var(--color1);
}

.timeline-slider .owl-item .item .owl-title::before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: 34px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--color1);
}

.timeline-slider .owl-theme .owl-nav {
  position: absolute;
  width: 105px;
  top: -90px;
  right: 0;
  margin-top: 0;
  display: inline-flex;
  justify-content: space-between;
}

.timeline-slider .owl-theme .owl-nav button {
  position: initial !important;
  transform: inherit !important;
  float: inherit !important;
  opacity: 1 !important;
}

.timeline-slider .owl-theme .owl-nav button i {
  width: 45px !important;
  height: 45px !important;
  border-radius: 50% !important;
  display: inline-grid;
  place-items: center;
  background: var(--color1) !important;
  color: var(--color4) !important;
  padding: 0 !important;
}

.timeline-slider .owl-theme .owl-nav .owl-prev i::before {
  content: '\e928';
}

.timeline-slider .owl-theme .owl-nav .owl-next i::before {
  content: '\e929';
}

/* about page end */
.whatsapp-btn svg {
  scale: 1.3;
  transform-origin: right bottom;
}

.whatsapp-btn i {
  scale: 1.3;
  transform-origin: center right;
}

.custom-radio input[type="radio"] {
  border-color: #D8CAB5 !important;
}


.single-breadcrumb {
  padding: 60px 0;
}

.single-breadcrumb .hfe-breadcrumbs {
  text-align: center;
}

.single-breadcrumb .hfe-breadcrumbs li span.hfe-breadcrumbs-text {
  -webkit-transition: all .4s;
  transition: all .4s;
  text-transform: capitalize;
  color: #000 !important;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4em;
}

.contact-item .elementor-icon-list-item a {
  color: #000 !important;
}

.product-gallery .main-image {
  position: relative;
}

.product-gallery .main-image .category-label {
  position: absolute;
  top: 15px;
  left: 15px;
}

@media only screen and (max-width: 1023px) {
  .about-banner-title span {
    font-size: 65px;
  }

  .page-id-17 .hfe-nav-menu li.menu-item .hfe-menu-item {
    color: var(--color3);
  }

  header .hfe-menu-item::after {
    display: none !important;
  }

}

@media only screen and (max-width: 991px) {
  .single-blog-post-card .blog-content h2 {
    font-size: 40px;
  }

  .testimonial-card .card-inner {
    aspect-ratio: initial !important;
  }
}

@media only screen and (max-width: 767px) {

  .choose-wrapper .choose-box {
    transform: translateY(0px) !important;
    opacity: 1 !important;
  }

  .single-breadcrumb {
    padding: 30px 0;
  }

  .single-blog-post-card .blog-content .page-title {
    text-align: left;
    font: normal normal 900 28px / 36px Cooper Std;
  }

  .read-more-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 7px !important;
  }

  .article-detail {
    padding: 30px 0;
  }

  /* banner responsive css  start */
  .hero-banner .carousel-caption h3 {
    font-size: 24px;
    line-height: 30px;
  }

  /* banner responsive css  end */

  .arrowbtn {
    width: 30px;
    height: 30px;
  }

  .portfolio-info .title {
    font-size: 18px;
    line-height: 23px;
  }

  .about-banner-title span {
    font-size: 30px;
  }

  .timeline-slider .owl-theme .owl-nav {
    position: initial !important;
    margin-top: 15px;
  }

}

@media only screen and (max-width: 576px) {
  .featured-collaboration-slider .carousel-item .col-md-5 .collab-text {
    min-height: 280px;
  }

  .single-product .summary .single_add_to_cart_button {
    width: 50% !important;
  }
}