@import url("https://fonts.googleapis.com/css2?family=arial:ital,wght@0,100..900;1,100..900&family=Paytone+One&family=Poppins: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");
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* body{
    
} */
a{
    text-decoration: none !important;
    font-family: "arial", sans-serif;
}
p, .f-ppn, span{
    text-decoration: none !important;
    font-family: "arial", sans-serif;
}
h1, h2, h3, h4, h5, h6, .f-pyo{
    font-family: "arial", sans-serif;
}
.f-45{font-size: 45px !important;}
.bg-main{
    background: #F564A9;
}
.bg-second{
    background: #eff5f6;
}
.color0{
    color: #000 !important;
}
.colorf{
    color: #fff !important;
}
.color3{
    color: #fa8b37  !important;
}
.color4{
    color: #333 !important;
}
.bg-fff{
    background: #fff !important;
}
.tbp{
    padding: 80px 0;
}
.pb-100{
    padding-bottom: 80px !important;
}
.tbp2{
    padding: 80px 0;
}
.tbm{
    margin: 80px 0;
}
.mt-10{
    margin-top: 10px !important;
}
.mt-20{
    margin-top: 20px !important;
}
.mt-30{
    margin-top: 30px !important;
}
.mt-40{
    margin-top: 40px !important;
}
.mt-50{
    margin-top: 50px !important;
}
.mr-10{
    margin-right: 10px !important;
}
.mr-20{
    margin-right: 20px !important;
}
.mr-30{
    margin-right: 30px !important;
}
.mr-40{
    margin-right: 40px !important;
}
.mr-50{
    margin-right: 50px !important;
}
.ml-10{
    margin-left: 10px !important;
}
.ml-20{
    margin-left: 20px !important;
}
.ml-30{
    margin-left: 30px !important;
}
.ml-40{
    margin-left: 40px !important;
}
.ml-50{
    margin-left: 50px !important;
}
.mb-10{
    margin-bottom: 10px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.mb-50{
    margin-bottom: 50px !important;
}
img{
    width: 100%;
}

a.navbar-brand img {
    max-width: 230px;
}
ul.navbar-nav {
    margin: 0 0 0 auto !important;
}
.tph-ic {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.tph-ic a{
    color: #fff;
}
.tphl {
    display: flex;
    /* gap: 30px; */
}
.tphl a i {
    margin-right: 8px;
}
.tphl a:first-child {
    padding-right: 26px;
    margin-right: 26px;
    border-right: 1px solid #efefef;
}

.tphr a {
    margin-right: 13px;
    padding-right: 13px;
    border-right: 1px solid #efefef;
}
.tphr a:last-child {
    margin-right: 0px;
    padding-right: 0px;
    border-right: none;
}
section.top-header {
    background: #F564A9;
    /* box-shadow: 0px -6px 6px inset #00000014; */
}
a.nav-link {
    padding: 0 0 !important;
    margin: 0 0 0 28px;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
section.main-header {
    box-shadow: 0 0 10px #0000002b;
    position: relative;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000 !important;
}
.navbar-nav .nav-link:hover{
    color: #F564A9 !important;
}
nav.navbar {
    padding: 15px 0; background:#b2286a
}
.sticky nav.navbar {
    padding: 14px 0;
}
.hrs-box {
    position: relative;
    z-index: 0;
}
.hrs-con {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    max-width: 660px;
    margin-top: -30px;
}
.hrs-con h3 {
    font-size: 100px;
    color: #fff;
    /* text-shadow: 0 0 10px #000; */
}
.hrs-con p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
}
.btn1 {
    background: #F564A9;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 100px;
    font-weight: 600;
    border: none;
}
.btn1 i{
    margin-left: 4px;
}

/* .hrs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #000000a8, transparent);
} */
/* .hrs-box img {
    max-height: 740px;
    min-height: 740px;
    object-fit: cover;
} */
section.hero-sec {
    position: relative;
    z-index: 0;
}

.hrs-btm-divider {
    position: absolute;
    bottom: -25PX;
    z-index: 1;
    background-size: cover;
    width: 100%;
}
.main-tt span {
    display: inline-block; 
    padding: 8px 10px;  
    font-size: 15px;
    font-weight: 600 !important;
    color: #F564A9;
    margin-bottom: 10px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-style: normal;
    text-transform: uppercase;
}
.main-tt h4 {
    line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-size: 50px;
    color: #1d2150;
    margin-bottom: 15px;
}
.main-tt h1 {
   line-height: 60px;
    font-weight: 400;
    font-style: normal;
    font-size: 34px;
    color: #1d2150;
    margin-bottom: 15px;
    font-style: italic;
    font-weight: bold;
}
.main-con p {
    font-size: 18px;
    color: #111;
    line-height: 32px;
}
.hab-ul ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.hab-ul ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #111;
    font-weight: 500;
    /* text-transform: capitalize; */
}
.hab-ul ul li img {
    max-width: 36px;
}
.habl-ic {
    height: 100%;
}
.habl-ic img{
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.hnu-ic {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.hnu-box {
    display: flex;
    column-gap: 20px;
    align-items: center;
}
.hnub-l img {
    max-width: 60px;
}
.hnub-r h5 {
    color: #1d2150;
    font-size: 46px;
    margin-bottom: 2px;
}
.hnub-r p {
    color: #1d2150;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}
section.prg-chl {
    background: url(../../assets/img/bg1.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    background-position: center center;
    background-attachment: fixed;
}
section.buy-now-sec {
    background: url(../../assets/img/bg2.jpg);
    background-size: cover;
    position: relative;
    z-index: 0;
    background-position: center center;
    background-attachment: fixed;
}
/* section.prg-chl:before {
    background-color: color-mix(in srgb, #1d215038, #f564a9 30%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
} */
section.prg-chl:before {
    background-color: color-mix(in srgb, #f564aaba 50%, #1d2150cc);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    content: "";
}
.prg-tp-shape {
    position: absolute;
    width: 100%;
    top: 0px;
}
.prg-btm-shape {
    position: absolute;
    width: 100%;
    bottom: -10px;
}
.tsc-box h4 {
    font-size: 20px;
    color: #1d2150;
    margin-bottom: 8px;
}
.tsc-box p {
    font-size: 18px;
    color: #111;
    line-height: 32px;
    margin-bottom: 0;
}
.tsc-box {
    position: relative;
    z-index: 0;
    padding-bottom: 20px;
    border-bottom: 2px solid #1d2150;
    margin-bottom: 30px;
}
.tsc-box a {
    position: absolute;
    right: 6px;
    bottom: 4px;
    font-size: 24px;
    color: #1d2150;
}
section.how-to-use {
    background: linear-gradient(45deg, #F564A9, #ad2465, #F564A9);
    position: relative;
    z-index: 0;
}
.htu-ic .tsc-box {
    border-bottom: 2px solid #ffffff5e;
}
.htu-ic .tsc-box h4, .htu-ic .tsc-box p {
    color: #fff;
}
.htu-top-shape {
    position: absolute;
    top: 0;
    width: 100%;
}
.htu-btm-shape {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.accordion-item {
    margin-bottom: 20px;
    border: none !important;
    box-shadow: 0 0 22px #00000010;
}
.accordion-item:not(:first-of-type) {
    border-top: none !important;
}
.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.accordion-item:last-of-type {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #F564A9 !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(0) invert(1) !important;
}
.accordion-body p {
    margin-bottom: 0;
    line-height: 32px;
    font-size: 18px;
}
.accordion-button:focus {
    border-color: none !important;
    box-shadow: none !important;
}
.wipsr-ic img{
    border-radius: 10px;
}
.hcnl-box {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 20px;
}
.hcnb-l span {
    display: flex;
    width: 45px;
    height: 45px;
    background: #ffdbec;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #F564A9;
}

.hcnb-r h5 {
    color: #1d2150;
    font-size: 18px;
    margin-bottom: 5px;
}
.hcnb-r p a, .hcnb-r p {
    color: #111;
    font-size: 18px;
    margin-bottom: 0;
    line-height: 28px;
}
.hcnb-r p a:hover {
    color: #F564A9;
}
.hcnr-ic {
    background: #fff;
    padding: 40px 40px;
    border-radius: 20px;
    margin-left: 30px;
}
.form-row {
    display: flex;
    column-gap: 12px;
}
.form-group {
    width: 100%;
    margin-bottom: 12px;
}
.form-control {
    padding: 10px 12px !important;
    border-radius: 16px !important;
    font-size: 15px !important; 
}
section.h-contact {
    position: relative;
    z-index: 0;
}
footer {
    background-color: #b2286a;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url('../../assets/img/fbg.png');
    background-size: contain;
    padding: 20px 0 20px;
}
.ftc-add .hcnb-r p a, .ftc-add .hcnb-r p {
    color: #fff;
}
.ftc-tt h4 {
    color: #F564A9;
    margin-bottom: 30px;
}
.ftcr-ic .main-con p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
a.ft-logo img {
    max-width: 240px;
    /* margin-bottom: 30px; */
}
.ftcm-ul ul {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    row-gap: 18px;
    justify-content: center;
}
.ftcm-ul ul li a{
    color: #fff;
}
.ftcm-ul ul li a:hover{
    color: #F564A9;
}
.ftcm-social {
    display: flex;
    justify-content: end;
    gap: 15px;
}
.ftcm-social a{
    display: flex;
    width: 40px;
    height: 40px;
    background: #ffdbec;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #F564A9;
}
.ftcr-ic {
    margin-left: 30px;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999999 !important;
    background-color: #fff;
    box-shadow: 0 0 10px #00000020;
}
.rg-30{
    row-gap: 30px;
}
.ftc-btm {
    display: flex;
    justify-content: space-between;
    color: #fff;
}
.ftc-btm p{
 margin: 0;
}
.ftc-btm p a{
    color: #F564A9;
}
.whatsapp-ico a {
    position: fixed;
    left: 20px;
    bottom: 20px;
    max-width: 60px;
}
.back-to-top a {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
    width: 50px;
    height: 50px;
    background: #F564A9;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #fff;
    box-shadow: 0 0 20px #00000020;
}
.btt-b{
    display: flex !important;
}


.hrs-slider .slick-prev, .slick-next {
  z-index: 10;
  font-size: 30px;
  color: #000;
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.hrs-slider .slick-prev {
     left: 35px;
  

}
.hrs-slider .slick-prev i {
  font-size: 27px !important;
    color: #af2a69 !important;
/*    background: #af2a69;*/
    padding: 11px 16px;
}
.hrs-slider .slick-next {
  right: 63px;
   
}
.hrs-slider .slick-next i{
    font-size: 27px !important;
    color: #af2a69 !important;
/*    background: #af2a69;*/
    padding: 11px 16px;
}
.slick-prev:before {
    display: none;
}
.slick-next:before {
    display: none;
}
.form-control {
 
    color: #616264 !important;
    
}
.footer_nav2 {padding:0;margin:0;list-style:none;;}
.footer_nav2 li{display:block;margin:0 0 15px;display:block;color:#d4d4d4;font-size:15px;padding:0 0 0 34px;position:relative;line-height:25px;}
.footer_nav2 li i{position:absolute;left:0;margin-top:2px;font-size:20px;color:#fff}

.wwp{
  position: relative;
  display: inline-block;
   list-style-type: none;
}
.wwp li {
 display: inline-block;
    background: #fff;
    padding: 10px 25px;
    /* margin-bottom: 10px; */
    border-radius: 50px;
    list-style-type: none;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #af2a69 !important;

}
.qlinks a{
    color: #fff;
    padding-right: 10px;
}

/* .goog-te-banner-frame.skiptranslate,
.goog-te-gadget-icon,
.goog-te-combo,
.goog-te-gadget {
  display: none !important;
}
body {
  top: 0px !important;
}#lang-select {
  font-size: 16px;
  padding: 8px;
}*/

.goog-te-gadget-icon {
  display:none;
}


.goog-te-gadget-simple {
    background-color: #ecebf0 !important;
    border:0 !important;
    font-size: 10pt;
   font-weight:800;
    display: inline-block;
    padding:10px 10px !important;
    cursor: pointer;
    zoom: 1;
}

.goog-te-gadget-simple  span {
   color:#3e3065 !important;

}

 .dropdown-lang {
    position: relative;
    width: 220px;
    cursor: pointer;
    user-select: none;
    color: #333;
    margin: 0 auto;
  }
  .dropdown-selected {
    border: 1px solid #ccc;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 4px;
  }
  .dropdown-selected img {
    width: 24px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
  }
  .dropdown-list {
    position: absolute;
    bottom: 100%; /* OPEN ABOVE */
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    max-height: 220px;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    margin-bottom: 5px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  }
  .dropdown-list div {
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background 0.2s ease;
  }
  .dropdown-list div:hover {
    background: #f0f0f0;
  }
  .dropdown-list div img {
  width: 20px;
  height: 13px;
  object-fit: cover;
  border-radius: 2px;
}
.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: nowrap;
    height: 50px;
    overflow: hidden;
}
#google_translate_element select {
  background-color: #fedbeb !important;
    /* color: #fff !important; */
    padding: 14px 12px !important;
}
.category{
    padding: 80px 0 50px;
} 
.category img {
  margin-bottom: 10px;
  padding: 10px;
  width: 100%;
  display: block;box-shadow:0 0 10px #e2e2e2;
  transition: box-shadow 0.3s ease, filter 0.3s ease;
}

.category img:hover {
  box-shadow: 0 0 25px rgba(0, 11, 40, 0.2);

}

@media(min-width:991px){
    .foot-list{
        display: flex;
        align-items: center;
                justify-content: between;
    }
}