.btn-red {
  background: transparent linear-gradient(180deg, #ff4242 0, maroon 100%) 0 0
    no-repeat padding-box;
  border-radius: 10px;
  opacity: 1;
  padding: 13px 30px;
  color: #fff;
}

.text-red {
  color: red;
}

.animate__animated {
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

.btn {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 2px solid #e74c3c;
  border-radius: 0.6em;
  color: #e74c3c;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 1rem;
  line-height: 1;
  margin: 20px;
  padding: 1.2em 2.8em;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}

.fourth {
  border-color: #f1c40f;
  color: #fff;
  background-image: -webkit-linear-gradient(
    45deg,
    #f1c40f 50%,
    transparent 50%
  );
  background-image: linear-gradient(45deg, #f1c40f 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}

#primeagile__18800 {
  color: #000;
}

.btn::after {
  content: "";
  display: inline-block;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

#primeagile__18796 .form-control {
  margin: 10px 0;
}

#primeagile__18855 {
  background: url(https://images.primeagile.com/ibcscorp_com/image/20351/learndigital_SRC-MD_W1200XH622.webp)
    no-repeat;
  position: relative;
  background-size: cover;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

#primeagile__18864 {
  text-align: center !important;
  margin-top: 100px;
}

#primeagile__18870,
#primeagile__19101 {
  display: flex;
  gap: 20px;
  margin: auto;
  justify-content: center;
  max-width: 900px;
}

#primeagile__18868,
#primeagile__18869 {
  align-self: center;
}

#primeagile__18866,
#primeagile__18968 {
  background-color: #00aaed;
  padding: 30px;
}

#primeagile__18869 {
  font-size: 18px;
}

.bg-yellow {
  padding: 15px;
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  background-color: #ffe500;
  margin-top: 50px;
}

.bg-yellow > h4 {
  color: #000 !important;
  font-size: 18px;
  font-weight: bold;
}

#primeagile__18875 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1200px;
  margin: auto;
}

.training_module {
  display: flex;
  justify-content: space-between;
  border: 5px solid #f1a50d;
  background-color: rgba(253, 242, 242, 1);
  padding: 20px;
  padding-bottom: 10px;
  flex-wrap: wrap;
}

#primeagile__18863 {
  margin-bottom: 100px;
}

#primeagile__18873,
#primeagile__18874,
#primeagile__18879 {
  text-align: center;
  font-size: 18px;
}

#primeagile__18873 {
  margin-top: 50px;
}

#primeagile__18899 {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  margin-top: 100px;
}

#primeagile__18879 {
  color: #000;
}

#primeagile__18874 {
  font-size: 40px;
  color: red;
  margin: 50px auto;
}

.cost_n_btn {
  border-left: 3px solid rgba(152, 159, 126, 1);
  padding-left: 20px;
}

.img_n_title {
  display: flex;
  gap: 20px;
  align-self: center;
}

.dm_banner_info {
  background-color: #3a3838;
  padding: 300px 50px 50px 50px;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

.internship_div {
  background: rgba(250, 250, 250, 1) 0 0 no-repeat padding-box;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.16);
  border-radius: 0 30px 0 0;
  opacity: 1;
  padding: 20px;
}

.img_n_title p {
  align-self: center;
}

.btn-red:hover {
  color: #f3f3f3;
}

