
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
    font-family: 'Lato', sans-serif;
}

h1, .h1 {
    font-family: 'Abril Fatface', cursive;
}

h2, .h2, h3, .h3 {
    font-family: 'Montserrat', sans-serif;
}


h1, .h1, h2, .h2, h3, .h3 {
  background: linear-gradient(to left, var(--bs-primary), var(--bs-main));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 1rem;
}

[dir="rtl"] h1, 
[dir="rtl"] .h1, 
[dir="rtl"] h2, 
[dir="rtl"] .h2,
[dir="rtl"] h3, 
[dir="rtl"] .h3 {
  background: linear-gradient(to right, var(--bs-primary), var(--bs-main));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  padding-bottom: 1rem;
}

@media (min-width: 992px) { 
    .bs-dropdown-min-width-22rem {
        --bs-dropdown-min-width: 22rem;
    }
}


.main-header {
  min-height: calc(100vh - 0.5rem) !important;
  margin: 0.25rem !important;
}

@media (min-width: 768px) {
  .main-header-md {
    min-height: calc(100vh - 1rem) !important;
    margin: 0.5rem !important;
  }
}

@media (min-width: 1200px) {
  .main-header-xl {
    min-height: calc(100vh - 2rem) !important;
    margin: 1rem !important;
  }
}


/* loader  */
.loader-wrapper {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background-color: var(--bs-primary) !important;
    display:flex;
    justify-content: center !important;
    align-items: center !important;
    z-index: 2000 !important;
}


/* Carret dropdown  */
.path {
    stroke: var(--bs-dropdown-border-color);
    stroke-width: 1px;
    stroke-dasharray: 12.6;
    stroke-dashoffset: 4.6;
    stroke-linejoin: round;
}


/*  Timer  */
#timerCountDown div {
    text-align: center;
}

#timerCountDown div span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

.sidebar .active {
    background: rgba(var(--bs-primary-rgb), 0.1) !important;
    color: var(--bs-primary) !important;
}


.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.active .active-check {
    display: inline-block !important;
}


/* glide  */
.glide__bullet {
    border-color: var(--bs-primary); padding: 4px;
    background: var(--bs-bg-body);
}

.glide__bullet.glide__bullet--active {
    background: var(--bs-main);
}

.smaller-items {
    font-size: 14px; /* You can adjust the font size as needed */
}

.smaller-text {
    font-size: 12px; /* You can adjust the font size as needed */
}
.smallera-text {
    font-size: 15px; /* You can adjust the font size as needed */
}

         /* CSS for message div */
        #message {
            display: none;
                      position: fixed;
            top: 50%;
  left: 50%;
            transform: translate(-50%, -50%);
            background-color: #de5418;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        }

  /* Styles for the popup */
  .popup {
    width: 500px;
    max-width: 90%; /* Adjust the max-width to fit smaller screens */
    height: 500px;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    padding: 20px;
   background-color: rgba(89, 114, 137, 0.8);
    border: 1px solid #ccc;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 999;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    justify-content: center; /* Center vertically */
  align-items: center; /* Center horizontally */
  }

  /* Styles for the overlay background */
  .overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(89, 114, 137, 0.8);
    z-index: 998;
  }

  /* Style for the close button */
  .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }

  /* Star rating styles */
  .stars {
    color: #f1c40f;
    font-size: 20px;
  }

  /* Style for horizontal lines */
  hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  
  /* Style for icons */
  .icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 10px;
  }
  
     .icon-buttons {
    position: fixed;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #fff; /* Add background color if needed */
    padding: 5px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.2);
      height: 70px;
  }

  /* Style for individual icon buttons (you can adjust as needed) */
  .icon-button {
    background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;

  }

  .icon-button img {
    width: 35px; /* Adjust the width as needed */
    height: 35px; /* Adjust the height as needed */
    
  }

       


        .icon-button i {
            font-size: 20px;
        }

        .icon-button span {
  font-size: 12px; /* Adjust the font size as needed */
  margin-top: 5px; /* Adjust the margin to move the text down */
  color: #000; /* Set the text color to black */
     text-align: center; /* Center the text horizontally with the image */
}


.image-with-stroke {
  border: 3px solid orange; /* Adjust the color and width as needed */
  border-radius: 50%; /* Make the border round for a circular image */
}


.reputation-line {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.reputation-label {
    text-align: center;
   font-family: 'Your Desired Font', sans-serif; 
    font-size: 18px; 
}

.reputation-bar {
    width: 100%;
    background-color: #967d92;
    height: 7px;
    position: relative;
    border-radius: 5px;
}
.reputation-bar div {
    width: 0%;
    background-color: #e802c2;
    height: 7px;
    position: relative; 
    border-radius: 5px;
}

.reputation-bar div span {
    width: 40px;
    height: 40px;
    background-color: #e802c2;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin-top: -15px;
     margin-bottom: -20px;
     float:right;
}

.reputation-fill {
background: #4CAF50;
    animation: reputation-fill 1s linear forwards;
}
@keyframes reputation-fill {
  100%{
    width:98%;
    }
  }


/* Create three equal columns that float next to each other */
.column {
  align-items: center;
  text-align: center;
  width: 50%;
  padding: 10px;
  height: auto;
  background-color: transparent; /* Make columns transparent */
  display: inline-block; /* Display columns in a row */
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}
.custom-rounded {
    border-radius: 60px;
}