@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  background: white;
  color: white;
  line-height: 1.6;
}

ul {
  list-style: none;
  font-family: 'PT Sans', sans-serif;
}

a {
  text-decoration: none;
  color: blue;
  font-family: 'PT Sans', sans-serif;
}

h1,h2,h3,h4 {
  color: black;
  font-family: 'PT Sans', sans-serif;
}

p {
  color: black;
  font-family: 'PT Sans', sans-serif;
}

.btn {
  background-color: rgb(111, 196, 111);
  padding: 20px;
  border-radius: 50px;
  font-family: 'PT Sans', sans-serif;
}

.dib-homepage-title {
  color: rgb(111, 196, 111);
  font-size: 80px;
}


/* Navbar */ 


.navbar {
    font-family: 'PT Sans', sans-serif;
    background-color: white;
    width: 100%;
    height: 100px;
    position: fixed;
    display: flex; 
    justify-content: right;
    padding-right: 50px;
    margin: auto;
    z-index: 10;
}

.navbar a {
  font-family: 'PT Sans', sans-serif;
  padding: 5px 10px;
  margin: 0 5px;
  font-size: 18px;
  color: black;
}

.navbar ul {
  display: flex;
  font-family: 'PT Sans', sans-serif;
}

.navbar .btn {
  font-family: 'PT Sans', sans-serif;
  color: white;
  padding: 8px;
  border-radius: 100px;
}

.logo {
  position: absolute;
  left: 100px;
  padding-top: 10px;
  width: 15%;
}

/* Showcase */

.showcase {
  position: center;
  right: 0;
  width: 100%;
  min-height: 100vh;
  padding: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
  height: 100vh;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.text {
  position: relative;
  z-index: 1;
}

.text h2 {
  font-size: 50px;
  display: inline-block;
  padding-bottom: 10px;
  color: black;
  z-index: 1;
}

.text p {
  font-size: 40px;
  color: black;
  z-index: 1;
}

.text a {
  display: inline-block;
  font-size: 1em;
  background-color: rgb(111, 196, 111);
  padding: 10px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 50px;
  margin-top: 10px;
  color: white;
  letter-spacing: 2px;
  transition: 0.2s;
  font-size: 15px;
  border-radius: 100px;
  font-family: 'PT Sans', sans-serif;
}

img {
  width: 100%;
}


/* Try Our Specials */

.specials {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  text-align: center;
  font-size: 30px;
}

.specials h2 {
  text-decoration: underline;
  text-decoration-color: red;
  padding-bottom: 20px;
  font-size: 75px;
}

.specials h3 {
  padding-bottom: 20px;
  font-size: 60px;
}

.specials p {
  padding-bottom: 50px;
}

.specials .btn {
  justify-content: center;
  border-radius: 100px;
}

/* header */

.header {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  background: url(Images/pizza.jpg) no-repeat center center/cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.header h2 {
  text-decoration: underline;
  text-decoration-color: red;
  padding-top: 50px;
  font-size: 75px;
  color: white;
}


/* Menu */

.menu {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  background-size: 500px;
}

.menu-sizes {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  background-size: 500px;
}

.menu-sizes h2 {
  text-decoration: underline;
  text-decoration-color: red;
  padding-bottom: 10px;
  font-size: 75px;
  text-align: center;
}


.menu-pizza {
  padding-top: 50px;
  padding-bottom: 50px;
  justify-content: center;
  text-align: center;
  font-size: 30px;
  background-size: 500px;
}

.menu h2 {
  text-decoration: underline;
  text-decoration-color: red;
  padding-bottom: 30px;
  font-size: 75px;
  text-align: center;
}

.menu h3 {
  padding-bottom: 20px;
  font-size: 60px;
}

.menu p {
  padding-bottom: 50px;
  text-align: left;
  padding-left: 70px;
}

.menu .btn {
  justify-content: center;
  border-radius: 100px;
}

.column-wrapper {
  margin: 15px;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: space-between;
  margin: 10px;
}

.column u {
  text-decoration-color: black;
}

.first-column {
  height: 210px;
  border: 5px solid black;
  border-radius: 50px;
  box-shadow: 10px 15px 5px rgba(0, 0, 0, 0.37);
}

.second-column {
  height: 210px;
  border: 5px solid black;
  border-radius: 50px;
  box-shadow: 10px 15px 5px rgba(0, 0, 0, 0.37);
}

/* What we offer */

.what {
  padding-top: 100px;
  padding-left: 20px;
  background-color: rgb(111, 196, 111);
}

.what h2 {
  font-size: 40px;
  color: white;
}

.offer {
  padding-top: 100px;
  padding-bottom: 150px;
  background-color: rgb(111, 196, 111);
}

.offer h2 {
  display: block;
  text-align: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  color: white;
  font-size: 40px;
  font-family: 'Prompt', sans-serif;

}

.offer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: 200px;
  object-fit: contain;
  padding: 30px;
}

.offer h2 {
  color: white;
  font-size: 20px;
  font-family: 'Prompt', sans-serif;
  display: flex;
  justify-content: center;
  text-align: center;
}


.offer i {
  color: white;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
}

.offer-flex-items {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  justify-content: space-between;
  padding: 20px;
}

.offer-item {
  padding: 50px;
}

/* seed-2 */

.software {
  padding: 100px;
  padding-top: 200px;
  padding-bottom: 50px;
  display: flex;
}

.software-text {
  max-width: 100%;
  padding-right: 40px;
}

.software p {
  color: black;
  font-size: 20px;
  padding-bottom: 20px;
  
}

.software h2 {
  color: black;
  font-size: 35px;
  padding-bottom: 30px;
 
}

.software-pic img {
  max-width: 100%;
  
}

/* seed-for-success */

.seed {
  padding: 100px;
  padding-bottom: 100px;
  background-color: white;
}

.seed img {
  margin: auto;
  display: flex;
  justify-content: center;
  padding: 150px;
}

.seed h2 {
  font-size: 30px;
  padding-bottom: 20px;
  color: black;
  font-family: 'Prompt', sans-serif;
  text-align: center;
}

.seed p {
  color: black;
  font-size: 20px;
  font-family: 'Prompt', sans-serif;
  text-align: center;
}

/* About Us */

.About-Us-header {
  padding-left: 20px;
  background-color: white;
}

.About-Us-header h2 {
  padding-top: 100px;
  font-size: 60px;
  color: rgb(111, 196, 111);
}

.About-Us {
  display: flex;
  padding: 50px;
}

.About-Us-text {
  max-width: 100%;
  padding-top: 100px;
}

.About-Us p {
  color: black;
  font-size: 15px;
  padding-bottom: 20px;

}

.About-Us h2 {
  color: black;
  font-size: 25px;
  padding-bottom: 30px;

}

.About-Us-pic img {
  max-width: 100%;
  height: 100%;
  padding: 100px;
  padding-bottom: 100px;
}

/* seed-3 */

.seed-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.seed-3-text {
  padding-left: 10px;
  padding-right: 30px;
  padding-top: 10px;
}

.seed-3 p {
  color: black;
  font-size: 15px;
}

.seed-3 h2 {
  color: black;
  font-size: 25px;
  padding-top: 35px;
  padding-bottom: 30px;
}

.seed-3-pic img {
  max-width: 100%;
  padding: 50px;
  padding-left: 20px;

}

.B {
  color: black;
}


/* blog page */

.text-indent-2 {
  color: black;
}

.flex-columns.flex-reverse .row {
  flex-direction: row-reverse;
}

.flex-columns .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.flex-columns .column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}

.flex-columns .column .column-1,
.flex-columns .column .column-2 {
  height: 100%;
}

.flex-columns img {
  width: 100%;
  padding: 30px;
  height: 100%;
  object-fit: cover;
}

.flex-columns .column-2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 100px;
}

.flex-columns h2 {
  font-size: 40px;
  font-weight: 100;
}

.flex-columns h4 {
  margin-bottom: 10px;
}

.flex-columns p {
  margin: 20px 0;
}

/* Contact Form */


.center {
  text-align: center;
  width: 500px;
  margin: auto;
  padding-bottom: 20px;

}

.center h2 {
  font-size: 30px;
}

.center p {
  font-size: 30px;
}

.center-2 {
  text-align: center;
  justify-content: center;
  width: 800px;
  margin: auto;
  border-radius: 200px;

}


.contact .column {
  display: flex;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 30px;


}

/* contact */

.contact {
  display: flex;
  justify-content: center;
  justify-content: space-between;
  text-align: center;
  padding: 100px;
}

.contact h2 {
  color: rgb(111, 196, 111);
  font-size: 35px;
  font-family: 'Prompt', sans-serif;
}

.contact i {
  color: rgb(111, 196, 111);
  padding-bottom: 10px;
}

.contact p {
  color: black;
  font-size: 30px;
  font-family: 'Prompt', sans-serif;
}

.location {
  padding: 20px;
}

.phone {
  padding: 20px;
}

.email {
  padding: 20px;
}

/* Pricing */

main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.card-basic,
.card-standard,
.card-premium {
  margin: 0 2rem 1rem 0;
  padding: 20px;
  padding-bottom: 20px;
  width: 50%;
  background: rgb(111, 196, 111);
  text-align: center;
  box-shadow: 0.5rem 0.5rem 1rem rgba(51, 51, 51, 0.2);
  border-radius: 50px;

}

.card-header {
  height: 5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8rem;
  padding: 1rem 0;
  color: black;
}

.header-basic {
  background: rgb(111, 196, 111);
}

.header-standard {
  background: rgb(111, 196, 111);
}

.header-premium {
  background: rgb(111, 196, 111);
}

.card-body {
  padding: 0.5rem 0;
}

.card-body h2 {
  font-size: 2rem;
  font-weight: 700;
  color: white;
}

.card-body h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: white;
}

.card-body p {
  font-size: 20px;
  color: white;
  text-align: center;
  padding: 5px;
}
.card-header h1 {
  color: white;
}

.card-element-container {
  color: black;
  list-style: none;
  font-size: 20px;
}

.card-element {
  color: white;
}

/* Footer */

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 200px;
}

.footer a {
  color: black;
}

.footer a:hover {
  transition: width 2s, height 4s;
}

.footer .social>* {
  margin: 10px;
}

/* Privacy Policy */

.privacy {
  text-align: center;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.privacy2 {
  text-align: left;
  justify-content: center;
  width: 90%;
  margin: auto;
  padding-top: 50px;
}

.privacy2 ol {
  padding-left: 50px;
  color: black;
}

.privacy2 h3{
  color: black;
}

/* Terms & Conditions */

.terms {
  text-align: left;
  justify-content: center;
  margin: auto;
  width: 90%;
}


/* Mobile */

@media(max-width: 2000px) {
  .menu-wrap {
    display: none;
  }

  .mobile-text {
    display: none;
  }

}

@media(max-width: 1200px) {

  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .text {
    padding-top: 0px;
    padding-left: 0px;
  }

  .text h2 {
    font-size: 25px;
  }

  .text p {
    font-size: 20px;
  }

  .showcase-2 {
    height: 35vh;
  }

  .showcase-2 p {
    font-size: 45px;
    padding-left: 15px;
  }

  .showcase-3 {
    height: 35vh;
  }

  .showcase-3 p {
    font-size: 40px;
    padding-left: 15px;
  }

  .showcase-4 {
    height: 35vh;
  }

  .text-4 p {
    padding-top: 50px;
    padding-left: 20px;
  }

  .showcase-5 {
    height: 35vh;
  }

  .showcase-5 p {
    padding-left: 10px;
  }

  .showcase-6 {
    height: 35vh;
  }

  .text-6 p {
    font-size: 45px;
    padding-left: 15px;
  }

  .showcase-7 {
    height: 35vh;
  }

  .showcase-7 p {
    font-size: 45px;
    padding-left: 15px;
  }


  .text-5 p {
    font-size: 30px;
  }

  .text-7 p {
    font-size: 45px;
  }

  .text-4 p {
    font-size: 45px;
  }

  .navbar {
    display: none;
  }

  .menu-wrap {
    display: block;
  }

  .menu-wrap {
    text-align: center;
  }


  .flex-items {
    flex-direction: column;
  }

  .flex-columns .column,
  .flex-grid .column {
    flex: 100%;
    max-width: 100%;
  }


  .how-it {
    flex-direction: column;
  }

  .team img {
    width: 70%;
  }


  .who {
    padding: 50px;
  }

  .who h2 {
    font-size: 30px;
  }

  .mission {
    flex-direction: column-reverse;
  }

  .mission img {
    padding: 10px;
  }

  .partner {
    flex-direction: column;
  }

  .licensees {
    flex-direction: column-reverse;
  }

  .licensees img {
    padding: 10px;
  }

  .contact {
    flex-direction: column;
    padding: 0;
    text-align: center;
  }

}

/* iphone se */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {

 .showcase img{
  display: none;
 }

 .showcase{
  padding: 20px;
 }

 .showcase h2{
  font-size: 30px;
  
 }

 .showcase p{
  font-size: 40px;
  
 }

 .offer-flex-items {
  flex-direction: column;
 }

 .software {
  padding: 20px;
 }

 .software-text {
  text-align: center;
  padding-right: 0px;
 }
 
 .software-pic{
  display: none;
  padding: 0;
 }

.seed {
  padding: 20px;
  text-align: center;
}

.seed img{
  display: none;
}

.About-Us {
  padding: 0;
  padding-right: 0;
}

.About-Us-text {
  padding: 20px;
  text-align: center;
}

.About-Us-pic {
  display: 0;
  display: none;
}

.About-Us-header {
  text-align: center;
  padding: 0;
  padding-left: 0;
  padding-right: 0;
}

.seed-3{
  padding: 20px;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.seed-3-text {
  padding-left: 0;
  padding-right: 0;
  padding: 20px;
}


.seed-3-pic {
  display: none;
}

.blog.flex-columns h2 {
  font-size: 30px;
  padding: 0;
}

.blog.flex-columns p {
  padding: 0;
}

.blog.flex-columns img {
  height: 200px;
  padding: 0;
}

.flex-columns .column-2 {
  padding: 0;
}

.card-basic,
.card-standard,
.card-premium {
  margin: 0;
  width: 95%;
  margin-bottom: 20px;
}
.card-header {
  font-size: 10px;
}

.card-body h2 {
  font-size: 20px;
}

.card-body h3{
  font-size: 20px;
  padding-top: 20px;
}

.center {
  width: 500px;
  padding: 10px;
}

.center-2 {
  width: 0px;
}

}

/* Galaxy Fold */

@media only screen and (min-device-width: 280px) and (max-device-width: 653px) {

  .showcase img {
    display: none;
  }

  .showcase {
    padding: 20px;
  }

  .showcase h2 {
    font-size: 30px;

  }

  .showcase p {
    font-size: 40px;

  }

  .offer-flex-items {
    flex-direction: column;
  }

  .software {
    padding: 20px;
  }

  .software-text {
    text-align: center;
    padding-right: 0px;
  }

  .software-pic {
    display: none;
    padding: 0;
  }

  .seed {
    padding: 20px;
    text-align: center;
  }

  .seed img {
    display: none;
  }

  .About-Us {
    padding: 0;
    padding-right: 0;
  }

  .About-Us-text {
    padding: 20px;
    text-align: center;
  }

  .About-Us-pic {
    display: 0;
    display: none;
  }

  .About-Us-header {
    text-align: center;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .seed-3 {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .seed-3-text {
    padding-left: 0;
    padding-right: 0;
    padding: 20px;
  }


  .seed-3-pic {
    display: none;
  }

  .blog.flex-columns h2 {
    font-size: 30px;
    padding: 0;
  }

  .blog.flex-columns p {
    padding: 0;
  }

  .blog.flex-columns img {
    height: 200px;
    padding: 0;
  }

  .flex-columns .column-2 {
    padding: 0;
  }

  .card-basic,
  .card-standard,
  .card-premium {
    margin: 0;
    width: 95%;
    margin-bottom: 20px;
  }

  .card-header {
    font-size: 10px;
  }

  .card-body h2 {
    font-size: 20px;
  }

  .card-body h3 {
    font-size: 20px;
    padding-top: 20px;
  }

  .center {
  width: 200px;
  padding: 10px;
}

.center-2 {
  width: 250px;
}

.email p {
  font-size: 20px;
}

.phone p {
  font-size: 20px;
}

.location p {
  font-size: 20px;
}

}


/* Surface Pro 7 */

@media only screen and (min-device-width: 912px) and (max-device-width: 1368px) {


  

  .text {
    padding: 150px;
  }

  .showcase {
    flex-direction: column;
    display: block;    
    
  }

  
  .showcase h2 {
    font-size: 30px;

  }

  .showcase p {
    font-size: 40px;

  }

  .offer-flex-items {
    flex-direction: block;
  }

  .software {
    padding: 20px;
  }

  .software-text {
    text-align: center;
    padding-right: 0px;
  }

  .software-pic {
    display: none;
    padding: 0;
  }

  .seed {
    padding: 20px;
    text-align: center;
  }

  .seed img {
    display: none;
  }

  .About-Us {
    padding: 0;
    padding-right: 0;
  }

  .About-Us-text {
    padding: 20px;
    text-align: center;
  }

  .About-Us-pic {
    display: 0;
    display: none;
  }

  .About-Us-header {
    text-align: center;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .seed-3 {
    padding: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .seed-3-text {
    padding-left: 0;
    padding-right: 0;
    padding: 20px;
  }


  .seed-3-pic {
    display: none;
  }

  .blog.flex-columns h2 {
    font-size: 30px;
    padding: 0;
  }

  .blog.flex-columns p {
    padding: 0;
  }

  .blog.flex-columns img {
    height: 200px;
    padding: 0;
  }

  .flex-columns .column-2 {
    padding: 0;
  }

  .card-basic,
  .card-standard,
  .card-premium {
    margin: 0;
    width: 95%;
    margin-bottom: 20px;
  }

  .card-header {
    font-size: 10px;
  }

  .card-body h2 {
    font-size: 20px;
  }

  .card-body h3 {
    font-size: 20px;
    padding-top: 20px;
  }

  .center {
    width: 200px;
    padding: 10px;
  }

  .center-2 {
    width: 250px;
  }

  .email p {
    font-size: 20px;
  }

  .phone p {
    font-size: 20px;
  }

  .location p {
    font-size: 20px;
  }

}