@font-face {
	font-family: 'JannaLTRegular';
	src: url("../fonts/JannaLTRegular.ttf");
}

@font-face {
	font-family: 'JannaLTBold';
	src: url("../fonts/JannaLTBold.ttf");
}

@font-face {
	font-family: 'MyriadProRegular';
	src: url("../fonts/MyriadPro-Regular.otf");
}

@font-face {
	font-family: 'MyriadProBold';
	src: url("../fonts/MyriadPro-Semibold.otf");
}

@font-face {
	font-family: 'FontAwesome';
	src: url("../fonts/MyriadPro-Semibold.otf");
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html{
  height: 100%;
  direction: rtl;

}
body {
  position: relative;
  line-height: 1;
  font-family: 'JannaLTBold';
  }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: normal; }

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

a{
    text-decoration: none;}

p{
    line-height: 2em;
}

.header{
    position: absolute;
    z-index: 9;
}

.navbar{
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0;
}

.container-fluid{
  --bs-gutter-x: 0;
}

section .container .row .sub-title{
    display: flex;
}
.container-sub-title{
    padding: 5px 10px 5px 10px;
    border-radius: 5px 5px 5px 5px;
    background: #F2F5FA;
}
.center{
  margin: auto;
}
section .container .row .sub-title h6 {
    color: #99CC02;
}

.p1{
    padding: 1em 0;
}

.p3{
  padding: 3em 0;
}

.p5{
    padding: 5em 0;
}

.carousel{
    padding: 5em 0 0 0;
}

.content-top .container{
    max-width: 100%;
    padding: 10px 20px;
    text-align: left;
}
.content-middle .container{
    max-width: 100%; 
    --bs-gutter-x: 0; 
    display: flex;
}

ul.list-items {
    display: inline-flex;
}

ul.list-items .list-item {
    margin-left: 2em;
}

ul.list-items .list-item .list-text a{
    color: #000;
}

.content-middle .container .logo {
    display: flex;
    background-color: #fff;
    width: 20%;
    margin: -2.3em 0 -2em 0;
    padding: 0em;
    border-radius: 0 0 0 10px;
    box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 20%);
}

.content-middle .container .logo img{
    width: 100%;
    height: fit-content;
    padding: 2em 2em 1em 2em;
}

.content-middle .container .widget-container{
    padding: 1em 0;
}

.content-middle .container .widget-container .list-items{
    margin: 0.6em 6em 0 0;
}

.content-middle .container .widget-container .list-items .list-item .list-text a{
    color: #fff;
    font-size: 18px;
}

.fa-icon {
  font-size: 50px;
  padding: 20px;
  color: #99CC02;
}

.fa-icon:hover {
  color: #88b406;
}

.fa-green {
  color: #99CC02;
}

section .container .row .title h2{
  font-size: 50px;
}

section .container .row .title {
  margin-bottom: 40px;
}

.container .row .photo{
  -webkit-mask-image: url('../../img/circle.svg');
  -webkit-mask-size: contain;
  -webkit-mask-position: custom;
  -webkit-mask-position-x: 70%;
  -webkit-mask-position-y: 0%;
  -webkit-mask-repeat: no-repeat;
}

.price-plan{
  box-shadow: 5px 5px 30px 0px rgb(0 0 0 / 20%);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em 3em 3em 3em;
  margin: 1em 1em 1em 1em;
  border-radius: 10px 10px 10px 10px;
}
.price-plan .graph{
  margin-bottom: 20px;
}

.wrap .graph .progressbar-container .progressbar-circle-wrap {
  width: 175px;
  height: 175px;

  position: relative;
    margin: 0 auto;
}

.wrap .graph .progressbar-container .progressbar-circle-wrap .premium-progressbar-circle-base{
  width: 100%;
  height: 100%;
  border: 6px solid #eee;
  border-radius: 50%;

  border-width: 15px;
  border-color: #F2F5FA;
}

.wrap .graph .progressbar-container .progressbar-circle-wrap .premium-progressbar-circle{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}

.wrap .graph .progressbar-container .progressbar-circle-wrap .premium-progressbar-circle div{
  position: absolute;
  left: 0;
  top: 0;    
  height: 100%;
  width: 100%;
  border-width: 15px;
  border-style: solid;
  border-color: #99CC02;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-clip-path: inset(0 50% 0 0);
  clip-path: inset(0 50% 0 0);
}

.wrap .graph .progressbar-container .progressbar-circle-wrap .premium-progressbar-circle-content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.wrap .graph .progressbar-container .progressbar-circle-wrap .premium-progressbar-circle-content .premium-progressbar-left-label{
  font-size: 28px;
  font-weight: 600;
  direction: ltr;
}

.price-plan .list {
  margin-bottom: 20px;
}

.price-plan .list .container ul.list-items {
  display: block;
}

.price-plan .list .container ul.list-items .list-item{
  padding: 0.5em 0;
  margin-left: 0;
}

.price-plan .list .container ul.list-items .list-item .list-icon i{
  font-size: 14px;
  color: #99CC02;
}

.price-plan .list .container ul.list-items .list-item .list-icon i:hover{
  font-size: 14px;
  color: #88b406;
}

.price-plan .list .container ul.list-items .list-item .list-icon i.red{
  font-size: 14px;
  color: #b91a28;
}

.price-plan .list .container ul.list-items .list-item .list-icon i:hover.red{
  font-size: 14px;
  color: #dc3545;
}

section .row .button .warp a{
  color: #FFFFFF;
  background-color: #99CC02;
  padding: 5px 20px;
  font-size: 20px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-radius: 5px 5px 5px 5px;
}

section .row .button .warp a:hover{
  background-color: #88b406;
}

section .row .button .warp{
  text-align: center;
}

section .row .button{
  margin: 20px 0;
}

.footer{
  background-image: linear-gradient(135deg, #181C3A 0%, #1F133A 100%);
  background-color: #181C3A;
  padding: 1em;
  color: #fff;
}

.price-plan .title .box-icon{
  width: 100px;
  height: 100px;
  font-size: 50px;
  margin: auto;
  background-color: #F2F5FA;
  padding: 25px;
  border-radius: 50px;
  margin-bottom: 15px;
}

.navbar-nav{
  margin-right: 1em;
}
.nav-item{
  padding: 5px 15px;
}
.nav-item a{
  font-size: 18px;
}
.navbar-toggler{
  background-color: #fff;
  margin-left: 1em;
}

.nav-link, .navbar-nav .nav-link.active{
  color: #fff;
}

@media (min-width: 1200px){
  .row {
    max-width: 1200px;
    margin: auto;
  }
}

@media (max-width: 430px){
  .row {
    max-width: 430px;
    margin: auto;
  }

  .content-middle .container .logo{
    width: 50%;
  }

  .widget-container .list-items{
    display: none;
  }

  section .container .row .title h2{
    font-size: 20px;
  }
}

@media (max-width: 425px){
  .row {
    max-width: 425px;
    margin: auto;
  }

  .carousel{
    padding: 3em 0 0 0;
  }

  .content-middle .container .widget-container .list-items{
    display: none;
  }
}

@media (max-width: 768px){
  .row{
    margin: auto;
  }
  .content-middle .container .logo{
    width: 80%;
    margin: 0;
  }

  .content-middle .container .logo img{
    width: 50%;
    padding: 1em 0em 1em 5em;
  }

  .content-middle .container .widget-container .list-items{
    display: none;
  }

  .carousel{
    padding: 7em 0 0 0;
  }

  .content-middle .container .widget-container .list-items{
    margin: 0.6em 0em 0 0;
  }
}

@media (min-width: 768px) and  (max-width: 1024px){
  .content-middle .container .logo{
    width: 80%;
    margin: 0;
  }
  .content-middle .container .logo img{
    width: 40%;
    padding: 1em 0em 1em 5em;
  }
  .navbar-collapse{
    margin-top: 0em;
  }
  .navbar .container-fluid{
  }

  .content-middle .container .widget-container .list-items{
    margin: 0.6em 0em 0 0;
  }
}

@media (min-width: 1024px){
  .content-middle .container .logo{
    width: 20%;
  }

  .navbar-collapse{
    padding: 5px 0;
  }
}

