:root {
  --main-color: rgb(247, 247, 247);
  --active-color: #34CC96;
  --main-color-1: #181818;
  --select-color-1:#d1f1ff;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  list-style: none;
}
.form-check-input {
width: 100px !important;
height: 45px;
}

.title {
  color: var(--main-color-1);
  text-align: center;
  margin-top: 30px;
  padding: 30px;
}
.code {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.code img {
  width: 50%;
  margin-top: 20px;
}
 
.button-design-container {
margin-top:50px;
 

 
}


.button-design {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 45px;
  height: auto;
  padding: 0.8em 1.1em;
  background-color: var(--main-color-1);
  margin:0 auto;
  margin-top: 25px;
  color: var(--main-color);
}
.button-design:hover {
   
  background-color: var(--main-color);
  color: var(--main-color-1);
  border:2px solid var(--main-color);
}
.search-btn {
  border-radius: 45px;
  height: auto;
  padding: 0.3em 1em;
  background-color: var(--main-color-1);
  
  
  color: var(--main-color);
  
}
.search-btn:hover {
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--main-color-1);
}
@media (min-width: 768px) {
  .buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 100px;
  }
 
  .code img {
    width: 15%;
    margin-top: 30px;
  }
}


.align {
  display: flex;
  margin-bottom: 30px;
}
.display {
  display: flex;
  justify-content: space-between;
}
.active-btn {
  border-radius: 45px;
  height: auto;
  padding: 0.6em 0.6em;
  background-color: var(--active-color);
  border: none;
  margin-top: 8px;
  color: var(--main-color);
  
}

.addbtn {
  background-color: var(--active-color) !important;
  border: 2px solid var(--active-color) !important;
}
.light-btn {
  border-radius: 45px;
  height: auto;
  padding: 0.6em 0.6em;
  background-color: var(--main-color-1);

  margin-top: 8px;
  color: var(--main-color);
  
}
.light-btn:hover {
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--main-color-1);
}
.light-btn-2 {
  border-radius: 45px;
  height: auto;
  padding: 0.6em 0.6em;
  background-color: var(--main-color);

  margin-top: 8px;
  color: var(--main-color-1);
  
}
.light-btn-2:hover {
  cursor: pointer;
  background-color: var(--main-color-1);
  color: var(--main-color);
}
.fa-plus-circle {
  color: rgb(21, 182, 21);
}
.fa-times-circle {
  color: red;
}

.action-btn {
  background-color: rebeccapurple !important;
  border-radius: 10px !important;
  max-width: 133px !important;
  max-height: 40px !important;
  padding: 8px !important;
}
.fa-edit{
  padding-left: 10px;
  color: green;
}
.fa-exclamation-circle {
  color: rgb(240, 240, 45);
}
.sign-btn {
  margin: 20px;
}
.input-position {
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.text-design {
  margin-bottom: 30px;
  font-size: 19px;
}
.search-btn {
  border-radius: 45px;
  height: auto;
  padding: 0.6em 0.6em;
  background-color: var(--main-color-1);

  color: var(--main-color);
}
.search-btn:hover {
  cursor: pointer;
  background-color: var(--main-color);
  color: var(--main-color-1);
}


.btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: rgb(250, 204, 103);
  border: #fff;
  color: #fff;
  padding: 1em 1em;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: rgb(250, 204, 103);
  --bs-btn-border-color: rgb(250, 204, 103);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: rgb(250, 204, 103);
  --bs-btn-hover-border-color: rgb(250, 204, 103);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: rgb(250, 204, 103);
  --bs-btn-active-border-color: rgb(250, 204, 103);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: rgb(250, 204, 103);
  --bs-btn-disabled-border-color: rgb(250, 204, 103);
}
.card {
    background-color: rgb(61, 60, 60);
    border:  rgb(61, 60, 60);;
}
.border-box-1 {
  padding: 0 0.3rem 0 0.25rem;
  width:fit-content;
  border-radius: 3px;
  font-weight: 500;
}


.product-description {
  font-size: 0.8em;
  border-radius: 5px;
  padding: 0 1em 0 1em;
}
.light .border-box-1  , .light .product-description {
  background-color: var(--main-color);
  color:var(--main-color-1);
}
.dark .product-description , .dark .border-box-1  { 
  background-color: var(--main-color-1);
  color: var(--main-color);
}
.horizontal-position {
    display: flex;
    justify-content: space-between;
}
.points {
    color: gray;
}


.buttonn-design {
  font-size: 1em;
  font-weight: 600;
  min-width: 100px;
  letter-spacing: 1px;
  border-radius: 45px;
  height: auto;
  padding: 0.8em 1.1em;
  background-color: var(--main-color-1);
  width: 184px;
  margin-top: 15px;
  color: var(--main-color);
}
 

.buttonn-design a {
  color: var(--main-color) !important;
}


header {
  background-color: rgb(252, 195, 52);
  padding: 0.8em 0.8em;
}
.yellow-bar {
  text-align: center;
  font-weight:bold;
  font-size: larger;
}
.round {
  border-radius: 50%;
  width: 50%;
  margin-top: 40px;
}
@media (min-width:768px) {
  .round {
      width: 15%;
  }

}

.homePage {
  text-align: right;
  padding: 40px;
}
@media (max-width:768px) {

  #navbarSupportedContent{
    text-align: center;
    margin-top: 20px;
  }
  
  .nav-item  .dropdown-menu{
    left: 50%!important;
    transform: translate(-50% , 42px)!important;
    text-align: center;
  }
  .homePage {
    text-align: center !important;
    padding: 0;
    padding-bottom: 40px;
  }
}

.business-name {
  font-weight: bold;
  font-size: larger;
  margin-top: 15px;
}

.nav-item  .dropdown-menu{
  min-width: 200px;
}
.descError {
  padding: 2px 4px;
  margin: 10px 0;
}

.inputError , .inputError:focus {
  border: solid 2px #cd5964;
}


.searchResult {
  position: absolute;
  width: 100%;
  top: 50px;
  padding: 0;
  z-index: 9;
}

.searchResult li {
  background-color: black;
  list-style-type: none;
  padding-top: 5px;
  border-radius: 5px;
  cursor: pointer;
   text-align: left; 
}

.searchResult li  img {
  width: 50px;
  height: 50px;
  margin: 0 10px;
}

.customSocialMedia {
  font-size: 50px;
   margin: 10px 0; 
   flex: 0 0 auto;
    width: auto;

}

.extrabtnOption {
  /*
  font-weight: bold;
    padding-bottom: 15px;
    font-size: 20px;
    */
}

.activeCustomSocialMedia {
  border: 1px solid #212529;
  background-color: #9ae0ff;
}

.paymentMode {
  text-align: center;
}

.paymentMode input {
  max-width: 30px !important;
  max-height: 30px !important;
  float: none !important;
  margin-left: 0 !important;
}

.paymentMode label {
  min-width: 130px;
}
.paymentMode img {
  width: 60px;
  /* height: 60px; */
  /* margin: 0px 25px; */
}
.paymentModeFromProfile .form-check {
  display: inline-block;
  padding-left: 15px;
  margin: 10px 0;
}

.phoneUserProfile {
  display: inline-block;
  width: 50px;
    height: 50px;
    padding: 14px 0;
    border-radius: 50%;
    color: white;
    background-color: #00c506;
}
.discountnotif{
  background: #ffcd1b;
  color: var(--main-color-1);
  min-height: 45px;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.discountnotif a {
  color: var(--main-color-1);
    text-decoration: none;
    font-weight: bold;
}
.label {
  font-weight: 500;
  font-size: 1.2em;
  margin-top: 10px;
  margin-bottom: 3px;
}

/**** packages pricing **/
/* pricing tables */
.pricing-table {
  background: #e9f0f4;
  text-align: center;
  margin: 15px 0;
  }
  
  .pricing-table ul, .pricing-table ol {
  margin-bottom: 0;
  padding-left: 0;
  }
  
  .pricing-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 30px;
  margin-bottom: 0;
  }
  
  .pricing-table-price {
  background: #cdd4d8;
  font-weight: 700;
  padding: 30px;
  margin-bottom: 30px;
  }
  
  .pricing-table-price.w-rounded-price {
  display: table;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 30px auto;
  padding: 0;
  }
  
  .rounded-price {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  }
  
  .rounded-price .pricing-price {
  font-size: 1.75rem;
  }
  
  .rounded-price .pricing-currency {
  vertical-align: 10px;
  }
  
  .pricing-table-price p {
  color: #000;
  margin-bottom: 0;
  }
  
  .pricing-currency {
  font-size: 1rem;
  font-weight: 700;
  vertical-align: 25px;
  }
  
  .pricing-price {
  font-size: 3rem;
  font-weight: 700;
  }
  
  .pricing-period {
  font-weight: 700;
  }
  
  .pricing-table-content li {
  margin-bottom: 15px;
  }
  
  .pricing-table-button {
  padding: 15px 0 35px;
  }
  
  .featured.pricing-table {
  background: #9c64b8;
  }
  
  .featured.pricing-table .pricing-title {
  color: #fff;
  }
  
  .featured.pricing-table .pricing-table-content ul li {
  color: #eee;
  }
  
  .featured.pricing-table .pricing-table-price {
  background: #8853a1;
  }
  
  .featured.pricing-table .pricing-table-price p {
  color: #fff;
  }
  ul {
    list-style: none;
    padding: 0;
  }
  .bg-info-hover {
    background-color: #01A19A !important;
  }
  .bg-info {
    background-color: #01C3BA !important;
  }
  
  .bg-primary-hover {
    background-color: #DAAD1A !important;
  }
  .bg-primary {
    background-color: #F5C31D !important;
  }


  .bg-pack-top {
    background-color: #a9a9a9 !important;
  }


  .bg-pack-low {
    background-color: #31AEE6 !important;
  }

  .bg-pack-med {
    background-color: #F5C31D !important;
  }

  .bg-pack-high {
    background-color: #FF506C !important;
  }

  .text-white {
    color: #fff !important;
  }
  
  .btn-pack {
    width: fit-content;
    text-align: center;
    background-color: #01C3BA;
    margin: 0 auto;
  }

  .pros {
     color: #009b12;
  }

  .cons {
     color: #ee0000;
  }
   

  /*home page*/

  
  .hero {
    min-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0;
  

  }

 
  
.column {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 20px;
}
  .title-style {
    font-size: 2.5em;
    font-weight: 700;
    color: white;
    
  }
  .subtitle {
    color: white;
    font-weight: 500;
    font-size: 1.5em;
    }
  .btn-style {
    margin-top: 20px;
  }
  .main-btn {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 30px;
  
    border-radius: 50px;
    transition: 0.5s;
    line-height: 1;
    color: white;
    border: 2px solid var(--main-color-1);
    background: var(--main-color-1);
    text-decoration: none;
  }
  .main-btn:hover {
   background-color: #000;
  }



  .section-two {
     
    display: flex;
    justify-content: space-between;
    padding: 50px 30px;
    color: azure;
    background-color:#0c1115;
    
  }

  .fa-check-circle {
    color: #cda45e;
    padding-right: 5px;
    font-size: 21px;
  }



  .descption-box {
    font-size: 17px;
    
  }

  .descption-box h3{
    margin-bottom: 30px;
  }

  .descption-box li {
    padding: 7px;
  }

  .carousel-set {
   align-items: center;
   margin: 0 auto;
   display: flex;
   
  }


  .carousel-set img{
    width: 100% !important;
   }



   .carousel-control-prev,.carousel-control-next {
     color: black !important;
   }


   main {
    min-height: 600px;
   }
   .premium-dropdown {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 0;
    color: black !important;
    font-weight: bold;
    font-size: 20px;
   }

   .premium-cardbody {
    margin: 10px 0;
    background-color: white;
    padding : 10px 10px;
   }