/*
Theme Name: Basic Theme
Author: Gibran Ali
Version: 1.0
Description: Minimal structured WordPress theme
*/

body {
  font-family: Arial, sans-serif;
  margin: 0;
  background: #0f1011;
}

.container {
  margin: auto;
}

nav ul {
  list-style: none;
  padding: 0;
  display: flex;
}

nav a {
  text-decoration: none;
}

article {
  margin-bottom: 40px;
}

footer {
  margin-top: 40px;
  padding-top: 20px;
}

a {
  color: #8a8f98;
  text-decoration: none;
}
a:hover {
  color: #fff;
  transition: linear;
}

.swiper {
  height: 300px;
}

.swiper-slide {
  --swiper-material-scale: 1;
  --swiper-material-opacity: 1;
}

.swiper-material-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.swiper-material-content {
  position: relative;
  width: 100%;
  height: 100%;
}
