/* Use the variables */
/* line 31, ../../scss/custom.scss */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

/* line 37, ../../scss/custom.scss */
html {
  height: 100%;
  scroll-behavior: smooth; }

/* line 42, ../../scss/custom.scss */
body {
  background-color: #FFFFFF;
  color: #191C20;
  font-size: 16px;
  word-wrap: break-word; }

/* line 50, ../../scss/custom.scss */
h1, .banner .uiuxmeetup {
  font-size: 64px;
  font-weight: 800; }

/* line 56, ../../scss/custom.scss */
h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 42px;
  color: #191C20; }

/* line 63, ../../scss/custom.scss */
h3 {
  font-size: 24px;
  font-weight: 500;
  color: #8CA0AA;
  color: #191C20; }

/* line 70, ../../scss/custom.scss */
h4 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #8CA0AA; }

/* line 78, ../../scss/custom.scss */
p {
  font-size: 16px;
  line-height: 28px;
  color: #191C20; }

/* line 85, ../../scss/custom.scss */
a, .footer-wrapper .footer-container h4 {
  text-decoration: none !important; }

/* line 89, ../../scss/custom.scss */
.wrapper {
  max-width: 1320px; }

/* line 93, ../../scss/custom.scss */
.inner-wrapper {
  max-width: 934px; }

/* line 97, ../../scss/custom.scss */
.button {
  height: 58px;
  padding: 14px 20px;
  border-radius: 100px;
  background: none; }

/* line 104, ../../scss/custom.scss */
.ultra-regular, .banner .collage-wrapper .banner-text {
  font-family: "Ultra", serif;
  font-weight: 400;
  font-style: normal; }

/* line 110, ../../scss/custom.scss */
.inter, body, p {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0; }

/* line 118, ../../scss/custom.scss */
.montserrat, h4 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* line 125, ../../scss/custom.scss */
.section-title {
  font-family: "Montserrat", sans-serif;
  padding: 10px 15px;
  display: inline-block;
  margin: 30px 0px;
  text-transform: uppercase; }
  /* line 131, ../../scss/custom.scss */
  .section-title .section-title-background {
    background: #F82BC8;
    color: #FFFFFF;
    padding: 11px;
    font-weight: 400; }
  /* line 138, ../../scss/custom.scss */
  .section-title:after {
    content: "";
    border-bottom: 2px solid #F82BC8;
    display: block;
    background: red;
    width: 150px;
    margin-top: 10px; }

/* line 148, ../../scss/custom.scss */
.white {
  color: #FFFFFF; }

/* line 155, ../../scss/custom.scss */
header {
  position: absolute;
  z-index: 999;
  padding: 15px;
  margin: 0px auto; }

/* line 162, ../../scss/custom.scss */
.header-right {
  display: flex;
  justify-content: right; }
  /* line 166, ../../scss/custom.scss */
  .header-right .button {
    color: #FFFFFF;
    border: 1px solid #FFFFFF; }
    /* line 170, ../../scss/custom.scss */
    .header-right .button ul {
      margin-bottom: 0; }

/* line 177, ../../scss/custom.scss */
.banner {
  background-image: url("../../images/2023/bannerbacground.jpg");
  width: 100%;
  height: 712px;
  overflow: hidden;
  position: relative;
  top: 0; }
  /* line 184, ../../scss/custom.scss */
  .banner:after {
    content: ".";
    background: linear-gradient(136deg, #5800D0 1.8%, #7C1564 118.66%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 712px;
    padding: 0;
    opacity: 0.9;
    top: 0;
    left: 0; }
  /* line 196, ../../scss/custom.scss */
  .banner .collage-wrapper {
    width: 100%; }
    /* line 198, ../../scss/custom.scss */
    .banner .collage-wrapper .neon, .banner .collage-wrapper .speaker-collage, .banner .collage-wrapper .diamond {
      position: absolute;
      bottom: 0px;
      width: 35%; }
    /* line 203, ../../scss/custom.scss */
    .banner .collage-wrapper .neon-image {
      bottom: 20% !important;
      max-width: 780px;
      width: 100%;
      z-index: 999; }
    /* line 209, ../../scss/custom.scss */
    .banner .collage-wrapper .speaker-collage {
      z-index: 999;
      max-width: 649px;
      width: 100%;
      -webkit-animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation-delay: .2s; }
    /* line 218, ../../scss/custom.scss */
    .banner .collage-wrapper .banner-text {
      color: #FFFFFF;
      font-size: 88px;
      position: relative;
      z-index: 99;
      text-shadow: 0px 4px 8px rgba(0, 0, 0, 0.4);
      text-transform: capitalize;
      margin-top: 2%; }
    /* line 228, ../../scss/custom.scss */
    .banner .collage-wrapper .diamond {
      mix-blend-mode: lighten;
      animation-name: diamondimage;
      animation-duration: .1s;
      animation-iteration-count: infinite;
      animation-timing-function: ease-in-out;
      z-index: 99; }
    /* line 238, ../../scss/custom.scss */
    .banner .collage-wrapper .biggest-text {
      position: relative;
      z-index: 99;
      margin-top: 7%;
      max-width: 850px;
      width: 100%;
      -webkit-animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: scale-down-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation-delay: .6s; }
  /* line 250, ../../scss/custom.scss */
  .banner .banner-gradient {
    height: 150px;
    background-image: linear-gradient(transparent, #000000);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 999; }
    /* line 257, ../../scss/custom.scss */
    .banner .banner-gradient ul {
      -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
      animation-delay: 1.3s; }
    /* line 263, ../../scss/custom.scss */
    .banner .banner-gradient li {
      color: #FFFFFF; }
  /* line 267, ../../scss/custom.scss */
  .banner .uiuxmeetup {
    color: #FFFFFF;
    /*text-shadow: $textshadow;*/
    -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: 1s;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 10px rgba(0, 0, 0, 0.1), 0 0 20px rgba(0, 0, 0, 0.3), 0 0 12px rgba(0, 0, 0, 0.3), 0 0 25px rgba(0, 0, 0, 0.3), 0 0 32px rgba(0, 0, 0, 0.3); }
  /* line 277, ../../scss/custom.scss */
  .banner .verticle-banner-text {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 50%;
    transform: rotate(270deg);
    color: #FFFFFF; }

@keyframes diamondimage {
  from {
    opacity: .2; }
  to {
    opacity: 1; } }
/* line 292, ../../scss/custom.scss */
.banner-curve {
  background: url("../../images/2023/lines.svg") center top no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -1px; }
  /* line 299, ../../scss/custom.scss */
  .banner-curve .play-icon {
    position: relative;
    z-index: 1;
    left: -190px; }

/* line 307, ../../scss/custom.scss */
.video-section {
  opacity: 0;
  position: relative;
  background: url("../../images/2023/lines.svg") center top no-repeat; }
  /* line 311, ../../scss/custom.scss */
  .video-section .container {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 315, ../../scss/custom.scss */
    .video-section .container .video {
      position: relative;
      max-width: 799px;
      width: 100%; }
      /* line 319, ../../scss/custom.scss */
      .video-section .container .video iframe {
        position: absolute;
        left: 20px;
        top: 18px;
        max-width: 762px;
        width: 100%;
        height: 538px; }
      /* line 327, ../../scss/custom.scss */
      .video-section .container .video .video-back {
        max-width: 799px;
        width: 100%;
        height: auto; }

/* line 339, ../../scss/custom.scss */
.Our-speaker {
  background: url("../../images/2023/Dots 1dots.svg") center bottom no-repeat, linear-gradient(136deg, #5800D0 1.8%, #7C1564 118.66%);
  position: relative;
  height: 850px;
  opacity: 0; }
  /* line 344, ../../scss/custom.scss */
  .Our-speaker .Left-Our-speaker {
    position: absolute;
    top: -175px;
    left: 0; }
  /* line 352, ../../scss/custom.scss */
  .Our-speaker .Our-speaker-container .gsaplug,
  .Our-speaker .Our-speaker-container svg {
    position: absolute; }
  /* line 356, ../../scss/custom.scss */
  .Our-speaker .Our-speaker-container .speake-name {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: end; }
    /* line 361, ../../scss/custom.scss */
    .Our-speaker .Our-speaker-container .speake-name h3 {
      color: #FFFFFF !important; }
    /* line 364, ../../scss/custom.scss */
    .Our-speaker .Our-speaker-container .speake-name p {
      color: #FFFFFF !important; }
  /* line 369, ../../scss/custom.scss */
  .Our-speaker .Our-speaker-container .diamond-speaker-wrapper {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0; }
  /* line 377, ../../scss/custom.scss */
  .Our-speaker .Our-speaker-container .diamond {
    mix-blend-mode: lighten;
    max-width: 650px;
    margin-top: 5%;
    opacity: .3; }
  /* line 384, ../../scss/custom.scss */
  .Our-speaker .Our-speaker-container .rotateico {
    position: absolute;
    bottom: 0;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 99%; }

/* line 396, ../../scss/custom.scss */
.ourspeakers-gallery,
.stage,
.ring,
.img {
  width: 99%;
  height: 100%;
  transform-style: preserve-3d;
  user-select: none; }

/* line 406, ../../scss/custom.scss */
.ourspeakers,
.stage {
  overflow: hidden; }

/* line 412, ../../scss/custom.scss */
.ourspeakers-gallery .wrapper-img {
  perspective: 2000px;
  width: 300px;
  height: 400px;
  left: 50%;
  top: 35%;
  transform: translate(-50%, -50%); }

/* line 422, ../../scss/custom.scss */
.img {
  background: red; }
  /* line 425, ../../scss/custom.scss */
  .img div {
    background-image: linear-gradient(transparent, #000000);
    width: 100%;
    height: 250px;
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #fff; }
  /* line 435, ../../scss/custom.scss */
  .img.pradeep {
    background-image: url("../../images/2023/speakers/pradeep.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: -40px -5px !important; }
  /* line 442, ../../scss/custom.scss */
  .img.mani {
    background-image: url("../../images/2023/speakers/Mani.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: -1px -5px !important; }
  /* line 449, ../../scss/custom.scss */
  .img.rashmi {
    background-image: url("../../images/2023/speakers/Rashmi.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: -1px -5px !important; }
  /* line 456, ../../scss/custom.scss */
  .img.jeevan {
    background-image: url("../../images/2023/speakers/jeevan.png");
    background-size: cover;
    background-repeat: repeat;
    background-position: -50px -5px !important; }
  /* line 463, ../../scss/custom.scss */
  .img.sreedhara {
    background-image: url("../../images/2023/speakers/Sridhara.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: -40px -0px !important; }
  /* line 470, ../../scss/custom.scss */
  .img.sheshachal {
    background-image: url("../../images/2023/speakers/Sheshachal.jpg");
    background-size: cover;
    background-repeat: repeat;
    background-position: -45px -25px !important; }

/* line 479, ../../scss/custom.scss */
.Right-Our-speaker-section {
  position: relative;
  z-index: 99; }
  /* line 482, ../../scss/custom.scss */
  .Right-Our-speaker-section .Right-Our-speaker {
    position: absolute;
    right: 0;
    top: 0; }

/* line 492, ../../scss/custom.scss */
.Event-Timeline-wrapper {
  opacity: 0;
  background: url("../../images/2023/lines.svg") no-repeat, url("../../images/2023/timeline-linear-background.jpg") repeat-x;
  background-position: center top, bottom left; }
  /* line 496, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-banner {
    position: relative;
    max-width: 931px;
    height: 100%; }
    /* line 500, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-banner .glass-effect-wrapper {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      bottom: 0px;
      width: 100%; }
    /* line 508, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-banner .timeline-banner-image {
      max-width: 931px;
      height: auto; }
    /* line 513, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-banner .timeline-banner-text {
      position: absolute;
      right: 10%;
      top: 25%; }
  /* line 519, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-content-wrapper {
    max-width: 626px;
    background: rgba(246, 246, 246, 0.6); }
    /* line 523, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .time-line-dot {
      position: relative; }
      /* line 525, ../../scss/custom.scss */
      .Event-Timeline-wrapper .timeline-content-wrapper .time-line-dot .timeline-line {
        height: 100vh;
        border-right: 2px solid #e0e0e0;
        position: absolute;
        left: 36px;
        top: 2px;
        z-index: 9; }
      /* line 534, ../../scss/custom.scss */
      .Event-Timeline-wrapper .timeline-content-wrapper .time-line-dot img {
        position: relative;
        z-index: 99; }
    /* line 539, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .timeline-item {
      padding: 0px 30px 0px 30px; }
      /* line 541, ../../scss/custom.scss */
      .Event-Timeline-wrapper .timeline-content-wrapper .timeline-item h3 {
        color: #191C20; }
    /* line 545, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .sphoverimageproperties, .Event-Timeline-wrapper .timeline-content-wrapper .hoveraravinth, .Event-Timeline-wrapper .timeline-content-wrapper .hovernaveen, .Event-Timeline-wrapper .timeline-content-wrapper .hovermani, .Event-Timeline-wrapper .timeline-content-wrapper .hoverrashmi, .Event-Timeline-wrapper .timeline-content-wrapper .hoverjeevan, .Event-Timeline-wrapper .timeline-content-wrapper .hoverpradeep, .Event-Timeline-wrapper .timeline-content-wrapper .hoveractivity, .Event-Timeline-wrapper .timeline-content-wrapper .hoversreedhara, .Event-Timeline-wrapper .timeline-content-wrapper .hoverprasad, .Event-Timeline-wrapper .timeline-content-wrapper .hovershushanth {
      position: absolute;
      z-index: -1;
      opacity: 0;
      transition: .2s;
      max-width: 450px;
      width: 100%; }
    /* line 554, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoveraravinth {
      top: 35%;
      left: 15%; }
    /* line 559, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hovernaveen {
      top: 35%;
      right: 15%; }
    /* line 564, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hovermani {
      top: 37%;
      right: 15%; }
    /* line 569, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoverrashmi {
      top: 37%;
      left: 15%; }
    /* line 574, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoverjeevan {
      top: 42%;
      right: 15%; }
    /* line 579, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoverpradeep {
      top: 48%;
      left: 15%; }
    /* line 584, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoveractivity {
      top: 56%;
      right: 15%; }
    /* line 589, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoversreedhara {
      top: 60%;
      left: 15%; }
    /* line 594, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hoverprasad {
      top: 65%;
      right: 15%; }
    /* line 599, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .hovershushanth {
      top: 65%;
      left: 15%; }
  /* line 606, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-content {
    text-align: left;
    background: #FFFFFF; }
  /* line 610, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-content p {
    font-weight: 400;
    margin-bottom: 0px;
    color: #8CA0AA; }

/* line 620, ../../scss/custom.scss */
.testimonial-section-wrapper {
  background: url("../../images/2023/testimonial-linear-background.jpg") top left repeat-x; }
  /* line 623, ../../scss/custom.scss */
  .testimonial-section-wrapper .testimonial-section-inner-wrapper {
    opacity: 0; }

/* line 632, ../../scss/custom.scss */
.carousel-wrapper {
  max-width: 934px; }
  /* line 635, ../../scss/custom.scss */
  .carousel-wrapper .testi-content {
    background: url("../../images/2023/testimonials/Testi-glass-background.png") left top repeat-x;
    text-align: left !important;
    position: relative;
    left: 20px;
    z-index: 1;
    border: 2px solid #FFFFFF; }
    /* line 642, ../../scss/custom.scss */
    .carousel-wrapper .testi-content p:last-child {
      color: #8CA0AA; }
  /* line 648, ../../scss/custom.scss */
  .carousel-wrapper .testi-image-wrapper .testi-image {
    width: 333px;
    height: auto;
    position: relative;
    right: 20px;
    filter: grayscale(100%); }
  /* line 656, ../../scss/custom.scss */
  .carousel-wrapper .testi-image-wrapper :hover {
    filter: inherit;
    transition: 0.5s; }
  /* line 661, ../../scss/custom.scss */
  .carousel-wrapper .previous-button, .carousel-wrapper .next-button {
    display: inherit;
    align-items: inherit;
    justify-content: inherit;
    bottom: -100px;
    position: absolute;
    top: inherit;
    left: 43%; }

/* line 676, ../../scss/custom.scss */
.photo-video-wrapper {
  background: url("../../images/2023/gallery/Ellipse 122.png") center center no-repeat, url("../../images/2023/contact/Cloud.png") left bottom repeat-x;
  animation: infinite-shift-left 3000s linear;
  padding: 30px 30px 150px 30px !important; }
  /* line 680, ../../scss/custom.scss */
  .photo-video-wrapper .photo-video-container {
    opacity: 0; }
    /* line 682, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .lights {
      max-width: 587px; }
    /* line 686, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .photo-gallery .d-photo {
      background: url("../../images/2023/gallery/frame.jpg") center center no-repeat;
      padding: 15px;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      /* line 694, ../../scss/custom.scss */
      .photo-video-wrapper .photo-video-container .photo-gallery .d-photo .photo-item {
        width: 100%;
        height: auto; }
      /* line 698, ../../scss/custom.scss */
      .photo-video-wrapper .photo-video-container .photo-gallery .d-photo .Photo-overlay {
        position: absolute; }
    /* line 703, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .gallery-button {
      padding: 15px 25px;
      border-radius: 2px;
      /*border-bottom: 2px solid $primarycolor;*/
      color: #5800D0; }
      /* line 708, ../../scss/custom.scss */
      .photo-video-wrapper .photo-video-container .gallery-button img {
        margin-right: 10px; }
    /* line 712, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .Highlights-Text {
      max-width: 213px;
      height: auto; }

@keyframes infinite-shift-left {
  0% {
    background-position: center center, 50000px 1370px; }
  100% {
    background-position: center center, 0px 1370px; } }
/* line 732, ../../scss/custom.scss */
.contact-wrapper {
  background: url("../../images/2023/contact/buildings.svg") left bottom repeat-x;
  height: 540px; }
  /* line 736, ../../scss/custom.scss */
  .contact-wrapper .contact-container .contact-content {
    padding: 40px;
    box-shadow: 0px 4px 16px 3px rgba(205, 190, 226, 0.5);
    max-width: 363px;
    max-height: 333px;
    position: relative;
    left: 10%;
    border-radius: 2px;
    z-index: 999; }

/* line 751, ../../scss/custom.scss */
.sponser-wrapper {
  background: url("../../images/2023/sp-left-layer.svg") bottom left no-repeat, url("../../images/2023/sp-right-layer.svg") bottom right no-repeat, #F8FAFF; }
  /* line 754, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container .sponser-logo {
    text-align: right; }
  /* line 757, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container .sponser-content {
    color: #8CA0AA !important;
    border-left: 1px solid #E7E7E7;
    padding-left: 30px; }
  /* line 762, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container h2 {
    font-weight: 600; }
  /* line 765, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container p {
    background: #8CA0AA;
    color: #FFFFFF;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 100px; }

/* line 778, ../../scss/custom.scss */
.footer-wrapper {
  background: linear-gradient(136deg, #5800D0 1.8%, #7C1564 118.66%); }
  /* line 780, ../../scss/custom.scss */
  .footer-wrapper p {
    color: #FFFFFF !important; }
  /* line 785, ../../scss/custom.scss */
  .footer-wrapper .footer-container ul li {
    background: #F82BC8;
    width: 48px;
    height: 48px;
    border-radius: 18px;
    margin: 0px 7px; }
    /* line 791, ../../scss/custom.scss */
    .footer-wrapper .footer-container ul li img {
      position: relative;
      top: 9px; }
  /* line 798, ../../scss/custom.scss */
  .footer-wrapper .footer-container a, .footer-wrapper .footer-container h4 {
    text-decoration: none;
    color: #FED500;
    text-transform: none; }

@media screen and (max-width: 576px) {
  /* line 811, ../../scss/custom.scss */
  h2 {
    font-size: 26px; }

  /* line 814, ../../scss/custom.scss */
  h3 {
    font-size: 14px; }

  /* line 817, ../../scss/custom.scss */
  .header-right {
    display: none; }

  /* line 821, ../../scss/custom.scss */
  .banner {
    height: 430px; }
    /* line 823, ../../scss/custom.scss */
    .banner:after {
      height: 430px; }
    /* line 826, ../../scss/custom.scss */
    .banner .verticle-banner-text {
      display: none; }
    /* line 829, ../../scss/custom.scss */
    .banner .biggest-text {
      margin-top: 25% !important;
      max-width: 90% !important; }
    /* line 833, ../../scss/custom.scss */
    .banner .uiuxmeetup {
      font-size: 34px;
      margin-top: 15px; }
    /* line 838, ../../scss/custom.scss */
    .banner ul {
      margin-bottom: 0px !important; }
      /* line 840, ../../scss/custom.scss */
      .banner ul h3 {
        font-size: 14px !important; }
    /* line 845, ../../scss/custom.scss */
    .banner .banner-gradient {
      height: initial;
      padding: 15px; }

  /* line 853, ../../scss/custom.scss */
  .banner-curve .play-icon {
    position: relative;
    z-index: 1;
    left: 0;
    top: -60px; }
  /* line 859, ../../scss/custom.scss */
  .banner-curve .b-curve {
    width: 100%; }

  /* line 864, ../../scss/custom.scss */
  .Left-Our-speaker {
    display: none; }

  /* line 869, ../../scss/custom.scss */
  .video-section .container {
    padding: 20px !important; }
    /* line 872, ../../scss/custom.scss */
    .video-section .container .video iframe {
      max-width: 90%;
      width: 100%;
      height: 193px; }
    /* line 877, ../../scss/custom.scss */
    .video-section .container .video .video-back {
      visibility: hidden; }

  /* line 885, ../../scss/custom.scss */
  .Our-speaker {
    height: 650px; }
    /* line 887, ../../scss/custom.scss */
    .Our-speaker .diamond {
      max-width: 100% !important; }
    /* line 890, ../../scss/custom.scss */
    .Our-speaker .ourspeakers-gallery {
      width: 97% !important; }
    /* line 893, ../../scss/custom.scss */
    .Our-speaker .rotateico {
      width: 97% !important; }

  /* line 899, ../../scss/custom.scss */
  .Right-Our-speaker-section .Right-Our-speaker {
    display: none; }

  /* line 905, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-banner {
    display: none; }
  /* line 908, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-item {
    padding: 0px 25px 0px 50px !important; }
    /* line 911, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-item .time-line-dot .timeline-line {
      left: -33px; }
    /* line 914, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-item .time-line-dot img {
      position: absolute;
      z-index: 99;
      left: -44px; }
  /* line 921, ../../scss/custom.scss */
  .Event-Timeline-wrapper .timeline-content-wrapper {
    background: inherit; }
    /* line 923, ../../scss/custom.scss */
    .Event-Timeline-wrapper .timeline-content-wrapper .sphoverimageproperties, .Event-Timeline-wrapper .timeline-content-wrapper .hoveraravinth, .Event-Timeline-wrapper .timeline-content-wrapper .hovernaveen, .Event-Timeline-wrapper .timeline-content-wrapper .hovermani, .Event-Timeline-wrapper .timeline-content-wrapper .hoverrashmi, .Event-Timeline-wrapper .timeline-content-wrapper .hoverjeevan, .Event-Timeline-wrapper .timeline-content-wrapper .hoverpradeep, .Event-Timeline-wrapper .timeline-content-wrapper .hoveractivity, .Event-Timeline-wrapper .timeline-content-wrapper .hoversreedhara, .Event-Timeline-wrapper .timeline-content-wrapper .hoverprasad, .Event-Timeline-wrapper .timeline-content-wrapper .hovershushanth {
      display: none; }

  /* line 930, ../../scss/custom.scss */
  .testimonial-section-wrapper {
    padding-top: 0px !important; }
    /* line 933, ../../scss/custom.scss */
    .testimonial-section-wrapper .testimonial-section-inner-wrapper .carousel-wrapper {
      margin-top: 0px; }
      /* line 935, ../../scss/custom.scss */
      .testimonial-section-wrapper .testimonial-section-inner-wrapper .carousel-wrapper .testi-content {
        left: 0;
        padding: 20px !important; }
      /* line 939, ../../scss/custom.scss */
      .testimonial-section-wrapper .testimonial-section-inner-wrapper .carousel-wrapper .testi-image {
        right: 0; }

  /* line 948, ../../scss/custom.scss */
  .photo-video-wrapper .photo-video-container .lights {
    max-width: 100%; }
  /* line 952, ../../scss/custom.scss */
  .photo-video-wrapper .photo-video-container .photo-gallery:last-child {
    margin-top: 0px !important; }
  /* line 955, ../../scss/custom.scss */
  .photo-video-wrapper .photo-video-container .photo-gallery .d-photo {
    margin-bottom: 30px; }
    /* line 957, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .photo-gallery .d-photo:last-child {
      margin-bottom: 0px !important; }
    /* line 960, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .photo-gallery .d-photo .Photo-overlay {
      width: 90%; }
    /* line 963, ../../scss/custom.scss */
    .photo-video-wrapper .photo-video-container .photo-gallery .d-photo .photo-item {
      width: 100%; }

  /* line 974, ../../scss/custom.scss */
  .contact-wrapper .contact-container .contact-content {
    left: 0; }

  /* line 982, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container .sponser-logo {
    text-align: center; }
  /* line 985, ../../scss/custom.scss */
  .sponser-wrapper .sponser-container .sponser-content {
    border-left: 0px solid #E7E7E7;
    text-align: center;
    margin: 30px 0px 30px; } }
@media screen and (max-width: 1439px) {
  /* line 995, ../../scss/custom.scss */
  .sphoverimageproperties, .Event-Timeline-wrapper .timeline-content-wrapper .hoveraravinth, .Event-Timeline-wrapper .timeline-content-wrapper .hovernaveen, .Event-Timeline-wrapper .timeline-content-wrapper .hovermani, .Event-Timeline-wrapper .timeline-content-wrapper .hoverrashmi, .Event-Timeline-wrapper .timeline-content-wrapper .hoverjeevan, .Event-Timeline-wrapper .timeline-content-wrapper .hoverpradeep, .Event-Timeline-wrapper .timeline-content-wrapper .hoveractivity, .Event-Timeline-wrapper .timeline-content-wrapper .hoversreedhara, .Event-Timeline-wrapper .timeline-content-wrapper .hoverprasad, .Event-Timeline-wrapper .timeline-content-wrapper .hovershushanth {
    display: none; } }
@media screen and (min-width: 577px) and (max-width: 1880px) {
  /* line 1001, ../../scss/custom.scss */
  .hoveraravinth {
    left: 5% !important; }

  /* line 1004, ../../scss/custom.scss */
  .hovernaveen {
    right: 5% !important; }

  /* line 1007, ../../scss/custom.scss */
  .hovermani {
    right: 5% !important; }

  /* line 1010, ../../scss/custom.scss */
  .hoverrashmi {
    left: 5% !important; }

  /* line 1013, ../../scss/custom.scss */
  .hoverjeevan {
    right: 5% !important; }

  /* line 1016, ../../scss/custom.scss */
  .hoverpradeep {
    left: 5% !important; }

  /* line 1019, ../../scss/custom.scss */
  .hoveractivity {
    right: 5% !important; }

  /* line 1022, ../../scss/custom.scss */
  .hoversreedhara {
    left: 5% !important; }

  /* line 1025, ../../scss/custom.scss */
  .hoverprasad {
    right: 5% !important; }

  /* line 1028, ../../scss/custom.scss */
  .hovershushanth {
    left: 5% !important; } }
/* line 1037, ../../scss/custom.scss */
.slide-top-element {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  transition: 1s; }

/* line 1043, ../../scss/custom.scss */
.rotate-hor-center {
  -webkit-animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: rotate-hor-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both; }

@-webkit-keyframes scale-down-center {
  0% {
    -webkit-transform: scale(3);
    opacity: 0;
    transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    opacity: 1; } }
@keyframes scale-down-center {
  0% {
    -webkit-transform: scale(3);
    opacity: 0;
    transform: scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
    transform: scale(1);
    opacity: 1; } }
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1; } }
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
    opacity: 0;
    transform: translateY(100px);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1;
    transform: translateY(0px);
    opacity: 1; } }
@-webkit-keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg); } }
@keyframes rotate-hor-center {
  0% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0); }
  100% {
    -webkit-transform: rotateX(-360deg);
    transform: rotateX(-360deg); } }
