html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select, option, textarea {
  font-family: inherit;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

p {
  margin: 0 0 1.5em;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

input[type=search],
input[type=submit],
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Custom CSS for front-page.php */

h1 {
  font-size: 70px;
  font-weight: 700;
  line-height: 80px;
  letter-spacing: 0px;
  margin-bottom: 30px;
  
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 50px;
}

h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 20px;
}

h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 10px;
}

h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
  margin-bottom: 5px;
}

p {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
  margin-bottom: 30px;
}

ul {
  line-height: 25px;
  margin-bottom: 40px;
}

li {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0;
}

a {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
}

form input[type=text]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  box-sizing: border-box;
}

.btn {
  background-color: #151500;;
  color: #FFFFFF;
  padding: 12px 34px 12px 34px ;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0px;
  line-height: 1;
  border-radius: 90px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
}

.divider {
  height: 2px;
  width: 10px;
  
}

body {
  color: #151500;
  font-family: 'Proxima Nova', sans-serif;
}

/* all selector */
*:not(.slick-slider, .slick-slder *, .slick-track) {
  transition: all 0.2s ease-in-out;
}

.nav-logo {
  width: 250px;
  height: auto;
}

.nav-container {
  background-color: transparent;
  width: 100%;
  padding-left: 150px;
  padding-right: 100px;
  padding-top: 25px;
  z-index: 1;
  position: absolute;
}

.nav-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-r {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  background-color: #15150016;
  padding: 0 10px;
  border-radius: 90px;
}

.nav-r .btn {
  padding: 12px 20px;
  color: #FFBB00;
}

.nav-r .btn:hover {
  background-color: #FFBB00;
  color: #151500;
  transform: none;
}


.menu-menu-1-container ul {
  display:flex;
  justify-content: flex-end;
  list-style: none;
  margin: 0px;
}

/* .menu-menu-1-container ul li a{
  color: #151500;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
} */

.menu-menu-1-container ul li a{
  color: #151500;
  background-color: #FFBB00;
  padding: 12px 20px;
  border-radius: 90px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
}
  
/* .menu-menu-1-container ul li a:hover{
  text-decoration: underline;
  color: #FFBB00;
} */

.menu-menu-1-container ul li a:hover{
  background-color: #151500;
  color: #FFBB00;
  transform: scale(0.98);
}

.no-body-scroll {
  overflow: hidden;
  height: 100%;
}

.container {
  width: 80%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.container-content > p, 
.container-content > h1,
.container-content > h2,
.container-content > h3,
.container-content > h4,
.container-content > h5,
.container-content > h6,
.container-content > ul,
.container-content > ol,
.container-content > blockquote,
.container-content > .wpforms-container
{
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.special-font {
  font-family: 'kandal', serif;
  font-weight: 400;
  font-style: italic;
}

.feature-area {
  background-color: transparent;
  position: relative;
}

.hero-flag {
  position: absolute;
  background-image: linear-gradient(#FFBB00, #fffcf5, rgb(255, 255, 255) );
  clip-path: polygon(0 0, 100% 0, 75% 100%, 0 100%);
  height: 100%;
  width: 300px;
  left: -150px;
  top: 0;
  z-index: -1;
}

.hero-container {
  padding-bottom: 100px;
}

.hero-logo {
  height: 90px;
  margin-bottom: 50px;
}

.hero {
  display: flex;
  align-items: center;
  gap: 50px;
  color: #151500;
  margin-bottom: 45px;
  justify-content: space-between;
}

.hero-box {
  padding-left: 170px;
  padding-top: 100px;
}

.hero-box h1 {
  max-width: 470px;
}

.hero-media {
  width: 50%;
  clip-path: polygon(15% 0%, 100% 0%, 85% 100%, 0% 100%);
  flex-shrink: none;
  margin-right: 50px;
}

.hero-media img {
  width: 100%;
  min-height: 700px;
  min-width: 300px;
  object-fit: cover;
}

.hero-multi-link {
  display: flex;
  justify-content: center;
  align-self: center;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
}

.hero-box-multi-link {
  padding-top: 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 900px;
}

.hero-multi-link p {
  font-size: 20px;
}

.hero-links {
  display: flex;
  gap: 30px;
  margin-top: 20px;
  flex-wrap: wrap;
  justify-content: center;
}


.hero p {
  font-size: 25px;
  margin-bottom: 30px;
}

.hero {
  margin-bottom: -100px;
}


/* .text-info {
  margin-top: -100px;
} */

.info-container {
  position: relative;
  z-index:1;
}

.top-flag {
  height: 50px;
  background-color: #FFBB00;
  clip-path: polygon(85% 0, 100% 0, 100% 100%, 86% 100%);
  margin-bottom: -1px;
}

.bottom-flag {
  background-color: #FFBB00;
  clip-path: polygon(0 0, 12% 0, 13% 100%, 0% 100%);
  height: 50px;
  margin-top: -1px;
}

.info-container {
  padding: 70px 50px;
  display: flex;
  justify-content: center;
  background-color: #FFBB00;
}

.title-text-container h2 {
  margin-bottom: 10px;
}

.text-info-container p {
  max-width: 938px;

}

.upcoming-events h3 {
  font-size: 55px;
}

.upcoming-events-title {
  text-align: center;
}

.upcoming-events {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.upcoming-events-separator {
  width: 100%;
  height: 9px;
  background-color: #151500;
  margin-bottom: 10px;
}

.upcoming-events h2 {
  font-weight: 800;
}

.upcoming-events h4 {
  padding-top: 10px;
  font-weight: 800;
  font-size: 30px;
}

.upcoming-events p {
  color: black;
  font-size: 13px;
  line-height: 22px;
}

.upcoming-events-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.upcoming-events-img-box {
  margin-top: 20px;
  height: 300px;
}

.upcoming-events-img-box img {
  width: 100%;
  height: 100%;
  object-fit:cover;
}

.learn-date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.learn-date h2 {
  margin-bottom: 0;
  font-size: 50px;
}

.event-container {
  border-bottom: #c6c6c6 solid 8px;
  padding: 40px 40px 22px;
  position: relative;

}

.event-container-text {
  min-height: 200px;
}

.event-container::after {
  position: absolute;
  content:"";
  display: block;
  width: 8px;
  background-color: #c6c6c6;
  top: 22px;
  right: -4px;
  bottom: 22px;
  
}

.event-container:nth-child(3n)::after {
  display: none;
}

.event-btn {
  background-color: #FFBB00;
  color: #151500;
  padding: 12px 34px 12px 34px ;
  border-radius: 90px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
}

.event-btn:hover {
  color: #FFBB00;
  background-color: #151500;
  transform: scale(0.98);
}

.upcoming-events .upcoming-events-container p {
  margin: 0 0 10px;
}

.slider {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 50px;
}

.slider-items {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.slider-item{
  position: relative;
  align-items: center;
}

.slider-item img {
  width: 100%;
  max-height: 800px;
  object-fit: cover;
}

.slider-info-container {
  position: absolute;
  color: white;
  background-image: linear-gradient(rgba(255, 255, 255, 0.085), #151500be);
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0%, 16% 0%, 60% 100%, 0% 100%);
}

.slider-info-event {
  position: absolute;
  top: 0;
  right: 0;
  /* background-color: rgba(255, 255, 255, 0.307); */
  background-image: linear-gradient(#151500be, rgba(255, 255, 255, 0.085));
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 100px;
  padding-left: 150px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

.slider-info-event h2 {
    margin-bottom: 0px;
}

.slider-info-event {
  color: #FFFFFF;
}

.slider-info {
  max-width: 375px;
  position: absolute;
  bottom: 100px;
  left: 100px;
  text-align: left;
}

.slider-info-content h2 {
  margin-bottom: 10px;
}

.slider-info-content h3 {
  font-family: 'kandal', serif ;
  font-weight: 400;
  font-style: italic;
  font-size: 30px;;
}

.slider-info-content p {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 50px;
}


.slider .slick-prev {
  transform: rotate(180deg) scale(1);
  padding-right: 20px;
  position: absolute;
  top: 40px;
  left: -20px;
  z-index: 1
}

.slider .slick-next {
  transform: rotate(0deg) scale(1);
  padding-right: 20px;
  position: absolute;
  top: 100px;
  left: -16px;
}

 .slick-arrow {
    background-color: transparent;
    background-image: url("../img/ArrowCircle.svg");
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    height: 43px;
    width: 43px;
    cursor: pointer;
}

.text-slider {
  display: flex;
  justify-content: center;
}

.text-slider-header {
  margin-bottom: 0;
  text-align: center;
  position: relative;
}

.text-slider-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.text-slider-block {
  gap: 70px;
}

/* .text-slider .slick-prev, .text-slider .slick-next {
  position: absolute;
  top: 0%;
  z-index: 1;
} */

.text-slider .slick-prev {
  transform: rotate(180deg);
  margin-right: 20px;
}

/* .text-slider .slick-next {
  right: 45%;
} */

.text-slider .slick-next {
  padding-right: 12px;
  margin-left: 20px;
}

.text-slider-container .text-slider-block {
  display: flex;
  justify-content: space-evenly;
  flex-direction: row;
}

.text-slider-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  max-width: 333px;
}

.text-slider p {
  font-size: 15px;
}

.text-slider-img {
  max-width: 706px;
}

.title-text-container {
  text-align: center;
  flex-wrap: wrap;
}

.accordion {
  display: flex;
  justify-content: center;
}

.accordion h2 {
  text-align: center;
}

.accordion-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accordion-panel {
  border-top: 1px solid #D0D0D0;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  max-height: 100%;
  display: block;
}

.panel-item {
  border-bottom: 1px solid #D0D0D0;
}


.panel-head h4 {
  margin-bottom: 0;
  padding-left: 30px;
  font-weight: 600;
}

.panel-head {
  display: flex;
  padding: 30px;
  color: #0075ff;
  cursor: pointer;
}

.panel-list {
  max-height: 0;
  overflow: hidden;
  padding-right: 30px;
  transition: all 0.3s ease-in-out;
}

.panel-list-open {
  max-height: 1000px;
}

.circle {
  position: relative;
  width: 20px;
  height: 20px;
}

.opened {
  .vertical {
    transition: all 0.3s ease-in-out;
    transform: rotate(0deg);
  }
}

.closed {
  .vertical {
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
  }
}

.horizontal {
    background-color:#0075ff;
    width: 2px;
    height: 16px;
    transform: rotate(90deg);
}
.vertical {
    position:absolute;
    background-color:#0075ff;
    width: 2px;
    height: 16px;
    top: 0;
}

.top-bottom {
  display: flex;
  justify-content: center;
}

.top, .bottom {
  display: flex;
  justify-content: center;
  gap: 100px;
}

.top .fill-img {
  clip-path: polygon(0 0, 90% 0, 80% 100%, 0% 100%);
  max-height: 400px;
  width: auto;
}

.bottom .fill-img {
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 20% 100%);
  max-height: 400px;
  width: auto;
}

.top {
  flex-direction: row;
  padding-bottom: 80px;
}

.bottom {
  flex-direction: row-reverse;
  padding-top: 30px;
}

.t-b-text {
  padding-top: 50px;
  padding-bottom: 50px;
  max-width: 400px;
}


.t-b-text h2, p {
  margin-bottom: 15px;
}

.text-link {
  color: #151500;
  display: inline-flex;
  align-self: center;
  text-decoration: none;
}

.text-link img {
  width: 20px;
}

.text-link span {
  font-weight: bold;
  margin-left: 15px;
  margin-bottom: 0px;
}

.text-link:hover {
  text-decoration: underline;
}

.text-link:hover img, .cta-text-link:hover img {
  transform: translateX(5px);
}

.cta {
  position: relative;
  margin-bottom: -100px;
}

.cta-container {
  display: flex;
  background-color: #3C3C3C;
  position: relative;
}

.cta-flag {
  position: absolute;
  background-color: #FFFFFF;
  clip-path: polygon(0 0, 15% 0, 16% 100%, 0 100%);
  height: 50px;
  width: 100%;
  top: 0;
  z-index: 1;
  margin-top: -1px;
}

.cta-img {
  width: 50%;
  object-fit: cover;
} 

.cta-content-container {
  width: 50%;
  color: #FFFFFF;
  background-color: #151500;
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0 100%);
}

.cta-content {
  padding: 100px;

}

.cta-content-header {
  margin-bottom: 40px;
}

.cta-content h2 {
  margin-bottom: 10px;
}

.cta-address-info-container {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

.cta-address-info p {
  margin-bottom: 0;
  font-weight: 700;
}

.cta-address-info {
  color: #FFFFFF;
  display: inline-flex;
  gap: 5px;
  text-decoration: none;
  align-self: flex-start;
  align-items: center;
}

.cta-address-info {
  height: 20px;
}

.cta-phone-email {
  margin-bottom: 40px;
}

.cta-phone-number, .cta-email {
  color: #FFBB00;
  font-weight: 400;
}

.cta-socials {
  display: flex;
  flex-direction: row;
  gap: 30px;
}

.programs-container {
  background-color: #F1F1F1;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.programs {
  margin: 15px 0;
}

.programs-section-title {
  font-size: 55px;
  margin-top: 40px;
  margin-bottom: 0;
  text-align: center;
}

.programs .top-flag {
  /* clip-path: polygon(0 0, 13% 0, 12% 100%, 0% 100%); */
  clip-path: polygon(85% 0, 100% 0, 100% 100%, 86% 100%);
}

.programs .bottom-flag {
  /* clip-path: polygon(86% 0, 100% 0, 100% 100%, 85% 100%); */
  clip-path: polygon(0 0, 12% 0, 13% 100%, 0% 100%);
}

.programs .top-flag, .programs .bottom-flag {
  background-color: #F1F1F1;
}

.programs-info-container {
  position: relative;
  background-color: #FFFFFF;
  padding: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.programs h2 {
  margin-bottom: 0;
}


.programs-price {
  position: absolute;
  color: #FFFFFF;
  background-color: black;
  top: 0;
  right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 75px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 18% 100%);
}

.programs-title-text h2 {
  margin-bottom: 20px;
}

.programs-title-text {
  margin-bottom: 40px;
}

.programs-links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.signup-form {
  display: flex;
  justify-content: center;
}

.contact {
  display: flex;
  justify-content: center;
}

.contact h3 {
  text-align: center;
  margin-bottom: 50px;
}

.location-contact-container {
  display: flex;
  gap: 100px;
  justify-content: center;
}

.location-contact-container h5 {
  margin-bottom: 0;
}

.location-info-container, .contact-info-container {
  display: flex;
  gap: 30px;
  flex-direction: column;
}

.location-info, .contact-info {
  display: flex;
  gap: 30px;
}


div.wpforms-container-full:not(:empty) {
  border: 1px solid #c6c6c6 ;
  padding: 50px 50px ;
  border-radius: 5px ; 
}


div.wpforms-container h2 {
  font-size: 50px ;
  line-height: 50px;
  margin: 25px 0;
}

 .wpforms-form .wpforms-field-container .wpforms-field input::placeholder, .wpforms-form .wpforms-field-container .wpforms-field textarea::placeholder {
  color: black ;
  opacity: 1;
  font-size: 16px;
}

.wpforms-field input {
  height: 71px ;
  font-size: 16px;
}

.wpforms-field textarea {
  font-size: 16px;
}

.wpforms-container-full input[type=submit]:not(:hover):not(:active),
div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full input[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full button[type=submit]:not(:hover):not(:active),
.wp-core-ui div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  background-color: transparent !important;
  border: 2px solid #0075ff ;
  color:#0075ff ;
  border-radius: 50px ;
  font-size: 18px ;
  line-height: 150% ;
  padding-left: 27px ;
  padding-right: 27px ;
}

div.wpforms-container-full input[type=submit]:hover,
div.wpforms-container-full button[type=submit]:hover,
div.wpforms-container-full .wpforms-page-button:hover,
.wp-core-ui div.wpforms-container-full input[type=submit]:hover,
.wp-core-ui div.wpforms-container-full button[type=submit]:hover,
.wp-core-ui div.wpforms-container-full .wpforms-page-button:hover {
  background-color: #0075ff;
  color: white;
  border-radius: 50px ;
  font-size: 18px ;
  line-height: 150% ;
  padding-left: 27px ;
  padding-right: 27px ;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #151500;
  color: #FFFFFF;
  padding: 50px;  
}

.footer .logo {
  height: auto;
  width: auto;
}

.address {
  display: flex;
  justify-content: space-evenly;
}

.footer-socials {
  display: flex;
  background-color: #3C3C3C;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: #FFFFFF;
}

.follow-socials {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.follow-socials h5, .footer-socials h5, .footer-socials h4, .footer-socials p {
  margin-bottom: 0;
}

.email-signup {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFBB00;
  gap: 5px;
}

.address-f {
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.address-f h6 {
  margin-bottom: 0;
}

.address-f a{
  color: #FFBB00;
}

.links-f h4 {
  margin-bottom: 10px;
}

.links-f p {
  line-height: 15px;
  margin-bottom: 5px;
}

.separator-f {
  padding-left: 20px;
  padding-right: 20px;
}

.desktop-hidden {
  display: none;
}

/* Smaller screen changes */
@media screen and (max-width: 1650px) {
  .slider-info {
    bottom: 50px;
    left: 50px;
  }
}

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

  .slider-info-container {
    clip-path: polygon(0 0%, 21% 0%, 65% 100%, 0% 100%);
  }
}

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

  /* .hero-box h1 {
    max-width: none;
  }

  .hero {
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    
  }

  .hero-media {
    width: 100%;
    clip-path: none;
    margin-right: 0;
  }

  .hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
    
  }

  .hero a {
    text-align: center;
  } */

  .slider-info-event {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 50px;
    padding-left: 75px;
  }

  .slider-info-container {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0% 100%);
  }

  .event-container:nth-child(2n)::after {
    display: none;
  }
  .event-container:nth-child(3n)::after {
    display: block;
  }

  .upcoming-events-container {
    grid-template-columns: 1fr 1fr;
  }

  .upcoming-events p {
    color: black;
    padding-top: 5px;
    font-size: 13px;
    line-height: 15px;
  }

  .upcoming-events .upcoming-events-container p{
    margin: 0 0 0;
  }

  .cta-container {
    flex-direction: column;
  }

  .cta-img {
    width: 100%;
  } 

  .cta-content-container {
    width: 100%;
  }

  .cta-content {
    display: flex;
    justify-content: space-around;
    padding: 50px 50px 75px 50px;
  }

  .cta-header-address, .cta-contact-socials {
    padding: 0 10px;
  }

  .footer-socials {
    padding: 10px 20px;
  }

  .footer-container {
    flex-wrap: wrap;
    padding: 20px;
    justify-content: space-around;
  }

  .t-b-text h2, p {
  margin-bottom: 0px;
}

  .top, .bottom {
    gap: 10px;
  }

  .address {
    flex-wrap: wrap;
    flex-direction: column;
  }

  .address-l, .address-r {
    margin-bottom: 10px;
  }

  .copyright-f p {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .separator-f {
    display: none;
  }
}

@media screen and (max-width: 1100px) {
    .top, .bottom {
    flex-wrap: wrap;
    gap: 10px;
  }

  .top {
    padding-bottom: 25px;
    justify-content: center;
  }

  .bottom {
    justify-content: center;
  }

  .top .fill-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    max-height: 400px;
    width: auto;
  }
  .bottom .fill-img {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    max-height: 400px;
    width: auto;
  }

  .t-b-text {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .top .t-b-text {
    margin-left: 0px; 
  }

  .bottom .t-b-text {
    margin-right: 0px; 
  }

  .slider {
    margin: 0;
  }

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

  .nav-container {
    padding-left: 100px;
    padding-right: 50px;
  }

  .info-container {
    padding: 30px 20px;
  }

  .slider .container {
    width: 95%;
  }

  .slider {
    margin: 0 30px;
  }

  .slider-info-content h2{
    font-size: 25px;
  }

    .slider-info-content h3{
    font-size: 20px;
  }

  .slider-info-content p{
     display: none;
  }

  .slider-info-event {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 37px;
  }

  .slider-info-event h2 {
    font-size: 20px;
  }

  .upcoming-events-container {
    grid-template-columns: 1fr;
  }

  .event-container:nth-child(1n)::after {
    display: none;
  }

  .text-slider-block {
    flex-wrap: wrap;
    gap: 10px;
  }

  .text-slider-header {
    text-align: center;
  }

  .text-slider-img {
    max-width: 100%;
  }

  .text-slider-description {
    max-width: 600px;
    margin-bottom: 30px;
    
  }

  .text-slider-description p {
    line-height: 15px;
    margin-bottom : 20px;
  }

  .text-slider-description h3 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px;
  }
}

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

  .menu-menu-1-container ul li a, .nav-mobile .btn {
    padding: 0;
    background-color: transparent;
  }

  .menu-menu-1-container ul li a:hover, .nav-mobile .btn:hover {
    background-color: transparent;
    transform: none;
  }

  .nav-container {
    padding-top: 0;
  }

    .hero-box h1 {
    max-width: none;
  }

  .hero {
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    
  }

  .hero-media {
    width: 100%;
    clip-path: none;
    margin-right: 0;
  }

  .hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 120px;
    
  }

  .hero a {
    text-align: center;
  }

  .hero-box h1, .hero-multi-link h1 {
    font-size: 40px;
  }
  
  .hero-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 100px;
  }

  .hero-box {
    padding-left: 50px;
    padding-right: 50px;
  }

  .hero-media {
    min-width: 300px;
  }

  .hero-links {
    gap: 10px;
  }

  .nav-container {
    padding-left: 0;
    padding-right: 0;
  }

  .mobile {
    height: 0vh;
    width: 100%;
    background-color: #1e1e1e;
  }

  .mobile {
    height: 8vh;
    min-height: 50px;
    transition: all 0.3s ease-in-out;
  }

  .mobile.active {
    height: 100vh;
  }

  .nav-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .desktop-hidden {
    display: block;
  }

  .mobile-hidden {
    display: none;
  }

  .hidden-nav  {
    background-color: #1e1e1e;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }  

  .hamburger div {
    background-color: white;
    width: 50px;
    height: 10px;
  }

  .nav-menu {
    opacity: 0%;
    transition: all 0.5s ease-in-out;
  }

  .nav-menu.open {
    opacity: 100%;
  }

  .nav-menu.close {
    opacity: 0%;
  }

  .nav-popup {
    max-height: 0px;
    overflow: hidden
  }

  .nav-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .menu-menu-1-container ul li a {
    color: #FFFFFF;
  }

  .logo-m {
    width: 80px;
    height: auto;
  }

  .top-flag {
    clip-path: polygon(73% 0, 100% 0, 100% 100%, 75% 100%);
  }

  .bottom-flag {
    clip-path: polygon(0 0, 33% 0, 35% 100%, 0% 100%);
  }

  .panel-head {
    padding: 10px;
  }

  .panel-head h4 {
    padding-left: 5px;
  }

  .circle {
    margin-left: 10px;
  }

  .upcoming-events h1 {
    text-align: center;
    font-size: 50px;
  }

  .event-btn {
    padding: 8px 26px;
  }

  .learn-date {
    margin-top: 0px;
  }

  .programs-section-title {
    font-size: 40px;
    line-height: 40px;
  }

  .programs-info-container {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
  }

  .programs-price h2 {
    font-size: 20px;
  }

  .programs-price {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .programs-links {
    justify-content: center;
  }

  .slider .slick-prev {
    transform: scale(.8) rotate(180deg);
    left: -22px;
  }

  .slider .slick-next {
    transform: scale(.8);
    left: -18px;
  }

  .programs .programs-links .event-btn {
    font-size: 14px;
  }

  .programs .top-flag {
    clip-path: polygon(73% 0, 100% 0, 100% 100%, 75% 100%);
  }

  .programs .bottom-flag {
    clip-path: polygon(0 0, 33% 0, 35% 100%, 0% 100%);
  }

  .location-contact-container {
    flex-wrap: wrap;
    gap: 40px;
    justify-content: flex-start;
  }

  div.wpforms-container-full:not(:empty) {
    padding: 20px 20px;
    margin: 10px auto;
  }

  div.wpforms-container h2 {
    font-size: 35px ;
    line-height: 50px;
    margin: 0;
  }

  .wpforms-submit-container {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .cta-content {
    flex-wrap: wrap;
    padding-bottom: 75px;
  }

  .footer-socials h4 {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .slider-info {
    bottom: 20px;
    left: 20px;
  }

  .footer-socials {
    text-align: center;
  }
}

/* Transitions */

.btn:hover {
  transform: scale(0.98);
  color: #FFBB00;
}

/* hamburger animation */

.hamburger {
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }
  .hamburger.is-active:hover {
    opacity: 0.7; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #ffffff; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #ffffff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }

.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
  .hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
  .hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); 
  }