@import url('https://fonts.googleapis.com/css2?family=DM+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500;600&display=swap');
@font-face {
  font-family: 'Inter Light';
  font-size: normal;
  font-weight: normal;
  src: local('Inter-Light'), url('files/inter/Inter-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Inter Regular';
  font-size: normal;
  font-weight: normal;
  src: local('Inter-Regular'), url('files/inter/Inter-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Inter Bold';
  font-size: normal;
  font-weight: normal;
  src: local('Inter-Bold'), url('files/inter/Inter-Bold.otf') format('opentype');
}

* {
  margin: 0;
  padding: 0;
}

body {
    overflow-x: hidden;
    scroll-behavior: smooth;
}

nav {
  padding: 10px 30px !important;
  background-color: #086375 !important;
  color: white;
  max-width: 1140px;
  margin: auto;
}

.btn {
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

.btn-bigger {
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin:10px auto 0 auto;
  width: 250px;
  border-radius: 5px;
  border: none;
  padding: 10px;
  outline: none;
}

.btn-bigger:hover{
  background-image: linear-gradient(rgb(0 0 0/5%) 0 0);
}

.btn-bigger:focus{
  outline: none;
}

.btn-website-app {
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  padding: 12px 90px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  margin-left: 45px;
}

.btn-website-app-footer {
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  padding: 9px 35px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
}

nav ul {
  margin-left: 50px;
}

nav li {
  padding: 0px 15px;
  font-size: 16px;
  font-family: 'Inter Light';
  font-weight: 400;
}

.body-content {
  width: 100vw;
  background: linear-gradient(180deg, #79E1E1 -11.44%, #DAFBE5 5.55%, #DAFBE5 26.34%, #FFFFFF 84.16%);
}

.card {
  background-color: transparent;
  border: 0;
}

.card h4 {
  font-family: 'Inter Regular';
  font-size: 18px;
  text-align: center;
  color: #002D38;
}

.phone-input {
  border: 2px solid black !important;
  width: 70%;
  border-radius: 4px;
  padding: 7px 20px;
  font-family: 'DM Sans', sans-serif;
}

.phone-submit{
  width: 30%;
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 7px 0px;
  margin-top: 15px;
}

.btn-hover:hover {
    background-color: #E16201;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

thead {
  background-color: #00A8C4;
  border: 2px solid black;
  color: white;
  font-family: 'Inter Light';
}

tr {
  border-radius: 4px !important;
}

th {
  border: 2px solid black !important;
  padding: 4px 20px !important;
  letter-spacing: 0.5px;
}

td {
  border: 2px solid black !important;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px !important;
  padding: 4px 20px !important;
  vertical-align: unset !important;
}

.table td input {
  text-decoration: none;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.table td button {
  font-size: 14px;
  background-color: #35BF7E;
  color: white;
  font-family: 'Poppins', sans-serif;
  padding: 2px 10px;
}

tbody {
  border: 2px solid black;
}

.wrapper {
  width: 94%;
}

footer h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

footer p {
  font-family: 'Inter Regular';
}

footer img {
  margin-right: 5px;
}

.spacer {
  width: 100%;
  height: 100px;
}

footer a {
  text-decoration: none;
  color: #FF740A;
}

footer a:hover {
  text-decoration: none;
  color: #FF740A;
}

.footer-right p {
  padding-bottom: 20px;
}

.footer-button{
  width: 50%;
  background-color: #35BF7E;
  color: white;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  padding: 7px 0px;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #002D38;
}

footer .copyright {
  font-size: 14px;
  padding: 20px 0px;
}

footer .copyright a {
  color: black;
}

.validation-result {
  border: 2px solid;
  border-color: black transparent transparent transparent !important;
}

.validated-bunny-right {
  position: absolute;
  right: 0;
  bottom: 450px;
}

.validation-result h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  font-weight: 600;
}

.validation-result h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: 50px;
}

.validation-result h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-top: 50px;
}

.validation-result p {
  font-family: 'Inter Regular';
  font-size: 18px;
}

.validation-result p b {
  font-family: 'Inter Bold';
  color: black;
}

.validation-result-list p {
  display: inline-block;
  background-color: #1CD3CE;
  padding: 5px 10px;
  padding-right: 30px;
  border-radius: 10px;
}

.validation-result-list p img {
  width: 40px;
}

.validation-result-list p span {
  color: white;
  position: relative;
  left: -25px;
  top: 3px;
}

.validation-result-list .list-index-2 {
  margin-left: 50px;
}
.validation-result-list .list-index-3 {
  margin-left: 100px;
}
.validation-result-list .list-index-4 {
  margin-left: 150px;
}
.validation-result-list .list-index-5 {
  margin-left: 200px;
}
.validation-result-list .list-index-6 {
  margin-left: 250px;
}
.validation-result-list .list-image1{
  width: 100px;
  position: absolute;
  top: -25px;
  right: 30px;
}
.validation-result-list .list-image2{
  width: 70px;
  position: absolute;
  top: -30px;
  right: 310px;
}
.validation-result-list .list-image3{
  width: 70px;
  position: absolute;
  top: -30px;
  right: 300px;
}

.validation-result-list .broken-line1{
    width: 45px;
    position: absolute;
    top: 50px;
    left: 30px;
}

.surprise-btn {
  background-color: #FF740A !important;
  font-size: 'Poppins';
  padding: 7px 30px !important;
  margin: 70px 0px;
}

.headContainer {
  background-color: #00A8C4;
  border: 2px solid black;
  display: flex;
  flex-direction: row;
}

.flex-item-left {
  border: 2px solid black;
  color: white;
  padding: 10px;
  flex: 50%;
  font-size: 18px;
  font-family: 'Inter Light';
  letter-spacing: 0.5px;
  font-weight: 600;
}

.flex-item-right {
  border: 2px solid black;
  color: white;
  padding: 10px;
  flex: 50%;
  font-family: 'Inter Light';
  letter-spacing: 0.5px;
  font-weight: 600;
}

.resultContainer {
  display: flex;
  border: 2px solid black;
  flex-direction: row;
  overflow-x: auto;
}

.result-child-container{
  margin-top: 15px;;
}

.result-flex-item-left {
  border: 2px solid black;
  color: black;
  padding: 10px;
  flex: 50%;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px !important;
  padding: 10px 20px !important;
  vertical-align: unset !important;
}

.result-flex-item-right {
  border: 2px solid black;
  color: black;
  padding: 10px;
  flex: 50%;
  font-family: 'DM Sans', sans-serif;
  font-size: 16px !important;
  padding: 3px 20px !important;
  vertical-align: unset !important;
}

button {
  font-size: 14px;
  background-color: #35BF7E;
  color: white;
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px;
  margin-left: 0px;
  margin-top: -5px;
}

.form-control-copy{
  padding: 5px;
  margin-right: -10px;
  border: 2px solid black;
  border-radius: 5px
}

.first-section-container {
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.first-flex-item-left {
  padding: 10px 10px;
  flex: 70%;
}

.first-flex-item-right {
  padding: 10px 10px;
  flex: 50%;
}

.first-child-flex-container{
  display: flex;
  flex-direction: row;
}

.first-child-flex-item-left {
  padding: 10px 10px;
  flex: 50%;
}

.first-child-flex-item-right {
  padding: 10px 10px;
  flex: 50%;
}

.first-header{
  font-size: 45px;
  font-family:'Poppins';
  font-weight: 700;
  color: #002D38;
}

.first-p{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
}

.input-column{
  background-color: white;
  border-radius: 22px;
  text-align: center;
  padding: 50px 50px 25px 50px;
}

.second-column-header{
  font-size: 24px;
  font-weight: 600;
  font-family:'Poppins';
  color: #002D38;
}

.result-h2{
  font-size: 45px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #002D38;
}

.result-p{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
}

.date-claimed-container {
  display: flex;
  flex-direction: row;
}

.date-flex-item-left {
  padding: 15px ;
  flex: 50%;
}

.date-flex-item-right {
  padding: 15px ;
  flex: 50%;
}

.date-claimed-p{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
}

.second-container {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.second-container-mobile {
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  display: none;
}

.steps-main-container {
  padding-top: 50px;
  max-width: 1140px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.steps-1st-child-container{
  text-align: center;
  padding: 10px 0px;
}

.steps-2nd-child-container {
  
  padding: 20px 0px;
}

.steps-flex-text-left {
  padding: 10px 50px 50px;
  flex: 50%;
  font-size: 18px;
  font-family: 'Inter Regular';
  letter-spacing: 0.5px;
  font-weight: 600;
}

.steps-flex-video-right {
  padding: 10px 50px;
  flex: 50%;
}

.steps-3rd-child-container {
  display: flex;
  flex-direction: row;
  padding: 20px 0px;
}

.steps-flex-text-right {
  padding: 10px 50px;
  flex: 50%;
  font-size: 18px;
  font-family: 'Inter Regular';
  letter-spacing: 0.5px;
  font-weight: 600;
}

.steps-flex-video-left {
  padding: 10px 50px;
  flex: 50%;
}

/* parent steps flexbox */
.steps-parent-div{
  display: flex;
  flex-direction: row;
}

.steps-parent-div-left{
  flex: 30%;
  padding: 20px;
}

.steps-parent-div-right{
  flex: 70%;
}

/* child steps flexbox */
.steps-div-flex{
  display: flex;
  flex-direction: row;
  margin-top: 1rem;
}

.steps-div-flex-4-step{
  display: flex;
  flex-direction: row;
  margin-top: 6.5rem;
}

.steps-div-image{
  flex: 5%;
}

.steps-div-p{
  flex: 90%;
}

.steps-header{
  font-size: 45px;
  font-weight: 700;
  font-family: 'Poppins';
  color: #002D38;
}

.steps-header-2{
  font-size: 24px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #002D38;
}

.steps-p{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
  letter-spacing: normal;
}

.steps-ul{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
  font-weight: 300;
}

video {
  width: 100%;
  height: auto;
}

.footer-container {
  display: flex;
  flex-direction: row;
}

.footer-flex-left {
  padding: 10px 50px;
  flex: 30%;
  font-size: 18px;
  font-family: 'Inter Regular';
  letter-spacing: 0.5px;
  font-weight: 600;
}

.footer-flex-right {
  padding: 10px 50px;
  flex: 70%;
  margin: auto;
}

.footer-website-links{
  display: flex;
  flex-direction: row;
}

.footer-website-app{
  flex: 16%;
}

.download-buttons{
  flex: 70%;
}

.nav-link:hover {
  background-color: #52E4A5;
}


.h_iframe iframe {
    width:100%;
    height:100%;
}
.h_iframe {
  height: 500px;
  width: 75%;
  display: flex;
  justify-content: center;
  margin: auto;
}

.header-section{
  max-width: 1140px;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 65px;
}

.videos-header-title{
  text-align: center;
}

.first-header{
  max-width: 1140px;
  margin: auto;
  font-size: 45px;
  font-family:'Poppins';
  font-weight: 700;
  color: #002D38;
}

.videos-section-container{
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.videos-child-flex-item-left {
  padding: 10px 10px;
  flex: 50%;
}

.videos-child-flex-item-right {
  padding: 10px 10px;
  flex: 50%;
}

.videos-steps-div-flex{
  display: flex;
  flex-direction: row;
}

.videos-steps-div-image{
  flex: 10%;
}

.videos-steps-div-p{
  flex: 90%;
}

.videos-steps-p{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
}

.videos-bullets{
  font-size: 18px;
  font-family: 'Inter Regular';
  color: #002D38;
  margin-left: 18px;
}

.videos-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.videos-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.videos-section-container-2{
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.videos-image{
  margin-left: 75px;
}

.event-image-section{
  max-width: 1140px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
  padding-right: 15px;
  padding-left: 15px;
}

.event-image-flex-container{
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: auto;
}

.event-image-flex{
  flex: 30%;
}

.event-header{
  font-size: 45px;
  font-family:'Poppins';
  font-weight: 700;
  color: #002D38;
}

.event-p{
  font-family: 'Poppins';
  font-size: 24px;
  font-weight: 600;
}

.event-image-flex-2{
  flex: 50%;
  text-align: center;
}

.event-image-flex-3{
  flex: 30%;
  text-align: left;
}

.event-image-flex-4{
  flex: 70%;
  text-align: left;
  padding-left: 50px;
}

.img-s{
  width: 450px;
}

.image-events{
  width: 350px;
  border-radius: 15px;
}

#sbsheader{
  text-align: left;
  padding-left: 55px;
}

.webapp-button{
  font-size: 14px;
  font-family:'Poppins';
  text-decoration-line: underline;
  color: black;
  text-underline-offset: 10px;
  font-weight: 600;
}

.webapp-button:hover{
  font-size: 14px;
  font-family:'Poppins';
  text-decoration-line: underline;
  color: #35BF7E;
  text-underline-offset: 10px;
  font-weight: 600;
}

.screenshot-steps-image{
  width: 300px;
}

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

  nav {
    padding: 10px 0px !important;
  }

  .navbar-brand{
    margin-left: 20px;
  }

  .navbar-toggler{
    margin-right: 20px;
  }

  .navbar-collapse{
    text-align: center;
  }

  nav ul {
     margin-left: 0px; 
  }

  nav li {
    padding: 0px 0px;
    font-size: 16px;
    font-family: 'Inter Light';
    font-weight: 400;
  }

  .second-container-mobile {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: none;
  }

  .input-column{
    background-color: white;
    border-radius: 22px;
    text-align: center;
    padding: 50px 0px 25px 0px;
  }

  .result-child-container {
    margin-top: 15px;
    padding: 0px 20px;
  }

  .result-h2{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #002D38;
  }

  .steps-div-image{
    flex: 5%;
  }
  
  .steps-div-p{
    flex: 92%;
  }

  .footer-button{
    width: 100%;
    background-color: #35BF7E;
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 10px;
  }

  .footer-website-app{
    flex: 30%;
    margin-right: 10px;
  }

  .header-section{
    max-width: 720px;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 65px;
  }

  .videos-section-container{
    display: flex;
    flex-direction: row;
    max-width: 720px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .videos-section-container-2{
    display: flex;
    flex-direction: row;
    max-width: 720px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .img-s{
    width: 350px;
  }
  
  .image-events{
    width: 300px;
    border-radius: 15px;
  }

  #sbsheader{
    text-align: left;
    padding-left: 0px;
  }

}

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

  .img-s{
    width: 250px;
  }
  
  .image-events{
    width: 200px;
    border-radius: 15px;
  }

  #sbsheader{
    text-align: left;
    padding-left: 0px;
  }

}


@media only screen and (max-width: 600px){
  nav {
    padding: 20px 0px !important;
  }

  nav ul {
    margin-left: 0px;
    margin-top: 20px;
  }

  nav li {
    padding: 0px;
  }

  .wrapper {
    width: 86%;
  }

  .navbar-brand{
    margin-left: 10px;
  }

  .navbar-toggler{
    margin-right: 15px;
  }

  .navbar-collapse{
    text-align: center;
  }

  .first-section-container {
    display: flex;
    flex-direction: column;
  }

  .first-flex-item-left {
    padding: 10px 10px;
    flex: 50%;
  }
  
  .first-flex-item-right {
    padding: 10px 10px;
    flex: 50%;
  }

  .first-child-flex-container{
    display: flex;
    flex-direction: column;
  }

  .second-container {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: none;
  }

  .second-container-mobile {
    max-width: 1140px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: block;
  }

  .first-header{
    font-size: 30px;
    font-family:'Poppins';
    font-weight: 700;
    color: #002D38;
    text-align: center;
  }

  .first-p{
    font-size: 16px;
    font-family: 'Inter Regular';
    text-align: center;
  }

  .first-section-image{
    width: 100%;
  }

  .input-column{
    background-color: white;
    border-radius: 22px;
    text-align: center;
    padding: 20px 0px;
  }

  button {
    font-size: 14px!important;
    background-color: #35BF7E;
    color: white;
    font-family: 'Poppins', sans-serif;
    padding: 5px 10px;
    margin-left: 0px;
    margin-top: -3px;
  }

  .btn{
    padding: 8px;
  }

  .phone-submit{
    width: 55% !important;
  }

  .second-column-header{
    font-size: 20px;
    font-weight: 600;
    font-family:'Poppins';
    color: #002D38;
  }

  .result-h2{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #002D38;
  }

  .result-p{
    font-size: 16px;
    font-family: 'Inter Regular';
    color: #002D38;
  }

  .form-control-copy{
    padding: 5px;
    margin-right: -10px;
    border: 2px solid black;
    border-radius: 5px;
    width: 50%;
  }

  .steps-2nd-child-container {
    display: flex;
    flex-direction: column;
  }
  
  .steps-flex-text-left {
    padding: 10px 0px;
    flex: 50%;
    font-size: 18px;
    font-family: 'Inter Regular';
    letter-spacing: 0.5px;
    font-weight: 600;
  }
  
  .steps-flex-video-right {
    padding: 10px 25px;
    flex: 50%;
  }

  .steps-3rd-child-container {
    display: flex;
    flex-direction: column;
  }
  
  .steps-flex-text-right {
    padding: 10px 50px;
    flex: 50%;
    font-size: 18px;
    font-family: 'Inter Regular';
    letter-spacing: 0.5px;
    font-weight: 600;
    order: 1;
  }
  
  .steps-flex-video-left {
    padding: 10px 25px;
    flex: 50%;
    order: 2;
  }

  /* parent steps flexbox */
  .steps-parent-div{
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }

  .steps-parent-div-left{
    flex: 20%;
    padding: 20px;
    margin-right: 0px;
  }

  .steps-parent-div-right{
    flex: 80%;
  }

  /* child steps flexbox */
.steps-div-flex{
  display: flex;
  flex-direction: column;
}

.steps-div-flex-4-step{
  display: flex;
  flex-direction: column;
  margin-top: 0rem;
}

.steps-div-image{
  flex: 0%;
}

.steps-div-p{
  flex: 90%;
}

  .steps-div-image{
    flex: 20%;
    display: contents;
  }

  .steps-orange-number-images{
    margin: auto;
  }
  
  .steps-div-p{
    flex: 80%;
    margin-top: 10px;
  }

  .steps-header{
    font-size: 24px;
    font-weight: 700;
    font-family: 'Poppins';
    color: #002D38;
  }

  .steps-header-2{
    font-size: 20px;
    font-weight: 600;
    font-family: 'Poppins';
    color: #002D38;
  }

  .steps-p{
    font-size: 16px;
    font-family: 'Inter Regular';
    color: #002D38;
    text-align: center;
  }
  
  .steps-ul{
    font-size: 16px;
    font-family: 'Inter Regular';
    color: #002D38;
    font-weight: 300;
  }
  

  .footer-container {
    display: flex;
    flex-direction: column;
  }

  .footer-flex-left {
    margin: auto;
    flex: 30%;
    font-size: 18px;
    font-family: 'Inter Regular';
    letter-spacing: 0.5px;
    font-weight: 600;
    padding: 0px;
  }

  .footer-website-app{
    flex: 30%;
    margin-right: 10px;
    text-align: center;
  }

  .footer-website-links{
    display: flex;
    flex-direction: column;
  }

  .btn-website-app{
    width: 100%;
    margin-left: 0px;
  }

  .btn-website-app-footer{
    width: 70%;
    margin-left: 0px;
    white-space: normal;
  }

  .footer-header{
    font-size: 30px;
    font-family:'Poppins';
    font-weight: 700;
    color: #002D38;
    text-align: center;
  }

  .footer-p{
    font-size: 16px;
    font-family: 'Inter Regular';
    text-align: center;
  }

  .download-buttons{
    text-align: center;
  }

  .footer-button{
    width: 100%;
    background-color: #35BF7E;
    color: white;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    padding: 7px 0px;
  }

  .footer-flex-right {
    text-align: center;
}

  .d-flex{
    flex-direction: column;
    text-align: center;
  }

  .videos-section-container{
    display: flex;
    flex-direction: column;
    max-width: 720px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .videos-section-container-2{
    display: flex;
    flex-direction: column-reverse;
    max-width: 720px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
  }

  .videos-image{
    margin-left: 0px;
  }

  .event-image-flex-container{
    display: flex;
    flex-direction: column;
    max-width: 1140px;
    margin: auto;
  }

  .event-image-flex{
    flex: 30%;
    margin: 15px auto;
  }

  .event-image-flex-2{
    flex: 50%;
    text-align: center;
    margin: 15px auto;
  }

  .event-image-flex-3{
    flex: 50%;
    text-align: center;
    margin: 15px auto;
  }

  .event-image-flex-4{
    flex: 50%;
    text-align: center;
    margin: 15px auto;
    padding-left: 0px;
  }

  .btn-bigger {
    background-color: #35BF7E;
    color: white;
    font-size: 14px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin:10px auto 0 auto;
    width: 200px;
    border-radius: 5px;
  }

  .img-s{
    width: 275px;
  }

  #sbsheader{
    text-align: center;
    padding-left: 0px;
  }

  #centermobtext{
    text-align: center;
  }
  
  .nav-image{
      width: 125px;
  }
  
  .image-events{
    width: 275px;
    border-radius: 15px;
  }

  .event-header{
    font-size: 24px;
    font-family:'Poppins';
    font-weight: 700;
    color: #002D38;
  }
  
  .event-p{
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 600;
  }

}