:root {
  --primary-color: #084260;
  --second-color: #efa421;
  --text-color: #373a36;
  --black-color: #000000;
  --white-color: #ffffff;
}

@font-face {
  font-family: 'GveretLevinAlefAlefAlef-Regular';
  src: url('/assets/fonts/GveretLevinAlefAlefAlef-Regular.woff2') format('woff2'),
  url('/assets/fonts/GveretLevinAlefAlefAlef-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  overflow-x: hidden;
}
body {
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}
* {
  font-family: Assistant;
}
#videoWrp {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.footer-page h1 {
  font-size: 63px;
  font-weight: bold;
  padding: 20px 0;
}
.footer-page h2 {
  font-weight: bold;
  font-size: 32px;
}

.footer-page p {
  font-size: 24px;
}
.footer-page {
  margin-top: 90px !important;
}
.del1 {
  animation-delay: 0.2s;
}
.del2 {
  animation-delay: 0.6s;
}
.del3 {
  animation-delay: 1s;
}
.del4 {
  animation-delay: 1.4s;
}
.del5 {
  animation-delay: 1.8s;
}
.del6 {
  animation-delay: 2.2s;
}
.del7 {
  animation-delay: 2.6s;
}
.del8 {
  animation-delay: 3s;
}
.del9 {
  animation-delay: 3.4s;
}
.hero {
  background-image: url(/assets/images/hero.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100%;
}

.hero h2 {
  color: #fff;
  font-family: Assistant;
  font-size: 38px;
  font-weight: 600;
  line-height: normal;
}
.hero h1 {
  color: #000;
  font-family: Assistant;
  font-size: 58px;
  font-weight: 700;
  line-height: 57px;
}
.hero span {
  font-size: 30px;
  color: #fff;
}
.navbar {
  background-color: var(--primary-color);
}
.nav-link {
  color: #fff !important;
  font-size: 18px;
}
.navbar .btn {
  color: #fff;
  text-align: center;
  border-radius: 20px;
  border: #fff 1px solid;
  font-family: Rubik;
  font-size: 15px;
  line-height: normal;
  font-weight: 500;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #edb223 !important;
}

.dropdown-menu {
  --bs-dropdown-min-width: 100%;
}

.dropdown-menu[data-bs-popper] {
    top: 40%;
}

.dropdown-menu.show {
  display: block;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  text-align: center;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-top: 20px;
  z-index: 1;
}
.active {
  color: #edb223 !important;
}
.active1 {
  background: #edb223 !important;
  border: none !important;
  color: #0b4461 !important;
}
.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.nav-item :hover,
.footer a:hover {
  color: #edb223 !important;
  text-decoration: underline;
}
.media_icon {
  margin-left: 10px;
  width: 128px;
  height: fit-content;
  
}

h2, .big-title {
  color: #0b4461;
  font-size: 50px;
  font-weight: 700;
  line-height: 40px;
}
h3, .small-title {
  color: #0b4461;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}
p {
  color: var(--text-color);
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}
p span {
  color: var(--black-color);
  font-weight: bold;
}

.underline-small {
  display: inline-block;
  position: relative;

}

.btn {
  transition: all 0.5s;
}
.btn:hover {
  color: #ffffff;
  background-color: #52c1b8 !important;
}
.underline-small::after {
  content: "";
  height: 1px;
  width: 93px;
  background: #373a36;
  position: absolute;
  display: flex;
  bottom: -5px;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.green-card {
  border-radius: 20px;
  background: linear-gradient(
      89deg,
      rgba(88, 189, 182, 0.7) 3.23%,
      rgba(88, 189, 182, 0) 74.43%
    ),
    #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 5px;
  margin-bottom: 25px;
}
.green-card .title {
  color: #228583;
  margin: 0;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
}
.green-card p,
.puzzle-txt p {
  margin: 0;
  color: var(--text-color);
  font-size: 18px;
  font-weight: 400;
}
.green-card div {
  max-width: 62%;
}
.green-card img {
  width: 79px;
  height: 79px;
}
.rounded-component {
  border-radius: 20px;
  background: #fff;
}
.orange-puzzle {
  background-color: #efb321;
  border-radius: 20px 20px 0 0;
}

.puzzle-txt .puzzle-title {
  color: #926b0e;
  font-size: 21px;
  font-weight: 700;
  line-height: normal;
}
.light-brown-puzzle {
  background-color: #bd8a10;
}

.brown-puzzle {
  border-radius: 0 0 20px 20px;
  background-color: #926b0e;
}
.brown-puzzle img,
.light-brown-puzzle img,
.orange-puzzle img {
  width: 80px;
}

.bg-container {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100%;
  background-image: url(/assets/images/background.jpg);
}

.yellow-card1 {
  background-color: #fefbec;
}
.yellow-cards {
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}
.yellow-cards-p {
  color: #000;
  text-align: center;
  font-size: 19px;
  font-weight: 600;
}
.yellow-card p,
.yellow-card1 p {
  color: var(--text-color);
  font-size: 19px;
  font-weight: 400;
  margin: 0;
}
.last-section {
  background: linear-gradient(77deg, #7dede2 16.27%, #0c817c 74.36%);
}
.last-section a {
  text-decoration: none;
}
.last-section p {
  color: #fff;
  font-size: 27px;
  font-weight: 400;
  line-height: 33px;
}
.last-section .logo {
  max-width: 280px;
  width: 100%;
}
.button {
  margin: 0 20px;
  color: #000;
  border-radius: 20px;
  background: #edb223;
  font-family: Rubik;
  font-size: 19px;
  padding: 10px 20px;
  font-weight: 500;
}
.lang-btn {
  color: #fff;
  border-radius: 20px;
  background: #edb223;
  font-family: Rubik;
  font-size: 19px;
  position: relative;
  z-index: 4;
  font-weight: 500;    
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 2px 10px;
}
.button:hover {
  background-color: #52c1b8 !important;
  text-decoration: underline;
}
.btn:focus, .btn:active {
  border: 4px solid black !important; /* First border: white */
  box-shadow: 0 0 0 2px white; /* Second border: black */ }
.references {
  direction: ltr;
  color: var(--text-color);
  font-size: 15px;
  font-weight: 400;
}

.card1 {
  border-radius: 20px;
  background: linear-gradient(
    190deg,
    #e4f8f6 4.02%,
    #a3e6e0 46.79%,
    #3aa7a0 95.61%
  );
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
}
.card2 {
  border-radius: 20px;
  background: linear-gradient(
    203deg,
    #faf2d7 9.97%,
    #f5df99 28.82%,
    #f0cc59 47.75%,
    #ea9330 88.85%
  );
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.card h4 {
  margin: 0;
  color: #131c23;
  font-size: 19px;
  font-weight: 700;
  line-height: normal;
}
.card {
  border: none;
  height: 100%;
}
.phase img {
  width: 136px;
}
.phases {
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 100%
    ),
    #fff;
}
.phase-title {
  font-family: 'GveretLevinAlefAlefAlef-Regular';
  font-size: 40px;
  font-weight: 400;
}
.card3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #e7e5e6 0%, #658283 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
}
.footer {
  text-align: center;
  background: #2b2d2a;
}
.footer p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
  direction: rtl;
}
.footer h3 {
  color: #fff;
  text-align: center;
  font-family: Assistant;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  direction: rtl;
  line-height: normal;
}
.footer a {
  text-decoration: none;
  color: #fff;
}
.last-section_p_title { font-size: 40px; font-weight: bold; color: #fff }
.mobile {
  display: none;
}
.inhaler-2 {
  height: fit-content;
  width: 100%;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}
@media screen and (max-width: 1199px) {
  .green-card {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .del4,
  .del5,
  .del6,
  .del7,
  .del8,
  .del9 {
    animation-delay: 0s;
  }

  .desktop {
    display: none !important;
  }
  .mobile {
    display: block;
  }
  .last-section .logo {
    margin: 0 auto;
  }
  h1 {
    font-size: 29px;
    line-height: 32px;
  }
  h2 {
    font-size: 22px;
    line-height: 1 !important;
  }
  p {
    font-size: 17px;
  }
  .hero {
    background-image: url(/assets/images/mobile/hero.png);
  }
  .card h4 {
    text-align: center;
    font-size: 17px;
  }
  .green-card p,
  .puzzle-txt p {
    font-size: 17px;
    font-weight: 400;
  }
  .yellow-card-mobile {
    background-color: #fefbec;
  }
  .yellow-card1-mobile {
    background-color: #fff;
  }
  .yellow-cards p {
    font-size: 17px;
  }
  .hero p {
    font-size: 26px;
    line-height: 25px;
  }
  .hero h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .inhaler {
    max-width: 95px;
  }
  .mobile-side-effects {
    background-color: #4ca1a0;
    color: #0b4461;
    text-decoration: none;
    text-align: center;
    font-family: Rubik;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    height: 45px;
    padding: 10px 20px;
    line-height: normal;
    display: block;
  }
  .yellow-cards {
    border-radius: 0;
    box-shadow: none;
  }
  .inhaler-2 {
    max-width: 330px;
  }
  .button {
    width: 80vw;
  }
  .references {
    font-size: 12px;
  }
  .footer h3 {
    font-size: 19px;
  }
  .navbar-brand img {
    width: 100px !important;
  }
}
@media screen and (max-width: 575px) {
  .puzzle-txt p {
    font-size: 15px;
  }

  .puzzle-txt h1 {
    font-size: 18px;
  }

  .button {
    width: 70vw;
  }
  .accessibility-image{
      max-width:60px!important;
  }
}
