/* Custom CSS */

body {
     background-color: white;
}
body {
     position: relative;
     min-height: 100vh;
     padding-bottom: 12rem;
}
/* navbar decoration */

.LogoText {
     color: #d76a73 !important;
     font-weight: bold;
     font-size: 30px;
     text-decoration: none;
     margin-right: 20px;
}

.mynav {
     background-color: white !important;
}

.mynav li a {
     color: black !important;
     font-weight: 500;
     margin-right: 20px;
}

.mynav li a:hover {
     color: #d76a73 !important;
}

.mynav a.active {
     color: #d76a73 !important;
}

.mynav2 {
     background-color: #4285f4 !important;
     width: auto;
     height: 50px;
}

.mynav2 li a {
     color: rgb(255, 255, 255) !important;
     font-weight: 500;
     margin-right: 5px;
}

.mynav2 li a:hover {
     color: #D76B73 !important;
     font-weight: 700 !important;
}

.mynav2 h4 {
     color: white !important;
     font-weight: 500;
     margin-top: 13px;
     font-family: "Bebas Neue", cursive;
     font-size: 35px;
}

.vl {
     border-left: 1.5px solid green;
     height: 30px;
     margin-top: 5px;
}

.subjectcards {
     margin: 20px;
}

.col {
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
}

.col a {
     text-decoration: none;
}

.card {
     padding: 10px;
     /* JUST TO LOOK COOL */
     border: 1px solid #eee;
     /* JUST TO LOOK COOL */
     box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 4px;
     transition: all 0.3s ease-in-out;
     background-color: white;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card:hover {
     box-shadow: rgba(0, 0, 0, 0.22) 0px 19px 43px;
     transform: translate3d(0px, -2px, 0px);
     /* background-color: #dce9ff; */
     background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%) !important;

     
}

.card:hover .card-text {
     color: black !important;
     
}

.card:hover .card-title {
     color: #ffffff !important;
     
}

.imagecontainer {
     margin: auto;
     width: 50%;
     padding: 10px;
}

/* In subject Page */

.card-text a {
     font-weight: 500;
     text-decoration: none;
}

.card2 {
     padding: 10px;
     /* JUST TO LOOK COOL */
     border: 1px solid #eee;
     /* JUST TO LOOK COOL */
     box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
          rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
     background-color: white;
}

.col2 {
     padding-top: 10px;
     padding-right: 10px;
     padding-bottom: 10px;
     padding-left: 10px;
}

.card2 li a:hover {
     color: #d76a73 !important;
}

/* @media only screen and (max-width: 1400px){
    .col {
        margin: 20px;
    }
    
} */

/* .card-title {
    margin: auto;
    width: 50%;
    padding: 10px;
    
}

.card-text {
    margin: auto;
    width: 50%;
    padding: 10px;
    
} */
.footer-basic {
     padding: 40px 0;
     background-color: #52adfd;
     color: #000000;
     position: absolute;
     bottom: 0;
     width: 100%;
     height: 12rem;
}

.footer-basic ul {
     padding: 0;
     list-style: none;
     text-align: center;
     font-size: 18px;
     line-height: 1.6;
     margin-bottom: 0;
     font-weight: 500;
}

.footer-basic li {
     padding: 0 10px;
}

.footer-basic ul a {
     color: inherit;
     text-decoration: none;
     opacity: 0.8;
}

.footer-basic ul a:hover {
     opacity: 1;
}

.footer-basic .social {
     text-align: center;
     padding-bottom: 25px;
}

.footer-basic .social > a {
     font-size: 24px;
     width: 40px;
     height: 40px;
     line-height: 40px;
     display: inline-block;
     text-align: center;
     border-radius: 50%;
     border: 1px solid rgb(0, 0, 0);
     margin: 0 8px;
     color: inherit;
     opacity: 0.75;
}

.footer-basic .social > a:hover {
     opacity: 0.9;
}

.footer-basic .copyright {
     margin-top: 15px;
     text-align: center;
     font-size: 13px;
     color: rgb(255, 255, 255);
     margin-bottom: 0;
}

@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

* {
     box-sizing: border-box;
}

.course {
     background-color: #fff;
     border-radius: 10px;
     box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
     display: flex;
     max-width: 100%;
     max-height: 100%;

     overflow: hidden;
}

.course h6 {
     opacity: 0.6;
     margin: 0;
     letter-spacing: 1px;
     text-transform: uppercase;
}

.course h2 {
     letter-spacing: 1px;
     margin: 10px 0;
}

.course-preview {
     color: #fff;
     padding: 30px;
     max-width: 100px;
}

.course-info {
     padding: 30px;
     position: relative;
     width: 100%;
}

.btn {
     background-color: #4285f4;
     border: 0;
     border-radius: 50px;

     color: white;
     font-weight: 500;
     font-size: 16px;
     padding: 12px 25px;
     margin-top: 20px;
     bottom: 30px;
     right: 100px;
     margin-right: 50px;
     letter-spacing: 1px;
}

.floating-btn {
     border-radius: 26.5px;
     background-color: #001f61;
     border: 1px solid #001f61;
     box-shadow: 0 16px 22px -17px #03153b;
     color: #fff;
     cursor: pointer;
     font-size: 16px;
     line-height: 20px;
     padding: 12px 20px;
     position: fixed;
     bottom: 20px;
     right: 20px;
     z-index: 999;
}

.floating-btn:hover {
     background-color: #ffffff !important;
     color: #ffffff;
}

.floating-btn:focus {
     outline: none;
}

.floating-text {
     background-color: #001f61;
     border-radius: 10px 10px 0 0;
     color: #fff;
     font-family: "Muli";
     padding: 7px 15px;
     position: fixed;
     bottom: 0;
     left: 50%;
     transform: translateX(-50%);
     text-align: center;
     z-index: 998;
}

.floating-text a {
     color: #ff7500;
     text-decoration: none;
}


/* Subscription Box Styling */
.subscribe-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 20px;
    background: white;
    border-radius: 15px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    animation: fadeIn 0.4s ease-in-out;
}

/* Input Field Styling */
.custom-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.list-inline-item{
     color: #fff;
}
