* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  padding: 0;
  padding: 0;
  box-sizing: border-box;
}

.myColor {
  color: rgba(179, 42, 58, 0.993);
}

.navbar {
  padding: 10px 30px;
  text-transform: uppercase;
  /* font-weight: ; */
  letter-spacing: 0.1rem;
  font-size: 0.9rem;
  transition: background-color 1s ease;
  box-shadow: 1px 1px 10px rgb(179, 42, 58);
  opacity: 0.95;
  /* background: rgba(0, 0, 0, 0.3); */
}

.navbar-nav li {
  padding-right: 0.8rem;
}

.nav-link {
  padding-top: 1rem;
}

.navbar-nav .nav-link {
  color: white;
  font-size: 1rem;
}

.custom-toggler-icon {
  color: rgba(179, 42, 58, 0.993);
  font-size: 1.6rem;
}

.navbar.solid,
.navbar.solid-toggle {
  background-color: rgba(0, 0, 0, 0.897);
  transition: background-color 1s ease;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover {
  color: rgba(247, 25, 62, 0.808);
}

/* Remove Button outline */

button:focus,
a:focus {
  outline: 0;
  -webkit-appearance: none;
  box-shadow: none;
  /* transition: all .6 ease; */
}

button,
a,
a.btn {
  transition: all 0.6s ease;
}

/* ############################# */

/* main image */

.opacity {
  opacity: 4;
}
.container1 {
  height: 100%;
  background-color: tomato;
}

.height-image {
  min-height: 65vh;
}

@media screen and (min-width: 1023px) {
  .banner {
    min-height: 100vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("img/mic.jpg") center/cover no-repeat fixed;
  }
  .title {
    font-family: Caveat;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .title .primary-sub {
    font-size: 30px;
  }
  .title .primary-main {
    font-size: 180px;
  }
  .who-text {
    min-height: 60vh;
  }
  .youtube {
    min-height: 60vh;
  }
}

/* Tablet */
@media screen and (max-width: 1024px) {
  .title {
    font-family: Caveat;
    padding-bottom: 50px;
    padding-left: 40px;
  }
  .title .primary-sub {
    font-size: 50px;
  }
  .title .primary-main {
    font-size: 100px;
  }
  .banner {
    min-height: 70vh;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
      url("img/mic.jpg") center/cover no-repeat fixed;
  }
  .titleSection {
    font-size: 3rem;
    color: white;
  }
  .footerSmall {
    display: none;
  }
  .footerBig {
    display: flex;
  }
}

@media screen and (max-width: 440px) {
  .title {
    font-family: Caveat;
    font-family: Caveat;
    padding-bottom: 40px;
    padding-left: 30px;
  }
  .title .primary-sub {
    font-size: 30px;
  }
  .title .primary-main {
    font-size: 50px;
  }
  .titleSection {
    font-size: 2rem;
    color: white;
  }
  .textPolicy {
    font-size: 1rem;
  }
  .footerBig {
    display: none;
  }
  .footerSmall {
    display: flex;
  }
  .back-text h1 {
    font-size: 2rem;
  }
  .back-text p {
    font-size: 1rem;
  }
  .front-text h1 {
    font-size: 2rem;
  }
}

/* ############################# */
#authors {
  display: none;
}
/* Section: Who We Are */
#who {
  min-height: 45vh;
  display: flex;
}

#who div {
  flex: 1;
}

#who .who-img {
  background: url("img/ori2.jpg") no-repeat center center/cover;
}

/* Smartphones */
@media (max-width: 680px) {
  #who {
    display: none;
  }
  #authors {
    display: block;
  }
}

/* services ############ */

.text-title {
  text-align: center;
  font-size: 30px;
  color: #e0e2db;
  text-transform: uppercase;
}

.title-underline {
  width: 200px;
  border: 2px solid red;
  margin: 0 auto;
}

#authors {
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.192)),
    url("img/cover2.jpeg");
  background-attachment: fixed; /* important*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#services {
  min-height: 70vh;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.192)),
    url("img/cover.jpeg");
  background-attachment: fixed; /* important*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0 80px 0;
}

.services-container {
  max-width: 90vw;
  margin: 0 auto;
  color: #e0e2db;
}
.service-item {
  overflow: hidden;
  position: relative;
  padding: 60px;
}

.service-item .fa,
.service-item .fas {
  font-size: 40px;
  margin-bottom: 30px;
  color: rgba(179, 42, 58, 0.993);
}
.service-item-black {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}
.service-item-white {
  background: linear-gradient(
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.062)
  );
  color: white;
  font-weight: bolder;
}

.front-text {
  text-align: center;
  transition: transform 2s;
}

.back-text {
  position: absolute;
  bottom: -20em;
  width: 75%;
  margin: 0 auto;
  height: 100%;
  transition: bottom 2s;
  padding: 30px 0;
}

.back-text h1 {
  margin-bottom: 30px;
  color: rgba(179, 42, 58, 0.993);
}

.back-text button:hover {
  background-color: #e6af2e;
  color: #191716;
}

.service-item-white button {
  background: #e6af2e;
  color: #191716;
}

.service-item-white button:hover {
  border: #191716;
  color: #e6af2e;
}

.service-item:hover .front-text {
  transform: translateY(-300px);
}

.service-item:hover .back-text {
  bottom: 0;
}

@media screen and (min-width: 776px) {
  .services-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .services-container .service-item:nth-of-type(1) {
    order: 1;
  }
  .services-container .service-item:nth-of-type(2) {
    order: 2;
  }
  .services-container .service-item:nth-of-type(3) {
    order: 4;
  }
  .services-container .service-item:nth-of-type(4) {
    order: 3;
  }
}

/* card */

#authors img {
  margin-top: -50px;
}
#authors .card {
  background: rgba(255, 255, 255, 0.692);
  color: black;
}
#authors .card:hover {
  background: rgba(179, 42, 58, 0.884);

  color: #fff;
}
#authors .fab {
  color: #fff;
}

/* boxes */

#boxes {
  background-color: rgba(0, 0, 0, 0.9);
  border-top: 3px solid rgba(179, 42, 58, 0.993);
  border-bottom: 3px solid rgba(179, 42, 58, 0.993);
}

#services,
#projects,
#ori {
  border-bottom: 1px solid rgba(179, 42, 58, 0.993);
}

/*projects */

#projects {
  background: linear-gradient(rgba(0, 0, 0, 0.507), rgba(0, 0, 0, 0.445)),
    url("img/headset.jpeg");
  background-attachment: fixed; /* important*/
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.title-text {
  text-align: center;
  font-size: 40px;
}

#projects .title-text {
  color: white;
}

#projects {
  padding: 20px 0 80px 0;
  background-color: #fff;
}

.projects-container {
  max-width: 90vw;
  margin: 0 auto;
}

.projects-item {
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8));
  color: #e0e2db;
  overflow: hidden;
  position: relative;
  margin: 10px 0;
}

#projects img {
  width: 100%;
  min-height: 100%;
  transition: transform 4s;
  display: block;
}

.img-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  opacity: 0;
  transition: opacity 4s;
}

.img-footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px;
  font-size: 20px;
  opacity: 0;
  color: #e6af2e;
  transition: opacity 4s;
}

.img-text h1 {
  font-size: 30px;
  margin-bottom: 10px;
}

.img-text h6 {
  font-size: 15px;
}

.projects-item:hover img {
  opacity: 0.4;
  transform: scale(1.3);
}

.projects-item:hover .img-text,
.projects-item:hover .img-footer {
  opacity: 1;
}

@media screen and (min-width: 576px) {
  .projects-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1em;
  }
}

@media screen and (min-width: 992px) {
  .projects-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1em;
  }
}

/* Ori main animation */

.box {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.1);
  text-align: right;
  width: 70%;
  position: absolute;
  top: 70%;
  left: 40%;
  transform: translate(-50%, -50%);
  text-align: center;
}

/*main*/
.primary-main {
  text-align: left;
  display: block;
  font-size: 60px;
  font-weight: 400;
  letter-spacing: 35px;
  animation-name: moveinLeft;
  animation-duration: 3s;
  animation-timing-function: ease-out;
  /* animation-iteration-count: 3; */
  /* animation-delay: 2s; */
}

@keyframes moveinLeft {
  0% {
    opacity: 0;
    transform: translateX(-100px); /*rotate(90deg);*/
  }
  80% {
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* secondary*/

.primary-sub {
  text-align: left;
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 17.4px;
  animation-name: moveinRight;
  animation-duration: 3s;
  animation-timing-function: ease-out;
}

@keyframes moveinRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  80% {
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}

/* ori */

.rod {
  font-family: Shadows Into Light;
  font-weight: 700;
}
rod2 {
  font-family: Comfortaa;
  font-weight: 700;
}

.map {
  max-width: 413;
}

/********************************* Footer ***********************************/

#footer,
#ori {
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  font-family: Comfortaa;
}
.iconColor {
  color: white;
}

.fas:hover,
.far:hover,
.fab:hover {
  color: rgba(179, 42, 58, 0.993);
  transform: translateY(-3px);
}

.effect:hover {
  color: rgba(179, 42, 58, 0.993);
}

.textPolicy {
  font-size: 1rem;
}
/* ###################################### */
