* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    border: none;
}


@font-face {
    font-family: 'LemonMilkBold';
    src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Medium.otf) format('opentype');
    ;
}

@font-face {
    font-family: 'ExtraLemonMilkBold';
    src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Bold.otf) format('opentype');
    ;
}

@font-face {
    font-family: 'LemonMilk';
    src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Regular.otf) format('opentype');
    ;
}

@font-face {
    font-family: 'LemonMilkLight';
    src: url(/font/Lemon-Milk/Lemon\ Milk\ Pro\ Ultra\ Light.otf) format('opentype');
    ;
}

@font-face {
    font-family: 'Basel-Grotesk';
    src: url(/font/TheaterBaselGroteskVAR.woff) format('opentype');
    ;
}

@font-face {
    font-family: 'Gilroy-Medium';
    src: url(/font/Gilroy-Medium.ttf) format('opentype');
    ;
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');

:root {
    --orange: #d66e0c;
}


.empty {
    height: 82px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
}

.lang{
    position: relative;
    text-align: end;
    position: absolute;
    top: 30px;
    right: 0;
    

}

.logosession{
    position: relative;
}

@media screen and (max-width: 567px)  {
    .lang{
        right:-11%;
        top: 12px;
    }  
}


.noneed {
    opacity: 0;
}


.flagimg{
    position: absolute;
    width: 30px;
}
.space {
    position: relative;
    left: -70px;
}
.langs{
    position: relative;
    right: 8px;
}
/* img {
    max-width: 100%;
} */
.newcontainer {
    width: 70%;
    margin: auto;

}
.uklogo{
    width: 30px;
}

.atag {
    text-decoration: none;
    color: black;
}

/* a :hover{
    text-decoration: none;
    color: white;
} */



.home-bg-img{
    
    background-image: url(images/Bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index:-1;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    
}
.index{
    /* background-image: url(images/Bg.webp); */
    font-size: 13px;
    position: fixed;
    background-size: cover;
    background-position: center ;
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    /* height:100%; */
    background-repeat: no-repeat;
    position: relative;
    /* animation: slideBackground 20s infinite alternate; */
   
}

.home {
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    font-size: 13px;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    width: 100vw;
    /* overflow-x: hidden; */
    /* height:100%; */
    background-repeat: no-repeat;
    position: fixed;

}

.indexlogo {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: slideToMiddle 2s ease forwards;
}

@keyframes slideToMiddle {
    0% {
        top: 0;
        opacity: 0;
    }

    100% {
        top: 35%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.indexheading {
    color: white;
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    text-align: center;
    font-size: larger;
    white-space: nowrap;
}

.content {
    height: 1000px;
}

.logo {
    width: 200px;
    position: relative;
    /* left: 5rem; */
    bottom: 25px;
}
.indexheadingg{
    position: relative;
    /* left: 5rem; */
    bottom: 25px;
}



.i {
    margin-left: 130px;
    /* Space between logo and text */
    position: relative;
    color: white;
    font-weight: bold;
    top: 5vh;
    animation: blink 3s linear 1000;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

/* .navbar-timer {
    animation: fade-in 18s;
} */

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: none;
    }

    70% {
        opacity: 0;
        transform: none;
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

/* .mobile-nav-timer {
    animation: fade-in 9s;

} */

@keyframes fade-in {
    0% {
        opacity: 0;
        transform: none;
    }

    70% {
        opacity: 0;
        transform: none;
    }

    100% {
        opacity: 1;
        transform: none;
    }
}

.navbar.show {
    top: 0;
}

.container {
    position: relative;
    color: white;
}

.mobile-nav {
    top: 100%;
    position: sticky;
}

.home .navbar-item,
.home .res-navbar-item,
.toggle-icon {
    height: 80px;
    background-color: white;
    position: fixed;
    display: flex;
    width: max-content;
    float: right;
    top: calc(100vh - 79px);
    right: 0%;
    z-index: 2;

}

.subhead {
    color: #09469C;
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    font-weight: 300;
    font-size: 30px;
    /* font: normal normal 300 61px/91px var(--unnamed-font-family-poppins);   
    font: normal normal 300 61px/91px Poppins; */
    letter-spacing: 1.83px;
    color: #09469C;
}


@keyframes changeBackground {
    0% {
        background-image: url('images/robot\ 1.webp');
    }
  
 
    50% {
        background-image: url('images/robot\ 2.webp');
        opacity: 1;
    }
  
    80% {
        background-image: url('images/robot\ 3.webp');
        opacity: 0;
    }

    100% {
        background-image: url('robot3.webp');
        opacity: 1;
    }
}

@media (max-width: 600px) {

    .home .navbar-item,
    .home .res-navbar-item,
    .toggle-icon {
        top: auto;
        /* Reset the top property */
        bottom: 0;
        /* Position from the bottom instead */
        width: 100%;
        /* Ensure it spans the full width of the screen */
        justify-content: center;
        /* Center the content */
    }
   
}

.home .res-navbar-item {
    display: none;
}

.resp-menu-items a:hover {
    text-decoration: none;
    color: #fff;
}

/* Style the links inside the navigation bar */
.home .navbar-item a,
.home .navbar-item a h3 {
    float: left;
    width: 180px;
    display: block;
    color: #f2f2f2;
    text-align: right;
    padding: 30px 30px;
    text-decoration: none;
    font: normal normal 400 23px/34px "Poppins", sans-serif;
    font-size: 17px;
    color: black;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.active1 {
    width: 90px;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 30px 30px;
    text-decoration: none;
    font-size: 17px;
    color: black;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.active1 .search-item {
    position: fixed;
    width: 250px;
    height: 80px;
    right: 0px;
    display: none;
    color: #fff;
    font-size: 17px;

    /* background-color: #752d2d; */

}

.home .navbar-item .active1:hover,
.home .res-navbar-item .active1:hover {
    background: #06A8E2;
    transition: left 0.5s cubic-bezier(0.21, 0.63, 0.36, 1);
}

.active1:hover .search-item {
    display: block;
    transition: left 0.5s cubic-bezier(0.21, 0.63, 0.36, 1);
}

.active1 .search-item .search-box {
    position: relative;
    /* background: #752d2d; */
    width: 100%;
    display: inline-block;
    height: 80px;
    background: #000;
    display: flex;
    align-items: center;

    justify-content: center;
    font: normal normal 300 23px/34px "Poppins", sans-serif;
    transition: all 0.5s cubic-bezier(0.21, 0.63, 0.36, 1);
    left: 200%;
}

.active1:hover .search-item .search-box {
    left: -90px;

}

.active1:hover .icon {
    background: #06A8E2
}

/* .search-item .search-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50vw;
    width: 100%;
    height: 100%;
    background: #000;
    transition: left 0.2s cubic-bezier(0.21, 0.63, 0.36, 1);
    
    z-index: -1;
}
.active1:hover .search-item .search-box::before {
    left:0
} */
/* .search-item .search-box{
 position: relative;
 width:250px;
 height: 96px;
 background-color: #752d2d;
 display: inline;
 z-index: 3;
} */
.home .navbar-item a:last-child {
    width: auto;
}

.home .navbar-item i {
    color: #000;
}


.home .navbar-item a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #008080;
    transition: left 0.4s cubic-bezier(0.21, 0.63, 0.36, 1);
    z-index: -1;
}

.active1 {
    background-color: #000;
}

.home .navbar-item .active1 :hover {}



.home .navbar-item a:hover::before {
    left: 0;
}

.home .navbar-item a.active::before {
    left: 0;
}

a {
    font: normal normal 300 23px/34px "Poppins", sans-serif;
}

.contentclr {
    color: #06a8e2;
}

.res-nav {
    display: none;
}

.toggle-icon {
    display: none;
}

.index  .bot {
    width: 280px;
    height: 190px;
    background-image: url(images/Group\ -1.webp);
    background-repeat: no-repeat;
    /* background-size: cover;  */
    background-position: center;
    position: fixed;
    left: 20vw;
    top: 50vh;
    animation: botTranslate 20s ease forwards;
    scale: 0.6;
}

.bot-img{
   position: absolute;
   width:100%;
   height:100%
}
@keyframes botTranslate {
    0% {
        left: 20vw;
        top: 50vh;
    }

    25% {
        left: 50vw;
        top: 50vh;
        background-image: url(images/offerings\ icon.webp);

    }

    50% {
        left: 70vw;
        top: 50vh;
        background-image: url(images/Group\ -4.webp);
    }

    75% {
        left: 80vw;
        top: 50vh;
        opacity: 1;
        background-image: url(images/Group\ -3.webp);
    }

    100% {
        left: 80vw;
        top: 50vh;
        opacity: 0;
        background-image: url(images/Group\ -5.webp);
    }
}


@media only screen and (max-width: 567px) {

    .newcontainer {
        width: 90%;
        margin: auto;
    }

    .i {
        margin-left: 40px;
    }

    .home {
        font: normal normal 300 23px/34px "Poppins", sans-serif;
        font-size: 13px;
        position: fixed;
        background-size: cover;
        background-position: right;
        min-height: 100vh;
        width: 100vw;
        overflow-x: hidden;
        /* height:100%; */
        background-repeat: no-repeat;
        position: sticky
    }

    .homeindex {
        /* background-image: url(/images/Bg.webp); */
    }
    .home-bg-img{
        background-image:  url(images/Bg.webp);
        background-position: center;
        position:fixed;
       
        top:0;
        left:0;
        right:0;
        bottom:0;
        background-repeat: no-repeat;
        animation: slideBackground 20s forwards alternate;
    }
    
    @keyframes slideBackground {
        0% {
            left:0;
            /* right: 0; */
        }
        25% {
            left:-150px;
            bottom:0px
            /* right: -500px; */
        
        }
        50% {
            left:-300px;
            bottom:0px
            /* right: -500px; */
        }
        75% {
            left:0px;
           
            /* right: -500px; */
        }
        100% {
           
            /* right: -500px; */
           
            
           
        }
    }
    @keyframes botTranslate {
        0% {
            left: 10vw;
           top: 47vh;
        }
        25% {
            left: 25vw;
            top: 47vh;
            background-image: url(images/offerings\ icon.webp);
        
        }
        50% {
            left: 35vw;
            top: 47vh;
            background-image: url(images/Group\ -4.webp);
        }
        75% {
            left: 45vw;
            top: 47vh;
            opacity: 1;
            background-image: url(images/Group\ -3.webp);
        }
        100% {
             left: 45vw;
             top: 47vh;
             opacity: 0;
             background-image: url(images/Group\ -5.webp);
        }
      }

}

.newcontainer2 {
    width: 70%;
    margin: auto
}



@media only screen and (max-width: 767px) {
   

    .newcontainer2 {
        width: 70%;
        margin: auto
    }

    .active1 .search-item {
        position: fixed;
        width: 100%;
        height: 80px;
        right: 90px;
        display: none;
        color: #fff;
        font-size: 17px;
        /* background-color: #752d2d; */
    }

}

.respon-toggle-icon {
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.respon-toggle-icon:hover {
    width: 100%;
    background-color: #008080;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu-container {


    /* align-items: center; */
    width: 100vw;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: hsla(0, 0%, 20%, 0.7);
    z-index: 100;
}

.logo-wrapper {
    width: 100vw;
    display: flex;
    justify-content: center;
    padding-top: 27vh;
}

.resp-menu-wrapper {
    width: 100vw; 
    height:fit-content; 
    position:fixed;
    top: auto;
    z-index:3;
    overflow:hidden;
    bottom: -400px;

}

/* .show-menu-wrapper {
    display: block;
    animation: slide-in 1s forwards;
}

@keyframes slide-in {
    0% {
        top: 100%;
    }
    100% {
        top: 0%;
    }
} */
.resp-menu-items a {
    text-decoration: none;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    font-size: x-large;
    text-align: center;
    padding-top: 10px;
}

.menu-container {
    display: none;
}
/* .home-bg-img{
    
    background-image: url(images/Bg.webp);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index:-1;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom: 0;
    
} */
.i {
    margin-left: 130px;
    /* Space between logo and text */
    position: relative;
    color: white;
    font-weight: bold;
    font-size: large;
    top: 5vh;
    animation: blink 3s linear 1000;
    animation-delay: 1s;
}

@media only screen and (max-width: 1200px) {


    .home .indexlogo {
        scale: 0.8;

        /* display: none; */
    }

    .menu-container {
        display: block;
    }

    .home .res-navbar-item {
        width: 100vw;
        background-color: unset;
        /* right: 5%; */

        /* height: 300px; */
        display: flex;
        flex-direction: row;
        justify-content: end;
        /* text-align: center; */
        z-index: 101;
    }

    .home .toggle-icon {
        display: block;
        background-color: unset;
        right: 5%;
        top: calc(100vh - 55px);
        display: flex;
        flex-direction: column;
        align-items: end;
        text-align: center;

    }

    .home .res-navbar-item .navbar-icon {
        background-color: #fff;
        margin: 5px;

        width: fit-content;
        padding: 10px 16px;
        border-radius: 50%;
    }

    .home .toggle-icon {
        background-color: #000;
        margin: 5px;
        height: 45px;
        width: fit-content;
        padding: 10px 16px;
        border-radius: 50%;
        display: flex;
        align-items: center;
    }

    .home .res-navbar-item .res-navbar-text {
        display: none;
    }

    .home .toggle-icon i {
        color: #fff
    }

    .home .res-navbar-item .res-navbar-content:hover .res-navbar-text {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-right: 5px;
        background-color: #008080;
        width: 200px
    }

    .home .res-navbar-item .res-navbar-content:hover {
        display: flex;
    }

    .home .navbar-item {
        display: none;
    }

    .toggle-icon {
        display: block;
    }
}



.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    transform: translate(0, -11px) rotate(45deg);
}


.atag:hover {
    text-decoration: none;
}

@media only screen and (min-width: 965px) and (max-width: 1500px) {
    .blank-content {
      height: 50px;
      display: inline-block;
    }
  }


.res-navbar-item {
    display: block;
    opacity: 1; /* Fully visible */
    visibility: visible; /* Element is visible */
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.hidden {
    opacity: 0; /* Fully transparent */
    visibility: hidden; /* Element is not visible */
    pointer-events: none; /* Prevent interaction when hidden */
}



@media (max-width: 600px) {
    .home .navbar-item, .home .res-navbar-item, .toggle-icon {
        top: auto;
         bottom:0;
        bottom: env(safe-area-inset-bottom); /* Use safe area insets */
        width: 100%;
        justify-content: center;
    }
}

.robot-image img{
   width:250px
}

.robot-image{
    width:100%;
    height: 90vh;
    display: flex;
    justify-content: center;
    align-items: end;
    animation: blink 3s linear ;
    animation-iteration-count: 2;
    animation-delay: 1s;
}
.robot-img-wraper {
    opacity: 0;
    animation: fadeInrobot 1s forwards; /* Use the forwards value to retain the final state */
}
.robot-img2{
    display: none;
    position: fixed;
    /* position: relative; */
    right: 10%; 
    top: 53%;
    display: none;
}
.robot-img2 img{
    width:180px
 }
@keyframes fadeInrobot {
    to {
        opacity: 1;
    }
}

@media (max-width: 1200px) {
    .robot-image {
        display: none;
    }
    /* .robot-img2{
        display: block;  
    } */

}
.blur-effect {
    filter: blur(5px); /* Adjust the blur radius as needed */
}

@media (min-width: 768px) and (max-width: 1199px) {
    .indexlogo {
        scale: 0.85;
    }

    .home .res-navbar-item {
        width: 100vw;
    }

    .home .toggle-icon {
        top: calc(100vh - 55px);
    }
}