@import url('https://fonts.googleapis.com/css2?family=Actor&family=Alatsi&display=swap');
html{
scroll-behavior: smooth;
}


/*  CONTAINERS  */
.container{
    padding: 0 10%;
}

.vertical-center {
    padding-top: 15%;
  }

.topBG{
    background-image: url( '../images/topBG.svg' );
    background-repeat: no-repeat;
    background-size: cover;   
    padding-bottom: 100px; 
    margin-bottom: 100px;
}

.middleBG{
    background-image: url( '../images/middleBG.svg' );
    background-repeat: no-repeat;
    background-size: cover;    
}

.sideImgBG{
  background-image: url( '../images/sideBG.svg' );
    background-repeat: no-repeat;
    background-size: cover; 
}

.footerBG{
  background-image: url( '../images/footerBG.svg' );
    background-repeat: no-repeat;
    background-size: cover; 
    min-height: 330px; margin-top: 100px;
    text-align: center;
}



/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.sectionstudy {
	clear: both;
	padding: 0 30px;
	margin: auto;
  background-color: white;
  max-width: 900px;

}



/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 780 PIXELS */
@media only screen and (max-width: 780px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
    .container {padding: 0 5%;}
}



/*  NAVBAR */
nav{
    font-family: 'Actor', sans-serif;
    box-sizing: border-box;
    display: flex;
    height: 80px;
    width: 100%;
    /*background: #fff;*/
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
    flex-wrap: wrap;
    position: fixed;
    z-index: 1;
  }
  @media (max-width: 780px) {
   nav{padding: 0 5%}
  }

  .navbar-fixed-top.scrolled {
    background-color: #fff !important;
    transition: background-color 200ms linear;
  }

  .navbar-fixed-top.scrolled li a {
    color:#555;
  }
  .navbar-fixed-top.scrolled li a:hover {
    color: #4398F7;
  }

  /* Add some top padding  */
.content {
    padding-top: 80px;
  }

  nav ul{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
  }
  nav ul li{
    margin: 0 5px;
  }
  nav ul li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    padding: 8px 15px;
    border-radius: 5px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
  }

  nav ul li a:hover{
    color: #555;
  }

  
  nav .menu-btn i{
    color: #272626;
    font-size: 22px;
    cursor: pointer;
    display: none;
  }
 
  
  @media (max-width: 1260px) {
    #hidemenu{display: none;} 
  }
  @media (min-width: 1260px) {  
    #menubtn{display: none;} 
  }



  .sidenav {
    font-family: 'Actor', sans-serif;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: center;
  }
  
  .sidenav a {
    padding: 8px 8px 40px 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

  /*  BUTTON */
  button{
    background-color: #00C59B;
    padding: 10px 30px;
    border: none;
    color: white;
    font-size: 16px;
    box-shadow: 5px 10px 10px 0px rgba(0,0,0,0.1);
  }
  button:hover{
    background-color: #04ddae;
    cursor: pointer;
}

/*  FONT STYLES */

h1{
    font-family: 'Alatsi', sans-serif;
    font-size: 54px;
}

h2{
    font-family: 'Alatsi', sans-serif;
    font-size: 24px;
}

p{
    font-family: 'Actor', sans-serif;
    font-size: 16px;
    color: #555;
    line-height: 30px;
}

b{
  font-family: 'Alatsi', sans-serif;
}

#faqtitle{text-align: left;}

a{color: #4398F7;}
.whiteLink{color: white;}

.leadtxt{
    font-family: 'Actor', sans-serif;
    font-size: 24px;
}
.txtcenter{
    text-align: center;
}

@media (max-width: 780px) {
  h1, h2, p {text-align: center;}
  .btn{display: block; text-align: center;}
  
 }

 @media (max-width: 780px) {
  .sectionstudy h1, h2, p {text-align: left;}
  .sectionstudy h1{font-size: 28px;}
  .btn{display: block; text-align: center;}
  
 }



.img-responsive {
    width: 100%;
    height: auto;
  }

  .howItWorksList{
    padding: 3% 0;
  }

  .howItWorksList p{
    align-content: baseline;
  }

  .bigNumber{
    display: block;
    font-family: 'Alatsi', sans-serif;
    font-size: 24px;
    width: 60px;
    height: 45px;
    border-radius: 30px;
    padding-top: 12px;
    margin-right: 20px;
    border: 1px solid #777;
    text-align: center;
    float: left;
    
  }




   /*  FEATURES */

   @media (max-width: 1009px) {
    .desktopfeatures{display: none;}
  }
  @media (min-width: 1010px) {
    .mobilefeatures{display: none;}
  }

  .imageMenu{
border-left: 8px solid #ccc;
padding: 1px 1px 1px 20px;
color: #cecece;
cursor: pointer;
  }

  .imageMenu:hover{
    border-left: 8px solid #009FFD;
    color: #333;
    background-color: aliceblue;
    cursor: pointer;
      }

  .active{
    border-left: 8px solid #009FFD;
    color: #333;
    background-color: aliceblue;
    cursor: pointer;
  }

  .active .bigNumber{
    
    color: #009FFD;
    border-color: #009FFD;
    
  }

  .imagemenu,h4{
    margin-top: 0;
  }


  /* SLIDER */

  .mySlides {
    display: none;
    text-align: center;
  }
  img {
    vertical-align: middle;
  }
  .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  /* Next & previous buttons */
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  /* Position the "next button" to the right */
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  /* On hover, add a black background color with a little bit see-through */
  .prev:hover,
  .next:hover {
    background-color: rgba(190, 190, 190, 0.8);
  }
  /* Caption text */
  .text {
    color: #333;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    width: 100%;
    text-align: center;
    padding-top: 50px;
  }
  /* Number text (1/3 etc) */
  .numbertext {
    color: #000000;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
  }
  /* The dots/bullets/indicators */
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #999999;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  .slideractive,
  .dot:hover {
    background-color: #111111;
  }
  /* Fading animation */
  .fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
  }
  @-webkit-keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  @keyframes fade {
    from {
      opacity: .4
    }
    to {
      opacity: 1
    }
  }
  /* On smaller screens, decrease text size */
  @media only screen and (max-width: 300px) {
    .prev,
    .next,
    .text {
      font-size: 11px
    }
  }


/*  CASE STUDY */
/*  ============================================= */
.casestudyLink{
  font-family: 'Alatsi', sans-serif;
  text-align: center;
  font-size: 18px;
}




  /*  FAQ */

  .faq-content {
    padding: 9px 25px 3rem; 
  }
  
  .faq-content h1 {
    font-size: 32px;
    text-align: center;
    color: var(--primary-dark-color);
  }
  
  .faq-accordion {
    padding: 8px 0;
    border-bottom: 1px solid hsl(240, 5%, 91%);
  }
  
  
  /* FAQ card: main title */
  /*================================================*/
  
  /* checkbox tgg-title*/
  input.tgg-title {
    appearance: unset;
    all:unset;
  }
  
  .faq-accordion-title label{
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  
  .faq-accordion-title h2{
    font-size: 16px /*var(--font-size)*/;
    font-weight: 400;
    color: var(--neutral-dark-color);
    text-align: left;
  }
  
  .faq-accordion-title span{
    margin-left: auto;
    transition: transform .4s ease-in-out;
  }
  
  
  /* FAQ card: main content */
  /*================================================*/
  
  .faq-accordion-content {
    color: var(--neutral-soft-color);
    overflow: hidden;
    max-height: 0;
    transition: max-height .4s ease-in-out;
  }

  .faqtxt{text-align: left; line-height: 30px; color: #777;}
  
  
  /* Effects */
  /*================================================*/
  
  /* main title, accordion title effects */
  
  .faq-accordion-title:hover h2{
    color: var(--primary-soft-color)
  }
  
  /* onclick "" */
  .faq-accordion .tgg-title:checked + div>label>h2 {
    font-weight: 700;
  }
  
  .faq-accordion .tgg-title:checked + div>label>span {
    will-change: transform;
    transform: rotate(180deg);
  }
  
  /* main content, acordion text effect */
  
  .faq-accordion .tgg-title:checked ~ .faq-accordion-content{
    will-change: max-height;
    max-height: 800px;
  }



  /* progress bar for slideshow desktop */
  .progress {
    background: rgba(255, 255, 255, 0.1);
    justify-content: flex-start;
    border-radius: 2px;
    align-items: center;
    position: relative;
    padding: 0;
    display: flex;
    height: 4px;
    width: 95%;
  }
  
  .progress-value {
    animation: load 6s normal forwards;
    border-radius: 1px;
    background: #04b0ff;
    height: 2px;
    width: 0;
  }
  
  @keyframes load {
    0% { width: 0; }
    100% { width: 100%; }
  }

/* reviews testimonials slider */

.reviews-wrapper {
	height: 100%;
	width:100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-bottom: 5rem;
}



.blue-line {
	height: 0.3rem;
	width: 6rem;
	background-color: #009aff;
	margin-bottom: calc(3rem + 2vmin);
}

.wrapper-for-arrows {
  font-family: 'Actor', sans-serif;
	position: relative;
	width: 70%;
	border-radius: 2rem;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	overflow: hidden;
	display: grid;
	place-items: center;
 
}

@media (max-width: 780px) {
  .wrapper-for-arrows {
    width: 100%;
  }
 }

.review-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: calc(2rem + 1vmin);
	width: 100%;
}

#imgDiv {
	border-radius: 50%;
	width: calc(6rem + 4vmin);
	height: calc(6rem + 4vmin);
	position: relative;
	box-shadow: 5px -3px #009aff;
	background-size: cover;
  background-position: center;
	margin-bottom: calc(0.7rem + 0.5vmin);
}


#imgDiv::after {
	content: "''";
	font-size: calc(2rem + 2vmin);
	font-family: cursive;
	line-height: 150%;
	color: #fff;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: #009aff;
	position: absolute;
	top: 10%;
	left: -10%;
	width: calc(2rem + 2vmin);
	height: calc(2rem + 2vmin);
}

#personName {
	margin-bottom: calc(0.7rem + 0.5vmin);
	font-size: calc(1rem + 0.5vmin);
	letter-spacing: calc(0.1rem + 0.1vmin);
	font-weight: bold;
}

#profession {
	font-size: calc(0.8rem + 0.3vmin);
	margin-bottom: calc(0.7rem + 0.5vmin);
	color: #009aff;
}

#description {
	font-size: calc(0.8rem + 0.3vmin);
	width: 70%;
	max-width: 40rem;
	text-align: center;
	margin-bottom: calc(1.4rem + 1vmin);
	color: rgb(92, 92, 92);
	line-height: 2rem;
}

.arrow-wrap {
	position: absolute;
	top: 50%;
}

.arrow {
	width: calc(1.4rem + 0.6vmin);
	height: calc(1.4rem + 0.6vmin);
	border: solid #009aff;
	border-width: 0 calc(0.5rem + 0.2vmin) calc(0.5rem + 0.2vmin) 0;
	cursor: pointer;
	transition: transform 0.3s;
}

.arrow:hover {
	transition: 0.3s;
	transform: scale(1.15);
}

.left-arrow-wrap {
	left: 5%;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
}

.right-arrow-wrap {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	right: 5%;
}



@media screen and (max-width: 900px) {
	.review-wrapper {
		width: 100%;
	}
}
