body, html {
  height: 100%;
  margin: 0;
  font: 400 16px/1.9 "Lato", sans-serif;
  color: #777;
}

#overlay{
  position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000000c2;
    display: flex;
    align-items: center;
    justify-items: center;
    visibility: hidden;
}

.overlaycontent{
  text-align: center;
  width: 100%;
}

.overlaycontent h3{
  color: #fff;
}

.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
  position: relative;
  opacity: 0.65;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bgimg-1 {
  background-image: url("https://res.cloudinary.com/lazerous/image/upload/v1641201273/corigold/coriander.jpg");
  min-height: 100%;
  background-repeat: no-repeat;
  background-position: 55%;

}

.bgimg-2 {
  /*background-image: url("https://www.w3schools.com/howto/img_parallax2.jpg");*/
  /*background-image: url("http://2.bp.blogspot.com/-3SvhrQtKTkg/UH96CZpTpDI/AAAAAAAAE-s/jJPsI4jgLX8/s1600/shraddha-banner-2.jpg");*/
  background-image: url("../images/corigold-hero.jpg");
  min-height: 600px;
 
}

.bgimg-3 {
  /*background-image: url("https://www.w3schools.com/howto/img_parallax3.jpg");*/
  /*background-image: url("http://static.panoramio.com/photos/large/82977762.jpg");*/
  background-image: url("../images/corigold_chaat_masala_banner.jpeg");
  min-height: 600px;
 
}

.bgimg-4 {
  background-image: url("../images/coriander.jpg");
  min-height: 600px;

}

.bgimg-5 {
  background-image: url("../images/corigold-contact.jpg");
  min-height: 600px;
  
}

.caption {
  /* position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */

  /* width: 100%; */
 
  text-align: center;
  color: #000;
}

.logoPosition{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.flexCentre{
  display: flex;
  align-items: center;
  justify-content: center;
}
.caption p.border {
  /*background-color: #111;*/
  color: #fff;
  /*padding: 18px;*/
  padding: 0px 25px;
  font-size: 25px;
  letter-spacing: 10px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font: 20px "Lato", sans-serif;
  color: #111;
}

.logo {
  top: 50%;
  margin: 10px auto;
  display: block;
  max-width: 100%;
}



.contentblock {
  color: #777;
  background-color: white;
  text-align: left;
  padding: 50px 80px;
  /* text-align: justify; */
}

.g-recaptcha {
  margin: 0 auto;
  width: 304px;
}

/* SECTION 2 */

body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  line-height: 30px;
  /* color: #777; */
}

.container {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] {
  font: 400 16px "Roboto", Helvetica, Arial, sans-serif;
}

#contact {
  background: #F9F9F9;
  padding: 25px;
  /* margin: 150px 0; */
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

#contact h3 {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
  width: 90%;
  border: 1px solid #ccc;
  background: #FFF;
  margin: 0 0 5px;
  padding: 10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 50px;
  max-width: 90%;
  resize: none;
}

#contact button[type="submit"] {
  cursor: pointer;
  width: 100%;
  max-width: 100px;
  border: none;
  background: #4CAF50;
  color: #FFF;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
}

#contact button[type="submit"]:hover {
  background: #43A047;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

.copyright {
  text-align: center;
}

#contact input:focus, #contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}

.yellow {
  color: #ffeb3b;
}

.text-container {
  max-width: 1140px;
  margin: 0 auto;
}

.credit {}

a, a:visited, a:hover, a:active {
  color: inherit;
}

/* MEDIA QUERIES */

@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5 {
    background-attachment: scroll;
  }
}

@media only screen and (max-device-width: 600px) {
  .caption p.border {
    padding: 5px 18px;
    background-color: transparent;
    letter-spacing: 5px;
  }
  .contentblock {
    padding: 15px 30px;
  }
  .widthmod {
    width: 90%;
  }
  .bgimg-1 {
    min-height: 100%;
    background-position: 50%;
  }
  #contact h3 {
    font-size: 24px;
  }
  
}

@media screen and (max-height: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}