* {
  padding: 0%;
  margin: 0%;
  scroll-behavior: smooth;
  box-sizing: border-box;
}
/* Navbar-fixed  Start*/
.Navbar-fixed {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 5;
  background: linear-gradient(50deg, #135d66 50%, #9bbec8 50%, Transparent);
  background-color: rgb(3, 3, 3);
}

.bg-ImgCover {
  background: url(images/Bg-cover.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60%;

  height: 80vh;
}
/* Navbar-fixed  end*/

/* captionCarousel Start*/
.captionCarousel {
  margin-bottom: 10rem;
}

/* .carousel-style Start*/
.carousel-style {
  margin-top: -2.5rem;
}

.carousel-item img {
  height: 80vh;
  object-fit: cover;
}
/* .carousel-style End*/

/* captionCarousel end*/

/* Common Btn Start*/

/* Btn-Fast-hover-Start */
.Btn-Fast-hover {
  color: white;
  padding: 10px 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  z-index: 0;
  background: white;
  overflow: hidden;
  border: 2px solid #135d66;
  color: #135d66;
}
.Btn-Fast-hover:hover {
  color: white;
}
.Btn-Fast-hover:hover:after {
  width: 100%;
}
.Btn-Fast-hover:after {
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.4s linear;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #135d66;
}

/* Btn-Fast-hover-end */
/* Btn-Second-hover-Start */
.Btn-Second-hover {
  color: white;
  padding: 10px 18px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 4px;
  z-index: 0;
  background: white;
  overflow: hidden;
  border: 2px solid #0a0a0ab6;
  color: #0a0a0ab6;
}
.Btn-Second-hover:hover {
  color: white;
}
.Btn-Second-hover:hover:after {
  width: 100%;
}
.Btn-Second-hover:after {
  padding: 0px 20px;
  content: "";
  position: absolute;
  z-index: -1;
  transition: all 0.4s linear;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #0a0a0ab6;
}

/* Btn-Second-hover-end */
/* See More Courses-Register-now-Start */

.seeCourseRegister {
  color: white;
  padding: 12px 24px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.4s linear;
  position: relative;
  display: inline-block;
  outline: none;
  border-radius: 5px;
  border: none;
  box-shadow: inset 3px 3px 3px 0px rgba(255, 255, 255, 0.5),
    8px 8px 21px 0px rgba(0, 0, 0, 0.1), 5px 5px 6px 0px rgba(0, 0, 0, 0.1);
  background: #04242c;
  z-index: 1;
}
.seeCourseRegister:hover:after {
  width: 100%;
  left: 0;
}
.seeCourseRegister:after {
  border-radius: 5px;
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  box-shadow: inset 3px 3px 3px 0px rgba(255, 255, 255, 0.233),
    8px 8px 21px 0px rgba(0, 0, 0, 0.1), 5px 5px 6px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s linear;
  background-color: #9bbec8;
  right: 0;
}
.seeCourseRegister:active {
  top: 2px;
}

/* See More Courses-Register-now-end */

/* check-out-btn  Start*/
.checkOut-btns {
  text-transform: uppercase;
  padding: 0px;
  font-size: 10px;
  font-weight: 300;
  font-family: monospace;
  background-color: black;
  color: white;
  padding: 4px 6px;
  margin: 0px 10px;
  border-radius: 6px;
}
.checkOut-btns:hover {
  background-color: #04242c;
  color: white;
}
/* check-out-btn End*/
/* Common Btn End*/

/* Animation-Button  Start*/

.Animation-Button {
  width: 289px;
  height: 50px;
  border: none;
  outline: none;
  color: white;
  background: #111;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}

.Animation-Button:before {
  content: "";
  background: linear-gradient(
    45deg,
    #3b1c1cc3,
    #ff7300e8,
    #5c5b30c9,
    #49fb03b2,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: hireme 20s linear infinite;
  opacity: 0;
  transition: opacity 0.3s linear;
  border-radius: 10px;
}

.Animation-Button:active {
  color: #000;
}

.Animation-Button:active:after {
  background: transparent;
}

.Animation-Button:before {
  opacity: 1;
}

.Animation-Button:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #111;
  left: 0;
  top: 0;
  border-radius: 10px;
}

@keyframes hireme {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* Animation-button  End*/

/* RegisterBackground Start*/
.RegisterBac {
  background-color: rgba(41, 38, 38, 0.185);
  padding: 42px 18px;
  font-weight: 500;
  border-radius: 8px;
  border-left: rgb(0, 0, 0) 8px solid;
}
/* RegisterBackground End*/

/* accordionStye Start*/
.accordionStye {
  background-color: #0d0d0e36;
  border-radius: 4px;
  margin-bottom: 22px;
}
/* accordionStye End*/

/* Cards Animation Start*/

.CardBox-Hed {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}

.CardBox {
  border-radius: 16px;
  position: relative;
}
.CardBox img {
  width: 100%;
  border-radius: 10px;
  transition: transform 0.6s;
}
.Card-Title {
  background: linear-gradient(transparent, rgba(22, 21, 21, 0.74) 40%);
  position: absolute;
  border-radius: 10px;
  height: 0px;
  width: 100%;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 40px;
  text-align: center;
  transition: height 0.7s;
}

.CardBox:hover img {
  transform: scale(1.1);
}
.CardBox:hover .Card-Title {
  height: 100%;
}

/* Cards Animation end */

/* responsive Mobiles-Tablets- Laptops*/

@media only screen and (min-width: 321px) and (max-width: 768px) {
  .bg-ImgCover {
    background-position: 50%;
    height: 45vh;
  }
  .carousel-item img {
    height: 100%;
  }
 
  .carousel-caption {
    margin-bottom: -1rem;
}
  .Animation-Button {
    width: 210px;
  }

  .RegisterBac {
    background-color: rgba(41, 38, 38, 0.185);
    padding: 42px 18px;
    font-weight: 500;
    border-radius: 8px;
    border-top: rgb(0, 0, 0) 8px solid;
    border-left: none;
  }

  /* if you want AOS responsive  */

  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
  /* if you want AOS responsive  */
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .bg-ImgCover {
    background-position: 50%;
    height: 50vh;
  }

  .carousel-item img {
    height: 100%;
  }
  .captionCarousel {
    margin-bottom: 7rem;
  }
  .Animation-Button {
    width: 250px;
  }

  /* if you want AOS responsive  */

  [data-aos] {
    opacity: 1 !important;
    transform: translate(0) scale(1) !important;
  }
  /* if you want AOS responsive  */
}
