@import url("https://fonts.googleapis.com/css2?family=Alumni+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.cdnfonts.com/css/futura-std-4");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
*::-webkit-scrollbar {
  display: none;
}

body {
  background-color: black;
  font-family: "Alumni Sans", sans-serif;
  scroll-behavior: smooth;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}
.wrapper-container {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}

.bg-video::-webkit-media-controls-panel {
  display: none !important;
  opacity: 1 !important;
}
.bg-video {
  pointer-events: none;
}
.lazy {
  filter: blur(5px);
  opacity: 0;
  transition: all 200ms ease-in-out;
}
/* MAIN CONTENT */
.main-content {
  color: white;
  display: none;
}
/* HERO SECTION START */
.hero {
  height: 100dvh;
  width: 100vw;
  -ms-overflow-style: none; 
  scrollbar-width: none;
}
.hero::-webkit-scrollbar {
  display: none;
}
/* CLIENTS SECTION */
.hero .video-background {
  height: 85%;
  position: relative;
  overflow: hidden;
}
@media (width < 768px) {
  .hero .video-background {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.hero .video-background::before {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 1;
  transition: all 1s;
  -webkit-transition: all 1s;
}
.hero .video-background .intro-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  transform: translate(-50%, -50%);
  filter: blur(2px);
}
@media (width >= 768px) {
  .hero .video-background .intro-video {
    filter: blur(0px);
  }
}
.hero .video-background .navigation {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  height: 90%;
  margin-top: 2em;
  z-index: 2;
  position: inherit;
}
@media (width >= 768px) {
  .hero .video-background .navigation {
    display: flex;
    margin-top: 3em;
    flex-direction: row;
    align-items: center;
    height: unset;
  }
}
.video-background-note {
  width: 80%;
  margin: 0 auto;
  padding-top: 4em;
  z-index: 2;
  text-align: center;
}
.video-background-note .title {
  color: white;
  font-weight: 500;
  font-size: 12px;
  font-family: "Futura Std", sans-serif;
  text-transform: uppercase;
}
.video-background-note h1 {
  color: white;
  font-weight: 600;
  font-size: 65px;
  text-transform: uppercase;
  line-height: 3rem;
}
.video-background-note .label {
  text-transform: uppercase;
  font-family: "Futura Std", sans-serif;
  font-size: 12px;
}
@media (width >= 768px) {
  .video-background-note {
    display: none;
  }
}
.hero .video-background .navigation .left {
  display: none;
}
@media (width >= 768px) {
  .hero .video-background .navigation .left {
    display: block;
  }
}
.hero .video-background .navigation .left h1 {
  color: white;
  font-weight: 600;
  font-size: 58px;
  line-height: 2rem;
  margin: 0;
}
.hero .video-background .navigation .left h2 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: 50px;
  line-height: normal;
}
.hero .video-background .navigation .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6em;
}
.hero .video-background .navigation .right .top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.hero .video-background .navigation .right .top a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 200ms ease-in-out;
}
.hero .video-background .navigation .right .top a:hover {
  transform: scale(1.2);
}
.hero .video-background .navigation .right .email {
  font-family: "Futura Std", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 200ms ease-in-out;
}
@media (width >= 768px) {
  .hero .video-background .navigation .right .email {
    font-size: 20px;
  }
}
.hero .video-background .navigation .right .email:hover {
  color: rgba(255, 255, 255, 0.5);
}
.video-background .video-background-corner {
  content: "";
  position: absolute;
  width: 70px;
  height: 70px;
  border: 1px solid rgba(255, 255, 255, 0.48);
}
@media (width >= 768px) {
  .video-background .video-background-corner {
    display: none;
  }
}
.video-background .video-background-corner-top-left {
  top: 10%;
  left: var(--before-left, 20px);
  border-right: none;
  border-bottom: none;
  transition: all 0.3s ease;
}
.video-background .video-background-corner-bottom-right {
  bottom: 20px;
  right: 20px;
  border-left: none;
  border-top: none;
  transition: all 0.3s ease;
}
.video-background .video-background-corner-top-right {
  top: 10%;
  right: 20px;
  border-left: none;
  border-bottom: none;
  transition: all 0.3s ease;
}
.video-background .video-background-corner-bottom-left {
  bottom: 20px;
  left: 20px;
  border-right: none;
  border-top: none;
  transition: all 0.3s ease;
}

.slider {
  /* position: relative; */
  height: 15%;
  display: grid;
  place-items: center;
  overflow: hidden;
}

/*  IMPORTANT CODE BELOW */
.slide-track {
  display: flex;
  gap: 3em;
  animation: scroll 40s linear infinite;
  justify-content: space-between;
  align-items: center;
   margin-left: 3em;
}

.slide {
  width: 100%;
  height: 100%;
  transition:0.5s;
  cursor:pointer;
}
.custom-slide-logo img {
  object-fit: cover;
  height: 40px;
}
.slide-logo {
  transition: all 200ms ease-in-out;
  object-fit: contain;
  margin: 0 auto;
  height: 25px;
}
.small-logos .slide-logo {
  height: 40px;
}
@media (width >= 768px) {
  .slide-track {
    gap: 5em;
    margin-left: 5em;
  }
  .slide-logo {
    height: 28px;
  }
  .small-logos .slide-logo {
    height: 50px;
  }
}


.slider:hover .slide-logo {
  filter: grayscale(1) contrast(0);
}

.slide:hover .slide-logo {
    filter: unset;
  transform:scale(1.1);
}

.slider:hover .slide-track{
  animation-play-state: paused !important;
}

@keyframes scroll {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(calc(-150px * 52));
  }
}

/* @media screen and (max-width: 768px) {

  @keyframes scroll {
    0% {
      transform: translateX(0px);
    }
    100% {
      transform: translateX(calc(-80px * 13));
    }
  }

} */



.hero .client-marquee {
  height: 15%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.hero .client-marquee .marquee {
  display: flex;
  overflow-x: hidden;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  /* height: 40px; */
}
@media (width < 768px) {
  .hero .client-marquee .marquee {
    height: 40px;
  }
}
/* Marquee Content */
.hero .client-marquee .marquee .marquee-content {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  animation: slide-left 20s linear infinite;
  gap: 2em;
  margin-left: 2em;
}
@media (width >= 768px) {
  .hero .client-marquee .marquee .marquee-content {
    gap: 3em;
    animation: slide-left 15s linear infinite;
  }
}
@keyframes slide-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

/* Marquee Block */
.hero .client-marquee .marquee .marquee-content .marquee-block {
  height: 100%;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
}
@media (width < 768px) {
  /* Adding this width becuase of the view on mobile device (Physical) : For some dumb reason, it works so i've left it here*/
  .hero .client-marquee .marquee .marquee-content .marquee-block {
    width: 100%;
    max-width: 80px;
    min-width: 80px;
  }

  .hero .client-marquee .marquee .marquee-content .marquee-block.small-logos {
    width: 100%;
    max-width: 50px;
    min-width: 50px;
  }
}
.hero
  .client-marquee
  .marquee
  .marquee-content
  .marquee-block:hover
  .marquee-logo {
  filter: unset;
  transform: scale(1.1);
}

/* Marquee Logo */
.hero .client-marquee .marquee .marquee-content .marquee-block .marquee-logo {
  transition: all 200ms ease-in-out;
  height: 100%;
  width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media (width >= 768px) {
  .hero .client-marquee .marquee .marquee-content .marquee-block .marquee-logo {
    height: 30px;
  }
}
.hero .client-marquee .marquee:hover .marquee-content {
  animation-play-state: paused;
}
.hero .client-marquee .marquee .marquee-block:hover .marquee-logo {
  filter: unset;
  transform: scale(1.1);
}
.hero .client-marquee .marquee:hover .marquee-block .marquee-logo {
  filter: grayscale(1) contrast(0);
}
/* .hero .client-marquee .marquee .marquee-block.small-logos .marquee-logo {
  height: 40px;
} */
@media (width >= 768px) {
  .hero .client-marquee .marquee .marquee-block.small-logos .marquee-logo {
    height: 50px;
  }
}

/* it-frequency */

/* HERO SECTION END */
/* WHO AM I SECTION START */
.who-am-i {
  text-align: center;
  padding-top: 2em;
  padding-bottom: 8em;
}
@media (width >= 768px) {
  .who-am-i {
    padding-block: 8em;
  }
}
.who-am-i-heading {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 1em;
}
.who-am-i-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 3em;
  margin-top: 3em;
}
@media (width >= 768px) {
  .who-am-i-container {
    gap: 1em;
    flex-direction: row;
  }
}
.who-am-i-container .left {
  font-family: "Futura Std", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: start;
  line-height: 2rem;
}
@media (width >= 768px) {
  .who-am-i-container .left {
    font-size: 35px;
    width: 45%;
    line-height: 2.8rem;
  }
}
.who-am-i-container .right {
  height: 100%;
  display: grid;
  gap: 10px;
  row-gap: 40px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: repeat(2, 1fr);
}
@media (width >= 768px) {
  .who-am-i-container .right {
    width: 45%;
  }
}
.who-am-i-container .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}
.who-am-i-container .right .large-photo {
  grid-column: 1/3;
  grid-row: 1/3;
}
.who-am-i-container .right .small-photo {
  grid-column: 3/4;
}
.who-am-i-container .right .small-photo:first-child {
  grid-row: 1/2;
}
.who-am-i-container .right .small-photo:last-child {
  grid-row: 2/3;
}

/* WHO AM I SECTION END */
.reels-carousel {
  margin: auto;
  padding-top: 3em;
  margin-bottom: 4em;
}
@media (width >= 768px) {
  .reels-carousel {
    height: 100vh;
  }
}
.reels-carousel .splide__video__play:after {
  display: none;
}
/* .reels-carousel
  .carousel-main:not(.is-playing)
  .splide__slide:not(.video-started)::after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  transition: all 1s;
  display: block;
  -webkit-transition: all 1s;
} */

.reels-carousel .carousel-main:not(.is-playing) .splide__slide p {
  display: block;
}
.reels-carousel .carousel-main {
  height: 85%;
}
@media (width >= 768px) {
  .reels-carousel .carousel-main.splide::before,
  .reels-carousel .carousel-main.splide::after,
  .reels-carousel .carousel-main.splide .corner-top-right,
  .reels-carousel .carousel-main.splide .corner-bottom-left {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 3px solid white;
  }
  .reels-carousel .carousel-main.splide::before {
    top: var(--before-top, -20px);
    left: var(--before-left, -20px);
    border-right: none;
    border-bottom: none;
    z-index: 12;
    transition: all 0.3s ease;
  }
  .reels-carousel .carousel-main.splide::after {
    bottom: var(--after-bottom, -20px);
    right: var(--after-right, -20px);
    border-left: none;
    border-top: none;
    transition: all 0.3s ease;
  }
  .reels-carousel .carousel-main.splide .corner-top-right {
    top: -20px;
    right: -20px;
    border-left: none;
    border-bottom: none;
    transition: all 0.3s ease;
  }
  .reels-carousel .carousel-main.splide .corner-bottom-left {
    bottom: -20px;
    left: -20px;
    border-right: none;
    border-top: none;
    transition: all 0.3s ease;
  }
}
.reels-carousel .carousel-main .splide__video__play {
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.88);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border: none;
  overflow: auto;
  transition: all 300ms ease-in-out;
}
.reels-carousel .carousel-main .splide__video__play .play-icon {
  width: 0;
  height: 0;
  border-left: 20px solid black;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-right: -0.5em;
  transition: all 200ms ease-in-out;
}
@media (width >= 768px) {
  .reels-carousel .carousel-main .splide__video__play {
    width: 80px;
    height: 80px;
  }
  .reels-carousel .carousel-main .splide__video__play .play-icon {
    border-left: 30px solid black;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
.reels-carousel .carousel-main .splide__video__play.hide {
  display: none;
}
.reels-carousel .carousel-main .splide__video__play:hover .play-icon {
  transform: scale(1.1);
}
.reels-carousel .carousel-main .splide__arrow {
  display: none;
}
.reels-carousel .carousel-main .splide__track {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.reels-carousel .carousel-main .splide__slide {
  position: relative;
  height: 100% !important;
}
.reels-carousel .carousel-main .splide__slide img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reels-carousel .carousel-main .splide__slide p {
  position: absolute;
  bottom: 10px;
  left: 20px;
  color: white;
  font-weight: 700;
  font-size: 20px;
  z-index: 5;
  display: none;
}
@media (width >= 768px) {
  .reels-carousel .carousel-main .splide__slide p {
    font-size: 40px;
  }
}
.reels-carousel .carousel-thumbnail {
  margin-top: 2em;
}
.reels-carousel .carousel-thumbnail .splide__list {
  justify-content: center;
  align-items: center;
}
.reels-carousel .carousel-thumbnail .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: initial !important;
}
.reels-carousel .carousel-thumbnail .splide__slide {
  opacity: 0.6;
}
.reels-carousel .carousel-thumbnail .splide__slide.is-active {
  opacity: 1;
}

/* NAVBAR SECTION START */
.navbar {
  align-items: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  top: 0;
  left: 0;
  transition: all 100ms ease-in-out;
  z-index: 1;
  padding-block: 25px;
  position: sticky;
}
@media (width >= 768px) {
  .navbar {
    width: 100%;
    display: flex;
    padding: 25px;
  }
}
.navbar.active {
  position: sticky;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(
    173.53deg,
    rgba(255, 255, 255, 0) 7.1%,
    rgba(153, 153, 153, 0.2) 157.94%
  );
}
.navbar.active .heading,
.navbar.active .mailandIcon {
  opacity: 1;
  transition: all 300ms ease-in-out;
}
.navbar .heading {
  opacity: 0;
}
.navbar .heading h1 {
  color: white;
  font-weight: 600;
  font-size: clamp(30px, 3vw, 40px);
  line-height: 35px;
}
.navbar .heading h2 {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 600;
  font-size: clamp(20px, 2vw, 35px);
  line-height: 25px;
}
.navbar .nav-items {
  display: flex;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  transition: all 200ms ease-in-out;
}
@media (width >= 768px) {
  .navbar .nav-items {
    width: 50%;
  }
}
.navbar .nav-items .nav-item {
  font-size: clamp(13px, 2vw, 24px);
  color: rgba(255, 255, 255, 0.48);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 200ms ease-in-out;
}
@media (width >= 768px) {
  .navbar .nav-items .nav-item {
    font-weight: 400;
  }
}
.navbar .nav-items .nav-item.active,
.navbar .nav-items .nav-item:hover {
  color: white;
}
.navbar .nav-items .nav-item:not(:last-child) {
  margin-right: 15px;
}
@media (width >= 768px) {
  .navbar .nav-items .nav-item:not(:last-child) {
    margin-right: 20px;
  }
}
.navbar .nav-items .nav-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  height: 30px;
  width: 1px;
  background-color: #777;
  margin-left: 20px;
}
.navbar .mailandIcon {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6em;
}
.navbar .mailandIcon .top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.navbar .mailandIcon .top a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 200ms ease-in-out;
}
.navbar .mailandIcon .top a:hover {
  transform: scale(1.2);
}
.navbar .mailandIcon .top img {
  width: 20px;
  height: 20px;
}
.navbar .mailandIcon .email {
  font-family: "Futura Std", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  transition: all 200ms ease-in-out;
}
.navbar .mailandIcon .email:hover {
  color: rgba(255, 255, 255, 0.5);
}
.navbar .heading,
.navbar .mailandIcon {
  /* width: 30%; */
  opacity: 0;
}
@media (width < 768px) {
  .navbar .heading,
  .navbar .mailandIcon {
    display: none;
  }
}

/* NAVBAR SECTION END */
/* CONTENT CARD SECTION START */
.content-container {
  scroll-behavior: smooth;
}
.content-card {
  margin: 2em auto;
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
@media (width >= 768px) {
  .content-card {
    width: 70%;
  }
}
.content-card .grid-item {
  background-color: #0a0a0a;
  border-radius: 8px;
  overflow: hidden;
  height: 320px;
  padding: 10px;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content-card .grid-item img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
.content-card .grid-item h2 {
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-top: 1em;
  text-transform: uppercase;
  height: 10%;
}
.content-card .grid-item p {
  font-family: "Futura Std", sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #ccc;
  display: none;
}
.content-card .grid-item:hover {
  background-color: white;
  color: #0a0a0a;
}

/* CONTENT CARD SECTION END */
/* FOOTER SECTION START */
.footer {
  margin-block: 2em;
  padding-block: 5em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1em;
  text-transform: uppercase;
}
.footer .footer-video {
  width: 100%;
  flex-grow: 0.5;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}
@media (width >= 768px) {
  .footer .footer-video {
    height: 200px;
  }
}

.footer h1 {
  margin-top: 1em;
  font-weight: 400;
  font-size: clamp(40px, 10vw, 116px);
  letter-spacing: 1px;
}
.footer button {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Alumni Sans", sans-serif;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 5px 3rem;
  background-color: transparent;
  border: 3px solid rgb(217, 217, 217);
  border-radius: 30px;
  box-shadow: inset 0 0 0 0 rgb(217, 217, 217);
  cursor: pointer;
  top: 0;
  bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  color: rgb(217, 217, 217);
}
.footer button span {
  position: relative;
  z-index: 2;
}
.footer button:after {
  transition: all 1s ease;
  content: "";
  left: -50px;
  top: 0;
  height: 100%;
  width: 0;
  transform: skew(-60deg);
  position: absolute;
  background: rgb(217, 217, 217);
}
.footer button:hover {
  color: #000;
}
.footer button:hover:after {
  width: 200%;
}
@media (width >= 768px) {
  .footer button {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 40px;
    display: flex;
  }
}
.footer .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  margin: 2em auto 0;
}
@media (width >= 768px) {
  .footer .right {
    display: none;
  }
}
.footer .right .top {
  display: flex;
  align-items: center;
  gap: 1em;
}
.footer .right .top a {
  display: flex;
  align-items: center;
  gap: 1em;
  transition: all 200ms ease-in-out;
}
.footer .right .top a:hover {
  transform: scale(1.2);
}
.footer .right .email {
  font-family: "Futura Std", sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: lowercase;
  transition: all 200ms ease-in-out;
}
@media (width >= 768px) {
  .footer .right .email {
    font-size: 20px;
  }
}
.footer .right .email:hover {
  color: rgba(255, 255, 255, 0.5);
}

/* FOOTER SECTION END */
/* Modal styles */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 2rem;
  position: fixed;
  top: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 90;
}
.modal .modal-backdrop {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: fixed;
}
.modal .modal-content {
  background-color: #1a1a1a;
  border-radius: 8px;
  max-width: 1200px;
  position: fixed;
  top: 15%;
  transition: all 500ms ease-in-out;
  z-index: 100;
  width: 0%;
  height: 0%;
}
.modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 1.5rem 0;
  color: white;
  font-family: "Futura Std", sans-serif;
  font-weight: 500;
  opacity: 0;
  transition: all 700ms ease-in-out;
  text-transform: uppercase;
}
.modal .modal-header .close-modal {
  font-size: 2rem;
  padding: 0;
  margin: 0;
  text-align: center;
  background: none;
  border: none;
  color: white;
  outline: none;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.modal .modal-header .close-modal:hover {
  transform: scale(1.1);
}
.modal .modal-body {
  padding: 1rem;
  display: flex;
  width: 100%;
  height: 90%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (width >= 768px) {
  .modal .modal-body {
    padding: 1.5rem;
  }
}
.modal .modal-body .modal-body-item {
  width: 100%;
  flex-grow: 0.5;
  display: none;
}
.modal .modal-body video {
  height: 100%;
}
@media (width >= 768px) {
  .modal .modal-body .modal-body-item {
    flex-grow: 1;
  }
}
.modal.visible {
  opacity: 1;
  visibility: visible;
}
.modal.visible .modal-content {
  width: 80%;
  height: 70%;
}
.modal.visible .modal-content .modal-header {
  opacity: 1;
} /*# sourceMappingURL=main.css.map */
