*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
   
}
html,
body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}
.logo{
    text-transform: uppercase;
    background-image: linear-gradient(
      -225deg,
      #231557 0%,
      #44107a 29%,
      #ff1361 67%,
      #fff800 100%
    );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-emphasis-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
        font-size: 4vmin;
        text-shadow: 1px 1px 2px red, ;
        
}
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index: -1;
}
header{
    width: 100vw;
    height: 100vh;
    /*background-image: url(bg.jpg);*/
    background-position: top;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-cont{
    color: whitesmoke;
    text-align: center;
    
}
.header-cont h2{
    font-size: 5vmin;
}
.line{
    width: 35vmin;
    height: 0.5vmin;
    background: red;
    margin: 5px auto;
    border-radius: 100px;
    
}
.header-cont h1{
    font-size: 8vmin;
}
.learn{
    padding: 1vmin;
    background: gold;
    border-radius: 30px;
    color: black;
    
    
}
.navbar{
    display: flex;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 10px;
    

}

ul{
    list-style: none;
    
}
.nav-links{
    text-decoration: none;
    font-size: 3vmin;
    display: flex;
    
    align-items: center;
    justify-content: space-between;
    padding: 10px, 250px;
    color: rgb(0, 0, 0);

        
}
.nav-links li a{
    margin: 0px 30px;
    color: rgb(0, 0, 0);
}
.menu-btn{
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    cursor: pointer;
   display: none;
}
.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: center;
  padding: 100px;
}

.image-container {
  flex: 1;
  max-width: 100%;
  height: auto;
  margin-right: 20px;
}

.image-container img {
  width: 100%;
  height: auto;
}

.content {
  flex: 1;
  max-width: 600px;
  text-align: justify;
}
.head {
  text-align: center;
  
}
.head h1{
  padding: 50px 0px 0px 0px;
  font-size: 6vmin;
}

@keyframes textclip {
    to {
      background-position: 200% center;
    }}
    .swiper {
        height: auto;
        width: 70%;
        padding-top: 50px;
        padding-bottom: 50px;
        
      }
  
      .swiper-slide {
        background-position: center;
        background-size: cover;
        
       
      }
  
      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
                
      }
      .sec {
        width: 100%;
        font-size: 8vmin;
        font-weight: 700;
        text-align: center;
        color: #ff0044;
        background-color: #44107a;
      }
      .part2{
        background-color: #fff;
      }
      .container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }

    /* Card styles */
    .card {
        flex-basis: 300px;
        margin: 20px;
        text-align: center;
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 8px;
    }

    .image-container {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    .image-container img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }

    .heading {
        font-size: 24px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .paragraph {
        font-size: 16px;
        line-height: 1.6;
        color: #555;
    }

    .button {
        display: inline-block;
        padding: 10px 20px;
        background-color: #4CAF50;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 15px;
    }

    .button:hover {
        background-color: #45a049;
    }

      .map img{
        width: 80vw;
        height: auto;
        align-items: center;}
    .map .h2{
        font-size: 7vmin;
        text-align: center;
    }
    
      @import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
     

.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));
  font-size: 7vmin;
}
.waviy span {
  font-family: 'Alfa Slab One', cursive;
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 1s infinite;
  animation-delay: calc(.1s * var(--i));
  
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-20px)
  }
}


@media only screen and (max-width: 850px)
{
    .navbar{
        padding: 0;
    }
    .logo{
        position: absolute;
        top: 30px;
        left: 30px;
    }
    #myVideo {
      width: 100%;
      height: auto;
      top: 0;
      left: 0;}
    .nav-links{
        flex-direction: column;
        width: 100%;
        height: 100vh;
        justify-content: center;
        background: rgb(204, 0, 0);
        font-size: 25px;
        display: none;
            
    }
    .nav-links li a {
        color: black;
        
    }
    .nav-links li {
        margin: 30px auto;
    }
    .nav-links.active {
      display: flex;
      flex-direction: column;
      background-color: #ffff;
    }
 
    .mobile-menu{
        margin-top: 0px;
    }
    /*.sec2{
        width: 90%;
        flex-direction: column;
        /*background-color: #ff0044;*/
        /*padding: 50px 0             ;
        margin: 0;
        
        
    }
    .sec2 img{
        height: 85vh;
        
        
    }*/
    .container {
      flex-direction: column;
  }
  .image-container {
      margin-right: 0;
      margin-bottom: 20px;
  }
  .content {
      max-width: 90%;
  }

    .side-navbar {
      display: flex;
      flex-direction: column;



    }
    .sec2 p{
        padding: 0;
        margin-left: 10px;
        margin-right: -50px;
        height: 100%;
        width: 100%;
        

    }
    .menu-btn{
      width: 5vw;
     display: block;
  }
    .map img{
        width: 100vw;
        height: auto;
    }
}
@media only screen and (max-width: 700px)
{
    .sec2 img{
        height: 60vh;
        
        
    }
    .sec2 p{
        padding: 0;
        margin-left: 10px;
        margin-right: -50px;
        height: 100%;
        width: 100%;
        

    }
}


.nav-links.active {
  display: flex;
}

