#custom-body h1 {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #fff;
}

#custom-body h2 {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

#custom-body h3 {
  font-size: 1.375rem;
}

#custom-body h4 {
  font-size: 1.25rem;
  font-weight: 400;
  color: #00ADEF;
}

#custom-body p {
  font-size: 1rem;
  font-weight: 300;
  color: #999;
  font-family: "Montserrat", sans-serif;
}

#custom-body .btn {
  font-size: 0.875rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: #fff;
  background-color: #00ADEF;
  padding: 0.5rem 2rem;
  border-radius: 0rem;
  border: none;
  outline: none;
  box-shadow: inset 0 0 0 0 #000;
  transition: ease-out 0.35s;
}

#custom-body .btn:hover {
  box-shadow: inset 0 4rem 0 0 #000;
}

#custom-body .btn-secondary {
  background-color: #999;
}

#custom-body .highlight {
  color: #00ADEF;
}

.navbar-toggler {
  width: 20px;
  height: 20px;
  position: relative;
  transition: .5s ease-in-out;
}

.navbar .navbar-toggler,
.navbar .navbar-toggler:focus,
.navbar .navbar-toggler:active,
.navbar .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.navbar-toggler span {
  margin: 0;
  padding: 0;
}

.toggler-icon {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.middle-bar {
  margin-top: 0px;
}

/* when navigation is clicked */
.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg);
}

/* State when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg);
}

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

body {
  font-family: "Montserrat", sans-serif;
  line-height: 1.5;
  background: #f1f1f1;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

.navbar {
  background-color: #fff;
  transition: ease-in-out 0.3s;
  overflow-x: hidden;
}

.navbar .navbar-brand .img {
  height: 4.375rem;
  width: 6.875rem;
  background-image: url(../assets/logo.png);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  transition: ease-in-out 0.3s;
}

.navbar .navbar-brand .test-2 {
  height: 3.5rem;
  width: 5.5rem;
}

.navbar .collapse .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
}

.navbar .collapse .navbar-nav .nav-item .btn {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.2rem 2rem;
  background: #00ADEF;
  border-radius: 0;
  color: #fff;
}

.navbar .collapsing .navbar-nav .nav-item {
  padding-left: 0rem;
}

.navbar .collapsing .navbar-nav .nav-item .nav-link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #000;
}

.navbar .collapsing .navbar-nav .nav-item .btn {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  padding: 0.2rem 2rem;
  background: #00ADEF;
  border-radius: 0;
  color: #fff;
}

.test-1 {
  background-color: rgba(255, 255, 255, 0.735);
}

#hero {
  background: url(../assets/stock-1.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

#hero::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: -1;
  backdrop-filter: blur(0.05rem);
}

#hero .container {
  margin: 6rem auto;
}

#hero .container .text-content {
  margin-top: 3rem;
  max-width: 50rem;
}

#hero .container .text-content h1 {
  margin-bottom: 2.5rem;
}

#hero .container .text-content h4 {
  margin-bottom: 2.5rem;
  width: 80%;
  color: #fff;
  font-weight: 300;
}

#services {
  overflow-x: hidden;
  padding: 6rem 0;
}

#services .container h4 {
  margin-bottom: 2.5rem;
}

#services .container h2 {
  margin-bottom: 2.5rem;
}

#services .container p {
  margin-bottom: 6rem;
  width: 70%;
}

#services .container .boxes .box i {
  font-size: 1.4rem;
  padding: 1.1rem;
  border-radius: 50%;
  color: #00ADEF;
  background: rgba(0, 173, 239, 0.18);
  margin-bottom: 1.5rem;
}

#services .container .boxes .box h3 {
  margin-bottom: 1.5rem;
}

#services .container .boxes .box p {
  margin-bottom: 0;
}

#about {
  overflow-x: hidden;
}

#about .img {
  background-image: url(../assets/stock-2.jpg);
  background-repeat: no-repeat, repeat;
  background-position: center;
  background-size: cover;
  height: 45rem;
  width: 80%;
}

#about .container {
  overflow-x: hidden;
}

#about .container h4 {
  margin-bottom: 2.5rem;
}

#about .container h2 {
  margin-bottom: 2.5rem;
}

#about .container p {
  margin-bottom: 4rem;
}

#pricing {
  overflow-x: hidden;
  padding: 6rem 0;
}

#pricing h4 {
  margin-bottom: 2.5rem;
}

#pricing h2 {
  margin-bottom: 2.5rem;
}

#pricing p {
  margin-bottom: 2.5rem;
  width: 70%;
}

#pricing .container .content-table {
  border-collapse: collapse;
  min-width: 400px;
  background-color: #f7f6f6;
}

#pricing .container .content-table p {
  width: 100%;
  margin: 1.5rem 0;
}

#pricing .container .content-table th, #pricing .container .content-table td {
  padding: 2rem 15px;
}

#pricing .container .content-table i {
  padding: 2rem 15px;
  color: #00ADEF;
}

#pricing .container .content-table th p {
  color: #000;
}

#pricing .container .content-table td p {
  color: #00ADEF;
}

#contact {
  overflow-y: hidden;
  overflow-x: hidden;
}

#contact .container {
  display: grid;
  grid-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1/2fr 1fr 1/2fr;
}

#contact .container .heading {
  grid-column: 1/2;
}

#contact .container .heading h2 {
  margin-bottom: 1rem;
}

#contact .container .heading h4 {
  margin-bottom: 2rem;
}

#contact .container .info i {
  color: #00ADEF;
  font-size: 1rem;
  margin-right: 1rem;
  margin-top: 0.1rem;
}

#contact .container .socials {
  grid-column: 1/2;
  display: flex;
  align-items: center;
}

#contact .container .socials i {
  cursor: pointer;
  font-size: 1rem;
  padding: 0.5rem;
  transition: ease-out 0.3s;
}

#contact .container .socials i:nth-child(2) {
  margin-left: 3rem;
}

#contact .container .socials i:hover {
  color: #fff;
  background: #000;
}

#contact .container form {
  grid-column: 2/3;
  grid-row: 1/4;
  padding: 4rem 2rem;
  background: #f7f6f6;
}

#contact .container form label {
  font-weight: 500;
}

#contact .container form input {
  background: #f7f6f6;
  border-radius: 0;
  margin-bottom: 3rem;
}

#contact .container form textarea {
  background: #f7f6f6;
  border-radius: 0;
  min-height: 10rem;
  margin-bottom: 3rem;
}

#contact .container form .btn {
  float: right;
}

@media screen and (min-width: 1200px) {
  #hero {
    min-height: 50rem;
    height: 80vh;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) {
  #hero {
    min-height: 38rem;
    height: 80vh;
  }
}

@media screen and (max-width: 768px) {
  #hero {
    min-height: 38rem;
    height: 80vh;
  }
  #hero .container .text-content {
    margin-top: 5rem;
  }
  #hero .container .text-content h4 {
    width: 100%;
  }
  #services {
    padding-top: 14.5rem;
  }
  #services .boxes {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 3rem;
    grid-column-gap: 1rem;
  }
  #about {
    padding-top: 14.5rem;
  }
  #about .img {
    height: 73rem;
  }
  #pricing {
    padding-top: 14.5rem;
  }
  #contact {
    padding-top: 14.5rem;
  }
  #contact .container {
    display: flex;
    flex-direction: column;
  }
  #contact .container .heading {
    text-align: center;
  }
  #contact .container .info {
    margin-top: 4rem;
    align-items: center;
    justify-content: center;
  }
  #contact .container .info .email {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact .container .info .phone {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #contact .container .info .info {
    margin-bottom: 5rem;
    width: 100%;
  }
  #contact .container .socials {
    margin-top: 2rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 4rem;
  }
}

@media screen and (max-width: 576px) {
  body::before {
    display: block;
    content: '';
    height: 5.4rem;
  }
  .navbar .navbar-brand .img {
    background-image: url(../assets/logo-sm.png);
    width: 95px;
    height: 60px;
  }
  .navbar .navbar-brand .test-2 {
    height: 3.15rem;
    width: 4.95rem;
  }
  .navbar .navbar-brand h4 {
    display: none;
  }
  .navbar .toggler-icon {
    height: 2px;
  }
  .navbar .collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.7rem;
  }
  .navbar .collapsing .navbar-nav .nav-item .nav-link {
    font-size: 0.7rem;
  }
  #custom-body h1 {
    font-size: 1.875rem;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #fff;
  }
  #custom-body h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    font-family: "Montserrat", sans-serif;
  }
  #custom-body h3 {
    font-size: 1.03125rem;
  }
  #custom-body h4 {
    font-size: 0.9375rem;
    font-weight: 400;
    color: #00ADEF;
  }
  #custom-body p {
    font-size: 0.75rem;
    font-weight: 300;
    color: #999;
    font-family: "Montserrat", sans-serif;
  }
  #custom-body .btn {
    font-size: 0.65625rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
    background-color: #00ADEF;
    padding: 0.375rem 1.5rem;
    border-radius: 0rem;
    border: none;
  }
  #custom-body .btn-secondary {
    background-color: #999;
  }
  #hero {
    min-height: 28rem;
    height: 80vh;
  }
  #hero .container .text-content {
    margin-top: 2rem;
  }
  #services {
    padding-top: 13rem;
  }
  #services .boxes {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  #services .boxes .box:nth-child(1) {
    margin-bottom: 4rem;
  }
  #services .boxes .box:nth-child(2) {
    margin-bottom: 4rem;
  }
  #services .boxes .box:nth-child(3) {
    margin-bottom: 4rem;
  }
  #about {
    padding-top: 13rem;
  }
  #about .img {
    height: 0;
  }
  #about .container p {
    margin-bottom: 4rem;
  }
  #pricing {
    padding-top: 13rem;
  }
  #pricing .container .content-table th, .container .content-table td {
    padding: 2rem 0;
  }
  #pricing .container .content-table {
    min-width: auto;
    overflow: scroll;
  }
  #pricing .container .content-table p {
    font-size: 0.7rem;
  }
  #pricing .container .content-table h3 {
    font-size: 0.8rem;
  }
  #pricing .container .content-table i {
    padding: 1.5rem 15px;
    font-size: 0.7rem;
  }
  #contact {
    padding-top: 13rem;
  }
  #contact .heading {
    width: 100%;
  }
  #contact .info {
    width: 100%;
  }
  #contact .socials {
    margin-bottom: 4rem;
  }
  #contact .container form {
    padding: 3rem 1.5rem;
  }
  #contact .container form label {
    font-size: 0.75rem;
  }
  #contact .container form text-area {
    min-height: 7.5rem;
  }
}
