*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%;
  box-sizing: border-box;
  overflow-x: hidden; }

body {
  font-family: "Montserrat", sans-serif; }

/*-- ===========================
=========== Button ============
=============================*/
.btn,
.btn:link,
.btn:visited {
  font-size: 2.8rem;
  color: #fff;
  padding: 0.8rem 3.5rem;
  border: 1px solid #fff;
  display: inline-block; }
  .btn:hover,
  .btn:link:hover,
  .btn:visited:hover {
    background-color: #000;
    border-color: #000; }

.btn__red {
  background-color: #bf282d;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 1.5rem 3rem;
  margin-top: 2rem; }
  .btn__red:hover {
    color: #fff; }

/*-- ===========================
=========== Top bar ============
=============================*/
.top__bar {
  background-color: #bf282d; }
  .top__bar-text {
    font-size: 1.1rem;
    font-weight: 900;
    padding: 0.5rem 0; }

/*-- ===========================
=========== Nav bar ============
=============================*/
.navbar {
  background-color: rgba(255, 255, 255, 0.87); }
  .navbar-nav {
    align-items: center; }
  .navbar-brand {
    padding: 2rem 0; }
    .navbar-brand img {
      max-width: 14rem; }

.nav-item:not(:first-child) {
  margin-left: 1.2rem; }

.nav-link {
  font-size: 2.4rem;
  color: #000 !important;
  font-weight: 300;
  padding: 0.5rem 1rem;
  display: inline-block; }

.nav-mail {
  font-size: 2.2rem;
  font-weight: 700;
  font-style: italic;
  color: #fff !important;
  background-color: #bf282d;
  border-radius: 10px;
  padding: 1rem 1.5rem !important;
  transition: all 0.3s; }
  .nav-mail:hover {
    background: #000; }

.dropdown-menu {
  top: 170%;
  min-width: 300px;
  border: none; }

.dropdown-item {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  position: relative; }
  .dropdown-item:active, .dropdown-item:hover {
    background-color: #bf282d;
    color: #fff; }
  .dropdown-item:not(:last-child) {
    border-bottom: 2px dashed #efefef;
    margin-bottom: 3px; }
  .dropdown-item::after {
    position: absolute;
    content: "";
    background-color: #b51437;
    width: 3px;
    height: 100%;
    left: 3px;
    top: 0; }

/*-- ===========================
=========== Header ============
=============================*/
.carousel-item {
  background-image: linear-gradient(rgba(0, 0, 0, 0.486), rgba(0, 0, 0, 0.479)), url(../img/header__bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 80vh;
  position: relative; }
  .carousel-item .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.header .carousel__header {
  font-size: 5.4rem;
  font-weight: 700; }

.header .carousel__description {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.3;
  margin: 30px 0 40px 0; }

.header .carousel-control-prev-icon,
.header .carousel-control-next-icon {
  background-image: none;
  font-size: 8rem; }

.header .carousel-control-prev span,
.header .carousel-control-next span {
  position: absolute;
  width: 100%;
  height: 100%; }
  .header .carousel-control-prev span i,
  .header .carousel-control-next span i {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%; }

/*-- ===========================
=========== Services Seciton ============
=============================*/
.services {
  background-color: #bf282d;
  padding: 2.6rem 0; }
  .services__heading {
    font-weight: 300;
    font-size: 2.8rem; }
    .services__heading b {
      font-weight: 700; }
  .services__name {
    font-size: 1.9rem;
    font-weight: 300;
    margin-top: 10px; }
  .services__form {
    background-color: #e9e9e9;
    padding: 2rem 3rem;
    border-radius: 10px;
    position: absolute;
    transform: translateY(-50%); }
  .services .form {
    padding: 0 2rem; }
    .services .form__header {
      font-weight: 800;
      font-size: 2.8rem;
      color: #000; }
    .services .form__description {
      color: #606060;
      font-size: 1.3rem;
      font-weight: 300; }
    .services .form-control[type="text"], .services .form-control[type="email"] {
      margin-bottom: 1rem;
      color: #606060;
      font-size: 1.3rem;
      font-weight: 500;
      padding: 2rem 1rem; }
    .services .form-control::placeholder {
      font-size: 1.3rem;
      font-weight: 600;
      font-family: "Montserrat", sans-serif; }

/*-- ===========================
=========== Gsllery Seciton ============
=============================*/
.gallery {
  padding: 5rem 0 3rem 0; }
  .gallery__heading {
    font-size: 2.8rem;
    font-weight: 300;
    color: #000000;
    margin-bottom: 4rem; }
  .gallery__single {
    height: 200px;
    position: relative;
    background-size: 120%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all 0.3s;
    cursor: pointer;
    background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url(../img/gallery-1.jpg); }
    .gallery__single--2 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url(../img/gallery-2.jpg); }
    .gallery__single--3 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url(../img/gallery-3.jpg); }
    .gallery__single--4 {
      background-image: linear-gradient(rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url(../img/gallery-4.jpg); }
    .gallery__single::after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      content: "";
      background-color: #000;
      transition: 0.3s;
      opacity: 0;
      z-index: 1; }
    .gallery__single:hover {
      background-size: 150%;
      transition: all 0.3s; }
      .gallery__single:hover::after {
        opacity: 0.5; }
    .gallery__single__heading {
      font-weight: 900;
      color: #fff;
      font-size: 2.8rem;
      position: absolute;
      bottom: 1.6rem;
      left: 50%;
      width: 100%;
      text-align: center;
      transform: translateX(-50%);
      z-index: 2; }

/*-- ===========================
=========== Blog Seciton ============
=============================*/
.blog {
  padding: 4rem 0;
  background-color: #efefef; }
  .blog__header {
    color: #242424;
    font-size: 2.8rem;
    font-weight: 700; }
  .blog__subheader {
    margin-bottom: 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #8e8e8e;
    font-weight: 600;
    margin-bottom: 6rem; }
  .blog__box {
    text-align: left; }
  .blog__title {
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 1rem 0 1.7rem 0; }
  .blog__subtitle {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    margin-top: 1.6rem; }
  .blog__description {
    color: #242424;
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.9rem; }

/*-- ===========================
=========== Footer Seciton ============
=============================*/
.footer {
  background-color: #3e3f41;
  padding: 3rem 0; }
  .footer__title {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600;
    font-size: 1.8rem;
    margin-bottom: 1.7rem; }
  .footer__list {
    list-style: none; }
  .footer__link {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 1.4rem;
    color: #8b8b8d;
    transition: all 0.3s;
    display: inline-block;
    padding: 0.4rem 0; }
    .footer__link:hover {
      text-decoration: none;
      color: #fff; }

.footer__bottom {
  padding: 4rem 0;
  background-color: #dbdbdb; }
  .footer__bottom__text {
    color: #000;
    font-weight: 700;
    font-size: 2rem;
    text-transform: capitalize; }

.social__list {
  list-style: none;
  display: flex;
  margin-bottom: 0; }

.social__item {
  margin-right: 1.6rem; }

.social__link {
  font-size: 2rem;
  color: #000;
  display: inline-block;
  transition: all 0.3s; }
  .social__link:hover {
    color: #bf282d; }
