@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap);

body,
html {
  margin: 0;
  padding: 0;
}

.body {
  font-family: 'Open Sans', sans-serif;
  width: 100%;
  height: 100vh;
}

.marek1{
  min-height: 100vh;
  justify-content: center;
  text-align: center;
}

.height100vh {
  height: 100vh !important;
}

.bg-main {
  /*background-image: url("/img/bg.jpg");*/
  /*background-image: linear-gradient(rgba(43, 131, 158, 0.6), rgba(43, 131, 158, 0.6)), url("/img/bg.jpg");*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bg-1 {
  background-image: url("/img/tla_2024/1.jpg");
}

.bg-2 {
  background-image: url("/img/tla_2024/2.jpg");
}

.bg-3 {
  background-image: url("/img/tla_2024/3.jpg");
}

.bg-4 {
  background-image: url("/img/tla_2024/4.jpg");
}

.bg-5 {
  background-image: url("/img/tla_2024/5.jpg");
}

.bg-6 {
  background-image: url("/img/tla_2024/6.jpg");
}

.bg-7 {
  background-image: url("/img/tla_2024/7.jpg");
}

.bg-8 {
  background-image: url("/img/tla_2024/8.jpg");
}

.bg-9 {
  background-image: url("/img/tla_2024/9.jpg");
}

.logo-campus {
  position: absolute;
  top: 3%;
  left: 3%;
  width: 20%;
}

.main-title {
  color: white;
  font-weight: bold;
}

.main-title span {
  background-color: #c4517b;
  padding: 8px 8px;
  border-radius: 20px;
}

.main-text {
  color: white;
  margin-top: 30px;
  font-size: 19px;
  font-weight: 300;
}

.campus-color {
  color: #c4517b;
}

.campus-button {
  color: white;
  background-color: #c4517b !important;
  border: none;
  padding: 15px 70px;
  border-radius: 35px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.campus-button:hover {
  color: white;
  text-decoration: none;
}

.text-with-background {
  background-color: rgba(48, 43, 100, 0.6);
  padding: 30px 30px;
  border-radius: 20px;
}

/*.campus-button:hover {*/
/*  background-color: #6476BA !important;*/
/*  text-decoration: none;*/
/*  color: white;*/
/*}*/

.box-shadow-input {
  -webkit-box-shadow: 0px 0px 49px -11px #a3a3a3;
  box-shadow: 0px 0px 49px -11px #a3a3a3;
  padding: 6px !important;
  border-radius: 10px !important;
}

.input-group-prepend > .input-group-text {
  background-color: white !important;
  color: #6476BA;
  border: none;
}

.form-control {
  border: none;
}

.form-control:focus,
.form-control:active {
  border-color: #6476BA !important;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(100, 118, 186, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(100, 118, 186, 0.5);
}

.agree {
  font-size: 14px;
}

.count {
  color: grey !important;
  font-size: 13px;
  margin-left: 10px;
}

.invalid-feedback {
  display: block !important;
}

select::-ms-expand {
  display: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 600px) {
  .h-sm-100 {
    height: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .w-75 {
    width: 100% !important;
  }

  .mobile-height {
    height: auto !important;
    display: block !important;
  }

  .logo-campus {
    position: relative;
    display: block;
    margin: 20px 0;
  }

  .body {
    height: auto !important;
  }
}

#pdf_file, #movie {
  display: none;
}

