@font-face {
    font-family: 'Phudu';
    src: url('fonts/Phudu-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Phudu-big';
    src: url('fonts/Phudu-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Monoton';
    src: url('fonts/Monoton-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
body{
    padding: 0;
    margin: 0;
    font-family: "poppins",sans-serif;
    overflow-x: hidden;
    text-align: left;
}

span,a,label,p{
    font-family: "poppins",sans-serif;
    text-decoration: none;
}

h1 span,h2 span,h3 span,h4 span,h6 span,h6 span{
    font-family: "Phudu-big";
     font-size: bold;
}
h1,h2,h3,h4,h6,h6{
    font-family: "Phudu-big";
     font-size: bold;
}
button,input{
    font-family: "poppins",sans-serif;
}

.navigation-container{
    background: #FFFFFF;
    backdrop-filter: blur(20px);
    z-index: 10000000000000;
    height: 110px;
    border-bottom: 1px solid #343973;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    justify-content: center;
    align-content: center;
    justify-items: center;
    padding: 15px;
}
.real-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    max-width: 1660px;
    position: relative;
}

.navigation-container a{
    font-size: .9em;
}
.logo{
    width: 200px;
}

.header-navigation{
    padding: 20px 15px;
    border-radius: 50px;
    background: #F4F8FF;
}

.header-navigation a{
    color: black;
    padding: 10px 23px;
    border: none;
    border-radius: 30px; 
    margin-left: 3px;
    transition: all .5s;
}
.header-navigation a.active{
    background: #343973;
    color: white;
}
.header-navigation a:hover{
    background: #343973;
    color: white;
}
.header-links{
    position: relative;
    display: inline-block;
    margin-right: 70px;
}

.header-links a{
    color: white;
    padding: 0 15px;
}

  .lang-btn {
    position: absolute;
    color: black;
    right: 10px;
    font-size: .7em;
    border: 1px solid black;
    background-color: transparent;
    gap: 5px;
    padding: 1px 5px;
    outline: none;
  }
  .lang-btn img{
    width: 30px;
  }

  
.header-search{
    color: #343973;
    height: 16px;
    width: 16px;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

.search-bar{
    display: none;
    padding: 7px 30px 7px 20px;
    width: 100px;
    font-size: .7em;
    color: black;
    outline: none;
    border: none;
    border: .1em solid #343973;
    border-radius: 20px;
    background-color: transparent;
    transition: width 1s ease-in-out;
}
.search-bar.active {
    display: inline-block; /* Show the search bar when active */
    width: 200px;
}
.header-links a{
    color: #2BADE2;
}
.header-links a:first-of-type{
    border-right: 3px solid #2BADE2;
}

.home-hero{
    width: 100%;
    height: 650px;
    position: relative;
    overflow: hidden;
}
.home-bg-hero{
    width: 100%;
    height: 1000px;
    margin-top: -250px;
    z-index: 10;
}
.home-hero-contents{
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg,rgba(0,0,0,0.8),rgba(0,0,0,0.7),rgba(0,0,0,0.5),rgba(0,0,0,0.5),rgba(0,0,0,0.7),rgba(0,0,0,0.8));
}
.home-hero .home-union-hero{
    width: 110%;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10000000;
}
.home-hero .home-union1-hero{
    width: 80%;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1000000;
}

.home-hero-contents{
    display: grid;
    grid-template-columns: 1.5fr 2fr;
}
.home-hero-left{
    padding: 70px 70px;
    color: white;
}

.home-hero-left h1{
    width: 100%;
    font-size: 2.2em;
    line-height: 1.3;
    margin-bottom: 10px;
}
.home-hero-left p{
    width: 80%;
    font-size: 1.1em;
    line-height: 1.3;
}
.home-hero-left .get-started{
    padding: 7px 25px;
    border-radius: 8px;
    border: 1px solid white;
    background-color: transparent;
    color: white;
    font-weight: 300;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
}
.home-hero-left .get-started::before{
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: -121%;
    transform: skewX(30deg);
    top: 0;
    transition: all 0.5s;
    background-color:  white;
    z-index: -1;
}
.home-hero-left .get-started:hover::before{
    left: -6%;
    background-color: white;
}
.home-hero-left .get-started:hover{
    color: #343973;
}
.home-hero-navs button{
    padding: 4px 10px 6px 10px;
    border-radius: 50%;
    background: #343973;
    margin-right: 10px;
    border: none;
}
.home-hero-navs button img{
    width: 15px;
}

.home-hero-navs{
    margin-top: 30px;
}

.home-hero-right-bg{
    height: 100%;
    position: relative;
    margin: auto;
}
.hero-phone-image{
    width: 460px;
    position: relative;
    transform: translateX(57%);
}

.floating-service{
    background-color: #FFFFFF12;
    position: absolute;
    z-index: 3;
    line-height: 1;
    border-radius: 10px;
    width: 230px;
    overflow: hidden;
    border: 1.5px solid #FFFFFF1A;
}

.floating-service .bg{
    backdrop-filter: blur(10px);
    padding: 20px 10px 20px 20px;
    width: 100%;
    border-radius: 10px;
}

/* Keyframes for Bouncing Animation */
@keyframes bouncing {
    0%, 100% {
        transform: translate(-70%,0);
    }
    50% {
        transform: translate(-70%,-30px);
    }
}
/* Keyframes for Bouncing Animation */
@keyframes bouncingRight {
    0%, 100% {
        transform: translate(40%,0);
    }
    50% {
        transform: translate(40%,-30px);
    }
}
.floating-service p{
    font-size: .7em;
    color: white;
    font-weight: 280;
    margin-bottom: 0px;
    opacity: .8;
}
.floating-service h2{
    background: white;
    -webkit-background-clip: text; /* For Safari & Chrome */
    -webkit-text-fill-color: transparent;
    font-size: 1.1em;
    margin-top: 0px;
}
.floating-service.one{
    top: 70px;
    left: 47%;
    animation: bouncing 2s ease-in-out infinite;
}
.floating-service.two{
    bottom: 200px;
    left: 47%;
    animation: bouncing 2s ease-in-out infinite;
}
.floating-service.three{
    top: 35%;
    right: 100px;
    animation: bouncingRight 2s ease-in-out infinite;
}
.home-hero-footer{
    display: flex;
    padding: 20px;
    position: absolute;
    bottom: 0;
    z-index: 10000000;
}
.home-hero-footer div{
    border-right: 2px solid transparent;  /* Set border to transparent */
    border-image: linear-gradient(0deg, #6DDCFF, black) 1;  /* Apply gradient border */
    padding-right: 30px;
    padding-left: 20px;
}
.home-hero-footer div h5{
    margin: 0px;
    font-size: 1.2em;
    font-weight: 600;
}
.home-hero-footer div p{
    margin: 0px;
    font-size: .8em;
    font-weight: 400;
}
.about{
    width: 100%;
    padding: 40px 20px;
    background-color: #F4F8FF;
    position: relative;
    z-index: 1;
}
.text-in-bg h1{
    font-size: 3em;
    font-family: monoton;
    color: #00000033;
}
.text-in-bg{
    display: flex;
    gap: 20px;
    position: absolute; 
    top: 40px;
    left: 60px;
}
.about .about-header{
    color: black;
    text-align: center;
}
.about .about-header span{
    color: #343973;
}
.about-contents{
    padding: 80px 40px 20px 40px;
}
.about .about-tech-solutions{
    color: #343973;
    text-align: right;
    margin-bottom: 40px;
}
.about .about-tech-solutions span{
    font-family: "poppins";
}
.about .about-tech-solutions span:first-of-type{
    margin-left: 40px;
    opacity: .4;
    font-weight: 950;

}
.about .about-tech-solutions span:nth-child(2){
    opacity: .6;
    font-weight: 880;
}
.about .about-tech-solutions span:nth-child(3){
    opacity: 1;
    font-weight: 800;
}
.about-contents-container{
    position: relative;
    width: 100%;
    background-color: #F4F8FF;
    padding: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.7fr;
    gap: 30px;
    z-index: 3;
    border: .1em solid transparent;  /* Set border to transparent */
    border-radius: 10px;
}
.about-contents-container img{
    width: 250px;
    height: 330px;
    border: none;
    border: .1em solid #343973;
    border-radius: 24px;
}
.about-contents-container img:nth-child(2){
    transform: translateY(-40%);
}
.about-contents-container img:nth-child(1){
    transform: translateY(-40%);
}
.about-contents-container div p{
    opacity: .8;
    color: black;
    font-size: 1.2em;
    line-height: 1.8;
}
.about-contents-container button{
    padding: 7px 25px;
    border-radius: 8px;
    border: 1px solid #343973;
    background-color: #343973;
    color: white;
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}
.shadows{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #2BADE2;
    filter: blur(170px);
    z-index: -1;
    bottom: 30%;
}
.about-paragraph{
    position: absolute;
    font-size: 1.3em;
    width: 35%;
    bottom: 20px;
    left: 20px;
    color: white;
}

.partners{
    color: #2BADE2;
    padding: 50px 0 0 0;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.partners h1{
    font-size: 1.8em;
    position: relative;
    text-align: center;
}
.partners h1::after{
    content: "";
    position: absolute;
    width: 10%;
    height: 3px;
    background-color: #2BADE2;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}
.partners div{
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    gap: 30px;
    padding: 0 0 20px 0;
    scrollbar-width: none; /* Thin scrollbar */
    scrollbar-color: transparent; /* Thumb color and track color */
    scrollbar-arrow-color: transparent;
}
.partners div img{
    max-width: 250px;
    min-width: 250px;
    margin-top: 30px;
    max-height: 120px;
}
.services{
    background-color: #F4F8FF;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
}
.services .services-header{
    color: black;
    text-align: center;
}
.services .services-header span{
    color: #343973;
}


.services-contents{
    padding: 0 40px;
    margin-top: 50px;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 50px;
}
.services-card {
    max-width: 370px;
    height: 400px;
    position: relative;
    padding: 30px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    background-color: #FFFFFF;
}


.services-card h3{
    color: #343973;
    text-align: center;
}
.services-card p{
    color: #343973;
    margin-top: 30px;
    font-size: 1em;
    z-index: 1;
    text-align: center;
}
.services-card img{
    position: absolute;
    width: 270px;
    bottom: -80px;
    left: -80px;
    transition: .5s all;
}
.services-card:hover img{
    bottom: -40px;
    left: -30px;
    filter: brightness(40%);
}
.services-card img:first-child{
    position: relative;
    width: 20px;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    transition: .5s all;
    filter: brightness(100%);
}
.services-card span{
    font-size: 1.8em;
    font-weight: 600;
    padding: 0 14px;
    border: none;
    border-radius: 50%;
    color: white;
    background-color: #343973;
    text-decoration: none;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: .5s all;
}
.services-card:hover span{
    background-color: #343973;
    color: white;
}
.services-card img:first-child.service_icon{
    width: 40px;
}
.testimonials{
    background-color: #F4F8FF;
    width: 100%;
    padding: 70px 20px 40px;
    position: relative;
    z-index: 1;
}
.testimonials .testimonials-header{
    color: black;
    text-align: center;
}
.testimonials .testimonials-header span{
    color: #343973;
}
.testimonials-contents{
    padding: 0 40px;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
    position: relative;
}

.testimonials-contents .div-1{
    padding: 0;
}

.testimonials-contents div:first-of-type img{
    width: 120px;
    height: 135px;
    border-radius: 50%;
    border: 1px solid #343973;
    position: absolute;
    margin: auto;
    top: 10%;
    left: 25%;
}
.testimonial-list{
    width: 135px;
    height: 135px;
    border-radius: 50%;
    border: 1px solid #343973;
    position: absolute;
    margin: auto;
    top: 0%;
    left: 24%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 3;
}
.testimonials-contents div:first-of-type img {
    transition: all 0.8s ease-in-out;
}
.testimonials-contents div:first-of-type img.active{
    transform: translate(100%,-20%) scale(1.5);
    z-index: 2;
}
.testimonials-contents div:first-of-type img.prev{
    transform: translate(-100%,-20%);
    z-index: 2;
}
.testimonials-contents div:first-of-type img.next{
    transform: translate(-15%,60%);
    z-index: 4;
}
.testimonials-contents .div-2 {
    color: black;
    padding: 0 0 0 40px;
}
.testimonials-contents .div-2 p{
    opacity: .7;
    font-size: .8em;
    color: black;
}
.testimonials-contents .div-2 label{
    margin-top: 10px;
    opacity: .9;
    font-size: 1em;
    color: black;
}
.carousel:hover {
    animation-play-state: running !important; /* Prevents pausing on hover */
}
.testimonial-navs button{
    padding: 1px 8px 3px 8px;
    border-radius: 50%;
    background: #343973;
    border: .1em solid #343973;
    margin-right: 10px;
    margin-top: 20px;
}
.testimonial-navs img{
    width: 15px;
}


.ratings{
    border: 3px solid #343973;
    width: 80%;
    border-radius: 20px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 100px;
    margin-bottom: 70px;
    padding: 30px 0;
}
.ratings div{
    padding: 30px 30px;
    text-align: left;
    border-right: 3px solid transparent;  /* Set border to transparent */
    border-image: linear-gradient(0deg, #6DDCFF, black) 1;  /* Apply gradient border */
    color: black;
}
.ratings div:nth-child(2){
    border-right: 3px solid transparent;  /* Set border to transparent */
    border-image: linear-gradient(-180deg, #6DDCFF, black) 1;  /* Apply gradient border */
}
.ratings div:last-child{
    border: none;
}
.ratings div h5{
    font-family: "Phudu-big";
    font-size: 2.3em;
}
.ratings div p{
    font-family: "poppins";
    color: #343973;
}
.blogs{
    background-color: #F4F8FF;
    width: 100%;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.blogs .blogs-header{
    color: black;
    text-align: center;
}
.blogs .blogs-header span{
    color: #343973;
    font-family: 'Phudu-big';
}
.blogs .blogs-contents{
    padding: 0 40px;
    margin-top: 100px;
    color: black;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.blogs .blogs-contents .blogs-side .blogs-card img{
    width: 100%;
    height: 100%;
    position: absolute;
}
.blogs-side{
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 30px;
    margin-left: auto;
    margin-right: auto;
}
.blogs-side .blogs-card{
    width: 100%;
    position: relative;
    height: 512px;
    max-width: 450px;
    border-radius: 7px;
    overflow: hidden;
    display: flex;
    flex-direction: column; /* Stack child elements vertically */
}
.blogs-side:nth-child(2){
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    gap: 30px;
}
.blogs-side:nth-child(2) .blogs-card{
    width: 100%;
    position: relative;
    height: auto;
    border-radius: 7px;
    overflow: hidden;
    max-width: 450px;
}
.blogs-card-contents{
    width: 100%;
    position: relative;
    z-index: 10;
    margin-top: auto;
    height: auto;
    position: relative;
    z-index: 1;
    padding: 10px 20px;
}
.blogs-card-contents .bg{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    z-index: -1;
}
.blogs-card-contents h4{
    font-family: "poppins",sans-serif;
    font-size: 1.2em;
}
.blogs-card-contents p{
    font-family: "poppins",sans-serif;
    font-size: .9em;
    width: 95%;
}
.blogs-card-contents button{
    border-radius: 50%;
    border: none;
    background-color: #E1E5F1;
    position: absolute;
    right: 15px;
    bottom: 15px;
    padding: 5px 10px 7px 12px;
}
.blog-footer{
    padding: 70px 0 50px 50px;
    position: relative;
}
.blog-footer button{
    margin-left: auto;
    padding: 13px 50px;
    font-size: 1.2em;
    font-family: "poppins";
    font-weight: 600;
    color: white;
    border: none;
    border-radius: 10px;
    background: #343973;
    cursor: pointer;
}
.contact{
    background-color: #F4F8FF;
    width: 100%;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.contact .contact-header{
    color: black;
    text-align: center;
}
.contact .contact-header span{
    color: #343973;
}
.contact-contents{
    padding: 0 40px;
    margin-top: 100px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.contact-contents{
    color: black;
}
.contact-contents span{
    color: #343973;
}
.contact-contents form{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.contact-contents form textarea{
    grid-column: span 2;
    padding: 16px;
    font-family: "poppins",sans-serif;
    background-color: #FFFFFF;
    color: #595C5F;
    height: 250px;
    resize: none;
    border-radius: 10px;
    box-shadow: 5px 5px 10px #D9D9D940;
    border: none;
    outline: none;
}
.contact-contents form input{
    padding: 15px 10px;
    font-family: "poppins",sans-serif;
    background-color: #FFFFFF;
    color: black;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 #D9D9D940;
    border: none;
    outline: none;
}
.contact-contents .contact-form{
    border-right: 2px solid #343973;
    padding: 0 40px 40px 0;
}
.contact-info h4{
    margin-bottom: 30px;
}
.contact-item{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.contact-item img{
    width: 30px;
}
.contact-item p{
    line-height: 2;
    margin-top: auto;
    font-size: 1em;
    margin: 0;
}
.contact .send{
    padding: 10px 25px;
    border-radius: 8px;
    border: 1px solid #343973;
    background-color: transparent;
    color: #343973;
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 40px;
    overflow: hidden;
    position: relative;
    transition: all 0.5s;
}
.contact .send::before{
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: -121%;
    transform: skewX(30deg);
    top: 0;
    transition: all 0.5s;
    background-color:  #343973;
    z-index: -1;
}
.contact .send:hover::before{
    left: -6%;
    background-color: #343973;
}
.contact .send:hover{
    color: white;
}
.contact .shadows{
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: #343973;
    filter: blur(70px);
    z-index: -1;
    bottom: -170px;
    left: -90px;
}
.contact .shadows.two{
    z-index: -1;
    bottom: -170px;
    left: 94%;
    right: -90px;
}
.faqs{
    background-color: #F4F8FF;
    width: 100%;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.faqs .faqs-header{
    color: black;
    margin-top: 80px;
    padding: 0 40px;
}
.faqs .faqs-header span{
    color: #343973;
}
.faqs-contents{
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.faqs-contents{
    color: black;
    margin-top: 10px;
}
.accordion-button {
    background-color: #FFFFFF;
    box-shadow: none;
    font-size: .5em;
    border: none;
    color: black;
    padding: 20px 20px;
    font-family: "Phudu";
}
.accordion{
    margin-top: 70px;
}
.accordion-item{
    border: none;
    color: white;
}

.accordion-button:focus,
.accordion-button:hover {
    background-color: #FFFFFF;
    box-shadow: none;
}

.accordion-collapse {
    background-color: #EEEEEE;
    color: black;
    border: none;
}

.accordion-button:not(.collapsed) {
    background-color: #FFFFFF;
    color: #022B3A;
    border-bottom: 3px solid #022B3A;
    box-shadow: 0 1px 1px 0 #022B3A;
}
.accordion-button {
    border: none;
    border-bottom: 3px solid #022B3A;
}


.accordion-body{
    font-family: "poppins",sans-serif;
}


.accordion p{
    margin-top: 30px;
    font-family: "Phudu";
}

.accordion p span{
    font-family: "Phudu";
    color: #2BADE2;
    text-decoration: underline;
}

.subscribe{
    background-color: #F4F8FF;
    width: 100%;
    padding: 40px 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.subscribe ol li{
    font-size: .9em;
    opacity: 1;
    margin-bottom: 20px;
    font-weight: 300;
    color: black;
}
.subscribe ol li span{
    font-size: 1.2em;
    font-weight: 500;
    opacity: 1;
    color: black;
}

.subscribe-contents{
    padding: 0 40px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 50px;
}
.subscribe-form{
    padding: 20px;
    color: black;
}
.subscribe-form div h1{
    font-size: 3.5em;
    font-family: monoton;
    color: #767B7D33;
}
.subscribe-form div{
    display: flex;
    gap: 20px;
}
.subscribe-form h1,.subscribe-form h1 span{
    font-family: "Phudu";
}
.subscribe-form h1 span{
    color: #6BD4FF;
}
.subscribe-form form{
    margin-top: 70px;
}
.subscribe-form form input{
    display: block;
    width: 75%;
    padding: 18px 20px;
    color: #595C5F;
    background-color: black;
    border: none;
    border-radius: 10px;
    box-shadow: 0 5px 10px 0 #14ECF01A;
    outline: none;
}
.subscribe-form form button{
    padding: 7px 25px;
    border-radius: 8px;
    border: 1px solid #2BADE2;
    background-color: transparent;
    color: #2BADE2;
    font-weight: 500;
    font-size: 1.1em;
    cursor: pointer;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
    transition: .3s ease;
}
.subscribe-form form button::before{
    content: "";
    width: 120%;
    height: 100%;
    position: absolute;
    left: -121%;
    transform: skewX(30deg);
    top: 0;
    transition: all 0.5s;
    background-color:  #2BADE2;
    z-index: -1;
}
.subscribe-form form button:hover::before{
    left: -6%;
    background-color: #2BADE2;
}
.subscribe-form form button:hover{
    color: white;
}

.footer{
    background-color: #E1E5F1;
    padding: 20px 40px 0 40px;
    display: grid;
    width: 100%;
    grid-template-columns: repeat(6, 1fr);
    text-align: left;
}
.footer div:first-child{
    justify-content: center;
    justify-items: center;
    align-content: center;
    align-items: center;
    text-align: center;
}

.footer div:first-child img{
    width: 100px;
    margin: auto;
}
.footer div:first-of-type h5{
    text-align: center;
    color: black;
    font-family: "phudu-big";
    margin-top: 15px;
}
.footer div{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.footer div h4{
    font-size: 1em;
    color: black;
    font-family: "phudu-big";
}
.footer div a{
    font-size: .9em;
    opacity: 1;
    color: black;
    font-family: "poppins";
    transition: all .3s ease;
}
.footer div a:hover{
    transform: scale(1.02);
}
.footer div a.active{
    color: #022B3A;
    position: relative;
}
.footer div a.active:after{
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    background-color: #022B3A;
    bottom: -5px;
    left: 0;
}

.footer .footer-social{
    display: block;
    margin-bottom: 0;
}

.footer .footer-social img{
    width: 30px;
    margin-right: 10px;
}








/*responsiveness tablet*/

.hamburger{
    display: none;
}
.offcanvas{
    background-color: #F4F8FF;
    color: black;
    max-width: 300px;
    z-index: 100000000000000000000000;
    position: fixed;
    top: 0; 
    right: 0; 
    height: 100vh; 
    width: 250px; 
    z-index: 10; 
    transform: translateX(-100%); 
    transition: transform 0.3s ease; 
    backdrop-filter: blur(20px);
}
.offcanvas-body ul{
    list-style-type: none;
    width: 100%;
    padding-left: 0;
}
.offcanvas-body ul{
    overflow: hidden;
}
.offcanvas-body ul li{
    font-size: 1.3em;
    padding: 10px;
    margin-bottom: 5px;
    color: black;
    transition: all .3s;
    transform: translateX(10px);
}
.offcanvas-body ul li:hover{
    background-color: rgba(0, 0, 0, 1);
}
.offcanvas-body ul li svg{
    margin-right: 10px;
    color: #343973;
}

@media (max-width: 1560px) {
    .hero-phone-image{
        width: 460px;
        position: relative;
        transform: translateX(54%);
    }
}
@media (max-width: 1490px) {
    .hero-phone-image{
        width: 460px;
        position: relative;
        transform: translateX(45%);
    }
}
@media (max-width: 1450px) {
    .hero-phone-image{
        width: 460px;
        position: relative;
        transform: translateX(37%);
    }
}
@media (max-width: 1390px) {
    .hero-phone-image{
        width: 460px;
        position: relative;
        transform: translateX(35%);
    }
}
@media (max-width: 1250px) {
    .hero-phone-image{
        transform: translateX(28%);
    }
    .floating-service.one{
        left: 47%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.two{
        bottom: 200px;
        left: 47%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        right: 100px;
    }    
    .home-hero-left h1{
        width: 100%;
        font-size: 2.2em;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .home-hero-left p{
        width: 100%;
        font-size: 1.1em;
        line-height: 1.3;
    }
    .home-hero-footer div{
        border-right: 2px solid transparent;  /* Set border to transparent */
        border-image: linear-gradient(0deg, #6DDCFF, black) 1;  /* Apply gradient border */
        padding-right: 20px;
        padding-left: 10px;
    }
    .home-hero-footer div h5{
        margin: 0px;
        font-size: 1.1em;
    }
    .home-hero-footer div p{
        margin: 0px;
        font-size: .8em;
        font-weight: 400;
    }
    .home-hero .home-union-hero{
        width: 120%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10000000;
    }
    .home-hero .home-union1-hero{
        width: 80%;
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: 1000000;
    }
    .home-hero-left .get-started{
        margin-top: 20px;
    }
    .about-contents{
        padding: 70px 40px 50px 40px;
    }
    .about-contents-container{
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 30px;
    }
    .about-contents-container img{
        width: 100%;
        height: 300px;
    }
    .about-contents-container img:nth-child(2){
        transform: translateY(0%);
    }
    .about-contents-container img:nth-child(1){
        transform: translateY(0%);
    }
    .about-contents-container div p{
        font-size: 1.1em;
    }
    .about-contents-container div{
        grid-column: span 3;
        margin-top: 20px;
    }
    .about-paragraph{
        position: relative;
        font-size: 1.1em;
        margin-top: 20px;
        width: 100%;
        bottom: unset;
        left: unset;
        color: white;
        grid-column: span 3;
    }
}
@media (max-width: 1220px) {
    .hero-phone-image{
        transform: translateX(15%);
    }
    .floating-service.one{
        left: 40%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.two{
        bottom: 200px;
        left: 40%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        top: 35%;
        right: 100px;
    }    
}
@media (max-width: 1120px) {
    .hero-phone-image{
        transform: translateX(5%);
    }
    .floating-service.one{
        left: 40%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.two{
        bottom: 200px;
        left: 40%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        right: 100px;
    }    
    .home-hero-left h1{
        width: 100%;
        font-size: 1.9em;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .home-hero-left p{
        width: 100%;
        font-size: 1.1em;
        line-height: 1.3;
    }
    .home-hero-footer div h5{
        margin: 0px;
        font-size: 1em;
    }
    .home-hero-footer div p{
        margin: 0px;
        font-size: .8em;
        font-weight: 400;
    }
    .home-hero .home-union-hero{
        width: 130%;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 10000000;
    }
    .home-hero .home-union1-hero{
        width: 80%;
        position: absolute;
        bottom: 0;
        right: -20%;
        z-index: 1000000;
    }
    .text-in-bg h1{
        font-size: 2.8em;
        font-family: monoton;
    }
}

@media (max-width: 1024px) {
    .logo{
        width: 150px;
    }
    .testimonials-header, .about-header , .services-header, .faqs-header, .blogs-header, .contact-header{
        margin-top: 35px;
    }
    .text-in-bg h1{
        font-size: 2.4em;
        font-family: monoton;
    }
    .header-links{
        position: absolute;
        right: 35px;
    }
    .lang-btn {
        right: 50px;
        margin-top: 2px;
    }
    .header-navigation{
        display: none;
    }
    .hamburger{
        display: block;
    }
    .home-hero-contents{
        display: grid;
        grid-template-columns: 1fr;
    }
    .home-hero-left{
        padding: 0px;
        color: white;
        justify-content: center;
        align-items: center;
        align-content: center;
        justify-items: center;
    }
    .home-hero{
        width: 100%;
        height: 900px;
        position: relative;
        overflow: hidden;
    }
    .home-bg-hero{
        width: 100%;
        height: 900px;
        margin-top: 0px;
        z-index: 10;
    }
    .home-hero-left h1{
        width: 60%;
        font-size: 2.2em;
        line-height: 1.3;
        margin-bottom: 10px;
        text-align: center;
        margin: auto;
    }
    .home-hero-left p{
        width: 60%;
        font-size: 1.1em;
        line-height: 1.3;
        margin: auto;
        text-align: center;
        margin-top: 20px;
    }
    .home-hero-navs button{
        padding: 3px 6px;
        border-radius: 50%;
        margin-right: 0;
        position: absolute;
        top: 50%;
        left: 30px;
        z-index: 10000000;
    }
    .home-hero-navs button:last-child{
        top: 50%;
        left: unset;
        right: 30px;

    }
    .home-hero-navs{
        margin-top: 0px;
    }
    .hero-phone-image{
        transform: translateX(40%);
    }
    .floating-service.one{
        left: 35%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.two{
        bottom:200px;
        left: 35%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        top: 30%;
        right: 28%;
    }  

    .testimonials-contents{
        grid-template-columns: repeat(1,1fr);
    }
    .testimonials-contents div:first-of-type img{
        top: 6%;
        left: 40%;
    
    }
    .testimonial-list{
        top: 0%;
        left: 36%;
    }
    .testimonials-contents div:first-of-type img.next{
        transform: translate(60%,-20%);
        z-index: 2;
    }
    .testimonials-contents div:first-of-type img.prev{
        transform: translate(-100%,-20%);
        z-index: 2;
    }
    .testimonials-contents div:first-of-type img.active{
        transform: translate(-20%,70%) scale(1.3);
        box-shadow: none;
        z-index: 4;
    }

    .testimonials-contents .div-2 {
        margin-top: 250px;
    }
    .testimonial-navs button{
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .testimonial-navs button:last-child{
        position: absolute;
        left: unset;
        right: 20px;
        transform: translateY(-50%);
    }
    .testimonial-navs img{
        width: 15px;
    }
    .blogs .blogs-contents{
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 20px;
    }
    .contact-contents{
        grid-template-columns: repeat(1,1fr);
        grid-template-rows: auto auto;
        gap: 50px;
    }
    .contact-contents{
        grid-row: 2;
    }
    .contact-info{
        grid-row: 1;
        padding-bottom: 0px;
    }
    .contact-contents .contact-form{
        border: none;
        border-top: 2px solid #13AEEE;
        padding: 50px 40px 40px 0;
    }
    .faqs-contents{
        grid-template-columns: repeat(1,1fr);
        gap: 0;
    }
    .faqs .faqs-header{
        margin-top: 30px;
        text-align: center;
    }
    .image-cut{
        grid-row: 1;
        margin-top: 10px;
    }
    .accordion{
        grid-row: 2;
        margin-top: 0;
    }
    .subscribe-contents{
        grid-template-columns: repeat(1,1fr);
    }
    .ratings{
        padding: 20px 0;
        width: 90%;
    }
    .ratings div h5{
        font-size: 2em;
    }
    .ratings div p{
        font-size: .9em;
    }
    .contact-contents{
        margin-top: 40px;
     }
     .home-hero-footer{
        padding: 10px;
    }
    .footer{
        grid-template-columns: repeat(5, 1fr);
    }
    .footer div:first-child{
        justify-content: start;
        justify-items: start;
        align-content: start;
        align-items: start;
        text-align: left;
    }
    
    .footer div:first-child img{
        width: 100px;
        margin: 0;
    }
    .footer div:first-of-type h5{
        margin-top: 10px;
        margin-left: 5px;
    }
    .lang-btn {
        right: 50px;
    }
}
@media (max-width: 990px) {
    .hero-phone-image{
        transform: translateX(35%);
    }
    .home-hero-footer div h5{
        font-size: .9em;
    }
    .home-hero-footer div p{
        font-size: .7em;
    }
    .about-contents-container img{
        width: 100%;
        height: 250px;
    }
}
@media (max-width: 920px) {
    .hero-phone-image{
        transform: translateX(28%);
    }
}
@media (max-width: 870px) {
    .hero-phone-image{
        transform: translateX(22%);
    }
    .home-hero .home-union-hero{
        width: 155%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 120%;
        right: -20%;
    }
    .partners div img{
        max-width: 220px;
        min-width: 220px;
        margin-top: 30px;
        max-height: 100px;
    }
    
}
@media (max-width: 800px) {
    .hero-phone-image{
        transform: translateX(13%);
    }
    .home-hero-footer{
        width: 60%;
    }
    .home-hero-footer div h5{
        font-size: .8em;
    }
    .home-hero-footer div p{
        font-size: .6em;
    }
    .home-hero .home-union-hero{
        width: 175%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 135%;
        right: -20%;
    }
    .home-hero-left h1{
        font-size: 2em;
    }
    .home-hero-left p{
        font-size: 1em;
    }
    .about-contents-container img{
        width: 100%;
        height: 220px;
    }
    .services-contents{
        gap: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .blogs .blogs-contents{
        grid-template-columns: repeat(1,1fr);
        gap: 30px;
    }
    .blogs-side:nth-child(2) .blogs-card{
        height: 350px;
    }
}

@media (max-width: 768px) {
    .footer{
        grid-template-columns: repeat(4, 1fr);
    }
    .faqs .faqs-header{
        padding: 0 0px;
    }
}


@media (max-width: 710px) {
    .hero-phone-image{
        transform: translateX(5%);
    }
    .about-contents-container img{
        border-radius: 10px;
    }
    .about-contents-container{
        gap: 10px;
        padding: 10px;
        border: none;
        background-color: transparent;
    }
    .about-contents{
        padding: 30px 0 0 0;
    }
    .about{
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-contents-container div p{
        font-size: 1em;
    }
    .about-paragraph{
        font-size: 1em;
    }
    .testimonials-contents{
        margin-top: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .testimonials-contents .div-2{
        padding: 0;
    }

    .testimonials-contents div:first-of-type img{
        width: 100px;
        height: 115px;
    }
    .testimonial-list{
        width: 110px;
        height: 110px;
        margin-top: 10px;
    }
    .services-contents{
        padding: 0 10px;
    }
    .services{
        padding: 40px 10px;
    }
    .services-contents p{
        font-size: .9em;
    }
    .testimonials-contents h3{
        font-size: 1.4em;
    }
    .testimonials-contents .div-2 p{
        font-size: .7em;
    }
    .testimonials-contents .div-2 label{
        font-size: .9em;
    }
    .testimonial-navs button{
        top: 40%;
        transform: translateY(-50%);
    }
    .ratings{
        padding: 10px 0;
        width: 95%;
    }
    .ratings div h5{
        font-size: 1.5em;
    }
    .ratings div p{
        font-size: .8em;
    }
    .blogs-card-contents h4{
        font-size: 1em;
    }
    .blogs-card-contents p{
        font-family: "poppins",sans-serif;
        font-size: .8em;
        width: 95%;
    }
    .text-in-bg h1{
        font-size: 2em;
        font-family: monoton;
    }
    .faqs-contents{
        padding: 0 20px;
    }
    .subscribe-contents{
        padding: 0 20px;
    }
    .subscribe{
        padding-top: 0;
    }
    .subscribe-form{
        padding: 00px;
    }
    .subscribe-form div h1{
        font-size: 3em;
    }
    .subscribe-form h1{
        font-size: 1.5em;
    }
    .subscribe-form form{
        margin-top: 30px;
    }
    .subscribe-form form input{
        display: block;
        width: 100%;
    }
    .services-contents .services-card{
        height: 350px;
    }
    .services-card img{
        position: absolute;
        width: 230px;
        bottom: -60px;
        left: -60px;
        transition: .5s all;
    }
    
}
@media (max-width: 680px) {
    .footer{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 670px) {
    .hero-phone-image{
        transform: translateX(0%);
    }
    .home-hero .home-union-hero{
        width: 185%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 145%;
        right: -50%;
    }
    .home-hero-footer div h5{
        font-size: .7em;
    }
    .home-hero-footer div p{
        font-size: .5em;
    }
    .home-hero-footer{
        width: 70%;
    }
    .about-contents-container img{
        width: 100%;
        height: 200px;
    }
    .partners div img{
        max-width: 200px;
        min-width: 200px;
        margin-top: 30px;
        max-height: 100px;
    }
    .contact-contents .contact-form{
        padding: 50px 0px 40px 0;
    }
    .contact-contents .contact-form form{
        display: block;
    }
    .contact-contents .contact-form form input{
        margin-bottom: 20px;
        width: 100%;
    }
    .contact-contents .contact-form form textarea{
        width: 100%;
    }
    .contact-contents{
       padding: 0;
       margin-top: 40px;
    }
    .contact-item p{
        font-size: .9em;
    }
    .contact .send{
        width: 40%;
        font-size: 1em;
    }
    .contact-info h4{
        margin-bottom: 30px;
        font-size: 1.2em;
    }
    .subscribe ol li{
        font-size: .8em;
    }
    .subscribe ol li span{
        font-size: 1.1em;
    }
    .subscribe ol{
        padding-left: 10px;
    }
    .subscribe h2{
        margin-left: 0;
    }
}
@media (max-width: 630px) {
    .hero-phone-image{
        transform: translateX(-5%);
    }
    .about-contents-container img{
        width: 100%;
        height: 180px;
    }
}
@media (max-width: 580px) {
    .hero-phone-image{
        transform: translateX(-10%);
    }
    .home-hero-left h1{
        width: 90%;
    }
    .home-hero-left p{
        width: 90%;
    }
    .home-hero .home-union-hero{
        width: 205%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 165%;
        right: -50%;
    } 
    .home-hero-left h1{
        font-size: 1.8em;
    }
    .home-hero-left p{
        font-size: 1em;
    }
    .floating-service.one{
        left: 30%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.two{
        bottom:230px;
        left: 30%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        top: 30%;
        right: 19%;
    }  
    .floating-service p{
        font-size: .8em;
    }
    .floating-service h2{
        font-size: 1em;
    }
    .floating-service{
        width: 150px;
    }
    .floating-service .bg{
        backdrop-filter: blur(10px);
        padding: 16px 5px 16px 10px;
        width: 100%;
        border-radius: 10px;
    }
    .accordion-button {
        font-size: .6em;
    }
    .accordion-body{
        font-size: .9em;
    }
    .subscribe-form div h1{
        font-size: 2em;
    }
    .testimonial-list{
        left: 34%;
    }
    .text-in-bg.contact-monoton{
        left: 10px;
    }
}
@media (max-width: 520px) {
    .text-in-bg h1{
        font-size: 2.1em;
        font-family: monoton;
    }
    .hero-phone-image{
        transform: translateX(-18%);
    }
    .home-hero-footer{
        width: 100%;
    }
    .home-hero .home-union-hero{
        width: 225%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 185%;
        right: -50%;
    } 
    
    .about-contents-container img{
        width: 100%;
        height: 150px;
    }
    .about-contents-container div p{
        font-size: .9em;
    }
    .about-paragraph{
        font-size: .9em;
    }
    .about-contents button{
        font-size: .9em;
    }
    .partners div img{
        max-width: 170px;
        min-width: 170px;
        margin-top: 30px;
        max-height: 90px;
    }
    .testimonials-contents{
        margin-top: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .ratings div h5{
        font-size: 1.3em;
    }
    .ratings div p{
        font-size: .7em;
    }
    .blogs-side .blogs-card{
        height: 425px;
    }
    .blogs{
        padding: 40px 10px 20px 10px;
    }
    .contact .send{
        width: 60%;
        font-size: 1em;
    }
    .subscribe-contents{
        padding: 0 0px;
    }
    .subscribe-form div h1{
        font-size: 1.7em;
    }
    .footer{
        grid-template-columns: repeat(2, 1fr);
    }
    
}
@media (max-width: 510px) {
    .footer div h4{
        font-size: .9em;
        color: black;
        font-family: "phudu-big";
    }
    .footer div a{
        font-size: .8em;
        opacity: 1;
        color: black;
        font-family: "poppins";
        transition: all .3s ease;
    }
    .header-links{
        position: unset;
    }
    .search-bar{
        display: none;
        position: absolute;
        bottom: 0;
        border-radius: 0px;
        border-left: none;
        border-right: none;
        border-top: none;
        padding: 10px 20px;
        transform: translateY(180%);
        background: #111111;
        backdrop-filter: blur(20px);
        font-size: .8em;
    }
    
    .search-bar.active {
        display: inline-block; /* Show the search bar when active */
        left: -10px;
        right: 10px;
        width: 105%;
    }
    .header-search{
        top: 50%;
        right: 110px;
        transform: translateY(-50%);
    }
    .navigation-container{
        padding: 6px;
    }
    .logo{
        width: 120px;
    }
}

@media (max-width: 450px) {
    .home-hero .home-union-hero{
        width: 245%;
        left: -10%;
    }
    .home-hero .home-union1-hero{
        width: 205%;
        right: -50%;
    } 
    .home-hero-footer div h5{
        font-size: .6em;
    }
    .home-hero-footer div p{
        font-size: .4em;
    }
    .floating-service p{
        font-size: .7em;
    }
    .floating-service h2{
        font-size: .9em;
    }
    .partners div img{
        max-width: 150px;
        min-width: 150px;
        margin-top: 30px;
        max-height: 80px;
    }
    .ratings{
        width: 100%;
        margin: 40px 0;
    }
    .ratings div{
        padding: 20px 10px;
    }
    .ratings div h5{
        font-size: 1.1em;
    }
    .ratings div p{
        font-size: .5em;
    }
    .blogs-side .blogs-card{
        height: 400px;
    }
    .blog-footer button{
        margin-left: auto;
        padding: 10px 30px;
        font-size: 1em;
        font-family: "poppins";
        font-weight: 600;
    }
    .text-in-bg h1{
        font-size: 1.7em;
        font-family: monoton;
    }
    .text-in-bg.contact-monoton{
        font-size: .8em;
    }
    .faqs-contents{
        padding: 0 0px;
    }
    .subscribe h2{
        font-size: 1.3em;
    }
    .testimonial-list{
        left: 33%;
    }
    .about-contents-container img{
        width: 100%;
        height: 130px;
    }
    .footer{
        padding: 10px 20px;
    }
    .about .about-tech-solutions span:first-of-type{
        margin-left: 10px;
    }
    .about .about-tech-solutions{
        font-size: 1.1em;
        margin-bottom: 20px;
    }
}

@media (max-width: 375px) {
    .hero-contents h1{
        font-size: 2.4em;
    }
    .services-contents{
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

}

@media(max-width: 360px){
    .floating-service.one{
        left: 35%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .about-contents-container img{
        width: 100%;
        height: 110px;
    }
    .floating-service.two{
        bottom:230px;
        left: 35%;
        animation: bouncing 2s ease-in-out infinite;
    }
    .floating-service.three{
        top: 30%;
        right: 21%;
    } 
}
