@import url(https://fonts.googleapis.com/css?family=Baloo+Bhaina);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
/* GLOBAL---------------------*/

@font-face {
    font-family: bfont;
    src: url(../fonts/Poppins-Black.ttf);
}

@font-face {
    font-family: bifont;
    src: url(../fonts/Poppins-BlackItalic.ttf);
}

@font-face {
    font-family: sbfont;
    src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
    font-family: rfont;
    src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
    font-family: ifont;
    src: url(../fonts/Poppins-BoldItalic.ttf);
}

@font-face {
    font-family: mfont;
    src: url(../fonts/Poppins-Medium.ttf);
}

.container {
    max-width: 90vw !important;
    width: 1970px !important
}

body {
    padding: 0;
    margin: 0;
    font-family: sbfont;
    background-color: rgb(74, 13, 143);
    background: -moz-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(255, 82, 14) 100%);
    background: -webkit-linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(255, 82, 14) 100%);
    background: linear-gradient(135deg, rgb(74, 13, 143) 0%, rgb(255, 82, 14) 100%);
    background-size: 100% auto;
    background-size: 150% 150%;
    -webkit-animation: flowAnimation 3s ease infinite;
    -moz-animation: flowAnimation 3s ease infinite;
    -o-animation: flowAnimation 3s ease infinite;
    animation: flowAnimation 3s ease infinite
}


html {
    height: 100%;

    width: 100%
}

h1 {
    font-family: teletoons;
    color: #fff;
    padding-left: 20px
}

h5 {
    font-family: rfont;
    color: #fff;
    text-align: center;
    font-size: 15px
}

.boxed {
    margin: auto;
    width: 100%;
    border-radius: 20px;
    padding: 20px;
    background: linear-gradient(136deg, #020202c4, #141414c4, #1e1e1ec4);
    background-size: 200% 200%;

}


@-webkit-keyframes flowAnimation {
    0% {
        background-position: 2% 0
    }

    50% {
        background-position: 99% 100%
    }

    100% {
        background-position: 2% 0
    }
}

@-moz-keyframes flowAnimation {
    0% {
        background-position: 2% 0
    }

    50% {
        background-position: 99% 100%
    }

    100% {
        background-position: 2% 0
    }
}

@-o-keyframes flowAnimation {
    0% {
        background-position: 2% 0
    }

    50% {
        background-position: 99% 100%
    }

    100% {
        background-position: 2% 0
    }
}

@keyframes flowAnimation {
    0% {
        background-position: 2% 0
    }

    50% {
        background-position: 99% 100%
    }

    100% {
        background-position: 2% 0
    }
}

.halflogin {
    margin: auto;
    display: block;
    width: 100px;
    margin-bottom: -30px
}

input {
    margin: auto;
    width: 100%;
    display: block;
    background-color: transparent;
    border: 1.5px solid rgb(255, 82, 14);
    border-radius: 10px;
    height: 50px;
    padding-left: 15px;
    color: #fff;
    outline: 0
}

select {
    position: relative;
    padding: .8em 0em .8em 0em;
    margin-bottom: .6em;
    border-radius: 10px;
    border: 1.5px solid rgb(255, 82, 14);
    background: 0 0;
    outline: 0;
    font-family: Poppins, sans-serif;
    transition: .4s;
    color: #fff;
    font-size: 15px
}

option {
    background-color: #000;
    color: #fff
}

input[type=checkbox] {
    width: 20px;
    display: block;
    background-color: transparent;
    border: 2px solid grey;
    border-radius: 10px;
    height: auto;
    padding-left: 0;
    color: grey;
    float: left;
    outline: 0
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

button {
    font-family: sbfont;
    font-size: 20px;
    background-color: rgb(255, 82, 14);
    color: #fff;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    display: block;
    border: none;
    width: 100%;
    outline: 0
}

#screen2, #screen3, #screen4, #screen5 {
    display: none
}

#screen2phone, #screen4phone, #screen3phone, #screen5phone {
    display: none
}

#screen2g, #screen3g, #screen5g {
    display: none
}

h6 {
    text-align: center;
    padding-right: 30px;
    padding-left: 30px;
    color: #fff;
    font-family: rfont
}

a {
    text-decoration: none !important;
    color: #fff
}

a:focus, a:hover {
    color: #fff;
    text-decoration: none !important
}

#onphone {
    display: none
}

#onlaptop {
    display: block
}

.col-sm-6 {
    max-width: 50% !important
}

@media only screen and (max-width:500px) {
    #onphone {
        display: block
    }

    #onlaptop {
        display: none
    }

    body {
        padding: 0;
        margin: 0;
        font-family: sbfont;

        background-size: auto 100%
    }
}

.submit {
    border-radius: 10px;
    font-family: sbfont;
    font-size: 1.2em;
    padding: .1em !important;
    transition: .5s;
    border: none;
    margin-bottom: .5em;
    margin-top: .5em;
    background: rgb(255, 82, 14);
    color: #fff !important
}

.slider {
    margin: 0 auto;
    max-width: 940px
}

.slide_viewer {
    height: 42vh;
    overflow: hidden;
    position: relative
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%
}

.slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%
}

.slide:first-child {
    display: block
}

.slide_buttons {
    left: 0;
    position: relative;
    right: 0;
    text-align: center
}

a.slide_btn {
    color: #474544;
    font-size: 25px;
    margin: 0 .175em;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out
}

.slide_btn.active, .slide_btn:hover {
    color: rgb(255, 82, 14);
    cursor: pointer;
    text-decoration: none
}

#customBtn {
    display: inline-block;
    color: #444;
    width: 190px;
    border-radius: 5px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    white-space: nowrap
}

#customBtn:hover {
    cursor: pointer
}

span.label {
    font-family: serif;
    font-weight: 400
}

span.icon {
    background: url(assets/google.png) transparent 5px 50% no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 42px;
    height: 42px
}

.qwq {
    width: 33% !important
}