@font-face {
  font-family: "DINAlternate-Bold";
  src: url("./fonts/DIN\ Alternate\ Bold.ttf");
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("./fonts/HelveticaNeue.ttc");
}

@font-face {
  font-family: "SFUBaskervilleBookItalic";
  src: url("./fonts/SFUBaskervilleBookItalic.TTF");
}

:root {
  --font-primary-01: "DINAlternate-Bold";
  --font-secondary-01: "HelveticaNeue";
  --font-tertiary: "SFUBaskervilleBookItalic";
  --color-01: #eebf70;
}
/* Reset */
*,
::after,
::before {
  box-sizing: border-box;
}
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  max-width: 100%;
}
body {
  padding: 0;
  margin: 0;
}

/* Global - Common */

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.cl-white {
  color: #ffffff;
}

.cl-01 {
  color: var(--color-01);
}

.w-100 {
  width: 100%;
}

.font-style-01 {
  font-family: var(--font-secondary-01);
  font-size: 23px;
  line-height: 1.3;
}

.font-style-02 {
  font-family: var(--font-secondary-01);
  font-size: 20px;
  line-height: 1.5;
}

.font-style-03 {
  font-family: var(--font-tertiary);
  font-size: 27px;
}

.lf-container {
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 12px;
}

.bg-op {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.text-justify {
  text-align: justify;
}

.img-op {
  object-fit: cover;
  object-position: center;
}

.cb-img {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.mh-100 {
  height: 100%;
}

.mw-100 {
  width: 100%;
}

.pss-relative {
  position: relative;
}

.mr-full {
  margin-right: calc(50% - 50vw);
}

.ml-full {
  margin-left: calc(50% - 50vw);
}

.list-logo {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}

.logo-item {
  margin-bottom: 30px;
  width: 25%;
}

.morthlach {
  position: relative;
  z-index: 5;
  background-color: #1a2a5e;
  overflow-x: hidden;
  overflow-y: hidden;
}

.morthlach-bg-wrap,
.morthlach-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.morthlach-bg {
  width: 100%;
  height: 100%;
}

.morthlach-bg--01 {
  z-index: 1;
  background-image: url("../images/background-02.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 84%;
}

.morthlach-bg--02 {
  z-index: 2;
  background-image: url("../images/background-01.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 15%;
}

.morthlach-bg--03 {
  z-index: 3;
  /* opacity: 84%; */
}

.morthlach-bg--01::after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-image: radial-gradient(transparent 40%, #090c16 86%);
}

.section-top-bg::before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100%);
  transform: scale(5);
  transform-origin: bottom;
  bottom: 0;
  left: 0;
  /* background-image: radial-gradient(transparent, #1e2843 79%); */
  background-image: radial-gradient(transparent 50%, #000207 79%);
  border-radius: 50%;
  z-index: 2;
  opacity: 53%;
}

.section-bottom-bg::before {
  content: "";
  position: absolute;
  width: calc(100% * 1.9);
  height: calc(100% * 1.1);
  transform-origin: bottom;
  top: 18%;
  right: -5%;
  background-image: radial-gradient(transparent 50%, #000207 79%);
  border-radius: 50%;
  z-index: 2;
  opacity: 30%;
}

.morthlach-bg-wrap {
  z-index: -1;
}

.section-top__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.morthlach__header {
  padding: 60px 0 30px;
}

.group-content-01 {
  display: flex;
  flex-wrap: wrap;
  /* gap: 30px 0; */
  padding-bottom: 30px;
  position: relative;
}

.group-content-01__desc {
  width: 100%;
}

.group-content-01__image {
  width: 100%;
  padding-top: 10px;
}

.group-content-01__square {
  position: absolute;
  bottom: -16px;
  right: 0;
  width: 68%;
  z-index: -1;
}

.group-content-01__square-inner {
  padding-top: 71.5%;
  width: 100%;
  background-color: #684c2f;
}

.group-content-01__square-inner::before {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.group-content-03__row {
  display: flex;
  flex-wrap: wrap;
}

.caption-img-intro {
  margin-left: auto;
  text-align: justify;
  font-size: 42px;
  margin-bottom: 40px;
}

.group-content-02__row,
.group-content-03__row,
.group-content-04__row {
  display: flex;
  flex-wrap: wrap;
}

.group-content-02__caption {
  width: 100%;
  height: fit-content;
  background-color: #c49a6c;
  position: relative;
  padding: 30px 20px 20px 30px;
  text-align: right;
  font-family: var(--font-tertiary);
  font-size: 28px;
  line-height: 1.15;
  color: #1c2744;
  top: -30px;
}

.group-content-02__caption::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 55%;
  height: 5px;
  background-color: #c49a6c;
}

.group-content-02__caption br {
  display: none;
}

.group-content-02__desc {
  padding-top: 25px;
}

.group-content-03__row {
  gap: 0 25px;
  column-gap: 25px;
  -webkit-column-gap: 25px;
  -moz-column-gap: 25px;
}

.group-content-03__image {
  width: 100%;
  margin-bottom: 30px;
}

.group-content-04__row {
  gap: 0 20px;
  column-gap: 20px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
}

.group-content-04__row--1 {
  margin-bottom: 35px;
}

.group-content-04 {
  position: relative;
}

.group-content-04__square {
  position: absolute;
  left: 0;
  width: 54%;
  z-index: -1;
}

.group-content-04__square-inner {
  width: 100%;
  padding-top: 113%;
  background-color: #040610;
  opacity: 47%;
  transform: translateY(-40%);
}

.group-content-04 {
  padding-bottom: 60px;
}

.mortlach-slogan {
  padding-bottom: 60px;
}

.mortlach-slogan__wrap {
  text-align: center;
  background-color: #754c29;
  padding: 15px;
  font-family: var(--font-secondary-01);
  font-size: 20px;
  color: #fff;
}

.section-top,
.section-bottom {
  position: relative;
}

/* .section-top::after {
    content: "";
    position: absolute;
    width: calc(100%);
    height: calc(100%);
    transform: scale(1.5);
    transform-origin: bottom;
    bottom: 0;
    left: 0;
    background-image: radial-gradient(transparent, #1E2843 79%);
} */

.section-top .morthlach-bg--01 {
  height: calc(100% + 36vw);
}

.section-bottom .morthlach-bg--01 {
  height: calc(100% - 36vw);
  top: initial;
  bottom: 0;
  border-top: 3px solid #000;
}

.group-content-image-mb {
  display: block;
}

.group-content-04__image-3-inner {
  position: relative;
  /* padding-top: 81.98%; */
  width: 100%;
  height: 100%;
}

.group-content-04__image-3-inner img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
}

@media (min-width: 1024px) {
  .list-logo {
    padding: 15px 0 50px;
  }

  .group-content-01__desc {
    width: 50%;
    margin-right: 20px;
  }

  .group-content-01__image {
    flex: 1;
  }

  .group-content-02__desc {
    width: 65%;
  }

  .group-content-02__caption {
    flex: 1;
    margin-left: 30px;
  }

  .group-content-02__caption br {
    display: initial;
  }

  .group-content-03__image--1 {
    width: 65.84%;
  }

  .group-content-03__image--2 {
    flex: 1;
  }

  .group-content-03__image-wrap {
    position: relative;
    padding-top: 56%;
    height: 100%;
  }

  .group-content-03__image-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .group-content-03__image--1 img {
    object-position: center 65%;
  }

  .group-content-03__image--2 img {
    object-position: bottom;
  }

  .group-content-03__desc {
    width: 73.23%;
    margin-left: auto;
  }

  .group-content-04__row--1 .group-content-04__image:nth-child(1) {
    flex: 1;
  }

  .group-content-04__row--1 .group-content-04__image:nth-child(2) {
    width: 57.76%;
  }

  .group-content-04__image img {
    height: 100%;
    object-fit: cover;
  }

  .group-content-04__row--2 .group-content-04__image {
    flex: 1;
  }

  .group-content-04__row--2 .group-content-04__desc {
    width: 72.78%;
  }

  .caption-img-intro {
    max-width: 80%;
  }

  .group-content-01__image--inner-content {
    display: none;
  }

  .group-content-01__desc-2 {
    padding-bottom: 25px;
  }

  .group-content-01-ctn {
    padding-bottom: 60px;
  }

  .group-content-image-mb {
    display: none;
  }
}

@media (max-width: 1023px) {
  .group-content-02__row {
    flex-direction: column-reverse;
  }

  .group-content-01__square,
  .group-content-04__square {
    display: none;
  }

  .ml-full {
    margin-left: 0;
  }

  .mr-full {
    margin-right: 0;
  }

  .group-content-02__caption {
    top: 0;
  }

  .group-content-01__image--right {
    display: none;
  }

  .group-content-03__image--1 {
    display: none;
  }

  .group-content-04__image--2,
  .group-content-04__image--3 {
    display: none;
  }
}

@media (max-width: 576px) {
  .list-logo {
    flex-direction: column;
    align-items: center;
  }

  .logo-item {
    width: 60%;
    margin-bottom: 45px;
  }

  .logo-item:nth-child(3) {
    margin-bottom: 30px;
  }

  .font-style-01 {
    font-size: 20px;
  }

  .caption-img-intro {
    font-size: 20px;
  }

  .font-style-02,
  .mortlach-slogan {
    font-size: 18px;
  }

  .group-content-02__caption {
    font-size: 20px;
  }
}
