/* PRICING-SECTION- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  font-family: "Rubik";
  font-weight: 400;
}

.price-header {
  margin-bottom: 4.8rem;
  text-align: center;
}
.price-list {
  font-size: 1.8rem;
  display: flex;
  color: #555;
}
.price-icon {
  margin-right: 1.2rem;
}

.price-list-cont {
  color: #333;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.pricing-grid {
  display: grid;
  gap: 6.4rem;
  grid-template-columns: repeat(2, 1fr);
}
.Price-name {
  font-size: 2.4rem;
  font-weight: 600;
  color: #cf711f;
  margin-bottom: 3.2rem;
  letter-spacing: 0.75px;
}
.price-container {
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 4.8rem;
}
.pricing-price {
  font-size: 6.2rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}
.dolla {
  font-size: 3.6rem;
  margin-right: 0.8rem;
  font-weight: 500;
}
.per-month {
  font-size: 1.8rem;
  color: #6f7f7f;
  margin-bottom: 1.6rem;
}
.price-CTA-con {
  text-align: center;
  margin-top: 3.2rem;
}
.Price-CTA-link:link,
.Price-CTA-link:visited {
  padding: 1.2rem 2.4rem;
  background-color: #e67e22;
  border-radius: 11px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.Price-CTA-link:hover,
.Price-CTA-link:active {
  padding: 1.2rem 2.4rem;
  background-color: #cf711f;
  border-radius: 11px;
  color: #fff;
}

.pricing-plan {
  background-color: #fdf2e9;
  border-radius: 11px;
  padding: 4.6rem;
  padding-bottom: 3.2rem !important;
  width: 70%;
}
.pricing-plan-starter {
  justify-self: end;
  background-color: #fff;
  border: solid 2px #fdf2e9;
  padding: 4.8rem;
}
strong {
  font-weight: 500;
}
.pricing-plan-complete {
  position: relative;
  overflow: hidden;
  padding: 5rem;
}
.pricing-plan-complete::after {
  content: "BEST VALUE";
  padding: 1.2rem 8rem;
  position: absolute;
  top: 6%;
  right: -21%;
  background-color: #ffd43b;
  font-size: 1.6rem;
  font-weight: 700;
  transform: rotate(45deg);
}
.grid-feature {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
}
.additional-infor {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}
.feature-icon {
  font-size: 2.4rem;
  padding: 1.2rem;
  background-color: #fdf2e9;
  border-radius: 50rem;
  color: #e67e22;
  margin-bottom: 1.2rem;
}
.feature-header {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 2.4rem;
}
.feature-contents {
  font-size: 1.8rem;
  color: #555;
  line-height: 1.8;
}
/* PRICING-SECTION- */

/* CTA- */
/* (2/3 = 0.666*%100 = 66.6% ) + (1/3 = 0.333 *%100 = 33.3%) */

.CTA--section {
  display: grid;
  grid-template-columns: 2fr 1fr;
  background-image: linear-gradient(to right bottom, #e67e22, #cf711f);
  border-radius: 11px;
  overflow: hidden;
  color: #45260a;
}
.Call-to-Action {
  padding: 9.6rem;
}
.CTA--section {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.186);
}
.CTA--img-section {
  background-image: linear-gradient(
      to right bottom,
      rgba(39, 5, 2, 0.17),
      #e67d22a9
    ),
    url(CTA.jpg);
  background-position: top;
  background-size: cover;
}
.CTA--text-section {
  padding: 4.8rem;
}
.CTA--header {
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: -1px;
  word-spacing: 5px;
  margin-bottom: 2.4rem;
}
.CTA--sub-header {
  font-size: 1.8rem;
  line-height: 1.8;
}
.CTA--form {
  margin-top: 4.8rem;
}
.CTA--form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3.2rem;
  row-gap: 4.8rem;
}
label {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  font-weight: 500;
}
*:focus {
  outline: none;
  box-shadow: 0 0 0 4px #f1ce75;
}
input,
select,
.CTA-form-btn {
  width: 100%;
  font-size: 1.6rem;
  border-radius: 9px;
  background-color: #fff;
  border: none;
  padding: 1.2rem;
  color: #777;
}

.CTA-form-btn {
  align-self: flex-end;
  background-color: #45260a;
  color: #fff;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 600;
  transition: all 0.3s;
}

.CTA-form-btn:hover {
  background-color: #fff;
  color: #45260a;
  box-shadow: 0 0 9px #45260aca;
}
.inpute-con {
  display: flex;
}
/* FOOTER- */

.footer {
  display: grid;
  gap: 8rem;
  grid-template-columns: 1.5fr 1.5fr 1fr 1fr 1fr;
}
.footer-section {
  border-top: 2px dotted rgba(201, 201, 201, 0.556);
}
.social-media-icon {
  display: flex;
  text-decoration: none;
  list-style: none;
  font-size: 1.8rem;
  color: #e67e22;
  gap: 1.4rem;
  margin-top: 0.8rem;
}

.social-m-icon {
  font-size: 1.8rem;
  color: #555;
  gap: 1.4rem;
  transition: all 0.3s;
}
.social-m-icon:hover,
.social-m-icon:active {
  color: rgb(155, 152, 152);
}
* .social-icon-link:focus {
  outline: none;
  box-shadow: 0 0 0 1px #eac148;
}

.contact-in {
  margin-top: 1.8rem;
  line-height: 1.6;
}
.CTA-address {
  font-style: normal;
  line-height: 1.8;
  display: inline;
}
.address-con {
  display: flex;
  flex-direction: column;
}
.mail,
.phone-no {
  text-decoration: none;
  color: #555;
}
.CTA-header {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3.2rem;
}
.CTA-lists {
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  gap: 2.4rem;
  list-style: none;
}
.CTA-list-links:link,
.CTA-list-links:visited {
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
  word-spacing: 2px;
}
.CTA-list-links:hover,
.CTA-list-links:active {
  color: rgb(155, 152, 152);
}
.Contact {
  font-size: 1.6rem;
  color: #555;
}
.copy {
  margin-top: auto;
  font-size: 1.4rem;
}
.footer-logo {
  display: flex;
  flex-direction: column;
}
.made-with-love-con {
  text-align: center;
  font-size: 1.4rem;
  color: rgb(155, 152, 152);
}
.heart {
  color: red;
  margin-left: 0.4rem;
  margin-right: 0.5rem;
  font-size: 1.8rem;
  /* padding: 0.2rem 0.6rem;
  border-radius: 50%;
  border: solid red 2px; */
}
.made-with-love {
  padding: 3.2rem 0;
}

/* STICKY NAVIGATIN */

/* NOTE THIS Navigation BELLOW 👇 IS THE CONTAINER THAT CARRIES THE TOP NAVIGATION */

.sticky .Navigation {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  height: 9rem;
  z-index: 10101010;
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 1px 12px rgba(0, 0, 0, 0.345);
}

/* NOTE ALL THIS STYLES IS FOR THE HERO SECTION INOTHER FOR THE NAVIGATION SHOULD NOT JUMP IMIDIATELY AFTER IT LEAVES THE HERO SECTION */
.sticky .header {
  margin-top: 9.6rem;
}

/* 
-----FONT SIZES SYSTEM (px)
10 / 12 / 14 / 16 / 18 / 20 / 24 / 30 / 36 / 44 / 52 / 62 / 74 / 86 / 98
      SPACING SYSTEM (px)
      2 / 4 / 8 / 12 / 16 / 24 / 32 / 48 / 64 / 80 / 96 / 128
            Primary: #e67e22

      ----Tints: 
 #cf711f;
 #fdf2e9
  
 container
*/
