@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  border: none;
  outline: none;
  text-decoration: none;
  color: white;
}
@font-face {
  font-family: brand;
  src: url(fonts/Brand.otf);
}
:root {
  --primary: #f3e49f;
  --primary-text: #0d2144;
  --bg: #0d2144;
  --sub-text: #ffffff96;
}
[class*="grid"] {
  display: grid;
}
.align-center {
  align-items: center;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
}
body {
  -webkit-text-size-adjust: 100%;
  background: var(--bg);
}
i svg {
  width: unset;
  height: 1.8rem;
  fill: white;
}
p,
a,
input,
select,
textarea,
button {
  font-size: 1.6rem;
  font-weight: 500;
}
p {
  color: var(--sub-text);
  line-height: 27px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: brand;
}
img,
video {
  max-width: 100%;
}
.container {
  max-width: 1240px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
.container-max {
  max-width: 1540px;
  padding: 0 2rem;
  margin: auto;
  width: 100%;
}
button {
  padding: 1.5rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  gap: 1rem;
  background: var(--primary);
  color: var(--primary-text);
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1;
  transition: 0.3s;
}
.grid-2-1 {
  grid-template-columns: 1.5fr 1fr;
  gap: 5rem;
}
section {
  padding: 8rem 0;
}
main {
  background: linear-gradient(#0d2144a5, #0d2144), url(images/hero-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 90rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
main .title h1 {
  font-size: 7rem;
  line-height: 1.1;
}
main .title p {
  font-size: 2.5rem;
  line-height: 1.7;
}
button {
  font-size: 2.5rem;
}
.hero-img {
  position: relative;
}
.hero-img .video-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  aspect-ratio: 1/1;
  overflow: hidden;
  cursor: pointer;
}
.hero-img .video-btn img:nth-child(1) {
  width: 100%;
  animation: rotate 15s linear infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.hero-img .video-btn img:nth-child(2) {
  position: absolute;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.grid-3 {
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
section .title {
  text-align: center;
  font-size: 5rem;
  max-width: 86rem;
  width: 100%;
  margin: auto;
  margin-bottom: 5rem;
}
section .title h2 {
  color: var(--primary);
}
.card .ico img {
  height: 7rem;
  width: unset;
}
.card {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  width: 100%;
  border-right: 1px solid #ffffff1d;
}
.card:last-child {
  border: none;
}
.card p {
  font-size: 3rem;
  text-transform: capitalize;
  color: white;
}
section.bg-overlay {
  position: relative;
  background: linear-gradient(#0d2144, #0d214429, #0d2144),
    url(images/piller.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-box {
  max-width: 80rem;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 2rem;
  position: relative;
  margin: auto;
  margin-bottom: 5rem;
}
.video-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.video-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10rem;
  object-fit: unset;
  object-position: unset;
  cursor: pointer;
  height: fit-content;
}
section.bg-overlay.b2 {
  position: relative;
  background: linear-gradient(#0d2144, #0d2144bf, #0d2144), url(images/bg2.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.bg-overlay.b2 :is(h2, h3) {
  font-family: "Montserrat", sans-serif;
}
.bg-overlay.b2 h2 {
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bg-overlay.b2 h2 span {
  font-size: 15rem;
  color: var(--primary);
}
.bg-overlay.b2 h3 {
  font-size: 5rem;
}
.bg-overlay.b2 h3 span {
  display: inline-block;
  width: 5rem;
}
.bg-overlay.b2 button {
  margin: auto;
  margin-top: 5rem;
}
section.bg-overlay.b3 {
  position: relative;
  background: linear-gradient(#0d2144, #0d2144bf, #0d2144), url(images/bg3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
section .title h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
}
.grid-2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
.grid-2 .card-2 {
  text-align: left;
  background: var(--primary);
  padding: 3rem 5rem;
}
.card-2 p {
  color: var(--primary-text);
  font-weight: 600;
}
.card-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 1.5rem;
}
.card-2 button {
  background: var(--bg);
  color: var(--primary);
  font-size: 1.6rem;
}
.frame {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
footer {
  padding: 5rem 0;
  position: relative;
  background: linear-gradient(#0d2144, #0d2144ba), url(images/bg3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.mt-3 {
  margin-top: 3rem !important;
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #0d2144b5;
  backdrop-filter: blur(20px);
  display: none;
  align-items: center;
  justify-content: center;
}
.modal.active {
  display: flex;
}
.modal video {
  max-width: 80rem;
}
.close {
  width: 5rem;
  aspect-ratio: 1/1;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  border-radius: 50%;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.plyr__menu__container .plyr__control > span {
  color: var(--primary-text);
}
.banner {
  display: block;
  max-width: 1800px;
  width: 100%;
  margin: auto;
}

main .title {
  align-items: unset;
}
.arw {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1rem;
  cursor: pointer;
}

@media (max-width: 1024px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 660px) {
  html {
    font-size: 62%;
  }
  [class*="grid"] {
    grid-template-columns: 1fr !important;
  }
  a {
    display: block;
  }
  button {
    width: 100% !important;
    display: block;
  }
  main {
    height: fit-content;
    padding: 5rem 0;
    padding-bottom: 0;
  }
  main .title h1 {
    font-size: 3.5rem;
  }
  main .title p {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  button {
    font-size: 1.6rem;
    width: 100%;
  }
  section .title h2 {
    font-size: 3rem;
  }
  .grid-3 .card {
    padding: 3rem 0;
    border: none;
    border-bottom: 1px solid #ffffff27;
  }
  .grid-3 .card:last-child {
    border: none;
  }
  section .title h4 {
    font-size: 2rem;
  }
  .bg-overlay.b2 h2 {
    display: inline;
  }
  .bg-overlay.b2 h3 {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
  .bg-overlay.b2 h3 span {
    width: 2rem;
  }
  .bg-overlay.b2 h2 span {
    font-size: 4rem;
  }
  .bg-overlay.b2 h2 {
    font-size: 2rem;
  }
  .bg-overlay.b2 button {
    margin-top: 3rem;
  }
  .grid-2 .card-2 {
    padding: 2rem;
  }
  .video-box .play {
    width: 8rem;
  }
  section {
    padding: 5rem 0;
  }
  .arw {
    display: none;
  }
  .title h4 span {
    font-size: 3rem;
    line-height: 1;
  }
}
