body{
  font-family: 'Poppins', sans-serif;
}

.highlight-card {
  border-radius: 15px;
  margin-bottom: 40px;
  border: none;
}
.highlight-card .card-title {
  color: black;
  font-size: 16px;
  font-weight: 600;
}
.highlight-card .card-body {
  padding: 0;
  overflow: hidden;
}
.highlight-card .left-img {
  background: radial-gradient(
    67.13% 115.51% at 50% 50%,
    rgba(153, 208, 255, 0.5) 0%,
    rgba(153, 208, 255, 0) 100%
  );
  border-radius: 15px;
}
.highlights {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fef2ff;
}
.highlight-head {
  font-size: 42px;
}
.official-card {
  border: none;
  border-radius: 15px;
  padding: 0px 5px;
  font-size: 20px;
}

.official-card .card-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* registration section */
.register-section {
  padding-top: 80px;
  padding-bottom: 100px;
}
.register-head {
  font-family: 'Poppins', sans-serif;
  margin-bottom: 50px;
}
.register-section .card {
  border: none;
  border-radius: 10px;
  padding: 0px;
  overflow: hidden;
}
.register-section .card-body {
  padding: 0;
}
.register-section .card-image {
  background: #fef2ff;
}
.register-section .card-image i {
  font-size: 52px;
  font-style: initial;
  color: rgb(2, 161, 2);
}
.register-section .card-text-span {
  font-weight: 900;
  color: black;
}
.register-section .btn-register {
  margin-top: 30px;
}
.btn-register a {
  text-decoration: none;
  color: white;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
  background: #f33469;
}
.btn-register a:hover {
  background: #ec3d6f;
}
.land-head {
  font-size: 60px;
  margin-top: 25px;
  margin-bottom: 20px;
}
.box-con {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.box-rect {
  border: 1px solid white;
  padding: 0 20px;
  max-width: 300px;
  min-height: 125px;
  margin: 10px;
}

.box-rect h6 {
  text-transform: none;
  font-weight: 400;
}
.rewards-sect {
  padding-top: 45px;
  padding-bottom: 0px;
}
.rewards-sect .card {
  margin: 25px;
  align-items: center;
  justify-content: center;
}
.rewards-sect .card img {
  width: auto;
  height: 80px;
}

.rewards-sect .card h6 {
  text-align: center;
  color: rgb(32, 32, 32);
  letter-spacing: 0;
  text-transform: inherit;
  font-weight: 400;
}
.school-icons {
  padding-top: 40px;
  padding-bottom: 60px;
}
.school-icons .slider .card {
  padding: 15px;
  height: 150px;
  width: 150px;
  /* box-shadow: 10px 10px 180px -12px rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 10px 10px 180px -12px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 10px 10px 180px -12px rgba(0, 0, 0, 0.22); */
  box-shadow: none !important;
  border: 0 !important;
}
.slider-item img {
  padding: 10px;
  max-width: 120px;
  max-height: 140px;
}
.school-icons .owl-carousel .owl-nav button.owl-prev,
.school-icons .owl-carousel .owl-nav button.owl-next {
  color: rgb(94, 92, 92);
  font-style: none;
  background: none;
  margin: 20px 20px 20px 0;
}
.school-icons i {
  font-style: initial;
}
.section5 form input {
  border: none;
  height: 40px;
  border-radius: 5px;
}
.section5 {
  padding: 60px 0px;
}
.section5 form label {
  margin-right: 5px;
  margin-bottom: 5px;
  color: black;
  font-weight: 500;
  font-size: 18px;
}
.field {
  margin-bottom: 30px;
}
.field-sec-2 {
  margin-bottom: 30px;
}
.field-sec-2 textarea {
  width: 100%;
  border: none;
}
form .btn-primary {
  padding: 10px 30px;
  margin-top: 20px;
}
.speaker img{
  border-radius: 50%;
  border: 5px solid #26264b;
  width: 200px;
  height: 200px;
  cursor: pointer;
}
.box-rect{
  display: flex;
  justify-content: center;
  align-items: center;
}
.speaker img:hover {
 border: 5px solid #d90e90;
}
.iso-img img{
  height: 60px
}
.guiness-img img{
  height: 55px;
}

@media  screen and (max-width: 500px) {

.guiness-img img{
  margin-top: -4px !important;
  
}
.brand-logo-light{
  height: 45px !important;
}
}

@media  screen and (max-width: 768px) {
  .schedule-classic-content{
    text-align: center;
  }
}

/* -----------End highlights------------- */

/* -----------Ambassadors Program------------- */


.bg-linear-gradient{
  background: rgb(14,97,226);
background: linear-gradient(266deg, rgba(14,97,226,1) 0%, rgba(222,41,231,1) 71%);
}
.bg-linear-gradient-home{
  background: rgb(14,97,226);
background: linear-gradient(266deg, rgba(14,97,226,0.7458333675266982) 0%, rgba(222,41,231,0.7542367288712359) 95%);
}
.home-page{
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home-content{
  position: absolute;
  left: 0;
  bottom: 20px;
  text-align: start;
  padding: 20px 20px 20px 100px;
  max-width: 700px;
}
.home-content h3{
  font-family: 'Poppins', sans-serif;
  font-size: 80px;
}
.home-content p{
  margin-top: 0;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
}
.cards{
  display: flex;
}
.cards-img-sec{
  margin: 0 18px;
  text-align: center;
}
.cards-img-sec i{
  color: blue;
  font-size: 50px;
  font-style: normal;
}

.left-animate-1 {
    transform: translateX(-50%);
    opacity: 0;
    
}

.left-animate-2 {
    transform: translateX(-50%);
    opacity: 0;
    
}
.right-animate-1{
  transform: translateX(50%);
    opacity: 0;
}
.right-animate-2{
  transform: translateX(50%);
    opacity: 0;
}

@media (prefers-reduced-motion: no-preference) {
  .left-animate-2 {
    transition: opacity 1.5s ease-in, transform 1.5s ease;
  }
  .left-animate-1 {
    transition: opacity 1.5s ease-in, transform 1.5s ease;
  }
  .right-animate-1{
    transition: opacity 1.5s ease-in, transform 1.5s ease;
  }
  .right-animate-2{
    transition: opacity 1.5s ease-in, transform 1.5s ease;
  }
}

.square-transition {
    opacity: 1;
    transform: none;
}
.body-sec{
  display: flex;
  align-items: center;
}
.body-sec h5{
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  text-transform: initial;
}
.section-bg-blue{
  background: rgb(94, 94, 212);
  padding: 100px 0;
}
.section-bg-blue h4{
  color: white;
}
.section-bg-blue p{
  color: white;
  margin-left: 10px;
  font-size: 16px;
}
.inner-cotnt{
  margin-top: 20px;
  display: flex;
}
.inner-cotnt .icon-container{
  text-align: center;
}
.inner-cotnt div i{
  color: rgb(94, 94, 212);
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  padding-right: 3px;
}
.register-steps{
  padding: 100px 0px;
}
.register-steps .card{
  margin: 10px 10px;
  background-color: #d4ace4;
  border: none;
  border-radius: 10px;
}
.register-steps .card-body{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.register-steps p{
  color: white;
}

/* parallax section */

.testimonial{
    background: url(../images/ambassador/parallax-img.jpg) no-repeat fixed center / cover;
    padding-bottom: 113px;
    padding-top: 50px;
    position: relative;
}
.testimonial_content{
    position: relative;
    text-align: center;
    padding: 0 65px;
}

.testimonial_content .testi_icon{
    width: 115px;
    height: 115px;
    /* background: #e62b4a; */
    text-align: center;
    display: inline-block;
    font-size: 64px;
    line-height: .8;
    color: white;
    padding:  0;
}
.testimonial_content h2{
    font-size: 50px;
    line-height: 62px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    margin: 0 0 44px;
}
.testimonial_content h2 span{
    color: #FF1744;
}
.testimonial_content p{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.80px;
    margin: 0;
}
.great-overlay{
    position: absolute;
    left: 0;
    bottom: 0;
    background: black;
    width: 100%;
    height: 100%;
    opacity: .5;
}


/* register section */

.lf-fc {
  max-width: 300px;
  display: flex;
  justify-content: center;
}
.lf-fc-icon {
  width: 150px;
  height: 150px;
  background-color: #f2f2f2;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: radial-gradient(circle, #f5f5f5, #f2f2f2, #ffffff);
  border: 2px solid #f1f1f1;
  position: relative;
}
.lf-fc-icon:before {
  content: "";
  height: 90px;
  position: absolute;
  top: 0;
  left: -15px;
  width: 120%;
  border-top-left-radius: 115px;
  border-top-right-radius: 115px;
  border: 3px solid transparent;
  border-bottom: 0;
  webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
}
.lf-fc-icon.animation-enabled > img {
  animation: lf-rotate 2s linear;
}
.lf-fc-icon.animation-disabled:before {
  transform: translate(0px, -30px);
}
.lf-fc-icon.animation-enabled:before {
  transform: translate(0px, 0px);
}
.lf-fc-icon:after {
  width: 0;
  height: 0;
  border-left: 115px solid transparent;
  border-right: 115px solid transparent;
  border-top: 100px solid transparent;
  content: "";
  position: absolute;
  bottom: -45px;
  left: -41px;
  z-index: -1;
  webkit-transition: 2s ease-in-out;
  -moz-transition: 2s ease-in-out;
  -o-transition: 2s ease-in-out;
  transition: 2s ease-in-out;
  animation: lf-bounceSlow 2s linear infinite;
}
@keyframes lf-bounceSlow {
  0% {
    transform: translate(0px, 0px);
  }
  25% {
    transform: translate(0px, -10px);
  }
  50% {
    transform: translate(0px, -16px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
@keyframes lf-rotate {
  100% {
    transform: rotate(1turn);
  }
}
.lf-fc-icon:after,
.lf-fc-icon:before {
  filter: contrast(70%) brightness(115%);
}
.lf-fc-blue .lf-fc-icon:before {
  border-color: #00caff;
}
.lf-fc-green .lf-fc-icon:before {
  border-color: #78ae2f;
}
.lf-fc-magenta .lf-fc-icon:before {
  border-color: rgb(232, 43, 65);
}
.lf-fc-violet .lf-fc-icon:before {
  border-color: #9771f4;
}

.lf-fc-blue .lf-fc-icon:after {
  border-top-color: #00caff;
}
.lf-fc-green .lf-fc-icon:after {
  border-top-color: #78ae2f;
}
.lf-fc-magenta .lf-fc-icon:after {
  border-top-color: rgb(232, 43, 65);
}
.lf-fc-violet .lf-fc-icon:after {
  border-top-color: #9771f4;
}

.lf-text-blue {
  color: #00caff;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-green {
  color: #78ae2f;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-magenta {
  color: rgb(232, 43, 65);
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-violet {
  color: #9771f4;
  font-family: 'Poppins', sans-serif;
  text-transform: capitalize;
  font-size: 22px;
}
.lf-text-dark {
  color: #4d4d4d;
}
.lf-bg-magenta {
  background-color: rgb(232, 43, 65);
}
.lf-bg-magenta-transparent {
  background-color: rgb(232, 43, 65, 0.35);
}
.lf-darker {
  background-color: #000000;
}
.lf-fc-icon-wrap {
  position: relative;
  margin-bottom: 30%;
}
.lf-fc-icon-wrap:after {
  content: "";
  position: absolute;
  width: 105px;
  height: 137px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgb(0 0 0) 0%,
    rgb(0 0 0 / 51%) 35%,
    rgb(255 255 255 / 0%) 100%
  );
  transform: rotate(61deg);
  top: 33px;
  z-index: -1;
  left: 37px;
  opacity: 0.8;
}
.lf-divider {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.lf-divider > span {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: relative;
}
.lf-divider > span:after {
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #4d4d4d;
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: -1;
}
.lf-fc-blue .lf-divider > span {
  background-color: #00caff;
}
.lf-fc-green .lf-divider > span {
  background-color: #78ae2f;
}
.lf-fc-magenta .lf-divider > span {
  background-color: rgb(232, 43, 65);
}
.lf-fc-violet .lf-divider > span {
  background-color: #9771f4;
}
.lf-flowchart .lf-fc:first-child .lf-divider:before,
.lf-flowchart .lf-fc:last-child .lf-divider:before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #4d4d4d;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: -15px;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}
.lf-flowchart .lf-fc:last-child .lf-divider:before {
  right: -23px;
  left: auto;
}
.lf-divider::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 112%;
  border-bottom: 5px dotted #4d4d4d;
  z-index: -5;
}






/* responsive */

@media screen and (max-width : 700px) {
  .home-content{
    padding-left: 20px;
  }
  .home-content h3{
    font-size: 60px;  
  }
  .card-deck .card {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width : 500px) {
  .home-content{
    padding-left: 20px;
    top: 0px;
  }
  .home-content h3{
    font-size: 40px;  
  }
  .testimonial_content{
    padding: 0;
  }
  .testimonial_content h2{
    font-size: 25px;
  }
  .testimonial_content p{
    font-size: 14px;
  }
  .section-swiper-content{
    width: 100%;
    height: 100%;
    position: relative;
    top: 200px;
    
  }
  .home-content{
    height: fit-content;
    text-align: center;
    bottom: 0;
  }
  .testimonial_content h2{
    line-height: 40px;
}
}

@media screen and (max-width: 767px) {
  .lf-divider::after {
    width: 35%;
    top: -10px;
    transform: rotate(90deg);
  }
  .lf-flowchart .lf-fc:first-child .lf-divider:before,
  .lf-flowchart .lf-fc:last-child .lf-divider:before {
    display: none;
  }
  .lf-rainbow {
    max-width: 80%;
    margin-left: 10% !important;
  }
}