@font-face {
    font-family: "solaimanlipi";
    src: url('../fonts/solaimanlipi/SolaimanLipi_Bold_10-03-12.ttf') format("truetype");
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    color: #FFFFFF;
}

a:hover {
    text-decoration: none;
}

a,
span,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0;
    clear: both;
    color: #000000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    box-shadow: none;
}

button {
    border: none;
    background: none;
}

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

.container {
    max-width: 100%;
    padding: 0 200px;
}

.row {
    --bs-gutter-x: 30px;
}

:root {
    --bg_color: #FB8C00;
    --bg_color2: #894BCA;
    --text_color: #6F6F6F;
    --white: #FFF;
}

/* =============== COMMON CSS FOR WEB SITE =============== */



input:focus-visible,
select:focus-visible,
textarea:focus-visible {
    outline: none;
}

input {
    font-size: 16px;
    border: none;
    background: none;
    font-weight: 400;
}

select {
    padding: 5px;
}


a{
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    transition: all linear .2s;
}


h2{
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: var(--bg_color2);
    text-transform: capitalize;
}

p{
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--text_color);
}

.d_flex{
    display: flex;
    align-items: center;
}

.d_justify{
    justify-content: space-between;
}

.section_gaps{
    margin-top: 100px;
}

.Header{
    margin-bottom: 60px;
}

.Header p{
    margin-top: 15px;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START Nav PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.Nav{
    background: var(--bg_color2);
    padding: 10px 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.Menubar{
    text-align: center;
}

.Menubar ul li{
    display: inline-block;
}

.Menubar li a{
    color: var(--white);
    padding-right: 45px;
}

.Menubar li a.active{
    font-weight: 600;
}

.Menubar li a:hover{
    color: var(--bg_color);
}

.MobileNav{
    display: none;
}

/* Login */

.Login{
    text-align: right;
}

.Login a{
    padding: 10px 30px;
    border-radius: 10px;
    background: var(--white);
    border: 1px solid var(--white);
    color: var(--bg_color2);
    font-weight: 600;
    margin-left: 20px;
}

.Login a:first-child{
    background: var(--bg_color2);
    color: var(--white);
}

.Login a:hover{
    background: var(--bg_color);
    border: 1px solid var(--bg_color);
    color: var(--white);
}


/* Per Loader */
.preloader{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--white);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START Banner PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.Banner{
    margin-top: 120px;
}

.BannerText {
    padding-right: 120px;
}

.BannerText span{
    color: var(--text_color);
    font-size: 20px;
    display: block;
}

.BannerText span:last-child{
    text-align: right;
}

.Banner .img{
    text-align: center;
}

.BannerRight{
    padding-left: 50px;
}

.BannerRight h2{
    color: var(--bg_color);
}

.BannerRight h2 span{
    color: var(--text_color);
    font-weight: 400;
}

/* BannerBg */

.BannerBg{
    position: relative;
}

.BannerBg img{
    width: 100%;
}

.BannerBg  .overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.BannerBg  .overlay img{
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START HowToSetUp PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.HowToSetUp .Header{
    text-align: center;
}

.HowToSetUp .Header p{
    padding: 0 100px;
}

.HowToSetUp img{
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START BestFeatures PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */

.BestFeatures{
    overflow: hidden;
}

.BestFeatures img{
    width: 100%;
}

.BestFeaturesText span{
    color: var(--bg_color);
}

.BestFeaturesText{
    width: 55%;
    margin-left: 30px;
}

.BestFeaturesText ul{
    margin-top: 30px;
}

.BestFeaturesText ul li{
    padding-left: 30px;
    font-size: 18px;
    color: var(--text_color);
    margin-bottom: 10px;
    line-height: 28px;
    font-weight: 500;
    position: relative;
}

.BestFeaturesText ul li::after{
    position: absolute;
    content: '';
    top: 10px;
    left: 0;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    background: var(--bg_color2);
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START ManageYourShop PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */

.ManageYourShop{
    background: #F1F1FF;
}


.SmartDashbordItem{
    background: var(--bg_color2);
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    width: 190px;
}

.SmartDashbordItem p{
    color: var(--white);
    font-size: 16px;
    line-height: 24px;
    margin-top: 20px;
}

.SmartDashbordItem img{
    height: 40px;
    object-fit: fill;
}

.ManageShop{
    margin-top: 50px;
}

.ManageShop img{
    width: 100%;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START OurService PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.OurServiceSliderItem{
    background: var(--white);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 14px 10px 5px #F6F6F6;
    text-align: center;
}

.OurServiceSliderItem p{
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
}

.OurServiceSliderItem img{
    height: 80px;
}

.swiper.OurServiceSlider.swiper-initialized.swiper-horizontal.swiper-pointer-events {
    padding-bottom: 60px;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START ShopThemeContent PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.ShopThemeItem{
    background: var(--white);
    box-shadow: 0px 0px 10px 5px #F6F6F6;
    border-radius: 15px;
    padding: 20px;
    transition: all linear .3s;
    text-align: center;
    margin-bottom: 40px;
}

.ShopThemeItem:hover{
    transform: translateY(-8px);
}

.ShopThemeItem img{
    width: 100%;
    object-fit: fill;
}

.ShopThemeItem .text{
    margin-top: 30px;
}

.ShopThemeItem h3{
    font-size: 24px;
    color: var(--bg_color);
    line-height: 35px;
    font-weight: 600;
}

.ShopThemeItem a{
    width: 100%;
    color: var(--white);
    background: var(--bg_color2);
    margin-top: 20px;
    padding: 12px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
}

.ShopThemeItem a:hover{
    background: var(--bg_color);
}

.ShowMore {
    text-align: center;
}

.ShowMore a{
    background: var(--white);
    color: var(--bg_color2);
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    box-shadow: 0px 0px 10px rgba(161, 161, 161, 0.25);
    border-radius: 5px;
    padding: 10px 50px;
}

.ShowMore a:hover{
    background: var(--bg_color2);
    color: var(--white);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START CustomerReview PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.CustomerReview{
    background: #F4F7FF;
    padding: 100px 0;
    padding-bottom: 150px;
    position: relative;
}

.CustomerReview .Customeroverlay{
    position: absolute;
    top: 100px;
    left: 100px;
}

.CustomerReview .CustomeroverlayRight{
    position: absolute;
    bottom: 100px;
    right: 100px;
}

.CustomerItem {
    padding: 50px 30px;
    padding-top: 100px;
    background: #D3E2FF;
    box-shadow: 0px 0px 8.39117px 4.19558px #F6F6F6;
    border-radius: 15px;
    text-align: center;
    position: relative;
    margin-top: 80px;
    z-index: 9;
}

.CustomerItem h3{
    font-size: 25px;
    line-height: 35px;
    color: var(--bg_color2);
    font-weight: 700;
    position: relative;
    z-index: 9;
}

.CustomerItem h4{
    font-size: 20px;
    line-height: 30px;
    color: var(--bg_color);
    font-weight: 700;
    margin-top: 20px;
    position: relative;
    z-index: 9;
}

.CustomerItem h5{
    font-size: 14px;
    line-height: 15px;
    color: var(--text_color);
    font-weight: 700;
    margin-top: 5px;
}

.CustomerItem .img {
    padding: 20px;
    background: #D3E2FF;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
}

.CustomerItem .img img{
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.Quate{
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.CustomerReview .swiper-android .swiper-slide, .CustomerReview .swiper-wrapper {
    padding-bottom: 30px;
}

.CustomerReview .swiper-pagination{
    bottom: -5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START ChossePackage PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.ChossePackageItem{
    box-shadow: 0px 0px 20px 5px #ECECEC;
    border-radius: 15px;
    background: var(--white);
    padding: 30px;
    text-align: center;
    transition: all linear .2s;
    position: relative;
    overflow: hidden;
}

.ChossePackageItem .PackageImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: all linear .2s;
    opacity: 0;
}

.ChossePackageItem .PackageImg img{
    width: 100%;
}

.ChossePackageItem h3{
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: var(--bg_color2);
    margin: 10px 0;
    position: relative;
    z-index: 9;
    transition: all linear .2s;
}

.ChossePackageItem h4{
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    color: var(--bg_color2);
    position: relative;
    z-index: 9;
    transition: all linear .2s;
}

.ChossePackageItem h5{
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--bg_color2);
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--bg_color2);
    position: relative;
    z-index: 9;
    transition: all linear .2s;
}

.ChossePackageItem ul{
    text-align: left;
    margin-top: 20px;
    position: relative;
    z-index: 9;
    transition: all linear .2s;
}

.ChossePackageItem img{
    margin-right: 10px;
}

.ChossePackageItem li{
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: var(--bg_color2);
    margin-top: 10px;
    transition: all linear .2s;
}

.ChossePackageItem a{
    background: var(--bg_color2);
    color: var(--white);
    font-weight: 500;
    margin-top: 20px;
    padding: 15px;
    width: 100%;
    border-radius: 5px;
    font-size: 18px;
    position: relative;
    z-index: 9;
}

.ChossePackageItem:hover{
    transform: translateY(-5px);
}

.ChossePackageItem:hover .PackageImg{
    opacity: 1;
}

.ChossePackageItem:hover h3, .ChossePackageItem:hover h4, .ChossePackageItem:hover h5, .ChossePackageItem:hover li{
    color: var(--white);
}

.ChossePackageItem:hover a{
    background: var(--white);
    color: var(--bg_color2);
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START AskQus PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */

.accordion-button:focus{
    border-color: unset;
    box-shadow: none;
}

.AskQusTabs button{
    padding: 15px 20px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    background: var(--white);
    color: var(--text_color);
}

.AskQusTabs .accordion-button:not(.collapsed){
    background: var(--white);
    color: var(--bg_color2);
}

.AskImg img{
    width: 100%;
}






/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START JoinUs PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */

.SocialIcon{
    justify-content: center;
}

.SocialIcon a{
    width: 80px;
    height: 80px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 50px;
    margin-right: 30px;
}

.SocialIcon a.fb{
    background: #EDF4FF;
    color: #337FFF;
}

.SocialIcon a.ins{
    background: #FAF5FC;
    color: #B03495;
}

.SocialIcon a.youtube{
    background: #FFECE8;
    color: #FF3000;
}

.SocialIcon a.whats{
    background: #ECFFF5;
    color: #00D95F;
}

.SocialIcon a:hover{
    border-radius: 50%;
}



/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START OurPlugin PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.OurPlugin{
    background: var(--bg_color2);
    padding: 60px 0;
}

.OurPluginItem{
    background: rgba(121, 58, 189, 0.7);
    padding: 30px;
    border-radius: 10px;
    text-align: center;
}

.OurPluginItem h3{
    font-size: 60px;
    line-height: 80px;
    font-weight: 800;
    color: var(--white);
}

.OurPluginItem h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: var(--white);
    margin-top: 10px;
}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START Footer PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */
.Footer{
    background: url('../images/footer_bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.Footer .Address{
    margin-bottom: 30px;
}

.Footer .Address h4{
    font-size: 25px;
    line-height: 35px;
    font-weight: 700;
    color: var(--white);
    position: relative;
    margin-bottom: 25px;
}

.Footer .Address h4::after{
    position: absolute;
    content: '';
    bottom: -10px;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--white);
}

.Footer .Address p, .Footer .Address a{
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: var(--white);
}

.Footer .Address .Menubar li{
    display: block;
    text-align: left;
    margin-bottom: 10px;
}

.Footer .Address .Menubar li a{
    color: var(--white);
}

.FormPart {
    padding: 40px 30px;
    box-shadow: 0px 80.6px 105.701px rgba(51, 51, 51, 0.1);
    border-radius: 20px;
    background: var(--white);
    margin-top: -130px;
}

.CustomeInput{
    margin-bottom: 20px;
}

.CustomeInput:last-child{
    margin-bottom: 0;
}

.CustomeInput input, .CustomeInput textarea{
    padding: 12px 20px;
    background: var(--white);
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 100%;
}

.CustomeInput button{
    background: var(--bg_color2);
    padding: 10px 20px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: var(--white);
    border-radius: 5px;
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START  PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */




/* ---------------------------------------------------------------------------------------------------------------------------------------------------
    START backToTop PART
--------------------------------------------------------------------------------------------------------------------------------------------------- */

#backToTop {
    display: inline-block;
    background-color: var(--bg_color2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    color: var(--white);
}

#backToTop:hover {
    cursor: pointer;
    background-color: var(--bg_color);
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
}
