html.fssopen, html.fssopen body{ /* class added to HTML element when full screen slider is open to hide potential body scrollbars */
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

section.dd_fullscreenslider{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2000;
    font-size: 16px; /* base font size */
    visibility: visible;
    overflow: hidden;
    background-color: hsla(0,0%,53%,1.00);
    background-position: 0% 0%;
    background-size: cover;
}

div.slidewrapper{ /* wrapper DIV that surrounds the ARTICLE elements inside .dd_fullscreenslider */
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
	-moz-transition: -moz-transform 0.5s; /* actual duration controlled by script */
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

ul.fssnav{ /* UL list dynamically added by script for Slider navigation */
  list-style: none;
  padding: 0;
  margin: 0;
	position: fixed;
	top: 50%; /* vertically center menu */
	right: 10px; /* distance from right edge of screen */
	transform: translateY(-50%); /* vertically center menu */
}

ul.fssnav li{
  margin-bottom: 15px;
}

ul.fssnav li a{
    text-decoration: none;
    border: 5px solid white; /* border color of nav links */
    border-radius: 50%;
    width: 14px; /* dimensions of nav links */
    height: 14px;
    display: block;
    position: relative;
    text-indent: -500px;
    outline: none;
    overflow: hidden;
    background-color: hsla(0,1%,59%,1.00);
}

ul.fssnav li a::after{ /* create "fill" element inside A */
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: white; /* color of "fill" element */
  transition: top 0.5s; /* transition for "fill up" effect */
}

ul.fssnav li.selected a::after{
  top: 0; /* fill up selected A element from bottom to top */
}

section.dd_fullscreenslider article.slide h1{ /* H2 Header inside each slide */
    font-size: 1.5em;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 3px;
	padding-top:  50px;
}

section.dd_fullscreenslider article.slide h2{ /* H2 Header inside each slide */
    font-size: 2em;
    margin: 0;
    line-height: 1.1em;
    letter-spacing: 3px;
}

section.dd_fullscreenslider article.slide .scrollable{ /* Assign this class to elements within a slide that should be scrollable */
	overflow: auto;
}

section.dd_fullscreenslider article.slide a{
    color: hsla(0,0%,0%,1.00);
}







section.dd_fullscreenslider article.slide{ /* CSS for each slide */
  width: 100%;
  height: 100%;
	display: block;
	font-family: 'Lato', sans-serif; /* Use google font */
	padding-right: 48px;
	padding-left: 25px;
	padding-top: 25px;
	padding-top: 25px;
	font-size: 1.2em;
	text-align: justify;
	line-height: 2em;
	color: black;
	overflow: hidden;
  -webkit-box-sizing: border-box; /* include padding/ border as part of declared menu width */
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	z-index: 1000;

	
	
	
	
background-image: url('images/01.jpg'), linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
section.dd_fullscreenslider article.slide:nth-of-type(2){ /* 2nd demo slide bgcolor */
background-image: url('images/02.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
section.dd_fullscreenslider article.slide:nth-of-type(3){ /* 2nd demo slide bgcolor */
background-image: url('images/03.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
section.dd_fullscreenslider article.slide:nth-of-type(4){ /* 3rd demo slide bgcolor */
background-image: url('images/04.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */	

}
section.dd_fullscreenslider article.slide:nth-of-type(5){ /* 4th demo slide bgcolor */
background-image: url('images/05.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */	
}
section.dd_fullscreenslider article.slide:nth-of-type(6){ /* 4th demo slide bgcolor */
background-image: url('images/06.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */	
}

section.dd_fullscreenslider article.slide:nth-of-type(7){ /* 5th demo slide bgcolor */
background-image: url('images/07.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */	
}

section.dd_fullscreenslider article.slide:nth-of-type(8){ /* 5th demo slide bgcolor */
background-image: url('images/08.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */	
}
	
section.dd_fullscreenslider article.slide:nth-of-type(9){ /* 5th demo slide bgcolor */
background-image: url('images/09.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}

section.dd_fullscreenslider article.slide:nth-of-type(10){ /* 5th demo slide bgcolor */
background-image: url('images/10.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
section.dd_fullscreenslider article.slide:nth-of-type(11){ /* 5th demo slide bgcolor */
background-image: url('images/11.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}
section.dd_fullscreenslider article.slide:nth-of-type(12){ /* 5th demo slide bgcolor */
background-image: url('images/12.jpg'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: overlay;
background-size: cover;
-webkit-transform: translate3d(0, 0, 0); /* to prevent flickering in iOS */
}





section.dd_fullscreenslider div.closex{ /* Large x close button inside Slider */
  width: 50px;
  height: 50px;
	overflow: hidden;
  display: block;
  position: fixed;
  cursor: pointer;
	text-indent: -1000px;
	opacity: 0.8;
  z-index: 1001;
  top: 5px;
  right: 3px;
}

section.dd_fullscreenslider div.closex::before, section.dd_fullscreenslider div.closex::after{ /* render large x inside close button */
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  background: gray; /* color of x button */
  top: 50%;
  margin-top: -3px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

section.dd_fullscreenslider div.closex::after{ /* render large cross inside close button */
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}


#hp  {
float: left;    
 margin: 0 15px 0 0;
}


.blockquote {
    padding: 60px 80px 40px;
    position: relative;
    color: hsla(0,0%,89%,1.00);
}
.blockquote p {
    font-family: "Utopia-italic";
    font-size: 35px;
    font-weight: 700px;
    text-align: center;
}

/*blockquote p::before {
    content: "\f095"; 
    font-family: FontAwesome;
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
  font-size: 180px;
 }*/

.blockquote:before {
  position: absolute;
  font-family: 'FontAwesome';
  top: 0;
  
  content:"\f10d";
  font-size: 200px;
  color: rgba(0,0,0,0.1);
   
}

.blockquote::after {
    content: "";
    top: 20px;
    left: 50%;
    margin-left: -100px;
    position: absolute;
    border-bottom: 3px solid #bf0024;
    height: 3px;
    width: 200px;
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic);
.otro-blockquote{
  font-size: 1.4em;
  width:60%;
  margin:50px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

.otro-blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:4em;
  position: absolute;
  left: 10px;
  top:-10px;
}

.otro-blockquote::after{
  content: '';
}

.otro-blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}

@import url("https://fonts.googleapis.com/css2?family=Fleur+De+Leah&family=Lovers+Quarrel&family=Merriweather:wght@400;900&family=Monsieur+La+Doulaise&family=Playfair+Display:wght@800&family=Rozha+One&display=swap");
html {
  font-family: "Merriweather", serif;
  font-size: 1rem;
  line-height: 1.6rem;
}
article {
  padding: 1rem;
  max-width: 40rem;
  margin: 0 auto;
}
h2 {
  text-transform: capitalize;
  line-height: 2rem;
}
p {
    text-align: justify;
    hyphens: auto;
    color: hsla(0,0%,87%,1.00);
    font-size: 16px;
}

/* Drop Cap 2 */
p.cap2:first-letter {
  font-family: "Fleur De Leah";
  font-size: 4.2rem;
  line-height: 3.5rem;
  float: left;
  display: inline-block;
  color: white;
  background-color: #5f9ea0;
  border-radius: 0.35rem;
  padding: 1rem 2.5rem 1rem 1rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

/* Drop Cap 1 */
p.cap1:first-letter {
  font-family: "Playfair Display";
  font-size: 5.2rem;
  line-height: 3rem;
  float: left;
  display: inline-block;
  margin-top: 0.5rem;
  color: #5f9ea0;
  padding: 0.25rem 0rem;
  margin-right: 1rem;
}

/* Drop Cap 3 */
p.cap3:first-letter {
  font-family: "Lovers Quarrel";
  font-size: 5.8rem;
  line-height: 3.5rem;
  float: left;
  display: inline-block;
  color: white;
  text-align: center;
  background-image: url("https://image.freepik.com/free-vector/hand-drawn-linear-engraved-floral-background_52683-71224.jpg");
  background-position: center;
  background-size: 250px;
  box-shadow: 0 0 0 4px #fff, 0 0 0 6px #073938;
  text-shadow: 1px 1px 2px #222;
  padding: 1rem 1.2rem 0.5rem 0.7rem;
  margin: 0.7rem 1rem 0.3rem 0.4rem;
}

p.cap4,
p.cap5 {
  position: relative;
  z-index: 1;
}
p.cap4:after {
  position: absolute;
  content: "";
  width: 5.5rem;
  height: 5.5rem;
  left: 0;
  top: 0.4rem;
  z-index: -1;
  background: linear-gradient(135deg, transparent 10px, #fff 0) top left,
    linear-gradient(225deg, transparent 10px, #fff 0) top right,
    linear-gradient(315deg, transparent 10px, #fff 0) bottom right,
    linear-gradient(45deg, transparent 10px, #fff 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  background-image: radial-gradient(circle at 0 0, #fff 12px, #b0e0e6 13px),
    radial-gradient(circle at 100% 0, #fff 12px, #b0e0e6 13px),
    radial-gradient(circle at 100% 100%, #fff 12px, #b0e0e6 13px),
    radial-gradient(circle at 0 100%, #fff 12px, #b0e0e6 13px);
}
/* Drop Cap 4 */
p.cap4:first-letter {
  font-weight: 900;
  font-size: 4.9rem;
  line-height: 3.5rem;
  float: left;
  display: inline-block;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-image: url("https://image.freepik.com/free-vector/ditsy-floral-print-background_52683-30963.jpg");
  background-position: center;
  background-size: 130px;
  padding: 1rem 1.2rem 0.8rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
}

/* Drop Cap 5 */
p.cap5:after {
  content: "";
  position: absolute;
  height: 3rem;
  width: 3rem;
  z-index: -1;
  background: #b0e0e6;
  top: 3.3rem;
  left: -0.3rem;
}

p.cap5:first-letter {
  font-weight: 900;
  font-size: 4.6rem;
  line-height: 3.5rem;
  float: left;
  display: inline-block;
  color: #1c2e4a;
  padding: 0.9rem 1rem;
  margin-top: 0.5rem;
  margin-right: 1rem;
  background: white;
  border: 2px solid #1c2e4a;
  box-shadow: 4px -4px 0 #1c2e4a;
 
}

import { useState } from 'react';

export default function ContactForm() {
  const [result, setResult] = useState("");

  const onSubmit = async (event) => {
    event.preventDefault();
    setResult("Sending....");
    const formData = new FormData(event.target);
    formData.append("access_key", "9e534a9b-4a60-41b2-be76-0b16e07a277f");

    const response = await fetch("https://api.web3forms.com/submit", {
      method: "POST",
      body: formData
    });

    const data = await response.json();
    if (data.success) {
      setResult("Form Submitted Successfully");
      event.target.reset();
    } else {
      setResult("Error");
    }
  };

  return (
    <form onSubmit={onSubmit}>
      <input type="text" name="name" required/>
      <input type="email" name="email" required/>
      <textarea name="message" required></textarea>
      <button type="submit">Submit Form</button>
      <span>{result}</span>
    </form>
  );
}


blockquote {
  margin: 3.9rem 0;
  padding-left: 4.5rem;
  position: relative;
}

blockquote:before {
  content: "\201C";
  font-size: 10rem;
  line-height: 0px;
  margin: 0;
  color: rgba(255, 255, 255, 0.15);
  font-family: arial, sans-serif;
  position: absolute;
  top: 3.6rem;
  left: 0;
}

blockquote p {
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.8rem;
    color: rgba(211,193,131,1.00);
    text-align: left;
}

blockquote cite {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.4rem;
    font-style: normal;
    line-height: 1.8;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a,
blockquote cite a:visited {
  color: rgba(255, 255, 255, 0.3);
  border: none;
}


#overlay {
  position: fixed; /* Sit on top of the page content */
  display: none; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.hero {
	background-color: #000000;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(https://images.unsplash.com/photo-1580841129862-bc2a2d113c45?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1353&q=80);
  background-position: center;
	background-size: cover;
	color: #ffffff;
	padding: 1em;
	text-align: center;
}

.pquote {
    float: left;
    width: 250px;
    background: #transparant;
    font-weight: 200px;
    padding: 1px 13 13 13;
    margin: 0 13px 13px 0;
}

blockquote {
    margin: 0; /* gets rid of the default blockquote margin */
}

.pquote2 {
    float: right;
    width: 200px;
    background: url(images/openquote.gif) top left no-repeat;
    color: #030;
    font-size: 26px;
    line-height: 0.9;
    font-style: italic;
    padding: 13px;
}

blockquote {
    margin: 0;
}

.pquote p:first-letter {
    font-size: 39px;
    font-weight: bold;
}
Et voilà.

.quotebox {
    float: left;
    width: 200px;
    background: #900 url(images/ptg1.jpg) top no-repeat;
    color: #fc0;
    font-size: 12px;
    line-height: 1.2;
    padding-top: 71px;
    border: 2px solid #600;
    margin: 0 12px 12px 0;
}

.quotebox p {
    margin: 0;
}

.quotebox blockquote {
    font-weight: bold;
    padding: 6px;
    border-top: 2px solid #600;
    margin: 0;
}

.quotebox .by {
    padding: 6px;
}


{"blocktypes": {"Value": ["html", "js"]}}
