.lll {
  font-size: 19px;
  font-weight: 500;
}

.vectorBG {
  background: url(".././img/top.svg");
  background-repeat: no-repeat;
  background-position: 100% 18%;
}

.start {
  background: url(".././img/bottom.svg");
  background-repeat: no-repeat;
  background-position: bottom left;
  font-weight: 600;
  font-size: 40px;
  line-height: 130%;
}

.explore {
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  margin: 0;
}

.para {
  font-size: 16px;
  font-weight: 500;
  line-height: 168.2%;
  text-align: justify;
}

.get {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  border: 0px;
  padding: 1rem 2rem;
  transition: box-shadow 0.3s;
}

.get:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
  color: #f8194f;
  background-color: #fff;
  border: 1px solid #f8194f;
}

.trusted {
  font-size: 24px;
  font-weight: 500;
  line-height: 189.18%;
  text-align: center;
}

/* sponser slider  */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 6));
    -webkit-transform: translateX(calc(-200px * 6));
    -moz-transform: translateX(calc(-200px * 6));
    -ms-transform: translateX(calc(-200px * 6));
    -o-transform: translateX(calc(-200px * 6));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 5));
    -webkit-transform: translateX(calc(-200px * 5));
    -moz-transform: translateX(calc(-200px * 5));
    -ms-transform: translateX(calc(-200px * 5));
    -o-transform: translateX(calc(-200px * 5));
  }
}

.SponsorSlider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.SponsorSlider::before,
.SponsorSlider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 150px;
  z-index: 2;
}

.SponsorSlider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}

.SponsorSlider::before {
  left: 0;
  top: 0;
}

.SponsorSlider .SponsorSlide-track {
  animation: scroll 27s linear infinite;
  display: flex;
  width: calc(180px * 10);
  -webkit-animation: scroll 27s linear infinite;
}

.SponsorSlide {
  height: 100px;
  width: 200px;
}

.SponsorSlideImg {
  height: 40px;
  width: auto;
}

.meetOur {
  border-bottom: 1px solid #469e0f;
  width: 7rem;
  margin: 0 auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 189.18%;
}

.hr {
  color: #ebebeb;
}

.thirdHead {
  letter-spacing: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 170%;
}

.benefit {
  font-size: 38px;
  font-weight: 600;
}

#spin {
  color: red;
}

#spin:after {
  content: "";
  animation: spin 10s linear infinite;
}

@keyframes spin {
  0% {
    content: "Hackathon & Bootcamp";
    color: #f8194f;
  }
  25% {
    content: "Startups";
    color: #fed02f;
  }
  50% {
    content: "Company/ Organization";
    color: #469e0f;
  }
  75% {
    content: "Little Minds";
    color: #00a4ef;
  }
  100% {
    content: "Hackathon & Bootcamp";
    color: #f8194f;
  }
}

@media screen and (min-width: 1025px) {
  .boxBenefit {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 17rem;
    transition: all 0.2s ease-in-out;
  }

  .boxBenefit:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

@media screen and (max-device-width: 299px) {
  .boxBenefit {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 16rem;
    transition: all 0.2s ease-in-out;
  }

  .boxBenefit:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

@media screen and (min-device-width: 300px) and (max-device-width: 480px) {
  .boxBenefit {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 14rem;
    transition: all 0.2s ease-in-out;
  }

  .boxBenefit:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  .boxBenefit {
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    height: 15rem;
    transition: all 0.2s ease-in-out;
  }

  .boxBenefit:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
}

.benefitHead {
  font-weight: 600;
  font-size: 24px;
  top: -1rem;
  position: relative;
}

.benefitSubHead {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 3px;
  color: #5a5a5a;
}

.countrieslist {
  font-weight: 600;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 180%;
}

.benefitLinkPink {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #f8194f;
  text-decoration: none;
}

.benefitLinkYellow {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #fed02f;
  text-decoration: none;
}

.benefitLinkBlue {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #00a4ef;
  text-decoration: none;
}

.benefitLinkGreen {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #469e0f;
  text-decoration: none;
}

.headIcon {
  position: relative;
  top: -2rem;
}

.row-cards {
  justify-content: space-between;
}

.hackathonSection {
  background-color: #f6f6f6;
}

.countCol {
  background-color: #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.symbolBox {
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.countHead {
  color: #5a5a5a;
  font-size: 32px;
  font-weight: 600;
}

.countSub {
  color: #5a5a5a;
  font-size: 14px;
  font-weight: 500;
}

.thinHr {
  width: 50%;
  margin: 0 auto;
}

.joinText {
  text-align: center;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 150%;
}

.joinBtn {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  text-align: center;
  border: 1px solid #00a4ef;
  border-radius: 5px;
  background-color: #00a4ef;
  color: #fff;
  padding: 1rem 2rem;
  transition: box-shadow 0.3s;
}

.joinBtn:hover {
  color: #00a4ef;
  background-color: #fff;
  border: 1px solid #00a4ef;
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}
/* carohome */

.testimonials {
  position: relative;
}

.inner-testimonials .owl-dots {
  display: none;
}

.inner-testimonialls .owl-dots {
  display: none;
}


.main-reviewimage {
  border-radius: 0;
  height: 403px;
  width: 100%;
}

.main-reviewimageEvent {
  border-radius: 0;
  height: 300px;
  width: 100%;
}

.main-reviewimagee {
  border-radius: 0;
  height: 100px;
  width: 100%;
}


.main-reviewimage img {
  opacity: 1;
}
.main-reviewimagee img {
  opacity: 1;
}

#slide-testimonal .active.center .main-reviewimage img {
  opacity: 1;
}

#slide-testimonals .active.center .main-reviewimage img {
  opacity: 1;
}

#slide-testimonall .active.center .main-reviewimagee img {
  opacity: 1;
}

.test_imgg {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  margin: 0 -50px;
  margin-top: 40px;
  -moz-transition: 0.2s ease all;
  -ms-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
}

.test_img {
  position: relative;
  opacity: 1;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
  margin: 0 -30px;
  margin-top: 40px;
  -moz-transition: 0.4s ease all;
  -ms-transition: 0.4s ease all;
  -o-transition: 0.4s ease all;
}



.inner-testimonials {
  width: 100%;
  margin: 0 auto;
}

.inner-testimonialls {
  width: 100%;
  margin: 0 auto;
}

#slide-testimonal .center .test_img:before {
  content: none;
  transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
}

#slide-testimonals .center .test_imgs:before {
  content: none;
  transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
}
#slide-testimonall .center .test_imgg:before {
  content: none;
  transition: 0.7s ease-in-out;
  -webkit-transition: 0.7s ease-in-out;
  -moz-transition: 0.7s ease-in-out;
  -ms-transition: 0.7s ease-in-out;
  -o-transition: 0.7s ease-in-out;
}

.test_img img {
  border-radius: 0%;
  overflow: hidden;
  margin: 0 auto;
  height: 100%;
  object-fit: cover;
  -webkit-border-radius: ;
  -moz-border-radius: ;
  -ms-border-radius: ;
  -o-border-radius: ;
}

.test_imgg img {
  overflow: hidden;
  margin: 0 auto;
  height: 95px;
  width: auto;
  object-fit: contain;
}

.customee_slide.owl-carousel .owl-item.active.center {
  
  transform: scale(1.5);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  -webkit-transform: scale(1.5);
  transform: scale(1);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.customee_slide.owl-carousel .owl-item {
  transform: scale(0.8);
  padding: 10px 0px;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.custome_slide.owl-carousel .owl-item.active.center {
  transform: scale(1.5);
  margin-top: 0 !important;
  position: relative;
  z-index: 999;
  -webkit-transform: scale(1.5);
  transform: scale(1);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.custome_slide.owl-carousel .owl-item {
  transform: scale(0.8);
  padding: 10px 0px;
  transition: all 0.5s;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.owl-nav {
  display: none;
}

.custome_slide.owl-carousel .active .testimonial_detail {
  display: none;
}

.custome_slide.owl-carousel .active.center .testimonial_detail {
  display: block !important;
}

@media only screen and (max-width: 767px) {
  .main-reviewimage {
    height: 400px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
  .main-reviewimagee {
    height: 400px;
    width: 425px;
    margin: 0 auto;
    display: block;
  }
}

.owl-carousel .owl-item img {
  display: block;
  width: 80%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);
}

#eventHackIndicators .carousel-indicators [data-bs-target] {
  background-color: #c4c4c4;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
/* carohome */
.pastTopic {
  font-size: 22px;
}

.pastContent {
  font-size: 12px;
  font-weight: 500;
}

.hackLearnMore {
  font-size: 14px;
  font-weight: 600;
}

.textHackContent {
  text-align: justify;
  font-weight: 500;
}

.picturesPast {
  background: url("/newui/images/dots.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

.imgOnePast {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.imgRes {
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.imgRess {
  max-width: 80%;
}

.imgPastBox {
  position: relative;
}

#reviewsIndicator .carousel-control-next-icon {
  background-image: url(".././img/next-icon.svg");
}

#reviewsIndicator .carousel-control-prev-icon {
  background-image: url(".././img/prev-icon.svg");
}

.community-part-icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 4px 15px rgb(0 0 0 / 8%);
  border-radius: 10px;
  height: 130px;
  width: 150px;
  margin: auto;
  transition: all 0.2s ease-in-out;
}

.community-part-icon:hover {
  transform: scale(1.1);
}

.presence {
  background-color: #f6f6f6;
}

.img-testimonial {
  border-radius: 4rem;
  border: 4px solid #fed02f;
}

/* carousel css */

body {
  padding: 0;
  font-family: Merriweather;
  background: #ffffff;
}

.owl-theme .owl-controls .owl-page {
  display: inline-block;
}

.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}

.owl-carousel:after {
  content: "";
  display: block;
  position: absolute;
  width: 8%;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: 0;
  pointer-events: none;
  background: url() no-repeat center 50%;
  background-size: 100% auto;
}

.owl-item {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate(0) scale(1, 1);
}

.item {
  opacity: 0.4;
  transition: 0.4s ease all;
  margin: 0 -70px;
  transform: scale(0.6);
}

.item img {
  height: 500px !important;
  margin: 0;
}

.active .item {
  opacity: 1;
  transform: scale(1);
  max-height: 500px !important;
}

/* content and cta */

.inner {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0;
  text-align: center;
}

/* Title Animation */

h1 span,
h2 span {
  width: 100%;
  color: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  transform: translateY(-50px);
  opacity: 0;
  animation-name: titleAnimation;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

h1 span,
h2 span {
  animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

h1 span:first-child,
h2 span:first-child {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

h1 span:last-child,
h2 span:last-child {
  color: #ffe221;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

/* Title Animation END */

/*.inner h1, .inner h2{
    color: #ffffff;
    text-shadow: 1px 1px #000000;
  }
  .inner h1{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
  }
  .inner h2{
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }*/

.inner .cta-wrap {
  -webkit-animation-name: titleAnimation;
  animation-name: titleAnimation;
  -webkit-animation-duration: 2s;
  animation-duration: 2.5s;
}

/*
  @-webkit-keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @keyframes fadeInDown {
    from {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    to {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }
  @-webkit-keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  
  @keyframes bounceIn {
    from, 20%, 40%, 60%, 80%, to {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
    }
    20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
    }
    60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
    }
    to {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  }
  */

@-webkit-keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}

@keyframes titleAnimation {
  0% {
    transform: translateY(-50px);
    opacity: 0;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
    transform: translateY(0);
    opacity: 1;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
}

/* END Content & CTA */

.owl-nav div {
  position: absolute;
  top: 45%;
  color: #cdcbcd;
}

.owl-nav i {
  font-size: 52px;
}

.owl-nav .owl-prev {
  left: 5% !important;
}

.owl-nav .owl-next {
  right: 5% !important;
}

.owl-prev:hover,
.owl-next:hover {
  text-shadow: 2px 2px #000000;
  transform: translateX(10%);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

.owl-prev:hover {
  text-shadow: -2px 2px #000000;
  transform: translateX(-10%);
}

.owl-dots {
  text-align: center;
  position: fixed;
  margin-top: 10px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}

.owl-dot.active {
  background: rgba(127, 127, 127, 1);
}

.imgEventCard {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.cardevent{
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.cardimg-event{
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.btnradiusevent{
  border-radius: 20px !important;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
}