body,
html {
  background: rgb(255,0,112);
  background: linear-gradient(28deg, rgba(255,0,112,1) 0%, rgba(255,89,61,1) 100%);
  font-family: "Myriad Regular";
  font-style: normal;
  font-weight: normal;
  height: -webkit-fill-available;
}
header {
  position: fixed;
  width: 100%;
  z-index: 10;
  top: 0;
}
content {}
h1 {
  color: #fff;
  font-family: "Myriad semibold";
  font-size: 29px;
  line-height: 27px;
  letter-spacing: 0.888888px;
}
.logo-row {
  /* margin-top: 15px; */
}
.sm-logo img {
  width: 160px;
}
.heading {
  margin-bottom: 25px;
}
.logo-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* position: absolute; */
  /* inset: 0; */
  /* margin: auto; */
}
.logos {
  margin-bottom: 20px;
  /* width: 100%; */
  margin-top: 10px;
}
.form {
  width: 460px;
  padding: 5px 40px 10px 40px;
}
.form input,
.form select {
  height: 42px;
  color: #000;
  border-radius: 5px;
  font-size: 15px;
  letter-spacing: 0.3333px;
  line-height: 1;
  font-weight: bold;
}
.form select {
  background-image: url(../images/down.svg);
}
.form-control:focus,
.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: unset;
  outline: none;
  box-shadow: none;
}
.cstm-btn button {
  height: 50px;
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.544px;
  font-family: "Myriad Regular";
  color: #ffffff;
  background-color: #000;
  border-radius: 10px;
  margin-top: 2px;
  /* box-shadow: 0px 0px 13px 6px rgb(244 134 184) !important; */
}
.btn:first-child:hover,
:not(.btn-check) + .btn:hover {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: unset;
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  color: #000000 !important;
  background-color: #fff !important;
  border-color: transparent !important;
}
input:focus-visible {
  outline-offset: unset;
  outline-width: inherit;
  height: auto;
}
input::placeholder {
  color: #ed1b79 !important;
  letter-spacing: 0.33px;
  font-size: 14px;
}

.logos {
  -webkit-animation: logos 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
  animation: logos 1.2s cubic-bezier(0.175, 0.885, 0.32, 1.275) both;
}

@keyframes logos {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
}
}
.heading {
  -webkit-animation: heading 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: heading 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@keyframes heading {
  0% {
    -webkit-transform: translateY(-60px);
    transform: translateY(-60px);
    opacity: 0;
}
50% {
    opacity: 1;
}
100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}

.main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100vh;
  width: 100vw;
}

.a {
  display: inline-block;
  position: relative;
  width: 150px;
  height: 150px;
  opacity: 1;
}
.a div {
  position: absolute;
  border: 5px solid #fff;
  opacity: 0;
  border-radius: 50%;
  animation: a 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.a div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes a {
  0% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
}
4.9% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    opacity: 0;
}
5% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    opacity: 0.8;
}

100% {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    height: 170px;
    opacity: 0;
}
}
.cstm-btn button {
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
}

.cstm-btn button {
  border-radius: 30px;
}
.cstm-btn button {
  border: 0;
  border-bottom: 3px solid #f8f6f7;
}
.cstm-btn button i {
  font-size: 16px;
  color: #ed1b79;
}
.cstm-btn button:active {
  transform: translate(0px, 5px);
  -webkit-transform: translate(0px, 5px);
  border-bottom: 0px solid;
  border-radius: 50px;
}
.hide {
  display: none;
}
.initial {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.videos {
  position: relative;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}

.play {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.play:hover .fil1 {
  fill: #fff;
}
.menu {
  height: 98%;
  background-color: rgba(0, 0, 0, 0.5);
}

.menu, .menu-wrapper {
    position: absolute;
    width: 100%;
    padding: 0;
    text-align: center;
    align-items: center;
    justify-content: center;
    inset: 0;
    height: auto;
}

.menu,.menu a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1px;
  text-transform: uppercase;
}
.menu ul li {
  list-style-type: none;
}
.menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin: 0;
    padding: 0px 10px;
}
.videos video {
  width: 100%;
  height: auto;
}
.options {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}
.menu a:hover {
  cursor: pointer;
}
.menu {
  -webkit-animation: menu 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: menu 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.banner {
  -webkit-animation: banner 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
  animation: banner 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s both;
  border: 3px solid #d31377;
  border-radius: 4px;
  padding: 5px 15px;
  margin: 0;
  margin-bottom: 15px;
}
.banner h3{
   margin: 0;
}
.ans {
  -webkit-animation: ans 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
  animation: ans 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both;
}
.timer{
    position: absolute;
    top: 8px;
    left: 5px;
    margin: 0;
    padding: 1px 11px;
    background-color: #000000bf;
    z-index: 111;
    border-bottom: 2px solid #f8f6f7;
    border-radius: 4px;
}
.timer h1{
    margin: 0;
    padding: 0;
    font-size: 4vw;
}
.timer-2{
    right: 5px;
    left: unset;
}
.checbox{
    width: 20px;
}
.check-treams label{
    color: #fff;
}
.check-treams p{
    color: #ffffffcc;
    line-height: 1.2;
    letter-spacing: 0.333px;
    text-align: justify;
    margin-bottom: 0;
    font-size: 11px;
}
.thnk-img{
}
.thnk-txt{
    font-size: 25px;
    font-family: "Myriad bold";
}
.video-sec{
    gap: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
video::-webkit-media-controls {
  display: none !important;
}

@-webkit-keyframes menu {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
}
@keyframes menu {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
}
@-webkit-keyframes ans {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
}
}
@keyframes ans {
  0% {
    -webkit-transform: rotateX(80deg);
    transform: rotateX(80deg);
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
}
}
@-webkit-keyframes banner {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
}
}
@keyframes banner {
  0% {
    -webkit-transform: rotateX(-100deg);
    transform: rotateX(-100deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 0;
}
100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: top;
    transform-origin: top;
    opacity: 1;
}
}


.vr {
    width: 2px;
    background-color: currentcolor;
    opacity: 1;
    background: #d31377;
}
