.SkipLinkText {
  position: absolute;
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: -1px;
  overflow: hidden;
}

.SkipLinkText:focus {
  color: #2c3531;
  background-color: #d1e8e2;
  display: inline-block;
  height: auto;
  width: auto;
  position: static;
  margin: auto;
  text-align: center;
  text-decoration: none;
}

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

body {
  font-family: "Barlow", sans-serif;
  /* background: #141414; */
  /* background-color: rgb(41, 103, 160); */
  background-color: #0d51a9;
  line-height: 1.5;
  font-size: 0.875rem;
}

img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

/*  
===============   
Navbar Styles  
===============  
 */
.navbar {
  position: fixed;
  width: 100%;
  z-index: 999;
  /* padding: 20px 0; */
  background: rgba(34, 34, 34, 0);
  font-family: montserrat;
  transition: all 0.3s ease;
  /* margin-top: 3vh; */
}
.navbar.sticky {
  padding: 0px 0 20px 0;
  background-color: #333333a9;
}
.navbar .max-width {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
}
.navbar .menu li {
  list-style: none;
  display: inline-block;
}
.navbar .menu li a,
.navbar .menu li p {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  /* margin-left: 25px; */
  transition: color 0.3s ease;
}
.navbar .menu li a:hover,
.navbar .menu li p:hover {
  color: #ffcb9a;
}

/* .navbar.sticky .menu li a:hover,
  .navbar.sticky .menu li p:hover {
    color: #ffcb9a;
  } */

.menu {
  width: 75rem;
}

/* menu btn styling */
.menu-btn {
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}

.nav-lol {
  display: none;
}

/* hover animation */
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: #fff1e6;
}

.hover-underline-animation:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ffcb9a;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}
.hover-underline-animation:hover {
  color: #ffcb9a;
}
.hover-underline-animation:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

/* responsive media query start */
/* for phone and tablet screens */
@media (max-width: 1050px) {
  .navbar.sticky {
    background-color: none;
  }

  .navbar {
    padding-bottom: 1rem;
  }

  .navbar .max-width {
    height: 3rem;
  }

  .menu-btn {
    display: block;
    z-index: 999;
  }
  .menu-btn i.active:before {
    content: "\f00d";
  }

  .nav-lol {
    display: block;
    color: transparent;
  }
  /* .navbar {
          background-color: rgb(0, 0, 0);
        } */

  .menu-btn {
    margin-top: 2.5rem;
  }
  .navbar .menu {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
    background: linear-gradient(to right, #3a7bd5, #4d7e97);
    text-align: center;
    padding: 2rem 0;
    transition: all 0.3s ease;
  }
  .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .navbar .menu.active {
    left: 0;
  }
  .navbar .menu li {
    display: block;
  }
  .navbar .menu li a {
    display: inline-block;
    margin: 20px 0;
    font-size: 25px;
  }
  .navbar .max-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.1rem;
  }
}

@media (min-width: 1051px) {
  .menu {
    display: flex;
    justify-content: space-between;
    width: 75rem;
    padding: 1rem 0;
  }

  .navbar.sticky {
    padding: 0px 0 0px 0;
    background-color: #333333a9;
  }
}

/* NAVBAR HAMBURGER BUTTON STYLING */

.ham {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: transform 400ms;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

  /* background-color: rgba(0, 0, 0, 0.614); */
}
.hamRotate.active {
  transform: rotate(45deg);
}
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill: none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke: #fff;
  stroke-width: 5.5;
  stroke-linecap: round;
}
.ham4 .top {
  stroke-dasharray: 40 121;
}
.ham4 .bottom {
  stroke-dasharray: 40 121;
}
.ham4.active .top {
  stroke-dashoffset: -68px;
}
.ham4.active .bottom {
  stroke-dashoffset: -68px;
}

@media (min-width: 1080px) {
  .menu {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    width: 75rem;
  }
}

/*  
===============   
Slider Styles  
===============  
 */
.slider1,
.slider2,
.slider3 {
  margin-bottom: 10rem;
  margin-left: auto;
  margin-right: auto;
}

/* .slider3{
  margin-top: -1rem;
} */

@media screen and (max-width: 819px) {
  .slider1,
  .slider2,
  .slider3 {
    margin: 9rem auto;
  }
}

/*  
===============   
Slider Section Styles  
===============  
   */
.reviews3,
.reviews2,
.reviews1 {
  margin-bottom: 1rem;
  color: #fff;
}

.reviews3 h2,
.reviews2 h2,
.reviews1 h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.5rem;
}

.reviews3 span,
.reviews2 span,
.reviews1 span {
  font-size: 0.85em;
  color: hsl(205, 78%, 60%);
  margin-right: 1rem;
}

/*  
===============   
Slides Styles  
===============  
*/
section {
  width: 50rem;
  height: 40rem;
  margin: 0 auto;
  text-align: center;
  /* padding: 1rem 0;
  padding-top: 4rem; */
  position: relative;
}


.slide-wrapper-hero {
  width: 40rem;
  margin: 5rem auto;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.4rem;
}

.slide-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;

  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 0.4rem;
}

.slide-wrapper-hero {
  background-color: #2d76a3;
  color: #fff;
}

.slide-image-container-hero {
  height: 19rem;
  border-radius: 0.4rem;
}

.slide-image-container-hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.4rem 0.4rem 0 0;
}

.slide-image-container {
  height: 25rem;
  /* background-color: #000; */
  /* background-color: #003c89; */
  border-radius: 50%;
}

.slide-image {
  width: 100%;
  height: 100%;
  /* border: 1px solid hsl(211, 27%, 70%); */
  /* background: #fff; */
  /* padding: 0.25rem; */
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); */
  /* border-radius: 0.4rem 0.4rem 0 0; */
  /* border-radius: 50%; */
}

.slide-title-hero {
  text-align: center;
}

.slide-text-hero {
  font-size: 1rem;
  padding: 1rem;
  padding-top: 0.01rem;
}

.slide-text {
  /* color: hsl(210, 22%, 49%); */
  color: #fff;
  line-height: 1.8;
  margin: 0 auto;
  letter-spacing: 1px;
  padding: 1rem;
  padding-top: 0.1rem;
}

h4 {
  text-transform: uppercase;
  font-weight: 500;
  /* color: #062e70; */
  /* color: #fff; */
  letter-spacing: 0.1rem;
  margin: 0.5rem 0;
}

.slide-title,
.slide-title-hero {
  letter-spacing: 2px;
  text-transform: capitalize;
  font-size: 2.5rem;
}

.workforce-title {
  text-align: center;
  font-size: 4.8rem;
  padding-top: 7rem;
  /* margin-top: 7rem; */
  color: white;
  font-weight: 450;
  font-family: clash grotesk;
}


.slide-title {
  color: #fff;
}

/* for small screens */
@media screen and (max-width: 819px) {
  .slider1,
  .slider2,
  .slider3 {
    margin-bottom: 0rem;
    height: 40rem;
  }

  section {
    width: 25rem;
  }

  .slide-wrapper-hero {
    width: 25rem;
    /* background: #fff; */
  }

  .slide-wrapper {
    width: 25rem;
  }

  .slide-image-container-hero {
    height: 14rem;
  }

  .slide-image-container {
    height: 14rem;
  }

  .slide-image {
    object-fit: cover;
    border-radius: 0.4rem;
  }

  .slide-title {
    font-size: 1.5rem;
  }

  .slide-text-hero {
    font-size: 1rem;
    /* color: #fff; */
  }

  .slide-text {
    font-size: 0.9rem;
  }
}

/*  
===============   
Slider Buttons Styles  
===============  
*/
.btn3,
.btn2,
.btn1 {
  position: absolute;
  top: 15rem;
  font-size: 2rem;
  color: #0062ff;
  background-color: #fff;
  padding: 0.25rem 0.35rem;
  border-radius: 0.25rem;
  border: transparent;
  cursor: pointer;
}

.next-btn3,
.next-btn2,
.next-btn1 {
  right: 0rem;
  top: 15rem;
}

.prev-btn3,
.prev-btn2,
.prev-btn1 {
  left: 0rem;
  top: 15rem;
}

/* really small phone screens */
@media screen and (max-width: 415px) {
  section {
    width: 20rem;
  }

  .slide-wrapper-hero,
  .slide-wrapper {
    width: 20rem;
  }

  .slide-image-container {
    height: 11rem;
  }

  .next-btn3,
  .next-btn2,
  .next-btn1 {
    right: 0rem;
    top: 13.5rem;
  }

  .prev-btn3,
  .prev-btn2,
  .prev-btn1 {
    left: 0rem;
    top: 13.5rem;
  }
}

/* tablets and large screens */
@media screen and (min-width: 768px) {
  .next-btn3,
  .next-btn2,
  .next-btn1 {
    right: -3rem;
    top: 18rem;
  }

  .prev-btn3,
  .prev-btn2,
  .prev-btn1 {
    left: -3rem;
    top: 18rem;
  }

  .btn3,
  .btn2,
  .btn1 {
    font-size: 1.3rem;
    padding: 0.35rem 0.5rem;
  }
}

/* MORE CSS FOR JS */
.slide-container3,
.slide-container2,
.slide-container1 {
  position: relative;
  height: 41rem;
  overflow: hidden;
}

.slide3.active3,
.slide2.active2,
.slide1.active1 {
  opacity: 1;
  transform: translateX(0);
}

.slide3.next3,
.slide2.next2,
.slide1.next1 {
  transform: translateX(100%);
}

.slide3.last3,
.slide2.last2,
.slide1.last1 {
  transform: translateX(-100%);
}