@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

:root{
  --bg-color:#1f242d;
  --second-bg-color:#323946;
  --text-color:#fff;
  --main-color:#0ef;
}


html{
  font-size:67.5% ;
  overflow-x: hidden;
}

body {
    
  background-image: url('/img/12796.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* section{
  min-height: 100%;
  /* padding: 10rem 9% 2rem; 
} */

section{
  min-height: 100vh;
  /* padding: 10rem 9% 2rem; */
}


.header{
  position:fixed;
  top:0%;
  left:0%;
  width:100%;
  padding: 2rem 5%;
  /* background: var(--bg-color); */
  display:flex;
  justify-content:space-between ;
  align-items: center;
  z-index: 100;
}

.header.sticky{
  border-bottom: .1rem solid rgba(0,0,0,.2);
}

.header .btn{
  font-size: 1.7em;
  font-family: algerian;
  /* margin-left: 100px; */
  /* display: inline-block; */
  /* padding: 1.5rem 3rem; */
  background: var(--main-color);
  border-radius: 4rem;
  box-shadow: 0 0 1rem var(--main-color);
  /* font-size: 2.5rem; */
  color: var(--second-bg-color);
  letter-spacing: .3rem;
  font-weight: 600;
  transition: .5s ease;
}

.logo img{
  /* padding-left: -10px; */
  width: 15vw;
}

/* .logo{
  font-size: 2.5rem;
  color: var(--text-color);
  font-weight:600;
  cursor: default;
} */

.navbar a{
  font-size: 1.7rem;
  color: var(--text-color);
  margin-left: 4rem;
  transition: .3s;
}

.navbar a:hover,
.navbar a.active{
  color: var(--main-color);

}

#menu-icon{
  font-size: 3.6rem;
  color: var(--text-color);
  display: none;

}

.home{
  /* margin-top: 80px; */
  display: flex;
  /* display: flex; */
  justify-content:center ;
  align-items: center;
  
    /* background: #000; */
  min-height: 100vh;
  /* align-items: center; */
  /* justify-content: center; */
}

.home p{
  color: white;
}
/* ----------------------------------------------------- */


.content h2, h1 {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 50%; */
  /* height: 100%; */
  color: #fff;
  font-size: 18em;
  /* position: absolute; */
  /* font-family: ; */
 /* font-family: rundeck texture; */
 
  transform: translate(-50%, -50%);
}

.content2{
  margin-top: 170px;
}

.content h1{
font-size: 15em;
  color: white;
}



.content h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}

.content h2:nth-child(2) {
  color: #03a9f4;
  animation: animate 4s ease-in-out infinite;
}

.content h1:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #03a9f4;
}

.content h1:nth-child(2) {
  color: #03a9f4;
  animation: animate 4s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}


/* ------------------------------------------------- */
  
  /* .container {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  } */
  
  /* .content {
    position: relative;
  } */
  
  /* .home{
    height: 100%;
  } */

  /* .home{
    height: 100%;
  }
  .content{
    height: 100%;
  } */
  


.about{
  /* padding: 10rem 9% 2rem; */
  min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    /* background: var(--second-bg-color); */

}

.about-img img{
    width: 35vw;
}

.heading {
    text-align: center;
    font-size: 4.5rem;

}

.about-content h2{
  color: #fff;
    text-align: left;
    line-height: 1.2;
}

.about-content h3{
  color: aquamarine;
    font-size: 2.8rem;

}

.about-content p{
  color: #a7c58b;
    font-size: 1.8rem;
    margin: 2rem 0 3rem ;
    margin-right: 20rem;
}






/* ------------------------------------------------- */

.home1{
  display: flex;
  justify-content:center ;
  align-items: center;
  }

.home-img img{
  width: 30vw;
  animation: floatImage 4s ease-in-out infinite;
}

@keyframes floatImage{
  0%{
      transform: translateY(0);
  }
  50%{
      transform: translateY(-2.4rem);
  }
  100%{
      transform: translateY(0);
  }
}


.btn{
  /* font-family: s; */
  font-family: algerian;
  margin-left: 100px;
  display: inline-block;
  padding: 1.5rem 3rem;
  background: var(--main-color);
  border-radius: 4rem;
  box-shadow: 0 0 1rem var(--main-color);
  font-size: 2.5rem;
  color: var(--second-bg-color);
  letter-spacing: .1rem;
  font-weight: 600;
  transition: .5s ease;
}

.btn:hover{
  box-shadow: none;
}
/* ------------------------------------------------------- */


.portfolio{
  padding: 10rem 9% 2rem;
  /* background: var(--second-bg-color); */

}

.portfolio h2{
  color: azure;
  margin-bottom: 6rem;
}

.portfolio-container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: center;
  gap: 2.5rem;
}

.portfolio-container .portfolio-box{
  position: relative;
  border-radius: 2rem;
  box-shadow: 0 0 1rem var(--bg-color);
  overflow: hidden;
  display: flex;
}

.portfolio-box img{
  width :100%;
  transition: .5s ease;
}

.portfolio-box:hover img{
  transform: scale(1.1);
}

.portfolio-box .portfolio-layer{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0,0,0,.1),var(--main-color));
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 4rem;
  transform: translateY(100%);
  transition: .5s ease;
}

.portfolio-box:hover .portfolio-layer{
  transform: translateY(0);
}

.portfolio-layer h4{
  background-color: #1f242d;
  color: antiquewhite;
  font-size: 3rem;
}

.portfolio-layer p{

  font-size: 2rem;
  font-weight: bolder;
  text-align: left;
  margin: 3rem 0 1rem;
}

.portfolio-layer a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: var(--text-color);
  border-radius: 50%;
}

.portfolio-layer a i{
  font-size: 2rem;
  color: var(--second-bg-color);
}

.gallery{
    
    color: azure;
    margin-top: 16rem;
    /* margin-bottom: 6rem; */
}

.gallery h2{
  
    color: azure;
    margin-bottom: 6rem;
  
}

.mySlides{
  display: none;
}

.mySlides img{
  vertical-align: middle;
}

.slideshow-container{
  max-width: 60%;
  position: relative;
  margin: auto;
}

.prev, .next{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

.next{
  right: 0;
  border-radius: 3px 0 0 3px;
}

.prev:hover, .next:hover{
  background-color: rgba(0,0,0,.8);
}
.nubertext{
  color: #0ef;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
}

/* .dot{
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover{
  background-color: #717171;

} */




.services h2{
  margin-bottom: 5rem;
  color: aliceblue;
}

.services-container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.services-container .services-box{
  /* flex: 1 1 30rem; */
  /* background: var(--second-bg-color); */
  background-color: rgb(10, 2, 28);
  padding: 3rem 2rem 4rem;
  border-radius: 2rem;
  text-align: center;
  border: .2rem solid var(--bg-color);
  transition: .5s ease;
}

.services-container .services-box:hover{
  border-color: var(--main-color);
  transform: scale(1.02);
}

.services-box i{
  font-size: 7rem;
  /* color: var(--main-color); */
  

}

.services-box h3{
  font-size: 2.6rem;
  color: #fff;
}

.services-box p{
  font-size: 1.6rem;
  margin: 1rem 0 3rem;
}


.footer{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 9%;
  /* background: var(--second-bg-color); */

}

.footer-text p{
  color: #fff;
  font-size: 1.6rem;
}

.footer-iconTop a{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: .8rem;
  background: var(--main-color);
  border-radius: .8rem;
  transition: .5s ease;
}

.footer-iconTop a:hover{
  box-shadow: 0 0 1rem var(--main-color);
}

.footer-iconTop a i{
  font-size: 2.4rem;
  color: var(--second-bg-color);
}


.krust{
  display: flex;
  justify-content: center;
  align-items: center;
}

.main_event img{
  width: 35vw;
}





/* ------------------------------------------- */

/* BREAKPOINTS */

@media (max-width:1200px){
  html{
      font-size: 55%;
  }
}

@media (max-width: 991px){

  .content h2 {
    font-size: 15em;
  }
  .header {
      padding: 2rem 3%;
  }

  section {
      padding: 10rem 3% 2rem;
  }

  .services{
      padding-bottom: 7rem;
  }

  .portfolio{
      padding-bottom: 7rem;
  }

  .contact{
      min-height: auto;
  }

  .footer {
      padding: 2rem 3%;
  }
}
/* ------------------------------------------------------------------------------------------ */







/* ------------------------------------------------------------------------------------------------ */
@media (max-width: 836px) {
  #menu-icon{
      display: block;
  }
  
  .content h2 {
    font-size: 12em;
  }

  .navbar{
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      padding: 1rem 3%;
      background: var(--bg-color);
      border-top: .1rem solid rgba(0,0,0,.2);
      box-shadow: 0 .5rem 1rem rgba(0,0,0,.2);
      display: none;

  }

  .navbar.active{
      display: block;
  }

  .navbar a{
      display: block;
      font-size: 2rem;
      margin: 3rem 0;
  }

  .home{
      flex-direction: column;
  }

  .home-content h3{
      font-size: 2.6rem;
  }

  .home-content h1{
      font-size: 5rem;
  }

  .home-img img{
      width: 70vw;
      margin-top: 4rem;
  }

  .home1{
    flex-direction: column;
  }
  .about {
      flex-direction: column-reverse;
  }

  .about-img img {
      width: 70vw;
      margin-top: 4rem;
  }

  .services h2{
      margin-bottom: 3rem;
  }

  .portfolio h2{
      margin-bottom: 3rem;
  }

  .portfolio-container{
      grid-template-columns: repeat(2,1fr);

  }

  .slideshow-container{
    max-width: 100%;
  }
  
  /* .portfolio-container{
      grid-template-columns: 1fr;
  }
} */

@media (max-width: 617px){
  .content h2 {
    font-size: 10em;
  }
  .content h1 {
    /* margin-left: 0.2em; */
    font-size: 11em;
  }
  .slideshow-container{
    max-width: 100%;
  }
  
  .portfolio-container{
      grid-template-columns: 1fr;
  }

  .footer{
    flex-direction: column-reverse;
}

  .footer p {
    text-align: center;
    margin-top: 2rem;
  }
}

@media (max-width: 450px){
  body {
    
    background-image: url('/css/bg-002.png');
    /* background-image: none; */
    /* background-color: black; */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .home .content h2 {
    margin-left: 0.2em;
    font-size: 10em;
  }

  /* .content h1 {
    margin-left: 0.2em;
    
    font-size: 10em;
  } */
  .content2 {
    margin-top: 100px;
  }
  .home .content2 h1{
    font-size: 10em;
  }
   .logo img{
    /* padding-left: -10px; */
     width: 30vw; 
   }

   .header .register{
    margin-right: 10px;
   }

   .header .register .btn{
    /* font-family: s; */
    /* font-family: algerian; */
    margin-left: 50px;
    display: inline-block;
    padding: 1.5rem 3rem;
    background: var(--main-color);
    border-radius: 4rem;
    box-shadow: 0 0 1rem var(--main-color);
    font-size: 2rem;
    color: var(--second-bg-color);
    letter-spacing: .1rem;
    font-weight: 600;
    transition: .5s ease;
  }

  html{
      font-size: 50%;
  }

  .contact form .input-box input{
      width: 100%;
  }

  .footer{
    flex-direction: column-reverse;
}

.footer p {
    text-align: center;
    margin-top: 2rem;
}

.slideshow-container{
  max-width: 100%;
}

@media (max-width: 365px){
  /* body {
    
    background-image: url('/img/KRUST\'23.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  } */

  .content h2 {
    margin-left: 0.2em;
    font-size: 10em;
  }

  .content h1 {
    margin-left: 0.2em;
    font-size: 8em;
  }
  .home-img img{
      width: 90vw;
  }


  .about-img img{
      width: 90vw;
  }

  .footer{
      flex-direction: column-reverse;
  }

  .footer p {
      text-align: center;
      margin-top: 2rem;
  }

  .slideshow-container{
    max-width: 100%;
  }
}

