@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Concert+One&family=DM+Serif+Display:ital@0;1&family=Honk&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Concert+One&family=DM+Serif+Display:ital@0;1&family=Hind+Siliguri:wght@300;400;500;600;700&family=Honk&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Concert+One&family=DM+Serif+Display:ital@0;1&family=Hind+Siliguri:wght@300;400;500;600;700&family=Honk&family=Mukta:wght@200;300;400;500;600;700;800&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Patua+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Concert+One&family=DM+Serif+Display:ital@0;1&family=Hind+Siliguri:wght@300;400;500;600;700&family=Honk&family=Mukta:wght@200;300;400;500;600;700;800&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Patua+One&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Amatic+SC:wght@400;700&family=Concert+One&family=DM+Serif+Display:ital@0;1&family=Hind+Siliguri:wght@300;400;500;600;700&family=Honk&family=Mukta:wght@200;300;400;500;600;700;800&family=Old+Standard+TT:ital,wght@0,400;0,700;1,400&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Patua+One&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    height: 100%;
}

.image::before {
    content: "";
    position: absolute;
    z-index: -2;
    background: center/cover no-repeat url(homebg.jpg);
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: brightness(49%);
}

.navbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: fixed;
    background: transparent;
    z-index: 1000;
    transition: background-color 0.3s ease;
}

.navbar.scrolled {
    background: rgba(0, 0, 0, 0.99);
    /* Change to your desired opaque color */
    color: #000000;
    /* Adjust text color for contrast */
}

#logo {
    height: 40px;
    margin: auto;
}

.navbar div {
    margin: auto 30px;
    display: flex;
}

.navbar h1 {
    font-family: "Hind Siliguri", sans-serif;
    margin: auto 20px;
    font-size: 30px;
    color: white;
    font-weight: 100;
    /* letter-spacing: 2px; */
}

.navbar h1 span {
    font-size: 35px;
    font-weight: 600;
}

.navbar ul {
    display: flex;
    margin: auto 20px;

}

.navbar ul li {
    list-style: none;
    margin: auto 20px;
}

.navbar ul li a {
    font-size: 14px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar ul li a:hover {
    color: aquamarine;
    text-decoration: underline black 2px;
}

#search {
    height: 18px;
    color: white;
    border: 3px solid aquamarine;
    border-radius: 50px;
    padding: 3px;
}

.home {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
}

.home div {

    margin: auto auto;
    margin-top: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.home div h1 {
    align-items: center;
    font-family: "PT Serif", serif;
    font-size: 90px;
    color: whitesmoke;
    text-shadow: 0px 0px 20px rgb(0, 0, 0);
}

.home div p {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 20px;
    color: rgb(3, 211, 142);
    text-shadow: 0px 0px 20px rgb(0, 0, 0);
}

.home div p span {
    font-size: 100;
    color: goldenrod;
}

.courses-btn {
    padding: 10px;
    color: white;
    font-size: 20px;
    margin-top: 130px;
    border: 3px solid aquamarine;
    background-color: transparent;
    border-radius: 8px;
}

.courses-btn span {
    color: rgb(96, 230, 185);
}

.courses-btn:hover {
    cursor: pointer;
    background-color: rgb(0, 0, 0, 0.1);
    transform: scale(1.005);
}

.container-1 {
    background-color: white;
}

.searchbox {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.searchbox form {
    margin-top: 20px;
    display: flex;
    border: 3px solid black;
    border-radius: 50px;
    padding: 4px 10px;
}

input#searchbar {
    padding: 6px;
    min-width: 500px;
    font-size: 15px;
    border: none;
}

.searchbox img {
    filter: invert(80%);
    height: 20px;
    color: white;
    /* border-radius: 50px; */
    padding: 6px;
}

#searchbar:focus {
    outline: none;
    border: none;
}

.ad {
    background-color: white;
    display: flex;
    padding: 15px 30px;
    justify-content: center;
    margin: 0 50px;
    margin-top: 20px;
    margin-bottom: 50px;

}

.ad h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    font-size: 29px;
}

.ad p {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 600;
    color: rgb(53, 53, 53);
}

.ad img {
    height: 50px;
    border-right: 1px solid rgb(150, 150, 150);
    padding-right: 10px;
    margin-right: 10px;
}

#div1 {
    padding: 20px;
    width: 350px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    background-color: rgb(228, 228, 228);
}

#div2 {
    padding: 20px;
    width: 350px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    background-color: rgb(228, 228, 228);
}

#div3 {
    padding: 20px;
    width: 350px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    background-color: rgb(228, 228, 228);
}

#div4 {
    padding: 20px;
    width: 350px;
    height: 50px;
    margin: 0px 10px;
    border-radius: 20px;
    align-items: center;
    display: flex;
    background-color: rgb(228, 228, 228);
}

#p-head {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    letter-spacing: 5px;
    word-spacing: 6px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.6);
    margin-top: 30px;
    margin-left: 100px;
}

#p-head span {
    font-size: 100;
    color: rgb(0, 230, 153);
}

.container-3 {
    display: flex;
    flex-direction: column;
}

.container-3 h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 400;
    font-size: 60px;
    margin-left: 100px;
    color: rgba(0, 0, 0, 0.76);
}

.container-3 h1 span {
    font-weight: 700;
}

.container-3 .inner-div {
    display: flex;
    padding: 30px 80px;
    /* background-color: beige; */
    justify-content: center;
}

#courses-img {
    height: 280px;
}

#course-1 {
    margin-left: 0px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

#course-2 {
    margin-left: 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

#course-3 {
    margin-left: 30px;
    /* margin-right: 20px; */
    transition: transform 0.3s ease, box-shadow 0.3s ease;

}

#course-1:hover,
#course-2:hover,
#course-3:hover {
    transform: scale(1.03);
    background-color: rgb(0, 0, 0, 0.03);
    border-radius: 20px;
    cursor: pointer;
}

#rating {
    height: 18px;
}

.inner-div #course-head {
    font-size: 18px;
    margin: auto;
    display: flex;
    align-items: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.781);
}

.inner-div #course-head span {
    color: rgb(0, 221, 147);
    font-weight: 700;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}

.container-3 h2 {
    font-family: "Mukta", sans-serif;
    margin-top: 15px;
    line-height: 30px;
}

#small {
    display: flex;
}

#small p {
    background-color: rgb(236, 236, 236);
    display: flex;
    padding: 5px;
    margin: 10px 10px;
    border-radius: 10px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    color: rgba(83, 83, 83, 0.884);
}

#small p img {
    height: 20px;
    margin-right: 5px;
}

.container-4 {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    margin-bottom: 50px;
}

.vertical-text {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    transform: rotate(180deg);
    left: 0;
    position: absolute;
    margin-top: 225px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 70px;
    background: linear-gradient(180deg, #0ce0cf, #1969fd);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.form {
    display: flex;
    flex-direction: column;
    height: 500px;
    width: 400px;
    align-items: center;
    justify-content: center;
    margin-top: 150px;
    /* margin-left: auto; */
}

.form::before {
    content: "";
    position: absolute;
    width: 400px;
    height: 600px;
    background: center no-repeat url(phone.png);
    z-index: -1;
}

#name,
#number,
#email,
#message {
    padding: 5px;
    width: 200px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}

#select-course {
    width: 212px;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    border: none;
}

#submit {
    margin-top: 10px;
    padding: 4px;
    align-items: center;
    border-radius: 5px;
    color: white;
    background-color: orangered;
    border: none;

}

#main {
    font-family: "Raleway", sans-serif;
    font-weight: 1px;
    color: white;
    font-size: 35px;
    text-wrap: wrap;
    max-width: 220px;
    line-height: 40px;
    text-align: center;
}

#main span {
    font-weight: 700;
}

#sub {
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 12px;
    margin: 8px;
}

.phone-side-text {
    margin-top: 105px;
    display: flex;
    flex-direction: column;
    margin-left: 50px;
    margin-right: 50px;
}

.phone-side-text h1 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
}

.phone-side-text h1 span {
    font-size: 100;
    color: rgb(0, 230, 153);
}

.phone-side-text h2 {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 50px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #000000d0;
}

.phone-side-text h2 span {
    font-size: 35px;
}

#estd {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #000000d0;
    font-weight: 1;
    font-size: 30px;
}

.phone-side-text p {
    max-width: 540px;
}

#p-1 {
    margin-top: 30px;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    max-width: 540px;
    font-size: 20px;
    color: #000000d0;
}

#dash {
    font-size: 30px;
    font-weight: 900;
    color: rgb(0, 230, 153);
    margin-bottom: 30px;
}

#p-2 {
    /* margin-top: 0px; */
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 500;
    max-width: 540px;
    font-size: 18px;
    color: #000000d0;
}

#points {
    margin-top: 15px;
}

#points p {
    display: flex;
    align-items: center;
    font-family: "Roboto Condensed", sans-serif;
    color: #000000d0;
    font-weight: 500;
}

#points p span {
    color: rgb(0, 230, 153);
    font-size: 25px;
}

#btns-side {
    margin-top: 20px;
    display: flex;
}

#btns-side button {
    margin-right: 30px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: white;
    background: linear-gradient(90deg, #0ce0cf, #1980fd);
    padding: 12px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    transition: background 0.3s, transform 0.3s;
    display: flex;
    align-items: center;

}

#btns-side button:hover {
    transform: scale(1.03);
    cursor: pointer;
}

#btns-side button::after {
    content: ' ▶';
    font-size: 12px;
    margin-left: 5px;
    transition: margin-left 0.3s;
}

#btns-side button:hover::after {
    margin-left: 10px;
}

.container-5 {
    margin-top: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(teacher-bg.jpg) center no-repeat;
}

.container-5 h1 {
    color: rgba(245, 245, 245, 0.767);
    margin-top: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.container-5 h1 span {
    font-size: 100;
    color: rgb(0, 230, 153);
}

.container-5 h2 {
    color: rgb(245, 245, 245);
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 55px;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.container-5 h2 span {
    font-weight: 600;
}

.teachers {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    max-width: 80%;
    flex-wrap: wrap;
}

#t-1 {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 10px 10px;
    margin: 10px 15px;
    border-radius: 5px;
}

#div-s-p {
    display: flex;
}

.socials {
    display: flex;
    flex-direction: column;
}

.socials img {
    margin-left: 10px;
    margin-top: 5px;
    height: 20px;
    opacity: 0.8;
}

img#teacher {
    height: 90px;
    margin-left: 90px;
    border-radius: 3px;
    margin-top: 5px;
}

#name-sub {
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}

#t-name,
#t-sub {
    margin: 10px 0;
    max-width: 80px;
    line-height: 21px;
    color: rgb(245, 245, 245, 0.9);
    font-family: "Mukta", sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin-left: 6px;
}

#t-sub {
    font-family: "roboto condensed";
    margin: auto 4px;
    font-size: 12px;
}

#all-btn {
    margin-bottom: 100px;
    margin-top: 30px;
    display: flex;
}

#all-btn button {
    font-weight: 600;
    color: white;
    background: linear-gradient(135deg, #0ce0cf, #198ffd);
    padding: 12px;
    margin-top: 10px;
    border-radius: 5px;
    border: none;
    transition: background 0.3s, transform 0.3s;
    display: flex;
    align-items: center;
}

#all-btn button:hover {
    transform: scale(1.03);
    cursor: pointer;
}

#all-btn button::after {
    content: ' ▶';
    font-size: 12px;
    margin-left: 5px;
    transition: margin-left 0.3s;
}

#all-btn button:hover::after {
    margin-left: 12px;
}

.container-6 {
    background-color: rgba(128, 128, 128, 0.048);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-6 h1 {
    margin-top: 40px;
    font-size: 40px;
    color: #303030f8;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}


.container-6 div {
    display: flex;
    margin: 0px auto;
    margin-top: 50px;
}

.container-6 div img {
    /* margin: 0px 20px; */
    height: 90px;
    border-right: 2px solid rgba(128, 128, 128, 0.37);
    padding: 0 30px;
    margin-bottom: 80px;

}

.lib-img::before {
    content: "";
    background: url(library.jpg) center no-repeat;
    filter: brightness(50%);
    height: 110%;
    width: 100%;
    position: absolute;
    z-index: -1;
}

.container-7 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container-7 h1 {
    color: rgba(245, 245, 245, 0.767);
    margin-top: 60px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
}

.container-7 h1 span {
    font-size: 100;
    color: rgb(0, 230, 153);
}

.container-7 h2 {
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 55px;
    font-weight: 500;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

#lib-dash {
    width: 80%;
    margin: 5px auto;
}

#why {
    display: flex;
    margin-top: 70px;
}

#why div {
    margin: 0px 10px;
    display: flex;
}


#why-text {
    display: flex;
    flex-direction: column;
    color: white;
}

#why-text h3 {
    font-size: 25px;
    max-width: 500px;
    font-family: sans-serif;
    margin-bottom: 10px;
}

#why-text p {
    max-width: 300px;
    font-family: "roboto condensed";
}

#why img {
    height: 50px;
}

.testimonial {
    margin-top: 70px;
    margin-left: 150px;
}

.testimonial h1 {
    font-size: 40px;
    color: white;
    font-weight: 200;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;

}

.testimonial h1 span {
    color: white;
    font-weight: 700;
}

.testis {
    display: flex;
    margin: 30px 0px;
}

.testimonial p {
    max-width: 400px;
    color: whitesmoke;
    font-family: "roboto condensed";
}

#testi-1 {
    background-color: #b4b4b41c;

    margin: 10px 0;
    margin-right: 200px;
    border: 2px solid aquamarine;
    border-radius: 5px;
    font-size: 18px;
    padding: 30px;
}

#clr {
    margin-top: 10px;
    color: aquamarine;
}

.blank {
    height: 50px;
}

#testi-1::after {
    content: "";
    position: absolute;
    background: url(quotes.png) no-repeat;
    height: 100%;
    width: 100%;
    margin-left: 320px;
    opacity: 90%;
}

.end {
    background: url(contact-b.jpg) center no-repeat;
}

.container-8 {
    display: flex;
    height: 100%;
}


.container-8 h1 {
    color: rgba(245, 245, 245, 0.767);
    margin-top: 40px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 18px;
    letter-spacing: 4px;
    word-spacing: 10px;
}

.container-8 h1 span {
    font-size: 100;
    color: rgb(0, 230, 153);
}

#c-1 {
    max-width: 400px;
    display: flex;
    margin: 10px 0px;
    align-items: center;
}

.end-text {
    max-width: 500px;
    margin-left: 200px;
}

.end-text h2 {
    margin-top: 15px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 50px;
    color: rgb(243, 243, 243);
}

.end-text p {
    margin-top: 10px;
    font-size: 19px;
    font-family: sans-serif;
    font-weight: 500;
    color: whitesmoke;
    margin-bottom: 20px;
}

#c-1 p {
    font-weight: 600;
    font-size: 15px;
}

#c-1 p span {
    font-weight: 500;
}

.end-text img {
    margin-right: 20px;
    height: 50px;
    padding: 5px;
    border-radius: 2px;
}

.container-8 hr {
    opacity: 0.7;
    max-width: 300px;
}

.end-image {
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.end-image img {
    height: 400px;
    align-items: center;
}


#footer-dash hr {
    margin: 0px auto;
    /* margin-top: 100px; */
    margin-top: 50px;
    width: 80%;
    color: #000000b6;
}

footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0;
    color: #e0e0e0d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 500;
    padding: 10px;
}

footer div {
    float: right;
    display: flex;
}

footer div a {
    margin: 0 15px;
    text-decoration: none;
    color: #e0e0e0d0
}