@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins";
}

.container {
  margin-right: auto;
  margin-left: auto;
}

#showcase1 {
  padding-top: 120px !important;
  max-width: 100%;
  background-image: url("../assets/images/hero-one-2-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#showcase3 {
  padding-top: 120px !important;
  max-width: 100%;
  background-image: url("../assets/images/hero-one-3-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#gallery {
  margin-top: 86px;
  /* padding-top: 120px !important; */
  max-width: 100%;
  /* background-image: url("../assets/images/our-team-banner.jpg"); */
  background-color: #212529;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 140px;
}

#atl {
  margin-top: 86px !important;
  max-width: 100%;
  /* padding-top: 140px !important; */
  /* background-image: url("../assets/images/atlposter1.jpg"); */
  background-color: #212529;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact-clip {
  position: absolute;
  clip: rect(0, 100px, 200px, 0);
  /* clip: shape(top, right, bottom, left); NB 'rect' is the only available option */
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.navbar-colored {
  position: fixed;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  color: black !important;
}

.navbar-transparent {
  background-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  color: white !important;
}

.navbar-fixed {
  position: fixed !important;
  z-index: 9999 !important;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  top: 0;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@-moz-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    -moz-transform: translatey(0);
    -o-transform: translatey(0);
    transform: translatey(0);
  }
}

.line {
  width: 100px;
  border-radius: 6px;
  height: 5px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to right, #e24997, #2d2ed4);
}

.line-left {
  width: 100px;
  border-radius: 6px;
  height: 5px;
  margin-top: 15px;
  background: linear-gradient(to right, #e24997, #2d2ed4);
}

.bi-heart-fill {
  color: red;
}

ul {
  list-style-type: none;

  margin: 0;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

.footer-widget {
  padding: 30px;
}

@media only screen and (min-width: 550px) {
  .heading-paragraph {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}

.filled {
  color: orange;
}

[class^="bi-"]::before,
[class*=" bi-"]::before {
  
  line-height: 1.5 !important;
}

.navText {
  color: white !important;
}

.navTextBlack {
  color: black !important;
  /* text-decoration: none; */
}

/* @import url('https://fonts.googleapis.com/css?family=Montserrat');


.container {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container p {
  font-size: 3rem;
  padding: 0.5rem;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
  overflow: hidden;
}
.container p span.typed-text {
  font-weight: normal;
  color: #dd7732;
}
.container p span.cursor {
  display: inline-block;
  background-color: #ccc;
  margin-left: 0.1rem;
  width: 3px;
  animation: blink 1s infinite;
}
.container p span.cursor.typing {
  animation: none;
}
@keyframes blink {
  0%  { background-color: #ccc; }
  49% { background-color: #ccc; }
  50% { background-color: transparent; }
  99% { background-color: transparent; }
  100%  { background-color: #ccc; }
} */

/* GLOBAL STYLES */
/* body {
  background: #333;
  padding-top: 5em;
  display: flex;
  justify-content: center;
} */

/* DEMO-SPECIFIC STYLES */
.typewriter h1 {
  color: rgb(128, 122, 122);
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

#typing {
  font-family: 'Source Code Pro', monospace;  
  font-size: 80px;
  font-weight: bold;
  color:white
}

.carousel-content {
  position: absolute;
  bottom: 10%;
  left: 5%;
  z-index: 20;
  color: white;
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

#custom-quote {
  quotes: "“" "„";
}

.nav-link-colored {
  color: black;
}

.nav-link-transparent {
  color: white;
}
 
/* @media (max-width: 1200px) {      
      #first-img{        
          background-image: url(../assets/images/slide/first-slider-small.png);
      }
      #second-img{        
        background-image: url(../assets/images/slide/second-slider-small.png);
      }
      #third-img{        
        background-image: url(../assets/images/slide/third-slider-small.png);
      }
      #fourth-img{        
        background-image: url(../assets/images/slide/fourth-slider-small.png);
      }
      #fifth-img{        
        background-image: url(../assets/images/slide/fifth-slider-small.png);
      } 
}
@media (min-width: 1200px) {    
     #first-img{         
         background-image: url(../assets/images/slide/first-slider.png);
     }
     #second-img{         
      background-image: url(../assets/images/slide/second-slider.png);
    } 
    #third-img{         
      background-image: url(../assets/images/slide/third-slider.png);
    }
    #fourth-img{         
      background-image: url(../assets/images/slide/fourth-slider.png);
    }
    #fifth-img{         
      background-image: url(../assets/images/slide/fifth-slider.png);
    }
} */

