/* ----------------------------------------menu pages responsive css------------------------------------------- */
.sec-resp-pad {
  padding: 6% 6% !important;
}

.benifit-resp {
  padding: 6% !important;
}

.about-section {
  margin-top: 0px;
  min-height: 90vh;
  padding-left: 6%;
  padding-top: 6%;

}

.model-resp {
  padding: 6% !important;
}

.about-img {
  position: absolute;
  right: 0;
  top: 45px !important;
  height: 95%;
}

.effort-section {
  padding-top: 7% !important;
  width: 75% !important;
  margin: auto !important;
}

.effort-doc-container {
  display: flex;
  flex-direction: row;
  align-items: end;
}

.privacy-container {
  padding: 5% 6% 3% 6% !important;
}

.faq-container {
  padding: 6% 6% 3% 6% !important;
}

.contact-container {
  padding: 10% 4% 1% 6% !important;
}

/* -------------------------------------------------------------------------------------------------------------------------------- */
.section-style {
  height: 100%;
  width: 100%;
  padding: 3% 6%;
}

.header-section {
  position: absolute;
  height: 60px;
  width: 100%;
  padding-top: 25px;
}

.number-text {
  fill: #ffd700;
  font-size: 18px;
  font-weight: bold;
  color: #ffd700;
  text-anchor: middle;
  position: relative;
}

/* ------------------------------------------------------nav-section------------------------ */
body {
  width: 100vw;
}

.pos-absolute {
  position: absolute;
}

.mobile-menu {
  display: none;
}

.mobile-head {
  display: none;
}

.aidoos-nav {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  z-index: 111;
  position: relative;
}

.nav-aidoos-icon {
  position: absolute;
  left: 6%;
  top: 0;
  display: flex;
  align-items: center;
  gap: 15px;
}

.aidoos-nav .nav-items {
  display: flex;
  flex-direction: row;
  width: 57%;
  justify-content: center;
  list-style: none;
  line-height: 2;
  padding: 0px;
}

/* .aidoos-nav .nav-items>li {
  width: 19%;
} */

.aidoos-nav .nav-items>li>a:hover {
  color: #3d59ab;
}

.aidoos-nav .nav-items>li>a {
  line-height: 2;
  text-decoration: none;
  width: 100%;
  text-align: center;
  font-weight: 600;
  color: #000;
}

.aidoos-nav .nav-items li .show-drop-list {
  display: none;
}

.aidoos-nav .nav-items li .show-drop-list {
  display: none;
}


.aidoos-nav .nav-items li .show-drop-list {
  display: none;
  width: 100%;
  height: 90%;
  background: #ffffff8c;
  margin: 10px -6%;
}

.aidoos-nav .nav-items .nav-item:hover>div {
  display: flex;
}

.aidoos-nav .nav-items li .show-drop-list ul {
  gap: 3%;
  display: flex;
  flex-direction: column;
  padding: 10px;
}

.aidoos-nav .nav-items li .show-drop-list .drop-list {
  width: 120%;
  left: -8%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3%;
  justify-content: center;
  background-color: #e0e0f1eb;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;

}

/* .aidoos-nav .nav-items li .show-drop-list .drop-list::before{
    content: '';
    position: absolute;
    width: 200%;
    top: 0;
    left: 0;
    background: lightblue;
    padding: 10px;
    left: -6%;
    right: -6%;
    height: 150vh;
    z-index: -1;
    filter: blur(50%);

  } */

.aidoos-nav .nav-items li .show-drop-list .drop-list>ul>li {
  padding: 8px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.aidoos-nav .nav-items li .show-drop-list .drop-list>ul>li:hover>a {
  color: #3d59ab;
}

.aidoos-nav .nav-items li .show-drop-list .drop-list>ul>li>a {
  color: #000;
}

.sub-verticles {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  width: 50%;
  background-color: #fff;
  left: 38%;
  min-height: 90%;
  top: 5%;
  padding: 20px;
  border-left: 1px solid lightgrey;
}

.sub-verticles a {
  padding: 5px;
  border-radius: 10px;
  border: 1px solid #000;
  text-align: center;
  margin: 10px;
  height: 40px;
  color: #000;
}

.sub-verticles a:hover {
  border-color: #3d59ab;
  color: #3d59ab;
}

/* ---------------------------------------------------------------------------- */

.nav-ai-loginbtn {
  /* border: 1px solid #191970; */
  background: linear-gradient(135deg,
      rgba(25, 25, 112, 1) 0%,
      rgba(61, 89, 171, 1) 100%);
  padding: 7px 30px;
  border-radius: 20px;
  /* position: absolute; */
  right: 6%;
  z-index: 2;
  top: -5%;
  color: #fff;
}

.nav-ai-loginbtn:hover {
  color: #fff;
}

.lap-btn-container {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0px;
  right: 6%;
}

.for-expert-lap-btn {
  margin-right: 30px;
  background-color: #fff;
  border: 2px solid #ffd700;
  border-radius: 20px;
  padding: 7px 25px;
  color: #000;
}

.for-expert-lap-btn:hover {
  color: #000;
  text-decoration: none;
}

.black-text {
  color: #000 !important;
}

/* ------------------------------------------------first section------------------------------------------- */
.mobile-btn {
  display: none !important;
}

.lap-btn {
  display: flex !important;
}

.main-head {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;

}

.mob-main-sub-head {
  display: none;
}

.land-left-container>p {
  font-size: 18px;
}

@import url(../../common-css/root.css);
@media screen and (min-width: 0px) {
  .bg-img {
    top: 0px;
    background: url(../../new_landing_site/images/expert_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    object-fit: contain;
    float: inherit;
    position: relative;
    transform: scaleX(-1) !important;
    background-position: top center;
    /* z-index: -99; */
    margin-top: 0px !important;
    justify-content: flex-start;
    align-items: flex-end;
    /* border-bottom-right-radius: 100%; */
  }

  .bg-img>div {
    min-height: 100vh;
    transform: scaleX(-1) !important;
  }

  .expert-container {
    position: absolute;
    bottom: 40px;
    justify-content: end;
  }

  .expert-container>.main-head>span {
    display: inline-block;
    line-height: 36px;
    /* background-color: rgb(212 216 222 / 27%); */
    padding: 0px;
    margin: 0px 0px 5px 0px;
    color: #3d59ab;
  }

  .expert-container>p>span {
    font-size: var(--font18);
    display: inline-block;
    line-height: 1.5;
    /* background-color: rgb(212 216 222 / 27%); */
    padding: 0px;
    margin: 0px 0px 3px 0px;
  }

  .section-desktop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media screen and (min-width: 1200px) {
  .expert-container {
    bottom: 40px;
  }

  .bg-img {
    background: url(../../new_landing_site/images/expert_bg_desktop.png);
    transform: scaleX(1) !important;
    background-position: top center;
    background-size: cover;
  }

  .bg-img>div {
    min-height: 100vh;
    transform: scaleX(1) !important;
  }

  .section-desktop {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .section-responsive {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}



.gs-btn {
  border-radius: 12px;
  background-color: #3d59ab;
  padding: 10px 20px;
  color: #fff;
  width: max-content;
  gap: 10px;
  margin-top: 20px;
}

.globe {
  height: 450px;
  width: 450px;
  position: absolute;
  right: 10%;
  border-radius: 50%;
  background-color: #fff;
  background-image: url("../images/world_12.png");
  background-size: cover;
  background-position: 0px 0px;
  animation: rotateEarth 25s linear infinite;
  box-shadow: 0 26px 58px 0 rgba(0, 0, 0, 0.22),
    0 5px 14px 0 rgba(0, 0, 0, 0.18);
  /* overflow: hidden; */
  /* box-shadow: inset 0px 1px 1px 0px rgba(255, 255, 255, 0.1), 0px 50px 100px -20px rgba(50, 50, 93, 0.25), 0px 30px 60px -30px rgba(0, 0, 0, 0.3); */
}

@keyframes rotateEarth {
  from {
    background-position: 1000px;
  }

  to {
    background-position: 0px;
  }
}

.location-point {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  /* background-color: #ffd700; */
}

.point-1 {
  position: relative;
  animation: location 25s linear infinite;
  animation-fill-mode: backwards;
}

@keyframes location {
  0% {
    transform: translateY(0) translateX(0);
    opacity: 0;
    left: 20%;
    top: 15%;
  }

  30% {
    transform: translateY(0) translateX(0);
    opacity: 1;
    background-color: violet;
    left: 20%;
    top: 15%;
  }

  31% {
    transform: translateY(150px) translateX(0px);
    opacity: 1;
    background-color: black;
    left: 40%;
  }

  50% {
    transform: translateY(0) translateX(0);
    opacity: 1;
    background-color: red;
  }

  40% {
    transform: translateY(70px) translateX(50px);
    opacity: 0;
    background-color: midnightblue;
  }

  60% {
    transform: translateY(150px) translateX(0px);
    opacity: 1;
    background-color: yellow;
  }

  80% {
    transform: translateY(0px) translateX(160px);
    opacity: 0;
    background-color: red;
  }

  100% {
    transform: translateY(200px) translateX(50px);
    opacity: 1;
    background-color: black;
  }
}

/* @media only screen and (min-height:750px) {
    .globe{
        height: 350px  ;
        width: 600px ;
    }
} */

/* ------------------------------------------------map section--------------------------------- */
.map-section,
.container {
  background-color: transparent;
}

.map-section>.container>.row {
  min-height: 100vh;
}

.map-section-container {
  min-height: 100vh;
}

.map-left-container {
  justify-content: center;
}

.talent-search-bar {
  width: 90%;
  background: #fff;
  border-radius: 20px;
  height: 40px;
  box-shadow: 0px 3px 6px 0px rgba(140, 149, 159, 0.15);
  justify-content: space-between;
}

.talent-search {
  height: 100%;
  width: 85%;
  border: none;
  outline: none;
  border-radius: 20px;
  padding: 15px;
}

.talent-search:active {
  background-color: #fff;
}

.talent-search:focus {
  background-color: #fff;
}

.icon-search {
  border: none;
  /* border-left: 2px solid lightgrey; */
  background: transparent;
  padding-right: 15px;
}

.load-spinner {
  display: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(211, 211, 211, 0.533);
  border-radius: 20px;
}

.loader {
  width: 48px;
  height: 48px;
  border-width: 3px;
  border-style: dashed solid solid dotted;
  border-color: #FFD700 #FFD700 transparent #FFD700;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  top: 45%;
  left: 45%;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
  left: 20px;
  top: 31px;
  border: 10px solid transparent;
  border-right-color: #FFD700;
  transform: rotate(-40deg);
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

#suggestions {
  display: none;
  /* border: 1px solid #ccc; */
  border-radius: 12px;
  /* max-height: 150px; */
  /* overflow-y: auto; */
  position: absolute;
  background-color: #e0e0f1eb;
  width: 25%;
  right: 10px;
  padding: 10px 0px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
  padding: 8px 15px;
  cursor: pointer;
}

.suggestion-item:hover {
  background-color: #b4b4dc;
  color: #fff;
}

/* .search-result{
  height: 500px;
  overflow: auto;
} */
.search-result>li {
  width: 90%;

  gap: 10px;
}

.country-name {
  width: 80%;
  background: #191970;
  color: #fff;
  padding: 15px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.country-count {
  padding-top: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #ffd700;
  text-align: center;
  color: #fff;
}

.country-shadow {
  width: 80%;
  height: 40px;
}

.linear-background {
  animation: placeHolderShimmer 1s linear infinite;
  animation-fill-mode: forwards;
  background: #f6f7f8;
  background: linear-gradient(to right, #e4e4e4 8%, #dddddd 18%, #e4e4e4 33%);
  background-size: 1000px 104px;
  height: 40px;
  position: relative;
  overflow: hidden;
  /* margin-top: 20px; */
  width: 80%;
  /*   margin:0 auto; */
}

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }

  100% {
    background-position: 468px 0;
  }
}

.count-shadow {
  background-color: lightgray;
  height: 40px;
  width: 40px;
  padding: 10px;
}

.map-box-container {
  height: 70%;
  width: 90%;
  transform: rotateY(-36deg) rotateX(15deg);
  /* box-shadow: 0px 80px 50px -30px rgba(0, 0, 0, 0.15); */
  box-shadow: 54px 117px 65px -44px rgba(0, 0, 0, 0.15);
}

.mobile-world {
  display: none;
}

.map-container {
  perspective: 1900px;
  width: 60%;
}

.map-container2 {
  width: 94%;
  border-radius: 20px;
  /* box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
   box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; */
  box-shadow: 0px 10px 50px rgba(25, 25, 112, 0.2);
  height: 85vh;
  border: 1px solid lightgray;
}

.map-head2 {
  font-size: 16px;
  font-family: avenirmedium;
  position: absolute;
  top: 30px;
  left: 5%;
  z-index: -1;
}

.map-frame {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-color: #191970;
  padding: 15px;
  position: absolute;
}

.side-box {
  height: 100%;
  width: 40px;
  background-color: gray;
  position: absolute;
  z-index: -1;
  /* transform: skew(-10deg, 0deg); */
  right: -1%;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

/* -------------------------------------------------exicution section---------------------------- */
.exicution-container {
  min-height: 70vh;
}

.exicution-container>div {
  text-align: center;
  height: max-content;
}

.exicution-container>div>p {
  color: #888888;
}

.exicution-container>div:nth-child(even) {
  align-self: end;
}

.wave-edge {
  width: 20px;
  height: 20px;
  background: #bac82e;
  position: absolute;
  top: 45%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}

.wave-edge-back {
  background: #4cb919;
  right: 151px;
}

.wave-img {
  width: 50%;
  height: 50%;
  position: relative;
  z-index: 11;
  top: 22%;
  border-radius: 50%;
}

.mobile-exu-section {
  display: none;
}

.wave-container {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 75vh;
  top: 20%;
  left: 3%;
}

.wave-line {
  position: relative;
  height: 45%;
  width: 25%;
  border-radius: 50%;
  z-index: -1;
  text-align: center;
  top: 30%;
}

.wave-color1 {
  background: linear-gradient(0deg, transparent 50%, #bac82e 50%);
}

.wave-color2 {
  background: linear-gradient(180deg, transparent 50%, #0b6c81 50%);
  /* margin-left:-20px ; */
  left: -20px;
  z-index: -2;
}

.wave-color3 {
  background: linear-gradient(0deg, transparent 50%, #f4a120 50%);
  left: -40px;
  z-index: -3;
}

.wave-color4 {
  background: linear-gradient(180deg, transparent 50%, #c213df 50%);

  left: -60px;
  z-index: -4;
}

.wave-color5 {
  background: linear-gradient(0deg, transparent 50%, #4cb919 50%);
  left: -80px;
  z-index: 1;
}

.wave-color1::before,
.wave-color2::before,
.wave-color3::before,
.wave-color4::before,
.wave-color5::before {
  content: "";
  position: absolute;
  background-color: #fff;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  border-radius: 50%;
}

.wave-color1::after {
  /* content: ''; */
  background-image: url("../images/world_12.png");
}

.ex-bottom {
  text-align: center;
  margin-top: 40px;
}

.last-wave::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #4cb919;
  position: absolute;
  top: 45%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  right: 0%;
}

.first-wave::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #bac82e;
  position: absolute;
  top: 45%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  left: 0%;
}

.wave-content:nth-child(odd) {
  position: relative;
  top: -40%;
}

.wave-content:nth-child(even) {
  position: relative;
  bottom: -60%;
}

.wave-img:nth-child(even) {
  top: -22px;
  display: inline;
}

/* --------------------------------------------delevirey partner section------------------------------- */
.delivery-section {
  background: linear-gradient(to right, #3d59ab, #191970);
  color: #fff;
  padding-top: 6%;
  padding-bottom: 8%;
}

.del-container {
  height: 90vh;
}

.del-head {
  font-family: Avenir 85 Heavy;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}

.del-head span {
  font-size: 24px;
  font-weight: 400;
}

.del-left {
  width: 40%;
  height: 100%;
  margin-top: 15%;
  gap: 100px;
}

.del-left>div>p {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
}

.del-sara-content {
  line-height: 2;
}

.del-switch-content {
  display: none;
}

.top-circle-img {
  left: -20px;
}

.bottom-circle-img {
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: -5%;
  left: 75%;
}

.middle-container {
  background-image: linear-gradient(to bottom, #ffd700, #998100, #ffd700);
  width: 95%;
  height: 90%;
  position: relative;
  top: 6%;
  /* border: 8px solid;
  border-image: linear-gradient(to bottom,#FFD700,#998100,#FFD700 ); */
  border-radius: 100px;
}

.middle-container:hover>.image-anime::after {
  animation: opacityIncrement 500ms ease-in 1;
}

.middle-container:hover>.del-dots>.anime-container>.rectangle-container>span {
  animation: rotateDot 1s linear 1;
  /* background-color: #000; */
}

.middle-container:hover>.del-dots>.anime-container>.circle-container>span {
  animation: rotateDot2 1s linear 1;
}

@keyframes rotateDot2 {
  0% {
    transform: rotate(0deg);
    border-radius: 50%;
  }

  50% {
    border-radius: 0%;
  }

  100% {
    border-radius: 50%;
    transform: rotate(180deg);
  }
}

@keyframes rotateDot {
  0% {
    transform: rotate(0deg);
    border-radius: 0%;
  }

  50% {
    border-radius: 50%;
  }

  100% {
    border-radius: 0%;
    transform: rotate(180deg);
  }
}

figure {
  border-radius: 90px;
  /* aspect-ratio: 1 / 1.7; */
  /* object-fit: cover; */
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* top: 8%; */
}

figure img {
  width: 100%;
}

.reveal {
  position: relative;
  display: inline-flex;
  overflow: hidden;
}

.image-anime:after {
  content: "";
  position: absolute;
  width: 250%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}

.image-anime:hover::after {
  animation: opacityIncrement 500ms ease-in 1;
}

.image-anime:hover>.anime-container {
  display: none;
}

@keyframes opacityIncrement {
  0% {
    height: 0%;
    width: 250%;
    /* top: 50%;
        left: 50%;  */
  }

  90% {
    height: 200%;
    opacity: 1;
  }

  100% {
    height: 200%;
    opacity: 0;
  }
}

.del-right {
  width: 35%;
  height: 100%;
  /* padding-left: 3%; */
  margin-top: 15%;
  gap: 50px;
}

.del-right>ul {
  line-height: 2;
  font-size: 18px;
}

.anime-container {
  height: 100px;
  width: 100px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.anime-container>div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.rectangle-container>span {
  display: flex;
  height: 10px;
  width: 10px;
  background-color: #ffffff5e;
  margin: 2px;
}

.circle-container>span {
  display: flex;
  height: 10px;
  width: 10px;
  background-color: #ffffff5e;
  margin: 2px;
  border-radius: 50%;
}

/* --------------------------------------------------------solutions------------------------------ */
.solu-nav a:hover {
  color: #3d59ab;
  text-decoration: underline;
}

.pulse-img1 {
  display: flex;
  align-items: center;
  min-width: 60%;
  max-height: 60%;
  margin-left: 5%;
}

@media screen and (min-width: 1100px) {
  .pulse-img {
    display: none !important;
    position: relative;
    right: 10%;
    width: 18%;
  }
}

@media screen and (min-width: 1400px) {
  .pulse-img1 {
    max-height: 75%;
  }
}

@media screen and (min-width: 1600px) {
  .pulse-img1 {
    max-height: 80%;
  }
}

@media screen and (min-width: 1900px) {
  .pulse-img1 {
    max-height: 90%;
  }
}

@media screen and (min-width: 2500px) {
  .pulse-img1 {
    max-height: 100%;
  }
}

/* .exicution-container>div{
   display: flex;
   flex-direction: column;
   align-items: center;
  } */
.solution-item {
  cursor: pointer;
}

/* --------------------------------------------------------use case section---------------------------------- */
.use-case-section {
  text-align: center;
  padding: 3%;
  position: relative;
  min-height: 95vh;
  margin-bottom: 40px;
}

.us-head {
  color: #ffd700;
}

.us-container {
  width: 90%;
  overflow: hidden;
  position: relative;
  left: 6%;
  height: 500px;
}

.uc-card {
  position: absolute;
  top: 25%;
  width: 23%;
  height: 61%;
  border-radius: 28px;
  background-color: #fff;
  /* overflow: hidden; */
  box-shadow: 0px 16px 29px 10px #1919701a;
  transition: all 500ms;
}

.uc-card:hover {
  width: 25%;
  height: 66%;
  border-bottom: 5px solid #ffd700;
  box-shadow: 0px 10px 80px 26px #1919702e;
  top: 21%;
}

.uc-card.active {
  width: 25%;
  height: 66%;
  border-bottom: 5px solid #ffd700;
  box-shadow: 0px 10px 80px 26px #1919702e;
  left: 35%;
  top: 21%;
}

.uc-card:hover>.uc-content>li {
  font-size: 0.9rem;
}

.uc-card.active>.uc-content>li {
  font-size: 0.9rem;
}

.uc-card-top {
  width: 100%;
  height: 35%;
  padding: 15px;
  background-image: linear-gradient(to bottom, #3030d6, #191970);
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}

.uc-card-top>h6 {
  line-height: 1.7;
  font-weight: 400 !important;
  text-align: left;
  padding-left: 15px;
}

.uc-icon {
  height: 55px;
  width: 90px;
  text-align: center;
  padding: 15px;
  border-radius: 30px;
  background-color: #fff;
}

.uc-icon>img {
  height: 98%;
}

.uc-content {
  line-height: 2;
  padding: 15px;
  /* font-size: 0.8rem; */
  text-align: left;
}

.uc-content>li {
  border-bottom: 1px solid lightgray;
  margin-top: 10px;
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.uc-content>ul>li>p {
  margin: 0px !important;
  margin-bottom: 0rem;
}

.uc-content>li:last-child {
  border: none;
  margin-top: 10px;
  padding-bottom: 10px;
}

.uc-sub-head {
  color: #3d59ab;
  font-weight: 500;
}

.us-btn-container {
  position: absolute;
  bottom: 20px;
  width: 90%;
}

.dot-container {
  position: absolute;
  bottom: 10%;
  right: 10px;
}

.uc-dot-container {
  display: flex;
  gap: 5px;
}

.uc-dot {
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background-color: #96934f;
}

.uc-dot.active {
  width: 40px;
  border-radius: 15px;
  border: 2px solid #96934f;
  background-color: #191970;
  transition: 0.5s;
}

.us-btn {
  display: flex;
  position: relative;
  /* top: 85%; */
  left: 46%;
  height: fit-content;
  margin: 0px;
}

.prev-btn,
.next-btn {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #96934f;
}

.prev-btn:hover,
.next-btn:hover {
  height: 25px;
  width: 25px;
  padding-top: 2px;
  border-radius: 6px;
  transition-duration: 0.5s;
}

/* --------------------------------------slider------------------------------------------ */
/* Define cubic-bezier values */
/* Define cubic-bezier values */

/* ---------------------------------------------------------------------footer section--------------------------------- */
.ai-logo-name {
  padding-top: 5px;
  padding-left: 5px;
  font-size: 28px;
  line-height: 46px;
}

.footer-menu>li {
  line-height: 2;
}

/* --------------------------------------------------------Responsive styles---------------------------------- */

/* -------------------------------------------globe------------------------------------------- */
.globe-cont {
  padding: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.page {
  /* width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center; */
  position: relative;
  /* z-index: 111; */
}

.globe-wrapper {
  /* margin-top: 9vh; */
  position: relative;
}

.cir-rotate {
  animation: rotation 25s linear infinite;
  /* rotate: 90deg; */
}

@keyframes rotation {
  100% {
    transform: rotate(1turn);
  }
}

.info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.info span {
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff;
  /*background-color: rgba(255, 255, 255, .2);*/
  padding: 0.2em 0.6em;
  border-radius: 2px;
  font-size: 1em;
  position: absolute;
  bottom: 0px;
  right: 0;
  display: none;
}

.info p {
  font-weight: bold;
  text-shadow: 0 0 5px #ffffff;
  /*background-color: rgba(255, 255, 255, .2);*/
  padding: 0.2em 0.6em;
  border-radius: 2px;
  font-size: 1em;
  position: absolute;
  bottom: -15px;
  /* right: 0; */
}

canvas {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fixed-hidden-svg {
  position: fixed;
  top: 0;
  visibility: hidden;
}

.lil-gui {
  --width: 350px;
  max-width: 90%;
  --widget-height: 20px;
  font-size: 15px;
  --input-font-size: 15px;
  --padding: 10px;
  --spacing: 10px;
  --slider-knob-width: 5px;
  --background-color: rgba(5, 0, 15, 0.8);
  --widget-color: rgba(255, 255, 255, 0.3);
  --focus-color: rgba(255, 255, 255, 0.4);
  --hover-color: rgba(255, 255, 255, 0.5);

  --font-family: monospace;
}

/* ----------------------------------------------------dynamic map-------------------------------- */

#worldMap path {
  transition: fill 0.3s;
}

#worldMap path.highlight {
  fill: yellow;
  /* Highlight color */
}

.circle-style {
  object-fit: cover;
}

.location-icon {
  fill: #ffd700;
  cursor: pointer;
  border-radius: 50%;

  position: relative;
}

.pointer {
  fill: red;
  rotate: 180deg;
}

.flag {
  cursor: pointer;
  background: transparent;
}

.flag-img-container {
  display: flex;
  flex-direction: column;
}

.location-icon::before {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: red;
  animation: blink 1s infinite;
}

@keyframes blink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.tooltip {
  display: none;
  position: absolute;
  background-color: lightgray;
  border: 1px solid #ccc;
  padding: 15px;
  font-size: 12px;
  border-radius: 4px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 0.3s;
}

.tooltip.show {
  display: block;
  opacity: 1;
}

/* ----------------------------------------------------------------Responsive-------------------------------------------------- */

@media only screen and (max-width: 786px) {
  .sec-resp-pad {
    padding: 30% 6% !important;
  }

  .model-resp {
    padding: 3% !important;
    min-height: 100vh !important;
  }

  .benifit-resp {
    padding: 25% 6% 3% 3% !important;
  }

  .effort-doc-container {
    display: flex;
    flex-direction: column !important;
    align-items: start;
  }

  .effort-section {
    padding-top: 25% !important;
    width: 93% !important;
  }

  .about-section {

    padding-left: 0;
    padding-top: 20%;

  }

  .blog-resp {
    padding-top: 20% !important;
  }

  .about-img {
    position: relative;
    right: 0;
    top: 45px;
    width: 80%;
    height: 80%;
  }

  .privacy-container {
    padding: 20% 6% 3% 6% !important;
  }

  .aidology-container {
    margin-top: 30%;
  }

  .faq-container {
    padding: 20% 6% 3% 6% !important;
  }

  .contact-container {
    padding: 20% 4% 3% 6% !important;
  }

  .first-section {
    margin-top: 20%;
  }

  .main-sub-head {
    display: none;
  }

  .mob-main-sub-head {
    display: inline;
  }

  .lap-btn {
    display: none !important;
  }

  .mobile-btn {
    display: flex !important;
    margin-bottom: 20px;
  }

  .for-expert-btn {
    right: 30%;
    top: 4px;
    background-color: #fff;
    border: 2px solid #ffd700;
    border-radius: 20px;
    padding: 7px 25px;
    color: #000;
  }

  .for-expert-btn:hover {
    color: #000;
    text-decoration: none;
  }

  .lap-btn-container {
    display: none;
  }

  .mobile-head {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 10px;
    top: 0px;
    align-items: center;
  }

  .mobile-menu {
    display: none;
    right: 5%;
    top: 100%;
    position: absolute;
    z-index: 999;
    background: #e0e0f1eb;
    color: #000;
    gap: 8px;
    border-radius: 6px;
    padding: 5px 10px;
    width: auto;
  }

  .aidoos-nav>.nav-items {
    display: none;
  }

  .ai-mobile-nav {
    position: absolute;
    flex-direction: column !important;
    background-color: #fff;
    top: 100%;
    /* right: -5%; */
    border-radius: 10px;
    padding: 10px !important;
    width: 100% !important;
    height: 100vh !important;
    justify-content: flex-start !important;
  }

  .ai-mobile-nav>li {
    width: 100% !important;
    /* border-bottom: 1px solid lightgray; */
  }

  .header-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .aidoos-nav {
    padding: 0 !important;
  }

  .aidoos-nav .nav-items li .show-drop-list .drop-list {
    width: 60%;
    height: 95%;
    overflow: auto;
    top: 0%;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0%;
    justify-content: start;
    background-color: #fff;
    padding: 10px;
    left: 30%;
    margin: 10px;
    border-left: 1px solid lightgray;
  }

  .aidoos-nav .nav-items li .show-drop-list .drop-list ul {
    background: #fff;
    left: 0;
    display: flex;
    flex-direction: column;
    padding: 0px;
    width: 100%;
  }

  .aidoos-nav .nav-items li .show-drop-list .drop-list>ul>li {
    padding: 5px;
  }

  .main-head {
    font-size: 28px !important;
  }

  .land-left-container>p {
    font-size: 15px;
  }

  .section-style {
    padding: 5% 3%;

  }

  .first-section {
    flex-direction: column !important;
    min-height: auto;
  }

  .globe {
    height: 300px;
    width: 300px;
    position: relative;
    margin: 30px 30px;
  }

  /* ------------------------------------------------------------map section-------------------------------- */
  .map-section-container {
    flex-direction: column !important;
    min-height: 65vh;
  }

  .map-container {
    height: 60vh;
    width: 100vw;
    order: -1;
    display: none;
  }

  .mobile-world {
    display: block;

    margin-top: 5%;
    /* margin-bottom: 10%; */
  }

  .map-left-container {
    padding-top: 6%;
  }

  .map-box-container {
    height: 70%;
    width: 93%;
  }

  .map-frame {
    padding: 10px;
  }

  .map-head {
    font-size: 14px;
    font-weight: 400;
    margin-top: 5%;
  }

  .talent-search-bar {
    width: 90%;
  }

  .search-result>li {
    width: 100%;
  }

  .search-result>li>.country-name {
    width: 70%;
  }



  .wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 5px solid #191970;
  }

  .land {
    fill: #3d59ab;
    fill-opacity: 1;
    stroke: white;
    stroke-opacity: 1;
    stroke-width: 0.5;
    transition: 0.2s ease-out;
  }

  .land:hover {
    fill: #191970;
  }


  /* ------------------------------------------------------------------------------------------------------------------------------ */
  .pulse-img1 {
    display: none;
  }

  .pulse-img {
    width: 80%;
    margin: 10px 0px;
  }

  .exicution-container {
    flex-direction: column !important;
    margin-top: 10px !important;
    width: 60%;
  }

  .exicution-container>div {
    text-align: left;
    height: 100px;
  }

  .exicution-container>div:nth-child(even) {
    align-self: flex-start;
  }

  .exicution-container>div:nth-child(5) {
    padding-top: 15px;
  }

  .exicution-container>div>h5 {
    font-size: 16px;
    font-weight: 400 !important;
  }

  .exicution-container>div>p {
    font-size: 11px !important;
  }

  .exicutive-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .ex-bottom {
    text-align: left;
  }

  .ex-bottom>h4 {
    font-size: 16px;
  }

  .ex-bottom>p {
    font-size: 12px;
  }

  .mobile-exu-section {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 5%;
  }

  .process-container {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
  }

  .ex-img-container {
    width: 30%;
  }

  .ex-content-container {
    width: 68%;
  }

  .process-container>div>img {
    width: 100%;
    height: 100%;
  }

  .wave-container {
    display: none;
    position: relative;
    flex-direction: column;
    width: 100%;
    height: 70vh;
  }

  .wave-content:nth-child(odd) {
    position: relative;
    top: 10%;
    left: 100%;
    width: 60vw;
    margin-left: 20px;
    text-align: start;
  }

  .wave-content:nth-child(even) {
    position: relative;
    /* bottom: -60%; */
    top: -45%;
    left: 100%;
    width: 60vw;
    text-align: start;
    margin-left: 20px;
  }

  .wave-line {
    height: 100px;
    width: 120px;
    top: 0px;
  }

  .wave-img:nth-child(even) {
    top: -45px;
    /* left: 22px; */
    display: inline;
  }

  .wave-color1 {
    background: linear-gradient(90deg, transparent 50%, #bac82e 50%);
  }

  .wave-color2 {
    background: linear-gradient(270deg, transparent 50%, #0b6c81 50%);
    z-index: -2;
    left: 0px;
    top: -10px;
  }

  .wave-color3 {
    background: linear-gradient(90deg, transparent 50%, #f4a120 50%);
    z-index: -3;
    left: 0px;
    top: -20px;
  }

  .wave-color4 {
    background: linear-gradient(270deg, transparent 50%, #c213df 50%);
    z-index: -4;
    left: 0px;
    top: -30px;
  }

  .wave-color5 {
    background: linear-gradient(90deg, transparent 50%, #4cb919 50%);
    z-index: 1;
    left: 0px;
    top: -40px;
  }

  .wave-color1::before,
  .wave-color2::before,
  .wave-color3::before,
  .wave-color4::before,
  .wave-color5::before {
    content: "";
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 50%;
  }

  .last-wave::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #4cb919;
    position: absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 42%;
    top: 90%;
    z-index: 111;
    rotate: 90deg;
  }

  .first-wave::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #bac82e;
    position: absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    left: 42%;
    top: 0%;
    z-index: 111;
    rotate: 90deg;
  }

  /* -----------------------------second section----------------------------------------- */
  .last-wave::after {
    width: 11px;
    height: 11px;
    background: #4cb919;
    position: absolute;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    bottom: 0%;
    left: 42%;
    rotate: 90deg;
  }

  /* -----------------------------------------------delivery section----------------------------------------- */
  .del-container {
    flex-direction: column !important;
    height: auto;
    gap: 40px;
  }

  .del-switch-content {
    display: block;
    margin-top: 20px;
    line-height: 2;
    color: black;
  }

  .del-sara-content {
    display: none;
  }

  .del-left {
    width: 100%;
    gap: 50px;
  }

  .del-right {
    width: 100%;
    gap: 30px;
    margin: 0;
  }

  .del-right>ul {
    padding: 0px;
  }

  .del-head {
    font-size: 22px;
  }

  .del-head>span {
    font-size: 17px;
  }

  .reveal img {
    width: 100%;
  }

  .use-case-section {
    padding-top: 7%;
  }
}


@media only screen and (max-width: 500px) {
  .blog-title {
    display: none;
  }

  .nav-aidoos-icon {
    left: 1%;
  }

  .wave-container {
    display: none;
    width: 100%;
    height: 65vh;
    padding-top: 10%;
  }

  .wave-img:nth-child(even) {
    top: -65px;
    /* left: 22px; */
    display: inline;
  }

  .ex-bottom {
    margin-top: 10px;
  }

  .uc-card-container {
    display: flex;
    overflow: hidden;
    position: relative;
    height: 65vh;
  }

  .uc-card {
    width: 100%;
    /* Show only one card */
    /* margin: 15px 25px; */
    top: 0%;
    box-shadow: none;
  }

  .uc-card.active {
    top: 0%;
    width: 100%;
    box-shadow: none;
    height: 90%;
    /* margin: 15px 25px; */
  }

  /* .uc-card {
          flex-shrink: 0;
        } */
  .us-btn-container {
    flex-direction: column !important;
    gap: 20px;
    position: static;
    width: 100%;
  }

  .us-btn {
    position: static;
    order: 1;
  }

  .dot-container {
    position: static;
  }

  .map-container2 {
    height: 40vh;
  }

  .map-head2 {
    top: 85%;
  }

  .talent-search-bar {
    width: 90% !important;
  }

  #suggestions {
    width: 90%;
    top: 20%;
    padding: 10px;
  }
}