.subtitlee {
    font-size: 26px;
    font-weight: 800;
    padding: 94px;
}
.quote_header .title {
    font-size: 24px;
    line-height: 1.4;
    padding: 46px;
}
.lazy {
    margin-right: 65px;
    width: 135%;
}
.subscribe-form button {
    border-radius: 7px 0 0 7px;
    margin-left: 0px;

}
 .features_card--alt .wrapper {
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(179, 15, 18);
    border-image: initial;
    transition: border-color 0.3s ease-in-out;
 }
 .features_card {
    position: relative !important;
    z-index: 1 !important;
    will-change: transform !important;
    transition: transform 0.3s, box-shadow 0.3s, z-index 0.3s !important;
} 
.features_card:hover {
    transform: translateY(-15px) !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3) !important;
    z-index: 10 !important;
}
.features_card--alt .wrapper:hover {
    border-color: #969696;
}
html[dir=rtl] .section_header .subtitle {
    padding-left: 0;
    padding-right: 800px;
}
.page .breadcrumbs_item a {
    font-weight: 500;
    padding-right: 800px;
}
@media screen and (min-width: 1365.98px) {
    html[dir=rtl] .quote_header-icon {
        left: auto;
        right: -43px;
    }
}
.subtitlee {
    padding: 133px;
}
@media (max-width: 1366px) {
    .subtitlee {
    padding: 185px !important;
}
}
@media (max-width: 1024px) {
    .quote_header-icon {
        margin-top: -44px;
}
.lazy {
    margin-right: 0;
    width: 62%;
}
}

@media (max-width: 502px) {
    .quote_header .title {
    font-size: 21px;
    line-height: 1.4;
    padding: 34px;
}
.quote_header-icon {
        width: 133px;
}
}
@media (max-width: 476px) {
    .subtitlee {
        padding: 0 !important;
        margin-right: 138px;

    }
}
@media (max-width: 1025px) {
   
.lazy {
    margin-right: 0;
    width: 62%;
}
}
@media (max-width: 336px) {
   
.features_card--alt .wrapper {
    width: 247px;
}
}

@media (max-width: 1200px) {
   
    .section_header .subtitle{
        padding-right: 550px !important;
    }
    .page .breadcrumbs_item a {
        padding-right: 560px !important;
    }

}
@media (max-width: 1062px) {
   
    .section_header .subtitle{
        padding-right: 414px !important;
    }
    .page .breadcrumbs_item a {
        padding-right: 407px !important;
    }

}
@media (max-width: 855px) {
   
    .section_header .subtitle{
        padding-right: 323px !important;
    }
    .page .breadcrumbs_item a {
        padding-right: 326px !important;
    }

}
@media (max-width: 705px) {
   
    .section_header .subtitle {
        font-size: 12px;
        padding-right: 303px !important;
    }
    .page .breadcrumbs_item a {
        padding-right: 299px !important;
        font-size: 12px;
    }

}
@media (max-width: 654px) {
    .section_header .subtitle--extended {
        margin-left: 0 !important;

    }
}
@media (max-width: 515px) {
    .page .breadcrumbs_item--current {
    font-weight: 500 !important;
    font-size: 12px !important;
}
}
@media (max-width: 502px) {
    .page .breadcrumbs_item a {
        padding-right: 187px !important;
    }
    .section_header .subtitle {
        padding-right: 191px !important;
    }
}
@media (max-width: 389px) {
        .page .breadcrumbs_item a {
        padding-right: 126px !important;
    }
    .section_header .subtitle {
        padding-right: 127px !important;
    }
}

@media (max-width: 328px) {
    .page .breadcrumbs_item a {
        padding-right: 79px !important;
    }
    .section_header .subtitle {
        padding-right: 90px !important;
    }
}
@media (max-width: 285px) {
    .quote_header .title {
        font-size: 17px;
    }
   .subtitlee {
    font-size: 21px;
   }
}
.nav-links .login-button i {
    position: relative;
    left: 3px;
}
.footer_img {
    margin-right: 174px;

}
/* Default link color */
.header_nav li a {
  color: #696969;
  text-decoration: none;
  position: relative;
  transition: color 0.3s;
}

/* Underline animation base */
.header_nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: currentColor;
  transition: width 0.3s ease;
}

/* Hover underline */
.header_nav li a:hover::after {
  width: 100%;
}

/* When scrolled: links black */
.header_nav.scrolled li a {
  color: black !important;
}

/* When scrolled and hovered: black + black underline */
.header_nav.scrolled li a:hover {
  color: black !important; /* keep black on hover */
}

.page .breadcrumbs_item::before {
    background-color: transparent;
}
.tra{
    left: -40px !important;

}