/* Fonts */

:root {
  --default-font:'Poppins';;
  --heading-font: "Poppins",  sans-serif;
  --nav-font: "Poppins",  sans-serif;
}

/* Global Colors -  */
:root { 
  --background-color: #ffffff; 
  --default-color: #2b180d;
  --heading-color: #006091; 
  --accent-color: #56b8e6; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

:root {
  --nav-color: rgba(255, 255, 255, 0.6);  
  --nav-hover-color: #ffffff; 
  --nav-mobile-background-color: #ffffff; 
  --nav-dropdown-background-color: #ffffff; 
  --nav-dropdown-color: #212529; 
  --nav-dropdown-hover-color: #56b8e6; 
}

body {
  color: var(--default-color);
  background-color: var(--background-color);
}

a {
  color: #56b8e6;
  text-decoration: none;
  transition: 0.3s;
  font-family: var(--heading-font);
  font-size: 15px;

}

a:hover {
  color: color-mix(in srgb, var(--accent-color), transparent 25%);
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
 color:#56b8e6;
  font-family: var(--heading-font);
}

.icon-box h1
{
  color: #fff;
}

p
{
  font-family: var(--heading-font);
  color: #000;
  font-size: 15px;
}
/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background-color: #f36d30;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: var(--contrast-color);
  line-height: 0;
}

.scroll-top:hover {
  background-color: color-mix(in srgb, var(--accent-color), transparent 20%);
  color: var(--contrast-color);
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/
section,
.section {
  color: var(--default-color);
  background:#fff;
  background-repeat: no-repeat;
  padding: 60px 0;
  scroll-margin-top: 100px;
  overflow: clip;
}

@media (max-width: 1199px) {

  section,
  .section {
    scroll-margin-top: 66px;
  }
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  background-color: #f6f6f7;
  color: var(--heading-color);
  border: 1px solid #508cb0;
  transition: 0.3s;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  padding: 20px;
}

.features .nav-link i {
  padding-right: 15px;
  font-size: 48px;
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.features .nav-link:hover {
  color: var(--accent-color);
  border-color: var(--accent-color);
}

.features .nav-link.active {
  background: var(--accent-color);
  color: var(--contrast-color);
  border-color: var(--accent-color);
}

.features .nav-link.active h4 {
  color: var(--contrast-color);
}

@media (max-width: 768px) {
  .features .nav-link i {
    padding: 0;
    line-height: 1;
    font-size: 36px;
  }
}

@media (max-width: 575px) {
  .features .nav-link {
    padding: 15px;
  }

  .features .nav-link i {
    font-size: 24px;
  }
}

.features .tab-content {
  margin-top: 30px;
}

.features .tab-pane h3 {
  color: var(--heading-color);
  font-weight: 700;
  font-size: 26px;
}

.features .tab-pane ul {
  list-style: none;
  padding: 0;
}

.features .tab-pane ul li {
  padding-bottom: 10px;
  font-family: var(--heading-font);
  color: #000;
  font-size: 15px;
}

.features .tab-pane ul i {
  font-size: 20px;
  padding-right: 4px;
  color: var(--accent-color);
}

.features .tab-pane p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/
.section-title {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color:#508cb0;
}

.section-title p {
  margin-bottom: 0;
  font-family: var(--heading-font);
  font-size: 15px;
  color: #000;
  line-height:28px;
  padding:0px 20px 20px 0px;
}

/* Our Team */

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .member {
  position: relative;
}

.team .member .member-img {
  margin: 0 24px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  border: 4px solid var(--background-color);
  box-shadow: 0 15px 35px -10px rgba(0, 0, 0, 0.2);
}

@media (max-width: 1024px) {
  .team .member .member-img {
    margin: 0 60px;
  }
}

.team .member .member-img img {
  position: relative;
  z-index: 1;
}

.team .member .member-img .social {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  padding-bottom: 20px;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
}

.team .member .member-img .social a {
  transition: 0.3s;
  color: var(--contrast-color);
  font-size: 20px;
  margin: 0 8px;
}

.team .member .member-img .social a:hover {
  color: var(--accent-color);
}

.team .member .member-info {
  margin-top: 30px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 18px;
  color: #508cb0;
}

.team .member .member-info span {
  font-style: italic;
  display: block;
  font-size: 15px;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
  margin-bottom: 10px;
}

.team .member .member-info p {
  margin-bottom: 0;
  font-size: 14px;
}

.team .member:hover .member-img .social {
  padding-bottom: 0;
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
.venue .container-fluid {
  margin-bottom: 3px;
}

.venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.venue .venue-info {
  background: url("../img/venue-info-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

.venue .venue-info:before {
  content: "";
  background: #508cb0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: var(--contrast-color);
}

@media (max-width: 574px) {
  .venue .venue-info h3 {
    font-size: 24px;
  }
}

.venue .venue-info p {
  color: var(--contrast-color);
  margin-bottom: 0;
}

.venue .venue-gallery-container {
  padding-right: 12px;
}

.venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);
}

.venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

.venue .venue-gallery:hover img {
  transform: scale(1.1);
}


/*--------------------------------------------------------------
# Event Main Section
--------------------------------------------------------------*/
.event-main {
  margin-top:-190px;
}

.event-main .img-bg {
  min-height: 659px;
  position: relative;
  background-image: url("../img/bg.jpg");
  background-size: cover;
}

.side-logo
{
  padding:10px;
  width:100%;
  align-items: center;
  display: block;
  margin-left: auto;
  margin-right: auto;

}

.event-main .img-bg img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.event-main h3 {
  font-size: 24px;
  font-weight: 700;
}

.event-main h4 {
  font-size: 18px;
  font-weight: 300;
  color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.event-main .icon-boxes {
  padding-bottom: 60px;
  z-index: 4;
}

.event-main .icon-box {
  padding: 60px 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(172, 210, 222, 0.858);
  transition: all 0.3s ease-in-out;
  background: #508cb0;
  z-index: 1;
  height: 100%;
  width: 100%;
  text-align: center;
}

.event-main .icon-box .info-item i{
  color: var(--contrast-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.event-main .icon-box .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  text-align: left;
}

.event-main .icon-box .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  color:#fff;
  font-family: var(--heading-font);
  text-align: left;
}

.icon-box h2, h3, h5
{
  color: #fff;
}

/*--------------------------------------------------------------
# Wake-up Section
--------------------------------------------------------------*/
.wake-up .wake-up-card {
  height: 100%;
  padding:20px 10px 20px 10px;
  background:#051119;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 10px;
  border:1px solid  #19242b;
  transition: all 0.3s ease;
}

.wake-up .wake-up-card .icon {
  width: 30px;
  height: 30px;
  margin-right: 30px;
  display: flex;
  border-radius: 8px;
  color:#fff;
  font-size: 34px;
  transition: all 0.3s ease;
  line-height: 1;
}

.wake-up .wake-up-card h3 {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1.4;
  color:#000;
}

.wake-up .wake-up-card p {
  margin-bottom: 25px;
  color: color-mix(in srgb, var(--default-color), transparent 25%);
  font-size: 15px;
  line-height: 1.6;
}

.wake-up .wake-up-card .read-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--accent-color);
  font-weight: 500;
  transition: all 0.3s ease;
}

.wake-up .wake-up-card .read-more i {
  font-size: 14px;
  transition: transform 0.3s ease;
}

.wake-up .wake-up-card .read-more:hover i {
  transform: translateX(5px);
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action .section-title
{
  padding-bottom: 20px;
}

.call-to-action .container {
  background-image:url("../img/bg.jpg");
  color: var(--contrast-color);
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  padding: 4rem 2rem;
}

.call-to-action .content h2,
.call-to-action .content p {
  color: var(--contrast-color);
  position: relative;
  z-index: 2;
  font-family: var(--heading-font);
}

.call-to-action .btn-cta {
  background-color: color-mix(in srgb, var(--contrast-color) 15%, transparent);
  color: var(--contrast-color);
  padding: 12px 40px;
  border-radius: 50px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
  font-family: var(--heading-font);
}

.call-to-action .btn-cta:hover {
  background-color: var(--contrast-color);
  color: var(--accent-color);
}

.call-to-action .shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.call-to-action .shape svg {
  width: 100%;
  height: 100%;
}

.call-to-action .shape svg path {
  fill: color-mix(in srgb, var(--contrast-color) 50%, transparent);
}

.call-to-action .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  opacity: 0.15;
  transform: rotate(-15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 15%;
  opacity: 0.08;
  transform: rotate(15deg);
}

.call-to-action .dots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  color: var(--contrast-color);
}

.call-to-action .dots svg {
  width: 100%;
  height: 100%;
}

.call-to-action .dots-1 {
  width: 200px;
  height: 200px;
  top: -30px;
  left: 10%;
  opacity: 0.1;
  transform: rotate(15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
  width: 150px;
  height: 150px;
  bottom: 20px;
  right: 15%;
  opacity: 0.15;
  transform: rotate(-10deg);
}

@keyframes shapes-float {

  0%,
  100% {
    transform: scale(0.8) rotate(45deg) translateY(0);
  }

  50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px);
  }
}

@media (max-width: 992px) {
  .call-to-action .container {
    padding: 3rem 1.5rem;
  }

  .call-to-action .shape-1 {
    width: 200px;
    height: 200px;
  }

  .call-to-action .shape-2 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .shape-3 {
    width: 100px;
    height: 100px;
  }

  .call-to-action .dots-1 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .dots-2 {
    width: 120px;
    height: 120px;
  }

  .call-to-action .dots-3 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575px) {
  .call-to-action .container {
    border-radius: 0;
  }
}


.call-to-action .call-to-action-item .call-to-action-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid var(--background-color);
  margin: 0 10px 0 0;
}

.call-to-action .call-to-action-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;

}

.call-to-action .call-to-action-item h4 {
  font-size: 16px;
  color: #fff;
  margin-bottom: 20px;
  line-height: 29px;
}


.register .register-item {
  background-color: var(--surface-color);
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  padding: 30px 0px 50px 0px;
  position: relative;
}

.register .register-item h3 {
  font-weight: 700;
  margin-bottom: 0;
  font-size: 24px;
}

.register .buy-btn {
  color: var(--contrast-color);
  background-color: var(--accent-color);
  border: 2px solid var(--accent-color);
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 16px;
  font-weight: 500;
  transition: 0.3s;
  font-family: var(--heading-font);
}

.register .buy-btn:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

.register .featured {
  background: var(--accent-color);
}


.register .featured .buy-btn {
  background: #006091;
  color: var(--contrast-color);
  border-radius: 50px;

}

.register .featured .buy-btn:hover {
  background: #006091;
  color: var(--contrast-color);
}


/*--------------------------------------------------------------
# Registration Section
--------------------------------------------------------------*/
.registration
{
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}

.registration .info-item+.info-item {
  margin-top: 40px;
}

.registration .info-item i {
  color: var(--contrast-color);
  font-size: 20px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.registration .info-item h3 {
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.registration .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 16px;
  color:#fff;
  font-family: var(--heading-font);
}

.registration .php-email-form {
  height: 100%;
}

.registration .php-email-form input[type=text],
.registration .php-email-form input[type=email],
.registration .php-email-form textarea {
  font-size: 14px;
  padding: 12px 15px;
  box-shadow: none;
  color:#000;
  background-color: #e8f0fe;
  border: 1px solid  #56b8e6;
  border-radius: 15px;
  font-family: var(--heading-font);
}

.registration .php-email-form input[type=text]:focus,
.registration .php-email-form input[type=email]:focus,
.registration .php-email-form textarea:focus {
  border-color: var(--accent-color);
}

.registration .php-email-form input[type=text]::placeholder,
.registration .php-email-form input[type=email]::placeholder,
.registration .php-email-form textarea::placeholder {
  color:#000;
}

.registration .php-email-form button[type=submit] {
  color: var(--contrast-color);
  background: #006091;
  border: 0;
  padding: 10px 30px;
  transition: 0.4s;
  border-radius: 20px;
}

.registration .php-email-form button[type=submit]:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 20%);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing .pricing-card {
  height: 100%;
  padding: 2rem;
  background: #051119;
  border-radius: 1rem;
  transition: all 0.3s ease;
  position: relative;
}

.pricing .pricing-card:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.pricing .pricing-card.popular {
  background: url("../img/bg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #000;
}

.pricing .pricing-card.popular h3,
.pricing .pricing-card.popular h4 {
  color: #fff;
}

.pricing .pricing-card.popular .price .currency,
.pricing .pricing-card.popular .price .amount,
.pricing .pricing-card.popular .price .period {
  color:#fff;
;
}

.pricing .pricing-card.popular .features-list li {
  color: #000;
}

.pricing .pricing-card.popular .features-list li i {
  color: #000;
}

.pricing .pricing-card.popular .btn-light {
  background: var(--contrast-color);
  color: #000;
}

.pricing .pricing-card.popular .btn-light:hover {
  background: color-mix(in srgb, var(--contrast-color), transparent 10%);
}

.pricing .pricing-card .popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--contrast-color);
  color: var(--accent-color);
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  font-weight: 600;
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.08);
}

.pricing .pricing-card h3 {
  font-size: 18px;
  margin-bottom: 1rem;
  font-weight:700;
  color:#fff;
}

.pricing .pricing-card .price {
  margin-bottom: 1.5rem;
}

.pricing .pricing-card .price .currency {
  font-size: 1.5rem;
  font-weight: 600;
  vertical-align: top;
  line-height: 1;
  color:#fff
}

.pricing .pricing-card .price .amount {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color:#fff;
}

.pricing .pricing-card .price .period {
  font-size: 1rem;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.pricing .pricing-card .description {
  margin-bottom: 2rem;
  font-size: 0.975rem;
}

.pricing .pricing-card h4 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

.pricing .pricing-card .features-list {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
}

.pricing .pricing-card .features-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color:#000;
  font-family:var(--heading-font);
}

.pricing .pricing-card .features-list li i {
  color: #000;
  margin-right: 0.75rem;
  font-size: 1.25rem;
}

.pricing .pricing-card .btn {
  width: 100%;
  padding: 0.75rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  border-radius: 50px;
}

.pricing .pricing-card .btn.btn-primary {
  background: var(--accent-color);
  border: none;
  color: var(--contrast-color);
}

.pricing .pricing-card .btn.btn-primary:hover {
  background: color-mix(in srgb, var(--accent-color), transparent 15%);
}

/*--------------------------------------------------------------
# Team Section
--------------------------------------------------------------*/
.team .team-member {
  background-color: var(--surface-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.team .team-member .member-img {
  position: relative;
  overflow: hidden;
}

.team .team-member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .team-member .social a {
  background: color-mix(in srgb, var(--contrast-color), transparent 25%);
  color: color-mix(in srgb, var(--default-color), transparent 20%);
  margin: 0 3px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  transition: ease-in-out 0.3s;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.team .team-member .social a:hover {
  color: var(--contrast-color);
  background: var(--accent-color);
}

.team .team-member .social i {
  font-size: 18px;
  line-height: 0;
}

.team .team-member .member-info {
  padding: 22px 15px;
}

.team .team-member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 1.7;
  color:#f36d30;
  text-align: center;
}

.team .team-member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: color-mix(in srgb, var(--default-color), transparent 40%);
}

.team .team-member:hover .social {
  opacity: 1;
  bottom: 15px;
}

/*--------------------------------------------------------------
# Format Section
--------------------------------------------------------------*/
.format .format-item {
  background:#051119;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 40px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  border: 1px solid  #19242b;
  border-radius: 20px;
  height: 100%;
}

.format .format-item .icon {
  position: relative;
  margin-bottom: 20px;
}

.format .format-item .icon i {
  color:#fff;
  font-size: 32px;
  transition: ease-in-out 0.3s;
  z-index: 2;
  position: relative;
}
.format .format-item h3 {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  position: relative;
  display: inline-block;
  transition: 0.3s;
}

.format .format-item p {
  line-height: 24px;
  font-size: 15px;
  margin-bottom: 0;
  color: #000;
  font-family: var(--heading-font);
}

.format .format-item:hover .icon:before {
  background: color-mix(in srgb, #f36d30, transparent 50%);
}

.format .format-item:hover h3 {
  border-color: color-mix(in srgb, #f36d30, transparent 10%);
  color: #f36d30;
}

.format .format-item:hover .readmore {
  color: var(--accent-color);
}

/*--------------------------------------------------------------
# why-join Section
--------------------------------------------------------------*/
.why-join
{
  background-image:url("../img/bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.why-join .why-join-image {
  position: relative;
  min-height: 400px;
}

.why-join .why-join-image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.why-join .why-join-item h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 0;
}

.why-join .why-join-item i {
  font-size: 32px;
  color: #fff;
  margin-right: 20px;
  line-height: 0;
}

.why-join .why-join-item p {
  font-size: 15px;
  color: #000;
  font-family: var(--heading-font);
  margin: 0;
}

/*--------------------------------------------------------------
# Agenda Section
--------------------------------------------------------------*/
.agenda
{
  background: #f5f9ff;
  padding: 60px 30px;
  background: url("../img/bg-back.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.agenda .section-title h2
{
  color:#fff;
}

.agenda .agenda-item {
  margin: 20px 0;
  padding: 20px 5px 20px 5px;
  border-bottom: 1px solid  #fff;
}

.agenda .agenda-item i {
  color: #fff;
  font-size: 24px;
  margin-right: 10px;
  padding-right:20px;
}

.agenda .agenda-item h4 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

.agenda .agenda-item p {
  font-size: 15px;
  font-family: var(--heading-font);
  font-weight: 400;
  color:#fff;
}
/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  background-color: var(--surface-color);
  padding: 30px;
  box-shadow: 0 3px 20px -2px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}

.services .service-item .icon {
  font-size: 36px;
  line-height: 0;
  margin-right: 30px;
  color: var(--accent-color);
}

.services .service-item .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.services .service-item .title a {
  color: var(--heading-color);
}

.services .service-item .description {
  line-height: 24px;
  font-size: 15px;
  margin: 0;
}

.services .service-item:hover {
  border-color: var(--accent-color);
}

.services .service-item:hover .title a {
  color: var(--accent-color);
}


/*--------------------------------------------------------------
# Objectives Section
--------------------------------------------------------------*/
.objectives .objectives-item {
  display: flex;
  align-items: center;
  /*border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);*/
  background-color:#051119;
}

.objectives .objective
{
  padding: 40px 30px 30px 30px;
  transition: 0.3s;
  position: relative;
  box-shadow: 0px 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 1px solid  #19242b;
}

.objectives .objectives-item i {
  font-size: 32px;
  padding-right: 20px;
  line-height: 0;
}

.objectives .objectives-item p {
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 15px;
  font-family: var(--heading-font);
  line-height: 1.5;
  color: #000;
  z-index: 1;
}

.objectives .objectives-item:hover {
  border-color: var(--accent-color);
}

/*--------------------------------------------------------------
# About Sponsors 
--------------------------------------------------------------*/
.about-sponsors .about-meta {
  color: var(--accent-color);
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block;
}

.about-sponsors .about-title {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .about-sponsors .about-title {
    font-size: 2rem;
  }
}

.about-sponsors .about-description {
  margin-bottom: 2rem;
  color: #000;
  font-family: var(--heading-font);
}

.about-sponsors .feature-list-wrapper {
  margin-bottom: 2rem;
}

.about-sponsors .feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.about-sponsors .feature-list li {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  color:#000;
  font-family: var(--heading-font);
}

.about-sponsors .feature-list li i {
  color: #fff;
  font-size: 1.25rem;
}

.about-sponsors .profile .profile-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.about-sponsors .profile .profile-name {
  font-size: 1.125rem;
  margin: 0;
}

.about-sponsors .profile .profile-position {
  color: var(--accent-color);
  margin: 0;
  font-size: 0.875rem;
}

.about-sponsors .contact-info {
  padding: 1rem 1.5rem;
  background-color: var(--surface-color);
  border-radius: 0.5rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.about-sponsors .contact-info i {
  color: var(--accent-color);
  font-size: 1.5rem;
}

.about-sponsors .contact-info .contact-label {
  color: color-mix(in srgb, var(--default-color), transparent 30%);
  font-size: 0.875rem;
  margin: 0;
}

.about-sponsors .contact-info .contact-number {
  font-weight: 600;
  margin: 0;
}

.about-sponsors .image-wrapper {
  position: relative;
}

@media (max-width: 992px) {
  .about-sponsors .image-wrapper {
    padding-left: 0;
    margin-top: 3rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
}

@media (max-width: 992px) {
  .about-sponsors .image-wrapper .images {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
  }
}

@media (max-width: 992px) {
  .about-sponsors .image-wrapper .main-image {
    margin-left: 0;
  }
}

.about-sponsors .image-wrapper .small-image {
  position: absolute;
  top: 20%;
  left: -10%;
  width: 45%;
  border: 8px solid var(--surface-color);
}

@media (max-width: 992px) {
  .about-sponsors .image-wrapper .small-image {
    position: static;
    width: 100%;
    margin: 0 auto;
    border: 0;
  }
}

.about-sponsors .image-wrapper .experience-badge {
  position: absolute;
  bottom: 5%;
  right: 5%;
  background-color: var(--accent-color);
  color: var(--contrast-color);
  padding: 1.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-width: 200px;
  animation: experience-float 3s ease-in-out infinite;
}

@media (max-width: 992px) {
  .about-sponsors .image-wrapper .experience-badge {
    position: static;
    width: fit-content;
    margin: 0 auto;
  }
}

.about-sponsors .image-wrapper .experience-badge h3 {
  color: var(--contrast-color);
  font-size: 2.5rem;
  margin: 0;
  line-height: 0.5;
}

.about-sponsors .image-wrapper .experience-badge h3 span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 0.25rem;
}

.about-sponsors .image-wrapper .experience-badge p {
  margin: 0.5rem 0 0;
  font-size: 0.875rem;
  font-family: var(--heading-font);
}

@keyframes experience-float {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0);
  }
}

/*--------------------------------------------------------------
# Why Sponors
--------------------------------------------------------------*/
.why-sponsors-cards  {
  --default-color: #fff;
  --heading-color: #fff;
}

.why-sponsors-cards  .why-sponsors-box {
  height: 100%;
  padding: 40px 30px;
  border-radius: 10px;
}

.why-sponsors-cards .why-sponsors-box i {
  font-size: 44px;
  display: inline-block;
  line-height: 0;
  color: var(--accent-color);
  margin-bottom: 20px;
}

.why-sponsors-cards .why-sponsors-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color:#fff
}

.why-sponsors-cards .why-sponsors-box p {
  font-size: 15px;
  margin-bottom: 0;
  font-family: var(--heading-font);
}

.why-sponsors-cards .why-sponsors-box.orange {
  background-color: #f36d30;
}

.why-sponsors-cards .why-sponsors-box i {
  color: #fff;
}

.why-sponsors-cards .why-sponsors-box.blue {
  background-color: #006091;
}

.why-sponsors-cards .why-sponsors-box.green {
  background-color: #2c7173;
}

.why-sponsors-cards .why-sponsors-box.red {
  background-color: #4386ac;
}

/*--------------------------------------------------------------
# Features Section
--------------------------------------------------------------*/
.attendee .attendee-item {
  background-color: #051119;
  display: flex;
  align-items: center;
  padding: 20px;
  transition: 0.3s;
  border-radius: 20px;
  border: 1px solid  #19242b;
  position: relative;
}

.attendee .attendee-item i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 0;
  color:#fff;
}

.attendee .attendee-item h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.verticalButton  {
  padding:0px 0px 0px 0px;
    width: 190px;
    height:40px;
    background: #508cb0;
    border-radius: 0px 0px 5px 5px;
    -moz-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    position: fixed;
    right: -75px;
    top: 200px;
    color: #fff;
    z-index: 99;
}

a:hover .verticalButton {
    background: #508cb0;
    color:#fff;
}

