/*
Theme Name: NextBiz
Template: kadence
Author: Dhanuka Shamen
Author URI: mailto:dhanukashamen@gmail.com
Version: 2.0
*/

@font-face {
  font-family: "Bahnschrift";
  src: url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.eot");
  src: url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.eot?#iefix")
      format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.woff2")
      format("woff2"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.woff")
      format("woff"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.ttf")
      format("truetype"),
    url("https://db.onlinewebfonts.com/t/0a6ee448d1bd65c56f6cf256a7c6f20a.svg#Bahnschrift")
      format("svg");
}


.outer {
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}

.container2 {
  position: relative;
  background: url(bg.jpeg);
  height: 364px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.header {
  height: 100%;
  padding: 0;
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.header h1 {
  color: #fff;
  font-family: Lexend;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 52px;
  max-width: 829px;
}

.latest-section-text {
  display: flex;
  gap: 30px;
  align-items: center;
  margin-bottom: 20px;
}

.latest-section-text h1 {
  color: #000;
  font-family: Noto Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 68.571% */
  letter-spacing: 0.5px;
  flex-shrink: 0;
}

.latest-section-text::after {
  content: "";
  border-bottom: 1px solid #79747e;
  width: 100%;
}

.latest-news {
  display: flex;
  flex-direction: row;
  gap: 23px;
}

.column-1 {
  flex-basis: 50%;
}

.column-1 img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  margin-bottom: 25px;
}

.column-2 img {
  width: 270px;
  height: 100%;
  object-fit: cover;
}

.column-2 {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.column-2-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 85px;
  padding-bottom: 20px;
  border-bottom: 1px solid #c8c8c8;
}

.column-2-inner:last-child {
  border-bottom: none;
}

.category a {
  text-decoration: none;
  color: #323232;
  font-family: Nunito Sans;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 120% */
  letter-spacing: 0.5px;
}

.news-title {
  color: #202020;
  font-family: Noto Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 120% */
  letter-spacing: -0.02px;
}

.news-title a {
  text-decoration: none;
  color: #202020;
}

.news-footer {
  display: flex;
  gap: 5px;
  color: #565656;
  font-family: Noto Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  align-items: center;
}

.news-footer p a {
  text-decoration: none;
  color: #565656;
}

.news-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.vl {
  border-left: 1px solid #79747e;
  height: 20px;
  margin: 0 11px 0 11px;
}

.more-from-us {
  margin-top: 100px;
}

.more-from-us h1 {
  color: #000;
  font-family: Noto Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 68.571% */
  letter-spacing: 0.5px;
  flex-shrink: 0;
  margin-bottom: 92px;
}

.more-from-us .grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 40px;
}

.more-column-2-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 25px;
  height: 150px;
}

.more-column-2-inner a {
  height: 100%;
}

.more-column-2-inner img {
  width: 244px;
  height: 100%;
  object-fit: cover;
}

.articles-you-may-know {
  margin-top: 105px;
  background-color: #f2f8ff;
}

.articles-you-may-know h1 {
  font-family: Noto Sans;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 68.571% */
  letter-spacing: 0.5px;
  text-align: center;
}

.articles-you-may-know img {
  width: 100%;
  height: 363px;
  object-fit: cover;
  margin-bottom: 25px;
}

.articles {
  display: flex;
  flex-direction: row;
  gap: 70px;
  margin-top: 50px;
}

.articles .articles-item {
  flex-basis: 50%;
}

@media (max-width: 1260px) {
  .latest-news {
    flex-direction: column;
  }

  /*.column-2-inner:first-child {
      border-top: 1px solid #c8c8c8;
      padding-top: 20px;
    }*/

  .more-from-us .grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 654px) {
  .header {
    background: rgba(0, 0, 0, 0.6);
  }

  .header-image {
    height: 251px;
  }

  .header h1 {
    font-size: 28px;
  }

  .latest-section-text h1 {
    font-size: 24px;
  }

  .column-2 {
    flex-direction: row;
    gap: 0;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .column-2-inner {
    flex-direction: column-reverse;
    flex-basis: 48%;
    margin-top: 10px;
    gap: 30px;
    border: none;
  }

  .column-2-inner img {
    width: 100%;
    height: 100%;
  }

  .more-from-us .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .more-from-us .more-column-2-inner .news-content {
    display: none;
  }

  .more-column-2-inner img {
    width: 100%;
  }

  .articles {
    flex-direction: column;
  }
}

@media (max-width: 534px) {
  .more-from-us .news-title {
    font-size: 18px;
  }
}

/*-------------*/

/*Workshop Footer
.container {
  background-color: #000f25;
  padding: 20px 0 18px 0;
}

.inner {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.layout {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 15px;
  font-family: "Noto Sans", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.layout-2 {
  display: flex;
}

.layout-2 a {
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 157.031%; 
  letter-spacing: 0.5px;
}

.vl {
  border-left: 1px solid #79747e;
  height: 30px;
  margin: 0 11px 0 11px;
}
--------------------*/

.text-gradient {
  background: linear-gradient(
    180deg,
    #018ce6 11.1%,
    #0287e4 11.1%,
    #1543c4 45.85%
  ); /* Standard syntax */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.glow-box {
  transition: 0.3s;
}

.kt-inside-inner-col {
  height: 100%;
}

.glow-box .box-icon,
.box-heading,
.box-para {
  transition: transform 0.3s ease-in-out;
}

.glow-box:hover .box-para {
  color: white !important;
  transform: translatey(-10%);
}

.glow-box:hover .box-heading {
  color: white !important;
  transform: scale(1.2);
}

/*workshop footer*/
.site-footer-row.site-footer-row-columns-1 .site-footer-section {
  flex: none;
}

/*workshop countdown*/
.kb-countdown-number {
  background-color: white;
  padding: 23px 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.kb-countdown-item {
  gap: 20px;
}

/*Fancy Animations*/
@keyframes fade-in-right {
  from {
    opacity: 0;
    transform: translateX(-15px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes grow-left {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}

.agent-1,
.agent-3 {
  opacity: 0;
  animation: fade-in-right ease 0.4s forwards;
}

.agent-2 {
  transform: scaleX(0);
  transform-origin: left;
  animation: grow-left cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.5s forwards;
  animation-delay: 0.4s;
}

.agent-3 {
  animation-delay: 0.8s;
}

/*Profile Image*/
.workshop-profile {
  background: white;
  width: 420px;
  height: 420px;
  overflow: hidden;
  border-radius: 50%;
}

@media (min-width: 480px) {
  .workshop-profile {
    margin: 0 auto;
  }
}

@media (max-width: 499px) {
  .workshop-profile {
    transform: scale(0.7);
    justify-self: center;
  }
}

.workshop-profile img {
  margin-top: 17%;
  scale: 1.5;
}

.kt-accordion-id2_0d44de-24 .wp-block-kadence-pane::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #737373;
}

.kt-accordion-id467_0aec36-2e .wp-block-kadence-pane::after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid white;
}

/*
.agenda-setion{
transform: translatex(5%);
}*/

/*workshop form*/
.workshop-form {
  display: none !important;
}

.form-btn {
  display: default;
}

.home-lottie {
  scale: 1.5;
}

.home-explora {
  background: linear-gradient(
    128deg,
    #cea7f8 -19.87%,
    #7f8dec 37.56%,
    #1d6ddf 93.93%
  );
}

.MY-FORM-CLASS {
  display: grid;
  column-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.home-accordion button {
  background: none;
}

.kt-accordion-id467_0aec36-2e button:hover {
  background: none;
}

.kt-accordion-id467_0aec36-2e button:focus {
  background: none;
}

.list-item {
  margin-bottom: 20px;
}

.header-navigation[class*="header-navigation-dropdown-animation-fade"]
  ul
  li:hover
  > ul,
.header-navigation[class*="header-navigation-dropdown-animation-fade"]
  ul
  li.menu-item--toggled-on
  > ul,
.header-navigation[class*="header-navigation-dropdown-animation-fade"]
  ul
  li:not(.menu-item--has-toggle):focus
  > ul {
  border-radius: 0 0 10px 10px !important;
  overflow: hidden !important;
}

.kb-gallery-image-contain {
  position: relative;
}

.kb-gallery-image-contain::before {
  content: "▶️";
  font-size: 50px; /* Adjust the font size as needed */
  color: #fff; /* Adjust the color as needed */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2; /* Adjust the z-index to make sure it appears above the image */
}

.kb-gallery-image-contain img {
  position: relative;
}
