html,
body,
* {
    margin: 0;
    padding: 0;
    font-family: Saira;
}

.row>* , .row {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

body {
    background: #1E1E1E;
    color: white;
    overflow-x: hidden;
}
.mobileShow{
    display: none;
}

.headerNav {
    position: fixed;
    width: 100%;
    max-width: 1800px;
    height: 70px;
    top: 0;
    z-index: 1000;
    color: white !important;
}

.nav-link {
    color: white !important;
}

.white-bg {
    background-color: white;
}

.black {
    color: black;
}
#openContactUsLink, #openContactUsLink2{
    cursor: pointer;
}
.topSection,
.topSectionService {
    height: 100vh;
    width: 100%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.serviceTopHeader:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: black;
    filter: blur(27px);
    opacity: 0.4;
}

.topSection:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: -40px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #020203 0%, #151516 100%);
    filter: blur(27px);
}

.topSectionService:after {
    content: "";
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: linear-gradient(180deg, #020203 0%, #151516 100%);
    filter: blur(27px);
}

.topVideo {
    position: absolute;
    width: 100%;
    height: 100%;
}

.topVideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.topSectionContent {

    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: white;
    position: absolute;
    z-index: 1;
    direction: ltr;
}

.contactUsBtn {
    display: flex;
    width: 300px;
    height: 60px;
    color: white;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: linear-gradient(256.49deg, #267DDA 11.37%, #8B28D3 86.19%);
    backdrop-filter: blur(23.6017px);
    border-radius: 10px;
}

.futureTxt {
    font-style: normal;
    font-weight: 700;
    font-size: 4.51771875rem;
    line-height: inherit;
    text-align: center;
    color: black;
    padding-top: 39px;

    text-shadow: -2px 0 white, 0 2px white, 2px 0 white, 0 -2px white;

}

.slide-container {
    overflow: hidden;
    min-width: 300px;
    margin-top: 40px;

}

.slide-text {
    position: relative;
}
.secure {
    font-style: normal;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: inherit;
    min-width: 250px;
}

.your {
    font-style: normal;
    font-weight: 300;
    font-size: 2.007875rem;
    line-height: inherit;
    min-width: 250px;
    margin-bottom: 0px !important;
}

.startsNow {
    font-style: normal;
    font-weight: 300;
    font-size: 2.007875rem;
    line-height: 2.4375rem;
    letter-spacing: 0.28rem;
}
.topSection .points {
    position: relative;
    height: 10px;
}

.point {
    margin-left: 3px;
    margin-bottom: 3px;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #FFF;
    transform: translate(-50%, -50%);
    opacity: 0;

}

.topSection #point1 {
    opacity: 0;
    animation: hide3 3s 0s infinite;
}

.topSection #point2 {
    opacity: 0;
    margin-top: 10px;
    animation: hide2 3s 0s infinite;

}

.topSection #point3 {
    opacity: 0;
    margin-top: 10px;
    animation: hide 3s 0s infinite;


}

@keyframes hide {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    85% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }

}

@keyframes hide2 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 0;
    }

    37% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

@keyframes hide3 {
    0% {
        opacity: 0;
    }

    20% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }

}

.topSection .point.hide {
    animation-name: hide;
}

.topSection .arrow {
    position: relative;
    /*top: 22.5%;*/
    align-self: center;
    padding: 0;
}

.topSection .avt {
    position: absolute;
    top: 88%;
    align-self: end;
    scale: .7;
}

.topSection .fa-solid {
    color: white;
    font-size: 1.25rem;
}

.fa-angle-down {
    font-weight: bold;
}

.arrow {
    display: inline-block;
    transform: rotate(-45deg);
    animation: arrow 3s infinite
}

.arrow .fa-angle-down {
    color: white !important;
}

@keyframes arrow {
    0% {
        transform: translateY(0);

    }

    20% {
        transform: translateY(5px);
    }

    50% {
        transform: translateY(13px);

    }

    70% {
        transform: translateY(20px);
    }

    95% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(0);

    }
}


.overlayColor {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, white, transparent);
    backdrop-filter: blur(20px);
    opacity: 0.3;

}

.caresoul {
    display: flex;
    align-items: center;

}

.cards-section {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100vh;
    max-height: 600px;
}

.cards-container,
.swiper {
    width: 100%;
    display: flex;
    padding-right: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 50px;
    margin-left: 10px;
    margin-right: 10px;
}

.cards-container::-webkit-scrollbar,
.swiper::-webkit-scrollbar {
    display: none;
}

.swiper::-webkit-scrollbar {
    display: none;
}

.cards-container>.solution-card,
.swiper>.solution-card {
    padding-top: 20px;
    margin-left: 10px;
    border: none;
    background: linear-gradient(153.21deg, rgba(255, 255, 255, 0.2) 6.38%, rgba(255, 255, 255, 0.035) 98.04%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    min-height: 500px;
}

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

.cards-container .card,
.swiper .card {
    padding-top: 20px;
    margin-right: 10px;

    border: none;
    background: linear-gradient(153.21deg, rgba(255, 255, 255, 0.2) 6.38%, rgba(255, 255, 255, 0.035) 98.04%);
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 350px;
    -webkit-transition: background 2s ease-out;
    -moz-transition: background 2s ease-out;
    -o-transition: background 2s ease-out;
    transition: background 2s ease-out;
    max-height: 350px;

}

.cards-container>.card img,
.swiper>.card img {
    transition: transform 1s;
}

.cards-container>.card img:hover,
.swiper>.card img:hover {
    transform: scale(1.1);
}

.card img {
    width: 100%;
    height: 100%;
    max-width: 225px;
    max-height: 225px;
    object-fit: cover;
}

.cards-container .card-title,
.swiper .card-title {
    padding-bottom: 5px;

}

.card h4, .card span, .card h6, .card p {
    color: white;
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.75rem;
    text-align: center;

}

.card .readmore {
    margin-top: 40px;
    display: inline-block;
    width: 100%;

    height: 68px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 4.25rem;

    color: #FFFFFF;
}

.back .readmore {
    margin-top: 40px;
    display: inline-block;
    width: 100%;

    backdrop-filter: blur(23.6017px);

    height: 68px;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
    font-style: normal;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 4.25rem;


    color: #FFFFFF;
    max-width: 200px;
}

.previous-arrow,
.swiper-button-prev {
    cursor: pointer !important;
    width: 56px !important;
    height: 136px !important;
    left: 0 !important;
    background: linear-gradient(153.21deg, rgba(255, 255, 255, 0.2) 6.38%, rgba(255, 255, 255, 0.035) 98.04%) !important;
    border-radius: 0px 20px 20px 0px !important;
    display: flex !important;
    align-items: center !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff !important;
    font-size: 1.5625em !important;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px) !important;
}

.swiper {
    width: -webkit-calc(100vw - 129px);
    width: -moz-calc(100vw - 129px);
    width: calc(100vw - 129px);
}

.next-arrow,
.swiper-button-next {
    cursor: pointer !important;
    width: 56px !important;
    height: 136px !important;
    left: 0;
    background: linear-gradient(153.21deg, rgba(255, 255, 255, 0.2) 6.38%, rgba(255, 255, 255, 0.035) 98.04%) !important;
    border-radius: 20px 0px 0px 20px !important;
    display: flex !important;
    align-items: center !important;

}

.next-arrow img {
    rotate: 180deg;
    float: right;
    margin-left: 10px;
}

#solutions,
#services {
    scroll-margin-block-start: 100px;
}

#sectors .customer-icons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

#sectors .customer-icons .icon {
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    width: calc(100% * (1/4) - 20px);
}

#aboutus {
    position: relative;
    min-height: 100vh;

}
.about-txt {
    font-style: normal;
    font-weight: 300;
    line-height: 1.8125rem;
    color: #1E1E1E;
}

.aboutBg {
    background-image: url("../images/bg/AlignedEdgesShortWhite.svg");
    background-repeat: no-repeat;
    background-position: left 90%;
}

.aboutBg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.5;
    filter: blur(20px);
    backdrop-filter: blur(18px);
}

.aboutusDetails {
    position: absolute;
    color: white;
    width:70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: auto;
    top: 106px;
    font-size: 1.5rem;
    padding: 50px 150px 30px 30px;
}

.contactUsBtnAbout {

    background: #376FD9;
    border-radius: 10px;
    text-align: center;
    font-weight: 300;
    font-size: 1.375rem;
    line-height: 1.6875rem;
    height: 68px;
    color: white;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 360px;
    margin-top: 50px;
}

.contactUsBtnAbout:hover {
    color: white !important;
}

.services {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 20px;

}

.services img {
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.services h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
    text-align: center;
    color: #FFFFFF;
}

.services p,
.solutions p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    text-align: center;
    color: #FFFFFF;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 40px;
}

#sectors{
    margin-top: 2rem;
    background-color: rgba(30, 30, 30, 1);

}
@media screen and (max-width: 600px){

    #sectors{
        margin-bottom: 3rem !important;

    }
    #sectors .main-container{
        height: 100% !important;
    }
}
#sectors::before {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(30, 30, 30, 1);

    margin-top: -5%;
    overflow: hidden;
    z-index: -1;
}

#sectors .content{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.hex-container {
    display: flex;
    max-width: 1800px;
    margin: 0 auto;


}
.hex-container .hex-row {
    display: flex !important;
    width: 100% !important;
}
.hex-container .hex-row .hex-col {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
}
.hex-container .hex-row .hex-col img {
    width: 100%;
    scale: 1;
}
.hex-container .hex-row .hex-col img:hover {
    transition: ease-in-out;
    scale: 1.5;
}
.hex-container .odd {
    margin-top: 50%;
}
.hex-container-mobile {
    display: none;
}

@media screen and (max-width: 768px) {
    .hex-container {
        display: none;
    }
    .hex-container-mobile {
        display: flex;
    }
    .hex-container-mobile .hex-row {
        display: flex;
    }
    .hex-container-mobile .hex-row {
        display: flex;
    }
    .hex-container-mobile .hex-row .col-hex {
        width: 50%;
        display: flex;
        flex-direction: column;
    }
    .hex-container-mobile .hex-row .col-hex img {
        width: 100%;
        scale: 1.4;
    }
}

.main-container {
    background-color: #1E1E1E;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    /*max-height: 800px;*/
}

.main-container .title {
    font-size: 2rem;
    text-transform: capitalize;
}

.solutions .card img {
    border-radius: 50%;
    max-width:200px;
    max-height:200px;
    margin-top:15px;
}

.solutions .card:hover {
    background: #1E1E1E;
}

.services-cards {
    margin-top: 50px;
    display: flex;
    justify-content: space-evenly;
    overflow-x: auto;
    height: 100%;
    max-height: 700px;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.services-cards::-webkit-scrollbar {
    display: none;
}
.flip-card {
    background-color: transparent;
    border-radius: 9px;
    min-width: calc(calc(100% / 4) - 60px);
    width: calc(calc(100% / 4) - 60px);
    /*min-height: calc(calc(calc(100vw / 4) - 60px) + 30px);*/
    height: 450px;
    perspective: 1000px;

}

.flip-card-inner img {
    width: 100%;
    height: 100%;
    border-radius: 9px;
    object-fit: cover;
    object-position: center;
}

.flip-card-inner {
    border-radius: 9px;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 9px;
}

.flip-card-front {
    background-color: transparent;
    color: black;
}

.flip-card-back {
    padding: 0;
    color: white;
    transform: rotateY(180deg);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    border-radius: 9px;
}

.flip-card-back .back-content {
    margin: 0;
    border-radius: 9px;
    background-color: rgba(0, 0, 0, 0.9);
    background-image: url("../images/bg/AlignedEdgesShortWhite.svg");
    background-size: contain;
    background-position: center 40px;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}

.flip-card-back .readmore {
    color: white;
    text-decoration: none;
    margin-top: 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.25rem;

}
.flip-card-front .service-title {
    position: absolute;
    text-align: center;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    color: white;
    bottom: 40px;
    padding-left:10px;
    padding-right:10px;
}

#services .services-cards .service-card {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 9px;
    min-width: calc(calc(100% / 3) - 60px);
    width: calc(calc(100% / 3) - 60px);
    min-height: calc(calc(calc(100vw / 3) - 60px) + 30px);
    height: calc(calc(calc(100vw / 3) - 60px) + 30px);
    margin-right: 10px;
    perspective: 1000px;
    transform-style: preserve-3d;
    transition: transform 1s;
}

#services .services-cards .serviwce-card .card-content {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
}

.services-cards .front-content,
.card-content,
.front-content {
    height: 100%;
}

#services .services-cards .front-content .service-title {
    margin-bottom: -120px !important;
}

#services .services-cards .service-card:hover .front {
    transform: rotateY(180deg);

}

#services .services-cards .service-card .front,
#services .services-cards .service-card .back {

    position: absolute;
    height: 100%;
    width: 100%;
    color: #03446A;
    text-align: center;
    font-size: 3rem;
    border-radius: 5px;
    background-color: #bbb;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;

}

#services .services-cards .front {
    border-radius: 10px;
}

#services .services-cards .back .back-content {
    width: 100%;
    height: 100%;
    background-image: url("../images/bg/AlignedEdgesShortWhite.svg");
    background-size: contain;
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#services .services-cards .back {
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    font-size: 1.25rem;
    color: white;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.services-cards .service-card img {
    width: 100%;
    height: 100%;
}

.services-cards .service-card h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.8125rem;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    margin-top: -80px;
    width: 100%;
}

.footer {
    color: white !important;
    background: #1E1E1E;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.footerLogo {
    margin-top: -25px;
    width: 100%;
    max-width: 300px;
    margin-bottom: 27px;
}

.footer h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.375rem;
    color: white;
    padding: 0;
}

.footer ul {
    padding-left: 0px;
}

.footer ul li {
    text-decoration: none;
    list-style-type: none;
    padding-right: 10px;
    padding-left: 10px;
}

.footer a {
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.1rem;
    color: white;
}

.navbar-toggler {
    color: white !important;
}

.showOnMobileOnly {
    display: none;
}

.bredcrumbs {
    margin-top: 100px;
}

.bredcrumbs a {
    color: white !important;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.375rem;
    text-decoration: none;
}

.pl-5 {
    padding-left: 40px;
}

.solution-details {
    padding-left: 40px;
    padding-right: 40px;
}

.solution-details+.solutions {
    padding-left: 20px;
    padding-right: 20px;
}

.solutions h1 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: white;
}

.services h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
    color: #FFFFFF;
}

.solution-details h2 {
    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.solution-details p {
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.8125rem;

}

.contactFloatArea .contactFloatOptions a {
    cursor: pointer;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
}

.contactUsFloatBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    cursor: pointer;
}

.contactForm {
    display: none;
    position: fixed;
    min-width: 300px;
    min-height: 400px;
    right: 20px;
    bottom: 100px;
    transition: ease-in-out;
    z-index: 100;
    background-color: white;
    border-radius: 10px;

}

.contactFormContent {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 15px;
    color: black;
}

.contactFormContent .title {
    display: flex;
    border-bottom: 1px solid black;

}

.contactFormContent .input {
    margin-top: 10px;
    width: 100%;

}

.footer ul li {
    margin-top: 10px;
}

.contactFormContent .input input {
    width: 100%;
    min-height: 45px;
    padding-left: 10px;

}

.contactFormContent .message textarea {
    width: 100%;
    height: 100%;
    min-height: 130px;
    padding-top: 10px;
    padding-left: 10px;
}

.contactFormContent .sendMessage {
    width: 100%;
    background: linear-gradient(256.49deg, #267DDA 11.37%, #8B28D3 86.19%);
    backdrop-filter: blur(11.8008px);
    -webkit-backdrop-filter: blur(11.8008px);
    min-height: 40px;
    border-radius: 5px;
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-align: center;
    color: #FFFFFF;
    border: unset;
}
.row{
    margin-left: 0 !important;
    margin-right: 0 !important;
}
#aboutus .row,
.footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.aboutusDetails>h2 {

    font-style: normal;
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 2.75rem;
}

.copyRight {
    margin-top: 20px;
    padding-bottom: 20px;
}

.aboutUsImage {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 250px);
    object-fit: cover;
    object-position: center
}

.services-cards::before {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 100%;
    max-width: 1800px;
    background: url("../images/bg/purplelight.svg") center;
    margin-top: -25%;
    z-index: -1;
    overflow: hidden;
}

.services-cards-details::before {
    content: "";
    position: absolute !important;
    width: 100%;
    height: 50%;
    background: url("../images/bg/purplelight.svg") center;
    margin-top: 0 !important;
    z-index: -9;
}

.cards-section::before {
    content: "";
    position: absolute;
    width: 100%;
    max-width: 1800px;
    height: 100%;
    background: url("../images/bg/lightSolutions.svg") center;
    background-size: cover;
    z-index: 1;

}

.js-cookie-consent.cookie-consent{
    position: fixed;
    bottom: 20px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    margin: auto;
    background: #302444;
    text-align: center;
    color: #fff !important;
    padding: 23px;
    border-radius: 10px;
}
.js-cookie-consent.cookie-consent button{
    background: linear-gradient(153.21deg, rgba(255, 255, 255, 0.2) 6.38%, rgba(255, 255, 255, 0.035) 98.04%) !important;
    color: #fff !important;
    border-radius: 17px;
    border: 0;
}

.mobileNav {
    display: none;
}

.gallery {
    display: flex;
    width: 100%;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
    overflow-x: scroll;
}

.inputError {
    border: 1px solid red;
}

.textError {
    font-style: normal;
    font-weight: 300;
    font-size: 0.875rem;
    line-height: 1.0625rem;
    color: red;
}

#message_error {
    margin-bottom: 10px;
}

.gallery::-webkit-scrollbar {
    display: none;
}

.gallery img {
    object-fit: cover;
    object-position: center;
    max-width: calc(100% /2);
    margin-right: 30px;
}

.arrow-animated {
    height: 20px;
    overflow: hidden;
    animation: animatedArrow 2s linear infinite;
;
}

.service-card-text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;

}

@keyframes animatedArrow {
    0% {
        height: 20px;
    }

    50% {
        height: 40px;
    }

    100% {
        height: 70px;
    }
}

.blankDiv {
    width: 100%;
    height: 100vh;
    background: black;
}

.fullDiv {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}
.fullDiv .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
}

.fullDiv video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    z-index: 0;
}

.contactUsBtnBlured {
    background: rgba(255, 255, 255, 0.2);
    border-width: 0.2px 1px;
    border-style: dashed;
    border-color: #FFFFFF;
    backdrop-filter: blur(6.5px);
    border-radius: 10px;
    text-align: center;
    line-height: 3.75rem;
    width: 376px;
    height: 68px;
    text-decoration: none;
    color: white;
    cursor: pointer;
}

.contactUsBtnBlured:hover {
    color: white;
}

.fullDiv .ict {
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
    text-align: center;
}

.ict-container {
    height: 100vh;
    width: 100%;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
}

.ict-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 2.9375rem;
}

.ict-title {
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 2.9375rem;
    text-align: center;
}

.ict-details {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 2.9375rem;
    text-align: center;

}

.second-text1 {
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 2.937rem;
}

.second-text2 {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3rem;
}

.second-text22 {
    font-style: normal;
    font-weight: 400;
    font-size: 2rem;
    line-height: 3.5625rem
}

.second-text1Ai {
    font-style: normal;
    font-weight: 700;
    font-size: 2.625rem;
    line-height: 2.9375rem;
    text-align: left;
}

.first .ict-details {
    margin-right: 100px;
    margin-left: 100px;
}

.second .ict-details {
    margin-right: 100px;
    margin-left: 100px;
}

.img100 {
    width: 100%;
    height: 100%;
}

.hiddenOnMobile {
    display: inherit;
}

.solutions,
.services {
    padding-bottom: 6rem;
}

.showOnDesktopONly {
    display: inherit;
}

.showOnMObileOnly {
    display: none;
}

#contactFloatOptions {
    display: none;
}


.cardContainer {
    padding: 0 75px;
    position: relative;
    z-index: 10;
}

.cardContainer::after {
    content: "";
    position: absolute;
    top: -100px;
    right: 0;
    height: 732px;
    width: 200px;
    /* background: url("../images/overlayer/overLayCard.webp") no-repeat; */
    background-size: cover;
    z-index: 1;
}

.cardContainer .SingleCard {
    min-height: 350px;
    box-shadow: 0 0 1px rgba(255, 255, 255, 0.2);
    width: 100%;
    margin: auto auto 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    z-index: 20 !important;
}

.cardContainer .SingleCard.reverse {
    flex-direction: row-reverse;
}

.cardContainer .SingleCard.last {
    margin-bottom: 0 !important;
}

.card-textSection {
    width: 65%;
    color: white;

    z-index: 2;
}

.card-textSection .subTitle {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.875rem;
    letter-spacing: 0.7676348686218262px;
    text-align: left;
    margin-top: 20px;
}

.card-textSection .bodyText {
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 2.3125rem;
    letter-spacing: 0;
    text-align: left;
    margin-top: 30px;
}

.card-imageSection {
    width: 35%;
    max-height: 300px;

    z-index: 2;
}

.card-imageSection img {
    width: 100%;
    height: 300px;
    object-fit: contain !important;
    object-position: center center;
}

.SingleCard ul {
    margin: 0;
    margin-left: 20px;
}

.SingleCard ul li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 2.3125rem;
    letter-spacing: 0;
    text-align: left;
}

.footer-icons {
    margin-right: 11px;
}

.sample-slider .swiper-wrapper {
    transition-timing-function: linear;
}
.container-ae{
    max-width: 1800px;
    margin:0 auto;
}
.active-lang{
    background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-menu li.lang a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#mobileNav ul.ul-lang{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0;
}
li.lang img{
    width: 30px;
    height: 30px;
    object-fit: contain;
}
@media screen and (max-width: 500px){
    .mobileNav .links-container {
        width: 100% !important;
    }
}

@media screen and (max-height: 800px){
    .about-txt{
        font-size: 1rem;
        line-height: 1.2rem;
    }
}


@media screen and (max-width: 768px) {
    .navbar-expand-sm .navbar-toggler {
        display: inherit;
    }

    .navbar-expand-sm .navbar-collapse {
        display: none !important;
    }

    .footerLogo {
        width: 100%;
    }

    .Mobile50 {
        width: 50% !important;
    }

    .showOnDesktopONly {
        display: none !important;
    }

    .showOnMObileOnly {
        display: inherit !important;
    }
    .mobileShow{
        display: flex;
    }
    .showOnMobileOnly >img{
        max-width: calc(100vw - 120px);
        margin-left: 30px;

    }

    .mobileNav {
        width: 0px;
        height: 380px;
        overflow: hidden;
        border-radius: 0px 0px 40px 40px;
        background: #262626;
        position: fixed;
        z-index: 9999;
        top: 0;
        right: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: width 1s;
    }

    .mobileNav .links-container {
        display: flex;
        flex-direction: column;
        transition: height 1s;
        width: 80%;
        text-align: center;
    }

    .mobileNav li {
        list-style-type: none;
        text-align: center;
        color: white;
        margin-top: 10px;
    }

    .mobileNav li a {
        text-decoration: none;
        text-align: center;
        color: white;
        font-style: normal;
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .nav-logo-middle {
        display: none !important;
    }

    .showOnMobileOnly {
        display: inherit !important;
        position: absolute;
        /* margin-left: calc(calc(100% - 238px) /2); */
        top: 25px;
        left: 50%;
        transform: translateX(-40%);
    }

    .navbar-toggler {
        color: white !important;
    }

    .container-fluid {
        justify-content: flex-start !important;
    }

    .your,
    .startsNow {
        font-size: 1rem;
        line-height: 1.25rem;
    }

    .startsNow {
        text-align: center !important;
    }

    .secure,
    .futureTxt {
        font-size: 2.25rem;
        line-height: 2.75rem;
    }
    .secure,
    .your {
        min-width: 100px !important;
    }
    .previous-arrow,
    .swiper-button-prev {
        width: 36px;
        height: 85px;
    }

    .previous-arrow img,
    .swiper-button-prev img {
        width: 19px;
        height: 19px;
    }

    .next-arrow,
    .swiper-button-next {
        width: 36px;
        height: 85px;
    }

    .next-arrow img {
        width: 19px;
        height: 19px;
    }

    .aboutusDetails h2 {
        font-style: normal;
        font-weight: 500;
        font-size: 1.5rem;
        line-height: 2rem;
        text-align: left;
    }

    .aboutusDetails p {
        font-style: normal;
        font-weight: 300;
        font-size: 1.25rem;
        line-height: 1.5rem;
    }

    .aboutusDetails>h2 {
        font-size: 1.875rem;
        line-height: 2.3125rem;
    }

    .slide-container {
        min-width: 140px;
        margin-top: 25px !important;
    }

    #services {
        padding-top: 10px;
        padding-bottom: 100px;
    }


    .img-responsive {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain;
    }

    #services .services-cards {
        align-items: center !important;

    }

    #services .services-cards .service-card {
        margin-left: 0px !important;
        margin-right: 0px !important;

    }
    .flip-card {
        background-color: transparent;
        border-radius: 9px;
        min-width: calc(calc(100%) - 60px);
        width: calc(calc(100%) - 60px);
        min-height: 350px;
        height: 350px;
        margin-bottom: 20px;
        perspective: 1000px;
    }
    .service-card {
        min-width: calc(100vw - 60px) !important;
        width: calc(100vw - 60px) !important;
    }

    #sectors .customer-icons .icon {
        display: inline-block;
        margin-top: 20px;
        text-align: center;
        width: calc(100% - 20px);
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
    }

    .copyRight {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .footer ul {
        padding-left: 0px !important;
    }

    .paddingOnMobile {
        padding-left: 10px;
        padding-right: 10px;
    }

    .aboutusDetails {
        padding-right: 10px;
        padding-left: 50px;
    }

    .about-txt:not(:first-child) {
        padding-top: 10px;
    }

    .services p,
    .solutions p {
        padding-left: 10px;
        padding-right: 10px;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.2rem;
        text-align: center;

    }

    .aboutUsImage {
        min-height: 312px;
        max-height: 312px;
    }

    .aboutBg {
        background-image: url("../images/bg/aboutbgmobile.svg");
        background-position: right bottom;
    }

    .contactUsBtnAbout {
        float: left;
        max-width: 235px;
        margin-top: 20px;
    }

    .service-card {
        min-height: 250px;
        height: 300px;
    }

    .front-content .service-title {
        margin-top: 25px !important;
        margin-bottom: 25px !important;

    }

    .cards-container,
    .swiper {
        scroll-snap-type: x mandatory;
        display: flex;
        -webkit-overflow-scrolling: touch;
        overflow-x: scroll;
        margin-left: 10px;
        margin-right: 10px;
    }

    .cards-container>.card,
    .swiper>.card {
        scroll-snap-align: start;
        position: relative;
        min-width: calc(100vw - 72px);
    }

    .card .readmore {
        height: 45px;
        line-height: 2.8125rem;
    }

    .card h4 {
        font-size: 0.875rem;
        font-weight: 300;
        line-height: 1.125rem;
    }

    .cards-container .card-title,
    .swiper .card-title {
        height: 90px;
    }

    .card img {
        max-width: 190px;
        max-height: 190px;
    }

    #aboutus .row .col-lg-4 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .contactUsFloatBtn {
        width: 55px;
        height: 55px;
        bottom: 30px;
    }

    .contactUsFloatBtn,
    .whatsappUsFloatBtn img,
    .emailFloatBtn img {
        width: 55px;
        height: 55px;
    }

    #closeFloatBtn img {
        width: 55px;
        height: 55px;
        bottom: 30px;
    }

    .whatsappUsFloatBtn {
        width: 55px;
        height: 55px;
        bottom: 100px;
    }

    .whatsappUsFloatBtn img {
        width: 100%;
        height: 100%;
    }

    .ict-title {
        font-size: 2rem;
    }

    .ict-details {
        font-size: 1.125rem;
        line-height: 1.6875rem;
    }

    .hiddenOnMobile {
        display: none;
    }

    .services-cards {
        flex-direction: column;
    }

    .solutions,
    .services {
        padding-bottom: 3rem;
    }

    #services .services-cards .front-content .service-title {
        bottom: 80px;
        margin-bottom: inherit !important;
    }

    #services2 .services-cards .single-card {
        width: calc(100vw - 30px);
        min-width: calc(100vw - 30px);
        margin-bottom: 30px;
    }

    #services .services-cards .service-card {
        width: calc(100vw - 30px);
        min-width: calc(100vw - 30px);
        min-height: calc(100vw - 30px);
        height: calc(100vw - 30px);
        margin-bottom: 30px;
    }

    .solution-details {
        margin-top: -145px !important;
    }

    .card-textSection .bodyText,
    .solution-details p{
        font-size: 1rem;
        line-height: 1.2rem;
    }
    .SingleCard ul li{
        font-size: 1rem;
        line-height: 1.2rem;
    }
}

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

    .cardContainer .SingleCard{
        flex-direction: column !important;
    }
    .card-imageSection{
        width: 100% !important;
    }
    .card-textSection{
        width: 100% !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .solution-details {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .cardContainer{
        padding: 0 25px;
    }

}

@media screen and (max-width: 600px) {
    .js-cookie-consent.cookie-consent{
        width: 90% !important;
    }
    .aboutusDetails{
        padding-right: 30px;
        width: 100% !important;
    }
}
.img-fluid{
    width: 100%;
    height: 100%;

}
.partners-container{
    margin-top: 20px;
    margin-bottom: 20px;
}
.partners-container::before, .marquee__content::before{
    content: "";
    position: absolute !important;
    width: 100%;
    height: 100%;
    max-width: 1800px;
    background: url(../images/bg/purplelight.svg) center;
    background-size: cover;
    margin-top: 0;
    z-index: -1;
    overflow: hidden;
}

.partners-container .row{
    margin-top: 20px;
    margin-bottom: 40px;

    display: flex;
    justify-content: space-evenly;
    align-items: center;

}
.partners-container .row:nth-child(odd){
    justify-content: space-between;
}
.partners-container .row img{
    max-width: 200px;
    max-height: 60px;
    object-fit: contain;
    object-position: center;
}


.marquee {
    left: 0;
    right: 0;
    margin-right: 0;
    width: 100%;
    --gap: 40px;
    display: flex;
    overflow: hidden;
    user-select: none;

}

.marquee__content {
    flex-shrink: 0;
    width: 100%;
    min-width: 1200px;
    gap: var(--gap);
    animation: scroll 20s linear infinite;
}

.marquee--hover-pause:hover .marquee__content {
    animation-play-state: paused;
}

@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(calc(-100% - var(--gap)));
    }
}

#partners{
    position: relative;
}
#partners:after{
    content: "";
    position: absolute;
    background: linear-gradient(to top, #1e1e1e, rgba(45, 38, 56, 0.95));
    width: 100%;
    height: 100%;
    max-height: 100px;
    z-index: 99999999;
    filter: blur(20px);
    margin-top: -10px;
}

@media screen and (max-height: 640px) {
    .showOnDesktopONly img{
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}

@media screen and (min-height: 600px) and (max-height: 900px) {
    .showOnDesktopONly img{
        max-height: 450px !important;
        max-width: 1000px !important;
    }
}
@media screen and (min-height: 1000px) {
    .showOnDesktopONly img{
        max-height: 920px !important;
    }
}
