@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Imperial+Script&family=Pinyon+Script&family=Supermercado+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Changa:wght@200..800&family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    padding: 0;
    margin: 0;
}

.loader_bg {
    position: fixed;
    background: linear-gradient(155deg, red, orange, yellow, green, blue, indigo, violet);
    width: 100%;
    height: 100%;
    z-index: 9999;

}

.loader img {
    width: 7rem;
    height: 7rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 8rem;
    border-radius: 50%;
    border: 8px dotted rgb(255, 255, 255);
    animation: rotate 2s linear infinite;
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

.welcome {
    color: rgb(255, 251, 251);
    position: absolute;
    top: 48%;
    left: 76%;
    transform: translate(-50%, -50%);
    width: 30rem;
}

/* navbar logo styling */
.logo {
    width: 100px;
    height: 110px;
    padding-left: 30px;
    padding-top: 30px;
}

/* body styling */
body {
    background-color: #36D0FF;
    width: 100%;
    height: 100%;
    color: white;
    font-family: "comic neue", 'sans-serif', "roboto";
    scroll-behavior: smooth;
}

/* marquee styling */
marquee {
    height: 26px;
    width: 100%;
    font-size: 18px;
    background-color: rgb(71, 184, 255);
}

header {
    position: relative;
    top: 0px;
}
hr{
    background-color: white;
    height: 1.5px;
    width: 100%;
}
/* navigation bar styling */
#navbar {
    display: flex;
    align-items: center;
    position: relative;
    font-family: "Comic Neue", cursive;

}

/* Styling the ul */
#navbar ul {
    display: flex;
    margin: auto;
}

#navbar::before {
    content: "";
    background-color: rgb(26, 101, 214);
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 0.4;
    filter: blur(4px);
}

#navbar ul li {
    color: white;
    list-style: none;
    font-size: 1.2rem;
    text-decoration: none;
}

#navbar ul a {
    display: block;
    text-decoration: none;
}

#navbar ul a li {
    display: block;
    padding: 6px 23px;
    text-decoration: none;
}

#navbar ul a li:hover {
    display: block;
    color: rgb(247, 247, 247);
    border-radius: 5px;
    background-color: rgb(68, 124, 255);
}

/* styling cover section */
#cover {
    display: flex;
    flex-direction: column;
    padding: 3px 200px;
    justify-content: center;
    align-items: center;
    height: 500px;
    font-family: "Bree Serif", serif;
    /* font-family: 'Times New Roman', Times, serif; */
}

#cover::before {
    content: "";
    background: url(cover.jpg) no-repeat center center/cover;
    position: absolute;
    height: 909px;
    width: 1577px;
    z-index: -1;
    opacity: 0.89;
    filter: blur(6px) brightness(80.5%);
}

#cover h1 {
    text-align: center;
    color: white;
}

.best {
    text-align: center;
    color: rgb(255, 235, 235);
    font-size: 50px;
}

#cover p {
    text-align: center;
    font-size: 1.5rem;
    color: white;
    width: 528px;
}

/* Utility Class */
.heading-cover {
    font-size: 3.8rem;
    padding: 12px;
}

.Learnbtn {
    padding: 7px 22px;
    border: 3px solid white;
    color: white;
    background-color: blue;
    border-radius: 11px;
    height: 55px;
    font-size: 25px;
    margin: 17px;
    cursor: pointer;

}

.Learnbtn:hover {
    background-color: rgb(217, 0, 255);
    color: black;

}

/* styling about section */
#about {
    padding: 10px;
    width: 100%;
    height: 925px;
    background-color: #36D0FF;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
}

.abt {
    border: 5px solid rgb(27, 7, 140);
    border-radius: 15px;
    padding: 14px;
    margin: 20px;
    margin-top: 20px;
    padding-top: 10px;
    box-shadow: 2px 2px 10px 10px rgb(239, 16, 239);
}

.about-heading {
    text-align: center;
    width: max-content;
    border-bottom: 6px solid red;
    margin: 0 auto;
    font-size: 40px;
}

.about-paragraph {
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}

.m {
    display: flex;
    margin: 20px;
    padding: 20px;
}

.p img {
    height: 195px;
    width: 195px;
    border-radius: 51%;
    align-items: center;
    justify-content: center;
    margin: auto;
    display: block;
}

.p {
    height: 500px;
    width: 600px;
    margin: 35px;
    padding: 25px;
}

.msg {
    text-align: center;
    font-size: 23px;
    font-weight: 500;
    padding: 8px;
}

.vpn {
    text-align: right;
    font-size: 28px;
    font-weight: bold;
    padding: 15px;
}

/* Says Section Styling */
#says {
    background-color: #42d3ff;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    padding: 25px;
}

.box {
    height: 380px;
    width: 305px;
    padding: 25px;
    margin-left: 25px;
    border-radius: 4%;
    animation: backgroundcolorchange 2s linear infinite;
    box-shadow: 10px 10px 5px 5px rgb(215, 2, 227);
}

.name {
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    padding: 15px;
}

#says .box img {
    display: block;
    margin: auto;
    height: 180px;
    width: 180px;
    border-radius: 35%;
    border: 6px solid rgb(0, 40, 133);
    padding: 9px;
}

.said {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
    padding: 8px;
}

/* Styling Facilites */
#f {
    background-color: #36D0FF;
}

.facilit-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}

.facilit {
    padding: 10px;
    box-shadow: 10px 10px 5px 5px rgb(215, 2, 227);
    width: 300px;
    height: 270px;
    border-radius: 20px;
    animation: backgroundcolorchange 2s linear infinite;
}

.facilit .icon img {
    width: 110px;
    height: 110px;
}

.icon {
    display: flex;
}

.icon h1 {
    margin-top: 20px;
    text-align: right;
}

.fac {
    font-size: 23px;
    font-weight: 400;
}

@keyframes backgroundcolorchange {
    0% {
        background-color: rgb(252, 0, 189, 0.797);
    }

    20% {
        background-color: rgb(109, 37, 137);
    }

    40% {
        background-color: rgb(127, 20, 131);
    }

    60% {
        background-color: rgb(56, 2, 193);
    }

    80% {
        background-color: rgb(180, 10, 183);
    }

    100% {
        background-color: rgb(22, 122, 100);
    }

}

/* Styling Achivements */
#ach {
    display: flex;
    flex-wrap: wrap;
    padding: 3px;
    background-color: #36D0FF;
}

.ach-container {
    display: flex;
    padding: 4px;
    margin: 3px;
    flex-wrap: wrap;
}

.ach {
    height: 400px;
    width: 220px;
    border: 3px solid black;
    border-radius: 9px;
    margin: 34px;
    box-shadow: 10px 10px 6px 6px rgb(128, 0, 247);
    animation: backgroundcolchange1 2s linear infinite;
}

.ach img {
    display: block;
    align-items: center;
    height: 300px;
    width: 100%;
    padding-top: 2px;
    border-radius: 9px;
}

.ach h2 {
    text-align: center;
    font-size: 25px;
    padding: 9px;
}

@keyframes backgroundcolchange1 {
    50% {
        background-color: rgb(252, 0, 189, 0.797);
    }

    100% {
        background-color: rgb(170, 31, 84);
    }
}

/* Styling Gallery */

#gal {
    display: flex;
    flex-wrap: wrap;
    background-color: #36D0FF;
}

.our-gal {
    display: flex;
    padding: 5px;
    flex-wrap: wrap;
    align-items: left;

}

.our-gal img {
    margin: 34px;
    height: 300px;
    width: 300px;
    border-radius: 9px;
    border: 3px solid black;
    box-shadow: 20px 20px 17px 12px #e03ae0;
}

/* Styling Location */
#loc {
    display: flex;
    flex-wrap: wrap;
    background-color: #36D0FF;
}

#loc iframe {
    display: block;
    border: 5px solid blueviolet;
    border-radius: 10px;
    height: 550px;
    width: 887px;
}

.loc {
    padding: 10px;
    margin: auto;
}

/* Styling Trusted Section  */

#belive {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: linear-gradient(155deg, blue, blueviolet, rgb(255, 0, 255), rgb(234, 13, 13));
    align-items: center;
    height: 300px;
    padding: 10px;
}

.belive {
    display: flex;
    gap: 130px;
    padding: 20px;
    justify-content: left;
}

.belive-icon {
    height: 145px;
    width: 150px;
    border: 3px solid black;
    padding: 2px;
}

.belive-icon h1 {
    text-align: center;
    font-weight: 600;
    font-size: 15px;
}

.belive-icon img {
    height: 90px;
    width: 54%;
    display: block;
    margin: auto;
    mix-blend-mode: darken;
}

/* Styling THe addmisson form */

#af {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(90deg, rgb(0, 13, 255), rgb(253, 84, 0));
}

#af form {
    /* border: 5px solid black; */
    margin-top: 32px;
    padding: 10px;
}

#af form label {
    color: white;
    font-size: 21px;
    font-weight: 900;
    margin-right: 5px;
}

#af form input {
    margin-top: 10px;
    margin-left: 5px;
    padding: 8px;
    border: 3px solid aqua;
    border-radius: 10px;
    font-size: 10px;
    color: rgb(0, 0, 0);
}

#af form input::placeholder {
    font-size: 12px;
    color: rgb(126, 120, 120);
    font-weight: 600;
}

#af form input:hover {
    cursor: pointer;
    border: 3px solid rgb(6, 255, 188);
    border-radius: 15px;
    background: linear-gradient(90deg, rgb(77, 255, 240), rgb(253, 249, 0));
    color: rgb(96, 77, 77);
    font-weight: bold;
}

#af form select {
    /* height: 15px;
     width: 12px; */
    margin-top: 15px;
    margin-left: 57px;
    padding: 8px;
    border: 3px solid aqua;
    border-radius: 10px;
    font-size: 10px;
    color: rgb(0, 0, 0);

}

#af form select:hover {
    cursor: pointer;
    border: 3px solid rgb(68, 165, 7);
    border-radius: 15px;
    background: linear-gradient(155deg, red, orange, yellow, green, blue, indigo, violet, purple);
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 13px;
}

#af form select option:hover {
    cursor: pointer;
    border: 3px solid rgb(68, 165, 7);
    border-radius: 15px;
    background: linear-gradient(155deg, red, orange, yellow, green, blue, indigo, violet, purple);
    color: rgb(0, 0, 0);
    font-weight: 600;
    font-size: 13px;
}

#af form input[type=radio] {
    height: 15px;
    width: 20px;
    margin: 5px;
    margin-top: 10px;
}

#af form input[type=date] {
    height: 15px;
    width: 91px;
    margin: 5px;
    margin-top: 10px;
}

#af form input[type=submit] {
    height: 31px;
    width: 51px;
    margin-left: 10px;
    margin-top: 38px;
    padding: 2px;
}

#af form input[type=reset] {
    height: 31px;
    width: 51px;
    margin-left: 90px;
    margin-top: 38px;
}

/* Styling The Footer  */
footer {
    height: 400px;
    background: linear-gradient(rgba(0, 0, 230, .7), rgba(0, 0, 210, .7));
    padding: 20px;
    display: flex;
    color: white;
}

footer ul li {
    margin: 10px;
}

footer ul li:hover {
    background: linear-gradient(155deg, red, purple);
}

.fotrlogo {
    width: 250px;
    height: 250px;
    margin-top: 55px;
    margin-right: 30px;
    margin-left: 25px;
}

footer a {
    color: white;
}

a {
    text-decoration: none;

}

footer ul {
    list-style-type: none;
    margin: 31px;
    padding: 1px;
}

.cols {
    width: 400px;
    max-height: 100%;

}

.r2 {
    display: flex;
    gap: 6px;
    justify-content: center;
    margin-top: 25px;
}

.r2 p {
    font-size: 15px;
    margin-top: 13px;
    color: white;
    margin-left: 5px;
}


.fl2 {
    width: 85px;
    height: 85px;
    margin: 6px;
}

.rightmost a {
    font-weight: bolder;
    font-size: 20px;
}

.designer {
    display: flex;
    flex-wrap: wrap;
    width: 220px;
    height: 129px;
    margin-top: 245px;
}

.designer img {
    border-radius: 60%;
    height: 90px;
    width: 90px;
    margin: auto;
}

/* Styling The buttons  */
.btn1 {
    height: 38px;
    width: 85px;
    margin-left: 21px;
    bottom: 5%;
    left: 1%;
    position: fixed;
    cursor: pointer;
    color: rgb(255, 255, 255);
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn2 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    left: 11%;
    position: fixed;
    cursor: pointer;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn3 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    left: 21%;
    position: fixed;
    cursor: pointer;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn4 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    left: 31%;
    position: fixed;
    cursor: pointer;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn5 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    left: 41%;
    position: fixed;
    cursor: pointer;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn6 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    left: 51%;
    position: fixed;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn7 {
    height: 38px;
    width: 136px;
    margin-left: 21px;
    bottom: 5%;
    left: 62%;
    position: fixed;
    cursor: pointer;
    color: white;
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn8 {
    height: 38px;
    width: 111px;
    margin-left: 21px;
    bottom: 5%;
    right: 18%;
    position: fixed;
    cursor: pointer;
    color: white;
    /* background-color: blue; */
    border: 3px solid white;
    border-radius: 3px;
    animation: btn 2.5s linear infinite,
        btncolor 3s linear infinite;
}

.btn8:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn7:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn6:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn5:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn4:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn3:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn2:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
.btn1:hover{
        animation:btn  0s linear infinite,
            btncolor 3s  linear infinite;
            cursor: pointer;
            border-radius: 5px;
            font-weight:700 ;
}
/* Animations of button */
@keyframes btn {
    35% {
        transform: translateX(-5px);
    }

    65% {
        transform: translateY(-65px);
    }

    90% {
        transform: translateX(110px);
    }
}

@keyframes btncolor {
    0% {
        background-color: goldenrod;
    }

    25% {
        background-color: orange
    }

    50% {
        background-color: yellow;
    }

    75% {
        background-color: tomato;
    }

    100% {
        background-color: blueviolet;
    }
}