@import url("font-awesome.min.css");
/*----------------------------------------------*/
/*	Font styles
/*----------------------------------------------*/

@font-face {
    font-family: "Copy";
    src: url('/fonts/PTSerif-Regular.ttf') format("truetype");
}
@font-face {
    font-family: "Copy";
    src: url('/fonts/PTSerif-Regular.ttf') format("truetype");
}

@font-face {
    font-family: "Title";
    src: url('/fonts/HelveticaNeue.ttf') format("truetype");
}

@font-face {
    font-family: "Copy-font";
    src: url('/fonts/AkkuratPro-Light.otf') format("opentype");
}

@font-face {
    font-family: "Title-font";
    src: url('/fonts/Chronicle Display Roman.otf') format("opentype");
}

@font-face {
    font-family: "Title-font-light";
    src: url('/fonts/Chronicle Display Extra Light.otf') format("opentype");
}

@font-face {
    font-family: "Title-font-italic";
    src: url('/fonts/Chronicle Display Italic.otf') format("opentype");
}

@font-face {
    font-family: "Title-font-italic-light";
    src: url('/fonts/Light Italic.otf') format("opentype");
}
/*----------------------------------------------*/
/*	Font styles End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	General styles
/*----------------------------------------------*/
body {
  background: #FFFFFF;
  margin: 0px; 
  font-size: 1.2rem;
  font-family: Inter, sans-serif;
}

h1 {
  font-family: Inter, sans-serif;
  color: #3A3A3A;
  font-size: 2rem;
}

h1.works-title {
  text-align: center;
}

h1.name {
  margin: 0.5rem 0;
}

h1.about-me {
  color: #fff;
}

p {
  font-family: Inter, sans-serif;
}

a, p {
  color: #2A2C2B;
  font-size: 1.2rem;
  line-height: 2rem;
}
/*----------------------------------------------*/
/*	General styles End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Image Viewer
/*----------------------------------------------*/
/* Style the Image Used to Trigger the Modal */
.video-thumbnail {
  border-radius: 5px;
  width: 100%;
  max-width:600px;
  z-index: 345;
}

@media only screen and (max-width: 768px) {
  .video-thumbnail {
    width: 90%;
  }
}

@media only screen and (max-width: 414px) {
  .video-thumbnail {
    width: 90%;
  }
}





/*----------------------------------------------*/
/*	Image Viewer End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Image Viewer
/*----------------------------------------------*/
/* Style the Image Used to Trigger the Modal */
.img-thumbnail{
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
	width:100%;
	z-index: 345;
}

.img-thumbnail:hover {opacity: 0.7;}
/* The Modal (background) */

.modal{
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  /* padding-top: 100px;  Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	z-index: 3455;
}
/* Modal Content (Image1) */
.modal-content{
  margin: 10% auto;
  display: block;
  width: 80%;
  max-width: 1000px;
	
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption01 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption01{
  animation-name: zoom;
  animation-duration: 0.6s;
}
/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption02 {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}


@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  justify-content: center;
  color: #2A2C2B;
  font-size: 45px;
  font-weight: bold;
  align-items: center;
  transition: 0.3s;
  position: fixed;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 200px;
  background-color: rgb(255, 255, 255);
  z-index: 100000;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 1000px) {
  .modal-content {
    width: 100%;
  }
}

/* Adjust close button for smaller screens */
@media only screen and (max-width: 414px) {
  .close {
    font-size: 35px;
    width: 50px;
    height: 50px;
    bottom: 15px;
  }
}
/*----------------------------------------------*/
/*	Image Viewer End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Hero Header
/*----------------------------------------------*/
.paraimg-1 {
  position: relative;
  opacity: 0.5;
  background: €000;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.paraimg-1 {
  
  background-image: url("../images/you_are_my_hero.jpg");
  min-height: 400px;
}

.para-caption {
	display: flex;
    flex-direction:row;
	align-content: center;
    justify-content:space-around;
    flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 40%;
  width: 100%;
  text-align: center;
  color: #000;
}
.para-caption span.para-border {
	font-family: Inter, sans-serif;
	font-weight: 900;
  font-size: 80px;
  color: #fff;
  padding: 18px;
 
  letter-spacing: 10px;
}
.para2-caption {
	display: flex;
    flex-direction: row;
    justify-content: space-around;
flex-wrap: wrap;
  position: absolute;
  left: 0;
  top: 60%;
  width: 100%;
  text-align: center;
  color: #000;
}
.para2-caption span.para2-border {
	font-family: Inter, sans-serif;
	font-weight: 400;
  
  color: #fff;
  padding: 25px;
  font-size: 25px;
  letter-spacing: 10px;
}

.arrows {
  margin-top: 20px;
  animation: bounce 2s infinite;
}
.arrows i {
  display: block;
  font-size: 24px;
  color: white;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
  }
  40% {
      transform: translateY(-10px);
  }
  60% {
      transform: translateY(-5px);
  }
}
/*----------------------------------------------*/
/*	Hero Header End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Furniture
/*----------------------------------------------*/

#nav {
  height: 65px;
  width: 100%;
  background-color: #3A3A3A;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 1000;
}

#nav-content {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #nav {
    height: auto;
    flex-direction: column;
    padding: 0px 0;
  }

  #nav-content {
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
    /*align-items: center;*/
  }
}

@media screen and (max-width: 414px) {
  #nav-content {
    width: 100%;
    padding: 0 0px;
    flex-direction: row;
    justify-content: space-between;
  }
}



.logo {
  margin: 15px 0 0 15px;
}

.logo img {
  width: 90px;
}

.sections {
  margin: 20px 20px 0 0;
	
}

.sections span {
  margin: 0 10px;
}

.sections a {
  font-family: Inter, sans-serif;
  color: #fff;
  text-decoration: none;
}

.cv a {
  /*border: solid 1px #fff;
border-radius: 5px;*/
  padding: 8px 18px;
  margin: 0px;
	background-repeat: no-repeat;
	background-repeat: no-repeat;
	background-image: url("../images/cv_icon.svg");
	cursor: pointer;
}
.work a {
  /*border: solid 1px #fff;
border-radius: 5px;*/
  padding: 8px 18px;
  margin: 0px;
	background-repeat: no-repeat;
	background-image: url("../images/work_icon.svg");
	cursor: pointer;
}
/*----------------------------------------------*/
/*	Furniture End
/*----------------------------------------------*/

/*----------------------------------------------*/
/*	Footer
/*----------------------------------------------*/
#footer {
  width: 100%;
 /*height: 60px;*/
  background-color: #141414;
  /*padding: 30px 30px;*/
}

.footer-container {
  width: 70%;
  margin: 0px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.copyright {
  font-family: Inter, sans-serif;
  color: #B9C0C5;
  font-size: 0.9rem;
}

.s-media-container {
}

.s-media-container a {
  margin: 0 0 0 10px;
}

.heart {
  position: relative;
  top:5px;
}

/*----------------------------------------------*/
/*	Furniture End
/*----------------------------------------------*/

/*----------------------------------------------*/
/*	Bio
/*----------------------------------------------*/
.p{
  font-family: Inter, sans-serif;}
  
#bio {
  width: 70%;
  margin: 3rem auto 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
    font-family: Inter, sans-serif;
   
    align-self: flex-end;
    line-height: 150%;
    letter-spacing: -0.5px;
    font-weight: 300;
}

.bio-summary {
  width: 50%;
  font-family: Inter, sans-serif;
}

.work-title {
  display: block;
  font-family: Inter, sans-serif;
  letter-spacing: 2.2px;
  margin-bottom: 1.8rem;
  color: #2A2C2B;
  font-size: 1.4rem;
}

.other-titles {
  font-family: Inter, sans-serif;
  line-height: 1.8rem;
}

.bio-company {
  width: 50%;
 
  color: #2A2C2B;
  align-self: flex-end;
  
}

/*----------------------------------------------*/
/*	Bio End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Works
/*----------------------------------------------*/
#works {
  width:80%;
  margin: 0 auto 4rem;
}

#works-container {
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin: 4rem 0 0 0;
}

#works-container a {
  text-decoration: none;
  width: 48%;
  margin: 0 0 2rem 0;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.project{
  height: 380px;
  border: 1px solid #E7E8EA;
  box-shadow: 0 0 11px 0 rgba(0,0,0,0.12);
  display:flex;
  flex-direction: column;
  justify-content: space-evenly;
}
/*----------------------------------------------*/
/*	Works End
/*----------------------------------------------*/



/*----------------------------------------------*/
/*	project.# 1
/*----------------------------------------------*/
.project.fortunes {
  background: linear-gradient(to bottom, #c73c0a 50%, white 20%);
  border-radius: 25px;

}
.project.authentic {
  background: linear-gradient(to bottom, #77A007 50%, white 20%);
  border-radius: 25px;

}
.project.playtech {
  background: linear-gradient(to bottom, #161F49 50%, white 20%);
  border-radius: 25px;
}
.project.bingomillions {
  background: linear-gradient(to bottom, #b71825 50%, white 20%);
  border-radius: 25px;
}
.project.spin-along {
  background: linear-gradient(to bottom, #F9B226 50%, white 20%);
  border-radius: 25px;
}
.project.slots {
  background: linear-gradient(to bottom, #5c0b92 50%, white 20%);
  border-radius: 25px;
}

/*----------------------------------------------*/
/*	project.# 1 End
/*----------------------------------------------*/


.project-img {
  text-align: center;
}


/*----------------------------------------------*/
/*	project-img.# 2
/*----------------------------------------------*/



.project-img.fortunes img {
  width: 75%;
	max-width: 725px;
 margin: 2.7rem auto 0; 
}
.project-img.authentic img {
  width: 75%;
	max-width: 725px;
 margin: 2.7rem auto 0; 
}
.project-img.playtech img {
  width: 75%;
	max-width: 725px;
 margin: 2.7rem auto 0; 
}
.project-img.bingomillions img {
  width: 85%;
	max-width: 725px;
  margin: 2rem auto 0;
}
.project-img.spin-along img {
  width: 75%;
	max-width: 725px;
 margin: 2.7rem auto 0; 
}
.project-img.slots img {
  width: 75%;
	max-width: 725px;
 margin: 2.7rem auto 0; 
}

/*----------------------------------------------*/
/*	project-img.# 2 End
/*----------------------------------------------*/

.project-img.nap img {
  width: 80%;
	max-width: 725px;
  margin: 2.5rem auto 0;
}

.project-caption {
  height: 22%;
}

.client-name {
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}

.project-name {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  text-align: center;
  display: block;
  font-weight: 500;
  margin: 0px 5px 0px 5px;
}

/*----------------------------------------------*/
/*	hero-# 2 
/*----------------------------------------------*/

.hero-fortunes {
  width: 100%;
  background: linear-gradient(to bottom, #c73c0a 70%, white 30%);
  padding-top: 1%;
}

.hero-authentic {
  width: 100%;
  background: linear-gradient(to bottom, #161F49 70%, white 30%);
  padding-top: 1%;
}

.hero-playtech {
  width: 100%;
  background: linear-gradient(to bottom, #161F49 70%, white 30%);
  padding-top: 1%;
}

.hero-bingomillions {
  width: 100%;
  background: linear-gradient(to bottom, #b71825 70%, white 30%);
  padding-top: 1%;
}

.hero-spinalong {
  width: 100%;
  background: linear-gradient(to bottom, #F9B226  75%, white 25%);
  padding-top: 1%;
}

.hero-slots {
  width: 100%;
  background: linear-gradient(to bottom, #6f8cb8  75%, white 25%);
  padding-top: 1%;
}
/*----------------------------------------------*/
/*	hero-# 2 End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	CV Syles
/*----------------------------------------------*/
#intro-container {
  width: 60%;
  margin: 50px auto 80px;
  font-size: 1rem;
  text-align: center;
}

#intro-container p {
  text-align: left;
}

#intro-container h1 {
  font-family: Inter, sans-serif;
  margin: 0.3rem 0 0.5rem;
}

.copy-strong-blue {
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  color: #3A3A3A;
  letter-spacing: 1.3px;
  text-align: center;
  font-weight: 500;
}

.intro-details {
  width: 100%;
  color: #484848;
  margin: 2rem auto 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

.intro-details .location {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
}

.intro-details a {
  text-decoration: none;
}

#intro-container p {
  line-height: 1.7rem;
}

.email {
position: relative;
top: 4px;
}

.cv-body-container {
  width: 80%;
  margin: 0 auto;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

.experience {
  width: 65%;
}

.cv-heading {
  font-family: Inter, sans-serif;
  font-size: 1.2  rem;
  color: #3A3A3A;
  letter-spacing: 1.3px;
  padding: 0.6rem 0 0.7rem;
  border-bottom: solid 2px #3A3A3A;
}

.role {
  border-bottom: dotted 2px #E7E8EA;
  padding-bottom: 20px;
  padding-top: 5px;
}

.role h2 {
  font-family: Inter, sans-serif;
  font-size: 1.4rem;
  color: #2A2C2B;
  font-weight: 600;
  margin: 1.1rem 0 0.3rem 0;
}

.role a {
 font-family: Inter, sans-serif;
 font-size: 1rem;
 color: #3A3A3A;
 font-weight: 100;
 margin: 0.1rem 0 1.2rem;
}

.role-details {
  margin: 1rem 0;
  display:flex;
  flex-direction: row;
  justify-content: space-between;
}

.role-content-o p {
  line-height: 1.7rem;
}

.role-content-o li, .role-content li {
  font-family: Inter, sans-serif;
  margin: 0 0 0.4rem 0;
}

.role-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.collapsible {
  cursor: pointer;
  font-size: 1rem;
  font-family: Inter, sans-serif;
  width: 100%;
  border: none;
  padding: 0;
  margin: 1rem 0 0 0;
  text-align: left;
  outline: none;
  background-color: #fff;
  background-image: url(/images/but-collapse-2.svg);
  background-repeat: no-repeat;
  background-position: 105px 7px;
}

.collapsible.active {
  background-image: url(/images/but-collapse-3.svg);
  background-position: 105px 6px;
}

.date {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  color: #484848;
}

.credit a{
  font-family: Inter, sans-serif;
  font-size: 1rem;
  color: #484848;
}



.location {
  font-family: Inter, sans-serif;
  font-size: 1rem;
  color: #484848;
}

.date img {
  position: relative;
  top: 3px;
}

.location img {
  position: relative;
  top: 3px;
}

.aside {
  width: 30%;
}

.aside-small-container {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 19px 0 11px;
}

.b-bottom {
  border-bottom: dotted 2px #E7E8EA;
}

.achievment-container {
  margin: 0 0 0 12px;
}

.achievment-container a {
  font-size: 1rem;
}

.aside-small-container h4 {
  font-family: Inter, sans-serif;
  color: #484848;
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 500;
  margin: 0 auto;
}

.achievment-container p {
  font-size: 1rem;
  line-height: 1.3rem;
  
}

.ed-container {
	 display: flex;
  flex-direction: row;
  align-items: flex-start;
  
  font-family: Inter, sans-serif;
  padding: 22px 0 0 0px;
  color: #484848;
  font-size: 1rem;
}
.education-container{ 
	margin: 0 0 0 12px;
	padding: 0 0 30px 12px;}

.ed-container .school {
    font-family: Inter, sans-serif;
    color: #3A3A3A;
    font-weight: 300;
    display: block;
    margin: 8px 0;
}

.ed-container .discipline {
  font-weight: 500;
}

.lang {
    font-family: Inter, sans-serif;
    color: #484848;
    font-size: 1rem;
    padding: 20px 0;
}

/*----------------------------------------------*/
/*	CV Syles End
/*----------------------------------------------*/

/*----------------------------------------------*/
/*	88 Fortunes
/*----------------------------------------------*/

.fortunesImages {
  max-inline-size: 88em;
  padding: var(--metric-box-spacing);
  margin: auto;
  
}
.fortunesImages img {
  max-inline-size: 100%;
  block-size: auto;
  inline-size: 100%;
}
.responsiveImages {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}
.responsiveImages section {
  flex-basis: 15em;
  flex-grow: 1;
  padding: var(--metric-box-spacing);
  background-color: var(--color-off-white);
  border-radius: var(--metric-radius);
  box-shadow: var(--generic-shadow);
}

/*----------------------------------------------*/
/*----------------------------------------------*/
/*	Case Studies
/*----------------------------------------------*/
/*----------------------------------------------*/

/* furniture back to projects */
.backmenucircle {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 30;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    margin-bottom: 20px;
    border-radius: 200px;
    background-color: #fff;
    box-shadow: 1px 1px 19px 3px hsla(0, 0%, 57%, .15);
    z-index: 100000;
}

.backtomenutext {
    position: fixed;
    right: 0px;
    bottom: 0px;
    z-index: 30;
    margin-right: 28px;
    margin-bottom: 35px;
    padding: 6px 15px;
    border-radius: 100px;
    background-color: #374140;
    opacity: 0;
    font-family: 'Copy-font', sans-serif;
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    z-index:1;

    transform-style: preserve-3d;
    transition: transform 200ms ease-in-out 0s, opacity 200ms ease 0s;
    transform: translateX(0px) translateY(0px) translateZ(0px);
}

.gridnew {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-top: 19px;
    padding-bottom: 19px;
    opacity: 1;

    transform-style: preserve-3d;
    transition: transform 200ms ease-in-out 0s;
    transform: scaleX(1) scaleY(1) scaleZ(1);
}

.backmenucircle:hover .gridnew {
  transition: 200ms ease-in-out 0ms;
  transform: scaleX(1.2) scaleY(1.2) scaleZ(1.2);
}

.backmenucircle:hover + .backtomenutext {
  transform-style: preserve-3d;
  transition: transform 300ms ease-in-out 0s, opacity 700ms ease 0s;
  opacity: 1;
  transform: translateX(-60px) translateY(0px) translateZ(0px);
}


/* FT */
.hero-full {
  background-image: url(/images/ft-transitions-hero.png);
  background-size: cover;
  padding: 0 0 2rem 0;
}
/* products nav
.hero-full #nav, .hero-authentic #nav, .hero-fortunes #nav, .hero-playtech #nav, .hero-spinalong #nav, .hero-slots #nav, .hero-slots #nav {
  background-color: transparent;
	
}*/


.problem-statement {
  width: 60%;
  margin: 1.5rem auto 4rem;
  display: block;
  font-family: Inter, sans-serif;
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
}

#main-container {
  margin: 3rem auto 0;
  width: 100%;
}

.cs-paragraph {
  width: 60%;
  line-height: 1.8rem;
  margin: 0 auto;
}

.cs-cheat {
  width: 60%;
  line-height: 1.8rem;
  margin: 0 auto;
	padding: 10px 40px 10px 40px;
	
	border: 2px solid ;
	border-radius: 25px;
}

.cs-cheat p, a{
	text-align: center;
	
  
}

.img-container {
  width: 100%;
  margin: 5rem auto;
  text-align: center;
  
}

.img-container-no-margin{
  width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  background-color: #F5F5F5;
}

.img-container.small{
  width: 80%;
}

.img-container.beige {
  background-color: #FEF9F5;
}

.img-container.gray {
  background-color: #F5F5F5;
}

.img-container-dark {
  width: 100%;
  margin: 4rem auto 0;
  text-align: center;
  background-color: #333333;
}

.img-container img.big {
  width: 80%;
}

.cs-image-title {
    display: block;
    font-family: Inter, sans-serif;
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}

.cs-image-subtitle {
  font-family: Inter, sans-serif;
  margin: 1rem auto;
}

.multi-image-container, .multi-image-container-2, .multi-image-container-3 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.multi-image-container-4 {
    width: 85%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.multi-image-container-5 {
    width: 60%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.multi-image-container img {
    width: 23%;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

.multi-image-container-2 img {
    width: 48%;
}

.multi-image-container-4 img {
    width: 48%;
    padding-bottom: 2rem;
}

.multi-image-container-3 img {
  width: 18%;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.25);
}

.multi-image-container-5 img {
    width: 30%;
    padding: 2rem 0;
}

.cs-paragraph h4 {
  font-family: Inter, sans-serif;  font-size: 2.2rem;
  line-height: 3.5rem;
  text-align: center;
  margin: 4rem auto;
  font-weight: 500;
}

.cs-paragraph h2 {
  font-family: Inter, sans-serif;  font-size: 2rem;
  font-weight: 600;
  margin: 3rem auto 1rem;
}

.cs-paragraph h3 {
  font-family: Inter, sans-serif;  font-size: 1.4rem;
  color: #000000;
}

/* Deploit styles */



.img-container.single{
  width: 60%;
}

.img-container.single img {
  width: 100%;
}

.img-container.d-gray {
  background-color: #E7E8EA;
}

.img-container.d-gray p{
  padding-bottom: 40px;
	margin-top: -30px;
	
}

.img-container.d-dark-gray {
  background-color: #828997;
  padding: 2rem 0 0 0;
}

.img-container.d-dark-gray img {
  width: 70%;
  margin: 1rem 0 3rem;
}

.caption {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    margin: 1rem auto;
    float: none;
    font-weight: 800;
    color: #fff;
}

.multi-image-container-6 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.multi-image-container-6 img {
    width: 30%;
    box-shadow: 0 0 6px 3px #CAD0DB;
}

.multi-image-container-7 {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding: 3rem 0;
}

.multi-image-container-7 img {
    width: 100%;
    box-shadow: 0 0 6px 3px #CAD0DB;
    margin: 1rem 0;
}

.quote-container {
    font-family: Inter, sans-serif;
    text-align: center;
    font-size: 1rem;
    margin: 2.8rem 0;
}

.quote {
    font-family: Inter, sans-serif;
    font-style: italic;
    font-size: 1.6rem;
    line-height: 3.8rem;
}

.cs-paragraph li {
    font-family: Inter, sans-serif;
    line-height: 2rem;
    margin: 0 auto 1rem;
}

h3.black {
  color: #000;
  margin: 2rem 0 0 0;
}

.emphasis {
  font-weight: 800;
  color: #000;
}


/*----------------------------------------------*/
/*	Cheat
/*----------------------------------------------*/
.red-text {
  font-weight: 800;
  color: #C11F34;
}

.yellow-text {
  font-weight: 800;
  color: #F7921E;
}

.green-text {
  font-weight: 800;
  color: #8AC43F;
}

.blue-text {
  font-weight: 800;
  color: #26A9DF;
}
/*----------------------------------------------*/
/*	Cheat End
/*----------------------------------------------*/



.indent {
  margin: 0 0 1.5rem 2rem;
}

.goto-proto {
  width: 300px;
  margin: 3rem auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-style:italic;
}

.goto-proto button {
  font-family: Inter, sans-serif;
  background: linear-gradient(to right, #00c0ff 0%, #08f 100%);
  padding: 1rem 2rem;
  margin: 0 0 0.5rem 0;
  box-shadow: 8px 7px 12px #d2d2d2;
  color: #fff;
  font-weight: 500;
  border: 0;
  font-size: 1rem;
  letter-spacing: 0.6px;
  border-radius: 30px;
  cursor: pointer;
}

.goto-proto-spin {
  width: 300px;
  margin: 3rem auto;
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 0.9rem;
  font-style:italic;
}


.goto-proto-spin button {
  font-family: Inter, sans-serif;
  background: linear-gradient(to right, #f0be58 0%, #efa40c 100%);
  padding: 1rem 2rem;
  margin: 0 0 0.5rem 0;
  box-shadow: 8px 7px 12px #d2d2d2;
  color: #fff;
  font-weight: 500;
  border: 0;
  font-size: 1rem;
  letter-spacing: 0.6px;
  border-radius: 30px;
  cursor: pointer;
}
/*----------------------------------------------*/
/*	88 Fortunes LIVE
/*----------------------------------------------*/
.fortunes-hero-container{
  width: 70%;
  margin: 1rem auto 0;
  text-align: center;

}

.fortunes-hero-container h1, .exposaid-hero-container h1 {
font-size: 3rem;
margin: 0 0 1rem 0;
font-weight: 600;
color: #fff;
}

.fortunes-hero-container span, .exposaid-hero-container span{
font-size: 1.2rem;
display: block;
color: #fff;
}

.fortunes-hero-container img {
margin: 0 0 0 0 0;
width: 100%;
}
/*----------------------------------------------*/
/*	88 Fortunes LIVE
/*----------------------------------------------*/

/*----------------------------------------------*/
/*	playtech
/*----------------------------------------------*/
.playtech-hero-container{
  width: 70%;
  margin: 1rem auto 0;
  text-align: center;

}

.playtech-hero-container h1, .exposaid-hero-container h1 {
font-size: 3rem;
margin: 0 0 1rem 0;
font-weight: 600;
color: #fff;
}

.playtech-hero-container span, .exposaid-hero-container span{
font-size: 1.2rem;
display: block;
color: #fff;
}

.playtech-hero-container img {
margin: 0 0 0 0 0;
width: 100%;
}
/*----------------------------------------------*/
/*	Playtech End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Bingo Millionms 
/*----------------------------------------------*/
.bingomillions-hero-container{
    width: 70%;
    margin: 1rem auto 0;
    text-align: center;
	
}

.bingomillions-hero-container h1, .exposaid-hero-container h1 {
  font-size: 3rem;
  margin: 0 0 1rem 0;
  font-weight: 600;
	color: #fff;
}

.bingomillions-hero-container span, .exposaid-hero-container span{
  font-size: 1.2rem;
  display: block;
	color: #fff;
}

.bingomillions-hero-container img {
  margin: 0 0 0 0 0;
  width: 100%;
}

/*----------------------------------------------*/
/*	Bingo Millionms End
/*----------------------------------------------*/

/*----------------------------------------------*/
/*	Spin Along
/*----------------------------------------------*/

.spinalong-hero-container{
  width: 80%;
  margin: 1rem auto 0;
  text-align: center;
}

.spinalong-hero-container h1, .exposaid-hero-container h1 {
font-size: 3rem;
margin: 0 0 1rem 0;
font-weight: 600;
color: #fff;
}

.spinalong-hero-container span, .exposaid-hero-container span{
font-size: 1.2rem;
display: block;
color: #fff;
}

.spinalong-hero-container img {
margin: 2.5rem 0 0 0;
width: 90%;
}

.hero-spinalong #nav .sections a, .hero-playtech #nav .sections a, .hero-fortunes #nav .sections a, .hero-bingomillions #nav .sections a, .hero-research #nav .sections a {
color: #FFF;
}

.hero-spinalong #nav .sections .cv, .hero-playtech #nav .sections .cv, .hero-fortunes #nav .sections .cv, .hero-bingomillions #nav .sections .cv, .hero-research #nav .sections .cv {
/*border: solid 1px #FFF;*/
}

/*----------------------------------------------*/
/*	Spin Along End
/*----------------------------------------------*/

.cs-paragraph .diamond-progress {
  width: 40%;
  float: right;
  padding: 0 0 0 1.5rem;
}

.multi-image-container-8 {
  width: 60%;
  margin: 1rem auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.focus-area {
  height: 230px;
  width: 230px;
  border-radius: 230px;
  background-color: #fff;
  box-shadow: 0 0 30px 3px #D1D8E6;
  color: #596783;
  padding: 10px 10px;
}

.focus-area .pathway-name {
  font-family: Inter, sans-serif;
  letter-spacing: 0.3px;
  font-size: 1.2rem;
  line-height: 2rem;
  display: block;
  margin: 4.2rem 0 0.8rem 0;
  font-weight: 600;
}

.focus-area .pathway-body {
  font-family: Inter, sans-serif;
  font-size: 1rem;
}

.multi-image-container-7 {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.multi-image-container-7 .cell-1 {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.multi-image-container-7 .cell-3 {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.cell-1 img, .cell-3 img {
  box-shadow: none;
}

.cell-1 span, .cell-3 span {
  font-family: Inter, sans-serif;
  line-height: 2.5rem;
  font-size: 1.2rem;
  display: block;
  font-weight: 800;
  text-align: center;
}

.options-container {
  width: 60%;
  margin: 2rem auto;
  text-align: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.option {
    width: 45%;
    display: flex;
    flex-direction: column;
}

.option.selected {
  border-radius: 8px;
  border: dotted 3px #D2D4DA;
}

.option h3 {
    font-family: Inter, sans-serif;
    font-size: 1.3rem;
    color: #2A2C2B;
    line-height: 3rem;
    text-align: left;
    margin-left: 2rem;
}

.criteria {
  margin-bottom: 2rem;
  text-align: left;
  padding: 0 2rem;
}

.criteria .crit-icon {
  margin-right: 0.5rem;
}

.criteria .crit-title {
  font-family: Inter, sans-serif;
  font-size: 1.2rem;
  color: #717684;
  position: relative;
  top: -8px;
  font-weight: 600;
}

.criteria p {
    font-family: Inter, sans-serif;
    font-size: 1rem;
    line-height: 1.8rem;
}

.internal-img-container .image-caption {
    font-family: Inter, sans-serif;
    font-style: italic;
    font-size: 0.8rem;
    line-height: 2rem;
    display: block;
	
}

 .image-caption-full  {
	   font-family: Inter, sans-serif;
  font-style: italic;
  line-height: 2rem;
	  width: 50%;
    margin: 13px auto;
    text-align: left;
    padding: 0rem 0;
}

.img-container ul.qtoanswer {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding: 2.5rem 0;
	
}

.img-container .question {
    font-family: Inter, sans-serif;
    font-size: 1.2rem;
    line-height: 2.2rem;
    margin: 0 0 2rem;
    font-weight: 800;
    display: block;
    text-align: left;
}

.image-caption {
  font-family: Inter, sans-serif;
  font-style: italic;
  line-height: 2rem;
}

.hashtags {
  width: 50%;
  padding: 40px 0 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.hashtags .col {
  color: #5372AE;
  font-family: Inter, sans-serif;
  width: 50%;
  text-align: left;
  margin: 0 auto;
  line-height: 2rem;
  font-weight: 500;
}

.internal-img-container2 {
    width: 60%;
    margin: 3rem auto 4rem;
    display: flex;
    justify-content: space-between;
}

.internal-img-container2 .cell-2 {
    width: 45%;
}

.internal-img-container2 .cell-2 img {
    width: 100%;
}

.cell-2 span {
  font-family: Inter, sans-serif;
  line-height: 2.5rem;
  font-size: 1rem;
  display: block;
  font-weight: 800;
  text-align: center;
}

.exec-sum {
  width: 40%;
  margin: 3rem auto;
}


/*----------------------------------------------*/
/*	Expos Aid styles 
/*----------------------------------------------*/
.exposaid-hero-container{
  width: 50%;
  text-align:center;
  margin: 0 auto 3rem;
}

.exposaid-hero-container img {
  width: 50%;
  margin: 3.5rem auto 2rem;
}

.img-caption {
    font-family: Inter, sans-serif;
    width: 80%;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    font-weight: 500;
}

.img-caption .caption-1{
  text-align: center;
  width: 33.33%;
  margin: 2rem 0 0 0;
}

.single-bg {
  width: 80%;
  margin: 0 auto 2rem;
}

.single-bg img {
  width: 100%;
}

.single-1 {
  width: 90%;
}

.single-2 {
  width: 80%;
}

.single-2 h2 {
    font-family: Inter, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    margin: 2rem auto 3rem;
}

.single-2 img {
  width: 100%;
  box-shadow: 2px 2px 7px #d2d2d2;
}

.multi-image-container-9 {
  width: 70%;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.img-container.gray-2 {
  width: 100%;
  background-color: #E7E8EA;
  padding: 40px 0 50px;

}

.multi-image-container-9 img {
  width: 100%;
  margin: 0 auto 2rem;
}

.multi-image-container-9 img.orphan {
  width: 25%;
  margin: 0 auto;
}

.multi-image-container-9  .caption-2 {
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 4rem;
  margin: 0 0 2rem 0;
  display: block;
}

.multi-image-container-10 {
  width: 80%;
  margin: 8rem auto;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.multi-image-container-10 img {
  width: 31%;
  box-shadow: 2px 2px 7px #d2d2d2;
  margin: 0 0.5rem;
}

.multi-image-container-11 {
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 3rem 0;
    flex-wrap: wrap;
}

.multi-image-container-11 img {
    width: 48%;
    box-shadow: 2px 2px 7px #d2d2d2;
}
/*----------------------------------------------*/
/*	Expos Aid styles END
/*----------------------------------------------*/
/*----------------------------------------------*/
/*	Testimonials 
/*----------------------------------------------*/
.client_section .box {
  margin: 15px 45px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
}

.client_section .box .client_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.client_section .box .client_info .client_name h5 {
  font-weight: 600;
  color: #0073AA;
}

.client_section .box .client_info .client_name h6 {
  margin-bottom: 0;
  color: #bfc0c0;
  font-weight: normal;
  font-size: 15px;
}

.client_section .box .client_info i {
  font-size: 24px;
}

.client_section .box p {
  margin-top: 15px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
  width: 45px;
  height: 125px;
  background-color: #0073AA;
  opacity: 1;
  font-size: 28px;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.client_section .carousel-control-prev {
  left: 0;
}

.client_section .carousel-control-next {
  right: 0;
}

.layout_padding {
  
  padding-bottom: 90px;
}

.layout_padding2 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 90px;
}

.layout_padding-bottom {
  padding-bottom: 90px;
}

/*----------------------------------------------*/
/*	Testimonials  End
/*----------------------------------------------*/
/*----------------------------------------------*/
/*	Research Styles
/*----------------------------------------------*/
h2.research {
  font-family: Inter, sans-serif;
  font-size: 2rem;
  font-weight: 400;
}

h1.research {
  font-family: Inter, sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  margin: 1rem auto;
}

.hero-research {
  width: 100%;
  background-color: #E7E8EA;
  padding-bottom: 1.5rem;
}

.research-hero-container{
    width: 70%;
    margin: 1rem auto;
    text-align: center;
}

.research-hero-container span {
  font-size: 1rem;
  font-family: Inter, sans-serif;
}

.cs-paragraph p {
  font-family: Inter, sans-serif;
}


.cs-paragraph.research-intro {
  margin: 4rem auto 5rem;
}

.test-control {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.TC-col {
  width: 48%;
  display: flex;
  flex-direction: column;
}
.TC-col img {
  width: 100%;
  box-shadow: 2px 2px 7px #d2d2d2;
}

.comparison-caption {
  text-align: center;
  margin: 1rem 0;
  font-style: italic;
}

.results {
  width: 50%;
  text-align: center;
  margin: 0 auto;
  padding: 6rem 0 1rem;
}

.number-major {
  font-family: 'Title-font-italic', serif;
	font-size: 5rem;
}

.participants {
  font-style: italic;
  font-size: 1.4rem;
}

.number-minor {
  font-family: 'Title-font-italic', serif;
	font-size: 3rem;
  line-height: 3rem;
}

.number-minor-copy {}

.test-control-quotes {
  display: flex;
  flex-direction: column;
  width: 70%;
  margin: 0 auto;
}

.control-caption {
  font-family: 'Title-font-italic', serif;
  text-align: center;
  font-size: 2rem;
  font-style: italic;
  margin-top: 5rem;
}

.status-neg {
  width: 80px;
  height: 71px;
  background-image: url(/images/status-neg.png);
  background-size: cover;
  z-index: 3;
  position: relative;
  top: 0px;
  left: 85%;
}

.status-pos {
  width: 80px;
  height: 71px;
  background-image: url(/images/status-pos.png);
  background-size: cover;
  z-index: 3;
  position: relative;
  top: 0px;
  left: 85%;
}

.test-control-quotes img {
  width: auto%;
  position: relative;
  top: -25px;
}

.q-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.r-quote {
  width: 31%;
  background-color: #000;
  border-radius: 10px;
  height: 145px;
  color: #fff;
  font-family: 'Title-font-italic-light';
  font-size: 1.1rem;
  padding: 0px 19px 26px 19px;
  line-height: 1.5rem;
  margin: 0 0 1rem 0;
}

.r-quote h2{
  font-family: "Copy-font";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}

.TC-zoomout {
  width: 90%;
  margin: 3rem auto;
  display: flex;
  flex-direction: column;
}

.zoomout-caption {
  font-family: 'Title-font-italic', serif;
  font-size: 2rem;
  margin: 1rem 0;
  line-height: 5rem;
  display: block;
  text-align: center;
}

.screens-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.screen {
  width: 45%;
  position: relative;
  margin: 0 0 1rem 0;
}

.screen img {
  width: 100%;
}

.priority-circ {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-family: 'Title-font-italic';
  text-align: center;
  position: absolute;
  line-height: 3.3rem;
  font-size: 1.3rem;
}

#pc-1 {
  background-color: #e693e2;
  top: 6vh;
  left: 34vw;
}

#pc-2 {
  background-color: #eb636d;
  top: 30vh;
  left: 2vw;
}

#pc-3 {
  background-color: #eb636d;
  top: 20vh;
  left: 34vw;
}

#pc-4 {
  background-color: #e693e2;
  top: 12vh;
  left: 34vw;
}

#pc-5 {
  background-color: #e693e2;
  top: 31vh;
  left: 34vw;
}

.legend {
  width: 305px;
  margin: 2rem auto 4rem;
}

.hot, .cool {
  display: inline-block;
  text-align: center;
  font-family: 'Copy-font';
}

img.legend-arrow {
  display: inline-block;
  width: 96px;
  position: relative;
  top: -20px;
}

.hot .minor, .cool .minor {
  font-size: 0.8rem;
}

.hot-circ {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #eb636d;
  margin: 0 auto 0.5rem;
}

.cool-circ {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #e693e2;
  margin: 0 auto 0.5rem;
}

.detailed-point {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.detailed-point.dp-1 {
  background: linear-gradient(to right, #f3f3f3 50%, #e3e3e3 50%);
}

.detailed-point.dp-2{
  background: linear-gradient(to right, #e3e3e3 50%, #ffffff 50%);
}

.detailed-point.dp-3{
  background: linear-gradient(to right, #ffffff 50%, #f3f3f3 50%);
}

.point-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-circle-4 {
  width: 160px;
	height: 150px;
  background-image: url(/images/circle-part2.svg);
  background-repeat: no-repeat;
  color: #fff;
	font-family: 'Title-font-light', serif;
  font-size: 4rem;
  line-height: 7rem;
  text-align: left;
  padding: 0 0 0 3rem;
}

.page-circle-2 {
  width: 160px;
	height: 150px;
  background-image: url(/images/circle-part1.svg);
  background-repeat: no-repeat;
  color: #fff;
	font-family: 'Title-font-light', serif;
  font-size: 4rem;
  line-height: 7rem;
  text-align: left;
  padding: 0 0 0 3rem;
}

.PC-left {
  width: 50%;
}

.PC-right {
  width: 50%;
  text-align: center;
}

.PC-right img {
  width: 72%;
  margin: 2rem auto 0;
}

.user-story-1 {
  width: 60%;
  margin: -2rem auto;
}

.user-story-1 .sell {
  font-family: 'Title-font-italic', serif;
}

.us-title {
  font-family: 'Title-font-italic';
  font-size: 2rem;
}

.us-copy {
  margin: 0;
  font-family: 'Copy-font';
  line-height: 2rem;
}

.us-copy .empha {
    font-family: 'Title-font-italic';
    font-size: 1.3rem;
}

.global-messaging-img {
  width: 60%;
  margin: 1.2rem auto 0;
}

.research-quote-container {
  display: flex;
  flex-direction: row;
  margin: 3rem auto 7rem;
  justify-content: center;
  flex-wrap: wrap;
}

.quote-r .cam-ico {
  height: 40px;
  width: 50px;
  margin: 0.5rem auto 0;
}

.quote-r .cam-ico img {
  width: 100%;
}

.quote-r {
  width: 236px;
  height: 236px;
  background-image: url(/images/speech-bubble.svg);
  background-size: cover;
  text-align: center;
  color: #fff;
  font-family: 'Title-font-italic-light';
  line-height: 1.5rem;
  padding: 1rem;
  margin: 1rem 0.5rem;
  font-size: 1.1rem;
}

.quote-r h2 {
  font-family: "Copy-font";
  text-transform: uppercase;
  color: #fff;
  font-size: 1.2rem;
}

.quote-r .top {
  z-index: 4;
}

.quote-r.opaque {
  opacity: 0.8;
}

.quote-r.opaque-2 {
  opacity: 0.6;
}
.ipad-frame {
  margin: 2rem auto 0;
  z-index: 1;
 background-image: url(../images/playtech/ipad3-empty.png);
  background-size: cover;
  width: 831px;
  height: 561px;
}

.ipad-video {
height: 100%;
    width: 80%;
    position: relative;
   /* z-index: -40;
    left: -1px;*/
	padding-bottom: 100px;}

.video-caption {
    font-family: Inter, sans-serif;
    font-size: 0.8rem;
    line-height: 3rem;
}

.ipad-frame2 {
  margin: 15vh auto 0;
  z-index: 1;
  background-image: url(../images//playtech/ipad3-empty.png);
   width: 90%;
    height: 90%;
    left: 0;
    /* margin: 0;*/
    background-size: contain;
    box-sizing: border-box;
    padding: 3.7% 10% 4%;
    background-repeat: no-repeat;
}

.ipad-video2 {
  /*width: 500px;
  left: 58px;
  top: 22px;
  position: relative;*/
  border: solid 1px #999999;
  border-radius: 3px;
  display: block;
	 box-sizing: border-box;
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.video-caption2  {
  font-family: Inter, sans-serif;
  line-height: 2rem;
  font-size: 1rem;
}

.cs-paragraph.consideraion {
  margin: 8rem auto 9rem;
}
/*----------------------------------------------*/
/*	Research Style End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	FT Save me Styles
/*----------------------------------------------*/
.ft-quotes-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 70%;
  margin: 0 auto 2rem;
}

.ft-quote-col {
  width: 30%;
}

.ft-quote {
  background-color: #fff;
  padding: 1.2rem;
  color: #000;
  box-shadow: 0 2px 17px 2px rgba(0,0,0,0.10);
  border-radius: 8px;
  font-size: 0.8rem;
  line-height: 1.3rem;
  flex-direction:column;
  font-family: Inter, sans-serif;
  margin: 0 0 1.5rem 0;
}

.q-sign {
  display: block;
}

.img-container .ft-fullscreen-img {
  width: 100%;
}

.research-attributes{
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.research-attributes .col {
    width: 50%;
    text-align: left;
    margin: 0 auto;
}

.img-container.light-blue {
  background: #EFF4F6;
}

.img-container.light-blue img {
  width: 40%;
}

.product-transitions {
  width: 100%;
  font-family: Inter, sans-serif;
  font-size: 0.8rem;
  margin: 0 0 1rem 0;
}

.product-transitions, td, th {
  border: solid 1px;
  border-collapse: collapse;
  padding: 5px;
}

tr.green {
  background-color: #C6DEE1;
}

tr.yellow {
  background-color: #FFFDE9;
}

tr.red {
  background-color: #FFF0F5;
}

.page-type {
  font-family: Inter, sans-serif;
  font-weight: 600;
}
ol {
  margin: 2rem auto;
 }

 .cs-number-container {
   display: block;
  /* margin: 4rem auto 2rem; */
   text-align: center;
 }



 .cs-number {
   font-family: Inter, sans-serif;
   font-weight: 600;
   font-size: 2rem;
   margin: 0 1.5rem;
 }

.h-line {
  position: relative;
    top: -11px;
}
/*----------------------------------------------*/
/*	FT Save me Style End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Footer
/*----------------------------------------------*/

#footer-project {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 3rem 0 0 0;
}

#footer-project a {
  width: 50%;
  height: 100%;
  background-color: #4A4949;
  text-decoration: none;
}

#footer-project a.link-right {
  opacity: 0.9;
}

.footer-nav {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
}

 .footer-nav .arrow-container {
  width: 100%;
  margin-top: 1.3rem;
  text-align: left;
}

.link-left .footer-nav .arrow-container img {
  float: left;
  margin: 0 0 0 20px;
  width: 24px;
}

.link-right .footer-nav .arrow-container img {
  float: right;
  margin: 0 20px 0 0;
  width: 24px;
}

.footer-nav .project-type {
  font-family: Inter, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 0.7rem;
  letter-spacing: 1.7px;
  margin: 0.9rem auto 1rem;
}

.footer-nav .project-name {
    font-family: Inter, sans-serif;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
}

/*----------------------------------------------*/
/*	Footer End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	Responsive
/*----------------------------------------------*/

@media screen and (max-width: 1024px) {
  #bio, #works, .about-container, .footer-container {
    width: 90%;
  } 
  .project {
    height: 370px;
  }

  .problem-statement {
    width: 80%;
  }

  .cs-paragraph {
    width: 80%;
  }

  .multi-image-container-8, .internal-img-container2, .img-container.single, .options-container, .img-container ul.qtoanswer {
    width: 80%;
  }

  .hashtags {
    width: 80%;
  }

  .exposaid-hero-container {
    width: 80%;
  }

  .research-hero-container{
    width: 100%;
  }

  .test-control {
    width: 90%;
  }

  .test-control-quotes {
    width: 90%;
  }

  .r-quote {
    width: 43%;
  }

 

.TC-zoomout {
  width: 100%;
}

  #pc-1 {
    top: 2vh;
    left: 38vw;
  }

  #pc-2 {
    top: 16vh;
    left: 2vw;
  }

  #pc-3 {
    top: 9vh;
    left: 38vw;
  }

  #pc-4 {
    top: 4vh;
    left: 38vw;
}
#pc-5 {
    top: 14vh;
    left: 37vw;
}

}

@media screen and (max-width: 768px) {
  .project {
    height: 330px; 
  }
  .project-caption {
    height: 25%;
  }

  .cv-body-container {
    flex-direction: column;
  }

  .experience {
    width: 100%;
  }

  .aside {
    width: 100%;
    margin-top: 2rem;
  }

  #intro-container {
    width: 80%;
    margin: 50px auto 30px;
  }

  .cs-paragraph {
    font-size: 1.2rem;
  }

  .multi-image-container img {
    width: 46%;
    margin: 0 auto 1rem 0;
  }

  .multi-image-container-3 img {
    width: 45%;
    margin: 0 auto 1rem 0;
  }

  .multi-image-container-5, .exec-sum {
    width: 80%;
  }

  .multi-image-container-8 {
    width: 96%;
  }

  .exposaid-hero-container img {
    width: 29%;
  }

  .ipad-frame {
    width: 735px;
    height: 496px;
  }

  .ipad-video {
    height: 442px;
    width: 589px;
    border: solid 1px #999999;
    border-radius: 3px;
  }

  .point-container {
    flex-direction: column;
  }

  .results {
      width: 90%;
    }

  .PC-left, .PC-right {
    width: 100%;
  }

  .detailed-point.dp-1 {
    background: #e3e3e3;
  }
  .detailed-point.dp-2 {
    background: #ffffff;
  }

  .detailed-point.dp-3 {
    background: #f3f3f3;
  }
}

@media screen and (max-width: 526px) {

  #bio {
    flex-direction: column; 
    margin: 2rem auto 3rem;
  }

  .bio-summary {
    width: 100%;
  }

  .bio-company {
    width: 100%;
    margin-top: 2rem;
  }

  #works {
    margin: 0 auto 2rem;
  }

  #works-container {
    margin: 2rem 0 0 0;
  }

  #works-container a {
    width: 100%;
      margin: 0 auto 2rem;
  }

  .avatar {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .description {
    width: 100%;
  }

  .footer-container {
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .copyright-container {
    text-align: center;
    margin: 0 auto 1.3rem;
  }

  .s-media-container {
    text-align: center;
  }

/*----------------------------------------------*/
/*	CV Styles
/*----------------------------------------------*/

  #intro-container {
    width: 90%;
  }

  .intro-details {
    width: 100%;
  }

  .cv-body-container {
    width: 90%;
  }

  .role-details {
    flex-direction: column;
  }

  #intro-container p , .role-content-o p, .role-content-o li, .role-content li, .role a{
    font-size: 1.2rem;
    line-height: 1.9rem
  }

  .collapsible {
    font-size: 1.2rem;
    background-position: 125px 7px;
  }

  .collapsible.active {
    background-position: 125px 6px;
  }

  .aside-small-container h4, .achievment-container p, .ed-container, .lang, .date, .location, .email {
    font-size: 1.1rem;
  }

  .achievment-container {
  line-height: 1.9rem;
  }

  .problem-statement {
    line-height: 2rem;
    font-size: 1.5rem;
    margin: 2rem auto;
  }

  .img-container img.big {
    width: 100%;
  }

  .cs-paragraph {
    width: 90%;
  }

  .img-container {
    margin: 2rem auto;
  }

  .multi-image-container-2 img {
    width: 100%;
    margin: 0 auto 1rem;
  }

  .multi-image-container-5 {
    width: 70%;
  }

  .multi-image-container-3 img, .multi-image-container-4 img, .multi-image-container img, .multi-image-container-5 img {
    width: 100%;
  }

  .cs-paragraph h4 {
    font-size: 2rem;
    line-height: 2.8rem;
  }

  .footer-nav .project-name {
    font-size: 1.2rem;
    padding: 0 1rem 0;
}

.spinalong-hero-container {
  width: 90%;
}

.multi-image-container-6 img {
  width: 100%;
  margin: 1rem auto;
}

.img-container.single {
  width: 90%;
}
	
.img-container.single iframe{
  width: 90%;
}	
	
	

.img-container.d-dark-gray img {
  width: 90%;
}


.multi-image-container-7 {
  width: 90%;
}

.hashtags {
  flex-direction: column;
}

.innovate-hero-container {
  width: 100%;
}


.innovate-hero-container img {
  margin: 0;
}

.multi-image-container-8 {
  flex-direction: column;
}

.focus-area {
  margin: 1rem auto;
}

.hashtags .col {
  width: 70%;
}

.option, .multi-image-container-7 .cell-1, .multi-image-container-7 .cell-3 {
  width: 100%;
}

.intro-details {
  flex-direction: column;
}

.exposaid-hero-container {
  margin: 3rem auto;
}

.exposaid-hero-container img {
  width: 80%;
}

.multi-image-container-9 {
  width: 90%;
}

.multi-image-container-9 .caption-2 {
  margin: 0;
}

.multi-image-container-9 .caption-2 {
  padding: 10px 0 20px;
}

.multi-image-container-10 {
  margin: 0 auto;
}

.multi-image-container-10 img {
  width: 100%;
  margin: 0;
  }

.multi-image-container-11 {
  padding: 0;
}

.multi-image-container-11 img {
  width: 100%;
  margin: 0 0 1rem 0;
}

.ipad-frame {
  width: 365px;
  height: 246px;
}

.ipad-video {
    height: 150%;
    width: 100%;
    top: 13px;
    z-index: -2;
    left: -1px;
}

  .r-quote {
    width: 87%;
}

.screen {
    width: 86%;
  }

  .user-story-1 {
    width: 80%;
    margin: 1rem auto;
}



.status-pos, .status-neg {
  left: 75%;
}

.cs-paragraph.research-intro {
    margin: 4rem auto 2rem;
}

.results {
    padding: 4rem 0 0rem;
}

#pc-1 {
    top: 2vh;
}

#pc-2 {
    top: 19vh;
}

#pc-3, #pc-4 {
    left: 73vw;
}

#pc-5 {
    top: 22vh;
    left: 71vw;
}

.legend {
    margin: 1rem auto 1rem;
}

.PC-right img {
    width: 95%;
    margin:0 auto;
}
.research-quote-container {
  margin: 1rem auto 3rem;
}

.cs-paragraph.consideraion {
    margin: 4rem auto 4rem;
}

.ft-quote-col, .research-attributes .col, .research-attributes .col {
  width: 100%;
}
.product-transitions, td, th {
  line-height: 1rem;
}

}

@media screen and (min-width: 1450px) {
  .project {
    height: 500px;
  }
  .project-img.fortunes img {
    width: 80%;
    margin: 3rem auto 0;

  } .project-img.authentic img {
    width: 80%;
    margin: 3rem auto 0;
  }
  .project-img.spinalong img {
    width: 78%;
    margin: 3.8rem auto -1rem;
  }

  .project-img.playtech img {
    width: 80%;
    margin: 3rem auto 0;
  }

  .project-img.bingomillions img {
    width: 85%;
    margin: 2rem auto 0;
   }

  .project-img.slots img {
    width: 85%;
    margin: 2rem auto 0;
   }

  
    .project-img.nap img {
      width: 74%;
    }
}

/*----------------------------------------------*/
/*	Responsive End
/*----------------------------------------------*/


/*----------------------------------------------*/
/*	About me
/*----------------------------------------------*/


#about {
  background-color: #3A3A3A;
  padding: 20px;
}

.about-container {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: top;
  text-align: left;

}

.avatar {
  
  margin: 30px;
}

.avatar img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  max-height: 350px;
}

.description {
  flex: 2 1 300px;
  margin: auto;
}

.description h1 {
  font-size: 2em;
  margin-bottom: 20px;
}


  .description p {
    font-size: 1em;
    line-height: 1.5;
    color: #fff;
  }

  .description a {
    display: inline-block;
    margin: 10px;
    padding: 10px 20px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
  }
  .description a:hover {
    background-color: #555;
  }

  @media (max-width: 768px) {
    .description h1 {
      font-size: 1.5em;
    }

    .description p {
      font-size: 0.9em;
    }

    .description a {
      padding: 8px 16px;
    }
  }
/*----------------------------------------------*/
/*	About me End
/*----------------------------------------------*/
