
.bg_clr {
  background: radial-gradient(
      circle at 20% 20%,
      rgba(255, 218, 49, 0.3) 1%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 40%,
      rgba(49, 210, 255, 0.3) 1%,
      transparent 40%
    ),
    radial-gradient(
      circle at 20% 60%,
      rgba(49, 210, 255, 0.3) 1%,
      transparent 40%
    );
  background-size: 100% 100%;
}

.introclearfix {
    background: linear-gradient(0deg, #058acc 0%, #09acfe 100%);
    color: #fff;
}



    .custom-testimonial {
      background: #fff;
      border-radius: 10px;
      /*overflow: hidden;*/
          border: none;
    outline: none;
      position: relative;
 
    }

    .custom-testimonial img.testimonial-image {
      height: 260px;
      object-fit: cover;
      width: 100%;
    }

    .custom-play-btn {
      position: absolute;
      top: 10px;
      right: 10px;
      background: rgba(255, 255, 255, 0.8);
      padding: 5px;
      border-radius: 50%;
      z-index: 333;
      cursor: pointer;
    }

    .custom-testimonial::after {
      content: '';
      position: absolute;
      top: -2px;
      right: -2px;
      width: 75px;
      height: 85px;
      background-image: url(/public/website/images/Testimonial-after.svg);
    }

    .custom-user-info {
      padding: 15px;
      display: flex;
      align-items: center;
      gap: 15px;
    }

    .custom-user-info img {
      width: 56px;
      height: 56px;
      border-radius: 50%;
    }

    .custom-user-info p {
      margin: 0;
      font-weight: bold;
    }

    .custom-user-info span {
      display: block;
      font-size: 14px;
      font-weight: normal;
      color: #888;
    }
.eb-count {
   
        background-image: url(/public/website/images/download.svg);
    min-height: 230px;
    align-content: center;
    padding: 25px 0px 25px 24px;
    border-radius: 16px;
    background-repeat: no-repeat;
}
/* home page loader styling */

.body_loader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 110vh;
  overflow: hidden;
}

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

.progress-bar-container {
  width: 30vw;
  height: 10px;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
}

.progress-bar {
  height: 100%;
  width: 0;
  background-color: #058acc;
  border-radius: 8px;
  transition: width 0.1s ease;
}
.hero-section h1{
    font-size : 3rem;
    font-weight: 800;
        font-family: 'Raleway', sans-serif;
}

.hero-section p{
    font-size :20px;
    text-align: start;
}
.top-img-section{
   height: 100px !important;
    width: 106px;
}

.mobile-break {
  display: none;
}

.hero-section {
   
    min-height: calc(87vh - 108px);
    /*height: 87vh;*/
    align-content: center;
  
    color: #000;
}
.hero-bg-video {
  
   object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    bottom: 0;
    width: 57%;
   
}
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, #FFFFFF 47.06%, rgba(247, 247, 247, 0.43) 71.95%, rgba(0, 0, 0, 0.00) 101.87%);
    width: 90%;
    background-position: 0 0, 0 0;
    height: 100%;
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}


.btn-white {
    color: #fff !important;
    border-radius: 50px;
    padding: 0.7rem 1.5rem;
    background: linear-gradient(0deg, #058acc 0%, #09acfe 100%);
    box-shadow: 0px 0px 0px 0.927273px #0054A5;
    font-weight: bold;
    margin-top: 1.5rem;
    transition: 0.3s;
        border-radius: 20px !important;
}

/* arrow styling */

.path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
}

@keyframes dash {
  from {
    stroke-dashoffset: 1000;
  }

  to {
    stroke-dashoffset: 0;
  }
}

.dashed {
  stroke-dasharray: 5, 6;
}

/* home styling */

.home {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  height: 450px;
  background-image: url(../images/Website-Banner-Nexus1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 6.702vw 1.675vw;
  animation: change 10s infinite ease-in-out;
}
 .modernTactics{
      font-size: 38px;
  }
 .title{
      font-size: 38px;
  }
  .companies h3{
      font-size: 38px;
  }
  .we-build h3{
      font-size: 38px;
      
  }
  .Authheader h3{
      font-size: 38px;
  }
    .every-step{
      font-size:38px;
  }
  .about h3{
       font-size:38px;
  }
   .text-section h3{
       font-size:38px;
  }
  
@media screen and (max-width: 870px) {
  .heading1 {
    font-size: 24px !important;
  }

  .heading2 {
    font-size: 35px !important;
  }

  .heading3 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 568px) {
  .progress-bar-container {
    width: 250px !important;
  }

  .heading1 {
    font-size: 18px !important;
  }

  .heading2 {
    font-size: 28px !important;
    text-align: left !important;
  }
  .home {
    align-items: start !important;
  }

  .heading3 {
    font-size: 18px !important;
    text-align: left !important;
  }

  .talk {
    font-size: 16px !important;
  }

  .svg_animation {
    margin: 23% 0px 7% 0px !important;
  }

  .imgss {
    width: 140% !important;
  }
}

.heading1 {
  color: white;
  font-family: var(--font);
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 15px;
  text-align: center;
  text-transform: capitalize;
}

.heading2 {
  color: #058acc;
  font-family: var(--font);
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: left;
  text-transform: capitalize;
}

.heading3 {
  color: white;
  text-align: left;
  font-family: var(--font);
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.talk {
  display: none !important;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  text-transform: uppercase;
  border-radius: 6px;
  background: #e5ea14;
  cursor: pointer;
  color: #000;
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-transform: capitalize;
}

.imgss {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.svg_animation {
  position: relative;
  display: flex;
  width: 80%;
  margin-top: 230px;
  justify-content: center;
  align-items: center;
}

.sub_svg_ani {
  position: relative;
  display: flex;
  width: 80%;
  justify-content: center;
  align-items: center;
}

.imgss div:nth-child(1) {
  width: 33%;
  display: flex;
  align-items: end;
  justify-content: right;
}

.imgss div:nth-child(2) {
  width: 33%;
  display: flex;
  align-items: center;
}

.imgss div:nth-child(3) {
  width: 33%;
  display: flex;
  align-items: start;
}

.imgss div img {
  width: 100%;
  object-fit: contain;
}

.imgss_img2 img {
  margin-top: 3rem;
}

.imgss_img1 img {
  width: 70% !important;
}

/* one team styling */
.one_team {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 1.675vw;
  flex-direction: column;
}

#one_team {
  padding: 6.702vw 1.675vw 0px 1.675vw !important;
}

#one_team2 {
  padding: 5vw 1.675vw 0px 1.675vw !important;
}

.heading_one {
  color: #000;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  /* line-height: var(--linehite); */
  text-transform: capitalize;
}

/* container one styling */
@media screen and (max-width: 1009px) {
  .book {
    padding: 4vw 1.675vw !important;
  }

  .innovate_img img {
    width: 180px;
    max-width: 100%;
    aspect-ratio: 1/0.5 !important;
    object-fit: contain;
  }
  .innovate_content {
    padding: 20px !important;
  }
  .tribe_heading2 {
    font-size: 12px !important;
  }

  .tribe_discription2 {
    font-size: 12px !important;
  }
  .tribe_btn {
    font-size: 12px !important;
    padding: 12px 16px !important;
  }
}
@media screen and (max-width: 900px) {
  .tribe_wrapper {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .tribe_width {
    width: 850px;
  }
}
@media screen and (max-width: 900px) {
  .home {
    height: 370px !important;
  }

  .container_one {
    flex-direction: column !important;
    max-width: 95vw !important;
  }
  .changable_content {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
  }

  .left_one {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between !important;
    width: 100% !important;
    padding-bottom: 12px;
  }

  .left_one div {
    background-color: transparent;
    text-align: center;
    width: 30% !important;
    margin-bottom: 0vw !important;
  }

  .center_one {
    display: flex !important;
    flex-direction: row;
    justify-content: center !important;
    width: 100% !important;
    padding: 10px 0px;
  }

  .right_one {
    gap: 3vw !important;
    justify-content: space-around !important;
  }
  .year {
    font-size: 18px !important;
    line-height: 30px !important;
  }

  .buttonn {
    font-size: 12px !important;
    white-space: nowrap !important;
    padding: 20px 25px !important;
    width: 100% !important;
  }
}

.container_one {
  max-width: 80vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.702vw 1.675vw 1.34vw 1.675vw;
  overflow: hidden;
}

.left_one {
  display: grid;
  grid-template-columns: auto;
  width: 30%;
}

.left_one div {
  background-color: transparent;
  text-align: center;
  margin-bottom: 1.005vw;
}

.changable_content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 68%;
}

.center_one {
  display: flex;
  justify-content: center;
  width: 50%;
}

.center_one img {
  width: 300px;
  height: 300px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.right_one {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}
.right_one hr {
  margin: 6px 0;
}
.right_one div {
  text-align: left;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
  padding: 20px;
  width: 140px;
  line-height: 16px;
}

.one_year_tab2_img {
  aspect-ratio: 1/1;
  width: 40px;
}

.one_year_tab3_img {
  width: 25px;
}

.year {
  color: #058acc;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.discription {
  color: #777;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
}

.select {
  background-color: white !important;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
  color: #058acc !important;
  transition: 0.3s ease-in-out;
}

.buttonn {
  padding: 16px 12px;
  width: 100%;
  background-color: transparent;
  border-radius: 8px;
  color: #000;
  text-align: center;
  border: none;
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.buttonn:focus {
  outline: none;
}

/* Book styling */

.book {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5vw 1.675vw;
}

.book_content {
  background: #000;
  width: 100%;
  height: 120px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media screen and (max-width: 1000px) {
  .book_content {
    height: 100px !important;
  }

  .demo {
    font-size: 16px !important;
  }

  .demo_btn {
    padding: 10px 15px !important;
  }

  .book_svg {
    width: 16px !important;
  }
}

@media screen and (max-width: 800px) {
  .book_content {
    height: 80px !important;
  }
  .demo {
    font-size: 14px !important;
    margin-right: 10px !important;
  }

  .demo_btn {
    padding: 10px 15px !important;
  }

  .book_svg {
    width: 14px !important;
  }
}

@media screen and (max-width: 690px) {
  .mob_show {
    display: none !important;
  }

  .demo {
    margin-right: 20px !important;
  }
}

@media screen and (max-width: 568px) {
  .book {
    max-width: 100vw !important;
  }

  .book_content {
    height: 60px !important;
    width: 95% !important;
  }

  .demo {
    font-size: 14px !important;
    margin-right: 5px !important;
  }

  .demo_btn {
    padding: 7px 10px !important;
  }

  .book_svg {
    width: 12px !important;
  }
}

.demo {
  color: #fff9f8;
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-right: 25px;
  text-transform: capitalize;
}

.demo_btn {
  border: none;
  border-radius: 6px;
  background: #e5ea14;
  display: flex;
  align-items: center;
  color: #000;
  font-family: var(--font);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 20px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.demo_btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #000, white);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

.demo_btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #000, white);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}
@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

.demo_btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #000, white);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.demo_btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #000, white);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.book_svg {
  width: 18px;
}

/* our serivce grid */

/* animation */

.hidden_item_index {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(-100%);
  transition: all 1s;
}

.hidden_item_index2 {
  opacity: 0;
  filter: blur(5px);
  transform: translateX(100%);
  transition: all 1s;
}

.show_item_index {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}

.animee4:nth-child(2) {
  transition-delay: 200ms;
}

.animee4:nth-child(3) {
  transition-delay: 400ms;
}

.animee4:nth-child(4) {
  transition-delay: 600ms;
}

.animee5:nth-child(2) {
  transition-delay: 200ms;
}

.animee5:nth-child(3) {
  transition-delay: 400ms;
}

.animee5:nth-child(4) {
  transition-delay: 600ms;
}

.our_services {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
  padding: 4.691vw 1.675vw 6.702vw 1.675vw;
  overflow: hidden;
}

@media screen and (max-width: 870px) {
  .container_one {
    padding: 6.702vw 1.675vw 6vw 1.675vw !important;
  }

  #one_team2 {
    padding: 0vw 1.675vw 0px 1.675vw !important;
  }

  .tribe_discription {
    margin: 30px 0px 20px 0px !important;
  }

  .map_discription {
    margin: 30px 0px 20px 0px !important;
  }

  .products_heading {
    margin-bottom: 40px !important;
  }

  .our_services {
    display: grid;
    grid-template-columns: auto auto !important;
    gap: 15px;
    padding: 4.691vw 1.675vw 6.702vw 1.675vw;
  }

  .heading_blue {
    font-size: 24px !important;
    line-height: 30px !important;
  }

  .text_blue {
    font-size: 12px !important;
    line-height: 20px !important;
  }
}

@media screen and (max-width: 568px) {
  .tribe_discription {
    margin: 20px 0px !important;
  }

  .products_heading {
    margin-bottom: 20px !important;
  }

  .service_discription {
    font-size: 14px !important;
  }

  .service_heading {
    font-size: 18px !important;
  }

  .book_svg {
    width: 12px !important;
  }

  .our_services {
    display: grid;
    grid-template-columns: auto !important;
    gap: 15px;
    padding: 4.691vw 1.675vw 6.702vw 1.675vw;
  }
}

.service_grid_div {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.service_img img {
  width: 50px;
  object-fit: contain;
  aspect-ratio: 1/1;
}

.swiper-wrapper {
  margin-bottom: 20px;
}

.service_grid_div_mobile {
  text-align: center;
  background-color: #fff;
  padding: 20px;
}

.service_heading {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 10px 0px;
}

.service_discription {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* text-transform: capitalize; */
}

/* why styling */

@media screen and (max-width: 1070px) {
  .why_services {
    grid-template-columns: auto auto !important;
  }

  .why_heading {
    font-size: 20px !important;
  }

  .why_discription {
    font-size: 18px !important;
  }
}

.why_services {
  display: grid;
  grid-template-columns: auto auto auto auto;
  gap: 15px;
  padding: 4.691vw 1.675vw 0px 1.675vw;
}

.why_grid_div {
  text-align: center;
  background-color: transparent;
  padding: 20px;
}

.why_heading {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 2.68vw;
  font-style: normal;
  font-weight: 700;

  text-transform: capitalize;
}

.why_discription {
  color: #666565;
  font-family: var(--font);
  font-size: 1.072vw;
  font-weight: 600;

  text-transform: capitalize;
}

.why_vector {
  margin: 0px;
}

/* gif styling */
.gif {
  padding: 10vh 1.675vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gif img {
  width: 105%;
}

/* products we built styling */

@media screen and (max-width: 800px) {
  .products_tabs {
    display: flex;
    justify-content: center;
    gap: 3%;
    overflow: auto !important;
    box-sizing: content-box !important;
  }
  .products_we_built {
    max-width: 90vw !important;
  }

  .products_content {
    display: flex;
    flex-direction: column-reverse !important;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    gap: 1.34vw;
  }

  .product_right {
    width: 100% !important;
  }
  .product_right img {
    aspect-ratio: 4/2.2 !important;
    max-width: 100%;
    object-fit: contain;
    margin: 20px 0px 5px 0px !important;
  }

  .product_left {
    width: 100% !important;
  }

  .pro_tab {
    font-size: 14px !important;
    padding: 10px 7px !important;
    border-radius: 5px 5px 0px 0px !important;
  }

  .products_content {
    padding: 0px 0px !important;
  }

  .list_heading {
    font-size: 17px !important;
    line-height: 20px !important;
  }

  .listitem {
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .vector_svg {
    width: 23px !important;
  }

  .vector img {
    margin-right: 18px !important;
    width: 18px !important;
  }
}
@media screen and (max-width: 620px) {
  .products_tabs {
    display: flex;
    justify-content: center;
    gap: 50px !important;
    /* border-bottom: 1px solid #777777; */
    overflow: auto !important;
    box-sizing: content-box !important;
    /* padding-left: 200px !important; */
  }
  .pro_tab:nth-child(1){
    margin-left: 130px !important;
  }
  .pro_tab:nth-child(4) {
    margin-right: 50px !important;
  }
}

@media screen and (max-width: 563px) {
  .products_tabs {
    padding-left: 200px !important;
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 509px) {
  .products_tabs {
    /* padding-left: 300px !important; */
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 452px) {
  .products_tabs {
    /* padding-left: 350px !important; */
    white-space: nowrap !important;
  }
  

}
@media screen and (max-width: 560px) {
  .pro_tab:nth-child(1) {
    margin-left: 130px !important;
  }
}
@media screen and (max-width: 365px) {
  .pro_tab:nth-child(1) {
    margin-left: 130px !important;
  }
  .products_tabs {
    /* padding-left: 300px !important; */
    white-space: nowrap !important;
    gap: 20px !important;
  }
}

.products_we_built {
  padding: 6.702vw 1.675vw 3.8vw 1.675vw;
  max-width: 70vw;
}

.products_heading {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  line-height: var(--linehite);
  text-transform: capitalize;
  margin-bottom: 3.351vw;
}

.products_tabs {
  display: flex;
  justify-content: center;
  gap: 3%;
  border-bottom: 1px solid #777777;
  white-space: nowrap !important;
  max-width: 900px;
  margin: 0 auto;
}
.products_tabs_inner {
  max-width: 700px;
  overflow: auto;
  display: flex;
  gap: 30px;
}

.pro_tab {
  color: #000;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.68vw;
  text-transform: capitalize;
  padding: 5px 1.34vw;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  transition: all 0.3s ease-in-out;
  white-space: nowrap;
}

.selected_tab {
  color: #fff !important;
  font-weight: 700 !important;
  background: #058acc !important;
}

.products_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  gap: 1.34vw;
  padding-top: 1.34vw;
}

.product_right {
  width: 50%;
}

.product_right img {
  aspect-ratio: 4/3;
  max-width: 100%;
  object-fit: contain;
}

.product_left {
  display: flex;
  flex-wrap: row;
  width: 50%;
}

.vector {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.vector img {
  margin-right: 3.217vw;
  width: 2vw;
}

.vector_svg {
  width: 3.217vw;
}

.list {
  display: flex;
  flex-direction: column;
}

.list_heading {
  color: #282828;
  font-family: var(--font);
  font-size: 1.34vw;
  font-style: normal;
  font-weight: 700;
  line-height: 2.68vw;
  text-transform: capitalize;
  white-space: nowrap;
}

.listitem {
  color: #777;
  font-family: var(--font);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 2.68vw;
  text-transform: capitalize;
  /* white-space: nowrap; */
}

/* case study styling */

.case_study {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px;
  padding: 50px 25px 40px 25px;
}

.case_study_div {
  text-align: center;
  background-color: #fff;
  padding: 40px 20px;
  border-radius: 16px;
  outline: 1px solid white;
  border: none;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
}

.out_line {
  outline: 1px solid #058acc;
  transition: 0.5s ease-in-out;
}

.read_btn:hover {
  background: #058acc !important;
  transition: 0.5s ease-in-out;
}

.case_discription {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  min-height: 100px;
  text-transform: capitalize;
}

.read_btn {
  border-radius: 6px;
  border: none;
  background: #000;
  color: #fff;
  font-family: var(--font);
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  padding: 15px 20px;
  cursor: pointer;
}

.img_clr {
  /* filter: hue-rotate(100deg); */
  filter: grayscale(100%);
  opacity: 0.3;
}

/* tech styling */
@media screen and (max-width: 700px) {
  .tech_discription {
    text-align: center !important;
  }

  .html {
    position: absolute;
    top: 20%;
    right: 62% !important;
    width: 12% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv2 {
    position: absolute;
    top: -7%;
    right: 85%;
    z-index: 4;
  }

  .react {
    position: absolute;
    top: 25%;
    right: 5%;
    width: 12% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv3 {
    position: absolute;
    top: -8%;
    right: 22%;
    z-index: 4;
  }

  .flutter {
    position: absolute;
    top: 55%;
    right: 0%;
    width: 24% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv4 {
    position: absolute;
    top: 17%;
    right: -22%;
    z-index: 4;
  }

  #enlargedDiv4::before {
    content: "";
    position: absolute;
    top: 95% !important;
    left: 20% !important;
    border-width: 3%;
    border-style: solid;
    border-color: #058acc transparent transparent transparent !important;
    transform: translateX(-50%);
  }

  .laravel {
    position: absolute;
    top: 70%;
    right: 1% !important;
    width: 12% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv5 {
    position: absolute;
    top: 10%;
    right: 42%;
    z-index: 4;
  }

  .javascript {
    position: absolute;
    bottom: 1% !important;
    right: 15%;
    width: 12% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv6 {
    position: absolute;
    top: 50%;
    right: -38%;
    z-index: 4;
  }

  #enlargedDiv6::before {
    content: "";
    position: absolute;
    top: 45% !important;
    left: -9% !important;
    border-width: 3%;
    border-style: solid;
    border-color: transparent #058acc transparent transparent !important;
    transform: translateX(-50%);
  }

  .ios {
    position: absolute;
    bottom: 0%;
    right: 45%;
    width: 12% !important;
    height: auto;
    z-index: 5;
  }

  #enlargedDiv7 {
    position: absolute;
    top: 32%;
    right: 64%;
    z-index: 4;
  }

  #enlargedDiv7::before {
    content: "";
    position: absolute;
    top: 50% !important;
    left: 107% !important;
    border-width: 3%;
    border-style: solid;
    border-color: transparent transparent transparent #058acc !important;
    transform: translateX(-50%);
  }

  .node {
    position: absolute;
    bottom: 15%;
    right: 55%;
    width: 24% !important;
    height: auto;
    z-index: 5;
  }

  #cpylogo {
    top: 66% !important;
  }

  .cpylogo {
    position: absolute;
    display: flex;
    gap: 4vw;
    top: 80% !important;
  }

  .bg_img {
    width: 100% !important;
  }

  .tech {
    display: flex;
    flex-direction: column !important;
    justify-content: space-between;
    padding: 6.702vw 1.675vw;
  }

  .tech_left {
    align-items: center !important;
    width: 100% !important;
  }

  .tech_right {
    margin-top: 0px;
    margin-bottom: 50px;
    display: flex;
    justify-content: end;
    position: relative;
    width: 100% !important;
  }
}

.tech {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 6.702vw 1.675vw;
}

.bg_img {
  width: 35vw;
  height: auto;
  display: block;
}

.tech_left {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  width: 50%;
}

.tech_right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 50%;
}

.tech_heading {
  color: #000;
  text-align: left;
  font-family: var(--font);
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  line-height: var(--linehite);
  text-transform: capitalize;
  white-space: nowrap;
}

.tech_discription {
  color: #000;
  text-align: left;
  font-family: var(--font);
  font-size:18px;
  font-style: normal;
  font-weight: 500;
  line-height: var(--disline);
  text-transform: capitalize;
  margin: 40px 0px 55px 0px;
}

.tech_btn {
  border-radius: 6px;
  background: #058acc;
  color: #fff;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  padding: 15px 60px;
  border: none;
  cursor: pointer;
}

.popups {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: all 1s ease-in-out;
}

.pop {
  opacity: 1;
}

.overlay_div {
  display: none;
  position: relative;
  background-color: #058acc;
  border-radius: 7px;
  box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.25);
  padding: 2%;
  color: white;
  font-size: 0.938vw;
  font-family: var(--font);
  text-transform: capitalize;
  z-index: 4;
  display: flex;
  outline: 1px solid #058acc;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in;
}

.overlay_div::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 107%;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent transparent #058acc;
  transform: translateX(-50%);
}

@media screen and (max-width: 700px) {
  .overlay_div {
    display: none;
    position: relative;
    background-color: #058acc;
    border-radius: 7px;
    box-shadow: 2px 4px 16px 0px rgba(0, 0, 0, 0.25);
    padding: 2%;
    color: white;
    font-size: 2.938vw;
    font-family: var(--font);
    text-transform: capitalize;
    z-index: 4;
    display: flex;
    outline: 1px solid #058acc;
    align-items: center;
    justify-content: center;
    transition: all 1s ease-in;
  }

  .overlay_div::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 107%;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent transparent #058acc;
    transform: translateX(-50%);
  }
}

/* popup icon arrow styling  */

#enlargedDiv1 {
  position: absolute;
  top: 20%;
  right: 135%;
  z-index: 4;
}

.html {
  position: absolute;
  top: 20%;
  right: 55%;
  width: 10%;
  height: auto;
  z-index: 5;
}

#enlargedDiv2 {
  position: absolute;
  top: 25%;
  right: 33%;
  z-index: 4;
}
#enlargedDiv2::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 107% !important;
  border-width: 3%;
  border-style: solid;
  border-color: transparent transparent transparent #058acc !important;
  transform: translateX(-50%);
}

.react {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 10%;
  height: auto;
  z-index: 5;
}

#enlargedDiv3 {
  position: absolute;
  top: 55%;
  right: 50%;
  z-index: 4;
}

.flutter {
  position: absolute;
  top: 55%;
  right: 0%;
  width: 22%;
  height: auto;
  z-index: 5;
}

#enlargedDiv4 {
  position: absolute;
  top: 71%;
  right: 29%;
  z-index: 4;
}

#enlargedDiv4::before {
  content: "";
  position: absolute;
  top: -35% !important;
  left: 20% !important;
  border-width: 3%;
  border-style: solid;
  border-color: transparent transparent #058acc transparent !important;
  transform: translateX(-50%);
}

.laravel {
  position: absolute;
  top: 70%;
  right: 0%;
  width: 10%;
  height: auto;
  z-index: 5;
}

#enlargedDiv5 {
  position: absolute;
  top: 80%;
  right: 32%;
  z-index: 4;
}
#enlargedDiv5::before {
  content: "";
  position: absolute;
  top: 95% !important;
  left: 60% !important;
  border-width: 3%;
  border-style: solid;
  border-color: #058acc transparent transparent transparent !important;
  transform: translateX(-50%);
}

.javascript {
  position: absolute;
  bottom: 0%;
  right: 15%;
  width: 10%;
  height: auto;
  z-index: 5;
}

#enlargedDiv6 {
  position: absolute;
  top: 80%;
  right: 69%;
  z-index: 4;
}

#enlargedDiv6::before {
  content: "";
  position: absolute;
  top: 95% !important;
  left: 20% !important;
  border-width: 3%;
  border-style: solid;
  border-color: #058acc transparent transparent transparent !important;
  transform: translateX(-50%);
}

.ios {
  position: absolute;
  bottom: 0%;
  right: 45%;
  width: 10%;
  height: auto;
  z-index: 5;
}

#enlargedDiv7 {
  position: absolute;
  top: 75%;
  right: 73%;
  z-index: 4;
}

#enlargedDiv7::before {
  content: "";
  position: absolute;
  top: 40% !important;
  left: -9% !important;
  border-width: 3%;
  border-style: solid;
  border-color: transparent #058acc transparent transparent !important;
  transform: translateX(-50%);
}

.node {
  position: absolute;
  bottom: 15%;
  right: 55%;
  width: 22%;
  height: auto;
  z-index: 5;
}

/* map styling */

.map {
  background: rgba(5, 138, 204, 0.06);
}

.map_content {
  padding: 6.702vw 1.675vw;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.map_heading {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  line-height: var(--linehite);
  text-transform: capitalize;
}

.map_discription {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  margin: 3vw 0px 2vw 0px;
  font-family: var(--font);
}

.map_img {
  max-width: 60%;
  height: auto;
}

#cpylogo {
  top: 35%;
}

.cpylogo {
  position: absolute;
  display: flex;
  gap: 4vw;
  top: 52%;
}

.cpylogo img {
  width: 13vw;
  height: 8vw;
  object-fit: contain;
  aspect-ratio: 4/2;
}

/* tribe styling */

@media screen and (max-width: 568px) {
  .big_logo {
    width: 22vw !important;
  }
  .map_img {
    max-width: 100%;
  }
  .map_discription {
    margin: 20px 0px !important;
  }

  .linkedin {
    font-size: 10px !important;
  }
}

.tribe {
  padding: 6.702vw 1.675vw;
}

.linkedin {
  color: #058acc;
  font-size: 12px;
}

.tribe_heading {
  color: #000;
  text-align: left;
  font-family: var(--font);
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

.tribe_heading2 {
  color: #000;
  font-family: var(--font);
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 600;
  text-transform: capitalize;
}
.tribe_schdule {
  width: 110px !important;
}
.tribe_discription2 {
  color: #000;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 600;
}

.tribe_discription {
  color: #000;
  font-family: var(--font);
  font-size: 18px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  margin: 3.351vw 0px;
  line-height: 26px;
  text-transform: capitalize;
}

@media screen and (max-width: 568px) {
  .tribe_discription {
    color: #000;
    font-size: 18px;
    text-align: left;
    font-style: normal;
    font-weight: 500;
    margin: 3.351vw 0px;
    line-height: 26px;
    text-transform: capitalize;
  }
}

.tribe_flexbox {
  display: flex;
  flex-wrap: nowrap;
}

.tribe_div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 380px;
  padding: 20px 0px 20px 0px;
  text-align: left;
}

.tribe_div_img {
  object-fit: cover;
  object-position: top;
  aspect-ratio: 1/1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.country_svg {
  width: 30px;
}

.tribe_btn {
  border-radius: 6px;
  background: #058acc;
  color: #fff;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 10px 16px;
  border: none;
  cursor: pointer;
}

/* TESTIMONIALS styling */

.testimonials {
  padding: 0px 25px 30px 25px;
}

.testimonials_content {
  padding: 0px 25px;
}

.test_flex {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px 0px;
}

.test_div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 370px;
  margin: 0px;
  padding: 30px 30px;
}

.test_div_long {
  display: flex;
  align-items: center;
  width: 500px;
  margin: 0px;
  padding: 30px 30px;
}

.test_discription {
  color: #000;
  font-family: var(--font);
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 500;
  text-align: justify;
  line-height: 21px;
  text-transform: capitalize;
}

.test_dis {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  text-transform: capitalize;
  margin-top: 10px;
}

.test_position {
  color: #a3a3a3;
  text-align: center;
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;

  text-transform: capitalize;
  margin-bottom: 10px;
}

.test_name {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 1.072vw;
  margin-bottom: 10px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
}

/* innovate styling */

@media screen and (max-width: 800px) {
  .tech_discription {
    margin: 30px 0px 40px 0px !important;
  }
}

@media screen and (max-width: 568px) {
  .tribe_btn {
    font-size: 12px !important;
    padding: 10px !important;
  }

  .tech_discription {
    margin: 20px 0px 40px 0px !important;
  }
}

.innovate {
  padding: 0px 1.675vw 4.691vw 1.675vw;
}

.innovate_content {
  overflow: hidden;
  padding: 20px 1.675vw;
}

.innovate_grid {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
.innovate_grid > a {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 270px;
  align-items: center;
  justify-content: start;
  text-align: center;
  padding: 0px 1.34vw 1.34vw 1.34vw;
  border-radius: 16px;
  background-color: #fff;
  text-decoration: none !important;
  box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.16);
}
@media (max-width: 991px) {
  .innovate_grid {
    flex-wrap: wrap;
  }
  .innovate_grid > a{
    width: 43%;
    height: 200px;
  }
}
@media (max-width: 480px) {
  .innovate_grid > a{
    width: 100%;
    height: 170px;
  }
}

.innovate_img img {
  width: 180px;
  max-width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.innovate_text p {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}
@media screen and (max-width: 568px) {
  .innovate_text {
    font-size: 13px !important;
    line-height: 18px !important;
  }
}



.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-containeryt {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  text-align: center;
  color: #000;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.swiper-pagination-bullet-active {
  color: #fff;
  background: #007aff;
}

/* about modal styling */

.modal_yt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  z-index: 20;
  top: 0;
  left: 0;
}

.iframe-container {
  position: relative;
  height: 70vh;
  width: 80vw;
  max-width: 1500px; /* Set your desired maximum width */
  min-width: 100px;
  margin-right: 21px;
}

.modal_yt iframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 10px solid white;
  border-radius: 15px;
}

.close_yt {
  color: black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  font-size: 30px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: bold;
  position: absolute;
  top: 12.8vh;
  right: 8.5vw;
  cursor: pointer;
  z-index: 20;
}

@media only screen and (max-width: 1000px) {
  .close_yt {
    right: 7.2vw !important;
  }
  .hero-section h1{
    font-size : 3.5rem;
    font-weight: 800;
        font-family: 'Raleway', sans-serif;
}

.hero-section p{
    font-size :18px;
}
}
@media only screen and (max-width: 700px) {
  .close_yt {
    right: 6.5vw !important;
  }
}
@media only screen and (max-width: 480px) {
  .close_yt {
    right: 5vw !important;
  }
  .modernTactics{
      font-size: 32px;
  }
  .Excellence p{
      font-size: 14px;
  }
  .title{
      font-size: 32px;
  }
   .companies h3{
      font-size: 32px;
  }
  .we-build h3{
      font-size: 32px;
  }
   .Authheader h3{
      font-size: 32px;
  }
  .every-step{
      font-size:32px;
  }
    .about h3{
       font-size:32px;
  }
  .text-section h3{
       font-size:32px;
  }
}

/* about styling */

.iframe {
  width: 100%;
  height: 280px;
  border-radius: 10px;
}

.about {
  padding: 0px 1.675vw;
}




.about_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.68vw;
  padding: 4.691vw 1.675vw 6.702vw;
}





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

.about_logo {
  position: absolute;
  top: 2.5vh;
  left: 1.4vw;
  width: 3.82vw;
  height: auto;
}

.text_overlay {
  position: absolute;
  top: 85%;
  left: 25%;
  transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 405px) {
  .text_overlay {
    position: absolute;
    top: 82% !important;
    left: 30% !important;
    transform: translate(-50%, -50%);
    color: #fff;
  }
}

@media screen and (max-width: 1300px) {
  .text_overlay {
    top: 85%;
    left: 30%;
  }
}

@media screen and (max-width: 1100px) {
  .text_overlay {
    top: 85%;
    left: 35%;
  }
}

@media screen and (max-width: 900px) {
  .text_overlay {
    top: 80%;
    left: 35%;
  }

  .about_grid {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
}

@media screen and (max-width: 870px) {
  .about_grid {
    margin-top: 20px !important;
  }
}

.about_text {
  color: #fff;
  font-family: var(--font);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

.about_dis {
  color: #fff;
  font-family: var(--font);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
}

/* bottom blue styling */
@media screen and (max-width: 640px) {
  .left_one {
    display: flex !important;
    flex-direction: row;
    justify-content: center !important;
    width: 100% !important;
    overflow: auto !important;
    box-sizing: border-box !important;
  }

  .left_one div {
    width: auto !important;
  }
  .select {
    background-color: white !important;
    box-shadow: none !important;
    color: #058acc !important;
    transition: 0.3s ease-in-out;
  }
}

@media screen and (max-width: 568px) {
  .left_one {
    padding-left: 150px ;
    gap: 20px !important;
    width: 100% !important;
    overflow: auto !important;
  }
  .left_one div:nth-child(3) {
    margin-right: 30px !important;
  }

  .hero-section h1{
    font-size : 1.2rem;
    font-weight: 800;
        font-family: 'Raleway', sans-serif;
        margin-bottom: 15px;
}

.hero-section p{
    font-size :16px;
}

  .buttonn {
    font-size: 12px !important;
    white-space: nowrap !important;
    padding: 10px 15px !important;
    width: 100% !important;
  }

  .year {
    font-size: 14px !important;
  }



  .about_logo {
    position: absolute;
    top: 5%;
    left: 5%;
    width: 57px;
    height: auto;
  }

  .text_overlay {
    position: absolute;
    top: 85%;
    left: 25%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: left;
  }

  .about_grid {
    display: none;
  }

  /* bottom blue responsive */
  .bottom_blue {
    flex-direction: column !important;
  }

  .left_blue {
    padding: 6.702vw 1.675vw !important;
    width: 96% !important;
    display: flex;
    flex-direction: column;
    align-items: start !important;
  }

  .right_blue {
    width: 100% !important;
  }

  .heading_blue {
    font-size: 24px !important;
    line-height: 30px !important;
    text-align: left !important;
  }

  .text_blue {
    font-size: 13px !important;
    line-height: 20px !important;
    text-align: left !important;
  }

  .btn_blue {
    font-size: 14px !important;
  }
  
    .hero-section {
            min-height: auto;
     height: auto; 
    align-content: center;
    color: #000;
}
.hero-gradient-overlay {
    position: absolute;
    top: 0px;
    left: 0;
    background: linear-gradient(0deg, #FFFFFF 52.06%, rgba(247, 247, 247, 0.43) 81.95%, rgba(0, 0, 0, 0.00) 294.87%);
    width: 100%;
    background-position: 0 0, 0 0;
    height: 100%;
    /* background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0) 100%); */
    z-index: 1;
}
.hero-bg-video {
  
   object-fit: cover;
    position: absolute;
    right: 0;
    top: 0;
    height: 62%;
    bottom: 0;
    width: 100%;
   
}
 .mobile-break {
    display: block;
  }

  
}

@media screen and (max-width: 426px) {
  .left_one {
    padding-left: 150px !important;
    overflow: auto !important;
    gap: 20px !important;
  }
  .cpylogo img {
    width: 20vw !important;
    height: 10vw;
    object-fit: contain;
    aspect-ratio: 4/2;
  }
  #cpylogo img:nth-child(4) {
    width: 24vw !important;
    height: 10vw;
    object-fit: contain;
    aspect-ratio: 4/2;
  }
}

@media screen and (max-width: 394px) {
  .left_one {
    padding-left: 150px !important;
    overflow: auto !important;
    gap: 0px !important;
  }
}
@media screen and (max-width: 370px) {
  .left_one {
    padding-left: 150px !important;
  }
}


.bottom_blue {
  display: flex;
  flex-direction: row;
}

.left_blue {
  padding: 6.702vw 1.675vw;
  width: 50%;
  display: flex;
  flex-direction: column;
}

.right_blue {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.heading_blue {
  color: #fff;
  font-family: var(--font);
  font-size: 2.68vw;
  font-style: normal;
  font-weight: 700;
  line-height: 4.021vw;
  text-transform: capitalize;
}

.text_blue {
  color: #fff;
  font-family: var(--font);
  font-size: 1.072vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.608vw;
  text-transform: capitalize;
  margin: 2.01vw 0px 4.021vw;
}

.btn_blue {
  border-radius: 6px;
  border: 1px solid #fff;
  padding: 15px 20px;
  color: #fff;
  background: transparent;
  width: fit-content;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
}

.btn_blue svg {
  color: white;
}

.blue_grid {
  display: grid;
  grid-template-columns: 45% auto;
  gap: 10px;
  padding: 10px;
}

.blue1 {
  grid-row: 1 / 3;
  border-radius: 20px;
  background-color: #a2b4b8;
  padding: 20px;
}

.blue1_text {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 2.68vw;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  margin-top: 100%;
}

.blue3 {
  border-radius: 20px;
  background-color: #c4d6b9;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  padding: 20px;
}

.blue3_left {
  width: 50%;
  border-right: 1px solid black;
}

.blue3_right {
  width: 50%;
  border-left: 1px solid black;
}

.blue3_num {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 2.68vw;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}

.blue3_text {
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 1.072vw;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

.blue2 {
  border-radius: 20px;
  background-color: #e5e8dd;
  display: flex;
  flex-direction: column;
  padding: 20px 50px;
  justify-content: center;
}

.blue2_num {
  color: #000;
  text-align: left;
  font-family: var(--font);
  font-size: 2.68vw;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
}

.blue2_text {
  color: #000;
  text-align: left;
  font-family: var(--font);
  font-size: 1.072vw;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  text-transform: capitalize;
}

@import url("https://fonts.googleapis.com/css?family=Roboto");
@-webkit-keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
@keyframes come-in {
  0% {
    -webkit-transform: translatey(100px);
            transform: translatey(100px);
    opacity: 0;
  }
  30% {
    -webkit-transform: translateX(-50px) scale(0.4);
            transform: translateX(-50px) scale(0.4);
  }
  70% {
    -webkit-transform: translateX(0px) scale(1.2);
            transform: translateX(0px) scale(1.2);
  }
  100% {
    -webkit-transform: translatey(0px) scale(1);
            transform: translatey(0px) scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  padding: 0;
}

html, body {
  background: #eaedf2;
  font-family: 'Roboto', sans-serif;
}

.floating-container {
  position: fixed;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 0;
  margin: 35px 25px;
}
.floating-container:hover {
  height: 300px;
}
.floating-container:hover .floating-button {
  box-shadow: 0 10px 25px rgba(44, 179, 240, 0.6);
  -webkit-transform: translatey(5px);
          transform: translatey(5px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container:hover .element-container .float-element:nth-child(1) {
  -webkit-animation: come-in 0.4s forwards 0.2s;
          animation: come-in 0.4s forwards 0.2s;
}
.floating-container:hover .element-container .float-element:nth-child(2) {
  -webkit-animation: come-in 0.4s forwards 0.4s;
          animation: come-in 0.4s forwards 0.4s;
}
.floating-container:hover .element-container .float-element:nth-child(3) {
  -webkit-animation: come-in 0.4s forwards 0.6s;
          animation: come-in 0.4s forwards 0.6s;
}
.floating-container .floating-button {
  position: absolute;
  width: 65px;
  height: 65px;
  background: #2cb3f0;
  bottom: 0;
  border-radius: 50%;
  left: 0;
  right: 0;
  margin: auto;
  color: white;
  line-height: 65px;
  
  text-align: center;
  font-size: 23px;
  z-index: 100;
  box-shadow: 0 10px 25px -5px rgba(44, 179, 240, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.floating-container .float-element {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  margin: 15px auto;
  color: white;
  font-weight: 500;
  text-align: center;
  line-height: 50px;
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
          top: 70px;
}
.floating-container .float-element .material-icons {
  vertical-align: middle;
  font-size: 16px;
}
.floating-container .float-element:nth-child(1) {
  background: #4CAF50;
  box-shadow: 0 20px 20px -10px rgba(66, 165, 245, 0.5);
}
.floating-container .float-element:nth-child(2) {
  background: #42A5F5;
  box-shadow: 0 20px 20px -10px rgba(76, 175, 80, 0.5);
}
.floating-container .float-element:nth-child(3) {
  background: #FF9800;
  box-shadow: 0 20px 20px -10px rgba(255, 152, 0, 0.5);
}




  .hidden {
    display: none;
}

