* {
  margin: 0px;
  padding: 0px;
}

#navigation {
  height: 70px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-around;
  /* position: fixed;
  z-index: 1000;
  width: 100% ;  */
}

.logo>img {
  color: white;
}

.links {
  height: 60px;
  width: 670px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links>a {
  font-size: 20px;
  color: rgb(0, 0, 0);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}

.links>a:hover {
  /* background-color: black; */
  color: #ec5252;
  /* color: rgb(255, 255, 255); */
}

.buy-courses {
  width: 70px;
  display: flex;
  justify-content: space-between;

  i {
    color: black;
    font-size: 23px;

  }

  i:hover {
    /* background-color: black; */
    color: #ec5252;
  }
}

#toggle {
  display: none;
}

@media (max-width: 933px) {
  .links {
    display: none;
    flex-direction: column;
    z-index: 1000;
    position: absolute;
    
  }

  .buy-courses>a>i {
    display: none;
  }

  #toggle {
    display: block;
  }

  .slider>img {
    height: 933px;
    width: 933px
  }

  .grid {
    display: grid;
    margin: 1.5%;
    grid-template-columns: repeat(1, 4fr);
    grid-template-rows: repeat(4, 100px);
    row-gap: 15px;
    column-gap: 15px;
    /* background-color: aqua; */
  }
  .inside-image-details
  {
    width: 200px;
  }
  .main-inside
  {
    flex-direction: column;
  }
}

@media (max-width: 1300px)
{
  .main-inside
  {
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
    align-items: center;
    width: 150px;
  }
}


#toggle :hover {
  .links {
    display: block;
  }
}

.slider-container {
  position: relative;
  height: 600px;
  overflow: hidden;
}

.slides li {
  position: absolute;
  display: table;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transform: translateX(100%);
  transition: transform .5s ease;
}

.slides li.selected {
  z-index: 2;
  transform: translateX(0);
}

.slides li.move-left {
  transform: translateX(-100%);
}

.slides li.visible {
  z-index: 2;
}

.slides li:nth-child(1) {
  background: url(./slider-1.jpg) no-repeat center center;
  background-size: cover;
}

.slides li:nth-child(2) {
  background: url(./slider-2.jpg) no-repeat center center;
  background-size: cover;
}

.slides li:nth-child(3) {
  background: url(./slider-3.jpg) no-repeat center center;
  background-size: cover;
}

.slides li:nth-child(4) {
  background: url(./slider-4.jpg) no-repeat center center;
  background-size: cover;
}

.slides li>div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #fff;
}

.slides h2 {
  margin-top: 0;
}

.slider-nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.slider-nav a {
  position: absolute;
  z-index: 3;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.slider-nav a.next {
  left: auto;
  right: 10px;
}

.slider-dot-nav {
  position: absolute;
  z-index: 3;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.slider-dot-nav li {
  display: inline-block;
  margin-right: 15px;
}

.slider-dot-nav a {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background .3s ease;
}

.slider-dot-nav a.selected {
  background: #fff;
}

.text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

.grid {
  display: grid;
  margin: 1.5%;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: repeat(4, 180px);
  row-gap: 15px;
  column-gap: 15px;
  /* background-color: aqua; */
}

.box {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  justify-content: center;
  display: flex;
  align-items: center;
}

.grid-details {

  display: table-column;
  align-items: center;
}

.course-box {
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-perent {
  height: 400px;
  background-color: white;
  width: 80%;
}

.explore {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.explore-text {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  color: #ec5252;
}

.view-all {
  height: 60px;
  width: 150px;
  background-color: #ec5252;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 7px;
  
}

.view-all-details > a {
  color: WHITE;
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
}

.eye > a {
  font-size: 20px;
  color: white;
}

.select-course {
  position: relative;
  top: 20px;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
}

.coure-perent {
  position: relative;
  top: 15px;
  margin-top: 20px;
  height: 300px;
  background-color: #ec5252;
  width: 300px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.round {
  height: 100px;
  width: 100px;
  background-color: #f65c5c;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 50px;
  color: white;
}

.course-bca {
  position: relative;
  top: 10px;
  font-size: 20px;
  color: white;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;

}

.course-subjects {
  position: relative;
  top: 20px;
  color: white;
  font-weight: bolder;
  font-family: Arial, Helvetica, sans-serif;
}

.coure-perent:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.view-all:hover{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
.back-image
{
  height: 800px;
  background-color: aqua;
  background-image: src("./");
}

.back-image:hover{
  width: 100%;
}

.back-image{
    background-image: url(./grid-image.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.inside-image-details
{
  height: 500px;
  width: 500px;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dummy
{
  height: 600px;
  width: 500px;
  /* background-color: white; */
}

.back-image-inside-inside{
  height: 400px;
  width: 450px;
  /* background-color: aqua; */
}
.back-inside-details
{
  font-family: Arial, Helvetica, sans-serif;
  color: #f65c5c;
  font-weight: bolder;
  font-size: 20px;
}

.back-inside-about-text
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bolder;
  font-size: 35px;
  position: relative;
  top: 30px;
  bottom: 20px;
}

.inside-its
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: bolder;
  font-size: 15px;
  position: relative;
  top: 50px;
}

.inside-paragraph
{
  font-family: Arial, Helvetica, sans-serif;
  color: #000000;
  font-size: 15px;
  position: relative;
  top: 80px;
}

.inside-learn-more
{
  width: 170px;
  height: 60px;
  background-color: #ec5252;
  position: relative;
  top: 110px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}


.inside-icon
{
  color: white;
  font-size: 25px;
}
.inside-details
{
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: white;
}
/* 

.gallery {
  width: 70%;
  margin: 0 auto;
  }
  .largeImg {
  display: grid;
  grid-template-columns: 1fr;
  }
  .largeImg img {
  max-width: 100%;
  display: none;
  }
  .largeImg img.active {
  display: block;
  animation: fadeIn 1s forwards ease;
  }
  @keyframes fadeIn {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
  transform: translateY(0);
  }
  } */

  .subjects-discover
  {
    height: 60px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 2%;
  }
.main-countainer
{
  margin-top: 4%;
  height: 450px;
  display: flex;
  justify-content: center;
}

.main-inside
{
  width: 83%;
  display: flex;
  justify-content: space-between;
}

.boxes
{
  height: 440px;
  width: 350px;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  border-radius: 10px;
  /* display: flex;
  flex-direction: column;
  align-items: center; */
}
.image-main
{
  height: 283px;
}

.title-tag
{
  margin-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bolder;
  font-size: 20px;
}

.semm
{
  margin-top: 5%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.icon-sem
{
  margin-top: 4%;
  display: flex;
  width: 90px;
  justify-content: space-between;
}