::after, ::before { 
  box-sizing  : border-box; 
  display     : block;
}

:root { /* default theme=dark */
  
  --bkg-colr: #eee;
  --fnt-colr: #000000;

  --texb: rgba(0, 0, 0, 0.8);
  
  --scrl1 :rgb(0, 0, 0);
  --scrl:rgba(88, 88, 88, 0.74);
  
  --circ: rgba(90, 90, 90, 0.4);
}

[data-theme = "light"] {
  
  --bkg-colr: #000000f6;
  --fnt-colr: #ffffff;

  --texb: rgba(255, 255, 255, 0.8);

  --scrl:rgb(255, 255, 255);
  --scrl1:rgba(163, 163, 163, 0.7);
  
  --circ: rgba(102, 102, 102, 0.4);
}
@font-face {

  font-family: "OCRAq";
  src: url("./OCRAq.TTF") format("opentype");
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
  }
  body {
    font-family: "Poppins", sans-serif;
    background-color: var(--bkg-colr);
    height: 100%;
    transition: 0.3s ease-in-out;
    /* font-family: "OCRAq"; */
  }
  html {
    height: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
  }
  section{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    min-height: 520px;
    overflow: hidden;
    z-index: 0;
    
  }
.s1{
  
    height: max-content;
}
.s0{
  background-color: #00000000;
}
  .bg{margin: 0;
    padding: 0;
      height: 100%;
      width: 100%;
      z-index: -5;
    overflow: hidden;
    position: fixed;
    
  }
  canvas{
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    top: 0px;
    position:absolute;
    z-index: -2;
    overflow: hidden;
  }
  .cursor{
    position: fixed;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 9px solid #ffffff;
    
    mix-blend-mode: difference;
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(.3);
    z-index: 999 ;
    pointer-events: none;
    cursor:pointer;

  } 
  .cuu{
    cursor: auto;
  }
  cursor.clickEffect{
   position:fixed;
   box-sizing:border-box;
   border-style:solid;
   border-color:var(--fnt-colr);
   border-radius:50%;
   animation:clickEffect 0.3s ease-out;
   z-index:99999;
    }
    @keyframes clickEffect{
    0%{
    opacity:1;
    width:0.5em; height:0.5em;
    margin:-0.25em;
    border-width:0.5em;
    }
    100%{
    opacity:0.3;
    width:10em; height:10em;
    margin:-5em;
    border-width:0.03em;
    }
    }
.bigg{
  z-index: 5;
}
.biga{
    transform: translate(-50%, -50%) scale(1);
    border-radius: 48% 58% 36% 38% / 29% 42% 32% 48% ;
    animation: irreg 1.4s alternate infinite ease-in-out;
}
@keyframes irreg {
    0%{
        border-radius: 48% 58% 36% 38% / 29% 42% 32% 48% ;
    }
    20%{
        border-radius: 64% 52% 40% 41% / 71% 66% 82% 89%  ;
    }
    60%{
        border-radius: 50%;
    }
    80%{
        border-radius: 64% 69% 40% 52% / 34% 70% 55% 70%   ;
    }
}

.custom-cursor {
    position: fixed;
    opacity: 0;
    mix-blend-mode: difference;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--fnt-colr);
    border: 9px solid var(--fnt-colr);
    transition: transform 350ms ease;
    transform: translate(-50%, -50%) scale(.3);
    z-index: 100 ;
    cursor: none;
    pointer-events: none;
  }
  .custom-cursor--link{

    transform: translate(-50%, -50%) scale(.5);
  }

.main-title{

position: fixed;    
color: rgb(255, 255, 255);
font-size: 8vw;
font-weight: 1000;
text-align: center;
padding: 10px;
border: 0px solid rgb(0, 0, 0);
top: 50%;
transform: translate(0%, -50%);
transition: 0.3s ease-in-out;
font-weight: 700;
text-align: center;
z-index: 3;
width: 100%;
mix-blend-mode: difference;
display: flex;
align-items: center;
flex-direction: column;


}
#logo_id{
  opacity: 0;
  transition: 0.2s ease;
}
.clip{
  background: url("./ezgif-3-dc31446737.webp");
/* background: url(./resource/ezgif-3-59312ad44b.webp); */
-webkit-background-clip: text;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
color: rgba(253, 253, 253, 0.26);
/* animation: zoomout 10s ease 500ms forwards; */
}

@keyframes zoomout {
  from {
    background-size: 40%;
  }
  to {
    background-size: 10%;
  }
}
.lines{
    position: absolute;
    border: 2px solid white;
    border-right: 0px;
    border-radius: 7px;
    background-color: rgba(0, 0, 0, 0.308);
    transform: rotate( 0deg); 
    top: 0;
    height: 100vw;
    width: 100%;
transition: 0.4s ease-in-out;
transform: rotate(90deg);
    backdrop-filter: blur(13px);
    opacity: 0;
    animation: lod 1s infinite ease-in-out;
    animation-play-state: paused;
}
@keyframes lod {
  50%{

    border: 2px solid rgb(31, 31, 31);
  }
  
}
.lf{
    

}
.marker{
    height: 10px;
    width: 10px;
    position: absolute;
    top: 0;
}
.option3 .options {
    position: fixed;
    z-index: 999999;
    right: 43px;
    background: rgb(71, 71, 71);
    padding: 0px 7px 10px 7px;
    bottom: 30px;
    width: 24px;
    border-radius: 19px; 
    
}

.options {
    position: fixed;
    z-index: 9 ;
    right: 2vw;
    background: var(--msk-colr);
    padding: 0px 7px 10px 7px;
    bottom: 30px;
    width: max-content;
    border-radius: 19px;
}
.options {
    position: fixed;
    z-index: 9 ;
    right: 2vw;
    bottom: 30px;
    width: max-content;
}
.option-item {
    float: left;
    clear: both;
    margin-top: 10px;
    border: medium none;
    outline: 0;
}
.option-item {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}


  .block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 80vh;
    min-height: 300px;
  }  
  .block__title,
  .block__link {
    color: currentColor;
  } 
  .block__link {
    padding: .5em;
    text-decoration: none;
    transition: letter-spacing 200ms ease;
  }
  .block__link:hover {
    letter-spacing: .1em;
  }


  #main{
    position:absolute;
    top:20%;
    position: fixed;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-content: center;
    left: 10%;
    transform: translate(-0%,-20%);
    mix-blend-mode: difference;
    transition: all .25s linear;
  }
  .box{
    width:150px;
    height: 250px;
    display:inline-block;
    overflow:hidden;
  }
  .letter{
    font-family: fantasy;
    font-size: 13vw;
    line-height: 250px;
    position:relative;
    transition: all .25s linear;
    text-align: center;
    z-index: 0;
    left:-160px;
    
    color: var( --fnt-colr); 
    
}
.baff{
  position: fixed ;
  left: 50%;
  top: 75%;
  transform: translate(-50%,-75%);
  color: var(--fnt-colr);
  width: fit-content;
  transition: 0.3s ease-in-out;
  }
  .bafte{
  
    font-weight: 100;
    font-size: 1.2vw;
    font-family: "OCRAq";
    color: #b8b8b8b4;
    
    transition: 0.3s ease-in-out;
  }

.svg3 {
    height: 3.2em;
    width: 3.2em;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-tap-highlight-color: transparent;
    z-index: 2;
  
    left: 0;
    border: 0px solid white;
    fill: rgb(0, 0, 0);
    fill-opacity: 1;
    stroke: rgba(126, 126, 126, 0.8);
    stroke-linecap: round;
    stroke-width: 3;
    border: 0px solid white;
  }
  .logo:hover > .svg3 {
    fill-opacity: 0.4;
    stroke-width: 1;
    stroke: rgba(255, 255, 255, 0.5);
  }
  
  .header-container {
    width: 100%;
    min-height: 100px;
    position: fixed;
    color: var( --fnt-colr); 
  
    z-index: 11;
    transition: 0.3s ease-in-out ;
  }
  
  li {
    list-style: none;
  }
  
  a {
    text-decoration: none;
  }
  
  .navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 3rem;
    transition: 0.3s ease-in-out;

    /* backdrop-filter: blur(5px);
    background-color: #c4c4c48e;
    position: sticky; */
  }
  #navbar{
    top: 0;
    position: fixed;
width: 100%;
    transition: 0.3s;
  }
  .bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-color: var(--fnt-colr);
    
   
  }
  
  .nav-menu {
    z-index: 3;
    opacity: 1;
    right: 10%;
  }
  .invi {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
  
    opacity: 1;
    z-index: 3;
  
    left: 0px;
    width: 100%;
    top: 0%;
  }
  .nav-item {
    opacity: 1;
    margin: 1rem;
    transition: 0.3s;
    z-index: 3;
  }
  
  .nav-link {
    font-size: 1rem;
    font-weight: 400;
    color: var( --fnt-colr); 
    
  }
  
  .nav-link:hover {
    
    color: var( --fnt-colr); 
  }
  
  .burger {
    position: absolute;
    opacity: 0;
    z-index: -2;
  }
  

  .cenl{
      position: fixed;
      left: 10%;
      transform: translate(-50%,0%);
      font-weight: 500;
      font-size: 2vw;
      padding: 10px 20px 10px 20px;
      /*
      border: 2px solid ;*/
      cursor: pointer;
    }
.cenl:hover{
letter-spacing: 0.2em;
}
    .deptr{
    color: var(--fnt-colr);;
    font-size: 3vw;
    font-weight: 400;
    position: absolute;
    top: 30%;
    transform: translate(-60%,-30%);
    left:60%;
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  .bg-wrap{
    
  position: absolute;
  height: 100%;
  width: 100%;
  transition: 0.3s ease-in-out;
  z-index: -2;
  }
  .svgcol{
    
    position: absolute;
    height: 100vh;
    width: 100vw;
  }
.coon a{
    border:none;
    outline:none;
    text-decoration:none;
    color:var(--fnt-colr);
  }
  .coon a:hover{  
    font-weight: 800;
  }
  .coon a:active{  
    font-weight: 800;
  }

.coon li{list-style:circle;
  }
.none{
  opacity: 0;
}
  /* width */
body::-webkit-scrollbar {
  width: 4px; position: absolute;
  z-index: 19;
  
}

/* Track */
body::-webkit-scrollbar-track {
  
  width: 0px; position: absolute;
  background: #00000000; 
  transition: 0.3s ease-in-out;
  
}
 
/* Handle */
body::-webkit-scrollbar-thumb {
  background: var(--scrl1); 
  transition: 0.3s ease-in-out;
}

/* Handle on hover */
body::-webkit-scrollbar-thumb:hover {
  
  background: var(--scrl); 
}
.topic-img-con {
  height: 24vw;
  width: 24vw;
  background-color: var(--circ);
  border-radius: 54% 46% 70% 30% / 30% 68% 32% 70%;
  animation: morph 10s ease-in-out;
  animation-iteration-count: infinite;
}
.tic1 {
  height: 20vw;
  width: 20vw;
  background-color: #ffffff34;
  border-radius: 58% 42% 29% 71% / 63% 58% 42% 37%;
  animation: morph1 5s ease-in-out;
  animation-iteration-count: infinite;
}
.tic2 {
  animation: morph1 7s ease-in-out;
  animation-delay: 3s;
}
@keyframes morph {
  0% {
    border-radius: 54% 46% 70% 30% / 30% 68% 32% 70%;
  }
  50% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 54% 46% 70% 30% / 30% 68% 32% 70%;
  }
}
@keyframes morph1 {
  0% {
    border-radius: 58% 42% 29% 71% / 63% 58% 42% 37%;
  }
  50% {
    border-radius: 40% 60% 60% 40% / 60% 30% 70% 40%;
  }
  100% {
    border-radius: 58% 42% 29% 71% / 63% 58% 42% 37%;
  }
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}



.sermm {
  padding: 2vw;
}

.spon{
  height: max-content;
  
  padding-bottom: 3vw;
  padding-top: 2vw;
  margin-left: 10vw;
}
.spon_m{
  height: 12vw;
  /* width: 12vw; */
  max-height: 110px;
}

.spon_n{
  padding-top: 1vw;
  bottom: 0%; 
    text-align: center;
    color:var(--fnt-colr);
    font-size: 1vw;
}

.credb{
  background-color:var(--bkg-colr);
  color:var(--fnt-colr);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 2.8vw;
  font-weight: 500;
  width: 100%;
  left: 0;
  height:100%;
  padding-top: 0px;
  
}
.nii{
  background-color: var(--bkg-colr) ;
}

.crec{
  width: 100%;
    display: flex;    
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 4vw;
    padding-top: 4vw;
}

.topic-head {
  color: var(--fnt-colr);
  font-size: 3vw;
  font-weight: 700;
  text-align: center;
  padding: 2vw;
  padding-top: 3rem;
  padding-bottom: 1rem;
}
.aaaa{
  padding-top: 4rem;
    padding-bottom: 6rem;
}
.ano {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.topic {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5vh 10vw;
}

.topi {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16vw;
  margin-top: 5rem;
}
.about {
  display: flex;
  flex-direction: column;
  align-items: center;overflow: hidden;
}
.t1 {
  flex-direction: row-reverse;
}

.topic-desc {
  padding-top: 7vw;
  font-family: "SF Pro Text Heavy", Sans-serif;
  color: var(--texb);
  font-size: 1.3vw;
  font-weight: 100;
  text-align: center;
  float: right;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.top-pic {
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat;
  /* display: none; */
  /* box-shadow: 10px 20px 30px rgba(0, 0, 0, 0.5); */
}
.p1 {
  background-image: url("./CIT Logo_blue_butterfly.webp");
  /* background-image: url("./CIT\ Logo\ \(Actual\)\ PNG\ Format.png"); */
background-position: center;
background-size: contain;background-repeat: no-repeat;
background-size: 60%;

  border-radius:  0%;
  top: -10%;
  left: 6%;
}
.p2 {
  
    background-image: url("./t.webp"); 
    left: 3%;
    
  /* background-image: url("./Group 25.png");
  left: 0%; */

  background-position: center;
  background-size: contain;background-repeat: no-repeat;
  background-size: 57%;
    border-radius:  0%;
    top: -10%;
    /* background-image: url("./photoroom (13).webp");
    background-position: center;
    background-size: contain;background-repeat: no-repeat;
    background-size: 120%;
      border-radius:  100%;
      top: -20%;
      left: -3%; */
  }
.p3 {
  /* background-image: url("./boy.png");
  border-radius: 100%;
  top: -21%;
  left: -3%; */
  background-image: url("./photoroom (13).webp");
  background-position: center;
  background-size: contain;background-repeat: no-repeat;
  background-size: 120%;
    border-radius:  100%;
    top: -20%;
    left:-1%; transform: scaleX(-1);
}

.container {
  width: 100%;
  margin: 0px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--msk-colr);
  animation: slide-out-container 4s cubic-bezier(0.97, 0.01, 0.36, 0.99) 2.8s;
  animation-fill-mode: forwards;
  position: fixed;
  top: 50%;
  transition: 0.2s ease-in-out;
}

.text-wrapper {
  color: var(--fnt-colr);
  position: absolute;
}

.text {
  font-family: 'Nirmala UI';
font-style: normal;
font-weight: 350;
font-size: 32px;
  text-align: center;
}

.text-1,
.text-3,
.text-4,
.text-8,
.text-9,
.text-11 {
  color: rgba(0, 0, 0, 0);
  -webkit-text-stroke: 1px var(--fnt-colr);;
}


.text-1 { 
  opacity: 0;
  transition: 0.3s ease-in-out;
  mix-blend-mode: difference;
  top: 0;
} 
.text-2{ 
  opacity: 0;
  transition: 0.3s ease-in-out;
  mix-blend-mode: difference;
  font-family: 'Nirmala UI';
  font-style: normal;top: 0;
  font-weight: 700;
  font-size: 32px;
  line-height: 51px;
} 
.yom{ 
  position: absolute;
  left: 7%;    
  top: 35%;
  height: 30%;
  z-index: 5;
  fill: var(--fnt-colr);  
}
.yom:hover{
    animation: rot 0.8s infinite ease-in-out;
    }

@keyframes rot {
    0%{
      transform: scale(1);
    }
    70%{
    transform: scale(1.2);
    }}
    .yom:active{
      fill: rgba(100, 100, 100, 0.8);}
#loid{
  
  transition: 0.1s;
}


.ph{
  display: none;
}
.theme-switcher {
  right: 3em;
  height: 1.4em;
  width: 1.35em;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: var(--fnt-colr);
  z-index: 12;
  transition: 0.3s ease-in-out;
  
  border: 0px dashed var(--fnt-colr);
  margin-top: 14px;
  bottom: 10em;outline: 0;
}
.ts1{
  
  background-color: #00000000;
  border: 2px solid var(--fnt-colr);
  bottom: 7em;
}

.theme-switcher:hover{
  
  border: 2px solid rgba(0, 0, 0, 0.534);
  animation: das 2s infinite;
  
  border-radius: 5px;
}

@keyframes das {
  0%{
    transform: rotate(0deg);
  }
  
  50%{

    transform: rotate(360deg);
  }
}
.ts2{
  border-radius: 0px;
  
  background-color: #00000000;
  border: 2px solid var(--fnt-colr);
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  
  height: 1.0em;
  width: 0.95em;
  right: 3.45em;
  bottom: 5em;
  position: fixed;
}
.ts2:hover{

  background-color: #00000000;
  border: solid var(--fnt-colr);
  border-width: 0 3px 3px 0;
  border-radius: 0px;
  animation: sd 0.8s infinite ease-in-out;
  
}
@keyframes sd {
  50%{
    
  bottom: 5.3em;
  }
}

.sid{
  width: fit-content;
  position: fixed;
  right: 2.2em;
  height: 5em;
  width: 2.2em;
  bottom: 5.15em;
  border-radius: 20px;
  z-index: 10;
  background-color: #8a8a8a00;
  
  backdrop-filter: blur(0px);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s ease-in-out;
}
.sid:hover{
  
  backdrop-filter: blur(5px);
  background-color: #8a8a8a65;
}

.events{
  /* background-color:var(--bkg-colr); */
  z-index: 15;
  height: 100%;
  width: 100%; 
}
.s5 {
  height: 260px;
  min-height: 260px;
  background-color: var(--bkg-colr);
  position: absolute;        
  border-top: 1px solid rgba(63, 63, 63, 0.7);
}

.last_pa {
  bottom: 0%;
  height: 1.6em;
  width: 100%;
  position: absolute;
}

.divilin {
  border-top: 1px solid rgba(63, 63, 63, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
.socials {
  border: 0px solid var(--fnt-colr);
  width: max-content;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* top: 34px; */
  top: 12px;

  position: absolute;
  transition: 0.1s ease-in-out;
  z-index: 0;
}

.button_social_group a {
  margin-right: 0.8rem;
  margin-left: 0.8rem;
  transition: 0.3s ease-in-out;
  color: var(--fnt-colr);
}
.button_social_group a i {
  font-size: 1.3rem;
}

.button_social_group:hover a:not(:hover) {
  opacity: 0.4;
}
.meee{
  text-decoration: none;
    color: inherit; 
    width: max-content; 
    display: flex; 
    transition: 0.3s ease; 
}
.meee:hover{
  text-shadow:1px 1px 10px #fff, 1px 1px 10px rgba(196, 196, 196, 0.575);
}
.meee:hover .glow{

  animation: none;
  border-bottom: 1px solid  white;
}
.glow{
  
  animation: fade 2s infinite ease;
  
  border-bottom: 1px solid  rgba(255, 255, 255, 0);
}
@keyframes fade {
  50%{
  border-bottom: 1px solid  white;
  }
}

.fa {
  transition: 0.3s ease-in-out;
}
/* .button_social_group a:hover .fa {

  font-size: 1.4rem;
} */
.screen-reader-text,
.nectar-skip-to-content:not(:focus) {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.con_l {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  top: 50%;
  width: 227px;
  margin-left: -0.8rem;
}

.jwat {
  
  color: rgba(255, 255, 255, 0.7);
  font-size: 7px;
  padding-top: 7.9px;
  mix-blend-mode: difference;
  
  display: flex;
}
.csc_l {
  color: var(--fnt-colr);
  font-size: 24px;
  font-weight: 500;
  position: absolute;
  top: 24%;
}
.con_lm {
  display: flex;
  margin: 0vw 7vw;
}

.con_m {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  right: 7vw;
  float: right;
  bottom: 0%;
  height: 100%;
}
.links_b {
  font-size: 10px;
  font-weight: 100;
  margin-top: 60px;
}
.links_b a {
  margin-left: 10px;
  margin-left: 10px;
  color: var(--fnt-colr);
}
.bl {
  position: absolute;
  top: 70px;
  display: flex;
  align-items: center;
  align-content: center;
  width: 100%;

  flex-direction: row-reverse;
  width: 100%;

  /* flex-direction: row;
  left: 1%; */
}
.bl a {
  padding: 10px 1px;
  min-width: 100px;
  margin-left: 20px;
  border: 2px solid var(--texb);
  font-size: 15px;
  font-weight: 500;
  color: var(--fnt-colr);
  text-align: center;
}
.bl a:hover {
  background-color: var(--fnt-colr);
  color: var(--bkg-colr);
}

.wrapper{
  position: relative;
    width: 100%;
    /* max-width: 650px; */
    height: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-content: space-around; 
}
#Events
{
  height: max-content;
}
.card{
  flex: 1;
  flex-basis: 300px;
  flex-grow: 0;
  height: 420px;
  box-shadow: 0px 4px 7px rgba(0,0,0,.5);
  cursor: pointer;
  transition: all .5s cubic-bezier(.8,.5,.2,1.4);
  overflow: hidden;
  position: relative;
  margin: 38px;
  border-radius: 7px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  
}
.card img{
  background-size:cover;
  background-repeat: no-repeat;
  transition: all .3s cubic-bezier(.8,.5,.2,1.4);  
/*   
  display: none; */
}
.slogan{
  z-index:5;
  position: absolute;
  text-align: center;
  width: 100%;
  bottom: 14%;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  background-color: #00000021;
  backdrop-filter: blur(4px);
  transition: 0.3s ease-in-out;
  padding-top: 4px;
  padding-bottom: 4px;
  /* display: none; */
}
.imd{
  
  background-size:cover;
  position: absolute;
  width: 300px;
  opacity: 0.9;
    
  height: 420px;
}
.d{
/* display: none; */
}
.c{

  /* display: none; */
  opacity: 0.5;
}
.imc{
  
  background-size:contain;
  position: absolute;
  width: 300px;
  height: unset;
opacity: 1;
z-index: 4;top: 50%;
transform: translate(0%, -50%);
}

.descriptions{
  position: absolute;
  top:0px;
  left:0px;
  background-color: rgba(255, 255, 255, 0.1);
  width:100%;
  height:100%;
  transition: all .4s ease-in-out;
  padding: 20px;
  box-sizing: border-box;
  clip-path: circle(0% at 100% 100%);
}
.card:hover .descriptions{
  left:0px;
  transition: all .4s ease-in-out;
  clip-path: circle(75%);
}
.card:hover{
  transition: all .3s cubic-bezier(.8,.5,.2,1.4);
  box-shadow: 0px 2px 3px rgba(0,0,0,.3);
  transform: scale(.97);
}
.card:hover img{
  transition: all .3s cubic-bezier(.8,.5,.2,1.4);
  transform: scale(1.6) rotate(20deg);
  filter: blur(3px);
}
.card:hover .imc{
  opacity: 0;
  top: 50%;
  transform: translate(0%, -50%);
}
.card:hover .c{
  
  opacity: 0.0;
}
.card:hover .slogan{
  opacity: 0;
}
.card h1{
  color: #ffffff;
  letter-spacing: 1px;
  margin: 0px;
  text-align: center;
  font-weight: 700; 
  margin-top: 10%;
}
.card p{
  line-height: 24px;
  height: 60%;    margin-top: 15%;
  color:#fff;
  font-size: 14px;
}
.card button{
  width: fit-content;
  height: 35px;

  cursor: pointer;
  border-style: none;
  background-color: #ffffff2c;
  color:#fff;
  font-size: 15px;
  outline: none;
  border: 2px solid transparent;
  border-radius: 3px;
  box-shadow: 0px 2px 3px rgba(0,0,0,.4);
  transition: all .3s ease-in-out;    float: right;
    margin-top: 21px;    
    padding-left: 19px;
    padding-right: 19px;
}
.card button:hover{
  transition: all .3s ease-in-out;
  background-color: #ffffff;
  color:rgb(0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0.1);
  
  border-radius: 3px;
}
#Register{

  padding-top: 4rem;
    padding-bottom: 6rem;
}



.boir{
  border: 2px solid rgba(119, 119, 119, 0.555);
  height: 70%;
  width: 70%;
  left: 50%;
  top: 58%;
  transform: translate(-50%,-58%);
  position: fixed;
  background-color:var(--bkg-colr);
  border-radius: 7px;
  color:var(--bkg-colr);
  transition: 0.3s ease-out;
  
}
#boir{
  
  visibility: hidden;
  display: block;
  
  z-index: 15;
}

.pop{
  height: 0%;
  min-height: 0%;
  transition: 0.3s ease-out;
  z-index: 7;
}
.even_name{ 
  font-size: 1.6vw;
  text-align: center;
  width: 100%;
  margin-top: 5vh;
  color:var(--fnt-colr);
  
}
.event_main{
  border: 2px solid rgba(255, 255, 255, 0);
  padding: 2vw;
  position: relative;
  margin-top:8%; 
  
  margin-bottom:3%; 
}
.cls{
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
  border-bottom-left-radius: 50%;
  text-align: center;
  height: 30px;
  width: 30px;
  background-color:var(--fnt-colr);
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.cls:hover{

  color:var(--bkg-colr);
  background-color:var(--fnt-colr);
}
.even_slog{
  
  
  font-size: 0.8vw; margin-top: 1em;
  text-align: center;
  width: 100%;
  margin-top: 0.7em;
  color:var(--fnt-colr);
  /* font-style: italic; */
  font-weight: 300;
}
.popc{
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
}

.even_desc{
  
  line-height: 1.3vw; 
  text-align: left;
  width: 30vw;
  margin-top: 2em;
  color: var(--fnt-colr);
  /* font-style: italic; */
  font-weight: 300;
  padding-top: 0px; 
  /* margin-left: 10px; */
  margin-right: -4vw;
  list-style-type: circle;
  padding-inline-start: 40px;
  padding:7%; 

  
  font-size: 0.98vw;
  padding-top: 0%;
  
}
.botbut{
  position: absolute;
  border: 2px solid rgba(255, 255, 255, 0);
  width: 100%;
  bottom: 8%;
  padding-left: 7%;
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}
.b1,.b2,.b4,.b5{
  padding: 0.5vw 0.6vw 0.5vw 0.6vw;
  font-size: 0.8vw;
  border: 1px solid var(--texb);
  color: var(--fnt-colr);
  margin-right: 0.7vw;
  border-radius: 3px;
  min-width: 5vw;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.b1:hover,.b2:hover,.b4:hover,.b5:hover{
  
  color: var(--bkg-colr);
  background-color: var(--fnt-colr);
}

.b3{
  padding: 0.7vw 1.2vw 0.7vw 1.2vw;
  font-size: 1vw;
  border: 1px solid var(--texb);
  color: var(--fnt-colr);
  font-weight: 600;
  text-align: center;
  border-radius: 3px;
  right: 20%;
  position: absolute; 
  margin-left: 0.5vw;
  transition: 0.3s ease-in-out;
  
  color: var(--bkg-colr);
  background-color: var(--fnt-colr);
}
.b3:hover{
  
  color: var(--fnt-colr);
  background-color: var(--bkg-colr);
}
.even_desc_r{ 
  font-size: 0.8vw;
  line-height: 1.2vw; 
  text-align: left;
  width: 30vw;
  margin-top: 2em;
  color: var(--fnt-colr);
  /* font-style: italic; */
  font-weight: 300; 
  
  /* margin-left: 10px; */
  margin-right: -4vw;
  list-style-type: circle;
  /* text-align: center; */
  display: block;padding: 7%;
  padding-top: 0%;
  
}
.hi{
  margin-top: 2%;
}
.even_d_t{
  
  font-size: 1.8vw;
  margin-top: 1em;
  text-align: center;
  width: 100%;
  /* margin-top: 2em; */
  color: var(--fnt-colr);
  /* font-style: italic; */
  font-weight: 300;
  padding: 0%;
  
  /* padding-top: 0px;*/
  
  

}
.ccc{ 

}

.cenli{
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.411);
  height: 40%;
left: 50%;
top: 55%;
transform: translate(-50%,-55%);
}
.blurbg{
height: 100%;
width: 100%;
backdrop-filter: blur(5px);
background-color: #00000077;
z-index: 9;
position: fixed;


}
#blurbg{
  
display: none;
}


.loca {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12vw;
  color: var(--fnt-colr);

  transition: 0.3s ease;
  width: 100%;
}
.locam {
  width: 80%;
  height: 50vh;
  max-height: 46vh;
  max-width: 32vw;
  border-radius: 7px;
  border: 2px solid rgba(63, 63, 63, 0.5);
}
.locmi {
  font-size: 1vw;
  font-weight: 100;
  color:var(--fnt-colr);
  line-height: 3vh;
  padding-top: 6vh;
}
.locamm {
  top: 0px;
  /* display: flex; */
  align-items: center;
  flex-direction: column;
  height: 100%;
  width: 100%;
  min-height: 20vh;
  min-width: 10vw;

  max-height: 38vh;
  max-width: 28vw;
}
.locamm h3 {
  text-align: left;
  /* width: 100%; */
  /* bottom: 40vh;
  position: absolute; */
  /* margin-right: 7vw; */
  font-size: 24px;
  font-size: 2vw;
}
.locamm h4 {
  text-align: left;
  /* width: 100%; */
  top: 0vh;
}
.locac {
  padding: 5vw 5vw 6vw 5vw;
}
.locao {
  /* width: 100%; */
  margin: 4vw 10vw;
  border-radius: 7px;
  background-color:#6969692a;
  overflow: hidden;
}
.dotstyle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 2vw;
}
.dotstyle {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  bottom: 4vw;
}
.dotstyle ul {
  display: flex;
}
.dotstyle li {
  position: relative;
  /* display: block; */
  cursor: pointer;
  /* float: left; */
  margin: 0 0.8vh;
  width: 1vh;
  height: 1vh;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-self: center;
  align-items: center;
}
  .active {
  text-align: center;
  background-color:var(--fnt-colr);
  color:var(--bkg-colr);
}
.buttnex {
  display: none;
}
.buttnex a {
  color:var(--fnt-colr);
  font-size: larger;
  font-weight: 700;
  transition: 0.2s ease;
}
.buttnex a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.prev {
  position: absolute;
  left: 0px;
  margin-left: 5vw;
  top: 53%;
}
.next {
  position: absolute;
  right: 0px;
  margin-right: 5vw;

  top: 53%;
}


.dotstyle-scaleup li.current a {
  background-color:var(--fnt-colr);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.dotstyle-scaleup li a {
  -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, background-color 0.3s ease;
}
.dotstyle li a {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color:var(--fnt-colr);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid var(--circ);
  text-indent: -200em;
  cursor: pointer;
  position: absolute;
}

.fade {
  animation: f 1.4s;
}

@keyframes f {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.s2 {
  min-height: fit-content;
  height: fit-content;
  background-color:var(--bkg-colr);
}


.buttnex {
  display: block;
}
.buttnex a {
  color: #fff;
  font-size: larger;
  font-weight: 700;
  transition: 0.2s ease;
}
.buttnex a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.prev {
  position: absolute;
  left: 0px;
  margin-left: 5vw;
  top: 53%;
}
.next {
  position: absolute;
  right: 0px;
  margin-right: 5vw;

  top: 53%;
}
.fade {
  animation: fad 1.4s;
}

@keyframes fad {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.thunder{
  min-height: 150px;
  color: var(--fnt-colr);
  width: 100%;
  text-align: center;
  height: 150px;
  display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-weight: 500px;
    font-size: 1.7vw;
    border-top: 1px solid rgba(63, 63, 63, 0.7);
  
}

.collapsible {
  background-color:var(--bkg-colr);
  color:var(--fnt-colr);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 2.8vw;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: 0.3s ease-in-out;
}


.collapsible:after {
  content: "\002B";
  
  background-color:var(--bkg-colr);
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  background-color:transparent;
  transition: 0.3s ease-in-out;
}

.active:after {
  content: "\2212";
  color: white;
}

.content {
  /* padding: 0 18px; */
  padding-top: 0vw;
  max-height: 0;
  overflow-y: hidden;
  overflow-x: scroll;
  overflow-x: visible;
  transition: max-height 0.2s ease-out;
  background-color:var(--bkg-colr);

  display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    /* align-items: center; */
    /* width: max-content; */
    justify-content: space-evenly;
    transition: 0.3s ease-in-out; 
}  

.content::-webkit-scrollbar {
  width: 1px; position: absolute;
  height: 3px;
  
  
}

/* Track */
.content::-webkit-scrollbar-track {
  
  width: 0px; position: absolute;
  background: #00000000; 
  transition: 1s ease-in-out;
  
}
 
/* Handle */
.content::-webkit-scrollbar-thumb { 
  transition: 0.3s ease-in-out;
  background: #00000000; 
  transition: 1s ease-in-out;
}
.collapsible.active + .content::-webkit-scrollbar-thumb{
  background:  var(--scrl1); 
}

/* Handle on hover */
.collapsible.active + .content::-webkit-scrollbar-thumb:hover {
  background: var(--scrl); 
}
.collapsible.active,
.collapsible:hover {
  border-bottom: 2px solid rgba(161, 161, 161, 0);
}
#spoo{
  margin-left: 100%;
}
#spuuu{
      margin-right: 10vw;
}

@media only screen and (max-width: 768px) {
  #spoo{
    margin-left: 7vh;
  }
  .content::-webkit-scrollbar {
    width: 1px; position: absolute;
    height: 3px;
    
   display: none; 
  }
  .content{
    z-index: 19;
  overflow-y: hidden;
  overflow-x: visible;
  overflow-x: scroll;

      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-content: space-between;
      /* align-items: center; */
      /* width: max-content; */
      justify-content: flex-start;
  }
  /* .content{
    padding: 0 18px;
    padding-top: 4vw;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: var(--bkg-colr);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    width: 100%;
    justify-content: flex-start;
    transition: 0.3s ease-in-out;

  }*/
  
.spon{
  padding-top: 4vw;
  padding-bottom: 5vw;
}
  .spon_m{
    height: 10rem;
    width: max-content;
  }

  .spon_n{
    font-size: 0em;
    padding-top: 2.4vw;
  }
  .thunder{
    min-height: 150px;
    color: var(--fnt-colr);
    font-size: 18px;
  } 

  
  .burger {
    opacity: 1;
    z-index: 5;
    right: 5%;
    
  }
  .logo {
    display: flex;
    stroke-width: 1;
  }
  .container_1 {
    display: flex;
    flex-direction: column;
    align-items: center;

    flex-wrap: wrap;
    text-align: center;
    top: 31vh;
    top: 27vh;
    width: 100%;
    margin: 0%;
  }

  .title {
    width: 80vw;
    font-size: 42px;
    font-weight: 100;
    top: 30%;
    line-height: 14vw;
    text-align: center;
    text-transform: none;
    font-family: "Jockey One", sans-serif;
  }
  .descripttion {
    position: absolute;
    color:var(--bkg-colr);
    font-family: "SF Pro Text Heavy", Sans-serif;
    font-size: 12px;
    font-weight: 100;
    text-transform: capitalize;
    line-height: 24px;
    letter-spacing: 0.8px;
    bottom: -17vh;
    padding: 7%;
    width: 100%;
    max-width: 82vw;
    bottom: -20vh;
    /* display: none; */
  }
  .button_con {
    position: relative;
    top: 25vh;
    top: 32vh;
  }

  .nav-item {
    margin-left: auto;
    margin-right: auto;
    display: fixed;
    transition: 0.3s ease-in-out;
    z-index: -3;
    margin: 3vh 0;
    text-align: center;
  }
  .navbar {
    padding: 5% 5%;
  }
  .nav-item:nth-child(1) {
    margin-top: 23vh;
  }
  .invi {
    opacity: 0;
    z-index: -3;
    transition: 0.2s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;

    flex-direction: column;
    flex-wrap: wrap;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0%;
    visibility: hidden;
  }
  .nav-link {
    font-size: 2.8vh;
    font-weight: 500;
    
    color: white; 
  }
  /* }
@media only screen and (min-width: 769px) {
  .invi {
    opacity: 1;
    z-index: -3;
    visibility: visible;
  }
} */

  .invi-open {
    visibility: visible;
    opacity: 1;
  }

  .topic-img-con {
    height: 200px;
    width: 200px;
    background-color:var(--circ);
    border-radius: 54% 46% 70% 30% / 30% 68% 32% 70%;
    animation: morph 10s ease-in-out;
    animation-iteration-count: infinite;
  }
  .tic1 {
    height: 200px;
    width: 200px;
    background-color:var(--circ);
    border-radius: 58% 42% 29% 71% / 63% 58% 42% 37%;
    animation: morph1 5s ease-in-out;
    animation-iteration-count: infinite;
  }

  .topic-head {
    color: var(--fnt-colr);
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 2rem;
  }
  .ano {
    padding-top: 0rem;
    padding-bottom: 5rem;
  }
  .topic {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .topi {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3rem;
    margin: 5% auto;
    padding: 7vw;
  }

  .topic-desc {
    color: var(--fnt-colr);
    font-size: 14px;
    font-weight: 500;
    margin-left: 0%;
    padding-top: 5%;
    text-align: center;
  }

  .con_lm {
    display: flex;
    margin: 0vw 10vw;
    flex-direction: column;
    align-items: center;
  }
  .con_l {
    margin-left: 0rem;
  }
  .con_m {
    display: none;
  }
  .bl {
    display: none;
  }
  .topi {
    margin: inherit;
  }

  .loca {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5vh;
    color:var(--fnt-colr);
    width: 100%;
  }
  .locam {
    width: 90%;
    height: 50vh;
    max-height: 35vh;
    max-width: unset;
    border-radius: 14px;
  }
  .locamm {
    top: 0px;
    /* display: flex; */
    align-items: center;
    flex-direction: column;
    height: 100%;
    width: 100%;
    min-height: 20vh;
    min-width: 10vw;
    max-height: 38vh;
    max-width: unset;
  }
  .locamm h3 {
    text-align: center;
    width: 100%;
    /* margin-right: 7vw; */
    font-size: 2.3vh;
    /* font-size: 2.6vw; */
  }
  .locmi {
    font-size: 1.3vh;
    /* font-size: 1.2vw; */
    font-weight: 100;
    color:var(--fnt-colr);
    line-height: 2vh;
    padding-top: 1.8vh;
    padding-bottom: 3vh;
    text-align: center;
  }
 .locmi {
  display: block;
  }
  .loca {
    gap: 3vh;
  }
  .locamm {
    top: 0px;
    min-height: 0;
    max-width: unset;
  }
  .locamm h3 {
    padding-bottom: 1em;
  } 
  
    .bafte{
    
      font-weight: 100;
      font-size: 0.8em;
      transition: 0.3s ease-in-out;
    }

  .yom{
    height: 33px;
    /* top: 10vw; */
    transform: translate(4%, 33%);
    left: 5%;
    /* left: 10vw;*/
  }
  .yom:hover{ 
    animation: none;
    }
  .main-title{
    font-size: 9vh;
  }
  .lines{
    top: 50%;
    backdrop-filter: blur(0px);
    border-left: 0px;
    display: none;
  }
  .sid{
    height: initial;
    width: initial;
  }
  .sid:hover{
    backdrop-filter: blur(5px);
  }
  .svgcol{
    position: absolute;
    top: 50%;
    /* transform: rotate(90deg); */
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: aliceblue;background-color: #d9d9d912;
  }
  .container{
    top: 55%;
  }
  .text{ 
  }
  .text-wrapper{
    height: 259px;
    width: 90%;
  }
  .text-1{    font-size: 6vw;
  }
  .text-2{
    top: 30%;
    position: absolute;    
    font-size: 6vw;
    width: 100%;
  }
  .p1{
    top: -3%;
    left: 4%;
  }
  .p2{ 
    top: -4%;
    left: 0%;
    background-size: 60%;
  }
  .p3{
    top: -5%;
    left: -3%;
    /* border-radius: 50%; */
    
    border-radius: 100%;
    background-size: 100%;
  }
  .cenl{
    font-size: 30px;
    transform: translate(-27%, 35%);
  }
  .c{
    display: none;
  }
  .cursor{
    
  }
  .s20{
    height: 40vh;
  }
  .ph{
    
  display: block;
  }
  .dh{
    
  }

  .burger {
    height: 3em;
    width: 3em;
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-tap-highlight-color: transparent;
    z-index: 2;
  
    right: 5%;
      top: 55%;
  }
  .burger .burger-lines:after {
    left: 0;
    top: -1em;
  }
  .burger .burger-lines:before {
    left: 1em;
    top: 1em;
  }
  .burger:after {
    content: "";
    display: block;
    position: absolute;
    height: 150%;
    width: 150%;
    top: -25%;
    left: -25%;
  }
  .burger .burger-lines {
    top: 50%;
    margin-top: -0.125em;
  }
  .burger .burger-lines,
  .burger .burger-lines:after,
  .burger .burger-lines:before {
    pointer-events: none;
    display: block;
    content: "";
    width: 100%;
    border-radius: 0.25em;
    background-color: var(--fnt-colr);
    height: 0.25em;
    position: absolute;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .burger .burger-lines:after {
    left: 0;
    top: -1em;
  }
  .burger .burger-lines:before {
    left: 1em;
    top: 1em;
  }
  .burger.burger-slip .burger-lines:after,
  .burger.burger-slip .burger-lines:before {
    width: 2em;
  }
  
  .burger.burger-slip .burger-lines,
  .burger.burger-slip .burger-lines:after,
  .burger.burger-slip .burger-lines:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  
  .burger.burger-slip.open .burger-lines {
    -webkit-transform: translateX(-2em);
    -ms-transform: translateX(-2em);
    transform: translateX(-2em);
    background-color: transparent;
  }
  
  .burger.burger-slip.open .burger-lines:before,
  .burger.burger-slip.open .burger-lines:after {
    left: 0.5em;
    top: 0px;
  }
  
  .burger.burger-slip.open .burger-lines:before {
    -webkit-transform: translateX(2em) rotate(135deg);
    -ms-transform: translateX(2em) rotate(135deg);
    transform: translateX(2em) rotate(135deg);
  }
  
  .burger.burger-slip.open .burger-lines:after {
    -webkit-transform: translateX(2em) rotate(-135deg);
    -ms-transform: translateX(2em) rotate(-135deg);
    transform: translateX(2em) rotate(-135deg);
  }
  
  .burger .burger-lines,
  .burger .burger-lines:after,
  .burger .burger-lines:before {
    background-color:var(--fnt-colr);
  }

  #dow{
    display: none;
  }
  #pur{

    display: none;
  }

  .boir{
  visibility: hidden;
  }
   .pop{
  /*  z-index: -20;
    visibility: hidden; */
  }
  .coon li{
    list-style: none;
  }
  .credb{
    font-size: 28px;
    padding-top: 6px;
  }
  .collapsible{
    font-size: 28px;

  }
  .crec{
    
    padding: 3rem;
    
    padding-top: 5vw;
    
    padding-bottom: 5vw;
  }
}

.logo{
  /* display: none; */
}

.nloader{
  position: fixed;
  background-color: #000000;
  
  height: 100%;
  width: 100%;
  
  z-index: 45;
  transition: 0.6s ease-in-out;
  overflow: hidden; 
}

.nlder{
  position: fixed;
  
  left: 50%;
  top: 57%;
  transform: translate(-55%,-50%);

  transition: 0.7s ease-in-out;
  height: 17%;
  width: max-content;
  
  overflow: hidden;
  
  z-index: 45;
  animation: dash 1s;
}

.path{
    fill: none;
    stroke: white;
    stroke-width: 0.7px;
    
    stroke-dashoffset: 11px;
    stroke-dasharray: 0px;

    animation: dash 2s 1 ease-in-out;
    animation-iteration-count: 1;
    
    opacity: 0;
}
 

@keyframes dash {
  0% {
    opacity: 0;
    stroke-width: 0.7px;
    stroke-dasharray: 11px;
  }
  50%{
    opacity: 1;
    stroke-dasharray: 5px;

  }
  90% {
    stroke-dasharray: 9px;
  }
 
  
}





.dead_body{
background-color: #000000;
color: white;
}

.cred_con{
  font-weight: 100;
    font-size: 1.2vw;
    font-family: "OCRAq";
    height: 100%;
    width: 100%;
    position: absolute;
    padding-right: 10%;
    padding-left: 10%;
    /* padding-top: 10%; */

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

.connn1{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}

.connn2{
  display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: flex-start;
}
.ai2{
  margin-top: 2.8px;
  opacity: 0;
  font-weight: 100;
  transition: 0.7s ease-in-out;
}
.ai1{
  margin-top: 2.8px;
  opacity: 0;
  
  font-weight: 100;
  transition: 0.7s ease-in-out;
}
.crenig{
  opacity: 0;
  margin-top: 9%;
    font-size: 0.5em;
    transition: 1.4s ease-in-out;
}
.mcre{
  font: 150%;
  font-weight: 800;

  position: fixed;
  font-size: 200%;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%,-50%);
  transition: 1s ease-in-out;
  
  text-align: center;
}

@keyframes credits {
  0% {
  top: 100%;
  }
  100% {
  top: -3600%;
  }
  }

.block{
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000000;
  color: #fff;
display: block;
z-index: 99;

font-weight: 100;
font-size: 1.2vw;
font-family: "OCRAq";
text-align: center;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.erp{
  
  position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}

.hide{
  opacity: 0;
  transition: 0.5s ease-in-out;
}

#a1{
  
  transition: 0.5s ease-in-out;
}
#a2{
  
  transition: 0.5s ease-in-out;
}
