html body{
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.main{
    width: 100vw;
    height: 100%;
    position: relative;
    overflow-x: hidden;
}
.navbar{
  background-color: #2c2172;
  height: 100px;
  width: 100%;
  position: fixed;
  z-index: 999;
}
.hover-container {
  position: relative;
  display: inline-block;
}
/* Style for the text */
  .hover-text {
    color: #fff;
    text-decoration: none; /* Remove default underline */
    position: relative; /* Ensure proper stacking */
    z-index: 1; /* Ensure text is above line */
    transition: color 0.3s; /* Smooth color transition */
  }
 /* Style for the line */
  .hover-text::after {
    content: '';
    position: absolute;
    left:2px;
    top: 50%;
    width: 93%;
    height: 1px;
    background-color: #fcfcfc; /* Color of the line */
    transform: translateY(-50%);
    opacity: 0; /* Initially hide the line */
    transition: opacity 0.3s; /* Smooth opacity transition */
  }
  /* Hover effect */
  .hover-container:hover .hover-text::after {
    opacity: 1; /* Show the line on hover */
  }

  /* Hover effect on text */
  .hover-container:hover .hover-text {
    color: #3fcaff; /* Change text color on hover */
    font-weight: bold;
  }


  /* Styles for the dropdown menu */
.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #ffffff;
    list-style: none;
    margin: 0;
    padding: 0;
    top: 100%;
    left: 0;
    min-width: 150px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }
  
  .dropdown-item {
    padding: 10px;
    color: rgb(46, 45, 45);
    text-decoration: none;
    display: block;
  }
  
  .dropdown-item:hover {
    background-color: #3fcaff;
    color: white;
  }
  
  /* Show the dropdown menu on hover */
  .nav-item:hover .dropdown-menu {
    display: block;
  }
  
  .navbar-brand img{
    width: 100%; height: 22vh
  }


 /* //client */
 .clientMain{
  background: linear-gradient(to right, #b4ec51, #429321);height: 20vh;display: flex;justify-content: center;align-items: center;
}
.clientMain h1{
  color: #fff
}
.clientMain h4{
  color: #3fcaff;
}
.clientMain2{
  display: none;
}

/* //ourIdentity */
 /* /ourIdentity */
 .identityMain{
  background: url(./image/home/bgForNew.png);
  height: 70vh;
  width: 100%;
}
 .identityMain2{
  width: 100%;
  height: 70vh;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

 }
 .identityMainCol1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
 }
 .identityMainCol1 p{
  font-size: 16px;color: #000000;
  padding:  0px 20px;
 }
 .identityMainCol2 {
  position: relative;
  width: 50%;
 }
 .identityMainCol2 img{
  width: 100%;height: 70vh;
 }
 .identityMainCol2Cont{
  position: absolute;background-color: #2c21726b;height: 70vh;width: 100%;top: 0%;left: 0%;
 }
 .identityMainCol2Cont2{
  position: absolute;top: 40%;left: 20%;
 }
 .identityMainCol2Cont2 h1{
  color: #fff;line-height: 30px;
 }
 
   /* //gamedevelopment */
   .gameDevlopmentMain{
    background-color: #fff;height: 75vh;
   }
   .gamedevelopmentMain2{
    width: 100%;
    height: 75vh;
    position: relative;
   }
   .gamedevelopmentContent{
    height: 64vh;
    width: 80%;
    position: absolute;
    top: 10%;
    left: 6%;
    background:  linear-gradient(to right, #b4ec51, #429321);
   }
   .gamedevelopmentContentA{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 65vh;
   }
   .gamedevelopmentContentB{
    border: 4px solid #310285;
    width: 40%;
    position: absolute;
    top: 17%;right: 6%;
    height: 54vh;
    display: flex;
    justify-content: center;
    align-items: center;
   }
   .gameDevlopmentMainPart2{
    display: none;
   }


   /* //whychoose */
    /* //whychoose */
    .whyChoose{
      height: 70vh;background: url(./image/home/bgForNew.png);
     }
     .whyChoose2{
      height: 70vh;width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
      align-items: center;
     }
     .smallBox1{
      width: 40%;height: 27vh;background: linear-gradient(to right, #b4ec51, #429321);display: flex;flex-direction: column;justify-content: center;
     }
     .smallBox2{
      width: 40%;height: 27vh;background: linear-gradient(to right, #b4ec51, #429321);border-left: 4px solid white;display: flex;flex-direction: column;justify-content: center;
     }
     .smallBox3{
      width: 40%;height: 27vh;background: linear-gradient(to right, #b4ec51, #429321);border-top:4px solid white;display: flex;flex-direction: column;justify-content: center;
     }
     .smallBox4{
      width: 40%;height: 27vh;background: linear-gradient(to right, #b4ec51, #429321);border-top: 4px solid white;;border-left: 4px solid white;display: flex;flex-direction: column;justify-content: center;
     }
     .whyContent{
      height: 27vh;display: flex;flex-direction: row;justify-content: center
     }
     .whyChoose2A{
      width: 45%
     }
     .whyChoose2B{
      display: flex;flex-direction: column;justify-content: space-around;align-items: center;width: 45%;
     }
     .whyChoose2BForm{
      height: 70vh;width: 75%;background: linear-gradient(to right, #b4ec51, #429321);display: flex;flex-direction: column;justify-content: center;align-items: center;
     }
     .whyChoose2BForm h3{
      color: #310285;letter-spacing: 0px;
     }
     .whyChoose2BForm label{
      color: #fff;font-size: 20px;
     }

 @media (max-width : 650px) {
  
    .navbar-collapse{
        background: #0C0127;
        padding: 20px;
        }
        .navbar{
            height: 60px;
            padding: 0px 15px;
        }
        .hover-text :hover{
                   color: #3fcaff;
        }
        .hover-text::after {
            display: none;
        }
        .navbar-brand img{
          width: 100%; height: 10vh
        }
      
/* /ourIdentity */
.identityMain{
  background: url(./image/home/bgForNew.png);
  height: 75vh;
  width: 100%;
}
 .identityMain2{
  width: 100%;
  height: 75vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;

 }
 .identityMainCol1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 55vh;
 }
 .identityMainCol1 p{
  font-size: 12px;color: #000000;
    padding: 10px;
 }
 .identityMainCol1 h1{
  font-size: 25px;
}
 .identityMainCol2 {
  position: relative;
  width: 100%;
 }
 .identityMainCol2 img{
  height: 24vh
 }
 .identityMainCol2Cont{
  position: absolute;background-color: #2c21726b;height: 24vh;width: 100%;top: 0%;left: 0%;
 }
 .identityMainCol2Cont2{
  position: absolute;top: 40%;left: 20%;
 }
 .identityMainCol2Cont2 h1{
  color: #fff;line-height: 15px;
    font-size: 20px;
 }

/* //gamedevelopmentPart2 */
.gameDevlopmentMain{
  display: none;
 }
.gameDevlopmentMainPart2{
  background-color: #fff;height: 83vh;
  display: block;
}

        
  
 /* //client */
 .clientMain{
  display: none;
   }
   .clientMain2{
      display: block;
      background: #2c2172;
      height: 10vh;
      display: flex;
      flex-direction: row;
      justify-content: space-around;
      align-items: center;
  }
  .clientMain2 h6{
      color: #3fcaff;
  }
  .clientMain2 p{
      color: #fff;
      font-size: 8px
  }
  .clientMain2 .firstChild{
      width: 20%;
     height: 6vh;
     line-height: 4px;
  }
  .secondChild{
      width: 25%;height: 6vh;line-height: 4px;
  }
  .thirdChild{
      width: 15%;height: 6vh;line-height: 4px;
  }
  .fourChild{
      width: 23%;height: 6vh;line-height: 4px;
  }

      /* //whychoose */
   .whyChoose{
    height: auto;background: url(./image/home/bgForNew.png);
   }
   .whyChoose2{
    height: auto;width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px
 
   }
   .whyChoose2A{
    width: 90%;
    margin-bottom: 10px;
   }
   .smallBox1{
    width: 45%;height: 20vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);display: flex;flex-direction: column;justify-content: center;
   }
   .smallBox2{
    width: 45%;height: 20vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);border-left: 4px solid white;display: flex;flex-direction: column;justify-content: center;
   }
   .smallBox3{
    width: 45%;height: 20vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);border-top:4px solid white;display: flex;flex-direction: column;justify-content: center;
   }
   .smallBox4{
    width: 45%;height: 20vh;background: linear-gradient(to right, #3fcaff 0%, #a4ffb0 100%);border-top: 4px solid white;;border-left: 4px solid white;display: flex;flex-direction: column;justify-content: center;
   }
   .whyContent{
    height: 20vh;display: flex;flex-direction: row;justify-content: center;
   }
   .smallBox1 h3,.smallBox2 h3,.smallBox3 h3,.smallBox4 h3{
    font-size: 18px;
   }
   .smallBox1 h6,.smallBox2 h6,.smallBox3 h6,.smallBox4 h6{
    font-size: 14px;
    margin-bottom: 0px;
   }
   .smallBox1 p,.smallBox2 p,.smallBox3 p,.smallBox4 p{
    font-size: 11px;
    margin-bottom: 0px;
   }
   .whyChoose2B{
    display: flex;flex-direction: column;justify-content: space-around;align-items: center;width: 100%;
   }
   .whyChoose2BForm{
    height: 52vh;width: 80%;background:linear-gradient(to right, #b4ec51, #429321);display: flex;flex-direction: column;justify-content: center;align-items: center;
   }
   .whyChoose2BForm h3{
    color: #310285;letter-spacing: 1px;
    font-size: 18px;
   }
   .whyChoose2BForm label{
    color: #fff;font-size: 15px;
   }
   input::placeholder{
    font-size: 12px;
   }   
}
 .slider2{
    width: 100%;
    display: flex;
   
  }
  .slider2 .cardNew{
    flex: 1;
    margin: 0 10px;
    background: #2c2172;
  }
  .slider2 .cardNew .img{
    height: 40vh;
    width: 100%;
  }
  .slider2 .cardNew .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slider2 .cardNew .content{
    padding: 10px 20px;
  }
  .slider2 .cardNew .content .title{
    font-size: 18px;
    font-weight: 600;
    color: #3fcaff;
  }
 .slider2 .cardNew .content .sub-title{
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
  }
 .slider2 .cardNew .content p{
    text-align: justify;
    margin: 10px 0;
    color: #fff;
    font-size: 13px;
  }
 .slider2 .cardNew .content .btn{
    display: block;
    text-align: left;
    margin: 10px 0;
  }
  .slider2 .cardNew .content .btn button{
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
 .slider2 .cardNew .content .btn button:hover{
    transform: scale(0.9);
  }
  

  .slider{
    width: 100%;
    display: flex;
   
  }
  .slider .cardNew{
    flex: 1;
    margin: 0 10px;
    background: #2c2172;
  }
  .slider .cardNew .img{
    height: 40vh;
    width: 100%;
  }
  .slider .cardNew .img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .slider .cardNew .content{
    padding: 10px 20px;
  }
  .cardNew .content .title{
    font-size: 20px;
    font-weight: 600;
    color: #3fcaff;
  }
  .cardNew .content .sub-title{
    font-size: 20px;
    font-weight: 600;
    color: #e74c3c;
    line-height: 20px;
  }
  .cardNew .content p{
    text-align: justify;
    margin: 10px 0;
    color: #fff;
    font-size: 18px;
  }
  .cardNew .content .btn{
    display: block;
    text-align: left;
    margin: 10px 0;
  }
  .cardNew .content .btn button{
    background: #e74c3c;
    color: #fff;
    border: none;
    outline: none;
    font-size: 17px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.2s;
  }
  .cardNew .content .btn button:hover{
    transform: scale(0.9);
  }
  



/* //customer */
.customerExperience{
  height: 70vh;
  width: 100%;
  background: url(./image/home/home-banner.jpg);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.customerExperience2{
  width: 43%;height: 10vh;background: linear-gradient(to right, #b4ec51, #429321);
  display: flex;justify-content: center;align-items: center;
}
.customerExperience2 h1{
  letter-spacing: 0px;
  color: #310285
}
.customerExperience3{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;height: 45vh;
}
.customerExperience3A{
  width: 22%;
}
  .cardCustomer {
    width: 250px;
    height: 250px;
    transform-style: preserve-3d;
    perspective: 500px;
    border: none;
    background-color: inherit;
  }
  
  .cardCustomer .face {
    position: absolute;
    color: #530a0a;
    width: 100%;
    height: 100%;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    background:linear-gradient(to right, #b4ec51, #429321);
    transform-style: preserve-3d;
    transition: 0.5s;
    backface-visibility: hidden;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    /* border-right: 1px solid #999;
  border-bottom: 1px solid #999; */
  }
  
  .cardCustomer .face.front-face,
  .cardCustomer .face.back-face {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  .cardCustomer .face.front-face .profile {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
  }
  
  .cardCustomer .face.front-face .name {
    letter-spacing: 2px;
    color: #310285;
    font-weight: 500;
  }
  
  .cardCustomer .face.front-face .designation {
    font-size: 0.8rem;
    color: #ddd;
    letter-spacing: 0.8px;
  }
  
  .cardCustomer:hover .face.front-face {
    transform: rotateY(180deg);
  }
  
  .cardCustomer .face.back-face {
    position: absolute;
    background: linear-gradient(to right, #b4ec51, #429321);
    transform: rotateY(180deg);
    padding: 20px 30px;
    text-align: center;
    user-select: none;
    font-size: 14px;
  }
  
  .cardCustomer .face.back-face .fa-quote-left {
    position: absolute;
    top: 25px;
    left: 25px;
    font-size: 10px;
  }
  
  .cardCustomer .face.back-face .fa-quote-right {
    position: absolute;
    bottom: 35px;
    right: 25px;
    font-size: 10px
  }
  
  .cardCustomer:hover .face.back-face {
    transform: rotateY(360deg);
  }
  

  @media (max-width : 600px) {
    /* //customer */
.customerExperience{
  height: auto;
  width: 100%;
  background: url(./image/home/home-banner.jpg);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.customerExperience2{
  width: 70%;height: 8vh;background: linear-gradient(to right, #b4ec51, #429321);
  display: flex;justify-content: center;align-items: center;
  margin: 12px 0px;
}
.customerExperience2 h1{
  font-size: 23px;
}
.customerExperience3{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;height: 152vh;
  width: 100%;
}
.customerExperience3A{
  width: 70%;
}
  }


/* //uperform */
.formMainContBlog{
  height: 74vh;background: url(./image/home/bgForNew.png)
}
.formMainContBlogBg{
  height: 74vh;width: 100%;
}
.formContBlogCotent{
  width: 100%;height: auto;display: flex;flex-direction: row;justify-content: space-around;
}
.formContBlogCotentA{
  width: 50%;height: 74vh;display: flex;flex-direction: column;justify-content: space-around;
}
.formContBlogCotentHead{
  width: 70%;height: 10vh;background: linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: center;align-items: center;
}
.formContBlogCotentHead h3{
  letter-spacing: 0px;color: #310285;
}
.formContBlogCotentText{
  width: 100%;height: auto;display: flex;justify-content: center;align-items: center;color: #000000;font-size: 21px;
}
.formContBlogCotentB{
  display: flex;flex-direction: column;justify-content: space-around;align-items: center;width: 50%;
 }
 .formContBlogCotentB1{
  height: 74vh;width:75%;background: linear-gradient(to right, #b4ec51, #429321);display: flex;flex-direction: column;justify-content: center;align-items: center;
 }
 .formContBlogCotentB1 h3{
  color: #310285;letter-spacing: 1px;
  font-size: 18px;
 }
 .formContBlogCotentB1 label{
  color: #fff;font-size: 15px;
 }
 /* //phoneWhatsFixed */
.phoneWhatBottom{
  width: 11%;position: fixed;height: 20vh;right: 0%;bottom: 40%;z-index: 999;display: flex;flex-direction: column;justify-content: space-between;align-items: center;
}
.phoneWhatBottomA ,.phoneWhatBottomB{
  width: 68%;height: 9vh;display: flex;justify-content: center;align-items: center;
}
@media (max-width : 650px) {
/* //uperform */
.formMainContBlog{
  height: auto;background: url(./image/home/bgForNew.png)
}
.formMainContBlogBg{
  height: auto;width: 100%;
  padding: 10px 0px;
}
.formContBlogCotent{
  width: 100%;height: auto;display: flex;flex-direction: column;justify-content: space-around;
}

.formContBlogCotentA{
  width: 100%;height: 40vh;display: flex;flex-direction: column;justify-content: space-around;
}
/* .formContBlogCotentB{
  display: flex;flex-direction: column;justify-content: space-around;align-items: center;width: 100%;height: 74vh
} */
.formContBlogCotentHead{
  width: 100%;height: 7vh;background: linear-gradient(to right, #b4ec51, #429321);display: flex;justify-content: center;align-items: center;
}
.formContBlogCotentHead h3{
  letter-spacing: 1px;
  color: #310285;
  font-size: 14px;
  font-weight: 700;
}
.formContBlogCotentText{
  width: 100%;height: 35vh;display: flex;justify-content: center;align-items: center;color: #000000;font-size: 13px;
}
.formContBlogCotentB{
  display: flex;flex-direction: column;justify-content: space-around;align-items: center;width: 100%;
 }
 .formContBlogCotentB1{
  height: auto;width: 90%;background: linear-gradient(to right, #b4ec51, #429321);display: flex;flex-direction: column;justify-content: center;align-items: center;padding: 10px 0px
 }
 .formContBlogCotentB1 h3{
  color: #310285;letter-spacing: 1px;
  font-size: 18px;
 }
 .formContBlogCotentB1 label{
  color: #fff;font-size: 15px;
 }


 /* //phoneWhatsFixed */
.phoneWhatBottom{
  width: 20%;position: fixed;height: 27vh;right: 0%;bottom: 40%;z-index: 999;display: flex;flex-direction: column;justify-content: space-between;align-items: center;padding: 23px;
}
.phoneWhatBottomA ,.phoneWhatBottomB{
  width: 10%;height: 8vh;display: flex;justify-content: center;align-items: center;
}
}