header {
  background-color: var(--theme-color);
  position: relative;
  overflow: hidden;
}
.aside-menu{
  width: 50vw;
  background-color: #fff;
  position: absolute;
  z-index: 90;
  height: 100vh;
  transform: translateX(-1000px);
  background-color: #f2f2f2;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.js-xbars{
  position: absolute;
  top: 10px;
  right: 10px;
}
.aside-logo{
  width: 100%;
  background-color: #ffffff;
  height: 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid var(--theme-color);
}
.js-blackout{
  position: absolute;
  background-color: rgb(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  z-index: 20;
  display: none;
}
@keyframes slideIn{
  from{
    transform: translateX(-1000px);
    opacity: 0;
  }
  to{
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes slideOut{
  from{
    transform: translateX(0px);
    opacity: 1;
  }
  to{
    transform: translateX(-1000px);
    opacity: 0;
  }
}
.aside-logo img{
  width: 60%;
}
.aside-nav{
  display: flex;
  flex-direction: column;
}
.aside-nav a{
  
  text-decoration: none;
  padding: 14px 22px;
  /* color: #000000; */
  color: var(--theme-color);
  font-weight: 500;
  transition: 0.4s;
}
.aside-nav a:hover{
  background-color: var(--theme-color);
  color: white;
}
.header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
}
header .fa-bars {
  font-size: 32px;
  color: #ffffff;
  display: none;
}
header .header-logo {
  width: 168px;
  gap: 10px;
  height: 43px;
  display: flex;
  align-items: center;
  margin-left: 10%;
}
.header-logo img {
  width: 100%;
  height: 100%;
}
.header-text{
  display: flex;
  gap: 20px;
  letter-spacing: 0.3px;
}
.header-text a{
  color: #f2f2f2;
  /* padding: 5px 10px; */
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.4s;
}
.header-text a:hover{
  color: #ffffff;
}
.header-btns {
  display: flex;
  gap: 5px;
  margin-right: 5%;
}
.header-btns button {
  padding: 12px 20px;
  border-radius: 30px;
  background-color: #f6f6f6;
  font-size: 15px;
  font-weight: 400;
  color: var(--theme-color);
  border: none;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.header-btns .login {
  background-color: transparent;
  color: #ffffff;
}
.header-hero-section {
  width: 62%;
  margin: 40px auto 0;
  padding-bottom: 80px;
}
.header-hero-section h1 {
  font-family: var(font2);
  text-align: center;
  font-weight: 700;
  font-size: 52px;
  line-height: 80px;
  color: #ffffff;
}
.header-hero-section p {
  color: #e3ebff;
  margin: 30px 0 0;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}
.header-bg {
  position: absolute;
  width: 110%;
  height: 300px;
  z-index: 10;
  bottom: 50px;
  left: -20px;
  background-image: url("../Images/Login/main-background.png");
}

/* /////////metas//////// */

.ss-resources {
  width: 80%;
  margin: 30px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
.ssr2 {
  margin: 150px auto;
  flex-direction: row-reverse;
}
.ssr-image {
  width: 50%;
  height: 612px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 13px 100px 0px #75727240;
  padding: 50px 0;
  background-color: #f2f2f2;
}
.ssr-image > p {
  width: 85%;
  margin: 0 auto 40px;
  font-size: 32px;
  font-weight: 600;
}
.ssr-image.image2 > p{
  width: 90%;
}
.declosing{
  /* border: 2px solid red; */
  height: 470px;
  overflow: scroll;
  scrollbar-width: none;
}
.ssr-ress {
  width: 85%;
  display: flex;
  gap: 10px;
  margin: 0 auto 20px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 20px;
  /* border: 2px solid black; */
}
.ssr-ress > div {
  width: 20%;
  display: flex;
  justify-content: center;
  color: red;
  padding-top: 10px;
  /* background-color: aquamarine; */
  border-radius: 10px;
}

.ssr-ress > div > .fa-file-lines {
  color: blue;
}
.ssr-ress > div > i {
  font-size: 50px;
}
.ssr-ress > p {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #565656;
  width: 100%;
}
.ssr-ress > p > span {
  display: block;
  margin-top: 10px;
  color: #d4d4d4;
}
.ssr-ress > span {
  width: 7%;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  border-radius: 5px;
}
.ssr-ress > span > i {
  font-size: 30px;
  color: #565656;
  cursor: pointer;
}
.ssr-search{
  width: 90%;
  margin: auto;
  background-color: #b1b1b1;
  display: flex;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.ssr-search > input{
  width: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: 500;
}
.ssr-search > input::placeholder{
  font-size: 15px;
}
.ssr-search > span > i{
  cursor: pointer;
  color: black;
}
.enclosing{
  display: grid;
  gap: 10px;
  overflow: scroll;
  scrollbar-width:none;
  height: 420px;
  grid-template-columns: 400px 400px;
}
.ssr-pe-card{
  margin: 0 20px 20px;
}
.ssr-pe-top{
  background-color: #565656;
  height: 200px;
  border: 1px solid transparent;
  border-radius: 14px;
  
}
.ssr-pe-bottom{
  padding: 10px 0;
}
.ssr-pe-bold{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}
.ssr-pe-light{
  margin-bottom: 10px;
  color: var(--text-color);
}
.ssr-pe-bottom a{
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: var(--theme-color);
}
.ssr {
  width: 50%;
  padding: 30px 6px 20px 40px;
}
.ssr-thick {
  font-weight: 600;
  font-size: 48px;
  line-height: 60px;
  font-family: var(--font2);
}
.ssr-thin {
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
}
.ssr-markings {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
}
.ssr-markings p {
  display: flex;
  gap: 20px;
  font-size: 18.91px;
  font-weight: 500;
  line-height: 32px;
  align-items: center;
}
.ssr-markings img {
  width: 22.75px;
  height: 22.75px;
}

/* //////////////// */
footer {
  width: 80%;
  margin: 0 auto 100px;
}
.footer-up {
  display: flex;
  gap: 60px;
  justify-content: center;
  align-items: end;
  margin: 30px 0;
}
.footer-left,
.footer-right {
  width: 37%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-right {
  width: 36%;
  gap: 20px;
}
.footer-sub {
  font-weight: 700;
  font-family: var(--font3);
  font-size: 14px;
  letter-spacing: 1.12px;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-mail {
  font-size: 14.75px;
  line-height: 24px;
  font-weight: 400;
}
.footer-email {
  display: flex;
  justify-content: space-between;
}
.footer-icon {
  background-color: #000000;
  border-radius: 50%;
  width: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
}
.footer-email input {
  border-radius: 32px;
  background-color: #f4f4f4;
  border: none;
  outline: none;
  width: 80%;
  padding: 17.25px 12px 17.25px 24px;
  font-family: var(--font3);
  font-size: 14.75px;
  font-weight: 400;
  line-height: 17.85px;
}
.footer-email input::placeholder {
  color: #000000b2;
}
.footer-socials {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-socials p {
  font-family: var(--font3);
  font-size: 13.78px;
  line-height: 22px;
  letter-spacing: 1.12px;
  font-weight: 700;
}
.footer-social-medias {
  display: flex;
  gap: 10px;
}
.footer-social-medias div {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f4f4f4;
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}
.footer-icon i {
  color: white;
  font-size: 24px;
}
.footer-licences {
}
.footer-licences a {
  font-family: var(--font3);
  font-weight: 400;
  font-size: 14.75px;
  line-height: 24px;
  padding: 0 10px;
  text-decoration: none;
  color: #000000;
}
.footer-a {
  border-right: 2px solid;
}
.footer-name {
  font-weight: 400;
  font-size: 24px;
  line-height: 26.4px;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
}
.footer-contacts div {
  display: flex;
  align-items: center;
}
.footer-contacts p {
  font-size: 400;
  font-size: 18px;
  line-height: 38px;
}
.footer-contacts .back {
  width: 25%;
}
.footer-note {
  font-weight: 400;
  line-height: 24px;
  font-size: 14.75px;
  font-family: var(--font3);
}
.footer-middle {
  width: 100%;
  background-color: var(--theme-color);
  padding: 10px 0;
}
.footer-middle p {
  width: 80%;
  text-align: center;
  color: #ffffff;
  font-family: var(--font3);
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin: auto;
}
.footer-down {
  background-color: #202224;
  padding: 10px 0;
  border-radius: 0 0 12px 12px;
}
.footer-down p {
  text-align: center;
  color: #ffffff;
  font-weight: 500;
  font-size: 17px;
  line-height: 25px;
}
