:root {
  --main-hawkline-color: #993100;
  --main-hawkline-bright: #e7310b;
  --main-hawkline-green: #008000;
  --main-hawkline-bright-green: #02bf02;
  --youtube-background-one: #181818;
  --youtube-background-two: #212121;
}

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

video {
  max-width: 100%;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

img {
  max-width: 100%;
  object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: var(--main-hawkline-color);
}

a.hawkline-btn {
  border: 1px solid var(--main-hawkline-color);
  color: var(--main-hawkline-color);
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
  padding-top: 2.5px;
  padding-bottom: 2.5px;
  padding: 2.5px 15px;
  font-size: 14px;
  font-weight: 500;
}

a.hawkline-secondary-btn {
  border-color: var(--main-hawkline-green);
  color: var(--main-hawkline-green);
}

a.hawkline-tertiary-btn {
  margin-top: 25px;
  font-size: 14px;
  background-color: rgb(152 51 30 / 50%);
  padding: 5px 50px;
  border-left: 10px solid #fff;
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  width: 275px;
}

a.hawkline-sleek-btn {
  border: 0;
  background: none;
  width: auto;
  padding: 0;
  font-weight: 400;
}

a.hawkline-btn:hover {
  font-weight: 600;
}

span.highlight {
  color: var(--main-hawkline-color);
}

span.highlight-green {
  color: var(--main-hawkline-green);
}

span.highlight-bright-green {
  color: var(--main-hawkline-bright-green);
}

span.highlight-bright {
  color: var(--main-hawkline-bright);
}

span.bold {
  font-weight: 700;
}

span.underline {
  border-bottom: 1px solid;
}

span.italics {
  font-style: italic;
}

span.light {
  font-weight: 400;
}

span.light-200 {
  font-weight: 200;
}

.video-container {
  float: none;
  clear: both;
  width: 100%;
  position: relative;
  padding-bottom: 50.25%;
  padding-top: 25px;
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container-hawkline {
  position: relative;
}

.video-play-overlay {
  position: absolute;
  width: 100%;
  height: 99%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--main-hawkline-color);
  cursor: pointer;
}

.video-play-overlay .video-play-icon {
  font-size: 60px;
  padding: 50px;
  border: 2.5px solid var(--main-hawkline-color);
  border-radius: 150px;
  color: var(--main-hawkline-color);
}

li {
  list-style-type: none;
}

/* ======================================= */
/* ANNOUNCEMENT BAR */
/* ======================================= */
.announcement-bar {
  background: linear-gradient(to left top, rgb(3 3 3), rgb(156, 156, 156) 360%);
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.announcement-bar a:hover {
  font-weight: 500;
  color: inherit;
}

.announcement-bar p {
  margin-bottom: 0;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-align: center;
  color: #fff;
}

.announcement-bar .cvps-btn {
  background-color: var(--main-hawkline-green);
  padding: 1px 15px;
  margin-left: 10px;
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
}

.announcement-bar .cvps-btn:hover {
  color: inherit;
}

@media (max-width: 1200px) {
  .announcement-bar .cvps-btn {
    display: none;
  }
}

@media (max-width: 992px) {
  .announcement-bar p {
    font-size: 10px;
    letter-spacing: 1px;
  }
}

/* ======================================= */
/* NAVIGATION */
/* ======================================= */

.navigation-bar-desktop {
  z-index: 100;
}

.navigation-bar-desktop .deskktop-row {
  background: linear-gradient(to left top, rgb(3 3 3), rgb(156, 156, 156) 360%);
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
  color: #fff;
}

.navigation-bar-desktop .logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.navigation-bar-desktop .logo-container a {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navigation-bar-desktop .logo-container a:hover {
  background-color: var(--youtube-background-two);
}

.navigation-bar-desktop .navigation-links {
  display: flex;
  justify-content: center;
  padding: 0;
}

.navigation-bar-desktop .hawkline-links {
  display: flex;
  align-items: center;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

.navigation-bar-desktop .hawkline-link {
  border-left: 1px solid var(--main-hawkline-color);
  line-height: 1.5;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  width: 20%;
  text-align: center;
  height: 100%;
}

.navigation-bar-desktop .hawkline-link.contact-link {
  font-size: 12px;
}

.navigation-bar-desktop .hawkline-link:hover {
  background-color: var(--youtube-background-two);
  font-weight: 700;
}

.navigation-bar-desktop .hawkline-link:last-of-type:hover {
  background-color: inherit;
}

.navigation-bar-desktop .hawkline-link:hover a {
  color: inherit;
}

.navigation-bar-desktop .hawkline-link a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  width: 100%;
  height: 100%;
}

.navigation-bar-desktop .hawkline-link a.active {
  color: var(--main-hawkline-bright-green);
  font-weight: 700;
}

.navigation-bar-desktop .social-btns-container {
  display: flex;
  justify-content: space-around;
  padding: 0;
}

.navigation-bar-desktop .social-btns-container .list-social-icon {
  border-right: 1px solid rgb(255 255 255 / 10%);
  font-size: 14px;
  width: 20%;
}

.navigation-bar-desktop .social-btns-container .list-social-icon:hover {
  background-color: var(--youtube-background-two);
}

.navigation-bar-desktop .social-btns-container .list-social-icon:last-of-type {
  border-right: 0;
}

/* MOBILE EXPANDED MENU */
.mobile-expanded-nav {
  display: none;
  height: calc(100vh - 85px);
  padding-top: 50px;
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  color: #fff;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transition: all 0.5s ease-in-out;
}

.mobile-expanded-nav .hawkline-links {
  flex-direction: column;
  height: 100%;
}

.mobile-expanded-nav .hawkline-links .hawkline-link {
  border-left: 0;
  border-bottom: 1px solid var(--main-hawkline-bright);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 50px;
  width: 250px;
  font-size: 12px;
  letter-spacing: 5px;
}

.mobile-expanded-nav .hawkline-links .hawkline-link br {
  display: none;
}

.mobile-expanded-nav .hawkline-links .hawkline-link.contact-link {
  font-size: 12px;
}

.mobile-expanded-nav li.hawkline-link.social-links {
  display: list-item;
  border-bottom: 0;
  width: 90%;
}

.mobile-expanded-nav .social-btns-container .list-social-icon {
  font-size: 18px;
  border-right: 1px solid var(--main-hawkline-bright);
}

@media (max-width: 1200px) {
  .navigation-bar-desktop .social-links {
    display: none;
  }
}

@media (max-width: 992px) {
  .navigation-bar-desktop .hawkline-logo {
    width: 100px;
  }

  .navigation-bar-desktop .hawkline-link {
    font-size: 8px;
    letter-spacing: 2.5px;
  }

  .navigation-bar-desktop .hawkline-link.contact-link {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .navigation-bar-desktop .logo-container {
    padding-top: 5px;
    padding-bottom: 5px;
    /* justify-content: space-around; */
  }

  .navigation-bar-desktop .logo-container a {
    width: 60%;
  }

  .navigation-bar-desktop .hawkline-logo {
    width: 125px;
  }

  .navigation-bar-desktop .menu {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid var(--main-hawkline-color);
    width: 40%;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 5px;
  }

  .navigation-bar-desktop .menu > span {
    padding-top: 1px;
  }

  .navigation-bar-desktop .menu .menu-box {
    height: 100%;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-left: 7.5px;
  }

  span.line {
    width: 20px;
    border-bottom: 1px solid var(--main-hawkline-bright);
    height: 1px;
    margin-bottom: 2.5px;
    margin-top: 2.5px;
  }
}

/* ======================================= */
/* WELCOME SECTION */
/* ======================================= */
.welcome-section {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 75px;
  padding-bottom: 25px;
}

.welcome-section h2 {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-hawkline-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 0;
  padding-left: 6px;
}

.welcome-section h1 {
  font-size: 58px;
  margin-bottom: 25px;
}

.welcome-section .welcome-video {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}

.welcome-section .button-container .hawkline-btn {
  margin-right: 10px;
}

.welcome-section .button-container .hawkline-btn:nth-of-type(1) {
  border-color: var(--main-hawkline-green);
  color: var(--main-hawkline-green);
}

.welcome-section .button-container .hawkline-btn:nth-of-type(2) {
  border: 0;
  font-weight: 600;
}

.welcome-section .button-container .hawkline-btn:nth-of-type(2):hover {
  font-weight: 700;
}

@media (max-width: 1200px) {
  .welcome-section {
    padding-top: 50px;
  }

  .welcome-section .video-play-overlay .video-play-icon {
    font-size: 40px;
    padding: 25px;
  }

  .welcome-section h2 {
    font-size: 10px;
  }

  .welcome-section h1 {
    font-size: 40px;
  }
}

@media (max-width: 992px) {
  .welcome-section h2 {
    font-size: 10px;
    letter-spacing: 1px;
  }

  .welcome-section h1 {
    font-size: 32px;
  }

  .welcome-section .video-play-overlay .video-play-icon {
    font-size: 30px;
    padding: 20px;
  }

  .welcome-section .button-container .hawkline-btn {
    font-size: 10px;
  }
}

@media (max-width: 576px) {
  .welcome-section {
    padding-top: 25px;
    padding-bottom: 10px;
  }

  .welcome-section h2 {
    padding-left: 3px;
  }

  .welcome-section .video-container {
    margin-bottom: 25px;
  }

  .welcome-section .button-container .hawkline-btn {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .welcome-section .button-container .hawkline-btn {
    font-size: 12px;
    margin-right: 7.5px;
  }
}

/* ======================================= */
/* PARTNER LOGO SECTION */
/* ======================================= */

.partner-logo-section {
  padding-top: 25px;
  padding-bottom: 40px;
}

.partner-logo-section .partner-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.partner-logo-section img.partner-logo {
  height: 40px;
  max-width: 200px;
  object-fit: contain;
  margin: 10px;
}

.partner-logo-section .partner-logo-container hr {
  opacity: 1;
  width: 30px;
  border-bottom: 2.5px solid var(--main-hawkline-color);
  margin-left: 25px;
  margin-right: 25px;
}

@media (max-width: 1200px) {
  .partner-logo-section img.partner-logo {
    max-width: 125px;
    margin: 5px;
  }

  .partner-logo-section {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 992px) {
  .partner-logo-section img.partner-logo {
    max-width: 80px;
    margin: 5px;
  }
}

@media (max-width: 769px) {
  .partner-logo-section img.partner-logo {
    max-width: 80px;
    margin: 5px;
  }
}

@media (max-width: 576px) {
  .partner-logo-section .partner-logo-container hr {
    display: none;
  }

  .partner-logo-section img.partner-logo {
    max-width: 90px;
    margin: 10px;
  }

  .partner-logo-section .partner-logo-container {
    margin-bottom: 15px;
  }
}

@media (max-width: 400px) {
  .partner-logo-section img.partner-logo {
    max-width: 75px;
  }
}

/* ======================================= */
/* PORTFOLIO SECTION */
/* ======================================= */

.portfolio-section {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}

.portfolio-section .communication-container {
  padding: 0;
  padding-left: 50px;
  padding-top: 30px;
}

.portfolio-section .communication-container .hawkline-btn {
  border: 0;
  color: var(--main-hawkline-bright);
  padding: 0;
  font-weight: 900;
  font-size: 18px;
}

.portfolio-section .communication-container h2 {
  font-size: 36px;
}

.portfolio-section .video-blocks {
  padding: 0;
}

.portfolio-section .video-blocks:first-of-type {
  background-color: var(--youtube-background-one);
  color: #fff;
}

.portfolio-section .video-play-overlay .video-play-icon {
  font-size: 32px;
  padding: 25px;
}

@media (max-width: 1200px) {
  .portfolio-section .video-play-overlay .video-play-icon {
    font-size: 24px;
    padding: 15px;
  }

  .portfolio-section .communication-container {
    padding-left: 15px;
  }

  .portfolio-section .communication-container h2 {
    font-size: 18px;
  }

  .portfolio-section .communication-container .hawkline-btn {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .portfolio-section .communication-container h2 {
    font-size: 28px;
  }

  .portfolio-section .communication-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .portfolio-section .communication-container .hawkline-btn {
    font-size: 16px;
  }

  .portfolio-section .video-blocks:first-of-type {
    height: auto;
  }
}

/* ======================================= */
/* HAWKLINE VIDEO */
/* ======================================= */

.hawkline-video-section {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: var(--youtube-background-two);
  color: #fff;
}

.hawkline-video-section .headline-section h2 {
  font-size: 60px;
  font-weight: 700;
  max-width: 1200px;
  color: var(--main-hawkline-bright);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin: auto;
  margin-bottom: 10px;
}

.hawkline-video-section .headline-section h3 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  max-width: 900px;
  margin: auto;
  margin-bottom: 50px;
}

.hawkline-video-section .three-business-categories .columns {
  padding-left: 25px;
  padding-right: 25px;
}

.hawkline-video-section .three-business-categories p {
  font-weight: 200;
  height: 80px;
  font-size: 15px;
}

.hawkline-video-section .three-business-categories .video-container {
  /* box-shadow: 0px 0px 25px 0px rgb(231 49 11 / 25%); */
  margin-bottom: 15px;
}

.hawkline-video-section h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2.5px;
  font-weight: 500;
}

.hawkline-video-section .three-business-categories .link-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.hawkline-video-section .three-business-categories .link-container a {
  display: block;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 15px;
  font-weight: 600;
  width: auto;
  margin-top: 0;
}

.hawkline-video-section
  .three-business-categories
  .link-container
  a:nth-of-type(2) {
  display: none;
}

.hawkline-video-section
  .three-business-categories
  .link-container
  a:nth-of-type(2)
  i {
  color: var(--main-hawkline-green);
}

.hawkline-video-section .three-business-categories .link-container i {
  color: var(--main-hawkline-bright);
}

.hawkline-video-section
  .three-business-categories
  .video-container
  .video-play-icon {
  font-size: 40px;
  padding: 25px;
}

.hawkline-video-section li {
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2.5px;
}

.hawkline-video-section .contact-row {
  margin-top: 50px;
}

.hawkline-video-section .contact-row p {
  letter-spacing: 2.5px;
  font-weight: 500;
}

.hawkline-video-section .contact-row p a:hover {
  color: var(--main-hawkline-green);
}

.hawkline-video-section .contact-row hr {
  max-width: 300px;
  margin: auto;
  color: var(--main-hawkline-green);
  opacity: 0.75;
}

@media (max-width: 1200px) {
  .hawkline-video-section .headline-section h2 {
    font-size: 40px;
    max-width: 900px;
    margin-bottom: 25px;
  }

  .hawkline-video-section .three-business-categories .columns {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hawkline-video-section .three-business-categories p {
    height: 115px;
    font-size: 14px;
  }

  .hawkline-video-section
    .three-business-categories
    .video-container
    .video-play-icon {
    font-size: 24px;
    padding: 20px;
  }

  .haawkline-video-section .three-business-categories h2 {
    font-size: 26px;
  }

  .hawkline-video-section h4 img {
    width: 30px;
  }
}

@media (max-width: 992px) {
  .hawkline-video-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .hawkline-video-section span.highlight-bright {
    display: block;
  }

  .hawkline-video-section .headline-section h2 {
    font-size: 32px;
    max-width: 700px;
  }

  .hawkline-video-section .headline-section h3 {
    font-size: 12px;
    max-width: 90%;
    margin-bottom: 25px;
  }

  .hawkline-video-section h2 {
    font-size: 24px;
  }

  .hawkline-video-section .three-business-categories p {
    font-size: 12px;
  }

  .hawkline-video-section .three-business-categories .link-container a {
    font-size: 12px;
  }
}

@media (max-width: 576px) {
  .hawkline-video-section span.highlight-bright {
    display: inline-block;
  }

  .hawkline-video-section .headline-section h3 {
    max-width: initial;
  }

  .hawkline-video-section .three-business-categories .columns {
    margin-bottom: 50px;
  }

  .hawkline-video-section .three-business-categories p {
    height: auto;
    padding-bottom: 10px;
    font-size: 13px;
  }

  .hawkline-video-section .contact-row {
    margin-top: 0;
  }

  .hawkline-video-section .contact-row p {
    font-size: 12px;
    max-width: 300px;
    margin: auto;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  .hawkline-video-section .headline-section h2 {
    font-size: 26px;
  }
}

/* ======================================= */
/* OUR PROCESS */
/* ======================================= */

.our-process {
  background-color: var(--youtube-background-one);
  color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.our-process .process-column {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.our-process .process-column:first-of-type {
  padding-right: 50px;
}

.our-process h2 {
  font-size: 48px;
}

.our-process p {
  font-weight: 200;
  line-height: 2;
}

.our-process a.hawkline-btn {
  padding-left: 0;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 14px;
  letter-spacing: 5px;
  background-color: transparent;
  border: 0;
}

.our-process a.hawkline-btn i {
  color: var(--main-hawkline-bright-green);
}

.our-process img.the-team {
  max-height: 300px;
  object-position: 50% 70%;
}

@media (max-width: 1200px) {
  .our-process {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .our-process h2 {
    font-size: 32px;
  }
}

@media (max-width: 992px) {
  .our-process {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .our-process h2 {
    font-size: 24px;
  }

  .our-process p {
    line-height: 1.75;
    font-size: 12px;
  }

  .our-process a.hawkline-btn {
    margin-left: 0;
    margin-top: 5px;
    font-size: 10px;
    width: 200px;
  }
}

@media (max-width: 576px) {
  .our-process {
    padding-bottom: 75px;
    text-align: center;
  }

  .our-process .process-column:first-of-type {
    padding-right: initial;
  }

  .our-process h2 {
    font-size: 28px;
  }

  .our-process .process-column:first-of-type {
    margin-bottom: 50px;
  }
}

/* ======================================= */
/* IMAGE BLOCKS SECTION */
/* ======================================= */

.image-blocks-section .image-block {
  padding: 0;
  height: 275px;
}

.image-blocks-section .image-block img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

@media (max-width: 1200px) {
  .image-blocks-section .image-block {
    height: 175px;
  }
}

@media (max-width: 576px) {
  .image-blocks-section .image-block {
    height: 350px;
  }
}

/* ================================= */
/*  */
/* ================================= */

.form-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.form-section .logo-container {
  display: flex;

  align-items: center;
  flex-direction: column;
  text-align: center;
}

.form-section h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--main-hawkline-color);
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-section .logo-container h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

.form-section video {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}

.form-section .three-industry-container {
  margin-top: 50px;
  width: 100%;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.form-section .three-industry-container .hawkline-logo {
  margin-bottom: 10px;
  width: 75px;
}

.form-section .three-industry-container h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.form-section .form-container {
  padding-left: 75px;
}

.form-section .form-container h3 {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.form-section .form-container h2 {
  font-size: 36px;
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .form-section {
    padding-top: 75px;
  }

  .form-section h3 {
    font-size: 12px;
  }

  .form-section .logo-container h2 {
    font-size: 40px;
  }

  .form-section .video-play-overlay .video-play-icon {
    padding: 25px;
    font-size: 40px;
  }

  .form-section .three-industry-container h4 {
    font-size: 10px;
  }

  .form-section .three-industry-container .hawkline-logo {
    margin-bottom: 10px;
    width: 50px;
  }
}

@media (max-width: 992px) {
  .form-section {
    padding-top: 40px;
  }

  .form-section .logo-container h2 {
    font-size: 34px;
  }

  .form-section h3 {
    font-size: 10px;
    letter-spacing: 5px;
  }

  .form-section .business-category {
    margin-bottom: 25px;
  }

  .form-section .form-container h3 {
    font-size: 8px;
  }

  .form-section .form-container h2 {
    font-size: 24px;
  }
}

@media (max-width: 576px) {
  .form-section {
    padding-top: 25px;
  }

  .form-section .logo-container .hawkline-logo {
    width: 200px;
  }

  .form-section h3 {
    letter-spacing: 5px;
    max-width: 325px;
  }

  .form-section .logo-container h2 {
    font-size: 21px;
  }

  .form-section .three-industry-container {
    display: none;
  }

  .form-section .form-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* ================================= */
/* FOOTER */
/* ================================= */

footer {
  background: linear-gradient(to left top, rgb(3 3 3), rgb(156, 156, 156) 360%);
  text-align: center;
}

footer .cg-link {
  display: block;
  width: 100%;
}

footer .cg-link:hover {
  background: linear-gradient(
    to left top,
    rgb(3, 3, 3, 0.5),
    rgb(156, 156, 156) 360%
  );
}

footer .row {
  justify-content: center;
}

footer .social-btns-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

footer .social-btns-container .list-social-icon {
  width: 20%;
  height: 75%;
  border-right: 1px solid #5d5d5f;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-btns-container .list-social-icon:hover {
  background: linear-gradient(
    to left top,
    rgb(3, 3, 3, 0.5),
    rgb(156, 156, 156) 360%
  );
}

footer .social-btns-container .list-social-icon a.social-media-icon {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer .social-btns-container .list-social-icon:hover .social-media-icon {
  color: #fff;
}

footer .action-btns {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  padding: 0;
}

footer .action-btns .action-column {
  height: 100%;
}

footer .action-btns a.action-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: var(--secondary-tlu-color);
  height: 100%;
  width: 100%;
  font-weight: 600;
  letter-spacing: 5px;
  font-size: 14px;
}

footer .action-btns {
  border-left: 1px solid var(--main-hawkline-color);
}

footer .action-btns .action-column:nth-of-type(2) a.action-btn {
  background-color: var(--main-tlu-color);
}
