@import "./components/navbar.css";
@import "./components/about.css";
@import "./components/button.css";
@import "./components/services.css";
@import "./components/sendCV.css";
@import "./components/references.css";
@import "./components/footer.css";
@import "./components/breadcrumb.css";
@import "./components/aboutPage.css";
@import "./components/servicesPage.css";
@import "./components/contactPage.css";
@import "./components/singleService.css";
@import "./components/form.css";
@import "./components/navigation.css";

@font-face {
  font-family: Gilroy;
  src: url(../assets/fonts/DAYROM__.ttf);
}

@font-face {
  font-family: dayrom;
  src: url(../assets/fonts/DAYROM__.ttf);
}

@font-face {
  font-family: althea;
  src: url(../assets/fonts/Althea-Regular.ttf);
}

@media (max-width: 1024px) {
  :root {
    --animate-duration: 0s !important;
  }
  .carousel-caption h1{
      font-size: calc(1rem + 1.5vw);
  }
}
html {
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: Gilroy;
}
body {
  overflow-x: hidden;
}

a{
    text-decoration: none;
    outline: none;
}

a:hover{
    color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 100;
}

ul{
    padding-left: 0;
    list-style: none;
}

.caption-1 {
    animation-duration: 2s;
}

.caption-2 {
    animation-duration: 2.5s;
}

.caption-3 {
    animation-duration: 3s;
}

.carousel-inner{
    width: 90%;
    margin: 0 auto;
    border-radius: 6px;
}


.carousel-item img{
    object-fit: fill;
}

.carousel-caption {
    text-align: left!important;
    left: 5%!important;
    top: 5%!important;
}

.head,
.carousel-caption h1{
    font-family: 'Bebas Neue', cursive;
}

.pattern{
    display: flex;
    flex: 1;
    height: 100%;
    background: url('../assets/pattern.svg');
    background-size: cover;
    max-width: 24px;
    margin: 0 24px;
}

.quotes{
    height: 7vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3f7d83;
    font-size: 1.5em;
    font-family: 'Great Vibes', cursive;
    margin-bottom: 12px;
}

.quotes h1{
    font-family: althea;
    font-size: 1.125em;
    color:white;
    margin-bottom: 0;
    text-align:center;
    flex: 10;
    justify-content: center;
    font-weight: 100;
}

  .carousel-caption h2{
    align-items: justify;
}

img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}

.container {
  max-width: 85%;
  margin: 0 auto;
}
.form > button[type="button"] {
  background-color: #fff;
  border: none !important;
  outline: none !important;
}
.inputfile {
  padding-top: 0.3rem;
  padding-left: 0.7rem;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
@keyframes loader {

        0% {
            width: 0;
        }

        20% {
            width: 10%;
        }

        66% {
            width: 52%;
        }



        100% {
            width: 100%;
        }

    }

    .progress-bar {
        border-radius: 60px;
        overflow: hidden;
        width: 300px;
        display: none;


    }
    .progress-bar span {
            display: block;
        }

    .bar {
      background: rgba(0,0,0,0.075);
    }

    .progress {
      animation: loader 1s ease infinite;
      animation-iteration-count:1;
      background: #75b800;
      color: #fff;
      padding: 3px;
      width: 100%;
    }

.inputfile + label {
  padding: 10px !important;
  font-size: 1em;
  font-weight: 700;
  color: white;
  background-color: tomato;
  border-radius: 5px;
  display: inline-block;
}

.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: red;
}

@media (min-width: 1300px) {
    .outimg {
        height:600px !IMPORTANT;
    }
  .carousel-caption h2{
    width: 70%;
    }
    .sld-1 {
        
    height:86vh !important;
}
}


@media (max-width: 1440px) {

  .carousel-caption h2{
    width: 50%;
    position: relative;
    }
}

@media (max-width: 425px) {
  body {
    font-size: 1.125em;
  }
  .carousel-caption h1 {
    font-size: 1rem;
}
.carousel-caption h2 {
    font-size: 1rem;
}
.carousel-caption h2 {
    top: 0;
}
.carousel-caption {
    top: 1%!important;
}
.quotes{
    padding: 12px;
    height: auto;
}
.quotes h1{
    text-align: center;
    font-size: 1rem !important;
}
.container{
    max-width: 90%;
}

.carousel-item {
    max-height: 30vh;
    height: 30vh;
}
}
@media (min-width: 1280px) {
  .servies_head {
    margin-top: 2rem;
  }
  .references_container {
    margin-top: 2rem;
  }
}
