@import url("./media.query.css");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --color: #dc3545;
}

.bg-primary {
  background-color: var(--color) !important;
}

*headercolor{
  color: black!important;
}
.drccHead{
  font-weight: bold !important;
  

}
.bg-danger{
    background-color:#1f618d!important;
}
.footer-strip{
    background-color:#2c3e50 !important;
}
.my-5{
    font-weight:500 ;
}

.touch-btn{
    background-color: #e67e22 !important;
    border-radius:20px !important;
    border:none !important;
}
.btn-danger{
     background-color: #e67e22 !important;
    border-radius:20px !important;
    border:none !important;
}
.counsling-sty{
font-family: bold;
font-weight: 600;

}
#hero {
  background-image: url("https://careerbanao.org/drccimage/drccbanner.png");
  background-size: cover;
  background-repeat: no-repeat;
}

#admission_form .input-group .input-group-text {
  color: var(--color);
  background-color: #fff !important;
}

input:focus {
  outline: none !important;
}

/*  */
h3.title {
  font-size: 50px;
  font-family: var(--title-font);
  font-weight: normal;
  color: #ff5600;
  position: relative;
}

.testimonials {
  display: flex;
  /* box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.2); */
  margin: 40px 0px;
}

.testimonials .testimonial-container .testimonail {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  min-height: 490px;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: 0.3s ease;
}

.testimonials .testimonial-container:hover .testimonail {
  /* opacity: 0.5; */
  filter: brightness(75%);
  box-shadow: 10px 20px 5px rgba(0, 0, 0, 0.1);
  transform: scale(0.9);
  /* filter: blur(3px); */
}

.testimonials .testimonial-container .testimonail:hover {
  transform: scale(1.1);
  /* opacity: 1; */
  filter: brightness(100%);
  box-shadow: 10px 20px 200px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.testimonials .testimonial-container .testimonail:hover .info {
  background-color: #9c27b0;
}

.testimonials .testimonial-container .testimonail .text {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
}

.testimonials .testimonial-container .testimonail .text .quote {
  font-size: 100px;
  font-family: "Playfair Display", serif;
  color: #ff5600;
}

.testimonials .testimonial-container .testimonail .text .review {
  width: 300px;
  height:110px;
 
  color: #555;
  /* 210 */
  transform: translateY(-40px);
  /* 170 */
  /* 490 */
  font-family: #ff5600;
}

.testimonials .testimonial-container .testimonail .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ff5600;
  position: relative;
  width: 100%;
  height: 200px;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  /* 490 290 */
  transition: 0.3s ease;
}

.testimonials .testimonial-container .testimonail .info .pfp img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 130%;
  height: 130%;
}

.testimonials .testimonial-container .testimonail .info .pfp {
  width: 100px;
  position: absolute;
  border-radius: 50%;
  border: 5px solid #fff;
  overflow: hidden;
  top: 50%;
  transform: translateY(-70%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonials .testimonial-container .testimonail .info .information {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  transform: translateY(65px);
}

.testimonials .testimonial-container .testimonail .info .information .name {
  font-size: 23px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.testimonials .testimonial-container .testimonail .info .information .social {
  font-size: 23px;
}

.testimonials .testimonial-container .testimonail .info .information .social a {
  color: #ededed;
  text-decoration: none;
  transition: 0.3s ease;
}

.testimonials .testimonial-container .testimonail .info .information .social:hover a {
  opacity: 0.5;
}

.testimonials .testimonial-container .testimonail .info .information .social a:hover {
  opacity: 1;
}

@media (max-width: 1150px) {
  .testimonials {
    /* height: 200vh; */
  }

  .testimonials .testimonial-container {
    grid-template-columns: 1fr 1fr;
    place-items: center;
  }
}

@media (max-width: 780px) {
  .testimonials {
    /* height: 300vh; */
  }

  .testimonials .testimonial-container {
    grid-template-columns: 1fr;
  }
}

/*  */
.college_logo {
  height: fit-content;
  width: 180px;
  margin: 20px;
  box-shadow: 0px 3px 5px 0px gray;
  border-radius: 5px;
}
.college_logo img {
  height: 180px;
}
.college_logo .title {
  font-size: 0.9rem;
}
.college_logo .detail {
  padding: 10px;
}

/*  */

.vid-box {
  margin-top: 20px;
  /* padding: 10px; */
  border-radius:12px;
  background-color: #fff;
  height: 209px;
  overflow: hidden;
}
.vid-box img {
  position: relative;
  width: 100%;
  border-radius: 12px;
}

.vid-box::after{
  content: "";
  display: block;
  box-sizing: border-box;
  position: absolute;
  width: 5%;
  height: 5%;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 40px solid #fff;
  top: 50%;
  left: 50%;
  translate : -50% -50%;
}

/*  */

/* VIDEO LIGHT BOX  */
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 1;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}
.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}
.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}
.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
/* IGNORE FORM THIS POINT ON */
body {
  background: #efefef;
}
#container {
  border-radius: 4px;
  max-width: 300px;
  height: auto;
  padding: 50px;
  background: white;
  margin: 100px auto;
}
#playme {
  background: #007fed;
  text-transform: uppercase;
  font-weight: 300;
  border: none;
  color: white;
  padding: 10px 15px;
  display: inline-block;
  font-size: 14px;
  margin: 0;
}

/*  */
