@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
:root {
  --links-color: #050505;
  --bg-cards: rgb(245, 245, 245);
  --primary-shadow: rgba(0, 0, 0, 0.07) 0px 0.706592px 0.706592px -0.583333px,
    rgba(0, 0, 0, 0.07) 0px 1.80656px 1.80656px -1.16667px,
    rgba(0, 0, 0, 0.07) 0px 3.62176px 3.62176px -1.75px,
    rgba(0, 0, 0, 0.06) 0px 6.8656px 6.8656px -2.33333px,
    rgba(0, 0, 0, 0.05) 0px 13.6468px 13.6468px -2.91667px,
    rgba(0, 0, 0, 0.03) 0px 30px 30px -3.5px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  --sec-shadow: rgba(61, 61, 61, 0.72) 0px 0.602187px 1.08394px -1.25px,
    rgba(61, 61, 61, 0.64) 0px 2.28853px 4.11936px -2.5px,
    rgba(61, 61, 61, 0.25) 0px 10px 18px -3.75px,
    rgba(0, 0, 0, 0.35) 0px 0.706592px 0.706592px -0.583333px,
    rgba(0, 0, 0, 0.34) 0px 1.80656px 1.80656px -1.16667px,
    rgba(0, 0, 0, 0.33) 0px 3.62176px 3.62176px -1.75px,
    rgba(0, 0, 0, 0.3) 0px 6.8656px 6.8656px -2.33333px,
    rgba(0, 0, 0, 0.26) 0px 13.6468px 13.6468px -2.91667px,
    rgba(0, 0, 0, 0.15) 0px 30px 30px -3.5px;
  --svg-shadow: rgba(171, 171, 171, 0.64) 0px 0.706592px 0.706592px -0.541667px,
    rgba(171, 171, 171, 0.63) 0px 1.80656px 1.80656px -1.08333px,
    rgba(171, 171, 171, 0.61) 0px 3.62176px 3.62176px -1.625px,
    rgba(171, 171, 171, 0.58) 0px 6.8656px 6.8656px -2.16667px,
    rgba(171, 171, 171, 0.51) 0px 13.6468px 13.6468px -2.70833px,
    rgba(171, 171, 171, 0.35) 0px 30px 30px -3.25px;
}
body {
  font-family: "Inter", sans-serif;
}
h1,
h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
}

h3,
h4 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #16101e;
}
main{
  padding-top: 50px;
  background-color: #f5f5f5;
}

/* UTILITY CLASSES  */
.sec {
  padding: 100px 0;
  overflow: hidden;
}
.container-center {
  width: 80%;
  margin: 0 auto;
}
.btn-primary {
  text-decoration: none;
  color: white;
  padding: 12px 24px;
  background-color: #0a0a0a;
  border-radius: 10px;
  box-shadow: var(--sec-shadow);
  opacity: 1;
  will-change: auto;
  display: flex;
  align-items: center;
  gap: 10px;
}
.btn-sec {
  text-decoration: none;
  background-color: var(--bg-cards);
  box-shadow: rgba(158, 158, 158, 0.69) 0px 0.706592px 0.706592px -0.583333px,
    rgba(158, 158, 158, 0.68) 0px 1.80656px 1.80656px -1.16667px,
    rgba(158, 158, 158, 0.65) 0px 3.62176px 3.62176px -1.75px,
    rgba(158, 158, 158, 0.61) 0px 6.8656px 6.8656px -2.33333px,
    rgba(158, 158, 158, 0.52) 0px 13.6468px 13.6468px -2.91667px,
    rgba(158, 158, 158, 0.3) 0px 30px 30px -3.5px,
    rgb(255, 255, 255) 0px 3px 1px 0px inset;
  padding: 12px 24px;
  color: var(--links-color);
  border-radius: 10px;
  opacity: 1;
  font-weight: 500;
  will-change: auto;
}

.cards-holder{
  gap: 24px;
}

.card-body{
  box-shadow: var(--primary-shadow);
  padding: 24px;
  border-radius: 20px;
}

.card-heading{
  font-size: 20px;
  color: #050505;
  font-weight: 500;
  margin-bottom: 16px;
}
.card-para, a.card-body p {
  color: #16101e;
  font-weight: 400;
  font-size: 16px;
}

.sec-header {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 16px;
  justify-content: center;
  margin-bottom: 44px;
}
.sec-header p {
  font-size: 16px;
  color: #16101e;
}
.sec-header h2 {
  font-size: 52px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.title-tab {
  background-color: var(--bg-cards);
  box-shadow: var(--primary-shadow);
  display: flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 12px;
  gap: 10px;
  margin-bottom: 32px;
  width: fit-content;
  text-transform: uppercase;
}
.sec-header .title-tab {
  margin-bottom: 0;
}
.title-tab svg {
  height: 18px !important;
  width: 18px !important;
}
.sec-btns {
  margin-top: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.sec-btns svg {
  height: 20px !important;
  width: 20px !important;
}

.svg-primary{
  color: white;
  box-shadow: var(--svg-shadow);
  padding: 10px;
  height: 50px !important;
  width: 50px !important;
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    var(--token-6396e7f2-0645-4f69-9a36-80e94f8ee015, rgb(0, 0, 0)) 0%,
    var(--token-d4c0a0e6-8fba-45bc-8f6f-215e608cd0df, rgb(255, 255, 255)) 170%
  );

}


/* NAVBAR  */
header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  position: fixed;
  backdrop-filter: blur(5px);
  background-color: rgba(245, 245, 245, 0.2);
  width: 100%;
  opacity: 1;
  height: 10vh;
  transition: all 300ms ease-in-out;
  z-index: 1000;
}
header .container-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
header .logo img {
  width: 125px;
  height: auto;
}
header ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
}
header ul a{
  
  padding: 8px 16px;
  border-radius: 10px;
  text-decoration: none;
  color: var(--links-color);
  font-weight: 400;
  font-size: 15px;
  transition: all 300ms ease-in-out;
}
header ul a:hover{
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px inset;
}

header .open-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  cursor: pointer;
  display: none;
}
header .close-icon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 25px;
  cursor: pointer;
  display: none;
}

/* FOOTER  */
footer{
  padding: 80px 0;
}
footer .container-center{
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.f-logo{
  margin-bottom: 16px;
}
footer .f-logo img{
  height: 70px;
}
.f-p{
  margin-bottom: 16px;
  line-height: 28px;
  width: 350px;
  color: #2d2d2d;
}
footer .cp{
  font-size: 14px;
}
footer .links{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
footer .navigations{
  display: flex;
  gap: 62px;
}
footer ul{
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
footer ul a{
  text-decoration: none;
  color: #16101e;
  font-size: 15px;
}

footer .socials{
  display: flex;
  gap: 20px;
  font-size: 20px;
}
footer .socials a{
  color: black;
  text-decoration: none;
  box-shadow: var(--primary-shadow);
  padding: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}



/* MEDIA QURIES  */

@media (max-width: 1120px) {
  footer video{
    scale: 1.5;
  }
  .container-center {
    width: 90%;
  }
}

@media (max-width: 1050px) {
  footer video{
    scale: 1.6;
  }
}

@media (max-width: 820px) {
  .footer-content img{
    width: 300px;
  }
  .footer-content p{
    width: 80%;
    font-weight: 400;
  }
  header {
    z-index: 100;
    width: 95%;
    padding: 12px 20px 32px 20px;
    left: 10px;
    transform: translate(-50%);
    top: 10px;
    border-radius: 10px;
    height: fit-content;
    background-color: rgb(245, 245, 245);
    box-shadow: var(--primary-shadow);
    height: 50px;
    overflow: hidden;
    transition: all 1s ease;
  }
  header .container-center {
    width: 100%;
    align-items: start;
    flex-direction: column;
  }
  header .logo {
    margin-bottom: 30px;
  }
  header nav {
    width: 100%;
  }
  header ul {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
  }
  header ul li {
    width: 100%;
  }
  header ul a {
    font-weight: 400;
    display: block;
    backdrop-filter: blur(5px);
    background-color: var(
      --token-4f00a517-d75a-4557-9433-caf4536a911d,
      rgb(245, 245, 245)
    );
    border-radius: 10px;
    transform: none;
    transform-origin: 50% 50% 0px;
    width: 100%;
    padding: 8px 16px;
    transition: all 300ms ease-in-out;
  }
  
  header .btn-primary {
    align-self: stretch;
    text-align: center;
  }
  header .open-icon {
    display: block;
  }
  footer .container-center{
    flex-direction: column;
    gap: 44px;
    width: 90%;
  }
  .f-p{
    width: 100%;
  }
  footer .navigations{
    margin-bottom: 24px;
  }
}


@media (max-width: 500px) {
  footer video{
    scale: 1.5;
  }
 footer .footer-content{
    margin-bottom: 50px;
  }
  .footer-content img{
    width: 250px;
  }
  .footer-nav ul{
    gap: 20px;
  }
  .footer-nav ul li a{
    font-size: 14px;
  }
  .container-center {
    width: 92%;
  }
  .sec-btns {
    gap: 10px;
    align-items: stretch;
  }
  .sec-btns a {
    display: flex;
    gap: 5px;
    font-size: 13px;
    align-items: center;
  }
  .sec-header h2.title {
    font-size: 38px;
  }
  .btn-primary,
  .btn-sec {
    padding: 10px 18px;
    font-size: 14px;
  }
}