/* ******************************************************************** */
/* | Website Index */
/* ******************************************************************** */

/* ******************************************************************** */

/* ******************************************************************** */
/* | Common */
/* ******************************************************************** */
@font-face {
  font-family: Revicon;
  src: url('../font/revicons90c6.ttf');
}

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

html {
  font-family: 'Revicon';
  font-size: 10px;
}

body {
  overflow-x: hidden;
}
h1 {
  font-size: 35px;
}
h2 {
  color: rgb(201, 201, 201);
  text-align: center;
  font-size: 28px;
  font-weight: lighter;
  z-index: 40;
}
.heading {
  margin: 0;
  color: white;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  transition: background-color 0.5s ease;
  z-index: 1000;
}

.container {
  width: 100%;
  max-width: 150rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.col-1 {
  width: 100%;
}
.row {
  display: flex;
  flex-wrap: wrap;
  padding: 20px;
  justify-content: space-around;
}

.column-2 {
  width: 50%;
  padding: 20px;
}
.column-2 img {
  width: 100%;
}

.col-1 p,
.column-2 p {
  margin-top: 1.5rem;
  font-size: 20px;
  line-height: 27px;
  font-weight: 100;
}
.mid-container {
  width: 100%;
  background-color: #fff;
  padding-bottom: 5%;
  max-width: 1400px;
}
.middle {
  /* position: initial; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  z-index: 100;
  background-color: none;
  width: 100px;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: white;
  border: 1px solid rgba(192, 192, 192, 0.308);
  border-radius: 5px;
  transition: 2s ease-in-out;
}

.middle:hover {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  z-index: 100;
  background: rgb(253, 187, 45);
  background: linear-gradient(
    0deg,
    rgba(114, 114, 114, 0.014) 0%,
    rgba(207, 207, 207, 0.562) 100%
  );
  width: 100px;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: white;
  border: 1px solid rgba(192, 192, 192, 0.308);
  border-radius: 5px;
  transition: 2s ease-in-out;
}
.centered-text {
  text-align: center;
}

.fb-like {
  width: 100%;
  margin-bottom: 3rem;
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.mid-headings {
  font-size: 35px;
  font-weight: 100;
  margin-top: 6rem;
  /* text-transform: uppercase; */
}

.breaker {
  margin-top: 6rem;
}

.title-border {
  border-bottom: 1px solid silver;
  width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}
.container50 {
  position: relative;
}

.container60 {
  width: 60%;
}

.container40 {
  width: 40%;
}

.container95 {
  width: 95%;
  padding: auto;
  position: relative;
  /* margin-top: -50px; */
}
.containerUP {
  width: 95%;
  padding: auto;
  position: relative;
  margin-top: -50px;
}

.container80 {
  width: 80%;
}

.socials {
  padding: 10px;
  text-align: center;
  margin: 4rem auto 4rem;
}
/* ******************************************************************** */

/* ******************************************************************** */
/*  |Loader */
/* ******************************************************************** */
.Loader_con {
  text-align: center;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  background: #e7e7e7;
  z-index: 999999;
  position: fixed;
}

.loading {
  margin: 0;
  padding-top: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Loader_con h3 {
  margin-top: 10px;
  color: rgb(17, 17, 17);
  font-size: 23px;
}

/* ************ */
.preloader-orbit-loading {
  position: relative;
  left: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}

.preloader-orbit-loading .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.preloader-orbit-loading .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid black;
}

.preloader-orbit-loading .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid black;
}

.preloader-orbit-loading .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid black;
}

@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}

@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}

@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }

  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
/* ******************************************************************** */

/* ******************************************************************** */
/*  |Nav */
/* ******************************************************************** */

.nav {
  width: 100%;
  height: 100%;
  padding: 5px 5vw 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
  transition: height 0.5s ease;
}

/* text before scroll */
.nav a {
  text-decoration: none;
  color: rgb(209, 209, 209);
  font-size: 1.6rem;
}

.nav .logo {
  width: 70px;
  padding-top: auto;
}

.main-logo {
  min-height: 150px;
  max-height: 350px;
  padding-top: 8%;
}

.nav-links {
  list-style: none;
  display: flex;
  margin-right: auto;
  margin-right: 3rem;
}

.nav-link {
  margin: 0 2rem;
  position: relative;
}

.nav-link::after {
  content: '';
  width: 100%;
  height: 2px;
  background: green;
  background: linear-gradient(
    0deg,
    rgba(139, 139, 139, 1) 0%,
    rgba(232, 232, 232, 1) 100%
  );
  position: absolute;
  left: 0;
  bottom: -3px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.5s ease;
}

.nav-link:hover::after {
  transform: scaleX(1);
}

#nav-cta {
  display: inline-block;
  background: orangered;
  background: linear-gradient(
    0deg,
    rgba(139, 139, 139, 1) 0%,
    rgba(232, 232, 232, 1) 100%
  );
  color: #222222;
  padding: 1rem 2rem;
  border-radius: 2rem;
  transition: background-color 0.5s ease;
}

#nav-cta:hover {
  background-color: red;
}

/*navbar styles after scroll*/
.scrolling-active {
  /* gradient style */
  background: rgb(228, 228, 228);
  background: -moz-linear-gradient(
    0deg,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(228, 228, 228, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#ffffff", GradientType=1);
  /* gradient style end */
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.445);
  transition: background-color 0.5s ease;
}

.scrolling-active .nav {
  height: 6.6rem;
  transition: background-color 0.5s ease;
}

.scrolling-active .nav a {
  color: #222222;
}

.scrolling-active #nav-cta {
  background-color: violet;
  color: #222222;
}

.scrolling-active #nav-cta:hover {
  background-color: #269e94;
}
.scrolling-active .nav-link::after {
  background-color: rgb(72, 51, 122);
}

/*Apply styles after scroll end*/

.burger {
  display: none;
}

.scrolling-active .burger div {
  width: 25px;
  height: 3px;
  background: rgb(0, 2, 29);
  margin: 5px;
  transition: 0.3s ease-in-out;
}

.burger div {
  width: 25px;
  height: 3px;
  background: rgb(197, 197, 197);
  margin: 5px;
  transition: 0.3s ease-in-out;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.336);
}

/* ! Navigation End*/
/* ******************************************************************** */
/* ******************************************************************** */
/* | Heros */
/* ******************************************************************** */
.hero {
  /* background-image: url('/img/drawings.jpg'); */
  background-image: url('https://images.unsplash.com/photo-1628592102751-ba83b0314276?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1997&q=80');
}

.services {
  background-image: url('https://images.unsplash.com/photo-1628592102751-ba83b0314276?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1997&q=80');
}

  .macadamia {
    background-image: url('https://media.istockphoto.com/id/639050940/photo/macadamia-nuts-in-shell.jpg?s=612x612&w=0&k=20&c=DaxLcJ9zX-3bni78gIhFLgUSiW7MdZwu1bp-Rtd5cDk=');
  }
  .farm {
    background-image: url('https://images.unsplash.com/photo-1585281513789-e1872a53e7a8?ixlib=rb-4.0.3&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=870&q=80');
  }
.contact {
  background-image: url('/img/stairs.jpeg');
}

.about {
  background-image: url('/img/frontdoor.jpg');
}

.background {
  width: 100%;
  height: 90vh;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 1s ease-in-out;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.527);
  height: 100%;
}

.hero .home-logo {
  color: rgb(201, 201, 201);
  text-align: center;
  font-size: 35px;
  font-weight: lighter;
  z-index: 40;
}

.hero .home-sub-logo {
  color: rgb(201, 201, 201);
  text-align: center;
  font-size: 28px;
  font-weight: lighter;
  z-index: 40;
}

.hero-heading {
  color: rgb(201, 201, 201);
  text-align: center;
  font-size: 65px;
  padding-top: 15%;
  font-weight: lighter;
  z-index: 40;
}

.logo-line {
  border-bottom: 2px solid white;
  width: 280px;
}

.overlay p {
  color: rgb(163, 163, 163);
  padding-top: 0;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
}

/* ******************************************************************** */
/* ******************************************************************** */

/* ******************************************************************** */
/* | Footer */
/* ******************************************************************** */
.footer-bar {
  width: 75%;
  border-bottom: 3px solid rgb(192, 192, 192);
  border-radius: 20px;
  margin-bottom: -20px;
  z-index: 55555;
}
.social-links {
  display: inline-flex;
  flex-wrap: wrap;
}
.social-link {
  margin: 10px;
}
.icon {
  height: 60px;
}
.social-heading {
  font-size: 22px;
}
footer {
  font-size: 15px;
  background: rgb(218, 218, 218);
  background: -moz-linear-gradient(
    0deg,
    rgba(218, 218, 218, 1) 0%,
    rgba(244, 244, 244, 1) 100%
  );
  background: -webkit-linear-gradient(
    0deg,
    rgba(218, 218, 218, 1) 0%,
    rgba(244, 244, 244, 1) 100%
  );
  background: linear-gradient(
    0deg,
    rgba(218, 218, 218, 1) 0%,
    rgba(244, 244, 244, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dadada", endColorstr="#f4f4f4", GradientType=1);
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  color: rgb(37, 37, 37);
  padding: 0px 10px 10px;
  padding-bottom: 2rem;
  z-index: 44444;
}

.foot-column {
  text-align: center;
  width: 33.33%;
  padding-bottom: 2rem;
}

.foot-column h4 {
  padding-bottom: 1.5rem;
}

.footer-row {
  justify-content: space-evenly;
  display: flex;
  flex-wrap: wrap;
}

.foot-column li {
  line-height: 25px;
  list-style: none;
}

footer a {
  text-decoration: none;
  color: grey;
  transition: 0.2s ease-in-out;
}

footer a:hover {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: 0.2s ease-in-out;
}

.copy p {
  width: 100%;
}
.titleLine {
  width: 150px;
  border-bottom: 2px red solid;
}
.h3titleLine {
  width: 80px;
  border-bottom: 2px red solid;
}
/* ******************************************************************** */
/* ******************************************************************** */

/* ******************************************************************** */
/* | Index */
/* ******************************************************************** */

/* ******************************************************************** */

/* ******************************************************************** */
/* | About Us */
/* ******************************************************************** */

/* ******************************************************************** */

/* ******************************************************************** */
/* | Apartment theme */
/* ******************************************************************** */
.left70 img {
  width: 100%;
}
.left70 {
  width: 60%;
  padding: 10px;
  border-radius: 8px;
  /* border: 1px solid rgba(128, 128, 128, 0.363); */
}

.right30 {
  width: 35%;
  padding: 10px;
  font-size: 18px;
  border-radius: 8px;
  border: 1px solid rgba(128, 128, 128, 0.274);
}
.right30 ul {
  list-style: none;
  margin: 20px;
}

.info {
  font-size: 28px;
  margin-bottom: 5px;
}

.det {
  height: 17px;
  width: auto;
  margin: 5px 10px 0px 5px;
}
.book-now {
  /* position: initial; */
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  z-index: 100;
  background-color: #0574cf;
  width: 90%;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: white;
  /* border: 1px solid rgba(192, 192, 192, 0.308); */
  border-radius: 5px;
  transition: 2s ease-in-out;
  text-align: center;
}

/* ******************************************************************** */

/* ******************************************************************** */
/* | Services */
/* ******************************************************************** */
.service-card {
  width: 250px;
  height: auto;
  text-align: center;
  border-radius: 15px;
  box-shadow: 0px 1px 3px #0000002d;
  transition: 0.3s all ease-in-out;
  margin: 5px;
  padding-bottom: 30px;
}

.service-card:hover {
  box-shadow: 0px 2px 5px #00000057;
  transition: 0.3s all ease-in-out;
}

.service-card h3 {
  margin-top: 20px;
  font-size: 20px;
  bottom: 0;
  left: 0;
}
.service-card h4 {
  margin: 5px 0px 20px 0px;
  font-size: 18px;
  bottom: 0;
  left: 0;
}
.service-card img {
  width: 100%;
  border-radius: 15px 15px 0 0;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

.show-item2 {
  height: 150px;
  width: 200px;
  margin: 20px;
  text-align: center;
}

.column-2 h3 {
  margin: 10px;
  font-size: 22px;
}

.show-item2 img {
  height: 100%;
  width: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.view-btn {
  padding: 5px;
  background-color: #0574cf;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
  border-radius: 3px;
  margin: 20px;
  transition: 0.1s all ease-in-out;
}
.view-btn:hover {
  background-color: #004c8a;
  transition: 0.1s all ease-in-out;
}

/* !slides */
.mySlides img {
  vertical-align: middle;
  width: 100%;
  height: 550px;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

.slide-deck {
  position: relative;
}

/* Next & previous buttons */
.prev {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 45%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(65, 65, 65, 0.507);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: rgba(32, 27, 27, 0.884);
  padding: 2px 16px;
  color: white;
}

.slide-row:after {
  content: '';
  display: table;
  clear: both;
}

/* Six columns side by side */
.slide-column {
  float: left;
  width: 20%;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.7;
  height: 90px;
  background-repeat: no-repeat;
  background-position: center;
  object-fit: cover;
}

.active,
.demo:hover {
  opacity: 1;
}

.container50 {
  position: relative;
}

.container60 {
  width: 60%;
}

.container40 {
  width: 40%;
}

/* !slides End */

/* !slides End */
/* ******************************************************************** */

/* ******************************************************************** */

/* | Contact  */
/* ******************************************************************** */
.contact-wrapper {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  flex-wrap: wrap;
}

.form-container {
  padding: 15px;
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  background-color: #ffff;
}

.map {
  padding: 15px;
  width: 50%;
}

.company-map {
  width: 100%;
  height: 100%;
}

form {
  width: 70%;
  padding: 0px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.form-container .single-form {
  position: relative;
  margin-bottom: 25px;
  width: 100%;
}

.form-container .single-form input,
.form-container .single-form textarea {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 0.11px solid grey;
  border-radius: 4px;
}

.form-container .single-form input:focus + label,
.form-container .single-form input:valid + label,
.form-container .single-form textarea:focus + label,
.form-container .single-form textarea:valid + label {
  color: #00b2b0;
  font-size: 13.5px;
  font-weight: bold;
  top: -8px;
}

.form-container .single-form input:focus + label:after,
.form-container .single-form input:valid + label:after,
.form-container .single-form textarea:focus + label:after,
.form-container .single-form textarea:valid + label:after {
  content: ':';
}

.form-container .single-form textarea {
  height: 120px;
}

.form-container label {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #777;
  font-size: 14px;
  background: #fff;
  transition: ease-in-out 0.2s;
}

button[id='submit'] {
  position: relative;
  padding: 8px 16px;
  background: #009579;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
  margin-top: 1.5rem;
}

button[id='submit']:active {
  position: relative;
  padding: 8px 16px;
  background: #01c29e;
  border: none;
  outline: none;
  border-radius: 2px;
  cursor: pointer;
}

.file-upload {
  background-color: F5F5F5;
  border: 0.11px solid rgb(161, 161, 161);
  border-radius: 4px;
  margin: -0.5px;
  width: 100%;
  color: black;
}

.form-control {
  color: black;
  width: 100%;
  border: 0.11px solid grey;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .contact-column,
  input[type='submit'] {
    width: 100%;
    margin-top: 0;
  }

  .form-container {
    width: 100%;
  }

  .map {
    width: 100%;
  }

  form {
    padding: 10px;
  }
}
/* ******************************************************************** */
/* ******************************************************************** */
/* | Results */
/* ******************************************************************** */
/* ! Result */
.result {
  height: auto;
  padding-top: 15%;
}

.justify {
  display: block;
  justify-self: center;
}

.result h1 {
  color: rgb(44, 44, 44);
  padding-top: 5%;
  text-align: center;
  font-size: 35px;
  font-weight: lighter;
  z-index: 40;
}

.result p {
  color: rgb(163, 163, 163);
  padding-top: 0;
  text-align: center;
  font-size: 22px;
  font-weight: lighter;
}

.exit {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  z-index: 100;
  background: linear-gradient(
    0deg,
    rgba(114, 114, 114, 0.514) 0%,
    rgba(207, 207, 207, 0) 100%
  );
  width: 100px;
  padding: 10px;
  cursor: pointer;
  font-size: 15px;
  text-decoration: none;
  color: rgb(0, 0, 0);
  border: 1px solid rgba(192, 192, 192, 0.308);
  border-radius: 5px;
  transition: 2s ease-in-out;
}
.centered-top {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  max-width: 500px;
  min-width: 300px;
  padding: 20px;
  border-radius: 5px;
}
/* ******************************************************************** */

/* ******************************************************************** */
/* | Responsiveness */
/* ******************************************************************** */
@media only screen and (max-width: 760px) {
  .container95 {
    width: 100%;
    padding: auto;
    position: relative;
    margin-top: -50px;
  }
  .left70 {
    width: 100%;
    padding: 0px;
    border-radius: 8px;
    margin-bottom: 50px;
  }

  .right30 {
    width: 100%;
    padding: 30px;
    font-size: 18px;
    border-radius: 8px;
    /* border: 1px solid rgba(128, 128, 128, 0.363) */
  }
  .nav .logo {
    width: 70px;
    padding-top: auto;
  }

  .main-logo {
    width: 75%;
    padding-top: 15%;
  }

  .hero p {
    color: rgb(163, 163, 163);
    padding-top: 0;
    text-align: center;
    font-size: 15px;
    font-weight: lighter;
  }

  nav {
    justify-content: space-between;
    padding: 10px 5vw 10px;
  }

  /* after scroll navlink background */
  .nav-links {
    position: absolute;
    justify-content: space-evenly;
    right: 0;
    top: 0vh;
    min-height: 92vh;
    /* gradient background */
    background: rgb(228, 228, 228);
    background: -moz-linear-gradient(
      0deg,
      rgba(228, 228, 228, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: -webkit-linear-gradient(
      0deg,
      rgba(228, 228, 228, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    background: linear-gradient(
      0deg,
      rgba(228, 228, 228, 1) 0%,
      rgba(255, 255, 255, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e4e4e4", endColorstr="#ffffff", GradientType=1);
    /* gradient background */
    /* background: greenyellow; */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding-top: 20px;
    transform: translateX(100%);
    transition: All 0.5s ease-in;
  }

  .nav-links a {
    opacity: 0;
    color: #000;
  }

  .burger {
    display: block;
    color: #000000;
  }

  .row {
    display: flex;
    flex-wrap: wrap;
    padding: 2.5px;
    justify-content: space-around;
  }

  .show-item2 {
    height: 100px;
    width: 100px;
    margin: 22px;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {


  .line1,
  .line2,
  .line3 {
    background-color: #000000;
  }

  .background {
    width: 100%;
    height: 70vh;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 1s ease-in-out;
  }

  .hero .home-logo {
    color: rgb(201, 201, 201);
    padding-top: 10px;
    text-align: center;
    font-size: 35px;
    font-weight: lighter;
    z-index: 40;
  }

  .hero .home-sub-logo {
    color: rgb(201, 201, 201);
    padding-top: 5px;
    text-align: center;
    font-size: 15px;
    font-weight: lighter;
    z-index: 40;
  }

  .logo-line {
    border-bottom: 2px solid white;
    width: 150px;
  }

  .hero-heading {
    color: rgb(201, 201, 201);
    text-align: center;
    font-size: 65px;
    padding-top: 25%;
    font-weight: lighter;
    z-index: 40;
  }

  .column-2 {
    width: 100%;
    padding: 10px;
  }

  .foot-column {
    text-align: center;
    width: 90%;
    padding-bottom: 2rem;
  }

  nav {
    justify-content: space-between;
    padding: 0 5vw;
  }
}

.nav-active {
  transform: translateX(0);
}

@media only screen and (max-width: 460px) {
  .nav-links {
    width: 100%;
    transition: All 0.5s ease;
  }
}

.nav-active {
  transform: translateX(0);
}

@keyframes navLinkFade {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.toggle .line1 {
  transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
  opacity: 0;
}

.toggle .line3 {
  transform: rotate(45deg) translate(-5px, -6px);
}

/* ? navigation End*/
/* ******************************************************************** */
