@import url(https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@100;200;300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;800;900&display=swap);

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  text-decoration: none;
}


.elementor {
	display:none !important;
}

:root {
  --bg-dark: #2d3945;
}

html,body {
	overflow-x:hidden;
}

.support-popup-btn{
	display:none;
}

.plex-sans {
  font-family: "IBM Plex Sans", sans-serif;
}


.new-ui-btn {
  padding: 15px 25px;
  background-color: transparent;
  border: none;
  font-size: 17px;
  outline: none;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.4s ease opacity;
}

.new-ui-btn.light-text {
  color: #fff;
}

.new-ui-btn.light-border {
  border: 1px solid #fff;
  color: white;
}

.new-ui-btn.light-bg {
  background-color: #fff;
}

.new-ui-btn.dark-text {
  color: #2d3945;
}

.new-ui-btn.dark-bg {
  background-color: #2d3945;
}

.new-ui-btn.dark-border {
  border: 1px solid #2d3945;
}

.new-ui-btn.light-border:hover {
  background-color: white;
  color: black;
}

.new-ui-btn {
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  transition: 0.3s ease;
}

.new-ui-btn-light {
  color: #2d3945;
  background-color: white;
  border: 1px solid white;
}

.new-ui-btn-light:hover {
  background-color: transparent;
  color: white;
}

.btn-transparent {
  background-color: transparent;
  color: white;
}

.new-ui-btn-transparent:hover {
  color: rgba(255, 255, 255, 0.863);
}
/* showcase styles */

.new-ui-showcase {
  padding: 138px 0 85px 0;
  background-color: var(--bg-dark);
  max-height: 790px;
}

.new-ui-showcase-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 67px;
}

.new-ui-showcase-header h2 {
  font-size: 45px;
  max-width: 622px;
  line-height: 65px;
  color: #fff;
}

.new-ui-showcase-header__rightside p {
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  max-width: 413px;
}

.new-ui-showcase-header__rightside-action {
  display: flex;
  align-items: center;
  margin-top: 25px;
  gap: 15px;
}

.new-ui-showcase-banner {
  height: 100vh;
  max-height: 720px;
  background-color: #44505c;
  margin-top: 85px;
  overflow: hidden;
  border-radius: 16px;
}

.new-ui-showcase-banner .bg-overlay {
  height: 100%;
}

.new-ui-showcase-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .new-ui-showcase {
    max-height: 700px;
  }

  .new-ui-showcase-header {
    flex-direction: column;
    gap: 15px;
  }

  .new-ui-showcase-header h2,
  .new-ui-showcase-header__rightside p {
    max-width: 780px;
    text-align: center;
  }

  .new-ui-showcase-header__rightside-action {
    justify-content: center;
  }

  .new-ui-showcase-banner {
    max-height: 500px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .new-ui-showcase {
    max-height: 632px;
  }

  .new-ui-showcase-header {
    gap: 10px;
  }

  .new-ui-showcase-header h2 {
    font-size: 28px;
    line-height: 42px;
  }

  .new-ui-showcase-header__rightside-action {
    flex-direction: column;
  }

  .new-ui-showcase-header__rightside-action button {
    width: 100%;
  }

  .new-ui-showcase-banner {
    margin-top: 45px;
    max-height: 211px;
  }
}

@media screen and (max-width: 380px) {
  .new-ui-showcase-header h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

/* showcase styles and  */

/* home projects styles start */

.home-projects-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 420px;
  border-radius: 16px;
  gap: 30px;
  border: 1px solid rgba(45, 57, 69, 0.1);
}

.home-projects-image {
  max-width: 660px;
  max-height: 542px;
}

.home-project-item {
  padding: 10px 15px;
  border-radius: 8px;
  height: 53px;
  overflow: hidden;
  border: 1px solid rgba(45, 57, 69, 0.1);
  cursor: pointer;
}

.home-project-item:not(:first-child) {
  margin-top: 15px;
}

.home-projects-menu {
  max-width: 550px;
}

.home-project-item.active-project-card {
  background: #fafafa;
  height: max-content;
  transition: 0.4s ease;
}

.home-project-item-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 11px;
}

.home-project-item-header span {
  font-size: 16px;
  font-weight: 600;
  color: var(--bg-dark);
}

.home-project-item p {
  font-size: 12px;
  color: #44505c;
  padding-left: 40px;
}

.home-project-item .main-image {
  display: none;
}

.home-project-item-logo {
  width: 26px;
  height: 32px;
}

.home-projects-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-project-item a {
  padding-left: 40px;
  font-size: 12px;
  margin-top: 19px;
  color: #007de7;
  text-decoration: inherit;
  display: flex;
  align-items: center;
  gap: 5px;
}

.home-project-item a img {
  padding-top: 3px;
}

@media screen and (max-width: 768px) {
  .home-projects-wrapper {
    margin-top: 170px;
    padding: 30px 1rem;
  }

  .home-projects-menu {
    max-width: inherit;
  }

  .home-projects-image {
    display: none;
  }

  .home-project-item {
    border-radius: 8px;
  }

  .home-project-item .main-image {
    display: block;
    width: 100%;
    background-color: #fff;
    height: 209px;
    object-fit: contain;
    margin-top: 10px;
  }
}

/* home projects styles end */

/* HOME SERVICE */
.home-service {
  background: #44505c;
  padding: 120px 0;
  margin: 120px 0;
}

.home-service-header {
  text-align: center;
}

.home-service-header span {
  font-size: 16px;
  color: #fff;
  opacity: 0.7;
  margin-bottom: 15px;
}

.home-service-header h3 {
  max-width: 540px;
  font-size: 35px;
  color: #fff;
  margin: 0 auto;
}

.home-service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 33px;
  gap: 30px;
}

.grid-item {
  padding: 30px 30px 0 30px;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  background-color: var(--bg-dark);
}

.grid-item.flex {
  margin-top: 33px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.grid-item.flex img {
  width: 535px;
  height: 354px;
  margin: 40px 0 40px 0;
}

.grid-item.flex > div {
  max-width: 445px;
}

.grid-item.flex.col-reverse {
  flex-direction: row-reverse;
}

.grid-item.flex.col-reverse div {
  text-align: left;
}

.grid-item h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 15px;
}

.grid-item p {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
  opacity: 0.7;
}

.grid-item img {
  width: 488px;
  height: 289px;
  object-fit: contain;
}

.grid-item.mb img {
  transform: translateY(-35px);
}

@media screen and (max-width: 1200px) {
  .home-service-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-item.flex,
  .grid-item.flex.col-reverse {
    flex-direction: column;
  }

  .grid-item.flex div {
    max-width: 100%;
  }

  .grid-item img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {

  .home-service-header h3 {
    margin-top: 5px;
  }

  .grid-item h3 {
    font-size: 22px;
    margin-bottom: 12px;
  }

  .grid-item img,
  .grid-item.flex img {
    width: 100%;
    height: 100%;
  }

  .home-service {
    margin: 65px 0;
  }
}

@media screen and (max-width: 370px) {
  .home-service-header h3 {
    font-size: 22px;
    line-height: 27px;
  }
}

.are-you-ready {
  background-color: #2D3945;
  border-radius: 16px;
  padding: 100px 110px 100px 110px;
  margin: 120px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.are-you-ready img {
  width: 470px;
}

.are-you-ready h1 {
  color: #FFFFFF;
  font-size: 65px;
  padding: 25px 0;
  max-width: 750px;
}

.buttons button:last-child {
  width: 175px;
  margin-left: 25px;
}

.are-you-ready-desktop {
  position: relative;
}

.are-you-ready-mobile {
  display: none;
}

.buttons {
  display: flex;
}

.new-footer {
  background-color: #2D3945;
  font-size: 13px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  padding: 35px 0;
}

.footer-links h4 {
  color: white;
  font-weight: 300;
  font-size: 17px;
  margin-bottom: .75rem;
}

.footer-links ul {
  list-style: none;
}

.footer-links ul a {
  font-size: 13px;
  font-weight: normal;
  text-transform: none;
  color: white;
  padding: 3px 0;
  display: block;
  flex-grow: initial;
  margin-bottom: 3px;
}

.footer-links ul a:hover {
  text-decoration: underline;
}

.social-link-box {
  width: 300px;
}

.social-link-box > div {
  display: flex;
  align-items: center;
}

.social-link-box a {
  margin-right: 10px;
  background-color: #d1d1d1;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.social-link-box svg {
  width: 15px;
  height: 15px;
  fill: white;
}

.social-link-box a:hover {
  background-color: black;
}

.footer-copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
}

.footer-copyright > p {
  color: white;
  font-weight: 300;
}

.new-language-drop-down {
  position: relative;
}

.new-language-active-language {
  display: flex;
  align-items: center;
}

.new-language-active-language svg {
  width: 16px;
  height: 16px;
  fill: rgba(255, 255, 255, 0.7);
}

.new-language-active-language p {
  padding-right: 10px;
}

.new-language-active-language {
  background-color: #4E6070;
  padding: 8px 10px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.new-language-active-language:hover {
  color: white;
}

.languages-drop-down {
  position: absolute;
  top: -60px;
  background-color: rgba(255,255,255,0.98);
  line-height: 2;
  padding: 8px 16px;
  left: -16px;
  min-width: 150px;
  opacity: 0;
  visibility: hidden;
  -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.05);
  box-shadow: 0 3px 9px rgba(0,0,0,0.05);
  transform: translate(0, 10px);
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 6px;
}

.languages-drop-down.active {
  opacity: 1;
  visibility: visible;
  top: -50px;
}

.languages-drop-down a {
  color: #505860;
  display: block;
  transition: 0.3s ease;
}

.languages-drop-down a:hover{
  color: #0ed7d7;
}

@media screen and (max-width: 1050px) {
  .footer-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .social-link-box {
    width: initial;
  }
}

@media screen and (max-width: 992px) {
  .are-you-ready {
    padding: 50px;
  }

  .are-you-ready h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 768px) {
  .are-you-ready {
    padding: 30px 18px;
    width: 100%;
    margin: 60px 0;
  }

  .are-you-ready h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 605px) {
  .languages-drop-down {
    display: none;
    left: -70px;
  }

  .languages-drop-down.active {
    display: block;
  }
}

@media screen and (max-width: 575px) {
  .are-you-ready-desktop {
    display: none;
  }

  .are-you-ready-mobile {
    display: initial;
    width: 330px !important;
  }

  .section-title {
    font-size: 28px !important;
  }
}

@media screen and (max-width: 450px) {
  .are-you-ready h1 {
    font-size: 28px;
  }

  .buttons {
    flex-direction: column;
    width: 100%;
  }

  .buttons button:last-child {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
  }

  .are-you-ready-mobile {
    width: 100% !important;
  }
}

.slider-container {
  width: 80%;
  margin: auto;
  overflow: hidden;
}

.slider {
  display: flex;
  transition: transform 0.5s linear;
}

.slide {
  min-width: 100%;
  margin: 0 20px;
}

.section-mini-title {
  font-size: 16px;
  color: #44505C;
  line-height: 19.36px;
  text-align: center;
}

.section-title {
  font-size: 35px;
  color: #2D3945;
  line-height: 45px;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .footer-links {
    grid-template-columns: repeat(1, 1fr);
  }

  .languages-drop-down {
    left: -55px;
  }
}


/* NEW UI MODAL */
.new-ui-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #00000080;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  transition: .4s ease;
}

.new-ui-modal-content {
  padding: 30px;
  width: 100vw;
  max-width: 530px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 16px;
  background-color: #fff;
}

.new-ui-modal-content img {
  width: 78px;
}

.new-ui-modal-content h4 {
  margin: 20px 0;
}

.calendar-call-btn {
  background-color: #0769E7;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 600;
  border-color: transparent;
  width: 100%;
  display: block;
  outline: none;
  color: #fff;
  margin-bottom: 20px;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  transition: .4s ease;
}

.calendar-call-btn:hover {
  background-color: #fff;
  color: #0769E7;
  border-color: #0769E7;
}

.register-link {
  width: 100%;
  display: block;
  background-color: #2D3945;
  padding: 15px 25px;
  text-align: center;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  transition: .4s ease;
}

.auth-line {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
  position: relative;
}

.auth-line::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #eaebec;
}

.auth-line span {
  color: #44505C;
  font-size: 12px;
  background-color: #fff;
  z-index: 12;
  padding: 5px;
}

.login-btn {
  padding: 15px 25px;
  width: 100%;
  display: block;
  border: 1px solid #44505C;
  color: #44505C;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  margin-top: 15px;
  text-align: center;
  transition: .4s ease;
}

.login-btn:hover {
  background-color: #44505C;
  color: #fff;
}

.register-link:hover {
  border-color: #45525f;
  color: #44505C;
  background-color: transparent;
}

.new-ui-modal.active {
  opacity: 1;
  z-index: 100000;
}

.new-ui-modal.active .new-ui-modal-content {
  transform: scale(1);
}

.mySwiper {
  padding: 120px 0 !important;
}