﻿/* ==========================================================================
  CSS Reset
  ========================================================================== */
.bg-animation {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
}
.bg-animation:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0.85;
  background-color: #00425c;
  z-index: 1;
  width: 100%;
}
.bg-animation img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.bg-animation img.bg1 {
  opacity: 1;
}

.fold {
  padding: 75px 0;
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fold p {
  margin: 0;
}
.fold .container-fluid.custom {
  max-width: 800px;
}
.fold .text {
  font-size: 66px;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
}
.fold .text ul {
  list-style: none;
  margin: 0;
}
.fold .text ul li {
  color: #fff;
}
.fold .text ul li:nth-child(1), .fold .text ul li:nth-child(3), .fold .text ul li:nth-child(4) {
  display: table;
  color: #8a8c8e;
  font-size: 38px;
  font-weight: 550;
  margin-top: 10px;
}
.fold .text ul li:nth-child(1) {
  margin-left: auto;
  margin-bottom: 10px;
}
.fold .text ul li:nth-child(3) {
  margin-left: 75px;
}
.fold .text ul li:nth-child(4) {
  margin-left: 275px;
}
.fold .work {
  text-align: center;
  color: #fff;
  margin-top: 35px;
}
.fold .work P {
  text-transform: uppercase;
}
.fold .work a {
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  letter-spacing: 1px;
}
.fold .row {
  justify-content: space-evenly;
}
.fold .item {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  min-height: 300px;
  background: #fff;
  position: relative;
}
.fold .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.fold .logo {
  padding: 15px;
  border-radius: 20px;
  background: #fff;
  display: block;
}
.fold .logo.pd-bottom {
  padding-bottom: 18px;
}
.fold .logo img {
  height: 50px;
  display: table;
  margin: 0 auto;
}

@media only screen and (max-width: 767.5px) {
  .fold .logo, .fold .item {
    border-radius: 15px;
  }
  .fold .row {
    margin: 0px -8px;
  }
  .fold .row .col-6 {
    padding: 0px 8px;
  }
  .fold .text {
    zoom: 55%;
    font-size: 57px;
    margin-bottom: 50px;
    line-height: 50px;
  }
  .fold .text ul li:nth-child(2) {
    line-height: 75px;
  }
}
html {
  overflow-x: hidden;
}
html.modal-open {
  overflow: hidden;
}
html.modal-open body {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "arial", sans-serif;
  background: #fff;
  font-weight: 700;
  overflow-x: hidden;
  margin: 0;
  line-height: 26px;
  font-size: 16px;
  color: #1F2F46;
  letter-spacing: 1.5px;
}
body:has(.anim-active):before {
  opacity: 1;
}

:focus {
  outline: none !important;
}

.container-fluid {
  position: relative;
  z-index: 3;
}
.container-fluid.custom {
  padding: 0px 15px;
  max-width: 1000px;
}
