* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.05);
  color: #000000;
  font-size: 16px;
  font-weight: 500;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
body,
html,
p,
blockquote,
fieldset,
input {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Sansation";
  src: url("./fonts/Sansation_Regular.ttf") format("truetype");
}

/*page header css*/
.page-top-header {
  position: fixed;
  top: 0;
  z-index: 12;
  width: 100%;
  max-width: 100%;
  padding: 20px 40px;
  color: #ffffff;
  border-color: #ffffff;
  box-sizing: border-box;
  transition: background-color 300ms ease, color 260ms ease, padding 180ms ease;
  backface-visibility: hidden;
}
.page-top-header.active {
  background: #ffffff;
  color: #000000;
  border-color: #000000;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
  padding: 10px 40px;
}

.page-top-header .logo a {
  max-width: 400px;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: font-size 260ms ease;
  font-family: "Sansation" !important;
  color: #03363d !important;
  text-transform: none !important;
  display: block;
}

.desktop-nav ul li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.desktop-nav ul li a {
  display: block;
  padding: 12px 20px;

  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: opacity 300ms ease;
}
.desktop-nav ul li a.active {
  border: 1px solid;
  border-color: inherit;
}
.desktop-nav li a:hover {
  opacity: 0.6;
}
.hamburger {
  display: none;
}
.page-top-header .nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 767px) {
  .page-top-header .logo a {
    font-size: 34px !important;
  }
}
@media (max-width: 992px) {
  .page-top-header {
    top: 0;
    left: 0;
    padding: 5px 20px !important;
    min-height: 50px;
  }
  .page-top-header .logo a {
    margin-left: 0;
    margin-right: 0;
    font-size: 20px;
    line-height: 1.4em;
  }
  .page-top-header .nav-wrap {
    min-height: 40px;
    max-height: inherit;
  }
  .hamburger {
    width: 30px;
    height: 30px;
    padding: 10px;
    transition: all 300ms ease-in-out;
    display: inline-block;
  }
  .hamburger span {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    content: "";
    margin: 5px 0;
    transition: all 200ms ease-in-out;
  }
  .hamburger span:before,
  .hamburger span:after {
    position: relative;
    display: block;
    width: 22px;
    height: 2px;
    background: #ffffff;
    content: "";
    transition: all 200ms ease-in-out;
  }
  .page-top-header.active .hamburger span,
  .page-top-header.active .hamburger span:before,
  .page-top-header.active .hamburger span:after {
    background: #000;
  }
  .hamburger span:before {
    top: -8px;
  }
  .hamburger span:after {
    bottom: -6px;
  }
  .desktop-nav {
    display: none;
  }
}

/* mobile navigation css */
.mobile-nav {
  display: none;
}
@media (max-width: 992px) {
  .mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
    max-height: 0;
    padding: 0;
    background: #ffffff;
    transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
  }
  .mobile-nav.open {
    padding: 50px 0;
    max-height: 100vh;
  }
  .mobile-nav .hamburger {
    position: absolute;
    top: 8px;
    right: 20px;
  }
  .mobile-nav .hamburger span {
    background: transparent;
  }
  .mobile-nav .hamburger span:before {
    top: 1px;
    background: #000000;
    transform: rotate(45deg);
  }
  .mobile-nav .hamburger span:after {
    top: -1px;
    background: #000000;
    transform: rotate(135deg);
  }
  .mobile-nav li {
    position: relative;
    display: block !important;
    margin: 0;
    border: none;
    text-align: center;
  }
  .mobile-nav li a {
    display: block;
    padding: 12px 20px;
    border: 1px solid transparent;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    text-transform: uppercase;

    transition: opacity 300ms ease;
    position: relative;
    padding: 10px 0;
  }
  .mobile-nav li a.active {
    background: rgba(0, 0, 0, 0.05);
    border: none;
  }
}

/*top wrapper css*/
.top-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
  color: #ffffff;
  height: 763px;
  vertical-align: middle;
  min-height: 270px;
}
.top-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
}
.top-wrapper .content-div {
  /* position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 88px 40px 80px;
  text-align: center;
  z-index: 3;
  position: relative;
}

.top-wrapper .content h2 {
  color: inherit;
  line-height: 1.15;
  margin: 15px auto;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 48px;
}
.top-wrapper .content p {
  color: inherit;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: 0.15em;
  margin: 15px auto;
  font-style: normal !important;
  text-transform: uppercase !important;
}
.top-wrapper .button-div a {
  text-decoration: none !important;
  font-weight: normal !important;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  height: auto;
  padding: 0;
  background-image: none !important;
  background-color: transparent;
  transition: all 100ms ease-in-out;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  padding: 14px 30px;
  letter-spacing: 0.03em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}

@media (max-width: 767px) {
  .top-wrapper {
    height: auto !important;
  }
  .top-wrapper .content h2 {
    font-size: 9vw;
  }
  .top-wrapper .content-div {
    padding: 64px 20px 60px;
  }
}

/*list card css*/
.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
  width: 100%;
}
.co-group-section h2 {
  text-align: center;
  color: #03363d !important;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 auto 30px;
}
.company-section h2 {
  font-size: 18px;
}
.company-section h2 a {
  color: #03363d !important;
  word-break: break-word;
}
.company-section .image-section {
  margin-bottom: 20px;
}
.company-section img {
  width: auto;
  max-width: 100%;
}

@media (max-width: 992px) {
  .section-container {
    padding: 30px 20px;
  }
  .company-section h2 {
    font-size: 24px;
  }
  .co-group-section h2 span {
    font-size: 175%;
  }
  .company-section h2 a {
    font-size: 150%;
  }
}
@media (max-width: 767px) {
  .co-group-section h2 span {
    font-size: 130%;
  }
  .company-section h2 a {
    font-size: 120%;
  }
}

/* paragraph heading section*/
.paragraph-section {
  text-align: center;
}
.paragraph-section h2 {
  text-align: center;
  color: #03363d !important;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  margin: 0 auto 30px;
}
.paragraph-section p {
  font-size: 16px;
  line-height: 1.75;
  margin: 0 auto 30px;
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: #03363d !important;
  word-wrap: break-word;
}
@media (max-width: 992px) {
  .paragraph-section h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .paragraph-section h2 {
    font-size: 32px;
  }
}

/*company images section*/
.company-images-section {
  background-color: #03363d;
  background-image: none;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: center;
}
.company-images-section .image-section {
  padding: 10px 0 30px;
}
.company-images-section img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .company-images-section {
    height: auto;
  }
}

/*footer css*/
.footer-paragraph {
  text-align: center;
  color: #2a2a2a;
  font-size: 14px;
  margin: 0 auto 20px;
  font-weight: 400;
  line-height: 1.75;
}

/*terms css*/
.terms-top-section {
  position: relative;
  height: 100%;
  background: #000000;
  color: #ffffff;
  height: 600px;
  vertical-align: middle;
  min-height: 270px;
  background: url("./images/Wardrobe.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 100%;
  background-color: transparent;
  background-size: cover;
}
.terms-top-section:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.3) 0%,
    rgba(0, 0, 0, 0.15) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}
.terms-top-section .content-div {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 88px 40px 80px;
  text-align: center;
  z-index: 3;
  position: relative;
}

.terms-top-section .content h2 {
  color: inherit;
  line-height: 1.15;
  margin: 15px auto;
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 48px;
}

@media (max-width: 767px) {
  .terms-top-section {
    height: auto !important;
  }
  .terms-top-section .content h2 {
    font-size: 12vw !important;
  }
  .terms-top-section .content-div {
    padding: 88px 20px 60px;
  }
}

.terms-para {
  font-family: "Montserrat" !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 30px;
}
