@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

h1 {
  font-size: 65px;
  line-height: 64px;
  font-weight: 700;
  color: #222;
}

h2 {
  font-size: 50px;
  font-weight: 600;
  line-height: 70px;
  color: #222;
}

h4 {
  font-size: 30px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 20px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 80px;
}

.section-m1 {
  margin: 40px 0;
}

body {
  width: 100%;
}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: black;
  background-color: white;
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  transition: 0.2s ease;
}

body {
  background-color: #fff;
  color: #0f0f0f;
  font-family: "Roboto", sans-serif;
}

/* SECTION 1 */
.section-1 {
  max-width: 1040px;
  margin: auto;
  margin-top: 60px;
  margin-bottom: 200px;
}

.section-1-header {
  max-height: 66px;
  display: flex;
  justify-content: space-between;
}

.section-1-header-options a {
  text-decoration: none;
  color: green;
  font-weight: 500;
  font-size: 18px;
}

.section-1-header-logo img {
  height: 100%;
}

.section-1-header-options {
  display: flex;
  align-items: center;
}

.section-1-header-options div {
  opacity: 0.8;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  margin: 0 20px 0 36px;
}

.section-1-main {
  text-align: center;
}

.section-1-main-1 {
  margin-top: 100px;
  font-size: 100px;
  line-height: 125px;
  letter-spacing: -3px;
  font-weight: 700;
}

.section-1-main-2 {
  font-size: 30px;
  letter-spacing: -0.2px;
  line-height: 38px;
  margin-top: 35px;
  font-weight: 700;
}

.section-1-main-3 {
  margin-top: 58px;
}

.section-1-main-3 button {
  padding: 20px 65px;
  font-size: 24px;
  font-weight: 700;
  background-color: white;
  border: none;
  border-radius: 40px;
  cursor: pointer;
}

/* SECTION 2 */
.section-2 {
  height: 700px;
  position: relative;
  overflow: hidden;
  background-image: url(https://media.istockphoto.com/id/184601291/photo/xxxl-dark-concrete.webp?b=1&s=170667a&w=0&k=20&c=KRRXq0P41imqerPjYF4EgX7QOdbybyprM8ofKYoIzT4=);
}

.section-2-container img {
  position: absolute;
  left: calc(50% - 198px);
  top: 6%;
}

/* SECTION 3 */
.section-3 {
  color: #ffffff;
  position: relative;
  padding: 240px 200px 180px;
  background-image: url(https://ayurdhanaturals.com/wp-content/uploads/2019/01/002-2.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
}

.section-3-header-1 {
  font-size: 100px;
  letter-spacing: -3.15px;
  line-height: 125px;
  opacity: 0.9;
  font-weight: 700;
}

.section-3-header-2 {
  font-size: 32px;
  letter-spacing: -0.2px;
  line-height: 38px;
  max-width: 630px;
  font-weight: 700;
  margin-top: 16px;
}

.section-3-main-1 {
  font-size: 18px;
  letter-spacing: 0px;
  line-height: 28px;
  max-width: 630px;
  font-weight: 500;
  margin-bottom: 40px;
}

.section-3-main-2 {
  display: inline-block;
  padding: 20px 65px;
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  font-size: 24px;
  letter-spacing: 0.4px;
  line-height: 30px;
  border-radius: 40px;
  cursor: pointer;
  font-weight: 700;
}

/* SECTION 4 */
.section-4 {
  max-width: 1040px;
  padding-top: 60px;
  margin: auto;
  display: flex;
  min-height: 100vh;
}

.section-4-left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section-4-left-content {
  padding: 0 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
}

.section-4-left-heading {
  font-size: 70px;
  line-height: 70px;
  letter-spacing: -3.15px;
  white-space: pre-line;
  opacity: 0.9;
  font-weight: 700;
}

.section-4-left-desc {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0px;
  line-height: 28px;
  white-space: pre-line;
  max-width: 600px;
  margin-top: 52px;
}

.section-4-right {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.section-4-right-placeholder {
  max-width: 322px;
  max-height: 530px;
  position: sticky;
  top: 200px;

  box-shadow: rgb(250 250 255 / 16%) 0px -5px 6px 0px inset,
    rgb(38 37 37 / 24%) 4px 6px 11px 1px inset;
  border-radius: 46px;
  padding: 16px 14px;
}

.section-4-right-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 46px;
}

/* SECTION 5 */
.section-5 {
  background-image: url(images/ayur.jpeg);
  min-height: 500px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Newsletter */

#newsletter {
  background-image: url(b14.png);
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #041e42;
}

#newsletter h4 {
  font-size: 22px;
  font-weight: 700;
  color: white;
}

#newsletter p {
  font-size: 14px;
  font-weight: 600;
  color: #818ea0;
}

#newsletter span {
  color: yellow;
}

#newsletter input {
  height: 3.12rem;
  padding: 0 1.25em;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#newsletter button {
  background-color: green;
  color: white;
  height: 3.12rem;
  white-space: nowrap;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

#newsletter .row .form {
  display: flex;
  align-items: center;
  width: 40%;
}

/* FOOTER */
footer {
  min-height: 10vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

#footer span {
  color: #606a79;
  font-weight: 600;
  font-size: 20px;
}

#footer ul {
  font-size: 15px;
  padding: 0;
  list-style: none;
}

#footer .contact span {
  font-weight: 700;
}

#footer .contact p {
  font-size: 17px;
  font-weight: 500;
}

#footer .contact .row .install {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .contact .row .logo img {
  width: 100px;
  padding-bottom: 10px;
  height: 5rem;
}
