img {
  object-fit: cover;
}
@font-face {
  font-family: "Helvetica";
  src: url("../font/helvetica.otf") format("opentype");
}
@font-face {
  font-family: "Andalemk";
  src: url("../font/andalemk.ttf");
}
@font-face {
  font-family: "28 Days Later";
  src: url("../font/28dayslater.ttf");
}
body {
  min-width: 1024px;
}
.slider,
.sliderteam {
  position: relative;
}
.slider .slick-arrow,
.sliderteam .slick-arrow {
  fill: white;
  position: absolute;
  z-index: 10;
  height: 100px;
  width: 50px;
  top: 50%;
  border: 0;
  opacity: 0.5;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
.slider .slick-arrow.slick-prev,
.sliderteam .slick-arrow.slick-prev {
  left: 20px;
}
.slider .slick-arrow.slick-next,
.sliderteam .slick-arrow.slick-next {
  right: 20px;
}
.slider .slick-arrow:hover,
.sliderteam .slick-arrow:hover {
  opacity: 1;
}
.slider .slick-dots,
.sliderteam .slick-dots {
  position: relative;
  margin-top: -55px;
}
.slider .slick-dots li button:before,
.sliderteam .slick-dots li button:before {
  font-size: 13px;
  color: white;
}
header {
  display: flex;
  position: absolute;
  z-index: 999;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  background: rgba(69, 75, 81, 0.7);
  height: 100px;
  color: white;
  transition: all 200ms ease-in-out;
}
header .menu {
  display: flex;
  height: 100%;
}
header .menu > div {
  padding: 0 5px;
  margin: 0 10px;
  display: flex;
  transition: all 200ms ease-in-out;
  position: relative;
}
header .menu > div > a {
  margin: auto;
  transition: all 200ms ease-in-out;
  border-bottom: 1px solid transparent;
}
header .menu > div div {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: max-content;
  flex-direction: column;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.97);
}
header .menu > div div ul {
  list-style-type: disc;
  padding: 10px 40px 10px 28px;
  color: #3e4447;
}
header .menu > div div ul li {
  line-height: 30px;
  font-size: 15px;
}
header .menu > div div ul li a {
  font-size: 17px;
  font-family: Andalemk, sans-serif;
  color: #3e4447;
}
header .menu > div:hover {
  background: rgba(102, 107, 112, 0.7);
  cursor: pointer;
}
header .menu > div:hover > a {
  border-bottom: 1px solid white;
}
header .menu > div:hover div {
  display: flex;
}
header .social {
  display: flex;
}
header .social p {
  margin: 0 10px;
}
.main {
  color: white;
  text-transform: uppercase;
}
.main .div {
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}
.main .div div {
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main .div div h1 {
  font-family: "28 Days Later", sans-serif;
  font-size: 93px;
  margin-bottom: 10px;
}
.main .div div h3 {
  font-family: Helvetica, sans-serif;
  text-transform: lowercase;
  font-size: 40px;
  letter-spacing: 12.93px;
}
#about {
  display: flex;
  justify-content: center;
}
#about > div {
  margin: 80px 40px 0;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #898989;
  font-size: 15px;
}
#about > div > div {
  display: flex;
  flex-direction: column-reverse;
  height: 165px;
}
#about > div h3 {
  text-transform: uppercase;
  margin: 40px 0 20px;
  font-family: "28 Days Later", sans-serif;
  color: #f18348;
  font-size: 30px;
}
#about > div ul li {
  list-style-type: disc;
  margin: 3px 0;
}
.ourteam {
  width: 100%;
}
.ourteam img {
  width: 100%;
}
.team {
  margin-top: -3px;
  padding-top: 3px;
  height: 400px;
  background: #ebebeb;
}
.team .slick-list {
  height: 100%;
}
.team .slick-list .slick-track {
  height: 100%;
}
.team .slick-list .slick-track .div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.team .slick-list .slick-track .div img {
  height: 230px;
  width: 230px;
  border-radius: 50%;
}
.team .slick-list .slick-track .div .text {
  margin-left: 50px;
  width: 50%;
  color: #3e4447;
  opacity: 0.78;
}
.team .slick-list .slick-track .div .text h2 {
  font-family: "Andalemk";
  font-size: 25px;
  letter-spacing: -1.38px;
  line-height: 21px;
}
.team .slick-list .slick-track .div .text h3 {
  font-family: "Andalemk";
  font-size: 18px;
  letter-spacing: -1.08px;
  line-height: 21px;
  margin: 10px 0 40px;
}
.team .slick-list .slick-track .div .text p {
  font-family: "Helvetica";
  line-height: 24px;
  font-size: 17px;
}
.howitsallbegan {
  background: rgba(69, 75, 81, 0.9);
  color: white;
  padding: 50px;
  font-family: "Helvetica";
}
.howitsallbegan h1 {
  font-family: "28 Days Later";
  font-size: 75px;
  text-align: center;
}
.howitsallbegan > h2 {
  margin: 25px 0 25px;
  font-family: "Andalemk";
  text-align: center;
  font-size: 40px;
}
.howitsallbegan p {
  text-align: justify;
  font-size: 20px;
}
.howitsallbegan > div {
  margin: 50px 0;
  display: flex;
  justify-content: flex-start;
}
.howitsallbegan > div h2 {
  font-family: "Andalemk";
  font-size: 40px;
  margin-right: 50px;
}
.howitsallbegan > div div p {
  margin-bottom: 15px;
}
.howitsallbegan > div div ul li {
  list-style-type: disc;
  font-size: 20px;
  margin: 4px 0 0 20px;
}
footer {
  background: url(../img/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  display: flex;
  justify-content: space-around;
  height: 500px;
  position: relative;
}
footer > div {
  margin-top: 50px;
  width: calc(100vh / 4);
}
footer > div h3,
footer > div h2 {
  opacity: 0.7;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
footer > div h2 {
  opacity: 1;
  margin-bottom: 30px;
}
footer > div p {
  font-family: Helvetica;
  margin: 3px 0;
  opacity: 0.9;
}
footer > div ul li {
  opacity: 0.7;
  color: #ffffff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 300;
  list-style-type: disc;
  margin: 3px 0;
}
footer > div .social {
  margin-top: 20px;
  display: flex;
}
footer > div .social a {
  margin: 0 3px;
}
footer > a {
  position: absolute;
  right: 30px;
  bottom: 30px;
  opacity: 0.5;
  transition: all 200ms ease-in-out;
}
footer > a:hover {
  opacity: 1;
}
