@charset "UTF-8";
.bounce-top {
  display: block;
  -webkit-animation: bounce-top 2s infinite both;
          animation: bounce-top 2s infinite both;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-6-8 16:51:41
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-45px);
            transform: translateY(-45px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-24px);
            transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
            transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  25%, 55%, 75%, 87% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 82px;
}

body {
  position: relative;
  font-family: "Drukaatie burti Regular";
  background-color: #d3c7b6;
}

h2 {
  text-align: center;
  text-transform: uppercase;
}

.underline {
  margin: 0 auto 40px;
  width: 60px;
  height: 4px;
  background-color: #000000;
}

.black-text {
  color: #000000;
}

.shadow-bg {
  background-color: rgba(255, 255, 255, 0.8);
}

.portfolio-box {
  padding: 10px;
  background-color: #fff;
  height: 98%;
}
.portfolio-box .card-body {
  padding: 5px;
}

.price-box {
  margin: 10px;
}

nav {
  z-index: 1;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}
nav .navbar-brand {
  font-weight: bold;
  color: #e84a22;
  margin-top: 20px;
}
nav .navbar-brand:hover {
  color: #000000;
}
nav .navbar-motto {
  font-weight: bold;
  color: #000000;
}
nav .nav-link {
  color: #e84a22;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
}
nav .nav-link:hover {
  color: #000000;
}
nav .navbar-toggler {
  color: #e84a22;
}
nav .navbar-toggler:hover {
  color: #000000;
}
nav .fa-bars {
  padding: 0px;
}

img {
  width: 100%; /* Ustawia szerokość obrazu na 100% szerokości kontenera */
  height: auto; /* Zapewnia proporcjonalne dostosowanie wysokości */
  display: block; /* Ustawia obraz jako blokowy element */
}

.navbar-nav .nav-link.active {
  color: #000000;
}

header {
  color: #e84a22;
  height: 100vh;
}
header h1 {
  font-size: 30px;
}
header p {
  font-size: 14px;
}
header .hero-img {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -10;
  background: url("../img/GILingual_500.jpg") no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
header .hero-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  z-index: -5;
}
header .hero-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 5;
  text-align: center;
}
header .btn-outline-light:hover {
  background-color: #000000;
  color: #e84a22;
}
header .fa-chevron-down {
  position: absolute;
  padding: 30px;
  bottom: 20px;
  font-size: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #e84a22;
}
header .fa-chevron-down:hover {
  color: #000000;
}

.aboutus .aboutus-img {
  position: relative;
  background-image: url("../img/aboutus1-full.jpg");
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.aboutus .aboutus-h2 {
  padding-top: 20px;
}
.aboutus .underline {
  margin-bottom: 0px;
}
.aboutus .row {
  padding-bottom: 50px;
}
.aboutus .aboutus-shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: -5;
}
.aboutus .aboutus-img-centered {
  position: relative;
  background-image: url("../img/aboutus1-centered.png");
  background-position: top;
  background-size: contain;
  background-attachment: scroll;
  background-repeat: no-repeat;
  z-index: 0;
}
.aboutus i {
  margin-top: 20px;
  font-size: 30px;
}
.aboutus .aboutus-card:hover {
  color: #ed3406;
}
.aboutus .aboutus-card-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
.aboutus .aboutus-card-text {
  font-size: 16px;
  margin-bottom: 0px;
}

.third-bg {
  background-color: #d3c7b6; /* Białe tło sekcji */
}

.offer {
  background-color: #fff; /* Białe tło sekcji */
  padding-top: 20px; /* Dodatkowy padding na górze */
  padding-bottom: 20px; /* Dodatkowy padding na dole */
}
.offer .container {
  background-color: #d3c7b6; /* Kolor tła kontenera */
}

.portfolio {
  background: #d3c7b6;
}
.portfolio .portfolio-img {
  position: relative;
}
.portfolio .carousel-item {
  position: relative;
  height: 700px;
}
.portfolio .carousel-item img {
  width: 100%;
  max-height: 140%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.portfolio .carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.portfolio .carousel-indicators {
  padding-top: 10px;
}
.portfolio .carousel-indicators button {
  display: none;
}
.portfolio .carousel-control-prev-icon {
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: #000000;
  border-radius: 40%;
}
.portfolio .carousel-control-prev-icon:hover {
  background-color: #e84a22;
}
.portfolio .carousel-control-next-icon {
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
  background-color: #000000;
  border-radius: 40%;
}
.portfolio .carousel-control-next-icon:hover {
  background-color: #e84a22;
}

.prices .prices-bg {
  background-color: #d3c7b6;
  padding-bottom: 10px;
}
.prices h2 {
  color: #000000;
  text-transform: uppercase;
  padding-top: 20px;
}
.prices .price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
  background-color: #ee6644;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
          box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.6);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  min-height: 380px;
}
.prices .price-box span {
  font-weight: bold;
}
.prices .price-box i {
  padding: 0 5px;
  font-size: 24px;
}
.prices .price-box a {
  position: relative;
  background-color: #d3c7b6;
  color: #d3c7b6;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 10px 30px;
  margin: auto 25px 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prices .price-box a:hover {
  background: #d3c7b6;
  color: #e84a22;
  background-color: sec;
  letter-spacing: 0.18em;
  -webkit-box-shadow: 0 0 35px var(--clr);
          box-shadow: 0 0 35px var(--clr);
}
.prices .price-box a:before {
  content: "";
  position: absolute;
  inset: 2px;
  background: #000000;
}
.prices .price-box a span {
  position: relative;
  z-index: 5;
}
.prices .price-box a i {
  position: absolute;
  inset: 0;
  display: block;
}
.prices .price-box a i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 80%;
  width: 10px;
  height: 4px;
  background: #000000;
  -webkit-transform: translateX(-50%) skewX(325deg);
          transform: translateX(-50%) skewX(325deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prices .price-box a:hover i::before {
  width: 20px;
  left: 20%;
}
.prices .price-box a i::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 10px;
  height: 4px;
  background: #000000;
  -webkit-transform: translateX(-50%) skewX(325deg);
          transform: translateX(-50%) skewX(325deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.prices .price-box a:hover i::after {
  width: 20px;
  left: 80%;
}
.prices .price-box .price-title {
  font-size: 24px;
  font-weight: bold;
}
.prices .price-box .price-type {
  font-size: 19px;
  margin-top: auto;
  margin-bottom: 0px;
}
.prices .price-box .price-tag {
  font-size: 16px;
}
.prices .price-box:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.prices .price-info {
  font-size: 16px;
  margin: 30px 0 0;
}
.prices .price-info a {
  text-decoration: none;
}

.achievements h2 {
  padding-top: 20px;
  margin-bottom: 0px;
}
.achievements .underline {
  margin-bottom: 10px;
}
.achievements .achievements-bg {
  background-color: #d3c7b6;
}
.achievements i {
  padding: 10px;
  font-size: 40px;
  color: #ed3406;
  text-shadow: 0 0 5px #000;
}
.achievements .achievement:hover {
  color: #ed3406;
}
.achievements .achievements-list {
  padding: 20px;
}
.achievements .achievement-text {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: bold;
}
.achievements .achievements-number {
  font-size: 24px;
}

.contact {
  position: relative;
  background-image: url("../img/computer640.jpg");
  background-size: cover;
  background-attachment: fixed;
  z-index: 0;
}
.contact h2 {
  color: #d3c7b6;
  font-weight: bold;
}
.contact a {
  padding: 10px;
  color: #e84a22;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.contact a:hover {
  color: #000000;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.contact .contact-shadow {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 9, 27, 0.8);
  z-index: -5;
}
.contact .contact-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #e84a22;
}
.contact .contact-item {
  margin: 30px 0;
}
.contact .contact-item h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.contact .contact-item .social-media {
  font-size: 26px;
}

/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
  font-family: "Drukaatie burti Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Regular"), url("../fonts/DrukaatieBurti-Regular.woff") format("woff");
}
@font-face {
  font-family: "Drukaatie burti Thin";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Thin"), url("../fonts/DrukaatieBurti-Thin.woff") format("woff");
}
@font-face {
  font-family: "Drukaatie burti Light";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Light"), url("../fonts/DrukaatieBurti-Light.woff") format("woff");
}
@font-face {
  font-family: "Drukaatie burti Demi";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Demi"), url("../fonts/DrukaatieBurti-Demi.woff") format("woff");
}
@font-face {
  font-family: "Drukaatie burti Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Bold"), url("../fonts/DrukaatieBurti-Bold.woff") format("woff");
}
@font-face {
  font-family: "Drukaatie burti Heavy";
  font-style: normal;
  font-weight: normal;
  src: local("Drukaatie burti Heavy"), url("../fonts/DrukaatieBurti-Heavy.woff") format("woff");
}
@media (min-width: 375px) {
  header h1 {
    font-size: 36px;
  }
  header p {
    font-size: 16px;
  }
}
@media (min-width: 500px) {
  header .hero-img {
    background-image: url("../img/GILingual_500.jpg");
  }
  .contact {
    background-image: url("../img/computer1920.jpg");
  }
}
@media (min-width: 768px) {
  header h1 {
    font-size: 42px;
  }
  header p {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  nav {
    height: 92px;
  }
  nav .navbar-brand {
    font-size: 30px;
  }
  .prices .price-info {
    font-size: 18px;
  }
}
@media (min-height: 1000px) {
  header .hero-img {
    height: 100vh;
  }
}/*# sourceMappingURL=style.css.map */