@font-face {
  font-family: 'EditUndo';
  src: url('editundo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: black;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.bottomleft,
.bottomright {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 300px;
}

.bottomleft {
  left: 0;
}

.bottomright {
  right: 0;
}

.infi-centre {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(80vh - 150px);
  width: 100vw;
}

.testingchalrahi {
  font-family: 'EditUndo', sans-serif;
  color: white;
  text-align: center;
  position: absolute;
  bottom: 60px;
  width: 100%;
  font-size: 32px;
  z-index: 1;
}

.center-img {
  width: 55%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  .bottomleft,
  .bottomright {
    width: 100px;
    height: 100px;
  }

  .center-img {
    width: 95%;
    height: auto;
    max-width: 300px;
  }

  .testingchalrahi {
    font-size: 18px;
    max-width: 200px;
    margin: 0 auto;
    left: 0;
    right: 0;
  }
  
  #creator{
    font-size: 13px;
  }

  section{
    margin-top: 8%;
  }
}

@media only screen and (max-width: 912px) {
  .bottomleft,
  .bottomright {
    width: 175px;
    height: 175px;
  }

  .center-img {
    width: 90%;
    height: auto;
  }

  .testingchalrahi {
    font-size: 24px;
    text-align: center;
  }
}

@media only screen and (min-width: 912px) {
  .testingchalrahi {
    font-size: 36px;
  }

  section{
    margin-top: 5%;
  }
}

#home {
  position: relative;
  height: calc(100vh - 150px);
  padding-bottom: 150px;
}

#video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}

#video-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#semi-circle {
  width: 30%;
  display: flex;
  justify-content: right;
  align-items: right;
}

#video-container video {
  margin-top: 5%;
  max-width: 85%;
  max-height: 85%;
}

#semi-circle img {
  max-width: 90%;
  max-height: 90%;
  right: 0;
}

#home {
  position: relative;
  height: calc(100vh - 150px);
  padding-bottom: 150px;
}

#video-section {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 30vh;
}

#video-container {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#semi-circle {
  width: 30%;
  display: flex;
  justify-content: right;
  align-items: right;
}

#video-container video {
  margin-top: 5%;
  max-width: 85%;
  max-height: 85%;
}

#semi-circle img {
  max-width: 90%;
  max-height: 90%;
  right: 0;
}

@media only screen and (min-width: 912px) {
  .testingchalrahi {
    font-size: 36px;
  }
}

@media only screen and (max-width: 912px) {
  .center-img {
    width: 95%;
    height: auto;
    margin: 20px auto;
  }
}

/*---Events Page Code Begins Here ---*/

* {
  padding: 0;
  font-family: Arial, sans-serif;
  margin: 0;
}

@font-face {
  font-family: 'EditUndo';
  src: url('editundo.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  background-color: black;
  color: white;
}

.Images {
  max-width: 100%;
  height: 250px;
}

.Images404 {
  max-width: 100%;
  height: 240px;
}

.events {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


.Event {
  font-family: 'EditUndo', sans-serif;
  display: inline-block;
  font-size: 100px;
  color: black;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.Event2 {
  font-family: 'EditUndo', sans-serif;
  font-size: 100px;
  display: inline-block;
  color: white;
}

.Event3 {
  display: inline-block;
  font-family: 'EditUndo', sans-serif;
  font-size: 100px;
  color: black;
  text-shadow:
    -1px -1px 0 #fff,
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
    1px 1px 0 #fff,
    -2px -2px 0 #fff,
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
    2px 2px 0 #fff;
}

.margin-sec {
  margin-left: 100px;
  margin-right: 100px;
}

.padding-1 {
  padding-left: 30px;
  padding-right: 30px;
  padding: 10px;
  box-sizing: border-box;
}

#text-padding {
  padding-top: 10px;
}

@media (max-width: 768px) {

  .events {
    flex-direction: column;
  }

  .padding-1 {
    padding: 5px;
  }
}

@media (max-width: 600px) {
  .Event {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;

  }

  .Event3 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
  }

  #test {
    flex-direction: column;
    align-items: center;
  }

}

@media (max-width: 999px) {
  .Event {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;

  }

  .Event3 {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
  }

  #test {
    flex-direction: column;
    align-items: center;
  }

}


.side-image {
  position: absolute;
  right: 0;
}

/*SCROLLBAR KA CODE HAI*/

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: black;
}

::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 10px;
  border: 10px solid white;
}

::-webkit-scrollbar-thumb:hover {
  background: white;
}

/*Code for Save the Date begins here*/

.responsive {
  width: 100%;
  max-width: 90%;
  height: 400px auto;
}

/*Code for Info Page begins here*/

@font-face {
  font-family: 'garet';
  src: url('Garet-Book.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'garet_h';
  src: url('Garet-Heavy.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  height: 100%;
  width: 100%;
}

#dpsgtxt {
  color: white;
  text-align: center;
  width: 100%;
  font-size: 25px;
}

#dpsgh {
  font-family: 'garet_h', sans-serif;
  color: white;
  width: 100%;
}

#dpsgp {
  font-family: 'garet', sans-serif;
  color: white;
  width: 100%;
  margin-top: 0.5%;
}

.responsive-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  box-sizing: border-box;
}

.responsive-section span {
  flex: 1;
  text-align: center;
}

.responsive-section img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  #dpsgtxt{
    max-width: 92.5%;
  }
  .responsive-section {
    flex-direction: column;
    align-items: center;
  }

  .responsive-section span {
    margin-bottom: 10px;
  }

  .responsive-section span:last-child {
    margin-bottom: 0;
  }

  #dpsgh {
    font-size: 20px;
  }

  #dpsgp {
    font-size: 15px;
    margin-top: 2%;
    margin-bottom: 2.5%;
  }

  #img-padding2 {
    padding-top: 2%;
    padding-bottom: 2%;
    height: 300px;
    width: 375px;
  }

  #img-padding1 {
    padding-top: 2%;
    padding-bottom: 2%;
    height: 300px;
    width: 325px;
  }

  #height-qr {
    height: 300px;
    width: 285px;
  }
}

body {
  background-color: black;
}

.responsive-section img {
  max-width: 100%;
  height: auto;
}

img {
  display: inline;
}

