/* *{
    border: 1px solid black;
} */
img {
  width: 100%;
}
.slider-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  max-width: 800px;
  z-index: 99;
  .first-para {
    color: #ff2616;
    font-size: 19px;
  }
  h2 {
    font-size: 67px;
    color: #ffffff;
  }
}

.carousel-control-next,
.carousel-control-prev {
  width: 7% !important;
}
.carousel-item .slider-text h2 {
  opacity: 0;
}

.carousel-item.active .slider-text h2 {
  animation-name: textamnim;
  animation-duration: 1s;
  animation-timing-function: ease-out;
  opacity: 1;
}

@keyframes textamnim {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  50% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.carousel-item .slider-text p {
  opacity: 0;
}

.carousel-item.active .slider-text p {
  animation-name: textpara;
  animation-duration: 2s;
  animation-timing-function: ease-out;
  /* animation-iteration-count:; */
  opacity: 1;
}

@keyframes textpara {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  50% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.carousel-item .slider-text a {
  opacity: 0;
}
.carousel-item.active .slider-text a {
  animation-name: textpara;
  animation-duration: 3s;
  animation-timing-function: ease-in;
  opacity: 1;
}

@keyframes btnanim {
  0% {
    transform: translateX(-150px);
    opacity: 0;
  }
  50% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

.country-section {
  min-height: 315px;
}
.country-image {
  margin-top: -50px;
}

/* university styling */
.university-container {
  background: linear-gradient(45deg, #0e2842 0%, #346392 100%);
}

#owl-demo .item {
  /* background: #42bdc2; */
  /* padding: 30px 0px; */
  margin: 10px;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
}
.university-image {
  position: relative;
}
.university-info {
  position: absolute;
  width: 90%;
  padding: 10px;
  margin: auto;
  bottom: 16px;
  left: 0;
  right: 0;
  background-color: rgb(0 0 0 / 30%);
  backdrop-filter: blur(5px);
}
.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.owl-nav button {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #0e2842 !important;
  color: #fff !important;
  pointer-events: all;
  transition: 0.3s;
}

.owl-nav button:hover {
  background: #ccc !important;
}
.owl-prev {
  margin-left: -30px;
}
.owl-next {
  margin-right: -10px;
}
.owl-prev-icon,
.owl-next-icon {
  font-size: 22px;
  font-weight: bold;
}
.owl-theme .owl-nav [class*="owl-"] {
  margin: -50px;
  border-radius: 30px;
}

.view-section {
  transform: translateY(-100px);
  background-color: #ffffff;
}
#previewImg,
#imgTitle,
#imgText {
  transition: 0.4s;
}
.img-info {
  width: 95%;
  padding: 15px;
  margin: auto;
  transform: translateY(-90px);
  background-color: #ffffff;
}
.list-group-item.active {
  background-color: #24b5a5 !important;
  color: #ffffff !important;
  border-color: #24b5a5 !important;
}
.counselling-section {
  background: linear-gradient(0deg, #0e2842 0%, #346392 100%);
}
.testimonial-img {
  height: 70px;
  width: 70px;
  overflow: hidden;
}

.footer-form-container {
  background: linear-gradient(180deg, #0e28428c 0%, #24b5a5 100%),
    url("../Images/form2-image.webp");
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
}
input::placeholder {
  color: #ffffff !important;
}
.custom-select {
  color: #fff;
  border: none;
}
.custom-select option {
  background: #000;
  color: #fff;
}
.service-container {
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.about-style-four-area {
  position: relative;
  z-index: 1;
}
.default-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}
.about-style-four-thumb {
  position: relative;
}
.pr-60 {
  padding-right: 60px;
}
.sub-title {
  text-transform: uppercase;
  color: #1cb098;
  font-weight: 500;
  display: inline-block;
  position: relative;
  z-index: 1;
  font-size: 20px;
  border-radius: 4px;
  border: 1px solid #b9e5de;
  padding: 7px 19px;
}
.about-style-four-info .bottom-info {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 50px;
  margin-left: -35%;
  margin-top: 50px;
  position: relative;
}
.about-style-four-info .bottom-info .right .btn {
  max-width: max-content;
}
.btn.btn-gradient::after {
  position: absolute;
  top: 0;
  right: inherit;
  bottom: inherit;
  left: 0;
  content: "";
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, #1cb098, #05b5d3, #1cb098);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background-size: 220%;
}
.about-style-four-area .shape img {
  position: absolute;
  right: 7%;
  top: 150px;
  width: 8%;
  z-index: -1;
  animation: UpDown 5s linear infinite;
}
.title {
  font-weight: 600;
  font-size: 50px;
}
.about-style-four-info .title {
  border-bottom: 2px solid;
  padding-bottom: 30px;
}
.split-text {
  overflow: hidden;
  position: relative;
}
.about-style-four-info .bottom-info .left {
  border: 5px solid #ffffff;
}
.para {
  color: #666666;
  margin: 0 0 25px;
  text-transform: none;
  font-weight: 400;
}
.about-btn {
  background-color: #1cb098 !important;
}
.about-img {
  box-shadow: 0px 3px 15px 2px #a7a7a787;
}
.about-container{
  background: linear-gradient(to left, #e5fff3 0%, #e0f1ff 30%, #fdf2ef 100%);
}
.flag{
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.168);
  border-radius: 200px;
  transition: 0.3s;
}
.country-section:hover .flag{
  transform: translateY(-5px) scale(1.05);
  box-shadow: 0 0 20px rgb(0 0 0 /35%);
}