/* Fonts  */
    @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
/* Fonts  */


/* Variable  */
:root
{
    --main-color : #5050FF;
    --color-1 : #e91e63;
    --color-2: #f5ae10;
    --color-3: #09d69c;
    --bg-dark: #2b2c2f;
    --main-to-dark-color: var(--main-color);
    --dark-to-main-color: var(--bg-dark);
    --shadow-black-100: 0px 5px 15px rgba(0,0,0,0.1);
    --shadow-black-300: 0px 5px 15px rgba(0,0,0,0.3);
    --black-900: #000000;
    --black-400: #555555;
    --black-100: #f7f7f7;
    --black-000: #ffffff;
    --black-alpha-100: rgba(0,0,0,0.5);
}
/* Variable  */


/* CSS RESET  */
*
{
    margin: 0;
    padding: 0;
    outline: none!important;
}
body
{
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    background-color: #ffffff;
    line-height: 1.5;
}
img
{
    max-width: 100%;
    vertical-align: middle;
}
ul
{
    list-style: none;
}
/* CSS RESET  */


/***************** Navbar Start  ********************/
.navbar
{
    background-color: white;
    padding: 0.5px 0px;
    display: flex;
}

.navbar-toggler-icon{
    background-color: #5050FF;
    border-radius: 10px;
    
}
.navbarbur {
    height: 20px;
    margin: 10px;
    margin-bottom:  20px;
  
}
.navbar .navbar-brand img {
    height: 2.5rem;
    margin-left: 2rem;
    

}
.navbar .container
{
    padding: 15px 0px;
}
.navbar .navbar-brand
{
    font-size: 20px;
    color: black;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 2px;
    font-weight: 600;
}
.navbar .nav-item
{
    margin-left: 40px;
    
}
.homebtn
{
    margin-top: 0px;
}
.btn-1
{
    background-color: #5050FF;
    padding: 8px 30px;
    border: none;
    border-radius: 30px;
    color: white;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.5 ease;
}
.btn-1:hover
{
    color: #ffffff;
    background-color: var(--main-color);
}
.navbar .nav-item .nav-link
{
    position: relative;
    font-size: 16px;
    color: black;
    font-weight: 400;
    text-transform: capitalize;
    padding: 5px 0px;
}
.navbar .nav-item .nav-link::before
{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: #5050ff;
    transition: all 0.5s ease;
    transform: scale(0);
}
.navbar .nav-item .nav-link.active::before,
.navbar .nav-item .nav-link:hover::before
{
    transform: scale(1);
}
/******************** Navbar End ********************/



/******************** Home Section Start ********************/
.home
{
    min-height: 100vh;
    padding: 90px 0px 10px;
    background-color: white;
    
}
.homeimgg {
    height: 60px;
    margin: 10px;
}
.hometext h2
{
    font-size: 45px;
    font-weight: 700;
    color: black;
    display: flex;
    padding: 10px 0px 10px;
    position: relative;
    
}
.hometext p
{
    font-size: 16px;
    color: black;
    line-height: 28px;
    margin: 0;
    text-align: justify;
}
.images
{
    margin: 10px;
    padding: 10px 0px 50px;
}

.images .images-child1
{
    margin: 30px;
    
}
.images .images-child
{
    margin-left: 30px;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 16px;
    
}

@keyframes pulse_01
{
    0%
    {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
    70%
    {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255,255,255,0);
    }
    100%
    {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
}

@keyframes bounceTop_01
{
    0%,100%
    {
        transform: translateY(-30px);
    }
    50%
    {
        transform: translateY(0px);
    }
}

.homeimg
{
    position: relative;
}

/******************** Home Section End ********************/




/******************** how to use Section Start ********************/
.funfacts
{
    background-color: #5050FF;
}
.funfactimg
{
    max-width: 250px;
    width: 100%;
    box-shadow: var(--shadow-black-100);
    border-radius: 32px;
    animation: bounceTop_01 3s ease infinite;
    
}

.funfacts .section-title
{
    margin-bottom: 15px;
    
}
.funfacts .section-title h2
{
    text-align: left;
    color: #ffffff;
    padding: 20px 0px 0px;
}
.funfactstext p 
{
    color: white;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 px;
    text-align: justify;
}

.funfactitem
{
    padding: 20px;
    text-align: justify;
    border-radius: 10px;
    margin: 10px 0px;
}
.funfactitem.style-1
{
    background-color:#2020A9 ;
    color: #fff;
    
}
.funfactitem.style-2
{
    background-color: #2020A9 ;
    color: #fff;
}
.funfactitem.style-3
{
    background-color: #2020A9 ;
    color: #fff;
}

.funfactitem h3
{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 5px;
    
}
.funfactitem span
{
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    float:right
    
}
/******************** Fun Facts Section End ********************/

/******************** Features Section Start ********************/
.section-padding
{
    padding: 80px 0px;
}
.section-title h2
{
    font-size: 40px;
    color: var(--black-900);
    font-weight: 700;
    text-transform: capitalize;
    text-align: justify;
    margin: 0;
}
.section-title
{
    margin-bottom: 60px;
}
.section-title h2 span
{
    color: var(--main-color);
}
.features .feature-item
{
    box-shadow: var(--shadow-black-100);
    margin: 15px;
    padding: 50px;
    border-radius: 10px;
}
.features .feature-item h3
{
    font-size: 22px;
    margin: 0 0 20px;
    color: var(--black-900);
    font-weight: 600;
    text-align: center;
}
.features .feature-item p
{
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    color: var(--black-400);
    margin: 0;
    text-align: center;
}
.features .feature-item .feature-icon
{
    width: 50px;
    height: 40px;
    align-items: center;
    
    margin: 0 auto 30px;
    
    
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}



/******************** Features Section End ********************/


/******************** Pricing Section Start ********************/


.pricing
{
    
    border-radius: 30px;
    margin-bottom: 20px;
    background-color: black;
    
}

.premiumbs {
    text-align: center;
    margin: 10px;
    padding:20px 30px;
    
}
.containerr {
    background-color: #0D1F29;
    width: 100%;
    height: 100%;
    
    
}
.pricingheader
{
    text-align: center;
    padding: 20px 30px;
    border-bottom: 1px solid white;
    color: white;
    
}


.pricingprice
{
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    line-height: 0.8;
    color: white;
    
}
.pricingprice .currency
{
    font-weight: 300;
    color: white;
    font-size: 16px;
    
}
.pricingprice .price
{
    color: white;
    font-size: 60px;
    font-weight: 700;
    align-self: flex-start;
    
}
.pricingprice .period
{
    text-transform: uppercase;
    color: white;
    font-size: 16px;
    align-self: flex-end;
}
.pricing .pricingbody
{
    padding: 10px 30px;
    display: flex;
    justify-content: center;
    color: white;
}
.pricing .pricingbody li
{
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 15px;
    color: white;
}
.pricing .pricingbody i
{
    color: #5050FF;
    margin-right: 10px;
    
}
.pricing .pricingfooter
{
    text-align: center;
    color: white;
}
.pricing .pricingfooter a
{
    margin-bottom: 30px;
    color: white;
}
/******************** Pricing Section End ********************/






/******************** FAQ Section Start ********************/
.faq .accordian-item:not(:last-child)
{
    margin-bottom: 20px;
}
.section-title h2 {
    text-align: left;
}
.faq .accordian-header
{
    
    padding: 14px 30px;
    cursor: pointer;
    position: relative;
    border-radius: 20px;
    
}

.faq .accordian-header::before
{
    content: "\f067";
    position: absolute;
    right: 30px;
    top: 15px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.faq .accordian-header:not(.collapsed)
{
    background-color: var(--main-color);
    border-radius: 20px;
    color: #fff;
}
.faq .accordian-header:not(.collapsed)::before
{
    content: "\f068";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    
}
.faq .accordian-header h3
{
    font-size: 20px;
    text-transform: capitalize;
    transition: all 1s ease;
}

.faq .accordian-body
{
    font-weight: 300;
    font-size: 18px;
    color: var(--black-400);
    line-height: 26px;
    margin: 0;
    padding: 20px 20px;
    background-color: white;
    border-radius: 0px 0px 20px 20px;
    text-align: justify;
}
/******************** FAQ Section End ********************/
/****contak**/
.containerrr
{
    min-height: 100vh;
    padding: 90px 0px 10px;
    background-color: #5050FF;
    
}
.homeimgg {
    height: 60px;
    margin: 10px;
}
.kontext h2
{
    font-size: 45px;
    font-weight: 700;
    color: white;
    display: flex;
    padding: 10px 20px 10px;
    position: relative;
    
    
}
.kontext p
{
    font-size: 16px;
    color: white;
    line-height: 28px;
    margin: 0;
    text-align: justify;
    padding: 0px 20px 10px;
}
.images
{
    margin: 10px;
    padding: 10px 0px 50px;
}

.images .images-child1
{
    margin: 30px;
    
}
.images .images-child
{
    margin-left: 30px;
    width: 30px;
    height: 30px;
    padding: 0px;
    font-size: 16px;
    
}

@keyframes pulse_01
{
    0%
    {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
    70%
    {
        transform: scale(1);
        box-shadow: 0 0 0 12px rgba(255,255,255,0);
    }
    100%
    {
        transform: scale(0.94);
        box-shadow: 0 0 0 0 rgba(255,255,255,0.7);
    }
}

@keyframes bounceTop_01
{
    0%,100%
    {
        transform: translateY(-30px);
    }
    50%
    {
        transform: translateY(0px);
    }
}

.homeimg
{
    position: relative;
    padding-top: 10px;
    
}

/******************** contakEnd ********************/





/******************** Footer Section Start ********************/
.footer
{
    background-color: white;
    padding: 50px 0;
    
}
.footercol h3
{
    color: black;
    font-weight: 500;
    font-size: 24px;
    margin: 0 0 25px;
    text-transform: capitalize;
    position: relative;
    cursor: default;
}
.footercol h3::before
{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 0;
    right: 0;
    top: 35px;
    background-color: #5050FF;
    transition: 1s;
    
}
.footercol h3:hover::before
{
    width: 60%;
    transition: 0.5s;
}
.footercol:first-child
{
    padding: 5px 10px;
    
}
.footercol p
{
    color: black;
    font-weight: 300;
    font-size: 18px;
    margin: 10;
}

.footercol .logoins {
    padding: 10px;
}
.footercol .logolinke {
    margin: 20px 40px;
}

.footercol ul li:not(:last-child)
{
    margin-bottom: 14px;
    text-transform: capitalize;
    
}
.footercol ul li
{
    transition: 0.5s;
    
}
.footercol ul li:hover
{
    transform: translateX(10px);
    color : #5050FF;
    text-decoration : underline;
    
    
}
.footercol ul li a
{
    color: black;
    text-decoration: none;
    font-weight: 300;
    font-size: 18px;
    text-decoration : none;
}
.copyright
{
    border-top: 1px black;
    text-align: center;
    padding: 20px 0px;
    color: black;
    font-weight: 300;
    font-size: 18px;
}
.copyright a
{
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    color: black;
}
/******************** Footer Section End ********************/

  





