main.main {
  margin-top: 100px;
}
body,h1,h2,h3,h4,h5,h6,.section-title div,.btn-get-started{
  font-family: var(--nav-font) !important;
}
.gallery .gallery-item {
  height: 200px;
}
.footer .footer-about .logo img {
    height: 50px !important;
    margin-right: 6px !important;
    padding: 0px !important;
}
.gallery .gallery-item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.hero.inner-page {
  min-height: auto !important;
  padding: 60px 0px !important;
}
.events-wrap .body-container {
  width: 1180px;
  margin: 50px auto;
  /*min-height:200px;*/
}
.events-wrap {
  background-color: rgb(250, 250, 250);
  padding-top: 40px;
  padding-bottom: 50px;
}
.events-wrap .event-name {
  font-size: 22px;
}

.events-wrap .dashboard {
  width: 100%;
  h2 {
    color: #363b6d;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  h5 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
    color: #363b6d;
    opacity: 0.5;
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  h5.online {
    color: #72c17c;
    opacity: 1;
  }
  .dashboard-container {
    height: 620px;
    width: 400px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .dashboard-container.last-profile {
    width: 580px;
    height: 300px;
  }
  .grid-container {
    display: block;
    /*grid-template-columns: 1.3fr 1fr 1.2fr;*/
    /*grid-template-rows: 1fr 1fr 1fr 1fr 1fr;*/
    /*grid-template-areas: "profile last-like last-like" ;*/
    grid-gap: 0 20px;
    .grid-area {
      background-color: white;
      -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      border-radius: 0.25rem;
      overflow: hidden;
    }

    .profile {
      grid-area: profile;
      .img {
        position: relative;
        overflow: hidden;
        height: 420px;
        i {
          position: absolute;
          top: 20px;
          right: 20px;
          color: white;
          font-size: 25px;
          cursor: pointer;
        }
        h3 {
          position: absolute;
          bottom: 10px;
          right: 20px;
          color: #1eb37f;
          z-index: 1;
          font-weight: normal;
          letter-spacing: 0.5px;
          cursor: default;
        }
        .button {
          position: absolute;
          bottom: 0;
          left: 10px;
          z-index: 1;
          height: 60px;
          width: 60px;
          border-radius: 50%;
          background-color: #363b6d;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 1px;
          cursor: pointer;
          transition: all 0.4s;
          &:hover {
            bottom: 5px;
            box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 1);
          }
          i {
            right: initial;
            top: initial;
            font-size: 25px;
            position: initial;
          }
        }
        img {
          width: 100%;
          height: 420px;
          object-fit: cover;
        }
        &:after {
          background-color: white;
          width: 550px;
          transform: rotate(-8deg) skewX(0deg);
          opacity: 1;
          content: "";
          position: absolute;
          top: 360px;
          left: -110px;
          height: 250px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
          transition: all 0.4s;
        }
        &:before {
          background-color: #e83114;
          width: 450px;
          transform: rotate(-14deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          top: 325px;
          height: 250px;
          left: -55px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
          transition: all 0.4s;
        }
      }
      .profile-data {
        width: 100%;
        padding: 20px;
        padding-bottom: 10px;
        display: flex;
        justify-content: flex-end;
        .data-details {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-left: 55px;
          h5 {
            position: initial;
          }
          h4 {
            color: #363b6d;
            font-weight: normal;
          }
        }
      }
      .profile-more {
        display: flex;
        padding: 0 20px;
        justify-content: flex-end;
        h5 {
          position: initial;
          cursor: pointer;
          text-decoration: underline;
          &:hover {
            color: #e83114;
            opacity: 1;
          }
        }
      }
    }

    .last-view {
      grid-area: last-view;
    }

    .last-like {
      grid-area: last-like;
    }

    .edit-profile {
      grid-area: edit-profile;
      height: 800px;
      padding-bottom: 20px;
      h3 {
        font-size: 20px;
        color: #363b6d;
        display: flex;
        i {
          font-size: 18px;
          margin-left: 10px;
          cursor: pointer;
          transition: all 0.2s;
          &:hover {
            color: #e83114;
            transform: scale(1.1);
          }
        }
      }
      h1 {
        margin-top: 100px;
        color: #363b6d;
        margin-left: 20px;
      }
      .header {
        color: white;
        position: relative;
        margin-bottom: 20px;
        width: 60%;
        z-index: 1;
        h1 {
          color: white;
          text-align: center;
          font-size: 19px;
          padding: 20px 10px;
          font-weight: 100;
          letter-spacing: 0.5px;
          z-index: 3;
          position: absolute;
          width: 50%;
          margin-top: 0;
        }
        &:after {
          z-index: 2;
          background-color: #363b6d;
          width: 110%;
          transform: rotate(-20deg) skewX(0deg);
          opacity: 1;
          content: "";
          position: absolute;
          top: -150px;
          left: -30px;
          height: 200px;
          border-radius: 100px 283px 383px 319px / 132px 1px 24px 117px;
        }
      }
      .profile-picture {
        border-radius: 50%;
        margin-right: 20px;
        height: 150px;
        width: 150px;
        float: right;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        background-color: rgba(75, 78, 109, 0.3);
        img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
        }
        &:after {
          z-index: 2;
          background-color: #363b6d;
          width: 100%;
          opacity: 0.8;
          content: "";
          position: absolute;
          bottom: 0px;
          height: 50px;
          color: white;
          content: "Edit";
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.4s;
          font-size: 18px;
          letter-spacing: 1px;
        }
        &:hover:after {
          opacity: 1;
          height: 100%;
        }
      }
      .edit-interest {
        width: auto;
        clear: both;
        margin: 20px;
        color: #615f5e;
        p {
          height: 90px;
          word-wrap: break-word;
        }
        p.p-small {
          height: 24px;
        }
      }
      .edit-infos {
        margin: 20px;
        width: 100%;
        .profile-data {
          width: 400px;
          display: flex;
          .data-details {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 55px;
            h5 {
              position: initial;
            }
            h4 {
              font-size: 20px;
              color: #363b6d;
              font-weight: normal;
            }
          }
        }
      }
      .edit-picture {
        display: flex;
        width: 100%;
        padding-right: 10px;
        clear: both;
        flex-wrap: wrap;
        div {
          height: 150px;
          width: 150px;
          margin-left: 10px;
          margin-top: 10px;
          border-radius: 0.25rem;
          overflow: hidden;
          cursor: pointer;
          position: relative;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
          }
        }
        div.picture {
          &:hover:after {
            position: absolute;
            width: 100%;
            background-color: rgba(75, 78, 109, 0.8);
            bottom: 0px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s;
            font-size: 18px;
            letter-spacing: 1px;
            content: "Delete";
            height: 100%;
          }
        }
        div.picture-add {
          background-color: rgba(75, 78, 109, 0.3);
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 30px;
          &:hover {
            background-color: #363b6d;
          }
        }
      }
    }

    .last-view,
    .last-like {
      padding: 20px;
      overflow: hidden;
      img {
        width: 160px;
        height: 160px;
        border-radius: 0%;
        object-fit: cover;
      }
      .img {
        position: relative;
        border-radius: 0%;
        overflow: hidden;
        margin: 0 10px;
        transition: all 0.3s;
        box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.5);
        &:after {
          background-color: #363b6d;
          /* //background-color:transparent; */
          width: 130px;
          transform: rotate(-8deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          height: 20px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
        &:before {
          background-color: #e83114;

          width: 130px;
          transform: rotate(-14deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          bottom: 0px;
          height: 30px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
      }
    }
    .profiles-display {
      width: 100%;
      margin-top: 20px;
      padding-top: 10px;
      /*height: 180px;*/
      display: flex;
      overflow-x: auto;
      flex-direction: column;
      visibility: hidden;
      &:hover {
        visibility: visible;
      }
      &::-webkit-scrollbar {
        height: 8px;
      }
      &::-webkit-scrollbar-track {
        background: transparent;
      }
      &::-webkit-scrollbar-thumb {
        background: #776876;
        border-radius: 3px;
      }
      &::-webkit-scrollbar-thumb:hover {
        background: #363b6d;
      }
      .one-profile {
        visibility: visible;
        float: left;
        cursor: pointer;
        display: flex;
        flex-direction: row;
        margin-bottom: 20px;
        align-items: center;
        /*height: 160px;*/
        padding-bottom: 20px;
        justify-content: space-between;
        border-bottom: 1px solid #ddd;
        h4 {
          font-size: 18px;
          color: #363b6d;
        }
        &:hover .img {
          transform: scale(1.1);
          box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 1);
        }
      }
      .one-profile.online {
        .img {
          &:before {
            background-color: #64a878;
          }
          &:after {
            background-color: #72c17c;
          }
        }
        h4 {
          color: #72c17c;
        }
      }
    }
  }
}

@media screen and (max-width: 1000px) {
  .body-container {
    width: 100% ;
    padding: 50px 10px 0 10px;
  }
  .dashboard .grid-container {
    grid-gap: 0 10px;
    .grid-area {
      margin-bottom: 10px;
    }
    .edit-profile {
      .header h1 {
        width: 100%;
        text-align: left;
        margin-left: 10px;
      }
      .edit-picture {
        justify-content: space-between;
      }
    }
    .matchs .display-matchs {
      margin: 70px 10px 20px 10px;
    }

    .profile .profile-data {
      margin-top: 0;
      .data-details {
        margin-left: 20%;
      }
    }
  }
}

@media screen and (max-width: 750px) {
  .dashboard .grid-container {
    display: flex;
    flex-direction: column;
  }
  .dashboard .grid-container .profile {
    height: 532px;
  }
  .dashboard .grid-container .profile .img:before {
    width: 200%;
    top: 50%;
    height: 50%;
  }
  .dashboard .grid-container .profile .img:after {
    width: 200%;
    top: 71%;
    height: 50%;
  }
  .dashboard .grid-container .matchs .header:before {
    transform: rotate(4deg) skewX(0deg);
  }
  .dashboard .grid-container .matchs .header:after {
    transform: rotate(4deg) skewX(0deg);
  }
  .dashboard .grid-container .edit-profile {
    height: auto;
  }
}

@media screen and (max-width: 550px) {
  .dashboard .grid-container .profile .img:before {
    width: 200%;
    top: 60%;
    height: 50%;
  }
  .dashboard .grid-container .profile .img:after {
    width: 200%;
    top: 80%;
    height: 50%;
  }
}

.last-view a {
  /* text-decoration: underline; */
  cursor: pointer;
  font-family: var(--heading-font);
}

.modal .btn-primary {
  background-color: #040677;
}
p.event-desc,
p.event-venue {
  font-size: 14px;
  font-family: "POPPINS";
  color: #000;
  margin-bottom: 5px;
}
h6.event-date {
  margin-bottom: 5px;
  font-size: 13px !important;
}
.single-event.events-wrap .dashboard {
  & .grid-container {
    & .last-view,
    & .last-like {
      img {
        width: 100%;
        height: 100%;
        border-radius: 0%;
        object-fit: contain;
        transition: none !important;
      }
    }
  }
}
.single-event.events-wrap .dashboard {
  & .grid-container {
    & .last-view,
    & .last-like {
      .img {
        width: 400px;
        height: auto;
        overflow: hidden;
      }
    }
  }
}
.single-event.events-wrap .one-profile:hover img {
  transform: none;
}

.book-event {
  background-color: white;
  /* -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1); */
  /* -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1); */
  /* box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1); */
  margin-bottom: 20px;
  border-radius: 0.25rem;
  overflow: hidden;
}
.book-event-info {
  padding: 20px;
  background-color: #004590;
}
.book-event-info h3,
.book-event-info h5,
.book-event-info h6,
.book-event-info h4 {
  color: #fff !important;
}
.book-event-info h4 {
  font-size: 24x !important;
}
.book-event-info h5 {
  font-size: 14px !important;
}
.book-event .form-wrap {
  padding: 20px;
  background:#fff;
}

#msform {
  /* text-align: center; */
  position: relative;
  margin-top: 30px;
}
#msform .form-label{
  font-weight: 600 !important;
}
#msform fieldset {
  background: white;
  border: 0 none;
  border-radius: 0px;
  box-shadow: 0px 0 30px rgba(0, 0, 0, 0.1);
  /* border: 1px solid #ddd; */
  padding: 20px 30px;
  box-sizing: border-box;
  width: 80%;
  margin: 0 10%;

  /*stacking fieldsets above each other*/
  position: relative;
}

/*Hide all except first fieldset*/
#msform fieldset:not(:first-of-type) {
  display: none;
}

/*inputs*/
#msform input,
#msform textarea,
#msform select {
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-bottom: 10px;
  width: 100%;
  box-sizing: border-box;
  /* font-family: montserrat; */
  color: #2c3e50;
  font-size: 15px;
}
#msform .form-control:focus, #msform input:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .10rem rgb(3 65 133 / 23%);
}
/* #msform input:focus,
#msform textarea:focus {
  -moz-box-shadow: none !important; 
  -webkit-box-shadow: none !important; 
   box-shadow: none !important; 
  border: 1px solid #004590;
  outline-width: 0;
  transition: All 0.5s ease-in;
  -webkit-transition: All 0.5s ease-in;
  -moz-transition: All 0.5s ease-in;
  -o-transition: All 0.5s ease-in;
} */

/*buttons*/
#msform .action-button {
  width: 100px;
  background: #004590;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  float: right;
  margin: 10px 5px;
}

#msform .action-button:hover,
#msform .action-button:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #004590;
}

#msform .action-button-previous {
  width: 100px;
  background: #47d5a3;
  font-weight: bold;
  color: white;
  border: 0 none;
  border-radius: 25px;
  cursor: pointer;
  padding: 10px 5px;
  margin: 10px 5px;
}

#msform .action-button-previous:hover,
#msform .action-button-previous:focus {
  box-shadow: 0 0 0 2px white, 0 0 0 3px #c5c5f1;
}

/*headings*/
.fs-title {
  font-size: 18px;
  text-transform: uppercase;
  color: #2c3e50;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: bold;
}

.fs-subtitle {
  font-weight: normal;
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}
#progressbar {
  margin-bottom: 30px;
  overflow: hidden;
  counter-reset: step;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 0;
}

#progressbar li {
    list-style-type: none;
    color: #333;
    text-transform: uppercase;
    font-size: 10px;
    flex: 1;
    position: relative;
    letter-spacing: 1px;
    text-align: center;
    z-index: 2;
    font-weight: 600;
    font-size: 15px;
}
/* Step circle */
#progressbar li:before {
  content: counter(step);
  counter-increment: step;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-size: 20px;
  color: #333;
  background: white;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  border: 1px solid #004590;
  position: relative;
  z-index: 2;
}

/* Connector line */
#progressbar li + li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ddd;
  top: 20px;
  left: -44.5%;
  z-index: 1;
}

/* Remove connector before first item */
#progressbar li:first-child:after {
  content: none;
}

/* Active step style */
#progressbar li.active:before {
  background: #004590;
  color: white;
  border-color: #004590;
}

#progressbar li.active + li:after {
  background: #004590;
}

.my-profile .body-container {
  width: 1000px;
  margin: 50px auto;
  min-height: 200px;
}

.my-profile .dashboard {
  width: 100%;
  h2 {
    color: #363b6d;
    font-size: 18px;
    letter-spacing: 0.5px;
  }
  h5 {
    position: absolute;
    bottom: 0;
    right: 20px;
    z-index: 1;
    color: #363b6d;
    opacity: 0.5;
    font-size: 15px;
    margin-bottom: 0 !important;
  }
  h5.online {
    color: #72c17c;
    opacity: 1;
  }
  .dashboard-container {
    height: 620px;
    width: 400px;
    background-color: white;
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
  }
  .dashboard-container.last-profile {
    width: 580px;
    height: 300px;
  }
  .grid-container {
    display: grid;
    grid-template-columns: 1.3fr 1fr 1.2fr;
    grid-template-rows: 1fr 1fr;
    grid-template-areas: "profile last-view last-view" "profile last-like last-like";
    grid-gap: 0 20px;
    .grid-area {
      background-color: white;
      -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
      margin-bottom: 20px;
      border-radius: 0.25rem;
      overflow: hidden;
    }

    .profile {
      grid-area: profile;
      .img {
        position: relative;
        overflow: hidden;
        height: 300px;
        i {
          position: absolute;
          top: 20px;
          right: 20px;
          color: white;
          font-size: 25px;
          cursor: pointer;
        }
        h3 {
          position: absolute;
          bottom: 10px;
          right: 20px;
          color: #1eb37f;
          z-index: 1;
          font-weight: normal;
          letter-spacing: 0.5px;
          cursor: default;
        }
        .button {
          position: absolute;
          bottom: 0;
          left: 10px;
          z-index: 1;
          height: 60px;
          width: 60px;
          border-radius: 50%;
          background-color: #363b6d;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 1px;
          cursor: pointer;
          transition: all 0.4s;
          &:hover {
            bottom: 5px;
            box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 1);
          }
          i {
            right: initial;
            top: initial;
            font-size: 25px;
            position: initial;
          }
        }
        img {
          width: 100%;
          margin-top: 20px;
          height: 200px;
          object-fit: contain;
        }
        &:after {
          background-color: white;
          width: 550px;
          transform: rotate(-8deg) skewX(0deg);
          opacity: 1;
          content: "";
          position: absolute;
          top: 360px;
          left: -110px;
          height: 250px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
          transition: all 0.4s;
        }
        &:before {
          background-color: #20a979;
          width: 450px;
          transform: rotate(-14deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          top: 230px;
          height: 40px;
          left: -55px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
          transition: all 0.4s;
        }
      }
      .profile-data {
        width: 100%;
        padding: 20px;
        padding-bottom: 10px;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        align-items: flex-start;
        .data-details {
          display: flex;
          flex-direction: row;
          align-items: center;
          margin-left: 0;
          justify-content: space-between;
          width: 100%;
          h5 {
            font-weight: 600;
            font-size: 16px;
            /* color:#004590; */
            position: initial;
          }
          h4 {
            color: #363b6d;
            font-size: 16px;
            font-weight: normal;
          }
        }
      }
      .profile-more {
        display: flex;
        padding: 0 20px;
        justify-content: flex-end;
        h5 {
          position: initial;
          cursor: pointer;
          text-decoration: underline;
          &:hover {
            color: #e83114;
            opacity: 1;
          }
        }
      }
    }

    .last-view {
      grid-area: last-view;
    }

    .last-like {
      grid-area: last-like;
    }

    .edit-profile {
      grid-area: edit-profile;
      height: 800px;
      padding-bottom: 20px;
      h3 {
        font-size: 20px;
        color: #363b6d;
        display: flex;
        i {
          font-size: 18px;
          margin-left: 10px;
          cursor: pointer;
          transition: all 0.2s;
          &:hover {
            color: #e83114;
            transform: scale(1.1);
          }
        }
      }
      h1 {
        margin-top: 100px;
        color: #363b6d;
        margin-left: 20px;
      }
      .header {
        color: white;
        position: relative;
        margin-bottom: 20px;
        width: 60%;
        z-index: 1;
        h1 {
          color: white;
          text-align: center;
          font-size: 19px;
          padding: 20px 10px;
          font-weight: 100;
          letter-spacing: 0.5px;
          z-index: 3;
          position: absolute;
          width: 50%;
          margin-top: 0;
        }
        &:after {
          z-index: 2;
          background-color: #363b6d;
          width: 110%;
          transform: rotate(-20deg) skewX(0deg);
          opacity: 1;
          content: "";
          position: absolute;
          top: -150px;
          left: -30px;
          height: 200px;
          border-radius: 100px 283px 383px 319px / 132px 1px 24px 117px;
        }
      }
      .profile-picture {
        border-radius: 50%;
        margin-right: 20px;
        height: 150px;
        width: 150px;
        float: right;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        background-color: rgba(75, 78, 109, 0.3);
        img {
          width: 100%;
          height: 100%;
          border-radius: 50%;
          object-fit: cover;
        }
        &:after {
          z-index: 2;
          background-color: #363b6d;
          width: 100%;
          opacity: 0.8;
          content: "";
          position: absolute;
          bottom: 0px;
          height: 50px;
          color: white;
          content: "Edit";
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.4s;
          font-size: 18px;
          letter-spacing: 1px;
        }
        &:hover:after {
          opacity: 1;
          height: 100%;
        }
      }
      .edit-interest {
        width: auto;
        clear: both;
        margin: 20px;
        color: #615f5e;
        p {
          height: 90px;
          word-wrap: break-word;
        }
        p.p-small {
          height: 24px;
        }
      }
      .edit-infos {
        margin: 20px;
        width: 100%;
        .profile-data {
          width: 400px;
          display: flex;
          .data-details {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 55px;
            h5 {
              position: initial;
            }
            h4 {
              font-size: 20px;
              color: #363b6d;
              font-weight: normal;
            }
          }
        }
      }
      .edit-picture {
        display: flex;
        width: 100%;
        padding-right: 10px;
        clear: both;
        flex-wrap: wrap;
        div {
          height: 150px;
          width: 150px;
          margin-left: 10px;
          margin-top: 10px;
          border-radius: 0.25rem;
          overflow: hidden;
          cursor: pointer;
          position: relative;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            z-index: -1;
          }
        }
        div.picture {
          &:hover:after {
            position: absolute;
            width: 100%;
            background-color: rgba(75, 78, 109, 0.8);
            bottom: 0px;
            color: white;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.4s;
            font-size: 18px;
            letter-spacing: 1px;
            content: "Delete";
            height: 100%;
          }
        }
        div.picture-add {
          background-color: rgba(75, 78, 109, 0.3);
          display: flex;
          align-items: center;
          justify-content: center;
          color: white;
          font-size: 30px;
          &:hover {
            background-color: #363b6d;
          }
        }
      }
    }

    .matchs {
      grid-area: matchs;
      height: max-content;
      max-height: 800px;
      min-height: 300px;
      .header {
        color: white;
        z-index: 1;
        position: relative;
        margin-bottom: 20px;
        h1 {
          color: white;
          text-align: center;
          font-size: 19px;
          padding: 20px 10px;
          font-weight: 100;
          letter-spacing: 0.5px;
          z-index: 3;
          position: absolute;
          width: 100%;
        }
        &:after {
          z-index: 2;
          background-color: #e83114;

          width: 110%;
          transform: rotate(10deg) skewX(0deg);
          opacity: 0.8;
          content: "";
          position: absolute;
          top: -105px;
          left: -10px;
          height: 200px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
        &:before {
          z-index: 2;
          background-color: white;

          width: 110%;
          transform: rotate(10deg) skewX(0deg);
          opacity: 1;
          content: "";
          position: absolute;
          top: -105px;
          left: -10px;
          height: 200px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
      }
      .display-matchs {
        max-height: 730px;
        margin: 70px 20px 20px 20px;
        visibility: hidden;
        overflow-y: auto;
        padding-top: 35px;
        &:hover {
          visibility: visible;
        }
        &::-webkit-scrollbar {
          width: 8px;
        }
        &::-webkit-scrollbar-track {
          background: transparent;
        }
        &::-webkit-scrollbar-thumb {
          background: #776876;
          border-radius: 3px;
        }
        &::-webkit-scrollbar-thumb:hover {
          background: #363b6d;
        }
        .one-match {
          visibility: visible;
          cursor: pointer;
          width: 100%;
          height: 80px;
          margin-bottom: 15px;
          .one-match-content {
            display: flex;
            align-items: center;
          }
          img {
            width: 80px;
            height: 80px;
            border-radius: 0%;
            object-fit: cover;
            margin-right: 10px;
          }
          .match-info {
            height: 100%;
            width: auto;
            display: flex;
            flex-direction: column;
            justify-content: center;

            h5 {
              position: initial;
            }
            h4 {
              font-size: 18px;
              color: #363b6d;
              margin-bottom: 5px !important;
            }
          }
        }
      }
    }

    .last-view,
    .last-like {
      padding: 20px;
      overflow: hidden;
      img {
        width: 120px;
        height: 120px;
        border-radius: 0%;
        object-fit: cover;
      }
      .img {
        position: relative;
        border-radius: 0%;
        overflow: hidden;
        margin: 0 10px;
        transition: all 0.3s;
        box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.5);
        &:after {
          background-color: #363b6d;
          width: 130px;
          transform: rotate(-8deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          bottom: 0px;
          left: 0;
          height: 20px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
        &:before {
          background-color: #e83114;
          width: 130px;
          transform: rotate(-14deg) skewX(0deg);
          opacity: 0.6;
          content: "";
          position: absolute;
          bottom: 0px;
          height: 30px;
          border-radius: 400px 0px 239px 0px / 123px 0px 121px 0px;
        }
      }
    }
    .profiles-display {
      width: 100%;
      margin-top: 20px;
      padding-top: 10px;
      height: 180px;
      display: flex;
      overflow-x: auto;
      visibility: hidden;
      &:hover {
        visibility: visible;
      }
      &::-webkit-scrollbar {
        height: 8px;
      }
      &::-webkit-scrollbar-track {
        background: transparent;
      }
      &::-webkit-scrollbar-thumb {
        background: #776876;
        border-radius: 3px;
      }
      &::-webkit-scrollbar-thumb:hover {
        background: #363b6d;
      }
      .one-profile {
        visibility: visible;
        float: left;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: 160px;
        justify-content: space-between;

        h4 {
          font-size: 18px;
          color: #363b6d;
        }
        &:hover .img {
          transform: scale(1.1);
          box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 1);
        }
      }
      .one-profile.online {
        .img {
          &:before {
            background-color: #64a878;
          }
          &:after {
            background-color: #72c17c;
          }
        }
        h4 {
          color: #72c17c;
        }
      }
    }
  }
}

.contact .info-item p,
.details .info-item p,
.footer-info p {
  font-size: 16px !important;
  font-family: var(--nav-font);
}

.contact .info-item h3, .details .info-item h3, .footer-info .info-item h3,.footer-contact h3{font-family:var(--nav-font)}
.footer .footer-about p,
.footer .footer-links ul li {
  font-size: 16px !important;
  font-family: var(--nav-font);
}
.footer .social-links a {
  border-width: 0px !important;
}
.footer .social-links a img {
  width: 100%;
  height: 100%;
}

.profile .btn-get-started,.btn-get-started.reg {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.c-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero:before {
  background: none !important;
}
.home-hero.hero {
  background-color: transparent !important;
  padding: 100px 0px !important;
}
.header {
  --background-color: rgb(255 255 255 / 90%) !important;
}

.home-hero .carousel-inner {
  width: 100vw;
  height: 100vh;
}

.home-hero .carousel-inner .carousel-item {
  width: 100%;
  height: 100%;
}

.home-hero #carouselExampleFade i {
  background-color: black;
  padding: 30px;
  border-radius: 100px;
}

.home-hero .carousel-control-prev {
  left: 2em;
}

.home-hero .carousel-control-next {
  right: 2em;
}

.home-hero .carousel-item {
  position: relative;
}

.home-hero .carousel-item .carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* adjust darkness here */
  z-index: 1;
}

.home-hero .carousel-item img {
  width: 100%;
  height: auto;
  display: block;
}
.home-hero .carousel-item  .container{
  position: relative;
}
#team {
  background-color: #f7f9fb !important;
}

.home-hero .carousel-caption-left {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2; /* ABOVE the overlay */
  max-width: 700px;
  animation: fadeInCenter 1s ease-out;
}
.home-hero .carousel-caption-left h6 {
  font-size: 1rem;
  color: #fff !important;
}
.home-hero .carousel-caption-left h2 {
  font-size: 3rem;
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.6);
}

.home-hero .carousel-caption-left p {
  font-size: 1.2rem;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.home-hero .carousel-caption-left .btn {
  margin-top: 1rem;
  padding: 0.6rem 1.2rem;
  font-size: 1rem;
}
@keyframes fadeInCenter {
  from {
    opacity: 0;
    transform: translate(-50%, -50%);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
header .logo img {
    max-height: 60px !important;
  }

.home-hero #carouselExampleFade .btn-get-started,.main-slider .btn-get-started {
  color: var(--contrast-color);
  background: var(--accent-color);
  font-family: var(--heading-font);
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 12px 28px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
}

.home-hero .hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.home-hero .wave1 use {
  animation: move-forever1 10s linear infinite;
  animation-delay: -2s;
  fill: #034185;
  opacity: 0.6;
}

.home-hero .wave2 use {
  animation: move-forever2 8s linear infinite;
  animation-delay: -2s;
  fill: #034185;
  opacity: 0.4;
}

.home-hero .wave3 use {
  animation: move-forever3 6s linear infinite;
  animation-delay: -2s;
  fill: #034185;
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }

  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }

  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/* Controls */
.about-intro .carousel-control-next {
  margin: 0 3em;
}

.about-intro i.fa-arrow-right,
.about-intro i.fa-arrow-left {
  background: none;
  border: 2px solid #040677;
  color: #040677;
  padding: 10px;
  border-radius: 100%;
  transition: background 0.6s ease;
}

.about-intro i.fa-arrow-right:hover,
.about-intro i.fa-arrow-left:hover {
  background: #040677;
  color: white;
}

/* Indicators */
.about-intro .carousel-indicators {
  justify-content: flex-start;
  transform: translate(-40px, 50px);
}

.about-intro .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 2px solid#040677;
}

.about-intro .carousel-indicators .active {
  opacity: 1;
  background-color: #040677;
}

/* Control buttons */
.about-intro .control-btn {
  position: absolute;
  bottom: 50px;
  right: 10em;
}
.about-intro .carousel-control-next,
.about-intro .carousel-control-prev {
  top: 1em;
  left: 3em;
}

.about-intro .testimonial-text {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}

.about-intro .wow {
  position: relative;
  grid-column: span 2;
}

.about-intro .carousel-landmark {
  grid-column: span 3;
}

@media screen and (max-width: 576px) {
  .about-intro .testimonial-text {
    margin-top: 50px;
    row-gap: 50px;
  }
  .about-intro .wow {
    grid-column: span 5;
  }

  .about-intro .carousel-landmark {
    grid-column: span 5;
  }
}

.about .icon-box i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 0;
  transition: all 0.4s ease-out 0s;
  background-color: color-mix(in srgb, var(--accent-color), transparent 95%);
  color: var(--accent-color);
}
.about .icon-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.about {
  padding-top: 50px;
  padding-bottom: 50px;
}
.features .features-item {
  background-color: var(--surface-color);
  display: flex;
  align-items: center;
  padding: 10px;
  transition: 0.3s;
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  position: relative;
  border-radius: 10px;
}
.features .features-item .img-wrap {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 10px;
  margin-right: 13px;
  min-width: 60px;
}
.features .img-wrap img {
  width: 100%;
  filter: none;
  height: 100%;
  object-fit: cover;
}
.features {
  background-color: #f3fcf9;
}
features .features-item h3 {
  font-weight: 600 !important;
}
#demo {
  background: linear-gradient(112deg, #ffffff 50%, #f3fcf9 50%);
  max-width: 900px;
  margin: auto;
}
#demo .carousel-caption {
  position: initial;
  z-index: 10;
  padding: 5rem 8rem;
  color: #000;
  text-align: center;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
  line-height: 2rem;
}
@media (max-width: 767px) {
  #demo .carousel-caption {
    position: initial;
    z-index: 10;
    padding: 3rem 2rem;
    color: #000;
    text-align: center;
    font-size: 0.7rem;
    font-style: italic;
    font-weight: bold;
    line-height: 1.5rem;
  }
}
#demo .carousel-caption .img-wrap {
  width: 60px;
  border-radius: 5rem;
  margin-top: 2rem;
  height: 60px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
#demo .stars i {
  color: #ffc107;
}
#demo .carousel-caption .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  #demo .carousel-caption img {
    width: 4rem;
    border-radius: 4rem;
    margin-top: 1rem;
  }
}
#demo #image-caption {
  font-style: normal;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  #demo #image-caption {
    font-style: normal;
    font-size: 0.6rem;
    margin-top: 0.5rem;
  }
}
#demo button i {
  background-color: #1acc8d;
  padding: 1.4rem;
}
@media (max-width: 767px) {
  #demo i {
    padding: 0.8rem;
  }
}
#demo .carousel-control-prev {
  justify-content: flex-start;
}

#demo .carousel-control-next {
  justify-content: flex-end;
}
#demo .carousel-control-prev,
#demo .carousel-control-next {
  transition: none;
  opacity: unset;
}

.icon-image {
  position: relative;
  /* display: inline-block; */
  width: 80px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 100px;
}
.icon-image img.img-alt,
.icon-image .img-main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.icon-image img {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.4s ease;
}

.img-alt {
  opacity: 0;
}

.hover-image-switch:hover .img-main {
  opacity: 0;
}

.hover-image-switch:hover .img-alt {
  opacity: 1;
}

.team-slider .slick-arrow,
.brands-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #004590;
  border: none;
  color: #fff;
  width: 40px;
  height: 40px;
  z-index: 10;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.team-slider .slick-arrow:hover,
.brands-slider .slick-arrow:hover {
  background: #002d5c;
}
.team-slider,
.brands-slider {
  position: relative;
  padding: 0 60px; /* Give room for arrows inside */
}

.team-slider .slick-prev,
.brands-slider .slick-prev {
  left: -20px;
  right: auto;
  font-size: 0;
}

.team-slider .slick-next,
.brands-slider .slick-next {
  right: -20px;
  left: auto;
  font-size: 0;
}

@media (max-width: 768px) {
  .team-slider .slick-arrow {
    width: 30px;
    height: 30px;
    font-size: 0px;
  }

  .team-slider .slick-prev {
    left: 10px;
  }

  .team-slider .slick-next {
    right:10px;
  }
}

section#brands {
  background: #f7f9fb;
}
.brands-sec .slider-content .img-div {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #f3f3f3;
  border-radius: 0px !important;
}

.brands-sec .slider-content:hover .img-div {
  box-shadow: 10px 14px 20px 0px rgba(0, 0, 0, 0.1);
}

.profile-drop .dropdown-item.active,
.profile-drop .dropdown-item:active {
  background-color: #fff !important;
}

.navmenu .profile-drop a:hover:before,
.navmenu li.profile-drop:hover > a:before {
  width: 0 !important;
}
.hero.inner-page h1 {
  font-size: 28px !important;
}

.single-event.events-wrap .dashboard {
  & .grid-container {
    & .profiles-display {
      & .one-profile {
        &:hover .img {
          transform: none !important;
          box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 1);
        }
      }
    }
  }
}

#msform .action-button.btn-success {
  width: 130px;
}
.sidebar-brand {
    font-size: 20px;
    font-family: "Raleway",  sans-serif;
    background: #004590;
    color: #fff;
    padding: 10px;
}
ul.gal-nav {
    list-style-type: none;
    padding: 0 !important;
    margin: 0 !important;
}

.gal-nav li.nav-item a {
    color: #fff !important;
    font-size: 18px !important;
}
.gal-nav li.nav-item .nav-link{
    padding: 10px 20px;
}
.gal-nav li.nav-item {
    /* padding: 10px 20px; */
    background: #1acc8d;
    border-bottom: 1px solid #ddd;
}
.gal-nav li.nav-item:hover {
    opacity: 0.7;

}



@media only screen and (max-width: 767px) {
  .home-hero .carousel-inner {
    width: 100vw;
    height: auto;
  }
  .icon-boxes .col-md-6.aos-init.aos-animate {
    width: 50%;
    float: left;
}
#carouselExampleCaptions{
border-width: 0px !important;
}
.testimonial-item.ps-5{
  padding-left: 0px !important;
}
.cal #running_content {
  margin-bottom: 20px !important;
  text-align: center;
}
body .cal .card-body{
  padding:10px 5px !important;
}
section#details img {
    width: 100% !important;
    height: auto !important;
}
.cal .col-3 {
    padding: 0px 5px;
}
.cal .col-md-2 {
    text-align: center;
    margin-top: 20px;
}
main.main {
    margin-top: 65px;
}
.mobile-nav-toggle {
        color: #004590;
      }
      .hero.inner-page {
    padding: 40px 0px !important;
}
.hero.inner-page h1 {
    font-size: 24px !important;
}
.gallery .single-gallery-col .gallery-item {
    height: 120px;
}
.single-gallery-col{
  width:33.33%;
  float: left;
}
.sidebar{
  margin-bottom: 20px;
}
.profile-drop,.reg-now{
  padding:10px 20px;
}
.team-slider, .brands-slider {
    position: relative;
    padding: 0 20px;
}
.brands-slider .slick-prev {
    left: 10px;
  }
.brands-slider .slick-next {
    right: 10px;
  }
}


.registration_details .panel {
    /* background: linear-gradient(to right, #2980b9, #004590); */
    padding: 0;
    /* border-radius: 10px; */
    border: none;
    /* box-shadow: 0 0 0 5px rgba(0,0,0,0.05),0 0 0 10px rgba(0,0,0,0.05); */
}
.registration_details .panel .panel-body .table thead tr th h2 {
    font-size: 18px !important;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px !important;
    font-weight: 600;
    color: #fff;

}
.registration_details .table {
  --bs-table-bg: transparent !important;
  margin-bottom: 0 !important;
  border-radius: 10px !important;
}
.registration_details .panel .panel-heading {
    padding: 20px 15px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}
.registration_details .panel .panel-heading .title {
    font-size: 28px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 40px;
    margin: 0;
    font-family:var(--nav-font);
}
.registration_details .panel .panel-heading p{
  font-family:var(--nav-font);
  color:#808080;
}
.registration_details .panel .panel-body {
    padding: 0;
    box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0 0px 40px 0px rgba(0, 0, 0, 0.15);
    border-radius: 10px !important;
}
.final-left{
   text-align: left !important;
  font-weight: 600;
}
.btn-back{
  font-family: var(--nav-font);
  border-radius: 0px !important;
}
p.tt {
    font-size: 20px !important;
    color: #000;
    font-weight: 600;
    margin-top: 20px;
}
.final-right{
  text-align: right !important;
  font-weight: 600;
}
.registration_details .panel .panel-body .table thead tr th {
        padding-top: 15px !important;
    color: #fff;
    padding-bottom: 15px !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #034185;
    border: none;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.registration_details .panel .panel-body .table tbody tr td {
    color: #808080;
    font-size: 15px;
    padding: 10px 12px;
    vertical-align: middle;
    border: none;
}
.b-shadow {
    background-color: white;
    -webkit-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 12px -4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    border-radius: 0.25rem;
    overflow: hidden;
    padding: 20px;
}
.registration_details .panel .panel-footer {
    color: #808080;
    background-color: transparent;
    padding: 15px;
    border: none;
}
.registration_details .panel .panel-body .table tbody tr:nth-child(even) {
    background-color:#f8f6ff;
}
.registration_details .table>tbody th {
    border-bottom: 0px !important;
    color: #808080 !important;
    font-size: 16px !important;
    font-family: var(--nav-font);
    font-weight: 500;
}
.registration_details .table,
.registration_details .table th,
.registration_details .table td{
   font-family: var(--nav-font) !important;
   /* color:#fff !important; */
   padding:15px 15px !important;
}
section.registration_details {
    padding: 20px 0 40px 0;
}
section.registration_details ol {
    margin: 10px 0px;
    font-size: 18px;
    color: #fff;
    font-family: var(--nav-font);
    padding-left: 20px;
}
.guideline-table {
    width: 750px;
    margin: 0 auto;
    border: 1px solid #e6e6e6;
}

.cal {
padding: 40px 0;
    position: relative;
    background-color: transparent !important;
}
.cal .card-body{
  padding: 10px !important;
}
.cal .card-body p{
  margin-bottom: 0px !important;
}
.cal::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 90%;
    height: 100%;
    background-color: #034185;
    content: '';
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
}
.fun-facts:after {
    background: url(/media/front_img/contact-dec-01.png);
    position: absolute;
    left: 15%;
    opacity: 0.5;
    top: 0;
    width: 318px;
    height: 119px;
    content: '';
    z-index: 2;
}
.customer-reviews,.testimonials,.cta-section,.bg-img-hero {
    background-image: url(/media/front_img/abstract_blue_flowing_lines_banner_1407.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.a-wrap {
  flex: 1;
  padding: 0 8px;
}

.a-wrap img {
  width: 100%;
  max-width: 300px; /* adjust size as needed */
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  object-fit: contain;
  background: #fff;
  padding: 5px;
  transition: transform 0.3s ease;
}

.a-wrap img:hover {
  transform: scale(1.05);
}
 .privacy-link ul{
    list-style: none;
   }
 .privacy-link li a{
  padding:0 20px;
  color:#fff !important;
 }
.single-event-info {
    width: calc(100% - 120px);
    padding-left: 30px;
}

.one-event {
    width: 100%;
    background: #fff;
    padding: 40px;
    margin-bottom: 20px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.one-event .img {
    width: 200px;
    height: 200px;
    overflow: hidden;
}
.one-event .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.events-wrap .one-event .event-name {
    font-size: 22px;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px !important;
    font-weight: 400;
    color: #999999;
}
.one-event h4{
  font-size: 22px !important;
  font-weight: 700 !important;
}
.one-event p.event-desc {
    font-size: 14px;
    font-family: "POPPINS";
    color: #000;
    margin-bottom: 5px;
    line-height: 1.6;
    padding-right: 20px;
}


@media only screen and (max-width: 767px) {
  .single-event-info {
    width: 100%;
    padding-top: 10px;
    padding-left: 0px !important;
}
.mobile-botton-0{
  margin-bottom: 0px !important;
  margin-top:20px !important;
}
.one-event > div.mobile {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 20px !important;
}
.one-event .img {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.one-event{
  padding: 0px !important;
}
.one-event .btn-get-started{
  width: 100%;
  margin:10px 0px !important
}
.one-event .btn-wrap{
  width: 100% !important;
}
}
.services{
  padding: 90px 0px;
    background-image: url(/media/front_img/bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
/* .form-main-wrap{
   background-image: url(/media/front_img/form-bg.png);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
} */

#id_accompany_items .Add-btn.btn_css{
    font-size: 14px;
    font-family: 'Poppins';
    background: #034185;
    border-color: #034185;
    border-radius: 0px !important;
    padding: 10px 20px;
}
.btn_css.btn-remove {
    border-radius: 0px;
    font-size: 14px;
    font-family: 'Poppins';
}
button#pay_init {
    border-radius: 0;
    background: #20aa7a;
    border-color: #20aa7a;
    font-size: 16px;
    font-family: 'Poppins';
}
.btn-secondary.btn-cancel{
  border-radius: 0px !important;
  font-size: 16px;
    font-family: 'Poppins';
}

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

.mobile-logo {
  max-width: 200px !important;
}
.about-us .section-heading {
    margin-left: 20px !important;
}
.services {
    padding: 30px 0px !important;
  }

  .cta-section::before{
    background-color: transparent !important;
  }
  .g-item.pe-5{
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .cal::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #034185;
    content: '';
    border-top-right-radius: 0  !important;
    border-bottom-right-radius: 0 !important;
  }
 body main.main {
    margin-top: 80px !important;
}
.slider-h1{
  font-size: 22px !important;
  margin-bottom:0px !important;
}
.main-slider .carousel-caption{
  top:0px !important;
  left:14px !important;
  width: 100%;
}
.main-slider .carousel-caption p{
  
    font-size: 13px !important;
    font-weight: 500 !important;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 4em;
    margin-bottom: 7px !important;

}
.main-slider .carousel-caption{
  padding-top:10px !important;
  padding-bottom: 10px !important;
}
 .service-item {
    display: flex !important;
    align-items: flex-start !important;
    text-align: left !important;
    gap: 15px !important;
  }

  .service-item .icon-image {
    flex: 0 0 auto !important;
    width: 60px !important;
  }
  .services .service-item h3{
    margin-bottom: 10px !important;
    font-size:18px !important;
  }
  .services .service-item{
    padding:15px 15px !important;
  }

  .service-item .img-main,
  .service-item .img-alt {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block;
  }

  .service-item h3,
  .service-item p {
    margin: 0 !important;
  }
    .service-item .text-content {
    flex: 1;
  }
   .body-container {
    width: 100%  !important;
    padding: 0px 10px 0 10px;
    margin-top:20px !important;
  }
  .dashboard .grid-container {
    display: flex !important;
    flex-direction: column;
}
.dashboard .grid-container .profile {
    height: auto !important;
}
.form-main-wrap{
  padding-top:20px !important;
}
#msform fieldset {
    padding: 20px 15px  !important;
    width: 100% !important;
    margin: 0 0% !important;
}
#progressbar li{
  font-size: 13px !important;
}
.profile-drop{
  display: none !important;
}
.events-wrap.single-event .one-profile,.events-wrap.single-event .one-profile > div.d-flex{
  flex-direction: column !important;
          width: 100%; 
}
.events-wrap.single-event .one-profile .img{
  width: 100% !important;
  margin:0 0 20px 0 !important;
}
}
@media (max-width: 767.98px) {
  table#item_table {
    display: block;
    width: 100%;
  }

  table#item_table thead {
    display: none;
  }

  table#item_table tbody,
  table#item_table tr,
  table#item_table td {
    display: block;
    width: 100%;
  }

  table#item_table tr {
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 8px;
  }

  table#item_table td {
    padding: 8px 0;
    border: none;
  }

  table#item_table td b {
    display: block;
    margin-bottom: 5px;
  }
  .registration_details .panel .panel-heading .title{
    font-size:20px !important;
  }
}