body {
    position: relative;
}
.bg-custom {
    background-color: #a55a5a !important;
    color: white;
}

.text-custom {
    color: #743333;
}
.padding-50 {
    padding: 50px;
}
.google-font {
    font-family: "Roboto Slab", sans-serif !important;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}
.glass{
    backdrop-filter: blur(16px) saturate(200%);
    -webkit-backdrop-filter: blur(16px) saturate(200%);
    background-color: rgb(212 221 215 / 12%);
    border-radius: 12px;
    border: 1px solid rgb(203 121 121 / 89%);
}
.dropdown-item:hover {
    color: #000 !important;
}
.slide-text>h5 {
    font-size: 50px;
    font-weight: 900;
    font-family: "Roboto Slab", sans-serif !important;
    color: #000000;
}
.slide-text>p {
    font-weight: 900;
    font-family: "Roboto Slab", sans-serif !important;
    color: #000000;
}
.slide-text>h5::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -45%;
    height: 2px;
    width: 90%;
    background-color: #000000;
    transition: .5s ease-in-out;
    transform: scaleX(0);
}
.slide-text>h5:hover::after {
    transform: scaleX(1);
}


.button-action {
    background: linear-gradient(90deg, #5E5DF0 0%, #A55A5A 100%);
  border-radius: 999px;
  box-shadow: #5E5DF0 0 10px 20px -10px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  font-family: Inter,Helvetica,"Apple Color Emoji","Segoe UI Emoji",NotoColorEmoji,"Noto Color Emoji","Segoe UI Symbol","Android Emoji",EmojiSymbols,-apple-system,system-ui,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans",sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  opacity: 1;
  outline: 0 solid transparent;
  padding: 8px 18px;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: fit-content;
  word-break: break-word;
  border: 0;
  margin: 10px auto;
}


.key-box .card-body:hover {
    background-color: #a55a5a;
    color: #ffffff;
    transform: scale(1.1) !important;
    transition: all 0.5s ease-in-out;
}
.key-box .card-body:hover * {
    color: #ffffff;
}
.key-box .card-body:hover h5::after {
    transform: scaleX(1);
}
.key-box h5 {
    position: relative;
    cursor: pointer;
}
.key-box h5::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ffffff;
    transition: .5s ease-in-out;
    transform: scaleX(0);
}

.verify {
    /* opacity: 10% !important ; */
    transition: 0.5s ease-in-out;
    font-size: 15px;
    animation: animate 1s infinite ease-in-out;
}

@keyframes animate {
    0% {
        opacity: 0%;
    }
    50% {
        opacity: 100%;
    }
    100% {
        opacity: 0%;
    }
}

.verify:hover {
    opacity: 100% !important ;
    animation: none;
}
@media only screen and (max-width: 768px) {
    .special-title {
        font-size: 20px !important;
    }
    .verify {
        font-size: 10px !important;
    }
}
.course-key > li:hover {
    color: red;
}
th,
td {
    text-wrap: wrap !important;
}

.carousel-caption {
    bottom: 20px !important;
}
.link {
    list-style: none;
    padding: 0px !important;
    margin: 0px !important;
}

.link li {
    list-style: none;
    padding-left: 40px;
}
.link li{
  position: relative;
}

.link li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%);
    left: 0;
    width: 30px;
    height: 30px;
    background-image: url("https://www.pngfind.com/pngs/m/39-397910_radio-silence-animated-gif-new-button-hd-png.png");
    background-size: contain;
    background-repeat: no-repeat;
}
/* nav bar */

/* feedback */
.testimonial-title{
    position: relative;
    margin-bottom: 30px;
}
.testimonial-title::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -25%;
    background-color: #a55a5a;
    height: 2px;
    width: 50%;
    transition: all .2s ease-in-out;
    transform: scaleX(1);
}

/* /feedback */

/* call back */
.call-back {
    position: fixed;
    top: 50%;
    right: 0%;
    transform: translate(0%, -50%);
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    height: fit-content;
    width: 300px;
    margin-right: -300px;
    transition: all 0.5s ease-in-out;

}

.request:hover .call-back {
    transition: 0.5s ease-in-out;
    margin-right: 0;
    padding: 20px;
}
.form-control {
    border: 1px solid #050505 !important;
    /* border-radius: 1.5rem !important; */
    border-radius: 0.50rem !important;


}
@media only screen and (max-width: 426px) {
    .call-back {
        width: 100%;
        height: 100vh;
        transform: translate(0%, 0%);
        top: 0;
        left: 0;
        overflow: scroll;
        display: none;
    }
}



/* /call back */
