@import url('https://fonts.googleapis.com/css2?family=Anton&family=Fjalla+One&family=Roboto+Condensed:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  
    /*font-family: 'Anton', sans-serif;
font-family: 'Fjalla One', sans-serif;*/
    font-family: 'Roboto', sans-serif;


}
.welcome-txt {
    position: absolute;
    bottom: -30px;
    left: 20px;
}
.welcome-txt span{
    color:darkorange;
}
    #BuyModel .modal-header {
    justify-content:center
}

#BuyModel .modal-header button {
    position:absolute;right:3px;
}
.pack-info {
    display: flex;
    align-items: center;
}
.pack-info > div {
    margin-right: 5px;
}
.font-anton {
    font-family: 'Anton', sans-serif;
}
html {
    height: -webkit-fill-available;
}
.text-primary{
     color: #6664ff!important;
}
.bg-primary{
       background-color: #3000a3!important;
}
.card-title .fad,.card-title .fal{
margin-right: 15px;
}
.listing li {
    position: relative;
    padding-left: 31px;
    line-height: 1.9;
}

.listing li:before {
    content: "\f058";
    position: absolute;
    left: 2px;
    font-family: "Font Awesome 5 Pro";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #6664ff;
    top: 6px;
}
#whatsapBulk .accordion-item {
 
    border: 0;
}

#whatsapBulk .accordion-button:not(.collapsed) {
 
    background-color: #fff; 
    box-shadow: none;
}

#whatsapBulk .accordion-header {
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;

}
.accordion-button:focus{
box-shadow: none;
}
.market-nav {
    background-color: #fff;
    position: fixed;
    top: 0; 
    left: 0;
    z-index: 9;
    right: 0;

}
 

.main-title {
    letter-spacing: 5px;
     transition: all 600ms ease;
       background: -webkit-linear-gradient(
45deg, #09009f, #ca00ed 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.market-title-holder{
margin-bottom: 5%;
}
.main-content .main-title {
    letter-spacing: 20px;
    
}
.price-box{

padding: 1rem 1rem 1rem 1rem;
}

    .price-box .price {
        letter-spacing: 1px;
        font-size: 35px;
        display: inline-flex;
    }

        .price-box .price p {
            font-size: 17px;
            margin-top: 16px;
        }
.price-box .price-det{

font-size: 18px;
}


.main-content .modules .nav-link{
    color: #5d4fad;
    font-size: 20px;
    font-weight: 300;
    transition: all 300ms ease;
    background-color: #f9f9f9;
    padding: 20px 0;
    /* box-shadow: 0px 2px 7px 2px rgb(0 0 0 / 8%); */
    border: 1px solid #f7f7f7;
    border-radius: 15px;
}
.main-content .modules .nav-link:hover{box-shadow: 0 0.5rem 1rem rgb(103 58 183 / 8%);}
.main-content .modules .nav-link img{
    margin-bottom: 20px; transition: all 300ms ease;
    height: 60px;
}

 
 .main-content .modules a.nav-link:hover{
    color: #3000a3;
 }
.main-content .modules a.nav-link:hover{transform: scale(1.1);/* background-color: #ffeb3b; */border: 1px solid #e9dbff;}

.main-content .moveTop .col{
width: auto;
flex: inherit;
}
.zoomImg{
    transition: 300ms ease;
    position: relative;
    top: 0;
    cursor: pointer;
}
.zoomImg:hover{

top: -20px;
}

.main-content .moveTop{
    position: fixed;
    top: 0;
    z-index: 99;
    /* left: 0; */
    /* display: flex; */
    width: calc(100% - 200px);
    justify-content: center;
    background-color: #f9f9f9;
    /* margin-right: -10px; */
    right: 0;
    /* margin: 0; */
    /* flex-direction: row; */
    /* align-items: center; */
    /* flex-wrap: nowrap;*/
}
.main-content .moveTop a.nav-link{
     padding: 18px 0px;
      transform: scale(1);
    background-color: transparent;
    transition: inherit;
    border-bottom: 2px solid transparent;
    /* text-shadow: 0px 7px 20px #9c27b0; */
        border-radius: 0;
    border: 0;
   
   
}
.main-content .moveTop a.nav-link:hover,.main-content .moveTop a.nav-link.active {
      transform: scale(1);
     border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d8c1ff;
      box-shadow: none;
   
}

.zoomIn{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.left-logo .navbar-brand{
    text-align: left!important;
    padding: 45px;
}


.main-content .moveTop .nav-link{font-size: 14px;/* width: 130px; */padding: 0;display: flex;align-items: center;width: 100%;justify-content: center;}
  .main-content .moveTop a.nav-link img{
 margin:0;
 height: 30px;width: auto;
 }
 .main-content .moveTop a.nav-link p{
 margin:0 0 0 13px; 
 }

.module-page{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden!important;
    background-color: #fff;
    padding: 50px 0 0 0;
}

#close{
     position: fixed;
    top: 13px;
    right: 30px;
    z-index: 999;
    
}
#close .fa-chevron-left{
margin-right: 8px;font-size: 13px;
}

.market-nav .navbar-brand {
    margin-right: auto;
      background: rgb(91, 0, 181);
    background: linear-gradient(90deg, rgb(100 36 201) 0%, rgb(73 46 183) 100%);
}

.market-nav h4 {
    letter-spacing: 2px;
    font-family: 'Anton', sans-serif;
}



.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle {
    outline: 0;
}

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}

.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}

.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold {
    font-weight: 600;
}

.lh-tight {
    line-height: 1.25;
}

.subs-wrapper {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    /* border-radius: 15px; */
    padding: 25px 35px;
}

.subs-header {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px dotted #ffa200;
    padding-bottom: 10px;
}

.subs-header .subs-logo {
 
}

.subs-header .subs-header-txt h1 {
    margin-top: 0;
    font-weight: bold;
    margin-bottom: 5px;
}

.subs-header .subs-header-txt h1 span {
    color: #ffa200;
}

.subs-header .subs-header-txt h4 {
    margin-top: 0;
    font-size: 20px;
}

.scenarios {
    display: flex;
    justify-content: space-between;
}

.scenarios-img {
    width: 40%;
    text-align: center;
}

.subs-content .scenarios-list h4 {
    color: #red;
}

.subs-content .list-items p {
    font-size: 17px;
    position: relative;
    margin-left: 40px;
}

.list-items .fa {
    margin-right: 10px;
    position: absolute;
    left: -40px;
    top: 5px;
}

.benefits h1 {
    color: #2a467d;
    margin-top: -20px;
    font-weight: bold;
}

.benefits h1 span {
    color: #ffa200;
}

.well {
    background-color: #efefef;
    border: 0;
    box-shadow: none;
    border-radius: 8px;
    padding: 15px 25px;
    margin: 0;
    position: relative;
}

.price-offer {
    position: absolute;
    top: 50%;
    right: 25px;
    background-color: #ffa200;
    font-size: 25px;
    border-radius: 15px;
    padding: 25px 0;
    text-align: center;
    color: #fff;
    transform: translate(0, -50%);
    width: 200px;
    border: 4px dotted #fff
}

.price-offer span {
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 40px;
}

.subs-txt h4 {
    text-align: center;
    font-size: 20px;
    padding: 10px;
}

.subs-btn {
    margin-bottom: 20px;
}

.subs-btn .btn {
    /* padding: 8px 18px; */
    /* width: 150px; */
    /* border-radius: 6px; */
    /* background-color: #2a467d; */
}

.subs-btn .text-primary {
    color: #2a467d;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.subs-footer {
    background-color: #efefef;
    padding: 20px;
    margin: 0 -35px -25px -35px;
}

.subs-footer .subs-cont-info {
    color: #282828;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin-bottom: 15px;

}

.subs-footer .col-md-4 {
    border-right: 1px solid #ffe000;
}

.subs-footer .col-md-5 {
    border-right: 0;
    padding-left: 25px;
}

.subs-footer .subs-cont-info h3 {
    margin-top: 0;
    margin-bottom: 3px;
    font-weight: bold;
}
 .toggleMenu{
        display: none;
    }

@media screen and (max-width: 991px) {
  
  #modalImg img{
    width: 100%;
  }

    .market-nav{
    left: -100%;       
    }


.toggleMenu{
color: #fff;

font-size: 30px;
    margin: 20px 15px;

position: fixed;
    top: 0;
    right: 0;
    

}
.left-logo .toggleMenu{
display: block;
}

.toggleMenu input{
display: none;
}
 

 .market-nav .navbar-brand{
        position: fixed;
    top: 0;
    left: 0;
    width: 100%;
 }
 .main-content .modules{
        transition: 300ms ease;justify-content: center;
 }
 .main-content .modules .col{
     width: 50%; 
    margin-bottom: 0;
    flex: inherit;
 }
#zoomImgModal .modal-content{
    border: 0;
}
 #close { 
    top: 15px;
    right: 70px; 

}

 .main-content .moveTop {
       display: flex;
    /* width: 100%; */
    /* flex-wrap: wrap; */
    justify-content: center;
    flex-direction: column;
    height: 100%;
        left: -100%;
            align-items: center;
    }
 .main-content .moveTop.menuToggle{
 left: 0;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 bottom: 0;
 top: inherit;
 width: 50%;
 box-shadow: 1px 1px 30px rgb(0 0 0 / 23%);
 }

    .main-content .moveTop .nav-link{
        justify-content: center;
        flex-direction: column;
    align-items: center;
    }
    .main-content .moveTop .col{
          
    margin-bottom: 0;
    }

      /*  body{
        padding-top: 80px;
    }*/
    .main-content .main-title {
        letter-spacing: 10px;
    }
    .market-title-holder h4{
        font-size: 18px;

    }
    .market-title-holder {
    
    margin-top: 80px;
}

.main-content .moveTop a.nav-link p {
    margin: 10px 0 0 0;
}




}
@media screen and (max-width: 767px) {
    .price-offer {
        position: relative;
        top: 0;
        right: 0;
        background-color: #ffa200;
        transform: translate(0, 0);
        width: 100%;
    }

    .subs-footer .col-md-5 {
        padding-left: 15px;
    }



}

@media screen and (max-width: 400px) {
    
    .main-content .modules .col{
     width: 100%;  
 }
}