*{
    margin: 0;
    padding: 0;
}
/* body{
    background-color: rgb(14, 14, 124);
} */
.nav{
    
    height: 15vh;
    width: 100%;
    background-color: rgb(14, 14, 124);
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 1;
}
.logo{
    width: 15vh;
    filter: drop-shadow(3px 3px 3px #272626);
}

.mid{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75%;
}

h1{
    font-size: 2.8rem;
    color: azure;
}

.shift{
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 60vw;
    position: absolute;
    left: 30vw;
    top: 11vh;
    text-decoration: none;
    border-bottom: 2px solid  black;
    border-radius: 5px;
    position: sticky;
    bottom: 0;
    z-index: 1;
}

.shift ul{
    /* background-color: red; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2vh;
    width: 60vw;
    font-size: 20px;
    text-decoration: none;
    list-style: none;
    
}
.shift a{
 text-decoration: none;
    
}

ul li :hover{
    background-color: coral;
    height: 2vh;
    width: 4vw;
}

.clgphoto{
    width: 100%;
    height: 100%;
    top: 0;
}

.about{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding: 20px;
    color: #f1f1f1;
    background-color: #121252;
    border-radius: 5px;
    top: 20vh;
    left: 10vh;
    height: 5vh;
    /* border: 5px solid red; */
    /* width: 50vw; */
}
.about1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    padding: 20px;
    color: #000000;
    /* background-color: #0b0b89; */
    border-radius: 5px;
    top: 33vh;
    left: 10vh;
    height: 35vh;
    border: 3px solid rgb(13, 13, 13);
    width: 40vw;
    backdrop-filter: blur(8px);
}

.video{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30vh;
    right: 5vh;
    border-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
    /* padding: 20px;
    color: #000000;
    /* background-color: #0b0b89; */
    /* border-radius: 5px;
    
    left: 10vh;
    height: 35vh;
    border: 3px solid rgb(13, 13, 13);
    width: 40vw;
    backdrop-filter: blur(8px); */
}

html {
    scroll-snap-type: y mandatory;
  }
.section1{
    /* height: 50vh;
    width: 100%; */
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always;
    
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.clgphoto2 {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    /* border: solid 5px red; */
  }

  .about2{
    display: list-item;
    position: absolute;
  }

  .about2 h1{
    top: -40vh;
    left: -40vw;
    /* width: 34vw; */
    position: absolute;
    color: #ffffff;
    border: solid 2px rgb(0, 0, 0);
    border-radius: 8px;
    padding: 10px;
    background-color: #121252;
  }
 .about2 h2{
    
    top: -28vh;
    left: -40vw;
    width: 34vw;
    position: absolute;
    color: #000000;
    border: solid 5px rgb(0, 0, 0);
    padding: 30px;
    backdrop-filter: blur(8px);
    border-radius: 8px;
  }
/* 
  .slider {
    position: relative;
    align-items: center;
    justify-content: space-between;
    top: 165vh;
    right: vw;
    border-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
  } */
  
  /* .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease;
  }
  
  .active {
    opacity: 1;
  } */

  
.pos{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30vh;
    right: 5vh;
    border-radius: 5px;
    border: 3px solid rgb(255, 255, 255);
    /* padding: 20px;
    color: #000000;
    /* background-color: #0b0b89; */
    /* border-radius: 5px;
    
    left: 10vh;
    height: 35vh;
    border: 3px solid rgb(13, 13, 13);
    width: 40vw;
    backdrop-filter: blur(8px); */
}

.clgphoto2 .clgbg2{
  background-size: cover;
  z-index: -1;
}
.slider-container {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.slider {
  width: 400%;
  height: 100%;
  position: relative;
  left: 0;
  transition: left 1s ease;
}

.slide {
  float: left;
  width: 25%;
  height: 100%;
}

.active {
  opacity: 1;
}

@keyframes slide {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}

.feedback{
  display: inline-flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    background-color: 5px solid black;
}

.btn.btn2{
  display:inline-block;
  background: #ff004f;
  padding: 10px;
  border-radius: 5px;
}
.contact-right form{
  width:100%
}
form input,form textarea{
  width:100%;
  border: 0;
  outline: 0;
 
  margin:15px;
  padding:15px 0;
  color:#000000;
  
  font-size:18px;
  border-radius:6 px;
  opacity: 0.5;
  }
form.btn2{
  padding: 50px;
  font-size:30 px;
  margin-top:20px;
  margin-left: 50px;
  cursor:pointer;
}
