@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  border: none;
  text-transform: capitalize;
  transition: all 0.2s linear;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  background: #f7f7f7;
  font-family: "Poppins", sans-serif;
}

*::selection {
  background: #2b3dda;
  color: #fff;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}
html::-webkit-scrollbar {
  width: 0.8rem;
}
html::-webkit-scrollbar-track {
  background: rgb(235, 202, 245);
}
html::-webkit-scrollbar-thumb {
  background: #432d14;
}

/* pre loader start */
.loader-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background: #e6eff1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.loader-container.fade-out {
  top: -120%;
}
/* pre loader end */

/* navbar starts */
header {
  direction: rtl;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.7rem 10%;
  height: 9.5rem;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(146, 161, 176, 0.3);
}
section {
  /* min-height: 100vh; */
  padding: 2rem 9%;
}
.heading {
  font-size: 3.5rem;
  color: rgb(32, 32, 32);
  font-weight: 800;
  text-align: center;
}
.heading span {
  color: rgb(115, 3, 167);
}
header .logo {
  font-size: 1.9rem;
  font-weight: 800;
  text-decoration: none;
  color: #0e2431;
}
header .logo i {
  font-size: 2.2rem;
}
header .logo:hover {
  color: #fc8c05;
}
header .navbar ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbar li {
  margin-left: 2.5rem;
}
header .navbar ul li a {
  font-size: 1.57rem;
  color: #0e2431;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.04rem;
  transition: 0.2s;
}
header .navbar ul li a.active,
header .navbar ul li a:hover {
  color: #976429;
  border-bottom: 0.2rem solid #976429;
  padding: 0.5rem 0;
}
/* navbar ends */

/* hamburger icon starts*/
#menu {
  font-size: 3rem;
  cursor: pointer;
  color: rgb(77 35 44);
    display: none;
}
@media (max-width: 768px) {
  #menu {
    display: block;
  }
  header .navbar {
    position: fixed;
    top: 6.5rem;
    right: -120%;
    width: 75%;
    height: 100%;
    text-align: left;
    align-items: flex-start;
    background-color: #c28944;
  }
  header .navbar ul {
    flex-flow: column;
    padding: 1rem;
  }
  header .navbar ul li {
    text-align: center;
    width: 100%;
    margin: 1rem 0;
    border-radius: 0.5rem;
    width: 26rem;
  }
  header .navbar ul li a {
    display: block;
    padding: 1rem;
    text-align: left;
    color: #fff;
    font-size: 2rem;
  }
  header .navbar ul li a.active,
  header .navbar ul li a:hover {
    padding: 1rem;
    color: #fff;
    border-radius: 0.5rem;
    border-bottom: 0.5rem solid #48321a;
  }
  .fa-times {
    transform: rotate(180deg);
  }
  header .navbar.nav-toggle {
    right: 0;
  }
}
/* hamburger icon ends */

/* hero section starts*/
.home {
  margin-top: 75px;

  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  min-height: 100vh;
  align-items: center;
}
.home #particles-js {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.home .content {
  flex: 1 1 40rem;
  padding-top: 1rem;
  z-index: 1;
}
.home .image {
  flex: 1 1 40rem;
  z-index: 1;
  margin-top: 50px;

}
.home .image img {
  width: 70%;
  margin-right: 6rem;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.home .image img:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.home .content h2 {
  font-size: 5rem;
  font-weight: 800;
  color: #002057;
}
.home .content h2 span {
  font-size: 5rem;
  font-weight: 800;
  color: #be7b2c;
}
.home .content p {
  font-size: 2.5rem;
  color: #000;
  font-weight: 600;
  padding: 1rem 0;
}
.home .content p span {
  font-size: 2.5rem;
  /* color: rgb(148, 8, 8); */
  color: rgb(79 59 35);
  font-weight: 600;
  padding: 1rem 0;
}
.home .btn {
  margin-top: 1rem;
  position: absolute;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 4em;
  transition: 0.5s;
  color: #fff;
  background: #2506ad;
  box-shadow: 0px 5px 18px rgba(48, 68, 247, 0.6);
  font-family: "Nunito", sans-serif;
}
.home .btn span {
  font-weight: 700;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
}
.home .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}
.home .btn:hover {
  background: #1a047e;
}
.home .btn:hover i {
  transform: translateX(5px);
}
/* social icons start */
.socials {
  position: relative;
  margin-top: 9rem;
}
.socials .social-icons {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.socials .social-icons li {
  display: inline-block;
  margin-bottom: 14px;
}
.social-icons a {
  font-size: 2rem;
  display: inline-block;
  line-height: 44px;
  color: #00d9ff;
  background-color: #09011b;
  width: 44px;
  height: 44px;
  text-align: center;
  margin-right: 8px;
  border-radius: 100%;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
  color: #fff;
  background-color: #0685da;
}
.social-icons a.github:hover {
  background-color: #0e0e0e;
}
.social-icons a.twitter:hover {
  background-color: #00aced;
}
.social-icons a.linkedin:hover {
  background-color: #007bb6;
}
.social-icons a.dev:hover {
  background-color: #070707;
}
.social-icons a.instagram:hover {
  background-color: #ee00da;
}
/* social icons end */

/* hero media queries starts*/
@media (max-width: 450px) {
  .home .btn {
    margin: 4rem 0;
  }
  .socials {
    margin-top: 12rem;
  }
  .home .image img {
    margin-top: -12rem;
  }
  .home .content p {
    font-size: 2.2rem;
  }
  .home .content p span {
    /* font-size: 2.2rem; */
  }
}
/* hero media queries ends*/
/* hero section end */

/* about section starts */
.about {
  background: rgb(255, 255, 255);
}
.about .row {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 4rem;
}
.about .row .image {
  text-align: center;
  flex: 1 1 35rem;
}
.about .row .image img {
  margin: 4rem;
  width: 30rem;
  height: auto;
  border-radius: 5%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.6);
  mix-blend-mode: luminosity;
  transition: 0.3s;
  cursor: pointer;
}
.about .row .image img:hover {
  mix-blend-mode: normal;
}
.about .row .content {
  flex: 1 1 45rem;
  padding: 3rem;
}
.about .row .content h3 {
  color: rgb(27, 27, 27);
  font-size: 2.5rem;
}
.about .row .content .tag {
  font-size: 1.4rem;
  color: #020133;
  font-weight: 600;
  margin-top: 1rem;
}
.about .row .content p {
  font-size: 1.5rem;
  margin-top: 1.5rem;
  font-family: "Nunito";
  font-weight: 600;
  text-transform: none;
}
.about .row .content .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-family: "Nunito";
  font-weight: 600;
}
.about .row .content .box-container .box p {
  text-transform: none;
}
.about .row .content .box-container .box p span {
  color: #011aff;
}
.resumebtn {
  margin-top: 6rem;
}
.resumebtn .btn {
  padding: 1.7rem 3rem;
  border-radius: 0.5em;
  transition: 0.3s;
  color: #fff;
  background: #2506ad;
  box-shadow: 0px 5px 10px rgba(48, 68, 247, 0.6);
  font-family: "Nunito", sans-serif;
}
.resumebtn .btn span {
  font-weight: 600;
  font-size: 1.8rem;
  letter-spacing: 0.1rem;
}
.resumebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.2rem;
  transition: 0.3s;
}
.resumebtn .btn:hover {
  background: #1a047e;
}
.resumebtn .btn:hover i {
  transform: translateX(5px);
}
/* about media queries starts*/
@media screen and (max-width: 600px) {
  .about .row .image {
    margin-top: 2rem;
  }
  .about .row .image img {
    margin: 0 auto;
    width: 80%;
    mix-blend-mode: normal;
  }
  .about .row {
    padding: 0.5rem;
    margin-bottom: 7rem;
  }
  .about .row .content {
    padding: 1rem;
  }
  .about .row .content .box-container {
    gap: 0;
  }
}
/* about media queries ends*/
/* about section ends */

/* skills section starts */
.skills {
  min-height: 90vh;
  background: linear-gradient(to bottom, #57059e, #4a00e0);
}
.skills h2 {
  color: #fff;
}
.skills .heading span {
  color: rgb(255, 230, 0);
}
.skills .container {
  background: rgba(0, 0, 22, 0.4);
  color: #fff;
  border-radius: 1rem;
  padding: 2rem;
  width: 90%;
  margin: auto;
  margin-top: 2rem;
}
.skills .container .row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  flex-wrap: wrap;
  gap: 1.8rem;
}
.skills .container .bar {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 22, 0.9);
  transition: 0.2s;
}
.skills .container .bar:hover {
  box-shadow: 0 8px 10px rgba(0, 2, 68, 0.8) !important;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.skills .container .bar .info {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}
.skills .container .bar .info i {
  font-size: 4rem;
}
.skills .container .bar .info span {
  font-size: 2rem;
  font-weight: 500;
  font-family: "Poppins";
  margin-left: 0.5rem;
}
/* skills media queries starts*/
@media screen and (max-width: 600px) {
  .skills .container {
    padding: 0;
    margin: 0;
  }
  .skills .container .row {
    grid-template-columns: repeat(2, 1fr);
    margin: 1rem;
    padding: 2rem 0.2rem 2rem 0.2rem;
    gap: 1rem;
  }
  .skills .container {
    margin-top: 5px;
    width: 100%;
  }
}
/* skills media queries ends*/
/* skills section ends */

/* education section starts */
.education {
  background: #e5ecfb;
  min-height: 80vh;
}
.education .qoute {
  font-size: 1.5rem;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  margin-top: 0.5rem;
}
.education .box-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.education .box-container .box {
  display: flex;
  flex-direction: row;
  width: 80%;
  border-radius: 0.5rem;
  box-shadow: 0.2rem 0.5rem 1rem rgba(0, 0, 0, 0.2);
  text-align: center;
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
  transition: 0.3s;
  background: rgb(252, 252, 252);
}
.education .box-container .box:hover {
  transform: scale(1.03);
  box-shadow: 1rem 0.5rem 1.2rem rgba(0, 0, 0, 0.3);
}
.education .box-container .box .image {
  flex: 1 1 20rem;
  width: 100%;
}
.education .box-container .box img {
  object-fit: cover;
  position: relative;
  width: 100%;
  height: 100%;
}
.education .box-container .box .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1rem;
  flex-wrap: wrap;
  flex: 1 1 70rem;
}
.education .box-container .box .content h3 {
  font-size: 2.5rem;
  color: #012970;
  padding: 0.5rem 0;
  font-weight: 600;
  text-align: left;
  margin-left: 1rem;
}
.education .box-container .box .content p {
  font-size: 1.5rem;
  margin-left: 1rem;
  text-align: left;
}
.education h4 {
  font-size: 2rem;
  color: rgb(34, 109, 0);
  text-align: left;
  margin: 1rem;
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

/* education media queries starts*/
@media screen and (max-width: 600px) {
  .education .box-container .box {
    flex-direction: column;
    width: 100%;
  }
  .education .box-container .box .image {
    width: 100%;
    height: 25rem;
  }
  .education .box-container .box img {
    width: 100%;
  }
  .education .box-container .box .content {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 1rem;
    flex-wrap: wrap;
    flex: 0;
  }
  .education .btns {
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    flex-wrap: wrap;
  }
}
/* education media queries ends*/
/* education section ends */

/* work section starts */
.work {
  /* background: #010124; */
  background: linear-gradient(to bottom, #000031, #00002c);
}
.work h2 {
  color: #fff;
  padding: 1rem;
}
.work .heading span {
  color: rgb(255, 230, 0);
}
.work .box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 2rem;
}
.work .box-container .box {
  flex: 1 1 30rem;
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  height: 30rem;
}
.work .box-container .box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.work .box-container .box .content {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 85%;
  left: 0;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  flex-direction: column;
}
.work .box-container .box .content .tag {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 4.5rem;
  width: 100%;
  padding-left: 1rem;
  background: #ffd900;
}
.work .box-container .box .content .tag h3 {
  font-size: 2rem;
}
.work .box-container .box:hover .content {
  top: 25%;
}
.work .desc {
  margin: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.work .desc p {
  font-size: 1.5rem;
}
.work .desc .btns {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 2rem;
}
.work .desc .btns .btn {
  line-height: 0;
  display: inline;
  padding: 1.5rem 2.5rem;
  border-radius: 0.5rem;
  font-size: 1.5rem;
  color: #fff;
  background: rgb(12, 12, 12);
  margin-right: 2rem;
}
.work .desc .btns .btn:hover {
  background: #310ae0f5;
}
.work .viewall {
  display: flex;
  justify-content: center;
}
.work .viewall .btn {
  position: relative;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 0.5em;
  transition: 0.5s;
  color: rgb(255, 255, 255);
  font-weight: 700;
  border: 2px solid #fff;
  box-shadow: 0px 5px 10px rgba(65, 84, 241, 0.4);
  text-align: center;
}
.work .viewall .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Nunito", sans-serif;
}
.work .viewall .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}
.work .viewall .btn:hover {
  background: #fff;
  color: #000;
}
.work .viewall .btn:hover i {
  transform: translateX(5px);
}
/* work section ends */

/* experience section starts */
.experience .timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
.experience .timeline::after {
  content: "";
  position: absolute;
  width: 6px;
  background: #020133;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  z-index: -2;
}
.experience .container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}
/*circles on timeline*/
.experience .container::after {
  content: "\f0b1";
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: rgb(255, 255, 255);
  border: 4px solid #ff9f55;
  top: 15px;
  border-radius: 50%;
  z-index: 100;
  font-size: 1.89rem;
  text-align: center;
  font-weight: 600;
  color: #02094b;
  font-family: "Font Awesome\ 5 Free";
}
.experience .left {
  left: 0;
}
.experience .right {
  left: 50%;
}
/* arrows pointing right */
.experience .left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #f68c09;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #f68c09;
}
/* arrows pointing left  */
.experience .right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #f68c09;
  border-width: 10px 10px 10px 0;
  border-color: transparent #f68c09 transparent transparent;
}
.experience .right::after {
  left: -16px;
}
.experience .content {
  background-color: #f68c09;
  position: relative;
  border-radius: 6px;
}
.experience .content .tag {
  font-size: 1.3rem;
  padding-top: 1.5rem;
  padding-left: 1.5rem;
}
.experience .content .desc {
  margin-left: 1.5rem;
  padding-bottom: 1rem;
}
.experience .content .desc h3 {
  font-size: 1.5rem;
  font-weight: 600;
}
.experience .content .desc p {
  font-size: 1.2rem;
}
/* view all button */
.morebtn {
  display: flex;
  justify-content: center;
}
.morebtn .btn {
  position: relative;
  line-height: 0;
  padding: 1.6rem 3rem;
  border-radius: 0.5em;
  transition: 0.5s;
  color: #fff;
  background: #2506ad;
  box-shadow: 0px 5px 10px rgba(48, 68, 247, 0.6);
  text-align: center;
}
.morebtn .btn span {
  font-weight: 600;
  font-size: 1.7rem;
  font-family: "Nunito", sans-serif;
}
.morebtn .btn i {
  margin-left: 0.3rem;
  font-size: 1.5rem;
  transition: 0.3s;
}
.morebtn .btn:hover {
  background: #1a047e;
}
.morebtn .btn:hover i {
  transform: translateX(5px);
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .experience {
    min-height: 80vh;
  }
  .experience .timeline {
    margin-top: 2rem;
  }
  .experience .timeline::after {
    left: 31px;
  }
  .experience .container {
    width: 100%;
    padding-left: 8rem;
    padding-right: 2rem;
  }
  .experience .container::after {
    font-size: 2.2rem;
  }
  .experience .container::before {
    left: 61px;
    border: medium solid #f68c09;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f68c09 transparent transparent;
  }
  .experience .left::after {
    left: 15px;
  }
  .experience .right::after {
    left: 15px;
  }
  .experience .right {
    left: 0%;
  }
  .morebtn {
    margin-top: 3rem;
  }
}
/* experience media queries ends */
/* experience section ends */

/* contact section starts */
.contact {
  background: #e5ecfb;
  min-height: 60vh;
}
.contact .container {
  max-width: 1050px;
  width: 100%;
  background: #fff;
  border-radius: 1.5rem;
  margin: 2rem 5rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.contact .container .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 2rem;
}
.contact .content .image-box {
  max-width: 60%;
  margin-left: 4rem;
}
.contact .content .image-box img {
  width: 100%;
  height: 40rem;
  position: relative;
}
.contact .content form {
  width: 45%;
  margin-right: 3.5rem;
}
form .form-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.form-group .field {
  height: 50px;
  display: flex;
  position: relative;
  margin: 1rem;
  width: 100%;
}
form i {
  position: absolute;
  top: 50%;
  left: 18px;
  color: rgb(51, 51, 51);
  font-size: 17px;
  pointer-events: none;
  transform: translateY(-50%);
}
form .field input,
form .message textarea {
  width: 100%;
  height: 100%;
  outline: none;
  padding: 0 16px 0 48px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  border-radius: 5px;
  border: 1px solid rgb(51, 51, 51);
  background: #e5ecfb;
}
.field input::placeholder,
.message textarea::placeholder {
  color: rgb(51, 51, 51);
}
.field input:focus,
.message textarea:focus {
  padding-left: 47px;
  border: 2px solid rgb(115, 3, 167);
}
.field input:focus ~ i,
.message textarea:focus ~ i {
  color: rgb(115, 3, 167);
}
form .message {
  position: relative;
  margin: 1rem;
  width: 100%;
}
form .message i {
  top: 25px;
  font-size: 20px;
  left: 15px;
}
form .message textarea {
  min-height: 130px;
  max-height: 230px;
  max-width: 100%;
  min-width: 100%;
  padding: 12px 20px 0 48px;
}
form .message textarea::-webkit-scrollbar {
  width: 0px;
}
form .button-area {
  display: flex;
  float: right;
  flex-direction: row-reverse;
}
.button-area button {
  color: #fff;
  border: none;
  outline: none;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 5px;
  padding: 13px 25px;
  background: #2506ad;
  box-shadow: 0px 5px 10px rgba(48, 68, 247, 0.6);
  transition: 0.3s ease;
  font-family: "Nunito", sans-serif;
}
.button-area button:hover {
  background: #421cecf5;
}
.button-area span {
  font-size: 17px;
  padding: 1rem;
  display: none;
}
.button-area button i {
  position: relative;
  top: 6px;
  left: 2px;
  font-size: 1.5rem;
  transition: 0.3s;
  color: #fff;
}
.button-area button:hover i {
  left: 8px;
}
/* contact section media queries starts */
@media (max-width: 900px) {
  .contact {
    min-height: 70vh;
  }
  .contact .container {
    margin: 3rem 0 2rem 0;
  }
  .contact .container .content {
    padding: 18px 12px;
  }
  .contact .content .image-box {
    display: none;
  }
  .contact .content form {
    width: 100%;
    margin-right: 2rem;
  }
}
/* contact section media queries ends */
/* contact section ends */

/* footer section starts */
.footer {
  min-height: auto;
  padding-top: 0;
  /* background: rgb(0, 1, 43); */
  background: rgb(201 194 187);
}
.footer .box-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.footer .box-container .box {
  /* flex: 1 1 25rem;
  margin: 2.5rem; */
  display: flex;
    flex-direction: column;
}
.footer .box-container .box h3 {
  font-size: 2.5rem;
  color: #fff;
  padding-bottom: 1rem;
  font-weight: normal;
}
.footer .box-container .box p {
  font-size: 1.5rem;
  color: #ccc;
  padding: 0.7rem 0;
  text-transform: none;
}
.footer .box-container .box p i {
  padding-right: 1rem;
  color: #ffae00;
}
.footer .box-container .box a {
  font-size: 1.5rem;
  color: rgb(238, 238, 238);
  padding: 0.3rem 0;
  display: block;
}
.footer .box-container .box a:hover {
  color: #ffae00;
}
.footer .box-container .box .share {
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
}
.footer .box-container .box .share a {
  height: 4rem;
  width: 4rem;
  padding: 1rem;
  text-align: center;
  border-radius: 5rem;
  font-size: 1.7rem;
  margin-right: 1rem;
  transition: 0.2s;
  background: rgb(230, 230, 230);
  color: #02094b;
  border: none;
}
.footer .box-container .box .share a:hover {
  background: transparent;
  transform: scale(0.98);
  border: 0.1rem solid rgb(180, 178, 178);
  color: #ffae00;
}
.footer .credit {
  padding: 1rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  color: #fff;
  border-top: 0.1rem solid #fff3;
  background: #432d14;
}
.footer .credit a {
  color: #ffae00;
}
.footer .fa {
  color: #e90606;
  margin: 0 0.3rem;
  font-size: 1.5rem;
  animation: pound 0.35s infinite alternate;
}
@-webkit-keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@keyframes pound {
  to {
    transform: scale(1.1);
  }
}
@media (max-width: 450px) {
  .footer .box-container .box {
    margin: 1.5rem;
  }
  .footer .box-container .box p {
    padding: 0.7rem;
  }
  .footer .box-container .box .share a {
    padding: 1.2rem;
  }
}
/* footer section ends */

/* common media queries starts*/
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
  body {
    padding-right: 0;
  }
  section {
    padding: 2rem;
  }
}
/* common media queries ends*/

/* scroll top starts */
#scroll-top {
  position: fixed;
  top: -140%;
  right: 2rem;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  background: #be7b2c;
  color: white;
  border-radius: 50%;
  transition: 1s linear;
  z-index: 1000;
}
#scroll-top.active {
  top: calc(100% - 12rem);
}
/* scroll top ends */
/* .typing-text {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  animation: slideIn 0.5s ease-in-out;
}

@keyframes slideIn {
  from {
      transform: translateX(100%);
      opacity: 0;
  }
  to {
      transform: translateX(0);
      opacity: 1;
  }
} */













/* 
.ico:before, .ico svg {
  border-radius: 50%;
  transform-origin: 50% 0;
  transform: rotate(-8deg);
  animation: osc 0.3s ease-in-out infinite alternate;
}

@keyframes osc {
  to {
    transform: rotate(8deg);
  }
}
.body {
  --narr: 1;
  --notnarr: calc(1 - var(--narr));
  --wide: 0;
  --notwide: calc(1 - var(--wide));
  --nor: calc(var(--notnarr)*var(--notwide));
  --or: calc(1 - var(--nor));
  --sum: calc(1 + var(--narr));
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  display: inline-block;
width: 50%;
  background: linear-gradient(to right top, #ebedec, #e3e7e6, #dbe1e0, #d3dadb, #ccd4d6);
}

@media (max-width: 480px) {
  .body:before {
    display: none;
  }
}
@media (min-width: 38em) {
  .body {
    --narr: 0 ;
  }
}
@media (min-width: 58em) {
  .body {
    --wide: 1 ;
  }
}

.hid {
  position: absolute;
  clip-path: inset(50%);
}

path {
  --s: 2;
  fill: none;
  stroke: currentcolor;
  stroke-width: var(--s);
  stroke-linecap: round;
}
path.d {
  stroke-dasharray: 0 calc(2*var(--s));
}
path.t {
  --s: 4 ;
}

.section {
  display: flex;
  flex-direction: column;
  padding: 1em 1em;
  min-width: 20.5em;
  width: calc(var(--nor)*(100% - var(--n)*2em)/var(--n) + var(--or)*12.5em);
  font-family: sans-serif;
  text-align: center;
  text-transform: uppercase;
}


.ico {
  order: -1;
  position: relative;
  margin-bottom: calc(100% + 2.875em + 2px);
  border-radius: 50%;
  box-shadow: inset 0 0 0 0.625em #fff, 11px 11px 12px -9px rgba(27, 14, 0, 0.28);
  background: linear-gradient(135deg, var(--c0), var(--c1)) padding-box;
}
.ico a {
  --sgn: 1;
  box-sizing: border-box;
  display: grid;
  place-content: center;
  padding: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  clip-path: circle(calc(50% - 0.625em));
}
.ico a:hover {
  --sgn: -1 ;
}
.ico svg {
  --w: calc(100% - 4em);
  box-sizing: border-box;
  position: absolute;
  margin: calc(-.5*var(--w));
  border: solid 1em transparent;
  width: var(--w);
  height: var(--w);
  border-radius: 50%;
  box-shadow: calc(var(--sgn)*36px) 27px 11px -5px rgba(27, 14, 0, 0.16);
  background: linear-gradient(135deg, #fff, #d2d2d2) border-box;
  transition: 0.3s ease-out;
}
.ico:before, .ico:after {
  position: absolute;
  content: "";
}
.ico:before {
  box-sizing: border-box;
  top: calc(200% + 1px);
  left: calc(50% - 1.4375em);
  border: solid 0.625em transparent;
  width: 2.875em;
  height: 2.875em;
  box-shadow: 0 0 0 2px #fff;
  background: inherit;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.32));
}
.ico:after {
  width: 0.375em;
  top: calc(100% - 0.5em);
  left: calc(50% - 0.5em);
  border: solid 0 transparent;
  border-width: 0.5em 0.3125em;
  padding-top: 100%;
  background: linear-gradient(#fff, #fff) padding-box, radial-gradient(circle at 50% 0.5em, #fff calc(0.5em - 1px), rgba(255, 255, 255, 0) 0.5em) border-box, radial-gradient(circle at 50% calc(100% - 0.5em), #fff calc(0.375em - 1px), rgba(255, 255, 255, 0) 0.375em) border-box;
}

.row {
  margin: 0;
} */



.row {
  margin: 0;
  gap: 1rem; /* Adjust spacing between the two sections */
}
.body{
  display: flex;
  justify-content: center;
}
.cards {
  width: calc(100% - 2em);
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 1em;
  grid-template-areas: "a a b c" "a a d d";
  width: 80%;
}

.card {
  width: 100%;
  position: relative;
  transition: all 0.25s ease;
  cursor: pointer;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
}
.card:last-child {
  margin-bottom: 0;
}
.card:before {
  height: 0;
  content: "";
  display: block;
  padding-bottom: 47.36%;
}
.card.content:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
}
.card:nth-child(1) {
  grid-area: a;
}
.card:nth-child(2) {
  grid-area: b;
}
.card:nth-child(3) {
  grid-area: c;
}
.card:nth-child(4) {
  grid-area: d;
}
.card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-label {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  background: #089f8a;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 0.7em;
  color: white;
  padding: 0.5em;
}
.card-title {
  position: absolute;
  left: 1em;
  bottom: 1em;
  color: #d6dbeb;
  z-index: 5;
  font-size: 0.8em;
}
.card.form {
  position: relative;
}
.card.form:before {
  /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
  background: linear-gradient(60deg, #be7b2c, #4a202a, #c18135, #7c6d5b, #4b212b, #a36a28, #503c25, #be7b2c);
}
.card.form:after {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  width: calc(100% - 1em);
  height: calc(100% - 1em);
  content: "";
  background: #e6e6e7;
}
.card.form .form-title p{
  font-size: 25px;
}
.card.form .form-title {
  height: 100%;
  position: absolute;
  top: 0rem;
  right: 2rem;
  display: flex;
  line-height: 45px;
  flex-direction: column;
  justify-content: center;
  font-size: 3vw;
  text-align: right;
  font-weight: 900;
  z-index: 5;
  text-transform: uppercase;
  /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
  background: linear-gradient(60deg, #be7b2c, #4a202a, #c18135, #7c6d5b, #4b212b, #a36a28, #503c25, #be7b2c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.card.form .form-title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.5;
  filter: blur(10px);
  transition: all 0.25s ease;
  z-index: 2;
  /* background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82); */
  background: linear-gradient(60deg, #be7b2c, #4a202a, #c18135, #7c6d5b, #4b212b, #a36a28, #503c25, #be7b2c);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  transform: translateX(-50%) translateY(-50%);
}
.card:nth-child(2) .card-label {
  background: #ef4e7b;
}
.card:nth-child(3) .card-label {
  background: #1098ad;
}
.card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}
.card:hover .form-title:before {
  filter: blur(3px);
  opacity: 0.7;
}

@media (max-width: 768px) {
  .cards {
    grid-template-columns: 1fr; /* One column layout */
    grid-template-rows: auto; /* Adjust rows automatically */
    grid-template-areas:
      "a"
      "b"
      "c"
      "d";
  }


  .card.form .form-title {
    font-size: 4vw; /* Adjust font size for smaller screens */
  }
  .card:nth-child(2),
  .card:nth-child(3){
    display: none;
  }
}

/* ///////////////////////////////// */
/* values */
.value {
  --color: rgba(30, 30, 30);
  --bgColor: rgba(245, 245, 245);
  min-height: 100vh;
  display: grid;
  align-content: center;
  gap: 2rem;
  padding: 2rem;
  font-family: "Exo 2", sans-serif;
  color: var(--color);
  background: var(--bgColor);
  direction: rtl;
}

h1 { text-align: center }

ol {
  width: min(100rem, 90%);
  margin-inline: auto;

  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4rem;

  list-style: none;
  counter-reset: stepnr;
}

li:nth-child(6n + 1) { --accent-color: #be7b2c }
li:nth-child(6n + 2) { --accent-color: #503b24 }
li:nth-child(6n + 3) { --accent-color:  #be7b2c }
li:nth-child(6n + 4) { --accent-color:#503b24}
li:nth-child(6n + 5) { --accent-color:  #be7b2c }
li:nth-child(6n + 6) { --accent-color:#503b24 }

ol li {
  counter-increment: stepnr;
  width: 25rem;
  --borderS: 2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 0rem);
  position: relative;
  direction: ltr;
}
ol li::before,
ol li::after {
  inset: 0;
  position: absolute;
  border-radius: 50%;
  border: var(--borderS) solid var(--bgColor);
  line-height: 1.1;
}
ol li::before {
  content: counter(stepnr, arabic-indic);
  color: var(--accent-color);
  padding-left: 12rem;
  font-size: 20rem;
  font-weight: 700;
  overflow: hidden;
}

ol li::after {
  content: "";
  filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.75)) blur(5px);
}

ol li > * { width: 12.5rem }
ol li .icon { font-size: 2rem; color: var(--accent-color); text-align: center }
ol li .title { font-size: 2rem; font-weight: 500 }
ol li .descr { line-height: 22px;
  font-size: 1.7rem;
  font-weight: 600;}

.credits { margin-top: 2rem; text-align: right }
.credits a { color: var(--color) }
@media(max-width:768px){
  ol {
    width: min(100rem, 100%);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    list-style: none;
    counter-reset: stepnr;
}
ol li {
  counter-increment: stepnr;
  width: 30rem;
  --borderS: 2rem;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc(var(--borderS) + 2rem);
  position: relative;
  direction: ltr;
}
ol li::before {
  content: counter(stepnr, arabic-indic);
  color: var(--accent-color);
  padding-left: 15rem;
  font-size: 25rem;
  font-weight: 700;
  overflow: hidden;
}
ol li .descr {
  direction: rtl;
  line-height: 22px;
  font-size: 1.9rem;
  font-weight: 600;
}
}

/* goal */

.split-section {
  display: flex;
  flex-wrap: wrap; /* Enables wrapping for smaller screens */
  align-items: center;
  justify-content: space-between;
  /* height: 100vh; */
  padding: 2em;
  gap: 2em;
}


.goal {
  flex: 1;
  display: grid;
  gap: 1em; /* Adjust spacing between articles */
}

.image-side {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-side img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 10px;
}


.goal {
  --wide: 1;
  --p: var(--narr, 0);
  --q: calc(1 - var(--p));
  display: grid;
  grid-template-columns: repeat(calc(var(--wide) + 1), 1fr);
  grid-gap: calc(var(--p)*.5em) 2.5em;
  padding: 0 calc(var(--q)*.75em);
  /* background: #bdc5c8; */
}
.article {
  --i: var(--parity, 0);
  --j: calc(1 - var(--i));
  --s: calc(1 - 2*var(--i));
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 0.5em 4em;
  justify-self: var(--parity, self-end);
  position: relative;
  padding: calc(.5*var(--q)*2.25em + var(--p)*4em) 0 1.125em;
  width: calc(var(--q)*22.5em + var(--p)*100%);
  min-height: 11.25em;
  transform: translatey(calc(var(--wide)*var(--i)*.3125*11.25em));
  transform-style: preserve-3d;
  background: radial-gradient(at calc(var(--j)*100%), rgba(0, 0, 0, 0.43), transparent 70%) calc(var(--j)*100%) 50%/calc(var(--q)*.625em) 105% no-repeat;
  font: 1em/1.25 oswald, sans-serif;
  counter-increment: c;
}
.article:before {
  position: absolute;
  right: calc(var(--q)*(var(--i)*100% - var(--i)*4.5em));
  bottom: calc(var(--q)*50%);
  width: calc(var(--q)*4.5em + var(--p)*100%);
  height: calc(var(--q)*9em + var(--p)*100%);
  border-radius: 0.75em 0.75em 0 0;
  transform-origin: calc(var(--j)*100%) 100%;
  transform: rotate(calc(var(--s)*var(--q)*-90deg)) translate3d(calc(var(--s)*var(--q)*50%), 0, -1px);
  background: linear-gradient(#fff 2em, var(--slist));
  font-size: 2em;
  line-height: 2;
  text-align: center;
  filter: drop-shadow(calc(var(--s)*var(--q)*-.25em) -0.25em 0.5em rgba(0, 0, 0, 0.5));
  content: " الهدف "   counter(c, arabic-indic ) ;
  
}
.article:after {
  grid-column: calc(1 + var(--i));
  grid-row: 1/span calc(2 - var(--p));
  align-self: center;
  font-size: 3em;
  text-align: center;
  filter: grayscale(1);
  content: attr(data-icon);
}
article:nth-of-type(2n) {
  --parity: 1;
}
.article {
  --i: var(--parity, 0);
  --j: calc(1 - var(--i));
  --s: calc(1 - 2 * var(--i));
  box-sizing: border-box;
  display: grid;
  grid-auto-flow: column;
  grid-gap: 1em; /* Increase the gap inside the article */
  justify-self: var(--parity, self-end);
  position: relative;
  padding: 3em; /* Increase padding for a larger appearance */
  width: calc(var(--q) * 25em + var(--p) * 100%); /* Increase width */
  min-height: 15em; /* Increase height */
  transform: translateY(calc(var(--wide) * var(--i) * 0.3125 * 15em));
  transform-style: preserve-3d;
  background: radial-gradient(
      at calc(var(--j) * 100%),
      rgba(0, 0, 0, 0.43),
      transparent 70%
    )
    calc(var(--j) * 100%) 50% / calc(var(--q) * 0.625em) 105% no-repeat;
  font: 1.2em / 1.5 oswald, sans-serif; /* Increase font size for better readability */
  counter-increment: c;
}

.article:before {
  position: absolute;
  right: calc(var(--q) * (var(--i) * 100% - var(--i) * 5em));
  bottom: calc(var(--q) * 50%);
  width: calc(var(--q) * 5em + var(--p) * 100%); /* Increase size of the "step" badge */
  height: calc(var(--q) * 10em + var(--p) * 100%);
  border-radius: 0.75em 0.75em 0 0;
  transform-origin: calc(var(--j) * 100%) 100%;
  transform: rotate(calc(var(--s) * var(--q) * -90deg))
    translate3d(calc(var(--s) * var(--q) * 50%), 0, -1px);
  background: linear-gradient(#fff 2em, var(--slist));
  font-size: 2.5em; /* Larger font size for the badge */
  line-height: 2.5;
  text-align: center;
  filter: drop-shadow(calc(var(--s) * var(--q) * -0.25em) -0.25em 0.5em rgba(0, 0, 0, 0.5));
  content: " الهدف "   counter(c, decimal-leading-zero,arabic-indic ) ;
}

article:after {
  grid-column: calc(1 + var(--i));
  grid-row: 1 / span calc(2 - var(--p));
  align-self: center;
  font-size: 4em; /* Larger size for the icon */
  text-align: center;
  filter: grayscale(1);
  content: attr(data-icon);
}

h3 {
  align-self: center;
  text-transform: uppercase;
  font-size: 1.5em; /* Larger heading size */
}

p {
  grid-column: calc(1 + var(--j) * var(--q)) / span calc(1 + var(--p));
  grid-row: 2;
  font-size: 1.5em; /* Larger paragraph size */
  text-align: right !important;
}

h3, p {
  box-sizing: border-box;
  padding: 0.125em 1.625rem;
  text-align: var(--narr, var(--parity, right));
  color: #fff;
}

h3 {
  align-self: center;
  text-transform: uppercase;
}

p {
  grid-column: calc(1 + var(--j)*var(--q))/span calc(1 + var(--p));
  grid-row: 2;
}
/* Mobile view: stack articles vertically */

@media screen and (max-width: 768px) {
  .split-section {
    flex-direction: column; /* Ensure stacking on mobile */
  }

  .goal {
    flex-direction: column; /* Stack articles */
    gap: 1em; /* Spacing between stacked items */
    --wide: 0;

  }

  article {
    width: 100%; /* Full width for articles on mobile */
    margin-bottom: 1em; /* Add spacing below each article */
  }

  .image-side {
    margin-top: 1em; /* Add spacing above the image */
    order: 2; /* Ensure image appears after articles */
  }
  .article:before {
    position: absolute;
    right: calc(var(--q) * (var(--i) * 100% - var(--i) * 5em));
    bottom: calc(var(--q) * 50%);
    width: calc(var(--q) * 6em + var(--p) * 100%);
    height: calc(var(--q) * 12em + var(--p) * 100%);
    border-radius: 0.75em 0.75em 0 0;
    transform-origin: calc(var(--j) * 100%) 100%;
    transform: rotate(calc(var(--s) * var(--q) * -90deg)) translate3d(calc(var(--s) * var(--q) * 50%), 0, -1px);
    background: linear-gradient(#fff 2em, var(--slist));
    font-size: 2.5em;
    line-height: 2.5;
    text-align: center;
    filter: drop-shadow(calc(var(--s) * var(--q) * -0.25em) -0.25em 0.5em rgba(0, 0, 0, 0.5));
    content: " الهدف " counter(c, decimal-leading-zero,arabic-indic );
}
p {
  grid-column: calc(1 + var(--j) * var(--q)) / span calc(1 + var(--p));
  grid-row: 2;
  font-size: 1.8em;
  text-align: right !important;
}
}


/* ///////////////////////////////////// */



/* ////////////////////// */
button[aria-selected="false"] {
  background-color: hsl(207, 100%, 100%);
  color: var(--accent-dark);
  outline: 1px solid #0003;
}

button[aria-selected="true"] {
  /* background: var(--accent-blue);
  color: var(--text-clr);
  font-weight: 600; */
  background: hsl(32deg 62% 46%);
  color: white;
  font-weight: 900;
}

button[aria-selected="false"]:where(:hover, :focus-visible) {
  outline: 2px solid hsl(32deg 62% 46%);
  outline-offset: -2px;
}

button[aria-selected="false"]:where(:hover, :focus-visible) .icon__for--tab {
  color: var(--accent-blue);
}

button[aria-selected="false"]:where(:hover, :focus-visible) .text__for--tab {
  color: var(--text-clr);
}

button[aria-selected="false"]:active {
  background-color: hsl(207, 100%, 90%);
  transform: scale(0.95);
}

button[aria-selected="true"] .icon__for--tab {
  color: #fff;
}

.tab__navigation:is(:hover, :focus-visible)
  button[aria-selected="false"]:not(:hover) {
  opacity: 0.8;
  background-color: hsl(207, 10%, 91%);
}

:root {
  --accent-blue: hsl(207, 74%, 61%);
  --accent-dark: hsl(207, 10%, 45%);
  --text-clr: hsl(210, 10%, 30%);

  --space-025: 0.25rem;
  --space-05: 0.5rem;
  --space-075: 0.75rem;
  --space-1: 1rem;
  --space-125: 1.25rem;
  --space-15: 1.5rem;
  --space-2: 2rem;

  --width-max: 50rem;
  --width-min: 22.5rem;
  --fullSize: 100%;
  --fullHeight: 100vh;
  --flex-flow: 38rem;
  --padding--flow: calc(var(--fullSize) - var(--space-2));
}

/* body {
  display: flex;
  min-block-size: 100vh;
  font-size: 16px;
  font-family: sans-serif;
  background-color: rgb(207, 212, 216);
} */

.tabs {
  /* max-inline-size: min(var(--padding--flow), var(--width-max)); */
  min-inline-size: var(--width-min);
  margin: auto;
  border-radius: 0.35rem;
  gap: var(--space-1) 0;
  background: hsl(207, 10%, 96%);
  box-shadow: 0 0.5em 0.35em #0003, 0 0.8em 1.4em #0003;
}

.content--flow {
  --sidebar-width: 13rem;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.sidebar {
  padding: var(--space-05);
  flex: 1 1 var(--sidebar-width);
}

.tab__navigation {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-05);
  /* height: var(--fullSize); */
}
.val-img{
  display: flex;
    justify-content: end;
}

.val-img img{
  width: 300px; height: 300px;
}
.tab__button {
  display: flex;
  align-items: center;
  width: max-content;
  height: 7rem;
  flex: auto;
  gap: 0.55rem;
  border: none;
  outline: none;
}

.tab__button > * {
  padding: var(--space-05);
}

.icon__for--tab {
  display: inline-flex;
  height: 2rem;
  margin-inline: var(-space-05);
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
}

.icon__for--tab > i.fas {
  margin: 0;
  justify-content: flex-start;
  display: inline-flex;
  font-size: 1.125rem;
}

.text__for--tab {
  display: inline-flex;
  flex-grow: 1;
  align-items: center;
  line-height: 1;
  margin-inline: auto;
  font-size: 1.8rem;
}

@media (max-width: 639px) {
  .sidebar {
      padding: unset;
  }
  .tab__button {
    display: flex;
    flex-direction: column;
    border-radius: 0;
    min-height: 3.25rem;
    gap: 0;
  }
  .tab__navigation {
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    gap: var(--space-05);
    height: var(--fullSize);
}
  .tab__button > * + * {
      min-height: 1rem;
  }
}

@media (max-width: 560px) {
  .text__for--tab {
      display: flex;
  }
  .icon__for--tab {
      margin: auto;
  }
}

.content__area {
  display: flex;
  flex-grow: 999;
  min-height: 20rem;
  justify-content: start;
  flex-basis: calc((var(--flex-flow) - var(--fullSize)) * 999);
  position: relative;
}

.tab__content {
  /* display: flex;
  flex: 1; */
  justify-content: center;
  margin-inline: auto;
  padding: var(--space-05);
}

.span-tag {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: var(--accent-dark);
  opacity: 0.2;
  font-size: clamp(4rem, (-1.97rem + 20.78vw), 7rem);
  font-weight: 900;
}

.title {
  line-height: 1.6;
  padding-block-start: var(--space-1);
  /* color: var(--accent-blue); */
  color: hsl(32deg 54% 37%);
  text-align: center;
  font-size: 3rem;
  text-transform: capitalize;
}

.text {
  /* max-width: 45ch; */
  text-align: center;
  margin-inline: var(--space-1);
  color: var(--text-clr);
  /* font-size: 1.125rem; */
  font-size: 2.125rem;
  line-height: 40px;
}





.value {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.value::before {
  content: "";
  background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}
.body {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.body::before {
  content: "";
  background-image: url(../images/5082238.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}

.mission {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.mission::before {
  content: "";
  background-image: url(../images/5082238.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}

.blog {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.blog::before {
  content: "";
  background-image: url(../images/abstract-white-tone-memphis-social-background_53876-114373.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}

.test {
  position: relative;
  background: none; /* Remove the background directly from the element */
  z-index: 1;
}
.test::before {
  content: "";
  background-image: url(../images/5082238.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3; 
  z-index: -1;
}
/* ///////////////////////////// */

/* ///////////////////////////////////////////////// */
.link {
  display: block;
  text-align: center;
  color: #777;
  text-decoration: none;
  padding: 10px;
}

.movie_card {
  position: relative;
  display: block;
  width: 800px;
  height: 350px;
  margin: 80px auto;
  overflow: hidden;
  border-radius: 10px;
  transition: all 0.4s;
  box-shadow: 0px 0px 120px -25px rgba(0, 0, 0, 0.5);
}
.movie_card:hover {
  transform: scale(1.02);
  box-shadow: 0px 0px 80px -25px rgba(0, 0, 0, 0.5);
  transition: all 0.4s;
}
.movie_card .info_section {
  position: relative;
  width: 100%;
  height: 100%;
  background-blend-mode: multiply;
  z-index: 2;
  border-radius: 10px;
}
.movie_card .info_section .movie_header {
  position: relative;
  padding: 25px;
  height: 40%;
}
.movie_card .info_section .movie_header h1 {
  color: black;
  font-size: 20px;
  font-weight: 600;
}
.movie_card .info_section .movie_header h4 {
  color: #555;
  font-weight: 400;
}
.movie_card .info_section .movie_header .minutes {
  display: inline-block;
  margin-top: 15px;
  color: #555;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.movie_card .info_section .movie_header .type {
  display: inline-block;

  color: #585656;
    margin-left: 10px;
    font-size: 20px;
}
.movie_card .info_section .movie_header .locandina {
  position: relative;
  float: left;
  margin-right: 20px;
  height: 120px;
  box-shadow: 0 0 20px -10px rgba(0, 0, 0, 0.5);
}
.movie_card .info_section .movie_desc {
  padding: 25px;
  height: 50%;
}
.movie_card .info_section .movie_desc .text {
  color: #545454;
}
.movie_card .info_section .movie_social {
  height: 10%;
  padding-left: 15px;
  padding-bottom: 20px;
}
.movie_card .info_section .movie_social ul {
  list-style: none;
  padding: 0;
}
.movie_card .info_section .movie_social ul li {
  display: inline-block;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s;
  transition-delay: 0.15s;
  margin: 0 10px;
}
.movie_card .info_section .movie_social ul li:hover {
  transition: color 0.3s;
  color: rgba(0, 0, 0, 0.7);
}
.movie_card .info_section .movie_social ul li i {
  font-size: 19px;
  cursor: pointer;
}
.movie_card .blur_back {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
  right: 0;
  background-size: cover;
  border-radius: 11px;
}

@media screen and (min-width: 768px) {
  .movie_header {
    width: 65%;
  }

  .movie_desc {
    width: 50%;
  }

  .info_section {
    background: linear-gradient(to right, #e5e6e6 50%, transparent 100%);
  }

  .blur_back {
    width: 80%;
    background-position: -100% 10% !important;
  }
}
@media screen and (max-width: 768px) {
  .movie_card {
    width: 95%;
    margin: 70px auto;
    min-height: 350px;
    height: auto;
  }

  .blur_back {
    width: 100%;
    background-position: 50% 50% !important;
  }

  .movie_header {
    width: 100%;
    margin-top: 85px;
  }

  .movie_desc {
    width: 100%;
  }

  .info_section {
    background: linear-gradient(to top, #e5e6e6 50%, transparent 100%);
    display: inline-grid;
  }
}
.bright_back {
  background: url("https://occ-0-2433-448.1.nflxso.net/art/cd5c9/3e192edf2027c536e25bb5d3b6ac93ced77cd5c9.jpg");
}

.tomb_back {
  background: url("../images/23.jpg");
}

.ave_back {
  background: url("https://www.gannett-cdn.com/-mm-/c03fd140debe8ad4c05cf81a5cad7ad61a12ce52/c=0-1580-2985-3266&r=x803&c=1600x800/local/-/media/2017/06/09/USATODAY/USATODAY/636326272873599176-Black-Panther-Teaser.jpg");
}









/* ///////////////////////////////////// */

.test{

  display: grid;
  place-items: center;
  font-family: "Passion One", cursive;
  font-weight: 400;
  perspective: 500px;
  -webkit-perspective: 500px;
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  direction: rtl;
  margin-bottom:20px;
}

.testimonial {
  background: var(--color-red);
  /* background: linear-gradient(215deg, #ff567e 0%, #ff003d 35%, #da0034 70%); */
  background: linear-gradient(215deg, #c78d49 0%, #bf7c2e 35%, #be7b2c 70%);
  background-size: 200% 200%;
  padding: 30px;
  border-radius: 20px;
  width: 400px;
  position: relative;
  color: white;
  animation: spin 12s infinite 0.2s ease-in-out, shade 12s infinite 0.2s ease-in-out;
}

.testimonial:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -22px;
  right: 0;
  background: var(--color-red);
  /* background: linear-gradient(215deg, #ff567e 0%, #ff003d 35%, #da0034 70%); */
  background: linear-gradient(215deg, #c78d49 0%, #bf7c2e 35%, #be7b2c 70%);
  background-size: 200% 200%;
  clip-path: polygon(80% 80%, 90% 100%, 90% 80%);
  animation: shade 12s infinite 0.2s ease-in-out;
}

.testimonial:before {
  content: "";
  width: 300px;
  height: 50px;
  left: 50px;
  top: 50px;
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  transform: translateY(200px) translateZ(-50px) rotateX(90deg);
  filter: blur(20px);
}

.testimonial.hid {
  display: none;
}

.testimonial h3.b,
.testimonial h3.c,
.testimonial p.b,
.testimonial p.c {
  display: none;
}

.testimonial h3 {
  font-size: 22px;
  font-weight: 700;
  /* line-height: 26px;
  margin-bottom: 15px; */
}

@keyframes spinnew {
  0% {
    transform: rotateY(90deg) rotateX(0deg);
  }
  5% {
    transform: rotateY(38deg) rotateX(8deg);
  }
  95% {
    transform: rotateY(-30deg) rotateX(-2deg);
  }
  100% {
    transform: rotateY(-90deg) rotateX(0deg);
  }
}
@keyframes spin {
  0%, 100% {
    transform: rotateY(-30deg) rotateX(-2deg);
  }
  50% {
    transform: rotateY(38deg) rotateX(8deg);
  }
}
@keyframes shade {
  0%, 100% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
}
@keyframes showhide {
  0% {
    display: block;
  }
  33.3333% {
    display: block;
  }
  33.3334% {
    display: none;
  }
  100% {
    display: none;
  }
}
/* ---- forget this! ---- */
.hero1 {
  background-image: url("https://images.unsplash.com/photo-1568640347023-a616a30bc3bd?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ1MTcyMTd8&ixlib=rb-4.0.3&q=85");
  /*photo by okeykat for Unsplash */
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 100px 0;
  color: black;
  -webkit-text-stroke: 1px hotpink;
  text-stroke: 1px hotpink;
}

.hero1 h1,
.hero2 h1 {
  font-size: 3rem;
  margin-bottom: 0.5rem;
}

.hero1 p {
  font-size: 1.5rem;
}

h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}

.hero2 {
  background-color: #8e9eb8;
  background-image: url("https://images.unsplash.com/photo-1649923625228-3d2c89437a6e?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ1MTk2ODh8&ixlib=rb-4.0.3&q=85"), url("https://images.unsplash.com/photo-1582798358481-d199fb7347bb?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ1MjQxMjJ8&ixlib=rb-4.0.3&q=85");
  /* photo by Susan Q Yin for Unsplash */
  background-position: left, right;
  background-size: contain;
  background-blend-mode: hard-light;
  background-repeat: no-repeat;
  text-align: center;
  padding: 150px 0;
  color: white;
  text-shadow: 1px -1px 1px black;
}

.menu {
  display: flex;
  justify-content: space-around;
  padding: 0.5rem 0;
}

.menu-item {
  width: 30%;
  text-align: center;
}

.menu-item h2 {
  font-size: 1.5rem;
}

.menu-item ul {
  list-style: none;
  font-size: 1.2rem;
}

@media all and (max-width: 500px) {
  .hero2 {
    background-image: url("https://images.unsplash.com/photo-1649923625228-3d2c89437a6e?crop=entropy&cs=srgb&fm=jpg&ixid=M3wzMjM4NDZ8MHwxfHJhbmRvbXx8fHx8fHx8fDE2ODQ1MTk2ODh8&ixlib=rb-4.0.3&q=85");
    /* photo by Michael G for Unsplash */
    background-position: center;
    background-size: cover;
    background-blend-mode: hard-light;
    background-repeat: no-repeat;
  }

  .menu {
    flex-direction: column;
    align-items: center;
  }

  .menu-item {
    width: 80%;
    padding: 0.5rem 0;
    border-bottom: 1px dotted black;
  }
}

.testimonials {
  display: grid;
  place-items: center;
  font-family: "Passion One", cursive;
  font-weight: 400;
  perspective: 500px;
  -webkit-perspective: 500px;
  perspective-origin: 50% 50%;
  -webkit-perspective-origin: 50% 50%;
  direction: rtl;
  position: relative;
  width: 450px;
  height: 280px;
}

.testimonial {
  /* background: linear-gradient(215deg, #ff567e 0%, #ff003d 35%, #da0034 70%); */
  background: linear-gradient(215deg, #c78d49 0%, #bf7c2e 35%, #be7b2c 70%);
  background-size: 200% 200%;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  animation: spin 20s infinite ease-in-out;
  opacity: 0;
  transform: scale(0.9) rotateY(-90deg);
}

.testimonial:nth-child(1) {
  animation-delay: 0s;
}

.testimonial:nth-child(2) {
  animation-delay: 10s;
}

.testimonial:nth-child(3) {
  animation-delay: 20s;
}

.testimonial:nth-child(4) {
  animation-delay: 30s;
}

.testimonial:nth-child(5) {
  animation-delay: 40s;
}
.testimonial:nth-child(6) {
  animation-delay: 50s;
}
.testimonial:nth-child(7) {
  animation-delay: 60s;
}
.testimonial:nth-child(8) {
  animation-delay: 70s;
}
.testimonial:nth-child(9) {
  animation-delay: 80s;
}
.testimonial:nth-child(10) {
  animation-delay: 90s;
}
.testimonial:nth-child(11) {
  animation-delay: 100s;
}

@keyframes spin {
  0%, 100% {
    opacity: 0;
    transform: scale(0.9) rotateY(-90deg);
  }
  25% {
    opacity: 1;
    transform: scale(1) rotateY(0deg);
  }
  75% {
    opacity: 0;
    transform: scale(0.9) rotateY(90deg);
  }
}
 
@media (max-width:768px){
  header{
    direction: ltr;
  }
  .test {

    margin-bottom: 0px;
}
  .testimonials {
    display: grid;
    place-items: center;
    font-family: "Passion One", cursive;
    font-weight: 400;
    perspective: 500px;
    -webkit-perspective: 500px;
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 51% 51%;
    direction: rtl;
    position: relative;
    width: 315px;
    height: 360px;
}
.testimonial {
  /* background: linear-gradient(215deg, #ff567e 0%, #ff003d 35%, #da0034 70%); */
  background: linear-gradient(215deg, #c78d49 0%, #bf7c2e 35%, #be7b2c 70%);
  background-size: 137% 199%;
  padding: 30px;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  color: white;
  animation: spin 20s infinite ease-in-out;
  opacity: 0;
  transform: scale(0.9) rotateY(-90deg);
}
}
/* @keyframes shade {
  0%, 100% {
    background-position: 0% 100%;
  }
  50% {
    background-position: 100% 0%;
  }
} */

/* 
.section-padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
.site-footer {
  border-bottom: 10px solid #c3a8d0;
  position: relative;
}

.site-footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 200px 200px;
  border-color: transparent transparent #a48db7 transparent;
  pointer-events: none;
}

.site-footer-title {
  color: var(--primary-color); 
}

.site-footer .dropdown-menu {
  padding: 0;
}

.site-footer .dropdown-item {
  color: var(--p-color);
  font-size: var(--menu-font-size);
  font-weight: var(--font-weight-medium);
  padding: 4px 18px;
}

.site-footer .dropdown-item:hover {
  background-color: transparent;
  color: var(--primary-color);
}

.site-footer .dropdown-menu li:first-child .dropdown-item {
  padding-top: 10px;
}

.site-footer .dropdown-menu li:last-child .dropdown-item {
  padding-bottom: 12px;
}

.site-footer .dropdown-toggle {
  background-color: var(--secondary-color);
  border-color: var(--white-color);
}

.site-footer .dropdown-toggle:hover {
  background-color: var(--primary-color);
  border-color: transparent;
}

.site-footer-links {
  padding-left: 0;
}

.site-footer-link-item {
  display: block;
  list-style: none;
  line-height: normal;
}

.site-footer-link {
  color: var(--secondary-color);
  font-size: var(--copyright-font-size);
  font-weight: var(--font-weight-medium);
  line-height: normal;
}

.copyright-text {
  font-size: var(--copyright-font-size);
}

@media screen and (max-width: 991px) {
 
  .section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
  }} */