*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  font-family: "Inter";
  color: #272d37;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}


img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

.desktop-menu {
  display: none;
}

/* Header */

header {
  background-color: #F8F9FB;
}
.header-navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid #EAEBF0;
  margin-bottom: 24px;
}
.header-hero{
  padding: 32px 16px;
  text-align: center;
}
.header-hero h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  color: #437EF7;
  margin-bottom: 32px;
}
.header-hero h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
}
.header-hero h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.10000000149011612px;
  color: #5F6D7E;
}

/* header end */

/* Support start */
.support {
  padding: 32px 16px;
  background-color: #2B63D9;
}
.support h6 {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  color: #FFF;
  text-align: center;
}
.support h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #FFF;
  margin-bottom: 16px;
  margin-top: 8px;
}
.support form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.support button {
  background-color: #437EF7;
  border: none;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}
form .btn-white {
  background-color: #fff;
  color: #437EF7;
}
.support input {
  padding: 12px 16px ;
  border-radius: 6px ;
  border: 1px solid #DAE0E6;
  box-shadow: 0px 1px 2px 0px #1018280A;
}
.partners {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  margin-top: 64px;
}
  
/* footer */

.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  padding: 32px 16px ;
}


/* Features */

.features {
  padding: 32px 16px;
}

.features-mobile-desktop {
  display: block;
}

.features-tablet {
  display: none;
}

.features-content {
  text-align: center;
  margin-bottom: 32px;
}

.features-content h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #272d37;
  margin-bottom: 12px;
}

.product-img {
  margin-bottom: 32px;
}

.product-text {
  margin-bottom: 32px;
}

.product-text h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #272d37;
  margin-bottom: 24px;
}

.check-area {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 32px;
}

.check {
  display: flex;
  gap: 8px;
}

.features-button {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  background-color: #437ef7;
  padding: 12px 18px;
  border-radius: 6px;
}

.features-button a {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  color: #fff;
}

/* FAQ */

.faq {
  padding: 40px 16px;
}

.faq-content {
  padding-bottom: 32px;
  text-align: center;
}

.faq-content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.faq-content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  color: #5f6d7e;
}

.faq-area details {
  padding: 16px 32px;
}

.faq-area > details:first-of-type {
  padding-block: 20px;
}

.faq-area > details:first-of-type > summary {
  font-size: 18px;
  line-height: 28px;
}

details:not(:last-child) {
  border-bottom: 1px solid #eaebf0;
}

details p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  color: #5f6d7e;
}

summary {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  color: #272d37;
  list-style: none;
}

.faq-area {
  border: 1px solid #eaebf0;
}

.label span {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.10000000149011612px;
  color: #437ef7;
  background-color: #f5faff;
  border-radius: 5px;
  padding: 4px 12px;
}

summary > span {
  display: none;
}

.faq-desktop-info {
  display: none;
}

@media (width > 375px) {
  .features {
    padding: 40px 32px;
  }

  .product-text h3 {
    font-size: 32px;
    line-height: 42px;
  }

  .check-area {
    margin-bottom: 40px;
  }

  .features-tablet {
    display: block;
  }

  .features-mobile-desktop {
    display: none;
  }

  .faq {
    padding: 40px 32px;
  }

  .faq-content h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 16px;
  }

  .faq-area details {
    padding: 28px 32px;
  }
}

@media (width > 768px) {
  .features {
    padding: 64px 80px;
  }

  .features-tablet {
    display: none;
  }

  .features-mobile-desktop {
    display: block;
  }

  .product-card {
    margin-top: 0;
    padding-inline: 32px;
    display: grid;
    grid-template-rows: 2fr;
    gap: 124px;
  }

  .product-card-img {
    grid-column: 2 / 2;
  }

  .product-text {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    align-self: center;
    padding-left: 32px;
  }

  .product-text h3 {
    margin-bottom: 16px;
  }

  .check-area {
    margin-bottom: 40px;
  }

  .faq {
    padding: 64px 80px;
  }

  .faq-desktop-info > span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.10000000149011612px;
    color: #5f6d7e;
  }

  .faq-desktop-info {
    display: flex;
    gap: 32px;
  }

  .faq-content {
    padding-bottom: 64px;
  }
}

/* footer */

.footer {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 32px 16px;
}

.footer-logo {
  grid-column: span 2;
}
.social-icons {
  display: flex;
  justify-content: space-around;
}

.footer img {
  margin-bottom: 16px;
}

.footer p {
  color: #5f6d7e;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  margin-bottom: 24px;
}
.footer ul {
  padding: 0px;
}
.footer ul li {
  list-style: none;
  color: #5f6d7e;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  margin-bottom: 12px;
}

.footer ul li:first-child {
  color: #272d37;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  margin-bottom: 16px;
}
.footer-copyright {
  margin-inline: auto;
}
.footer-copyright img {
  margin-inline: auto;
}
.footer-copyright > div > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  text-align: center;
  color: #5F6D7E;
}
.icons-tablet {
  display: none;
}

/* Mobile End */

/*  Tablet Start  */

@media (width > 375px) {
  .header-hero {
    padding: 48px 48px 88px;
  }
  .header-hero h6 {
    margin: 0;
  }
  .header-hero h1 {
    font-size: 52px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -0.01em;
    padding-inline: 2px;
  }


  /* Suppoort start */
  .support {
    padding: 40px 32px;
  }
  .support h3 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: -0.01em;
    padding-inline: 27px;
  }
  .support form {
    flex-direction: row;
    justify-content: center;
  }
  .partners {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 64px;
    margin-inline: 4px;
  }
   /* Support End */

  /* Footer Start */
   .footer {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 32px 32px 40px;
   }
   .icons-mobile {
    display: none;
   }
   .icons-tablet {
      display: flex;
      gap: 24px; 
   }
   .footer-copyright {
    padding: 0 32px 40px 32px;
   }
   .footer-copyright > div {
    display: flex;
    justify-content: space-between;
   }
}

/*  Tablet End */

/* Desktop Start */

@media (width > 768px) {
  .hamburger-menu {
    display: none;
  }
  .desktop-menu {
    display: block;
  }
  .header-navbar {
    padding: 20px 80px ;
  }
  header .nav {
    list-style: none;
    display: flex;
    gap: 32px;
    margin-left: 64px;
  }
  .nav .active {
    background: url(../img/down-icon.png) no-repeat right;
    padding-right: 25px;
  }
  .nav li a {
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #272D37;
  }
  .header-register li a {
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    color: #fff;
    background-color: #437EF7;
    padding: 12px 18px;
    border-radius: 6px;
  }
  .header-register .sign-up {
    color: #437EF7;
    background: #F8F9FB;
  }
  .header-register {
    display: flex;
    list-style: none;
    gap: 24px;
    margin-left: auto;
  }
  .header-hero {
    padding: 80px 400px 94px;
  }
  /* Header end */

  /* Support Start */
  .support {
    padding: 64px 80px;
  }
  .support h3 {
    padding-inline: 340px;
  }
  /* Support end */

  /* Footer start */
  .footer {
    padding: 64px 80px;
    display: flex;
    gap: 144px;
  }
  .footer-logo {
    max-width: 247px;
  }
  .footer-copyright > div  {
    display: block;
    margin-top: 16px;
    text-align: center;  
  }
  .icons-desktop {
    display: flex;
    justify-content: flex-start;
    gap: 24px;
  }
  .icons-tablet {
    display: none;
  }
  /* Footer End */

}
.footer-copyright {
  grid-column: span 2;
  margin-inline: auto;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}


/* hilal start */

/*  */

.card-content>h3 {
  text-align: center;
  margin-block: 32px;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.02em;

}

.card-content>p {
  display: none;
  color: #5F6D7E;
  letter-spacing: -0.10000000149011612px;
  text-align: center;
}

.card h3 {
  letter-spacing: -0.02em;
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}


.card-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;


}

.card>img {
  margin-bottom: 16px;
}


.card p {
  margin-bottom: 8px;
  color: #5F6D7E;
  letter-spacing: -0.10000000149011612px;
}


.card-content {
  padding-inline: 18px;
}

.card a {
  color: #437EF7;
  display: inline-flex;
  gap: 6px;
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}

/* Tablet */
@media (min-width: 576px) {

  .card-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 48px;
    column-gap: 32px;
    grid-template-rows: auto auto auto;
    grid-auto-flow: column;
  }

  .card-content {
    padding-inline: 32px;
  }

  .card-content>h3 {
    margin-top: 40px;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 40px;
  }

  .card h3 {
    margin-bottom: 12px;
    font-size: 22px;
    line-height: 30px;
  }

  .card>img {
    margin-bottom: 20px;
  }


}

/* Desktop */
@media (min-width: 1280px) {
  .card-content>h3 {
    margin-top: 64px;
    margin-bottom: 16px;
  }

  .card:nth-child(3),
  .card:nth-child(5),
  .card:nth-child(6) {
    display: none;
  }

  .card-list {
    grid-auto-flow: row;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    padding-inline: 80px;
    margin-block: 64px;
  }

  .card:nth-child(2) {
    order: 1;
  }

  .card-content>p {
    display: inherit;
  }


}


.core-team-content {
  text-align: center;
}

.core-team-content>h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  margin-top: 40px;
}


.core-team-content>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.10000000149011612px;
  color: #5F6D7E;
  margin-bottom: 32px;
}

.core-team-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

.core-team-card-logos {
  display: flex;
  gap: 16px;
}

.core-team {
  padding-inline: 32px;
}

.core-team-card h4{
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.core-team-card > img{
  width: 384px;
  margin-bottom: 16px;
}

.core-team-card p{
  margin-bottom: 12px;
  color: #5F6D7E;

}

/* tablet */
@media (min-width: 576px) {
  
  .core-team-content>h3 {
    font-size: 32px;
    line-height: 40px;
  }

  .core-team-content>p{
    margin-bottom: 40px;
  }

  .core-team-cards{
    grid-template-columns: repeat(2,1fr);
    margin-top: 40px;
  }

  .core-team-card h4{
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.01em;
  }
}
  
/* Desktop */
@media (min-width: 1280px) {
  .card-content>h3 {
  font-size: 32px;
  line-height: 40px;
  }

  .core-team-cards{
    grid-template-columns: repeat(3,1fr);
    margin-top: 64px;
    margin-inline: 80px;
  }

  .core-team-content{
    margin-inline: 80px;
    margin-block: 64px;
  }

}

/* hilal end */
