/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* fonts */
@font-face {
  font-family: 'Goldman-Bold';
  src: url(../stylesheets/font/Goldman/Goldman-Bold.ttf);
}
@font-face {
  font-family: 'Goldman-Regular';
  src: url(../stylesheets/font/Goldman/Goldman-Regular.ttf);
}
/* fonts */
* {
  padding: 0;
  margin: 0;
}
body {
  background: #0b0228;
  color: #070A1D;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}
.responsive {
  width: 100%;
  max-width: 600px;
  height: auto;
}

a {
  color: #432694;
  text-decoration: none;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #432694;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #110B2D;
}

.main-page {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 15px;
  color: #432694;
  line-height: 0;
}

.back-to-top:hover {
  background: #9d65fc;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Sections Header
--------------------------------------------------------------*/

.card2 {
  border: 1px solid #777;
  padding: 20px 10px;
  border-radius: 5px;
  height: 550px;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  width: 100%;
  height: 90px;
  position: fixed;
  left: 0;
  top: 0 !important;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px;
}

#header.header-scrolled,
#header.header-inner {
  background: #070A1D;
  height: 70px;
}

#header #logo h1 {
  font-size: 36px;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#logo {
  width: 10em;
  display: flex;
  align-items: center;
}

#header #logo h1 span {
  color: #9d65fc;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

#header #logo img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.navbar-top-btn {
  color: white !important;
  padding: 7px 22px !important;
}

/*--------------------------------------------------------------
# Buy Tickets
--------------------------------------------------------------*/
.buy-tickets {
  color: #fff;
  /* background-image: linear-gradient(to right, #432694 0%, #110B2D 100%); */
  /* background-image: linear-gradient(45deg, #432694 0%, #231551 60%); */
  background: #432694;
  padding: 7px 22px;
  margin: 10px 0 0 15px;
  border-radius: 50px;
  border: 2px solid #231551;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
}

.buy-tickets:hover {
  background: none;
  color: #fff;
}

.buy-tickets:focus {
  color: #fff;
}

.contest-btn {
  color: #fff;
  background: #9d65fc;
  padding: 7px 22px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  border: 2px solid #9d65fc;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 13px;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
}

.contest-btn:hover {
  background: none;
  color: #fff;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  text-align: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 12px;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Ubuntu", sans-serif !important;
  font-weight: 600;
  font-size: 14px;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  padding: 6px 4px;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #9d65fc;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
}

.navbar a:hover,
.navbar .active,
.navbar li:hover > a {
  color: #fff;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 12px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #060c22;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: #9d65fc;
}

.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 45px;
  right: 30px;
}

.navbar-mobile ul {
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  position: absolute;
  width: 90%;
  height: 90%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  transition: 0.3s;
  text-align: center;
}
.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover > a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a {
  padding: 9px 20px;
  font-size: 15px;
  color: #fff;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover > a {
  background: #060c22;
  background: white;
  color: #040919;
  transform: scale(1.1);
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover > a {
  color: #9d65fc;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url(../img/newbg22.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
  padding-top: 0px;
  margin-top: 0px;
}

#hero:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .hero-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 4em;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#hero h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  padding-top: 0em;
  margin-top: 0em;
  font-size: 5rem;
  font-weight: 600;
  text-transform: uppercase;
}

#hero h1 span {
  color: #9d65fc;
}
#hero p {
  color: #ebebeb;
  padding: 0.5em;
  margin: 0 !important;
  font-weight: 700;
  font-size: 1em;
}

#hero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 40px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #9d65fc;
  background: #9d65fc;
}

#hero .about-btn:hover {
  background: none;
  color: #fff;
  border: 2px solid #9d65fc;
}
/* 
------------------------------------------------------------------------------------------------------------------------new schedule section
---------------------------------------------------------------------------------------------*/
#timeline1 {
  background-color: #161d2d;
}

.timeline {
  list-style: none;
  padding: 10px 0 10px;
  position: relative;
  background-color: #161d2d;
}

.ttime {
  float: right;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 40%;
  color: white;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 15px;
  position: relative;
  height: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  height: 130px;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 55px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
  color: #fff;
}

.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 55px;
  right: -14px;
  display: inline-block;

  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

.timeline > li > .timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 100px;
  height: 100px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -50px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-title {
  margin-top: 0;
  color: #fff;
}

.time1 {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  float: right;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.time2 {
  display: block;
  margin-bottom: 20px;
  font-size: 13px;
  float: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.timeline-title2 {
  float: right;
  color: #fff;
}

.timeline-body > p,
.timeline-body2 {
  float: left;
  color: #fff;
}

.timeline-body > ul {
  margin-bottom: 0;
}

.timeline-body > p + p {
  margin-top: 5px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 80px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  margin-right: 4px;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

#footer .footer-top .social-links a i {
  line-height: 0;
  font-size: 16px;
}

#footer .footer-top .social-links a:hover {
  background: #20a1f2;
  color: #fff;
}
.email__link {
  color: #fff;
}
.email__link:hover {
  color: #9d65fc !important;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #20a1f2;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #20a1f2;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #20a1f2;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #20a1f2;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #20a1f2;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.copyright-section {
  background: rgba(0, 0, 0, 0.2);
}
.copyright-section-text {
  color: #e25555;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #19212e;
  color: white;
}

#socialicon {
  border: 2px white solid;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}

#sicon {
  padding-top: 10px;
  font-size: x-large;
}

#socialicon:hover {
  background: #452592;
}

#socialicon:hover > #sicon {
  color: #fff;
}

.footer-contact p {
  line-height: 26px;
}

/* --------------------------------------------Badge css------------------------------------------------ */

#phero {
  width: 100%;
  height: 100vh;
  background: url(/images/aws2024/speaker4.jpg) top center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  height: auto;
}
#phero {
  background-attachment: fixed;
  z-index: 2;
}
#phero:before {
  content: "";
  background: #0b0228;
  /* background-image: linear-gradient(45deg, #432694 0%, #0b0228 60%); */
  opacity: 0.8;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

#phero .phero-container {
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
  margin-top: 8em;
}

#phero h1 {
  color: #fff;
  font-family: "Goldman-Bold";
  font-size: 62px;
  font-weight: 600;
  text-transform: uppercase;
  text-shadow: 1px 1px #40F7E0;
}

#phero h1 span {
  text-shadow: 2px 2px #582fb8;
  color: #32f7e0;
}

#phero p {
  color: #ebebeb;
  padding: 0.5em;
  margin: 0 !important;
  font-weight: 700;
  font-size: 1em;
}

#phero .about-btn {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #9d65fc;
  background: #9d65fc;
}

#phero .about-btn:hover {
  background: none;
  color: #fff;
  border: 2px solid #9d65fc;
}

@-webkit-keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }

  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
      transform: scale(0.6, 0.6);
      opacity: 1;
  }

  100% {
      transform: scale(1, 1);
      opacity: 0;
  }
}
.photo_upload {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1em;
}

/* ----------------  card  ------------------- */
#bnophoto h2,
#bphoto h2 {
  color: #ffffff;
}
.bphoto-card {
  margin: auto;
  background-image: url("./assests/img/bg_card.png");
  background: #080F32;
  box-shadow: 0 2px 20px #070A1D;
  overflow: hidden;
  width: 400px;
  height: 400px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  color: #fff !important;
  z-index: 100;
}

.bphoto-card .card-header {
  width: 250px;
  margin: 0.3em auto;
}

.bphoto-card .card-header img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.bphoto-card .card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  padding: 10px;
  height: 250px;
}
.buyclass {
  color: #fbfbfb;
  font-size: 14px;
  padding: 5px;
}
.bphoto-card .card-price {
  color: white;

  font-size: 44px;
}
.buycard {
  color: #a1a7ac;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.tag {
  background: #cccccc;
  font-family: cursive;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 900;
  margin: 0 auto;
  color: #fff;
  padding: 10px;
  text-transform: uppercase;
  cursor: pointer;
}

.tag-teal {
  background-color: #bc47d4;
  padding: 1em;
}
.card-body p {
  font-size: 30px;
  text-align: center;
  margin: 8px auto;
}

.bphoto-card .card-head {
  font-size: 20px !important;
  margin: 10px auto;
}

.user {
  display: flex;
  margin: 0;
}

.user img {
  border-radius: 50%;
  width: 180px;
  height: 180px;
  object-fit: cover;
}
.user-info small {
  color: #545d7a;
}

/* ---------------- End Of Card --------------------- */

.bphoto-card .card-img {
  width: 100%;
  height: 100%;
}

.user-img {
  width: 142px;
  height: 136px;
  right: 13%;
  top: 30%;
  position: absolute;
}

.user-img img {
  width: 100%;
  height: 100%;
}
.photo_upload > div {
  margin: 2em;
  text-align: center;
  padding-top: 22px;
  box-sizing: border-box;
  color: #fff;
}

#u_photo {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #432694;
  background-color: #66F7E7;    
  box-shadow: -2px 0px 10px #432694;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #66F7E7;
}

#d_photo {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: -2px 0px 10px #432694;
  line-height: 1;
  margin: 10px;
  margin-bottom: 10px;
  color: #432694;
  background-color: #66F7E7;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #66F7E7;
}

#d1_photo {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  box-shadow: -2px 0px 10px #432694;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #432694;
  background-color: #66F7E7;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #66F7E7;
}

.linkstree {
  word-wrap: break-word;
  color: #fff;
  background-image: linear-gradient(to right top, #9d65fc, #ac5afa, #bb4bf7, #cb38f2, #da12eb);
  padding: 15px 22px;
  margin: 0 0 0 15px;
  height: 60px;
  width: 800px;
  font-family: "Raleway", sans-serif;
  border: 1px solid #9d65fc;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  line-height: 1;
  font-size: 25px;
  white-space: nowrap;
  margin-top: 15px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  border-radius: 50px;
}
.linkstree:hover {
  background: none;
  color: #fff;
  border: 3px solid #9d65fc;
}
.linkstree > span > i {
  float: left;
  font-size: 32px;
}

/* CTA Section CSS :: START */
.call-to-action {
  height: 900px;
  /* background-image: linear-gradient(to right top, #1e0e38, #211c4e, #1c1b46, #181842, #1b1031); */
  background-image: linear-gradient(to top, #432694 0%, #110B2D 100%);
  color: white;
  height: 1000px;
}
.twitter-card {
  background: transparent;
  box-shadow: none !important;
  border: none;
}
.size-2 a{
  color: #40F7E0;
}
.size-2 {
  margin-top: 100px;
  color: white;
  text-align: center;
  padding-bottom: 50px;
  font-size: 36px;
}
.cross-icon {
  width: 35px;
  height: 35px;
}
.twitter-card .card-title {
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
}
.twitter-card .card-body {
  justify-content: unset;
  padding: 50px 0 10px 0;
}
.twitter-card .card-body p {
  text-align: left;
  color: rgb(113, 118, 123);
  font-size: 15px;
}
.twitter-timeline {
  border-color: rgba(0, 0, 0, 0);
  background-color: rgb(29, 155, 240);
  color: #fff;
  font-weight: 600;
  cursor: pointer;
  outline-style: none;
  transition-duration: 0.2s;
  transition-property: background-color, box-shadow;
  padding: 15px 20px;
  border-radius: 50px;
  min-width: 200px;
  min-height: 50px;
  text-align: center;
}
.twitter-timeline:hover {
  background: (26, 140, 216);
  color: #fff;
}
.twitter-btn {
  width: 100%;
  display: flex;
  justify-content: start;
  margin-top: 20px;
}
/* CTA Section CSS :: END */

/*Copy Text CSS ::  START*/

.copy-text-wrapper
{
  width: 100%;
}
.copy-text-wrapper .copy-text-heading
{
  font-size: 25px;
  font-weight: 400;
  color: white;
}
.copy-text-wrapper #copyButton
{
  box-shadow: none;
  border: none;
  background-color: transparent;
  color: white;
  font-size: 100%;
  margin-top: 10px;
  border: 1px solid white;
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: 0.75s ease;
}
.copy-text-wrapper .inner-text-content-full .copy-content-inner-wrapper
{
  background-color: #fafafa54;
  border-radius: 10px;
  padding: 10px 0;
}
.copy-text-wrapper #copyButton:hover,
.copy-text-wrapper #copyButton:focus
{
  background-color: white;
  color: black;
}
.copy-text-wrapper #copyButton i
{
  font-weight: 400;
  font-size: 25px;
}

/*Copy Text CSS ::  END*/

/* responsive CSS :: START */
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
      left: -90%;
  }

  .navbar .dropdown .dropdown:hover > ul {
      left: -100%;
  }
}

@media (max-width: 992px) {
  #header #logo img {
      max-height: 70px;
  }
  #buy-tickets {
      height: 1200px;
  }
  .cardul {
      height: 330px;
  }
  .buy-tickets {
      margin: 0 15px 0 0;
  }
  ul.timeline:before {
      left: 90px;
  }

  ul.timeline > li > .timeline-panel {
      width: calc(100% - 200px);
      width: -moz-calc(100% - 200px);
      width: -webkit-calc(100% - 200px);
  }

  ul.timeline > li > .timeline-badge {
      left: 15px;
      margin-left: 0;
      top: 16px;
  }

  ul.timeline > li > .timeline-panel {
      float: right;
  }

  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
      display: block;
  }

  .navbar ul {
      display: none;
  }
  #hero .hero-container {
      top: 70px;
  }
  #hero h1 {
      font-size: 34px;
  }
  #phero h1 {
      font-size: 34px;
  }
  #phero .phero-container {
      padding: 0;
  }
}

@media (min-width: 1024px) {
  #hero {
      background-attachment: fixed;
  }
  #phero {
      background-attachment: fixed;
      z-index: 2;
  }
}

@media (max-width: 600px) {
  .photo_upload {
      height: auto;
  }

  #wbadge1 {
      height: 100px;
      width: 200px;
  }

  #wbadge2 {
      height: 150px;
      width: 100px;
  }
}
/* responsive CSS :: END*/
