:root {
    --primary: #972de0;
    --primary-dark: #aa66cc;
}


body {
    font-family: 'Cairo', sans-serif;
}

.mBody {
    min-height: 80vh;
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    mix-blend-mode: hue;
}

.navbar-brand > img {
    width: auto;
    height: 65px;
}

.navbar-light {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
}

.nav-item > a > span {
    color: var(--primary);
}

.navbar.navbar-light.purple .navbar-nav .nav-item .nav-link {
    color: var(--primary);
}

.nav-item > a:hover > span {
    color: var(--primary);
}

body {
    /*padding-top: 60px;*/
    position: relative;
    min-height: 60vh;

}

.banner {
    position: relative;
    height: 40vw;
    background: url("../img/Purple-background-3.jpg") top;
    background-size: 100% auto;
    overflow: hidden;
}

.banner > img {
    width: 100%;
}

.banner > .over {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: hard-light;
    opacity: 0.6;
}

.banner > .down {
    width: 50%;
    position: absolute;
    bottom: 15%;
    left: -4px;
    /*font-size: 2.7em;*/
    color: white;
    text-shadow: 2px 2px 5px #4e555b;
    text-align: right;
    opacity: 0.78;
    border: 2px #ffffff solid;
    padding: 34px 34px 34px 160px;
    background: var(--primary);
    mix-blend-mode: luminosity;
    font-weight: 100;
    border-radius: 0 100vh 100vh 0;
}

.banner > .center {
    width: 50%;
    position: absolute;
    bottom: 15%;
    left: 25%;
    /* font-size: 2.7em; */
    color: white;
    text-shadow: 2px 2px 5px #4e555b;
    text-align: center;
    opacity: 0.8;
    /*border: 2px #ffffff solid;*/
    padding: 34px;
    background: var(--primary);
    mix-blend-mode: luminosity;
    font-weight: 100;
    border-radius: 100vh;
}

.banner > .down > .row > div {
    background: white;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.banner > .down > .row > div:hover {
    background: #ffc1ba;
    color: #fff;
    text-shadow: 0 0 5px #818182;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.banner > .img-banner {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.banner > .img-banner > .background {
    mix-blend-mode: screen;
}

.img-banner > .background {
    background: #ffffffde;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.img-banner > .background > .front {
    position: relative;
    top: -10vw;
    left: 30vw;
    width: 40vw;
    height: 40vw;
    background: black;
    border-radius: 100vw;
    padding: 1vw;
}

.img-banner > .background > .front > .inner {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 100vw;
    border: 2px red solid;
}

.img-banner > .elements > .element {
    height: 8vw;
    width: 8vw;
    background: white;
    border-radius: 100vw;
    position: absolute;
    top: 7vw;
    left: 46vw;
    padding: 15px;
}

.img-banner > .round > img,
.img-banner > img {
    height: 100%;
    width: 100%;
}

#footer {
    position: relative;
    height: 150px;
    font-size: 0.75em;
    border-top: var(--primary) 1px solid;
    color: gray;
    background: whitesmoke;
}

#footer > p {
    top: auto !important;
    bottom: 0;
    position: absolute;
    width: 100%;
}

#footer > p > a {
    color: var(--primary);
}

#mobile-development {
    padding: 75px !important;
    background: white;
}

.box {
    width: 100%;
    /*border: 1px solid red;*/
    color: red;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.5;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

.box:hover {
    width: 100%;
    /*border: 1px solid red;*/
    color: red;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.9;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    -ms-transition: 500ms;
    -o-transition: 500ms;
    transition: 500ms;
}

#desktop-development {
    position: relative;
    min-height: 200px;
    background-size: auto 100%;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff;
    /*font-size: 3em;*/

}

#desktop-development:hover {
    color: whitesmoke;
}

#desktop-development > .over {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*@font-face {*/
/*font-family: "toto";*/
/*src: url("../fonts/Cairo-Light.ttf") format("ttf");*/
/*}*/

body {
    /*font-family: toto, serif;*/
    overflow-x: hidden;
}

body > .float {
    position: fixed;
    bottom: 0;
    left: 0;

}

/*.float >*/
.floating-img {
    position: fixed;
    background-size: 100% !important;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -999;
}

.floating-img > .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floating-img > .over {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.user-form {
    padding: 15px;
    box-shadow: 0 0 5px #0003;
}

.user-form .caption {
    width: 100%;
    align-content: center;
    text-align: center;
}

.navbar {
    box-shadow: 0 0 5px #0003;
}

.form-group {
    position: relative;
}

.courses {
    padding-top: 24px;
}


.blog-item{
    border-color: var(--primary) !important;
}

a:hover.blog-item, a:link.blog-item {
    text-decoration: none;
}

.blog-item:hover {
    background: rgb(248, 249, 250);

}

.blog-header {
    height: 200px;
    display: inherit;
    overflow: hidden;
}

.blog-header > img {
    width: 100%;
    /*height: inherit;*/
    overflow: hidden;
}

.course-price {
    font-size: 1em;
}


.without-underline:hover {
    text-decoration: none;
}

.hoverable:hover {
    background: whitesmoke;
}

a {
    color: var(--primary);
}

a:hover {
    color: var(--primary-dark);
}

.navbar .dropdown-menu a {
    color: var(--primary);
}

.full-rounded {
    border-radius: 100em;
}



.dropdown button{
    line-height: 100%;
    vertical-align: middle;
}

