
html {
	/*height: 100%;*/
}
body {
	margin:0;
	background: linear-gradient(-45deg, #18353f, #36a1a7, #006D6E, #22B4BB);
	background-size: 400% 400%;
	animation: gradient 12s ease infinite;
	height: 200vh;
	font-family: 'Open Sans', sans-serif;
	color: white;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Oswald', sans-serif;

}

h1:not(.header-title) {
	font-size: 40px;
	opacity: 0.1;

	text-shadow: 2px 2px 8px rgba(0,0,0,0.2);
	transition: all 0.5s ease-in-out;
}

h1.in-view {
	font-size:50px;
	opacity: 1;
}

.blurred {
	filter:blur(10px);
}

h2 {
	color: #ddd;
	text-transform: uppercase;
	transition: all 1s;
	width:0;
	font-size: 24px;
	height: 36px;
	overflow: hidden;
	opacity: 0.4;
}

h2.aos-animate {
	width: 100%;
	opacity: 1;
}


.header {
	position: relative;
	width: 100%;
	/*background-color: red;*/
	background-color: #2a5462;
}

.header-title {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 150px;
	font-size: 110px;
	left: calc(50% - 267px);
	text-shadow: 3px 3px 20px rgb(0 0 0 / 60%);
	transition: all 1s ease-in-out;
}

.header-badge {
	position: absolute;
	z-index: 1;
	bottom: 20px;
	left: calc(50% - 100px);
	width: 200px;
}

p {
	font-size: 18px;
	line-height: 28px;
}

.body-badge {

	width: 200px;
}

.header-badge img, .body-badge img {
	width: 100%;
}

.header-image, .section, .footer {
	width:100%;
	max-width: 1600px;
	margin: auto;
}


.header-image img {
	width:100%;
}

.just-watch-bg {
	transition: all .5s ease-in-out;
}

.just-watch-bg.fade-background {
	opacity: 0.6;
}


.section, .footer {
	box-sizing: border-box;
	/*border: solid #2a5462 1px ;*/
	padding: 40px 2% 10px;
	display: flex;
	background-color: #ffffff22;
	overflow: hidden;
}

.footer {
	background-color: #1a4856dd;
	font-size: 12px;
	color: #ddd;
	padding: 40px 2%;
}

.footer a {
	color: white;
	text-decoration: none;
}
.footer a:not(.footer-inline) {
	display: inline-block;
	border: transparent solid 1px;
	padding: 5px;
	border-radius: 5px;
	background-color: rgba(255,255,255,0.1);
	margin-bottom:2px;
}
.footer a:hover {
	border: dotted 1px white;
}

.section-colored {
	background-color: #2a546222;
	flex-direction: row-reverse;
}

.text-block, .image-block {
	flex: 1;
	padding: 20px 2%;
	/*border:solid red;*/
}
.text-block-right {
	text-align: right;
}

.text-block-wide {
	flex:2;
}

.padding {
	flex:1;
}

.image-block > img {
	width: 100%;
}

.image-block-with-overlay {
	position: relative;
}

.overlay-image {
	position: absolute;
	width: 400px!important;
	left: calc(50% - 200px);
	top: 250px;
	transition: all .5s ease-in-out;
}

.overlay-image.zoom-in {
	top: 190px;
	width: 450px!important;
	left: calc(50% - 225px);
}


/* hover image block start */
/*.hover-container img {width: 450px;height:878px;}*/
.hover-container img {width: 225px;height:439px;}
        
.hover-container {
	position:relative;
	width: 100%;
	height: 500px;
}

.hover-container .img {
	position:absolute;
	transition: 0.4s all ease-in-out;
}

.img1 {
	left: calc( 50% - 130px);
	transform: rotate(-5deg);
}
.img2 {
	left: calc( 50% - 100px);
	transform: rotate(2deg);
}
.img3 {
	left: calc( 50% - 70px);
	transform: rotate(10deg);
}

.hover-container:hover .img1 {
	left: calc( 50% - 200px);
	transform: rotate(-8deg);
}
.hover-container:hover .img2 {
	left: calc( 50% -  80px);
	transform: rotate(5deg);
}
.hover-container:hover .img3 {
	left: calc( 55% - 10px);
	transform: rotate(15deg);
}        

/* hover image block end */

/*sharebuttons start*/
.resp-sharing-button__link,
.resp-sharing-button__icon {
  display: inline-block
}

.resp-sharing-button__link {
  text-decoration: none;
  color: #fff;
  margin: 0.5em
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.5em 0.75em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
  width: 1em;
  height: 1em;
  margin-right: 0.4em;
  vertical-align: top
}

.resp-sharing-button--small svg {
  margin: 0;
  vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
  stroke: #fff;
  fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
  fill: #fff;
  stroke: none
}

.resp-sharing-button--twitter {
  background-color: #55acee
}

.resp-sharing-button--twitter:hover {
  background-color: #2795e9
}

.resp-sharing-button--pinterest {
  background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
  background-color: #8c0615
}

.resp-sharing-button--facebook {
  background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
  background-color: #2d4373
}

.resp-sharing-button--tumblr {
  background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
  background-color: #222d3c
}

.resp-sharing-button--reddit {
  background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
  background-color: #3a80c1
}

.resp-sharing-button--google {
  background-color: #dd4b39
}

.resp-sharing-button--google:hover {
  background-color: #c23321
}

.resp-sharing-button--linkedin {
  background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
  background-color: #046293
}

.resp-sharing-button--email {
  background-color: #777
}

.resp-sharing-button--email:hover {
  background-color: #5e5e5e
}

.resp-sharing-button--xing {
  background-color: #1a7576
}

.resp-sharing-button--xing:hover {
  background-color: #114c4c
}

.resp-sharing-button--whatsapp {
  background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
  background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
  background-color: #507299
}

.resp-sharing-button--vk:hover {
  background-color: #43648c
}

.resp-sharing-button--facebook {
  background-color: #3b5998;
  border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
  background-color: #2d4373;
  border-color: #2d4373;
}

.resp-sharing-button--twitter {
  background-color: #55acee;
  border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
  background-color: #2795e9;
  border-color: #2795e9;
}

.resp-sharing-button--email {
  background-color: #777777;
  border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
  background-color: #5e5e5e;
  border-color: #5e5e5e;
}

.resp-sharing-button--reddit {
  background-color: #5f99cf;
  border-color: #5f99cf;
}

.resp-sharing-button--reddit:hover,
.resp-sharing-button--reddit:active {
  background-color: #3a80c1;
  border-color: #3a80c1;
}

.resp-sharing-button--whatsapp {
  background-color: #25D366;
  border-color: #25D366;
}

.resp-sharing-button--whatsapp:hover,
.resp-sharing-button--whatsapp:active {
  background-color: #1DA851;
  border-color: #1DA851;
}

/*sharebuttons end*/

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}


/*responsive only from here...*/

@media screen and (max-width: 1250px) {
	.header-title {
		top: 150px;
		font-size: 80px;
		left: calc(50% - 190px);
	}
}

@media screen and (max-width: 990px) {
	.header-title {
		top: 100px;
		font-size: 70px;
		left: calc(50% - 170px);
	}

	h1:not(.header-title) {
		font-size: 30px;
	}
	
	h1.in-view {
		font-size:40px;
	}

	h2 {
		font-size: 20px;
		height: 30px;

	}

	p {
		font-size: 16px;
		line-height: 24px;
	}

	.overlay-image {
		width: 260px!important;
		left: calc(50% - 130px);
		top: 170px;

	}
	.overlay-image.zoom-in {
		width: 300px!important;
		left: calc(50% - 150px);
		top: 130px;
	}

}

@media screen and (max-width: 767px) {
	.header-title {
		top: 70px;
	}

	h1:not(.header-title) {
		font-size: 26px;
	}
	
	h1.in-view {
		font-size:30px;
	}

	h2 {
		font-size: 16px;
		height: 24px;

	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	.footer p {
		font-size:12px;
	}

}

@media screen and (max-width: 650px) {
	.header-title {
		top: 40px;
		font-size: 50px;
		left: calc(50% - 121px);
	}
}
@media screen and (max-width: 600px) {

	body {
		height: 400vh;
	}

	.section, .footer {
		padding: 20px 2% 10px;
		display: block;
	}

	h1:not(.header-title) {
		font-size: 30px;
	}
	
	h1.in-view {
		font-size:40px;
	}

	h2 {
		font-size: 20px;
		height: 30px;

	}

	p {
		font-size: 16px;
		line-height: 24px;
	}

	.text-block-right {
		text-align: left;
	}

}

@media screen and (max-width: 480px) {
	.header-title {
		top: 20px;
		font-size: 40px;
		left: calc(50% - 97px);
		text-shadow: 0 5px 10px rgba(0,0,0,1);
	}
	.header-badge {
		bottom: 10px;
		left: calc(50% - 75px);
		width: 150px;
	}
}

@media screen and (max-width: 360px) {
	.header-title {
		top: 15px;
		font-size: 32px;
		left: calc(50% - 78px);
	}
	.header-badge {
		bottom: 0px;
	}

	h1:not(.header-title) {
		font-size: 26px;
	}
	
	h1.in-view {
		font-size:30px;
	}

	h2 {
		font-size: 16px;
		height: 24px;

	}

	p {
		font-size: 14px;
		line-height: 20px;
	}

	.overlay-image {
		width: 210px!important;
		left: calc(50% - 105px);
		top: 120px;

	}
	.overlay-image.zoom-in {
		width: 250px!important;
		left: calc(50% - 125px);
		top: 80px;
	}

	.footer p {
		font-size:12px;
	}

}
