/* //new nav styling */

.navbar {
     background-color: #fff;
  color: white;
  display: flex;
  max-width: 100vw;
  justify-content: center !important;
  gap: 4%;
  height: 75px;
  font-family: var(--font);
  text-transform: capitalize;
  align-items: center !important;
  padding: 10px 0.675vw !important;
  box-shadow: 0 18px 24px #e9eef257;
}

.navtopbar {
  position: fixed !important;
  left: 50%;
  background: white;
  transform: translateX(-50%);
  padding: 10px 14vw !important;
  z-index: 11;
  animation: opAnimation 1s ease-in-out;
  flex-wrap: nowrap !important;
}

@keyframes opAnimation {
  0% {
    transform: translate(10.053vw);
    opacity: 0;
  }

  50% {
    transform: translate(5.026vw);
    opacity: 0;
  }

  100% {
    transform: translate(-50.5vw);
    opacity: 1;
  }
}

.logo {
  width: 15vw;
}

/* accordion panel styling */
.mob_ind {
  display: none;
}

.svg_dis {
  margin-bottom: 12px;
}

.svg_dis p {
  font-family: var(--font);
  font-size: 14px;
}

.nav_toggle_flexbox {
  display: none;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 15px;
  gap: 16px;
}

.panel {
  display: none;
}

.accordion {
  cursor: pointer;
  transition: 0.4s;
}

.accordion .currentt {
  margin-left: 5px !important;
}

.accordion:after {
  content: "\002B";
  color: #777;
  float: center;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 1s ease-out;
}

.panel li a {
  text-decoration: none;
  outline: none;
  color: #000;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  cursor: pointer;
}

.nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.nav-list li {
  margin: 0 1.005vw;
}

.nav-list li a {
  white-space: nowrap;
}

.current {
  text-decoration: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
     font-size: 1.106vw;
  font-weight: 600;
  white-space: nowrap;
}

.currentt {
  text-decoration: none;
  color: #000;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}

.udrline {
  text-decoration: underline !important;
  text-decoration-color: #058acc !important;
  text-underline-offset: 0.6vw;
  text-decoration-thickness: 3px;
}

.nav_btn_flexbox {
  display: flex;
  flex-direction: row;
  gap: 1.34vw;
}

.toggle-button {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.bar {
  background-color: #058acc;
  height: 5px;
  width: 30px;
  margin: 2px 0px;
}

.btn_off {
  border-radius: 6px;
  border: 1px solid #058acc;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  text-transform: capitalize;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn_off_toggle {
  display: none;
  border-radius: 6px;
  border: 1px solid #058acc;
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  text-transform: capitalize;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn_car {
  border-radius: 6px;
  border: 1px solid #e5ea14;
  background: #e5ea14;
  color: #000;
  text-align: center;
  font-family: var(--font);
  font-size: 0.938vw;
  font-style: normal;
  font-weight: 700;
  white-space: nowrap;
  text-transform: capitalize;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
}

.btn_hire_toggle {
  display: none;
  border-radius: 6px;
  border: 1px solid #058acc;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.btn_hire {
  border-radius: 6px;
  border: 1px solid #058acc;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  font-size: 1.206vw;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
  white-space: nowrap;
  background: transparent;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

/* 11 */
.btn-12 {
  border: none;
  background: #e5ea14;
  /* background: linear-gradient(0deg, #ffe057 100%); */
  color: black;
  overflow: hidden;
}

.btn-12:hover {
  text-decoration: none;
  color: black;
}

.btn-12:hover {
  opacity: 0.7;
}

.btn-12:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.btn-11 {
  border: none;
  background: #058acc;
  background: linear-gradient(0deg, #058acc 0%, #09acfe 100%);
  color: #fff;
  overflow: hidden;
}

.btn-11:hover {
  text-decoration: none;
  color: #fff;
}

.btn-11:hover {
  opacity: 0.7;
}

.btn-11:active {
  box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.3),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, 0.2);
}

.about_testimonial {
  padding: 4.691vw 1.675vw 6.702vw;
}

.blog_slider {
  padding: 0 1.675vw;
}

.blog_grid_div {
  display: flex;
  align-items: center;
}

.blog_grid_div_main {
  margin: 0 16px;
}

@media screen and (max-width: 568px) {
  .about_testimonial {
    display: none;
  }
}

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }

  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }

  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@media (max-width: 1400px) {
  .navbar {
    gap: 2% !important;
  }
}

@media only screen and (max-width: 1000px) {
  .logo {
    width: 18vw !important;
  }
}

@media screen and (max-width: 870px) {
  .text6 {
    font-size: 18px !important;
    line-height: 24px !important;
  }

  .quote_btn {
    border-radius: 6px;
    background: #e5ea14;
    padding: 1.005vw 1.34vw;
    margin-left: 2.01vw;
    color: #000;
    font-family: var(--font);
    font-size: 15px !important;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
  }
}

@media only screen and (max-width: 870px) {
  .navbar {
    width: 100vw !important;
    justify-content: space-between !important;
  }

  .navtopbar {
    position: fixed;
    left: 50%;
    height: 70px;
    width: 100vw !important;
    justify-content: space-between !important;
    background: white;
    transform: translateX(-50%);
    z-index: 11;
    animation: opAnimation 1s ease-in-out;
    padding: 0 16px !important;
  }

  @keyframes opAnimation {
    0% {
      transform: translate(10.053vw);
      opacity: 0;
    }

    50% {
      transform: translate(5.026vw);
      opacity: 0;
    }

    100% {
      transform: translate(-52vw) !important;
      opacity: 1;
    }
  }

  .earth {
    width: 30px !important;
  }

  .udrline {
    text-underline-offset: 5px !important;
    text-decoration-color: white !important;
  }

  .btn_hire,
  .btn_car,
  .btn_off {
    font-size: 1.1vw;
  }

  .btn_hire,
  .btn_off {
    display: none !important;
  }

  .mob_ind {
    display: block !important;
  }

  .nav_toggle_flexbox {
    display: flex !important;
    flex-wrap: wrap;
  }

  .btn_hire_toggle {
    display: block !important;
    font-size: 14px !important;
    padding: 15px 20px !important;
  }

  .btn_off_toggle {
    display: block !important;
    font-size: 14px !important;
    padding: 15px 20px !important;
  }

  .logo {
    width: 24vw !important;
  }

  .panel {
    display: block !important;
    overflow-y: auto !important;
    height: 100px !important;
  }

  .des_ind {
    display: none;
  }

  .sed_ind {
    display: block !important;
  }

  .nav-list {
    display: none;
    flex-direction: column;
    width: 70%;
    position: absolute;
    background-color: white;
    padding: 2.01vh 16px !important;
    top: 70px;
    right: 0px;
    animation: translate_Animation 1s ease-in-out;
    z-index: 19 !important;
    overflow-y: auto !important;
  }

  @keyframes translate_Animation {
    0% {
      transform: translateY(-350px);
    }

    100% {
      transform: translateY(0px);
    }
  }

  .current {
    font-size: 15px !important;
  }

  .nav-list li {
    margin: 0px 0px !important;
    border-bottom: 1px solid gray !important;
    line-height: 40px !important;
    text-align: center;
  }

  .nav-list.show {
    display: flex;
    overflow-x: hidden !important;
    box-shadow: 0 10px 24px #e9eef2;
    border-radius: 0px 0px 0px 10px;
  }

  .toggle-button {
    display: flex;
  }
}

@media only screen and (max-width: 568px) {
  .logo {
    width: 150px !important;
  }

  .btn_hire,
  .btn_car,
  .btn_off {
    font-size: 2vw !important;
    padding: 1.005vw 1.34vw !important;
  }
}

.sed_ind {
  display: none;
}

/* page loader progress bar */

.loader-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: white;
  z-index: 1000;
}

.loader-bar {
  height: 100%;
  width: 0;
  background-color: #0586ff;
  transition: width 0.6s;
}

/* scroll to top btn */
.scrollToTopBtn {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 30px;
  bottom: 20px;
  display: none;
  width: 55px;
  height: 55px;
  background-color: transparent;
  color: #fff;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  z-index: 11;
  animation: scaleAnimation 0.3s ease-in-out;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(0);
  }

  50% {
    transform: scale(0.5);
  }

  100% {
    transform: scale(1);
  }
}

.scrollToTopBtn img {
  object-fit: contain;
  width: 80%;
}

.social-icons {
  position: fixed;
  bottom: 80px;
  right: 20px;
      display: none !important;
  display: flex;
  flex-direction: column;
  z-index: 999;
}

.social-icons a {
  margin-right: 10px;
}

.social-icons img {
  width: 60px;
  /* Adjust size as needed */
  height: auto;
  /* Maintain aspect ratio */
}



.chat {
  display: none;
  position: fixed;
  right: 80px;
  bottom: 20px;
  width: 65px;
  z-index: 10;
  cursor: pointer;
  animation: translateAnimation 3s ease-in-out;
}

@keyframes translateAnimation {
  0% {
    transform: translate(150px);
  }

  100% {
    transform: translate(0px);
  }
}

@media screen and (max-width: 568px) {
  .chat {
    width: 35px !important;
    right: 50px !important;
  }

  .scrollToTopBtn {
    width: 25px !important;
    height: 25px !important;
  }

  #mbimg {
    margin-bottom: 20px !important;
  }
}

/* footer mobile styling */

.footer_mobile {
  display: grid !important;
  padding: 0px 25px 3vh 25px;
  justify-content: space-between;
  gap: 0px;
  grid-template-columns: auto auto;
}

.footer_mobile_flex {
  display: flex !important;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
  flex-wrap: wrap;
}

.footer_mobile .div {
  padding: 0px;
}

.footer_mobile,
.footer,
.footer_mobile_flex {
  display: none;
}

@media screen and (min-width: 1050px) {
  .footer_mobile {
    display: none !important;
  }

  .footer {
    display: block;
  }

  .footer_mobile_flex {
    display: none !important;
  }
}

@media screen and (max-width: 1049px) {
  .footer_mobile {
    display: block;
  }

  .footer {
    display: none !important;
  }

  .footer_mobile_flex {
    display: block;
  }

  .footer_head_one {
    margin-bottom: 0px !important;
  }
}

@media screen and (max-width: 450px) {
  .footer_mobile {
    grid-template-columns: auto !important;
  }

  .dmca img {
    width: 137px;
    height: 63px;
    margin: 7px 0px 0px 0px !important;
  }
}

/* footer styling */

.footer {
  display: grid;
  padding: 11vh 1.675vw 3vh 1.675vw;
  gap: 0px;
  grid-template-columns: auto auto auto auto auto;
}

.footer .div {
  padding: 0px;
  margin-right: 20px;
}

.bluebox_container {
  display: flex;
}

.bluebox {
  border-radius: 6px;
  background: #058acc;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  cursor: pointer;
}

.mail {
  color: #000;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 14px;
  font-style: normal;
  display: flex;
  align-items: center;
}

.footer_head {
  color: #058acc;
  font-family: var(--font);
  text-transform: capitalize;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 35px;
  white-space: nowrap;
}

.footer_head_one {
  margin-bottom: 35px;
}

.footer_head_one img {
  width: 200px;
}

#mbimg {
  margin-bottom: 0px;
}

.dmca img {
  width: 137px;
  /*height: 63px;*/
  margin: 25px 0px 20px 0px;
}
.dmcaa img {
  width: 137px;
  /*height: 63px;*/
  /*margin: 25px 0px 20px 0px;*/
}

.footer_text a {
  color: black;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  text-decoration: none;
}

.footer_text {
  margin-bottom: 20px;
  color: black;
  font-size: 14px;
  font-family: var(--font);
}

/* others styling */

.copyright {
  padding: 0px 1.675vw 4vh 1.675vw;
  color: #058acc;
  text-align: center;
  font-family: var(--font);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
}

.copyright a {
  color: #058acc;
  text-align: center;
  font-family: var(--font);
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  text-transform: capitalize;
  cursor: pointer;
  text-decoration: none;
}

/* responsive Quote styling  */
@media screen and (max-width: 568px) {
  .mobile_width {
    max-width: 90vw !important;
  }

  .text6 {
    font-size: 14px !important;
    line-height: 24px !important;
  }

  .quote_btn {
    border: none;
    border-radius: 6px;
    background: #e5ea14;
    padding: 1.005vw 1.34vw;
    margin-left: 2.01vw;
    color: #000;
    font-family: var(--font);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    cursor: pointer;
  }

  .quotesvg {
    width: 12px !important;
  }

  .earth {
    width: 28px !important;
  }
}

/* Quote styling */

.quote {
  padding: 4.691vw 1.675vw;
}

.quotesvg {
  width: 15px;
}

.quote_content {
  border-radius: 16px;
  background-color: #000;
  position: relative;
  padding: 3.351vw 0px;
}

.text6 {
  width: 80%;
  color: #fff;
  font-family: var(--font);
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  text-transform: capitalize;
  margin-left: 2.01vw;
  margin-bottom: 20px;
}

.quote_btn {
  border: none;
  border-radius: 6px;
  background: #e5ea14;
  padding: 1.005vw 1.34vw;
  margin-left: 2.01vw;
  color: #000;
  font-family: var(--font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-transform: capitalize;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.quote_btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #e5ea14, white);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.quote_btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #e5ea14, white);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.quote_btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #e5ea14, white);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.quote_btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #e5ea14, white);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

.img_layer {
  position: absolute;
  top: 0%;
  right: 0%;
  max-width: 100%;
  height: 100%;
  border-radius: 16px;
}

/* product home styling */

@media screen and (max-width: 870px) {

  /* .language_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px !important;
  } */
  .product_home {
    padding: 2vw 1.675vw 0px 1.675vw !important;
    display: flex;
    gap: 20px !important;
    flex-direction: column-reverse !important;
  }

  .home_left {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    margin-bottom: 15px !important;
  }

  .home_right {
    width: 100% !important;
    display: flex;
    justify-content: center !important;
  }

  .home_right img {
    aspect-ratio: 4/3;
    object-fit: contain;
    width: 80vw !important;
    margin-top: 0px !important;
  }

  .home_btn {
    font-size: 12px !important;

    padding: 10px 15px !important;

    width: fit-content !important;
  }

  .services_svg_hidev {
    width: 12px !important;
  }

  .home_heading {
    text-align: center !important;
  }

  .home_text {
    text-align: center !important;
  }
}

.product_home {
  padding: 5.361vw 1.675vw 0px 1.675vw;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}

.home_left {
  width: 50%;
}

.home_right {
  width: 50%;
  display: flex;
  justify-content: end;
}

.tech_right {
  display: flex;
  justify-content: end;
  position: relative;
  max-width: 100%;
}

.home_right img {
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 30vw;
  margin-top: -3.351vw;
}

.home_heading {
  color: #058acc;
  font-family: var(--font);
  font-size: var(--heading);
  font-style: normal;
  font-weight: 700;
  line-height: var(--linehite);
  text-transform: capitalize;
}

.home_text {
  color: #000;
  font-family: var(--font);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  margin: 1.34vw 0px 3.351vw 0px;
  text-transform: capitalize;
}

.home_btn {
  display: flex;
  align-items: center;
  border-radius: 6px;
  background-color: white;
  color: #058acc;
  font-family: var(--font);
  font-size: 1.34vw;
  font-style: normal;
  font-weight: 700;
  text-transform: capitalize;
  border: none;
  padding: 1.005vw 1.34vw;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
    7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
}

.services_svg_hidev {
  width: 1.005vw;
}

.home_btn span:nth-child(1) {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, white, #058acc);
  animation: animate1 2s linear infinite;
}

@keyframes animate1 {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.home_btn span:nth-child(2) {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, white, #058acc);
  animation: animate2 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate2 {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(100%);
  }
}

.home_btn span:nth-child(3) {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, white, #058acc);
  animation: animate3 2s linear infinite;
}

@keyframes animate3 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.home_btn span:nth-child(4) {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, white, #058acc);
  animation: animate4 2s linear infinite;
  animation-delay: 1s;
}

@keyframes animate4 {
  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(-100%);
  }
}

/* industry modal styling */

.modal {
  display: none;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: 30vw;
  justify-content: center;
  align-items: center;
  /*opacity: 0;*/
  z-index: 12;
  transition: opacity 0.3s ease-in-out;
  /* outline: 5px solid  rgb(255, 19, 19); */
}
.custom-user-info p {
 
    text-align: start;
}
#modalThumbnail{
    height:100%;
}

    .modal-content {
    /*margin-top: -225px;*/
    width: 100%;
   height: 35vw;
    padding: 20px 0px;
    background-color: #fff;
    display: flex
;
        flex-direction: row !important;
    /* outline: 1px solid orange; */
}
.modal_grid {
  width: 40%;
  height: 30vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 2.01vw 1.34vw 3vw 5vw;
  background: rgb(255, 255, 255);
}

.mask_ind {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, #ddefff 100%);
  width: 20%;
  height: 30vw;
  /* outline: 1px solid orange; */
}

.modal_left_img {
  width: 50%;
  height: 30vw;
  display: flex;
  flex-direction: row;
  background-color: #ddefff;
}

.sub_modal_right img {
  width: 20vw;
  object-fit: contain;
  aspect-ratio: 1/1.2;
}

.sub_modal_left {
  width: 50%;
  padding: 3.01vw 2vw 2.01vw 3.01vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sub_modal_right {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal_heading {
  font-size: 2.01vw;
  line-height: 2.68vw;
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  color: #000;
  text-transform: none;
}

.modal_dis {
  font-size: 1.072vw;
  line-height: 1.675vw;
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  color: #000;
  text-transform: none;
  margin: 1.675vw 0px;
}

.download {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #058acc;
  background: #058acc;
  color: #fff;
  text-align: center;
  font-family: var(--font);
  font-size: 0.938vw;
  text-transform: none;
  padding: 1.005vw 1.34vw;
  font-style: normal;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  cursor: not-allowed;
  pointer-events: none;
}

.item_modal {
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: not-allowed;
  pointer-events: none;
}

.sub_div {
  text-align: left;
}

.sub_div_img {
  width: 70%;
  text-align: left;
  font-size: 1.072vw;
  line-height: 1.675vw;
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
}

.ins_icon_img {
  width: 1.675vw;
}

/* language changer styling */
/* 
.language_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.language-icon {
  cursor: pointer;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1;
  height: 40px;
}

.language-dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.language-dropdown li {
  padding: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: left;
  color: #000;
  border-radius: 5px;
  transition: background-color 0.3s;
}
.language-dropdown li span img {
  width: 30px;
  margin-right: 15px;
}

.language-dropdown li:hover {
  background-color: #f2f2f2;
} */

.earth {
  width: 33px;
}

@keyframes slideDown {
  from {
    transform: translateY(-30%);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slideUp {
  from {
    transform: translateY(0);
    opacity: 1;
  }

  to {
    transform: translateY(-30%);
    opacity: 0;
  }
}

@media screen and (max-width: 450px) {
  .img_layer {
    position: absolute;
    top: 22%;
    right: 0%;
    max-width: 100%;
    height: 78%;
    border-radius: 16px;
  }
    .modal-content {
    /*margin-top: -225px;*/
    width: 100%;
   height: 75vw;
    padding: 20px 0px;
    background-color: #fff;
    display: flex
;
        flex-direction: row !important;
    /* outline: 1px solid orange; */
}
   
}