@font-face {
  font-family: Poppins;
  src: url('fonts/Poppins-Light.ttf');
}

body,
a {
  font-family: Poppins !important;
}

.header-hld {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 14px;
  background: #106EBE;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.12);
  color: #fff;
}

.intowords {
  font-size: 20px;
  font-weight: bold;
}

.intowords .logo-hld {
  text-decoration: none;
  color: #fff;
}

.intowords img {
  margin-right: 7px;
}

.user-actions-hld {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.section {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2B313B;
}

.section .container {
  display: flex;
  align-items: center;
}

.section-1 {
  background-image: url('images/back_blue.svg');
}

.section-2 {
  background-image: url('images/back_white.svg');
}

.section-3 {
  background-image: url('images/back_black.svg');
  color: #fff;
}

.section-4 {
  background-image: url('images/background_stripped.svg');
  position: relative;
  height: 728px;
}

.section-5 {
  background-image: url('images/footer.svg');
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #2B313B;
}

.img-hld {
  flex-basis: 50%;
}

.img-hld .img {
  height: 504px;
  width: 602px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-hld .img.img1 {
  background-image: url('images/mac_blue.svg');
}

.img-hld .img.img2 {
  background-image: url('images/iPad.svg');
}

.img-hld .img.img3 {
  background-image: url('images/phone.svg');
}

.img-hld .img.img4 {
  background-image: url('images/platforms_no_background.svg');
}

.title {
  font-weight: 600;
  font-size: 40px;
}

.sub-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.text-hld {
  font-size: 16px;
  flex-basis: 50%;
}

.first-paragraph {
  padding: 20px 0;
}

.second-paragraph {
  padding-bottom: 20px;
}

.try-btn-hld {
  display: flex;
  justify-content: start;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
  padding-top: 18px;
}

.try-btn {
  height: 50px;
  background: #106EBE;
  box-shadow: 8px 8px 20px rgba(20, 88, 184, 0.2);
  border-radius: 4px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 15px;
  text-decoration: none;
  cursor: pointer;
}

.try-btn:hover {
  text-decoration: none;
  color: #fff;
}

.try-btn img {
  margin-left: 10px;
}

.list-hld {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.bullet {
  width: 6px;
  height: 6px;
  background: #2B313B;
  border-radius: 6px;
  margin: 0 5px;
}

.mrg-l-auto {
  margin-left: auto;
}

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

.footer-header {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 48px 0;
  border-bottom: 1px solid #D4E0F2;
}

.footer-header img {
  margin-right: 7px;
}

.category-title {
  font-weight: bold;
  padding: 10px 0;
}

.category-content .content {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.category-content img {
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.mrg-r-50 {
  margin-right: 50px;
}

.category-content a,
.category-content a:hover {
  color: #2B313B;
  text-decoration: none;
}

.category-content a:hover {
  text-decoration: none;
  color: #106EBE;
}

.center-align {
  justify-content: center;
}

.padd-t-b-44 {
  padding: 44px 0;
}

.section-4 .img-hld {
  position: absolute;
  top: 0px;
  left: 0;
}

.section-4 .img-hld .img {
  height: 728px;
  width: 753px;
}

@media(min-width: 1280px) and (max-width: 1460px) {
  .section-4 .img-hld .img {
    height: 728px;
    width: 650px;
  }
}

@media(min-width: 1100px) and (max-width: 1279px) {
  .section-4 .img-hld .img {
    height: 728px;
    width: 547px;
  }
}

@media(min-width: 992px) and (max-width: 1099px) {
  .section-4 .img-hld .img {
    height: 716px;
    width: 504px;
  }
}

@media(min-width: 992px) and (max-width: 1148px) {
  .img-hld .img {
    width: 524px;
  }
}

@media (max-width: 992px) {

  .text-hld,
  .img-hld {
    flex-basis: 100%;
  }

  .mrg-r-50 {
    margin-right: 0;
  }

  .section {
    height: 100%;
    padding: 48px 0;
  }

  .section .container {
    display: flex;
    flex-wrap: wrap;
  }

  .try-btn-hld {
    padding-bottom: 40px;
  }
}

@media (max-width: 620px) {
  .header-hld {
    padding: 18px;
  }

  .img-hld .img {
    width: 324px;
    height: 210px;
  }

  .logos-hld {
    padding: 2px;
  }

  .logo-img {
    margin: 0 2px;
  }

  .title,
  .sub-title {
    font-size: 30px;
  }

  .section-2 .title {
    margin-top: 20px;
  }

  .try-btn-hld {
    padding: 20px 0;
  }
}

@media (min-width: 621px) and (max-width: 767px) {
  .img-hld .img {
    width: 400px;
    height: 320px;
  }
}

@media(min-width: 768px) and (max-width: 991px) {
  .section-4 .img-hld {
    position: relative;
  }

  .section-4 .img-hld .img {
    height: 600px;
    width: 600px;
  }
}

@media(max-width: 767px) {
  .section-4 .img-hld {
    position: relative;
  }

  .section-4 .img-hld .img {
    height: 300px;
    width: 300px;
  }
}

@media(min-width: 520px) and (max-width: 767px) {
  .section-4 .img-hld .img {
    height: 500px;
    width: 500px;
  }
}

/* Language Selector Styles */
.language-selector-hld {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-right: auto;
  position: relative;
}

.language-toggle {
  background: transparent;
  opacity: .5;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  border: none;
}

.language-toggle:hover {
  background-color: #408bcb;
  opacity: 1;
}

#language-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  min-width: 150px;
  z-index: 1000;
  display: none;
  margin-top: 8px;
  overflow: hidden;
  white-space: nowrap;
}

.language-option {
  display: flex;
  padding: 10px 12px;
  color: #2B313B;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  border: none;
  width: 100%;
}

.language-option:hover {
  background: #f4f8fa;
  color: #106EBE;
}

.language-option.active {
  color: #106EBE;
}

.language-option img {
  margin-right: 8px;
  width: 25px;
}

@media (max-width: 620px) {
  .language-selector-hld {
    gap: 8px;
    margin-right: 10px;
  }

  .language-toggle {
    padding: 5px 8px;
    font-size: 12px;
  }

  .language-toggle::before {
    font-size: 14px;
  }

  #language-dropdown {
    min-width: 120px;
  }

  .language-option {
    padding: 10px 12px;
    font-size: 12px;
  }
}

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

/* Custom scroll bar */
::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px transparent;
  -moz-box-shadow: inset 0 0 3px transparent;
  -webkit-box-shadow: inset 0 0 3px transparent;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 3px rgba(31, 31, 31, 0.5);
  -moz-box-shadow: inset 0 0 3px rgba(31, 31, 31, 0.5);
  -webkit-box-shadow: inset 0 0 3px rgba(31, 31, 31, 0.5);
  background-color: rgb(244, 248, 249);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}