
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: rgb(0, 115, 255);
}

a:hover {
  color: #fa47e8;
  text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
  font-family: "Raleway", sans-serif;
}


.logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(0, 115, 255);
}


#acasa {
  width: 100%;
  height: 70vh;
  background-color: rgba(9, 9, 9, 0.8);
  overflow: hidden;
  position: relative;
}

#acasa .carousel,
#acasa .carousel-inner,
#acasa .carousel-item,
#acasa .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#acasa .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 50px;
  right: 50px;
}

#acasa .container {
  text-align: center;
}

#acasa h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: 700;
}

#acasa p {
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

.btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
  animation-delay: 0.8s;
  background: rgb(0, 115, 255);
}

.btn-get-started:hover {
  background: #fa47e8;
  color: white;

}

section {
  padding: 60px 0;
}

.section-bg {
  background-color: rgba(0, 115, 255, 0.115);
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: rgb(0, 115, 255);
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

.more .content h3 {
  font-weight: 700;
  font-size: 28px;
}

.more .content ul {
  list-style: none;
  padding: 0;
}

.more i {
  font-size: 2rem;
  color:rgb(0, 115, 255);
}


.more .content ul li {
  padding-bottom: 10px;
}

.more .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: rgb(0, 115, 255);
}

.more .content p:last-child {
  margin-bottom: 0;
}

.exemple {
  margin: 10px;
}

.exemple .row {
  overflow: hidden;
}

.exemple .content-item {
  padding: 40px;
  border-left: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin: -1px;
}

.exemple .content-item span {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: rgb(0, 115, 255);
}

.exemple .content-item h4 {
  font-size: 26px;
  font-weight: 300;
  padding: 0;
  margin: 20px 0;
}

.exemple .content-item p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.cta {
  background: rgb(0, 115, 255);
  padding: 80px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta .cta-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 4px;
}

.cta .cta-btn:hover {
  background: #fff;
  color: rgb(0, 115, 255);
}

#footer {
  background: #090909;
  color: #fff;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}

/* ============ Special Effects =========== */

.special-effects{
  display:flex;
  flex-direction: column;
  align-items: center;
  padding: 1%;
  opacity: 50%;
  position: fixed;
  top: 15%;
  font-size:4rem;
  right: 5%;
  background-color: lightgray;
  text-align: center;
  border-radius: 20px;
  
}

.effect{
  color: rgb(0, 115, 255);
}

textarea{
  width:100%;
  margin-bottom: 10px;
}

.print-btn{
  margin: 2% 0;
  width:100%;
  border-radius: 15px;
}

.image-bg{
  background-image: url('assets/img/landing.jpg');
}

.img-jum {
  width: 50%;
  margin: 0 25%;
}

.img-fit {
  width:100%;
}

.col-lg-6, .col-lg-4 {
  padding: 2%
}

.card-img-top {
  max-height: 300px;
  object-fit: cover;
  aspect-ratio: original;
}
.dosar {
  min-height: 80vh;
}

.carousel, .airesponse{
  background-color: rgb(0, 115, 255);
  border-radius: 10px;
  padding: 2% 10%;
  color: white;
  margin-bottom: 1%;
}

@media (max-width: 991px) {
  .nav-colappsed {
      text-align: center;
      margin: 2%;
      opacity: 90%;
      border-radius: 15px;
      border-style: solid;
      border-width: 5px;
      border-color: rgb(0, 115, 255);
    }
}

.quote{
  background-color: #cfcdcd;
  text-align: center;
  padding: 2%;
}

.qoutecontainer{
  position:relative;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);

}

.quote .text {
  font-size: x-large;
  font-style: italic;
}

.scroll-up-btn{
  position: fixed;
  bottom: 2%;
  right: 2%;
  font-size: 5rem;
  color: magenta;
  opacity: 50%;
}