/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-giu-2023, 9.02.27
    Author     : utente
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 7-giu-2023, 9.09.55
    Author     : utente
*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
.H_100 {
  height: 100%; }

.W_100 {
  width: 100%; }

.MW_960 {
  max-width: 960px;
  margin: 0 auto;
  width: 90%; }

.MW_980 {
  max-width: 980px;
  margin: 0 auto;
  width: 90%; }

.MW_1024 {
  max-width: 1024px;
  margin: 0 auto;
  width: 90%; }

.MW_1260 {
  max-width: 1260px;
  margin: 0 auto;
  width: 90%; }

.MW_100 {
  max-width: 100%;
  width: 90%;
  margin: 0 auto; }

.MW_1200 {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

html, body {
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: #ffffff; }

.page-main-index .header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 !Important;
  background: transparent !important;
  border: 0;
  z-index: 9; }

.btn-reg {
  border-radius: 25px;
  background: #3a78c9;
  color: #fff;
  margin-right: 10px; }
  .btn-reg:hover {
    color: #ffffff; }

.bg_desc {
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 10%;
  right: 5%;
  border-radius: 8px;
  z-index: 8; }
  @media screen and (max-width: 420px) {
    .bg_desc {
      width: 340px !important;
      margin-left: -170px !important; } }
  .bg_desc h1 {
    font-size: 1.7rem;
    color: #ffffff;
    line-height: 34px;
    margin: 0; }

.content-landing .container {
  position: relative; }
  .content-landing .container .mask-registerForm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }

.img-col-container {
  width: 100%;
  padding-bottom: 67%; }

.first-col-img {
  background: url(../images/main-index-2.jpg) no-repeat;
  background-size: contain; }

.second-col-img {
  background: url(../images/main-index-4.jpg) no-repeat;
  background-size: contain; }

.text-size {
  padding: 10px; }
  .text-size p {
    font-size: 20px; }

.bg-background--row {
  padding: 90px 0;
  width: 100%;
  background: url(../images/main-index-3.jpg) no-repeat;
  background-size: cover;
  position: relative; }
  .bg-background--row .text-bg-background--row {
    position: relative;
    z-index: 2; }
    @media screen and (max-width: 420px) {
      .bg-background--row .text-bg-background--row {
        padding: 10px; } }
    .bg-background--row .text-bg-background--row h1 {
      color: #fff; }
    .bg-background--row .text-bg-background--row p {
      color: #fff;
      font-size: 20px; }
  .bg-background--row .mask-bg-background--row {
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5); }

.card-form-register {
  position: fixed;
  width: 600px !important;
  height: 650px;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -325px !important;
  padding: 10px;
  z-index: 9999; }
  @media screen and (max-width: 992px) {
    .card-form-register {
      width: 350px !important;
      margin-left: -175px !important; } }
  .card-form-register .close-reg {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    z-index: 99;
    cursor: pointer; }
  .card-form-register .landing-page-signup {
    text-align: center;
    margin: 0 !important; }

.select-step-2 {
  font-size: 15px;
  border-radius: 4px !important;
  text-align: center; }

#slider {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1; }

#slider #slides {
  width: inherit;
  height: inherit; }

#slider .slide {
  width: inherit;
  height: inherit;
  position: absolute;
  display: none; }

#slider .slide .slide-img {
  width: inherit;
  height: inherit;
  object-fit: cover; }

#slider .active-slide {
  display: block; }

#slider-nav {
  width: inherit;
  text-align: center;
  position: absolute;
  bottom: 0; }

#slider-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

#slider-nav ul li.dot {
  display: inline;
  margin: 3px;
  font-size: 3.5em;
  color: #5E5E5E;
  cursor: pointer; }

#slider-nav ul li.active-dot {
  color: white; }

#slider-nav #update-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  display: none; }

#slider-nav #update-btn img {
  width: 40px;
  height: 40px;
  padding: 0 5px;
  cursor: pointer; }

#slider #dialog {
  z-index: 1;
  width: 35%;
  height: 35%;
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.4em;
  border-radius: 5px;
  position: absolute;
  top: 33%;
  left: 33%;
  display: none; }

#slider #dialog #transparent {
  width: 100%;
  height: 100%;
  background-color: black;
  border-radius: 5px;
  opacity: 0.7; }

#slider #dialog * {
  position: absolute; }

#slider #dialog #msg {
  top: 10%;
  left: 10%; }

#slider #dialog #input {
  width: 75%;
  height: 10%;
  border-radius: 5px;
  font-size: 0.8em;
  padding: 2%;
  top: 30%;
  left: 10%; }

#slider #dialog #ok {
  width: 25%;
  height: 15%;
  padding: 2%;
  background-color: black;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  top: 60%;
  right: 40%; }

#slider #dialog #cancel {
  width: 25%;
  height: 15%;
  padding: 2%;
  background-color: black;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  top: 60%;
  right: 9%; }

#slider .arrow {
  width: 45px;
  height: 45px;
  display: none; }

#slider .left, #slider .right {
  position: absolute;
  top: 45%;
  cursor: pointer; }

#slider .left {
  left: 2%; }

#slider .right {
  right: 2%; }

.carousel-chef {
  position: relative;
  display: flex; }
  .carousel-chef .carousel-chefBtn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -43px;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 9;
    cursor: pointer; }
    .carousel-chef .carousel-chefBtn img {
      width: 12px;
      height: auto; }
  .carousel-chef .carousel-chefLeft {
    left: 0; }
  .carousel-chef .carousel-chefRight {
    right: 0; }
  .carousel-chef .list-view {
    display: flex;
    transition: transform 0.3s ease-in-out;
    scroll-behavior: smooth;
    overflow-x: auto;
    width: 100%; }
  .carousel-chef .directory-item .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1.25rem;
    margin-left: -1.25rem; }

.carousel-chef .list-view::-webkit-scrollbar {
  display: none; }

.carousel-chef .list-view {
  -ms-overflow-style: none;
  scrollbar-width: none; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 19-giu-2023, 10.18.58
    Author     : utente
*/
.page-profile .card {
  box-shadow: none !important; }
.page-profile .card-sidebar {
  margin-bottom: 1.5rem; }
  .page-profile .card-sidebar .card-sidebsr--title h3 {
    text-align: center; }
  .page-profile .card-sidebar .card-sidebsr--img {
    margin-bottom: 0.66rem; }
  .page-profile .card-sidebar .card-sidebsr--txt {
    margin-bottom: 0.66rem;
    text-align: justify; }
  .page-profile .card-sidebar .card-sidebsr--btn a {
    width: 100%; }

.profile-photo-label {
  border-radius: 0 !important; }

.profile-photos {
  position: relative; }
  .profile-photos .add-photo {
    background: #2b7ae4;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 26px;
    left: -42px;
    border-radius: 6px;
    cursor: pointer; }
    .profile-photos .add-photo i {
      color: #ffffff;
      font-size: 20px; }
    .profile-photos .add-photo img {
      width: 25px;
      height: 25px; }
  .profile-photos .profile-photos-gallery .profile-photos-row a {
    padding: 0; }
    .profile-photos .profile-photos-gallery .profile-photos-row a .photo-wrapper {
      margin-bottom: 0;
      margin-top: inherit !important; }
      .profile-photos .profile-photos-gallery .profile-photos-row a .photo-wrapper img {
        border-radius: 0;
        width: 100%; }

.btn-my-upload {
  position: relative; }
  .btn-my-upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer; }

.modal-body .modal-body-description p {
  text-align: center; }
.modal-body .if-no-pictures {
  text-align: center; }
  .modal-body .if-no-pictures img {
    width: 80px;
    margin: 0 auto; }
.modal-body .modal-body--delete-pictures {
  width: 100%;
  flex-wrap: wrap; }
  .modal-body .modal-body--delete-pictures .box-selected-pictures {
    border-color: #2b7ae4 !important; }
  .modal-body .modal-body--delete-pictures .box--delete-pictures {
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #fff;
    position: relative; }
    .modal-body .modal-body--delete-pictures .box--delete-pictures .pictures-selected {
      position: absolute;
      top: 5px;
      right: 5px;
      width: 25px;
      height: 25px;
      display: none; }
    .modal-body .modal-body--delete-pictures .box--delete-pictures .pictures-selected-show {
      display: block !important; }
    .modal-body .modal-body--delete-pictures .box--delete-pictures:hover {
      border-color: #2b7ae4; }
    .modal-body .modal-body--delete-pictures .box--delete-pictures img {
      width: 100%; }

.profile-member-status {
  margin-top: 20px;
  padding-left: 0.75rem; }
  .profile-member-status p {
    margin: 0;
    margin-right: 10px; }
  .profile-member-status img {
    width: 50px;
    position: relative;
    top: -10px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22-giu-2023, 10.53.03
    Author     : utente
*/
.card-trip-desc .trip-desc-title {
  margin: 5px 0; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-ago-2023, 9.40.49
    Author     : utente
*/
.list-chat-name {
  padding: 10px; }
  .list-chat-name h5 {
    margin: 0;
    color: #ffffff;
    text-align: center; }

.list-chat-memeber {
  padding: 10px;
  flex-wrap: wrap; }
  .list-chat-memeber .chat-memeber-item {
    width: 50px;
    height: 50px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 5px; }
    .list-chat-memeber .chat-memeber-item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50px;
      border: 2px solid #fff; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 25-ago-2023, 10.37.32
    Author     : utente
*/
@media screen and (max-width: 420px) {
  .nav-tabs {
    flex-direction: column !important; }
    .nav-tabs li.nav-item a.nav-link {
      width: 100% !important; }

  .page-options {
    flex-direction: column;
    width: 100%; }
    .page-options a.btn {
      width: 100%;
      margin: 5px 0 5px 0 !Important; }
    .page-options div.input-icon {
      width: 100%;
      margin: 5px 0 !important; }

  .profile-main-actions .btn {
    width: 100%;
    margin: 3px 0 3px 0; } }
.tripList-group-item .card-aside {
  display: block !important; }
  .tripList-group-item .card-aside a.card-aside-column {
    width: 100% !important;
    display: block;
    padding-bottom: 100%; }

p, span, button, a {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 400 !important;
  outline: none; }

div {
  font-family: 'Quicksand', sans-serif !important; }

@font-face {
  font-family: 'ow-icons';
  src: url("../fonts/offway-icons.eot?48vob7");
  src: url("../fonts/offway-icons.eot?48vob7#iefix") format("embedded-opentype"), url("../fonts/offway-icons.ttf?48vob7") format("truetype"), url("../fonts/offway-icons.woff?48vob7") format("woff"), url("../fonts/offway-icons.svg?48vob7#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.page-main-index .header {
  position: inherit !important; }

.nav-tabs .nav-link.active {
  background: #cc2e50;
  color: #ffffff !important; }

.nav-tabs .nav-link:hover:not(.disabled) {
  background: #cc2e50 !important;
  color: #fff !important; }

.nav-tabs .nav-item.active .icon {
  display: none; }

.nav-item label {
  color: #cc2e50; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #cc2e50 !important;
  border-color: #c42552 !important; }

.nav-tabs .nav-item i {
  display: none; }

.header {
  border: 0 !important; }

.fow {
  display: inline-block;
  font: normal normal normal 14px/1 ow-icons;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fow-x1 {
  font-size: 1.1em; }

.fow-x2 {
  font-size: 1.2em; }

.fow-x3 {
  font-size: 1.333333em; }

.fow-setting-check:before {
  content: "\e925"; }

.fow-setting-outline:before {
  content: "\e927"; }

.fow-profile-full:before {
  content: "\e900"; }

.fow-all:before {
  content: "\e901"; }

.fow-android:before {
  content: "\e902"; }

.fow-apple:before {
  content: "\e903"; }

.fow-arrow-down:before {
  content: "\e904"; }

.fow-arrow-left:before {
  content: "\e905"; }

.fow-arrow-right:before {
  content: "\e906"; }

.fow-arrow-up:before {
  content: "\e907"; }

.fow-attach:before {
  content: "\e908"; }

.fow-camera-full:before {
  content: "\e909"; }

.fow-camera-outline:before {
  content: "\e90a"; }

.fow-camera-video:before {
  content: "\e92f"; }

.fow-cards:before {
  content: "\e90b"; }

.fow-check:before {
  content: "\e90c"; }

.fow-credit-card:before {
  content: "\e930"; }

.fow-db-heart:before {
  content: "\e90d"; }

.fow-famale:before {
  content: "\e90e"; }

.fow-fb:before {
  content: "\e90f"; }

.fow-filter:before {
  content: "\e910"; }

.fow-heart-full:before {
  content: "\e911"; }

.fow-heart-outline:before {
  content: "\e912"; }

.fow-in:before {
  content: "\e913"; }

.fow-lens:before {
  content: "\e914"; }

.fow-letter-full:before {
  content: "\e915"; }

.fow-letter-outline:before {
  content: "\e916"; }

.fow-locations:before {
  content: "\e917"; }

.fow-logout:before {
  content: "\e918"; }

.fow-male:before {
  content: "\e919"; }

.fow-message:before {
  content: "\e91a"; }

.fow-microfono:before {
  content: "\e92e"; }

.fow-mobile-menu:before {
  content: "\e91b"; }

.fow-modify:before {
  content: "\e91c"; }

.fow-notify:before {
  content: "\e91d"; }

.fow-notify-full:before {
  content: "\e91e"; }

.fow-paypal:before {
  content: "\e931"; }

.fow-phone-full:before {
  content: "\e91f"; }

.fow-pic:before {
  content: "\e920"; }

.fow-plus:before {
  content: "\e921"; }

.fow-profile:before {
  content: "\e922"; }

.fow-return:before {
  content: "\e923"; }

.fow-send:before {
  content: "\e924"; }

.fow-setting-full:before {
  content: "\e926"; }

.fow-trash-full:before {
  content: "\e928"; }

.fow-trash-outline:before {
  content: "\e929"; }

.fow-tw:before {
  content: "\e92a"; }

.fow-unlock:before {
  content: "\e92b"; }

.fow-video-full:before {
  content: "\e92c"; }

.fow-x:before {
  content: "\e92d"; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif !important;
  font-weight: 700 !important; }

.D_f {
  display: -webkit-flex !important;
  display: flex !important; }

.F_g {
  flex-grow: 1;
  -webkit-flex-grow: 1; }

.F_c {
  flex-direction: column;
  -webkit-flex-direction: column; }

.A_c {
  align-items: center;
  -webkit-align-items: center; }

.J_c {
  justify-content: center;
  -webkit-justify-content: center; }

.J_r {
  justify-content: right;
  -webkit-justify-content: right; }

.F_c {
  flex-direction: column; }

.F_c_r {
  flex-direction: column-reverse; }

.Fx_1 {
  flex: 1;
  -webkit-flex: 1; }

.flex-col-25 {
  flex: 0 0 25%;
  max-width: 25%; }

.flex-col-40 {
  flex: 0 0 40%;
  max-width: 40%; }

.flex-col-50 {
  flex: 0 0 50%;
  max-width: 50%; }

.flex-col-60 {
  flex: 0 0 60%;
  max-width: 60%; }

.Fx-col {
  -webkit-flex: 1 1 30px;
  flex: 1 1 30px; }

@media only screen and (min-width: 360px) and (max-width: 1250px) {
  .Fx-col {
    margin: 0 !important; } }
@media only screen and (min-width: 360px) and (max-width: 1024px) {
  .D_b {
    display: block !important; } }
.body-landing-page .header .btn-login {
  background: #ffffff !important;
  color: #dc3d4c !important;
  border: 1px solid #dc3d4c;
  outline: none; }

.btn-reg {
  background: #dc3d4c !important; }

@media screen and (max-width: 620px) {
  .flex-col-mobile-100 {
    max-width: 100% !important; }

  .F_c_m {
    flex-direction: column; }

  .F_c_r_m {
    flex-direction: column-reverse; } }
@media only screen and (max-width: 540px) {
  .listing-course-content {
    gap: 10px !important; } }
@media only screen and (max-width: 899px) {
  .filter-course-content .filter-smoke {
    display: none; } }
@media only screen and (max-width: 1279px) and (min-width: 900px) {
  .filter-course-content .filter-smoke {
    max-width: 250px !important; } }
@media screen and (max-width: 1279px) {
  .listing-course-content .listing-course-item {
    width: 48% !important; } }
.Mt-10 {
  margin-top: 10px; }

.Mb-10 {
  margin-bottom: 10px; }

.Mt-20 {
  margin-top: 20px; }

.Mb-20 {
  margin-bottom: 20px; }

.Mt-40 {
  margin-top: 40px; }

.Mb-40 {
  margin-bottom: 40px; }

.header .header-brand {
  height: 130px; }
  @media only screen and (max-width: 450px) {
    .header .header-brand {
      display: flex;
      align-items: center; } }

.header .header-brand img {
  height: 130px !important; }
  @media only screen and (max-width: 450px) {
    .header .header-brand img {
      width: 120px;
      height: auto !important; } }

.home-slider-recipes {
  position: relative;
  width: 100%;
  height: 100%;
  max-height: 550px;
  overflow: hidden; }
  .home-slider-recipes .home-slider {
    display: flex;
    transition: transform 0.5s ease; }
  .home-slider-recipes .home-slider-slide {
    position: relative;
    min-width: 100%;
    height: 100%;
    max-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000; }
    .home-slider-recipes .home-slider-slide .home-slider-image {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .home-slider-recipes .home-slider-slide .home-slider-box {
      position: absolute;
      right: 30px;
      width: 410px;
      background: rgba(0, 0, 0, 0.5);
      padding: 20px;
      color: white;
      text-align: left;
      border-radius: 8px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
      transform: translateY(-50%);
      top: 50%; }
      @media screen and (max-width: 767px) {
        .home-slider-recipes .home-slider-slide .home-slider-box {
          display: none; } }
      .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-head {
        position: relative; }
        .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-head:before {
          content: "";
          width: 50px;
          height: 4px;
          background-color: #e44349;
          position: absolute;
          left: 0;
          bottom: -22px;
          border-radius: 25px; }
        .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-head .home-slider-det {
          display: flex;
          align-items: center; }
          .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-head .home-slider-det img {
            margin-right: 10px; }
      .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-content {
        padding-top: 20px; }
        .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-content .home-slider-diff {
          margin-top: 10px;
          display: flex;
          align-items: center; }
          .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-content .home-slider-diff img {
            margin-right: 5px;
            width: 36px; }
          .home-slider-recipes .home-slider-slide .home-slider-box .home-slider-box-content .home-slider-diff .home-slider-diff-txt {
            margin-left: 15px;
            margin-bottom: 0; }
  .home-slider-recipes .home-slider-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px; }
    .home-slider-recipes .home-slider-dots .home-slider-dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #bbb;
      cursor: pointer;
      transition: background-color 0.3s; }
      .home-slider-recipes .home-slider-dots .home-slider-dot:hover {
        background-color: #fff; }
      .home-slider-recipes .home-slider-dots .home-slider-dot.active {
        background-color: #fff; }

.home-title-section {
  margin-bottom: 40px;
  text-align: center; }
  .home-title-section .heading-hat:before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #dddad2;
    margin-right: 15px; }
  .home-title-section .heading-hat:after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 1px;
    background: #dddad2;
    margin-left: 15px; }
  .home-title-section .heading-hat img {
    width: 32px;
    height: auto;
    margin: 0 auto; }
  .home-title-section p {
    font-size: 20px;
    margin-top: 0.66em;
    margin-bottom: 0; }

.filter-course-content {
  width: 100%;
  background: #dc3d4c;
  position: relative;
  overflow: hidden; }
  .filter-course-content .filter-smoke {
    width: 100%;
    max-width: 450px;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 64px;
    z-index: 1; }
    .filter-course-content .filter-smoke .filter-icon {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: #ffffff;
      position: absolute;
      right: -30px;
      top: 50%;
      margin-top: -24px;
      z-index: 9; }
      .filter-course-content .filter-smoke .filter-icon img {
        width: 32px;
        height: auto; }
    .filter-course-content .filter-smoke::after {
      content: "";
      position: absolute;
      right: -15px;
      top: 0;
      width: 15px;
      height: 64px;
      background: #000;
      clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
      opacity: 0.3; }
    .filter-course-content .filter-smoke video {
      object-fit: cover;
      height: 100%;
      width: 100%;
      opacity: 0.3;
      transform: scaleX(-1); }
  @media screen and (max-width: 767px) {
    .filter-course-content .filter-course-link {
      flex-direction: column;
      width: 100%; } }
  .filter-course-content .filter-course-link .filter-active {
    background: #c72938; }
  .filter-course-content .filter-course-link .filter-course-link-item {
    padding: 15px 30px;
    cursor: pointer; }
    .filter-course-content .filter-course-link .filter-course-link-item img {
      width: 34px;
      height: auto;
      margin-right: 8px; }
    .filter-course-content .filter-course-link .filter-course-link-item p {
      color: #ffffff;
      margin-bottom: 0; }
    .filter-course-content .filter-course-link .filter-course-link-item:hover {
      background: #c72938; }

@keyframes smokeRise {
  0% {
    transform: translateY(0) scale(1);
    opacity: 0.3; }
  100% {
    transform: translateY(-30px) scale(1.2);
    opacity: 0; } }
.listing-course-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between; }
  .listing-course-content .listing-course-item {
    width: 32%;
    /* 3 items per row, with gaps */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* Remove margin for the last item in each row */ }
    .listing-course-content .listing-course-item:nth-child(3n) {
      margin-right: 0; }
    .listing-course-content .listing-course-item .listing-course-box {
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      background-color: #fff; }
      .listing-course-content .listing-course-item .listing-course-box .listing-course-preview {
        width: 100%;
        height: 200px;
        /* Adjust according to image aspect ratio */
        overflow: hidden; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-preview img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .listing-course-content .listing-course-item .listing-course-box .listing-course-general {
        padding: 30px;
        text-align: center; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-head {
          margin-bottom: 20px; }
          .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-head .review-box {
            margin-left: 6px;
            font-weight: bold; }
            .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-head .review-box img {
              width: 26px;
              height: auto; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general h3 {
          font-size: 1.2rem;
          color: #333;
          margin-bottom: 0; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general .heading-hat:before {
          content: "";
          display: inline-block;
          width: 70px;
          height: 1px;
          background: #dddad2;
          margin-right: 15px; }
          @media only screen and (max-width: 767px) {
            .listing-course-content .listing-course-item .listing-course-box .listing-course-general .heading-hat:before {
              width: 15px !important; } }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general .heading-hat:after {
          content: "";
          display: inline-block;
          width: 70px;
          height: 1px;
          background: #dddad2;
          margin-left: 15px; }
          @media only screen and (max-width: 767px) {
            .listing-course-content .listing-course-item .listing-course-box .listing-course-general .heading-hat:after {
              width: 15px !important; } }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general .heading-hat img {
          width: 24px;
          height: auto;
          margin: 0 auto; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-info {
          margin-top: 20px; }
          .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-info p {
            line-height: normal;
            min-height: 60px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            margin-bottom: 0; }
          .listing-course-content .listing-course-item .listing-course-box .listing-course-general .listing-course-info .listing-btn {
            padding: 20px 0; }
        .listing-course-content .listing-course-item .listing-course-box .listing-course-general p {
          font-size: 1rem;
          color: #666; }

.subscribe-course-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media only screen and (max-width: 900px) {
    .subscribe-course-content {
      justify-content: center !important; } }
  .subscribe-course-content .subscribe-course-item {
    width: 33.333%;
    /* 3 items per row, with gaps */
    display: flex;
    flex-direction: column; }
    @media only screen and (max-width: 900px) {
      .subscribe-course-content .subscribe-course-item {
        width: 98% !important; } }
    .subscribe-course-content .subscribe-course-item .subscribe-course-box {
      border-radius: 12px;
      box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      display: flex;
      flex-direction: column;
      background-color: #fff; }
      @media only screen and (max-width: 900px) {
        .subscribe-course-content .subscribe-course-item .subscribe-course-box {
          border-radius: 12px !important;
          margin-bottom: 20px; } }
      .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-preview {
        width: 100%;
        height: 200px;
        /* Adjust according to image aspect ratio */
        overflow: hidden; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-preview img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general {
        padding: 15px;
        text-align: center; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-head {
          margin-bottom: 20px; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general h3 {
          font-size: 1.2rem;
          color: #333;
          margin-bottom: 0; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-info {
          margin-top: 20px; }
          .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-info .subscribe-course-desc .subscribe-course-desc-item {
            padding: 10px 0; }
            .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-info .subscribe-course-desc .subscribe-course-desc-item img {
              width: 16px;
              margin-right: 10px; }
          .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-info .subscribe-btn {
            padding: 20px 0; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general p {
          font-size: 1rem;
          color: #666; }
        .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-imgBox {
          text-align: center;
          padding: 20px 0; }
          .subscribe-course-content .subscribe-course-item .subscribe-course-box .subscribe-course-general .subscribe-course-imgBox img {
            margin: 0 auto; }
    .subscribe-course-content .subscribe-course-item .subscribe-middle-box {
      padding: 30px 0;
      position: relative; }
      @media screen and (max-width: 900px) {
        .subscribe-course-content .subscribe-course-item .subscribe-middle-box {
          padding: 0 !important; } }

.page .footer {
  display: block !important; }

.group-info-details {
  width: 100%;
  border-bottom: 1px solid rgba(0, 40, 100, 0.12); }
  .group-info-details .group-info-details-item {
    padding: 15px 0; }
    .group-info-details .group-info-details-item .group-info-icon {
      width: 20px;
      height: 20px;
      background-position: center !important;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      margin-right: 5px; }
    .group-info-details .group-info-details-item .info-icon-calendar {
      background: url(../images/calendar.png); }
    .group-info-details .group-info-details-item .info-icon-people {
      background: url(../images/people.png); }
    .group-info-details .group-info-details-item .info-icon-budget {
      background: url(../images/money.png); }
    .group-info-details .group-info-details-item .info-icon-age {
      background: url(../images/18.png); }
    .group-info-details .group-info-details-item .info-icon-passport {
      background: url(../images/passport.png); }
    .group-info-details .group-info-details-item p {
      margin: 0; }
    .group-info-details .group-info-details-item .title-details {
      text-align: left; }
    .group-info-details .group-info-details-item .info-details {
      text-align: right;
      color: #9aa0ac; }

.ow-skin-payment {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 1rem;
  background: #4887f4;
  border-radius: 15px; }
  .ow-skin-payment #paymentRequestBox {
    text-align: center; }
    .ow-skin-payment #paymentRequestBox span.appl_pay_txt {
      color: #ffffff; }
  .ow-skin-payment .card-layout-input {
    margin-top: 46px; }
  .ow-skin-payment .bt_send {
    min-width: 150px;
    font-size: .9rem;
    margin-top: 10px;
    height: 41px;
    color: #000000;
    border-radius: 4px;
    margin: 0 auto;
    border: 0;
    padding: 0.375rem 0.75rem;
    margin-bottom: 20px;
    font-weight: 700 !important;
    font-style: italic;
    background: #ffffff;
    margin-top: 20px; }

.btn-primary {
  background-color: #d4364e !important;
  border-color: #cc2e50 !important;
  border-radius: 12px; }

.off-custom-control:before {
  background: #4887f4 !important; }

.font-strong {
  font-weight: bold !important; }

.how-list .list-check-img {
  width: 16px;
  height: auto;
  margin-right: 8px; }
.how-list p {
  margin: 0; }

.dropdown-notifications {
  display: none !important; }

.payment-amount-variant:hover {
  box-shadow: 0 0 0 4px #c42552 !important; }

.sidebar-menu .list-group-item-action {
  display: none; }
.sidebar-menu .list-group-item-action:nth-child(1),
.sidebar-menu .list-group-item-action:nth-child(2),
.sidebar-menu .list-group-item-action:nth-child(6),
.sidebar-menu .list-group-item-action:nth-child(7),
.sidebar-menu .list-group-item-action:nth-child(9) {
  display: block; }

/*# sourceMappingURL=override_style.css.map */
