h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: rgb(35, 35, 85);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.7rem;
}

h6 {

    font-size: 1.1rem;
    color: rgb(24, 24, 49)
}

p {
    font-size: 20px;
    margin-top: 12px;
}

* {
    font-family: Arial, Helvetica, Segoe UI, Roboto, Calibri, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* navigation bar */
.logo {
    margin: 3px 20px;
}

.logo img {
    margin: 5px 8px;
    height: 80px;
}

.navbar {
    display: flex;
    align-items: center;
    position: fixed;
    width: 100%;
    /* position: relative;  */
    top: 0px;
    color: #7d7979;
    z-index: 999;
}

.navbar::before {
    content: "";
    background-color: rgb(11, 11, 9);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.6;
}

/* designing for ul */
.mid {
    display: flex;
}

.navbar ul {
    display: flex;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.navbar ul li {
    list-style: none;
    font-size: 1.3rem;
}

.navbar ul li a {
    color: white;
    display: block;
    padding: 5px 12px;
    border-radius: 20px;
    text-decoration: none;
}

.navbar ul li a.active,
.navbar ul li a:hover {
    color: black;
    background-color: azure;
}

#menu {
    display: none;
    color: white;
    font-size: 30px;
}

#menuclose {
    display: none;
    color: white;
    font-size: 30px;
    line-height: 80px;
}

.right {
    position: absolute;
    display: inline-block;
    right: 34px;
    top: 30px;
}

.btn {
    margin: 0px 6px;
    color: #fff;
    background-color: rgb(207, 166, 63);
    padding: 4px 14px;
    border-radius: 10px;
    font-size: 20px;
    cursor: pointer;
}

.btn:hover {
    background-color: #fff;
    color: #101C32;
}

/* end of nav bar */


#home {
    background-image: url('../images/homebg.jpg');
    height: 100vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}

#home h1 {
    /* padding: 1px 1px;  */
    color: white;
    text-align: center;
}

#home p {
    color: white;
    text-align: center;
}

.btn2 {
    padding: 6px 20px;
    border: 2px solid gray;
    background-color: rgb(207, 166, 63);
    color: black;
    margin: 25px;
    font-size: 1.5rem;
    border-radius: 8px;
    cursor: pointer;
}

.btn2:hover {
    background-color: white;
    color: rgb(38, 38, 117);
}

/* explore section is here */
#abouthome1 {
    background-image: url('../images/homebg.jpg');
    height: 75vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}
#abouthome1 p {
    color: rgb(245, 240, 240);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 1.6rem;
    width: 90%;
    margin-top: 35px;
    text-align: center;
}
#abouthome1 img {
    text-align: center;
    width: 190px;
}
.sectionn {
    padding-top: 70px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    max-width: 90%;
    margin: auto;
}
.sectag {
    font-size: 41px;
    padding: 2px;
}
.subtag {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 8px;
    font-size: 18px;
}
.left {
    flex-direction: row-reverse;
}
.paras {
    padding: 0px 55px;
}

.thumbnail img {
    height: 390px;
    border: 2px solid black;
    border-radius: 20px;
}
#exploresection{
   padding-bottom: 50px;
}
/* features starts here */
#features {
    padding: 8vw 8vw 0 8vw;
    text-align: center;
}

#features .cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#features .featurebox {
    background-color: #f9f9ff;
    text-align: start;
}

#features .featurebox i {
    font-size: 2.9rem;
    color: rgb(44, 44, 80);
}

#features .featurebox h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: rgb(46, 46, 59);
    padding: 8px 0 7px 0;
}

#features .featurebox p {
    font-size: 1rem;
    font-weight: 400;
    color: rgb(46, 46, 59);

}

.center {
    text-align: center;
}

.secondry {
    font-family: cursive;
    font-size: 2.8rem;
    padding: 12px;

}

.primary {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 3rem;
    padding: 12px;
}


/* course section starts here */
#course {
    padding: 6vw 8vw 6vw 8vw;
    text-align: center;
}
#course .coursebox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}
#course .courses {
    text-align: start;
    background-color: #f9f9ff;
    height: 100%;
    position: relative;
}
#course .courses img {
    width: 100%;
    height: 60%;
    background-size: cover;
    background-position: center;
}

#course .courses .details {
    padding: 15px 15px 0 15px;
}

#course .courses .details i {
    color: #fdc93b;
    font-size: .9rem;
}

#course .courses .cost {
    background-color: rgb(74, 74, 136);
    color: #fff;
    line-height: 70px;
    width: 70px;
    height: 70px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 15px;
    bottom: 100px;
}

/* counter section starts here */
#counter {
    padding: 0 5vw 4vw 5vw;
    text-align: center;
}

#counter h1 {
    color: white
}

#counter p {
    padding-bottom: 50px;
}

.counters {
    border-radius: 4px;
    padding: 3em 2em;
    background: #4193ff;
    color: #fff;
    text-align: center;
}

.counters>div {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4em 2em;
}

.counter {
    position: relative;
}

.counter h1 {
    font-size: 3em;
    margin-bottom: 0.5em;
    color: white;
}

.counter:not(:last-child)::before {
    content: '';
    background: #fff;
    position: absolute;
    width: 2px;
    height: 3em;
    top: 50%;
    transform: translateY(-50%);
    right: -1em;
}

#register {
    padding: 4vw 3vw;
    background: rgb(102, 102, 219);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin-left: 15px; */
}

#register .reminder {
    color: #fff;
}

#register .reminder h1 {
    color: #fff;
}

#register .reminder .time {
    display: flex;
    margin-top: 40px;

}

#register .reminder .time .date {
    text-align: center;
    padding: 13px 33px;
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 10px;
    margin: 0 5px 10px 5px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    font-size: 1.1rem;
    font-weight: 600;
}

.cert-login {
    /* width: 100%;
    max-width: 420px; */
    width: 600px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    height: 480px;
}

.cert-login img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* experts section starts here */
#experts {
    padding: 6vw 8vw;
    text-align: center;
}

#experts .expertbox {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 1rem;
    margin-top: 50px;
}

#experts .expertbox .profile {
    background: #fafaf1;
    padding: 20px 10px;
}

#experts img {
    height: 470px;
    border-radius: 48%;
    align-items: center;
}

.prolinks {
    margin-top: 10px;
}

.prolinks i {
    padding: 10px 13px;
    border: 1px solid rgb(21, 21, 100);
    cursor: pointer;
}

.prolinks i:hover {
    background-color: rgb(21, 21, 100);
    color: #fff;
    transition: 0.3s ease;

}

/* vdo section is here */
#videos {
    padding: 0 6vw 6vw 6vw;
}

.vdo-heading {
    font-size: 40px;
    text-align: center;
    padding: 18px;
}

.vdo-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 15px;
    align-items: flex-start;
    /* padding: 5px 5%; */
}

.vdo-container .main-vdo {
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    border: 1px solid grey;
}

.vdo-container .main-vdo .video {
    width: 100%;
    border-radius: 5px;
}

.vdo-container .main-vdo .video video {
    width: 100%;
    height: 500px;
    border-radius: 5px;
}

.vdo-container .main-vdo .vdo-title {
    color: #333;
    font-size: 23px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.vdo-container .vdo-list {
    background: #fff;
    border-radius: 5px;
    height: 520px;
    overflow-y: scroll;
}

.vdo-container .vdo-list::-webkit-scrollbar {
    width: 7px;
}

.vdo-container .vdo-list::-webkit-scrollbar-track {
    background: #ccc;
    border-radius: 50px;
}

.vdo-container .vdo-list::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 50px;
}

.vdo-container .vdo-list .vid {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #f7f7f7;
    border-radius: 5px;
    margin: 10px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.vdo-container .vdo-list .vid video {
    width: 100px;
    height: 75px;
    border-radius: 5px;
}

.vdo-container .vdo-list .vid:hover {
    background: #eee;
}

.vdo-container .vdo-list .vid.active {
    background: #2980b9;
}

.vdo-container .vdo-list .vid.active .vdo-title {
    color: #fff;
}

.vdo-container .vdo-list .vid .vdo-title {
    color: #333;
    font-size: 17px;
}

/* footer section is here */
footer {
    padding: 8vw;
    background-color: #101C32;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

footer .footcol {
    padding-bottom: 40px;

}

footer h3 {
    color: rgb(241, 240, 245);
    font-weight: 800;
    padding-bottom: 20px;
}

footer li {
    list-style: none;
    color: #7b838a;
    padding: 10px 0;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s ease;
}

footer li a {
    list-style: none;
    text-decoration: none;
    color: #7b838a;
    padding: 10px 0;
    font-size: 17px;
    cursor: pointer;
    transition: 0.3s ease;
}

footer li a:hover {
    color: rgb(241, 240, 245);

}

footer li:hover {
    color: rgb(241, 240, 245);

}

footer p {
    color: #7b838a;

}

footer .copyright {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}

footer .copyright p {
    font-size: 18px;
    color: #fff
}

footer .copyright .prolinks {
    margin-top: 0px;
}

footer .copyright .prolinks i {
    background-color: #5f7185;
    color: #fff;
}

footer .copyright .prolinks i:hover {
    background-color: #fdc93b;
    color: #2c2c2c;
    transition: 0.3s ease;
}

/* about page*/



#abouthome {
    background-image: url('../images/homebg.jpg');
    height: 65vh;
    width: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 10px;

}

#abouthome h2 {
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

/* about container of about page */
#aboutcontainer p {
    font-size: 1.3rem;
}

#aboutcontainer h2 {
    font-size: 2.2rem;
}

#aboutcontainer {
    display: flex;
    align-items: center;
    padding: 6vw 4vw 0 4vw;
}

#aboutcontainer .aboutimg {
    width: 60%;
    padding-right: 0px;
}

#aboutcontainer .aboutimg img {
    width: 100%;
}

#aboutcontainer .abouttext {
    width: 40%;
}

#aboutcontainer .abouttext h2 {
    color: #29303b;
    padding: 15px;
    font-size: 2.5rem;
}

#aboutcontainer .abouttext p {
    color: #686f7a;
    font-weight: 300;
}

#aboutcontainer .abouttext .aboutfe {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
}

#aboutcontainer .abouttext .aboutfe img {
    width: 100px;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
}

#aboutcontainer .abouttext .aboutfe .fetext {
    width: 90%;
}

#aboutcontainer .abouttext .aboutfe .fetext h5 {
    font-size: 1.3rem;
}

/* trust section starts here */
#trust {
    text-align: center;
    padding: 8vw 8vw 8vw 8vw;
}

#trust .trustimg {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#trust .trustimg img {
    width: 180px;
    height: auto;
}

/* blog page css starts here */

/* *{
    transition:all .2s cubic-bezier(.34, 1.12, .68, 1.31);
}   */
.gallery {
    transition: all .2s cubic-bezier(.34, 1.12, .68, 1.31);
    min-height: 100vh;
    background: #eee;
    padding-bottom: 100px;
}

 /* .heading h1 {
    font-weight: normal;
    font-size: 35px;
    text-align: center;
    padding-top: 30px;
    margin:  0 20px;
}  */

.gallery .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 70px 0 40px 0;
    list-style: none;
}

.gallery .controls .buttons {
    height: 40px;
    width: 140px;
    background: #fff;
    color: #666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin: 0 20px 20px 20px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
    text-align: center;
}

.gallery .controls .buttons.active {
    background: rgb(7, 7, 61);
    color: #fff;
}

.gallery .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;  
}
.gallery .image-container .image {
    height: 290px;
    width: 360px;
    overflow: hidden;
    border: 12px solid #fff;
    box-shadow: 0, 3px, 5px, rgba(0, 0, 0, .3);
    margin: 12px 8px;
    /* border-radius: 10px; */
}
.gallery .image-container .image img {
    height: 100%;
    width: 100%;
    object-fit: fill;
    /* border-radius: 10px;*/
}
.gallery .image-container .image:hover img {
    transform: scale(1.4);
}
/* service page  css is not added bcoz it is similar to courses part of html */
/* services inner page starts here */
#servicesinner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 8vw;
}

#servicesinner h3 {
    font-size: 19px;
    padding: 30px 0 25px 0;
    color: #29303b;
}

#servicesinner p {
    color: #64626e;
}

#servicesinner hr {
    height: 1px;
    background: rgba(236, 226, 229, 0.5);
    margin-top: 20px;
}

#servicesinner .overview {
    width: 70%;
}
#servicesinner .overview .serviceimg {
    width: 100%;
    height: 70vh;
    object-fit: fill;
    border-radius: 12px;
    margin-bottom: 20px;
}

#servicesinner .overview .coursehead {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
#servicesinner .overview .coursehead .cname {
    width: 70%;
}
#servicesinner .overview .coursehead .cname h2 {
    color: #29303b;
}
#servicesinner .overview .coursehead .cname .star {
    margin: 6px 0;
}
#servicesinner .overview .coursehead .cname .star i {
    color: #fdc93b;
    font-size: 1.2rem;
}
#servicesinner .overview .coursehead span {
    padding: 16px 22px;
    border-radius: 10px;
    color: #5838fc;
    font-size: 24px;
    font-weight: 600;
    background-color: rgba(88, 56, 252, 0.1);
}
#servicesinner .learn p {
    padding-bottom: 15px;
}
#servicesinner .learn p i {
    color: #654ce4;
    font-weight: 700;
    margin-right: 20px;
}

#servicesinner .tutor {
    display: flex;

}

#servicesinner .tutor img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 20px;
}

#servicesinner .tutor h5 {
    font-size: 20px;
    padding-bottom: 1px;

}

#servicesinner .enroll {
    width: 300px;
    height: 400px;
    padding: 0 30px 30px 30px;
    margin-left: 50px;
    border-radius: 11px;
    box-shadow: 0px 20px 40px 0 rgb(11 2 55 / 8%);
}

#servicesinner .enroll h3 {
    padding-bottom: 10px;
}

#servicesinner .enroll p {
    font-size: 15px;
    color: #64626e;
    margin: 19px 0;
}

#servicesinner .enroll p i {
    color: #654ce4;
    font-weight: 700;
    margin-right: 18px;
}

#servicesinner .enroll .enrollbtn {
    padding: 25px 0 20px 0;
    margin: auto;

}

#servicesinner .enroll .enrollbtn a {
    text-decoration: none;
    font-size: .8rem;
    padding: 13px 45px;
    border-radius: 10px;
    font-weight: 600;
    color: #fff;
    background: rgb(50, 50, 136);
}

/* contact us page starts here */
#contact {
    padding: 7vw;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#contact .getin {
    width: 350px;
}

#contact .getin h2 {
    color: #2c234d;
    font-size: 30px;
    font-weight: 800;
    line-height: .8;
    margin-bottom: 16px;
}
#contact .getin p {
    color: #686875;
    line-height: 24px;
    margin-bottom: 33px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e5e4ed;
}
#contact .getin h3 {
    color: #2c234d;
    font-size: 21px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
}
#contact .getin .getin-details div {
    display: flex;
}
#contact .getin .getin-details div .get {
    font-size: 18px;
    line-height: 22px;
    color: #5838fc;
    margin-right: 20px;
     margin-top: 14px; 
}
#contact .getin .getin-details div p {
    font-size: 14px;
    border-bottom: none;
    line-height: 22px;
    margin-bottom: 15px;
}
#contact .getin .getin-details .prolinks i {
    margin-right: 8px;
}
#contact .form {
    width: 60%;
    background-color: #f7f6fa;
    padding: 30px;
    border-radius: 10px;
}
#contact .form h4 {
    font-size: 24px;
    color: #2c234d;
    line-height: 30px;
    margin-bottom: 8px;
}
#contact .form p {
    color: #686875;
    line-height: 24px;
    padding-bottom: 25px;
}

#contact .form .formrow {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#contact .form .formrow input {
    width: 48%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 20px;
}

#contact .form .formcol input,
textarea {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px;
    border: none;
    background: #fff;
    color: #7e7c87;
    outline: none;
    padding: 20px 30px;
    margin-bottom: 20px;
}

#contact .form button {
    font-size: .9rem;
    padding: 13px 25px;
    background: rgb(21, 21, 100);
    border-radius: 5px;
    outline: none;
    border: none;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
}

/* map part */

#map {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 8vw;
    height: 500px;
}

#map iframe {
    padding-inline-start: 12px;
    width: 48%;
    height: 100%;
}

@media (max-width:991px) {
    .vdo-container {
        grid-template-columns: 1.5fr, 1fr;
        padding: 10px;
    }

    .vdo-container .main-vdo .video video {
        width: 100%;
        height: 400px;
        padding: 0 10px;
    }
}