: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;
}

/* ==================================== */
/* HEADLINE SLIDER AREA */
/* ==================================== */

.headline-slider .carousel-item {
  height: 900px;
  position: relative;
}

.carousel-control-next,
.carousel-control-prev {
  bottom: 100px;
  width: 10%;
}

.headline-slider .carousel-item .background-image {
  height: 100%;
}

.headline-slider .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  color: #fff;
  z-index: 100;
}

.headline-slider .dark-overlay .hawkline-logo {
  margin-bottom: 25px;
}

.headline-slider .dark-overlay h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: var(--main-hawkline-bright);
  margin-bottom: 25px;
}

.headline-slider .dark-overlay h1 {
  width: 1200px;
  font-size: 60px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 50px;
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid var(--main-hawkline-bright);
  border-bottom: 1px solid var(--main-hawkline-bright);
}

.headline-slider .dark-overlay h1 span.unfair-advantage {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2.5px;
  border-bottom: 1px solid #fff;
}

.headline-slider .dark-overlay h1 span.line-break {
  display: block;
  line-height: 0.5;
  margin-bottom: 25px;
}

.headline-slider .dark-overlay h1 span.sub-headlines {
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  margin-left: 15px;
  margin-right: 15px;
  letter-spacing: 2.5px;
}

.headline-slider .button-container {
  margin-bottom: 50px;
}

.headline-slider .dark-overlay a.hawkline-btn {
  border: 1px solid #fff;
  background-color: rgb(153 49 0 / 75%);
  background-color: transparent;
  border-left: 10px solid #fff;
  border: 0;
  color: #fff;
  width: 250px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 400;
}

.headline-slider .dark-overlay a.hawkline-btn:hover {
  color: var(--main-hawkline-bright-green);
}

.headline-slider .dark-overlay a.hawkline-btn:nth-of-type(2):hover {
  color: var(--main-hawkline-bright);
}

.headline-slider .dark-overlay a.hawkline-btn i {
  color: var(--main-hawkline-bright-green);
}

.headline-slider .dark-overlay a.hawkline-btn:nth-of-type(2) i {
  color: var(--main-hawkline-bright);
}

.headline-slider .carousel-indicators {
  margin-bottom: 50px;
}

.headline-slider .carousel-indicators [data-bs-target] {
  width: 50px;
  background-color: var(--main-hawkline-bright-green);
}

/* Sound Waves */
@keyframes quiet {
  25% {
    transform: scaleY(0.6);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.8);
  }
}

@keyframes normal {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(0.6);
  }
}
@keyframes loud {
  25% {
    transform: scaleY(1);
  }
  50% {
    transform: scaleY(0.4);
  }
  75% {
    transform: scaleY(1.2);
  }
}

.boxContainer {
  display: flex;
  justify-content: space-between;
  height: 50px;
  --boxSize: 1px;
  --gutter: 15px;
  width: calc((var(--boxSize) + var(--gutter)) * 5);
  cursor: pointer;
  margin-bottom: 15px;
}

.boxContainer + p {
  font-size: 10px;
  font-weight: 200;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.boxContainer:hover .box {
  background: var(--main-hawkline-bright-green);
}

.box {
  transform: scaleY(0.4);
  height: 100%;
  width: var(--boxSize);
  background: var(--main-hawkline-bright);
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  border-radius: 8px;
}

.box1 {
  animation-name: quiet;
}

.box2 {
  animation-name: normal;
}

.box3 {
  animation-name: quiet;
}

.box4 {
  animation-name: loud;
}

.box5 {
  animation-name: quiet;
}

@media (max-width: 1200px) {
  .headline-slider .dark-overlay h1 {
    max-width: 80%;
    font-size: 48px;
  }
}

@media (max-width: 992px) {
  .headline-slider .dark-overlay h1 {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .headline-slider .carousel-item {
    max-height: 750px;
  }

  .carousel-control-next,
  .carousel-control-prev {
    bottom: 200px;
    width: 8%;
  }

  .headline-slider .dark-overlay .hawkline-logo {
    display: none;
  }

  .headline-slider .dark-overlay h2 {
    font-size: 16px;
    max-width: 90%;
  }

  .headline-slider .dark-overlay h1 {
    font-size: 32px;
  }

  .headline-slider .dark-overlay a.hawkline-btn:first-of-type {
    margin-bottom: 15px;
  }
}

/* ==================================== */
/*  VIDEO MARKETING STATS */
/* ==================================== */
.video-marketing-stats {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 100px;
}

.video-marketing-stats .headline-area {
  margin-bottom: 50px;
}

.video-marketing-stats h2 {
  font-size: 40px;
  font-weight: 600;
}

.video-marketing-stats h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}

.video-marketing-stats .marketing-platform-container {
  height: 50%;
  max-width: 90%;
  margin: auto;
  margin-bottom: 50px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.video-marketing-stats .marketing-platform-container:hover {
  box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 20%);
}

.video-marketing-stats .marketing-platform-container .logo-img-container {
  height: 60px;
}

.video-marketing-stats .marketing-platform-container h4 {
  font-size: 15px;
  letter-spacing: 1px;
  color: rgba(0, 0, 0, 0.5);
}

.video-marketing-stats .advertising-platform-logo {
  margin-bottom: 25px;
}

@media (max-width: 1200px) {
  .video-marketing-stats .center-graph-area {
    padding-left: 50px;
    padding-right: 50px;
  }

  .video-marketing-stats .advertising-platform-logo {
    margin-bottom: 25px;
    max-width: 150px;
  }
}

@media (max-width: 992px) {
  .video-marketing-stats h2 {
    font-size: 32px;
  }

  .video-marketing-stats .left-side,
  .video-marketing-stats .right-side {
    display: flex;
  }

  .video-marketing-stats .marketing-platform-container {
    width: 50%;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
  }

  .video-marketing-stats .center-graph-area {
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .video-marketing-stats p.stats-description {
    max-width: 450px;
    margin: auto;
  }
}

@media (max-width: 576px) {
  .video-marketing-stats {
    padding-bottom: 50px;
  }

  .video-marketing-stats .headline-area {
    margin-bottom: 0px;
  }

  .video-marketing-stats h2 {
    font-size: 24px;
  }

  .video-marketing-stats h3 {
    font-size: 16px;
  }

  .video-marketing-stats .left-side,
  .video-marketing-stats .right-side {
    display: initial;
  }

  .video-marketing-stats .marketing-platform-container {
    width: auto;
    margin-bottom: 35px;
    margin-top: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .video-marketing-stats .marketing-platform-container .logo-img-container {
    height: auto;
  }

  .video-marketing-stats .advertising-platform-logo {
    margin-bottom: 10px;
  }

  .video-marketing-stats .center-graph-area {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* ==================================== */
/* FLAGSHIP SECTION */
/* ==================================== */
.hawkline-flagship-section {
  position: relative;
  height: 1000px;
}

.hawkline-flagship-section .background-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hawkline-flagship-section .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.hawkline-flagship-section .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  color: #fff;
}

.hawkline-flagship-section .content-overlay .hawkline-logo {
  margin-bottom: 10px;
  margin-left: -15px;
}

.hawkline-flagship-section .content-overlay h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 600;
}

.hawkline-flagship-section .content-overlay p {
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 25px;
}

.hawkline-flagship-section .button-container {
  margin-bottom: 100px;
}

.hawkline-flagship-section a.hawkline-btn {
  border: 0;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
}

.hawkline-flagship-section a.hawkline-btn:first-of-type {
  margin-right: 50px;
}

.hawkline-flagship-section a.hawkline-btn:first-of-type i {
  color: var(--main-hawkline-bright-green);
}

.hawkline-flagship-section a.hawkline-btn:nth-of-type(2) i {
  color: var(--main-hawkline-bright);
}

.hawkline-flagship-section .sound-wave-container {
  width: 150px;
  height: 75px;
}

@media (max-width: 992px) {
  .hawkline-flagship-section .content-overlay h2 {
    font-size: 21px;
  }

  .hawkline-flagship-section a.hawkline-btn:first-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .hawkline-flagship-section .content-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hawkline-flagship-section .content-overlay .hawkline-logo {
    width: 200px;
  }

  .hawkline-flagship-section .content-overlay p {
    padding-right: 50px;
    font-size: 14px;
  }
}

/* ==================================== */
/* SPOTLIGHT SECTION */
/* ==================================== */
.hawkline-spotlight-section {
  position: relative;
  height: 1000px;
}

.hawkline-spotlight-section .background-video {
  position: absolute;
  width: 100%;
  height: 100%;
}

.hawkline-spotlight-section .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

/* content overlay */
.hawkline-spotlight-section .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  color: #fff;
}

.hawkline-spotlight-section .content-overlay .row {
  justify-content: flex-end;
}

.hawkline-spotlight-section .content-overlay .hawkline-logo {
  margin-bottom: 10px;
  margin-left: -15px;
}

.hawkline-spotlight-section .content-overlay h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 600;
}

.hawkline-spotlight-section .content-overlay p {
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 25px;
}

.hawkline-spotlight-section .button-container {
  margin-bottom: 100px;
}

.hawkline-spotlight-section a.hawkline-btn {
  border: 0;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
}

.hawkline-spotlight-section a.hawkline-btn:first-of-type {
  margin-right: 50px;
}

.hawkline-spotlight-section a.hawkline-btn:first-of-type i {
  color: var(--main-hawkline-bright-green);
}

.hawkline-spotlight-section a.hawkline-btn:nth-of-type(2) i {
  color: var(--main-hawkline-bright);
}

.hawkline-spotlight-section .sound-wave-container {
  width: 150px;
  height: 75px;
}

@media (max-width: 992px) {
  .hawkline-spotlight-section .content-overlay h2 {
    font-size: 18px;
  }

  .hawkline-spotlight-section a.hawkline-btn:first-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .hawkline-spotlight-section .content-overlay {
    padding-left: 15px;
    padding-right: 15px;
    text-align: right;
  }

  .hawkline-spotlight-section .content-overlay .hawkline-logo {
    width: 200px;
  }

  .hawkline-spotlight-section .content-overlay p {
    padding-left: 50px;
    font-size: 14px;
  }

  .hawkline-spotlight-section a.hawkline-btn:first-of-type {
    margin-left: 50px;
    margin-right: 0;
  }

  .hawkline-spotlight-section .sound-wave-container {
    margin-left: auto;
    margin-right: 25px;
  }
}

/* ==================================== */
/* PRACTICE AREA SECTION */
/* ==================================== */
.practice-area-section {
  position: relative;
  height: 1000px;
}

.practice-area-section .background-video,
.practice-area-section .background-image {
  position: absolute;
  width: 100%;
  height: 100%;
}

.practice-area-section .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.practice-area-section .content-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  color: #fff;
}

.practice-area-section .content-overlay .hawkline-logo {
  margin-bottom: 10px;
  margin-left: -15px;
}

.practice-area-section .content-overlay h2 {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
  font-weight: 600;
}

.practice-area-section .content-overlay p {
  font-weight: 200;
  letter-spacing: 1px;
  line-height: 1.75;
  margin-bottom: 25px;
}

.practice-area-section .button-container {
  margin-bottom: 100px;
}

.practice-area-section a.hawkline-btn {
  border: 0;
  padding-left: 0;
  color: #fff;
  font-size: 14px;
}

.practice-area-section a.hawkline-btn:first-of-type {
  margin-right: 50px;
}

.practice-area-section a.hawkline-btn:first-of-type i {
  color: var(--main-hawkline-bright-green);
}

.practice-area-section a.hawkline-btn:nth-of-type(2) i {
  color: var(--main-hawkline-bright);
}

.practice-area-section .sound-wave-container {
  width: 150px;
  height: 75px;
}

@media (max-width: 992px) {
  .practice-area-section .content-overlay h2 {
    font-size: 18px;
  }

  .practice-area-section a.hawkline-btn:first-of-type {
    margin-bottom: 15px;
  }
}

@media (max-width: 576px) {
  .practice-area-section .content-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }

  .practice-area-section .content-overlay .hawkline-logo {
    width: 200px;
  }

  .practice-area-section .content-overlay p {
    padding-right: 50px;
    font-size: 14px;
  }
}

/* ==================================== */
/* OTHER SERVICES SECTION */
/* ==================================== */

.other-services-section {
  padding-top: 75px;
}

.other-services-section .headline-area {
  text-align: center;
  margin-bottom: 50px;
}

.other-services-section h6 {
  color: var(--main-hawkline-color);
  letter-spacing: 2.5px;
}

.other-services-section .service-category {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  padding-right: 50px;
  width: 100%;
}

.other-services-section .service-category .content-area {
  max-width: 900px;
  margin: auto;
}

.other-services-section .service-category h3 {
  color: var(--main-hawkline-color);
  font-size: 21px;
}

.other-services-section .service-category:hover {
  box-shadow: 0 5px 40px rgb(0 0 0 / 4%);
}

.other-services-section .service-category h3 > img {
  margin-right: 5px;
}

.other-services-section .service-category a.hawkline-btn {
  border: 0;
  padding: 0;
  color: var(--main-hawkline-green);
  font-size: 16px;
}

.other-services-section .service-category a.hawkline-btn:first-of-type {
  margin-right: 50px;
}

.other-services-section .service-category a.hawkline-btn:nth-of-type(2) {
  color: var(--main-hawkline-color);
}

.other-services-section .triple-video-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.other-services-section .triple-video-container .triple-box {
  width: 33%;
  height: 175px;
  margin-bottom: 25px;
}

.other-services-section
  .triple-video-container
  .video-play-overlay
  .video-play-icon {
  font-size: 32px;
  padding: 15px;
}

@media (max-width: 1200px) {
  .other-services-section .service-category {
    max-width: 90%;
    margin: auto;
    text-align: center;
  }
}

@media (max-width: 992px) {
  .other-services-section .triple-video-container .video-container {
    width: 49%;
  }
}

@media (max-width: 576px) {
  .other-services-section {
    padding-top: 50px;
  }

  .other-services-section .headline-area {
    margin-bottom: 25px;
  }

  .other-services-section h6 {
    font-size: 14px;
    max-width: 325px;
    margin: auto;
  }

  .other-services-section .service-category {
    padding-left: 0;
    padding-right: 0;
  }

  .other-services-section .service-category h3 {
    font-size: 16px;
  }

  .other-services-section .service-category h3 > img {
    width: 30px;
  }

  .other-services-section .service-category p {
    font-size: 12px;
  }

  .other-services-section .service-category a.hawkline-btn {
    font-size: 14px;
  }

  .other-services-section .service-category a.hawkline-btn:first-of-type {
    margin-right: 0;
    display: block;
    margin-bottom: 10px;
  }

  .other-services-section .triple-video-container .triple-box {
    width: 100%;
  }

  .other-services-section .triple-video-container .video-container {
    width: 100%;
    height: 250px;
  }
}

/* ==================================== */
/* PARTNER LOGO SECTION */
/* ==================================== */
.partner-logo-section {
  padding-top: 75px;
}
