* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;

  &:focus {
    outline: none !important;
  }
}
.marquee div .slick-slide{
  height: 200px;
  overflow: hidden;
  
  img{
    transition: all 0.8s ease;

  &:hover{
    transform: scale(1.1);
    transform-origin: 50% 50%;
    box-shadow: 0px 5px 5px 0px #EDECEC;
  }
  }
}
button {
  border-radius: 2%;
}

a.bg-green{
  &:hover{
    box-shadow: 0px 5px 5px 0px #EDECEC;
background-color: var(--mainColor4);
color: var(--mainColor3) !important;
  }
}
a.bg-white{
  &:hover{
    box-shadow: 0px 5px 5px 0px #EDECEC;
background-color: var(--mainColor3)  !important;
color: var(--mainColor6) !important;
  }
}


button.bg-green{
  &:hover{
    box-shadow: 0px 5px 5px 0px #EDECEC;
background-color: var(--mainColor4);
color: var(--mainColor3) !important;
  }
}
button.bg-white{
  &:hover{
    box-shadow: 0px 5px 5px 0px #EDECEC;
background-color: var(--mainColor3)  !important;
color: var(--mainColor6) !important;
  }
}


:root {
  --mainColor1:  #42413F  ;
  --mainColor2: rgb(0, 0, 0);
  --mainColor3: #008539  ;
  --mainColor4: #ffffff;
  --mainColor5: #3A306F;
  --mainColor6: #F5F5F5;
}
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--mainColor3); 
  border-radius: 10px;

}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--mainColor5); 
}
.bg-green{
  background-color: var(--mainColor3);
}
.bg-purple{
  background-color: var(--mainColor5);
}
.slick-arrow {
  background-color: transparent;
  border: none;
  font-size: small;
  color: var(--mainColor4)
}

.link-purple{
  color: var(--mainColor5);
}
body {
  font-size: 1rem;
  color: rgb(27, 27, 27);
  position: relative;
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;

}
.bege-box {div{
&:hover{
  background-color: var(--mainColor1);

}
}
}
.gray-bage {
  h3{
font-size: 36px;
font-style: normal;
font-weight: 600;
line-height: 100%; /* 36px */

  }
}

.direction {
  direction: ltr;
}

.icon-menu {
  display: none;
}



a {
  text-decoration: none;

  &:hover {
    cursor: pointer;

  }
}


.text-green {
  color: var(--mainColor1);

}

.accordion-button {
  &:not(.collapsed) {
    box-shadow: none !important;
color: var(--mainColor2);
background-color: transparent;
  }

}




.navbar-brand {
  transition: all 0.8s ease;

  &:hover {
    transform: scale(1.1);
    transform-origin: 50% 50%;
  }
}

.form-res {
  display: none;
}

.floatwhatsapp,
.back-to-top {
  cursor: pointer;
  font-size: 20px;
  border-radius: 50%;
  box-shadow: 1px 1px 2px #686868;
  text-align: center;
  color: var(--mainColor4);
  position: fixed;
  right: 4%;
  width: 42px;
  height: 42px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  z-index: 100;
  border-radius: 50%;
}
.header{
.nav-link{
  color: var(--mainColor2);
}
}
.floatwhatsapp {
  background-color: var(--mainColor3);
  bottom: 15%;
  display: flex;
  transition: transform 0.2s ease-in-out;
  &:hover {
    transform: translateY(-3px);
  }

}
.dropdown-toggle{
  font-size: 18px;
}

.back-to-top {
  background-color: var(--mainColor5);
  display: none;
  bottom: 5%;
  z-index: 111;
  transition: transform 0.2s ease-in-out;

  &:hover {
    transform: translateY(-3px);

  }
}

.flag-list {
  display: none;
  left: 4%;
  position: fixed;
  min-width: 120px;
  background-color: var(--mainColor3);
  z-index: 100;
  bottom: 15%;
  border-radius: 5%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: pointer;

}


@-webkit-keyframes zoom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes zoom {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.social {
  li {
    list-style: none;
    a {
      width: 35px;
      height: 35px;
      background-color: var(--mainColor4);
      text-align: center;
      opacity: 1;
      line-height: 30px;
      font-size: 17px;
      margin: 0 7px;
      display: block;
      border-radius: 50%;
      position: relative;
      overflow: hidden;
      border: 1px solid #fff;
      z-index: 1;
      display: flex;
      align-items: center;
      justify-content: center;

      &::before {
        content: "";
        position: absolute;
        top: 101%;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f00;
        transition: .5s;
        z-index: 2;
      }

      .icon {
        position: relative;
        color: var(--mainColor3);
        transition: .5s;
        z-index: 3;
      }

      &:hover {
        .icon {
          color: var(--mainColor4);
          transform: rotateY(360deg);
        }

        &::before {
          top: 0;

        }
      }
    }
  }
}

.social li a:before {
  background: var(--mainColor3);
}



.sale span {
background: #F5F5F5;
color: var(--mainColor3);
}

.nav-pills {
  font-size: 0.9375rem;
  color: var(--mainColor4);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;

  p {
    font-size: 0.875rem;
  }

  .nav-link {
    color: var(--mainColor4);

  }


  h5 {
    color: var(--danger);
    animation: colorhead 3s infinite;
  }
}


.links {
  color: var(--mainColor5);

  a {
    text-decoration: none;
    color: var(--mainColor5);
  }

  &:hover {
    color: var(--mainColor5);
    font-weight: 500;
  }
}

.cardsimg {

  img,
  video {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
  }

}

.card {
  cursor: pointer;

}

.form-control {
  border-radius: 0;

  &:focus {

    border-color: #000000;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(13, 110, 253, .25);
  }
}

/*.rating-top-home{*/
/*  p{*/
/*    font-size: 14px;*/
/*    color: rgb(88, 88, 88);*/
/*  }*/
/*}*/
.regular {
  div.text-black{
    height: 100px;
    display: flex;
    align-items: center
  }
  div {
    overflow: hidden;

    img {
      transition: all 0.8s ease;

      &:hover {
        transform: scale(1.1);
        transform-origin: 50% 50%;
        cursor: pointer;

      }
    }
  }
}

.reverse-row .row:nth-child(even) {
  flex-direction: row-reverse;
}

.slider1 {
  .card {
    border-radius: 0px;
  }

  .img-card {
    transform: skewX(-4deg);
    img {
      height: 350px;
    }
  }
}



.whatsapp-div {
  background-color: var(--mainColor5);

  div:nth-child(1) {
    left: -3px;
  }

  div:nth-child(2) {
    h6 {
      font-size: 0.8rem;

    }

    h6:nth-child(1) {
      opacity: 80%;

    }
  }
}

.div-overflow {
  height: 100%;
  overflow-y: scroll;
  max-height: 63rem;
}

.form-floating label {
    font-size: 12px;



}




nav {
  i {
    font-size: 1.4rem;
  }

  .nav-link.active {
    opacity: 100%;
    color: var(--mainColor2);
    background-color: var(--mainColor4);
    border-radius: 3%;
    margin-inline: 5px;
  }

}

.breadcrumb-item {
  a {
    color: var(--mainColor1);
  }
}

.breadcrumb-item+.breadcrumb-item::before {
  float: none;
}


.overlay {
  position: absolute;
  bottom: 0;
  left: 100%;
  right: 100%;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: #8686863a;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.overlay2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--mainColor4);
  text-align: center;
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px gray;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2rem */
}

.item {
  border-radius: 20px;
  max-height: 100%;

  img {
    transition: all 0.4s;
  }

  &:hover {
    img {
      transform: scale(1.1);
    }

    .overlay2 {
      cursor: pointer;
    }

    .overlay {
      left: 0;
      right: 0;
      color: var(--mainColor4);

    }
  }
}

.item-container {
  height: 300px;

}

.modal-body {
  font-size: 0.8rem !important;
}

.modal-footer-nav {

  button {
    background-color: var(--mainColor5) !important;
    color: var(--mainColor2);
  }
}



#search {
  display: none;

}

.nosubmit {
  display: flex;
  border-radius: 5px;
  background-color: var(--mainColor4) !important;
}

input[type="search"] {
  border: none;
  padding: 7px 8px;
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: inherit;
}

input.nosubmit {
  padding: 9px 20px 9px 40px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-search' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 12px center;
  background-size: 20px 20px;
  

}
#map {
  height: 100%;
}

.list-payment li {
  padding-inline: 4px;

  &:hover {
    cursor: pointer;
  }
}

.zoom{
  &:hover img {
    transform: scale(1.02);
    cursor: zoom-in;
  }
}

.zoom img {
  transition: all 0.4s;
  height: 100%;
}

.flex-shrink-0 {
  img {
    max-width: 160px;
  }
}

table {

  tr {
    font-size: 0.8rem !important;
    text-align: center;
  }
}

.index-dot {
  background: var(--mainColor2);
  text-align: center;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-size: 12px;
}

.modal {

  p {
    font-size: 0.7rem;
  }
}







.modal-body form h6 {
  font-size: 0.8rem !important;
}

.loading-screen {
  z-index: 1111;
  display: flex;
}

.search-container {
  background-color: #0303038a;
  display: none;
  z-index: 111111111111111111111111111;
}

.search-input {
  width: 0px;
}

.close-div {
  right: 5%;
  top: 10%;

  i {
    font-size: 40px !important;
  }
}

.search-container input {
  background-color: transparent !important;
}

.address div {
  display: flex;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  box-sizing: border-box;
  box-shadow: 0 0 6px 0 #aaa;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;

  &:hover {
    background-color: var(--mainColor2);
    color: var(--mainColor4);

    .text-secondary {
      color: var(--mainColor4) !important
    }
  }
}

.address {
  .active {
    background-color: var(--mainColor2);
    color: var(--mainColor4);

    .text-secondary {
      color: var(--mainColor4) !important
    }
  }

}

.address div:nth-last-child(1) {
  border-color: var(--mainColor1);
  flex-direction: row;
  align-items: center;

}

.form-check .form-check-input {
  float: none;
  margin-left: 0em;
}

.form-check-input:checked[type=radio] {
  background-color: var(--mainColor2);
}

.form-check-input:checked {
  border-color: var(--mainColor2);
  
}
.form-check {
 padding-left: 0em; 
}
input[type="checkbox" ] {
  width: 24px;
  height: 24px;
}
.step {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form-check-input:focus {
  border-color: #86b6fe00;
  outline: 0;
   box-shadow: 0 0 0 0.25rem rgba(13, 109, 253, 0); 
}

.step-indicator li {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.dropdown-menu {

  .dropdown-header  {
    text-align: start !important;
    text-wrap: balance;
  }
}

.search-container input {
  font-size: larger;
}

.profile {

  .nav-pills .nav-link.active {
    background: var(--mainColor4);
    border-radius: 40px
    ;
color: var(--mainColor2) !important;
  }

  .flex-shrink-0 {
    overflow: hidden;
  }


  .nav-pills p {


    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
  }

  .card-tap h5 {
    color: #4A4A4A;
    /*font-family: 'Paytone One';*/
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .card-tap h6 {
    color: #4A4A4A;
    /*font-family: 'Paytone One';*/
    font-size: 1.6875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }

  .card-tap p {
    color: #808080;
    /*font-family: Inter;*/
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;

  }

  .round-news {
    border-radius: 1rem;
    border: 1px solid #A5A5A5;
  }

  .round-img {

    border-radius: 0.875rem 0.875rem 0rem 0rem;
    max-height: 19.5rem;
  }

  .flex-shrink-0 {
    max-width: 9.9375rem;
    max-height: 9.9375rem;
  }

  .nav-profile {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;


  }


}
.profile-login{

  .nav-pills .nav-link.active {
    background: var(--mainColor4);
    ;
    border-color: var(--mainColor2) !important;
color: var(--mainColor2) !important;
  }}

.form-select:focus {
  outline: 0;
  box-shadow: none !important;
}



.step-indicator li .step:hover {
  background-color: var(--mainColor2);
  color: var(--mainColor4) !important;
  cursor: pointer;
}

.btn-dark:hover {
  background-color: var(--mainColor1);
  opacity: 20%;
  cursor: pointer;
}

.d-icon {
  display: flex !important;
  flex-direction: row !important;
  left: 2px;
  top: 2px;
  border: none !important;
  border-radius: 4px;
  box-sizing: content-box;
  box-shadow: 0 0 0px 0px !important;
  border-color: var(--mainColor2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;

  a {
    color: inherit;
  }
}

.row-res {
  display: none;
}

.row-res-img {
  display: flex;
}



@keyframes confetti-slow {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(50px, 105vh, 0) rotateX(360deg) rotateY(180deg);
  }
}

@keyframes confetti-medium {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg);
  }
}

@keyframes confetti-fast {
  0% {
    transform: translate3d(0, 0, 0) rotateX(0) rotateY(0);
  }

  100% {
    transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg);
  }
}

.congratulation {
  display: none;
}

.js-container {
  width: 100%;
  height: 100vh;
  background: transparent;
  display: fixed;
  top: 0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;

  &--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
  }

  &--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
  }

  &--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
  }
}



/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}

.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}

.checkmark-circle .checkmark {
  border-radius: 5px;
}

.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 100px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 75px;
    opacity: 1;
  }
}

@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}

@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }

  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }

  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }

  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}



.submit-btn {
  height: 45px;
  width: 200px;
  font-size: 15px;
  background-color: #00c09d;
  border: 1px solid #00ab8c;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(87, 71, 81, .2);
  cursor: pointer;
  transition: all 2s ease-out;
  transition: all .2s ease-out;
}

.submit-btn:hover {
  background-color: #2ca893;
  transition: all .2s ease-out;
}

.div-opicity {
  bottom: 20%;
  background-color: #9472586c;
  border-radius: 10px;
  h6 {
    font-weight: 700;
    color: var(--mainColor4);
    font-size: 20px;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  margin-inline: 3px;
  border: none;
  border-radius: 100%;
  background-color: #b1b1b1;
  text-indent: -9999px;
}


.slider li,
.slider3 li,.slider4 li {
  color: white;
  border-right: 2px solid #fff;
  text-align: center;
}
.slider3, .slider4 {
  .card{
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), #EDECEC;
    &:hover{
      box-shadow: 0px 5px 5px 0px #EDECEC;

    }
  }
  .card-body {
    /*font-family: Lato;*/
    font-size: 20px;
  }
  
}
.btn-slider{
  padding: 10px 40px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0px;
    border-color: transparent !important;
    color: var(--mainColor5);
    box-shadow: 0px 0px 0px 0px transparent!important;

}

.btn-slider{
  background: var(--bg-gradient);
}
.btn-slider:hover{
  box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.4) !important;
  text-decoration: none !important;
  color: #FFF;

}
.card-bage{
  background-color: var(--mainColor5);
}

.seeall-product{
  border-color: var(--mainColor1);
  color: var(--mainColor1);
  &:hover{
    background-color: var(--mainColor1);
    color: var(--mainColor4);
  }
}
li.slick-active button {
  background-color: var(--mainColor2);
  width: 78.75px;
  height: 14px;
  border-radius: 24px;

}
.postio {
  max-height: 70vh;
}

.prev-button,.next-button{
  position: absolute;
  top: 40%;
}
.next-button{
  right: 0;
}
.btn-slider2{
  background-color: var(--mainColor6);
  &:hover{
    background: var(--bg-gradient)
    
  }
}


.bg-img{
  background-image: url('../imgs/products/Wireframe\ -\ 3.png');
background-position: 50% 50%;
h3{

font-size: 32px;
font-style: normal;
font-weight: 400;
line-height: 160%;
}
}


.form-select {
  background-position: right  .3rem center;

}

.questions-container {
  border: 1px solid var(--mainColor2);
  padding: 0.5rem 2rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
}
.question-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  p{
    margin-bottom: 0;
    font-weight: 600;
  }
}
.answer {
  color: #646464;
  /*font-family: Montserrat;*/
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 1.4rem */
}
.map{
  max-height: 250px;
}
h3{
  color: var(--mainColor5);
  /*text-shadow: 3px 2px 2px rgba(151, 151, 151, 0.6);*/
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  /*line-height: 80px;  */
  /*text-transform: uppercase;*/
}
.slider2 .img-card{
  max-height: 50vh;
}
.liked-icon{
  z-index: 1;
  top: 10px; 
  right:10px;
&:hover{
  fill: var(--mainColor2);
}
}
.explore {
  &:hover{
    background-color: var(--mainColor2) !important;
    color: var(--mainColor4) !important;
    opacity: 10px !important;
  }
}
.container-reverse-store{
  img{
    max-height: 60vh;
  }
.row:nth-child(even){
  flex-direction: row-reverse;
}
}

.hide-content {
  display: none;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out; 
}
.border-black{
  border-color: var(--mainColor2) !important;
}

a:hover{
  cursor: pointer;
}
.summary span:nth-child(odd),.flex-grow-1 div div p span:nth-child(odd){
  &::after{
    content: ':';
    padding-inline: 1px;
  }
}

.form-select {
  background-position: right 1rem center;
}
.emcan{
  font-size: 14px;
span{
  font-size: inherit !important;
&:hover{
color: #0077b5;
}
}
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, ">");
}.fa-close:before, .fa-multiply:before, .fa-remove:before, .fa-times:before, .fa-xmark:before {
  content: " ";
}
.offcanvas-body ul li a{ 
  font-size: 18px;

}
.nav-link span{
  position: relative;
}

  .nav-link span::after {
    content: '';
    position: absolute;
    width: 99%;
    transform: scaleX(0);
    height: 3px;
    bottom: -5px;
    left: 0;
    background-color: var(--mainColor3);
    transform-origin: bottom right;
    transition: transform 0.25s ease-out ;
  }
.nav-link:hover span:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.nav-link.active span::after{
  transform: scaleX(1);
  transform-origin: bottom left;
}
.color{
  width: 24px;
height: 24px;
border-radius: 27px ;
box-shadow: 0 0 0 0.03rem rgba(175, 175, 175, 0.25);
&:hover{
  cursor: pointer;
}
.border-white{
  border: 0px solid;
}

}
.color.active{
  border: 1px solid;
.border-white{
  border: 2px solid;
}
div{
  border-radius:inherit
}
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown{
width: 100%;
}
table{
  th,td{
    border: 4px solid white;
  }
  thead{
    tr{
      th{
        border-radius: 1px;
background: #E7E8E3 !important;

      }
    }
  }
  tbody tr:nth-child(even) {
     td{
      background-color: #F2F2F2;
    }
  }
}




  


@keyframes confetti-slow {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(50px, 105vh, 0) rotateX(360deg) rotateY(180deg); }
}

@keyframes confetti-medium {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(100px, 105vh, 0) rotateX(100deg) rotateY(360deg); }
}

@keyframes confetti-fast {
  0% { transform: translate3d(0, 0, 0) rotateX(0) rotateY(0); }
  
  100% { transform: translate3d(-50px, 105vh, 0) rotateX(10deg) rotateY(250deg); }
}
.congratulation{
  display: none;
}
.js-container  {
  width: 100%;
  height: 100vh;
  background: transparent;
  display:fixed;
  top:0px;
}

.confetti-container {
  perspective: 700px;
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.confetti {
  position: absolute;
  z-index: 1;
  top: -10px;
  border-radius: 0%;

  &--animation-slow {
    animation: confetti-slow 2.25s linear 1 forwards;
  }
  
  &--animation-medium {
    animation: confetti-medium 1.75s linear 1 forwards;
  }
  
  &--animation-fast {
    animation: confetti-fast 1.25s linear 1 forwards;
  }
}



/* Checkmark */
.checkmark-circle {
  width: 150px;
  height: 150px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: auto;
  margin-right: auto;
}
.checkmark-circle .background {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #00C09D;
  position: absolute;
}
.checkmark-circle .checkmark {
  border-radius: 5px;
}
.checkmark-circle .checkmark.draw:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 3s;
  -moz-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.checkmark-circle .checkmark:after {
  opacity: 1;
  height: 100px;
  width: 37.5px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 15px solid white;
  border-top: 15px solid white;
  border-radius: 2.5px !important;
  content: '';
  left: 25px;
  top: 75px;
  position: absolute;
}

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 75px;
    opacity: 1;
  }
}
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 37.5px;
    opacity: 1;
  }
  40% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
  100% {
    height: 75px;
    width: 37.5px;
    opacity: 1;
  }
}



.categories-line {
  width: 240px;
  height: 150px;
  border: 2px solid #fff;
  border-bottom: none;
  top: 10px;
  left: 10px;
}

.categories-name {
  top: 120px;
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  left: 0;
  margin-left: 10px;
  background: rgb(255 255 255/80%);
  text-align: center;
  padding: 5px;
  width: 240px;
}
.slider7 a{
  color: #000000;
  &:hover{
    color: #0077b5;
  }
}
.slider6 {
  .img-card {
    max-height: 500px;
    max-width: 364px;
  }
}

input.email {
  background: url("../imgs/profile-svgrepo-com.svg") no-repeat 12px center;
  background-size: 20px 20px;
  

}



.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  background-color: var(--mainColor6) !important;
  border-radius: 50%;
}

.carousel-inner {
  .card{
    background-color: transparent;
    border: none;
    &:hover{
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 0px;
    
    }
  }
  .carousel-caption .card{
    background: #00853ac5;
    border: none;
    border-radius: 30px 0px   !important;

  }
}


.prod-desc{
  color: var(--mainColor3);
  &:hover{
    color: var(--mainColor1)
  }
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
a.link{
  color: var(--mainColor3);
  &:hover{
    color: var(--mainColor1);
  }
}
/* .rating{
  background-image: url('../imgs/home/Frame\ 12.png');
  background-position: center center;
} */
.link{
  color: var(--mainColor3);
}

.header-img{
  height: auto;
  max-height: 50vh;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: var(--mainColor4) !important;
  padding-inline:12px
}

ul.courses{
  list-style-position: inside;
    display: flex;  
    width: 100%;    
    flex-wrap: wrap; 

    li {
       flex: 1 0 50%; 
       padding-block: 15px;
       color: var(--mainColor1);
       ul{
        list-style: decimal;
li{
  padding-block: 5px;
}
       }
    }
}

.form{
  background-image: url('../imgs/home/Frame.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.registertion{
  input{
    background: #F5F5F5;  }
}


.list-payment{
  li{
  padding-block: 8px;
&:nth-child(odd){
  background-color: var(--mainColor6);
    }
    span{
      font-size: smaller;
      padding-inline: 8px;
    }
    span:nth-child(odd){
    font-weight: 800;
    &::after{ 
      content: ":";
    }
    }
  }
}
.table{
  .border-success{
    --bs-border-opacity: 0.5;
  }
}
.counter::after{
  content: '+';
}
swiper-slide {
  max-width: 120px;
  img{
    height: 100px;
    max-width: 100%;
  }
}
.swiper-pagination {
  display: none !important;
}





.slider input {
	display: none;
}
.testimonials {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	min-height: 450px;
	perspective: 1000px;
	overflow: hidden;
}
.testimonials .item {
	width: 450px;
	padding: 30px;
	border-radius: 5px;
	background-color: #0A0220;
	position: absolute;
	top: 0;
	box-sizing: border-box;
	text-align: center;
	transition: transform 0.4s;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	user-select: none;
	cursor: pointer;
}
.testimonials .item img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	border-radius: 50%;
	border: 13px solid var(--mainColor4);
}
.testimonials .item p {
	color: #ddd;
}
.testimonials .item h2 {
	font-size: 14px;
}
.dots {
	display: flex;
	justify-content: center;
	align-items: center;
}
.dots label {
	height: 5px;
	width: 5px;
	border-radius: 50%;
	cursor: pointer;
	background-color: #413B52;
	margin: 7px;
	transition-duration: 0.2s;
}

#t-1:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-4"],
#t-5:checked ~ .dots label[for="t-5"] {
	transform: scale(2);
	background-color: #fff;
}
#t-1:checked ~ .dots label[for="t-2"],
#t-2:checked ~ .dots label[for="t-1"],
#t-2:checked ~ .dots label[for="t-3"],
#t-3:checked ~ .dots label[for="t-2"],
#t-3:checked ~ .dots label[for="t-4"],
#t-4:checked ~ .dots label[for="t-3"],
#t-4:checked ~ .dots label[for="t-5"],
#t-5:checked ~ .dots label[for="t-4"] {
	transform: scale(1.5);
}
#t-1:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-4"],
#t-3:checked ~ .testimonials label[for="t-5"],
#t-4:checked ~ .testimonials label[for="t-1"],
#t-5:checked ~ .testimonials label[for="t-2"] {
	transform: translate3d(600px, 0, -180px) rotateY(-25deg);
	z-index: 2;
}
#t-1:checked ~ .testimonials label[for="t-2"],
#t-2:checked ~ .testimonials label[for="t-3"],
#t-3:checked ~ .testimonials label[for="t-4"],
#t-4:checked ~ .testimonials label[for="t-5"],
#t-5:checked ~ .testimonials label[for="t-1"] {
	transform: translate3d(300px, 0, -90px) rotateY(-15deg);
	z-index: 3;
}
#t-2:checked ~ .testimonials label[for="t-1"],
#t-3:checked ~ .testimonials label[for="t-2"],
#t-4:checked ~ .testimonials label[for="t-3"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-1:checked ~ .testimonials label[for="t-5"] {
	transform: translate3d(-300px, 0, -90px) rotateY(15deg);
	z-index: 3;
}
#t-3:checked ~ .testimonials label[for="t-1"],
#t-4:checked ~ .testimonials label[for="t-2"],
#t-5:checked ~ .testimonials label[for="t-3"],
#t-2:checked ~ .testimonials label[for="t-5"],
#t-1:checked ~ .testimonials label[for="t-4"] {
	transform: translate3d(-600px, 0, -180px) rotateY(25deg);
}
#t-1:checked ~ .testimonials label[for="t-1"],
#t-2:checked ~ .testimonials label[for="t-2"],
#t-3:checked ~ .testimonials label[for="t-3"],
#t-4:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-4"],
#t-5:checked ~ .testimonials label[for="t-5"] {
	z-index: 4;
}











.mis-stage {
  background-color:#fff;
  }
  .mis-slider {
  margin-top:138px;
  height:80px;
  background-color:#eee;
  }
  .mis-slider li a {
  text-decoration:none;
  color:#666;
  display:block;
  }
  .mis-slider li figcaption {
  font-size:1.5em;
  }
  
  .mis-slider li img {
  max-width:270px;
  
  width:100%;
  border-radius:135px;
  border:none;
  }
  .mis-slide {
  width:360px;
  height:360px;
  padding:40px;
  margin-top:-138px
  }
  
  .mis-nav-buttons a {

  color:#fff;
  }
  






  .card-img-div{ 
    display: flex;
    align-items: start;
    justify-content: center;
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
    margin: 15px auto 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }

  .card-img-top {
    max-width: 100%;
    transition: all 0.8s ease;

    &:hover {
      transform: scale(1.1);
      transform-origin: 50% 50%;
    }
  }
  

  
  .owl-carousel {
    .owl-nav button {
      &.owl-next, &.owl-prev {
        outline: 0;
      }
    }
  
    button.owl-dot {
      outline: 0;
    }
  
  }
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    border-color: transparent;
    }
    .gray-icon{
      fill: none;

    }
    .dropdown-menu {
      --bs-dropdown-min-width: 15rem;
      li{
        a{
          &:hover{
            color: var(--mainColor3) !important;
          }
        }
      }

    }
    footer {
    background-color: var(--mainColor5);
    color: var(--mainColor2);
    h4{
      color: var(--mainColor4) !important;
      span{
        position: relative;
        &::after {
          content: '';
          position: absolute;
          width: 100%;
          transform: scaleX(1);
          transform-origin: bottom left;
          height: 3px;
          bottom: -7px;
          left: 0;
          background-color: var(--mainColor4);
        }
      }
     
    }
    ul {
      list-style: none;
      list-style-position: inside
    }
    .nav-link {
      color: var(--mainColor4);
      &:hover {
        cursor: pointer;
        border-radius: 3%;
        color: var(--mainColor6);
      }
    }
    a {
      color: var(--mainColor6);
      opacity: 95%;
      &:hover {
        color: var(--mainColor3);
        opacity: 100%;
      }
    }
  }


  .card-personal{
    &:hover{
      background-color: #00853a56 !important;
    }
    li{
      transition: transform 0.2s ease-in-out;
      &:hover {
        transform: translateY(-3px);
    
      }
    }

  }
  .carousel-caption {
    right: 25%;
    left: 25%;
}

 .form-floating>.form-control-plaintext, .form-floating>.form-select {
  height: calc(1.5rem + 7px);
    line-height: 1;
}
.form-floating >label {
  padding: 7px 30px
}

.form {
  input{
    font-size: 15px;
  }
}
select {
color: var(--mainColor3); 
 
}
.form-select:focus {
  border-color: #474747;
  outline: 0;
}
.dropdown-toggle::after{
  display: none;
}
.hide-content{
  display: none;
}
.rotate {
  transform: rotate(180deg);
  transition: transform 0.5s ease-in-out;
}



.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
  height: calc(1.5rem + 2px) !important;
  line-height: 1;
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: 1;
  transform: scale(0.85) translateY(-0.9rem) translateX(0.15rem);
  height: auto;
  background-color: var(--mainColor4);
  color: var(--mainColor3);
  font-weight: 900 !important;
  font-size: 14px;
width: auto;
}

.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 1rem;
}

@mixin transition($transition) {
  -moz-transition:    $transition;
  -o-transition:      $transition;
  -webkit-transition: $transition;
  transition:         $transition;
}
.carrousel{
    margin: 10px;
    @media (max-width: 768px){
        margin: 70px 0px 0px 0px;
    }
    @media (max-width: 425px){
        margin: 50px 0px 0px 0px;
    }  
    .title{
      margin-bottom: 10px;
      font-size: 30px;
    }
    .owl-carousel {
.text-desc{
  display: none;
}
      .img-div{
        max-height: 100%;
        max-width: 100%;
        width: auto;
        height: auto;
        border-radius: 50%;
        // position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        object-fit: cover;
        @include transition(all 0.2s ease);
        -webkit-box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
        -moz-box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
        box-shadow: 12px 12px 10px -10px rgba(0,0,0,.25);
        height: 150px;
        width:  150px;
        overflow: hidden;
        display: flex;
        align-items: start;
        justify-content: center;
      }
        img{
          transition: all 0.8s ease;
          opacity: 0.5;

          &:hover {
            cursor: pointer;
            transform: scale(1.1);
            transform-origin: 50% 50%;
          }
        }
        .owl-item{
            height: 250px;
            position: relative;
            transform: scale(0.7);
            -ms-transform: scale(0.7);
            transition: all .2s;
            -webkit-transform: all .2s;
            z-index: 1;
            @media (max-width: 768px){
                height: 270px !important;  }
            @media (max-width: 380px){
                height: 200px;
            }
        }
        .owl-stage-outer {
            padding-bottom: 10px;
        }
    }

    .owl-item {

        &.big{
            transform: scale(1);
            -ms-transform: scale(1);
            opacity: 1;
            z-index: 3;
            .img-div{
              border: 1px solid var(--mainColor3);
              img{
                opacity: 1;

              }
            }
            .text-desc{
              display: block;
            }
        }
    }

    .owl-item{
        &.medium{
            transform: scale(0.7);
            -ms-transform: scale(0.7);
            z-index: 2;
            &.mdright{
                /*border: solid 1px red;*/
                position: relative;
                left: -30px;
                @media (min-width: 768px){
                    left: 0px;
                }
            }
            &.mdleft{
                /*border: solid 1px blue;*/
                position: relative;
                right: -30px;
                @media (min-width: 768px){
                    right: 0px;
                }
            }
        }
    }

    .owl-item{
        &.smallRight{
            &.active{
                transform: scale(0.7);
                -ms-transform: scale(0.7);
                position: relative;
                left: -30px;
            }
        }
    }
    .owl-item {
        &.smallLeft {
            &.active {
                transform: scale(0.7);
                -ms-transform: scale(0.7);
                position: relative;
                right: -30px;
            }
        }
    }

    .owl-nav{
        position: absolute;
        top: 30%;
        width: 100%;
        .owl-prev{
            position: absolute;
            left: 0px;
            top: 10px;
            background: transparent !important;
            color: #000 !important;
            font-size: 40px !important;
            &:hover{
                color: #adadad !important;
            }
        }
        .owl-next{
            position: absolute;
            right: 0px;
            top: 10px;
            background: transparent !important;
            color: #000 !important;
            font-size: 40px !important;
            &:hover{
                color: #adadad  !important;
            }
        }
    }
}

.btn.text-black-50{
  &:hover{
    background-color: var(--mainColor3) !important;
    color: var(--mainColor4) !important;
  }
}



.owl-carousel .owl-item img{

    min-height: 101%;
}
p{
  font-size: 15px !important;
  line-height: 160% !important;
}



a.bg-white,a.bg-green{
  transition: 0.5s;
}

button.bg-white,button.bg-green{
  transition: 0.5s;
}

.carousel-item {
  max-height: 67vh;
}

footer h4 span::after {
  width: 100%;

}
li .link {
  transition: transform 0.3s ease-in-out !important;
}

li .link:hover  a{
  transform: translateX(5px) !important;
 
    color: var(--mainColor5) !important;

  }

.carousel-caption {
    bottom: 1rem;
 }



 p span{
  font-size: 15px !important;
  line-height: 160% !important;
}


li .link:hover {
  transform: translateX(5px) !important;
}
li .link:hover a {
  color: var(--mainColor5) !important;
}


.w-image{
  width: 20%;

}

.input-group .btn{
  transition: 0.5s;
}
.img-card{
    height:170px;
}
.marquee img:hover{
       cursor: pointer;

}
        .under-line {
            position: relative;
        }

        .under-line::after {
            content: '';
            position: absolute;

            width: 100%;
            transform: scaleX(1);
            transform-origin: bottom left;
            height: 3px;
            bottom: -7px;
            left: 0;
            right: 0;
            background-color: var(--mainColor5);
        }
        
        .arabicVersion .offcanvas-start {
    left: auto;
    right: 0;
    transform: translateX(100%);
}

.arabicVersion .floatwhatsapp, .arabicVersion .back-to-top {
    left: 4%;
    right: auto;
}
.arabicVersion .form-floating>label {
    position: absolute;
    top: 0;
    right: 0;
    left:auto;
    
}

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    padding: 3px 3px;
    border-radius: 10px;
    margin-inline: 13px;
}