@font-face {
    font-family: 'Archi';
    src: url('../fonts/archi/Archi-Regular.woff2') format('woff2'),
         url('../fonts/archi/Archi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glancyr';
    src: url('../fonts/glancyr/Glancyr-Thin.woff2') format('woff2'),
         url('../fonts/glancyr/Glancyr-Thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

li {
    list-style-type: none;
}

img {
    width: 100%;
    object-fit: cover;
    height: auto;
}

body {
    background: #000000;
    overflow-x: hidden;
}

/* Banner Section */
.banner {
    background: url(../images/banner.webp) no-repeat;
    width: 100%;
    background-size: 100%;
    height: 100vh;
    background-position: center;
    padding: 30px 30px;
    position: relative;
    z-index: 999999;
}

.banner ul {
    max-width: 615px;
    margin: 20px auto;
}

.banner img {
    max-width: 420px;
    margin: 0 auto;
    display: block;
}

.banner ul li {
    padding: 0 18px;
}

.banner ul li a {
    color: #8BFB01;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Archi';
    font-weight: normal;
}

/* Particles */
.particles {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}

/* About Us Section */
.aboutus-left video {
    margin-left: -25%;
    transform: rotate(30deg);
    margin-top: 30px;
}

.aboutus-left {
    position: absolute;
}

.aboutus-right {
    padding: 100px 0;
}

.aboutus-right h2 span {
    color: #8BFB01;
}

.aboutus-right h2 {
    color: #ffffff;
    font-size: 120px;
    line-height: 122px;
    font-family: 'Archi';
    font-weight: normal;
    text-align: center;
}

.aboutus-right p {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    font-family: 'Glancyr';
    letter-spacing: 1.1px;
}

.aboutus-right {
    max-width: 70%;
    margin-left: auto;
    margin-right: 50px;
    position: relative;
}

/* Pakka Regional Section */
.pakka-regional {
    padding: 20px 0;
    position: relative;
}

.pakka-regional h2 {
    color: #515151;
    font-size: 120px;
    line-height: 122px;
    font-family: 'Archi';
    font-weight: normal;
    text-align: center;
}

/* Bands Section */
.bands {
    position: relative;
    z-index: 9999999;
}

.bands h2 span {
    color: #8BFB01;
}

.bands h2 {
    color: #ffffff;
    font-size: 120px;
    line-height: 122px;
    font-family: 'Archi';
    font-weight: normal;
    text-align: center;
}

.bands-left {
    padding: 50px 0px 50px 100px;
}

.bands-left h3 {
    color: #ffffff;
    font-size: 60px;
    line-height: 70px;
    font-family: 'Archi';
    font-weight: normal;
}
.banner p{color: #000000;font-weight: 400;font-family: 'Glancyr';letter-spacing: 1.2px;}

.bands-left p {
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    font-family: 'Glancyr';
    letter-spacing: 1.1px;
}
.footer-main{
    padding: 0 0 30px;
}
.footer-main h2{color: #A0A0A0;
    font-size: 120px;
    line-height: 122px;
    font-family: 'Archi';
    font-weight: normal;
    text-align: center;}
.contact-details{padding: 20px 0;}
.contact-details a{color: #A0A0A0;display: block;text-align: center;font-size: 30px;font-family: 'Glancyr';letter-spacing: 1.1px;}
.social-media{max-width: 105px;margin: 0 auto;}
.social-media ul li{padding: 0 10px;}
.social-media ul li a{color: #ffffff;}
.social-media ul li a i{font-size: 30px;}
.box {

}

.button {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
  font-size: 25px;
  line-height: 40px;
  font-family: 'Archi';
  font-weight: normal;
  line-height: 50px;
  display: block;
  width: 150px;
  margin: 0 auto;
  background: rgb(140 253 3);
  border: 2px solid #000000;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  text-shadow: 1px 2px #000000;
}

.button:hover {
  color: #fff;
  text-decoration: none;
  padding: 0;
}

.overlay {
  position: absolute;
  top: -300px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);  
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
  top:0px;
}

.popup {
  margin: 70px auto;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
  width: 500px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  padding: 0 0 10px;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  
}

.popup .close:hover {
  color: #69b30a;
  transform: rotate(90deg);
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}
.mission{text-align: center;}
.slick-next{right: 20px !important;}
.slick-prev{left: 20px !important;z-index: 999;}
.slick-prev:before{content:"\f104" !important;font-family: fontawesome !important;font-size: 48px !important;}
.slick-next:before{content:"\f105" !important; font-family: fontawesome !important;font-size: 48px !important;}