@import url('https://fonts.googleapis.com/css2?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');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow: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');
@import url('https://fonts.googleapis.com/css2?family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
:root{
    --blue: #00306e;
    --blue2: #1878f2;
    --orange: #e68c17;
    --back: #021f2a;
    --pink: #fa1476;
    --pink2: #b627a1;
    --purple: #9437ff;
    --purple2: #372a55;
    --bg: #ebf3fe;
    --bg2:#fff6ec;
    --bg3: #eee;
    --bg4: #f9f9f9;
    --white: #ffffff;
    --black: #000000;
    --black2: #242423;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: "Inter Tight", sans-serif; */
    /* font-family: "Montserrat", sans-serif; */
    /* font-family: "Urbanist", sans-serif; */
    /* font-family: "Barlow", sans-serif; */
    font-family: "Mona Sans", sans-serif;
    scroll-behavior: smooth;
    scroll-padding-top: 120px;
}
@media (min-width: 1280px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1280px;
    }
}

/********* Back To Top Button Start *********/

#top{
    display: inline-block;
    background-color: var(--pink);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    transition: background-color .3s, 
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    text-decoration: none;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.6);
  }
  #top::after {
    content: "\f062";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5em;
    line-height: 50px;
    color: #fff;
  }
  #top:hover {
    cursor: pointer;
    background-color: var(--purple);
  }
  #top:active {
    background-color: var(--purple);
  }
  #top.show {
    opacity: 1;
    visibility: visible;
  }

/********* Back To Top Button End *********/

/********* Header Section Start *********/

#nav .menu ul{
    justify-content: center;
    align-items: center;
    display: flex;
}
#nav .menu ul li{
    padding: 0 10px;
    list-style: none;
}
#nav .menu ul li a{
    opacity: 0.8;
    font-size: 17px;
    padding: 10px;
    font-weight: 600;
    text-decoration: none;
    color: var(--black2);
    position: relative;
    /* text-transform: uppercase; */
    transition: .4s ease-in-out;
}
/* #nav .menu ul li a::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    border-radius: 30px;
    height: 4px;
    transition: .4s ease-in-out;
    background-color: var(--red);
}
#nav .menu ul li a:hover::after{
    width: 30px;
} */
#header .menu ul li a:hover{
    color: var(--pink) !important;
    opacity: 1;
}
#header .logo a{
    text-decoration: none;
}
#header .logo a h1{
    font-weight: 600;
    font-size: 26px;
    color: var(--black);
    margin-bottom: 0;
    color: var(--pink);
}
#header .logo a h1 span{
    color: var(--purple2);
}
#header .logo a h1 i{
    font-size: 22px;
    vertical-align: middle;
    transform: translateY(-3px);
    color: var(--purple2);
}

#header .sub-top h1{
    font-weight: 600;
    font-size: 18px;
    color: var(--black);
    margin-bottom: 0;
    color: var(--pink);
}
#header .sub-top h1 span{
    color: var(--purple2);
}
#header .sub-top h1 i{
    font-size: 16px;
    vertical-align: middle;
    transform: translateY(-3px);
    color: var(--purple2);
}
#nav{
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*width: 100%;*/
    /*transform: translateX(-50%);*/
    position: relative;
    z-index: 999;
    background-color: var(--white);
    border: 1px solid transparent;
    border-bottom: 1px solid #e9e9e9;
    /* background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,0.8)); */
    margin: 0 auto !important;
    transition: .4s ease-in-out;
    /* box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3); */
}
#nav img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7497%) hue-rotate(240deg) brightness(117%) contrast(99%);
}
.menu-color{
    background-image: none !important;
    background-color: var(--white) !important;
    /* box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.3); */
    border-bottom: 1px solid #d2d2d2 !important;
}
.menu-shadow{
    border-bottom: 1px solid #d2d2d2;
}
.menu-shadow ul{
    border-color: transparent !important;
}
.col-black{
    color: var(--black) !important;
}
.logo-white img{
    filter: none !important;
}
#header .head-btn a{
    text-decoration: none;
    color: var(--white);
    background-color: var(--orange);
    display: inline-block;
    padding: 10px 30px;
    font-weight: 500;
    border-radius: 8px;
    transition: .4s ease-in-out;
    background: linear-gradient(to right, var(--pink), var(--purple));
}
#header .head-btn a:hover{
   background: linear-gradient(to right, var(--pink), var(--pink));
}
#header .head-btn a i{
    transition: .4s ease-in-out;
}
#header .head-btn a:hover i{
    transform: translateX(7px);
}

/********* Header Section End *********/


/********* Banner Section Start *********/



#banner{
    background-color: var(--purple2);
    /*margin-top: 70px;*/
}

#banner h1{
    color: var(--white);
    font-size: 72px;
    font-weight: 650;
    letter-spacing: 0.1px;
    line-height: 1.1;
    margin-bottom: 30px;
}
#banner h1 span{
    color: var(--orange);
}
#banner .form-select{
    padding: 14px 20px;
    border-radius: 50px 0 0 50px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#banner button{
    padding: 8px 30px;
    border-radius: 0 50px 50px 0;
    border: none;
    font-weight: 500;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, var(--pink), var(--purple));
    transition: .4s ease-in-out !important;
}
#banner button:hover{
    color: var(--white);
    background: linear-gradient(to right, var(--pink), var(--pink));
    box-shadow: 0 0 20px 4px var(--pink);
}
#banner .form-control{
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}
#banner p{
    font-size: 21px;
    color: #b5bbbb;
}
#banner .form-control:focus{
    border-color: var(--pink);
    box-shadow: 0 0 20px 1px var(--pink);
}
#banner .form-select:focus{
    border-color: var(--pink);
    box-shadow: 0 0 20px 1px var(--pink);
}
#banner .cat-item a{
    display: inline-block;
    text-decoration: none;
    color: #585858 !important;
    padding: 2px 14px;
    background-color: var(--white);
    margin: 5px 7px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    border: 1px solid #e2e2e2;
    transition: .4s ease-in-out;
}
#banner .cat-item a:hover{
    color: var(--blue2) !important;
    border-color: var(--blue2);
}
#banner .ban-vid video{
    width: 270px;
    height: auto;
    aspect-ratio: 9 / 16;
    border: 5px solid #848484;
    border-radius: 25px;
}
/* #banner .ban-vid{
    display: flex;
    gap: 30px;
} */
#supermarquee video{
    margin: 0 15px;
    width: 270px;
    height: auto !important;
    object-fit: cover;
    aspect-ratio: 9 / 16;
    border: 5px solid #6c53a6;
    border-radius: 25px;
}
#supermarquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
}



/********* Banner Section End *********/


/********* Follow Section Start *********/

#follow{
    background-color: var(--purple2);
}
#follow .f-text h4{
    font-weight: 500;
    color: #707580;
    font-size: 19.5px;
}
#follow .f-text h4 span{
    color: var(--white);
    font-weight: 600;
}



/********* Follow Section End *********/



.camp-wrap{
    display: flex;
    flex-direction: column;
    border-radius: 12px;
    justify-content: space-between;
    height: 100%;
    padding: 40px;
    background: var(--color, #4c4d4f);
    min-height: 440px;
    margin: 0 10px;
    background-color: var(--purple);
}
.camp-wrap h2{
    line-height: 150%;
    font-weight: 400;
    font-size: 38px;
    margin-bottom: 1em;
    color: var(--white);
}
.camp-wrap p{
    font-weight: 500;
    line-height: 1.7;
    font-size: 17px;
    margin-bottom: 0;
    color: var(--white);
}
.sec-head h1{
    text-align: center;
    color: var(--black);
    font-size: 50px;
    font-weight: 600;
    letter-spacing: 0.1px;
    margin-top: 8px;
}
.sec-head span{
    text-align: center;
    color: var(--pink);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.wrap1{
    background-color: var(--purple);
}
.wrap2{
    background-color: var(--orange);
}
.wrap3{
    background-color: var(--pink2);
}


/********* Platform Section Start *********/

.main-head-wrap{
    display: flex;
    align-items: end;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
}
.main-head-wrap a{
    display: inline-block;
    background-color: transparent;
    padding: 8px 25px;
    text-decoration: none;
    color: var(--black2);
    font-weight: 500;
    border-radius: 50px;
    transition: .4s ease-in-out;
}
.main-head-wrap a:hover{
    background-color: var(--pink);
    color: var(--white);
}
.main-head{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 3px;
}
.main-sub-head{
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 0;
    color: #373737;
}
#platform .plat-wrap{
    position: relative;
    border: 1px solid #d2d2d2;
}
#platform .plat-wrap{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
#platform .plat-wrap .plat-img{
    width: 100%;
    height: 100%;
}
#platform .plat-wrap .plat-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#platform .plat-text{
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    object-fit: cover;
    z-index: 2;
}
#platform .plat-text h3{
    color: var(--white);
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 0;
    text-shadow: 0px 0px 25px #000;
}
#platform .plat-over{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    transition: .4s ease-in-out;
}
#platform .plat-row a{
    text-decoration: none;
    transition: .4s ease-in-out;
}
#platform .plat-row a:hover img{
    transform: scale(1.1);
}
#platform .plat-row a:hover .plat-over{
    background-color: rgba(0, 0, 0, 0.4);
}


/********* Platform Section End *********/

/********* Why Section Start *********/

#why{
    background-color: var(--purple2);
}
#why .why-icon i{
    font-size: 45px;
    color: var(--orange);
}
#why .why-head h3{
    font-size: 25px;
    font-weight: 600;
    margin-top: 10px;
    color: var(--white);
}
#why .why-des{
    font-size: 18px;
    font-weight: 400;
    color: #cccccc;
    line-height: 1.1;
}

/********* Why Section End *********/

/********* Influ Section Start *********/


#influ{
    background-color: var(--bg4);
}
#influ .custom-tabs{
    justify-content: center !important;
    padding: 10px;
    width: auto;
    background-color: var(--white);
    border: 1px solid var(--pink);
    border-radius: 50px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
#influ .custom-tabs li button{
    color: var(--black);
    font-size: 17px;
    padding: 12px 25px;
    border-radius: 50px;
    font-weight: 500;
    margin-left: 4px;
    margin-right: 4px;
    transition: .4s ease-in-out;
}
#influ .custom-tabs li button:hover{
    background-color: var(--bg3);
}
#influ .custom-tabs li button.active{
    color: var(--white);
    background-color: var(--pink);
    transition: .4s ease-in-out;
}
#influ .view-tabs button{
    color: #585858;
    opacity: 0.5;
    padding: 5px 7px;
    font-size: 24px;
}
#influ .view-tabs button:hover{
    color: var(--black);
}
#influ .view-tabs button.active{
    background-color: transparent;
    opacity: 1;
    color: var(--pink);
}
#influ .influ-wrap{
    padding: 30px;
    background-color: var(--white);
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    transition: .4s ease-in-out;
    margin: 15px 5px;
}
#influ h4 span{
    background-color: var(--pink);
    font-weight: 500;
    font-size: 13px;
    padding: 4px 6px;
    color: var(--white);
    border-radius: 5px;
    margin-left: 3px;
    transform: translateY(-3px);
    display: inline-block;
}
#influ .influ-wrap .influ-img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50px;
    border: 4px solid var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
}
#influ .influ-wrap .influ-img img{
    width: 100px !important;
    height: 100px !important;
    object-fit: cover;
}
#influ .influ-wrap .influ-img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#influ .influ-wrap .influ-text h3{
    color: var(--black);
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1px;
    font-weight: 600;
    margin-bottom: 5px;
    transition: .4s ease-in-out;
}
#influ .influ-wrap .influ-text h3 i{
    color: var(--pink);
}
#influ .influ-wrap .influ-cat{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
#influ .influ-wrap .influ-cat i{
    color: var(--pink);
    /*width: 26px;*/
    /*height: 26px;*/
    /*background-color: var(--pink);*/
    /*border-radius: 50%;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*text-align: center;*/
    font-size: 17px;
}
#influ .influ-wrap p{
    color: var(--black);
}
#influ .influ-wrap2{
    margin: 30px 0;
}
#influ .influ-link{
    text-decoration: none;
}
#influ .influ-link:hover .influ-wrap{
    border-color: var(--pink);
}
#influ .influ-link:hover h3{
    color: var(--pink);
}
#influ .m-btn a{
    display: inline-block;
    background: linear-gradient(to right, var(--pink), var(--purple));
    color: var(--white);
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#influ .m-btn a:hover{
    background: linear-gradient(to right, var(--pink), var(--pink));
}


/********* Influ Section End *********/

/********* Location Section Start *********/

#location{
    background-color: var(--bg4);
    position: relative;
    overflow: hidden;
}
#location .map{
    position: absolute;
    width: 100%;
    opacity: 0.12;
    top: -200px;
    left: 0;
    z-index: 1;
}
#location .loc{
    position: relative;
    z-index: 2;
}

#location a{
    display: inline;
    text-decoration: none;
    background-color: var(--white);
    padding: 10px 25px;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    border: 1px solid var(--pink);
    margin: 0 10px;
    color: #585858;
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    transition: .4s ease-in-out;
}
#location a img{
    width: 28px;
}
#location a:hover{
    background-color: #f6f6f6;
    border-color: var(--purple);
    color: var(--black);
}


/********* Location Section Start *********/

/********* Strategy Section End *********/

#strategy video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#strategy .st-vid-wrap{
    width: 100%;
    height: 650px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 5px solid var(--purple);
     position: sticky;
    top: 180px;
}
#strategy .pad{
    padding: 0 80px 0 60px;
}
#strategy .st-wrap{
    padding: 90px 0;
}
#strategy .st-wrap h1{
    font-size: 45px;
    font-weight: 600;
    color: var(--purple);
    margin-bottom: 15px;
}
#strategy .st-wrap p{
    font-size: 22px;
    font-weight: 400;
    line-height: 1.6;
    color: var(--black);
}


/********* Strategy Section End *********/

/********* Work Section Start *********/

#work .work-wrap{
    padding: 35px;
    border-radius: 20px;
    background-color: var(--bg);
}
#work .work-icon{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transform: rotate(-8deg);
    border: 1px solid #f2f2f2;
}
#work .work-icon i{
    font-size: 45px;
    color: var(--blue2);
}
#work .wrap2 .work-icon{
    transform: rotate(8deg);
}
#work .wrap2 i{
    color: var(--orange);
}
#work .wrap2{
    margin-top: 60px;
    background-color: var(--bg2);
}
#work .work-head h3{
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--black);
    font-weight: 700;
}
#work .work-des{
    font-size: 15px;
    font-weight: 400;
    color: #585858;
    line-height: 1.4;
}

/********* Work Section End *********/

/********* Popular Section Start *********/

#popular{
    background-color: var(--bg2);
}
#popular .pop a{
    text-decoration: none;
}
#popular .pop{
    position: relative;
    margin: 0 10px;
}
#popular .pop .pop-cat{
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
    background-color: var(--blue2);
    color: var(--white);
    padding: 5px 15px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 11px;
    border-radius: 50px;
}
#popular .pop .pop-text{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.8);
    width: 93%;
    padding: 8px;
    border-radius: 20px;
    color: var(--black);
    transition: .4s ease-in-out;
}
#popular .pop .pop-text h3{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 0;
    text-align: center;
}
#popular .pop .pop-img{
    width: 100%;
    height: 300px;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border: 1px solid #d2d2d2;
    justify-content: center;
}
#popular .pop .pop-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#popular a:hover img{
    transform: scale(1.1);
}
#popular a:hover .pop-text{
    background-color: var(--orange);
    color: var(--white);
}

/********* Popular Section End *********/


/********* Profile Section Start *********/

@keyframes up {
  0% { object-position: center top; }
  50% { object-position: center bottom; }
  100% { object-position: center top; }
}

#pro .banner-img{
    width: 100%;
    height: 100% !important;
    /*overflow: hidden;*/
    position: relative;
}

#pro .ban-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('img/ban-bg.webp');
    background-size: 7%;
    background-repeat: repeat;
    z-index: 3;
}
#pro .banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  filter: blur(16px);
  animation: up 90s infinite ease-in-out;
}
#pro .pro-wrap{
    /*margin-top: -100px;*/
}
#pro .pro-img{
    height: 250px;
    width: 250px;
    overflow: hidden;
    border: 5px solid #fff;
    /*border-bottom: none;*/
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
#pro .over{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(55, 42, 85, 0.6);
    z-index: 3;
}
#pro .pro-wrapper{
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translateX(-50%);
          width: 100%;
          max-width: 1280px;
          z-index: 55;
      }
      #pro{
          position: relative;
          height: 350px;
          overflow: hidden;
      }
#pro .pro-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.form-select:focus{
    box-shadow: none !important;
    border-color: var(--pink) !important;
}
#pro .pro-text{
    max-width: 700px;
}
#pro .pro-text h1{
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
    /*text-shadow: 0 0 4px #000;*/
    letter-spacing: 0.1px;
}
#pro .pro-text h1 i{
    color: var(--pink);
    position: relative;
    z-index: 2;
    text-shadow: none;
    font-size: 30px;
}
#pro .pro-text h1 i::after{
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 25px;
    height: 25px;
    background-color: var(--white);
    border-radius: 50%;
    z-index: -1;
}
#pro .pro-text h5{
    font-size: 16.5px;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    text-shadow: 0 0 25px #000;
}
#pro .pro-btn a{
    text-decoration: none;
    color: var(--white);
    background-color: var(--orange);
    display: inline-block;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 8px;
    background: linear-gradient(to right, var(--pink), var(--purple));
     transition: .4s ease-in-out;
}
#pro .pro-btn a:hover{
    background: linear-gradient(to right, var(--pink), var(--pink));
}
#pro .pro-btn a.copy{
    background: var(--black) !important;
    color: var(--white);
     transition: .4s ease-in-out;
}
#pro .pro-btn a.copy:hover{
    background: linear-gradient(to right, var(--pink), var(--pink)) !important;
}
#pro .social{
    display: flex;
    gap: 10px;
    align-items: center;
    /* justify-content: right; */
}
#pro .social li{
    list-style: none;
}
#pro .social li a{
    display: inline-block;
    width: 32px;
    color: var(--pink);
    border: 1px solid var(--pink);
    height: 32px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: var(--white);
    font-size: 17px;
    transition: .4s ease-in-out;
}
#pro .social li a:hover{
    color: var(--white);
    background-color: var(--pink);
}

/********* Profile Section End *********/



/********* Profile Menu Section Start *********/


#menu{
    position: sticky;
    margin-bottom: 30px;
    background-color: var(--white);
    z-index: 500;
    /*top: 50px;*/
    top: -20px;
    max-height: 300px !important; /* just an example */
    /* box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15); */
}
#menu ul{
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d2d2d2;
}
#menu ul li{
    list-style: none;
}
#menu ul li a{
    color: var(--black2);
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
    font-size: 19px;
    opacity: 0.8;
    padding: 8px 8px 8px 8px;
    transition: .4s ease-in-out;
    position: relative;
}
#menu ul li a::after{
    position: absolute;
    content: "";
    bottom: -1px;
    border-radius: 50px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #c2c2c2;
    opacity: 0;
    transition: .4s ease-in-out;
}
#menu ul li a:hover::after{
    opacity: 1;
}
#menu ul li a:hover{
    color: var(--black);
    opacity: 1;
}
#menu ul li a.active{
    opacity: 1;
}
#menu ul li a.active::after{
    position: absolute;
    opacity: 1;
    content: "";
    bottom: -1px;
    border-radius: 50px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: var(--pink);
}

/********* Profile Menu Section End *********/


/*********Description Section Start *********/

h2.head{
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
    letter-spacing: 0.1px;
}
h2.head:after{
    position: absolute;
    content: "";
    bottom: -8px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #e2e2e2;
}
#desc-text{
    font-size: 18px;
    display: -webkit-box;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    transition: all 0.4s ease;
}
#desc-text.expanded {
    -webkit-line-clamp: unset !important;
    display: block !important;
    overflow: visible;
}

#description a{
    font-size: 19px;
    text-decoration: none;
    font-weight: 600;
    color: var(--pink);
    transition: .4s ease-in-out;
}
#description a:hover{
    color: var(--purple);
}

/*********Description Section End *********/

/********* Services Section Start *********/

#services .sr-wrap{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
#services .sr-wrap div{
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--white);
    border: 1px solid var(--pink);
    border-radius: 8px;
}

/********* Services Section End *********/

/*********Additional Information Section Start *********/

#ad td{
    padding: 14px 30px;
    font-size: 18px;
}
#ad .table {
  background-color: transparent !important;
}
#ad table.table tbody tr:nth-child(even) > * {
  background-color: rgba(0, 0, 0, 0.03) !important;
}

/********* Additional Information Section End *********/

/********* Media Section Start *********/


#media .media-wrap-img{
    width: 100%;
    height: 280px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d2d2d2;
    border-radius: 15px;
    transition: .4s ease-in-out;
}
#media .media-wrap-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .4s ease-in-out;
}
#media a:hover .media-wrap-img{
    border-color: var(--pink);
}
#media a:hover img{
    transform: scale(1.05);
}
#media .media-wrap{
    position: relative;
    margin-bottom: 20px;
}
#media .media-wrap .play-media{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--white);
    background-color: rgba(0, 0, 0, 0.7);
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    transition: .4s ease-in-out;
}
#media a:hover .play-media{
    background-color: var(--pink);
}
#media .nav-tabs .nav-link{
    font-weight: 500;
    font-size: 17px;
    border: none;
    color: #818181;
    border-radius: 0;
    margin: 0 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    /* border: 5px solid transparent; */
    border-color: transparent;
}
#media .nav-tabs .nav-link:hover{
    color: #4c4c4c;
    border-bottom: 4px solid #d2d2d2;
}
#media .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--black) !important;
    border-bottom: 4px solid var(--pink) !important;
}
#media .nav-tabs{
    border: none;
}
#media .m-btn a{
    display: inline-block;
    background: transparent;
    color: var(--pink);
    padding: 8px 30px;
    border: 1px solid var(--pink);
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#media .m-btn a:hover{
    background: var(--black);
    color: var(--white);
    border-color: var(--black);
}
/*#media .gallery-item {*/
/*    display: none;*/
/*}*/
/*#media .gallery-item {*/
/*    opacity: 0;*/
/*    transform: translateY(20px);*/
/*    transition: all 0.4s ease;*/
/*}*/

/*#media .gallery-item.show {*/
/*    opacity: 1;*/
/*    transform: translateY(0);*/
/*}*/
/*.gallery-item{opacity:0;transform:translateY(16px);transition:opacity .4s,transform .4s;}*/
/*.gallery-item.slm-show{opacity:1;transform:translateY(0);}*/
.fancybox-container{
    z-index: 99999999999999999999;
}

/********* Media Section End *********/

/********* Clients Section Start *********/

#clients .cl-wrap .cl-wrapper{
    padding: 8px;
    font-size: 17px;
    font-weight: 500;
    background-color: var(--white);
    border: 1px solid var(--pink);
    border-radius: 8px;
    line-height: 1.4;
    font-weight: 600;
}
#clients .cl-wrap .cl-wrapper span{
    font-size: 14px;
    font-weight: 500;
}

/********* Clients Section End *********/

/********* Reviews Section Start *********/

#reviews .rev-head h1{
    font-size: 50px;
}
#reviews .rev-head i{
    font-size: 18px;
    color: var(--orange);
}
#reviews .rev-head span{
    font-size: 17px;
}
.progress-bar {
  height: 100%;
  /*display: inline-block !important;*/
}
.prog-text p{
    font-size: 18px;
}
.prog-text{
    width: 140px;
    text-align: right;
}
.rev-cont .rev-img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
}
.rev-cont .rev-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.rev-text h5{
    font-size: 23px;
}
.rev-cont h6{
    font-size: 22px;
    font-weight: 700;
}
.rev-cont i{
    color: var(--orange);
}
.rev-cont{
    border-bottom: 1px solid #d2d2d2;
}
.rev-cont:last-of-type{
    border-bottom: none;
}
.rev-cont .rev-body p{
    font-size: 17px;
    font-weight: 500;
    color: #626262;
    line-height: 1.6;
}
.rev-time span{
    font-weight: 500;
    opacity: 0.8;

}

/********* Reviews Section End *********/

/********* Pricing Section Start *********/

#pricing .price-wrap{
    padding: 40px 25px;
    border-radius: 30px;
    border: 3px solid #e2e2e2;
    position: relative;
}
#pricing .price-wrap .pr-tag{
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}
#pricing .price-wrap .pr-tag p{
    background-color: var(--blue2);
    padding: 10px 22px;
    border-radius: 50px;
    font-size: 14px;
    color: var(--white);
}
#pricing .pro{
    border-color: var(--blue2);
}
#pricing .price-wrap h3{
    font-weight: 600;
}
#pricing .price-wrap h1{
    font-weight: 600;
    font-size: 55px;
    margin-bottom: 2px;
    color: var(--blue2);
}
#pricing .price-wrap h1 span{
    color: #585858;
    opacity: 0.5;
    font-size: 30px;
    font-weight: 500;
    position: relative;
    vertical-align: baseline;
}
#pricing .price-wrap h1 span::after{
    position: absolute;
    content: "";
    top: 55%;
    left: -4px;
    transform: translateY(-50%);
    width: 110%;
    height: 2px;
    /* transform: rotate(-10deg); */
    background-color: var(--black);
}
#pricing .price-wrap p{
    color: #585858;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
}
#pricing .price-wrap span{
    font-size: 19px;
}
.pr-btn a{
    display: block;
    text-decoration: none;
    padding: 10px;
    border-radius: 15px;
    background-color: transparent;
    border: 2px solid #e2e2e2;
    color: var(--black);
}
.pr-cur a{
    pointer-events: none;
    cursor: not-allowed !important;
}
.price-list ul li{
    list-style: none;
    margin: 12px 0;
    font-size: 17px;
}
.price-list ul li i{
    font-size: 18px;
    color: var(--blue2);
    margin-right: 10px;
}
#pricing .pr-text{
    font-weight: 400 !important;
}
#pricing .pro .pr-btn a{
    background-color: var(--blue2);
    color: var(--white);
    font-weight: 600;
    border-color: var(--blue2);
    transition: .4s ease-in-out;
}
#pricing .pro .pr-btn a:hover{
    background-color: var(--blue);
    border-color: var(--blue);
}

/********* Pricing Section End *********/

/********* Package Section Start *********/

#package .package{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky !important;
    top: 150px;
}
#package .pack-cont{
    margin: 12px 0;
    border-radius: 8px;
    box-shadow: rgba(120, 120, 170, 0.3) 0 2px 10px 0;
    padding: 15px 17px;
    border: 1px solid #EAEAEA;
    cursor: pointer;
}
#package .pack-cont:hover {
    border-color: #999;
}
#package .pack-cont.active {
    border-color: #000;
}
#package .pack-cont h4{
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
#package .pack-cont p{
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
}
#package .pack-cont label{
    font-size: 20px;
    font-weight: 600;
}
#package .form-check-input{
    width: 20px;
    margin-left: 10px;
    margin-top: 0;
    height: 20px;
}
#package .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
}
#package .nav-tabs{
    border: none;
}
#package .nav-tabs .nav-link{
    font-weight: 500;
    font-size: 17px;
    border: none;
    color: #818181;
    border-radius: 0;
    margin: 0 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 0;
    /* border: 5px solid transparent; */
    border-color: transparent;
}
#package .nav-tabs .nav-link:hover{
    color: #4c4c4c;
    border-bottom: 4px solid #d2d2d2;
}
#package .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: var(--black) !important;
    border-bottom: 4px solid var(--pink) !important;
}
#package .package p{
    font-size: 15px;
    line-height: 1.2;
    font-weight: 300;
}
#package .package .psub-btn a{
    display: block;
    background: linear-gradient(to right, var(--pink), var(--purple));
    font-weight: 600;
    padding: 12px;
    color: var(--white);
    text-decoration: none;
    text-align: center;
    border-radius: 10px;
    transition: .4s ease-in-out;
}
#package .package h4{
    font-weight: 600;
    margin-bottom: 10px;
}
#package .package .psub-btn a:hover{
    background: linear-gradient(to right, var(--pink), var(--pink));
}
#package .package span{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    text-align: center;
    position: relative;
}
#package .package span::before{
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 45%;
    border-radius: 50px;
    height: 1px;
    background-color: #a6a6a6;
}
#package .package span::after{
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 45%;
    transform: translateY(-50%);
    height: 1px;
    background-color: #a6a6a6;
}
#package .package .con-btn a{
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: var(--pink);
    font-weight: 500;
    transition: .4s ease-in-out;
}
#package .package .con-btn a:hover{
    color: var(--purple);
}
#package .package .con-btn{
    width: 100%;
    text-align: center;

}

/********* Package Section End *********/


/********* Review Section Start *********/

#review .ratings{
    margin-top: -5px;
}
#review .r1 h6{
    color: var(--pink) !important;
    font-size: 18px;
}
#review ul{
    list-style: none;
}
#review .ratings span{
    color: var(--pink);
    font-size: 16px;
    margin: 0 2px;
}
#review .r1 .ratings span{
    color: var(--orange);
}
#review .r-item{
    border-bottom: 1px solid #dbdbdb;
}
#review .r-item:nth-child(1){
    border-top: 1px solid transparent;
}
#review .r-item img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}
#review .bord{
    border-right: 1px solid #dbdbdb;
    /* border-left: 1px solid #dbdbdb; */
}
#review .rd{
    color: var(--pink);
}
#review p{
    font-size: 17px;
    font-weight: 400;
}
#review .r-name h6{
    font-weight: 600;
    font-size: 15px;
    color: var(--blue2);
}

/********* Review Section End *********/

.faq-section {
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow);
}

.faq-header {
    text-align: center;
    margin-bottom: 40px;
}

.faq-header h2 {
    font-weight: 700;
    font-size: 85px !important;
    color: var(--black);
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}

.faq-header h2::after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    background: var(--blue2);
    bottom: -10px;
    left: 20%;
    border-radius: 3px;
}
.accordion-item:not(:first-of-type){
    border-top: 1px solid #585858;
}
.faq-header p {
    color: #585858;
    max-width: 600px;
    margin: 0 auto;
}
.accordion-button {
    font-weight: 600;
    font-size: 19px;
    color: #212529;
    background-color: white;
    padding: 20px 25px;
    border-radius: 10px !important;
    box-shadow: none !important;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    color: var(--pink) !important;
    background-color: #fff4f9 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.accordion-button::after {
    transform: scale(1.2);
}

.accordion-item {
    border: none;
    border-radius: 10px !important;
    margin-bottom: 15px;
    border: 1px solid #585858;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.accordion-body {
    padding: 20px 25px;
    background-color: var(--white);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/********* Similar Section Start *********/



#similar .sim-wrap{
    padding: 10px;
    border-radius: 15px;
    background-color: var(--white);
    border: 1px solid #d2d2d2;
    transition: .4s ease-in-out;
    margin: 0 4px;
    
}
#similar .sim-wrap .sim-img{
    height: 180px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}
#similar .sim-wrap .sim-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#similar a{
    text-decoration: none;
}
#similar a:hover .sim-wrap{
    border-color: var(--pink);
}
#similar .sim-text h4{
    color: var(--black);
    font-size: 18px;
    font-weight: 600;
    transition: .4s ease-in-out;
}
#similar .sim-text{
    padding: 0 5px;
}
#similar .sim-text h4 i{
    color: var(--pink);
}
#similar .sim-cat i{
    color: var(--pink);
    margin-right: 5px;
    font-size: 16px;
}
#similar a:hover h4{
    color: var(--pink);
}



/********* Similar Section End *********/


/********* Footer Section Start *********/

#footer{
    background-color: var(--purple2);
}
#footer p{
    font-size: 16px;
    color: #efefef;
    opacity: 0.7;
}
#footer ul{
    list-style: none;
}
#footer ul li{
    margin: 7px 0;
}
#footer ul li a{
    text-decoration: none;
    color: var(--white);
    opacity: 0.8;
    transition: .3s ease-in-out;
}
#footer ul li a:hover{
    opacity: 1;
}
#footer .social ul{
    display: flex;
    list-style: none;
}
#footer .social ul li a{
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-color: var(--pink);
    font-size: 14px;
    color: var(--white);
    text-decoration: none;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    transition: .3s ease-in-out;
}
#footer .social ul li a:hover{
    background-color: var(--purple);
}
#footer h4{
    color: var(--white);
    font-size: 22px;
}
#copy{
    background-color: #2d1e4e;
}
#copy ul{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: right;
}
#copy li{
    margin-left: 15px;
}
#copy li a{
    color: rgb(177, 177, 177);
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    transition: .3s ease-in-out;
}
#copy li a:hover{
    color: var(--white);
    text-decoration: underline;
}
#copy p{
    font-size: 14px;
    color: var(--white);
}
#footer .logo a{
    text-decoration: none;
}
#footer .logo a h1{
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 0;
    color: var(--pink);
}
#footer .logo a h1 span{
    color: var(--white);
}
#footer .logo a h1 i {
    font-size: 22px;
    vertical-align: middle;
    transform: translateY(-3px);
    color: var(--white);
}

/********* Footer Section End *********/

/********* Explore Section Start *********/

#inner-banner{
    background-color: var(--purple2);
    padding: 80px 50px;
    /*margin-top: 70px;*/
}
#inner-banner h1{
    font-size: 55px;
    color: var(--white);
    letter-spacing: 0.1px;
    font-weight: 600;
    margin-bottom: 20px;
}
#inner-banner p{
    font-size: 23px;
    color: #b5bbbb;
    font-weight: 500;
}

#ex .ex-item{
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: var(--white);
}
#ex img{
    padding: 10px;
}
#ex .ex-img-wrap{
    overflow: hidden;
    text-align: center;
    border: 1px solid #dedede;
    width: 130px;
    height: 130px;
    margin-bottom: 20px;
    border-radius: 50%;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
#ex .ex-item h3{
    font-size: 20px;
    font-weight: 700;
}
#ex .ex-item span{
    font-size: 15px;
    opacity: .8;
}
#ex .e-btn a{
    background-color: var(--blue3);
    display: block;
    text-decoration: none;
    font-weight: 600;
    color: var(--white);
    padding: 12px 25px;
    border-radius: 15px;
    transition: .3s ease-in-out;
}
#ex .e-btn a:hover{
    background-color: var(--black);
}
#ex .ex-last{
    background-color: var(--blue);
    color: var(--white);
}
.exx a{
    text-decoration: none;
}
.exx p{
    margin-bottom: 5px;
}
.exx h5{
    color: var(--black);
    font-weight: 700;
    transition: .3s ease-in-out;
}
.exx a:hover h5{
    color: var(--blue);
}
.exx .ex-item{
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1) !important;
    border-radius: 20px !important;
    transition: .3s ease-in-out;
}
.exx a:hover .ex-item{
    box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.15) !important;
}

#ex .sidee .nav-link{
    font-size: 18px !important;
    padding: 8px 16px !important;
}

#ex .sidebar {
      background: #fff;
      border-radius: 1rem;
      border: 1px solid #d2d2d2;
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
      position: sticky;
      top: 10px;
      overflow: hidden;
    }
    #ex .sidebar h4{
      font-size: 22px;
      margin-bottom: 0 !important;
      padding: 25px 20px;
      border-bottom: 1px solid #ebebeb;
    }
    #ex .sidebar h4 i{
      color: var(--pink);
    }

    #ex .nav-tabs .nav-link {
      border: none;
      font-weight: 500;
      color: #495057;
    }

    #ex .nav-tabs .nav-link.active {
      color: #0d6efd;
      border-bottom: 2px solid #0d6efd;
    }

    #ex .form-select, .form-control {
      border-radius: 0.5rem;
      padding: 14px;
    }
    
    #influ-list .influ-wrap{
    padding: 10px;
    background-color: var(--white);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    transition: .4s ease-in-out;
    margin-bottom: 0;
}
#influ-list h4 span{
    background-color: var(--pink);
    font-weight: 500;
    font-size: 13px;
    padding: 4px 6px;
    color: var(--white);
    border-radius: 5px;
    margin-left: 3px;
    transform: translateY(-3px);
    display: inline-block;
}
#influ-list .influ-wrap .influ-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid var(--pink);
    display: flex;
    align-items: center;
    justify-content: center;
}
#influ-list .influ-wrap .influ-img img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    padding: 0;
    aspect-ratio: 1 / 1;
}
#influ-list .influ-wrap .influ-img-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
#influ-list .influ-wrap .influ-text h3{
    color: var(--black);
    text-align: center;
    font-size: 19px;
    letter-spacing: 0.1px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: .4s ease-in-out;
}
#influ-list .influ-wrap .influ-text h3 i{
    color: var(--pink);
}
#influ-list .influ-wrap .influ-cat{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
}
#influ-list .influ-wrap .influ-cat i{
    color: var(--pink);
    font-size: 17px;
}
#influ-list .influ-wrap p{
    color: var(--black);
}
#influ-list .influ-wrap2{
    margin: 30px 0;
}
#influ-list .influ-link{
    text-decoration: none;
}
#influ-list .influ-link:hover .influ-wrap{
    border-color: var(--pink);
}
#influ-list .influ-link:hover h3{
    color: var(--pink);
}
#influ-list .m-btn a{
    display: inline-block;
    background: linear-gradient(to right, var(--pink), var(--purple));
    color: var(--white);
    padding: 12px 32px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: .4s ease-in-out;
}
#influ-list .m-btn a:hover{
    background: linear-gradient(to right, var(--pink), var(--pink));
}
#ex .accordion-item {
    border: none;
    border-bottom: 1px solid #ebebeb;
    border-radius: 0 !important;
    padding: 0;
    margin-bottom: 0;
    box-shadow: none;
}

#ex .msg-box{
    padding: 20px;
}
#ex .msg-box span{
    display: inline-block;
    margin-bottom: 20px;
    color: #b2b2b2;
    font-size: 14px;
}
#ex .msg-box .fil-btn a{
    display: block;
    padding: 12px 25px;
    background: linear-gradient(to right, var(--pink), var(--purple));
    border-radius: 50px;
    color: var(--white);
    text-decoration: none;
    font-weight: 600;
    transition: .4s ease-in-out;
}
#ex .msg-box .fil-btn a:hover{
    background: linear-gradient(to right, var(--pink), var(--pink));
}

#ex .accordion-button {
    background: none !important;
    padding: 20px;
    font-size: 17px;
    font-weight: 400;
    color: #242424;
    box-shadow: none !important;
    position: relative;
}

#ex .accordion-button::after {
    content: "\f078"; /* FontAwesome down arrow */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    background-image: none !important;
    transform: rotate(0deg);
    transition: 0.25s ease;
    font-size: 16px;
    color: #585858;
}

#ex .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
}

#ex .accordion-button:not(.collapsed) {
    color: #585858;
    background: none !important;
    box-shadow: none !important;
}

#ex .accordion-body {
    padding: 10px 0 5px 0;
    font-size: 15px;
    color: #444;
}

.accordion,
.accordion-item,
.accordion-item:first-of-type,
.accordion-item:last-of-type,
.accordion-button,
.accordion-button.collapsed {
    border-radius: 0 !important;
}

.accordion-button:not(.collapsed) {
    border-radius: 0 !important;
}

.accordion-button {
    box-shadow: none !important;
}
#myAccordion{
    border: none;
}
#ex .scroll-box{
    height: 170px;
    max-height: 400px;
    overflow: auto;
    padding: 0 20px;
    padding-bottom: 10px;
}
#ex .scroll-input{
    padding: 0 20px;
    padding-bottom: 10px;
}
#ex .scroll-box::-webkit-scrollbar {
    width: 7px;
}
#ex .form-control {
    background-color: #f4f6f9;
    border: 1px solid transparent;
    height: 50px;
    line-height: 30px;
    color: #777;
}
#ex .form-control:focus{
    box-shadow: none;
    border-color: var(--pink);
}

#ex .scroll-box::-webkit-scrollbar-track {
    background: transparent; 
    border-radius: 10px;
}
#ex .scroll-box::-webkit-scrollbar-thumb {
    background: #c2c2c2; 
    border-radius: 10px;
}

#ex .scroll-box::-webkit-scrollbar-thumb:hover {
    background: var(--pink);
}
#ex ul li{
    margin: 14px 0;
    font-size: 15px;
    color: #777777;
    list-style: none;
}
#ex .form-check-input:checked {
    background-color: var(--pink);
    border-color: var(--pink);
    box-shadow: none;
}

/********* Explore Section End *********/

.modal-backdrop {
  z-index: 999999999999999999999;
}
.modal {
  z-index: 1055;
}

/********* Search Box Section End *********/

.search-wrapper2 {
    max-width: 800px;
    margin: 0 auto;
}
.search-box2 {
    width: 80%;
    margin: 0 auto;
    position: relative;
    background: white;
    border-radius: 30px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}
.search-input2 {
    border: 1px solid var(--pink);
    box-shadow: 0 0 15px 0 rgba(57, 107, 255, 0.3);
    border-radius: 30px;
    padding: 12px 25px;
    padding-right: 50px;
    width: 100%;
    transition: all 0.3s ease;
}
.search-input2:focus {
    border: 1px solid var(--purple);
}
.search-icon2 {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--pink) !important;
    transition: all 0.3s ease;
}

/********* Search Box Section End *********/