﻿
.newsletter-wrap-header a {
    color: #ffffff;
    font-weight: 600;
}
    .newsletter-wrap-header a:hover {
        color: #ffb607;
        font-weight: 600;
    }
.newsletter-wrap-header img {
    width: 30px;
}

.newsletter-wrap-header .right {
    text-align: center;
    padding: 10px;
}
.newsletter-wrap-header .left {
    text-align: center;
    padding: 10px;
}



@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

/*body {
    background-image: url(https://source.unsplash.com/1600x900/?nature,animal);
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    height: 100vh;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    z-index:1000;
}*/

/*nav {
    text-align: center;
}

    nav a {
        text-decoration: none;
        font-size: 25px;
        font-weight: 700;
        margin: 0 20px;
        color: #232323;
        background: rgba(255,255,255,0.4);
        padding: 0 20px;
    }

        nav a:hover {
            color: #fff;
            background: rgba(0,0,0,0.4);
        }*/

.box {
    position: fixed;
    text-align: center;
    padding: 10px;
    margin-left: 15px;
    margin-top: 165px;
    height: 250px;
    width: 10px;
    z-index:2000;
}

    .box a {
        text-decoration: none;
        vertical-align: middle;
        text-align: center;
        line-height: 2;
        font-size: 16px;
    }

    .box p {
        color: #fff;
        position: relative;
        /* left: -10px;*/
        left: -5px ;
        padding: 5px ;
        margin-top: 2px;
        margin-bottom: 2px;
    }

        .box p i {
            position: relative;
            left: 50px;
            vertical-align: middle;
            text-align: center;
            font-size: 24px;
            border: 1px solid #fff;
           /* display: block;*/
            font-size: 18px;
            text-align: center;
            color: #fff;
            width: 38px;
            height: 38px;
            line-height: 38px;
            border-radius: 100%;
        }

.single-box {
    margin-left: -200px;
    width: 230px;
    padding: 0;
    display: inline-table;
    height: 0;
    transition: margin-left .5s;
    cursor: pointer;
    border-radius: 0 50px 50px 0;
}

    .single-box:hover {
        margin-left: -30px;
    }

/*----------------------***********************************-------------*/
/**,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}*/

/*html, body {
    height: 100vh;
    width: 100%;
}*/

/*.container {
    height: 100vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #ececec;
    gap: 2rem;
}*/

.profile_data {
    aspect-ratio: 1/1;
    width: min(400px,90%);
    position: relative;
}

.back {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: 10px 10px 0 #f0aa00, -10px -10px 0 #f0aa00;
    /*box-shadow: 10px 10px 0 #ff006f, -10px -10px 0 #8d08d0;*/
    border-radius: 50%;
    animation: rotate 8s infinite linear;
}

.profile {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    background-image: url();
    background-size: cover;
    background-position:  center;
    transition: all 0.2s ease-in-out;
    position: absolute;

}
.profile_infos h4 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #051838;
}


.occupation {
    color: #8d08d0;
    padding: 20px 0 0 0;
}

.profile:hover {
    background-size: 110%;
   /* box-shadow: 10px 10px 0 #323494, -10px -10px 0 #323494;*/
    box-shadow: 10px 10px 0 #051838, -10px -10px 0 #051838;
    /*box-shadow: 10px 10px 0 #8d08d0, -10px -10px 0 #ff006f;*/
}

.profile_infos {
    text-align: center;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}
/*----------------------*************************-------------------------------*/


b/*ody {
    background-color: #222;
}

h1 {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
    font-size: 50px;
    font-weight: bold;
}
*/
.parallelogram {
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg);
    position: absolute;
    z-index: -9;
}

#one {
    width: 20px;
    height: 300px;
    animation: moveBar 15s linear infinite;
    -webkit-box-shadow: 100px 509px #612271, 20px 300px #612271, -120px 150px #612271;
    -moz-box-shadow: 100px 509px #612271, 20px 300px #612271, -120px 150px #612271;
    box-shadow: 100px 509px #612271, 20px 300px #612271, -120px 150px #612271;
}

#two {
    width: 10px;
    height: 300px;
    animation: moveBar 30s linear infinite;
    -webkit-box-shadow: 250px 450px #43174F, -50px 200px #43174F;
    -moz-box-shadow: 250px 450px #43174F, -50px 200px #43174F;
    box-shadow: 250px 450px #43174F, -50px 200px #43174F;
}

#three {
    width: 10px;
    height: 500px;
    animation: moveBar 20s linear infinite;
    -webkit-box-shadow: 70px 500px #7B5C83, -100px 200px #7B5C83;
    -moz-box-shadow: 70px 500px #7B5C83, -100px 200px #7B5C83;
    box-shadow: 70px 500px #7B5C83, -100px 200px #7B5C83;
}

@keyframes moveBar {
    100% {
        transform: skew(-40deg) translateY(-1000px);
    }
}






.title span {
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 18px;
    font-weight: 700;
    color: #ffb607;
    position: relative;
}

    .title span i {
        margin-right: 10px;
    }


.coure-icon-inner {
    box-shadow: 0px 5px #ffb607;
}

.admission{
    text-align:justify;
    
}

    .admission p {
        padding: 0px !important;
    }