/* REMINDER: if I change anything on root I must to change it on variables.css too */
:root {
  --accent-color: #175873;
  --sec-color: #b04025;
  --title-font: "Marcellus", serif;
  --subtitle-font: "Open Sans", serif;

  --accent-color-op1: #175773ee;
  --accent-color-op2: rgba(59, 71, 87, 0.7);
}

/* HEADER*********** */
header#my-header {
  height: 160px;
}

header#my-header li a {
  color: rgb(255, 255, 255) !important;
}

.cus-bg-img1 {
  background-image: url(z-images/team.jpg);
}
.cus-bg-img2 {
  background-image: url(z-images/bg10.png) !important;
}
header#my-header.header-light.smaller:not(.header-bottom):not(.side-header):not(
    .force-header-mobile
  ) {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 8px;
  background-color: rgba(21, 21, 21, 0.929);
  backdrop-filter: blur(10px);
}
header#my-header.smaller {
  height: 100px !important;
}
header#my-header.smaller .logo {
  width: 255px !important;
}
#mainmenu.dotted-separator li a:after {
  content: " ";
}
#mainmenu li a:after,
#mainmenu li a:before {
  content: " ";
}

#mainmenu {
  margin-top: 7px;
}

.main-title-container {
  background-color: rgba(255, 255, 255, 0.24);
  padding: 2rem 1rem;
  border-radius: 5px;
}

#mainmenu li a {
  font-size: 14px;
  font-weight: 300;
}

.cus-text1 {
  background-color: var(--accent-color-op1);
  color: white !important;
  padding: 0.5rem;
}

.top-margin {
  margin-top: 120px;
}

/* END HEADER*********** */
.overlay-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  /* background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.0001) 0%,
    rgba(0, 0, 0, 0.544058) 62%,
    rgba(0, 0, 0, 0.488) 100%
  ); */
  z-index: 1;
}

#top-section {
  /* width: 93vw !important; */
  margin-inline: auto;
  /* height: 92vh; */
}

.feature-text__title::after {
  right: -60px;
}
.feature-text__title::before {
  left: -60px;
}
.feature-text__title2::after {
  right: -80px;
}
.feature-text__title2::before {
  left: -80px;
}
.feature-text__title3:before,
.feature-text__title3:after,
.feature-text__title2::before,
.feature-text__title2::after,
.feature-text__title::before,
.feature-text__title::after {
  content: "";
  background-size: 40px 0.1px;
  position: absolute;
  top: 50%;
  background-color: var(--accent-color);
  height: 0.1px;
  width: 60px;
}
.feature-text__title3::after {
  right: 70px;
  background-color: white;
}
.feature-text__title3::before {
  left: 70px;
  background-color: white;
}

/* #section-services,
#section-cta,
#contactForm{
    width: 92vw;
    margin-inline: auto;
} */

.each-service {
  height: 460px !important;
}

.cus-overlay60 {
  background: rgba(218, 218, 218, 0.242);
  height: 100%;
  border-radius: 5px;
}
@media (min-width: 1550px) {
  .each-service {
    height: 350px !important;
  }
}

@media (max-width: 1250px) {
  .each-service {
    height: 570px !important;
  }
}
.designs-container {
  padding: 2rem 1rem;
}
.img-holder:hover {
  background-color: transparent !important;
}
.picframe {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #f4f4f4ba;
  border-radius: 10px;
  padding: 1rem;
  transition-duration: 200ms !important;
  overflow: visible !important;
}
.picframe2 {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-color: #ffffffea;
  border-radius: 10px;
  padding: 1rem;
  transition-duration: 200ms !important;
  overflow: visible;
}
.picframe .overlay:hover {
  opacity: 0;
}
.picframe:hover img {
  transform: scale(1.1) !important;
}

.designs-container img {
  padding: 1rem;
  border-radius: 10px;
}

.design-btn-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.portfolio-gallery-three .img-holder .expend {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2) !important;
  font-size: 35px;
  opacity: 0;
}
blockquote.testimonial-big .name {
  font-size: 18px;
}

.form-container {
  background-color: rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
  border-radius: 3px;
}

.home-container {
  margin-top: 150px;
}

.each-service > div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#section1 {
  background-color: white;
  background: linear-gradient(
    0deg,
    rgba(253, 253, 253, 1) 0%,
    rgba(217, 217, 205, 0.8) 50%,
    rgba(252, 252, 252, 1) 100%
  );
}

.bg-image1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 50vw;
  height: 100%;
  background: url(z-images/animations/bg.svg);
}

.custom-play-icon {
  border: 1px solid black;
  border-radius: 50%;
  padding: 1.5rem;
  margin-right: 1rem;
}

.cus-pricing-box {
  background-color: rgb(241, 241, 241);
  color: var(--accent-color);
  height: 350px;
  padding: 2rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-top: -200px;
}

.center-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials-container {
  padding: 1rem 3rem 3rem 3rem;
}

.bg-primary-custom {
  background-color: var(--accent-color) !important;
}

.contact-container {
  background-color: var(--accent-color);
  height: 160px !important;
  color: white;
  padding: 1.5rem;
  border-radius: 5px;
  text-align: center;
}
.contact-container h2 {
  color: white;
  margin-bottom: -20px;
}

.social-icons i:hover {
  background-color: transparent !important;
  transform: scale(1.2);
}

.box-container {
  background-color: var(--accent-color);
  width: 100%;
  height: 100%;
  padding: 5.5rem 3rem;
}

footer {
  background: url(./z-images/bg1.png) center;
  color: rgb(32, 32, 32);
}

.cus-title {
  background-color: rgba(255, 255, 255, 0.632);
  color: black;
  padding: 1rem 2rem;
  border-radius: 5px;
}

.cus-top-container1 {
  background-color: rgba(36, 36, 36, 0.032);
  padding: 3rem 1rem 1rem 1rem;
  border-radius: 3px;
}

.absolute-icon {
  position: absolute;
  bottom: 10px;
  left: 20px;
}
.absolute-icon img {
  width: 35%;
}

.desk-none {
  display: none !important;
}

.service-row {
  margin-inline: 0px;
}

.cus-padding-service {
  padding: 40px;
}

.header-padding {
  padding-inline: 80px;
}

/* BREAKPOINTS************************************************* */

/* (default from bootstrap) */
@media (max-width: 1400px) {
  .feature-text__title3::after {
    right: 0px;
    background-color: white;
  }
  .feature-text__title3::before {
    left: 0px;
    background-color: white;
  }
}

/* (default from bootstrap) */

@media (max-width: 1200px) {
  .cus-padding-service {
    padding: 10px;
  }
}

/* (default from bootstrap) */

@media (max-width: 992px) {
  .mobile-d-none {
    display: none;
  }
  #section2-2 img,
  #section2-2 #jarallax-container-1 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .top-margin {
    margin-top: 0px;
  }
  #top-section {
    width: 100vw !important;
  }
  .contact-container {
    height: 220px !important;
  }
  .logo {
    width: 165px;
    /* margin-top: -80px; */
  }
  #my-header.header-mobile.height-auto .logo {
    width: 200px;
    margin-top: -30px;
  }
  header#my-header {
    height: 80px;
  }
  header#my-header.height-auto {
    height: auto !important;
  }
  /* .md-flex{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
    } */
  header#my-header li a {
    color: black !important;
  }

  .desk-none {
    display: block !important;
  }

  .each-service {
    height: 280px !important;
  }

  .home-container {
    margin-top: 0px;
  }
}

/* (default from bootstrap) */

@media (max-width: 768px) {
  .contact-border {
    border-right: none;
    border-bottom: 1px solid var(--accent-color);
  }
  .cus-pricing-box {
    margin-top: auto;
    height: auto;
  }
  blockquote.testimonial-big {
    font-size: 18px;
  }
  .feature-text__title3::after {
    right: -30px;
    background-color: white;
  }
  .feature-text__title3::before {
    left: -30px;
    background-color: white;
  }
  .contact-container {
    height: auto !important;
  }
  .each-service {
    height: auto !important;
  }
  .cus-padding-service {
    padding-block: 40px;
  }
}

/* (default from bootstrap) */
@media (max-width: 576px) {
  .feature-text__title3:before,
  .feature-text__title3:after,
  .feature-text__title2::before,
  .feature-text__title2::after,
  .feature-text__title::before,
  .feature-text__title::after {
    background-color: rgb(44, 44, 44);
    height: 0px;
  }
}

/* BREAKPOINTS************************************************* */

#my-testimonials .feedback_slider_four .slick-dots,
.feedback-section-eight .feedback_slider_four .slick-dots {
  width: 55%;
  margin-top: 30px;
}

#my-testimonials .feedback_slider_four .slick-dots {
  bottom: -40px;
}

#my-testimonials.feedback-section-four .feedback-wrapper .icon {
  width: 0px !important;
  height: 0px !important;
  display: none !important;
}

#my-testimonials.feedback-section-four {
  padding: 70px 0;
}
