@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@300&family=Roboto+Mono:ital,wght@1,200&family=Roboto+Slab:wght@300;400&display=swap");

* {
    font-family: "Chivo Mono", monospace;
    font-family: "Lora", serif;
}

main {
    background-color: rgba(255, 251, 245, 0.475) !important;
    position: relative !important;
}

/* header starts here  */
.krishna {
    background-image: url("../image/background.avif") !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: darken !important;
    background-attachment: fixed;
    height: max-content;
    position: relative;
}

/* header section ends here  */

/* Hero section starts */
.heropara {
    font-size: 49px;
    font-family: serif !important;
    font-weight: bold;
    color: darkslategray;
}

.heropara1 {
    font-size: 20px !important;
    font-weight: 700;
    color: rgb(62, 78, 78);
}

.register {
    background-color: tomato !important;
    color: white !important;
    font-size: 20px !important;
    margin-left: 16px;
    padding: 20px !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    border: 2px solid tomato;
    margin-bottom: 100px !important;
    box-shadow: 0px 5px 20px rgb(255, 177, 163);
}

.register:hover {
    color: tomato !important;
    background-color: white !important;
    border-color: white;
    box-shadow: none;
}

/* Card Section of hero section starts here */
@media only screen and (max-width: 768px) {
    .card {
        padding: 0 !important;
        border-radius: 10px;
    }
}

.card {
    color: darkslategrey !important;
}

.card:hover hr {
    background-color: tomato;
    animation: colorAnimation 0.2s linear;
}

@keyframes colorAnimation {
    0% {
        width: 0;
        left: 0;
    }

    100% {
        width: 100%;
        left: 0;
    }
}

.cardicon {
    height: 60px;
}

.cardicon3 {
    height: 60px;
    margin: auto;
}

.card-title {
    font-size: 25px;
    word-spacing: 8px;
    letter-spacing: 2px;
    text-align: center;
}

.card-title a {
    color: darkslategrey !important;
}

.card-title a:hover {
    color: tomato !important;
    text-decoration: none !important;
}

.card-text {
    line-height: 28px;
    word-spacing: 8px;
    letter-spacing: 2px;
    text-align: center;
}

.card-title:hover {
    color: rgb(74, 24, 24) !important;
}

.service-link:hover {
    text-decoration: none;
}

.card-text:hover {
    text-decoration: none !important;
    color: rgb(74, 24, 24) !important;
}

.cardtip {
    position: relative;
    top: -50px;
}

@media screen and (max-width: 786px) {
    .card-title {
        font-size: 24px !important;
    }
}

hr {
    height: 7px !important;
    border-radius: 20px;
    background-color: darkslategray;
}

/* Card Section of hero section ends here */

/* country section starts here  */

.hero3 .topcountries {
    color: black;
    font-size: 40px;
    font-family: serif;
}

.subtopcountry {
    font-size: 18px !important;
    font-family: serif;
}

.image-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.3s ease;
}

.image-container img {
    border-radius: 10px;
}

.image-container:hover::before {
    opacity: 1;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.image-container:hover .overlay {
    opacity: 1;
}

.overlay span {
    color: white;
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .overlay span {
        font-size: 14px;
    }

    .image-container {
        margin-bottom: 12px;
    }
}

/* country section ends here  */

/* About section starts from here  */
.about {
    font-size: 30px;
    color: darkslategrey;
    padding-bottom: 10px !important;
    border-bottom: 7px solid tomato;
    border-radius: 8px;
}

.aboutpara {
    font-size: large !important;
    font-family: "Times New Roman", Times, serif !important;
    color: black;
    line-height: 28px;
    word-spacing: 8px;
    letter-spacing: 2px;
    text-align: center !important;
}

/* About section ends from here  */
/* achivements starts here  */
.achieve {
    background: url("../image/achievement.jpg");
    background-blend-mode: exclusion !important;
    background-attachment: fixed;
}

.achievetitle {
    font-size: 30px;
    color: rgb(255, 255, 255);
    padding-bottom: 10px !important;
    border-bottom: 7px solid tomato;
    border-radius: 8px;
}

.achievement {
    border: 2px solid rgba(255, 255, 255, 0.463);
}

.achievegap {
    gap: 10px;
}

.a1 {
    margin-left: 29px;
}

@media screen and (max-width: 768px) {
    .a1 {
        margin-left: 0;
    }

    .achievegap {
        padding: 10px;
    }
}

.institution {
    font-size: 24px;
    color: white;
    letter-spacing: 1px;
}

.institution p {
    display: flex;
    justify-content: center;
}

/* achivements ends here  */
/* student's testimonials starts here  */
.testimonialheading {
    font-size: 30px;
    color: darkslategrey;
    padding-bottom: 10px !important;
    border-bottom: 7px solid tomato;
    border-radius: 8px;
}

.testimonial-container {
    padding: 50px 0;
    /* background-image: url('../image/background.avif') !important; */
    /* background: url('/image/student3.avif') !important; */
    background-color: #e2eaec;
    background-attachment: fixed !important;
    background-repeat: no-repeat !important;
    background-size: cover;
}

.testimonial-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
}

.testimonial-card img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 20px;
}

.testimonial-card h3 {
    margin-bottom: 10px;
}

.testimonial-card p {
    color: #4e4d4d;
}

/* student's testimonials ends here  */

/* latest Blogs starts here */

/* latest blogs ends here */

/* Hero section ends here  */

/* Quick Contact */

/* Quick Contact ends here  */

/* Footer section starts here  */
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");

.footer-section {
    /* background: url(./footer.png); */
    /* background-size: cover; */
    background: #4b82ac96;
    /* mix-blend-mode: color; */
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #101010;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3b5998;
}

.twitter-bg {
    background: #55acee;
}

.google-bg {
    background: #dd4b39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #0c0c0c;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #070707;
    border: 1px solid #2e2e2e;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

/* footer section ends here  */
