/*.menu_item{
  padding: 20px;
}

.card {
  position: relative;
width: 292px;
  height: 272px;
  background: lightgrey;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  transition: all 1s ease-in-out;
}

.background {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 100% 107%, #ff89cc 0%, #9cb8ec 30%, #00ffee 60%, #62c2fe 100%);
}

.logo {
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
  transition: all 0.6s ease-in-out;
}

.logo p{
font-size: 24px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
}


.box {
  position: absolute;
  padding: 10px;
  text-align: right;
  background: rgba(255, 255, 255, 0.389);
  border-top: 2px solid rgb(255, 255, 255);
  border-right: 1px solid white;
  border-radius: 46% 36% 55% 38%/39% 0% 100% 0%;
  box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
  transform-origin: bottom left;
  transition: all 1s ease-in-out;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.box p{
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  margin: -6px 11px;
}

.box p i{
font-size: 15px;
  margin-right: 2px;
  position: relative;
  top: -3px;
}

.box1 {
  width: 90%;
  height: 70%;
  bottom: -70%;
  left: -70%;
}


.box1:hover {
  background: radial-gradient(circle at 30% 107%, #f384f7 0%, #56d0ff 90%);
}

.box2 {
width: 80%;
  height: 50%;
  bottom: -50%;
  left: -50%;
  transition-delay: 0.2s ease-in-out;
}



.box2:hover::before {
  opacity: 1;
}

.box2:hover {
  background: radial-gradient(circle at 30% 107%, #91e9ff 0%, #00ACEE 90%);
}

.box3 {
  width: 70%;
  height: 30%;
  bottom: -30%;
  left: -30%;
  transition-delay: 0.4s ease-in-out;
}


.box3:hover {
  background: radial-gradient(circle at 30% 107%, #969fff 0%, #b349ff 90%);
}


.box4 {
width: 54%;
  height: 16%;
bottom: -28%;
  left: -10%;
  transition-delay: 0.6s ease-in-out;
}

.box4:hover {
  background: radial-gradient(circle at 30% 107%, #ff9696 0%, #ff49c0 90%);
}

.card:hover {
  transform: scale(1.1);
}

.card:hover .box {
  bottom: -1px;
  left: -1px;
}

.card:hover .logo {
  transform: translate(0, 0);
right: 20px;
  bottom: 9px;
}
.card:hover .logo p{
 font-size: 9px;
}*/

@font-face {
font-family: "myfont";
src: url("../net/font/Fieldwork16-GeoBold.otf'") format("opentype"),
url("../net/font/Fieldwork21-ItalicBlack.otf") format("opentype"),
url("../net/font/Fieldwork7-GeoLight.otf") format("opentype");
}


.title_app
{
  text-align: center;
  margin: 53px 0px;
  color: #121212;
  font-size: 2em;
  text-transform: uppercase;
  font-family: 'myfont', sans-serif;
}

.animate__animated{
   --animate-duration: 0.9s;
}

.menu_item{
  padding: 20px;
}

.card {
  position: relative;
width: 276px;
  height: 272px;
  background: lightgrey;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin: 0 auto;
}

.background {
  position: absolute;
  inset: 0;
  background:radial-gradient(circle at 30% 107%, #6a6868 0%, #000 90%);
}

.logo {
  transform: translate(0%, 245%);
  transition: all 0.6s ease-in-out;
}

.card:hover .logo {
  transform: translate(0, 50%);
}
.card:hover .logo p{
 font-size: 12px;
}

.logo p{
font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.6s ease-in-out;
  text-align: center
}


.box {
  position: absolute;
  padding: 10px;
  text-align: right;
  background:rgb(240, 240, 240);
  border-top: 2px solid rgb(255, 255, 255);
  border-radius: 20% 20% 0px 0px;
  /*border-radius: 10% 13% 42% 0%/10% 12% 75% 0%;*/
  box-shadow: rgba(100, 100, 111, 0.364) -7px 7px 29px 0px;
  transform-origin: bottom left;
  transition: all 1s ease-in-out;
  text-align: center;
}

.box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  opacity: 0;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
}

.box p{
font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #351e10;
  margin: -6px 11px;
}

.box p i{
font-size: 15px;
  margin-right: 2px;
  position: relative;
  top: -3px;
}

.box1 {
  width: 91%;
  height: 70%;
  bottom: -70%;
  margin: 0px 11px;
}


.box1:hover {
  background: radial-gradient(circle at 30% 107%, #5b2d14 0%, #f9b234 90%);
}

.box2 {
width: 80%;
  height: 55%;
  bottom: -55%;
  margin: 0 24px;
}



.box2:hover::before {
  opacity: 1;
}

.box2:hover {
  background: radial-gradient(circle at 30% 107%, #91e9ff 0%, #00ACEE 90%);
}

.box3 {
  width: 70%;
  height: 40%;
  bottom: -40%;
  margin: 0 36px;
}


.box3:hover {
  background: radial-gradient(circle at 30% 107%, #969fff 0%, #b349ff 90%);
}


.box4 {
width: 54%;
  height: 27%;
bottom: -27%;
margin: 0 58px;
}

.box4:hover {
  background: radial-gradient(circle at 30% 107%, #ff9696 0%, #ff49c0 90%);
}

.box5 {
width: 45%;
  height: 15%;
bottom: -15%;
margin: 0 69px;
}

.box5:hover {
  background: radial-gradient(circle at 30% 107%, #ff5a5a 0%, #fb9b9b 90%);
}

.card:hover {
  /*transform: scale(1.1);*/
}

.card:hover .box {
  bottom: -1px;
  left: -1px;
}


/* FORM STYLE */

.login-form-bd {
  color: #fff;
  height: 66vh;
  overflow: hidden;
  margin: 57px auto 0px;
}

.form-container {
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  background: #1b1a1a;
  border-radius: 0.313rem;
  box-shadow: 3px 0.25rem 1.25rem rgba(27, 27, 27, 0.2);
  width: 379px;
  margin: auto;
 padding: 85px 32px;
}

@media only screen and (min-width: 600px) {
.form-container {
  width: 600px;
  padding: 82px !important;
}
}

.form-container h1 {
  text-align: center;
  margin-bottom: 2.75rem;
  margin-top: -1.875rem;
  color: #ffff;
  font-weight: normal;
  font-size: 2rem;
}

.form-container a {
  text-decoration: none;
  color: #e2dc20;
}

.login-btn {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  background: #e2dc20;
  padding: 0.938rem;
  font-family: inherit;
  font-weight: 500;
  font-size: 1.563rem;
  color: #0d0f42;
  border: 0;
  border-radius: 0.313rem;
  margin-bottom: 1.25rem;
}

.login-btn:focus {
  outline: 0;
}

.login-btn:active {
  transform: scale(0.98);
}

.text {
  margin-top: 0.938rem;
}

.form-control {
  position: relative;
  margin: 1.25rem 0 2.5rem;
}

.form-control input {
  background: transparent;
  border: 0;
  border-bottom: 1px #fff solid;
  display: block;
  width: 100%;
  padding: 1.25rem 0;
  font-size: 1.125rem;
  color: #fff;
}

.form-control input:focus {
  outline: 0;
  border-bottom-color: #c2c25a;
}

.form-control label {
  position: absolute;
  top: 0.938rem;
  left: 10;
}

.form-control label span {
  display: inline-block;
  font-size: 1.125rem;
  min-width: 0.313rem;
  transition: 0.3s cubic-bezier(0.53, 0.246, 0.265, 1.66);
}

.form-control input:focus + label span,
.form-control input:valid + label span {
  color: #c2c25a;
  transform: translateY(-1.875rem);
}
.form-control{
  background-color: transparent !important; 
}


.ag-format-container {
  width: 1142px;
  margin: 0 auto;
}

.ag-courses_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  padding: 50px 0;
}
.ag-courses_item {
  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
  cursor: pointer;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: #121212;

  overflow: hidden;

  position: relative;
}
.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {
  text-decoration: none;
  color: #FFF;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}


.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #f9b234;

  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;

  border-radius: 50%;

  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}

.hide{
  display: none !important;
}