@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;300;400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anton&family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Anton&family=Taviraj:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
* {
  font-family: "Libre Baskerville", serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  text-transform: none;
  transition: all 0.2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-padding-top: 9rem;
}
html::-webkit-scrollbar {
  width: none;
  display: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html::-webkit-scrollbar-track {
  background: #f5f5dc;
}
html::-webkit-scrollbar-thumb {
  background: #a15c10;
  border-radius: 5rem;
}

body {
  background: #f5f5dc;
  overflow-x: hidden;
}

section {
  padding: 3rem 9%;
}

.heading {
  text-align: center;
  margin-bottom: 2rem;
}
.heading span {
  color: #a15c10;
  font-size: 2rem;
}
.heading h1 {
  font-size: 3rem;
  color: #4b5320;
}

.btn {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #fff;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  cursor: pointer;
  background: linear-gradient(to right, #023209, #0e6602);
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
}
.btn:hover {
  background: linear-gradient(to right, #0e6602, #023209);
  color: #f5f5dc;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #f5f5dc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 9%;
}
.header .navbar a {
  font-family: Tahoma;
  font-size: 2rem;
  color: #a15c10;
  display: inline-block;
  margin: 0 1rem;
  text-transform: capitalize;
  font-weight: 50rem;
}
.header .navbar a:hover {
  color: #111;
}
.header .btn {
  margin-top: 0;
}

.lg-text h1 {
  color: #fff;
}

#menu-btn {
  font-size: 2.5rem;
  color: #a15c10;
  cursor: pointer;
  display: none;
}

.home {
  margin: 0 auto;
  margin-top: 9rem;
  width: 98%;
  border-radius: 1rem;
  background: url(../images/machozi.jpg) no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
  display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 25rem;
}
.home .content {
  text-align: center;
  text-shadow: 4px 4px 6px #484747;
  margin-top: 10rem;
}
.home .content span {
  font-weight: bolder;
  color: White;
  webkit-text-stroke: 0.1rem #;
  font-size: 4vw;
  display: block;
  text-align: center;
}
.Home .content h2 {
  font-size: 10vw;
  color: #fff;
  text-align: center;
}
.Home .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.coporate .coporate-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(27rem, 1fr));
  gap: 1.5rem;
  margin: 1rem auto;
  margin-top: -4rem;
  background: #a15c10;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
  padding: 2rem;
  display: flexbox;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.coporate .coporate-container .coporate-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.coporate .coporate-container .box {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  border: 0.1rem solid #fff;
  border-width: 0.5rem;
  float: left;
  overflow: hidden;
  background: linear-gradient(to right, #023209, #0e6602);
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
}
.coporate .coporate-container .box:hover img {
  transform: scale(1.1);
}
.coporate .coporate-container .box .image {
  height: 17rem;
  overflow: hidden;
  width: 100%;
}
.coporate .coporate-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.coporate
  .coporate-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text {
  display: none;
}
.coporate
  .coporate-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text--show {
  display: inline;
}
.coporate .coporate-container .box .content {
  padding: 2rem;
  text-align: center;
}
.coporate .coporate-container .box .content h3 {
  font-size: 2rem;
  color: #fff;
}
.coporate .coporate-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.book-form {
  width: 80%;
  margin: 1rem auto;
  margin-top: -5rem;
  background: #222;
  border-radius: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(17, 17, 17, 0.3);
  padding: 3rem 2rem;
}
.book-form form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.book-form form .inputBox {
  flex: 1 1 25rem;
}
.book-form form .inputBox span {
  font-size: 1.4rem;
  color: #aaa;
}
.book-form form .inputBox input {
  width: 100%;
  padding: 1.2rem 1.4rem;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  font-size: 1.6rem;
  color: #aaa;
  text-transform: none;
  background: none;
  margin-top: 1rem;
}
.book-form form .btn {
  flex: 1 1 15rem;
}

.profile {
  font-family: Tahoma;
  font-size: 1.8rem;
  line-height: 2;
  text-transform: none;
}

.profile h3 {
  font-family: "Times New Roman", Times, serif;
  text-align: center;
  color: #4b5320;
  font-size: 4rem;
  text-transform: none;
  line-height: 2;
}

.about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2rem;
}
.about .video-container {
  flex: 1 1 42rem;
}
.about .video-container video {
  border-radius: 1rem;
  width: 100%;
}
.about .video-container .controls {
  text-align: center;
  padding: 2rem 0;
}
.about .video-container .controls span {
  display: inline-block;
  height: 2rem;
  width: 2rem;
  border-radius: 50%;
  background: #a15c10;
  cursor: pointer;
  margin: 0.7rem;
}
.about .video-container .controls span:hover {
  background: #4b5320;
}
.about .content {
  flex: 1 1 42rem;
  margin-bottom: 5rem;
}
.about .content span {
  color: #a15c10;
  font-size: 2rem;
}
.about .content h3 {
  color: #4b5320;
  font-size: 4rem;
  margin-top: 0.5rem;
}
.about .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #4b5320;
  line-height: 1.8;
  font-family: Tahoma;
  text-transform: none;
}

.destination .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.destination .box-container .box {
  border-radius: 1rem;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
}
.destination .box-container .box:hover img {
  transform: scale(1.1);
}
.destination .box-container .box .image {
  height: 20rem;
  overflow: hidden;
  width: 100%;
}
.destination .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.destination
  .box-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text {
  display: none;
}
.destination
  .box-container
  .box
  .destinations
  .box-container
  .box
  .content
  .read-more-text--show {
  display: inline;
}
.destination .box-container .box .content {
  padding: 2rem;
  text-align: center;
}
.destination .box-container .box .content h3 {
  font-size: 2rem;
  color: #a15c10;
  font-family: Tahoma;
}
.destination .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #02441cfc;
  line-height: 2;
  font-family: Tahoma;
}
.destination .box-container .box .content a {
  font-size: 1.7rem;
  color: #29d9d5;
}
.destination .box-container .box .content a:hover i {
  padding-left: 1rem;
}
.destination .box-container .box .content a i {
  padding-right: 0.5rem;
}

.package .package-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.package .package-container .package {
  border-radius: 1rem;
  background: #a15c10;
  margin-top: 2rem;
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.package .package-container .package:hover .image img {
  transform: scale(1.1);
}
.package .package-container .package .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
  position: relative;
  display: inline-block;
}
.package .package-container .package .image .day {
  position: absolute;
  bottom: 0;
  left: 5rem;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #4b5320;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .package-container .package .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.package .package-container .package .package-content span h2 {
  color: #012812;
  font-size: 2rem;
  font-family: Tahoma;
  text-align: center;
  justify-content: center;
  margin-top: 0.5rem;
}
.package .package-container .package .package-content p {
  color: #fff;
  margin: 1rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 2rem;
}
.package .package-container .package .package-content .icon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.package .package-container .package .package-content .icon a {
  font-size: 2rem;
  color: #fff;
  margin: 2rem;
  text-align: center;
}
.package .package-container .package .package-content .icon a:hover {
  color: #111;
}
.package .package-container .package .package-content .icon a i {
  padding-right: 0.5rem;
  color: #111;
}
.package .package-container .package .package-content .view {
  color: #fff;
}
.package .package-container .package .package-content #container-view {
  text-align: center;
}
.package
  .package-container
  .package
  .package-content
  #container-view
  .btn-package {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.7rem;
  color: #111;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  cursor: pointer;
  background: none;
}
.package
  .package-container
  .package
  .package-content
  #container-view
  .btn-package:hover {
  background: #4b5320;
  color: #fff;
}
.package .package-container .package .package-content .day {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.package .package-container .package .package-content .day span {
  color: #4b5320;
  font-size: 20px;
}

/* itinerary container starts */
.main-itinerary {
  width: 100%;
  height: auto;
  display: grid;
  place-items: center;
  padding: 50px 0;
  background: url(../images/Amboseli\ Warrior.jpg) no-repeat;
  background-size: cover;
  -o-object-fit: cover;
  object-fit: cover;
  background-position: center;
}
.main-itinerary .head-itinerary {
  font-size: 29px;
  color: rgba(2, 35, 0, 0.937);
  position: relative;
  margin-bottom: 100px;
  font-weight: 900;
}
.main-itinerary .head-itinerary::after {
  content: " ";
  position: absolute;
  width: 50%;
  height: 3px;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  background-image: linear-gradient(
    to right,
    rgba(1, 51, 17, 0.963),
    rgba(37, 130, 3, 0.747)
  );
}

/* Container Css Start  */

.container-itinerary {
  width: 100%;
  height: auto;
  margin: auto 0;
  position: relative;
}
.container-itinerary ul {
  list-style: none;
}
.container-itinerary ul::after {
  content: " ";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-image: linear-gradient(
    to bottom,
    rgba(1, 51, 17, 0.963),
    rgba(37, 130, 3, 0.747)
  );
}
.container-itinerary ul li {
  width: 50%;
  height: auto;
  padding: 15px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.218);
  position: relative;
  margin-bottom: 30px;
  z-index: 99;
}
.container-itinerary li p {
  font-family: Poppins;
  font-weight: 600;
  color: #2c2b2b;
}
.container-itinerary ul li:nth-child(10) {
  margin-bottom: 0;
}
.container-itinerary ul li .circle {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #002309f9;
  top: 0;
  display: grid;
  place-items: center;
}
.circle::after {
  content: " ";
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
}
ul li:nth-child(odd) .circle {
  transform: translate(50%, -50%);
  right: -30px;
}
ul li:nth-child(even) .circle {
  transform: translate(-50%, -50%);
  left: -30px;
}
ul li .date {
  position: absolute;
  width: 130px;
  height: 33px;
  background-image: linear-gradient(to right, #023209, #0e6602);
  border-radius: 15px;
  top: -45px;
  display: grid;
  place-items: center;
  color: #fff;
  font-size: 13px;
  box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.318);
}
.container-itinerary ul li:nth-child(odd) {
  float: left;
  clear: right;
  text-align: right;
  transform: translateX(-30px);
}
ul li:nth-child(odd) .date {
  right: 20px;
}
.container-itinerary ul li:nth-child(even) {
  float: right;
  clear: left;
  transform: translateX(30px);
}
ul li .heading-itinerary {
  font-size: 17px;
  color: rgb(147, 95, 5);
}
ul li p {
  font-size: 13px;
  color: #666;
  line-height: 18px;
  margin: 6px 0 4px 0;
}
ul li a {
  font-size: 13px;
  text-decoration: none;
  color: rgb(147, 95, 5);
  transition: all 0.3s ease;
}

@media only screen and (min-width: 798px) and (max-width: 1100px) {
  .container-itinerary {
    width: 80%;
  }
}

@media only screen and (max-width: 798px) {
  .container-itinerary {
    width: 70%;
    transform: translateX(20px);
  }
  .container-itinerary ul::after {
    left: -40px;
  }
  .container-itinerary ul li {
    width: 100%;
    float: none;
    clear: none;
    margin-bottom: 80px;
  }
  .container-itinerary ul li .circle {
    left: -40px;
    transform: translate(-50%, -50%);
  }
  .container-itinerary ul li .date {
    left: 20px;
  }
  .container-itinerary ul li:nth-child(odd) {
    transform: translateX(0px);
    text-align: left;
  }
  .container-itinerary ul li:nth-child(even) {
    transform: translateX(0px);
  }
}

@media only screen and (max-width: 550px) {
  .container-itinerary {
    width: 80%;
  }
  .container-itinerary ul::after {
    left: -20px;
  }
  .container-itinerary ul li .circle {
    left: -20px;
  }
}

/* itinerary container ends */

/* Column container */
.row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem; /* IE10 */
  display: flex; /* IE10 */
  flex-wrap: wrap;
}

/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
  /* IE10 */
  flex: 30%;
  background-color: #4b5320;
  padding: 2rem;
  color: #fff;
}

/* Main column */
.main {
  /* IE10 */
  flex: 50%;
  background-color: linear-gradient(to right, #023209, #0e6602);
  padding: 2rem;
  color: #29d9d5;
}

.services .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.services .box-container .box {
  background: linear-gradient(to right, #023209, #0e6602);
  border-radius: 1rem;
  padding: 0.5rem, 0.5rem;
  text-align: center;
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.services .box-container .box:hover {
  border: 0.1rem solid #fff;
}
.services .box-container .box i {
  font-size: 4rem;
  color: #aaa;
  margin-bottom: 2rem;
}
.services .box-container .box h3 {
  font-size: 2rem;
  color: #fff;
  font-family: Verdana, sans-serif;
  font-weight: lighter;
}
.services .box-container .box p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.services .box-container .box h3 {
  color: #fff;
}
.services .box-container .box p h2 {
  color: #fff;
}

.safari {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 10rem;
}
.safari .Ambo-container .Ambo {
  background: linear-gradient(to right, #023209, #0e6602);
  border-radius: 1rem;
  padding: 0.5rem;
  text-align: center;
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.safari .Ambo-container .Ambo:hover {
  border: 0.1rem solid #fff;
}
.safari .Ambo-container .Ambo i {
  font-size: 4rem;
  color: #aaa;
  margin-bottom: 2rem;
}
.safari .Ambo-container .Ambo h3 {
  font-size: 2rem;
  color: #fff;
}
.safari .Ambo-container .Ambo p {
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #aaa;
  line-height: 2;
}

.safari .Ambo-container .Ambo h3 {
  color: #fff;
}
.safari .Ambo-container .Ambo p h2 {
  color: #fff;
}

.itinerary-container {
  width: 100%;
  margin: 1rem auto;
  margin-top: 0.5rem;
  background: #ffffff;
  border-radius: 1rem;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
  padding: 3rem 2rem;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #4b5320;
  font-size: 3rem;
  display: flexbox;
}
.itinerary-container .box {
  border-radius: 1rem;
  height: 100%;
  width: 100%;
  margin-top: 2rem;
  border-radius: 3rem;
  border-width: 0.5rem;
  box-shadow: 5px 5px 10px rgba(83, 49, 2, 0.5);
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.itinerary-container .itinerary li {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}
.itinerary-container .itinerary h6 {
  font-family: Geneva, Tahoma, sans-serif;
  font-weight: lighter;
}
.itinerary-container .box .image {
  height: 50rem;
  overflow: hidden;
  width: 100%;
  background: cover;
  margin-bottom: 3rem;
  border-radius: 3rem;
  -webkit-border-radius: 3rem;
  -moz-border-radius: 3rem;
  -ms-border-radius: 3rem;
  -o-border-radius: 3rem;
}
.itinerary-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.itinerary {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  color: #a15c10;
}

.gallery .box-container {
  -moz-columns: 3 25rem;
  columns: 3 25rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gallery .box-container .box {
  margin-bottom: 1rem;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.gallery .box-container .box img {
  width: 100%;
  border-radius: 1rem;
  margin-bottom: 1rem;
}
.gallery .box-container .box span {
  font-size: 1.4rem;
  color: #4b5320;
}
.gallery .box-container .box h3 {
  margin-top: 0.5rem;
  font-size: 2rem;
  color: #a15c10;
}

.review {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
.review .content {
  flex: 1 1 42rem;
}
.review .content span {
  font-size: 2rem;
  color: #a15c10;
}
.review .content h3 {
  font-size: 3rem;
  color: #4b5320;
}
.review .content p {
  font-size: 1rem;
  color: #aaa;
  padding: 1rem 0;
  line-height: 2;
}
.review .box-container {
  flex: 1 1 42rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.review .box-container .box {
  flex: 1 1 20rem;
  border-radius: 1rem;
  padding: 2rem;
  background: linear-gradient(to right, #023209, #0e6602);
  border: 0.2rem solid #111;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.review .box-container .box:hover {
  border: 0.1rem solid #fff;
}
.review .box-container .box p {
  font-size: 1rem;
  padding-bottom: 1rem;
  line-height: 2;
  color: #fff;
}
.review .box-container .box .user {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.review .box-container .box .user img {
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(252, 251, 251, 0.5);
}
.review .box-container .box .user h3 {
  font-size: 1.7rem;
  color: #fff;
}
.review .box-container .box .user span {
  color: #aaa;
  font-size: 1.5rem;
}

.blogs .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(32rem, 1fr));
  gap: 1.5rem;
}
.blogs .box-container .box {
  border-radius: 1rem;
  background: #a15c10;
  overflow: hidden;
}
.blogs .box-container .box:hover .image img {
  transform: scale(1.1);
}
.blogs .box-container .box .image {
  height: 25rem;
  overflow: hidden;
  width: 100%;
}
.blogs .box-container .box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.blogs .box-container .box .content {
  padding: 2rem;
}
.blogs .box-container .box .content .link {
  font-size: 1.7rem;
  color: #fff;
  font-family: Tahoma;
}
.blogs .box-container .box .content .link:hover {
  color: #4b5320;
}
.blogs .box-container .box .content p {
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #111;
  line-height: 1.6;
  font-weight: 400;
  font-family: Tahoma;
  text-align: centre;
}
.blogs .box-container .box .content .icon {
  padding-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blogs .box-container .box .content .icon a {
  font-size: 1.4rem;
  color: #fff;
}
.blogs .box-container .box .content .icon a:hover {
  color: #111;
}
.blogs .box-container .box .content .icon a i {
  padding-right: 0.5rem;
  color: #111;
}

.banner {
  background: linear-gradient(rgba(2, 66, 1, 0.229), rgba(17, 17, 17, 0.7)),
    url(../images/banner.jpeg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 3rem 2rem;
  background-attachment: fixed;
  text-align: center;
  margin-top: 2rem;
}
.banner .content span {
  font-size: 3rem;
  color: #023209;
  font-weight: bolder;
  text-shadow: 1px 1px 2px #fff;
}
.banner .content h3 {
  font-size: 5rem;
  color: #fff;
  margin-top: 1rem;
}
.banner .content p {
  max-width: 60rem;
  margin: 1rem auto;
  font-size: 2rem;
  color: #fff;
  line-height: 2;
}

/*whatsapp  icon */
.floating-button {
  position: fixed;
  bottom: 2rem;
  right: 5rem;
  z-index: 9999;
}

.floating-button a {
  display: inline-block;
  margin-left: 10rem;
  animation: blink-animation 1s infinite;
}
.button-text {
  display: block;
  text-align: center;
  font-size: 1rem;
  margin-top: 2px;
  color: #ffffff;
  font-family: tahoma;
  background-color: #023209;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  padding: 0.5rem;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.floating-button {
  animation: pulse 5s infinite;
  -webkit-animation: pulse 5s infinite;
}

/* end of whatsapp  */

.footer .box-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
  gap: 1.5rem;
}
.footer .box-container .box {
  padding: 1rem 0;
  -moz-column-gap: 0.1rem;
  column-gap: 0.1rem;
}
.footer .box-container .box .logo {
  padding-bottom: 1rem;
}
.footer .box-container .box h3 {
  font-size: 2.2rem;
  color: #0e6602;
  padding: 1rem 0;
}
.footer .box-container .box p {
  font-size: 1.4rem;
  color: #a15c10;
  padding: 1rem 0;
  line-height: 2;
}
.footer .box-container .box p i {
  padding-right: 0.5rem;
  color: #023209;
}
.footer .box-container .box .share {
  padding-top: 1rem;
}
.footer .box-container .box .share a {
  height: 4.5rem;
  width: 4.5rem;
  line-height: 4rem;
  font-size: 2rem;
  border-radius: 50%;
  font-size: 1.7rem;
  border: 0.1rem solid #0e6602;
  color: #0e6602;
  margin-right: 0.5rem;
  text-align: center;
}
.footer .box-container .box .share a:hover {
  background: #0e6602;
  color: #fff;
}
.footer .box-container .box .links {
  font-size: 1.4rem;
  color: #a15c10;
  padding: 1rem 0;
  display: block;
}
.footer .box-container .box .links:hover {
  color: linear-gradient(to right, #023209, #0e6602);
}
.footer .box-container .box .links:hover i {
  padding-right: 2rem;
}
.footer .box-container .box .links i {
  padding-right: 0.5rem;
  color: #0e6602;
}
.footer .box-container .box form .email {
  width: 100%;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  background: #fff;
  font-size: 1.5rem;
  text-transform: none;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1.2rem 1.4rem;
}

.credit {
  background: linear-gradient(to right, #023209, #0e6602);
  text-align: center;
  font-size: 1.5rem;
  padding: 2rem 1rem;
  color: #fff;
}
.credit span {
  color: #fff;
}

@media (max-width: 991px) {
  html {
    font-size: 55%;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  section {
    padding: 3rem 2rem;
  }
}
@media (max-width: 768px) {
  #menu-btn {
    display: inline-block;
  }
  .header .navbar {
    position: absolute;
    top: 99%;
    left: 0;
    right: 0;
    background: #222;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  .header .navbar.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  .header .navbar a {
    margin: 2rem;
    font-size: 2rem;
    display: block;
  }
  .home {
    margin-top: 10rem;
  }
  .home .content span {
    font-size: 8vw;
  }
  .home .content h3 {
    font-size: 9vw;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 50%;
  }
  .about .content h3 {
    font-size: 3.5rem;
  }
  .banner .content h3 {
    font-size: 2.7rem;
  }
} /*# sourceMappingURL=style.css.map */
