@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: "Rubik", sans-serif;
}

body {
  background: #f3f7ff !important;
  font-family: "Rubik", sans-serif;
}

/* <!-- ----------Button CSS-------------- --> */
.btn_btn {
  border: none;
  text-decoration: none;
  background-color: #39aacd;
  color: #f5f9ea;
  padding: 9px 35px;
  box-shadow: #e8faf8 0px 8px 24px;
  letter-spacing: 3px;
   
}
.btn_btn:hover {
  background-color: #f5f9ea;
  color: #39aacd;
  scale: 1.1;
  box-shadow: #39aacd 0px 8px 24px;
  transition: all 0.9s ease-in-out;
}

.btn_btn:active {
  scale: 1;
  background-color: #db7167;
  color: #f5f9ea;
}
/* <!-- ----------End Button CSS-------------- --> */

/* <!-- ----------Titel CSS-------------- --> */
.titelTag {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #666666;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.title {
  color: #39aacd;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}

/* <!-- ----------End Titel CSS-------------- --> */

 

/* ************************************************************* */
/* SECTION */
/* ************************************************************* */

/* <!-- ----------Navbar Css-------------- --> */
 
.navbar-toggler {
  color: #ffffff !important;
  border: none !important;
}
.navbar-toggler i {
  border: none;
  font-size: 30px;
}

.logo_sec a img {
   
  height: 55px;
}
.navbar-nav {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-size: 18px;
}
.logo_sec a img:hover {
  transform: scale(1.3);
  transition: all 0.5s ease;
}
.home-active a {
  position: relative;
}
.home-active a::after {
  content: "";
  position: absolute;
  background-color: #ee6c6f;
  height: 5px;
  width: 27px;
  transform: translate(-50%, -50%);
  bottom: -7px;
  left: 50%;
}
.nav-hover ul li a {
  color: white;
  padding: 1px 5px;
  font-size: 19px;
  transition: all 0.5s ease;
}
.nav-hover ul li a:hover {
  color: #39aacd;
  transform: scale(1.2);
  transition: all 0.9s ease-in-out;
}
.text-castum ul li a {
  font-size: 14px;
}
/* <!-- ---------End Navbar Css----------- --> */

/* <!-- ---------Bannar Css----------- --> */
.about-bannar {
  height: 80vh;
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
    url(../image/training/training_img\ \(9\).jpg);

  background-position:top center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.bannar_contant {
  height: 90%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}

.carousel_btn {
  text-decoration: none;
  background-color: #f5f9ea;
  padding: 9px 35px;
  color: #39aacd;
  border-radius: 15px;
  box-shadow: #e8faf8 0px 8px 24px;
  letter-spacing: 3px;
}
.carousel_btn:hover {
  background-color: #39aacd;
  text-decoration: none;
  color: #f5f9ea;
  box-shadow: #39aacd 0px 8px 24px;
  transition: all 0.9s ease-in-out;
}

.carousel_btn:active {
  background-color: #db7167;
  color: #f5f9ea;
}

.bannar_contant h5 {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-weight: bolder;
  color: #ee6c6f;
  text-align: center;
  text-shadow: 0px 5px 10px #ee6c6f;
}
.bannar_contant p {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.5px;
  color: #39aacd;
  text-shadow: 0px 10px 10px #39aacd;
}

/* <!-- ---------End Bannar Css----------- --> */
/* <!-- ----------Titel CSS-------------- --> */
.titelTag {
  font-family: "Rubik", sans-serif;
  font-weight: 700;
  color: #666666;
  text-align: center;
  margin-bottom: 25px;
  margin-top: 25px;
}

.title {
  color: #39aacd;
  font-family: "Rubik", sans-serif;
  font-weight: 700;
}
/* <!-- ----------End Titel CSS-------------- --> */
 
/* <!-- ----------CDI Training CSS-------------- --> */
.course_card {
  background-color:#f3f7ff;
  padding: 15px 10px;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
  rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
  rgba(0, 0, 0, 0.09) 0px 32px 16px;
  border-radius: 5px;
  height: 410px;
}
/* <!-- ----------END CDI Training CSS-------------- --> */
/* <!-- ---------- Training Courses-------------- --> */
.table_hover tr{
  font-size: 5px;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
 
.table_hover tr:hover{
 scale: 1.1;
}
/* <!-- ---------- Training Courses-------------- --> */
/* <!-- ---------- image gallery -------------- --> */
.Gallery_hover:hover {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
/* <!-- ----------END image gallery -------------- --> */
/* <!-- ---------Footer Css----------- --> */
.bg-ash {
  background-color: #ffff;
  color: #666666;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.contactinfo-text p {
  color: #666666;
  text-align: justify;
  padding: 0px !important;
}
.contactinfo-link p {
  margin-bottom: 2px;
}
.contactinfo-link p a {
 
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.contactinfo-link-two p {
  margin-bottom: 2px;
}
.contactinfo-link-two p a {
 
  font-size: 13px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.contactinfo-info p {
  margin-bottom: 6px;
}
.p-text {
  color: #666666 !important;
  font-size: 15px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.p-text i {
  color: #39aacd;
}
.copyright_text {
  font-size: 1.8vw;
}

.social-icon-ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
}
.social-icon a {
  color: #44509b;
}
.social-icon a :hover {
  scale: 1.1;
  transition: all 0.5s ease-in-out;
  color: #39aacd;
}
.social-icon-two a {
  color: #b41a0f;
}
.social-icon-two a :hover {
  scale: 1.1;
  transition: all 0.5s ease-in-out;
  color: #39aacd;
}
.social-icon-three a {
  color: #0077b5;
}
.social-icon-three a :hover {
  scale: 1.1;
  transition: all 0.5s ease-in-out;
  color: #39aacd;
}

@media only screen and (max-width: 750px) {
  .contactinfo-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contactinfo-link-two {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .contactinfo-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* <!-- ---------End Footer Css----------- --> */
