@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-size: cover;
    overflow-x: hidden;
}
h2, h3, h4, h5 {
     font-family: "Playfair Display", serif;
}
li {
    list-style-type: none;
    font-family: "Poppins", sans-serif;
}
p {
    font-family: "Poppins", sans-serif;
}
a {
    text-decoration: none !important;
    display: inline-block;
    transition: all .5s ease-in-out;
   font-family: "Poppins", sans-serif;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}
body::-webkit-scrollbar-thumb {
    background: #0A374E;
    border-radius: 1px;
}
body::-webkit-scrollbar-thumb:hover {
    background: #011e2c;
}
/* loader styling start  */
.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(269deg, rgba(27, 27, 27, 1) 50%, rgba(2, 152, 216, 1) 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.loader {
    width: 100%;
    height: 100vh;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #ccc;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader-wrapper.loaded {
    display: none;
}
.loader {
    position: relative;
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 4px solid #e5e7eb;
    border-top: 4px solid #2563eb;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.loader svg {
    width: 50px;
    height: 50px;
    fill: #2563eb;
    z-index: 2;
    position: absolute;
    top: 31px;
    /* push house a little up */
}
.text {
    position: absolute;
    bottom: -40px;
    /* keep inside circle */
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
}
.dots::after {
    content: '';
    animation: dots 1.5s steps(3, end) infinite;
}
@keyframes dots {
    0% {
        content: '';
    }

    33% {
        content: '.';
    }

    66% {
        content: '..';
    }

    100% {
        content: '...';
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* loader styling end  */
/* HEADER START */
header {
    z-index: 1;
    padding: 20px 0 0;
}
.navbar-brand {
    width: 250px;
}
.head-topr {
    background-color: #000000;
    color: #fff;
    padding: 6px 0;
}
.menu-br li a {
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    padding: 8px 0px !important;
    text-transform: uppercase;
}
.menu-br li a:hover {
    color: #006634;
}
.menu-br ul {
    gap: 65px;
}
.menu-br li button {
    color: #333333;
    background-color: transparent;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0;
}
.menu-br li .btn-secondary:hover {
    color: #006634;
    background-color: transparent;
    border-color: transparent;
}
.menu-br li .btn-check:focus+.btn-secondary, .menu-br li .btn-secondary:focus {
    color: #006634;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
}
.menu-br .btn-check:active+.btn-secondary, .menu-br .btn-check:checked+.btn-secondary, .menu-br .btn-secondary.active, .menu-br .btn-secondary:active, .menu-br .show>.btn-secondary.dropdown-toggle {
    color: #006634;
    background-color: transparent;
    border-color: transparent;
}
.menu-br .dropdown-toggle::after {
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
}
.menu-br .dropdown:hover .dropdown-toggle::after {
      transform: rotate(180deg);
}
 .menu-br .dropdown-toggle::after {
      transition: transform 0.3s ease;
    }
.menu-br .dropdown-menu li a {
    color: #000000;
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
}
.menu-br .dropdown-menu li a:hover {
    color: #006634;
    background-color: transparent;
}
.menu-br .dropdown-menu {
    min-width: 14rem;
    padding: 13px 20px;
      transition: all 0.3s ease;
      margin-top: 0;
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
/* HEADER END */
/* HOME PAGE START */
.pd-t {
    padding-top: 120px;
}
.bnr-cont span {
    display: block;
}
.snd-hed {
    font-size: 72px;
    line-height: 72px;
    color: #000000;
}
.al-sec {
    background-size: cover;
    background-repeat: no-repeat;
}
.bnr-cont h2 {
    font-size: 82px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    line-height: 82px;
}
.main-banner::before {
    content: '';
    padding: 0px;
    width: 100%;
    height: 380px;
    z-index: -1;
    position: absolute;
    left: 0px;
    bottom: 0;
    pointer-events: none;
    background: rgb(0, 102, 52);
    clip-path: polygon(50% 24%, 100% 10%, 100% 100%, 0 100%, 0% 38%);
}
.shp:hover {
    color: #fff;
    background-color: #000;
}
.shp {
    font-size: 16px;
    font-weight: 500;
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0px;
    line-height: 32px;
    padding: 13px 40px;
    background: rgb(245, 228, 73);
    border-radius: 5px;
}
.bnr-im img {
    border-radius: 30px;
}
.awd-one::before {
    position: absolute;
    content: "";
    background-color: #d1bc2b;
    width: 325px;
    height: 260px;
    left: -20px;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    top: 459px;
    z-index: -1;
}
.awd-two::before{
    position: absolute;
    content: "";
    background-color: #d1bc2b;
    width: 325px;
    height: 260px;
    left: 300px;
    clip-path: polygon(0 0, 100% 98%, 100% 1%);
    top: -19px;
    z-index: -1;
}
.plagues img {
    width: 453px;
    height: 500px;
    object-fit: cover;
}
.abt-sec {
    margin: 100px 0;
    z-index: 9;
    position: relative;
}
.awd-two.abt-im::before {
    left: 52%;
}
.abt-im img {
    border: 1px solid #006634;
    border-radius: 15px;
}
.fot-cont p {
    line-height: 26px;
    font-size: 16px;
    color: #ffffff;
}
.fot-lnk h4 {
    font-size: 25px;
    color: #ffffff;
    line-height: 30px;
}
.ft-cct ul li a {
    display: flex;
    align-items: center;
    gap: 15px;
}
.fot-lnk li a {
    font-size: 14px;
    color: #ffffff;
}
.fot-lnk li {
    margin-bottom: 15px;
}
footer {
    padding-top: 80px;
    margin-top: 80px;
}
.copy p a {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.copy p {
    font-weight: 500;
}
/* HOME PAGE END */
/* INNER PAGES START */
.inr-banner {
    background-color: #0a0a0a;
    padding: 60px 0;
    margin-top: -40px;
}
.inr-ban-cont h2 {
    font-size: 68px;
    line-height: 70px;
}
.book {
  position: relative;
  display: flex;
  margin: auto;
  width: 40cqmin;
  /*1* let pointer event go trough pages of lower Z than .book */
  pointer-events: none;
  transform-style: preserve-3d;
  transition: translate 1s;
  translate: calc(min(var(--c), 1) * 50%) 0%;
  /* Incline on the X axis for pages preview */
  rotate: 1 0 0 30deg;
}
.page {
  /* PS: Don't go below thickness 0.5 or the pages might transpare */
  --thickness: 4;
  flex: none;
  display: flex;
  width: 100%;
  font-size: 2cqmin;
  /*1* allow pointer events on pages */
  pointer-events: all;
  user-select: none;
  transform-style: preserve-3d;
  transform-origin: left center;
  transition:
    transform 1s,
    rotate 1s ease-in calc((min(var(--i), var(--c)) - max(var(--i), var(--c))) * 50ms);
  translate: calc(var(--i) * -100%) 0px 0px;
  transform: translateZ( calc((var(--c) - var(--i) - 0.5) * calc(var(--thickness) * .23cqmin)));
  rotate: 0 1 0 calc(clamp(0, var(--c) - var(--i), 1) * -180deg);
}
.front, .back {
  position: relative;
  flex: none;
  width: 100%;
  backface-visibility: hidden;
  overflow: hidden;
  background-color: #fff;
  /* Fix backface visibility Firefox: */
  translate: 0px;
}
.back {
  translate: -100% 0;
  rotate: 0 1 0 180deg;
}
/* That's it. Your FlipBook customization styles: */
.book {
  counter-reset: page -1;
  & a {
    color: inherit;
  }
}
.page {
  box-shadow: 0em .5em 1em -.2em #00000020;
}
.front, .back {
  display: flex;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 2em;
  border: 1px solid #0002;
  
  &:has(img) {
    padding: 0;
  }
  
  & img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  &::after {
    position: absolute;
    bottom: 1em;
    counter-increment: page;
    content: counter(page) ".";
    font-size: 0.8em;
  }
}
.cover {
  &::after {
    content: "";
  }
}
.front {
  &::after {
    right: 1em;
  }
  background: linear-gradient(to left, #f7f7f7 80%, #eee 100%);
  border-radius: .1em .5em .5em .1em;
}
.back {
  &::after {
    left: 1em;
  }
  background-image: linear-gradient(to right, #f7f7f7 80%, #eee 100%);
  border-radius: .5em .1em .1em .5em;
}
.cover {
  background: radial-gradient(circle farthest-corner at 80% 20%, hsl(150 80% 20% / .3) 0%, hsl(170 60% 10% / .1) 100%),
    hsl(231, 32%, 29%) url("https://picsum.photos/id/984/800/900") 50% / cover;
  color: hsl(200 30% 98%);
}
/* INNER PAGES END */
