@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed: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&family=Raleway: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");

:root {
  /*  Fonts */
  --font-primary: "Barlow Condensed";
  --font-secondary: "Raleway";

  /* colors */
  --primary-color: #16233b;
  --secondary-color: #ffc400;
}

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

body {
  font-family: var(--font-primary);
  color: var(--primary-color);
}

html {
  scroll-behavior: smooth;
}

.custom-container {
  padding: 0 20px;
  margin: 0 auto;
}

.disable-clickability {
  pointer-events: none;
}

@media (min-width: 640px) {
  .custom-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .custom-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .custom-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .custom-container {
    max-width: 1280px;
  }
}

@media (min-width: 1440px) {
  .custom-container {
    max-width: 1440px;
  }
}

h1 {
}

h2 {
  font-size: calc(40px + 49 * ((100vw - 320px) / 1600));
}

h3 {
  font-size: calc(36px + 24 * ((100vw - 320px) / 1600));
  font-weight: 600;
}

h4 {
  font-size: calc(26px + 15 * ((100vw - 320px) / 1600));
  font-weight: 600;
}

h5 {
  font-weight: 400;
  font-size: calc(26px + 15 * ((100vw - 320px) / 1600));
}

p,
label,
input,
textarea,
.submit-btn {
  font-size: calc(16px + 11 * ((100vw - 320px) / 1600));
}

.yellow-text {
  color: var(--secondary-color);
}

.white-text {
  color: #fff;
}

.black-text {
  color: #000;
}

ul {
  list-style-type: none;
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  padding: 8px 16px;
}

main {
  height: 100vh;
  background: url("../assets/images/main-img.jpg") no-repeat center;
  background-size: cover;
  padding: 28px 56px 76px;
  display: flex;
  flex-direction: column;
}

header {
  transition: background-color 0.5s, height 0.5s, top 0.5s;
  height: 100px;
  position: relative;
}

nav {
  flex-grow: 1;
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  transition: top 0.5s;
}

.menu-toggle {
  display: none;
}

nav ul {
  display: flex;
}

nav ul li {
  margin: 0 20px;
  transition: color 0.3s;
  font-size: 20px;
}

nav ul li:hover {
  color: var(--secondary-color);
}

.logo-wrapper {
  max-width: 200px;
}

header .logo-wrapper {
  max-width: 240px;
  position: relative;
  bottom: 6px;
}

header .logo-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1499;
}

.main-content {
  flex-grow: 1;
  display: grid;
  align-content: center;
  text-align: center;
}

.main-content .subtitle {
  margin-top: 200px;
  padding-right: 200px;
  text-align: left;
  position: relative;
}

.text-row {
  position: absolute;
  width: 100%;
  left: 0;
  top: 12px;
  background: black;
}

.main-img-logo-wrapper {
  width: 100%;
}

.subtitle-wrapper,
.main-img-logo-wrapper {
  overflow: hidden;
}

.main-img-logo-wrapper img,
.subtitle-wrapper .subtitle {
  transform: translateY(100%);
  animation: showFromBottom 0.8s ease-in-out forwards;
}
.main-img-logo-wrapper img {
  animation-delay: 0.5s;
}

.subtitle-wrapper .subtitle {
  animation-delay: 1s;
}

@keyframes showFromBottom {
  100% {
    transform: translateY(0);
  }
}

.main-img-logo-wrapper img {
  width: 100%;
}

.why-black-star .col {
  padding-top: 220px;
}

.row {
  display: flex;
  justify-content: center;
}

.h-screen {
  height: 100vh;
}

.col {
  height: 100%;
  flex: 1;
}

.text-right-col {
  padding-left: 20%;
}

.text-right-col p {
  margin-top: 140px;
}

.text-left-col {
  padding-right: 20%;
}

.yellow-img-bg {
  background: url("../assets/images/yellow-img-bg.jpg") no-repeat center;
  background-size: cover;
}

.gray-img-bg {
  background: url("../assets/images/gray-img-bg.jpg") no-repeat center;
  background-size: cover;
}

.blue-bg-img {
  background: url("../assets/images/blue-bg-img.jpg") no-repeat center;
  background-size: cover;
}

.contact-image-wrapper {
  background: url("../assets/images/contact-image.jpg") no-repeat center;
  background-size: cover;
}

.blue-bg-img__content {
  top: 50%;
  transform: translateY(-50%);
}

.blue-bg-img__content__heading {
  padding-right: 8%;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.services {
  padding-top: 130px;
  padding-bottom: 70px;
  background: url("../assets/images/services-bg.jpg") no-repeat center;
  background-size: cover;
}

.services .services__heading p {
  margin-top: 64px;
}

.services__content {
  margin-top: 670px;
}

.blue-bg-img__content__heading {
  color: #fff;
}

.services__content__row {
  padding-left: 70px;
}

.services__content__list {
  background: #fff;
  bottom: 43%;
}

.services__content__list ul {
  display: flex;
  flex-direction: column;
  font-size: calc(16px + 26 * ((100vw - 320px) / 1600));
  font-weight: 600;
  height: 100%;
  justify-content: space-between;
}

.services__content__list ul li {
  flex: 1;
  display: inline-flex;
  align-items: center;
  padding-left: 10%;
  transition: background-color 0.5s;
  cursor: pointer;
  background: white;
}

.services__content__list ul li:hover {
  background-color: var(--secondary-color);
}

.number {
  width: 260px;
  height: 260px;
  right: 0;
  transform: translateY(-100%);
  background: var(--primary-color);
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 140px;
}

.contact {
  min-height: 80vh;
  background: url("../assets/images/footer-bg.jpg") no-repeat center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}

.contact__content {
  flex-grow: 1;
  padding: 0 20%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.btn {
  font-family: var(--font-primary);
}

.contact-btn {
  margin-top: 54px;
  padding: 25px 45px;
  font-size: 27px;
  font-size: calc(14px + 13 * ((100vw - 320px) / 1600));
  background-color: var(--primary-color);
  cursor: pointer;
  color: #fff;
  transition: background-color 0.5s;
}

.contact-btn-mobile {
  display: none;
}

.contact-btn:hover {
  background-color: #fff;
  color: var(--primary-color);
}

.contact-form-container {
  width: 100%;
  padding-top: 132px;
  padding-left: 135px;
}

.contact-form-container p {
  margin-bottom: 52px;
}

.form-control {
  margin-bottom: 12px;

  min-height: 80px;
}

.form-control input,
.form-control textarea {
  flex-grow: 1;
  border: 0;
  border-bottom: 1px solid gray;
  margin-top: 10px;
}

input {
  font-family: var(--font-primary);
  width: 100%;
  padding: 8px 2px;
}

input:focus {
  outline: none;
  border-bottom: 1px solid var(--secondary-color);
}

.submit-btn {
  border: 0;
  padding: 25px 56px;
  background-color: var(--secondary-color);
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 54px;
}

.submit-btn:hover {
  background-color: var(--primary-color);
  color: white;
}

header.fixed {
  position: fixed;
  width: 100%;
  background-color: var(--primary-color);
  height: 75px;
  padding-top: 8px;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 12px 56px 0;
}

header.fixed nav {
  top: 8px;
}

@media only screen and (max-width: 2000px) {
  .main-content {
    align-content: end;
  }
}

@media only screen and (max-width: 1580px) {
  .main-img-logo-wrapper {
    width: 90%;
    margin: 0 auto;
  }
  .main-content .subtitle {
    margin-top: 100px;
  }

  .text-right-col p {
    margin-top: 120px;
  }

  .services__content {
    margin-top: 520px;
  }

  .contact-btn {
    padding: 20px 40px;
  }
  .submit-btn {
    padding: 20px 40px;
  }
}

@media only screen and (max-width: 1024px) {
  nav {
    justify-content: flex-end;
  }

  .text-right-col p {
    margin-top: 60px;
  }
  .contact-btn-desktop {
    display: none;
  }
  .contact-btn-mobile {
    display: block;
  }
}

@media only screen and (max-width: 768px) {
  .main-content {
    align-content: center;
  }
  .main-img-logo-wrapper {
    width: 100%;
  }
  .main-content .subtitle {
    padding: 0;
  }
  .text-right-col {
    margin-top: 40px;
    padding-left: 5%;
  }
  .text-left-col {
    padding-right: 5%;
  }
}

@media only screen and (max-width: 660px) {
  main {
    padding: 20px 0;
  }
  nav {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
    pointer-events: none;
  }
  nav ul {
    background-color: var(--primary-color);
    width: 60%;
    position: relative;
    flex-direction: column;
    justify-content: space-evenly;
    transition: transform 750ms;
    transform: translateX(100%);
    pointer-events: all;
  }

  .menu-toggle {
    pointer-events: all;
    display: block;
    z-index: 500;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    opacity: 0;
  }
  .burger {
    position: absolute;
    right: 20px;
    top: 30px;
  }
  .burger__content {
    z-index: 400;
    position: relative;
    height: 4px;
    width: 34px;
    background-color: var(--secondary-color);
    transition: all 650ms;
  }
  .burger__content::after {
    content: "";
    height: 4px;
    width: 28px;
    background-color: var(--secondary-color);
    position: absolute;
    transition: all 650ms;
  }
  .burger__content::after {
    top: 10px;
  }
  .burger__content::before {
    bottom: 12px;
  }
  .menu-toggle:checked ~ ul {
    transform: translateX(0);
  }

  .menu-toggle:checked ~ .burger .burger__content {
    top: 0;
    transform: rotate(45deg);
  }

  .menu-toggle:checked ~ .burger .burger__content::after {
    top: 0;
    width: 34px;
    transform: rotate(90deg);
  }

  header .logo-wrapper {
    position: fixed;
    z-index: 400;
  }

  .logo-wrapper {
    max-width: 140px;
  }
  .text-right-col {
    padding-left: 5%;
    margin-top: 0;
  }
  .row {
    flex-direction: column;
  }

  .why-black-star .col {
    padding-top: 0;
    display: flex;
    align-items: center;
  }
  .text-right-col {
    padding: 0;
    margin: 0;
  }
  .text-right-col p {
    margin: 0;
  }
  .text-left-col {
    padding: 0;
    margin: 0;
  }
  .flex-inverse {
    flex-direction: column-reverse;
  }
  .custom-container {
    height: 100%;
  }
  .services {
    padding-top: 52px;
  }

  .services__content {
    margin-top: 160px;
  }
  .services__content__list {
    bottom: 0;
  }
  .services__content__row {
    padding-left: 0;
  }
  .number {
    width: 100px;
    height: 100px;
    font-size: 60px;
  }

  .blue-bg-img__content__heading {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  .services__content__list ul {
    align-items: center;
  }

  .services__content__list ul li {
    display: inline-flex;
    justify-content: center;
    width: 100%;
    padding: 0;
  }

  .contact__content {
    padding: 0;
  }

  .contact-form-container {
    width: 100%;
    padding: 0 20px;
  }

  .contact-form-container .page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .contact-image-wrapper {
    display: none;
  }

  .contact-btn {
    padding: 15px 20px;
  }

  .empty-col {
    display: none;
  }

  .submit-btn {
    border: 0;
    padding: 15px 30px;
    background-color: var(--secondary-color);
    cursor: pointer;
    transition: background-color 0.3s;
    margin-top: 24px;
  }
}
