@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  background: #fff;
  height: 100%;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
}

.container-roar {
  padding: 0 12rem;
  width: 100%;
  display: inherit;
}

/*****/
.navbar-roar {
  background: transparent;
  padding: 25px 0;
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.06);
  width: 100%;
  max-width: 100%;
}
/*****/

/*****/
.roar-bar {
  background-color: #ffffff;
}
.bar {
  background: #fff;
  width: 76px;
  height: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 60;
  -webkit-box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.06);
}
.bar .content {
  width: 70vh;
  padding-left: 5vh;
  font-size: 11px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
}
.bar .share {
  background: inherit;
  width: 100%;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.bar .share .title {
  height: 40px;
}
.bar .share .title .name {
  width: 100%;
  position: absolute;
  margin-left: 1px;
  bottom: 70%;
  font-weight: 600;
  font-size: 12px;
  -webkit-transform: translate(-50%, -100%) rotate(-90deg);
  -ms-transform: translate(-50%, -100%) rotate(-90deg);
  transform: translate(-50%, -100%) rotate(-90deg);
  -webkit-transition: 0.15s ease-in-out;
  -o-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
}
.bar .separator:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  width: 50%;
  height: inherit;
}
.bar .separator {
  background: #e0e0e0;
  width: 60px;
  height: 2px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
  top: -3px;
}
.bar .share .title .icon {
  font-size: 28px;
  height: 40px;
  line-height: 42px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
/*****/


/*****/
.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.card-roar {
    padding: 15px;
    text-align: right;
    background: #f8f8f8;
}

.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}
.card [class*=card-header-] {
    padding: 0;
    position: relative;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    padding: 8px 10px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning {
    background: linear-gradient(to right, #ee3223, #f89c22) !important;
    color: #fff;
    font-size: 18px;
}
.card p.card-description {
    font-size: 13px;
}
.card-header {
    background: #f8f8f8;

}
.card h4.card-title {
    font-weight: 700;
    font-size: 16px;
}

/*****/


/*****/
.nav-item a {
    color: #282828;
    border-radius: unset;
    width: auto !important;
    margin: 0 30px 0 0 !important;
    padding: 18px 0;
    font-size: 13.6px;
    font-weight: 600;
    display: inline-block;
    clear: none;
    cursor: pointer;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}

.nav-pills .nav-link {
    border-radius: unset;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #282828;
    border-bottom: 2px solid #282828;
    background: unset;
}
/*****/


/*****/
#main {
  padding-left: 76px;
  width: 100%;
}

.roar-jumbotron {
  height: 100vh;
  background: url(../../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.intro-roar {
  padding-top: 10rem;
}

.subtitle-roar {
  font-size: 24px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

.title-roar {
  font-size: 52px;
  line-height: 68px;
  letter-spacing: -1px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}

.brand-color {
  font-weight: 600 !important;
  background: linear-gradient(to right, #ee3223, #f89c22) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}
/*****/

/*****/
#about > div {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

#about .about-roar {
  background-color: #343434 !important;
}

#about .subtitle-roar {
  font-size: 15px;
  color: #767676;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about .title-roar {
  color: #ffffff;
  font-size: 34px;
  line-height: 48px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about .description {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

#about .icon-title {
  color: #fff;
  font-size: 18px;
  margin-bottom: 15px;
}

#about .icon-title > i {
  font-size: 22px;
  margin-right: 2px;
}

#about .separator-roar {
  height: 1px;
  border-top: 1px solid #ebebeb;
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  border-top-width: 2px;
  border-color: #494949;
}

#about .text {
  color: #767676;
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
}

/*****/

/*****/
#portfolio {
  background-color: #fff;
}

#portfolio > div {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

#portfolio .portfolio-roar { 
    background: url(../../images/office.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#portfolio .title-roar {
    text-transform: uppercase;
    font-size: 36px;
    line-height: 46px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-top: 0px;
    margin-bottom: 5rem;
}

#portfolio .portfolio-block {
    width: 50%;
    margin: 0 auto;
    margin-top: -7rem;
    padding: 2rem 2rem 0rem 2rem;
    background-color: #fff;
}

#portfolio .portfolio-main {
  padding-top: 1rem !important;
}


/*****/

/****/
.accordion > .card {
  margin: 0;
}

.accordion > .card .card-header {
  background: linear-gradient(to right,rgba(248,156,34,.8), rgba(248,156,34,.9));
  color: #000;
}
.active-header {
  background: linear-gradient(to right, rgba(238,50,35,.7), rgba(248,156,34,1)) !important;
}

.btn-link {
  color: #fff;
}

.btn-link:hover {
  color: #f8f8f8;
  text-decoration: none;
}

.btn:focus {
  outline: none;
}

.mdi-roar {
  font-size: 22px;
}
/****/

/*****/

#contact {
  background-color: #fbf8f8;
}

.contact-title {
  color: #3f3f3f;
  font-size: 22px;
  margin-top: 2px;
}

.contact-subtitle {
  color: #84848b;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.5;
  letter-spacing: -0.01em;
  font-family: "Poppins", sans-serif;
}

.form-control {
  padding: unset;
}

.contact-text {
  color: #494949;
  font-size: 15px;
  line-height: 28px;
  margin: -1px auto;
  font-family: "Poppins", sans-serif;
}

input.roar-input {
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid grey;
  border-radius: 0%;
  background-color: #fbf8f8;
}

input {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid grey !important;
}

input:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid grey !important;
  background-color: #fbf8f8 !important;
}

textarea.roar-textarea {
  padding-right: 0px;
  padding-left: 0px;
  border-top: 1px solid white;
  border-right: 1px solid white;
  border-left: 1px solid white;
  border-bottom: 1px solid grey;
  border-radius: 0%;
  background-color: #fbf8f8;
}

textarea {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid grey !important;
}

textarea:focus {
  outline: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid grey !important;
  background-color: #fbf8f8 !important;
}

/*****/

section {
  z-index: 10;
}

/*****/
footer {
  bottom: 0;
  position: fixed;
  z-index: -1;
  width: 100%;
}

.footer-roar {
  position: relative;
}

.footer-title {
  color: #171e25;
}

.footer-text {
  color: #6b6b6b;
}

address {
  margin-bottom: 0.4em;
  font-style: normal;
  line-height: inherit;
}

.footer-copyright { 
  border-top: 0.5px solid #e4dddd;
}

.footer-copyright a {
  color: #6b6b6b;
}

.footer-icon {
  font-size: 30px;
}

.footer-icon:hover {
  background: linear-gradient(to right, #ee3223, #f89c22) !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

a {
  color: #6b6b6b;
}

a:hover {
  color: #6b6b6b;
}
/*****/

/*****/
@media only screen and (max-width: 600px) {
  body {
    overflow-x: hidden !important;
  }
  .body-page {
    overflow-x: hidden !important;
    margin-bottom: 40px !important;
    width: 100%;
  }

  #bar {
      display: none;
  }

  #main .container-roar {
    margin-left: 15px !important;
  }

  #about > div {
    padding: 10px 15px;
  }

  #portfolio .portfolio-block {
    width: 100%;
  }

  #contact {
    padding: 15px;
  }

  .container-roar {
      margin-left: unset;
      padding: unset;
      width: 100%;
      display: block;
  }

  #main {
      padding-left: unset;
      width: 100%;
  }

  .intro-roar {
      padding: 40% 0px 0px 0px !important;
  }

  .subtitle-roar {
      font-size: 20px;
  }

  .title-roar {
      padding: 0px 55px 0px 0px;
      font-size: 28px;
      line-height: unset;
      width: 100%;
  }

  footer {
    position: relative !important;
    overflow-x: hidden !important;
  }

  .tab-content {
    padding: 0px 15px;
  }
}
/****/

