/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html, body {
  background-color: #fff;
  color: #555;
  font-family: 'Comic Neue', cursive;
	font-weight:300;
	font-size:20px;
  text-rendering: optimizeLegibility;
}

body{
	color: #1d1d1f;
  font-style: normal;
  line-height: 1.47059;
  font-weight: 400;
  font-size: 17px;
}

.clearfix {zoom: 1;}
.clearfix:after {
  content: '.';
  clear: both;
  display: block;
  height: -23;
  visibility: hidden;
}

.row {
	max-width: 1140px;
  margin: 0	auto;
}

h1,
h2,
h3{
  font-weight: 300;
  text-transform: uppercase;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #fff;
  font-size: 150%;
  word-spacing: 4px;
  letter-spacing: 1px;
}

h2 {
  font-size: 130%;
  word-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

h3 {
  font-size: 110%;
  margin-bottom: 15px;
}


h4 {
	font-size:100%;
	font-weight: 300;
	text-transform: camelcase;
	letter-spacing:1px;
	word-spacing:2px;
	padding: 30px 0;
}

/* ----------------------------------------------- */
/* HEADER */
/* ----------------------------------------------- */

header {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(img/IMG_0794.HEIC);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0794.HEIC);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0794.HEIC);
   	background-size: 100%;
    background-position: center;
    background-attachment: fixed;
	color: #fff;
    width: 100% ;
	height: 100vh;
   }

.hero-text-box {
	position: absolute;
	width: 80%;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}

.main-nav{
	position: absolute;
	float:right;
  top: 0;
	right:0;
	left:0;
  min-width: auto;
  height: 48px;
  max-height: 44px;
  background: rgba(45,45,45,0.98);
  font-size: 16px;
}



.rehtoric-ninja-logo-link {
	background-size: 120px 50px;
  background-repeat: no-repeat;
  background-image: url(img/websitelogo.svg);
  background-position:center;
	width: 45px;
  float: left;
}

.rehtoric-ninja-text-home{
  padding: 0 10px;
  height: 37px;
  opacity: .8;
 }

 .rehtoric-ninja-logo-text {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
   -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
   clip-path: inset(0px 0px 99.9% 99.9%);
   overflow: hidden;
   height: 1px;
   width: 1px;
   padding: 1;
   border: 0;
   top: 50%;
}

.main-nav li {
    display: inline-block;
    margin-left: 80px;
}

.main-nav li a:link,
.main-nav li a:visited{
	padding: 8px 0;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 90%;
 }

/* Mobile navi */
/* Mobile navi */
.mobile-nav-icon {
  float: left;
  margin-top: 20px;
	margin-left:20px;
  cursor: pointer;
  display: none;
}

.mobile-nav-icon i {
    font-size: 100%;
    color: #fff;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(45, 45, 45);
    z-index: 9999;
}

.sticky .main-nav { 
position: absolute;
	float:right;
    top: 0;
	right:0;
	left:0;
    min-width: 1024px;
    height: 48px;
    max-height: 44px;
    background: rgba(45,45,45,0.98);
    font-size: 16px;
}

.sticky .main-nav li a:link,
.sticky .main-nav li a:visited {
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
}

.sticky .rehtoric-ninja-logo-link { display: none; }
.sticky .rehtoric-ninja-logo-link{ display: block; }




/* ----------------------------------------------- */
/* feedback Section */
/* ----------------------------------------------- */
.feedback-link{
	 padding: 20px 0;
}
/* ----------------------------------------------- */
/* About Me Section */
/* ----------------------------------------------- */

.section-about-author{
	 padding: 200px 0;
}

/* ----------------------------------------------- */
/* Book Section */
/* ----------------------------------------------- */

.section-books{
	 padding: 100px 0;
	 background-color: #f4f4f4;
	 transition: transform 1s, opacity 1s;
}

.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}

/* ----------------------------------------------- */
/* Review Section */
/* ----------------------------------------------- */

.section-reviews{
	 padding: 80px 0;
}

/* ----------------------------------------------- */
/* feedback Section */
/* ----------------------------------------------- */

.section-feedback{
	 padding: 100px 0;
}

.feedbacklink-class li a:link,
.feedbacklink-class li a:visited {
    text-decoration: none;
    border: 0;
    color: rgba(45,45,45,0.7);
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.feedbacklink-class li a:hover,
.feedbacklink-class li a:active {
    color: rgba(45,45,45,0.98);
}

/* ----------------------------------------------- */
/* Contact form  Section */
/* ----------------------------------------------- */
.section-contact-form{
	padding: 200px 0;
	background-color: #f4f4f4;
}
.contact-form{
	 width:80%;
	 margin:0 auto;
}

input[type=text],
input[type=email],
textarea {
	width:100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #ccc;
	color: #000000;
}

input[type=submit] {
    display: inline-block;
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

input[type=submit] {
    background-color: #ccc;
    border: 1px solid rgba(45,45,45,0.98);
    color: #fff;
    margin-right: 15px;
}

input[type=submit]:hover,
input[type=submit]:active {
    background-color: rgba(45,45,45,0.98);
}
/* ----------------------------------------------- */
/* subscription-form Section */
/* ----------------------------------------------- */
.section-subscription-form{
  padding: 230px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(img/IMG_0784.jpg);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0784.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0784.jpg);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  width: 100% ;
  height:100vh;
}
.subscription-form{
	 width:80%;
	 margin:0 auto;	     
}


/* ----------------------------------------------- */
/* testimonials Section */
/* ----------------------------------------------- */

.section-testimonials{
  padding: 200px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8))), url(img/IMG_0796.HEIC);
  background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0796.HEIC);
  background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(img/IMG_0796.HEIC);
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  width: 100% ;
  height:100vh;
 }

/* ----------------------------------------------- */
/* footer Section */
/* ----------------------------------------------- */

footer{
	background-color: rgba(45,45,45,0.98);	
}
.feedbacklink-class,
.footer-nav{
	list-style: none;
	float: left;
}

.social-links{
	list-style: none;
	float: right;
}

.feedbacklink-class li,
.footer-nav li,
.social-links li {
    display: inline-block;
    margin-right: 20px;
}


.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited, 
.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    border: 0;
    color: #888;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.footer-nav li a:hover,
.footer-nav li a:active {
    color: #ddd;
}


.social-links li a:link,
.social-links li a:visited {
    font-size: 160%;
}

.feedbacklink-class li a:link,
.feedbacklink-class li a:visited{
	font-size: 120%;
}

.ion-social-facebook,
.ion-social-twitter,
.ion-social-googleplus,
.ion-social-instagram {
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.ion-social-facebook:hover {
    color: #3b5998;
}

.ion-social-twitter:hover {
    color: #00aced;
}


/* SLIDER */
.slider {
  max-width: 80rem;
  height: 34rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide {
  position: absolute;
  top: 0;
  width: 100%;
  height: 34rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 2.25rem;
  cursor: pointer;
}

.slider__btn--left {
  left: 6%;
  transform: translate(-50%, -50%);
}

.slider__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  margin-right: 1.75rem;
  cursor: pointer;
  transition: all 0.5s;

  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots__dot:last-child {
  margin: 0;
}

.dots__dot--active {
  /* background-color: #fff; */
  background-color: #1d1d1f;
  opacity: 1;
}



/* SLIDER1 */
.slider1 {
  max-width: 100rem;
  height: 23rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide1 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 17rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide1 > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider1__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 2.25rem;
  cursor: pointer;
}

.slider1__btn--left {
  left: 4%;
  transform: translate(-50%, -50%);
}

.slider1__btn--right {
  right: 6%;
  transform: translate(50%, -50%);
}

.dots1 {
  position: absolute;
  bottom: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots1__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  cursor: pointer;
  transition: all 0.5s;
  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots1__dot:last-child {
  margin: 0;
}

.dots1__dot--active {
  /* background-color: #fff; */
  background-color: #1d1d1f;
  opacity: 1;
}


/* SLIDER2 */
.slider2 {
  max-width: 100rem;
  height: 30rem;
  margin: 0 auto;
  position: relative;

  /* IN THE END */
  overflow: hidden;
}

.slide2 {
  position: absolute;
  top: 0;
  width: 100%;
  height: 28rem;

  display: flex;
  align-items: center;
  justify-content: center;

  /* THIS creates the animation! */
  transition: transform 1s;
}

.slide2 > img {
  /* Only for images that have different size than slide */
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slider2__btn {
  position: absolute;
  top: 50%;
  z-index: 10;

  border: none;
  background: rgba(255, 255, 255, 0.7);
  font-family: inherit;
  color: #333;
  border-radius: 50%;
  height: 3.5rem;
  width: 3.5rem;
  font-size: 2.25rem;
  cursor: pointer;
}

.slider2__btn--left {
  left: 5%;
  transform: translate(-50%, -50%);
}

.slider2__btn--right {
  right: 5%;
  transform: translate(50%, -50%);
}

.dots2 {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dots2__dot {
  border: none;
  background-color: #b9b9b9;
  opacity: 0.7;
  height: 0.7rem;
  width: 0.7rem;
  border-radius: 50%;
  margin-right: 0.7rem;
  cursor: pointer;
  transition: all 0.5s;
  /* Only necessary when overlying images */
  /* box-shadow: 0 0.6rem 1.5rem rgba(0, 0, 0, 0.7); */
}

.dots2__dot:last-child {
  margin: 0;
}

.dots2__dot--active {
  /* background-color: #fff; */
  background-color: #1d1d1f;
  opacity: 1;
}


/* TESTIMONIALS */
.testimonial {
  width: 68%;
  position: relative;
}

.testimonial::before {
  content: '\201C';
  position: absolute;
  top: -1.4rem;
  left: -3.8rem;
  line-height: 1;
  font-size: 7rem;
  font-family: inherit;
  color: var(--color-primary);
  z-index: -1;
 
}

.testimonial__header {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 1.1rem;
}

.testimonial__text {
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
  color: #fff;
}

.testimonial__author {
  margin-left: 3rem;
  font-style: normal;

  display: grid;
  grid-template-columns: 6.5rem 1fr;
  column-gap: 2rem;
}

.testimonial__photo {
  grid-row: 1 / span 2;
  width: 3.5rem;
  border-radius: 50%;
}

.testimonial__name {
  font-size: 1.3rem;
  font-weight: 500;
  align-self: end;
  margin: 0;
}

.testimonial__location {
  font-size: 1.5rem;
}

.section__title--testimonials {
  margin-bottom: 4rem;
}

/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated {
    opacity: 1;
}

