* {
    font-family: "segoeuil";
    box-sizing: border-box;
}
body, html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    overflow-x: hidden;
}
.header {
    height: 100vh;
    background: url('solution-banner.jpg') no-repeat center center/cover;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.line{
    line-height: 1.5;
}

.navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 2rem;
    background-color: transparent;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
}

.logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: black;
}

.logo img {
    width: 61px;
    margin-left: 10px;
    height: 59px;
}

.nav-links {
    /* margin-left: 500px; */
    list-style: none;
    display: flex;
    gap: 33px;
}

.nav-links li {
    margin: 0;
}

/* .nav-links a {
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #323131;
    text-decoration: underline;
} */
 .nav-links a {
  position: relative;
  text-decoration: none;
  color: black;
  font-size: 1.2rem;
  transition: color 0.3s;
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px; /* space between text and underline */
  width: 0;
  height: 2px;
  background-color: currentColor; /* matches text color */
  transition: width 0.3s ease;
}

.nav-links a:hover {
  color: #323131;
}

.nav-links a:hover::after {
  width: 100%;
}


.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.navbar .login-button {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #b30f12;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}

.navbar .login-button i {
    margin-right: 8px;
    font-size: 18px;
}

.navbar .login-button:hover {
    background-color: #ababab;
    border-color: #ababab;
    color: black;
}

.bar {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 4px 0;
    transition: 0.3s;
}

/* Media Queries for Responsive Design */
@media (max-width: 768px) {
    .navbar {
        display: none;
        justify-content: space-between;
        align-items: center;
        /* padding: 1rem 2rem; */
        background-color: white;
        position: fixed;
        top: 0;
        width: 50%;
        z-index: 1000;
        margin-left: 500px;

    }

    .logo {
        font-size: 1.5rem;
        font-weight: bold;
        color: black;
    }

    .nav-links {
        position: absolute;
        margin-left: 0px;
        top: 100%;
        left: 0;
        width: 100%;
        height: calc(100vh - 70px);
        /* Adjust based on the navbar height */
        background-color: white;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        display: none;
    }

    .nav-links.active {
        display: flex;
    }

    .hamburger {
        display: flex;
    }

    .navbar {
        justify-content: space-between;
        /* Move this here */
    }
}
.lazy{
    position: relative;
    display: flex;
    width: 198px;
    margin: 42px;
}

.header-content {
    text-align: center;
}

.header-content h1 {
    font-size: 3rem;
    margin: 0;
}
.header-content p {
    font-size: 26px;
    margin: 0.5rem 0 0;
}

.heading-container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.heading-container h4,
.heading-container h2 {
    margin: 0; 
    padding: 0; 
    line-height: 1;
}


h2 {
    color: #b30f12;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
}
.h11{

    color: #b30f12;
    font-size: 3rem;
    margin-left: 10px;

}
@media screen and (min-width:443px){
    .image3{
        width: 100%;
    }
}
@media screen and (max-width:443px) {
    
    .h11{

        color: #b30f12;
        font-size: 1.5rem;
        margin-left: 10px;
      
      }



}
.paragraph {
    font-size: 1.2rem;
    line-height: 1.4;
    text-align: left;
    margin: 1rem auto;
    width: 53%;
}

h3 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.1);
    transform: rotate(-90deg);
    margin: 2rem 0;
    text-align: center;
}

.Main-SOLUTIONS{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 8rem;
    position: relative;
    top: -126px;
    left: -650px;
    color: rgba(0, 0, 0, 0.1);
    transform: rotate(-90deg);
    text-align: right;
}

.content-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem 1rem;
    flex-wrap: wrap;
}

.content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    direction: rtl;
}

.image-container, .text-container {
    flex: 1;
}

.image-container img {
    width: 100%;
    height: auto;
    border-radius: 34px;
}

.alternate .image-container {
    order: 2;
}

h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 4rem;
    color: rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}

.text-container {
    text-align: left;
}

.num06 {
    position: relative;
    left: -41px;
}

.box {
    display: inline-flex;
    justify-content: start;
    text-align: start;
}

.col-md-12 {
    justify-content: center;
    text-align: center;
    line-height: 30px;
}

h5 {
    font-size: 20px;
}

.copy {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #b6c0c4;
    font-size: 12px;
    display: flex;
}

/* Media query for mobile screens */
@media screen and (max-width: 768px) {
    .content-wrapper {
        flex-direction: column;
    }

    .image-container, .text-container {
        width: 100%;
    }

    .alternate .image-container {
        order: 1;
    }
}




@media (max-width: 768px) {
    .header {
        height: auto;
        padding: 2rem 1rem;
    }

    .navbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
    }

    .nav-links li {
        margin: 0.5rem 0;
    }

    .header-content h1 {
        font-size: 2rem;
    }

    .header-content p {
        font-size: 1rem;
    }

    h2 {
        font-size: 2rem;
    }

    h3 {
        font-size: 3rem;
    }

    .content-section {
        flex-direction: column;
    }

    h4 {
        font-size: 2rem;
    }
}
/* FOOter */
.footer {
    width: 100%;
    background-color: rgb(128, 128, 128);;
    color: white;
    padding: 50px 20px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-section {
    flex: 1 1 calc(25% - 40px);
    min-width: 200px;
    margin: 20px;
}

.footer-section h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-section p,
.footer-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section ul li a:hover {
    text-decoration: underline;
}

.subscribe-form {
    background: white;
    color: #000000;
    display: flex;
    margin-top: 10px;
    border-radius: 8px;
}

.subscribe-form input {
    flex: 1;
    padding: 10px;
    border: none;
    /* border-radius: 4px 0 0 4px; */
}

.subscribe-form button {
    padding: 10px;
    border: none;
    background-color: #bbb;
    color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscribe-form button:hover {
    background-color: #ddd;
}

.subscribe-form button i {
    font-size: 16px;
    /* Adjust the size of the icon */
}

.footer-bottom {
    text-align: center;
    padding: 20px;
    border-top: 0.5px solid rgb(255, 255, 255);
}

.social-icons {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 24px;
}

.social-icons a:hover {
    color: #b30f12;
}

.social-icons img {
    width: 30px;
    height: 30px;
}

@media (max-width: 992px) {
    .footer-section {
        flex: 1 1 calc(50% - 40px);
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
    }

    .footer-section {
        flex: 1 1 100%;
        margin: 10px 0;
    }

    .footer-section h3 {
        font-size: 18px;
    }

    .footer-section p,
    .footer-section ul {
        font-size: 14px;
    }
}

/* End Footer */
.primary-bg {
    background: #b30f12;
    color: rgb(255, 255, 255)
}
.primary-bg1 {
   
    background: none;
    background-image: url("Banner\ for\ Web\ 1920x640.png");
    background-position: center;
    background-repeat: no-repeat;
    color: black;

  background-size: cover;
    color: black
}

.primary-bg .checklist_item .icon {
    color: #b30f12
}
.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    position: relative;
    right: 28px;

}
.socials_item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 18px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000000;
    color: #fff;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    line-height: 30px;
    will-change: transform
}

.socials_item-link:focus,.socials_item-link:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    background-color: #b30f12
}
.btn,.field {
    height: 54px
}
.btn{
    font-family: Archivo, sans-serif;
    font-weight: 700;
    padding: 0 30px;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: #ababab;
    text-transform: uppercase;
    position: relative;
    bottom: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.field {
    background: #fff;
    border: 1px solid transparent;
    padding: 17px 19px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #000810;
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 20px
}

.field::-webkit-input-placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::-moz-placeholder {
    color: #a9a9a9;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field:-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::-ms-input-placeholder {
    color: #a9a9a9;
    -ms-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field::placeholder {
    color: #a9a9a9;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    font-size: 16px
}

.field:focus::-webkit-input-placeholder {
    opacity: 0
}

.field:focus::-moz-placeholder {
    opacity: 0
}

.field:focus:-ms-input-placeholder {
    opacity: 0
}

.field:focus::-ms-input-placeholder {
    opacity: 0
}

.field:focus::placeholder {
    opacity: 0
}

.field.error {
    border-color: red!important
}
[class="footer_main-block_subtitle footer_main-block_subtitle--brand"] {
    position: relative;
    left: 78px;
    top: 33px;
    font-size: large;
}
a {
    text-decoration: none
}
a,button,input,textarea {
    background: 0 0;
    color: inherit;
    font-family: inherit;
    border: none;
    cursor: pointer;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}
a[href^="http://maps.google.com/maps"],a[href^="https://maps.google.com/maps"] {
    display: none!important
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: transparent; 
    transition: background-color 0.3s ease-in-out; 
    z-index: 1000; 
}

.navbar.scrolled {
    background-color: transparent; 

}

.nav-links li a {
    color: #696969; 
    transition: color 0.3s ease-in-out; /* Smooth transition */
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.navbar.scrolled .nav-links li a {
    color: black; /* Change text color on scroll */
}

/* navbar of solution page */
.header_sol{
    display: flex;
    background-color: #fff;
    height: 66px;
    width: 972px;
    justify-content: space-between;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 15px 30px !important;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(160, 13, 15);
    border-image: initial;
    border-radius: 50px;
    padding: 0px;
    margin: 0px;
    height: 54px;
    opacity: .7;

}
.footer_img {
    width: 105px;
    margin-left: 177px;
    margin-bottom: -71px;
}
#scrollTrigger {
    position: fixed;
    right: 12px;
    bottom: 35px;
    z-index: 99999;
    width: 40px;
    height: 40px;
    opacity: .5;
    background: #b30f12;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

#scrollTrigger.active {
    bottom: 12px
}

#scrollTrigger:hover {
    opacity: 1
}
/* 
#scrollTrigger .icon {
    display: inline-block;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    color: #001f3f;
    font-size: 24px;
    line-height: 24px
} */
/* .icon-arrow_right:before {
    content: "\e90a";
} */
@media screen and (min-width:767.98px) {
    #scrollTrigger {
        right: 20px
    }

    #scrollTrigger.active {
        bottom: 20px
    }
}
@media screen and (min-width:1279.98px) {
    #scrollTrigger {
        right: 40px
    }

    #scrollTrigger.active {
        bottom: 40px
    }
}
@media screen and (min-width:1365.98px) {
    #scrollTrigger {
        width: 50px;
        height: 50px;
        right: 30px
    }

    #scrollTrigger.active {
        bottom: 30px
    }
}
html[dir=rtl] #scrollTrigger {
    right: unset;
    left: 12px
}
@media screen and (min-width:1279.98px) {

    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 40px
    }
}

@media screen and (min-width:1365.98px) {
    html[dir=rtl] #scrollTrigger {
        right: auto;
        left: 30px
    }
}
#scrollTrigger {
    border-radius: 50px !important;
}
.fa-solid, .fas {
    font-size: 17px !important;
}
#scrollTrigger.show {
      opacity: 1;
      transform: translateY(0);  
      visibility: visible;
    }
.tra{
    position: relative;
    left: -198px !important;
    display: inline-block;
    padding: 13px;
    background-color: #ffffffb3;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 2px;
    overflow: hidden;
    font-weight: 600;
    font-size: 15px;
    font-family: sans-serif;
    border-radius: 14px;
}
.tra:hover{
    background: #969696;
    color: #050801;
    box-shadow: 0 0 5px #969696,
                0 0 25px #969696,
                0 0 50px #969696,
                0 0 200px #969696;
     -webkit-box-reflect:below 1px linear-gradient(transparent, #0005);
}
.tra:nth-child(1){
    filter: hue-rotate(270deg);
}
.tra:nth-child(2){
    filter: hue-rotate(110deg);
}
.tra span{
    position: absolute;
    display: block;
}
.tra span:nth-child(1){
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg,transparent,#969696);
    animation: animate1 1s linear infinite;
}
@keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
}
.tra span:nth-child(2){
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg,transparent,#969696);
    animation: animate2 1s linear infinite;
    animation-delay: 0.25s;
}
@keyframes animate2{
    0%{
        top: -100%;
    }
    50%,100%{
        top: 100%;
    }
}
.tra span:nth-child(3){
    bottom: 0;
    right: 0;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg,transparent,#969696);
    animation: animate3 1s linear infinite;
    animation-delay: 0.50s;
}
@keyframes animate3{
    0%{
        right: -100%;
    }
    50%,100%{
        right: 100%;
    }
}


.tra span:nth-child(4){
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg,transparent,#969696);
    animation: animate4 1s linear infinite;
    animation-delay: 0.75s;
}
@keyframes animate4{
    0%{
        bottom: -100%;
    }
    50%,100%{
        bottom: 100%;
    }
}
@media (max-width: 366px) {
  .tra {
    font-size: 12px;
  }
}