.main_container {
  max-width: 740px;
  height: 100%;
  margin: 10px auto 0px auto;
}

.in_container {
  border-radius: 2px;
  box-shadow: 0 0 6px #c9d1de;
  -webkit-box-shadow: 0 0 6px #c9d1de;
  -moz-box-shadow: 0 0 6px #c9d1de;
  -o-box-shadow: 0 0 6px #c9d1de;
}

.back_link {
  display: block;
  text-decoration: none;
  margin-top: 80px;
  text-align: center;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #3e3e3e;
  font-size: 16px;
  letter-spacing: 1px;
}

.back_link .back_arrow_icon {
  vertical-align: middle;
  margin-right: 10px;
}

html {
  width: 100%;
}

body {
  width: 100%;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  mso-margin-top-alt: 0px;
  mso-margin-bottom-alt: 0px;
  mso-padding-alt: 0px 0px 0px 0px;

  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p,
h1,
h2,
h3,
h4 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

table {
  font-size: 14px;
  border: 0;
}

img {
  border: none !important;
}

@media only screen and (max-width: 600px) {
  body[yahoo] .full_width_600 {
    width: 90% !important;
  }
}

@media only screen and (max-width: 700px) {
  body[yahoo] .full_width_700 {
    width: 100% !important;
  }
  body[yahoo] .txt_center {
    text-align: center !important;
  }
  body[yahoo] .separator {
    height: 40px !important;
  }
}

.bg-gradient1 span,
.bg-gradient1:before {
  background: #52a0fd;
  background: -moz-linear-gradient(left, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
  background: -webkit-linear-gradient(
    left,
    #52a0fd 0%,
    #00e2fa 80%,
    #00e2fa 100%
  );
  background: linear-gradient(to right, #52a0fd 0%, #00e2fa 80%, #00e2fa 100%);
}

.bg-gradient3 span,
.bg-gradient3:before {
  background-image: linear-gradient(
    to left bottom,
    #ba6bd1,
    #af5cc8,
    #a54dbf,
    #9a3db7,
    #8f2cae,
    #8923af,
    #821ab0,
    #7b0eb1,
    #7512bc,
    #6e18c8,
    #631ed4,
    #5324e1
  );
  /* background: -moz-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: -webkit-linear-gradient(left, #fa6c9f 0%, #ffe140 80%, #ffe140 100%);
    background: linear-gradient(to right, #fa6c9f 0%, #ffe140 80%, #ffe140 100%); */
}

.wrapper {
  margin: 0% auto;
  text-align: center;
  transform-style: perserve-3d;
  perspecive: 400px;
}

a {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
}

.fancy-button {
  display: inline-block;
  margin: 0px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #fff;
  top: 55%;
  margin-top: -6em;
  width: 100%;
  height: 0.199em;
}

.fancy-button:before {
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  z-index: -1;
  border-radius: 30em;
  filter: blur(20px) brightness(0.95);
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

.fancy-button i {
  font-size: 1em;
  vertical-align: middle;
}

.fancy-button span {
  display: inline-block;
  padding: 13px 60px;
  border-radius: 50em;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all 0.3s ease-out;
}

.fancy-button:focus,
.fancy-button:active {
  color: #fff;
}

.fancy-button:hover {
  color: #fff;
}

.fancy-button:hover span {
  filter: brightness(1.05) contrast(1.05);
  transform: scale(0.95);
}

.fancy-button:hover:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
}

.fancy-button.pop-onhover:before {
  opacity: 0;
  bottom: 10px;
}

.fancy-button.pop-onhover:hover:before {
  bottom: -7px;
  opacity: 1;
  filter: blur(20px);
}

.fancy-button.pop-onhover:hover span {
  transform: scale(1.04);
}

.fancy-button.pop-onhover:hover:active span {
  filter: brightness(1) contrast(1);
  transform: scale(1);
  transition: all 0.15s ease-out;
}

.fancy-button.pop-onhover:hover:active:before {
  bottom: 0;
  filter: blur(10px) brightness(0.95);
  transition: all 0.2s ease-out;
}

*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html,
body {
  width: 100%;

  overflow-x: hidden;
}

body {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1em;
  color: #696969;
  -webkit-font-smoothing: antialiased;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

h1 {
  margin: 1em 0;
}

p {
  margin: 0.9em 0;
  line-height: 1.5;
}

::selection {
  background-color: #e53935;
  color: #eee;
}

.menu-toggle {
  display: none;
}

.mobile-bar {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 25px;
  /*BAR HOW MUCH IN RIGHT*/
  width: 100%;
  height: 65px;
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon {
  float: right;
  display: block;
  position: relative;
  width: 25px;
  height: 100%;
  cursor: pointer;
  transition: transform 300ms ease-in;
  /*the bar to X*/
}

.menu-icon > span {
  display: block;
  position: absolute;
  top: 55%;
  margin-top: -0.3em;
  width: 100%;
  height: 0.199em;
  border-radius: 1px;
  background-color: #696969;
  transition: transform 300ms ease-in;
}

.menu-icon > span:before,
.menu-icon > span:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #696969;
  transition: transform 300ms ease;
}

.menu-icon > span:before {
  transform: translateY(-0.6em);
}

.menu-icon > span:after {
  transform: translateY(0.6em);
}

/*need this for bringing down the examples*/

.menu-toggle:checked + .mobile-bar .menu-icon {
  transform: rotate(45deg);
}

.menu-toggle:checked + .mobile-bar span:before,
.menu-toggle:checked + .mobile-bar span:after {
  transform: rotate(90deg);
}

/*needed*/

.menu-toggle:checked ~ .header {
  visibility: visible;
  opacity: 1;
  transition-delay: 0s;
}

.header {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 60px;
  width: 100%;
  height: 100%;
  background-color: #e5e5e5;
  padding-right: 5.7px;
  color: #eee;
  transition: opacity 300ms ease-in, visibility 0s ease-in 300ms;
}

.header nav,
.header ul {
  height: 100%;
}

.header li {
  border-bottom: 1px solid #eee;
  color: #505050;
  /*text on navbar*/
  font-weight: 430;
  line-height: 2.4;
  /*height of the navbar*/
  font-size: 15px;
  letter-spacing: 0.2px;
  font-weight: 600;
}
a {
  color: #505050;
}

.header li:hover {
  font-size: 17px;
  color: #000;
  transition: color 300ms ease-in;
}

.header a {
  display: block;
  color: #505050;
  padding: 25px;
  transition: background-color 300ms ease-in;
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand > img {
  display: block;
  height:92px;
  width: auto;
  z-index: 10;
  position: fixed;
  top: -7.55px;
  left: 0;
  padding: 0 25px;
  /*BAR HOW MUCH IN RIGHT*/
}

.test {
  top: 0;
  width: 100%;
  position: fixed;
}

@media (min-width: 1000px) {
  .mobile-bar {
    display: none;
  }
  .header {
    z-index: 5;
    position: relative;
    left: 0;
    padding-top: 0;
    width: 100%;
    height: auto;
    /* overflow: auto; */
    visibility: visible;
    opacity: 1;
    text-align: right;
  }
  .header li {
    display: inline-block;
    margin-right: -6px;
    /* fix the inline-block gap */
    border: none;
    text-align: left;
  }
  .header a {
    padding: 15px 20px;
    /*header height and text spacing*/
  }
}

.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: #505050;
  padding: 15px 20px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #505050;
  /* padding: 12px 16px; */
  padding: 15px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}
/* floating scial icons   */
#icon {
  font-size: 24px;
  color: #fff;
  padding: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#social {
  position: fixed;
  right: 30px;
  top: 350px;
  width: 40px;
  text-align: center;
  z-index: 999;
  background-color: #000;
  overflow: hidden;
  border-radius: 6px;
}
#social i:hover {
  color: #ccc;
  font-size: 30px;
  /* rgb(194, 14, 179) */
}

/* floating scial icons end  */
.parallax {
  background-image: url("./images/mainpic.jpg");
  min-height: 100vh;
  width: 100%;
  background-attachment: fixed;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
#knhead {
  font-size: 30px;
  z-index: 1;
  color: white;
  text-shadow: 2px 2px 4px #000000;
  text-align: center;
}
#knhead p {
  padding: 200px 10px 0px 10px;
}
.quotation {
  text-align: center;
  width: 100%;
  height: 100px;
  color: white;
  line-height: 100px;
  background-image: linear-gradient(
    to left bottom,
    #ba6bd1,
    #af5cc8,
    #a54dbf,
    #9a3db7,
    #8f2cae,
    #8923af,
    #821ab0,
    #7b0eb1,
    #7512bc,
    #6e18c8,
    #631ed4,
    #5324e1
  );
}
marquee {
  font-size: 25px;
  font-weight: 100;
  /* color: #009790; */
  color: white;
  text-shadow: 2px 2px 4px #000000;
  width: 50%;
  position: static;
}
.box-containers {
  box-sizing: border-box;
}

.column {
  float: left;
  width: 50%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 0 10px;
}

/* Remove extra left and right margins, due to padding */
/* .row {margin: 0 10px;} */

/* Clear floats after the columns */
.row {
  background-image: linear-gradient(
    to left bottom,
    #ba6bd1,
    #af5cc8,
    #a54dbf,
    #9a3db7,
    #8f2cae,
    #8923af,
    #821ab0,
    #7b0eb1,
    #7512bc,
    #6e18c8,
    #631ed4,
    #5324e1
  );
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive columns */
@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  .footer {
    display: block;
  }
  #companylogo{
    margin-left: 25%;
  }
}

/* Style the counter cards */
.card {
  /* margin-left: auto;
  margin-right: auto; */
  /* width: 400px; */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px 20px;

  text-align: center;
  min-height: 200px;
  line-height: 200px;
  border-radius: 25px;
}
.card :hover {
}
.card h1 {
  color: white;
  text-shadow: 2px 2px 4px #000000;
}
.c1 {
  background-image: url(./images/event.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c2 {
  background-image: url(./images/updates.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c3 {
  background-image: url(./images/yourfashion.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c4 {
  background-image: url(./images/merch.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c5 {
  background-image: url(./images/fanzone.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c6 {
  background-image: url(./images/query.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer {
  width: 100%;
  display: flex;
  /* height: 150px; */
  background-color: #f4f4f4;
}
.footer a {
  width: 33.33%;
  text-align: center;
}
.footer h1 {
  margin-top: 30px;
  color: WHITE;
  text-shadow: 2px 2px 4px #000000;
}
.footer h3 {
  margin-top: 20px;
  color: WHITE;
  text-shadow: 2px 2px 4px #000000;
}
.footer label {
  font-size: 20px;
  color: WHITE;
  text-shadow: 2px 2px 4px #000000;
}
#social {
  margin-top: 20px;
}
/* #icon{
    margin-top: 10px;
    padding: 10px;
  color: white;
  font-size: 30px;
   text-shadow: 2px 2px 4px #000000;
} */
/* about page  */
.about {
  display: block;
  background-image: linear-gradient(
    to left bottom,
    #ba6bd1,
    #af5cc8,
    #a54dbf,
    #9a3db7,
    #8f2cae,
    #8923af,
    #821ab0,
    #7b0eb1,
    #7512bc,
    #6e18c8,
    #631ed4,
    #5324e1
  );
}
.about p {
  color: white;
  text-shadow: 2px 2px 4px #000;
  margin: 0;
  padding: 20px;
}
/* sign animation */
.typewriter h2 {
  /* font-family: monospace; Web-safe typewriter-like font */
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blinking-cursor 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blinking-cursor {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: #f5f5f5;
  }
}

/* sign animation end*/
