/* color specifications*-----------------
-----------------------------------------*/
/* margin & Padding specificattions*-----------------
------------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Heebo:100,300,400,500,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Monoton&display=swap");
.intro-inner {
  margin: 0 10% 0 10%;
}

.feature-headline {
  margin: 0 10% 0 10%;
  padding: 8rem 0;
}

.section-2 {
  margin: 0 10% 0 10%;
}

.intro-section-inner {
  margin: 0 10% 0 10%;
}

.container-story-inner {
  margin: 0 15% 0 15%;
  padding: 10rem 0;
}
@media only screen and (max-width: 1400px) {
  .container-story-inner {
    margin: 0 10% 0 10%;
  }
}

/* padding*---------------------------------
------------------------------------------*/
/* line specificattions*-----------------
-----------------------------------------*/
hr {
  margin-block-start: 0;
  margin-block-end: 0;
  height: 1px;
  background-color: black;
  border: none;
}

.line-one {
  margin: 0 0 5rem 0;
  margin-block-start: 0;
  margin-block-end: 0;
  height: 1px;
  background-color: #6c38dd;
  border: none;
}

.line-plus hr {
  margin-block-start: 0;
  margin-block-end: 0;
  height: 1px;
  background-color: #6c38dd;
  border: none;
}

.whiteline hr {
  margin-block-start: 0;
  margin-block-end: 0;
  height: 1px;
  background-color: white;
  border: none;
}

.redline hr {
  margin-block-start: 0;
  margin-block-end: 0;
  height: 0.5px;
  background-color: #ff2e58;
  border: none;
}

.process hr {
  margin-block-start: 0;
  margin-block-end: 0;
  height: 0.5px;
  background-color: #ff2e58;
  border: none;
}

/* Background Color*---------------------------------
------------------------------------------*/
/* Background Color*-----------------
-----------------------------------------*/
#back-light-green {
  background-color: #EEF0ED;
}

#back-g-green {
  background-color: #526146;
  height: 800px;
  display: flex;
  margin-top: 0;
  overflow: hidden;
  position: relative;
}

.inner-container-1 {
  margin: 0 10%;
}

.inner-container-2 {
  margin: 20%;
}

.inner-container-3 {
  margin: 0 20%;
}

.inner-container-4 {
  margin: 5% 20%;
}

.inner-container-5 {
  background-color: #6c38dd;
  margin: 0 20%;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1000px) {
  .inner-container-4 {
    margin: 5% 10%;
  }
}
@media only screen and (max-width: 800px) {
  .inner-container-3 {
    margin: 5%;
  }
}
#back-g-medium-green {
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #526146;
  background-blend-mode: screen;
  background-blend-mode: overlay;
  background-attachment: fixed;
}

video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  width: 1920px;
  height: auto;
  background-blend-mode: color-burn;
  left: 50%;
  right: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 800px) {
  video {
    left: 10%;
    right: 50%;
    top: 35%;
  }
}
/* Typography specifications*-----------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

/* Big headline*-----------------*/
h1 {
  font-family: "Outfit", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 200;
  padding-bottom: 50px;
}

h2 {
  font-family: "Outfit", sans-serif;
  font-size: 2.8rem;
}

h3 {
  font-family: "Bitter", serif;
  font-size: 2.2rem;
  line-height: 2.5rem;
}

h4 {
  font-family: "Outfit", sans-serif;
  font-size: 1.5rem;
  line-height: 1.5rem;
}

/* address*---------------------------*/
h5 {
  font-family: "Heebo", sans-serif;
  font-size: 0.95rem;
  line-height: 1.5rem;
  font-weight: 300;
}

h6 {
  font-family: "Heebo", sans-serif;
  font-size: 1.3rem;
  line-height: 1.5rem;
  font-weight: 300;
}

/* Paragraph*-----------------*/
p {
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 2rem;
  font-weight: 300;
}

@media screen and (max-width: 1200px) {
  h1 {
    font-family: "Bitter", serif;
    font-size: 4rem;
    line-height: 4rem;
    font-weight: 200;
    padding-bottom: 50px;
  }
}
.extra {
  font-size: 0.8rem;
}

/* line specificattions*-----------------
-----------------------------------------*/
/* arrowmore unit big*--------------------
-----------------------------------------*/
/* Schedule form*--------------------
-----------------------------------------*/
input[type=text], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  color: red;
}

input[type=submit] {
  background-color: #C51F3A;
  color: white;
  padding: 12px 20px;
  border: none;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #C51F3A;
}

.container {
  padding: 20px;
}

.form-content-outer {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
}

.form-content-1 {
  width: 49%;
}

@media only screen and (max-width: 1500px) {
  .form-content-1 {
    width: 100%;
  }
}
.form-content-2 {
  width: 100%;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  margin-top: 6px;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  color: #58595b;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Heebo", sans-serif;
  line-height: 1.5;
  color: #58595b;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #58595b;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

label {
  font-family: "Heebo", sans-serif;
}

/* line specificattions*-----------------
-----------------------------------------*/
/* arrowmore unit big*--------------------
-----------------------------------------*/
#button {
  display: inline;
  background-color: red;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 4.5rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button img {
  width: 20px;
  padding-top: 10px;
}

.button {
  display: inline;
  background-color: red;
  width: 40px;
  height: 40px;
  text-align: center;
  position: fixed;
  bottom: 30px;
  right: 4.5rem;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
.button img {
  width: 20px;
  padding-top: 10px;
}

#button:hover {
  cursor: pointer;
  background-color: blue;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

button:focus {
  outline: none;
}

#btn1 {
  border-radius: 50px;
  padding: 6px 30px;
  margin: 30px 0;
  background-color: #C51F3A;
  color: white;
  border: none;
  letter-spacing: 1px;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
  cursor: pointer;
}

#btn2 {
  border-radius: 50px;
  padding: 6px 30px;
  margin: 30px 0;
  background-color: #C51F3A;
  color: white;
  border: none;
  letter-spacing: 1px;
  font-family: "Heebo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  z-index: 2;
  cursor: pointer;
}

#btn3 {
  padding: 6px 10px;
  border-radius: 50px;
  background-color: #C51F3A;
  border-width: 1px;
  color: white;
  border: none;
  letter-spacing: 1px;
  font-family: "Heebo", sans-serif;
  z-index: 2;
  cursor: pointer;
}

#btn-project-inside {
  padding: 6px 30px;
  background-color: #1B3761;
  color: white;
  border: none;
  letter-spacing: 1px;
  font-family: "Heebo", sans-serif;
  z-index: 2;
  cursor: pointer;
}
#btn-project-inside img {
  width: 20px;
  height: 20px;
}
#btn-project-inside p {
  font-size: 1rem;
}

.knowmore-project {
  position: absolute;
  top: 20px;
  left: 20px;
}

.gallery-button {
  display: flex;
  justify-content: center;
}

#gallery-button-last {
  padding-bottom: 200px;
}

.readmore {
  padding-top: 20px;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

.lock-scroll {
  overflow: hidden;
}

body {
  animation: fadeInAnimation ease 3s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/** 
* todoMymethod*/
/** 
* todo-----------------------Home page---------------------
* todo-----------------------------------------------------
*/
/** 
* ?-------------------Home Banner-------------------*/
.landingpage {
  width: 100%;
  height: 100vh;
  position: relative;
}

.landingpage-inner {
  width: 100%;
  position: relative;
}

/* Slider Images and transitions ------------------------------- */
.video-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.video-banner video {
  padding-top: 150px;
}

/* CSS for auto navigation ------------------------------- */
.home-headline {
  position: absolute;
  z-index: 100;
  margin-left: 10%;
  margin-top: 30%;
  color: white;
}
.home-headline h2 {
  font-size: 3.5rem;
  line-height: 3.5rem;
  font-family: "Monoton", sans-serif;
  font-weight: 100;
}
.home-headline button {
  margin-top: 40px;
}

.header {
  width: 100%;
  height: 150px;
  z-index: 1000;
  position: fixed;
  background-color: white;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100px;
  z-index: 8;
  position: fixed;
}

/* logo section------------------------------- */
.logo {
  width: 20%;
  height: 90px;
  display: block;
  display: flex;
}
.logo img {
  margin-left: 4.5rem;
  padding-top: 25px;
  width: 120px;
  height: auto;
  z-index: 1000;
}

/* menu link section------------------------------- */
.active {
  color: #4CAF50;
}

.navpanel {
  display: flex;
  justify-content: center;
  width: 60%;
  height: 90px;
}

.topnav.responsive {
  position: relative;
}

.topnav a {
  color: black;
  text-align: center;
  margin: 0px 16px;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 400;
  font-family: heebo;
  letter-spacing: 0.5px;
}

.nav-list {
  display: flex;
}

.topnav ul {
  margin: 0;
}

/* Style the active class, and buttons on mouse-over */
.active, .topnav a:hover {
  color: #ee3f6a;
}

.menu-items {
  padding-top: 60px;
}

.menu-items li {
  display: inline;
}

.active, .btn:hover {
  border-bottom: 1px solid red;
  padding: 0px 0px;
  color: white;
}

/* Header immediate contact section------------------------------- */
.buy-wafers {
  width: 20%;
  display: flex;
  justify-content: center;
  height: 90px;
}
.buy-wafers button {
  margin-top: 50px;
  color: white;
  font-size: 0.9rem;
}

.buy-product {
  display: flex;
  justify-content: flex-end;
  width: 180px;
}

.buy-product button {
  width: 160px;
}

.contact-home button:hover {
  background-color: #ee3f6a;
}

@media only screen and (max-width: 1000px) {
  .nav {
    height: 90px;
  }
  .logo {
    width: 100%;
    justify-content: center;
    height: 90px;
  }
  .logo img {
    margin-left: 0;
    padding-top: 10px;
  }
  .buy-wafers {
    width: 100%;
    height: 60px;
    background-color: white;
  }
  .buy-product {
    justify-content: center;
  }
  .navpanel {
    width: 100%;
    background-color: white;
    height: 60px;
  }
  .buy-wafers button {
    margin-right: 0;
    margin-top: 0;
  }
  .nav-list {
    padding-left: 0;
  }
  .menu-items {
    padding-top: 20px;
  }
  .video-banner video {
    padding-top: 200px;
  }
  .home-headline {
    margin-top: 70%;
  }
  .home-headline button {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 800px) {
  .nav {
    height: 90px;
  }
  .arrow {
    display: none;
  }
  .home-headline {
    margin-top: 90%;
  }
}
/* Booknow section------------------------------- */
.headline {
  display: flex;
  position: absolute;
  color: white;
  z-index: 6;
  top: 30%;
  left: 0;
  margin-left: 20%;
}
.headline h1 {
  font-family: Heebo;
  font-size: 45px;
  font-weight: 800;
  line-height: 50px;
  text-transform: uppercase;
}

/* scroll arrow------------------------------- */
.centered {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.centered .arrow {
  position: relative; /* Safari 4.0 - 8.0 */
  animation: mymove 2s infinite;
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
}
.centered .arrow img {
  height: 30px;
}
@keyframes mymove {
  from {
    top: 3px;
  }
  to {
    top: 30px;
  }
}

/* scroll arrow end here */
/* Landing Page Social Icons------------------------------- */
.homepage-social {
  position: absolute;
  align-self: center;
  left: auto;
  right: 0;
  margin-bottom: 4.5rem;
  margin-right: 4.5rem;
  bottom: 0;
}
.homepage-social img {
  width: 50px;
  height: auto;
}

/* Landingpage social Icons end here */
#mute {
  position: absolute;
  bottom: 4.5rem;
  font-family: heebo;
}

/** 
* ?-------------------Introduction---------------------*/
.outer-container {
  width: 100%;
  margin: auto;
  position: relative;
}

.outer-container1 {
  width: 100%;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.outer-container1 img {
  display: block;
}

.intro {
  padding: 30px;
}
.intro h2 {
  font-family: "Outfit", sans-serif;
  text-align: center;
  line-height: 3rem;
  color: black;
  padding-top: 200px;
}
.intro p {
  text-align: center;
  max-width: 600px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 200px;
  font-family: "Outfit", sans-serif;
  color: #58595b;
}

#back-light-green h2 {
  margin: auto;
  text-align: center;
  padding: 150px 0;
  color: #526146;
}

.inner-container-1 img {
  width: 100%;
}

.wafer-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  z-index: 100;
  left: 10%;
  width: 350px;
  border-radius: 20px;
}

.wafer-card-left {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  position: absolute;
  z-index: 100;
  right: 10%;
  width: 350px;
  border-radius: 20px;
}

@media only screen and (max-width: 500px) {
  .wafer-card {
    display: flex;
    width: 80%;
    justify-content: center;
  }
}
@media only screen and (max-width: 500px) {
  .wafer-card-left {
    display: flex;
    width: 80%;
    justify-content: center;
  }
}
.wafer-content {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
}
.wafer-content h4 {
  font-size: 1.3rem;
  padding-top: 20px;
}
.wafer-content h6 {
  padding: 10px 0 20px 0;
  font-size: 1.1rem;
}
.wafer-content p {
  line-height: 1.5rem;
  font-size: 1.05rem;
  padding-top: 10px;
}
.wafer-content button {
  margin-top: 30px;
}
.wafer-content img {
  width: 120px;
  padding-bottom: 30px;
}

.wafer-image {
  background-color: white;
  padding: 40px;
  border-radius: 10px;
}
.wafer-image img {
  width: 270px;
  display: block;
}

@media only screen and (max-width: 500px) {
  .wafer-image {
    display: flex;
    width: 100%;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
  }
}
.knowmore {
  display: flex;
  justify-content: center;
}

.inner-container-2 h4 {
  text-align: center;
  padding-bottom: 60px;
}

.chillmill-contact {
  width: 80%;
  padding-bottom: 100px;
  margin: auto;
}
.chillmill-contact h2 {
  padding: 100px 0 30px 20px;
  line-height: 3rem;
}

@media only screen and (max-width: 1500px) {
  .chillmill-contact {
    width: 100%;
    justify-content: center;
  }
}
.footer {
  width: 100%;
  background-color: rgb(61, 56, 56);
  padding-bottom: 3rem;
  background-size: 4px 4px;
}

.footer-inner {
  width: 80%;
  display: flex;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 2rem;
  margin: 0;
  text-align: center;
  margin: auto;
}

.footer-section1 {
  /*width: 20%;*/
  padding-right: 50px;
  display: flex;
  flex-wrap: wrap;
}

.addressline {
  color: white;
}
.addressline h5 {
  max-width: 500px;
}

/* Copyright------------------------------- */
.copyright {
  display: flex;
  justify-content: center;
  margin: auto;
  color: grey;
}
.copyright p {
  font-size: 0.8rem;
}

/* about------------------------------- */
.about {
  display: flex;
  padding-bottom: 200px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-content-2 {
  width: 48%;
}

@media only screen and (max-width: 800px) {
  .about-content-2 {
    width: 100%;
  }
}
.about-content-1 {
  text-align: center;
  padding-bottom: 100px;
}

.contact-address {
  width: 80%;
  margin: auto;
  padding: 20px;
  margin-bottom: 100px;
}

.outer-container2 {
  position: relative;
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1500px) {
  .contact-address {
    width: 100%;
  }
}
.contact-address-inner {
  max-width: 500px;
}

.about-banner {
  display: flex;
  justify-content: center;
}

.about-banner-image {
  display: flex;
  overflow: hidden;
  justify-content: center;
}