@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-height: 300;
  color: #111;
}

p {
  font-weight: 300;
  color: #111;
}

.banner {
  position: relative;
  height: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: left;
  align-items: flex-end;
  background: url(Assets/bg1.jpg);
  background-size: cover;
  background-position: center;
}

/* start */

.container {
  position: relative;
  width: 650px;
  margin: 20px auto;
  overflow: hidden;
  padding-bottom: 60px;
}

.image-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  columns: 3;
}

.image-container .image-box {
  position: relative;
  width: 33,3%;

}

.image-container .image-box .image {
  position: relative;
  width: 100%;
  object-fit: cover;
  border-style: solid;
  border-color: #fff;
  border-width: 2px;
}

.lightbox {
  position: fixed;
  top: -200%;
  left: 0;
  width: 100%;
  min-height: 100vh;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: 0.5s ease;
  overflow-y: scroll;
}

.lightbox.active {
  top: 0;
}

.lightbox .box {
  position: relative;
  width: 400px;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  margin: 50px auto;
}

.lightbox .box .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.lightbox .box .box-wrapper .title {
  color: royalblue;
  font-weight: 500;
}

.lightbox .box .box-wrapper .btn-close {
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
}

.lightbox .box .image-lightbox {
  position: relative;
  width: 100%;
  object-fit: cover;
}

/* for mobile */



/* end */

.banner .content {
  height: 100%;
  max-width: 900px;
  text-align: left;
}

.banner .content h2 {
  font-size: 5em;
  color: #fff;
}

.banner .content p {
  font-size: 1em;
  color: #fff;
}

.btn {
  font-size: 1.7em;
  font-weight: bold;
  color: #fff;
  background: #22e349;
  display: inline-block;
  padding: 1px 60px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
  border-color: #fff;
  border-width: 3px;
  border-style: solid;
}

.btn:hover {
  letter-spacing: 6px;
}

header nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 40px 20px;
  z-index: 10000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s;
}

header nav.sticky {
  background: #fff;
  padding: 10px 100px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
}

header nav.sticky .logo {
  color: #111;
}

header nav .logo {
  color: #fff;
  font-weight: 700;
  font-size: 1.5em;
  text-decoration: none;
}

header nav .logo span {
  color: #0066ab;
}

header nav.navigation {
  position: relative;
  display: flex;
}

header nav .navigation li {
  list-style: none;
  margin-left: 30px;
  display: inline-block;
}

header nav .navigation li a {
  text-decoration: none;
  color: #fff;
  font-weight: 300;
}

header nav.sticky .navigation li a {
  color: #111;
}

header nav .navigation li a:hover {
  color: #0066ab;
}

article,
aside {
  padding: 100px;
}

.row {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.row .col50 {
  position: relative;
  width: 48%;
}

.titleText {
  color: #111;
  font-size: 2em;
  font-weight: 300;
}

.titleText span {
  color: #0066ab;
  font-weight: 700;
  font-size: 1.5em;
}

.row .col50 .imgBx {
  position: relative;
  width: 100%;
  /* min-height: 300px; */
  height: 100%;
}

.row .col50 .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.title {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.activity .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.activity .content .box {
  width: 340px;
  margin: 20px;
  border: 15px solid #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.activity .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.activity .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.activity .content .box .text {
  padding: 15px 0 5px;
}

.activity .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

.founders .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.founders .content .box {
  width: 250px;
  margin: 15px;
}

.founders .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.founders .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.founders .content .box .text {
  padding: 15px 0 5px;
}

.founders .content .box .text h3 {
  font-weight: 400;
  color: #111;
}

.testimonials {
  background: url(Assets/bg2.jpg);
  background-size: cover;
}

.white .titleText,
.white p {
  color: #fff;
}

.testimonials .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 40px;
}

.testimonials .content .box {
  width: 340px;
  margin: 20px;
  padding: 40px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.testimonials .content .box .imgBx {
  position: relative;
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 50%;
  overflow: hidden;
}

.testimonials .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonials .content .box .text {
  text-align: center;
}

.testimonials .content .box .text p {
  color: #666;
  font-style: italic;
}

.testimonials .content .box .text h3 {
  margin-top: 20px;
  color: #111;
  font-size: 1em;
  color: #0066ab;
  font-weight: 600;
}

.orderForm {
  /* padding: 75px 50px;
    background: #fff;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1); */
  /* max-width: 500px;
    margin: auto; */
  margin-top: 50px;
  text-align: center;
}

.orderForm .content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 40px;
}

.orderForm .content .box {
  width: 340px;
  margin: 20px;
  border: 15px solid #fff;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.08);
}

.orderForm .content .box .imgBx {
  position: relative;
  width: 100%;
  height: 300px;
}

.orderForm .content .box .imgBx img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orderForm h3 {
  color: #111;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 20px;
  text-align: center;
}

.orderForm .inputBox {
  font-size: 1em;
  color: #fff;
  background: #0066ab;
  display: inline-block;
  padding: 10px 20px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5s;
}

.orderForm .inputBox:hover {
  letter-spacing: 6px;
}

.order .inputBox input,
.order .inputBox textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 10px;
  color: #111;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  resize: none;
}

.order .inputBox input[type="submit"] {
  font-size: 1em;
  color: #fff;
  background: #9fdaed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5px;
  max-width: 100px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.contact {
  background: url(Assets/bg3.jpg);
  background-size: cover;
}

.contactForm {
  padding: 75px 50px;
  background: #fff;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.1);
  max-width: 500px;
  margin-top: 50px;
}

.contactForm h3 {
  color: #111;
  font-size: 1.2em;
  margin-bottom: 20px;
  font-weight: 20px;
}

.contactForm .inputBox {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.contact .inputBox input,
.contact .inputBox textarea {
  width: 100%;
  border: 1px solid #555;
  padding: 10px;
  color: #111;
  outline: none;
  font-size: 16px;
  font-weight: 300;
  resize: none;
}

.contact .inputBox input[type="submit"] {
  font-size: 1em;
  color: #fff;
  background: #9fdaed;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: 0.5px;
  max-width: 100px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}

.copyrightText {
  padding: 8px 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
}

.copyrightText p {
  color: #333;
}

.copyrightText a {
  color: #0066ab;
  font-weight: 500;
  text-decoration: none;
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #9fdaed;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 768px) {
  .container {
    width: 90%;
  }
  
  .image-container {
    columns: 3;
  }
  
  .lightbox .box {
    width: 90%;
  }
}

@media (max-width: 991px) {
  header nav,
  header nav.sticky {
    padding: 10px 20px;
  }
  header nav .navigation {
    display: none;
  }
  header nav .navigation.active {
    width: 100%;
    height: calc(100% - 68px);
    position: fixed;
    top: 68px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #fff;
  }
  .header nav .navigation li {
    margin-left: 0;
  }
  header nav .navigation li a {
    text-decoration: none;
    color: #111;
    font-weight: 300;
    font-size: 1.6em;
  }
  .menuToggle {
    position: relative;
    width: 40px;
    height: 40px;
    background: url(Assets/menu.png);
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
  }
  .menuToggle.active {
    background: url(Assets/close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
  }
  header nav.sticky .menuToggle {
    filter: invert(1);
  }
  article,
  aside {
    padding: 20px;
  }
  .banner .content h2 {
    font-size: 3em;
    color: #fff;
  }

  .banner .content h3 {
    font-size: 1,4em;
    text-align: center;
    color: #fff;
  }

  .row {
    flex-direction: column;
  }
  .row .col50 {
    position: relative;
    width: 100%;
  }
  .row .col50 .imgBx {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
  .menu .content {
    margin-top: 20px;
  }
  .menu .content .box .imgBx {
    height: 260px;
  }
  .menu .content .box .imgBx {
    height: 260px;
  }
  .title {
    text-align: center;
  }
  .testimonials .content .box {
    margin: 10px;
    padding: 20px;
  }
  .contactForm {
    padding: 35px 40px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .banner .content h2 {
    font-size: 2.2em;
    color: #fff;
  }
}
