@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Manrope";
}

/* Common css  */

.main-title{
    font-size:40px;
    font-weight:800;
    color: #000000;
    line-height: 54.64px;
}
.mainpara{
    font-size: 18px;
    font-weight:500;
    line-height: 28px;
    color: #000000;
}
.title{
    font-size: 28px;
    font-size: 800;
}
.sub-title{
    font-size: 19.66px;
    font-size: 600;
}

/* navbar  */

.navbar .offcanvas .offcanvas-body {
  padding: 2rem 1rem;
}
.navbar .offcanvas .offcanvas-body .select-form {
  background:white;
}
.navbar .offcanvas .offcanvas-body .form-control:focus{
  box-shadow: 0 0 0 0 white;
  border-color: #ccc;
}
.navbar .offcanvas-top{
  height: 17vh;
}
#myDiv {
  display: none; /* Initially hidden */
}
.form-control:focus{
  box-shadow: 0 0 0 0 white;
  background: white;
}
.offcanvas-body{
  background: white;
  box-shadow: 0 0 10px 0 gray;
  width: 100%;
  position: absolute;
  top: 0;
}
/* navbar  */

/* Banner section  */
.banner-sec{
    background:rgba(250, 244, 244, 1);
    min-height: 365px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    padding: 20px;
}
.banner-sec .banner-wrappper{
    text-align: center;
}
.banner-sec .banner-wrappper .mainpara{
    max-width: 704.09px;
}
.banner-sec .banner-wrappper .select2{
    width: 250px!important;
}
.banner-sec .banner-wrappper  .select2-container .select2-selection--single{
    height: 45px;
    padding: 6px 0;
}
/* Banner section  */

.curated-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: rgba(50, 78, 102, 0.1);
  color: #000000;
}
.curated-sec .nav-pills .nav-link{
  background: rgba(50, 78, 102, 0.1);
  color: #000000;
  margin-left: 10px;
}

.curated-sec .curated-card{
  border: 1px solid rgba(209, 215, 220, 1);
  border-radius: 15px;
}
.curated-sec .curated-card .curated-text{
  padding: 10px 20px;
}
.curated-sec .curated-card .tools-content .tools-wrapper1{
  display: flex;
  flex-wrap: wrap;
}
.curated-sec .curated-card .tools-content .tools-wrapper1 .tools-text {
  padding: 6px 25px;
  border-radius: 42px;
  margin-bottom: 10px;
  margin-right: 10px;
  background:rgba(145, 216, 240, 0.2);
  font-size: 12px;
}

.tab-scroll .tab-content>.active {
  display: block;
  overflow-y: scroll;
  height: 680px;
  overflow-x: hidden;
}
.slick-slide{
  margin-right: 25px;
}


.slick-prev:before, .slick-next:before{
  color:rgba(68, 100, 175, 1);
}
.slick-prev, .slick-next{
  width: 40px;
  height: 40px;
}
.slick-prev:before, .slick-next:before{
  font-size: 45px;
  opacity: 1;
}
.slick-prev {
  left: -48px;
}
.slick-next {
  right: -46px;
}
/* Seelct 2  */

::selection {
    color: #fff;
    background: #4285f4;
  }
  .wrapper {
    width: 280px;
    margin: 25px auto 0;
  }
  .select-btn,
  li {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .select-btn {
    height: 65px;
    padding: 0 20px;
    font-size: 22px;
    background: rgba(50, 78, 102, 1);
    border-radius: 7px;
    justify-content: space-between;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    color: white;
  }
  .select-btn i {
    font-size: 31px;
    transition: transform 0.3s linear;
  }
  .wrapper.active .select-btn i {
    transform: rotate(-180deg);
  }
  .content {
    display: none;
    padding: 20px;
    margin-top: 15px;
    background: #fff;
    border-radius: 7px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  .wrapper.active .content {
    display: block;
  }    
  .content .search {
    position: relative;
  }
  .search i {
    top: 50%;
    left: 15px;
    color: #999;
    font-size: 20px;
    pointer-events: none;
    transform: translateY(-50%);
    position: absolute;
  }
  .search input {
    height: 50px;
    width: 100%;
    outline: none;
    font-size: 17px;
    border-radius: 5px;
    padding: 0 20px 0 16px;
    border: 1px solid #b3b3b3;
  }
  .search input:focus {
    padding-left: 42px;
    border: 2px solid #4285f4;
  }
  .search input::placeholder {
    color: #bfbfbf;
  }
  .content .options {
    margin-top: 10px;
    max-height: 250px;
    overflow-y: auto;
    padding-right: 7px;
  }
  .options::-webkit-scrollbar {
    width: 7px;
  }
  .options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 25px;
  }
  .options::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 25px;
  }
  .options::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
  }
  .options li {
    height: 50px;
    padding: 0 13px;
    font-size: 21px;
  }
  .options li:hover,
  li.selected {
    border-radius: 5px;
    background: #f2f2f2;
  }
  
  /* Support */
  .support-box {
    top: 2rem;
    position: relative;
    bottom: 0;
    text-align: center;
    display: block;
  }
  .b-btn {
    color: black;
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn.patreon i {
    color: orange;
  }
  .b-btn:hover {
    text-decoration: none;
    font-weight: bold;
  }
  .b-btn i {
    font-size: 20px;
    color: blue;
    margin-top: 2rem;
  }
  


 .curated-sec .nav-item {
    display: flex;
    gap: 10px;
    padding: 20px;
}
.curated-sec .nav-link {
    position: relative;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s;
}

.curated-sec .nav-link .star {
    transform: translateY(-50%);
    font-size: 18px;
    display: none;
}
.curated-sec .nav-link.active .star {
    display: inline;
}
.curated-sec .category-detl-wrappper {
  min-height: 130px;
  height: 100%;
}
.curated-sec .category-detl-wrappper .cat-detail-title{
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  margin: 22px 0;
}
.curated-sec .category-detl-wrappper .cat-detail-para{
  font-weight: 600;
  font-size: 18px;
  line-height:30px;
}
.add-tocart{
  background:rgba(50, 78, 102, 1);
  width: 100%;
  border-radius: 6px;
  color: white;
  margin-right: 10px;
}
.add-tocart:hover,
.buynow:hover{
  color: white;
}
.buynow{
  background:rgba(68, 100, 175, 1);
  width: 100%;
  border-radius: 6px;
  color: white;
  margin-left: 10px;
}

.curated-sec .payment-method {
  background: rgba(248, 250, 251, 1);
  width: 33%;
  padding: 10px 15px;
  /* display: flex;
  align-items: center;
  justify-content: space-between; */
}

.filter-sec .input-group .input-group-text{
  background: white;
  border-right: 0;
  padding-right: 0;
  border-radius: 8px;
}
.filter-sec .input-group .form-select{
  border-left: 0;
  border-radius: 8px;
}
.filter-sec .input-group .form-select:focus{
  box-shadow:0 0 0 0 white;
  border-color: #bfbfbf;
}
.filter-sec .curated-card .category-title{
  font-size: 14px;
}
.filter-sec .curated-card .category-para{
  font-size: 13px;
}
.filter-sec .curated-card .tools-wrapper1 .tools-text{
  font-size: 9px!important;
  padding: 6px 17px!important;
}

.filter-sec .nav-pills .nav-link{
  background: white;
}
.filter-sec .nav-pills .nav-link.active{
  background: white;
  border-bottom: 2px solid rgba(74, 109, 181, 1);
  border-radius: 0;
  color: rgba(74, 109, 181, 1);
}
.close-btn {
  cursor: pointer;
  background: transparent;
}


/* Contact us  */

.contact-section {
  background-color: #f8f5f4;
  padding: 50px 20px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 50px;
}
 .bottom-border{
  background: linear-gradient(90deg, #F8D28B 0%, #C489D7 51%, #34369A 100%);
  height: 3px;
  width: 120px;
  margin:28px auto 30px;
}
.send-msg{
  font-weight: 400;
  font-size: 14.18px;
  line-height: 24px;
  letter-spacing: 2.25px;
  vertical-align: middle;
  text-transform: uppercase;

}
.icon {
  font-size: 40px;
  color: #ff6600;
}
.btn-custom {
  background: rgba(50, 78, 102, 1);
  color: white;
  padding: 15px 32px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 15px;
}
.btn-custom:hover {
  background-color: #1f2937;
  color: white;
}
.frm-control{
  background: rgba(248, 250, 251, 1);
  height: 52px;
  border: 0;
}

.paywith-difmethod{
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin: 25px 0;
}
.paywith-difmethod .head{
  font-size: 18px;
  font-weight: 500;
}
.left-border{
  width: 170px;
  background: rgba(204, 204, 204, 1);
  height: 2px;
  margin-right: 19px;
}
.right-border{
  width: 170px;
  background: rgba(204, 204, 204, 1);
  height: 2px;
  margin-left: 19px;
}
.payment-method .form-check .form-check-input{
  float: right!important;
  margin-left: 0!important;
}
.payment-method .form-check {
  display:contents;
  min-height: 1.5rem;
  margin-bottom: .125rem;
  align-items: center;
  justify-content: space-between;
}
  .form-control:focus {
    box-shadow: 0 0 0 0 white;
    background: rgb(239, 240, 240)!important;
  }

@media(max-width:991px){
  .curated-sec .nav-item{
      padding: 0px;
  }

}
@media(max-width:567px){
    .main-title {
      font-size: 28px;
      line-height: 38.64px;
  }
  .mainpara {
    font-size: 16px;
    line-height: 24px;
  }
  .select-btn{
    font-size: 18px;
    height: 52px;
  }
}