main * {
  /* font-family: Arial, Helvetica, sans-serif; */
  box-sizing: border-box;
}

:root {
  --color-primary: #475d84;
  --color-secondary: #fdda65;
  --color-gray: #edeff3;

  --color-text-primary: #333333;
  --color-text-secondary: #0f3880;

  --color-yellow-light: #fdda65;
  --color-yellow-dark: #e4c55d;

  --color-primary-hover: #627baa;

  --color-white: #ffffff;
}

main {
  font-size: 10px;
  line-height: 1;
   font-family: "Poppins", sans-serif !important;
  color: var(--color-text-primary);
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

main img {
  vertical-align: middle;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  color: var(--color-text-secondary);
  font-size: 3rem;
  line-height: 4.2rem;
  font-weight: 500;
  text-align: center;
}

main .button {
  min-width: 212px;
  padding: 10px;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 10px;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  font-family: "Arial", sans-serif;
  line-height: normal;
}

main .button-primary {
  background-color: var(--color-primary);
  color: var(--color-yellow-light);
  border-color: var(--color-primary);
}

main .button-outlined {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

main .button-yellow {
  background-color: var(--color-yellow-light);
  color: var(--color-primary);
  border-color: var(--color-yellow-light);
}

main .section-divider {
  width: 100%;
  height: 99px;
  background-color: var(--color-white);
}

main .square {
  min-width: 18px;
  height: 18px;
  margin-top: 6px;
  background-color: var(--color-primary);
}

main .text-16 {
  font-size: 1.6rem !important;
  line-height: 2.5rem;
}

main .text-yellow {
  color: var(--color-yellow-light);
}

/* @media (min-width: 768px) {
  .container {
    width: 750px;
  }
} */

@media (min-width: 992px) {
  main .container {
    padding: 0 15px;
  }
}

@media (min-width: 1280px) {
  main .container {
    width: 1200px;
    padding-right: 0;
    padding-left: 0;
  }
}


main ol,
main ul {
  list-style: none;
   margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.header .logo {
  position: absolute;
  left: 0%;
  top: 0;
}

.header .top-header {
  background-color: var(--color-white);
}

.header .top-header-inner {
  height: 35px;
  position: relative;
  padding-left: 20%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .top-header .slogan_anniversary_wrapper {
  margin-left: 43px;
  display: flex;
  align-items: center;
  gap: 22px;
}

.header .top-header .actions {
  display: flex;
  align-items: center;
  gap: 40px;
}

.header .top-header .actions .lng-switcher {
  font-size: 1.6rem;
  font-weight: 400;
}

.header .top-header .text-separator {
  font-size: 1.8rem;
  font-weight: 400;
}

.header .top-header .actions a {
  font-size: 1.6rem !important;
  font-weight: 400;
  color: var(--color-primary);
  text-decoration: none;
}

.header .top-header .actions a:hover {
  text-decoration: underline;
}

.header .bottom-header {
  background-color: var(--color-primary);
}

.header .bottom-header-inner {
  padding-left: 20%;
  display: flex;
}

.header .bottom-header ul {
  flex: 1;
  display: flex;
  align-items: center;
}

.header .bottom-header ul li {
  width: 100%;
  text-align: center;
  font-size: 1.6rem;
  line-height: 24px;
  position: relative;
}

.header .bottom-header ul li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.5);
}

.header .bottom-header ul li:hover {
  background-color: var(--color-primary-hover);
}

.header .bottom-header ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 10px;
  color: var(--color-white);
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 1.5;
}

.header .bottom-header .rate-support-wrapper {
  display: flex;
  flex-direction: column;
}

.header .bottom-header .rate-support-wrapper a {
  flex: 1;
  font-size: 0.8rem;
  line-height: 1rem;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.header .mobile-menu-btn {
  display: none;
  border: 1px solid var(--color-primary);
  border-radius: 2px;
  background-color: #566b91;
  cursor: pointer;
}

.header .bottom-header .rate-support-wrapper img {
  height: 19px;
}

.header .bottom-header .rate-support-wrapper .support-link {
  background-color: #58a9ff;
  color: var(--color-white);
}

.header .bottom-header .rate-support-wrapper .rate-link {
  background-color: #ffd23c;
  color: var(--color-primary);
}

/* main sections */
.oneSimCard_section {
  background-image: url("../images/planet.png"),
    url("../images/background.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 450px auto, cover;
  background-position: right -190%, left top;
}

.oneSimCard_section_inner {
  padding: 51px 0px 99px 106px;
  display: flex;
  gap: 75px;
}

.oneSimCard_section_inner .info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.oneSimCard_section_inner .info-wrapper .title {
  max-width: 468px;
  width: 100%;
  margin-bottom: 31px;
  text-align: left;
}

.oneSimCard_section_inner .info-wrapper .desc {
  color: var(--color-text-secondary);
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 500;
}

.oneSimCard_section_inner .info-wrapper .buy_learn_btns-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 39px;
}

.oneSimCard_section_inner .desc {
  margin-bottom: 50px;
}

.oneSimCard_section_inner .mobile-img-wrapper {
  display: none;
}

.whyChooseOneSimCard_section {
  padding: 74px 0 111px;
  background-color: var(--color-gray);
}

.whyChooseOneSimCard_section_inner .desc {
  margin: 30px 0 50px;
  text-align: center;
  font-size: 2rem;
  color: var(--color-primary);
  line-height: 2.8rem;
}

.whyChooseOneSimCard_section_inner .whyChooseOneSimCard_section_content {
  margin-bottom: 143px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.whyChooseOneSimCard_section_inner ul {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.whyChooseOneSimCard_section_inner ul .list-item {
  display: flex;
  gap: 6px;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: var(--color-primary);
}

.whyChooseOneSimCard_section_inner .whyChooseOneSimCard_section_submitButton {
  margin: 0 auto;
}

/* howWorks_section */
.howWorks_section {
  padding: 23px 0 44px;
  background-color: #fff6bc;
}

.howWorks_section_inner {
}

.howWorks_section_inner .desc {
  margin: 25px 0 50px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--color-primary);
}

.howWorks_section_inner .list {
  display: block;
  margin: 0 auto;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.howWorks_section_inner .list li {
  color: var(--color-primary);
  font-size: 2rem;
  line-height: 2.8rem;
}

.howWorks_section_inner .list li a {
  color: #e4c55d;
}

/* Popular Destinations - Section */
.popularDestinations_section {
  padding-top: 136px;
  background-image: url("../images/planet-right.png"),
    url("../images/planet.png");
  background-repeat: no-repeat;
  background-position: 0 100%, right center;
}

.popularDestinations_section_inner .desc {
  margin: 25px 0 149px;
  text-align: center;
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 500;
  color: var(--color-primary);
}

.popularDestinations_section_inner .list {
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.popularDestinations_section_inner .list li {
  display: flex;
  gap: 14px;
  font-size: 2rem;
  line-height: 3rem;
}

.popularDestinations_section_inner .popularDestinations_section_submitButton {
  margin: 0 auto;
}

/* FAQ Section */
.faq_section {
  padding: 57px 0;
  background-color: #475d84;
  color: var(--color-white);
}

.faq_section_inner {
  display: flex;
  flex-direction: column;
}

.faq_section_inner .title {
  color: var(--color-white);
}

.faq_section_inner .faq_section_content {
  margin-top: 52px;
  display: flex;
  align-items: center;
  gap: 78px;
}

.faq_section_inner .faq_section_list ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.faq_section_inner .faq_section_list ul .faq_question {
  margin-bottom: 12px;
  color: var(--color-yellow-light);
  font-size: 2rem;
  line-height: 3rem;
}

.faq_section_inner .faq_section_list ul .faq_question img {
  margin-right: 14px;
}

.faq_section_inner .faq_section_list ul .faq_answer {
  color: var(--color-white);
  font-size: 2rem;
  line-height: 3rem;
}

.footer .footer-top {
  /* width: fit-content; */
  padding: 26px 70px 61px;
  background-color: #455273;
  display: flex;
  justify-content: center;
  gap: 50px;
}

.footer .footer-top .list-wrapper {
  max-width: 269px;
  width: 100%;
}

.footer .footer-top .list-wrapper .list-title {
  margin-bottom: 39px;
  color: #ffd14c;
  font-size: 1.6rem;
  font-weight: 700;
}

.footer .footer-top .list-wrapper .list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.footer .footer-top .list-wrapper .list li {
  font-size: 1.4rem;
  color: var(--color-white);
}

.footer .footer-top .list-wrapper .list a {
  color: var(--color-white);
  text-decoration: none;
}

.footer .footer-top .list-wrapper .list a:hover {
  color: #ffd14c;
}

.footer .footer-bottom {
  background-color: #232e4b;
  padding: 11px 0 14px;
}

.footer .footer-bottom p {
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  color: var(--color-white);
}

.footer .sicialMedia-list {
  display: flex;
  justify-content: space-between;
}

/* Mobile navbar */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}

.mobile-menu-overlay.active {
  transform: translateX(0);
}

.mobile-menu-overlay .close-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  background: none;
  border: none;
  color: var(--color-primary);
  cursor: pointer;
}

.mobile-menu-overlay ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid var(--color-primary);
}

.mobile-menu-overlay ul li {
  margin: 20px 0;
}

.mobile-menu-overlay .mobile-nav {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.mobile-menu-overlay ul li a {
  color: var(--color-primary) !important;
  font-size: 2rem;
  text-decoration: none;
}

.mobile-menu-overlay .slogan_anniversary_wrapper-mobile {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-primary);
}

.mobile-menu-overlay .lng-switcher {
  font-size: 1.6rem;
}

@media (max-width: 1200px) {
  .header .logo {
    top: 15px;

    img {
      height: 120px;
    }
  }

  .header .bottom-header ul li a {
    padding: 16px 8px;
  }
}

@media (max-width: 992px) {
  .header .logo {
    top: 10px;
  }

  .header .logo img {
    height: 120px;
  }

  .header .bottom-header ul li a {
    padding: 12px 6px;
    font-size: 1.4rem;
  }

  .header .top-header .slogan_anniversary_wrapper {
    margin-left: 20px;
  }

  .header .top-header .actions {
    gap: 20px;
  }

  .oneSimCard_section {
    background-position: right bottom, left top;
  }

  .oneSimCard_section_inner {
    padding-left: 50px;
    padding-right: 50px;
  }

  .oneSimCard_section_inner .title {
    max-width: max-content !important;
    text-align: center !important;
  }

  .oneSimCard_section_inner .desc {
    text-align: center;
  }

  .oneSimCard_section_inner .img-wrapper {
    display: none;
  }

  .oneSimCard_section_inner .mobile-img-wrapper {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
  }

  .oneSimCard_section_inner .buy_learn_btns-wrapper {
    justify-content: center;
  }

  .whyChooseOneSimCard_section .whyChooseOneSimCard_section_content {
    flex-direction: column;
  }

  .faq_section_inner .faq_section_content {
    flex-direction: column;
  }

  .footer .footer-top {
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .header .logo {
    top: 15px;
  }

  .header .logo img {
    height: 90px;
  }

  .header .top-header-inner {
    padding-left: 15%;
  }

  .header .top-header .slogan_anniversary_wrapper {
    gap: 10px;
  }

  .header .top-header .lng-switcher {
    display: none;
  }

  .footer .footer-top {
    flex-wrap: wrap;
  }

  .header .mobile-menu-btn {
    color: var(--color-white);
    display: block;
  }

  .header .rate-support-wrapper {
    flex-direction: row !important;
  }

  .header .rate-support-wrapper .support-link,
  .header .rate-support-wrapper .rate-link {
    padding: 10px;
  }

  .header .rate-support-wrapper .mobile-menu-btn {
    padding: 10px 15px;
  }

  .header .bottom-header ul {
    display: none !important;
  }

  .bottom-header-inner {
    justify-content: flex-end;
  }
}

@media (max-width: 768px) {
  .oneSimCard_section_inner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .slogan_anniversary_wrapper {
    display: none !important;
  }

  .top-header-inner {
    justify-content: flex-end !important;
  }
}
html {
  scroll-behavior: smooth;
}
main a{
	text-decoration: underline;
}