/* -- ======developer info=======
Asif Sharker
telegram:@asifsharkerwd
whatsapp: +8801768705593 
==================*/

@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');

body {	
    font-family: "Poppins", serif;
    font-size: 20px;
    font-weight: 400;    
	background: #F5F5F5;
	color: #000;	
}
.container{
    max-width: 1140px;
}
a, button {
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
}

a,
a:hover {
    text-decoration: none;
}


ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

p {
    margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
}

label {
    margin-bottom: 0;
}

::selection {
    color: white; 
    background: #ff7675;
}

::-webkit-selection {
    color: white; 
    background: #ff7675;
}

::-moz-selection {
    color: white; 
    background: #ff7675;
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    display: block;
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {   
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);   
}


/*==== nev area start===== */

header{
    width: 100%;
    padding: 20px 0;
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);

}

nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: inline-block;

}

.menu-item ul li a{
    font-size: 17px;
    font-weight: 500;
    color: #000;
    display: inline-block;
    padding: 10px 15px;
    text-transform: capitalize;
    transition: .3s;
    line-height: normal;
}

.menu-item ul li a:hover{
    color: #0B63F8;
    font-weight: 700;
}

.menu-item ul li .active {
    color: #0B63F8;
    font-weight: 700;
}
.menu-bar {
    display: none;
}
.menu-bar a{
    font-size: 30px;
    color: #0B63F8;
    cursor: pointer;
}
.menu-btn a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 8px 20px;
    border-radius: 8px;
    color: #fff;
    text-transform: capitalize;
    transition: .2s;
    border-radius: 23.5px;
    background: #27D045;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 5px;
}

.menu-btn a:hover{
   
 
}

/*==== nev area end===== */

 
/*==== sticky-nev start=== */

.fixed-menu {
    background:#ffffff;
	position: fixed;
	top:0;
	animation:slide-down 0.5s !important;
	left:0;
	right:0;
	z-index:250;
    transition: .10s;
}

.fixed-menu .menu-bar a {
    color: #7F7F7F !important;
}


@keyframes slide-down {
    0% {
        transform: translateY(-100%);
    } 
    100% {
        transform: translateY(0);
    } 
}

@keyframes slide {
  0% {
      opacity: 0;
      transform: translateY(50%);
  } 
  100% {
      opacity: 1;
      transform: translateY(0);
  } 
}

/*==== sticky-nev end=== */

/* ====offcanvas manu start===== */

.offcanvas-header {
    background-color: #fff;
    border-bottom: 2px solid #0B63F8;
}


.offcanvas-body {
    background-color: #fff;
    padding: 0px !important;
  }
.clloss-x {
    font-size: 25px;
    cursor: pointer;
    color: #000;
}

.clloss-x:hover {
    color: #0B63F8 !important;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width:330px;
    z-index: 11111111111111;
}

.mobile-menu-item ul li a {
    font-size: 16px;
    font-weight: 600; 
    color: #000;
    transition: .2s;
    padding: 15px  20px;
    display:block;
    transition: .2s;
    
}
.mobile-menu-item ul li a:hover {
    background-color: #0B63F8;
    color: #fff;
}
.m-active {
    background-color: #0B63F8 !important;
    color: #fff !important;
}
.mobile-menu-item ul li a i {
    font-size: 20px;
    margin-right: 15px;
}
/* ====offcanvas manu end===== */


/* =====hero-area-start===== */

.hero-area{
    padding: 60px 0;
}

.hreo-title{
    margin-top: 150px;
}
.hreo-title h2{
    color: #000;
    font-family: Poppins;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 60px */
    letter-spacing: -0.8px;
    margin-bottom: 15px;
}
.hreo-title h2 span{
    color: #0B63F8;
}
.hreo-title p{
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -0.6px;
}
.hreo-title p span{
    color: #0B63F8;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.6px;
}
.hreo-right{
    text-align: right;
}
.how-to-use-area{
    padding: 20px 0;
    padding-top: 10px;
}
.glb-title{
    margin-bottom: 50px;
}
.glb-title h2{
    text-align: center;
font-family: Poppins;
font-size: 100px;
font-style: normal;
font-weight: 900;
line-height: 150%; /* 150px */
letter-spacing: -2px;
background: linear-gradient(179deg, rgba(0, 0, 0, 0.05) 0.51%, rgba(248, 248, 248, 0.05) 99.49%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
position: relative;
}
.glb-title h3{
    color: #0B63F8;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: -0.6px;
    margin-top: -98px;
}
.glb-title h3 span{
    color: #000;
}
.YT-box{
    max-width: 900px;
    margin: auto;
    margin-top: 100px;
}
.YT-box iframe{
    width: 100%;
    height: 485px;
    margin: auto;
    border-radius: 20px;
}

/* =========== */


.Pricing-area{
    padding: 50px 0;
}

.Pricing-box{
    border-radius: 25px;
    border: 1px solid #0B63F8;
    padding: 22px 24px;
}

.original {
    text-decoration: line-through;
    color: gray;
    font-weight: bold;
}
.discounted {
    color: black;
}
.price-content{}
.price-content h2{

    color: #000;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: -0.6px;
    margin-bottom: 7px;
}
.price-content h2 span{
    color: #0B63F8;
}
.price-tag{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 30px */
    letter-spacing: -0.4px;
    margin-bottom: 18px;
}

.price-content ul li{
    padding-left: 35px;
    position: relative;
    color: #000;
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.6px;
    margin-bottom: 16px;
}
.price-content ul li::before{
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0px;
    background-image: url(img/ck.svg);
    background-repeat: no-repeat;
}

.buy-btn a{
    color: #F8F8F8;
    font-family: Poppins;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: inline-block;
    padding: 10px 55px;
    border-radius: 23.5px;
    background: #0B63F8;
    transition: .3s;
}
.buy-btn a:hover{
    background: #0352da;
}

.payment-area{
    padding-bottom: 140px;
    margin: 20px 0px;
}

.payment-inner-box{
    border-radius: 25px;
    background: #DE3663;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
    height: 620px;
}

.pay-gbl h2{
    background: linear-gradient(179deg, #FFFFFC 0.51%, rgba(222, 54, 99, 0.00) 99.49%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pay-gbl h3{
    color: #FFFFFC;
    text-align: center;
    font-family: Poppins;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    letter-spacing: -0.6px;
}

.bk-img-box {
    text-align: center;
}

footer{
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
    padding: 40px 0;
    border-radius: 20px 20px 0 0;
}

footer p{
    color: #000;
    font-family: Poppins;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;

}
footer p span:first-of-type{
    color: #0B63F8;
}
footer p span:last-of-type{
    color: #E58D23;
}


/* ================ */