/*@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

:root {
  /*--color-primary: #6c63ff;*/
/*--color-primary:#424890;*/
/*--color-primary: #03548664;
  --color-success: #00bf8e;
  --color-warning: #f7c94b;
  /*--color-danger: #f75842;*/
/*--color-define: #ff3c78;
  --color-danger: #ff960b;
  --color-danger-variant: rgba(247, 88, 66, 0.4);
  --color-white: #fff;
  --color-light: rgba(255, 255, 255, 0.7);
  --color-black: #000;
  --color-bg: #1f2641;
  /*--color-bg1: #2e3267;*/
/*--color-bg1: #023055;

  --color-bg2: #03548664;



  --container-width-lg: 80%;
  --container-width-md: 90%;
  --container-width-sm: 94%;

  --transition: all 500ms ease;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-white);
  background: #071F30;
  overflow-x: hidden;




}

::-webkit-scrollbar {
  background: #000a11;
  /* width: 10px; *
}

/*::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, rgb(1, 1, 125), rgb(4, 4, 88), black);
  border-radius: 10px;
}


.container {
  width: var(--container-width-lg);
  margin: 0 auto;
}

section {
  padding: 4rem 0;

}

section h2 {
  text-align: center;
  margin-bottom: 4rem;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

a {
  color: var(--color-white);
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}






.btn {
  display: inline-block;
  border-color: rgb(121, 116, 116);
  background-color: none;
  padding: 1rem 2rem;
  border-top: 1px solid;
  border-right: 1px solid;
  font-weight: 500;
  transition: var(--transition);

}




.btn:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn-top {
  bottom: 10rem;
  position: absolute;
}

.btn-primary {
  background: var(--color-define);
  color: var(--color-white);
  border-radius: 30px;
  transition: all ease 0.5s;
  box-shadow: 0 0 20px 9px hsla(0, 4%, 5%, 0.19);

  border: 1px solid;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: #761142b1;


}


.button a span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 18px 30px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 60px;
}

.button a span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ff960b;
  z-index: -1;
  transition: all ease 0.5s;
}

.button a span:hover:before {
  width: 100%;
}





.imgg img {
  position: relative;
  width: 600px;
  height: 550px;
  background: radial-gradient(710px, #2f85f58c, transparent 40%);
  margin-top: -50px;

}

.grad1 {

  width: 600px;
  height: 550px;
  background: radial-gradient(610px, #2f85f58c, transparent 40%);



}

.grad2 {

  background: radial-gradient(600px, #2f85f58c, transparent 35%);

}

.grad3 {

  background: radial-gradient(600px, #2f85f58c, transparent 50%);

}

.grad4 {

  background: radial-gradient(500px, #2f85f58c, transparent 50%);

}


.grad a h4 {
  position: relative;
  width: 600px;
  height: 550px;
  background: radial-gradient(610px, #2f85f58c, transparent 40%);
  margin-top: 2px;
}












.shape img {
  position: absolute;
  width: 100%;
  z-index: -9;
  opacity: .2;
}

.shape .shape1 {
  right: -160px;
  top: -50px;
  width: 50px;

  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}

.shape .shape2 {
  left: -70px;
  bottom: -50px;
  width: 50px;

  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}

@keyframes shape {
  100% {
    transform: rotate(360deg);
  }
}

.shape .shape3 {
  top: 0;
  left: 0;
  width: 250px;

  transform-origin: center;
  animation: shape3 linear 20s infinite;
  transform: translate(-200px, -100px) rotate(0deg);
}

@keyframes shape3 {
  100% {
    transform: translate(1300px, 600px) rotate(360deg);
  }
}

.shape .shape4 {
  left: 0;
  bottom: 0;
  width: 150px;

  transform-origin: center;
  animation: shape4 linear 20s infinite 5s;
  transform: translate(700px, 80px) rotate(0deg);
}

@keyframes shape4 {
  100% {
    transform: translate(1200px, -800px) rotate(360deg);
  }
}

.shape .shape5 {
  left: 500px;
  top: 0;
  width: 100px;

  transform-origin: center;
  animation: shape5 linear 25s infinite;
  transform: translate(0, -150px) rotate(0deg);
}

@keyframes shape5 {
  100% {

    transform: translate(0, 800px) rotate(720deg);
  }
}



/* ==================== MEDIA QUERIES (TABLETS) ================= */
/*@media screen and (max-width: 600px)*/

.social-menu ul {
  position: absolute;
  top: 64%;
  left: 33.5%;
  transform: translate(-50%, -50%);
  padding: 0;
  margin: 12rem -4rem 0px;
  display: flex;
}

.social-menu ul li {
  list-style: none;
  margin: 0 10px;
}

.social-menu ul li .fa {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  transition: 0.5s;
}

.social-menu ul li .fa:hover {
  color: #ffffff;
}

.social-menu ul li a {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: white;
  text-align: center;
  transition: 0.5s;
  transform: translate(0, 0px);
  box-shadow: 0px 7px 5px rgba(0, 0, 0, 0.5);
}

.social-menu ul li a:hover {
  transform: rotate(0deg) skew(0deg) translate(0, -10px);
}

.social-menu ul li:nth-child(1) a:hover {
  background-color: #3b5999;
}

.social-menu ul li:nth-child(2) a:hover {
  background-color: #55acee;
}

.social-menu ul li:nth-child(3) a:hover {
  background-color: #e4405f;
}

.social-menu ul li:nth-child(4) a:hover {
  background-color: #cd201f;
}

.social-menu ul li:nth-child(5) a:hover {
  background-color: #0077b5;
}

/* =================== NAVBAR ===================== *


nav {
  /*background: #071f30;*/
/*background: red;
  width: 20vw;
  height: 5rem;
  position: fixed;
  top: 0;
  z-index: 11;
  text-transform: uppercase;
  margin-top: 30px;
}

nav li {
  margin: -10px;
}

/* change navbar styles on scroll using javascript */
/*.window-scroll {
  background: #071F30;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.nav__container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__container a h4 {
  height: 100%;
  display: flex;
  padding-left: 70px;
  margin-top: 10px;
  align-items: center;
}

.logo {
  max-height: 2;
  max-width: 2;


}

nav button {
  display: none;

}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.nav__menu a {
  font-size: 0.9rem;
  /*transition: var(--transition);*/
/*}

.nav__menu li a{
  display: inline-block;
}

.nav__menu a:hover {
  color: #ff3c78;
}

.nav__menu a.signup {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  color: aqua;
  border: 2px solid rgba(255, 255, 255, 0.488);
  text-align: center;
  font-size: 0.9rem;
  border-radius: 30px;
  transition: var(--transition);
}

.nav__menu a.signup:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
  box-shadow: 5px 5px 5px orange;
}


.para1 {
  font-size: 1.5rem;
  line-height: 95%;
  letter-spacing: normal;
}

.landingpg {
  height: 760px;
}

.grad1 .pge1 {

  padding-top: 55px;
  font-weight: 400;
  font-size: 4rem;
  line-height: 90%;
  letter-spacing: -0.2rem;

}

/* =================== HEADER ===================== */
/*header {
  color: #619bcb;
  position: relative;
  top: 5rem;
  overflow: hidden;
  height: 70vh;
  margin-bottom: 5rem;

}

.header__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 5rem;
  height: 100%;
}

.header__left p {
  margin: 1rem 0 2.4rem;
}


.title-font b span {
  /*color: var(--color-danger)*/
/*background: linear-gradient(to top right, #6600ff 2%, #ff00ff 60%);
  animation: animate 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}


/* ============== VISION ============= */
/*.vision {
  font-weight: 600;
  font-size: 4rem;
  line-height: 90%;
  letter-spacing: -0.2rem;
}

/* ============== ACHIEVEMENTS ============= */
.achievement {
  padding-top: 5rem;
  height: auto;
}

.ach {
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
}

/* .about__achievements {
  margin-top: 3rem;
  background: var(--color-bg1);
} */

.about__achievements-container {
  display: grid;
  grid-template-columns: 40% 60%;
  gap: 5rem;
}

.about__achievements-right > p {
  margin: 1.6rem 0 2.5rem;
}

.achievements__cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 2rem;
  column-gap: 2rem;
}

.achievements__cards .achievement__card {
  background: var(--color-bg2);
  padding: 2rem;
  border-radius: 1rem;
  text-align: center;
  transition: var(--transition);
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #0077b5;
  box-shadow: 0 0 30px 0.1px hsla(0, 0%, 0%, 0.955);
  width: 250px;
}

.achievement__card:hover {
  background: var(--color-bg2);
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
}

.achievement__icon {
  background: var(--color-danger);
  padding: 0.6rem;
  border-radius: 1rem;
  display: inline-block;
  margin-bottom: 2rem;
  font-size: 2rem;
}

.achievement__card:nth-child(2) .achievement__icon {
  background: var(--color-success);
}

.achievement__card:nth-child(3) .achievement__icon {
  background: var(--color-primary);
}

.achievement__card p {
  margin-top: 1rem;
}

/* ==================== MEDIA QUERIES (TABLETS) ================= */
@media screen and (max-width: 1024px) {
  .about__achievements {
    margin-top: 2rem;
  }

  .about__achievements-container {
    grid-template-columns: 1fr;
    gap: 4rem;
  }

  .about__achievements-left {
    width: 80%;
    margin: 0 auto;
  }

  .team__container {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
  }

  .team__member {
    padding: 1rem;
  }

  .nav__menu a.signup {
    margin-left: 78px;
    margin-top: 2.1rem;
  }
}

/* ==================== MEDIA QUERIES (TABLETS) ================= */
/*@media screen and (max-width: 600px) {

  .team__container {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .team__member {
    padding: 0;
  }

  .team__member p {
    margin-bottom: 1.5rem;
  }

}*/
/*------------------------553 issue--------------------*/
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  list-style: none;
  box-sizing: border-box;
}

:root {
  /*--color-primary: #6c63ff;*/
  /*--color-primary:#424890;*/
  --color-primary: #03548664;
  --color-success: #00bf8e;
  --color-warning: #f7c94b;
  /*--color-danger: #f75842;*/
  --color-define: #ff3c78;
  --color-danger: #ff960b;
  --color-danger-variant: rgba(247, 88, 66, 0.4);
  --color-white: #fff;
  --color-light: rgba(255, 255, 255, 0.7);
  --color-black: #000;
  --color-bg: #1f2641;
  /*--color-bg1: #2e3267;*/
  --color-bg1: #023055;

  --color-bg2: #03548664;

  --container-width-lg: 80%;
  --container-width-md: 90%;
  --container-width-sm: 94%;

  --transition: all 500ms ease;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  color: var(--color-white);
  background: #071f30;
  overflow-x: hidden;
}

::-webkit-scrollbar {
  background: #000a11;
  /* width: 10px; */
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(to top, rgb(1, 1, 125), rgb(4, 4, 88), black);
  border-radius: 10px;
}

.container {
  width: var(--container-width-lg);
  margin: 0 auto;
}

section {
  padding: 4rem 0;
}

section h2 {
  text-align: center;
  margin-bottom: 4rem;
}

h1,
h2,
h3,
h4,
h5 {
  line-height: 1.2;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.6rem;
}

h4 {
  font-size: 1.3rem;
}

a {
  color: var(--color-white);
}

img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  border-color: rgb(121, 116, 116);
  background-color: none;
  padding: 1rem 2rem;
  border-top: 1px solid;
  border-right: 1px solid;
  font-weight: 500;
  transition: var(--transition);
}

.btn:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn-top {
  bottom: 7rem;
  position: absolute;
}

.btn-primary {
  background: var(--color-define);
  color: var(--color-white);
  border-radius: 30px;
  transition: all ease 0.5s;
  box-shadow: 0 0 20px 9px hsla(0, 4%, 5%, 0.19);

  border: 1px solid;
  border-top: 3px solid;
  border-right: 3px solid;
  border-color: #761142b1;
}

.button a span {
  position: relative;
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  line-height: -10rem;
  margin: 20px auto 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 15px 30px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-top: 60px;
}

.button a span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  border-radius: 50px;
  background-color: #ff960b;
  z-index: -1;
  transition: all ease 0.5s;
}

.button a span:hover:before {
  width: 100%;
}

.imgg img {
  position: relative;
  width: 600px;
  height: 550px;
  background: radial-gradient(710px, #2f85f58c, transparent 40%);
  margin-top: -50px;
}

.grad1 {
  width: 600px;
  height: 550px;
  background: radial-gradient(610px, #2f85f58c, transparent 40%);
}

.grad2 {
  background: radial-gradient(600px, #2f85f58c, transparent 35%);
}

.grad3 {
  background: radial-gradient(600px, #2f85f58c, transparent 50%);
}

.grad4 {
  background: radial-gradient(500px, #2f85f58c, transparent 50%);
}

.grad a h4 {
  position: relative;
  width: 600px;
  height: 550px;
  background: radial-gradient(610px, #2f85f58c, transparent 40%);
  margin-top: 2px;
}

#whatsdata {
  width: 30rem;
  margin-left: 45px;
  margin-right: 20px;
  animation: move 2s infinite alternate;
}

@keyframes move {
  100% {
    transform: translateY(-60px);
  }
}

.heading {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.shape img {
  position: absolute;
  width: 100%;
  z-index: -9;
  opacity: 0.2;
}

.shape .shape1 {
  right: -160px;
  top: -50px;
  width: 50px;

  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}

.shape .shape2 {
  left: -70px;
  bottom: -50px;
  width: 50px;

  transform-origin: center;
  animation: shape linear 30s infinite reverse;
}

@keyframes shape {
  100% {
    transform: rotate(360deg);
  }
}

.shape .shape3 {
  top: 0;
  left: 0;
  width: 250px;

  transform-origin: center;
  animation: shape3 linear 20s infinite;
  transform: translate(-200px, -100px) rotate(0deg);
}

@keyframes shape3 {
  100% {
    transform: translate(1300px, 600px) rotate(360deg);
  }
}

.shape .shape4 {
  left: 0;
  bottom: 0;
  width: 150px;

  transform-origin: center;
  animation: shape4 linear 20s infinite 5s;
  transform: translate(700px, 80px) rotate(0deg);
}

@keyframes shape4 {
  100% {
    transform: translate(1200px, -800px) rotate(360deg);
  }
}

.shape .shape5 {
  left: 500px;
  top: 0;
  width: 100px;

  transform-origin: center;
  animation: shape5 linear 25s infinite;
  transform: translate(0, -150px) rotate(0deg);
}

@keyframes shape5 {
  100% {
    transform: translate(0, 800px) rotate(720deg);
  }
}

/*--------navbar------------*/

nav {
  /*background: #071f30;*/
  /*background: transparent;*/
  width: 20vw;
  height: 5rem;
  position: fixed;
  top: 0;
  z-index: 11;
  text-transform: uppercase;
  margin-top: 30px;
  background: #071f30;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

nav li {
  margin: -20px;
}

/* change navbar styles on scroll using javascript */
.window-scroll {
  background: #071f30;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
}

.navbar {
  margin-top: 0;
  width: 100% !important;
}

nav {
  background: #071f30;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
  /* margin-left: -200px; */
}

.nav__container {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -210px;
}

.nav__container a h4 {
  height: 100%;
  display: flex;
  padding-left: 300px;
  margin-top: 10px;
  align-items: center;
}

.logo {
  max-height: 2;
  max-width: 2;
}

nav button {
  display: none;
}

.nav__menu {
  display: flex;
  align-items: center;
  gap: 10%;
  position: relative;
  top: 0;
  right: 0;
}

.nav__menu a {
  font-size: 0.9rem;
  transition: var(--transition);
}

.nav__menu li a {
  display: inline-block;
  margin: 10px 20px;
  /* margin-left: -1px; */
}

.nav__menu a:hover {
  color: #ff3c78;
}

.nav__menu a.signup {
  display: inline-block;
  width: 140px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
  color: aqua;
  border: 2px solid rgba(255, 255, 255, 0.488);
  text-align: center;
  font-size: 0.9rem;
  border-radius: 30px;
  transition: var(--transition);
}

.nav__menu a.signup:hover {
  background: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
  box-shadow: 5px 5px 5px orange;
}

.para1 {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height: 95%;
  letter-spacing: normal;
}

.landingpg {
  height: 760px;
}

.grad1 .pge1 {
  padding-top: 55px;
  font-weight: 400;
  font-size: 4rem;
  line-height: 90%;
  letter-spacing: -0.2rem;
}

.uli {
  position: absolute;
  top: 0;
  right: 0;
}

/* =================== HEADER ===================== */
header {
  position: relative;
  top: 5rem;
  overflow: hidden;
  height: 70vh;
  margin-top: 0;
  margin-bottom: -30rem;
}

body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100%;
    background: #07051a;
}

/*form{
    position: fixed;
    top: 20%;
    left: 90%;
    transform: translate(-50%,-50%);
    transition: all 1s;
    width: 50px;
    height: 50px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 25px;
    border: 4px solid rgb(0, 38, 250);
    padding: 5px;
}

input{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;;
    height: 42.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 20px;
    padding: 0 20px;
    background-color: transparent;
}

.fa{
    box-sizing: border-box;
    padding: 10px;
    width: 42.5px;
    height: 42.5px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    color: #1900ff;
    text-align: center;
    font-size: 1.2em;
    transition: all 1s;
}

form:hover,
form:valid{
    width: 200px;
    cursor: pointer;
}

form:hover input,
form:valid input{
    display: block;
}

form:hover .fa,
form:valid .fa{
    background: #1900ff;
    color: white;
}

form:valid a {
  display: block;
}*/

.header__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  height: 100%;
}

.header__left p {
  margin: 1rem 0 2.4rem;
}

.title-font b span {
  /*color: var(--color-danger)*/
  background: linear-gradient(to top right, #6600ff 2%, #ff00ff 60%);
  animation: animate 10s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
}

/* ===================== MEDIA QUERIES (TABLETS) ==================== */
@media screen and (max-width: 1024px) {
  .container {
    width: var(--container-width-md);
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  /* ====================== NAVBAR ===================== */
  nav button {
    display: inline-block;
    background: transparent;
    font-size: 1.8rem;
    color: var(--color-white);
    cursor: pointer;
  }

  nav button#close-menu-btn {
    display: none;
  }

  .nav__menu {
    position: fixed;
    top: 5rem;
    right: 5%;
    height: fit-content;
    width: 18rem;
    flex-direction: column;
    gap: 0;
    display: none;
  }

  .nav__menu li {
    width: 100%;
    height: 5.8rem;
    animation: animateNavItems 400ms linear forwards;
    transform-origin: top right;
    opacity: 0;
  }

  .nav__menu li:nth-child(2) {
    animation-delay: 200ms;
  }

  .nav__menu li:nth-child(3) {
    animation-delay: 400ms;
  }

  .nav__menu li:nth-child(4) {
    animation-delay: 600ms;
  }

  @keyframes animateNavItems {
    0% {
      transform: rotateZ(-90deg) rotateX(90deg) scale(0.1);
    }

    100% {
      transform: rotateZ(0) rotateX(0) scale(1);
      opacity: 1;
    }
  }

  .nav__menu li a {
    background: var(--color-primary);
    box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6);
    background: #071f30;
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }

  .nav__menu li a:hover {
    background: var(--color-bg2);
    color: var(--color-white);
  }

  /* ====================== HEADER ===================== */
  header {
    height: 52vh;
  }

  .header__container {
    gap: 0;
    padding-bottom: 3rem;
    margin-top: 4.5rem;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    height: 100%;
  }

  @media screen and (max-width: 600px) {
    .container {
      width: var(--container-width-sm);
    }

    /* ====================== NAVBAR ===================== */
    .nav__menu {
      right: 3%;
    }

    /* ====================== HEADER ===================== */
    header {
      height: 100vh;
    }

    .header__container {
      grid-template-columns: 1fr;
      text-align: center;
      margin-top: 0;
      margin-bottom: 0;
    }

    .header__left p {
      margin-bottom: 1.3rem;
    }
  }
}

/* =================== CATEGORIES ===================== */
.categories {
  background: var(--color-bg1);
  height: 32rem;
}

.categories h1 {
  line-height: 1;
  margin-bottom: 3rem;
}

.categories__container {
  display: grid;
  grid-template-columns: 40% 60%;
}

.categories__left {
  margin-right: 4rem;
}

.categories__left p {
  margin: 1rem 0 3rem;
}

.categories__right {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.2rem;
}

.category {
  background: var(--color-bg2);
  padding: 2rem;
  border-radius: 2rem;
  transition: var(--transition);
}

.category:hover {
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.category:nth-child(2) .category__icon {
  background: var(--color-danger);
}

.category:nth-child(3) .category__icon {
  background: var(--color-success);
}

.category:nth-child(4) .category__icon {
  background: var(--color-warning);
}

.category:nth-child(5) .category__icon {
  background: var(--color-success);
}

.category__icon {
  background: var(--color-primary);
  padding: 0.7rem;
  border-radius: 0.9rem;
}

.category h5 {
  margin: 2rem 0 1rem;
}

.category p {
  font-size: 0.85rem;
}

/* =================== POPULAR COURSES ===================== */

.courses {
  margin-top: 2rem;
}

.headingh2 {
  font-weight: 600;
  font-size: 30px;
}

.courses__container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.course__image img {
  border-radius: 20px;
}

.course:hover {
  background: var(--color-bg2);
  text-align: center;
  border-radius: 20px;
  transition: var(--transition);
  box-shadow: 0 0 30px 0.1px hsla(0, 0%, 0%, 0.955);
  border-color: #08b9b94b;
  border-top: 2px solid;
  border-right: 2px solid;
  border-color: #0077b5;
  border-image: auto;
  transform: scale(1.1);
  z-index: 1;
}

.course:hover {
  background: var(--color-bg2);
  box-shadow: 0 3rem 3rem rgba(0, 0, 0, 0.4);
}

.course__info {
  padding: 2rem;
  text-align: center;
}

.course__info p {
  margin: 1.2rem 0 2rem;
  font-size: 0.9rem;
}

/* =================== FAQs ===================== */
.faqs {
  background: var(--color-bg1);
  box-shadow: inset 0 0 3rem rgba(0, 0, 0, 0.5);
}

.faqs__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.faq {
  padding: 1.2rem;
  display: flex;
  align-items: center;
  gap: 1.2rem;
  height: fit-content;
  background: var(--color-primary);
  cursor: pointer;
  border-radius: 1%/9%;
  margin: 5px 17px;
}

.faq:hover {
  background: #0a486e;
  background-image: -webkit-linear-gradient(top, #0a486e, #108de0);
  background-image: -moz-linear-gradient(top, #0a486e, #108de0);
  background-image: -ms-linear-gradient(top, #0a486e, #108de0);
  background-image: -o-linear-gradient(top, #0a486e, #108de0);
  background-image: linear-gradient(to bottom, #0a486e, #108de0);
  text-decoration: none;
  transition-delay: 0.2s;
}

.faq h4 {
  font-size: 1.2rem;
  line-height: 2.2;
}

.faq__icon {
  font-size: 1.2rem;
  align-items: center;
}

.faq__icon:hover {
  animation: mymove 1s 1;
}

@keyframes mymove {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.faq p {
  margin-top: 0.8rem;
  display: none;
}

.faq.open p {
  display: block;
}

/* =================== FOOTER ===================== */
footer {
  background: var(--color-bg2);
  padding-top: 5rem;
  font-size: 0.9rem;
  padding: 3rem;
}

.footer__container {
  display: flex;

  gap: 5rem;
  justify-content: space-evenly;
  align-items: center;
}
.footer__1 {
  width: 250px;
}
.footer__2 {
  width: 250px;
}
.footer__3 {
  width: 250px;
}
.footer__container > div h4 {
  margin-bottom: 1.2rem;
}

.footer__1 p {
  margin: 0 0 2rem;
}

footer ul li {
  margin-bottom: 0.7rem;
}

footer ul li a:hover {
  text-decoration: underline;
  color: #00bf8e;
}

.footer__socials {
  display: flex;
  gap: 1rem;
  font-size: 1.2rem;
  margin-top: 2rem;
}

/* Add hover styles for social media icons */
.footer__socials li a:hover {
  color: #00bf8e;
}

/* Add hover styles for the footer links */
.footer__2 ul li a:hover,
.privacy li a:hover {
  text-decoration: underline;
  color: #00bf8e;
}

/* Add hover styles for the contact information */
.footer__4 p a:hover {
  color: var(--color-primary);
  color: #00bf8e;
}

/* Add hover styles for the footer copyright */
.footer__copyright {
  text-align: center;
  margin-top: 4rem;
  padding: 1.2rem 0;
  border-top: 1px solid var(--color-bg2);
}

/* Add hover styles for the author name */
.footer__copyright small span {
  cursor: pointer;
  text-decoration: underline;
}

.footer__copyright small span:hover {
  color: var(--color-primary);
  color: #00bf8e;
}

.footer__socials {
  transition: 1s;
}
.footer__socials:hover {
  transform: scale(1.3);
  z-index: 2;
}

/* ===================== MEDIA QUERIES (TABLETS) ==================== */
@media screen and (max-width: 1024px) {
  .container {
    width: var(--container-width-md);
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.7rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  /* ====================== NAVBAR ===================== */
  nav button {
    display: inline-block;
    background: transparent;
    font-size: 1.8rem;
    color: var(--color-white);
    cursor: pointer;
  }

  nav button#close-menu-btn {
    display: none;
  }

  .nav__menu {
    position: fixed;
    top: 5rem;
    right: 5%;
    height: fit-content;
    width: 18rem;
    flex-direction: column;
    gap: 0;
    display: none;
  }

  .nav__menu li {
    width: 100%;
    height: 5.8rem;
    animation: animateNavItems 400ms linear forwards;
    transform-origin: top right;
    opacity: 0;
  }

  .nav__menu li:nth-child(2) {
    animation-delay: 200ms;
  }

  .nav__menu li:nth-child(3) {
    animation-delay: 400ms;
  }

  .nav__menu li:nth-child(4) {
    animation-delay: 600ms;
  }

  @keyframes animateNavItems {
    0% {
      transform: rotateZ(-90deg) rotateX(90deg) scale(0.1);
    }

    100% {
      transform: rotateZ(0) rotateX(0) scale(1);
      opacity: 1;
    }
  }

  .nav__menu li a {
    background: var(--color-primary);
    box-shadow: -4rem 6rem 10rem rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }

  .nav__menu li a:hover {
    background: var(--color-bg2);
    color: var(--color-white);
  }

  /* ====================== HEADER ===================== */
  header {
    height: 2vh;
    margin-bottom: 4rem;
  }

  .header__container {
    gap: 0;
    padding-bottom: 3rem;
  }

  /* ====================== CATEGORIES ===================== */
  .categories {
    height: auto;
  }

  .categories__container {
    grid-template-columns: 1fr;
    gap: 3rem;
  }

  .categories__left {
    margin-right: 0;
  }

  /* ====================== POPULAR COURSES ===================== */
  .courses {
    margin-top: 0;
  }

  .courses__container {
    grid-template-columns: 1fr 1fr;
  }

  /* ====================== FAQs ===================== */
  .faqs__container {
    grid-template-columns: 1fr;
  }

  .faq {
    padding: 1.5rem;
  }

  /* ====================== FOOTER ===================== */
  .footer__container {
    grid-template-columns: 1fr 1fr;
  }
}

/* ======================== MEDIA QUERIES (PHONES) ======================= */
@media screen and (max-width: 990px) {
  .footer__container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5rem;
  }
}
@media screen and (max-width: 600px) {
  .container {
    width: var(--container-width-sm);
  }

  /* ====================== NAVBAR ===================== */
  .nav__menu {
    right: 3%;
  }

  /* ====================== HEADER ===================== */
  header {
    height: 1vh;
  }

  .header__container {
    grid-template-columns: 1fr;
    text-align: center;
    margin-top: 0;
  }

  .header__left p {
    margin-bottom: 1.3rem;
  }

  /* ====================== CATEGORIES ===================== */
  .categories__right {
    grid-template-columns: 1fr 1fr;
    gap: 0.7rem;
  }

  .category {
    padding: 1rem;
    border-radius: 1rem;
  }

  .category__icon {
    margin-top: 4px;
    display: inline-block;
  }

  /* ====================== POPULAR COURSES ===================== */
  .courses__container {
    grid-template-columns: 1fr;
  }

  /* ====================== TESTIMONIALS ===================== */
  .testimonial__body {
    padding: 1.2rem;
  }
  /*Adding style to chatbot in bot.css*/

  /* ====================== FOOTER ===================== */
  .footer__container {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .footer__1 p {
    margin: 1rem auto;
  }

  .footer__socials {
    justify-content: center;
  }
}

/* ====================== START OF SCROLL-TO-TOP BUTTON===================== */

.progress {
  background-color: #023055;
  position: fixed;
  bottom: 20px;
  right: 35px;
  margin-bottom: 90px;
  height: 60px;
  width: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 100;
  opacity: 0;
}
.opa {
  opacity: 1;
}
.progress:hover {
  background: transparent;
  background: #03e9f4;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px #03e9f4, 0 0 25px #03e9f4, 0 0 50px #03e9f4,
    0 0 100px #03e9f4;
}

.progress-value {
  display: block;
  height: calc(100% - 15px);
  width: calc(100% - 15px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #023055;
  z-index: 100;
}

/*-----------active tab for navbar------------ ✅✅*/
.active {
  padding: 5px 10px;
  border-radius: 20px;
  background-color: #1b4462;
}

/* ====================== END OF SCROLL-TO-TOP BUTTON ===================== */
