@import url("https://fonts.googleapis.com/css2?family=Biryani:wght@400;700&family=Karma:wght@400;700&family=Montserrat:wght@900&display=swap");
#landingPage {
  height: 100vh;
  background: url("../themes/autoskola/assets/img/landingBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10%;
}
#landingPage h1 {
  font-size: 50px;
  font-weight: bold;
  color: #FCFCFC;
}
#landingPage .btn__wrapper {
  margin-top: 20px;
}
#landingPage .btn__wrapper a {
  font-size: 20px;
  padding-left: 5%;
  padding-right: 5%;
  margin-right: 2.5%;
}
#landingPage .btn__wrapper a span {
  position: relative;
  top: 3px;
}
#landingPage .socials__wrapper {
  color: #FCFCFC;
  font-size: 20px;
}
#landingPage .socials__wrapper a {
  color: white;
  font-size: 20px;
}
#landingPage .socials__wrapper a:hover {
  color: #8bfe00;
}
#landingPage img {
  width: 200px;
}
body {
  font-family: "Karma", serif;
  background: #FCFCFC;
  overflow-x: hidden;
}
main {
  min-height: 70vh;
}
a.modal-close {
  font-size: 18px;
  width: 25px;
  height: 25px;
  transition: opacity 0.2s ease-in;
  opacity: 0.8;
  position: relative;
  top: 2px;
  right: 10px;
}
a.modal-close:hover {
  opacity: 1;
  transition: opacity 0.2s ease-in;
}
img {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  font-family: "Biryani", sans-serif;
}
.btn:focus, input:focus {
  box-shadow: none !important;
}
.color-primary {
  color: #8bfe00;
}
.background-primary {
  background-color: #8bfe00;
}
.btn-primary {
  color: #071305;
  background-color: #8bfe00 !important;
  border-color: #7de500 !important;
}
.btn-primary:hover {
  background-color: #7de500 !important;
  border-color: #8bfe00 !important;
}
.btn-primary span {
  position: relative;
  top: 3px;
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: #7de500 !important;
  border-color: #8bfe00 !important;
}
.section__heading {
  background: #8bfe00;
}
.section__heading h1 {
  font-family: "Montserrat", sans-serif;
  color: #071305;
  letter-spacing: 3px;
}
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 15px;
  right: 5px;
}
.scroll {
  position: absolute;
  right: 20px;
  bottom: 20px;
  background: rgba(9, 12, 8, 0.6);
  color: #FCFCFC;
  padding: 8px 15px;
  border-radius: 0.25rem;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll:hover {
  background: #090C08;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
.scroll .fa {
  font-size: 26px;
  transition: 0.5s;
  position: relative;
  top: 2px;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
}
#main-navbar a.navbar-brand img {
  min-width: 180px;
}
#main-navbar ul li a {
  font-size: 17px;
  color: #090C08;
}
#main-navbar ul li a:hover {
  color: rgba(139, 254, 0, 0.8);
}
#main-navbar .socials {
  font-size: 16px;
  font-family: "Karma", serif;
  padding-top: 20px;
}
#main-navbar .socials a {
  margin-left: 12px;
  color: #090C08;
}
#main-navbar .socials a:hover {
  color: rgba(139, 254, 0, 0.8);
}
#main-navbar .socials a.phone {
  margin-right: 0;
}
#main-navbar .socials i {
  font-size: 30px;
}
#main-navbar .socials span {
  position: relative;
  bottom: 5px;
  margin-left: 5px;
}
#homepage #landing {
  min-height: 65vh;
  background: url("../themes/autoskola/assets/img/shape.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
#homepage #landing .text_wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  text-shadow: 5px 4px 2px rgba(9, 12, 8, 0.4);
}
#homepage #landing .text_wrapper .recent__course h4 {
  font-size: 20px;
}
#homepage #landing .text_wrapper .recent__course i {
  font-size: 30px;
  margin-right: 3px;
}
#homepage #landing .text_wrapper .recent__course span {
  position: relative;
  bottom: 3px;
  text-indent: 20px;
}
#homepage #landing .image_wrapper {
  position: relative;
}
#homepage #landing .image_wrapper img {
  position: absolute;
  object-fit: cover;
  border-radius: 50%;
  -webkit-filter: drop-shadow(35px 20px 10px rgba(9, 12, 8, 0.4));
  filter: drop-shadow(35px 20px 10px rgba(9, 12, 8, 0.4));
}
#homepage .courses__content .course {
  border: 2px solid;
  border-radius: 0.5rem;
  height: 100%;
}
#homepage .courses__content .course.working {
  opacity: 0.7;
}
#homepage .courses__content .course__header {
  background: rgba(139, 254, 0, 0.2);
  border-bottom: 3px solid;
  font-family: "Biryani", sans-serif;
}
#homepage .courses__content .course__header h5 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
}
#homepage .courses__content .course__header h4 {
  font-family: "Biryani", sans-serif;
}
#homepage .courses__content .course__header h3.price {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  color: #071305;
}
#homepage .courses__content .course__header h3.price span {
  font-size: 18px;
}
#homepage .courses__content .course__header .my-auto p.splatky {
  position: relative;
  bottom: 6px;
}
#homepage .courses__content .course__header .splatky {
  color: #071305;
  font-family: "Montserrat", sans-serif;
}
#homepage .courses__content .course__content p.price {
  font-size: 26px;
  font-family: "Montserrat", sans-serif;
  color: #071305;
}
#homepage .courses__content .course__content p.small {
  font-size: 14px;
}
#homepage #instruktori .photos {
  background: url("../themes/autoskola/assets/img/znacky.svg");
  background-position: left center;
  background-size: cover;
}
#homepage #instruktori .section__heading {
  background: none;
}
#homepage #instruktori .section__heading h1 {
  color: #071305;
  margin-top: 15px;
  font-size: 34px;
}
#homepage #instruktori .instruktor img {
  border-radius: 0.5em;
  filter: drop-shadow(15px 10px 10px rgba(9, 12, 8, 0.4));
}
#homepage #instruktori .instruktor__name {
  font-family: "Montserrat", sans-serif;
  color: #071305;
  font-size: 18px;
}
#homepage #instruktori .wrapper {
  background: rgba(139, 254, 0, 0.2);
  border-radius: 0.5em;
}
#formModal h2 {
  font-family: "Montserrat", sans-serif;
  color: #071305;
}
#footer {
  background: #8bfe00;
  color: #071305;
}
#footer .links a {
  color: #071305;
  font-family: "Karma", serif;
  display: block;
}
#footer .links a:hover {
  color: black;
}
#footer .socials a {
  color: #071305;
  font-size: 18px;
  font-family: "Karma", serif;
  display: block;
}
#footer .socials a i {
  margin-right: 12px;
  font-size: 20px;
}
#footer .socials a.mail span {
  position: relative;
  left: -2px;
}
#footer .socials a:hover {
  color: black;
}
#footer .created {
  background: #6fcb00;
  color: #071305;
  font-size: 14px;
}
#footer .created a {
  color: #d0ff98;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  #homepage #landing .image_wrapper img.photo1 {
    width: 23vw;
    height: 23vw;
    right: 17vw;
    top: 0.5vw;
  }
  #homepage #landing .image_wrapper img.photo2 {
    width: 30vw;
    height: 30vw;
    right: 3vw;
    top: 18vw;
  }
  #homepage #landing .image_wrapper img.photo3 {
    width: 20vw;
    height: 20vw;
    right: 20vw;
    top: 40vw;
  }
}
@media (min-width: 991px) {
  #main-navbar ul li a {
    padding-top: 30px;
  }
  #homepage #landing .image_wrapper img.photo1 {
    width: 23vw;
    height: 23vw;
    right: 17vw;
    top: 0;
  }
  #homepage #landing .image_wrapper img.photo2 {
    width: 30vw;
    height: 30vw;
    right: 3vw;
    top: 15vw;
  }
  #homepage #landing .image_wrapper img.photo3 {
    width: 20vw;
    height: 20vw;
    right: 20vw;
    top: 34vw;
  }
}
@media (min-width: 1200px) {
  #landingPage h1 {
    font-size: 60px;
  }
  #landingPage .btn__wrapper {
    margin-top: 30px;
  }
  #landingPage .btn__wrapper a {
    font-size: 20px;
    padding-left: 5%;
    padding-right: 5%;
    margin-right: 2.5%;
  }
  #landingPage .btn__wrapper a span {
    position: relative;
    top: 3px;
  }
  #landingPage .socials__wrapper {
    font-size: 30px;
    position: absolute;
    bottom: 10%;
    left: 0;
  }
  #landingPage .socials__wrapper a {
    font-size: 30px;
  }
  #landingPage img {
    position: absolute;
    right: 10%;
    bottom: 10%;
  }
  #main-navbar .socials {
    font-size: 26px;
  }
  #main-navbar .socials a {
    margin-left: 25px;
  }
  #main-navbar .socials a.phone {
    margin-right: 20px;
  }
  #main-navbar .socials i {
    font-size: 40px;
  }
  #homepage #landing .text_wrapper h2 {
    font-size: 60px;
  }
  #homepage #landing .text_wrapper .recent__course i {
    font-size: 30px;
    margin-right: 3px;
  }
  #homepage #landing .text_wrapper .recent__course span {
    position: relative;
    bottom: 3px;
  }
  #homepage #landing .image_wrapper img.photo1 {
    width: 15vw;
    height: 15vw;
    right: 21vw;
    top: 0;
  }
  #homepage #landing .image_wrapper img.photo2 {
    width: 25vw;
    height: 25vw;
    right: 3vw;
    top: 13%;
  }
  #homepage #landing .image_wrapper img.photo3 {
    width: 20vw;
    height: 20vw;
    right: 20vw;
    top: 50%;
  }
}
@media (min-width: 1880px) {
  #homepage #landing .image_wrapper img.photo3 {
    top: auto;
    bottom: 0;
  }
}
@media (Max-width: 415px) {
  #main-navbar a.navbar-brand img {
    max-width: 160px;
  }
}
