@charset "utf-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;/*color: rgba(0,0,0,0.8);*/
}
html {
  font-size: 62.5%; 	/* 10px */
}
body {
}
.containter {
 
	width: 100%;
  position: relative;
  background-color: #ffe;
  z-index: 100;
  
}
.flex-row2 {
  width: 94%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.flex-row {
  width: 46%;
  height: 180px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  border-bottom: 1px solid #ddd;
  margin-top: 16px;
  padding-bottom: 16px;
}
.border-right {
  border-right: 1px solid #ddd;
}
.flex-img {
  width: 30%;
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  position: relative;
}
.flex-text {
  width: 68%;
  margin-left: 20px;
  overflow: hidden;
  background-color: #eee;
  padding: 25px;
  padding-top: 18px;
  padding-bottom: 12px;
  border-top: 5px solid #000;
  transition: transform 0.5s;
  transition-timing-function: ease-out;
  position: relative;
}
.gradient-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(78,77,77,0.08) 74%, rgba(2,0,0,1) 100%);
  z-index: 0;
}
.gradient-bg1 {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background: linear-gradient(to bottom, rgba(209,209,209,1) 0%, rgba(255,255,255,0) 100%);
}
.img-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 10;
}
.title {
  margin-top: -10px;
  margin-bottom: 4px;
  font-size: 2rem;
}
.author {
  margin-top: 4px;
  color: #333;
  margin-bottom: 7px;
  font-size: 1.5rem;
}
.description {
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow: hidden;
}
.flex-text:hover {
  transform: translateY(-4px);
}
.flex-img:hover {
  transform: translateY(-4px);
}
.ytVideo__iFrame {
  position: absolute;
  top: 3rem;
  right: 4rem;
  width: 100%;
  height: 98vh;	/* was 720 */
  margin: 0 auto;
  border: none;
}
.pkyLogo {
  position: absolute;
  display: block;
  top: 15px;
  left: 15px;
  width: 8rem;/*	height: 60px;
*/
}
.pkyText {
  position: absolute;
  display: block;
  top: 52px;
  left: 120px;
  font-size: 3rem;
  color: #eee;
}
.imgPopup {
  width: 90%;
  margin-top: 2rem;
  z-index: -1;
  margin-left: 20px;
  margin-right: auto;
  object-fit: cover;
}


.header {
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  position: relative;
  background-image: background: rgb(0,0,0);
background: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(154,139,245,0.6656702898550725) 100%), url("./../img/contemporary-literature.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 70% top 0;
  clip-path: polygon(100% 0, 100% 100%, 66% 85%, 0 100%, 0 0);
  border-bottom: 2px solid white;
}

.hdr_images {
  width: 100%;
  display: flex;
  position: relative;
  z-index: -5;
  margin-top: -24vh;
}
.hdr_img {
width: 33.33%;
  border-radius: 4px;
  border-right: 3px solid white;
}
.vtContent {
  width: 98%;
  margin: 0 auto;
  margin-top: 8rem;
  padding-top: 2rem;

  background-color: #ffe;
  font-family: 'Water Brush', cursive;
  position: relative;
  z-index: 100;
}
.vtRow {
  display: flex;
  justify-content: space-between;
  width: 94%;
  height: 32vh;
  margin: 0 auto;

  margin-top: 5rem;
  padding-top: 4rem;
  border-top: 2px solid #eee;
  
}
.vtRow a {
 text-decoration: none;
}

.vtRow h2:hover {
  transform: translateY(-4px);
}
.vtImg {
  width: 52%;
  height: auto;
  overflow: hidden;
  border-radius: 6px;
/*  display: flex;
  justify-content: flex-start;
*/  box-shadow: 11px 10px 22px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 11px 10px 22px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 11px 10px 22px -3px rgba(0,0,0,0.75);
  transition: all 0.5s ease-in;
  position: relative;
}
.vtImg:hover {
 transform: scale(1.02);
  filter: blur(2px);
}
.vtImg > img {
 object-fit: cover;
  width: 100%;
}
.vtDesc {
  width: 48%;
  text-align: left;
}
.vtDesc-R {
  text-align: left;
  padding-left: 4rem;
  padding-right: 2rem;
}
.vtDesc-L {
  text-align: right;
  padding-right: 4rem;
  padding-left: 2rem;
}

.vtDesc h2 {
 font-size: 3.4rem;
  font-weight: 700;
  transition: all 0.5s ease-in;
  
}
.vtDesc h3 {
  font-size: 2rem;
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  
}
.vtDesc p {
  margin-top: 2rem;
  font-size: 1.8rem;
  font-family: 'Roboto', sans-serif;
  /*text-transform: lowercase;*/
}
.vtDesc p::first-letter {
  text-transform: uppercase;
}
.co-thom {
  font-size: 6rem;
  position: absolute;
  top: 3rem;
  left: 3rem;
}

.goi__bai {
  display: flex;
  width: 80%;
  height: 60vh;
  margin: 0 auto;
  overflow: hidden;  
  margin-top: 5rem;
  padding-top: 4rem;
  background-color: white;
  border-top: 2px solid #eee;
  
}
.goi__bai h2 {
  font-size: 3rem;
}

.goi__bai-img {
  width: 45%;
  height: 80%;
  position: relative;
  margin-left: 4rem;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;    
  
  overflow: hidden;
}
.goi__bai-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
 /* margin-top: 1rem;*/
/*  padding: 1rem;
*/
  
}

.book__form {
  width: 50%;
	padding: 0rem 2rem 2rem 6rem; 

}
.heading-secondary {
  font-family: 'Anton', sans-serif;
	font-size: 4rem;
	/*text-transform: uppercase;*/
	font-weight: 400;
	display: inline-block;
  padding-left: 1rem;
  color: black;
  
  letter-spacing: .3rem;
	transition: all .2s; 
  }
  .heading-secondary:hover {
	  transform: skewY(-5deg) skewX(15deg) scale(1.1);
	  text-shadow: 0.5rem 1rem 2rem rgba(0, 0, 0, 0.2); 
	}
input[type=file]::file-selector-button {
  display: block;
  margin-right: 20px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: none;
  background: #084cdf;
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}

input[type=file]::file-selector-button:hover {
  background: #0d45a5;
}
textarea{
    display: block;
    margin: auto 0;
    width: 80%;
    height: 22vh;
    max-height: 165px;
    border-radius: 5px;
    border: solid 1px #120A19;
    background-color: #DBD6DF;
    font-family: sans-serif;
  margin-top: 2rem;
}

.btn, .btn:link, .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.8rem 2.5rem;
  display: inline-block;
  border-radius: 10rem;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  font-size: 1.6rem;
  border: none;
  cursor: pointer; 
  margin-top: 2rem;
  background-color: white;
  font-weight: 600;
}
.btn:hover {
          transform: translateY(-3px);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); 
}
.btn:active, .btn:focus {
   outline: none;
   transform: translateY(-1px);
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); 
 }

  .btn:hover::after {
     transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; }
	
.btn::after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 100%;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all .4s; 
  }
.btn--animated {
  animation: moveInBottom .5s ease-out .75s;
  animation-fill-mode: backwards; 
}
 
.btn--white {
	background-color: #fff;
	color: #777; 
}
.btn--white::after {
	background-color: #fff; 
}
.btn--green {
	background-color: #55c57a;
	color: #fff; 
}
.btn--green::after {
	background-color: #55c57a; 
}


.section-title {
  margin-top: 4rem;
  font-size: 4rem;
  margin-left: 4rem;
}

.video-section {
  width: 100%;  
	margin: 0 auto;
  overflow: hidden;
	height: 100vh;
  position: relative;  
  background-color: black;  
}

.video-content {
  	position: absolute;
	top: 10%;
	left: 0;
	 width: 100%;
	 height: 80%;
    object-fit: cover; 
	margin: 0 auto;
  opacity: 1;
  
}
