/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@import url('https://fonts.cdnfonts.com/css/codec-pro');
@font-face {
  font-family: "Codec-Pro-Ultra";
  src:
    url("https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/CodecPro-Ultra.woff") format("woff");
}
@font-face {
  font-family: "SuisseIntl400";
  src:
    url("https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/SuisseIntl-Regular.woff2") format("woff");
}
@font-face {
  font-family: "SuisseIntl600";
  src:
    url("https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/SuisseIntl-Medium.woff2") format("woff");
}
@font-face {
  font-family: "SuisseIntl800";
  src:
    url("https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/SuisseIntl-Semibold.woff2") format("woff");
}

::-moz-selection {
	color: #fff;
    background: #333;
    text-shadow: none;
}

::selection {
	color: #fff;
    background: #333;
    text-shadow: none;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1280px;
  width: 100%;
}
.container.container-sm {
  max-width: 1080px;
  width: 100%;
}

body {
	font-size: 16px;
	letter-spacing: 0 !important;
  direction: rtl; 
  background:#fff;
  color: #1F0433;
  font-family: "SuisseIntl400", "Rubik", sans-serif !important;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Codec-Pro-Ultra', sans-serif;                                              
}

.logo2 {
  width: auto;
  height: 40px;
}
.menu {
  border: 0 solid #fff;
  list-style: none;
  padding: 0;
  padding-top: 10px;
}
.menu li {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  margin: 0 15px;
}
.menu li a {
  color: #fff;  
}
.menu li a:hover {
  color: #eee;  
  text-decoration: none;
}
p {
	line-height: 27px;
	margin-bottom: 20px;
}
p.large {
  font-size: 19px;
	line-height: 31px;
}
li {
	line-height: 27px;
}
.logo {
  width: 72px;
}
.bg-grey {background: #F2F2F2;}
.btn-default,
.btn-default:hover,
.btn-default:focus {
  background: #AE72FF !important;
  border: 1px solid #AE72FF !important;
  color: #fff;
  font-weight 600;
  padding: 15px 35px;
  border-radius: 40px;
}
.btn-default img {
  height: 15px;
  margin-right: 15px;
  width: auto;
}
.btn-dark,
.btn-dark:hover,
.btn-dark:focus {
  background: #1F0433 !important;
  border: 1px solid #1F0433 !important;
}
.btn-white,
.btn-white:hover,
.btn-white:focus {
  color: #1F0433;
  background: #fff !important;
  border: 1px solid #fff !important;
  padding: 12px 25px;
}
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #1F0433;
  background: #F5F4F6 !important;
  border: 1px solid #F5F4F6 !important;
  font-weight: 600;
}
.btn-alt,
.btn-alt:hover,
.btn-alt:focus{
  font-family: "Codec-Pro-Ultra";
  border-radius: 16px;
  font-size: 20px;
}
section {
  padding: 70px 0;
}
section.less {
  padding: 20px 0;
}
.hero {
  background: #AE72FF;
  margin: 5px;
  border-radius: 12px;
}
.hero2 {
  background: #3C1C54;
  margin: 5px;
  border-radius: 12px;
}
.hero3 {
  background: #1F0433;
  margin: 10px;
  border-radius: 16px;
}
.hero4 {
  background: url('https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/mzd-ebook-bg.png') no-repeat center #1F0433;
  background-size: cover;
  margin: 10px;
  border-radius: 40px;
  padding: 20px;
}
.hero6 {
  background: #AE72FF;
  margin: 10px;
  border-radius: 16px;
}
.hero4 h1.large {
  font-size: 53px;
  font-weight: 800;
  line-height: 84px;
}
.hero4 p.large {
  font-size: 24px;
  font-weight: 400;
  line-height: 42px;
}
section h1 {
	font-size: 56px;
  font-weight: 800;
	line-height: 60px;
	padding-bottom: 20px;
}
section h2 {
	font-size: 46px;
  font-weight: 800;
	line-height: 60px;
  margin-top: 0;
  margin-bottom: 40px;
}
section h3 {
	font-size: 30px;
	line-height: 47px;
  font-weight: 800;
  margin-bottom: 15px;
}
section h4 {
	font-size: 18px;
	line-height: 35px;
}
section h5 {
	font-size: 24px;
	line-height: 35px;
}
p .overlay {
  background: #A369ED;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
}
p .overlay2 {
  color: #fff;
  background: rgba(255,255,255,0.16);
  padding: 10px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 60px;
}
img.default {
  width: 100%;
  height: auto;
}
img.default.rounded {
  width: 100%;
  height: auto;
  border-radius: 16px;
}
.padtop80 {padding-top: 80px;}
.padtop120 {padding-top: 120px;}
footer {
  background: #1F0433;
  padding: 50px 0;
}
.txt-white {color: #fff;}
.txt-dark1 {color: #1F0433;}

footer  p {
  margin-bottom: 0;
}
footer .logo {
  height: 32px;
  width: auto;
}

 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background: no-repeat;
  cursor: pointer;
  padding: 20px 15px;
  width: 100%;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: inherit;
  font-weight: normal;
  border-bottom: 1px solid #E8E4EB;
}

.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 12px;
  float: left;
  margin-left: -10px;
}

.accordion.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background: none;
  color: #777;
  transition: 0.4s;
  border-bottom: 1px solid #E8E4EB;
}

/* Style the accordion panel. Note: hidden by default */
.panel-content {
  padding: 20px;
  display: none;
  overflow: hidden;
  border-bottom: 1px solid #E8E4EB;
  transition: 0.4s;
  border-radius: 0;
}

/* slick */
.slick-slide{
}
.slick-prev::before, .slick-next::before {
  color: #404040 !important;
  font-size: 28px !important;
}
.slick-next::before {
    content: '' !important;
    background: url(https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/lp-arr1.png) no-repeat #F5F4F6;
    background-size: contain;
    display: block;
    width: 48px;
    height: 48px;
    right: -20px;
    top: -20px;
    position: absolute;
    border-radius: 0 30px 30px 0;
}
.slick-prev::before {
    content: '' !important;
    background: url(https://4731529.fs1.hubspotusercontent-na1.net/hubfs/4731529/webmagix-emails/lp-arr2.png) no-repeat #F5F4F6;
    background-size: contain;
    display: block;
    width: 48px;
    height: 48px;
    transform: rotate(0deg);
    left: -20px;
    top: -20px;
    position: absolute;
    border-radius: 30px 0 0 30px;
}
.slick-dots {
  bottom: -60px !important;
}
.slick-dots li button {
  background: #999 !important;
  border-radius: 100%;
  width: 10px !important;
  height: 10px !important;
}
.slick-dots li.slick-active button {
  background: #AE72FF !important;
}
.slick-dots li button::before {
  font-size: 0 !important;
}

.card-slides .slick-prev,
.customer-slides .slick-prev{
  top: -40px !important;
  bottom: 0 !important;
  left: 32px !important;
  right: auto !important;
  opacity: 0.6;
}
.card-slides .slick-next,
.customer-slides .slick-next{
  top: -40px !important;
  bottom: 0 !important;
  left: 68px !important;
  right: auto !important;
}

.panel-card {
  background: #F2F2F2;
  border-radius: 12px;
  border: 0;
  box-shadow: none;
  padding: 30px;
}
.panel-card p.content {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
  margin-bottom: 40px;
  min-height: 115px;
}
.panel-card p.title,
.panel-card p.subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 0px;
}
.panel-card p.title {
  font-weight: 600;
}
.panel-card .star {
  height: 24px;
  margin-bottom: 15px;
}
.panel-card .logo {
  height: 36px;
}
.panel-card .pic {
  height: 64px;
  width: 64px;
  display: inline-block;
}
.panel-switcher {
  background: #1F0433;
  border-radius: 16px;
  padding-bottom: 10px;
}
.panel-switcher .profile {
  padding: 40px 30px;
  width: 100%;
  height: auto;
}
.panel-switcher h1 {
  padding: 0 30px;
}
.panel-switcher .btn {
  font-size: 20px;
  width: 100%;
  color: #1F0433;
  font-weight: 500 !important;
}
.panel-switcher p {
  padding: 0 30px;
  font-size: 20px;
}

.hero6 .subtitle {
  padding-left: 120px;
  font-size: 22px;
  font-weight: 400;
}

.panel-title1 {
  font-weight: 600;
  padding: 15px 0;
  font-size: 16px;
  line-height: 24px;
}

.panel-block1 {
  background: #F4F2F5;
  overflow: hidden;
  border: 0;
  box-shadow: none;
  border-radius: 12px;
  padding: 10px 0;
}
.panel-block1 .content {
  padding: 50px;
  padding-left: 80px;
}
.panel-block1 p {
  font-weight: 600;
}
.panel-block1 ul {
  padding: 0;
  list-style: none;
}
.panel-block1 ul li {
  font-weight: 600;
  color: #5D5266;
  margin: 30px 0;
  border-right: 2px solid #AE72FF;
  padding-right: 20px;
  line-height: 19px;
}

@media only screen and (max-width: 768px) {
  p.large {
    font-size: 17px !important;
    line-height: 29px !important;
  }
  .padtop80 {padding-top: 40px;}
  .padtop120 {padding-top: 20px;}
  .btn-white,
  .btn-white:hover,
  .btn-white:focus {
    padding: 8px 7px;
    font-size: 11px;
  }
  .logo {
    width: 48px;
  }
  .logo2 {
    width: auto;
    height: 30px;
  }
  .menu {padding-top: 5px;}
  .menu li {
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
    margin: 0 6px;
  }
  .nopadmob {
    padding-left: 0;
    padding-right: 0;
  }
	section {
		padding: 40px 15px !important;
	}
  section.less {
    padding: 0 !important;;
  }
  .container-sm {

  }
	section h1 {
    font-size: 36px;
    line-height: 50px;
	}
	section h2  {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 40px;
	}
	section h4 {
		font-size: 18px;
		line-height: 30px;
	}
  section h5 {
    font-size: 21px;
    line-height: 35px;
  }
  .hero4 h1.large {
    font-size: 36px;
    line-height: 52px;
  }
  .hero4 p.large {
    font-size: 21px !important;
    line-height: 30px !important;
  }
  
  .hero6 .subtitle {
    padding-left: 60px;
    font-size: 22px;
  }
  .panel-title1 {
    padding: 10px 0;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 30px;
  }
  .panel-block1 .content {
    padding: 30px;
  }
  .panel-block1 ul li {
    margin: 25px 0;
    padding-right: 15px;
    font-size: 15px;
  }
}