@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;600;700;800;900&display=swap');

a, p, h1, h2, h3, h4, h5, h6, span, label, input, button, body {
    font-family: 'Orbitron', sans-serif!important;
}
/** catalog page **/

#header_user {
    background-image: url(../img/header.jpg?id=2);
    background-size: 100%;
    background-position-x: center;
    height: 100%;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#header_user p {
    
    padding-left: 10px;
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}
#header_user a {
    padding-top: 0px;
    padding-left: 10px;
    color: #fff;
    font-size: 13px;
}
.header_text {
    padding-top: 10px;
    text-align: center;
}
.header_text img {
    width: 70%;
}
#catalog_main {
    background: rgb(8,57,92);
    background: linear-gradient(180deg, rgba(8,57,92,1) 0%, rgba(5,40,64,1) 50%, rgba(0,0,0,1) 100%);
    height: fit-content;
    min-height: calc(100vh - 120px);
}
#catalog_main form {
    text-align: center;
    width: 100%;
    margin-top: 80px;
    margin-bottom: 100px;
}
#catalog_main form input {
    background-image: url(../img/search.png);
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 1.2;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #07345400;
    border: 0!important;
    height: auto;
    outline: none;
    padding: 10px 0;
}
#catalog_main form input:active, #catalog_main form input:focus {
    border: 0!important;
    outline:none;
}
#catalog_main .card {
    text-align: left;
    height: 210px;
    background-color: #47dbd0;
    border: 0;
    box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    -webkit-box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    -moz-box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    border-radius: 20px;
    position: relative;
    z-index: 2;
}
.card_main {
    margin: 40px 20px;
    position: relative;
    padding: 0!important;
}
.card-body {
    font-size: 22px;
    color: rgb(35, 106, 242);
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 10px 7px!important;
    background-color: #63e5d5;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.card_bacground {
    background-color: #8bd1ef;
    border-radius: 20px;
    background-size: 100%;
    height: calc(100% - 10px);
    background-position: 0 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    bottom: 0;
    left: 10px;
}
.catalog_card {
    display: flex;
    align-items: center;
    justify-content: center;
}
.card img {
    width: 100%;
    max-width: 100px;
    text-align: center;
}
.card-body p {
    margin: 0 0 0px 10px;
    font-weight: 600;
}
.catalog_card {
    padding-bottom: 150px;
}
.catalog_card_img {
    width: 100%;
    height: 190px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#catalog_main .card:hover {
    cursor: pointer;
    background-color: #e3856e;
    box-shadow: 0px 0px 250px 19px rgba(255,135,129,0.75);
-webkit-box-shadow: 0px 0px 250px 19px rgba(255,135,129,0.75);
-moz-box-shadow: 0px 0px 250px 19px rgba(255,135,129,0.75); 
}
#catalog_main .card:hover .card-body {
    background-color: #dd9986;
    color: #fff;
}
#catalog_main .card_main:hover .card_bacground {
    display: none;
}
#catalog_main .card:hover { 
    color: #fff;
}
#catalog_main .card:hover img { 
    display: none;
}
#catalog_main .text_hover { 
    display: none;
}
#catalog_main .card:hover .text_hover { 
    display: block;
    font-size: 13px;
    font-weight: 500;
    padding: 10px 10px;
}
.card_link {
    text-decoration: none;
}

/** card **/

#card_name {
    background: rgb(8,57,92);
    background: linear-gradient(180deg, rgba(8,57,92,1) 0%, rgba(5,40,64,1) 50%, rgba(0,0,0,1) 100%);
    height: fit-content;
    min-height: calc(100vh - 120px);
}
.card_name_main {
    margin-top: 90px!important;
}
#card_name .card_image {
    background-image: url(../img/card_name.png);
    background-size: 100%;
    background-repeat-y: no-repeat;
    background-color: rgb(0 178 230 / 13%);
    border: 0;
    box-shadow: 0px 0px 250px 19px rgb(0 178 230 / 75%);
    -webkit-box-shadow: 0px 0px 250px 19px rgb(0 178 230 / 75%);
    -moz-box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    max-width: 160px;
    max-height: 150px;
    width: 100%;
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#card_name .card_image img {
    width: 100%;
    max-width: 120px;
}

.line {
    background: rgb(33,108,137);
    background: linear-gradient(90deg, rgba(33,108,137,1) 0%, rgba(18,64,103,1) 50%, rgb(8 56 90 / 0%) 100%);
    height: 80px;
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    margin-left: -15px;
    margin-top: 45px;
}
.card_name_description{
    font-size: 65px;
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    font-weight: 600;
}
.card_description {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: left;
  margin-top: 40px;
  margin-bottom: 30px;
}
.card_description_image img {
    width: 100%;
}
.card_description_image {
    text-align: center;
}
.card_description_button_main {
    text-align: center;
    margin-top: 100px!important;
    margin-bottom: 200px;
    height: 100%;
    min-height: 30px;
}
.card_description_button {
    height: 100px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card_description_button a {
    padding: 22px 120px 22px 120px;
    line-height: 1.2;
    background-image: url(../img/card_button.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 20px;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    text-decoration: none;
}
.card_name_main .card_main .catalog_card_img {
    background-color: #4aeaca;
    border-radius: 20px;
}
.card_name_main .card_main .card {
    background-color: transparent;
    height: 150px;
    border: 0px;
}
.card_name_main .card_main {
    min-width: 150px;
        box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    -webkit-box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
    -moz-box-shadow: 0px 0px 250px 19px rgba(0,178,230,0.75);
        background-color: #074d72;
}

/** LOGIN **/
.main_content {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/login_back.jpg?id=2);
    background-size: cover;
    background-color: #e74983;
    background-repeat: no-repeat;
}
#login {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#login input {
    margin: 11px 0;
    background-image: url(../img/login_input.png?id=2);
    outline: none;
    border: 0px;
    text-align: center;
    padding: 15px 35px;
    background-color: transparent;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    background-repeat: no-repeat;
    max-width: 100%;
}
#login input::placeholder {
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
}
.login_main {
    text-align: center;
}
.welcome {
    margin-bottom: 45px;
    width: 95%;
}
.login_button {
    background-color: transparent;
    border: 0px;
    margin-top: 30px;
}
.login_button img {
    width: 100%;
}
.login_button:hover img {
    box-shadow: 0px 1px 20px 7px #00ffd2;
    background: #00ffd2b8;
    border-radius: 19px;
}


/** crossplatforming **/


@media (max-width: 1400px) {
    .card-body {
        font-size: 13px;
    }
}

@media (max-width: 950px) {
    #header_user {
        min-height: 80px;
    }
    .name_user {
        width: fit-content!important;
    }
    .header_text {
        width: 80%!important;
    }
    #catalog_main form input {
        font-size: 18px;
        padding: 5px 0;
    }
}

@media (max-width: 775px) {
    .card_name_description {
        font-size: 30px;
        margin-bottom: 48px;
    } 
    .card_name_description_main {
        display: flex;
        align-items: center;
    }
    .card_description {
        padding: 0 20px;
    }
    .card_description_image img {
        margin: 20px 0;
    }
    .main_content {
        background-image: url(../img/login_back_mob.jpg);
        
    }
}

@media (max-width: 575px) {
    #header_user p {
        font-size: 12px;
        margin-bottom: -5px;
    }
    #header_user a {
        font-size: 10px;
    }
    .header_text {
        width: 70%!important;
    }
    #header_user {
        background-size: 140%;
        min-height: 50px;
    }
    #catalog_main form {
            margin-top: 40px;
        margin-bottom: 50px;
    }
    #catalog_main form input {
        font-size: 15px;
        padding: 0 0;
    }
    .catalog_card {
        padding: 0 17px;
    }
    .card_name_main .card_main {
        width: 100px!important;
    }
    .card_name_description_main {
        justify-content: center;
    }
    .card_description_button a {
        padding: 20px 0 20px 0;
        font-size: 18px;
        width: 100%;
    }
}

.error{
    border: 1px solid red!important;
}

.disabled{
    opacity: 0.5;
}

.youtube{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-top: 25px;
}

iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.back{
    color: white!important;
    top: -70px;
    position: absolute;
    left: 150px;
}
.card_name_main{
    position: relative;
}