@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');

:root
{
    --bg-color: #08382e;
}

body
{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}

.h-h1
{
    display: flex;
    justify-content: center;
}

.h-h2
{
    background-color: var(--bg-color);
    border-radius: 10px;
    padding: 0 30px;
    width: max-content;
    max-width: 550px;
    box-shadow: rgba(0, 26, 11, 0.4) 0px 0px 0px 2px, rgba(2, 8, 3, 0.65) 0px 4px 6px -1px, rgba(2, 32, 11, 0.911) 0px 1px 0px inset;
}

.h-h2 h4
{
    padding-top: 8px;
    letter-spacing: 2.5;
    color: rgb(223, 223, 48);
    text-transform: uppercase;
    font-weight: bold;
}

.w-s
{
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
}

/* hero area */

.hero_area
{
    background: url(../images/hero-bg.png) no-repeat;
    background-size: cover;
}

.hero_area .navbar-brand img
{
    height: 80px;
    transition: .5s;
}

.hero_area .nav-link
{
 
    margin-top: 20px !important;
    color: white !important;
    outline: none;
    transition: .5s;
}

.hero_area .nav-link:hover
{
    color: #e7c321 !important;
}

.hero_area .h-txt
{
    color: white;
    font-size: 30px;
}

.hero_area .h-img img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    height: 50%;
}



.sticky-top.navbar-dark .navbar-nav .nav-link
{
    padding: 0px 0px;
    margin-top: 10px;
    color: rgb(252, 252, 252) !important;
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active
{
    color: yellow !important;
}

.sticky-top.navbar-dark .navbar-brand img
{
    max-height: 70px;
}

.navbar-dark
{

    width: 100%;
    top: 0;
    left: 0;
}

.sticky-top.navbar-dark
{
    position: fixed;
    background: rgb(8, 56, 46, .9);
}

/* hero area */

/* slider section */

.slider_section
{
    background: url(../images/s_bg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.slider_section h2
{
    font-weight: bold;
    color: var(--bg-color);
}

.slider_section .carousel-item h2
{
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
    top: 40%;
    left: 20%;
}

.slider_section .carousel-item p
{
    position: absolute;
    z-index: 1;
    color: white;
    top: 80%;
    left: 30%;
}

/* slider section */


/*lms section */

.lms_section
{
    background: url(../images/2\ banner-3-4\ height.jpg) no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

.lms_section .row
{
    width: 90%;
}

.lms_section h2
{
    font-weight: bold;
    color: rgb(223, 223, 48);
}

.lms_section p
{
    color: white;
    line-height: 1.5;
    letter-spacing: 1.1;
    font-size: 20px;
    word-spacing: 5;
    width: 95%;
    text-align: justify;
    padding-bottom: 15px;
}

/*/lms section */



/* categories section */

.categories_section img:hover
{
    filter: drop-shadow(16px 16px 10px rgb(54, 54, 54, 0.7));
}

.categories_section .col-lg-2:nth-child(3)
{
    margin-top: 200px;
}

.categories_section .col-lg-2:nth-child(4)
{
    margin-top: 400px;
}

.categories_section .col-lg-2:nth-child(5)
{
    margin-top: 200px;
}

.categories_section .c-img img
{
    height: 350px;
}

.c-img
{
    position: relative;
}

.c-img h3 {
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    left: 75px;
    top: 208px;
}

@media (min-width: 1500px) {
    .c-img h3 {
        font-size: 15px;
        font-weight: bold;
        left: 55px;
        top: 228px;
    }
}

@media (max-width: 420px) {
    .c-img h3 {
        font-size: 13px;
        font-weight: bold;
     
        transform: translateX(-20%);
        top: 258px;
    }
}

/* Add more media queries as needed for additional breakpoints */


.c-img .c1
{
    color: #a60734;
}

.c-img .c5
{
    color: #a60734;
}

.c-img .c2
{
    color: #a60776;
}

.c-img .c3
{
    color: #0d5d25;
}

.c-img .c4
{
    left: 54px;
    color: #a60776;
}

.m-vault-1
{
    background: url(../images/Round\ image.png) no-repeat;
    height: 350px;
}

.m-vault-1 h2
{
    padding-top: 40%;
    color: yellow;
}

.m-vault-1 p
{
    color: white;
}

/* /categories section */

/* vault section */

.footer-img
{
    position: absolute;
    width: 100%;
    margin-top: -295px;
}

.footer-img img
{
    width: 100%;
}

.vault_section .card
{
    line-height: 1.6;
    border: 1px solid black;
    word-spacing: 7;
}

.vault_section p
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    word-spacing: .5;
}

.m-vault
{
    background-color: #08382e;
}

.m-vault .m-v
{
    display: flex;
    justify-content: center;
}

.m-vault iframe
{
    height: 250px;
    width: 69%;
}

.m-vault h2
{
    color: rgb(223, 223, 48);
    padding-bottom: 25px;
}

.m-vault p
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 1.1;
    word-spacing: 2;
    text-align: justify;
    color: white;
}


/* plan section */

.plan_section img
{
    height: 600px;
}

.plan_section a
{
    text-decoration: none;
}

.plan_section .pricingTable
{
    height: 68%;
}

.plan_section .pricingTable.green
{
    margin-top: 130px;
}


/* /plan section */

/* student_section */

.student_section
{
    background-color: rgb(154, 194, 181);
}

.student_section p
{
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
    text-align: justify;
    letter-spacing: 1.2;
}

/* /student_section */

/* info section */

.info_section h2
{
    color: var(--bg-color);
    font-weight: bold;
    letter-spacing: 2;
    text-transform: uppercase;
}

.info_section img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.info_section .i-txt
{
    padding-top: 25px;
    line-height: 1.7;
    text-align: justify;
    font-size: 20px;
    font-weight: 500;
}

/* /info section */

/* exam section */

.exam-container
{
    padding: 40px 5px;
}

.exam-container .slide-content
{
    margin: 20px 40px;
}

.exam-container .card
{
    background-color: var(--bg-color);
    padding: 12px;
    border-radius: 0;
}

.exam-container .card-body
{
    background-color: white;
    height: 110px;
}

.exam-container .card-body h4
{
    text-transform: uppercase;
    letter-spacing: 2;
    color: var(--bg-color);
    font-weight: bold;
}

.exam-container .card-image .card-img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 50%;
    width: 50%;
}

.exam-container .swiper-navBtn
{
    z-index: 10000;
    color: black;
}

.exam-container .card a
{
    margin-left: -18px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 14px;
    border-top-left-radius: 4px;
    background-color: #e7c321;
    font-weight: bold;
}

.exam-container .swiper-button-next
{
    right: 0;
}

.exam-container .swiper-button-prev
{
    left: 0;
}

/* /exam section */

/* client section */

.client_section
{
    padding-bottom: 150px;
    height: 800px;
}

.client_section .box
{
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin: 20px;
}

.client_section .card .img-box
{
    width: 70px;
}

.client_section .card .img-box img
{
    width: 100%;
}


.client_section .box .img-box
{
    width: 150px;
}

.client_section .box .img-box img
{
    width: 100%;
}

.client_section .box .detail-box
{
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .box .detail-box h5
{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}

.client_section .box .detail-box span
{
    font-size: 16px;
    font-weight: normal;
    color: #fec016;
    padding-bottom: 10px;
}

.client_section .box .detail-box img
{
    width: 15px;
    margin: 35px 0;
}

.client_section .carousel-wrap
{
    margin: 0 auto;
    padding: 0;
    position: relative;
}

.client_section .owl-nav>div
{
    margin-top: -26px;
    position: absolute;
    top: 50%;
    color: #cdcbcd;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next
{
    width: 50px;
    height: 50px;
    background-color: #000000;
    background-size: 16px;
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -75px;
    outline: none;
}

.client_section .owl-carousel .owl-nav .owl-prev:hover,
.client_section .owl-carousel .owl-nav .owl-next:hover
{
    background-color: rgba(0, 0, 0, 0.8);
}

.client_section .owl-carousel .owl-nav .owl-prev
{
    background-image: url(../images/prev.png);
    left: 50%;
    -webkit-transform: translateX(-102%);
    transform: translateX(-102%);
}

.client_section .owl-carousel .owl-nav .owl-next
{
    right: 50%;
    background-image: url(../images/next.png);
    -webkit-transform: translateX(102%);
    transform: translateX(102%);
}

.client_section .owl-carousel .owl-dots.disabled,
.client_section .owl-carousel .owl-nav.disabled
{
    display: block;
}

.client_section .owl-item.active.center .box
{
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}

/* /client section */

/* contact section */


.contact_section
{
    position: relative;
    background: var(--bg-color);
    min-height: 100px;
    padding: 20px 50px;
}

.contact_section img
{
    width: 65%;
}

.contact_section .mb-3
{
    padding-left: 12%;
}

.contact_section .c-list li
{
    font-size: 20px;
    color: white;
    letter-spacing: 1.4;
    line-height: 2.4;
}

.contact_section .info_form iframe
{
    border: 0;
    width: 80%;
    height: 200px;
}

.contact_section .info_form .social_box
{
    margin-top: 35px;
    width: 100%;
    display: flex;
}

.contact_section .info_form .social_box a
{
    margin-right: 25px;
    font-size: 20px;
    color: white;
}

.contact_section p
{
    color: white;
    letter-spacing: 1.1;
    word-spacing: 1;
    font-size: 20px;
}

.wave
{
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: url('../images/fo.png');
    background-size: 1000px 100px;
}

.wave#wave1
{
    z-index: 1000;
    opacity: 1;
    bottom: 0;
    animation: animateWaves 4s linear infinite;
}

.wave#wave2
{
    z-index: 999;
    opacity: 0.5;
    bottom: 10px;
    animation: animate 4s linear infinite !important;
}

.wave#wave3
{
    z-index: 1000;
    opacity: 0.2;
    bottom: 15px;
    animation: animateWaves 3s linear infinite;
}

.wave#wave4
{
    z-index: 999;
    opacity: 0.7;
    bottom: 20px;
    animation: animate 3s linear infinite;
}

@keyframes animateWaves
{
    0%
    {
        background-position-x: 1000px;
    }

    100%
    {
        background-positon-x: 0px;
    }
}

@keyframes animate
{
    0%
    {
        background-position-x: -1000px;
    }

    100%
    {
        background-positon-x: 0px;
    }
}

/* end contact section */




a
{
    text-decoration: none;
}

.pricingTable
{
    text-align: center;
    background: #fff;
    width: 100%;
    height: 95%;
    margin: 0 5px;
    box-shadow: 0 0 10px #ababab;
    padding-bottom: 40px;
    border-radius: 10px;
    color: #cad0de;
    transform: scale(1);
    transition: all .5s ease;
}

.pricingTable:hover
{
    transform: scale(1.04);
    z-index: 1
}

.pricingTable .pricingTable-header
{
    padding: 40px 0;
    background: #f5f6f9;
    border-radius: 10px 10px 50% 50%;
    transition: all .5s ease;
}

.pricingTable:hover .pricingTable-header
{
    background: #ff9624;
}

.pricingTable .pricingTable-header i
{
    font-size: 50px;
    color: #999ca3;
    margin-bottom: 10px;
    transition: all .5s ease;
}

.pricingTable .price-value
{
    font-weight: 800;
    font-size: 35px;
    color: #ff9624;
    transition: all .5s ease;
}

.pricingTable:hover .price-value,
.pricingTable:hover .pricingTable-header i
{
    color: #fff
}

.pricingTable .heading
{
    font-size: 24px;
    color: #ff9624;
    margin-bottom: 20px;
    text-transform: uppercase
}

.pricingTable .pricing-content ul
{
    list-style: none;
    padding: 0;
    margin-bottom: 30px
}

.pricingTable .pricing-content ul li
{
    line-height: 30px;
    color: #a7a8aa
}

.pricingTable .pricingTable-signup a
{
    display: inline-block;
    font-size: 15px;
    color: #fff;
    padding: 10px 35px;
    border-radius: 20px;
    background: #ffa442;
    text-transform: uppercase;
    transition: all .3s ease;
}

.pricingTable .pricingTable-signup a:hover
{
    box-shadow: 0 0 10px #ffa442
}

.pricingTable.blue .heading,
.pricingTable.blue .price-value
{
    color: #4b64ff
}

.pricingTable.blue .pricingTable-signup a,
.pricingTable.blue:hover .pricingTable-header
{
    background: #4b64ff
}

.pricingTable.blue .pricingTable-signup a:hover
{
    box-shadow: 0 0 10px #4b64ff
}

.pricingTable.red .heading,
.pricingTable.red .price-value
{
    color: #ff4b4b
}

.pricingTable.red .pricingTable-signup a,
.pricingTable.red:hover .pricingTable-header
{
    background: #ff4b4b
}

.pricingTable.red .pricingTable-signup a:hover
{
    box-shadow: 0 0 10px #ff4b4b
}

.pricingTable.green .heading,
.pricingTable.green .price-value
{
    color: #40c952
}

.pricingTable.green .pricingTable-signup a,
.pricingTable.green:hover .pricingTable-header
{
    background: #40c952
}

.pricingTable.green .pricingTable-signup a:hover
{
    box-shadow: 0 0 10px #40c952
}

.pricingTable.blue:hover .price-value,
.pricingTable.green:hover .price-value,
.pricingTable.red:hover .price-value
{
    color: #fff
}



.accordion-button:focus
{
    box-shadow: none;
    border-color: rgba(0, 0, 0, .125);
}


.trigger1
{
    color: black;
    background: yellow;
}

.overlay
{
    z-index: 100000;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
    display: none;
}

.active
{
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay .popup-form
{
    position: relative;
    width: 800px;
    height: 500px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.overlay .popup-form .btn-close
{
    position: absolute;
    z-index: 10;
    top: 2%;
    right: 2%;
}

.overlay .popup-form .user
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}

.overlay .popup-form .user .imgBx
{
    position: relative;
    width: 50%;
    height: 100%;
    background: #ff0;
    transition: 0.5s;
}

.overlay .popup-form .user .imgBx img
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay .popup-form .user .formBx
{
    position: relative;
    width: 50%;
    height: 100%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    transition: 0.5s;
}

.overlay .popup-form .user .formBx form h2
{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    color: #555;
}

.overlay .popup-form .user .formBx form input
{
    position: relative;
    width: 100%;
    padding: 10px;
    background: #f5f5f5;
    color: #333;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 8px 0;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
}

.overlay .popup-form .user .formBx form input[type='submit']
{
    max-width: 100px;
    background: #677eff;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: 0.5s;
}

.overlay .popup-form .user .formBx form .signup
{
    position: relative;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    color: #555;
    text-transform: uppercase;
    font-weight: 300;
}

.overlay .popup-form .user .formBx form .signup a
{
    font-weight: 600;
    text-decoration: none;
    color: #677eff;
}

.overlay .popup-form .signupBx
{
    pointer-events: none;
}

.overlay .popup-form.active .signupBx
{
    pointer-events: initial;
}

.overlay .popup-form .signupBx .formBx
{
    left: 100%;
}

.overlay .popup-form.active .signupBx .formBx
{
    left: 0;
}

.overlay .popup-form .signupBx .imgBx
{
    left: -100%;
}

.overlay .popup-form.active .signupBx .imgBx
{
    left: 0%;
}

.overlay .popup-form .signinBx .formBx
{
    left: 0%;
}

.overlay .popup-form.active .signinBx .formBx
{
    left: 100%;
}

.overlay .popup-form .signinBx .imgBx
{
    left: 0%;
}

.overlay .popup-form.active .signinBx .imgBx
{
    left: -100%;
}

@media (max-width: 991px)
{
    .overlay .popup-form
    {
        max-width: 400px;
    }

    .overlay .popup-form .imgBx
    {
        display: none;
    }

    .overlay .popup-form .user .formBx
    {
        width: 100%;
    }
}




:root {
	--hue: 223;
	--bg: hsl(var(--hue), 10%, 90%);
	--fg: hsl(var(--hue), 10%, 10%);
	--primary: var(--bg-color);
	--primary-l:var(--bg-color);
	--primary-d: var(--bg-color);
	--white: hsl(var(--hue), 10%, 100%);
	--white-d: hsl(var(--hue), 10%, 45%);
	
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Change the background color as needed */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 900000000000;
}
.loaded .preloader {
    display: none;
}
.book,
.book__pg-shadow,
.book__pg {
	animation: cover 7s ease-in-out infinite;
}
.book {
	background-color: var(--primary-l);
	border-radius: 0.25em;
	box-shadow: 0 0.25em 0.5em hsla(0, 0%, 0%, 0.3),
		0 0 0 0.25em var(--primary) inset;
	padding: 0.25em;
	perspective: 37.5em;
	position: relative;
	width: 8em;
	height: 6em;
	transform: translate3d(0, 0, 0);
	transform-style: preserve-3d;
}
.book__pg-shadow,
.book__pg {
	position: absolute;
	left: 0.25em;
	width: calc(50% - 0.25em);
}
.book__pg-shadow {
	animation-name: shadow;
	background-image: linear-gradient(
		-45deg,
		hsla(0, 0%, 0%, 0) 50%,
		hsla(0, 0%, 0%, 0.3) 50%
	);
	filter: blur(0.25em);
	top: calc(100% - 0.25em);
	height: 3.75em;
	transform: scaleY(0);
	transform-origin: 100% 0%;
}
.book__pg {
	animation-name: pg1;
	background-color: var(--white);
	background-image: linear-gradient(
		90deg,
		hsla(var(--hue), 10%, 90%, 0) 87.5%,
		hsl(var(--hue), 10%, 90%)
	);
	height: calc(100% - 0.5em);
	transform-origin: 100% 50%;
}
.book__pg--2,
.book__pg--3,
.book__pg--4 {
	background-image: repeating-linear-gradient(
			hsl(var(--hue), 10%, 10%) 0 0.125em,
			hsla(var(--hue), 10%, 10%, 0) 0.125em 0.5em
		),
		linear-gradient(
			90deg,
			hsla(var(--hue), 10%, 90%, 0) 87.5%,
			hsl(var(--hue), 10%, 90%)
		);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 2.5em 4.125em, 100% 100%;
}
.book__pg--2 {
	animation-name: pg2;
}
.book__pg--3 {
	animation-name: pg3;
}
.book__pg--4 {
	animation-name: pg4;
}
.book__pg--5 {
	animation-name: pg5;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue), 10%, 30%);
		--fg: hsl(var(--hue), 10%, 90%);
	}
}

/* Animations */
@keyframes cover {
	from,
	5%,
	45%,
	55%,
	95%,
	to {
		animation-timing-function: ease-out;
		background-color: var(--primary-l);
	}
	10%,
	40%,
	60%,
	90% {
		animation-timing-function: ease-in;
		background-color: var(--primary-d);
	}
}
@keyframes shadow {
	from,
	10.01%,
	20.01%,
	30.01%,
	40.01% {
		animation-timing-function: ease-in;
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
	}
	5%,
	15%,
	25%,
	35%,
	45%,
	55%,
	65%,
	75%,
	85%,
	95% {
		animation-timing-function: ease-out;
		transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
	}
	10%,
	20%,
	30%,
	40%,
	50%,
	to {
		animation-timing-function: ease-out;
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
	}
	50.01%,
	60.01%,
	70.01%,
	80.01%,
	90.01% {
		animation-timing-function: ease-in;
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
	}
	60%,
	70%,
	80%,
	90%,
	to {
		animation-timing-function: ease-out;
		transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
	}
}
@keyframes pg1 {
	from,
	to {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.4deg);
	}
	10%,
	15% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
	}
	20%,
	80% {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
	}
	85%,
	90% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(180deg);
	}
}
@keyframes pg2 {
	from,
	to {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(0.3deg);
	}
	5%,
	10% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.3deg);
	}
	20%,
	25% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
	}
	30%,
	70% {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
	}
	75%,
	80% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.9deg);
	}
	90%,
	95% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.3deg);
	}
}
@keyframes pg3 {
	from,
	10%,
	90%,
	to {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(0.2deg);
	}
	15%,
	20% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.2deg);
	}
	30%,
	35% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
	}
	40%,
	60% {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
	}
	65%,
	70% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.8deg);
	}
	80%,
	85% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.2deg);
	}
}
@keyframes pg4 {
	from,
	20%,
	80%,
	to {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(0.1deg);
	}
	25%,
	30% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.1deg);
	}
	40%,
	45% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
	}
	50% {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
	}
	55%,
	60% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.7deg);
	}
	70%,
	75% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0.1deg);
	}
}
@keyframes pg5 {
	from,
	30%,
	70%,
	to {
		animation-timing-function: ease-in;
		background-color: var(--white-d);
		transform: translate3d(0, 0, 1px) rotateY(0);
	}
	35%,
	40% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0deg);
	}
	50% {
		animation-timing-function: ease-in-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(179.6deg);
	}
	60%,
	65% {
		animation-timing-function: ease-out;
		background-color: var(--white);
		transform: translate3d(0, 0, 1px) rotateY(0);
	}
}
#togglePassword {
    position: absolute;
    right: 35px;
    top: 48%;
    transform: translateY(-50%);
    cursor: pointer;
}

#togglePassword:hover {
    color: #007bff; /* Change color on hover if desired */
}

#id_password {
    padding-right: 30px; /* Adjust padding to accommodate the icon */
}

.tip {
    width: 0px;
    height: 0px;
    position: absolute;
    background: transparent;
    border: 10px solid #faa506;
}

.tip-up {
    top: -25px;
    /* Same as body margin top + border */
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.tip-down {
    bottom: -25px;
    left: 10px;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-left {
    top: 10px;
    left: -25px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
}

.tip-right {
    top: 10px;
    right: -25px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.dialogbox .body {
    position: relative;
    max-width: 700px;
    height: auto;
    margin: 20px 10px;
    padding: 20px;
    background-color: #08382e;
    border-radius: 3px;
    border: 5px solid #faa506;
}

.body .message {
    min-height: 30px;
    border-radius: 3px;
   
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
}


:selection {
    background: rgba(23, 162, 184, 0.3);
  }

  .wrapper {
    max-width: 90%;
    width: 100%;
    margin: 50px auto;
    padding: 25px 30px 30px 30px;
    border-radius: 5px;
    color: black;
    n gh background: #fff;
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  }

  .wrapper header {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 20px;
  }

  .wrapper nav {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
  }

  .wrapper nav label {

    height: 100%;
    width: 100%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    z-index: 1;
    color: #08382e;
    font-size: 17px;
    border-radius: 5px;
    margin: 0 5px;
    transition: all 0.3s ease;
  }

  @media screen and (max-width:1280px) {
    .wrapper nav label {

      height: 100%;
      width: 100%;
      text-align: center;
      line-height: 50px;
      cursor: pointer;
      position: relative;
      z-index: 1;
      color: #08382e;
      font-size: 0px;
      border-radius: 5px;
      margin: 0 5px;
      transition: all 0.3s ease;
    }

    nav label i {
      font-size: 17px;
      padding-right: 7px;
    }
  }

  .wrapper nav label:hover {
    background: rgba(23, 189, 29, 0.3);
  }

  #home:checked~nav label.home,
  #blog:checked~nav label.blog,
  #code:checked~nav label.code,
  #help:checked~nav label.help,
  #about:checked~nav label.about {
    color:gold;
  }

  nav label i {
    padding-right: 7px;
  }

  nav .slider {
    position: absolute;
    height: 100%;
    width: 20%;
    left: 0;
    bottom: 0;
    z-index: 0;
    border-radius: 5px;
    background: #08382e;
    transition: all 0.3s ease;
  }

  input[type="radio"] {
    display: none;
  }

  #blog:checked~nav .slider {
    left: 20%;
  }

  #code:checked~nav .slider {
    left: 40%;
  }

  #help:checked~nav .slider {
    left: 60%;
  }

  #about:checked~nav .slider {
    left: 80%;
  }

  section .content {
    display: none;
    background: #fff;
  }

  #home:checked~section .content-1,
  #blog:checked~section .content-2,
  #code:checked~section .content-3,
  #help:checked~section .content-4,
  #about:checked~section .content-5 {
    display: block;
  }

  section .content .title {
    font-size: 21px;
    font-weight: 500;
    margin: 30px 0 10px 0;
  }

  section .content p {
    text-align: justify;
  }

  .student-profile .card .card-header .profile_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 10px auto;
    border: 10px solid #ccc;
    border-radius: 50%;
  }



  .pricing {

    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;


  }

  .pricing-item {
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-flex: 0 1 330px;
    flex: 0 1 330px;
  }

  .pricing-action {
    color: inherit;
    border: none;
    background: none;
  }

  .pricing-action:focus {
    outline: none;
  }

  .pricing-feature-list {
    text-align: left;
  }

  .pricing-palden .pricing-item {
    font-family: 'Open Sans', sans-serif;
    cursor: default;

    color: #84697c;
    background: #fff;
    box-shadow: 0 0 10px rgba(46, 59, 125, 0.23);
    border-radius: 20px 20px 10px 10px;
    margin: 1em;
  }

  @media screen and (min-width: 66.25em) {
    .pricing-palden .pricing-item {
      margin: 1em -0.5em;
    }

    .pricing-palden .pricing__item--featured {
      margin: 0;
      z-index: 10;
      box-shadow: 0 0 20px rgba(46, 59, 125, 0.23);
    }
  }

  .pricing-palden .pricing-deco {
    border-radius: 10px 10px 0 0;
    color: black;
    background: #D5F9CC;
    padding: 4em 0 9em;
    position: relative;
  }

  .pricing-palden .pricing-deco-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
  }

  .pricing-palden .pricing-title {
    font-size: 30px;
    margin-top: 5px;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: black;
  }

  .pricing-palden .deco-layer {
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
  }

  .pricing-palden .pricing-item:hover .deco-layer--1 {
    -webkit-transform: translate3d(15px, 0, 0);
    transform: translate3d(15px, 0, 0);
  }

  .pricing-palden .pricing-item:hover .deco-layer--2 {
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
  }

  .pricing-palden .icon {
    font-size: 2.5em;
  }

  .pricing-palden .pricing-price {
    font-size: 2em;
    font-weight: bold;
    padding: 0;
    color: black;
    margin: 0 0 0.25em 0;
    line-height: 0.75;
  }

  .pricing-palden .pricing-currency {
    font-size: 0.15em;
    vertical-align: top;
  }

  .pricing-palden .pricing-period {
    font-size: 0.15em;
    padding: 0 0 0 0.5em;
    font-style: italic;
  }

  .pricing-palden .pricing__sentence {
    font-weight: bold;
    margin: 0 0 1em 0;
    padding: 0 0 0.5em;
  }

  .pricing-palden .pricing-feature-list {
    margin: 0;
    padding: 0.25em 0 2.5em;
    list-style: none;
    text-align: center;
  }

  .pricing-palden .pricing-feature {
    padding: 1em 0;
  }

  .pricing-palden .pricing-action {
    font-weight: bold;
    margin: auto 2em 3em;
    padding: 1em 2em;
    color: #fff;
    border-radius: 30px;
    background: #08382e;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }

  .pricing-palden .pricing-action:hover,
  .pricing-palden .pricing-action:focus {
    background-color: #100A13;
  }

  .pricing-palden .pricing-item--featured .pricing-deco {
    padding: 5em 0 8.885em 0;
  }

  .avatar-upload {
    position: relative;
    max-width: 205px;
    margin: 50px auto;
  }

  .avatar-upload .avatar-edit {
    position: absolute;
    right: 12px;
    z-index: 1;
    top: 10px;
  }

  .avatar-upload .avatar-edit input {
    display: none;
  }

  .avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #f0eded;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
  }

  .avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
  }

  .avatar-upload .avatar-edit input+label:after {
    content: "\f030";
    font-family: 'FontAwesome';
    color: black;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
  }

  .avatar-upload .avatar-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
  }

  .avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


  .button-8 {
    padding: 0.5em 2em;
    border: none;
    outline: none;
    color: rgb(255, 255, 255);
    background:white;
    cursor: pointer;
    position: relative;
    z-index: 0;
   
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-8:before {
    content: "";
    
    background: linear-gradient(
      45deg,
      #5AFF15,
      #00B712,
     
    );
    position: absolute;
    top: -2px;
    left: -2px;
    background-size: 400%;
    z-index: -1;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    width: calc(100% + 2px);
    height: calc(100% + 4px);
    animation: glowing-button-85 20s linear infinite;
    transition: opacity 0.3s ease-in-out;
    
  }
  
  @keyframes glowing-button-8 {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: 400% 0;
    }
    100% {
      background-position: 0 0;
    }
  }
  
  .button-8:after {
    z-index: -1;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #08382e;
  border-radius: 50px;
    left: 0;
    top: 0;
   
  }