@font-face {
    font-family: 'GtFontBold';
    src:
        url('/gt-walsheim-pro/GTWalsheimPro-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GtFont';
    src:

        url('/gt-walsheim-pro/GTWalsheimPro-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    color: white;
    background: #000000;
    font-family: GtFont !important;
    overflow-x: hidden;
}



/* .first_section_background {
    background: url(/Images/firstSection1.png) center center;
    background-size: cover;
    background-position: center;
} */




/* first section */
.seo-first-section {
    /* margin: 0 auto; */
    height: 200px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.seo-first-section .container {
    text-align: center;
    align-items: center;

}

.seo-first-section h1 {
    font-size: 56px;
    font-weight: 700;
    line-height: 64.12px;
    align-items: center;
    text-align: center;


}

.seo-first-section p {
    font-size: 24px;
    font-weight: 400;
    align-items: center;
    /* line-height: ; */
}





@media (max-width: 1199px){
    .seo-first-section h1{
        font-size: 50px;
    }
    .seo-first-section p{
        font-size: 20px;
    }
}
@media (max-width: 991px){
    .seo-first-section h1{
        font-size: 45px;
    }
    .seo-first-section p{
        font-size: 18px;
    }
}
@media (max-width: 767px){
    .seo-first-section h1{
        font-size: 40px;
    }
    .seo-first-section p{
        font-size: 15px;
    }
}
@media (max-width: 567px){
    .seo-first-section h1{
        font-size: 35px;
    }
    .seo-first-section p{
        font-size: 12px;
        word-break:normal;
    }
}


/* second section */
.unleash-second-section {
    display: flex;
    /* width: 1400px; */
    /* justify-content: space-around; */
    text-align: left;
    /* padding: 20px;
    margin-left: 150px; */
}
.floating {
    animation: float 5s ease-in-out infinite;
  }
  
  @keyframes float {
    0% {
        transform: translateY(0);
    }
  
    50% {
        transform: translateY(-10px);
    }
  
    100% {
        transform: translateY(0);
    }
  }
.robo-image-left .robot-img {
    width: 350px;
    height: 500px;
}


.unleash-content{
    /* justify-content: center;
    text-align: center;
    align-items: center; */
    /* padding: 70px 0px 70px 80px; */
    padding-top: 40px;
}
.unleash-content h2 {
    font-size: 54px;
    font-weight: 400;
    line-height: 55px;
    /* width: 758px; */
    height: 55px;
}

.unleash-content h1 {
    font-size: 54px;
    font-weight: 400;
    /* line-height: 80px; */
}


.unleash-content p {
    font-weight: 400;
    font-size: 20px;
    /* line-height: 32px; */
    color: white;
    /* margin-top: 20px; */

}

@media (max-width: 1199px){
    .unleash-content{
        padding: 0px;
    }
    .unleash-content h2 {
        font-size: 44px;
    }
    .unleash-content h1 {
        font-size: 50px;
    }
    .unleash-content p {
        font-size: 18px;
    }
    .robo-image-left .robot-img{
        width: 300px;
        height: 400px;
    }
}
@media (max-width: 991px){
    .unleash-content{
        padding: 0px;
    }
    .unleash-content h2 {
        font-size: 36px;
    }
    .unleash-content h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .unleash-content p {
        font-size: 14px;
    }
    .robo-image-left .robot-img{
        width: 230px;
        height: 300px;
        /* margin-top: 40px; */
    }
}
@media (max-width: 767px) {
    .unleash-content {
        padding: 0px;
    }
    .unleash-content h2 {
        font-size: 30px;
        white-space: nowrap; 
        line-height: 70px;
    }
    .unleash-content h1 {
        font-size: 30px;
        line-height: 40px;
        white-space: nowrap; 
    }
    .unleash-content p {
        font-size: 12px;
        white-space: nowrap; 
    }
    .robo-image-left .robot-img {
        width: 170px;
        height: auto;
        padding-top: 20px;
    }
}

@media (max-width: 576px) {
    .unleash-content {
      /* text-align: center; Center align text */
      padding: 10px;
      /* margin: 10px; */
    }
    .robo-image-left {
      text-align: center; /* Center the robot image */
    }
    .unleash-content h2 {
      font-size: 30px;
      white-space:unset; 
    }
    .unleash-content h1 {
      font-size: 30px;
      line-height: 40px;
      white-space:unset;  
    }
    .unleash-content p {
      font-size: 14px;
      white-space:unset; 
    }
    .robo-image-left #robot-img {
      width: 100%;
      max-width: 230px;
      height: auto; 
    }
  }
  
/* third-section */
  .unleash-third-section {
    margin-top: 100px;
    padding: 50px 20px;
    background: url(/Images/gifbackground.gif) no-repeat center center;
    background-size: cover; /* Ensures the image covers the entire section */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents repeating of the image */
}

  .third-section-left h1 {
    font-weight: 400;
    font-size: 46px;
    line-height: 50px;
  }
  
  .third-section-left p {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
  }
  
  .first-sub-container,
  .second-sub-container {
    display: flex;
    align-items: start;
    gap: 15px;
    justify-content: space-around;
        /* margin-bottom: 20px; */
  }
  
  .first-sub-img img,
  .second-sub-img img {
    padding: 10px;
    width: 100px;
    height: 100px;
  }
  
  .third-section-btn {
    width: 197px;
    height: 59px;
    border-radius: 8px;
    font-size: 24px;
    background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
    color: white;
    cursor: pointer;
  }
  
  .third-section-right {
    position: relative;
  }
  
  .color-key {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 150px;
    height: 150px;
    z-index: 1;
  }
  
  .third-section-right-robo {
    width: 100%;
    /* max-width: 450px; */
    border-radius: 40px;
    /* z-index: -10; */
    margin-left: 20px;
  }
  @media (max-width: 1199px){
    .first-sub-img img,
  .second-sub-img img {
    width: 100px;
    height: 100px;
  }
  .third-section-right-robo{
    width: 100%;
  }
  .color-key {
    bottom: 60px;
  }
  }
  
  @media (max-width: 992px) {
    .first-sub-img img,
  .second-sub-img img {
    width: 80px;
    height: 80px;
  }
    .third-section-left h1 {
      font-size: 36px;
      line-height: 40px;
      font-weight: 400;
    }
  
    .third-section-left p {
      font-size: 14px;
      line-height: 20px;
    }
    .third-section-left h3{
        font-size: 24px;
    }
  
    .color-key {
      width: 120px;
      height: 120px;
    }
    .third-section-right-robo{
        width: 300px;
    }
    .third-section-btn{
        width: 150px;
        height: 40px;
        font-size: 18px;
    }
    .color-key {
        width: 100px;
    height: 100px;  
    bottom: 110px;
    }
  }
  
  @media (max-width: 768px) {
   
    .first-sub-img img,
  .second-sub-img img {
    padding: 0px;
    width:60px;
    height:60px;
  }
  
    .third-section-left {
      /* text-align: center; */
      margin-bottom: 20px;
    }
    .third-section-left h1{
        font-size: 30px;
        line-height: 30px;
    }
    .third-section-left h3{
        font-size: 18px;
    }
    
    .third-section-left p{
        font-size: 12px;
        line-height: 14px;
    }
  
    .third-section-btn {
      width: 150px;
      font-size: 18px;
    }
  
    .color-key {
      bottom: 90px !important;
      left: 40px;
      transform: translateX(-50%);
      width: 80px;
      height: 80px;  
      bottom: 110px;
    }
  
    .third-section-right-robo {
      width: 120%;
    }
    .third-section-btn{
        width: 130px;
        height: 35px;
        font-size: 16px;
        margin-top: 0px !important;
    }
  }
  
  @media (max-width: 576px) {
    .third-section-left h1 {
      font-size: 30px;
      line-height: 40px;
    }
  
    .third-section-left p {
      font-size: 14px;
    }
  
    .color-key {
      width: 100px;
      height: 100px;
    }
  
    .third-section-right-robo {
      width: 260px !important;
    }
    .color-key {
        bottom: 50px !important;
        left: 45px;
        transform: translateX(-50%);
        width: 90px;
        height: 90px;  
        bottom: 110px;
      }
    
     
  }
  


/* fourth-section */

.unleash-fourth-section .container {
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
    justify-content: space-between;
}

.container .fourth-section-left h1 {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: 1px;
}
.fourth-section-right{
    margin-left: 180px;
}
.container .fourth-section-right .achievement h1{
    font-size: 126px;
    font-weight: 700;
    line-height: 132px;
}
.container .fourth-section-right .achievement p{
    font-size: 24px;
    font-weight: 100;
    line-height: 27px;
    width: 260px;
    height: 28px;
    color: rgba(196, 196, 196, 1);
}
.gradient-text {
    background: linear-gradient(to right,#E95FFF, #131594 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
}

.unlease-fourth-section .fourth-section-right .gradient-achievement {
    background: linear-gradient(90deg, #4D30F9 0%, #FA4CCE 50%, #FC8965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1199px){
    .container .fourth-section-left h1{
        font-size: 50px;
    }
    .container .fourth-section-right .achievement h1{
        font-size: 100px;
        line-height: 80px;
    }
}
@media (max-width: 991px){
    .container .fourth-section-left h1{
        font-size: 40px;
    }
    .fourth-section-right{
        margin-left: 100px;
    }
    .container .fourth-section-right .achievement h1{
        font-size: 80px;
        line-height: 80px;
    }
}
@media (max-width: 767px){
    .container .fourth-section-left h1{
        font-size: 30px;
    }
    .fourth-section-right{
        margin-left: 70px;
    }
    .container .fourth-section-right .achievement h1{
        font-size: 60px;
        line-height: 40px;
    }
    .container .fourth-section-right .achievement p{
        font-size: 14px;
        font-weight: 100;
    }
}
@media (max-width: 567px){
    .container .fourth-section-left h1{
        font-size: 20px;
    }
    .fourth-section-right{
        margin-left: 50px;
    }
    .container .fourth-section-right .achievement h1{
        font-size: 45px;
        line-height: 40px;
    }
    .container .fourth-section-right .achievement p{
        font-size: 12px;
        font-weight: 100;
    }
}




/* view all jobs */
.view-heading h1{
    font-size: 60px;
    font-weight: 700;
}
.animeCard {
    border: 1px solid rgba(82, 132, 225, 1);
    border-radius: 40px;
    position: relative;
    /* background-color: rgba(3, 1, 10, 0.856); */
    padding: 20px;
}
.cardHeading {
    font-size: 16px;
    font-weight: 400;
    font-family: GtFont !important;
}
.animeCard::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(139, 12, 130, 0.856), rgba(172, 133, 231, 0.96));
    border-radius: 40px;
    z-index: -1;
}
.animeCard1 {
    position: relative;
    background-color: rgba(17, 2, 16, 0.856);
    border: 1px solid rgba(217, 70, 239, 1);
    border-radius: 40px;
    padding: 20px;
}
.animeCard1::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, rgba(55, 6, 52, 0.856), rgba(116, 68, 188, 0.96));
    border-radius: 40px;
    z-index: -1;
}
.icon1 {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(82, 132, 225, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon2 {
    width: 40px;
    height: 40px;
    border: 2px solid rgba(82, 132, 225, 1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
}
.icon2 img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    display: block;
}
.chooseCard {
    border: 1px solid rgba(217, 70, 239, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
}
.chooseCard1 {
    border: 1px solid rgb(68, 9, 246);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
}
@media (max-width: 1199px)
{
    .view-heading h1{
        font-size: 55px;
    }
}
@media (max-width: 991px)
{
    .view-heading h1{
        font-size: 50px;
    }
}
@media (max-width: 767px)
{
    .view-heading h1{
        font-size: 40px;
    }
}
@media (max-width: 567px)
{
    .view-heading h1{
        font-size: 34px;
    }
}




/* AI ERA */
.mainSection {
    background-image: url('/Images/avatar.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.tab-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tabs {
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50px;
    padding: 10px;
    margin-bottom: 20px;
}

.tab {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    padding: 10px 20px;
    cursor: pointer;
    text-decoration: none;
    margin: 0 15px;
    transition: color 0.3s ease;
}
.tabs .tab.active .underlineDiv {
    width: 100% !important;
    height: 2px !important;
    border-radius: 2px;
    background: linear-gradient(90deg, #FFFFFF 0%, #8B5CF6 129.61%) !important;
}

.subHeading {
    font-size: 24px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.video-container {
    position: relative;
    width: 100%;
    text-align: center;
}

video {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}
/* AI ERA */


/* why choose us */
.section_second_container {
    background: url(/Images/section2.png) center center;
    background-size: cover;
    background-position: center;
    padding-top: 30px;
}
.chooseHeading {
    font-size: 24px;
    font-weight: 400;
    line-height: 27.48px;
}

.chooseSubHeading {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
}

.chooseCard {
    border: 1px solid rgba(217, 70, 239, 1);
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    width: 400px;
    min-width: 400px;
    padding: 30px;
}

.chooseCard:hover {
    box-shadow: 0 0 6px 2px rgba(217, 70, 239, 1) !important;

    background: #000000;
}

.chooseCard1 {
    border: 1px solid #8B5CF6;
    border-radius: 15px;
    color: rgba(255, 255, 255, 1);
    width: 400px;
    min-width: 400px;
    padding: 30px;
}

.chooseCard1:hover {
    box-shadow: 0 0 6px 2px #8B5CF6 !important;

    background: #000000;
}

.sub_container_choose {
    display: flex;
    width: 100%;
    overflow: auto;
    gap: 20px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.sub_container_choose::-webkit-scrollbar {
    display: none;
}

/* For Firefox */
.sub_container_choose {
    scrollbar-width: none;
    /* hide scrollbar in Firefox */
}

/* For Internet Explorer, Edge */
.sub_container_choose {
    -ms-overflow-style: none;
    /* hide scrollbar in IE and Edge */
}



/* why choose us */



/* footer css */

footer {
    padding: 40px 20px; 
    position: relative;
}

.bottom_img{
    position: absolute;
    width: 50%;
    bottom: 0;
    left: -20%;
    z-index: -1;
    opacity: 0.2;
}

footer .footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

footer .footer-item {
    flex: 1 1 25%;
    margin: 10px;
    min-width: 200px;

}

footer .heading {
    margin-bottom: 10px;
    font-size: 17px;
    background: linear-gradient(90deg, #FA4CCE 0%, #FA4CCE 50%, #FC8965 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

footer p,
footer ul,
footer a {
    color: white;
    text-decoration: none;
}

footer ul {
    list-style-type: none;
    padding: 0;
}

footer ul li {
    margin-bottom: 5px;
}

footer .logo img {
    width: 150px;
    margin-bottom: 10px;
}

footer .footer-item a:hover {
    text-decoration: underline;
}

footer .bottom-bar {
    text-align: center;
    margin-top: 20px;
}

@media (max-width:1399px){
    .bottom_img{
        width: 60%;
    }
}
@media (max-width:1199px){
    .bottom_img{
        width: 70%;
    }
}
@media (max-width:991px){
    .bottom_img{
        width: 80%;
    }
}
@media (max-width:767px){
    .bottom_img{
        width: 100%;
        bottom: unset;
        left: unset;
    }
}
@media (max-width:576px){

}
