@import url('https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&display=swap');
*{
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Mukta', sans-serif;
	font-size: 17px;
    box-sizing: border-box;
    word-spacing: 2px;
}
p{
    color: #666666;
}
.heading{
    font-size: 40px;
    font-weight: 800;
    color: #002359;
}
.heading span{
    color: #ff4450;
}
.custom-download-btn{
    background: #ff4450;
    color: #ffffff;
    border: 2px solid #ff4450;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
}
.custom-download-btn:hover{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #ffffff;
    border: 2px solid #ff4450;
}
.custom-buy-btn{
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.custom-buy-btn:hover{
    background: #002359;
    color: #ffffff;
    border: 2px solid #002359;
}
.custom-safe-refund{
    text-align: center;
    color: #666666;
}
.custom-safe-refund span{
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 5px 1rem;
    margin: 0 10px;
}
.list-check{
    list-style: none;
}
.list-check li{
    position: relative;
    line-height: 33px;
    padding-left: 10px;
}
.list-check li::before{
    content: "";
    position: absolute;
    left: -20px;
    top: 8px;
    height: 10px;
    width: 15px;
    border-left: 2px solid #ff4450;
    border-bottom: 2px solid #ff4450;
    transform: rotate(316deg);
}
.buy-btn {
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
/*navbar start*/
.navbar .navbar-nav .nav-item .nav-link{
    font-size: 17px;
    font-weight: 600;
    padding: 35px 15px;
    color: #002359;
}
.navbar .navbar-nav .nav-item .nav-link:hover{
    color: #ff4450;
}
.navbar .navbar-download-btn{
    color: #ff4450;
    display: inline-block;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #e7e7e7;
    margin-left: 8px;
    padding: 7px 25px !important;
}
/*navbar end*/
/*live chat start*/
.psmtc_Ik96{
    top: 100px !important;
}
/*live chat end*/
/*gototop start*/
#back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 6rem;
    right: 2rem;
    z-index: 9999;
    display: none;
    transition: 0.3s ease;
    background: #ff4450;
    border: 1px solid #ddd;
    color: #ffffff;
}
/*gototop end*/
/*breadcrumb start*/
.breadcrumb{
	margin: 0;
    padding: 0;
}
.breadcrumb ul{
	margin: 0;
    list-style: none;
}
.breadcrumb ul li{
	float: left;
	margin-right: 15px;
	color: #666666;
	position: relative;
}
.breadcrumb ul li a{
	color: #666666;
	text-decoration: none;
}
.breadcrumb ul li a:after{
	content: ">";
    position: absolute;
    top: -1px;
    right: -10px;
    font-family: cursive;
}
/*breadcrumb end*/
/*banner start*/
.banner{
    padding: 4rem 0;
}
.banner .nav-tabs{
    border: 0;
}
.banner .nav-tabs .nav-item .nav-link{
    background: transparent;
    border-radius: 50px;
    color: #002359;
    border: 1px solid #e9ecef;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.banner .nav-tabs .nav-item .nav-link.active{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #fff;
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
}
.banner .nav-tabs .nav-item .nav-link:hover{
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
}
.banner .btns-sec{
    text-align: center;
    padding: 2rem 0;
}
.banner .btns-sec .download-btn{
    background: #ff4450;
    color: #ffffff;
    border: 2px solid #ff4450;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
}
.banner .btns-sec .download-btn:hover{
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #ffffff;
    border: 2px solid #ff4450;
}
.banner .btns-sec .buy-btn{
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 15px 40px;
    font-size: 25px;
    text-decoration: none;
    border-radius: 5px;
    display: inline-block;
    margin: 1rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
}
.banner .btns-sec .buy-btn:hover{
    background: #002359;
    color: #ffffff;
    border: 2px solid #002359;
}
.banner .safe-refund{
    text-align: center;
    color: #666666;
}
.banner .safe-refund a{
    color: #666666;
    text-decoration: none;
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 5px 1rem;
    margin: 0 10px;
    display: inline-block;
}
.banner .safe-refund span{
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 5px 1rem;
    margin: 0 10px;
    display: inline-block;
}
/*banner end*/
/*3-screenshots start*/
.three-screenshots{
    position: relative;
    min-height: 22rem;
}
.three-screenshots .screenshot{
    position: absolute;
    top: 0;
    width: 60%;
    border: 20px solid #fff;
}
.three-screenshots .screenshot:nth-child(n+1){
    z-index: 1;
    left: 0;
}
.three-screenshots .screenshot:nth-child(n+2){
    z-index: 2;
    left: 20%;
}
.three-screenshots .screenshot:nth-child(n+3){
    z-index: 3;
    left: 40%;
}
/*3-screenshots end*/
/*why choose start*/
.why-choose{
    padding: 4rem 0;
}
/*why choose end*/
/*all formate icons start*/
.formate-icon{
    padding: 4rem 0;
}
.formate-icon .all-icons{
    text-align: center;
}
.formate-icon .all-icons img{
    width: 100px;
    height: 100px;
    padding: 15px;
    border-radius: 20px;
    box-shadow: 0 7px 5px 2px rgb(255 68 90 / 10%);
    background: #fff;
    margin: 20px;
}
/*all formate icons end*/
/*features point start*/
.f-point{
    padding: 4rem 0;
}
.f-point .point{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    border: 1px solid #ff445029;
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    min-height: 15rem;
}
.f-point .point .icon{
    background-color: #fff4f5;
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    line-height: 65px;
    margin: 0 0 20px;
    text-align: center;
    width: 70px;
}
.f-point .point .icon img{
    max-width: 40px;
}
.f-point .point .text{
    font-size: 19px;
    color: #002359;
    font-weight: 600;
}
/*features point end*/
/*specification start*/
.specification{
    padding: 4rem 0;
    background: #f5f5ff;
}
.specification .part{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 20px 20px;
    position: relative;
    border: 1px solid #ff445029;
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    min-height: 18rem;
}
.specification .part .head{
    font-size: 24px;
    font-weight: 800;
    color: #002359;
    border-left: 5px solid #ff4450;
    padding: 15px;
    display: inline-block;
    background: linear-gradient(45deg, #ff445017, transparent);
}
/*specification end*/
/*faq start*/
.faq{
    padding: 4rem 0;
}
.faq .accordion{
    margin: 20px 0;
}
.faq .accordion .accordion-item{
    margin: 0 0 10px;
}
.faq .accordion .accordion-header .accordion-button{
    padding: 19px 0 20px 15px;
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
    background: #f7f7f7;
    color: #002359;
    font-weight: 600;
    font-size: 18px;
}
.faq .accordion .accordion-header .accordion-button:focus:not(:focus-visible) {
    box-shadow: none;
}
.faq .accordion .accordion-body{
    padding: 40px;
}
/*faq end*/
/*clients review start*/
.clients-review{
    padding: 4rem 0;
}
.clients-review .carousel{
    padding: 4rem 0;
}
.clients-review .carousel .info{
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 50px 70px;
    position: relative;
    border: 1px solid #ff445029;
    -webkit-box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    box-shadow: 0 10px 28px 0 rgb(255 68 90 / 10%);
    min-height: 15rem;
}
.clients-review .carousel .info i{
    font-size: 50px;
    margin-left: -40px;
    color: #ddd;
}
.clients-review .carousel .info .name{
    color: #002359;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 20px;
}
.clients-review .carousel .info span{
    display: inline-block;
    margin-bottom: 15px;
    color: #FF4452;
}
/*clients review end*/
/*price start*/
.price-plan{
    padding: 4rem 0;
    text-align: center;
}
.price-plan .table thead tr th{
    background: #002359;
    color: #fff;
    border-radius: 10px 10px 0 0;
    padding: 20px;
    box-shadow: inset 0 0 0 1px #fff;
}
.price-plan .table thead tr th:nth-child(1){
    text-align: center;
}
.price-plan .table tr th:nth-child(1){
    text-align: left;
}
.price-plan .table tbody tr td{
    background: linear-gradient(300deg, #ff445012, #ffedee73);
    box-shadow: inset 0 0 0 1px #fff;
}
.price-plan .table tbody tr th{
    background: linear-gradient(300deg, #ff445012, #ffedee73);
    box-shadow: inset 0 0 0 1px #fff;
    padding: 10px;
    font-weight: 400;
}
.price-plan .table tbody .win td span{
    font-size: 30px;
    font-weight: 600;
}
.price-plan .table tbody .mac td span{
    font-size: 30px;
    font-weight: 600;
}
.price-plan .table tbody .linux td span{
    font-size: 30px;
    font-weight: 600;
}
.price-plan .table tbody .win td:nth-child(4) span{
    color: #ff4450;
}
.price-plan .table tbody .mac td:nth-child(4) span{
    color: #ff4450;
}
.price-plan .table tbody .linux td:nth-child(4) span{
    color: #ff4450;
}
.price-plan .table tbody .win td:nth-child(4){
    border-bottom: 1px solid #ff4450;
}
.price-plan .table tbody .mac td:nth-child(4){
    border-bottom: 1px solid #ff4450;
}
.price-plan .table tbody .linux td:nth-child(4){
    border-bottom: 1px solid #ff4450;
}
.price-plan .table tbody tr td:nth-child(4){
    border-left: 1px solid #ff4450;
    border-right: 1px solid #ff4450;
}
.price-plan .table tbody tr td .free-price{
    color: #148700;
}
.price-plan .table tbody tr td .fa-circle-check{
    color: #148700;
}
.price-plan .table tbody tr td .fa-circle-xmark{
    color: #ff4450;
}
.price-plan .table tbody .custom-buy-btn{
    background: transparent;
    color: #002359;
    border: 2px solid #002359;
    padding: 5px 15px;
    font-size: 17px;
    display: flex;
    gap: 7px;
    text-decoration: none;
    border-radius: 5px;
    margin: 1rem;
    transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    align-items: center;
    justify-content: center;
}
.price-plan .table tbody .custom-buy-btn:hover {
    background: #002359;
    color: #ffffff;
    border: 2px solid #002359;
}
.price-plan .table tbody .custom-download-btn{
    background: #ff4450;
    color: #ffffff;
    border: 2px solid #ff4450;
    padding: 5px 15px;
    font-size: 17px;
    display: flex;
    gap: 7px;
    text-decoration: none;
    border-radius: 5px;
    margin: 1rem;
    align-items: center;
    justify-content: center;
}
.price-plan .table tbody .custom-download-btn:hover {
    background: linear-gradient(to bottom, #ff5a6e 0%,#ff3048 100%);
    color: #ffffff;
    border: 2px solid #ff4450;
}
/*price end*/
/*footer start*/
footer{
    padding: 1rem 0;
    background: #002359;
    color: #fff;
}
footer p{
    color: #afafaf;
    text-decoration: none; 
    padding: 10px;
    margin: 0 10px;
}
footer a{
    color: #fff;
    text-decoration: none;
}
footer .text-right ul{
    list-style: none;
}
footer .text-right ul li{
    float: right;
    padding: 10px;
    margin: 0 10px;
}
/*footer end*/
/*responsive start*/
@media (min-width: 992px) and (max-width:1200px) {
    .three-screenshots {
        min-height: 14rem;
    }
}
@media (min-width: 768px) and (max-width:991px) {
    .three-screenshots {
        min-height: 10rem;
    }
}
@media (min-width: 280px) and (max-width:991px) {
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 10px 15px;
    }
    .navbar .navbar-collapse {
        box-shadow: 0 1px 1px #ddd;
        padding: 1rem;
    }
    .navbar .navbar-toggler {
        box-shadow: none;
    }
}
@media (min-width: 280px) and (max-width:767px) {
    .three-screenshots {
        min-height: 10rem;
    }
    .why-choose .heading{
        text-align: center;
        margin-top: 4rem;
    }
    .why-choose {
        padding: 0.2rem 0;
    }
    .why-choose .py-5 {
        padding-top: 0rem!important;
        padding-bottom: 0rem!important;
        display: flex;
        flex-direction: column-reverse;
    }
    .why-choose:nth-child(odd) .py-5 {
        display: block;
    }
}
@media (min-width: 280px) and (max-width:575px) {
    header .navbar .navbar-brand {
        width: 70%;
    }
    .three-screenshots {
        min-height: 7rem;
    }
}

   .footer {
  background: #002359;
  color: #ffffff;
}


.wide-screen a {
  text-align: center;
  justify-content: center;
  margin: 10px
}

.footer a {
  text-decoration: none;
  list-style: none;
  color: #ffffff;
  text-align: center !important;
}

.f-link {
  justify-content: end;
  align-items: end;
  font-size: 16px
}

.link1 {
  font-size: 18px;
  color: #ffffff;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
}

.icon {
  font-size: 25px;
}

.icon>.background_circle {
  border-radius: 50px;
  height: 50px;
  width: 50px;
  background-color: #000
}

.loc {
  height: 50px;
  padding-top: 0
}

.page-footer-nav li {
  padding-bottom: 10px;
  color: #ffffff;
}

.f-logo-text {
  color: #ffffff;
}


.pb-1 {
  font-size: 14px
}

.statement {
  background: #002359;
  color: #fff;
  font-size: 18px;
  justify-content: center;
  align-items: center;
  line-height: 50px
}
/*responsive end*/

