* {
  margin: 0;
  padding: 0;
  color: #fff;
  font-family: "Inter", serif;
}


#content {
  overflow: unset;
}

.aboutus-new .section1 .newdesign-content div {
  text-align: left !important;
}
.aboutus-new .newdesign-content,
.newdesign-content {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 80px;
  box-sizing: border-box;
}

.homepage-new .newdesign-content.expanded {
  padding: 0 !important;
  max-width: none;
}

.colorGreen {
  color: #52f18f;
}

a.viewall:hover {
  color: #fff;
}

a.readmore {
  font-size: 16px;
  color: #fff;
}

a.readmore:hover {
  text-decoration: none;
  color: #fff;
}

.blackbtn,
.orangebtn {
  display: block;
  border-radius: 24px;
  border: 0;
  padding: 15px 51px;
  font-size: 18px;
  font-weight: 700;
  line-height: 21.6px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.orangebtn a {
  color: #000;
}

.homepage-new button::after,
.aboutus-new button::after,
header button::after,
.contact_info_details button::after,
.hireus button::after .blackbtn::after,
.orangebtn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: -2;
}

.aboutus-new button::before,
header button::before,
.contact_info_details button::before,
.hireus button::before,
.blackbtn::before,
.orangebtn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  border-radius: 24px;
  z-index: -1;
}

.homepage-new button.orangebtn:hover,
.aboutus-new button.orangebtn:hover,
header button.orangebtn:hover,
.contact_info_details button.orangebtn:hover,
.hireus button.orangebtn:hover,
.orangebtn:hover {
  background-color: #fff !important;
  color: #000 !important;
}

.homepage-new button.blackbtn:hover,
.aboutus-new button.blackbtn:hover,
header button.blackbtn:hover,
.contact_info_details button.blackbtn:hover,
.hireus button.blackbtn:hover,
.blackbtn:hover {
  color: #000 !important;
  background-color: #fff !important;
}

.homepage-new button:hover:before,
.aboutus-new button:hover:before,
header button:hover:before,
.contact_info_details button:hover:before,
.hireus button:hover:before,
.orangebtn:hover::before,
.blackbtn:hover:before {
  left: 0;
}

a.orangebtn,
button.orangebtn {
  background-color: #ffb758;
  color: #0d0d0d;
}

.homepage-new button.orangebtn::before,
.aboutus-new button.orangebtn::before,
header button.orangebtn::before,
.contact_info_details button.orangebtn::before,
.hireus button.orangebtn::before,
.orangebtn::before {
  color: #000;
  background-color: #fff;
}

.homepage-new button.blackbtn::before,
.aboutus-new button.blackbtn::before,
header button.blackbtn::before,
.contact_info_details button.blackbtn::before,
.hireus button.blackbtn::before,
.blackbtn::before {
  background-color: #fff;
  color: #000;
}

.cta-container button {
  border-radius: 30px;
  white-space: nowrap;
  padding: 15px 33px;
}

.homepage-new button.blackbtn,
.aboutus-new button.blackbtn,
button.blackbtn {
  background-color: #000;
  color: #fff;
}

.hireus section {
  z-index: 1;
  position: relative;
  padding: 80px 0;
}

.hireus section {
  padding: 80px 0;
}

.homepage-new .section3 .text-container {
  padding-bottom: 80px;
}

.homepage-new .section3 h3 {
  padding: 32px 0;
}

.homepage-new .section3 video {
  object-fit: cover;
  border-radius: 40px;
  height: 360px;
  filter: grayscale(100%);
}

.homepage-new .section3 .media-container {
  position: relative;
}

/* =======================about us===================== */

.card .highlight span {
  color: #00ff80;
  font-weight: 800;
}

.bold {
  font-weight: 900;
  color: white !important;
}

@media screen and (max-width: 768px) {
  .Terms_of_service_wrap,
  .Privacy_Policy {
    background: #0d0d0d !important;
    padding-bottom: 80px !important;
  }
}



.leadership-header{
  padding: 20px 0 20px 0;
}

/* =======================hire us===================== */
.hireus .section1 h3 {
  margin-bottom: 32px;
}

.hireus .section3 h3,
.hireus .section4 h3,
.hireus .section5 h3 {
  margin-top: 32px;
  width: 80%;
}

.hireus .section3 .talent-list {
  display: grid;
  margin-top: 64px;
  grid-template-columns: auto auto auto auto;
  gap: 16px;
}

.hireus .section3 .talent-list > div {
  border-left: 3px solid #52f18f;
  padding-left: 12px;
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 21px;
}

.hireus .section4 .services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  gap: 16px;
  margin-top: 80px;
}

.hireus .section4 .services-grid > div {
  background-color: #1e1e1e;
  border-radius: 40px;
  padding: 32px;
  display: flex;
  flex-flow: column;
  gap: 25px;
}

.hireus .section4 .services-grid > div img {
  width: 36px;
}

.hireus .section4 .services-grid > div span {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  padding-top: 25px;
}

.hireus .section5 h3 {
  margin-bottom: 64px;
  margin-top: 32px;
}

.hireus .section5-content-left > div {
  position: sticky;
  top: 150px;
  /* width: 50%; */
}

.hireus .section5 .section5-content {
  display: flex;
  flex-flow: row;
}

.hireus .section5-content-right > div {
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin-bottom: 64px;
  /* padding-top: 32px; */
  /* position: sticky; */
  /* top: 150px; */
  background-color: #000;
}

.hireus .section5-content-right > div img,
.aboutus-new .section8-content-right > div img {
  width: 32px;
}

.hireus .section5-content-right > div span {
  font-size: 28px;
  line-height: 40px;
  font-weight: 800;
  padding-top: 25px;
}

.hireus .section6 .section6-content {
  background-color: #1e1e1e;
  border-radius: 40px;
  padding: 96px 108px 96px 64px;
  display: flex;
  flex-flow: row;
}

.hireus .section6 .section6-content > div {
  flex: 1 1 0px;
}

.hireus .section6 .faq-accordion h4 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: inherit;
  letter-spacing: normal;
  padding: 24px 24px 24px 0;
  border-top: 1px solid #ffffff;
  cursor: pointer;
  position: relative;
}

.hireus .section6 .faq-accordion h4:first-child {
  border: none;
}

.hireus .section6 .faq-accordion h4::after {
  position: absolute;
  right: 0;
  background-image: url(../images/plus.png);
  content: "";
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hireus .section6 .faq-accordion h4.ui-accordion-header-active::after {
  background-image: url(../images/Minus.png);
}

.hireus .section6 .faq-accordion div {
  padding-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
  color: #e2e2e2;
}



/* ============header and footer============= */
.blue-bar {
  background-color: #3b43fd;
  z-index: 99;
  position: relative;
  margin-bottom: 20px;
}
.middle_section {
  padding-bottom: 0 !important;
}

.middle_section a {
  font-weight: 800;
  font-size: 16px;
  line-height: 25.6px;
  color: #fff;
  margin-right: 10px;
}
.list ul li {
  margin-bottom: 15px;
}

.text-white {
  position: relative;
  z-index: 2;
}

nav {
  line-height: 30px;
  color: #fff !important;
}

nav button {
  padding: 0 !important;
}

header.algoworks-header {
  position: fixed;
  width: 90%;
  margin: 0 5%;
  z-index: 98;
}

header.algoworks-header .newdesign-content {
  -webkit-box-shadow: 0px -21px 63px 0px rgba(0, 0, 0, 1);
  -moz-box-shadow: 0px -21px 63px 0px rgba(0, 0, 0, 1);
  box-shadow: 0px -21px 63px 0px rgba(0, 0, 0, 1);
  border-radius: 16px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(90px);
}

header.algoworks-header .menu-item:hover {
  color: #52f18f;
}

header.algoworks-header .items-center {
  padding: 16px 0;
}

.menu-expanded {
  width: 100%;
  left: 0;
  top: 70px;
  background: #000000;
  padding: 40px 80px;
  /* transition: transform .6s ease; */
  transition-duration: 1000ms !important;
}

.menu-expanded > div {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  gap: 16px;
}

.menu-expanded .menu-subsection > div {
  padding: 16px;
}

.menu-expanded .menu-subsection > div.download-area {
  background-color: #1e1e1e;
  border-radius: 32px;
  padding: 26px 32px;
}

.menu-expanded .menu-subsection > div.download-area h4 {
  border: none;
  padding-left: 0;
}

.menu-expanded .menu-subsection > div.download-area p {
  color: #d1d1d1;
}

.menu-expanded .menu-subsection > div h4 {
  margin-bottom: 32px;
  border-left: 3px solid #52f18f;
  padding-left: 16px;
}

.menu-expanded .menu-subsection > div h4:hover {
  text-decoration: underline;
}

.menu-expanded .menu-subsection > div ul {
  padding-left: 16px;
}

.menu-expanded .menu-subsection > div ul li {
  font-size: 16px;
  line-height: 28px;
  color: #d1d1d1;
}

#mobile-menu {
  margin-top: 88px;
}

.footer-links {
  /* display: flex; */
  display: none !important;
  flex-flow: column;
  padding: 0 56px;
}

.footer-links > div:first-child {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
footer ul li {
  color: #c2c2c2;
}
@media only screen and (max-width: 1140px) {
  .footer-links {
    padding: 0;
  }
}

@media only screen and (max-width: 1024px) {
  header.algoworks-header {
    width: 98%;
    margin: 0 1%;
  }

  header.algoworks-header .contactbtn {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  .blue-bar {
    font-size: 14px;
    margin-bottom: 16px;
  }

  header.bg-black {
    box-shadow: none;
  }

  .everidayAi {
    top: 30vh;
  }
  .everyday-ai-cta .cta-container {
    text-align: center;
  }
  .everyday-ai-cta .cta-container h3 {
    padding-bottom: 16px;
  }

  #mobile-menu h4 {
    font-size: 18px;
    border-left: 2px solid #52f18f;
    margin: 10px 0;
    padding-left: 5px;
  }
}

/* ====================contact page======================= */
body {
  margin: 0;
  font-family: "Inter", serif;
  background-color: #0d0d0d !important;
  color: white;
}

/* ================= temporary =================== */
#masthead .top-bar {
  display: none !important;
}

/* ================= HOME PAGE SECTION 4 =================== */

/* ================= END PAGE SECTION 4 =================== */
/* ================= terms and services =================== */
.Terms_of_service_wrap,
.Privacy_Policy {
  background: #0d0d0d;
  padding-bottom: 160px;
}

.Terms_of_service_wrap .container,
.Privacy_Policy .container {
  max-width: 848px;
}

.Terms_of_service_wrap p,
.Terms_of_service_wrap li {
  color: rgba(226, 226, 226, 1);
  font-size: 16px;
  line-height: 24px;
}

.Terms_of_service .heading {
  font-weight: 800;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0px;
  text-align: left;
  color: #fff;
  padding: 80px 0;
  margin-top: 104px;
}

.Terms_of_service_details {
  font-weight: 400;
  letter-spacing: 0px;
  margin-bottom: 64px;
}

.terms_and_conditions .heading {
  font-weight: 800;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 0px;
  padding-bottom: 16px;
}


.terms_and_conditions ul li {
  margin-bottom: 16px;
  margin-left: 10px;
  list-style: disc;
}

.Terms_of_service_wrap a,
.Privacy_Policy a,
.cookies-wrap a {
  color: white;
  text-decoration: underline;
  font-weight: 800;
}

.Terms_of_service_wrap a:hover,
.Privacy_Policy a:hover,
.cookies-wrap a:hover {
  color: #52f18f;
  text-decoration: none;
  font-weight: 800;
}

